.ed-listing-vehicle-row{
	/*margin:10px auto;*/
	position: relative;
	padding: 20px;
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	border:1px solid #f2f2f2;
	border-bottom:5px solid #f2f2f2;
	font-family: 'Roboto', sans-serif;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ed-listing-vehicle-row p{
	color: #000;
	margin: 0;
	padding: 0;
}
.ed-listing-vehicle-row .left-section{
	float: left;
	width: 40%;
	
}
.ed-listing-vehicle-row .right-section{
	float: right;
	width: 60%;
}
.ed-listing-vehicle-row .right-section .vehicle-info{
	width: 100%;
    display: table;
}
.ed-listing-vehicle-row .right-section .vehicle-info .title-price-section{
	width: 65%;
    margin-right: 10px;
    float: left;
}
.ed-listing-vehicle-row .right-section .vehicle-info .view-details-button-container{
	width: 32%;
    float: left;
}
.ed-listing-vehicle-row .left-section .image-holder{
	padding-right: 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ed-listing-vehicle-row .left-section .image-holder img{
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ed-listing-vehicle-row .left-section .image-holder img:hover{
	-webkit-filter: saturate(2);
	filter:saturate(2);
	transition: all 200ms linear;
}


.ed-listing-vehicle-row .left-section .image-holder .image-vid-link-container{
	width: 100%;
	background-color: #535353;
	color: #fff;
	text-align: center;
	display: block;
	padding: 10px;
	margin: 0px auto 10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
}
.ed-listing-vehicle-row .left-section .image-holder .image-vid-link-container a{
	color: #dadada;
	font-size: 14px;
}
.ed-listing-vehicle-row .left-section .image-holder .image-vid-link-container a:hover{
	/*opacity: .90;*/
	color: #fff;
	transition: all 200ms linear;
}
/*.ed-listing-vehicle-row .left-section .image-holder a.image-button:hover{
	opacity: .90;
	transition: all 200ms linear;
}*/
.ed-listing-vehicle-row .right-section p.vehicle-title{
	font-size: 22px;
	line-height: 22px;
	padding: 5px 0px;
	color: #000;
	font-weight: 700;
}
.ed-listing-vehicle-row .right-section p.modelExtended-desc{
	color: #707070;
	font-size: 16px;	
	font-weight: 300;
	line-height: 20px;
	padding: 5px 0px;
}
.ed-listing-vehicle-row .right-section p.vehicle-payment, .ed-listing-vehicle-row .right-section p.vehicle-price{
	padding: 5px 0;
}
.ed-listing-vehicle-row .right-section .vehicle-price span.price-label, .ed-listing-vehicle-row .right-section .vehicle-payment span.payment-label{
	font-size: 18px;
	color: #000;
}
.ed-listing-vehicle-row .right-section .vehicle-price span.actual-price, .ed-listing-vehicle-row .right-section .vehicle-payment span.actual-payment{
	font-size: 18px;
	color: #34b665;
}
.ed-listing-vehicle-row .right-section .vehicle-payment .actual-payment-interval{
	font-size: 12px;
	color: #707070;
}
.ed-listing-vehicle-row .right-section .disclaimer-text{
	font-size: 11px;
	color: #707070;
	padding-bottom: 20px;
	line-height: 14px;
}



/*Spec Details*/
.ed-listing-vehicle-row .right-section .specs-details{
	overflow: hidden;
	clear: both;

}
.ed-listing-vehicle-row .right-section .specs-details .specs-table{
	
}
.ed-listing-vehicle-row .right-section .specs-details .specs-table .left-column{
	float: left;
	width: 49%;
	margin-right: 1%;
}
.ed-listing-vehicle-row .right-section .specs-details .specs-table .right-column{
	float: right;
	width: 49%;
	margin-left: 1%;
}
.ed-listing-vehicle-row .right-section .specs-details .specs-table p{
	padding: 10px;
	font-size: 12px;
	line-height: 12px;
	margin: 0;
	display: flex;
}
.ed-listing-vehicle-row .right-section .specs-details .specs-table .specs-label{
	width: 40%;
	text-align: left;
	display: inline-block;
	color: #707070;
	font-size: 13px;
}
.ed-listing-vehicle-row .right-section .specs-details .specs-table .specs-value{
	width: 60%;
	display: inline-block;
	text-align: left;
	font-weight: 700;
	font-size: 13px;

}
.ed-listing-vehicle-row .right-section .specs-details .specs-table .left-column p:nth-child(odd){
	background-color: #f2f2f2;
}
.ed-listing-vehicle-row .right-section .specs-details .specs-table .left-column p:nth-child(even){
	background-color: #fbfbfb;
}
.ed-listing-vehicle-row .right-section .specs-details .specs-table .right-column p:nth-child(odd){
	background-color: #f2f2f2;	
}
.ed-listing-vehicle-row .right-section .specs-details .specs-table .right-column p:nth-child(even){
	background-color: #fbfbfb;
}
.ed-listing-vehicle-row .right-section .dealership-info .left-column{
	float: left;
	width: 50%;

	padding: 5px 10px;
	background-color: #ededed;
	margin-top: 20px;
	font-weight: 700;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ed-listing-vehicle-row .right-section .dealership-info .right-column{
	float: right;	
	width: 50%;
	padding: 5px 10px;

	background-color: #ededed;
	margin-top: 20px;
	font-weight: 700;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ed-listing-vehicle-row .right-section .dealership-info i{
	width: auto;
	height: auto;
	font-family:'icomoon';
}
.ed-listing-vehicle-row .right-section .dealership-info i.icon-phone-dark {
    /*font-size: 20px;*/
    vertical-align: middle;
    /*top: -2px;*/
    position: relative;
}
.ed-listing-vehicle-row .right-section .view-details-button-container{
	width: 150px;
    right: 20px;
    top: 30px;
    font-size: 14px;
}

.ed-listing-vehicle-row .right-section .view-details-button-container a.view-details-button{	
	width: 100%;
	display: block;
	background-color: #70B908;
	color: #fff;	
	text-align: center;
	padding: 8px 10px 5px;
	margin-bottom: 10px;	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
}
.ed-listing-vehicle-row .right-section .view-details-button-container a.view-details-button:hover{
	opacity: .90;
	transition: all 200ms linear;

}
.ed-listing-vehicle-row .right-section .view-details-button-container a.call-us-number{
	width: 100%;
	background-color: #FF6900;
	color: #fff;	
	text-align: center;
	display: block;
	padding: 8px 10px 5px;
	margin-bottom: 10px;
	display: block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.ed-listing-vehicle-row .right-section .description-details {
	font-size: 13px !important;	
	padding-top: 10px;
	clear: both;
}
.ed-listing-vehicle-row .right-section .description-details p{
	font-size: 13px !important;	
}
.ed-listing-vehicle-row .right-section .description-details p.description-text-short{
	font-size: 13px !important;	
}
.ed-listing-vehicle-row .right-section .description-details p.description-text-full{
	font-size: 13px !important;	
}	

.ed-listing-vehicle-row .right-section .description-details span{
	cursor: pointer;
}
/*SMALLER SCREEN @MEDIA QUERY*/
@media all and (max-width: 1030px){
	.ed-listing-vehicle-row .left-section{
		float: none;
		width: 100%;
	}
	.ed-listing-vehicle-row .right-section{
		float: none;
		width: 100%;	
	}
	.ed-listing-vehicle-row .right-section .view-details-button-container{
		position: relative;
		width: 100%;
		top: auto;
		right: auto;
		margin: 10px auto 20;
		text-align: center;
		display: block;
	}
	.ed-listing-vehicle-row .right-section .specs-details .specs-table .specs-label{
		font-size: 12px;
	}
	.ed-listing-vehicle-row .right-section .specs-details .specs-table .specs-value{
		font-size: 12px;	
	}
	.ed-listing-vehicle-row .right-section .dealership-info i.icon-phone-dark {
    	font-size: 16px;
	    vertical-align: middle;
	    top: -2px;
	    position: relative;
	}
	.ed-listing-vehicle-row .left-section .image-holder{
		padding-right: 0px;
	}
}

@media all and (max-width: 767px){
	.ed-listing-vehicle-row .right-section .specs-details .specs-table .left-column{
		float: none;
		margin: 0;
		width: 100%;
	}
	.ed-listing-vehicle-row .right-section .specs-details .specs-table .right-column{
		float: none;
		margin: 0;
		width: 100%;
	}
	.ed-listing-vehicle-row .right-section .specs-details .specs-table .right-column p:nth-child(odd){
		background-color: #fbfbfb;	
	}
	.ed-listing-vehicle-row .right-section .specs-details .specs-table .right-column p:nth-child(even){
		background-color: #f2f2f2;
	}
	.ed-listing-vehicle-row .right-section .dealership-info .left-column, .ed-listing-vehicle-row .right-section .dealership-info .right-column{
		font-size: 12px;

	}

}

.wp #inner-content #main .ed-listing-vehicle-row p{
	margin: 0 auto;
}
