/* srp */
#srp_cont {
}

#srp_filter {
  background: #FFF;
  color: #333;
  float: left;
  padding-bottom: 1em;
  z-index: 15;
  width: 100%;
}
#srp_filter_toggle_cont {
  background: #FFF;
}
#srp_filter_toggle {
  margin: 10px auto 10px auto;
  width: 50%;
  float: right
}
#srp_filter_start {
  background-color: #cc0000;
  border-color: #B30000;
  color: #FFF;
  font-size: 1em;
  font-weight: 700;
}
#srp_filter_start:hover, #srp_filter_start:focus, #srp_filter_start.focus, #srp_filter_start:active, #srp_filter_start.active {
  background-color: #B30000;
  border-color: #880000;
}
#srp_filter_start:active:hover, #srp_filter_start.active:hover, #srp_filter_start:active:focus,
#srp_filter_start.active:focus, #srp_filter_start:active.focus, #srp_filter_start.active.focus {
  background-color: #990000;
  border-color: #660000;
}
#srp_filter_advanced {
  color: #cc0000;
  font-size: 0.8571428em;
}
#srp_filter .ccheckbox_cont {
  text-align: center;
}
#srp_filter label {
  font-weight: 300;
  margin-bottom: 0;
  padding-top: 0.5em;
  text-align: right;
}
#srp_filter input {
  font-weight: 300;
}
.row #srp_filter h4 {
  font-weight: 300;
  margin-bottom: 0.888888em;
  margin-top: 0.888888em;
}
#srp_filter .spaced {
  margin-top: 1.5em;
}
#srp_filter h4.spaced {
  margin-top: 1.5em;
}
@media (min-width: 768px) {
  #srp_filter_toggle_cont { display: none; }
  #srp_filter {
    border-right: 1px solid #DFDFDF;
    display: block !important;
    height: auto !important;
    max-width: 22em;
    min-width: 18em;
    width: 29%;
    z-index: auto;
  }
  #srp_filter .ccheckbox_cont {
    text-align: left;
  }
  #srp_filter label { text-align: left; }
}


#srp_results_cont {  }
#srp_results {  }
#srp_results .title {
  border-bottom: 1px solid #DFDFDF;
  line-height: 3.3571;
}
#srp_results #srp_title_sort {
  background-color: transparent;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #cc0000;
  font-size: 1em;
  line-height: 3.3571;
  padding-bottom: 0;
  padding-left: 0.4em;
  padding-top: 0;
}
#srp_results .srp_result_list {
  padding-bottom: 1.571em;
}
#srp_results .srp_result {
  border-bottom: 1px solid #DFDFDF;
  display: block;
  line-height: 1.2;
  padding-bottom: 1.571em;
  padding-top: 1.571em;
}
#srp_results .srp_result:hover {
  background: #FFF;
}
/**/
#srp_results .srp_result > .row > div:first-child { background: red; }
#srp_results .srp_result > .row > div:last-child { background: blue; }
#srp_results .srp_result > table {
  vertical-align: top;
  width: 100%;
}
#srp_results .srp_result td {
  padding-left: 15px;
  vertical-align: top;
}

#srp_results .srp_result .col_vimg {
  width: 215px;
}
#srp_results .srp_result .col_desc {
  padding-right: 15px;
}
#srp_results .srp_result .col_m {
  float: left;
  padding: 0 15px 0 0;
  width: 50%;
}
#srp_results .srp_result .col_r {
  float: right;
  text-align: right;
  /* width: 50%; */
}
#srp_results .srp_result .col_mobile_only {
  display: none;
}
#srp_results .srp_result .col_not_mobile_only {
  display: block;
}
#srp_results .srp_result .vimg {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 200px;
  min-width: 140px;
  max-height: 150px;
  width: 100%;
}


#srp_results .srp_result .sep {
  margin: 1em 0 0 0;
}
#srp_results .srp_result .h4 {
  color: #cc0000;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}
#srp_results .srp_result td.h4 {
  padding-bottom: 0.25em
}
#srp_results .srp_result .col_details {
  margin-top: 1em;
  text-align: left;
}
#srp_results .srp_result .price {
  color: inherit;
  font-size: 1.428571em;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}
#srp_results .srp_result .qm {
  color: #cc0000;
}
#srp_results .srp_result .inb {
  display: inline-block;
}
#srp_results .srp_result .sods {
  color: #FFF;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
}
#srp_results .srp_result .col_details .bottom {
  margin-top: 1em;
}

#srp_results .pagination {
  margin-bottom: 2.285714em;
  margin-top: 2.8571428em;
}
#srp_results .pagination a {
  border-radius: 0;
  color: #cc0000;
  font-size: 1.285714em;
  margin-left: 1em;
  min-width: 1.777777em;
  padding-left: 0.25em;
  padding-right: 0.25em;
  text-align: center;
}
#srp_results .pagination li:first-child a { margin-left: 0; }
#srp_results .pagination a.empty {
  background-color: transparent;
  border: none;
  color: #333;
  cursor: default;
  min-width: 1em;
}
#srp_results .pagination a.current {
  background-color: #eee;
  border-color: #ddd;
  color: #333;
  cursor: default;
}
@media (min-width: 600px) and (max-width: 767px) {
}
@media (max-width: 991px) {
  #srp_results .srp_result .inb { font-size: 0.8em; }
}
@media (max-width: 767px) {
  #nav_bar.srp .navbar-brand {
    float: left;
    position: relative;
  }
  #nav_bar.srp .selector {
    border-left: none;
    clear: both;
    float: none;
    margin-left: 0;
  }
  #srp_results .srp_result .inb { font-size: 1em; }
  #srp_results .srp_result .col_desc {
    padding-left: 12px;
    text-align: right;
  }
  #srp_results .srp_result .col_r { width: 100%; }
  #srp_results .srp_result .col_m { display: none; }
  #srp_results .srp_result .col_not_mobile_only { display: none; }
  #srp_results .srp_result .col_mobile_only { display: block; }
  #srp_results .srp_result tr.col_mobile_only { display: table-row; }
}
@media (max-width: 479px) {
  #srp_results .srp_result { padding-bottom: 0.75em; padding-top: 0.75em; }
  #srp_results .srp_result .inb { font-size: 0.8em; }
  #srp_results .srp_result td { padding-left: 7px; }
  #srp_results .srp_result .col_vimg { width: 48%; }
  #srp_results .srp_result .col_desc { padding-right: 7px; }
  #srp_results .srp_result .vimg { /*min-width: 110px; max-width: 110px; */ margin:0;}
}
@media (min-width: 768px) {
  #srp_results_cont {
    float: none;
    overflow: auto;
    width: auto;
  }
  #srp_results {  }

}
@media (min-width: 1024px) {
  #srp_results { padding-right: 95px; }
}

#srp_rra {
  padding-bottom: 2.5em;
}
#srp_rra h3 {
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0.116666em;
  padding-top: 0.116666em;
}
#srp_rra h3.bb,
#srp_rra h4.bb {
  border-bottom: 1px solid #DFDFDF;
}
#srp_rra p {
  margin-bottom: 1.1em;
}
#srp_rra .spaced {
  margin-top: 1em;
}
#srp_rra .spaced1_7 {
  margin-top: 1.7em;
}
#srp_rra .spaced2 {
  margin-top: 2em;
}
#srp_rra .spaced3_2 {
  margin-top: 3.2em;
}
#srp_rra .readm {
  color: #cc0000;
}
#srp_rra > .spaced h4 {
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0.216666em;
  padding-top: 0.216666em;
}
@media (min-width: 992px) {
  #srp_rra { padding-right: 40px; }
}
@media (min-width: 1024px) {
  #srp_rra { padding-right: 95px; }
}


#srp_rr {

}
#srp_rr .star {
  background: transparent url('/images/main/icon_star.png') center center no-repeat;
  background-size: 0.9285714285em 1.071428em;
  float: left;
  height: 1.07142857em;
  width: 0.9285714285em;
}
#srp_rr .star.half {
  background-image: url('/images/main/icon_star_h.png');
}
#srp_rr .star.empty {
  background-image: url('/images/main/icon_star_e.png');
}
#srp_rr .review {
  font-weight: 300;
  line-height: 1.2;
  min-height: 4em;
  position: relative;
  padding-bottom: 1.8em;
  padding-top: 2.5em;
}
#srp_rr .review .star_cont {
  float: left;
  left: 0;
  position: absolute;
  top: 2.5em;
  width: 5.72em;
  z-index: 2;
}
#srp_rr .review .amount {
  font-size: 1.285714em;
}
#srp_rr .review .amount span {
  font-size: 1.666666em;
}
#srp_rr .review .in {
  float: right;
  padding-left: 5.72em;
  width: 100%;
  z-index: 1;
}
#srp_rr .review .who {
  margin-bottom: 1.2em;
}
#srp_rr .review .title {
  font-size: 1.285714em;
  margin-bottom: 0.777777em;
}
#srp_rr .review .content {
}
#srp_rr .review .content > p:last-child {
  margin-bottom: 0;
}
#srp_rr nav {
  text-align: center;
}
#srp_rr .pagination {
  margin-bottom: 0;
  margin-top: 0;
}
#srp_rr .pagination a {
  background-color: transparent;
  border-radius: 0;
  border: none;
  color: #cc0000;
  font-size: 1.285714em;
  margin-left: 0.2em;
  min-width: 1.2em;
  padding-left: 0.25em;
  padding-right: 0.25em;
  text-align: center;
}
#srp_rr .pagination li:first-child a { margin-left: 0; }
#srp_rr .pagination a.current {
  border-color: #ddd;
  color: #333;
  cursor: default;
}


#srp_pt {
}
#srp_pt .title {
  font-weight: 300;
  line-height: 1.5;
  padding-bottom: 1.46em;
  padding-top: 1.46em;
}
#srp_pt .title .c {
  color: #cc0000;
}
#srp_pt .title .b {
  font-weight: 400;
}
#srp_pt .data {
  font-size: 1.285714em;
}
#srp_pt .data li {
  display: block;
  line-height: 1;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
#srp_pt .year {
  min-width: 2.6em;
  float: left;
}
#srp_pt .w {
  color: #d8d8d8;
  float: left;
  margin-right: 0.3em;
}
#srp_pt .price {
  float: left;
  margin-right: 0.2em;
}
#srp_pt .price2 {
  float: left;
  font-size: 0.777777em;
  line-height: 1.28572;
}


#srp_srr .safety h4 {
  padding-bottom: 1.5em;
  padding-top: 1.5em;
}
#srp_srr .safety .row.data {
  font-weight: 300;
  line-height: 1;
  padding-bottom: 0.39375em;
  padding-top: 0.39375em;
}
#srp_srr .safety .star {
  background: transparent url('/images/main/icon_star.png') center center no-repeat;
  background-size: 0.9285714285em 1.071428em;
  float: left;
  height: 1.07142857em;
  width: 0.9285714285em;
}
#srp_srr .safety .star.half {
  background-image: url('/images/main/icon_star_h.png');
}
#srp_srr .safety .star.empty {
  background-image: url('/images/main/icon_star_e.png');
}
#srp_srr .safetyb {
  color: #cc0000;
  font-size: 1.285714em;
  line-height: 1.55;
}
#srp_srr .safetyb a {
  display: block;
  line-height: 1.25;
  margin-bottom: 0.3em;
  margin-top: 0.3em;
}

#srp_srr .recall h4 {
  padding-bottom: 1.5em;
  padding-top: 1.5em;
}
#srp_srr .recall .data {
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 1.2em;
}
#srp_srr .recall .b {
  font-weight: 400;
}
#srp_srr .recallb {
  color: #cc0000;
  font-size: 1.285714em;
  line-height: 1.55;
}
#srp_srr .recallb a {
  display: block;
  line-height: 1.25;
  margin-bottom: 0.3em;
  margin-top: 0.3em;
}





.advanced-filters {
    display: none;
}

#search-filter-toggle, #search-filter-location-toggle {
    cursor: pointer;
}

#search-filter-toggle:hover, #search-filter-location-toggle:hover {
    color: #337ab7;
}


.message-block {
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #dfdfdf;
    padding: 10px;
    margin: 10px 0 10px 0;
}

.message-block .buttons {
    margin-bottom: 10px;
}

.message-block .buttons a {
    color: #ffffff;
    border-radius: 2px;
}

.message-block div.text {
    line-height: 1.6;
}

.modal .buttons a {
    color: #ffffff;
    border-radius: 2px;
}



/* re: https://jira.lotlinx.com/browse/LMH-41 */
.page-listing-summary-block-minimal {
    width: 50%; 
    float:left; 
    margin-top: 7px;
    display: block;
    font-size: 0.9em;
}
.price-block-popup-mobile {
	display: none;
	font-size: 0.9em;
	font-style: italic;
}
@media (max-width: 768px) {
	#srp_filter_toggle {
	   margin: 0 auto 10px 0;
       font-size: 0.8em;
	}
	
	#nav_bar.srp {
	   border-bottom: none;
	}
    .page-listing-summary-block {
        display: none;
    }
    
    .serp-title-block {
        display: none;
    }
    
    /* vehicle toolbox block */
    #srp_rra {
        display: none;
    }
    
    .current-price {
        font-weight: normal;
        font-size: 0.75em;
    }
    
    .col_r {
        font-size: 90%;
    }
    
    #srp_results .srp_result .inb {
        font-size: 95%;
    }
    
    .est span.price-block {
        background-color: #FFFFDC;
    }
    
    .listing_title {
        padding-bottom: 10px;
    }
    
    .price-block-popup {
        display: none;
    }
    
    .price-block-popup-mobile {
        display: block;
    }
}
@media (max-width: 479px) {
    .listing_title {
        font-size: 0.9em;
        padding-bottom: 8px;
    }
    
    #srp_results .srp_result .sods {
      font-size: 0.9em;
      padding:5px;
    }
}





/* re: https://jira.lotlinx.com/browse/LMH-74 */
/******************** Serp Alert Block *********************/
#serp-alert-block {
    text-align: center;
    background: #f1f1f1;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}

#serp-alert-block #serp-alert-email {
    margin: 10px;
    font-size: 18px;
    text-align: center;
    width: 225px;
    color: #9f9f9f;
    border: solid 1px #000000;
    padding:5px;
}

#serp-alert-block #serp-alert-button {
    text-align: center;
    color: #ffffff;
    background-color: #5a6ba7;
    padding: 10px 80px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 22px;
    border: none;
    font-weight: bold;
    
}

#serp-alert-block #serp-alert-note {
    font-size: 11px;
    color: #9f9f9f;
    font-weight: normal;
}

@media (max-width: 768px) {
	#serp-alert-block {
	   font-size: 1.1em;
	}
	
	#serp-alert-block #serp-alert-email {
	   font-size: 1.1em;
	}
	
	#serp-alert-block #serp-alert-button {
	   font-size: 1.1em;
	}
}

@media (max-width: 479px) {
    #serp-alert-block {
       font-size: 0.9em;
    }
    
    #serp-alert-block #serp-alert-email {
       font-size: 0.9em;
    }
    
    #serp-alert-block #serp-alert-button {
       font-size: 0.9em;
    }
    
}
/******************** Serp Alert Block End *********************/



/******************** LotLinx Ad Container Block *********************/
/* re: https://jira.lotlinx.com/browse/LMH-96 */
#lotlinx_adContainer .show {
	display: block;
}
#lotlinx_adContainer .hide {
    display: none;
}

.lotlinx_adblock {
    background-color: #FFFFE0;
}
/******************** LotLinx Ad Container Block End *********************/


/******************** AutoWeb Ad Container Block *********************/
/* re: https://jira.lotlinx.com/browse/LMH-125 */
#autoweb_adContainer .show {
    display: block;
}
#autoweb_adContainer .hide {
    display: none;
}

.autoweb_adblock {
    background-color: #FFFFE0;
}
/******************** LotLinx Ad Container Block End *********************/



/* re: https://jira.lotlinx.com/browse/LMH-129
/******************** Optimizely Block Start *********************/
@media (min-width: 769px) {
	.optimizely-listing-header {
	   display: none;
	}
}

@media (max-width: 768px) {
    .optimizely-listing-border {
        padding-bottom: 11px;
        border-bottom: solid 1px #dfdfdf;
    }
    
    #srp_results .optimizely-listing-link .col_vimg {
        padding: 0;
    }
    
    #srp_results .optimizely-listing-link td.col_desc.clearfix {
        padding-left: 9px;
        vertical-align: middle;
        position: relative;
    }
    
    #srp_results .optimizely-listing-link .col_r .h4.price .current-price {
        font-size: 16px;
        font-weight: 600;
    }
    
    #srp_results .optimizely-listing-link .col_r .h4.price {
        margin-bottom: 5px;
    }
    
    #srp_results .optimizely-listing-link .col_r .col_mobile_only {
        max-width: 76%;
    }
    
    #srp_results .optimizely-listing-link .col_r {
        display: block;
        float: left;
        text-align: left;
        vertical-align: middle;
        
        font-size: 12.6px;
        /*
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        */
    }
    
    #srp_results .optimizely-listing-link .inb.sep {
        display: none;
    }
    
    .optimizely-blue-border {
        border: solid 3px #007bb3;
        border-radius: 8px;
        overflow:hidden;
        background-color: #ffffff;
    }
    
    .optimizely-listing-header {
        color: #d50000;
        margin-bottom: 10px;
        padding: 0;
    }
    
    #srp_results .optimizely-listing-link {
        padding: 0;
    }
    
    .optimizely-car-details {
        max-width: 78%;
    }
    
    .optimizely-right-psuedo-btn {
        background: url('/images/main/optimizely_srp_vehicle_arrow.png') no-repeat;
        background-position: -3px -42px;
        position: absolute;
        width: 24px;
        height: 24px;
        right: 5px;
    }
}

@media (min-width: 375px) {
	.optimizely-right-psuedo-btn {
	   top: 50%;
	   transform: translateY(-50%);
	}
}
/******************** Optimizely Block End *********************/