/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

html, body {
    height: 100%;
    min-height: 100%;
    position: relative;
}

body, p, label, select, input, button {
    font: 12px/18px Helvetica, Helvetica Neue, Arial;
    -webkit-font-smoothing: antialiased !important;
	text-rendering: optimizelegibility;
}

#age-gate {
    display: block;
    min-height: 100%;
    text-align: center;
    background: #000;
    color: #fff;
}

#age-gate a {
    color: #fff;
    text-decoration: underline;
}

#age-gate header {
    padding: 90px 0 30px 0;
}

#age-gate footer {
    padding: 0 0 30px 0;
}

#age-gate form {
    max-width: 220px;
    margin: auto;
}

#age-gate fieldset {
    clear: both;
    margin: 10px 0 0 0;
}

#age-gate label {
    text-align: left;
    padding: 0 0 0 5px;
    display: block;
    margin-bottom: 5px;
}

#age-gate select,
#age-gate input[type="text"],
#age-gate input[type="number"] {
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 0;
    margin-bottom: 10px;
    line-height: 30px;
    height: 30px;
    color: #333;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#age-gate .country select {
    width: 220px;
    text-align: left;
}

#age-gate .dob  {
    margin: 10px 0 20px 0;
}

#age-gate .dob input {
    width: 68px;
    text-align: center;
}

#age-gate .dob select {
    width: 70px;
}

#age-gate .dob select,
#age-gate .dob input {
    display: block;
    float: left;
    margin-left: 4px;
}

#age-gate .dob input:first-child,
#age-gate .dob select:first-child {
    margin-left: 0 !important;
}

#age-gate .tcs input,
#age-gate .tcs label {
    display: block;
    float: left;
}

#age-gate .tcs label {
    margin: -23px 0 0 15px;
}

#age-gate button {
    clear: both;
    width: 220px;
    line-height: 40px;
    text-transform: uppercase;
    border: 0;
    margin: 30px 0 30px 0;
    background: #fff;
    color: #000;
}

#age-gate-message {
    color: #ee2a27;
}

/*
 * Inverted Style
 */

/*
#age-gate {
    background: #fff;
    color: #000;
}

#age-gate a {
    color: #000;    
}

#age-gate button {
    border: 1px solid #333;
    border-radius: 4px;
}
*/

