/* HINYC CSS 
	author: Georgios Athanassiadis
*/

/* Basic */

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

html{
	font-size: 62.5%;
	height: 100%;
	background-color: #EFE5DC;
}

body{
	height: 100%;
	border-top: solid 5px black;
}

div#wrapper{
	background: #EFE5DC url('../assets/images/hinyc_bg.jpg') no-repeat scroll center top;
	background-position: 152px -18px;
	padding: 0 0 20px 0;
	overflow: hidden;
}

div#curtain{
	background-color: #000;
	width: 100%;
	min-height: 100%;
	z-index: 2;
	position: fixed;
	overflow: hidden;
	display: none;
	padding: 50px 0 0 0;
}

header{
	padding: 17px 0 85px 0;
}

div#main {
	overflow: hidden;
	padding-bottom: 40px;
} 

/* Footer */

footer {
	height: 470px;
	padding: 30px 0 0 0;
	overflow: hidden;
} 

div#secret-code{
	width: 200px;
	margin: 0 auto;
	padding: 100px 0 20px 0;
}

div.infodiv{
	position: relative;
	background-color: black;
	color: #fff;
	height: 400px;
	padding: 20px 0 0 0;
	-moz-transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	background: #000 url('../assets/images/hinyc.triangle.png')no-repeat bottom center;
	font-size: 1.8em;
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

hr{
	background: url('../assets/images/hinyc.pattern.gif') repeat;
	height: 10px;
	border: none;
	padding: 0;
	margin: 0;
}

hr:first-child{
	margin-bottom: 20px;
}

div.infodiv hr{
	background: #000 url('../assets/images/hinyc.pattern.white.gif') repeat;
	height: 10px;
	border: none;
}

div.info-content{
	display: none;
	padding: 130px 10px 0 10px;
	text-align: center;
	overflow: hidden;	
}

div.info-content ul{
	display: inline;
}

/* FACEBOOK BUTTON*/

div#facebook iframe{
	float: right;
	margin-right: -50px;
	padding: 0;
	width: 100px;
}

/* VIDEO */

section#video{
	-webkit-
}

div#grisplayer_jwplayerControlbar{
	
}

/*FTF Haxx*/
span#ftf_link{
	display: none !important;
}


/* TYPOGRAPHY */

@font-face {
	font-family: "Helvetica Neue Roman";
	src: url('../assets/fonts/Helvetica Neue CE 55 Roman.ttf');
}

@font-face {
	font-family: "Helvetica Neue Roman";
	font-style: italic;
	src: url('../assets/fonts/Helvetica Neue CE 56 Italic.ttf');
}

/*
@font-face {
	font-family: "Univers LT Std";
	font-weight: lighter;
	src: url('../assets/fonts/UniversLTStd-LightUltraCn.otf');
}
*/


body {
  	font-family: "Helvetica Neue Roman", "Lucida Grande";
}

h1{
	font-size: 2.5em;
	font-style: italic;
}

div.infodiv h1{
	position: absolute;
	font-style: normal;
	font-size: 7em;
	text-align: center;
	left: 24px;
	bottom: -30px;
	text-shadow: 0px 1px #c0b7b0, 1px 2px #c0b7b0, 1px 3px #c0b7b0;
	
}



div.info-content ul li{
	float: left;
	font-size: 2.5em;
	padding: 3px;
	
}
div.info-content ul li a{
	text-decoration: none;
}

div.info-content ul li:first-child{
	padding-left: 13px;
}

div.info-content .dot-1 a{
	cursor: pointer;
	color: #fed513;
}

div.info-content .dot-2 a{
	cursor: pointer;
	color: #33cbff;
}

div.info-content .dot-3 a{
	cursor: pointer;
	color: #3b5998;
}

div.info-content .dot-1 a:hover, div.info-content .dot-2 a:hover, div.info-content .dot-3 a:hover{
	color: #fff;
}

h2{
	padding: 10px;
	font-size: 0.8em;
	line-height: 1.2em;
}

h3{
	padding: 0;
	margin: 0;
	height: 30px;
}

div.infodiv li{
	padding: 10px;
	font-size: 0.7em;
	text-align: center;
}
