/* home */
#home_top {
  /*background: #1f1c21 url('/images/main/bg_home_top.jpg') center center no-repeat;
  background-size: cover;
  */
  background-color: #1f1c21;
  color: #FFF;
  overflow: hidden;
  padding: 5em 0 0 0;
  z-index: 0;
}
#home_top .slide0 {
  left: 0;
  position: relative;
  width: 100%;
  z-index: 0;
}
#home_top .slide {
  height: 100%;
  left: 100%;
  display: none;
  padding: 5em 0 0 0;
  position: absolute;
  top: 0;
  width: 100%
}
#home_top .slide1 {
  z-index: 1;
}
#home_top .slide2 {
  z-index: 2;
}

#home_top .title_main {
  font-size: 2.571428em;
  text-align: center;
}
#home_top .title_main .b {
  font-size: 1.277777em;
  font-weight: 700;
  line-height: 1;
}
#home_top .slide0 .title_main .b {
  line-height: 1.42857143;
}
@media (min-width: 768px) {
    
  #home_top {
      background:  
      linear-gradient(
          rgba(0, 0, 0, 0.5), 
          rgba(0, 0, 0, 0.5)
        ), #1f1c21 url('/images/main/home_background.jpg') center center no-repeat;
      background-size: cover;
  }
  
  #home_top .title_main { font-size: 3.428571em; }
  #home_top .title_main .b { font-size: 1.25em;}
}
#home_top .cstyles {
  min-height: 16.357142em;
  min-height: 15em;
  padding: 0.5em 0;
  text-align: center;
}
#home_top .cstyle {
  border: 1px solid rgba(255, 255, 255, 0);
  display: inline-block;
  height: 7em;
  margin: 0 1.142857em;
  overflow: hidden;
  padding: 0.75em 0 0 0;
  position: relative;
  -webkit-transition: background 0.3s, border 0.3s;
  -moz-transition: background 0.3s, border 0.3s;
  -o-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s;
  vertical-align: bottom;
}
#home_top .cstyle:hover {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: background 0.6s, border 0.6s;
  -moz-transition: background 0.6s, border 0.6s;
  -o-transition: background 0.6s, border 0.6s;
  transition: background 0.6s, border 0.6s;
}
#home_top .cstyle.p {
  border: none;
  padding: 0;
}
#home_top .cstyle.p:hover {
  background: transparent;
  border: none;
}
#home_top .cstyle .cstyle {
  margin: 0;
}

#home_top .cstyle .img {
  background: transparent url('/images/main/cstyles/car.png') center center no-repeat;
  background-size: auto 100%;
  display: block;
  height: 44px;
  margin: 0 auto 0.7142857em auto;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  width: 106px;
}
#home_top .cstyle:hover .img {
  -webkit-transition: background 0.6s;
  -moz-transition: background 0.6s;
  -o-transition: background 0.6s;
  transition: background 0.6s;
}
#home_top .spacer { display: none; height: 0; }
#home_top .cstyle.car .img { background-image: url('/images/main/cstyles/car.png'); }
#home_top .cstyle.suv .img { background-image: url('/images/main/cstyles/suv.png'); }
#home_top .cstyle.truck .img { background-image: url('/images/main/cstyles/truck.png'); }
#home_top .cstyle.van .img { background-image: url('/images/main/cstyles/van.png'); }
#home_top .cstyle.coupe .img { background-image: url('/images/main/cstyles/coupe.png'); }
#home_top .cstyle.convertible .img { background-image: url('/images/main/cstyles/convertible.png'); }
#home_top .cstyle.hatchback .img { background-image: url('/images/main/cstyles/hatchback.png'); }
#home_top .cstyle.wagon .img { background-image: url('/images/main/cstyles/wagon.png'); }
#home_top .cstyle.p .img { background-image: url('/images/main/cstyles/p.png'); }
#home_top .cstyle.car:hover .img { background-image: url('/images/main/cstyles/car_h.png'); }
#home_top .cstyle.suv:hover .img { background-image: url('/images/main/cstyles/suv_h.png'); }
#home_top .cstyle.truck:hover .img { background-image: url('/images/main/cstyles/truck_h.png'); }
#home_top .cstyle.van:hover .img { background-image: url('/images/main/cstyles/van_h.png'); }
#home_top .cstyle.coupe:hover .img { background-image: url('/images/main/cstyles/coupe_h.png'); }
#home_top .cstyle.convertible:hover .img { background-image: url('/images/main/cstyles/convertible_h.png'); }
#home_top .cstyle.hatchback:hover .img { background-image: url('/images/main/cstyles/hatchback_h.png'); }
#home_top .cstyle.wagon:hover .img { background-image: url('/images/main/cstyles/wagon_h.png'); }
/* css image preload */
#home_top .cstyle.car:before { content: url('/images/main/cstyles/car_h.png'); height: 0; overflow: hidden; position: absolute; width: 0; }
#home_top .cstyle.suv:before { content: url('/images/main/cstyles/suv_h.png'); height: 0; overflow: hidden; position: absolute; width: 0; }
#home_top .cstyle.truck:before { content: url('/images/main/cstyles/truck_h.png'); height: 0; overflow: hidden; position: absolute; width: 0; }
#home_top .cstyle.van:before { content: url('/images/main/cstyles/van_h.png'); height: 0; overflow: hidden; position: absolute; width: 0; }
#home_top .cstyle.coupe:before { content: url('/images/main/cstyles/coupe_h.png'); height: 0; overflow: hidden; position: absolute; width: 0; }
#home_top .cstyle.convertible:before { content: url('/images/main/cstyles/convertible_h.png'); height: 0; overflow: hidden; position: absolute; width: 0; }
#home_top .cstyle.hatchback:before { content: url('/images/main/cstyles/hatchback_h.png'); height: 0; overflow: hidden; position: absolute; width: 0; }
#home_top .cstyle.wagon:before { content: url('/images/main/cstyles/wagon_h.png'); height: 0; overflow: hidden; position: absolute; width: 0; }

#home_top .zip_cont {
  margin: 2em auto 0 auto;
  max-width: 20em;
}
#home_top #zip_next, #home_top #zip_determine {
  background: #D43616;
  border: 1px solid #959595;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.142857em;
  border-bottom-right-radius: 0.142857em;
  color: #FFF;
  font-size: 1em;
  font-weight: 700;
}
#home_top #zip_determine {
	margin-top: 2px;
}
#home_top #zip_next:hover {
  background: #C63415;
}

#home_top .zip_code_cont {
  position: relative;
}
#home_top .zip_code_cont .glyphicon {
  color: #CC0000;
  font-size: 1.428571em;
  height: 1em;
  margin: -0.5em 0 0 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  width: 1.81em;
}
#home_top #zip_code {
  border: 1px solid #959595;
  border-top-left-radius: 0.142857em;
  border-bottom-left-radius: 0.142857em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 2.6em;
  text-align: left;
}

#home_top .slide_prices_cont {
  margin: 1.5em auto 0 auto;
  max-width: 19.5em;
}
#home_top .slide_prices_cont .price_cont {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  font-size: 1.285714em;
  line-height: 1;
  margin: 0 0 0.071428em 0;
  padding: 0.5em 0.75em;
  cursor: pointer;
}

#home_top .slide_prices_cont .price_cont:hover {
    background-color: #cc0000;
}

#home_top .slide_prices_cont .selected {
    background-color: #cc0000;
}

#home_top .slide_prices_cont .price {
  font-size: 1.111111em;
}

#home_top .slide_menu {
  color: #FFF;
  margin: 1.5em auto 0 auto;
  max-width: 38em;
  text-align: center;
}
#home_top .slide_menu1 {
}
#home_top .slide_menu3 {
}
#home_top .slide_menu .item {
  padding: 0 0.5em;
}
#home_top .slide_menu3 .item {
  float: left;
  width: 33.333333%;
}
#home_top .slide_menu .item a {
  display: block;
  line-height: 1.2;
  padding: 0.3em 0.3em;
  cursor: pointer;
}

@media (min-width: 481px) {
}
@media (min-width: 768px) {
  #home_top .cstyles {
    min-height: 17.07142765em;
    padding-bottom: 0;
    padding-top: 0.71428565em;
  }
  #home_top .spacer { display: block; }
  #home_top .cstyle {
    height: 8.178571em;
    padding-top: 1em;
  }
  #home_top .slide_prices_cont {
    margin-top: 2em;
  }
  #home_top .slide_prices_cont .price_cont {
    padding-bottom: 0.75em;
    padding-top: 0.75em;
  }
}
@media (min-width: 992px) {
  #home_top .cstyle { width: 166px; cursor: pointer;}
  #home_top .cstyle .img { height: 56px; width: 128px; }
  #home_top .cstyle {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  #home_top .cstyle { width: 13em; }
  #home_top .cstyle .img { height: 4.28571428em; width: 10em; }
}

#home_top .searchbar {
  padding: 0 0 0 0;
  text-align: center;
}
#home_top .searchbar .title {
  font-size: 1.285714em;
  line-height: 2.333333;
}
#home_top .searchbar .bottom {
  background: #1f1c21;
  padding: 10px 0;
}
#home_top .searchbar .bottom > .container-fluid {
  max-width: 630px;
}
#home_top .searchbar select {
  border: 1px solid #D8D8D8;
  border-radius: 0.142857em;
  text-align: center;
}
#home_top .searchbar button, #home_top .searchbar input[type="submit"] {
  background-color: #cc0000;
  border-color: #b30000;
  color: #ffffff;
  font-weight: 700;
  margin: 0.142857em 0 0 0;
}
#home_top .searchbar #searchbar_model {
  border-left: none;
}
@media (min-width: 768px) {
  #home_top .searchbar {
    padding-top: 5.357142em;
  }
  #home_top .searchbar .bottom {
    padding: 2.142857em 0;
    background: rgba(0, 0, 0, 0.5);
  }
  #home_top .searchbar button, #home_top .searchbar input[type="submit"] {
  background-color: #cc0000;
  border-color: #b30000;
  color: #ffffff;
  margin-top: 0;
  margin-left: 5px;
  border-radius: 5px;
  }
  #home_top .searchbar select {
    border-color: #959595;
  }
}


#home_models {
  color: #333;
  font-weight: 300;
  padding: 1.285714em 0 3em 0;
}
#home_models h4 {
  margin-bottom: 0.666666em;
}
#home_models .models {
  margin-left: 2px;
  margin-right: 2px;
}
#home_models .model {
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 8px;
  text-align: center;
}
#home_models .carousel-control {
  bottom: 26px;
  color: #FFF;
  top: 4px;
  width: 7%;
}
#home_models .model img {
  background: #FFF;
  border: 1px solid #dadada;
  display: block;
  height: auto;
  width: 100%;
}
#home_models .model .name {
  line-height: 1;
  padding: 0.571428em 0;
}
@media (max-width: 480px) {
  #home_models .carousel-control {
    bottom: 30px;
    top: 8px;
    width: 10%;
  }
  #home_models .models {
    margin-left: -2px;
    margin-right: -2px;
  }
}
@media (min-width: 768px) {
  #home_models .carousel-control { display: none; }
  #home_models .models {
    margin-left: 0;
    margin-right: 0;
  }
  #home_models .item {
    display: block;
    float: left;
    width: 33.33333333%;
  }
}


#home_cities {
  color: #FFF;
  padding: 1.285714em 0 4.285714em 0;
}
#home_cities h4 {
  margin-bottom: 1.277777em;
}
#home_cities .city {
  font-size: 1.7142857em;
  height: 12.125em;
  margin: 0 0 0.08333333em 0;
  text-align: center;
  position: relative;
  opacity: 0.8;
}

#home_cities .city:hover {
    opacity: 1;
}
#home_cities .city .bg {
  background: #888 url('/images/main/city_ny.jpg') center center no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0.625em;
  position: absolute;
  right: 0.625em;
  top: 0;
}
#home_cities .city.city_la .bg { background-image: url('/images/main/city_la.jpg'); }
#home_cities .city.city_hs .bg { background-image: url('/images/main/city_hs.jpg'); }
#home_cities .city.city_ch .bg { background-image: url('/images/main/city_ch.jpg'); }
#home_cities .city h5 {
  font-size: 1em;
  font-weight: 700;
  left: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 480px) {
  #home_cities .city_la .bg, #home_cities .city_ch .bg,
  #home_cities .city_ny .bg, #home_cities .city_hs .bg { left: 0; right: 0; }
}
@media (min-width: 768px) {
  #home_cities .city_ny, #home_cities .city_la {
    margin-bottom: 0.625em;
  }
  #home_cities .city_la .bg, #home_cities .city_ch .bg { left: 0.3125em; }
  #home_cities .city_ny .bg, #home_cities .city_hs .bg { right: 0.3125em; }
}
@media (min-width: 992px) {
  #home_cities .city_la .bg, #home_cities .city_hs .bg, #home_cities .city_ch .bg { left: 0.125em; }
  #home_cities .city_ny .bg, #home_cities .city_la .bg, #home_cities .city_hs .bg { right: 0.125em; }
}


.home_searches_block {
  padding: 1.285714em 0 2.8571428em 0;
}
.home_searches_block a:hover {
    color: #993300;
}
.home_searches_block h4 {
  margin-bottom: 1.166666em;
}
.home_searches_block h5 {
  color: #333;
  font-weight: 700;
  margin-bottom: 1.285714em;
  margin-top: 0;
}
.home_searches_block .col2, .home_searches_block .col3 { float: right; }

.home_searches_block ul {
  color: #d43616;
  font-size: 0.8571428em;
  line-height: 1.2;
}
.home_searches_block ul + h5 {
  margin-top: 1.285714em;
}
@media (min-width: 768px) {
  .home_searches_block .col2, .home_searches_block .col3 { float: left; }
}

/* re: https://jira.lotlinx.com/browse/LMH-41 */
@media (max-width: 768px) {
	#home_top {
	   padding-bottom: 40px;
	}
	
    .home_searches_block {
        /* display: none; */
    }
}

#monthly-price-block {
	display: none;
}

