/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	zooom:1;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
* :focus { outline: 0; }
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1 {
	font-size: 34px;
	  line-height: 45px;
}
h2 {
	font-size: 24px;
	margin-bottom: 20px;
	padding-top: 20px;
	line-height: 36px;
}
h3 {
	font-size: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
}
h4 {
	font-size: 18px;
	margin-bottom: 10px;
}
h5 {
	font-size: 16px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
h6 {
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: normal;
}

a {
	text-decoration: none;
}

img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

/*
====================================
	Begin Theme Stylesheet
====================================
*/


body{
	margin: 0;
	padding: 0;
	font-family: 'Forum';
	font-size: 14px;
	background: #999;
	color: #FFFFFF;
}

.site-header{
  height: 183px;
   width: 184px;
   margin-left:auto;
   margin-right:auto;
   margin-top:80px;}
.site-header a.logo{
   display: inline-block;
   height: 183px;
   background: url(../images/logo-a.png) no-repeat scroll center center transparent;
   text-indent: -9999px;
   width: 184px;
}


.intro-text {
	margin-top: 60px;
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
}

.intro-text h1 {
	font-family: 'Forum';
	font-size: 40px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1;
	color: #C7C7C7;
		padding:0px;

}

.intro-text h2 {
	font-family: 'Forum';
	font-size: 23px;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	line-height: 1;
	color: #C7C7C7;
	margin-top:0px;
	margin-bottom:22px;
	padding:0px;
}




/*
====================================
	supersized css
====================================
*/


#supersized-loader {
	position:absolute;
	top: 50%;
	left: 50%;
	z-index: 1000;
	width: 80px;
	height:80px;
	margin: -40px 0 0 -40px;
	text-indent:-999em;
	background:url(../images/progress.gif) no-repeat center center;
}

#supersized {
	display:block;
	position:fixed;
	left:0; top:0;
	overflow:hidden;
	z-index:-999;
	height:100%;
	width:100%;
	background: #1c1c1c;
}

#supersized img { 
  	width:auto;
	height:auto;
	position:relative;
	display:none;
	outline:none;
	border:none;
}

#supersized.speed img {
	-ms-interpolation-mode:nearest-neighbor;
	image-rendering: -moz-crisp-edges; /*Speed*/
}
	
#supersized.quality img {
	 -ms-interpolation-mode:bicubic;
	 image-rendering: optimizeQuality; 	/*Quality*/
}

#supersized li {
	display:block;
	list-style:none;
	z-index:-30;
	position:fixed;
	overflow:hidden;
	top:0;
	left:0;
	width:100%;
	height:100%; /* background:#111; */ 
}

#supersized a {
	width:100%;
	height:100%;
	display:block;
}

#supersized li.prevslide {
	 z-index:-20;
}

#supersized li.activeslide { 
	z-index:-10;
}

#supersized li.prevslide img,
#supersized li.activeslide img{
	display:inline;
}

#supersized-loader {
	position:absolute;
	top:50%;
	left:50%;
	z-index:0;
	width:100px;
	height:15px;
	text-indent:-999em;
	background:url(../images/loader.gif) no-repeat center center;}

/*#prevslide, #nextslide{ 
	position:absolute;
	height:67px;
	width:67px;
	top:50%;
	margin-top:-21px;
}

#prevslide{ 
	left:0px;
	cursor:pointer;
	background:url('../images/arrow_left.png');
}

#nextslide{
	right:0px;
	cursor:pointer;
	background:url('../images/arrow_right.png');
}


 #prevslide:hover{
	cursor:pointer;
	background:url('../images/arrow_left_o.png');
} 
#nextslide:hover{
	cursor:pointer;
	background:url('../images/arrow_right_o.png');
} */

/*
====================================
	Countdown css
====================================
*/

#clock {
	width:85%;
	margin:0 auto;
	padding: 10px;
	overflow: hidden;
	text-align: center;
	background: none;
}

#clock p {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	color: #ff6500;
	letter-spacing: 1px;
	margin: 0 10px 10px;
	text-transform: none;
	/* text-shadow: 1px 1px 2px #000; */
	text-align: center;
	vertical-align: middle;
	width: 120px;
	height: auto;
	padding: 20px 0px;
	display:inline-block;
	border:5px solid;
}

#clock p span {
	font-size: 40px;
	letter-spacing:1px;
	display: block;
	height: 40px;
	margin: 0;
}

#clock div.space {
	font-size: 60px;
	color: #fff;
	display: block;
	display:inline-block;
	width: 10px;
	background: none;
	margin: 20px 0px 0px 0px;
}

