
/* k.s.s :) */

/* @font-face {
    font-family: Anglecia-Pro-Display;
    src: url(../fonts/Anglecia-Pro-Display.otf);
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

h1, h2, h3 {
    font-weight: 500;
    line-height: 1.16;
    font-family: WulkanDisplay,Anglecia-Pro-Display,Helvetica,Arial,sans-serif;
}

.header__link{
    font-family: WulkanDisplay,Anglecia-Pro-Display,Helvetica,Arial,sans-serif;
} */

.address__link{
	font-size: 1.8rem;
}
.room__count{
	font-family: AngleciaProDisplay,Helvetica,Arial,sans-serif;
}

.header__navbar .header__btn.d-block{
	display: block !important;
}

.parsley-errors-list{
	display:none !important;
}

.parsley-success{
	border-bottom-color: green !important;
	
    border-color: #198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(.375em + .1875rem) center !important;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem) !important
}

.parsley-error{
	border-bottom-color: red !important;
}

.parsley-errors-list.filled{
	color: red;
	position: absolute;
}

/* .f_e:focus{
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none;
	background: none;
} */

div.message-alert,
div.message-alert2 {
    margin: 0 0 10px;
    background-color: #c9f7b2;
    color: #61a600;
    padding: 18px 30px 18px 20px;
    font-size: 14px;
    border: none;
	display:none;
}

div.message-alert2.mess-errors,
div.message-alert.mess-errors {
    background-color: #ffd9d9;
    color: red;
}

.header{
	/* z-index: 9999999; */
	z-index: 999;
}

.notification{
	z-index: 9999;
}

.infrastructure__img::before {
    background: url(../../img/overlay1-1.png) bottom center/cover no-repeat;
}

.infrastructure--reversed .infrastructure__img::before {
    background-image: url(../../img/overlay2-1.png);
    background-position: top center;
}
.infrastructure__img img {
    max-width: 615px;
}
.SumoGallery {
    z-index: 999;
}

/* .mfp-wrap {
    z-index: 99999999;
} */

.map__list--white {
    max-height: 400px;
    overflow-y: auto;
}

.infrastructure:not(:last-of-type) {
    padding-bottom: 0;
}
.infrastructure:not(:first-of-type) {
    padding-top: 0;
}

/* .foundation-root{
	position: relative;
}
.foundation-root:before {
	content: '';
	position: absolute;
	background: #FCFBFA ;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} */
.foundation {
    padding: 340px 0 265px;
    background: url(../../themes/4/assets/img/infrastructure-bg2.png) center right/auto 90% no-repeat,url(../../themes/4/assets/img/infrastructure-bg.png) bottom 0 left -32% no-repeat #fff;
    z-index: 998;
	background-color: #FCFBFA;
}

.modal {
    z-index: 99999999;
}

.slogan {
    padding: 200px 0;
}

.slider .lSSlideOuter .lSPager.lSGallery li a img {
    height: auto;
	min-width: 100%;
	min-height: 100%;
}

.room__bg{
	opacity: 1;
}

.brochure:hover .brochure__icon {
    background-color: #3c3d42;
}

#scrollTop{
    border-radius: 50%;
	transition: .3s;
}
#scrollTop:hover{
	background-color: #3c3d42;
}

/* .exterior {
    position: relative;
    padding: 180px 0 50px;
    background-image: url(../../themes/4/assets/img/exterior-bg.png);
    background-repeat: no-repeat;
    background-position: top 100px left 33%;
    background-color: #FCFBFA;
} */

.map__inner .more:focus,
.map__inner .more:hover {
    background: rgba(255,255,255,.5);
}

@media screen and (max-width: 991px){
	.slogan {
		padding: 145px 0;
	}
}

@media (min-width: 1200px){
	.header__navbar .header__btn.d-block {
		display: none!important;
	}
}

.noscroll .header__navbar .header__btn.d-block.call-se{
	display: none !important;
}

@media screen and (max-width: 767px){
	.foundation {
		padding: 60px 0;
		background-image: none;
	}
	.slogan {
		padding: 80px 0 140px;
	}
	.more{
		margin-left: auto;
		margin-right: auto;
	}
	.room__more {
		right: unset;
	}
	
}