#booking-form{
	    position: relative;
}
.booking-container{
    display: block;
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0;
}
.booking-content{
    max-width: 1000px;
    background: #0d3785;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-family: Arial, sans-serif;
    user-select: none;
    position: relative;
    line-height: 18px;
    border: 1px solid #ffffff77;
    box-shadow: 1px 1px 5px #ffffffaa;
}
.booking-content__title{
    font-size: 18px;
    font-weight: 600;
}
.booking-content__subtitle{
    opacity: 0.75 ;
    font-size: 14px;
}
.booking-content-title{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.booking-content-selectors{
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding-top: 20px;
    padding-bottom: 10px;
}
.booking-content-selectors__title{
    text-align: right;
    font-weight: bold;
    padding-right: 10px;
    color: #Fff;
    display: flex;
    align-items: center;
    max-width: 200px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.booking-content-selectors__guests,
.booking-content-selectors__date{
    padding: 10px;
    background: #fff;
    color: #222;
    margin: 0 5px;
    border-radius: 4px;
    cursor: pointer;
    min-width: 110px;
    position: relative;
}

.booking-content-selectors__guests{min-width: 225px;}
.booking-content-selectors__guests-title,
.booking-content-selectors__date-title{
    font-size: 14px;
    color: #666;
    margin-top: -5px;
    margin-bottom: 6px;
    position: relative;
}
.booking-content-selectors__guests-title img,
.booking-content-selectors__date-title svg{
    position: absolute;
    right: -3px;
}

.booking-content-selectors__guests-value,
.booking-content-selectors__date-value{
    font-weight: 600;
    color: #5d698c;
}

.booking-content-selectors__price{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    width: 200px;
    background: darkorange;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    text-align: center;

}
.air-datepicker.-inline-{
    position: absolute !important;
    display: none;
}
#sel.-show,
.air-datepicker.-show{
    display: block;
}
.select-guests--main{
    position: absolute;

    background: #fff;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 1px 1px 10px #aaa;
    top: 60px;
    left: 0;
    width: calc(100% - 20px);
}

.guests-counter{
    position: relative;
    display: grid;
    grid-template-columns: 36px 1fr 36px;
    height: 34px;
    align-items: center;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    margin-bottom:10px ;
}
.guests-counter .minus, .guests-counter .plus{
    position: relative;
    height: 12px;
    width: 12px;
    transition: .3s;
}
.guests-counter .minus:before {
    content: "-";
    position: absolute;
    top: -1px;
    left: -2px;
    font-size: 37px;
    line-height: 12px;
    color: #888;
}
.guests-counter .plus:before {
    content: "+";
    position: absolute;
    top: -2px;
    left: -2px;
    font-size: 20px;
    line-height: 12px;
    font-weight: bold;
    color: #888;
}
.guests-counter__increment,
.guests-counter__decrement{
    display: grid;
    align-items: center;
    justify-content: center;
    height: 100%;
    line-height: 1;
    font-size: 28px;

}
.guests-counter__decrement{ border-right: 1px solid #d8d8d8;}
.guests-counter__increment{ border-left: 1px solid #d8d8d8; height: 100%;}
.guests-counter__text{font-size: 14px}
.booking-guests-button{
    width: 150px;
    margin: 0 auto;
    text-align: center;
    padding: 8px;
    background: #ff9800;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 14px;
}
#sel{display: none; z-index: 11}

.booking-search-result__caption{
    padding: 20px;
    text-align: center;
    font-weight: 600;
    color: #79a324;
    background: #fff;
}
.booking-search-result{
    position: absolute;
    background: #fff;
    width: calc(100% - 40px);
    box-shadow: 1px 1px 9px #aaa;
    color: #454545;
    border-radius: 6px;
    display: none;
    overflow: hidden;
}
.booking-search-result.-show{
    display: block;
    background: #f5f5f5;
    z-index: 111;
}
.booking-search-item{
    display: flex;
    margin: 5px;
    /* border: 1px solid; */
    box-shadow: 0px 0px 3px #bbb;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;

}
.booking-search-item__image img{
    max-width: 100%;
    height: auto;
}
.booking-search-item__image{
    max-width: 320px;
    height: 200px;
    min-width: 320px;
    background-size: cover !important;

}

.booking-search-item__content{padding: 10px; width: 100%}
.booking-search-item__address{
    position: absolute;
    bottom: 10px;
}
.booking-search-item__address span{color: #999}
.booking-search-item__row{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    height: 100%;
}
#tl-search-form{
    position: relative;
}


.booking-search-item__row:last-child{
    border: unset;
}

.booking-window-active{
    min-height: 150px;
    background: transparent;
    margin-top: 40px;
}

@media screen and (max-width: 700px){
    .booking-window-active {
        min-height: 340px !important;
    }
}
.has_airport_transfer { background-image: url(./images/shuttle.svg);}
.has_internet         { background-image: url(./images/internet.svg);}
.has_parking          { background-image: url(./images/parking.svg);}
.has_kids             { background-image: url(./images/kids.svg);}
.has_fitness          { background-image: url(./images/fitness.svg);}
.has_meal          { background-image: url(./images/meal.svg);}
.has_pool          { background-image: url(./images/pool.svg);}
.has_barber         { background-image: url(./images/barber-shop.svg);}
.has_tv         { background-image: url(./images/tv.svg);}
.has_refrigerator         { background-image: url(./images/refrigerator.svg);}
.has_conditioner         { background-image: url(./images/conditioner.svg);}
.has_tea         { background-image: url(./images/tea.svg);}
.has_kitchen        { background-image: url(./images/kitchen.svg);}
.booking-search-item__stars{display: flex}

.booking-search-item__stars .star{
    background-image: url(./images/star.svg);
    width: 10px;
    height: 10px;
    margin-right: 2px;
}

.booking-search-item__content_raiting  {
    padding-right: 10px;
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 10px;
}
.booking-search-item__content_raiting  strong {
    color: mediumseagreen;

}
.booking-search-item__content_raiting .star-green {
    background-image: url(./images/star-green.svg);
    width: 13px;
    height: 13px;
    display: inline-block;
    margin: 0  5px;
}

.icon-item{
    width: 22px;
    height: 20px;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 7px;
    background-position: center;
    margin: 0 3px;
}

.icon-item:hover{
    border-radius: 50%;
    background-color: #f2f1f0;
}

.booking-search-item__content_price_button{
    position: absolute;
    bottom: 5px;
    width: 150px;

    right: 0;
    text-align: center;
    background: yellowgreen;
    padding: 10px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    opacity: 0.9;
}
.booking-search-item__content_price_button:hover{
    opacity: 1;
}
.booking-search-item__content_price_value_total{
    font-size: 14px;
    font-weight: 600;
    color: grey;
    text-align: right;
    position: absolute;
    bottom: 50px;
    right: 5px;
}
.booking-search-item__content_price_value{
    position: absolute;
    bottom: 75px;
    right: 5px;
}
.booking-search-item__content_info{
    position: relative;
    flex-grow: 1;
}
.booking-search-item__content_price{
    width: 200px;
    position: relative;
    border-left: 1px solid #eee ;
}
.booking-search-item__content_icons {
    flex-wrap: wrap;
    justify-content: flex-end;
    display: flex;
}


.booking-search-item__name{
    font-size: 20px;
    font-weight: 600;
    color: slategrey;
    padding-bottom: 5px;
}
.booking-search-item__rooms_title{
    font-size: 12px;
    padding-left: 5px;
    font-weight: 600;
    color: yellowgreen;
}
.booking-search-item__rooms_value{
    display: flex;justify-content: flex-start;
    align-items: center;
}
.booking-search-item__rooms_value div:hover{
    background: #f6f6f6;
}
.booking-search-item__rooms_value div{
    font-size: 12px;
    font-weight: 600;
    color: #999;
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 4px;
    min-width: 18px;
    text-align: center;
    margin: 5px;

}
.booking-search-item__rooms_value div.long{
    width: auto;
}

.booking-search-item__address{
    font-size: 12px;
    color: steelblue;
    padding-bottom: 5px;
    line-height: 12px;
}
.booking-search-item__center{
    font-size: 14px;
    padding-bottom: 5px;
    position: absolute;
    bottom: 35px;
}
.booking-search-item__center::before{
    content: ' ';
    background-image:  url(./images/center.svg);
    background-size: cover;
    width: 22px;
    height: 22px;
    float: left;
    display: block;
    margin-right: 10px;
    margin-top: -2px;
}
.pb20{
    padding-bottom: 20px;
}

.booking-overlay{
    background: #00000055;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    display: none;
    z-index: 1;
}

.booking-overlay.-show{
    display: block;
}

@media screen and (max-width: 900px) {
    .booking-content-selectors__title{display: none}
}
@media screen and (max-width: 700px) {
    .booking-content-selectors__title{display: block}
    .booking-content{
        margin: 0 5px;
    }
    .main-div{
        max-width: 100%;
    }

    .booking-content-title{
        flex-wrap: wrap;
        display: none;

    }
    .booking-content-selectors{
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 10px;
    }
    .booking-content-selectors>div{
        margin-bottom: 10px;
    }

    .booking-content-selectors__date{
        width: calc(50% - 30px);
        margin: 5px 0;
    }
    .booking-content-selectors__guests,
    .booking-content-selectors__title{
        width: 100%;
        margin: 5px 0;
        max-width: unset;
    }

    .booking-content-selectors__price{
        padding-top: 15px;
        padding-bottom: 15px;
        width: 100%;
        margin: 0 ;
        margin-top: 10px;

    }
    .booking-content-selectors__title{
        justify-content: center;
        padding-bottom: 10px;
    }

    .select-guests--main{  width: calc(100% - 20px); }

    #date_to .air-datepicker.-inline-{
        right: 5px;
    }

    .booking-search-item, .booking-search-item__row{
        flex-wrap: wrap;
    }
    .booking-search-item{
        margin-bottom: 20px;
        background: #fff;
    }
    .booking-search-item__content{
        width: calc(100% - 20px);

    }

    .booking-search-item__content_price{
        width: 100%;
        padding-bottom: 10px;
        border-left: unset;
    }

    .booking-search-result{
        width: calc(100% - 10px);
        left: 5px;
    }

    .booking-search-item__image  {
        max-width: 100%;
        width: 100%;
		overflow: hidden;
    }
    .booking-search-item__image img{
        width: 100%;
        height: auto;
    }

    .booking-search-item__row{
        padding-top: 10px;
    }
    .booking-search-item__center, .booking-search-item__address,
    .booking-search-item__content_price_button,
    .booking-search-item__content_price_value {
        position: unset
    }
    .booking-search-item__content_price_value{
        padding-bottom:  20px;
        padding-left: 10px;
    }
    .booking-search-item__content_price_value_total{
        bottom: 20px;
    }
    .booking-search-item__rooms_value{
        justify-content: flex-end;
        margin-top: -25px;
    }
    .booking-search-item__rooms_title{
        padding-top: 7px;
    }
    .booking-search-item__center{
        padding: 10px 0;
    }

    .booking-search-item__content_price_button{
        width: 150px;
        display: block;
    }



    .booking-search-item__content_raiting{
        padding-right: 0;
        padding-top: 10px;
    }

    /*.booking-search-item__rooms_value div{*/
        /*min-width: 30px;*/

        /*min-height: 30px;*/
    /*}*/

}