/* Blueprint CSS - reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}

body {
	line-height: 1.45;
	position: relative;

	font-weight: 300;
    background-color: #000;
    color: #fefefe;
    text-align: left;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table, td, th {
	vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

@font-face {
    font-family: 'DS-Digital';
    src: url('./fonts/ds-digital.eot');
    src: url('./fonts/ds-digital.eot?#iefix') format('embedded-opentype'),
    url('./fonts/ds-digital.woff') format('woff'),
    url('./fonts/ds-digital.ttf') format('truetype'),
    url('./fonts/ds-digital.svg#ds-digital') format('svg');
    font-weight: normal;
    font-style: normal;
}

a { display: inline-block; color: #000; -webkit-transition: background-color .3s; transition: background-color .3s;}
a:hover { text-decoration: none; -webkit-transition: background-color .3s; transition: background-color .3s;}
a img, .logo img {	border: none; display: block;}
.logo a { display: block;}


a, a:hover, a:active, a:focus, select {
	outline: 0;
}

.fl { float: left;}
.fr { float: right;}
.dn { display: none;}

html { height: 100%;}
body { min-height: 100%;}

.vw { margin: 0 auto; width: 960px;}
.vw2 { width: 545px; margin: 0 auto; padding-top: 50px;}

header { padding-top: 20px; margin-bottom: 50px;}

dl { width: 470px;}
dd, dt { width: 49%; display: inline-block; font-size: 1.5em; color: #ff5f08; text-shadow: #ff5f08 0 0 6px; font-weight: 600;}
dd { text-align: right;}

.middleStrip { background: url("./design/middle-strip.png") 50% 0 no-repeat; width: 100%; height: 237px; margin-bottom: 50px;}
#countdown { width: 512px; height: 126px; font-size: 5.8em; padding: 19px 0 0 33px; text-shadow: #ff5f08 0 0 6px; background: url("./design/display.png") 0 0 no-repeat; float: left; font-family: DS-Digital, Arial, Helvetica, sans-serif; font-weight: bold; color: #ff5f08; margin: 0 auto;}
.position {width: 40px; margin-right: 5px; display: inline-block; }
.digit {width: 40px; display: inline-block; text-align: right; font-family: DS-Digital, Arial, Helvetica, sans-serif; font-weight: bold; color: #ff5f08;}
.countDays { margin-right: 26px;}
.countHours { margin-right: 24px;}
.countMinutes { margin-right: 25px;}

table { width: 100%; border: 1px solid #ff5f08;}
th { border-bottom: 1px solid #ff5f08; border-right: 1px solid #000; background-color: #ff5f08; color: #000; text-shadow: #000 1px 1px 2px; padding: 10px; font-size: 1.5em;}
th:last-of-type { border-right: 0 none; }
th, td { font-weight: 600; text-align: center;}
td { color: #ff5f08; text-shadow: #ff5f08 0 0 6px; padding: 5px; border-bottom: 1px solid #ff5f08;}
tbody tr:last-of-type td { border-bottom: 0 none;}
#people { margin-bottom: 40px;}

.info { text-align: justify; margin-bottom: 30px; background-color: #ffde1e; padding: 25px;}
.info .fl { max-width: 75%; padding-right: 20px;}
.info p { color: #ff5f08; font-weight: 700; font-size: 22px; text-shadow: 0 0 1px #000;}
.hotSeat { margin-bottom: 30px;}
.hotSeat img { display: block; max-width: 100%; width: 100%;}

/*media queries*/

@media all and (max-width: 1100px) {

}


@media all and (max-width: 1023px) {


}

@media all and (max-width: 799px) {
    section { text-align: center; width: 404px; margin: -200px 0 0 -202px;}
    section > div.fl { margin-bottom: 30px;}
    section > div.fl, section > div.fr { float: none; width: 100%; display: inline-block;}

}

@media all and (max-width: 767px) {


}

@media all and (max-width: 599px) {
    section { margin: -166px 0 0 -190px; width: 380px;}
    section > div.fr img { width: 220px;}
    .perex { margin-bottom: 10px;}
    section > div.fl { margin-bottom: 15px;}
    footer { bottom: 10px;}
}

@media all and (max-width: 479px) {
    section { margin: -169px 0 0 -150px; width: 300px;}
    section > div.fl { margin-bottom: 30px;}
    h1 { font-size: 1.5em;}
    section > div.fr img { width: 280px;}
    .perex { margin-bottom: 26px;}

}


/* clear start */
.clr:after,
.buttons:after
{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clr, .buttons {
	display: inline-block; /* hasLayout */
}

/* Hides from IE-mac \*/
* html .clr, * html .buttons {
	height: 1%;
}

.clr, .buttons
{
	display: block;
}

/* End hide from IE-mac */