/*
    Main site classes
*/
html {
    position: relative;
    height: 100%;
}

body {
    font-family: "sans-serif";
    width: 100%;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    color: #6A6A6A;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    background: #FFF url(../img/body-bg.png) repeat-x;
}

/*
    Site header classes
*/
.header {
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.08);
    padding: 5px 0 0;
    position: relative;
    z-index: 100;
    width: 100%;
    height: 70px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    background: #1e70af;
}

.hotel-list {
    background: #fff;
    padding: 0 0 5px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.main-part {
    background: #fff;
    padding: 20px 0;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    min-height: calc(100vh - 300px);
}

.container {
    max-width: 1200px;
}

.logo-image {
    display: block;
    position: absolute;
    z-index: 200;
    top: -65px;
}

.header-link {
    color: #FFFFFF;
}

.header-link:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

/*
    General site classes
*/

.pagination {
    margin-bottom: 6px;
}

a.active {
    text-decoration: underline;
}

/* Fonts */
.text-dark {
    color: #000;
    font-weight: 600;
}

.home-page-description-logo {
    font-size: 18px;
    padding-top: 48px;
}

.home-page-description-no-logo {
    font-size: 18px;
    padding-top: 12px;
}

.ft-12 {
    font-size: 12px;
}

.ft-14 {
    font-size: 14px;
}

.ft-16 {
    font-size: 16px;
    font-weight: 300;
}

.ft-18 {
    font-size: 18px;
    font-weight: 600;
}

.ft-20 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

/* hn tags */
h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 16px;
}

h1 a {
    color: #fff;
}

h1 a:hover {
    color: #fff;
}

h2 {
    color: #000;
    font-size: 32px;
    font-weight: 600;
}

h3 {
    color: #111;
    font-size: 24px;
    font-weight: 600;
}

h4 {
    color: #111;
    font-size: 20px;
    font-weight: 600;
}

h5 {
    color: #111;
    font-size: 18px;
    font-weight: 600;
}

h6 {
    color: #111;
    font-size: 14px;
    font-weight: 600;
}

.btn:focus {
    box-shadow: none !important;
}

.page-title {
    padding-top: 25px;
}

.underlined-link {
    text-decoration: underline;
}

/* Header navigation bar */

/* Navbar */
.navbar {
    color: #1b72b7;
}

.navbar-nav {
    padding: 10px;
}

.navbar-nav-header {
    align-items: center;
    background-color: #1e70af!important;
}

.navbar-logo {
    padding: 3px 3px 0;
}

/* Hamburger */
.navbar-toggler {
    padding: 20px;
    color: #fff;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: 0;
}

#navbar-hamburger, #navbar-close {
    display: none;
}

/* when collapsed (menu closed), show the hamburger */
.navbar-toggler.collapsed #navbar-hamburger {
    display: block;
}

/* when not collapsed (menu open), show the “X” */
.navbar-toggler:not(.collapsed) #navbar-close {
    display: block;
}

/* Header links */
.nav-link-header {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: all ease .5s;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    position: relative;
}

.nav-link-header.btn {
    padding: 9px 18px !important;
}

.nav-link-header.btn-outline-primary:hover {
    color: #fff;
}

.nav-link-header.btn-primary {
    color: #fff;
}

.nav-link-header span img {
    margin-right: 10px;
}

.nav-link-header:focus, .nav-link-header:hover, .nav-link-header:hover {
    color: #ccc;
}

.nav-link-header.active {
    color: #ccc;
}

span.nav-link-header:focus, span.nav-link-header:hover {
    color: #ccc;
}

span.nav-link-header.active {
    color: #ccc;
}

.nav-link-header .dropdown-toggle {
    border-radius: 8px;
    padding: 8px 16px;
}

/* Header dropdown menu */
.dropdown-menu {
    background-color: #d9e9ff!important;
    font-size: 12px;
    position: absolute;
    z-index: 1000 !important;
}

.dropdown-menu hr {
    margin-top: 4px;
    margin-bottom: 4px;
    width: 90%;
}

.dropdown-item {
    padding: 2px 20px;
}

.dropdown-item img {
    margin-right: 4px;
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
    background-color: #1b72b7;
    color: #fff;
}

.dropdown-toggle::after {
    margin-left: 0;
    margin-bottom: -2px;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-toggle img {
    border-radius: 2px;
    margin-right: 4px;
}

/* Availability search box */

/* Box title */
.availability_search_title {
    font-family: "Times", sans-serif;
    font-weight: 500;
    font-size: 32px;
    margin-top: 8px;
    margin-bottom: 12px;
}

/* Occupancy dropdown */
.occupancy-dropdown {
    width: 100%;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 1000 !important;
}

.occupancy-counter {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.occupancy-room-title {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: bold;
}

.child-age-selection {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.occupancy-counter button {
    width: 24px;
    height: 24px;
    line-height: 1;
}

.no-dates-yet-row {
    margin-top: 16px;
}

/* Home page */

.home-hotel-img {
    display: block;
    width: 100%;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.home-hotel-img:hover {
    transform: scale(1.1);
}

.home-hotel-info {

}

.home-hotel-info-title h5 {
    margin-bottom: 3px;
}

.home-hotel-info-address {
    font-size: 14px;
}

.home-hotel-rates {

}

.home-hotel-rate {
    font-size: 14px;
}

.home-hotel-rate span {
    color: #007BFF;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}

.home-hotel-info-reviews {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    margin-top: 6px;
    margin-bottom: 2px;
}

.hotel-reviews-count {
    white-space: nowrap;
    font-size: 12px;
    font-weight: 300;
    margin-left: 5px;
}

.main-article {
    background: rgba(0, 123, 255, 0.05);
    padding: 20px;
}

.home-box-title {
    margin-top: 4px;
    margin-bottom: 4px;
}

/* Hotel name suggestions */
.hotel-suggestion-item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 3px;
}

.hotel-suggestion-title {
    font-weight: 600;
}

.hotel-suggestion-stars {
    margin-left: 3px;
}

.hotel-suggestion-distance {
    font-weight: 600;
    margin-left: 3px;
}

/* Hotel page */

/* Info tabs */
.tab-content-box {
    font-size: 14px;
}

.tab-content-box ul {
    padding-left: 12px;
}

/* Hotel policies */
.policies-box {
    border-radius: 8px;
    border: 1px solid #E4E4E4;
    padding: 24px;
    margin-top: 24px;
}

.policies-box hr {
    stroke: #E4E4E4;
    margin: 4px 0 8px;
}

.policies-box ul {
    padding-left: 12px;
}

.policies-box li {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Hotel ratings */
.rating-box {
    border-radius: 8px;
    background: #F2F8FF;
    padding: 16px 24px;
}

.rating-box hr {
    margin: 10px 0;
}

.mt-minus-2 {
    margin-top: -3px;
}

.g-rating {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}

.g-rating div {
    position: relative;
    flex: 1;
}

.g-rating div::after {
    content: '';
    position: absolute;
    right: -6px;
    bottom: 4px;
    height: 40px;
}

/* Hotel page images */
.hd-img1 {
    width: 100%;
    height: 428px;
    background-size: cover;
    border-radius: 12px;
}

.hd-img2 {
    width: 100%;
    height: 209px;
    background-size: cover;
    border-radius: 12px;
}

.hd-img3 {
    width: 100%;
    height: 209px;
    background-size: cover;
    border-radius: 12px;
}

.btn-white {
    border-radius: 8px;
    padding: 9px 18px;
    color: #007BFF;
    font-size: 16px;
    font-weight: 500;
}

.p-relative {
    position: relative;
}

.p-relative .btn-white {
    position: absolute;
    right: 8px;
    bottom: 8px;
}

/* Hotel page room list */
.room-list-header {
    font-size: 16px;
    color: #FFF;
    background: #000;
    padding: 16px 6px;
    margin: 16px 0;
    border-radius: 6px;
}

.room-list-detail {
    margin-left: 0;
    margin-right: 0;
}

.room-list-row {
    border-top: 1px solid #ccc;
    padding-top: 12px;
    padding-bottom: 12px;
}

.room-img-col {
    text-align: center;
}

.room-img {
    display: block;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 12px;
    transition: all 0.2s ease;
}

.room-img:hover {
    transform: scale(1.1);
}

.room-info-col {
    padding-top: 0;
    line-height: 20px;
}

.room-title {
    font-weight: 600;
    line-height: 24px;
}

.room-detail {
    margin-top: 10px;
    font-size: 12px;
}

.room-detail p {
    margin-bottom: 5px;
}

.room-book-info {
    font-size: 14px;
}

.room-book-info ul {
    padding-left: 15px;
}

.room-book-rate {
    text-align: right;
}

.room-book-rate-strikethrough {
    color: #6c757d;
    font-size: 14px;
    margin-right: 8px;
}

.room-book-button {
    font-size: 16px;
}

.room-book-available-rooms {
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 4px;
}

.room-no-dates-book-col {
    padding-top: 0;
    text-align: right;
}

.pagination-links {
    margin-top: 18px;
    margin-bottom: 18px;
}

/* Cancellation info tooltip */
.tooltip-inner {
    text-align: left;
    max-width: 280px;
    width: 280px;
    white-space: normal;
}

/* Map classes */
#map {
    height: 800px;
    width: 100%;
}

/* Home page map */
.map-box-home {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.08);
    padding: 2px;
    position: relative;
    z-index: 2;
}

.map-frame-home {
    border-radius: 4px;
    overflow: hidden;
    height: 800px;
}

/* Hotel page map */
.map-box-hotel {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.08);
    padding: 20px;
    position: relative;
    z-index: 2;
}

.map-frame-hotel {
    border-radius: 16px;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
    height: 800px;
}

/* Contact page map */
#map-contact {
    height: 400px;
    width: 100%;
}

.map-box-contact {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.08);
    padding: 5px;
    position: relative;
    z-index: 2;
}

.map-frame-contact {
    border-radius: 16px;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
    height: 400px;
}


/* Map cards */
.card-map {
    padding: 0;
    border-radius: 8px;
    border: 1px solid #E4E4E4;
    margin-bottom: 3px;
}

.card-map-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 6px;
}

.card-map-title {
    color: #111;
    font-size: 16px;
    font-weight: 600;
}

.card-map-text {
    font-size: 14px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
}

.card-map-reviews {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
}

.card-map-footer {
    font-size: 14px;
}

.card-map-footer span {
    color: #007BFF;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}


/* Footer classes */
.footer {
    background: #1b72b7;
    padding: 40px 0;
}

.footer ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 8px;

}

.footer li {
    padding: 10px 24px;
    position: relative;
}

.footer li::after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background-color: #fff;
    position: absolute;
    top: 19px;
    left: 0;
}

.footer p {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.footer li:first-child::after{
    display: none;
}

.footer li a {
    color: #FFFFFF;
}

.footer hr {
    background-color: #fff;
}

/* Breadcrumb classes */
.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0.2rem;
}

/* Help pages classes */
.about-us-img {
    border: 2px solid #CCCCCC;
    border-radius: 8px;
}
