/*
 * Search
 */
.search {
}

.search .form-group {
	margin-bottom:		0;
}

/*
 * Mobile
 */
@media screen and (max-width: 767px) {
	.responsive-slider,
	.responsive-slider .responsive-image {
		min-height:			500px;
	}
}

/*
 * 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) {
}
