input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

#representativeMapFooter {
  display: none;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

::-webkit-input-placeholder {
  color: #333;
}

:-moz-placeholder {
  color: #333;
  opacity: 1;
}

::-moz-placeholder {
  color: #333;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #333;
}

::selection {
  background: #05141f;
  color: #fff;
}

::-moz-selection {
  background: #05141f;
  color: #fff;
}

img[src*=".svg"] {
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
  }
}

html {
}

body {
  margin: 0;
  padding: 0;
  background: url('../images/bg_grey.png') repeat fixed center center transparent;
  font-family: 'Open Sans', 'Glyphicons Halflings', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #333;
  opacity: 1;
}

body {
}

#kia .error, #kia .form-control.error {
  border: 2px solid #05141f !important;
}

.cake-debug {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 100%;
}

.hidden_by_scaling {
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  opacity: 0;
}

.has_transition_300 {
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000), top 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000), opacity 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition: transform 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000), top 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000), opacity 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.has_transition_400 {
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000), top 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000), opacity 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition: transform 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000), top 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000), opacity 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.has_transition_all_400 {
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.has_transition_600 {
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000), top 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000), left 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: transform 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000), top 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000), left 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.has_transition_800 {
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.165, 0.840, 0.440, 1.000), top 600ms cubic-bezier(0.165, 0.840, 0.440, 1.000), opacity 600ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition: transform 600ms cubic-bezier(0.165, 0.840, 0.440, 1.000), top 600ms cubic-bezier(0.165, 0.840, 0.440, 1.000), opacity 600ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.has_transition_all_600 {
  -webkit-transition: all 600ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition: all 600ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.has_transition_1000 {
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.165, 0.840, 0.440, 1.000), top 1000ms cubic-bezier(0.165, 0.840, 0.440, 1.000), opacity 1000ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition: transform 1000ms cubic-bezier(0.165, 0.840, 0.440, 1.000), top 1000ms cubic-bezier(0.165, 0.840, 0.440, 1.000), opacity 1000ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.radio-inline, .checkbox-inline {
  margin-left: 5px;
}

#kia .fancybox-overlay {
  background: rgba(0, 0, 0, 0.6);
}

#kia .fancybox-close {
  background: url("../images/close.svg") no-repeat scroll center center / 50% auto #05141f;
  cursor: pointer;
  height: 42px;
  width: 42px;
  right: 0px;
  top: 0px;
}

#kia .fancybox-opened .fancybox-skin {
  border-radius: 0px;
  box-shadow: none;
}

#kia .status.glyphicon.glyphicon-exclamation-sign.errorIcon {
  display: none;
}

iframe {
  background: #fff;
  overflow: hidden;
  border: none;
}

a, a:active, a:focus, input, img {
  outline: 0;
  outline-style: none;
  outline-width: 0;
}

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover, a:focus {
  color: #333;
  text-decoration: underline;
}

input, select {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  background: #fff;
  color: #333;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  color: #333;
  border: 1px solid #fff;
}

.repres-need-sale, .repres-need-service, .repres-need-td, .repres-need-used {
  display: none !important;
}

body.repres-has-sale .repres-need-sale,
body.repres-has-service .repres-need-service,
body.repres-has-td .repres-need-td,
body.repres-has-used .repres-need-used {
  display: block !important;
}

body.repres-has-sale .repres-need-sale.display-inline-block,
body.repres-has-service .repres-need-service.display-inline-block,
body.repres-has-td .repres-need-td.display-inline-block,
body.repres-has-used .repres-need-used.display-inline-block {
  display: inline-block !important;
}

#kia .btn-white {
  background-color: hsl(0, 0%, 93%) !important;
  background-repeat: repeat-x;
  border-color: #ededed #ededed hsl(0, 0%, 89.5%);
  color: #333 !important;
  padding: 4px 8px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.23);
}

#kia .listings-container .buttons .btn {
  font-size: 10px;
  margin-top: 5px;
}

#kia .form-control {
  background: none repeat scroll 0 0 #fff !important;
  border: 1px solid #e3e3e3 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: 'Open Sans' !important;
  font-size: 12px !important;
  height: 42px;
  line-height: 12px !important;
  padding: 11px !important;
}

#kia select.form-control {
  padding: 11px 5px !important;
}

#kia .search-filter select.form-control {
  height: 30px;
  line-height: 30px;
  margin: 2px 0 0;
  padding: 0 5px !important;
}

#kia .form-group .col-xs-2.text-center {
  height: 42px;
  line-height: 42px;
}

#kia #scrollUp {
  background: url("../images/arrow_up_white.svg") no-repeat scroll center center / 20px auto #707070;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  z-index: 100;
}

#kia #scrollUp:hover {
  opacity: 0.7;
}

#kia.xs-view #scrollUp {
  width: 100%;
  bottom: 0;
  left: 0;
  height: 30px;
}

textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  background: #fff;
  border: 1px solid #fff;
  padding: 5px;
  border: none;
  border-radius: 0px;
}

input[type='submit'] {
  font-size: 14px;
  color: #fff;
  height: 32px;
  line-height: 32px;
  padding: 0 40px 0 15px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 15px;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: url("../images/arrow_right_white_bg.svg") no-repeat scroll right 5px center / auto 78% #05141f;
  border: none;
  font-weight: bold;
}

label {
  font-weight: normal;
}

.checkbox label {
}

#cookies {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 100;
  position: fixed;
  width: 100%;
  overflow: hidden;
  text-align: left;
  background: rgba(79, 79, 78, 0.9);
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: rgb(183, 183, 183);
  left: 0;
  bottom: 0;
}

#kia .openCookieSettings {
  border-radius: 0px;
  margin-right: -15px;
}

#cookies #cookies-content {
  margin: 0 auto;
  padding: 7px 45px;
}

.xs-view #cookies #cookies-content {
  padding: 0 55px 35px 15px;
  clear: both;
}

#cookies #cookies-content h2 {
  color: #fff;
  display: block;
  float: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  margin: 17px 24px 10px 0;
  text-transform: none;
  width: 10%;
  min-width: 90px;
}

#cookies #cookies-content p {
  display: block;
  float: left;
  font-size: 11px;
  line-height: 14px;
  margin: 12px 0;
  padding: 0;
  width: 59%;
}

.xs-view #cookies #cookies-content p {
  width: 100%;
  padding: 0 0 10px 0;
  margin: 0;
}

#kia .about-representative .work-hour {
  float: right;
  right: 35%;
  position: relative;
}

@media screen and (max-width: 768px) {
  #kia .about-representative .work-hour {
    right: 35%;
  }

  #kia .about-representative .row .col-md-6 {
    max-width: 300px;
  }
}


#cookies #cookies-content #accept {
  padding: 0 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin: 12px 0 0 5px;
  color: #fff;
  border: 1px solid #05141f;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  background-image: -ms-linear-gradient(top, #05141f 0%, #05141f 100%);
  background-image: -moz-linear-gradient(top, #05141f 0%, #05141f 100%);
  background-image: -o-linear-gradient(top, #05141f 0%, #05141f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #05141f), color-stop(1, #05141f));
  background-image: -webkit-linear-gradient(top, #05141f 0%, #05141f 100%);
  background-image: linear-gradient(to bottom, #05141f 0%, #05141f 100%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-view #cookies #cookies-content #accept {
  margin-left: 0px;
}

#cookies #cookies-content #more_information {
  float: right;
  text-decoration: underline;
  margin: 17px 20px 10px;
  color: rgb(183, 183, 183);
  font-size: 12px;
}

#kia input[type="file"].form-control {
  height: auto;
}

#kia input[type="checkbox"]:not(old), input[type="radio"]:not(old) {
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 28px;
}

#kia input[type="checkbox"]:not(old) + label {
  background: url("../images/checkbox_off.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  /*background-size: 15px 15px;*/
  cursor: pointer;
  display: inline-block;
  min-height: 15px;
  line-height: 24px;
  padding-left: 32px;
  font-size: 12px;
  padding-top: 0;
  margin-bottom: 5px;
}

#kia[data-url="vehicle_appraisal"] input[type="checkbox"]:not(old) + label {
  padding-top: 25px;
}

#kia .block_error input[type="checkbox"]:not(old) + label {
  background-image: url("../images/checkbox_error.png");
}

#kia input[type="radio"]:not(old) + label {
  background: url("../images/radiobutton_off.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  background-size: 15px 15px;
  cursor: pointer;
  display: inline-block;
  min-height: 15px;
  line-height: 18px;
  padding-left: 25px;
  font-size: 12px;
  padding-top: 25px;
  margin-bottom: 0px;
}

#kia input[type="checkbox"]:checked:not(old) + label {
  background: url("../images/checkbox_on.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  /*background-size: 15px 15px;*/
}

#kia input[type="radio"]:checked:not(old) + label {
  background: url("../images/radiobutton_on.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  background-size: 15px 15px;
}

#kia input[type="text"], #kia input[type="email"], #kia input[type="password"], #kia input[type="tel"], #kia input[type="number"], #kia .position input {
  padding: 0 14px;
  font-size: 14px;
  line-height: 42px;
  height: 42px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  border: 1px solid #fff;
  background: #fff;
  font-weight: normal;
}

#kia select {
  padding: 7px;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}

#kia textarea {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  padding: 7px 14px;
}

#kia .volvoHidden {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #05141f;
  font-weight: bold;
}

h1 {
  font-size: 24px;
  /* text-transform: uppercase; */
}

h2 {
  font-size: 22px;
}

h3, h4, h5, h6 {
  font-size: 18px;
}

/*// TEMPLATE //*************************************/
@media (min-width: 1200px) {
  .container {
    width: 990px;
  }
}

#kia.iframe .container {
  width: 100%;
}

#kia .btn-danger {
  background: url("../images/arrow_right_white_bg.svg") no-repeat scroll right 5px center / auto 78% #05141f;
  border: medium none;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  padding: 0 40px 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#kia .btn-danger span {
  display: none;
}

.error {
  border-color: #05141f !important;
}

.bg-white {
  background: white;
}

.bg-grey {
  background: url('../images/bg_grey.png') repeat fixed center center transparent;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  z-index: 20;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}

.popup-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 500;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  display: none;
}

.popup {
  background: none repeat scroll 0 0 #fafafa;
  float: none;
  margin: 15% auto 0;
  padding: 20px 45px;
  position: relative;
}

.xs-view .popup {
  height: auto !important;
}

.popup .close {
  width: 42px;
  height: 42px;
  background: url("../images/close.svg") no-repeat scroll center center / 70% auto transparent;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  opacity: 1;
}

.popup form {
  display: block;
  margin: 0 auto;
  float: none;
}

.popup input[type='submit'] {
  display: block;
  float: none;
  margin: 0 auto;
}

.popup h2 {
  font-size: 31px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #333;
  text-transform: uppercase;
  text-align: center;
}

.popup p {
  font-weight: bold;
  text-align: center;
}

.popup p.disclaimer {
  font-weight: normal;
  font-size: 12px;
}

.popup p.disclaimer a {
  text-decoration: none !important;
  color: #AF1024;
}

.top-bar {
  height: 71px;
  background: #fff;
  font-size: 13px;
  color: #333;
  position: relative;
  z-index: 50;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}

.xs-view .top-bar {
  height: 54px;
  overflow: visible;
}

.top-bar h1 {
  float: left;
  padding: 0;
  margin: 16px 0 4px;
  font-size: 19px;
  color: #000;
}

.xs-view .top-bar h1 {
  font-size: 14px;
  height: 30px;
  margin: 9px 0 0;
}

.top-bar .mobile-menu {
  width: 54px;
  height: 54px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: url('../images/mobile_menu.svg') no-repeat scroll center center / 19px auto transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

.top-bar .phone {
  float: left;
  font-weight: normal;
}

.top-bar .phone img, .top-bar .address img {
  height: 18px;
  width: auto;
  float: left;
  margin: 0 10px 0 0;
}

.top-bar .address {
  float: left;
  font-weight: normal;
}

.sm-view .top-bar .address {
  white-space: nowrap;
}

.top-bar .logo {
  display: block;
  float: right;
  padding: 15px 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-view .top-bar .logo {
  display: table-cell;
  float: none;
  height: 54px;
  padding: 0;
  vertical-align: middle;
}

.top-bar .logo img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-view .top-bar .logo img {
  float: none;
  height: 21px;
}

.quick-navi img {
  height: 17px;
}

.header-bar {
  position: fixed;
  width: 100%;
  z-index: 40;
  left: 0;
  top: 0;
}

.xs-view .header-bar {
  position: relative;
}

.header-bar.floated .top-bar {
  height: 47px;
}

.header-bar.floated .top-bar h1 {
  font-size: 18px;
}

.header-bar.floated .top-bar .logo {
  padding-top: 14px;
  padding-bottom: 14px;
}

.header-bar.floated .top-bar .logo img {
  height: 20px;
  padding-top: 0px;
}

.header-bar.floated .phone, .header-bar.floated .address {
  display: none;
}

.xs-view .header-bar .representative-name {
  display: table-cell;
  height: 54px;
  vertical-align: middle;
}

.xs-view .header-bar .representative-name h1 {
  float: none;
  font-size: 14px;
  margin: 0;
  padding: 0;
  height: auto;
}

.header-height {
  width: 100%;
  background: url("../images/bg_grey.png") repeat fixed center center transparent;
}

.navi-bar {
  background: #05141f;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 30;
}

.navi-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navi-bar ul > li {
  float: left;
  position: relative;
}

.navi-bar ul > li.search {
  float: right;
  width: 48px;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navi-bar ul > li.search img {
  height: 20px;
}

.navi-bar ul > li > a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  padding: 0 15px;
  height: 46px;
  line-height: 46px;
  border-right: 1px solid #05141f;
  border-left: 1px solid #05141f;
  display: block;
  font-weight: bold;
  font-weight: 600;
}

.sm-view .navi-bar ul > li > a {
  font-size: 13px;
  padding: 0 10px;
}

/*
.navi-bar ul > li > a.last {
border-right: none;
}*/
.navi-bar ul > li > a.first {
  border-color: #05141f;
}

.navi-bar ul > li > a:hover, .navi-bar > div > ul > li > a.active, .navi-bar ul > li.search:hover {
  background: #080f15;
}

.navi-bar > div > ul > li > a.active {
  color: #fff;
}

.navi-bar ul > li.hover ul {
  display: block;
}

.navi-bar ul > li ul > li:hover a {
  color: #333;
}

.navi-bar ul > li > ul {
  position: absolute;
  top: 46px;
  left: 0;
  display: none;
  background: #fff;
  z-index: 500;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.navi-bar .dropdown-range {
  position: absolute;
  top: 46px;
  left: 0;
  display: none;
  z-index: 500;
  width: 100%;
}

.navi-bar .dropdown-range .container .dropdown-range-content {
  margin: 0 auto;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.navi-bar .dropdown-range .container .dropdown-range-content .dropdown-range-row {
  background: #fafafa;
}

.navi-bar .dropdown-range .container .dropdown-range-content .dropdown-range-row-navi {
  background: #fff;
  border-right: 1px solid #fafafa;
}

.navi-bar .dropdown-range .container .dropdown-range-content .dropdown-range-row .content-tab {
  border-top: 1px solid #d7e3f1;
}

.navi-bar .dropdown-range .container .dropdown-range-content .model-range {
  height: auto;
  max-height: calc(100vh - 117px);
  overflow-y:auto;
}

.navi-bar .dropdown-range .container .dropdown-range-content .model-range .model-info-inner img {
  max-width: 70%;
}

.navi-bar .dropdown-range .container .dropdown-range-content .model-range .button .model-info-inner img {
  max-width: 45px;
}

.navi-bar .dropdown-range .container .dropdown-range-content .model-range .button .model-info-inner h4 {
  color: #fff;
  padding: 0 30px;
}

.navi-bar .dropdown-range .container .dropdown-range-content .model-range .button .model-info-inner > div {
  display: table-cell;
  height: 180px;
  width: 250px;
  vertical-align: middle;
}

.navi-bar ul > li > ul > li {
  border-bottom: 1px solid #DFDFDF;
  width: 100%;
  display: block;
}

.navi-bar ul > li > ul > li.last {
  border-bottom: 0px;
}

.navi-bar ul > li > ul > li > a {
  height: 38px;
  padding: 0 15px;
  font-size: 12px;
  color: #000;
  border: none;
  line-height: 38px;
  white-space: nowrap;
  width: auto;
  font-weight: normal;
}

.sm-view .navi-bar ul > li > ul > li > a {
  font-size: 12px;
}

.navi-bar ul > li > ul > li > a:hover {
  background: #fafafa;
}

.body-content {
  padding: 0;
}

.body-content.with-padding {
  padding: 45px 0;
}

.body-content .gallery {
  position: relative;
  margin-bottom: -20px;
}

.body-content .gallery .images {
  background: #fff;
  min-height: 55px;
}

.body-content .gallery .images img {
  width: 100%;
}

.body-content .representative-logo {
  border: 15px solid #fff;
  background: #fff;
  display: block;
  height: 100px;
  margin: -55px auto 10px;
  position: relative;
  width: auto;
  z-index: 20;
}

.body-content h2, .container > h2 {
  font-size: 36px;
  color: #333;
  padding: 0;
  margin: 0 0 20px 0;
}

.CorporateWrap > h2 {
  margin-top: 28px;
}

.xs-view .CorporateWrap > h2 {
  margin-left: 15px;
  margin-right: 15px;
}

.vehicleAppraisal .container .well h2 {
  font-size: 18px;
}

.body-content .sidebar h2 {
  font-size: 28px;
}

.site-container {
  position: relative;
  overflow: hidden;
}

.site-content {
  transition: all 0.5s ease;
  width: 100%;
  z-index: 0;
}

.site-content.open .site-content-overlay {
  display: block;
}

.site-content .site-content-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  z-index: 200;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* menu open close */
.header.open {
  top: 0;
  left: -100%;
}

.header.closed {
  top: 0;
  left: 0;
}

.site-content.closed {
  margin-left: 0px;
}

#kia .off-canvas-menu.closed {
  margin-right: -100%;
}

#kia .off-canvas-menu.open {
  margin-right: -10%;
}

#kia .off-canvas-menu {
  z-index: 250;
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  margin-right: -100%;
  width: 100%;
  max-width: 350px;
  height: 100%;
  min-height: 100%;
  color: #FFF;
  transition: all 0.5s ease;
  overflow: auto;
  text-transform: uppercase;
  /*
-ms-overflow-style: none;
-moz-scrollbars-none;
-webkit-overflow-scrolling: touch;
*/
}

.off-canvas-menu::-webkit-scrollbar {
  /*display: none; */
}

.off-canvas-menu .menu-close {
  background: url("../images/close.svg") no-repeat scroll center center / 19px auto #05141f;
  display: table-cell;
  height: 54px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0px;
  vertical-align: middle;
  width: 54px;
  z-index: 100;
  display: none;
}

.off-canvas-menu.open .menu-close {
  display: block;
}

.off-canvas-menu ul {
  margin: 0;
  padding: 0;
  background: #fff;
  list-style-type: none;
  border-bottom: 1px solid #dfdfdf;
}

.off-canvas-menu > ul {
  margin-top: 54px;
}

.off-canvas-menu ul li {
  margin: 0;
  padding: 0;
}

.off-canvas-menu ul li a {
  display: block;
  padding: 15px 30px 15px 45px;
  margin: 0 2px;
  text-align: left;
  text-decoration: none;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #dfdfdf;
}

.off-canvas-menu ul li.last a {
  border-bottom: none;
}

.off-canvas-menu ul li:hover, .off-canvas-menu ul li:focus, .off-canvas-menu ul li:hover ul, .off-canvas-menu ul li:focus ul {
  background: #fafafa;
}

.off-canvas-menu ul li a span.glyphicon {
  margin-left: -30px;
  margin-right: 20px;
  font-size: 10px;
}

.off-canvas-menu ul li > ul {
  margin-bottom: -1px;
}

.off-canvas-menu ul li > ul li a {
  padding-left: 60px;
  text-transform: none;
  font-weight: normal;
}

.line-red {
  width: 71px;
  height: 2px;
  background: #05141f;
  display: block;
}

.xs-view .CorporateWrap > .line-red {
  margin-left: 15px;
  margin-right: 15px;
}

.container > .line-red {
  margin-bottom: 30px;
}

.floated-area .line-red {
  margin: 0;
}

.bg-red {
  background: #05141f;
  color: #fff;
}

.bg-red:hover {
  color: #fff;
}

.bg-red.button-action:hover {
  background: #05141f;
}

.bg-dark-grey {
  background: #292826;
  color: #949391;
}

.bg-dark-grey:hover {
  color: #949391;
}

.bg-dark-grey.button-action:hover {
  background: rgba(41, 40, 38);
}

.model-range-border {
  cursor: pointer;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.model-range-border div {
  height: 1px;
  z-index: 20;
  background: #D7E3F1;
}

.model-range-button {
  cursor: pointer;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.9;
}

.model-range-button .blank-left {
  background: #707070;
  height: 40px;
}

.model-range-button .blank-right {
  background: #707070;
  height: 40px;
}

.model-range-button .arrow {
  background: url("../images/arrow_down_white.svg") no-repeat scroll center center / 40px auto #707070;
  height: 40px;
}

.model-range-button.up .arrow {
  background-image: url("../images/arrow_up_white.svg");
}

.xs-view .model-range-button, .sm-view .model-range-button {
  display: none;
}

.model-range {
  border-left: 1px solid #D7E3F1;
  height: 465px;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.xs-view .model-range .clear, .sm-view .model-range .clear {
  height: auto !important;
}

.xs-view .model-range, .sm-view .model-range {
  height: auto;
}

.model-range a .model-info {
  border-bottom: 1px solid #D7E3F1;
  border-right: 1px solid #D7E3F1;
  background: #fff;
  overflow: hidden;
}

.model-range a .model-info.no-hover {
  background: transparent;
  border: none;
}

.model-range a:hover {
  text-decoration: none;
}

.model-range a:hover .model-info-inner {
  background: #05141f !important;
}

.model-range a:hover .model-info-inner h4 {
  color: #fff !important;
}

.model-range a .model-info-inner {
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.model-range a.fill .model-info-inner {
  background: #fafafa;
}

.xs-view .model-range a.fill .model-info-inner {
  background: #fff;
}

.dropdown-range .model-range a.fill .model-info-inner {
  background: #fff;
}

.xs-view .model-range a.col-num-1 .model-info-inner,
.xs-view .model-range a.col-num-4 .model-info-inner,
.xs-view .model-range a.col-num-5 .model-info-inner,
.xs-view .model-range a.col-num-8 .model-info-inner,
.xs-view .model-range a.col-num-9 .model-info-inner,
.xs-view .model-range a.col-num-12 .model-info-inner,
.xs-view .model-range a.col-num-13 .model-info-inner {
  background: #fafafa;
}

.dropdown-range .model-range a.col-num-1 .model-info-inner,
.dropdown-range .model-range a.col-num-3 .model-info-inner,
.dropdown-range .model-range a.col-num-6 .model-info-inner,
.dropdown-range .model-range a.col-num-8 .model-info-inner,
.dropdown-range .model-range a.col-num-9 .model-info-inner,
.dropdown-range .model-range a.col-num-11 .model-info-inner,
.dropdown-range .model-range a.col-num-14 .model-info-inner {
  background: #fafafa;
}

.xs-view .model-range a.fill {
  background: #fff;
}

.model-info {
  text-align: center;
  text-transform: uppercase;
  color: #333;
  font-size: 14px;
  display: table;
  height: 180px;
  width: 100%;
}

.model-info:hover {
  /*background-color: #05141f;*/
}

.model-info:hover h4 {
  /*color: #fff;*/
}

.model-info.no-hover:hover {
  background-color: transparent;
}

.model-info .model-info-inner {
  display: table-cell;
  vertical-align: middle;
  border-collapse: collapse;
}

.model-info img {
  width: 90%;
}

.sm-view .model-info img {
  width: 80%;
}

.model-info:hover .model-info-inner {
  transition: all 0.5s ease-in; /* vendorless fallback */
  -o-transition: all 0.5s ease-in; /* opera */
  -ms-transition: all 0.5s ease-in; /* IE 10 betas, not needed in final build. */
  -moz-transition: all 0.5s ease-in; /* Firefox */
  -webkit-transition: all 0.5s ease-in; /*safari and chrome */
}

.model-info h4 {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  padding: 5px 0 0 0;
  text-transform: none;
  margin-bottom: 0px;
}

.model-info .price {
  text-transform: none;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0;
  color: #333333;
}

.model-info .rate {
  text-transform: none;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0;
  color: #999;
}

.model-range a:hover .model-info-inner .price,
.model-range a:hover .model-info-inner .rate {
  color: #fff;
}

.model-owners-manual {
}

.model-owners-manual h3 {
  text-transform: uppercase;
  color: #333;
  font-size: 20px;
}

.model-owners-manual .vehicle-om {
  left: 0;
  top: 0;
}

.range-models {
  background: transparent;
  border: 1px solid transparent;
}

.range-models .model {
  overflow: hidden;
  background: transparent;
  height: initial !important;
}

.range-models .model-om {
  cursor: pointer;
  transition: all 0.5s ease-in; /* vendorless fallback */
  -o-transition: all 0.5s ease-in; /* opera */
  -ms-transition: all 0.5s ease-in; /* IE 10 betas, not needed in final build. */
  -moz-transition: all 0.5s ease-in; /* Firefox */
  -webkit-transition: all 0.5s ease-in; /*safari and chrome */
}

.range-models .model-om .models-range-inner {
  transition: all 0.5s ease-in; /* vendorless fallback */
  -o-transition: all 0.5s ease-in; /* opera */
  -ms-transition: all 0.5s ease-in; /* IE 10 betas, not needed in final build. */
  -moz-transition: all 0.5s ease-in; /* Firefox */
  -webkit-transition: all 0.5s ease-in; /*safari and chrome */
}

.range-models .model-om:hover {
}

.range-models .model-om:hover .models-range-inner, .range-models .model-om.active .models-range-inner {
  background: #05141f;
  color: #fff;
}

.range-models .model .models-range-inner {
  border-right: 1px solid #fafafa;
  border-bottom: 1px solid #fafafa;
  background: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  padding: 20px;
}

.range-models .model .models-range-content {
  padding: 17% 0 0 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}

.range-models .model .models-range-content div > a {
  height: 50%;
  color: #fff;
  font-size: 16px;
}

.range-models .model .models-range-content div > a.button-1 {
  border-right: 1px solid #fff;
  font-size: 14px;
}

.range-models .model .models-range-content div > a.button-2 {
  font-size: 14px;
}

.range-models .model .models-range-content div > a.button-3 {
  border-top: 1px solid #fff;
}

.range-models .model .models-range-content div > a.button-1,
.range-models .model .models-range-content div > a.button-2,
.range-models .model .models-range-content div > a.button-3 {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.range-models .model .models-range-content div > a.button-1:hover,
.range-models .model .models-range-content div > a.button-2:hover,
.range-models .model .models-range-content div > a.button-3:hover {
  opacity: 0.9;
}

.range-models .model .models-range-content div > a.button-1 span,
.range-models .model .models-range-content div > a.button-2 span {
  float: left;
  margin: 75% 0 0 0;
  width: 100%;
}

.range-models .model .models-range-content div > a.button-3 span {
  float: left;
  margin: 40% 0 0 0;
  width: 100%;
}

.xs-view .range-models .model .models-range-content .row {
  opacity: 1;
  display: none;
}

.sm-view .range-models .model:hover .models-range-content .row,
.md-view .range-models .model:hover .models-range-content .row,
.lg-view .range-models .model:hover .models-range-content .row {
  opacity: 1;
}

.range-models .model .models-range-content .row {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.range-models .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.range-models .model {
  cursor: pointer;
  flex: 0 1 25%;
  border: 1px #f3f3f3 solid;
}

.range-models .model:hover,
.range-models .model:hover .models-range-inner {
  background-color: #05141f;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .range-models .model {
    -ms-flex: 0 1 46%;
    flex: 0 1 33%;
  }
}

@media screen and (max-width: 480px) {
  .range-models .model {
    flex: 0 1 50%;
  }
}

.range-models .model img {
  /*height: 55%;*/
. xs-view #cookies #cookies-content margin: 0 0 20 px 0;
  width: auto;
}

.range-models .model .model-name {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  display: block;
}

.range-models .model .models-range-content:hover {
  text-decoration: none;
}

.range-models .model .model-name:hover,
.range-models .model:hover .model-name {
  text-decoration: none;
  color: #fff;
}

.floated-navi {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 70px;
  z-index: 0;
  padding: 90px 0 0 0;
}

.floated-navi > div {
  display: block;
  margin: 0 0 1px 0;
  width: 70px;
  height: 70px;
  background: #949391;
  border: 1px solid #949391;
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
}

.floated-navi > div.image {
  height: auto;
  width: 69px;
  border: none;
  background: none;
  z-index: 10;
  position: relative;
  margin-left: -1px;
}

.floated-navi > div.image img {
  height: auto;
  width: 100%;
}

.floated-navi > div a {
  text-decoration: none;
  color: #fff;
  display: block;
}

.floated-navi > div:hover {
  background: #292826;
}

.floated-navi > div.image:hover {
  background: none;
}

.floated-navi > div:hover img {
  transition: all 0.5s ease-in; /* vendorless fallback */
  -o-transition: all 0.5s ease-in; /* opera */
  -ms-transition: all 0.5s ease-in; /* IE 10 betas, not needed in final build. */
  -moz-transition: all 0.5s ease-in; /* Firefox */
  -webkit-transition: all 0.5s ease-in; /*safari and chrome */
}

.floated-navi > div img {
  height: 22px;
  width: auto;
  margin: 8px 0 3px;
}

.content-tab {
  display: none;
}

.bg-grey-light {
  background: #e9e9e9;
}

.button-tab {
  height: 45px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 45px;
  background: #949391;
}

/*.xs-view .button-tab {
height: 60px;
line-height: 60px;
}*/
.button-tab:hover {
  color: #fff;
}

.button-tab.active, .button-tab.red {
  background: #05141f;
}

.button-tab:focus {
  color: #fff;
}

.button-action {
  height: 225px;
  text-align: center;
  cursor: pointer;
  display: block;
  transition: all 0.5s ease-in; /* vendorless fallback */
  -o-transition: all 0.5s ease-in; /* opera */
  -ms-transition: all 0.5s ease-in; /* IE 10 betas, not needed in final build. */
  -moz-transition: all 0.5s ease-in; /* Firefox */
  -webkit-transition: all 0.5s ease-in; /*safari and chrome */
}

.button-action:hover {
}

.button-action .button-action-inner {
  display: table;
  width: 100%;
  height: 100%;
}

.button-action .button-action-content {
  vertical-align: middle;
  display: table-cell;
}

.button-action .button-action-content img {
  transition: all 0.4s ease-in; /* vendorless fallback */
  -o-transition: all 0.4s ease-in; /* opera */
  -ms-transition: all 0.4s ease-in; /* IE 10 betas, not needed in final build. */
  -moz-transition: all 0.4s ease-in; /* Firefox */
  -webkit-transition: all 0.4s ease-in; /*safari and chrome */
}

.button-action .button-action-content:hover img {
  transform: scale(1.2);
}

.button-action .title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}

.button-action img {
  width: 30%;
  margin: 20px 0 20px 0;
}

.button-action p {
  font-weight: 300;
}

.button-image-text {
  background: url('../images/bg_appraisal.jpg') no-repeat scroll center center transparent;
  color: #fff;
  display: block;
}

.button-image-text:hover {
  text-decoration: none;
  color: #fff;
}

.button-image-text .button-image-text-inner {
  padding: 80px 20px 23px;
}

.button-image-text h3 {
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  padding: 0;
  margin: 0 0 5px 0;
}

.button-image-text p {
  font-size: 16px;
}

.button-red, .button-grey, .button-blank {
  height: 30px;
  line-height: 30px;
  padding: 0 18px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 15px;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.button-normalcase {
  text-transform: none !important;
}

.button-small {
  height: 25px !important;
  line-height: 25px !important;
  padding: 0 12px !important;
  font-size: 14px;
}

.button-small img.small-arrow {
  float: right;
  margin: 1px -11px 0 4px !important;
}

.button-red img, .button-grey img, .button-blank img {
  height: 24px;
  display: inline-block !important;
  width: auto !important;
  margin: 0 -14px 0 12px;
}

.button-red img.small-arrow, .button-grey img.small-arrow, .button-blank img.small-arrow {
  margin: 3px -14px 0 4px;
}

.button-red:hover, .button-grey:hover {
  text-decoration: none;
  color: #fff;
}

.button-red {
  background: #05141f;
}

.button-red:hover {
  text-decoration: underline;
}

.button-red-white {
  border: 1px solid #05141f;
  color: #05141f;
  background: transparent;
}

.button-red-white:hover {
  text-decoration: underline;
  color: #05141f;
}

.button-grey {
  background: #7F8082;
}

.button-grey:hover {
  text-decoration: underline;
}

.button-blank {
  text-decoration: underline;
  padding: 0;
  white-space: nowrap;
}

.button-blank:hover {
  color: #fff;
}

.action-buttons {
  padding-top: 45px;
}

.sm-view .action-buttons {
  padding-left: 15px;
  padding-right: 7.5px;
}

.close-button {
  width: 42px;
  height: 42px;
  background: url("../images/close.svg") no-repeat scroll center center / 50% auto #05141f;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 1;
}

.xs-view .action-buttons {
  padding-top: 0px;
  margin-right: -15px;
}

.slide-box-popup-content {
  position: relative;
}

.slide-box-popup-content .slide-box-popup-content-inner {
  background: #f2f2f2;
  padding: 15px;
}

.bg-grey .slide-box-popup-content .slide-box-popup-content-inner {
  background: #fff;
}

.slide-box-popup-content .slide-box-popup-content-inner h3 {
  margin-top: 0px;
  padding-top: 0px;
}

.slide-box-popup-content .close-button {
  width: 42px;
  height: 42px;
  background: url("../images/close.svg") no-repeat scroll center center / 50% auto #05141f;
  position: absolute;
  right: 0;
  top: -42px;
  cursor: pointer;
}

.slider-box {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
  color: #333;
}

.slider-box .slide-box-content {
  padding: 22px 15px 30px;
  position: relative;
  color: #939393;
  font-weight: normal;
}

.slider-box.slider-banner-box .slide-box-content {
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.promo-banners .slider-box.slider-banner-box .slide-box-content {
  background: #fff;
}

.promo-banners.bg-white .slider-box.slider-banner-box .slide-box-content {
  background: #f2f2f2;
}

.promo-banners .slider-box.slider-banner-box .slide-box-content:hover {
  background: #05141f;
  color: #fff;
}

.promo-banners .slider-box.slider-banner-box .slide-box-content:hover b {
  color: #fff;
}

.slider-box .slide-box-content b {
  color: #333;
}

.slider-box:hover .slide-box-more {
  border-color: #05141f;
}

.slider-box .slide-box-more {
  background: url("../images/icon_plus.svg") no-repeat scroll center center / 120% auto #05141f;
  width: 28px;
  height: 28px;
  border: 1px solid #9F2232;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  cursor: pointer;
}

.xs-view .slider-box {
  height: auto;
}

.promo-banners .slider-box .slide-box {
  width: 100%;
}

.xs-view .slider-box .slide-box, .xs-view .vehicle-box .vehicle-image, .xs-view .slider-box.slider-banner-box .slide-box,
.sm-view .slider-box .slide-box, .sm-view .vehicle-box .vehicle-image, .sm-view .slider-box.slider-banner-box .slide-box {
  height: auto;
}

.slider-box.slider-banner-box .owl-controls, .slider-box.slider-vehicle-box .owl-controls {
  display: none !important;
}

.vehicle-box .vehicle-image {
  height: 288px;
  padding: 0px;
}

.vehicle-box .car-title {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  height: 50px;
  line-height: 24px;
}

.sm-view .vehicle-box .car-title {
  font-size: 18px;
  line-height: 20px;
}

.xs-view .vehicle-box .car-title {
  font-size: 18px;
  line-height: 20px;
}

.vehicle-box .car-price {
  font-size: 12px;
}

.vehicle-box .car-price .price {
  font-size: 22px;
  font-weight: bold;
  line-height: 19px;
  margin-bottom: 10px;
}

.sm-view .vehicle-box .car-price .price {
  font-size: 18px;
  line-height: 20px;
}

.vehicle-box .car-price .price-compare {
  font-size: 12px;
  font-weight: normal;
}

.vehicle-box .car-price.reduced-price .price {
  color: #d00;
}

.sm-view .vehicle-box .car-description {
  font-size: 12px;
}

.vehicle-box .car-buttons {
}

.vehicle-box .car-buttons a {
  margin: 0 10px 0 0;
}

.sm-view .vehicle-box .car-buttons a {
  font-size: 12px;
  margin: 0 5px 0 0;
}

.vehicle-box .buttons span {
  background-color: hsl(0, 0%, 93%);
  background-repeat: repeat-x;
  border-color: #ededed #ededed hsl(0, 0%, 89.5%);
  color: #333;
  padding: 4px 8px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.23);
  font-size: 11px;
}

.pagination {
  list-style: none;
  text-align: center;
  width: 100%;
  margin: 20px 0 0 0;
}

.pagination > li {
  float: none;
  display: inline-block;
  margin: 0 5px;
  height: 34px;
}

.xs-view .pagination > li {
  margin: 0 3px;
}

.pagination > li.blank a {
  background: none;
  border: none;
  margin: 0px;
}

.pagination > li.blank a img {
  width: 24px;
}

.pagination > li > a, .pagination > li > span {
  color: #42474A;
  border-radius: 2px;
  padding: 6px 0;
  width: 34px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background: #898989;
  border-color: #898989;
}

.sm-view .slider, .md-view .slider {
  /*margin-top: -30px;*/
}

.slider {
  position: relative;
  width: 100%;
  z-index: 1;
  color: #333;
}

.slider .container-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.slider .prev, .gallery .prev {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 80px;
  z-index: 20;
  background: url('../images/banner_left.svg') no-repeat scroll center left / 80px auto transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}

.slider .next, .gallery .next {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 80px;
  z-index: 20;
  background: url('../images/banner_right.svg') no-repeat scroll center right / 80px auto transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}

.slider .next:hover, .gallery .next:hover, .slider .prev:hover, .gallery .prev:hover {
  opacity: 0.9;
}

.slider .owl-theme .owl-controls {
  left: 0;
  position: absolute;
  bottom: -30px;
  width: 100%;
  z-index: 100;
}

.xs-view .slider .owl-theme .owl-controls {
  bottom: -25px;
}

.slider .owl-controls .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #fff;
  border: 2px solid #c9c9c8;
  margin: 0 2px;
}

.slider .owl-controls .owl-dots .owl-dot.active span {
  background: #05141f;
  border-color: #05141f;
}

.slider .slide {
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: transparent;
  /*height: 490px;*/
  display: block;
  background-size: 100% auto;
  padding-bottom: 31.3%;
  aspect-ratio: 21/9;
}

#kia .gsc-search-button-v2 {
  background: none;
  border: 0;
}

#kia .gsc-search-button-v2 svg {
  fill: #000;
}

@media screen and (max-width: 991px) {
  .slider .slide {
    padding-bottom: 0;
  }
}

.xs-view .slider .slide, .sm-view .slider .slide {
  height: auto;
}

.slider .slide .slide-img {
  display: none;
}

.xs-view .slider .slide, .sm-view .slider .slide {
  /*background-size: 190% auto;*/
}

.xs-view .slider .slide .slide-img, .sm-view .slider .slide .slide-img {
  display: block;
  width: 100%;
  visibility: hidden;
}

.slider .slide .slide-block {
  background: rgba(255, 255, 255, 0.9);
  font-weight: normal;
  margin: 7% 0 0 0;
  padding-top: 33px;
  padding-bottom: 33px;
}

.xs-view .slider .slide .slide-block, .sm-view .slider .slide .slide-block {
  padding-top: 15px;
  padding-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-top: 3%;
}

.xs-view .slider .slide .slide-block .slide-block-content {
  display: none;
}

.slider .slide .slide-block h2 {
  color: #333;
  text-transform: uppercase;
  font-size: 30px;
  padding: 0;
  margin: 0;
}

.xs-view .slider .slide .slide-block h2 {
  font-size: 18px;
}

.xs-view .slider .slide .slide-block .button-red, .xs-view .slider .slide .slide-block .button-grey {
  width: 100%;
  margin-bottom: 2px;
}

.xs-view .slider .slide .slide-block .line-red {
  margin-bottom: 0px;
}

.stay-in-touch {
  background: url('../images/bg_dark.jpg') no-repeat scroll center center transparent;
  min-height: 150px;
  color: #fff;
}

.xs-view .stay-in-touch {
  height: auto;
}

.xs-view .stay-in-touch .submit {
  text-align: center;
}

.stay-in-touch a {
  color: #fff;
  font-weight: bold;
}

.stay-in-touch .inputs input {
  width: 100%;
}

.stay-in-touch .title {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  line-height: 34px;
}

.stay-in-touch .disclaimer {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}

.get-a-quote {
  background: url('../images/bg_dark.jpg') no-repeat scroll center center transparent;
}

.xs-view .get-a-quote {
  height: auto;
}

.xs-view .get-a-quote .submit {
  text-align: center;
}

.get-a-quote a {
  color: #fff;
  font-weight: bold;
}

.get-a-quote textarea {
  width: 100%;
}

.get-a-quote .inputs input {
  width: 100%;
}

.get-a-quote .title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.get-a-quote .disclaimer {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}

.mobile-navi {
  text-align: center;
}

.mobile-navi > div {
  background: none repeat scroll 0 0 #949391;
  border: 1px solid #949391;
  color: #fff;
  display: inline-block;
  float: none;
  font-size: 11px;
  height: 67px;
  line-height: 13px;
  margin: 0 0.5% 2%;
  min-width: 70px;
  text-align: center;
  transition: all 0.4s ease 0s;
  width: 17%;
}

.mobile-navi > div.image {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  height: auto;
  margin-left: -1px;
  position: relative;
  width: 69px;
  z-index: 10;
}

.mobile-navi > div.image img {
  height: auto;
  width: 100%;
}

.mobile-navi > div a {
  color: #fff;
  display: block;
  text-decoration: none;
}

.mobile-navi > div:hover {
  background: none repeat scroll 0 0 #292826;
}

.mobile-navi > div.image:hover {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.mobile-navi > div:hover img {
  transition: all 0.5s ease-in 0s;
}

.mobile-navi > div img {
  height: 22px;
  margin: 7px 0 3px;
  width: auto;
}

.about-representative {
  font-weight: normal;
}

.about-representative h2 {
  font-size: 24px;
}

.about-representative .logo {
  border: 15px solid #fff;
  height: 80px;
  width: auto;
  display: block;
  margin: 0 auto -40px;
  z-index: 1;
  position: relative;
}

.social-bar {
  background: #fff;
  font-size: 16px;
}

.social-bar .title {
  float: left;
  padding: 0 32px 0 0;
}

.social-bar img {
  float: left;
  width: 24px;
  margin: 0 4px;
}

.map-representative {
  height: 255px;
}

.copyright {
  background: #fff;
}

.xs-view .copyright {
  padding-bottom: 30px;
}

.copyright .clause {
  width: 100%;
  display: block;
  font-size: 10px;
  line-height: 12px;
  color: #666;
  font-weight: normal;
}

.copyright .title {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  float: left;
  color: #05141f;
  font-weight: normal;
}

.xs-view .copyright .title {
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
  line-height: 24px;
}

.copyright .logo {
  float: right;
  margin-top: -34px;
}

.footer {
  padding: 30px 0;
  background: #E3E4E5;
  color: #666666;
  overflow: hidden;
  border-top: 1px solid #F6F6F6;
  font-weight: normal;
  font-size: 12px;
}

.footer h5 {
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

.footer h5.arrow {
  padding: 0 0 0 12px;
  margin-left: -12px;
  background: url('../images/navi_arrow_right_red.png') no-repeat scroll left center transparent;
}

.footer b {
  font-weight: bold;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer ul li a {
  color: #333;
  font-size: 12px;
}

.footer ul li a:hover {
  color: #333;
  text-decoration: underline;
}

.footer .social img {
  height: 21px;
  width: auto;
}

.e-news-checks .checkbox {
  margin: 0 0 5px 0;
  padding-left: 0;
}

.e-news-checks label {
  display: block;
  font-weight: normal;
  text-align: left;
  margin-bottom: 10px;
  cursor: pointer;
}

.e-news-checks label .check {
  margin: 4px 0 0 10px;
  float: right;
}

.e-news-checks label .checkbox-text {
  font-weight: bold;
}

.xs-view .e-news-checks label .check {
  margin: 4px 10px 0 0;
  float: left;
}

.xs-view .e-news-checks label {
  text-align: left;
}

.form-group.has-error {
}

.has-error {
  position: relative;
}

.has-error div.tip_error {
  font-size: 12px;
  padding: 5px 5px 0px 5px;
}

.tip_error {
  color: #c00;
  display: none;
}

.opis-vozila h1 {
  cursor: pointer;
}

.xs-view .car-container.well {
  padding: 0;
  border: 0;
}

.detail-properties-attribute .line {
  border-top: 0px solid #d6d6d6;
  padding: 2px 0 3px 0;
}

.detail-properties-attribute span.detail-properties-value {
  float: right;
  width: 45%;
  text-align: left;
  font-weight: bold;
  white-space: pre-line;
  overflow: hidden;
}

#kia .well {
  border-radius: 0px;
  box-shadow: none;
  border-color: transparent;
}

#kia .read_more_disclaimer {
  text-decoration: underline;
}

#kia.desktopView .stepright input, #kia.tabView .stepright input {
  height: 42px;
  width: 100%;
}

#kia.desktopView .stepright input[type='checkbox'], #kia.tabView .stepright input[type='checkbox'] {
  width: auto;
}

#kia.desktopView .position.representative_select input, #kia.tabView .position.representative_select input {
  height: 42px;
}

#kia ul.ui-menu {
  max-width: 500px;
}

#kia .ui-menu .ui-menu-item a {
  background: #fff;
  color: #3f3f3f;
  line-height: 150%;
  height: auto;
  padding: 4px 4px;
  font-size: 12px;
}

#kia .serviceform_container .status {
  top: 16px;
}

#kia .status {
  top: 14px;
}

#kia .ui-menu .ui-menu-item a:hover {
  background: #3f3f3f;
  color: #fff;
}

#kia #search {
  min-height: 400px;
}

#kia #search, #kia .gsc-control-wrapper-cse, #kia .gsc-result, #kia .gsc-control-cse {
  background: transparent;
  border-color: transparent;
  position: relative;
}

#kia .search-box .radio, #kia .search-box .checkbox {
  margin: -5px 0 0;
}

#kia .search .checkbox, #kia .filter-search .checkbox {
  padding-left: 0;
}

#kia .filter-search .well {
  background: #fff !important;
  box-shadow: none;
  border: none;
}

#kia .filter-search .search-suggestions {
  display: none;
}

#kia .slider-item > a {
  max-width: 100%;
  display: block;
}

#kia #representativeMap {
  height: 300px;
}

#kia .tip_error {
  color: #c00;
  min-width: 135px;
  display: none;
}

#kia .form-group.has-error select {
  border: 1px solid #c00 !important;
}

#kia .form-group.has-error input {
  border: 1px solid #c00 !important;
}

#kia .form-group .custom-combobox {
  width: 100%;
}

#kia .form-group .input-group-addon {
  max-height: 42px;
  cursor: pointer;
  border-radius: 0px;
  border-color: #e3e3e3;
}

#kia .form-group.file .input-group {
  padding: 0;
}

#kia .form-group.file .input-group input.form-control[type="file"] {
  border-color: transparent !important;
  padding: 0 !important;
}

#kia .form-group.file .input-group-addon {
  display: none;
}

#kia .form-group .ui-button {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  color: #555;
  float: right;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 1;
  margin: 0;
  padding: 0;
  right: 0;
  text-align: center;
  top: -42px;
  width: 38px;
}

#kia .gmap {
  border-radius: 4px;
}

#kia span.label {
  color: #3f3f3f;
}

#kia label {
  font-weight: normal;
}

#kia .form-group .gdprDisclaimer-box label {
  float: left;
  width: calc(100% - 25px);
  font-weight: normal;
  font-size: 12px;
  line-height: 1.4;
}

#kia .form-group .gdprDisclaimer-box .input_check.error {
  border: 0 !important;
}

#kia .form-group .gdprDisclaimer-box .inputType_checkbox {
  float: left;
  width: 25px;
}

#kia .form-group .gdprDisclaimer-box .input_checkbox {
  float: left;
  width: 25px;
}

#kia .well .bg-grey {
  overflow: hidden;
}

#kia.xs-view .show-results-button {
  display: block;
}

#kia.xs-view .filter-visible .show-results-button {
  display: none;
}

#kia.xs-view .show-results {
  display: none;
}

#kia.xs-view .search-filter {
  display: none;
}

#kia.xs-view .filter-empty .show-search {
  display: none;
}

#kia.xs-view #index .search-filter {
  display: block;
}

#kia .cursor-pointer {
  cursor: pointer;
}

#kia .hidden-div {
  position: absolute;
  top: -3000px;
}

#kia .ui-datepicker td span, #kia .ui-datepicker td a {
  border: 1px solid #DDD;
}

#kia a.premium {
  position: absolute;
  top: 13px;
  right: 2px;
  font-size: 22px;
  text-decoration: none;
}

#kia a.showmap img {
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.search-box .search-suggestions {
  top: 48px;
}

.search-suggestions#menu-search-suggestions {
  right: 0;
}

.search-suggestions#menu-search-suggestions ul, .search-suggestions#menu-search-suggestions ul li a {
  width: auto;
  min-width: 200px;
}

.search-suggestions {
  position: absolute;
  z-index: 100;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: none;
}

.search-suggestions a {
  color: #666666;
}

.search-suggestions ul li:hover {
  background: #F7F7F7;
}

.search-suggestions ul {
  list-style-type: none;
  padding: 0;
  margin: 5px 0;
  width: 420px;
}

.search-suggestions ul li {
}

.search-suggestions ul li a {
  overflow: hidden;
  display: block;
  padding: 0px 10px 0px 10px;
  height: 30px;
  line-height: 30px;
  width: 400px;
}

.search-suggestions ul li a:hover {
  text-decoration: none;
}

.search-suggestions ul li a span {
  width: 100px;
  font-size: 10px;
  display: inline-block;
}

.search-suggestions ul li a b {
  color: #b20000;
}

.work-times-group .title {
  font-weight: normal;
  cursor: pointer;
}

.ponudba a {
  background: #949391;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  height: 100%;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.ponudba a:hover {
  background: #636363;
}

.ponudba > div {
  padding: 0;
}

.sidebar {
}

.sidebar .ponudba > .hasNewCars, .sidebar .ponudba > .hasUsedCars {
  padding: 0;
}

.sidebar .ponudba > .hasNewCars, .sidebar .ponudba > .hasUsedCars, .sidebar .ponudba > div {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid transparent;
  border-top: 0px solid transparent;
  margin-left: -1px;
  margin-bottom: -1px;
  margin-top: 1px;
  text-align: center;
}

.sidebar .ponudba > .hasNewCars, .sidebar .ponudba > .hasUsedCars {
  border-right: 2px solid transparent;
  border-top: 0px solid transparent;
}

.sm-view .sidebar .ponudba > .hasNewCars, .md-view .sidebar .ponudba > .hasNewCars,
.md-view .sidebar .ponudba > .hasNewCars, .md-view .sidebar .ponudba > .hasNewCars {
  border-right: 1px solid transparent;
}

.sm-view .sidebar .ponudba > .hasUsedCars, .md-view .sidebar .ponudba > .hasUsedCars,
.md-view .sidebar .ponudba > .hasUsedCars, .md-view .sidebar .ponudba > .hasUsedCars {
  border-right: 1px solid transparent;
}

.sidebar .ponudba > .hasNewCars:hover, .sidebar .ponudba > div:hover {
  opacity: 0.8;
}

.sidebar .ponudba > .hasNewCars a, .sidebar .ponudba > .hasUsedCars a {
  width: 100%;
  border: none;
  color: #fff;
  text-align: left;
  padding-top: 14%;
}

.sm-view .sidebar .ponudba > .hasNewCars a, .sm-view .sidebar .ponudba > .hasUsedCars a,
.md-view .sidebar .ponudba > .hasNewCars a, .md-view .sidebar .ponudba > .hasUsedCars a {
  padding-top: 0%;
}

.sidebar .ponudba > .hasNewCars a {
  background: #05141f;
}

.sidebar .ponudba > .hasUsedCars a {
  background: #636363;
  margin-left: -1px;
}

.sidebar .ponudba > .hasNewCars a img, .sidebar .ponudba > .hasUsedCars a img {
  display: block;
  float: none;
  height: 76px;
  margin: 0 auto;
}

.sm-view .sidebar .ponudba > .hasNewCars a img, .sm-view .sidebar .ponudba > .hasUsedCars a img {
  margin: 0 auto;
}

.sidebar .ponudba > .hasNewCars a p, .sidebar .ponudba > .hasUsedCars a p {
  float: none;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}

.ponudba a img {
  width: 30%;
  margin: 25% 0 10%;
}

.sidebar .ponudba a {
  font-size: 11px;
  width: 100%;
  font-weight: bold;
}

.xs-view .sidebar .ponudba a {
  font-size: 10px;
  line-height: 12px;
}

.sm-view .sidebar .ponudba a,
.md-view .sidebar .ponudba a {
  margin-left: -1px;
}

.sidebar .ponudba a img {
  width: 40%;
  margin: 5px auto 0;
}

.sidebar .ponudba .col-xs-3 a img {
  margin: 7px auto;
  width: 30%;
}

.xs-view .sidebar .ponudba a img {
  margin: 13% auto 5%;
}

.sm-view .sidebar .ponudba a img,
.md-view .sidebar .ponudba a img {
  margin: 13% auto 5%;
}

/*// HELPERS //**************************************/
.uppercase {
  text-transform: uppercase;
}

.line-height-100pc {
  line-height: 100%;
}

/* BG COLOR HELPERS */
.bg-white {
  background: #FFF;
}

.bg-black {
  background: #3f3f3f;
}

.bg-grey-light {
  background: #f5f5f5;
}

.bg-blue {
  background: #003366;
}

.bg-blue-light {
  background: #05141f;
}

.bg-blue-light-hover {
  background: #69b;
}

/* TEXT COLOR HELPERS */
.text-white {
  color: #FFF;
}

.text-black {
  color: #333;
}

.text-grey {
  color: #ccc;
}

.text-grey-light {
  color: #c5c7c8;
}

.text-blue {
  color: #003366;
}

.text-blue-light {
  color: #05141f;
}

.text-blue-light-hover {
  color: #69b;
}

.text-red {
  color: #C00;
}

.text-bold {
  font-weight: bold;
}

.text-normal {
  font-weight: normal;
}

.text-italic {
  font-style: italic;
}

.font-9 {
  font-size: 9px;
}

.font-10 {
  font-size: 10px;
}

.line-height-10 {
  line-height: 10px;
}

.font-11 {
  font-size: 11px;
}

.font-12 {
  font-size: 12px;
}

.line-height-12 {
  line-height: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-24 {
  font-size: 24px;
}

.font-26 {
  font-size: 26px;
}

.font-28 {
  font-size: 28px;
}

.font-30 {
  font-size: 30px;
}

.font-32 {
  font-size: 32px;
}

.font-36 {
  font-size: 36px;
}

.font-40 {
  font-size: 40px;
}

.font-48 {
  font-size: 48px;
}

.font-56 {
  font-size: 56px;
}

/* BORDER WIDTH */
.border {
  border: 1px solid;
}

.border-top {
  border-top: 1px solid;
}

.border-bottom {
  border-bottom: 1px solid;
}

.border-left {
  border-left: 1px solid;
}

.border-right {
  border-right: 1px solid;
}

/* BORDER COLOR */
.border-black {
  border-color: #3f3f3f;
}

.border-white {
  border-color: #fff;
}

.border-grey {
  border-color: #e2e2e2;
}

.border-grey-light {
  border-color: #f5f5f5;
}

.border-blue {
  border-color: #69b;
}

.border-blue-light {
  border-color: #05141f;
}

/* SHADOW + GLOW */
.box-shadow {
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
}

.text-shadow {
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
}

.box-glow-black {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.text-glow-black {
  text-shadow: 0 0 3px rgba(0, 0, 0.3);
}

.box-glow-white {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.text-glow-white {
  text-shadow: 0 0 3px rgba(255, 255, 255, 5);
}

a img {
  border: none;
}

img.img-responsive {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.max-width-100pc {
  max-width: 100%;
}

.width-100pc {
  width: 100%;
}

.width-50pc {
  width: 50%;
}

.img-about {
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
}

/* FLOAT */
.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

/* ALIGN */
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.xs-view .xs-text-center {
  text-align: center;
}

/* BLOCK */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.block {
  display: block;
  width: auto;
}

.block-inline {
  display: inline-block;
}

.block-center {
  width: auto;
  display: block;
  margin-left: 0 auto;
  margin-right: 0 auto;
}

/* MARGIN */
.margin-top {
  margin-top: 1em;
}

.margin-top-small {
  margin-top: 0.5em;
}

.margin-top-big {
  margin-top: 1.5em;
}

.margin-top-none {
  margin-top: 0;
}

.margin-bottom {
  margin-bottom: 1em;
}

.margin-bottom-small {
  margin-bottom: 0.5em;
}

.xs-view .xs-margin-bottom-small {
  margin-bottom: 0.5em;
}

.margin-bottom-big {
  margin-bottom: 1.5em;
}

.ponudba .margin-bottom-big {
  margin-bottom: 30px;
}

.margin-bottom-none {
  margin-bottom: 0;
}

.margin-left {
  margin-left: 1em;
}

.margin-left-small {
  margin-left: 0.5em;
}

.margin-left-big {
  margin-left: 1.5em;
}

.margin-left-none {
  margin-left: 0;
}

.margin-right {
  margin-right: 1em;
}

.margin-right-small {
  margin-right: 0.5em;
}

.margin-right-big {
  margin-right: 1.5em;
}

.margin-right-none {
  margin-right: 0;
}

.margin {
  margin: 1em;
}

.margin-big {
  margin: 1.5em;
}

.margin-small {
  margin: 0.5em;
}

.no-margin {
  margin: 0;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin-left {
  margin-left: 0;
}

.no-margin-right {
  margin-right: 0;
}

.xs-view .xs-no-margin-right {
  margin-right: 0;
}

/* PADDING */
.padding-top {
  padding-top: 1em;
}

.padding-top-small {
  padding-top: 0.5em;
}

.padding-top-big {
  padding-top: 1.5em;
}

.padding-top-none {
  padding-top: 0;
}

.padding-bottom {
  padding-bottom: 1em;
}

.padding-bottom-small {
  padding-bottom: 0.5em;
}

.padding-bottom-big {
  padding-bottom: 1.5em;
}

.padding-bottom-none {
  padding-bottom: 0;
}

.padding-left {
  padding-left: 1em;
}

.xs-view .xs-padding-left {
  padding-left: 1em;
}

.padding-left-small {
  padding-left: 0.5em;
}

.padding-left-big {
  padding-left: 1.5em;
}

.padding-left-none {
  padding-left: 0;
}

.padding-right {
  padding-right: 1em;
}

.sm-view .sm-padding-right {
  padding-right: 1em;
}

.xs-view .xs-padding-right {
  padding-right: 1em;
}

.padding-right-small {
  padding-right: 0.5em;
}

.padding-right-big {
  padding-right: 1.5em;
}

.padding-right-none {
  padding-right: 0;
}

.padding {
  padding: 1em;
}

.padding-big {
  padding: 1.5em;
}

.padding-small {
  padding: 0.5em;
}

.half-padding-top {
  padding-top: 7.5px;
}

.xs-view .half-padding-top {
  padding-top: 0px;
}

.half-padding-bottom {
  padding-bottom: 7.5px;
}

.xs-view .half-padding-bottom {
  padding-bottom: 0px;
}

.half-padding-left {
  padding-left: 7.5px;
}

.half-padding-right {
  padding-right: 7.5px;
}

.xs-view .xs-half-padding-left {
  padding-left: 7.5px;
}

.xs-view .xs-half-padding-right {
  padding-right: 7.5px;
}

.sm-view .sm-half-padding-left {
  padding-left: 7.5px;
}

.sm-view .sm-half-padding-right {
  padding-right: 7.5px;
}

.no-padding {
  padding: 0;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.xs-view .xs-no-padding {
  padding: 0px;
}

.xs-view .xs-no-padding-right {
  padding-right: 0;
}

.xs-view .xs-no-padding-left {
  padding-left: 0;
}

.xs-view .double-margin-xs {
  margin-left: -30px;
  margin-right: -30px;
}

.xs-view .no-padding-xs {
  padding-left: 0px;
  padding-right: 0px;
}

.xs-view .padding-xs {
  padding-left: 15px;
  padding-right: 15px;
}

.xs-view .xs-pull-left {
  float: left !important;
}

.xs-view .xs-pull-right {
  float: right !important;
}

.sm-view .sm-no-padding {
  padding: 0px;
}

.sm-view .sm-no-padding-right {
  padding-right: 0;
}

.sm-view .sm-no-padding-left {
  padding-left: 0;
}

/* FORMS */
#kia .representative .work-hours {
  font-size: 12px;
  line-height: 16px;
  text-align: right;
}

#kia.lg-view .contentWrap {
  margin-top: 0px;
  margin-bottom: 30px;
}

#kia.lg-view.iframe .contentWrap {
  margin: 0;
}

#kia.desktopView .representative_select a.custom-combobox-toggle, #kia.tabView .representative_select a.custom-combobox-toggle, #kia.smartMobile .representative_select a.custom-combobox-toggle, #kia.mobileView .representative_select a.custom-combobox-toggle {
  background: transparent;
}

#kia.desktopView .container input[type="text"], #kia.desktopView .container input[type="number"], #kia.desktopView .container .custom-combobox input, #kia.tabView .container input {
  width: 100%;
}

#kia a.custom-combobox-toggle {
  background-color: #05141f;
  display: block;
  height: 42px;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  border-radius: 0;
}

#kia .sex_radio {
  font-size: 12px;
  margin-top: 10px;
}

#kia .stepright .row {
  padding: 0 7px;
}

#kia.xs-view .stepright .row {
  padding: 0px;
}

#kia.xs-view .custom-combobox input {
  width: 100%;
}

#kia .stepright a.custom-combobox-toggle {
  height: 42px;
}

#kia .form-success {
  padding: 0;
}

#kia .inputType_checkbox.premium, #kia .a_next .next {
  background: #05141f;
  box-shadow: none !important;
  color: #fff;
  border-radius: 0;
  border: none;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 42px;
  line-height: 42px;
  padding: 0 25px;
  text-transform: uppercase;
}

#kia .a_next .next, #kia .a_next .back {
  border: 1px solid #05141f;
  border-radius: 100px !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 30px;
  padding: 0 40px 0 20px;
  margin-top: 0px;
  background: #05141f;
  box-shadow: none !important;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: bold;
}

#kia .a_next .next:hover, #kia .a_next .back:hover {
  background: #05141f;
  color: #fff;
  border: 1px solid #05141f;
}

#kia.xs-view .row.groupOfServices {
  margin: 0 0 15px 0;
}

#kia .inputType_checkbox.premium {
  height: 42px;
  line-height: 42px;
  padding: 10px 10px 0;
  text-transform: uppercase;
  height: auto;
  padding-top: 10px;
}

#kia .inputType_checkbox.premium:hover {
  background: #05141f;
}

#kia .tree-steps {
  border-radius: 0px !important;
}

#kia .content-head {
  display: none;
}

#kia .content {
  background: #fff;
}

#kia .content, #kia .CorporateWrap {
  padding: 0;
  max-width: 960px;
}

#kia .a_next {
  margin: 25px 0 0 0;
}

#kia.desktopView .forma_bck {
  padding-bottom: 0px;
}

#kia .forma_bck input, #kia .forma_bck textarea, #kia .position input, #kia .catNewsWrap {
  border-radius: 0px !important;
}

#kia .desktopView .wrapRight, #kia .tabView .wrapRight {
  padding-right: 0px;
}

#kia .position input {
  box-shadow: none;
  border: 1px solid #E3E3E3;
}

#kia .formholder {
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  color: #333;
  padding: 0;
  margin-bottom: 30px;
}

#kia.smartMobile2 .f_left, #kia.mobileView .f_left {
  background: #fff;
  color: #333;
}

#kia .li-dec {
  font-weight: bold;
}

#kia .formholder .range_models {
  padding: 0;
}

#kia .formholder .step_heading {
  display: none;
}

#kia .tree-steps, #kia .catNewsWrap {
  background: none;
  padding: 0px;
  margin-left: 0px;
  border: 0px;
  box-shadow: none;
}

#kia .formholder .f_left h3, #kia .tree-header, #kia .catNewsWrap h3 {
  border-bottom: 2px solid #fff;
  color: #3f3f3f;
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 8px;
  text-shadow: none;
  text-transform: none;
}

#kia .range_selection h3 {
  margin: 20px 0;
  border-radius: 0px;
}

#kia .formholder .holder.range_selection .range_models li {
  margin: 0;
  padding: 10px 20px 0;
}

#kia .formholder .holder.range_selection .range_models li.active {
  background: #fafafa;
}

#kia .formholder .holder.range_selection .range_models li.active .model_img {
  background: transparent;
}

#kia .formholder .holder.range_selection .range_models li.active .name {
  background: transparent;
  color: #333;
}

#kia .formholder .holder.range_selection .range_models li:hover {
  border-color: transparent;
  background: #fafafa;
}

#kia .formholder .holder.range_selection .range_models li .model_img img {
  width: 100%;
}

#kia .formholder .holder.range_selection .range_models li .name {
  border: none;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

#kia .formholder .holder .selected_car h3 {
  background: transparent;
  border-radius: 0px;
  border: none;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  padding-left: 0px;
  padding-top: 0;
}

#kia.xs-view .representative .col-sm-5 {
  width: 100%;
}

#kia .formholder .holder .selected_car img {
  width: 100%;
}

#kia .formholder .wrapRight {
  padding-top: 25px;
}

#kia .range_selection label {
  width: 100%;
}

#kia .inputType_checkbox {
  padding: 2px 6px 0 6px;
}

#kia .groupOfServices .inputType_checkbox {
  padding-left: 0px;
}

#kia .inputType_checkbox .check_low {
  top: 0px !important;
}

#kia .inputType_checkbox.premium .check_low {
  float: left;
  font-weight: bold;
  line-height: 16px;
  padding-bottom: 0;
}

#kia .inputType_checkbox.premium label {
  padding-bottom: 0;
}

#kia .inputType_checkbox.premium .premium_small {
  font-weight: normal;
  margin-top: 4px;
  margin-bottom: 0;
}

#kia.xs-view .stepright input {
  width: 100%;
}

#kia .inputType_checkbox.sms {
  padding-left: 12px;
}

#kia .inputType_checkbox.terms {
  padding-left: 12px;
}

#kia .inputType_checkbox.terms label {
  font-size: 12px !important;
  line-height: 23px !important;
  margin-left: -12px;
  margin-right: 12px;
  font-weight: normal;
}

#kia .inputType_checkbox.sms label {
  font-weight: normal;
  font-size: 12px !important;
  line-height: 18px !important;
  margin-left: -12px;
  margin-right: 12px;
}

#kia .modal-header {
  min-height: 50px;
}

#search .gs-no-results-result .gs-snippet, #search .gs-error-result .gs-snippet, #search .gsc-control-cse {
  font-family: 'Open Sans', sans-serif;
}

#search .gcsc-branding-text, #search .gcsc-branding-text-name, #search .gsst_a, #search.gcsc-branding, .gsc-url-top, #search .gcsc-branding {
  display: none;
}

#search form.gsc-search-box {
  width: 100%;
  background: #fff;
  height: 75px;
}

#search .gsc-table-cell-snippet-close, #search .gs-promotion-text-cell {
  width: 100%;
}

#search .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  border-color: #3f3f3f;
}

#search #gsc-i-id1 {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  height: 75px !important;
  line-height: 75px;
  font-size: 24px;
  margin: 0;
  padding: 0;
  width: 100% !important;
}

#search .gsc-control-cse {
  padding: 0;
}

#search.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
  padding: 0;
}

#search .gsc-above-wrapper-area {
  margin-top: 30px;
}

#search .gsc-above-wrapper-area, #search .gsc-results {
  background: #fff;
}

#search input.gsc-search-button, #search input.gsc-search-button:hover, #search input.gsc-search-button:focus {
  background-color: #05141f;
  background-image: url("../images/search_col.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50% auto;
  border: medium none;
  filter: none;
  height: 0;
  margin: 0;
  padding: 75px 75px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto !important;
}

#search #gsc-iw-id1.gsc-input-box {
  background: none;
  border: none;
  height: 75px;
  box-shadow: none !important;
}

#search .gsib_a {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
}

#search .gsst_b {
  -moz-user-select: none;
  font-size: 16px;
  margin-top: 6px;
  padding: 0 2px;
  position: relative;
  white-space: nowrap;
}

#search .gsc-selected-option-container {
  min-width: 70px !important;
}

#search .gsc-webResult.gsc-result:hover, .gsc-imageResult:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

#search .gs-webResult.gs-result a.gs-title:link, #search .gs-webResult.gs-result a.gs-title:link b, #search .gs-imageResult a.gs-title:link, #search .gs-imageResult a.gs-title:link b {
  color: #3f3f3f;
}

#search .gs-webResult.gs-result a.gs-title:visited, #search .gs-webResult.gs-result a.gs-title:visited b, #search .gs-imageResult a.gs-title:visited, #search .gs-imageResult a.gs-title:visited b {
  color: #3f3f3f;
}

#search .gs-webResult.gs-result a.gs-title:hover, #search .gs-webResult.gs-result a.gs-title:hover b, #search .gs-imageResult a.gs-title:hover, #search .gs-imageResult a.gs-title:hover b {
  color: #3f3f3f;
}

#search .gs-webResult.gs-result a.gs-title:active, #search .gs-webResult.gs-result a.gs-title:active b, #search .gs-imageResult a.gs-title:active, #search .gs-imageResult a.gs-title:active b {
  color: #3f3f3f;
}

#search .gsc-control-cse .gs-spelling, #search .gsc-control-cse .gs-result .gs-title, #search .gsc-control-cse .gs-result .gs-title * {
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
}

#search .gsc-results {
  width: 100%;
}

#search .gsc-orderby-container {
  display: none;
}

#search div.gs-title {
  padding-bottom: 0;
}

#search a.gs-title {
}

#search .gsc-thumbnail-inside {
  background: none repeat scroll 0 0 #eee;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding: 7px 10px 3px;
}

#search .gsc-results .gsc-cursor-box {
  text-align: center;
}

#search .gsc-results .gsc-cursor-box .gsc-cursor-page {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #3f3f3f;
  display: inline-block;
  float: none;
  margin: 0 5px 10px 5px;
  color: #42474A;
  border-radius: 2px;
  padding: 6px 0;
  width: 34px;
  text-decoration: none;
  text-align: center;
}

#search .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background-color: #898989;
  border-color: #898989;
  color: #fff;
}

#search .gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #3f3f3f;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
}

/* NewsList */
#kia .formholder .holder.success .step_heading .title {
  width: 100%;
  padding-left: 15px;
}

/* Brochure */
#kia .formholder .holder .step_heading .title {
  color: #333;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  height: 50px;
  margin: 5px 0 5px 5px;
  text-align: left;
  width: 230px;
}

#kia .silver-gradient {
  background: #e0e0e0;
}

#kia #cal td.ui-datepicker-current-day a, #kia #cal td.ui-datepicker-current-day a {
  background-image: none;
  background-color: #fafafa;
  color: #000;
}

#kia #cal a.ui-state-active, #kia .hour-picker li.selected a {
  background: none repeat scroll 0 0 #ccc !important;
  color: #fff !important;
}

#kia .hour-picker li.selected a {
  background-color: #fafafa;
  color: #000;
  text-align: center;
  text-decoration: none;
}

#kia .ui-datepicker-unselectable {
  color: #999;
}

#kia #cal td.ui-datepicker-today a span {
  border: 1px solid #fff;
  color: #3f3f3f;
}

#kia #cal td a, #cal .ui-state-default {
  color: #3f3f3f;
}

#kia #cal .enabled a:hover {
  color: #3f3f3f;
  border: 1px solid #fff;
  background-color: #fff;
}

#kia a.questionmore, #kia a.premium {
  color: #fff;
  top: 7px;
}

#kia .additionalservice .inputType_checkbox, #kia.tabView .additionalservice .inputType_checkbox, #kia.smartMobile2 .additionalservice .inputType_checkbox, #kia.mobileView .additionalservice .inputType_checkbox {
  background: #fff;
  border: 1px solid #fff;
  padding-bottom: 0px;
  border-radius: 0px;
}

#kia a.showmap {
  background-color: #f5f5f5;
  color: #3f3f3f;
  white-space: nowrap;
  border-radius: 0px;
}

#kia .termin {
  background-color: #fff;
  height: auto;
}

#kia .formholder label[for="ClientsTermsOfUse"] {
  width: 100%;
}

#kia.desktopView .termin, #kia.tabView .termin {
  background-color: transparent;
}

#kia .work-times .week-day {
  display: inline-block;
  width: 90px;
}

#kia.desktopView .catLab {
  top: 0px;
}

#kia .modal-header .close, #kia .modal-footer button {
  background: #e0e0e0;
  border: 1px solid #d3d3d3;
  border-radius: 0px;
  color: #4a494a;
  text-decoration: none;
  padding: 0 5px;
}

#kia .modal-header .close:hover, #kia .modal-footer button:hover {
  background: #d3d3d3;
}

#kia a.custom-combobox-toggle {
  background: transparent;
}

#kia .custom-select {
  background: url('../images/select.png') no-repeat scroll center center transparent;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

#kia.xs-view .serviceform_container .status {
  top: 9px;
}

#kia .forma_bck, #kia .formholder, #kia .formholder .holder.range_selection .range_models {
  background: #fff;
}

#kia .forma_bck h3, #kia .formholder h3, #kia .hour-header {
  border-bottom: 1px solid #e2e2e2;
  text-transform: uppercase;
  color: #05141f;
  font-family: "Open Sans", "Glyphicons Halflings", Tahoma, sans-serif;
  background: none;
}

#kia .tree-steps {
  box-shadow: none;
}

#kia .ui-corner-all {
  border-radius: none;
}

#kia.desktopView #cal .ui-datepicker .ui-datepicker-title, #kia.tabView #cal .ui-datepicker .ui-datepicker-title {
  line-height: 40px;
  margin-bottom: 0;
}

#kia .formholder .steps .step .step_heading {
  background: transparent;
  border: none !important;
  max-height: 100%;
  padding-left: 15px;
}

#kia .formholder .holder.success.active .step_heading .number {
  display: none;
}

#kia #cal td.ui-datepicker-today span {
  padding: 8px 0;
}

#kia .hour-picker li {
  border: 1px solid #ddd;
  height: 32px;
  line-height: 23px;
  margin: 2px;
  padding: 0;
  text-align: center;
  width: 30%;
  font-size: 12px;
}

#kia .hour-picker li:hover {
  border-color: #fff;
  background: #fff;
}

#kia .hour-picker li a {
  text-decoration: none;
  font-size: 14px;
}

#kia .hour-picker li.selected {
  background-color: #fff;
  background-image: none;
  color: #ffffff;
}

#kia .show-more {
  padding-left: 25px !important;
}

#kia #cal .ui-icon {
  border-radius: 0px;
  background: transparent;
}

#kia #cal .ui-datepicker-header .ui-state-disabled {
  display: inline-block;
  opacity: 0.2;
}

#kia .ui-datepicker-calendar .ui-state-hover {
  color: #000;
}

#kia .checkdesc {
  font-size: 12px;
  padding-bottom: 10px
}

#kia .term_service {
  border-radius: 0px;
}

#kia.desktopView textarea, #kia.tabView textarea {
  width: 100%;
}

#kia .representativeVcard, #kia .representativeMore, #kia .representativeGoogleCalendar {
  text-decoration: none;
}

#kia .representativeVcard img, #kia .representativeMore img, #kia .representativeGoogleCalendar img {
  margin: 0 0 0 5px;
  float: left;
}

#kia .car-details-info .slider {
  min-height: 300px;
}

#kia .car-details-info h1 {
  margin-top: 0;
}

#kia .forma_bck .representative .post {
  white-space: nowrap;
}

#kia .formholder .holder.success {
  width: 100%;
}

#kia .success .title {
  border-radius: 0px;
}

#kia .news-unit a {
  text-decoration: none;
}

#kia .news-unit .summary a {
  text-decoration: underline;
  color: #05141f;
  white-space: nowrap;
}

#kia .news-unit a:hover h2 {
  color: #05141f;
}

#kia #news {
  background: none repeat scroll 0 0 #fff;
  margin-top: 30px;
  padding: 15px;
}

#kia.xs-view #news .news-content img {
  margin: 10px auto !important;
  max-width: 100% !important;
  height: auto !important;
}

#kia #news .news-content .image-style-align-right{
  margin-left: 20px;
  display: inline-block;
}
#kia #news .news-content .image-style-align-left{
  margin-right: 20px;
  display: inline-block;
  float: left;
}
#kia #news .news-title img {
  margin-top:20px;
  margin-bottom: 20px;
  height:auto;
  width: 100%;

}
#kia #news .news-content img {
  margin-top:20px;
  margin-bottom: 20px;
  height:auto;
  width: 100%;

}

#kia #news .news-content li {
  padding-bottom: 5px !important;
}

#kia #news .title {
  font-size: 20px;
}

#kia .gs-webResult div.gs-visibleUrl, #kia .gs-imageResult div.gs-visibleUrl {
  color: #05141f;
}

#kia #search img.gs-image {
  margin: 0 7px;
}

#kia #search .gsc-table-cell-snippet-close, #kia #search .gs-promotion-text-cell {
  padding-left: 7px;
}

#kia #search .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background: none repeat scroll 0 0 #898989;
  border-color: #898989;
}

#kia #search .gsc-thumbnail-inside {
  border: none;
}

#kia .emissions h1 {
  color: #333 !important;
  font-size: 36px;
  margin: 0 0 20px;
  padding: 0;
  text-transform: uppercase;
  margin-top: 30px;
}

#kia .emissions .line-red {
  margin-left: 0px;
}

#kia .emissions .emission-content {
  background: transparent;
  padding: 0 !important;
}

#kia .emissions .emission-table {
  border-left: 1px solid #fff;
  table-layout: auto;
  width: 920px;
}

#kia .emissions .emission-table th {
  background-color: #05141f;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #ffffff;
  font: bold 9px/1.4 Helvetica, Arial, sans-serif;
  padding: 3px;
  text-align: center;
}

#kia .emissions .emission-table td {
  background-color: #fafafa;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  font: 9px/1.4 Helvetica, Arial, sans-serif;
  padding: 3px;
  text-align: center;
}

#kia .emissions .emission-table tr:hover td {
  background: #fff;
}

#kia .emissions .emission-table tr.alt td {
  background: #ededee;
}

#kia .emissions .emission-table td.last {
  border-right: medium none;
}

#kia .emissions .emission-table .desno {
  border-right: medium none;
}

#kia .emissions .emission-table .levo {
  text-align: left;
}

#kia .emissions .emission-holder {
  max-width: 100%;
  overflow: auto;
}

#kia .popupWindow {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #ccc;
  left: 50px;
  padding: 15px;
  position: absolute;
  top: 50px;
  width: 350px;
}

#kia .popupWindow img.close_me {
  border: 0 none;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 10px;
}

#kia .popupWindow .title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

#kia .popupWindow .address {
  border-bottom: 1px solid #bb0022;
  color: #333;
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

#kia .popupWindow .seller {
  background-image: url("http://www.kmag.net/sharedcakephp/img/representatives/icon_seller.png");
  background-position: 0 0 !important;
  background-repeat: no-repeat;
  font-size: 11px;
  margin-bottom: 5px;
  min-height: 30px;
  padding: 0 0 5px 35px;
}

#kia .popupWindow .repair {
  background-image: url("http://www.kmag.net/sharedcakephp/img/representatives/icon_repair.png");
  background-position: 0 0 !important;
  background-repeat: no-repeat;
  font-size: 11px;
  margin-bottom: 5px;
  min-height: 30px;
  padding: 0 0 5px 35px;
}

#kia .popupWindow .web {
  background-image: url("http://www.kmag.net/sharedcakephp/img/representatives/icon_web.png");
  background-position: 0 0 !important;
  background-repeat: no-repeat;
  border-bottom: 1px solid #ccc;
  font-size: 11px;
  margin-bottom: 10px;
  min-height: 30px;
  padding: 0 0 5px 35px;
}

#kia .popupWindow .testdrive {
  background-image: url("http://www.kmag.net/sharedcakephp/img/representatives/icon_testdrive.png");
  background-position: 0 0 !important;
  background-repeat: no-repeat;
  border-bottom: 0 solid #ccc;
  font-size: 11px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 5px;
  min-height: 26px;
  padding: 0 0 0 35px;
}

#kia .popupWindow .service {
  background-image: url("http://www.kmag.net/sharedcakephp/img/representatives/icon_service.png");
  background-position: 0 0 !important;
  background-repeat: no-repeat;
  border-bottom: 0 solid #ccc;
  font-size: 11px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 5px;
  min-height: 26px;
  padding: 0 0 0 35px;
}

#kia .popupWindow .web a {
  color: #bb0022;
}

#kia .popupWindow .web a:hover {
  text-decoration: underline;
}

#kia .popupWindow .representative_image {
  float: right;
}

#kia .car-img img {
  width: 100%;
}

/* RESULT */
.result-contents.well {
  background: none;
  padding: 0;
  box-shadow: none;
  border: none;
}

.result-contents.well a {
  color: inherit;
  text-decoration: none;
}

.result {
  background: #ffffff;
  margin-bottom: 10px;
  border: none;
}

.result:hover {
  background: #FAFAFA;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.result:last-child {
  margin-bottom: 0;
}

.result .ribbon {
  max-width: 50%;
  top: -3px;
  left: -3px;
}

.result .ribbon img {
  max-width: 100px;
}

.result .car-view img {
  max-width: 100%;
}

.result .car-price {
  text-align: right;
}

.result .car-price .price {
  font-size: 18px;
  font-weight: bold;
  color: #3f3f3f;
}

.result .car-price.reduced-price .price {
  color: #05141f;
}

.result .car-price .price-compare {
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  font-weight: normal;
  color: #666;
}

.result .car-price .old-price {
  font-size: 12px;
  font-weight: normal;
  color: #666;
}

.result .car-price .car-status {
  font-size: 12px;
  font-weight: bold;
  color: #3f3f3f;
}

.result .car-title {
  clear: both;
  color: #3f3f3f;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.xs-view .result .car-title {
  font-size: 16px;
}

.result .car-title a {
  text-decoration: none;
}

.result .car-description {
  font-size: 12px;
  font-weight: normal;
}

.sm-view .listing_img_wrap {
  margin-bottom: 10px;
}

.xs-view .result .car-description {
  padding-top: 10px;
}

.result-sort-mobile a {
  color: #3f3f3f;
  text-decoration: none;
  font-size: 20px;
}

.xs-view .result-contents.well {
  padding: 0;
  border: 0;
  box-shadow: none;
}

.xs-view .result.well {
  background: #FFF;
  padding: 10px 15px 10px;
  border: 0px solid #FFF;
  border-bottom: 1px solid #3f3f3f;
  border-radius: 0;
  box-shadow: none;
}

.xs-view .result .car-title {
  margin-bottom: 0.5em;
}

.xs-view .result .car-price {
  text-align: left;
  margin-top: 10px;
  float: left;
}

.xs-view#kia .check_car_wrap {
  padding-top: 15px;
}

.sm-view .result .car-price {
  text-align: left;
}

a.grid-option {
  color: #3f3f3f;
  text-decoration: none;
}

a.grid-option.active {
  color: #05141f;
}

.listings-container.grid-template {
  margin: 0 -5px;
}

/* .matrix-container */
.matrix-container a {
  text-decoration: none;
  display: block;
  height: auto;
}

.matrix-container {
  float: left;
  display: block;
}

.matrix-container .result * {
  text-align: left;
}

.matrix-container .result {
  margin: 0 5px;
}

.lg-view .matrix-container {
  width: 25%;
}

.md-view .matrix-container {
  width: 33.3%;
}

.sm-view .matrix-container {
  width: 50%;
}

.xs-view .matrix-container {
  width: 100%;
}

.matrix-container .result.well {
  padding: 15px;
}

.xs-view .matrix-container .result.well {
  padding: 0 0 10px 0;
  margin: 0;
}

.matrix-container .result .car-title {
  font-size: 12px;
  height: 42px;
}

.xs-view .matrix-container .result .car-title {
  font-size: 14px;
}

.matrix-container .result .car-view {
  margin-bottom: 10px;
}

.matrix-container .result .ribbon {
  max-width: 33%;
}

ul.pagination > li > a {
  background: #FFF;
  color: #999;
  border-color: #DDD;
}

ul.pagination > li > a:hover {
  background: #EEE;
  color: #3f3f3f;
  border-color: #DDD;
}

ul.pagination > li.active > a, ul.pagination > li.active > a:hover {
  color: #FFF;
  background-color: #05141f;
  border-color: #05141f;
}

/* RESULT */
/* DETAIL VIEW */
.car-view-controls .prev-next-arrows {
  text-align: right;
  color: #999;
  font-size: 20px;
}

.car-view-controls {
  color: #666;
  margin-bottom: 5px;
}

.car-view-controls a {
  color: #999;
}

.car-view-controls a:hover {
  color: #666;
}

.car-view-header a.car-link {
  font-weight: bold;
  color: #3f3f3f;
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  border-radius: 0px;
}

#kia .car-view-header .btn-danger {
  font-size: 11px;
}

.car-view-header a.car-link img {
  max-width: 100%;
}

.car-view-header a.car-link:hover {
  font-weight: bold;
  color: #3f3f3f;
  text-decoration: none;
  opacity: 1;
}

.car-view-header .car-link.prev {
  width: 160px;
  background-color: #FFF;
  border: 1px solid transparent;
  position: absolute;
  top: 0;
  left: -175px;
}

.car-view-header .car-link.next {
  width: 160px;
  background-color: #FFF;
  border: 1px solid transparent;
  position: absolute;
  top: 0;
  right: -175px;
}

.car-view-header .car-link .car {
  margin-bottom: 5px;
}

.car-view-header .car-link .car-name {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}

.car-view-header .car-link .price {
  text-align: center;
  margin-bottom: 0.25em;
  font-size: 14px;
}

.car-view-header .car-view-logo {
  font-weight: bold;
  font-size: 24px;
}

.car-view-header .car-view-logo img {
  width: 100%;
}

.car-view-header .car-view-title {
  font-weight: bold;
  font-size: 20px;
}

.xs-view .car-view-header .car-view-description {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}

.xs-view .car-view-header.well {
  border: 0;
  box-shadow: none;
  padding-left: 10px;
  padding-right: 10px;
}

.xs-view .container .well.opis-vozila, .xs-view .container .seller, .xs-view .container .vehicle-spec {
  padding-left: 15px;
  padding-right: 15px;
}

.car-view-header .car-view-price {
  color: #3f3f3f;
  font-weight: bold;
  font-size: 26px;
  line-height: 28px;
  text-align: right;
}

.car-view-header .car-view-price .price-notes {
  font-size: 12px;
}

.sm-view .car-view-header .car-view-price {
  font-size: 26px;
}

.car-view-header .car-view-price.reduced-price {
  color: #D00;
}

.car-view-header .price-compare {
  color: #666;
  font-size: 12px;
  line-height: 100%;
  text-align: right;
  font-weight: normal;
}

.car-view-header .car-view-price-old {
  color: #666;
  font-size: 12px;
  text-align: right;
}

.car-view-header .car-view-status {
  font-size: 12px;
  font-weight: bold;
  color: #3f3f3f;
  text-align: right;
}

.xs-view .car-view-header .car-view-price {
  text-align: left;
  margin-top: 0.5em;
}

.xs-view .car-view-header .car-view-price-old {
  text-align: left;
  font-size: 14px;
}

.xs-view .car-view-header .car-view-status {
  text-align: left;
  margin-bottom: 1em;
  text-align: left;
  font-size: 14px;
}

.xs-view .car-details-info {
  padding: 0;
}

.car-view-seller .seller-logo {
  text-align: center;
}

.car-view-seller .seller-logo img {
  width: 100px;
}

.xs-view .car-view-seller .seller-logo img {
  max-width: 100px;
  margin-bottom: 1em;
}

.xs-view .car-view-seller .seller-name {
  text-align: left;
  margin-bottom: 1em;
}

.xs-view .car-view-seller .seller-info {
  text-align: center;
  margin-bottom: 1em;
}

.xs-view .car-gallery-slider.well {
  padding: 0 0 10px 0;
}

#volvo .slider-wrap {
  text-align: center;
}

.slider-wrap .slider {
  display: inline-block;
  position: relative;
  border: 1px solid #CCC;
  width: 97%;
}

.lg-view .slider-wrap .slider {
  display: inline-block;
  position: relative;
  border: 1px solid #CCC;
  width: 97%;
}

.xs-view .slider-wrap .slider {
  width: 100%;
}

.slider-wrap .slider .slider-controls .slider-prev span, .slider-wrap .slider .slider-controls .slider-next span {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}

.slider-wrap .slider .slider-controls .slider-prev span:hover, .slider-wrap .slider .slider-controls .slider-next span:hover {
  color: #fff;
  cursor: pointer;
}

.xs-view .slider-wrap .slider .slider-controls .slider-prev {
  color: rgba(255, 255, 255, 0.8);
  left: 0.5em;
}

.xs-view .slider-wrap .slider .slider-controls .slider-next {
  color: rgba(255, 255, 255, 0.8);
  right: 0.5em;
}

.xs-view .slider-wrap .slider .slider-controls .slider-prev span:hover {
  color: rgba(255, 255, 255, 1);
}

.xs-view .slider-wrap .slider .slider-controls .slider-next span:hover {
  color: rgba(255, 255, 255, 1);
}

.slider-wrap .slider .slider-controls .slider-prev {
  position: absolute;
  top: 45%;
  left: 1em;
  font-size: 2em;
  color: #999;
  z-index: 1000;
}

.slider-wrap .slider .slider-controls .slider-next {
  position: absolute;
  top: 45%;
  right: 1em;
  font-size: 2em;
  color: #999;
  z-index: 1000;
}

.xs-view .slider-wrap .slider .slider-controls .slider-prev span, .xs-view .slider-wrap .slider .slider-controls .slider-next span {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.xs-view .slider-wrap .slider .slider-controls .slider-prev {
  color: rgba(255, 255, 255, 0.8);
  left: 0.5em;
  z-index: 1000;
}

.xs-view .slider-wrap .slider .slider-controls .slider-next {
  color: rgba(255, 255, 255, 0.8);
  right: 0.5em;
  z-index: 1000;
}

.slider-wrap .slider .slider-cover-ribbon {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 100px;
  max-width: 100%;
  z-index: 10;
  z-index: 1000;
}

.slider-wrap .slider .slider-cover-banner {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 1000;
  background: #fff;
}

.slider-wrap .slider .slider-contents a {
  width: 100%;
  height: auto;
  display: block;
}

.slider-wrap .slider .slider-contents img {
  width: 100%;
}

.slider-wrap .slider-thumbs {
  margin-top: 1em;
}

.slider-wrap .slider-thumbs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.slider-wrap .slider-thumbs ul li {
  border: 2px solid transparent;
  display: inline-block;
  margin: 1px;
}

.slider-wrap .slider-thumbs ul li.cycle-pager-active {
  border: 2px solid #D00;
  position: relative;
}

.slider-wrap .slider-thumbs ul li.cycle-pager-active:after {
  content: "";
  position: absolute;
  top: -10px; /* value = - border-top-width - border-bottom-width */
  left: 35%; /* controls horizontal position */
  border-width: 0 10px 10px; /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: #990000 transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}

.slider-wrap .slider-thumbs ul li.cycle-pager-active:after {
  display: none !important;
}

.slider-wrap .slider-thumbs ul li:hover {
  border: 2px solid #D00;
  position: relative;
}

.slider-wrap .slider-thumbs ul li img {
  height: 50px;
  cursor: pointer;
}

.xs-view .seller.well .logo img {
  max-width: 100px;
  margin-bottom: 1em;
}

.form-group.has-error {
}

.has-error {
  position: relative;
}

.has-error div.tip_error {
  font-size: 12px;
  padding: 5px 5px 0px 5px;
}

.tip_error {
  color: #c00;
  display: none;
}

.opis-vozila h1 {
  cursor: pointer;
}

.xs-view .car-container.well {
  padding: 0;
  border: 0;
}

.detail-properties-attribute .line {
  border-top: 0px solid #d6d6d6;
  padding: 2px 0 3px 0;
}

.detail-properties-attribute span.detail-properties-value {
  float: right;
  width: 45%;
  text-align: left;
  font-weight: bold;
  white-space: pre-line;
  overflow: hidden;
}

.box-holder {
  display: inline-block;
  float: left;
  position: relative;
}

.box-holder::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.box-2_1::before {
  padding-top: 50%;
}

.box-1_2::before {
  padding-top: 200%;
}

.box-4_3::before {
  padding-top: 75%;
}

.ratio-16_9::before {
  padding-top: 56.25%;
}

#kia .position.sex_radio label {
  margin-left: 15px;
  top: 2px;
}

/**     Service form fix ADugon **/
#kia .serviceform_container .forma_bck .wrapRight {
  background: #fff;
}

#kia .serviceform_container .forma_bck .position input {
  border: 1px solid #E3E3E3;
}

#kia .serviceform_container .inputType_checkbox.premium {
  height: 60px !important;
}

#kia .serviceform_container .inputType_checkbox.premium {
  padding: 20px 15px 0;
}

/** Catalog additions for a new form  **/
#kia #brochure {
  font-family: "Open Sans", "Glyphicons Halflings", Tahoma, sans-serif !important;
}

#kia #brochure .ProductWrapBootstrap {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  #kia #brochure .ProductWrapBootstrap {
    width: 750px;
  }
}

@media (min-width: 992px) {
  #kia #brochure .ProductWrapBootstrap {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  #kia #brochure .ProductWrapBootstrap {
    width: 990px;
  }
}

#kia #brochure .font-main {
  padding: 0 15px;
}

#kia #brochure .line-red {
  margin: 0 15px 30px;
}

#kia #brochure .selected_car h3 {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  color: #666 !important;
  font-size: 24px !important;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
  padding: 12px !important;
  padding-top: 0 !important;
  text-transform: uppercase !important;
}

#kia #brochure .selected_car h3::after {
  display: none !important;
}

#kia #brochure .wrapRight h3 {
  color: #05141f !important;
  font-family: "Open Sans", "Glyphicons Halflings", Tahoma, sans-serif !important;
  font-weight: 500;
  padding-bottom: 4px;
}

#kia #brochure .wrapRight .a_next a {
  height: 37px;
  line-height: 1.5;
}


#kia #brochure .sex_radio .emotion_983 label {
  position: relative;
}

#kia #brochure .sex_radio .emotion_983 * {
  display: inline-block;
  width: auto !important;
  padding: 10px 10px 10px 20px;
  font-weight: 500;
}

#kia #brochure .sex_radio .emotion_983 label:before {
  position: absolute;
  top: 15px;
  left: 0;
  content: '';
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin: -2px 6px 0 0;
  background-color: transparent;
  background-image: url(//www.kmag.net/sharedcakephp/kia2/img/form/radio_form.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

#kia #brochure input[type="radio"]:checked:not(old) + label,
#kia #brochure .sex_radio .emotion_983 label {
  background: none;
}

#kia #brochure .sex_radio {
  margin-top: 0;
}

/** GDPR **/
#kia[data-controller="TestDrive"] .wrapRight .inputType_checkbox_row {
  margin: 0;
  padding: 0;
}

#kia[data-controller="TestDrive"] .wrapRight .inputType_checkbox_row.gdprDisclaimer-box {
  padding-left: 15px;
  padding-right: 15px;
}

#kia[data-controller="Service"] .wrapRight .inputType_checkbox_row.gdprDisclaimer-box {
  margin-top: 10px;
  margin-bottom: 0 !important;
}

#kia[data-controller="Service"] .wrapRight .inputType_checkbox_row.gdprDisclaimer-box label {
  display: block;
  width: calc(100% - 25px);
}

#kia[data-controller="Brochure"] .f_right {
  padding-top: 30px;
  padding-bottom: 10px;
}

#kia[data-controller="Brochure"] .f_right .wrapRight {
  padding: 0 15px;
}

#kia[data-controller="Brochure"] .wrapRight .row {
  padding: 0;
}

#kia[data-controller="Brochure"] .wrapRight .a_next {
  overflow: auto;
  margin-top: 20px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#kia[data-controller="Brochure"] .wrapRight .pdf_download_btn_wrapp.download_pdf_wrapper {
  padding-top: 30px !important;
}

#kia[data-controller="Brochure"] .wrapRight .pdf_download_btn_wrapp.download_pdf_wrapper .download-pdf {
  float: right;
}

#kia[data-controller="Brochure"] .wrapRight .pdf_download_btn_wrapp.download_pdf_wrapper .download-pdf {
  border: 1px solid #05141f;
  border-radius: 100px !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  /*height: 32px;*/
  line-height: 30px;
  padding: 0 20px;
  margin-top: 0px;
  background: #05141f;
  box-shadow: none !important;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: bold;
}

#kia[data-controller="Brochure"] .wrapRight .col-sm-6 {
  width: 50%;
}

#kia[data-controller="Brochure"] .wrapRight .gdprDisclaimer-box .block_error .tip_error {
  display: block;
  padding-left: 12px;
}

#kia[data-controller="Brochure"] .wrapRight .download_pdf_wrapper .inputType_checkbox_row.gdprDisclaimer-box,
#kia[data-controller="Brochure"] .wrapRight .post-catalog-form-inputs .inputType_checkbox_row.gdprDisclaimer-box {
  padding-top: 5px;
  padding-bottom: 5px;
}

#kia[data-controller="Brochure"] .wrapRight .post-catalog-form-inputs .inputType_checkbox_row.gdprDisclaimer-box {
  padding: 5px 0;
}

#kia[data-controller="Brochure"] .wrapRight .pdf_download_btn_wrapp {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#kia[data-controller="Newslist"] .wrapRight .row {
  padding: 0;
}

#kia[data-controller="Newslist"] .wrapRight .row .col-sm-6 {
  width: 50%;
}

#kia[data-controller="Newslist"] .wrapRight .inputType_checkbox_row.gdprDisclaimer-box {
  padding: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

#kia[data-url="vehicle_appraisal"] .inputType_checkbox_row.gdprDisclaimer-box {
  margin-bottom: 0 !important;
  padding: 0 5px;
}

#kia[data-url="vehicle_appraisal"] .inputType_checkbox_row.gdprDisclaimer-box .disclaimer-label {
  display: block;
  width: calc(100% - 32px);
  float: right;
  font-size: 12px;
}

#kia[data-url="vehicle_appraisal"] .inputType_checkbox_row.gdprDisclaimer-box .inputType_checkbox {
  width: 25px;
  float: left;
}

#kia[data-url="service"] #serviceIndexForm .tip_error {
  margin-left: 0 !important;
  margin-bottom: 10px !important;
  text-align: left;
}

#kia[data-url="service"] .gdprDisclaimer-box .tip_error {
  padding-left: 25px !important;
}

#kia[data-url="test_drive"] .position {
  color: #000;
}

#kia[data-url="service"] .gdpr_service_chekboxes {
  margin: 15px -8px;
}

#kia[data-url="service"] .gdpr_service_chekboxes .inputType_checkbox_row.gdprDisclaimer-box {
  margin-bottom: 10px !important;
}

.emergency_bar {
  position: relative;
  font-family: "KIA", Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  z-index: 101;
  padding-bottom: 10px;
}

@media only screen and (max-width: 480px) {
  .emergency_bar {
    font-size: 12px;
  }
}

.emergency_bar .CorporateResponsiveWrap {
  padding: 12px 30px 15px 0;
  max-width: 970px;
  margin: 0 auto;
}

.emergency_bar a {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
}

.emergency_bar .close {
  background-size: 250px;
  position: absolute;
  top: 3px;
  right: -18px;
  width: 21px;
  height: 21px;
  opacity: 1;
}

.emergency_bar .close .line_frame {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.emergency_bar .close .line_frame .line1,
.emergency_bar .close .line_frame .line2 {
  position: absolute;
  display: inline-block;
  height: 3px;
  top: 8px;
  left: -3px;
  transform: rotate(45deg);
  width: 25px;
}

.emergency_bar .close .line_frame .line2 {
  transform: rotate(-45deg);
}

/* Kia representative page - fix service disclaimer */

#kia #service .gdprDisclaimer-box {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
}

#kia #service .gdpr_service_chekboxes {
  padding-top: 20px;
  margin: 0px;
}

#kia #service .gdpr_service_chekboxes .inputType_checkbox.terms {
  padding-left: 0px;
  margin-left: -33px;
}

#kia #service .gdprDisclaimer-box label {
  margin: 0px;
}

#kia #service .gdpr_service_chekboxes .gdprDisclaimer-box label.disclaimer-label {
  width: 100%;
}

#kia #service .gdprDisclaimer-box label {
  margin-top: -15px;
  margin-left: 33px;

}

div[class^="truepush"],
div[class*="truepush"],
.truepush_optin_notifications {
  display: none !important;
}

#kia #service .forma_bck .glyphicon {
  color: #05141f !important;
}

#kia #sezonska_ponudba .menu-bar {
  background-color: #05141f;
}

#kia #sezonska_ponudba .menu-bar .menu-bar_right .menu-bar_dropdown {
  border-bottom: 5px solid #05141f !important;
  border-left: 1px solid #f5f5f5 !important;
}

#kia #sezonska_ponudba .menu-bar_home {
  border-bottom: 5px solid #05141f !important;
}

#kia #sezonska_ponudba .menu-bar .menu-bar_right .menu-bar_float {
  background-color: #05141f !important;
}


#kia #sezonska_ponudba .menu-bar .menu-bar_right .menu-bar_float ul li a {
  border-top: 1px solid #05141f !important;
}

#kia .footer .container .footer_logo img, .top-bar .logo img {
  max-width: 80px;
  padding-top: 8px;
}

.rep_275 .body-content .gallery,
.rep_275 .body-content .representative-logo {
  display: none;
}

.rep_275 .body-content .col-sm-8.padding-bottom.margin-bottom-big .bg-white.padding {
  margin-top: 20px;
}