/*
 * Search
 */
.search {
}

.search .form-group {
	margin-bottom:		0;
}

.videos p {
	padding: 10px 0 0 0;
	margin: 0;
}

.videos p a {
	color: inherit;
    	font-size: 1.1em;
   	font-weight: 700;
    	line-height: 22px;
}

.card-object-details {
	background: none;
	margin-bottom: 0;
}

.card-object {
	min-height: inherit;
}

/*
 * Mobile
 */
@media screen and (max-width: 767px) {
	.responsive-slider,
	.responsive-slider .responsive-image {
		min-height:			500px;
	}

	.card-object-details {
		margin-bottom: 20px;
	}

	.review-block {
		margin: 0 20px;
	}

}

/*
 * Tablet
 */
@media screen and (min-width: 768px) and (max-width: 991px) {
	.responsive-slider,
	.responsive-slider .responsive-image {
		min-height:			400px;
	}
}

/*
 * Small desktop
 */
@media screen and (min-width: 992px) and (max-width: 1199px) {
}
