/* Chrysler Pacifica Media Queries: */


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2600px: */
@media screen and (max-width:2600px) {

    div#videoContainer {
        height: 1050px;
    }

    div#greeting {
        top: 240px;
        -webkit-transform: scale(1.40,1.40);
        -moz-transform: scale(1.40,1.40);
        -ms-transform: scale(1.40,1.40);
        -o-transform: scale(1.40,1.40);
        transform: scale(1.40,1.40);
    }

    .details-cont {
        padding: 50px 5px 50px 95px;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2000px: */
@media screen and (max-width:2000px) {

    div#videoContainer {
        height: 630px;
    }

    div#mainHeaderContainer {
        left: 14%;
    }

    div#greeting {
        top: 60px;
        -webkit-transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
        height: 615px;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1500px: */
@media screen and (max-width:1500px) {
    .details-cont {
        padding: 50px 30px 50px 70px;
    }

    div#videoContainer {
        height: 560px;
    }

    div#mainHeaderContainer {
        width: 750px;
        left: 5%;
    }



    div#greeting {
        top: 20px;
        right: 50px;
        -webkit-transform: scale(1.0,1.0);
        -moz-transform: scale(1.0,1.0);
        -ms-transform: scale(1.0,1.0);
        -o-transform: scale(1.0,1.0);
        transform: scale(1.0,1.0);
        height: 615px;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1200px: */
@media screen and (max-width:1200px) {

    div#mainHeaderContainer {
        left: 20px;
        width: 600px;
    }

    div#popForm {
        top: 100px;
    }

    div#greeting {
        right: 30px;
    }

    .jeep-cars .title h3 {
        font-size: 16px;
    }

    .jeep-cars .title h4 {
        font-size: 13px;
    }

    .offer-data.jeep-offer > div.jeep-due {
        font-size: 13px;
    }

    .jeep-price span {
        font-size: 7px;
    }

    .offer-data.jeep-offer > div.jeep-price {
        font-size: 36px;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1000px: */
@media screen and (max-width:1024px) {

    div#footerContainer {
        width: 90%;
    }

    div.galBox {
        width: 33.3333%;
    }

    img.gal02 {
        display: block;
    }

    div#mapContainer {
        width: 90%;
    }

    div#mapBox03 {
        font-size: 18px;
    }

    div#offerDetailContainer {
        width: 98%;
    }

    div#carContainer {
        height: 330px;
    }

    div#mainHeaderContainer {
        width: 500px;
    }

    div#jeepgreeting.twooffers {
        /*height: 410px;*/
    }

    .car.jeep-cars {
        width: 50%;
    }

    .jeep-cars .title {
        text-align: center;
    }

        .jeep-cars .title h3 {
            font-size: 20px;
        }

        .jeep-cars .title h4 {
            font-size: 16px;
        }

    .offer-data.jeep-offer > div.jeep-due {
        font-size: 16px;
    }

    .jeep-price span {
        font-size: 9px;
    }

    .offer-data.jeep-offer > div.jeep-price {
        font-size: 40px;
    }

    .jeep-tirm {
        text-align: center;
    }

    .offer-data.jeep-offer > div.jeep-due:after {
        right: 10px;
    }

    .header-table thead tr td {
        font-size: 24px;
        font-weight: bold;
    }

    .recBox {
        height: 28px;
        width: 28px;
        border: 1px solid #FBAA41;
        display: inline-block;
        margin-right: 10px;
        margin-left: 4%;
        position: relative;
        top: -3px;
    }

    .expiring_lease {
        font-size: 24px;
        padding-left: 33px;
    }

    .recTable td.tl span {
        display: inline-block;
        position: relative;
        top: -3px;
    }

    .tableCon table tbody tr {
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .calculation_part {
        float: right;
        margin-top: -18%;
        width: 25%;
        padding: 20px;
        background: #292929c7;
        font-size: 22px;
        font-weight: bold;
        font-family: 'Roboto', Arial, sans-serif;
        color: #fff;
    }

    .theme-bg-color {
        background: #FBAA41;
        float: right;
        margin-top: -98px;
    }

    .orderCon .orderBtn {
        text-align: center;
        text-transform: uppercase;
        padding: 10px 14px;
        min-width: 180px;
        color: #fff;
        border: 0;
        font-weight: bold;
        font-size: 24px;
    }

    .regform .popup-cont section {
        background: white none repeat scroll 0 0;
        border-radius: 5px;
        border: 5px solid #6b6b6b;
        margin: 0 auto;
        max-height: 768px;
        padding: 10px;
        position: relative;
        text-align: left;
        width: 964px;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .dealer-video {
        max-width: 360px;
        width: 100%;
        padding-bottom: 20px;
    }

    .video-cont.input-cont {
        top: 170px;
    }

    .offerbannertext {
        top:130px;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 900px: */
@media screen and (max-width:900px) {

    section.car-det > div {
        width: 100%;
    }

    td.orContainer {
        width: 40px;
    }

    td.spacer02 {
        width: 45px;
    }

    h1 {
        font-size: 80px;
    }

    div#mainHeaderContainer {
        width: 400px;
    }

    div#popForm {
        top: 50px;
    }

    div#greeting {
        top: 10px;
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
    }

    .cont-2 {
        height: 200px;
    }

        .cont-2:before {
            height: 150px;
        }

    .input-cont {
        top: 150px;
    }

    .video-cont.input-cont {
        top: 140px;
    }
    .offerbannertext {
        top: 100px;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 800px: */
@media screen and (max-width:800px) {

    img#carMiddle {
        top: -60px;
    }

    div#offerDetailContainer {
        top: -50px;
    }

    span.text02 {
        font-size: 12px;
    }

    .input-cont {
        top: 100px;
    }

    .video-cont.input-cont {
        top: 130px;
    }

    .dealer-video {
        max-width: 300px;
        padding-bottom: 10PX;
    }

    .recBox {
        margin-left: 5px;
        margin-right: 0;
    }

    .dealer-logo img {
        max-width: 30%;
    }

    .dealer-logo {
        right: -6%;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 768px: */
@media screen and (max-width:768px) {

    section h2 {
        font-size: 40px;
    }

    .headText01.offer.offer-hedding {
        font-size: 36px;
        width: 100%;
    }

        .headText01.offer.offer-hedding span {
            font-size: 20px;
        }

            .headText01.offer.offer-hedding span.dollarSign {
                font-size: 30px;
            }

    section.car-det > div {
        width: 100%;
    }

    .car, .car.car-offer {
        width: 100%;
    }

    .car-cont img {
        width: 100%;
        padding-top: 0px;
    }

    .spacer10 {
        width: 100%;
        height: 5px;
    }

    .spacer20 {
        width: 100%;
        height: 10px;
    }

    .spacer40 {
        width: 100%;
        height: 20px;
    }

    .spacer80 {
        width: 100%;
        height: 40px;
    }

    span.headText01 + span {
        line-height: 10px;
    }

    img#fLogo1 {
        width: 20%;
    }

    img#fLogo2 {
        width: 75%;
    }

    span#footerText {
        font-size: 10px;
        line-height: 90%;
    }

    div.galBox {
        width: 50%;
    }

    img.gal02 {
        display: none;
    }

    div#mapBox01 {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 5%;
    }


    div#mapBox03 {
        width: 100%;
        font-size: 25px;
        line-height: 25px;
        box-sizing: border-box;
        padding-left: 50px;
    }

    div.offerDetail {
        width: 100%;
    }

    td#tdLine {
        border: none;
        display: none;
    }

    span.text02 {
        font-size: 16px;
    }

    div#carContainer {
        height: 430px;
    }

    .spacer03 {
        width: 30px;
        height: 30px;
        display: inline-block;
        background-color: #ffffff;
        vertical-align: text-top;
    }

    div#greeting {
        position: relative;
        top: 40px;
        left: 0;
        right: 0;
        margin: 0 auto 0;
    }

    div#mainHeaderContainer {
        left: 0;
        right: 0;
        margin: 0 auto 0;
        position: relative;
    }

    img#popOverText {
        width: 86%;
        margin-top: 20px;
    }

    div#popForm {
        top: 50px;
    }

    input {
        width: 390px;
        font-size: 30px;
        height: 60px;
        line-height: 35px;
    }

    img#popOverImage {
        width: 800px;
        left: -10%;
    }

    div#videoContainer {
        height: auto;
    }

    .details-cont {
        padding: 20px;
    }

    div#jeepgreeting.twooffers {
        /*height: 400px;*/
    }

    .recBox {
        height: 28px;
        width: 28px;
        border: 1px solid #FBAA41;
        display: inline-block;
        margin-right: 10px;
        margin-left: 43%;
        position: relative;
        /*top: -6px;*/
    }

    .expiring_lease {
        font-size: 18px;
        padding-left: 33px;
    }

    .calculation_part {
        float: right;
        margin-top: -24%;
        width: 20%;
        padding: 20px;
        background: #292929c7;
        font-size: 18px;
        font-weight: bold;
        font-family: 'Roboto', Arial, sans-serif;
        color: #fff;
    }

    .check_box {
        height: 22px;
        width: 22px;
        border: 1px solid #FBAA41;
        display: inline-block;
        margin-right: 10px;
        position: relative;
        top: 3px;
    }

    .regform .popup-cont section {
        background: white none repeat scroll 0 0;
        border-radius: 5px;
        border: 5px solid #6b6b6b;
        margin: 0 auto;
        max-height: 768px;
        padding: 10px;
        position: relative;
        text-align: left;
        width: 766px;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .video-cont.input-cont {
        top: 120px;
    }

        .video-cont.input-cont br + br {
            display: none;
        }
    .offerbannertext {
        top: 90px;
    }
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 680px: */
@media screen and (max-width:680px) {

    section h2 {
        font-size: 36px;
    }

    div#jeepgreeting {
        width: 100%;
        margin: 0;
    }

    header ul {
        float: right;
    }

    header .logo-header {
        padding: 15px 5px;
        width: 130px;
    }

    header ul li {
        padding: 0 5px;
    }

    .logo-header img {
        width: 100%;
    }

    div#jeepgreeting span.headText01.offer {
        font-size: 38px;
    }

    .input-cont {
        top: 75px;
    }

        .input-cont input {
            width: 240px;
            font-size: 18px;
            height: 35px;
        }

    .cont-2 {
        height: 150px;
    }

    section#container02 {
        margin-bottom: 0px;
        background: #fff;
    }

        section#container02 .header-img {
            width: 100%;
        }

    #grayButton01 {
        width: 130px !important;
        font-family: serif !important;
        font-size: 10px !important;
        letter-spacing: -0.5px !important;
    }

    #grayButton02 {
        width: 70px !important;
        font-family: serif !important;
        font-size: 10px !important;
        letter-spacing: -0.5px !important;
    }

    #grayButton03 {
        width: 100px !important;
        font-family: serif !important;
        font-size: 10px !important;
        letter-spacing: -0.5px !important;
    }

    .video-cont.input-cont {
        top: 120px;
    }

    .termsandcond.footercond {
        position: absolute;
    }
    .offerbannertext {
        top: 75px;
        font-size:14px;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 600px: */
@media screen and (max-width:600px) {

    .add-info {
        font-size: 13px;
    }

        .add-info:before {
            top: 40px;
        }

    div#jeepgreeting {
        width: 100%;
    }

        div#jeepgreeting > * {
            padding-left: 10px;
        }

        div#jeepgreeting > a {
            width: 100%;
            margin-bottom: 10px;
        }

    section h2 {
        font-size: 34px;
    }

    img#carMiddle {
        top: -40px;
    }

    div#offerDetailContainer {
        top: -30px;
    }

    section#container02 {
        margin-bottom: 0px;
    }

    h1 {
        font-size: 50px;
    }

    img#popOverImage {
        left: -16%;
    }

    .popup-cont section {
        width: 95%;
        box-sizing: border-box;
    }

    #grayButton01 {
        width: 130px;
    }

    #grayButton02 {
        width: 70px;
    }

    #grayButton03 {
        width: 100px;
    }

    .details-cont {
        padding: 15px;
    }

    .per-text br {
        display: none;
    }

    .per-month-text {
        width: 100%;
        text-align: center;
    }

    .car.jeep-cars {
        width: 100%;
    }
    .offerbannertext {
        font-size: 12px;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 500px: */
@media screen and (max-width:500px) {

    div#jeepgreeting > * {
        padding-left: 5px;
    }

    div#jeepgreeting.twooffers {
        /*height: 425px;*/
    }

    .cont-2 {
        height: 100px;
    }

    div.galBox {
        width: 100%;
    }

    span.text02 {
        font-size: 12px;
    }

    img#popOverText {
        margin-top: 30px;
    }

    div#blueHead {
        top: 0;
    }

    img#popOverImage {
        width: 450px;
        left: 0;
        top: 115px;
    }

    div#popBack {
        height: 315px;
    }

    div#popForm {
        top: 40px;
    }

    #grayButton01 {
        width: 130px;
    }

    #grayButton02 {
        width: 70px;
    }

    #grayButton03 {
        width: 100px;
    }

    header ul li {
        padding: 0 5px;
        font-size: 11px;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 450px: */
@media screen and (max-width:450px) {

    span.headText01 > span {
        right: 10px;
    }

    img#fLogo1 {
        width: 50%;
    }

    img#fLogo2 {
        margin-top: 1em;
        margin-bottom: 2em;
        width: 100%;
    }

    div#offerDetailContainer {
        width: 76%;
        height: 530px;
    }

    div.textBox {
        width: 100%;
    }

    div.offerDetail {
        height: 250px;
    }

    div#carContainer {
        height: 630px;
    }

    td.spacer01, td.spacer02 {
        width: 0 !important;
    }

    td#tdLine {
        width: 0;
    }

    td.orContainer {
        display: none;
        width: 61px;
        text-align: left;
    }

    .spacer03 {
        display: none;
    }

    div#greeting {
        position: relative;
        width: 100%;
        right: 0;
    }

    .grayButton {
        margin-bottom: 1em;
        margin-left: 0px;
        margin-right: 0px;
    }

    #grayButton01 {
        width: 130px;
    }

    #grayButton02 {
        width: 70px;
    }

    #grayButton03 {
        width: 100px;
    }

    .spacer20 {
        height: 15px;
    }

    div#popForm {
        width: 320px;
    }

    input {
        width: 320px;
        font-size: 25px;
        height: 50px;
        line-height: 35px;
        Font-Family: Arial;
    }

    .popup-cont section h2 {
        padding-top: 10px;
        word-wrap: break-word;
    }

    div#mainHeaderContainer {
        left: 0;
        right: 0;
        margin: 0;
        padding: 10px 0;
        width: 100%;
    }

    .details-cont {
        padding: 10px;
    }

    span.headText02.ng-scope {
        font-size: 16px;
    }

    .spacer20.topSpace {
        height: 30px;
    }

    .recBox {
        height: 20px;
        width: 20px;
        border: 1px solid #FBAA41;
        display: inline-block;
        margin-right: 10px;
        margin-left: 43%;
        position: relative;
        /*top: -6px;*/
    }

    .expiring_lease {
        font-size: 14px;
        padding-left: 33px;
    }

    .tableCon table tbody tr {
        font-size: 14px !important;
        font-weight: bold;
        text-transform: uppercase;
    }

    .header-table thead tr td {
        font-size: 12px;
        font-weight: bold;
    }

    .calculation_part {
        float: right;
        margin-top: -40%;
        width: 20%;
        padding: 20px;
        background: #292929c7;
        font-size: 13px;
        font-weight: bold;
        font-family: 'Roboto', Arial, sans-serif;
        color: #fff;
    }

    .orderCon .orderBtn {
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        border: 0;
        font-weight: bold;
        font-size: 13px;
        min-width: 50px;
        padding: 9px 6px;
    }

    .theme-bg-color {
        background: #FBAA41;
        float: right;
        margin-top: -84px;
    }

    .regform .popup-cont section {
        background: white none repeat scroll 0 0;
        border-radius: 5px;
        border: 5px solid #6b6b6b;
        margin: 0 auto;
        max-height: 768px;
        padding: 10px;
        position: relative;
        text-align: left;
        width: 405px;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 400px: */
@media screen and (max-width:400px) {
    span.headText02.ng-scope {
        font-size: 15px;
    }

    span.headText01 > span {
        right: -38px;
    }

    span.offer-price {
        font-size: 40px;
    }

    span.headText01.ng-binding {
        font-size: 32px;
    }

    span.headText02 {
        font-size: 18px;
    }

    img#carMiddle {
        top: -30px;
    }

    div#offerDetailContainer {
        top: -10px;
    }

    h1 {
        font-size: 38px;
    }

    img#popOverImage {
        left: -13%;
    }

    .spacer20 {
        height: 10px;
    }

    .spacer10 {
        height: 5px;
    }

    span.headText01 > span {
        font-size: 12px;
        line-height: 20px;
    }

    header .logo-header {
        width: 100px;
        padding: 10px 2px;
    }

        header .logo-header img {
            width: 100%;
        }

    .details-cont {
        padding: 5px;
    }

    span.headText01 > span {
        width: 53%;
    }

    .regform .popup-cont section {
        background: white none repeat scroll 0 0;
        border-radius: 5px;
        border: 5px solid #6b6b6b;
        margin: 0 auto;
        max-height: 768px;
        padding: 10px;
        position: relative;
        text-align: left;
        width: 368px;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 320px: */
@media screen and (max-width:320px) {
    span.headText02.ng-scope {
        font-size: 14px;
    }

    .centerMe01 {
        width: 60%;
        text-align: left;
    }

    #grayButton01 {
        width: 130px;
    }

    #grayButton02 {
        width: 70px;
    }

    #grayButton03 {
        width: 100px;
    }

    header .logo-header {
        width: 90px;
        padding: 10px 0;
    }

    header ul li {
        padding: 0 5px;
    }

    header .logo-header img {
        width: 100%;
    }

    .centerMe01 .per-month-text {
        width: 45%;
    }

    .normal-text {
        font-size: 11px;
    }

    .jeep-cars .title h3 {
        font-size: 16px;
    }

    .jeep-cars .title h4 {
        font-size: 13px;
    }

    .offer-data.jeep-offer > div.jeep-due {
        font-size: 13px;
    }

    .jeep-price span {
        font-size: 7px;
    }

    .offer-data.jeep-offer > div.jeep-price {
        font-size: 36px;
    }

    .recBox {
        height: 20px;
        width: 20px;
        border: 1px solid #FBAA41;
        display: inline-block;
        margin-right: 10px;
        margin-left: 35%;
        margin-top: 2px;
        position: relative;
        /*top: -6px;*/
    }

    .expiring_lease {
        font-size: 13px;
        padding-left: 10px;
    }

    .header-table thead tr td {
        font-size: 12px;
        font-weight: bold;
    }

    .calculation_part {
        float: right;
        margin-top: -40%;
        width: 20%;
        padding: 20px;
        background: #292929c7;
        font-size: 13px;
        font-weight: bold;
        font-family: 'Roboto', Arial, sans-serif;
        color: #fff;
    }

    .orderCon .orderBtn {
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        border: 0;
        font-weight: bold;
        font-size: 13px;
        min-width: 50px;
        padding: 9px 4px;
    }

    .theme-bg-color {
        background: #FBAA41;
        float: right;
        margin-top: -83px;
    }

    .regform .popup-cont section {
        background: white none repeat scroll 0 0;
        border-radius: 5px;
        border: 5px solid #6b6b6b;
        margin: 0 auto;
        max-height: 768px;
        padding: 10px;
        position: relative;
        text-align: left;
        width: 316px !important;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
    }
}

@media screen and (max-width:360px) {

    .recBox {
        height: 20px;
        width: 20px;
        border: 1px solid #FBAA41;
        display: inline-block;
        margin-right: 10px;
        margin-left: 30%;
        position: relative;
        /*top: -6px;*/
    }

    .expiring_lease {
        font-size: 14px;
        padding-left: 10px;
    }

    .tableCon table tbody tr {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .header-table thead tr td {
        font-size: 12px;
        font-weight: bold;
    }

    .calculation_part {
        float: right;
        margin-top: -40%;
        width: 20%;
        padding: 20px;
        background: #292929c7;
        font-size: 13px;
        font-weight: bold;
        font-family: 'Roboto', Arial, sans-serif;
        color: #fff;
    }

    .orderCon .orderBtn {
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        border: 0;
        font-weight: bold;
        font-size: 13px;
        min-width: 50px;
        padding: 9px 4px;
    }

    .theme-bg-color {
        background: #FBAA41;
        float: right;
        margin-top: -83px;
    }

    .regform .popup-cont section {
        background: white none repeat scroll 0 0;
        border-radius: 5px;
        border: 5px solid #6b6b6b;
        margin: 0 auto;
        max-height: 768px;
        padding: 10px;
        position: relative;
        text-align: left;
        width: 356px;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
    }
}
