@charset "UTF-8";

html, body {
	margin: 0px;
	width: 100%;
	font-family: 'Lato', Arial, serif;
	font-weight: 400;
	background-image: url(images/720.jpg);
	background-size: cover;
	background-attachment: fixed;
	}

.red{
	color:#b71c1c;
	}
	
.bg-red{
	background-color:#b71c1c;
	}
	
#menue{
	position: fixed;
	width: 100%;
	height: 70px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 0 10px 0 #000;
	box-shadow: 0 0 10px 0 #000;
	text-align: center;
	}
	
#menu-container{
	position:relative;
	max-width: 980px;
	margin: 0 auto;
	text-align: left;
	}
	
#menu-container ul li { 
	display: inline-block; 
	}	
	
#menue li {
	font-family: 'Lato', Arial, serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin-right: 30px;
	float: none;
	text-align: center;
	list-style-type: none;
	text-transform: uppercase;
	}
	
#menue li a {
	color:#000000;
	text-decoration:none;
	transition: all .5s;
	}
	
#menue li a:hover{
	color:#b71c1c;
	transition: all .5s;
}
	
	
	
	
		
	
#header{
	width:100%;
	height:500px;
	background-image:url(images/920.jpg);
	background-size:cover;
	}
	
#header-container{
	max-width:980px;
	margin:0 auto;
	padding:30px;
	text-align:center;
	}
	
#company{
	position:absolute;
	top:-16px;
	right:0px;
	height:70px;
	width:268px;
	
/*	font-family: 'Lato', Arial, serif;
	font-size: 40px;
	color: #FFF;
	font-weight: 300;
	
	display:inline-table;
	margin-top:300px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFF;	*/
	}




#wrapper{
	width: 100%;
	/*background-color: #FFEF00;*/
	background-color: #FFF;
	}

#container{
	max-width:980px;
	margin:0 auto;
	padding:30px;
	background-color:#FFFFFF;
	text-align:center;
	}
	
#stage{
	width:100%;
	height:400px;
	font-family: 'Lato', Arial, serif;
	font-size:48px;
	color:#FFF;
	line-height:400px;
	font-weight: 300;
	text-align:center;
	}	
	
	
#content-stage{
	width:100%;
	background-color:#dddac6;
	background: -moz-linear-gradient(-45deg,  #bfbcac 0%, #dddac6 100%); 
	background: -webkit-linear-gradient(-45deg,  #bfbcac 0%,#dddac6 100%); 
	background: linear-gradient(135deg,  #bfbcac 0%,#dddac6 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbcac', endColorstr='#dddac6',GradientType=1 ); 
	}
	
#content-stage-container{
	max-width:980px;
	margin:0 auto;
	padding:30px;
	text-align:center;
	}
	
	
	
	
#footer-stage{
	width: 100%;
	height: 600px;
	background-color: #383838;
	background-image: url(images/1920.jpg);
	background-size: cover;
	background-position: right bottom;
	}
	
#footer-stage-container{
	max-width:980px;
	margin:0 auto;
	padding:30px;
	color:#FFF;
	}
	
#footer-stage-container a{
	color:#FFF;
	}


h1 { 
	font-family: 'Lato', Arial, serif; 
	font-weight: 300;
	}
	
h2{
	text-transform: uppercase;
	}
	
	
h3{
	font-family: 'Lato', Arial, serif;
	font-weight: 300;
	color: #FFFFFF;
	font-size: 30px;
	text-transform: uppercase;
	}
	
hr{
	height: 2px;
	background-color:#b71c1c;
	color: #b71c1c;
	width: 200px;
	border:none;
	}
	
.two-column{
	width:50%;
	float:left;
	background-color:#50A07E;
	
	}