@charset "UTF-8";

/**
 * Reset stylesheet v2.0 | 20110126
 * http://meyerweb.com/eric/tools/css/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;
}

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;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

var {
    font-style: italic;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button,
input,
select,
textarea {
    margin: 0;
    padding: 0;
}

/* General styles */
body {
    font-size: 62.5%;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
    color: #666;
    background: #212221;
}

ul {
    font-size: 1.2em;
}

ul li ul,
ol li ol {
    font-size: 1.0em;
}

div#page ul {
    list-style: disc;
    margin-bottom: 2.5em;
}

div#page ul li,
div#page ol li {
    margin-left: 20px;
}

ol {
    font-size: 1.2em;
    list-style: decimal;
}

ol li ol {
    list-style: lower-alpha;
}

div#page ol {
    margin-bottom: 2.5em;
}

div#page ul.unstyled,
div#page ol.unstyled {
    list-style: none;
}

div#page ul.unstyled li,
div#page ol.unstyled li {
    margin-left: 0;
}

dl {
    font-size: 1.2em;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-bottom: 2.5em;
}

dt {
    font-weight: bold;
}

div#wrap {
    width: auto;
    margin: 0 auto;
    background: #212221;
    padding: 10px;
}

section#enter-button {
    margin-bottom: 1em;
    padding: 20px 0;
}

section#enter {
    padding-top: 100px;
    text-align: center;
}

.enter-image {
    display: inline-block;
    max-width: 140px;
    width: 100%;
}

.enter-video {
    display: inline-block;
    max-width: 560px;
    width: 100%;
}

.enter-button .btn.large {
    margin-top: 20px;
    width: 200px;
}

div#page a.btn,
.btn {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 2px 15px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid transparent;
    line-height: 1.5;
    cursor: pointer;
    background: #F5313E;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
    -moz-transition: background .3s ease-in-out, color .3s ease-in-out;
    -ms-transition: background .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out;
}

div#page a.btn:hover,
.btn:hover {
    background: #cb1e30;
    color: #fff;
}

div#page a.btn:focus,
.btn:focus {
        background: #fff;
        color: #F5313E;
}

div#page a.btn.small,
.btn.small {
    padding: 2px 7px;
}

div#page a.btn.large,
.btn.large {
    color: #fff;
    padding: 8px 16px;
    font-size: 14px;
}

div#page a.btn.large:active,
.btn.large:active {
    color: #cb1e30;
}

div#page img,
div#page object,
div#page iframe {
    margin-bottom: 2.5em;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    margin: 0 auto 2.5em;
    display: block;
}

.clear {
    clear: both;
}

.row {
    margin-left: -20px;
}

div.column {
    float: left;
    margin-left: 20px;
}

div.column.two {
    width: 140px;
}
