﻿@charset "utf-8";
/* Chrysler Pacifica CSS Document */

* {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: 'Roboto', Arial, sans-serif;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

a {
    text-decoration: none;
}

* html .clearfix {
    zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}
/* IE7 */
html {
    height: 100%;
    min-height: 100%;
}

body.ng-scope {
    background: #000;
}

    body.ng-scope.dealerpage {
        background: #fff;
    }

article {
    max-width: 1280px;
    margin: 0 auto;
}

#popOver > img {
    max-width: 100%;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.main-cont {
    max-width: 1280px;
    margin: 0 auto;
}

/*login Page*/
.input-cont {
    position: absolute;
    width: 100%;
    top: 280px;
    text-align: center;
    right: 0;
}

    .input-cont input {
        width: 300px;
        font-size: 22px;
        height: 48px;
        text-align: center;
        color: #df8107;
    }

        .input-cont input::placeholder {
            color: #df8107;
        }

    .input-cont button {
        width: 100px;
        border-width: 1px 0;
        padding: 5px 10px;
        border-style: solid;
        border-color: #fff;
        background: #df8107;
        color: #fff;
        cursor: pointer;
        text-transform: uppercase;
        margin-top: 10px;
    }

.p-cont {
    border-width: 20px 20px 40px 20px;
    border-style: solid;
    border-color: #292929;
    padding: 15px;
}

    .p-cont .p-header {
        padding: 10px;
    }

.p-header h3 {
    float: right;
    font-weight: normal;
}

.p-cont p {
    padding: 10px 0;
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
}


/*login Page*/

.left {
    float: left;
}

.right {
    float: right;
}

.theme-color {
    color: #FBAA41;
}

.theme-bg-color {
    background: #FBAA41;
    float: right;
    margin-top: -92px;
}

.header-table thead tr td {
    font-size: 15px;
    font-weight: bold;
}

.recTable td.tr {
    border: 0;
    text-align: right;
}

.recTable td.tl {
    border: 0;
    text-align: left;
    line-height: 30px;
}

    .recTable td.tl span {
        display: inline-block;
        position: relative;
        top: -7px;
    }

.recBox {
    height: 25px;
    width: 25px;
    border: 1px solid #FBAA41;
    display: inline-block;
    margin-right: 10px;
    margin-left: 30%;
    position: relative;
    /*top: -6px;*/
}

section.mainImg {
    position: relative;
}

    section.mainImg > img {
        max-width: 100%;
        max-height: 100%;
    }

.dealer-logo {
    position: absolute;
    top: 15px;
    right: -6%;
    width: 100%;
    max-width: 1280px;
    text-align: left;
}

.infoData {
    margin: 25px 0;
    text-align: center;
}

.infoTitle {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.infoAdress {
    word-spacing: 6px;
    margin: 5px 0;
}

.tableCon table {
    width: 100%;
    border-collapse: collapse;
    background: #292929;
    color: #fff;
}


    .tableCon table thead tr {
        font-size: 12px;
        text-transform: uppercase;
    }

    .tableCon table tbody tr {
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .tableCon table tr {
        width: 25%;
        height: 80px;
        text-align: center;
    }

        .tableCon table tr td {
            border: 1px solid #fff;
        }

            .tableCon table tr td:first-child {
                border-left: 0;
            }

            .tableCon table tr td:last-child {
                border-right: 0;
            }


.tableOpt table {
    width: 60%;
    border-collapse: collapse;
    background: #292929;
    color: #fff;
    padding-top: 50px;
}


    .tableOpt table thead tr {
        font-size: 12px;
        text-transform: uppercase;
    }

    .tableOpt table tbody tr {
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .tableOpt table tr {
        width: 25%;
        height: 80px;
        text-align: center;
    }

        .tableOpt table tr td {
            border: 1px solid #fff;
        }

            .tableOpt table tr td:first-child {
                border-left: 0;
            }

            .tableOpt table tr td:last-child {
                border-right: 0;
            }

section.tableOpt {
    padding-top: 50px;
}

.calculation_part {
    float: right;
    margin-top: -9%;
    width: 22%;
    padding: 20px;
    background: #292929;
    opacity: 0.8;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto', Arial, sans-serif;
    color: #fff;
}

.check_box {
    height: 20px;
    width: 20px;
    border: 1px solid #FBAA41;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 5px;
}


.orderCon {
    margin: 50px 0;
    text-align: center;
}

    .orderCon .orderBtn {
        text-align: center;
        text-transform: uppercase;
        padding: 10px 14px;
        min-width: 180px;
        color: #fff;
        border: 0;
        font-weight: bold;
        font-size: 18px;
    }

.spacer40 {
    width: 100%;
    height: 40px;
}

.spacer80 {
    width: 100%;
    height: 60px;
}

footer {
    background-color: #292929;
    height: auto;
    float: left;
    width: 100%;
}

div#footerContainer {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 0;
    z-index: 2000;
    text-align: left;
}

div#footerLogoContainer {
    position: relative;
    width: 100%;
    height: auto;
}

img#fLogo1 {
    float: left;
}

img#fLogo2 {
    float: right;
}

span#footerText {
    font-size: 12px;
    color: #787878;
    text-align: left;
    font-family: Arial, sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}

.carData {
    width: 85%;
    margin: 20px auto;
}

    .carData .carDataTxt {
        width: 48%;
    }

    .carData .carDataImg {
        width: 48%;
    }

div.galBox {
    position: relative;
    z-index: 100;
    width: 25%;
    height: auto;
    float: left;
    min-width: 250px;
    margin-bottom: -4px;
    overflow: hidden;
    background-color: #000000;
}

section#container03 {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
    position: relative;
}

img.gal01 {
    width: 100%;
}

img.gal02 {
    width: 100%;
    display: none;
}

img.gal01:hover {
    z-index: 99;
    -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);
}


section.car-det {
    float: left;
    width: 100%;
    clear: both;
    background: #fff;
}

    section.car-det > div {
        float: left;
        width: 50%;
    }

.details-cont {
    padding: 50px 30px 50px 70px;
    box-sizing: border-box;
}

    .details-cont span {
        font-size: 15px;
        text-transform: uppercase;
    }

.title {
    font-family: 'Roboto-Medium',Arial,sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.doller {
    display: initial;
}

.price-cont div {
    display: inline-block;
}

.price-cont .doller {
    font-size: 50px;
    font-weight: bold;
}

.price-cont .price {
    font-size: 60px;
    font-weight: bold;
}

sup.sup {
    vertical-align: top;
    font-size: 40px;
    text-decoration: underline;
    font-weight: bold;
}

.per-text {
    font-size: 18px;
    position: relative;
    top: 0px;
}

.price-cont {
    padding: 5px 0;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}

.due-sigin {
    font-size: 18px;
    font-weight: bold;
}

.car {
    width: 33.3%;
    float: left;
    padding: 3% 1% 0 1%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

section.cars {
    float: left;
    width: 100%;
    clear: both;
    background: #fff;
}

    section.cars img {
        max-width: 100%;
    }

.car-cont {
    text-align: center;
}

.m-20 {
    margin-top: -9px;
}

.m-t-33 {
    margin-top: 33px;
}

.content {
    position: absolute;
    height: 550px;
    display: table;
    top: 0;
}

.text-box > .enterpin {
    font-size: 30px;
    font-weight: bold;
    padding: 10px 0;
}

header {
    height: 60px;
    background: #000;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10001;
}

    header .logo-header {
        float: left;
        width: 180px;
        padding: 10px 20px 10px 120px;
    }

    header ul {
        float: left;
    }

        header ul li {
            float: left;
            list-style: none;
            color: #fff;
            font-size: 12px;
            text-transform: uppercase;
            line-height: 60px;
            padding: 0 10px;
            font-weight: bold;
        }


section h2 {
    text-transform: uppercase;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 8px;
}

.header {
    background-image: url("../images/trstrip.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    margin: 40px 0 0;
    width: 100%;
}

div#jeepgreeting > * {
    padding-left: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

span.headText02.boldtext > span {
    font-size: 20px;
}

span.headText01 > span {
    font-size: 20px;
    display: block;
    float: right;
    line-height: 30px;
    width: 50%;
    right: 85px;
    position: relative;
}

span.headText01 {
    width: 100%;
    font-size: 60px;
    font-weight: bolder;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#blueButton02, div#blueButton {
    width: 49%;
    padding: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffba00;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
}

div#blueButton {
    background: #999999;
    color: #fff;
}


span.headText01.offer {
    font-size: 60px;
}

span.headText02.boldtext {
    display: block;
    font-weight: bold;
    font-size: 20px;
}

div#jeepgreeting > a {
    padding: 0;
    text-align: center;
    display: inline-block;
    width: 49%;
}

.header-cont,
.delear-cont,
.text-cont {
    padding: 0 9%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 600px;
    top: 0;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.logo {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

.tel {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    text-align: right;
    width: 50%;
}

    .tel span {
        display: block;
        font-size: 22px;
        padding-top: 60px;
    }

.img-cont {
    padding-top: 15px;
    min-height: 210px;
}

    .img-cont > img {
        padding: 5px 10px;
        max-width: 100%;
    }

.logo-cont {
    float: left;
    width: 70%;
}



.text-desc {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 2px 1px 5px 2px rgba(23, 23, 23, 0.3);
    font-size: 18px;
    padding: 30px;
}

    .text-desc > h2 {
        text-align: right;
        font-size: 18px;
    }

    .text-desc p {
        padding: 10px 5px;
        font-size: 15px;
        text-align: left;
    }

        .text-desc p a {
            color: #009bca;
            font-weight: bold;
        }

article.login {
    max-width: 1200px;
}

h1 {
    font-size: 130px;
    color: #878787;
    line-height: 85px;
    font-family: Arial, sans-serif;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  Containers: */

section, footer {
    width: 100%;
    height: auto;
    z-index: 1000;
    text-align: center;
}

    section#container01 {
        width: 100%;
        overflow: hidden;
    }

    section#container02 {
        overflow: hidden;
        height: auto;
        background-color: #ffffff;
    }


    section#container04 {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: auto;
        background-color: #ffffff;
    }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  Spacers: */

.spacer10 {
    width: 100%;
    height: 10px;
}

.spacer20 {
    width: 100%;
    height: 20px;
}

.spacer40 {
    width: 100%;
    height: 40px;
}

.spacer80 {
    width: 100%;
    height: 60px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  PopOver: */
div#blueHead {
    position: relative;
    top: 35px;
    width: 100%;
    height: 130px;
    z-index: 90000;
    background-color: #009bca;
}

img#popOverText {
    position: relative;
    z-index: 8999;
    margin: 15px auto 0;
}

div#popBack {
    position: absolute;
    top: 0;
    z-index: 8000;
    width: 100%;
    overflow: hidden;
}

img#popOverImage {
    position: relative;
    margin: 0 auto 0;
    width: 100%;
    min-width: 500px;
}

div#popForm {
    width: 440px;
    height: 160px;
    position: relative;
    margin: 0 auto 0;
    top: 200px;
    z-index: 9000;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  Section 1: */
.header-img {
    float: left;
    width: 33.33%;
    margin-top: -20px;
    position: relative;
}

.cont-2 {
    width: 100%;
    height: 300px;
    position: relative;
}

    .cont-2:before {
        content: "";
        position: absolute;
        height: 250px;
        width: 100%;
        background: #fff;
        left: 0;
        z-index: -1;
        top: 50%;
    }

.header-img img {
    max-width: 100%;
}
/* - - - - - - - - - - - - - - - Main Header Text: */

div#mainHeaderContainer {
    width: 900px;
    position: absolute;
    top: 15%;
    left: 5%;
    z-index: 2000;
    padding: 10px;
}

#mainHeaderText {
    max-width: 100%;
    max-height: 100%;
}

/* - - - - - - - - - - - - - - - Box: */

div#mainContainer {
    background: url('../Images/programinfo.jpg');
    background-size: cover;
    height: 458px;
}

div#jeepgreeting {
    float: left;
    width: 540px;
    background: rgba(0,0,0,0.6);
    margin-top: 3%;
    text-align: left;
    margin-left: 5%;
    position: absolute;
    min-height: 400px;
    overflow: hidden;
}

div#mainContainer #blueButton02, div#mainContainer div#blueButton {
    width: 75%;
    font-size: 15px;
}

/* - - - - - - - - - - - - - - - Header Texts: */

span.headText01 {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
}

span.headText02 {
    color: #ffffff;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: .1em;
}

/* - - - - - - - - - - - - - - - Email Box: */

#emailBox, #emailBox1 {
    position: absolute;
    top: 650px;
    height: 360px;
    width: 100%;
    background-color: #000;
    padding-top: 30px;
    z-index: 1;
}

#emailBox1 {
    right: 0;
    top: 800px;
}

div#mapBox03 a {
    width: 100%;
    display: block;
}

#emailBox form, #emailBox1 form {
    text-align: center;
}

    #emailBox form #blueButton02, #emailBox1 form #blueButton02 {
        width: 215px;
        cursor: pointer;
    }

.emailBoxInput {
    width: 80%;
    height: 35px;
    line-height: 35px;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,0.6);
    font-size: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  Section 2: */

div#row2Hero {
    width: 100%;
    background-color: #ffffff;
    ;
}

img#hero2 {
    width: 100%;
}

div#carContainer {
    width: 100%;
    height: 370px;
    background-color: #ffffff;
}

img#carMiddle {
    width: 50%;
    max-width: 600px;
    position: relative;
    top: -90px;
}

div#offerDetailContainer {
    position: relative;
    top: -70px;
    width: 100%;
    height: 155px;
    max-width: 1000px;
    border: 0;
    margin: 0 auto 0;
}

div.offerDetail {
    width: 50%;
    height: 150px;
    float: left;
}

div.textBox {
    width: 50%;
    height: 115px;
    float: left;
}

div.topText {
    width: 100%;
    height: 45px;
    text-align: left;
}

div.topText02 {
    width: 100%;
    height: 45px;
    text-align: center;
}

div.bottomText {
    width: 100%;
    height: 75px;
    text-align: left;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Offer Texts: */

.offer-car {
    width: 33.3%;
    float: left;
    padding: 3% 1% 0 1%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

    .offer-car #emailBox {
        width: 94%;
    }

.headText01.offer.offer-hedding {
    width: 33%;
    text-align: center;
    padding: 10px 0;
    background: #ffd78e;
    font-size: 30px;
    display: inline-block;
    float: left;
    margin-left: 2%;
}

    .headText01.offer.offer-hedding span {
        font-size: 12px;
        display: inline-block;
    }

        .headText01.offer.offer-hedding span.dollarSign {
            font-size: 45px;
            font-weight: normal;
        }

#container03 h2 {
    color: #fff;
    top: 12%;
    z-index: 999999999;
    position: absolute;
    width: 100%;
    text-align: center;
}

#emailBox span.close, #emailBox1 span.close {
    position: absolute;
    top: 5px;
    right: 8px;
    background: #000;
    width: 18px;
    height: 18px;
    font-size: 12px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid white;
    line-height: 20px;
    cursor: pointer;
    color: #fff;
    text-align: center;
}

.successMesssage {
    padding: 90px 5px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

div#mapBox01 {
    width: 65%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
}

div#mapBox03 {
    width: 35%;
    float: right;
    text-align: left;
    /*font-size: 25px;
    line-height: 34px;*/
    line-height: 25px;
    color: #000000;
    position: relative;
}

    div#mapBox03 a div {
        /*width: 90%;*/
        text-align: center;
        font-size: 15px;
        margin-top: 10px;
    }

img#map {
    width: 100%;
}

    img#map:hover {
        -webkit-transform: scale(0.93,0.93);
        -moz-transform: scale(0.93,0.93);
        -ms-transform: scale(0.93,0.93);
        -o-transform: scale(0.93,0.93);
        transform: scale(0.93,0.93);
    }

.emailBoxInput.error {
    border-color: #e41f1f;
    color: #e01919;
}

    .emailBoxInput.error::placeholder {
        color: #e01919;
    }

.termsandcond > p {
    cursor: pointer;
    font-size: 12px;
    /*margin-top: 25px;*/
    padding: 10px 0;
    display: inline-block;
}

    .termsandcond > p:hover {
        text-decoration: underline;
    }

.popup-cont section h3 {
    font-size: 15px;
    margin-bottom: 10px;
}

.popup-cont section h4 {
    font-size: 13px;
    margin-bottom: 8px;
}

.termsandcond {
    bottom: 25px;
    color: #050505;
    text-align: center;
    width: 100%;
    z-index: 999999;
    max-width: 1600px;
    margin: 0 auto;
}

    .termsandcond.footercond {
        margin-top: 12px;
        position: relative;
    }

        .termsandcond.footercond > p {
            color: #787878;
            font-size: 11px;
        }

.popup-outer {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    cursor: default;
    width: 100%;
    z-index: 999999;
}

    .popup-outer .popup-inner {
        display: table;
        height: 100%;
        width: 100%;
    }

    .popup-outer .popup-cont {
        display: table-cell;
        vertical-align: middle;
    }

.popup-cont section {
    background: white none repeat scroll 0 0;
    border-radius: 8px;
    margin: 0 auto;
    max-height: 480px;
    padding: 0 10px;
    position: relative;
    text-align: left;
    width: 600px;
    height: 480px;
}

    .popup-cont section h2 {
        text-align: center;
        margin-bottom: 10px;
        font-size: 20px;
        text-transform: uppercase;
    }

    .popup-cont section p {
        font-size: 10px;
        color: #333333 !important;
        line-height: 15px;
        Padding-top: 5px;
        margin-bottom: 15px;
        padding: 0 20px 0 20px;
    }

.popup-cont span.close {
    background: #e3e3e3;
    width: 20px;
    height: 20px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    line-height: 21px;
    display: inline-block;
}

.add-info {
    background: #000000;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 25px;
    top: -22px;
    font-style: italic;
    position: relative;
    z-index: 0;
}

    .add-info span {
        background: #000000;
        display: inline-block;
        text-align: center;
        z-index: 999;
        position: relative;
        padding: 10px 25px;
    }

    .add-info:before {
        content: "";
        width: 100%;
        height: 2px;
        background: #66544e;
        position: absolute;
        right: 0;
        top: 48px;
        z-index: 0;
    }

span.price {
    font-size: 40px;
}



.offer-car span.dollarSign {
    font-size: 25px;
}

.offer-data {
    min-height: 120px;
    margin-bottom: 15px;
    margin-top: -20px;
    text-align: left;
    text-indent: 20px;
    padding-top: 15px;
    height: 225px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

.normal-text {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    text-transform: initial;
    height: 20px;
}

p.offer-desc {
    text-transform: initial;
    font-size: 10px;
    text-indent: 0;
    font-weight: normal;
    padding: 15px 10px;
    text-align: left;
}

.per-month-text {
    display: inline-block;
    width: 36%;
    text-align: left;
    text-indent: 0;
    margin-left: 10px;
}

.offer-data p {
    text-align: left;
}

.title sub {
    position: relative;
    top: -3px;
    font-size: 12px;
}

p.offer-desc span {
    font-size: 10px;
    text-align: left !important;
    text-transform: initial;
}

.offercont {
    color: #000;
    background: #ffba00;
    text-transform: uppercase;
    padding: 8px 0;
    margin-bottom: 10px;
    height: 18px;
}

.details-cont .title {
    font-size: 25px;
}

.details-cont .model {
    font-size: 25px;
}

span.headText02 sup {
    position: relative;
    top: -3px;
    font-size: 12px;
}

span.offer-price {
    font-size: 70px;
    padding-top: 23px;
    display: inline-block;
    padding-bottom: 10px;
}

.model sup {
    font-size: 15px;
    position: relative;
    top: 1px;
    right: -3px;
}

.offer-img {
    display: inline !important;
    float: left !important;
    width: 35%;
    position: relative;
}

span.offer-price-cont {
    position: absolute;
    font-size: 24px;
    top: -5px;
    left: 4px;
}

span.headText01.offer {
    float: left;
    width: 100%;
    padding-bottom: 7px;
}

.car-cont img {
    padding-top: 60px;
}

.offer-data sup.sup {
    font-size: 24px;
}

.car.car-offer {
    width: 50%;
}

div#jeepgreeting.twooffers {
    /*height: 400px;*/
}


.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    z-index: 999999999;
    background: rgba(0,0,0,0.6);
    display: table;
}

.inner-lorder {
    display: table-row;
    height: 100%;
}

.main-lorder-cont {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-align: center;
}

    .main-lorder-cont section {
        background: url('../images/preloader.gif');
        height: 150px;
        width: 250px;
        text-align: center;
        margin: 0 auto;
        background-size: contain;
        border-radius: 11px;
        background-position: center;
        background-color: #fff;
        background-repeat: no-repeat;
        position: relative;
    }

img.jeeploader {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 52px;
    right: 43%;
    background-color: #fff;
}

span.errormessage {
    display: block;
    width: 300px;
    margin: 0 auto;
    color: #fff;
    background: #ff0000;
    margin-top: 5px;
    border-radius: 5px;
    padding: 3px 0px;
}

.scroller {
    overflow-y: auto;
    height: 440px;
}

    .scroller::-webkit-scrollbar-track {
        border-radius: 10px;
        border: 0px solid black;
        background-color: #ededed;
    }

    .scroller::-webkit-scrollbar {
        border-radius: 10px;
        width: 8px;
        background-color: #F5F5F5;
    }

    .scroller::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #fbaa41;
    }

.close-cont {
    text-align: right;
    padding: 5px 0;
    position: relative;
    right: -5px;
}

span.headText02 {
    display: inline-block;
}

section.car-det .car-cont {
    /* max-width: 480px; */
    margin: 0 auto;
    padding: 0 5%;
    box-sizing: border-box;
}

.car-cont img {
    max-width: 100%;
}

.car .title {
    font-weight: bold;
}

.popup-cont section h3 {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.popup-cont section blockquote {
    padding-left: 20px;
    font-size: 12px;
}

.logo-header img {
    max-width: 100%;
}

.jeep-offer.offer-data {
    height: 150px;
}

.car.jeep-cars {
    margin-top: 40px;
    width: 25%;
    padding: 0;
}

.jeep-cars .title {
    min-height: 75px;
}

.offer-data.jeep-offer > div {
    display: inline-block;
    width: 44%;
    position: relative;
    right: 24px;
}

    .offer-data.jeep-offer > div.jeep-symbol {
        width: 2%;
        font-size: 30px;
        position: relative;
        right: 36px;
        line-height: 40px;
        top: -20px;
    }

    .offer-data.jeep-offer > div.jeep-price {
        font-size: 40px;
        text-align: center;
    }

.jeep-price span {
    font-size: 8px;
    font-style: italic;
    color: #212020;
    display: block;
}

.offer-data.jeep-offer > div.jeep-due {
    width: 100%;
    text-align: center;
    font-size: 16px;
    position: relative;
    right: 40px;
    padding: 5px 0;
    margin-bottom: 20px;
}

    .offer-data.jeep-offer > div.jeep-due:after {
        content: "";
        position: absolute;
        width: 95%;
        border: 1px solid;
        bottom: -9px;
        right: -9px;
    }

    .offer-data.jeep-offer > div.jeep-due:before {
        content: "Or";
        position: absolute;
        background: #fff;
        color: #000;
        right: 0;
        bottom: -20px;
        width: 60px;
        left: 44%;
        z-index: 3;
        text-align: left;
    }

.jbold sup {
    display: none;
}

.jeep-price span.jeep-doller {
    font-size: 25px;
    font-style: normal;
    position: relative;
    top: -8px;
    display: inline;
}

.jeep-tirm span.jbold {
    font-size: 50px;
    text-align: left;
}


.offer-data.jeep-offer > div.due-offer {
    width: 100%;
    right: 15px;
}

.jeep-due-small {
    font-size: 11px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    /*opacity: .2;*/
    cursor: pointer;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.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: 900px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}

.help-block.with-errors {
    padding: 5px;
    font-size: 14px;
}

h4.h4-signedUp {
    text-align: left;
    padding: 0 0 10px 0;
    font-weight: bold;
    font-size: 23px;
}

.blink {
    /*animation: blinker 1s step-start infinite;*/
    font-weight: bold;
    font-size: 23px;
    color: #a70808;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

i.glyphicon.glyphicon-ok {
    font-size: 20px;
    line-height: 26px;
}

.hideTick {
    visibility: hidden;
}

.showTick {
    visibility: visible;
}

.success-box p {
    font-size: 16px !important;
    padding: 10px !important;
}

.success-box .NDInput {
    padding: 10px 0;
}

.popup-cont section .success-box h3 {
    font-size: 18px;
}

.dealer-video {
    max-width: 600px;
    width: 100%;
    padding-bottom: 20px;
}

.termsandcond.footercond {
    position: absolute;
    width: 100%;
    left: 0;
    max-width: 100%;
}

@media (min-width:1024px) {
    .img-cont {
        max-width: 360px;
        margin: 0 auto;
    }
}

.termsandcond.pinloginterms {
    color: #fff;
}

.offerbannercontainer {
    position: relative;
}

.offerbanner {
    height: 300px;
    background-repeat: no-repeat;
}

.offerbannertext {
    position: absolute;
    top: 151px;
    left: 20px;
    width: 60%;
    text-align: left;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
}

.logo-title {
    float: left;
    line-height: 60px;
    padding: 0 10px;
}

.dealer-logo-title {
    text-transform: uppercase;
    color: #fff;
}

.hide-dealer-name {
    display: none
}

.emp-price-cont {
    display: block;
    padding: 5px 10px;
    text-transform: initial;
}

.emp-price-text {
    text-align: left;
    font-size: 16px;
    margin: 5px 0;
}

.emp-price-text-1, .emp-price-text-4 {
    font-weight: bold;
}

.msrp-list-data {
    display: block;
    position: relative;
    font-weight: initial;
    width: 96%;
    margin: 0 auto;
    font-weight: initial;
    text-indent: initial;
}
.msrp-data-exists {
    min-height: 110px;
}
.msrp-list-data p {
    background: inherit;
    max-width: 40rem;
    padding: 0;
    overflow-x: hidden;
    margin: 5px 0;
    font-size: 15px;
}

.msrp-list-data p:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
}

.msrp-list-data .label {
    white-space: nowrap;
    padding-right: 0.33em;
    background: white;
    text-transform: initial;
}

.msrp-list-data .value {
    float: right;
    padding-left: 0.33em;
    background: white;
}

.f-b-text .label, .f-b-text .value {
    font-size: 15px;
    font-weight: bold;
}

.f-b-text .value {
    color: #B18132;
}
