/* ### general ### */
html, body { font-family: 'Open Sans', sans-serif; font-size: 15px; padding:0; margin:0; color: #222;}
input, select, textarea { font-family: 'Open Sans', sans-serif; font-size: 15px; color: #222; }
body { 	background: #fff; }

.grecaptcha-badge{z-index: 999;}

/* ### global classes ### */
.clear { clear: both; visibility: hidden; line-height: 0; height: 0; }
.center { margin: 0 auto; max-width: 1100px; /*position: relative; */}

/* ### forms ### */
.formContainer{ overflow:hidden;}
.formContainer label{ clear:both; display:block; float:left; width:35%; margin-bottom:15px; }
.formContainer input[type="text"], .formContainer input[type="email"], .buttonHolder, .formContainer textarea{ display:block; float:left; width:60%; margin-bottom:15px; }
.formContainer input[type="text"], .formContainer input[type="email"], .formContainer textarea{-webkit-appearance: none; border: 1px solid #222; padding:3px;}
.formContainer textarea{ height:100px;}
.buttonHolder input[type="submit"]{ padding:7px 20px; font-size:16px; font-weight:bold; border:none; -webkit-appearance: none; color:#fff; background:#bb7104;}
.formWebsite{ display:none;}
.error{ background:#fff; border:#C4060A 1px solid; color:#C4060A; padding:10px; margin:10px 0;}
.error li{ margin-left:25px; }
.succes{ background:#fff; border:#222 1px solid; padding:10px; margin:10px 0; }


/* ### wrapper ### */
#wrapper { position: relative; display: block; width: 100%; min-height: 100%; overflow-x: hidden; }
#wrapper a.top {position: fixed;bottom: 90px;right: 15px;z-index: 1000;}

/* ### main container ### */
#mainCntr { width: 100%; background: #fff url(/images/bg2.jpg) cover; overflow:hidden;}

#headAndContent{background-image: url("/images/bg.jpg");background-size:cover;overflow:hidden;}

#headerCntr { width: 100%; padding:20px 0 0 0; }
#headerCntr .logo { width:30%; float:left; }
#headerCntr .logo img { max-width: 100%; margin-bottom:20px; }
 
.searchBox { width:25%; float:right; margin-top:90px; }
.searchBox fieldset { border: 0; width: 180px; height: 30px; overflow: hidden; padding:0; margin:0; float:right; background: #eee;}
.searchBox input[type="text"] { border: 0; background: #eee; width: 145px; height: 30px; line-height:30px; font-size: 14px; float: left; padding: 0 0 0 5px;}
.searchBox input[type="submit"] { border: 0; background: #eee url(/images/search-button.png) no-repeat center center; width: 30px; height: 30px; cursor: pointer; float: left; }

.addressBox { width:45%; float:left; margin-top: 95px; }
.addressBox ul { overflow: hidden; list-style-type:none; float:right; padding:0; margin:0;}
.addressBox li { display:inline; margin-right:10px; font-weight: 600; color: #bb7104; }
.addressBox li a { text-decoration: none; color:#66b32f; }
.addressBox2{ display:none;}

#headerCntr .menuBox { clear:both; overflow:hidden; background:#66b32f;}
#headerCntr .menuBox ul { list-style-type:none; max-width:1100px; margin:0 auto; padding:0; }
#headerCntr .menuBox li { float:left; font-weight: 600; }
#headerCntr .menuBox li a { display:block; text-decoration: none; color: #fff; padding:12px; transition: 0.5s;}
#headerCntr .menuBox li a.active, #headerCntr .menuBox li a:hover, #headerCntr .menuBox li:hover > a { color: #bb7104; background-color:#66b32f!important;}
#headerCntr .menuBox li ul { width: 200px; overflow:hidden; position:absolute; display: none; background-color:#66b32f;}
#headerCntr .menuBox li li { padding-bottom: 0; float: none; }
#headerCntr .menuBox li li a { padding: 10px; border-top:none !important;}
#headerCntr .menuBox li:hover ul { display: block; z-index:100; }
#headerCntr .mobileMenu { display: none; }

#contentCntr { padding: 20px 0 20px 0; min-height: 60vh;}

#leftCntr {	float: left; width: 68%; line-height:25px; }
#leftCntr h1 { font-size: 39px; margin: 0 0 25px 0; line-height:normal; color:#bb7104;}
#leftCntr h2 { font-size: 23px; margin-bottom: 12px; line-height:normal;}
#leftCntr h3 { font-size: 17px; margin-bottom: 6px; line-height:normal;}
#leftCntr p { line-height: 25px; margin-bottom: 22px; }
#leftCntr a{ text-decoration:underline; color:#bb7104; }
#leftCntr img { max-width:100%; height:auto;}
#leftCntr ul, #leftCntr ol{ margin: 0 0 25px 25px; padding:0;  }

#rightCntr { float: right; width: 30%;}
#rightCntr .call2actionBox a{ text-decoration: none}
#rightCntr .call2actionBox a.btn { display: block;transition: 0.5s; text-align: center; margin-bottom: 20px; font-size: 27px; font-weight: 600; padding: 14px 0; color: #fff; background-color: #66b32f;}
#rightCntr .photo { width: 100%; margin-bottom: 20px; overflow:hidden;}
#rightCntr .photo img { max-width: 100%; height:auto;}
#rightCntr .photo p { margin:5px 0 0 0; padding: 12px; line-height:25px; background-color: #eee;}
#rightCntr .contactInfo{ background:#eee; padding:10px; line-height:25px;}
#rightCntr .contactInfo a{ text-decoration:none; color:#bb7104;}
#rightCntr .contactInfo h3{ margin:0 0 10px 0;}
#rightCntr .fb-page{ margin-bottom: 20px; }

.photoBox{background-color:#bb7104; padding: 10px; color:#fff; text-align:center; font-size: 28px; font-weight: bold;}
.photoBox div.photoItem{ width: 400px; height: 300px; overflow: hidden; border: 1px solid #fff; margin: 20px;}
.photoBox div.photoItem picture > *{ width:100%; height:auto; min-height: 300px;}

/* Question layer */
#questionCntr { width: 100%; padding: 35px 0 35px 0; background:#eee; }
#questionCntr h4 { color: #2c2e85; font-size: 39px; text-align: center; margin: 0 0 30px 0; }
#questionCntr fieldset { border: 0; width: 100%; padding:0; margin:0; }
#questionCntr .col { float: left; width: 50%; overflow:hidden; }
#questionCntr .col.right { float: left; width: 50%; overflow:hidden; }
#questionCntr .qLabel{ float:left; width:33%; height:50px; line-height:25px; }
#questionCntr .qField{ float:left; width:calc(67% - 2px); height:50px; line-height:50px;}
#questionCntr .qField input{ border:1px solid #222; background:#fff; width:calc(80% - 2px); padding:5px;}
#questionCntr .qTextArea{ float:left; width:67%; height:100px; }
#questionCntr .qTextArea textarea{ border:1px solid #222; background:#fff; width:calc(80% - 2px); height:65px; padding:5px; margin-top:10px;}
#questionCntr .qField input[type="submit"]{ border:0; width:calc(80% + 12px); background: #2c2e85; color:#fff; font-size:17px; font-weight:bold; text-transform:uppercase; -webkit-appearance: none;}
/* IE is not jumping to the right position :( */
.adjustJump { position:absolute; margin-top:-100px !important;}


#footerCntr { overflow: hidden; width: 100%; padding: 18px 0 21px 0; background:#222; }
#footerCntr p { float: left; color: #fff; font-size: 13px; }
#footerCntr p.right { float: right; }
#footerCntr p span { padding: 0 7px; }
#footerCntr p a { color: #fff; text-decoration: none; }


/* #Media Queries
================================================== */


@media only screen and (min-width: 1099px) {
 /* Hover effects only on big screens*/
	.list2 .title a:hover{ color:#bb7104 !important;}
	.addressBox li a:hover { text-decoration: underline; }
	#headerCntr .menuBox li li a:hover, #headerCntr .menuBox li li a.active { background-color: #bb7104; }
	#rightCntr .call2actionBox a.btn:hover {  background-color: #fff; color: #bb7104;}
	#questionCntr .qField input[type="submit"]:hover{ background: #66b32f; }	
	#newsCntr a.link:hover { text-decoration: underline; }	
	#bottomCntr ul.links li a:hover { text-decoration: underline; }
	#bottomCntr ul.social li a:hover img {transition: 0.5s; -webkit-transform: matrix(1.113,0,0,1.092,0,0); -moz-transform: matrix(1.113,0,0,1.092,0px,0px); -ms-transform: matrix(1.113,0,0,1.092,0,0); 	-o-transform: matrix(1.113,0,0,1.092,0,0); transform: matrix(1.113,0,0,1.092,0,0);}
	#footerCntr p a:hover { text-decoration: underline;}
}

@media only screen and (max-width: 1099px) {
	.center { padding: 0 15px; }
	#headerCntr .logo { width:25%;}
	.searchBox { width:35%;}
	.addressBox { width:40%; margin-top: 80px; }
	.addressBox li { display:block; }
	.addressBox ul { padding:0; margin:0;}
	#headerCntr .menuBox { left: 15px;}
	
	#bannerCntr ul{ height:auto; margin:0; padding:0;}
	#bannerCntr li img { min-height: inherit !important; min-width: inherit !important; width: 100% !important; position: static; top: 0; left: 0; }
	
	.photoBox div.photoItem{ height: 230px;}
	.photoBox div.photoItem picture > *{ min-height: 230px;}
}

@media only screen and (max-width: 979px) {
	#wrapper a.top { right: 0; }
	#headerCntr .menuBox li a { padding:12px 9px; font-size:13px;}
	#leftCntr {width: 60%;  }
	#rightCntr {width: 38%; }
	#leftCntr h1 { font-size:30px; margin-bottom:20px;}
	
	#questionCntr h4, #newsCntr h5 {font-size: 30px; margin-bottom: 20px;}
	#questionCntr .col { float:none; width: 100%;}
	#questionCntr .col.right { width: 100%;}


	#bottomCntr .block { width: 20%; }
	#bottomCntr .block.mid { width: 30%; }
	#bottomCntr .block.last { width: 50%; }
	#bottomCntr h6 { font-size: 17px; }
}

@media only screen and (max-width: 767px) {
	#headAndContent{ background: none;}
	#headerCntr .menuBox { display: none; }
	#headerCntr .mobileMenu { display: block; background:#bb7104;} 
	#headerCntr .mobileMenu #nav{ float:left; display:block; width:15%;}
	#headerCntr .logo {float:none; clear:both; width: 100%; text-align: center; }
	.searchBox { float:none; clear:both; width: 100%; text-align: center; margin-bottom:10px; margin-top:0;}
	.searchBox fieldset { display: inline-block; text-align: left; float:none; }
	.addressBox { display:none; }
	.addressBox2 { display:block; float:right; width:84%; overflow:hidden; }
	.addressBox2 ul { width: 100%; margin:0; padding:0; list-style-type:none; line-height:50px; text-align:right; }
	.addressBox2 li { display:inline; color:#fff; margin-left:8px; }
	.addressBox2 .second{ display:none;}
	.addressBox2 li a { color:#fff; }
	#bannerCntr{ border-width:5px;}
	#leftCntr { width: 100%; float: none; padding-right: 0; padding-bottom: 25px; }
	#leftCntr td{ display:block; width:100%; } /*show table cell at full width*/
	#rightCntr { width: 100%; float: none; margin-bottom: 20px;}
	#rightCntr .fb-page{ width:100%;  }
	#questionCntr h4, #newsCntr h5, .phoneContact {font-size: 22px; }
	.phoneContact  span{display:block; margin-top: 10px; }
	#questionCntr .qLabel, #questionCntr .qField, #questionCntr .qTextArea{ float:none; width:100%; height:auto; }
	#questionCntr .qField input, #questionCntr .qTextArea textarea, #questionCntr .qField input[type="submit"]{ width:95%; }
	
	#newsCntr .block { width: 100%; padding-right:0; }
	#newsCntr .second { display:none;}
	
	#bottomCntr .block { width: 50%; margin-bottom: 25px;}
	#bottomCntr .block.last { width: 100%; margin-bottom: 5px;} 
	#bottomCntr ul.social li { margin-right: 5px; }
	#bottomCntr h6 { font-size: 17px; }
	#bottomCntr ul.social li img { width: 32px; }

	#footerCntr p { float: none; text-align: center; line-height:200%; }
	#footerCntr p.right { float: none; padding-top: 10px; font-style:italic; }
}

@media only screen and (max-width: 400px) {
	#bannerCntr .cycle-pager { display:none;}
	.addressBox2{ width:auto; height:50px; }
	
	.addressBox2 li { margin-left:8px; font-size:14px; display:inline; }

	#leftCntr h1 { font-size: 22px; margin-bottom: 12px; }
	#leftCntr h2 { font-size: 20px; }
	#leftCntr p { margin-bottom: 12px; }
	#leftCntr img{ width:100%; height:auto;}

	#rightCntr .call2actionBox a.btn { font-size: 22px; padding: 10px 0;}

	#bottomCntr .block.mid { display: block;  width: 100%; margin-bottom: 15px;	}
	#bottomCntr .block.last { width: 100%; }
	#wrapper a.top img { width: 36px;}
	
	.formContainer label{ float:none; width:100%; margin-bottom:5px; }
	.formContainer .empty{ display:none;}
	.formContainer input[type="text"], .formContainer input[type="email"], .buttonHolder, .formContainer textarea{ float:none; width:90%; margin-bottom:10px; }	
	

	/* IE is not jumping to the right position :( */
	.adjustJump { position:absolute; margin-top:-475px !important;}	
}

@media only screen and (max-width: 300px) {
	.addressBox2{ display:none;}
}

@media only screen and (max-width: 250px) {
	#bannerCntr .slider{ display:none;}
}
