@charset "utf-8";
@import url('./common.css');
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.header {
	position: relative;
	background: url(banner-bg.png) no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 638px;
}

.header .banner h1{
	font-weight:normal;
	font-size:46px;
	padding-bottom:30px;
	max-width:800px;
}
.header .banner{
	margin-top:130px;
}
.footer{
	padding:30px 0;
	background:#0e0e0e;
}
.footer p{
	padding:6px 0;
}
.maintext{
	padding:50px 0;
	color:#333;
	font-size:14px;
}
.maintext h1{
	padding-left: 30px;
	text-align: center;
	text-transform:none;
	font-size:32px;
	font-weight:normal;
}

.maintext .title{
	padding-left: 30px;
	text-align: left;
	text-transform:none;
	font-size:24px;
	font-weight:normal;
}
.top .logo img{
	width:130px;
	height:auto;
}
.maintext h2{
	padding-left: 30px;
	text-transform:none;
	font-size:14px;
	font-weight:normal;

}
.maintext p{
	padding:15px 0;
}
.banner01 {
	background-image: url(banner1.jpg);
}
.banner02 {
	background-image: url(banner2.jpg);
}
.banner03 {
	background-image: url(banner3.jpg);
}
.inner_header .logo a {
	background-image: url(logo_inner.png);
}
.socials a{
	border:0px;
	width:30px;
	height:30px;
}
.socials a:hover{
	background-color:inherit;
}
.socials a.icon_fb {
    background-position: 9px 6px;
}
.socials a.icon_tw {
    background-position: 7px -38px;
}
.socials a.icon_pt {
    background-position: 8px -86px;
}
.socials a.icon_gl {
    background-position: 6px -128px;
}
.medialogos{
	width:100%;
	float:left;
	background:#0e0e0e;
	padding:15px0;
	text-align:center;
}
.medialogos img{
	margin:20px 25px;
}
@media screen and (max-width:568px){
	.top .socials{
		width:162px;
		margin-top:49px;
	}
	.header .banner{
		margin-top:15px;
	}
	.header .banner h1{
		font-size:35px;
	}
}


.quarter-div{
	width: 50%;
    height: 50%;
    float: left;
}

.header-c {
	position: relative;
	background: url(contact-bg.png) no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 400px;
}

.header-c .banner {
    box-sizing: border-box;
    color: #fff;
    float: left;
    margin: 60px 0 0;
    padding: 30px 15px;
    text-align: center;
    width: 100%;
}
.header-c .banner h1{
	font-weight:normal;
	font-size:46px;
	padding-bottom:30px;
	text-align: center;	
}

