﻿@charset "utf-8";
/* CSS Document */
@import "reset.css";

@font-face {
    font-family: 'kiafonts';
    src: url('kiaotfm-webfont.eot');
    src: url('kiaotfm-webfont.eot?#iefix') format('embedded-opentype'), url('kiaotfm-webfont.woff2') format('woff2'), url('kiaotfm-webfont.woff') format('woff'), url('kiaotfm-webfont.ttf') format('truetype'), url('kiaotfm-webfont.svg#kiaotfmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
    font-family: 'kiafontsbold';
    src: url('KIA_Bold.ttf');
}

*/

body {
    font-family: kiafonts;
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: #1678b9;
    /* background-color: rgb(161,204,57);*/
}

a {
    color:#0b2f8a;
}
.column-left {
    float: left;
    width: 20%;
}

.column-right {
    float: right;
    width: 20%;
     
}

.column-center {
    display: inline-block;
    width: 60%;
}

#content_area {
    margin: 0px auto;
    width: 75%;
    position: relative;
    /*-webkit-box-shadow: -1px 3px 16px 2px rgba(36,150,69,1);
    -moz-box-shadow: -1px 3px 16px 2px rgba(36,150,69,1);
    box-shadow: -1px 3px 16px 2px rgba(36,150,69,1);*/
    overflow: auto;
     /*border-left: 1px solid #000;*/
}

.header {
    border-bottom: 4px solid #4f0007;
    width: 100%;    
    float: left;
    padding: 10px 0;
    color:#fff;
    background-color:#fff;
}


.car {
    padding: 10px;
    background-color: #f8f8f8;
    float: left;
margin-left: 8px;
margin-bottom: 10px;
    border: 1px solid #e8e8e8;
    cursor: pointer;
    height: 130px;
    width: 145px;
}

    .car:hover {
        background-color: #33448A;
        color: #ffffff;
    }

.car-img {
}

.car-caption {
    font-weight: bold;
    /*background: url('../images/border.png') no-repeat left 20px;*/
    height: 30px;
    text-align: left;
}


.middle_area li:nth-child(5n+1) {
    
}

.middle_area li:nth-child(5n) {
     
}

.header-text {
    margin: 15px auto;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #aa021a;
}
.header-text-sub {
    margin: 10px auto;
    text-align:left ;
    font-size: 20px;
    font-weight: bold;
    background: url('../images/border.png') no-repeat left 23px;
    background-size: 110px 2px;

}
.header-text-inner {

    color:#BC162C;
    font-size:18px;
}
.middle_area {
    margin: 5px auto;
    width: 100%;
    text-align: center;
    color:#000;
   padding-left:13px;
}

.header-text div {
    font-size: 13px;
}

.main_content {
    width: 100%;
}

.form_div {
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
}

    .form_div label {
        font-family: 'kiafonts' !important;
        font-weight: bold;
        color: #1678b9;
        text-align: left;
    }

.pure-u-1 {
    /*padding:10px 0;*/
}

.graybox {
   color:#1678b9;
    font-size: 22px;
    padding: 20px;
    border-radius: 10px;
}

.form_div input {
    color: #000000;
    font-family: 'kiafonts' !important;
    font-weight: bold;
}

.form_div select {
    color: #000000;
}

.footer_text {
    padding-bottom: 20px;
    margin-left: 50px;
}

    .footer_text p {
        padding: 5px 0;
        background-image: url(../images/bullet_next.png);
        background-repeat: no-repeat;
        background-position: 0 .5em;
        padding-left: 20px;
    }

.caption_inner {
    background: url("../images/inner_btn.png") no-repeat center center;
    text-align: center;
    line-height: 63px;
    height: 70px;
    margin: 20px auto;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    width: 325px;
}

/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

    .col:first-child {
        margin-left: 0;
    }

/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 */
}

/*  GRID OF TWO  */
.span_2_of_2 {
    width: 55%;
    color:#000;
}

.span_1_of_2 {
    width: 40.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .col {
        margin: 1% 0 1% 0%;
    }
    .ui-dialog
    {
        width:95% !important; 
        left:0px !important;
    }
}

@media only screen and (max-width: 480px) {
    .span_2_of_2, .span_1_of_2 {
        width: 100%;
    }

        .span_1_of_2 img {
            width: 100%;
        }
         .ui-dialog
    {
        width:95% !important; 
        left:0px !important;
    }
}

.inner_car {
    background: linear-gradient(45deg, white, transparent);
    width: 100%;
    margin-top: 85px;
    margin: auto;
}
.inner_car1 {
    /*background-color: #eed09a;
    border: 1px solid #eed09a;*/
    width: 100%;
    margin-top: 10px;
}

.span_1_of_2 img {
    width: 300px;
}


.col_caption {
    font-weight: bold;
    font-size: 25px;
    text-shadow: 2px 2px #249645;
    text-align: left;
}

.col_list {
    text-align: left;
    color: #831520;
    font-weight: bold;
    font-size: 16px;
    background-color: #fff;
    border-radius: 10px;
    padding: 29px;
    margin-top: 10px;
}

.col_img_caption {
    background-color: #6aa53f;
    border-radius: 4px;
    padding: 4px;
    width: 300px;
    margin: 0 auto;
}

.col_list li {
    background: url(../images/star.png) no-repeat left center;
    padding: 8px 0;
    }

.col_img_caption {
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
}

.box_area_inner {
    text-align: center;
}

.box_inner1 {
    width: 100%;
    float:left;
 font-size: 16px;
 color:#1678b9;
}

    .box_inner1 img {
        border-radius: 200px;
        border: 5px solid #ffffff;
    }

.box_inner2 {
    background: url(../images/inner-box2.png) no-repeat center center;
    height: 174px;
    font-size: 16px;
    font-weight: bold;
    float: left;
    width: 166px;
    margin-top: -47px;
    padding-top: 30px;
}

.box_inner3 {
    background: url(../images/inner-box3.png) no-repeat center center;
    height: 258px;
    font-size: 15px;
    font-weight: bold;
    float: left;
    width: 261px;
    padding-left: 20px;
    margin-top: -116px;
}

.footer_inner {
    clear: both;
    padding-bottom: 20px;
}

.footer_left {
    float: left;
    margin-left: 10px;
}

.footer_right {
    text-align: center;
    padding-top: 40px;
    color: #1678b9;
}

.footer_left span {
    font-weight: bold;
}

.other_model {
    float: right;
    margin-right: 10px;
}

    .other_model a {
        font-family: 'kiafonts';
        color: #4f0007;
        font-size: 14px;
        font-weight: bold;
        padding: 5px 10px;
        cursor: pointer;
        text-decoration: underline;
    }


.allmodel a {
    font-family: 'kiafonts';
    color: #ffffff !important;
    font-size: 16px;
    font-weight: bold;
    background-color: #c51230;
    padding: 5px 5px;
    cursor: pointer;
    border-radius: 10px;
    float: left;
    margin: 5px 0;
    width: 250px;
}


.boxdiv {
    color: #ffffff;
    padding: 5px 50px;
    height: 20px;
    border-radius: 5px;
    margin-right: 15px;
    cursor: pointer;
    float: left;
    margin: 5px 0;
    margin-left: 10px;
}

.red {
    background-color: #f1274d;
}

.yellow {
    background-color: #ef8128;
}


.newuser {
    clear: both;
}

.buttons {
    margin: 0 auto;
    margin-top: 10px;
    width: 52%;
}

.existinguser {
    clear: both;
    display: none;
    text-align: center;
}

.offers {
    color: #000 !important;
    text-align: center;
    clear: both;
}

.offerhead {
    text-align: center;
    margin: 20px auto;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

table.gridtable {
    font-size: 14px;
    color: #000;
    border-width: 1px;
    border-collapse: collapse;
    text-align: center;
    width: 98%;
    margin: 0 auto;
}

    table.gridtable th {
        padding: 8px;
        border: 1px solid #ffffff;
        background-color:#9f6b3b;        
        text-align: center;
        font-weight: bold;
        color: #fff;
    }

    table.gridtable td {
        padding: 8px;
        border-collapse: collapse;
        vertical-align: middle;
        text-align: center;
        border: 1px solid #ffffff;
        color:#1678b9;
    }

.crosline1 {
    position: absolute;
    left: 40px;
}

.crosline2 {
    position: absolute;
    top: -20px;
}

.dec {
    text-decoration: line-through;
    color: red;
    font-weight: bold;
    font-size: 18px;
}

    .dec span {
        color: #000;
        font-weight: normal;
        font-size: 14px;
    }

.offer14My {
    border-radius: 200px;
    border: 5px solid #ffffff;
    float: left;
}

    .offer14My p {
        padding-top: 40px;
    }


.strikeout {
    position: relative;
}

    .strikeout::after {
        border-bottom: 2px solid #9f6b3b;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 50%;
        color: red;
    }

.langtext {
    background-color: #C41230;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    width: 46px;
    float: right;
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin-bottom: 3px;
    margin-top: -4px;
}


.offerprice1 {
    font-size: 16px;
    color: #1678b9;
    font-weight: bold;
}

.inner_car_right1 {
    margin-top: 10px;
}
.inner_car_right {
    margin-top: 27px;
}

.arrow_box {
    position: relative;
    background: #ffffff;
    width: 320px;
    min-height: 35px;
    color: #a10a17;
    line-height: 35px;
    text-align:center;
    font-weight:bold;
    padding-left:10px;
    cursor:pointer;
    margin: auto;
    margin-bottom: 10px;
    
}

    .arrow_box:after, .arrow_box:before {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #ffffff;
        border-width: 16px;
        margin-top: -17px;
    }
 
    .arrow_box:before {
        border-color: rgba(194, 225, 245, 0);
        border-left-color: #ffffff;
        border-width: 17px;
        margin-top: -17px;
    }
.submodels {
    padding:10px;
    background-color:#9f6b3b;
    border: 1px solid #E8E8E8;
    margin-top:50px;
    clear:both;

}
.red_heading {
    color:#c51230;
    margin:10px auto;
    font-weight:bold;
}

.overview p strong {
    color:#c51230;
    margin:10px auto;
    font-weight:bold;
}
.submodels a {
    color:#fff;  
}

.overview li {
    background: rgba(0, 0, 0, 0) url("../images/list1bg2.png") no-repeat scroll left center;
    float: left;        
    list-style: outside none none;
    padding: 5px 5px 5px 15px;
    width: 100%;
}
.mscrollclass {
    border-bottom:1px dashed #000000;
    padding-bottom:5px;
}

.boldstyle {
    font-weight:bold;
}
.normalstyle {
    font-weight:normal;
}
.inner_car img {width: 100%}

.group{background: linear-gradient(45deg, #c2172c, #4e1216);padding-bottom: 50px;}