/*css*/
@import "grid.css";
@import "font-awesome.css";

html, body {height:100%;}

body{
	background: #151515;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;

	color:#666666;
	position:relative;
	min-width:320px;
	-webkit-text-size-adjust: none;
}

/*Imeges*/
img{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	height:auto;
	max-width:100%;
}

.frame{} /* img border, paddings, shadows */

.img_fleft{
	float:left;
	margin-right:20px;
}

.img_right{
	float:right;
	margin-left:20px;
}

/*Links*/
a{
	color:#f00;
	text-decoration:none;
}
	a:hover{
		text-decoration:underline;
	}
a[href^="tel:"] {
	color: inherit;
	text-decoration:none;
}
.btn{
	background:#517795;
	color:#fff;
	display:inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 14px 20px;
	text-decoration:none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
	.btn:hover{
		background-color:#222b31;
		text-decoration:none;
	}


/*Titles*/
h2{
	color:#333f00;
	font:bold 30px/36px Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}
h3{
	
}
h4{
	font-family: 'Roboto', sans-serif;
	font-size: 29px;
	line-height: 35px;
	font-weight: 700;
	text-transform: uppercase;
	color:#fff;
	margin-bottom:14px;
}
h5{
	color:#f00;
	font:bold 16px/20px Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}
h6{
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 25px;
	font-weight: 400;
	color:#517795;
	margin-bottom: 11px;
}
h2 a, h3 a, h4 a, h5 a, h6 a{
	color:inherit;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	}
	h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
		color:#fff;
		text-decoration:none;
	}

/* Indents */
p{
	margin-bottom:18px; /*as line-height in body*/
	}
	p a{
		color: inherit;
		}
		p a.second{
			color: #6490b3;
			display: inline-block;
			margin-top: -3px;
			-webkit-transition: 0.3s;
			-moz-transition: 0.3s;
			-ms-transition: 0.3s;
			-o-transition: 0.3s;
			transition: 0.3s;
			}
			p a.second:hover{
				color: #fff;
				}
		p a:hover{
			text-decoration: none;
			color: #517795;
			}



.m_0{margin-bottom:0px !important;}
.m_05{margin-bottom:5px;}
.m_07{margin-bottom:7px;}
.m_10{margin-bottom:10px;}
.m_13{margin-bottom:13px !important;}
.m_15{margin-bottom:15px;}
.m_16{margin-bottom:16px;}
.m_17{margin-bottom:17px;}
.m_20{margin-bottom:20px;}
.m_21{margin-bottom:21px;}
.m_22{margin-bottom:22px;}
.m_25{margin-bottom:25px;}
.m_30{margin-bottom:30px;}
.m_35{margin-bottom:35px;}
.m_40{margin-bottom:40px;}
.m_42{margin-bottom:42px;}
.m_45{margin-bottom:45px;}
.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_74{margin-bottom:74px;}
.m_75{margin-bottom:75px;}
.m_80{margin-bottom:80px;}
.m_83{margin-bottom:83px;}
.m_85{margin-bottom:85px;}
.m_90{margin-bottom:90px;}

/* Lists */
.list li{
	background: url(../images/list_marker.png) no-repeat -1px 9px;
	margin-top:8px;
	padding-left:16px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
}
	.list li:first-child{
		margin-top:0;
	}
	.list li a{
		color:#517795;
		text-decoration:none;
		transition: 0.3s;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		}
		.list li a:hover{
			color:#fff;
			text-decoration:none;
		}

/**/
blockquote{width:100%;}
	cite{text-align:right;}
time{}

/************Header************/
header{
	width:100%;
	margin-bottom: 58px;
	}
h1{
	float: left;
	}
	h1 a{}
		h1 a:hover{
			text-decoration:none;
		}
	h1 .slogan{
		display:block;
	}

/* Menu */
nav{
	float: right;
	padding-top: 33px;
	}
	.sf-menu {
		list-style:none;
	}
		.sf-menu > li {
			float:left;
			
			font-family: 'Roboto', sans-serif;
			font-size: 16px;
			line-height: 19px;
			font-weight: 700;
			text-transform: uppercase;
			margin-left:24px;
			position:relative;
		}
		.sf-menu > li:first-child{
			margin-left:0;
		}
			.sf-menu > li > a {
				color:#fff;
				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:#6490b3;
					text-decoration:none; 
				}
				.sf-menu > li > a.sf-with-ul:after{
					/*menu arrow*/
				}
			.sf-menu .menu-arrow{display:none;}

		/* submenu */
		.sf-menu ul {
			background:#001c2a;
			display:none;
			left: -14px;
			padding:19px 0px 13px;
			position:absolute;
			top:50px;
			width: 253px;
			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: 500;
				text-transform: none;
				border-top: 1px dotted #465862;
				padding: 6px 16px 0px;
				}
				.sf-menu ul li:first-child{
					margin-top:0;
					border-top: none;
					padding-top: 0;
					
				}
				.sf-menu ul li a{
					color:#fff;
					text-decoration:none;
					transition: 0.3s;
					-webkit-transition: 0.3s;
					-moz-transition: 0.3s;
					}
				.sf-menu ul li > a:hover,
				.sf-menu ul li.sfHover > a,
				.sf-menu ul li.active > a{
					color:#6490b3;
					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 {
			left: 254px;
			top: -1px;
			padding-top: 7px;
			}
			.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 #517795;
		outline: none;
		padding: 3px;
		width: 100%;
	}


/************Content***********/

#content{
	padding-bottom: 49px;
	}

.banner_box{
	position: relative;
	margin-top: -267px;
	}

	.banner1, .banner2, .banner3{
		padding: 32px 27px 25px 27px;
		}
	.banner1{
		background: url(../images/banner1_bg.jpg) no-repeat 0 0;
		}
	.banner2{
		background: url(../images/banner2_bg.jpg) no-repeat 0 0;
		}
	.banner3{
		background: url(../images/banner3_bg.jpg) no-repeat 0 0;
		}

		.banner_box h3{
			font-family: 'Roboto', sans-serif;
			font-size: 57px;
			line-height: 36px;
			font-weight: 700;
			text-transform: uppercase;
			color: #fff;
			margin-bottom: 8px;
			}
		.banner_box h4{
			font-family: 'Roboto', sans-serif;
			font-size: 37px;
			line-height: 36px;
			font-weight: 700;
			text-transform: uppercase;
			margin-bottom: 59px;
			color: #fff;
			}
		.banner_box p{
			font-family: 'Roboto', sans-serif;
			font-size: 13px;
			line-height: 20px;
			font-weight: 400;
			color: #fff;
			margin-bottom: 0;
			}

#index2 .border_box, #index5 .border_box{
	min-height: 100px;
	}
.border_box{
	border-left: 1px solid #2f2f2f;
	padding-left: 31px;
	min-height: 395px;
	overflow: hidden;
	}

	.date{
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		line-height: 17px;
		font-weight: 700;
		background: #517795;
		color: #fff;
		display: inline-block;
		text-transform: uppercase;
		padding: 2px 6px 4px 5px;
		margin-bottom: 6px;
		}

	.second_btn{
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		line-height: 19px;
		font-weight: 700;
		color: #517795;
		text-transform: uppercase;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		}
		.second_btn:hover{
			color: #fff;
			text-decoration: none;
			}

.banner{
	display: block;
	}
	.banner img{
		width: 100%;
		}

.mail_btn{
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	color: #6490b3;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	}
	.mail_btn:hover{
		text-decoration: none;
		color: #fff;
		}


.quote_box{
	overflow: hidden;
	margin-bottom: 35px;
	}
	.quote{
		float: left;
		width: 62px;
		text-align: center;
		background: #517795;
		color: #fff;
		font-family: 'Roboto', sans-serif;
		font-size: 30px;
		line-height: 30px;
		font-weight: 700;
		padding: 19px 0px 16px 0px;
		margin-top: 7px;
		margin-right: 16px;
		}
	.quote_content{
		overflow: hidden;
		}

.img_float{
	float: left;
	margin-right: 20px;
	margin-top: 8px;
	}




#accordion dt{
	padding-left: 33px;
	outline: none;
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 25px;
	font-weight: 400;
	color: #517795;
	margin-bottom: 10px;
	}
	#accordion dt.ui-accordion-header-active{
		margin-bottom: 0px;
		}
	
	
	#accordion dt a{
		text-decoration: none;
		color: #517795;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		}
		#accordion dt a:hover{
			text-decoration: none;
			color: #fff;
			}
	#accordion dt:before{
		position: absolute;
		font-family: FontAwesome;
		font-size: 24px;
		line-height: 24px;
		color: #517795;
		content: "\f0fe";
		top: 5px;
		left: -1px;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		}
	#accordion dt.ui-accordion-header-active:before{
		position: absolute;
		font-family: FontAwesome;
		font-size: 24px;
		line-height: 24px;
		color: #517795;
		content: "\f146";
		top: 5px;
		left: -1px;
		}
	
	#accordion dd{
		padding: 7px 0px 29px 32px;
		}
		#accordion dd p{
			margin-bottom: 21px;
			}
		#accordion dd h6{
			font-family: 'Roboto', sans-serif;
			font-size: 14px;
			line-height: 21px;
			font-weight: 400;
			color: #fff;
			margin-bottom: 14px;
			}
		#accordion dd ul.list{
			margin-left: 22px;
			}



.image_list{
	width: 540px;
	margin-bottom: 21px;
	display: block;
	overflow: hidden;
	float: left;
	width: 540px;
	}
	.image_list li{
		display: block;
		float: left;
		margin-left: 1px;
		margin-bottom: 1px;
		}
		.image_list li a{
			display: block;
			position: relative;
			-webkit-transition: 0.3s;
			-moz-transition: 0.3s;
			-ms-transition: 0.3s;
			-o-transition: 0.3s;
			transition: 0.3s;
			}
		.image_list li a span{
			display: block;
			position: absolute;
			background: url(../images/image_hover.png) repeat 0 0;
			width: 100%;
			height: 100%;
			bottom: -100%;
			left: 0;
			-webkit-transition: 0.3s;
			-moz-transition: 0.3s;
			-ms-transition: 0.3s;
			-o-transition: 0.3s;
			transition: 0.3s;
			}
			.image_list li a:hover span{
				bottom: 0;
				}
			.image_list li a img{
				display: block;
				width: 100%;
				}

.qoute_p{
	position: relative;
	font-size: 24px;
	line-height: 30px;
	color: #517795;
	padding-left: 37px;
	padding-top: 23px;
	margin-bottom: 37px;
	}
	.qoute_p:before{
		content: '“';
		position: absolute;
		top: -7px;
		left: 18px;
		font-size: 60px;
		line-height: 60px;
		color: #517795;
		}

.logo_img{
	display: inline-block;
	padding-left: 37px;
	}
	.logo_img:hover{
		opacity: 0.7;
		}

.mail_send{
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	color: #6490b3;
	margin-left: 80px;
	margin-bottom: 30px;
	}
	.mail_send:hover{
		color: #fff;
		text-decoration: none;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		}








/*----------- Map ------------*/
.map{
	margin-bottom: 27px;
	}
.map iframe{
	width:100%;
	height:410px;
}
address dl{
	width:100%;
	overflow:hidden;
	position:relative;
}
address dt{
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 25px;
	font-weight: 400;
	color: #517795;
	margin-bottom: 7px;
	}
address dd{
	overflow:hidden;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	color: #666666;
	
}
address dl span {
	float:left;
	width:75px;
	}
	address dl a{
		display: inline-block;
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		line-height: 14px;
		font-weight: 400;
		color: #6490b3;
		margin-top: -2px;
		transition: 0.3s;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		}
		address dl a:hover{
			text-decoration: none;
			color: #fff;
			}

/************Footer************/
footer{
	width:100%;
	background: #242424;
	padding-top: 45px;
	padding-bottom: 50px;
	}


	footer h4{
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		line-height: 17px;
		font-weight: 700;
		margin-bottom: 23px;
		}

	.footer_list{

		}
		.footer_list li{
			font-family: 'Roboto', sans-serif;
			font-size: 14px;
			line-height: 17px;
			font-weight: 400;
			margin-top: 8px;
			color: #517795;
			}
			.footer_list li:first-child{
				margin-top: 0px;
				}
			.footer_list li a{
				color: #517795;
				-webkit-transition: 0.3s;
				-moz-transition: 0.3s;
				-ms-transition: 0.3s;
				-o-transition: 0.3s;
				transition: 0.3s;
				}
				.footer_list li a:hover{
					text-decoration: none;
					color: #fff;
					}
		footer .contact{
			display: block;
			font-family: 'Roboto', sans-serif;
			font-size: 26px;
			line-height: 35px;
			font-weight: 700;
			color: #fff;
			}

		ul.footer_soc_icon{
			overflow: hidden;
			}
			ul.footer_soc_icon li{
				float: left;
				font-size: 23px;
				line-height: 23px;
				color: #517795;
				margin-left: 18px;
				}
				ul.footer_soc_icon li:first-child{
					margin-left: 0px;
					}
				ul.footer_soc_icon li a{
					color: #517795;
					-webkit-transition: 0.3s;
					-moz-transition: 0.3s;
					-ms-transition: 0.3s;
					-o-transition: 0.3s;
					transition: 0.3s;
					}
					ul.footer_soc_icon li a:hover{
						color: #fff;
						}
	.copyright{
		border-top: 1px solid #2f2f2f;
		margin-top: 47px;
		padding-top: 9px;
		}
	.copyright, #copyright-year{
		font-family: 'Roboto', sans-serif;
		font-size: 11px;
		line-height: 18px;
		font-weight: 400;
		color: #fff;
		}
		.copyright a{color:inherit;}
	.footer-link{display:block;}

#toTop {
	background:url(../images/to_top.png) center top no-repeat;
	border:none;
	bottom:120px;
	color:transparent;
	display:none;
	font-size:0;
	height:54px;
	line-height:0;
	overflow:hidden;
	position:fixed;
	right:50% !important;
	margin-right: -740px !important;
	text-decoration:none;
	width:54px;
	z-index:20;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#toTop:hover{
	background-position:center -57px;
}

#toTop:active, #toTop:focus {
	outline:none;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 1200px) {
	.banner_box {
		margin-top: 30px;
		}

	.camera_caption {
		top: 55px !important;
		margin-left: -470px !important;
		width: 940px !important;
		}

	.camera_wrap .camera_pag {
		right: 50% !important;
		margin-right: -470px !important;
		bottom: 20px !important;
		}

}

@media only screen and (max-width: 995px) {
	.img_fleft,
	.img_right{
		max-width:45%;
	}

	.camera_caption {
		top: 55px !important;
		margin-left: -375px !important;
		width: 748px !important;
		}

	.camera_caption h4 {
		font-size: 55px !important;
		}

	.camera_wrap .camera_pag {
		right: 50% !important;
		margin-right: -374px !important;
		bottom: 30px !important;
		}

	.banner_box h3 {
		font-size: 45px !important;
		}

	.banner_box h4 {
		margin-bottom: 19px !important;
		}



	.sf-menu > li{
		margin-left:15px;
	}
	
	.img_float{
		float: none;
		width: 100%;
		margin-bottom: 20px;
		}

	.image_list{
		float: none;
		width: 100%;
		}
		.image_list li{
			width: 357px;
			}

	nav {
		padding-top: 41px;
		}

		.sf-menu > li {
			font-size: 13px;
			}


	
}
@media only screen and (max-width: 767px) {
	.sf-menu{
		display:none;
	}
	#mm0{
		display:block;
	}

	h1 {
		float: none;
		text-align: center;
		}

	nav {
		float: none;
		padding-top: 15px;
		margin-bottom: 15px;
		}
	.image_list li {
		width: 100%;
		}

	.footer_list{
		margin-bottom: 30px;
		}

	address dl {
		margin-bottom: 40px;
		}

	.camera_caption{
		display: none !important;
		}
	.camera_wrap .camera_pag {
		margin-right: -33px !important;
		}
	
	.camera_wrap .camera_pag {
		bottom: 30px !important;
		}
	
	.banner1, .banner2, .banner3{
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		margin-bottom: 20px;
		}
	 .mobili_m{
		 margin-bottom: 30px;
		 }
}
@media only screen and (max-width: 480px) {
	.img_fleft.nofloat,
	.img_right.nofloat{
		float:none;
		max-width:inherit;
		margin:0 0 20px;
	}
}
