ul.pagination {
 	margin-top:20px; 
}
ul.pagination>li>a {
 	display:block;
    padding: .5rem .75rem;
    border: 1px solid #dee2e6;
    background-color: #fff;
    color: #00235A;
}
.displayDropDown .form-control {
  padding: .5rem .75rem !important;
}
.displayDropDown .input-group-addon {
   padding: .5rem .75rem;
  font-size:1em;
}

ul.pagination>li:first-child a {
 
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
ul.pagination>li:last-child a {
 
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

div#autoDirectResponsive.container {
    padding-left:0;
    padding-right:0;
}
.searchArea {
    display: inline-flex;
    border-left: 1px solid #717171;
    justify-content: flex-start;
    align-items: center;
    padding-left: 25px;
    margin-left:25px;
}
.searchArea label {
    margin:0;
}
.searchFieldGroup {
    margin-left: 15px;
    align-items: center;    
    color:#fff;
}
@media (max-width: 577px) {
    .searchFieldGroup {
        margin-left:0;
    }
    .searchFieldGroup input.form-control.searchFieldInput {
        width: 100%;
    }
}
.searchFieldGroup label {
    margin-top:0!important;
}
input#customSearchFor {
    padding: 5px;
    height: 30px;
    background: #6b818b;
    color: #fff;
    text-indent: initial;
    border: 1px solid #909ba0;
    border-radius: 25px 0px 0 25px;
    border-right: none;
    box-shadow: none;
}
#autoDirectResponsive .btnSearchVehicle .btn.btn-primary {
    height: 30px;
    border-radius: 0 25px 25px 0;
    border: 1px solid #50b919;
    padding: 3px 10px;
    border-left: 0;
    background-color: #50b919;
}
input#customSearchFor::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

input#customSearchFor:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

input#customSearchFor::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}


.srpCTABoxFr {
    padding: 0px 5px;
}
.BTnFontLangFr {
    font-size: 10px !important;
}
h1.pageTitle {
	

}
h1.pageTitle span {
	font-weight:100;
}
.inventory-slider-holder {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1f739c+0,1f739c+40,81bad6+100 */
	background: rgb(31,115,156); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(31,115,156,1) 0%, rgba(31,115,156,1) 40%, rgba(129,186,214,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(31,115,156,1) 0%,rgba(31,115,156,1) 40%,rgba(129,186,214,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(31,115,156,1) 0%,rgba(31,115,156,1) 40%,rgba(129,186,214,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f739c', endColorstr='#81bad6',GradientType=1 ); /* IE6-9 */
	padding-bottom:10px;
}
.search-options-holder {
	background:#00235a;
}
.search-options-holder form {
    padding: 10px;
}



/*SELECT ELEMENT WITH UNICODE SYMBOL: DOWN-ARROW (▼)*/
select.select
{
   height: 50px;
    line-height: 1;
    padding: 0px 20px 0px;
    /* text-indent: 4pt; */
    text-align: left;
    vertical-align: middle;
    box-shadow: inset 0 0 3px #606060;
    border: 1px solid #005b88;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #005b88;
    cursor: pointer;
    outline: none;
}
select.select::-ms-expand {display: none;} /*FOR IE*/
select.select option
{

}
select.select option[selected]{ font-weight:bold}
select.select option:nth-child(even) { background-color:#f5f5f5; }
select.select:focus {box-shadow: inset 0 0 5px #005b88;}

/*LABEL FOR SELECT*/
label.lblSelect{ position: relative; display: inline-block;width: 100%;
    margin: 0;
    font-weight: 400;}
/*DOWNWARD ARROW (25bc)*/
label.lblSelect::after
{
   	content: "\f0d7";
	font-family: fontAwesome;
    position                : absolute;
    top                     : 0;
    right                   : 0;
    bottom                  : 0;
 	width: 35px;
    line-height: 3;
    vertical-align          : middle;
    text-align              : center;
    background              : #c61212;
    color                   : #fff;
   -moz-border-radius       : 0 6px 6px 0;
   -webkit-border-radius    : 0 6px 6px 0;
    border-radius           : 0 6px 6px 0;
    pointer-events          : none;
}

.btnSearchVehicle .btn-primary {
	height:50px;
	font-size:15px;
	text-transform:uppercase;
	white-space: normal;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,1);
    background: #c61212!important;
    border:#c61212!important;
}
.btnSearchVehicle .btn-primary:hover {
    background: #b31515!important;
    border:#b31515!important;
}
.badgeArea {
    background:#00235a !important;
    color: #fff;
}
span.badge {
    background: #c61212 !important;
}
div#newVehiclesSpecialsWithIcons {
	background: -moz-linear-gradient(top, rgba(188, 208, 217,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(188, 208, 217,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(188, 208, 217,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
}




.inventorysliderDetailBtns a {
    padding: 0 0;
    font-size: 11px;
    
    text-transform:uppercase;
    flex:1;
    color:#fff;
}
.inventorysliderDetailBtns a.btninvSliderAvalibility {
    border-radius: 4px 0px 0px 4px;
    color: #005b88;
    padding: 6px 10px;
    line-height: 1.3;
    font-weight:500;
}
.inventorysliderDetailBtns a.btninvSliderMsnger {
    background: url(/images/sliderIcon1.png) no-repeat #0f84fd;
    background-position: center;
    border: #0f84fd;
	border-radius: 0px;
}
.inventorysliderDetailBtns a.btninvSliderText {
    background: url(/images/sliderIcon2.png) no-repeat #ff8828;
    background-position: center;
    border: #ff8828;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
	border-radius: 0px;
}

.inventorysliderDetailBtns a.btninvSliderLiveNow {
    /*background:url(/images/sliderIcon3.png) no-repeat #52ba0c;*/
	background:#52ba0c;
	border:none;
	width: 100%;
    border-radius: 0px 4px 4px 0px;
    background-position: 0 0;
 	padding: 0px 10px 0 18px !important;
    font-size: 12px;
    align-items: center;
    display: flex;
}
.inventorysliderDetailBtns a.btninvSliderAvalibility.btn-default:active,
.inventorysliderDetailBtns a.btninvSliderAvalibility.btn-default:focus,
.inventorysliderDetailBtns a.btninvSliderAvalibility.btn-default:hover {
	background:#f8f8f8;
	color: #005b88;
}
.inventorysliderDetailBtns a.btninvSliderMsnger.btn-default:active,
.inventorysliderDetailBtns a.btninvSliderMsnger.btn-default:focus,
.inventorysliderDetailBtns a.btninvSliderMsnger.btn-default:hover {
	background-color:#1273d8;
}
.inventorysliderDetailBtns a.btninvSliderText.btn-default:active,
.inventorysliderDetailBtns a.btninvSliderText.btn-default:focus,
.inventorysliderDetailBtns a.btninvSliderText.btn-default:hover {
	background-color:#e47216;
}
.inventorysliderDetailBtns a.btninvSliderLiveNow.btn-default:active,
.inventorysliderDetailBtns a.btninvSliderLiveNow.btn-default:focus,
.inventorysliderDetailBtns a.btninvSliderLiveNow.btn-default:hover {
	background-color:#4ba80d;
}


.liveButtonLink {
    background: #30444e;
    padding: 10px 25px;
    border-radius: 0px 0px 10px 10px;
}
.btn-iconLive {
    background: url(/images/iconLive.png) no-repeat -8% -27% #52ba0c !important;
    padding: 0px 0px;
    color: #fff;
}
.btn-iconLiveImg {
    background: url(/images/iconLive.png) no-repeat -5px 0 #52ba0c !important;
    padding: 0px 0px;
    color: #fff;
}
.btn-iconLiveImg img {
    margin: 0px -15px;
}
.btn-sendMobile{
	background: url(/images/iconMobile.png) no-repeat -15px center #00235a;
    padding: 9px 0px;
    color: #fff;
}
.btnInvDetail {
    background: url(/images/iconDetails.png) no-repeat -4px center #c61212!important;
    padding: 9px 0px;
    color: #fff;
    border-color:#c61212!important;
}

.btnAvailability{
	background: url(/images/iconAvailability.png) no-repeat -15px center #00235a;
    padding: 9px 0px;
    color: #fff;
}
.btnReqFinance{
	background: url(/images/iconFinance.png) no-repeat -15px center #00235a;
    padding: 9px 0px;
    color: #fff;
}

.inventory-details {
    margin-top: 10px;

}
@media (min-width: 992px) {
  .right-button {
      margin-top: 40px;
  }
  .btnInvDetail {
    margin-top: 100px;
  }
  .inventory-details {
    margin-left:-15px;
  }
}


#autoDirectResponsive .displayDropDown {
	margin:20px 0;
}
#autoDirectResponsive .inventoryRow.evenRow {

}
#autoDirectResponsive .inventoryRow {
	   border-left: 1px solid #bcd0da;
    border-right: 1px solid #bcd0da;
    border-bottom: 1px solid #bcd0da;
}
#autoDirectResponsive .inventoryRow.highLightRowc {
	background:#FAFAD2;
	}
#autoDirectResponsive .pad-top-bottom-10 {
	padding-top:0px;
	padding-bottom:0px;
}
#autoDirectResponsive .vehicleBox-border {
	border-left: 1px solid #bcd0da;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0eaf7+0,d7edf8+19,daeef9+20,d8eef9+22,dff0f8+32,dff1fb+35,e2f0f9+38,dff3fa+38,e3f1fa+39,e2f3fd+39,e4f1f7+40,e5f2fa+40,e3f2f7+41,e5f4fb+44,e6f5fa+49,e4f5fc+50,e9f4f8+50,e9f3fc+51,e6f5fc+51,e9f3fc+52,e6f4fd+52,eaf4fe+52,e8f5fb+53,ebf6fa+58,ecf7fd+61,f0f8fb+72,fcfdff+100 */
background: rgb(208,234,247); /* Old browsers */
background: -moz-linear-gradient(top, rgba(208,234,247,1) 0%, rgba(215,237,248,1) 19%, rgba(218,238,249,1) 20%, rgba(216,238,249,1) 22%, rgba(223,240,248,1) 32%, rgba(223,241,251,1) 35%, rgba(226,240,249,1) 38%, rgba(223,243,250,1) 38%, rgba(227,241,250,1) 39%, rgba(226,243,253,1) 39%, rgba(228,241,247,1) 40%, rgba(229,242,250,1) 40%, rgba(227,242,247,1) 41%, rgba(229,244,251,1) 44%, rgba(230,245,250,1) 49%, rgba(228,245,252,1) 50%, rgba(233,244,248,1) 50%, rgba(233,243,252,1) 51%, rgba(230,245,252,1) 51%, rgba(233,243,252,1) 52%, rgba(230,244,253,1) 52%, rgba(234,244,254,1) 52%, rgba(232,245,251,1) 53%, rgba(235,246,250,1) 58%, rgba(236,247,253,1) 61%, rgba(240,248,251,1) 72%, rgba(252,253,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(208,234,247,1) 0%,rgba(215,237,248,1) 19%,rgba(218,238,249,1) 20%,rgba(216,238,249,1) 22%,rgba(223,240,248,1) 32%,rgba(223,241,251,1) 35%,rgba(226,240,249,1) 38%,rgba(223,243,250,1) 38%,rgba(227,241,250,1) 39%,rgba(226,243,253,1) 39%,rgba(228,241,247,1) 40%,rgba(229,242,250,1) 40%,rgba(227,242,247,1) 41%,rgba(229,244,251,1) 44%,rgba(230,245,250,1) 49%,rgba(228,245,252,1) 50%,rgba(233,244,248,1) 50%,rgba(233,243,252,1) 51%,rgba(230,245,252,1) 51%,rgba(233,243,252,1) 52%,rgba(230,244,253,1) 52%,rgba(234,244,254,1) 52%,rgba(232,245,251,1) 53%,rgba(235,246,250,1) 58%,rgba(236,247,253,1) 61%,rgba(240,248,251,1) 72%,rgba(252,253,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(208,234,247,1) 0%,rgba(215,237,248,1) 19%,rgba(218,238,249,1) 20%,rgba(216,238,249,1) 22%,rgba(223,240,248,1) 32%,rgba(223,241,251,1) 35%,rgba(226,240,249,1) 38%,rgba(223,243,250,1) 38%,rgba(227,241,250,1) 39%,rgba(226,243,253,1) 39%,rgba(228,241,247,1) 40%,rgba(229,242,250,1) 40%,rgba(227,242,247,1) 41%,rgba(229,244,251,1) 44%,rgba(230,245,250,1) 49%,rgba(228,245,252,1) 50%,rgba(233,244,248,1) 50%,rgba(233,243,252,1) 51%,rgba(230,245,252,1) 51%,rgba(233,243,252,1) 52%,rgba(230,244,253,1) 52%,rgba(234,244,254,1) 52%,rgba(232,245,251,1) 53%,rgba(235,246,250,1) 58%,rgba(236,247,253,1) 61%,rgba(240,248,251,1) 72%,rgba(252,253,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0eaf7', endColorstr='#fcfdff',GradientType=0 ); /* IE6-9 */
}
#autoDirectResponsive .bottom-border-grey {

}
#autoDirectResponsive .vehicleBox {
	position: relative;
}
@media (min-width: 992px) {
  #autoDirectResponsive .vehicleBox {
  	min-height: 270px;
  }
  #autoDirectResponsive .vehicleBox-border {
    border-right: 1px solid #bcd0da;
  }
}
#autoDirectResponsive .vehicleBox-m {
	position:relative;
}
h2.inventory-title {
	  font-weight: 600;
    font-size: 1.3rem;
    position: relative;
    background: #c2e1f3;
    color: #fff;
    width: 90%;
    border-radius: 0px 10px 10px 0px;
   
    padding: 8px 14px;
   margin: 0 0 15px -15px;

}
h2.inventory-title a {
	color:#00235a;
}

.priceHeadingTop {
    background: #7badc6;
    margin: 15px 0px 0px -15px;
    margin: 0px 0 0 -15px;
    color: #fff;
    display: inline-block;
    padding: 5px 15px 5px 15px;
    border-radius: 0px 15px 15px 0px;
    text-transform: uppercase;
    font-size: 12px;
    
}
.priceHeadingTopNew {
    background: #7badc6;
    margin: 15px 0px 0px -15px;
    margin: 0px 0 0 -15px;
    color: #fff;
    display: inline-block;
    padding: 5px 15px 5px 15px;
    border-radius: 0px 15px 15px 0px;
    font-size: 12px;
    
}
#autoDirectResponsive .redLineThrough {
	 position: relative;
}


#autoDirectResponsive .redLineThrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid red;

  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}
.priceNew {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    flex-grow: 2;
	margin-right: 10px;
	text-align: right;
}
.priceNewArea {
    display: flex;
    background: #31b73b;
    width: 100%;
    position: absolute;
    left: 0px;
    padding: 10px 0px;
    margin-bottom: 26px;
}
.priceNewHead {
    background: #fff;
    color: #31b73b;
    display: inline-block;
    padding: 5px 8px 5px 5px;
    border-radius: 0px 15px 15px 0px;
    font-size: 12px;
    
}

#autoDirectResponsive .arrowed div {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
}

#autoDirectResponsive .arrowDownGreen {
	/* more triangle */
	position: relative;
	height: 0px; width: 0px;
	border: 8px solid;
	border-color:
		transparent
		transparent
		transparent
		#49a809
		;
	transform: rotate(90deg);
}

#autoDirectResponsive .arrowDownGreen:before {
	content: '';
	position: absolute;
	top: -4px; right: 6px;
	display: block;
	height: 7px; width: 6px;
	background-color: #49a809;

}


#autoDirectResponsive .price {
    font-size: 20px;
    font-weight: 700;
    color: #005b88;
    text-align: center;
    
    margin: 0px 0;
    padding-left: 34px;

}
.priceBox {
    display: flex;
    margin: 15px 0px;
}
.price-col.fod {
    margin-bottom: 30px;
}
.simplePriceBox {
    margin-top: 40px;
}




.price-msrp-heading, .price-msrp {
	font-size: 18px;
    color: #000;
}
#autoDirectResponsive .price-msrp {
    font-size: 18px;
    text-decoration: line-through;
}
#autoDirectResponsive .discount {
	font-size: 18px;
    color: #ff5a00;
    clear: both;
    border-bottom: 1px solid #000;
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 5px;
}

#autoDirectResponsive .price-uprice-heading,
#autoDirectResponsive .price-uprice {
    margin-top: 5px;
    font-size: 15px;
    color: #42b851;
    text-align: left;
}
#autoDirectResponsive .price-uprice {
	font-size: 18px;
}

#autoDirectResponsive .location {
	text-align:center;
	padding:10px 0;
}
#autoDirectResponsive .soldVehicle {
	background:#cc0000;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	padding:5px;
	border-radius:5px 5px 5px 5px;
}
#autoDirectResponsive .callForPrice {
	font-weight:bold;
	text-align:center;
}
#autoDirectResponsive .compareWishList-group {
	background: none;
    float: none;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;

}
#autoDirectResponsive .compareWishList-group label {
	font-weight:100;
	margin:0;
}
#autoDirectResponsive .compareWishList-group .btnCompare,
#autoDirectResponsive .compareWishList-group .btnWishlist {
	font-size:10px;
	text-align:left;
	margin-bottom:5px;
	padding:0;
	}
#autoDirectResponsive .certified-logo {
	min-height:45px;
}
#autoDirectResponsive .carfax-logo {
	text-align:center;
	padding:10px 0;
}
#autoDirectResponsive .carfax-logo a {
	width:95px;
	display:block;
	margin:0 auto;
}
#autoDirectResponsive .certifiedLogo {
	text-align:center;
}

#autoDirectResponsive .carfax-m {
	float:right;

}
#autoDirectResponsive .carDetails-m {
	font-size:11px;
}
#autoDirectResponsive .inventory-title-m {
	font-weight:bold;
	}
#autoDirectResponsive .price-m {
	font-weight:bold;
	color:#cc0000;
}
#autoDirectResponsive .miles-m {
	color:#000;
}
#autoDirectResponsive .sortByRow
{
	margin:0px;
	margin-top: 20px;
	display: flex;
    align-items: center;
}
#autoDirectResponsive .sortByRow {
    background: none repeat scroll 0 0 #c61212;
    color: #fff;
    border: 1px solid #c61212;
    margin-left: 0px;
    margin-right: 0px;    
    padding: 10px;
    border-radius: 10px 10px 0 0;
}
#autoDirectResponsive dl {
	margin-top:10px;
	margin-bottom:0px;
	padding:0;
	/*width:100%;
	float:left;*/
	font-size:94%;
}
.inventoryDetails {
	display: flex;
	flex-wrap: wrap;
	/*margin-left:-10px;*/
    font-size: 14px;
}
#autoDirectResponsive dt {
	width:30%!important;
	padding:0 0 5px;
}
#autoDirectResponsive dd {
	width:70%!important;
	padding:0;
    margin:0!important;
    font-weight: 500;
}
#autoDirectResponsive .right-button .btn {
	margin-top:5px;
	background-color: #00235a;
    border-color: #00235a;
    color: #fff;
}
#autoDirectResponsive .right-button .btn:hover{
	background-color: #000;
    border-color: #000;
}
/*.right-button .btnAvailability {
    background-color: #a80012;
    border-color: #a80012;
    color: #fff;
}
.right-button .btnReqFinance {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #000;
}
.right-button .btnInvDetail {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}*/
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
    background-color: #000;
	color:#fff;
}
.auckLogo a {
	display:block;
	text-align:center;
}
#autoDirectResponsive .inventoryRow {
    flex-wrap:wrap;
    flex-direction: row!important;
	}

#autoDirectResponsive .btn-primary {
	background-color:#00235a;
	border-color:#00235a;
}
#autoDirectResponsive .btn-primary:hover,
#autoDirectResponsive .btn-primary:focus,
#autoDirectResponsive .btn-primary:active  {
	background:#000;
	border-color:#000;
}
.form-inline .form-control {
    width: 100%;
}

@media (min-width: 768px) and (max-width: 991px){
	.btnSearchVehicle {
		padding-left:0;
		padding-right:8px;
	}
	.btnSearchVehicle .btn-primary {
		font-size:12px;
	}
	#autoDirectResponsive .priceHeading {
		font-size:17px;
	}


}

#autoDirectResponsive button.btn-primary {
	margin-top:0px;
	padding:4px;
	}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color:#00235a;
	border-color:#00235a;
    color:#fff;
}
ul.pagination > li.disabled > a {
  background: #E9ECEF;
}
.displayDropDown span.input-group-addon {
    background-color: #005b88;
    color: #fff;
}

#autoDirectResponsive .inventoryRow a.imgLink {
	background: transparent;
	display: block;
	text-align: center;
	color: #fff;
	padding-top: 10px;
}
#autoDirectResponsive .inventoryRow a.imgLink img {
    margin: 0 auto;
}


.sortByRow a.btn.btn-default.btn-xs {
    background-color: #892923;
    color: #fff;
    border: 1px solid #892923;
    border-radius: 15px;
    padding: 2px 15px;
}
.sortByRow a.btn.btn-default.btn-xs:hover {
	background-color:transparent;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 667px) {
	#autoDirectResponsive {
		padding:0;
		margin:0;
	}
	#autoDirectResponsive .sortByRow {
    display: grid;
	}
	.inventorysliderDetailBtns a.btninvSliderLiveNow {
	text-indent: -100000px;
	padding: 0 0;
	background-position: center center;
	}
	div#newVehiclesSpecialsWithIcons {
		padding: 15px 0px;
	}
	.inventorysliderDetailBtns {
		padding: 15px 5px;
	}
	#newVehiclesSpecialsWithIcons .carousel-control.left {
		left:0;
	}
	#newVehiclesSpecialsWithIcons .carousel-control.right {
		right:0;
	}
	#newVehiclesSpecialsWithIcons .carousel-control {
		top: -40px;
	}
	#newVehiclesSpecialsWithIcons .carousel-control.left,
	#newVehiclesSpecialsWithIcons .carousel-control.right {
    	background: none;
   		color: #005b88;
    }
    .srpCTABox {
	    padding-bottom: 25px;
	}
	#autoDirectResponsive .price-col, #autoDirectResponsive .detail-col, #autoDirectResponsive .position-col {
		margin-bottom:0;
	}
	#autoDirectResponsive .vehicleBox {
		min-height:auto;
	}
	.priceHeadingTop {
		width:80px;

	}
	#autoDirectResponsive .price {
		margin-bottom:25px;
		margin-top: -35px;
	}
	.right-button {
	    margin-top: 0px;
	}
	label.lblSelect {
		margin:0 0 15px;
	}
	.contentbox_head {
		text-align: center;
    	font-family: 'Oswald';
	}
	#autoDirectResponsive .inventoryRow a.imgLink, .liveButtonLink {
		margin-left:0;
	}
	.inventory-details {
		/*padding:0 15px;*/
	}
	h2.inventory-title {
		right: 0;
	    width: 100%;
	    text-align: center;
	    margin: 0 0;
	    border-radius:10px 10px;
	}
	h2.inventory-title a {
	    float: none;
	}
	h2.inventory-title span {
	    float: none;
	}
	.sortByRow strong {
		display:block;
	}
	.sortByRow span.pull-right.hidden-xs {
		display: block!important;
    	margin-top: 10px;
	}
	.sortByRow a.btn.btn-default.btn-xs {
		display:inline-block;
		padding:2px 10px;
		width: 100%;
		margin: 4px 0px;
	}
	.searchArea {
    display: inline-flex;
    border-left: 1px solid #717171;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 10px;
}
	
.inventoryDetails {
  margin-left:0!important;
}
#autoDirectResponsive dt {
  width: 40%!important;
}
#autoDirectResponsive dd {
  width: 60%!important;
}

.srpCTABoxFr {
    padding: 0px 15px;
}
	#autoDirectResponsive .inventoryRow.oddRow {
    background: #eee;
    /*margin: 20px 0px;*/
	  /*padding: 10px 10px;*/
	}
	#autoDirectResponsive .inventoryRow.evenRow {
    background: #ccc;
    margin: 20px 0px;
	padding: 10px 10px;
}
div#contentbox-1050 {
    display: none;
}

}


.newUsedText {
	display:none;
}







