﻿ .blocker {
        z-index: 9999;
    }

    .modal {
        min-width: 90%;
        padding: 0 !important;
        border-radius: 10px;
    }

        .modal a.close-modal {
            top: 12.5px;
            right: 12.5px;
        }

    .modal-single-lot .top-modal-section {
        padding: 50px;
        background-repeat: no-repeat;
        background-size: 150%;
        background-position: right;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

    .modal-single-lot .location-card {
        background-color: white;
        border-radius: 10px;
        text-align: center;
        position: relative;
    }

        .modal-single-lot .location-card .padding-around {
            padding: 25px;
        }

    .modal-single-lot .single-location .location-card {
        width: 600px;
    }

        .modal-single-lot .single-location .location-card h1 {
            font-family: 'Bitter', serif;
            font-weight: 400;
            font-size: 26px;
            line-height: 33px;
        }

    .modal-single-lot .single-location a.btn {
        width: 100%;
        display: inline-block;
        font-family: 'Bitter', serif;
        font-size: 26px;
        padding: 20px;
    }

    .modal-single-lot .rslides {
        position: relative;
        list-style: none;
        overflow: hidden;
        width: 100%;
        /*height: 200px;*/
        padding: 0;
        margin: 0;
        /*max-height: 192px;
        min-height: 192px;*/
    }

        .modal-single-lot .rslides li {
            -webkit-backface-visibility: hidden;
            position: absolute;
            display: none;
            width: 100%;
            left: 0;
            top: 0;
        }

            .modal-single-lot .rslides li:first-child {
                position: relative;
                display: block;
                float: left;
            }

        .modal-single-lot .rslides img {
            display: block;
            height: auto;
            float: left;
            width: 100%;
            border: 0;
        }

    .modal-single-lot .rslides_nav {
        z-index: 3;
        position: absolute;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        top: 57%;
        left: 0;
        opacity: 0.7;
        text-indent: -9999px;
        overflow: hidden;
        text-decoration: none;
        height: 61px;
        width: 38px;
        background: transparent url('../images/prevnext.gif') no-repeat left top;
        margin-top: -45px;
    }

        .modal-single-lot .rslides_nav.next {
            left: auto;
            background-position: right top;
            right: 0;
        }

    .modal-single-lot .bottom-content {
        background-color: #4a4a4a;
        padding: 25px;
        border-radius: 0 0 10px 10px;
    }

    .modal-single-lot .single-location .bottom-content h2 {
        font-size: 32px;
        font-weight: 400;
        color: #9ddd2d;
        font-family: 'Bitter', serif;
        margin: 0;
    }

    .modal-single-lot .additional-info {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: 10px;
    }

        .modal-single-lot .additional-info>div {
            padding: 10px;
        }

    .modal-single-lot .single-location-middle-section {
        display: -webkit-flex;
        display: flex;
    }

    .modal-single-lot .map-image {
        background-color: #e0e8cc;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }

        .modal-single-lot .map-image img {
            max-width: 100%;
        }

    .modal-single-lot .rep-right {
        max-width: 50%;
        padding: 25px;
    }

        .modal-single-lot .rep-right h3 {
            font-family: 'Bitter', serif;
            font-weight: 700;
            font-size: 32px;
            line-height: 42px;
            color: #f5a623;
            margin-top: 0;
        }

        .modal-single-lot .rep-right h4 {
            font-size: 28px;
            line-height: 37px;
        }

    .modal-single-lot .rep-information {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }

        .modal-single-lot .rep-information img {
            border-radius: 500px;
            margin: 10px;
            margin-right: 20px;
            border: 10px solid #9ddd2d;
            background: #9ddd2d;
            min-width: 143px;
            min-height: 143px;
        }

    .modal-single-lot .bottom-green-section {
        background-color: #709a29;
        padding: 23px;
        line-height: 30px;
        text-align: center;
        border-radius: 0 0 10px 10px;
    }

        .modal-single-lot .bottom-green-section h2 {
            font-size: 35px;
            font-family: 'Bitter', serif;
            color: #fff;
        }

        .modal-single-lot .bottom-green-section p {
            font-size: 25px;
            color: #fff;
        }

    .modal-single-lot .numbers-row {
        display: -webkit-flex;
        display: flex;
        margin: 35px 0 25px;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .modal-single-lot .number-col {
        width: 25%;
        padding: 0 10px;
        text-align: center;
    }

        .modal-single-lot .number-col h4 {
            font-size: 27px;
            line-height: 36px;
            color: #fff;
            font-family: 'Bitter', serif;
        }

        .modal-single-lot .number-col p {
            font-size: 15px;
        }

    .modal-single-lot .bottom-green-section .btn {
        background-color: #f5a623;
        color: #fff;
        font-size: 21px;
        font-family: 'Bitter', serif;
    }

    .marketing-mailer .number-col .icon { font-family: Bitter; border: 4px solid #fff !important; color: #fff !important; }
    .marketing-mailer .loc-single { display: flex; justify-content: flex-end; }
    .marketing-mailer .single-location-middle-section { max-width: 100%; } 
    .marketing-mailer .single-location-middle-section .rep-right { width:90%; max-width: 1200px; margin:0 auto; padding: 40px 0; }
    .marketing-mailer .rep-information { padding-right: 20px; }
    .marketing-mailer .single-location .bottom-content h2 { line-height: 1.2; margin-bottom: 10px; }
    .marketing-mailer .bottom-green-section { border-radius: 0; }
    .marketing-mailer .bottom-green-section .reward-step-title { color: #fff; font-size: 32px; line-height:1.3; margin: 10px 0px 20px 0px; }
    .marketing-mailer .bottom-green-section .reward-step-intro { color: #fff; font-weight: 300; font-size: 18px; margin-bottom: 40px; }
    .marketing-mailer .promocode p { line-height: 1.4; }
    .marketing-mailer .rslides-wrapper { position: relative; }
   
    @media only screen and (min-width: 768px) {
         .marketing-mailer .single-loc-rep-con { display: flex; justify-content: space-between } 
    }

    @media only screen and (min-width: 992px) {
         .marketing-mailer .bottom-green-section .reward-step-title { font-size: 52px; }
         .marketing-mailer .bottom-green-section .reward-step-intro { font-size: 25px; margin-bottom: 68px; }
         .marketing-mailer .single-location-middle-section .rep-right { padding-top: 55px; padding-bottom: 60px; }
         .marketing-mailer .modal-single-lot .rep-right h3 { margin-bottom: 20px; }
    }

    @media only screen and (max-width: 1175px) {
        .modal-single-lot .top-modal-section {
            background-size: cover;
            justify-content: center;
        }

        .modal-single-lot .rslides {
            height: auto;
        }
    }

    @media only screen and (max-width: 950px) {
        .modal-single-lot .single-location-middle-section {
            -webkit-flex-direction: column;
            flex-direction: column;
        }

        .modal-single-lot .map-image img {
            max-width: 50%;
            margin-left: auto;
            margin-right: auto;
        }

        .modal-single-lot .rep-right {
            max-width: none;
        }

        .modal-single-lot .number-col {
            width: 50%;
            margin: 25px 0;
        }
    }

     @media only screen and (max-width: 768px) {
         .marketing-mailer .number-col .icon { line-height: 59px; }
     }

    @media only screen and (max-width: 700px) {
        .modal {
            min-width: 100%;
        }

        .modal-single-lot .top-modal-section {
            padding: 25px 10px;
        }

        .modal-single-lot .single-location .location-card {
            width: 100%;
        }

        .modal-single-lot .rslides_nav {
            top: 58%;
        }
    }

    @media only screen and (max-width: 600px) {
        .modal-single-lot .map-image img {
            max-width: 100%;
        }

        .modal-single-lot .rep-information {
            -webkit-flex-direction: column;
            flex-direction: column;
            -webkit-align-items: flex-start;
            align-items: flex-start;
            margin: 25px 0;
        }

        .modal-single-lot p.tooltip-trigger {
            margin: 20px 0 !important;
        }

        .modal-single-lot .number-col {
            width: 100%;
        }
    }

    @media only screen and (max-width: 475px) {
        .modal-single-lot .rslides_nav {
            top: 59%;
             
        }
    }

    .rep-right .tooltip-trigger > a {
        color: #6F9B1C;
    }

        .rep-right .tooltip-trigger > a:hover {
            color: #f5a623;
        }