body {
    font-family: "Bebas Neue", sans-serif;
}

#preload-01 {
    background: url('../images/home-icon.png') no-repeat -9999px -9999px;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: "Bebas Neue", sans-serif;
    font-weight: normal;
    margin: 0;
}

.body-txt,
.body-txt p,
.body-txt a {
    font-family: "Open Sans", sans-serif;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="password"],
textarea, button,
input[type="submit"],
select {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
}

input[type=radio],
input[type=checkbox] {
    outline: none;
}

input::-ms-clear,
input::-ms-reveal,
select::-ms-expand {
    display: none;
}

img {
    outline: 0px;
    border: 0px;
    max-width: 100%;
    height: auto;
}

ul {
    all: revert;
}

li {
    all: revert;
}

label {
    font-weight: normal;
}

::-webkit-input-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    color: #fff;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 28px;
}

h6 {
    font-size: 20px;
}

.margin-top {
    margin-top: 25px !important;
}

.margin-bottom {
    margin-bottom: 25px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}


/****************Home Page CSS*********************/
body {
    background: #000;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.logo {
    padding-left: 98px;
    margin-top: 3px;
}

    .logo img {
        max-height: 94px;
    }

/*header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 222;
}*/

.header_back {
    /*position: relative;*/
    /*padding-top: 57px;*/
    /*padding: 30px 0;*/
    /*background-image: linear-gradient(rgba(4, 56, 159, 0), rgba(26, 100, 216, 0) 120%);
    opacity: 0;
    transition: all .3s ease;*/
}

header .navbar-default {
    border: none;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    min-height: 1px;
    display: inline-block;
    float: right;
    /*padding-right: 16px;*/
    padding-top: 34px;
}

header .navbar-collapse.collapse {
    padding: 0;
}

header .navbar-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

header .navbar-default .navbar-toggle:focus, header .navbar-default .navbar-toggle:hover, header .navbar-default .navbar-toggle {
    background-color: transparent;
    /*border-color: #fff;
    border-width: 2px;*/
    border: none;
}

    header .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

header .navbar-default .navbar-nav > li > a:focus, header .navbar-default .navbar-nav > li > a:hover {
    color: #fec21d;
}

/*header .nav > li > a {
    padding: 10px 14px;
}*/

/*.home_icon {
    content: '';
    background-image: url(../images/icn-home.png);
    background-size: contain;
    width: 18px;
    height: 16px;
    display: inline-block;
    margin-top: 10px;
    background-repeat: no-repeat;
}

    .home_icon.active, .home_icon:hover {
        background-image: url(../images/icn-home.svg);
        background-size: cover;
        width: 20px;
        height: 20px;
    }*/
.order_tickets {
    display: inline-block;
    float: right;
    padding-right: 88px;
}

    .order_tickets img {
        width: 105px;
    }

header .navbar-default .navbar-nav > li > a {
    padding: 0px;
    font-size: 22px;
    color: #fff;
    letter-spacing: -0.2px;
    text-shadow: 0px 0px 8px rgba(0,0,0,1);
}

header .navbar-collapse {
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* NEW MENU */
.main-nav {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    width: 100%;
    height: 150px;
    z-index: 998;
    transition: all 0.3s ease;
}

.background {
    background-image: linear-gradient(rgba(4, 56, 159, 0.8), rgba(26, 100, 216, 0.8) 120%);
    width: 100%;
    max-width: 1140px;
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1140px;
    padding-right: 70px;
    padding-left: 70px;
    margin-right: auto;
    margin-left: auto;
}

.logo-img {
    max-height: 94px;
    width: auto;
}

/*.nav-links {
    padding-right: 20px;
}*/

.menu-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.order_btn_mobile {
    display: none;
}

.nav-links ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
}

        .nav-links ul li {
            text-decoration: none;
            list-style: none;
        }

            .nav-links ul li a {
                color: #FFF;
                font-size: 20px;
                letter-spacing: 0.5px;
                text-shadow: 0 0 6px rgba(1,15,39,1);
                -webkit-transition: all .2s;
                -o-transition: all .2s;
                transition: all .2s;
            }

                .nav-links ul .active a,
                .nav-links ul li a:hover,
                .nav-links ul li a:focus {
                    color: #fec21d;
                    text-decoration: none;
                }

    .nav-links li.order_btn img {
        width: 105px;
    }

.home_icon img {
    width: 40px;
    height: auto;
    margin-bottom: 2px;
    margin-right: -5px;
}

.nav-links ul .home_icon i {
    font-size: 18px;
}

.nav-menu,
.nav-overlay {
    display: none;
}

.close-btn {
    display: none;
}

.no-scroll {
    overflow: hidden;
}

.mobile-header-purchase {
    display: none;
}



.footer {
    background-color: #2760be;
    padding: 24px 80px 31px 80px;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.footer-top .footer-left {
    width: 30%;
}

    .footer-top .footer-right {
        width: 70%;
        justify-items: flex-end;
    }

.footer_nav ul {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer_nav ul li a {
        font-size: 20px;
        letter-spacing: 0.5px;
        white-space: nowrap;
        color: #fff;
        text-shadow: 0 0 6px rgba(1, 15, 39, 1);
    }

        .footer_nav ul li a:hover,
        .footer_nav ul li.active a {
            color: #fec21d;
        }

.footer_copy p,
.website_design p {
    color: #fff;
    text-shadow: 0 0 6px rgba(1, 15, 39, 1);
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.5px;
}

    .website_design p span {
        color: #fec21d;
    }

.footer_copy {
    /*padding-left: 98px;
    padding-right: 58px;*/
}

.website_design {
    padding-right: 92px;
    text-align: right;
}

.breton-footer-logo .breton-img {
    background-image: url(../images/breton-group-logo2.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: contain;
    width: 100%;
    height: 32px;
    opacity: .5;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

    .breton-footer-logo .breton-img:hover {
        opacity: 1;
    }

.copyright {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding-top: 60px;
}

    .copyright .footer-col:nth-of-type(1) {
        width: 70%;
    }

    .copyright .footer-col:nth-of-type(2) {
        width: 30%;
    }



.banner {
    margin-bottom: var(--margins);
    position: relative;
}

.banner_txt {
    font-size: 13px;
    color: #fff;
    /*font-family: 'DroidSans';*/
    position: absolute;
    bottom: 50px;
    left: 36px;
}

.banner_data {
    position: absolute;
    bottom: 22px;
    right: 90px;
}

.banner .container {
    position: relative;
}

.hero-banner {
    position: relative;
}

    .hero-banner::before {
        position: absolute;
        content: '';
        display: block;
        background-image: linear-gradient(rgba(39,95,175,0.5), rgba(39,95,175,0));
        width: 100%;
        height: 180px;
        mix-blend-mode: multiply;
    }

.hero-banner .sold-out-banner {
    display: none !important;
}

body.soldout .hero-banner .live-banner,
body.soldout .hero-banner .closed-banner,
body.soldout .order_btn,
body.soldout .footer-order-btn,
body.soldout .ticket-price,
body.soldout .order-link {
    display: none !important;
}

body.soldout .hero-banner .sold-out-banner {
    display: block !important;
}

.lottery_img {
    position: relative;
}

.diff_draw {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

    .diff_draw .prize-container {
        width: 100%;
    }


.support {
    background-image: url(../images/support.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 39px;
    padding: 81px 0px 80px
}

.support_desc {
    padding-left: 32px;
}

    .support_desc h2 span {
        display: block;
    }

    .support_desc h2 {
        /*font-family: 'DroidSans';*/
        text-shadow: 0px 0px 15px rgba(3, 3, 3, 0.75);
        color: #fff;
        line-height: 32px;
        letter-spacing: -0.8px;
    }

    .support_desc p {
        /*font-family: 'DroidSans';*/
        font-size: 18px;
        color: #fff;
        text-shadow: 0px 0px 15px rgba(3, 3, 3, 0.75);
        margin-left: 1px;
        margin-top: 10px;
        letter-spacing: -0.3px;
    }

.prizes {
    display: inline-block;
    width: 100%;
}

.image_left {
    float: left;
    display: inline-block;
    width: 632px
}

.image_right {
    float: right;
    display: inline-block;
    padding-right: 14px;
    padding-top: 23px;
    width: 508px;
}

    .image_right img {
        margin-left: auto;
    }

.add-prize-container {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.prize-one {
    background-color: #B30504;
}

.prize-two {
    background-color: #DA7000;
}

.prize-three {
    background-color: #AD8001;
}

.prize-four {
    background-color: #3E7CD0;
}

.prize-five {
    background-color: #D30505;
}

.prize-six {
    background-color: #4A9224;
}

.prize-seven {
    background-color: #C200AE;
}

.draw-last-year {
    width: 100%;
    margin-bottom: 30px;
}

.about_easter .sub_desc p:last-of-type {
    margin-bottom: 0px;
}

.sub_desc a {
    color: #ffbc01;
    /*font-family: 'DroidSansBold';*/
}

.dreamcan_cometrue_desc.about_data {
    padding: 52px 0 0 0px;
    display: inline-block;
    width: 100%;
}

.easter_seals {
    width: 91px;
    float: left;
    display: inline-block;
    margin-right: 19px;
}

.about_easter {
    float: left;
    display: inline-block;
    width: 444px;
}

.dreamcan_cometrue_desc.about_data .big p {
    margin-top: -5px;
    margin-bottom: 14px;
}

.dreamcan_cometrue_desc h6 {
    color: #ffbc01;
    /*font-family: 'DroidSansBold';*/
    margin-bottom: 37px;
}

.about_easter .sub_desc {
    width: 100%;
}

input.text_box::-webkit-input-placeholder {
    color: #4c4c4c;
}

input.text_box::-moz-placeholder {
    color: #4c4c4c;
}

input.text_box:-ms-input-placeholder {
    color: #4c4c4c;
}

input.text_box:-moz-placeholder {
    color: #4c4c4c;
}

.breadcrumb {
    background-image: url('../images/breadcrumb_back.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0;
    color: #fff;
    padding: 8px 15px 16px 15px;
    border-radius: 0;
}

    .breadcrumb h1 {
        /*font-family: 'CenturyGothicBold';*/
        margin: 7px 0;
        padding-left: 82px;
    }

        /*.breadcrumb h1 span {
            font-family: 'CenturyGothicRegular';
        }*/

/* COUNTDOWN TIMER */
/*.countdown_main {
    margin-bottom: var(--margins);
    width: 100%;
    position: relative;
}*/
.countdown_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: var(--margins);
    padding: 0 80px;
}

.count_text p {
    font-size: 42px;
    margin: 0;
    line-height: 46px;
    color: #fff;
    margin-top: 7px;
}

    .count_text p > span {
        font-size: 64px;

    }

    .count_text p span span {
        color: #ffbc01;
        
    }

.countdown-timer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.countdown-timer .time {
    font-size: 72px;
    line-height: 0.8;
    text-align: center;
    color: #000;
    background-color: #ffbc01;
    padding: 20px 20px 10px 20px;
    width: 100%;
    min-width: 98px;
}

    .countdown-timer .time span {
        display: block;
        font-size: 20px;
        text-transform: uppercase;
    }

.remove_pad {
    padding-right: 0;
}

.dream-imgs .col-sm-6:nth-of-type(2n+1),
.dream-imgs .col-xs-6:nth-of-type(2n+1) {
    padding-right: 10px;
}

.dream-imgs .col-sm-6:nth-of-type(2n+2),
.dream-imgs .col-xs-6:nth-of-type(2n+2) {
    padding-left: 10px;
}

.remove_pad .dream_img img {
    max-height: 260px;
    width: 100%;
}

.dreamcan_cometrue_desc {
    padding: 40px 0 0 40px;
}

    .dreamcan_cometrue_desc .big {
        max-width: 400px;
    }

    .dreamcan_cometrue_desc .big p {
        margin-bottom: 28px;
        margin-left: -2px;
        /*font-family: 'CenturyGothicRegular';*/
    }

.open-house-list {
    padding-left: 0;
    margin-bottom: 35px;
}

    .open-house-list li {
        list-style: none;
    }

    .open-house-list em {
        font-size: 12px;
    }

.big p {
    font-size: 40px;
    line-height: 42px;
    color: #fff;
}

    .big p span {
        color: #fdbb01;
        display: block;
    }

.sub_desc {
    font-size: 14px;
    color: #fff;
    line-height: 21px;
    letter-spacing: -0.2px;
    width: 89%;
    margin-bottom: 40px;
}

    .sub_desc p {
        margin-bottom: 21px;
    }

    .sub_desc span {
        margin-bottom: 2px;
        color: #ffbc01;
        display: inline-block;
        font-size: 16px;
    }

    .sub_desc .order-link {
        display: block;
        color: #ffbc01;
        font-family: "Bebas Neue", sans-serif;
        font-size: 42px;
        line-height: 1.1em;
        padding-top: 20px;
    }

    .sub_desc .order-link:hover {
        color: #fff;
    }

.thanks_sponsor .big p span {
    display: inline-block;
}

.thanks_sponsor {
    width: 100%;
    display: inline-block;
    position: relative;
}

.left_pad {
    padding-left: 95px;
    padding-top: 25px;
}

.thanks_sponsor .big p {
    letter-spacing: -2px;
}

.thanks_sponsor_img {
    padding-right: 73px;
    vertical-align: middle;
}

/*.notification {
    background-image: url('../images/notify_bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: table;
    width: 100%;
    margin: 30px 0;
}

    .notification .left_pad {
        padding-top: 0;
    }

    .notification .big p, .notification .big p span {
        color: #000;
        letter-spacing: -2px;
    }

    .notification .big {
        padding: 44px 0;
    }

        .notification .big p span {
            font-weight: bold;
            display: inline-block;
        }*/

.ticket_main ul {
    position: relative;
}

    .ticket_main ul li {
        display: inline-block;
        width: auto;
        text-align: center;
        min-height: 247px;
        position: relative;
        vertical-align: middle;
        cursor: default;
    }

        .ticket_main ul li img {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 50%;
            cursor: pointer;
        }

.ticket_main li.ticket {
    background-image: url('../images/BG1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 16%;
}

.ticket_main li.cabin {
    background-image: url('../images/BG2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 36%;
    position: absolute;
    left: 9%;
}

    .ticket_main li.cabin:hover, .ticket_main li.cabin.active {
        background-image: url('../images/BG2-black.png');
    }

.ticket_main li.draw:hover, .ticket_main li.draw.active {
    background-image: url('../images/BG3-black.png');
}

.ticket_main li.ultimate:hover, .ticket_main li.ultimate.active {
    background-image: url('../images/BG4-black.png');
}

.ticket_main li.cabin img {
    width: 60%;
}

.ticket_main li.draw {
    background-image: url('../images/BG3.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 35.6%;
    position: absolute;
    left: 38%;
}

.ticket_main li.ultimate {
    background-image: url(../images/BG4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 33.5%;
    position: absolute;
    right: 0;
}

.ticket_main ul li.ultimate img {
    padding-left: 5%;
}

/*Popup Css*/

.overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: auto;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
}

.email_notification_pop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: auto;
    width: 100%;
    max-width: 600px;
    height: auto;
    background-color: #fec21d;
    padding: 60px 80px;
    z-index: 1000;
}

.pop_head {
    /*position: relative;
    text-align: right;
    padding: 15px;*/
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
}

    .pop_body .title.big p, .title.big p span {
        color: #000;
        display: inline-block;
    }

        /*.pop_body .title.big p span {
            font-family: 'CenturyGothicBold';
        }*/

    .pop_body .title.big {
        margin-bottom: 22px;
        text-align: center;
    }

input.text_box {
    width: 100%;
    margin-bottom: 10px;
    border: none;
    border-radius: 4px;
    padding: 14px 15px 10px 15px;
    font-size: 22px;
    color: #4c4c4c;
}

    input.text_box::placeholder {
        color: #919191;
    }

.pop_body input[type="button"] {
    width: 100%;
    font-size: 24px;
    color: #fff;
    border: 0;
    border-radius: 4px;
    background-color: #255ab2;
    text-transform: uppercase;
    padding: 13px 10px 10px 10px;
}


/**/
.submit_form {
    margin-top: -7px;
}

    .submit_form p {
        /*font-family: 'CenturyGothicBold';*/
        color: #fff;
        margin-bottom: 55px;
        font-size: 18px;
        line-height: 23px;
        letter-spacing: 0px;
        word-spacing: -3px;
        margin-top: 5px;
    }

    .submit_form .input_text {
        /*font-family: 'CenturyGothicRegular';*/
        width: 100%;
        background-color: #4c4c4c;
        border-radius: 10px;
        margin-bottom: 25px;
        padding: 12px 20px;
        font-size: 18px;
        color: #fff;
        border: 2px solid #777676;
    }

.radio_option {
    padding-left: 6px;
    padding-top: 25px;
}

    .radio_option label {
        /*font-family: 'CenturyGothicRegular';*/
        font-size: 22px;
        color: #fff;
        padding-left: 45px;
        cursor: pointer;
        font-weight: normal;
        margin-bottom: 0px;
        position: relative;
        margin-bottom: 23px;
        word-spacing: -3px;
    }

        .radio_option label:before {
            position: absolute;
            content: '';
            background: url(../images/radio_icon.png) -33px 0px no-repeat;
            display: inline-block;
            left: 0px;
            width: 33px;
            height: 33px;
        }

    .radio_option input[type="radio"]:checked + label:before {
        background-position: 0px -1px;
    }

    .radio_option input[type="radio"] {
        display: none;
    }

.continue_btn {
    /*font-family: 'CenturyGothicBold';*/
    font-size: 22px;
    background-color: #255ab2;
    color: #fff;
    border-radius: 10px;
    border: none;
    padding: 10px 67px;
    margin-top: 54px;
    float: right;
}

.breadcrumb_yellow {
    background-image: url(../images/breadcrumb_yellow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 7px;
    color: #fff;
    padding: 12px 15px 12px 15px;
    border-radius: 0;
}

    .breadcrumb_yellow h1 {
        font-size: 35px;
        /*font-family: 'CenturyGothicBold';*/
        margin: 7px 0;
        padding-left: 84px;
        word-spacing: -3px;
    }

        .breadcrumb_yellow h1 span {
            /*font-family: 'CenturyGothicRegular';*/
            letter-spacing: -2.5px;
        }

.order_way {
    padding: 30px 0px;
}

.red_box {
    background-color: #e80605;
    padding-top: 44px;
    /*padding-left: 66px;*/
    min-height: 199px;
}

.yellow_box {
    background-color: #ffbc01;
    padding-top: 64px;
    padding-left: 0px;
    min-height: 199px;
}

.blue_box {
    background-color: #255ab2;
    padding: 35px 15px 0;
    /* padding-left: 43px;*/
    min-height: 199px;
}

.red_box p:first-child {
    /*font-family: 'CenturyGothicBold';*/
    font-size: 50px;
    color: #fff;
    line-height: 35px;
    padding-bottom: 14px;
    margin: 0px;
    text-align: center;
}

.yellow_box p:first-child {
    /*font-family: 'CenturyGothicBold';*/
    font-size: 50px;
    color: #000;
    line-height: 35px;
    padding-bottom: 15px;
    margin: 0px;
    text-align: center;
}

.blue_box p:first-child {
    /*font-family: 'CenturyGothicBold';*/
    font-size: 50px;
    color: #fff;
    line-height: 35px;
    padding-bottom: 14px;
    margin: 0px;
    padding-left: 6px;
    word-spacing: -8px;
    text-align: center;
}

.red_box p:last-of-type {
    /*font-family: 'CenturyGothicRegular';*/
    font-size: 36px;
    color: #fff;
    margin: 0px;
    padding-bottom: 2px;
    text-align: center;
}

.yellow_box p:last-of-type {
    /*font-family: 'CenturyGothicRegular';*/
    font-size: 36px;
    color: #000;
    margin: 0px;
    letter-spacing: -1px;
    word-spacing: 2px;
    text-align: center;
}

.red_box a {
    /*font-family: 'CenturyGothicBold';*/
    font-size: 36px;
    color: #fff;
    padding-left: 57px;
}

.blue_box h6 {
    /*font-family: 'CenturyGothicBold';*/
    font-size: 18px;
    color: #fff;
    text-align: center;
    letter-spacing: 0px;
    word-spacing: -2px;
    padding-bottom: 2px;
}

.blue_box address {
    /*font-family: 'CenturyGothicRegular';*/
    font-size: 14px;
    color: #fff;
    text-align: center;
    letter-spacing: 0px;
    word-spacing: -2px;
    padding-bottom: 6px;
    margin: 0px;
}

.newsletter p {
    /*font-family: 'CenturyGothicRegular';*/
    font-size: 36px;
    color: #fff;
    text-align: center;
    word-spacing: 0px;
    margin-bottom: 33px;
    text-transform: uppercase;
}

.submit_form .newsletter_text {
    /*font-family: 'CenturyGothicRegular';*/
    width: 100%;
    background-color: #4c4c4c;
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 18px;
    color: #fff;
    border: 2px solid #777676;
}

.subscribe_btn {
    /*font-family: 'CenturyGothicBold';*/
    font-size: 22px;
    background-color: #255ab2;
    color: #fff;
    border-radius: 10px;
    border: none;
    padding: 10px 37px;
    display: table;
    margin: 31px auto 0;
}

.newsletter {
    padding: 65px 0px;
}

.foundland {
    background-image: url(../images/support_foundland.jpg);
    background-size: cover;
    padding-bottom: 64px;
    padding-top: 64px;
}

.rules_thanks .big p {
    text-align: center;
}

.sponsors ul {
    margin-right: -15px;
    margin-left: -15px;
    text-align: center;
}

    .sponsors ul li {
        padding-right: 15px;
        padding-left: 15px;
        display: inline-block;
        width: 16.38%;
        vertical-align: middle;
        margin-bottom: 40px;
    }

        .sponsors ul li img {
            margin: 0 auto;
        }

.rules_thanks {
    margin-top: 25px;
}

    .rules_thanks .big p {
        margin-bottom: 50px;
    }

.rules_regulations {
    color: #fff;
    padding: 20px 0px;
}

    .rules_regulations span {
        color: #FFBC01;
    }

    .rules_regulations h4 {
        font-size: 24px;
        line-height: 1.2;
    }

    .rules_regulations h5 {
        color: #FFBC01;
        font-size: 22px;
    }

    .rules_regulations p {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        padding-bottom: 24px;
    }

    .rules_regulations ul {
        margin-bottom: 20px;
    }

        .rules_regulations ul li {
            font-size: 16px;
        }

.employee-rules li {
    font-family: 'Open Sans', sans-serif;
}

.rules_regulations li::marker,
.employee-rules li::marker {
    color: #FFBC01;
}

/*****29-5-2017********/
.sponsors .col-sm-3 img {
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/*.lottery_img img {
    height: 212px;
}*/

.get_email .notification {
    margin-top: 11px;
}

.sponsor_img {
    height: 84px;
    margin-bottom: 13px;
    display: table;
    width: 100%;
    position: relative;
    vertical-align: top;
}
/************social popup************/
.social_share_pop {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 600px;
    height: 365px;
    background-color: #fff;
}

.share_pop_head {
    background-color: #3566b0;
    padding: 10px 0;
}

.share_pop_body p {
    /*font-family: 'CenturyGothicRegular';*/
    font-size: 28px;
    color: #000;
    padding-top: 20px;
    padding-bottom: 5px;
}

.share_pop_body span {
    /*font-family: 'CenturyGothicBold';*/
    font-size: 28px;
    color: #000;
}

.social_icon_pop {
    padding: 25px 0px;
}

    .social_icon_pop li {
        display: inline-block;
    }

    .social_icon_pop ul li:before {
        content: '';
        background-image: url(../images/pop_social.png);
        background-position: 0px 0px;
        background-repeat: no-repeat;
        width: 45px;
        height: 42px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

    .social_icon_pop ul {
        padding: 0px 30px;
    }

        .social_icon_pop ul li:first-child {
            /*font-family: 'CenturyGothicBold';*/
            font-size: 23px;
            color: #3460a1;
            margin-right: 40px;
        }
        /*.social_icon_pop ul li:first-child:before{
   
}*/
        .social_icon_pop ul li:last-child:before {
            background-position: -98px 0px;
        }

        .social_icon_pop ul li:last-child {
            /*font-family: 'CenturyGothicBold';*/
            font-size: 23px;
            color: #28aae1;
        }

.share_pop_body a {
    /*font-family: 'CenturyGothicRegular';*/
    font-size: 18px;
    color: #595959;
    vertical-align: top;
}

    .share_pop_body a:before {
        content: '';
        background-image: url(../images/popup_close.png);
        background-position: 0px 0px;
        background-repeat: no-repeat;
        width: 24px;
        height: 23px;
        display: inline-block;
        margin-right: 10px;
    }

.share_pop_head img {
    margin: 0 auto;
}

.share_pop_body {
    padding: 0px 75px;
    text-align: center;
}

.scroll_link a {
    font-size: 18px;
    /*font-family: 'CenturyGothicRegular';*/
    color: #b6dcff;
}

.scroll_link {
    padding-top: 20px;
}

    .scroll_link a span {
        /*font-family: 'CenturyGothicBold';*/
        color: #fff;
        -ms-transform: rotate(-90deg); /* IE 9 */
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        display: inline-block;
    }

.thank_tou_txt_left {
    /*font-family: 'CenturyGothicBold';*/
    color: #fff;
    font-size: 18px;
}

    .thank_tou_txt_left span {
        color: #ffbc01;
    }

.thank_tou_txt_right {
    font-size: 28px;
    /*font-family: 'CenturyGothicRegular';*/
    color: #fff;
}

    /*.thank_tou_txt_right span {
        font-family: 'CenturyGothicBold';
    }*/

.countdown_main.thankyou_banner_countdown {
    position: absolute;
    bottom: -35px;
    right: 10px;
    width: 480px;
}

    .countdown_main.thankyou_banner_countdown .count_text p {
        padding: 0 20px 20px 0;
        text-align: right;
        font-size: 26px;
    }

.breadcrumb {
    position: relative;
}

/*02/06/2017 changes*/
form.billing-wrap {
    padding-bottom: 40px;
}

/* Common Css Start */
h1, h2, h3, h4, h5, h6, body, p {
    margin: 0;
}
/* Common Css End */

.main-wrap {
    max-width: 2000px;
    padding: 50px 50px 45px 50px;
    background-color: #be0001;
    width: 100%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lotery_title {
    width: 820px;
    font-size: 105px;
    text-transform: capitalize;
    /*font-family: 'GOTHICB';*/
    color: #fec21d;
    text-shadow: -3px -2px 10px #030303;
    letter-spacing: -6px;
    line-height: 95px;
    float: left;
}

    .lotery_title span {
        color: #fff;
        margin-left: 10px;
    }

.lotery_subtext {
    width: 510px;
    font-size: 42px;
    /*font-family: 'GOTHICB';*/
    color: #fec21d;
    text-shadow: -3px -1px 6px #030303;
    letter-spacing: -1px;
    line-height: 40px;
    float: left;
    position: absolute;
    left: 36%;
    top: 70px;
}

.lotery_price_main {
    position: relative;
}

    .lotery_price_main h1 {
        font-size: 160px;
        color: #fff;
        /*font-family: 'GOTHICB';*/
        text-shadow: -3px -2px 10px #030303;
        position: absolute;
        right: -20px;
        top: -35px;
    }

        .lotery_price_main h1:before {
            content: '$';
            display: inline-block;
            position: relative;
            font-size: inherit;
            color: #fff;
            text-align: right;
            /*font-family: 'GOTHICB';*/
        }

        .lotery_price_main h1 span {
            display: block;
            font-size: 71px;
            text-align: right;
        }

.bottom_text {
    width: 100%;
    display: inline-block;
    text-align: right;
}

    .bottom_text h3 {
        font-size: 46px;
        /*font-family: 'GOTHICB';*/
        color: #fec21d;
        margin-right: -20px;
    }

.bottom_subtext {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-top: 20px;
}

    .bottom_subtext p {
        font-size: 22px;
        color: #fff;
        /*font-family: 'droid_sansregular';*/
        word-spacing: -1px;
    }

navbar-default {
    color: #fff;
}

.rules-page {
    line-height: 1.6;
}

    .rules-page a {
        color: #FFBC01;
    }

        .rules-page a:hover {
            color: #FFF;
        }

.tour-video video {
    width: 100%;
    outline: none !important;
}

.grand-prize-video {
    background-color: #be0002;
    background-image: url('../images/grand-video-bg.jpg');
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
    padding: 40px 40px;
}

    .grand-prize-video .grand-header {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
        width: 100%;
        max-width: 800px;
        height: auto;
    }

    .grand-prize-video h2 strong {
        color: #FFBC01;
    }

    .grand-prize-video video {
        display: block;
        width: 100%;
        max-width: 800px;
        outline: none !important;
        margin: 0 auto;
    }

        .grand-prize-video video:not(:last-child) {
            margin-bottom: 20px;
        }


/* ABOUT SLIDER */
.about-slider {
    padding-top: 52px;
}

    .about-slider.slick-dotted.slick-slider {
        margin-bottom: 60px;
    }

    .about-slider .slick-dots li button::before {
        color: #fff;
        font-size: 30px;
        opacity: 100%;
    }

    .about-slider .slick-dots li.slick-active button::before {
        color: #ffbc01;
    }


/* GRAND PRIZE SLIDER */
.grand-prize-slider.slick-slider {
    margin-bottom: 25px;
}

.grand-prize-slider img {
    width: 100%;
    height: auto;
}

.grand-prize-slider .slick-dots li button:before {
    color: #fff;
}

@media (max-width: 767px) {
    .grand-prize-slider .slick-prev,
    .grand-prize-slider .slick-next {
        display: none !important;
    }
}

.hide-div {
    display: none !important;
}


/* SPLASH PAGE */
#splash-page {
    background-image: url(../images/splash-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
}

    #splash-page .splash-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 20px;
    }

        #splash-page .splash-container h1 {
            color: #fff;
            font-size: 72px;
            font-weight: 700;
            letter-spacing: 0.5px;
            text-align: center;
            text-transform: uppercase;
            margin-top: 40px;
            text-shadow: 0 0 15px rgba(0,0,0,0.85);
        }

        #splash-page .splash-container img {
            display: block;
            width: 100%;
            max-width: 600px;
            height: auto;
            margin: 0 auto;
        }