.job-offer-heading {
  margin: 30px 0;
  font-weight: normal;
  font-size: 18px;
  color: #000;
}

.job-offer-heading.holding-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.job-offer-heading.holding-heading img {
  margin-left: 15px;
}

.job-offer {
  border: 1px solid #e1e1e1;
  padding: 25px;
  border-left: 6px solid #c71444;
  font-size: 16px;
  margin-bottom: 20px;
}

.job-offer .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.job-offer .title.thin a {
  color: #616161;
  font-weight: 500;
}

.job-offer a {
  font-size: 16px;
}

.job-offer .btn {
  font-size: 16px;
  white-space: normal;
  color: #fff;
}

@media only screen and (max-width:767px) {
  .job-offer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .job-offer .btn {
    margin-bottom: 15px;
  }
}

.holding-box {
  border: 1px solid #e1e1e1;
  margin-bottom: 15px;
}

.holding-box>.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media only screen and (max-width:767px) {
  .holding-box>.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.holding-box .holding-header {
  padding: 30px 0;
  margin: 0 30px;
}

.holding-box .holding-header .content {
  font-size: 16px;
  color: #000;
  margin: 30px 0;
}

.holding-box .holding-body {
  padding: 30px;
  background-image: url('../images/holding-bg.png');
  background-position: right;
  background-repeat: no-repeat;
}

.holding-box .holding-body.no-padding {
  padding: 0;
  background-image: none;
}

.holding-box .holding-body img {
  width: 100%;
}

.holding-box .holding-body h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 24px;
}

.holding-box .holding-body ul {
  padding: 0;
  margin: 0;
}

.holding-box .holding-body ul li {
  color: #000;
  list-style: none;
  font-size: 14px;
  margin-bottom: 5px;
}

.holding-box .holding-body ul li:before {
  color: #c71444;
  content: "\2022";
  font-size: 1em;
  padding-right: 1.1225em;
  position: relative;
  top: 0em;
}

@media only screen and (max-width:767px) {
  .holding-box .holding-body {
    background-position: right bottom;
  }
}

.holding-box .holding-footer {
  background-color: #eeeeee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.holding-box .holding-footer p {
  font-size: 18px;
  padding: 15px 30px;
  margin: 0;
  color: #000;
  font-weight: bold;
}

.holding-box .holding-footer .btn {
  padding: 0.75rem 3rem;
  font-size: 24px;
  font-weight: 500;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: normal;
}

.holding-box .holding-footer .btn i {
  margin-left: 30px;
  margin-top: 3px;
  font-size: 18px;
}

@media only screen and (max-width:767px) {
  .holding-box .holding-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .holding-box .holding-footer .btn {
    margin-left: 0;
  }
}

.panel-job .panel-heading {
  background-color: #efefef;
}

.panel-job .panel-heading>* a {
  color: #616161;
  font-weight: bold;
}

.panel-job .panel-heading>* a:hover,
.panel-job .panel-heading>* a:active,
.panel-job .panel-heading>* a:focus,
.panel-job .panel-heading>* a.active {
  color: #c71444;
}

.panel-job .panel-body {
  background-color: transparent;
  padding: 0 !important;
}

.job-margin-minus {
  margin-left: -30px;
  margin-right: -30px;
}

.d-none {
  display: none !important;
}

.margin-bottom {
  margin-bottom: 15px;
}

.yt-video-resp {
  position: relative;
  overflow: hidden;
  padding-top: 66%;
}

.yt-video-resp iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.panel-dark.submenu .panel-heading {
  padding: 15px 15px 0;
}

.panel-dark.submenu .panel-heading h5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}

.panel-dark.submenu .panel-heading h5 a {
  margin: 0 0 15px 0 !important;
  padding: 0 10px;
  text-align: center;
}

.panel-dark.submenu .panel-heading h5 a.active:after,
.panel-dark.submenu .panel-heading h5 a:hover:after {
  bottom: -8px;
}

.flex-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width:768px) {
  .flex-between {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width:767px) {
  #content .blocks-red {
    padding: 15px;
  }

  .panel-dark.submenu .panel-heading h5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width:768px) {
  .promo-box-image-wrap {
    height: 185px;
  }
}

@media (min-width:992px) {
  .promo-box-image-wrap {
    height: 195px;
  }
}

@media (min-width:1200px) {
  .promo-box-image-wrap {
    height: 165px;
  }
}

.service-form-new h4,
.service-form-new h3 {
  font-weight: 400;
}

.service-form-new .step-heading {
  border-bottom: 2px solid #c81444;
  margin: 20px 0 20px 0;
  line-height: 30px;
}

.label-service {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.nav-tabs-service {
  font-size: 20px;
  line-height: 30px;
  width: 100%;
  margin: 20px 0 20px;
}

.nav-tabs-service a {
  text-decoration: none!important;
}

.nav-tabs-service a:hover {
  background-color: transparent!important;
  color: #c81444;
}

.nav-tabs-service li {
  border-bottom: solid 3px #7c7c7c;
  display: inline-block;
  width: 24%;
}

@media (max-width:360px) {
  .nav-tabs-service li {
    display: inline;
  }
}

.nav-tabs-service li.disabled {
  color: #7c7c7c;
  pointer-events: none;
}

.nav-tabs-service li.active {
  color: #c81444;
  border-bottom-color: #c81444;
}

.nav-tabs-justified>.active>a {
  border: none!important;
}

.table-responsive.tb-responsive {
  border: none;
}

@media (min-width:768px) {
  .tb-responsive {
    border: 1px solid #ddd;
  }
}

.tb-responsive table thead {
  display: none;
}

@media (min-width:768px) {
  .tb-responsive table thead {
    display: table-header-group;
  }
}

.tb-responsive table tbody {
  display: grid;
  gap: 1rem;
}

@media (min-width:768px) {
  .tb-responsive table tbody {
    display: table-row-group;
  }
}

.tb-responsive table tbody tr,
.tb-responsive table tbody td {
  display: grid;
}

.tb-responsive table tbody tr {
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
}

@media (min-width:768px) {
  .tb-responsive table tbody tr {
    background-color: inherit;
    border: none;
    display: table-row;
    overflow: auto;
    border-radius: 0;
  }
}

.tb-responsive table tbody td {
  white-space: wrap!important;
  border: none;
}

@media (min-width:768px) {
  .tb-responsive table tbody td {
    display: table-cell;
  }
}

.tb-responsive table .tb-heading-mobile {
  font-weight: 700;
  margin-bottom: 0.25rem;
}

@media (min-width:768px) {
  .tb-responsive table .tb-heading-mobile {
    display: none;
  }
}

.btn {
  border: none;
}

@media (max-width:991px) {
  .btn {
    white-space: normal;
  }
}

.btn.btn-gray {
  color: #c81444;
  background-color: #e4e5e6;
}

.btn.btn-gray:hover,
.btn.btn-gray:focus {
  background-color: #cacccd;
}

.btn.btn-white {
  background-color: #fff;
  color: #999999;
}

.btn.btn-black {
  color: #fff;
  background-color: #1f1f1f;
}

.btn.btn-black:hover,
.btn.btn-black:focus {
  background-color: #050505;
}

.btn.btn-primary.red-ugly {
  background-color: #db4135;
}

.btn.btn-primary.red-ugly:hover,
.btn.btn-primary.red-ugly:focus {
  background-color: #bc2d21;
}

.btn.btn-default-darken {
  color: #fff;
  background-color: #343434;
}

.btn.btn-default-darken:hover,
.btn.btn-default-darken:focus {
  border-color: #1a1a1a;
  background-color: #1a1a1a;
}

.btn.btn-default-dark {
  color: #fff;
  background-color: #666;
}

.btn.btn-default-dark:hover,
.btn.btn-default-dark:focus {
  border-color: #4d4d4d;
  background-color: #4d4d4d;
}

.btn.btn-transparent {
  color: #343434;
}

.btn.btn-transparent:hover,
.btn.btn-transparent:focus {
  color: #343434;
}

.btn.gradient {
  background-image: -webkit-linear-gradient(top, #f58b24 0, #f4701e 100%);
  background-image: -o-linear-gradient(top, #f58b24 0, #f4701e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f58b24), to(#f4701e));
  background-image: linear-gradient(to bottom, #f58b24 0, #f4701e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff58b24', endColorstr='#fff4701e', GradientType=0);
}

.btn.btn-sm {
  font-weight: 400;
  line-height: 1;
  font-size: 10px;
  padding: 4px;
  margin-right: 9px;
}

.btn.btn-xlg {
  padding: 10px 16px;
  font-size: 30px;
  line-height: 1.33;
  border-radius: 0;
}

.btn:focus {
  outline: none;
}

.btn-group {
  bottom: 15px;
  position: relative;
  top: 15px;
}

.pagination>li>.btn-primary {
  background-color: #c81444;
}

.pagination>li>.btn-primary:hover,
.pagination>li>.btn-primary:focus {
  color: #fff;
  background-color: #9a0f34;
}

div>div.btn,
div>span.btn {
  cursor: default;
}

div>div.btn:hover,
div>span.btn:hover,
div>div.btn:focus,
div>span.btn:focus,
div>div.btn:active,
div>span.btn:active,
.open>.dropdown-toggle div>div.btn,
.open>.dropdown-toggle div>span.btn {
  color: #343434;
  background-color: transparent;
}

div>div.btn:hover.text-line-through,
div>span.btn:hover.text-line-through,
div>div.btn:focus.text-line-through,
div>span.btn:focus.text-line-through,
div>div.btn:active.text-line-through,
div>span.btn:active.text-line-through,
.open>.dropdown-toggle div>div.btn.text-line-through,
.open>.dropdown-toggle div>span.btn.text-line-through {
  text-decoration: line-through;
}

div>div.btn.btn-default:hover,
div>span.btn.btn-default:hover,
div>div.btn.btn-default:focus,
div>span.btn.btn-default:focus,
div>div.btn.btn-default:active,
div>span.btn.btn-default:active,
.open>.dropdown-toggle div>div.btn.btn-default,
.open>.dropdown-toggle div>span.btn.btn-default {
  color: #fff;
  background-color: #999;
  border-color: #ccc;
}

div>div.btn.btn-primary:hover,
div>span.btn.btn-primary:hover,
div>div.btn.btn-primary:focus,
div>span.btn.btn-primary:focus,
div>div.btn.btn-primary:active,
div>span.btn.btn-primary:active,
.open>.dropdown-toggle div>div.btn.btn-primary,
.open>.dropdown-toggle div>span.btn.btn-primary {
  color: #fff;
  background-color: #c71444;
  border-color: #b0123c;
}

.mobile-phone {
  margin-bottom: 15px;
}

.btn-add-query input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.btn-add-query input[type="checkbox"]+span {
  display: block;
}

.btn-add-query input[type="checkbox"]+span+span {
  display: none;
}

.btn-add-query input[type="checkbox"]:checked+span {
  display: none;
}

.btn-add-query input[type="checkbox"]:checked+span+span {
  display: block;
}

.btn-collapse button:first-child {
  display: none;
}

.btn-collapse.collapsed button:first-child {
  display: block;
}

.btn-collapse.collapsed button:not(:first-child) {
  display: none;
}

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

.new-rules a {
  text-decoration: none;
}

.new-rules .panel-group {
  margin: 0;
}

.new-rules .panel-group .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  background-color: transparent;
  border: 0;
}

.new-rules .panel-group .panel .panel-body {
  padding: 0;
}

.new-rules .glyphicon {
  margin-top: 3px;
  margin-left: 3px;
  text-decoration: none!important;
}

.new-rules .checkbox label {
  display: block;
}

.new-rules .checkbox .glyphicon {
  margin-left: 6px;
  margin-top: -5px;
  font-size: 13px;
}

#info-admin {
  margin-top: 10px;
}

.form-contact .row-bg {
  background: url('../images/pgd-formularz-ikona.png') -webkit-calc(50% - 230px) 100% no-repeat;
  background: url('../images/pgd-formularz-ikona.png') calc(50% - 230px) 100% no-repeat;
}

.form-contact .row-bg h2 {
  margin-top: 0;
  font-size: 35px;
}

.form-contact .row-bg h3 {
  font-size: 28px;
  font-weight: 300;
}

@media (max-width:767px) {
  .form-contact .row-bg {
    background: none;
  }
}

.form-contact .row-bg .btn-primary {
  margin-top: 20px;
}

.icon {
  display: inline-block;
  background: url('../images/icons.png') top left no-repeat;
  width: 30px;
  height: 30px;
  margin: -14px 5px -11px 0;
}

.icon-search {
  background-position: top center;
}

.icon-steering {
  background-position: center center;
}

.icon-documents {
  background-position: bottom center;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}

.mobile-app {
  background: #5b638e url('../images/mobile-app/mobile-app-bg.png') no-repeat left top;
  min-height: 100vh;
  font-family: 'Poppins',sans-serif;
}

.mobile-app .container {
  width: 100%;
}

.mobile-app .top {
  border-bottom: 1px solid rgba(255,255,255,0.15);
  padding: 34px 0;
}

@media (min-width:1310px) {
  .mobile-app .top .container {
    width: 75%;
  }
}

.mobile-app .top .top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-app .top .top-wrap img {
  max-width: 100px;
}

@media (min-width:768px) {
  .mobile-app .top .top-wrap img {
    max-width: 180px;
  }
}

.mobile-app .top .top-wrap .btn {
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  padding: 12px;
  color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #FFF;
}

@media (min-width:768px) {
  .mobile-app .top .top-wrap .btn {
    font-size: 14px;
    padding: 18px;
  }
}

.mobile-app .inner-content {
  min-height: -webkit-calc(100vh - 111px);
  min-height: calc(100vh - 111px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0;
}

@media (min-width:768px) {
  .mobile-app .inner-content {
    min-height: -webkit-calc(100vh - 127px);
    min-height: calc(100vh - 127px);
  }
}

.mobile-app .inner-content .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width:768px) {
  .mobile-app .inner-content .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.mobile-app .inner-content .animated-box {
  width: 100%;
  height: 381px;
  position: relative;
}

@media (min-width:1310px) {
  .mobile-app .inner-content .animated-box {
    height: 464px;
    margin-left: 70px;
  }
}

.mobile-app .inner-content .animated-box .circle {
  border-radius: 100%;
  background: #FAE1B1;
  width: 260px;
  height: 260px;
  position: absolute;
  top: 52px;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (min-width:1310px) {
  .mobile-app .inner-content .animated-box .circle {
    width: 402px;
    height: 402px;
  }
}

.mobile-app .inner-content .animated-box .circle-outline {
  border-radius: 100%;
  width: 244px;
  height: 244px;
  border: 1px solid #FFF;
  position: absolute;
  top: 50px;
  left: 37px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (min-width:1310px) {
  .mobile-app .inner-content .animated-box .circle-outline {
    width: 381px;
    height: 381px;
  }
}

.mobile-app .inner-content .animated-box .hand {
  max-width: 231px;
  position: absolute;
  top: 15px;
  left: 18px;
  z-index: 4;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

@media (min-width:1310px) {
  .mobile-app .inner-content .animated-box .hand {
    top: -35px;
    max-width: 380px;
  }
}

.mobile-app .inner-content .animated-box .car {
  max-width: 210px;
  position: absolute;
  left: 34px;
  bottom: 44px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (min-width:1310px) {
  .mobile-app .inner-content .animated-box .car {
    max-width: 420px;
    left: 50px;
  }
}

.mobile-app .inner-content h3 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (min-width:1310px) {
  .mobile-app .inner-content h3 {
    font-size: 32px;
  }
}

.mobile-app .inner-content h3 span {
  color: #FAE1B1;
  display: block;
}

.mobile-app .inner-content p {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  margin: 49px 0;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (min-width:1310px) {
  .mobile-app .inner-content p {
    font-size: 18px;
  }
}

.mobile-app .inner-content .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (min-width:992px) {
  .mobile-app .inner-content .btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.mobile-app .inner-content .btn-wrap .btn {
  border-radius: 100px;
  border: 1px solid #FFFFFF;
  padding: 10px 20px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-align: left;
}

.mobile-app .inner-content .btn-wrap .btn:not(:first-child) {
  margin-top: 10px;
}

@media (min-width:992px) {
  .mobile-app .inner-content .btn-wrap .btn {
    width: auto;
    padding: 14px 28px;
  }

  .mobile-app .inner-content .btn-wrap .btn:not(:first-child) {
    margin-top: 0;
  }

  .mobile-app .inner-content .btn-wrap .btn:not(:last-child) {
    margin-right: 14px;
  }
}

@media (min-width:1310px) {
  .mobile-app .inner-content .btn-wrap .btn {
    min-width: 214px;
  }
}

.mobile-app .inner-content .btn-wrap .btn img {
  width: 24px;
  margin-right: 10px;
}

@media (min-width:1310px) {
  .mobile-app .inner-content .btn-wrap .btn img {
    margin-right: 16px;
  }
}

.mobile-app .inner-content .btn-wrap .btn span {
  font-size: 9px;
  width: -webkit-calc(100% - 34px);
  width: calc(100% - 34px);
}

@media (min-width:1310px) {
  .mobile-app .inner-content .btn-wrap .btn span {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

.mobile-app .inner-content .btn-wrap .btn span strong {
  font-size: 14px;
  font-weight: 600;
  display: block;
}

@media (min-width:1310px) {
  .mobile-app .inner-content .btn-wrap .btn span strong {
    font-size: 16px;
  }
}

.mobile-app .bottom {
  padding: 27px 0;
  background-color: #000000;
}

.mobile-app .bottom .bottom-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-app .bottom .bottom-wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-app .bottom .bottom-wrap ul li a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
}

.mobile-app .bottom .bottom-wrap ul li:not(:last-child) {
  margin-right: 36px;
}

.mobile-app .bottom .bottom-wrap img {
  max-width: 90px;
}

@media (min-width:768px) {
  .mobile-app .bottom .bottom-wrap img {
    max-width: 102px;
  }
}

.mobile-app.animated .inner-content .animated-box .circle {
  opacity: 1;
}

.mobile-app.animated .inner-content .animated-box .circle-outline {
  opacity: 1;
  top: 40px;
  left: 15px;
}

@media (min-width:768px) {
  .mobile-app.animated .inner-content .animated-box .circle-outline {
    top: 30px;
    left: 47px;
  }
}

@media (min-width:1310px) {
  .mobile-app.animated .inner-content .animated-box .circle-outline {
    top: 20px;
    left: 67px;
  }
}

.mobile-app.animated .inner-content .animated-box .hand {
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.mobile-app.animated .inner-content .animated-box .car {
  opacity: 1;
  left: 114px;
}

@media (min-width:768px) {
  .mobile-app.animated .inner-content .animated-box .car {
    left: 124px;
  }
}

@media (min-width:1310px) {
  .mobile-app.animated .inner-content .animated-box .car {
    left: 204px;
  }
}

.mobile-app.animated .inner-content h3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.mobile-app.animated .inner-content p {
  opacity: 1;
}

.mobile-app.animated .inner-content .btn-wrap {
  opacity: 1;
}

.phone-widget-container {
  position: fixed;
  bottom: 0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9999;
  display: block;
}

@media (min-width:768px) {
  .phone-widget-container {
    display: none;
  }
}

.phone-widget-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone-button {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.5rem;
  -webkit-box-shadow: 0 .25rem .375rem rgba(0,0,0,0.2);
  box-shadow: 0 .25rem .375rem rgba(0,0,0,0.2);
  position: relative;
  z-index: 555;
  border: .25rem solid #fff;
  background: #c71444;
}

.phone-popup {
  width: 75vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.375rem;
}

.phone-popup a {
  color: #c71444;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 600;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  text-align: center;
  width: 100%;
  border: 1px solid #c71444;
  border-radius: 0.625rem;
  padding: 0.5rem;
}

.phone-popup a:hover {
  background-color: #c71444;
  color: #fff;
}

.phone-popup-title {
  font-size: 1.25rem;
  padding-block: 1.25rem;
  font-weight: 700;
  text-align: center;
}

.phone-bubble,
.phone-popup {
  position: absolute;
  bottom: 4.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  cursor: pointer;
  padding: 1rem 0.625rem;
  border-radius: .625rem;
  -webkit-box-shadow: 0 0 .625rem rgba(0,0,0,0.2);
  box-shadow: 0 0 .625rem rgba(0,0,0,0.2);
}

.phone-bubble::before,
.phone-popup::before {
  content: '';
  border-top: 0.625rem solid #fff;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -2%;
  left: 48%;
}

.phone-bubble {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  width: 19.5rem;
  z-index: 999;
}

.phone-bubble::before {
  bottom: -8%;
  left: 44%;
}

.phone-bubble .btn {
  background: #fff !important;
}

.phone-bubble .btn:hover {
  color: #000 !important;
}

.close-icon-wrap {
  position: absolute;
  top: -0.625rem;
  right: -0.625rem;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.close-icon-wrap .close-icon {
  font-size: 1.25rem;
  cursor: pointer;
  color: #c71444;
}

.phone-button-pulse {
  -webkit-animation: pulse 1.75s ease-in-out infinite;
  -o-animation: pulse 1.75s ease-in-out infinite;
  animation: pulse 1.75s ease-in-out infinite;
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #999;
  z-index: -1;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

body .span-offset-8 {
  padding: 8px;
}

body .span-offset-9 {
  padding: 9px;
}

body .span-bold span {
  color: #343434;
}

body .no-margin {
  margin-left: -15px;
  margin-right: -15px;
}

body .font-10 {
  font-size: 10px;
  line-height: 11px;
}

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

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

body .font-21 {
  font-size: 21px;
}

body .font-31 {
  font-size: 31px;
}

body .well {
  border-left: 0;
  border-right: 0;
  padding: 15px 30px;
  border-radius: 0;
}

@media (min-width:768px) {
  body .well .col-sm-3 {
    border-right: 2px solid #c1c1c1;
  }

  body .well .col-sm-3:last-child {
    border-right: 0;
  }
}

body .well h3,
body .well h4 {
  margin: 0 0 5px 0;
}

body .well.blocks-lightgray {
  border: 0 0 1px 0;
  border-bottom: 1px solid #c1c1c1;
}

body .thumbnail {
  margin-bottom: 10px;
  border: 0;
  width: auto !important;
  display: inline-block;
  border-radius: 0;
  padding: 0;
}

body .boxed .fix-height {
  position: relative;
}

@media (min-width:768px) {
  body .boxed .fix-height .img-cover {
    margin-bottom: 0;
    padding-top: 45%;
    width: 100%;
  }
}

body .boxed .fix-height .header {
  min-height: 15px;
  font-size: 11px;
  font-weight: bold;
}

body .boxed .fix-height article {
  padding-bottom: 0;
}

body .boxed h4 {
  font-weight: 900;
  color: #343434;
}

body .boxed .img-cover {
  padding: 50% 0 0 12px;
  text-align: right;
  display: block;
}

body .boxed ul.list-unstyled li>a {
  color: #fff;
  padding-left: 14px;
  line-height: 2;
}

body .boxed ul.list-unstyled li.active>a {
  padding-left: 3px;
}

body .boxed ul.list-unstyled li.active>a:before {
  content: '\00bb';
  padding-right: 5px;
}

body .boxed ul.list-unstyled li ul.list-unstyled {
  margin-left: 10px;
}

body .breadcrumb {
  padding: 30px 0 0 0;
  margin-bottom: 3px;
  background: #fff;
  border-radius: 0;
  color: #696969;
}

body .breadcrumb>li {
  position: relative;
  padding: 0 20px 0 10px;
}

body .breadcrumb>li>a {
  color: #4c4c4c;
}

body .breadcrumb>li.active>a {
  color: #4c4c4c;
}

body .breadcrumb>li:before {
  top: 50%;
  margin-top: -4px;
  left: 0;
  position: absolute;
  content: ' ';
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #c71444;
}

body article section,
body .sidebar-bottom .nav {
  padding-left: 2px;
}

@media (min-width:992px) {
  body .row-table {
    display: table;
    width: 100%;
  }

  body .row-table .col-table {
    display: table-cell;
    vertical-align: middle;
  }

  body .row-table .col-table:not(.float) {
    float: none;
  }
}

body .form-contact {
  padding: 30px 12px;
}

body .form-contact textarea.form-control {
  height: auto;
}

body .form-contact .checkbox label {
  line-height: 11px;
}

body .page-heading h2 {
  padding-left: 12px;
  color: #c81444;
}

body .page-heading h3 {
  color: #c81444;
}

body .entry-content {
  font-size: 13px;
}

body .entry-content h2,
body .entry-content h3 {
  margin-top: 0;
  font-size: 21px;
  margin-bottom: 20px;
}

body .entry-content h2 {
  color: #c81444;
}

body .entry-content img {
  max-width: 100%;
}

body .entry-content #carousel-versions a.carousel-control {
  background: none repeat scroll 0 0 #ccc !important;
  color: #202020;
  cursor: pointer;
  display: block;
  height: 170px !important;
  padding-top: 0;
  text-rendering: auto;
  text-shadow: none;
  top: 27%;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  width: 31px !important;
}

body .entry-content #carousel-versions a.carousel-control span {
  font-size: 39px;
  margin-top: 67px;
  color: #fff;
}

body .entry-content #carousel-versions a.carousel-control.right {
  right: -22px;
}

body .entry-content #carousel-versions a.carousel-control.left {
  left: -22px;
  margin-left: 0px;
}

body .entry-content #carousel-versions a.carousel-control:hover {
  background: none repeat scroll 0 0 #4C4C4C!important;
  color: #fff!important;
}

body .entry-content .version-card {
  background: none repeat scroll 0 0 #eee;
  color: #2d2d2d;
  margin: 10px 0;
  padding: 10px 15px;
}

@media (min-width:768px) {
  body .entry-content .version-card {
    min-height: 390px;
  }
}

body .entry-content .version-card h3 {
  font-size: 20px;
  font-weight: 900;
  color: #2d2d2d;
  text-transform: uppercase;
}

@media (min-width:768px) {
  body .entry-content .version-card h3 {
    font-size: 30px;
  }
}

body .entry-content .version-card h3 span.h-dcs {
  font-size: 14px;
  font-weight: bold;
}

@media (min-width:768px) {
  body .entry-content .version-card h3 span.h-dcs {
    float: right;
  }
}

body .entry-content .version-card span.v-price {
  color: #c71444;
  display: block;
  font-size: 18px;
  font-weight: 900;
  padding-bottom: 7px;
  padding-top: 7px;
}

@media (min-width:768px) {
  body .entry-content .version-card span.v-price {
    font-size: 24px;
  }
}

body .entry-content .version-card i.promo-price-label {
  font-size: 14px;
  text-transform: uppercase;
  background: #c71444;
  color: #fff;
  padding: 2px 5px;
}

@media (min-width:768px) {
  body .entry-content .version-card i.promo-price-label {
    float: right;
  }
}

body .entry-content .version-card div.v-feature {
  display: none;
  padding: 5px;
  border-top: 1px solid #e4e4e4;
  font-size: 14px;
}

body .entry-content .version-card div.v-feature b {
  float: right;
  text-transform: uppercase;
}

body .entry-content .version-card ul {
  display: none;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  font-size: 14px;
  list-style: outside none square;
  padding: 20px 25px;
  min-height: 164px;
}

body .entry-content .version-card ul li {
  padding: 3px;
}

@media (min-width:768px) {
  body .entry-content .version-card ul,
  body .entry-content .version-card div.v-feature {
    display: block;
  }
}

body .entry-content .v-more {
  color: #c71444;
  float: left;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 5px;
}

body .entry-content .v-more:hover {
  color: #ad113b;
}

body .entry-content .v-btn-red {
  background: none repeat scroll 0 0 #c71444;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 35px;
  margin: 10px auto;
  padding: 0  38px;
  text-align: center;
  text-transform: uppercase;
  width: 130px;
  cursor: pointer;
}

body .entry-content .v-btn-red:hover {
  background: #ad113b;
  color: #fff;
}

body .entry-content .specs-choice {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  padding: 15px 2px;
}

body .entry-content .specs-choice input {
  margin-right: 10px;
  margin-left: 15px;
}

body .entry-content .nissan-data-table {
  background: none repeat scroll 0 0 #f7f7f7;
  width: 100%;
}

body .entry-content .nissan-data-table>p {
  font-size: 14px;
  margin: 10px;
  color: #333;
  margin-left: 0px;
  margin-top: 15px;
  margin-bottom: 7px;
}

body .entry-content .nissan-data-table tr td {
  padding: 5px 15px;
  margin: 0px;
  color: #333;
  font-size: 13px;
}

body .entry-content .nissan-data-table tr td.name-col {
  max-width: 700px;
}

body .entry-content .nissan-data-table tr:nth-child(2n+1) {
  background-color: #c1c1c1;
}

body .entry-content .nissan-data-table tr:first-child {
  background-color: #c71444 !important;
}

body .entry-content .nissan-data-table tr:first-child td {
  color: #fff;
  text-transform: uppercase;
}

body .image-button {
  position: relative;
}

body .image-button a.btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

body .image-button span.glyphicon {
  padding-right: 4px;
}

body.page #content .panel-dark .panel-body {
  padding: 35px;
}

body.page #content .panel-dark .panel-body>h3 {
  margin-bottom: 25px;
}

body.page-car .breadcrumb {
  padding-left: 30px;
}

body.page-car #car-model-spotlight {
  background: 600px center no-repeat;
  padding: 45px 0 0 30px;
  min-height: 390px;
}

body.page-car #car-model-spotlight h1 {
  font-size: 50px;
  font-weight: 900;
}

body.page-car #car-model-spotlight h2 {
  font-size: 24px;
  color: #666;
  margin-bottom: 20px;
  font-weight: 900;
}

body.page-car #car-model-spotlight h2 strong {
  color: #c81444;
  font-weight: 900;
}

body.page-car #car-model-spotlight ul {
  margin-bottom: 20px;
}

body.page-car #car-model-spotlight ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  font-size: 2em;
}

body.page-car #car-model-spotlight ul li:before {
  top: 50%;
  margin-top: -8px;
  left: 0;
  position: absolute;
  content: ' ';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #c71444;
}

body.page-car #car-model-spotlight ul li a {
  font-weight: 700;
  color: #8a8a8a;
}

body.page-car #car-model-spotlight .btn {
  margin-bottom: 10px;
}

body.page-car #content {
  padding: 0;
}

body.page-car #content .flexslider .flex-direction-nav a {
  width: 31px;
  height: 170px;
  margin-top: -85px;
}

body.page-car #content .flexslider .flex-direction-nav a.flex-prev,
body.page-car #content .flexslider .flex-direction-nav a.flex-next {
  margin-left: 0;
  margin-right: 0;
}

body.page-car #content .flexslider .flex-direction-nav a.flex-prev {
  background-image: url(../images/slider-arrow-left.png);
}

body.page-car #content .flexslider .flex-direction-nav a.flex-next {
  background-image: url(../images/slider-arrow-right.png);
}

body.page-car #content .panel-dark .panel-body {
  background: #fff;
}

body.page-car #content .panel-dark .panel-body section h2 {
  display: none;
}

@media (min-width:768px) {
  body.page-car #content .panel-dark .panel-wrapper {
    padding: 10px 30px;
  }
}

body .boxed article.box-contact {
  padding-top: 35px;
}

body .boxed article.box-contact section {
  padding-bottom: 10px;
}

body .boxed article.box-contact a {
  color: inherit;
}

.box-contact h2 {
  font-size: 12px;
  margin: 0;
}

.image-thumbs {
  padding-top: 10px;
  position: relative;
}

.image-thumbs .carousel-indicators {
  position: static;
  margin-left: 0;
  margin-bottom: 0;
  width: 100%;
  font-size: 0;
  padding: 0 0 0 10px;
}

.image-thumbs .carousel-indicators li {
  text-indent: 0px;
  width: 12.5%;
  height: auto;
  margin: 0;
  padding: 0 10px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.image-thumbs .carousel-indicators li img {
  background: transparent;
  width: 100%;
  height: auto;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.image-thumbs .carousel-indicators .active {
  margin: 0;
  width: 12.5%;
  height: auto;
  border: 0;
  background: transparent;
}

.image-thumbs .carousel-indicators .active img {
  width: 100%;
  height: auto;
}

.font-125 {
  font-size: 125%;
}

.font-150 {
  font-size: 150%;
}

img[href] {
  cursor: pointer;
}

img[href]:hover {
  opacity: 0.7;
}

.mh-70 {
  max-height: 70px;
  overflow: hidden;
}

#footer-cars.loading {
  margin-bottom: 320px;
  position: relative;
}

#footer-cars.loading:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 320px;
  background: center center url(../images/spinner.gif) no-repeat;
}

.page-thumbnail {
  position: relative;
}

.page-thumbnail img {
  width: 100%;
}

.page-thumbnail .caption {
  bottom: 0;
  left: 0;
  position: absolute;
  float: none;
  min-width: 280px;
  padding: 30px 20px 40px 40px;
  margin: 0;
  color: #FFF;
  font-size: 20px;
  max-width: 100%;
  text-transform: uppercase;
}

.page-thumbnail .caption .h2 {
  margin-top: 0;
  font-size: 14px;
}

@media (min-width:768px) {
  .page-thumbnail .caption .h2 {
    font-size: 18px;
  }
}

@media (min-width:992px) {
  .page-thumbnail .caption .h2 {
    font-size: 22px;
  }
}

@media (min-width:1310px) {
  .page-thumbnail .caption .h2 {
    font-size: 26px;
  }
}

@media (min-width:768px) {
  .page-thumbnail .caption {
    font-size: 30px;
  }
}

@media (min-width:992px) {
  .page-thumbnail .caption {
    font-size: 40px;
  }
}

@media (min-width:1310px) {
  .page-thumbnail .caption {
    font-size: 56px;
  }
}

@media (min-width:768px) {
  #contact-box {
    padding-top: 25px;
    margin-left: -15px;
  }

  #mapa,
  #home-tabs {
    background: #fff;
    margin-right: -15px;
  }
}

.marker-tooltip {
  color: #343434;
}

#mapka a {
  color: #c81444;
}

.thanks .entry-content {
  margin: 15px 0 30px;
}

@media (max-width:767px) {
  h4.title a {
    font-size: 25px;
    font-weight: 800;
    display: block;
    margin-top: 24px;
  }

  body .page-heading h2 {
    padding-left: 0;
  }
}

@media (min-width:992px) {
  .cars-flex>.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .cars-flex>.row>div>div {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cars-flex>.row>div>div p:last-child {
    margin-top: auto;
  }
}

@media (min-width:768px) {
  header {
    height: 93px;
  }
}

header .navbar-static-top {
  border-bottom-width: 0;
  background: #fff;
}

header .navbar-static-top>.container {
  min-height: 93px;
  position: relative;
}

header .navbar-static-top>.container>.border {
  border-bottom: 1px solid #e5e5e5;
}

header .header-box {
  margin: 0;
  background-color: #626a72;
  border-bottom: 1px solid #e5e5e5;
  display: block;
}

header .subheading-right {
  color: #fff;
  font-size: 22px;
  padding-left: 38px;
  padding-top: 4px;
}

header .subheading-right a {
  color: #fff;
}

header .logo_japans {
  margin: 22px 0 -22px 0;
  position: relative;
  z-index: 100;
  padding: 0 15px 0 0;
}

header .logo_japans h1 {
  margin: 0;
}

header .navbar .col-lg-9 {
  position: static;
}

header .navbar>.container .navbar-brand,
header .navbar>.container-fluid .navbar-brand {
  margin-left: 0;
  padding: 0 0 0 15px;
  position: relative;
  z-index: 100;
}

@media (min-width:1310px) {
  header .navbar>.container .navbar-brand,
  header .navbar>.container-fluid .navbar-brand {
    max-width: auto;
  }
}

header .navbar-default .navbar-sub {
  margin: 0 0 0 5px;
}

@media (min-width:768px) {
  header .navbar-default .navbar-sub {
    margin-right: -25px;
  }
}

header .navbar-default .navbar-sub>li {
  position: relative;
}

header .navbar-default .navbar-sub>li.subcontent {
  position: static;
}

@media (min-width:768px) {
  header .navbar-default .navbar-sub>li {
    padding: 60px 0 0px 0;
  }
}

header .navbar-default .navbar-sub>li>a {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  padding: 8px 8px;
}

@media (min-width:768px) {
  header .navbar-default .navbar-sub>li>a {
    font-size: 9px;
    padding: 8px 4px;
  }
}

@media (min-width:992px) {
  header .navbar-default .navbar-sub>li>a {
    font-size: 12px;
    padding: 8px 8px;
  }
}

@media (min-width:1310px) {
  header .navbar-default .navbar-sub>li>a {
    font-size: 13px;
  }
}

header .navbar-default .navbar-sub>li>a:hover,
header .navbar-default .navbar-sub>li>a:focus {
  color: #c81444;
}

header .navbar-default .navbar-sub>li.bg-primary>a {
  color: #FFF;
}

header .navbar-default .navbar-sub>li.bg-primary:hover>a,
header .navbar-default .navbar-sub>li.bg-primary.active>a,
header .navbar-default .navbar-sub>li.bg-primary.active:hover>a {
  color: #FFF;
  text-decoration: underline;
}

header .navbar-default .navbar-sub>li.bg-primary-child>* {
  color: #FFF;
  background-color: #c81444;
}

header .navbar-default .navbar-sub>li.bg-primary-child:hover>*,
header .navbar-default .navbar-sub>li.bg-primary-child.active>*,
header .navbar-default .navbar-sub>li.bg-primary-child.active:hover>* {
  color: #FFF;
  background-color: #c81444;
  text-decoration: underline;
}

header .navbar-default .navbar-sub>li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}

header .navbar-default .navbar-sub>li.dropdown>a {
  padding-right: 26px;
}

header .navbar-default .navbar-sub>li.dropdown>a:after {
  content: ' ';
  position: absolute;
  right: 9px;
  top: 13px;
  height: 4px;
  width: 8px;
  background: url(../images/sprites.png) -1px -92px no-repeat;
}

header .navbar-default .navbar-sub>li.dropdown .dropdown-menu {
  display: none;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
  padding: 20px;
  border: 0px;
  border-top: 1px solid #d1d1d1;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: static;
}

@media (min-width:768px) {
  header .navbar-default .navbar-sub>li.dropdown .dropdown-menu {
    position: absolute;
    width: 300px;
    visibility: hidden;
    opacity: 0;
    display: block;
  }
}

header .navbar-default .navbar-sub>li.dropdown .dropdown-menu>li>a {
  text-transform: uppercase;
  padding: 5px 0px;
  font-size: 13px;
  font-weight: 900;
  margin: 0px;
  color: #000;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

header .navbar-default .navbar-sub>li.dropdown .dropdown-menu>li>a:hover,
header .navbar-default .navbar-sub>li.dropdown .dropdown-menu>li>a:focus {
  color: #c81444;
}

header .navbar-default .navbar-sub>li.dropdown .menu-subcontent {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  width: 100%;
  min-height: 300px;
  padding: 0 15px;
}

header .navbar-default .navbar-sub>li.dropdown .menu-subcontent #models-holder {
  border-top: 1px solid #b6b6b6;
  background: #EEEEEE;
}

header .navbar-default .navbar-sub>li.dropdown .menu-subcontent #models-holder .model-nav {
  border-bottom: 0 none;
  float: left;
  margin: 25px 0;
  padding: 36px 0 36px 42px;
  width: 23%;
  position: relative;
}

header .navbar-default .navbar-sub>li.dropdown .menu-subcontent #models-holder .model-nav:after {
  background: #eee;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjglIiBzdG9wLWNvbG9yPSIjYzZjNmM2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTIlIiBzdG9wLWNvbG9yPSIjYzZjNmM2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(8%, #c6c6c6), color-stop(92%, #c6c6c6), color-stop(100%, #eee));
  background: -webkit-linear-gradient(top, #eee 0, #c6c6c6 8%, #c6c6c6 92%, #eee 100%);
  background: -o-linear-gradient(top, #eee 0, #c6c6c6 8%, #c6c6c6 92%, #eee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(8%, #c6c6c6), color-stop(92%, #c6c6c6), to(#eee));
  background: linear-gradient(to bottom, #eee 0, #c6c6c6 8%, #c6c6c6 92%, #eee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=0);
  content: "";
  height: 260px;
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
}

header .navbar-default .navbar-sub>li.dropdown .menu-subcontent #models-holder .model-nav li {
  display: block;
  width: 100%;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

header .navbar-default .navbar-sub>li.dropdown .menu-subcontent #models-holder .model-nav li a {
  background: none repeat scroll 0 0 #eee;
  border: 0 none;
  border-radius: 0;
  color: #2b2b2b;
  cursor: pointer;
  display: block;
  font-size: 12pt;
  font-weight: 900;
  padding: 8px 0;
  text-align: left;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  width: 100%;
}

header .navbar-default .navbar-sub>li.dropdown .menu-subcontent #models-holder .model-nav li a:hover {
  color: #CB2350;
  background: none repeat scroll 0 0 #eee;
  text-decoration: none;
}

header .navbar-default .navbar-sub>li.dropdown .menu-subcontent #models-holder .model-nav li.active {
  position: relative;
  background: #eee;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2M2YzZjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #eee), color-stop(50%, #c6c6c6));
  background: -webkit-linear-gradient(left, #eee 0, #c6c6c6 50%);
  background: -o-linear-gradient(left, #eee 0, #c6c6c6 50%);
  background: linear-gradient(to right, #eee 0, #c6c6c6 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#c6c6c6', GradientType=1);
}

header .navbar-default .navbar-sub>li.dropdown .menu-subcontent #models-holder .model-nav li.active:after {
  border-left: 1px solid #EEEEEE;
  content: "";
  height: 39px;
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
  z-index: 9;
}

header .navbar-default .navbar-sub>li.dropdown .menu-subcontent #models-holder .model-nav li.active a {
  background: none repeat scroll 0 0 #eee;
  color: #cb2350;
}

header .navbar-default .navbar-sub>li.dropdown .menu-subcontent #models-holder .model-nav-content {
  float: left;
  margin: 36px 0 36px 3%;
  padding: 0;
  width: 65%;
}

header .navbar-default .navbar-sub>li.dropdown .menu-subcontent #models-holder .model-nav-content .model-nav-item {
  color: #7c7c7c;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

header .navbar-default .navbar-sub>li.dropdown .menu-subcontent #models-holder .model-nav-content .model-nav-item:hover {
  text-decoration: none;
}

header .navbar-default .navbar-sub>li.dropdown .menu-subcontent #models-holder .model-nav-content .model-nav-item .item-av {
  min-height: 170px;
}

header .navbar-default .navbar-sub>li.dropdown .menu-subcontent #models-holder .model-nav-content .model-nav-item .item-av img {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  width: 100%;
}

header .navbar-default .navbar-sub>li.dropdown .menu-subcontent #models-holder .model-nav-content .model-nav-item h4 {
  font-size: 20pt;
  font-weight: 900;
  text-transform: uppercase;
  color: #7c7c7c;
}

header .navbar-default .navbar-sub>li.dropdown .menu-subcontent #models-holder .model-nav-content .model-nav-item span {
  text-transform: uppercase;
  font-size: 10pt;
}

header .navbar-default .navbar-sub>li.dropdown .menu-subcontent #models-holder .model-nav-content .model-nav-item:hover div.item-av img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

header .navbar-default .navbar-sub>li.dropdown .menu-subcontent #models-holder .model-nav-content .model-nav-item:hover h4 {
  color: #CB2350;
}

header .navbar-default .navbar-sub>li.dropdown.open>.menu-subcontent,
header .navbar-default .navbar-sub>li.dropdown.open>.dropdown-menu {
  display: block;
}

@media (min-width:768px) {
  header .navbar-default .navbar-sub>li.dropdown.open>.menu-subcontent,
  header .navbar-default .navbar-sub>li.dropdown.open>.dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
}

header .navbar-default .navbar-sub>li:last-child>a:after {
  content: '';
}

@media (min-width:768px) {
  .boxed:last-child {
    margin-bottom: 0;
  }
}

.vertical-sidebar .boxed {
  margin-bottom: 26px;
}

#sidebar-menu .blocks-red {
  min-height: 350px;
  font-size: 15px;
}

#sidebar-menu .blocks-red ul.list-unstyled li {
  padding: 2px 0;
}

#sidebar-menu .blocks-lightgray h4 {
  color: #fff;
  font-size: 12px;
}

#searchautaodreki-footer,
#autaodreki-footer {
  margin-bottom: 0;
}

#searchautaodreki-footer .panel-body,
#autaodreki-footer .panel-body {
  min-height: 220px;
  background-image: -webkit-linear-gradient(top, #fafafa 0, #ddd 100%);
  background-image: -o-linear-gradient(top, #fafafa 0, #ddd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), to(#ddd));
  background-image: linear-gradient(to bottom, #fafafa 0, #ddd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffdddddd', GradientType=0);
}

@media (min-width:768px) {
  #autaodreki-footer {
    margin-left: -15px;
  }
}

#autaodreki-footer .thumbnail {
  max-height: 135px;
  margin: 0 20px 0 0;
}

#autaodreki-footer .car-desc {
  font-size: 11px;
}

#autaodreki-footer .car-desc h4 {
  margin-top: 0;
}

#autaodreki-footer .car-desc h4 a {
  color: #343434;
}

#autaodreki-footer .car-desc .btn-primary {
  margin-top: 7px;
}

#searchautaodreki-footer {
  min-height: 180px;
}

@media (min-width:768px) {
  #searchautaodreki-footer {
    margin-right: -15px;
  }
}

#searchautaodreki-footer .btn {
  margin-top: 12px;
  width: 130px;
  max-width: 100%;
}

#searchautaodreki-footer .form-group:last-child {
  margin-bottom: 0;
}

.copyright {
  color: #999999;
  font-size: 12px;
  margin: 0;
}

.sidebar-bottom {
  color: #343434;
  margin: 15px 0 0;
  padding-top: 14px;
}

.sidebar-bottom address {
  margin-top: 18px;
  padding-top: 10px;
}

.sidebar-bottom h4 {
  border-bottom: 2px solid #acadae;
  padding-bottom: 5px;
  margin-right: 20px;
  margin-top: 15px;
}

.sidebar-bottom li>a {
  color: #343434;
  background: none;
  padding: 0 !important;
  display: inline !important;
}

.sidebar-bottom li>a:hover {
  text-decoration: underline !important;
  background: none !important;
}

.sidebar-bottom a {
  color: #343434;
}

#footer-cars .border-bottom {
  border-bottom-color: #ddd;
}

#footer-cars .border-bottom:last-child {
  border-bottom: 0;
}

footer.well a h4 {
  color: #343434;
}

.icons-bottom a img {
  margin: 0 10px;
}

.holding-1 {
  font-size: 15px;
}

.holding-1 span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
}

.holding-1 a {
  display: inline-block;
  vertical-align: middle;
  max-width: 50px;
  margin-left: 15px;
}

.holding-1 a img {
  padding: 0;
  margin: 0;
  width: 50px;
  height: 53px;
}

.footer-gd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 15px;
}

.footer-gd img:not(:first-child) {
  max-width: 80px;
}

.footer-gd img:last-child {
  max-width: 60px;
}

@media (max-width:991px) {
  .icons-bottom a {
    text-align: center;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width:767px) {
  .footer-phone-mobile {
    color: #343434;
    display: inline !important;
  }
}

@media (min-width:768px) {
  .footer-gd {
    margin-bottom: 0;
  }
}

body.home #content {
  padding: 0;
}

body.home #content #home-tabs {
  margin-bottom: 10px;
}

@media (min-width:768px) {
  body.home #content #home-tabs {
    margin-bottom: 0px;
  }
}

body.home #content #home-tabs .nav-slider {
  display: none;
  position: absolute;
  z-index: 15;
  bottom: -80px;
  font-size: 0;
  left: 135px;
}

@media (min-width:768px) {
  body.home #content #home-tabs .nav-slider {
    display: block;
  }
}

@media (min-width:1310px) {
  body.home #content #home-tabs .nav-slider {
    bottom: 10px;
  }
}

body.home #content #home-tabs .nav-slider>li {
  float: left;
}

body.home #content #home-tabs .nav-slider>li>a {
  margin-top: 5px;
  padding: 5px 10px;
  font-size: 12px;
}

body.home #content #home-tabs .nav-slider>li>a,
body.home #content #home-tabs .nav-slider>li>a:hover,
body.home #content #home-tabs .nav-slider>li>a:focus {
  color: rgba(153,153,153,0.98);
  background-color: rgba(0,0,0,0.7);
}

body.home #content #home-tabs .nav-slider>li.active>a,
body.home #content #home-tabs .nav-slider>li.active>a:hover,
body.home #content #home-tabs .nav-slider>li.active>a:focus {
  color: rgba(16,51,89,0.98);
  background-color: rgba(255,255,255,0.7);
}

body.home #content #home-tabs .carousel-indicators {
  position: absolute;
  left: 15px;
  bottom: 17px;
  margin: 0;
  width: auto;
}

body.home #content #home-tabs .carousel-indicators li {
  display: block;
  float: left;
  width: 12px;
  height: 12px;
  margin: 0 3px 0 0;
  text-indent: -999px;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(255,255,255,0.4);
}

body.home #content #home-tabs .carousel-indicators li a {
  padding: 0;
}

body.home #content #home-tabs .carousel-indicators .active {
  margin: 0 3px 0 0;
  width: 12px;
  height: 12px;
  background-color: #c71444;
}

body.home #content #home-tabs .carousel-control {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.5;
  width: 40px;
  height: 45px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body.home #content #home-tabs .carousel-control:hover,
body.home #content #home-tabs .carousel-control:active,
body.home #content #home-tabs .carousel-control:focus {
  opacity: 1;
}

body.home #content #home-tabs .carousel-control.left {
  left: 10px;
  background: url(../images/sprites.png) -1px 0 no-repeat;
}

body.home #content #home-tabs .carousel-control.right {
  right: 10px;
  background: url(../images/sprites.png) -1px -46px no-repeat;
}

body.home #content #home-tabs .carousel-inner>a {
  background: center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
}

body.home #content #home-tabs .carousel-inner>a>img {
  opacity: 0;
}

body.home #content #home-tabs .img-cover {
  height: 291px;
  -webkit-background-size: 100% 100% !important;
  background-size: 100% !important;
  display: block;
}

.cars-item {
  color: #666;
  padding: 0 20px 10px 20px;
}

.cars-item h3 {
  font-size: 34px;
  margin-top: 0;
  color: #666;
}

.cars-item h3 a {
  color: #666;
}

.cars-item h4 {
  font-size: 19px;
  color: #666;
}

.cars-item h4 a {
  color: #666;
}

.cars-item ul {
  margin-bottom: 5.5px;
}

.cars-item ul.list-unstyled {
  padding-left: 9px;
}

.cars-item .buttons {
  margin-top: 7px;
}

.cars-item .buttons .btn+.btn {
  margin-left: 20px;
}

.cars-item .buttons .btn-transparent {
  color: #666;
}

.cars-item .cars-item-wrap {
  display: block;
  position: relative;
}

.cars-item .cars-item-wrap img {
  border: 1px solid rgba(0,0,0,0.1);
}

#ask-for-car .panel {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#searchbox {
  margin-bottom: 0;
}

#searchbox .form-group {
  margin-bottom: 10px;
}

#searchbox+.nav-tabs {
  margin-bottom: 26px;
}

#searchbox+.nav-tabs li.active a,
#searchbox+.nav-tabs li:hover a {
  background-color: #c71444;
  color: #fff;
  border-color: #c71444;
}

.omnibus-price {
  margin: 10px 0;
}

.omnibus-price span {
  display: block;
}

@media (min-width:768px) {
  .omnibus-price span {
    display: inline;
  }
}

body.single-car #content .details {
  color: #4c4c4c;
}

body.single-car #content .details h1 {
  margin-bottom: 20px;
}

body.single-car #content .details h2 {
  font-weight: 900;
}

body.single-car #content .details h4 {
  color: #c71444;
  margin-top: 20px;
}

body.single-car #content .details h4.margin-small {
  margin-top: 10px;
  margin-bottom: 0;
}

body.single-car #content .details .panel-primary h4 {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}

body.single-car #content .details .attributes {
  font-size: 14px;
  margin: 20px 0 50px 0;
}

body.single-car #content .details .attributes.span-bold span {
  color: #000;
}

body.single-car #content .details .attributes hr {
  margin: 5px 0;
  border-color: #ddd;
}

body.single-car #content .details h6 {
  text-transform: uppercase;
}

body.single-car #content .details .locations {
  font-size: 14px;
  border-left: 1px solid #ddd;
  margin-top: 15px;
  padding-left: 15px;
}

body.single-car #content .details .wyposazenie {
  padding-left: 0;
}

body.single-car #content .details .wyposazenie li {
  list-style-position: inside;
  color: #c71444;
}

@media (min-width:768px) {
  body.single-car #content .details .wyposazenie li {
    float: left;
    width: 33.33%;
  }
}

body.single-car #content .details .wyposazenie li span {
  color: #343434;
}

.links-sticked>li {
  width: 33.3%;
}

.links-sticked>li:last-child {
  width: 33.4%;
}

.links-sticked>li:last-child a {
  margin-right: 0;
}

.links-sticked>li a {
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 0;
  margin-right: 19px;
}

.links-sticked>li a.text-red:hover {
  color: #c81444;
}

.links-sticked>li .btn.btn-primary:hover,
.links-sticked>li .btn.btn-primary:focus,
.links-sticked>li .btn.btn-primary:active {
  background-color: #990f34 !important;
  border-color: #990f34 !important;
}

.links-sticked>li .btn.btn-default:hover,
.links-sticked>li .btn.btn-default:focus,
.links-sticked>li .btn.btn-default:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
}

.nav-tabs.tabs-sticky {
  margin-top: -1px;
  border-bottom: 0;
  display: inline-block;
}

.nav-tabs.tabs-sticky>li>a {
  margin: 0;
  border: 1px solid #e4e4e4;
  font-size: 14px;
  text-transform: uppercase;
}

.nav-tabs.tabs-sticky>li.active a,
.nav-tabs.tabs-sticky>li.active_parent a {
  color: #c81444;
  background: #fff;
  border-top: 1px solid white;
}

.nav-tabs.tabs-sticky>li.active a:hover,
.nav-tabs.tabs-sticky>li.active_parent a:hover,
.nav-tabs.tabs-sticky>li.active a:focus,
.nav-tabs.tabs-sticky>li.active_parent a:focus,
.nav-tabs.tabs-sticky>li.active a:active,
.nav-tabs.tabs-sticky>li.active_parent a:active {
  color: #c81444;
}

.nav-tabs.tabs-sticky>li+li>a {
  border-left: 0;
}

#navbar {
  background: transparent;
}

.main-tabs {
  display: inline-block;
  margin-top: 10px;
}

.car-lead {
  width: 581px;
  height: 451px;
  background: url('../images/lead-car.png') center center no-repeat;
  font-size: 18px;
  color: #aaa7a7;
}

.car-lead p {
  color: #4c4c4c;
  margin-bottom: 20px;
}

.car-lead header {
  color: #fff;
  font-size: 22px;
  padding: 15px 0 35px 230px;
  height: auto;
  text-align: left;
}

.car-lead .input-lg {
  text-align: center;
}

.car-lead .form-group {
  margin-top: 15px;
}

.car-lead .col-xs-offset-2>.form-group:last-child {
  margin-top: 5px;
  margin-bottom: 25px;
}

.car-lead .col-xs-2 {
  line-height: 42px;
}

.car-lead .close {
  width: 30px;
  height: 30px;
  background-color: #484b52;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 1;
}

@media (max-width:480px) {
  .car-lead {
    -webkit-transform: scale(.5, .5);
    -ms-transform: scale(.5, .5);
    -o-transform: scale(.5, .5);
    transform: scale(.5, .5);
  }
}

@media (max-width:480px) {
  .car-lead {
    -webkit-transform: scale(.7, .7);
    -ms-transform: scale(.7, .7);
    -o-transform: scale(.7, .7);
    transform: scale(.7, .7);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

.yl-popup-transparent {
  z-index: 1038 !important;
}

.yl-popup-wrapper,
.yl-popup {
  z-index: 1039 !important;
}

@media (max-width:767px) {
  .yl-popup-transparent,
  .yl-popup-wrapper,
  .yl-popup {
    display: none !important;
    z-index: 0 !important;
    opacity: 0 !important;
    left: -10000px !important;
    top: -10000px !important;
    position: absolute !important;
  }
}