﻿body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.navbar {
    justify-content: flex-end;
    padding: 0px;
}

.nav-link {
    color: white !important;
    margin: 0px 5px;
    font-weight: 100;
    z-index: 9;
    padding: 0px !important;
}

.nav-item {
    padding: 25px 10px 20px 10px;
}

.nav-item-active {
    font-weight: 500;
    background-color: black;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
}

.community-container {
    position: relative;
}

.bottom-left {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: white;
    background-color: rgb(238,66,46,0.9);
    padding: 20px;
    width: 90%;
    font-size: 13px;
}

.left-body {
    color: white;
}

.box {
    padding: 0px 35px;
}

.custom-field {
    border-radius: 30px;
    height: 52px;
    border-color: grey;
    padding-left: 17px;
}

.inlineBetween {
    width: 15%;
    margin: 15px;
    vertical-align: top;
}

.home-search-button {
    border-radius: 19px;
    font-size: 15px;
    width: 200px;
    margin-top: 15px;
    background-color: #ee4036;
    color: white !important;
    height: 45px;
}

.login-button {
    border-radius: 20px;
    font-size: 14px;
    line-height: 1.6;
    width: 200px;
    height: 45px;
    margin-top: 30px;
    background-color: #ee4036;
    color: white !important;
}

.mapouter {
    position: relative;
    text-align: right;
    height: auto;
    width: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: auto;
    width: 100%;
}

.foot {
    color: white;
}

.icn {
    margin-right: 30px;
    text-decoration: none !important;
}

.icoon {
    width: 24px;
    height: 24px;
}

.little-bold {
    font-weight: 600;
}

.benefit-icon {
    padding: 10% 20%;
}

.nav-item-active a {
    border-bottom: 2px solid #ee4036 !important;
    font-weight: 500 !important;
}

.red-text {
    color: #ee4036;
}

.rate-container {
    background-color: #ee4036;
    color: white;
    padding: 50px;
    border-radius: 50px;
    margin: auto;
    max-width: 500px;
}

.book-button {
    display: inline-block;
    background-color: black;
    padding: 10px;
    width: 200px;
    border-radius: 20px;
    cursor: pointer;
}

.rate-column {
    padding: 0px 3% !important;
    margin-top: -100px;
}

.rate-description-column {
    padding: 2% !important;
}

.rate-row {
    padding: 2% 3%;
}

.rate-banner {
    width: 100%;
    height: 300px;
}

.rate-description {
    margin-top: 30px;
}

.room-image {
    width: 30%;
    padding: 7px;
    position: relative;
    z-index: 99;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.furnished-section {
    background-color: #F5F4F0;
    padding: 100px 7% 30px 7%;
    margin-top: -50px;
}

.furnished-wrapper {
    width: 14%;
    display: inline-block;
    padding: 25px 10px 10px 10px;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 10px;
}

.furnished-label {
    margin-bottom: 0px;
    margin-top: 5px;
    font-weight: 300;
    font-size: 14px;
}

.facilities-section {
    padding: 50px 11%;
}

.img-max-width-auto-height {
    width: 100%;
    height: auto;
}

.carousel {
    margin-bottom: 50px;
}

.carousel-indicators {
    bottom: -50px !important;
}

.carousel-indicators li {
    width: 8px !important;
    border-radius: 50% !important;
    height: 8px !important;
    background-color: #cccccc !important;
    opacity: 1 !important;
}

.carousel-indicators .active {
    background-color: #ee4036 !important;
}

.font-size-14 {
    font-size: 14px;
}

.event-container {
    display: flex;
}

.event-detail-container {
    width: 30%;
    margin: 25px 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #F5F4F0;
}

.event-title-container {
    color: white;
    background-color: black;
    margin-right: 15%;
    padding: 10px 0px 10px 20%;
}

.event-detail {
    margin-bottom: 10px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.page-footer {
    padding: 50px 5% 20px 5%;
    background-color: #2e2e2e;
}

.login-field {
    border-radius: 20px;
    height: 50px;
    border-color: #ced4da;
    padding-left: 60px;
    font-size: 15px;
}

.login-field-icon {
    position: absolute;
    width: 15px;
    left: 25px;
    top: 14px;
}

.search-bar {
    padding: 10px;
    display: flex;
    background-color: white;
    margin: 40px 4%;
    box-shadow: 1px 1px 6px 1px #e2e2e2;
    align-items: flex-end;
    justify-content: center;
}

.search-field {
    display: inline-block;
    padding: 0px 10px;
    font-size: 13px !important;
    position: relative;
    width: 100%;
}

.search-field-icon {
    position: absolute;
    right: 16px;
    bottom: 16px;
    font-size: 14px;
    color: #ee4036;
}

.search-label {
    margin-bottom: .3rem;
    margin-left: 16px;
    color: grey;
}

.search-input {
    font-size: 13px;
    height: 45px;
    border-radius: 13px;
    color: black;
}

.btn-group {
    width: 100%;
}

.search-button {
    font-size: 13px;
    height: 45px;
    border-radius: 13px;
    background-color: #ee4036;
    vertical-align: unset;
    width: 100%;
    color: white !important;
}

.date-picker-field {
    padding: 0px;
    width: 49%;
}

.info-icon {
    width: 18px;
}

.info-label {
    font-size: 13px;
}

.info-container {
    display: inline-block;
    margin: 0px 10px;
}

.accommodation-item {
    margin-bottom: 40px;
    padding: 0px 2%;
}

.accommodation-name {
    display: flex;
    padding-left: 15px;
    height: 55px;
    border-bottom: 1px solid #dcdcdc;
}

.status-label {
    margin: auto;
    background-color: black;
    color: white;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    font-size: 11px;
    text-align: center;
    width: 39%;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-book-button {
    border-radius: 30px;
    font-size: 14px;
    width: 130px;
    color: white !important;
    height: 38px;
    background-color: #ee4036;
    margin-left: auto;
}

.pagination {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-top: 10px;
    box-shadow: 0px 0px 8px 0px #d8d8d8;
    border-radius: 12px;
}

.pagination li {
    display: inline;
    text-align: center;
}

.pagination a {
    float: left;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 8px 19px;
    margin-left: -1px;
    border-left: 1px solid #ddd;
    line-height: 1.5;
    color: #525252;
    background: #fff;
}

.pagination a.active {
    cursor: default;
    color: #ee4036;
    font-weight: 600;
}

.pagination a:active {
    outline: none;
}

.pagination li:first-child a{
    border-radius: 12px 0 0 12px;
    border-left: none !important;
}

.pagination li:last-child a {
    border-radius: 0 12px 12px 0;
}

.pagination a:hover {
    color: #ee4036;
    background-color: #eee;
}

.pagination a .active, .pagination a:active {
    border-color: #ee4036;
    background: #ee4036;
    color: #fff;
}

.radio-container {
    display: inline-flex;
    position: relative;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-container .radio-label {
    margin-left: 25px;
    color: black;
}

.checkmark {
    position: absolute;
    height: 15px;
    width: 15px;
    border: 1px solid darkgray;
    border-radius: 50%;
}

.radio-container input:checked ~ .checkmark {
    background-color: #ee4036;
    border-color: #ee4036;
}

.radio-container input:checked ~ .radio-label {
    color: #ee4036;
}

.event-carousel-inner {
    width: 70%;
}

.event-carousel {
    display: flex;
}

@media only screen and (min-width: 1600px) {
    .accommodation-item {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}

@media only screen and (max-width: 991px) {
    .medialine {
        border-right: 0px solid white !important;
    }

    .accordion {
        display: block;
    }

    .normalmenu {
        display: none;
    }

    .rate-column {
        margin-top: 0px !important;
    }

    .search-field {
        width: 100% !important;
    }

    .search-bar {
        flex-direction: column;
    }

    .room-image {
        width: 100%;
    }

    .furnished-wrapper {
        width: 20%;
    }

    .event-carousel-inner {
        width: 100% !important;
    }

    .event-detail-container {
        width: 100% !important;
        margin: 0px;
    }

    .event-carousel {
        flex-direction: column;
    }

    .event-title-container {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .furnished-wrapper {
        width: 25%;
    }

    .inlineBetween {
        width: 25%;
    }
}

@media only screen and (max-width: 576px) {
    .box {
        padding: 0px !important;
    }

    .inlineBetween {
        width: 40%;
    }
}