.jmg-vehicles-body{
	border: none;
}

@media (max-width: 767px) {
	.jmg-vehicles-body .block{
		border-bottom: 1px solid #eee;
		line-height: normal;
		display: block;
		overflow: hidden;
		height: auto;
		padding: 15px;
	}

	.jmg-vehicles-body .block:hover{
		background: #dddddd;
	}

	.jmg-vehicles-body .block .image{
		height: auto;
		overflow: hidden;
		display: block;
		text-align: center;
	}
	
	.jmg-vehicles-body .price{
		margin-top:20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.jmg-vehicles-body .block{
		border-bottom: 1px solid #eee;
		line-height: normal;
		display: block;
		overflow: hidden;
		height: 150px;
		padding: 15px;
	}

	.jmg-vehicles-body .block:hover{
		background: #dddddd;
	}

	.jmg-vehicles-body .block .image{
		height: 90px;
		overflow: hidden;
		display: block;
		text-align: center;
	}

	.jmg-vehicles-body .block .image img{
		min-height: 90px;
		min-width: 100%;
		position: relative;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	
	.jmg-vehicles-body .price{
		text-align: right;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.jmg-vehicles-body .block{
		border-bottom: 1px solid #eee;
		line-height: normal;
		display: block;
		overflow: hidden;
		height: 150px;
		padding: 15px;
	}

	.jmg-vehicles-body .block:hover{
		background: #dddddd;
	}

	.jmg-vehicles-body .block .image{
		height: 90px;
		overflow: hidden;
		display: block;
		text-align: center;
	}

	.jmg-vehicles-body .block .image img{
		min-height: 90px;
		min-width: 100%;
		position: relative;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	
	.jmg-vehicles-body .price{
		text-align: right;
	}
}
@media (min-width: 1200px) {
	.jmg-vehicles-body .block{
		border-bottom: 1px solid #eee;
		line-height: normal;
		display: block;
		overflow: hidden;
		height: 150px;
		padding: 15px;
	}

	.jmg-vehicles-body .block:hover{
		background: #dddddd;
	}

	.jmg-vehicles-body .block .image{
		height: 90px;
		overflow: hidden;
		display: block;
		text-align: center;
	}

	.jmg-vehicles-body .block .image img{
		min-height: 90px;
		min-width: 100%;
		position: relative;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.jmg-vehicles-body .price{
		text-align: right;
	}
}

.jmg-vehicles-body .text{
	padding: 15px;
}

.jmg-vehicles-body .date{
	padding: 20px 0;
	text-align: center;
}

.jmg-vehicles-body p{
	line-height: normal;
	margin: 2px 0!important;
}

.jmg-vehicles-body a,
.jmg-vehicles-body a:hover{
	color: #000000;
}

.jmg-vehicles-body h2,
.jmg-vehicles-body h3,
.jmg-vehicles-body h4,
.jmg-vehicles-body h5{
	margin-top: 0;
	margin-bottom: 5px;
	line-height: normal;
	font-weight: 700;
}

.jmg-vehicles-body .row-fluid.margin{
	
}