/* @font-face {
  font-family: LibreFranklin-Light;
  src: url(../fonts/LibreFranklin-Light.ttf); }
@font-face {
  font-family: LibreFranklin-Medium;
  src: url(../fonts/LibreFranklin-Medium.ttf); }
@font-face {
  font-family: LibreFranklin-Regular;
  src: url(../fonts/LibreFranklin-Regular.ttf); }
@font-face {
  font-family: LibreFranklin-Bold;
  src: url(../fonts/LibreFranklin-Bold.ttf); }
@font-face {
  font-family: Lato-Light;
  src: url(../fonts/Lato-Light.ttf); }
@font-face {
  font-family: Lato-Regular;
  src: url(../fonts/Lato-Regular.ttf); }
@font-face {
  font-family: Lato-Bold;
  src: url(../fonts/Lato-Bold.ttf); }
@font-face {
  font-family: Lato-Bold;
  src: url(../fonts/Lato-Bold.ttf); }
@font-face {
  font-family: OpenSans-Regular;
  src: url(../fonts/OpenSans-Regular.ttf); }
@font-face {
  font-family: OpenSans-Light;
  src: url(../fonts/OpenSans-Light.ttf); }
@font-face {
  font-family: OpenSans-Bold;
  src: url(../fonts/OpenSans-Bold.ttf); } */
@font-face {
    font-family: 'LibreFranklin-Light';
    src: url('../fonts/LibreFranklin-Light.woff2') format('woff2'),
        url('../fonts/LibreFranklin-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LibreFranklin-Medium';
    src: url('../fonts/LibreFranklin-Medium.woff2') format('woff2'),
        url('../fonts/LibreFranklin-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LibreFranklin-Bold';
    src: url('../fonts/LibreFranklin-Bold.woff2') format('woff2'),
        url('../fonts/LibreFranklin-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LibreFranklin-Regular';
    src: url('../fonts/LibreFranklin-Regular.woff2') format('woff2'),
        url('../fonts/LibreFranklin-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
  @font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato-Light.woff2') format('woff2'),
        url('../fonts/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'OpenSans-Light';
  src: url('../fonts/OpenSans-Light.woff2') format('woff2'),
      url('../fonts/OpenSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
      url('../fonts/OpenSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
      url('../fonts/OpenSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  position: relative;
  height: 100%;
  font-family: OpenSans-Light, -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

body a {
  outline: none;
  letter-spacing: 0; }

body h1,
body h2,
body h3,
body h4,
body h5 {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  font-family: OpenSans-Regular; }

body p {
  font-family: OpenSans-Regular;
  font-size: 1rem;
  letter-spacing: 0; }
  header {
    position: relative;
  }
header .skew {
  position: absolute;
  z-index: 2;
  left: 0;
  height: 100%;
  width: 30%;
  background: url('../images/skew.png') no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  opacity: 0.3;
}
button {
  cursor: pointer;
}
.small-top-bar-wrap {
  display: none;
}
.top-bar-wrap img {
  position: relative;
  bottom: 3px;
}
.top-bar .dropdown-menu .dropdown-item {
  background: transparent;
  padding: 0;
}
.top-bar .dropdown-menu .dropdown-item:hover {
  background: transparent;
}
.top-bar .dropdown-menu .dropdown-item a {
  display: block;
  text-align: center;
  padding: 5px;
}
.top-bar .dropdown-menu {
  background: #2c3e50;
  padding: 0;
  min-width: 100%;
  max-width: 100%;
}
.top-bar-wrap {
  background: #2c3e50;
  color: #fff;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  text-align: right; }
  .top-bar-wrap span {
    font-size: 1rem;
    margin-left: 3.125rem; }
    .top-bar-wrap span:first-child {
      margin-left: 0; }
    .top-bar-wrap span a {
      text-decoration: none;
      color: #fff; }
      .top-bar-wrap span a:hover {
        color: #e74c3c; }
    .top-bar-wrap span a.active {
      color: #e74c3c; }
  .top-bar-wrap .lang {
    font-family: OpenSans-Bold; }
.top-bar-wrap i {
  color: #e74c3c;
}
.menu-wrap {
  background: #fff;
  border-bottom: 2px solid #e74c3c; }
  .menu-wrap .menu .navbar {
    padding: 0;
    min-height: 70px; }
    .menu-wrap .menu .navbar .navbar-collapse #navigacija .nav-item {
      display: flex;
      -ms-align-items: center;
      align-items: center;  
    }
.menu-wrap .menu .navbar .navbar-brand img {
  max-height: 130px;
}
    .menu-wrap .menu .navbar .navbar-collapse #navigacija .nav-item .nav-link {
      font-size: 1rem;
      color: #000;
      font-family: OpenSans-Regular;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      position: relative;
      text-transform: uppercase; }
      .menu-wrap .menu .navbar .navbar-collapse #navigacija .nav-item .nav-link i {
        position: absolute;
        right: 0; 
      }
      .menu-wrap .menu .navbar .navbar-collapse #navigacija .nav-item .nav-link:hover {
        color: #e74c3c; }
    .menu-wrap .menu .navbar .navbar-collapse #navigacija .nav-item .nav-link.active {
      color: #e74c3c; }
    .menu-wrap .menu .navbar .navbar-collapse #navigacija .nav-item .dropdown-menu {
      background: #fff;
      padding: 0;
      border-radius: 0; }
      .menu-wrap .menu .navbar .navbar-collapse #navigacija .nav-item .dropdown-menu li {
        padding-left: 0;
        padding-right: 0; }
        .menu-wrap .menu .navbar .navbar-collapse #navigacija .nav-item .dropdown-menu li a {
          color: #000;
          text-decoration: none;
          padding-left: 0.625rem;
          padding-right: 0.625rem;
          display: block; }
    .menu-wrap .menu .navbar .navbar-collapse #navigacija .lang {
      display: none; }

body .front-slider-wrap {
  padding: 0; }
  body .front-slider-wrap #front-slider .owl-nav {
    margin: 0;
    padding: 0; }
    body .front-slider-wrap #front-slider .owl-nav .owl-prev {
      position: absolute;
      top: 0;
      left: 2.5rem;
      width: 1.875rem;
      height: 100%;
      background: url("../images/owl-prev.png") no-repeat;
      background-position: center; }
    body .front-slider-wrap #front-slider .owl-nav .owl-next {
      position: absolute;
      top: 0;
      right: 2.5rem;
      width: 1.875rem;
      height: 100%;
      background: url("../images/owl-next.png") no-repeat;
      background-position: center; }
  body .front-slider-wrap .slider-info-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    display: flex;
    align-items: center;
    width: 60%;
    text-align: left;
    justify-content: center; }
    body .front-slider-wrap .slider-info-wrap .slider-info {
      width: 100%;
      height: calc(100% - 50px);
      /* background: url("../images/slider-transparent.png") no-repeat; */
      -webkit-background-size: 100% 100%;
      -moz-background-size: 100% 100%;
      -o-background-size: 100% 100%;
      background-size: 100% 100%;
      display: flex;
      -ms-align-items: center;
       align-items: center;
       justify-content: center; }
      body .front-slider-wrap .slider-info-wrap .slider-info p.label {
        font-size: 18px;
        color: #fff;
        font-family: OpenSans-Bold;
        background: #e74c3c;
        line-height: 23px;
        display: inline-block;
        text-transform: uppercase;
        padding-left: 7px;
        padding-right: 7px;
      }
      
      body .front-slider-wrap .slider-info-wrap .slider-info h1,
      body .front-slider-wrap .slider-info-wrap .slider-info h2,
      body .front-slider-wrap .slider-info-wrap .slider-info h3 {
        font-size: 40px;
        color: #fff;
        font-family: OpenSans-Bold;
        letter-spacing: -0.02em;
        margin-bottom: 15px;
      }
      body .front-slider-wrap .slider-info-wrap .slider-info h1 span,
      body .front-slider-wrap .slider-info-wrap .slider-info h2 span,
      body .front-slider-wrap .slider-info-wrap .slider-info h3 span {
        color: #e74c3c;
      }
      body .front-slider-wrap .slider-info-wrap .slider-info p.price {
        font-size: 24px;
        font-family: OpenSans-Regular;
      }
      body .front-slider-wrap .slider-info-wrap .slider-info p.price span {
        display: inline-block;
        background: #e74c3c;
        font-size: 30px;
        font-family: OpenSans-Bold;
        padding-left: 10px;
        padding-right: 10px; 
      }

      body .front-slider-wrap .slider-info-wrap .slider-info .readmore {
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 167px;
        height: 37px;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: none;
        background: #e74c3c;
        font-weight: 600;
      }
      .faw-left img {
        min-width: 100%;
      }
.faw-left,
.faw-right {
  padding: 0;
}

.faw-right {
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.faw-right div {
  max-width: 600px;
  padding-left: 15px;
}
.faw-right h2 {
  color: #4f4f4f;
  font-size: 33px;
  font-family: OpenSans-Bold;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.faw-right p {
  font-size: 18px;
  color: #4f4f4f;
  font-family: OpenSans-Regular;
}
.faw-right p.intro {
  font-size: 21px;
  color: #e74c3c;
  font-family: LibreFranklin-Medium;
  margin-bottom: 15px;
}
.faw-right .readmore {
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: OpenSans-Bold;
  text-decoration: none;
  border-radius: 7px;
  background: #e74c3c;
}
.search-container-wrap {
  background: #2c3e50;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem; }
  .search-container-wrap .small-form-title {
    display: none; }
  .search-container-wrap .search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; }
    .search-container-wrap .search-container p {
      font-size: 20px;
      line-height: 20px;
      text-align: center;
      margin-bottom: 0;
      position: relative;
      top: 10px; }
      .search-container-wrap .search-container p span {
        font-size: 16px; }
    .search-container-wrap .search-container .search-field {
      padding-left: 5px;
      padding-right: 5px; }
    .search-container-wrap .search-container input,
    .search-container-wrap .search-container select {
      height: 45px;
      border-radius: 4px;
      border: none;
      outline: none;
      min-width: 100px;
      padding-left: 10px;
      padding-right: 10px;
      font-size: 18px;
      font-family: OpenSans-Regular;
      color: #000;
      background: url("../images/caret.png") no-repeat;
      background-position: center right 10px;
      background-color: #fff; }
    .search-container-wrap .search-container input::-webkit-input-placeholder {
      color: #000;
      opacity: 1; }
    .search-container-wrap .search-container input:-moz-placeholder {
      /* Firefox 18- */
      color: #000;
      opacity: 1; }
    .search-container-wrap .search-container input::-moz-placeholder {
      /* Firefox 19+ */
      color: #000;
      opacity: 1; }
    .search-container-wrap .search-container input:-ms-input-placeholder {
      color: #000;
      opacity: 1; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .search-container-wrap .search-container {
        /* for Webkit */ }
        .search-container-wrap .search-container select {
          -webkit-appearance: none; } }
@-moz-document url-prefix() {
  .search-container-wrap .search-container {
    /* for Firefox */ }
    .search-container-wrap .search-container select {
      -moz-appearance: none; } }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .search-container-wrap .search-container {
        /* for IE10+ */ }
        .search-container-wrap .search-container select::-ms-expand {
          display: none; } }
    .search-container-wrap .search-container select option {
      font-size: 14px; }
    .search-container-wrap .search-container .location-field {
      margin-left: 20px; }
    .search-container-wrap .search-container #location {
      width: 240px; }
    .search-container-wrap .search-container label {
      display: block;
      font-family: OpenSans-Regular; }
    .search-container-wrap .search-container .search-date-field {
      padding-left: 0;
      padding-right: 0; }
      .search-container-wrap .search-container .search-date-field input,
      .search-container-wrap .search-container .search-date-field select {
        margin-left: 2px;
        margin-right: 2px; }
      .search-container-wrap .search-container .search-date-field .month {
        width: 100px; }
      .search-container-wrap .search-container .search-date-field .day {
        width: 100px; }
      .search-container-wrap .search-container .search-date-field .time {
        width: 140px; }
    .search-container-wrap .search-container button {
      height: 45px;
      border: none;
      outline: none;
      color: #fff;
      font-size: 18px;
      font-family: OpenSans-Bold;
      background: #e74c3c;
      width: 150px;
      border-radius: 8px;
      position: relative;
      top: 16px;
      margin-left: 20px; }

.featured-wrap {
  position: relative;
  padding-bottom: 80px; }
  .featured-wrap .grey {
    background: #e9eaec;
    height: 130px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .featured-wrap .featured-item {
    background: #fff;
    padding-bottom: 30px;
    height: 100%;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.24);
    box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.24); }
    .featured-wrap .featured-item img {
      min-width: 100%; }
    .featured-wrap .featured-item h4 {
      color: #e74c3c;
      font-size: 38px;
      font-family: OpenSans-Regular;
      line-height: 40px;
      text-align: center;
      margin-top: 20px;
      margin-bottom: 20px; }
    .featured-wrap .featured-item h3 {
      color: #e74c3c;
      font-size: 38px;
      font-family: OpenSans-Regular;
      line-height: 40px;
      text-align: center;
      margin-top: 20px;
      margin-bottom: 20px; }
    .featured-wrap .featured-item .featured-text {
      padding-left: 30px;
      padding-right: 30px; }
    .featured-wrap .featured-item p {
      color: #2c3e50;
      font-size: 22px;
      font-family: OpenSans-Regular;
      line-height: 28px;
      text-align: center; }
  .featured-wrap .featured {
    margin-bottom: 80px; }
  .featured-wrap .front-links-wrap {
    text-align: center; }
    .featured-wrap .front-links-wrap h3 {
      color: #272727;
      font-size: 30px;
      font-family: OpenSans-Bold;
      line-height: 36px;
      margin-bottom: 20px; }
    .featured-wrap .front-links-wrap p {
      color: #e74c3c;
      font-size: 20px;
      font-family: Lato-Bold;
      margin-bottom: 20px; }
    .featured-wrap .front-links-wrap .front-links {
      display: flex;
      justify-content: center;
      margin-top: 40px; }
      .featured-wrap .front-links-wrap .front-links .readmore {
        width: 150px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-family: OpenSans-Bold;
        text-transform: uppercase;
        text-decoration: none;
        border-radius: 7px; }
      .featured-wrap .front-links-wrap .front-links .readmore-orange {
        background: #e74c3c;
        margin-right: 35px; }
      .featured-wrap .front-links-wrap .front-links .readmore-blue {
        background: #2c3e50;
        margin-left: 35px; }

.transfers-wrap {
  padding: 0; }
  .transfers-wrap .grey {
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e9eaec; }
  .transfers-wrap #transfers-slider {
    min-height: 900px; }
    .transfers-wrap #transfers-slider .owl-stage {
      display: flex;
      align-items: center; }
    .transfers-wrap #transfers-slider .item {
      height: 766px;
      background: url("../images/item-bcg.png") no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: center;
      padding-left: 25px;
      padding-right: 25px;
      padding-top: 10px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }
      .transfers-wrap #transfers-slider .item .transfer-title {
        display: flex;
        align-items: center;
        height: 100px;
        text-align: center;
        justify-content: center;
        margin-bottom: 150px; }
        .transfers-wrap #transfers-slider .item .transfer-title h3 {
          color: #e74c3c;
          font-size: 30px;
          font-family: OpenSans-Regular; }
      .transfers-wrap #transfers-slider .item img {
        margin-bottom: 200px; }
      .transfers-wrap #transfers-slider .item .slogan,
      .transfers-wrap #transfers-slider .item .price,
      .transfers-wrap #transfers-slider .item .readmore {
        display: none; }
      .transfers-wrap #transfers-slider .item .red {
        font-size: 14px;
        line-height: 18px;
        font-family: OpenSans-Regular;
        color: #de4c3f; }
    .transfers-wrap #transfers-slider .owl-item.center .item {
      height: 900px;
      background: url("../images/item-center.png") no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: center;
      padding-left: 40px;
      padding-right: 40px; }
      .transfers-wrap #transfers-slider .owl-item.center .item .transfer-title {
        margin-bottom: 10px; }
        .transfers-wrap #transfers-slider .owl-item.center .item .transfer-title h3 {
          color: #e74c3c;
          font-size: 30px;
          font-family: OpenSans-Regular;
          -webkit-transition: 0.7s ease-in-out;
          transition: 0.7s ease-in-out; }
      .transfers-wrap #transfers-slider .owl-item.center .item .slogan {
        display: block;
        color: #fff;
        font-family: Lato-Bold;
        font-size: 20px;
        margin-bottom: 145px; }
      .transfers-wrap #transfers-slider .owl-item.center .item img {
        margin-bottom: 50px; }
      .transfers-wrap #transfers-slider .owl-item.center .item .price {
        display: block;
        color: #fff;
        font-family: Lato-Regular;
        font-size: 16px;
        margin-bottom: 30px; }
        .transfers-wrap #transfers-slider .owl-item.center .item .price span {
          font-size: 24px;
          font-family: OpenSans-Bold;
          color: #de4c3f; }
      .transfers-wrap #transfers-slider .owl-item.center .item .readmore {
        width: 200px;
        height: 63px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-family: OpenSans-Bold;
        text-transform: uppercase;
        text-decoration: none;
        border-radius: 7px;
        background: #e74c3c;
        margin-left: auto;
        margin-right: auto; }
    .transfers-wrap #transfers-slider .owl-nav {
      padding: 0;
      margin: 0;
      width: 500px;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      position: absolute;
      height: 60px;
      top: 50%; }
      .transfers-wrap #transfers-slider .owl-nav .owl-prev {
        position: absolute;
        top: 0;
        left: 0;
        width: 1.875rem;
        height: 100%;
        background: url(../images/owl-prev.png) no-repeat;
        background-position: center; }
      .transfers-wrap #transfers-slider .owl-nav .owl-next {
        position: absolute;
        top: 0;
        right: 0;
        width: 1.875rem;
        height: 100%;
        background: url(../images/owl-next.png) no-repeat;
        background-position: center; }
    .transfers-wrap #transfers-slider .owl-dots {
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      z-index: 10; }
      .transfers-wrap #transfers-slider .owl-dots .owl-dot span {
        width: 20px;
        height: 3px;
        background: #fff; }
      .transfers-wrap #transfers-slider .owl-dots .owl-dot.active span {
        background: #e74c3c; }

.services-wrap {
  background: #e9eaec;
  text-align: center;
  padding-top: 90px; }
  .services-wrap h3 {
    color: #272727;
    font-size: 30px;
    font-family: OpenSans-Bold;
    line-height: 36px;
    margin-bottom: 20px; }
  .services-wrap p {
    color: #e74c3c;
    font-size: 20px;
    font-family: Lato-Bold;
    margin-bottom: 20px; }
  .services-wrap .readmore {
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: OpenSans-Bold;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 7px;
    background: #e74c3c;
    margin-left: auto;
    margin-right: auto; }

body .services-wrap-tiles {
  padding-left: 0;
  padding-right: 0; }
  body .services-wrap-tiles .service-img {
    position: relative;
    overflow: hidden; }
    body .services-wrap-tiles .service-img img {
      min-height: 100%;
      min-width: 100%;
      max-width: none;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
  body .services-wrap-tiles .service-img-small {
    display: none; }
  body .services-wrap-tiles .service-text {
    padding: 25px;
    padding-top: 70px;
    display: flex;
    justify-content: center;
    text-align: center;
    min-height: 345px; }
    body .services-wrap-tiles .service-text h3 {
      font-size: 24px;
      color: #ff3333; }
    body .services-wrap-tiles .service-text p {
      font-size: 18px;
      color: #000000;
      line-height: 22px;
      margin-bottom: 0; }
    body .services-wrap-tiles .service-text .arrow-link {
      display: block;
      text-align: center;
      position: absolute;
      bottom: 25px;
      left: 0;
      right: 0; }

.separator {
  text-align: center;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  background: #e74c3c; }
  .separator span {
    padding-left: 15px;
    padding-right: 15px; }

.testimonials-wrap {
  padding-bottom: 100px;
  background: url("../images/testimonials-bcg.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center; }
  .testimonials-wrap h2 {
    text-align: center;
    color: #e74c3c;
    font-size: 70px;
    font-family: OpenSans-Bold;
    padding-top: 60px; }
  .testimonials-wrap .intro {
    color: #fff;
    font-family: OpenSans-Regular;
    text-align: center;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 50px; }

#testimonial-slider .owl-item {
  padding: 50px; }
#testimonial-slider .item {
  border: 1px solid #737372;
  padding: 50px;
  padding-bottom: 70px; }
  #testimonial-slider .item .test-text {
    color: #fff;
    text-align: center;
    font-family: OpenSans-Regular;
    font-size: 16px; }
  #testimonial-slider .item .navodnici {
    min-width: 60px;
    max-width: 60px;
    width: 60px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    margin-left: auto;
    margin-right: auto;
    z-index: 100; }
  #testimonial-slider .item .person-image {
    min-width: 100px;
    max-width: 100px;
    width: 100px;
    height: 100px;
    margin-right: 15px; }
  #testimonial-slider .item .test-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #e74c3c;
    font-family: OpenSans-Bold;
    font-size: 18px; }
    #testimonial-slider .item .test-info span {
      color: #fff; }
#testimonial-slider .owl-nav {
  margin: 0;
  padding: 0; }
  #testimonial-slider .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    left: -30px;
    width: 1.875rem;
    height: 100%;
    background: url("../images/test-left.png") no-repeat;
    background-position: center; }
  #testimonial-slider .owl-nav .owl-next {
    position: absolute;
    top: 0;
    right: -30px;
    width: 1.875rem;
    height: 100%;
    background: url("../images/test-right.png") no-repeat;
    background-position: center; }
#testimonial-slider .owl-dots {
  position: absolute;
  bottom: -50px;
  margin-top: 50px;
  left: 0;
  right: 0;
  z-index: 10; }
  #testimonial-slider .owl-dots .owl-dot span {
    width: 20px;
    height: 3px;
    background: #fff; }
  #testimonial-slider .owl-dots .owl-dot.active span {
    background: #e74c3c; }

.inner-header-image {
  padding: 0; }
  .inner-header-image img {
    min-width: 100%; }

.inner-wrap {
  padding-top: 80px;
  padding-bottom: 80px; }
  .inner-wrap h1 {
    color: #e74c3c;
    font-size: 36px;
    font-family: OpenSans-Bold;
    text-align: center;
    margin-bottom: 35px; }
  .inner-wrap p {
    text-align: justify;
    color: #000000;
    font-size: 16px;
    line-height: 20px; }
  .inner-wrap p.intro {
    text-align: center; }
  .inner-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .inner-wrap ul li {
      color: #000000;
      font-size: 16px;
      line-height: 24px;
      padding-left: 75px;
      background: url("../images/bullet.png") no-repeat;
      background-position: left top 6px;
      margin-bottom: 10px;
      font-family: OpenSans-Regular; }
      .inner-wrap ul li a {
        color: #000000;
        text-decoration: none; }

.about-text-wrap {
  padding-bottom: 0; }

.image-divider {
  margin-bottom: 1rem;
  padding: 0; }
  .image-divider img {
    min-width: 100%; }

.rest-of-text {
  padding-bottom: 80px; }
  .rest-of-text p {
    text-align: justify;
    color: #000000;
    font-size: 16px;
    line-height: 20px; }

.gallery {
  padding: 0; }
  .gallery img {
    min-width: 100%; }

.vehicle-wrap {
  margin-top: 30px; }
  .vehicle-wrap .vehicle-image {
    text-align: center;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .vehicle-wrap .vehicle-image img {
      margin-left: auto;
      margin-right: auto;
      max-height: 150px; }
  .vehicle-wrap .vehicle-info {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #e74c3c; }
    .vehicle-wrap .vehicle-info h3 {
      font-size: 24px;
      color: #e74c3c;
      font-family: OpenSans-Bold;
      margin-bottom: 15px; }
    .vehicle-wrap .vehicle-info .features-wrap {
      margin-bottom: 20px; }
      .vehicle-wrap .vehicle-info .features-wrap span {
        font-size: 21px;
        color: #2c3e50;
        font-family: OpenSans-Bold;
        padding-right: 15px; }
      .vehicle-wrap .vehicle-info .features-wrap:last-child {
        margin-bottom: 0; }

.car-transfer-img {
  text-align: center; }
  .car-transfer-img img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    -webkit-box-shadow: 5px 5px 21px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 5px 5px 21px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 5px 5px 21px 0px rgba(0, 0, 0, 0.27); }
.car-transfer-text ul {
  margin-bottom: 1rem;
}
.car-transfer-text ul li {
  line-height: 30px;
}
.readmore-wrap {
  margin-top: 40px;
  text-align: center; }
  .readmore-wrap .readmore {
    width: 200px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: OpenSans-Bold;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 7px;
    background: #e74c3c;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
    .readmore-wrap .readmore:hover {
      -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.33);
      -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.33);
      box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.33); }

.contact-form-wrap {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px; }
  .contact-form-wrap input,
  .contact-form-wrap textarea {
    width: 100%;
    padding-left: 15px;
    font-size: 16px;
    color: #000;
    font-family: LibreFranklin-Medium;
    border: none;
    border-bottom: 3px solid #e74c3c;
    margin-bottom: 10px;
    outline: none; }
  .contact-form-wrap input {
    height: 50px; }
  .contact-form-wrap textarea {
    padding-top: 15px;
    resize: none;
    height: 160px; }
  .contact-form-wrap input::-webkit-input-placeholder,
  .contact-form-wrap textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 1; }
  .contact-form-wrap input:-moz-placeholder,
  .contact-form-wrap textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    opacity: 1; }
  .contact-form-wrap input::-moz-placeholder,
  .contact-form-wrap textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    opacity: 1; }
  .contact-form-wrap input:-ms-input-placeholder,
  .contact-form-wrap textarea:-ms-input-placeholder {
    color: #000;
    opacity: 1; }
  .contact-form-wrap button {
    width: 133px;
    height: 42px;
    color: #fff;
    font-size: 18px;
    font-family: OpenSans-Bold;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 7px;
    background: #e74c3c;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    border: none;
    outline: none;
    margin-top: 10px; }
    .contact-form-wrap button:hover {
      -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.33);
      -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.33);
      box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.33); }

.contact-map {
  height: 600px; }

.transfer-item-wrap {
  color: #fff;
   border-bottom: 5px solid #e74c3c;
 }
  .transfer-item-wrap1,
  .transfer-item-wrap4,
  .transfer-item-wrap7 {
    background: url("../images/trans1.jpg") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
  }
  .transfer-item-wrap2,
  .transfer-item-wrap5,
  .transfer-item-wrap8 {
    background: url("../images/trans2.jpg") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
  }
  .transfer-item-wrap3,
  .transfer-item-wrap6,
  .transfer-item-wrap9 {
    background: url("../images/trans3.jpg") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
  }
  
  .transfer-item-wrap .transfer-item {
    padding-top: 40px;
    padding-bottom: 40px;}
  .transfer-item-wrap h3 {
    font-size: 36px;
    font-family: OpenSans-Bold;
    margin-bottom: 30px; }
    .transfer-item-wrap h3 a {
      text-decoration: none;
      color: #fff; }
  .transfer-item-wrap p {
    font-size: 21px;
    margin-bottom: 30px; }
  .transfer-item-wrap p.price {
    font-size: 30px; }
    .transfer-item-wrap p.price span {
      font-family: OpenSans-Bold;
      font-size: 36px;
      color: #e74c3c;
      position: relative;
      top: 2px; }
      .book-det {
        position: relative;
        overflow: hidden;
      }
  .transfer-item-wrap .readmore {
    float: left;
    width: 170px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: OpenSans-Bold;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 7px;
    background: #e74c3c;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    margin-right: 30px; }
    .transfer-item-wrap .readmore:hover {
      -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.33);
      -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.33);
      box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.33); }
.transfer-item-wrap .readmore:lst-child {
  margin-right: 0;
}
.transfer-item-wrap .blue-readmore {
  background: #2c3e50;
}
.footer-wrap {
  background: #2c3e50;
  padding-top: 65px;
  color: #fff;
  font-size: 18px; }
  .footer-wrap h2 {
    color: #fff;
    font-size: 30px;
    font-family: OpenSans-Bold;
    margin-bottom: 35px; }
  .footer-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .footer-wrap ul a {
      color: #fff;
      text-decoration: none;
      font-size: 18px; }
      .footer-wrap ul a:hover {
        text-decoration: underline; }
  .footer-wrap p {
    color: #fff;
    margin-bottom: 35px;
    font-size: 18px; }
    .footer-wrap p a {
      color: #fff;
      text-decoration: none;
    }
  .footer-wrap i {
    color: #e74c3c;
    margin-right: 10px; }
  .footer-wrap a i:hover {
    color: #fff; }
  .footer-wrap .footer-soc {
    display: flex;
    justify-content: flex-end; }
  .footer-wrap .copyright {
    padding-top: 30px;
    padding-bottom: 15px;
    font-size: 16px; }
    .footer-wrap .copyright a {
      text-decoration: none;
      color: #fff; }
      .footer-wrap .copyright a:hover {
        color: #e74c3c; }

#btt {
  position: fixed;
  z-index: 5555;
  right: 30px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  opacity: 0.8; }
  #btt:hover {
    opacity: 1; }

#btt img {
  width: 60px;
  height: 60px; }
  .footer-widget input,
  .footer-widget textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    outline: none;
    font-size: 14px;
    font-family: OpenSans-Light;
    color: #fff;
    margin-bottom: 10px;
    padding-left: 15px;
  }
  .footer-widget input {
    height: 35px;
  }
  .footer-widget textarea {
    height: 130px;
    padding-top: 15px;
    resize: none;
  }
  .footer-widget button {
    width: 150px;
    height: 35px;
    color: #fff;
    font-size: 14px;
    font-family: OpenSans-Bold;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 7px;
    background: #e74c3c;
    border: none;
    outline: none;
    float: right;
  }
  .footer-widget input::-webkit-input-placeholder,
  .footer-widget textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
   }

  .footer-widget input:-moz-placeholder,
  .footer-widget textarea:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    opacity: 1;
  }

  .footer-widget input::-moz-placeholder,
  .footer-widget textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
    opacity: 1;
  }

  .footer-widget input:-ms-input-placeholder,
  .footer-widget textarea:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
  }
  .car-item {
    margin-bottom: 30px;
  }
  .car-item-image-wrap {
    height: 270px;
    position: relative;
    overflow: hidden;
  }
  .car-item-image-wrap .overlay {
    background: rgba(231, 76, 60, 0.6);
    min-height: 100%;
    max-height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.15s ease-in-out 0s;
    -moz-transition: opacity 0.15s ease-in-out 0s;
    -o-transition: opacity 0.15s ease-in-out 0s;
    transition: opacity 0.15s ease-in-out 0s;
  }

  .car-item-image-wrap .img-fluid {
      min-height: 100%;
      min-width: 100%;
      max-width: none;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
  }

  .car-item-image-wrap:hover .overlay {
      opacity: 1;
      filter: alpha(opacity=1);
  }

  .car-item-image-wrap .overlay p {
    text-align: left;
    padding-left: 15px;
    margin-bottom: 10px;
    line-height: 48px;
    color: #fff;
  }

  .car-item-image-wrap .overlay .more-days {
    font-size: 16px;
    font-weight: 700;
    border-top: 1px solid #fff;
  }

  .car-item-image-wrap .overlay .more-days span {
    font-size: 18px;
    background: url(../images/span-podloga.png) no-repeat;
    -webkit-background-size: initial;
    -moz-background-size: initial;
    -o-background-size: initial;
    background-size: initial;
  }
  .car-item-image-wrap .overlay p span {
    float: right;
    padding-right: 15px;
    padding-left: 30px;
    color: #e74c3c;
  }

  .car-item-image-wrap .overlay .one-to-three {
      color: #515e6b;
      font-size: 16px;
      background: #fff;
      font-weight: 800;
  }
  .car-item-image-wrap .overlay .more-days .request {
    font-size: 12px;
    line-height: 15px;
    max-width: 75px;
    padding-left: 15px;
    padding-top: 10px;
    padding-right: 0;
    height: 48px;
  }
  .car-infos {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 0;
  }
  .car-infos p {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 16px;
  }
  .car-infos .rent-price {
    font-size: 23px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
  }
  .car-infos .from {
      font-size: 15px;
      line-height: 20px;
      font-weight: lighter;
      text-align: center;
  }
  .car-infos .car-name {
      font-size: 20px;
      line-height: 20px;
      font-weight: bold;
  }
  .car-infos .transition {
      font-size: 12px;
      line-height: 20px;
      font-weight: lighter;
  }
  .car-infos .car-infos-name {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
    background: #2c3e50;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .car-infos .car-infos-price {
    width: 20%;
    text-align: right;
    padding-left: 5px;
    background: #e74c3c;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }
  .car-infos .car-infos-price p {
    text-align: center;
  }
  .requestModal h3 {
    color: #fff;
    font-size: 26px;
    font-family: OpenSans-Bold;
    text-align: center;
    margin-bottom: 0;
  }
  .requestModal form {
    padding-left: 15px;
    padding-right: 15px;
  }
.requestModal .modal-body{
    background: #2c3e50;
} 
  .requestModal input,
  .requestModal textarea {
    width: 100%;
    font-size: 16px;
    color: #535252;
    font-family: OpenSans-Light;
     border-radius: 10px;
    padding: 12px;
    border: none;
    margin-bottom: 10px;
    outline: none;
  }
  .requestModal textarea {
    height: 120px;
    resize: none;
  }
  .requestModal button {
    width: 133px;
    height: 42px;
    color: #fff;
    font-size: 18px;
    font-family: OpenSans-Bold;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 7px;
    background: #e74c3c;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    border: none;
    outline: none;
    margin-bottom: 10px;
  }
.requestModal .modal-footer {
  border: none;
}
  .requestModal .modal-footer button {
    height: 30px;
    width: 110px;
    font-size: 14px;
    font-family: OpenSans-Light;
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
  }
  /* .requestModal .modal-footer button:last-child { */
  .requestModal .modal-footer button:first-child {
    background: #2c3e50;
    border: 2px solid #ffffff;  
  }
.requestModal .modal-content {
  border: none !important;
}
  .requestModal .modal-body {
    padding: 0;
  }
  .requestModal .modal-body .mb-title {
    background: #2c3e50;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .small-front-about-wrap,
  .small-services-wrap {
    display: none;
  }
.car_header{
    background: url(../images/car-bcg.jpg) no-repeat top;
    height: 360px;
}
.car_form_holder{
    border-radius: 15px;
    box-shadow: 0px 30px 30px rgba(0,0,0,0.2);
   background-color: #2c3e50;
    padding: 27px;
    margin-top: -200px;
    margin-bottom: 35px;
}
.car_form_title h1{
    font-family: OpenSans-Bold;
    font-size: 36px;
     color: #e74c3c;
}
.car_form_holder label{
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #f3f3f3;
    font-family: OpenSans-Bold;
}
.car_form_holder select{
    width: 100%;
    font-size: 16px;
    color: #535252;
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
    font-family: OpenSans-Light;
     border-radius: 10px;
    padding: 15px;
    background:  url(../images/arrow-down.png) no-repeat center right 24px, #f3f3f3;
    outline: none;
}
.car_form_holder input{
    width: 100%;
    font-size: 16px;
    color: #535252;
    font-family: OpenSans-Light;
     border-radius: 10px;
    padding: 15px;
    background:  url(../images/arrow-down.png) no-repeat center right 24px, #f3f3f3;
    outline: none;
}

.car_form_holder select::placeholder{
    font-size: 16px;
    color: #535252;
    font-family: OpenSans-Light;
}
.car_form_container{
    margin-top: 30px;
}
.car_form_holder button{
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    color: #ffffff; 
    font-family: OpenSans-Bold;
    border-radius: 10px;
    background-color: #e74c3c;
    padding: 14px 0px;
    outline: none;
    border: none;
    box-shadow: none;
    margin-top: 137px;
    transition: all .4s ease;
}
.car_form_holder button:hover{
    transition: all .4s ease;
    background: #ffffff;
    color: #e74c3c;
}
.car_form_holder .kljuc{
    position: absolute;
    left: 15px;
    top: -120px;
}
.car_reservation{
    margin-top: 71px;
}
.car_reservation_info_text h1{
    font-size: 30px;
    line-height: 36px;
    color: #e74c3c;
    font-family: OpenSans-Bold;
}
.car_reservation_info_text h3{
    font-size: 24px;
    line-height: 28px;
    color: rgb(44,62,80);
    font-family: OpenSans-Bold;
    margin-top: 40px;
    margin-bottom: 25px;
}
.car_reservation_info_text p{
    font-size: 16px;
    line-height: 20px;
    color: rgb(76,75,75);
    font-family: OpenSans-Regular;
    margin-top: 30px;
    margin-bottom: 30px;
}
.car_reservation_info_text a, .car_reservation_info_text span{
    font-size: 16px;
    line-height: 25px;
    color: rgb(76,75,75);
    font-family: OpenSans-Regular;
    display: block;
}
.car_reservation_info_map iframe{
    height: 321px;
    border-radius: 10px;
    box-shadow: 0px 30px 30px rgba(0,0,0,0.2);
}
.car_reservation_body{
    margin-top: 70px;
    margin-bottom: 80px;
}
.car_reservation_body_image img{
    width: 100%;
    height: 252px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}
.car_reservation_body_text p{
    font-size: 16px;
line-height: 24px;
color: #5e5d5d;
font-family: OpenSans-Light;
}

.reservation_fluid{
    background: #f5f5f5;
    overflow: hidden;
}
.cars_title{
    margin-bottom: 30px;
}
.cars_title h1{
    font-size: 48px;
    color: #e74c3c;
    font-family: OpenSans-Bold;
}
.cars_holder{
    margin-bottom: 54px;
}
.car{
    border-radius: 20px;
    border: 1px solid #cccccc;
    margin-bottom: 30px;
    transition: all .4s ease;
}
.car a{
    text-decoration: none;
}
.car_image{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
}
.car_image .price{
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 36px;
    color: #e74c3c;
    font-family: OpenSans-Light;
}
.car_image .price b{
    font-family: OpenSans-Bold;
}
.car_image img{
    margin-top: 50px;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 247px;
    object-fit: cover;
    object-position: center;
}
.car_info{
    padding: 20px;
}
.car_info_text h1{
    font-size: 28px;
    line-height: 24px;
    color: #e74c3c;
    font-family: OpenSans-Bold;
}
.car_info_text ul{
    padding-left: 0px;
    list-style-type: none;
     margin-top: 28px;
}
.car_info_text ul li{
    font-size: 16px;
    line-height: 37px;
    color: #000000;
    font-family: OpenSans-Regular;
}
.car-list-title{
    margin-top: 30px;
}
.car_info_text .book_link{
    display: block;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-family: OpenSans-Bold;
    border-radius: 10px;
    background-color: #2c3e50;
    transition: all .4s ease;
    padding: 16px 0px;
    text-transform: uppercase;
    text-decoration: none;
}
.car:hover{
    transition: all .4s ease;
    border: 1px solid #e74b3b;
}

.car:hover .book_link{
    background: #e74b3b;
    transition: all .4s ease;
}
.car_details_holder{
    margin-top: 100px; 
    padding-bottom: 200px;
}
.car_details_left{
    border: 1px solid #e74b3b;
    border-radius: 20px;
}
.car_details_title{
   margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
}
.car_details_title h1{
    font-size: 48px;
    color: #e74c3c;
    font-family: OpenSans-Bold;
}
.car_details_image img{
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 200px;
}
.car_details_left_text{
    padding-left: 25px;
    padding-right: 25px;
}
.car_details_left_text{
    margin-top: 20px;
    margin-bottom: 46px;
}
.car_details_left_text_top_particular_text{
    padding-left: 20px;
}
.car_details_left_text_top_particular_text span{
    font-size: 16px;
    line-height: 26px;
    color: #3f3f3f;
    font-family: OpenSans-Regular;
}
.car_details_left_text_top_particular_text span b{
    font-family: OpenSans-Bold;
}
.car_details_left_text_top_particular{
    margin-bottom: 33px;   
}
.car_details_left_text_top{
    border-bottom: 1px solid #d5d5d5;   
}
.car_details_left_text_bottom{
    padding-top: 30px;
}
.car_details_left_text_bottom .feature_title{
    font-size: 16px;
    line-height: 31px;
    color: #303030;
    font-family: OpenSans-Bold;
    padding-left: 27px;
}
.car_details_left_text_bottom ul{
   padding-left: 27px; 
   list-style-type: none;
    margin-top: 15px;
}
.car_details_left_text_bottom ul li{
    font-size: 16px;
    line-height: 37px;
    color: #303030;
    font-family: OpenSans-Regular;
}
.car_details_left_text_bottom a{
    font-size: 16px;
    color: #000;
    font-family: OpenSans-Regular;
    display: block;
    margin-top: 20px;
}
.car_details_right_container{
    padding-left: 30px;
}
.car_details_right{
    border-radius: 15px;
    background-color: #f3f3f3;
    padding: 30px;
}
.car_details_right_title h1{
    font-size: 30px;
    color: #f43333;
    font-family: OpenSans-Bold;
}
.car_details_right_title_extras{
    padding-top: 40px;
    padding-bottom: 8px;
    border-bottom: 1px solid #cecece;
}
.extra_particular{
    margin-bottom: 32px;
}
.extra_particular_left_text span{
    font-size: 17px;
    line-height: 24px;
    color: #393939;
    font-family: OpenSans-Bold;
}
.extra_particular_left_text a{
    font-size: 15px;
    line-height: 24px;
    color: #393939;
    font-family: OpenSans-Regular;
}
.extra_particular_right{
    text-align: right;
}
.extra_particular_right .price_red{
    font-size: 17px;
    line-height: 24px;
    color: #f43333;
    font-family: OpenSans-Bold;
}
.extra_particular_right .price_black{
    font-size: 17px;
    line-height: 24px;
    color: #393939;
    font-family: OpenSans-Bold;
    margin-right: 37px;
}
.extra_particular_right input{
    display: none;
}
.car_details_right_button{
    padding-top: 44px;
}
.car_details_right_button_left h1{
    font-size: 30px;
    color: #2c3e50;
    font-family: OpenSans-Bold;
    margin-bottom: 36px;
}
.car_details_right_button_left span{
    font-size: 17px;
    line-height: 30px;
    color: #393939;
    font-family: OpenSans-Regular;
    display: block;
}
.car_details_right_button_right{
    text-align: right;
}
.car_details_right_button_right span{
    font-size: 30px;
    color: #f43333;
    font-family: OpenSans-Bold;
}
.car_details_right_button_right button{
    display: block;
    width: 100%;
    outline: none;
    box-shadow: none;
    border: none;
    transition: all .4s ease;
    border-radius: 10px;
    background-color: #2c3e50;  
    background-color: #2c3e50;
    font-size: 18px;
    color: #ffffff;
    font-family: OpenSans-Bold;
    text-transform: uppercase;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: 20px;
}
.car_details_right_button_right button:hover{
    transition: all .4s ease;
    background-color: #e74c3c;
}
.car_details_right_instruction{
    margin-top: 30px;
}
.car_details_right_instruction p{
    font-size: 14px;
    line-height: 22px;
    color: #403f3f;
    font-family: OpenSans-Light;
}
.driver_form label{
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #555555;
    font-family: OpenSans-Bold;
}
.driver_form select{
    width: 100%;
    font-size: 16px;
    color: #535252;
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
    font-family: OpenSans-Light;
     border-radius: 10px;
    padding: 15px;
    background:  url(../images/arrow-down.png) no-repeat center right 24px, #fff !important;
    outline: none;
    box-shadow: none;
    border: none;
}
.driver_form input{
    width: 100%;
    font-size: 16px;
    color: #535252;
    font-family: OpenSans-Light;
     border-radius: 10px;
    padding: 15px;
    background: #fff !important;
    outline: none;
    box-shadow: none;
    border: none;
}

.driver_form select::placeholder{
    font-size: 16px;
    color: #535252;
    font-family: OpenSans-Light;
}
.driver_form .expire{
    width: 45%;
}
.driver_form .expire:first-of-type{
    margin-right: 25px;
}
.driver_form .cvc{
    width: 35%;
}
.minimum_group label{
    font-size: 16px;
    line-height: 36px;
    color: #000000;
    font-family: OpenSans-Light;
}
.minimum_group input{
   display: none;
}
#popup{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.8);
    z-index: 1000!important;
    display: none;
}
.popup_container{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 596px;
    border-radius: 15px;
    background-color: #ffffff;
    padding: 67px 77px;
}
.popup_container_text h2{
    font-size: 34px;
    line-height: 39px;
    color: #e74c3c;
    font-family: OpenSans-Bold;
    text-transform: uppercase;
}
.popup_container_text p{
    font-size: 18px;
    line-height: 22px;
    color: rgb(64,63,63);
    font-family: OpenSans-Regular;
    margin-top: 20px;
}
.popup_container_text b{
   font-family: OpenSans-Bold; 
}
.popup_container_image{
    border-top:  2px solid #c9c9c9;
    margin-top: 40px;
    padding-top: 40px;
}

  @media screen and (max-width: 1365px) {
    body .front-slider-wrap #front-slider .owl-nav {
      display: none;
    }
    body .front-slider-wrap .slider-info-wrap .slider-info {
      padding-left: 15px;
    }
    body .front-slider-wrap .slider-info-wrap .slider-info h1,
    body .front-slider-wrap .slider-info-wrap .slider-info h2,
    body .front-slider-wrap .slider-info-wrap .slider-info h3{
      font-size: 30px;
    }
  }

@media screen and (max-width: 1199px) {
  body .front-slider-wrap .slider-info-wrap .slider-info h2,
  body .front-slider-wrap .slider-info-wrap .slider-info .price {
    font-size: 2rem; }

  .menu-wrap .menu .navbar .navbar-collapse #navigacija .nav-item .nav-link {
    font-size: 0.875rem;
    padding-left: 15px;
    padding-right: 15px; }

  .search-container-wrap .search-container #location {
    width: 180px; }

  .search-container-wrap .search-container input, .search-container-wrap .search-container select {
    min-width: 80px; }

  .search-container-wrap .search-container .location-field {
    margin-left: 0; }

  .search-container-wrap .search-container button {
    width: 100px;
    font-size: 0.875rem; }

  .search-container-wrap .search-container p {
    display: none; }

  .search-container-wrap .small-form-title {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.25rem;
    color: #fff; }

  .featured-wrap .featured-item h4 {
    font-size: 22px;
    line-height: 30px; }

  .featured-wrap .featured-item h3 {
    font-size: 22px;
    line-height: 30px; }

  .featured-wrap .featured-item p {
    font-size: 1rem;
    line-height: 1.25rem; }

  .featured-wrap {
    padding-top: 40px;
    padding-bottom: 40px; }

  .featured-wrap .featured {
    margin-bottom: 40px; }

  .featured-wrap .front-links-wrap h3 {
    font-size: 22px;
    line-height: 24px; }

  .featured-wrap .front-links-wrap p {
    font-size: 16px; }

  .featured-wrap .front-links-wrap .front-links .readmore {
    height: 50px;
    font-size: 14px; }

  .transfers-wrap #transfers-slider .owl-nav {
    width: 90%; }

  .transfers-wrap #transfers-slider .owl-item .item,
  .transfers-wrap #transfers-slider .owl-item.center .item {
    padding-bottom: 30px; }

  .transfers-wrap #transfers-slider .owl-item.center .item .slogan,
  .transfers-wrap #transfers-slider .owl-item .item .slogan {
    margin-bottom: 50px; }

  .transfers-wrap #transfers-slider .item .transfer-title {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px; }

  .transfers-wrap #transfers-slider {
    min-height: auto; }

  .services-wrap {
    padding-top: 40px; }

  .transfers-wrap #transfers-slider .owl-item.center .item img,
  .transfers-wrap #transfers-slider .owl-item .item img {
    max-height: 200px;
    min-width: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto; }

  body .services-wrap-tiles .service-text h3 {
    font-size: 20px;
    line-height: 24px; }

  body .services-wrap-tiles .service-text p {
    font-size: 14px;
    line-height: 18px; }

  .testimonials-wrap h2 {
    padding-top: 40px;
    font-size: 50px;
    line-height: 54px; }

  .testimonials-wrap .intro {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px; }

  .footer-wrap h2 {
    font-size: 20px; }

  .footer-wrap {
    padding-top: 40px; }

  .footer-wrap,
  .footer-wrap p,
  .footer-wrap ul a {
    font-size: 16px; }

  .footer-wrap .copyright {
    padding-top: 15px; }
    .car-item-image-wrap {
      height: 220px;
      }
      .car-item-image-wrap .overlay p {
        line-height: 38px;
        } }
@media screen and (max-width: 991px) {
  .menu-wrap .menu .navbar .navbar-brand img {
    max-height: auto;
  
  }
  .menu-wrap .menu .navbar .navbar-collapse #navigacija .nav-item {
    display: block;
  }
  .menu-wrap .menu .navbar .navbar-collapse #navigacija .nav-item i {
    display: none;
  }
  .menu-wrap .navbar .navbar-toggler {
    margin-top: 15px;
    border: none;
    outline: none;
    right: 0;
    padding-right: 0; }
.menu-wrap .navbar .navbar-toggler i {
  font-style: normal;
  font-size: 14px;
  font-family: LibreFranklin-Medium;
  margin-right: 10px;
  color: #2c3e50;
}
  .menu-wrap .menu .navbar .navbar-collapse #navigacija .nav-item .nav-link {
    padding-left: 0;
    padding-right: 0;
    text-align: center; }

  .top-bar-wrap .lang {
    display: none; }
.top-bar-wrap span {
  font-size: 12px;
}
.top-bar-wrap {
  padding-left: 0;
  padding-right: 0;
}
  .search-container-wrap .search-container #location {
    width: 120px; }

  .menu-wrap .menu .navbar .navbar-collapse #navigacija .lang {
    display: block;
    text-align: center; }
    .menu-wrap .menu .navbar .navbar-collapse #navigacija .lang .nav-link {
      display: inline-block;
      padding-left: 15px;
      padding-right: 15px;
      color: #e74c3c; }

  .menu-wrap .menu .navbar .navbar-collapse #navigacija .nav-item .dropdown-menu li {
    text-align: center; }
body .front-slider-wrap #front-slider .owl-nav {
  display: none;
}
.faw-right {
  padding-top: 30px;
  padding-bottom: 30px;
}
  body .front-slider-wrap .slider-info-wrap .slider-info h2,
  body .front-slider-wrap .slider-info-wrap .slider-info .price {
    font-size: 1.5rem; }

  body .front-slider-wrap .slider-info-wrap .slider-info {
    padding-top: 2rem;
    padding-bottom: 2rem; }

  .search-container-wrap .search-container {
    display: block; }

  .search-container-wrap .search-container #location {
    width: 100%; }

  .search-container-wrap .search-container input,
  .search-container-wrap .search-container select {
    min-width: 100%;
    height: 40px; }

  .search-container-wrap .search-container .search-date-field input {
    margin-bottom: 10px; }

  .search-container-wrap .search-container label {
    margin-top: 10px; }

  .search-container-wrap .search-container button {
    top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 250px; }

  .search-container-wrap .search-container .search-field {
    padding: 0;
    text-align: center; }

  .search-container-wrap .small-form-title {
    display: none; }

  .search-container-wrap {
    padding-top: 5px;
    padding-bottom: 15px; }

  body .front-slider-wrap .slider-info-wrap .slider-info {
    padding-right: 60px; }

  .featured-item-wrap {
    margin-bottom: 15px; }

  body .services-wrap-tiles .service-text .arrow-link {
    position: relative;
    bottom: 0;
    margin-top: 15px; }

  body .services-wrap-tiles .service-text {
    min-height: auto; }

  body .services-wrap-tiles .service-img img {
    height: auto;
    min-width: 100%;
    max-width: 100%;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
    transform: none; }

  body .services-wrap-tiles .service-img-large {
    display: none; }

  body .services-wrap-tiles .service-img-small {
    display: block; }
  body .services-wrap-tiles .service-text {
    padding-top: 25px;
  }
  .separator span,
  .footer-wrap .copyright {
    font-size: 14px; }

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

  .footer-wrap h2 {
    margin-bottom: 15px; }

  .footer-wrap p {
    margin-bottom: 0;
    font-size: 14px; }

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

  .vehicle-wrap .vehicle-image {
    height: auto;
    display: block;
    text-align: center; }
    .vehicle-wrap .vehicle-image img {
      margin-left: auto;
      margin-right: auto; }

  .car-transfer-img {
    margin-bottom: 30px; }
    .car-item-image-wrap .overlay .one-to-three,
    .car-item-image-wrap .overlay .more-days {
      font-size: 12px;
      }
      .car-item-image-wrap .overlay .more-days span,
      .car-item-image-wrap .overlay .one-to-three span {
        font-size: 16px;
        }
        .car-infos .car-name {
          font-size: 16px;
          }
          .car-infos .transition {
            font-size: 12px;
            text-align: left;
          }
    .car_header{
       height: 250px;
      }
          .car-infos .rent-price {
            font-size: 18px;
            }
    .car_form_holder .kljuc{
        display: none;
    }
    .car_form_holder button{
        margin-top: 30px;
    }
    .car_form_holder .timepicker{
        margin-top: 15px;
    }
    .car_reservation_body_text, .car_reservation_info_map{
        margin-top: 20px;   
    }
    .car_details_image img{
        height: 350px;
    }
    .car_details_left_text_top_particular_text{
        padding-left: 15px;
    }
    .car_details_left_container{
       padding-left: 15px !important;
        padding-right: 15px !important
    }
    .car_details_right_container{
        padding-left: 0px;
        margin-top: 30px;
    }
    .car_details_right{
        padding: 30px 15px;
    }
}
@media screen and (max-width: 767px) {
   .transfers-wrap #transfers-slider .owl-nav {
    display: none;
   }

  .top-bar-wrap,
  .front-about-wrap,
  .services-wrap {
    display: none;
  }
  .small-services-wrap,
  .small-top-bar-wrap,
  .small-front-about-wrap {
    display: block;
  }
  .small-services-wrap {
    padding-bottom: 15px;
  }
  .small-top-bar-wrap {
    border-bottom: 2px solid #e74c3c;
    text-align: left;
  }
  .small-top-bar-wrap img {
    width: 14px;
    position: relative;
    height: 14px;
    bottom: 2px;
  }
  .top-bar-wrap span {
    margin-left: 10px;
  }
  body .front-slider-wrap {
    display: none; }
  .faw-left {
    display: none;
  }
  .separator span {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left; }
.featured-wrap .front-links-wrap .front-links .readmore {
  margin-left: 10px;
  margin-right: 10px;
}
  .footer-wrap .copyright {
    text-align: center; }

  .footer-wrap .footer-soc {
    justify-content: center;
    margin-top: 10px; }

  .inner-wrap {
    padding-top: 40px;
    padding-bottom: 40px; }

  .rest-of-text {
    padding-bottom: 40px; }

  .about-text-wrap {
    padding-bottom: 0; }

  .inner-wrap h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px; }

  .inner-wrap p,
  .rest-of-text p {
    font-size: 14px;
    line-height: 20px; }

  .inner-wrap ul li {
    font-size: 14px;
    line-height: 18px;
    -webkit-background-size: 25px 10px;
    -moz-background-size: 25px 10px;
    -o-background-size: 25px 10px;
    background-size: 25px 10px;
    padding-left: 35px; }

  .transfer-item-wrap h3,
  .transfer-item-wrap p.price span {
    font-size: 24px; }

  .transfer-item-wrap p {
    font-size: 18px; }

  .transfer-item-wrap p.price {
    font-size: 20px; }

  .transfer-item-wrap .transfer-item:last-child {
    padding-bottom: 0; }

  .transfer-item-wrap {
    padding-bottom: 40px; }
    .featured-wrap {
      display: none;
      }
      .transfers-wrap #transfers-slider .item .transfer-title,
      .transfers-wrap #transfers-slider .owl-item.center .item .transfer-title {
       margin-bottom: 50px;
      }
       }
@media screen and (max-width: 575px) {
  .search-container-wrap .search-container button {
    width: 100%; }

  .menu {
    padding-left: 0;
    padding-right: 0; }

  #testimonial-slider .item,
  #testimonial-slider .owl-item {
    padding: 10px; }

  #testimonial-slider .owl-nav {
    display: none; }

  #testimonial-slider .item .test-info {
    position: relative; }

  #testimonial-slider .item .navodnici {
    display: none; }

  .testimonials-wrap h2 {
    font-size: 30px;
    line-height: 36px; }

  .testimonials-wrap .intro {
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 15px; }
    .footer-widget button {
      width: 100%;
      margin-top: 10px;
      float: none;
      }
      .transfer-item-wrap .readmore {
        float: none;
        }
    .navbar-brand img{
        width: 160px;
    }
        .transfer-item-wrap .blue-readmore {
          margin-top: 15px;
          }
     .car_header{
       height: 200px;
      }
    .car_form_holder{
        margin-top: -150px;
    }
    .car_details_image img{
        height: 200px;
    }
    .car_details_title{
        padding-left: 15px;
        padding-right: 15px;
    }
    .car_details_holder{
        margin-top: 50px;
        padding-bottom: 50px;
    }
    .car_details_right_instruction{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .driver_form .cvc{
        width: 100%;
    }
    .popup_container{
        width: 100%;
        padding: 30px;
    }
}

/*# sourceMappingURL=main.css.map */


.car_form_holder .picker__button--today {
  margin-top: 5px;
}
.car_form_holder .picker__button--close {
  margin-top: 5px;
  margin-bottom: 10px;
}



.modal-captcha {
  display: flex; 
  justify-content: flex-end;
}
.footer-captcha {
  display: flex; 
  justify-content: flex-end;
  margin-bottom: 10px;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 575px) {
  #btt {
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
  }
  #btt img {
    width: 40px;
    height: 40px;
  }
  .footer-captcha,
  .modal-captcha,
  .requestModal .modal-footer {
    justify-content: flex-start;
  }
}


.footer-wrap svg {
  fill: #e74c3c;
  margin-left: 15px; 
  transition: all 0.3s ease-in-out;
  margin-top: -8px;
}
.footer-wrap a svg:hover {
  fill: #fff; 
}

.footer-wrap .footer-widget.foot-logo svg {
  margin-left: 0px;
  margin-right: 10px;
}

/* .top-bar-wrap span a {
  vertical-align: middle;
}*/
.top-bar-wrap span svg {
  margin-bottom: -2px;
}
#front-slider {
  position: relative;
}
#front-slider::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.33);
}

.footer-wrap ul li {
  margin-bottom: 5px;
}