body.fullscreen {
    width: 100%;
    height: calc(100vh);
}

body.info-is-visible {
    overflow: hidden;
}

.cb-slideshow {
    background-color: #ffffff;
    padding: 0;
}

.container {
    position: relative;
    z-index: 10;
    height: 100%;
}

.brown-color {
    color: #432528;
}

.page-offcanvas-helper {
    -webkit-transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
    transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
    height: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "domine-regular", serif;
    color: #000000;
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

.container {
    max-width: none;
    background-color: rgba(255,255,255,0.4);
}

.home-logo img {
    width: 140px;
}

header .inner {
    text-align: center;
}

nav.more-nav {
    position: absolute;
    right: 20px;
    top: 50px;
}

.more-nav a {
    text-transform: uppercase;
    color: #4A2B2B;
    font-size: 12px;
    margin: 0 6px;
}

.language-nav a {
    text-transform: uppercase;
    color: #4A2B2B;
    font-size: 12px;
    margin: 0 6px;
}

.home-content {
    margin-top: 40px;
}

.home-content h1 {
    font-family: "domine-regular", serif;
}

.home-content h3::before {
    content: "";
    display: block;
    background-color: #52C3F1;
    width: 40px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
}

.home-content h3 {
    font-family: "metropolis-medium", sans-serif;
    font-size: 11px;
    line-height: 1.286;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4A2B2B;
    margin-top: 0;
    padding-left: 55px;
    position: relative;
    font-weight: lighter;
}

.home-content h1 {
    line-height: 1.219;
    display: inline-block;
    position: inherit;
    margin-top: 0;
    color: #4A2B2B;
    letter-spacing: 0;
    width: 100%;
}

a.select-bath-button:hover {
    text-decoration: none;
}

.select-bath-button p {
    color: #4A2B2B;
    font-size: 12px;
    padding-left: 50px;
    letter-spacing: 1px;
    position: relative;
}

.select-bath-button p.bath-booking-label:before {
    content: "";
    display: block;
    background-color: #52C3F1;
    width: 40px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a.select-bath-button:hover p:before {
    top: 6px;
    height: 5px;
}

.info-toggle {
    z-index: 502;
    background-color: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.80);
    font-family: "metropolis-medium", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #4A2B2B;
    height: 42px;
    width: 42px;
    line-height: 42px;
    position: fixed;
    left: 50px;
    top: 30px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.info-toggle:hover,
.info-toggle:focus {
    color: #6A7272;
}

.info-toggle::after {
    content: "More Info";
    display: block;
    position: absolute;
    top: 0;
    right: -130px;
    width: 130px;
    padding-left: 12px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.info-menu-icon {
    display: block;
    width: 20px;
    height: 1.5px;
    margin-top: -1px;
    position: absolute;
    left: 10px;
    top: 50%;
    right: auto;
    bottom: auto;
    background-color: #4A2B2B;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.info-menu-icon::before,
.info-menu-icon::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    left: 0;
    -webkit-transition-duration: 0.2s, 0.2s;
    transition-duration: 0.2s, 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}

.info-menu-icon::before {
    top: -7px;
    -webkit-transition-property: top, transform;
    transition-property: top, transform;
}

.info-menu-icon::after {
    bottom: -7px;
    -webkit-transition-property: bottom, transform;
    transition-property: bottom, transform;
}

.info-is-visible .info-menu-icon {
    background-color: rgba(236, 0, 140, 0);
}

.info-is-visible .info-menu-icon::before,
.info-is-visible .info-menu-icon::after {
    background-color: #4A2B2B;
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
}

.info-is-visible .info-menu-icon::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.info-is-visible .info-menu-icon::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.info-is-visible .info-toggle::after {
    content: "close";
}

.company-info {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/bundles/app/img/bg-info.jpg);
    /*z-index: 20;*/
    /*transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
    transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);*/
}

.info-is-visible .company-info {
    transform: translateX(0%);
    overflow: auto;
}

.info-is-visible .page-offcanvas-helper {
    transform: translateX(100%);
}

.home-big-number {
    width: 160px;
    height: 160px;
    text-align: center;
    color: #4A2B2B;
    text-shadow: 0 6px 10px #333;
    background: rgba(255,255,255,0.4);
    font-size: 82px;
    line-height: 150px;
    border-radius: 100px;
    margin: 30px auto;
    display: block;
    border: solid 5px #fff;
}

.home-big-number:hover {
    background: rgba(255,255,255,0.8);
    color: #ffffff;
}

footer {
    position: absolute;
    bottom: 0;
    padding-left: 60px;
    z-index: 12;
}

footer a {
    text-transform: uppercase;
    color: #4A2B2B;
}

.internal-page footer {
    position: relative;
    background-color: rgba(255,255,255,0.4);
    width: 100%;
    padding: 20px;
}

footer p {
    font-size: 13px;
    color: #333;
    /*font-weight: lighter;*/
}

.info-inner {
    background-color: #ffffff;
    margin-top: 120px;
}

.company-info h1 {
    color: #4A2B2B;
}

.company-info label {
    color: #ed007f;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: lighter;
}

.company-info p {
    color: #999;
    font-size: 13px;
    font-weight: lighter;
}

.company-info .general-info p {
    margin-top: 40px;
}

.btn-booking-continue {
    clear: both;
}

.bg-white-transparent {
    background-color: rgba(255,255,255,0.8);
}

.bg-white-transparent-shadow {
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0 6px 9px 0px #999;
}

@media(min-width: 1024px) {
    .alertify-notifier.ajs-right .ajs-message.ajs-visible {
        right: 470px;
    }
    .alertify-notifier .ajs-message {
        width: 460px;
    }
}

@media(max-width: 1024px) {

    body.fullscreen {
        height: auto;
    }

    .home-logo {
        float: right;
        display: block;
    }

    .container {
        height: auto;
        padding-bottom: 120px;
    }

    .info-toggle {
        left: 30px;
    }

    header {
        position: fixed;
        width: 100%;
        left: 0;
        z-index: 1;
    }

    header .inner nav.main {
        display: block;
        height: 118px;
    }

    nav.more-nav {
        position: absolute;
        left: 20px;
        right: auto;
        top: 116px;
    }

    nav.language-nav {
        position: absolute;
        right: 20px;
        top: 116px;
    }

    .info-inner {
        margin-top: 100px;
    }

    .info-toggle::after {
        font-size: 11px;
        letter-spacing: 2px;
    }

    .step-form-container {
        margin-bottom: 160px;
    }

    .home-content {
        margin-top: 0;
        padding-top: 200px;
    }

    footer {
        padding: 10px;
        background-color: rgba(255,255,255,0.4);
        position: relative;
    }
}