/*
Theme Name: _tk
Theme URI: http://themekraft.com/store/_tk-free-wordpress-starter-theme-based-on-twitter-bootstrap/
Author: ThemeKraft
Author URI: http://themekraft.com/
Description: Hi, I am the ultra minimal starter theme _tk, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress. You can find me on GitHub. Fork me! I'm waiting for you ;)
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
/*.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}*/

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row-eq-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Typography */
h1, h2 {
	/* font-size:2.2em;
	margin:.67em 0; */
	font-family: 'Roboto', sans-serif;
	font-weight: 700 !important;
	font-style:bold;
	color: #004b85;
}

h3, h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500 !important;
}

.sectionHeaderBar {
		color: #FFF;
		background-color: #004b85;
		display: block;
		padding: 10px 20px;
		border-radius: 6px;
		margin-top: 0px;
		margin-bottom: 30px;
		text-align: left;
}

p.lead {
		padding-bottom: 20px;
		border-bottom: 1px solid #CCC;
		color: #66a1cc;
}

.captionCopyTxt {
		font-size: 1.15rem;
}

/* CAROUSEL STYLES */

#myCarousel {
		/*display:block;
		position: relative;*/
		border-bottom: 5px solid #92342f;
		margin-bottom: 50px;
		background-color: #004b85;
}

#myCarousel .container {
		padding-bottom: 0px;
}

.intro-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
		margin-top: -190px;
		/*bottom: 0;*/
		height:auto;
    z-index: 10;
    padding: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
		background-color: rgba(0,75,133,0.65);
		border-top: 2px solid #92342f;
		border-bottom: 2px solid #92342f;
}

.intro-inset-img {
		width: 100%;
		height: auto;
		border: 4px solid #FFF;
		border-radius: 6px;
}

.intro-feature-img {
		width: 100%;
		height: auto;
		border: 6px solid #FFF;
		border-radius: 6px;
}

.carousel-control {
    background-image: none;
		background-color: #92342f;
    width: 54px;
    height: 54px;
    top: 50%;
    margin-top: -27px;
    line-height: 54px;
    border: 2px solid #fff;
    opacity: 1;
    text-shadow: none;
    z-index: 5;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
		text-shadow: none;
}

.carousel-control:hover {
    background: #5e211e !important;
    color: #FFF;
}

#myCarousel .carousel-control.left {
    margin-left: 20px;
		background-color: #92342f;
		background-image: none;
}

#myCarousel .carousel-control.right {
    margin-right: 20px;
		background-color: #92342f;
		background-image: none;
}

#myCarousel h1 {
		margin-top: 0px;
		margin-bottom: 25px;
		color: #FFF;
		font-size: 5.0rem;
}

#myCarousel p.lead {
		font-size: 2.1rem;
		color: #FFF;
		border-bottom: 0px;
		padding-bottom: 0px;
}

#myCarousel p {
		color: #004677;
		margin: 10px auto;
}

#myCarousel a {
		color: #fff;
}

#myCarousel a:hover {
		text-decoration: underline;
		color: #79c0f2
}

#myCarousel .btn-primary {
		color: #fff;
		background-color: #92342f;
		border: 2px solid #FFF;
		margin-bottom: 0px;
}

#myCarousel .btn-primary:hover {
	background-color: #5e211e;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 3px solid #FFF;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0,0,0,0);
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #FFF;
}

#myCarousel span.fa-stack i {
		color: #FFF;
}

/* Vertical Carousel Styles */

.vertical .carousel-inner {
    height: 100%;
}

.carousel.vertical .item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
    top: 0;
}

.carousel.vertical .next {
    top: 400px;
}

.carousel.vertical .prev {
    top: -400px;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
    top: 0;
}

.carousel.vertical .active.left {
    top: -400px;
}

.carousel.vertical .active.right {
    top: 400px;
}

.carousel.vertical .item {
    left: 0;
}

.carousel.vertical .carousel-control {
    width: 100%;
    bottom: inherit;
    top: inherit;
}

.carousel.vertical .carousel-control.left {
    top: 0;
}

/* End Vertical Carousel Styles */


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}

.hentry {
	margin: 0 0 1.5em;
}

.sticky {
	display: block;
}

.bypostauthor {
	display: block;
}

hr {
	border: 4px solid #CCC;
	border-radius:6px;
}

.glass-feature-title {
	font-family: 'Roboto', sans-serif;
	font-weight: 500 !important;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
	min-height: 60px;
}

.glass-feature-image {
		border: 6px solid #FFF;
}

#generalContent ul {
		padding-left: 20px;
		list-style: square;
}

#generalContent ul li {
		margin-bottom: 20px;
}

.warrnaty-download-item {
    /* width:240px; */
    /*min-height: 150px;*/
    text-align: left;
		padding: 15px;
		border: 4px solid #FFF;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		background: #e5e5e5;
}

.warrnaty-download-item > h3 {
		margin-top: 0px;
		color: #004b85;
}

.warrnaty-download-item .btn{
		text-align: left !important;
}

#glossaryListContent p {
		margin-bottom: 25px;
}

#glossaryListContent strong {
		color: #004b85;
}

.tab-pane ul {
		padding-left: 20px;
		list-style: square;
}

.tab-pane ul li {
		margin-bottom: 20px;
}

/* WINDOW DOOR TEMPLATE STYELS */

#seriesListContainer {
		padding-top:0px;
		padding-bottom: 20px;
    margin: 0;
		background: #FFF;
		text-align: center;
}

#warrantyDetailsBox h3, #warrantyDownloadBox  h3 {
		margin-top: 0px;
		margin-bottom: 20px;
}

#warrantyDownloadBox  h4 {
		margin-top: 0px;
		margin-bottom: 20px;
}

#warrantyDownloadBox .btn {
		text-align: left !important;
}

.warranty-downloads-box, .website-box {
		border: 1px solid #CCC;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		padding: 10px;
		margin-bottom: 25px;
		background: #FFF;
}

#websiteLinkBox p {
		font-size: 1.15rem;
		margin-top: 10px;
}

.websiteImg {
		border: 1px solid #CCC;
}

.videoGalleryItm {
		text-align: center;
}

.video_lightbox_auto_anchor_image, .wpvl_auto_thumb_box {
		width: 100% !important;
		height: auto !important;
}

.wpvl_auto_thumb_play {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%)
}

img.wpvl_playbutton {
		border: 0px !important;
}

#productDetailsContainer {
    padding-top:1.75em;
    padding-bottom:1.75em;
    border-top: 1px solid #CCC;
    border-bottom:1px solid #CCC;
    margin: 1rem 0;
}

.option-subhead-txt {
		font-weight: bold;
		text-transform: uppercase;
		color: #666;
		margin-bottom: 15px;
}

.product-option-item {
    /* width:120px; */
    /* min-height: 150px; */
    text-align: center;
    font-size: 1.1rem;
    /* padding-left: .9375rem; */
    /* padding-right: .9375rem; */
    margin-bottom: 10px;
    /* float: left; */
}

.color-option-img {
		border: 1px solid #CCC;
		margin-bottom: 5px;
}

.product-navigation-item {
    /* width:240px; */
    /*min-height: 150px;*/
    text-align: center;
		border: 4px solid #FFF;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
    margin-bottom: 25px;
		background: #e5e5e5;
		overflow: hidden;
}

.product-navigation-img {
		border-radius: 6px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		border-bottom: 4px solid #FFF;
}

.product-navigation-description {
		text-align: center;
		padding: 10px 10px 10px 10px;
}

.product-description-styles {
		min-height: 40px;
		margin-bottom: 10px;
}

a.btnImage img {
	opacity: 1.0;
    	filter: alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
	margin-bottom: 10px;
}

a.btnImage:hover {
		background-color: rgba(0,75,133,0.65);
		display: block;
}

a.btnImage:hover  img {
	-khtml-opacity:.50;
 	-moz-opacity:.50;
 	/*-ms-filter:"alpha(opacity=50)";*/
  	filter: alpha(opacity=50);
  	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  	opacity:0.5;
		-webkit-transform: scale(1.1);
	  -ms-transform: scale(1.1);
	  transform: scale(1.1);
}

.entry-content-thumbnail {
		margin-bottom: 15px;
}

.product-title {
		padding-bottom: 20px;
		margin-top: 0px;
		margin-bottom: 20px;
		border-bottom: 5px solid #a3d6f5;
}

.brochure-btn {
		margin-bottom: 15px;
}

.product-thumb-box {
		text-align: center;
		color: #666;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		padding: 10px;
		margin-bottom: 20px;
}

.style-text-caption {
		font-size: 1.15rem;
		padding-top: 10px;
		padding-bottom: 10px;
}

.intro-wrapper {
		margin-top: 1.75em;
		margin-bottom: 2em;
}

.tab-content-wrapper {
		margin-top: 1.75em;
}

.divider-wrap {
    padding-top:10px;
    padding-bottom: 10px;
    background: #a4d7f4;
    border-top: 2px solid #004b85;
		border-bottom: 2px solid #004b85;
		margin-top: 10px;
		margin-bottom: 10px;
}

#dividerContainer h3, #dividerContainer p {
    color: #004b85;
		margin-bottom: 0px;
		margin-top: 0px;
}

#dividerContainer .container {
		padding-bottom: 0px;
		text-align: center;
		vertical-align: middle;
		margin-top: 5px;
		margin-bottom: 5px;
}

.features-options-wrapper {
		padding-top:25px;
		border-bottom:1px solid #CCC;
		border-top: 1px solid #CCC;
		margin-top: 2rem;
		background: #f3f3f3;
}

#stylesList h3, #featuresOptionContainer h3, #optionsList h3 {
		margin-top: 0px;
		margin-bottom: 20px;
}

#featuresList ul {
		padding-left: 20px;
		list-style: square;
}

#featuresList ul li {
		margin-bottom: 20px;
}

.panel-body ul {
		padding-left: 20px;
		list-style: square;
}

.panel-body ul li {
		margin-bottom: 20px;
}

#optionsList ul {
		padding-left: 20px;
		list-style: square;
}

.features-box {
	background-color: #f3f3f3;
	padding: 20px;
	border: 5px #FFF solid;
}

/* OPTION CONTENT STYLES */

.option-itm-wrap {
		padding-bottom: 1.75em;
		margin-top: 0px;
		margin-bottom: 2rem;
		background-color: #fff;
}

.option-content-divider {
    padding-top:1.25em;
}

#optionContentContainer .container {
		/*padding-bottom: 0px;*/
}

#optionContentContainer h3 {
		margin-top: 0px;
		margin-bottom: 20px;
}

#option-content-item1 {
        border-left:0px; }

#option-content-item1, #option-content-item2, #option-content-item3 {
    /*padding: 10px 25px;
		text-align: center;*/
}

#option-content-item1 h3, #option-content-item2 h3, #option-content-item3 h3 {
    /* text-align: center;*/
		margin-bottom: 20px;
		margin-top:10px;
}

#optionContentContainer p {
        /*color: #FFF;*/
}

#optionContentContainer img {
        margin-top: 10px;
		margin-bottom: 10px;
		border: 6px solid #FFF;
		border-radius: 6px;
}

#optionContentContainer ol, #optionContentContainer ul {
        color: #666;
		margin: 0px;
		padding-left: 20px;
}

#optionContentContainer ol li, #optionContentContainer ul li {
		margin-bottom: 15px;
}

/* VIDEO CONTENT STYLES */

.video-itm-wrap {
		text-align: center;
		padding-bottom: 1.75em;
		margin-top: 0px;
		margin-bottom: 2rem;
		background-color: #004677;
		color:#FFF;
}

.video-content-divider {
    padding-top:1.75em;
}

#videoContentContainer .container {
		padding-bottom: 0px;
}

#videoContentContainer h3 {
		margin-top: 0px;
		margin-bottom: 20px;
}

#video-content-item1 {
        border-left:0px; }

#video-content-item1, #video-content-item2, #video-content-item3 {
    /*padding: 10px 25px;
		text-align: center;*/
}

#video-content-item1 h3, #video-content-item2 h3, #video-content-item3 h3 {
    /* text-align: center;*/
		margin-bottom: 20px;
		margin-top:10px;
}

#videoContentContainer p {
        color: #FFF;
}

#videoContentContainer img {
        margin-top: 10px;
		margin-bottom: 10px;
		border: 4px solid #FFF;
		box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
}

#videoContentContainer ol, #videoContentContainer ul {
        color: #666;
		margin: 0px;
		padding-left: 20px;
}

#videoContentContainer ol li, #videoContentContainer ul li {
		margin-bottom: 15px;
}

/* ACCORDION STYLES */

.accordion-toggle:link {
		text-decoration: none;
		color: #FFF;
}

.accordion-toggle:hover {
		text-decoration: none;
		color: #a4d7f4;
}

.accordion-toggle:active, .accordion-toggle:focus {
		outline: none;
		text-decoration: underline;
}

/* VIDEO CONTENT */

#video-content-item1, #video-content-item2 {
		text-align: left;
}

.video-gallery-itm {
		width: 100%;
		height: 200px;
		border: 6px solid #FFF;
		border-radius: 6px;
		margin-bottom: 20px;
}

.video-gallery-itm a:hover {
		text-decoration: none;
}


.video-icon {
    text-align: center;
    color: #fff;
    display: block;
    top: 50%;
		margin-top: -80px;
    font-size: 36px;
    z-index: 1;
    position: absolute;
    left: 50%;
    margin-left: -79px;
}

.video-icon i {
    width: 80px;
    height: 80px;
    line-height: 70px;
    border: 6px solid #fff;
    display: inline-block;
    border-radius: 100%;
    margin-bottom: 20px;
		color: #FFF;
}

.video-icon .video-caption span {
	display: block;
	font-weight: 700;
	font-size: 28px;
	color: #FFF;
	background: #333;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 4px;
}

/* SIDEBAR CONTENT ITEMS */

#sidebarMenuContainer, #sidebarVideoContainer {
    padding-top: 10px;
    padding-bottom: 10px;
}

#side-content-item1, #side-content-item2, #side-content-item3 {
    margin-top: .9375rem;
    margin-bottom: .9375rem;
    border: 1px solid #999;
    color: #333;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #CCC;
    padding: .7rem;
}

#sidebarMenuContainer ul.menu {
  margin: 0px !important;
  float:none;
  list-style-type: none; }

#sidebarMenuContainer ul.menu li {
  border-bottom: 1px #82aac2 solid !important;
  display: block;
  /*background-color: #000;*/ }

#sidebarMenuContainer ul.menu li a {
  display: block;
  padding: 12px 0px;
  text-decoration: none;
  color: #004b85; }

#sidebarMenuContainer ul.menu li a:hover {
  font-weight: bold; }

#sidebarMenuContainer ul.menu li:last-child {
  border-bottom: 0px !important; }

/* BOTTOM CONTENT ITEMS */

.content-separator {
    /* Uncomment line below for divider*/
    /*border-left:1px solid #CCC;*/
}

.bottom-itm-wrap {
    padding-bottom: 1.75em;
    background: #FFF;
}

.bottom-content-divider {
    padding-top:1.75em;
}

#bottom-content-item1 {
  border-left:0px; }

#bottom-menu-item, #bottom-content-item1, #bottom-content-item2, #bottom-content-item3 {
    padding: 10px 25px;
		text-align: center;
}

#bottom-menu-item h3 {
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		text-align: left;
		margin-bottom: 20px;
		color: #004677;
}

#bottom-content-item1 h3, #bottom-content-item2 h3, #bottom-content-item3 h3 {
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		text-align: center;
		margin-bottom: 20px;
		color: #004677;
}

#bottom-content-item1 p, #bottom-content-item2 p, #bottom-content-item3 p {
		color:#666;
}

#bottomContentContainer span.fa-stack i {
		color:#66a1cc;
}

#bottomContentContainer ol, #bottomContentContainer ul {
    color: #666;
		text-align: left;
}

#bottomContentContainer ol li, #bottomContentContainer ul li {
		margin-bottom: 15px;
}

#bottomContentContainer ul.menu {
  margin: 0px !important;
	padding: 0px !important;
  float:none;
  list-style-type: none;
}

#bottomContentContainer ul.menu li {
  border-bottom: 1px #93c1db solid !important;
  display: block;
	margin-bottom:  0px;
  /*background-color: #000;*/
}

#bottomContentContainer ul.menu li a {
  display: block;
  padding: 12px 0px;
  text-decoration: none;
  color: #003B5C;
}

#bottomContentContainer ul.menu li a:hover {
  font-weight: bold;
	background-color: transparent;
}

#bottomContentContainer ul.menu li:last-child {
  border-bottom: 0px !important;
}

/* FOOTER CONTENT ITEMS */

.footer-itm-wrap {
    padding-top:1.75em;
    padding-bottom: 1.75em;
    background: #b2d9f2;
		/*border-top: 5px solid #004677;*/
}

.footer-separator {
  border-left:1px solid #002e52;}

#footer-content-item1 {
  border-left:0px; }

#footer-content-item1, #footer-content-item2, #footer-content-item3, #footer-content-item4 {
    padding-top: 10px;
    padding-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px;
}

#footContentContainer aside.widget {
  margin-bottom: 0px !important; }

#footContentContainer ul.menu {
  margin: 0px !important;
  float:none;
  list-style-type: none; }

#footContentContainer ul.menu li {
  /*border-bottom: 1px #82aac2 solid !important;*/
	margin-bottom: 10px;
  display: block;
  /*background-color: #000;*/ }

#footContentContainer ul.menu li a {
	padding: 10px;
	font-size: 1.3rem;
	line-height: 1.3333333;
	border-radius: 6px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #66a1cc;
	color: #004677;
	background-color: rgba(255, 255, 255, 0.3);
}

#footContentContainer ul.menu li a:hover {
  color: #5383a6;
	background-color: #9dcff2;
}

#footContentContainer ul.menu li:last-child {
  border-bottom: 0px !important; }

#footContentContainer h4 {
    font-family: 'Roboto', sans-serif;
		color: #004677;
}

#footContentContainer p {
    color: #004677;
		font-size: 1.2rem;
		margin-bottom: 10px;
}

a.footItemBtn {
	display: inline-block;
	padding: 10px 16px;
	font-size: 1.3rem;
	line-height: 1.3333333;
	border-radius: 6px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #66a1cc;
	color: #004677;
	background-color: rgba(255, 255, 255, 0.3);
}

a.footItemBtn:hover {
	color: #5383a6;
	background-color: #9dcff2;
}

.site-footer {
    padding-top:1em;
    padding-bottom: 0.7em;
    background: #004677;
		color: #FFF;
}

.footer-content-right {
	text-align: right;
}

.footer-content-left {
	text-align: left;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.site-navigation {
	border-bottom: 5px solid #92342f;
}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
		font-size: 18px;
}

.navbar-default .navbar-nav > li > a {
		color: #004b85;
}

a.dropdown-toggle {
		color: #004b85;
}

.navbar-brand {
  	height: 80px;
		padding:0px;
}

.navbar-right .dropdown-menu {
    left: auto;
    /* right: -25px; */
}

.navbar-nav .caret {
  	display:none;
 }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FFF;
		background-color: #004677;
		border-top-right-radius: 4px;
		border-top-left-radius: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
		border-top-right-radius: 4px;
    border-top-left-radius: 4px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;

}

.navbar-nav > li > .dropdown-menu {
		border-top-left-radius: 4px;
		border: 0px;
}

.social-top-menu li {
		float:right;
}

.social-top-menu > li > a {
		padding: 3px 15px;
}

.breadcrumb-wrapper {
		background-color: #c74640;
		padding-top: 6px;
		padding-bottom: 6px;
		margin-bottom: 20px;
		border-bottom: 5px solid #92342f;
}

#breadCrumbContainer > .container {
		padding-bottom: 0px;
}

.breadcrumbs {
		color: rgba(255, 255, 255, .5);
		padding-top: 7px;
}

.breadcrumbs a {
	color: #FFF;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

/* Shadow Effect Styles */

.box-shadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}
.box-shadow--3dp {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12)
}
.box-shadow--4dp {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}
.box-shadow--6dp {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2)
}
.box-shadow--8dp {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}
.box-shadow--16dp {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

/* Bootstrap Tabs Mobile Fix */

.panel-heading {
    padding: 0
}
.panel-heading a {
    display: block;
    padding: 20px 10px;
}
.panel-heading a.collapsed {
    background: #fff
}
.panel-heading a {
    background: #f7f7f7;
    border-radius: 5px;
}
.panel-heading a:after {
    content: '-'
}
.panel-heading a.collapsed:after {
    content: '+'
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
		border: 4px solid #ddd;
		border-bottom-width: 0px;
    outline: none;
}
.nav.nav-tabs li a {
    padding-top: 20px;
    padding-bottom: 20px;
		font-weight: bold;
}
.nav-tabs > li > a:hover {

}
.nav > li > a:hover, .nav > li > a:focus {

}
.nav-tabs {
    background: #e5e5e5;
}
.tab-pane {
    background: #fff;
    padding: 15px;
    border: 4px solid #ddd;
    margin-top: -4px;
}
.tab-pane > h3 {
		margin-bottom: 25px;
}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */

@media (min-width: 768px) {

		.navbar-default .navbar-nav > li > a:hover {
  		color: #FFF;
    	background-color: #92342f;
			border-top-right-radius: 4px;
	    border-top-left-radius: 4px;
			border-bottom-right-radius: 4px;
	    border-bottom-left-radius: 4px;
  	}

		.navbar {
			margin-bottom: 0px;
		}

		.navbar-nav {
				margin-top:15px;
		}

    .sidebar-nav {
        padding: 9px 0;
    }

		.dropdown-menu {
			padding: 5px;
		}

    .dropdown-menu .sub-menu {
        left: 100%;
        position: absolute;
        top: 0;
        visibility: hidden;
        margin-top: -1px;
    }

    .dropdown-menu li:hover .sub-menu {
        /* visibility: visible; */
    }

    .dropdown:hover .dropdown-menu {
        /* display: block; */
    }

    .dropdown-menu > .active > a:hover {
    	color: #df5149;
    }

    .dropdown-menu > li > a:hover {
    	color: #df5149;
    }

		.dropdown-menu > li > a {
			color: #FFF;
			font-size: 15px;
			font-weight: normal;
		}

		.dropdown-menu > li {
			border-top: 1px solid #ab3c37;
			border-bottom: 1px solid #782a26;
		}

    .navbar-default .navbar-nav > .open > a:hover {
    	border-bottom: 0px;
    }

    .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
        margin-top: 0;
    }

    .navbar .sub-menu:before {
        border-bottom: 7px solid transparent;
        border-left: none;
        border-right: 7px solid rgba(0, 0, 0, 0.2);
        border-top: 7px solid transparent;
        left: -7px;
        top: 10px;
    }

    .navbar .sub-menu:after {
        border-top: 6px solid transparent;
        border-left: none;
        border-right: 6px solid #fff;
        border-bottom: 6px solid transparent;
        left: 10px;
        top: 11px;
        left: -6px;
    }

    .dropdown-menu > li > a {
    	padding: 8px 20px;
    }

}

@media (max-width: 768px) {

/*
	.navbar-header {
		min-height: 95px;
	}
*/

		.navbar-default {
			margin-top: 15px;
		}

		.top-social-container {
			display: none;
		}

		.navbar-brand {
    	display: block;
    	font-weight: bold;
  	}

  	.navbar-default .navbar-brand {
  		color: #004677;
  	}

		.navbar-toggle {
			margin-top: 23px;
		}

  	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  		color: #777;
    	background-color: #FFF;
  	}

  	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    	color: #ffffff;
    	background-color: #004677;
    	border-bottom: 0px;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
			color: #ffffff;
    	background-color: #004677;
	}

	.navbar-nav .open .dropdown-menu {
			border-top: 1px solid #CCC;
			border-bottom: 1px solid #CCC;
			border-bottom-right-radius: 0;
    	border-bottom-left-radius: 0;
    	border-top-left-radius: 0;
	}

  .site-navigation .container {
  		padding-bottom: 0;
  }

  .navbar-default .navbar-collapse {
  		border-top: 2px solid;
  		border-color: #CCC;
  }

	.footer-content-right, .footer-content-left {
			text-align: center;
	}

	.nav-tabs > li {
        float:none;
        border:1px solid #dddddd;
    }
    .nav-tabs > li.active > a{
        border:none;
    }
    .nav > li > a:hover, .nav > li > a:focus,
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
     {
        background:none;
        border:none;
    }

}
.optanon-toggle-display{
	color: #ffffff;
	cursor: pointer;
}
.optanon-toggle-display:hover{
    color: #337ab7;
}
.ot-always-active{
	color: #003057 !important;
}
.blue-opt{
	color: #337ab7 !important; 
}