* {
    /*outline: 1px solid #fa80728a;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat' !important;
    font-weight: bold;
    color: #7ca6bb;
    text-shadow: 2px 2px 1px rgb(179 179 179 / 25%);
}

body {
    font-family: "Open Sans"
}

.header-details {
    font-family: 'Montserrat' !important;
    color: white;
    height: 100%;
    padding-right: 15px;
    min-height: 52px;
}

.header-details a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

.header-details a:hover {
    color: #d7d7d7;
}

.flipbook {
    width: 1000px;
    height: 600px;
    background: #ccc;
}

.flipbook .hard {
    background: #eee !important;
    color: #555;
    font-weight: bold;
    border: none;
}

.flipbook .hard small {
    font-style: italic;
    font-weight: lighter;
    opacity: 0.7;
    font-size: 14px;
}

.flipbook .page {
    background-color: #f7f7f7;
    border: 1px solid rgb(221 221 221 / 25%);
}

.flipbook .page small {
    font-size: 14px;
    margin-bottom: 10px;
}

.fullscreen-div {
    /*width: 100vw;*/
    width: 100%;
    height: 100vh;
    background: #152e53;
    overflow: hidden;
}

ul.sidebar-nav {
    padding-left: 0;
}

.sidebar-nav li {
    list-style: none;
}

.navigation-column {
    background-color: #00467f;
    position: relative;
}

.sidebar-nav li a {
    color: #d9d9d9;
    text-decoration: none;
    line-height: 1.75;
    padding: 15px;
    display: block;
    border-bottom: 1px solid #275377;
    font-weight: 500;
}

.sidebar-nav li a:hover,
.sidebar-nav li a.current {
    background-color: #1a598c;
}

div#sidebar-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.book-viewport-footer p.tagline {
    font-size: 15px;
    margin-bottom: 0;
    text-shadow: 1px 1px #333;
}

.book-viewport-footer p.company {
    font-size: 16px;
    color: white;
    margin-bottom: 0;
    text-shadow: 1px 1px #333;
    text-align: right;
}

.book-viewport {
    height: 100vh;
    background-color: #00437a;
    position: relative;
}

.book-viewport-footer {
    /*position: absolute;
    bottom: 65px;
    right: 0;
    padding: 10px;
    color: white;
    font-family: 'Montserrat', arial, serif;
    text-shadow: 1px 1px #333;
    width: 100%;*/

    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    color: white;
    font-family: 'Montserrat', arial, serif;
    text-shadow: 1px 1px #333;
    width: calc(100% - 275px);
    background: #072d4d;

}

.header {
    background: #152e53;
    width: 100%;
    height: 65px;
}

.header a.header-logo {
    width: 100%;
    height: 70px;
}

.header a.header-logo img {
    width: 100%;
    height: 70px;
}

.header-inner {
    padding-left: 0;
    padding-right: 0;
}

.header-logo {
    color: #fff;
    font-weight: bold;
    display: block;
}

.page-inner .room-construction-content p.page-content {
    font-size: 15px;
    color: #777;
    margin-bottom: 0;
    text-align: left;

}

.page-inner p.page-content {
    font-size: 15px;
    color: #777;
}

.page-inner {
    padding: 10px 18px;
    text-align: center;
}

.page.page-with-bg {
}

.booking-button {
    background: transparent;
    border: none;
    color: white;
    font-size: 50px;
    color: #ffffff52;
}

.booking-button.previous {
    margin-right: 8px;
}

.booking-button.next {
    margin-left: 8px;
}

.booking-button:hover {
    color: #ffffff9c;
}

.flipbook {
    width: 1000px;
    height: 600px;
    background: #e7e7e7;
    background-image: url(../images/serial-chiller-hero-2025.png), url(../images/coolbackgrounds-gradient-cucumber.png);
    background-size: 400px auto, cover;
    background-repeat: no-repeat, no-repeat;
    background-position-x: 110px, 0;
    background-position-y: 190px, 0;
}

.sidebar-nav li a .tag {
    float: right;
}

.testimonial h6 {
    text-align: right;
    font-size: 20px;
    margin-bottom: 35px;
}

.testimonial .content {
    text-align: left;
    font-size: 15px;
    font-style: italic;
    color: #777;
}

.mono-image {
    height: 235px;
}

.mono-image img {
    border: 1px solid #ccc;
    padding: 5px;
    margin: 5px;
}

.mono-image.left img {
    float: left;
    height: 100% !important;
    margin-left: 15%;
}

.mono-image.right img {
    float: right;
    height: 100% !important;
    margin-right: 15%;
}

.page-with-gradient-bg {
    /*background-image: url(../images/coolbackgrounds-gradient-cucumber.png);*/
    background-image: url(../images/background-no-words-website-header-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 0;
}

.page-centered {
    display: flex;
    justify-content: center;
    align-items: center;
    /*display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;*/
}

.recent-project {
    float: left;
    padding: 5px;
}

.recent-project-row-break {
    width: 100%;
    float: left;
}

.recent-project img {
    max-width: 175px;
    max-height: 190px;
}

.page-number {
    font-size: 12px;
    color: #777;
    font-weight: bold;
}

.page-number-left {
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.page-number-right {
    position: absolute;
    bottom: 10px;
    right: 15px;
}

::marker {
    color: #a1c9dd;
}

.room-construction-top .image-left {
    width: 50%;
    float: left;
    padding: 10px;
}

.room-construction-top .image-right {
    width: 50%;
    float: left;
    padding: 10px;
}

.room-construction-bottom .image {
    width: 100%;
    float: left;
}

.room-construction-bottom {
    margin-top: 25px;
    float: left;
    width: 100%;
}

.accessory-image-1\/3 {
    width: 33.333333%;
    float: left;
}

.accessory-image-1\/2 {
    width: 50%;
    float: left;
}

.accessory-image-full {
    width: 100%;
    float: left;

}

.accessory-image-full img {
    max-width: 100%;
    max-height: 170px;
}

.accessory-image-1\/3 img {
    max-width: 100%;
    max-height: 70px;
}

.accessory-image-1\/2 img {

    /*max-width: 100%;
    width: 100%;
    max-height: none;
    margin-top: 25px;*/

    max-width: 100%;
    width: auto;
    max-height: 200px;
    margin-top: 25px;

}

.accessory-images {
    width: 100%;
    float: left;
}

.sidebar-blurb h4 {
    color: #fff;
}

.sidebar-blurb p {
    color: #fff;
    font-size: 14px;
}

.sidebar-blurb {
    position: absolute;
    bottom: 52px;
    left: 0;
    padding: 15px;
    background: url(../images/serial-chiller-bg-4.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.is-hidden {
    visibility: hidden;
}

.full-body {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100vh;
}

.full-body .navigation {
    width: 275px;
    float: left;
    padding: 0;
    margin: 0;
    background-color: #00467f;
    height: 100%;
    position: relative;
}

.full-body .body {
    width: calc(100% - 275px);
    float: left;
    padding: 0;
    margin: 0;
    position: relative;
}

.full-header {
    width: 100%;
    padding: 0;
    margin: 0;
    /*display: none;*/
}

.full-header .navigation {
    width: 275px;
    float: left;
    padding: 0;
    margin: 0;
}

.full-header .body {
    width: calc(100% - 275px);
    float: left;
    padding: 0;
    margin: 0;
    background-color: #152e53;
}

.header-inner-mobile {
    display: none;
    background-color: #010103;
}

.header-inner-mobile .header-logo img {
    height: 70px;
}

.navbar-toggler-icon i {
    color: #fff;
    font-size: 29px;
}

.navbar-toggler {
    border: 1px solid white;
    margin-right: 10px;
}

.navbar-nav a {
    color: white;
    display: block;
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #ffffff61;
    text-decoration: none;
}

.navbar-nav a:hover,
.navbar-nav a:focus {
    background-color: #010103;
    color: white;
}

.header-details.desktop {
    display: block;
}

.header-details.mobile {
    display: none;
}

.header-details.mobile a {
    background: #1f3a63;
    padding: 25px;
    display: block;
    width: 50%;
    float: left;
    text-align: center;
}

.header-details.mobile a:first-child {
    border-right: 1px solid #ffffff7a;
}

.navbar-nav li:first-child a {
    border-top: 1px solid #ffffff7a;
}

.navbar-nav {
    width: 100%;
}

.page-inner-mobile {
    background: #e7e7e7;
    text-align: center;
    height: 100vw;
    padding: 25px;
    margin: 15px;
}

.popup-form-overlay {
    background: #ccc;
    padding-top: 250px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
}

.enquiryForm .enquiry-success {
    display: none;
}

.popup-form-overlay:before {
    content: "We are currently processing your request...";
    color: #fff;
    font-size: 35px;
    text-align: center;
    display: block;
}

.captcha-outer {
    background: #f9f9f9;
}
.captcha-outer .captcha {
    background: transparent;
    border: 3px solid #e9e9e9;
    height: 79px;
    width: 301px;
    overflow: hidden;
    margin: 0 auto;
}
.captcha-outer .g-recaptcha {
    position: relative;
    left: -5px;
    top: -2px;
}

/* Between gte 1025px and 1599px */
@media screen and (min-width: 1401px) and (max-width: 1599px) {
    div#flipbook {
        zoom: .85;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
    div#flipbook {
        zoom: .65;
    }
}

/* lte than 1024px */
@media screen and (max-width: 1199px) {

    body {
        overflow: visible;
    }

    .full-header .body {
        width: 100%;
        position: relative;
    }

    .accessory-image-full img {
        max-width: 100%;
        max-height: none;
    }

    .header-details.mobile a {
        font-size: 18px;
    }

    .header-inner-mobile {
        display: block;
    }

    .full-header .navigation {
        display: none;
    }

    .full-body .body {
        width: 100%;
    }

    .full-body .navigation {
        display: none;
    }

    div#flipbook {
        zoom: .75;
    }

    .header-details.desktop {
        display: none !important;
    }

    .header-details.mobile {
        display: block;
        background: #152e53;
        padding: 0;
        min-height: 75px;
    }

    .book-viewport-footer {
        bottom: 147px;
        background-color: #0a538f;
        width: 100%;
        left: 0;
        position: fixed;
    }

    .book-viewport {
        /*overflow-y: scroll;*/
        overflow-y: hidden;
    }

    .fullscreen-div {
        padding-top: 147px;
        height: auto;
        width: 100%;
        overflow: hidden;
    }

    .navbar-collapse {
        background-color: #34517d;
    }

    .page-inner-mobile.tail {
        margin-bottom: 90px;
    }

    /*}   @media screen and (max-width: 992px) {*/
    body {
        overflow: visible;
    }

    .header-details.mobile a {
        padding: 25px 0px;
    }

    .navbar-toggler {
        position: relative;
        right: 40px;
    }

    .book-viewport-footer {
        bottom: 0;
    }

    .recent-project {
        float: left;
        padding: 5px;
        width: 100%;
    }

    .full-header .body {
        width: 100%;
        top: 0;
        left: 0;
        height: 147px;
        z-index: 10;
        position: fixed;
    }

    .book-viewport {
        overflow-y: visible;
        height: auto;
    }

    .page-inner-mobile {
        height: auto;
        float: left;
        width: calc(100% - 30px);
    }

    .book-viewport-footer p.tagline {
        font-size: 13px;
    }

    .book-viewport-footer p.company {
        font-size: 13px;
    }

    .footer-left {
        width: 70%;
    }

    .footer-right {
        width: 30%;
    }

    .header-details.mobile a {
        font-size: 14px;
        height: 77px;
    }

    .recent-project img {
        max-width: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        max-height: none;
    }

    .d-none.d-xs-block {
        display: block !important;
    }

    .accessory-image-1\/2 {
        width: 100%;
        float: left;
    }

    .accessory-image-1\/3 {
        width: 100%;
        float: left;
    }

    .mono-image.right img {
        float: left;
        height: auto !important;
        margin-left: 0;
        margin-right: 0;
        width: auto;
        max-height: 100%;
        max-width: 100%;
    }

    .mono-image.left img {
        float: left;
        height: auto !important;
        margin-left: 0;
        margin-right: 0;
        width: auto;
        max-height: 100%;
        max-width: 100%;
    }

    .mono-image {
        height: auto;
    }

    .room-construction-top .image-left {
        width: 100%;
    }

    .room-construction-top .image-right {
        width: 100%;
    }


}