.spacer {
    display: block;
    height: 91px;
    width: 100%;
}
.right-sidebar .details-btn .form-control {
    display: inline;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
}
.slider-wth-thumbs.style-2 .thumbnails .swiper-slide:before {
    border: 5px solid #d73240;
}
#massage .alert-danger {
    background-color: #d73240;
    color: #ffffff;
}
#massage .alert-danger .close {
    color: white;
    opacity: 0.7;
}
.success_popup {
    display: none;
    position: fixed;
    top: 46%;
    left: 35%;
    right: 35%;
    width: auto;
    background: white;
    padding: 15px;
    border: 2px solid #d73240;
    border-radius: 10px;
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    -khtml-border-radius: 10px; /* KHTML */
}
.c-button.bg-tr-1 {
    margin-bottom: 10px;
}
.success_popup .close {
    color: #d73240;
    opacity: 1;
}
ul.pagination {
    position: relative;
}
.container ul.pagination a,
.container ul.pagination > li > span,
.container ul.pagination li.disabled span,
.container ul.pagination li.disabled span:hover {
    width: 60px;
    color: #fff;
    background: #d73240;
    font-family: "Open Sans";
    font-weight: 500;
    margin-right: 3px;
    border: 2px solid #d73240;
    border-radius: 20px;
    -moz-border-radius: 20px; /* Firefox */
    -webkit-border-radius: 20px; /* Safari, Chrome */
    -khtml-border-radius: 20px; /* KHTML */
}
.container ul.pagination li.disabled span,
.container ul.pagination li.disabled span:hover {
    opacity: 0.6;
}
.container ul.pagination li.active a,
.container ul.pagination li.active a:hover,
.container ul.pagination a:hover,
.container ul.pagination li span:hover {
    background: #fff;
    color: #d73240;
    border: 2px solid #d73240;
}
.grid-content .hotel-item a.grid-hidden {
    display: block;
    margin-bottom: 5px;
}
.list-content .hotel-item a.grid-hidden {
    width: 120px;
    margin-bottom: 3px;
}
/*.grid-content .hotel-item.style-3 .title p::nth-child(odd) {*/
.hotel_disription {
    height: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0px;
    margin-bottom: 5px;
}
.search-inputs .input-style-1 input[name*=city],
.search-inputs .input-style-1 input[name*=stars],
.search-inputs .input-style-1 input[name*=guests] {
    padding-left: 23px;
}
.popup {
    display: none;
    position: fixed;
    left: 18%;
    right: 18%;
    top: 35%;
    background: #fff;
    z-index: 2001;
}
.popup button {
    color: #d73240;
    opacity: 0.8;
    margin-right: 3px;
}
.popup button:hover {
    opacity: 1;
}
.popup .popup-wrapper {
    text-align: center;
    padding: 20px 20px;
}
.popup-conteiner {
    float: left;
    width: 33%;
    left: 15px;
    margin-right: 15px;
}
#scalar {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(128, 128, 128, 0.7);
    z-index: 2000;
}
.popup .input-style-1 {
    width: auto;
}
.popup a.c-button {
    width: 90%;
    height: 48px;
    padding-top: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.popup input {
    margin-top: 5px;
    margin-bottom: 5px;
}
.popup a.c-button span {
    /*margin-top: 3px;*/
}
@media (max-width: 768px) {
    .popup {
        left: 10%;
        right: 10%;
        top: 30%;
    }
    .popup .input-style-1.b-50 input {
        padding: 0px 20px 0px 35px;
    }
    .popup a.c-button {
        margin-left: 16px;
    }
    .success_popup {
        top: 30%;
        left: 15%;
        right: 15%;
    }
}
@media (max-width: 420px) {
    .popup .input-style-1.b-50 input {
        padding: 0px 20px 0px 24px;
        width: 113%;
    }
}
@media (max-width: 320px) {
    .popup .input-style-1.b-50 input {
        padding: 0px 20px 0px 24px;
        width: 100%;
    }
}