@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
        width: 100%;
    }
}

@media screen and (max-width:1920px) {
    .bg-video video {
        width: auto;
    }
}

@media screen and (max-width:1499px) {
    /* EARLYBIRD SECTION */
    .earlybird-cols .content-col {
        background-size: cover;
        padding: 80px 50px;
    }

    .lottery-details .lottery-date-counter h2,
    .earlybird-section .earlybird-content h1,
    .lottery-details .lottery-tickets h1,
    .proceeds_section .black_title h1,
    #contact .black_title h1 {
        font-size: 48px !important;
    }

        .lottery-details .lottery-date-counter h2 span {
            font-size: 28px;
        }

    .earlybird-section .earlybird-content img {
        margin-right: 30px;
    }

    .earlybird-section .earlybird-content h3 {
        font-size: 36px !important;
    }

    .content-col .earlybird-list ul li {
        font-size: 20px;
    }

    .content-col .earlybird-three {
        font-size: 24px;
    }
}

@media screen and (max-width:1320px) {

    .lottery-details .red-bg {
        padding: 150px 20px 80px 20px;
    }

    .chha-logo,
    .imagine-logo {
        display: none;
    }

    .nav-flex {
        margin-top: 17px;
    }
}

@media screen and (max-width:1216px) {

    .sponsors_section .sponsors_slider .flex-direction-nav a {
        margin: -9px 0 0 0;
    }
}

@media screen and (max-width:1199px) {
    .chha-header-logo img {
        display: none;
    }

    .nav-flex {
        margin-top: 19px;
    }

    .navbar-nav > li {
        margin-left: 9px;
    }

    .hero-img {
        height: 550px;
    }

    .earlybird-section .riverfront-logo {
        margin-top: 30px;
    }

    .jackpot-text-left {
        bottom: 85px;
        left: 30px;
    }

    .jackpot-text-right {
        top: 60px;
        right: 30px;
    }

    .flexslider#first_slider ul li img.fifty_bg {
        height: 700px;
    }

    .flexslider#first_slider {
        height: 700px;
    }

        .flexslider#first_slider .thanku_box {
            top: 270px;
        }

    .rules_top {
        padding: 120px 0 120px 0;
    }

    .rules_condition_section {
        padding: 60px 0;
    }

        .rules_condition_section .rules_title {
            padding-bottom: 10px;
        }

    /* EARLYBIRD SECTION */
    .earlybird-section .earlybird-content h1 {
        font-size: 36px !important;
    }

    .earlybird-section .earlybird-content img {
        height: 80px;
        margin-right: 25px;
    }

    .earlybird-section .earlybird-content h3 {
        font-size: 30px !important;
    }

    .content-col .earlybird-list ul li {
        font-size: 16px;
    }

        .content-col .earlybird-list ul li img {
            width: 22px;
            height: auto;
            margin-right: 12px;
        }

    /* RULES AND CONDITIONS MODAL */
    .rules-modal-container {
        top: 20px;
        margin-bottom: 20px;
        padding: 20px;
        width: calc(100% - 40px);
    }

        .rules-modal-container .close-btn-rules {
            top: 10px;
            right: 10px;
            width: 30px;
            height: 30px;
        }

            .rules-modal-container .close-btn-rules span {
                width: 25px;
            }
}

@media screen and (max-width:991px) {
    .lottery-details .lottery-date-counter h2,
    .earlybird-section .earlybird-content h1,
    .lottery-details .lottery-tickets h1,
    .proceeds_section .black_title h1,
    #contact .black_title h1 {
        font-size: 42px !important;
    }

    /* NEW NAV */
    .nav-logo {
        display: block;
        margin-left: 20px;
    }

    .nav-logo-link {
        margin-right: 20px;
    }

    .main-logo {
        height: 100px;
        margin-bottom: 0;
        padding-left: 10px;
    }

    .nav-title {
        display: none;
        /*width: 320px;*/
    }

    .nav-overlay {
        display: none;
        position: fixed;
        width: 100%;
        height: 3000px;
        overflow: hidden;
        background-color: rgba(0,0,0,0.6);
    }

    .nav-menu {
        display: block;
        position: relative;
        margin-right: 20px;
        padding: 10px;
        width: 50px;
        height: 37px;
        cursor: pointer;
    }

        .nav-menu span {
            display: block;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 30px;
            height: 2px;
            background-color: #FFF;
        }

    .nav-fixed .nav-menu span {
        background-color: #000;
    }

    .nav-menu span:nth-of-type(2) {
        top: 17px;
    }

    .nav-menu span:nth-of-type(3) {
        top: 24px;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: 0;
        width: 275px;
        height: 100%;
        overflow-y: hidden;
        background-color: #fff;
        padding: 80px 30px 30px;
        z-index: 1050;
        -webkit-transform: translateX(275px);
        -ms-transform: translateX(275px);
        transform: translateX(275px);
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        -o-transition: transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s;
    }

        .nav-links.menu-open {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

    .close-btn {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
        padding: 10px;
    }

        .close-btn img {
            width: 25px;
            height: auto;
        }

    .nav-links ul li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .nav-links ul li {
        display: inline-block;
        width: 100%;
    }

        .nav-links ul li a {
            border: none !important;
            font-family: 'Montserrat-SemiBold';
            font-size: 17px;
            letter-spacing: 0.5px;
            padding: 8px 0;
        }

            .nav-links ul li a.active {
                border: none !important;
                color: #777 !important;
            }

    .nav-links li a.header-purchase {
        display: block;
        border: 2px solid #ed1b2f !important;
        color: #fff !important;
        text-align: center;
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

        .nav-links li a.header-purchase:hover {
            background-color: #940b1a !important;
            border: 2px solid #940b1a !important;
        }

    .social-links {
        display: none;
    }

    .nav-links .social-links {
        visibility: visible;
        opacity: 1;
        position: relative;
        top: auto;
        left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 30px;
        z-index: 900;
    }

        .nav-links .social-links a {
            width: 45px;
            height: 45px;
            opacity: 1;
        }

            .nav-links .social-links a:not(:last-child) {
                margin-right: 10px;
                margin-bottom: 0;
            }

            .nav-links .social-links a i {
                position: static;
                width: auto;
                font-size: 20px;
            }

            .nav-links .social-links a:not(:last-child) {
                margin-right: 10px;
                margin-bottom: 0;
            }

    .nav-right a.header-purchase {
        display: block;
        font-size: 16px;
        margin-right: 15px;
        padding: 10px 20px;
        line-height: 24px;
    }

    .header-purchase {
        font-size: 14px;
        padding: 12px 14px;
    }

    .mobile-header-purchase {
        display: block;
    }

    .lottery-details .lottery-jackpot .lottery-jackpot-value {
        font-size: 74px;
    }

    /* DATES TOP BAR */
    .lottery-details .lottery-dates h2 {
        font-size: 26px !important;
    }

    .lottery-details .main-draw-over h2 {
        font-size: 26px !important;
    }

    .lottery-details .lottery-dates h2 sup {
        font-size: 15.5px;
    }

    /* HERO VIDEO */
    .hero-video {
        max-width: 610px;
        padding: 0 15px;
    }

    /* HERO SECTION */
    .lottery-details .red-bg {
        padding: 110px 20px 70px 20px;
    }

    .lottery-details .lottery-jackpot h2 {
        font-size: 36px !important;
        margin-top: 60px;
    }

    /* WIN WIN SECTION */
    .lottery-details .lottery-winnings .you-win-container {
        margin-left: 20px;
        margin-right: 40px;
    }

    .lottery-details .lottery-winnings .they-win-container {
        margin-left: 40px;
        margin-right: 20px;
    }

    /* COUNTDOWN SECTION */
    .lottery-details .lottery-date-counter {
        padding: 80px 20px;
    }

    .countdown-content .lottery-countdown {
        margin-top: 30px;
    }

    .lottery-details .countdown-cols .countdown-img img {
        max-width: 230px;
        margin-right: 40px;
    }

    .lottery-details .lottery-date-counter h2 {
        font-size: 42px !important;
        margin-bottom: 20px;
    }

        .lottery-details .lottery-date-counter h2 span {
            font-size: 26px;
        }

    .lottery-details .lottery-date-counter .countdown-date {
        font-size: 16px;
        padding: 13px 30px;
    }

    .lottery-details .lottery-date-counter .countdown-date {
        margin-bottom: 0;
    }

    /* TICKETS PRICES SECTION */
    .lottery-details .lottery-tickets {
        padding: 70px 40px !important;
    }

        .lottery-details .lottery-tickets .ticket-border {
            margin: 0 auto;
            max-width: 100%;
        }

    .lottery-details .tickets-container img {
        height: 140px;
    }

    .lottery-details .tickets-container h3 {
        font-size: 26px !important;
    }

    /* EARLY BIRD SECTION */
    .earlybird-cols .image-col {
        background-position: 35% center;
    }

    .earlybird-cols .content-col {
        background-size: cover;
        width: 60%;
        padding: 60px 30px;
    }

    .earlybird-section .earlybird-content h1 {
        font-size: 28px !important;
        margin-bottom: 20px;
    }

    .earlybird-section .earlybird-content img {
        height: 60px;
        margin-right: 20px;
    }

    .earlybird-section .earlybird-content h3 {
        font-family: 'Montserrat-SemiBold';
        font-size: 22px !important;
        text-align: left;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .earlybird-list ul {
        margin-bottom: 30px;
        margin-left: 10px;
    }

    .content-col .earlybird-list ul li {
        font-size: 14px;
        margin-bottom: 7px;
    }

        .content-col .earlybird-list ul li img {
            width: 20px;
            height: auto;
            margin-right: 10px;
        }

    .content-col .earlybird-three {
        font-size: 20px;
    }

    .earlybird-btn {
        font-size: 16px;
        margin-top: 30px;
    }

    /* JACKPOT SECTION */
    .jackpot-text-left {
        bottom: 85px;
        left: 30px;
    }

        .jackpot-text-left h2 {
            font-size: 30px;
        }

            .jackpot-text-left h2 span {
                font-size: 45px;
                line-height: 55px;
            }

    .jackpot-text-right {
        top: 60px;
        right: 30px;
        width: 300px;
        font-size: 14px;
    }

        .jackpot-text-right h4 {
            font-size: 24px;
        }

    #first_section .second_part .subscribe_content h3 {
        font-size: 40px;
    }

    /* PROCEEDS SECTION */
    .proceeds_section {
        padding-top: 70px;
        padding-bottom: 80px;
    }

        .proceeds_section .proceed_inner_content .proceed_logo {
            padding: 30px;
        }

        .proceeds_section ul.proceeds_list {
            height: 410px;
            padding: 26px 20px;
        }

        .proceeds_section .proceed_inner_content .proceed_contact_content {
            padding: 50px 30px;
        }

            .proceeds_section .proceed_inner_content .proceed_contact_content p:nth-child(2) {
                width: 100%;
            }

        .proceeds_section .proceed_inner_content .proceed_logo img {
            width: 90%;
            height: auto;
        }

    #draw_date .draw-date-container .second-line {
        font-size: 50px;
    }

    /* CONTACT SECTION */
    #contact {
        padding: 70px 0 0 0;
    }

        #contact .contact-content .contact-col:not(:last-child) {
            margin-right: 20px;
        }

        #contact .contact_detail {
            height: auto;
            margin-bottom: 30px;
            padding: 30px 20px;
        }

            #contact .contact_detail h3 {
                font-size: 24px;
                margin-bottom: 15px;
                padding-bottom: 2px;
            }

            #contact .contact_detail a {
                font-size: 20px;
            }

            #contact .contact_detail p {
                font-size: 18px;
            }

        #contact .join_form .join_form_title {
            padding: 58px 0 43px 0;
        }

    /* Constant Contact Form */
    .cc-form {
        margin-top: 60px;
    }

    #ccSignup div.ctct-form-embed div.ctct-form-defaults {
        padding: 0;
    }

    #ccSignup div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
        margin-left: 5px;
        margin-right: 5px;
        width: calc(33.3333% - 13px);
    }

    #ccSignup div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
        height: 40px;
        padding: 5px 15px;
    }

    .footer_top img {
        margin: 0 auto;
        padding-top: 0;
        padding-bottom: 50px;
        width: 50%;
    }

    .footer_top .rules_regulation {
        padding-top: 40px;
    }

    .footer_top h3 {
        font-size: 20px;
    }

    .footer_top p {
        color: #fff;
    }

    .footer_top a {
        font-size: 16px;
    }

    #prizes .prize_breakdown .prize_video iframe {
        height: 500px;
    }

    .map_section .map iframe {
        height: 350px;
    }

    .proceeds_section .proceeds_content p {
        font-size: 18px;
        line-height: 31px;
    }

    .rules_top .rules_top_content h2 {
        font-size: 34px;
    }

    .rules_top .rules_top_content p {
        font-size: 18px;
    }

    .rules_top {
        padding: 86px 0 100px 0;
    }

    .rules_condition_section .rules_title h1 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .rules_condition_section {
        padding: 40px 0;
    }

        .rules_condition_section .rules_condition_content h5 {
            margin-bottom: 16px;
        }

        .rules_condition_section .rules_condition_content p {
            margin-bottom: 8px;
            width: 96%;
        }

        .rules_condition_section .rules_center_section h4 {
            font-size: 18px;
            margin-bottom: 4px;
        }

        .rules_condition_section .rules_center_section p {
            font-size: 18px;
            margin-bottom: 2px;
        }

        .rules_condition_section .rules_center_section {
            margin: 10px 0 18px 0;
            padding: 14px 24px 20px 24px;
        }

        .rules_condition_section .rules_condition_content h4 {
            font-size: 18px;
            margin: 30px 0 20px 0;
        }

        .rules_condition_section .rules_condition_content span {
            width: 4%;
        }

        .rules_condition_section .licence_date {
            padding: 20px 0 60px 0;
        }

    /*.earlybird-section .earlybird-images {
            display: none;
        }*/

    .earlybird-countdown {
        padding: 20px;
        margin-bottom: 30px;
    }

    /* ORDER */
    .sorry-content a.btn-return,
    .thanks-content a.btn-return {
        display: block !important;
        text-align: center;
        margin-right: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 774px) {
    /* ORDER */
    .cart-table {
        padding: 0;
    }

        .cart-table tr:last-child td:first-child {
            border-bottom-left-radius: 0;
        }

        .cart-table tr:last-child td:last-child {
            border-bottom-right-radius: 0;
        }

    #tblTotal td:first-child {
        border-bottom-left-radius: 0;
    }

    #tblTotal td:last-child {
        border-bottom-right-radius: 0;
    }

    #btnContinueToCheckout {
        margin-top: -10px !important;
    }
}

@media screen and (max-width:767px) {
    .mb-20px {
        margin-bottom: 20px;
    }

    .lottery-details,
    .earlybird-section .earlybird-content h1,
    .lottery-details .lottery-tickets h1,
    .proceeds_section .black_title h1,
    #contact .black_title h1 {
        font-size: 36px !important;
    }

    /* NEW NAV */
    .nav-container {
        height: 100px;
    }

    .main-logo {
        height: 95px;
        padding-left: 5px;
    }

    .nav-title {
        width: 280px;
        height: auto;
        margin-left: 15px;
    }

    /* DATES TOP BAR */
    .lottery-details .lottery-dates {
        padding: 5px;
    }

        .lottery-details .lottery-dates img {
            margin-right: 10px;
            height: 40px;
        }

        .lottery-details .lottery-dates h2 {
            font-size: 20px !important;
        }

    .lottery-details .main-draw-over {
        font-size: 20px !important;
    }

    .lottery-details .lottery-dates h2 sup {
        font-size: 12px;
    }

    /* HERO VIDEO */
    .hero-video {
        padding: 0;
    }

    /* JACKPOT COUNTER SECTION */
    .lottery-details .red-bg {
        padding: 100px 20px 30px 20px;
    }

    .lottery-details .lottery-jackpot {
        margin: 30px 15px;
    }

        /*.lottery-details .lottery-jackpot .ultimate-header-logo {
            background-image: url(../Images/50-50-header-logo-mobile.png);
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-size: contain;
            width: 100%;
            max-width: 450px;
            height: 50px;
            margin: 0 auto;
            margin-bottom: 30px;
        }*/

        .lottery-details .lottery-jackpot .lottery-jackpot-value {
            font-size: 64px;
            margin-top: 10px;
            text-shadow: 0 2px 3px rgba(73,19,27,0.4), 0 0px 60px rgba(73,19,27,0.8);
        }

        .lottery-details .lottery-jackpot .lottery-jackpot-potential {
            font-size: 13px;
            margin-top: 10px;
            max-width: 225px;
        }

        .lottery-details .lottery-jackpot .ultimate-5050-logo {
            max-width: 450px;
            margin-bottom: 0;
        }

        .lottery-details .lottery-jackpot h4 {
            font-family: 'Montserrat-Light';
            font-size: 14px;
            margin-top: 5px;
        }

        .lottery-details .lottery-jackpot h2 {
            font-size: 32px !important;
            margin-top: 40px;
        }

    /* WIN WIN SECTION */
    /*.lottery-details .lottery-winnings {
        padding-bottom: 0;
    }

        .lottery-details .lottery-winnings .you-win-container, .lottery-details .lottery-winnings .they-win-container {
            padding: 20px 15px;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .lottery-details .lottery-winnings .you-win-container {
            background-color: #FFF;
            background-image: -o-linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.3)), url(../Images/img-you-win.jpg);
            background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0.3)),to(rgba(255,255,255,0.3))), url(../Images/img-you-win.jpg);
            background-image: linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.3)), url(../Images/img-you-win.jpg);
            background-size: cover;
            color: #000;
            margin-left: 0;
            margin-right: 0;
        }

        .lottery-details .lottery-winnings .they-win-container {
            background-color: #21A99A;
            background-image: -o-linear-gradient(rgba(33,169,154,0.2),rgba(33,169,154,0.2)), url(../Images/img-they-win.jpg);
            background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(33,169,154,0.2)),to(rgba(33,169,154,0.2))), url(../Images/img-they-win.jpg);
            background-image: linear-gradient(rgba(33,169,154,0.2),rgba(33,169,154,0.2)), url(../Images/img-they-win.jpg);
            background-position: 50% 20%;
            background-size: cover;
            color: #FFF;
            margin-left: 0;
            margin-right: 0;
        }

            .lottery-details .lottery-winnings .you-win-container h2, .lottery-details .lottery-winnings .they-win-container h2 {
                font-size: 56px;
                letter-spacing: -3px;
                margin-bottom: 10px;
            }

            .lottery-details .lottery-winnings .you-win-container img, .lottery-details .lottery-winnings .they-win-container img {
                height: 70px;
                width: auto;
                margin-bottom: 15px;
            }

            .lottery-details .lottery-winnings .you-win-container p, .lottery-details .lottery-winnings .they-win-container p {
                font-size: 18px;
                max-width: 100%;
            }*/

    /* COUNTDOWN CLOCK SECTION */
    .lottery-details .lottery-date-counter {
        padding: 50px 20px;
        background-color: #FFF;
        color: #333;
    }

    .lottery-details .countdown-cols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .lottery-details .countdown-cols .countdown-img img {
            max-width: 200px;
            margin-right: 0;
            margin-bottom: 20px;
        }

    .lottery-details .lottery-date-counter h2 {
        margin-bottom: 30px;
    }

        .lottery-details .lottery-date-counter h2 span {
            font-size: 28px;
        }

    .lottery-details .lottery-date-counter .countdown-date {
        font-size: 18px;
    }

    .lottery-details .lottery-date-counter .lottery-countdown ul li div:nth-of-type(1) {
        width: 80px;
        height: 100px;
    }

    .lottery-details .lottery-date-counter .lottery-countdown ul li span {
        font-size: 42px;
        line-height: 100px;
    }

    .lottery-details .lottery-date-counter .lottery-countdown ul li div:last-child {
        font-size: 13px;
    }

    /* TICKETS PRICES SECTION */
    .lottery-details .lottery-tickets h1 {
        margin-bottom: 0px;
    }

    .lottery-details .lottery-tickets .tickets-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 70px;
    }

    .tickets-container .ticket-col:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .lottery-details .lottery-tickets .ticket-border h3 {
        margin-top: 0;
        font-size: 32px !important;
    }

    .lottery-details .lottery-tickets {
        padding: 60px 40px !important;
    }

    .lottery-details .tickets-container img {
        height: auto;
        width: 100%;
        max-width: 300px;
    }

    /* EARLY BIRD SECTION */
    .earlybird-cols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .earlybird-cols .image-col {
            width: 100%;
            height: 300px;
            background-position: center;
        }

        .earlybird-cols .content-col {
            width: 100%;
            padding: 60px 30px;
        }

    .earlybird-section .earlybird-content h1 {
        font-size: 36px !important;
        text-align: center;
        margin-bottom: 25px;
    }

    .earlybird-section .earlybird-content h3 {
        margin-bottom: 35px;
    }

    .earlybird-btn {
        margin-top: 35px;
    }

    .earlybird-content .earlybird-subtitle {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .earlybird-section .earlybird-content img {
        height: 80px;
        margin-right: 25px;
    }

    .earlybird-section .earlybird-content h3 {
        font-size: 28px !important;
        margin-bottom: 40px;
    }

    .earlybird-section .earlybird-list {
        display: inline-block;
    }

    .content-col .earlybird-list ul {
        margin-left: 0;
    }

        .content-col .earlybird-list ul li {
            font-size: 16px;
            margin-bottom: 7px;
        }

            .content-col .earlybird-list ul li img {
                width: 22px;
                margin-right: 12px;
            }

    .content-col .earlybird-three {
        font-size: 24px;
    }

    /* JACKPOT SECTION */
    .jackpot-text-left {
        top: 20px;
        bottom: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
    }

    .jackpot-text-right {
        top: auto;
        bottom: 5px;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 80%;
    }

    #first_section .subscribe .second_part .col-sm-5:not(:last-child) .subscribe_content {
        text-align: center;
        margin-bottom: 40px;
    }

    #first_section .subscribe .second_part .subscribe_content img {
        margin: 0 auto;
    }

    #first_section .subscribe {
        padding: 40px 0 40px 0;
    }

    #first_section .second_part p, #first_section .second_part .subscribe_content p {
        font-size: 16px;
    }

        #first_section .second_part p:nth-child(2) {
            margin: 0 auto 10px auto;
            line-height: 26px;
        }

    #first_section .second_part .subscribe_content h3 {
        margin-bottom: 10px;
        margin-top: 25px;
    }

    #first_section .second_part .subscribe_content p:nth-child(3) {
        margin-bottom: 0;
    }

    #first_section .second_part > p {
        margin: 0 auto 30px auto;
    }

    .white_title p, .white_title h1 {
        font-size: 32px;
    }

    .white_title {
        margin-bottom: 14px;
        margin-top: 14px;
    }

    #prizes .prize_breakdown .prize_video iframe {
        height: 300px;
    }

    #prizes .prize_breakdown {
        padding: 0 0 34px 0;
    }

    .black_title h1, .black_title p {
        font-size: 22px;
    }

    .black_title {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    #prizes .prize_table .table .table_row .table_header, #prizes .prize_table .table .table_row .table_column {
        font-size: 16px;
    }

    #prizes .prize_table {
        padding-bottom: 20px;
    }

    #prizes .prize_img_section img {
        margin: 0 auto;
    }

    #prizes .prize_img_section {
        padding: 30px 0 30px 0;
    }

        #prizes .prize_img_section h2 {
            font-size: 24px;
        }

        #prizes .prize_img_section h3 {
            font-size: 20px;
            margin: 0;
        }

        #prizes .prize_img_section p {
            font-size: 16px;
            margin-bottom: 10px;
        }

    .pictures_section img {
        margin: 0 auto;
    }

    #images .pictures_section {
        padding: 12px 0 12px 0;
    }

    .map_section .black_title h1 {
        font-size: 32px;
    }

    .map_section {
        padding-top: 20px;
    }

        .map_section .map iframe {
            height: 250px;
        }

    .proceeds_section .black_title h1, .proceeds_section .black_title p {
        font-size: 32px;
    }

    .proceeds_section {
        padding: 60px 20px;
    }

        .proceeds_section .proceeds_content p {
            font-size: 18px;
            text-align: center;
            margin-bottom: 30px;
            width: 100%;
        }

        .proceeds_section .black_title {
            margin-bottom: 10px;
        }

        .proceeds_section .proceeds_content .question {
            padding: 10px;
        }

        .proceeds_section .proceeds_content p:nth-child(3) {
            margin-top: 40px;
        }

        .proceeds_section .proceeds_list li {
            font-size: 16px;
            padding: 2px 0;
        }

        .proceeds_section ul.proceeds_list {
            padding: 10px 16px;
            margin-top: 16px;
            height: auto;
        }

        .proceeds_section .proceeds_list li:before {
            top: 12px;
        }

        .proceeds_section .proceed_inner_content {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            text-align: center;
        }

    .proceed_inner_content .chha-col:nth-of-type(1),
    .proceed_inner_content .chha-col:nth-of-type(2) {
        width: 100%;
    }

    .proceeds_section .proceed_inner_content .proceed_logo {
        padding: 50px;
    }

        .proceeds_section .proceed_inner_content .proceed_logo img {
            width: 100%;
            max-width: 367px;
        }

    .proceeds_section .proceed_inner_content .proceed_contact_content p:nth-child(2) {
        width: 100%;
    }

    .proceeds_section .proceed_inner_content .col-sm-6:first-child {
        border-right: none;
    }

    .proceeds_section .proceed_inner_content .proceed_contact_content {
        border-top-right-radius: 0;
        border-bottom-left-radius: 24px;
        padding: 50px 30px;
    }

    .proceeds_section .camp-imgs img {
        display: block;
        max-width: 400px;
        margin: 0 auto;
        -webkit-box-shadow: 3px 6px 0 #fff;
        box-shadow: 3px 6px 0 #fff;
    }

    .proceeds_section .camp-imgs .col-sm-4:not(:last-child) {
        margin-bottom: 20px;
    }

    #draw_date {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        #draw_date .draw-date-container {
            font-size: 24px;
        }

            #draw_date .draw-date-container .second-line {
                font-size: 40px;
                margin-top: 15px;
                padding-left: 10px;
                padding-right: 10px;
            }

    #contact .black_title h1 {
        font-size: 32px;
    }

    #contact {
        padding: 60px 0 40px 0;
    }

        #contact .black_title {
            margin-bottom: 20px;
        }

        #contact .contact-content {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            padding: 0 20px;
        }

            #contact .contact-content .contact-col {
                margin-bottom: 20px;
            }

                #contact .contact-content .contact-col:not(:last-child) {
                    margin-right: 0;
                }

        #contact .contact_detail {
            padding: 30px;
            margin-bottom: 0;
        }

            #contact .contact_detail h3 {
                padding-bottom: 20px;
            }

            #contact .contact_detail a.contact_link {
                font-size: 16px;
                padding: 3px 10px;
                margin-top: 10px;
            }

        #contact .join_form .join_form_title {
            padding: 10px 0;
        }

            #contact .join_form .join_form_title h3, #contact .join_form .join_form_title p {
                font-size: 20px;
            }

        #contact .join_form .join_form_detail input {
            padding: 7px 12px;
            margin-bottom: 10px;
        }

        #contact .join_form .join_btn {
            padding: 14px 0;
        }

    .contact .join_form .join_btn input {
        font-size: 16px;
    }

    /* Mailchimp Signup Form */
    .signup-form-cols {
        flex-direction: column;
        gap: 0;
    }

    .mailchimp-signup #mc_embed_signup h2 {
        font-size: 32px;
    }

    /* Constant Contact Form */
    .cc-form {
        margin-top: 50px;
        padding: 0 20px 50px 20px;
    }

    #ccSignup {
        margin-top: 50px;
    }

        #ccSignup .ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header {
            font-size: 28px;
            margin-bottom: 30px;
        }

        #ccSignup div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {
            font-size: 14px;
        }

        #ccSignup div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
            margin-left: 0;
            margin-right: 0;
            width: 100%;
        }

    .footer_top img {
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .footer_top {
        text-align: center;
        padding: 60px 0;
    }

        .footer_top h3 {
            font-size: 20px;
            margin-bottom: 10px;
            margin-top: 20px;
        }

        .footer_top .rules_regulation {
            padding-top: 14px;
        }

    .footer-bar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 40px;
    }

    .footer_bottom {
        padding: 0 0 18px 0;
    }

    .imagine-canada-logo {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }

    .breton-footer-logo .breton-img {
        width: 171px;
        height: 30px;
    }

    .rules_top {
        padding: 60px 0;
    }

        .rules_top .rules_top_content h2 {
            font-size: 30px;
            margin-bottom: 10px;
        }

        .rules_top .rules_top_content p {
            font-size: 16px;
            line-height: 29px;
            margin-bottom: 12px;
        }

        .rules_top .rules_top_content {
            width: 90%;
            padding: 30px;
        }

    .rules_condition_section .rules_title h1 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .rules_condition_section .rules_condition_content h5 {
        margin-bottom: 9px;
        margin-top: 0;
        font-size: 14px;
    }

    .rules_condition_section .rules_condition_content p {
        font-size: 14px;
        margin-bottom: 8px;
        line-height: 22px;
    }

    .rules_top .rules_top_content a {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .rules_condition_section .rules_condition_content span {
        font-size: 14px;
    }

    .rules_condition_section .rules_center_section h4,
    .rules_condition_section .rules_center_section p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .rules_condition_section .rules_center_section p {
        margin-left: 14px;
    }

    .rules_condition_section .rules_center_section h4 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .rules_condition_section .rules_center_section {
        margin: 10px 0 20px 0;
    }

    .rules_condition_section .rules_condition_content h4 {
        font-size: 16px;
        margin: 20px 0 14px 0;
    }

    .rules_condition_section .licence_date p {
        font-size: 14px;
        margin-bottom: 10px;
        width: 97%;
    }

    .rules_condition_section .licence_date {
        padding: 14px 0 0 0;
    }

    /* ORDER */
    #first_section .order-form .btn-holder #Label2 {
        width: calc(100% - 35px);
    }

    #first_section .order-form .btn-holder input[type="checkbox"] {
        width: 18px;
        height: 18px;
        margin-right: 10px;
        margin-top: 7px;
        vertical-align: top;
    }

    .shopping-cart .title-holder p {
        width: 100%;
    }

    #btnEditPurchaser {
        margin-bottom: 15px !important;
    }

    #first_section .second_part .earlybird {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    #first_section .subscribe .second_part .subscribe_content {
        margin-bottom: 30px;
    }

    #first_section .second_part .subscribe_content h3 {
        margin-top: 15px;
    }

    .select-area.select-small {
        width: 86px !important;
    }
}

@media screen and (max-width: 760px) {
    /* ORDER */
    td:before {
        font-weight: 500 !important;
    }

    .sub-total tr:first-child td:last-child {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .cart-table tr,
    #step5 .cart-table td:last-child,
    #step4 .cart-table td:last-child {
        border-radius: 0 !important;
    }

    .cart-table th, .cart-table td {
        font-size: 15px;
        line-height: 18px;
    }

    .cart-table thead tr th {
        font-size: 14px;
        border-bottom: 6px solid #7A22D9;
    }

    .cart-table tbody tr td:nth-of-type(1) {
        border-right: 2px solid #7A22D9;
    }

    .cart-table tbody tr td:nth-of-type(2) {
        border-right: 2px solid #7A22D9;
        border-left: 2px solid #7A22D9;
    }

    .cart-table tbody tr td:nth-of-type(3) {
        border-left: 2px solid #7A22D9;
    }

    .cart-table tbody tr td {
        border-bottom: 4px solid #7A22D9;
    }

    .cart-table tbody tr:last-child td {
        font-size: 18px;
    }

    #order.sorry-bg {
        padding: 10px 0 !important;
    }
}

@media screen and (max-width:567px) {
    /* SETUP */
    .lottery-details .lottery-date-counter h2,
    .earlybird-section .earlybird-content h1,
    .lottery-details .lottery-tickets h1,
    .proceeds_section .black_title h1,
    #contact .black_title h1 {
        font-size: 32px !important;
    }

    .main-logo {
        padding-left: 0px;
    }

    /* NAVBAR */
    .nav-container {
        height: 85px;
    }

    .nav-menu {
        margin-right: 15px;
        padding: 10px;
        width: 50px;
        height: 36px;
    }

    .main-logo {
        height: 80px;
    }

    .nav-right a.header-purchase {
        font-size: 13px;
        margin-right: 10px;
        padding: 15px;
        line-height: 14px;
    }

    .lottery-details .red-bg {
        padding: 110px 20px 30px 20px;
    }

    /* DATES TOP BAR */
    .lottery-details .lottery-dates h2 {
        font-size: 15px !important;
    }

        .lottery-details .lottery-dates h2 sup {
            font-size: 8px;
        }

    /* HERO VIDEO */
    /*.hero-video video {
        margin-bottom: 22px;
        box-shadow: 0 3px 12px rgba(0,0,0,0.75);
    }*/

    /* JACKPOT COUNTER SECTION */
    .lottery-details .lottery-jackpot {
        margin: 30px 15px;
    }

        .lottery-details .lottery-jackpot h2 {
            font-size: 22px !important;
        }

        .lottery-details .lottery-jackpot .ultimate-header-logo {
            height: 40px;
            margin-bottom: 15px;
        }

        .lottery-details .lottery-jackpot .lottery-jackpot-value {
            font-size: 48px;
            margin-top: 15px;
        }

        .lottery-details .lottery-jackpot .lottery-jackpot-potential {
            font-size: 14px;
            margin-top: 10px;
            max-width: 200px;
        }

        .lottery-details .lottery-jackpot h4 {
            font-size: 11px;
        }

    /* WIN WIN SECTION */
    /*.lottery-details .lottery-winnings .you-win-container, .lottery-details .lottery-winnings .they-win-container {
        padding: 15px 10px;
    }

        .lottery-details .lottery-winnings .you-win-container h2, .lottery-details .lottery-winnings .they-win-container h2 {
            font-size: 50px;
            letter-spacing: 0;
            margin-bottom: 5px;
        }

        .lottery-details .lottery-winnings .you-win-container img, .lottery-details .lottery-winnings .they-win-container img {
            height: 60px;
            width: auto;
            margin-bottom: 10px;
        }

        .lottery-details .lottery-winnings .you-win-container p, .lottery-details .lottery-winnings .they-win-container p {
            font-size: 14px;
        }*/

    /* COUNTDOWN CLOCK SECTION */
    .lottery-details .lottery-date-counter {
        background-size: 100%;
        margin-top: 50px;
        padding: 30px 20px;
    }

    .lottery-details .countdown-cols .countdown-img img {
        max-width: 150px;
    }

    .lottery-details .lottery-date-counter h2 {
        margin-bottom: 20px;
        min-height: 100%;
    }

        .lottery-details .lottery-date-counter h2 span {
            font-size: 20px;
        }

    .lottery-details .lottery-date-counter .countdown-date {
        font-size: 14px;
        padding: 10px;
    }

    .lottery-details .lottery-date-counter .lottery-countdown ul li:not(:last-child) {
        margin-right: 7px;
    }

    .lottery-details .lottery-date-counter .lottery-countdown ul li div:nth-of-type(1) {
        width: 60px;
        height: 60px;
    }

    .lottery-details .lottery-date-counter .lottery-countdown ul li {
        font-size: 12px;
    }

        .lottery-details .lottery-date-counter .lottery-countdown ul li span {
            color: #FFF;
            font-family: 'Montserrat-SemiBold';
            font-size: 30px;
            line-height: 60px;
        }

        .lottery-details .lottery-date-counter .lottery-countdown ul li div:last-child {
            font-size: 11px;
        }

    /* TICKETS PRICES SECTION */
    .lottery-details .lottery-tickets {
        padding: 50px 20px !important;
    }

        .lottery-details .lottery-tickets .ticket-border {
            padding: 25px 15px;
        }

    .lottery-details .tickets-container img {
        max-width: 200px;
    }

    .lottery-details .tickets-container .col-sm-4:not(:first-child) img {
        margin-top: 20px;
    }

    .lottery-details .lottery-tickets .ticket-border h3 {
        margin-top: -5px;
        margin-bottom: 5px;
        font-size: 24px !important;
    }

    .lottery-details .payments-container ul li:not(:last-child) {
        margin-right: 5px;
    }

    .lottery-details .payments-container img {
        width: 58px;
    }

    /* EARLY BIRD SECTION*/
    .earlybird-cols .content-col {
        padding: 50px 20px;
    }

    .earlybird-cols .image-col {
        height: 260px;
    }

    .earlybird-section .earlybird-content h1 {
        font-size: 32px !important;
        margin-bottom: 15px;
    }

    .earlybird-section .earlybird-content img {
        height: 60px;
        margin-right: 10px;
    }

    .earlybird-section .earlybird-content h3 {
        font-size: 18px !important;
        margin-bottom: 35px;
    }

    .content-col .earlybird-list ul li img {
        display: none;
    }

    .content-col .earlybird-list ul li {
        font-size: 13px;
    }

    .content-col .earlybird-three {
        font-size: 20px;
    }

    .earlybird-btn {
        margin-top: 40px;
        width: 100%;
    }

    /* JACKPOT SECTION */
    .jackpot-text-left {
        top: 8px;
    }

        .jackpot-text-left h2 {
            font-size: 26px;
        }

            .jackpot-text-left h2 span {
                font-size: 40px;
                line-height: 50px;
            }

    .jackpot-text-right {
        bottom: 0;
        width: 95%;
        font-size: 12px;
    }

        .jackpot-text-right h4 {
            font-size: 17px;
            margin-bottom: 5px;
        }

    #first_section .second_part p, #first_section .second_part .subscribe_content p {
        font-size: 14px;
    }

    #first_section .subscribe_content img {
        height: 150px;
    }

    #first_section .second_part .subscribe_content h3 {
        font-size: 36px;
    }

    #images .pictures_section .white_title {
        margin-bottom: 15px;
    }

    #images .pictures_section img {
        margin-bottom: 10px;
    }

    /* PROCEEDS SECTION */
    .proceeds_section .proceed_inner_content .proceed_logo {
        padding: 50px 20px;
    }

    .proceeds_section .proceeds_content p {
        font-size: 14px;
        line-height: 26px;
        width: 100%;
    }

    .proceeds_section .proceeds_content .question p:nth-child(2) {
        margin-bottom: 0;
    }

    .proceeds_section .proceeds_content p:nth-child(3) {
        line-height: 26px;
    }

    .proceeds_section .proceeds_list li {
        font-size: 14px;
    }

        .proceeds_section .proceeds_list li p {
            margin: 0 0 0 15px;
        }

        .proceeds_section .proceeds_list li:before {
            height: 5px;
            width: 5px;
        }

    .proceeds_section .proceed_inner_content .proceed_contact_content p {
        font-size: 14px;
        padding: 0 8px;
    }

    .proceeds_section .proceed_inner_content .proceed_contact_content {
        padding: 40px 20px;
    }

    .proceed_contact_content .thanks-txt {
        line-height: 1.6;
    }

    .sponsors_section .sponsors_slider p {
        font-size: 16px;
        padding: 0 8px;
    }

    .sponsors_section .sponsors_prize .sponsors_prize_no {
        height: 50px;
        width: 50px;
        padding: 11px 0;
    }

        .sponsors_section .sponsors_prize .sponsors_prize_no p {
            font-size: 20px;
        }

    .sponsors_section .sponsors_prize .sponsors_prize_content p {
        font-size: 16px;
        line-height: 26px;
    }

    .sponsors_section .sponsors_prize .prize_last p {
        font-size: 18px;
    }

    .sponsors_section .sponsors_prize .prize_last {
        padding-top: 0;
    }

    #draw_date .draw-date-container .second-line {
        font-size: 38px;
        line-height: 44px;
        margin-top: 10px;
    }

    #contact .contact_detail h3 {
        font-size: 20px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    #contact .contact_detail p {
        font-size: 18px;
        margin-top: 6px;
    }

    #contact .contact_detail a {
        font-size: 18px;
    }

        #contact .contact_detail a.contact_link {
            font-size: 14px;
        }

    #contact .join_form .join_form_title h3, #contact .join_form .join_form_title p {
        font-size: 18px;
    }

    #contact .join_form .join_form_detail input {
        padding: 4px 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    #contact .join_form .join_btn input {
        font-size: 16px;
        padding: 4px 14px;
    }

    /* MAILCHIMP SIGNUP FORM */
    .mailchimp-signup {
        padding: 40px 10px;
    }

    /* Constant Contact Form */
    #ccSignup .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
        width: 100%;
    }

    #ccSignup div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text {
        width: 100%;
    }

    .footer_top p {
        font-size: 14px;
    }

    .footer_top h3 {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .footer_top a {
        font-size: 14px;
    }

    .footer_bottom p {
        font-size: 14px;
    }

    .breton-footer-logo .breton-img {
        width: 171px;
        height: 30px;
    }

    #prizes .prize_breakdown .prize_video iframe {
        height: 230px;
    }

    .rules_top .rules_top_content h2 {
        font-size: 26px;
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .rules_top .rules_top_content p {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 22px;
    }

    .rules_top .rules_top_content a {
        margin-bottom: 30px;
        padding: 14px 40px;
    }

    .rules_condition_section {
        padding: 30px 0;
    }

        .rules_condition_section .rules_title h1 {
            font-size: 24px;
        }

        .rules_condition_section .rules_condition_content p {
            width: 95%;
        }

        .rules_condition_section .rules_condition_content span {
            width: 5%;
        }

        .rules_condition_section .licence_date {
            padding: 4px 0 14px 0;
        }

        .rules_condition_section .rules_center_section {
            padding: 10px 15px 20px 15px;
        }

            .rules_condition_section .rules_center_section h4 {
                width: 95%;
            }

            .rules_condition_section .rules_center_section span {
                width: 2%;
            }

    .bg-video {
        display: none;
    }

    .earlybird-vid {
        padding: 20px 0;
        background-image: -o-linear-gradient(top, rgba(242, 127, 13, 0.8) -30px, rgba(239, 79, 26, 0.8)), url(/Content/Images/U5050-earlybird-bg-mobile.jpg);
        background-image: linear-gradient(to bottom, rgba(242, 127, 13, 0.8) -30px, rgba(239, 79, 26, 0.8)), url(/Content/Images/U5050-earlybird-bg-mobile.jpg);
        background-color: rgba(0,0,0,0.0);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .earlybird-countdown {
        background-color: #ec1b31;
        border-bottom: 6px solid rgba(255,255,255,0.6);
    }

        .earlybird-countdown .countdown-txt {
            font-size: 35px;
            animation: fadeIn 3s;
            -moz-animation: fadeIn 3s;
            -webkit-animation: fadeIn 3s;
            -o-animation: fadeIn 3s;
        }

            .earlybird-countdown .countdown-txt span {
                font-size: 60px;
                line-height: 40px;
            }

        .earlybird-countdown .finish-txt {
            font-size: 28px;
        }

            .earlybird-countdown .finish-txt span {
                font-size: 38px;
            }

    .social-links {
        padding-bottom: 5px;
    }

        .social-links a {
            width: 35px;
            height: 35px;
            font-size: 20px;
        }

    .earlybird-winner-section {
        padding: 40px 0;
    }

    .earlybird-winner-header h3 {
        font-size: 24px;
    }

    .earlybird-winner-header .earlybird-icon {
        width: 34px;
    }

    .earlybird-winner-header img {
        margin-bottom: 10px;
    }

    .earlybird-winner-container {
        margin-top: 10px;
        padding: 20px;
    }

    .earlybird-winner-name {
        font-size: 20px;
    }

        .earlybird-winner-name span {
            font-size: 28px;
        }

    .earlybird-winner-number {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .earlybird-winner-desc {
        font-size: 18px;
    }

    .earlybird-section .earlybird-images > div {
        width: 100%;
        max-width: 225px;
    }

    .earlybird-section .earlybird-images {
        display: block;
    }

        .earlybird-section .earlybird-images > div {
            margin: 0 auto !important;
        }

            .earlybird-section .earlybird-images > div:not(:last-child) {
                margin-bottom: 20px !important;
            }

    .sorry-bg {
        padding: 60px 0;
    }

    .order-form {
        padding: 50px 0;
    }

    /* SPLASH */
    #splash h1 {
        font-size: 36px;
        margin-top: 40px;
    }

    /* ORDER PAGE */
    #first_section .order-form .text-holder:nth-of-type(2n+1) {
        margin-right: 0;
    }

    #first_section .order-form .text-holder {
        flex-basis: 100%;
    }

    #ticket_section .ticket-header {
        display: none;
    }

    #ticket_section .ticket-form .title-holder h2 {
        font-size: 28px;
    }

    #ticket_section .ticket-subhead {
        font-size: 18px;
        margin-bottom: 30px !important;
    }
}

@media screen and (max-width: 530px) {
    /* ORDER */
    /*.form-holder .text-holder,
    #step3 .text-holder,
    #step1 .text-holder {
        width: 98%;
    }*/

    /*.form-holder .text-holder,
    #step3 .text-holder,
    #step1 .text-holder {
        width: 95% !important;
        margin-bottom: 20px !important;
    }*/

    .btn-checkout {
        bottom: 20px !important;
        right: 0 !important;
        width: 100%;
        max-width: 300px !important;
        margin-top: -45px !important;
    }
}

@media screen and (max-width:480px) {
    .main-logo {
        margin-top: 0;
    }

    .navbar-brand img {
        height: 64px;
    }

    .header-purchase {
        right: 58px;
    }

    #hero .hero-question {
        top: 35%;
        font-size: 26px;
    }

    .hero-slider .slider-container .hero-content {
        top: 70%;
        font-size: 36px;
        letter-spacing: 1px;
        line-height: 42px;
    }

    .white_title p, .white_title h1 {
        font-size: 22px;
    }

    .flexslider#first_slider .thanku_content {
        width: 242px;
    }

    #prizes .prize_table .table .table_row .table_header, #prizes .prize_table .table .table_row .table_column {
        padding: 8px 4px 5px 8px;
    }

    .flexslider#first_slider .thanku_content h2 {
        font-size: 18px;
    }

    .flexslider#first_slider .thanku_content p.large {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .flexslider#first_slider .thanku_content p.small {
        font-size: 8px;
    }

    .flexslider#first_slider .thanku_content a {
        font-size: 12px;
        padding: 2px 4px;
        width: 64%;
    }

    .flexslider#first_slider .thanku_box {
        top: 30px;
    }

    .flexslider#first_slider .flex-control-paging li a {
        width: 10px;
        height: 10px;
    }

    .flexslider#first_slider .flex-control-nav {
        bottom: 10px;
    }

    .rules_top .rules_top_content h2 {
        font-size: 22px;
    }

    .rules_top {
        padding: 29px 0 33px 0;
    }

        .rules_top .rules_top_content {
            padding: 20px;
        }

    .rules_condition_section .rules_condition_content p {
        width: 92%;
    }

    .rules_top .rules_top_content a {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 20px;
        padding: 12px 20px;
    }

    .rules_condition_section .rules_condition_content span {
        width: 8%;
    }

    .lottery-details .lottery-dates img {
        height: 45px;
        margin-bottom: 0;
        margin-left: 0;
    }
}

@media (max-width: 370px) {
    .nav-right a.header-purchase {
        display: none;
    }

    .lottery-details .lottery-jackpot .lottery-jackpot-value {
        font-size: 42px;
    }

    .proceeds_section .camp-imgs {
        padding-left: 0;
        padding-right: 0;
    }

    #contact .contact-content {
        padding: 0 10px;
    }

    .rules-modal-container {
        font-size: 14px;
    }

        .rules-modal-container h2 {
            font-size: 26px;
        }

    .lottery-details .lottery-dates img {
        height: 35px;
    }

    .lottery-details .lottery-dates h2 {
        font-size: 15px !important;
    }
}
