/* v:0.0.2 */@font-face {
    font-family: 'NeoSansProBold';
    src: url('../../fonts/neosanspro-bold-webfont.eot');
    src: url('../../fonts/neosanspro-bold-webfont.eot?iefix') format('eot'), url('../../fonts/neosanspro-bold-webfont.woff') format('woff'), url('../../fonts/neosanspro-bold-webfont.ttf') format('truetype'), url('../../fonts/neosanspro-bold-webfont.svg#webfontd8XVYXpU') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'NeoSansProLight';
    src: url('../../fonts/neosanspro-light-webfont.eot');
    src: url('../../fonts/neosanspro-light-webfont.eot?iefix') format('eot'), url('../../fonts/neosanspro-light-webfont.woff') format('woff'), url('../../fonts/neosanspro-light-webfont.ttf') format('truetype'), url('../../fonts/neosanspro-light-webfont.svg#webfont2iLX0s5y') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'NeoSansProMedium';
    src: url('../../fonts/neosanspro-medium-webfont.eot');
    src: url('../../fonts/neosanspro-medium-webfont.eot?iefix') format('eot'), url('../../fonts/neosanspro-medium-webfont.woff') format('woff'), url('../../fonts/neosanspro-medium-webfont.ttf') format('truetype'), url('../../fonts/neosanspro-medium-webfont.svg#webfont3gfkftrn') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'NeoSansProRegular';
    src: url('../../fonts/neosanspro-regular-webfont.eot');
    src: url('../../fonts/neosanspro-regular-webfont.eot?iefix') format('eot'), url('../../fonts/neosanspro-regular-webfont.woff') format('woff'), url('../../fonts/neosanspro-regular-webfont.ttf') format('truetype'), url('../../fonts/neosanspro-regular-webfont.svg#webfontXEnWoVrp') format('svg');
    font-weight: normal;
    font-style: normal
}

.ps-container .ps-scrollbar-x-rail {
    position: absolute;
    bottom: 3px;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: .9;
    filter: alpha(opacity=0);
    -o-transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear
}

.ps-container .ps-scrollbar-y-rail {
    position: absolute;
    right: 3px;
    width: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: .9;
    filter: alpha(opacity=0);
    -o-transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear
}

.ps-container .ps-scrollbar-x {
    position: absolute;
    bottom: 0;
    height: 8px;
    background-color: #727272;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.ps-container.ie6 .ps-scrollbar-x {
    font-size: 0
}

.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x, .ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
    background-color: #999
}

.ps-container .ps-scrollbar-y {
    position: absolute;
    right: 0;
    width: 7px;
    background-color: #727272;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.ps-container.ie6 .ps-scrollbar-y {
    font-size: 0
}

.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y, .ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
    background-color: #999
}

.ps-container.ie .ps-scrollbar-x, .ps-container.ie .ps-scrollbar-y {
    visibility: hidden
}

.ps-container.ie:hover .ps-scrollbar-x, .ps-container.ie:hover .ps-scrollbar-y, .ps-container.ie.hover .ps-scrollbar-x, .ps-container.ie.hover .ps-scrollbar-y {
    visibility: visible
}

.touchcarousel {
    position: relative;
    width: 600px;
    height: 400px;
    overflow: hidden
}

.touchcarousel .touchcarousel-container {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    left: 0
}

.touchcarousel .touchcarousel-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.touchcarousel .touchcarousel-item {
    margin: 0 0 0 0;
    padding: 0;
    float: left
}

.touchcarousel .touchcarousel-item.last {
    margin-right: 0 !important
}

.touchcarousel .arrow-holder {
    height: 100%;
    width: 45px;
    position: absolute;
    top: 0;
    display: block;
    cursor: pointer;
    z-index: 25
}

.touchcarousel .arrow-holder.left {
    left: 0
}

.touchcarousel .arrow-holder.right {
    right: 0
}

.touchcarousel .arrow-icon {
    width: 45px;
    height: 90px;
    top: 50%;
    margin-top: -45px;
    position: absolute;
    cursor: pointer
}

.touchcarousel .arrow-icon.left {
}

.touchcarousel .arrow-icon.right {
}

.touchcarousel .arrow-holder:hover .arrow-icon {
}

.touchcarousel .arrow-holder.disabled {
    cursor: default
}

.touchcarousel .arrow-holder.disabled .arrow-icon {
    cursor: default
}

.touchcarousel .tc-paging-container {
    width: 100%;
    position: relative;
    z-index: 25
}

.touchcarousel .tc-paging-centerer {
    float: left;
    position: relative;
    left: 50%
}

.touchcarousel .tc-paging-centerer-inside {
    float: left;
    position: relative;
    left: -50%
}

.touchcarousel .tc-paging-item {
    float: left;
    cursor: pointer;
    position: relative;
    display: block;
    text-indent: -9999px
}

.touchcarousel .tc-paging-item.current {
}

.touchcarousel .tc-paging-item:hover {
}

.touchcarousel .scrollbar-holder {
    position: absolute;
    z-index: 30;
    left: 6px;
    right: 6px;
    bottom: 5px;
    height: 4px;
    overflow: hidden
}

.touchcarousel .scrollbar {
    position: absolute;
    left: 0;
    height: 4px;
    bottom: 0
}

.touchcarousel .scrollbar.dark {
    background-color: #828282;
    background-color: rgba(0, 0, 0, .5)
}

.touchcarousel .scrollbar.light {
    background-color: #d2d2d2;
    background-color: rgba(255, 255, 255, .5)
}

.touchcarousel .auto-cursor {
    cursor: auto
}

.touchcarousel.three-d .arrow-icon {
    top: 0;
    background-repeat: no-repeat;
    width: 19px;
    height: 20px;
    margin-top: 0
}

.touchcarousel.three-d .arrow-holder {
    top: -23px;
    width: 19px;
    height: 20px;
    -moz-opacity: .8;
    -webkit-opacity: .8;
    opacity: .8
}

.touchcarousel.three-d .arrow-holder.left {
    left: auto;
    right: 26px
}

.touchcarousel.three-d .arrow-holder.right {
    right: 0
}

.touchcarousel.three-d .arrow-icon.left {
    left: 0;
    background-position: -8px -14px
}

.touchcarousel.three-d .arrow-icon.right {
    right: 0;
    background-position: -173px -14px
}

.touchcarousel.three-d .arrow-holder.disabled .arrow-icon.left {
    background-position: -43px -14px
}

.touchcarousel.three-d .arrow-holder.disabled .arrow-icon.right {
    background-position: -138px -14px
}

.touchcarousel.three-d .arrow-holder:hover {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.touchcarousel.three-d .arrow-holder:active {
    -moz-opacity: .7;
    -webkit-opacity: .7;
    opacity: .7
}

.touchcarousel.three-d .arrow-holder.disabled {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.touchcarousel.three-d .tc-paging-container {
    width: auto;
    float: none;
    width: 940px;
    margin: 10px auto 0 auto
}

.touchcarousel.three-d .tc-paging-centerer {
    position: relative;
    min-width: 20px
}

.touchcarousel.three-d .tc-paging-centerer-inside {
    position: relative;
    float: none
}

.touchcarousel.three-d .tc-paging-item {
    background-color: #9b9b9b;
    margin: 0 4px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 6px;
    height: 6px;
    -moz-opacity: .7;
    -webkit-opacity: .7;
    opacity: .7
}

.touchcarousel.three-d .tc-paging-item.current {
    background-color: #9b9b9b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

html:not(.palm) .touchcarousel.three-d .tc-paging-item:hover {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

html.ie8 .isIE .touchcarousel.three-d .tc-paging-item.current, html.ie8 .isIE .touchcarousel.three-d .tc-paging-item {
    background-color: #dcdcdc;
    background-image: url(http://www.kia.com/eu/common/img/sprite_general.png);
    background-repeat: no-repeat;
    background-position: 0 -701px
}

html.ie8 .isIE .touchcarousel.three-d .tc-paging-container {
    margin-top: 10px
}

.royalSlider {
    width: 600px;
    height: 400px;
    position: relative;
    direction: ltr
}

.royalSlider > * {
    float: left
}

.rsWebkit3d .rsSlide {
    -webkit-transform: translateZ(0)
}

.rsWebkit3d .rsSlide, .rsWebkit3d .rsContainer, .rsWebkit3d .rsThumbs, .rsWebkit3d .rsPreloader, .rsWebkit3d img, .rsWebkit3d .rsOverflow, .rsWebkit3d .rsBtnCenterer, .rsWebkit3d .rsAbsoluteEl, .rsWebkit3d .rsABlock, .rsWebkit3d .rsLink {
    -webkit-backface-visibility: hidden
}

.rsFade.rsWebkit3d .rsSlide, .rsFade.rsWebkit3d img, .rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none
}

.rsOverflow {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.rsVisibleNearbyWrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.rsVisibleNearbyWrap .rsOverflow {
    position: absolute;
    left: 0;
    top: 0
}

.rsContainer {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.rsArrow, .rsThumbsArrow {
    cursor: pointer
}

.rsThumb {
    float: left;
    position: relative
}

.rsArrow, .rsNav, .rsThumbsArrow {
    opacity: 1;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.rsHidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .3s, opacity .3s linear;
    -moz-transition: visibility 0s linear .3s, opacity .3s linear;
    -o-transition: visibility 0s linear .3s, opacity .3s linear;
    transition: visibility 0s linear .3s, opacity .3s linear
}

.rsGCaption {
    width: 100%;
    float: left;
    text-align: center
}

.royalSlider.rsFullscreen {
    position: fixed !important;
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2147483647 !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important
}

.royalSlider .rsSlide.rsFakePreloader {
    opacity: 1 !important;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    display: none
}

.rsSlide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%
}

.royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide {
    height: auto
}

.rsContent {
    width: 100%;
    height: 100%;
    position: relative
}

.rsPreloader {
    position: absolute;
    z-index: 0
}

.rsNav {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none
}

.rsNavItem {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .25)
}

.rsThumbs {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 22
}

.rsTabs {
    float: left;
    background: none !important
}

.rsTabs, .rsThumbs {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.rsVideoContainer {
    width: auto;
    height: auto;
    line-height: 0;
    position: relative
}

.rsVideoFrameHolder {
    position: absolute;
    left: 0;
    top: 0;
    background: #141414;
    opacity: 0;
    -webkit-transition: .3s
}

.rsVideoFrameHolder.rsVideoActive {
    opacity: 1
}

.rsVideoContainer iframe, .rsVideoContainer video, .rsVideoContainer embed, .rsVideoContainer .rsVideoObj {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.rsVideoContainer.rsIOSVideo iframe, .rsVideoContainer.rsIOSVideo video, .rsVideoContainer.rsIOSVideo embed {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 44px
}

.rsABlock {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 15
}

img.rsImg {
    max-width: none
}

.rsNoDrag {
    cursor: auto
}

.rsLink {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
    background: url(blank.gif)
}

.royalSlider * {
    -webkit-backface-visibility: hidden
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #fff;
    color: #444;
    text-shadow: none
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-outer, .fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('http://www.kia.com/eu/responsive/img/plugins/fancybox/fancybox_sprite.png')
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('http://www.kia.com/eu/responsive/img/plugins/fancybox/fancybox_loading.gif') center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('http://www.kia.com/eu/responsive/img/plugins/fancybox/blank.gif');
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('http://www.kia.com/eu/responsive/img/plugins/fancybox/fancybox_overlay.png')
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('http://www.kia.com/eu/responsive/img/plugins/fancybox/fancybox_sprite@2x.png');
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url('http://www.kia.com/eu/responsive/img/plugins/fancybox/fancybox_loading@2x.gif');
        background-size: 24px 24px
    }
}

div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png");
    background-size: 500px 1200px;
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased
}

div.selector, div.checker, div.button, div.radio, div.uploader {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle
}

div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
    outline: 0
}

div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
    margin: 0;
    padding: 0
}

.highContrastDetect {
    background: url("../images/bg-input.png") repeat-x 0 0;
    width: 0;
    height: 0
}

input.uniform-input, select.uniform-multiselect, textarea.uniform {
    padding: 3px;
    background: url("../images/bg-input.png") repeat-x 0 0;
    outline: 0
}

input.uniform-input.active, select.uniform-multiselect.active, textarea.uniform.active {
    background: url("../images/bg-input-focus.png") repeat-x 0 0
}

div.checker input, input[type="search"], input[type="search"]:active {
    -moz-appearance: none;
    -webkit-appearance: none
}

div.selector {
    background-position: 0 -930px;
    line-height: 26px;
    height: 26px;
    width: 100%;
    padding: 0 0 0 0;
    position: relative;
    overflow: hidden
}

div.selector span {
    position: relative;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    height: 26px;
    font-size: 12px;
    line-height: 24px;
    padding-right: 36px;
    padding-left: 10px;
    cursor: pointer;
    width: 100%;
    display: block;
    border: solid 1px #999;
    border-radius: 3px;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset
}

div.selector span:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 26px;
    background-color: #727272;
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png");
    background-position: -292px -412px;
    background-size: 500px 1200px
}

div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 26px;
    top: 0;
    left: 0;
    width: 100%
}

div.checker {
    position: relative
}

div.checker, div.checker span, div.checker input {
    width: 23px;
    height: 23px
}

div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: -60px -510px
}

div.checker span.checked {
    background-position: -90px -510px
}

div.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1
}

div.radio {
    position: relative
}

div.radio, div.radio span, div.radio input {
    width: 23px;
    height: 23px
}

div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: -300px -510px
}

div.radio span.checked {
    background-position: -240px -510px
}

div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center
}

div.checker {
    margin-right: 5px
}

div.radio {
    margin-right: 3px
}

@charset "UTF-8";
.icon, .lap #header #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:before, .desk #header #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:before, .lap #header-mobile #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:before, .desk #header-mobile #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:before, .accordion__link:after, #main-navigation--mobile > ul > li .subnavigation > ul li a:after, #main-navigation--mobile > ul > li > a.prevent-click:after, .sub-page-navigation .nav--social-buttons .btn--sub-navigation .at_PinItButton {
    position: absolute;
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png");
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 1
}

.retina .icon, .retina .lap #header #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:before, .lap #header #main-navigation > .nav > li > .subnavigation .retina .subnavigation > ul > li > a:before, .retina .desk #header #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:before, .desk #header #main-navigation > .nav > li > .subnavigation .retina .subnavigation > ul > li > a:before, .retina .lap #header-mobile #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:before, .lap #header-mobile #main-navigation > .nav > li > .subnavigation .retina .subnavigation > ul > li > a:before, .retina .desk #header-mobile #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:before, .desk #header-mobile #main-navigation > .nav > li > .subnavigation .retina .subnavigation > ul > li > a:before, .retina .accordion__link:after, .retina #main-navigation--mobile > ul > li .subnavigation > ul li a:after, #main-navigation--mobile > ul > li .subnavigation > ul li .retina a:after, .retina #main-navigation--mobile > ul > li > a.prevent-click:after, .retina .sub-page-navigation .nav--social-buttons .btn--sub-navigation .at_PinItButton, .sub-page-navigation .nav--social-buttons .btn--sub-navigation .retina .at_PinItButton {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.touch.palm .icon, .touch.palm .lap #header #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:before, .lap #header #main-navigation > .nav > li > .subnavigation .touch.palm .subnavigation > ul > li > a:before, .touch.palm .desk #header #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:before, .desk #header #main-navigation > .nav > li > .subnavigation .touch.palm .subnavigation > ul > li > a:before, .touch.palm .lap #header-mobile #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:before, .lap #header-mobile #main-navigation > .nav > li > .subnavigation .touch.palm .subnavigation > ul > li > a:before, .touch.palm .desk #header-mobile #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:before, .desk #header-mobile #main-navigation > .nav > li > .subnavigation .touch.palm .subnavigation > ul > li > a:before, .touch.palm .accordion__link:after, .touch.palm #main-navigation--mobile > ul > li .subnavigation > ul li a:after, #main-navigation--mobile > ul > li .subnavigation > ul li .touch.palm a:after, .touch.palm #main-navigation--mobile > ul > li > a.prevent-click:after, .touch.palm .sub-page-navigation .nav--social-buttons .btn--sub-navigation .at_PinItButton, .sub-page-navigation .nav--social-buttons .btn--sub-navigation .touch.palm .at_PinItButton {
    background-image: url("http://www.kia.com/eu/responsive/img/lap-sprite.png")
}

.touch.lap .icon, .touch.lap #header #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:before, .desk #header #main-navigation > .nav > li > .subnavigation .touch.lap .subnavigation > ul > li > a:before, .touch.lap #header-mobile #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:before, .desk #header-mobile #main-navigation > .nav > li > .subnavigation .touch.lap .subnavigation > ul > li > a:before, .touch.lap .accordion__link:after, .touch.lap #main-navigation--mobile > ul > li .subnavigation > ul li a:after, #main-navigation--mobile > ul > li .subnavigation > ul li .touch.lap a:after, .touch.lap #main-navigation--mobile > ul > li > a.prevent-click:after, .touch.lap .sub-page-navigation .nav--social-buttons .btn--sub-navigation .at_PinItButton, .sub-page-navigation .nav--social-buttons .btn--sub-navigation .touch.lap .at_PinItButton {
    background-image: url("http://www.kia.com/eu/responsive/img/lap-sprite.png")
}

.retina.touch.palm .icon, .retina.touch.palm .lap #header #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:before, .lap #header #main-navigation > .nav > li > .subnavigation .retina.touch.palm .subnavigation > ul > li > a:before, .retina.touch.palm .desk #header #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:before, .desk #header #main-navigation > .nav > li > .subnavigation .retina.touch.palm .subnavigation > ul > li > a:before, .retina.touch.palm .lap #header-mobile #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:before, .lap #header-mobile #main-navigation > .nav > li > .subnavigation .retina.touch.palm .subnavigation > ul > li > a:before, .retina.touch.palm .desk #header-mobile #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:before, .desk #header-mobile #main-navigation > .nav > li > .subnavigation .retina.touch.palm .subnavigation > ul > li > a:before, .retina.touch.palm .accordion__link:after, .retina.touch.palm #main-navigation--mobile > ul > li .subnavigation > ul li a:after, #main-navigation--mobile > ul > li .subnavigation > ul li .retina.touch.palm a:after, .retina.touch.palm #main-navigation--mobile > ul > li > a.prevent-click:after, .retina.touch.palm .sub-page-navigation .nav--social-buttons .btn--sub-navigation .at_PinItButton, .sub-page-navigation .nav--social-buttons .btn--sub-navigation .retina.touch.palm .at_PinItButton {
    background-image: url("http://www.kia.com/eu/responsive/img/lap-sprite@2x.png");
    background-size: 700px 1680px
}

.retina.touch.lap .icon, .retina.touch.lap #header #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:before, .desk #header #main-navigation > .nav > li > .subnavigation .retina.touch.lap .subnavigation > ul > li > a:before, .retina.touch.lap #header-mobile #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:before, .desk #header-mobile #main-navigation > .nav > li > .subnavigation .retina.touch.lap .subnavigation > ul > li > a:before, .retina.touch.lap .accordion__link:after, .retina.touch.lap #main-navigation--mobile > ul > li .subnavigation > ul li a:after, #main-navigation--mobile > ul > li .subnavigation > ul li .retina.touch.lap a:after, .retina.touch.lap #main-navigation--mobile > ul > li > a.prevent-click:after, .retina.touch.lap .sub-page-navigation .nav--social-buttons .btn--sub-navigation .at_PinItButton, .sub-page-navigation .nav--social-buttons .btn--sub-navigation .retina.touch.lap .at_PinItButton {
    background-image: url("http://www.kia.com/eu/responsive/img/lap-sprite@2x.png");
    background-size: 700px 1680px
}

.btn--flat, .df__geo-block .link--geolocation {
    background: #feffff;
    background: -moz-linear-gradient(top, #feffff 0%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feffff), color-stop(100%, #ececec));
    background: -webkit-linear-gradient(top, #feffff 0%, #ececec 100%);
    background: -o-linear-gradient(top, #feffff 0%, #ececec 100%);
    background: -ms-linear-gradient(top, #feffff 0%, #ececec 100%);
    background: linear-gradient(to bottom, #feffff 0%, #ececec 100%)
}

.ie9 .btn--flat, .ie9 .df__geo-block .link--geolocation, .df__geo-block .ie9 .link--geolocation {
    filter: none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)
}

.ltie9 .btn--flat, .ltie9 .df__geo-block .link--geolocation, .df__geo-block .ltie9 .link--geolocation {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#ececec', GradientType=0)
}

.bg--gradient-grey, .btn, .btn--footer, .desk .scfForm .scfSubmitButtonBorder input:hover, .scfForm input[type="submit"] {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #bbb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #bbb));
    background: -webkit-linear-gradient(top, #fff 0%, #bbb 100%);
    background: -o-linear-gradient(top, #fff 0%, #bbb 100%);
    background: -ms-linear-gradient(top, #fff 0%, #bbb 100%);
    background: linear-gradient(to bottom, #fff 0%, #bbb 100%)
}

.ie9 .bg--gradient-grey, .ie9 .btn, .ie9 .btn--footer, .ie9 .desk .scfForm .scfSubmitButtonBorder input:hover, .desk .scfForm .scfSubmitButtonBorder .ie9 input:hover, .ie9 .scfForm input[type="submit"], .scfForm .ie9 input[type="submit"] {
    filter: none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)
}

.ltie9 .bg--gradient-grey, .ltie9 .btn, .ltie9 .btn--footer, .ltie9 .desk .scfForm .scfSubmitButtonBorder input:hover, .desk .scfForm .scfSubmitButtonBorder .ltie9 input:hover, .ltie9 .scfForm input[type="submit"], .scfForm .ltie9 input[type="submit"] {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#ececec', GradientType=0)
}

.no-touch .btn--footer:hover {
    background: #bbb;
    background: -moz-linear-gradient(top, #bbb 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbb), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #bbb 0%, #fff 100%);
    background: -o-linear-gradient(top, #bbb 0%, #fff 100%);
    background: -ms-linear-gradient(top, #bbb 0%, #fff 100%);
    background: linear-gradient(to bottom, #bbb 0%, #fff 100%)
}

.ie9 .no-touch .btn--footer:hover, .no-touch .ie9 .btn--footer:hover {
    filter: none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)
}

.ltie9 .no-touch .btn--footer:hover, .no-touch .ltie9 .btn--footer:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#ececec', GradientType=0)
}

#header, #header-mobile {
    background-image: -moz-linear-gradient(white 0%, white 56%, #f7f7f7 100%);
    background-image: -webkit-gradient(linear, color-stop(0, white), color-stop(.56, white), color-stop(1, #f7f7f7));
    background-image: -webkit-linear-gradient(white 0%, white 56%, #f7f7f7 100%);
    background-image: -ms-linear-gradient(white 0%, white 56%, #f7f7f7 100%);
    background-image: linear-gradient(white 0%, white 56%, #f7f7f7 100%)
}

.calendar .calendar__control .calendar__nav {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #fff 0%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #fff 0%, #f4f4f4 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f4f4f4 100%);
    background: linear-gradient(to bottom, #fff 0%, #f4f4f4 100%)
}

.ie9 .calendar .calendar__control .calendar__nav, .calendar .calendar__control .ie9 .calendar__nav {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)
}

.ltie9 .calendar .calendar__control .calendar__nav, .calendar .calendar__control .ltie9 .calendar__nav {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#f4f4f4', GradientType=0)
}

.btn--red, .btn--flat-red {
    background: #b81123;
    background: -moz-linear-gradient(top, #b81123 0%, #730a10 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b81123), color-stop(100%, #730a10));
    background: -webkit-linear-gradient(top, #b81123 0%, #730a10 100%);
    background: -o-linear-gradient(top, #b81123 0%, #730a10 100%);
    background: -ms-linear-gradient(top, #b81123 0%, #730a10 100%);
    background: linear-gradient(to bottom, #b81123 0%, #730a10 100%)
}

.ie9 .btn--red, .ie9 .btn--flat-red, .ie9 .btn--search {
    filter: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxMjEzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYzE2MmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)
}

.ltie9 .btn--red, .ltie9 .btn--flat-red, .ltie9 .btn--search {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B81123', endColorstr='#730A10', GradientType=0)
}

.no-touch .btn--red:hover, .no-touch .btn--flat-red:hover, .no-touch .btn--flat-red.hover, .no-touch .btn--search:hover {
    background: #c61226;
    background: -moz-linear-gradient(top, #c61226 0%, #810b12 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c61226), color-stop(100%, #810b12));
    background: -webkit-linear-gradient(top, #c61226 0%, #810b12 100%);
    background: -o-linear-gradient(top, #c61226 0%, #810b12 100%);
    background: -ms-linear-gradient(top, #c61226 0%, #810b12 100%);
    background: linear-gradient(to bottom, #c61226 0%, #810b12 100%)
}

.ie9 .no-touch .btn--red:hover, .no-touch .ie9 .btn--red:hover, .ie9 .no-touch .btn--flat-red:hover, .no-touch .ie9 .btn--flat-red:hover, .ie9 .no-touch .btn--flat-red.hover, .no-touch .ie9 .btn--flat-red.hover, .ie9 .no-touch .btn--search:hover, .no-touch .ie9 .btn--search:hover {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxMjEzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYzE2MmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)
}

.ltie9 .no-touch .btn--red:hover, .no-touch .ltie9 .btn--red:hover, .ltie9 .no-touch .btn--flat-red:hover, .no-touch .ltie9 .btn--flat-red:hover, .ltie9 .no-touch .btn--flat-red.hover, .no-touch .ltie9 .btn--flat-red.hover, .ltie9 .no-touch .btn--search:hover, .no-touch .ltie9 .btn--search:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c61226', endColorstr='#810b12', GradientType=0)
}

.no-cookiedialog {
    background: #bc162b;
    background: -moz-linear-gradient(top, #bc162b 0%, #890a12 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bc162b), color-stop(100%, #890a12));
    background: -webkit-linear-gradient(top, #bc162b 0%, #890a12 100%);
    background: -o-linear-gradient(top, #bc162b 0%, #890a12 100%);
    background: -ms-linear-gradient(top, #bc162b 0%, #890a12 100%);
    background: linear-gradient(to bottom, #bc162b 0%, #890a12 100%)
}

.ie9 .no-cookiedialog {
    filter: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjMTYyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4OTBhMTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)
}

.ltie9 .no-cookiedialog {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc162b', endColorstr='#890a12', GradientType=0)
}

.btn.btn--gradient-green:hover, .btn.btn--gradient-green {
    background: #2bb202;
    background: -moz-linear-gradient(top, #2bb202 0%, #179301 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2bb202), color-stop(100%, #179301));
    background: -webkit-linear-gradient(top, #2bb202 0%, #179301 100%);
    background: -o-linear-gradient(top, #2bb202 0%, #179301 100%);
    background: -ms-linear-gradient(top, #2bb202 0%, #179301 100%);
    background: linear-gradient(to bottom, #2bb202 0%, #179301 100%)
}

.ie9 .btn.btn--gradient-green {
    filter: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJiYjIwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzkzMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)
}

.ltie9 .btn.btn--gradient-green {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2BB202', endColorstr='#179301', GradientType=0)
}

.btn.btn--gradient-green:hover {
    background: #2bb202;
    background: -moz-linear-gradient(top, #2bb202 0%, #137f01 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2bb202), color-stop(100%, #137f01));
    background: -webkit-linear-gradient(top, #2bb202 0%, #137f01 100%);
    background: -o-linear-gradient(top, #2bb202 0%, #137f01 100%);
    background: -ms-linear-gradient(top, #2bb202 0%, #137f01 100%);
    background: linear-gradient(to bottom, #2bb202 0%, #137f01 100%)
}

.ie9 .btn.btn--gradient-green:hover {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyJSIgc3RvcC1jb2xvcj0iIzEzN2YwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYmIyMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)
}

.ltie9 .btn.btn--gradient-green:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2BB202', endColorstr='#137F01', GradientType=0)
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

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

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dd, ol, ul, form, fieldset, legend, table, th, td, caption, hr {
    margin: 0;
    padding: 0
}

abbr[title], dfn[title] {
    cursor: help
}

u, ins {
    text-decoration: none
}

ins {
    border-bottom: 1px solid
}

img {
    font-style: italic
}

label, input, textarea, button, select, option {
    cursor: pointer
}

.text-input:active, .text-input:focus, textarea:active, textarea:focus {
    cursor: text;
    outline: none
}

.cf:after, .nav:after, .media:after, .island:after, .islet:after, .selected-models:after, .touchcarousel--one.no-carousel .touchcarousel-container:after, .touchcarousel--two.no-carousel .touchcarousel-container:after, .tabbox:after, .dfGroup .dfQuestion:after, .no-js .df__dealerlist:after, .calendar .calendar__control:after, .calendar .calendar__list .calendar__week ul:after, .no-csscolumns .worldwide__countries ul:after, #mobile-lead-navigation #meta-navigation .nav li:after, .container:after, .container--wide:after {
    content: "";
    display: table;
    clear: both
}

h1, h2, h3, h4, h5, h6, hgroup, ul, ol, dl, blockquote, p, address, table, fieldset, figure, pre, .form-fields > li, .media, .island, .islet {
    margin-bottom: 20px;
    margin-bottom: 1.66667rem
}

.islet h1, .islet h2, .islet h3, .islet h4, .islet h5, .islet h6, .islet hgroup, .islet ul, .islet ol, .islet dl, .islet blockquote, .islet p, .islet address, .islet table, .islet fieldset, .islet figure, .islet pre, .islet .form-fields > li, .islet .media, .islet .island, .islet .islet {
    margin-bottom: 10px;
    margin-bottom: .83333rem
}

.landmark {
    margin-bottom: 40px;
    margin-bottom: 3.33333rem
}

hr {
    margin-bottom: 18px;
    margin-bottom: 1.5rem
}

ul, ol, dd {
    margin-left: 40px;
    margin-left: 3.33333rem
}

html {
    font: .75em/2 sans-serif;
    overflow-y: scroll;
    min-height: 100%
}

h1, .alpha {
    font-size: 42px;
    font-size: 3.5rem;
    line-height: 1.14286
}

h2, .beta {
    font-size: 32px;
    font-size: 2.66667rem;
    line-height: 1.5
}

h3, .gamma {
    font-size: 22px;
    font-size: 1.83333rem;
    line-height: 1.09091
}

h4, .delta, .mobile.touch .royalslider__content .royalslider__title {
    font-size: 18px;
    font-size: 1.5rem;
    line-height: 1.33333
}

h5, .epsilon {
    font-size: 16px;
    font-size: 1.33333rem;
    line-height: 1.5
}

h6, .zeta {
    font-size: 14px;
    font-size: 1.16667rem;
    line-height: 1.71429
}

hgroup .hN {
    margin-bottom: 0
}

.giga {
    font-size: 96px;
    font-size: 8rem;
    line-height: 1
}

.mega {
    font-size: 72px;
    font-size: 6rem;
    line-height: 1
}

.kilo {
    font-size: 48px;
    font-size: 4rem;
    line-height: 1
}

.lede, .lead {
    font-size: 13.5px;
    font-size: 1.125rem;
    line-height: 1.77778
}

.smallprint, .milli, .input.input--search, .mobile.touch .royalslider__content .royalslider__description, .mobile.touch .royalslider__link, .lap.lap-half .royalslider__link, .scfForm .scfSectionContent label {
    font-size: 12px;
    font-size: 1rem;
    line-height: 2
}

.micro, .scfForm .scfSectionContent span {
    font-size: 10px;
    font-size: .83333rem;
    line-height: 2.4
}

q {
    quotes: "‘" "’" "\\201C" "\\201D"
}

q:before {
    content: "‘";
    content: open-quote
}

q:after {
    content: "’";
    content: close-quote
}

q q:before {
    content: "“";
    content: open-quote
}

q q:after {
    content: "”";
    content: close-quote
}

blockquote {
    quotes: "\\201C" "\\201D"
}

blockquote p:before {
    content: "\\201C";
    content: open-quote
}

blockquote p:after {
    content: "";
    content: no-close-quote
}

blockquote p:last-of-type:after {
    content: "\\201D";
    content: close-quote
}

blockquote q:before {
    content: "‘";
    content: open-quote
}

blockquote q:after {
    content: "’";
    content: close-quote
}

blockquote {
    text-indent: -.41em
}

blockquote p:last-of-type {
    margin-bottom: 0
}

.source {
    display: block;
    text-indent: 0
}

.source:before {
    content: "—"
}

pre {
    overflow: auto
}

pre mark {
    background: none;
    border-bottom: 1px solid;
    color: inherit
}

.code-comment {
    opacity: .75;
    filter: alpha(opacity=75)
}

.line-numbers {
    font-family: monospace, serif; /*[1]*/
    list-style: decimal-leading-zero inside; /*[2]*/
    white-space: nowrap; /*[3]*/
    overflow: auto; /*[3]*/
    margin-left: 0
}

.line-numbers code {
    white-space: pre; /*[4]*/
}

img {
    max-width: 100%
}

img[width], img[height] {
    max-width: none
}

.img--round {
    border-radius: 8px
}

.img--right {
    float: right;
    margin-bottom: 20px;
    margin-left: 20px
}

.img--left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}

.img--center {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto
}

.img--short {
    height: 100px
}

.img--medium {
    height: 200px
}

.img--tall {
    height: 300px
}

figure > img {
    display: block
}

li > ul, li > ol {
    margin-bottom: 0
}

.numbered-list {
    list-style-type: decimal
}

table {
    width: 100%
}

th, td {
    padding: 5px;
    text-align: left
}

@media screen and (min-width: 480px) {
    th, td {
        padding: 10px
    }
}

[colspan] {
    text-align: center
}

[colspan="1"] {
    text-align: left
}

[rowspan] {
    vertical-align: middle
}

[rowspan="1"] {
    vertical-align: top
}

.numerical {
    text-align: right
}

.t5 {
    width: 5%
}

.t10 {
    width: 10%
}

.t12 {
    width: 12.5%
}

.t15 {
    width: 15%
}

.t20 {
    width: 20%
}

.t25 {
    width: 25%
}

.t30 {
    width: 30%
}

.t33 {
    width: 33.333%
}

.t35 {
    width: 35%
}

.t37 {
    width: 37.5%
}

.t40 {
    width: 40%
}

.t45 {
    width: 45%
}

.t50 {
    width: 50%
}

.t55 {
    width: 55%
}

.t60 {
    width: 60%
}

.t62 {
    width: 62.5%
}

.t65 {
    width: 65%
}

.t66 {
    width: 66.666%
}

.t70 {
    width: 70%
}

.t75 {
    width: 75%
}

.t80 {
    width: 80%
}

.t85 {
    width: 85%
}

.t87 {
    width: 87.5%
}

.t90 {
    width: 90%
}

.t95 {
    width: 95%
}

.table--bordered th, .table--bordered td {
    border: 1px solid #e4e5e6
}

.table--bordered th:empty, .table--bordered td:empty {
    border: none
}

.table--bordered thead tr:last-child th {
    border-bottom-width: 2px
}

.table--bordered tbody tr th:last-of-type {
    border-right-width: 2px
}

.table--striped tbody tr:nth-of-type(odd) {
    background-color: #ffc
}

.table--data {
    font: 12px/1.5 sans-serif
}

fieldset {
    padding: 20px
}

.text-input, textarea {
}

.form-fields {
    list-style: none;
    margin: 0
}

.form-fields > li:last-child {
    margin-bottom: 0
}

label, .label {
    display: block
}

.additional {
    display: block;
    font-weight: normal
}

.check-list, .dfGroup .dfRadio, .dfGroup .dfCheckbox {
    list-style: none;
    margin: 0
}

.check-label, .check-list label, .dfGroup .dfRadio label, .dfGroup .dfCheckbox label, .check-list .label, .dfGroup .dfRadio .label, .dfGroup .dfCheckbox .label {
    display: inline-block
}

.spoken-form label {
    display: inline-block;
    font: inherit
}

.extra-help {
    display: inline-block;
    visibility: hidden
}

.text-input:active + .extra-help, .text-input:focus + .extra-help {
    visibility: visible
}

.grid {
    margin-left: -20px;
    list-style: none;
    margin-bottom: 0
}

.grid > .grid {
    margin-left: 0
}

.grid__item {
    display: inline-block;
    width: 100%;
    padding-left: 20px;
    vertical-align: top
}

.nav {
    list-style: none;
    margin-left: 0
}

.nav > li, .nav > li > a {
    display: inline-block;
    *display: inline;
    zoom: 1
}

.nav--stacked > li, .palm .palm-nav--stacked > li {
    display: list-item
}

.nav--stacked > li > a, .palm .palm-nav--stacked > li > a {
    display: block
}

.nav--banner {
    text-align: center
}

.nav--block {
    line-height: 1;
    letter-spacing: -.31em;
    word-spacing: -.43em;
    white-space: nowrap
}

.nav--block > li {
    letter-spacing: normal;
    word-spacing: normal
}

.nav--block > li > a {
    padding: 10px
}

.nav--fit {
    display: table;
    width: 100%
}

.nav--fit > li {
    display: table-cell
}

.nav--fit > li > a {
    display: block
}

.nav--keywords > li:after {
    content: "," " "
}

.nav--keywords > li:last-child:after {
    display: none
}

.pagination {
    text-align: center;
    letter-spacing: -.31em;
    word-spacing: -.43em
}

.pagination > li {
    padding: 10px;
    letter-spacing: normal;
    word-spacing: normal
}

.pagination > li > a {
    padding: 10px;
    margin: -10px
}

.pagination__first a:before {
    content: "«" " "
}

.pagination__last a:after {
    content: " " "»"
}

.breadcrumb > li + li:before {
    content: "»" " "
}

.breadcrumb--path > li + li:before {
    content: "/" " "
}

.breadcrumb > li + li[data-breadcrumb]:before {
    content: attr(data-breadcrumb) " "
}

.breadcrumb__root {
    font-weight: bold
}

.media {
    display: block
}

.media__img, .palm .download__image {
    float: left;
    margin-right: 20px
}

.media__img--rev {
    float: right;
    margin-left: 20px
}

.media__img img, .palm .download__image img, .media__img--rev img {
    display: block
}

.media__body, .palm .download__content {
    overflow: hidden
}

.media__body, .palm .download__content, .media__body > :last-child, .palm .download__content > :last-child {
    margin-bottom: 0
}

.islet .media__img, .islet .palm .download__image, .palm .islet .download__image {
    margin-right: 10px
}

.islet .media__img--rev {
    margin-left: 10px
}

.island, .islet {
    display: block
}

.island {
    padding: 20px
}

.island > :last-child, .islet > :last-child {
    margin-bottom: 0
}

.islet {
    padding: 10px
}

.block-list, .block-list > li {
    border: 0 solid #e4e5e6
}

.block-list {
    list-style: none;
    margin-left: 0;
    border-top-width: 1px
}

.block-list > li {
    border-bottom-width: 1px;
    padding: 10px
}

.block-list__link {
    display: block;
    padding: 10px;
    margin: -10px
}

.link-complex, .link-complex:hover, .link-complex:active, .link-complex:focus {
    text-decoration: none
}

.link-complex:hover .link-complex__target, .link-complex:active .link-complex__target, .link-complex:focus .link-complex__target {
    text-decoration: underline
}

.rule {
    color: #e4e5e6;
    border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 19px;
    margin-bottom: 1.58333rem
}

.rule--dotted {
    border-bottom-style: dotted
}

.rule--dashed {
    border-bottom-style: dashed
}

.rule--ornament {
    position: relative
}

.rule--ornament:after {
    content: "§";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    line-height: 0;
    text-align: center
}

.rule--ornament[data-ornament]:after {
    content: attr(data-ornament)
}

.one-whole {
    width: 100%
}

.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
    width: 50%
}

.one-third, .two-sixths, .four-twelfths {
    width: 33.333%
}

.two-thirds, .four-sixths, .eight-twelfths {
    width: 66.666%
}

.one-quarter, .two-eighths, .three-twelfths {
    width: 25%
}

.three-quarters, .six-eighths, .nine-twelfths {
    width: 75%
}

.one-fifth, .two-tenths {
    width: 20%
}

.two-fifths, .four-tenths {
    width: 40%
}

.three-fifths, .six-tenths {
    width: 60%
}

.four-fifths, .eight-tenths {
    width: 80%
}

.one-sixth, .two-twelfths {
    width: 16.666%
}

.one-fourth {
    width: 16.666%
}

.five-sixths, .ten-twelfths {
    width: 83.333%
}

.one-eighth {
    width: 12.5%
}

.three-eighths {
    width: 37.5%
}

.five-eighths {
    width: 62.5%
}

.seven-eighths {
    width: 87.5%
}

.one-tenth {
    width: 10%
}

.three-tenths {
    width: 30%
}

.seven-tenths {
    width: 70%
}

.nine-tenths {
    width: 90%
}

.one-twelfth {
    width: 8.333%
}

.five-twelfths {
    width: 41.666%
}

.seven-twelfths {
    width: 58.333%
}

.eleven-twelfths {
    width: 91.666%
}

@media only screen and (max-width: 480px) {
    .palm-one-whole {
        width: 100%
    }

    .palm-one-half, .palm-two-quarters, .palm-three-sixths, .palm-four-eighths, .palm-five-tenths, .palm-six-twelfths {
        width: 50%
    }

    .palm-one-third, .palm-two-sixths, .palm-four-twelfths {
        width: 33.333%
    }

    .palm-two-thirds, .palm-four-sixths, .palm-eight-twelfths {
        width: 66.666%
    }

    .palm-one-quarter, .palm-two-eighths, .palm-three-twelfths {
        width: 25%
    }

    .palm-three-quarters, .palm-six-eighths, .palm-nine-twelfths {
        width: 75%
    }

    .palm-one-fifth, .palm-two-tenths {
        width: 20%
    }

    .palm-two-fifths, .palm-four-tenths {
        width: 40%
    }

    .palm-three-fifths, .palm-six-tenths {
        width: 60%
    }

    .palm-four-fifths, .palm-eight-tenths {
        width: 80%
    }

    .palm-one-sixth, .palm-two-twelfths {
        width: 16.666%
    }

    .palm-five-sixths, .palm-ten-twelfths {
        width: 83.333%
    }

    .palm-one-eighth {
        width: 12.5%
    }

    .palm-three-eighths {
        width: 37.5%
    }

    .palm-five-eighths {
        width: 62.5%
    }

    .palm-seven-eighths {
        width: 87.5%
    }

    .palm-one-tenth {
        width: 10%
    }

    .palm-three-tenths {
        width: 30%
    }

    .palm-seven-tenths {
        width: 70%
    }

    .palm-nine-tenths {
        width: 90%
    }

    .palm-one-twelfth {
        width: 8.333%
    }

    .palm-five-twelfths {
        width: 41.666%
    }

    .palm-seven-twelfths {
        width: 58.333%
    }

    .palm-eleven-twelfths {
        width: 91.666%
    }
}

@media only screen and (min-width: 481px)and (max-width: 1024px) {
    .lap-one-whole {
        width: 100%
    }

    .lap-one-half, .lap-two-quarters, .lap-three-sixths, .lap-four-eighths, .lap-five-tenths, .lap-six-twelfths {
        width: 50%
    }

    .lap-one-third, .lap-two-sixths, .lap-four-twelfths {
        width: 33.333%
    }

    .lap-two-thirds, .lap-four-sixths, .lap-eight-twelfths {
        width: 66.666%
    }

    .lap-one-quarter, .lap-two-eighths, .lap-three-twelfths {
        width: 25%
    }

    .lap-three-quarters, .lap-six-eighths, .lap-nine-twelfths {
        width: 75%
    }

    .lap-one-fifth, .lap-two-tenths {
        width: 20%
    }

    .lap-two-fifths, .lap-four-tenths {
        width: 40%
    }

    .lap-three-fifths, .lap-six-tenths {
        width: 60%
    }

    .lap-four-fifths, .lap-eight-tenths {
        width: 80%
    }

    .lap-one-sixth, .lap-two-twelfths {
        width: 16.666%
    }

    .lap-five-sixths, .lap-ten-twelfths {
        width: 83.333%
    }

    .lap-one-eighth {
        width: 12.5%
    }

    .lap-three-eighths {
        width: 37.5%
    }

    .lap-five-eighths {
        width: 62.5%
    }

    .lap-seven-eighths {
        width: 87.5%
    }

    .lap-one-tenth {
        width: 10%
    }

    .lap-three-tenths {
        width: 30%
    }

    .lap-seven-tenths {
        width: 70%
    }

    .lap-nine-tenths {
        width: 90%
    }

    .lap-one-twelfth {
        width: 8.333%
    }

    .lap-five-twelfths {
        width: 41.666%
    }

    .lap-seven-twelfths {
        width: 58.333%
    }

    .lap-eleven-twelfths {
        width: 91.666%
    }
}

@media only screen and (min-width: 481px) {
    .lap-and-up-one-whole {
        width: 100%
    }

    .lap-and-up-one-half, .lap-and-up-two-quarters, .lap-and-up-three-sixths, .lap-and-up-four-eighths, .lap-and-up-five-tenths, .lap-and-up-six-twelfths {
        width: 50%
    }

    .lap-and-up-one-third, .lap-and-up-two-sixths, .lap-and-up-four-twelfths {
        width: 33.333%
    }

    .lap-and-up-two-thirds, .lap-and-up-four-sixths, .lap-and-up-eight-twelfths {
        width: 66.666%
    }

    .lap-and-up-one-quarter, .lap-and-up-two-eighths, .lap-and-up-three-twelfths {
        width: 25%
    }

    .lap-and-up-three-quarters, .lap-and-up-six-eighths, .lap-and-up-nine-twelfths {
        width: 75%
    }

    .lap-and-up-one-fifth, .lap-and-up-two-tenths {
        width: 20%
    }

    .lap-and-up-two-fifths, .lap-and-up-four-tenths {
        width: 40%
    }

    .lap-and-up-three-fifths, .lap-and-up-six-tenths {
        width: 60%
    }

    .lap-and-up-four-fifths, .lap-and-up-eight-tenths {
        width: 80%
    }

    .lap-and-up-one-sixth, .lap-and-up-two-twelfths {
        width: 16.666%
    }

    .lap-and-up-five-sixths, .lap-and-up-ten-twelfths {
        width: 83.333%
    }

    .lap-and-up-one-eighth {
        width: 12.5%
    }

    .lap-and-up-three-eighths {
        width: 37.5%
    }

    .lap-and-up-five-eighths {
        width: 62.5%
    }

    .lap-and-up-seven-eighths {
        width: 87.5%
    }

    .lap-and-up-one-tenth {
        width: 10%
    }

    .lap-and-up-three-tenths {
        width: 30%
    }

    .lap-and-up-seven-tenths {
        width: 70%
    }

    .lap-and-up-nine-tenths {
        width: 90%
    }

    .lap-and-up-one-twelfth {
        width: 8.333%
    }

    .lap-and-up-five-twelfths {
        width: 41.666%
    }

    .lap-and-up-seven-twelfths {
        width: 58.333%
    }

    .lap-and-up-eleven-twelfths {
        width: 91.666%
    }
}

@media only screen and (max-width: 1024px) {
    .portable-one-whole, .container, .container--wide {
        width: 100%
    }

    .portable-one-half, .portable-two-quarters, .portable-three-sixths, .portable-four-eighths, .portable-five-tenths, .portable-six-twelfths {
        width: 50%
    }

    .portable-one-third, .portable-two-sixths, .portable-four-twelfths {
        width: 33.333%
    }

    .portable-two-thirds, .portable-four-sixths, .portable-eight-twelfths {
        width: 66.666%
    }

    .portable-one-quarter, .portable-two-eighths, .portable-three-twelfths {
        width: 25%
    }

    .portable-three-quarters, .portable-six-eighths, .portable-nine-twelfths {
        width: 75%
    }

    .portable-one-fifth, .portable-two-tenths {
        width: 20%
    }

    .portable-two-fifths, .portable-four-tenths {
        width: 40%
    }

    .portable-three-fifths, .portable-six-tenths {
        width: 60%
    }

    .portable-four-fifths, .portable-eight-tenths {
        width: 80%
    }

    .portable-one-sixth, .portable-two-twelfths {
        width: 16.666%
    }

    .portable-five-sixths, .portable-ten-twelfths {
        width: 83.333%
    }

    .portable-one-eighth {
        width: 12.5%
    }

    .portable-three-eighths {
        width: 37.5%
    }

    .portable-five-eighths {
        width: 62.5%
    }

    .portable-seven-eighths {
        width: 87.5%
    }

    .portable-one-tenth {
        width: 10%
    }

    .portable-three-tenths {
        width: 30%
    }

    .portable-seven-tenths {
        width: 70%
    }

    .portable-nine-tenths {
        width: 90%
    }

    .portable-one-twelfth {
        width: 8.333%
    }

    .portable-five-twelfths {
        width: 41.666%
    }

    .portable-seven-twelfths {
        width: 58.333%
    }

    .portable-eleven-twelfths {
        width: 91.666%
    }
}

@media only screen and (min-width: 1025px) {
    .desk-one-whole {
        width: 100%
    }

    .desk-one-half, .desk-two-quarters, .desk-three-sixths, .desk-four-eighths, .desk-five-tenths, .desk-six-twelfths {
        width: 50%
    }

    .desk-one-third, .desk-two-sixths, .desk-four-twelfths {
        width: 33.333%
    }

    .desk-two-thirds, .desk-four-sixths, .desk-eight-twelfths {
        width: 66.666%
    }

    .desk-one-quarter, .desk-two-eighths, .desk-three-twelfths {
        width: 25%
    }

    .desk-three-quarters, .desk-six-eighths, .desk-nine-twelfths {
        width: 75%
    }

    .desk-one-fifth, .desk-two-tenths {
        width: 20%
    }

    .desk-two-fifths, .desk-four-tenths {
        width: 40%
    }

    .desk-three-fifths, .desk-six-tenths {
        width: 60%
    }

    .desk-four-fifths, .desk-eight-tenths {
        width: 80%
    }

    .desk-one-sixth, .desk-two-twelfths {
        width: 16.666%
    }

    .desk-five-sixths, .desk-ten-twelfths {
        width: 83.333%
    }

    .desk-one-eighth {
        width: 12.5%
    }

    .desk-three-eighths {
        width: 37.5%
    }

    .desk-five-eighths {
        width: 62.5%
    }

    .desk-seven-eighths {
        width: 87.5%
    }

    .desk-one-tenth {
        width: 10%
    }

    .desk-three-tenths {
        width: 30%
    }

    .desk-seven-tenths {
        width: 70%
    }

    .desk-nine-tenths {
        width: 90%
    }

    .desk-one-twelfth {
        width: 8.333%
    }

    .desk-five-twelfths {
        width: 41.666%
    }

    .desk-seven-twelfths {
        width: 58.333%
    }

    .desk-eleven-twelfths {
        width: 91.666%
    }
}

.brand {
    font-family: NeoSansProRegular, Arial, Verdana, sans-serif !important;
    color: #bb162b !important
}

.brand-face, #header-mobile .btn--search, #header-mobile .btn--menu {
    font-family: NeoSansProRegular, Arial, Verdana, sans-serif !important
}

.brand-color, .brand-colour {
    color: #bb162b !important
}

.float--right {
    float: right !important
}

.float--left {
    float: left !important
}

.float--none {
    float: none !important
}

.text--left {
    text-align: left !important
}

.text--center, .palm .palm-text--center {
    text-align: center !important
}

.text--right {
    text-align: right !important
}

.weight--light {
    font-weight: 300 !important
}

.weight--normal {
    font-weight: 400 !important
}

.weight--semibold, .social-add-on .add-on-footer a:link, .social-add-on .add-on-footer a:visited, .social-add-on .add-on-footer a:hover, .df__dealer-info--mobile-wrapper h3 {
    font-weight: 600 !important
}

.push {
    margin: 20px !important
}

.push--top {
    margin-top: 20px !important
}

.push--right {
    margin-right: 20px !important
}

.push--bottom {
    margin-bottom: 20px !important
}

.push--left {
    margin-left: 20px !important
}

.push--ends {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.push--sides {
    margin-right: 20px !important;
    margin-left: 20px !important
}

.push-half {
    margin: 10px !important
}

.push-half--top, .ltie8 .cookiedialog__text, .dfGroup .dfRadio ul, .dfGroup .dfCheckbox ul {
    margin-top: 10px !important
}

.push-half--right {
    margin-right: 10px !important
}

.push-half--bottom {
    margin-bottom: 10px !important
}

.push-half--left {
    margin-left: 10px !important
}

.push-half--ends {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.push-half--sides {
    margin-right: 10px !important;
    margin-left: 10px !important
}

.flush {
    margin: 0 !important
}

.flush--top {
    margin-top: 0 !important
}

.flush--right {
    margin-right: 0 !important
}

.flush--bottom, .dfGroup > ul {
    margin-bottom: 0 !important
}

.flush--left, .ltie8 .grid {
    margin-left: 0 !important
}

.flush--ends {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.flush--sides {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.soft {
    padding: 20px !important
}

.soft--top {
    padding-top: 20px !important
}

.soft--right, .dfGroup .dfRadio ul li {
    padding-right: 20px !important
}

.soft--bottom {
    padding-bottom: 20px !important
}

.soft--left {
    padding-left: 20px !important
}

.soft--ends {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.soft--sides, .lap .touchcarousel.three-d .arrow-holder {
    padding-right: 20px !important;
    padding-left: 20px !important
}

.soft-half {
    padding: 10px !important
}

.soft-half--top {
    padding-top: 10px !important
}

.soft-half--right {
    padding-right: 10px !important
}

.soft-half--bottom {
    padding-bottom: 10px !important
}

.soft-half--left, .social-add-on .newslist ul li {
    padding-left: 10px !important
}

.soft-half--ends {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.soft-half--sides, .touchcarousel.three-d .arrow-holder {
    padding-right: 10px !important;
    padding-left: 10px !important
}

.hard {
    padding: 0 !important
}

.hard--top, .ltie9 .nav .subnavigation .nav .subnavigation .nav > li, .ltie10 .nav .subnavigation .nav .subnavigation .nav > li {
    padding-top: 0 !important
}

.hard--right {
    padding-right: 0 !important
}

.hard--bottom {
    padding-bottom: 0 !important
}

.hard--left, .ltie8 .grid .grid__item {
    padding-left: 0 !important
}

.hard--ends {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.full-bleed {
    margin-right: -20px !important;
    margin-left: -20px !important
}

.islet .full-bleed {
    margin-right: -10px !important;
    margin-left: -10px !important
}

.informative {
    cursor: help !important
}

.muted {
    opacity: .5 !important;
    filter: alpha(opacity=50) !important
}

.proceed {
    text-align: right !important
}

.go:after {
    content: " " "»" !important
}

.caps {
    text-transform: uppercase !important
}

.accessibility, .visuallyhidden, html.js .js-hidden, html.no-js .js-visible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

@media only screen and (max-width: 480px) {
    .accessibility--palm, .visuallyhidden--palm {
        border: 0 !important;
        clip: rect(0 0 0 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important
    }
}

@media only screen and (min-width: 481px)and (max-width: 1024px) {
    .accessibility--lap, .visuallyhidden--lap {
        border: 0 !important;
        clip: rect(0 0 0 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important
    }
}

@media only screen and (min-width: 481px) {
    .accessibility--lap-and-up, .visuallyhidden--lap-and-up {
        border: 0 !important;
        clip: rect(0 0 0 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important
    }
}

@media only screen and (max-width: 1024px) {
    .accessibility--portable, .visuallyhidden--portable {
        border: 0 !important;
        clip: rect(0 0 0 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important
    }
}

@media only screen and (min-width: 1025px) {
    .accessibility--desk, .visuallyhidden--desk {
        border: 0 !important;
        clip: rect(0 0 0 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important
    }
}

@media only screen and (min-width: 1200px) {
    .accessibility--desk-wide, .visuallyhidden--desk-wide {
        border: 0 !important;
        clip: rect(0 0 0 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important
    }
}

.soft-quarter {
    padding: 5px !important
}

.soft-quarter--top {
    padding-top: 5px !important
}

.soft-quarter--right {
    padding-right: 5px !important
}

.soft-quarter--bottom {
    padding-bottom: 5px !important
}

.soft-quarter--left {
    padding-left: 5px !important
}

.soft-quarter--ends {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.soft-quarter--sides {
    padding-right: 5px !important;
    padding-left: 5px !important
}

.soft-double {
    padding: 40px !important
}

.soft-double--top {
    padding-top: 40px !important
}

.soft-double--right {
    padding-right: 40px !important
}

.soft-double--bottom {
    padding-bottom: 40px !important
}

.soft-double--left {
    padding-left: 40px !important
}

.soft-double--ends {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.soft-double--sides {
    padding-right: 40px !important;
    padding-left: 40px !important
}

.push-quarter {
    margin: 5px !important
}

.push-quarter--top {
    margin-top: 5px !important
}

.push-quarter--right {
    margin-right: 5px !important
}

.push-quarter--bottom, .dfGroup .dfCheckbox ul li {
    margin-bottom: 5px !important
}

.push-quarter--left, .dfGroup .dfRadio ul li label {
    margin-left: 5px !important
}

.push-quarter--ends {
    margin-top: 5px !important;
    padding-bottom: 5px !important
}

.push-quarter--sides {
    margin-right: 5px !important;
    padding-left: 5px !important
}

.push-double {
    margin: 40px !important
}

.push-double--top {
    margin-top: 40px !important
}

.push-double--right {
    margin-right: 40px !important
}

.push-double--bottom {
    margin-bottom: 40px !important
}

.push-double--left {
    margin-left: 40px !important
}

.push-double--ends {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.push-double--sides {
    margin-right: 40px !important;
    margin-left: 40px !important
}

.pull {
    margin: -20px !important
}

.pull--top {
    margin-top: -20px !important
}

.pull--right {
    margin-right: -20px !important
}

.pull--bottom {
    margin-bottom: -20px !important
}

.pull--left {
    margin-left: -20px !important
}

.pull--ends {
    margin-top: -20px !important;
    margin-bottom: -20px !important
}

.pull--sides {
    margin-right: -20px !important;
    margin-left: -20px !important
}

.pull-half {
    margin: -10px !important
}

.pull-half--top {
    margin-top: -10px !important
}

.pull-half--right {
    margin-right: -10px !important
}

.pull-half--bottom {
    margin-bottom: -10px !important
}

.pull-half--left {
    margin-left: -10px !important
}

.pull-half--ends {
    margin-top: -10px !important;
    margin-bottom: -10px !important
}

.pull-half--sides {
    margin-right: -10px !important;
    margin-left: -10px !important
}

.relative {
    position: relative !important
}

.clear-both {
    clear: both !important
}

.cf--reset:after {
    display: inline;
    clear: none
}

.soft {
    padding: 20px !important
}

.soft--top {
    padding-top: 20px !important
}

.soft--right, .dfGroup .dfRadio ul li {
    padding-right: 20px !important
}

.soft--bottom {
    padding-bottom: 20px !important
}

.soft--left {
    padding-left: 20px !important
}

.soft--ends {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.soft--sides, .lap .touchcarousel.three-d .arrow-holder {
    padding-right: 20px !important;
    padding-left: 20px !important
}

.soft-half {
    padding: 10px !important
}

.soft-half--top {
    padding-top: 10px !important
}

.soft-half--right {
    padding-right: 10px !important
}

.soft-half--bottom {
    padding-bottom: 10px !important
}

.soft-half--left, .social-add-on .newslist ul li {
    padding-left: 10px !important
}

.soft-half--ends {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.soft-half--sides, .touchcarousel.three-d .arrow-holder {
    padding-right: 10px !important;
    padding-left: 10px !important
}

.soft-double {
    padding: 40px !important
}

.soft-double--top {
    padding-top: 40px !important
}

.soft-double--right {
    padding-right: 40px !important
}

.soft-double--bottom {
    padding-bottom: 40px !important
}

.soft-double--left {
    padding-left: 40px !important
}

.soft-double--ends {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.soft-double--sides {
    padding-right: 40px !important;
    padding-left: 40px !important
}

.soft-quarter {
    padding: 5px !important
}

.soft-quarter--top {
    padding-top: 5px !important
}

.soft-quarter--right {
    padding-right: 5px !important
}

.soft-quarter--bottom {
    padding-bottom: 5px !important
}

.soft-quarter--left {
    padding-left: 5px !important
}

.soft-quarter--ends {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.soft-quarter--sides {
    padding-right: 5px !important;
    padding-left: 5px !important
}

.hard {
    padding: 0 !important
}

.hard--top, .ltie9 .nav .subnavigation .nav .subnavigation .nav > li, .ltie10 .nav .subnavigation .nav .subnavigation .nav > li {
    padding-top: 0 !important
}

.hard--right {
    padding-right: 0 !important
}

.hard--bottom {
    padding-bottom: 0 !important
}

.hard--left, .ltie8 .grid .grid__item {
    padding-left: 0 !important
}

.hard--ends {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important
}

@media only screen and (max-width: 480px) {
    .palm-soft {
        padding: 20px !important
    }

    .palm-soft--top {
        padding-top: 20px !important
    }

    .palm-soft--right {
        padding-right: 20px !important
    }

    .palm-soft--bottom {
        padding-bottom: 20px !important
    }

    .palm-soft--left {
        padding-left: 20px !important
    }

    .palm-soft--ends {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .palm-soft--sides {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .palm-soft-half {
        padding: 10px !important
    }

    .palm-soft-half--top {
        padding-top: 10px !important
    }

    .palm-soft-half--right {
        padding-right: 10px !important
    }

    .palm-soft-half--bottom {
        padding-bottom: 10px !important
    }

    .palm-soft-half--left {
        padding-left: 10px !important
    }

    .palm-soft-half--ends {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .palm-soft-half--sides {
        padding-right: 10px !important;
        padding-left: 10px !important
    }

    .palm-soft-double {
        padding: 40px !important
    }

    .palm-soft-double--top {
        padding-top: 40px !important
    }

    .palm-soft-double--right {
        padding-right: 40px !important
    }

    .palm-soft-double--bottom {
        padding-bottom: 40px !important
    }

    .palm-soft-double--left {
        padding-left: 40px !important
    }

    .palm-soft-double--ends {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .palm-soft-double--sides {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .palm-soft-quarter {
        padding: 5px !important
    }

    .palm-soft-quarter--top {
        padding-top: 5px !important
    }

    .palm-soft-quarter--right {
        padding-right: 5px !important
    }

    .palm-soft-quarter--bottom {
        padding-bottom: 5px !important
    }

    .palm-soft-quarter--left {
        padding-left: 5px !important
    }

    .palm-soft-quarter--ends {
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }

    .palm-soft-quarter--sides {
        padding-right: 5px !important;
        padding-left: 5px !important
    }

    .palm-hard {
        padding: 0 !important
    }

    .palm-hard--top {
        padding-top: 0 !important
    }

    .palm-hard--right {
        padding-right: 0 !important
    }

    .palm-hard--bottom {
        padding-bottom: 0 !important
    }

    .palm-hard--left {
        padding-left: 0 !important
    }

    .palm-hard--ends {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .palm-hard--sides {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}

@media only screen and (min-width: 481px)and (max-width: 1024px) {
    .lap-soft {
        padding: 20px !important
    }

    .lap-soft--top {
        padding-top: 20px !important
    }

    .lap-soft--right {
        padding-right: 20px !important
    }

    .lap-soft--bottom {
        padding-bottom: 20px !important
    }

    .lap-soft--left {
        padding-left: 20px !important
    }

    .lap-soft--ends {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .lap-soft--sides {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .lap-soft-half {
        padding: 10px !important
    }

    .lap-soft-half--top {
        padding-top: 10px !important
    }

    .lap-soft-half--right {
        padding-right: 10px !important
    }

    .lap-soft-half--bottom {
        padding-bottom: 10px !important
    }

    .lap-soft-half--left {
        padding-left: 10px !important
    }

    .lap-soft-half--ends {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .lap-soft-half--sides {
        padding-right: 10px !important;
        padding-left: 10px !important
    }

    .lap-soft-double {
        padding: 40px !important
    }

    .lap-soft-double--top {
        padding-top: 40px !important
    }

    .lap-soft-double--right {
        padding-right: 40px !important
    }

    .lap-soft-double--bottom {
        padding-bottom: 40px !important
    }

    .lap-soft-double--left {
        padding-left: 40px !important
    }

    .lap-soft-double--ends {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .lap-soft-double--sides {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .lap-soft-quarter {
        padding: 5px !important
    }

    .lap-soft-quarter--top {
        padding-top: 5px !important
    }

    .lap-soft-quarter--right {
        padding-right: 5px !important
    }

    .lap-soft-quarter--bottom {
        padding-bottom: 5px !important
    }

    .lap-soft-quarter--left {
        padding-left: 5px !important
    }

    .lap-soft-quarter--ends {
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }

    .lap-soft-quarter--sides {
        padding-right: 5px !important;
        padding-left: 5px !important
    }

    .lap-hard {
        padding: 0 !important
    }

    .lap-hard--top {
        padding-top: 0 !important
    }

    .lap-hard--right {
        padding-right: 0 !important
    }

    .lap-hard--bottom {
        padding-bottom: 0 !important
    }

    .lap-hard--left {
        padding-left: 0 !important
    }

    .lap-hard--ends {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .lap-hard--sides {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}

@media only screen and (min-width: 481px) {
    .lap-and-up-soft {
        padding: 20px !important
    }

    .lap-and-up-soft--top {
        padding-top: 20px !important
    }

    .lap-and-up-soft--right {
        padding-right: 20px !important
    }

    .lap-and-up-soft--bottom {
        padding-bottom: 20px !important
    }

    .lap-and-up-soft--left {
        padding-left: 20px !important
    }

    .lap-and-up-soft--ends {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .lap-and-up-soft--sides {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .lap-and-up-soft-half {
        padding: 10px !important
    }

    .lap-and-up-soft-half--top {
        padding-top: 10px !important
    }

    .lap-and-up-soft-half--right {
        padding-right: 10px !important
    }

    .lap-and-up-soft-half--bottom {
        padding-bottom: 10px !important
    }

    .lap-and-up-soft-half--left {
        padding-left: 10px !important
    }

    .lap-and-up-soft-half--ends {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .lap-and-up-soft-half--sides {
        padding-right: 10px !important;
        padding-left: 10px !important
    }

    .lap-and-up-soft-double {
        padding: 40px !important
    }

    .lap-and-up-soft-double--top {
        padding-top: 40px !important
    }

    .lap-and-up-soft-double--right {
        padding-right: 40px !important
    }

    .lap-and-up-soft-double--bottom {
        padding-bottom: 40px !important
    }

    .lap-and-up-soft-double--left {
        padding-left: 40px !important
    }

    .lap-and-up-soft-double--ends {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .lap-and-up-soft-double--sides {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .lap-and-up-soft-quarter {
        padding: 5px !important
    }

    .lap-and-up-soft-quarter--top {
        padding-top: 5px !important
    }

    .lap-and-up-soft-quarter--right {
        padding-right: 5px !important
    }

    .lap-and-up-soft-quarter--bottom {
        padding-bottom: 5px !important
    }

    .lap-and-up-soft-quarter--left {
        padding-left: 5px !important
    }

    .lap-and-up-soft-quarter--ends {
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }

    .lap-and-up-soft-quarter--sides {
        padding-right: 5px !important;
        padding-left: 5px !important
    }

    .lap-and-up-hard {
        padding: 0 !important
    }

    .lap-and-up-hard--top {
        padding-top: 0 !important
    }

    .lap-and-up-hard--right {
        padding-right: 0 !important
    }

    .lap-and-up-hard--bottom {
        padding-bottom: 0 !important
    }

    .lap-and-up-hard--left {
        padding-left: 0 !important
    }

    .lap-and-up-hard--ends {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .lap-and-up-hard--sides {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}

@media only screen and (max-width: 1024px) {
    .portable-soft {
        padding: 20px !important
    }

    .portable-soft--top {
        padding-top: 20px !important
    }

    .portable-soft--right {
        padding-right: 20px !important
    }

    .portable-soft--bottom {
        padding-bottom: 20px !important
    }

    .portable-soft--left {
        padding-left: 20px !important
    }

    .portable-soft--ends {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .portable-soft--sides {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .portable-soft-half {
        padding: 10px !important
    }

    .portable-soft-half--top {
        padding-top: 10px !important
    }

    .portable-soft-half--right {
        padding-right: 10px !important
    }

    .portable-soft-half--bottom {
        padding-bottom: 10px !important
    }

    .portable-soft-half--left {
        padding-left: 10px !important
    }

    .portable-soft-half--ends {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .portable-soft-half--sides {
        padding-right: 10px !important;
        padding-left: 10px !important
    }

    .portable-soft-double {
        padding: 40px !important
    }

    .portable-soft-double--top {
        padding-top: 40px !important
    }

    .portable-soft-double--right {
        padding-right: 40px !important
    }

    .portable-soft-double--bottom {
        padding-bottom: 40px !important
    }

    .portable-soft-double--left {
        padding-left: 40px !important
    }

    .portable-soft-double--ends {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .portable-soft-double--sides {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .portable-soft-quarter {
        padding: 5px !important
    }

    .portable-soft-quarter--top {
        padding-top: 5px !important
    }

    .portable-soft-quarter--right {
        padding-right: 5px !important
    }

    .portable-soft-quarter--bottom {
        padding-bottom: 5px !important
    }

    .portable-soft-quarter--left {
        padding-left: 5px !important
    }

    .portable-soft-quarter--ends {
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }

    .portable-soft-quarter--sides {
        padding-right: 5px !important;
        padding-left: 5px !important
    }

    .portable-hard {
        padding: 0 !important
    }

    .portable-hard--top {
        padding-top: 0 !important
    }

    .portable-hard--right {
        padding-right: 0 !important
    }

    .portable-hard--bottom {
        padding-bottom: 0 !important
    }

    .portable-hard--left {
        padding-left: 0 !important
    }

    .portable-hard--ends {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .portable-hard--sides {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}

@media only screen and (min-width: 1025px) {
    .desk-soft {
        padding: 20px !important
    }

    .desk-soft--top {
        padding-top: 20px !important
    }

    .desk-soft--right {
        padding-right: 20px !important
    }

    .desk-soft--bottom {
        padding-bottom: 20px !important
    }

    .desk-soft--left {
        padding-left: 20px !important
    }

    .desk-soft--ends {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .desk-soft--sides {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .desk-soft-half {
        padding: 10px !important
    }

    .desk-soft-half--top {
        padding-top: 10px !important
    }

    .desk-soft-half--right {
        padding-right: 10px !important
    }

    .desk-soft-half--bottom {
        padding-bottom: 10px !important
    }

    .desk-soft-half--left {
        padding-left: 10px !important
    }

    .desk-soft-half--ends {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .desk-soft-half--sides {
        padding-right: 10px !important;
        padding-left: 10px !important
    }

    .desk-soft-double {
        padding: 40px !important
    }

    .desk-soft-double--top {
        padding-top: 40px !important
    }

    .desk-soft-double--right {
        padding-right: 40px !important
    }

    .desk-soft-double--bottom {
        padding-bottom: 40px !important
    }

    .desk-soft-double--left {
        padding-left: 40px !important
    }

    .desk-soft-double--ends {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .desk-soft-double--sides {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .desk-soft-quarter {
        padding: 5px !important
    }

    .desk-soft-quarter--top {
        padding-top: 5px !important
    }

    .desk-soft-quarter--right {
        padding-right: 5px !important
    }

    .desk-soft-quarter--bottom {
        padding-bottom: 5px !important
    }

    .desk-soft-quarter--left {
        padding-left: 5px !important
    }

    .desk-soft-quarter--ends {
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }

    .desk-soft-quarter--sides {
        padding-right: 5px !important;
        padding-left: 5px !important
    }

    .desk-hard {
        padding: 0 !important
    }

    .desk-hard--top {
        padding-top: 0 !important
    }

    .desk-hard--right {
        padding-right: 0 !important
    }

    .desk-hard--bottom {
        padding-bottom: 0 !important
    }

    .desk-hard--left {
        padding-left: 0 !important
    }

    .desk-hard--ends {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .desk-hard--sides {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}

.push {
    margin: 20px !important
}

.push--top {
    margin-top: 20px !important
}

.push--right {
    margin-right: 20px !important
}

.push--bottom {
    margin-bottom: 20px !important
}

.push--left {
    margin-left: 20px !important
}

.push--ends {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.push--sides {
    margin-right: 20px !important;
    margin-left: 20px !important
}

.push-half {
    margin: 10px !important
}

.push-half--top, .ltie8 .cookiedialog__text, .dfGroup .dfRadio ul, .dfGroup .dfCheckbox ul {
    margin-top: 10px !important
}

.push-half--right {
    margin-right: 10px !important
}

.push-half--bottom {
    margin-bottom: 10px !important
}

.push-half--left {
    margin-left: 10px !important
}

.push-half--ends {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.push-half--sides {
    margin-right: 10px !important;
    margin-left: 10px !important
}

.push-double {
    margin: 40px !important
}

.push-double--top {
    margin-top: 40px !important
}

.push-double--right {
    margin-right: 40px !important
}

.push-double--bottom {
    margin-bottom: 40px !important
}

.push-double--left {
    margin-left: 40px !important
}

.push-double--ends {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.push-double--sides {
    margin-right: 40px !important;
    margin-left: 40px !important
}

.push-quarter {
    margin: 5px !important
}

.push-quarter--top {
    margin-top: 5px !important
}

.push-quarter--right {
    margin-right: 5px !important
}

.push-quarter--bottom, .dfGroup .dfCheckbox ul li {
    margin-bottom: 5px !important
}

.push-quarter--left, .dfGroup .dfRadio ul li label {
    margin-left: 5px !important
}

.push-quarter--ends {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

.push-quarter--sides {
    margin-right: 5px !important;
    margin-left: 5px !important
}

.flush {
    margin: 0 !important
}

.flush--top {
    margin-top: 0 !important
}

.flush--right {
    margin-right: 0 !important
}

.flush--bottom, .dfGroup > ul {
    margin-bottom: 0 !important
}

.flush--left, .ltie8 .grid {
    margin-left: 0 !important
}

.flush--ends {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.flush--sides {
    margin-right: 0 !important;
    margin-left: 0 !important
}

@media only screen and (max-width: 480px) {
    .palm-push {
        margin: 20px !important
    }

    .palm-push--top {
        margin-top: 20px !important
    }

    .palm-push--right {
        margin-right: 20px !important
    }

    .palm-push--bottom {
        margin-bottom: 20px !important
    }

    .palm-push--left {
        margin-left: 20px !important
    }

    .palm-push--ends {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .palm-push--sides {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .palm-push-half {
        margin: 10px !important
    }

    .palm-push-half--top {
        margin-top: 10px !important
    }

    .palm-push-half--right {
        margin-right: 10px !important
    }

    .palm-push-half--bottom {
        margin-bottom: 10px !important
    }

    .palm-push-half--left {
        margin-left: 10px !important
    }

    .palm-push-half--ends {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .palm-push-half--sides {
        margin-right: 10px !important;
        margin-left: 10px !important
    }

    .palm-push-double {
        margin: 40px !important
    }

    .palm-push-double--top {
        margin-top: 40px !important
    }

    .palm-push-double--right {
        margin-right: 40px !important
    }

    .palm-push-double--bottom {
        margin-bottom: 40px !important
    }

    .palm-push-double--left {
        margin-left: 40px !important
    }

    .palm-push-double--ends {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .palm-push-double--sides {
        margin-right: 40px !important;
        margin-left: 40px !important
    }

    .palm-push-quarter {
        margin: 5px !important
    }

    .palm-push-quarter--top {
        margin-top: 5px !important
    }

    .palm-push-quarter--right {
        margin-right: 5px !important
    }

    .palm-push-quarter--bottom {
        margin-bottom: 5px !important
    }

    .palm-push-quarter--left {
        margin-left: 5px !important
    }

    .palm-push-quarter--ends {
        margin-top: 5px !important;
        margin-bottom: 5px !important
    }

    .palm-push-quarter--sides {
        margin-right: 5px !important;
        margin-left: 5px !important
    }

    .palm-flush {
        margin: 0 !important
    }

    .palm-flush--top {
        margin-top: 0 !important
    }

    .palm-flush--right {
        margin-right: 0 !important
    }

    .palm-flush--bottom {
        margin-bottom: 0 !important
    }

    .palm-flush--left {
        margin-left: 0 !important
    }

    .palm-flush--ends {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .palm-flush--sides {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
}

@media only screen and (min-width: 481px)and (max-width: 1024px) {
    .lap-push {
        margin: 20px !important
    }

    .lap-push--top {
        margin-top: 20px !important
    }

    .lap-push--right {
        margin-right: 20px !important
    }

    .lap-push--bottom {
        margin-bottom: 20px !important
    }

    .lap-push--left {
        margin-left: 20px !important
    }

    .lap-push--ends {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .lap-push--sides {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .lap-push-half {
        margin: 10px !important
    }

    .lap-push-half--top {
        margin-top: 10px !important
    }

    .lap-push-half--right {
        margin-right: 10px !important
    }

    .lap-push-half--bottom {
        margin-bottom: 10px !important
    }

    .lap-push-half--left {
        margin-left: 10px !important
    }

    .lap-push-half--ends {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .lap-push-half--sides {
        margin-right: 10px !important;
        margin-left: 10px !important
    }

    .lap-push-double {
        margin: 40px !important
    }

    .lap-push-double--top {
        margin-top: 40px !important
    }

    .lap-push-double--right {
        margin-right: 40px !important
    }

    .lap-push-double--bottom {
        margin-bottom: 40px !important
    }

    .lap-push-double--left {
        margin-left: 40px !important
    }

    .lap-push-double--ends {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .lap-push-double--sides {
        margin-right: 40px !important;
        margin-left: 40px !important
    }

    .lap-push-quarter {
        margin: 5px !important
    }

    .lap-push-quarter--top {
        margin-top: 5px !important
    }

    .lap-push-quarter--right {
        margin-right: 5px !important
    }

    .lap-push-quarter--bottom {
        margin-bottom: 5px !important
    }

    .lap-push-quarter--left {
        margin-left: 5px !important
    }

    .lap-push-quarter--ends {
        margin-top: 5px !important;
        margin-bottom: 5px !important
    }

    .lap-push-quarter--sides {
        margin-right: 5px !important;
        margin-left: 5px !important
    }

    .lap-flush {
        margin: 0 !important
    }

    .lap-flush--top {
        margin-top: 0 !important
    }

    .lap-flush--right {
        margin-right: 0 !important
    }

    .lap-flush--bottom {
        margin-bottom: 0 !important
    }

    .lap-flush--left {
        margin-left: 0 !important
    }

    .lap-flush--ends {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .lap-flush--sides {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
}

@media only screen and (min-width: 481px) {
    .lap-and-up-push {
        margin: 20px !important
    }

    .lap-and-up-push--top {
        margin-top: 20px !important
    }

    .lap-and-up-push--right {
        margin-right: 20px !important
    }

    .lap-and-up-push--bottom {
        margin-bottom: 20px !important
    }

    .lap-and-up-push--left {
        margin-left: 20px !important
    }

    .lap-and-up-push--ends {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .lap-and-up-push--sides {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .lap-and-up-push-half {
        margin: 10px !important
    }

    .lap-and-up-push-half--top {
        margin-top: 10px !important
    }

    .lap-and-up-push-half--right {
        margin-right: 10px !important
    }

    .lap-and-up-push-half--bottom {
        margin-bottom: 10px !important
    }

    .lap-and-up-push-half--left {
        margin-left: 10px !important
    }

    .lap-and-up-push-half--ends {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .lap-and-up-push-half--sides {
        margin-right: 10px !important;
        margin-left: 10px !important
    }

    .lap-and-up-push-double {
        margin: 40px !important
    }

    .lap-and-up-push-double--top {
        margin-top: 40px !important
    }

    .lap-and-up-push-double--right {
        margin-right: 40px !important
    }

    .lap-and-up-push-double--bottom {
        margin-bottom: 40px !important
    }

    .lap-and-up-push-double--left {
        margin-left: 40px !important
    }

    .lap-and-up-push-double--ends {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .lap-and-up-push-double--sides {
        margin-right: 40px !important;
        margin-left: 40px !important
    }

    .lap-and-up-push-quarter {
        margin: 5px !important
    }

    .lap-and-up-push-quarter--top {
        margin-top: 5px !important
    }

    .lap-and-up-push-quarter--right {
        margin-right: 5px !important
    }

    .lap-and-up-push-quarter--bottom {
        margin-bottom: 5px !important
    }

    .lap-and-up-push-quarter--left {
        margin-left: 5px !important
    }

    .lap-and-up-push-quarter--ends {
        margin-top: 5px !important;
        margin-bottom: 5px !important
    }

    .lap-and-up-push-quarter--sides {
        margin-right: 5px !important;
        margin-left: 5px !important
    }

    .lap-and-up-flush {
        margin: 0 !important
    }

    .lap-and-up-flush--top {
        margin-top: 0 !important
    }

    .lap-and-up-flush--right {
        margin-right: 0 !important
    }

    .lap-and-up-flush--bottom {
        margin-bottom: 0 !important
    }

    .lap-and-up-flush--left {
        margin-left: 0 !important
    }

    .lap-and-up-flush--ends {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .lap-and-up-flush--sides {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
}

@media only screen and (max-width: 1024px) {
    .portable-push {
        margin: 20px !important
    }

    .portable-push--top {
        margin-top: 20px !important
    }

    .portable-push--right {
        margin-right: 20px !important
    }

    .portable-push--bottom {
        margin-bottom: 20px !important
    }

    .portable-push--left {
        margin-left: 20px !important
    }

    .portable-push--ends {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .portable-push--sides {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .portable-push-half {
        margin: 10px !important
    }

    .portable-push-half--top {
        margin-top: 10px !important
    }

    .portable-push-half--right {
        margin-right: 10px !important
    }

    .portable-push-half--bottom {
        margin-bottom: 10px !important
    }

    .portable-push-half--left {
        margin-left: 10px !important
    }

    .portable-push-half--ends {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .portable-push-half--sides {
        margin-right: 10px !important;
        margin-left: 10px !important
    }

    .portable-push-double {
        margin: 40px !important
    }

    .portable-push-double--top {
        margin-top: 40px !important
    }

    .portable-push-double--right {
        margin-right: 40px !important
    }

    .portable-push-double--bottom {
        margin-bottom: 40px !important
    }

    .portable-push-double--left {
        margin-left: 40px !important
    }

    .portable-push-double--ends {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .portable-push-double--sides {
        margin-right: 40px !important;
        margin-left: 40px !important
    }

    .portable-push-quarter {
        margin: 5px !important
    }

    .portable-push-quarter--top {
        margin-top: 5px !important
    }

    .portable-push-quarter--right {
        margin-right: 5px !important
    }

    .portable-push-quarter--bottom {
        margin-bottom: 5px !important
    }

    .portable-push-quarter--left {
        margin-left: 5px !important
    }

    .portable-push-quarter--ends {
        margin-top: 5px !important;
        margin-bottom: 5px !important
    }

    .portable-push-quarter--sides {
        margin-right: 5px !important;
        margin-left: 5px !important
    }

    .portable-flush {
        margin: 0 !important
    }

    .portable-flush--top {
        margin-top: 0 !important
    }

    .portable-flush--right {
        margin-right: 0 !important
    }

    .portable-flush--bottom {
        margin-bottom: 0 !important
    }

    .portable-flush--left {
        margin-left: 0 !important
    }

    .portable-flush--ends {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .portable-flush--sides {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
}

@media only screen and (min-width: 1025px) {
    .desk-push {
        margin: 20px !important
    }

    .desk-push--top {
        margin-top: 20px !important
    }

    .desk-push--right {
        margin-right: 20px !important
    }

    .desk-push--bottom {
        margin-bottom: 20px !important
    }

    .desk-push--left {
        margin-left: 20px !important
    }

    .desk-push--ends {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .desk-push--sides {
        margin-right: 20px !important;
        margin-left: 20px !important
    }

    .desk-push-half {
        margin: 10px !important
    }

    .desk-push-half--top {
        margin-top: 10px !important
    }

    .desk-push-half--right {
        margin-right: 10px !important
    }

    .desk-push-half--bottom {
        margin-bottom: 10px !important
    }

    .desk-push-half--left {
        margin-left: 10px !important
    }

    .desk-push-half--ends {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .desk-push-half--sides {
        margin-right: 10px !important;
        margin-left: 10px !important
    }

    .desk-push-double {
        margin: 40px !important
    }

    .desk-push-double--top {
        margin-top: 40px !important
    }

    .desk-push-double--right {
        margin-right: 40px !important
    }

    .desk-push-double--bottom {
        margin-bottom: 40px !important
    }

    .desk-push-double--left {
        margin-left: 40px !important
    }

    .desk-push-double--ends {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .desk-push-double--sides {
        margin-right: 40px !important;
        margin-left: 40px !important
    }

    .desk-push-quarter {
        margin: 5px !important
    }

    .desk-push-quarter--top {
        margin-top: 5px !important
    }

    .desk-push-quarter--right {
        margin-right: 5px !important
    }

    .desk-push-quarter--bottom {
        margin-bottom: 5px !important
    }

    .desk-push-quarter--left {
        margin-left: 5px !important
    }

    .desk-push-quarter--ends {
        margin-top: 5px !important;
        margin-bottom: 5px !important
    }

    .desk-push-quarter--sides {
        margin-right: 5px !important;
        margin-left: 5px !important
    }

    .desk-flush {
        margin: 0 !important
    }

    .desk-flush--top {
        margin-top: 0 !important
    }

    .desk-flush--right {
        margin-right: 0 !important
    }

    .desk-flush--bottom {
        margin-bottom: 0 !important
    }

    .desk-flush--left {
        margin-left: 0 !important
    }

    .desk-flush--ends {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .desk-flush--sides {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
}

.ltie8 {
}

.ltie8 .grid {
    zoom: 1 !important
}

.ltie8 .grid:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.ltie8 .grid .grid__item {
    float: left
}

.ltie8 .one-whole {
    width: 100%
}

.ltie8 .one-half, .ltie8 .two-quarters, .ltie8 .three-sixths, .ltie8 .four-eighths, .ltie8 .five-tenths, .ltie8 .six-twelfths {
    width: 49%
}

.ltie8 .one-third, .ltie8 .two-sixths, .ltie8 .four-twelfths {
    width: 33.3%
}

.ltie8 .two-thirds, .ltie8 .four-sixths, .ltie8 .eight-twelfths {
    width: 66.6%
}

.ltie8 .one-quarter, .ltie8 .two-eighths, .ltie8 .three-twelfths {
    width: 24.9%
}

.ltie8 .two-quarters {
    width: 49.9%
}

.ltie8 .three-quarters, .ltie8 .six-eighths, .ltie8 .nine-twelfths {
    width: 74.9%
}

.ltie8 .one-fifth, .ltie8 .two-tenths {
    width: 19.9%
}

.ltie8 .two-fifths, .ltie8 .four-tenths {
    width: 39.9%
}

.ltie8 .three-fifths, .ltie8 .six-tenths {
    width: 59.9%
}

.ltie8 .four-fifths, .ltie8 .eight-tenths {
    width: 79.9%
}

.ltie8 .one-sixth, .ltie8 .two-twelfths {
    width: 16.6%
}

.ltie8 .two-sixths {
    width: 33.3%
}

.ltie8 .three-sixths {
    width: 49.9%
}

.ltie8 .four-sixths {
    width: 66.6%
}

.ltie8 .five-sixths, .ltie8 .ten-twelfths {
    width: 83.3%
}

.ltie8 .one-eighth {
    width: 12.5%
}

.ltie8 .two-eighths {
    width: 24.9%
}

.ltie8 .three-eighths {
    width: 37.5%
}

.ltie8 .four-eighths {
    width: 49.9%
}

.ltie8 .five-eighths {
    width: 62.5%
}

.ltie8 .six-eighths {
    width: 74.9%
}

.ltie8 .seven-eighths {
    width: 87.5%
}

.ltie8 .one-tenth {
    width: 9.9%
}

.ltie8 .two-tenths {
    width: 19.9%
}

.ltie8 .three-tenths {
    width: 29.9%
}

.ltie8 .four-tenths {
    width: 39.9%
}

.ltie8 .five-tenths {
    width: 49.9%
}

.ltie8 .six-tenths {
    width: 59.9%
}

.ltie8 .seven-tenths {
    width: 70%
}

.ltie8 .eight-tenths {
    width: 79.9%
}

.ltie8 .nine-tenths {
    width: 90%
}

.ltie8 .one-twelfth {
    width: 8.3%
}

.ltie8 .two-twelfths {
    width: 16.6%
}

.ltie8 .three-twelfths {
    width: 24.9%
}

.ltie8 .four-twelfths {
    width: 33.3%
}

.ltie8 .five-twelfths {
    width: 41.6%
}

.ltie8 .six-twelfths {
    width: 49.9%
}

.ltie8 .seven-twelfths {
    width: 58.3%
}

.ltie8 .eight-twelfths {
    width: 66.6%
}

.ltie8 .nine-twelfths {
    width: 74.9%
}

.ltie8 .ten-twelfths {
    width: 83.3%
}

.ltie8 .eleven-twelfths {
    width: 91.6%
}

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

.bg--grey-lighter {
    background-color: #f9f9f9
}

.bg--grey-light {
    background-color: #f0f0f0
}

.bg--grey, .pagination > li.current > a {
    background-color: #e4e5e6
}

.bg--grey-medium {
    background-color: #d4d4d4
}

.bg--grey-dark {
    background-color: #727272
}

.bg--grey-darkest {
    background-color: #5e5e5e
}

.text--white {
    color: #fff
}

.text--black {
    color: #000
}

.text--grey-lightest {
    color: #969696
}

.text--grey {
    color: #e4e5e6
}

.text--grey-medium {
    color: #d4d4d4
}

.text--grey-dark {
    color: #727272
}

.text--grey-darkest {
    color: #5e5e5e
}

.text--yellow {
    color: #ffcb59
}

.text--red, .pagination > li.current > a {
    color: #bb162b
}

.text--error {
    color: red
}

.border--grey-medium {
    border: 1px solid #d4d4d4
}

.btn, .btn--red, .btn--flat, .btn--flat-red, .btn--disabled {
    position: relative;
    display: inline-block;
    min-width: 120px;
    padding: 0 20px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .45);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .45);
    -ms-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .45);
    -o-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .45);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .45);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.btn.btn--large, .btn--red.btn--large {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px
}

.btn.btn--medium-large {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 14px
}

.touch .btn, .touch .btn--red, .touch .btn--flat, .touch .btn--flat-red, .touch .btn--disabled {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 22px
}

.btn--ci, .btn--ci-blue, .btn--ci-red {
    position: relative;
    display: inline-block;
    font-size: 18px;
    padding: 5px 20px;
    border-radius: 6px;
    overflow: hidden;
    vertical-align: middle
}

.btn--ci.btn--icon-left:after, .btn--ci.btn--icon-right:after, .btn--ci-blue.btn--icon-left:after, .btn--ci-blue.btn--icon-right:after, .btn--ci-red.btn--icon-left:after, .btn--ci-red.btn--icon-right:after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 45px;
    height: 100%
}

.btn {
    color: #727272;
    border-color: #d4d4d4
}

.no-touch .btn:hover {
    color: #bb162b;
    text-decoration: none
}

.touch .btn.search-btn {
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 3px
}

.btn.btn--fw {
    width: 100%
}

#footer .btn {
    min-width: 24px;
    height: 24px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    vertical-align: top
}

.btn.btn--gradient-green {
    min-width: 0;
    padding-right: 20px;
    border: solid 1px #027602;
    font-size: 14px;
    text-align: left;
    padding-left: 35px;
    color: #fff
}

.btn.btn--gradient-green:hover {
    color: #fff
}

.touch.palm .btn.btn--gradient-green {
    padding-left: 40px
}

.btn--red {
    color: #fff;
    border-color: #74000f
}

.no-touch .btn--red:hover {
    color: #fff
}

.btn--flat {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #727272;
    border-color: #d4d4d4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.no-touch .btn--flat:hover, .no-touch .btn--flat.hover {
    color: #bb162b;
    text-decoration: none;
    background: #fff
}

.btn--flat.btn--large {
    font-size: 12px
}

.btn--flat-red {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    border-color: #970b1d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.no-touch .btn--flat-red:hover, .no-touch .btn--flat-red.hover {
    color: #fff
}

.btn--flat-red.btn--large {
    font-size: 12px
}

.btn--small {
    min-width: 0;
    padding: 5px 10px;
    line-height: 12px
}

.touch .btn--small {
    padding-left: 20px;
    padding-right: 20px
}

.btn--hard {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.btn--disabled {
    color: #ccc;
    border-color: #e4e5e6
}

.no-touch .btn--disabled:hover {
    color: #ccc
}

.btn--search {
    position: relative;
    float: left;
    width: 22px;
    height: 22px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #fff
}

.btn--footer {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 0;
    margin-right: 5px;
    vertical-align: top;
    border-color: #d4d4d4;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .45);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .45);
    -ms-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .45);
    -o-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .45);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .45);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.touch .btn--footer {
    width: 30px;
    height: 30px
}

.btn--icon-left {
    padding-left: 30px
}

.touch .btn--icon-left {
    padding-left: 35px
}

.btn--icon-left.btn--large {
    padding-left: 30px
}

.btn--icon-right {
    padding-right: 30px
}

.touch .btn--icon-right {
    padding-right: 35px
}

.btn--icon-right.btn--large {
    padding-right: 30px
}

.btn--ci {
    color: #5e5e5e;
    background-color: #e4e5e6
}

.no-touch .btn--ci:hover {
    text-decoration: none
}

.btn--ci.btn--icon-left {
    padding-left: 65px
}

.btn--ci.btn--icon-left:after {
    left: 0;
    background-color: #d4d4d4
}

.btn--ci.btn--icon-right {
    padding-right: 65px
}

.btn--ci.btn--icon-right:after {
    right: 0;
    background-color: #d4d4d4
}

.btn--ci-blue {
    color: #5e5e5e;
    background-color: #e1e7ee
}

.no-touch .btn--ci-blue:hover {
    background-color: #e8ecf2;
    text-decoration: none
}

.btn--ci-blue.btn--icon-left {
    padding-left: 65px
}

.btn--ci-blue.btn--icon-left:after {
    left: 0;
    background-color: #899eba
}

.btn--ci-blue.btn--icon-right {
    padding-right: 65px
}

.btn--ci-blue.btn--icon-right:after {
    right: 0;
    background-color: #899eba
}

.btn--ci-red {
    color: #fff;
    background-color: #bb162b
}

.no-touch .btn--ci-red:hover {
    background-color: #c4172d;
    text-decoration: none
}

.btn--ci-red.btn--icon-left {
    padding-left: 65px
}

.btn--ci-red.btn--icon-left:after {
    left: 0;
    background-color: #970b1d
}

.btn--ci-red.btn--icon-right {
    padding-right: 65px
}

.btn--ci-red.btn--icon-right:after {
    right: 0;
    background-color: #970b1d
}

.touch.palm .palm-text--link {
    background: none;
    box-shadow: none;
    border: none;
    text-decoration: underline;
    color: #bb162b;
    font-size: 1em;
    font-weight: normal;
    text-transform: none !important
}

.touch.lap .lap-text--link {
    background: none;
    box-shadow: none;
    border: none;
    text-decoration: underline;
    color: #bb162b;
    font-size: 1em;
    font-weight: normal;
    text-transform: none !important
}

.icon {
}

.icon--globe > .icon {
    right: 0;
    top: 6px;
    width: 14px;
    height: 13px;
    background-position: 0 -120px
}

.touch.palm .icon--globe > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png");
    top: 9px
}

.touch.lap .icon--globe > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png");
    top: 9px
}

.retina.touch.palm .icon--globe > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--globe > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--search > .icon {
    width: 100%;
    height: 100%;
    background-position: -119px -57px
}

.touch.palm .icon--search > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--search > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--search > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--search > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--search-large > .icon {
    width: 16px;
    height: 16px;
    top: 3px;
    left: 2px;
    background-position: -270px -60px
}

.touch.palm .icon--search-large > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--search-large > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--search-large > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--search-large > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--cross > .icon {
    width: 16px;
    height: 16px;
    top: 4px;
    left: 3px;
    background-position: -90px -750px
}

.touch.palm .icon--cross > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--cross > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--cross > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--cross > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--cross-red > .icon {
    width: 16px;
    height: 16px;
    top: 4px;
    left: 3px;
    background-position: -120px -750px
}

.touch.palm .icon--cross-red > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--cross-red > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--cross-red > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--cross-red > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--min > .icon {
    background-position: -301px -121px;
    width: 20px;
    height: 20px;
    right: -8px;
    top: 2px
}

.touch.palm .icon--min > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--min > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--min > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--min > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--min.opened > .icon {
    background-position: -271px -121px
}

.touch.palm .icon--min.opened > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--min.opened > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--min.opened > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--min.opened > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--brochure > .icon {
    background-position: -150px -270px;
    width: 24px;
    height: 29px;
    right: 10px;
    top: 6px
}

.touch.palm .icon--brochure > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--brochure > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--brochure > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--brochure > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--car > .icon {
    background-position: 0 -270px;
    width: 50px;
    height: 19px
}

.touch.palm .icon--car > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--car > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--car > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--car > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--gallery > .icon {
    background-position: -90px -270px;
    width: 23px;
    height: 23px;
    right: 10px;
    top: 10px
}

.touch.palm .icon--gallery > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--gallery > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--gallery > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--gallery > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.btn--sub-navigation > .icon {
    left: 50%;
    top: 50%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.icon--facebook-sub-navigation > .icon {
    width: 9px;
    height: 15px;
    background-position: -419px -600px;
    background-size: 500px 1200px;
    margin-left: -3px;
    margin-top: -7px
}

.touch.palm .icon--facebook-sub-navigation > .icon {
    width: 13px;
    height: 21px;
    background-position: -587px -840px;
    margin-left: -4px;
    margin-top: -9px;
    background-size: 700px 1680px
}

.touch.lap .icon--facebook-sub-navigation > .icon {
    width: 13px;
    height: 21px;
    background-position: -587px -840px;
    margin-left: -4px;
    margin-top: -9px;
    background-size: 700px 1680px
}

.icon--twitter-sub-navigation > .icon {
    width: 14px;
    height: 12px;
    background-position: -439px -602px;
    background-size: 500px 1200px;
    margin-left: -7px;
    margin-top: -5px
}

.touch.palm .icon--twitter-sub-navigation > .icon {
    width: 20px;
    height: 17px;
    background-position: -615px -843px;
    margin-left: -9px;
    margin-top: -7px;
    background-size: 700px 1680px
}

.touch.lap .icon--twitter-sub-navigation > .icon {
    width: 20px;
    height: 17px;
    background-position: -615px -843px;
    margin-left: -9px;
    margin-top: -7px;
    background-size: 700px 1680px
}

.icon--pinterest-sub-navigation > .icon {
    width: 13px;
    height: 14px;
    background-position: -461px -601px;
    background-size: 500px 1200px;
    margin-left: -5px;
    margin-top: -7px
}

.touch.palm .icon--pinterest-sub-navigation > .icon {
    width: 19px;
    height: 20px;
    background-position: -646px -842px;
    margin-left: -7px;
    margin-top: -9px;
    background-size: 700px 1680px
}

.touch.lap .icon--pinterest-sub-navigation > .icon {
    width: 19px;
    height: 20px;
    background-position: -646px -842px;
    margin-left: -7px;
    margin-top: -9px;
    background-size: 700px 1680px
}

.icon--addthis-sub-navigation > .icon {
    width: 8px;
    height: 8px;
    background-position: -483px -604px;
    background-size: 500px 1200px;
    margin-left: -4px;
    margin-top: -4px
}

.touch.palm .icon--addthis-sub-navigation > .icon {
    width: 12px;
    height: 12px;
    background-position: -677px -846px;
    margin-left: -5px;
    margin-top: -5px;
    background-size: 700px 1680px
}

.touch.lap .icon--addthis-sub-navigation > .icon {
    width: 12px;
    height: 12px;
    background-position: -677px -846px;
    margin-left: -5px;
    margin-top: -5px;
    background-size: 700px 1680px
}

.icon--pointer > .icon {
    background-position: -60px -1050px;
    width: 23px;
    height: 21px;
    bottom: -9px;
    left: -21px
}

.touch.palm .icon--pointer > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--pointer > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--pointer > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--pointer > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--pointer-reverse > .icon {
    background-position: -91px -1050px;
    width: 23px;
    height: 21px;
    bottom: -9px;
    right: -21px
}

.touch.palm .icon--pointer-reverse > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--pointer-reverse > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--pointer-reverse > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--pointer-reverse > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--play-large > .icon {
    top: 50%;
    left: 50%;
    width: 62px;
    height: 62px;
    background-position: -150px -630px;
    background-size: 500px 1200px;
    margin-left: -31px;
    margin-top: -31px
}

.touch.palm .icon--play-large > .icon {
    width: 87px;
    height: 87px;
    background-position: -210px -882px;
    margin-left: -43px;
    margin-top: -43px;
    background-size: 700px 1680px
}

.touch.lap .icon--play-large > .icon {
    width: 87px;
    height: 87px;
    background-position: -210px -882px;
    margin-left: -43px;
    margin-top: -43px;
    background-size: 700px 1680px
}

.icon--play-large.add-on__block > .icon {
    margin-top: -55px
}

.touch.lap .icon--play-large.add-on__block > .icon, .touch.palm .icon--play-large.add-on__block > .icon {
    margin-top: -75px
}

.icon--plus > .icon {
    background-position: -330px -720px;
    width: 5px;
    height: 5px;
    top: 40px;
    left: 50%;
    margin-left: -31px
}

.touch.palm .icon--plus > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--plus > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--plus > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--plus > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--next > .icon {
    right: 0;
    top: 50%;
    width: 5px;
    height: 7px;
    background-position: -360px -390px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: -4px
}

.touch.palm .icon--next > .icon {
    width: 7px;
    height: 10px;
    background-position: -504px -546px;
    margin-left: 0;
    margin-top: -5px;
    background-size: 700px 1680px
}

.touch.lap .icon--next > .icon {
    width: 7px;
    height: 10px;
    background-position: -504px -546px;
    margin-left: 0;
    margin-top: -5px;
    background-size: 700px 1680px
}

.icon--previous > .icon {
    left: 0;
    top: 50%;
    width: 5px;
    height: 7px;
    background-position: -390px -390px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: -4px
}

.touch.palm .icon--previous > .icon {
    width: 7px;
    height: 10px;
    background-position: -546px -546px;
    margin-left: 0;
    margin-top: -5px;
    background-size: 700px 1680px
}

.touch.lap .icon--previous > .icon {
    width: 7px;
    height: 10px;
    background-position: -546px -546px;
    margin-left: 0;
    margin-top: -5px;
    background-size: 700px 1680px
}

.icon--arrow-white > .icon {
    left: 15px;
    top: 13px;
    width: 10px;
    height: 11px;
    background-position: -330px -390px;
    background-size: 500px 1200px;
    margin-left: -4px;
    margin-top: 0
}

.touch.palm .icon--arrow-white > .icon {
    width: 14px;
    height: 16px;
    background-position: -462px -546px;
    margin-left: -5px;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .icon--arrow-white > .icon {
    width: 14px;
    height: 16px;
    background-position: -462px -546px;
    margin-left: -5px;
    margin-top: 0;
    background-size: 700px 1680px
}

.icon--arrow-black-small > .icon {
    left: 0;
    top: 50%;
    width: 5px;
    height: 7px;
    background-position: -360px -390px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: -4px
}

.touch.palm .icon--arrow-black-small > .icon {
    width: 7px;
    height: 10px;
    background-position: -504px -546px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .icon--arrow-black-small > .icon {
    width: 7px;
    height: 10px;
    background-position: -504px -546px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.palm .icon--arrow-black-small > .icon {
    margin-top: -5px
}

.touch.lap .icon--arrow-black-small > .icon {
    margin-top: -5px
}

.icon--arrow-red-reverse > .icon {
    right: 5px;
    top: 50%;
    width: 8px;
    height: 10px;
    background-position: -240px -930px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: -5px
}

.touch.palm .icon--arrow-red-reverse > .icon {
    width: 12px;
    height: 14px;
    background-position: -336px -1302px;
    margin-left: 0;
    margin-top: -7px;
    background-size: 700px 1680px
}

.touch.lap .icon--arrow-red-reverse > .icon {
    width: 12px;
    height: 14px;
    background-position: -336px -1302px;
    margin-left: 0;
    margin-top: -7px;
    background-size: 700px 1680px
}

.icon--experience-link > .icon {
    left: 0;
    top: 50%;
    width: 5px;
    height: 7px;
    background-position: -360px -420px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: -4px
}

.touch.palm .icon--experience-link > .icon {
    width: 7px;
    height: 10px;
    background-position: -504px -588px;
    margin-left: 0;
    margin-top: -5px;
    background-size: 700px 1680px
}

.touch.lap .icon--experience-link > .icon {
    width: 7px;
    height: 10px;
    background-position: -504px -588px;
    margin-left: 0;
    margin-top: -5px;
    background-size: 700px 1680px
}

@media screen and (max-width: 580px)and (min-width: 0) {
    .icon--experience-link > .icon {
        left: 0;
        top: 50%;
        width: 5px;
        height: 7px;
        background-position: -360px -390px;
        background-size: 500px 1200px;
        margin-left: 0;
        margin-top: -4px
    }

    .touch.palm .icon--experience-link > .icon {
        width: 7px;
        height: 10px;
        background-position: -504px -546px;
        margin-left: 0;
        margin-top: -5px;
        background-size: 700px 1680px
    }

    .touch.lap .icon--experience-link > .icon {
        width: 7px;
        height: 10px;
        background-position: -504px -546px;
        margin-left: 0;
        margin-top: -5px;
        background-size: 700px 1680px
    }
}

.btn--flat-red.icon--arrow-white .icon {
    top: 13px;
    left: 11px
}

.touch.palm .btn--flat-red.icon--arrow-white .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png");
    background-position: -330px -390px;
    background-size: 500px 1200px
}

.touch.lap .btn--flat-red.icon--arrow-white .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png");
    background-position: -330px -390px;
    background-size: 500px 1200px
}

.retina.touch.palm .btn--flat-red.icon--arrow-white .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .btn--flat-red.icon--arrow-white .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon .btn--flat.icon--arrow-white {
    top: 13px;
    left: 11px;
    background-position: -330px -420px
}

.touch.palm .icon .btn--flat.icon--arrow-white {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon .btn--flat.icon--arrow-white {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon .btn--flat.icon--arrow-white {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px;
    background-position: -330px -420px;
    width: 10px;
    height: 11px;
    top: 13px;
    left: 11px
}

.retina.touch.lap .icon .btn--flat.icon--arrow-white {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px;
    background-position: -330px -420px;
    width: 10px;
    height: 11px;
    top: 13px;
    left: 11px
}

.icon--configurator .icon {
    top: 10px;
    left: 6px;
    width: 16px;
    height: 16px;
    background-position: -390px -270px
}

.touch.palm .icon--configurator .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--configurator .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--configurator .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--configurator .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--configurator:hover > .icon {
    background-position: -390px -300px
}

.icon--sharing .icon {
    top: 11px;
    left: 9px;
    width: 13px;
    height: 15px;
    background-position: -360px -270px
}

.touch.palm .icon--sharing .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--sharing .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--sharing .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--sharing .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--sharing:hover > .icon {
    background-position: -360px -300px
}

.icon--brochure-flat .icon {
    top: 11px;
    left: 9px;
    width: 11px;
    height: 15px;
    background-position: -420px -270px
}

.touch.palm .icon--brochure-flat .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--brochure-flat .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--brochure-flat .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--brochure-flat .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--brochure-flat:hover > .icon {
    background-position: -420px -300px
}

.icon--location > .icon {
    right: 8px;
    top: 5px;
    width: 12px;
    height: 12px;
    background-position: -360px -720px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm .icon--location > .icon {
    width: 17px;
    height: 17px;
    background-position: -504px -1008px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .icon--location > .icon {
    width: 17px;
    height: 17px;
    background-position: -504px -1008px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.palm .icon--location > .icon {
    top: 12px;
    right: 10px
}

.touch.lap .icon--location > .icon {
    top: 12px;
    right: 10px
}

.icon--location-active > .icon {
    right: 12px;
    top: 5px;
    width: 12px;
    height: 12px;
    background-position: -390px -720px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm .icon--location-active > .icon {
    width: 17px;
    height: 17px;
    background-position: -546px -1008px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .icon--location-active > .icon {
    width: 17px;
    height: 17px;
    background-position: -546px -1008px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.palm .icon--location-active > .icon {
    top: 12px;
    right: 10px
}

.touch.lap .icon--location-active > .icon {
    top: 12px;
    right: 10px
}

.icon--loading > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/loading.gif");
    background-size: 16px 16px;
    background-position: 0 0;
    width: 16px;
    height: 16px;
    right: 6px;
    top: 3px
}

.touch.palm .icon--loading > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/loading.gif");
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    top: 12px
}

.touch.lap .icon--loading > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/loading.gif");
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    top: 12px
}

.icon--loading-reverse > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/loading.gif");
    background-size: 16px 16px;
    background-position: 0 0;
    width: 16px;
    height: 16px;
    left: 0;
    top: 3px
}

.touch.palm .icon--loading-reverse > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/loading.gif");
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    top: 12px
}

.touch.lap .icon--loading-reverse > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/loading.gif");
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    top: 12px
}

.icon--newsletter-footer > .icon {
    top: 5px;
    left: 6px;
    width: 13px;
    height: 13px;
    background-position: 0 -600px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm .icon--newsletter-footer > .icon {
    width: 19px;
    height: 19px;
    background-position: 0 -840px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .icon--newsletter-footer > .icon {
    width: 19px;
    height: 19px;
    background-position: 0 -840px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.icon--instagram-footer > .icon {
    top: 3px;
    left: 3px;
    width: 17px;
    height: 16px;
    background-position: -30px -600px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm .icon--instagram-footer > .icon {
    width: 24px;
    height: 23px;
    background-position: -42px -840px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .icon--instagram-footer > .icon {
    width: 24px;
    height: 23px;
    background-position: -42px -840px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.palm .icon--instagram-footer > .icon {
    left: 4px
}

.touch.lap .icon--instagram-footer > .icon {
    left: 4px
}

.icon--facebook-footer > .icon {
    top: 4px;
    left: 9px;
    width: 8px;
    height: 16px;
    background-position: -60px -600px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm .icon--facebook-footer > .icon {
    width: 12px;
    height: 23px;
    background-position: -84px -840px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .icon--facebook-footer > .icon {
    width: 12px;
    height: 23px;
    background-position: -84px -840px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.icon--twitter-footer > .icon {
    top: 5px;
    left: 5px;
    width: 15px;
    height: 16px;
    background-position: -90px -600px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm .icon--twitter-footer > .icon {
    width: 21px;
    height: 23px;
    background-position: -126px -840px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .icon--twitter-footer > .icon {
    width: 21px;
    height: 23px;
    background-position: -126px -840px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.palm .icon--twitter-footer > .icon {
    top: 7px
}

.touch.lap .icon--twitter-footer > .icon {
    top: 7px
}

.icon--youtube-footer > .icon {
    top: 6px;
    left: 4px;
    width: 17px;
    height: 12px;
    background-position: -120px -600px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm .icon--youtube-footer > .icon {
    width: 24px;
    height: 17px;
    background-position: -168px -840px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .icon--youtube-footer > .icon {
    width: 24px;
    height: 17px;
    background-position: -168px -840px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.palm .icon--youtube-footer > .icon {
    top: 7px
}

.touch.lap .icon--youtube-footer > .icon {
    top: 7px
}

.icon--google-footer > .icon {
    top: 4px;
    left: 4px;
    width: 17px;
    height: 14px;
    background-position: -150px -600px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm .icon--google-footer > .icon {
    width: 24px;
    height: 20px;
    background-position: -210px -840px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .icon--google-footer > .icon {
    width: 24px;
    height: 20px;
    background-position: -210px -840px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.icon--linkedin-footer > .icon {
    top: 5px;
    left: 5px;
    width: 13px;
    height: 12px;
    background-position: -180px -600px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm .icon--linkedin-footer > .icon {
    width: 19px;
    height: 17px;
    background-position: -252px -840px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .icon--linkedin-footer > .icon {
    width: 19px;
    height: 17px;
    background-position: -252px -840px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.icon--pinterest-footer > .icon {
    top: 4px;
    left: 7px;
    width: 11px;
    height: 14px;
    background-position: -210px -600px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm .icon--pinterest-footer > .icon {
    width: 16px;
    height: 20px;
    background-position: -294px -840px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .icon--pinterest-footer > .icon {
    width: 16px;
    height: 20px;
    background-position: -294px -840px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.icon--buzz-footer > .icon {
    top: 4px;
    left: 5px;
    width: 14px;
    height: 14px;
    background-position: -240px -600px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm .icon--buzz-footer > .icon {
    width: 20px;
    height: 20px;
    background-position: -336px -840px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .icon--buzz-footer > .icon {
    width: 20px;
    height: 20px;
    background-position: -336px -840px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.icon--tuenti-footer > .icon {
    top: 4px;
    left: 4px;
    width: 15px;
    height: 15px;
    background-position: -270px -600px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm .icon--tuenti-footer > .icon {
    width: 21px;
    height: 21px;
    background-position: -378px -840px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .icon--tuenti-footer > .icon {
    width: 21px;
    height: 21px;
    background-position: -378px -840px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.icon--konnect-footer > .icon {
    top: 4px;
    left: 4px;
    width: 15px;
    height: 15px;
    background-position: -300px -600px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm .icon--konnect-footer > .icon {
    width: 21px;
    height: 21px;
    background-position: -420px -840px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .icon--konnect-footer > .icon {
    width: 21px;
    height: 21px;
    background-position: -420px -840px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.icon--flickr-footer > .icon {
    top: 4px;
    left: 3px;
    width: 16px;
    height: 12px;
    background-position: -330px -600px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm .icon--flickr-footer > .icon {
    width: 23px;
    height: 17px;
    background-position: -462px -840px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .icon--flickr-footer > .icon {
    width: 23px;
    height: 17px;
    background-position: -462px -840px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.icon--magazine-footer > .icon {
    top: 4px;
    left: 7px;
    width: 8px;
    height: 15px;
    background-position: -360px -600px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm .icon--magazine-footer > .icon {
    width: 12px;
    height: 21px;
    background-position: -504px -840px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .icon--magazine-footer > .icon {
    width: 12px;
    height: 21px;
    background-position: -504px -840px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.icon--blogspot-footer > .icon {
    top: 4px;
    left: 5px;
    width: 13px;
    height: 14px;
    background-position: -390px -600px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm .icon--blogspot-footer > .icon {
    width: 19px;
    height: 20px;
    background-position: -546px -840px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .icon--blogspot-footer > .icon {
    width: 19px;
    height: 20px;
    background-position: -546px -840px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.icon--checkmark > .icon {
    left: 10px;
    top: 6px;
    width: 15px;
    height: 12px;
    background-position: -60px -720px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm .icon--checkmark > .icon {
    width: 21px;
    height: 17px;
    background-position: -84px -1008px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .icon--checkmark > .icon {
    width: 21px;
    height: 17px;
    background-position: -84px -1008px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch .icon--checkmark > .icon {
    top: 12px
}

.icon--checked > .icon {
    top: 50%;
    left: 0;
    width: 14px;
    height: 10px;
    background-position: -240px -960px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: -5px
}

.touch.palm .icon--checked > .icon {
    width: 20px;
    height: 14px;
    background-position: -336px -1344px;
    margin-left: 0;
    margin-top: -7px;
    background-size: 700px 1680px
}

.touch.lap .icon--checked > .icon {
    width: 20px;
    height: 14px;
    background-position: -336px -1344px;
    margin-left: 0;
    margin-top: -7px;
    background-size: 700px 1680px
}

.dealer-by-location.icon--checked > .icon {
    top: 6px;
    left: auto;
    right: 10px;
    width: 14px;
    height: 10px;
    background-position: -240px -960px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm .dealer-by-location.icon--checked > .icon {
    width: 20px;
    height: 14px;
    background-position: -336px -1344px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .dealer-by-location.icon--checked > .icon {
    width: 20px;
    height: 14px;
    background-position: -336px -1344px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.palm .dealer-by-location.icon--checked > .icon {
    top: 12px;
    right: 10px
}

.touch.lap .dealer-by-location.icon--checked > .icon {
    top: 12px;
    right: 10px
}

#meta-navigation .nav li a .icon.icon--brochure {
    width: 11px;
    height: 15px;
    background-position: -60px -30px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm #meta-navigation .nav li a .icon.icon--brochure {
    width: 16px;
    height: 21px;
    background-position: -84px -42px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap #meta-navigation .nav li a .icon.icon--brochure {
    width: 16px;
    height: 21px;
    background-position: -84px -42px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

#meta-navigation .nav li a .icon.icon--pricelist {
    width: 10px;
    height: 14px;
    background-position: -60px -30px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm #meta-navigation .nav li a .icon.icon--pricelist {
    width: 14px;
    height: 20px;
    background-position: -84px -42px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap #meta-navigation .nav li a .icon.icon--pricelist {
    width: 14px;
    height: 20px;
    background-position: -84px -42px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

#meta-navigation .nav li a .icon.icon--testdrive {
    width: 16px;
    height: 15px;
    background-position: 0 -30px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm #meta-navigation .nav li a .icon.icon--testdrive {
    width: 23px;
    height: 21px;
    background-position: 0 -42px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap #meta-navigation .nav li a .icon.icon--testdrive {
    width: 23px;
    height: 21px;
    background-position: 0 -42px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

#meta-navigation .nav li a .icon.icon--dealerfinder {
    width: 19px;
    height: 15px;
    background-position: -120px -30px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm #meta-navigation .nav li a .icon.icon--dealerfinder {
    width: 27px;
    height: 21px;
    background-position: -168px -42px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap #meta-navigation .nav li a .icon.icon--dealerfinder {
    width: 27px;
    height: 21px;
    background-position: -168px -42px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

#meta-navigation .nav li a .icon.icon--contact {
    width: 16px;
    height: 15px;
    background-position: -179px -30px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm #meta-navigation .nav li a .icon.icon--contact {
    width: 23px;
    height: 21px;
    background-position: -251px -42px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap #meta-navigation .nav li a .icon.icon--contact {
    width: 23px;
    height: 21px;
    background-position: -251px -42px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.icon--testdrive-white > .icon {
    top: 50%;
    left: 9px;
    width: 12px;
    height: 12px;
    background-position: -210px -270px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: -6px
}

.touch.palm .icon--testdrive-white > .icon {
    width: 17px;
    height: 17px;
    background-position: -294px -378px;
    margin-left: 0;
    margin-top: -8px;
    background-size: 700px 1680px
}

.touch.lap .icon--testdrive-white > .icon {
    width: 17px;
    height: 17px;
    background-position: -294px -378px;
    margin-left: 0;
    margin-top: -8px;
    background-size: 700px 1680px
}

.icon--brochure-white > .icon {
    top: 50%;
    left: 11px;
    width: 9px;
    height: 12px;
    background-position: -270px -270px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: -6px
}

.touch.palm .icon--brochure-white > .icon {
    width: 13px;
    height: 17px;
    background-position: -378px -378px;
    margin-left: 0;
    margin-top: -8px;
    background-size: 700px 1680px
}

.touch.lap .icon--brochure-white > .icon {
    width: 13px;
    height: 17px;
    background-position: -378px -378px;
    margin-left: 0;
    margin-top: -8px;
    background-size: 700px 1680px
}

.icon--dealerfinder-white > .icon {
    top: 50%;
    left: 9px;
    width: 13px;
    height: 12px;
    background-position: -330px -270px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: -6px
}

.touch.palm .icon--dealerfinder-white > .icon {
    width: 19px;
    height: 17px;
    background-position: -462px -378px;
    margin-left: 0;
    margin-top: -8px;
    background-size: 700px 1680px
}

.touch.lap .icon--dealerfinder-white > .icon {
    width: 19px;
    height: 17px;
    background-position: -462px -378px;
    margin-left: 0;
    margin-top: -8px;
    background-size: 700px 1680px
}

.icon--currentlocation > .icon {
    top: -2px;
    left: 6px;
    width: 9px;
    height: 16px;
    background-position: -300px -928px;
    background-size: 500px 1200px;
    margin-left: -4px;
    margin-top: 0
}

.touch.palm .icon--currentlocation > .icon {
    width: 13px;
    height: 23px;
    background-position: -420px -1300px;
    margin-left: -5px;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .icon--currentlocation > .icon {
    width: 13px;
    height: 23px;
    background-position: -420px -1300px;
    margin-left: -5px;
    margin-top: 0;
    background-size: 700px 1680px
}

.icon--currentlocation--loading > .icon {
    top: -3px;
    left: -3px;
    width: 16px;
    height: 16px;
    background: url("http://www.kia.com/eu/responsive/img/dealerfinder/loader.gif") no-repeat 0 0 !important
}

.icon--show-map > .icon {
    top: 50%;
    right: 18px;
    width: 14px;
    height: 16px;
    background-position: -300px -960px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: -10px
}

.touch.palm .icon--show-map > .icon {
    width: 20px;
    height: 23px;
    background-position: -420px -1344px;
    margin-left: 0;
    margin-top: -14px;
    background-size: 700px 1680px
}

.touch.lap .icon--show-map > .icon {
    width: 20px;
    height: 23px;
    background-position: -420px -1344px;
    margin-left: 0;
    margin-top: -14px;
    background-size: 700px 1680px
}

.icon--testdrive-grey > .icon {
    top: 50%;
    left: 9px;
    width: 12px;
    height: 12px;
    background-position: -210px -300px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: -6px
}

.touch.palm .icon--testdrive-grey > .icon {
    width: 17px;
    height: 17px;
    background-position: -294px -420px;
    margin-left: 0;
    margin-top: -8px;
    background-size: 700px 1680px
}

.touch.lap .icon--testdrive-grey > .icon {
    width: 17px;
    height: 17px;
    background-position: -294px -420px;
    margin-left: 0;
    margin-top: -8px;
    background-size: 700px 1680px
}

.icon--testdrive-grey:hover > .icon {
    width: 12px;
    height: 12px;
    background-position: -210px -330px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: -6px
}

.icon--brochure-grey > .icon {
    top: 50%;
    left: 11px;
    width: 9px;
    height: 12px;
    background-position: -270px -300px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: -6px
}

.touch.palm .icon--brochure-grey > .icon {
    width: 13px;
    height: 17px;
    background-position: -378px -420px;
    margin-left: 0;
    margin-top: -8px;
    background-size: 700px 1680px
}

.touch.lap .icon--brochure-grey > .icon {
    width: 13px;
    height: 17px;
    background-position: -378px -420px;
    margin-left: 0;
    margin-top: -8px;
    background-size: 700px 1680px
}

.icon--brochure-grey:hover > .icon {
    width: 12px;
    height: 12px;
    background-position: -270px -330px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: -6px
}

.icon--dealerfinder-grey > .icon {
    top: 50%;
    left: 9px;
    width: 13px;
    height: 12px;
    background-position: -330px -300px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: -6px
}

.touch.palm .icon--dealerfinder-grey > .icon {
    width: 19px;
    height: 17px;
    background-position: -462px -420px;
    margin-left: 0;
    margin-top: -8px;
    background-size: 700px 1680px
}

.touch.lap .icon--dealerfinder-grey > .icon {
    width: 19px;
    height: 17px;
    background-position: -462px -420px;
    margin-left: 0;
    margin-top: -8px;
    background-size: 700px 1680px
}

.icon--dealerfinder-grey:hover > .icon {
    top: 50%;
    left: 9px;
    width: 13px;
    height: 12px;
    background-position: -330px -330px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: -6px
}

.icon--share > .icon {
    top: 0;
    left: 0;
    width: 32px;
    height: 27px;
    background-position: -30px -630px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm .icon--share > .icon {
    width: 45px;
    height: 38px;
    background-position: -42px -882px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .icon--share > .icon {
    width: 45px;
    height: 38px;
    background-position: -42px -882px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.icon--share-small .icon {
    top: 0;
    left: 0;
    width: 16px;
    height: 13px;
    background-position: 0 -630px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm .icon--share-small .icon {
    width: 23px;
    height: 19px;
    background-position: 0 -882px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .icon--share-small .icon {
    width: 23px;
    height: 19px;
    background-position: 0 -882px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.icon--play > .icon {
    top: 0;
    left: 0;
    width: 32px;
    height: 31px;
    background-position: -90px -630px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm .icon--play > .icon {
    width: 45px;
    height: 44px;
    background-position: -126px -882px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .icon--play > .icon {
    width: 45px;
    height: 44px;
    background-position: -126px -882px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.icon--showroom .icon {
    width: 16px;
    height: 15px;
    top: 0;
    left: 0;
    background-position: -0 -960px
}

.touch.palm .icon--showroom .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--showroom .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--showroom .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--showroom .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--service .icon {
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    background-position: -30px -960px
}

.touch.palm .icon--service .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--service .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--service .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--service .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--occasions .icon {
    width: 22px;
    height: 16px;
    top: 0;
    left: 0;
    background-position: -120px -960px
}

.touch.palm .icon--occasions .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--occasions .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--occasions .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--occasions .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--dealer .icon {
    width: 14px;
    height: 13px;
    top: 0;
    left: 0;
    background-position: -60px -960px
}

.touch.palm .icon--dealer .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--dealer .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--dealer .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--dealer .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--marker .icon {
    width: 11px;
    height: 16px;
    top: 0;
    left: 0;
    background-position: -90px -960px
}

.touch.palm .icon--marker .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--marker .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--marker .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--marker .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--showroom-red .icon {
    width: 16px;
    height: 15px;
    top: 2px;
    left: 0;
    background-position: -0 -990px
}

.touch.palm .icon--showroom-red .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--showroom-red .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--showroom-red .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--showroom-red .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--service-red .icon {
    width: 17px;
    height: 15px;
    top: 2px;
    left: 0;
    background-position: -30px -990px
}

.touch.palm .icon--service-red .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--service-red .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--service-red .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--service-red .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--occasions-red .icon {
    width: 22px;
    height: 16px;
    top: 2px;
    left: -6px;
    background-position: -120px -990px
}

.touch.palm .icon--occasions-red .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--occasions-red .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--occasions-red .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--occasions-red .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--dealer-white .icon {
    width: 17px;
    height: 15px;
    top: 0;
    left: 0;
    background-position: -59px -1020px
}

.touch.palm .icon--dealer-white .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--dealer-white .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--dealer-white .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--dealer-white .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--marker-white .icon {
    width: 11px;
    height: 16px;
    top: 0;
    left: 0;
    background-position: -90px -1020px
}

.touch.palm .icon--marker-white .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--marker-white .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--marker-white .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--marker-white .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--previous-red > .icon {
    background-position: -270px -930px;
    width: 8px;
    height: 10px;
    left: 0;
    top: 50%;
    margin-top: -5px
}

.touch.palm .icon--previous-red > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--previous-red > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--previous-red > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--previous-red > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--direction .icon {
    width: 17px;
    height: 17px;
    top: 11px;
    left: 20px;
    background-position: 0 -930px
}

.touch.palm .icon--direction .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--direction .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--direction .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--direction .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--phone .icon {
    width: 15px;
    height: 15px;
    top: 12px;
    left: 20px;
    background-position: -30px -930px
}

.touch.palm .icon--phone .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--phone .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--phone .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--phone .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--enveloppe .icon {
    width: 17px;
    height: 12px;
    top: 14px;
    left: 20px;
    background-position: -60px -930px
}

.touch.palm .icon--enveloppe .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--enveloppe .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--enveloppe .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--enveloppe .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--link .icon {
    width: 15px;
    height: 15px;
    top: 13px;
    left: 20px;
    background-position: -90px -930px
}

.touch.palm .icon--link .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--link .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--link .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--link .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--person .icon {
    width: 13px;
    height: 13px;
    top: 13px;
    left: 20px;
    background-position: -347px -930px
}

.touch .icon--person .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch .icon--person .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--download .icon {
    width: 12px;
    height: 13px;
    top: 4px;
    left: 0;
    background-position: -468px -720px
}

.touch .icon--download .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch .icon--download .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.palm.touch .icon--download .icon {
    top: 8px
}

.icon--printer .icon {
    top: 5px;
    left: 0;
    width: 13px;
    height: 14px;
    background-position: -467px -736px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm .icon--printer .icon {
    width: 19px;
    height: 20px;
    background-position: -654px -1031px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .icon--printer .icon {
    width: 19px;
    height: 20px;
    background-position: -654px -1031px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.palm.touch .icon--printer .icon {
    top: 8px
}

.icon--city .icon {
    width: 12px;
    height: 17px;
    top: 13px;
    left: 20px;
    background-position: -270px -960px
}

.touch .icon--city .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch .icon--city .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--radar .icon {
    width: 12px;
    height: 12px;
    top: 6px;
    right: 10px;
    background-position: -360px -720px
}

.touch.palm .icon--radar .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--radar .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--radar .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--radar .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--cross-dot .icon {
    width: 13px;
    height: 13px;
    top: 6px;
    right: 6px;
    background-position: -150px -930px
}

.touch.palm .icon--cross-dot .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--cross-dot .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--cross-dot .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--cross-dot .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--dealer-type .icon {
    width: 14px;
    height: 10px;
    margin-top: 5px;
    margin-right: 10px;
    vertical-align: top;
    position: relative;
    background-position: -240px -960px
}

.touch.palm .icon--dealer-type .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--dealer-type .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--dealer-type .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--dealer-type .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--df-search > .icon {
    width: 14px;
    height: 14px;
    top: 4px;
    left: 3px;
    background-position: -300px -30px
}

.touch.palm .icon--df-search > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.touch.lap .icon--df-search > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch.palm .icon--df-search > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.retina.touch.lap .icon--df-search > .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.icon--newsletter-footer {
    display: block
}

.icon--confirmation {
    padding-left: 50px;
    position: relative
}

.icon--confirmation .icon {
    left: 0;
    top: 10px;
    margin-top: -14px;
    width: 32px;
    height: 28px;
    background-position: -351px -502px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm .icon--confirmation .icon {
    width: 45px;
    height: 40px;
    background-position: -492px -703px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .icon--confirmation .icon {
    width: 45px;
    height: 40px;
    background-position: -492px -703px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.icon--pinterest-sub-navigation > .at_PinItButton, .icon--pinterest-sub-navigation > .at_PinItButton:hover {
    width: 11px;
    height: 15px;
    background-position: -461px -600px;
    background-size: 500px 1200px;
    margin-left: -5px;
    margin-top: -7px
}

.touch.palm .icon--pinterest-sub-navigation > .at_PinItButton, .touch.palm .icon--pinterest-sub-navigation > .at_PinItButton:hover {
    width: 16px;
    height: 21px;
    background-position: -646px -840px;
    margin-left: -7px;
    margin-top: -9px;
    background-size: 700px 1680px
}

.touch.lap .icon--pinterest-sub-navigation > .at_PinItButton, .touch.lap .icon--pinterest-sub-navigation > .at_PinItButton:hover {
    width: 16px;
    height: 21px;
    background-position: -646px -840px;
    margin-left: -7px;
    margin-top: -9px;
    background-size: 700px 1680px
}

#header, #header-mobile {
    display: none;
    border-bottom: 3px solid #bb162b;
    position: relative;
    min-height: 80px;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    box-shadow: 0 0 5px rgba(0, 0, 0, .35)
}

#header #logo, #header-mobile #logo {
    top: 50%;
    margin-top: -30px;
    position: absolute;
    width: 80px
}

#header #logo .responsive-image-wrapper, #header-mobile #logo .responsive-image-wrapper {
    width: 80px
}

.no-js #header #logo .responsive-image-wrapper > img, .no-js #header-mobile #logo .responsive-image-wrapper > img {
    position: absolute;
    top: -999px
}

#header:after, #header-mobile:after {
    content: "";
    position: absolute;
    height: 10px;
    bottom: -13px;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .15)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .15) 0%, transparent 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .15) 0%, transparent 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .15) 0%, transparent 100%)
}

.palm.menu-open #header:after, .palm.menu-open #header-mobile:after {
    display: none
}

#header #before-lap-background, #header-mobile #before-lap-background {
    display: none
}

#header .nav li a, #header-mobile .nav li a {
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.lap #header #search-wrapper, .lap #header-mobile #search-wrapper {
    position: relative
}

.lap #header #search-wrapper .input.input--search, .lap #header-mobile #search-wrapper .input.input--search {
    width: 0;
    position: absolute;
    right: 15px;
    line-height: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.lap #header #search-wrapper .btn.btn--gradient-red, .lap #header #search-wrapper .btn--gradient-red.btn--icon, .lap #header-mobile #search-wrapper .btn.btn--gradient-red, .lap #header-mobile #search-wrapper .btn--gradient-red.btn--icon {
}

.lap #header #search-wrapper .btn.btn--gradient-red:hover, .lap #header #search-wrapper .btn--gradient-red.btn--icon:hover, .lap #header-mobile #search-wrapper .btn.btn--gradient-red:hover, .lap #header-mobile #search-wrapper .btn--gradient-red.btn--icon:hover {
    background: #970b1d
}

.lap #header #search-wrapper #search-btn, .lap #header-mobile #search-wrapper #search-btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    float: right
}

.lap.search-input-open #header #search-wrapper .input.input--search, .lap-half.search-input-open #header #search-wrapper .input.input--search, .lap.search-input-open #header-mobile #search-wrapper .input.input--search, .lap-half.search-input-open #header-mobile #search-wrapper .input.input--search {
    width: 250px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.lap.search-input-open #header #search-wrapper #search-btn, .lap-half.search-input-open #header #search-wrapper #search-btn, .lap.search-input-open #header-mobile #search-wrapper #search-btn, .lap-half.search-input-open #header-mobile #search-wrapper #search-btn {
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -ms-border-top-left-radius: 0;
    -o-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -ms-border-bottom-left-radius: 0;
    -o-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

#header #meta-navigation .nav li a, #header-mobile #meta-navigation .nav li a {
    margin-top: -5px !important;
    font-family: "NeoSansProMedium", Arial, Verdana, sans-serif;
    color: #000;
    position: relative;
    white-space: nowrap;
    font-size: 10px;
    font-size: .83333rem;
    -webkit-opacity: .35;
    -moz-opacity: .35;
    -ms-opacity: .35;
    -o-opacity: .35;
    opacity: .35;
    padding-left: 20px !important;
    margin-right: 10px !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#header #meta-navigation .nav li a .icon, #header-mobile #meta-navigation .nav li a .icon {
    left: 0;
    top: 1px
}

@media screen and (max-width: 700px)and (min-width: 481px) {
    #header #meta-navigation .nav li a .icon, #header-mobile #meta-navigation .nav li a .icon {
        display: none
    }
}

.desk #header #meta-navigation .nav li a:hover, .desk #header-mobile #meta-navigation .nav li a:hover {
    text-decoration: none;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.lap.touch #header #meta-navigation .nav li a, .lap.touch #header-mobile #meta-navigation .nav li a {
    padding-left: 30px !important;
    font-size: 10px;
    font-size: .83333rem
}

@media screen and (max-width: 700px)and (min-width: 481px) {
    .lap.touch #header #meta-navigation .nav li a, .lap #header #meta-navigation .nav li a, .lap.touch #header-mobile #meta-navigation .nav li a, .lap #header-mobile #meta-navigation .nav li a {
        padding-left: 6px !important
    }

    .lap.touch #header #meta-navigation .nav li a:before, .lap #header #meta-navigation .nav li a:before, .lap.touch #header-mobile #meta-navigation .nav li a:before, .lap #header-mobile #meta-navigation .nav li a:before {
        content: '|';
        position: absolute;
        left: -6px
    }

    .lap.touch #header #meta-navigation .nav li:first-child a:before, .lap #header #meta-navigation .nav li:first-child a:before, .lap.touch #header-mobile #meta-navigation .nav li:first-child a:before, .lap #header-mobile #meta-navigation .nav li:first-child a:before {
        display: none
    }
}

#header #meta-navigationwrapper, #header-mobile #meta-navigationwrapper {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.search-input-open #header #meta-navigationwrapper, .search-input-open #header-mobile #meta-navigationwrapper {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.lap.touch #header #main-navigation, .lap.touch #header-mobile #main-navigation {
    position: relative;
    height: 40px
}

#header #main-navigation > .nav, #header-mobile #main-navigation > .nav {
    position: absolute;
    bottom: 0;
    white-space: nowrap
}

#header #main-navigation > .nav > li, #header-mobile #main-navigation > .nav > li {
    position: relative;
    color: #5e5e5e;
    white-space: normal;
    font-size: 14px;
    font-size: 1.16667rem;
    padding-left: 10px !important;
    padding-right: 10px !important
}

.lap.touch #header #main-navigation > .nav > li, .lap.touch #header-mobile #main-navigation > .nav > li {
    font-size: 14px;
    font-size: 1.16667rem
}

.ltie8 #header #main-navigation > .nav > li, .ltie8 #header-mobile #main-navigation > .nav > li {
    zoom: 1;
    *display: inline
}

#header #main-navigation > .nav > li a, #header-mobile #main-navigation > .nav > li a {
    color: #5e5e5e;
    font-size: 14px;
    font-size: 1.16667rem;
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.lap.touch #header #main-navigation > .nav > li a, .lap.touch #header-mobile #main-navigation > .nav > li a {
    font-size: 14px;
    font-size: 1.16667rem
}

#header #main-navigation > .nav > li > a, #header-mobile #main-navigation > .nav > li > a {
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent
}

#header #main-navigation > .nav > li > a.active, #header-mobile #main-navigation > .nav > li > a.active {
    border-bottom: 3px solid #bb162b;
    color: #000 !important;
    text-decoration: none;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

#header #main-navigation > .nav > li > .subnavigation, #header-mobile #main-navigation > .nav > li > .subnavigation {
    overflow: hidden;
    max-height: 0;
    position: absolute;
    left: -5px;
    width: 200px;
    border: 2px solid transparent;
    border-top: 0;
    z-index: 999
}

#header #main-navigation > .nav > li > .subnavigation > ul.nav, #header-mobile #main-navigation > .nav > li > .subnavigation > ul.nav {
    position: relative;
    display: none;
    width: 200px;
    z-index: 99;
    background-color: #fff;
    top: 3px;
    border-bottom: 2px solid #e4e5e6;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    -webkit-transform: translate3d(0, 0, 1px);
    -moz-transform: translate3d(0, 0, 1px);
    -ms-transform: translate3d(0, 0, 1px);
    -o-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px)
}

#header #main-navigation > .nav > li > .subnavigation > ul.nav li, #header-mobile #main-navigation > .nav > li > .subnavigation > ul.nav li {
    border-left: 2px solid #e4e5e6;
    border-right: 2px solid #e4e5e6
}

#header #main-navigation > .nav > li > .subnavigation > ul.nav li a, #header-mobile #main-navigation > .nav > li > .subnavigation > ul.nav li a {
    margin: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    background-color: #fff;
    font-size: 12px;
    font-size: 1rem;
    -webkit-transform: translate3d(0, 0, 1px);
    -moz-transform: translate3d(0, 0, 1px);
    -ms-transform: translate3d(0, 0, 1px);
    -o-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
    position: relative;
    z-index: 99
}

#header #main-navigation > .nav > li > .subnavigation > ul.nav li a:hover, #header #main-navigation > .nav > li > .subnavigation > ul.nav li a:focus, #header #main-navigation > .nav > li > .subnavigation > ul.nav li > a.active, #header-mobile #main-navigation > .nav > li > .subnavigation > ul.nav li a:hover, #header-mobile #main-navigation > .nav > li > .subnavigation > ul.nav li a:focus, #header-mobile #main-navigation > .nav > li > .subnavigation > ul.nav li a.active {
    color: #fff;
    text-decoration: none;
    background-color: #bb162b
}

#header #main-navigation > .nav > li > .subnavigation > ul.nav li:first-child, #header-mobile #main-navigation > .nav > li > .subnavigation > ul.nav li:first-child {
    padding-top: 5px !important
}

.ltie8 #header #main-navigation > .nav > li > .subnavigation > ul.nav li:first-child, .ltie8 #header-mobile #main-navigation > .nav > li > .subnavigation > ul.nav li:first-child {
    padding-top: 0 !important
}

#header #main-navigation > .nav > li > .subnavigation > ul.nav li:last-child, #header-mobile #main-navigation > .nav > li > .subnavigation > ul.nav li:last-child {
    padding-bottom: 5px !important
}

#header #main-navigation > .nav > li > .subnavigation > ul.nav li .model-navigation-image, #header-mobile #main-navigation > .nav > li > .subnavigation > ul.nav li .model-navigation-image {
    background: #fff;
    width: 200px;
    position: absolute;
    z-index: 97;
    right: 0;
    top: 0;
    bottom: -2px;
    overflow: hidden;
    opacity: 0;
    border-bottom: 2px solid #e4e5e6;
    border-right: 2px solid #e4e5e6;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 10px !important
}

#header #main-navigation > .nav > li > .subnavigation > ul.nav li .model-navigation-image .model-name, #header-mobile #main-navigation > .nav > li > .subnavigation > ul.nav li .model-navigation-image .model-name {
    font-family: "NeoSansProRegular", Arial, Verdana, sans-serif;
    font-size: 14px
}

#header #main-navigation > .nav > li > .subnavigation > ul.nav li .model-navigation-image .model-tagline, #header-mobile #main-navigation > .nav > li > .subnavigation > ul.nav li .model-navigation-image .model-tagline {
    font-family: "NeoSansProLight", Arial, Verdana, sans-serif;
    font-size: 22px;
    font-size: 1.83333rem;
    line-height: 1.09091;
    font-size: 24px !important
}

#header #main-navigation > .nav > li > .subnavigation > ul.nav li .model-navigation-image .responsive-image-wrapper, #header-mobile #main-navigation > .nav > li > .subnavigation > ul.nav li .model-navigation-image .responsive-image-wrapper {
    position: relative
}

#header #main-navigation > .nav > li > .subnavigation > ul.nav li .model-navigation-image img, #header-mobile #main-navigation > .nav > li > .subnavigation > ul.nav li .model-navigation-image img {
    position: absolute;
    top: 80px
}

#header #main-navigation > .nav > li > .subnavigation > ul.nav li .model-navigation-image a, #header-mobile #main-navigation > .nav > li > .subnavigation > ul.nav li .model-navigation-image a {
    padding: 0 !important
}

#header #main-navigation > .nav > li > .subnavigation > ul.nav li .model-navigation-image a:hover, #header-mobile #main-navigation > .nav > li > .subnavigation > ul.nav li .model-navigation-image a:hover {
    background-color: transparent;
    color: #5e5e5e
}

.no-touch #header #main-navigation > .nav > li > .subnavigation > ul.nav li:hover .model-navigation-image, .no-touch #header #main-navigation > .nav > li > .subnavigation > ul.nav li:focus .model-navigation-image, .no-touch #header-mobile #main-navigation > .nav > li > .subnavigation > ul.nav li:hover .model-navigation-image, .no-touch #header-mobile #main-navigation > .nav > li > .subnavigation > ul.nav li:focus .model-navigation-image {
    width: 250px;
    left: 200px;
    opacity: 1;
    z-index: 98
}

.no-touch #header #main-navigation > .nav > li > .subnavigation > ul.nav.hover .model-navigation-image, .no-touch #header #main-navigation > .nav > li > .subnavigation > ul.nav:focus .model-navigation-image, .no-touch #header-mobile #main-navigation > .nav > li > .subnavigation > ul.nav.hover .model-navigation-image, .no-touch #header-mobile #main-navigation > .nav > li > .subnavigation > ul.nav:focus .model-navigation-image {
    width: 250px;
    left: 200px;
    opacity: 0
}

.no-touch #header #main-navigation > .nav > li > .subnavigation > ul.nav.hover:before, .no-touch #header #main-navigation > .nav > li > .subnavigation > ul.nav:focus:before, .no-touch #header-mobile #main-navigation > .nav > li > .subnavigation > ul.nav.hover:before, .no-touch #header-mobile #main-navigation > .nav > li > .subnavigation > ul.nav:focus:before {
    width: 250px;
    left: 200px
}

#header #main-navigation > .nav > li:hover > a, #header #main-navigation > .nav > li:active > a, #header #main-navigation > .nav > li.active > a, #header-mobile #main-navigation > .nav > li:hover > a, #header-mobile #main-navigation > .nav > li:active > a, #header-mobile #main-navigation > .nav > li.active > a {
    border-bottom: 3px solid #bb162b;
    color: #000;
    text-decoration: none;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

#header #main-navigation > .nav > li:hover > .subnavigation, #header #main-navigation > .nav > li:active > .subnavigation, #header #main-navigation > .nav > li.active > .subnavigation, #header-mobile #main-navigation > .nav > li:hover > .subnavigation, #header-mobile #main-navigation > .nav > li:active > .subnavigation, #header-mobile #main-navigation > .nav > li.active > .subnavigation {
    overflow: visible;
    max-height: 800px;
    border: 2px solid rgba(150, 150, 150, .5);
    border-top: 0
}

#header #main-navigation > .nav > li:hover:not(.more) > .subnavigation > ul.nav, #header #main-navigation > .nav > li:active:not(.more) > .subnavigation > ul.nav, #header #main-navigation > .nav > li.active:not(.more) > .subnavigation > ul.nav, #header-mobile #main-navigation > .nav > li:hover:not(.more) > .subnavigation > ul.nav, #header-mobile #main-navigation > .nav > li:active:not(.more) > .subnavigation > ul.nav, #header-mobile #main-navigation > .nav > li.active:not(.more) > .subnavigation > ul.nav {
    display: block
}

#header #main-navigation > .nav > li #more-subnavigation .icon, #header-mobile #main-navigation > .nav > li #more-subnavigation .icon {
    top: 50%;
    left: 60px;
    margin-top: -5px !important;
    width: 12px;
    height: 7px;
    background-position: -480px -393px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0;
    -webkit-transition: all .2s cubic-bezier(.55, 0, .1, 1);
    -moz-transition: all .2s cubic-bezier(.55, 0, .1, 1);
    -ms-transition: all .2s cubic-bezier(.55, 0, .1, 1);
    -o-transition: all .2s cubic-bezier(.55, 0, .1, 1);
    transition: all .2s cubic-bezier(.55, 0, .1, 1)
}

.touch.palm #header #main-navigation > .nav > li #more-subnavigation .icon, .touch.palm #header-mobile #main-navigation > .nav > li #more-subnavigation .icon {
    width: 17px;
    height: 10px;
    background-position: -672px -551px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap #header #main-navigation > .nav > li #more-subnavigation .icon, .touch.lap #header-mobile #main-navigation > .nav > li #more-subnavigation .icon {
    width: 17px;
    height: 10px;
    background-position: -672px -551px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

#header #main-navigation > .nav > li #more-subnavigation.active .icon, #header-mobile #main-navigation > .nav > li #more-subnavigation.active .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

#header #main-navigation > .nav > li.last > .subnavigation, #header-mobile #main-navigation > .nav > li.last > .subnavigation {
    width: 200px;
    right: -5px;
    left: auto;
    z-index: 999
}

.lap #header #main-navigation > .nav > li > .subnavigation .subnavigation > ul, .desk #header #main-navigation > .nav > li > .subnavigation .subnavigation > ul, .lap #header-mobile #main-navigation > .nav > li > .subnavigation .subnavigation > ul, .desk #header-mobile #main-navigation > .nav > li > .subnavigation .subnavigation > ul {
    margin-bottom: 0
}

.lap #header #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li, .desk #header #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li, .lap #header-mobile #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li, .desk #header-mobile #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li {
    border: 0;
    padding: 0 !important;
    margin: 0 !important
}

.lap #header #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a, .desk #header #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a, .lap #header-mobile #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a, .desk #header-mobile #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a {
    padding-left: 20px !important
}

.lap #header #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:before, .desk #header #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:before, .lap #header-mobile #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:before, .desk #header-mobile #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:before {
    content: '';
    position: absolute;
    left: 10px;
    background-position: -400px -562px;
    width: 4px;
    height: 7px;
    top: 50%;
    margin-top: -2px
}

.lap #header #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:hover:before, .lap #header #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:focus:before, .desk #header #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:hover:before, .desk #header #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:focus:before, .lap #header-mobile #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:hover:before, .lap #header-mobile #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:focus:before, .desk #header-mobile #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:hover:before, .desk #header-mobile #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:focus:before {
    background-position: -315px -401px
}

#header #main-navigation .nav.nav--stacked.brand-face--secondary li, #header #main-navigation .nav.nav--stacked#doormat li, #header #main-navigation .palm .nav#doormat.palm-nav--stacked li, .palm #header #main-navigation .nav#doormat.palm-nav--stacked li, #header #main-navigation .palm .nav.brand-face--secondary.palm-nav--stacked li, .palm #header #main-navigation .nav.brand-face--secondary.palm-nav--stacked li, #header-mobile #main-navigation .nav.nav--stacked.brand-face--secondary li, #header-mobile #main-navigation .nav.nav--stacked#doormat li, #header-mobile #main-navigation .palm .nav#doormat.palm-nav--stacked li, .palm #header-mobile #main-navigation .nav#doormat.palm-nav--stacked li, #header-mobile #main-navigation .palm .nav.brand-face--secondary.palm-nav--stacked li, .palm #header-mobile #main-navigation .nav.brand-face--secondary.palm-nav--stacked li {
    line-height: 24px
}

.more a[href="#more"] {
    padding-right: 20px !important
}

.no-js #header {
    display: block
}

#header-mobile {
    min-height: 67px
}

.no-js #navigation {
    display: none
}

@media screen and (max-width: 667px)and (min-width: 0) {
    .model-navigation-image {
        display: none !important;
        background: transparent !important
    }
}

.ltie8 #main-navigation > ul.nav {
    margin-left: 100px
}

.ltie8 #main-navigation > ul.nav > li > a {
    border-bottom: 3px solid #fff
}

.ltie8 #main-navigation > ul.nav .subnavigation {
    top: 35px;
    zoom: 1;
    z-index: 9;
    border-top: 3px solid #bb162b
}

.ltie8 #main-navigation > ul.nav .subnavigation > ul > li {
    margin-top: 0 !important;
    padding-top: 0 !important;
    zoom: 1;
    z-index: 9
}

.ltie9 .model-navigation-image {
    display: none !important;
    background: transparent !important
}

.ltie10 .model-navigation-image {
    left: 200px
}

.ltie9 #header, .ltie10 #header {
    z-index: 7000
}

.ltie9 #main-navigation > ul.nav > li > a, .ltie10 #main-navigation > ul.nav > li > a {
    border-bottom: 3px solid #fff
}

.ltie9 #main-navigation > ul.nav > li > a .subnavigation, .ltie10 #main-navigation > ul.nav > li > a .subnavigation {
    top: 35px;
    zoom: 1;
    z-index: 9;
    border-top: 3px solid #bb162b
}

.ltie9 .nav .subnavigation .nav .subnavigation .nav, .ltie10 .nav .subnavigation .nav .subnavigation .nav {
    margin-bottom: 0 !important
}

.ltie9 #header #main-navigation > .nav > li > .subnavigation > ul.nav li:first-child, .ltie10 #header #main-navigation > .nav > li > .subnavigation > ul.nav li:first-child {
    padding-top: 0 !important
}

.ltie9 #header #main-navigation > .nav > li > .subnavigation > ul.nav, .ltie10 #header #main-navigation > .nav > li > .subnavigation > ul.nav {
    top: 0;
    border-top: 3px solid #bb162b
}

.ie10 #header #main-navigation > .nav > li > .subnavigation > ul.nav {
    top: 0;
    border-top: 3px solid #bb162b
}

.palm .btn--search {
    min-width: 0;
    height: 45px;
    float: none;
    display: inline
}

.input.input--search {
    float: left;
    width: 150px;
    height: 18px;
    border: 1px solid #e4e5e6;
    border-right: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-box-shadow: 1px 2px 3px 0 #f0f0f0 inset;
    -moz-box-shadow: 1px 2px 3px 0 #f0f0f0 inset;
    -ms-box-shadow: 1px 2px 3px 0 #f0f0f0 inset;
    -o-box-shadow: 1px 2px 3px 0 #f0f0f0 inset;
    box-shadow: 1px 2px 3px 0 #f0f0f0 inset
}

.input.input--search.transition {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.input.input--search:focus {
    border-color: #d4d4d4
}

.portrait .input.input--search {
    width: 100px
}

.search-page .input {
    padding: 8px 0 8px 10px;
    width: 300px;
    margin-right: 10px;
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    -ms-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    -o-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    -webkit-appearance: none
}

.palm .search-page .input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.ltie10 .input.input--search {
    height: 18px
}

.mobile.touch #content > .island > .search-page {
    margin-bottom: 8px !important
}

.model-selector .model-selector__list {
    margin-left: -20px
}

.model-selector .model-selector__item {
    display: inline-block;
    width: 24.6%;
    min-width: 130px;
    padding-left: 20px;
    margin-bottom: 20px;
    list-style: none;
    vertical-align: middle
}

.model-selector .model-selector__model {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 0;
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .45);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, .45);
    -ms-box-shadow: 1px 1px 4px rgba(0, 0, 0, .45);
    -o-box-shadow: 1px 1px 4px rgba(0, 0, 0, .45);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .45)
}

.model-selector .model-selector__model:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    pointer-events: none
}

.desk .model-selector .model-selector__model:hover:before {
    border-color: #5e5e5e;
    z-index: 3
}

.no-boxshadow .model-selector .model-selector__model {
    border: solid 1px #b7b7b7
}

.model-selector .model-selector__model .model-selector__input {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 43px;
    height: 43px;
    padding: 10px;
    z-index: 2
}

.model-selector .model-selector__model .model-selector__input span {
    display: block;
    width: 23px;
    height: 23px;
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px;
    background-repeat: no-repeat;
    background-position: -60px -510px
}

.no-backgroundsize .model-selector .model-selector__model .model-selector__input span {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.palm .model-selector .model-selector__model .model-selector__input span {
    background-position: 1800px 1800px
}

.model-selector .model-selector__model input {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    visibility: hidden
}

.model-selector .model-selector__model img {
    position: relative;
    z-index: 1
}

.model-selector .model-selector__model strong {
    position: relative;
    z-index: 1;
    line-height: 1.5em
}

.model-selector .model-selector__model.model-selector__model--active:before {
    border-color: #5e5e5e;
    z-index: 3
}

.model-selector .model-selector__model.model-selector__model--active .model-selector__input {
    background-color: #5e5e5e
}

.model-selector .model-selector__model.model-selector__model--active .model-selector__input span {
    background-position: -118px -505px
}

.no-js .model-selector .model-selector__model:before {
    display: none
}

.no-js .model-selector .model-selector__model .model-selector__input {
    display: none
}

.no-js .model-selector .model-selector__model input {
    visibility: visible
}

.lap .model-selector .model-selector__model {
    padding-top: 20px
}

.selected-models {
    max-width: 700px;
    margin-left: -20px
}

.selected-models .selected-models__item {
    float: left;
    display: inline-block;
    width: 33%;
    padding-left: 20px;
    text-align: center
}

.selected-models .selected-models__item img {
    vertical-align: top
}

.palm .selected-models .selected-models__item strong {
    line-height: 20px
}

.selected-models .selected-models__add {
    float: left;
    display: inline-block;
    width: 33%;
    padding-left: 20px;
    text-align: center;
    border: 0 none;
    background: none
}

.palm .selected-models .selected-models__add {
    width: 100%;
    text-align: left;
    padding-right: 0
}

.selected-models .selected-models__add strong {
    top: -50px
}

.selected-models .selected-models__add div {
    position: relative;
    padding-top: 100px;
    border: 3px dashed #f0f0f0
}

.palm .selected-models .selected-models__add div {
    padding-top: 4px;
    padding-left: 45px
}

.selected-models .selected-models__add div:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    width: 54px;
    height: 54px;
    margin-left: -27px;
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px;
    background-repeat: no-repeat;
    background-position: -180px -810px
}

.no-backgroundsize .selected-models .selected-models__add div:before {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.palm .selected-models .selected-models__add div:before {
    top: 10px;
    left: 10px;
    width: 27px;
    height: 27px;
    margin-left: 0;
    background-size: 250px 600px;
    background-position: -90px -405px
}

.desk .selected-models .selected-models__add div:hover {
    border-color: #5e5e5e
}

.desk .selected-models .selected-models__add div:hover:before {
    background-position: -240px -810px
}

@media screen and (max-width: 720px) {
    .model-selector .model-selector__item {
        width: 32.6%
    }
}

.model-selector-mobile {
    font-size: 12px
}

.model-selector-mobile a {
    color: #727272
}

.model-selector-mobile a h4 {
    color: #000;
    font-size: 16px
}

.model-selector-mobile a span {
    font-size: 12px
}

.model-selector-mobile .accordion__link {
    min-height: 62px
}

.model-selector-mobile .accordion__link:after {
    margin-top: -1px
}

.model-selector-mobile ul, .model-selector-mobile li {
    list-style: none
}

.cookiedialog, .cookiedialog #cookiedialog__textwrapper, .cookiedialog .cookiedialog__text {
    height: 80px
}

.fr .cookiedialog, .fr .cookiedialog #cookiedialog__textwrapper, .se .cookiedialog, .se .cookiedialog #cookiedialog__textwrapper {
    height: 100px
}

.cookiedialog {
    z-index: 999;
    position: fixed;
    top: auto;
    bottom: -85px;
    left: 0;
    width: 100%;
    background: #fff;
    background: rgba(255, 255, 255, .95);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translate3d(0, 65px, 0);
    -moz-transform: translate3d(0, 65px, 0);
    -ms-transform: translate3d(0, 65px, 0);
    -o-transform: translate3d(0, 65px, 0);
    transform: translate3d(0, 65px, 0)
}

.cookiedialog:before {
    content: "";
    position: absolute;
    height: 6px;
    top: -6px;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .15)));
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .15) 100%);
    background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .15) 100%);
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .15) 100%)
}

.cookiedialog.translate3d {
    bottom: 0;
    top: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.cookiedialog.no-transparency {
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.cookiedialog #cookiedialog__textwrapper {
    position: relative;
    z-index: 999;
    width: 100%
}

.cookiedialog #cookiedialog__textwrapper.grid {
    margin-left: -10px
}

.cookiedialog.no-transparency #cookiedialog__textwrapper {
    background: #fff
}

.ltie10 .cookiedialog {
    border-top: 1px solid #727272
}

.fix-elements .cookiedialog {
    position: fixed
}

.cookiedialog__text {
    vertical-align: middle;
    display: table-cell
}

.no-cookiedialog {
    position: fixed;
    display: none;
    bottom: -35px;
    right: 50px;
    min-width: 200px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    text-align: center;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transform: translate3d(0, 35px, 0);
    -moz-transform: translate3d(0, 35px, 0);
    -ms-transform: translate3d(0, 35px, 0);
    -o-transform: translate3d(0, 35px, 0);
    transform: translate3d(0, 35px, 0);
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0
}

.no-cookiedialog.translate3d {
    display: block;
    top: auto;
    bottom: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.cookiedialog__mobile {
    display: none
}

.cookiedialog-open .cookiedialog__mobile {
    display: block
}

.no-cookiedialog__mobile {
    display: none
}

.no-cookiedialog__mobile.translate3d {
    display: block
}

.cookie-disabled-message {
    width: auto;
    height: 100%;
    text-align: left;
    color: #727272;
    word-wrap: break-word;
    padding-top: 20px;
    background-color: #e4e5e6
}

.cookie-disabled-message a {
    text-decoration: underline;
    color: #727272
}

.cookie-disabled-message a:hover {
    text-decoration: none
}

.cookie-disabled-message span.icon {
    display: block;
    padding: 0
}

.cookie-disabled-message .cookie-disabled-message__message {
    display: block;
    margin-bottom: 3px
}

.cookie-disabled-message--facebook, .cookie-disabled-message--twitter {
    position: relative;
    padding-left: 80px;
    padding-right: 40px;
    border: solid 1px #d4d4d4;
    border-bottom: none
}

.lap .cookie-disabled-message--facebook, .palm .cookie-disabled-message--facebook, .lap .cookie-disabled-message--twitter, .palm .cookie-disabled-message--twitter {
    padding-left: 60px;
    padding-right: 20px
}

.lap.touch .cookie-disabled-message--facebook, .palm.touch .cookie-disabled-message--facebook, .lap.touch .cookie-disabled-message--twitter, .palm.touch .cookie-disabled-message--twitter {
    padding-left: 70px
}

.cookie-disabled-message--facebook .cookie-disabled-message__message, .cookie-disabled-message--twitter .cookie-disabled-message__message {
    padding-top: 40px
}

.lap .cookie-disabled-message--facebook .cookie-disabled-message__message, .palm .cookie-disabled-message--facebook .cookie-disabled-message__message, .lap .cookie-disabled-message--twitter .cookie-disabled-message__message, .palm .cookie-disabled-message--twitter .cookie-disabled-message__message {
    padding-top: 20px
}

.lap.touch .cookie-disabled-message--facebook .cookie-disabled-message__message, .palm.touch .cookie-disabled-message--facebook .cookie-disabled-message__message, .lap.touch .cookie-disabled-message--twitter .cookie-disabled-message__message, .palm.touch .cookie-disabled-message--twitter .cookie-disabled-message__message {
    padding-top: 0
}

.cookie-disabled-message--facebook img, .cookie-disabled-message--twitter img {
    float: left;
    margin-right: 10px
}

.cookie-disabled-message--facebook a, .cookie-disabled-message--twitter a {
    clear: both
}

.cookie-disabled-message--facebook span.icon, .cookie-disabled-message--twitter span.icon {
    top: 65px;
    left: 38px
}

.lap .cookie-disabled-message--facebook span.icon, .palm .cookie-disabled-message--facebook span.icon, .lap .cookie-disabled-message--twitter span.icon, .palm .cookie-disabled-message--twitter span.icon {
    top: 44px;
    left: 18px
}

.lap.touch .cookie-disabled-message--facebook span.icon, .palm.touch .cookie-disabled-message--facebook span.icon, .lap.touch .cookie-disabled-message--twitter span.icon, .palm.touch .cookie-disabled-message--twitter span.icon {
    top: 24px
}

.cookie-disabled-message--facebook {
    height: 100%;
    margin-left: -10px;
    margin-right: -10px
}

.cookie-disabled-message--twitter a {
    color: #727272 !important
}

.cookie-disabled-message--youtube {
    display: block;
    height: 140px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    text-align: center
}

.cookie-disabled-message--youtube span.icon {
    position: static;
    display: table;
    margin: 0 auto 10px auto
}

.lap.touch .cookie-disabled-message--youtube span.icon, .palm .cookie-disabled-message--youtube span.icon {
    display: none
}

.touchcarousel-item .cookie-disabled-message--youtube {
    width: 208px
}

.cookie-disabled-message--addthis {
    float: right;
    position: static
}

.palm .cookie-disabled-message--addthis {
    background-image: none !important
}

.cookie-disabled-message--addthis a {
    display: inline;
    float: none;
    width: auto;
    height: 20px;
    padding: 8px 10px 4px 10px;
    margin-top: -6px;
    border: solid 1px #aeaeae;
    color: #b2b2b2;
    background: #eee
}

.palm .cookie-disabled-message--addthis a {
    width: 100%;
    font-size: 14px
}

.cookie-disabled-message--addthis a:hover {
    text-decoration: underline
}

.cookie-disabled-message--addthis .icon {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 13px;
    margin-right: 8px
}

.palm .cookie-disabled-message--addthis .icon {
    display: none
}

@media (orientation: portrait) {
    .cookiedialog, .cookiedialog #cookiedialog__textwrapper, .cookiedialog .cookiedialog__text {
        height: 110px
    }

    .fr .cookiedialog, .fr .cookiedialog #cookiedialog__textwrapper, .se .cookiedialog, .se .cookiedialog #cookiedialog__textwrapper {
        height: 130px
    }

    .cookiedialog .close {
        top: 10px
    }
}

.no-support-message {
    display: block;
    height: 140px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    text-align: center;
    color: #727272;
    word-wrap: break-word;
    background-color: #e4e5e6
}

.no-support-message span.icon {
    position: static;
    display: table;
    margin: 0 auto 10px auto;
    padding: 0
}

.no-support-message .no-support-message__message {
    display: block;
    margin-bottom: 3px
}

.touchcarousel-item .no-support-message {
    width: 210px
}

.touchcarousel {
    width: 100%;
    height: auto
}

.touchcarousel .touchcarousel-item {
    width: auto;
    height: auto
}

.touchcarousel.three-d .tc-paging-container {
    width: 100%
}

.touchcarousel.three-d .tc-paging-item.current {
    background-color: #5e5e5e
}

.touchcarousel.three-d .arrow-holder {
    top: auto;
    bottom: 10px;
    display: block;
    width: auto;
    color: #5e5e5e;
    font-weight: bold;
    line-height: 20px;
    opacity: 1;
    text-transform: uppercase
}

.bg--white .touchcarousel.three-d .arrow-holder {
    background-color: #fff
}

.no-touch .touchcarousel.three-d .arrow-holder:hover {
    text-decoration: underline
}

.touchcarousel.three-d .arrow-holder.left {
    left: 0;
    right: auto
}

.touchcarousel.three-d .arrow-holder.right {
    text-align: right
}

.touchcarousel.three-d .arrow-holder.disabled {
    color: #969696
}

.touchcarousel.three-d .arrow-holder.disabled:hover {
    color: #969696;
    text-decoration: none
}

.touchcarousel.three-d .arrow-holder.disabled .icon {
    opacity: .6
}

.touchcarousel.touchcarousel--one .touchcarousel-item {
    margin-bottom: 0
}

.touchcarousel-container {
    margin-bottom: -16px;
    margin-left: -16px
}

.touchcarousel-item {
    display: inline-block;
    margin-left: 16px;
    margin-bottom: 16px;
    list-style: none;
    vertical-align: top
}

.touchcarousel--one .touchcarousel-container, .touchcarousel--two .touchcarousel-container {
    margin-bottom: -16px;
    margin-left: -16px
}

.touchcarousel--one .touchcarousel-item, .touchcarousel--two .touchcarousel-item {
    display: inline-block;
    margin-left: 16px;
    margin-bottom: 16px;
    list-style: none;
    vertical-align: top
}

.touchcarousel--one.no-carousel .touchcarousel-container {
    margin-bottom: 0;
    margin-left: -14px
}

.touchcarousel--one.no-carousel .touchcarousel-item {
    float: left
}

.touchcarousel--one .touchcarousel-container {
    margin-left: 0
}

.touchcarousel--one .touchcarousel__media {
    display: block;
    line-height: 0;
    vertical-align: top
}

.touchcarousel--one .touchcarousel-item {
    margin-left: 0;
    margin-right: 11px;
    margin-bottom: 10px;
    background-color: #f0f0f0;
    position: relative
}

.touchcarousel--one .touchcarousel-item a:not(.btn) {
    display: block;
    width: 306px;
    height: 104px
}

.touchcarousel--one img {
    float: left;
    width: 306px;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0
}

.touchcarousel--two {
    clear: both;
    padding-bottom: 20px
}

.touchcarousel--two.no-carousel .touchcarousel-item {
    float: left
}

.touchcarousel--two .touchcarousel-item {
    width: 212px
}

.touchcarousel--colors {
    clear: both;
    white-space: nowrap;
    font-size: 12px
}

.touchcarousel--colors .tc-paging-centerer-inside {
    display: none
}

.touchcarousel--colors.three-d .arrow-holder {
    bottom: 0
}

.banner__dealerfinder {
    width: 306px;
    height: 104px;
    padding: 5px 20px 10px 20px;
    color: #000
}

.lap .banner__dealerfinder {
    white-space: nowrap
}

.banner__dealerfinder input {
    width: 60%;
    vertical-align: top
}

.lap .banner__dealerfinder input, .palm .banner__dealerfinder input {
    width: 138px;
    margin-right: 5px;
    padding: 12px 0 12px 10px;
    font-size: 14px;
    border: 1px solid #999;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    -ms-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    -o-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset
}

.palm .banner__dealerfinder input {
    width: 108px;
    font-size: 10px
}

.touch .banner__dealerfinder .btn {
    padding-top: 7px;
    padding-bottom: 7px
}

.banner__dealerfinder select {
    width: 60%
}

.lap.touch .banner__dealerfinder .btn--small {
    top: 0
}

.banner__buttons {
    width: 306px;
    height: 104px;
    padding: 10px 10px 0 10px
}

.banner__buttons .button__grid {
    margin-left: -10px
}

.banner__buttons .button__grid .button__grid-item {
    float: left;
    width: 50%;
    height: 47px;
    padding-bottom: 10px;
    padding-left: 10px
}

.banner__buttons .button__grid .button__grid-item .btn--flat, .banner__buttons .button__grid .button__grid-item .btn--flat-red {
    width: 100%;
    height: 37px;
    line-height: 27px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis
}

.touch .banner__buttons .button__grid .button__grid-item > a {
    padding-top: 5px;
    padding-bottom: 5px
}

.page-editor .touchcarousel {
    height: auto
}

.page-editor .touchcarousel .touchcarousel-item {
    margin-right: 11px;
    margin-bottom: 12px
}

.page-editor .touchcarousel li:nth-of-type(3n+3) {
    margin-right: 0
}

.add-on {
    font-size: 12px;
    font-size: 1rem
}

.add-on h1, .add-on h2 {
    margin-bottom: 10px;
    font-family: "NeoSansProRegular", Arial, Verdana, sans-serif;
    font-size: 22px;
    color: #000;
    text-transform: uppercase
}

.add-on .add-on__link {
    padding-left: 10px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    position: relative
}

.add-on .add-on__content {
    color: #000
}

.add-on .add-on__block {
    position: relative;
    display: inline-block;
    border: 1px solid #d4d4d4;
    color: #5e5e5e;
    -webkit-box-shadow: 1px 1px 7px #aeaeae;
    -moz-box-shadow: 1px 1px 7px #aeaeae;
    -ms-box-shadow: 1px 1px 7px #aeaeae;
    -o-box-shadow: 1px 1px 7px #aeaeae;
    box-shadow: 1px 1px 7px #aeaeae
}

.ltie9 .add-on .add-on__block {
    display: block
}

.add-on .add-on__block .add-on__media {
    display: block;
    line-height: 0;
    vertical-align: top;
    overflow: hidden;
    min-height: 140px;
    background-color: #fff;
    line-height: 130px
}

.add-on .add-on__block .add-on__media img {
    vertical-align: middle
}

.add-on .add-on__block .add-on__content {
    display: block;
    height: 61px;
    overflow: hidden;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px
}

.touch .add-on .add-on__block .add-on__content {
    height: 81px
}

.palm .add-on .add-on__block .add-on__content {
    line-height: 20px
}

html:not(.palm) .add-on .add-on__block:hover {
    text-decoration: none;
    color: #bb162b
}

html:not(.palm) .add-on .add-on__block:hover .add-on__content {
    color: #bb162b
}

.add-on .add-on__description {
    position: relative;
    top: -5px
}

.add-on.add-on--four .add-on__block {
    width: 210px
}

.social-add-on {
    border: 1px solid #d4d4d4;
    border-bottom: none;
    min-height: 232px;
    font-size: 12px;
    font-size: 1rem;
    -webkit-box-shadow: 1px 1px 7px #aeaeae;
    -moz-box-shadow: 1px 1px 7px #aeaeae;
    -ms-box-shadow: 1px 1px 7px #aeaeae;
    -o-box-shadow: 1px 1px 7px #aeaeae;
    box-shadow: 1px 1px 7px #aeaeae
}

.palm .social-add-on {
    margin-bottom: 20px
}

.social-add-on .tweetlist {
    height: 100%;
    min-height: 200px;
    overflow: hidden;
    position: relative
}

.social-add-on .tweetlist ul {
    list-style: none outside none;
    margin-left: 0;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.social-add-on .tweetlist ul.show {
    opacity: 1
}

.social-add-on .tweetlist ul li {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px
}

.social-add-on .tweetlist a:link, .social-add-on .tweetlist a:visited, .social-add-on .tweetlist a:hover {
    color: #0d74c0
}

.social-add-on .tweetlist a:hover {
    text-decoration: underline
}

.social-add-on .tweetlist .tweet, .social-add-on .tweetlist .tweetdate {
    color: #000
}

.social-add-on .tweetlist .tweetdate {
    color: #0d74c0
}

.palm .social-add-on .tweetlist ul {
    opacity: 1;
    position: relative
}

.palm .social-add-on .tweetlist ul li {
    float: left;
    overflow: hidden
}

.social-add-on .newslist {
    position: relative;
    min-height: 148px
}

.social-add-on .newslist ul li {
    position: relative
}

.social-add-on .newslist ul li a {
    color: #000;
    padding-left: 5px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.social-add-on .newslist ul li:before {
    content: '> ';
    position: absolute;
    left: 0;
    font-weight: bold;
    color: #bb162b
}

.social-add-on .add-on-footer {
    background: #e4e5e6;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10
}

.social-add-on .add-on-footer a:link, .social-add-on .add-on-footer a:visited, .social-add-on .add-on-footer a:hover {
    position: relative;
    color: #fff;
    display: block;
    margin-left: 10px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    text-transform: uppercase;
    margin-right: 50px
}

.lap.touch .social-add-on .add-on-footer a:link, .lap.touch .social-add-on .add-on-footer a:visited, .lap.touch .social-add-on .add-on-footer a:hover {
    padding-left: 24px
}

.palm .social-add-on .add-on-footer a:link, .palm .social-add-on .add-on-footer a:visited, .palm .social-add-on .add-on-footer a:hover {
    margin-right: 0
}

.social-add-on .add-on-footer a:before {
    content: '> ';
    position: absolute;
    left: 10px;
    top: 5px
}

.social-add-on .add-on-footer .icon {
    width: 63px;
    height: 44px;
    right: 10px;
    bottom: 10px;
    z-index: 99
}

.social-add-on .add-on-footer .icon.icon--twitter-bird {
    background-position: -5px -796px
}

.touch .social-add-on .add-on-footer .icon.icon--twitter-bird {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch .social-add-on .add-on-footer .icon.icon--twitter-bird {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.social-add-on .add-on-footer .icon.icon--facebook {
    width: 32px;
    height: 32px;
    right: 20px;
    background-position: -88px -808px
}

.touch .social-add-on .add-on-footer .icon.icon--facebook {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.retina.touch .social-add-on .add-on-footer .icon.icon--facebook {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.palm .social-add-on .add-on-footer .icon {
    display: none
}

.ltie10 .social-add-on .add-on-footer {
    z-index: auto
}

.social-add-on.social-add-on--news .add-on-footer {
    background: #bb162b;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e22434', EndColorStr='#b4000f')";
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e22434), to(#b4000f));
    background-image: -webkit-linear-gradient(top, #e22434 0%, #b4000f 100%);
    background-image: -moz-linear-gradient(top, #e22434 0%, #b4000f 100%);
    background-image: linear-gradient(to bottom, #e22434 0%, #b4000f 100%)
}

.social-add-on.social-add-on--twitter {
    position: relative
}

.social-add-on.social-add-on--twitter .add-on-footer {
    background: #5fcef6;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#5fcef6', EndColorStr='#1babe2')";
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5fcef6), to(#1babe2));
    background-image: -webkit-linear-gradient(top, #5fcef6 0%, #1babe2 100%);
    background-image: -moz-linear-gradient(top, #5fcef6 0%, #1babe2 100%);
    background-image: linear-gradient(to bottom, #5fcef6 0%, #1babe2 100%)
}

.social-add-on.social-add-on--twitter:not(.cookie-disabled):before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 20px;
    z-index: 9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%)
}

.social-add-on.social-add-on--twitter:not(.cookie-disabled):after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    height: 20px;
    z-index: 9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%)
}

.social-add-on.social-add-on--twitter.social-add-on--twitter--flat {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.social-add-on.social-add-on--twitter.social-add-on--twitter--flat:before {
    background-image: none
}

.social-add-on.social-add-on--twitter.social-add-on--twitter--flat:after {
    background-image: none
}

.social-add-on.social-add-on--facebook {
    position: relative
}

.social-add-on.social-add-on--facebook .fb-like-box.fb_iframe_widget {
    display: block;
    min-height: 200px
}

.social-add-on.social-add-on--facebook .add-on-footer {
    background: #3b5999;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#6D85B5', EndColorStr='#3b5999')";
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6d85b5), to(#3b5999));
    background-image: -webkit-linear-gradient(top, #6d85b5 0%, #3b5999 100%);
    background-image: -moz-linear-gradient(top, #6d85b5 0%, #3b5999 100%);
    background-image: linear-gradient(to bottom, #6d85b5 0%, #3b5999 100%)
}

.social-add-on.social-add-on--tabs {
    margin-top: 27px;
    position: relative;
    min-height: 210px
}

.social-add-on.social-add-on--tabs ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -28px;
    left: -1px;
    right: -1px
}

.social-add-on.social-add-on--tabs ul.tabs .tab__item {
    display: block;
    float: left;
    margin-right: 5px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.social-add-on.social-add-on--tabs ul.tabs .tab__item a {
    background: #e4e5e6;
    border: 1px solid #d4d4d4;
    border-bottom: 0;
    display: block;
    color: #727272;
    padding-top: 2px !important;
    padding-right: 20px;
    padding-bottom: 3px !important;
    padding-left: 20px;
    font-family: "NeoSansProRegular", Arial, Verdana, sans-serif;
    font-size: 16px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.social-add-on.social-add-on--tabs ul.tabs .tab__item.active a {
    color: #bb162b;
    padding-top: 2px !important;
    padding-bottom: 3px !important;
    background: #fff
}

#fb-root {
    display: none
}

@media screen and (min-width: 481px)and (max-width: 700px) {
    .multiple-add-on .grid__item {
        width: 100%;
        margin-bottom: 20px
    }
}

@media (orientation: portrait) {
    .social-add-on.social-add-on--tabs.full-width {
        margin-top: 0;
        min-height: 232px
    }

    .social-add-on.social-add-on--tabs.full-width ul.tabs {
        top: -1px
    }

    .social-add-on.social-add-on--tabs.full-width ul.tabs .tab__item.active a {
        padding-top: 10px !important
    }

    .social-add-on.social-add-on--tabs.full-width .newslist {
        min-height: 179px;
        padding-top: 32px
    }

    .social-add-on.social-add-on--tabs ul.tabs {
    }

    .social-add-on.social-add-on--tabs ul.tabs .tab__item {
        margin-right: 0 !important
    }

    .social-add-on.social-add-on--tabs ul.tabs .tab__item:first-child:nth-last-child(1) {
        width: 100% !important
    }

    .social-add-on.social-add-on--tabs ul.tabs .tab__item:first-child:nth-last-child(2), .social-add-on.social-add-on--tabs ul.tabs .tab__item:first-child:nth-last-child(2) ~ li {
        width: 40%
    }

    .social-add-on.social-add-on--tabs ul.tabs .tab__item:first-child:nth-last-child(3), .social-add-on.social-add-on--tabs ul.tabs .tab__item:first-child:nth-last-child(3) ~ li {
        width: 20%
    }

    .social-add-on.social-add-on--tabs ul.tabs .tab__item.active {
        width: 60% !important
    }
}

.page-editor .tabs .scLooseFrameZone {
    display: inline-block
}

.tabbox {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 20px !important
}

.tabbox.tabbox--reverse .tabbox__select, .tabbox.tabbox--reverse .tabbox__list {
    float: right
}

@media only screen and (max-width: 480px) {
    .tabbox.tabbox--reverse .tabbox__select, .tabbox.tabbox--reverse .tabbox__list {
        float: left
    }
}

.tabbox h2 {
    float: left;
    margin-bottom: 0 !important
}

.tabbox .tabbox__select {
    width: 200px;
    margin-right: 5px;
    margin-bottom: 20px
}

@media only screen and (max-width: 480px) {
    .tabbox .tabbox__select {
        float: left;
        margin-top: 20px
    }
}

.tabbox .tabbox__list {
    font-family: "NeoSansProRegular", Arial, Verdana, sans-serif;
    font-size: 16px;
    font-size: 1.33333rem;
    margin-bottom: 0 !important
}

.tabbox .tabbox__list .tabbox__item {
    float: left;
    display: block;
    margin-right: 5px;
    margin-bottom: -1px;
    border: 1px solid #d4d4d4;
    background-color: #d4d4d4;
    list-style: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.tabbox .tabbox__list .tabbox__item a {
    display: block;
    color: #727272;
    padding: 5px 20px
}

.tabbox .tabbox__list .tabbox__item.tabbox__item--active {
    border-bottom-color: #fff;
    background-color: #fff
}

.tabbox .tabbox__list .tabbox__item.tabbox__item--active a {
    color: #bb162b;
    cursor: default
}

.tabbox .tabbox__list .tabbox__item.tabbox__item--active a:hover {
    text-decoration: none
}

.royalSlider {
    width: 100%;
    height: 0;
    overflow: hidden
}

.royalSlider .direction {
    position: static !important
}

.rsABlock {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto
}

.rsArrow {
    height: 32px;
    width: 32px;
    top: 45%;
    position: absolute;
    cursor: pointer;
    z-index: 21;
    display: none !important
}

.tablet.lap-half .rsArrow, .desktop.lap-half .rsArrow, .tablet.lap .rsArrow, .desktop.lap .rsArrow {
    display: block !important
}

.rsArrowLeft {
    left: 17px
}

.rsArrowRight {
    right: 17px
}

.rsArrowLeft, .rsArrowRight {
    width: 56px;
    height: 57px
}

.mobile .rsArrow.rsArrowDisabled, .tablet .rsArrow.rsArrowDisabled, .lap-half .rsArrow.rsArrowDisabled, .lap .rsArrow.rsArrowDisabled, .palm .rsArrow.rsArrowDisabled {
    display: none !important
}

.rsArrowIcn {
    width: 56px;
    height: 57px;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    opacity: 1;
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px;
    background-repeat: no-repeat
}

.no-backgroundsize .rsArrowIcn {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.rsArrowLeft .rsArrowIcn {
    background-position: -1px -421px
}

.rsArrowRight .rsArrowIcn {
    background-position: -61px -421px
}

.rsTabs {
    height: auto;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 10
}

.rsTab {
    cursor: pointer;
    display: inline-block;
    height: 30px;
    margin-left: 5px;
    margin-bottom: -10px;
    overflow: hidden;
    width: 50px;
    z-index: 1;
    opacity: 1;
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px;
    background-repeat: no-repeat;
    background-position: -241px -716px
}

.no-backgroundsize .rsTab {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.ltie8 .rsTab {
    float: left
}

.rsTab:hover, .rsTab.rsNavSelected {
    background-position: -177px -716px
}

.mobile.touch .rsContainer {
    height: auto
}

.mobile.touch .royalslider__content-block {
    padding: 8px
}

.mobile.touch .royalslider__content {
    padding-top: 10px
}

.mobile.touch .royalslider__content .royalslider__description {
    line-height: 24px
}

.mobile.touch .royalslider {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.mobile.touch .royalslider__link {
    text-decoration: underline
}

.mobile.touch .royalslider__content-block {
    margin-top: -10px !important
}

.mobile.touch .royalslider__content .btn--red {
    float: right;
    margin: 10px
}

.mobile.touch .royalslider__content.push-double--bottom {
    margin-bottom: 0 !important
}

.mobile.touch .royalslider__content.text--right {
    text-align: left !important
}

.mobile.touch .rsTabs {
    top: 135px;
    bottom: auto
}

.lap.lap-half .royalslider__content-block {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.lap.lap-half .royalslider__content-block.direction--north-west, .lap.lap-half .royalslider__content-block.direction--north-east {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.lap.lap-half .royalslider__content .royalslider__title {
    font-size: 22px
}

.lap.lap-half .royalslider__content .royalslider__description {
    font-size: 12px
}

.lap.lap-half .royalslider {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.lap.lap-half .rsTabs {
    bottom: 10px
}

.lap.lap-half .royalslider__link {
    text-decoration: underline
}

@media screen and (max-width: 900px)and (min-width: 0) {
    .rsContainer {
        height: auto
    }

    .direction {
        padding: 20px;
        background-color: #f0f0f0
    }

    .royalslider__content-block {
        position: static !important;
        margin: 0 !important;
        padding: 20px;
        background-color: #fff
    }

    .royalslider__visual {
        float: none !important;
        opacity: 1 !important;
        vertical-align: top
    }

    .rsTabs {
        display: none
    }

    .royalslider__content {
        margin: 0 !important;
        text-align: left !important
    }

    .royalslider__content .btn--red {
        padding: 0;
        min-width: 0;
        font-weight: normal;
        color: #bb162b;
        border: none;
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none
    }

    .royalslider__content .btn--red .icon {
        display: none
    }

    .no-touch .royalslider__content .btn--red:hover {
        color: #bb162b;
        text-decoration: underline;
        background: none
    }

    .royalslider__title, .royalslider__description {
        color: #000;
        text-shadow: none !important
    }
}

.page-editor .royalSlider {
    height: 100%
}

.page-editor .royalSlider .scEmptyPlaceholder {
    float: none
}

.page-editor .royalSlider .royalslider__item {
    width: 980px;
    height: 494px;
    position: relative;
    margin-top: 10px
}

.page-editor .royalSlider .royalslider__visual {
    width: 980px;
    height: 494px;
    background: #ccc
}

.page-editor .royalSlider .direction {
    margin-top: 0
}

.page-editor .royalSlider .royalslider__content-block {
    opacity: 1 !important
}

.form__btn-container {
    padding: 20px
}

.island.form-container {
    margin-bottom: 8px
}

.island.form-container:last-child {
    position: relative;
    margin-bottom: 70px
}

.palm .island.form-container:last-child {
    margin-bottom: 140px
}

.lap.touch .island.form-container:last-child {
    margin-bottom: 90px
}

.island.form-container:last-child .form__btn-container {
    position: absolute;
    bottom: -50px;
    left: 20px;
    width: 100%;
    padding: 0
}

.lap.touch .island.form-container:last-child .form__btn-container {
    bottom: -66px
}

.palm .island.form-container:last-child .form__btn-container {
    bottom: -130px;
    left: 0
}

.form--medium {
    max-width: 520px
}

.send-method {
    position: relative;
    padding-top: 88px
}

.send-method:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    margin: 0 auto;
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px;
    background-repeat: no-repeat
}

.no-backgroundsize .send-method:before {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.send-method.send-method--email:before {
    width: 60px;
    height: 75px;
    margin-left: -30px;
    background-position: -300px -810px
}

.send-method.send-method--postal:before {
    width: 72px;
    height: 88px;
    margin-left: -36px;
    background-position: -390px -810px
}

.send-method.send-method--download:before {
    width: 60px;
    height: 75px;
    margin-left: -30px;
    background-position: -387px -891px
}

.download__image {
    display: inline-block;
    width: 80px;
    height: 80px;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .4);
    -ms-box-shadow: 0 0 7px rgba(0, 0, 0, .4);
    -o-box-shadow: 0 0 7px rgba(0, 0, 0, .4);
    box-shadow: 0 0 7px rgba(0, 0, 0, .4);
    vertical-align: top
}

.download__content {
    display: inline-block;
    margin-left: 20px;
    font-size: 12px;
    color: #000;
    vertical-align: bottom
}

.palm .download__content {
    display: block
}

.download__content a {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    font-weight: bold;
    color: #000
}

.download__content a:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 10px;
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px;
    background-repeat: no-repeat;
    background-position: -360px -390px
}

.no-backgroundsize .download__content a:before {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.download__content a:hover {
    color: #000
}

.dealer-by-location {
    margin-top: 10px;
    text-transform: uppercase
}

.chosen-contact ul {
    padding-top: 10px;
    margin-bottom: 0
}

.chosen__contact-method a {
    text-decoration: underline
}

.chosen__contact-method a:hover {
    text-decoration: none
}

.dfGroup .dfInput input, .df__search .input--search {
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    -ms-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    -o-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    -webkit-appearance: none
}

.dfGroup .dfInput input:focus, .df__search .input--search:focus {
    border: 1px solid #a4c6fd;
    outline: 1px solid #3f6198
}

.dfGroup .grid__item {
    padding-left: 0
}

.dfGroup > ul {
    margin-left: 20px
}

.dfGroup > ul {
    list-style: none
}

.dfGroup > ul > li {
    float: left
}

.dfGroup .dfLabel {
    display: inline-block;
    margin-bottom: 5px
}

.dfGroup .dfLabel:empty {
    display: none
}

.dfGroup .dfLabel:empty + .dfMandatory {
    display: none
}

.dfGroup .dfMandatory {
    display: inline-block;
    color: #bb162b
}

.dfGroup .dfSelect {
    min-width: 100px
}

.dfGroup .dfInput input {
    padding: 5px 0 5px 10px
}

.dfGroup .dfRadio ul {
    list-style: none
}

.dfGroup .dfRadio ul li {
    display: inline
}

.dfGroup .dfRadio ul li label {
    position: relative;
    top: 2px
}

.dfGroup .dfCheckbox ul {
    margin-bottom: 0;
    list-style: none
}

.dfGroup .dfCheckbox ul li {
    position: relative
}

.dfGroup .dfCheckbox ul li div.checker {
    position: absolute;
    top: 0;
    left: 0
}

.dfGroup .dfCheckbox ul li label {
    position: relative;
    left: 40px;
    width: 85%
}

.dfGroup .dfTextArea textarea {
    height: 80px;
    padding: 5px 0 5px 10px;
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    -ms-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    -o-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset
}

.dfGroup .dfError .dfInput input {
    border-color: red
}

.dfGroup .dfError .dfLabel {
    color: red;
    font-weight: bold
}

.dfGroup .dfOptional {
    display: none
}

.dfMessage {
    position: relative;
    width: 100%;
    padding-top: 5px;
    padding-left: 25px;
    margin-top: 5px;
    color: red;
    font-weight: bold;
    line-height: 1.2em
}

.dfMessage:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 15px;
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px;
    background-repeat: no-repeat;
    background-position: -179px -510px
}

.no-backgroundsize .dfMessage:before {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.chosen-container {
    position: relative;
    display: inline-block;
    zoom: 1;
    z-index: 1
}

.chosen-container.chosen-container-active {
    z-index: 10
}

.chosen-container .chosen-single {
    position: relative;
    display: block;
    padding: 2px 0 2px 10px;
    border: 1px solid #999;
    color: #000;
    background-color: #fff;
    z-index: 14;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    -ms-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    -o-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset
}

.desk .chosen-container .chosen-single:hover {
    text-decoration: none
}

.chosen-container .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 100%;
    background-color: #aaa;
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px;
    background-repeat: no-repeat;
    background-position: -292px -410px
}

.no-backgroundsize .chosen-container .chosen-single div {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    min-width: 100%;
    margin-top: -5px;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 13
}

.chosen-container .chosen-drop .chosen-search {
    padding: 10px
}

.chosen-container .chosen-drop .chosen-search input {
    width: 100%;
    padding: 5px 0 5px 10px;
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    -ms-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    -o-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset
}

.chosen-container .chosen-drop .chosen-results {
    max-height: 240px;
    margin-bottom: 0;
    overflow-y: auto
}

.chosen-container .chosen-drop .chosen-results li {
    padding: 10px;
    list-style: none;
    cursor: pointer
}

.chosen-container .chosen-drop .chosen-results li:hover, .chosen-container .chosen-drop .chosen-results li.result-selected {
    background-color: #f9f9f9
}

.chosen-container .chosen-drop .chosen-results li + li {
    border-top: 1px solid #f0f0f0
}

.chosen-container .chosen-drop .chosen-results li.no-results span, .chosen-container .chosen-drop .chosen-results li em {
    font-style: normal;
    font-weight: bold
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}

.chosen-container.chosen-container-single-nosearch .chosen-search {
    display: none
}

.chosen-container-multi {
    font-size: 12px
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    -webkit-background-image: linear-gradient(#eee 1%, #fff 15%);
    -moz-background-image: linear-gradient(#eee 1%, #fff 15%);
    -ms-background-image: linear-gradient(#eee 1%, #fff 15%);
    -o-background-image: linear-gradient(#eee 1%, #fff 15%);
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text;
    padding: 2px 0 2px 10px;
    border: 1px solid #999;
    color: #000;
    background-color: #fff;
    z-index: 14;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    -ms-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    -o-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 5px 0;
    height: 15px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    box-sizing: content-box;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 4px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    -webkit-background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    -moz-background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    -ms-background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    -o-background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 13px;
    height: 13px;
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png");
    background-position: -150px -930px;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    -webkit-background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    -moz-background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    -ms-background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    -o-background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop {
    padding-top: 5px
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

[ng-controller="dealerController"] {
    height: 90vh
}

.page-panel--df {
    height: 100%
}

.df__search {
    position: relative;
    padding: 20px 20px 0 20px;
    border-bottom: 1px solid #969696;
    border-top: 1px solid #d4d4d4;
    background: #f9f9f9;
    width: 100%
}

.df__search .input--search {
    position: relative;
    width: auto;
    cursor: auto;
    font-size: 14px;
    height: 31px;
    padding-left: 10px;
    padding-right: 40px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.df__search .input--search::-ms-clear {
    display: none
}

.df__search .btn--search {
    position: absolute;
    width: 31px;
    height: 31px;
    top: 12px;
    right: 25px;
    background: #bb162b;
    border: solid 1px #930f20
}

.df__search .btn--search .icon {
    top: 7px;
    left: 6px
}

.df__search .icon--cross-dot--df {
    background: none;
    border: none;
    display: block;
    position: absolute;
    right: 20px;
    height: 30px;
    width: 30px;
    margin-top: -30px
}

.df__search .icon--cross-dot--df .icon {
    top: 8px;
    right: 8px
}

.lap .df__search .icon--cross-dot--df .icon {
    top: 5px
}

.df__search .link--geolocation {
    background: none;
    text-decoration: underline;
    float: right;
    border: none;
    padding: 0 0 0 20px;
    position: relative;
    margin: 0;
    font-size: 10px;
    color: #727272;
    overflow: visible
}

.df__search .link--geolocation:hover {
    text-decoration: none
}

.lap .df__search .link--geolocation {
    font-size: 14px
}

.no-geolocation .df__search .link--geolocation {
    display: none
}

.palm .df__search {
    border: 0 solid;
    background-color: #e4e5e6
}

.palm .df__search.df__search--small {
    background-color: #f9f9f9;
    padding-bottom: 20px
}

.icon--show-map {
    padding-right: 45px !important
}

.df__geo-block .link--geolocation {
    -webkit-appearance: none;
    position: relative;
    padding: 10px 10px 10px 30px
}

.df__geo-block .link--geolocation .icon {
    left: 13px;
    top: 50%;
    margin-top: -10px !important
}

.palm .df__geo-block .link--geolocation {
    font-size: 14px;
    text-transform: none
}

.df__geo-block .link--geolocation.icon--currentlocation--loading .icon {
    left: 7px;
    margin-top: -5px
}

.df__sidebar {
    position: absolute;
    width: 35%;
    top: 0;
    bottom: 0;
    left: 0
}

.df__sidebar h4 {
    position: relative;
    display: inline-block;
    padding-left: 20px
}

.df__sidebar h4 .icon {
    top: 8px;
    right: -15px;
    background: transparent
}

.no-js .df__sidebar {
    position: static;
    width: 100%;
    top: auto;
    bottom: auto
}

.df__sidebar .back-to-top {
    height: 30px;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    position: absolute;
    top: -30px;
    background: #fff;
    z-index: 9;
    -webkit-transition: top .2s linear;
    -moz-transition: top .2s linear;
    -ms-transition: top .2s linear;
    -o-transition: top .2s linear;
    transition: top .2s linear
}

.icon--df__marker {
    padding-left: 130px;
    position: relative
}

.icon--df__marker .icon {
    width: 48px;
    height: 43px;
    background-position: -170px -1048px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0;
    left: 20px;
    top: 20px
}

.touch.palm .icon--df__marker .icon {
    width: 68px;
    height: 61px;
    background-position: -238px -1468px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .icon--df__marker .icon {
    width: 68px;
    height: 61px;
    background-position: -238px -1468px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.palm .icon--df__marker .icon {
    width: 77px
}

@media only screen and (min-width: 1025px) {
    .df__sidebar {
        width: 341.66667px
    }
}

@media only screen and (max-width: 480px) {
    .df__sidebar {
        width: 100%;
        position: relative
    }

    .show-map .df__sidebar {
        left: -100%
    }
}

.df__my-location {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1
}

.mapZoom {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
    overflow: hidden;
    margin: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.mapZoom:before {
    content: "";
    position: absolute;
    right: 8px;
    left: 8px;
    top: 50%;
    height: 1px;
    background-color: #f0f0f0
}

.mapZoom .mapZoom__button {
    width: 33px;
    height: 33px;
    background-color: #fff;
    color: #727272;
    line-height: 30px;
    text-align: center
}

.touch .mapZoom .mapZoom__button {
    width: 63px;
    height: 63px;
    padding: 15px
}

.mapZoom .mapZoom__button:hover {
    color: #000
}

.mapZoom .mapZoom__button--zoomin {
    font-size: 25px;
    line-height: 30px
}

.mapZoom .mapZoom__button--zoomout {
    font-size: 40px;
    line-height: 30px
}

.palm .mapZoom {
    display: none;
    visibility: hidden
}

.df__filter {
    margin-left: -20px;
    margin-right: -20px;
    border-top: 1px solid #d4d4d4
}

.df__filter-link {
    display: block;
    padding: 10px 20px;
    font-size: 12px;
    font-size: 1rem;
    color: #666
}

.touch.palm .df__filter-link {
    font-size: 12px;
    font-size: 1rem
}

.touch.lap .df__filter-link {
    font-size: 12px;
    font-size: 1rem
}

.df__filter-link .icon {
    position: static;
    width: 12px;
    height: 7px;
    margin-left: 10px
}

.lap .df__filter-link .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.df__filter-link .icon.active {
    display: none;
    background-position: -210px -960px
}

.df__filter-link .icon.inactive {
    display: inline-block;
    background-position: -210px -930px
}

.df__filter-link.active .icon.active {
    display: inline-block
}

.df__filter-link.active .icon.inactive {
    display: none
}

.palm .df__filter-link {
    width: 50%;
    float: left;
    padding: 0;
    padding-top: 10px;
    text-decoration: underline;
    margin-top: -3px
}

.palm .df__filter-link .icon.inactive {
    width: 12px;
    height: 7px;
    background-position: -210px -930px;
    background-size: 500px 1200px;
    margin-left: 10px;
    margin-top: 0
}

.touch.palm .palm .df__filter-link .icon.inactive {
    width: 17px;
    height: 10px;
    background-position: -294px -1302px;
    margin-left: 14px;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .palm .df__filter-link .icon.inactive {
    width: 17px;
    height: 10px;
    background-position: -294px -1302px;
    margin-left: 14px;
    margin-top: 0;
    background-size: 700px 1680px
}

.palm .df__filter-link .icon.active {
    width: 12px;
    height: 7px;
    background-position: -210px -960px;
    background-size: 500px 1200px;
    margin-left: 10px;
    margin-top: 0
}

.touch.palm .palm .df__filter-link .icon.active {
    width: 17px;
    height: 10px;
    background-position: -294px -1344px;
    margin-left: 14px;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .palm .df__filter-link .icon.active {
    width: 17px;
    height: 10px;
    background-position: -294px -1344px;
    margin-left: 14px;
    margin-top: 0;
    background-size: 700px 1680px
}

.df__dealertypes {
    height: 0;
    overflow: hidden;
    display: none
}

.df__dealertypes .df__label {
    display: inline-block;
    position: relative;
    height: 23px;
    width: 128px;
    color: #000;
    padding-left: 25px;
    font-size: 12px;
    font-size: 1rem
}

.touch.palm .df__dealertypes .df__label {
    font-size: 14px;
    font-size: 1.16667rem
}

.touch.lap .df__dealertypes .df__label {
    font-size: 12px;
    font-size: 1rem
}

.palm .df__dealertypes .df__label {
    font-size: 1rem !important;
    color: #727272
}

.df__dealertype {
    display: block
}

.scroll-container {
    overflow: hidden;
    overflow-y: auto;
    position: relative
}

.scroll-container--scrollable {
    position: absolute;
    top: 47px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.df__dealerlist {
    background: #fff;
    font-size: 14px
}

.df__dealerlist ul li {
    position: relative;
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #d4d4d4;
    list-style: none;
    cursor: pointer;
    color: #000;
    line-height: normal
}

.df__dealerlist ul li:last-child {
    border-color: #969696
}

.no-touch .df__dealerlist ul li:hover, .no-touch .df__dealerlist ul li:active {
    background-color: #f9f9f9
}

.no-js .df__dealerlist ul li {
    float: left;
    width: 25%;
    min-height: 250px;
    margin-bottom: 10px
}

.df__dealerlist ul li.google-prediction, .df__dealerlist ul li.current-location {
    position: relative;
    padding-left: 50px
}

.df__dealerlist ul li.google-prediction .icon, .df__dealerlist ul li.current-location .icon {
    display: inline-block;
    left: 20px;
    width: 12px;
    height: 17px;
    background-position: -270px -960px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm .df__dealerlist ul li.google-prediction .icon, .touch.palm .df__dealerlist ul li.current-location .icon {
    width: 17px;
    height: 24px;
    background-position: -378px -1344px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .df__dealerlist ul li.google-prediction .icon, .touch.lap .df__dealerlist ul li.current-location .icon {
    width: 17px;
    height: 24px;
    background-position: -378px -1344px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.df__dealerlist ul li.google-prediction.active, .df__dealerlist ul li.current-location.active {
    color: #bb162b;
    background: #fff;
    font-weight: bold
}

.df__dealerlist ul li.google-prediction.active .icon, .df__dealerlist ul li.current-location.active .icon {
    top: 20px;
    background-position: -150px -990px;
    width: 12px;
    height: 17px;
    background-position: -270px -960px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm .df__dealerlist ul li.google-prediction.active .icon, .touch.palm .df__dealerlist ul li.current-location.active .icon {
    width: 17px;
    height: 24px;
    background-position: -378px -1344px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .df__dealerlist ul li.google-prediction.active .icon, .touch.lap .df__dealerlist ul li.current-location.active .icon {
    width: 17px;
    height: 24px;
    background-position: -378px -1344px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.df__dealerlist ul li.google-prediction.active .dealers__amount, .df__dealerlist ul li.current-location.active .dealers__amount {
    display: block;
    margin-bottom: 3px;
    font-weight: normal;
    color: #000
}

.palm .df__dealerlist ul li.google-prediction.active, .palm .df__dealerlist ul li.current-location.active {
    font-size: 18px
}

.df__dealerlist ul li.google-prediction:last-child, .df__dealerlist ul li.current-location:last-child {
    border-bottom: 1px solid #d4d4d4
}

.df__dealerlist ul li.current-location.active .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: -120px -1020px
}

.df__dealerlist ul li.dealerlist__dealer:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 8px;
    height: 10px;
    margin-top: -5px;
    background: url("http://www.kia.com/eu/responsive/img/sprite@2x.png") -240px -930px;
    background-size: 500px 1200px
}

.no-backgroundsize .df__dealerlist ul li.dealerlist__dealer:after {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.lap .df__dealerlist ul li.dealerlist__dealer:after {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.lap.no-backgroundsize .df__dealerlist ul li.dealerlist__dealer:after {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.df__dealerlist h3 {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 12px;
    font-size: 1rem
}

.touch.palm .df__dealerlist h3 {
    font-size: 14px;
    font-size: 1.16667rem
}

.touch.lap .df__dealerlist h3 {
    font-size: 14px;
    font-size: 1.16667rem
}

.touch.palm .df__dealerlist h3 {
    font-size: 1rem;
    font-family: Arial
}

.dl__dealertypes {
    display: block;
    font-size: 12px;
    font-size: 1rem
}

.touch.palm .dl__dealertypes {
    font-size: 14px;
    font-size: 1.16667rem
}

.touch.lap .dl__dealertypes {
    font-size: 14px;
    font-size: 1.16667rem
}

.dl__dealertypes.dl__dealertypes--iconsonly .icon {
    position: static
}

.dl__dealertypes.dl__dealertypes--stacked .dl__dealertype {
    display: block;
    padding-left: 30px
}

.dl__dealertype {
    position: relative;
    margin-right: 10px
}

.dl__dealertype .icon {
    top: 7px
}

.df__nav {
    border-bottom: 1px solid #d4d4d4;
    background: #f9f9f9
}

.df__nav .dl__nav-link {
    position: relative;
    display: block;
    padding: 15px 20px 15px 35px;
    color: #5e5e5e;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1rem
}

.touch.palm .df__nav .dl__nav-link {
    font-size: 14px;
    font-size: 1.16667rem
}

.touch.lap .df__nav .dl__nav-link {
    font-size: 14px;
    font-size: 1.16667rem
}

.palm .df__nav .dl__nav-link {
    font-size: 1rem !important;
    padding-top: 10px;
    padding-bottom: 8px;
    color: #000;
    text-transform: none
}

.df__nav .dl__nav-link .icon {
    left: 20px;
    top: 50%;
    margin-top: -6px
}

.no-js .df__nav {
    display: none
}

.df__dealer-detail {
    color: #000;
    line-height: 22px;
    font-size: 12px;
    font-size: 1rem
}

.touch.palm .df__dealer-detail {
    font-size: 14px;
    font-size: 1.16667rem
}

.touch.lap .df__dealer-detail {
    font-size: 14px;
    font-size: 1.16667rem
}

.df__dealer-detail h3 {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 12px;
    font-size: 1rem
}

.touch.palm .df__dealer-detail h3 {
    font-size: 14px;
    font-size: 1.16667rem
}

.touch.lap .df__dealer-detail h3 {
    font-size: 14px;
    font-size: 1.16667rem
}

.df__dealer-detail .df__contact a {
    position: relative;
    display: block;
    background: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 20px;
    margin-bottom: 2px;
    color: #000;
    word-wrap: break-word
}

.no-touch .df__dealer-detail .df__contact a:hover {
    background-color: #f0f0f0
}

.df__dealer-detail .icon--dealer-type {
    list-style: none
}

.df__dealer-detail .df__opening-hours {
    font-size: 12px;
    font-size: 1rem
}

.touch.palm .df__dealer-detail .df__opening-hours {
    font-size: 14px;
    font-size: 1.16667rem
}

.touch.lap .df__dealer-detail .df__opening-hours {
    font-size: 14px;
    font-size: 1.16667rem
}

.df__dealer-detail .df__opening-hours th, .df__dealer-detail .df__opening-hours td {
    padding: 0;
    text-align: left
}

.df__map {
    height: 100%;
    display: block;
    margin: 0 0 0 35%;
    width: 65%;
    padding: 0;
    position: relative;
    top: 0;
    right: 0
}

@media only screen and (min-width: 1025px) {
    .df__map {
        width: 100%;
        margin: 0 0 0 341.66667px
    }
}

@media only screen and (max-width: 480px) {
    .df__map {
        opacity: 0;
        width: 100vw !important;
        margin: 0;
        position: fixed !important;
        height: auto !important;
        top: 0 !important;
        bottom: 0;
        z-index: 8;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .show-map .df__map {
        left: 0;
        width: 100% !important;
        margin-left: 0
    }
}

.tablet #footer {
    font-size: 16px;
    font-size: 1.33333rem;
    line-height: 1.5
}

#footer .footer-toggle-after {
    display: none
}

.fixed-footer #footer {
    z-index: 10;
    position: fixed;
    width: 100%;
    top: 100%
}

.fixed-footer #footer .footer-toggle-after {
    position: absolute;
    top: -36px;
    left: 0;
    display: block;
    width: 100%;
    height: 36px;
    padding-right: 20px;
    font-family: "NeoSansProBold", Arial, Verdana, sans-serif;
    color: #727272;
    line-height: 36px;
    background-color: #e4e5e6;
    text-align: right;
    z-index: 9999;
    cursor: pointer
}

.fixed-footer #footer .footer-toggle-after:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d4d4d4
}

.fixed-footer #footer .footer-toggle-after .icon {
    position: static;
    display: inline-block;
    width: 12px;
    height: 7px;
    margin-left: 10px
}

.fixed-footer #footer .footer-toggle-after .show {
    display: block;
    font-size: 12px
}

.fixed-footer #footer .footer-toggle-after .show .icon {
    background-position: -210px -930px
}

.fixed-footer #footer .footer-toggle-after .hide {
    display: none;
    font-size: 12px
}

.fixed-footer #footer .footer-toggle-after .hide .icon {
    background-position: -210px -960px
}

.fixed-footer #footer .footer-toggle-after ~ .rule {
    display: none
}

.fixed-footer #footer.relative .footer-toggle-after .show {
    display: none
}

.fixed-footer #footer.relative .footer-toggle-after .hide {
    display: block
}

.lap #footer .footer-toggle-after .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.lap.touch .df__dealer-detail {
    line-height: 22px
}

.lap.touch .df__dealer-detail .df__contact a {
    padding-top: 10px;
    padding-bottom: 10px
}

[ng-cloak] {
    display: none
}

.df__map-canvas-back-button {
    width: 51px;
    height: 57px;
    position: fixed;
    top: 0;
    right: 0;
    background: #f9f9f9;
    border: 0;
    z-index: 9;
    -webkit-transform: translate3d(-70px, -70px, 0);
    -moz-transform: translate3d(-70px, -70px, 0);
    -ms-transform: translate3d(-70px, -70px, 0);
    -o-transform: translate3d(-70px, -70px, 0);
    transform: translate3d(-70px, -70px, 0)
}

.df__map-canvas-back-button .icon {
    top: 21px;
    left: 18px
}

.df__dealer-info--mobile-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 9999;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.df__dealer-info--mobile-wrapper .df__address {
    position: relative;
    background: transparent;
    border: 0;
    width: 100%
}

.df__dealer-info--mobile-wrapper .df__address:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 8px;
    height: 10px;
    margin-top: -5px;
    background: url("http://www.kia.com/eu/responsive/img/sprite@2x.png") -240px -930px;
    background-size: 500px 1200px
}

.df__dealer-info--mobile-wrapper h3 {
    font-size: 1em;
    margin-bottom: 0
}

.df__dealer-info--mobile-wrapper p {
    font-size: 1em;
    line-height: 1.1em
}

.df__dealer-info--mobile-wrapper .df__visit-website {
    position: relative;
    color: #727272;
    padding-left: 45px !important
}

.df__dealer-info--mobile-wrapper .df__visit-website .icon {
    top: 50%;
    right: auto;
    left: 22px;
    margin-top: -9px
}

.mobile #search-filter {
    font-size: 1em
}

.cluster > div {
    background-color: #bb162b;
    width: auto !important;
    top: -6px !important;
    left: 50% !important;
    margin-left: 15%;
    height: 16px !important;
    line-height: 14px !important;
    border-radius: 100%;
    padding: 1px 5px
}

.cluster.marker--hover > div {
    line-height: 13px !important;
    color: #bb162b;
    background-color: #fff;
    border: 1px solid #bb162b;
    right: 2px !important
}

.calendar {
    max-width: 520px;
    padding: 20px 15px 10px 20px;
    margin-bottom: 10px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
    -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
    -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .45)
}

.no-boxshadow .calendar {
    border: 1px solid #f0f0f0
}

.calendar.calendar--error {
    border: 1px solid red
}

.calendar .calendar__control {
    width: 100%;
    padding-bottom: 10px
}

.calendar .calendar__control .calendar__nav {
    position: relative;
    display: block;
    width: 34px;
    height: 34px;
    text-indent: -999px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
    -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
    -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .45)
}

.no-boxshadow .calendar .calendar__control .calendar__nav {
    border: 1px solid #f0f0f0
}

.calendar .calendar__control .calendar__nav:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 14px;
    width: 7px;
    height: 12px;
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px;
    background-repeat: no-repeat
}

.no-backgroundsize .calendar .calendar__control .calendar__nav:before {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.calendar .calendar__control .calendar__nav.calendar__nav--prev {
    float: left
}

.calendar .calendar__control .calendar__nav.calendar__nav--prev:before {
    background-position: -450px -390px
}

.desk .calendar .calendar__control .calendar__nav.calendar__nav--prev:hover:before {
    background-position: -450px -420px
}

.calendar .calendar__control .calendar__nav.calendar__nav--next {
    float: right
}

.calendar .calendar__control .calendar__nav.calendar__nav--next:before {
    background-position: -420px -390px
}

.desk .calendar .calendar__control .calendar__nav.calendar__nav--next:hover:before {
    background-position: -420px -420px
}

.calendar .calendar__control .calendar__nav.calendar__nav--disabled {
    cursor: default;
    opacity: .6
}

.calendar .calendar__control .calendar__week-text {
    display: none
}

.lap .calendar .calendar__control .calendar__week-text {
    font-size: 14px
}

.no-js .calendar .calendar__control {
    display: none
}

.calendar .calendar__body {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-x: hidden
}

.no-js .calendar .calendar__body, .tablet .calendar .calendar__body, .mobile .calendar .calendar__body {
    overflow-x: scroll
}

.calendar .calendar__list {
    margin-bottom: 0;
    white-space: nowrap
}

.calendar .calendar__list .calendar__week {
    display: inline-block;
    width: 100%;
    margin-right: 6px;
    list-style: none;
    vertical-align: top
}

.calendar .calendar__list .calendar__week ul {
    margin-bottom: 0
}

.calendar .calendar__list .calendar__week .calendar__day {
    position: relative;
    float: left;
    display: inline-block;
    width: 14.28%;
    padding-left: 10px;
    list-style: none
}

.calendar .calendar__list .calendar__week .calendar__day:first-child {
    padding-left: 0
}

.no-boxshadow .calendar .calendar__list .calendar__week .calendar__day {
    border: 1px solid #f0f0f0
}

.calendar .calendar__list .calendar__week .calendar__day input {
    position: absolute;
    top: -50px;
    left: 0
}

.no-js .calendar .calendar__list .calendar__week .calendar__day input:checked + label {
    background-color: #bb162b;
    color: #fff
}

.no-js .calendar .calendar__list .calendar__week .calendar__day input:checked + label .calendar__day-number {
    color: #fff
}

.calendar .calendar__list .calendar__week .calendar__day label {
    display: block;
    width: 100%;
    height: 70px;
    padding-top: 5px;
    font-family: "NeoSansProRegular", Arial, Verdana, sans-serif;
    color: #000;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
    -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
    -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .45)
}

.calendar .calendar__list .calendar__week .calendar__day label .calendar__day-name {
    display: block;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    text-transform: lowercase
}

.lap .calendar .calendar__list .calendar__week .calendar__day label .calendar__day-name {
    font-size: 18px
}

.calendar .calendar__list .calendar__week .calendar__day label .calendar__day-number {
    display: block;
    font-size: 32px;
    line-height: 36px;
    color: #bb162b;
    text-align: center
}

.lap .calendar .calendar__list .calendar__week .calendar__day label .calendar__day-number {
    font-size: 18px
}

.desk .calendar .calendar__list .calendar__week .calendar__day label:hover {
    background-color: #bb162b;
    color: #fff
}

.desk .calendar .calendar__list .calendar__week .calendar__day label:hover .calendar__day-number {
    color: #fff
}

.calendar .calendar__list .calendar__week .calendar__day label.calendar__day--active {
    background-color: #bb162b;
    color: #fff
}

.calendar .calendar__list .calendar__week .calendar__day label.calendar__day--active .calendar__day-number {
    color: #fff
}

.calendar .calendar__list .calendar__week .calendar__day label.calendar__day--disabled {
    background-color: #f0f0f0;
    color: #d4d4d4
}

.calendar .calendar__list .calendar__week .calendar__day label.calendar__day--disabled .calendar__day-number {
    color: #d4d4d4
}

.desk .calendar .calendar__list .calendar__week .calendar__day label.calendar__day--disabled:hover {
    background-color: #f0f0f0;
    color: #d4d4d4
}

.desk .calendar .calendar__list .calendar__week .calendar__day label.calendar__day--disabled:hover .calendar__day-number {
    color: #d4d4d4
}

.calendar .calendar__list .calendar__week .calendar__day label.calendar__day--now {
    background-color: #727272;
    color: #fff
}

.calendar .calendar__list .calendar__week .calendar__day label.calendar__day--now .calendar__day-number {
    color: #fff
}

.desk .calendar .calendar__list .calendar__week .calendar__day label.calendar__day--now:hover {
    background-color: #727272;
    color: #fff
}

.desk .calendar .calendar__list .calendar__week .calendar__day label.calendar__day--now:hover .calendar__day-number {
    color: #fff
}

.colorselector {
    font-size: 12px;
    font-size: 1rem
}

.colorselector .colorselector__body {
    float: left
}

@media screen and (max-width: 650px)and (min-width: 0) {
    .colorselector .colorselector__body {
        float: none
    }
}

.colorselector .colorselector__body img {
    max-width: 100%;
    height: auto !important
}

.colorselector .touchcarousel--colors .touchcarousel-container {
    width: 100% !important;
    white-space: nowrap
}

.colorselector .touchcarousel--colors .touchcarousel-item {
    position: relative;
    float: none;
    width: 100%;
    text-align: center
}

.colorselector .touchcarousel--colors .color--name {
    position: absolute;
    left: 10%;
    bottom: -19px;
    display: block;
    width: 80%;
    height: 24px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px
}

.palm .colorselector .touchcarousel--colors .color--name {
    top: 95%
}

.colorselector .colorselector__colors {
    float: right;
    width: 170px;
    padding-left: 20px
}

@media screen and (max-width: 650px)and (min-width: 0) {
    .colorselector .colorselector__colors {
        float: none;
        width: 100%;
        padding-top: 20px;
        padding-left: 0
    }
}

.colorselector .colorselector__colors .colorselector__info {
    color: #969696;
    font-style: italic;
    font-size: 10px;
    font-size: .83333rem
}

.colorselector .colorselector__colors .colorselector__list {
    margin-bottom: 10px
}

.colorselector .colorselector__colors .colorselector__listitem {
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 10px;
    list-style: none
}

.colorselector .colorselector__colors .colorselector__listitem a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid transparent;
    text-indent: -1234em;
    background: #193251;
    -webkit-box-shadow: 2px 2px 4px #727272;
    -moz-box-shadow: 2px 2px 4px #727272;
    -ms-box-shadow: 2px 2px 4px #727272;
    -o-box-shadow: 2px 2px 4px #727272;
    box-shadow: 2px 2px 4px #727272
}

.colorselector .colorselector__colors .colorselector__listitem a:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px;
    background-position: -420px -720px
}

.no-backgroundsize .colorselector .colorselector__colors .colorselector__listitem a:before {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.no-touch .colorselector .colorselector__colors .colorselector__listitem a:hover {
    border-width: 1px;
    border-color: #5e5e5e;
    padding: 1px
}

.no-touch .colorselector .colorselector__colors .colorselector__listitem a:hover:before {
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    background-position: -421px -721px
}

.colorselector .colorselector__colors .colorselector__listitem.colorselector__listitem--active a {
    border-color: #bb162b
}

.colorselector .colorselector__colors .colorselector__listitem.colorselector__listitem--active a:before {
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    background-position: -422px -722px
}

.no-touch .colorselector .colorselector__colors .colorselector__listitem.colorselector__listitem--active a:hover {
    border-width: 2px;
    border-color: #bb162b;
    padding: 0
}

.no-touch .colorselector .colorselector__colors .colorselector__listitem.colorselector__listitem--active a:hover:before {
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    background-position: -422px -722px
}

.lap .colorselector .touchcarousel--colors .color--name {
    bottom: -20px !important
}

.promotion .promotion__img {
    width: 30%
}

@media screen and (max-width: 890px)and (min-width: 0) {
    .promotion .promotion__img {
        width: 40%
    }
}

@media only screen and (max-width: 480px) {
    .promotion .promotion__img {
        width: 100% !important
    }
}

.promotion .promotion__content {
    width: 45%
}

@media screen and (max-width: 890px)and (min-width: 0) {
    .promotion .promotion__content {
        width: 60%
    }
}

@media only screen and (max-width: 480px) {
    .promotion .promotion__content {
        width: 100% !important
    }
}

.promotion .promotion__content ul {
    margin-left: 20px
}

.promotion .promotion__links {
    width: 25%
}

@media screen and (max-width: 890px)and (min-width: 0) {
    .promotion .promotion__links {
        width: 100%;
        padding: 20px 0 0 0
    }
}

.promotion .promotion__links .grid__item {
    width: 100%
}

@media screen and (max-width: 890px)and (min-width: 769px) {
    .promotion .promotion__links .grid__item {
        width: 25%;
        float: left
    }
}

@media screen and (max-width: 768px)and (min-width: 481px) {
    .promotion .promotion__links .grid__item {
        width: 50%;
        float: left
    }
}

.promotion__link {
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #d4d4d4;
    background-color: #f9f9f9
}

.promotion__link .deviation {
    white-space: nowrap
}

.promotion__link a:before {
    content: "› "
}

@media only screen and (min-width: 481px)and (max-width: 1024px) {
    .promotion__link {
        padding: 10px 20px
    }
}

@media screen and (max-width: 768px)and (min-width: 0) {
    .promotion__link {
        margin-bottom: 20px
    }
}

#worldwide ul {
    list-style: none;
    margin: 0
}

.worldwide__map {
    position: relative;
    width: 100%;
    height: 100%
}

.worldwide__map object {
    width: 100%;
    display: block;
    height: 0;
    position: relative;
    margin-top: 20px;
    padding-top: 60%
}

.worldwide__map svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.worldwide__map svg g {
    cursor: pointer
}

.js .worldwide__map ul {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    z-index: 3
}

.no-svg .js .worldwide__map ul, .ltie10 .js .worldwide__map ul, .ie10 .js .worldwide__map ul {
    visibility: visible
}

.worldwide__map a {
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.js .worldwide__map a {
    position: absolute
}

.no-js .worldwide__map a .icon {
    display: none
}

.no-svg .worldwide__map a.btn--northamerica, .ltie10 .worldwide__map a.btn--northamerica, .ie10 .worldwide__map a.btn--northamerica {
    top: 180px;
    left: 110px
}

.no-svg .worldwide__map a.btn--centralandsouthamerica, .ltie10 .worldwide__map a.btn--centralandsouthamerica, .ie10 .worldwide__map a.btn--centralandsouthamerica {
    top: 428px;
    left: 153px
}

.no-svg .worldwide__map a.btn--westerneurope, .ltie10 .worldwide__map a.btn--westerneurope, .ie10 .worldwide__map a.btn--westerneurope {
    top: 212px;
    left: 520px
}

.no-svg .worldwide__map a.btn--easterneurope, .ltie10 .worldwide__map a.btn--easterneurope, .ie10 .worldwide__map a.btn--easterneurope {
    top: 153px;
    left: 757px
}

.no-svg .worldwide__map a.btn--africa, .ltie10 .worldwide__map a.btn--africa, .ie10 .worldwide__map a.btn--africa {
    top: 366px;
    left: 556px
}

.no-svg .worldwide__map a.btn--middleeast, .ltie10 .worldwide__map a.btn--middleeast, .ie10 .worldwide__map a.btn--middleeast {
    top: 305px;
    left: 631px
}

.no-svg .worldwide__map a.btn--asia, .ltie10 .worldwide__map a.btn--asia, .ie10 .worldwide__map a.btn--asia {
    top: 299px;
    left: 787px
}

.no-svg .worldwide__map a.btn--pacific, .ltie10 .worldwide__map a.btn--pacific, .ie10 .worldwide__map a.btn--pacific {
    top: 440px;
    left: 770px
}

.worldwide__map a.btn--flat-red .icon {
    width: 32px;
    height: 29px
}

.worldwide__map a.btn--flat-red.icon--pointer .icon {
    left: -23px;
    background-position: 0 -1051px
}

.worldwide__map a.btn--flat-red.icon--pointer-reverse .icon {
    right: -25px;
    height: 30px;
    background-position: -120px -1050px
}

.worldwide__countries {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

.csscolumns .worldwide__countries ul {
    -webkit-columns: 5 175px;
    -moz-columns: 5 175px;
    -ms-columns: 5 175px;
    -o-columns: 5 175px;
    columns: 5 175px
}

.worldwide__countries ul li {
    padding-bottom: 10px
}

@media screen and (max-width: 1024px)and (min-width: 481px) {
    .worldwide__countries ul li {
        padding-bottom: 15px
    }
}

.no-csscolumns .worldwide__countries ul li {
    float: left;
    width: 20%
}

@media screen and (max-width: 940px)and (min-width: 0) {
    .no-csscolumns .worldwide__countries ul li {
        width: 25%
    }
}

@media screen and (max-width: 740px)and (min-width: 0) {
    .no-csscolumns .worldwide__countries ul li {
        width: 33%
    }
}

@media screen and (max-width: 570px)and (min-width: 0) {
    .no-csscolumns .worldwide__countries ul li {
        width: 50%
    }
}

@media screen and (max-width: 370px)and (min-width: 0) {
    .no-csscolumns .worldwide__countries ul li {
        float: none;
        width: 100%
    }
}

.worldwide__countries a {
    display: block;
    line-height: 22px
}

.worldwide__countries a .icon {
    position: static;
    display: inline-block;
    width: 22px;
    height: 14px;
    margin-top: 3px;
    margin-right: 10px;
    vertical-align: top
}

.no-js .worldwide__countries.visuallyhidden, .no-js html.js .worldwide__countries.js-hidden, html.js .no-js .worldwide__countries.js-hidden, html.no-js .worldwide__countries.js-visible {
    height: auto !important;
    margin: auto !important;
    overflow: hidden !important;
    padding: inherit !important;
    position: relative !important;
    width: auto !important
}

.country--ca .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-north-america.png");
    background-position: 0 0
}

.retina .country--ca .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-north-america@2x.png");
    background-size: 22px auto
}

.touch .country--ca .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-north-america.png");
    background-position: 0 0
}

.touch.retina .country--ca .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-north-america@2x.png");
    background-size: 22px auto
}

.country--us .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-north-america.png");
    background-position: 0 -20px
}

.retina .country--us .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-north-america@2x.png");
    background-size: 22px auto
}

.touch .country--us .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-north-america.png");
    background-position: 0 -20px
}

.touch.retina .country--us .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-north-america@2x.png");
    background-size: 22px auto
}

.country--ag .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 0
}

.retina .country--ag .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--ag .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 0
}

.touch.retina .country--ag .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--ar .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -20px
}

.retina .country--ar .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--ar .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -20px
}

.touch.retina .country--ar .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--aw .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -40px
}

.retina .country--aw .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--aw .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -40px
}

.touch.retina .country--aw .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--bs .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -60px
}

.retina .country--bs .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--bs .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -60px
}

.touch.retina .country--bs .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--bb .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -80px
}

.retina .country--bb .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--bb .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -80px
}

.touch.retina .country--bb .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--bm .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -100px
}

.retina .country--bm .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--bm .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -100px
}

.touch.retina .country--bm .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--bo .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -120px
}

.retina .country--bo .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--bo .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -120px
}

.touch.retina .country--bo .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--br .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -140px
}

.retina .country--br .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--br .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -140px
}

.touch.retina .country--br .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--dm .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -160px
}

.retina .country--dm .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--dm .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -160px
}

.touch.retina .country--dm .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--vg .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -180px
}

.retina .country--vg .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--vg .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -180px
}

.touch.retina .country--vg .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--ky .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -200px
}

.retina .country--ky .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--ky .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -200px
}

.touch.retina .country--ky .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--cl .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -220px
}

.retina .country--cl .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--cl .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -220px
}

.touch.retina .country--cl .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--co .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -240px
}

.retina .country--co .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--co .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -240px
}

.touch.retina .country--co .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--cr .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -260px
}

.retina .country--cr .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--cr .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -260px
}

.touch.retina .country--cr .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--cu .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -280px
}

.retina .country--cu .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--cu .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -280px
}

.touch.retina .country--cu .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--an .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -300px
}

.retina .country--an .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--an .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -300px
}

.touch.retina .country--an .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--do .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -320px
}

.retina .country--do .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--do .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -320px
}

.touch.retina .country--do .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--ec .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -340px
}

.retina .country--ec .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--ec .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -340px
}

.touch.retina .country--ec .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--sv .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -360px
}

.retina .country--sv .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--sv .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -360px
}

.touch.retina .country--sv .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--gy .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -380px
}

.retina .country--gy .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--gy .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -380px
}

.touch.retina .country--gy .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--gd .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -400px
}

.retina .country--gd .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--gd .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -400px
}

.touch.retina .country--gd .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--gp .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -420px
}

.retina .country--gp .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--gp .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -420px
}

.touch.retina .country--gp .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--gt .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -440px
}

.retina .country--gt .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--gt .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -440px
}

.touch.retina .country--gt .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--ht .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -460px
}

.retina .country--ht .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--ht .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -460px
}

.touch.retina .country--ht .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--hn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -480px
}

.retina .country--hn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--hn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -480px
}

.touch.retina .country--hn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--jm .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -500px
}

.retina .country--jm .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--jm .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -500px
}

.touch.retina .country--jm .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--mp .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -520px
}

.retina .country--mp .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--mp .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -520px
}

.touch.retina .country--mp .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--ni .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -540px
}

.retina .country--ni .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--ni .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -540px
}

.touch.retina .country--ni .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--pa .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -560px
}

.retina .country--pa .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--pa .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -560px
}

.touch.retina .country--pa .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--py .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -580px
}

.retina .country--py .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--py .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -580px
}

.touch.retina .country--py .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--pe .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -600px
}

.retina .country--pe .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--pe .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -600px
}

.touch.retina .country--pe .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--pr .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -620px
}

.retina .country--pr .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--pr .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -620px
}

.touch.retina .country--pr .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--kn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -640px
}

.retina .country--kn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--kn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -640px
}

.touch.retina .country--kn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--lc .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -660px
}

.retina .country--lc .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--lc .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -660px
}

.touch.retina .country--lc .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--mf .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -680px
}

.retina .country--mf .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--mf .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -680px
}

.touch.retina .country--mf .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--vc .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -700px
}

.retina .country--vc .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--vc .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -700px
}

.touch.retina .country--vc .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--tt .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -720px
}

.retina .country--tt .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--tt .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -720px
}

.touch.retina .country--tt .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--tc .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -740px
}

.retina .country--tc .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--tc .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -740px
}

.touch.retina .country--tc .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--uy .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -760px
}

.retina .country--uy .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--uy .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -760px
}

.touch.retina .country--uy .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--ve .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -780px
}

.retina .country--ve .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.touch .country--ve .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america.png");
    background-position: 0 -780px
}

.touch.retina .country--ve .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-central-south-america@2x.png");
    background-size: 22px auto
}

.country--at .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 0
}

.retina .country--at .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.touch .country--at .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 0
}

.touch.retina .country--at .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.country--be .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -20px
}

.retina .country--be .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.touch .country--be .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -20px
}

.touch.retina .country--be .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.country--ba .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -40px
}

.retina .country--ba .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.touch .country--ba .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -40px
}

.touch.retina .country--ba .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.country--bg .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -60px
}

.retina .country--bg .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.touch .country--bg .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -60px
}

.touch.retina .country--bg .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.country--es .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -80px
}

.retina .country--es .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.touch .country--es .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -80px
}

.touch.retina .country--es .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.country--cy .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -100px
}

.retina .country--cy .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.touch .country--cy .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -100px
}

.touch.retina .country--cy .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.country--dk .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -120px
}

.retina .country--dk .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.touch .country--dk .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -120px
}

.touch.retina .country--dk .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.country--fi .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -140px
}

.retina .country--fi .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.touch .country--fi .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -140px
}

.touch.retina .country--fi .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.country--fr .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -160px
}

.retina .country--fr .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.touch .country--fr .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -160px
}

.touch.retina .country--fr .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.country--de .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -180px
}

.retina .country--de .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.touch .country--de .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -180px
}

.touch.retina .country--de .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.country--gi .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -200px
}

.retina .country--gi .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.touch .country--gi .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -200px
}

.touch.retina .country--gi .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.country--gr .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -220px
}

.retina .country--gr .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.touch .country--gr .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -220px
}

.touch.retina .country--gr .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.country--is .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -240px
}

.retina .country--is .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.touch .country--is .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -240px
}

.touch.retina .country--is .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.country--ie .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -260px
}

.retina .country--ie .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.touch .country--ie .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -260px
}

.touch.retina .country--ie .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.country--it .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -280px
}

.retina .country--it .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.touch .country--it .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -280px
}

.touch.retina .country--it .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.country--eu .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -300px
}

.retina .country--eu .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.touch .country--eu .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -300px
}

.touch.retina .country--eu .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.country--lv .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -320px
}

.retina .country--lv .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.touch .country--lv .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -320px
}

.touch.retina .country--lv .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.country--lt .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -340px
}

.retina .country--lt .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.touch .country--lt .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -340px
}

.touch.retina .country--lt .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.country--lu .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -360px
}

.retina .country--lu .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.touch .country--lu .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -360px
}

.touch.retina .country--lu .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.country--mt .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -380px
}

.retina .country--mt .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.touch .country--mt .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -380px
}

.touch.retina .country--mt .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.country--me .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -400px
}

.retina .country--me .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.touch .country--me .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -400px
}

.touch.retina .country--me .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.country--nl .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -420px
}

.retina .country--nl .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.touch .country--nl .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -420px
}

.touch.retina .country--nl .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.country--no .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -440px
}

.retina .country--no .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.touch .country--no .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -440px
}

.touch.retina .country--no .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.country--pt .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -460px
}

.retina .country--pt .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.touch .country--pt .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -460px
}

.touch.retina .country--pt .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.country--rs .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -480px
}

.retina .country--rs .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.touch .country--rs .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -480px
}

.touch.retina .country--rs .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.country--es .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -500px
}

.retina .country--es .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.touch .country--es .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -500px
}

.touch.retina .country--es .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.country--se .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -520px
}

.retina .country--se .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.touch .country--se .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -520px
}

.touch.retina .country--se .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.country--ch .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -540px
}

.retina .country--ch .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.touch .country--ch .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -540px
}

.touch.retina .country--ch .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.country--gb .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -560px
}

.retina .country--gb .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.touch .country--gb .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe.png");
    background-position: 0 -560px
}

.touch.retina .country--gb .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-western-europe@2x.png");
    background-size: 22px auto
}

.country--al .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 0
}

.retina .country--al .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.touch .country--al .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 0
}

.touch.retina .country--al .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.country--am .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -20px
}

.retina .country--am .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.touch .country--am .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -20px
}

.touch.retina .country--am .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.country--az .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -40px
}

.retina .country--az .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.touch .country--az .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -40px
}

.touch.retina .country--az .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.country--by .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -60px
}

.retina .country--by .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.touch .country--by .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -60px
}

.touch.retina .country--by .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.country--ba .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -80px
}

.retina .country--ba .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.touch .country--ba .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -80px
}

.touch.retina .country--ba .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.country--bg .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -100px
}

.retina .country--bg .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.touch .country--bg .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -100px
}

.touch.retina .country--bg .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.country--hr .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -120px
}

.retina .country--hr .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.touch .country--hr .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -120px
}

.touch.retina .country--hr .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.country--cy .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -140px
}

.retina .country--cy .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.touch .country--cy .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -140px
}

.touch.retina .country--cy .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.country--cz .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -160px
}

.retina .country--cz .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.touch .country--cz .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -160px
}

.touch.retina .country--cz .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.country--ee .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -180px
}

.retina .country--ee .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.touch .country--ee .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -180px
}

.touch.retina .country--ee .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.country--ge .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -200px
}

.retina .country--ge .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.touch .country--ge .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -200px
}

.touch.retina .country--ge .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.country--hu .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -220px
}

.retina .country--hu .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.touch .country--hu .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -220px
}

.touch.retina .country--hu .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.country--kz .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -240px
}

.retina .country--kz .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.touch .country--kz .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -240px
}

.touch.retina .country--kz .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.country--xk .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -260px
}

.retina .country--xk .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.touch .country--xk .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -260px
}

.touch.retina .country--xk .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.country--lv .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -280px
}

.retina .country--lv .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.touch .country--lv .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -280px
}

.touch.retina .country--lv .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.country--lt .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -300px
}

.retina .country--lt .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.touch .country--lt .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -300px
}

.touch.retina .country--lt .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.country--mk .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -320px
}

.retina .country--mk .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.touch .country--mk .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -320px
}

.touch.retina .country--mk .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.country--md .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -340px
}

.retina .country--md .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.touch .country--md .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -340px
}

.touch.retina .country--md .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.country--me .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -360px
}

.retina .country--me .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.touch .country--me .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -360px
}

.touch.retina .country--me .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.country--pl .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -380px
}

.retina .country--pl .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.touch .country--pl .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -380px
}

.touch.retina .country--pl .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.country--ro .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -400px
}

.retina .country--ro .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.touch .country--ro .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -400px
}

.touch.retina .country--ro .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.country--ru .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -420px
}

.retina .country--ru .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.touch .country--ru .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -420px
}

.touch.retina .country--ru .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.country--rs .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -440px
}

.retina .country--rs .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.touch .country--rs .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -440px
}

.touch.retina .country--rs .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.country--sk .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -460px
}

.retina .country--sk .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.touch .country--sk .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -460px
}

.touch.retina .country--sk .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.country--si .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -480px
}

.retina .country--si .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.touch .country--si .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -480px
}

.touch.retina .country--si .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.country--tr .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -500px
}

.retina .country--tr .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.touch .country--tr .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -500px
}

.touch.retina .country--tr .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.country--tm .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -520px
}

.retina .country--tm .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.touch .country--tm .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -520px
}

.touch.retina .country--tm .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.country--ua .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -540px
}

.retina .country--ua .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.touch .country--ua .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -540px
}

.touch.retina .country--ua .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.country--uz .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -560px
}

.retina .country--uz .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.touch .country--uz .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe.png");
    background-position: 0 -560px
}

.touch.retina .country--uz .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-eastern-europe@2x.png");
    background-size: 22px auto
}

.country--dz .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 0
}

.retina .country--dz .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.touch .country--dz .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 0
}

.touch.retina .country--dz .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.country--ao .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -20px
}

.retina .country--ao .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.touch .country--ao .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -20px
}

.touch.retina .country--ao .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.country--bw .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -40px
}

.retina .country--bw .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.touch .country--bw .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -40px
}

.touch.retina .country--bw .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.country--eg .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -60px
}

.retina .country--eg .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.touch .country--eg .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -60px
}

.touch.retina .country--eg .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.country--et .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -80px
}

.retina .country--et .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.touch .country--et .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -80px
}

.touch.retina .country--et .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.country--ga .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -100px
}

.retina .country--ga .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.touch .country--ga .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -100px
}

.touch.retina .country--ga .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.country--gh .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -120px
}

.retina .country--gh .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.touch .country--gh .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -120px
}

.touch.retina .country--gh .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.country--ci .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -140px
}

.retina .country--ci .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.touch .country--ci .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -140px
}

.touch.retina .country--ci .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.country--ke .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -160px
}

.retina .country--ke .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.touch .country--ke .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -160px
}

.touch.retina .country--ke .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.country--mg .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -180px
}

.retina .country--mg .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.touch .country--mg .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -180px
}

.touch.retina .country--mg .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.country--mw .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -200px
}

.retina .country--mw .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.touch .country--mw .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -200px
}

.touch.retina .country--mw .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.country--mu .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -220px
}

.retina .country--mu .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.touch .country--mu .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -220px
}

.touch.retina .country--mu .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.country--ma .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -240px
}

.retina .country--ma .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.touch .country--ma .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -240px
}

.touch.retina .country--ma .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.country--mz .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -260px
}

.retina .country--mz .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.touch .country--mz .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -260px
}

.touch.retina .country--mz .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.country--ng .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -280px
}

.retina .country--ng .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.touch .country--ng .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -280px
}

.touch.retina .country--ng .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.country--re .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -300px
}

.retina .country--re .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.touch .country--re .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -300px
}

.touch.retina .country--re .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.country--sn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -320px
}

.retina .country--sn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.touch .country--sn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -320px
}

.touch.retina .country--sn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.country--sc .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -340px
}

.retina .country--sc .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.touch .country--sc .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -340px
}

.touch.retina .country--sc .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.country--za .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -360px
}

.retina .country--za .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.touch .country--za .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -360px
}

.touch.retina .country--za .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.country--sd .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -380px
}

.retina .country--sd .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.touch .country--sd .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -380px
}

.touch.retina .country--sd .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.country--tz .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -400px
}

.retina .country--tz .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.touch .country--tz .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -400px
}

.touch.retina .country--tz .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.country--tn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -420px
}

.retina .country--tn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.touch .country--tn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -420px
}

.touch.retina .country--tn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.country--ug .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -440px
}

.retina .country--ug .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.touch .country--ug .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -440px
}

.touch.retina .country--ug .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.country--zm .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -460px
}

.retina .country--zm .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.touch .country--zm .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa.png");
    background-position: 0 -460px
}

.touch.retina .country--zm .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-africa@2x.png");
    background-size: 22px auto
}

.country--af .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east.png");
    background-position: 0 0
}

.retina .country--af .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east@2x.png");
    background-size: 22px auto
}

.touch .country--af .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east.png");
    background-position: 0 0
}

.touch.retina .country--af .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east@2x.png");
    background-size: 22px auto
}

.country--bh .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east.png");
    background-position: 0 -20px
}

.retina .country--bh .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east@2x.png");
    background-size: 22px auto
}

.touch .country--bh .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east.png");
    background-position: 0 -20px
}

.touch.retina .country--bh .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east@2x.png");
    background-size: 22px auto
}

.country--iq .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east.png");
    background-position: 0 -40px
}

.retina .country--iq .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east@2x.png");
    background-size: 22px auto
}

.touch .country--iq .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east.png");
    background-position: 0 -40px
}

.touch.retina .country--iq .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east@2x.png");
    background-size: 22px auto
}

.country--il .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east.png");
    background-position: 0 -60px
}

.retina .country--il .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east@2x.png");
    background-size: 22px auto
}

.touch .country--il .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east.png");
    background-position: 0 -60px
}

.touch.retina .country--il .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east@2x.png");
    background-size: 22px auto
}

.country--jo .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east.png");
    background-position: 0 -80px
}

.retina .country--jo .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east@2x.png");
    background-size: 22px auto
}

.touch .country--jo .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east.png");
    background-position: 0 -80px
}

.touch.retina .country--jo .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east@2x.png");
    background-size: 22px auto
}

.country--kw .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east.png");
    background-position: 0 -100px
}

.retina .country--kw .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east@2x.png");
    background-size: 22px auto
}

.touch .country--kw .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east.png");
    background-position: 0 -100px
}

.touch.retina .country--kw .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east@2x.png");
    background-size: 22px auto
}

.country--lb .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east.png");
    background-position: 0 -120px
}

.retina .country--lb .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east@2x.png");
    background-size: 22px auto
}

.touch .country--lb .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east.png");
    background-position: 0 -120px
}

.touch.retina .country--lb .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east@2x.png");
    background-size: 22px auto
}

.country--om .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east.png");
    background-position: 0 -140px
}

.retina .country--om .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east@2x.png");
    background-size: 22px auto
}

.touch .country--om .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east.png");
    background-position: 0 -140px
}

.touch.retina .country--om .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east@2x.png");
    background-size: 22px auto
}

.country--ps .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east.png");
    background-position: 0 -160px
}

.retina .country--ps .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east@2x.png");
    background-size: 22px auto
}

.touch .country--ps .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east.png");
    background-position: 0 -160px
}

.touch.retina .country--ps .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east@2x.png");
    background-size: 22px auto
}

.country--qa .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east.png");
    background-position: 0 -180px
}

.retina .country--qa .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east@2x.png");
    background-size: 22px auto
}

.touch .country--qa .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east.png");
    background-position: 0 -180px
}

.touch.retina .country--qa .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east@2x.png");
    background-size: 22px auto
}

.country--sa .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east.png");
    background-position: 0 -200px
}

.retina .country--sa .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east@2x.png");
    background-size: 22px auto
}

.touch .country--sa .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east.png");
    background-position: 0 -200px
}

.touch.retina .country--sa .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east@2x.png");
    background-size: 22px auto
}

.country--sy .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east.png");
    background-position: 0 -220px
}

.retina .country--sy .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east@2x.png");
    background-size: 22px auto
}

.touch .country--sy .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east.png");
    background-position: 0 -220px
}

.touch.retina .country--sy .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east@2x.png");
    background-size: 22px auto
}

.country--ae .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east.png");
    background-position: 0 -240px
}

.retina .country--ae .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east@2x.png");
    background-size: 22px auto
}

.touch .country--ae .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east.png");
    background-position: 0 -240px
}

.touch.retina .country--ae .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east@2x.png");
    background-size: 22px auto
}

.country--ye .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east.png");
    background-position: 0 -260px
}

.retina .country--ye .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east@2x.png");
    background-size: 22px auto
}

.touch .country--ye .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east.png");
    background-position: 0 -260px
}

.touch.retina .country--ye .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-middle-east@2x.png");
    background-size: 22px auto
}

.country--bd .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 0
}

.retina .country--bd .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.touch .country--bd .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 0
}

.touch.retina .country--bd .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.country--bt .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -20px
}

.retina .country--bt .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.touch .country--bt .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -20px
}

.touch.retina .country--bt .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.country--bn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -40px
}

.retina .country--bn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.touch .country--bn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -40px
}

.touch.retina .country--bn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.country--kh .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -60px
}

.retina .country--kh .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.touch .country--kh .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -60px
}

.touch.retina .country--kh .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.country--cn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -80px
}

.retina .country--cn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.touch .country--cn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -80px
}

.touch.retina .country--cn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.country--hk .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -100px
}

.retina .country--hk .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.touch .country--hk .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -100px
}

.touch.retina .country--hk .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.country--id .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -120px
}

.retina .country--id .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.touch .country--id .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -120px
}

.touch.retina .country--id .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.country--kr .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -140px
}

.retina .country--kr .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.touch .country--kr .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -140px
}

.touch.retina .country--kr .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.country--la .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -160px
}

.retina .country--la .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.touch .country--la .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -160px
}

.touch.retina .country--la .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.country--mo .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -180px
}

.retina .country--mo .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.touch .country--mo .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -180px
}

.touch.retina .country--mo .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.country--my .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -200px
}

.retina .country--my .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.touch .country--my .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -200px
}

.touch.retina .country--my .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.country--mn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -220px
}

.retina .country--mn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.touch .country--mn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -220px
}

.touch.retina .country--mn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.country--np .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -240px
}

.retina .country--np .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.touch .country--np .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -240px
}

.touch.retina .country--np .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.country--pk .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -260px
}

.retina .country--pk .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.touch .country--pk .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -260px
}

.touch.retina .country--pk .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.country--ph .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -280px
}

.retina .country--ph .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.touch .country--ph .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -280px
}

.touch.retina .country--ph .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.country--sg .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -300px
}

.retina .country--sg .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.touch .country--sg .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -300px
}

.touch.retina .country--sg .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.country--lk .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -320px
}

.retina .country--lk .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.touch .country--lk .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -320px
}

.touch.retina .country--lk .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.country--tw .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -340px
}

.retina .country--tw .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.touch .country--tw .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -340px
}

.touch.retina .country--tw .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.country--th .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -360px
}

.retina .country--th .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.touch .country--th .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -360px
}

.touch.retina .country--th .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.country--vn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -380px
}

.retina .country--vn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.touch .country--vn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia.png");
    background-position: 0 -380px
}

.touch.retina .country--vn .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-asia@2x.png");
    background-size: 22px auto
}

.country--as .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific.png");
    background-position: 0 0
}

.retina .country--as .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific@2x.png");
    background-size: 22px auto
}

.touch .country--as .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific.png");
    background-position: 0 0
}

.touch.retina .country--as .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific@2x.png");
    background-size: 22px auto
}

.country--au .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific.png");
    background-position: 0 -20px
}

.retina .country--au .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific@2x.png");
    background-size: 22px auto
}

.touch .country--au .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific.png");
    background-position: 0 -20px
}

.touch.retina .country--au .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific@2x.png");
    background-size: 22px auto
}

.country--fj .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific.png");
    background-position: 0 -40px
}

.retina .country--fj .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific@2x.png");
    background-size: 22px auto
}

.touch .country--fj .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific.png");
    background-position: 0 -40px
}

.touch.retina .country--fj .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific@2x.png");
    background-size: 22px auto
}

.country--pf .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific.png");
    background-position: 0 -60px
}

.retina .country--pf .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific@2x.png");
    background-size: 22px auto
}

.touch .country--pf .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific.png");
    background-position: 0 -60px
}

.touch.retina .country--pf .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific@2x.png");
    background-size: 22px auto
}

.country--gu .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific.png");
    background-position: 0 -80px
}

.retina .country--gu .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific@2x.png");
    background-size: 22px auto
}

.touch .country--gu .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific.png");
    background-position: 0 -80px
}

.touch.retina .country--gu .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific@2x.png");
    background-size: 22px auto
}

.country--mh .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific.png");
    background-position: 0 -100px
}

.retina .country--mh .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific@2x.png");
    background-size: 22px auto
}

.touch .country--mh .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific.png");
    background-position: 0 -100px
}

.touch.retina .country--mh .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific@2x.png");
    background-size: 22px auto
}

.country--nc .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific.png");
    background-position: 0 -120px
}

.retina .country--nc .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific@2x.png");
    background-size: 22px auto
}

.touch .country--nc .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific.png");
    background-position: 0 -120px
}

.touch.retina .country--nc .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific@2x.png");
    background-size: 22px auto
}

.country--nz .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific.png");
    background-position: 0 -140px
}

.retina .country--nz .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific@2x.png");
    background-size: 22px auto
}

.touch .country--nz .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific.png");
    background-position: 0 -140px
}

.touch.retina .country--nz .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific@2x.png");
    background-size: 22px auto
}

.country--pg .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific.png");
    background-position: 0 -160px
}

.retina .country--pg .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific@2x.png");
    background-size: 22px auto
}

.touch .country--pg .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific.png");
    background-position: 0 -160px
}

.touch.retina .country--pg .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific@2x.png");
    background-size: 22px auto
}

.country--sp .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific.png");
    background-position: 0 -180px
}

.retina .country--sp .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific@2x.png");
    background-size: 22px auto
}

.touch .country--sp .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific.png");
    background-position: 0 -180px
}

.touch.retina .country--sp .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific@2x.png");
    background-size: 22px auto
}

.country--sb .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific.png");
    background-position: 0 -200px
}

.retina .country--sb .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific@2x.png");
    background-size: 22px auto
}

.touch .country--sb .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific.png");
    background-position: 0 -200px
}

.touch.retina .country--sb .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific@2x.png");
    background-size: 22px auto
}

.country--wf .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific.png");
    background-position: 0 -220px
}

.retina .country--wf .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific@2x.png");
    background-size: 22px auto
}

.touch .country--wf .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific.png");
    background-position: 0 -220px
}

.touch.retina .country--wf .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific@2x.png");
    background-size: 22px auto
}

.country--ws .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific.png");
    background-position: 0 -240px
}

.retina .country--ws .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific@2x.png");
    background-size: 22px auto
}

.touch .country--ws .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific.png");
    background-position: 0 -240px
}

.touch.retina .country--ws .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific@2x.png");
    background-size: 22px auto
}

.country--vu .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific.png");
    background-position: 0 -260px
}

.retina .country--vu .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific@2x.png");
    background-size: 22px auto
}

.touch .country--vu .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific.png");
    background-position: 0 -260px
}

.touch.retina .country--vu .icon {
    background-image: url("http://www.kia.com/eu/responsive/img/flags/Sprite-pacific@2x.png");
    background-size: 22px auto
}

.experience {
    position: relative;
    overflow: hidden
}

.experience img {
    vertical-align: top
}

.experience__caption {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 90%;
    padding: 20px 20px 10px 50px;
    text-align: right;
    color: #fff
}

.no-csstransforms3d .experience__caption {
    padding-left: 20px
}

.experience__caption:after {
    content: '';
    position: absolute;
    top: -5px;
    right: -10px;
    width: 102%;
    height: 130%;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .7);
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .7);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .7);
    -ms-box-shadow: 0 0 2px rgba(0, 0, 0, .7);
    -o-box-shadow: 0 0 2px rgba(0, 0, 0, .7);
    box-shadow: 0 0 2px rgba(0, 0, 0, .7);
    -webkit-transform: perspective(930px) rotateX(34deg) rotateY(-5deg);
    -moz-transform: perspective(930px) rotateX(34deg) rotateY(-5deg);
    -ms-transform: perspective(930px) rotateX(34deg) rotateY(-5deg);
    -o-transform: perspective(930px) rotateX(34deg) rotateY(-5deg);
    transform: perspective(930px) rotateX(34deg) rotateY(-5deg)
}

.no-csstransforms3d .experience__caption:after {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.no-rgba .experience__caption:after {
    background-color: #000
}

.experience__caption a {
    color: #fff
}

.experience__caption .experience__caption--body {
    position: relative;
    z-index: 10
}

@media screen and (max-width: 580px)and (min-width: 0) {
    .experience:not(.experience--inner) {
        padding: 8px;
        background-color: #f0f0f0
    }

    .experience__caption {
        position: static;
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        line-height: 24px;
        text-align: left;
        color: #000;
        background-color: #fff
    }

    .experience__caption:after {
        display: none
    }

    .experience__caption h2 {
        font-size: 24px
    }

    .experience__caption a {
        color: #000
    }
}

.experience-block__item {
    display: block;
    width: 100%;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .45);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, .45);
    -ms-box-shadow: 1px 1px 4px rgba(0, 0, 0, .45);
    -o-box-shadow: 1px 1px 4px rgba(0, 0, 0, .45);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .45)
}

.desk .experience-block__item:hover {
    text-decoration: none;
    color: #bb162b
}

.desk .experience-block__item:hover span {
    color: #bb162b
}

.no-boxshadow .experience-block__item {
    border: 1px solid #b7b7b7
}

.experience-block__image {
    display: block;
    width: 100%;
    line-height: 0;
    text-align: center;
    border-bottom: 1px solid #d4d4d4
}

.jobs__icon-list {
    padding-left: 15px;
    padding-right: 15px;
    color: #000
}

.jobs__icon-list dt {
    position: relative
}

.jobs__icon-list dt.icon--city > .icon {
    top: 0;
    left: 0
}

.lap.touch .jobs__icon-list dt.icon--city > .icon {
    top: 6px
}

.palm.touch .jobs__icon-list dt.icon--city > .icon {
    top: 5px
}

.jobs__icon-list dt.icon--phone > .icon {
    top: 0;
    left: 0
}

.palm.touch .jobs__icon-list dt.icon--phone > .icon {
    top: 7px
}

.lap.touch .jobs__icon-list dt.icon--phone > .icon {
    top: 6px
}

.jobs__icon-list dt.icon--enveloppe > .icon {
    top: 4px;
    left: 0
}

.lap.touch .jobs__icon-list dt.icon--enveloppe > .icon {
    top: 10px
}

.palm.touch .jobs__icon-list dt.icon--enveloppe > .icon {
    top: 9px
}

.jobs__icon-list dt.icon--person > .icon {
    top: 3px;
    left: 0
}

.lap.touch .jobs__icon-list dt.icon--person > .icon {
    top: 9px
}

.palm.touch .jobs__icon-list dt.icon--person > .icon {
    top: 8px
}

.jobs__icon-list dd {
    margin-bottom: 5px;
    margin-left: 30px
}

.jobs__icon-list dd a {
    color: #000
}

.jobs__icon-list dd a.email {
    -webkit-word-break: break-all;
    -moz-word-break: break-all;
    -ms-word-break: break-all;
    -o-word-break: break-all;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
}

.jobs__icon-list dd a.phone {
    white-space: nowrap
}

.jobs__map {
    width: 100%
}

.pagination > li > a {
    color: #5e5e5e;
    font-weight: bold
}

.pagination > li.current > a {
    padding-top: 2px;
    padding-bottom: 2px
}

.pagination > li.current:hover > a {
    text-decoration: none
}

.pagination > li.pagination__prev, .pagination > li.pagination__next {
    font-weight: bold;
    text-transform: uppercase
}

.lap.touch .pagination > li > a {
    padding-left: 22px;
    padding-right: 22px
}

.lap.touch .pagination > li.current > a {
    padding-top: 10px;
    padding-bottom: 10px
}

a.block-overview__link {
    overflow: hidden
}

.block-overview__date {
    line-height: 1
}

.block-overview__title {
    line-height: 18px
}

.block-overview__summary {
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
    margin-bottom: 40px;
    text-overflow: ellipsis
}

.block-overview__block .media__img, .block-overview__block .palm .download__image, .palm .block-overview__block .download__image {
    width: 108px !important;
    height: auto !important
}

.no-touch .block-overview__block .link-complex:hover h2 {
    color: #bb162b
}

.block-overview__readmore {
    position: absolute;
    bottom: 10px;
    color: #000
}

.block-overview__readmore span {
    color: #000
}

.touch.lap .block-overview__readmore span {
    padding-left: 14px !important
}

.grid > form {
    width: 100%;
    padding-left: 20px
}

.scfForm {
    width: 100% !important;
    max-width: 520px;
    margin-bottom: 20px
}

.scfForm > div > div {
    padding-top: 10px;
    border-top: 1px dotted #000
}

.scfForm fieldset {
    max-width: 520px !important;
    padding: 0;
    border: 0
}

.scfForm legend {
    width: 100%;
    position: static !important;
    margin-bottom: 10px;
    padding: 0 !important;
    font-family: "NeoSansProRegular", Arial, Verdana, sans-serif;
    -webkit-word-break: break-all;
    -moz-word-break: break-all;
    -ms-word-break: break-all;
    -o-word-break: break-all;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    font-size: 18px;
    font-size: 1.5rem
}

.touch.palm .scfForm legend {
    font-size: 22px;
    font-size: 1.83333rem
}

.touch.lap .scfForm legend {
    font-size: 22px;
    font-size: 1.83333rem
}

.scfForm .scfValidationSummary {
    display: none
}

.scfForm .scfSectionContent {
    width: 100%;
    padding-top: 0 !important
}

.scfForm .scfSectionContent table {
    width: 100% !important;
    margin: 0
}

.scfForm .scfSectionContent input[type="text"], .scfForm .scfSectionContent input[type="password"], .scfForm .scfSectionContent input[type="email"], .scfForm .scfSectionContent input[type="file"], .scfForm .scfSectionContent textarea {
    float: none;
    width: 100% !important;
    padding: 5px 0 5px 10px;
    border: 1px solid #999;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    -ms-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    -o-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset
}

.scfForm .scfSectionContent input[type="text"]:focus, .scfForm .scfSectionContent input[type="password"]:focus, .scfForm .scfSectionContent input[type="email"]:focus, .scfForm .scfSectionContent input[type="file"]:focus, .scfForm .scfSectionContent textarea:focus {
    border: 1px solid #a4c6fd;
    outline: 1px solid #3f6198
}

.scfForm .scfSectionContent select {
    width: 100%
}

html.desktop:not(.touch) .scfForm .scfSectionContent select {
    height: 22px
}

.scfForm .scfSectionContent label {
    float: none !important;
    color: #5e5e5e
}

.scfForm .scfSectionContent label span {
    display: inline;
    margin-left: 5px;
    color: #bb162b
}

.scfForm .scfSectionContent .radio, .scfForm .scfSectionContent .checker, .scfForm .scfSectionContent input[type="radio"], .scfForm .scfSectionContent input[type="checkbox"] {
    float: left
}

.scfForm .scfSectionContent .radio + label, .scfForm .scfSectionContent .checker + label, .scfForm .scfSectionContent input[type="radio"] + label, .scfForm .scfSectionContent input[type="checkbox"] + label {
    margin-left: 35px
}

.touch.lap .scfForm .scfSectionContent .radio, .touch.palm .scfForm .scfSectionContent .radio, .touch.lap .scfForm .scfSectionContent .checker, .touch.palm .scfForm .scfSectionContent .checker, .touch.lap .scfForm .scfSectionContent input[type="radio"], .touch.palm .scfForm .scfSectionContent input[type="radio"], .touch.lap .scfForm .scfSectionContent input[type="checkbox"], .touch.palm .scfForm .scfSectionContent input[type="checkbox"] {
    margin-top: 2px
}

.scfForm .scfSectionContent .scfCheckbox {
    width: 100% !important;
    margin-left: 0 !important
}

.scfForm .scfSectionContent span {
    display: block;
    width: 100% !important;
    color: #d4d4d4
}

.scfForm .scfSectionContent span.scfDropListUsefulInfo, .scfForm .scfSectionContent span.scfEmailUsefulInfo, .scfForm .scfSectionContent span.scfMultipleLineTextUsefulInfo, .scfForm .scfSectionContent span.scfSingleLineTextUsefulInfo, .scfForm .scfSectionContent span.scfPasswordUsefulInfo, .scfForm .scfSectionContent span.scfNumberUsefulInfo, .scfForm .scfSectionContent span.scfDateUsefulInfo, .scfForm .scfSectionContent span.scfRadioButtonListUsefulInfo, .scfForm .scfSectionContent span.scfListBoxUsefulInfo, .scfForm .scfSectionContent span.scfCheckBoxListUsefulInfo, .scfForm .scfSectionContent span.scfFileUploadUsefulInfo, .scfForm .scfSectionContent span.scfDateSelectorUsefulInfo, .scfForm .scfSectionContent span.scfCreditCardTextUsefulInfo, .scfForm .scfSectionContent span.scfConfirmPasswordUsefulInfo, .scfForm .scfSectionContent span.scfCaptchaUsefulInfo, .scfForm .scfSectionContent span.scfTelephoneUsefulInfo, .scfForm .scfSectionContent span.scfSmsTelephoneUsefulInfo, .scfForm .scfSectionContent span.scfCheckboxUsefulInfo {
    background: none !important
}

.scfForm .scfSectionContent > div {
    width: 100% !important;
    margin-bottom: 10px
}

.scfForm .scfSectionContent > div > div {
    width: 100% !important
}

.scfForm .scfSectionContent > div > div > div {
    width: 100% !important
}

.scfForm .scfSectionContent > div > div > div > div {
    width: 100% !important
}

.scfForm .scfSectionContent .chosen-container span {
    color: #000;
    font-size: 12px;
    font-size: 1rem
}

.touch.palm .scfForm .scfSectionContent .chosen-container span {
    font-size: 16px;
    font-size: 1.33333rem
}

.touch.lap .scfForm .scfSectionContent .chosen-container span {
    font-size: 16px;
    font-size: 1.33333rem
}

.scfForm .scfDateSelectorGeneralPanel label {
    display: none
}

.scfForm .scfDateSelectorGeneralPanel .scfDateSelectorYear, .scfForm .scfDateSelectorGeneralPanel .scfDateSelectorYear + .chosen-container {
    width: 30% !important;
    margin-right: 5%
}

.scfForm .scfDateSelectorGeneralPanel .scfDateSelectorYear span, .scfForm .scfDateSelectorGeneralPanel .scfDateSelectorYear + .chosen-container span {
    font-size: 12px
}

.scfForm .scfDateSelectorGeneralPanel .scfDateSelectorMonth, .scfForm .scfDateSelectorGeneralPanel .scfDateSelectorMonth + .chosen-container {
    width: 30% !important;
    margin-right: 5%
}

.scfForm .scfDateSelectorGeneralPanel .scfDateSelectorMonth span, .scfForm .scfDateSelectorGeneralPanel .scfDateSelectorMonth + .chosen-container span {
    font-size: 12px
}

.scfForm .scfDateSelectorGeneralPanel .scfDateSelectorDay, .scfForm .scfDateSelectorGeneralPanel .scfDateSelectorDay + .chosen-container {
    width: 30% !important
}

.scfForm .scfDateSelectorGeneralPanel .scfDateSelectorDay span, .scfForm .scfDateSelectorGeneralPanel .scfDateSelectorDay + .chosen-container span {
    font-size: 12px
}

.scfForm .scfSubmitButtonBorder {
    text-align: left !important
}

.scfForm .scfCaptcha {
    max-width: 280px
}

.scfForm .scfCaptcha .scfCaptchaLabelText, .scfForm .scfCaptcha .scfCaptchaUsefulInfo {
    position: static !important
}

.scfForm .scfCaptcha .scfCaptchaLabel {
    display: none
}

.scfForm .scfCaptcha .scfCaptchaLimitGeneralPanel td {
    padding-left: 0;
    padding-right: 0
}

.scfForm input[type="submit"] {
    position: relative;
    display: inline-block;
    min-width: 120px;
    padding: 5px 20px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid transparent;
    color: #727272;
    border-color: #d4d4d4;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .45);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .45);
    -ms-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .45);
    -o-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .45);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .45);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.no-touch .scfForm input[type="submit"]:hover {
    color: #bb162b
}

.touch .scfForm input[type="submit"] {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 18px
}

.accordion__link {
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: background-color .8s ease-in-out;
    -moz-transition: background-color .8s ease-in-out;
    -ms-transition: background-color .8s ease-in-out;
    -o-transition: background-color .8s ease-in-out;
    transition: background-color .8s ease-in-out
}

.accordion__link:after {
    content: '';
    top: 50%;
    right: 10px;
    margin-top: -3px;
    width: 12px;
    height: 7px;
    background-position: -480px -393px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.touch.palm .accordion__link:after {
    width: 17px;
    height: 10px;
    background-position: -672px -551px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap .accordion__link:after {
    width: 17px;
    height: 10px;
    background-position: -672px -551px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.accordion__link.accordion__link-active {
    background-color: #f0f0f0
}

.accordion__link.accordion__link-active:after {
    -webkit-transform: rotate(180deg) translateY(2px);
    -moz-transform: rotate(180deg) translateY(2px);
    -ms-transform: rotate(180deg) translateY(2px);
    -o-transform: rotate(180deg) translateY(2px);
    transform: rotate(180deg) translateY(2px)
}

.accordion__content {
    display: none;
    overflow: hidden
}

@media screen and (max-width: 950px)and (min-width: 481px) {
    .tp950-one-whole {
        width: 100%
    }

    .tp950-one-half {
        width: 50%
    }

    .tp950-one-third {
        width: 33.3%
    }

    .tp950-one-quarter {
        width: 25%
    }

    .tp950-push--top {
        margin-top: 20px !important
    }

    .touch .tp950-milli {
        font-size: 12px
    }
}

@media screen and (max-width: 850px)and (min-width: 481px) {
    .tp850-one-whole {
        width: 100%
    }

    .tp850-one-half {
        width: 50%
    }
}

@media screen and (max-width: 700px)and (min-width: 481px) {
    .tp700-one-whole {
        width: 100%
    }

    .tp700-width-auto {
        width: auto !important
    }
}

@media screen and (max-width: 750px)and (min-width: 481px) {
    .tp750-one-whole {
        width: 100%
    }

    .tp750-one-half {
        width: 50%
    }
}

@media screen and (max-width: 768px)and (min-width: 0) {
    .tp768-one-whole {
        width: 100%
    }

    .nav--social-buttons {
        text-align: left !important;
        margin-bottom: 10px !important
    }
}

@media screen and (max-width: 650px)and (min-width: 481px) {
    .tp650-one-whole {
        width: 100%
    }

    .tp650-one-half {
        width: 50% !important
    }

    .tp650-one-third {
        width: 33.3%
    }

    .tp650-maxwidth-30 {
        max-width: 30%
    }
}

.gm-style img {
    max-width: none !important
}

.ir {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden
}

.no-js .ir {
    width: 35%;
    text-indent: 0;
    margin-bottom: 0
}

.no-js .ir li a {
    position: relative;
    display: block;
    padding: 10px 20px 10px 20px;
    list-style: none;
    cursor: pointer;
    color: #000;
    line-height: normal;
    border-bottom: 1px solid #d4d4d4
}

.no-js .ir li a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 8px;
    height: 10px;
    margin-top: -5px;
    background: url("http://www.kia.com/eu/responsive/img/sprite@2x.png") -240px -930px;
    background-size: 500px 1200px
}

.no-backgroundsize .no-js .ir li a:after {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.lap .no-js .ir li a:after {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px
}

.lap.no-backgroundsize .no-js .ir li a:after {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

html.motortrak {
    font-size: 100%
}

html.motortrak body {
    font-size: 1em
}

html.motortrak #header *, html.motortrak #footer * {
    font-size: 12px !important
}

html.motortrak.lap #header * {
    font-size: 14px !important
}

html.motortrak.lap #header #meta-navigation * {
    font-size: 12px !important
}

#meta-navigation li a {
    padding: 0;
    overflow: visible
}

html.motortrak #header nav#meta-navigation li a {
    font-size: 10px !important
}

html.motortrak #header nav#main-navigation > ul > li > a {
    font-size: 14px !important
}

#header-mobile .btn--search {
    min-width: 0;
    position: absolute;
    right: 20px;
    bottom: 0;
    display: block;
    -webkit-tap-highlight-color: transparent;
    background: #bb162b;
    font-size: 1em;
    border-bottom: 0;
    line-height: 16px;
    height: 35px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important
}

#header-mobile .btn--search .icon {
    margin-top: 6px;
    margin-left: 10px
}

#header-mobile .btn--search:active {
    background: #d21930
}

#mobile-search-wrapper {
    border-bottom: 1px solid #727272;
    position: relative
}

.no-js #mobile-search-wrapper {
    display: none
}

#mobile-search-wrapper .input.input--search {
    width: 100% !important;
    height: 35px;
    display: block;
    margin: 0;
    border: 1px solid #727272;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none
}

#mobile-search-wrapper .btn--search {
    display: block;
    width: 29px;
    height: 34px;
    position: absolute;
    right: 20px;
    margin-top: 3px;
    background: transparent;
    border-color: transparent
}

#mobile-search-wrapper .btn--search .icon {
    width: 13px;
    height: 13px;
    background-position: -240px -30px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm #mobile-search-wrapper .btn--search .icon {
    width: 19px;
    height: 19px;
    background-position: -336px -42px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap #mobile-search-wrapper .btn--search .icon {
    width: 19px;
    height: 19px;
    background-position: -336px -42px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

#header-mobile .btn--menu {
    position: absolute;
    right: 70px;
    bottom: 0;
    display: block;
    background: #e4e5e6;
    font-size: 1em;
    border-bottom: 0;
    line-height: 16px;
    height: 35px;
    min-width: 0;
    padding-right: 40px;
    padding-left: 13px;
    padding-top: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

#header-mobile .btn--menu .icon {
    right: 13px;
    left: auto;
    top: 50%;
    margin-top: -3px !important;
    width: 12px;
    height: 7px;
    background-position: -480px -393px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0;
    -webkit-transition: all .2s cubic-bezier(.55, 0, .1, 1);
    -moz-transition: all .2s cubic-bezier(.55, 0, .1, 1);
    -ms-transition: all .2s cubic-bezier(.55, 0, .1, 1);
    -o-transition: all .2s cubic-bezier(.55, 0, .1, 1);
    transition: all .2s cubic-bezier(.55, 0, .1, 1)
}

.touch.palm #header-mobile .btn--menu .icon {
    width: 17px;
    height: 10px;
    background-position: -672px -551px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap #header-mobile .btn--menu .icon {
    width: 17px;
    height: 10px;
    background-position: -672px -551px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

#header-mobile .btn--menu.active .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

#header-mobile .btn--menu:active {
    background: #f1f2f2
}

#main-navigation--mobile {
    border-bottom: 2px solid #bb162b;
    font-size: 18px
}

#main-navigation--mobile > ul > li {
    border-bottom: 1px solid #e4e5e6;
    position: relative;
    padding: 0;
    overflow: hidden
}

#main-navigation--mobile > ul > li .subnavigation {
    display: none;
    padding-left: 20px
}

#main-navigation--mobile > ul > li .subnavigation > ul {
    margin-bottom: 0
}

#main-navigation--mobile > ul > li .subnavigation > ul li {
    overflow: hidden;
    border-bottom: 1px solid #e4e5e6
}

#main-navigation--mobile > ul > li .subnavigation > ul li a {
    padding-left: 15px;
    position: relative;
    color: #727272
}

#main-navigation--mobile > ul > li .subnavigation > ul li a.active {
    color: #bb162b
}

#main-navigation--mobile > ul > li .subnavigation > ul li a:after {
    content: '';
    left: 0;
    top: 50%;
    margin-top: -3px !important;
    width: 4px;
    height: 7px;
    background-position: -285px -429px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touch.palm #main-navigation--mobile > ul > li .subnavigation > ul li a:after {
    width: 6px;
    height: 10px;
    background-position: -399px -601px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap #main-navigation--mobile > ul > li .subnavigation > ul li a:after {
    width: 6px;
    height: 10px;
    background-position: -399px -601px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

#main-navigation--mobile > ul > li .subnavigation > ul li.last {
    border-bottom: 0
}

#main-navigation--mobile > ul > li a {
    padding: 5px 10px;
    -webkit-tap-highlight-color: transparent
}

#main-navigation--mobile > ul > li > a.prevent-click:after {
    content: '';
    top: 50%;
    right: 20px;
    margin-top: -3px;
    width: 12px;
    height: 7px;
    background-position: -480px -393px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0;
    -webkit-transition: all .2s cubic-bezier(.55, 0, .1, 1);
    -moz-transition: all .2s cubic-bezier(.55, 0, .1, 1);
    -ms-transition: all .2s cubic-bezier(.55, 0, .1, 1);
    -o-transition: all .2s cubic-bezier(.55, 0, .1, 1);
    transition: all .2s cubic-bezier(.55, 0, .1, 1)
}

.touch.palm #main-navigation--mobile > ul > li > a.prevent-click:after {
    width: 17px;
    height: 10px;
    background-position: -672px -551px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

.touch.lap #main-navigation--mobile > ul > li > a.prevent-click:after {
    width: 17px;
    height: 10px;
    background-position: -672px -551px;
    margin-left: 0;
    margin-top: 0;
    background-size: 700px 1680px
}

#main-navigation--mobile > ul > li > a.active {
    background: #f0f0f0
}

#main-navigation--mobile > ul > li > a.active.prevent-click:after {
    -webkit-transform: rotate(180deg) translateY(5px);
    -moz-transform: rotate(180deg) translateY(5px);
    -ms-transform: rotate(180deg) translateY(5px);
    -o-transform: rotate(180deg) translateY(5px);
    transform: rotate(180deg) translateY(5px)
}

.desktop #main-navigation--mobile, .tablet #main-navigation--mobile {
    display: none
}

#mobile-lead-navigation #meta-navigation {
    position: relative
}

#mobile-lead-navigation #meta-navigation .nav {
    overflow: hidden;
    height: 0
}

#mobile-lead-navigation #meta-navigation .nav li {
    border-bottom: 1px solid #e4e5e6
}

#mobile-lead-navigation #meta-navigation .nav li a {
    width: 100%;
    float: left;
    opacity: .4;
    position: relative;
    padding-left: 40px;
    line-height: 24px;
    display: block
}

#mobile-lead-navigation #meta-navigation .nav li a:first-letter {
    text-transform: capitalize
}

#mobile-lead-navigation #meta-navigation .nav li a .icon {
    left: 10px;
    top: 50%;
    margin-top: -10px !important
}

#mobile-lead-navigation #meta-navigation:after {
    content: "";
    position: absolute;
    height: 7px;
    top: 0;
    left: 0;
    right: 0;
    opacity: .4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .15)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .15) 0%, transparent 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .15) 0%, transparent 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .15) 0%, transparent 100%)
}

.alpha {
    font-weight: 300 !important
}

.smallprint {
    line-height: 22px
}

.clear-both {
    clear: both
}

.no-wrap {
    white-space: nowrap
}

.right {
    right: 0
}

.one-seventh {
    width: 14.28%
}

@media only screen and (max-width: 480px) {
    html.touch {
        font-size: 16px
    }

    .touch .page-panel > .island, .touch #content > .island {
        padding: 7px !important
    }

    .touch .page-panel > .island > .island, .touch #content > .island > .island {
        margin-bottom: 0 !important
    }

    .palm-block {
        display: block
    }

    .touch .palm-h3-size {
        font-size: 22px;
        line-height: 24px
    }

    .touch .palm-milli {
        font-size: 12px;
        line-height: 24px
    }

    .touch .palm-micro {
        font-size: 10px;
        line-height: 24px
    }

    .palm-text--left {
        text-align: left !important
    }

    .palm-maxwidth-30 {
        max-width: 30%
    }

    .palm--hide-text {
        overflow: hidden;
        position: relative;
        left: -9999px;
        display: inline-block;
        width: 1px;
        overflow: hidden
    }
}

h1, h2, h3, h4 {
    font-family: "NeoSansProRegular", Arial, Verdana, sans-serif
}

html.touch {
    font-size: 16px
}

.touch .lap-milli {
    font-size: 12px;
    line-height: 24px
}

.touch .lap-micro {
    font-size: 10px;
    line-height: 24px
}

.touch.lap .visuallyhidden--portable {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

@media only screen and (max-width: 1024px) {
    .portable--hide-text {
        overflow: hidden;
        position: relative;
        left: -9999px;
        display: inline-block;
        width: 1px;
        overflow: hidden
    }
}

.brand-face.micro, .scfForm .scfSectionContent span.brand-face, .scfForm .scfSectionContent #header-mobile span.btn--search, #header-mobile .scfForm .scfSectionContent span.btn--search, .scfForm .scfSectionContent #header-mobile span.btn--menu, #header-mobile .scfForm .scfSectionContent span.btn--menu, #header-mobile .micro.btn--search, #header-mobile .micro.btn--menu, .weight--semibold.micro, .social-add-on .add-on-footer a.micro:link, .social-add-on .add-on-footer a.micro:visited, .social-add-on .add-on-footer a.micro:hover, .df__dealer-info--mobile-wrapper h3.micro, .scfForm .scfSectionContent span.weight--semibold {
    font-size: 11px;
    font-size: .9rem
}

html {
    font-family: Arial, sans-serif;
    color: #5e5e5e
}

a:focus {
    outline: none
}

a {
    color: #bb162b;
    text-decoration: none;
    cursor: pointer
}

.no-touch a:hover {
    text-decoration: underline
}

.no-touch .link-complex, .no-touch .link-complex:hover, .no-touch .link-complex:active, .no-touch .link-complex:focus {
    text-decoration: none
}

.touch .link-complex:hover .link-complex__target, .touch .link-complex:active .link-complex__target, .touch .link-complex:focus .link-complex__target {
    text-decoration: none
}

.responsive-image-wrapper img {
    width: 100%;
    height: auto
}

img[width] {
    max-width: 100%;
    height: auto
}

.ltie9 img[width] {
    max-width: none
}

ul, li, dd {
    margin-left: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.ltie8 .inline-block {
    display: inline;
    zoom: 1
}

.display--none {
    display: none
}

.vertical-align--top {
    vertical-align: top
}

.vertical-align--middle {
    vertical-align: middle
}

.vertical-align--bottom {
    vertical-align: bottom
}

.text-align--left {
    text-align: left
}

.text-align--right {
    text-align: right
}

.text--italic {
    font-style: italic
}

.word-break {
    -webkit-word-break: break-all;
    -moz-word-break: break-all;
    -ms-word-break: break-all;
    -o-word-break: break-all;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
}

.grid-fix > .grid__item, .grid-fix > form {
    float: left
}

.container {
    max-width: 980px;
    margin: 0 auto
}

#header .container {
    padding: 0
}

@media screen and (max-width: 1023px)and (min-width: 481px) {
    .lap .container {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
}

.container--wide {
    max-width: 1100px;
    margin: 0 auto
}

.brand-face--secondary, #doormat {
    font-family: Tahoma, sans-serif
}

.weight--bold {
    font-family: "NeoSansProBold", Arial, Verdana, sans-serif;
    font-weight: normal !important
}

.weight--semibold, .social-add-on .add-on-footer a:link, .social-add-on .add-on-footer a:visited, .social-add-on .add-on-footer a:hover, .df__dealer-info--mobile-wrapper h3 {
    font-family: "NeoSansProMedium", Arial, Verdana, sans-serif;
    font-weight: normal !important
}

.weight--semibold .deviation, .social-add-on .add-on-footer a:link .deviation, .social-add-on .add-on-footer a:visited .deviation, .social-add-on .add-on-footer a:hover .deviation, .df__dealer-info--mobile-wrapper h3 .deviation {
    font-family: "NeoSansProLight", Arial, Verdana, sans-serif;
    font-weight: normal !important
}

.weight--light {
    font-family: "NeoSansProLight", Arial, Verdana, sans-serif;
    font-weight: normal !important
}

.deviation {
    font-family: "NeoSansProMedium", Arial, Verdana, sans-serif;
    font-weight: normal !important
}

.list {
    list-style: none
}

.list.list--bullets--red li {
    position: relative !important;
    padding-bottom: 5px
}

.list.list--bullets--red li:after {
    content: "";
    display: block;
    background-color: #bb162b;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    left: -25px;
    top: 13px;
    position: absolute
}

.ltie8 .list {
    list-style: disc;
    margin-left: 20px
}

.nav li > a {
    color: #5e5e5e
}

.nav.nav--bullets--arrow {
}

.nav.nav--bullets--arrow li {
    padding-left: 10px;
    margin-right: 20px;
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png");
    background-position: -480px -110px;
    background-repeat: no-repeat
}

.palm.touch .nav.nav--bullets--arrow li, .lap.touch .nav.nav--bullets--arrow li {
    background-position: -480px -108px
}

.palm .nav--bullets--arrow li:first-child, .lap .nav--bullets--arrow li:first-child {
    display: none
}

.rule {
    color: #d4d4d4
}

.rule--white {
    color: #fff
}

.main-visual {
    height: 595px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.main-visual-container {
    height: 595px
}

.ltie8 .main-visual-container .float--right {
    float: none !important
}

.page-editor .main-visual {
    position: relative !important
}

.page-editor .page-editor__main-visual {
    position: absolute;
    top: 0;
    z-index: 1
}

.palm .main-visual, .palm .main-visual-container {
    height: 200px !important
}

@media (orientation: portrait) {
    .lap .main-visual--small .container {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .lap .main-visual, .lap .main-visual-container {
        height: 440px
    }
}

@media (orientation: landscape) {
    .lap .main-visual, .lap .main-visual-container {
        height: 440px
    }
}

.text-shadow {
    text-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

.text-shadow--dark {
    text-shadow: 0 0 4px black
}

.block-list {
    border-color: #d4d4d4
}

.block-list > li {
    padding: 5px;
    border-color: #d4d4d4;
    margin-left: 5px
}

.block-list > li a {
    position: relative;
    color: #000
}

.block-list > li a .icon {
    top: 22px;
    right: auto;
    left: 5px
}

.block-list > li a .icon .lap.touch, .palm.touch .block-list > li a .icon {
    top: 25px
}

.breadcrumb > li {
    margin-left: 10px;
    position: relative
}

.breadcrumb > li:before {
    top: -1px
}

.palm .breadcrumb > li {
    margin-left: 0;
    margin-right: 10px
}

.ltie8 .breadcrumb > li {
    margin-left: 5px;
    padding-left: 8px;
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png");
    background-position: 0 -45px
}

.breadcrumb.breadcrumb--after > li[data-breadcrumb]:before {
    content: attr(data-breadcrumb) " ";
    position: absolute;
    right: -13px
}

.breadcrumb.breadcrumb--after > li:last-child:before {
    display: none;
    visibility: hidden
}

.direction {
    position: relative !important
}

.direction .direction--north-west, .direction .direction--north-east, .direction .direction--south-west, .direction .direction--south-east {
    position: absolute
}

.direction .direction--north-west {
    top: 0;
    left: 0
}

.direction .direction--north-east {
    top: 0;
    right: 0
}

.direction .direction--south-west {
    bottom: 0;
    left: 0
}

.direction .direction--south-east {
    bottom: 0;
    right: 0
}

.page-editor .direction {
    margin-top: -32px;
    z-index: 2
}

.dealersite-header {
    height: 24px;
    background-color: #5e5e5e
}

.dealersite-header .dealersite-header__title {
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-family: "NeoSansProMedium", Arial, Verdana, sans-serif;
    font-weight: normal !important
}

.footer__logo {
    display: inline-block;
    width: 162px;
    height: 58px;
    margin-top: -33px;
    background-image: url("http://www.kia.com/eu/responsive/img/sprite@2x.png");
    background-size: 500px 1200px;
    background-repeat: no-repeat;
    background-position: -30px -120px
}

.no-backgroundsize .footer__logo {
    background-image: url("http://www.kia.com/eu/responsive/img/sprite.png")
}

.legaltext {
    color: #969696;
    line-height: 22px;
    font-size: 12px
}

.lap .legaltext .rule {
    display: none
}

#show-doormat .icon {
    background-color: #f0f0f0;
    border: solid 1px #b7b7b7;
    border-top: solid 1px #c8c8c8;
    border-left: solid 1px #c8c8c8
}

#show-doormat:hover .icon {
    background-color: #fff
}

#doormat {
    line-height: 28px
}

#doormat a {
    color: #5e5e5e
}

#doormat > li > a {
    display: inline-block;
    padding-bottom: 5px;
    font-family: "NeoSansProMedium", Arial, Verdana, sans-serif;
    font-weight: normal !important
}

#doormat > li > .nav--stacked, .palm #doormat > li > .palm-nav--stacked {
    margin-bottom: 20px
}

.palm #doormat, .lap #doormat {
    display: none
}

.page-editor #doormat > li > div > a {
    font-family: "NeoSansProMedium", Arial, Verdana, sans-serif;
    font-weight: normal !important
}

.partners {
    display: inline-block;
    margin-left: 20px
}

.partners .nav {
    position: relative;
    top: 3px;
    display: inline-block
}

.partners .nav li {
    margin-left: 10px
}

@media (orientation: portrait) {
    .partners {
        display: block;
        margin-left: 0 !important;
        margin-top: 10px !important
    }
}

.sub-page-navigation {
    background-color: #fff;
    font-size: 12px;
    font-size: 1rem
}

.sub-page-navigation img {
    max-width: 100%;
    height: auto
}

.sub-page-navigation .breadcrumb > li {
    margin-left: 0
}

.sub-page-navigation .breadcrumb > li:before {
    color: #f2f2f2
}

.sub-page-navigation a, .sub-page-navigation a:link {
    text-decoration: none
}

.sub-page-navigation a.active, .sub-page-navigation a:hover, .sub-page-navigation a:link.active, .sub-page-navigation a:link:hover {
    color: #bb162b !important
}

.sub-page-navigation .nav--social-buttons {
    text-align: right
}

.sub-page-navigation .nav--social-buttons .btn--sub-navigation {
    width: 23px;
    height: 23px;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    background-color: #f9f9f9;
    border: 1px solid #e4e5e6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.sub-page-navigation .nav--social-buttons .btn--sub-navigation:last-child {
    margin-right: 0
}

.touch.lap .sub-page-navigation .nav--social-buttons .btn--sub-navigation, .touch.palm .sub-page-navigation .nav--social-buttons .btn--sub-navigation {
    width: 33px;
    height: 33px
}

.sub-page-navigation .nav--social-buttons .btn--sub-navigation .at_PinItButton {
    left: 50%;
    top: 50%
}

.sub-page-navigation .nav--social-buttons .btn--sub-navigation.icon--printer .icon {
    left: 4px
}

.lap.touch .sub-page-navigation .nav--social-buttons .btn--sub-navigation.icon--printer .icon {
    top: 6px;
    left: 7px
}

.sub-page-navigation .navigation-wrapper {
    width: 60%;
    width: calc(100% - 125px)
}

.lap .sub-page-navigation .navigation-wrapper {
    width: calc(100% - 170px);
    float: left
}

.palm .sub-page-navigation .navigation-wrapper {
    width: 100%
}

.sub-page-navigation .addthis_toolbox {
    width: 125px;
    float: right
}

.lap .sub-page-navigation .addthis_toolbox {
    width: 170px
}

.lap .sub-page-navigation .addthis_toolbox ul {
    float: right
}

.palm .sub-page-navigation .addthis_toolbox, .mobile.lap .sub-page-navigation .addthis_toolbox {
    width: 100%
}

.palm .sub-page-navigation .addthis_toolbox ul, .mobile.lap .sub-page-navigation .addthis_toolbox ul {
    float: none
}

.desktop.palm .sub-page-navigation .addthis_toolbox .nav--social-buttons {
    margin-left: 20px;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

#sticky-container {
    display: none;
    width: 100%
}

#sticky-container .shadow {
    border-top: 3px solid #bb162b;
    position: absolute;
    height: 10px;
    top: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .15)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .15) 0%, transparent 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .15) 0%, transparent 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .15) 0%, transparent 100%)
}

#sticky-container.stuck {
    display: block;
    top: 0;
    position: fixed;
    z-index: 3
}

#sticky-container.stuck .sub-page-navigation {
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: 0 5px 3px -4px #ccc;
    -moz-box-shadow: 0 5px 3px -4px #ccc;
    -ms-box-shadow: 0 5px 3px -4px #ccc;
    -o-box-shadow: 0 5px 3px -4px #ccc;
    box-shadow: 0 5px 3px -4px #ccc
}

.cta-placeholder {
    max-width: 300px
}

.cta-placeholder .grid__item {
    width: 100%
}

.cta-placeholder .grid__item > div {
    background-color: #f0f0f0;
    border: 1px solid #d4d4d4
}

.lap-half .testdrive-chosen-car h4 {
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 10px !important
}

.lap-half .testdrive-chosen-car h1 {
    font-size: 22px;
    line-height: 22px
}

div.cluster:hover div {
    color: #bb162b !important
}

.confirmation-text {
    margin-bottom: 40px
}

.sidebar {
    width: 220px
}

.border {
    border: 1px solid #d4d4d4
}

.border-bottom--medium-grey {
    border-bottom: solid 1px #d4d4d4
}

.box-shadow {
    -webkit-box-shadow: 1px 1px 4px 0 #f0f0f0;
    -moz-box-shadow: 1px 1px 4px 0 #f0f0f0;
    -ms-box-shadow: 1px 1px 4px 0 #f0f0f0;
    -o-box-shadow: 1px 1px 4px 0 #f0f0f0;
    box-shadow: 1px 1px 4px 0 #f0f0f0
}

#sitemap li a {
    margin-bottom: 10px;
    line-height: 22px
}

.mobile #sitemap li {
    width: 100% !important
}

.lap iframe {
    max-width: 100%
}

.palm .calendar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding: 0;
    position: relative
}

.palm .calendar .calendar__list .calendar__week .calendar__day {
    width: 20%;
    margin: 5px;
    padding-left: 0
}

.palm .calendar .calendar__list .calendar__week .calendar__day input {
    top: -250px
}

.palm .calendar__week-text {
    font-size: 1rem;
    padding: 0 47px
}

.palm h1, .palm .alfa {
    font-size: 2rem;
    padding-bottom: 0 !important
}

.palm iframe {
    max-width: 100%
}

.touch.lap .faq .icon--next > .icon {
    margin-top: -2px
}

.mobile.lap .palm-soft {
    padding: 20px
}

.palm .fancybox-nav span, .lap .fancybox-nav span {
    visibility: visible
}

.mobile.lap .navigation-wrapper {
    width: 100%
}

.model-selector--image {
    max-width: 30%
}

.page-panel + .page-panel .container {
    margin-top: -40px !important
}

.page-panel:nth-child(1) + .page-panel .container {
    margin-top: 20px !important
}

.link--sidebar {
    font-family: "NeoSansProRegular", Arial, Verdana, sans-serif
}

.link--sidebar:before {
    content: '› '
}

.dealersearch-results ul {
    padding: 0;
    margin: 0;
    border-top: 1px solid #d4d4d4
}

.dealersearch-results ul li {
    list-style: none;
    padding: 5px 0;
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer
}

.dealersearch-results ul li > * {
    box-sizing: border-box
}

.dealersearch-results ul li .dealer-name {
    font-weight: bold;
    width: 75%;
    display: inline-block
}

.dealersearch-results ul li .dealer-distance, .dealersearch-results ul li .dealer-country {
    width: 11%;
    display: inline-block
}

.dealersearch-results ul li:hover, .dealersearch-results ul li.active {
    background: #f9f9f9
}

.backgroundOverlay {
    background-color: #777;
    height: 100%;
    left: 0;
    opacity: .7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
    display: none
}

.modalWindow {
    bottom: 0;
    display: none;
    left: 0;
    margin: auto;
    max-width: 900px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    white-space: nowrap;
    width: 660px;
    height: 630px;
    z-index: 10002
}

.modalContainer {
    background: none repeat scroll 0 0 #f2f2f2;
    box-shadow: 0 0 17px 2px rgba(0, 0, 0, .44);
    display: inline-block;
    padding: 0;
    position: relative;
    vertical-align: middle;
    white-space: normal;
    width: 100%;
    height: 100%;
    max-height: 600px
}

.modalContent {
    height: 100%
}

.popupClose {
    background: url("http://www.kia.com/eu/responsive/PIP/img/popupClose.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 25px;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 25px
}

.modalWindow:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
    width: 0
}

iframe.modalIFrame {
    width: 100%;
    height: 100%;
    border: 0
}

.text--black.milli table td:nth-child(2), .text--black.input.input--search table td:nth-child(2), .mobile.touch .royalslider__content .text--black.royalslider__description table td:nth-child(2), .mobile.touch .text--black.royalslider__link table td:nth-child(2), .lap.lap-half .text--black.royalslider__link table td:nth-child(2), .scfForm .scfSectionContent label.text--black table td:nth-child(2) {
    text-align: right
}

@media only screen and (min-width: 855px) {
    .kaufen-leftcol {
        float: left;
        width: auto;
        border-right: #f2f2f2 20px solid;
        margin-top: -30px;
        padding: 20px 0;
        margin-bottom: -30px
    }

    .kaufen-rightcol {
        float: left;
        width: auto;
        padding: 20px 0 0 20px;
        margin-top: -30px;
        margin-bottom: -30px
    }
}

@media screen and (min-width: 359px)and (max-width: 859px) {
    .kaufen-rightcol {
        padding-top: 30px
    }

    .sub-page-navigation {
        overflow: hidden
    }
}

@media screen and (min-width: 320px)and (max-width: 640px) {
    .bbpreiszubehoerliste .itemWrapper .item {
        width: auto !important
    }

    .text--black.milli, .text--black.input.input--search, .mobile.touch .royalslider__content .text--black.royalslider__description, .mobile.touch .text--black.royalslider__link, .lap.lap-half .text--black.royalslider__link, .scfForm .scfSectionContent label.text--black {
        padding-bottom: 15px
    }

    .sub-page-navigation {
        overflow: hidden
    }

    .aussendienstmitarbeiter .rigthCol {
        width: auto !important;
        height: auto !important
    }

    .aussendienstmitarbeiter .leftCol {
        float: none !important;
        width: auto !important
    }

    .aussendienstmitarbeiter .person .personInfo {
        margin-left: 4px !important
    }

    .text--black.milli, .text--black.input.input--search, .mobile.touch .royalslider__content .text--black.royalslider__description, .mobile.touch .text--black.royalslider__link, .lap.lap-half .text--black.royalslider__link, .scfForm .scfSectionContent label.text--black {
        padding-bottom: 0 !important;
        vertical-align: top !important
    }

    .aussendienstmitarbeiter .helpInfo {
        width: auto !important
    }

    tbody {
        vertical-align: top
    }
}

@media only screen and (max-width: 320px) {
    .sub-page-navigation {
        overflow: hidden !important
    }

    tbody {
        vertical-align: top
    }
}

@media screen and (min-width: 320px)and (max-width: 420px) {
    .add-on__content table {
        margin-left: -40px
    }
}

@media screen and (min-width: 668px)and (max-width: 1280px) {
    #header #main-navigation {
        opacity: 1 !important
    }
}

@media screen and (min-width: 300px)and (max-width: 600px) {
    .knd-five-hide {
        display: none
    }

    .social-add-on.social-add-on--twitter:not(.cookie-disabled):after {
        background-image: none
    }
}

@media screen and (min-width: 300px)and (max-width: 670px) {
    .uebersicht-year-right {
        padding-left: 0 !important
    }

    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
        width: 100%;
        max-width: 560px;
        margin: 0 auto
    }

    .display-text-right-img {
        min-height: auto !important
    }

    .display-text-right-img-35 {
        min-height: auto !important
    }

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: 560px;
        max-height: 320px;
        margin: 0 auto
    }
}

.contentTitle {
    clear: both
}

.text--black.milli ul, .text--black.input.input--search ul, .mobile.touch .royalslider__content .text--black.royalslider__description ul, .mobile.touch .text--black.royalslider__link ul, .lap.lap-half .text--black.royalslider__link ul, .scfForm .scfSectionContent label.text--black ul {
    padding-left: 12px
}

.sub-page-navigation {
    overflow: hidden !important
}

.uebersicht-year-right {
    display: inline-block;
    padding-left: 30px;
    line-height: 20px
}

h1.caps.brand-face.soft--ends.text--grey-dark, #header-mobile h1.caps.soft--ends.text--grey-dark.btn--search, #header-mobile h1.caps.soft--ends.text--grey-dark.btn--menu {
    color: #727272;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 44px;
    font-family: NeoSansProRegular, Arial
}

.island.push--bottom.bg--white {
    padding-bottom: 50px
}

.display-text-right-img {
    min-height: 170px
}

.tweetlist ul {
    width: 100%
}

.bg--grey-light {
    overflow: hidden
}

@media screen and (min-width: 300px)and (max-width: 1024px) {
    .lap .banner__dealerfinder input, .palm .banner__dealerfinder input {
        width: 60% !important;
        vertical-align: top;
        padding: 0;
        padding-top: 2px;
        padding-left: 5px;
        box-shadow: 0 0 0 0;
        border-radius: 0
    }
}

.right-img-width {
    margin-left: 11px
}

.display-text-right-img-35 {
    min-height: 35px
}

li.dfCheckboxList {
    list-style: none
}

ul.dfRows {
    list-style: none
}

fieldset.customValidation {
    border: none;
    margin-bottom: -70px
}

div.checker {
    display: inline-block;
    vertical-align: top
}

.dfCheckboxList label {
    display: inline-block;
    width: 90%
}

.contentCol.last-child {
    border: 1px solid #ccc;
    padding: 10px;
    background: #f9f9f9
}

.titleIcon_phone_small, .titleIcon_email_small, .titleIcon_mobilephone_small {
    display: inline-block;
    width: 90%
}

#teleNumber, #emailAdd, #mobileNum, #postteleNumber, #postemailAdd, #postmobileNum {
    display: none;
    padding-bottom: 10px
}

.checkboxIcon {
    padding-bottom: 15px
}

.island.bg--white.push--bottom.text--black {
    width: 77%;
    margin: 0 auto
}

#dynformPostalconstruction, #dynformPostalpurchase {
    width: 100%
}

.dfGroup .dfInput input {
    width: 100%
}

input[type="submit"]:active {
    color: #fff
}

@media screen and (min-width: 1024px)and (max-width: 1300px) {
    .contactformDate {
        display: none
    }

    section.home-page {
        min-height: 650px
    }
}

@media screen and (min-width: 280px)and (max-width: 420px) {
    .touchcarousel.three-d .tc-paging-container {
        width: 96%
    }

    .icon--next > .icon {
        top: 0 !important
    }

    .icon--previous > .icon {
        top: 10px !important
    }

    .touchcarousel--one img {
        width: 280px !important
    }

    .dfCheckboxList label {
        display: inline-block;
        width: 80%
    }

    .titleIcon_phone_small, .titleIcon_email_small, .titleIcon_mobilephone_small {
        display: inline-block;
        width: 80%
    }

    #dynformPostalBirthday, #dynformPostaltestdrivedate {
        height: 26px
    }

    .palm .selected-models .selected-models__add div {
        padding-top: 50px !important
    }

    .palm .selected-models .selected-models__add div:before {
        left: 70px !important;
        top: 18px !important
    }
}

span#uc_2_form_022ABA3B7EB741ACAEEF91DC75E30EC7_field_11EEB49DF0FB494C96D8E1ACB2C6F48B8937C6DD55554D86B126816635E96167_validator, span#uc_2_form_022ABA3B7EB741ACAEEF91DC75E30EC7_field_EB4C4372061647D3A94F8489EB82424E8937C6DD55554D86B126816635E96167_validator, span#uc_2_form_022ABA3B7EB741ACAEEF91DC75E30EC7_field_360A645CBF664610B612C0184232F8A68937C6DD55554D86B126816635E96167_validator, span#uc_2_form_022ABA3B7EB741ACAEEF91DC75E30EC7_field_48924FD680A04999A67B3B6C8F1DF9738937C6DD55554D86B126816635E96167_validator, span#uc_2_form_022ABA3B7EB741ACAEEF91DC75E30EC7_field_09D4A69670C2474BAD42C534003080588937C6DD55554D86B126816635E96167_validator, span#uc_2_form_022ABA3B7EB741ACAEEF91DC75E30EC7_field_F3403D61B3C34FB5986BE54197F43D578937C6DD55554D86B126816635E96167_validator, span#uc_2_form_022ABA3B7EB741ACAEEF91DC75E30EC7_field_F3403D61B3C34FB5986BE54197F43D578937C6DD55554D86B126816635E96167_validator, span#uc_2_form_022ABA3B7EB741ACAEEF91DC75E30EC7_field_758DDD046DBE40248742030235B995038937C6DD55554D86B126816635E96167_validator, span#uc_2_form_022ABA3B7EB741ACAEEF91DC75E30EC7_field_244A81CF86614712827908E15E55F1858937C6DD55554D86B126816635E96167_validator, span#uc_2_form_022ABA3B7EB741ACAEEF91DC75E30EC7_field_C18D8B21ECBA4C869ABEA4D01BF6E3318937C6DD55554D86B126816635E96167_validator, span#uc_2_form_022ABA3B7EB741ACAEEF91DC75E30EC7_field_2FD4EE624DB24F8A9BCF8D0BAA8B806E8937C6DD55554D86B126816635E96167_validator, span#uc_2_form_022ABA3B7EB741ACAEEF91DC75E30EC7_field_ADD8A24960254B1D86686553ECEF82788937C6DD55554D86B126816635E96167_validator {
    padding-left: 30px !important;
    margin: 0 !important
}

div#uc_2_form_022ABA3B7EB741ACAEEF91DC75E30EC7_field_291C5502E52747B4B62C30592B126CD0scope {
    overflow: visible !important;
    padding: 15px 0 40px 0
}

div#uc_2_form_022ABA3B7EB741ACAEEF91DC75E30EC7_field_D389C5BC1EDB4D8A94AB97786006C166scope {
    overflow: visible !important
}

img.rsImg.rsMainSlideImage {
    margin-left: 0 !important
}

.dfMandatory {
    color: #000 !important
}

form.dfTestDriveValidation .dfGroup .dfError .dfRadio {
    color: red
}

.formItemSmall, .formItemLarge {
    float: left;
    width: 25%
}

.formItemLarge {
    width: 73%
}

.formItemSmall + .formItemLarge, .formItemLarge + .formItemSmall {
    margin-left: 2%
}

form.dfTestDriveValidation .soft-half--ends {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

form.dfTestDriveValidation .dfGroup {
    overflow: auto
}

.errorMessageOnSubmit {
    margin: 10px 0;
    clear: both;
    color: #fff;
    padding: 10px;
    background: #920c17;
    text-transform: uppercase;
    position: relative;
    display: none;
    overflow: visible !important
}

.errorMessageOnSubmit::before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #920c17;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 10px
}

.featuredText, .featuredImage {
    float: left;
    width: 50%
}

.checkboxIcon {
    padding-bottom: 15px;
    position: relative;
    clear: both;
    overflow: auto
}

div.checker {
    display: block;
    float: left
}

.checkboxIcon > label {
    width: 84%;
    margin-left: 2%;
    float: left
}

.dfForm.testdriveStep_3 .contentCol.last-child {
    clear: both
}

.dfForm.testdriveStep_3 .optin_introtext_img {
    max-width: 70%
}

.dfForm.testdriveStep_3 .checkboxIcon > .dfInput {
    clear: both;
    overflow: auto;
    width: 40%;
    margin-left: 100px
}

.dfForm.testdriveStep_3 .checkboxIcon > .dfInput > label, .dfForm.testdriveStep_3 .checkboxIcon > .dfInput > input {
    float: left;
    display: block;
    width: 50%
}

.dfForm.testdriveStep_3 .checkboxIcon .dfInput input.error {
    border: 1px solid red
}

@media only screen and (min-width: 768px)and (max-width: 1024px) {
    .dfForm.testdriveStep_3 .checkboxIcon > .dfInput {
        width: 50%
    }
}

@media only screen and (min-width: 320px)and (max-width: 768px) {
    .dfForm.testdriveStep_3 .checkboxIcon > .dfInput {
        width: 75%;
        margin-left: 40px
    }
}

@media only screen and (max-width: 480px) {
    .dfForm.testdriveStep_3 .checkboxIcon > .dfInput {
        margin-left: 32px
    }

    .dfForm.testdriveStep_3 .checkboxIcon > .dfInput > label, .dfForm.testdriveStep_3 .checkboxIcon > .dfInput > input {
        float: none;
        width: 100%
    }

    .featuredText, .featuredImage {
        width: 100%;
        float: none
    }

     .next-form2, .submit-form {
        width: 100%;
        margin-bottom: 80px !important
    }

    .dfForm.testdriveStep_3 .optin_introtext_img {
        max-width: 100%
    }

    .next-form1 {
        width: 100%
    }
}

.touchcarousel--one .touchcarousel-item:last-child {
    margin-right: 0;
    margin-bottom: 25px
}

.banner__dealerfinder {
    padding: 5px 10px 10px 10px
}

@media only screen and (max-width: 480px) {
    .add-on--four .touchcarousel.three-d .tc-paging-item {
        margin: 0 2px
    }

    .add-on--four .touchcarousel--two .touchcarousel-item {
        margin-bottom: 0
    }

    .add-on--four .touchcarousel--two .arrow-holder .icon {
        margin-top: 9px
    }

    .touchcarousel--one .touchcarousel-container {
        height: 116px
    }
}

.link--sidebar {
    padding-left: 10px;
    display: inline-block;
    position: relative
}

.link--sidebar:before {
    position: absolute;
    left: 0
}

img.rsImg.rsMainSlideImage {
    width: auto
}

.touchcarousel-container .download {
    text-transform: uppercase
}

.scfSubmitButtonBorder input[type="submit"].scfSubmitButton {
    display: block;
    background: #af0d13;
    border: none;
    color: #fff
}

.no-touch .scfForm input[type="submit"]:hover {
    color: #fff;
    background: #af0d13
}

input[type="submit"].scfSubmitButton:hover {
    color: #fff
}

.add-on .add-on__media + .add-on__content.copyTextLeft {
    float: left;
    width: 50%;
    margin-right: -20px;
    padding-right: 20px
}

h1.caps.brand-face.soft--ends.text--grey-dark, #header-mobile h1.caps.soft--ends.text--grey-dark.btn--search, #header-mobile h1.caps.soft--ends.text--grey-dark.btn--menu, #header-mobile h1.caps.soft--ends.text--grey-dark.btn--search, #header-mobile h1.caps.soft--ends.text--grey-dark.btn--menu {
    word-wrap: break-word
}

a.socialLinksForImpressum {
    word-wrap: break-word;
    display: block
}

@media only screen and (max-width: 480px) {
    .headerpagetitle h1.caps.brand-face.soft--ends.text--grey-dark {
        font-size: 24px !important
    }

    .icon--arrow-black-small > .icon {
        margin-top: -6px
    }

    h1.caps.brand-face.soft--ends.text--grey-dark {
        padding-top: 0 !important
    }

    td.xl115 span, td.xl121 span, td.xl119 span, td.xl118 span, td.xl116 span, td.xl117 span, td.xl124 span {
        font-size: 9px !important
    }

    td.xl116 {
        padding-top: 9px !important
    }

    .container.island.hard--bottom.bg--grey-light .island.push--bottom.bg--white .grid.grid-fix .grid__item.one-whole.tp700-one-whole.palm-one-whole table {
        width: auto !important
    }
}

.leftcolumn-text {
    float: left
}

.rightcolumn-text {
    float: right
}

.clear-table {
    clear: both;
    padding: 5px 0 10px 0
}

@media screen and (max-width: 620px) {
    .leftcolumn-text, .rightcolumn-text {
        float: none;
        display: block
    }

    .bbpreiszubehoerliste .slist {
        width: 100% !important
    }

    .add-on .add-on__media + .add-on__content.copyTextLeft {
        width: 100%
    }

    .palm .island.form-container:last-child {
        margin-bottom: 70px
    }
}

.no-color-black {
    color: #000 !important
}

#mobile-search-wrapper {
    display: none
}

h5.caps.brand-face {
    font-weight: 600;
    font-size: 15px;
    color: #3c3c3c
}

.rsSlide {
    Overflow: visible !important
}

.island.push--bottom.bg—white {
    Padding-bottom: 0 !important
}

#meta-navigation .nav li a .icon.icon--richiami {
    width: 19px;
    height: 17px;
    background-position: -2px -59px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

#meta-navigation .nav li a .icon.icon--mykia {
    width: 19px;
    height: 17px;
    background-position: -60px -59px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.icon--kocham-footer > .icon {
    top: 4px;
    left: 4px;
    width: 17px;
    height: 14px;
    background-position: -238px -640px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.icon--tenisa-footer > .icon {
    top: 4px;
    left: 4px;
    width: 17px;
    height: 15px;
    background-position: -265px -640px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.icon--lotos-footer > .icon {
    top: 4px;
    left: 4px;
    width: 17px;
    height: 15px;
    background-position: -293px -640px;
    background-size: 500px 1200px;
    margin-left: 0;
    margin-top: 0
}

.touchcarousel-container a.add-on__block:hover .download {
    color: #bb162b
}

.no-touch #header #main-navigation > .nav > li > .subnavigation > ul.nav li:hover li .model-navigation-image {
    opacity: 0
}

.no-touch #header #main-navigation > .nav > li > .subnavigation > ul.nav li:hover li:hover .model-navigation-image {
    opacity: 1
}

.grid__item.one-third.tp750-one-half.palm-one-whole.push--bottom.experience-block:last-child {
    margin-bottom: 60px !important
}

:lang(fr) .grid__item.three-quarters.lap-two-thirds.tp700-one-whole.palm-one-whole .push-half--top.milli .text--black.milli, :lang(fr) .grid__item.one-whole.tp700-one-whole.palm-one-whole .push-half--top.milli .text--black.milli, :lang(nl) .grid__item.three-quarters.lap-two-thirds.tp700-one-whole.palm-one-whole .push-half--top.milli .text--black.milli, :lang(nl) .grid__item.one-whole.tp700-one-whole.palm-one-whole .push-half--top.milli .text--black.milli {
    font-weight: bold
}

:lang(fr) .grid__item.one-whole .push-half--top.milli .text--black.milli p, :lang(nl) .grid__item.one-whole .push-half--top.milli .text--black.milli p {
    font-weight: bold
}

.container.island.hard--bottom.bg--grey-light .island.push--bottom.bg--white .grid.grid-fix .grid__item.one-whole.tp700-one-whole.palm-one-whole h4.brand-face.text--black.push--top.push-half--bottom.clear-both {
    color: #3c3c3c !important;
    font-size: 17px !important
}

.add-on .add-on__media + .add-on__content.copyTextLeft {
    width: 100% !important;
    float: none !important
}

.add-on__content .labeltext {
    float: left;
    width: 50%;
    line-height: 16px;
    padding-top: 8px;
    color: #3c3c3c !important
}

.touchcarousel-container .download {
    text-transform: uppercase;
    font-size: 10px;
    float: right;
    text-transform: uppercase;
    color: #6e6e6e;
    font-size: 10px;
    font-weight: bold;
    padding-top: 6px
}

:lang(fr) .chosen-results, :lang(nl) .chosen-results {
    max-height: 130px !important
}

.push--bottom.text--grey-lightest.micro.lap-micro.palm-micro.caps.weight--semibold.push-half--top.lap-push--top {
    padding-bottom: 20px
}

@media only screen and (max-width: 480px) {
    .headerpagetitle h1.caps.brand-face.soft--ends.text--grey-dark {
        font-size: 24px !important
    }

    h1.caps.brand-face.soft--ends.text--grey-dark {
        padding-top: 0 !important
    }
}

:lang(nl) .container.island.bg--grey-light.push--ends.hard--bottom .push-double--top.text--black.soft--sides h4, :lang(fr) .container.island.bg--grey-light.push--ends.hard--bottom .push-double--top.text--black.soft--sides h4 {
    font-weight: bold;
    padding-left: 50px !important
}

:lang(nl) .container.island.bg--grey-light.push--ends.hard--bottom .push-double--top.text--black.soft--sides .contentText, :lang(fr) .container.island.bg--grey-light.push--ends.hard--bottom .push-double--top.text--black.soft--sides .contentText {
    padding-left: 50px !important
}

.btn--red, .btn--flat-red {
    background: #db1f37;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #be172c), color-stop(100%, #be172c));
    background: -webkit-linear-gradient(top, #db1f37 0%, #be172c 100%);
    background: linear-gradient(to bottom, #db1f37 0%, #be172c 100%)
}

@media screen and (min-width: 1100px) {
    #header #logo, #header-mobile #logo {
        top: 56%;
        margin-top: -31px;
        position: absolute;
        width: 80px;
        margin-left: 37px
    }

    #header, #header-mobile {
        min-height: 76px
    }

    .seven-eighths {
        float: right
    }

    #search-wrapper {
        padding-left: 43px
    }
}

.scfValidatorRequired {
    margin: 0 !important;
    padding-left: 30px !important
}

.scfDropListBorder {
    overflow: visible !important;
    padding-bottom: 32px
}

.grid__item.one-whole.tp700-one-whole.palm-one-whole .push-half--top.milli.faqdetail .text--black.milli {
    font-weight: normal
}

.container.island.bg--grey-light.push--ends.palm-push-double--bottom.soft-half--bottom {
    margin-top: 20px !important
}

.container.island.bg--grey-light.push--ends.hard--bottom.call-to-action .island.bg--white.push--bottom .add-on .add-on__content.copyTextLeft p {
    margin-bottom: 10px
}

@media screen and (max-width: 1024px) {
    #MetrixLab_overlay {
        display: none !important
    }
}

#content .contentText {
    padding-left: 20px !important
}

#content .container.push-double--top.text--black.soft--sides h4 {
    font-weight: bold;
    padding-left: 40px !important
}

.touchcarousel-container .add-on__block.image-link .visuallyhidden {
    overflow: visible !important;
    position: static !important;
    width: auto !important;
    font-size: 10px !important;
    font-weight: bold !important;
    text-transform: uppercase
}

@media screen and (max-width: 480px) {
    .royalslider__content-block.bg--grey-light.flush h2 {
        font-size: 24px
    }

    .icon--next > .icon {
        top: 10px !important
    }

    .icon--arrow-black-small > .icon {
        position: absolute;
        top: 8px
    }

    .direction .direction--north-east.royalslider__content-block .royalslider__content.push-double--bottom h2 span.deviation {
        font-size: 22px
    }

    .grid__item.promotion__content.smallprint .promo-table {
        overflow: scroll
    }

    .grid__item.one-fifth.palm-one-whole.dfGroup.last-child .dfInput input[type="text"] {
        margin-bottom: 10px
    }

    .grid__item.one-fifth.palm-one-whole a.dealer-by-search.btn.btn--gradient-grey {
        margin-bottom: 10px
    }
}

@media screen and (min-width: 480px) {
    .add-on__media.float--left.push--right.push-quarter--top.tp650-maxwidth-30.palm-maxwidth-30 {
        padding-bottom: 20px
    }
}

.grid__item.three-quarters.lap-two-thirds.tp700-one-whole.palm-one-whole h4.brand-face.text--black.push--top.push-half--bottom.clear-both {
    font-size: 17px !important
}

.ios div.block-overview__block.grid__item.one-third.text--black.tp650-one-whole.palm-one-whole.equal-height {
    height: auto !important
}

a.add-on__block:hover .download {
    color: #bb162b
}

td.xl121 span, td.xl119 span, td.xl118 span, td.xl116 span {
    float: left
}

.ios div.iframe-wrapper {
    overflow: scroll !important
}

:lang(de) .island.push--bottom.bg--white .grid__item.one-whole.tp700-one-whole.palm-one-whole img.push--right.push--bottom.palm-one-whole {
    margin-bottom: 45px !important
}

header#header:after {
    bottom: -11px
}

#meta-navigation ul li.myKia {
    margin-left: 30px
}

#meta-navigation ul.push-quarter--ends {
    margin-top: 7px !important
}

ul.nav.flush--bottom.brand-face {
    margin-left: 27px
}

#header #main-navigation > .nav > li:first-child {
    padding-left: 0 !important
}

#header #main-navigation > .nav > li {
    padding-right: 18.5px !important;
    padding-left: 0 !important;
    color: #666
}

#header #main-navigation > ul.nav > li > a {
    padding-bottom: 13px !important;
    padding: 5px 0;
    line-height: 11px
}

#header #main-navigation > .nav > li > .subnavigation > ul.nav li a:hover, #header #main-navigation > .nav > li > .subnavigation > ul.nav li a:focus, #header-mobile #main-navigation > .nav > li > .subnavigation > ul.nav li a:hover, #header-mobile #main-navigation > .nav > li > .subnavigation > ul.nav li a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bb162b
}

#header #main-navigation > .nav > li > .subnavigation > ul.nav li > a.active, #header-mobile #main-navigation > .nav > li > .subnavigation > ul.nav li a.active {
    color: #bb162b;
    text-decoration: none;
    background-color: transparent
}

#header #main-navigation > .nav > li > .subnavigation > ul.nav > li:first-child {
    padding-top: 3px !important
}

#header #main-navigation > ul.nav > li > .subnavigation {
    left: -10px
}

#header #main-navigation > ul.nav > li > .subnavigation > ul.nav {
    border-right: 2px solid #d9d9d9
}

#header #main-navigation > ul.nav > li > .subnavigation > ul.nav > li {
    padding-top: 0 !important;
    border: 0
}

#header #main-navigation > ul.nav > li > .subnavigation > ul.nav > li > a, #header #main-navigation > ul.nav > li > .subnavigation > ul.nav > li > .subnavigation a {
    padding: 0 !important;
    padding-left: 15px !important
}

#header #main-navigation > ul.nav > li > .subnavigation > ul.nav > li > .subnavigation > ul > li > a {
    padding-left: 28px !important
}

#header #main-navigation > ul.nav > li > .subnavigation > ul.nav > li > .subnavigation > ul > li a::before {
    left: 16px !important;
    background-position: -284px -428px
}

#header #main-navigation > ul.nav > li > .subnavigation > ul.nav > li > .subnavigation > ul > li a::before {
    left: 17px !important;
    background-position: -286px -428px;
    margin-top: -3px !important
}

.lap #header #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:hover:before, .lap #header #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:focus:before, .desk #header #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:hover:before, .desk #header #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:focus:before, .lap #header-mobile #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:hover:before, .lap #header-mobile #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:focus:before, .desk #header-mobile #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:hover:before, .desk #header-mobile #main-navigation > .nav > li > .subnavigation .subnavigation > ul > li > a:focus:before {
    background-position: -316px -401px
}

#header #main-navigation > ul.nav > li > .subnavigation > ul.nav > li > .subnavigation > ul > li a::before {
    left: 17px !important;
    background-position: -286px -428px;
    margin-top: -3px !important
}

#header #main-navigation > ul.nav > li > .subnavigation > ul.nav > li > .subnavigation > ul > li > .model-navigation-image a {
    padding: 0 !important
}

#header #main-navigation > .nav > li > .subnavigation > ul.nav li .model-navigation-image {
    width: 252px !important;
    padding-left: 15px !important;
    padding-top: 18px !important;
    line-height: 21px
}

#header #main-navigation > .nav > li > .subnavigation > ul.nav li .model-navigation-image img {
    top: 18px !important
}

#header #main-navigation > .nav > li > .subnavigation > ul.nav li .model-navigation-image .responsive-image-wrapper {
    margin-left: -15px;
    margin-right: -10px
}

#header #main-navigation > .nav > li > .subnavigation > ul.nav li .model-navigation-image .model-tagline {
    text-transform: uppercase
}

.grid__item.seven-eighths.palm-one-whole {
    margin-right: -2px
}

#search-wrapper {
    padding-left: 38px
}

#search-wrapper .input.input--search {
    height: 20px;
    width: 152px;
    box-shadow: 1px 2px 3px 0 #ddd inset;
    -webkit-box-shadow: 1px 2px 3px 0 #ddd inset;
    -moz-box-shadow: 1px 2px 3px 0 #ddd inset;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px
}

#search-wrapper .btn--search {
    width: 24px;
    height: 24px
}

#mobile-search-wrapper .btn--search .icon {
    margin-top: 7px
}

@media screen and (min-width: 1024px) {
    #footer .container {
        width: 980px;
        padding: 0
    }
}

#footer .bg--white {
    background-color: #fff;
    margin-bottom: 2px
}

#footer .nav.nav--stacked li a {
    line-height: 24px
}

#footer .breadcrumb {
    padding-top: 3px
}

#footer .container.portable-soft--sides .text--black.push--bottom.palm-push-half--bottom {
    margin-bottom: 8px !important
}

#footer .push--bottom.text--grey-lightest.micro.lap-micro.palm-micro.caps.weight--semibold.push-half--top.lap-push--top {
    margin-top: 3px !important;
    font-size: 9px;
    padding-bottom: 0;
    margin-bottom: 13px !important
}

#footer .nav--bullets--arrow > li > a {
    font-size: 11px
}

#footer ul.nav > li > a:hover {
    background-color: transparent;
    text-decoration: underline !important
}

#footer #doormat > li > a {
    font-weight: bold !important;
    color: #666;
    font-family: Tahoma, Trebuchet MS;
    font-size: 12px;
    line-height: 24px
}

#footer .inline-block.caps ul > li {
    padding-left: 6px
}

#footer .caps.weight--semibold.inline-block {
    color: #666
}

#footer #doormat > li > a:hover {
    text-decoration: underline !important
}

#footer .container.portable-soft--sides .text--black.push--bottom.palm-push-half--bottom {
    font-family: Arial, Helvetica, sans-serif
}

#footer #doormat > li > a, #footer #doormat > li > ul > li > a.weight--semibold {
    font-weight: bold !important;
    color: #666;
    font-family: Tahoma, Trebuchet MS;
    font-size: 12px;
    line-height: 24px
}

#footer .push--bottom.text--grey-lightest.micro.lap-micro.palm-micro.caps.weight--semibold.push-half--top.lap-push--top {
    margin-top: 2px !important;
    font-size: 9px;
    padding-bottom: 0;
    margin-bottom: 13px !important
}

#footer .container.portable-soft--sides .text--black.push--bottom.palm-push-half--bottom {
    font-family: Arial, Helvetica, sans-serif
}

#footer ol.breadcrumb {
    margin-left: -3px !important;
    color: #969696;
    padding-top: 3px
}

#footer .nav.nav--stacked li a {
    line-height: 24px
}

#footer .nav.breadcrumb > li a {
    padding: 0;
    color: #969696
}

li.more.last  {
    margin-right: 5px
}

@media screen and (min-width: 720px) {
    .form-navigation {
        height: 30px;
        margin-bottom: 0;
        margin-left: 0;
        padding: 0 10px
    }

    li.form-step:first-child {
        background-image: none
    }

    li.form-step {
        float: left;
        display: block;
        height: 30px;
        background: url(http://www.kia.com/eu/common/img/sprite_general.png) no-repeat 0 -360px;
        padding: 8px 0 0 24px;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: bold;
        color: #b0b0b0;
        list-style-type: none;
        line-height: 1.5
    }

    li.form-step.active {
        color: #b3000f
    }

    li.form-step[data-is-active="true"] a {
        pointer-events: none;
        cursor: default
    }

    li.form-step[data-is-active="false"] a {
        pointer-events: none;
        cursor: default;
        color: grey
    }

    .hide {
        display: none
    }
}

ul.touchcarousel-container .touchcarousel-item a .add-on__media {
    width: 200px
}

@media screen and (max-width: 1023px)and (min-width: 481px) {
    .container.portable-soft--sides {
        padding-bottom: 40px
    }
}

.reevoomark_badge.reevoomark_badge_default_fr_be {
    margin: 10px 0 0 15px
}

html:not(.palm) .add-on .add-on__block:hover {
    -webkit-box-shadow: 1px 1px 7px #2c2c2c;
    box-shadow: 1px 1px 7px #2c2c2c
}

@media screen and (max-width: 480px) {
    .reevoomark_badge.reevoomark_badge_default_fr_be {
        margin: 0 0 10px 25px !important
    }
}

#header #main-navigation > .nav > li a, #header-mobile #main-navigation > .nav > li a {
    color: #000 !important
}

#header #main-navigation > .nav > li {
    padding-right: 19px !important
}

#footer .container.portable-soft--sides .text--black.push--bottom.palm-push-half--bottom {
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 1px;
    padding-bottom: 7px
}

#footer .inline-block.caps ul > li {
    padding-left: 6px;
    padding-right: 6px
}

#footer .push--bottom.text--grey-lightest.micro.lap-micro.palm-micro.caps.weight--semibold.push-half--top.lap-push--top {
    margin-top: 3px !important;
    font-size: 9px;
    padding-bottom: 0;
    margin-bottom: 13px !important
}

#footer #doormat.soft-double--bottom {
    padding-bottom: 36px !important
}

#footer .legaltext p {
    margin-bottom: 1em;
    color: #969696;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px
}

#footer .legaltext .rule {
    margin-bottom: 8px
}

#footer .bg--white {
    margin-bottom: 1px
}

@media screen and (min-width: 1024px) {
    #footer #doormat > li.grid__item.one-seventh {
        width: 120px;
        margin-left: 20px;
        padding-left: 0
    }

    li.tabletsOnly {
        display: none
    }
}

#header #main-navigation > .nav > li {
    padding-right: 18.5px !important
}

#header #main-navigation > .nav > li:hover > a, #header #main-navigation > .nav > li:active > a, #header #main-navigation > .nav > li.active > a, #header-mobile #main-navigation > .nav > li:hover > a, #header-mobile #main-navigation > .nav > li:active > a, #header-mobile #main-navigation > .nav > li.active > a {
    color: #000 !important
}

body {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: 14px;
    line-height: 1.42857
}

#header #main-navigation > .nav > li > .subnavigation > ul.nav li a:hover, #header #main-navigation > .nav > li > .subnavigation > ul.nav li a:focus, #header-mobile #main-navigation > .nav > li > .subnavigation > ul.nav li a:hover, #header-mobile #main-navigation > .nav > li > .subnavigation > ul.nav li a:focus {
    color: #fff !important
}

.nav.nav--bullets--arrow {
    margin-left: 0 !important;
    margin-top: 0 !important
}

.icon--globe > .icon {
    right: -6px;
    top: 4px
}

.partners {
    margin-left: 15px
}

#footer .legaltext .rule {
    margin-bottom: 8px;
    margin-top: 13px !important
}

#footer .bg--white {
    margin-bottom: 2px
}

#footer ol.breadcrumb {
    padding-bottom: 0 !important
}

@media only screen and (max-width: 1024px) {
    #footer .container.portable-soft--sides {
        padding-bottom: 40px
    }
}

#footer .push--bottom.text--grey-lightest.micro.lap-micro.palm-micro.caps.weight--semibold.push-half--top.lap-push--top {
    margin-bottom: 13px !important;
    margin-top: 2px !important
}

#header #main-navigation > .nav > li > .subnavigation > ul.nav li > a.active {
    color: #bb162b !important
}

#header #main-navigation > .nav > li > .subnavigation > ul.nav li a:hover {
    background-color: #bb162b !important;
    color: #fff !important
}

#header #meta-navigation .nav li a .icon, #header-mobile #meta-navigation .nav li a .icon {
    left: 6px;
    top: 0
}

#header #meta-navigation .nav li a, #header-mobile #meta-navigation .nav li a {
    padding-left: 26px !important;
    margin-right: 10px !important
}

#meta-navigation ul.push-quarter--ends {
    margin-top: 7px !important;
    margin-right: -9px
}

#meta-navigation .nav li a .icon.icon--brochure.icon--brochure, .touch.lap #meta-navigation .nav li a .icon.icon--brochure.icon--brochure {
    width: 16px;
    height: 16px;
    margin: 0;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.788%22%20height%3D%2216%22%20viewBox%3D%2284.914%2061.4%2015.788%2016%22%20enable-background%3D%22new%2084.914%2061.4%2015.788%2016%22%3E%3Cpath%20d%3D%22M92.086%2063.443l-6.465-2.02c-.164-.05-.344-.02-.484.082-.14.102-.22.265-.22.438v12.68c0%20.24.153.45.38.52l6.79%202.12v-13.82zm-5.935%202.612c.07-.25.308-.39.53-.312l3.842%201.346c.223.077.346.343.277.593-.058.204-.224.333-.404.333-.042%200-.084-.007-.126-.02l-3.84-1.347c-.224-.08-.35-.345-.28-.595zm4.65%207.074c-.058.202-.224.332-.404.332-.042%200-.084-.007-.126-.02l-3.84-1.348c-.224-.078-.348-.344-.278-.594.07-.25.307-.39.53-.31l3.84%201.345c.223.078.346.344.277.594zm0-2.724c-.058.204-.224.333-.404.333-.042%200-.084-.008-.126-.022l-3.84-1.346c-.224-.08-.348-.345-.278-.595.07-.25.307-.39.53-.312l3.84%201.347c.223.078.346.344.277.594zM100.48%2061.506c-.14-.104-.32-.133-.484-.082L93.1%2063.578v13.82l7.22-2.255c.228-.07.382-.28.382-.52v-12.68c0-.172-.08-.336-.22-.437zm-1.425%2010.588l-3.84%201.347c-.043.016-.085.022-.127.022-.18%200-.347-.13-.404-.333-.07-.25.055-.517.278-.596l3.84-1.346c.224-.078.46.062.53.31.07.252-.053.518-.277.596zm0-2.722l-3.84%201.346c-.042.014-.084.02-.126.02-.18%200-.348-.128-.405-.332-.07-.25.055-.516.278-.594l3.84-1.347c.224-.078.46.062.53.312s-.054.516-.278.595zm0-2.723l-3.84%201.345c-.043.015-.085.02-.127.02-.18%200-.347-.128-.404-.332-.07-.25.055-.517.278-.594l3.84-1.347c.224-.08.46.06.53.31.07.252-.053.518-.277.596z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain
}

.ie8 #meta-navigation .nav li a .icon.icon--brochure.icon--brochure {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAASlJREFUOI2t0r0rhmEUBvBfyMKC8m4kTAb/ADMTC0kxGIxvkshskVL+CFKy+Ur5KgaDwqaMZLAog8iLx/DcT71uXh/l1Ol5Ovc5132d67rLMYtaXOHZz1GFHgxhH5KQT9jEKHLRUC7UN/BYNKMYoDhfsYxmHOOtRF9JgATn6PjmPIGyALKIs1/sn+AQa1khA6jEBNowg+to8AKTaME8qrODivAdCHmDFRwFsCy20YoTqWOfaPVLVd6TCviVBs9Yx2Bg+0HEh3BzLxqxFAHMoUHq/RYKMcAx7sP/nfRRFQNchksS3EoF/+DCLtrRhwPUR2vmsIpudIocy3Z8wQ5GsBAxGEc+MP3/hzQdmv8Sp5iKi40YCxq8RAwKUovzUjd+jDp0oQnDqCnV+A682n2cJ5DRlwAAAABJRU5ErkJggg==)
}

#meta-navigation .nav li a .icon.icon--dealerfinder.icon--dealerfinder, .touch.lap #meta-navigation .nav li a .icon.icon--dealerfinder.icon--dealerfinder {
    width: 16px;
    height: 16px;
    margin: 0;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.649%22%20height%3D%2216%22%20viewBox%3D%220.067%200.072%2010.649%2016%22%20enable-background%3D%22new%200.067%200.072%2010.649%2016%22%3E%3Cpath%20fill%3D%22%23010101%22%20d%3D%22M10.61%204.324C10.11%201.898%207.963.074%205.39.074%202.818.073.67%201.897.177%204.323c-.07.346-.11.706-.11%201.074%200%20.92.218%201.91.65%202.55.26.525%201.727%202.414%202.944%204.534.637%201.104%201.09%202.776%201.197%203.2.016.06.024.1.024.1.055.09.13.16.217.213.05.027.112.03.17.046.043.012.076.032.12.032s.08-.02.122-.03c.06-.016.12-.02.17-.047.09-.052.163-.124.217-.214%200%200%20.01-.036.023-.1.108-.42.56-2.095%201.197-3.198%201.22-2.12%202.686-4.01%202.946-4.534.432-.64.65-1.628.65-2.55.004-.37-.032-.728-.104-1.074zM3.013%205.84c0-1.313%201.065-2.38%202.376-2.38%201.312%200%202.378%201.067%202.378%202.38%200%201.312-1.064%202.376-2.378%202.376-1.312%200-2.376-1.063-2.376-2.375z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain
}

.ie8 #meta-navigation .nav li a .icon.icon--dealerfinder.icon--dealerfinder {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAQCAYAAADAvYV+AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAONJREFUKJGFkL1KQ0EQRs/RdIoQwdjYWMVakiewTGPeI5UvYOUDCNZ21vbBvICdaewD4YYUggkiKYw2uzqsNzowsPN9h50f+Ykt4AzopPcjMALWFHGijtXPIp+AdgQP1aoGzDkFWgCoN8H4UB/UUXpn/TrD0ywCvdDxPMCTDK+TMC4XUZ+Tt8oXmCVvt2SDVmX4PgnHwCWwDTTUK+AoeZnhQJ2H+V7VRagrYD+27G86XbH09zJ3NfDtLzCM8xLAOdDcBANchPaDv0CAPfVdXQI7pdko6gUwBFbA238/A3SB0zrjC4V3S1TrpqY+AAAAAElFTkSuQmCC)
}

#meta-navigation .nav li a .icon.icon--contact.icon--contact, .touch.lap #meta-navigation .nav li a .icon.icon--contact.icon--contact {
    width: 16px;
    height: 16px;
    margin: 0;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.438%22%20height%3D%2222.448%22%20viewBox%3D%220.28%200.21%2020.438%2022.448%22%20enable-background%3D%22new%200.28%200.21%2020.438%2022.448%22%3E%3Cpath%20id%3D%22Phone%22%20fill%3D%22%23010101%22%20d%3D%22M15.467%2015.34l-.274.022c-.524.1-1.1.576-2.226%201.55-.225.2-.524.25-.8.1-1.475-.82-3.274-2.474-4.174-3.474-.976-1.075-2.15-2.85-2.7-4.274-.1-.275%200-.575.2-.775%201.274-1.15%201.824-1.7%201.875-2.3.024-.352-2.976-6.15-3.8-5.976-.2.05-.4.125-.574.225-.55.35-1.926%201.3-2.55%202.523-.376.775-.55%207.8%204.7%2013.726%205.2%205.874%2011.624%206.124%2012.574%205.925h.025l.074-.025c1.3-.475%202.4-1.7%202.826-2.225.774-.927-4.826-5.003-5.176-5.026z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain
}

.ie8 #meta-navigation .nav li a .icon.icon--contact.icon--contact {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAYAAADAQbwGAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAASJJREFUOI2l1bErhVEYx/Hv915KsSBZ7opksxqU1SKDkj/AavInmOQPuLtYKSYMLNKdLAZhoDCgKCW5r+F9ld7O9b7e89RZznn69Dv1nA6k1a9uq2dAH5E1rF6oSbaaUZq69wtL1DYwFQN+5MAku7pVwa8AmADzVcGnEKieVvFqwHWHs8uqCZuBdPtATyUQWMphj0B3VQxgUP3Mjc1EDIi6k0u5GwUCM4GxWYhNeZxDX4CRGHMyMORXQCMm5VpghG6AsUB7A6gXmV3qUQB9Bmaznrq6obbVFjBahA6o5x2e46Z6kNt7BeaK0CG11QENrTawUoT2qlv/QBNguQgFWFTvS6J3ZUBI/5lV9fYP7A2YLgv+VI30Va2rJ+qD+q4eAuMA325jisMg2uIDAAAAAElFTkSuQmCC)
}

#meta-navigation .nav li a .icon.icon--testdrive.icon--testdrive, .touch.lap #meta-navigation .nav li a .icon.icon--testdrive.icon--testdrive {
    width: 16px;
    height: 16px;
    margin: 0;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%2269.074%2049.924%2016%2016%22%20enable-background%3D%22new%2069.074%2049.924%2016%2016%22%3E%3Cpath%20d%3D%22M77.074%2049.924c-4.41%200-8%203.59-8%208s3.59%208%208%208%208-3.59%208-8-3.588-8-8-8zm-6.576%208c2.995%200%205.42%202.885%205.472%206.465-3.1-.533-5.472-3.22-5.472-6.466zm6.576%201.096c-.606%200-1.096-.49-1.096-1.096s.49-1.096%201.096-1.096%201.096.49%201.096%201.096-.49%201.096-1.096%201.096zm1.105%205.37c.05-3.58%202.476-6.466%205.47-6.466%200%203.247-2.37%205.933-5.47%206.465zM70.9%2055.73c.91-2.547%203.32-4.384%206.175-4.384%202.853%200%205.264%201.837%206.173%204.384H70.9z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain
}

.ie8 #meta-navigation .nav li a .icon.icon--testdrive.icon--testdrive {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAATpJREFUOI2N00su5FEUBvBfiqZYQsdMTJCuVGIDBm0g9mCEsUcMiEhsQBCPYGALDEkEAwsgESygWyKMtFeHMvifv1ylSnzJGdzz+M537rmXzyhjDZd4CrvAKko18t/Rgk1U8AfrGMM4NvAXr0FerFV8hEeM4keNBk2YCEUH1SSbUdz7lcRAH55DCbKZK8H+XUzJxik1YgT/cIyebxLk4w6T3Xaljj2E1Yufk11KveKfaPsi56kQkibRgbkozFFAQ3K+xyzaMR0kLmQ7z1HGTd4h6X6NX0neFs5gBVc+7n6ghty+JF4MwkWy5/nq8xoPk+Ldqtg0XtCdO9ZC6u8kaSghGEz8/bKHtJQyFrEfgak4lxOCTrRiBv+xh+YqVYpYDmk32EkItnEbsQXZv6iLrkg6xV3YCeZDyQe8AZEKcTEqE8D1AAAAAElFTkSuQmCC)
}

#meta-navigation .nav li a .icon.icon--configurator.icon--configurator, .touch.lap #meta-navigation .nav li a .icon.icon--configurator.icon--configurator {
    width: 16px;
    height: 16px;
    margin: 0;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAAM1BMVEUAAAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQHQl3OTAAAAEHRSTlMAwGCAUPCwoDAQ4EDQkCBw22ryGQAAAIFJREFUGNN1jUkSxCAMA2WzhCXJ6P+vHQSkckqfXA12A+hGB5zWsQkkzUiGx0Ru4hb15OasEJ5JHr0fJLOXYThwlAKf35YxXOQFkxqLSQ3NaqbfKgXpJDNrN9ngKTkaecsUpTQoptS610JoVEMmky9ZpmaPNt+j54qHY996iQp/8gdQhggFRduguAAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain
}

@media screen and (min-width: 300px) {
    li.form-step {
        float: left;
        display: block;
        height: 30px;
        background: url(http://www.kia.com/eu/common/img/sprite_general.png) no-repeat 0 -360px;
        padding: 8px 0 0 45px;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: bold;
        color: #b0b0b0;
        list-style-type: none;
        line-height: 1.5
    }

    li.form-step.active {
        color: #b3000f
    }

    li.form-step.clickable[data-is-active="false"] a {
        cursor: pointer;
        color: #b3000f;
        pointer-events: auto
    }

    li.form-step.clickable[data-is-active="false"] span.step-number {
        text-decoration: underline
    }

    li.form-step.clickable[data-is-active="false"] span.step-text {
        text-decoration: underline
    }

    li.form-step[data-is-active="true"] a {
        pointer-events: none;
        cursor: default
    }

    li.form-step[data-is-active="false"] a {
        pointer-events: none;
        cursor: default;
        color: grey
    }

    span.step-number {
        float: left;
        left: -60px;
        position: relative
    }

    span.step-text {
        display: none;
        float: left
    }

    .hide {
        display: none
    }
}

@media screen and (min-width: 720px) {
    .form-navigation {
        height: 30px;
        margin-bottom: 0;
        margin-left: 0;
        padding: 0 10px
    }

    li.form-step {
        list-style-type: none !important;
        padding-right: 30px;
        display: block
    }

    span.step-number {
        float: left;
        left: 0;
        position: static
    }

    span.step-text {
        display: block;
        float: left
    }

    li.form-step:first-child {
        background-image: none
    }
}

@media screen and (max-width: 480px) {
    .bbpreiszubehoerliste .colRight {
        float: none
    }

    .bbpreiszubehoerliste .itemWrapper .item.zubehoer {
        float: none;
        width: 100%
    }
}

@media screen and (min-width: 320px)and (max-width: 640px) {
    .bbpreiszubehoerliste .itemWrapper .item.zubehoer {
        float: none !important;
        width: 100% !important
    }

    .bbpreiszubehoerliste .itemWrapper .item.preisliste {
        float: none !important
    }

    .bbpreiszubehoerliste .colRight {
        float: none !important;
        margin-left: 0 !important
    }
}

#header #main-navigation > .nav > li > .subnavigation > ul.nav li > .model-navigation-image a:hover {
    background-color: #fff !important;
    color: #727272 !important
}

ul#language {
    margin-right: 20px !important;
    padding-left: 1px !important
}

#header #main-navigation > .nav > li > .subnavigation > ul.nav li .model-navigation-image {
    padding-right: 13px !important
}

.chosen-container .chosen-drop .chosen-results {
    max-height: 100px
}

#teaser.normal {
    position: absolute;
    top: -80px
}

#teaser {
    position: fixed;
    height: 80px;
    min-width: 370px;
    display: block;
    color: #fff;
    font-size: 28px;
    bottom: 0;
    right: 20px;
    z-index: 100;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-border-top-left-radius: 9px;
    border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 9px;
    border-top-right-radius: 9px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #414435;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(-45deg, #414435 0, #000 50%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #414435), color-stop(50%, #000));
    background: -webkit-linear-gradient(-45deg, #414435 0, #000 50%);
    background: -o-linear-gradient(-45deg, #414435 0, #000 50%);
    background: -ms-linear-gradient(-45deg, #414435 0, #000 50%);
    background: linear-gradient(135deg, #414435 0, #000 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414435', endColorstr='#000000', GradientType=1)
}

#teaser #description.permanent {
    opacity: 1 !important
}

#teaser #description {
    display: block;
    min-width: 370px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 7;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#teaser #description .contentText {
    margin: 6px 0 0 13px
}

#teaser .contentText {
    float: left;
    font-family: NeoSansProBold;
    font-size: 18px;
    margin: 16px 0 0 21px
}

#teaser #description .title {
    font-family: NeoSansProBold, Arial;
    font-size: 16px;
    color: #fff;
    display: block
}

#teaser #description .title a, #teaser #description .more a {
    color: #fff
}

#teaser #description .date {
    font-family: NeoSansProBold, Arial;
    font-size: 16px;
    line-height: 21px;
    color: #bd1125;
    float: left;
    margin-right: 5px
}

#teaser #description .more {
    font-family: NeoSansProRegular, Arial;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    float: left
}

@media only screen and (min-width: 200px)and (max-width: 481px) {
    #teaser {
        display: none !important
    }

    .grid.grid-fix .kia-expand-img {
        display: none
    }
}

@media only screen and (min-width: 481px)and (max-width: 1024px) {
    #header #meta-navigation ul#language > li:first-child a {
        padding: 1px !important;
        margin-right: 0 !important
    }

    ul#language {
        margin-right: 0 !important;
        padding-left: 1px !important
    }
}

.overlayWrapper {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100;
    background: RGBA(0, 0, 0, .3);
    display: none
}

.overlay {
    width: 25%;
    margin: 0 auto;
    margin-top: 100px;
    background: #fff;
    padding: 20px;
    border: 5px solid #ddd;
    position: relative
}

.overlay p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px
}

#searchpage + div ul.list > li a {
    word-break: break-all
}

@media only screen and (min-width: 481px) {
    .kia-expand-img {
        margin-right: 20px
    }

    .kia-expand-img-wrapper {
        float: left;
        text-align: right
    }
}

.svg-wrapper {
    display: none
}

span.clear {
    display: block;
    clear: both
}

@media only screen and (min-width: 481px) {
    .kia-expand-img {
        margin-right: 20px
    }

    .kia-expand-img-wrapper {
        float: left;
        text-align: right
    }
}

.callToAction li.headerNavBrochure a {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAASlJREFUOI2t0r0rhmEUBvBfyMKC8m4kTAb/ADMTC0kxGIxvkshskVL+CFKy+Ur5KgaDwqaMZLAog8iLx/DcT71uXh/l1Ol5Ovc5132d67rLMYtaXOHZz1GFHgxhH5KQT9jEKHLRUC7UN/BYNKMYoDhfsYxmHOOtRF9JgATn6PjmPIGyALKIs1/sn+AQa1khA6jEBNowg+to8AKTaME8qrODivAdCHmDFRwFsCy20YoTqWOfaPVLVd6TCviVBs9Yx2Bg+0HEh3BzLxqxFAHMoUHq/RYKMcAx7sP/nfRRFQNchksS3EoF/+DCLtrRhwPUR2vmsIpudIocy3Z8wQ5GsBAxGEc+MP3/hzQdmv8Sp5iKi40YCxq8RAwKUovzUjd+jDp0oQnDqCnV+A682n2cJ5DRlwAAAABJRU5ErkJggg==);
    background-position: 0
}

.callToAction li.headerNavTestdrive a {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAATpJREFUOI2N00su5FEUBvBfiqZYQsdMTJCuVGIDBm0g9mCEsUcMiEhsQBCPYGALDEkEAwsgESygWyKMtFeHMvifv1ylSnzJGdzz+M537rmXzyhjDZd4CrvAKko18t/Rgk1U8AfrGMM4NvAXr0FerFV8hEeM4keNBk2YCEUH1SSbUdz7lcRAH55DCbKZK8H+XUzJxik1YgT/cIyebxLk4w6T3Xaljj2E1Yufk11KveKfaPsi56kQkibRgbkozFFAQ3K+xyzaMR0kLmQ7z1HGTd4h6X6NX0neFs5gBVc+7n6ghty+JF4MwkWy5/nq8xoPk+Ldqtg0XtCdO9ZC6u8kaSghGEz8/bKHtJQyFrEfgak4lxOCTrRiBv+xh+YqVYpYDmk32EkItnEbsQXZv6iLrkg6xV3YCeZDyQe8AZEKcTEqE8D1AAAAAElFTkSuQmCC);
    background-position: 0
}

.callToAction li.headerNavConfigurator a {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAAM1BMVEUAAAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQHQl3OTAAAAEHRSTlMAwGCAUPCwoDAQ4EDQkCBw22ryGQAAAIFJREFUGNN1jUkSxCAMA2WzhCXJ6P+vHQSkckqfXA12A+hGB5zWsQkkzUiGx0Ru4hb15OasEJ5JHr0fJLOXYThwlAKf35YxXOQFkxqLSQ3NaqbfKgXpJDNrN9ngKTkaecsUpTQoptS610JoVEMmky9ZpmaPNt+j54qHY996iQp/8gdQhggFRduguAAAAABJRU5ErkJggg==");
    background-position: 0
}

.callToAction li.headerNavDealer a {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAQCAYAAADAvYV+AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAONJREFUKJGFkL1KQ0EQRs/RdIoQwdjYWMVakiewTGPeI5UvYOUDCNZ21vbBvICdaewD4YYUggkiKYw2uzqsNzowsPN9h50f+Ykt4AzopPcjMALWFHGijtXPIp+AdgQP1aoGzDkFWgCoN8H4UB/UUXpn/TrD0ywCvdDxPMCTDK+TMC4XUZ+Tt8oXmCVvt2SDVmX4PgnHwCWwDTTUK+AoeZnhQJ2H+V7VRagrYD+27G86XbH09zJ3NfDtLzCM8xLAOdDcBANchPaDv0CAPfVdXQI7pdko6gUwBFbA238/A3SB0zrjC4V3S1TrpqY+AAAAAElFTkSuQmCC);
    background-position: 0
}

a.footer-social-icons {
    width: 25px;
    height: 25px;
    display: block;
    padding: 1px;
    margin-right: 4px;
    border: 1px solid #adafb3;
    background: #fcfcfc;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fcfcfc 0, #c9cbcc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #c9cbcc));
    background: -webkit-linear-gradient(top, #fcfcfc 0, #c9cbcc 100%);
    background: -o-linear-gradient(top, #fcfcfc 0, #c9cbcc 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0, #c9cbcc 100%);
    background: linear-gradient(to bottom, #fcfcfc 0, #c9cbcc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#c9cbcc', GradientType=0);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

a.footer-social-icons .image {
    width: 22px;
    height: 20px;
    padding-top: 2px;
    text-align: center;
    background: #fefefe;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fefefe 0, #c9cbcc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #c9cbcc));
    background: -webkit-linear-gradient(top, #fefefe 0, #c9cbcc 100%);
    background: -o-linear-gradient(top, #fefefe 0, #c9cbcc 100%);
    background: -ms-linear-gradient(top, #fefefe 0, #c9cbcc 100%);
    background: linear-gradient(to bottom, #fefefe 0, #c9cbcc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#c9cbcc', GradientType=0)
}

.svg-wrapper {
    display: none
}

span.clear {
    display: block;
    clear: both
}

@media screen and (min-width: 320px)and (max-width: 380px) {
    .social-add-on.social-add-on--facebook.soft-half--sides.bg--white {
        height: 300px !important
    }

    .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
        height: 300px !important;
        margin-left: -2px
    }
}

.venga-garantie {
    overflow: hidden
}

.left-pannel-venga {
    display: block;
    width: 62%;
    margin: 0;
    padding: 20px;
    float: left;
    min-height: 190px
}

.right-pannel-venga {
    height: 188px;
    overflow: initial;
    padding: 30px;
    display: block;
    width: 36%;
    margin: 0;
    padding: 20px;
    float: right;
    min-width: 190px
}

@media screen and (min-width: 640px)and (max-width: 900px) {
    .left-pannel-venga {
        min-height: 305px
    }

    .right-pannel-venga {
        min-height: 305px
    }
}

@media screen and (min-width: 640px)and (max-width: 1024px) {
    li.tabletsOnly {
        display: block
    }

    li.flyOutIndicator > a:after {
        opacity: 1 !important
    }
}

@media screen and (min-width: 320px)and (max-width: 640px) {
    .left-pannel-venga {
        width: 100%
    }

    .right-pannel-venga {
        width: 100%;
        margin-top: 15px
    }

    li.tabletsOnly {
        display: none
    }
}

.sessionset .zopim {
    display: none
}

#header #meta-navigation .nav li a .icon, #header-mobile #meta-navigation .nav li a .icon {
    top: -1px !important
}

a.footer-social-icons .image img {
    vertical-align: initial
}

ul.nav.flush > li img {
    vertical-align: initial
}

#main-navigation li .subnavigation li .model-tagline .versionPriceMonthly {
    font-size: 11px;
    font-weight: normal;
    display: block;
    text-transform: none
}

.promoPage {
    padding-bottom: 0;
    margin-top: 20px;
    border: 6px solid #f0f0f0
}

.promoPage .redFont {
    color: #c03 !important
}

.promoPage .blackFont {
    color: #000 !important
}

.promoPage > div {
    margin-bottom: 25px;
    font-family: NeoSansProRegular;
    color: #000
}

.promoPage h3 {
    text-transform: uppercase;
    font-family: NeoSansProMedium
}

.promoPage .headlines {
    position: relative;
    margin: -20px -20px 0;
    padding: 20px;
    background: -moz-linear-gradient(top, #cecece 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cecece), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, #cecece 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, #cecece 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, #cecece 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #cecece 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cecece', endColorstr='#00ffffff', GradientType=0)
}

.promoPage .headlines h1 {
    color: #000;
    font-size: 32px;
    font-family: NeoSansProMedium
}

.promoPage .headlines .lEdit {
    font-family: NeoSansProMedium;
    color: #c03;
    font-size: 22px;
    margin: 0
}

.promoPage .visuals {
    padding: 20px;
    margin-bottom: 5px
}

.promoPage .revoo {
    width: 220px
}

.promoPage .sideBar {
    position: absolute;
    right: 20px
}

.promoPage .sideBar .priceTag, .promoPage .sideBar-mobile .priceTag {
    margin-top: 72px;
    border: 2px solid #acacac;
    padding: 20px;
    width: 220px;
    background: #f0f0f0
}

.promoPage .sideBar .priceTag .price .from, .promoPage .sideBar-mobile .priceTag .price .from {
    font-family: NeoSansProMedium
}

.promoPage .sideBar .priceTag .price > span, .promoPage .sideBar-mobile .priceTag .price > span {
    display: block
}

.promoPage .sideBar .priceTag .price > span.price, .promoPage .sideBar-mobile .priceTag .price > span.price {
    color: #c03;
    font-family: NeoSansProMedium
}

.promoPage .sideBar .priceTag .price.price1 .price, .promoPage .sideBar-mobile .priceTag .price.price1 .price {
    font-size: 32px
}

.promoPage .sideBar .priceTag .price.price2 .price, .promoPage .sideBar-mobile .priceTag .price.price2 .price {
    font-size: 21px
}

.promoPage .sideBar .priceTag .price.price3 .price, .promoPage .sideBar-mobile .priceTag .price.price3 .price {
    font-size: 21px
}

.promoPage .sideBar .priceTag .cta-link, .promoPage .sideBar-mobile .priceTag .cta-link {
    margin-top: 15px
}

.promoPage .sideBar .priceTag .cta-link a, .promoPage .sideBar-mobile .priceTag .cta-link a {
    font-family: NeoSansProMedium;
    color: #000;
    background: url(http://www.kia.com/eu/responsive/img/arrow_red.png) no-repeat left;
    padding-left: 15px
}

.promoPage .sideBar-mobile {
    display: none
}

.promoPage .sideBar-mobile .priceTag {
    padding: 5px 5px;
    margin: 0;
    width: 70%;
    float: left;
    border: none;
    margin-bottom: 10px;
    background: transparent
}

.promoPage .sideBar-mobile .revoo {
    width: 30%;
    float: left;
    padding: 5px;
    margin-bottom: 10px
}

.promoPage .sideBar-mobile .cta-link-mobile {
    clear: both
}

.promoPage .sideBar-mobile .cta-link-mobile a {
    font-size: 12px;
    color: #000;
    font-family: neosanspromedium;
    padding: 10px;
    width: 100%;
    display: block;
    margin-top: 10px;
    padding-left: 40px;
    text-transform: uppercase;
    background: #bababa url(http://www.kia.com/eu/responsive/img/arrow_red.png) no-repeat 20px 50%;
    margin-bottom: -10px
}

.promoPage .cta-space {
    overflow: auto
}

.promoPage .cta-space .cta {
    text-transform: uppercase;
    width: 24%;
    margin: .5%;
    background: #c03;
    color: #fff;
    padding: 10px;
    text-align: center;
    float: left;
    font-size: 12px;
    font-family: NeoSansProMedium
}

.promoPage .cta-space .cta img.icons {
    display: inline-block;
    padding: 0 5px 0 0;
    vertical-align: bottom;
    fill: #fff !important
}

.promoPage .feature-highlights {
    color: #000
}

.promoPage .feature-highlights ul {
    padding-left: 20px
}

.promoPage .price-table {
    overflow: auto
}

.promoPage .price-table .singleCell {
    width: 20%;
    float: left
}

.promoPage .price-table .singleCell > div {
    padding: 10px;
    text-align: center
}

.promoPage .price-table .singleCell .upper {
    background-color: #f0f0f0;
    font-family: NeoSansProMedium;
    height: 60px;
    border-bottom: 2px solid #bababa
}

.promoPage .price-table .singleCell .lower {
    background-color: #e7e7e7
}

.promoPage .price-table .singleCell .lower.higlight {
    color: #c03;
    font-family: NeoSansProMedium
}

.promoPage .price-table-extra {
    background: #f0f0f0;
    overflow: auto;
    padding: 20px
}

.promoPage .price-table-extra .lhs {
    width: 60%;
    float: left
}

.promoPage .price-table-extra .lhs .description, .promoPage .price-table-extra .lhs .price {
    width: 60%;
    float: left;
    padding: 5px
}

.promoPage .price-table-extra .lhs .price {
    width: 40%;
    text-align: right
}

.promoPage .price-table-extra .lhs .bold > div {
    font-family: NeoSansProMedium
}

.promoPage .price-table-extra .rhs {
    width: 30%;
    padding: 10px;
    float: right;
    border: 2px solid #acacac;
    background: #e7e7e7;
    font-family: NeoSansProMedium
}

.promoPage .price-table-extra .rhs .price {
    font-size: 18px;
    text-align: right;
    color: #c03
}

.promoPage .alsoAvailable {
    margin: 0 -20px 0;
    background: #f0f0f0;
    padding: 20px;
    overflow: auto;
    font-family: NeoSansProMedium
}

.promoPage .alsoAvailable h3 {
    color: #333
}

.promoPage .alsoAvailable .models {
    width: 33.333%;
    float: left
}

.promoPage .alsoAvailable .models .descript {
    font-size: 16px
}

.promoPage .alsoAvailable .models .descript > div {
    padding: 10px 0 0
}

.promoPage .alsoAvailable .models .price > span {
    color: #c03
}

.promoPage .alsoAvailable .models .description {
    text-transform: uppercase;
    color: #333
}

@media (max-width: 767px)and (min-width: 320px) {
    .promoPage {
        padding: 0
    }

    .promoPage > div {
        padding: 0 20px
    }

    .promoPage h1 {
        font-size: 18px !important;
        margin: -10px 0 5px
    }

    .promoPage > div {
        margin-bottom: 15px
    }

    .promoPage .headlines {
        margin: 0
    }

    .promoPage .headlines .lEdit {
        font-size: 17px
    }

    .promoPage .headlines .sideBar {
        display: none
    }

    .promoPage .sideBar-mobile {
        display: block
    }

    .promoPage .cta-space {
        clear: both
    }

    .promoPage .cta-space .cta {
        width: 100%;
        margin: 2px 0;
        text-align: left;
        padding-left: 20px
    }

    .promoPage .feature-highlights {
        font-size: 12px
    }

    .promoPage .price-table .singleCell {
        float: none;
        width: 100%
    }

    .promoPage .price-table .singleCell > .upper, .promoPage .price-table .singleCell > .lower {
        width: 50%;
        float: left;
        height: 60px;
        border-bottom: 2px solid #bababa;
        font-size: 12px
    }

    .promoPage .price-table .singleCell:last-child > .upper, .promoPage .price-table .singleCell:last-child > .lower {
        border-bottom: none
    }

    .promoPage .price-table-extra {
        padding: 10px;
        margin: 0 20px 20px
    }

    .promoPage .price-table-extra > .lhs, .promoPage .price-table-extra > .rhs {
        overflow: auto;
        width: 100%;
        float: none;
        font-size: 10px
    }

    .promoPage .price-table-extra .single .description {
        width: 70%
    }

    .promoPage .price-table-extra .single .price {
        width: 30%
    }

    .promoPage .alsoAvailable {
        padding: 10px;
        margin: 0
    }

    .promoPage .alsoAvailable .models {
        width: 100%;
        margin: 0 0 10px;
        float: none;
        overflow: auto;
        background: #fff
    }

    .promoPage .alsoAvailable .models .image, .promoPage .alsoAvailable .models .descript {
        width: 50%;
        float: left
    }

    .promoPage .alsoAvailable .models .image .description, .promoPage .alsoAvailable .models .descript .description {
        font-size: 14px
    }

    .promoPage .alsoAvailable .models .image .price, .promoPage .alsoAvailable .models .descript .price {
        font-size: 12px
    }
}

.home-page .container.royalslider.royalSlider.rsDefault.rsAutoHeight.rsHor {
    opacity: 0
}

.home-page .container.island.bg--grey-light.push--ends.palm-push-double--bottom.soft-half--bottom {
    opacity: 0
}

.home-page .container.island.bg--grey-light.push--ends.hard--bottom {
    opacity: 0
}

.home-page .container.island.bg--grey-light {
    opacity: 0
}

li.flyOutIndicator > a:after {
    background: url("http://www.kia.com/eu/responsive/img/arrows_flyOut.png") center no-repeat;
    background-position: 0 0;
    background-size: 5px 14px;
    content: '';
    position: absolute;
    height: 7px;
    width: 7px;
    right: 10px;
    top: 9px;
    opacity: 0
}

li.flyOutIndicator:Hover > a:after {
    background-position: 0 100%
}

.ios .iPhoneTellNumber {
    color: #bb162b
}

.ios .iPhoneTelBlack {
    color: #000
}

html.overlayActive {
    overflow: hidden
}

.formPopUpOverlay {
    position: fixed;
    display: none;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99999
}

.formPopUpOverlay .formContainer {
    padding: 50px 20px 50px;
    width: 1000px;
    background-color: #fff;
    margin: 5% auto;
    height: 80%;
    position: relative
}

.formPopUpOverlay .formContainer .closeBtn {
    position: absolute;
    padding: 10px;
    font-family: NeoSansProMedium;
    top: 0;
    cursor: pointer;
    font-size: 13px;
    color: #000;
    text-transform: uppercase
}

.formPopUpOverlay .formContainer .closeBtn.text:before {
    content: ' ';
    background: url(http://www.kia.com/eu/responsive/img/arrow_red.png) 0 -1px;
    height: 12px;
    width: 9px;
    display: inline-block;
    margin-right: 12px;
    transform: rotate(180deg)
}

.formPopUpOverlay .formContainer .closeBtn.image {
    top: -25px;
    right: -25px
}

.formPopUpOverlay .formContainer .closeBtn.text {
    display: none
}

.iframeContent {
    height: 95%
}

@media screen and (max-width: 1024px)and (min-width: 768px) {
    .formPopUpOverlay .formContainer {
        width: 100%;
        margin: 0;
        height: 100%
    }

    .formPopUpOverlay .formContainer .closeBtn.image {
        display: none
    }

    .formPopUpOverlay .formContainer .closeBtn.text {
        display: block
    }

    .iframeContent {
        margin-top: 50px
    }
}

@media screen and (max-width: 768px) {
    .formPopUpOverlay .formContainer {
        padding: 50px 10px 20px;
        width: 100%;
        margin: 0;
        height: 100%
    }

    .formPopUpOverlay .formContainer .closeBtn.text {
        display: block
    }

    .formPopUpOverlay .formContainer .closeBtn.image {
        display: none
    }
}

input[type="search"].gm-routes__input {
    width: 100%;
    height: 31px;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0;
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    -ms-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    -o-box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .15) inset;
    box-sizing: border-box;
    -webkit-appearance: none
}

.dealerlist__nearest-dealers__infobox {
    position: relative;
    padding: 20px 20px 20px 45px;
    border-bottom: 1px solid #d4d4d4
}

.dealerlist__nearest-dealers__infobox-amount {
    display: block;
    margin-bottom: 3px;
    color: #000;
    font-weight: normal
}

.dealerlist__nearest-dealers__infobox-icon {
    display: inline-block;
    top: 20px;
    left: 20px;
    width: 12px;
    height: 17px;
    margin-left: 0;
    margin-top: 0;
    background-position: -270px -960px;
    background-size: 500px 1200px
}

.dealerlist__nearest-dealers__infobox-location {
    color: #bb162b;
    background: #fff;
    font-weight: bold
}

.df__routes__target-location {
    position: relative
}

.df__routes__target-location:before {
    content: '';
    z-index: 100;
    position: absolute;
    top: -22px;
    left: 0;
    height: 16px;
    width: 20px;
    padding: 0;
    background: url("http://www.kia.com/eu/responsive/img/dealerfinder/omnibox-sprite-2x.png");
    background-size: 20px 100px;
    background-position: 0 68px
}

h4.df__routes__target-location-name {
    padding: 0;
    margin: 0
}

.gm-routes__panel .adp-list {
    padding: 0 20px
}

.gm-routes__panel .adp-summary {
    padding: 0 20px
}

.gm-routes__panel .adp-placemark {
    margin: 0
}

.gm-routes__panel img.adp-marker {
    max-width: none
}

.gm-routes__panel .adp-legal {
    padding: 0 20px
}

.gm-routes__panel .adp-placemark td {
    padding: 10px 0 0 10px
}

.gm-routes__panel .adp-placemark td.adp-text {
    padding: 0 0 0 10px
}

.gm-routes__panel .adp-substep {
    word-wrap: break-word;
    white-space: pre-wrap;
    white-space: pre-line;
    white-space: -moz-pre-wrap
}

.mobile .df__home-explanation.icon--df__marker .icon {
    display: none
}

@media only screen and (min-width: 320px)and (max-width: 564px) {
    .contacto-radio ul > li {
        display: block !important;
        margin-bottom: 10px
    }
}

.df__dealertype > .checker + img {
    vertical-align: top;
    display: inline-block
}

.dealer_detail_icon > img {
    vertical-align: top;
    padding-right: 5px
}

.dealer_detail_icon {
    display: block;
    margin: 14px 0
}

@media screen and (min-width: 320px)and (max-width: 640px) {
    .df__filter > section.df__dealertypes {
        clear: both;
        margin-top: 40px !important
    }

    .df__filter > a.df__filter-link {
        margin-left: 20px
    }
}

.cookiedialog {
    opacity: 0
}

.cookiedialog.translate3d {
    opacity: 1
}

.embedded-reevoo-html .pagination a {
    letter-spacing: normal
}

.embedded-reevoo-html .decorated select {
    display: block !important
}

.embedded-reevoo-html .decorated .chosen-container {
    display: none
}

.clearBoth {
    clear: both
}

.clearFix {
    clear: both;
    display: block;
    content: ''
}

.promoContainer {
    margin-top: 30px;
    background: #f2f2f2;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px 27px 20px;
    box-sizing: border-box
}

.promoContainer h1 {
    margin: 0;
    font-size: 36px;
    color: #727272;
    text-transform: uppercase;
    font-family: NeoSansProLight;
    margin-bottom: 34px
}

.promoContainer .modelContainer {
    width: 31.33333%;
    margin-right: 2%;
    float: left;
    margin-bottom: 10px;
    position: relative
}

.promoContainer .modelContainer:nth-child(3n) {
    margin-right: 0
}

.promoContainer .modelContainer .model_name {
    position: absolute;
    background: url("http://www.kia.com/eu/responsive/img/promo/letter_bg.png") no-repeat top left;
    width: 100%;
    top: 0;
    left: 0
}

.promoContainer .modelContainer .model_name span {
    display: block;
    height: 43px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: NeoSansProMedium;
    color: #fff;
    padding: 5px 10px
}

.promoContainer .modelContainer .model_thumb img {
    width: 100%;
    height: auto;
    box-shadow: 1px 1px 5px rgba(17, 14, 18, .5)
}

#bgDealername {
    overflow: hidden;
    width: 100%;
    height: 24px;
    left: 0;
    z-index: 0;
    top: -24px;
    background: #5c5c5c
}

h1.dealerTitle {
    color: #fff;
    padding-top: 5px;
    padding-left: 16.5%;
    text-transform: uppercase;
    font-family: 'NeoSansProMedium';
    font-size: 12px
}

@media (max-width: 768px) {
    .promoContainer {
        width: 100%;
        padding: 15px 10px 10px 20px
    }

    .promoContainer h1 {
        font-size: 22px;
        margin-bottom: 15px
    }

    .promoContainer .modelContainer {
        width: 100%;
        float: none;
        clear: both;
        margin: 0;
        margin-bottom: 10px;
        overflow: auto;
        background: #fff;
        box-shadow: 1px 1px 2px rgba(17, 14, 18, .4)
    }

    .promoContainer .modelContainer > .model_name, .promoContainer .modelContainer > .model_thumb {
        float: left;
        width: 50%;
        background: none
    }

    .promoContainer .modelContainer > .model_name {
        position: relative
    }

    .promoContainer .modelContainer > .model_name span {
        color: #000;
        font-size: 16px
    }

    .promoContainer .modelContainer > .model_thumb img {
        box-shadow: none
    }
}

.promoContainer_single {
    max-width: 980px;
    background: #f3f3f3;
    padding: 10px;
    margin: 0 auto;
    font-family: NeoSansProRegular;
    margin-top: 60px
}

.promoContainer_single h1, .promoContainer_single h2, .promoContainer_single h4, .promoContainer_single h3, .promoContainer_single h6 {
    font-weight: normal;
    font-family: NeoSansProMedium
}

.promoContainer_single span.small {
    font-family: NeoSansProRegular;
    font-size: 12px
}

.promoContainer_single .middify {
    width: 980px;
    margin: 0 auto
}

.promoContainer_single > div {
    background: #fff;
    margin-bottom: 10px
}

.promoContainer_single > div:last-child {
    margin-bottom: 0
}

.promoContainer_single .splash {
    position: relative
}

.promoContainer_single .splash .heading {
    padding: 30px 0 0 50px;
    background: url("http://www.kia.com/eu/responsive/img/promo/gradient_promo.png") repeat-x;
    height: 100px;
    box-sizing: content-box
}

.promoContainer_single .splash .heading h1 {
    font-size: 32px;
    margin: 0 0 10px;
    color: #000
}

.promoContainer_single .splash .heading h4 {
    font-size: 22px;
    color: #c03;
    margin: 0
}

.promoContainer_single .splash .mainImage {
    padding-left: 80px
}

.promoContainer_single .splash .price_details {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    font-family: NeoSansProMedium
}

.promoContainer_single .splash .price_details .price {
    height: 240px;
    width: 404px;
    background: url("http://www.kia.com/eu/responsive/img/promo/pricing_module.png") no-repeat top right;
    box-sizing: border-box;
    padding: 30px 50px 0 70px
}

.promoContainer_single .splash .price_details .price > div {
    clear: both;
    color: #fff;
    margin-bottom: 5px;
    overflow: auto
}

.promoContainer_single .splash .price_details .price > div > span {
    display: block;
    float: left
}

.promoContainer_single .splash .price_details .price > div > span.red {
    color: #c03
}

.promoContainer_single .splash .price_details .price > div > span:last-child {
    float: right
}

.promoContainer_single .splash .price_details .price > div.rightAlign {
    text-align: right;
    margin-top: -6px
}

.promoContainer_single .splash .price_details .price .catalogPrice, .promoContainer_single .splash .price_details .price .discount, .promoContainer_single .splash .price_details .price .tradeIn, .promoContainer_single .splash .price_details .price .rightAlign {
    font-size: 14px;
    font-family: NeoSansProRegular
}

.promoContainer_single .splash .price_details .finance {
    float: right;
    margin-top: 40px;
    width: 370px;
    height: 55px;
    background: url("http://www.kia.com/eu/responsive/img/promo/finance_module.png") no-repeat top right;
    box-sizing: border-box;
    padding: 20px 50px 0 36px
}

.promoContainer_single .splash .price_details .finance > span {
    display: block;
    float: left;
    color: #fff
}

.promoContainer_single .splash .price_details .finance > span:last-child {
    float: right
}

.promoContainer_single .splash .ctaSection {
    box-sizing: border-box;
    padding: 43px 30px 0 50px;
    font-size: 13px;
    font-family: NeoSansProMedium;
    text-transform: uppercase
}

.promoContainer_single .splash .ctaSection .ctaBtn {
    color: #c03;
    display: block;
    width: 18%;
    margin: 0 1%;
    float: left;
    height: 50px;
    background: url("http://www.kia.com/eu/responsive/img/promo/cta_bg.jpg") repeat-x top
}

.promoContainer_single .splash .ctaSection .ctaBtn:first-child {
    margin-left: 0
}

.promoContainer_single .splash .ctaSection .ctaBtn:nth-child(5) {
    margin-right: 0
}

.promoContainer_single .splash .ctaSection .ctaBtn > .text {
    padding-top: 0
}

.promoContainer_single .splash .ctaSection .ctaBtn > .text span {
    display: block;
    padding-left: 10px
}

.promoContainer_single .splash .ctaSection .ctaBtn > div {
    float: left;
    width: 68.75%
}

.promoContainer_single .splash .ctaSection .ctaBtn > div.icon {
    width: 50px;
    height: 60%;
    border-right: 1px solid #c03;
    margin-left: -1px;
    margin-top: 2px;
    background: none;
    position: relative
}

.promoContainer_single .splash .ctaSection .ctaBtn > div.icon img {
    display: block;
    margin-top: -6px
}

.promoContainer_single .splash .ctaSection .ctaBtn.brochure .icon {
    background-image: url(promo-icons/brochure.png)
}

.promoContainer_single .splash .ctaSection .ctaBtn.testDrive .icon {
    background-image: url(promo-icons/test-drive.png)
}

.promoContainer_single .splash .ctaSection .ctaBtn.dealer .icon {
    background-image: url(promo-icons/dealers.png)
}

.promoContainer_single .splash .ctaSection .ctaBtn.tradeIn .icon {
    background-image: url(promo-icons/trade-in.png)
}

.promoContainer_single .splash .ctaSection .ctaBtn.checkStock .icon {
    background-image: url(promo-icons/check-stock.png)
}

.promoContainer_single .splash .highlight-section {
    padding: 30px 47px 26px 49px;
    color: #333
}

.promoContainer_single .splash .highlight-section .red {
    color: #c03;
    font-family: NeoSansProMedium
}

.promoContainer_single .splash .highlight-section .black {
    color: #000;
    font-family: NeoSansProMedium
}

.promoContainer_single .splash .highlight-section .feature {
    float: left;
    width: 40%;
    margin-right: 15%;
    box-sizing: border-box
}

.promoContainer_single .splash .highlight-section .feature h2 {
    margin: 0;
    font-family: NeoSansProRegular;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 9px
}

.promoContainer_single .splash .highlight-section .feature h2 + div {
    font-size: 15px;
    line-height: 24px
}

.promoContainer_single .splash .highlight-section .feature ul {
    padding-left: 17px;
    font-size: 15px
}

.promoContainer_single .splash .highlight-section .feature ul li {
    padding-bottom: 10px
}

.promoContainer_single .splash .highlight-section .feature .total-advantage {
    padding: 11px 20px;
    margin-top: 23px;
    border: 2px solid #f3f3f3;
    margin-bottom: 10px;
    background: #f3f3f3;
    margin-left: -22px
}

.promoContainer_single .splash .highlight-section .feature .total-advantage > .roww > span {
    font-size: 15px
}

.promoContainer_single .splash .highlight-section .feature .total-advantage .roww:after {
    clear: both;
    display: block;
    content: ''
}

.promoContainer_single .splash .highlight-section .feature .total-advantage .roww > span {
    font-size: 14px;
    float: left;
    width: 60%;
    margin-bottom: 5px
}

.promoContainer_single .splash .highlight-section .feature .total-advantage .roww > span:last-child {
    width: 40%;
    text-align: right
}

.promoContainer_single .splash .highlight-section .feature .total-advantage h6 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 10px 0
}

.promoContainer_single .splash .highlight-section .side-description {
    float: left;
    width: 45%;
    padding-top: 28px
}

.promoContainer_single .splash .highlight-section .side-description h6 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 10px 0
}

.promoContainer_single .splash .highlight-section .side-description > .single {
    padding: 11px 20px;
    border: 2px solid #f3f3f3;
    margin-bottom: 5px
}

.promoContainer_single .splash .highlight-section .side-description > .single .roww:after {
    clear: both;
    display: block;
    content: ''
}

.promoContainer_single .splash .highlight-section .side-description > .single .roww > span {
    font-size: 14px;
    float: left;
    width: 60%;
    margin-bottom: 10px
}

.promoContainer_single .splash .highlight-section .side-description > .single .roww > span:last-child {
    width: 40%;
    text-align: right
}

.promoContainer_single .splash .highlight-section .side-description > .single.total-advantage {
    background: #f3f3f3
}

.promoContainer_single .splash .highlight-section .side-description > .single.total-advantage > .roww > span {
    font-size: 15px
}

.promoContainer_single .also-available {
    padding: 20px 50px 31px 49px;
    color: #424242
}

.promoContainer_single .also-available:after {
    clear: both;
    display: block;
    content: ''
}

.promoContainer_single .also-available h2 {
    font-size: 26px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 9px;
    font-family: NeoSansProRegular
}

.promoContainer_single .also-available .red {
    color: #c03
}

.promoContainer_single .also-available .model {
    width: 29.33%;
    float: left;
    margin-right: 6%
}

.promoContainer_single .also-available .model:last-child {
    margin-right: 0
}

.promoContainer_single .also-available .model img {
    width: 100%;
    height: auto;
    margin-bottom: 30px
}

.promoContainer_single .also-available .model .head {
    font-family: NeoSansProMedium;
    text-transform: uppercase;
    font-size: 18px
}

.promoContainer_single .also-available .model span.red {
    display: inline-block;
    padding-right: 10px;
    font-family: NeoSansProMedium
}

.promoContainer_single .also-available .model .row1, .promoContainer_single .also-available .model .row2 {
    font-size: 15px;
    margin-top: 5px
}

.promoContainer_single .partner {
    padding: 20px 50px 26px 49px;
    color: #424242
}

.promoContainer_single .partner:after {
    clear: both;
    display: block;
    content: ''
}

.promoContainer_single .partner h2 {
    font-size: 26px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 14px;
    font-family: NeoSansProRegular
}

.promoContainer_single .partner .warranty {
    width: 50%;
    float: left
}

.promoContainer_single .partner .warranty:after {
    clear: both;
    display: block;
    content: ''
}

.promoContainer_single .partner .warranty .thumb, .promoContainer_single .partner .warranty .description {
    float: left;
    width: 60%
}

.promoContainer_single .partner .warranty .thumb {
    width: 30%
}

.promoContainer_single .partner .warranty h6 {
    margin: 0;
    text-transform: uppercase;
    font-size: 18px
}

.promoContainer_single .partner .warranty p {
    font-size: 15px
}

.promoContainer_single .bottom-cta {
    padding: 20px 32px 4px 49px
}

.promoContainer_single .bottom-cta:after {
    clear: both;
    display: block;
    content: ''
}

.promoContainer_single .bottom-cta .ctaBtn {
    font-size: 13px;
    font-family: NeoSansProMedium;
    text-transform: uppercase;
    color: #c03;
    display: block;
    width: 31.333%;
    margin: 0 1%;
    float: left;
    height: 50px;
    background: url("http://www.kia.com/eu/responsive/img/promo/cta_bg.jpg") repeat-x top;
    margin-bottom: 15px
}

.promoContainer_single .bottom-cta .ctaBtn:first-child, .promoContainer_single .bottom-cta .ctaBtn:nth-child(4n) {
    margin-left: 0
}

.promoContainer_single .bottom-cta .ctaBtn > .text {
    padding-top: 13px;
    padding-left: 9px
}

.promoContainer_single .bottom-cta .ctaBtn > div {
    float: left;
    width: 68.75%
}

.promoContainer_single .bottom-cta .ctaBtn > div.icon {
    width: 50px;
    height: 60%;
    border-right: 1px solid #c03;
    margin-left: -1px;
    margin-top: 6px;
    background-image: none;
    position: relative
}

.promoContainer_single .bottom-cta .ctaBtn > div.icon img {
    display: block;
    margin-top: -6px
}

.promoContainer_single .bottom-cta .ctaBtn.brochure .icon {
    background-image: url(promo-icons/brochure.png)
}

.promoContainer_single .bottom-cta .ctaBtn.testDrive .icon {
    background-image: url(promo-icons/test-drive.png)
}

.promoContainer_single .bottom-cta .ctaBtn.dealer .icon {
    background-image: url(promo-icons/dealers.png)
}

.promoContainer_single .bottom-cta .ctaBtn.tradeIn .icon {
    background-image: url(promo-icons/trade-in.png)
}

.promoContainer_single .bottom-cta .ctaBtn.checkStock .icon {
    background-image: url(promo-icons/check-stock.png)
}

.promoContainer_single .disclaimer {
    padding: 20px 50px 13px 49px;
    color: #424242
}

.promoContainer_single .disclaimer h2 {
    font-size: 26px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 12px;
    font-family: NeoSansProRegular
}

.promoContainer_single .disclaimer p {
    font-size: 11px
}

@media (max-width: 768px) {
    .promoContainer_single {
        margin-top: 30px;
        padding: 5px
    }

    .promoContainer_single .splash .heading {
        height: auto;
        padding: 15px
    }

    .promoContainer_single .splash .heading h1 {
        font-size: 20px
    }

    .promoContainer_single .splash .heading h4 {
        font-size: 18px
    }

    .promoContainer_single .splash .mainImage {
        padding-left: 15px
    }

    .promoContainer_single .splash .mainImage img {
        max-width: 100%;
        height: auto;
        width: 85%;
        margin: 10px auto;
        display: block
    }

    .promoContainer_single .splash .price_details {
        position: relative;
        padding: 15px
    }

    .promoContainer_single .splash .price_details > div.price, .promoContainer_single .splash .price_details > div.finance {
        padding: 20px;
        float: none;
        background: #f3f3f3;
        width: 100%;
        font-size: 13px;
        height: auto;
        overflow: auto
    }

    .promoContainer_single .splash .price_details > div.price span, .promoContainer_single .splash .price_details > div.finance span {
        font-size: 13px
    }

    .promoContainer_single .splash .price_details > div.price > div, .promoContainer_single .splash .price_details > div.finance > div {
        color: #000
    }

    .promoContainer_single .splash .price_details > div.price {
        padding-bottom: 6px
    }

    .promoContainer_single .splash .price_details > div.price > div.rightAlign {
        font-size: 12px
    }

    .promoContainer_single .splash .price_details > div.finance {
        margin-top: 10px;
        padding: 15px 20px
    }

    .promoContainer_single .splash .price_details > div.finance span {
        color: #000;
        font-size: 13px
    }

    .promoContainer_single .splash .ctaSection {
        padding: 15px
    }

    .promoContainer_single .splash .ctaSection .ctaBtn {
        width: 100%;
        margin: 0 0 10px 0
    }

    .promoContainer_single .splash .ctaSection .ctaBtn > .text {
        padding-left: 9px;
        padding-top: 10px
    }

    .promoContainer_single .splash .ctaSection .ctaBtn > .text span {
        display: inline;
        padding: 0
    }

    .promoContainer_single .splash .highlight-section {
        padding: 5px
    }

    .promoContainer_single .splash .highlight-section .feature h2 {
        font-size: 23px;
        margin-bottom: 7px;
        padding: 0 9px
    }

    .promoContainer_single .splash .highlight-section .feature h2 + div {
        font-size: 12px;
        padding: 0 10px;
        line-height: 18px
    }

    .promoContainer_single .splash .highlight-section .feature .total-advantage {
        padding: 5px;
        margin: 10px 0;
        margin-top: 12px
    }

    .promoContainer_single .splash .highlight-section .feature .total-advantage h6 {
        font-size: 14px
    }

    .promoContainer_single .splash .highlight-section .feature .total-advantage .roww span {
        font-size: 13px
    }

    .promoContainer_single .splash .highlight-section > .feature, .promoContainer_single .splash .highlight-section > .side-description {
        width: 100%;
        padding: 0;
        float: none
    }

    .promoContainer_single .splash .highlight-section > .feature .single, .promoContainer_single .splash .highlight-section > .side-description .single {
        padding: 11px 8px
    }

    .promoContainer_single .splash .highlight-section > .feature .single .roww span, .promoContainer_single .splash .highlight-section > .side-description .single .roww span {
        font-size: 12px
    }

    .promoContainer_single .splash .highlight-section > .feature h6, .promoContainer_single .splash .highlight-section > .side-description h6 {
        font-size: 15px;
        line-height: 15px
    }

    .promoContainer_single .also-available {
        padding: 11px 15px 3px 15px
    }

    .promoContainer_single .also-available h2 {
        font-size: 23px
    }

    .promoContainer_single .also-available .models .model {
        margin-bottom: 15px;
        width: 100%;
        float: none;
        padding: 10px;
        border: 2px solid #f3f3f3;
        box-sizing: border-box;
        padding-bottom: 12px
    }

    .promoContainer_single .also-available .models .model .head {
        font-size: 14px
    }

    .promoContainer_single .also-available .models .model .row1 {
        font-size: 12px;
        margin-top: 4px;
        line-height: 12px
    }

    .promoContainer_single .partner {
        padding: 15px
    }

    .promoContainer_single .partner h2 {
        font-size: 23px;
        line-height: 23px;
        margin-top: 2px;
        margin-bottom: 37px
    }

    .promoContainer_single .partner .warranty {
        float: none;
        width: 100%;
        margin-bottom: 7px
    }

    .promoContainer_single .partner .warranty:last-child {
        margin-bottom: 0
    }

    .promoContainer_single .partner .warranty .thumb {
        width: 33%
    }

    .promoContainer_single .partner .warranty .thumb img {
        max-width: 100%;
        height: auto;
        width: 100%
    }

    .promoContainer_single .partner .warranty .description {
        float: right
    }

    .promoContainer_single .partner .warranty .description h6 {
        font-size: 16px;
        margin-top: -5px
    }

    .promoContainer_single .partner .warranty .description p {
        font-size: 12px;
        line-height: 1em
    }

    .promoContainer_single .bottom-cta {
        padding: 15px;
        background: none
    }

    .promoContainer_single .bottom-cta .ctaBtn {
        width: 100%;
        float: none;
        margin: 0 0 10px 0
    }

    .promoContainer_single .bottom-cta .ctaBtn > .text {
        padding-top: 13px
    }

    .promoContainer_single .disclaimer {
        padding: 15px
    }

    .promoContainer_single .disclaimer h2 {
        font-size: 23px
    }
}

.nlForm button, .nlContact button {
    padding: 10px 20px;
    background: #c32931;
    color: #fff;
    border: none
}

.nlForm .frmGrp, .nlContact .frmGrp {
    margin-bottom: 10px
}

.nlForm .frmGrp > span, .nlContact .frmGrp > span {
    float: left;
    width: 15%;
    position: relative
}

.nlForm .frmGrp > span .styleChk, .nlContact .frmGrp > span .styleChk {
    height: 15px;
    width: 15px;
    border: 1px solid #666;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%
}

.nlForm .frmGrp > span .styleChk:after, .nlContact .frmGrp > span .styleChk:after {
    content: '';
    height: 15px;
    width: 15px;
    position: absolute
}

.nlForm .frmGrp > span input[type="checkbox"], .nlContact .frmGrp > span input[type="checkbox"] {
    visibility: hidden
}

.nlForm .frmGrp > span input[type="checkbox"]:checked + .styleChk:after, .nlContact .frmGrp > span input[type="checkbox"]:checked + .styleChk:after {
    background: url(http://www.kia.com/eu/responsive/img/nl_form_sprite.png) 89% -4% no-repeat
}

.nlForm .frmGrp > span:last-child, .nlContact .frmGrp > span:last-child {
    width: 85%
}

.nlForm .frmGrp > span p, .nlContact .frmGrp > span p {
    margin: 0 0 20px 0
}

.nlForm .submission {
    padding: 15px
}

.img-res {
    width: 100%
}

.cf:after {
    content: "";
    display: table;
    clear: both
}

.tabbed {
    display: none
}

.frmContainer {
    font-family: NeoSansProRegular;
    max-width: 950px;
    margin: 0 auto;
    padding: 15px;
    background: #f2f2f2;
    box-sizing: border-box
}

.frmContainer *, .frmContainer *:before, .frmContainer *:after {
    box-sizing: inherit
}

.frmContainer h1, .frmContainer h2, .frmContainer h3 {
    color: #666;
    margin: 0
}

.frmContainer h1 {
    font-family: NeoSansProMedium;
    text-transform: uppercase
}

.frmContainer h2 {
    font-family: NeoSansProLight;
    margin-bottom: 10px;
    text-transform: uppercase
}

.frmContainer h3 {
    color: #000;
    margin-bottom: 10px
}

.frmContainer .modelsWrapper {
    padding: 15px;
    background: #fff
}

.frmContainer .modelsWrapper .models {
    padding: 15px;
    width: 32.33333%;
    float: left;
    margin-right: 1.5%;
    background: #fafafa
}

.frmContainer .modelsWrapper .models:nth-child(3n) {
    margin-right: 0
}

.frmContainer .modelsWrapper .models .content .image, .frmContainer .modelsWrapper .models .content .options {
    float: left;
    width: 30%
}

.frmContainer .modelsWrapper .models .content .options {
    width: 70%;
    padding-left: 10px
}

.frmContainer .submission {
    margin-top: 20px
}

.frmContainer .submission .frmGrp > span {
    font-size: 14px;
    width: 2%
}

.frmContainer .submission .frmGrp > span:last-child {
    width: 70%;
    padding-left: 10px
}

.nlContact .contactClips {
    background: #fafafa;
    border: 2px solid #f2f2f2;
    padding: 15px;
    width: 49%;
    float: left;
    margin-right: 2%;
    padding-bottom: 30px;
    height: 450px
}

.nlContact .contactClips:last-child {
    margin-right: 0
}

.nlContact .contactClips .iconic {
    text-align: center;
    padding-top: 60px;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.nlContact .contactClips .iconic.contact1, .nlContact .contactClips .iconic.contact2 {
    position: relative
}

.nlContact .contactClips .iconic.contact1:after, .nlContact .contactClips .iconic.contact2:after {
    content: '';
    background: url(http://www.kia.com/eu/responsive/img/nl_form_sprite.png) 0% -4% no-repeat;
    height: 51px;
    width: 55px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.nlContact .contactClips .iconic.contact2:after {
    background: url(http://www.kia.com/eu/responsive/img/nl_form_sprite.png) 35% -1% no-repeat
}

.nlContact .contactClips button {
    width: 250px;
    margin: 0 auto;
    display: block;
    text-transform: uppercase
}

.nlContact .contactClips .contentic {
    margin: 15px 0 30px
}

.nlContact .contactClips .contentic + a {
    font-weight: normal;
    font-size: 14px
}

.nlContact .contactClips .contentic p {
    margin: 0 0 15px 0
}

.nlContact .contactClips .contentic p span {
    color: #c32931
}

@media screen and (max-width: 768px) {
    .mh {
        display: none !important
    }

    .frmContainer .modelsWrapper .models {
        margin: 0;
        float: none;
        width: 100%;
        margin-bottom: 10px
    }

    .nlContact {
        font-size: 14px
    }

    .nlContact .tabbed {
        display: block;
        margin-bottom: -15px;
        border: 2px solid #f2f2f2;
        border-bottom: none
    }

    .nlContact .tabbed > div {
        float: left;
        font-family: NeoSansProMedium;
        width: 50%;
        padding: 10px;
        padding-left: 50px;
        font-size: 14px;
        background-color: #fafafa;
        border-bottom: 2px solid #f2f2f2;
        background-repeat: no-repeat;
        background-position: 0% 50%;
        background-size: contain
    }

    .nlContact .tabbed > div {
        position: relative
    }

    .nlContact .tabbed > div:after {
        content: '';
        background: url(http://www.kia.com/eu/responsive/img/nl_form_sprite.png) 61% -4% no-repeat;
        position: absolute;
        top: 8px;
        left: 15px;
        height: 26px;
        width: 30px
    }

    .nlContact .tabbed > div.contact2:after {
        background: url(http://www.kia.com/eu/responsive/img/nl_form_sprite.png) 77% -4% no-repeat
    }

    .nlContact .tabbed > div:last-child {
        border-left: 2px solid #f2f2f2
    }

    .nlContact .tabbed > div.active {
        border-bottom: none
    }

    .nlContact .contactClips {
        width: 100%;
        margin-right: 0;
        float: none;
        border-top: none;
        padding-top: 10px;
        height: auto
    }

    .nlContact .contactClips .iconic {
        display: none
    }

    .nlContact .contactClips button {
        padding: 10px 15px;
        width: 100%;
        font-size: 14px
    }

    .nlContact .contactClips:last-child {
        display: none
    }
}

:lang(nl) #btn-request-brochure {
    margin-right: 20px
}

:lang(nl) a .download__image {
    width: 100%;
    height: auto
}

:lang(nl) a .download__content {
    display: block;
    text-align: center;
    padding: 10px;
    margin-left: 0
}

@media only screen and (max-width: 480px) {
    :lang(nl) #btn-request-brochure {
        margin-right: 0
    }
}

df__home-explanation {
    display: none
}

.df__search {
    padding: 20px
}

.df__sidebar > .animate-view {
    height: 100%;
    overflow: auto
}

.dfControl.dfError #dynformDealerdealer + .chosen-container > a.chosen-single {
    border-color: red
}

:lang(nl) ul.df__contact li > a.icon--link.btn--red.smallprint.btn--gradient-grey.push {
    background: #db1f37;
    text-align: left;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #be172c), color-stop(100%, #be172c));
    color: #fff
}

:lang(nl) .df__home-explanation.soft--right.push--top.icon--df__marker.cf.ng-scope {
    display: none
}

select#dynformcontactsubjecttypes + .chosen-container > .chosen-drop .chosen-results {
    max-height: 223px !important
}

#dynformTestdrivetestdrivedate2, #dynformTestdrivetestdrivedate1 {
    min-height: 30px
}

:lang(nl) [data-question-id="dynformPostalsalutation"] ul, :lang(nl) [data-question-id="dynformcontactsalutation"] ul {
    margin: 0 !important
}

.dealerBtn {
    margin: 10px auto 0 20px
}

.dealerBtn > a {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #fff !important
}

:lang(nl) .downloadWrapper .frmGrp + button {
    margin: 0 0 15px 25px;
    display: none
}

:lang(nl).ios .downloadWrapper .frmGrp + button {
    display: block
}

:lang(nl).ios .submission .brochurebtn_nl_1 {
    display: none !important
}

:lang(nl).ios .styleChk {
    display: none
}

@media only screen and (max-width: 600px) {
    :lang(nl).ios .downloadWrapper .frmGrp + button {
        margin-left: 0
    }

    :lang(nl).ios .downloadWrapper .frmGrp > span:first-child {
        width: 0%
    }

    .frmContainer .modelsWrapper .models .content .options {
        padding-left: 20px
    }
}

@media only screen and (min-width: 481px)and (max-width: 1024px) {
    :lang(nl).ios .downloadWrapper .frmGrp > span:first-child {
        width: 5%
    }
}

.stage__info-logo {
    margin-bottom: 25px
}

:lang(nl) select#model [data-results='0'] {
    color: #ddd;
    pointer-events: none
}

#model option[data-results="0"] {
    color: #ddd
}

.desktop .stage .image-wrapper.image-wrapper--fixed-ratio img {
    top: -63px !important
}

#meta-navigation .nav li a .icon.icon--newsletter_de, .touch.lap #meta-navigation .nav li a .icon.icon--newsletter_de {
    width: 16px;
    height: 16px;
    margin: 0;
    background-image: url("data:image/gif;base64,R0lGODlhDQAJAOZNAJaWln9/f6ioqOPj487Ozuvr646OjpSUlJaXl4+Pj9bW1pWYmoeHh77IzoKCgo+WmpWanNfX15qamquxtOrq6o2Njqapq6Wsr7fBxmVlZaurq7Ozs7jAxZ+fn97e3mZmZnN1dYuOkJOTk5qjqJ+hopmZmXl5eZiYmJ2dnX5+fpycnPv7+4uLi6+ytIySlp+kp5yfoezs7IyOkLa3t52dnpmgo6WlpY+SlHp6eomJia+vr4CAgKGhoXx8fPX19brFy4uQkqCgoI2NjYOEhWNjY/z8/PHx8X19fe7u7peXl4yMjO3t7f///7/K0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEMzUyNzUyNDkyNDYxMURGQTRCM0Y2MzdGQkM3RjcxMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEMzUyNzUyNTkyNDYxMURGQTRCM0Y2MzdGQkM3RjcxMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQzNTI3NTIyOTI0NjExREZBNEIzRjYzN0ZCQzdGNzExIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQzNTI3NTIzOTI0NjExREZBNEIzRjYzN0ZCQzdGNzExIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAATQAsAAAAAA0ACQAAB2OATYKCEEODh4MgGUQfN4hNIQE4RylHJhUvgiQ+SDFLn0tIBUgDQDMUTKmqqSseLTQdGxFGqUUFBDoCFghJCQYaCgMEQQYHJTAsQkk2AjwoEionSgwLOQAASg4BRz07SkkiMoEAOw==");
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain
}

script[type="text/ng-template"] + section#main {
    min-height: 400px;
    background: url(http://www.kia.com/eu/responsive/img/loading.gif) 50% 50% no-repeat
}

.mobile script[type="text/ng-template"] + section#main {
    min-height: 400px;
    background: none
}

.popUpDiv {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, .3);
    font-family: NeoSansProRegular
}

.popUpDiv .popUpContent {
    min-width: 320px;
    width: 50%;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    margin-top: 10%
}

.popUpContent button.supportedBrowser {
    margin-top: 20px;
    width: 100%;
    padding: 10px;
    background: #ddd;
    border: none;
    color: #222
}
#eut_footer{
	text-align:left;
}
