/* 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;
}
/* 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;
}

body {
    background: #000 url('./images/background.jpg') no-repeat top center;
    font-family: 'Roboto', sans-serif;
}

a#logo {
    display: block;
    text-indent: -9999px;
    margin: 77px auto 100px;
    width: 199px;
    height: 63px;
    background: url('./images/logo.png') no-repeat;
} 

@media all and (max-width: 800px) {
    a#logo {
        margin: 30px auto 40px;
    }
}

#wrap {
    max-width: 800px;
    min-width: 200px;
    margin: 0 auto;
    text-align: center;
}

h1 {font-size: 40px; color: #40b49e; display: inline-block; margin: 0 0 40px 0; padding: 0 40px;}
h2 {font-size: 25px; color: #40b49e; display: inline-block; margin: 40px 0 27px 0; padding: 0 40px; line-height: 30px;}
.subpage h2 {margin: 0 0 10px 0; padding: 0!important;}
.subpage p {padding: 0!important; margin: 10px 0 30px 0;}

p {color: #fff; font-size: 15px; line-height: 24px; padding: 0 40px;}
p.cc_message {color: #000 !important;}

@media all and (max-height: 800px) {
    .landing_page p, .landing_page h2 {
        display: none;
    }
}

a.button_start {
    display: block;
    width: 220px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    background: url('./images/button.png') no-repeat;
    margin: 52px auto 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

a.button_start:hover {background-position: 0 -49px;}

input[type=submit] {
    display: block;
    width: 220px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    background: url('./images/button.png') no-repeat;
    margin: 52px auto 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

input[type=submit]:hover {background-position: 0 -49px;}

span#footer {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #494949;
    position: absolute;
    bottom: 100px;
    z-index: -10;
}
@media all and (max-height: 800px) {
    span#footer {
        position: static;
        margin-top: 50px;
    }
}

#clouds {
    width: 100%;
    height: 610px;
    background: url('./images/clouds.png') repeat-x;
    position: absolute;
    top: 150px;
    z-index: -10;
}

.subpage {
    width: 350px;
    text-align: left!important;
    margin: 0 auto;
}

label {
    color: #fff;
    padding: 10px 10px 10px 35px;
    display: block;
    border: 1px solid rgba(77, 174, 156, 0.5);
    background: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;  
    margin: 10px 0 0 0;
    cursor: pointer;
    line-height: 20px;
    position: relative;
}

label.select {
    padding: 10px;
}

label input {
    position: absolute;
    left: 10px;
    top: 11px;
}


label.checkedLabel {
    background: rgba(77, 174, 156, 0.5);
}

.subpage form select {
    width: 300px;
    padding: 10px;
    margin: 10px 12px;
    font-weight: bold;
    font-size: 15px;
    -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

h2#pretext {
    color: #f3666a;
    margin-top: 0 !important;
}

h1 i {
    color: #fff;
}

#countdown {
    color: #fff;
    margin-top: 0 !important;
}
#countdown i {
    color: #f3666a;
}

p.left {
    margin-bottom: 20px;
}

.result_page {
    position: relative;
    top: -50px;
}

.adbox {
    width: 336px;
    height: 280px;
    display: inline-block;
}

.social_buttons {
    margin-bottom: 35px;
}
