body {
}

.field-validation-error {
	color: red;
	margin-left: 40px;
	padding-top: 15px;
	margin-bottom: 15px;
	display: block;
}

.validation-summary-errors ul {
	padding: 0px;
	list-style: none;
	color: red;
	text-align: center;
}

.form-login > .row > div
{
	margin-bottom: 0px;
}

.box-filters--tabs {
	position: relative;
}

.offers_regions_wrapper {
	display: none;
	position: absolute;
	left: 20px;
}

.homepageHeroMobile {
	display: none;
}

#restaurantes.highlights .item .bubble .content .cta,
.highlights .item .bubble .content .cta.services-cta {
	float: none;
}


@media (min-width: 992px) {

	#restaurantes.highlights .item .bubble .content .cta,
	.highlights .item .bubble .content .cta.services-cta {
		right: auto;
		margin-right: auto;
	}
}

@media (max-width: 992px) {
	.generic-table-container .table_content {
		display: none;
	}

	.offers_regions_wrapper {
		display: none;
		position: relative;
		padding-left: 20px;
	}

	.homepageHero
	{
		display: none;
	}

	.homepageHeroMobile
	{
		display: block;
	}

}



.hero .imageholder1 img, .hero .imageholder2 img {
	min-height: 200px !important;
}

.hero .textholder
{
	top: 0;
}


#galleryModal.modal-body {
	z-index: 300000;
}

.modal-open{
	position: relative !important;
}
