@charset "utf-8";
/* CSS Document */

html, body {
	min-height:100%;
	height:100%;
}
body { 
	background-color:#FFFFFF;
	margin:60px 15%;
	margin-top:20px;
	padding:0;
	font-family:Gotham, "Arial", Helvetica, Helvetica Neue, sans-serif
}

h1, h2, h3, h4 { margin:0; padding:0; font-weight:lighter; color:black; }


.header {
	background:url(bg-header.jpg) no-repeat center center;
	background-size:cover;
	position:relative;
	width:100%;
	height:450px;
}
.header .logo {
	background:url(saravax-logo.png) no-repeat center center;
	width:312px;
	height:230px;
	position:absolute;
	top: 110px;
	right:110px;
}
.header .company {
	width:312px;
	height:50px;
	position:absolute;
	top: 350px;
	right:110px;
	font-size:12px;
	text-align:center;
	letter-spacing:0.03em;
}




.menu {
	background-color:rgba(228,228,230,0.25);
	width:16%;
	height:100%;
	padding:0 15px;
	float:left;
	border-right:5px solid #fff;
	color:#717177;
	font-size:1.0em;
}
.menu li {
    line-height: 40px;
	margin-left:-20px;
    list-style: none;
}
.menu li a {
    display: block;
    text-decoration: none;
    color: #687971;
	font-weight:bold;
}
.menu li a:hover {
    text-decoration: none;
    color: #000;
}
.menu li a:active,
.menu li a:focus {
    text-decoration: none;
}



.wrapper {
	position:relative;
	width:100%;
	height:100%;
	min-height:100%;
	padding-bottom:60px;
}
.content {
	width:78%;
	float:left;
	height:100%;
	padding:30px 15px;
	padding-right:0;
	color:#666;
}
.content h1 {
	margin-bottom:35px;
	color:#315E75;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size:300%;
}
.content h2 {
	padding-left:50px;
	padding-top:15px;
	color:#4D98AD;
	font-weight:bold;
}
.content p {
	padding-left:50px;
}
.content ul {
	padding-left:85px;
}
.content li {
	padding:6px 0;
	padding-left:20px;
}



.address, .phone {
	float:left;
	width:40%;
	padding:30px 0;
	padding-left:50px;
}
.address h2, .phone h2 {
	padding-left:0;
}



@media (max-width: 768px) {
	body { 
		margin:20px;
		width:100%;
	}
	
	.logo-address {
		position:relative;
		width:100%;
		height:140px;
	}
	.logo-address h1 {
		color:#C1C1C4;
		font-size:400%;
		font-weight:normal;
		text-align:right;
	}
	.logo-address h4 {
		color:#99A9A0;
		text-align:left;
		font-weight:normal;
		position:absolute;
		right:0;
		bottom:10px;
	}
	
	.header {
		position:relative;
		width:100%;
		height:245px;
	}
	
	.contact {
		background-color:#E4E4E6;
		width:100%;
		height:100%;
		padding:0 15px;
		float:left;
		border-right:5px solid #fff;
		font-size:14px;
		color:#717177;
	}
	.contact span {
		display:block;
		color:#999;
	}
	
	.slogan {
		background-color:#9AA9A1;
		width:80%;
		float:left;
		height:100%;
	}
	.slogan h2 {
		font-size:230%;
		color:#fff;
		font-weight:bold;
		text-align:right;
		padding-right:30px;
	}
}