/* UTILITY CSS */
.bg-grey {background-color: #f2f2f2;}
.text-center {text-align: center;}
.center-btn {text-align: center;}
.video-container + .btn,
.video-container + .center-btn {margin-top: 33px;}

.btn {
    display: inline-block;
    border-radius: 30px;
    position: relative;
    padding: 6px 14px;
}
.btn.btn-large {
    font-size: 16px;
    padding: 9px 20px 10px;
}
.btn.btn-small {
    font-size: 12px;
    padding: 3px 12px 4px;
}
.btn.btn-ico {padding-right: 36px;}
.btn.btn-large.btn-ico {padding-right: 48px;}
.btn.btn-small.btn-ico {padding-right: 26px;}

.btn.btn-primary {
    text-transform: uppercase;
    font-weight: bold;
    background-color: #bb162b;
    color: #fff;
}

.btn.ico-round-arrow::after,
.btn.btn-ico::after {
    display: block;
    content: "";
    background: url(https://www.kia.ro/static/newsite/content/images/common/spr-button2.png) no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.btn.btn-ico.ico-round-arrow::after {
    width: 24px;
    height: 24px;
    background-position: -25px -32px;
    right: 3px;
}
.btn.btn-large.ico-round-arrow::after {
    width: 31px;
    height: 31px;
    background-position: -32px 0;
    right: 3px;
}
.btn.btn-ico::after {
    width: 6px;
    height: 10px;
    background-position: 0 -57px;
    right: 11px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -18px;
    margin-right: -18px;
}

.col-3, .col-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 18px;
    padding-right: 18px;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

@media (max-width: 767px) {
    .col-3, .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.d-none {
    display: none;
}

@media (min-width: 1024px) {
    .d-md-block {
        display: block;
    }
}


/* PAGE SPECIFIC STYLE */
.breadcrumb + .page-motorshow {
    margin-top: -43px;
    padding-top: 22px;
}
.page-motorshow {background-color: #fff;}

.page-motorshow * {box-sizing: border-box;}

.page-motorshow h1,
.page-motorshow h2,
.page-motorshow h3,
.page-motorshow h4,
.page-motorshow h5,
.page-motorshow h6 {
    color: #343434;
    line-height: normal;
}

.page-motorshow h1 {
    font-weight: bold;
    font-size: 34px;
    line-height: normal;
    position: relative;
    margin-bottom: 25px;
}
.page-motorshow h1::after {
    content: "";
    width: 70px;
    height: 2px;
    background-color: #bb162b;
    display: block;
    margin-top: 12px;
}

.page-motorshow h3.decor {position: relative;}
.page-motorshow h3.decor::before {
    content: "";
    background-color: #bb162b;
    width: 64px;
    height: 1px;
    display: block;
    margin: 0 auto 26px;
}

.page-motorshow section {
    padding: 85px 0;
    margin: 30px 0;
}
.page-motorshow section.small {
    padding: 31px 0;
}
.page-motorshow section.page-header {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}
.page-motorshow section.page-header h2 {
    font-size: 40px;
    line-height: normal;
    text-transform: uppercase;
}
.page-motorshow section.hero-banner {
    /*height: 480px;*/
    background-color: #000;
    margin: 30px auto 49px;
    padding-top: 0;
    padding-bottom: 0;
}
.page-motorshow section.hero-banner img,
.page-motorshow section.hero-banner video {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.page-motorshow section h3 {
    font-size: 50px;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 33px;
}

.page-motorshow section h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 33px;
}

.page-motorshow section h5 {
    font-size: 16px;
    margin-bottom: 6px;
}

.page-motorshow section p {
    color: #676566;
}
.page-motorshow section p.lead {
    text-align: center;
    font-size: 16px;
    font-weight: regular;
    line-height: normal;
    margin-bottom: 45px;
}


section.alternating-title-position {
    margin: 0;
    padding: 70px 0;
}
.page-motorshow section.hero-banner + section.alternating-title-position {
    margin-top: 0;
    padding-top: 0;
}
section.alternating-title-position:nth-child(odd) .title {order: 2; text-align: left;}
section.alternating-title-position .title {text-align: right;}
section.alternating-title-position h3 {text-align: inherit;}

section.alternating-title-position .content h4 {
    text-align: left;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
}
section.alternating-title-position .content p {
    font-size: 16px;
    line-height: 22px
}

.row.with-borders [class^="col-"] + [class^="col-"] {
    border-left: 1px solid #e0e0e0;
}

@media screen and (max-width: 767px) {
    .breadcrumb + .page-motorshow {margin-top: 0;}
    .page-motorshow section.hero-banner video {
        height: 218px;
    }
    
    .page-motorshow section {padding-top: 35px; padding-bottom: 35px;}
    
    .page-motorshow section h3 {
        font-size: 35px;
        line-height: 36px;
    }
    
    .row.with-borders [class^="col-"] {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .row.with-borders [class^="col-"] + [class^="col-"] {
        border-left: none;
        border-top: 1px solid #e0e0e0;
    }
    
    section.alternating-title-position:nth-child(odd) .title {order: 0;}
}

