@import url('../fonts/ravenna/stylesheet.css');
@import url('../fonts/triforce/stylesheet.css');

*
{
	margin: 0;
	padding: 0;
}

html,body
{
	background-color: #000;
	color:#fff;
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}


a {
	color: #aba088;
	font-family: 'ravennaregular','Open Sans', sans-serif;
	text-decoration: none;
}

a:hover {
	color: #e0d2b4;
}

ul
{
	list-style: none;
}

#container
{
	width: 100%;
	height: 100%;
	position:relative;
	height:auto !important;
	min-height:100%;
	margin:0 auto;
	display: none;
}

#container h1
{
	font-size: 72px;
}

#header
{
	background: transparent;
	padding: 10px;
	color:#fff;
	text-align: right;
	z-index: 1;
	position: relative;
}

#social
{
	background: transparent;
	height: 50px;
	padding: 10px;
	color:#fff;
	text-align: center;
	z-index: 1;
	position:relative;
	margin-top:10px;
}

#social a
{
	margin: 0 10px 0 10px;
}

#social img
{
	vertical-align: middle;
}


.bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover; 
    z-index: 1;
}

#maskcontainer
{
	position: relative;
	z-index: 0;
}

#mask
{
	width: 100%;
	background: url('../images/bg.png') no-repeat;
	background-position: top center;
	margin: -130px auto 0 auto;
z-index: 0;
text-align: center;
height: 850px;
}

#timer
{
	position:relative;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	background: url('../images/Times-End-2.png') no-repeat;
	background-position: 56px 30px; 
	width: 400px;
	height: 120px;
	margin: -150px auto 0 auto;
    color: #bcbcbc;
    font-family: 'triforcetriforce';
    z-index: 2;
    letter-spacing: 5px;
}

.lastday
{
	color: #9c0808 !important;
}

.table
{
	display: table;
    table-layout: fixed; 
    width: 100%;
}

#timer span
{
	 display: table-cell;
    text-align: center;
}

#timer span.infinity
{
	 display: table-cell;
    text-align: center;
    background: url('../images/infinity.png') center center no-repeat;
    width: 31px;
	height:14px;
}

#videoPlayer
{
	display: none;
	z-index: 1;
}

#content
{
	display: none;
	margin: auto;
	color: #fff;
	z-index: 2;
	width: 900px;
	top:-100%;
}

#audio
{
	margin: 0 auto 0 auto;
	text-align: center;
}

.social
{
	width:25px;
	height: 25px;
}


#trailer-link
{
	position: relative;
	margin: 20px auto 0 auto;
	z-index: 1;
	width: 900px;
	text-align: center;
	font-size: 20px;
	z-index: 2;
}

#trailer-link a
{
	color: #d1d1d1;
	text-decoration: none;
}

#trailer-link a:hover
{
	color: #aba088;
}

#navigation
{
	position: relative;
	float: right;
}
#vid2{display: none}

.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
    opacity: 0;
    pointer-events: none;
    width: 5px;
}


/*content*/
#about {
	margin-top: 40px;
}

#downloads {
	height: 100px;
	text-align: center;
}

.download {
	width: 200px;
	display: inline-block;
	margin-top: 40px;
}

#support {
	height: 45px;
}

#bandcamp {
	margin-bottom: 50px;
	float: left;
}

#bandcamp div, #credits ul {
	width: 445px;
	display: inline-block;
	vertical-align: top;
}

#bcRight {
	text-align: center;
	float: right;
}

#bcLeft {
	float: left;
}

#credits ul {
	margin-bottom: 30px;
}

#contact {
	line-height: 22px;
}

#footer {
	text-align: center;
	margin-top: 25px;
	
}

#footer a {
	color: white;
}

#disc1
{
	width: 100%;
	height: 100%;
	border: 0;
}
