
::-moz-selection {
    /* Code for Firefox */
    background-color: #fab700;
    color: #fff;
  }
  
  ::selection {
    background-color: #fab700;
    color: #fff;
  }
  
  ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #777777;
    font-weight: 300;
  }
  
  :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #777777;
    opacity: 1;
    font-weight: 300;
  }
  
  ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #777777;
    opacity: 1;
    font-weight: 300;
  }
  
  :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #777777;
    font-weight: 300;
  }
  
  ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #777777;
    font-weight: 300;
  }
  
  body {
    color: #777777;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.625em;
    position: relative;
  }
  
  ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  select {
    display: block;
  }
  
  figure {
    margin: 0;
  }
  
  a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  
  iframe {
    border: 0;
  }
  
  a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
  }
  
  .btn.active.focus,
  .btn.active:focus,
  .btn.focus,
  .btn.focus:active,
  .btn:active:focus,
  .btn:focus {
    text-decoration: none;
    outline: 0;
  }
  
  .card-panel {
    margin: 0;
    padding: 60px;
  }
  
  /**
   *  Typography
   *
   **/
  .btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
    font-size: 1em;
    line-height: inherit;
  }
  
  .gray-bg {
    background: #f9f9ff;
  }
  
  h1, h2, h3,
  h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    color: #222222;
    line-height: 1.2em !important;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
  }
  
  .h1, .h2, .h3,
  .h4, .h5, .h6 {
    margin-bottom: 0;
    margin-top: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #222222;
  }
  
  h1, .h1 {
    font-size: 36px;
  }
  
  h2, .h2 {
    font-size: 30px;
  }
  
  h3, .h3 {
    font-size: 24px;
  }
  
  h4, .h4 {
    font-size: 18px;
  }
  
  h5, .h5 {
    font-size: 16px;
  }
  
  h6, .h6 {
    font-size: 14px;
    color: #222222;
  }
  
  td, th {
    border-radius: 0px;
  }
  
  
  .clear::before, .clear::after {
    content: " ";
    display: table;
  }
  
  .clear::after {
    clear: both;
  }
  
  .fz-11 {
    font-size: 11px;
  }
  
  .fz-12 {
    font-size: 12px;
  }
  
  .fz-13 {
    font-size: 13px;
  }
  
  .fz-14 {
    font-size: 14px;
  }
  
  .fz-15 {
    font-size: 15px;
  }
  
  .fz-16 {
    font-size: 16px;
  }
  
  .fz-18 {
    font-size: 18px;
  }
  
  .fz-30 {
    font-size: 30px;
  }
  
  .fz-48 {
    font-size: 48px !important;
  }
  
  .fw100 {
    font-weight: 100;
  }
  
  .fw300 {
    font-weight: 300;
  }
  
  .fw400 {
    font-weight: 400 !important;
  }
  
  .fw500 {
    font-weight: 500;
  }
  
  .f700 {
    font-weight: 700;
  }
  
  .fsi {
    font-style: italic;
  }
  
  .mt-10 {
    margin-top: 10px;
  }
  
  .mt-15 {
    margin-top: 15px;
  }
  
  .mt-20 {
    margin-top: 20px;
  }
  
  .mt-25 {
    margin-top: 25px;
  }
  
  .mt-30 {
    margin-top: 30px;
  }
  
  .mt-35 {
    margin-top: 35px;
  }
  
  .mt-40 {
    margin-top: 40px;
  }
  
  .mt-50 {
    margin-top: 50px;
  }
  
  .mt-60 {
    margin-top: 60px;
  }
  
  .mt-70 {
    margin-top: 70px;
  }
  
  .mt-80 {
    margin-top: 80px;
  }
  
  .mt-100 {
    margin-top: 100px;
  }
  
  .mt-120 {
    margin-top: 120px;
  }
  
  .mt-150 {
    margin-top: 150px;
  }
  
  .ml-0 {
    margin-left: 0 !important;
  }
  
  .ml-5 {
    margin-left: 5px !important;
  }
  
  .ml-10 {
    margin-left: 10px;
  }
  
  .ml-15 {
    margin-left: 15px;
  }
  
  .ml-20 {
    margin-left: 20px;
  }
  
  .ml-30 {
    margin-left: 30px;
  }
  
  .ml-50 {
    margin-left: 50px;
  }
  
  .mr-0 {
    margin-right: 0 !important;
  }
  
  .mr-5 {
    margin-right: 5px !important;
  }
  
  .mr-15 {
    margin-right: 15px;
  }
  
  .mr-10 {
    margin-right: 10px;
  }
  
  .mr-20 {
    margin-right: 20px;
  }
  
  .mr-30 {
    margin-right: 30px;
  }
  
  .mr-50 {
    margin-right: 50px;
  }
  
  .mb-0 {
    margin-bottom: 0px;
  }
  
  .mb-0-i {
    margin-bottom: 0px !important;
  }
  
  .mb-5 {
    margin-bottom: 5px;
  }
  
  .mb-10 {
    margin-bottom: 10px;
  }
  
  .mb-15 {
    margin-bottom: 15px;
  }
  
  .mb-20 {
    margin-bottom: 20px;
  }
  
  .mb-25 {
    margin-bottom: 25px;
  }
  
  .mb-30 {
    margin-bottom: 30px;
  }
  
  .mb-40 {
    margin-bottom: 40px;
  }
  
  .mb-50 {
    margin-bottom: 50px;
  }
  
  .mb-60 {
    margin-bottom: 60px;
  }
  
  .mb-70 {
    margin-bottom: 70px;
  }
  
  .mb-80 {
    margin-bottom: 80px;
  }
  
  .mb-90 {
    margin-bottom: 90px;
  }
  
  .mb-100 {
    margin-bottom: 100px;
  }
  
  .pt-0 {
    padding-top: 0px;
  }
  
  .pt-10 {
    padding-top: 10px;
  }
  
  .pt-15 {
    padding-top: 15px;
  }
  
  .pt-20 {
    padding-top: 20px;
  }
  
  .pt-25 {
    padding-top: 25px;
  }
  
  .pt-30 {
    padding-top: 30px;
  }
  
  .pt-40 {
    padding-top: 40px;
  }
  
  .pt-50 {
    padding-top: 50px;
  }
  
  .pt-60 {
    padding-top: 60px;
  }
  
  .pt-70 {
    padding-top: 70px;
  }
  
  .pt-80 {
    padding-top: 80px;
  }
  
  .pt-90 {
    padding-top: 90px;
  }
  
  .pt-100 {
    padding-top: 100px;
  }
  
  .pt-120 {
    padding-top: 120px;
  }
  
  .pt-150 {
    padding-top: 150px;
  }
  
  .pt-170 {
    padding-top: 170px;
  }
  
  .pb-0 {
    padding-bottom: 0px;
  }
  
  .pb-10 {
    padding-bottom: 10px;
  }
  
  .pb-15 {
    padding-bottom: 15px;
  }
  
  .pb-20 {
    padding-bottom: 20px;
  }
  
  .pb-25 {
    padding-bottom: 25px;
  }
  
  .pb-30 {
    padding-bottom: 30px;
  }
  
  .pb-40 {
    padding-bottom: 40px;
  }
  
  .pb-50 {
    padding-bottom: 50px;
  }
  
  .pb-60 {
    padding-bottom: 60px;
  }
  
  .pb-70 {
    padding-bottom: 70px;
  }
  
  .pb-80 {
    padding-bottom: 80px;
  }
  
  .pb-90 {
    padding-bottom: 90px;
  }
  
  .pb-100 {
    padding-bottom: 100px;
  }
  
  .pb-120 {
    padding-bottom: 120px;
  }
  
  .pb-150 {
    padding-bottom: 150px;
  }
  
  .pr-30 {
    padding-right: 30px;
  }
  
  .pl-30 {
    padding-left: 30px;
  }
  
  .pl-90 {
    padding-left: 90px;
  }
  
  .p-40 {
    padding: 40px;
  }
  
  .float-left {
    float: left;
  }
  
  .float-right {
    float: right;
  }
  
  .text-italic {
    font-style: italic;
  }
  
  .text-white {
    color: #fff;
  }
  
  .text-black {
    color: #000;
  }
  
  .transition {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  
  .section-full {
    padding: 100px 0;
  }
  
  .section-half {
    padding: 75px 0;
  }
  
  .text-center {
    text-align: center;
  }
  
  .text-left {
    text-align: left;
  }
  
  .text-rigth {
    text-align: right;
  }
  
  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  
  .flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  
  .flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .flex-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  
  .flex-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  
  .flex-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  
  .flex-top {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  
  .flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  
  .flex-bottom {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  
  .space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  
  .space-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  
  .flex-column {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .flex-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  
  .display-table {
    display: table;
  }
  
  .light {
    color: #fff;
  }
  
  .dark {
    color: #222;
  }
  
  .relative {
    position: relative;
  }
  
  .overflow-hidden {
    overflow: hidden;
  }
  
  .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  
  .container.fullwidth {
    width: 100%;
  }
  
  .container.no-padding {
    padding-left: 0;
    padding-right: 0;
  }
  
  .no-padding {
    padding: 0;
  }
  
  .section-bg {
    background: #f9fafc;
  }
  
  @media (max-width: 767px) {
    .no-flex-xs {
      display: block !important;
    }
  }
  
  .row.no-margin {
    margin-left: 0;
    margin-right: 0;
  }
  
  .sample-text-area {
    background: #fff;
    padding: 100px 0 70px 0;
  }
  
  .text-heading {
    margin-bottom: 30px;
    font-size: 24px;
  }
  
  b, sup, sub, u, del {
    color: #F4BC33;
  }
  
  h1 {
    font-size: 36px;
  }
  
  h2 {
    font-size: 30px;
  }
  
  h3 {
    font-size: 24px;
  }
  
  h4 {
    font-size: 18px;
  }
  
  h5 {
    font-size: 16px;
  }
  
  h6 {
    font-size: 14px;
  }
  
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.5em;
  }
  
  .typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
    color: #777777;
  }
  
  .button-area {
    background: #fff;
  }
  
  .button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee;
  }
  
  .button-group-area .genric-btn {
    margin-right: 10px;
    margin-top: 10px;
  }
  
  .button-group-area .genric-btn:last-child {
    margin-right: 0;
  }
  

  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #header {
    padding: 14px 0px 14px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
  }
  
  #header hr {
    border-color: rgba(255, 255, 255, 0.3);
    margin-top: 5px;
  }
  
  #header.header-scrolled {
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.5s;
  }
  
  @media (max-width: 673px) {
    #logo {
      margin-left: 20px;
    }
  }
  
  .menu-has-children ul li a {
    padding: 4px 10px !important;
    text-transform: uppercase !important;
  }
  
  #header #logo h1 {
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
  }
  
  #header #logo h1 a, #header #logo h1 a:hover {
    color: #fff;
    padding-left: 10px;
    border-left: 4px solid #F4BC33;
  }
  
  #header #logo img {
    padding: 0;
    margin: 0;
  }
  
  @media (max-width: 768px) {
    #header #logo h1 {
      font-size: 28px;
    }
    #header #logo img {
      max-height: 40px;
    }
  }
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /* Nav Menu Essentials */
  .nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
  }
  
  .nav-menu li {
    position: relative;
    white-space: nowrap;
  }
  
  .nav-menu > li {
    float: left;
  }
  
  .nav-menu li:hover > ul,
  .nav-menu li.sfHover > ul {
    display: block;
  }
  
  .nav-menu ul ul {
    top: 0;
    left: 100%;
  }
  
  .nav-menu ul li {
    min-width: 180px;
    text-align: left;
  }
  
  /* Nav Menu Arrows */
  .sf-arrows .sf-with-ul {
    padding-right: 30px;
  }
  
  .sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
  }
  
  .sf-arrows ul .sf-with-ul:after {
    content: "\f105";
  }
  
  /* Nav Meu Container */
  #nav-menu-container {
    margin: 0;
  }
  
  @media (max-width: 768px) {
    #nav-menu-container {
      display: none;
    }
  }
  
  /* Nav Meu Styling */
  .nav-menu a {
    padding: 6px 10px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    outline: none;
    letter-spacing: 1.2px;
  }

 .nav-menu a:hover {
   color: #F4BC33;
 }
  .nav-menu > li {
    margin-left: 10px;
  }
  
  .nav-menu ul {
    margin: 14px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
  }
  
  .menu-has-children ul li a {
    padding: 4px 10px !important;
    text-transform: uppercase !important;
  }
  
  .nav-menu ul li {
    transition: 0.3s;
  }
  
  .nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 12px;
    text-transform: none;
  }
  
  .nav-menu ul li:hover > a {
    color: #F4BC33;
  }
  
  .nav-menu ul ul {
    margin: 0;
  }
  
  /* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 15px;
  z-index: 999;
  top: 16px;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
  content: "=";
}

#mobile-nav-toggle i {
  color: #fff;
  font-weight: 900;
}

@media (max-width: 960px) {
  #mobile-nav-toggle {
    display: inline;
  }
  #nav-menu-container {
    display: none;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #F4BC33;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #F4BC33;
}

  /* Mobile Nav body classes */
  body.mobile-nav-active {
    overflow: hidden;
  }
  
  body.mobile-nav-active #mobile-nav {
    left: 0;
  }
  
  body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
  }
  
  .section-gap {
    padding: 120px 0;
  }
  
  .section-title {
    padding-bottom: 30px;
  }
  
  .section-title h2 {
    margin-bottom: 20px;
  }
  
  .section-title p {
    font-size: 16px;
    margin-bottom: 0;
  }
  
  @media (max-width: 991.98px) {
    .section-title p br {
      display: none;
    }
  }
  
  .primary-btn {
    background-color: #F4BC33;
    line-height: 42px;
    padding-left: 40px;
    padding-right: 40px;
    border: none;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    position: relative;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
  }
  
  .primary-btn:focus {
    outline: none;
  }
  
  .primary-btn span {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    right: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  
  .primary-btn:hover {
    color: #F4BC33;
    background-color: transparent;
    border-color: #F4BC33;
  }
  
  .primary-btn.white {
    border: 1px solid #fff;
    color: #fff;
  }
  
  .primary-btn.white span {
    color: #fff;
  }
  
  .primary-btn.white:hover {
    background: #fff;
    color: #F4BC33;
  }
  
  .primary-btn.white:hover span {
    color: #F4BC33;
  }
  
  .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  
  .banner-area {
    background: url(../images/mercedes-cover.jpg) center;
    background-size: cover;
  }
  
  .banner-area .overlay-bg {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  @media (max-width: 767px) {
    .fullscreen {
      height: 100% !important;
    }
  }
  
  .banner-content {
    text-align: left;
  }
  
  .banner-content h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1em;
    margin-top: 20px;
  }
  
  .banner-content h1 span {
    font-weight: 700;
  }
  
  @media (max-width: 991.98px) {
    .banner-content h1 {
      font-size: 36px;
    }
  }
  
  @media (max-width: 991.98px) {
    .banner-content h1 br {
      display: none;
    }
  }
  
  @media (max-width: 1199.98px) {
    .banner-content h1 {
      font-size: 45px;
    }
  }
  
  @media (max-width: 480px) {
    .banner-content h1 {
      font-size: 32px;
    }
    .banner-content h2 {
        text-align: center;
    }
    
    .banner-content .airport {
        padding-top: 0px;
    }
  }
  
  .banner-content h6 {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  
  @media (max-width: 1280px) {
    .banner-content br {
      display: none;
    }
  }
  
  @media (max-width: 763px) {
    .banner-content h6 {
      text-align: center;
      padding-top: 100px;
      display: block;
    }
    .banner-content p {
      text-align: center;
      display: block;
    }
    .banner-content-a-cst {
      text-align: center;
      padding-bottom: 30px;
    }
    .banner-content h1 {
      text-align: center;
      display: block !important;
    }
  }
  
  .feature-area {
    background-color: #fff;
  }
  
  .feature-area .header-text {
    text-align: center;
  }
  
  .feature-area .header-text h1 {
    margin-bottom: 20px;
  }
  
  .single-feature {
    border-radius: 10px;
    background-color: #f9f9ff;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 400;
  }
  
  .single-feature:hover {
    box-shadow: -14.142px 14.142px 20px 0px rgba(157, 157, 157, 0.5);
    cursor: pointer;
  }
  
  .single-feature:hover p {
    color: #222;
  }
  
  .single-feature:hover h4 {
    color: #F4BC33;
  }
  
  .single-feature h4 {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .single-feature h4 .lnr {
    margin-right: 15px;
  }
  
  @media (max-width: 991.98px) {
    .single-feature {
      margin-bottom: 32px;
    }
  }
  
  .home-about-area .home-about-left img {
    width: 100%;
  }
  
  .home-about-area .home-about-right {
    padding-right: 20%;
    padding-left: 4%;
  }
  
  .home-about-area .home-about-right h1 {
    margin-bottom: 20px;
  }
  
  .home-about-area .home-about-right p span {
    font-weight: 500;
    color: #222;
  }
  
  .home-about-area .home-about-right .primary-btn {
    background: #F4BC33;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  
  .home-about-area .home-about-right .primary-btn:hover {
    background: transparent;
    color: #F4BC33;
    border-color: #F4BC33;
  }
  
  @media (max-width: 1366px) {
    .home-about-area .home-about-right {
      padding-right: 5%;
      padding-left: 4%;
    }
  }
  
  @media (max-width: 960px) {
    .home-about-area .home-about-right {
      margin-top: 40px;
    }
  }
  
  html, body {
    height: 100%;
    width: 100%;
  }
  
  body {
    margin: 0;
  }
  
  .text-bold, strong {
    font-weight: 700;
  }
  
  .text-center {
    text-align: center;
  }
  
  .page {
    /* height: 100vh; */
    box-shadow: 0 20px 20px 0px rgba(0,0,0,0.02);
  }
  
  #home {
    background-color: white;
  }
  
  #about {
    background-color: #f4f3f3;
    /* padding-top: 150px; */
  }
  
  #lease-terms {
    background-color: #f4f3f3;
    padding: 80px 0px;
  }

  #lease-terms h2 {
    margin-bottom: 20px;
  }

  #lease-terms button {
    border: none;
  }

  #lease-terms .red i {
    color: #DC3545;
  }

  #lease-terms .green i {
    color: #28A745;
  }
  
  #self-conception {
    background-color: white;
    padding-top: 150px;
  }
  
  #services {
      background-color: white;
  }
  
  #reference {
      background-color: #f4f3f3;
      padding-top: 150px;
  }
  
  #contact {
    background-color: white;
  }
  
  img {
      height: auto;
      width: 100%
  }
  

  /*SCROLBAR*/
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  
  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #F4BC33; }
  
  ::-moz-selection {
    background-color: #F4BC33;
    color: #fff; }
  
  ::selection {
    background-color: #F4BC33;
    color: #fff; }
  
  -webkit-::-moz-selection {
    background-color: #F4BC33;
    color: #fff; }
  
  -webkit-::selection {
    background-color: #F4BC33;
    color: #fff; }
  
  ::-moz-selection {
    background-color: #F4BC33;
    color: #fff; }
  
  
  /**********/
  /***CONTACT****/
  
  .bg-image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  
  .bg-image-2 .full-border {
    border: none;
  }
  
  .well {
    padding-top: 150px;
    padding-bottom: 170px;
  }
  
  .flow-offset-1 > * + * {
    margin-top: 30px;
  }
  
  .inset-sm-min-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  
  @media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n) {
      margin-top: 0;
    }
  }
  
  @media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n + 2), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8.col-xs-preffix-2 {
      margin-top: 30px;
    }
  }
  
  @media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
      margin-top: 0;
    }
  }
  
  @media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n + 2), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8.col-sm-preffix-2 {
      margin-top: 30px;
    }
  }
  
  @media (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
      margin-top: 0;
    }
  }
  
  @media (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n + 2), html:not(.lt-ie10) .flow-offset-1 > .col-md-8.col-md-preffix-2 {
      margin-top: 30px;
    }
  }
  
  @media (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
      margin-top: 0;
    }
  }
  
  @media (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n + 2), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8.col-lg-preffix-2 {
      margin-top: 30px;
    }
  }
  
  .btn-shadow {
    box-shadow: 0 9px 21px 0 rgba(0, 0, 0, 0.15);
  }
  
  .inset-sm-min-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .inset-sm-min {
    padding: 1.95vw;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  @media (max-width: 550px) {
    .inset-sm-min {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  
  .inset-sm-min-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  @media (min-width: 768px) {
    .inset-sm-min-2 {
      padding: 1.95vw;
      padding-top: 65px;
      padding-bottom: 61px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .inset-sm-min-2 {
      padding-bottom: 5%;
    }
  }
  
  .img-rounded {
    border-radius: 8px;
  }
  
  .bg-white {
    background: #fff;
  }
  
  .bg-white.rd-navbar {
    background: #fff;
  }
  
  .bg-cover {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  * + .rd-mailform {
    margin-top: 10px;
  }
  
  .rd-mailform {
    position: relative;
    text-align: left;
    padding: 5px;
  }
  
  .rd-mailform .stick-to-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
  }
  
  .rd-mailform .stick-to-bottom * + .form-wrap {
    margin-top: 0;
  }
  
  .rd-mailform .align-center {
    display: flex;
    align-items: center;
  }
  
  .rd-mailform .card-box {
    position: relative;
    padding: 20px 10px;
  }
  
  .rd-mailform .card-box:after {
    content: '\f023';
    position: absolute;
    top: 12px;
    right: 12px;
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 1;
    color: #565452;
  }
  
  @media (min-width: 992px) {
    .rd-mailform .card-box {
      padding: 33px;
    }
  }
  
  .rd-mailform * + .button {
    margin-top: 10px;
  }
  
  .rd-mailform * + .form-wrap {
    margin-top: 10px;
  }
  
  .rd-mailform * + .button-wrap {
    margin-top: 36px;
  }
  
  .rd-mailform .form-label-outside + .form-input {
    margin-top: 4px;
  }
  
  @media (min-width: 992px) {
    .rd-mailform * + .button {
      margin-top: 50px;
    }
    .rd-mailform * + .form-wrap {
      margin-top: 19px;
    }
    .rd-mailform .divider-word + .form-wrap {
      margin-top: 21px;
    }
  }
  
  .form-input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #a7b0b4;
    background-color: #f5f5f5;
    background-image: none;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
  }
  
  .form-input:focus {
    outline: 0;
    box-shadow: 0 1px 13px rgba(102, 175, 233, 0.4);
    background-color: #fff;
  }
  
  .form-input::-moz-placeholder {
    color: #a7b0b4;
  }
  
  .form-input::-webkit-input-placeholder {
    color: #a7b0b4;
  }
  
  .form-input:-ms-input-placeholder {
    color: #a7b0b4;
  }
  
  .form-input::-ms-input-placeholder {
    color: #a7b0b4;
  }
  
  .form-input::placeholder {
    color: #a7b0b4;
  }
  
  textarea.form-input {
    height: 100px;
    min-height: 50px;
    max-height: 200px;
    resize: vertical;
  }
  
  .form-wrap {
    position: relative;
  }
  
  .form-label {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9;
      margin: 0;
      padding: 12px 25px; 
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      pointer-events: none;
      transition: .3s;
      color: #a7b0b4;
      font-family: 'Roboto', sans-serif;
  }
  
  .form-label.focus {
    opacity: 0;
  }
  
  .form-label.auto-fill {
    color: #a7b0b4;
  }
  
  .form-label-outside {
    display: block;
    margin: 0 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
  }
  
  @media (min-width: 768px) {
    .form-label-outside {
      position: static;
    }
  }
  
  .form-validation {
    position: absolute;
    top: 2px;
    left: 25px;
    right: 16px;
    z-index: 11;
    text-align: right;
    font-size: 11px;
    line-height: 11px;
    transition: .3s;
    color: #d9534f;
  }
  
  .validation-with-outside-label .form-validation {
    top: 5px;
  }
  
  .form-validation-left .form-validation {
    top: 100%;
    left: 0;
    right: auto;
  }
  
  #form-output-global {
    position: fixed;
    bottom: 30px;
    left: 15px;
    transform: translateX(-500px);
    z-index: 9999999;
    font-size: 14px;
    transition: .3s all ease;
    visibility: hidden;
  }
  
  #form-output-global.active {
    transform: translateX(0);
    visibility: visible;
  }
  
  @media (min-width: 480px) {
    #form-output-global {
      left: 30px;
    }
  }
  
  .form-output {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 2px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
  }
  
  .form-output.active {
    opacity: 1;
    visibility: visible;
  }
  
  .form-output.error {
    color: #d9534f;
  }
  
  .form-output.success {
    color: #5cb85c;
  }
  
  .fake-label-outside {
      display: block;
      margin: 0 25px;
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      text-transform: uppercase;
      max-width: 100%;
      color: #cbcbc9;
      letter-spacing: 0.06em;
      font-size:14px;
  }
  
  .fake-label-outside + .form-wrap {
    margin-top: 4px;
  }
  
  form .form-el-offset-1 {
    margin-top: 25px;
  }
  
  .btn-block {
    display: block;
    width: 100%;
  }
  
  .btn-block + .btn-block {
    margin-top: 5px;
  }
  
  input[type="submit"].btn-block,
  input[type="reset"].btn-block,
  input[type="button"].btn-block {
    width: 100%;
  }
  
  .round-xl {
    border-radius: 4px;
  }
  
  
  .btn-primary {
    color: #fff;
    background-color: #223769;
    border-color: #223769;
  }
  
  button.btn-xs[type='submit'], .btn-group-xs > button[type='submit'].btn {
      font-size: 15px;
      line-height: 36px;
  }
  
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #223769;
    border-color: #223769;
  }
  
  .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #223769;
    border-color: #223769;
  }
  
  .btn-primary .badge {
    color: #223769;
    background-color: #fff;
  }
  
  .btn-primary:focus, .btn-primary:hover, .btn-primary:active {
    color: #223769;
    background-color: transparent;
    border-color: #223769;
  }
  
  .open > .btn-primary:focus.dropdown-toggle, .open > .btn-primary:hover.dropdown-toggle, .open > .btn-primary:active.dropdown-toggle {
    color: #223769;
    background-color: transparent;
    border-color: #223769;
  }
  
  .open > .btn-primary:focus.dropdown-toggle:hover, .open > .btn-primary:focus.dropdown-toggle:focus, .open > .btn-primary:focus.dropdown-toggle.focus, .open > .btn-primary:hover.dropdown-toggle:hover, .open > .btn-primary:hover.dropdown-toggle:focus, .open > .btn-primary:hover.dropdown-toggle.focus, .open > .btn-primary:active.dropdown-toggle:hover, .open > .btn-primary:active.dropdown-toggle:focus, .open > .btn-primary:active.dropdown-toggle.focus {
    color: #223769;
    background-color: transparent;
    border-color: #223769;
  }
  
  .btn-primary:focus .badge, .btn-primary:hover .badge, .btn-primary:active .badge {
    color: transparent;
    background-color: #223769;
  }
  
  .btn-primary:hover {
    color: #223769;
    background-color: transparent;
    border-color: #223769;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);
  }
  
  .open > .btn-primary:hover.dropdown-toggle {
    color: #223769;
    background-color: transparent;
    border-color: #223769;
  }
  
  .open > .btn-primary:hover.dropdown-toggle:hover, .open > .btn-primary:hover.dropdown-toggle:focus, .open > .btn-primary:hover.dropdown-toggle.focus {
    color: #223769;
    background-color: transparent;
    border-color: #223769;
  }
  
  .btn-primary:hover .badge {
    color: transparent;
    background-color: #223769;
  }
  
  .btn {
      display: inline-block;
      text-transform: uppercase;
      font-weight: 400;
      font-family: "Open Sans", sans-serif;
      text-align: center;
      vertical-align: middle;
      touch-action: manipulation;
      letter-spacing: 0.1em;
      cursor: pointer;
      background-image: none;
      border: 2px solid #ccc;
      white-space: nowrap;
      padding: 18px 56px;
      font-size: 17px;
      line-height: 24px;
      border-radius: 0px;
      transition: .2s all ease;
  }
  
  .btn-style {
      background-color: #797CA9 !important;
      color:white;
      border-color: #797CA9 !important; 
      font-weight: bold;
  }
  
  .btn-style:hover {
      background-color: transparent !important;
      color: black !important;
      border: 1px solid #F4BC33;
  }
  
  #contact h1 {
      font-size: 47px;
      letter-spacing: 0.02em;
      color: #555;
      font-family: 'Roboto', sans-serif;
  }
  
  html .row-20 > * {
      margin-top: 20px;
      pointer-events: auto;
  }
  
  
  
  .cont-pad {
      margin-top: -150px;
  }
  
  .sect-cont-pad {
      margin-top: 0px;
  }
  
  .padding-medium {
      padding-top: 45px;
      padding-bottom: 45px;
  }
  
  #footer {
      background-color: #f4f3f3;
  }
  
  .copyright {
      font-size: 15px;
      position: relative;
      font-family: 'Roboto', sans-serif;
      padding: 15px 0 0 250px;
  }
  
  
      .copyright p {
          margin: 50px 0;
      }
  
  
  
  /******** Scroll up ******/
  
  
  .scroll-up {
      position: fixed;
      z-index: 999;
      bottom: 1.8em;
      right: 1.8em;
  }
  
      .scroll-up ul {
          margin: 0;
          padding: 0;
      }
  
      .scroll-up li {
          list-style: none;
          margin: 0;
          padding: 0;
      }
  
      .scroll-up a {
          background-color: #F4BC33;
          display: block;
          width: 40px;
          height: 40px;
          text-align: center;
          color: #000;
          font-size: 20px;
          line-height: 38px;
          box-shadow: 0px 0px 6px #ccc;
          border-radius: 50%;
      }
  
      .scroll-up i {
          padding: 6px;
          font-size: 24px;
      
      }
  
          .scroll-up a:hover,
          .scroll-up a:active {
              background-color:#F4BC33;
              color: #000 !important;
              transform: scale(1.2);
          }
  
  .preko {
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

#footer {
  background-color: #262626;
  /*padding-top: 40px;
  padding-bottom: 40px;*/
  color: rgba(255, 255, 255, 0.4);
}

  #footer a {
      color: rgba(255, 255, 255, 0.4);
  }

      #footer a:hover {
          color: #fff;
      }


.futer {
    background: url("../images/mercedes-cover.jpg") no-repeat center top fixed;
    background-size: cover;
    color: #fff;
}

.padding-large {
  padding-top: 90px;
  padding-bottom: 90px;
}


.copyright {
  font-size: 16px;
  position: relative;
  font-family: 'Dosis', sans-serif;
  color: #fff;
}

  .copyright span {
      display: inline-block;
      margin-right: 5px;
      text-transform: uppercase;
      font-weight: 700;
  }

  .copyright p {
      margin: 40px 0;
  }

  .copyright:after {
      content: " ";
      position: absolute;
      bottom: 45px;
      left: 50%;
      height: 2px;
      width: 50px;
      margin-left: -25px;
      /*background: #fff;*/
  }



  table, th, td {
    border: 1px solid lightgray;
    border-collapse: collapse;
  }
  th, td {
    padding: 5px;
  }
  th {
    text-align: left;
  }

  .table-title {
    font-weight: bold !important;
  }

  table, th {
    font-weight: 400;
  }

  .modal-title {
    padding: 1% 0% 1% 0%;
  }

  .modal-footer {
    justify-content: flex-start;
  }

  .btn-style {
    background-color: #F4BC33 !important;
    color: white;
    border-color: #F4BC33 !important;
    font-weight: bold;

    position: relative;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    border-width: 0;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-family: "Poppins",sans-serif;
    letter-spacing: -0.04em;
    overflow: hidden;
  }

  .btn-style:hover {
    color: #F4BC33 !important;
  }

dd {
    margin-bottom: 20px;
}

dt {
  margin-bottom: 0.5rem !important;
}

dd a {
  color:black;
}

figure {
  padding: 15px 0 0 250px;
}

.show-scroll {
  display: none !important;
}

.show > body {
  overflow:overlay !important;
}

@media only screen and (max-width: 1366px) {
  .well {
    padding-bottom: 100px;
  }

}

@media only screen and (max-width: 960px) {
  .soc-icons img {
    width: 15% !important;
  }
}

@media only screen and (max-width: 480px) {
  figure {
    padding: 0px;
    padding-bottom: 20px;
  }

  .copyright {
    padding: 0px;
  }

  .home-about-right {
    text-align: center;
    padding-bottom: 50px;
  }

  .soc-icons img {
    width: 15% !important;
  }
  
  .vertical-line {
    border-left: 0px !important;
    margin-left: 0px !important;
    height: 50px !important;
  }

  .vertical-line:before, .vertical-line a {
    margin-left: 0px !important;
  }

}

.lnr-menu:before {
  font-family: FontAwesome;
  content: "\f0c9";
  font-style: normal;
}

.lnr-cross:before {
  font-family: FontAwesome;
  content: "\f00d";
  font-style: normal;
}


.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
    .hvr-grow:hover,
    .hvr-grow:focus,
    .hvr-grow:active {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }






    /*preloader*/

    @keyframes spin {
      0% {
        transform: translate(2px, 1px) rotate(0deg);
      }
      10% {
        transform: translate(-1px, -3px) rotate(36deg);
      }
      20% {
        transform: translate(-2px, 0px) rotate(72deg);
      }
      30% {
        transform: translate(1px, 2px) rotate(108deg);
      }
      40% {
        transform: translate(1px, -1px) rotate(144deg);
      }
      50% {
        transform: translate(-1px, 3px) rotate(180deg);
      }
      60% {
        transform: translate(-1px, 1px) rotate(216deg);
      }
      70% {
        transform: translate(3px, 1px) rotate(252deg);
      }
      80% {
        transform: translate(-2px, -1px) rotate(288deg);
      }
      90% {
        transform: translate(2px, 1px) rotate(324deg);
      }
      100% {
        transform: translate(1px, -2px) rotate(360deg);
      }
    }
    @keyframes speed {
      0% {
        transform: translate(2px, 1px) rotate(0deg);
      }
      10% {
        transform: translate(-1px, -3px) rotate(-1deg);
      }
      20% {
        transform: translate(-2px, 0px) rotate(1deg);
      }
      30% {
        transform: translate(1px, 2px) rotate(0deg);
      }
      40% {
        transform: translate(1px, -1px) rotate(1deg);
      }
      50% {
        transform: translate(-1px, 3px) rotate(-1deg);
      }
      60% {
        transform: translate(-1px, 1px) rotate(0deg);
      }
      70% {
        transform: translate(3px, 1px) rotate(-1deg);
      }
      80% {
        transform: translate(-2px, -1px) rotate(1deg);
      }
      90% {
        transform: translate(2px, 1px) rotate(0deg);
      }
      100% {
        transform: translate(1px, -2px) rotate(-1deg);
      }
    }
    @keyframes strikes {
      from {
        left: 25px;
      }
      to {
        left: -80px;
        opacity: 0;
      }
    }
    @keyframes dots {
      from {
        width: 0px;
      }
      to {
        width: 15px;
      }
    }
    @keyframes fadeIn {
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
    }
    body {
      background: #333;
      font-family: "Lato", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Sans-Serif;
    }
    
    .fadeIn, .loading-window {
      animation: fadeIn 0.4s both;
    }
    
    .loading-window {
      background: #333;
      border-radius: 6px;
      border: 3px solid white;
      color:white;
      height: 200px;
      left: 50%;
      margin-left: -150px;
      margin-top: -100px;
      position: fixed;
      top: 50%;
      width: 300px;
      z-index: 99;
    }
    .loading-window .text {
      font-size: 16px;
      position: absolute;
      width: auto;
      top: 75%;
      left: 38%;
      margin: 0 auto;
    }
    .loading-window .dots {
      display: inline-block;
      width: 5px;
      overflow: hidden;
      vertical-align: bottom;
      animation: dots 1.5s linear infinite;
      transition: 1;
    }
    
    .car {
      position: absolute;
      width: 117px;
      height: 42px;
      left: 92px;
      top: 70px;
    }
    .car .strike {
      position: absolute;
      width: 11px;
      height: 1px;
      background: #F4BC33;
      animation: strikes 0.2s linear infinite;
    }
    .car .strike2 {
      top: 11px;
      animation-delay: 0.05s;
    }
    .car .strike3 {
      top: 22px;
      animation-delay: 0.1s;
    }
    .car .strike4 {
      top: 33px;
      animation-delay: 0.15s;
    }
    .car .strike5 {
      top: 44px;
      animation-delay: 0.2s;
    }
    .car-detail {
      position: absolute;
      display: block;
      background: #F4BC33;
      animation: speed 0.5s linear infinite;
    }
    .car-detail.spoiler {
      width: 0;
      height: 0;
      top: 7px;
      background: none;
      border: 20px solid transparent;
      border-bottom: 8px solid #F4BC33;
      border-left: 20px solid #F4BC33;
    }
    .car-detail.back {
      height: 20px;
      width: 92px;
      top: 15px;
      left: 0px;
    }
    .car-detail.center {
      height: 35px;
      width: 75px;
      left: 12px;
      border-top-left-radius: 30px;
      border-top-right-radius: 45px 40px;
      border: 4px solid #F4BC33;
      background: none;
      box-sizing: border-box;
    }
    .car-detail.center1 {
      height: 35px;
      width: 35px;
      left: 12px;
      border-top-left-radius: 30px;
    }
    .car-detail.front {
      height: 20px;
      width: 50px;
      top: 15px;
      left: 67px;
      border-top-right-radius: 50px 40px;
      border-bottom-right-radius: 10px;
    }
    .car-detail.wheel {
      height: 20px;
      width: 20px;
      border-radius: 50%;
      top: 20px;
      left: 12px;
      border: 3px solid #333;
      background: linear-gradient(45deg, transparent 45%, #F4BC33 46%, #F4BC33 54%, transparent 55%), linear-gradient(-45deg, transparent 45%, #F4BC33 46%, #F4BC33 54%, transparent 55%), linear-gradient(90deg, transparent 45%, #F4BC33 46%, #F4BC33 54%, transparent 55%), linear-gradient(0deg, transparent 45%, #F4BC33 46%, #F4BC33 54%, transparent 55%), radial-gradient(#F4BC33 29%, transparent 30%, transparent 50%, #F4BC33 51%), #333;
      animation-name: spin;
    }
    .car-detail.wheel2 {
      left: 82px;
    }
    

    #p-preloader {
      background: black;
      bottom: 0;
      left: 0;
      position: fixed;
      right: 0;
      top: 0;
      z-index: 9999;
  }

.img-cadre {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 300px;
}

.cena-od {
    display:inline-block;
    padding:24px 12px 24px 12px;
    line-height:20px;
    color:#343434;
    font-size:14px;
    bottom:0;
    right:0;
    left: 0;
    z-index:2; 
    text-align:center;
}

.cena-od span {
  font-size:20px;
  font-weight: 500;
}

.vertical-line {
  border-left: 2px solid white;
  height: 40px;
}

.vertical-line:before {
  margin-left: 20px;
}

.vertical-line a {
  margin-left: 5px;
}

.soc-icons {
  margin-left: 0px !important;
  margin-top: -2px;
}

.soc-icons a {
  padding: 3px 6px;
}

.cont-icons {
  width: 10%;
}

.middle {
  text-align: center !important;
}

#home h2 {
    font-size: 48px;
}

#about h2 {
    font-size: 36px;
}