
.travel-autocomplete {
    display: block !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    z-index:99999999 !important;
}
.travel-popular-list{
    z-index:99999999 !important;
}
.travel-popular-list li a {
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    position: relative;
    border: 0 !important;
    background-color: #fff !important;
}

.travel-popular-list li a:before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    left: 0;
    top: 0;
    background: #9e005d;
}

.travel-popular-list li a:hover {
    background: #F9F9F9 !important;
    text-indent: 4px;
    color: #9e005d;
    padding-right: 76px;
}

.travel-popular-list li a:hover:before {
    width: 4px;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1002 !important;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    z-index:1003 !important;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}



.preloader {
    display: block;
    margin-top: 5px;
    clear: both;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f4f6f9;
    background: linear-gradient(to right,#eee 8%,#ddd 18%,#eee 33%);
    background-size: 800px 104px;
    position: relative;
}
@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}
.hotel-img .preloader {
    height: 169px;
}
.hotel-name-style .preloader {
    width: 80%;
}
.preloader {
    height: 24px;
}
.hotel-location.preloader {
    max-width: 50%;
}
.preload-board-type {
    width: 20%;
}
.preloader.w-80 {
    width:80%;
}
.preloader.w-60 {
    width: 60%;
}
.preloader.w-40 {
    width: 40%;
}
.preloader.w-10 {
    width: 10%;
}
.preloader.w-20 {
    width: 20%;
}
.review-hotel .preloader{
    float: right;
}
.review-hotel .preloader {
    min-width: 30%;
}
.hide-loader{
    display:none;
}
@media (max-width:991px){
    .skeleton-loader .hotel-card-facilities{
        padding:0 15px;
    }
    .skeleton-loader .align-right.review-hotel {
        display:flex;
    }
    .preloader.w-80,
    .preloader.w-60,
    .preloader.w-40 {
        display:none
    }
    .skeleton-loader .align-right.review-hotel .preloader:last-of-type{
        position:absolute;
        right: 16px;
    }
}


.alt_buton_v2 {
    display: none;
    position: fixed;
    z-index: 1054;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    background: #fff;
    box-shadow: 0px 0px 80px rgba(12, 42, 144, 0.45);
    -webkit-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.3);
}

.alt_buton_v2 .hemen_ara, .alt_buton_v2 .sizi_arayalim, .alt_buton_v2 .wp {
    float: left;
    width: 50%;
    text-align: center;
}
.alt_buton_v2 .sizi_arayalim {
    padding-right: 20px;
}
.alt_buton_v2 .wp {
    padding-left: 20px;
}
.alt_buton_v2 .img {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.alt_buton_v2 .img img {
    display: inline-block;
    height: 25px;
}
.alt_buton_v2 span {
    float: left;
    width: 100%;
    line-height: 20px;
    font-weight: bold;
    color: #7d7e81;
}
.alt_buton_v2 .hemen_ara {
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #9e005d;
    text-align: center;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
}
.alt_buton_v2 .hemen_ara span {
    line-height: 1;
    font-weight: normal;
    color: #fff;
    padding-top: 0px;
    font-size: 15px;
}
.alt_buton_v2 .hemen_ara img {
    height: 20px;
}
.alt_buton_v2 .wp span {
    color: #55bb81;
}



@media only screen and (max-width: 915px) {
    .alt_buton_v2 {
        display: block;
    }

    .widget-content {
        display: none;
    }

    .wp-btn{
        display:none !important;
    }

}


@media only screen and (max-width: 480px) {

    header .logo img {
        max-width: 210px !important;
    }


}

@media only screen and (min-width: 480px) {

    header .mobilesystemlogo {
        display:none !important;
        right:0px !important;
    }


}


