@font-face {
	font-family: 'Roboto Bold';
	src: url('../fonts/Roboto-Bold.eot');
	src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Bold.woff2') format('woff2'),  url('../fonts/Roboto-Bold.woff') format('woff'),  url('../fonts/Roboto-Bold.ttf') format('truetype'),  url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto Light';
	src: url('../fonts/Roboto-Light.eot');
	src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Light.woff2') format('woff2'),  url('../fonts/Roboto-Light.woff') format('woff'),  url('../fonts/Roboto-Light.ttf') format('truetype'),  url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto Regular';
	src: url('../fonts/Roboto-Regular.eot');
	src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Regular.woff2') format('woff2'),  url('../fonts/Roboto-Regular.woff') format('woff'),  url('../fonts/Roboto-Regular.ttf') format('truetype'),  url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*=================================================================*/
b {
	font-family: 'Roboto Bold';
	font-weight: normal;
	font-style: normal;
}
.color_green {
	color: #007A4E;
}
.color_white {
	color: white;
}
.bg_green {
	background-color: #007A4E;
}
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 16px;
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	color: #535353;
}
#main {
	min-height: 100%;
}
.red {
	outline: 1px solid red;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.img_cont {
	display: block;
	text-align: center;
}
.img_cont img {
	max-width: 100%;
	height: auto;
}
.align_center {
	display: block;
	text-align: center;
}
a {
	text-decoration: none;
	outline: none;
	color: red;
}
textarea:focus, input:focus, select:focus {
	outline: none
}
input[type="search"] {
	-webkit-appearance: none;
}
.inner_left {
	padding-right: 15px;
}
.inner_right {
	padding-left: 15px;
}
.slick-slide:focus {
	outline: none;
}
/*==========================*/
.menu_button {
	height: 50px;
	width: 60px;
	right: -25px;
	top: -137px;
	text-align: center;
	position: absolute;
	background: transparent;
	overflow: hidden;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	z-index: 999;
	margin-top: 0;
}
.menu_button.active span i:nth-child(1) {
	-webkit-transform: rotate(-45deg) translate(-50%, -50%);
	transform: rotate(-45deg) translate(-50%, -50%);
	top: 16%;
	left: 27px;
}
.menu_button.active span i:nth-child(2) {
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	opacity: 0;
}
.menu_button.active span i:nth-child(3) {
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	top: 57%;
	left: 23px;
}
.menu_button span {
	width: 60px;
	height: 70px;
	position: absolute;
	right: 0;
	cursor: pointer;
	background: transparent;
	z-index: 1;
}
.menu_button span i {
	position: absolute;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	width: 68%;
	height: 6px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #007A4E;
	-webkit-transition: opacity .1s ease .1s, -webkit-transform .3s ease;
	transition: opacity .1s ease .1s, -webkit-transform .3s ease;
	transition: transform .3s ease, opacity .1s ease .1s;
	transition: transform .3s ease, opacity .1s ease .1s, -webkit-transform .3s ease;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.menu_button span i:nth-child(1) {
	top: 15%;
}
.menu_button span i:nth-child(2) {
	top: 31%;
}
.menu_button span i:nth-child(3) {
	top: 47%;
}
.navbar-header {
	position: relative;
}
.navbar {
	z-index: 101;
}
/*=====================*/
@media (max-width: 992px) {
.navbar-nav {
	margin-top: 54px;
}
}
/*--------------*/
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
	padding: 4px 10px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: 0;
	box-shadow: none;
}
/*----------------*/
@media (max-width: 992px) {
.navbar-header {
	float: none;
}
.navbar-left, .navbar-right {
	float: none !important;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin-top: 0px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in {
	display: block !important;
}
}
/*======================*/
.logo {
	width: 209px;
	height: auto;
	display: table-cell;
	vertical-align: top;
	position: relative;
	z-index: 101;
}
.logo a {
	display: block;
	text-decoration: none;
}
.logo a:hover, .logo a:focus {
	opacity: 0.8;
}
.logo a img {
	max-width: 100%;
}
/*----------------*/
.top_panel {
	padding-top: 10px;
	padding-bottom: 10px;
}
.top_panel .container {
	position: relative;
}
.top_panel_body {
	display: table;
	width: 100%;
}
.top_panel_toright {
	display: table-cell;
	vertical-align: top;
}
.top_panel_toright>.inner {
	padding-left: 15px;
	text-align: right;
}
/*-----------*/
.search_form {
	max-width: 286px;
	margin-bottom: 15px;
	display: inline-block;
}
.search_form input[type=text] {
	border: 1px solid #CACBCC;
	outline: none;
	color: #000;
	background: url(../img/lens.png) 10px center no-repeat #FFF;
	height: 26px;
	line-height: 26px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: auto;
	display: block;
	padding: 0 10px;
}
.search_form input[type=text]:focus {
	border: 1px solid #007A4E;
	background: #FFF;
}
.uform {
	font-size: 22px;
	line-height: 1.3;
}
.uform>p {
	color: #828484;
	font-family: 'Roboto Light';
	text-transform: uppercase;
}
.uform>span {
	font-family: 'Roboto Bold';
}
/*========================*/
.navbar-default {
	background-color: #007A4E;
	border: 0;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	margin: 0;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 16px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #CFF20C;
	background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #CFF20C;
	background-color: transparent;
}
/*=======================================*/
#toTop {
	width: 50px;
	height: 50px;
	background: #CFF20C;
	position: fixed;
	bottom: 15px;
	right: 15px;
	cursor: pointer;
	display: none;
	z-index: 100;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-moz-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-webkit-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-o-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
}
#toTop span {
	display: block;
	margin: 6px 0 0 0;
	font-size: 26px;
}
#toTop:hover {
	color: #CFF20C;
	text-decoration: none;
	background-color: #fff;
}
/*==================*/
.phone_mobile {
	display: block;
	position: fixed;
	z-index: 100;
	left: 15px;
	bottom: 15px;
	width: 50px;
	height: 50px;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	background-color: #CFF20C;
	color: #fff;
	font-size: 32px;
	line-height: 55px;
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	cursor: pointer;
	text-decoration: none;
	outline: none;
	text-align: center;
	transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-moz-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-webkit-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-o-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
}
.phone_mobile:hover, .phone_mobile:focus {
	color: #CFF20C;
	text-decoration: none;
	background-color: #fff;
}
.bg_lime {
	background-color: #E6F2ED;
}
.lime_line {
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: 'Roboto Light';
	font-size: 26px;
	text-align: center;
}
.lime_line p {
	margin: 0;
	text-transform: uppercase;
	font-size: 30px;
	text-align: left;
}
.img2 {
	float: right;
}
.img2 img {
	margin-left: 15px;
}
/*===========================*/
.container_custom {
	max-width: 1400px;
	margin: auto;
	overflow: hidden;
}
.main_slider img {
	max-width: 100%;
}
/*====================*/
.anonce {
	padding-top: 18px;
	padding-bottom: 18px;
}
.anonce_body>div {
	padding: 0;
}
.anonce_body_toleft >.inner {
	padding-right: 9px;
}
.anonce_body_toright >.inner {
	padding-left: 9px;
}
.bg_grey {
	background-color: #E8E9ED;
}
.color_grey {
	color: #797878;
}
.left_link {
	color: #797878;
	text-decoration: none;
}
.right_link {
    color: #007A4E;
}
.left_link:hover,.right_link:hover {
	color: #CFF20C;
	text-decoration: none;
}
.anonce_header {
	font-size: 24px;
	text-align: center;
	padding: 10px;
}
.anonce_header span {
	font-family: 'Roboto Light';
}
.anonce_content> h3 {
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Roboto Bold';
	margin-bottom: 30px;
}
/*=============*/
.video_block {
	display: table;
	width: 100%;
}
.video_block>div {
	display: table-cell;
	vertical-align: bottom;
}
.v_info {
	width: 33%;
}
.v_info h3 {
	font-size: 38px;
	font-family: 'Roboto Light';
	margin: 0;
}
.v_info p {
	font-size: 20px;
	margin-bottom: 20px;
}
.v_info_footer a {
	display: inline-block;
	text-decoration: none;
	background: #007A4E;
	color: #fff;
	text-align: center;
	padding: 2px 10px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 10px;
	transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-moz-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-webkit-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-o-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	border: 1px solid #007A4E;
	white-space: nowrap;
	overflow: hidden;
}
.v_info_footer a:hover, .v_info_footer a:focus {
	background-color: #fff;
	color: #007A4E;
	text-decoration: none;
}
.video {
	padding-left: 20px;
}
.video_inner {
	width: 100%;
	display: block;
	overflow: hidden;
	padding-bottom: 63%;
	position: relative;
	height: 0;
	margin: 0 auto;
}
.button_play_video {
	display: block;
	position: absolute;
	top: 0;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 100%;
	height: 100%;
	background: url(../img/video.jpg) no-repeat center top;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	cursor: pointer;
	z-index: 1;
}
.video_inner iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	border: 0;
	margin: 0 auto;
}
/*---*/
.play_btn {
	width: 64px;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 50%;
}
.play_btn .play_btnIcon {
	width: 64px;
	display: block;
	height: 64px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	background: url(../img/play.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.play_btn:hover .play_btnIcon {
	opacity: 0.8;
}
/*===================*/
.posts_block >div {
	width: 50%;
	float: left;
}
.posts_block >div:first-child>.inner {
	padding-right: 10px;
}
.posts_block >div:last-child>.inner {
	padding-left: 10px;
}
.posts_block h3 {
	margin: 0;
	font-size: 24px;
	font-family: 'Roboto Light';
	margin-top: 15px;
	line-height: 1;
	margin-bottom: 10px;
}
.posts_block {
	padding-top: 24px;
}
.posts_block .img_cont {
	/*height: 180px; */
	width: 100%;
	position: relative;
}
.posts_block a {
	display: block;
	text-decoration: none;
}
.posts_block a:hover {
	opacity: 0.8;
}
.posts_block .img_cont img {
	width: 100%;
/*	height: 100%;
	position: absolute;
	top: 0;
	left: 0; */
}
.posts_block >div p {
	font-size: 17px;
}
/*===================*/
.lime_line a {
	text-decoration: underline;
}
.lime_line a:hover, .lime_line a:focus {
	text-decoration: none;
	color: #CFF20C;
}
/*====================*/
.about_us_home {
	padding-top: 40px;
	padding-bottom: 40px;
}
.about_us_home_body >div {
	padding: 0;
}
.about_us_home_toleft {
	text-align: center;
}
.about_us_home_toleft>.inner {
	padding-right: 15px;
}
.about_us_home_toright>.inner {
	padding-left: 15px;
}
.about_us_home_toleft h2 {
	font-size: 38px;
	font-family: 'Roboto Light';
	font-weight: normal;
	margin-bottom: 30px;
	margin-top: 0;
}
.about_us_home_toleft p {
	margin-bottom: 25px;
}
.services_list {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.services_list a {
	display: block;
	color: #007A4E;
	font-size: 22px;
	font-family: 'Roboto Bold';
}
.services_list a:hover, .services_list a:focus {
	text-decoration: none;
	color: #CFF20C;
}
ul.services_list li {
	padding-right: 30px;
	position: relative;
	margin-right: 8px;
	display: inline-block;
}
ul.services_list li:after {
	content: '\//';
	position: absolute;
	top: 2px;
	right: 0;
	color: #007A4E;
	font-weight: 900;
	font-size: 20px;
}
ul.services_list li:last-child:after {
	content: ' ';
}
/*=================*/
.post_anonce h3 {
	margin: 0;
	font-size: 24px;
	font-family: 'Roboto Light';
	margin-top: 15px;
	line-height: 1;
	margin-bottom: 10px;
}
.post_anonce .img_cont {
	height: 180px;
	width: 100%;
	position: relative;
}
.post_anonce a {
	display: block;
	text-decoration: none;
}
.post_anonce a:hover {
	opacity: 0.8;
}
.post_anonce .img_cont img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.post_anonce >div p {
	font-size: 17px;
}
/*===================*/
.subscribe_line_table {
	display: table;
	padding: 15px 10px;
}
.subscribe_line_table>div {
	display: table-cell;
	vertical-align: middle;
}
.subscribe_line p {
	font-size: 20px;
	margin: 0;
}
.form_wrapper {
	display: table;
	width: 100%;
	height: 100%;
}
.form_wrapper>div {
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
}
.subscribe_line input[type=text] {
	border: 1px solid #CACBCC;
	outline: none;
	color: #000;
	background: #FFF;
	height: 26px;
	line-height: 26px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: auto;
	display: block;
	padding: 0 10px;
}
.search_form input[type=text]:focus {
	border: 1px solid #007A4E;
	background: #FFF;
}
.subscribe_line input[type=submit] {
	border: 0px;
	outline: none;
	color: #fff;
	background: transparent;
	height: 26px;
	line-height: 26px;
	width: auto;
	display: block;
	text-decoration: underline;
	transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-moz-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-webkit-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-o-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
}
.subscribe_line input[type=submit]:hover {
	text-decoration: none;
}
/*=========================*/
.related_news_body {
	padding-bottom: 30px;
}
.related_news_body>div {
	padding: 0;
}
.related_news_body_toleft> .inner {
	padding-right: 15px;
}
.related_news_body_toright> .inner {
	padding-left: 15px;
}
.related_news h2 {
	margin: 0;
	font-size: 38px;
	font-family: 'Roboto Light';
	margin-top: 10px;
	margin-bottom: 25px;
}
.post_box {
	display: table;
	width: 100%;
}
.post_box .img_cont img {
	width: 100%;
}
.post_box>div {
	display: table-cell;
	vertical-align: top;
}
.post_title h3 {
	font-size: 27px;
	font-family: 'Roboto Light';
}
.subheading {
	font-size: 13px;
	text-transform: uppercase;
	color: #3B3C43;
}
.post_box .img_cont {
	width: 60%;
	padding-right: 10px;
}
.post_box .img_cont a {
	display: block;
}
.post_box .img_cont a:hover {
	opacity: 0.8;
}
.post_box .post_title {
	padding-left: 10px;
}
.related_news .posts_block {
	padding-top: 0px;
}
/*-----------------------*/
.footer_body {
}
.footer_body span {
	display: block;
	color: white;
	font-size: 13px;
	padding: 15px 0;
}
/*----------------*/
.page_header {
	padding: 20px 0;
}
.page_header h1 {
	font-size: 38px;
	font-family: 'Roboto Light';
	margin: 0;
	margin-bottom: 15px;
	margin-top: 10px;
}
.page_header p {
	font-size: 20px;
	margin: 0;
}
/*-----------*/
.product_range, .component_range {
	padding-bottom: 50px;
}
.product_range_body {
	margin: 0 -15px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.product_range_box {
	padding: 0;
	margin-bottom: 50px;
}
.product_range_box >.inner {
	padding: 7px;
    margin: 8px;
    	-webkit-box-shadow: 0px 5px 8px rgba(0,122,78,0.2);
	-moz-box-shadow: 0px 5px 8px rgba(0,122,78,0.2);
	box-shadow: 0px 5px 8px rgba(0,122,78,0.2);
}
.product_range_box>a {
	display: block;
}
.product_range_box a.img_cont:hover, .product_range_box a.img_cont:focus {
	opacity: 0.8;
	text-decoration: none;
}
.product_range_box h3 {
	font-size: 24px;
	font-family: 'Roboto Light';
	margin: 0;
	color: #007A4E;
	height: 50px;
	overflow: hidden;
	margin-top: 10px;
	line-height: 1;
}
.product_range_box p {
	font-size: 16px;
	margin: 0;
	height: 45px;
	overflow: hidden;
}
.note {
	font-size: 27px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.note a {
	color: #007A4E;
}
.note a:hover, .note a:focus {
	color: #CFF20C;
}
/*------------------------*/
.item_body {
}
.item_body>div {
	padding: 0;
}
.item_body_toleft> .inner {
	padding-right: 15px;
}
.item_body_torigh> .inner {
	padding-left: 15px;
}
.item_body h3 {
	font-size: 32px;
	font-family: 'Roboto Light';
	margin: 0;
	color: #007A4E;
	margin-bottom: 10px;
}
.item_body_toleft p {
	margin-bottom: 20px;
}
/*----------*/
.benefits {
	padding-top: 20px;
}
.benefits ul {
	list-style: outside;
	padding-top: 10px;
}
.benefits ul li {
	margin-bottom: 15px;
}
/*-------------------*/
.video_banner {
	padding-top: 10px;
}
.video_banner_header {
	display: table;
	width: 100%;
	margin-bottom: 15px;
}
.video_banner_header>div {
	display: table-cell;
	vertical-align: middle;
}
.video_banner_header>div a {
	display: table;
	width: 100%;
	color: #007A4E;
	text-decoration: none;
	padding: 10px 30px;
	font-size: 14px;
}
.video_banner_header>div a:hover, .video_banner_header>div a:focus {
	color: #CFF20C;
}
.video_banner_header>div a>span {
	display: table-cell;
	vertical-align: middle;
}
.video_banner_header>div a>span span {
	font-size: 35px;
}
/*=======================*/
.similar_products_row {
	margin-bottom: 50px;
	margin-left: -8px;
	margin-right: -8px;
}
.similar_products {
	padding-top: 30px;
}
.similar_products_box {
	width: 50%;
	float: left;
}
.similar_products_box {
	width: 50%;
	float: left;
}
.toleft >.inner, .item_body_toleft {
	padding-right: 15px;
}
.toright >.inner, .item_body_toright>.inner {
	padding-left: 15px;
}
.toleft >.inner,.toright >.inner {
	-webkit-box-shadow: 0px 5px 8px rgba(0,122,78,0.2);
	-moz-box-shadow: 0px 5px 8px rgba(0,122,78,0.2);
	box-shadow: 0px 5px 8px rgba(0,122,78,0.2);
	padding: 8px;
	margin: 7px;
}
	
.similar_products_box h4 {
	font-size: 27px;
	font-family: 'Roboto Light';
	margin: 0;
	color: #007A4E;
	margin-bottom: 0px;
	margin-top: 10px;
}
.sp_text .img_cont:hover {
	text-decoration: none;
	opacity: 0.8;
}
.sp_text ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
.sp_text li {
	display: table;
	font-size: 15px;
}
.sp_text li>div {
	display: table-cell;
	vertical-align: top;
}
.sp_text li>div:first-of-type {
	padding-right: 30px;
	width: 110px;
}
/*=============================*/
.components_block {
	margin: 0 -15px;
}
.products_box {
	padding: 0;
	margin-bottom: 30px;
}
.products_box>.inner {
	padding: 8px;
	margin: 7px;
	-webkit-box-shadow: 0px 5px 8px rgba(0,122,78,0.2);
	-moz-box-shadow: 0px 5px 8px rgba(0,122,78,0.2);
	box-shadow: 0px 5px 8px rgba(0,122,78,0.2);
}
.products_box h4 {
	font-size: 27px;
	font-family: 'Roboto Light';
	margin: 0;
	color: #007A4E;
	margin-bottom: 0px;
	margin-top: 10px;
}
/*-------------*/
.component_list {
}
.component_list ul {
	padding-top: 50px;
}
.component_list ul li {
	height: 81px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 2px rgba(0,122,78,0.3);
	-moz-box-shadow: 0px 0px 2px rgba(0,122,78,0.3);
	box-shadow: 0px 0px 2px rgba(0,122,78,0.3);
}
.component_list ul li a {
	color: #007A4E;
	font-size: 23px;
	font-family: 'Roboto Light';
	display: table;
	background: transparent;
	height: 100%;
	width: 100%;

}
.component_list ul li a:hover, 
.component_list ul li.active a {
	background: #F3F9F7;
	text-decoration: none;

}
.component_list ul li:hover, 
.component_list ul li.active  {
	/*	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;*/
}
.component_list ul li a>span {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	padding: 0 5px;
}
.component_list ul li a>span:last-of-type {
	text-align: right;
	padding: 0;
}
.component_range_body {
	margin: 0 -15px;
}
.component_range_body>div {
	padding: 0px;
}
.component_range_body>div>.inner {
	padding: 0 15px;
}
.component_list ul li a img {
	max-width: 100%;
}
/*--------------------*/
.quotation_box_wrapper>div {
	padding: 0;
}
.radio_block li {
	display: inline-block;
	float: left;
	margin-right: 50px;
}
.step label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	margin-right: 15px;
	font-size: 20px;
	font-family: 'Roboto Bold';
	color: #007A4E;
}
.step input[type=radio] {
	display: none;
}
.step label:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 0px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -10px;
	background-color: #fff;
	border: 1px solid #C5C6C7;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.step input[type=radio]:checked + label:before {
	background-color: #CFF20C;
}
.quotation_box_toleft>.inner {
	padding-left: 100px;
	padding-right: 15px;
}
.quotation_box_toright>.inner {
	padding-left: 15px;
}
.quotation_box_toleft>p {
	font-size: 20px;
	color: #007A4E;
	margin-bottom: 30px;
}
/*===================*/
.step2>div {
	width: 33.3333%;
	float: left;
	margin-right: 0;
	height: 150px;
}
.vote_table {
	display: table;
}
.vote_table>div {
	display: table-cell;
	vertical-align: middle;
}
/*==================*/
.new_products_box {
	width: 100%;
	display: table;
	border: 1px solid #CACBCC;
	margin-bottom: 20px;
}
.new_products_box>div {
	display: table-cell;
	vertical-align: middle;
}
.new_products_box a {
	color: #007A4E;
}
.new_products_text {
	padding: 15px;
}
.new_products_text >.inner {
	width: 100%;
	height: 100%;
}
.new_products_box>div:last-child {
}
.new_products_img {
	background: url(../img/new.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	width: 25%;
	position: relative;
}
.new_products_img a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	text-indent: 500px;
	overflow: hidden;
}
.new_products_img a:hover {
	text-decoration: none;
}
.new_products_text h3 {
	margin: 0;
	height: 28px;
	overflow: hidden;
	margin-bottom: 10px;
}
.new_products_text h3 a:hover {
	text-decoration: none;
	color: #CFF20C;
}
.new_products_text p {
	margin: 0;
	height: 45px;
	overflow: hidden;
}
/*=====================*/
.l_news {
	padding-top: 40px;
}
.l_news_box {
	margin-bottom: 30px;
}
.l_news_box h3 {
	margin-top: 10px;
	color: #007A4E;
	font-family: 'Roboto Light';
	margin-bottom: 10px;
}
.l_news_box .img_cont {
	display: block;
}
.l_news_box .img_cont:hover {
	opacity: 0.8;
}
/*================================*/
.services_block_box {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.services_block_box>div {
	display: table-cell;
	vertical-align: top;
}
.services_block_box>div:first-child {
	padding-right: 30px;
}
.services_block_box>div:first-child img {
	width: 88px;
	height: auto;
}
.services_block_box>div h2 {
	font-size: 16px;
	color: #3B3C43;
	font-family: 'Roboto Bold';
	margin-top: 0;
	margin-bottom: 20px;
}
/*===========================*/
.quotation_banner {
	 background: #CFF20C;
}
.quotation_banner_caption {
      max-width: 75%;
      padding-bottom: 40px;
      padding-top: 20px;
}
.quotation_banner_caption p {
	margin: 0;
	color: #fff;
	font-family: 'Roboto Light';
	font-size: 120px;
	
}
/*-----------------------*/
.quota_header {
	background: #007A4E;
	color: #fff;
	margin-bottom: 100px;
}
.lets_go {
	
}
.lets_go>div {
    padding-left: 0;
    padding-right: 0;
}
.lets_go_text a {
	color: #fff;
}
.lets_go_text a:hover,
.lets_go_text a:focus {
	color: #CFF20C;
}
.lets_go_text p {
   line-height: 1.8;
   font-size: 18px;
}
.lets_go_text  {
	padding-top: 20px;
	padding-bottom: 20px;
}
.lets_go_text>.inner {
    padding-right: 15px;
}
.lets_go_img>.inner {
	padding-left: 15px;
}
.corn {
	float: right;
	max-width: 400px;
	text-align: center;
}
.corn img {
	width: 100%;
	height: auto;
	display: block;
}
.corn p {
	text-transform: uppercase;
	font-family: 'Roboto Light';
	margin: 0;
	margin-top: 0px;
	font-size: 40px;
	margin-bottom: 10px;
}

/*****====***/
.order_form {
	margin: 0 -15px;
}
.form_table {
	width: 100%;
	display: table;
}
.form_table>div {
	width: 100%;
	display: table;
}
.form_table>div {
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
}
.form_table p {
	margin: 0;
	font-size: 24px;
	font-family: 'Roboto Light';
}
.form_table input[type=text] {
	height: 40px;
	line-height: 40px;
	border: 1px solid #95989A;
	width: 400px;
	outline: none;
	padding: 0 15px;
	color: #000;
}
.tick {
	width: 50px;
	text-align: right;
	margin-right: 15px;
}
.tick span {
	font-size: 50px;
	opacity: 0.2;
	line-height: 1;

}
.table_in {
	display: table;
	margin: 0 -15px;
}
.table_in>div {
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
}
.step_header {
	background: #E5F1ED;
	padding: 5px 15px;
}
.step_header p {
	margin: 0;
	font-size: 34px;
	font-family: 'Roboto Light';
}
/*------------------------*/
.step3 label,.step4 label {
	padding-right: 30px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	font-size: 20px;
	font-family: 'Roboto Bold';
	color: #007A4E;
}
.step3 input[type=radio],
.step3 input[type=checkbox],
.step4 input[type=radio],
.step4 input[type=checkbox] {
	display: none;
}
.step3 label:after,
.step4 label:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -10px;
	background-color: #fff;
	border: 1px solid #C5C6C7;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.step3 input[type=radio]:checked + label:after,
.step3 input[type=checkbox]:checked + label:after,
.step4 input[type=radio]:checked + label:after,
.step4 input[type=checkbox]:checked + label:after {
	background-color: #CFF20C;
}
/*========================*/
.large_form_table {
	padding-top: 40px;
	padding-bottom: 40px;
}
.large_form_table ul {
	display: table;
	width: 100%;
}
.large_form_table ul li {
	display: table-row;
}
.large_form_table ul li >div{
	display: table-cell;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 5px;
}
/*========================*/
.quantity {
	border-top: 1px solid #007A4E;
	border-right: 1px solid #007A4E;
	border-bottom: 1px solid #007A4E;
	border-left: 1px solid #007A4E;
	width: 86px;
}
.figure_wrapper {
	width: 28px;
	float: left;
	display: block;
}
.figure_wrapper button {
	width: 100%;
	height: 26px;
	display: block;
	font-family: 'Roboto Bold';
	color: black;
	background-color: #7FBCA6;
	border: 0px;
	color: #fff;
}
.quantity input[type=text] {
	width: 28px;
	float: left;
	display: block;
	height: 26px;
	border: 0;
	outline: 0;
	text-align: center;
	background: #fff;
	font-family: 'Roboto Bold';
	color: black;
	color: #007A4E;
}
.minus_plus label:after {
	content: "";
	display: none;
}
.step3 label img {
	padding-left: 5px;
}
.large_form_table.step3 label {
	padding-right: 35px;
}
.minus_plus label {
	padding-right: 20px !important;
	display: table;
}
.large_form_table label span {
	display: table-cell;
	vertical-align: middle;
}
.large_form_table label span:first-child {
	width: 165px;
}
/*======================*/
.table_title {
	color: #696E6C;
	font-size: 22px;
	font-family: 'Roboto Bold';
	margin-bottom: 15px;
}
.td_title {
	display: block;
	padding-bottom: 15px;
}
.table_in.vat>div {
	vertical-align: top;
	font-family: 'Roboto Bold';
	color: #007B4F;
	min-width: 150px;

}
.tables_lblock {
	padding-top: 20px;
	padding-bottom: 40px;
}
.choose_products {
	font-size: 20px;
}
.choose_products.form_table>div {
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 0px;
	min-width: 200px;
}
.choose_products.form_table>div:last-child {
	padding: 0;
	padding-top: 3px;
	min-width:50px;
}
.choose_products.form_table .table_in>div:first-child {
	width: 330px;
}



.product_box {
	display: table;
	margin-bottom: 15px;
}
.product_box>div {
	display: table-cell;
	vertical-align: top;
}
.product_box>div img {
	width: 150px;
	height: auto;
	margin-right: 15px;
}
.product_box h3 {
	font-size: 20px;
	font-family: 'Roboto Light';
	margin: 0;

}
.quotation select {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.bottom_line {
	border-bottom: 2px solid #007B4F;
}
.step4 label {
	color: #797878;
}
.step4.form_table .table_in>div:first-child {
	width: 480px;
}
.step4 {
	padding-top: 20px;
	padding-bottom: 40px;
}
/*======================*/
.product_ch {
	padding-left: 40px;
	padding-top: 40px;
	color:#007B4F;
	padding-bottom: 40px;
}
.pr_head {
	font-size: 20px;
	font-family: 'Roboto Bold';
}
.pr_head li {
	display: table;
	margin-bottom: 15px;
}
.pr_head li >div{
	display: table-cell;
	padding-right: 30px;
}
.pr_head li >div:first-of-type{
	width: 250px;
}
.product_ch h3 {
	font-weight: normal;
	color:#007B4F;
	font-size: 38px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.pr_2 {
	font-size: 20px;
}
.pr_2 li {
	display: table;
	margin-bottom: 5px;
}
.pr_2 li >div {
	display: table-cell;
}
.pr_2 li >div:first-of-type{
	padding-right: 30px;
}
.pr_2 li >div:last-child {
	color: #007B4F;
	text-transform: uppercase;
	cursor: pointer;
}
.user_info {
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}
.user_info span.ui_header {
	display: block;
	font-size: 20px;
	margin-bottom: 40px;
}
/*===================*/
.ui_body {
	padding-left: 40px;
	padding-right: 15px;
}
.ui_table {
	display: table;
	margin-bottom: 15px;
	width: 100%;
}
.ui_table>div {
	display: table-cell;
	vertical-align: middle;
}
.ui_table>div:first-of-type {
	width: 170px;
}
.ui_table input[type=text],
.ui_table input[type=email],
.ui_table input[type=tel] {
	border: 1px solid #CACBCC;
	outline: none;
	color: #000;
	height: 35px;
	line-height: 35px;
	width: 500px;
	display: block;
	padding: 0 10px;
}
.ui_table label {
	color: #797878;
	display: block;
	padding-right: 10px;
	font-size: 20px;
	font-weight: normal;
}
.user_info input[type=submit] {
	border: 1px solid #007A4E;
	background-color: #007A4E;
	outline: none;
	color: #fff;
	height: 45px;
	line-height: 45px;
	width: 500px;
	display: block;
	padding: 0 10px;
	text-align: center;
	font-size: 20px;
	font-family: 'Roboto Light';
	transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-moz-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-webkit-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-o-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	margin-top: 40px;
	font-size: 24px;
}
.user_info input[type=submit]:hover,
.user_info input[type=submit]:focus {
	background-color: #fff;
	color: #007A4E;
	text-decoration: none;
}
.succes {
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: 'Roboto Light';
	margin-top: 40px;
	padding-left: 15px;
	padding-right: 15px;
	display: none;
}
.succes p {
	margin: 0;
	font-size: 38px;
}
.succes span {
	margin: 0;
	font-size: 20px;
	display: block;
}