@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/*@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600,300,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,900);*/
/* =================================================*/
/*COLORS*/
/* =================================================*/
/*  yellow: #F6C414; */
/*  white:  #f8f8ff          */
/*  very light grey: #F0F0F5 */
/*  green:  #3C9E3C          */
/*  solid dark:  #252525     */
/*  lighter dark text: #676767; */
/*  texture:  url('../_artwork/texture.png')    */
/*  box shadow inset: inset 0px 5px 10px rgba(0, 0, 0, 0.25), inset 0px -5px 10px rgba(0, 0, 0, 0.25); */
/*  box shadow bottom:  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px;
                        -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px;
                        box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px; */
/*background: rgba(255, 255, 255, 0.7);*/
/*@font-face {
  font-family: 'DINPro-Bold';
  src: url('DINPro-Bold.ttf');
       
}*/
/*    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);*/
/*filter: grayscale(100%); */
/*-webkit-filter:  grayscale(100%) brightness(60%) contrast(10000000%);*/
/*opacity: .3;*/
/*    background: rgba(4, 136, 19, 0.16);
    border-top: 1px solid rgba(4, 136, 19, 0.39);*/
@font-face {
  font-family: 'bebas';
  src: url("bebas.ttf"); }
html, body {
  min-height: 100%; }

body {
  color: #f8f8ff;
  font-style: normal;
  font-weight: normal;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  /*margin-top: 60px;*/
  display: table;
  width: 100%; }

/*DONT NEED THIS?? : */
#wrap {
  padding: 0;
  margin: 0 auto; }

p.subheading {
  font-size: 22px;
  color: #B9B9B9;
  margin-bottom: 2%; }

h3 > small, label {
  color: #B9B9B9; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'bebas', sans-serif;
  word-spacing: 0.25em; }

h4 {
  text-transform: uppercase;
  font-weight: bold; }

a, a:hover {
  text-decoration: none; }

/* =================================================*/
/*NAV BAR STYLES*/
/* =================================================*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: inherit;
  border-bottom: 1px solid #ddd; }

.navbar-inverse {
  margin-bottom: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px; }

a.logo-img img {
  margin-top: 15px;
  margin-bottom: 15px;
  height: 50px;
  margin-left: 15px; }
  @media all and (min-width: 768px) {
    a.logo-img img {
      height: 70px; } }

.navbar-nav > li > a {
  color: #252525;
  font-size: 16px;
  font-family: 'bebas', sans-serif;
  word-spacing: 0.25em; }

#navbar ul.dropdown-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #252525;
  font-size: 16px; }

.navbar-collapse {
  background-color: #f8f8ff; }

.navbar-inverse .navbar-toggle {
  border-radius: 0;
  border: none;
  color: #F6C414;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px; }

.navbar-toggle:focus {
  background-color: initial;
  color: #d79c00; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  background: #F6C414;
  color: #252525; }

.navbar-toggle:hover {
  background-color: #3D3D42;
  color: #d79c00; }

ul.navbar-nav {
  background-color: #f8f8ff; }

.navbar-inverse .navbar-nav > li > a {
  color: #252525; }
  .navbar-inverse .navbar-nav > li > a:hover {
    background: #F6C414;
    color: #252525; }

@media all and (min-width: 768px) {
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus,
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:focus,
  .navbar-inverse .navbar-nav > .open > a:hover {
    background: initial;
    color: #F6C414; }

  .navbar-nav > li > a {
    /*line-height: 45px;*/
    color: #F6C414; } }
  @media all and (min-width: 768px) and (min-width: 768px) {
    .navbar-nav > li > a {
      line-height: 70px; } }

@media all and (min-width: 768px) {
  ul.navbar-nav {
    background-color: initial; }

  #navbar a {
    color: #F6C414; }

  #navbar ul.dropdown-menu li a {
    color: #252525; }

  .navbar-collapse {
    background-color: initial; } }
/* =================================================*/
/*FOOTER STYLES*/
/* =================================================*/
#footer {
  /*height: 70px;*/
  /*display: table-row;*/
  padding: 20px 0; }
  #footer .container {
    display: table;
    height: 70px;
    line-height: 1.2; }
    #footer .container p.copy-address {
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      /*color: #C5C5C5;*/
      color: #F6C414;
      text-transform: uppercase; }
      @media all and (min-width: 768px) {
        #footer .container p.copy-address {
          text-align: left; } }
    #footer .container a {
      color: #f8f8ff; }

/* =================================================*/
/*BUTTONS*/
/* =================================================*/
a.view-inventory, a.job-contact, button.btn-submit {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  background-color: #F6C414;
  font-weight: bold;
  text-transform: uppercase;
  color: #252525;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px; }
  a.view-inventory:hover, a.job-contact:hover, button.btn-submit:hover {
    color: initial;
    text-decoration: none;
    /*background-color: initial;*/ }

@keyframes fadein-slidein {
  0% {
    opacity: 0;
    right: 80%; }
  50% {
    opacity: .5;
    right: 40%; }
  100% {
    opacity: 1;
    right: 0%; } }
a.view-inventory {
  /*width: 225px;*/
  margin: 30px 0px;
  padding: 15px 30px;
  -webkit-animation: fadein-slidein 1s linear;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein-slidein  1s linear;
  /* Firefox < 16 */
  -ms-animation: fadein-slidein  1s linear;
  /* Internet Explorer */
  -o-animation: fadein-slidein  1s linear;
  /* Opera < 12.1 */
  animation: fadein-slidein  1s linear; }
  a.view-inventory:hover {
    text-decoration: none;
    background-color: #d79c00; }
  a.view-inventory:focus {
    background-color: #d79c00; }

/*#d79c00.navs-toggle:focus:hover, .navs-toggle:hover*/
a.job-contact {
  width: 150px;
  margin: 5px 0px 15px 0px;
  padding: 5px 20px; }
  a.job-contact:hover {
    text-decoration: none;
    background-color: #d79c00; }
  a.job-contact:focus {
    background-color: #d79c00; }

button.btn-submit {
  border-radius: 0;
  border: none; }
  button.btn-submit:hover {
    text-decoration: none;
    background-color: #d79c00; }
  button.btn-submit:focus {
    background-color: #d79c00; }

/* =================================================*/
/*MISC SHARED*/
/* =================================================*/
/*PAGE HEADER STYLES*/
.page-header-wrapper {
  background: #3D3D42 url('data:image/svg+xml,<svg%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%20viewBox%3D"0%200%2040%2040"><path%20fill%3D"%23474746"%20d%3D"M25.2%209.6l.3-.3c.5-.5.5-1.3%200-1.7L18%200h-4l9.6%209.6c.4.4%201.1.4%201.6%200zm2.5%2012.1l.3.3c.5.5%201.2.5%201.7%200L40%2011.7v-4L27.7%2020c-.5.5-.5%201.2%200%201.7zm3.8%203.8l.3.3c.5.5%201.2.5%201.7%200l6.5-6.5v-4l-8.5%208.5c-.5.5-.5%201.2%200%201.7zm-12.1-5.1l-.3.3c-.5.5-.5%201.2%200%201.7l15.8%2015.8c.5.5%201.2.5%201.7%200l.3-.3c.5-.5.5-1.2%200-1.7L21.1%2020.4c-.5-.5-1.2-.5-1.7%200zm-3.8%203.8l-.3.3c-.5.5-.5%201.2%200%201.7L29.1%2040h4L17.3%2024.2c-.5-.5-1.2-.5-1.7%200zM1.7.7L1.4.4C1%200%20.5-.1%200%20.2v3.9l1.7-1.7c.5-.5.5-1.2%200-1.7zm3.5%203.5c-.5-.5-1.2-.5-1.7%200L0%207.7v4l5.5-5.5c.5-.5.5-1.2%200-1.7l-.3-.3zM40%2026.9v-4l-4.7%204.7c-.5.5-.5%201.2%200%201.7l.3.3c.5.5%201.2.5%201.7%200l2.7-2.7zM9.3%208.3L9%208c-.5-.5-1.2-.5-1.7%200L0%2015.3v4L9.3%2010c.5-.5.5-1.2%200-1.7zm.4%2023.5c-.5-.5-1.2-.5-1.7%200l-.3.3c-.5.5-.5%201.2%200%201.7L14%2040h4l-8.3-8.2zm7.2-15.9l-.3-.3c-.5-.5-1.2-.5-1.7%200L0%2030.5v3.2c.4.1.8%200%201.1-.3l15.8-15.8c.5-.5.5-1.3%200-1.7zM31.1%202c.5.5%201.2.5%201.7%200l.3-.3c.5-.5.5-1.2%200-1.7h-4l2%202zm-9.6%2038h4l-12-12c-.5-.5-1.2-.5-1.7%200l-.3.3c-.5.5-.5%201.2%200%201.7l10%2010zM5.9%2035.5c-.5-.5-1.2-.5-1.7%200l-.3.3c-.5.5-.5%201.2%200%201.7L6.4%2040h4l-4.5-4.5zm33.2-4.1c-.5.5-.5%201.2%200%201.7l.3.3c.2.2.4.3.6.3v-3.2l-.9.9zM23.9%2017.9l.3.3c.5.5%201.2.5%201.7%200L40%204.1V.2c-.1%200-.2.1-.3.2L23.9%2016.2c-.4.5-.4%201.2%200%201.7zM25.5%200h-4l5.8%205.8c.5.5%201.2.5%201.7%200l.3-.3c.5-.5.5-1.2%200-1.7L25.5%200zM13.1%2012.1l-.3-.3c-.5-.5-1.2-.5-1.7%200L0%2022.9v4l13.1-13.1c.5-.5.5-1.3%200-1.7zm8.3%201.3l.3-.3c.5-.5.5-1.2%200-1.7L10.4%200h-4l13.4%2013.4c.4.4%201.2.4%201.6%200z"%2F><%2Fsvg>') center center repeat;
  background-size: 2em 2em;
  padding-top: 30px;
  padding-bottom: 40px; }
  .page-header-wrapper h1 {
    border-bottom: none;
    margin-top: 0; }
  .page-header-wrapper p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.7); }

/*REMOVE SOME BOOTSTRAP THUMBNAIL STYLES*/
.thumbnail {
  border: none;
  background-color: inherit;
  /*margin-bottom: 0px;*/ }
  .thumbnail img {
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px; }

/*KEEP FOOTER DOWN ON PAGES WITH NOT A LOT OF BODY CONTENT*/
.background-fill-height {
  min-height: 850px; }
  @media all and (min-width: 767px) {
    .background-fill-height {
      min-height: 850px; } }

/*===========================*/
.background-mid-dark {
  background-color: #3D3D42;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px;
  color: #252525; }

.background-dark {
  background-color: #252525;
  color: #f8f8ff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px; }

/*    .background-rustic-yellow {
        background: #F6C414 url('../_artwork/rustic.png') no-repeat;    
          -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px;
        -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px;
        color: #252525; 
    }
        */
.background-light {
  background-color: #f8f8ff;
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
  padding-top: 20px;
  /*        padding-bottom: 20px;*/
  color: #252525; }

/* ================================================
				/*INDEX PAGE*/
/* =================================================*/
/* --PRELOAD SLIDESHOW IMAGES -- */
div#preload {
  position: absolute;
  overflow: hidden;
  left: -9999px;
  top: -9999px;
  height: 1px;
  width: 1px; }

/* --FIRST PAGE HEADER SLIDESHOW -- */
.first-page-header {
  background-image: url("../_artwork/from_andrea/hitachi_screen_660.jpg");
  background-repeat: no-repeat;
  background-position: center bottom 0;
  background-size: cover;
  background-clip: border-box;
  position: relative;
  -webkit-transition: background 2s ease;
  -moz-transition: background 2s ease;
  -o-transition: background 2s ease;
  transition: background 2s ease; }
  .first-page-header:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    /*background-color: rgba(0,0,0,.5);*/
    /*  background: rgba(0,0,0,0.71);
      background: -moz-linear-gradient(left, rgba(0,0,0,0.71) 0%, rgba(255,255,255,0.33) 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.71)), color-stop(100%, rgba(255,255,255,0.33)));
      background: -webkit-linear-gradient(left, rgba(0,0,0,0.71) 0%, rgba(255,255,255,0.33) 100%);
      background: -o-linear-gradient(left, rgba(0,0,0,0.71) 0%, rgba(255,255,255,0.33) 100%);
      background: -ms-linear-gradient(left, rgba(0,0,0,0.71) 0%, rgba(255,255,255,0.33) 100%);
      background: linear-gradient(to right, rgba(0,0,0,0.71) 0%, rgba(255,255,255,0.33) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1 );*/
    /*background: -webkit-linear-gradient(top,rgba(25,25,25,0) 0,rgba(25,25,25,0) 55%,rgba(25,25,25,0.99) 99%,#191919 100%);*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.71+0,0.2+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5000000', endColorstr='#33000000',GradientType=0 );
    /* IE6-9 */ }
  .first-page-header .header-content {
    position: relative;
    margin: 0 30px;
    padding: 18% 0 15% 0;
    z-index: 2; }
    .first-page-header .header-content h1 {
      /*font-family: 'bebas', sans-serif;*/
      text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3); }
      @media all and (min-width: 480px) {
        .first-page-header .header-content h1 {
          font-size: 50px; } }
    @media all and (min-width: 480px) {
      .first-page-header .header-content {
        padding: 15% 0 15% 0; } }

/* -- BAND OF RANDOM TEXT --- */
.dark-bar {
  padding: 25px;
  background-color: #222;
  border-color: #080808; }

.dark-bar h3, .dark-bar h2 {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Montserrat', Arial, sans-serif;
  word-spacing: initial;
  text-transform: uppercase;
  line-height: 1.25em; }

/* -- SERVICES THUMBNAIL PICS -- */
.services-container {
  padding-top: 3%;
  padding-bottom: 3%;
  text-align: center; }
  .services-container .services-slides {
    position: relative;
    padding-right: 2%;
    padding-left: 2%; }
  .services-container a {
    position: relative;
    display: inline-block;
    width: 100%; }
  .services-container .image-top {
    display: block;
    width: 100%;
    height: auto !important;
    margin: 0 auto; }
    .services-container .image-top img {
      width: 100%; }
  .services-container .content-bottom {
    color: #f8f8ff;
    position: absolute;
    bottom: 38%;
    font-size: 26px;
    font-weight: normal;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    z-index: 2;
    text-align: center;
    margin: auto;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.6); }
    .services-container .content-bottom h2 {
      margin: 0 auto;
      display: block;
      padding: 3% 0;
      /*font-family: 'Lato', sans-serif;*/
      text-transform: uppercase;
      -webkit-transition: color .5s ease;
      -moz-transition: color .5s ease;
      -o-transition: color .5s ease;
      transition: color .5s ease; }
      .services-container .content-bottom h2:hover {
        color: #F6C414; }
      @media all and (min-width: 768px) {
        .services-container .content-bottom h2 {
          font-weight: initial; } }
    @media all and (min-width: 992px) {
      .services-container .content-bottom {
        bottom: 40%; } }
  .services-container .caption {
    font-weight: bold;
    font-size: 18px;
    padding: 15px; }

/* -- VARIOUS LOGOS -- */
.first-page-band {
  padding-top: 45px;
  padding-bottom: 45px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9e9e9e+0,2b2b2b+100 */
  background: #9e9e9e;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #9e9e9e 0%, #2b2b2b 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #9e9e9e 0%, #2b2b2b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #9e9e9e 0%, #2b2b2b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#2b2b2b',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.tiny-logo-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center; }

.logo-item {
  display: flex;
  flex-direction: column;
  padding: 2%;
  flex-grow: 1;
  flex-basis: 21%; }

@media (max-width: 920px) {
  .logo-item {
    flex: 1 29.3333%; } }
@media (max-width: 480px) {
  .logo-item {
    flex: 1 46%; } }
.small-logo-image img {
  max-width: 80%; }

/* =================================================*/
/*ABOUT US PAGE*/
/* =================================================*/
/*TESTIMONIAL BUBBLES*/
.testimonial-holder {
  margin-top: 20px;
  margin-bottom: 30px; }

.testimonial {
  /*        font-family: Georgia, serif;*/
  font-style: italic;
  margin: 0;
  /*background: #E8E8E8;*/
  background: #E0E0E0;
  /*background: rgba(0, 0, 0, 0.2);*/
  padding: 20px 50px;
  position: relative;
  color: #252525; }

.testimonial:before, .testimonial:after {
  font-family: Georgia, serif;
  font-style: italic;
  content: "\201C";
  position: absolute;
  font-size: 60px;
  line-height: 1;
  color: #252525; }

.testimonial:before {
  top: 0;
  left: 15px; }

.testimonial:after {
  content: "\201D";
  right: 15px;
  bottom: -0.5em; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #E0E0E0;
  margin: 0 0 0 25px; }

.testimonial-author {
  margin: 0 0 0 25px;
  /*color: #999;*/
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 15px; }

blockquote.testimonial {
  border-left: none;
  border-radius: 6px; }
  blockquote.testimonial p {
    font-size: 13px;
    line-height: initial; }

.about-photo-big img {
  margin-left: 0; }

.comp-profile-section {
  padding-right: 5%; }

.about-photos img {
  width: 100%; }

/* =================================================*/
/*JOBS PAGE*/
/* =================================================*/
/*FLOATING SIDEBAR WITH EXTRA INFO*/
.contact-sidebar {
  background: #E0E0E0;
  overflow: visible;
  padding: 10px 20px 20px 20px;
  border-radius: 6px;
  position: relative; }
  .contact-sidebar h4 {
    margin-top: 25px; }
  .contact-sidebar p strong {
    color: #252525;
    text-transform: uppercase; }

/* =================================================*/
/*CONTACT US PAGE*/
/* =================================================*/
/*CONTACT COLUMNS WITH BIG ICONS*/
.contact-info {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 100%;
  height: auto;
  text-align: center; }

.contact-item {
  margin-bottom: 5%; }

.contact-item img {
  margin: 0 auto;
  max-width: 100px; }

@media all and (min-width: 480px) {
  .contact-sidebar {
    margin-left: 0; }

  .contact-item {
    margin-bottom: initial;
    margin-top: 5%; } }
/* =================================================*/
/* RENTAL PAGE AND NEW EQUIP PAGE */
/* =================================================*/
.model-categories {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  padding-bottom: 50px; }

.model-item {
  flex-basis: 100%;
  background-repeat: no-repeat;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  max-width: 320px;
  position: relative;
  width: 100%; }
  .model-item .model-img {
    text-align: center;
    height: 300px;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .model-item .model-img img {
      min-height: 100%;
      width: 100%;
      overflow: hidden; }
  .model-item .model-title {
    text-align: left;
    padding: 5px 15px;
    position: absolute;
    z-index: 1000;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #f8f8ff; }
  .model-item .model-caption {
    align-self: flex-end;
    width: 100%;
    padding: 5px 0px; }

#new .model-item .model-title {
  bottom: 0; }

#rental .model-item .model-title {
  top: 0; }

/* =================================================*/
/* PARTS AND SERVICE */
/* =================================================*/
.row .engine-logos {
  display: flex;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap; }
  .row .engine-logos img {
    max-width: 100px;
    margin: 0 auto;
    padding: 2%; }

/* =================================================*/
/* MEDIA QUERIES */
/* =================================================*/
@media all and (min-width: 480px) {
  /*    .jumbotron {
         margin-bottom: 20px;
      }
  
      .contact-sidebar {
          margin-left: 0;
      }
  
      .contact-item {
          margin-bottom: initial;
          margin-top: 5%;
      }*/ }
