body {
  font-family: 'Open Sans', sans-serif;
  font-size:1.2em;
  /*letter-spacing:0.05em;*/
  padding:0;
  margin:0;
  overflow-x: hidden;
}

p, a {
  font-family: "Open Sans";
}

div, html, a, h1, h2, h3, h4, h5, h6 {
  padding:0;
  margin:0;
}

h1, h2, h3, h4, h5, h6, .bebasneue {
  font-family: "bebas_neue_regularregular" !important;
}

.bebasneueBold {
  font-family: "bebas_neuebold" !important;
}

img {
  max-height: 100%;
  max-width: 100%;
}

.hidden-vc {
  opacity: 0;
}

.fullwidth {
  width: 100%;
}

.transit {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/*mozilla dotted border fix*/
input::-moz-focus-inner {
  border: 0;
}

a, a:hover, a:active, a:focus {
 outline: 0;
}

#cookies {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 70px;
  z-index: 1000000;
  margin: 0 auto;
  background: #eee;
}

#cookies>* {
  float: left;
}

#cookies .txt {
  width: 100%;
  padding: 14px 0;;

}

#cookies .img_wrap {
  width: 15%;
  margin: 10px 0;

}

#cookies img {
  height: 50px;
  margin: auto;
  display: block;

}

#cookies p {
  font-size: 15px;
  margin: 0;
  display: block;
  float: left;
  line-height: 40px;
  margin-left: 15px;
}

#cookies a {
  display: block;
  line-height: 40px;
  font-size: 14px;
  float: right;

}

#cookies span.close {
  display: block;
  width: 25px;
  height: 25px;
  margin-top: 5px;
  border-radius: 50%;
  background: #555;
  opacity: 1;
  color: white;
  text-align: center;
  line-height: 24px;
  margin: 7.5px 20px 0;
  font-weight: normal;
  border: none;
}

.article_intro div.thumbnail img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);

  -webkit-transition: -webkit-transform .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}

.article_intro div.thumbnail:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

#top_btn a {
  width: 70px;
  height: 70px;
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  color: #e8e8e8;
  text-align: center;
  /*text-indent: -9999px;*/
  z-index: 100000;
  /*border-radius: 50%;*/
  background: rgba(0, 0, 0, 0.5) url("../images/top.png") no-repeat center 21px/ 18px 18px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  line-height: 100px;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

#top_btn a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.7);
}

div.btn {
  padding: 0;
}

a.btn_red:focus,
a.btn_red:active {
  color: #dc261c;
}

a.btn_red {
  font-family: "Encode Sans","bebas_neuebold" !important;
  display: block;
  position: relative;
  border: 2px solid #dc261c;
  border-radius: 0;
  color: #dc261c;
  text-transform: uppercase;
  padding: 15px;
  font-size: 17px;
  text-decoration: none;
  cursor: pointer;
  height: auto;

  padding: 15.5px 20px;
  text-align: center;
  background: transparent;
  text-decoration: none;
  -webkit-transition: background-color .3s ease-in-out,color .3s ease-in-out ;
  -o-transition: background-color .3s ease-in-out,color .3s ease-in-out ;
  transition: background-color .3s ease-in-out,color .3s ease-in-out ;
}

a.btn_red img {
  height: 24px;
  position: absolute;
  left: 20px;
}

a.btn_red:hover {
  background: rgba(0,0,0,0.1);
  /*background: rgba(220,38,28,0.2);*/
  color: #dc261c;
}

nav.navbar {
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background: -o-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background: -moz-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  height: 80px;
}

nav.navbar a.navbar-brand {
  padding: 0;
}

.mainmenu-block {
  float: none;
  width: 100%;
  text-align: center;
  margin-top: 2px;
  /* kamil - zbedny border ? */
  /* border-bottom: 1px solid #eef0ef; */
}

/* #mainmenu, #socialmenu {
  float: none;
  margin: 0;
  display: inline-block;
} */

#mainmenu .open a.dropdown-toggle {
  position: relative;
}

#mainmenu a.dropdown-toggle>.drop_caret {
  opacity: 0;
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  margin: auto;
}

#mainmenu .open a.dropdown-toggle> .drop_caret {
  opacity: 0.95;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8.5px 9px 8.5px;
  border-color: transparent transparent #fff transparent;
}

#mainmenu .open .cust-icon-link {
  background-image: url("../icons/menu_icon_link.png");
  background-repeat: no-repeat;
  background-size: 13px;
  margin: 2px 0 0;
}
#mainmenu .open [class*="cust-icon-"] {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 13px;
  width: 13px;
  line-height: 22px;
  vertical-align: text-top;
  margin-left: 4px;
  margin-top: 1%;
}


.navbar-default .navbar-nav li.first-level:hover,
footer ul.nav li a:hover,
footer #cloud span a:hover {
  background: rgba(255,255,255,0.6);
}

#isuzu-menu .open .submenu li:hover {
  background: rgba(200,200,200,0.5);
}

.mainmenu-block ul.navbar-nav li.first-level,
footer ul.nav li a,
#isuzu-menu .open .submenu li,
footer #cloud span a:hover {
  -webkit-transition: background .2s ease-in-out;
  -o-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.mainmenu-block ul.navbar-nav li.first-level {
  float: none;
  display: inline-block;
  position: static;
}

#socialmenu li {
  display: inline-block;
}

#socialmenu li img {
  height: 20px;
  width: 20px;
}

#socialmenu .menu_search {
  padding-right: 25px;
}

.navbar-default {
  background: transparent;
  border: none;
}

.navbar-default .navbar-nav li a {
  font-size: 21px;
  color: white;
  font-family: "bebas_neuebold" !important;
}

.navbar-default .navbar-nav li.open .submenu a {
  color: #6F6D6E;
  overflow: hidden;
}

.navbar-default .navbar-nav li a span {
  font-size: 15px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: white;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: transparent;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: transparent;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #fff;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #fff;
}
.navbar-default .navbar-link:hover {
  color: #fff;
}
.navbar-default .btn-link {
  color: #fff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #fff;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #fff;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: rgba(0,0,0,0.1);
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  border-color: transparent;
  width: 47px;
  height: 39px;
  position: relative;
}

.navbar-default .navbar-toggle {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin: 0;
}

.navbar-toggle .icon-bar {
  height: 3px;
  width: 25px;
  margin: 0;
  position: absolute;
  left: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.navbar-toggle .icon-bar:nth-of-type(1) {
  top: 9px;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
  top: 17px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  top: 25px;
}

.navbar-toggle.open .icon-bar:nth-of-type(1) {
  position: absolute;
  top: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggle.open .icon-bar:nth-of-type(2) {
  position: absolute;
  width: 0%;
  opacity: 0;
}

.navbar-toggle.open .icon-bar:nth-of-type(3) {
  position: absolute;
  top: 25px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}



#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}




@media (min-width: 992px) {
  #drive-form .col-md-5 {
      width: 41.66666667% !important;
    }
}


@media screen and (min-device-aspect-ratio: 15/9) and (max-device-aspect-ratio: 2/1) and (min-device-width: 992px), screen and (min-aspect-ratio: 15/9) and (max-aspect-ratio: 2/1) and (min-width: 992px) {
  body {
    /*background: yellow;*/
  }
  #slider .item {
    height: 100vh;
  }

  #slider .thumbnail {
    height: 100%;
  }

  #slider .item img.full_height {
    height: auto !important;
    width: 100%;
    max-width: none;
    max-height: none;
    position: absolute;
    bottom: 0;
    min-height: 100%;
  }

  #slider .item img.full_height {
    height: auto !important;
    width: 100%;
    max-width: none;
    max-height: none;
    position: absolute;
    bottom: 0;
    min-height: 100%;
  }

  #slider .item img.first {
    bottom: -10vw;
  }

  #slider .item img.second {
    bottom: -10vw;
  }

  #slider .item img.third {
    bottom: -10vw;
  }
}

#slider .home_slider {
  background: rgba(255,255,255,0.8);
  position: absolute;
  top: calc(50% - 35px);
}

.home_slider.left {
  left: 75px;
}

.home_slider.right {
  right: 0;
}

.carousel-indicators {
  bottom: 15%;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.carousel-indicators li {
  background: #fff;
  margin-right: 15px;
}

.carousel-indicators li:last-of-type {
  margin-right: 0 !important;
}

.carousel-indicators li.active {
  background: red;
  border: red;
  margin-right: 15px;
}

.fb_cont {
  bottom: 0;
  top: auto !important;
}

.fb-page {
  position: absolute !important;
  right: 0;
  bottom: 120px;
  z-index: 10;
}

.dropdown-menu {
  /*background: rgba(255,255,255,0.85);*/
  background: #ebebeb
}

#isuzu-menu .submenu {
  position: absolute;
  left: 0 !important;
  right: 0;
  /*min-height: 120px;*/
  margin: auto;
  border-top: none;
}

#isuzu-menu .open .submenu {
  /*height: auto;*/
  display: block;
  /*opacity: 1;*/
  text-align: center;
  top: initial;
  padding-bottom: 0;
  padding-top: 0;
  background: #ebebeb
}

#isuzu-menu .open .submenu li {
  display: inline-block;
}
#isuzu-menu .open .submenu li a{
  padding: 2.6vw 5px;
}
#isuzu-menu .open .submenu li a.second_row{
  padding: 2.6vw 4.4vw;
}


#isuzu-menu .open .submenu li span {
  color: #6a6a6a;
}

#isuzu-menu .open .submenu li img {
  display: block;
  margin: auto;
  height: 34px;
  width: auto;
}

#isuzu-menu .open a.dmax-menu {
  background: url(../images/dropdown_arrow_up.png) no-repeat 16px 40px;
}

#toolbox-left {
  display: block;
  text-align: center;
  z-index: 9999;
  position: fixed;
  left: 0;
  /*  top: 44px; guru */
  top: calc(50% - 176px);
}

#toolbox-left a:hover {
  background: rgba(105,105,105,1);
}
#toolbox-left a:focus {
  background: rgba(0,0,0,0.7);
}

#toolbox-left a {
  -webkit-transition: background .1s ease-in-out;
  -o-transition: background .1s ease-in-out;
  transition: background .1s ease-in-out;
  position: relative;
  display: block;
  height: 72px;
  width: 72px;
  background: rgba(0,0,0,0.7);
  border-bottom: 1px solid #6f6d6e;
  min-width: 71px;
  padding: 0px 15px 10px;
}

#toolbox-left a img {
  margin-bottom: 0px;
  width: 40px;
}

#toolbox-left a span.image-title {
  font-size: 12px;
  font-family: "Open Sans";
  color: rgb(238, 240, 239);
  /*font-weight: bold;*/
  line-height: 1.1;
  text-align: center;
  position: absolute;
  z-index: 55;
  position: absolute;
  width: 100%;
  bottom: 5%;
  text-align: center;
  left: 0;
  letter-spacing: -0.5px;
  word-spacing: 70px

}


.red_text span{
  color: red;
}

.additional_buttons .button_wrapper {
  position: absolute;
  left: calc(50% - 125.5px);
  top: 50%;
  display: block;
  width: 250px;
}

.additional_buttons .button_wrapper a.btn {
  display: block;
  width: 100%;
  height: 55px;
  vertical-align: middle;
  padding: 0;
}

.additional_buttons .button_wrapper a.btn span {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 20px;
  color: white;
  /*font-weight: bold;*/
  text-align: center;
  border-radius: 0;
  padding: 13px 12px;
}

.additional_buttons .button_wrapper a.btn.up {
  background: #dc261c;
  border:none;
}

.additional_buttons .button_wrapper a.btn.down {
  background: transparent;
  border: 2px solid white;
  margin-top: 32px;
}

.additional_buttons .button_wrapper a.btn span:hover {
  background: rgba(255,255,255,0.3);
}

.find_dealer {
  position: absolute;
  /*width: 340px;*/
  /*height: 170px;*/
  background: rgba(255,255,255,0.6);
  top: 152px;
  z-index: 5;
  padding: 15px 20px;
  width: 250px;
  height: auto;
  right: 0px;
}

.find_dealer h1 {
  font-weight: normal;
}

.find_dealer input {
  font-size: 11px;
  width: 100%;
  height: 35px;
  padding: 5px;
  border: 1px solid #999;
  margin-top: 10px;
  /*background: white url(../images/map_marker.png) no-repeat right;*/
}

.find_dealer .form-inline {
  position: relative;
}

.find_dealer .form-inline img.sm {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  height: 35px;
  cursor: pointer;
}

a.next_section {
  background: url(../images/scroll_down.png) no-repeat;
  background-size: cover;
  height: 110px;
  width: 110px;
  position: absolute;
  z-index: 100;
  bottom: 9vh;
  right: 0;
  left: 0;
  margin: 0 auto;
}

a.next_section span {
  letter-spacing: -0.05em;
  color: rgb(57,55,50);
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-transform: lowercase;
}

#sect_one {
  position: relative;
}

.wersje_specjalne li:hover {
  transform: scale(1.1);
  z-index: 200;
}

.wersje_specjalne {
  list-style: none;
  position: relative;
  padding: 0;
  margin-top: -80px;
}


.wersje_specjalne li {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  height: 303px;
  background: white;
  padding: 0;
}

.wersje_specjalne li img {
  width: 100%;
  /*height: 120px;*/
}

.wersje_specjalne li a,
.wersje_specjalne li a:hover {
  color: #000;
  text-decoration: none;
}

.wersje_specjalne li .header {
  height: 80px;
  padding: 23px 0px !important;
  text-align: center;
  vertical-align: middle;
}

.wersje_specjalne li a .header h2 {
  /*color: #000;*/
}

.wersje_specjalne li a .header i {
  font-size: 20;
  color: rgb(111, 109, 110);
  text-align: center;
}

.wersje_specjalne li .bottom {
  height: 70px;
  line-height: 70px;
  background: black;
  color: rgb(238, 240, 239);
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

.wersje_specjalne li .bottom p {
  display: inline;
}


#wersjespecjalne_carousel .item div {
  padding: 0;
}

ul.wersje_specjalne .carousel-control {
  background: transparent;
  background-image: none;
  position: absolute;
  top: 120px;
  bottom: initial;
  width: initial;
  background: #fff;
}

ul.wersje_specjalne .carousel-control.left {
  left: -70px;
}

ul.wersje_specjalne .carousel-control.right {
  right: -70px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.no_padding {
  padding: 0 !important;
}

.no_margin {
  margin: 0 !important;
}

.center_text {
  text-align: center;
  margin: 70px 0 50px;
}

.newsoffroad img {
  width: 100%;
  height: 300px;
}

div.img_wrapper {
  position: relative;
}

.article_right_side_img_spacer {
  display: block;
  height: 85px;
  width; 100%;
}

.img_wrapper .kategoria {
  position: absolute;
  /*top: 265px;*/
  bottom: 0;
  left: calc(50% - 30px);
  height: 40px;
  width: 60px;
  background: black;
  padding: 1px 13px;
  /*filter: invert(100%);*/
}

/*michal 06.06.2016*/
.kategoria.ikona_specjalistyczne {
  background: white  url(../../../images/ikony/camper_black.png) no-repeat right center;
  background-size: auto 31px;
  background-position: 50% center;
}

.kategoria.ikona_szkola {
  background: white url(../../../images/ikony/spr_news_offroad_black.png) no-repeat -75px 7px;
  background-size: auto 31px;
}

.kategoria.ikona_news {
  background: white url(../../../images/ikony/spr_news_offroad_black.png) no-repeat 9px 7px;
  background-size: auto 31px;
}

ul.newsoffroad {
  list-style: none;
}

ul.newsoffroad li.article_intro {
  height: auto;
  border-right: 1px solid #eee;
  padding: 0 0 20px;
}

.newsoffroad .text_wrapper {
  text-align: center;
  color: rgb(51, 51, 51);
  padding: 0 40px;
}

.newsoffroad_big .text_wrapper h2 {
  margin: 35px 0;
}

.newsoffroad_small h2 {
  margin-top: 25px;
}

.text_wrapper p {
  font-size: 16px;
}

p.readmore {
  font-size: 14px;
  font-weight: bold;
  color: rgb(220, 38, 28);
  text-transform: uppercase;
  display: inline-block;
  margin: 34px 0;
  border-top: 1px solid black;
  padding-top: 16px;
}

.newsoffroad {
  padding: 0;
}

.newsoffroad .img_wrapper {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.newsoffroad .img_wrapper:hover {
  /*transform: scale(1.1);*/
}

.newsoffroad_big img.image_intro{
  width: 100%;
}

.newsoffroad_small span.mod-articles-category-date {
  margin-top: 30px;
  display: block;
  font-size: 12px;
  color: rgb(35, 35, 35);
}

.newsoffroad .bottom {
  min-height: 90px;
  height: auto;
  background: black;
  color: rgb(238, 240, 239);
  padding: 20px 0;
  position: relative;
  margin: 0;
  float: left;
}

.newsoffroad .bottom.first {
  border-right: 1px solid #eee;
}

/*michal 06.06.2016*/
.newsoffroad .bottom .kategoria.ikona_specjalistyczne {
  background: transparent url(../../../images/ikony/camper_white.png) no-repeat right center;
  background-size: auto 31px;
}

.newsoffroad .bottom .kategoria.ikona_szkola {
  background: transparent url(../../../images/ikony/spr_news_offroad_black.png) no-repeat right center;
  background-size: auto 31px;
  -webkit-filter: invert(100%);
  -o-filter: invert(100%);
  filter: invert(100%);
}

.newsoffroad .bottom .kategoria.ikona_news {
  background: transparent url(../../../images/ikony/spr_news_offroad_black.png) no-repeat left center;
  background-size: auto 31px;
  -webkit-filter: invert(100%);
  -o-filter: invert(100%);
  filter: invert(100%);
}

.newsoffroad .bottom .kategoria {
  background: transparent;
  height: 50px;
  width: 50px;
  vertical-align: middle !important;
  display: inline-block;
  margin: 0px 5px 0px 15px;
}

.newsoffroad .bottom img.ikon_sm {
  margin-left: 5px;
  height: 10px;
  width: 20px;
  /*margin-top: 2px;*/
  vertical-align: middle !important;
  display: inline;
}

.newsoffroad .bottom .left,
.newsoffroad .bottom .right {
  display: inline-block;
}

.newsoffroad .bottom .right p {
  margin: 0;
}

.newsoffroad .bottom .right {
  width: auto;
  text-align: right;
  position: absolute;
  right: 12px;
  top: calc(50% - 10px);
  text-transform: uppercase;
  /*michal 06.06.2016*/
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newsoffroad .bottom .left_parent {
  border-right: 1px solid white;
}

.newsoffroad .bottom h3 {
  /*margin-top: 2px;*/
  vertical-align: middle !important;
  display: inline;
}

/*michal 06.06.2016*/
.newsoffroad .bottom a {
  /*margin-top: 5px;*/
  vertical-align: middle !important;
  display: inline;
  color: #EEF0EF;
  text-decoration: none;
}

.newsoffroad .bottom a:hover {
  text-decoration: none;
}

.home footer {
  /*margin-top: 35px;*/
}

footer {
  /*position: relative;*/
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

footer .head {
  height: 70px;
  width: 100%;
  background: #393732;
}

footer .content {
  width: 100%;
  background: #eef0ef;
}

/*footer .content .col-xs-2 {
  width: 20%;
}*/

footer ul.main {
  /*width: 50%; nie wiem co to zaa pomysl byl - guru*/
  position: relative;
  margin: 15px 0;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul a,
footer ul a:hover,
footer ul a:active,
footer ul a:focus {
  text-decoration: none !important;
  color: #6f6d6e;
}

footer ul li {
  -webkit-transition: background .2s ease-in-out;
  -o-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
  padding: 3px 0 3px 7px;
}

footer ul .first-level li:hover {
  background: rgba(255,255,255,0.8);
}

footer ul a h3 {
  margin-top: 6px;
}

footer .social_bottom {
  position: absolute;
  right: 0;
  top: 0;
}

footer .social_bottom img {
  height: 20px;
  width: 20px;
  -webkit-filter: invert(40%);
  -o-filter: invert(40%);
  filter: invert(40%);
}

footer .social_bottom .menu_search {
  display: none;
}

footer .bottom {
  background: #232323;
  height: 50px;
  width: 100%;
}

footer .bottom .container {
  position: relative;
  height: 100%;
}

footer #bottommenu {
  display: inline-block;
  height: 100%;
  width: 100%;
}

#bottommenu LI:last-child {
  float: right !important;
}
footer #bottommenu li {
  display: inline-block;
  position: relative;
  height: 100%;
}

footer #bottommenu li:hover {
  background: rgba(255,255,255,0.5);
}

footer #bottommenu a {
  color: #dbdcdb;
  padding: 10px 15px;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

footer #bottommenu a:hover {
  background: transparent;
}


#cloud {
  display: inline-block;
  position: absolute;
  right: 0;
  height: 100%;
  background: #444;
}

#cloud span {
  color: #dbdcdb;
  text-transform: uppercase;
  display: block;
  vertical-align: middle;
  height: 100%;
}

#cloud span a {
  text-decoration: none;
  color: #dbdcdb;
  padding: 15px;
  display: inline-block;
  height: 100%;
}

.modal_container {
  /*width: 900px !important;*/
  margin-left: auto;
  margin-right: auto;
}

#globalModal .modal-dialog {
  width: auto;
  margin: 150px auto;
  margin-top: 30px;
}

#globalModal .modal-header {
  padding: 0 15px;
}

#globalModal .modal-content {
  height: auto;
  width: auto;
  border:none;
  border-radius: 0;
  padding: 0;
}

#globalModal .modal-content #overlayform h2 {
  margin: 0 0 30px;
}

#globalModal .modal-body {
  background: #f4f4f4;
  /* padding: 15px 50px; */
}

#globalModal .modal-body label {
  font-size: 14px;
  font-weight: normal;
}

#globalModal iframe {
  width: 100%;
  height: calc(100vh - 340px);
  height: 60vh;
  max-height: 60vh; }

#globalModal .modal-footer {
  padding: 10px 0 0;
}

#globalModal .modal-footer .form-control {
  width: auto;
}

#globalModal .modal-body label.zgoda {
  font-size: 9px;
  color: initial;
}

#globalModal .modal_content .img_wrapper {
  margin: 0;
}

#globalModal .modal_content .img_wrapper img {
  width: 100%;
}

#globalModal .modal_content .txt_box {
  margin: 0;
}

#globalModal .modal_aside {
  position: absolute;
  top: 0;
  right: -60px;
  width: 60px;
}

#globalModal hr {
  border-color: #aaa;
}

#globalModal .order-pdf .order-pdf-inside label {
  margin: 15px 0;
}

#globalModal .modal-body button.btn:disabled {
  color: rgb(85, 85, 85);
  /*border-color: rgb(85, 85, 85);*/
  background: rgba(0, 0, 0, 0.05) none repeat scroll 0% 0%;
}

#globalModal .modal-body button.btn {
  background: #db261c;
  color: white;
  font-family: "Encode Sans" !important;
  font-weight: normal;
  /*border: 2px solid #db261c;
  padding: 15px;
  height: auto;
  color: #db261c;
  font-size: 20px;
  line-height: 1;*/
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

#globalModal .modal-body button.btn:not(:disabled):hover {
  background: #c50000;
}

#globalModal .modal_aside button.btn {
  width: 60px;
  height: 60px;
  background: #db261c;
  text-decoration: none;
  color: white;
  border: none;
  border-radius: 0;
  font-size: 60px;
  font-weight: 300;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

#globalModal .modal_aside button.btn:hover {
  color: black;
}

#globalModal .modal_aside button.btn span {
  line-height: 0;
  display: block;
}

.row.pdf .pdf_thumb {
  margin: 0 auto 20px;
  width: 80%;
  display: block;
}

.cennik-thumb {
  text-align: center;
}
.cennik-thumb h2 {
  color: black;
  text-decoration: none;
}

.cennik-thumb:hover {
  text-decoration: none;
}

.form-line input {
  margin-bottom: 10px;
}

input, .form-control {
  padding: 7px;
}

.order-pdf {
  height: 120px;
  text-align: left;
}

.form-control {
  /*text-transform: uppercase;*/
  font-size: 13px;
  /*display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857;
  color: #6F6F6F;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;*/
}

#cennik-zgoda {
  width: 20px;
}

span.checkbox-label, #cennik-zgoda {
  display: block;
  float: left;
  text-align: left;
}

span.checkbox-label {
  font-size: 11px !important;
  line-height: 15px !important;
  width: 90%;
}

/*bootstrap override*/
.breadcrumb > li + li::before {
  padding: 0;
  content: '';
}

ul.breadcrumb {
  text-transform: uppercase;
  background: white;
  padding: 20px 0 0;
  margin-bottom: 0;
}

ul.breadcrumb li {
  display: inline;
}

ul.breadcrumb a {
  color: #666;
}

ul.breadcrumb a:hover {
  text-decoration: underline;
  color: #666;
}

ul.breadcrumb .divider {
  padding: 0 15px;
}

hr.breadcrumb_divide {
  margin: 5px 0;
}

.has-error .form-control {
  border-color: #F04124;
}

/*.form-control:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: inset 0 0 3px #999 !important;
  box-shadow: inset 0 0 3px #999 !important;
}

.has-error .form-control:focus {
  border: 1px solid #ccc !important;
  background: #FFF !important;
  -webkit-box-shadow: inset 0 0 3px #999 !important;
  box-shadow: inset 0 0 3px #999 !important;
}

.has-error .form-control.not_valid {
  border: 1px solid #F04124;
}

.has-error .form-control {
  -webkit-box-shadow: 0px 0px 4px 0px #5F5F5F;
  box-shadow: 0px 0px 4px 0px #5F5F5F;
}

.has-error input[type="checkbox"].not_valid {
  -webkit-box-shadow: 0px 0px 2px 1px #F04124;
  box-shadow: 0px 0px 2px 1px #F04124;
  }*/

  .text-danger {
    /*color: #F04124;*/
  }

  .has-error .form-control:focus,
  .has-error .form-control:active {
    border-color: #F04124;
    -webkit-box-shadow: 0 0px 4px 0px #F04124;
    box-shadow: 0 0px 4px 0px #F04124;
  }

  .form-control {
    border-radius: 0;
  }

  .form-horizontal .control-label {
    text-align: left;
  }

  .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label, .text-danger {
    color: #F04124;
  }
  /*end of BOOTSTRAP override*/

  /* video */
  .movie-half {
    padding: 0px;
    overflow: hidden;
  }

  .playerRow H3 {
    color:white;
    font-size: 35px;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .player-frame {
    position: absolute;
    top: 0px;
    width: 1px;
    height: 1px;
    z-index: 0;
  }

  .stopButton {
    padding-top: 10px;
    float: left;
    height: 45px;
    display: block;
    width: 100%;
    font-size: 20px;
    color: #DC261C;
    text-align: center;
    font-family: "bebas_neuebold" !important;
  }

  .stopButton:hover, .stopButton:focus {
    color: #cdcccc;
    text-decoration: none;
  }

  .hide-first {
    display: none;
  }

  /* end of video */

/*
 *  Galeria
 */

 .tos-wrapper.tos-fill .tos-slide.tos-image > img {
  max-height: none !important;
  max-width: none !important;
  min-height: auto !important;
  max-height: none !important;
  height: auto !important;
  width: 100%;
}

.tos-logo {
  background: no-repeat url('../images/home_logo_isuzu_white.png');
  width: 201px;
  height: 60px;
  position: absolute;
  z-index: 5000;
  top: 10px;
  left: 10px;
  opacity: 0.8;
}

/*
 *
 *
 * End of Guru
 *
 *
 */

.lotos {
  cursor: auto;
}

#isuzu-menu .open .submenu li .lotos .image_wrapper {
  height: 100%;
  padding-top: 22%;
}

 .checkbox_wrapper {
  border: none;
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  margin-left: -4px;
}

.has-error .checkbox_wrapper {
  border: 1px solid #F04124;
}


@media all and (min-width: 768px) {
 
  .fourcol .carousel-inner > .active.left,
  .fourcol .carousel-inner > .prev {
    left: -50%; }

  .fourcol .carousel-inner > .active.right,
  .fourcol .carousel-inner > .next {
    left: 50%; }

  .multicarousel .carousel-inner > .left,
  .multicarousel .carousel-inner > .prev.right,
  .multicarousel .carousel-inner > .active {
    left: 0; }

  .fourcol .carousel-inner .cloneditem-1 {
    display: block; } }
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .fourcol .carousel-inner > .item.active.right,
  .fourcol .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0; }

  .fourcol .carousel-inner > .item.active.left,
  .fourcol .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0; }

  .fourcol .carousel-inner > .item.left,
  .fourcol .carousel-inner > .item.prev.right,
  .fourcol .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; } }
@media all and (min-width: 992px) {
  .fourcol .carousel-inner > .active.left,
  .fourcol .carousel-inner > .prev {
    left: -25%; }

  .fourcol .carousel-inner > .active.right,
  .fourcol .carousel-inner > .next {
    left: 25%; }

  .multicarousel .carousel-inner > .left,
  .multicarousel .carousel-inner > .prev.right,
  .multicarousel .carousel-inner > .active {
    left: 0; }

  .fourcol .carousel-inner .cloneditem-2,
  .fourcol .carousel-inner .cloneditem-3 {
    display: block; } }
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .fourcol .carousel-inner > .item.active.right,
  .fourcol .carousel-inner > .item.next {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
    left: 0; }

  .fourcol .carousel-inner > .item.active.left,
  .fourcol .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
    left: 0; }

  .multicarousel .carousel-inner > .item.left,
  .multicarousel .carousel-inner > .item.prev.right,
  .multicarousel .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; } }


.iframe .page_heading {
  display: none;
}

.tool_menu h3 {
  font-size: 12px;
  line-height: 1.4;
  font-family: "Open Sans", sans-serif!important;
  font-weight: bold;
  color: #6f6d6e;
}



/*Bohdan 18-05-2017*/

#mainmenu {
  position: static;
}

#isuzu-menu .open .submenu {
  width: 100vw;
  font-size: 0;
  padding-left: 3.4vw;
  padding-right: 3.4vw;
}

#isuzu-menu .open .submenu li .image_wrapper {
  height: 66%;
  padding-bottom: 22%;
  display: block;
}

#isuzu-menu .open .submenu li .image_wrapper img{
  height: auto;
}

.navbar-default .navbar-nav .submenu li a, .navbar-default .navbar-nav .submenu li a span {
  font-size: 1.25vw;
  font-family: "bebas_neue_regularregular", sans-serif!important;
  color: #252525;
 } 

.navbar-default .navbar-nav .submenu li a .m_wrapper span {
  /* display: block;
  margin-top: 2.8vh; */
  height: 34%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

#isuzu-menu .open .submenu li {
  height: 25.9vh;
  vertical-align: middle;
}

#isuzu-menu .open .submenu li a{
  height: 100%;
  line-height: 100%;
  color: #6a6a6a;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

/*#isuzu-menu .open .submenu li a.second_row{
  justify-content: space-between;
}*/
#isuzu-menu .open .submenu li.vw6 {
  width: 15.49vw;
}

#isuzu-menu .open .submenu li.vw10 {
  width: 10vw;
}

.menu_separator {
  border-top: 1px solid #6a6a6a;
  margin: 0;
}

/*.navbar-default .navbar-nav .submenu li.vw10 a, .navbar-default .navbar-nav .submenu li.vw10 a span{
  font-size: 0.94vw;
}*/

/* .submenu .item_under {
  clear: left;
} 

.submenu .item_under ~ .item_under{
  float: left;
  clear: none;
  } */
 


.submenu .item_under {
  overflow: hidden;
  max-width: 33.333%;
}
.item_under + .item_under {
  border-left: 1px solid #6a6a6a;

}

.submenu .item_under .m_wrapper{
  width: auto;
  float: left;
} 

.submenu .item_under .additional_info{
  position: relative;
  width: 65%;
  height: 100%;
  margin-left: auto;
  text-align: right;
  font-size: 0.78vw;
  float: right;
  font-family: "Open Sans", sans-serif;
} 

.submenu .item_under .additional_info .additional_text{
  text-align: left;
  font-size: 0.78vw;
  white-space: pre-wrap;
}

#isuzu-menu .submenu .item_under .additional_info span {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #f40000; 
  font-size: 0.78vw;
  text-transform: lowercase;
  font-family: "Open Sans", sans-serif!important;
} 

#isuzu-menu .submenu .m_wrapper {
  height: 100%;
}

.navbar-default .navbar-nav li a.menu_facebook {
  background: url("../images/ico_facebook.png") no-repeat center center;
  text-indent: -9999px;
  display: inline-block;
  text-align: left;
}



/* #mainmenu.lightcolor > li > a {
  color: #fff !important;
  transition: color 1s linear; 
}

#isuzu-menu.white-overlay {
  background: #fff;
}

#isuzu-menu.white-overlay #mainmenu.lightcolor > li > a{
  color: #000!important;
}
#isuzu-menu.white-overlay #mainmenu.lightcolor > li:hover > a{
  color: #fff!important;
} */


.pac-container {
    z-index: 1031;
}
.wersje-specjalne .blog-featured {
  margin: 0;
}

.wersje-specjalne #wersje_specjalne_podstrony {
  margin: 0;
  margin-bottom: 100px;
}


.itemcount-2 #wersje_specjalne_podstrony h2 {
  font-size: 2.8vw; 
}
.itemcount-2 #wersje_specjalne_podstrony h3 {
  font-size: 2.2vw; 
}

.itemcount-3 #wersje_specjalne_podstrony h2 {
  font-size: 2.19vw; 
}
.itemcount-3 #wersje_specjalne_podstrony h3 {
  font-size: 1.6vw; 
}

.itemcount-4 #wersje_specjalne_podstrony h2 {
  font-size: 1.3vw; 
}
.itemcount-4 #wersje_specjalne_podstrony h3 {
  font-size: 1.1vw;
}

.itemcount-5 #wersje_specjalne_podstrony h2 {
  font-size: 1.3vw; 
}
.itemcount-5 #wersje_specjalne_podstrony h3 {
  font-size: 1.1vw; 
}

.itemcount-6 #wersje_specjalne_podstrony h2 {
  font-size: 1vw; 
}
.itemcount-6 #wersje_specjalne_podstrony h3 {
  font-size: 0.9vw; 
}

/*BOOTSTRAP COL-5*/
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}


.col-xs-5 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5 {
        width: 20%;
        float: left;
    }
}



.find_dealer.find_top #dealer_clear {
  position: absolute;
  right: 2px;
  top: 50%;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
  display: none;
}


/***********MENU******************/ 
@media all and (min-width: 992px) {

  .mainmenu-block {
    border: none;
    margin-top: 0px; }

  #mainmenu, #socialmenu {
    text-align: right;
    float: left; }

  .find_dealer.find_top {
    top: 0;
    right: 4.43vw;
    width: 29vw;
    font-size: 21px;
    line-height: 1;
    background: none;
    text-align: right; 
  }
    .find_dealer.find_top .form-inline {
      line-height: 1; }

    .find_dealer.find_top label {
      margin-bottom: 0px;
      margin-right: 10px;
      font-weight: normal;
      color: #fff;
      font-family: "bebas_neuebold", sans-serif; 
      vertical-align: middle;
  }

    .find_dealer.find_top input {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 12vw;
      margin-top: 0;
      border: none;
      font-size: 0.9vw;
      line-height: 100%;
      padding: 0;
      height: auto;
      color: #fff;
      background: transparent;
      border-bottom: 1px solid #fff; }
    .find_dealer.find_top input::-webkit-input-placeholder,
    .find_dealer.find_top input::-moz-placeholder,
    .find_dealer.find_top input:-moz-placeholder,
    .find_dealer.find_top input:-ms-input-placeholder {
        color:#fff;
      }

  #socialmenu li img {
    height: 1.25vw;
    width: 1.25vw; } 
}

@media all and (max-width: 991px) {
  .find_dealer.find_top {
    display: none;
  }
}

@media all and (min-width: 768px) and (max-width: 1169px) and (min-height: 900px) {
  #isuzu-menu .open .submenu li {  
    height: 15.9vh;
  }      
}          

/***************END MENU *****************/

@media all and (min-width: 769px) {
  .slick-list {
    max-width: 83.3333%;
  }

}

/**************URBAN GALLERY*************/
#urbanSlider {
  background: #535353;
}

#urbanSlider .carousel-control.right, #urbanSlider .carousel-control.left {
  background: transparent;
}


#urbanSlider .carousel-inner {
  height: 90vh;
}

#urbanSlider .carousel-inner .item:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
}
#urbanSlider .carousel-inner .item {
  height: 100%;
}

#urbanSlider .carousel-inner .item img {
    right: 0;
    bottom: 0;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
} 

#urbanSlider .carousel-indicators {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 105px;
  overflow-x: auto;
  white-space: nowrap;
}

#urbanSlider .carousel-indicators li {
    background-color: lightgray;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: 100px;
    margin: 0;
    margin-right: 15px;
    width: 100px;
    overflow: hidden;
    position: relative;
    border: none;
    box-shadow: 0px 0px 1px white;
}

#urbanSlider .carousel-indicators li.active {
  border: 1px solid #fff;
}

#urbanSlider .carousel-indicators li img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: none;
  margin: 0 auto;
  position: absolute;
  left: -100%;
  right: -100%;
}


@media all and (max-width: 991px) {
  #urbanSlider .carousel-inner {
    height: auto;
  }
} 


@media all and (max-width: 480px) {
  #urbanSlider .carousel-indicators {
    position: relative;
  }

  #urbanSlider .carousel-indicators, #urbanSlider .carousel-indicators li {
    
    height: auto;
  }

  #urbanSlider .carousel-indicators li  {
    width: 25%;
    width: calc(25% - 2px);
    margin-right: 2px;
  }

  #urbanSlider .carousel-indicators li:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }

  #urbanSlider .carousel-indicators li img {
    top: 0;
    bottom: 0;
  }  

}


