.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.temp00 .temp360vr .bgArea {
    height: 1000px
}

.temp00 .temp360vr .vr__overlay {
    height: 800px
}

.temp00 .temp360vr #interior {
    position: absolute;
    top: 200px;
    background-repeat: no-repeat;
    height: 800px
}

.temp360vr {
    position: relative;
    overflow: hidden
}

.temp360vr .textArea {
    width: 960px;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -480px;
    color: #000;
    text-align: center
}

.temp360vr .textArea h3 {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
    padding: 10px 0 0 0;
    font-size: 38px;
    margin-bottom: 35px
}

.temp360vr .textArea h3:before {
    content: '';
    clear: both;
    display: inline-block;
    top: 0;
    width: 70px;
    height: 4px;
    background: #bb162b;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.temp360vr .choice_area:after {
    content: "";
    clear: both;
    display: block
}

.temp360vr .textArea p {
    padding-bottom: 18px;
    line-height: 25px;
    font-size: 20px;
    font-family: 'kiaB';
    text-shadow: rgba(0, 0, 0, .4) 0 0 1px
}

.temp360vr .view_inout {
    margin-bottom: 130px
}

.temp360vr .view_inout li {
    display: inline-block;
    margin-left: 50px
}

.temp360vr .view_inout li:first-child {
    margin-left: 0
}

.temp360vr .view_inout li a {
    display: inline-block;
    font-size: 23px;
    font-family: "kiaM";
    color: #575757;
    padding-bottom: 12px;
    position: relative;
    text-decoration: none
}

.temp360vr .view_inout li:first-child a {
    border-left: 0;
    padding-left: 0;
    margin-left: 0
}

.temp360vr .view_inout li a {
    padding-bottom: 10px
}

.temp360vr .view_inout li.on a {
    color: #bb162b;
    font-family: "kiaB"
}

.temp360vr .view_inout li.on a:after {
    content: '';
    z-index: 99;
    clear: both;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #bb162b
}

.temp360vr .car_trim {
    position: absolute;
    top: 510px;
    left: 300px;
    padding-left: 85px;
    z-index: 99;
    text-align: left;
    max-width: 75%
}

.temp360vr .roomView .car_trim {
    position: absolute;
    top: 560px;
    left: 355px;
    z-index: 99;
    text-align: left
}

.temp360vr .car_trim.alone {
    left: 60px
}

.temp360vr .car_trim .color_tit {
    position: absolute;
    top: -1px;
    left: 0
}

.temp360vr .car_trim .select_trim {
    font-size: 16px;
    font-family: 'KiaB';
    color: #000;
    text-transform: uppercase
}

.temp360vr .car_trim .select_trim span {
    background: url(../content/dam/kwcms/kr/ko/images/vehicles/icon_select.gif) no-repeat right 50%;
    padding-right: 30px
}

.temp360vr .car_trim .car_trim_list {
    display: inline-block;
    position: absolute;
    left: 85px;
    top: 30px;
    border: 1px solid #c7c8c9;
    padding: 15px;
    background: #fff;
    width: 200px;
    max-height: 110px;
    overflow-y: auto
}

.temp360vr .car_trim .car_trim_list li {
    font-size: 12px;
    margin-top: 5px
}

.temp360vr .car_trim .car_trim_list li:first-child {
    margin-top: 0
}

.temp360vr .car_trim .car_trim_list li a {
    color: #999
}

.temp360vr .car_trim .car_trim_list li a:hover {
    color: #333
}

.temp360vr .choice_color_wr {
    text-align: center
}

.temp360vr .choice_color_wr .body_color {
    display: block;
    margin-left: 300px;
    text-align: left
}

.temp360vr .choice_color_wr .wheel_color {
    display: none;
    text-align: center;
    margin-top: 10px
}

.temp360vr .color_tit {
    font-size: 16px;
    line-height: 20px;
    font-family: 'KiaB';
    color: #222;
    margin-right: 50px;
    vertical-align: middle
}

.temp360vr .choice_color {
    margin: 10px 0 0;
    position: relative;
    top: 40px;
    z-index: 9
}

.temp360vr .roomView .choice_color {
    visibility: hidden
}

.temp360vr .choice_color:after {
    content: "";
    clear: both;
    display: block
}

.temp360vr .choice_color .color_chip {
    width: 32px;
    height: 32px;
    border: 3px solid #ccc
}

.temp360vr .choice_color .color_chip.on {
    border: 4px solid #ccc;
    width: 39px;
    height: 39px
}

.temp360vr .choice_area {
    margin-bottom: 120px
}

.temp360vr .color_info {
    font-size: 23px;
    line-height: 20px;
    color: #666;
    margin-left: 20px;
    vertical-align: middle;
    color: #696969
}

.temp360vr .carArea {
    width: 100%;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -491px
}

.temp360vr .awardArea {
    position: absolute;
    left: 50%;
    bottom: 52px;
    margin-left: -480px;
    width: 960px;
    font-size: 13px;
    font-family: 'kiaM';
    color: #fff;
    line-height: 16px;
    z-index: 1
}

.temp360vr .awardArea ul li {
    float: left;
    margin-right: 40px
}

.temp360vr .awardArea ul li img {
    float: left;
    height: 32px
}

.temp360vr .btnSmall_wr1 {
    position: relative;
    z-index: 99;
    margin-bottom: 10px
}

.temp360vr .btnSmall_wr2 {
    position: relative;
    z-index: 99
}

.temp360vr .car_view {
    position: absolute;
    top: 150px;
    left: 0;
    margin-left: 0
}

.temp360vr .car_view img {
    margin-top: 0
}

.temp360vr .car_refresh {
    position: absolute;
    left: 50%;
    right: 47%;
    top: 230px;
    margin: 175px 0 0 -33px
}

.temp360vr .car_refresh .ainTxt {
    position: absolute;
    top: 20px;
    left: 82px;
    width: 292px;
    height: 26px;
    margin-left: -190px;
    opacity: 0;
    filter: alpha(opacity=0);
    background: url(../content/dam/kwcms/kr/ko/images/vehicles/img_pip_360Refresh_txt.png) 0 0 no-repeat;
    background-size: 100% auto;
    text-indent: -9999px
}

.temp360vr .car_refresh .ainTxt.on {
    animation-duration: 2.5s;
    animation-delay: .1s;
    animation-name: car-ain-txt;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    z-index: -1
}

.temp360vr .car_refresh a img {
    animation-play-state: paused
}

.temp360vr .car_refresh.ainOn a img {
    animation-play-state: running;
    animation-duration: .8s;
    animation-delay: .5s;
    animation-name: car-ain;
    animation-fill-mode: forwards;
    animation-iteration-count: 2
}

.temp360vr .car_refresh.ainOn a:hover img,
.temp360vr .car_refresh.ainOn a:focus img {
    animation-play-state: running;
    animation-duration: .8s;
    animation-delay: .5s;
    animation-name: car-ainH;
    animation-fill-mode: forwards;
    animation-iteration-count: 1
}

@keyframes car-ain {
    0 {
        transform: rotate(0);
        transform-origin: 50% 50%
    }
    100% {
        margin-left: 0;
        transform: rotate(-360deg);
        transform-origin: 50% 50%
    }
}

@keyframes car-ainH {
    0 {
        transform: rotate(0);
        transform-origin: 50% 50%
    }
    100% {
        margin-left: 0;
        transform: rotate(-360deg);
        transform-origin: 50% 50%
    }
}

@keyframes car-ain-txt {
    0 {
        z-index: 1;
        opacity: 0;
        filter: alpha(opacity=0);
        transform: scale(.8);
        transform-origin: 50% 50%
    }
    40% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: scale(1);
        transform-origin: 50% 50%
    }
    60% {
        z-index: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        transform: scale(1);
        transform-origin: 50% 50%
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: scale(.8);
        transform-origin: 50% 50%
    }
}

.temp360vr .notiTxt {
    padding-bottom: 0 !important;
    color: #696969;
    line-height: 17px !important;
    position: relative;
    top: 410px;
    text-align: center;
    font-size: 14px !important;
    font-family: 'kiaM' !important
}

.temp360vr .notiTxt span {
    background: url(../content/dam/kwcms/au/en/images/showroom/features/new360vr/ico_360noti.png) no-repeat 0 0;
    padding: 0 0 0 20px;
    text-shadow: none
}

.temp360vr .notiTxt.roomtxt {
    top: 84px
}

.temp360vr .exStillCut+.notiTxt {
    top: 86px
}

.temp360vr .paging {
    position: absolute;
    left: 50%;
    bottom: 156px;
    width: 200px;
    margin-left: -100px;
    clear: both;
    z-index: 10;
    text-align: center
}

.temp360vr .paging ul {
    text-align: center;
    overflow: hidden;
    margin: 9px auto 0
}

.temp360vr .paging ul li {
    display: inline-block
}

.temp360vr .paging ul li a {
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #cbcbcb;
    background: #fff;
    border-radius: 50% 50%;
    text-indent: 200%;
    overflow: hidden
}

.temp360vr .paging ul li.on a {
    background: #bb162b;
    border-color: #bb162b
}

.temp360vr .bgInner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: auto;
    left: 50%;
    margin-left: -960px;
    text-align: center
}

.temp360vr .bgInner img {
    margin-top: -195px
}

.temp360vr .carInfor {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 139px;
    z-index: 999;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    background: #fff
}

.temp360vr .dots {
    display: none
}

.temp360vr .exVrArea {
    width: 960px
}

.temp360vr .exVrArea img {
    width: 100%
}

.temp360vr .exStillCut {
    position: relative;
    top: 0 !important
}

.temp360vr .exVrArea2 {
    position: relative;
    width: 742px;
    margin: 0 auto
}

.temp360vr .exViewSteel ul li {
    display: none
}

.temp360vr .exViewSteel ul li.on {
    display: block
}

.temp360vr .roomView {
    margin-top: -18px
}

.vr360Arg {
    position: relative
}

.vr360Arg .vr-360 {
    position: relative;
    width: 70%;
    max-width: 640px;
    max-height: 320px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 22px;
    line-height: 0;
    cursor: pointer
}

.vr360Arg .vr-360 .pic {
    border: 0;
    width: 80%;
    margin: 0;
    padding: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.vr360Arg .vr-360 .startArg {
    position: relative;
    width: 100%;
    height: auto
}

.vr360Arg .vr-360 .startArg.out {
    margin-left: -100%
}

.vr360Arg .vr-360 .startArg img {
    width: 100%
}

.vr360Arg .vr-360 .startArg .panoramaStart {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -34px 0 0 -34px;
    display: block;
    width: 67px;
    height: 67px;
    background: url('../content/dam/kwcms/kr/ko/images/vehicles/btn_start.png') 0 0 no-repeat;
    text-indent: -999999px
}

.vr360Arg .vr-360 .startArg.out .panoramaStart {
    display: none
}

.vr360Arg .vr-360 .vrindicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

.vr360Arg .vr-360 .vrindicator button {
    position: absolute;
    border: 0;
    background: 0;
    text-indent: -999999px
}

.vr360Arg .vr-360 .vrindicator .up {
    top: 1%;
    left: 50%;
    width: 64px;
    height: 28px;
    margin: 0 0 0 -32px;
    background: url('../content/dam/kwcms/kr/ko/images/vehicles/btn_up.png') 0 0 no-repeat
}

.vr360Arg .vr-360 .vrindicator .down {
    bottom: 1%;
    left: 50%;
    width: 64px;
    height: 28px;
    margin: 0 0 0 -32px;
    background: url('../content/dam/kwcms/kr/ko/images/vehicles/btn_down.png') 0 0 no-repeat
}

.vr360Arg .vr-360 .vrindicator .left {
    top: 50%;
    left: 1%;
    width: 28px;
    height: 64px;
    margin: -32px 0 0 0;
    background: url('../content/dam/kwcms/kr/ko/images/vehicles/btn_left.png') 0 0 no-repeat
}

.vr360Arg .vr-360 .vrindicator .right {
    top: 50%;
    right: 1%;
    width: 28px;
    height: 64px;
    margin: -32px 0 0 0;
    background: url('../content/dam/kwcms/kr/ko/images/vehicles/btn_right.png') 0 0 no-repeat
}

.panorama .vr360.choice_color {
    top: 0 !important;
    margin-top: 21px;
    visibility: hidden
}

.gallery .choice_color {
    visibility: hidden
}

.panorama .notiTxt.roomtxt {
    top: 0 !important;
    margin-top: 49px
}

.temp360vr .in360vr {
    display: none
}

.temp360vr .keyVisual03 .dimmed {
    display: none
}

.temp360vr .wheel_color {
    display: inline-block
}

.temp360vr .wheel_tit {
    font-size: 16px;
    font-family: 'KiaB';
    color: #222;
    vertical-align: middle;
    margin-right: 50px
}

@media all and (max-width:1024px) {
    .temp00 .temp360vr .bgArea {
        height: 980px
    }
    .temp00 .temp360vr .vr__overlay {
        height: 730px
    }
    .temp00 .temp360vr #interior {
        top: 250px;
        height: 730px
    }
    .temp360vr .textArea {
        width: 95%;
        left: 0;
        top: 65px;
        margin: 0 25px
    }
    .temp360vr .carArea {
        width: 834px;
        top: 180px;
        left: 50%;
        margin-left: -333px
    }
    .temp360vr .carArea img {
        width: 80%
    }
    .temp360vr .car_view {
        position: absolute;
        top: 220px;
        left: 50%;
        margin-left: -300px
    }
    .temp360vr .bgInner {
        margin-left: -618px;
        text-align: center
    }
    .temp360vr .bgInner img {
        margin-top: -25px
    }
    .temp360vr .bgArea img {
        width: auto;
        height: 100%
    }
    .temp360vr .paging {
        bottom: 155px
    }
    .temp360vr .carInforInner>ul {
        width: auto
    }
    .temp360vr .exVrArea {
        width: 600px
    }
    .temp360vr .exVrArea img {
        margin-top: 0
    }
    .temp360vr .car_refresh {
        margin: 85px 0 0 -33px
    }
    .temp360vr .notiTxt {
        top: 280px
    }
    .temp360vr .exStillCut {
        position: relative;
        top: auto;
        left: auto;
        margin: 0 auto
    }
    .temp360vr .exVrArea2 {
        width: 550px;
        margin: 20px auto 0
    }
    .temp360vr .exVrArea2 img {
        width: 450px;
        margin-top: 0
    }
    .temp360vr .carInforInner>ul li img {
        padding-top: 20px
    }
    .temp360vr .textArea h3 {
        font-size: 44px;
        line-height: 34px;
        margin-bottom: 50px;
        padding: 18px 0 0 0
    }
    .temp360vr .view_inout li a {
        font-size: 28px
    }
    .temp360vr .textArea p {
        font-size: 14px;
        line-height: 17px
    }
    .temp360vr .textArea p br {
        display: none
    }
    .temp360vr .carInforInner>ul li .inforTit {
        font-size: 12px
    }
    .temp360vr .carInforInner>ul li .inforTxt {
        font-size: 18px
    }
    .temp360vr .carInforInner>ul li img {
        margin: 0 auto 10px
    }
    .temp360vr .choice_color {
        top: 280px;
        margin: 0
    }
    .temp360vr .view_inout {
        top: 70px
    }
    .temp360vr .choice_color_wr .body_color {
        margin-left: 22%
    }
    .temp360vr .roomView .car_trim {
        top: 96%;
        left: 30%
    }
    .panorama .vr360.choice_color {
        display: none
    }
    .panorama .notiTxt.roomtxt {
        top: 30px !important
    }
    .gallery .notiTxt.roomtxt {
        top: 40px
    }
    .temp360vr .color_tit {
        margin-right: 30px
    }
    .temp360vr .wheel_color {
        display: inline-block;
        margin-left: 60px
    }
    .temp360vr .wheel_tit {
        font-size: 16px;
        color: #222;
        vertical-align: middle;
        margin-right: 30px
    }
    .temp00.pipLayout .textArea {
        padding: 0
    }
    .temp00.pipLayout .textArea h3 {
        top: 0
    }
    .temp360vr .choice_color>span {
        display: block;
        padding-top: 30px;
        position: relative
    }
    .temp360vr .color_info {
        font-size: 13px;
        position: absolute;
        top: 0;
        width: 100%;
        display: block;
        font-family: "kiaM"
    }
    .temp360vr .choice_color>span {
        display: block;
        padding-top: 60px;
        position: relative
    }
    .temp360vr .color_info {
        font-size: 23px;
        position: absolute;
        top: 0;
        width: 100%;
        display: block;
        font-family: "kiaM"
    }
    .temp360vr .notiTxt {
        margin: 70px auto 0 auto;
        font-size: 18px
    }
}

@media all and (max-width:767px) {
    .temp360vr .textArea h3:before {
        width: 50px;
        height: 2px
    }
    .temp00 .temp360vr .bgArea {
        height: 625px
    }
    .temp00 .temp360vr .vr__overlay {
        height: 480px
    }
    .temp00 .temp360vr .textArea h3 {
        font-weight: normal;
        line-height: 26px;
        margin-bottom: 60px;
        letter-spacing: -2px;
        top: 42px;
        font-size: 22px
    }
    .temp00 .temp360vr #interior {
        top: 145px;
        height: 480px
    }
    .temp360vr {
        background: 0
    }
    .temp360vr .roomView {
        margin-top: 80px
    }
    .pipLayout.temp360vr .mainInner {
        height: 506px;
        padding-bottom: 0
    }
    .temp360vr .textArea {
        width: 100%;
        top: 0;
        left: 0;
        margin: 0
    }
    .temp360vr .keyVisual02 .textArea {
        top: 25px;
        left: 0
    }
    .temp360vr .carArea {
        width: 470px;
        top: 160px;
        left: 50%;
        margin-left: -160px
    }
    .temp360vr .carArea img {
        width: 68%
    }
    .temp360vr .car_view {
        position: absolute;
        top: 160px;
        left: 0;
        margin-left: 0;
        width: 100%
    }
    .temp360vr .bgArea {
        height: 500px;
        overflow: hidden
    }
    .temp360vr .bgInner {
        margin-left: -384px;
        top: -102px
    }
    .temp360vr .bgInner img {
        margin-top: 102px
    }
    .temp360vr .bgArea img {
        width: auto;
        height: 100%
    }
    .temp360vr .view_inout li a {
        font-size: 15px
    }
    .temp360vr .choice_area {
        padding-left: 10px
    }
    .temp360vr .textArea h3+p {
        display: none
    }
    .temp360vr .view_inout li {
        margin-left: 30px
    }
    .temp360vr .paging {
        bottom: 120px
    }
    .temp360vr .keybtnSmall {
        text-align: center
    }
    .temp360vr .keybtnSmall div {
        display: inline
    }
    .temp360vr .keybtnSmall .btnType2 {
        margin-bottom: 5px
    }
    .temp360vr .carInfor {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 99;
        height: 102px;
        background: #efefef;
        border-bottom: 0
    }
    .temp360vr .carInforInner {
        position: relative;
        width: 245px;
        height: 100%;
        overflow: hidden;
        margin: 0 auto
    }
    .temp360vr .carInforInner>ul {
        border: 0;
        width: 500%;
        height: 102px
    }
    .temp360vr .carInforInner>ul li {
        display: none;
        position: relative;
        width: 20%;
        height: 102px;
        overflow: hidden;
        font-size: 14px;
        font-family: 'kiaM';
        color: #737373;
        background: #efefef;
        border: 0
    }
    .temp360vr .carInforInner>ul li.on {
        display: block
    }
    .temp360vr .carInforInner>ul li div {
        border-left: 0;
        height: 102px;
        padding-left: 84px;
        text-align: left
    }
    .temp360vr .carInforInner>ul li img {
        position: absolute;
        margin-left: -50px;
        vertical-align: middle;
        padding: 15px 0 0 0
    }
    .temp360vr .carInforInner>ul li .inforTit {
        padding: 15px 0 0 0;
        width: 155px
    }
    .temp360vr .carInforInner>ul li .inforTxt {
        font-size: 20px;
        width: 155px;
        line-height: 20px
    }
    .temp360vr .carInforInner>ul li.infor2 img {
        margin-left: -70px
    }
    .temp360vr .carInforInner>ul li.infor3 img {
        margin-left: -59px
    }
    .temp360vr .carInforInner>ul.inforType5 li {
        width: auto
    }
    .temp360vr .carInforInner>ul.inforType4 li {
        width: auto
    }
    .temp360vr .carInforInner>ul.inforType3 li {
        width: auto
    }
    .temp360vr .dots {
        display: block;
        position: absolute;
        left: 0;
        top: 70px;
        width: 100%;
        z-index: 5
    }
    .temp360vr .dots ul {
        overflow: hidden;
        margin-top: 10px;
        display: block;
        text-align: center
    }
    .temp360vr .dots ul li {
        display: inline-block;
        height: auto
    }
    .temp360vr .dots ul li a {
        display: block;
        background: url('../content/dam/kwcms/kr/ko/images/vehicles/btn_list_dot.png') no-repeat -14px 0;
        display: block;
        width: 10px;
        height: 10px;
        text-indent: 200%;
        overflow: hidden
    }
    .temp360vr .dots ul li.on a {
        background-position: 0 0
    }
    .temp360vr .exVrArea {
        width: 100%;
        margin: 0 auto
    }
    .temp360vr .exVrArea img {
        max-width: 400px !important;
        min-width: 330px !important
    }
    #ex360vr_img-reel {
        width: 100%;
        margin: 0 auto
    }
    #ex360vr_img-reel .reel {
        width: 72%;
        max-width: 400px !important;
        min-width: 330px !important;
        display: inline
    }
    .temp360vr .car_refresh {
        width: 10%;
        margin: 9px 0 0 0;
        left: 45%;
        right: 45%;
        top: 210px !important;
    }
    .temp360vr .car_view {
        top: 170px !important;
    }
    .temp360vr .car_refresh a img
    {
        width: 100%;
    }
    .temp360vr .choice_color {
        top: 0;
    }
    .temp360vr .car_view {
    top: 170px !important;
    }

    .temp360vr .notiTxt {
        top: 120px;
        font-size: 12px !important;
        width: 75%;
        text-align: left;
        margin: 35px auto 0 auto
    }
    .temp360vr .car_view.exStillCut {
        position: relative;
        top: -33px;
        left: auto;
        width: 320px;
        margin: 0 auto
    }
    .temp360vr .car_view.exStillCut img {
        margin-top: 0
    }
    .temp360vr .exVrArea2 {
        width: 100%;
        margin: 0 auto
    }
    .temp360vr .exVrArea2 img {
        width: 100%
    }
    .temp360vr .choice_color {
        top: 110px
    }
    .temp360vr .choice_color .color_chip {
        width: 20px;
        height: 20px;
        border: 2px solid #ccc;
        box-sizing: content-box
    }
    .temp360vr .choice_color .color_chip.on {
        width: 20px;
        height: 20px;
        border: 4px solid #ccc
    }
    .temp360vr .view_inout {
        top: 60px;
        left: 15px
    }
    .temp360vr .view_inout li a {
        display: inline-block;
        width: 100%;
        font-size: 15px;
        padding-bottom: 5px
    }
    .temp360vr .view_inout li.on a:after {
        height: 1px
    }
    .temp360vr .choice_color_wr .body_color {
        display: block
    }
    .temp360vr .choice_color>span {
        display: block;
        padding-top: 40px;
        position: relative
    }
    .temp360vr .color_info {
        font-size: 13px;
        position: absolute;
        top: 0;
        width: 100%;
        display: block;
        font-family: "kiaM"
    }
    .temp360vr .color_tit {
        font-size: 12px;
        margin-right: 5px
    }
    .temp360vr .wheel_tit {
        font-size: 12px;
        margin-right: 5px
    }
    .temp360vr .wheel_color {
        display: block;
        margin-left: 0
    }
    .temp360vr .roomView .car_refresh {
        margin: 10px 0 0 -33px
    }
    .temp360vr .notiTxt span {
        display: block
    }
}

.slick-next:before,
.slick-prev:before,
.tab-group-nav a,
.tabs-navigation a,
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

main.gn-main-content {
    z-index: initial
}

.back-to-top {
    display: none !important;
    opacity: 0 !important
}

.mfp-wrap {
    z-index: 99999999 !important
}

html {
    box-sizing: border-box
}

body,
html,
#aspnetForm,
#ctl00_divBody,
.gn-main-content {
    height: 100%
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.white {
    color: #fff !important
}

.black {
    color: #000 !important
}

.red {
    color: #bb162b !important
}

.light-grey {
    color: #ccc !important
}

.grey {
    color: #999 !important
}

.mid-grey {
    color: #666 !important
}

.dark-grey {
    color: #444 !important
}

.darker-grey {
    color: #333 !important
}

.brackets::after,
.brackets::before {
    color: #bb162b;
    vertical-align: baseline;
    font-family: designkotfbold
}

.white-bg {
    background-color: #fff
}

.black-bg {
    background-color: #000
}

.one-edge-shadow--dark {
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .7)
}

.text-shadow--light {
    text-shadow: 0 2px 3px rgba(0, 0, 0, .3)
}

.text-shadow--dark {
    text-shadow: 0 2px 3px rgba(0, 0, 0, .75)
}

.transparent {
    opacity: 0
}

.unhide-me {
    display: none
}

.is-hidden {
    display: none !important
}

.brackets::before {
    content: '[ '
}

.brackets::after {
    content: ' ]'
}

.price::before {
    content: '$';
    vertical-align: super;
    font-size: .6em
}

.stopfade {
    opacity: .5
}
/* 
@font-face {
    font-family: icomoon;
    src: url(https://www.kia.com/style/icons/icomoon.eot?ajdxit);
    src: url(https://www.kia.com/style/icons/icomoon.eot?ajdxit#iefix) format('embedded-opentype'), url(https://www.kia.com/style/icons/icomoon.ttf?ajdxit) format('truetype'), url(https://www.kia.com/style/icons/icomoon.woff?ajdxit) format('woff'), url(https://www.kia.com/style/icons/icomoon.svg?ajdxit#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}
    */

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 125%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bold,
.section__title {
    font-family: designkotfbold
}

.section__title,
.uppercase,
a.more-section__cta {
    text-transform: uppercase
}

.icon-seating:before {
    content: "\e900"
}

.icon-speedometer:before {
    content: "\e901"
}

.icon-wheel:before {
    content: "\e902"
}

.icon-engine:before {
    content: "\e903"
}

.icon-fuel-pump:before {
    content: "\e904"
}

.icon-transmission:before {
    content: "\e905"
}

.icon-ev-range:before {
    content: "\e906"
}

.icon-bolt:before {
    content: "\f0e7"
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased
}

.gn-main-content h1 {
    font-size: 1.25em
}

.gn-main-content h2 {
    font-size: 1.5em
}

.gn-main-content h3 {
    font-size: 1.25em
}

.gn-main-content h4 {
    font-size: 1.2em
}

.gn-main-content h5 {
    font-size: 1em
}

.gn-main-content h6 {
    font-size: .875em
}

.gn-main-content p {
    font-size: .8rem
}

.gn-main-content p.legal {
    font-size: .55em
}

@media only screen and (min-width:768px) {
    .gn-main-content p {
        font-size: 1rem
    }
    .gn-main-content p.fuel-legend,
    .gn-main-content p.trim-price {
        font-size: .8rem
    }
}

.section__title {
    color: rgba(255, 255, 255, 1);
    font-size: 1em;
    position: absolute;
    z-index: 11;
    top: 1.5em;
    left: 3vw
}

.section__title--dark {
    color: rgba(0, 0, 0, 1)
}

.section__title::before {
    content: '';
    position: absolute;
    border-top: 2px solid #bb162b;
    width: 33px;
    top: -15px
}

#highlights .section__title,
#more .section__title {
    position: relative;
    margin-bottom: 3.5em
}

@media only screen and (min-width:768px) {
    .section__title {
        top: calc(55px + 1em);
        left: 3vw
    }
    #highlights .section__title,
    #more .section__title {
        top: 1em;
        margin-bottom: 3.5em
    }
}

@media only screen and (min-width:992px) {
    .section__title {
        top: calc(55px + 1em);
        left: 3vw
    }
    #highlights .section__title,
    #more .section__title {
        position: absolute;
        left: -13vw
    }
}

.medium {
    font-family: designkotfmedium
}

.light {
    font-family: designkotflight
}

#awards h4,
q {
    font-family: designkotfbold;
    color: #333
}

.tight-tracking {
    letter-spacing: -1.25px
}

.mid-tracking {
    letter-spacing: -1px
}

q {
    quotes: "“" "”" "‘" "’"
}

q:before {
    content: open-quote;
    color: #333
}

q:after {
    content: close-quote;
    color: #333
}

.french-quote {
    quotes: "«" "»"
}

#awards h2,
#colours h2,
#commercials h2,
#disclaimers,
#features h2,
#gallery h2,
#highlights h2,
#measures h2,
#model-range h2,
#more h2,
#next-steps h2,
#partners h2,
#sign-up h2,
#specs h2,
#spin-360 h2 {
    margin-bottom: .5em
}

#awards h2::after,
#colours h2::after,
#disclaimers h2::after,
#features h2::after,
#gallery h2::after,
#highlights h2::after,
#measures h2::after,
#model-range h2::after,
#next-steps h2::after,
#partners h2::after,
#sign-up h2::after,
#specs h2::after,
#spin-360 h2::after {
    content: '';
    border-bottom: 1px solid #000;
    display: block
}

#commercials h2,
#more h2 {
    color: #fff
}

#commercials h2::after,
#more h2::after {
    content: '';
    border-bottom: 1px solid #fff;
    display: block
}

#awards h4 {
    font-size: 1em;
    margin: 1.5em 0 0
}

.colour p {
    margin-top: .5em
}

.gn-main-content {
    min-height: initial;
    position: relative
}

#interior {
    display: block;
    position: relative;
    width: 100%;
    height: 400px;
    background-attachment: scroll;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #000
}

#interior#intro {
    height: calc(100% - 55px);
    overflow: hidden
}

@media only screen and (min-width:992px) {
    #interior#intro {
        height: calc(100% - 55px)
    }
}

div.international-model {
    position: absolute;
    bottom: .5em;
    left: 1.5em;
    z-index: 9001
}

#intro div.international-model {
    position: absolute;
    bottom: 120px;
    left: auto;
    right: 1.5em;
    z-index: 3
}

@media only screen and (min-width:768px) {
    #intro div.international-model {
        bottom: 140px
    }
}

section>.container {
    padding: 2em 0;
    max-width: 1280px
}

aside>.container {
    max-width: 1280px
}

.section__copy {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 3
}

#intro h1 {
    margin: 0;
    padding: .125em
}

#intro h2 span {
    display: block
}

.section__copy p {
    padding: 0 1.5em;
    max-width: 1100px;
    margin: 0 auto
}

@media only screen and (min-width:1025px) {
    #intro div.overlay,
    #intro video,
    button#video-pause {
        display: block;
        position: absolute
    }
    #intro video {
        z-index: 0
    }
    #intro div.overlay {
        width: 100%;
        height: 100vh;
        z-index: 1;
        top: -45px;
        background-color: rgba(0, 0, 0, .05);
        background-image: url(../../../../../../www.kia.ca/content/vmp-2018/overlay.png)
    }
    button#video-pause {
        z-index: 99;
        margin: 0 auto;
        bottom: 18vh;
        right: 3vw;
        background-color: rgba(0, 0, 0, .5);
        border-color: rgba(0, 0, 0, .6)
    }
    button#video-pause:hover {
        background-color: #bb162b;
        border-color: #bb162b
    }
}

@media only screen and (min-width:1024px) {
    .section__copy h2 {
        font-size: 2em
    }
    .section__copy p {
        font-size: 1.25em
    }
    section#more .container {
        max-width: 1280px
    }
}

#interior {
    height: 100%
}

section#more {
    height: auto
}

section#more article:not(:last-child) {
    margin-bottom: 3em
}

section#more article h4 span,
section#more article img {
    display: block
}

section#more article h4 {
    margin: .75em 0
}

section#more article p {
    color: #b3b3b3;
    font-family: designkotfmedium
}

.more-section__article {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 1
}

.more-section__article--back,
.more-section__article--front {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    top: 0
}

.more-section__article--back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    position: absolute
}

.flipped .more-section__article--back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.flipped .more-section__article--front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

a.more-section__cta {
    display: table-cell;
    width: 50%;
    text-align: center;
    border: 1px solid #999;
    color: #fff;
    padding: .5em 1em;
    font-size: .88em;
    font-family: designkotflight
}

a.more-section__cta:active,
a.more-section__cta:hover,
a.more-section__cta:visited {
    border: 1px solid #999;
    opacity: .8
}

@media only screen and (min-width:768px) {
    section#more article {
        display: inline-block;
        vertical-align: top;
        width: 46%;
        margin: 0 2%
    }
    section#more article h4 {
        letter-spacing: -1px
    }
}

section#highlights {
    height: auto;
    background-color: #e5e5e5
}

section#highlights li {
    position: relative
}

#highlights h4 {
    font-family: designkotfmedium;
    border-bottom: 1px solid #999;
    padding: .4em 0 .1em;
    margin: 0
}

#highlights li {
    margin-bottom: 2em
}

#highlights li a {
    display: block
}

.mfp-bottom-bar {
    display: none
}

@media only screen and (min-width:768px) {
    section#highlights li {
        display: inline-block;
        vertical-align: top;
        width: 46%;
        margin: 0 2%
    }
}

@media only screen and (min-width:1024px) {
    section#highlights li {
        width: 29.333333%
    }
}

.highlights-section__article {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 1
}

.highlights-section__article--back,
.highlights-section__article--front {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    top: 0;
    min-height: 420px;
    margin-bottom: 2em;
    padding: .75em
}

a.highlights-section__cta,
a.highlights-section__cta--learn {
    color: #fff;
    display: table-cell;
    padding: .5em 1.5em;
    font-size: .88em;
    font-family: designkotflight;
    text-align: center;
    text-transform: uppercase
}

.highlights-section__article--back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    position: absolute
}

.flipped .highlights-section__article--back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.flipped .highlights-section__article--front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

a.highlights-section__cta {
    border: 1px solid #999;
    background-color: #999;
    position: absolute;
    bottom: .75em;
    left: 50%;
    transform: translateX(-50%)
}

a.highlights-section__cta:active,
a.highlights-section__cta:hover,
a.highlights-section__cta:visited {
    border: 1px solid #999;
    opacity: .8
}

a.highlights-section__cta--close {
    background-color: #666;
    color: #fff
}

a.highlights-section__cta--learn {
    background-color: #bb162b;
    width: 50%;
    border: 1px solid #bb162b
}

#awards ul li {
    display: inline-block;
    width: 42%;
    margin: 2%;
    vertical-align: top;
    text-align: center
}

#awards ul li img {
    display: block;
    margin: 0 auto;
    position: relative
}

#awards p.legal {
    color: #000;
    font-size: .75em
}

@media only screen and (min-width:1024px) {
    #awards ul li {
        width: 21%
    }
}

section#model-range {
    height: auto;
    background-color: #e5e5e5
}

.model-range__filters h5 {
    margin: 0 auto;
    font-family: designkotfbold;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #999;
    font-size: .88em
}

.model-range__filters i,
.model-range__filters span {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0 .2em .5em
}

.model-range__filter-button-container {
    padding: .25em 0;
    font-size: .8em
}

.model-range__filter-button {
    font-size: .8em;
    padding: .8em 1em;
    margin-right: 1%;
    margin-bottom: .5em;
    background-color: #f7f7f7;
    border: 1px solid #d7d8da;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.model-range__filter-button--red {
    background-color: #bb162b;
    border: 1px solid #ad0f23;
    color: #fff
}

.model-range__filters {
    margin-bottom: .5em
}

.model-range__slider {
    margin: 0 auto;
    padding-left: 1em;
    padding-right: 1em
}

.model-range__trim {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 1;
    margin-right: .2em;
    margin-left: .2em;
    border-bottom: 3px solid rgba(187, 22, 43, 0)
}

.model-range__trim.slick-current {
    border-bottom: 3px solid rgba(187, 22, 43, 1)
}

.model-range__trim img {
    margin: .5em auto
}

.model-range__trim--back,
.model-range__trim--front {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    padding: .5em .75em;
    top: 0;
    height: 400px
}

.model-range__cta,
.model-range__cta:active,
.model-range__cta:hover,
.model-range__cta:visited {
    background-color: #666;
    color: #fff
}

.model-range__trim--back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    position: absolute
}

.model-range__trim--back h5 {
    margin: .25em 0;
    font-size: .8em;
    font-family: designkotflight;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #666
}

.model-range__trim--back .standard-features li {
    display: inline-block;
    margin: 0 2%;
    width: 29.333333%;
    text-align: center;
    vertical-align: top;
    font-size: 80%
}

.model-range__trim--back .standard-features span:nth-of-type(1),
.model-range__trim--back h6 {
    margin: .25em 0
}

.model-range__trim--back [class^=icon-],
[class*=" icon-"] {
    font-size: 200%
}

.model-range__trim--back .standard-features span {
    display: block
}

.model-range__trim--back .standard-features span:nth-of-type(2) {
    font-size: .8em
}

.model-range__trim--back img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.flipped .model-range__trim--back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.flipped .model-range__trim--front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.model-range__trim h4 {
    font-family: designkotfbold;
    margin: 0;
    color: #bb162b;
    border-bottom: 1px solid #e5e5e5
}

.model-range__cta-container {
    display: table;
    bottom: 1em;
    width: calc(100% - 1.5em);
    border-spacing: .25em 0;
    margin: 0 auto
}

.model-range__cta {
    display: table-cell;
    width: 50%;
    text-align: center;
    padding: .5em 1em;
    font-size: .88em;
    font-family: designkotflight;
    text-transform: uppercase
}

.slick-next::before,
.slick-prev:before {
    content: "";
    display: block;
    width: 32px
}

.model-range__cta--primary {
    background-color: #bb162b
}

.model-range__cta--primary:active,
.model-range__cta--primary:focus,
.model-range__cta--primary:hover,
.model-range__cta--primary:visited {
    background-color: #bb162b;
    color: #fff
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .65;
    color: #000
}

.icon--fuel-pump,
.icon--users {
    background-image: url(http://www.kia.ca/content/vmp-2018/fuel-pump.svg)
}

.model-range__quick-specs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.model-range__quick-specs li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 3%;
    font-size: 80%
}

.model-range__quick-specs li:last-child {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.model-range__quick-specs li h6 {
    margin: 0 0 .25em;
    text-align: center
}

.model-range__quick-specs li span {
    display: block;
    text-align: center
}

.quick-specs__fuel-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.fuel-legend {
    margin: 0;
    font-size: .6em !important;
    letter-spacing: -.25px;
    text-align: center
}

.trim-price {
    text-align: center;
    margin: 0 auto 2em
}

.trim-price small {
    display: block
}

.trim-price span {
    text-align: center;
    font-size: 1.75em;
    margin: 0 0 .125em;
    display: block;
    color: #bb162b
}

.model-range__trim-features {
    margin-bottom: 1.2em;
    margin-top: 1em
}

.model-range__trim-features li {
    font-size: .75em;
    margin-left: 2em;
    list-style: outside
}

.model-range__card-bottom {
    position: absolute;
    bottom: 1em;
    width: calc(100% - 1.5em)
}

@media only screen and (min-width:768px) {
    .model-range__filter-button {
        margin-right: 1.5%
    }
    .model-range__trim {
        margin-right: .5em;
        margin-left: .5em
    }
    .model-range__trim--back,
    .model-range__trim--front {
        height: 500px
    }
    .model-range__trim img {
        margin: 1.5em auto .5em
    }
    .model-range__quick-specs {
        margin-top: 1em
    }
    .model-range__quick-specs li,
    .model-range__trim--back .standard-features li {
        font-size: 100%
    }
}

@media only screen and (min-width:1024px) {
    .trim-price {
        margin: 2em auto
    }
    .model-range__trim--back,
    .model-range__trim--front {
        height: 500px
    }
    .model-range__trim img {
        margin: 1.5em auto .5em
    }
    .model-range__quick-specs {
        margin-top: 1em
    }
}

section#spin-360 {
    background-color: #e5e5e5;
    height: auto
}

.threesixty {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    cursor: e-resize
}

.threesixty .threesixty_images {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0
}

.threesixty .threesixty_images img {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto
}

.threesixty .threesixty_images img.previous-image {
    visibility: hidden;
    width: 0
}

.threesixty .threesixty_images img.current-image {
    visibility: visible;
    width: 100%
}

.threesixty .spinner {
    width: 60px;
    display: block;
    margin: 0 auto;
    height: 30px;
    background: #333;
    background: rgba(0, 0, 0, .7);
    border-radius: 5px
}

.threesixty .spinner span {
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #FFF;
    text-align: center;
    line-height: 30px;
    display: block
}

.threesixty .nav_bar {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 11
}

.threesixty .nav_bar a {
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    background: url(../../../../../in/demo/img/sprites.html) no-repeat;
    text-indent: -99999px
}

.threesixty .nav_bar a.nav_bar_play {
    background-position: 0 0
}

.threesixty .nav_bar a.nav_bar_previous {
    background-position: 0 -73px
}

.threesixty .nav_bar a.nav_bar_stop {
    background-position: 0 -37px
}

.threesixty .nav_bar a.nav_bar_next {
    background-position: 0 -104px
}

.vehicle-colours {
    margin-bottom: .5em
}

.vehicle-colours li {
    float: left;
    margin: 0 .5em .5em 0
}

.vehicle-colours .outter-colour {
    height: 50px;
    width: 50px;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f3f3f3;
    border: 1px solid #ccc
}

.vehicle-colours .outter-colour .inner-colour {
    height: 65%;
    width: 65%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0 auto;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 25px
}

.vehicle-colours .outter-colour .inner-colour.clicked {
    height: 100%;
    width: 100%
}

section#colours,
section#gallery,
section#video {
    height: auto;
    background-color: #e5e5e5
}

.colour-name {
    font-size: 1.25em;
    font-family: designkotfmedium
}

.get-size {
    position: absolute;
    opacity: 0;
    left: -999999999px;
    visibility: hidden
}

.colour {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    margin: 2%
}

@media only screen and (min-width:768px) {
    .colour {
        width: 29.33333%
    }
}

@media only screen and (min-width:1024px) {
    .colour {
        width: 21%
    }
}

.gallery__images-wrapper {
    line-height: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 3px;
    -moz-column-count: 2;
    -moz-column-gap: 3px;
    column-count: 2;
    column-gap: 3px
}

.gallery__images-wrapper img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 3px
}

@media only screen and (min-width:768px) {
    .gallery__images-wrapper {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
}

section#features,
section#measures,
section#specs {
    background-color: #e5e5e5
}

aside#next-steps {
    background-color: #fff
}

.next-steps__article-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1em
}

.next-steps__article {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 0 0 2em !important
}

.next-steps__article a {
    display: block;
    margin: 0 auto;
    text-align: center
}

.next-steps__article svg {
    max-width: 48px
}

.next-steps__article h5 {
    margin: .25em 0
}

@media only screen and (min-width:768px) {
    .next-steps__article {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        margin: 0 0 2em !important
    }
}

section#disclaimers {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 2em;
    background-color: #e5e5e5
}

#disclaimers ol {
    list-style: outside;
    margin: 0 2em;
    counter-reset: footnotes
}

#disclaimers ol li {
    counter-increment: footnotes;
    font-size: 12px;
    margin-bottom: .75em
}

#disclaimers ol li::before {
    content: counter(footnotes) '\00a0''\00a0';
    vertical-align: super;
    font-size: 80%;
    margin: 0 0 0 -10px
}

.aside--dark::after,
.aside--dark::before {
    content: "";
    height: 9px;
    width: 100%;
    background-image: url(..http_/www.kia.ca/content/vmp-2018/bg-stripe3.html)
}

.aside {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.aside article {
    margin: 1.25em 3%
}

aside#intro-band {
    position: absolute;
    bottom: 53px;
    z-index: 3
}

@media only screen and (min-width:1024px) {
    .gallery__images-wrapper {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4
    }
    aside#intro-band {
        bottom: 55px
    }
}

.aside--dark {
    background-color: rgba(0, 0, 0, 1)
}

.aside--dark::before {
    top: 0;
    left: 0;
    opacity: .4;
    position: absolute
}

.aside--dark::after {
    bottom: 0;
    left: 0;
    opacity: .4;
    position: absolute
}

.aside--light::after,
.aside--light::before {
    content: "";
    height: 9px;
    background-image: url(..http_/www.kia.ca/content/vmp-2018/bg-stripe4.html);
    left: 0;
    opacity: .4;
    position: absolute;
    width: 100%
}

.aside--light {
    background-color: #e5e5e5
}

.aside--light::before {
    top: 0
}

.aside--light::after {
    bottom: 0
}

.aside__call-out {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    text-align: center
}

.aside__call-out p {
    margin: 0
}

.aside__call-out p:nth-of-type(1) span {
    display: block
}

.aside__call-out p:nth-of-type(3) {
    font-size: 1em
}

aside#sign-up>.container {
    padding: 2em 0 0
}

.sign-up-form {
    margin-bottom: 2em
}

.sign-up-form .required-legend {
    display: block;
    width: 100%;
    margin: .5em 0 !important;
    text-align: right
}

.sign-up-form .required-legend img {
    margin: 0 auto 2px;
    display: inline-block;
    width: 24px
}

.sign-up-form .required-legend p {
    margin: 0;
    display: inline-block
}

.sign-up-form fieldset {
    display: block
}

.sign-up-form__input-icon {
    position: relative;
    margin-bottom: 0 !important
}

.sign-up-form__input-icon:first-child {
    margin-top: 0 !important
}

.sign-up-form.floating-labels .sign-up-form__label {
    position: absolute;
    top: 18px;
    left: 56px;
    width: 80%;
    font-family: designkotflight;
    color: #3d3d3d;
    font-size: .875em;
    -webkit-transition: top .2s, left .2s, font-size .2s;
    transition: top .2s, left .2s, font-size .2s
}

.sign-up-form.floating-labels .sign-up-form__label.float {
    font-size: .75em;
    top: -18px;
    left: 0 !important
}

.sign-up-form__input-icon input {
    width: 100%;
    display: block;
    padding-left: 56px !important;
    font-size: 1em
}

.sign-up-form__input-icon select {
    width: 100%;
    display: block;
    padding-left: 56px !important;
    font-size: .875em
}

.sign-up-form input[type=text],
.sign-up-form input[type=email],
.sign-up-form select {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #cfd9db;
    background-color: #fff !important;
    border-radius: .25em;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .08);
    padding: 16px
}

.sign-up-form select {
    color: #3d3d3d
}

.sign-up-form .user {
    background: url(..http_/www.kia.ca/content/vmp-2018/icon-user.html) 16px center no-repeat
}

.sign-up-form [required].user {
    background: url(..http_/www.kia.ca/content/vmp-2018/icon-user.html) 16px center no-repeat, url(..http://www.kia.ca/content/vmp-2018/required.svg) right top/9% no-repeat
}

.sign-up-form .email {
    background: url(..http_/www.kia.ca/content/vmp-2018/icon-email.html) 16px center no-repeat
}

.sign-up-form [required].email {
    background: url(..http_/www.kia.ca/content/vmp-2018/icon-email.html) 16px center no-repeat, url(..http://www.kia.ca/content/vmp-2018/required.svg) right top/9% no-repeat
}

.sign-up-form .postal {
    background: url(..http_/www.kia.ca/content/vmp-2018/icon-postal.html) 16px center no-repeat
}

.sign-up-form [required].postal {
    background: url(..http_/www.kia.ca/content/vmp-2018/icon-postal.html) 16px center no-repeat, url(..http://www.kia.ca/content/vmp-2018/required.svg) right top/9% no-repeat
}

.sign-up-form .intent {
    background: url(..http_/www.kia.ca/content/vmp-2018/icon-intent.html) 16px center no-repeat
}

.sign-up-form [required].intent {
    background: url(..http_/www.kia.ca/content/vmp-2018/icon-intent.html) 16px center no-repeat, url(..http://www.kia.ca/content/vmp-2018/required.svg) right top/9% no-repeat
}

.sign-up-form .sign-up-form__select::after {
    content: '';
    position: absolute;
    z-index: 1;
    right: 16px;
    top: 50%;
    margin-top: 6px;
    display: block;
    width: 16px;
    height: 16px;
    background: url(..http_/www.kia.ca/content/vmp-2018/icon-arrow.html) center center no-repeat;
    pointer-events: none
}

.sign-up-form__casl-ctn {
    display: table;
    margin: 0 !important
}

.sign-up-form__casl-ctn input,
.sign-up-form__casl-ctn label {
    display: table-cell
}

.sign-up-form__casl-ctn input {
    text-align: center;
    vertical-align: middle
}

.sign-up-form__casl-ctn label {
    width: 90%
}

.sign-up-form__casl-ctn p:first-child {
    margin-top: 0
}

.sign-up-form p.casl {
    margin-bottom: .75em;
    margin-top: 1.67em;
    font-size: 1em;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    color: #444;
    font-family: designkotfmedium;
    display: block
}

.sign-up-form .sign-up-form__casl-ctn a {
    text-decoration: underline;
    color: #000
}

#sign-up-form__submit-btn:hover {
    background-color: #891020;
    border: 1px solid #891020;
    color: #fff
}

@media only screen and (min-width:768px) {
    .js .floating-labels div {
        margin: initial
    }
    .sign-up-form fieldset {
        display: table
    }
    .sign-up-form__input-icon {
        display: table-cell;
        width: 48%;
        float: left
    }
    div.sign-up-form__input-icon:nth-of-type(1),
    div.sign-up-form__input-icon:nth-of-type(3) {
        margin-right: 2%
    }
    div.sign-up-form__input-icon:nth-of-type(2) {
        margin-top: 0;
        margin-left: 2%
    }
    div.sign-up-form__input-icon:nth-of-type(3),
    div.sign-up-form__input-icon:nth-of-type(4),
    div.sign-up-form__input-icon:nth-of-type(5) {
        margin-top: 28px
    }
    div.sign-up-form__input-icon:nth-of-type(4) {
        margin-left: 2%
    }
    div.sign-up-form__input-icon:nth-of-type(5) {
        width: 100%
    }
    .sign-up-form .sign-up-form__select::after {
        right: 32px
    }
    .sign-up-form [required].intent {
        background: url(..http_/www.kia.ca/content/vmp-2018/icon-intent.html) 16px center no-repeat, url(..http://www.kia.ca/content/vmp-2018/required.svg) right top/4.25% no-repeat
    }
}

@media only screen and (min-width:1024px) {
    .sign-up-form [required].user {
        background: url(..http_/www.kia.ca/content/vmp-2018/icon-user.html) 16px center no-repeat, url(..http://www.kia.ca/content/vmp-2018/required.svg) right top/6% no-repeat
    }
    .sign-up-form .email {
        background: url(..http_/www.kia.ca/content/vmp-2018/icon-email.html) 16px center no-repeat
    }
    .sign-up-form [required].email {
        background: url(..http_/www.kia.ca/content/vmp-2018/icon-email.html) 16px center no-repeat, url(..http://www.kia.ca/content/vmp-2018/required.svg) right top/6% no-repeat
    }
    .sign-up-form .postal {
        background: url(..http_/www.kia.ca/content/vmp-2018/icon-postal.html) 16px center no-repeat
    }
    .sign-up-form [required].postal {
        background: url(..http_/www.kia.ca/content/vmp-2018/icon-postal.html) 16px center no-repeat, url(..http://www.kia.ca/content/vmp-2018/required.svg) right top/6% no-repeat
    }
    .sign-up-form .intent {
        background: url(..http_/www.kia.ca/content/vmp-2018/icon-intent.html) 16px center no-repeat
    }
    .sign-up-form [required].intent {
        background: url(..http_/www.kia.ca/content/vmp-2018/icon-intent.html) 16px center no-repeat, url(..http://www.kia.ca/content/vmp-2018/required.svg) right top/3% no-repeat
    }
    .sign-up-form__casl-ctn label {
        width: 95%
    }
}

.single-point {
    position: absolute;
    border-radius: 50%;
    margin: -15px 0 0 -15px
}

.single-point>a {
    position: relative;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: inherit;
    background: #bb162b;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .3);
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

.single-point.is-open::after,
.single-point.visited::after {
    display: none
}

.single-point>a::after,
.single-point>a:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.single-point>a::after {
    height: 2px;
    width: 12px
}

.single-point>a::before {
    height: 12px;
    width: 2px
}

.single-point::after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: inherit;
    background-color: transparent;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite
}

.single-point.is-open>a {
    background-color: #333
}

.single-point.is-open>a::after,
.single-point.is-open>a::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
    transform: translateX(-50%) translateY(-50%) rotate(135deg)
}

.single-point.is-open .more-info {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .3s 0, visibility 0 0, -webkit-transform .3s 0, top .3s 0, bottom .3s 0, left .3s 0, right .3s 0;
    -webkit-transition: opacity .3s 0, visibility 0 0, top .3s 0, bottom .3s 0, left .3s 0, right .3s 0, -webkit-transform .3s 0;
    transition: opacity .3s 0, visibility 0 0, top .3s 0, bottom .3s 0, left .3s 0, right .3s 0, -webkit-transform .3s 0;
    transition: opacity .3s 0, visibility 0 0, transform .3s 0, top .3s 0, bottom .3s 0, left .3s 0, right .3s 0;
    transition: opacity .3s 0, visibility 0 0, transform .3s 0, top .3s 0, bottom .3s 0, left .3s 0, right .3s 0, -webkit-transform .3s 0;
    z-index: 9003
}

.single-point.visited>a {
    background-color: #666
}

.single-point .more-info {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9001;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    text-align: left;
    line-height: 1.5;
    background-color: rgba(0, 0, 0, .95);
    padding: 1em;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity .3s 0, visibility 0 .3s, -webkit-transform .3s 0, top .3s 0, bottom .3s 0, left .3s 0, right .3s 0;
    -webkit-transition: opacity .3s 0, visibility 0 .3s, top .3s 0, bottom .3s 0, left .3s 0, right .3s 0, -webkit-transform .3s 0;
    transition: opacity .3s 0, visibility 0 .3s, top .3s 0, bottom .3s 0, left .3s 0, right .3s 0, -webkit-transform .3s 0;
    transition: opacity .3s 0, visibility 0 .3s, transform .3s 0, top .3s 0, bottom .3s 0, left .3s 0, right .3s 0;
    transition: opacity .3s 0, visibility 0 .3s, transform .3s 0, top .3s 0, bottom .3s 0, left .3s 0, right .3s 0, -webkit-transform .3s 0
}

.single-point .more-info::before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    display: none;
    border: 8px solid transparent
}

.single-point .more-info h3 {
    font-family: designkotfmedium;
    font-size: 1.375em;
    line-height: 1.125em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 .6em
}

.single-point .more-info h3::after {
    content: '';
    height: 6px;
    width: 100%;
    background-image: url(..http_/www.kia.ca/content/vmp-2018/bg-stripe3.html);
    display: block;
    margin: .375em 0
}

.single-point .more-info h3 span {
    display: block
}

.single-point .more-info h4 {
    font-family: designkotfbold;
    font-size: 1em;
    color: #999;
    text-transform: uppercase;
    margin: .5em 0 0
}

.single-point .more-info p {
    color: #fff
}

.close-info {
    position: fixed;
    top: 0;
    right: 0;
    height: 44px;
    width: 44px;
    text-indent: 100%
}

.close-info::after,
.close-info:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    background-color: #666;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.close-info::after {
    height: 2px;
    width: 16px
}

.close-info::before {
    height: 16px;
    width: 2px
}

@media only screen and (min-width:600px) {
    .single-point.is-open .more-info.left {
        right: 140%
    }
    .single-point.is-open .more-info.right {
        left: 140%
    }
    .single-point.is-open .more-info.top {
        bottom: 140%
    }
    .single-point.is-open .more-info.bottom {
        top: 140%
    }
    .single-point .more-info {
        position: absolute;
        width: 380px;
        height: auto;
        padding: 1em;
        overflow-y: visible;
        line-height: 1.4;
        border-radius: .25em;
        box-shadow: 0 0 20px rgba(0, 0, 0, .5)
    }
    .single-point .more-info::before {
        display: block
    }
    .single-point .more-info.left,
    .single-point .more-info.left::before,
    .single-point .more-info.right,
    .single-point .more-info.right::before {
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .single-point .more-info.left {
        right: 160%;
        left: auto
    }
    .single-point .more-info.left::before {
        border-left-color: rgba(0, 0, 0, .95);
        left: 100%
    }
    .single-point .more-info.right {
        left: 160%
    }
    .single-point .more-info.right::before {
        border-right-color: rgba(0, 0, 0, .95);
        right: 100%
    }
    .single-point .more-info.bottom,
    .single-point .more-info.bottom::before,
    .single-point .more-info.top,
    .single-point .more-info.top::before {
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .single-point .more-info.top {
        bottom: 160%;
        top: auto
    }
    .single-point .more-info.top::before {
        border-top-color: rgba(0, 0, 0, .95);
        top: 100%
    }
    .single-point .more-info.bottom {
        top: 160%
    }
    .single-point .more-info.bottom::before {
        border-bottom-color: rgba(0, 0, 0, .95);
        bottom: 100%
    }
    .single-point .more-info h2 {
        font-size: 1.5em;
        margin-bottom: 0;
        line-height: 1em;
        letter-spacing: -.5px;
        font-family: designkotfbold;
        color: #fff
    }
    .single-point .more-info p {
        font-size: .8rem;
        color: #e4e4e4;
        text-shadow: 1px 1px 1px #000
    }
    .close-info {
        display: none
    }
}

.subnav-menu {
    z-index: 11;
    position: absolute
}

.subnav-menu ul {
    position: fixed;
    width: calc(90% - 20px);
    max-width: 400px;
    right: calc(5% + 10px);
    bottom: 41px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    background-color: #fff;
    visibility: hidden;
    overflow: hidden;
    z-index: 9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transition: -webkit-transform .3s, visibility 0 .3s;
    -webkit-transition: visibility 0 .3s, -webkit-transform .3s;
    transition: visibility 0 .3s, -webkit-transform .3s;
    transition: transform .3s, visibility 0 .3s;
    transition: transform .3s, visibility 0 .3s, -webkit-transform .3s
}

.subnav-menu ul li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.subnav-menu ul.is-visible {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s, visibility 0 0;
    -webkit-transition: visibility 0 0, -webkit-transform .3s;
    transition: visibility 0 0, -webkit-transform .3s;
    transition: transform .3s, visibility 0 0;
    transition: transform .3s, visibility 0 0, -webkit-transform .3s
}

.subnav-menu ul.is-visible li:nth-child(1) {
    -webkit-animation: slide-in .2s;
    animation: slide-in .2s
}

.subnav-menu ul.is-visible li:nth-child(2) {
    -webkit-animation: slide-in .3s;
    animation: slide-in .3s
}

.subnav-menu ul.is-visible li:nth-child(3) {
    -webkit-animation: slide-in .4s;
    animation: slide-in .4s
}

.subnav-menu ul.is-visible li:nth-child(4) {
    -webkit-animation: slide-in .5s;
    animation: slide-in .5s
}

.subnav-menu ul.is-visible li:nth-child(5) {
    -webkit-animation: slide-in .6s;
    animation: slide-in .6s
}

.subnav-menu ul.is-visible li:nth-child(6) {
    -webkit-animation: slide-in .7s;
    animation: slide-in .7s
}

.subnav-menu ul.is-visible li:nth-child(7) {
    -webkit-animation: slide-in .8s;
    animation: slide-in .8s
}

.subnav-menu ul.is-visible li:nth-child(8) {
    -webkit-animation: slide-in .9s;
    animation: slide-in .9s
}

.subnav-menu ul.is-visible li:nth-child(9) {
    -webkit-animation: slide-in 1s;
    animation: slide-in 1s
}

.subnav-menu ul.is-visible li:nth-child(10) {
    -webkit-animation: slide-in 1.1s;
    animation: slide-in 1.1s
}

.subnav-menu ul.is-visible li:nth-child(11) {
    -webkit-animation: slide-in 1.2s;
    animation: slide-in 1.2s
}

.subnav-menu ul.is-visible li:nth-child(12) {
    -webkit-animation: slide-in 1.3s;
    animation: slide-in 1.3s
}

.subnav-menu li a {
    display: block;
    padding: .5em;
    text-align: center
}

.subnav-menu li:last-child a {
    border-bottom: 0
}

.subnav-menu__trigger {
    visibility: hidden;
    position: fixed;
    bottom: 20px;
    right: 5%;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 10;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .3s, visibility 0 .3s;
    -webkit-transition: visibility 0 .3s, -webkit-transform .3s;
    transition: visibility 0 .3s, -webkit-transform .3s;
    transition: transform .3s, visibility 0 .3s;
    transition: transform .3s, visibility 0 .3s, -webkit-transform .3s
}

a.subnav-menu__trigger {
    background-color: #666
}

.is-fixed .subnav-menu__trigger {
    visibility: visible;
    -webkit-transition: all 0;
    transition: all 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: bounce-in .3s linear;
    animation: bounce-in .3s linear
}

.subnav-menu__trigger.is-hidden {
    display: none
}

.subnav-menu__trigger span {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    top: 50%;
    margin-top: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.subnav-menu__trigger span::after,
.subnav-menu__trigger span::before {
    content: '';
    position: absolute;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .3s, background 0;
    -webkit-transition: background 0, -webkit-transform .3s;
    transition: background 0, -webkit-transform .3s;
    transition: transform .3s, background 0;
    transition: transform .3s, background 0, -webkit-transform .3s
}

.subnav-menu__trigger span::before {
    top: -9px;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.subnav-menu__trigger span::after {
    top: 9px;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.subnav-menu__trigger.menu-is-open span {
    background-color: rgba(0, 0, 0, 0)
}

.subnav-menu__trigger.menu-is-open span::after,
.subnav-menu__trigger.menu-is-open span::before {
    background-color: #fff
}

.subnav-menu__trigger.menu-is-open span::before {
    top: 0;
    width: 24px;
    height: 3px;
    border-radius: initial;
    -webkit-transform: translateX(-37%) translateY(30%) rotate(135deg);
    transform: translateX(-37%) translateY(30%) rotate(135deg)
}

.subnav-menu__trigger.menu-is-open span::after {
    bottom: 0;
    width: 24px;
    height: 3px;
    border-radius: initial;
    -webkit-transform: translateX(-37%) translateY(-265%) rotate(225deg);
    transform: translateX(-37%) translateY(-265%) rotate(225deg)
}

.sn-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .7);
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s 0, visibility 0 .3s, -webkit-transform .3s 0;
    -moz-transition: opacity .3s 0, visibility 0 .3s, -moz-transform .3s 0;
    transition: opacity .3s 0, visibility 0 .3s, transform .3s 0
}

.sn-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0, visibility 0 0, -webkit-transform .3s 0;
    -moz-transition: opacity .3s 0, visibility 0 0, -moz-transform .3s 0;
    transition: opacity .3s 0, visibility 0 0, transform .3s 0
}

.subnav-menu__nav li:last-child {
    display: table;
    width: 100%
}

.subnav-menu__nav li:last-child a {
    display: table-cell;
    text-align: center;
    background-clip: padding-box;
    color: #fff;
    white-space: nowrap;
    padding: 1em;
    font-size: .8em;
    font-family: designkotfmedium;
    text-transform: uppercase;
    width: 43%;
    float: left
}

.subnav-menu__nav li:last-child a:nth-of-type(1) {
    background-color: #666;
    margin: 2% 2% 2% 4%
}

.subnav-menu__nav li:last-child a:nth-of-type(2) {
    background-color: #bb162b;
    margin: 2% 4% 4%
}

.subnav-menu__nav li:first-child {
    background-color: #444;
    padding: .25em .5em .5em;
    text-align: center;
    color: #fff;
    font-family: designkotflight;
    text-transform: uppercase
}

.subnav-menu__nav li:first-child a {
    color: #fff
}

@media only screen and (min-width:768px) {
    .subnav-menu__trigger {
        width: 54px;
        height: 54px
    }
    .subnav-menu ul {
        right: calc(5% + 27px);
        bottom: 47px
    }
}

@media only screen and (min-width:1024px) {
    .subnav-menu__trigger {
        width: 54px;
        height: 54px
    }
    .subnav-menu ul {
        right: calc(5% + 27px);
        bottom: 47px
    }
}

.vr__overlay,
iframe.vr-container,
iframe.vr-container-fr {
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    display: block
}

@-webkit-keyframes slide-in {
    0 {
        -webkit-transform: translateX(100px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes slide-in {
    0 {
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes bounce-in {
    0 {
        -webkit-transform: scale(0)
    }
    60% {
        -webkit-transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes bounce-in {
    0 {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    60% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        box-shadow: inset 0 0 1px 1px rgba(187, 22, 43, .8)
    }
    50% {
        box-shadow: inset 0 0 1px 1px rgba(187, 22, 43, .8)
    }
    100% {
        -webkit-transform: scale(1.6);
        box-shadow: inset 0 0 1px 1px rgba(187, 22, 43, 0)
    }
}

@keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: inset 0 0 1px 1px rgba(187, 22, 43, .8)
    }
    50% {
        box-shadow: inset 0 0 1px 1px rgba(187, 22, 43, .8)
    }
    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        box-shadow: inset 0 0 1px 1px rgba(187, 22, 43, 0)
    }
}

iframe.vr-container,
iframe.vr-container-fr {
    bottom: 0
}

.vr__overlay {
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    z-index: 10
}

.vr__overlay a {
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .75);
    border-radius: 50%;
    padding: 1em
}

a.modal__close-btn:hover {
    background-color: rgba(187, 22, 43, 0.8)
}

.vr__overlay .icon-360 {
    width: 96px;
    height: 96px
}

@media all and (max-width:767px) {
    .vr__overlay .icon-360 {
        width: 60px;
        height: 60px
    }
}

.mfp-iframe-holder .mfp-content {
    height: 100%
}

.mfp-container,
.mfp-iframe-holder {
    padding: 0
}

.modal__close-btn {
    position: fixed;
    display: block;
    top: 54px;
    right: 12px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-clip: padding-box;
    text-indent: 100%;
    height: 44px;
    width: 44px;
    background-color: rgba(187, 22, 43, 0.5);
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 21px rgba(0, 0, 0, .5), 0 1px 21px rgba(0, 0, 0, .5)
}

.modal__close-btn::after,
.modal__close-btn::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #fff;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.tab-group-nav:after,
.tab-group:after {
    content: "";
    display: table;
    clear: both
}

.modal__close-btn::before {
    height: 24px;
    width: 3px
}

.modal__close-btn::after {
    height: 3px;
    width: 24px
}

.tab-group,
.tab-group-nav {
    width: 100%
}

p.interior-disclaimer {
    position: fixed;
    text-align: right;
    right: 3vw;
    bottom: 3vh;
    color: #fff
}

.tab-group-nav a,
.trim-heading,
tbody tr td:not(:nth-of-type(1)) {
    text-align: center
}

#interior p.legal {
    bottom: .5em;
    left: 1.5em;
    z-index: 9001
}

@media only screen and (min-width:768px) {
    .modal__close-btn {
        bottom: 30px
    }
    .mfp-iframe-holder .mfp-content {
        max-width: 1024px
    }
}

@media only screen and (min-width:1200px) {
    .mfp-iframe-holder .mfp-content {
        max-width: 1920px
    }
}

@media only screen and (min-width:2000px) {
    .mfp-iframe-holder .mfp-content {
        max-width: 2560px
    }
}

section#features,
section#measures,
section#specs {
    background-size: initial;
    height: auto;
    padding: 2em 1em 3em
}

.tab-group {
    position: relative;
    max-width: 1280px;
    margin: 1em auto;
    z-index: 1
}

.tab-group nav {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #eee;
    box-shadow: inset 0 -2px 3px rgba(0, 0, 0, .06)
}

#specs .tab-group-nav li,
.tab-group-nav li {
    float: left;
    width: 25%
}

#measures .tab-group-nav li {
    float: left;
    width: calc(100% / 3)
}

.tab-group-nav a {
    position: relative;
    display: block;
    height: 5em;
    width: auto;
    font-size: .65em;
    color: #999;
    padding-top: 1.2em;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: -.25px
}

.no-touch .tab-group-nav a:hover {
    color: #333;
    background-color: rgba(0, 0, 0, .03)
}

.tab-group-nav a.selected {
    background-color: #fff !important;
    box-shadow: inset 0 3px 0 #bb162b;
    color: #333;
    text-decoration: none
}

.tab-group-content {
    background: #fff
}

.tab-group-content li {
    display: none;
    padding: 1em
}

.tab-group-content li.selected {
    display: block;
    -webkit-animation: tab-fade-in .5s;
    animation: tab-fade-in .5s
}

.tab-group-content li p {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 2em
}

@-webkit-keyframes tab-fade-in {
    0 {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes tab-fade-in {
    0 {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.rwd-table th span,
.rwd-table tr td.block {
    display: block
}

.rwd-table tr td.visual {
    opacity: 1;
    -webkit-animation-name: fadeInOpacity;
    animation-name: fadeInOpacity;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

@-webkit-keyframes fadeInOpacity {
    0 {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeInOpacity {
    0 {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.rwd-table {
    margin: 0;
    width: 100%
}

.rwd-table thead {
    position: absolute;
    height: 2em;
    padding-right: 16px
}

.rwd-table thead::after {
    content: '';
    background-image: url(../../../../../../www.kia.cahttp_/www.kia.ca/content/vmp-2018/bg-stripe3.gif);
    display: block;
    height: 6px;
    width: 100%;
    left: 0;
    opacity: .3
}

.feature-heading,
tbody tr td:nth-of-type(1) {
    width: 30%
}

.rwd-table tbody {
    display: block;
    overflow-y: scroll;
    margin-top: 1em;
    max-height: 300px
}

.rwd-table tbody tr:nth-of-type(1) {
    border-top: 12px solid #fff
}

.rwd-table tbody tr:nth-child(even),
.rwd-table tbody tr:nth-child(odd) {
    background-color: #e6e6e6;
    border-bottom: 6px solid #fff
}

.rwd-table tfoot td span {
    margin-right: 1em;
    font-size: .88em
}

.rwd-table tfoot img.check,
.rwd-table tfoot img.dash {
    padding-left: 0
}

@media(max-width:480px) {
    .rwd-table th:not(:nth-of-type(1)) {
        display: none
    }
    .rwd-table thead::after {
        margin-top: .5em
    }
    .rwd-table tbody {
        margin-top: 3em
    }
    tbody tr td:not(:nth-of-type(1)) {
        width: 100%
    }
    .rwd-table tr td:nth-of-type(1) {
        display: block;
        opacity: 1
    }
}

.rwd-table td {
    display: none;
    padding: .5em;
    vertical-align: middle
}

#measures .rwd-table th:last-of-type,
#specs .rwd-table th:last-of-type,
.rwd-table td:last-of-type {
    border-right: 0
}

.rwd-table tr {
    padding: .5em
}

.rwd-table tr td:nth-of-type(1) {
    opacity: 1
}

.rwd-table td:first-child {
    padding-top: .5em
}

.rwd-table td:last-child {
    padding-bottom: .5em
}

.rwd-table td:before {
    content: attr(data-th) ": ";
    font-family: designkotfmedium;
    width: 6.5em;
    display: inline-block;
    left: 2.25em;
    text-align: left
}

.measures-table tr:nth-of-type(1) th,
.rwd-table th {
    font-family: designkotflight;
    text-transform: uppercase
}

.rwd-table .show-me {
    display: block !important
}

.rwd-table td,
.rwd-table th {
    text-align: center
}

.rwd-table td:nth-of-type(1),
.rwd-table th:nth-of-type(1) {
    text-align: left
}

@media(min-width:480px) {
    .rwd-table td:before {
        display: none
    }
    #features .rwd-table tbody {
        margin-top: 3em;
        max-height: 50em
    }
    .feature-heading {
        width: 20%
    }
    .rwd-table td,
    .rwd-table th {
        display: table-cell;
        padding: .25em .5em
    }
    .rwd-table td:first-child,
    .rwd-table th:first-child {
        padding-left: 0
    }
    .rwd-table td:last-child,
    .rwd-table th:last-child {
        padding-right: 0
    }
    .rwd-table th {
        padding: 0 1em !important;
        text-indent: -.0625em
    }
    #features .rwd-table td,
    #measures .rwd-table td,
    #measures .rwd-table tr:first-of-type td,
    #specs .rwd-table td,
    #specs .rwd-table tr:first-of-type td {
        padding: .5em 1em !important;
        text-indent: -.0625em
    }
}

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: #444
}

.rwd-table {
    background: #fff;
    color: #444;
    overflow: hidden
}

.rwd-table tr {
    display: block
}

.rwd-table th {
    font-size: .8em
}

.rwd-table td:before,
.rwd-table th {
    color: #bb162b
}

@media(max-width:480px) {
    td:nth-of-type(1)::before {
        display: none
    }
    img.check,
    img.dash {
        max-height: 1em;
        padding-left: 6em
    }
    tbody tr td:nth-of-type(1) {
        width: 100%;
        padding-left: 1em;
        text-indent: -1em
    }
    td.feature-name::before {
        content: '+';
        display: inline-block;
        position: relative;
        left: 0;
        width: 1em;
        margin-left: 0;
        text-indent: 0
    }
    td.feature-name.rotateX::before {
        transform: rotateX(45deg)
    }
    td.feature-name {
        text-decoration: underline;
        color: #00E
    }
    td.feature-name:active,
    td.feature-name:hover,
    td.feature-name:visited {
        color: #551a8b
    }
}

.tabs-navigation:after,
.tabs:after {
    content: "";
    clear: both
}

@media(min-width:480px) {
    img.check,
    img.dash {
        max-height: 1.75em
    }
}

.tabs:after {
    display: table
}

.tabs::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 50px;
    z-index: 1;
    pointer-events: none;
    background: -webkit-gradient(linear, right top, left top, from(#f8f7ee), to(rgba(248, 247, 238, 0)));
    background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s 0, visibility 0 0;
    transition: opacity .3s 0, visibility 0 0
}

.no-cssgradients .tabs::after {
    display: none
}

.tabs.is-ended::after {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0, visibility 0 .3s;
    transition: opacity .3s 0, visibility 0 .3s
}

.tabs nav {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #eee;
    -webkit-box-shadow: inset 0 -2px 3px rgba(203, 196, 130, .06);
    box-shadow: inset 0 -2px 3px rgba(203, 196, 130, .06)
}

@media only screen and (min-width:768px) {
    .tabs::after {
        display: none
    }
    .rwd-table tr {
        display: table-row
    }
    .rwd-table tbody td {
        font-size: 80%
    }
    #features .rwd-table td:first-child,
    #features .rwd-table th:first-child {
        padding-left: 0;
        max-width: 250px;
        min-width: 250px
    }
}

@media only screen and (min-width:960px) {
    .tabs nav {
        position: relative;
        float: none;
        background: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    #features .rwd-table td:first-child,
    #features .rwd-table th:first-child {
        padding-left: 0;
        max-width: 350px;
        min-width: 350px
    }
}

.tabs-navigation {
    width: 100%
}

.tabs-navigation:after {
    display: table
}

.tabs-navigation li {
    float: left;
    width: 25%
}

#measures .tabs-navigation li,
#specs .tabs-navigation li {
    float: left;
    width: 33.33%
}

.tabs-navigation a {
    position: relative;
    display: block;
    height: 40px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-size: .65rem;
    color: #999;
    text-transform: uppercase;
    padding-top: 14px
}

.no-touch .tabs-navigation a:hover {
    color: #333;
    background-color: rgba(0, 0, 0, .3)
}

.tabs-navigation a.selected {
    background-color: #fff !important;
    -webkit-box-shadow: inset 0 2px 0 #bb162b;
    box-shadow: inset 0 2px 0 #bb162b;
    color: #333
}

@media(min-width:768px) {
    #measures .tabs-navigation li,
    #specs .tabs-navigation li,
    .tabs-navigation li {
        display: block
    }
    .rwd-table td,
    .rwd-table th {
        border-right: 6px solid #fff
    }
    #measures .rwd-table thead,
    #specs .rwd-table thead {
        position: static;
        height: auto;
        padding-right: 0
    }
    #measures .rwd-table tbody,
    #specs .rwd-table tbody {
        display: table-row-group;
        overflow-y: auto
    }
    #measures .rwd-table thead::after,
    #specs .rwd-table thead::after {
        position: absolute;
        width: calc(100% - 2em);
        margin-top: 0;
        left: 1em
    }
}

@media only screen and (min-width:768px) {
    .rwd-table tbody td,
    .rwd-table thead th {
        width: 65px;
        padding-bottom: .5em !important
    }
    .rwd-table tbody td:first-of-type,
    .rwd-table thead th:first-of-type {
        width: 30%
    }
    td.feature-name {
        text-indent: 1em
    }
}

@media only screen and (min-width:960px) {
    .tabs-navigation {
        width: 100%;
        background-color: #eee;
        -webkit-box-shadow: inset 0 -2px 3px rgba(187, 22, 43, .06);
        box-shadow: inset 0 -2px 3px rgba(187, 22, 43, .06)
    }
    .tabs-navigation a {
        height: 60px;
        line-height: 60px;
        width: auto;
        text-align: center;
        font-size: 14px;
        font-size: .875rem;
        padding: 0 2.8em
    }
    .tabs-navigation a.selected {
        -webkit-box-shadow: inset 0 2px 0 #bb162b;
        box-shadow: inset 0 2px 0 #bb162b
    }
}

.tabs-content {
    background: #fff
}

.tabs-content li {
    display: none;
    padding: 1em
}

.tabs-content li.selected {
    display: block;
    -webkit-animation: fade-in .5s;
    animation: fade-in .5s
}

.tabs-content li p {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 2em
}

@media only screen and (min-width:768px) {
    .tabs-content {
        min-height: 480px
    }
    .tabs-content li {
        padding: 1em
    }
}

@media only screen and (min-width:960px) {
    .tabs-content {
        min-height: 0
    }
    .tabs-content li {
        padding: 1em
    }
    .tabs-content li p {
        font-size: 16px;
        font-size: 1rem
    }
    tfoot .dash {
        vertical-align: middle
    }
}

@-webkit-keyframes fade-in {
    0 {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0 {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

#specs .chart-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center
}

#specs .chart-header h5 {
    width: calc(100% / 3);
    margin: 0
}

#measures .rwd-table tbody tr td:not(:nth-of-type(1)),
#specs .rwd-table tbody tr td:not(:nth-of-type(1)) {
    padding-left: 45%;
    position: relative;
    text-align: left
}

#measures .rwd-table tbody tr td:not(:nth-of-type(1)):before,
#specs .rwd-table tbody tr td:not(:nth-of-type(1)):before {
    width: 6.25em;
    position: absolute;
    left: 0
}

table .width100 {
    width: 100% !important
}

table .width75 {
    width: 75% !important
}

table .width66 {
    width: calc((100% / 3) * 2) !important
}

table .width50 {
    width: 50% !important
}

table .width33 {
    width: calc(100% / 3) !important
}

table .width25 {
    width: 25% !important
}

table .width20 {
    width: 20% !important
}

.measures-table tr:nth-of-type(1) th {
    color: #666
}

tfoot img.check,
tfoot img.plus {
    max-width: 14px;
    vertical-align: text-top
}

#features .container,
#measures .container,
#specs .container {
    width: 100%
}

.features-table tbody td strong {
    vertical-align: middle
}

.field-msg {
    display: none;
    margin-bottom: 0
}

#dcf-casl-error {
    margin-bottom: 1em
}

.sign-up-form__input-icon {
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 100%
}

.sign-up-form__input-icon.sign-up-form__select.arrow-fix:after {
    top: 35%
}

@media only screen and (min-width:768px) {
    #measures .rwd-table tbody tr td:not(:nth-of-type(1)),
    #specs .rwd-table tbody tr td:not(:nth-of-type(1)) {
        padding-left: 0;
        text-align: center
    }
    .sign-up-form__input-icon {
        width: 48%
    }
}

@media only screen and (device-aspect-ratio:1366/768) {
    button#video-pause {
        bottom: 25vh
    }
}

@media only screen and (min-width:1025px) {
    .video-spinner {
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        top: 50%;
        transform: translateY(-50%)
    }
    #features .rwd-table td:first-child,
    #features .rwd-table th:first-child {
        padding-left: 0;
        max-width: 375px;
        min-width: 375px
    }
}

#highlights .section__title,
#more .section__title {
    display: none
}

@media only screen and (min-width:1750px) {
    #highlights .section__title,
    #more .section__title {
        display: block
    }
}

@media only screen and (min-width:768px) {
    #measures .rwd-table thead::after,
    #specs .rwd-table thead::after {
        left: 0;
        width: 100%
    }
    #features .rwd-table,
    #measures .rwd-table,
    #specs .rwd-table {
        position: relative
    }
    #features .rwd-table thead,
    #measures .rwd-table thead,
    #specs .rwd-table thead,
    #specs .rwd-table thead::after {
        width: 100%
    }
    .rwd-table th {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    #features .rwd-table thead tr {
        display: flex;
        padding: 0
    }
    #features .rwd-table thead th span {
        display: inline;
        margin-right: 6px
    }
    #features .rwd-table thead th span:last-of-type {
        margin-right: 0
    }
    #measures .rwd-table thead th span,
    #specs .rwd-table thead th span {
        display: inline;
        margin-right: 6px
    }
    #features .rwd-table tbody {
        margin-top: 1.5em
    }
}

.sounds p,
.testing p {
    color: #ccc
}

#sounds h2::after,
#testing h2::after,
.sounds h2::after,
.testing h2::after {
    content: ''
}

section#intro {
    background-image: url(../../../../../../www.kia.ca/content/2019-stinger/img1-1-mobile.jpg);
    background-position: 50% 30%
}

section#exterior {
    background-image: url(../../../../../../www.kia.ca/content/2019-stinger/img2-1-mobile.jpg)
}

#interior {
    background-image: url(../../../../../../www.kia.ca/content/2019-stinger/img3-1-mobile.jpg)
}

section#uvo-section {
    background-image: url(../../../../../../www.kia.ca/content/2019-stinger/UVO-bg-mobile-XL.jpg)
}

.body-fr section#uvo-section {
    background-image: url(../../../../../../www.kia.ca/content/2019-stinger/UVO-bg-mobile-XL-fr.jpg)
}

@media only screen and (min-width:420px) {
    section#intro {
        background-image: url(../../../../../../www.kia.ca/content/2019-stinger/img1-1-mobile-XL.jpg);
        background-position: 50% 50%
    }
    section#exterior {
        background-image: url(../../../../../../www.kia.ca/content/2019-stinger/img2-1-mobile-XL.jpg)
    }
}

@media only screen and (min-width:768px) {
    section#intro {
        background-image: url(../../../../../../www.kia.ca/content/2019-stinger/img1-1-tab.jpg);
        background-position: 50% 100%
    }
    section#exterior {
        background-image: url(../../../../../../www.kia.ca/content/2019-stinger/img2-1-tab.jpg)
    }
    #interior {
        background-image: url(../../../../../../www.kia.ca/content/2019-stinger/img3-1-tab.jpg)
    }
    section#uvo-section {
        background-image: url(../../../../../../www.kia.ca/content/2019-stinger/UVO-bg-tab.jpg)
    }
    .body-fr section#uvo-section {
        background-image: url(../../../../../../www.kia.ca/content/2019-stinger/UVO-bg-tab-fr.jpg)
    }
}

@media only screen and (min-width:1025px) {
    section#intro {
        background: #000
    }
    section#exterior {
        background-image: url(../../../../../../www.kia.ca/content/2019-stinger/img2-1.jpg)
    }
    #interior {
        background-image: url(../../../../../../www.kia.ca/content/2019-stinger/img3-1.jpg)
    }
    section#uvo-section {
        background-image: url(../../../../../../www.kia.ca/content/2019-stinger/UVO-bg.jpg)
    }
    .body-fr section#uvo-section {
        background-image: url(../../../../../../www.kia.ca/content/2019-stinger/UVO-bg-fr.jpg)
    }
}

#exterior .hot-spots .single-point:nth-of-type(1) {
    bottom: 25%;
    left: 25%;
    right: auto
}

#exterior .hot-spots .single-point:nth-of-type(2) {
    bottom: 40%;
    right: 13%
}

#exterior .hot-spots .single-point:nth-of-type(3) {
    bottom: 25%;
    right: 25%
}

#exterior .hot-spots .single-point:nth-of-type(4) {
    bottom: 40%;
    right: 40%
}

@media only screen and (min-width:768px) {
    #exterior .hot-spots .single-point:nth-of-type(1) {
        bottom: 35%;
        left: 25%;
        right: auto
    }
    #exterior .hot-spots .single-point:nth-of-type(2) {
        bottom: 55%;
        right: 13%
    }
    #exterior .hot-spots .single-point:nth-of-type(3) {
        bottom: 40%;
        right: 30%
    }
    #exterior .hot-spots .single-point:nth-of-type(4) {
        bottom: 48%;
        right: 40%
    }
}

@media only screen and (min-width:992px) {
    #exterior .hot-spots .single-point:nth-of-type(1) {
        bottom: 35%;
        left: 25%;
        right: auto
    }
    #exterior .hot-spots .single-point:nth-of-type(2) {
        bottom: 55%;
        right: 25%
    }
    #exterior .hot-spots .single-point:nth-of-type(3) {
        bottom: 30%;
        right: 40%
    }
    #exterior .hot-spots .single-point:nth-of-type(4) {
        bottom: 45%;
        right: 45%
    }
}

#uvo-section .hot-spots .single-point:nth-of-type(1),
.uvo-fr .hot-spots .single-point:nth-of-type(1) {
    bottom: 40%;
    right: 10%
}

#uvo-section .hot-spots .single-point:nth-of-type(2),
.uvo-fr .hot-spots .single-point:nth-of-type(2) {
    bottom: 40%;
    right: 35%
}

#uvo-section .hot-spots .single-point:nth-of-type(3),
.uvo-fr .hot-spots .single-point:nth-of-type(3) {
    bottom: 15%;
    right: 10%
}

#uvo-section .hot-spots .single-point:nth-of-type(4),
.uvo-fr .hot-spots .single-point:nth-of-type(4) {
    bottom: 15%;
    right: 35%
}

#uvo-section .hot-spots .single-point:nth-of-type(5),
.uvo-fr .hot-spots .single-point:nth-of-type(5) {
    bottom: 20%;
    right: 20%
}

@media only screen and (min-width:768px) {
    #uvo-section .hot-spots .single-point:nth-of-type(1),
    .uvo-fr .hot-spots .single-point:nth-of-type(1) {
        bottom: 55%;
        right: 10%
    }
    #uvo-section .hot-spots .single-point:nth-of-type(2),
    .uvo-fr .hot-spots .single-point:nth-of-type(2) {
        bottom: 55%;
        right: 35%
    }
    #uvo-section .hot-spots .single-point:nth-of-type(3),
    .uvo-fr .hot-spots .single-point:nth-of-type(3) {
        bottom: 25%;
        right: 35%
    }
    #uvo-section .hot-spots .single-point:nth-of-type(4),
    .uvo-fr .hot-spots .single-point:nth-of-type(4) {
        bottom: 25%;
        right: 10%
    }
    #uvo-section .hot-spots .single-point:nth-of-type(5),
    .uvo-fr .hot-spots .single-point:nth-of-type(5) {
        bottom: 30%;
        right: 25%
    }
}

@media only screen and (min-width:992px) {
    #uvo-section .hot-spots .single-point:nth-of-type(1),
    .uvo-fr .hot-spots .single-point:nth-of-type(1) {
        bottom: 60%;
        right: 13%
    }
    #uvo-section .hot-spots .single-point:nth-of-type(2),
    .uvo-fr .hot-spots .single-point:nth-of-type(2) {
        bottom: 60%;
        right: 35%
    }
    #uvo-section .hot-spots .single-point:nth-of-type(3),
    .uvo-fr .hot-spots .single-point:nth-of-type(3) {
        bottom: 50%;
        right: 35%
    }
    #uvo-section .hot-spots .single-point:nth-of-type(4),
    .uvo-fr .hot-spots .single-point:nth-of-type(4) {
        bottom: 40%;
        right: 35%
    }
    #uvo-section .hot-spots .single-point:nth-of-type(5),
    .uvo-fr .hot-spots .single-point:nth-of-type(5) {
        bottom: 30%;
        right: 25%
    }
}

@media only screen and (min-width:1200px) {
    #uvo-section .hot-spots .single-point:nth-of-type(1),
    .uvo-fr .hot-spots .single-point:nth-of-type(1) {
        bottom: 60%;
        right: 20%
    }
    #uvo-section .hot-spots .single-point:nth-of-type(2),
    .uvo-fr .hot-spots .single-point:nth-of-type(2) {
        bottom: 60%;
        right: 37%
    }
    #uvo-section .hot-spots .single-point:nth-of-type(3),
    .uvo-fr .hot-spots .single-point:nth-of-type(3) {
        bottom: 50%;
        right: 37%
    }
    #uvo-section .hot-spots .single-point:nth-of-type(4),
    .uvo-fr .hot-spots .single-point:nth-of-type(4) {
        bottom: 40%;
        right: 37%
    }
    #uvo-section .hot-spots .single-point:nth-of-type(5),
    .uvo-fr .hot-spots .single-point:nth-of-type(5) {
        bottom: 30%;
        right: 25%
    }
}

@media only screen and (min-width:1400px) {
    #uvo-section .hot-spots .single-point:nth-of-type(1),
    .uvo-fr .hot-spots .single-point:nth-of-type(1) {
        bottom: 60%;
        right: 23%
    }
    #uvo-section .hot-spots .single-point:nth-of-type(2),
    .uvo-fr .hot-spots .single-point:nth-of-type(2) {
        bottom: 60%;
        right: 40%
    }
    #uvo-section .hot-spots .single-point:nth-of-type(3),
    .uvo-fr .hot-spots .single-point:nth-of-type(3) {
        bottom: 50%;
        right: 40%
    }
    #uvo-section .hot-spots .single-point:nth-of-type(4),
    .uvo-fr .hot-spots .single-point:nth-of-type(4) {
        bottom: 40%;
        right: 40%
    }
    #uvo-section .hot-spots .single-point:nth-of-type(5),
    .uvo-fr .hot-spots .single-point:nth-of-type(5) {
        bottom: 50%;
        right: 23%
    }
}

section.uvo,
section.uvo-fr {
    position: relative
}

section.uvo .slide--copy,
section.uvo-fr .slide--copy {
    position: absolute;
    max-width: 600px;
    margin-left: 3%;
    margin-right: 3%;
    top: 6%;
    left: 0
}

#uvo-section .uvo-logo,
.uvo-fr .uvo-logo {
    max-width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width:768px) {
    section.uvo .slide--copy,
    section.uvo-fr .slide--copy {
        top: 7%
    }
    #specs .mechanical tbody {
        height: 40em
    }
    #specs .body tbody,
    #specs .brakes tbody {
        height: 22em
    }
}

@media only screen and (min-width:992px) {
    #uvo-section .uvo-logo,
    .uvo-fr .uvo-logo {
        max-width: 400px;
        display: block;
        margin: 0
    }
    section.uvo .slide--copy,
    section.uvo-fr .slide--copy {
        top: 9%;
        left: 0
    }
}

@media only screen and (min-width:1200px) {
    section.uvo .slide--copy,
    section.uvo-fr .slide--copy {
        top: 10%;
        left: 0;
        max-width: 870px
    }
}

.vehicle-colours .outter-colour .SnowWhitePearl {
    background-color: #fff
}

.vehicle-colours .outter-colour .ScarletRed {
    background-color: #c72522
}

.vehicle-colours .outter-colour .BlackCherry {
    background-color: #000
}

.vehicle-colours .outter-colour .StormBlue {
    background-color: #415067
}

.vehicle-colours .outter-colour .SparklingSilver {
    background-color: #dfe2e7
}

.vehicle-colours .outter-colour .MineralSilver {
    background-color: #4c4c4f
}

.vehicle-colours .outter-colour .ModernBronze {
    background-color: #a67149
}

.sounds,
.testing {
    background-color: #000
}

.features-table td:nth-child(1) {
    width: 70%
}

.features-table th:nth-child(1) {
    width: 69%
}

.features-table td:nth-child(2),
.features-table td:nth-child(3),
.features-table td:nth-child(4),
.features-table td:nth-child(5),
.features-table th:nth-child(2),
.features-table th:nth-child(3),
.features-table th:nth-child(4),
.features-table th:nth-child(5) {
    float: left;
    width: 15%;
    text-align: center
}

@media only screen and (min-width:1025px) {
    .features-table td:nth-child(1) {
        width: 80%
    }
    .features-table th:nth-child(1) {
        width: 79%
    }
    .features-table td:nth-child(2),
    .features-table td:nth-child(3),
    .features-table td:nth-child(4),
    .features-table td:nth-child(5),
    .features-table th:nth-child(2),
    .features-table th:nth-child(3),
    .features-table th:nth-child(4),
    .features-table th:nth-child(5) {
        float: left;
        width: 10%;
        text-align: center
    }
    #specs .body tbody,
    #specs .brakes tbody {
        height: 23em
    }
}

.specs-table td,
.specs-table th {
    width: 50%
}

.measures-table th,
.weight .measures-table th {
    width: calc(100% / 3)
}

@media only screen and (min-width:768px) {
    #measures .capacities tbody,
    #measures .weight tbody {
        height: 15em
    }
}

@media only screen and (min-width:1025px) {
    #measures .capacities tbody,
    #measures .weight tbody {
        height: 15em
    }
}

#testing::after,
#testing::before {
    content: "";
    height: 9px;
    width: 100%;
    background-image: url(../../../../../../www.kia.cahttp_/www.kia.ca/content/cpo/img/bg-stripe3.gif);
    float: left;
    opacity: .4
}

.section__copy p {
    max-width: 1050px
}

.sounds .container,
.testing .container {
    max-width: 1280px;
    padding: 2rem 0
}

.model-range__trim.slick-current {
    border-bottom: 0
}

#testing::before {
    margin-bottom: .25rem
}

#testing::after {
    margin-top: -9px
}

.testing h4 {
    border-bottom: 1px solid #bb162b
}

.testing .flex {
    justify-content: space-between
}

.testing-video-gallery {
    flex-wrap: wrap
}

.testing-video-gallery a {
    flex-basis: 96%
}

.testing-video {
    margin: 2%
}

.testing h2::after {
    border-bottom: 1px solid #000;
    display: block
}

#sounds::after,
#sounds::before {
    content: "";
    height: 9px;
    width: 100%;
    background-image: url(../../../../../../www.kia.cahttp_/www.kia.ca/content/cpo/img/bg-stripe3.gif);
    opacity: .4;
    float: left
}

@media only screen and (min-width:768px) {
    .testing-video-gallery a {
        flex-basis: 40%
    }
    .testing-video {
        margin: 5%
    }
}

@media only screen and (min-width:992px) {
    .testing-video-gallery a {
        flex-basis: 40%
    }
    .testing-video {
        margin: 5%
    }
}

#sounds::before {
    margin-bottom: .25rem
}

#sounds::after {
    margin-top: -9px
}

.sounds h4 {
    border-bottom: 1px solid #bb162b
}

.sounds .flex {
    justify-content: space-around
}

.sounds-video-gallery {
    flex-wrap: wrap
}

.sounds-video-gallery a {
    flex-basis: 96%
}

.sounds-video {
    margin: 2%
}

.sounds h2::after {
    border-bottom: 1px solid #000;
    display: block
}

@media only screen and (min-width:1025px) {
    .interior-colours__container .colour {
        width: 29.33333%
    }
    section#more article {
        width: calc(88% / 2)
    }
}

.mfp-content .mfp-close,
.mfp-iframe-holder .mfp-close {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #666;
    position: absolute;
    top: 6px;
    right: 6px;
    line-height: .75;
    opacity: 1;
    padding: 0;
    text-align: center;
    color: #fff
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 25px;
    width: auto;
    max-width: 400px;
    margin: 0 auto
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all .2s ease-in-out;
    transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-inline-holder .mfp-content {
    max-width: 1500px
}

#order-popup {
    max-width: 100%
}

#order-popup label {
    display: block
}

#order-popup input {
    font-size: 1rem;
    padding: .5em .75em;
    margin-top: .5em;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #ccc
}

#order-popup input#postal {
    width: 60%
}

#order-popup input[type=submit] {
    font-size: 1rem;
    padding: .5em .75em;
    margin-top: .5em;
    margin-left: .25em;
    border-radius: 0 4px 4px 0
}

#order-popup .dealer-info>ul>li ul li p {
    margin: 0;
    font-size: .8rem
}

#order-popup p.title {
    margin-top: 0;
    font-size: 1.15em;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    font-family: designkotfbold;
    color: #bb162b
}

#order-popup .dealer-info>ul>li ul {
    margin-bottom: 1em;
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 2%
}

#order-popup .dealer-info>ul>li ul:nth-of-type(2n) {
    margin-right: 0
}

#order-popup .dealer-info>ul>li ul li:nth-of-type(1) p {
    font-family: designkotfbold;
    font-size: 1rem
}

#order-popup .dealer-info>ul>li ul li a {
    text-decoration: underline
}

@media only screen and (min-width:768px) {
    #order-popup .dealer-info>ul>li {
        display: inline-block;
        vertical-align: top;
        width: 30%;
        margin-right: 2%
    }
    #order-popup .dealer-info>ul>li:nth-of-type(2) {
        width: 68%;
        margin-right: 0
    }
    #order-popup .dealer-info>ul>li ul {
        width: 100%;
        margin-right: 0
    }
    #order-popup .dealer-info>ul>li ul:last-of-type {
        margin-bottom: 0
    }
    #order-popup input#postal {
        width: 40%
    }
}

#dealer_map_canvas {
    height: 150px
}

@media screen and (min-width:560px) {
    #dealer_map_canvas {
        height: 300px
    }
}

@media screen and (min-width:768px) {
    #dealer_map_canvas {
        height: 500px
    }
}

@media screen and (min-width:1025px) {
    #dealer_map_canvas {
        height: 600px
    }
}

div.international-model {
    position: absolute;
    bottom: .5em;
    right: 1.5em;
    left: auto;
    opacity: 1
}

#stinger {
    left: -40%
}

.threesixty {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    cursor: e-resize
}

.threesixty .threesixty_images {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0
}

.threesixty .threesixty_images img {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto
}

.threesixty .spinner {
    visibility: hidden;
    margin: 0 auto;
    display: block;
    text-align: center;
    background-color: transparent
}

.threesixty .spinner span {
    font-family: designkotflight;
    font-size: .85em;
    color: #fff;
    text-align: center;
    padding: .25em .5em;
    height: auto;
    width: auto;
    letter-spacing: 2px
}

.threesixty .nav_bar {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 11
}

.threesixty .nav_bar a {
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    background: url(../../../../../in/demo/img/sprites.html) no-repeat;
    text-indent: -99999px
}

.platform,
.range-slider__value {
    display: none
}

.threesixty .nav_bar a.nav_bar_play {
    background-position: 0 0
}

.threesixty .nav_bar a.nav_bar_previous {
    background-position: 0 -73px
}

.threesixty .nav_bar a.nav_bar_stop {
    background-position: 0 -37px
}

.threesixty .nav_bar a.nav_bar_next {
    background-position: 0 -104px
}

.threesixty .threesixty_images img.current-image {
    visibility: visible;
    width: 100%
}

.threesixty_images img.previous-image {
    z-index: -999
}

.threesixty .threesixty_images img.previous-image {
    visibility: hidden;
    z-index: -999;
    width: 0
}

.vehicle360__container {
    position: relative;
    height: 50vh;
    width: 100%;
    background-color: #e5e5e5;
    overflow: hidden
}

.colours-360,
.motion-wrap,
.motion-wrap img.wheel2,
.platform,
.wrap-360 {
    position: absolute
}

@media only screen and (min-width:768px) {
    .vehicle360__container {
        height: 40vh
    }
    .rwd-table th {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media only screen and (min-width:1024px) {
    .vehicle360__container {
        height: 65vh
    }
}

@media only screen and (min-width:1650px) {
    .vehicle360__container {
        height: 50vh
    }
}

@media only screen and (device-aspect-ratio:1366/768) {
    .vehicle360__container {
        height: 80vh
    }
}

@media only screen and (device-aspect-ratio:1920/1080) {
    .vehicle360__container {
        height: 65vh
    }
}

@media only screen and (device-aspect-ratio:3840/2400) {
    .vehicle360__container {
        height: 65vh
    }
}

.motion-wrap {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: left 1.25s ease-out;
    width: 95%;
    max-width: 1400px
}

.motion-wrap img.wheel1 {
    position: absolute;
    top: 54.35%;
    right: 12.25%;
    width: 10.5%
}

.motion-wrap img.wheel2 {
    top: 54.35%;
    left: 18.9%;
    width: 10.5%
}

.motion-wrap img.stinger-img {
    width: 100%
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

.motion-wrap img.spin {
    -webkit-animation-name: rotate;
    -webkit-animation-duration: .55s;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-timing-function: linear
}

.wrap-360 {
    width: 95%;
    max-width: 1400px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.platform {
    bottom: 20%;
    width: 60%;
    left: 50%;
    transform: translateX(-50%)
}

.range-slider__range {
    width: 100%;
    border: 0
}

input[type=range] {
    -webkit-appearance: none;
    margin: 18px 0;
    width: 100%
}

input[type=range]:focus {
    outline: 0
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    animate: .2s;
    background-color: #ccc;
    box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, .5)
}

input[type=range]::-webkit-slider-thumb {
    cursor: e-resize;
    -webkit-appearance: none;
    margin-top: -23px;
    width: 30px;
    height: 55px;
    display: inline-block;
    background: #851c26;
    border: 0;
    transform: skewX(-20deg);
    box-shadow: 1px 1px 1px 0
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    animate: .2s;
    background-color: #ccc;
    box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, .5)
}

input[type=range]::-moz-range-thumb {
    cursor: e-resize;
    -webkit-appearance: none;
    margin-top: -23px;
    width: 30px;
    height: 55px;
    display: inline-block;
    background: #851c26;
    border: 0;
    transform: skewX(-20deg);
    box-shadow: 1px 1px 1px 0
}

input[type=range]::-ms-track {
    display: none;
    width: 100%;
    height: 6px;
    cursor: pointer;
    animate: .2s;
    background: 0;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent
}

input[type=range]::-ms-thumb {
    display: none;
    border: 1px solid #000;
    height: 60px;
    width: 60px;
    background: #851c26;
    cursor: e-resize;
    box-shadow: 1px 1px 1px 0
}

@media only screen and (min-width:768px) {
    .platform {
        width: 45%
    }
    .motion-wrap,
    .wrap-360 {
        width: 80%
    }
}

@media only screen and (min-width:1280px) {
    .platform {
        bottom: 16%;
        width: 27%
    }
    .wrap-360 {
        top: 30%
    }
}

.parallelogram {
    margin: 0;
    width: 48px;
    height: 48px;
    display: inline-block;
    background: #bb162b;
    border: 0;
    transform: skewX(-20deg);
    box-shadow: 1px 1px 1px 0
}

.colours-360 {
    display: none;
    text-align: center;
    margin-top: 1.15em;
    bottom: 0;
    width: 100%
}

.colours-360 li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4%
}

@media only screen and (min-width:560px) {
    .colours-360 li {
        margin-right: 1%
    }
}

.colours-360 li:nth-child(7) {
    margin-right: 0
}

.colours-360 li a {
    height: 45px;
    width: 35px
}

input[type=range].SnowWhitePearl::-webkit-slider-thumb {
    background: #d3d7da
}

input[type=range].ThunderGrey::-webkit-slider-thumb {
    background: #6a6a6b
}

input[type=range].AtomicBlue::-webkit-slider-thumb {
    background: #2357b5
}

input[type=range].CaliforniaRed::-webkit-slider-thumb {
    background: #851c26
}

input[type=range].GhostGrey::-webkit-slider-thumb {
    background: #9d9c9e
}

input[type=range].AuroraBlack::-webkit-slider-thumb {
    background: #292828
}

.colours-360 li a.SnowWhitePearl,
.colours-360 li a.SnowWhitePearl:hover {
    background-color: #d3d7da
}

.colours-360 li a.ThunderGrey,
.colours-360 li a.ThunderGrey:hover {
    background-color: #6a6a6b
}

.colours-360 li a.AtomicBlue,
.colours-360 li a.AtomicBlue:hover {
    background-color: #2357b5
}

.colours-360 li a.CaliforniaRed,
.colours-360 li a.CaliforniaRed:hover {
    background-color: #851c26
}

.colours-360 li a.GhostGrey,
.colours-360 li a.GhostGrey:hover {
    background-color: #9d9c9e
}

.colours-360 li a.AuroraBlack,
.colours-360 li a.AuroraBlack:hover {
    background-color: #292828
}

.colours-360 li p.name {
    margin: 0;
    display: inline;
    font-size: 1.25em;
    font-style: italic
}

.colours-360 li:last-child {
    display: block
}

.colours-360 li:last-child p {
    margin-bottom: 0
}

.mfp-wrap {
    z-index: 9002
}

.mfp-content {
    z-index: 9004
}

button.mfp-arrow,
button.mfp-close {
    z-index: 9005
}

.sound-video>div,
.testing-video>div {
    position: relative;
    padding-top: 1em
}

.parallelogram-play {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #bb162b;
    padding: .25em .5em .25em .75em;
    -webkit-transform: translate(-50%, -50%) skew(-20deg);
    transform: translate(-50%, -50%) skew(-20deg);
    color: #fff;
    font-size: 1.25em
}

#sounds h2::after,
#testing h2::after {
    border-bottom: 1px solid #fff;
    display: block
}

#uvo-section div.international-model {
    left: 1.5em;
    right: auto
}

@media only screen and (device-aspect-ratio:1366/768) {
    section#uvo-section {
        background-position: 50% 20%
    }
    section.uvo .slide--copy,
    section.uvo-fr .slide--copy {
        max-width: 700px
    }
    button#video-pause {
        bottom: 25vh
    }
}

@media only screen and (min-width:768px) {
    #features .rwd-table tbody {
        margin-top: 1.5em
    }
    #features .rwd-table tbody td,
    #features .rwd-table thead th {
        width: calc(70% / 3)
    }
    #features .rwd-table tbody td:nth-of-type(1),
    #features .rwd-table thead th.feature-heading {
        width: 30%
    }
    #specs .rwd-table tbody td,
    #specs .rwd-table thead th {
        width: calc(70% / 3)
    }
    #specs .rwd-table tbody td:nth-of-type(1),
    #specs .rwd-table thead th.feature-heading {
        width: 30%
    }
    #measures .rwd-table tbody td,
    #measures .rwd-table thead th {
        width: calc(70% / 3)
    }
    #measures .rwd-table tbody td:nth-of-type(1),
    #measures .rwd-table thead th.feature-heading {
        width: 30%
    }
}