html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 60px;
    background-color: #DDDDDD;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-weight: normal;
    font-size: 14px;
}
body.landing{
    background-color: white;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    /*line-height: 40px;*/
    background-color: #f5f5f5;
    text-align: center;
}


.footer p {
    margin: 10px 0;
}


.carousel-item {
    height: 90vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.navbar-toggler {
    z-index: 1;
}

/*@media (max-width: 576px) {*/
    /*nav > .container {*/
        /*width: 100%;*/
    /*}*/
/*}*/

/* Temporary fix for img-fluid sizing within the carousel */

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}


.sidebar-filter {
    min-height: 20px;
    padding: 5px 0 10px 0;
    margin-bottom: 20px;
    background-color: white;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.sidebar-filter .divider {
    height: 2px;
    margin: 10px 0 5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}

.sidebar-filter .nav-header {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #685D5D;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    text-transform: uppercase;
}

.sidebar-filter .btn-search {
    margin-top: 10px;
}

.sidebar-filter .form-control {
    width: 100%;
}
.sidebar-filter .checkbox-list label {
    width: 100%;
    display: inline-block;
}
#rate_type {
    width: 63px;
}
.landing-search {
    position: absolute;
    top:50%;
}

.landing-search .form-section {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
}
.landing-search h2 {
    color: white;
}
.footer .nav .nav-link {
    color: rgba(0,0,0,.5);
}

.hall-link, .hall-link:hover {
    color: #444;
    text-decoration: none;
}
.hall-item span.price {
    display: block;
    background: rgba(243, 152, 77, 0.59);
    position: absolute;
    min-width: 20px;
    padding: 2px 5px;
    color: white;
    font-size: 20px;
    opacity: 21;
    bottom: 0;
}
.hall-item .img-link {
    position: relative;
}
.hall-item .card-img-top {
    width: 100%;
    height: auto;
}
.hall-item .card-title {
    font-size: .9rem;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: .3rem;
}
.hall-item:hover {
    border-color: #A2C892;
}
.hall-item .show-location {
    color: #444;
    border-bottom: 1px dashed #444;
}
.hall-item .show-location:hover {
    text-decoration: none;
}

#reviews form .start-rating {
    font-size: 30px;
    color: #FFD700;
}
.inline-star-rating {
    font-size: 15px;
    color: #FFD700;
}

#map {
    min-height: 500px;
}

.navbar-main {
    background-color: #88BE71;
    border-bottom: 4px solid #A2C892;
    padding: .3rem 1rem;
}
.navbar-main .navbar-brand,
.navbar-main .navbar-brand a,
.navbar-main .navbar-nav .nav-link {
    color: #D2E4CB;
}
.navbar-main .navbar-nav .active>.nav-link,
.navbar-main .navbar-nav .nav-link.active,
.navbar-main .navbar-nav .nav-link.open,
.navbar-main .navbar-nav .open>.nav-link,
.navbar-main .navbar-nav .nav-link:hover,
.navbar-main .navbar-nav .nav-link:focus,
.navbar-main .navbar-brand:hover {
    color: white;
}
.navbar-main .navbar-brand a:hover,
.navbar-main .navbar-brand a:focus {
    color: white;
    text-decoration: none;
}
.navbar-main .navbar-brand .dropdown-item,
.navbar-main .navbar-brand .dropdown-item:hover {
    color: #292b2c;
}
.navbar-main .navbar-brand .change-city::after {
    display:none
}
.navbar-main .navbar-brand .change-city {
    border-bottom: 1px dashed;
}
.promo-text {
    font-size: 16px;
}
.promo-text .check {
    color: #88BE71;
    font-size: 40px;
    float: left;
    margin-top: -10px;
}

.city-popular-header a {
    color: #484848;
    text-decoration: none;
}

.last-review-item img {
    width: 100%;
    height: auto;
}
.last-review-item .hall-link {
    text-decoration: underline;
}
.last-review-item .date {
    font-size: 0.6rem;
}

.article-list .title {
    color: #777;
}

.article-list .date {
    font-size: 0.9em;
}

.article-img {
    float: left;
    margin: 5px 15px 5px 0;
    max-width: 250px;
}

.article-list .article {
    border-bottom: 1px dashed #D2D2D2;
    margin-bottom: 0.5rem;
}

.article:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.nav-item.locales a {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
}
.nav-item.locales .uk {
    background-image: url("../img/uk.png");
}
.nav-item.locales .us {
    background-image: url("../img/us.png");
}
.nav-item.locales .ru {
    background-image: url("../img/ru.png");
}
.pagination .page-item.active .page-link {
    background-color: #BE6315;
    border-color: #BE6315;
    color: white;
}
.pagination .page-link {
    color: #444;
}
.nav-pills .nav-item .nav-link {
    color: green;
}
.nav-pills .nav-item .nav-link:hover {
    background-color: #d3d3d3;
}
.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
    background-color: #A2C892;
    color: #fff;
}
a {
    color: #444;
}
a:hover {
    color: green;
}

.hall-phones {
    border: 1px solid #88BE71;
}
.hall-phones .phone-short {
    display: inline-block;
}
.hall-phones .phone {
    font-weight: bold;
    font-size: 1.4em;
    color: #542a2a;
}
.hall-phones .show-contacts {
    margin-left: 15px;
    font-size: 0.85em;
    width: 68px;
    line-height: 10px;
    display: inline-block;
}
.hall-phones .show-contacts i {
    margin-right: 5px;
    font-size: 1.5em;
    margin-top: 2px;
    display: block;
    float: left;
    color: #88BE71;
}
.hall-phones .show-contacts a {
    color: #88BE71;
    text-decoration: none;
}
.bg-white {
    background-color: white;
}
.link-underline-dashed {
    border-bottom: 1px dashed;
}
h1.title {
    font-size: 2rem;
}
.tab-content p:last-child {
    margin-bottom: 0;
}
.filter-price input.form-control {
    width:70px;
    display: inline-block;
}
.has-danger label {
    color: #dc3545;
}
.city-popular-header h4 {
    font-size: 1.2rem;
}

.navbar-brand img {
    height: 30px;
    width: auto;
    margin-top: -4px;
    margin-right: 8px;
}

.similar-halls .hall-item span.price {
    font-size: 16px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    min-height: 38px !important;
}

.missing-photo {
    background-color: darkgray;
}

.custom-file-control:lang(uk):empty::after {
    content: "Виберіть файли...";
}
.custom-file-control:lang(uk)::before {
    content: "Перегляд";
}

.custom-file-control:lang(ru):empty::after {
    content: "Выберите файлы ...";
}
.custom-file-control:lang(ru)::before {
    content: "Обзор";
}

.locale-tabs .nav-item .nav-link {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.locale-tabs .nav-item .nav-link:focus {
    outline: 0;
}
.locale-tabs .nav-item .nav-link.active {
    border-bottom: 1px solid #fff;
}

@media (max-width: 1199px) and (min-width: 992px) {
    #rate_type {
        width: 100px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #rate_type {
        padding: 0.5rem 0.2rem;
        width: 70px;
    }
    .filter-price input.form-control {
        padding: 0.5rem 0.5rem;
        width: 45px;
    }
}
/*@media (max-width: 1199px) and (min-width: 768px) {*/
    /*.filter-price input.form-control {*/
        /*width: 50px;*/
        /*padding: 0.5rem 0.3rem;*/
    /*}*/
    /*#rate_type {*/
        /*width: 100px;*/
    /*}*/
/*}*/
@media (max-width: 991px) {
    h1.title {
        font-size: 1.5rem;
    }
    h3.title {
        font-size: 1.4rem;
    }
    .hall-list .btn-group {
        width: 100%;
    }
    .hall-list .btn-group .btn {
        width: 50%;
    }
}

@media (max-width: 767px) {
    h1.title {
        font-size: 1rem;
    }
    h3.title {
        font-size: 1.3rem;
    }
    #rate_type {
        width: 120px;
    }
    body {
        margin-bottom: 100px;
    }
    .footer {
        height: 82px;
    }
    .last-review-item:first-child {
        margin-bottom: 5px;
    }
}

@media (max-width: 575px) {
    .landing-search h2 {
        font-size: 1.8em;
    }
    .city-popular-header h4 {
        font-size: 1rem;
        margin: 0;
    }
    h4.title {
        font-size: 1.2rem;
    }
}
@media (max-width: 360px) {
    .navbar-brand {
        font-size: 0.9rem;
    }
    .landing-search h2 {
        font-size: 1.3em;
    }

    .g-recaptcha iframe {
        max-width: 100%;
        transform:scale(0.85);
        -webkit-transform:scale(0.85);
        transform-origin: left center;
        -webkit-transform-origin: left center;
    }
    .g-recaptcha div {
        width: 100% !important;
    }
    .article-img {
        max-width: 100%;
    }
    #rate_type {
        padding: 0.5rem 0.2rem;
        width: 70px;
    }
}