﻿.mapborder {
	padding: 3px;
	border: 2px solid #2e8dbd;
	border-radius: 2px;
}


.custom-overlay-style-hm-box-center {
		position: relative;
		overflow: hidden;
}

.custom-overlay-style-hm-box-center:before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		box-shadow: 30px 0px 220px 220px rgba(74, 74, 91, 0.4);
		transform: translateY(-50%);
}

.custom-overlay-style-hm-box-center:after {
		content: '';
		display: block;
		background: rgba(74, 74, 91, 0.4);
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
}

.custom-overlay-style-hm-box-center > * {
		position: relative;
		z-index: 1;
}

@media (max-width: 575px) {
	}
}



@media (orientation: landscape) and (max-width: 991px) {
	html.home:not(.sticky-header-active) #header.header-floating-bar .header-body {
		background-color: rgba(0, 0, 0, 0.4) !important;
	}
}
@media (orientation: landscape) and (max-width: 991px) {
	.custom-margin-hm-slide {
		margin-top: 40px !important;
	}
}
