/* --------------------------------------------------------------------------
 * jThemes Studio : RENT IT - Car Rental Management Template
 *
 * file           : theme.css
 * Desc           : RENT IT Template - Stylesheet
 * Version        : 1.1
 * Date           : 2015-07-01
 * Author         : jThemes Studio
 * Author URI     : http://jakjim.com
 * Email          : jakjim@gmail.com
 *
 * jThemes Studio. Copyright 2015. All Rights Reserved.
 * -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
 *  RENT IT Template - Table of Content

  1 - General
    1.1 - Preloader
    1.2 - Global properties (body, common classes, structure etc)
    1.3 - Page section block
    1.4 - Typography (section title, links, page dividers)
    1.5 - Buttons
    1.6 - Form / Input / Textarea
    1.7 - Top Bar

  2 - Header
    2.1 - Logo
    2.2 - Navigation

  3 - Footer
    3.1 - Footer widgets
    3.2 - Footer meta

  4 - Sliders / OwlCarousel
    4.1 - Main slider
    4.2 - Partners carousel
    4.3 - Testimonials carousel
    4.4 - Products carousel

  5 - Components / Shortcodes / Widget
    5.1 - Breadcrumbs
    5.2 - Pagination
    5.3 - Message box
    5.4 - Social icons line
    5.5 - Rating stars
    5.6 - Content tabs
    5.7 - Accordion
    5.8 - Blog post
    5.9 - Recent post
    5.10 - Comments
    5.11 - Thumbnails
    5.12 - Portfolio
    5.13 - Widgets
    5.14 - Contacts form
    5.15 - Google map
    5.16 - Back to top button

  6 - Helper Classes

 * -------------------------------------------------------------------------- */
@import url(../../../../../fonts.googleapis.com/css_2d69ab94.css);
@import url(../../../../../fonts.googleapis.com/css_2e592904.css);
@import url(../../../../../fonts.googleapis.com/css_ac5e1c55.css);
/* 1.1 */
/* Preloader
/* ========================================================================== */
@import "inc/awesome-bootstrap-checkbox.css";
#preloader {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
}
#preloader-status {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
  /*You can use animated gif for preloader*/
  /*background: url('../img/preloader.png') no-repeat 50% 20px;*/
}
#preloader-title {
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}
.spinner {
  margin: 0 auto;
  width: 120px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #e60000;
  height: 100%;
  width: 20px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/* 1.2 */
/* Global properties (body, common classes, structure etc)
/* ========================================================================== */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  background: #fbfbfb;
  color: #5c5c5c;
  -webkit-font-kerning: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: visible !important;
  position: relative;
  overflow-x: hidden;
}
body.boxed {
  background: #fbfbfb;
}
/* 1.3 */
/* Layout
/* ========================================================================== */
html {
  height: 100%;
  min-height: 100%;
}
body {
  min-height: 100%;
}
.content-area {
  position: relative;
  z-index: 0;
}
.widget *:last-child {
  margin-bottom: 0;
}
.content .widget + .widget,
.sidebar .widget + .widget,
.footer .widget + .widget {
  margin-top: 4px;
}
.container.full-width {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
} 
.boxed .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
/* Page section block
/* ========================================================================== */
.page-section {
  position: relative;
  padding-top: 70px;
  padding-bottom: 16px;
  overflow: hidden;
  /* small devices */
}
.page-section.md-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-section.sm-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.page-section.no-padding-top {
  padding-top: 0;
}
.page-section.no-padding-bottom {
  padding-bottom: 0;
}
.page-section.no-bottom-space {
  margin-bottom: -70px;
}
.page-section.light {
  background-color: #f4f6f7;
}
.page-section.dark {
 background-color: #191B4F;
    color: #FFFFFF;
}
.page-section.image {
  background: url(../img/page-section-image.png) center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.page-section.of-visible {
  overflow: visible;
}
.page-section.sub-page {
  padding-top: 30px;
}
html,
body {
  position: relative;
  height: 100%;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  height: auto;
}
/* 1.4 */
/* Typography (section title, links, page dividers)
/* ========================================================================== */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  color: #262626;
}
.dark .h1,
.dark .h2,
.dark .h3,
.dark .h4,
.dark .h5,
.dark .h6,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.color .h1 small,
.color .h2 small,
.color .h3 small,
.color .h4 small,
.color .h5 small,
.color .h6 small,
.color h1 small,
.color h2 small,
.color h3 small,
.color h4 small,
.color h5 small,
.color h6 small {
  color: #ffffff;
}
h1 .fa,
h2 .fa,
h3 .fa,
h4 .fa,
h5 .fa,
h6 .fa,
h1 .glyphicon,
h2 .glyphicon,
h3 .glyphicon,
h4 .glyphicon,
h5 .glyphicon,
h6 .glyphicon {
  color: #b30000;
}
.image h1 .fa,
.image h2 .fa,
.image h3 .fa,
.image h4 .fa,
.image h5 .fa,
.image h6 .fa,
.image h1 .glyphicon,
.image h2 .glyphicon,
.image h3 .glyphicon,
.image h4 .glyphicon,
.image h5 .glyphicon,
.image h6 .glyphicon,
.color h1 .fa,
.color h2 .fa,
.color h3 .fa,
.color h4 .fa,
.color h5 .fa,
.color h6 .fa,
.color h1 .glyphicon,
.color h2 .glyphicon,
.color h3 .glyphicon,
.color h4 .glyphicon,
.color h5 .glyphicon,
.color h6 .glyphicon {
  color: #ffffff;
}
a,
a .fa,
a .glyphicon,
a:hover,
a:hover .fa,
a:hover .glyphicon,
a:active,
a:focus {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
a:not(.btn-theme) {
  color: #FFF;
}
a:not(.btn-theme):hover,
a:not(.btn-theme):active,
a:not(.btn-theme):focus {
  color: #000000;
}
.footer a:not(.btn-theme) {
  color: #14181c;
}
.footer a:not(.btn-theme):hover,
.footer a:not(.btn-theme):active,
.footer a:not(.btn-theme):focus {
  color: #e60000;
}
p {
  margin-bottom: 20px;
}
ul,
ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  padding-left: 20px;
}
ul.list-check li,
ol.list-check li {
  padding-left: 20px;
  position: relative;
}
ul.list-check li:before,
ol.list-check li:before {
  content: '\f046';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
}
ul.list-check li + li,
ol.list-check li + li {
  margin-top: 7px;
}
ul.list-icons li {
  padding-left: 30px;
  position: relative;
}
ul.list-icons li + li {
  margin-top: 10px;
}
ul.list-icons li > .fa {
  position: absolute;
  left: 0;
  top: 3px;
}
 
.block-title span {
  display: inline-block;
  position: relative;
}
.block-title span:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 2000px;
  background-color: #a5abb7;
  top: 10px;
}
.block-title span:after {
  left: 100%;
  margin-left: 15px;
}
.block-title .thin {
  font-weight: 300;
  margin-left: 5px;
}
.block-title.alt {
  font-size: 16px;
  line-height: 24px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 10px 70px 10px 20px;
  border: solid 1px #a5abb7;
  overflow: visible;
  position: relative;
  color: #7f7f7f;
}
.block-title.alt .fa {
  position: absolute;
  top: -1px;
  right: -1px;
  height: 46px;
  width: 46px;
  line-height: 45px;
  vertical-align: middle;
  text-align: center!important;
  background-color: #f5f6f8;
  border: solid 1px #a5abb7;
  color: #a5abb7;
  z-index: 20;
}
.block-title.alt .fa.color {
  background-color: #e60000;
}
.block-title.alt2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0 50px 20px 0;
  border-bottom: solid 1px #e9e9e9;
  overflow: visible;
  position: relative;
  color: #7f7f7f;
}
.block-title.alt2 .fa {
  position: absolute;
  top: -1px;
  right: -1px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center!important;
  background-color: #e9e9e9;
  color: #a5abb7;
  z-index: 20;
}
.block-title.alt2 .fa.color {
  background-color: #e60000;
}
.text-lg {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
  color: #9a0000;
}
.text-xl {
  font-size: 36px;
  line-height: 48px;
  font-weight: 300;
}
.text-thin {
  font-size: 11px;
  text-transform: uppercase;
  color: #14181c;
}
.text-dark {
  color: #14181c;
}
.text-color {
  color: #e60000;
}
.drop-cap {
  display: block;
  float: left;
  font-size: 44px;
  line-height: 37px;
  margin: 0 10px 0 0;
  color: #e60000;
}


.cp-post-thumb {
  padding-top: 75px;  
}
/* Blockquote
/* -------------------------------------------------------------------------- */
blockquote {
  background-color: #e60000;
  border: none;
  color: #ffffff;
}
blockquote p {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  color: #ffffff;
}
blockquote footer {
  margin-top: 40px;
}
blockquote footer,
blockquote cite {
  font-size: 18px;
  font-style: italic;
  line-height: 20px;
  color: #ffffff;
}
/* Page dividers
/* -------------------------------------------------------------------------- */
hr.page-divider {
  margin-top: 30px;
  margin-bottom: 30px;
  clear: both;
  border-color: #e9e9e9;
}
hr.transparent,
hr.page-divider.transparent {
  border-color: transparent;
}
hr.page-divider.half {
  border-color: transparent;
  margin-top: 0;
}
hr.page-divider.small {
  border-color: transparent;
  margin-top: 0;
  margin-bottom: 20px;
}
hr.page-divider.single {
  border-color: #d3d3d3;
}
::-webkit-input-placeholder {
  color: #8f8f8f !important;
}
:-moz-placeholder {
  color: #8f8f8f !important;
}
::-moz-placeholder {
  color: #8f8f8f !important;
}
:-ms-input-placeholder {
  color: #8f8f8f !important;
}
input:focus::-webkit-input-placeholder {
  color: transparent !important;
}
input:focus:-moz-placeholder {
  color: transparent !important;
}
input:focus::-moz-placeholder {
  color: transparent !important;
}
input:focus:-ms-input-placeholder {
  color: transparent !important;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}
textarea:focus:-moz-placeholder {
  color: transparent !important;
}
textarea:focus::-moz-placeholder {
  color: transparent !important;
}
textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}
/* 1.5 */
/* Buttons
/* ========================================================================== */
.btn,
.btn:hover,
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.btn-theme {
  color: #ffffff;
  border-width: 1px;
  background-color: #e60000;
  border-color: #e60000;
  padding: 13px 20px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-theme:hover {
  background-color: #14181c;
  border-color: #14181c;
  color: #ffffff;
}
.btn-theme.btn-block {
  max-width: 450px;
}
.btn-theme .icon-left {
  margin-right: 7px;
}
.btn-theme .icon-right {
  margin-left: 7px;
}
.btn-theme-transparent,
.btn-theme-transparent:focus,
.btn-theme-transparent:active {
  background-color: transparent;
  border-width: 1px;
  border-color: #e9e9e9;
  color: #14181c;
}
.dark .btn-theme-transparent,
.dark .btn-theme-transparent:focus,
.dark .btn-theme-transparent:active {
  color: #ffffff;
}
.btn-theme-transparent:hover {
  background-color: #14181c;
  border-color: #14181c;
  color: #ffffff;
}
.dark .btn-theme-transparent:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #14181c;
}
.btn-theme-dark,
.btn-theme-dark:focus,
.btn-theme-dark:active {
  background-color: #14181c;
  border-width: 1px;
  border-color: #14181c;
  color: #ffffff;
}
.btn-theme-dark:hover {
  background-color: #e60000;
  border-color: #e60000;
  color: #ffffff;
}
.btn-theme-light,
.btn-theme-light:focus,
.btn-theme-light:active {
  background-color: #ffffff;
  border-width: 1px;
  border-color: #e6e9eb;
  color: #6d7480;
}
.btn-theme-light:hover {
  background-color: #14181c;
  border-color: #14181c;
  color: #ffffff;
}
.btn-theme-xs {
  font-size: 11px;
  padding: 7px 12px;
}
.btn-theme-sm {
  font-size: 14px;
  padding: 7px 20px;
}
.btn-theme-md {
  padding: 17px 25px;
}
.btn-theme-lg {
  font-size: 18px;
  padding: 20px 35px;
}
.btn-theme-xl {
  font-size: 24px;
  padding: 25px 35px;
}
.btn-icon-left .fa,
.btn-icon-left .glyphicon {
  margin-right: 7px;
}
.btn-icon-right .fa,
.btn-icon-right .glyphicon {
  margin-left: 7px;
}
.btn-more-posts {
  font-size: 12px;
  font-weight: 900;
  padding: 20px 60px;
}
.btn-play {
  position: relative;
  display: inline-block !important;
  padding: 0 !important;
  width: 150px !important;
  height: 150px !important;
  border-radius: 50% !important;
  text-align: center;
  background-color: rgba(230, 0, 0, 0.85);
  color: #ffffff;
}
.btn-play .fa {
  font-size: 60px;
  line-height: 150px;
  margin-right: -9px;
}
.btn-play:before {
  content: '';
  display: block;
  position: absolute;
  width: 180px !important;
  height: 180px !important;
  top: -16px;
  left: -16px;
  border-radius: 50% !important;
  border: solid 10px rgba(230, 0, 0, 0.35);
}
a:hover .btn-play,
.btn-play:hover {
  background-color: #ffffff;
  color: #e60000;
}
.btn-title-more {
  float: right;
  font-size: 11px;
  padding: 13px;
  margin-top: -10px;
  margin-left: 20px;
  margin-bottom: -30px;
  background-color: transparent;
  border-width: 1px;
  border-color: #e9e9e9;
  color: #14181c;
}
.btn-title-more .fa,
.btn-title-more .glyphicon {
  font-size: 14px;
  margin-top: -1px;
}
.btn-title-more:hover {
  background-color: #14181c;
  border-color: #14181c;
  color: #ffffff;
}
p.btn-row {
  margin-top: -10px;
}
p.btn-row .btn {
  margin-top: 10px;
  margin-right: 10px;
}
p.btn-row .text {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.btn-view-more-block {
  width: 100%;
  max-width: 100%;
  display: block;
  font-size: 18px;
  padding: 13px 35px;
  border-color: #a5abb7;
  background-color: #a5abb7;
  color: #ffffff;
}
.btn-view-more-block:hover {
  border-color: #14181c;
  background-color: #14181c;
}
a.btn.twitter {
  background-color: #2daae1;
  border-color: #2daae1;
}
a.btn.facebook {
  background-color: #3c5b9b;
  border-color: #3c5b9b;
}
a.btn.google,
a.btn[title*='Google+'] {
  background-color: #f63f29;
  border-color: #f63f29;
}
a.btn.flickr {
  background-color: #216BD4;
  border-color: #216BD4;
}
a.btn.dribbble {
  background-color: #F46899;
  border-color: #F46899;
}
a.btn.linkedin {
  background-color: #0085AE;
  border-color: #0085AE;
}
a.btn.tumblr {
  background-color: #2C4762;
  border-color: #2C4762;
}
a.btn.instagram {
  background-color: #517fa4;
  border-color: #517fa4;
}
a.btn.pinterest {
  background-color: #cb2027;
  border-color: #cb2027;
}
a.btn.skype {
  background-color: #00aaf1;
  border-color: #00aaf1;
}
a.btn.vimeo {
  background-color: #5BC8FF;
  border-color: #5BC8FF;
}
/* -- Ripple effect -------------------------------- */
.ripple-effect {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.ink {
  display: block;
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  background: #fff;
  opacity: 1;
}
.ink.animate {
  -webkit-animation: ripple .5s linear;
  -moz-animation: ripple .5s linear;
  -ms-animation: ripple .5s linear;
  -o-animation: ripple .5s linear;
  animation: ripple .5s linear;
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-ms-keyframes ripple {
  100% {
    opacity: 0;
    -ms-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* 1.6 */
/* Form / Input / Textarea / Select
/* ========================================================================== */
.form-control {
  -webkit-appearance: none;
  /* ios */
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 50px;
  border-radius: 0;
  border: 1px solid #e9e9e9;
  color: #14181c;
}
.form-control:focus {
  -webkit-appearance: none;
  /* ios */
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #14181c;
}
.has-icon .form-control {
  padding-right: 50px;
}
.dark .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0.6);
}
.dark .form-control:focus {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.dark .bootstrap-select .dropdown-menu .form-control {
  background: rgba(20, 24, 28, 0.2);
  border: 1px solid rgba(20, 24, 28, 0);
  color: rgba(20, 24, 28, 0.6);
}
.dark .bootstrap-select .dropdown-menu .form-control:focus {
  background: rgba(20, 24, 28, 0.1);
  border: 1px solid rgba(20, 24, 28, 0.2);
}
.light .form-control {
  background: #ffffff;
  border: 1px solid #d3d3d3;
  color: #a5abb7;
}
.light .form-control:focus {
  border: 1px solid #a5abb7;
}
.form-control.alt {
  border-color: #f5f6f8;
  background-color: #f5f6f8;
  color: #6d7582;
}
.form-control.alt::-webkit-input-placeholder {
  color: #6d7582 !important;
  font-weight: 400 !important;
  font-size: 14px;
  text-transform: none;
  line-height: 22px;
}
.form-control.alt:-moz-placeholder {
  color: #6d7582 !important;
  font-weight: 400 !important;
  font-size: 14px;
  text-transform: none;
  line-height: 22px;
}
.form-control.alt::-moz-placeholder {
  color: #6d7582 !important;
  font-weight: 400 !important;
  font-size: 14px;
  text-transform: none;
  line-height: 22px;
}
.form-control.alt:-ms-input-placeholder {
  color: #6d7582 !important;
  font-weight: 400 !important;
  font-size: 14px;
  text-transform: none;
  line-height: 22px;
}
.form-control.alt:focus {
  -webkit-appearance: none;
  /* ios */
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #14181c;
}
.form-control-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.has-label .form-control-icon {
  top: 28px;
}
.dark .form-control-icon {
  color: rgba(255, 255, 255, 0.6);
}
.dark .alt .form-control-icon {
  color: #ffffff;
}
.light .form-control-icon {
  color: rgba(20, 24, 28, 0.6);
}
.form-group.has-icon {
  position: relative;
}
textarea {
  resize: none;
}
.bootstrap-select .dropdown-menu {
  border-radius: 0;
}
.bootstrap-select .dropdown-menu a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.bootstrap-select > .selectpicker {
  -webkit-appearance: none;
  /* ios */
  -webkit-box-shadow: none;
  box-shadow: none !important;
  height: 40px;
  border-radius: 0;
  background-color: transparent !important;
  color: #5c5c5c !important;
}
.bootstrap-select > .selectpicker:focus {
  border-color: #14181c;
}
.bootstrap-select-searchbox .form-control {
  border-radius: 0;
}
.has-icon .bootstrap-select.btn-group .btn .caret {
  display: none;
}
.alert {
  border-radius: 0;
}
label {
  font-size: 14px;
  color: #14181c;
}
.dark label {
  color: #ffffff;
}
.light label {
  color: #14181c;
}
input[type=checkbox] {
  margin-top: 2px;
  margin-right: 5px;
}
.form-login .row {
  margin-top: -20px;
}
.form-login .row + .row {
  margin-top: 0;
}
.form-login .row div[class*="col-"],
.form-login .row aside[class*="col-"] {
  margin-top: 20px;
}
.form-login .hello-text-wrap {
  line-height: 12px;
}
.form-login .btn-block {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .form-login .btn-block {
    max-width: 100%;
  }
}
.form-login .btn.facebook {
  background-color: #3e5c98;
  border-color: #3e5c98;
  color: #ffffff;
}
.form-login .btn.twitter {
  background-color: #22a9e0;
  border-color: #22a9e0;
  color: #ffffff;
}
.form-login .btn.facebook:hover,
.form-login .btn.twitter:hover {
  background-color: #14181c;
  border-color: #14181c;
}
.form-login .btn-theme {
  padding-top: 14px;
  padding-bottom: 14px;
}
.form-login .form-group {
  margin-bottom: 0;
}
.form-login .form-control {
  height: 50px;
}
.form-login .checkbox {
  font-size: 11px;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #14181c;
}
.form-login .checkbox label {
  font-weight: 700 !important;
}
.form-login .checkbox input[type=checkbox] {
  margin-top: 2px;
}
.form-login .col-md-12.col-lg-6.text-right-lg {
  line-height: 0;
}
@media (min-width: 1200px) {
  .form-login .col-md-12.col-lg-6.text-right-lg {
    margin-bottom: 2px;
  }
}
@media (max-width: 1199px) {
  .form-login .col-md-12.col-lg-6.text-right-lg {
    margin-top: 0;
  }
}
.form-login .forgot-password {
  color: #14181c !important;
  font-weight: 700 !important;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 18px;
}
.form-login .forgot-password:hover {
  border-bottom: solid 1px #14181c;
}
.form-login ::-webkit-input-placeholder {
  color: #14181c !important;
  font-weight: 700 !important;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 22px;
}
.form-login :-moz-placeholder {
  color: #14181c !important;
  font-weight: 700 !important;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 22px;
}
.form-login ::-moz-placeholder {
  color: #14181c !important;
  font-weight: 700 !important;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 22px;
}
.form-login :-ms-input-placeholder {
  color: #14181c !important;
  font-weight: 700 !important;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 22px;
}
.create-account {
  color: #14181c;
}
.create-account .list-check {
  font-weight: 700;
}
.create-account .row {
  margin-top: -20px;
}
.create-account .row + .row {
  margin-top: 0;
}
.create-account .row div[class*="col-"],
.create-account .row aside[class*="col-"] {
  margin-top: 20px;
}
.create-account .hello-text-wrap {
  line-height: 12px;
}
.create-account .btn-theme {
  padding-top: 14px;
  padding-bottom: 14px;
}
.create-account .btn-create {
  margin-top: 15px;
}
.page-section.subscribe {
  background-attachment: scroll !important;
}
.form-subscribe {
  position: relative;
}
.form-subscribe .form-control {
  border-color: #14181c;
}
.form-subscribe .btn-submit {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 12px;
  padding: 18px 50px;
}
.page-section.find-car {
  overflow: visible;
  padding-top: 24px;
  padding-bottom: 24px;
}
.form-find-car .section-title {
  margin-top: 4px;
}
.form-find-car .form-group {
  margin: 0;
}
.form-find-car .form-control {
  height: 40px;
}
.form-find-car .has-icon .form-control {
  padding-right: 40px;
}
.form-find-car .form-control-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.form-find-car .btn-submit {
  margin-top: 28px;
  font-size: 12px;
  line-height: 12px;
  padding: 13px 20px;
}
/* 2.0 */
/* Header
/* ========================================================================== */
.sticky-wrapper {
  position: relative;
  z-index: 1;
}
.sticky-wrapper:not(.is-sticky) {
  height: auto !important;
}
.header {
  -webkit-box-shadow: 0 4px 14px 0 rgba(50, 50, 50, 0.3);
  box-shadow: 0 4px 14px 0 rgba(50, 50, 50, 0.3);
}
.wide .sticky-wrapper .header {
  width: 100% !important;
}
.sticky-wrapper .header {
  z-index: 20;
}
@media (max-width: 767px) {
  .sticky-wrapper .header {
    position: relative !important;
    height: auto !important;
  }
}
.header .header-wrapper {
  padding: 17px;
  background-color: #ffffff;
  position: fixed;
  z-index: 9999;
  width: 100%; 
}
.header .header-wrapper > .container {
  position: relative;
  min-height: 40px;
}
.header .navigation-wrapper.navigation-sticky {
  width: 100%;
}
.full-screen-map .header-wrapper > .container {
  width: auto;
}
.full-screen-map .sticky-wrapper.is-sticky .header {
  width: 630px !important;
}
@media (max-width: 991px) {
  .full-screen-map .sticky-wrapper.is-sticky .header {
    width: 320px !important;
  }
}
.content-area.scroll {
  background-color: #fbfbfb;
  width: 630px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
.closed .content-area.scroll {
  left: -630px;
}
@media (max-width: 991px) {
  .closed .content-area.scroll {
    left: -320px;
  }
}
@media (max-width: 991px) {
  .content-area.scroll {
    width: 320px;
  }
}
.content-area.scroll .swiper-slide {
  height: auto;
}
.content-area.scroll .open-close-area {
  position: absolute;
  right: -40px;
  top: 50%;
  width: 40px;
  height: 40px;
}
.content-area.scroll .open-close-area a {
  display: block;
  background-color: #14181c;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
}
.content-area.scroll .open-close-area a:hover {
  background-color: #e60000;
}
.content-area.scroll .container {
  width: auto;
}
/* 2.1 */
/* Logo
/* ========================================================================== */
.logo {
  width: 304px;
    height: 81px;
  line-height: 100px;
  background-color: #ffffff;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 15px;
}
.logo a {
  margin: auto auto;
  display: block;
  text-align: center;
}
.logo img {
  max-width: 100%;
  height: auto;
}
.is-sticky .logo {
  width: 140px;
  height: 50px;
  line-height: 50px;
}
.is-sticky .logo img {
  max-width: none;
  height: 70px;
}
.full-screen-map .logo {
  width: 140px;
  height: 50px;
  line-height: 50px;
}
.full-screen-map .logo img {
  max-width: none;
  height: 40px;
}
@media (max-width: 991px) {
  .logo {
    width: 140px;
    height: 50px;
    line-height: 50px;
  }
  .logo img {
    max-width: 100%; 
  }
}
@media (max-width: 480px) {
  .logo {
    padding-top: 0;
    margin-bottom: 30px;
  }
}
.logo,
.logo a,
.logo img,
.is-sticky .logo,
.is-sticky .logo a,
.is-sticky .logo img {
  -webkit-transition: none;
  transition: none;
}
/* 2.2 */
/* Navigation / superfish skin
/* ========================================================================== */
.navigation {
  position: relative;
  text-align: right;
  line-height: 0;
}
.navigation .nav.sf-menu {
  font-family: 'Raleway', sans-serif;
  line-height: 1.72;
  text-align: left;
  display: inline-block;
  margin: 0 auto !important;
}
.navigation ul {
  list-style: none;
}
.navigation ul.social-icons {
  min-width: 0;
  padding-top: 28px;
  padding-bottom: 28px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block !important;
  position: relative !important;
  opacity: 1 !important;
  top: auto !important;
  left: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.is-sticky .navigation ul.social-icons {
  padding-top: 8px;
  padding-bottom: 8px;
}
.navigation ul.social-icons li {
  padding-top: 0 !important;
  padding-right: 0 !important;
  background-color: transparent !important;
}
.navigation ul.social-icons li a {
  padding: 0;
  border: none;
  font-size: 16px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  color: #a5abb7;
}
.navigation ul.social-icons li a:hover {
  background-color: transparent;
  color: #e60000;
}
/* SUPERFISH ESSENTIAL STYLES */
.sf-menu {
  margin: 0;
  padding: 0;
}
.sf-menu li {
  position: relative;
}
.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.sf-menu > li {
  float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu ul ul {
  top: 0;
  left: 100%;
}
.sf-menu ul {
  min-width: 250px;
  /* submenu width */
}
/* SUPERFISH THEME SKIN */
.sf-menu {
  /*margin-right: -1em;*/
  font-size: 15px;
  font-weight: 600;
}
.sf-menu.nav > li > a:hover,
.sf-menu.nav > li > a:focus {
  background-color: transparent;
}
.sf-menu.nav > li > a:hover:before,
.sf-menu.nav > li > a:focus:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: #155eb9;
}
.sf-menu.nav > li > a,
.sf-menu ul li > a {
  padding: 28px 15px 28px 15px;
}
.sf-menu ul li > a {
  padding: 8px 15px 8px 15px;
}
.sf-menu.nav > li > a {
  text-transform: uppercase;
}
.is-sticky .sf-menu.nav > li > a {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.sf-menu .megamenu ul li > a {
  padding: 3px 15px 3px 15px;
}
.sf-menu a {
  color: #a5abb7;
}
.sf-menu a:hover {
  color: #14181c;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu li.sfHover > a,
.sf-menu li.active {
  color: #14181c;
}
.sf-menu li.active > a {
  color: #14181c;
}
.sf-menu ul {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.sf-menu ul {
  margin-left: 0;
  padding-left: 0;
}
.sf-menu ul ul {
  margin-left: 0;
}
.sf-menu ul li {
  background: #ffffff;
}
.sf-menu ul a {
  text-transform: none;
  font-weight: 400;
  text-decoration: none;
  color: #14181c;
}
.sf-menu ul a:hover {
  color: #14181c;
  background-color: #e9e9e9;
}
/* ARROW DOWN */
.sf-menu.nav > li > a.sf-with-ul,
.sf-arrows .sf-with-ul {
  padding-right: 1.8em;
}
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -1px;
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-top-color: #a5abb7;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #e60000;
}
/* ARROW RIGHT */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #a5abb7;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #e60000;
}
.sf-menu li ul ul {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sf-menu li.megamenu > ul > li.row {
  padding-top: 50px !important;
}
.is-sticky .sf-menu li.megamenu > ul li.row {
  padding-top: 15px !important;
}
.sf-menu li.megamenu {
  position: inherit !important;
}
.sf-menu li.megamenu > ul {
  font-weight: normal;
  font-size: 13px;
  text-transform: none;
  width: 100%;
  margin: 0;
  padding: 0 15px;
}
.sf-menu li.megamenu > ul li.row {
  color: #7f7f7f !important;
  padding: 15px 0;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0;
}
.sf-menu li.megamenu > ul li.row div[class*="col-"] {
  margin-top: 0;
}
.sf-menu li.megamenu > ul li ul {
  display: block;
  position: relative;
  left: 0;
  margin-left: 0;
}
.sf-menu li.megamenu > ul li a {
  background-color: transparent;
}
.sf-menu li.megamenu ul {
  margin-left: 0;
}
.sf-menu li.megamenu ul a {
  padding-left: 0;
}
.sf-menu li.megamenu ul a:hover {
  color: #e60000;
}
.sf-menu li.megamenu p {
  margin-bottom: 10px;
}
.sf-menu li.megamenu .block-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 8px;
  color: #14181c;
}
.sf-menu li.sale > a:hover,
.sf-menu li.sale > a {
  background-color: #191B4F;
  color: #ffffff;
}
.menu-toggle {
  display: none;
  height: 40px;
  float: right;
  margin: 5px 0;
}
.menu-toggle:hover .fa {
  color: #ffffff;
}
@media (max-width: 991px) {
  .menu-toggle {
    display: inline-block;
  }
}
.full-screen-map .menu-toggle,
.full-screen-map .menu-toggle:focus,
.full-screen-map .menu-toggle:active {
  display: inline-block;
  line-height: 27px;
  border-color: #14181c;
  background-color: #14181c;
  color: #ffffff;
}
.full-screen-map .menu-toggle:hover {
  border-color: #e60000;
  background-color: #e60000;
  color: #ffffff;
}
.menu-toggle-close {
  display: none;
}
@media (max-width: 991px) {
  .menu-toggle-close {
    display: block;
    width: 100%;
    text-align: right;
  }
  .menu-toggle-close .fa {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 28px;
    color: #ffffff !important;
    background-color: #14181c;
    border: solid 1px #ffffff;
    border-radius: 15px;
  }
} 