﻿/*#header_left_inner a {
    color: #fff;
}

    #header_left_inner a:hover {
        border-bottom: 1px solid #fff;
        text-decoration: none;
    }

.right-header > div {
    color: #fff;
}*/

.search-query {
    border-bottom: 1px solid #fff !important;
    color: #fff;
}

    .search-query::-webkit-input-placeholder {
        color: #fff;
    }

/*.logo-black {
    display: none;
}

.logo-white {
    display: inline-block;
}

.Mobile-bar .logo-white {
    display: none;
}

.Mobile-bar .logo-black {
    display: inline-block;
}*/

/*.top-menu {
    position: absolute;
    color: #fff;
}*/

.large-container {
    /*padding-left: 58px;
    padding-right: 58px;*/
    padding: 0 30px;
    max-width: 1916px;
    margin: auto;
}

.caption {
    text-align: center;
    font-size: 60px;
    font-family: 'Mermaid-Bold';
    color: #fff;
}

@media (max-width:767px) {
    .caption {
    line-height: 1.1em;
}
}

@media (max-width:767px) {

    .large-container {
        padding: 0 15px;
    }
}

.intro-container {
    max-width: 900px;
    margin: auto;
}

.intro-section {
    padding: 50px 0;
}

.intro-desc {
    margin-bottom: 50px;
}

    .intro-desc img {
        margin-bottom: 30px;
    }

.book-now {
    padding: 15px;
    border: 1px solid #000;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

    .book-now:hover {
        background: #000;
        color: #fff;
    }

.book-form-wrapper {
    padding: 30px;
    border: 5px solid #000;
}

    .book-form-wrapper h2 {
        /*margin-bottom:30px;
    font-size:25px;
    text-transform: uppercase;
    letter-spacing: .2em;*/
        /*font-family: 'Times New Roman',serif;*/
        margin-top: 0px;
        margin-bottom: 1.25em;
        font-size: 25pt;
        font-weight: 400;
    }

    .book-form-wrapper input[type="text"], .book-form-wrapper input[type="email"] {
        background: rgba(255,255,255,0);
        border: none;
        outline: none;
        border-bottom: 3px #000000 solid;
        /* color: #FFF; */
        /* font-size: 10px; */
        /* letter-spacing: 2px; */
        padding: 15px 0px;
        width: 70%;
        border-radius: 0px;
        height: initial;
    }

        .book-form-wrapper input[type="text"]::-webkit-input-placeholder, .book-form-wrapper input[type="email"]::-webkit-input-placeholder, .book-form-wrapper textarea::-webkit-input-placeholder {
            color: #000;
        }

    .book-form-wrapper textarea {
        outline: 0;
        height: auto;
        padding: 15px;
        background: rgba(255,255,255,0);
        border: none;
        outline: none;
        border-bottom: 3px #000000 solid;
        /*color: #FFF;*/
        /* font-size: 10px; */
        /*letter-spacing: 2px;*/
        padding: 10px 0px;
        width: 70%;
        border-radius: 0px;
        box-shadow: none;
        min-height: 100px;
        max-width: 70%;
        min-width: 70%;
        /*border: 1px solid #000;*/
        border-radius: 0;
    }

@media (max-width:767px) {

    .book-form-wrapper input[type="text"], .book-form-wrapper input[type="email"] {
        width: 100%;
    }

    .book-form-wrapper textarea {
        max-width: 100%;
        min-width: 100%;
    }
}

.related-items {
    margin-top: 50px;
}

    .related-items h3 {
        text-align: center;
        margin-bottom: 30px;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

.related-title {
    margin-top: 10px;
    text-align: center;
}


.form-control:focus {
    border-color: #000;
    box-shadow: none;
}

.submit-btn {
    font-size: 14px;
    padding: 10px 30px;
    background: transparent;
    color: #000;
    border: 1px solid #000;
    outline: 0;
    text-transform: uppercase;
    letter-spacing: .2em;
    transition: all .3s ease-in-out;
}

    .submit-btn:hover {
        background: #000;
        color: #fff;
    }


.project-banner {
    position: relative;
}

.banner-image {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 100vh;
    height: 500px;
}

.banner-caption-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 90px;
    width: 100%;
    z-index: 2;
    color: #fff;
    -webkit-font-smoothing: antialiased!important;
}

@media (max-width:767px) {
    .banner-caption-wrapper {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        line-height: 1.1em;
    }
}

.banner-caption {
    padding-left: 58px;
    padding-right: 58px;
    max-width: 1916px;
}

.t-b-1 {
    font-size: 18px;
    line-height: 1.55556;
}

.t-h-1 {
    max-width: 65%;
    font-size: 40px;
    line-height: 1.15;
    margin-top: 30px;
    font-family: 'Mermaid-Bold';
}

@media (max-width:767px) {

    .t-h-1 {
        max-width: 100%;
    }
}

.section-1 {
    padding: 120px 0;
    font-size: 18px;
    line-height: 1.55556;
}

.t-bold {
    font-weight: 700;
}

.section-1-row .t-bold {
    font-family: 'Mermaid-Bold';
}

.l-block {
    display: block;
}

.section-1-row {
    margin-bottom: 30px;
}

.square-image {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    padding-bottom: 100%;
}

.right-img {
    float: right;
}

.section-2 {
    margin-bottom: 50px;
}

.slick-slide {
    outline: 0;
}

.slick-arrow {
    position: absolute;
    width: 50%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    top: 0;
}

.slick-arrow--prev {
    left: 0;
    cursor: url(/images/slide-left.png), auto;
}

.slick-arrow--next {
    right: 0;
    cursor: url(/images/slide-right.png), auto;
}


.section-2-image {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    padding-bottom: 56%;
}

.bl-images__caption {
    margin-bottom: 25px;
    margin-top: 25px;
    font-size: 15px;
    line-height: 1.33333;
    text-align: center;
}

.section-3-text {
    padding: 120px 0;
}

.section-3-row:not(:last-child) {
    margin-bottom: 50px;
}

@media (max-width:767px) {
    .section-3-row > div {
        margin-bottom: 30px;
    }
}

.med-title {
    font-size: 40px;
    line-height: 1.15;
}

.t-b-1 {
    font-size: 18px;
    line-height: 1.55556;
}

.section-4 {
    font-size: 30px;
    line-height: 1.4;
}

.section-4-row {
    margin: 120px 0 50px;
    font-family: 'Mermaid-Bold';
}

.section-4 a {
    border-bottom: 1px solid currentColor;
    transition: border-color .2s;
}

.wide-image {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    padding-bottom: 56%;
}

.bottom-section {
    font-size: 18px;
    line-height: 1.55556;
    margin-bottom: 80px;
}

    .bottom-section a {
        border-bottom: 1px solid #000;
        transition: border-color .2s;
    }

        .bottom-section a:hover {
            border-color: transparent;
        }

.l-ib {
    display: inline-block;
}

.share a, .share h3 {
    margin: 0;
    margin-right: 20px;
}


.related-image {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    padding-bottom: 77.51938%;
}

@media (min-width:992px) {
    .related-image {
        padding-bottom: 56%;
    }
}

@media (min-width:768px) {
    .related-text {
        position: absolute;
        top: 60px;
        right: 19px;
        padding-left: 19px;
        width: calc(100% - 58px);
        color: #fff;
        font-size: 18px;
        line-height: 1.55556;
    }
}



.project-content-wrapper {
    padding-top: 190px;
}

.project-main-image {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 190px;
}

@media (max-width:1000px) {
    .project-content-wrapper {
        padding-top: 150px;
    }

    .project-main-image {
        margin-top: 110px;
    }
}


@media (max-width:991px) {

    .project-main-image {
        padding-top: 100%;
    }
}

.banner-first-title {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: black;
    opacity: .4;
}

.banner-second-title {
    margin-top: 38px;
    margin-bottom: 7px;
    font-size: 38px;
    font-weight: 300;
    line-height: 38px;
    font-family: Garamond,serif;
    font-style: italic;
    text-transform: lowercase;
}

@media (max-width:767px) {
    .banner-second-title {
        font-size: 32px;
    }
}

.banner-third-title {
    font-size: 28px;
    line-height: 28px;
    font-weight: 300;
}

@media (min-width: 1024px) {
    .project-info_gallery {
        margin-top: 180px;
    }
}

.project-info {
    padding-bottom: 100px;
}

.project-info_case span {
    display: block;
    margin-bottom: 20px;
}

.project-image {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 100vh;
}

.project-content-container {
    max-width: 800px;
    margin: auto;
    width: 100%;
    position: relative;
}

@media (max-width:767px) {

    .project-content-container {
        padding-top: 80px;
    }
}

.next-section {
    position: absolute;
    bottom: 0;
    font-size: 30px;
    /*padding-bottom:20px;*/
    font-size: 15px;
}

.project-next-btn {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .2em;
    position: absolute;
    bottom: 30px;
    left: 30px;
    cursor: pointer;
    color: #fff;
}

@media (max-width:767px) {
    .project-next-btn {
        font-size: 8px;
        text-transform: uppercase;
        letter-spacing: .2em;
        position: absolute;
        bottom: 15px;
        left: 15px;
        cursor: pointer;
        color: #fff;
    }
}

.scroll-content:last-child .project-next-btn {
    display: none;
}

.project-info_gallery .module img {
    width: 100% !important;
    padding-bottom: 20px;
}

p:not(:last-child) {
    margin-bottom: 27px;
}

.project-info_case a {
    font-weight: 600;
}

.project-info_casea:hover, .project-info_casea:focus {
    color: #000;
    text-decoration: underline;
}

.wrapper-nav-right {
    position: fixed;
    top: 35px;
    right: 55px;
    text-transform: uppercase;
    pointer-events: visible;
    z-index: 9999;
    min-height: 24px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    line-height: 4;
}

@media (max-width:767px) {
    .wrapper-nav-right {
        top: 20px;
        right: 20px;
        display: none;
    }
}

.wrapper-nav-right > a {
    color: black;
    opacity: .3;
}

.wrapper-nav-right span {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.fullpage-wrapper {
    width: 100%!important;
    transform: none!important;
}

.fp-section {
    width: 100%!important;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    transition: all .7s ease-in-out;
}

    .fp-section.active {
        visibility: visible;
        opacity: 1;
        z-index: 1;
    }

/*.footer-wrapper {
    display: none;
}*/
