/* custom.js 
::: changed line 401 - opacity of info hover  :::

*/
/*  font  */
/*
 @font-face {
   font-family: MuseoSans;
   src: url("../fonts/MuseoSans-100.eot"); / * EOT file for IE * /
 }
 @font-face {
   font-family: MuseoSans;
   src: url("../fonts/MuseoSans-100.ttf"); / * TTF file for CSS3 browsers * /
 }
 green CMYK = RGB #68b24c
*/


h1, h2, h3, h4, h5, h6 {	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2, h3 {
	margin-bottom: 10px;
}
h3 {
	margin-top:24px;
}
h5 {
	/*font-family: MuseoSans;*/
	font-size:15px;
}
p {
	font-size: 14px;
	line-height: 20px;
	/*font-family: MuseoSans;*/
	font-family: OpenSans, Arial, sans-serif;
}
h3.title.noLine:after {
    background: none;
    content: "";

}
#main {
	min-height: 640px;
}
.mgn-bottom-20 {
	margin-bottom: 20px;
}
.mgn-bottom-30 {
	margin-bottom: 30px;
}
.mgn-bottom-50 {
	margin-bottom: 50px;
}
.content {
	padding: 40px 0 0;
}

.logo {
	position: relative;
	bottom: 32px;
	left:20px;

}
.logo img {
	height:100px;
	-webkit-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}

.menu ul>li>a {
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
}
.menu ul ul {
	border-top:2px solid #9BE480 !important;
}
#header .main-header {
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.logo {
		width:160px;
		height:60px;
	}
	.logo img {
		height:auto;
	}
	.container.widthAdjust {
		max-width:870px;
	}
	.menu ul>li>a {
		padding: 34px 12px 31px 12px;
	}
}
@media (max-width: 767px) {
	 .logo.pull-left {
		margin: 45px 30px 10px 0px;
	}
	.menu ul ul {
		width:100%;
		background:#93C580;
	}
}


.divider {
	margin: 30px 0;
}

/* top-bar */
header .top-bar {
	background: #68b24c;
}

.top-bar a {
	font-size: 80%;
	color:#eee !important;
}
.top-bar a:hover {
	color:#fafafa !important;
}

h2.slogan-title {
	font-weight: 100;
	text-shadow:0 1px white;
}
h5 small {
	font-size: 60%;
}
p small {
	font-size: 80%;
}
/* -- slogan -- */
.slogan {
	border-bottom: none;
}
.bgGrey {
	background-color: whitesmoke;
}

/* -- nav -- */

.navbar-collapse {
	background:#323B44;
}
#current, .menu ul li a:hover, .menu ul>li:hover>a {
	border-bottom: 3px solid #68b24c;
}
.navbar-toggle i {
	background-color: #68b24c;
}
/* make arrow larger */
#current:after {
	background: #68b24c;
	bottom: -4.5px;
	height: 8px;
	width: 8px;
}
/* -- icons -- */
.fullscreen.opacity1 {
	opacity: .8;
}

/* -- images -- */

.flt-r, .flt-l {
	margin:2px 12px 12px 2px;
}
.flt-r {
	float: right;
}
.flt-l {
	float: left;
}
.img350 {
	max-width: 350px;
}
img .caption{
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
/*p small.cap {
 	text-align: center !important;
 	line-height: 12px;
 }*/

.imgCntr1 {
	margin:0 auto;
	text-align: center;
}
 .imgCntr {
 	text-align: center;
 	margin: 8px auto;
 }

div.imgSm {
	text-align: center;
	margin: 18px auto;
}
 .imgSm img {
 	width:160px;
 	height: auto;
	border:2px solid #ccc;
 }
 @media (min-width: 992px) and (max-width: 1200px) {
 	.imgSm img {
	 	width:240px;
	 	height: auto;
	 }
 }
 @media (min-width: 546px) and (max-width: 713px) {
 	.imgSm img {
	 	width:240px;
	 	height: auto;
	 }
 }
  @media (max-width: 545px) {
 	.imgSm img {
	 	width:160px;
	 	height: auto;
	 }
 }




.imgBdr {
	padding: 4px;
	background: url("../img/bg_off.png") repeat;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	}
@media (min-width: 767px) and (max-width: 979px) {
	img, .caption {
		max-width: 300px;
	}
}
.img-lg img {
	max-width:100% !important;
}
.btn {
 	font-weight: normal;
 }
a.btn-u:hover {
	box-shadow:0 0 0 2px #c0392b;
}

/*-------- table ------ */


table.tblProd tbody tr td:first-child {
	color:#333;
}
table.tblProd tbody tr td:nth-child(2) {
	color:#00A6FF;
}
#footer table tr td {
	vertical-align: top;
}
#footer table tr td:first-child {
	color:#323B44;
}
#footer table tr td:nth-child(n+2) {
	color: #E7FFE3;
}

/*-------- slider ------ */
.fullwidthbanner-container {
	max-height: 380px !important;
}

/*-------- images ------ */
 .imgShrink {
 	float: right;
 }
@media (max-width: 545px) {
 	.imgShrink img {
	 	width:200px;
	 }
 }

/*-------- buttons------ */
.btn-simple {
	padding:2px 6px;
	border:1px solid #92CC87;
	border-radius: 2px;
}
.btn-simple:hover {
	background:rgba(0,0,0,.1);
	-webkit-transition: ease-in-out, background-color 150ms ease-in-out;
	-moz-transition: ease-in-out,background-color 150ms ease-in-out;
	transition: ease-in-out,background-color 150ms ease-in-out;
}


/* == accordion == */
.panel-group .panel {
	border-radius: 2px;
}
.accordionMod .panel-heading .current {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.accordionMod .panel-heading .accordion-toggle .icon:before {
	color:#ccc;
}
.accordionMod .panel-heading .accordion-toggle .iconActive:before {
	color:#eee;
}
.accordionMod .panel-heading .current {
	font-weight: 200;
}
h4.accordion-toggle {
	font-weight: 200;
}

 .accordionMod .panel-heading .current {
 	/*background-color: #009999; / * Grey */
	/*background-color: #4CB2AD; / * Aqua */
	background-color: #62AEBF; /* Bluey tint */
 }


/* == horizontal-tabs / tabs == */
@media (max-width: 1199px) and (min-width: 980px) {
	#horizontal-tabs ul.tabs li {
		width:inherit;
	}
}
#horizontal-tabs .contents {
	border: none;
	border-top: 1px solid #ddd;
}

#horizontal-tabs ul.tabs li {
	background: #fafafa;
	border-right: 1px solid #ddd;
	border-top: 2px solid #aaa;
	}


/*.blog-showcase ul li.blog-first-el {
	padding-right: 270px;
	height: 300px;
}
.blog-showcase-extra-info {
	width: 277px;
	height: 280px;
}
.latest-posts {
	height:400px;
}*/


/* ------ video ---- */
div.pp_default .pp_nav {
	display: none !important;
}

/* ===== footer  ===== */
#footer {
	background-color: #68b24c;
}
.footer-top {
	padding:20px 0;
	
}
#footer h3 {
	color: #eee;
}
#footer ul {
	color:#E7FFE3;
}
#footer li p strong {
	color:#397501;
	color:#323B44;
}
#footer li i {
	color:#397501;
	color:#323B44;
}

.footer-bottom {
	background: #323B44;
	color:#999;
}
#footer ul.quicklinks {
	float: left;
	margin-left:28px;
}
#footer ul.quicklinks li {
	list-style-type: disc;
	color:#A9BCC4 !important;
}
#footer ul.quicklinks li {
	font-size: 14px;
	color:#A1A1A1;
	font-weight: normal;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	line-height: 24px;
}
#footer ul.quicklinks li a {
	color:#C4C4C4
}
#footer ul.quicklinks li a:hover {
	color:#eee;
}

.map {
	background: url("../img/contact-map.png") no-repeat center bottom;
}
.contact-us {
/*	margin: 15px 0 0;
*/	background:none;
}

/*  showcase */
@media (min-width: 1201px) {
	.blog-showcase ul {
		height: 280px;
	}
	.blog-showcase-extra-info {
		left: 290px;
	}
}
@media (min-width:980px) and (max-width: 1200px) {
	.blog-showcase ul {
		height:190px;
	}
	.blog-showcase ul li.blog-first-el .blog-showcase-extra-info {
		height: 190px;
	}
	.blog-showcase-thumb {
	width:250px;
	}

	.blog-showcase-extra-info {
		left:250px;
		width:213px;
	}
	.blog-showcase ul li h4 {
		margin-bottom: 3px;
	}
	.blog-showcase ul li p {
		font-size: 12px;
		line-height: 1.5em;
	}
	.blog-showcase ul li.blog-first-el {
	    padding-right: 212px;
	}

	.blog-showcase ul li .blog-showcase-extra-info {
			filter:alpha(opacity=0);
			opacity:0 !important;
		}
	.blog-showcase ul li.blog-first-el .blog-showcase-extra-info {
	    opacity: 1!important;
	}
}
@media (min-width: 640px) and (max-width:767px) {
	.blog-showcase-thumb {
		width:320px;
	}
	.blog-showcase {
		width:360px;
	}
	.blog-showcase-extra-info {
		left:320px;
	}
	.blog-showcase ul {
		width: 600px;
	}

}

.blog-showcase-extra-info {
	height: 200px;
}




/* ===== products page ===== */

.box-product {
	background: green;
	color:white;
	padding:22px;
	margin:4px 0;
	text-align: center;
}
.box-product img {
	margin: 0 auto;
}

/* ===== industries page ===== */

a.textLinkBox {
	  position: relative;
	  display: block;
	  cursor: pointer;
	  margin: 0;
	  padding: 10px 16px;
	  transition:all 0.1s ease-in-out;
}
a.textLinkBox h4 {
	font-weight: 300;
}
a.textLinkBox i {
	color:#bbb;
	margin-right:12px;
	position: relative;
	left:0;
	transition:all 0.2s ease-in-out;
}
a.textLinkBox:hover {
	background: #9DDDFF;
}
a.textLinkBox.panel:hover {
	border-color:#5DBFF0;
}
a.textLinkBox:hover i {
	left:6px;
	color:white;
	transition:all 0.3s ease-in-out;
}

h4.headingBox {
	margin:0;
	padding:12px;
	color:white;
	font-weight: 300;
	letter-spacing: 1px;
	background: #62AEBF;
}

.grid {
	/*padding: 20px 20px 100px 20px;*/
	padding:20px 8px;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.grid li {
	display: inline-block;
	min-width: 282px;
	margin: 0;
	padding: 6px;
	text-align: left;
	position: relative;
}
@media (max-width: 767px) {
	.grid li {
		width:340px;
	}
}
.grid figure {
	margin: 0;
	position: relative;
	padding:22px;
	border:1px solid #eee;
	background: #111;
	height:300px;
	border-radius:3px;
}

.grid figure img {
	max-width: 80%;
	width: 80%;
	display: block;
	position: relative;
	margin:0 auto;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 8px 20px;
	background: #111;	
	/*background: #2c3f52;*/
	/*color: #ed4e6e;*/
	/*color:#08c;*/
	color:#00B7FF;
}

.grid figcaption h3 {
	margin: 0;
	margin-bottom:18px;
	padding: 0;
	color: #eee;
	font-size:18px;
	font-weight: 100;
}

.grid figcaption span:before {
	content: 'by ';
}
/*span {font-size:11px;}*/

.grid figcaption a {
	text-align: center;
	padding: 3px 6px;
	border-radius: 2px;
	display: inline-block;
	background: #ed4e6e;
	color: #fff;
	font-size:12px;

}


/*.hoverWrap {
	padding: 4px;
	background: url("../img/bg_off.png") repeat;
	border: 1px solid red;
	border-radius: 3px;
}
*/



/* Caption Style 3 */
.cs-style-3 figure {
	overflow: hidden;
}

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.cs-style-3 figcaption {
	height: 220px;
	width: 100%;
	top: auto;
	bottom:50px;
	opacity: 1;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: .8;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {
	position: absolute;
	bottom: -40px;
	right: 20px;
}

/* ----  video ---- */
#portfolio-carousel {
	position: relative;
	bottom:24px;
}

.fullscreen i {
	padding: 14px 24px;
	border-radius: 40px;
	font-size: 28px;
}
.carousel-controls a.prev, .carousel-controls a.next {
	position: absolute;
	padding: 4px 12px;
	width: auto;
	height: auto;
}
.carousel-controls a.prev {
	right: 50px;
}
.carousel-controls a.prev, .carousel-controls a.next {
	opacity: .8;
}  
.carousel-controls a.prev:hover, .carousel-controls a.next:hover {
	opacity: 1;
	-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}  

.vidCat p {
	font-size: 12px;
	border-left:3px solid #ddd;
	padding-left: 8px;
}
.vidCatSpace {
	height:30px;
}

@media (max-width:767px) {
	.carousel-controls a.prev, .carousel-controls a.next {
		z-index:99;
	}
}


@media (max-width:767px) {
	.blog-showcase-thumb {
		display: none;
	}
	.blog-showcase-extra-info {
		display: inherit;
		position: inherit;
		width: auto;
		left:1px;
	}
	.blog-showcase-extra-info {
		height: auto;
	}
	.blog-showcase-extra-info h4 {
		margin-top:16px;
	}
	.blog-showcase ul li.blog-first-el {
		padding-right:0;
	}
	.blog-showcase ul li .blog-showcase-extra-info {
		padding: 0 40px;
	}

}
@media handheld,only screen and (max-width:640px) {
	.blog-showcase-thumb {
		display: none;
	}
	.blog-showcase ul li .blog-showcase-extra-info {
		display: inherit !important;
		padding: 0 40px;
	}

}



/* ==== pages ======== */

.sideBar {
	background: #f7f7f7;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(247,247,247,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(247,247,247,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(247,247,247,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(247,247,247,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(247,247,247,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */

	border-left: 1px dotted #ccc;
	border-top:1px dotted #ccc;
}
.widget.category ul li {
	border-bottom: 1px solid #eee;
}

/* ----  #howitworks ---- */
#howitworks h3 {
	margin-top:42px;
}



.carousel1 {
	position: relative;
	margin-bottom: 20px;
	line-height: 1;
	}
.carousel-inner1 {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.testimonial-body1 {
	padding: 10px;
	margin-top: 5px;
	background: #fcfcfc;
	background: #45606B;
	border: 1px solid #4D7080;
	height: 160px;
	border-radius: 5px;
	}
.testimonial-body1 p {
	color: #A9BCC4;
}	
.testimonial-arrow1 a {
	margin: 0;
	top: -22px;
	float: right;
	color: #A3C5D4;
	font-size: 25px;
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding: 0 9px !important;
}

@media (max-width: 767px) {
	.testimonial-arrow1 a {
		right:44px;
	}
}
/*#testimonial_carousel1 {

}*/

@media (min-width: 767px) and (max-width: 992px) {

	.testimonial-body1 {
		height: 220px;
	}

}

/* maps contact */
#maps iframe {
		width:100%;
	}

.reply input.form-control {
	color: #444;
}
/*ul.nav li a.current {
	border-bottom: 3px solid #0488cd;
	background-color: #252c34;
}
*/
















