/*-------------------------------------------------*
/* =  Reset
/*-------------------------------------------------*/
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}

input, select, textarea {
	outline: none;
}

/*-------------------------------------------------*
/* =  Font
/*-------------------------------------------------*/
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../font/bebasneue-webfont.eot');
    src: url('../font/bebasneue-webfontd41d.eot?#iefix') format('eot'),
         url('../font/bebasneue-webfont.woff') format('woff'),
         url('../font/bebasneue-webfont.ttf') format('truetype'),
         url('../font/bebasneue-webfont.svg#webfontX0YNjQNl') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*-------------------------------------------------*
/* =  General Style
/*-------------------------------------------------*/
html { 
 background: url('../img/bg.jpg') no-repeat center center fixed; 
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}

body {
 font-family: arial;
 font-size: 12px;
 color: #fff;
}


/*-------------------------------------------------*
/* =  Underconstruction Style
/*-------------------------------------------------*/
#underconstruction-container	{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 720px;
	height: 610px;
	margin-left: -360px;
	margin-top: -305px;
	background: url(../img/underconstruction/shadow.png) no-repeat bottom center
}

#logo {
	background: url(../img/underconstruction/logo-bg.png) no-repeat center center;
	text-align: center;
	height: 98px;
}

#logo a {
	display: inline-block;
	margin: 19px 0px;
}

#content {
	padding: 25px 20px;
	background: url(../img/underconstruction/content-bg.png);
	overflow: hidden;
}

#underconstruction-title {
	font-family: 'BebasNeueRegular';
	font-size: 26px;
	color: #848484;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
	background: url(../img/underconstruction/divider.png) no-repeat center bottom;
}


#countdown-container {
	clear: both;
	padding: 12px 42px 36px 42px;
	overflow: hidden;
	text-align: center;
	background: url(../img/underconstruction/divider.png) no-repeat center bottom;
}

.countdown_row {
	display: inline-block;
	overflow: hidden;
}

span.countdown_section:first-child {
	margin-left: 0px;
}

span.countdown_section {
	font-family: 'Times New Roman';
	font-size: 12px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	width: 134px;
	height: 116px;
	line-height: 42px;
	margin-left: 20px;
	background: url(../img/underconstruction/counter-bg.png) no-repeat;
}

.countdown_amount {
	font-family: 'BebasNeueRegular';
	font-size: 44px;
	text-align: center;
	height: 74px;
	line-height: 74px;
	color: #fff;
	text-shadow: 1px 1px 4px #000;
}
