@charset "utf-8";
/* CSS Document */
body{
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
}
#header{
	position:relative;
	z-index:999;
	top:0;
	left:0;
	width:100%;
	min-width:1050px;
	padding:50px 0;
	background-color:#2298B1;
}
header .heading .logo{
	margin:-11px 0 0 10px;
}
.under {
	padding:116px;
	margin:-116px 0 0;
}
section.contact {
    padding-top: 0px;
}
@media screen and (max-width: 680px) {
#header{
	position:relative;
	z-index:999;
	top:0;
	left:0;
	width:100%;
	min-width:0;
	padding:50px 5%;
	background-color:#2298B1;
}
}