/* Import Fonts */

body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	color: #777;
	background: white;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto', sans-serif;
	color:#fff;
	font-weight: normal;
	letter-spacing: 1px;
}
h1{font-size: 63px; line-height: 70px; padding: 0; margin: 0;}
h5{font-size: 28px; line-height: 35px; padding: 0; margin: 0; color: #b7b7b7;}

a {
	color: #b7b7b7;
	text-decoration:none;
	font-weight: normal;
}
a:hover {text-decoration:underline;}

.site-title{
	font-size: 21px;
	color: #58585a;
	padding-top: 90px;
	padding-left: 30px;
	letter-spacing: 2px;
	height: 60px;
}

.subtitle{
	color: #434446;
}

#maximage {
	display:none;
	position:fixed !important;
}

.gradient {
	left:0;
	height:100%;
	position:absolute;
	top:0;
	width:100%;
	z-index:999;
}

.show{display: block;}
.hide{opacity: 0;}

/* Set Page Elements */
.content { 
	float:left;
	margin:40px;
	position:absolute;
	top:200px;
	width:600px;
	z-index:9999;
	-webkit-font-smoothing:antialiased;
}

.footer{
	min-height: 100px;
	width: 100%;
	background: white;
	position: absolute;
	bottom: 0px;
	left: 0;
}


#logo {
	font-family: 'Coustard', serif;
	font-size: 49px;
	bottom:60px;
	height:auto;
	right:50px;
	position:absolute;
	z-index:1000;
	color: #fff;
}

#logo img{
	height: 20px;
}

.main-nav{
	position:absolute;
	bottom: 23px;
	left:210px;
	z-index:1001;
}
.main-nav ul li { 
	list-style: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #b7b7b7;
}
.main-nav ul li a.active {color: #ffa800;}

.social-nav {
	position:absolute;
	top: 0px;
	left: 40px;
}
.social-nav ul {margin: 0; padding:0;}
.social-nav ul li{
	list-style: none;
	display:block;
	float: left;
	background: #393939;
	padding:100px 10px 5px 10px;
	margin: 1px;
	opacity: .5;
}
.social-nav ul li:hover {opacity: 1;}

button.full-screen{ 
	position: absolute;
	top: 0;
	right: 0;
	width: 31px;
	height: 31px;
	background: url("../images/full-screen-btn.png");
	border: 0;
	cursor: pointer;
	opacity: .7;
}
button.full-screen:hover {opacity: 1;}

#arrow_left, #arrow_right {
	top:50%;
	height:42px;
	position:absolute;
	right:5px;
	width:42px;
	z-index:1000;
	/* margin-top: 20px; */
	opacity: .7;
}
#arrow_left {
	left:5px;
}

#arrow_left:hover, #arrow_right:hover{
	opacity: 1;
}



.under-construction{
	position: absolute;
	top: 90px;
	right: 40px;
	color: #58585a;
	font-size: 13px;
	display: none;
}

.legend{
	position: absolute;
	bottom: 60px;
	left: 30px;
	color: #58585a;
	font-size : 12px;
}

.legend-date{
	margin-left: 50px;
}

.credits{
	position: absolute;
	bottom: 120px;
	right: 30px;
	color: white;
	font-size: 11px;
}

div.mc-image{
	background-position: center center !important;
}

.header{
	margin:0;
	padding: 0;
	height: 150px;
	background: white;
}

.espa {
  position: absolute;
  right: 100px;
  bottom: 10px;
  max-width: 200px;
}

.espa-en {
  position: absolute;
  right: 400px;
  bottom: 10px;
  max-width: 200px;
}

.espa img, .espa-en img {
  max-width: 250px;
}
