body {
	font-family: 'Open Sans', 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: 'ITCAvantGardePro-Bold';
	color:#fff;
	font-weight: normal;
	letter-spacing: 1px;
}

h1{font-size: 63px; line-height: 70px; padding: 0; margin: 0;}
h2 {font-size: 23px;}
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;}

@font-face {
  font-family: 'ITCAvantGardePro-Bold';
	src: url('../fonts/ITCAvantGardePro-Bold.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/ITCAvantGardePro-Bold.otf')  format('opentype'),
	url('../fonts/sITCAvantGardePro-Bold.woff') format('woff'),
	url('../fonts/ITCAvantGardePro-Bold.ttf')  format('truetype'), 
	url('../fonts/ITCAvantGardePro-Bold.svg#ITCAvantGardePro-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

#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 { 
	margin:40px auto 0;
	position:relative;
	text-align: center;
	top:200px;
	z-index:9999;
	-webkit-font-smoothing:antialiased;
}

.social-nav {
	position:absolute;
	top: 0px;
	left: 40px;
}

#logo, .main-nav {display:none;}

.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:30px;
	height:42px;
	position:absolute;
	right:40px;
	width:42px;
	z-index:1000;
}
#arrow_left {
	right:95px;
}

/* Phone : 480px */
@media only screen and (max-width: 480px){
	h1 {font-size: 40px;line-height: 50px;}
	#arrow_left, #arrow_right {display:none;}
	h5 {line-height: 65px;}
}

@media only screen and (max-width: 767px){
	#arrow_left, #arrow_right {bottom: -75px;width: 20px;}
	#arrow_left > img, #arrow_right > img {width: 30px;}
	#arrow_left {right: 80px;}
}