.filter__rooms, .filter-nav__item:first-child {
    max-width: 210px;
    width: 100%;
}
.filter-nav__item {
    /*margin-right: 33px;*/
    position: relative;
}
.filter-nav__btn {
    background-color: inherit;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    cursor: pointer;
}
.dropdown-block {
    display: none;
    /*top: 80px;*/
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    /*width: 100%;*/
    margin-top: 8px;
    padding: 0px 30px;
    z-index: 1000;
}
.dropdown-block__item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 17px;
    padding-top: 16px;
}
.show {
    display: block !important;
}
.dropdown-block__item .name {
    font-weight: 300;
    font-size: 16px;
    line-height: 125%;
    color: #231F1F;
    cursor: pointer;
    display: inline-flex;
    width: 100%;
}
.dropdown-block__item .quantity {
    border: 1px solid rgba(204, 175, 101, 0.4);
    border-radius: 60px;
    min-height: 25px;
    padding: 0px 6px 0px 9px;
    display: flex;
    align-items: center;
}

.quantity__change {
    font-weight: 300;
    font-size: 14px;
    line-height: 128%;
    color: #000000;
    cursor: pointer;
    background-color: inherit;
    cursor: pointer;
}
.dropdown-block__item .number {
    font-weight: 300;
    font-size: 14px;
    line-height: 128%;
    color: #000000;
    width: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    text-align: center;
    outline: none;
}
.pad-5{
    padding:5px;
}
.color-w{
    color: white;
}
.container button.active .arrow {
    transform: rotate(180deg);
}
#book-calendar {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#book-calendar-2 {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-about-images a{
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 22px;
}
.home-about-images{
    color: rgba(255, 255, 255, 1);
}
.eh-popup {
    margin: auto;
}
.filter-nav__btn span{
    min-width: 95px;
}

#book-calendar-3 ~ section,
#book-calendar-3 ~ section section {
	width: 100%;
}


.loader {
    border: 5px solid #f3f3f3;
    margin: auto;
    border-radius: 78%;
    border-top: 5px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.image-container {
    position: relative;
    display: inline-block;
}


button:disabled{
    cursor: no-drop;
}
#lightboxOverlay{
    z-index: 999999 !important;
}
#lightbox{
    z-index: 9999999 !important;
}

#lightbox.lightbox .lb-image {
	border-width: 0;
}

#lightbox .lb-data .lb-close {
	position: absolute;
	top: -35px;
	right: 10px;
}
#st-el-1.st-hide{
    display: block!important;
}
