﻿/*css*/
@import "reset.css";
@import "skeleton.css";
@import "font-awesome.css";

html, body {height:100%;}

body{
	background: #fff;
	font:13px/18px Arial, Helvetica, sans-serif;
	color:#eeebb5;
	position:relative;
	min-width:320px;
	-webkit-text-size-adjust: none;
}

/*Images*/
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:#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;
	}


/*Titles*/
h2{
	color:#333f00;
	font-family: 'Oxygen', sans-serif;
	margin-bottom:20px;
}
h3{
	color:#f00;
	font-family: 'Oxygen', sans-serif;
	margin-bottom:20px;
}
h4{
	color:#51565a;
	font-family: 'Oxygen', sans-serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 60px;
	margin-bottom:20px;
}
h5{
	color:#f00;
	font-family: 'Oxygen', sans-serif;
	margin-bottom:20px;
}
h6{
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #00a8ed;
	font-weight: normal;
	margin-bottom: 16px;
}
	h6 span{
		color: #878787;
	}
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 #ededed;
}
.align_c{
	text-align: center;
}

/* Indents */
p{
	margin-bottom:18px; /*as line-height in body*/
}
.m-05{margin-top:-5px !important;}
.m_0{margin-bottom:0px !important;}
.m_02{margin-bottom:2px !important;}
.m_04{margin-bottom:4px !important;}
.m_05{margin-bottom:5px !important;}

.m_10{margin-bottom:10px !important;}
.m_13{margin-bottom:13px !important;}
.m_15{margin-bottom:15px !important;}
.m_17{margin-bottom:17px !important;}
.m_19{margin-bottom:19px !important;}
.m_20{margin-bottom:20px !important;}
.m_21{margin-bottom:21px !important;}
.m_22{margin-bottom:22px !important;}
.m_24{margin-bottom:24px !important;}
.m_25{margin-bottom:25px !important;}
.m_27{margin-bottom:27px !important;}
.m_29{margin-bottom:29px !important;}
.m_30{margin-bottom:30px !important;}
.m_32{margin-bottom:32px !important;}
.m_33{margin-bottom:33px !important;}
.m_35{margin-bottom:35px !important;}
.m_36{margin-bottom:36px !important;}
.m_37{margin-bottom:37px !important;}
.m_40{margin-bottom:40px !important;}
.m_45{margin-bottom:45px !important;}
.m_49{margin-bottom:49px !important;}
.m_50{margin-bottom:50px !important;}
.m_53{margin-bottom:53px !important;}
.m_55{margin-bottom:55px !important;}
.m_60{margin-bottom:60px !important;}
.m_65{margin-bottom:65px !important;}
.m_70{margin-bottom:70px !important;}
.m_71{margin-bottom:71px !important;}
.m_72{margin-bottom:71px !important;}
.m_75{margin-bottom:75px !important;}
.m_80{margin-bottom:80px !important;}
.m_85{margin-bottom:85px !important;}
.m_90{margin-bottom:90px !important;}

.f_right{
	float: right;
}
/* Lists */


/**/
blockquote{width:100%;}
	cite{text-align:right;}
time{}

/************Header************/
header{
	width:100%;
	border-top: 12px solid #013E75;
	padding-top: 5px;
}
.shadow{
	position: relative;
}
	.shadow:after{
		display: block;
		width: 100%;
		height: 6px;
		position: absolute;
		content: '';
		bottom: -6px;
		left: 0;
		background: url(../images/shadow.png) repeat-x 0 0;
		z-index: 3;
	}
h1{
	margin-bottom: 15px;
	
}
	h1 a{}
		h1 a:hover{
			text-decoration:none;
		}
	h1 .slogan{
		display:block;
		
	}

/* Menu */
nav{
	float: right;
}
	.sf-menu {
		list-style: none;
		padding-top: 17px;
		padding-right: 6px;
	}
		.sf-menu > li {
			float:left;
			font-family: 'Ubuntu', sans-serif;
			font-size: 13px;
			text-transform: uppercase;
			margin-left:18px;
			position:relative;
			text-decoration:none;
		}
		.sf-menu > li:first-child{
			margin-left:0;
		}
			.sf-menu > li:before{
				display: block;
				position: absolute;
				content: '';
				width:  5px;
				height: 5px;
				left: -15px;
				top: 8px;
				
			}
				.sf-menu > li:first-child:before{
					display: none;
				}
			.sf-menu > li > a {
				display: block;
				color:#013E75;
				text-decoration:none;
			}
				.sf-menu > li.sfHover > a,
				.sf-menu > li > a:hover,
				.sf-menu > li.current > a {
					color:#000000;
					text-decoration:underline; 
				}
				.sf-menu > li > a.sf-with-ul:after{
					/*menu arrow*/
				}
			.sf-menu .menu-arrow{display:none;}

		/* submenu */
		.sf-menu ul {
			background:#013E75;
			display:none;
			left: -29px;
			padding: 17px 24px 18px;
			position: absolute;
			top: 19px;
			width: 200px;
			z-index:99;
		}
			.sf-menu ul li{
				
				position:relative;
				font:bold 12px/34px Arial, Helvetica, sans-serif;
				text-transform: uppercase;
			}
				.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:#02acf7;
					text-decoration:none;
				}


				.sf-menu > li > a.sf-with-ul:after {
					display: block;
					position: absolute;
					width: 5px;
					height: 4px;
					bottom: -7px;
					left: 21px;
					background: url(../images/sf_arrow.png) no-repeat 0 0;
					content: '';
					}


		/* subsubmenu */
		.sf-menu ul ul {
			background: #02acf7;
			left: 89px;
			top: -1px;
			padding: 1px 0px 4px 21px;
			width: 155px;
			}
			.sf-menu ul ul li a{
				color:#fff;
				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:#2c2c2c;
				text-decoration:none;
			}
	#mm0{
		display:none;
		border: 1px solid #02acf7;
		padding: 3px;
		width: 100%;
		outline: none;
	}


/************Content***********/
#content{
	background: #fdfdfd;
}

	#index_6 #content, #index_5 #content, #index_4 #content, #index_1 #content{
		padding-top:63px;
		padding-bottom: 71px;
		}
	#index_2 #content, #index_1 #content{
		padding-top:63px;
		padding-bottom: 53px;
		}
	
	.general_h4{
		font-family: 'Ubuntu', sans-serif;
		font-size: 20px;
		line-height: 22px;
		color: #747a7e;
		font-weight: normal;
		margin-bottom: 15px;
		}
	.general_h5{
		font-family: 'Ubuntu', sans-serif;
		font-size: 13px;
		line-height: 18px;
		color: #959ba0;
		font-weight: bold;
		margin-bottom: 0px;
		}
	.general_p{
		font-family: 'Ubuntu', sans-serif;
		font-size: 13px;
		line-height: 18px;
		color: #959ba0;
		font-weight: normal;
		margin-bottom: 18px;
		}
		.general_p span{
			color: #878787;
		}
	.general_link{
		display:inline-block;
		font-family: 'Ubuntu', sans-serif;
		font-size: 13px;
		line-height: 18px;
		color: #ed1c21;
		font-weight: normal;
		margin-top: 8px;
		}

.box{
	background: url(../images/box_bg.jpg) repeat 0 0;
	padding-top: 54px;
	padding-bottom: 73px;
	text-align: center;
	margin-bottom: 52px;
}

	.box h4{
		font-family: 'Ubuntu', sans-serif;
		font-size: 30px;
		line-height: 24px;
		text-transform: uppercase;
		color: #ed1c23;
		font-weight: bold;
		margin-bottom: 14px;
		}
	.box h5{
		font-family: 'Ubuntu', sans-serif;
		font-size: 18px;
		line-height: 18px;
		color: #02acf7;
		font-weight: normal;
		margin-bottom: 13px;
		font-style: italic;
		}
	.box p{
		font-family: 'Ubuntu', sans-serif;
		font-size: 14px;
		line-height: 18px;
		color: #51565a;
	}

	.arrow_btn{
		display: inline-block;
		background: url(../images/arrow_btn.png) no-repeat 51px 15px #02acf7;
		padding: 8px 22px 9px 11px;
		color: #fff;
		font-family: 'Ubuntu', sans-serif;
		font-size: 12px;
		line-height: 18px;
		text-transform: uppercase;
		font-weight: 400;
		text-align: left;
		transition: 0.4s;
		}
		.arrow_btn:hover{
			text-decoration: none;
			background-color: #ed1c21;
		}
	.align_c p{
		color: #909497;
		font-family: 'Oxygen', sans-serif;
		font-weight: normal;
		font-size: 14px;
		line-height: 12px;
		margin-bottom: 20px;
		margin-top: -1px;
		}


	.box1{
		float: left;
		width: 270px;
		border: 1px solid #edeaea;
		margin-right: 28px;

		}
		.box1 img{
			position: relative;
			margin-top: -1px;
			margin-left: -1px;
			max-width: inherit;
			margin-bottom: 21px;
		}
		.about{
			padding: 0px 15px 26px 15px;
		}
			.about h4{
				font-family: 'Oxygen', sans-serif;
				font-weight: normal;
				font-size: 20px;
				line-height: 22px;
				margin-bottom: 4px;
				color: #7d8286;
				}

			.about h5{
				font-family: 'Oxygen', sans-serif;
				font-weight: normal;
				font-size: 12px;
				line-height: 22px;
				margin-bottom: 20px;
				color: #02acf7;
				text-transform: uppercase;
				margin-bottom: 9px;
				}
			.about hr{
				margin: 0px 0px 19px 0px;
				border: none;
				border-bottom: 1px solid #dedfdf;
				}
			.about p{
				font-family: 'Ubuntu', sans-serif;
				font-size: 12px;
				line-height: 21px;
				font-weight: normal;
				color: #8b9196;
				}
			.about a{
				display: inline-block;
				padding: 5px 10px;
				background: #f4f4f4;
				border: 1px solid #eeecec;
				text-decoration: none;
				color: #51565a;
				padding: 6px 25px 9px 26px;
				font-family: 'Ubuntu', sans-serif;
				font-size: 12px;
				line-height: 21px;
				transition: 0.2s;
				margin-left: 1px;
				}
				.about a:hover{
					background-color: #02acf7;
					color: #fff;
				}

			.title_2{
				font-family: 'Ubuntu', sans-serif;
				font-size: 20px;
				line-height: 22px;
				font-weight: normal;
				color: #747a7e;
				margin-top: 19px;
				margin-bottom: 15px;
				}
			.p_2{
				font-family: 'Ubuntu', sans-serif;
				font-size: 13px;
				line-height: 18px;
				font-weight: normal;
				color: #959ba0;
				margin-bottom: 16px;
			}
			
			
	#accordion{
		margin-bottom: 24px;
		}
			
			#accordion dt{
				background: #f4f4f4;
				font-family: 'Ubuntu', sans-serif;
				font-size: 12px;
				line-height: 18px;
				font-weight: normal;
				border: 1px solid #ececec;
				border-radius: 2px;
				padding: 3px 0px 6px 8px;
				margin-bottom: 9px;
				}
			#accordion dd{
				font-family: 'Ubuntu', sans-serif;
				font-size: 13px;
				line-height: 18px;
				font-weight: normal;
				color: #959ba0;
				padding: 5px 0px 34px 32px;
				}
				#accordion dt a{
					color: #878787;
					padding-left: 24px;
					display:block;
					background:url(../images/accordion_icon.png) no-repeat 0px 4px;
					display: block;
					padding-top: 1px;
					padding-bottom: 1px;
					}
					#accordion dt a:hover{
						text-decoration: none;
						color: #ed1c21;
						}
						#accordion  dt.ui-accordion-header-active a{
							background:url(../images/accordion_icon.png) no-repeat 0px -20px;
							}
.button2{
	display: inline-block;
	background: #ed1c21;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #fff;
	padding: 13px 26px 15px 23px;
	transition: 0.2s;
	margin-left: 1px;
	}
	.button2:hover{
		text-decoration: none;
		background-color: #02acf7;
		}	

.content_banner{
	padding: 42px 0px 27px 44px;
	background:url(../images/content_banner.png) no-repeat right top #f6f5f5;
	margin-bottom: 74px;
	}
	.banner_btn{
		display: inline-block;
		border-radius: 2px;
		background: #ed1c21;
		font-family: 'Ubuntu', sans-serif;
		font-size: 14px;
		line-height: 18px;
		font-weight: normal;
		color: #fff;
		padding: 12px 22px 13px 23px;
		transition: 0.2s;
		}
		.banner_btn:hover{
			text-decoration: none;
			background-color: #02acf7;
			}
	
	.content_banner h4{
		font-family: 'Ubuntu', sans-serif;
		font-size: 36px;
		line-height: 34px;
		font-weight: bold;
		color: #02acf7;
		text-transform: uppercase;
		margin-bottom: 4px;
		}
	.content_banner h5{
		font-family: 'Ubuntu', sans-serif;
		font-size: 27px;
		line-height: 34px;
		font-weight: normal;
		color: #51565a;
		text-transform: uppercase;
		margin-bottom: 14px;
		}


.blog_img{
	float: left;
	margin-right: 18px;
}
.blog_title{
	font-size: 16px;
	line-height: 20px;
	color: #878787;
	margin-top: -4px;
	margin-bottom: 7px;
}
.post_info{
	overflow: hidden;
	margin-bottom: 10px;
}
	.date{
		float: left;
		font: 14px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #02acf7;
		padding-left: 22px;
		background: url(../images/date_icon.png) no-repeat 1px 0px;
		margin-right: 23px;
		padding-top: 1px;
		padding-bottom: 1px;
		}
	.autor{
		display: block;
		float: left;
		font: 14px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #78d3fb;
		padding-left: 21px;
		background: url(../images/date_icon.png) no-repeat 1px 0px;
		padding-top: 1px;
		padding-bottom: 1px;
		margin-right: 16px;
		}
	.like{
		display: block;
		float: left;
		font: 14px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #02acf7;
		padding-left: 20px;
		background: url(../images/like_icon.png) no-repeat 1px 0px;
		padding-top: 1px;
		padding-bottom: 1px;
	}
.border_box{
	padding-top: 5px;
}
.border_box h5{
	background: #eeeeef;
	color: #747a7e;
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-style:normal;
	font-weight: normal;
	padding: 22px 22px 23px 22px;
	margin-bottom: 0;
}
.border_list{
	padding: 28px 13px 15px 20px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
	.border_list li{
		display: block;
		font-family: 'Ubuntu', sans-serif;
		font-size: 13px;
		line-height: 18px;
		font-style:normal;
		border-top: 1px solid #d5d5d5;
		padding: 11px 0px 10px;
		}
		.border_list li:first-child{
			border-top: none;
			padding-top: 0;
		}
		.border_list li a{
			display: block;
			background: url(../images/border_list_icon.png) no-repeat 0px 5px;
			color: #959ba0;
			padding-left: 12px;
			transition: 0.2s;
			-moz-transition: 0.2s;
			-webkit-transition: 0.2s;
			}
			.border_list li a:hover{
				text-decoration: none;
				margin-left: 10px;
				color: #02acf7;
			}
.list{
	display: inline-block;
}
.list li{
		display: block;
		font-family: 'Ubuntu', sans-serif;
		font-size: 12px;
		line-height: 12px;
		font-style:normal;
		padding: 6px 0px 6px 0px;
		}
		.list li:first-child{
			
			}
		.list li a{
			display: block;
			background: url(../images/list_icon.png) no-repeat 1px 5px;
			color: #959ba0;
			padding-left: 13px;
			transition: 0.2s;
			-moz-transition: 0.2s;
			-webkit-transition: 0.2s;
			margin: 0;
			}
			.list li a:hover{
				text-decoration: none;
				margin-left: 10px;
				color: #02acf7;
			}
.quote1{
	overflow: hidden;
	margin-bottom: 13px;
}	
	.quote1 .letter{
		float: left;
		background: #45c2f9;
		color: #fff;
		font-family: 'Ubuntu', sans-serif;
		font-size: 60px;
		line-height: 67px;
		font-style: normal;
		border-radius: 51%;
		margin-right: 13px;
		}
		.quote1 .first{
			padding-top: 0px;
			padding-left: 20px;
			padding-right: 3px;
			padding-bottom: 2px;
			width: 54px;
			height: 74px;
			text-align: left;
			}
		.quote1 .second{
			padding-top: 2px;
			padding-left: 22px;
			padding-bottom: 0px;
			padding-right: 1px;
			width: 54px;
			height: 74px;
			text-align: left;
			}
.quote1 .descript{
	padding: 5px 0px 0px 0px;
	float: left;
	width: 200px;
}
	.quote1 .descript h4{
		font-family: 'Oxygen', sans-serif;
		font-size: 20px;
		line-height: 22px;
		color: #7d8286;
		margin-bottom: 4px;
		}
	.quote1 .descript a{
		display: block;
		color: #02acf7;
		font-family: 'Oxygen', sans-serif;
		font-size: 12px;
		line-height: 22px;
		text-transform: uppercase;
		color: #02acf7;
	}
.quote2{
	
}
	.quote2 .letter{
		float: left;
		color: #02acf7;
		font-family: 'Ubuntu', sans-serif;
		font-size: 24px;
		line-height: 24px;
		font-style: normal;
		margin-right: 7px;
		margin-top: -4px;
		}
	.quote2 .descript{
		overflow: hidden;
		padding: 3px 0px 0px 0px;
		float: left;
		width: 250px;
		}

.link_list{

}
.link_list li{
	border: 1px solid #d9d9d9;
	padding: 19px 14px 16px 14px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-style: normal;
	margin-bottom: 5px;
	}
	.link_list li a{
		color: #959ba0;
		transition: 0.2s;
		}
		.link_list li a:hover{
			color: #ed1c21;
			text-decoration: none;
		}

.single_link{
	color: #45c2f9;
	display: block;
	margin-bottom: 10px;
	}
	.single_link h5{
		font-family: 'Ubuntu', sans-serif;
		font-size: 13px;
		line-height: 18px;
		font-style: normal;
		color: #45c2f9;
		font-weight: normal;
		
		}
.general_p span{
	color: #ed1c21;
}
.list3{
	padding-top: 1px;
}
.list3 li{
	display: block;
	border-top: 1px solid #e7e7e7;
	padding-top: 17px;
	}
	.list3 li:first-child{
		border-top: none;
		padding-top: 0px;
	}
.list3 .item1, .list3 .item2, .list3 .item3{
	padding-left: 50px;
	padding-bottom: 18px;
	}
	.list3 a:hover{
		color: #02acf7;
		text-decoration: none;
				}
	.list3 .item1{
		background: url(../images/list3_icon1.png) no-repeat 1px 3px;
		}
	.list3 .item2{
		background: url(../images/list3_icon2.png) no-repeat 1px 3px;
		}
	.list3 .item3{
		background: url(../images/list3_icon3.png) no-repeat 1px 0px;
		}
	.list3 p{
		margin-bottom: 0;
	}
/*----------- Map ------------*/
.map{
	margin-bottom: 25px;
	padding-top:5px;
	}
.map_box iframe{
	width:100%;
	height:457px;
}
.address_box{
	overflow: hidden;
	}
.address_box address{
	float: left;
	width: 200px;
	}
address dl{
	width:100%;
	overflow:hidden;
	position:relative;
}
.address_box address dt{
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-style:normal;
	color: #959ba0;
	font-weight: bold;
	margin-bottom: 18px;
	}
.address_box address dd{
	overflow:hidden;
	
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-style:normal;
	color: #959ba0;
	
}
.address_box address dl span {
	float:left;
	width:75px;
}
.address_box a{
	margin-left:8px;
	color: #ed1c21;
	display: inline-block;
	}

/************Footer************/
footer{
	width:100%;
	padding-top: 41px;
	background: url(../images/footer_bg.jpg) repeat 0 0;
	}
	.copyright{
		font-family: 'Ubuntu', sans-serif;
		font-size: 13px;
		line-height: 16px;
		text-transform: uppercase;
		color: #fff;
		font-style: normal;
		margin-left: 2px;
	}
		.copyright a{color:inherit;}
	.footer-link{display:block;}

	footer h4{
		font-family: 'Ubuntu', sans-serif;
		font-size: 20px;
		line-height: 30px;
		text-transform: uppercase;
		color: #fff;
		font-weight: normal;
		margin-bottom: 11px;
	}

	footer address{
		font-family: 'Ubuntu', sans-serif;
		font-size: 12px;
		line-height: 24px;
		text-transform: uppercase;
		color: #fefefe;
		font-style: normal;
		}
		.m_t24{
			margin-top: 24px;
		}
		.span1, .span2{
			display: inline-block;
			width: 78px;
			}
		.span3{
			display: inline-block;
			width: 78px;
		}


	.soc_box{
		background: url(../images/footer_bg2.jpg) repeat 0 0;
		padding-top: 30px;
		padding-bottom: 28px;
		text-align: center;
	}
		.soc_box ul{
			overflow: hidden;
			display: inline-block;
		}
			.soc_box li{
				float: left;
				margin-left: 20px;
			}
				.soc_box li:first-child{
					margin-left: 0;
				}
			.soc_box li a:hover{
				opacity: 0.5;
			}

	#form1 {
	position:relative;
	padding-right: 61px;
}
	#form1 .email{
		margin-bottom: 13px;
		display: block;
	}
	#form1 input{
		margin: 0;
		outline: none;
		border: none;
		padding: 7px 0px 10px 20px;
		background: url(../images/input.jpg) repeat 0 0;
		font-family: 'Ubuntu', sans-serif;
		font-size: 12px;
		line-height: 12px;
		text-transform: uppercase;
		color: #fff;
		font-weight: 400;
		font-style: normal;
		width: 299px;
	}


	#form1 .error {		
		display:block;
		overflow:hidden;
		height:0px;
		font-size:10px;
		color:#F00;
		-webkit-transition: all 0.3s ease-out; 
		-moz-transition: all 0.3s ease-out; 
		-o-transition: all 0.3s ease-out; 
		transition: all 0.3s ease-out; 
	}
	#form1 .success {
		
		
		padding:8px 0 8px 8px;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		line-height: 18px;
		font-weight: 400 !important;
		font-style: italic;
		background:#02acf7;
		color:#fff;
		position:absolute;
		z-index:10;
		right: 59px;
		left:0px;
		top:0px;
	}

	#form1 .error{
		position: absolute;
		top: 30px;
	}

	#form1 label.invalid .error {
	/*display: block;*/
	height:19px;
	}

	#form1 .btns{
		overflow: hidden;
		width: 100%;
		}
	.btns a{
		float: right;
		display: block;
		padding:5px 10px;
		background:#013E75;
		text-decoration:none;
		color:#ededed;
		padding: 6px 27px 7px 25px;
		font-family: 'Ubuntu', sans-serif;
		font-size: 18px;
		line-height: 24px;
		font-weight: bold;
		text-transform: uppercase;
		transition: 0.2s;
		}
		.btns a:hover{
			background: #02acf7;
		}




#toTop {
	background:url(../images/to_top.png) center top no-repeat;
	border:none;
	bottom: 150px;
	color:transparent;
	display:none;
	font-size:0;
	height:12px;
	line-height:0;
	overflow:hidden;
	position:fixed;
	right: 240px !important;
	margin-right: 0px !important;
	text-decoration:none;
	width:36px;
	z-index:20;
}

#toTop:hover{
	background-position:center -20px;
}

#toTop:active, #toTop:focus {
	outline:none;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 1024px) {
	.quote2 .letter{
		margin-top: 0;
		}
	.blog_title {
		margin-top: -4px;
		margin-bottom: 6px;
	}
	.m-05{
		margin-top: 0 !important;
	}
	#toTop{display: none !important;}
}

@media only screen and (max-width: 995px) {
	#toTop{display: none !important;}
	.img_fleft,
	.img_right{
		max-width:45%;
	}
	.sf-menu > li{
		
	}

	.camera_wrap{width: 768px !important; left: 50%; margin-left: -384px;}
		
		.camera_prev, .camera_next, .camera_commands {
			bottom: 37px !important;
			}
		.camera_prev {
			margin-left: -375px !important;
			}
		.camera_next {
			margin-right: -375px !important;
			}


		.camera_caption {
			font-size: 50px !important;
			line-height: 45px !important;
			}
			.camera_caption > div {
				padding: 10px 0 10px !important;
				}
				.camera_caption span {
					font-size: 40px !important;
					}
		
		.box1 {
			float: left;
			width: 234px;
			border: 1px solid #edeaea;
			margin-right: 10px;
			}
			.box1 img {
				margin-top: 0px;
				margin-left: 0px;
				max-width: 100%;
				}
		
		
		#form1 input{
			width: 279px;
		}
		#form1 {
			padding-right: 0px;
			}

		.blog_img {
			float: none;
			width: 100%;
			margin-bottom: 20px;
		}

	.quote2 .letter{
		margin-top: 0;
		}
	.blog_title {
		margin-top: 0;
	}

	.m-05{
		margin-top: 0 !important;
	}

	.content_banner{
		background-size: 51%;
		-webkit-background-size: 51% auto;
		-moz-background-size: 51%;
		padding-top: 25px;
		background-position: 445px 0px;
	}

	.quote2 .descript {
		width: 236px;
		}

	.blog_img{
		margin-right: 0;
	}

}
@media only screen and (max-width: 767px) {
	.sf-menu{
		display:none;
	}
	#mm0{
		display:block;
		width: 100%;
	}
	nav{
		float: none;
		}
	h1{
		margin-bottom: 0;
	}

	.camera_wrap{width: 420px !important; left: 50%; margin-left: -210px;}

		.camera_prev, .camera_next, .camera_commands {
			bottom: 14px !important;
			}
		.camera_prev {
			margin-left: -200px !important;
			}
		.camera_next {
			margin-right: -200px !important;
			}


		.camera_caption {
			font-size: 35px !important;
			line-height: 21px !important;
			}
			.camera_caption > div {
				padding: 10px 0 10px !important;
				}
				.camera_caption span {
					font-size: 20px !important;
					}
	
	
		.box1 {
			width: 418px;
			border: 1px solid #edeaea;
			margin-right: 0px;
			margin-bottom: 30px !important;
			}
			.box1 img {
				width: 100%;
				}
	
	.blog_img{
		float: none;
		margin-bottom: 20px;
		width: 100%;
		}
	.blog_title{
		margin-top: 0px;
	}
	#form1 input{
			width: 399px;
		}

	.list3 li .item3, .list3 li .item2, .list3 li .item1{
		padding-bottom: 25px;
		padding-top: 10px;
		}

	.full_width{
		width: 100%;
	}

	.quote2 .letter{
		margin-top: 0;
	}

	.content_banner{
		background-size: 48%;
		-webkit-background-size: 48% auto;
		-moz-background-size: 48%;
		padding-top: 105px;
		background-position: 218px 0px;
	}

	.quote2 .descript {
		width: 420px;
		}

}		


@media only screen and (max-width: 479px) {
	.img_fleft.nofloat,
	.img_right.nofloat{
		float:none;
		max-width:inherit;
		margin:0 0 20px;
	}

	
	.camera_wrap{width: 300px !important; left: 50%; margin-left: -150px;}
		.camera_prev {
			margin-left: -140px !important;
			}
		.camera_next {
			margin-right: -140px !important;
			}
			.camera_wrap img{
				width: auto;
			}
	.box1 {
		width: 298px;
		}
			
	#form1 input {
		width: 279px;
		}

	.content_banner{
		background-size: 50%;
		-webkit-background-size: 50% auto;
		-moz-background-size: 50%;
		padding-top: 83px;
		background-position: 162px 0px;
		}

	.quote2 .descript {
		width: 300px;
		}
}

