/* 
 * asdasdas
 */

@import url("reset.min.css");

@font-face {
    font-family: "Kia Light";
    src: local("Kia Light"), url("../fonts/KiaL.otf") format("opentype");
}
@font-face {
    font-family: "Kia Medium";
    src: local("Kia Medium"), url("../fonts/KiaM.otf") format("opentype");
}
@font-face {
    font-family: "Kia Bold";
    src: local("Kia Bold"), url("../fonts/KiaB.otf") format("opentype");
}

body, html { 
    overflow-x: hidden; 
    overflow-y: hidden;
}


body{
    font-family: "Kia Medium";
    background-color: #000;
    /*font-size: 18px;*/

}



/*body.Page {background-color: #FFF}*/
body {
    font-size: 20px;
}
h1,h2,h3,h4,h5,h6,p {
    line-height: 1.45;
}
/*h1 { font-size: 4em; }*/
/*h2 { font-size: 3em; }*/


a{
    color:#000;
    text-decoration: none;
}

.wrapper {
    width: 100%;
    max-width: 1280px;
    /*max-width: 1024px;*/
    /*    max-width: 1200px;*/
    /*max-width: 960px;*/
    display: inline-block;
    position: relative;

    /*margin-bottom: 64px;*/

}
.wrapper:after {
    padding-top: 58.8%; /*16:10 ratio*/
    display: inline-block;
    content: '';
}


.outer-container{

    position: absolute;
    top: 0; bottom: 0; right: 0; left: 0; /*fill parent*/


    /*width: 1024px;*/

    /*width: 100%;*/
    /*    max-width: 90%;
        min-width: 1024px;*/




    /*
        height: 600px;
        margin: 0 auto;
        position: relative;
        display: block;
        overflow: hidden;*/
}

.display-front{

    margin-bottom: 72px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:  top left;
    /*background-size: contain;*/


}

.row{
    clear: both;
    width: 100%;
    display: block;
    margin-right: -15px;
    margin-left: -15px;
    display: table;
    content: " ";
    white-space: nowrap; 
}
.col{
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    white-space: normal;
}
.innercol {
    font-family: "Kia Light";
    font-size: 0.7em;
    line-height: 1.2em;

}
/*
* Navigation
*/
.main-navigation{

    opacity: 1;

    border-bottom: 10px solid #b9202d;
    height: 70px;
    /*height: 8%;*/
    position: absolute;
    bottom: 0;

    /*bottom: -64px;*/

    width: 100%;
    background-color: #FFF;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.3);
    z-index: 200;
}

.greyround {
    display: block;
    background-color: #d4d4d4;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border: 0px none #ffffff;
    padding: 5px 10px;
    margin-top: 10px;
}

.check {float: right}
.check img {max-width: 49%;float:right}
.activator.INACTIVE .check.CHECKRED  {display:none;}
.activator.ACTIVE .check.CHECKGREY  {display:none;}


.main-navigation  .startlinkbutton {
    /*display: inline-block;*/
    /*padding-bottom:  5px*/
}
.main-navigation  .startlinkbutton img {
    max-width: 90%;
    height: auto;

}

.main-navigation li a {
    float: left;
    font-size: 1.2em;
    color: #434343;
    font-family: "Kia Bold";
    text-transform: uppercase;
    margin-left: 25px;
    line-height: 3.1em;
    display: inline-block;
}

/*
* Hotspot
*/
.hotspot {
    position: absolute;
    z-index: 9;
    cursor: pointer;
    /*background: url("../images/hotspot2.png") top left no-repeat;*/
    /*background-size: contain;*/
}
.hotspot .icon{

    background-image: url("../images/hotspot.png");

    /*    background: url("../images/hotspot.png") top left no-repeat;
        background-size: contain;*/

    background-repeat: no-repeat;
    height: 33px;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    left:-1px;
    position: absolute;
    float:left;
    /*display: none;*/

}
.hotspot .text{

    /*    margin-left: 10%;
    
        float:left;
        display: inline-block;
        vertical-align: top;
        font-family: "Kia Light";
        background-color: #FFF;
        text-transform: uppercase;
        font-size: 0.7em;
        padding: 5px 10px 5px 25px;
        margin-bottom: 10%*/

    background-color: #fff;
    display: inline-block;
    float: left;
    font-family: "Kia Light";
    font-size: 0.8em;
    font-weight: bolder;
    margin-bottom: 12%;
    /*margin-left: 25%;*/
    margin-left: 12px;
    /*padding: 7% 10% 6%;*/
    padding: 5px;
    padding-left: 14px;

    text-transform: uppercase;
    vertical-align: top;


}

.hotspot-switch{
    position: absolute;
    z-index: 10;
    cursor: pointer;
}



#rotate_icon_outer {position: absolute; left: 50%;bottom:30px}
#rotate_icon_inner {position: relative; left: -50%;  }

/*
* Pop-up
*/
.popup{
    background: url("../images/overlaytop.png") top center;
    left: 0;
    width: 100%;
    /*height: 500px;*/
    /*height: 80%;*/
    bottom: -502px;
    z-index: 10;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
}



.configpopup {
    background: url("../images/overlaytop.png") top center;
    left: 0;
    width: 100%;
    /*height: 500px;*/
    /*height: 80%;*/
    bottom: -502px;
    z-index: 10;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
}

.configpopup.popup-closed {
    /*display: none!important;*/
    top:92%!important;
}
.configpopup.popup-closed.fullhide {
    /*display: none!important;*/
    top:100%!important;
}

.configpopup .popup-content {
    min-height: 1000px;

}


.sidebarpopup{
    left: 0;
    width: 100%;
    /*height: 500px;*/
    /*height: 80%;*/
    top: 502px;
    z-index: 100;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /*display: none;*/
}

#popup_sidebar.sidebarpopup-open {
    top: 40px !important;
    z-index: 10;
    /*         -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;*/
} 
#popup_sidebar {
    width: 25%!important;
    right: 0;
    left:auto;
    z-index: 999;
    display:none;

    /*bottom:-325px!important;*/
}
#popup_sidebar .container{
    padding: 10px;
}

#popup_sidebar .label {
    color: #585858;
    font-size: 0.8em;
}


.sidebarbg {max-width: 100%}

.popup-content {
    background-color: #FFF; 
    padding: 15px;
    /*height: 450px;*/
}

#sidebartop {
    /*background-color: #CCC;*/
    z-index: 999; position: relative;
}
#sidebartop img {
    display: inline;
    position: relative;
    bottom: -2px;
}

#sidebarmain {background-color: #FFF;min-height: 800px;opacity: 0}
.sidebarpopup-open #sidebarmain {
    opacity: 1;
    /*     -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;*/
}

.popup-content-img {
    max-width:100%;
    height: auto;
    z-index: 0;
}

.popup-content .col {
    /*width: calc(50% - 30px);*/
    width: calc(40%);
}
.popup-content .content-title{
    font-size: 1.1em;
    font-family: "Kia Bold";
    text-transform: uppercase;
}
.btn-popup-close{


    background-color: #FFF;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    width: 120px;
    height: 40px;
    opacity: 0;
    text-align: center;
    cursor: pointer;
}
.btn-popup-close .icon-close{
    background-color: #b9202d;
    color: #FFF;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    /*line-height: 1.6em;*/
    line-height: 1.1em;
    font-size: 1.2em;
    margin-left: auto;
    margin-right: auto;
}
.popup-open {
    bottom: 70px!important;
}
.mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}


#maingrid  .linkrow .col {

    display: inline-block;

    min-height: 52%;
    /*border:1px solid #CCC;*/

    position: absolute;
}
#maingrid  .col.gridcol1 {
    left:0;
    width: 24.5%;
} 
#maingrid  .col.gridcol2 {
    /*border-color :Red;*/
    left:26.5%;
    width: 44.9%;
}
#maingrid   .col.gridcol3 {

    left:73.6%;
    width: 24.2%;
}

#maingrid  .linkrow2 .col { top:52%}

#maingrid  .colinner {;display: inline-block;margin-top: 20px;height: 100%}
#maingrid .gridcol2 .colinner {padding: 0 5% }
#maingrid h2 {color:#FFF;text-transform: uppercase;font-size: 1.5em;display: inline}
#maingrid .gridcol2 h2 {color:#000;}


nav.main-navigation ul li a.current ,
nav.main-navigation ul li a.section 
{
    color:#b9202d; 
}

.fullimagehack {
    width: 1185px;
}
.fullimage {
    max-width: 100%;
    height: auto;
}

#ConfigModelwrapper {
    bottom: 10%;
    position: absolute;
    width: 100%;
}
img#ConfigModel {
    /*bottom: 20px;*/
    display: block;
    margin: 0 auto;
    max-width: 34%;
    /*position: relative;*/

}

#configline{
    /*background: url(../images/roundedbar.png) no-repeat top left ;*/
    background-size: cover;
    background-size: contain;
    width: 80%;
    max-height: 50px;
    margin: 0 auto;
    /*height: 10%*/
    display: table;
    /*display: none;*/

    position: relative;
    top: 5%;
    top: 50px;
} 



.configitem {
    display: table-cell;
    white-space: nowrap;
    position: relative;
    /*width: 30%*/
}
.confitemtext a.current {
    color:#850E17
}
.confitemtext a {
    color: #000;
}


.confitemtext {
    display: inline-block;
    left: 5px;
    position: relative;
    top: -5px;
}

.circle-text {
    /*width:50%;*/
    max-width: 55px;
}
.circle-text:after {
    content: "";
    display: block;
    width: 100%;
    height:0;
    padding-bottom: 100%;
    background: #850E17; 
    /*background: #4679BD;*/ 
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
}
.circle-text div {
    float:left;
    width:100%;
    padding-top:50%;
    line-height:1em;
    margin-top:-0.5em;
    text-align:center;
    color:white;
}

#secondconfigline.versions {
    background: url(../images/greybar.png) no-repeat top left ;
    /*background-size: cover;*/
    background-size: contain;
    width: 90%;
    max-width: 90%;  
}
#secondconfigline {
    /*border:1px solid red;*/
    z-index: 9;
    max-width: 70%;  
    height: 10%;
    display: table;
    margin: 0 auto;
    position: relative;
    top: 15%;
    top: 100px;
}

.sessionsetter {
    /*border:1px aquamarine solid;*/
    z-index: 999}
.KiaVersionChoice {
    /*border:1px solid red;*/
    z-index: 900;
    /*background-size: cover;*/
    background-size: contain;
    width: 150px;
    padding-top: 50px;
    display: table-cell
}


.KiaVersionChoiceTitle {
    font-family: "Kia Light";
    font-size: 0.8em;
    margin: 0 auto;
    width: 75%;
    text-align: center;
    /*border: 1px solid red;*/
    min-height: 50px;
    padding-bottom: 20px
}

.KiaColorChoiceTitle {
    white-space: nowrap;
    font-family: "Kia Light";
    font-size: 0.8em;
    margin: 0 auto;
    width: 75%;
    text-align: center;
    /*border: 1px solid red;*/
    padding-bottom: 10px
}

.KiaVersionChoiceCompare {

    /*width: 150px;*/
    padding-top: 50px;
    position: relative;
    bottom:0;
    /*display: table-cell*/
}

.KiaVersionChoice , .KiaVersionChoice * {
    background: none;
}
.KiaVersionChoice.active  {
    background: url(../images/whitechoiceBG.png) no-repeat top left ;
    background-size: contain;
}
.KiaVersionChoice.active .KiaVersionChoiceCompare {
    background: url(../images/KiaVersionChoiceCompare.png) no-repeat top left ;
    /*background-size: cover;*/
    background-size: contain;
}


.KiaColorChoice  {display: inline-block}
.KiaColorChoice.active   {
    font-weight: bold;

}
.KiaColorChoice.active  {
    /*border:1px solid red;*/
    background: #FFF;
    -moz-border-radius: 10%; 
    -webkit-border-radius: 10%; 
    border-radius: 10%;
}

/*
* NoUISlider override
*/

.noUi-background {
    background-color: #b9202d;
}
.noUi-horizontal {
    height: 12px;
}
.noUi-origin {
    background-color: #ccc;
}
.noUi-handle:after, .noUi-handle:before {
    background: none;
}
.noUi-horizontal .noUi-handle {
    height: 24px;
    width: 24px;
}
.noUi-handle {
    border-radius: 50%;
}