/*css*/
@import "reset.css";
@import "skeleton.css";
/*@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,700);
@import url(//fonts.googleapis.com/css?family=Oxygen);
@import url(//fonts.googleapis.com/css?family=Mr+Dafoe);*/


html, body {
/*	background: #303430 url(images/bg-1.gif) 0 0 repeat;*/
	background: #333333;
	font: 13px/18px Arial, sans-serif;
	font-family: 'Ubuntu', sans-serif;
	color: #797979;
	min-width:300px;
}

* { -webkit-text-size-adjust: none;}

a { color: #8CC739; text-decoration: none;}
a:hover { text-decoration: none;}
a[href^="tel:"] {color: inherit;text-decoration:none;}
.a-hov { transition: all 0.4s ease;}
.a-hov:hover { color: #dd3f19;}

ul li a { transition: all 0.4s ease;}

h1, h2, h3, h4, h5, h6 { font-family: 'Oxygen', sans-serif; color: #323232; font-weight: normal;}
h1 {}
h2 { font-size: 24px; line-height: 26px; padding-top: 31px; padding-bottom: 25px;}
h3 { font-size: 24px; line-height: 26px; padding-top: 59px; padding-bottom: 25px; text-transform: uppercase;}
h4 { font-size: 18px; line-height: 21px; text-transform: uppercase; padding-bottom: 15px; padding-top: 25px;}
h5 { font-size: 12px; line-height: 18px; color: #dd3f19; text-transform: uppercase; padding-top: 12px;font-family: 'Ubuntu', sans-serif;}


.title-1 { font-size: 20px; line-height: 30px; text-transform: uppercase; color: #fff; padding-top: 48px; padding-bottom: 23px;} 
.text-1 { font-size: 12px; line-height: 18px; color: #83868a;}
.text-2 { font-weight: 700; font-size: 18px; line-height: 18px; color: #fff;}
.text-3 { font-size: 12px; line-height: 18px; color: #fff;}
.text-4 { font-size: 14px; line-height: 18px; color: #83868a;}
.text-5 { color: #83868a; font-size: 36px;}

.color-1 { color: #dd3f19;}
.color-2 { }

h3 + .list-2 { margin-top: -18px;}
h2.v1 { padding-top: 48px; padding-bottom: 30px;}
h2.v2 { padding-top: 60px;}
h2 + ul.list-2 { margin-top: -15px;}
h4.v1 { padding-top: 0; margin-top: -4px;}
h5 a:hover { text-decoration: underline;}
h4 a { transition: all .4s ease;}
h4 a:hover { color: #dd3f19;}

.btn {
	background: #333333; 
	border:1px solid #8CC739;
	-webkit-border-radius: 1px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	transition: all 0.4s ease;
	margin-top: 30px;
	padding: 11px 33px 12px;
	color: #8CC739;
}

.btnx {
	background: #333333; 
	border:1px solid #8CC739;
	-webkit-border-radius: 1px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	float:right;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	transition: all 0.4s ease;
	padding: 11px 33px 12px;
	margin-bottom:15px;
	color: #8CC739;
}
.btn:hover,.btnx:hover { 
	background: #ffffff;
	border-color: #d0d0d0; 
	color: #313131;
}

#cookie-warning {
	position: absolute;
	width: 100%;
/*	height: 40px;*/
	padding-bottom:5px;
	text-align:center;
	background: #ffffff;
	opacity: 0.7;
	z-index:10000;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	}
#cookie-warning a {
	display:inline-block;
	height: 30px;
	background: #3366CC;
/*	position:absolute;*/
	color: #ffffff;
	text-decoration : none;
	line-height: 30px;
	padding-left : 10px;
	padding-right: 10px;
	top: 5px;
	/*margin-left: 400px;*/
}

#cookie-warning a:hover {
	background: #3399ff;
}

.list { margin-bottom: 12px;}
.list li {
	font-size: 13px;
	line-height: 15px;
	margin-top: 21px;
}
.list li + li { margin-top: 12px;}
.list li a { 
	color: #797979; 
	background: url(images/arrow-3.png) 0 0 no-repeat;
	padding-left: 22px;
	display: block;
}
.list li + li { border-top: 1px solid #e6e6e6; padding-top: 13px;}
.list li a:hover { background: url(images/arrow-2.png) 0 0 no-repeat;}


.list-1 li {
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	float: left;
	padding-left: 5px;
	margin-left: 1px;
}
.list-1 li a { color: #085DAD; margin-left: 3px;}
.list-1 li a:hover { color: #8CC739;}


.list-2 li {
	font-size: 12px;
	line-height: 12px;
	background: url(images/arrow-4.png) 0 16px no-repeat;
	padding-top: 12px;
	padding-left: 13px;
}
.list-2 li + li { border-top: 1px solid #d1d1d1; margin-top: 15px; }
.list-2 li a { color: #83868a;}
.list-2 li a:hover { color: #dd3f19;}

.list-3 li {
	font-size: 13px;
	line-height: 15px;
	background: url(images/bg-8.png) 0 4px no-repeat;
	margin-top: -4px;
	padding-left: 1px;
	margin-left: 1px;
}
.list-3 li + li {margin-top: 9px; }
.list-3 li a { color: #fff; display: inline-block; padding-left: 8px; line-height: 10px;}
.list-3 li a:hover,
.list-3 li.current a { color: #8CC739;}


/*auxiliary*/

.img-ind {float: left; margin-right: 20px; margin-top: 0px;}
.wrapper {width: 100%; position: relative;}
.extra-wrap {overflow:hidden;}
.grid_inside { margin: 0 -10px;}
.aligncenter {text-align: center !important;}
.alignleft { text-align: left !important; }
.it {font-style:italic; display: inline-block;}
.fleft {float: left;}
.fright {float: right;}
.h-underline:hover { text-decoration: underline;}
.underline {text-decoration: underline;}
.upp {text-transform: uppercase;}
.transition {transition: all 0.4s ease;}

.clearfix { *zoom: 1;}
.clearfix:before,.clearfix:after {display: table; content: "";line-height: 0;}
.clearfix:after { clear: both;}

.pad-left { padding-left: 10px;}

p { padding-bottom: 18px;}

.w3 {
	float: left;
	width: 312px;
	margin-left: 1px;
}
.w3:first-child { margin-left: 0;}

.w77 { width: 77%;}
.w89 { width: 89%;}
.bord-1 {	position: relative; 	padding-bottom: 49px;}
.bord-1.v1 { padding-bottom: 32px;}
.bord-1.v2 { padding-bottom: 63px;}
.bord-1.v3 { padding-bottom: 70px;}
.bord-1:after {
	position: absolute;
	content: "";
	border-bottom: 1px solid #e6e6e6;
	bottom: 0;
	left: 0;
	right: 0;
}
.bord-1.v2:after { left: 10px; right: 10px;}
.bord-1.v3:after { left: 0; right: 0;}

.bord-2 { position: relative; padding-bottom: 49px;}
.bord-2:after {
	position: absolute;
	content: "";
	border-left: 1px solid #e6e6e6;
	bottom: 0;
	top: -19px;
	left: 0;
}

.bord-3 { position: relative;}
.bord-3:after {
	position: absolute;
	content: "";
	bottom: 0;
	top: 45px;
	right: 0;
}


.img-bord {	border:1px solid #d7d7d7;}
.img-bord img { width: 100%;}

.pad-top { padding-top: 63px;}

.img-ind + div > p { margin-top: -3px;}


/************Header************/

header { 
/*background: url(images/bg-2.gif) 0 0 repeat-x;
 * */}

.header-1 .header-bot { border-bottom: 1px solid #e6e6e6; padding-bottom: 55px;}

form.search { margin-top: 16px;}
form.search input {
	background: transparent;
	border: 1px solid #656565;
	width: 221px;
	height: 26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #6c6c6c;
	font-size: 10px;
	line-height: 16px;
	padding: 4px;
	float: left;
}
form.search a {
	display: block;
	float: left;
	width: 30px;
	height: 29px;
	background: url(images/icon-1.png) center center no-repeat;
	margin-left: 9px;
	cursor: pointer;
}
form.search a:hover {opacity: .6;}

h1 { 
	position: relative;
	float: left; 
	font-family: 'Mr Dafoe', cursive; 
	font-size: 72px; 
	line-height: 72px; 
	color: #8CC739; 
	font-weight: normal; 
	margin-left: 14px; 
	margin-top: 20px;
	padding-right: 27px;
}
h1 span { color: #085DAD;}
h1:after { 
	position: absolute;
	content: "";
	border-right: 1px solid #085DAD;
	top: 24px;
	bottom: 12px;
	right: 0;
}

.box-1 {
	float: left;
	margin-top: 50px;
	margin-left: 10px;
	font: bold 10px/13px Arial, sans-serif;
	text-transform: uppercase;
}
.box-1 span {
	display: block;
	color: #8CC739;
}

.header-bot { background: #ffffff; padding-bottom: 10px;}

.header-bot .list-1 { float: right; margin-top: 62px;}

.slider { margin-top: 30px; border: 1px solid #d8d8d8;}

.camera_wrap { margin-bottom: 0!important; height: 350px !important;}
.camera_caption { width: 45.7%; bottom: 30px;}
.camera_caption > div { 
	background: #000; 
	font-size: 21px; 
	line-height: 26px; 
	text-transform: uppercase;
	color: #8CC739;
	top: auto;
	opacity: 0.8;
	padding: 34px 0px 42px 39px;
}
.camera_caption > div span { font-size: 36px; line-height: 38px; font-weight: bold; display: block;}


.camera_prev,
.camera_next { 
	bottom: 18px; 
	top: auto;
	width: 18px;
	height: 33px;
	background: none;
}
.camera_prev { left: auto; right: 49px; }
.camera_next { right: 18px;}
.camera_prev > span,
.camera_next > span {
	width: 18px;
	height: 33px;
	background: url(images/arrows-1.png) 0 0 no-repeat;
}
.camera_azure_skin .camera_prev > span { background-position: 0 0;}
.camera_azure_skin .camera_next > span { background-position: right 0;}

.camera_prev > span:hover,
.camera_next > span:hover {
	opacity: .7;
}

/************Content***********/

.content { background: #fff; padding-bottom: 40px;}
.btn-1 {
	display: block;
	background: #333333;
	font-family: 'Oxygen', sans-serif;
	font-size: 21px;
	line-height: 23px;
	color: #fff;
	text-align: center;
	padding: 21px 0px;
}
.btn-1:hover { background: #8CC739;}

.box-2 { 
	text-align: center; 
	margin-top: 30px; 
	padding: 0 20px 0;
	color: #797979;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 18px;
}
.box-2 img { margin-bottom: 20px;}

.block-1 { margin-top: 51px;}

.tabs {}
.tabs li {
	float: left;
	background: #f1f1f1 url(images/bg-5.gif) 0 0 repeat-x;
}
.tabs li a {
	display: block;
	border:1px solid #d1d1d1;
	color: #474747;
	font-size: 12px;
	line-height: 26px;
	padding: 10px 0px 8px;
	text-transform: uppercase;
	width: 154px;
	text-align: center;
}
.tabs li + li { margin-left: -1px;}
.tabs li a:hover, .tabs li a.current {
	background: #fff;
	color: #dd3f19;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border:1px solid #d1d1d1;
	margin-top: -1px;
	padding: 38px 31px 43px;
	font-size: 14px;
	line-height: 18px;
}
.tab_container .fleft {	width: 37%;}
.tab_container .fleft img {
	margin-right: 6px;
	margin-bottom: 8px;
}

.tab_container h4 {	padding-top: 12px;}


.box-3 { margin-top: 20px;}
.box-3 .img-bord { float: left; margin-right: 14px;}
.box-3 .img-bord + div { padding-left: 8px;}
.box-3 .inside { border:1px solid #d1d1d1; padding: 18px 19px 20px; position: relative;}

.box-3 .inside h4 { padding-top: 0;}
.block-3 { margin-top: -15px;} 
.quote { 
	display: inline-block; 
	background: url(images/quote.png) 0 bottom no-repeat;
	width: 12px;
	height: 12px; 
	padding-right: 6px;
	margin-left: 3px;
}
.arrow { 
	position: absolute;
	width: 10px;
	height: 21px;
	background: url(images/arrow-5.png) 0 0 no-repeat;
	left: -9px;
	top: 21px;
}

.gallery { margin-top: -52px;}
.gallery > div { margin-top: 52px;}

.block-4 { margin-top: 0px;}

	/*toTop*/

	#toTop {
		display:none;
		text-decoration:none;
		position:fixed;
		cursor:pointer;
		overflow:hidden;
		width: 58px;
		height: 58px;
		border:none;
		text-indent:-999px;
		z-index:20;
		background: url(images/ui.totop.png) 0 0 no-repeat;
		margin-right: -670px !important;
		right: 50%;
		bottom: 20px;
	}

		#toTop:hover { opacity: .7;}

		#toTop:active, #toTop:focus {outline:none;}



	/*touch-touch*/ 
	.magnifier {
		position:relative;
		display:block;
		background: url(images/magnifier.png) center center no-repeat #000000;

	}
	.magnifier img {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		-webkit-box-shadow: 0 0 0 0 #fff;
		-moz-box-shadow: 0 0 0 0 #fff;
		box-shadow: 0 0 0 0 #fff;
	}

	.magnifier:hover img {
		opacity: 0.4;
	}

	

/************Footer************/

footer {	
background: #333333;
	padding-bottom: 30px;}

footer .img-ind { margin-right: 20px; margin-top: 3px;}
footer .img-ind + div { overflow: hidden;}
footer .text-2 {
	display: inline-block;
	padding-bottom: 6px;
	margin-bottom: 2px;
}
footer .text-2 + footer .text-3 { letter-spacing: -1px;}
footer .text-1 {color: #fff;}

.b-contacts {
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
}
.b-contacts { margin-top: -11px;}
.b-contacts dt { margin-bottom: 23px;}
.b-contacts dd span {
	display: inline-block;
	width: 78px;
}
.b-contacts dd.last span {	width: 45px;}

.foot-bot { 
	border-top: #8CC739 1px solid; margin-top: 17px;}

.logo-list {
    margin-top: 41px;
}
.logo-list li { padding-left: 18px; float: left;}
.logo-list li a img { transition: all .4s ease;}
.logo-list li a:hover img { opacity: .6;}

.logo-list-2 { margin-top: 12px;}
.logo-list-2 li { padding-left: 27px; float: left;}
.logo-list-2 li:first-child { padding-left: 0;}
.logo-list-2 li a img { transition: all .4s ease;}
.logo-list-2 li a:hover img { opacity: .6;}

footer .logo {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 25px;
}
.copyright { text-transform: uppercase; font-size: 12px; line-height: 14px; color: #949494;}


.list-services { margin-top: 33px; margin-left: 29px; float: right; position: relative;}
.list-services li {
	display: inline-block;
	float: left;
}


#l_menu {
	width: 100%;
	text-align: right;
}

.side_menu {
	float:right;
	padding:0 10px;
	margin-left:15px;
	width: 250px;
}

.side_menu img {
	width: 210px;
}

#l_menu ul {
	padding: 0;
	margin: 0;
/*	font: 12px Arial,tahoma,verdana,sans-serif;*/
	font-size: 18px;
	list-style: none;
}

#l_menu ul li a {
	width: 100%;
	display: block;
	line-height: 25px;
	color:#fff;
	background: #333;
	padding: 5px 10px 5px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	text-decoration:none;
	font-weight: normal;
}

#l_menu ul li a:hover {
	background-color: #8CC739;
	color: #fff;
}

.has_submenu {
	color:#fff !important;
	background: #3a3f47 !important;
	border-bottom: 1px solid rgba(198, 216, 45, 0.5) !important;
}
.has_submenu:hover {
	background-color: #a51c20;
}

#l_menu ul li ul li a {
/*	background:none !important;*/
	border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

#l_menu ul li ul li a:hover {
	background: rgba(198, 216, 45, 0.7) !important;
}

#l_menu ul li ul {
	margin: 0;
	padding: 0;
	display: none;
}
#l_menu {
	margin-bottom: 20px;
}

.l_active {
	font-weight: bold !important;
	color: #fff !important;
	background: #cd212b !important;
/*	text-decoration: underline !important;*/
}

.content ul {
	list-style-type: square;
	list-style-position: inside;
}


.test_textarea {
	width: 100%;
	border: 1px solid #CCCCCC;
}
#requiredfields {
	font-size: 12px;
	margin-bottom: 10px;
}

.esm_form_field {
 /*   border-bottom: 1px dotted #333333;*/
    margin: 0;
    padding: 10px 0;
    width: 100%;
}

.esm_form_field label{
	font-size: 12px;
	line-height: 1.2em;
    display: block;
    float: left;
    margin-right: 5px;
    padding: 4px;
    width: 160px;
}

.esm_form_field input[type="text"] {
    border: 1px solid #CCCCCC;
    color: #333333;
    font-family: tahoma;
    font-size: 11px;
    margin: 0;
    padding: 2px;
    width: 356px;
}

.esm_form_field select {
    border: 1px solid #CCCCCC;
    font-family: tahoma;
    font-size: 11px;
    margin: 0 0 10px;
    padding: 2px;
    width: 250px;
}

.esm_form_field textarea {
    border: 1px solid #CCCCCC;
    color: #333333;
    font-family: tahoma;
    font-size: 11px;
    margin: 0;
    padding: 2px;
    width: 356px;
}

textarea:hover,
.esm_form_field input[type="text"]:hover,
textarea:focus,
.esm_form_field input[type="text"]:focus {
	border: 1px solid #181818;
}
#captchaimg {
	display:block;
	margin-top: 3px;
	margin-bottom: 8px;
}

	[class*="list-services-"] {
		text-decoration: none;
		display: block;
		height: 28px;
		width: 28px;
		background: url(images/social_icons.png) no-repeat;
		background-position-x: -25px;
		background-position-y: 0px;
		-webkit-transition: all 0.2s ease-out;
	    -moz-transition: all 0.2s ease-out;
	    -o-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	    transition: all 0.2s ease-out;
		margin-left: 6px;
	}
	.list-services-1 { background-position: 0px 0px;}
	.list-services-2 { background-position: -33px 0px;}
	.list-services-3 { background-position: -68px 1px;}
	.list-services-4 { background-position: -103px 1px;}

	.list-services li a:hover { opacity: .6;}


/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 995px) {
	.w3 { width: 31.3%; margin-left: 1%; margin-right: 1%;}
	.w3:first-child { margin-left: 1%;}
	.tab_container .fleft { width: 20%;}
	.tab_container .fleft img { width: 80%;}
	.b-contacts { font-size: 11px;}
	.camera_wrap { height: 414px;}
}
@media only screen and (max-width: 767px) {
	form.search input { width: 90%; margin-bottom: 30px;}
	header nav + .fright { float: none; }
	.box-1 { margin-top: 26px;}
	.header-bot .list-1 { margin-top: 40px;}
	h1:after { display: none;}
	.camera_caption > div { font-size: 15px; line-height: 17px;}
	.camera_caption > div span { font-size: 20px; line-height: 22px;}
	.w3 { width: 100%;}
	.block-2 .w3 + .w3 { margin-top: 60px;}
	.bord-2:after { display: none;}
	.w77, .w78 { width: 100%;}
	.tabs li a { width: auto; min-width: 93px;}
	.tab_container .fleft { width: 35%;}
	.bord-3:after { display: none;}
	.foot-bot > div { float: none;}
	.logo-list { margin-left: -18px;}

	.block-4 > div .img-bord { width: 50%;  float: left; margin-right: 20px;} 
	.block-4 h4 { padding-top: 0;}
	.block-4 > div { margin-top: 30px;}

	.gallery > div { width: 46% !important; margin-left: 2%; margin-right: 2%;}
	.logo-list-2 li { padding-left: 5px;}
	.w1 { width: 50%;}
	.camera_wrap { height: 232px !important;}
}
@media only screen and (max-width: 479px) {
	.foot-bot > div > div { float: none; text-align: center;}

	form.search input { width: 87%;}
	.camera_caption { width: 60%; bottom: 5px;}
	.foot-bot > div { float: none;}
	.logo-list li { width: 50%; padding: 0; text-align: center; padding-bottom: 20px;}
	.list-services { width: 100%;}
	.gallery > div { width: 100% !important; margin-left: 0; margin-right: 0;}
	.logo-list-2 li { padding: 0px; width: 100%; text-align: center;}
	.camera_wrap { height: 165px;}

	footer .logo { width: 100%; display: inline-block; float: none; text-align: center; margin-top: 20px;}
	.copyright { text-align: center; }
	.list-services { 
		display: inline-block;
		text-align: center;
		float: none;
		margin: 0 auto;
		width: auto; }
	}
@media only screen and (max-width: 320px) {

}
