#page-vehicle-list {
  padding-bottom: 70px; }
  #page-vehicle-list .page-header .bg-container {
    padding: 80px 0 60px;
    background: url(../images/vehicles/bg.jpg) no-repeat center center;
    background-size: cover; }
    #page-vehicle-list .page-header .bg-container .text {
      margin: 40px 0 100px; }
  #page-vehicle-list .vehicle-list > .container .vehicles-container {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; }
  #page-vehicle-list .vehicle-list > .container article {
    padding: 40px 20px 70px;
    width: 50%;
    position: relative; }
    @media screen and (max-width: 991px) {
      #page-vehicle-list .vehicle-list > .container article {
        width: 100%; } }
    #page-vehicle-list .vehicle-list > .container article .content {
      position: relative;
      min-height: 150px;
      padding-left: 285px; }
      #page-vehicle-list .vehicle-list > .container article .content .image {
        display: block;
        position: absolute;
        width: 275px;
        height: 200px;
        left: 0;
        top: 0;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover; }
      #page-vehicle-list .vehicle-list > .container article .content h1 {
        margin: 0 0 5px;
        padding: 0;
        font-weight: normal;
        font-family: "Bebas Neue", "Oswald", Arial, sans-serif;
        font-size: 23px;
        text-transform: uppercase; }
        #page-vehicle-list .vehicle-list > .container article .content h1, #page-vehicle-list .vehicle-list > .container article .content h1 a {
          color: #323232; }
      #page-vehicle-list .vehicle-list > .container article .content h2 {
        margin: 7px 0 15px;
        padding: 0;
        font-weight: normal;
        font-family: "Bebas Neue", "Oswald", Arial, sans-serif;
        font-size: 18px;
        text-transform: uppercase;
        color: #ff2c01; }
      #page-vehicle-list .vehicle-list > .container article .content p {
        font-family: "Montserrat", Arial, sans-serif;
        font-size: 13px;
        color: #323232; }
      @media screen and (max-width: 640px) {
        #page-vehicle-list .vehicle-list > .container article .content {
          padding-left: 0; }
          #page-vehicle-list .vehicle-list > .container article .content .image {
            width: 100%;
            margin-bottom: 15px;
            position: relative;
            height: auto; }
            #page-vehicle-list .vehicle-list > .container article .content .image:after {
              padding-top: 75%;
              display: block;
              content: ''; } }
    #page-vehicle-list .vehicle-list > .container article footer {
      position: absolute;
      padding: 0;
      bottom: 0;
      left: 15px;
      right: 15px; }
      #page-vehicle-list .vehicle-list > .container article footer a {
        display: block;
        text-align: right;
        color: #ff2c01;
        font-family: "Bebas Neue", "Oswald", Arial, sans-serif;
        font-size: 16px;
        margin-bottom: 15px; }
      #page-vehicle-list .vehicle-list > .container article footer .bottom-line {
        height: 3px;
        background: #d9d9d9; }

#page-vehicle .image-bg {
  margin-top: -80px;
  box-shadow: 0 34px 65px rgba(0, 0, 0, 0.32);
  min-height: 100vh;
  padding: 50px 15px 125px 15px;
  margin-bottom: 50px;
  position: relative;
  background: no-repeat center center;
  background-size: cover; }
  #page-vehicle .image-bg .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  #page-vehicle .image-bg h1 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate3d(0, -50%, 0);
    padding: 15px;
    font-family: "Oswald", Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 70px;
    color: #fff; }
  #page-vehicle .image-bg .arrow-container {
    position: absolute;
    padding: 30px 0 42px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10; }
    #page-vehicle .image-bg .arrow-container a {
      display: block;
      height: 50px;
      background: url(../images/homepage/arrow.png) no-repeat center top; }
#page-vehicle .back-link-container {
  margin-bottom: 20px; }
  #page-vehicle .back-link-container a {
    font-size: 18px;
    font-family: "Oswald", Arial, sans-serif;
    text-transform: uppercase;
    color: #aaa; }
#page-vehicle article h1 {
  padding: 0;
  line-height: 1.2em;
  margin: 30px 0;
  color: #f92b01;
  font-size: 41px;
  font-weight: bold;
  font-family: "Oswald", Arial, sans-serif;
  text-transform: uppercase;
  text-align: center; }
#page-vehicle article .content {
  white-space: pre-wrap;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  text-align: justify;
  color: #323232;
  margin-bottom: 40px; }
#page-vehicle article dl {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: 100%;
  overflow: visible;
  margin-bottom: 30px;
  font-family: "Bebas Neue", "Oswald", Arial, sans-serif;
  font-size: 24px; }
  #page-vehicle article dl dt {
    flex: 0 0 40%;
    overflow: hidden;
    color: #767676;
    text-transform: uppercase;
    text-overflow: ellipsis;
    font-weight: normal; }
  #page-vehicle article dl dd {
    flex: 0 0 60%;
    margin-left: auto;
    text-align: left;
    color: #c61824;
    font-weight: normal; }
#page-vehicle article .photos-container {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
  margin-bottom: 40px; }
  #page-vehicle article .photos-container .image a {
    display: block;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
    border: 1px solid #eee;
    cursor: pointer; }
    #page-vehicle article .photos-container .image a:after {
      padding-top: 75%;
      content: '';
      display: block; }
    #page-vehicle article .photos-container .image a.video:before {
      content: '';
      display: block;
      position: absolute;
      left: 10px;
      right: 10px;
      top: 10px;
      bottom: 10px;
      background: url(../images/video-play.png) no-repeat center center;
      opacity: 0.3; }
#page-vehicle .section-contact {
  padding: 40px 0;
  background: #f4f4f4;
  text-align: right; }
  #page-vehicle .section-contact a.contact-button {
    font-family: "Oswald", Arial, sans-serif;
    color: #b7b7b7;
    font-size: 36px;
    font-weight: 200;
    text-transform: uppercase;
    text-decoration: none; }
    #page-vehicle .section-contact a.contact-button:before {
      content: '';
      display: inline-block;
      width: 97px;
      height: 63px;
      margin-right: 20px;
      vertical-align: bottom;
      background: url(../images/contact-btn-icon.png); }

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