/*css*/
@import "grid.css";
@import "font-awesome.css";

html, body {height:100%;}

body{
	background: url(../images/bg.jpg) repeat 0 0;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #cdcfd5;
	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:27px;
}

.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.link{
		font-family: 'Lato', sans-serif;
		font-size: 16px;
		line-height: 24px;
		font-weight: 300;
		color: #fbaf5d;
		text-decoration: underline;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		}
		a.link:hover{
			color: #f34c39;
			}

a[href^="tel:"] {
	color: inherit;
	text-decoration:none;
}
.btn{
	background:#000;
	color:#fff;
	display:inline-block;
	font:12px/16px Arial, Helvetica, sans-serif;
	padding:10px 12px;
	text-decoration:none;
}
	.btn:hover{
		background-color:#f00;
		text-decoration:none;
	}
	
	.mail_link{
		font-family: 'Lato', sans-serif;
		font-size: 16px;
		line-height: 24px;
		font-weight: 300;
		color: #fbaf5d;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		}
		a.mail_link:hover{
			color: #f34c39;
			text-decoration: none;
			}



/*========================================================
                    Titles
=========================================================*/
h2{
	color:#333f00;
	font:bold 30px/36px Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}

h3.border_title{
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	line-height: 21px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 18px;
	border-bottom: 1px solid #707276;
	padding-bottom: 18px;
	}
		
h4{
	color:#f00;
	font:bold 20px/24px Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	}

	h4.title1{
		font-family: 'Lato', sans-serif;
		font-size: 24px;
		line-height: 28px;
		font-weight: 300;
		text-transform: uppercase;
		color: #79a7e5;
		margin-bottom: 9px;
		letter-spacing: 1px;
		}
	h4.title2{
		font-family: 'Lato', sans-serif;
		font-size: 24px;
		line-height: 29px;
		font-weight: 300;
		color: #fff;
		margin-bottom: 54px;
		letter-spacing: 1px;
		}

	h4.number_title{
		position: relative;
		font-family: 'Lato', sans-serif;
		font-size: 19px;
		line-height: 24px;
		font-weight: 700;
		color: #fff;
		margin-bottom: 15px;
		padding-left: 29px;
		letter-spacing: 0px;

		}
		h4.number_title span{
			display: block;
			position: absolute;
			top: -4px;
			left: -2px;
			font-family: 'Lato', sans-serif;
			font-size: 24px;
			line-height: 29px;
			font-weight: 700;
			color: #f34c39;
			}
h5{
	color:#f00;
	font:bold 16px/20px Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}
h6{
	color:#f00;
	font:bold 13px/18px Arial, Helvetica, sans-serif;
	}
	h6.title1{
		font-family: 'Lato', sans-serif;
		font-size: 10px;
		line-height: 12px;
		font-weight: 300;
		text-transform: uppercase;
		color: #79a7e5;
		margin-bottom: 20px;
		letter-spacing: 0px;
		}
	h6.border_title{
		font-family: 'Lato', sans-serif;
		font-size: 14px;
		line-height: 23px;
		font-weight: 400;
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 22px;
		border-bottom: 1px solid #707276;
		padding-bottom: 18px;
		}
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;
	}

hr {
	border: none;
	border-bottom: 1px solid #707276;
	margin-bottom: 66px;
	}

p{
	margin-bottom: 24px; /*as line-height in body*/
	}
	p span{
		color: #fff;
		}
	.m_0{margin-bottom: 0px;}
	.m_05{margin-bottom: 5px;}
	.m_10{margin-bottom: 10px !important;}
	.m_15{margin-bottom: 15px !important;}
	.m_25{margin-bottom: 25px !important;}
	.m_30{margin-bottom: 30px;}
	.m_35{margin-bottom: 35px;}
	.m_39{margin-bottom: 39px !important;}
	.m_40{margin-bottom: 40px;}
	.m_45{margin-bottom: 45px;}
	.m_50{margin-bottom: 50px !important;}
	.m_65{margin-bottom: 65px;}


/*========================================================
                    Lists 
=========================================================*/

.simple_list{

	}
	.simple_list li{
		font-family: 'Lato', sans-serif;
		font-size: 16px;
		line-height: 19px;
		font-weight: 300;
		margin-top: 11px;
		color: #fbaf5d;
		}
		.simple_list li:first-child{
			margin-top: 0px;
			}
		.simple_list li a{
			color: inherit;
			text-decoration: underline;
			-webkit-transition: 0.3s;
			-moz-transition: 0.3s;
			-ms-transition: 0.3s;
			-o-transition: 0.3s;
			transition: 0.3s;
			}
			.simple_list li a:hover{
				color: #f34c39;
				}


/*========================================================
                    Header
=========================================================*/
header{width:100%;}
.header_box{
	padding-top: 21px;
	padding-bottom: 26px;
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.8);
	z-index: 1;
	}
	
h1{
	float: left;
	}
	h1 a:hover{
		text-decoration:none;
		}

/* Menu */
nav{
	float: right;
	padding-top: 18px;
	margin-right: 66px;
	}
	.sf-menu {
		list-style:none;
	}
		.sf-menu > li {
			float: left;
			font-family: 'Asap', sans-serif;
			font-size: 14px;
			line-height: 17px;
			font-weight: 400;
			color: #4e4f51;
			text-transform: uppercase;
			margin-left: 26px;
			position: relative;
		}
		.sf-menu > li:first-child{
			margin-left:0;
		}
			.sf-menu > li > a {
				color: #4e4f51;
				text-decoration: none;
				transition: 0.3s;
				-webkit-transition: 0.3s;
				-moz-transition: 0.3s;
				}
				.sf-menu > li.sfHover > a,
				.sf-menu > li > a:hover,
				.sf-menu > li.current > a {
					color: #f34c39;
					text-decoration: none; 
				}
				.sf-menu > li > a.sf-with-ul:after{
					/*menu arrow*/
				}
			.sf-menu .menu-arrow{display: none;}

		/* submenu */
		.sf-menu ul {
			background: #5e84b8;
			text-align: center;
			text-transform: none;
			display: none;
			left: -43px;
			padding: 26px 20px 31px;
			position: absolute;
			top: 54px;
			width: 136px;
			z-index: 99;
					}
			.sf-menu ul li{
				margin-top: 20px;
				position: relative;
				font: 12px/14px Arial, Helvetica, sans-serif;
			}
				.sf-menu ul li:first-child{
					margin-top: 0;
				}
				.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: #424242;
					text-decoration: none;
				}
		/* subsubmenu */
		.sf-menu ul ul {
			background: #ffffff;
			left: 157px;
			top: -28px;
			padding-top: 29px;
			padding-bottom: 29px;
			}
			.sf-menu ul ul li a{
				color: #424242;
				text-decoration: none;
			}
			.sf-menu ul ul li > a:hover,
			.sf-menu ul ul li.sfHover > a,
			.sf-menu ul ul li.active > a{
				color: #f34c39;
				text-decoration: none;
			}
	#mm0{
		display:none;
		border: 1px solid #f34c39;
		padding: 3px;
		width: 100%;
		outline: none;
	}
.search_form {
	border: 1px solid #cbcac5;
	display: block;
	overflow: hidden;
	float: right;
	margin-top: 8px;
	background: #fff;
	}
	.search_form input {
		border: none;
		outline: none;
		float: left;
		width: 160px;
		height: 21px;
		padding: 7px 5px 7px 6px;
		line-height: 19px;
		color: #cbcac5;
		}
	.search_form a {
		display: block;
		float: right;
		color: #f34c39;
		padding: 4px 15px 0 10px;
		font-size: 18px;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		}
		.search_form a:hover {
			color: #babdc2;
			}
.slide_box{
	background: url(../images/slide1.jpg) no-repeat center 0;
	width: 100%;
	padding-top: 180px;
	height: 399px;
	text-align: center;
	}
	.slide_box h4{
		text-align: center;
		font-family: 'Asap', sans-serif;
		font-size: 68px;
		line-height: 82px;
		font-weight: 700;
		text-transform: uppercase;
		color: #fff;
		margin-bottom: 45px;
		}
	.slide_btn{
		display:inline-block;
		padding: 17px 0px 15px 0px;
		width: 212px;
		font-family: 'Asap', sans-serif;
		font-size: 16px;
		line-height: 19px;
		font-weight: 700;
		text-transform: uppercase;
		color: #fff;
		background: #f34c39;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		letter-spacing: 1px;
		}
		.slide_btn:hover{
			text-decoration: none;
			background: #4f96ca;
			}


/*========================================================
                    Content
=========================================================*/

#content{
	padding-top: 66px;
	padding-bottom: 74px;
	}
	#index2 #content{
		padding-bottom: 0;
		}

.feature_box{
	background: #fff;
	text-align: center;
	padding-bottom: 37px;
	margin-bottom: 64px;
	}
	.feature_box h5{
		background: #f34c39;
		font-family: 'Lato', sans-serif;
		font-size: 14px;
		line-height: 17px;
		font-weight: 400;
		color: #fff;
		text-transform: uppercase;
		padding-top: 20px;
		padding-bottom: 17px;
		margin-bottom: 28px;
		letter-spacing: 1px;
		}
	.feature_box img{
		margin-bottom: 28px;
		}
	.feature_box p{
		font-family: 'Lato', sans-serif;
		font-size: 12px;
		line-height: 14px;
		font-weight: 400;
		color: #4e4f51;
		text-align: center;
		margin-bottom: 0px;
		}
.central{
	text-align: center;
	margin-bottom: 18px;
	overflow: hidden;
	}

.client_box{
	padding: 45px 60px 48px;
	background: #e1e1e2;
	overflow: hidden;
	}
	.client_box a{
		display: block;
		float: left;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		}
		.client_box a:hover{
			opacity: 0.7;
			}
.central_border{
	background: url(../images/central_border.jpg) repeat-y center 0;
	margin-bottom: 67px;
	padding-top: 25px;
	}
	.left_box{
		padding-right: 38px;
		}
	.rihgt_box{
		padding-left: 38px;
		}
	.central_border h4{
		font-family: 'Lato', sans-serif;
		font-size: 14px;
		line-height: 24px;
		font-weight: 400;
		color: #fff;
		text-transform: uppercase;
		padding-bottom: 12px;
		border-bottom: 1px solid #707276;
		margin-bottom: 38px;
		}

	.feature_list{

		}
		.feature_list li{
			font-family: 'Lato', sans-serif;
			font-size: 19px;
			line-height: 24px;
			font-weight: 700;
			color: #fff;
			padding-left: 78px;
			padding-top: 37px;
			padding-bottom: 34px;
			position: relative;
			border-top: 1px solid #707276;
			margin-top: 0px;
			}
				.feature_list li:first-child{
					border-top: none;
					margin-top: 0px;
					padding-top: 0px;
					}
			.feature_list li.icon1:before{
				position: absolute;
				font-family: FontAwesome;
				content: "\f109";
				color: #f34c39;
				font-size: 48px;
				line-height: 48px;
				top: -11px;
				left: 4px;
				}
			.feature_list li.icon2:before{
				position: absolute;
				font-family: FontAwesome;
				content: "\f085";
				color: #f34c39;
				font-size: 48px;
				line-height: 48px;
				top: 24px;
				left: 5px;
				}
			.feature_list li.icon3:before{
				position: absolute;
				font-family: FontAwesome;
				content: "\f087";
				color: #f34c39;
				font-size: 48px;
				line-height: 48px;
				top: 20px;
				left: 14px;
				}
.owl_item{
	margin-bottom: 30px;
	}
	.owl_item img{
		width: 100%;
		}
	.owl_item .carousel_title{
		font-family: 'Lato', sans-serif;
		font-size: 14px;
		line-height: 17px;
		font-weight: 400;
		text-transform: uppercase;
		background: #fff;
		color: #527bb3;
		text-align: center;
		padding-top: 26px;
		padding-bottom: 24px;
		letter-spacing: 1px;
		}
	
	#owl{
		margin-bottom: 79px;
		}
		.owl-pagination{
			position: absolute;
			left: 50%;
			bottom: -19px;
			margin-left: -6px;
			}
			.owl-pagination .owl-page{
				margin-left: 3px;
				}
				.owl-pagination .owl-page:first-child{
					margin-left: 0px;
					}
			.owl-theme .owl-controls .owl-page {
				display: inline-block;
				zoom: 1;
				}
				.owl-controls .owl-page span {
					display: block;
					width: 11px;
					height: 11px;
					border-radius: 49%;
					background: #f0eddf;
					}
				.owl-controls .owl-page.active span {
					background: #527bb3;
					}
.qoute_box{
	padding-left: 50px;
	position: relative;
	margin-bottom: 49px;
	}
	.qoute_box:before{
		position: absolute;
		content: '“';
		left: -9px;
		top: 0px;
		color: #fbaf5d;
		color: #fbaf5d;
		font-family: 'Trebuchet MS', Helvetica, sans-serif;
		font-size: 112px;
		line-height: 112px;
		}
	.qoute_autor{
		overflow: hidden;
		}
		
		.qoute_box h3{
			font-family: 'Lato', sans-serif;
			font-size: 28px;
			line-height: 34px;
			font-weight: 300;
			font-style: italic;
			color: #cdcfd5;
			margin-bottom: 13px;
			padding-top: 24px;
			padding-left: 16px;
			}
		.qoute_logo{
			border-radius: 50%;
			width: 70px;
			height: 70px;
			display: block;
			float: left;
			margin-right: 14px;
			}
		.qoute_autor .autor{
			float: left;
			font-family: 'Lato', sans-serif;
			font-size: 17px;
			line-height: 20px;
			font-weight: 900;
			padding-top: 27px;
			color: #fbaf5d;
			}
	.qoute_box_second{
		padding-left: 19px;
		padding-top: 27px;
		position: relative;
		margin-bottom: 0px;
		}
		.qoute_box_second:before{
			position: absolute;
			content: '“';
			left: -5px;
			top: 0px;
			color: #fbaf5d;
			color: #fbaf5d;
			font-family: 'Trebuchet MS', Helvetica, sans-serif;
			font-size: 60px;
			line-height: 60px;
			}
		.qoute_box_second h3{
			font-family: 'Lato', sans-serif;
			font-size: 18px;
			line-height: 22px;
			font-weight: 300;
			font-style: italic;
			color: #cdcfd5;
			margin-bottom: 19px;
			padding-left: 16px;
			}


	#thumbs .touch_link {
		position: relative;
		display: block;
		overflow: hidden;
		}
		#thumbs a.touch_link span.fa-expand {
			position: absolute;
			left: 50%;
			margin-left: -23px;
			top: -30px;
			margin-top: -23px;
			color: #fff;
			font-size: 46px;
			line-height: 46px;
			-webkit-transition: 0.4s;
			-moz-transition: 0.4s;
			-ms-transition: 0.4s;
			-o-transition: 0.4s;
			transition: 0.4s;
			z-index: 2;
			}
			#thumbs a.touch_link:hover span.fa-expand {
				display: block;
				position: absolute;
				left: 50%;
				margin-left: -23px;
				top: 50%;
				margin-top: -23px;
				color: #f34c39;
				font-size: 46px;
				line-height: 46px;
				}
		#thumbs a.touch_link span.bg {
			background: url(../images/span_bg.png) repeat 0 0;
			position: absolute;
			height: 0;
			bottom: -100%;
			-webkit-transition: 0.5s;
			-moz-transition: 0.5s;
			-ms-transition: 0.5s;
			-o-transition: 0.5s;
			transition: 0.5s;
			}
			#thumbs a.touch_link:hover span.bg {
				background: url(../images/span_bg.png) repeat 0 0;
				display: block;
				height: 100%;
				left: 0px;
				right: 0px;
				bottom: 0px;
				}

	.icon_box{
		padding-left: 85px;
		position: relative;
		margin-bottom: 41px;
		}
		.icon_box h6{
			font-family: 'Lato', sans-serif;
			font-size: 14px;
			line-height: 17px;
			font-weight: 400;
			color: #fff;
			text-transform: uppercase;
			margin-bottom: 16px;
			}
		.icon_box p{
			margin-bottom: 0px;
			}

		.icon_box.icon1:before{
			position: absolute;
			top: -2px;
			left: 0px;
			font-family: FontAwesome;
			content: "\f071";
			font-size: 48px;
			line-height: 48px;
			color: #f34c39;
			}

		.icon_box.icon2:before{
			position: absolute;
			top: -2px;
			left: 0px;
			font-family: FontAwesome;
			content: "\f06c";
			font-size: 48px;
			line-height: 48px;
			color: #f34c39;
			}

		.icon_box.icon3:before{
			position: absolute;
			top: -2px;
			left: 0px;
			font-family: FontAwesome;
			content: "\f019";
			font-size: 48px;
			line-height: 48px;
			color: #f34c39;
			}
		.icon_box.icon4:before{
			position: absolute;
			top: -2px;
			left: 0px;
			font-family: FontAwesome;
			content: "\f024";
			font-size: 48px;
			line-height: 48px;
			color: #f34c39;
			}
		.icon_box.icon5:before{
			position: absolute;
			top: -2px;
			left: 0px;
			font-family: FontAwesome;
			content: "\f015";
			font-size: 48px;
			line-height: 48px;
			color: #f34c39;
			}
		.icon_box.icon6:before{
			position: absolute;
			top: -2px;
			left: 0px;
			font-family: FontAwesome;
			content: "\f06d";
			font-size: 48px;
			line-height: 48px;
			color: #f34c39;
			}
		.icon_box.icon7:before{
			position: absolute;
			top: -2px;
			left: 0px;
			font-family: FontAwesome;
			content: "\f00a";
			font-size: 48px;
			line-height: 48px;
			color: #f34c39;
			}
		.icon_box.icon8:before{
			position: absolute;
			top: -2px;
			left: 0px;
			font-family: FontAwesome;
			content: "\f018";
			font-size: 48px;
			line-height: 48px;
			color: #f34c39;
			}
		.icon_box.icon9:before{
			position: absolute;
			top: -2px;
			left: 0px;
			font-family: FontAwesome;
			content: "\f03e";
			font-size: 48px;
			line-height: 48px;
			color: #f34c39;
			}
		.icon_box.icon10:before{
			position: absolute;
			top: -2px;
			left: 0px;
			font-family: FontAwesome;
			content: "\f0a3";
			font-size: 48px;
			line-height: 48px;
			color: #f34c39;
			}

.date{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5px;
	}
.simple_img{
	margin-bottom: 30px;
	}
	
	
	

.post_box{
	overflow: hidden;
	margin-bottom: 65px;
	}
	.post_info{
		float: left;
		width: 70px;
		margin-right: 30px;
		}
		
		.post_type{
			text-align: center;
			color: #f34c39;
			font-size: 34px;
			line-height: 34px;
			padding-top: 13px;
			padding-bottom: 17px;
			border-top: 1px solid #707276;
			border-left: 1px solid #707276;
			border-right: 1px solid #707276;
			}
		
		.post_date{
			text-align: center;
			font-family: 'Lato', sans-serif;
			font-size: 18px;
			line-height: 18px;
			font-weight: 400;
			color: #fff;
			padding-top: 16px;
			padding-bottom: 17px;
			border-top: 1px solid #707276;
			border-left: 1px solid #707276;
			border-right: 1px solid #707276;
			}
			.post_date span{
				display: block;
				font-size: 14px;
				vertical-align: top;
				}
		.post_coment{
			font-family: 'Lato', sans-serif;
			font-size: 17px;
			line-height: 20px;
			font-weight: 400;
			color: #fff;
			background: #f34c39;
			padding-top: 11px;
			padding-bottom: 11px;
			text-align: center;
			}
			.post_coment span {
				display: inline-block;
				font-size: 16px;
				line-height: 19px;
				color: #fff;
				vertical-align: top;
				}
	.post_img{
		float: left;
		margin-right: 26px;
		}
	
	.post_content{
		overflow: hidden;
		}
	
	.post_title{
		font-family: 'Lato', sans-serif;
		font-size: 19px;
		line-height: 24px;
		font-weight: 600;
		color: #fff;
		margin-bottom: 4px;
		}
		.post_title a{
			color: inherit;
			display: inline-block;
			vertical-align: top;
			-webkit-transition: 0.3s;
			-moz-transition: 0.3s;
			-ms-transition: 0.3s;
			-o-transition: 0.3s;
			transition: 0.3s;
			}
			.post_title a:hover{
				text-decoration: none;
				color: #f34c39;
				}
	.autor_title{	
		font-family: 'Lato', sans-serif;
		font-size: 14px;
		line-height: 24px;
		font-weight: 400;
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 22px;
		}
		.autor_title a{
			color: inherit;
			display: inline-block;
			vertical-align: top;
			-webkit-transition: 0.3s;
			-moz-transition: 0.3s;
			-ms-transition: 0.3s;
			-o-transition: 0.3s;
			transition: 0.3s;
			}
			.autor_title a:hover{
				text-decoration: none;
				color: #f34c39;
				}


/*========================================================
                    Map
=========================================================*/

.map{
	width: 730px;
	float: left;
	margin-right: 30px;
	}
.map iframe{
	width: 100%;
	height: 413px;
}
address dl{
	width: 100%;
	overflow: hidden;
	position: relative;
}
address dt{
	margin-bottom: 24px;
	}
address dd{
	overflow: hidden;
}
address dl span {
	vertical-align: top;
	float: left;
	width: 85px;
	}
	address dl a{
		vertical-align: top;
		font-family: 'Lato', sans-serif;
		font-size: 16px;
		line-height: 24px;
		font-weight: 300;
		color: #fbaf5d;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		margin-left: 25px;
		}
		address dl a:hover{
			color: #f34c39;
			text-decoration: none;
			}
}

/*========================================================
                    Footer
=========================================================*/

footer{
	width:100%;
	padding-top: 74px;
	padding-bottom: 45px;
	}

	.footer_box{
		padding-top: 74px;
		border-top: 2px solid #707276;
		}

	#index2 footer{
		margin-top: 43px;
		padding-top: 0px;
		}
		.footer_box{
			padding-top: 74px;
			border-top: 2px solid #707276;
			}

	.footer_title{
		font-family: 'Lato', sans-serif;
		font-size: 12px;
		line-height: 14px;
		font-weight: 900;
		color: #fbaf5d;
		text-transform: uppercase;
		margin-bottom: 19px;
		}
	
	.footer_list{
		margin-bottom: 40px;
		}
		.footer_list li {
			font-family: 'Lato', sans-serif;
			font-size: 12px;
			line-height: 14px;
			font-weight: 400;
			color: #cdcfd5;
			margin-top: 6px;
			}
			.footer_list li:first-child{
				margin-top: 0px;
				}
			.footer_list li a{
				font-family: 'Lato', sans-serif;
				font-size: 12px;
				line-height: 14px;
				font-weight: 400;
				color: #cdcfd5;
				-webkit-transition: 0.3s;
				-moz-transition: 0.3s;
				-ms-transition: 0.3s;
				-o-transition: 0.3s;
				transition: 0.3s;
				}
				.footer_list li a:hover, .footer_list li.current a{
					color: #5e84b8;
					text-decoration: none;
					}
	
	.footer_soc_icon li{
		position: relative;
		font-family: 'Lato', sans-serif;
		font-size: 12px;
		line-height: 14px;
		font-weight: 400;
		color: #cdcfd5;
		margin-top: 6px;
		padding-left: 30px;
		}
		.footer_soc_icon li.icon1:before{
			position: absolute;
			left: 0px;
			top: 0px;
			font-family: FontAwesome;
			content: "\f0d5";
			font-size: 17px;
			line-height: 17px;
			color: #fff;
			}
		.footer_soc_icon li.icon2:before{
			position: absolute;
			left: 0px;
			top: 0px;
			font-family: FontAwesome;
			content: "\f099";
			font-size: 17px;
			line-height: 17px;
			color: #fff;
			}
		.footer_soc_icon li.icon3:before{
			position: absolute;
			left: 0px;
			top: 0px;
			font-family: FontAwesome;
			content: "\f09a";
			font-size: 17px;
			line-height: 17px;
			color: #fff;
			}
		.footer_soc_icon li.icon4:before{
			position: absolute;
			left: 0px;
			top: 0px;
			font-family: FontAwesome;
			content: "\f0e1";
			font-size: 17px;
			line-height: 17px;
			color: #fff;
			}
		.footer_soc_icon li.icon5:before{
			position: absolute;
			left: 0px;
			top: 0px;
			font-family: FontAwesome;
			content: "\f09e";
			font-size: 17px;
			line-height: 17px;
			color: #fff;
			}
			.footer_soc_icon li a{
				font-family: 'Lato', sans-serif;
				font-size: 12px;
				line-height: 14px;
				font-weight: 400;
				color: #cdcfd5;
				-webkit-transition: 0.3s;
				-moz-transition: 0.3s;
				-ms-transition: 0.3s;
				-o-transition: 0.3s;
				transition: 0.3s;
				}
				.footer_soc_icon li a:hover{
					color: #5e84b8;
					text-decoration: none;
					}
		.align_right{
			text-align: right;
			}

	.footer_border{
		margin-top: 59px;
		padding-top: 48px;
		border-top: 2px solid #707276;
		padding-bottom: 25px;
		}
	.copyright{
		font-family: 'Lato', sans-serif;
		font-size: 12px;
		line-height: 16px;
		font-weight: 400;
		color: #cdcfd5;
		margin-bottom: 0;
		}
		.copyright .comp_name{
			vertical-align: top;
			font-family: 'Lato', sans-serif;
			font-size: 12px;
			line-height: 16px;
			text-transform: uppercase;
			font-weight: 400;
			color: #fbaf5d;
			}
			.copyright .comp_name span{
				vertical-align: top;
				font-family: 'Lato', sans-serif;
				font-size: 12px;
				line-height: 16px;
				font-weight: 900;
				}
				
		.copyright a{color:inherit;}
		
	.footer_links_list{
		overflow: hidden;
		display: inline-block;
		margin-top: -10px;
		}
		.footer_links_list li{
			position: relative;
			float: left;
			margin-left: 12px;
			font-family: 'Lato', sans-serif;
			font-size: 11px;
			line-height: 16px;
			font-weight: 400;
			color: #cdcfd5;
			}
			.footer_links_list li:before{
				position: absolute;
				content: '|';
				left: -7px;
				top: 0px;
				}
				.footer_links_list li:first-child:before{
					display: none;
					}
				.footer_links_list li:first-child{
					margin-left: 0px;
					}
					
			.footer_links_list li a{
				color: #cdcfd5;
				-webkit-transition: 0.3s;
				-moz-transition: 0.3s;
				-ms-transition: 0.3s;
				-o-transition: 0.3s;
				transition: 0.3s;
				}
				.footer_links_list li a:hover{
					color: #fbaf5d;
					text-decoration: none;
					}
	.footer-link{display:block;}

#toTop {
	border: none;
	bottom: 125px;
	color: transparent;
	display: none;
	height: 27px;
	overflow: hidden;
	position: fixed;
	right: 40px;
	text-decoration: none;
	width: 30px;
	z-index: 20;
	font-size: 28px;
	line-height: 28px;
	margin-right: -725px !important;
	}
	#toTop:before {

		width: 30px;
		text-align: center;
		font-family: FontAwesome;
		content: '\f0aa';
		color: #5e84b8;
		-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: #707276;
			}


#toTop:hover{
	background-position:center -51px;
}

#toTop:active, #toTop:focus {
	outline:none;
}


/*========================================================
                    RESPONSIVE LAYOUTS
=========================================================*/

@media only screen and (max-width: 1200px) {
	.search_form input {
		width: 110px;
		}
	nav {
		margin-right: 30px;
		}
	.search_form a {
		padding: 3px 15px 0px 0px;
		}

	.slide_box {
		padding-top: 60px;
		}

	.feature_box {
		min-height: 230px
		}

	.feature_box h5 {
		font-size: 12px;
		}
	.client_box {
		padding: 30px 20px 30px;
		}
		.client_box a{
			display: block;
			width: 11%;
			text-align: center;
			}
			.client_box img{
				width: 100%;
				}


	.map{
		width: 100%;
		float: none;
		margin-right: 0px;
		margin-bottom: 30px;
		}
	.map iframe{
		width: 100%;
		height: 413px;
	}
}
@media only screen and (max-width: 979px) {
	.img_fleft,
	.img_right{
		max-width:45%;
	}

	h1 {
		float: none;
		text-align: center;
		margin-bottom: 25px;
		}
	nav {
		float: left;
		padding-top: 18px;
		margin-right: 0px;
		}


	.slide_box {
		padding-top: 60px
		}
	.feature_box {
		background: #fff;
		text-align: center;
		padding-bottom: 37px;
		margin-bottom: 64px;
		min-height: 260px;
		}

	.client_box {
		padding: 25px;
		}

		.client_box a{
			display: block;
			width: 11%;
			text-align: center;
			}
			.client_box img{
				width: 100%;
				}
	.post_img {
		float: left;
		margin-right: 0;
		width: 647px;
		margin-bottom: 30px;
		}
		.post_img img{
			width: 100%;
			}
		.post_content {
			float: left;
			}
}
@media only screen and (max-width: 767px) {
	.img_fleft,
	.img_right{
		float: none;
		margin-bottom: 30px;
		margin-right: 0;
		width: 100%;
		max-width: 100%;
		}
	.sf-menu{
		display:none;
	}
	#mm0{
		display:block;
	}
	.central_border{
		background: none;
		}

	.left_box{
		padding-right: 0;
		margin-bottom: 60px;
		}
	.rihgt_box{
		padding-left: 0;
		}

	.slide_box{
		height: 375px;
		}
	.slide_box h4{
		font-size: 35px;
		line-height: 65px;
		}

	.header_box{
		text-align: center;
		}
		h1 {
			float: none;
			margin-bottom: 25px;
			}
	.search_form{
		margin-bottom: 30px;
		}
		.search_form input {
			width: 375px;
			}
		.search_form a {
			padding: 3px 15px 0 0;
			}
		nav {
			float: none;
			margin-right: 0px;
			}

		.align_right {
			text-align: left;
			}

	.footer_links_list{
		display: none;
		}
	.footer_soc_icon{
		margin-bottom: 40px;
		}
	.owl-pagination {
		position: relative;
		left: 0;
		margin-left: 0;
		text-align: center;
		}
	.client_box a{
		display: block;
		width: 50%;
		text-align: center;
		}
		.client_box img{
			width: 100%;
			}
	.simple_img{
		width: 100%;
		}
	.post_info {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0px;
		}
	.post_img {
		float: none;
		margin-right: 0;
		width: 100%;
		}

}
@media only screen and (max-width: 480px) {
	.img_fleft.nofloat,
	.img_right.nofloat{
		float:none;
		max-width:inherit;
		margin:0 0 20px;
	}
	.client_box a{
		display: block;
		width: 100%;
		text-align: center;
		}
		.client_box img{
			width: 70%;
			}
	.search_form input {
			width: 255px;
			}
	.slide_box {
		height: 320px;
		}
		.slide_box h4 {
			font-size: 30px;
			line-height: 49px;
			}

	.qoute_box h3 {
		font-size: 15px;
		line-height: 25px;
		}
	.slide_btn {
		padding: 10px 0px 10px 0px;
		width: 130px;
		}
	.copyright .comp_name {
		font-size: 10px;
		}

}
