@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
/*css*/
@import "grid.css";
@import "font-awesome.css";

html, body {height:100%;}

body{
	background: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	color: #777;
	position: relative;
	min-width: 300px;
	-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: #222;
	text-decoration: none;
}
	a:hover{
		/* text-decoration: underline; */
	}
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}
.btn{
	background: #272926;
	display: inline-block;
	font-family: 'Lato', 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: 'Lato', sans-serif;
	font-size: 33px;
	line-height: 42px;
	font-weight: 700;
	color: #272926;
	margin-bottom: 12px;
	}
h4{
	font-family: 'Lato', 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: #222;
font: bold 20px/20px Lato, Helvetica, sans-serif;
margin-bottom: 20px;
}
h6{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #222;
	margin-bottom: 16px;
	}
	h6 span{
		color: #272926;
		}
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;
	text-align: justify;
	}
	.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: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	color: #272926;
	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: #272926;
		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: 0px;
	}
h1.logo{
	float: left;
	margin-right: 50px;
	margin-bottom: 0px;
	}
	
	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: 'Lato', 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: #272926;
					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: 'Lato', 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:#F0E68C;
					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: 30px;
	background: #fff;
	}
	.search_form input {
		border: none;
		outline: none;
		float: left;
		width: 300px;
		font-family: 'Lato', 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: #272926;
		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;
		max-width: 500px;
		padding-top: 10px;
		text-align: right;
		}
		.header_contacts h6{
			font-family: 'Lato', sans-serif;
			font-size: 12px;
			line-height: 22px;
			font-weight: 400;
			color: #222;
			text-align: right;
			}
			.header_contacts h6 span{
				vertical-align: top;
				color: #272926;
				}
		.header_contacts h5{
			display: inline-block;
			position: relative;
			font-family: 'Lato', 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: #000;
				}
.grid_8 .title{
font-family: 'Lato', sans-serif;
font-size: 33px;
line-height: 42px;
font-weight: 700;
color: #272926;
margin-bottom: 12px;
	float: none;
}
.social{
	float: right;
margin-right: 20px;
padding-top: 15px;
}
.social span{
width: 20px;
height: 20px;
color: rgb(255, 255, 255);
padding: 6px;
/* border-radius: 30px; */
font-size: 20px;
line-height: 21px;
text-align: center;
}
.social span:hover{
background: rgb(255, 255, 255);
color: rgb(0, 0, 0);
}
.facebook{
	background: #3b5997;
}
.twitter{
	background: #29c5f6;
}
.instagram{
	background: #125688;
}
.google{
	background: #ff6d00;
}
.youtube{
	background: #de332b;
}
/*========================================================
                    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: 60px;
		font-family: 'Lato', sans-serif;
		font-size: 18px;
		line-height: 30px;
		font-weight: 700;
		color: #222222;
		margin-bottom: 14px;
		}
		.icon_tetle span{
			position: absolute;
left: 0px;
top: 5px;
width: 50px;
height: 40px;
background: #272926;
color: #fff;
padding-top: 10px;
font-size: 30px;
line-height: 30px;
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: 'Lato', sans-serif;
				font-size: 22px;
				line-height: 28px;
				font-weight: 700;
				color: #fff;
				margin-bottom: 1px;
				text-shadow: 1px 1px #000;
				}
			.banner_box .text p{
				font-family: 'Lato', 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: #272926;
			font-family: 'Lato', 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: 'Lato', sans-serif;
				font-size: 14px;
				line-height: 24px;
				font-weight: 300;
				color: #222;
				margin-bottom: 0;
				overflow: 
				}
	.icon_box{
		position: relative;
		padding-left: 65px;
		margin-bottom: 21px;
		padding-top: 5px;
		height: 40px;
		}
		.icon_box h5{
			margin-top: 15px;
		}
		.icon_box span {
			/* position: absolute;
			left: 0px;
			top: 6px;
			width: 77px;
			height: 55px;
			background: #272926;
			color: #fff;
			padding-top: 21px;
			font-size: 42px;
			line-height: 42px;
			border-radius: 49%;
			text-align: center; */
			position: absolute;
			left: 0px;
			top: 6px;
			width: 50px;
			height: 43px;
			background: #272926;
			color: #fff;
			padding-top: 5px;
			font-size: 30px;
			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: #272926;
			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: #272926;
				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: #272926;
					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;
						}
.underline{  text-decoration: underline;}						
	.product_box{
		margin-bottom: 30px;
		}
		.product_box img{
			width: 100%;
			height: 200px;
			}
		.product_box .description{
			background: #272926;
			padding: 12px 20px 10px 20px;
			}
			.product_box .description h5{
				font-family: 'Lato', sans-serif;
				font-size: 19px;
				line-height: 24px;
				font-weight: 700;
				color: #fff;
				margin-bottom: 8px;
				text-align: center;
				}
				.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: #F0E68C;
						}
			.product_box .description p{
				font-family: 'Lato', 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: 'Lato', sans-serif;
		font-size: 16px;
		line-height: 24px;
		font-weight: 700;
		color: #222;
		margin-bottom: 7px;
		}
	
	.mail_link{
		font-family: 'Lato', 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: #272926;
			text-decoration: none;
			}
	
.grid_8 .wrapper .img_fleft{
	width: 260px;
}
/*========================================================
                    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: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #272926;
	margin-bottom: 7px;
	}
address dd{
	overflow: hidden;
	}
	address dd a{
		font-family: 'Lato', 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: #272926;
			}

address dl span {
	float: left;
	width: 90px;
	}
/*========================================================
                    Footer
=========================================================*/
footer{
	width: 100%;
	background: #ededed;
	padding-bottom: 0px;
	padding-top: 25px;
	}
	.copyright{

		padding-top: 8px;
		border-top: 1px solid #dcdcdc;
		font-family: 'Lato', sans-serif;
		font-size: 13px;
		line-height: 20px;
		font-weight: 300;
		color: #78787d;
		}
		.copyright a, .copyright span{
			font-family: 'Lato', 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: #272926;
				text-decoration: none;
				}
			
	.footer-link{display: block;}
	.footer_icon_box{
		padding-left: 85px;
		position: relative;
		margin-bottom: 30px;
		}
	.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: 'Lato', 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: #000;
			padding-top: 16px;
			font-size: 33px;
			line-height: 33px;
			border-radius: 49%;
			text-align: center;
			}
		.footer_icon_box h6{
			font-family: 'Lato', sans-serif;
			font-size: 14px;
			line-height: 23px;
			font-weight: 300;
			color: #222;
			vertical-align: top;
			padding-top: 7px;
			}
		.footer_icon_box a{
			display: inline-block;
			font-family: 'Lato', sans-serif;
			font-size: 25px;
			line-height: 33px;
			font-weight: 400;
			color: #222;
			margin-bottom: 0px;
			color: #272926;
			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;
				}
			.emailus {margin-bottom: 0px;}	
#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: #272926;
		-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;
			}
.mobileSocial{
		display: none;
	}
/*========================================================
                    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) {
	.dsktop{
		display: none;
	}
	.mobileSocial{
		display: block;
		float: none;
text-align: center;
	}
	.mobileSocial span:hover {
    background: rgb(230, 228, 228);
    color: rgb(0, 0, 0);
}
	h1 {
		float: none;
		margin-right: 0;
		margin-bottom: 0px;
		text-align: center;
		}
	.search_form {
		float: none;
		margin-top: 0;
		margin-bottom: 5px;
		}
	.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: 0px;
		padding-bottom: 20px;
		font-size: 18px;
		line-height: 30px;
		}
	h5 {
    font: bold 17px/18px Lato, Helvetica, sans-serif;
    margin-bottom: 20px;
	}
	.footer_icon_box.second h5 {
    font-size: 18px;
	}
	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;
		}
	/* .social{
		position: absolute;
top: 0px;
width: 100%;
	}	 */
}
@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;
		}
}
.homeLinks{
	border: 1px solid;
}
.homeLinks img{
	height: 250px;
}
.glossory .row{
	margin: 10px -30px;
}
.glossory .grid_2.words{
	color: #222;
	font-weight: bold;
}
.glossory .grid_6.words, .explaination{
	text-align: justify;
}
.Table {
        display: table;
		width: 92%;
		margin-left: 4%;
		}
.Heading{
        display: table-row;
        font-weight: bold;
        text-align: center;
		}
.Heading p{
		color: #222;
        font-weight: bold;
        text-align: center;
		}
.RowTable{
        display: table-row;
		}
.Cell{
        display: table-cell;
        /* border: solid; */
        border-width: thin;
        padding-left: 5px;
        padding-right: 5px;
		vertical-align: text-top;
    }
.RowTable .Cell.words p{
	color: #222;
	font-weight: bold;
}
.Cell.lastCell{
	width: 15%;
}
.Cell.lastCell p{
	color: #222;
	font-weight: bold;
	text-align: center;
}
.imgContent{
    width: 45%;
    margin-left: 28px;
}
.Cell.logoCompany{
	width: 25%;
	vertical-align: middle;
	text-align: center;
}
.Cell.logoCompany p{
	font-weight: bold;
	color: #222;
	font-size: 18px;
	text-align: center;
}
.grid_2 .product_box .description{
			background: #272926;
			padding: 12px 5px 10px 5px;
			}
.footerlinks a{
	color: #78787d;
	}	
.loginPage hgroup { 
	text-align:center;
	margin-top: 4em;
}

.loginPage h1, .loginPage  h3 { font-weight: 300; }

.loginPage  h1 { color: #636363; }

.loginPage  h3 { color: #000;
text-transform: uppercase; }

.loginPage  form {
	width: 380px;
	margin: 4em auto;
	padding: 3em 2em 2em 2em;
	background: #fafafa;
	border: 1px solid #ebebeb;
	box-shadow: rgba(0,0,0,0.14902) 0px 1px 1px 0px,rgba(0,0,0,0.09804) 0px 1px 2px 0px;
}

.loginPage  .group { 
	position: relative; 
	margin-bottom: 45px; 
}

.loginPage  input {
	font-size: 18px;
	padding: 10px 10px 10px 5px;
	-webkit-appearance: none;
	display: block;
	background: #fafafa;
	color: #636363;
	width: 100%;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #757575;
}

.loginPage  input:focus { outline: none; }


/* Label */

.loginPage  label {
	color: #999; 
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	transition: all 0.2s ease;
}


/* active */

.loginPage input:focus ~ label, .loginPage  input.used ~ label {
	top: -20px;
  transform: scale(.75); left: -2px;
	/* font-size: 14px; */
	color: #4a89dc;
}


/* Underline */

.loginPage .bar {
	position: relative;
	display: block;
	width: 100%;
}

.loginPage .bar:before,.loginPage .bar:after {
	content: '';
	height: 2px; 
	width: 0;
	bottom: 1px; 
	position: absolute;
	background: #4a89dc; 
	transition: all 0.2s ease;
}

.loginPage .bar:before { left: 50%; }

 .loginPage .bar:after { right: 50%; }


/* active */

.loginPage  input:focus ~ .bar:before, .loginPage  input:focus ~ .bar:after { width: 50%; }


/* Highlight */

.loginPage  .highlight {
	position: absolute;
	height: 60%; 
	width: 100px; 
	top: 25%; 
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}


/* active */

.loginPage input:focus ~ .highlight {
	animation: inputHighlighter 0.3s ease;
}


/* Animations */

@keyframes inputHighlighter {
	from { background: #4a89dc; }
	to 	{ width: 0; background: transparent; }
}


/* Button */

.loginPage .button {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  margin: .3em 0 1em 0;
  width: 100%;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  letter-spacing: 1px;
  border: 0;
  border-bottom: 2px solid #3160B6;
  cursor: pointer;
  transition: all 0.15s ease;
}
.loginPage .button:focus { outline: 0; }


/* Button modifiers */

.buttonBlue {
  background: #01060e;
  text-shadow: 1px 1px 0 rgba(39, 110, 204, .5);
}

.loginPage .buttonBlue:hover { background: #357bd8; }


/* Ripples container */

.loginPage .ripples {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
}


/* Ripples circle */

.loginPage .ripplesCircle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}

.loginPage .ripples.is-active .ripplesCircle {
  animation: ripples .4s ease-in;
}


/* Ripples animation */

@keyframes ripples {
  0% { opacity: 0; }

  25% { opacity: 1; }

  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}
@media (min-width: 767px){
	.slicknav_menu {
	display:none;
}
h1.logo img{
	margin-bottom: 20px;
}
}

@media screen and (max-width: 40em) {
	/* #menu is the original menu */
	.js .sf-menu {
		display:none;
	}
	h1.logo {
    float: none;
	}
	.grid_8 .wrapper .img_fleft {
    width: 100%;
}
	.js .slicknav_menu {
		display:block;
	}
}	
.serviceCenters{
	border: 1px solid;
}
.serviceCenters .text h5{
	color: #000;
	text-shadow: 1px 1px #fff;
}
.boxServices img{
	height: auto;
}
.grid_4.boxServices{
	width: 330px;
	margin-left: 70px;
}
.headingH1{
	display: block;
	width: 100%;
	font-size: 35px;
	margin-bottom: 30px;
	font-weight: bold;
	color: rgb(0, 0, 0);
	text-align: center;
}
.boxServices2 img {
    height: 220px;
}
.footerlinks, .copyright{
	text-align: center;
}
@media (max-width: 767px){
	.Table{
		display: table;
		width: 100%;
		margin-left: 0px;
	}
	.glossory .row {
		margin: 10px 0px;
	}
	.container {
		width: 280px;
		padding: 0 0px;
	}	
	.footer_icon_box a {
    font-size: 20px;
	}
	.search_form input {
		width: 200px;
	}
	#content {
    padding-bottom: 0px;
	}
	.grid_4.boxServices {
    width: 100% !important;
    margin-left: 0px !important;
}
}
.btmcopy{
	background: #000;
	color: #E7E5E5;
	margin-top: 20px;
}
.btmcopy p{ text-align: center; margin-bottom:0px; }
.mobileSocial .mobileTel{
	display: block;
	text-align: center;
}
.mobileSocial .mobileTel span{ color: #000;}