/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Days+One);

body {
  padding-top: 10px;
  padding-bottom: 30px;
  background-color: #eeeeee;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.lsm-nav>li>a {
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	font-family: 'Lato', sans-serif;
	border-top: 3px solid transparent;
	border-radius: 0;
	font-weight: bold;
}
.lsm-nav>li.active>a {
	color: #828282;
	border-top: 3px solid transparent;
	background-color: transparent;
}
.lsm-nav>li>a:Hover, .lsm-nav>li>a:Focus {
	color: #828282;
	border-top: 3px solid #828282;
	background-color: transparent;
}
.lsm-nav>li.active>a:Hover, .lsm-nav>li.active>a:Focus {
	color: #828282;
	border-top: 3px solid #828282;
	background-color: transparent;
}
.lsm-nav>li.open>a:focus {
	color: #828282;
	border-top: 3px solid #828282;
	background-color: transparent;
}

/* search bar */
/* Search section in header */
.searchbar {
	float: left;
	margin-top: 10px;
	width: 100%;
}

/* Search bar */

.searchbar #search {

}
.searchbar #search input[type="text"] {
    background: url(/assets2015/images/search-white.png) no-repeat 10px 6px #444;
    border: 0 none;
    font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:12px;
    color: #d7d7d7;
    width:95%;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

.searchbar #search input[type="text"]:focus {
    background: url(/assets2015/images/search-dark.png) no-repeat 10px 6px #fcfcfc;
    color: #6a6f75;
    width: 78%;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
	}
/* Media query for tablets */
@media screen and (max-width:768px) {
	.searchbar {
		float: left;
		padding-top: 0px;
		width: 100%;
		clear:both;
	}
	.searchbar #search input[type="text"] {
		width:92%;
		}
	
	.searchbar #search input[type="text"]:focus {
		width: 92%;
		}
}

/*media query for small screen devices */
@media screen and (max-width:480px) {
	.searchbar {
		float: left;
		padding-top: 0px;
		width: 100%;
		clear:both;
	}
	.searchbar #search input[type="text"] {
		width:84%;
		}
	
	.searchbar #search input[type="text"]:focus {
		width: 84%;
		}
}

.page-header {
	margin: 15px 0px 15px;	
	clear: both;
	background-color: #fff;
	border-radius:5px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	box-shadow: 0px 2px 3px #aaaaaa;
	display:inline-block;
	width: 100%;
}
.page-header h1 {
	font-family: 'Lato', sans-serif;
	font-size:26px;
	line-height:1.2;
	color: #ce7811;
	margin-bottom:5px;
	margin-top:5px;
	font-weight: bold;
}
.breadcrumb {
	background-color: #efefef;	
	margin-bottom: 10px;
	padding: 4px 15px;
}
.breadcrumb a {
	color: #ce7811;	
}
.body-box {
	background-color:#fff;
	border-radius:5px;
	margin-bottom:20px;
	box-shadow: 0px 2px 3px #aaaaaa;
	display:inline-block;
	padding-bottom:50px;
	width:100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
.body-box h2 { margin-top: 0px; }
.body-box-home {
	padding: 0px;
}

.tab-content-lsm {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-top: 0px;  padding: 30px;

}
.nav-tabs-lsm { margin-top: 0px; margin-bottom: 0px;}
.nav-tabs-lsm>li>a {
	font-family: 'Days One', sans-serif;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}
.nav-tabs-lsm>li.active>a {
	font-family: 'Days One', sans-serif;
	color: #ce7811;
	font-size: 14px;
	text-decoration: none;
}
.tab-content-lsm h2 {
	font-family: 'Days One', sans-serif;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 5px;
}

/* footer */
footer {
	width: 100%;
	background-color: #262626;
	text-align:left!important;
	margin-top:2%;
	overflow:auto;
}
footer p {
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#969696;
}
	
footer .footerHalf {
		padding-top:40px;
		padding-bottom:50px;
		padding-right:4%;
		width:37%;
		float:left;
		margin-left:10%;
}
footer .footerQuarter1 {
		padding-top:40px;
		padding-bottom:50px;
		padding-right:4%;
		width:17%;
		float:left;
}
footer .footerQuarter2 {
		padding-top:40px;
		padding-bottom:50px;
		margin-right:10%;
		width:17%;
		float:left;
}

footer h4 {
	color:#fff;
}
footer	.icon {
	margin-right:4px;
	color:#ce7811;
	}
	footer a {
		color:#e8e8e8;
		text-decoration:none;
	}
	footer a:hover {
		color:#fff;
	}
	#subFooter {
	width: 100%;
	background-color: #141414;
	text-align:right;
	padding-right: 10%;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#828282;
	}
	#subContent {
		padding-top:10px;
		padding-bottom:10px;
		width:90%;
}

@media screen and (max-width:768px) {
	footer .footerHalf {
			padding-top:30px;
			padding-bottom:20px;
			width:80%;
			margin-left:10%;
			margin-right:10%;
			clear:both;
	}
	footer .footerQuarter1 {
			padding-top:0px;
			padding-bottom:40px;
			padding-right:30px;
			width:36%;
			margin-left:10%;
			float:left;
	}
	footer .footerQuarter2 {
			padding-top:0px;
			padding-bottom:40px;
			margin-right:10%;
			width:36%;
			float:left;
	}
  
		
}

/*media query for small screen devices */
@media screen and (max-width:480px) {

	footer .footerHalf {
			padding-top:30px;
			padding-bottom:10px;
			width:80%;
			margin-left:10%;
			margin-right:10%;
			clear:both;
	}
	footer .footerQuarter1 {
			padding-top:0px;
			padding-bottom:10px;
			padding-right:0px;
			width:80%;
			margin-left:10%;
			margin-right:10%;
			clear:both;
	}
	footer .footerQuarter2 {
			padding-top:0px;
			padding-bottom:30px;
			padding-right:0px;
			width:80%;
			margin-left:10%;
			margin-right:10%;
			clear:both;
	}


}

.addButton {
	background-color: #ce7811;
	border-radius:3px;
	display:block;
	clear:both;
	cursor:pointer;
	color:#ffffff;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size: 14px;
	text-align:center;
	text-decoration:none;
	position: relative;
	border-style: none;
	border-radius:3px;
	margin-top: 15px;
	padding:6px 5px;
	width: 50%;
}
.addButton:hover {
	background-color: #b56402;
	color:#ffffff;
	text-decoration: none;
}
.addButton:hover {
	position:relative;
	top:1px;
	text-decoration: none;
}
#carousel-lsm, #carousel-lsm-b {margin-top: 15px; }
#carousel-lsm>.carousel-inner>.item, #carousel-lsm-b>.carousel-inner>.item { 
			max-height: 250px; width: 100%;  }
#carousel-lsm>.carousel-inner>.item, #carousel-lsm-b>.carousel-inner>.item { text-align: center; }

#carousel-lsm500, #carousel-lsm500-b {margin-top: 15px; }
#carousel-lsm500>.carousel-inner>.item, #carousel-lsm500-b>.carousel-inner>.item { 
			max-height: 500px; width: 100%;  }
#carousel-lsm500>.carousel-inner>.item, #carousel-lsm500-b>.carousel-inner>.item { text-align: center; }



/* Carousel Header Styles */
.carousel-header-text {
    position: absolute;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
	text-align: left;
	background: rgb(0, 0, 0); /* Fall-back for browsers that don't support rgba */
    background: rgba(0, 0, 0, .5);
}

.carousel-header-text-btm {
    bottom: 8%;
}

.carousel-header-text-top {
    top: 5%;
}

.carousel-header-text-ctr {
    top: 40%;
}
.carousel-header-text-bottom {
    bottom: 5%;
}

.carousel-header-text-dark {
	background: rgb(255, 255, 255); /* Fall-back for browsers that don't support rgba */
    background: rgba(255, 255, 255, .5);
}

.carousel-header-text h2 {
	color: #f8f8f8;
	text-shadow: 0 0 2px #000;
	font-weight: bold;
	font-size: 24px;
	text-align: left;
	font-family: 'Lato', sans-serif;   
	margin-bottom: 0px;
	margin-top: 10px;
}


.carousel-header-text h3 {
	color: #f8f8f8;
	text-shadow: 0 0 2px #000;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	font-family: 'Lato', sans-serif;   
	margin-top: 5px;
}


.carousel-header-text-dark h2 {
	color: #333333;
	text-shadow: 0 0 3px #ffffff;
	font-weight: bold;
	font-size: 24px;
	text-align: left;
	font-family: 'Lato', sans-serif;   
	margin-bottom: 0px;
	margin-top: 10px;
}


.carousel-header-text-dark h3 {
	color: #333333;
	text-shadow: 0 0 3px #ffffff;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	font-family: 'Lato', sans-serif;  
	margin-top: 5px; 
}

#intro {
	clear: both;
	background-color: #fff;
	border-radius:5px;
	padding-top: 10px;
	padding-bottom: 0px;
	box-shadow: 0px 2px 3px #aaaaaa;
	display:inline-block;
	width: 100%;
	margin-bottom: 10px;
}
#intro, #intro P {
	font-size: 18px;
	line-height: 1.5;
	color: #333333;
	font-weight: 400;	
}
#intro h1 {
	font-family: 'Days One', sans-serif;
	font-size: 30px;
	line-height: 1.2;
	color: #ce7811;
	margin-bottom: 5px;
	margin-top: 5px;
}
#intro2 { margin-top: 5px; }
#intro2, #intro2 P, #intro2 li {
	font-size: 	14px;
	font-weight: 400;
	color: #333333;
	line-height: 1.4;
}

/* home page products */
.productRow {
	overflow: auto;
}


.nopadding {
   padding-left: 0 !important;
   margin-left: 0 !important;
   padding-right: 0 !important;
   margin-right: 0 !important;
}
.nopaddingL {
   padding-left: 0 !important;
   margin-left: 0 !important;
}
.nopaddingR {
   padding-right: 0 !important;
   margin-right: 0 !important;
}

.productHeader1 {
	border-right:#d3d3d3 solid thin;
	border-bottom:#d3d3d3 solid thin;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size: 20px;
	text-align:center;
	text-transform:uppercase;
	color:#000;
	padding-top:8px;
	padding-bottom: 8px;
	margin-bottom:20px;
}

.productHeader2 {
	border-bottom:#d3d3d3 solid thin;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size: 20px;
	text-align:center;
	text-transform:uppercase;
	color:#000;
	padding-top:8px;
	padding-bottom: 8px;
	margin-bottom:20px;
}
	
.productHeader1 a, .productHeader2 a { color: #000 }
.productDetails img {
	width:100%
}
.productDetails h4 {
	font-family: 'Days One', sans-serif;
	font-size: 14px;
	line-height: 1.2;
	color: #000;
	margin-bottom: 5px;	
}
.productDetails h4 a { color: #000 }
.productDetails p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: #333;	
}

.productDetails {
	padding-left: 15%;
	padding-right: 15%;
}

.viewButton {
	background-color: #ce7811;
	border-radius:3px;
	display:block;
	clear:both;
	cursor:pointer;
	color:#ffffff;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size: 16px;
	text-align:center;
	text-decoration:none;
	position: relative;
	width: 95%;
	border-style: none;
	border-radius:3px;
	margin-top: 20px;
	padding:10px 10px;
}
.viewButton:hover {
	background-color: #b56402;
	color:#ffffff;
}
.viewButton:hover {
	position:relative;
	top:1px;
}


/* Lead news story */
#lead-article p {
	font-family: 'Lato', sans-serif;
	font-weight:600;
	font-size:14px;
	color:#333;
	margin-top:0px;
}
#lead-article a {
	text-decoration: none;
	color: #333;	
}
	#lead-article .date {
		font-family: 'Lato', sans-serif;
		font-weight:700;
		color:#ce7811;
		margin-bottom:0px;
	}
	#lead-article img {
		margin-top:25px;
		margin-bottom:15px;
		width:100%;
	}
	
	/* Subsequent news stories */
#news-article {
	display:block;
	clear:both;
	overflow:hidden;
}
#news-article p {
	font-family: 'Lato', sans-serif;
	font-weight:600;
	font-size:12px;
	color:#333;
	width:100%;
	margin-top:0px;
}
#news-article a {
	text-decoration: none;
	color: #333;	
	font-weight: 600;
}

	#news-article .date {
		font-family: 'Lato', sans-serif;
		font-weight:700;
		color:#ce7811;
		margin-bottom:0px;
	}
	#news-article img {
		width:30%;
		float:left;
		margin-top:5px;
		margin-right:10px;
	}
	
.news-separator {
	margin-bottom: 10px;
	margin-top: 10px;
	border-top: 1px solid #999;
}
h2.tabset_label {
	font-size: 20px;	 margin-bottom: 10px;
}

.subitem0>.list-group-item.selitem, .subitem0>.list-group-item.selitem:focus, .subitem0>.list-group-item.selitem:hover,
.subitem1>.list-group-item.selitem, .subitem1>.list-group-item.selitem:focus, .subitem1>.list-group-item.selitem:hover,
.subitem2>.list-group-item.selitem, .subitem2>.list-group-item.selitem:focus, .subitem2>.list-group-item.selitem:hover,
.subitem3>.list-group-item.selitem, .subitem3>.list-group-item.selitem:focus, .subitem3>.list-group-item.selitem:hover,
.subitem4>.list-group-item.selitem, .subitem4>.list-group-item.selitem:focus, .subitem4>.list-group-item.selitem:hover,
.subitem5>.list-group-item.selitem, .subitem5>.list-group-item.selitem:focus, .subitem5>.list-group-item.selitem:hover
 {
	/*background-color: #dfdfdf !important;	*/
	font-weight: bold;
	/* border-left: 6px solid #ddd; */
	color: #ce7811;
}
div.subitem0 a.list-group-item {
    padding-left: 30px;
	/*background-color: #ECFFFF;*/
	background-color: #D2FFFF;
}
div.subitem1 a.list-group-item {
    padding-left: 45px;
	background-color: #efefef;
}
div.subitem2 a.list-group-item {
    padding-left: 60px;
	background-color: #FFFFE8;
}
div.subitem3 a.list-group-item {
    padding-left: 75px;
	background-color: #ffefbf;
}
div.subitem4 a.list-group-item {
    padding-left: 90px;
	background-color: #ffffff;
}
div.subitem5 a.list-group-item {
    padding-left: 105px;
	background-color: #FFE8DF;
}
#sidebarmenu .list-sub-group { margin-bottom: 0px; }
#sidebar .glyphicon-chevron-down { padding-left: 5px;}
#sidebar .glyphicon-chevron-right { padding-left: 2px;}
.list-group-side {margin-bottom: 0px; }
.media-heading { line-height: 150%; }
.media { margin-bottom: 10px; }
div.lead2 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  background-color: #efefef;
  padding: 15px;
}
div.lead2 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.btn-primary.searchButton {
	background-image: linear-gradient(to bottom, #666666 0, #000000 100%);
	border-color: #000000;
}
.btn-primary.searchButton:hover,
.btn-primary.searchButton:focus {
  background-color: #666666;
  background-position: 0 0px;
}
.searchPages>ul.pagination { margin-top: 0px; margin-bottom: 0px; }
h4.searchResults { margin-top: 1px; margin-bottom: 3px; font-size: 15px; font-weight: bold;}

.carousel-caption {
  background-color:rgba(255, 255, 255, 0.5);
  color: #000;
  border-radius: 5px;
   padding-top: 5px;
  padding-bottom: 5px;
  bottom: 5px;

}
.carousel-indicators { display: none; }

.img-iframe { max-width: 180px; }

@media screen and (max-width:1000px) {

	.productHeader1 {
		border-right:none !important;
		border-bottom:none !important;
		border-top:#d3d3d3 solid thin !important;
		margin-top: 20px;
	}
	
	.productHeader2 {
		border-bottom:none !important;
		border-top:#d3d3d3 solid thin !important;
		margin-top: 20px;
	}
	

}
@media screen and (max-width:480px) {

	.productHeader1 {
		border-right:none !important;
		border-bottom:none !important;
		border-top:#d3d3d3 solid thin !important;
		margin-top: 20px;
	}
	
	.productHeader2 {
		border-bottom:none !important;
		border-top:#d3d3d3 solid thin !important;
		margin-top: 20px;
	}
	

}
h4.relatedCat {
	background-color: #286090;
	color: white;
	padding: 5px;	
	margin-top: 1px;
	margin-bottom: 0px;
}