@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: #000;
	font-weight: 400;
	font-size: 15px;
	color: #aa3e03;
	overflow: hidden;
}
.ie7 body{
	overflow:hidden;
}
.enter { 
    z-index: 100000;
    position: absolute;
    bottom: 55%;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 1;
    color: #fff;
}
.enter a {
	text-decoration: none;
    display: inline-block;
	border: 1px solid #333;
	padding: 15px 50px;
	font-size: 20px;
	line-height: 20px;
	margin: 2px 3px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	font-family: arial;
	color:#efefef;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgba(0,0,0,0.4);
	transition: ease-in-out 600ms;
	letter-spacing: 0.5px;
}
.enter a:hover {
	background: rgba(0,0,0,0.6);
	padding: 20px 70px;
	font-size: 22px;
	transition: ease-in-out 250ms;
}
#lang {
    z-index: 100002;
    position: absolute;
	left: 25px;
	top: 10px;
}
#lang a {
	text-decoration: none;
    display: inline-block;
	padding: 5px 20px;
	font-size: 18px;
	line-height: 20px;
	margin: 2px 3px;
	font-family: arial;
	color:#efefef;
	background: rgba(0,0,0,0.4);
	transition: ease-in-out 600ms;
	letter-spacing: 0.5px;
}
#lang a:hover {
	background: rgba(0,0,0,0.6);
	color: #ffffff;
	transition: ease-in-out 250ms;
}
#maximageover { 
    content: '';
    background: transparent url(../images/pattern.png) repeat top left; 
    width: 100%;
    height: 100%;
    position: absolute;
	opacity: 0.6;
    top: 0px;
    left: 0px;
    z-index: 10;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
}
.title { 
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 1;
    color: #fff;
	letter-spacing: 0.5px;
}
.title h3 { 
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 150px;
    padding: 0;
}
@media screen and (max-width: 1140px) { 
    .title h3 { font-size: 140px }
}
@media screen and (max-width: 600px) { 
    .title h3 { font-size: 80px }
}