﻿.review a {
	transition: all 0.3s ease;
	color:#3c3c3b;
	display: inline-block;
	position: relative;
}

section {
	padding:5px 0; margin:0; width:100%; height:auto; float:left
}

section.reviews {
	margin:0; width:100%; height:auto; float:left
}

/* Owl Slider */


.owl-reviews .item {
	width:100%; height:auto; float:left;
	padding:0 15px 30px 15px;
}

/* Review Styles */

.review {
	background: white;
	padding:0;
	border-radius:2px;
	box-shadow:0 3px 5px rgba(0,0,0,.05);
	margin:10px 0;
	height:auto;
}

.img-hover{border-radius: 10px;}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

.review {
	background: white;
	padding:15px;
	border-radius:2px;
	box-shadow:0 3px 5px rgba(0,0,0,.05);
	margin:10px 0;
	height:650px;
}

section.reviews {
	margin:0
}

}


