/*
 * Search
 */
.search {
}

.search .form-group {
	margin-bottom:		0;
}

.visual {
	position:		relative;
}

.visual-overlay {
	width:			100%;
	position:		absolute;
	top:			50%;
	left:			0;
}

/*
 * Mobile
 */
@media screen and (max-width: 767px) {
	.responsive-slider,
	.responsive-slider .responsive-image {
		min-height:			auto;
		height: 			350px!important;
	}

	.visual-overlay {
		
	}

	.visual-overlay p {
		display:			none;
	}
}

/*
 * 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) {
}
