@import url('https://fonts.googleapis.com/css?family=Ubuntu');

#logo{
	position:fixed;
	top:5px;
	left:50%;
	width:150px;
	z-index:100;
	margin-left:-550px;
}

#nav{
	font-family:Ubuntu;
	width:100%;
	height:50px;
	position:fixed;
	left:0;
	top:50px;
	background: #af2325; /* Old browsers */
	background: -moz-linear-gradient(top,  #af2325 0%, #e80909 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #af2325 0%,#e80909 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #af2325 0%,#e80909 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af2325', endColorstr='#e80909',GradientType=0 ); /* IE6-9 */
	z-index:99;
}

#navContainer{
	width:1200px;
	height:inherit;
	margin:auto;
	box-sizing:border-box;
	padding-left:200px;
}

#nav a{
	color:#fff;
	text-shadow:#000 1px 1px 1px;
	font-size:13px;
	text-transform:uppercase;
	padding:16px 14px;
	text-decoration:none;
	float:left;
	border-right:#b02325 1px solid;
	border-left:#e80a0a 1px solid;
	font-weight:700;
}

#nav a:hover{
	background: #af2325; /* Old browsers */
	background: -moz-linear-gradient(top,  #e80909 0%, #af2325 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e80909 0%, #af2325 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e80909 0%,#af2325 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80909', endColorstr='#af2325',GradientType=0 ); /* IE6-9 */
	text-shadow:none;
}

/**** FOOTER ****/
#footer{
	background:#151515;
	width:100%;
	height:50px;
	position:fixed;
	left:0;
	bottom:0;
	color:#fff;
	padding:15px;
	z-index: 4;
}

#footer-logo{
	position:absolute;
	width:70px;
	margin-top:-50px;
	right:30px;
}

/**** MORE *****/
#more{
	width:100%;
	height:350px;
	position:fixed;
	bottom:-297px;
	left:0;
	background:rgba(0,0,0,0.8);
	border-top:3px solid #4b4b4b;
	transition-duration:1s;
	z-index: 3;
}

#moreBtn{
	width:150px;
	height:30px;
	background:#b02325;
	margin:auto;
	color:#fff;
	border-radius:10px 10px 0 0;
	text-align:center;
	margin-top:-30px;
	padding-top:8px;
	cursor:pointer;
	text-transform:uppercase;
	font-size:12px;
}

.moreUp{
	bottom:0 !important;
}

#moreContainer{
	width:1200px;
	height:250px;
	margin:auto;
	padding:20px;
	color:#fff;
}

#moreContainer h1{
	font-size:18px;
	margin:0;
}

#moreContainer h2{
	font-size:16px;
	margin:0;
	margin-bottom:10px;
	color:#efae01;
}

#moreContainer p{
	font-size:11px;
	color:#CCC;
	text-align:justify;
}

.partner{
	margin-right:10px;
	margin-top:10px;
	width:80px;
}

/*** SERVICES WINDOW ***/
#serviceWindowContainer{
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(51,51,51,0.5);
	position:fixed;
	z-index:99999;
	display:none;
}
#serviceWindow{
	width:90%;
	height:90%;
	background:#fff;
	box-shadow:0 0 20px #222;
	overflow:auto;
	margin:auto;
	margin-top:2.5%;
}

#serviceWindowClose{
	position:absolute;
	cursor:pointer;
	z-index:5;
	margin-left:-25px;
	margin-top:-10px;
}

.page{
	padding:50px;
	text-align:justify;
	box-sizing:border-box;
}

.pageTitle{
	text-align:center;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:2px solid #eee;
}

.page h2{
	color:#ed2908;
	border-bottom:1px solid #eee;
	font-size:20px;
	padding-bottom:20px;
}