html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,  s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td  {
margin:0;
outline:0 none;
padding:0;
list-style:none;
border:none;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  
} 

body {
	padding:0px;
	margin:0px;
	font-family: 'roboto_regular', serif;
	font-weight:400;
	color:#242424;
	text-align:left;
	font-size: 18px;
}

@font-face {
    font-family: 'roboto_bold';
    src: url('../fonts/robotoslab-bold-webfont.eot');
    src: url('../fonts/robotoslab-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotoslab-bold-webfont.woff') format('woff'),
         url('../fonts/robotoslab-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'roboto_light';
    src: url('../fonts/robotoslab-light-webfont.eot');
    src: url('../fonts/robotoslab-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotoslab-light-webfont.woff') format('woff'),
         url('../fonts/robotoslab-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_thin';
    src: url('../fonts/robotoslab-thin-webfont.eot');
    src: url('../fonts/robotoslab-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotoslab-thin-webfont.woff') format('woff'),
         url('../fonts/robotoslab-thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'roboto_regular';
    src: url('../fonts/robotoslab-regular-webfont.eot');
    src: url('../fonts/robotoslab-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotoslab-regular-webfont.woff') format('woff'),
         url('../fonts/robotoslab-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'theq';
    src: url('../fonts/theq-webfont.eot');
    src: url('../fonts/theq-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/theq-webfont.woff') format('woff'),
         url('../fonts/theq-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}



@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'theq';
		src: url('../fonts/theq-webfont.svg#theq') format('svg');
	}
	
	@font-face {
		 font-family: 'roboto_bold';
		 src: url('../fonts/robotoslab-bold-webfont.svg#roboto_bold') format('svg');
	}
	
	@font-face {
		font-family: 'roboto_regular';
		src: url('../fonts/robotoslab-regular-webfont.svg#roboto_regular') format('svg');
	}
	@font-face {
		font-family: 'roboto_thin';
		src: url('../fonts/robotoslab-thin-webfont.svg#roboto_thin') format('svg');
	}
	@font-face {
		font-family: 'roboto_light';
		src: url('../fonts/robotoslab-light-webfont.svg#roboto_light') format('svg');
	
	}

}

::-moz-selection { background: #31333f; color: #fff; text-shadow: none; }
::selection { background: #31333f; color: #fff; text-shadow: none; }

.clear {
	clear:both;
}

a:hover, a > :hover {
	color: #000;
}

a, a > * {
	color: #31333f;
	text-decoration: none;
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}

.desc h3 {
	font-size:23px;
	margin:25px 0 10px;
	font-weight:lighter;
}

sup {
	font-size:50%;
}

.clearfix::after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
}

.wrap {
	position:relative;
	width:1091px;
	margin:0 auto;
}

#header {
	height:71px;
	z-index:30;
	width:100%;
	background:#fff;
}

#logo {
	background:url(../img/sprite.png) no-repeat top left;
	width:182px;
	height:50px;
	float:left;
	margin: 10px 0 0 0;
}

#logo a {
	width:182px;
	height:50px;
	display:block;
}

#menu {
	float: right;
}

#menu li {
	display:inline-block;
}

#menu li:first-child a {
	margin-left:0;
}

#menu li a {
	color:#000;
	font-size:17px;
	line-height:67px;
	display:inline-block;
	height:67px;
	border-top:4px solid #fff;
	margin:0 15px;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
}


#menu li a:hover {
}

#menu ul ul {
	/*overflow:auto;*/
}
#menu ul ul li a {
	font-size:14px;
	
	display:block;
	text-decoration:none;
	line-height:73px;
	height:73px;
	text-transform:uppercase;
	padding:0 12px;
	text-align:center;
}

#menu ul ul {
	display: none;
}

#menu ul li:hover > ul {
	display: block;
}

#nav ul {
	position: relative;
}

/*#nav ul:after {
	content: ""; 
	clear: both; 
	display: block;
}*/

#menu ul ul {
	background: rgba(0,0,0,0.7); 
	padding: 0;
	position: absolute; 
	top: 71px;
	z-index: 100;
	max-width:256px;
}


#menu ul ul li {
		float: none; 
		position: relative;
		display: block;
		border-bottom:1px solid #000;
	}

#menu ul li.active a, #menu ul li:hover a {
	border-top:4px solid #90c946;
}

		#menu ul ul li a {
			padding: 15px 20px;
			color: #fff;
			margin:0;
			line-height:normal;
			height:auto;
			text-align:left;
			border-top:0!important;
		}	
			#nav ul ul li a:hover {
				background: #90C946;
			}

.slide_text h2 {
	text-align:left;
	position:absolute;
	color:#fff;
	font-size:58px;
	width:100%;
	top:37%;
	margin-top:-77px;
	height:250px;
	z-index:10;
	font-family:roboto_thin;
	font-weight:100;
}

.slide_text span {
	display:block;
	line-height:120%;
}

.slide_text strong {
	font-family:Roboto;
	font-weight:900;
}

#slides {
	position: relative;
}

#box_home {
	padding-bottom:35px;
	overflow: hidden;
}

#box_home h3, #box_services h3 {
	color:#3c3d3d;
	font-size:63px;
	padding:77px 0 0;
	font-family:Roboto;
	font-weight: 900;
}

.home_box_left {
	float:left;
	width:505px;
}

#box_home .home_image {
	float:right;
	position: relative;
	margin-top:77px;
}


.home_image span {
	position: absolute;
	top: 50%;
	font-weight:300;
	color: #ccc;
	left: 50%;
	margin-left: -50px;
	margin-top:-17px;
	font-size:17px;
}


#box_home h4, #box_services h4 {
	color:#949494;
	font-size:25px;
	font-family:roboto_light;
	font-weight:300;
}

.cycle-slideshow span {
	font-size:14px;
	display:block;
	font-family:roboto_light;
}


#box_home span.name {
	color:#3c3d3d;
	margin-bottom:10px;
	font-size:16px;
	font-family:roboto_regular;
}

.cycle-slideshow img {
	float:left;
	overflow:hidden;
	margin:0 40px 73px 0;
}

.cycle-slide {
	padding:26px 0;
}

.cycle_nav {
	border-top:1px dashed #cecece;
	height:27px;
	z-index: 100;
	position:relative;
}

#cycle-prev {
	height:26px;
	width:27px;
	background:url(../img/sprite.png) no-repeat -446px -130px;
	position:absolute;
	cursor: pointer;
	top:-13px;
	left:0;
}

#cycle-next {
	height:26px;
	width:27px;
	background:url(../img/sprite.png) no-repeat -474px -130px;
	position:absolute;
	top:-13px;
	cursor: pointer;
	right:0;
}


.lead {
	color:#818282;
	font-size:17px;
	line-height:150%;
	padding-bottom:30px;
	padding-top: 30px;
	margin-top: 30px;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
	background:url(../img/sprite.png) no-repeat -420px -496px;
}

.body, .prod_desc {
	color:#818282;
	font-family:roboto_light;
	font-size:17px;
	line-height:167%;
	padding-bottom:30px;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

#gradient {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 98%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(98%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	height: 66px;
	width: 100%;
	position: absolute;
	bottom: 69px;
	left: 0;
}

.prod_desc {
	overflow:hidden;
	border-top:1px dashed #cecece;
}

#readmore a {
	padding-left:35px;
	color:#90c946;
	margin:20px 0;
	display:block;
	height:30px;
	background:url(../img/sprite.png) no-repeat -473px -302px;
}

.body p, .lead p, .prod_desc p {
	margin:10px 0;
}

.prod_desc h3, .lead h2 {
	line-height:130%;
}

.home_box_left .lead  {
	border-bottom:1px dashed #cecece;
}

#box_services h4 {
	background:url(../img/sprite.png) no-repeat -420px bottom ;
	padding-bottom:30px;
	margin-bottom:30px;
}

#box_services {
	clear:both;
	overflow:hidden;
	padding:0 0 40px;
	background:#f4f4f4;
}

.service_items_holder {
	margin-left:-28px;
}

.big_one {
	margin-bottom: -6px;
}

.service_item h5, .service_item h2 {
	font-size:23px;
	font-family:roboto_regular;
	color:#3c3d3d;
	margin:15px 0 0;
	font-weight: lighter;
	padding-right: 40px;
	min-height: 93px;
}


.service_item {
	float:left;
	margin-left:28px;
	width:345px;
	min-height: 680px;
}

#box_slides {
	background:#f4f4f4;
	padding:45px 0;
}


.moreon {
	height: 41px;
	margin:20px 0;
	background:url(../img/sprite.png) no-repeat center -229px ;
	display: block;
}

.block_title {
	color:#242424;
	font-size:52px;
	text-align: center;
	padding:30px 0 20px;
}

#prod_left {
	width:546px;
	float:left;
   position:relative;
}

#prod_right {
	float:right;
	width:516px;
	margin-top: 37px;
}

h1.title {
	color:#3c3d3d;
	font-size:55px;
	margin: 20px 0 0;
	font-family:Roboto;
	font-weight: 900;
}

.category_desc .title {
	margin-bottom:30px;
}

.entry_holder h2, .entry_holder h3 {
	font-size:43px;
	font-family:roboto_thin;
	color:#3c3d3d;
	margin:30px 0;
	font-weight: lighter;
}

.prod_specs {
	background:#f1f1f1;
	padding:2px 30px 30px;
	margin-top:30px;
}

.prod_specs ul li, .body ul li, .prod_desc ul li {
	padding-left:30px;
	background:url(../img/bullet.gif) no-repeat left 9px;
	margin-bottom:7px;
	font-size:15px;
	color:#626363;
}


.prod_specs {
	margin-bottom:40px;
}

.lead a {
	font-family:roboto_bold;
	color:#90c946;
}

.prod_specs ol, .body ol, .prod_specs ul {
	margin:30px 0 0 ;
}

.prod_specs ol li, .body ol li {
	margin-left:30px;
	list-style:outside decimal;
	margin-bottom:7px;
	font-size:15px;
	color:#626363;
}

#footer {
	font-size:14px;
	padding-bottom:30px;
	overflow: hidden;
}

#box_footer_top {
	background:url(../img/footer_top_bg.jpg) repeat-x center center;
	padding:30px 0;
}

#footer ul li a {
	color:#2a2a2a;
	font-size:14px;
}

#footer ul li {
	margin-bottom:5px;
}

#footer strong {
	
	font-size:16px;
}

.footer_column {
	float:left;
	width:20%;
	position:relative;
	min-height:310px;
	font-family:futura_light
}

.footer_block_title {
	text-transform:uppercase;
	
	display:block;
	margin-top:43px;
	margin-bottom:10px;
	font-size:17px;
}

.footer_column #fb {
	display:block;
	height:57px;
	width:87px;
	background:url(../img/sprite.png) no-repeat -168px -408px;
	margin-left: 37px;
}

.rights {
	/*position:absolute;
	bottom:0;*/
	padding-top:20px;
	border-top:1px dashed #232323;
	width:100%;
	clear:both;
}

.footer_logo {
	width:154px;
	height:139px;
	display:block;
	background:url(../img/sprite.png) no-repeat bottom left;
	margin:30px 0;
}

.topgap {
	display:block;
	margin-top:198px;
}

#category_image, #entry_image {
	height:269px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size:cover;
	position:relative;
}

/*#category_image .block_title {
	top:50%;
	margin-top:-20px;
	position:absolute;
}
*/

#category_image .wrap {
	height:269px;
}

/*.title {
	font-size:41px;
	margin:20px 0;
	max-width: 655px;
}*/

.breadcrumb {
	font-size:14px;
	margin:20px 0 0;
	font-family:roboto_light;
	color:#3c3d3d;
}

.breadcrumb span {
	width:10px;
	background:url(../img/sprite.png) no-repeat -492px -76px;
	display:inline-block;
	margin:0 7px;
	height:13px;
}

#contact_form {
	float: left;
	text-align: left;
	width: 100%;
}

.form_line label {
	display:inline-block;
	width:30%;
	vertical-align: top;
	line-height:35px;
}

.form_line input {
	line-height: 41px;
	height: 41px;
	background: #f1f1f1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dfdfdf;	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.75);	
	text-indent:14px;
	width:60%;
}

li label {
	font-family:roboto_thin;
	font-size: 14px;
}

.form_line textarea {
	width:85%;
	display:block;
	padding:14px;
	height:60px;
	background: #f1f1f1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dfdfdf;	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.75);	
}

.form_line {
	margin-bottom:10px;
}

.form_line h2 {
	margin-top:30px;
}

input[type="checkbox"],input[type="radio"] { 
	height:auto;
	width:auto!important;
	margin-top: 9px;
}

.checked_group label {
	width:auto;
}

.captchaline img {
	vertical-align: middle;
	width: 153px;
	height:42px;
}

.form_line button {
	text-align: center;
	padding: 0 30px;
	display: inline-block;
	line-height: 49px;
	height: 45px;
	text-transform: uppercase;
	font-size: 20px;
	font-family:roboto_light;
	margin: 20px auto 40px;
	border-radius: 5px;
	color:#fff;
	
	background: #90C946;
	
	cursor:pointer;
	border:none;
}

label.error {
	color:#ab2026;
	width:auto;
}


#nav {
	height: 1px;
	width: 1px;
	text-indent: -3000em;
	overflow: hidden;
	color: #fff;
}

.desc {
	width:675px;
	float:left;
}

.desc p {
	margin:10px 0;
}

.box_info {
	float:right;
	background:#E0D9D2;
	border-radius:15px;
	position:relative;
	z-index:1;
	width:334px;
	margin-top: -63px;
	height: 680px;
}

.box_info_frame {
	padding:20px 30px;
	width:289px;
	height:630px;
	border:1px dashed #232323;
	border-radius:15px;
	margin-top: -16px;
	position:relative;
	z-index:2;
	font-size:16px;
	margin-left:-9px;
}

.box_info_frame strong {
	margin-bottom:8px;
	display:block;
}

.box_info_frame .block_title {
	
	text-align: left;
	padding: 25px 0 30px;
	font-size:17px;
	text-transform:uppercase;
}

.box_left {
	float:left;
	width:50%;
	min-height:79px;
	margin-bottom:20px;
}

.box_left:nth-child(2) {
	margin-left:15px;
	padding-left:15px;
	border-left:1px solid #232323;
	width:38%;
}

.group label {
	min-width:400px;
}

input.error {
	border:1px solid #bb4a22;
}

#contact_form h3 {
	
	margin:30px 0 15px;
}


#prevnext {overflow:hidden;
}

.bal {
	float:left;
	text-align:center;
	width:172px;
}

.bal img, .jobb img {
	border:1px solid #cecece;
	
}

.jobb {
	text-align:center;
	float:right;
	width:172px;
}

.bal a, .jobb a {
	color:#90c946;
	font-size:14px;
}

.cta_btn {
	border-radius:8px;
	padding:15px 0;
	display:block;
	width:300px;
	margin:-160px auto 140px;
	text-align:center;
	color:#90c946;
	background:#fff;
	border:1px solid #90c946;
	position:relative;
	z-index:20;
}
/*.cta_btn:before {
	background:#fff;
	border-radius:8px;
	width:300px;
	border:1px solid #90c946;
	position:absolute;
	top:-1px;
	content:"";
	height:82px;
	z-index:2;
	left:-1px;
}*/
/*.cta_btn:after {
	position:absolute;
	width:705px;
	height:2px;
	border-top:1px dashed #f1f1f1;
	left:-200px;
	z-index:1;
	top:40px;
	content:"";
}*/


.cta_btn span {
	display:block;
	color:#3c3d3d;
}



.slide_text a span, .slide_text a {
	color:#fff!important;
}

#footer {
	background:#90c946;
	padding:40px 0;
	overflow:hidden;
}

#footer .block_title {
	font-size:19px;
	font-family:Roboto;
	color:#fff;
	text-transform:uppercase;
	text-align:left;
	padding-top:0;
	font-weight: 900;

}

#footer .col {
	float:left;
	width:30.33%;
	padding:0 0 0 1%;
}

#footer .bordered {
	border-left:1px solid #afd87a;
	border-right:1px solid #afd87a;
}
#footer ul {
	margin-bottom:30px;
}

#footer ul li {
	padding-left:19px;
	background:url(../img/bullet_2.gif) no-repeat left 8px;
}

#footer ul li a {
	font-size:15px;
	color:#fff;
	font-family:roboto_thin;
}

#footer_bottom {
	background:#3c3d3d;
	text-align:center;
	color:#a2a2a2;
	font-size:14px;
	padding:20px 0;
}

#footer_bottom strong {
	color:#fff;
	font-weight:lighter;
	display:inline-block;
	border-left:1px solid #a2a2a2;
	border-right:1px solid #a2a2a2;
	padding:0 14px;
	margin:0 14px;
}

#footer_bottom a {
	color:#90c946;
}

#footer_bottom span {
	margin-bottom:15px;
	display:block;
}

#box_lang {
	float:right;
	margin-left:30px;
}

#box_lang li {
	float:left;
}

#box_lang li a {
	font-family: 'Roboto', sans-serif;
	font-size:17px;
	line-height: 67px;
	display: inline-block;
	height: 67px;
	border-top: 4px solid #fff;
	margin: 0 0 0 15px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
}

#box_lang li a.active {
	color:#90C946;
}

@media (max-width: 1120px) and (min-width: 1067px) {
	.wrap {
		width:990px;
	}
	
	.home_box_left, #box_home .home_image, #prod_left, #prod_right { 
		width: 480px;
	}
	
	
	
	#box_home .home_image img {
		width: 100%;
	}
	.service_item {
		width: 312px;
		margin-left:27px;
	}
	
	.big_one, .img_small img {
		width:100%;
	}
	
	.small_one {
		width: 33.33%;
	}
	
	.img_small {
		width: 33.33%;
		display: inline-block;
	}
		
	.cycle-slideshow img {
		margin: 0 40px 12px 0;
	}
	
	#footer .col {
		width: 27.33%;
		padding: 0 1% 0 1%;
	}
	
	.cta_btn:after {
		width: 612px;
		left: -158px;
	}
}
@media (max-width: 1067px) and (min-width: 990px) {
	.wrap {
		width:900px;
	}
	.home_box_left, #box_home .home_image, #prod_left, #prod_right { 
		width: 435px;
	}
		
	#box_home .home_image img {
		width: 100%;
	}
	.service_item {
		width: 282px;
		margin-left:27px;
	}
	
	.big_one, .img_small img {
		width:100%;
	}
	
	.small_one {
		width: 33.33%;
	}
	
	.img_small {
		width: 33.33%;
		display: inline-block;
	}
		
	.cycle-slideshow img {
		margin: 0 40px 12px 0;
	}
	
	#footer .col {
		width: 27.33%;
		padding: 0 1% 0 1%;
	}
	
	.cta_btn:after {
		width: 516px;
		left: -108px;
	}
	
	.service_item h5, .service_item h2 {
		font-size: 18px;
	}
}

@media (max-width: 990px) and (min-width: 740px) {
	
	
	#menu,
	.rsArrow  {
		display:none!important;
	}
	
	.wrap {
		width:700px;
	}
	
	.slide_text span {
		line-height: 56%;
	}
	
	.slide_text h2 {
		top: 50%;
	}
	
	.home_box_left, #box_home .home_image, #prod_left, #prod_right { 
		width: 345px;
	}
	
	#box_home .home_image img {
		width: 100%;
	}
	.service_item {
		width: 214px;
	}
	
	.big_one, .img_small img {
		width:100%;
	}
	
	.small_one {
		width: 33.33%;
	}
	
	.img_small {
		width: 33.33%;
		display: inline-block;
	}
		
	.cycle-slideshow img {
		margin: 0 40px 12px 0;
	}
	
	#footer .col {
		width: 30.33%;
		padding: 0 1% 0 1%;
	}
	
	.cta_btn:after {
		display:none;
	}
	
	.service_item h5, .service_item h2 {
		font-size: 17px;
	}
	
	.col img {
		width: 100%;
	}
	
	h1.title {
		color: #3c3d3d;
		font-size: 42px;
	}
	
	.entry_holder h2, .entry_holder h3 {
		font-size: 26px;
	}
	
	.form_line label {
		font-size: 15px;
	}
	
	.captchaline img {
		width: 103px;
		height: 31px;
	}
	
	#header .nav-btn {
		display: block!important;
		background-color: #90C946;
		cursor: pointer;
		width: 58px;
		padding-top: 9px;
		margin-top: 8px;
		height: 48px;
		float: right;
		z-index: 21;
	}
	
	#header .nav-btn .icon-bar {
		display: block;
		width: 28px;
		height: 6px;
		background-color: #fff;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
		margin: 5px auto;
	}
	.nav-btn .icon-bar + .icon-bar {
		margin-top: 3px;
	}
	
	
	.close-btn {
		display: block;
		width: 2.625em;
		height: 2.25em;
		padding: 0;
		border: 0;
		outline: none;
		background: #E6E6E6 url("../img/close-btn.svg") left center no-repeat;
		background-size: 1.875em 1.875em;
		overflow: hidden;
		white-space: nowrap;
		text-indent: 100%;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.no-svg .close-btn {
		background-image: url("../img/close-btn.png");
	}
	.close-btn:focus, .close-btn:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	
	
	.nav-btn:hover, .nav-btn:focus {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	
	#nav {
		position: absolute;
		display:block;
		top: 0;
		padding-top: 5.25em;
		width:auto;
		height:auto;
		text-indent: 0;
	}
	#nav:not(:target) {
		z-index: 1;
		height: 0;
	}
	#nav:target .close-btn {
		display: block;
	}
	#nav .close-btn {
		position: absolute;
		top: -3.75em;
		left: 1.875em;
	}
	#nav .block {
		position: relative;
		padding: 0;
	}
	#nav li {
		position: relative;
		border-top: 1px solid rgba(255, 255, 255, 0.7);
	}
	#nav li:last-child {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	#nav li.is-active:after {
		z-index: 50;
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: -0.03125em;
		margin-top: -0.625em;
		border-top: 0.625em transparent solid;
		border-bottom: 0.625em transparent solid;
		border-right: 0.625em white solid;
	}
	
	#nav li a {
		padding: 0.85714em 2.14286em;
	}
	
	.js-ready #nav {
		height: 100%;
		width: 70%;
		background: #E6E6E6;
		-webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
		-moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
		box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
	}
	.js-ready #nav .block {
		background: transparent;
	}
	.js-ready #nav .close-btn {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.7;
	}
	.js-ready #nav .close-btn:focus, .js-ready #nav .close-btn:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	
	.js-ready #nav {
		left: -70%;
	}
	.js-ready #inner-wrap {
		left: 0;
	}
	
	.js-nav #inner-wrap {
		left: 70%;
	}
	
	.csstransforms3d.csstransitions.js-ready #nav {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-moz-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		-o-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.csstransforms3d.csstransitions.js-ready #inner-wrap {
		left: 0 !important;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: -webkit-transform 500ms ease;
		-moz-transition: -moz-transform 500ms ease;
		-o-transition: -o-transform 500ms ease;
		transition: transform 500ms ease;
		/*-webkit-backface-visibility: hidden;*/
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		/*backface-visibility: hidden;*/
	}
	
	.csstransforms3d.csstransitions.js-nav #inner-wrap {
		-webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
		-moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
		-ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
		-o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
		transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
	}
	
	.csstransforms3d.csstransitions.js-ready #nav .block {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.7;
		-webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
		-webkit-transition-delay: ease, 0s;
		-moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
		-o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
		transition: opacity 300ms 100ms ease, transform 500ms ease;
		-webkit-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
		-moz-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
		-ms-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
		-o-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
		transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
		-webkit-transform-origin: 50% 0%;
		-moz-transform-origin: 50% 0%;
		-ms-transform-origin: 50% 0%;
		-o-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
	}
	
	.csstransforms3d.csstransitions.js-nav #nav .block {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	#nav .block {
		z-index: 2;
		position: relative;
		padding: 0.75em 1.25em;
		background: #E6E6E6;
	}
	#nav ul {
		*zoom: 1;
		display: block;
	}
	
	#nav ul ul {
		margin-left:20px;
	}
	#nav ul:before, #nav ul:after {
		content: "";
		display: table;
	}
	#nav ul:after {
		clear: both;
	}
	#nav li {
		display: block;
	}
	#nav li a {
		display: block;
		color: #272424;
		font-size: 15px;
		line-height: 1.28571em;
		font-weight: bold;
		outline: none;
		background: url(../img/arrow.png) no-repeat center left;
	}
	#nav li a:focus, #nav li a:hover {
		color: #fff;
		background: fff url(../img/arrow.png) no-repeat center left;
	}
	#nav li.is-active a {
		color: #fff;
	}
}

@media (max-width: 740px) {

	#menu,
	.slide_text,
	.rsArrow {
		display:none;
	}
	
	.wrap {
		width:90%;
	}
	

	.lead {
		width: 90%;
	}
	
		
	#contact_form {
		float: none;
		width: 100%;
		margin-top:20px;
	}
	
	
	#category_image,
	#category_image .wrap,
	#googlemap {
		height: 159px!important;
	}
	
	.slide_text span {
		line-height: 56%;
	}
	
	.slide_text h2 {
		top: 50%;
	}
	
	.home_box_left, #box_home .home_image, #prod_left, #prod_right { 
		width: 100%;
	}
	
	#box_home .home_image img {
		width: 100%;
	}
	
	#box_home h3, #box_services h3 {
		font-size: 38px;
	}
	
	.service_items_holder {
		margin-left:0;
	}
	
	.service_item {
		width: 100%;
		margin-left: 0;
	}
	
	.big_one, .img_small img {
		width:100%;
	}
	
	.small_one {
		width: 33.33%;
	}
	
	.img_small {
		width: 33.33%;
		display: inline-block;
	}
		
	.cycle-slideshow img {
		margin: 0 40px 12px 0;
	}
	
	#footer .col {
		width: 30.33%;
		padding: 0 1% 0 1%;
	}
	
	.cta_btn:after {
		display:none;
	}
	
	.service_item h5, .service_item h2 {
		/*font-size: 17px;*/
		min-height: 0;
	}
	
	.col img {
		width: 100%;
	}
	
	h1.title {
		color: #3c3d3d;
		font-size: 42px;
	}
	
	.entry_holder h2, .entry_holder h3 {
		font-size: 26px;
	}
	
	.form_line label {
		font-size: 15px;
	}
	
	.captchaline img {
		width: 103px;
		height: 31px;
	}
	#footer .col {
		width:100%;
	}
	
	#footer .bordered {
		border:none;
	}
	
	#prod_right {
		margin-top: 0;
	}
	#box_home {
	overflow: inherit;
	}
	
	#header .nav-btn {
		display: block!important;
		background-color: #90C946;
		cursor: pointer;
		width: 58px;
		padding-top: 9px;
		margin-top: 8px;
		height: 48px;
		float: right;
		z-index: 21;
	}
	
	#header .nav-btn .icon-bar {
		display: block;
		width: 28px;
		height: 6px;
		background-color: #fff;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
		margin: 5px auto;
	}
	.nav-btn .icon-bar + .icon-bar {
		margin-top: 3px;
	}
	
	
	.close-btn {
		display: block;
		width: 2.625em;
		height: 2.25em;
		padding: 0;
		border: 0;
		outline: none;
		background: #E6E6E6 url("../img/close-btn.svg") left center no-repeat;
		background-size: 1.875em 1.875em;
		overflow: hidden;
		white-space: nowrap;
		text-indent: 100%;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.no-svg .close-btn {
		background-image: url("../img/close-btn.png");
	}
	.close-btn:focus, .close-btn:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	
	
	.nav-btn:hover, .nav-btn:focus {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	
	#nav {
		position: absolute;
		display:block;
		top: 0;
		padding-top: 5.25em;
		width:auto;
		height:auto;
		text-indent: 0;
	}
	#nav:not(:target) {
		z-index: 1;
		height: 0;
	}
	#nav:target .close-btn {
		display: block;
	}
	#nav .close-btn {
		position: absolute;
		top: -3.75em;
		left: 1.875em;
	}
	#nav .block {
		position: relative;
		padding: 0;
	}
	#nav li {
		position: relative;
		border-top: 1px solid rgba(255, 255, 255, 0.7);
	}
	#nav li:last-child {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	#nav li.is-active:after {
		z-index: 50;
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: -0.03125em;
		margin-top: -0.625em;
		border-top: 0.625em transparent solid;
		border-bottom: 0.625em transparent solid;
		border-right: 0.625em white solid;
	}
	
	#nav li a {
		padding: 0.85714em 2.14286em;
	}
	
	.js-ready #nav {
		height: 100%;
		width: 85%;
		background: #E6E6E6;
		-webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
		-moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
		box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
	}
	.js-ready #nav .block {
		background: transparent;
	}
	.js-ready #nav .close-btn {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.7;
	}
	.js-ready #nav .close-btn:focus, .js-ready #nav .close-btn:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	
	.js-ready #nav {
		left: -85%;
	}
	.js-ready #inner-wrap {
		left: 0;
	}
	
	.js-nav #inner-wrap {
		left: 85%;
	}
	
	.csstransforms3d.csstransitions.js-ready #nav {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-moz-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		-o-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.csstransforms3d.csstransitions.js-ready #inner-wrap {
		left: 0 !important;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: -webkit-transform 500ms ease;
		-moz-transition: -moz-transform 500ms ease;
		-o-transition: -o-transform 500ms ease;
		transition: transform 500ms ease;
		/*-webkit-backface-visibility: hidden;*/
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		/*backface-visibility: hidden;*/
	}
	
	.csstransforms3d.csstransitions.js-nav #inner-wrap {
		-webkit-transform: translate3d(85%, 0, 0) scale3d(1, 1, 1);
		-moz-transform: translate3d(85%, 0, 0) scale3d(1, 1, 1);
		-ms-transform: translate3d(85%, 0, 0) scale3d(1, 1, 1);
		-o-transform: translate3d(85%, 0, 0) scale3d(1, 1, 1);
		transform: translate3d(85%, 0, 0) scale3d(1, 1, 1);
	}
	
	.csstransforms3d.csstransitions.js-ready #nav .block {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.7;
		-webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
		-webkit-transition-delay: ease, 0s;
		-moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
		-o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
		transition: opacity 300ms 100ms ease, transform 500ms ease;
		-webkit-transform: translate3d(85%, 0, 0) scale3d(0.9, 0.9, 0.9);
		-moz-transform: translate3d(85%, 0, 0) scale3d(0.9, 0.9, 0.9);
		-ms-transform: translate3d(85%, 0, 0) scale3d(0.9, 0.9, 0.9);
		-o-transform: translate3d(85%, 0, 0) scale3d(0.9, 0.9, 0.9);
		transform: translate3d(85%, 0, 0) scale3d(0.9, 0.9, 0.9);
		-webkit-transform-origin: 50% 0%;
		-moz-transform-origin: 50% 0%;
		-ms-transform-origin: 50% 0%;
		-o-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
	}
	
	.csstransforms3d.csstransitions.js-nav #nav .block {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	#nav .block {
		z-index: 2;
		position: relative;
		padding: 0.75em 1.25em;
		background: #E6E6E6;
	}
	#nav ul {
		*zoom: 1;
		display: block;
	}
	
	#nav ul ul {
		margin-left:20px;
	}
	#nav ul:before, #nav ul:after {
		content: "";
		display: table;
	}
	#nav ul:after {
		clear: both;
	}
	#nav li {
		display: block;
	}
	#nav li a {
		display: block;
		color: #272424;
		font-size: 15px;
		line-height: 1.28571em;
		font-weight: bold;
		outline: none;
		background: url(../img/arrow.png) no-repeat center left;
	}
	#nav li a:focus, #nav li a:hover {
		color: #fff;
		background: fff url(../img/arrow.png) no-repeat center left;
	}
	#nav li.is-active a {
		color: #fff;
	}

}

@media (max-width: 650px) {
	#footer .col  {
		width:100%;
		min-height: inherit;
	}
	
	#footer ul li a,
	#footer strong {
		font-size: 19px;
	}
	
	.footer_block_title {
		font-size: 20px;
	}
	
}

@media (max-width:400px) {
	h1.title {
		font-size: 34px;
	}
	
	.bal img, .jobb img {
		border: 1px solid #cecece;
		width: 100%;
	}
	
	.bal, .jobb {
		width: 45%;
	}
	
	.cta_btn {
		padding:10px 5%;
		width:80%;
	}
	
	.main_label {
		display:block!important;
	}
	
	.input {
		width:100%!important;
	}
	.form_line textarea {
		width: 90%!important;
	}
}


@media (max-width: 500px) {
	

}

@media (max-width: 400px) {
	#logo {
		background-size: 290px;
		width: 108px;
		margin-top: 21px;
	}
	#logo a {
		width:108px;
	}
		
}