/* Import Fonts */
@import url(http://fonts.googleapis.com/css?family=Coustard|Open+Sans);

body {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	color: #777;
	background: #000;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Coustard', serif;
	color:#fff;
	font-weight: normal;
	letter-spacing: 1px;
}
h1{
	font-size: 63px;
	line-height: 70px;
	padding: 0;
	margin: 0;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #C4C4C4;
}
h5{
	font-size: 24px;
	line-height: 35px;
	padding: 0;
	margin: 0;
	color: #b7b7b7;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

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


#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: 206px;
	width: 267px;
	z-index: 9999;
	-webkit-font-smoothing: antialiased;
	color: #606060;
	left: 8px;
	height: 245px;
	padding: 25px;
	background-color: #FFFFFF;
}

#logo {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 49px;
	bottom: 11px;
	height: 35px;
	left: 6px;
	position: absolute;
	width: 102px;
	z-index: 1000;
	color: #fff;
}

.main-nav{
	position: absolute;
	bottom: 5px;
	left: 115px;
	z-index: 1001;
	width: 201px;
	height: 43px;
}
.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: #d9e021;
}

.social-nav {
	position: absolute;
	top: 1px;
	left: 34px;
}
.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 {
	bottom: 50px;
	height: 32px;
	position: absolute;
	right: 36px;
	width: 29px;
	z-index: 1000;
}
#arrow_left {
	right: 84px;
}
