
/* ### general ### */
html, body { font-family: 'Open Sans', sans-serif; font-size: 15px; padding:0; margin:0; color: #000;}
input, select, textarea { font-family: 'Open Sans', sans-serif; font-size: 15px; color: #000; }
body { background: #fff; }

/* ### global classes ### */
.clear { clear: both; visibility: hidden; line-height: 0; height: 0; }
.center { margin: 0 auto; max-width: 1100px; /*position: relative; */}
.grecaptcha-badge{z-index:100;}

/* ### forms ### */
.formContainer{ overflow:hidden;}
.formContainer h3{ margin-bottom: 35px!important;}
.formTxt{clear:both; display:block; float:left; width:35%; margin: 0 0 25px 0; overflow:hidden; font-weight:bold; }
.formInput{display:block; float:left; width:65%; margin: 0 0 25px 0; overflow:hidden; }
.formInput input[type="text"], .formInput input[type="email"], .formInput textarea{-webkit-appearance: none; border: 1px solid #000; padding:5px; width: calc(100% - 12px); background:#fff; }
.formInput textarea{ height:100px; }
.formInput input[type="submit"]{background-color:#ff0000; transition: 0.5s; padding:10px 25px!important; font-size:16px; font-weight:bold; border:none; -webkit-appearance: none; color:#fff; }

.error{ background:#fff; border:#C4060A 1px solid; color:#C4060A; padding:10px; margin:10px 0;}
.error li{ margin-left:25px; }
.succes{ background:#fff; border:#03af07 1px solid; color:#03af07; padding:20px; margin:10px 0; }

.btn{ color:#fff!important; background-color:#ff0000; display:inline-block; transition: 0.5s; padding:10px 25px!important; font-weight:bold; text-align: center; text-decoration:none!important; }

/* mmenu */
.mm-spn.mm-spn--light{background: #000!important; color: #fff!important; }
.mm-spn a.active{color:#ff0000!important;}


ul.social {list-style:none; padding:0; }
ul.social li { display:inline-block; margin: 0 10px 10px 0; }

/* ### wrapper ### */
#wrapper { position: relative; display: block; width: 100%; min-height: 100%; overflow-x: hidden; }

/* ### main container ### */
#mainCntr { width: 100%; }

#headerCntr { width: 100%; padding:20px 0 0 0; }
#headerCntr .logo { width:30%; float:left; }
#headerCntr .logo picture * { max-width: 100%; }
 
.searchBox { width:25%; float:right; margin-top:110px; }
.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:100px;}
.addressBox ul { overflow: hidden; list-style-type:none; float:right; }
.addressBox li { display:inline; margin-right:10px; font-weight: bold; color: #000; }
.addressBox li a { text-decoration: none; color:#ff0000; }
.addressBox2{ display:none;}

#headerCntr .menuBox { border-top:20px solid #fff; clear:both; overflow:hidden; background-color:#000;}
#headerCntr .menuBox ul { list-style-type:none; max-width:1100px; margin:0 auto; padding:0; }
#headerCntr .menuBox li { float:left; font-weight: bold; }
#headerCntr .menuBox li a { display:block; text-decoration: none; color: #fff; padding:12px; border-top:5px solid #000;}
#headerCntr .menuBox li a.active, #headerCntr .menuBox li a:hover, #headerCntr .menuBox li:hover > a { border-color: #ff0000; }
#headerCntr .menuBox li ul { width: 200px; overflow:hidden; position:absolute; display: none; background-color:#000;}
#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:600px;}

#leftCntr {	float: left; width: 68%; line-height:25px; }
#leftCntr h1 { font-size: 39px; margin: 0 0 25px 0; line-height:normal; }
#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:#ff0000; }
#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 {transition: 0.5s; display: block; text-align: center; margin-bottom: 20px; font-size: 26px; font-weight: bold; padding: 14px 0; color: #fff; background-color: #ff0000;}
#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:#ff0000;}
#rightCntr .contactInfo h3{ margin:0 0 10px 0;}

.caroussel{background:#000; padding: 40px 0;}
.caroussel .photo{ width: 400px; height: 250px; line-height: 0; overflow:hidden; border:1px solid #ccc;}
.caroussel .photo picture *{width: 100%; height:100%; object-fit: cover;}
.less {text-align:center;}
.less .photo{display:inline-block; max-width: 400px; height: auto; }


#footerCntr { overflow: hidden; width: 100%; background-color: #eee; padding: 50px 0; }
#footerCntr p { float: left; color: #000; font-size: 13px; }
#footerCntr p.right { float: right; }
#footerCntr p span { padding: 0 7px; }
#footerCntr p a { color: #000; text-decoration: none; }


/* #Media Queries
================================================== */


@media only screen and (min-width: 1099px) {
 /* Hover effects only on big screens*/
	.addressBox li a:hover { text-decoration: underline; }
	#headerCntr .menuBox li li a:hover, #headerCntr .menuBox li li a.active { background-color: #ff0000; }
	#rightCntr .call2actionBox a.btn:hover { transition: 0.5s; background-color: #000; color: #ff0000!important;}
	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;}
	.formInput input[type="submit"]:hover{ color:#fff; background:#000; }
	.btn:hover{ color:#fff!important; background-color:#000;}
}

@media only screen and (max-width: 1099px) {
	.center { padding: 0 15px; }	
	.addressBox { margin-top:90px; }
	.addressBox li { display:block; }
}

@media only screen and (max-width: 979px) {
	#headerCntr .menuBox li a { padding:12px 9px; font-size:13px;}
	#leftCntr {width: 60%;  }
	#rightCntr {width: 38%; }
	#leftCntr h1 { font-size:30px; margin-bottom:20px;}
}

@media only screen and (max-width: 767px) {
	#headerCntr .menuBox { display: none; }
	#headerCntr .mobileMenu { display: block; background-color:#ff0000; height: 50px; line-height:50px;  } 
	#headerCntr .mobileMenu .mobileNav{ float:left; display:block; height: 50px; width: 50px; overflow:hidden;}
	#headerCntr .mobileMenu .mobileNav img{margin: 10px; width: 30px; height: 30px; }
	
	.addressBox { display:none; }
	
	.addressBox2 { display:block; float:right; width:calc(100% - 50px); overflow:hidden; height: 50px; }
	.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:0 10px;  }
	.addressBox2 li a { color:#fff; }

	.searchBox { float:none; clear:both; width: 100%; text-align: center; margin-bottom:10px; margin-top:10px;}
	.searchBox fieldset { display: inline-block; text-align: left; float:none; }
	
	#headerCntr .logo {float:none; clear:both; width: 100%; text-align: center; }
	#headerCntr .logo picture * { max-width:80%; }

	#contentCntr { min-height:100px;}
	
	#leftCntr { width: 100%; float: none; padding-right: 0; padding-bottom: 25px; }
	#rightCntr { width: 100%; float: none; margin-bottom: 20px;}
	
	#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: 425px) {
	.addressBox2 .second{ display:none;}
	.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; }

	#rightCntr .call2actionBox a.btn { font-size: 22px; padding: 10px 0;}

	.formTxt{float:none; width:100%; margin: 0 0 5px 0;}
	.formInput{float:none; width:100%; }
	.formTxt.gone{display:none;}
	.formInput input[type="submit"]{ width:100%; }	

	/* IE is not jumping to the right position :( */
	.adjustJump { position:absolute; margin-top:-475px !important;}
	#leftCntr td{ display:block; width:100%!important; } /*show table cell at full width*/	
}


