@font-face {
    font-family: 'Alex Brush';
    src: url('../fonts/AlexBrush-Regular.eot');
    src: url('../fonts/AlexBrush-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AlexBrush-Regular.woff2') format('woff2'),
        url('../fonts/AlexBrush-Regular.woff') format('woff'),
        url('../fonts/AlexBrush-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'American Scribe';
    src: url('../fonts/AmericanScribe.eot');
    src: url('../fonts/AmericanScribe.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AmericanScribe.woff2') format('woff2'),
        url('../fonts/AmericanScribe.woff') format('woff'),
        url('../fonts/AmericanScribe.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Centaur';
    src: url('../fonts/Centaur.eot');
    src: url('../fonts/Centaur.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Centaur.woff2') format('woff2'),
        url('../fonts/Centaur.woff') format('woff'),
        url('../fonts/Centaur.ttf') format('truetype'),
        url('../fonts/Centaur.svg#Centaur') format('svg');
    font-weight: normal;
    font-style: normal;
}

#agemsg .modal-dialog {
    position: absolute;
    top:45%;
    left: 50% !important;
    -webkit-transform: translate(-50%,-50%) !important;
    -moz-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
    width:100%;
    max-width: 100%;
}

.blue { background: #0088c0 !important;color: #fff; }
.gray { background: #6f6e6b !important; }
.down_arrow3 {
    position: absolute;
    top:20px;
    right:14px;
    cursor: pointer;
}

/* Disclaimer */
.disclaimer_wrapper {
    /* background: url(../images/alcohol_image_25.png) no-repeat;
    background-size: cover;
    background-position: center center; */
    /* background: #053b58; */
    background-repeat: repeat;
    width:100%;
    min-height: 100%;
    color:#feffff;
    text-align: center;
    padding: 67px 0 0;
}
.dclaimer_thumb.dclaimer_c img {
    width: 50%;
}
.dclaimer_c {
    float: left;
}
.dclaimer_thumb {
    width:100%;
}
.dclaimer_content {
    width:100%;
}
.dclaimer_content p {
    font-size: 16px;
}
.dclaimer_title_1 {
    font-size: 36px;
    margin-top: 5px;
}
.dclaimer_title_2 {
    font-size: 19px;
    margin-top: 15px;
    line-height: 1;
}
.dclaimer_title_2 .andd {
    display: block;
}
.dclaimer_title_3 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.divider4 {
    width:80%;
    background: #fff;
    margin:30px auto 30px;
    height:2px;
}
.alexb { font-family: 'Alex Brush'; }
.americans { font-family: 'American Scribe'; }
.centaur {font-family: 'Centaur';}

/* disclaimer form */

.form_group {
    margin-bottom:15px;
    position: relative;
    margin-top:25px;
}
input[type="checkbox"],
input[type="radio"] {
    display: none;
}
.disclaimer_form { 
    width:100%;
    margin:20px auto;
}
.disclaimer_form .form_group input[type="text"],
.disclaimer_form .form_group input[type="button"],
.disclaimer_form .form_group input[type="reset"] {
    background: transparent;
    border:1px solid #666464;
    border-radius: 0;
    padding: 15px 15px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    width:100%;
    font-size: 16px;
    font-family: 'Lato-Light';
}
.disclaimer_form .form_group input[type="checkbox"] {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 1px;
}
.disclaimer_form .form_group input[type="checkbox"] + label {
    font-size: 14px;
    vertical-align: middle;
    color:#fff;
    text-transform: inherit;
}
.disclaimer_form .form_group input[type="checkbox"] + label a {
    text-decoration: underline;
    color:#fff;
}
.disclaimer_form .form_group input[type="checkbox"] + label a:hover {
    color:#0088c0;
}
.disclaimer_form .form_group input[type="checkbox"] + label > span {
    position: relative;
    width: 23px;
    height: 23px;
    display: inline-block;
    cursor: pointer;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -3px;
}
.disclaimer_form .form_group input[type="checkbox"] + label > span {
    background: url(../images/check2.png) no-repeat 0 0;
}
.disclaimer_form .form_group input[type="checkbox"]:checked + label > span {
    background: url(../images/check2.png) no-repeat -23px 0;
}
.disclaimer_form .form_group input[type="submit"],
.disclaimer_form .form_group input[type="button"],
.disclaimer_form .form_group input[type="reset"] {
    display: inline-block;
    width: 102px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    font-size: 14px;
    font-family: 'Lato-Bold';
    border-radius: 0;
    border:none;
}
.disclaimer_form .form_group input[type="button"] {
    margin-right: 15px;
}
.dclaimer_footer {
    margin-top: 30px;
}
.dclaimer_footer h3 {
    display: inline-block;
    border-bottom: 1px solid #feffff;
    padding-bottom: 10px;
}
.dclaimer_footer p {
    font-size: 10px;
    margin-top: 25px;
}
/* .dclaimer_btn {
    margin-top: 35px;
} */

.fancy_dropdown {
    position: absolute;
    -webkit-box-shadow: 0 0 11px -1px rgba(0,0,0,0.2);
    box-shadow: 0 0 11px -1px rgba(0,0,0,0.2);
    top: 0;
    background: rgb(26, 3, 0);
    left: 0;
    z-index: -1;
    width: 100%;
    border: 1px solid #666464;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: translateY(96px);
    transform: translateY(96px);
    opacity: 0;
}
.fancy_dropdown ul li {
    border-bottom: 1px solid #666464;
    padding: 12px 16px;
    display: block;
    color: #fff;
    cursor: pointer;
    text-align: left;
}
.fancy_dropdown ul li:last-child {
    border-bottom: 0;
}
.fancy_dropdown ul li:hover {
    background: #2f0e09;
}

.open_AgeDropdown {
    -webkit-transform: translateY(53px);
    transform: translateY(53px);
    opacity: 1;
    z-index: 1;
}

#agemsg .modal-dialog .modal-content {
    border:0;
    border-radius:2px ;
}
.register {
    padding: 30px 0 15px; 
}
.register h4 {
    font-size: 16px;
    margin-bottom: 18px;
}
.select_age {
    cursor: pointer;
}
.hide {opacity: 0;}
#errmsg { 
    display: block;
    text-align: left; 
}

/*-----------_Added By Aswin--------------_*/
    @keyframes zoominoutsinglefeatured {
        0% {
            transform: scale(0.8);
            opacity: 0;
        }100% {
            transform: scale(1);
            opacity: 1;
        }
    }

    @keyframes topup {
        0% {
            transform: scale(1);
            opacity: 1;
        }100% {
            transform: scale(0.1);
            opacity: 0;
           display: none;
        }
    }
    @keyframes lineup {
        0% {
            transform: scale(1.1);
            opacity: 0;
        }100% {
            transform: scale(1);
            opacity: 1;
        }
    }
    .video_banner{
        width: 100%;
        height: 100%;
        left: 0;
        top:0;
        bottom: 0;
        margin: 0;
        padding: 0;
        right: 0;
    }
    .video{
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        left: 0;
        top:0;
        bottom: 0;
        margin: 0;
        padding: 0;
        right: 0;
    }
    .video video{
        width: 100%;
        height: auto;
    }
    .video:after {
        background-color: rgba(0, 0, 0, 0.68);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        content: "";
    }
    .main_content{
        width: 100%;
        height: 100%;
        display: table;
        position: relative;
        z-index: 99;
    }
    .content_wrapper{
        display: table-cell;
        vertical-align: middle;
    }
    .left_content img{
        width: 65%;
        transition: all 0.5s ease;
        opacity: 0;
        animation: lineup 2s forwards;
    }
    .left_content img:hover{
        transform: scale(1.1);
    }
    .video_content > div{
        float: left;
        width: 50%;
        text-align: center;
    }
    .right_content h2{
        color: white;
        text-transform: uppercase;
        padding: 0px 35px;
        font-size: 17px;
    }
    .right_content{
        padding-top: 13%;
    }
    #ageBox-infos{
        color:white;
        font-size: 15px;
    }
    .dclaimer_btn input{
        border:1px solid white !important;
        background-color: transparent;
        color:white;
        margin:0 15px;
        transition: all 0.5s ease;
    }
    .right_content > div{
        opacity: 0;
        animation: lineup 2s forwards;
    }
    .zoomOut{
        animation: topup 2s forwards;
    }
    .dclaimer_btn input:hover{
        background-color: white !important;
        color: black !important;
    }
    .terms{
        position: absolute;
        top: unset;
        width: 100%;
        bottom: 0;
        text-align: right;
        left: 0;
        padding: 20px;
        color: white;
    }
    .terms a{
        color:white;
        text-transform: capitalize;
        text-decoration: underline;
    }
    .cancel_content{
        display: none;
        
    }
    .cancel_content.show h2{
        animation: lineup 2s forwards;
        opacity: 0;
    }
    .cancel_content.show #ageBox-infos{
        animation: lineup 2s forwards;
        opacity: 0;
    }
    .no_content{
        text-align: center;
    }
    .no_content h2{
        color: white;
        text-transform: uppercase;
        padding: 0px 35px;
        font-size: 19px;
        padding-bottom: 15px;
    }

@media (max-width:480px) {
    .dclaimer_title_2 {
        line-height: 1.3;
    }
    .dclaimer_title_2 span {
        display: block;
    }
}

@media (min-width:480px) {

    #agemsg .modal-dialog { width:300px; }
    .disclaimer_form .form_group input[type="submit"], 
    .disclaimer_form .form_group input[type="button"], 
    .disclaimer_form .form_group input[type="reset"] {
        width: 160px;
        height:50px;
        line-height: 50px;
        font-size: 16px;
    }
    .divider4 {
        width: 363px;
    }

}
@media (min-width:768px) {
    .disclaimer_wrapper {
        min-height:100vh;
    }
    .dclaimer_thumb.dclaimer_c img {
        width: 308px;
    }
    .dclaimer_thumb { width:40%; }
    .dclaimer_content { width: 60%; }
    .dclaimer_title_1 {
        font-size: 50px;
    }
    .dclaimer_title_2 {
        font-size: 28px;
    }
    .dclaimer_footer p {
        font-size: 14px;
    }

}
@media (max-width:1064px) {
    .disclaimer_form .form_group input[type="submit"], 
    .disclaimer_form .form_group input[type="button"], 
    .disclaimer_form .form_group input[type="reset"]{
        width: 130px;
    }
    .video video{
        transform: scale(1.4);
        height: 100%;
    }
    .right_content {
        padding-top: 8%;
    }
}
@media (max-width:800px) {
    .right_content {
        padding-top: 6%;
    }
    .right_content h2{
        font-size: 14px;
    }
}
@media (max-width:768px) {
    .video_content > div{
        float: none;
        width: 100%;
    }
    .left_content img{
        width: 120px;
    }
    .video video {
        transform: scale(6);
        height: 100%;
    }
    .terms{
        text-align: center;    }
}