/*css*/
@import "grid.css";
@import "font-awesome.css";

html, body {height:100%;}

body{
	background: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	color: #777;
	position: relative;
	min-width: 320px;
	-webkit-text-size-adjust: none;
}
img{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	height:auto;
	max-width: 100%;
}
.img_fleft{
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
.img_right{
	float: right;
	margin-left: 20px;
}
.wrapper{width: 100%; overflow: hidden; position: relative;}
.extra_wrap{overflow: hidden; display: block;}

a{
	color: #f00;
	text-decoration: none;
}
	a:hover{
		text-decoration: underline;
	}
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}
.btn{
	background: #64ad33;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: #fff;
	padding: 10px 18px 14px;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin-bottom: 20px;
}
	.btn:hover{
		background-color: #222;
		text-decoration: none;
	}
/*========================================================
                    Titles
=========================================================*/
h2{
	color: #333f00;
	font: bold 30px/36px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
h3{
	font-family: 'Roboto', sans-serif;
	font-size: 33px;
	line-height: 42px;
	font-weight: 700;
	color: #64ad33;
	margin-bottom: 12px;
	}
h4{
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	line-height: 32px;
	font-weight: 700;
	color: #222;
	margin-bottom: 16px;
	}
	.second{
		font-size: 26px;
		line-height: 32px;
		margin-bottom: 25px;
		}
h5{
	color: #f00;
	font: bold 16px/20px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
h6{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #222;
	margin-bottom: 16px;
	}
	h6 span{
		color: #64ad33;
		}
h2 a, h3 a, h4 a, h5 a, h6 a{
	color: inherit;'
}
	h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
		color: #000;
		text-decoration: none;
	}
p{
	margin-bottom: 23px;
	}
	.m_0{margin-bottom: 0px;}
	.m_05{margin-bottom: 5px;}
.m_10{margin-bottom: 10px;}
	.m_15{margin-bottom: 15px;}
.m_20{margin-bottom: 20px;}
.m_25{margin-bottom: 25px;}
.m_30{margin-bottom: 30px;}
.m_35{margin-bottom: 35px;}
	.m_40{margin-bottom: 40px !important;}
	.m_45{margin-bottom: 45px !important;}
.m_50{margin-bottom: 50px;}
.m_55{margin-bottom: 55px;}
.m_60{margin-bottom: 60px;}
.m_65{margin-bottom: 65px;}
.m_70{margin-bottom: 70px;}
.m_75{margin-bottom: 75px;}
.m_80{margin-bottom: 80px;}
.m_85{margin-bottom: 85px;}
.m_90{margin-bottom: 90px;}


.list{
	margin-bottom: 50px;
	}
.list li{
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	color: #64ad33;
	margin-top: 10px;
	padding-left: 18px;
	}
		.list li:before{
			position: absolute;
			font-family: FontAwesome;
			content: "\f0da";
			color: #222;
			font-size: 16px;
			line-height: 16px;
			top: 4px;
			left: 0px;
			}
	.list li:first-child{
		margin-top: 0;
	}
	.list li a{
		color: #64ad33;
		text-decoration: none;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
		.list li a:hover{
			color: #222;
			text-decoration: none;
		}

/*========================================================
                    Header
=========================================================*/

header{
	width: 100%;
	padding-top: 32px;
	}
h1{
	float: left;
	margin-right: 94px;
	margin-bottom: 40px;
	}
	h1 a{}
		h1 a:hover{
			text-decoration: none;
		}
	h1 .slogan{
		display: block;
	}
/* Menu */
nav{
	background: #ededed;
	margin-bottom: 10px;
	}
	.sf-menu {
		list-style: none;
	}
		.sf-menu > li {
			float: left;
			font-family: 'Roboto', sans-serif;
			font-size: 20px;
			line-height: 24px;
			font-weight: 700;
			color: #000;
			position: relative;
			border-right: 1px solid #fff;
		}
			.sf-menu > li span{
				position: absolute;
				top: 0px;
				left: 0px;
				width: 100%;
				height: 0px;
				background: #3b3b3b;
				-webkit-transition: 0.3s;
				-moz-transition: 0.3s;
				-ms-transition: 0.3s;
				-o-transition: 0.3s;
				transition: 0.3s;
				}
				.sf-menu > li:hover span, .sf-menu > li.current span{
					top: -6px;
					height: 6px;
					}
		.sf-menu > li:first-child{
			margin-left: 0;
		}
			.sf-menu > li > a {
				display: inline-block;
				color: #000;
				text-decoration:none;
				padding: 18px 21px 23px 19px;
				}
				.sf-menu > li.sfHover > a,
				.sf-menu > li > a:hover,
				.sf-menu > li.current > a {
					color: #64ad33;
					text-decoration: none; 
				}
				.sf-menu > li > a.sf-with-ul:after{
					/*menu arrow*/
				}
			.sf-menu .menu-arrow{display: none;}
		/* submenu */
		.sf-menu ul {
			background: #2f2f2f;
			display: none;
			left: 0px;
			padding: 4px 1px 13px;
			position:absolute;
			top: 65px;
			width: 251px;
			z-index:99;
		}
			.sf-menu ul li{
				position: relative;
				margin-top: 13px;
				position: relative;
				font-family: 'Roboto', sans-serif;
				font-size: 14px;
				line-height: 17px;
				font-weight: 300;
				text-transform: none;
				font-style: normal;
				border-top: 1px dotted #656565;
				padding: 6px 16px 0px;
				}
				.sf-menu ul li:first-child{
					margin-top:0;
					border-top: none;
				}
				.sf-menu ul li a{
					color: #fff;
					text-decoration:none;
				}
				.sf-menu ul li > a:hover,
				.sf-menu ul li.sfHover > a,
				.sf-menu ul li.active > a{
					color:#64ad33;
					text-decoration:none;
				}

				.sf-menu ul li a.sf-with-ul:before {
					content: "\f107";
					font-family: FontAwesome;
					font-size: 14px;
					line-height: 14px;
					color: #777777;
					position: absolute;
					right: 13px;
					top: 11px;
					}
		/* subsubmenu */
		.sf-menu ul ul {
			background:#2e2e2e;
			left: 253px;
			top: -3px;
			width: 245px;
		}
			.sf-menu ul ul li a{
				text-decoration:none;
			}
			.sf-menu ul ul li > a:hover,
			.sf-menu ul ul li.sfHover > a,
			.sf-menu ul ul li.active > a{
				text-decoration:none;
			}
	#mm0{
		display:none;
		border: 1px solid #ededed;
		outline: none;
		padding: 12px 3px;
		width: 100%;
	}
.search_form {
	border: 1px solid #cbcac5;
	display: block;
	overflow: hidden;
	float: left;
	margin-top: 71px;
	background: #fff;
	}
	.search_form input {
		border: none;
		outline: none;
		float: left;
		width: 300px;
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		line-height: 22px;
		font-weight: 400;
		padding: 9px 0 11px 16px;
		line-height: 19px;
		color: #2d2d30;
		}
	.search_form a {
		display: block;
		float: right;
		color: #64ad33;
		padding: 5px 14px 0 1px;
		font-size: 23px;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		vertical-align: top;
		margin-left: 16px;
		}
		.search_form a:hover{
			color: #d6d5d5;
			}
	.header_contacts{
		float: right;
		overflow: hidden;
		width: 310px;
		padding-top: 40px;
		text-align: right;
		}
		.header_contacts h6{
			font-family: 'Roboto', sans-serif;
			font-size: 12px;
			line-height: 22px;
			font-weight: 400;
			color: #222;
			text-align: right;
			}
			.header_contacts h6 span{
				vertical-align: top;
				color: #64ad33;
				}
		.header_contacts h5{
			display: inline-block;
			position: relative;
			font-family: 'Roboto', sans-serif;
			font-size: 30px;
			line-height: 42px;
			font-weight: 700;
			color: #222;
			text-align: right;
			padding-left: 35px;
			}
			.header_contacts h5:before{
				position: absolute;
				left: 0px;
				top: 10px;
				font-family: FontAwesome;
				content: "\f095";
				font-weight: normal;
				font-size: 30px;
				line-height: 30px;
				color: #64ad33;
				}

/*========================================================
                    Content
=========================================================*/
#content{
	padding-top: 35px;
	padding-bottom: 46px;
	}
	.border_box{
		border-bottom: 1px solid #d6d5d5;
		padding-bottom: 20px;
		margin-bottom: 30px;
		}
	.icon_tetle{
		position: relative;
		padding-left: 95px;
		font-family: 'Roboto', sans-serif;
		font-size: 33px;
		line-height: 42px;
		font-weight: 700;
		color: #222222;
		margin-bottom: 14px;
		}
		.icon_tetle span{
			position: absolute;
			left: 0px;
			top: 6px;
			width: 77px;
			height: 61px;
			background: #64ad33;
			color: #fff;
			padding-top: 16px;
			font-size: 42px;
			line-height: 42px;
			border-radius: 49%;
			text-align: center;
			}
	.banner_box{
		position: relative;
		margin-bottom: 20px;
		}

		.banner_box .text{
			position: absolute;
			bottom: 16px;
			left: 19px;
			right: 19px;
			z-index: 1;
			}
			.banner_box .text h5{
				font-family: 'Roboto', sans-serif;
				font-size: 22px;
				line-height: 28px;
				font-weight: 700;
				color: #fff;
				margin-bottom: 1px;
				}
			.banner_box .text p{
				font-family: 'Roboto', sans-serif;
				font-size: 14px;
				line-height: 24px;
				font-weight: 300;
				color: #fff;
				margin-bottom: 0px;
				}
	.testimonial_box{
		margin-bottom: 25px;
		}
		.testimonial_box p{
			display: block;
			position: relative;
			background: #64ad33;
			font-family: 'Roboto', sans-serif;
			font-size: 16px;
			line-height: 24px;
			font-weight: 700;
			color: #fff;
			padding: 12px 18px 17px 18px;
			margin-bottom: 13px;
			}
			.testimonial_box p:after{
				width: 9px;
				height: 9px;
				position: absolute;
				left: 0px;
				bottom: -9px;
				content: '';
				background: url(../images/testimonial_arrow.png) no-repeat 0 0;
				}
			.testimonial_box h6{
				display: block;
				font-family: 'Roboto', sans-serif;
				font-size: 14px;
				line-height: 24px;
				font-weight: 300;
				color: #222;
				margin-bottom: 0;
				overflow: 
				}
	.icon_box{
		position: relative;
		padding-left: 100px;
		margin-bottom: 21px;
		padding-top: 5px;
		}
		.icon_box span {
			position: absolute;
			left: 0px;
			top: 6px;
			width: 77px;
			height: 55px;
			background: #64ad33;
			color: #fff;
			padding-top: 21px;
			font-size: 42px;
			line-height: 42px;
			border-radius: 49%;
			text-align: center;
			}
			.icon_box span.fa-smile-o{
				padding-top: 16px;
				font-size: 48px;
				height: 59px;
				}
	.icon_box2{
		position: relative;
		padding-left: 62px;
		margin-bottom: 13px;
		padding-top: 0px;
		}
		.icon_box2>span {
			position: absolute;
			left: 1px;
			top: 3px;
			color: #64ad33;
			font-size: 42px;
			line-height: 42px;
			text-align: center;
			}
		.icon_box2 p{
			margin-bottom: 0;
			}
			.icon_box2 p a {
				display: inline-block;
				vertical-align: top;
				font-size: 14px;
				line-height: 24px;
				font-weight: 700;
				color: #64ad33;
				text-decoration: none;
				-webkit-transition: 0.3s;
				-moz-transition: 0.3s;
				-ms-transition: 0.3s;
				-o-transition: 0.3s;
				transition: 0.3s;
				}
				.icon_box2 p a:hover{
					text-decoration: none;
					color: #222;
					}
	.img{
		margin-right: 33px;
		margin-bottom: 20px;
		}

	.users_overflow{
		overflow: hidden;
		}
		.users_box{
			float: left;
			margin-left: 30px;
			width: 236px;
			margin-bottom: 25px;
			}
			.users_box:first-child{
				margin-left: 0px;
				}
			.users_box img{
					width: 100%;
					margin-bottom: 16px;
				}
			.users_box p{
				margin-bottom: 0;
				}
				.users_box p a{
					display: inline-block;
					vertical-align: top;
					font-size: 14px;
					line-height: 24px;
					font-weight: 700;
					color: #64ad33;
					text-decoration: none;
					-webkit-transition: 0.3s;
					-moz-transition: 0.3s;
					-ms-transition: 0.3s;
					-o-transition: 0.3s;
					transition: 0.3s;
					}
					.users_box p a:hover{
						color: #222;
						}
	.product_box{
		margin-bottom: 30px;
		}
		.product_box img{
			width: 100%;
			}
		.product_box .description{
			background: #64ad33;
			padding: 12px 20px 34px 20px;
			}
			.product_box .description h5{
				font-family: 'Roboto', sans-serif;
				font-size: 16px;
				line-height: 24px;
				font-weight: 700;
				color: #fff;
				margin-bottom: 8px;
				}
				.product_box .description h5 a{
					color: inherit;
					-webkit-transition: 0.3s;
					-moz-transition: 0.3s;
					-ms-transition: 0.3s;
					-o-transition: 0.3s;
					transition: 0.3s;
					}
					.product_box .description h5 a:hover{
						text-decoration: none;
						color: #222;
						}
			.product_box .description p{
				font-family: 'Roboto', sans-serif;
				font-size: 14px;
				line-height: 24px;
				font-weight: 300;
				color: #fff;
				margin-bottom: 0px;
				}
				.product_box .description p a{
					color: #fff;
					font-weight: 700;
					-webkit-transition: 0.3s;
					-moz-transition: 0.3s;
					-ms-transition: 0.3s;
					-o-transition: 0.3s;
					transition: 0.3s;
					}
					.product_box .description p a:hover{
						text-decoration: none;
						color: #222;
						}
	.date{
		display: block;
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		line-height: 24px;
		font-weight: 700;
		color: #222;
		margin-bottom: 7px;
		}
	
	.mail_link{
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		line-height: 21px;
		font-weight: 300;
		color: #777;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		}
		.mail_link:hover{
			color: #64ad33;
			text-decoration: none;
			}
	

/*========================================================
                    Map
=========================================================*/
.map{
	padding-right: 30px;
	margin-bottom: 24px;
	}
	.map iframe{
		width: 100%;
		height: 310px;
	}
address dl{
	width: 100%;
	overflow: hidden;
	position: relative;
}
address dt{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #64ad33;
	margin-bottom: 7px;
	}
address dd{
	overflow: hidden;
	}
	address dd a{
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		line-height: 24px;
		font-weight: 300;
		color: #777;
		vertical-align: top;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		}
		address dd a:hover{
			text-decoration: none;
			color: #64ad33;
			}

address dl span {
	float: left;
	width: 90px;
	}
/*========================================================
                    Footer
=========================================================*/
footer{
	width: 100%;
	background: #ededed;
	padding-bottom: 20px;
	padding-top: 25px;
	}
	.copyright{

		padding-top: 8px;
		border-top: 1px solid #dcdcdc;
		font-family: 'Roboto', sans-serif;
		font-size: 13px;
		line-height: 20px;
		font-weight: 300;
		color: #78787d;
		}
		.copyright a, .copyright span{
			font-family: 'Roboto', sans-serif;
			font-size: 13px;
			line-height: 20px;
			font-weight: 300;
			color: #78787d;
			vertical-align: top;
			-webkit-transition: 0.3s;
			-moz-transition: 0.3s;
			-ms-transition: 0.3s;
			-o-transition: 0.3s;
			transition: 0.3s;
			}
			.copyright a:hover{ 
				color: #64ad33;
				text-decoration: none;
				}
			
	.footer-link{display: block;}
	.footer_icon_box{
		padding-left: 85px;
		position: relative;
		margin-bottom: 59px;
		}
	.footer_icon_box.second{
			padding-left: 90px;
			}
		.footer_icon_box.second h6{
			padding-top: 6px;
			margin-bottom: 0px;
			}
		.footer_icon_box.second h5{
			font-family: 'Roboto', sans-serif;
			font-size: 25px;
			line-height: 33px;
			font-weight: 400;
			color: #222;
			margin-bottom: 0px;
			}
		.footer_icon_box span{
			position: absolute;
			left: 0px;
			top: 6px;
			width: 67px;
			height: 49px;
			background: #fff;
			color: #64ad33;;
			padding-top: 16px;
			font-size: 33px;
			line-height: 33px;
			border-radius: 49%;
			text-align: center;
			}
		.footer_icon_box h6{
			font-family: 'Roboto', sans-serif;
			font-size: 14px;
			line-height: 23px;
			font-weight: 300;
			color: #222;
			vertical-align: top;
			padding-top: 15px;
			}
		.footer_icon_box a{
			display: inline-block;
			margin-top: 27px;
			font-family: 'Roboto', sans-serif;
			font-size: 14px;
			line-height: 20px;
			font-weight: 300;
			color: #64ad33;
			padding-left: 4px;
			-webkit-transition: 0.3s;
			-moz-transition: 0.3s;
			-ms-transition: 0.3s;
			-o-transition: 0.3s;
			transition: 0.3s;
			}
			.footer_icon_box a:hover{
				color: #222;
				text-decoration: none;
				}
#toTop {
	border: none;
	bottom: 125px;
	color: transparent;
	display: none;
	height: 31px;
	overflow: hidden;
	position: fixed;
	right: 40px;
	text-decoration: none;
	width: 31px;
	z-index: 20;
	font-size: 30px;
	line-height: 30px;
	margin-right: -725px !important;
	}
	#toTop:before {
		width: 30px;
		text-align: center;
		font-family: FontAwesome;
		content: "\f139";
		color: #64ad33;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		padding-left: 2px;
		}
		#toTop:hover:before {
			color: #222;
			}

/*========================================================
                    RESPONSIVE LAYOUTS
=========================================================*/

@media only screen and (max-width: 1200px) {
	h1 {
		float: none;
		margin-right: 0;
		margin-bottom: 0;
		text-align: center;
		}
	#form {
		padding-right: 0;
		}
		#form label.name,
		#form label.email,
		#form label.phone {
			width: 100%;
			}

	.camera_wrap:before,
	.camera_wrap:after{
		height: 240px;
		}
		.camera_caption1 .caption_content h3,
		.camera_caption2 .caption_content h3,
		.camera_caption3 .caption_content h3 {
			font-size: 28px;
			line-height: 30px;
			}
		
	.users_box {
		float: none;
		margin-left: 0;
		width: 100%;
		margin-bottom: 25px;
		overflow: hidden;
		}
		.users_box img{
			width: initial;
			float: left;
			margin-right: 30px;
			}
	#form .success-message {
		width: 100%;
		}

}

@media only screen and (max-width: 979px) {
	.img_fleft,
	.img_right{
		max-width: 45%;
	}
	.camera_wrap:before,
	.camera_wrap:after{
		display: none;
		}
		.camera_caption1,
		.camera_caption2,
		.camera_caption3{
			display: none;
			}
	.icon_tetle {
		font-size: 25px;
		line-height: 40px;
		}
	.banner_box .text h5,
	.banner_box .text p {
		display: none;
		}
	
}
@media only screen and (max-width: 767px) {
	
	h1 {
		float: none;
		margin-right: 0;
		margin-bottom: 50px;
		text-align: center;
		}
	.search_form {
		float: none;
		margin-top: 0;
		margin-bottom: 30px;
		}
	.search_form input {
		width: 345px;
		}
	.header_contacts{
		display: none;
		}
	.map{
		padding-right: 0;
		}
	address{
		margin-bottom: 40px;
		}
	.sf-menu{	
		display: none;
		}
	.img_fleft,
	.img_right{
		max-width: 100%;
		float: none;
		width: 100%;
		}
	#mm0{
		display: block;
		}
	.icon_tetle {
		position: relative;
		padding-top: 25px;
		padding-bottom: 20px;
		}
	
	h3 {
		font-size: 25px;
		line-height: 30px
		}
	.banner_box img{
		width: 100%;
		}

	.banner_box .text h5,
	.banner_box .text p {
		display: block;
		}

	.img{
		margin-right: 0;
		width: 100%;
		}
	.img_fleft{
		margin-right: 0;
		}
}
@media only screen and (max-width: 479px) {
	
	.search_form input {
		width: 225px;
		}
	.users_box img {
		width: initial;
		float: none;
		margin-right: 0;
		width: 100%;
		}
	.banner_box .text h5 {
		font-size: 16px;
		line-height: 20px;
		}
	.banner_box .text p{
		font-size: 14px;
		line-height: 16px;
		}
}
