.section-map .mapboxgl-popup-content {
	padding: 10px!important
}
#map {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100vh!important
}
.section-search>div {
	background-color: #1a1a1a;
	position: relative;
	z-index: 10;
}
.section-search>div>div>div {
	padding: 60px
}
.section.section-footer {
	bottom: 0
}
.section-search .button-special {
	background-color: #000;
	color: #fff
}
.section-search .button-special:hover {
	color: #0b6b9e
}
.alert {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10000;
	-webkit-transition: .5s all;
	transition: .5s all;
	opacity: 1
}
.select2-container--default .select2-selection--single {
	background-color: rgba(0, 0, 0, 0);
	height: 40px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000;
	line-height: 35px;
	text-transform: initial;
	font-weight: 400
}
.select2-container {
	width: 100%!important
}
.section-search .button-special.active {
	background-color: #0b6b9e
}
.section-search .button-special.active:hover{
	color: white;
}
div#exampleModal > div {
    margin-top: 60px;
}
@media only screen and (min-width: 1600px) {
	#map {
		height: 70vh!important
	}
}
@media only screen and (min-width: 1920px) {
	#map {
		height: 70vh!important
	}
}
@media only screen and (min-width: 992px){
    .section-search>div {
    	top: -30px
    }
}
@media only screen and (max-width: 991px){
    .section-search{
        padding-top: 50px !important
    }
    .section-search>div>div>div{
        padding: 20px 40px;
    }
}
@media only screen and (max-width: 575px) {
	.section-map {
		height: 96vh!important
	}
	.section-search>div>div>div {
		padding: 20px
	}
	.section-search>div {
		top: 0
	}
}
.sk-rotating-plane {
	width: 40px;
	height: 40px;
	background-color: #333;
	margin: 40px auto;
	-webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
	animation: sk-rotatePlane 1.2s infinite ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
@-webkit-keyframes sk-rotatePlane {
	0% {
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}
	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}
	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
	}
}
@keyframes sk-rotatePlane {
	0% {
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}
	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}
	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
	}
}