:root {
    --body-txt: "Open Sans", sans-serif;
    --header-txt: "Bebas Neue", sans-serif;
}

@font-face {
    font-family: 'DroidSansBold';
    src: url('../fonts/DroidSansBold.eot');
    src: url('../fonts/DroidSansBold.eot') format('embedded-opentype'), url('../fonts/DroidSansBold.woff2') format('woff2'), url('../fonts/DroidSansBold.woff') format('woff'), url('../fonts/DroidSansBold.ttf') format('truetype'), url('../fonts/DroidSansBold.svg#DroidSansBold') format('svg');
}

@font-face {
    font-family: 'DroidSans';
    src: url('../fonts/DroidSans.eot');
    src: url('../fonts/DroidSans.eot') format('embedded-opentype'), url('../fonts/DroidSans.woff2') format('woff2'), url('../fonts/DroidSans.woff') format('woff'), url('../fonts/DroidSans.ttf') format('truetype'), url('../fonts/DroidSans.svg#DroidSans') format('svg');
}

@font-face {
    font-family: 'CenturyGothicBold';
    src: url('../fonts/911Fonts_com_CenturyGothicBold_911fonts_comfontspMgo.eot');
    src: url('../fonts/911Fonts_com_CenturyGothicBold_911fonts_comfontspMgo.eot') format('embedded-opentype'), url('../fonts/911Fonts_com_CenturyGothicBold_911fonts_comfontspMgo.woff2') format('woff2'), url('../fonts/911Fonts_com_CenturyGothicBold_911fonts_comfontspMgo.woff') format('woff'), url('../fonts/911Fonts_com_CenturyGothicBold_911fonts_comfontspMgo.ttf') format('truetype'), url('../fonts/911Fonts_com_CenturyGothicBold_911fonts_comfontspMgo.svg#911Fonts_com_CenturyGothicBold_911fonts_comfontspMgo') format('svg');
}

@font-face {
    font-family: 'CenturyGothicRegular';
    src: url('../fonts/911Fonts_com_CenturyGothicRegular_911fonts_comfontsmhpY.eot');
    src: url('../fonts/911Fonts_com_CenturyGothicRegular_911fonts_comfontsmhpY.eot') format('embedded-opentype'), url('../fonts/911Fonts_com_CenturyGothicRegular_911fonts_comfontsmhpY.woff2') format('woff2'), url('../fonts/911Fonts_com_CenturyGothicRegular_911fonts_comfontsmhpY.woff') format('woff'), url('../fonts/911Fonts_com_CenturyGothicRegular_911fonts_comfontsmhpY.ttf') format('truetype'), url('../fonts/911Fonts_com_CenturyGothicRegular_911fonts_comfontsmhpY.svg#911Fonts_com_CenturyGothicRegular_911fonts_comfontsmhpY') format('svg');
}

/*@font-face {
    font-family: 'DroidSansBold';
    src: url('Content/fonts/DroidSansBold.eot');
    src: url('Content/fonts/DroidSansBold.eot') format('embedded-opentype'),
         url('Content/fonts/DroidSansBold.woff2') format('woff2'),
         url('Content/fonts/DroidSansBold.woff') format('woff'),
         url('Content/fonts/DroidSansBold.ttf') format('truetype'),
         url('Content/fonts/DroidSansBold.svg#DroidSansBold') format('svg');
}
@font-face {
    font-family: 'DroidSans';
    src: url('Content/fonts/DroidSans.eot');
    src: url('Content/fonts/DroidSans.eot') format('embedded-opentype'),
         url('Content/fonts/DroidSans.woff2') format('woff2'),
         url('Content/fonts/DroidSans.woff') format('woff'),
         url('Content/fonts/DroidSans.ttf') format('truetype'),
         url('Content/fonts/DroidSans.svg#DroidSans') format('svg');
}
@font-face {
    font-family: 'CenturyGothicBold';
    src: url('Content/fonts/911Fonts_com_CenturyGothicBold_911fonts_comfontspMgo.eot');
    src: url('Content/fonts/911Fonts_com_CenturyGothicBold_911fonts_comfontspMgo.eot') format('embedded-opentype'),
         url('Content/fonts/911Fonts_com_CenturyGothicBold_911fonts_comfontspMgo.woff2') format('woff2'),
         url('Content/fonts/911Fonts_com_CenturyGothicBold_911fonts_comfontspMgo.woff') format('woff'),
         url('Content/fonts/911Fonts_com_CenturyGothicBold_911fonts_comfontspMgo.ttf') format('truetype'),
         url('Content/fonts/911Fonts_com_CenturyGothicBold_911fonts_comfontspMgo.svg#911Fonts_com_CenturyGothicBold_911fonts_comfontspMgo') format('svg');
}
@font-face {
    font-family: 'CenturyGothicRegular';
    src: url('Content/fonts/911Fonts_com_CenturyGothicRegular_911fonts_comfontsmhpY.eot');
    src: url('Content/fonts/911Fonts_com_CenturyGothicRegular_911fonts_comfontsmhpY.eot') format('embedded-opentype'),
         url('Content/fonts/911Fonts_com_CenturyGothicRegular_911fonts_comfontsmhpY.woff2') format('woff2'),
         url('Content/fonts/911Fonts_com_CenturyGothicRegular_911fonts_comfontsmhpY.woff') format('woff'),
         url('Content/fonts/911Fonts_com_CenturyGothicRegular_911fonts_comfontsmhpY.ttf') format('truetype'),
         url('Content/fonts/911Fonts_com_CenturyGothicRegular_911fonts_comfontsmhpY.svg#911Fonts_com_CenturyGothicRegular_911fonts_comfontsmhpY') format('svg');
}*/

#preload-01 {
    background: url('../images/home-icon.png') no-repeat -9999px -9999px;
}

body {
    font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
    font-weight: normal;
    margin: 0;
}

.header-2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 32px;
}

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;
}
    /*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 {
    list-style: none;
    padding: 0px;
    margin-bottom: 0;
}

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: 18px;
}

.margin-top {
    margin-top: 25px !important;
}

.margin-bottom {
    margin-bottom: 25px !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 {
    padding-top: 30px;
}

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: 28px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #fec21d;
}

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/home-icon-active.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/home-icon.png);
        background-size: cover;
        width: 18px;
        height: 16px;
    }

.order_tickets {
    display: inline-block;
    float: right;
    padding-right: 88px;
}

    .order_tickets img {
        width: 91px;
    }

header .navbar-default .navbar-nav > li > a {
    padding-right: 0px;
    font-family: 'DroidSansBold';
    font-size: 14px;
    color: #fff;
    letter-spacing: -0.2px;
    text-shadow: 0px 0px 5px rgba(61, 112, 130, 0.7);
}

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;
}

.menu-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.order_btn_mobile {
    display: none;
}

.nav-links ul {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: "Bebas Neue", sans-serif;
    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;
    font-family: "Bebas Neue", sans-serif;
    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-family: "Bebas Neue", sans-serif;
    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%;
    }

.background {
    /*background-color: rgba(51, 118, 190, 0.7);*/
    /*background: rgba(4, 56, 159, 0.9);*/
    background-image: -o-linear-gradient(rgba(4, 56, 159, 0.9), rgba(26, 100, 216, 0.9) 120%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 56, 159, 0.9)), color-stop(120%, rgba(26, 100, 216, 0.9)));
    background-image: linear-gradient(rgba(4, 56, 159, 0.9), rgba(26, 100, 216, 0.9) 120%);
    padding: 30px 0;
}

.banner {
    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;
    }

.countdown_timer {
    padding-left: 16px;
    padding-top: 2px;
}

#getting-started .time span {
    padding-bottom: 6px;
    padding-top: 5px;
}

.win_truck {
    margin-bottom: 30px;
}

.banner_data {
    position: absolute;
    bottom: 22px;
    right: 90px;
}

.banner .container {
    position: relative;
}

.lottery_img {
    position: relative;
    margin-bottom: 30px;
}

.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: 'CenturyGothicRegular';
        text-shadow: 0px 0px 15px rgba(3, 3, 3, 0.75);
        color: #fff;
        line-height: 28px;
        letter-spacing: -0.8px;
    }

    .support_desc p {
        font-family: 'CenturyGothicBold';
        font-size: 18px;
        color: #fff;
        text-shadow: 0px 0px 15px rgba(3, 3, 3, 0.75);
        margin-left: 1px;
        margin-top: 6px;
        letter-spacing: -0.3px;
    }

.easter-seal-support {
    margin-bottom: 30px;
}

.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;
    }

.win_truck_prize {
    display: inline-block;
    width: 100%;
    background-color: #4ecfd1;
    margin-bottom: 30px;
}

.win_atv_prize {
    display: inline-block;
    width: 100%;
    background-color: #ecae02;
    margin-bottom: 30px;
}

.win_card_prize {
    display: inline-block;
    width: 100%;
    background-color: #f80605;
    margin-bottom: 30px;
}

.win_costal_prize {
    display: inline-block;
    width: 100%;
    background-color: #65a045;
    margin-bottom: 30px;
}

.win_pink_prize {
    display: inline-block;
    width: 100%;
    background-color: #dd03db;
    margin-bottom: 30px;
}

.win_bird_prize {
    display: inline-block;
    width: 100%;
    background-color: #e67a03;
    margin-bottom: 30px;
}

.win_miss_prize {
    display: inline-block;
    width: 100%;
    background-color: #2a86fc;
    margin-bottom: 25px;
}

.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_main {
    padding: 28px 0 28px;
    width: 100%;
    position: relative;
}

    .countdown_main .count_text {
        padding-left: 95px;
        padding-top: 23px;
    }

.count_text p {
    font-size: 28px;
    margin: 0;
    line-height: 24px;
    color: #fff;
    letter-spacing: -1px;
    font-family: 'CenturyGothicRegular';
}

    .count_text p span {
        color: #ffbc01;
        letter-spacing: normal;
        font-family: 'CenturyGothicBold';
    }

#getting-started .time {
    font-size: 50px;
    font-family: 'DroidSansBold';
    text-align: center;
    display: inline-block;
    color: #000;
    background-color: #ffbc01;
    margin-right: 15px;
    width: 97px;
    padding: 5px 0;
    line-height: normal;
}

    #getting-started .time span {
        display: block;
        font-size: 14px;
        text-transform: uppercase;
    }

.dream_img {
    margin-bottom: 23px;
}

.remove_pad {
    padding-right: 0;
}

    .remove_pad .dream_img img {
        max-height: 260px;
        width: 100%;
    }

.dreamcan_cometrue_desc {
    padding: 66px 0 0 99px;
}

    .dreamcan_cometrue_desc .big p {
        margin-bottom: 28px;
        margin-left: -2px;
    }

.big p span {
    color: #fdbb01;
    display: block;
}

.sub_desc {
    font-size: 14px;
    color: #fff;
    line-height: 21px;
    font-family: 'DroidSans';
    letter-spacing: -0.2px;
    width: 89%;
}
    /*.dreamcan_cometrue_desc .sub_desc p{margin-bottom: 21px;}*/
    .sub_desc p {
        margin-bottom: 21px;
    }

    .sub_desc span {
        margin-bottom: 2px;
        color: #ffbc01;
        display: inline-block;
    }

.thanks_sponsor .big p span {
    display: inline-block;
    font-family: 'CenturyGothicBold';
}

.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 {
    text-align: right;
    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-top: 11px;
}

    .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-family: 'CenturyGothicBold';
            display: inline-block;
        }

.ticket_main {
    margin-bottom: 30px;
}

    .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: pointer;
        }

            .ticket_main ul li img {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                width: 50%;
            }

    .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;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.7);
}

.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: 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 {
        font-family: var(--header-txt);
        margin-bottom: 22px;
        text-align: center;
    }

input.text_box {
    font-family: var(--header-txt);
    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"] {
    font-family: var(--header-txt);
    width: 100%;
    font-size: 24px;
    letter-spacing: 0.5px;
    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: var(--header-txt);
        color: #fff;
        margin-bottom: 25px;
        font-size: 28px;
        line-height: 1;
        word-spacing: -1px;
        margin-top: 5px;
        letter-spacing: 0.8px;
    }

#ticket_section .blank_option_step1 {
    font-size: 18px;
    color: black;
    padding-left: 28px;
    margin-right: 65px;
    cursor: default;
    font-weight: normal;
    margin-bottom: 0px;
    position: relative;
    margin-bottom: 23px;
    word-spacing: 0px;
    display: flex;
    align-items: center;
    width: 100%;
}

    #ticket_section .blank_option_step1 input {
        font-family: var(--body-txt);
        font-size: 18px;
        color: black;
        cursor: auto;
        font-weight: normal;
        margin-bottom: 0px;
        position: relative;
        word-spacing: 0px;
        padding: 3px;
    }

    #ticket_section .blank_option_step1 label {
        font-family: var(--body-txt);
        font-size: 18px;
        color: #fff;
        padding-left: 30px;
        cursor: default;
        font-weight: normal;
        margin-bottom: 0px;
        position: relative;
        word-spacing: 0px;
        display: inline;
    }

.radio_option {
    padding-left: 6px;
    padding-top: 7px;
}

    .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;
    }

#ticket_section .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;
    display: block;
    width: 60%;
    float: left;
}

#ticket_section .radio_option_step1 label {
    font-family: 'CenturyGothicRegular';
    font-size: 18px;
    color: #fff;
    padding-left: 45px;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px;
    position: relative;
    margin-bottom: 23px;
    /*////word-spacing: -3px;*/
    word-spacing: 0px;
    display: block;
    width: 60%;
    float: left;
}

.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: var(--header-txt);
    font-size: 28px;
    letter-spacing: 0.5px;
    background-color: #255ab2;
    color: #fff;
    border-radius: 8px;
    border: none;
    padding: 15px 60px 10px 60px;
    margin-top: 54px;
    float: right;
}

.breadcrumb_yellow {
    background-image: url(../images/breadcrumb_yellow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 12px 15px 12px 15px;
    margin-top: 20px;
    border-radius: 0;
}

    .breadcrumb_yellow h1 {
        font-family: var(--header-txt);
        font-size: 46px;
        margin: 7px 0;
        padding-left: 70px;
        text-shadow: 0 0 7px rgba(0,0,0,0.7);
    }

.order_way {
    /*padding: 30px 0px 0px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

    .order_way .order-box {
        /*width: calc(33.3333% - 15px);*/
        width: 100%;
    }

        .order_way .order-box .contact-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .order_way .order-box .contact-container div {
            text-align: center;
            width: 50%;
        }

.red_box, .yellow_box, .blue_box {
    padding: 35px 15px;
}

.red_box {
    background-color: #e80605;
}

.yellow_box {
    background-color: #ffbc01;
}

.blue_box {
    background-color: #255ab2;
}

    .red_box h3,
    .yellow_box h3,
    .blue_box h3 {
        color: #FFF;
        font-family: 'CenturyGothicBold';
        font-size: 40px;
        line-height: 35px;
        padding-bottom: 20px;
        margin: 0px;
        text-align: center;
    }

.yellow_box h3 {
    color: #000;
}

.red_box p:first-child,
.yellow_box p:first-child,
.blue_box p:first-child {
    font-family: 'CenturyGothicBold';
    font-size: 40px;
    line-height: 35px;
    padding-bottom: 14px;
    margin: 0px;
    text-align: center;
}

.red_box p:first-child,
.blue_box p:first-child {
    color: #fff;
}

.yellow_box p:first-child {
    color: #000;
}

.red_box p {
    font-family: 'CenturyGothicRegular';
    font-size: 22px;
    color: #fff;
    margin: 0px;
    padding-bottom: 2px;
    text-align: center;
}

.red_box a:nth-of-type(1) {
    margin-bottom: 15px;
}

.yellow_box h3 {
    font-family: var(--header-txt);
    font-size: 48px;
    color: #000;
    margin: 0px;
    margin-top: 15px;
    letter-spacing: -1px;
    word-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}

.yellow_box a {
    color: #000;
    font-size: 22px;
    font-weight: bold;
}

    .yellow_box p a:hover {
        color: #FF0000;
    }

.pdf-icon img {
    display: block;
    width: 40px;
    height: auto;
    margin: 0 auto;
}

.red_box a {
    font-family: var(--body-txt);
    font-size: 28px;
    color: #fff;
    /*padding-left: 57px;*/
    text-align: center;
    display: block;
}

.blue_box h6 {
    font-family: 'CenturyGothicBold';
    font-size: 18px;
    color: #fff;
    text-align: center;
    letter-spacing: 0px;
    line-height: 32px;
    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: 10px;
    margin: 0px;
}

.newsletter p {
    font-family: 'CenturyGothicRegular';
    font-size: 36px;
    color: #fff;
    text-align: center;
    word-spacing: 0px;
    margin-bottom: 33px;
}

.submit_form .newsletter_text {
    font-family: 'CenturyGothicRegular';
    width: 100%;
    /*background-color: #4c4c4c;*/
    background-color: #ffffdb;
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 18px;
    /*color: #fff;*/
    color: #000;
    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);
    padding-bottom: 64px;
    padding-top: 73px;
}

.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: 36px;
}

    .rules_thanks .big p {
        margin-bottom: 50px;
    }

.rules_regulations {
    color: #fff;
    padding: 40px 0px;
}

    .rules_regulations h4, .rules_regulations h6 {
        font-family: 'CenturyGothicBold';
        padding-bottom: 20px;
        font-size: 20px;
    }

    .rules_regulations h5 {
        font-family: 'CenturyGothicBold';
        font-size: 20px;
    }

    .rules_regulations label {
        font-family: 'CenturyGothicRegular';
        font-size: 18px;
    }

    .rules_regulations p {
        font-family: 'CenturyGothicRegular';
        font-size: 18px;
        padding-bottom: 20px;
    }

    .rules_regulations h6 a {
        color: #fff;
    }

    .rules_regulations ul {
        margin-bottom: 20px;
    }

        .rules_regulations ul li {
            font-family: 'CenturyGothicRegular';
            font-size: 18px;
        }

/*#ticket_section .ticket-header {
    background-color: #000000 !important;
}*/

#ticket_section {
    margin-top: 0px !important;
    background-color: #000000 !important;
}


    #ticket_section .continue_btn {
        font-family: var(--header-txt) !important;
        font-size: 28px !important;
        letter-spacing: 0.5px;
        background-color: #255ab2 !important;
        color: #fff !important;
        border-radius: 10px !important;
        border: none !important;
        /*////padding: 10px 67px!important;*/
        margin-top: 0px;
        float: right !important;
        height: auto !important;
        max-width: initial !important;
        /*///border-radius: 0px!important;*/
    }

#btnStep4 {
    margin-top: 20px !important;
}

.select-options .item-selected a {
    background-color: #255ab2 !important;
}

.select-area.select-ticket .select-opener {
    background-position: -45px -259px !important;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    height: 18px !important;
    width: 18px !important;
}

#step3 .text-holder {
    width: 48% !important;
    margin: 0 1% 0 1% !important;
    padding: 0 !important;
    float: left;
}

.submit_form {
    /*font-family: 'CenturyGothicRegular' !important;*/
    width: 100% !important;
    /*background-color: #4c4c4c!important;
    border-radius: 10px!important;
    margin-bottom: 25px!important;
    padding: 12px 20px!important;
    font-size: 18px!important;
    color: #fff!important;
    border: none!important;
	/*height: 49px!important;*/
}

.input_text {
    font-family: var(--body-txt) !important;
    width: 100% !important;
    /*background-color: #4c4c4c!important;*/
    background-color: #fff !important;
    border-radius: 6px !important;
    margin-bottom: 25px !important;
    padding: 12px 20px !important;
    font-size: 18px !important;
    color: #000 !important;
    border: none !important;
    height: 49px !important;
}

.btn-holder label {
    font-size: 18px;
    color: #fff;
    cursor: default;
    font-weight: normal;
    margin-bottom: 0px;
    position: relative;
}

.btn-holder.chckbx > div {
    display: flex;
    align-items: flex-start;
}

    .btn-holder.chckbx > div input[type=radio],
    .btn-holder.chckbx > div input[type=checkbox] {
        margin: 5px;
        margin-right: 15px;
    }

.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: 11px 0 30px;
}

.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.pop_twitter: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 li.pop_facebook: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.pop_twitter:before {
            background-position: -98px 0px;
        }

        .social_icon_pop ul li.pop_facebook:before {
            /*///background-position: -98px 0px 0px;*/
            background-position: -98px 0px;
        }

        .social_icon_pop ul li:last-child {
            font-family: 'CenturyGothicBold';
            font-size: 23px;
            color: #28aae1;
        }

.share_pop_body a.social_close {
    font-family: 'CenturyGothicRegular';
    font-size: 18px;
    color: #595959;
    vertical-align: top;
}

    .share_pop_body a.social_close: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';
    }

.thank_tou_txt_content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.thank_you {
    margin-bottom: 40px;
}

.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;
}

.big p {
    font-size: 40px;
    line-height: 42px;
    color: #fff;
}

input:-webkit-autofill {
    /*-webkit-box-shadow: 0 0 0 100px blue inset;*/
    -webkit-box-shadow: 0px 0px 0px 100px #ffffdb inset;
    box-shadow: 0px 0px 0px 100px #ffffdb inset;
}

.error-msg {
    color: #E71E26 !important;
    font-size: 18px !important;
    text-align: right !important;
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.transaction-title {
    color: #ffbc01 !important;
    font-family: var(--header-txt);
    font-size: 42px;
    margin-bottom: 0 !important;
}

.thank_tou_txt_content p {
    font-family: var(--body-txt);
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 0;
}

.thank_tou_txt_content h3,
.order-form.error h3 {
    color: #fff;
    font-family: var(--header-txt);
    font-size: 28px;
}

.deadline-txt {
    margin-top: 30px !important;
}

.deadline-txt h2 {
    color: #FEC21D !important;
    font-family: var(--header-txt) !important;
    font-size: 36px !important;
}

.deadline-txt p {
    font-size: 24px !important;
}

.hide-div {
    display: none !important;
}

.soldout-txt {
    display: none;
    margin-bottom: 60px;
}

body.soldout .soldout-txt {
    display: block !important;
}

body.soldout .purchase-content {
    display: none !important;
}