/*
LESS CMS39 compiler 
lessc -x style.less > style.css
lessc main.less main.css
*/
@import url('css/normalize.css');
@import url('https://cdn.jsdelivr.net/bootstrap/3.3.7/css/bootstrap.min.css');
@import url('https://cdn.jsdelivr.net/fontawesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* ==========================================================================
   CMS39 Base styles: opinionated defaults
   ========================================================================== */
/* all */
::-webkit-input-placeholder {
  color: #282829;
  font-size: 1em;
}
::-moz-placeholder {
  color: #282829;
  font-size: 1em;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #282829;
  font-size: 1em;
}
/* ie */
input:-moz-placeholder {
  color: #282829;
  font-size: 1em;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/* #Custom
================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  padding: 0px;
}
html {
  position: relative;
  min-height: 100%;
  font-size: 100%;
}
body {
  background: #fff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #1D1D1B;
  -webkit-font-smoothing: subpixel-antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  padding: 0px;
  margin: 0px;
}
a {
  color: #282829;
  text-decoration: none;
}
a:hover {
  color: #003293;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  color: #003293;
}
a:active {
  text-decoration: none;
  color: #003293;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', sans-serif;
}
.maintenance {
  margin: 30px 10px;
}
.maintenance a {
  color: #fbfbfb;
}
.maintenance h4 {
  font-size: 16px;
  font-weight: 900;
  margin: 20px 0 8px 0;
}
.area .area-used-cars h3 {
  text-align: left;
  font-size: 20px;
  color: #003293;
  margin: 20px 0px;
  letter-spacing: 0px;
}
.area .area-used-cars .area-used-cars-info {
  margin: 60px 0;
  padding: 0 100px;
  font-size: 16px;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .area .area-used-cars .area-used-cars-info {
    padding: 0 20px;
  }
}
.area .area-used-cars .area-used-cars-details .cars_list {
  text-align: left;
  margin: 20px 0;
  font-size: 18px;
  color: #000000;
}
.area .area-used-cars .area-used-cars-details .cars_list:after {
  content: '.';
  width: 48px;
  height: 4px;
  overflow: hidden;
  background: #eb1c24;
  color: #eb1c24;
  display: block;
  margin: 10px 0 0 0;
}
.area .area-used-cars .area-used-cars-details ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .area .area-used-cars .area-used-cars-details .content {
    font-size: 16px;
  }
  .area .area-used-cars .area-used-cars-details .content ul {
    list-style: inherit;
  }
}
.area .area-used-cars .area-used-cars-details-list-inline ul li {
  display: inline-block;
  padding: 5px 10px;
  background: #003293;
  color: #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 0 0 5px;
}
.area .area-used-cars .area-used-cars-gallery .cms_gallery_loop {
  float: left;
  width: 25%;
  margin: 0px;
  padding: 0px;
}
.area .area-used-cars .area-used-cars-gallery .cms_gallery_loop .cms_gallery_loop_inner {
  margin: 1px;
  padding: 1px;
  border: 1px solid #ebebeb;
}
.area .area-used-cars .area-used-cars-gallery .cms_gallery_loop figcaption {
  display: none;
}
.area .area-used-cars .area-used-cars-gallery .cms_gallery_loop img {
  width: 100%;
  height: auto;
}
.car-list-data span {
  display: inline-block;
  font-weight: 900;
  margin-right: 5px;
}
body:not(.css_home) .area-parts-form {
  background: #fbfbfb;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f6f6f6), color-stop(1, #fbfbfb));
  background: -ms-linear-gradient(bottom, #f6f6f6, #fbfbfb);
  background: -moz-linear-gradient(center bottom, #f6f6f6 0%, #fbfbfb 100%);
  background: -o-linear-gradient(#fbfbfb, #f6f6f6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#f6f6f6', GradientType=0);
}
.cms39_gmap {
  margin: 0px;
  padding: 0px;
  border: 0px;
  height: 350px;
  width: 100%;
}
.menu-nav-hor {
  list-style-position: inside;
  margin: 20px 0px;
  padding: 0px;
  text-align: center;
  margin: 0 auto;
}
.menu-nav-hor li {
  margin: 2px;
  display: inline-block;
}
.menu-nav-hor li a {
  background: #003293;
  color: #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 4px 10px;
  font-size: 14px;
  display: block;
  font-weight: 900;
}
.menu-nav-hor li a.active {
  background: #eb1c24;
}
.show-menu .mobile-menu-slide {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  visibility: visible;
}
.mobile-menu-slide {
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 50, 111, 0.93);
}
.mobile-menu-slide .mobileInner {
  overflow: auto;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.mobile-menu-slide .sidebarToggleExit {
  font-size: 2em;
  color: #ffffff;
}
.mobile-menu-slide .mobile-menu {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.mobile-menu-slide .mobile-menu li {
  margin: 0px;
}
.mobile-menu-slide .mobile-menu li a {
  display: block;
  padding: 6px 20px;
  text-align: center;
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
}
.mobile-menu-slide .mobile-menu li a:hover,
.mobile-menu-slide .mobile-menu li a.active {
  color: #eb1c24;
}
.book-form {
  text-align: left;
}
.book-form .form-group {
  margin-bottom: 5px;
}
.book-form textarea,
.book-form input {
  height: inherit;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 16px;
  padding: 15px 15px;
}
.book-form button {
  border: 0px;
  background: #eb1c24;
  color: #ffffff;
}
.cms39-searchBar {
  padding: 10px 0px;
}
.cms39-searchBar .Abread .bread {
  font-size: 11px;
  text-transform: uppercase;
  text-align: left;
  background: transparent;
  margin: 0px;
  padding: 7px 0px;
}
.cms39-searchBar .Abread .bread .breadcrumb {
  background: transparent;
  margin: 0px;
  padding: 0px;
}
.cms39-searchBar .Abread .bread .breadcrumb li a {
  color: #000000;
}
.cms39-searchBar .Abread .bread .breadcrumb > li + li:before {
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .cms39-searchBar .Abread .bread {
    display: none;
  }
}
.cms39-searchBar .Asearch {
  text-align: right;
}
.cms39-searchBar .Asearch .searchform-theme {
  display: inline-block;
}
.cms39-searchBar .Asearch input,
.cms39-searchBar .Asearch button {
  height: inherit;
  width: inherit;
  display: inline-block;
  border: 0px;
  padding: 5px;
  font-size: 12px;
  text-transform: uppercase;
}
.cms39-searchBar .Asearch input {
  border: 1px solid #fbfbfb;
}
.cms39-searchBar .Asearch button {
  background: #003293;
  color: #ffffff;
  padding: 5px 10px;
}
.cms39-searchBar .Asearch .social-facebook {
  display: inline-block;
  background: #003293;
  color: #ffffff;
  padding: 8px 11px;
  line-height: 0px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-left: 5px;
}
.cms39-searchBar .Asearch .social-facebook:hover {
  background: #eb1c24;
}
@media only screen and (max-width: 768px) {
  .cms39-searchBar .Asearch {
    text-align: center;
    margin-top: 0px;
  }
  .cms39-searchBar .Abread .bread {
    text-align: center;
  }
}
.slider_items {
  position: relative;
}
.slider_items .slider_item {
  padding: 0px 0 0 0px;
  background: #000000;
}
.slider_items .slider_item .slider_object {
  position: relative;
  height: 390px;
}
.slider_items .slider_item .slider_object.slider_object_back {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
.slider_items .slider_item .slider_object_text {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: #000000;
  color: #ffffff;
  font-size: 31px;
  padding: 20px 20px 15px;
  text-align: left;
  width: 400px;
}
.slider_items .slider_item .slider_object_text .line {
  background: #eb1c24;
  width: 50px;
  height: 4px;
  display: block;
  margin-bottom: 10px;
}
.slider_items .slider_item .slider_object_text .img {
  margin-bottom: 10px;
}
.slider_items .slider_item .slider_object_text .text {
  text-transform: uppercase;
  line-height: 28px;
}
.slider_items .slider_item .slider_object_text .link {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #eb1c24;
}
.slider_items .slider_item .slider_object_text .link a {
  display: block;
  color: #eb1c24;
}
@media only screen and (max-width: 768px) {
  .slider_items .slider_item .slider_object_text {
    width: 100%;
    position: relative;
    left: 0px;
  }
  .slider_items .slider_item .container {
    padding: 0px;
  }
}
.cars_items {
  margin: 0px 0px;
}
.cars_items .cars_item {
  text-align: left;
  margin-bottom: 50px;
}
.cars_items .cars_item.active {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  pointer-events: none;
  cursor: default;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.cars_items .cars_item .picture img {
  width: 100%;
  height: auto;
}
.cars_items .cars_item .excerpt {
  margin: 20px 0;
}
.cars_items .cars_item .excerpt ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  line-height: 16px;
  font-size: 14px;
}
.cars_items .cars_item .excerpt ul li {
  margin: 0px;
  padding: 0px;
}
.cars_items .cars_item .more_info {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  background: #000000;
  color: #ffffff;
  padding: 5px 10px;
  text-transform: uppercase;
  line-height: 22px;
}
.cars_items .cars_item .more_info i {
  font-size: 24px;
  vertical-align: sub;
  margin-left: 5px;
}
.cars_items .cars_item .more_info:hover {
  background: #eb1c24;
}
.cars_items .cars_item h4 {
  font-size: 18px;
  line-height: 18px;
  margin: 20px 0px;
  font-weight: 900;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .cars_items .cars_item {
    padding: 0px 0px;
    margin-bottom: 50px;
  }
}
.btn-more-info {
  background: #003293;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #012a6c), color-stop(1, #003293));
  background: -ms-linear-gradient(bottom, #012a6c, #003293);
  background: -moz-linear-gradient(center bottom, #012a6c 0%, #003293 100%);
  background: -o-linear-gradient(#003293, #012a6c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003293', endColorstr='#012a6c', GradientType=0);
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  padding: 30px 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
}
.btn-more-info:hover {
  background: #eb1c24;
  color: #ffffff;
}
.btn-more-info .head {
  display: block;
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 5px;
}
.btn-more-info .line {
  font-size: 16px;
}
article .postBefore {
  margin: 0 0 80px 0;
}
article .postBefore:empty {
  display: none;
}
article .area h1 {
  text-transform: uppercase;
  font-size: 40px;
}
article .area .area-post .post {
  margin: 0 300px;
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  article .area .area-post .post {
    margin: 0 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  article .area .area-post .post {
    margin: 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  article .area .area-post .post {
    margin: 0 10px;
  }
}
.iveco-trucks {
  text-align: center;
}
.iveco-trucks.selection .iveco-truck {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.iveco-trucks.selection .active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.iveco-trucks .iveco-truck {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  position: relative;
  text-align: center;
  display: inline-block;
  width: 260px;
}
.iveco-trucks .iveco-truck .iveco-name a {
  display: inline-block;
  background: #000000;
  font-size: 12px;
  padding: 10px 20px;
  color: #ffffff;
}
.iveco-trucks .iveco-truck .iveco-photo {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.iveco-trucks .iveco-truck:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.iveco-trucks .iveco-truck:hover .iveco-photo {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (max-width: 1200px) {
  .iveco-trucks .iveco-truck {
    width: 230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .iveco-trucks .iveco-truck {
    width: 350px;
  }
}
@media only screen and (max-width: 768px) {
  .iveco-trucks .iveco-truck {
    width: 48%;
  }
  .iveco-trucks .iveco-truck img {
    width: 100%;
    height: auto;
  }
}
.area {
  padding: 60px 0px;
  text-align: center;
}
.area .iveco {
  background: url(img/iveco.png);
  width: 144px;
  height: 32px;
  display: block;
  margin: 0 auto;
}
.area h1,
.area h3 {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  margin: 0 0 10px;
  padding: 0px;
  font-weight: 900;
  letter-spacing: -2px;
}
.area h3 {
  text-transform: uppercase;
}
.area h2 {
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
  /*
    &:after {
      margin-top: 10px;
      content: '';
      width: 30px;
      height: 4px;
      background: @color5;
      display: block;
    }
    */
}
.area .post {
  margin: 0 auto;
  font-size: 15px;
}
.area .post-gallery {
  margin: 20px 0;
}
.area .post-gallery .cms_gallery_loop {
  float: left;
  width: 25%;
  margin-bottom: 20px;
}
.area .post-gallery .cms_gallery_loop figcaption {
  text-align: center;
  font-size: 12px;
  padding: 10px 0 0 0;
}
.area .post-gallery .cms_gallery_loop img {
  width: 100%;
  height: auto;
}
.area .post-gallery .cms_gallery_loop .cms_gallery_loop_inner {
  padding: 4px;
}
@media only screen and (max-width: 768px) {
  .area .post-gallery .cms_gallery_loop {
    width: 33.333%;
  }
}
.area .post-menu {
  margin: 10px 0 0 0;
}
.area .post-menu h4 {
  font-weight: 600;
  font-size: 16px;
}
.area .area-body {
  margin: 0 auto;
  text-align: center;
}
.area .area-head {
  margin-bottom: 40px;
}
.area.area1 {
  background: #fbfbfb;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f6f6f6), color-stop(1, #fbfbfb));
  background: -ms-linear-gradient(bottom, #f6f6f6, #fbfbfb);
  background: -moz-linear-gradient(center bottom, #f6f6f6 0%, #fbfbfb 100%);
  background: -o-linear-gradient(#fbfbfb, #f6f6f6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#f6f6f6', GradientType=0);
  color: #000000;
}
.area.area1 a:hover {
  color: #ffffff;
}
#wrapper {
  margin: 50px 0px;
}
.shadow_txt {
  -moz-test-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.shadow_box {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.shadow_box_inner {
  -webkit-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}
.item_data {
  min-height: 130px;
  width: 100%;
  margin-bottom: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.item_data.active {
  display: none;
}
.item_data:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.item_data .details {
  border-top: 5px solid #003293;
  padding: 15px 0px;
  line-height: 11px;
  text-align: center;
}
.item_data .details .title {
  font-weight: 400;
  display: block;
}
.item_data .details .link {
  color: #003293;
  font-size: 0.8em;
  padding-top: 4px;
  display: block;
}
.item_data img {
  width: 100%;
}
div.blockMsg {
  width: 40%;
  top: 30%;
  left: 30%;
  text-align: center;
  background-color: #003293;
  border: 1px solid #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  padding: 30px 10px;
}
div.blockMsg h1 {
  color: #003293;
  font-size: 1.8em;
  margin: 0px;
  padding: 0px;
}
header {
  background: #003293;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #012a6c), color-stop(1, #003293));
  background: -ms-linear-gradient(bottom, #012a6c, #003293);
  background: -moz-linear-gradient(center bottom, #012a6c 0%, #003293 100%);
  background: -o-linear-gradient(#003293, #012a6c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003293', endColorstr='#012a6c', GradientType=0);
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 20px;
  color: #ffffff;
}
header .sidebarToggle {
  display: none;
}
@media only screen and (max-width: 768px) {
  header .sidebarToggle {
    display: inline-block;
    color: #ffffff;
    position: fixed;
    left: 10px;
    top: 10px;
    font-size: 20px;
    z-index: 20;
    -moz-test-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }
}
header a {
  color: #ffffff;
}
header a:hover {
  color: #eb1c24;
}
header .cms39-top {
  text-transform: uppercase;
  text-align: right;
  margin: 5px 0 0 0;
  font-size: 11px;
}
header .cms39-top .lang-list {
  display: inline;
}
header .cms39-top .lang-list li .active {
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  header {
    padding-top: 20px;
    text-align: center;
  }
  header .cms39-top {
    display: none;
  }
}
.cms39-navbar {
  background: #000000;
}
.cms39-navbar .cms39-nav {
  text-align: left;
}
.cms39-navbar .cms39-nav .mobile-menu-bars {
  display: none;
}
.cms39-navbar .cms39-nav .cms39-header-nav #cms39-header-nav {
  margin: 0px;
  padding: 0px;
}
.cms39-navbar .cms39-nav .cms39-header-nav #cms39-header-nav li {
  display: inline-block;
}
.cms39-navbar .cms39-nav .cms39-header-nav #cms39-header-nav li a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  display: block;
  padding: 20px 15px;
  margin: 0px;
  color: #ffffff;
}
.cms39-navbar .cms39-nav .cms39-header-nav #cms39-header-nav li a.active {
  color: #eb1c24;
}
.cms39-navbar .cms39-nav .cms39-header-nav #cms39-header-nav li a:hover {
  color: #fbfbfb;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .cms39-navbar .cms39-nav .cms39-header-nav #cms39-header-nav li a {
    padding: 20px 4px;
    font-size: 12px;
  }
}
.cms39-navbar .cms39-nav .cms39-header-nav #cms39-header-nav li:first-child a {
  margin-left: 0px;
  padding-left: 0px;
}
@media only screen and (max-width: 768px) {
  .cms39-navbar {
    display: none;
  }
}
hr {
  background: #eb1c24;
  padding: 0px;
  height: 4px;
  border: 0px;
  width: 48px;
  margin: 20px auto;
}
.contactform label {
  padding-left: 0px;
}
.contactform button,
.contactform textarea,
.contactform input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #003293;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  border: 0px;
  border-bottom: 1px solid #000000;
}
.contactform button {
  display: inline-block;
  color: #ffffff;
  background: #eb1c24;
  border: 0px;
  padding: 15px 25px;
  height: inherit;
  font-weight: 600;
  width: inherit;
}
.contactform button:hover {
  color: #ffffff;
  background: #003293;
}
footer {
  background: #003293;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #012a6c), color-stop(1, #003293));
  background: -ms-linear-gradient(bottom, #012a6c, #003293);
  background: -moz-linear-gradient(center bottom, #012a6c 0%, #003293 100%);
  background: -o-linear-gradient(#003293, #012a6c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003293', endColorstr='#012a6c', GradientType=0);
  color: #ffffff;
  margin: 0px;
  padding: 0 0 20px 0px;
}
footer hr {
  margin: 0 0 10px 0;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #eb1c24;
}
footer .list-car-brands .small {
  width: 90px;
  height: auto;
}
footer .car-brands {
  text-align: center;
  margin: 30px 0 0 0;
}
footer .footer_brand {
  margin: 0 0 10px 0;
}
footer .footer_nav {
  background: #000000;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 15px 0px;
  text-transform: uppercase;
  font-size: 12px;
}
footer .footer_nav ul {
  padding: 0px;
  margin: 0px;
}
footer .footer_lang {
  text-align: right;
}
footer .footer_lang .active {
  color: #eb1c24;
}
footer .footer_copyright,
footer .footer_lang {
  font-size: 11px;
  text-transform: uppercase;
}
footer .footer_social {
  margin: 60px 0;
  font-size: 30px;
  font-weight: 800;
}
footer .footer_social ul {
  margin: 0px;
  display: inline-block;
}
footer .footer_social ul li a {
  background: #eb1c24;
  color: #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 40px;
  display: inline-block;
  padding: 5px 0px;
  line-height: 0px;
}
@media only screen and (max-width: 768px) {
  footer .footer_copyright,
  footer .footer_lang {
    text-align: center;
  }
  footer .footer_lang {
    margin-top: 20px;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  text-align: -webkit-match-parent;
}
.mtable {
  height: 100%;
  width: 100%;
  display: table;
}
.mtable .mcell {
  display: table-cell;
  vertical-align: middle;
}
.text-hide {
  overflow: hidden;
  text-indent: -1500px;
  white-space: nowrap;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.relative {
  position: relative;
}
img {
  vertical-align: middle;
}
.img-full {
  width: 100%;
  height: auto;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* #Media Queries
================================================== */
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .area-book-form {
    padding: 0 180px;
  }
  .area-book-text {
    margin-top: 20px;
  }
}
/* X Small devices (tablets, 480px and up) */
@media only screen and (max-width: 768px) {
  .area-book-form {
    padding: 0 60px;
  }
  .area-book-text {
    margin-top: 20px;
    font-size: 18px;
    padding: 0 20px;
  }
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
