body{
    font-family: 'Open Sans', arial, sans-serif;
}
b{
    font-weight: bold;
}
.button {
    background: #34d19a;
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    padding: 8px 18px 8px 18px;
    text-decoration: none;
    border: 0;
    box-sizing: border-box;
    display: inline-block;
}

.button:hover {
    background: #2bb887;
    text-decoration: none;
}

.text-center{
    text-align: center;
}

.buttons{
    margin-top: 0px;
    margin-bottom: 15px;
}
.docs{
    width: 400px;
    max-width: 100%;
    background: #607D8B;
    padding: 10px;
    border-radius: 3px;
    margin: 20px auto;
    color: #CFD8DC;
}

.container, body{
    background-color: #000 !important;
    width: 100%;
    display: block;
}
.adntoo {
    background: url(bg2.png);
    width: 400px;

    height: 400px;
    position: relative;
    margin: 0 auto;
    padding-top: 40px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 400px 400px;
    background-repeat: no-repeat;

}
.easyWheel{
    top: -39px;
    left: -1px;
}
.xcontainer {
    background: url(bg.png);
    width: 100%;
    max-width: 500px;
    height: -webkit-fill-available;
    position: relative;
    margin: 0 auto;
    padding-top: 40px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.title{
    font-size: 40px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}


.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 20%);
}
.clear-bg .modal-content{
    background: transparent;
}
 .age-gate input {
    width: 94%;
    height: 40px;
    border-radius: 3px;
    background-color: rgba(255,255,255,0.25);
    border: 0;
    box-shadow: none;
    color: #fff;
    font-family: "TradeGothicLTStd","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    letter-spacing: .05em;
    text-align: center;
    outline: 0;
}
.modal-body{
    text-align: center;
    margin: 10% 15%;
}
.age-gate-form button {
    background-color: #c8102e;
    border: 1px solid #c8102e;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
    height: 40px;
    width: 180px;
    padding: 4px 0 0;
    margin-top: 20px;
}
.age-gate-form button.active{
    background-color: #f21135;
    border: 1px solid #f21135;
}
.date-field.col-xs-4{
    padding: 0;
}