@font-face {
    font-family: 'NATS';
    src: url('/assets/reyacht/fonts/NATS-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.social-links .fa {
    margin: 0 .75em;
    font-size: 1.6rem;
}

.social-links a:last-child .fa {
    margin-right: 0;
}

.label-checkmark .label-checkmark-label {
    font-size: 1rem;
    font-weight: normal;
}

.container-checkmark {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkmark input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
}

/* On mouse-over, add a grey background color */
.container-checkmark:hover input~.checkmark {
    background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.container-checkmark input:checked~.checkmark {
    background-color: #bea889;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkmark input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkmark .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.anchor-spacer {
    max-height: 72px;
    margin: 4em auto;
    display: block;
}

.splash-background {
    margin-left: -.75em;
    margin-right: -.75em;
    height: 100vh;
    position: relative;
}

.splash-background a.cta-primary {
    margin-left: 1em;
}

.splash-background::before {
    content: "";
    display: block;
    background: url('/assets/reyacht/images/layout/splash-bg.jpg') center no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: brightness(70%);
    z-index: -1;
}

.splash-lettering {
    /* padding-right: 9em; */

    color: #fff;
}

.splash-lettering h1 {
    position: relative;
    font-size: 4.4rem;
    display: inline-block;
    padding-bottom: .1em;
    font-weight: 600;
}

.splash-lettering h1.pdtop {
    padding-top: 2.5em;
}

:is(.splash-lettering h1) sup {
    font-size: 2.6rem;
    display: block;
    top: 30px;
    position: absolute;
    right: -42px;
}

.splash-lettering h2 {
    padding-bottom: 1em;
    font-size: 1.8rem;
}

.splash-lettering h3 {
    padding-bottom: 3em;
    font-size: 1.2rem;
}

.navbar {
    background-color: #113649 !important;
    transition: background .75s ease-in-out, padding .75s ease-in-out;
}

.navbar .dropdown-toggle::after {
    zoom: .6;
}

.navbar .nav-link {
    color: #fff !important;
    text-transform: uppercase;
    font-family: 'NATS', sans-serif;
    font-size: 1.3rem;
    font-weight: 400 !important;
    padding: 1em 1.5em !important;
    -webkit-text-fill-color: #fff !important;
}

:is(.navbar .navbar-brand) img {
    height: 60px;
    transition: height .75s ease-in-out;
}

.navbar-transparent {
    background: transparent !important;
    padding: 2em 0;
}

:is(.navbar-transparent .navbar-brand) img {
    height: 68px;
}


.cta {
    font-family: 'NATS', sans-serif;
    padding: .5em 1.5em;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}


.cta:hover {
    color: #fff;
}

.cta-block {
    display: inline-block;
    width: 100%;
}

.cta-primary {
    background: #bea889;
    border: 1px solid #bea889;
}

.cta-outlined {
    background: transparent;
    border: 1px solid #fff;
}

.cta-outlined-small {
    border: 1px solid rgba(190, 168, 137, 1);
    color: rgba(190, 168, 137, 1);
    padding: 0 1.2em;
    text-transform: none;
    background: #fff;
    ;
    font-size: 1.2rem;
}

.cta-outlined-small:hover {
    background: rgba(190, 168, 137, 1);
    ;
}

.card {
    overflow: hidden;
    border-radius: 2.6em 2.6em 1.5em 1.5em;
    padding-bottom: 1.5em;
    box-shadow: 0 4px 3px 0px rgba(0, 0, 0, .15);
    margin: 2em 1em;
}

.card .card-title {
    border-bottom: 2px solid #113649;
    color: #113649;
    padding-bottom: .5em;
    margin-bottom: .5em;
}

.card .card-text {
    font-size: 1rem;
}

.section-header .section-title-shadowtext {
    color: rgba(190, 168, 137, .1);
    font-size: 7rem;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Jacques Francois', sans-serif;
    left: 50%;
    transform: translate(-50%, -55%);
    position: absolute;
}

.section-header .section-title {
    color: #113649;
    font-size: 4.4rem;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Jacques Francois', sans-serif;
    position: relative;
}

.section-header .section-abstract {
    text-align: center;
    font-family: 'Jacques Francois', sans-serif;
    padding: 2em 10em;
    font-size: 1.1rem;
    margin-bottom: 2.5em;
}


.section-dark-3 {
    background-color: #f4f2ee;
    margin-left: -.75rem;
    margin-right: -.75rem;

}

.section-dark-2 {
    background-color: #113649;
}

.section-bg-1 {
    margin-left: -.75rem;
    margin-right: -.75rem;
    position: relative;
}

.section-bg-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/assets/reyacht/images/layout/section-bg-2.jpg') center no-repeat;
    background-size: cover;
    filter: brightness(.4);
    z-index: -1;
}

.section-bg-1 .section-title {
    color: #fff;
}

.section-insights {
    color: #fff;
    padding: 2em 0 !important;
}

.section-insights big {
    font-size: 4em;
    font-weight: bolder;
    margin-right: 1rem;
    letter-spacing: -3pt;
}

:is(.section-iconset .section-iconset-row):first-of-type {
    margin-bottom: 3em;
}

:is(.section-iconset .section-iconset-row) h3 {
    padding-top: .5em;
    font-family: 'Jacques Francois', sans-serif;
}

:is(.section-iconset .section-iconset-row) p {
    color: #666;
}

.section-iconset .iconset {
    border: 1px solid #e4e3df;
}

:is(.section-endorsements .section-header) .section-title-shadowtext {
    font-size: 1rem;
    color: rgba(190, 168, 137, 1);
    transform: translate(-50%, -100%);
}

.section-endorsements .endorsements-wrapper {
    /* padding: 5em 0 2em 0; */
    color: #666;
    /* border-top: 2px solid rgba(11, 42, 67, .4);
        margin-top: 5em; */
    border: none;
    margin: 2.5em 0 0 0;
    padding: 0;
    text-align: center;

}

:is(:is(.section-endorsements .endorsements-wrapper) .endorsements-item) .quote {
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -1pt;
    padding: 1em 3em;
}

:is(:is(:is(.section-endorsements .endorsements-wrapper) .endorsements-item) .author) span {
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Jacques Francois', sans-serif;
}

.section-endorsements .owl-nav {
    top: 25% !important;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    color: #113649 !important;
    font-size: 7em !important;
    border: none !important;
    font-weight: 100 !important;
}

:is(.owl-nav .owl-prev, .owl-nav .owl-next):hover {
    background: none !important;
}

.owl-dots {
    width: 100%;
}

.active:is(.owl-dots .owl-dot) span {
    background: rgba(190, 168, 137, 1) !important;
}

:is(.owl-dots .owl-dot) span {
    background: rgba(190, 168, 137, .25) !important;
}

.section-inline-alternate-border {
    padding: 8em 0 0 0;
}

.section-inline-alternate-border>div {
    padding: 0 2em;
}

:is(.section-inline-alternate-border > div):nth-child(2n) .inline-alternate-wrapper {
    border-top: 1px solid rgba(190, 168, 137, 1);
}

:is(.section-inline-alternate-border > div):nth-child(2n + 1) .inline-alternate-wrapper {
    border-bottom: 1px solid rgba(190, 168, 137, 1);
}

:is(.section-inline-alternate-border > div) .inline-alternate-wrapper {
    padding: 3em 0;
}

:is(:is(.section-inline-alternate-border > div) .inline-alternate-wrapper) h3 {
    position: relative;
    font-family: 'Jacques Francois', sans-serif;
    text-transform: uppercase;
    font-size: 1.3rem;
}

:is(:is(:is(.section-inline-alternate-border > div) .inline-alternate-wrapper) h3) .numeric {
    position: absolute;
    left: -15px;
    color: #e6e2d8;
    font-size: 3.2em;
    top: 5px;
    margin: 0;
    padding: 0;
    line-height: 0;
    z-index: 0;
}

:is(:is(:is(.section-inline-alternate-border > div) .inline-alternate-wrapper) h3) .text {
    z-index: 1;
    position: relative;
}

:is(:is(.section-inline-alternate-border > div) .inline-alternate-wrapper) p {
    color: #666;
    position: relative;
    z-index: 1;
}

.section-coaching .fa {
    color: #bea889;
}

.section-coaching h3 {
    font-family: 'Jacques Francois', sans-serif;
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #113649
}

.section-coaching h5 {
    color: #666;
}

.section-coaching p {
    color: #666;
}


.splash-category {
    background: url('/assets/reyacht/images/layout/category-bg-top.jpg') center no-repeat;
    background-size: cover;
    height: 60vh;
    margin: 0 -.75rem;
}


.splash-category.splash-category-small {
    height: 45vh;
}

#filters {
    margin: -2em 0 3em 0;
    padding: 1.5em;
    background: #fff;
    border-radius: 1.3rem;
    z-index: 1025;
}

#filters label {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-bottom: .2em;
}

#filters input,
#filters select {
    background: rgba(237, 237, 237, 1);
    border: none;
    border-radius: 0;
}

#filters input {
    text-align: center;
}

#filters button {
    background-color: rgba(190, 168, 137, 1);
    color: #fff;
    border: none;
    padding: .5em;
    padding: 6px;
    width: 100%;
    margin-top: -3px;
}

:is(#filters button):hover {
    opacity: .8;
}


:is(.category-list .col-4):nth-child(3n + 1) .card {
    margin-left: 0;
}


:is(.category-list .col-4):nth-child(3n) .card {
    margin-right: 0;
}

.page-item.active .page-link {
    background-color: rgba(190, 168, 137, 1);
    border-color: rgba(190, 168, 137, 1);
}


#contacts input[type=text],
#contacts input[type=email],
#contacts textarea {
    background-color: rgba(242, 242, 242, 1);
    border: none;
    border-radius: 0;
    padding: .75em 1em;
}


#contacts .form-check {
    zoom: .8;
}


#contacts .label-checkmark-label {
    font-size: .9rem;
}


#contacts .checkmark {
    background-color: rgba(242, 242, 242, 1);
    top: 7px;
}


#contacts .container-checkmark {
    margin-bottom: 0;
}


/* On mouse-over, add a grey background color */


#contacts .container-checkmark:hover input~.checkmark {
    background-color: #eee;
}


/* When the checkbox is checked, add a blue background */


#contacts .container-checkmark input:checked~.checkmark {
    background-color: #bea889;
}

.highlight-box {
    background-color: rgba(244, 242, 238, 1);
    padding: 3em 2em;
}

.highlight-box ul {
    padding: 0 0 2em 0;
    /* border-bottom: 1px solid rgba(109, 109, 109, 1); */
}

:is(.highlight-box ul) li {
    margin: 0;
    list-style: none;
    padding: 1em 0;
    font-size: 1.1rem;
}

.d-flex:is(:is(.highlight-box ul) li) {
    padding: .25em 0;
    border-bottom: 1px solid #ccc;
}

.d-flex:is(:is(.highlight-box ul) li):last-child {
    border-bottom: none;
}

:is(:is(.highlight-box ul) li) .fa {
    display: inline-block;
    width: 45px;
    font-size: 1.3rem;
    color: rgba(64, 64, 64, 1);
}

.fa-map-marker:is(:is(:is(.highlight-box ul) li) .fa) {
    margin: 0 -5px 0 5px;
}

.highlight-box .social {
    font-size: 1.8rem;
    padding-top: 1em;
}

:is(.highlight-box .social) .fa {
    margin-right: .5em;
    color: rgba(109, 109, 109, 1);
}

.nav-tabs {
    border-bottom-color: #bea889;
    margin-top: 3em;

}

.nav-tabs .nav-item:first-child {
    padding-left: 0;
}

:is(.nav-tabs .nav-item:first-child) .nav-link {
    padding-left: 0;
}

.nav-tabs .nav-link {
    color: #113649;
    font-size: 1.2rem;
    margin-bottom: 2px;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}

:is(.nav-tabs .nav-link) :first-child {
    padding-left: 0;
}

.active:is(.nav-tabs .nav-link) {
    font-weight: 800;
    opacity: 1 !important;
}

:is(.nav-tabs .nav-link):focus,
:is(.nav-tabs .nav-link):hover,
:is(.nav-tabs .nav-link):active {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tab-content .tab-pane {
    padding: 2em 0 4em 0;
}

#description .section {
    padding: 0 !important;
}

.item-gallery .owl-nav {
    position: relative;
    top: 32px;
    left: 0;
    right: 0;
    zoom: .5;
}


:is(.item-product .highlight-box) h3 {
    color: #BEA889;
    font-weight: 700;
    border-bottom: 2px solid #BEA889;
    margin-bottom: 1.5em;
    padding-bottom: .5em;
}


:is(.item-product #info) input,
:is(.item-product #info) textarea {
    background-color: #fff;
    border: none;
    border-radius: 0;
}


:is(:is(.item-product #info) input, :is(.item-product #info) textarea) ::placeholder {
    color: transparent;
}


:is(:is(.item-product #info) :not(.form-check)) label {
    color: #113649;
    font-weight: 700;
    font-size: 1.2rem;
}


:is(.item-product #info) .form-check {
    zoom: .8;
}


#navbarMobile {
    display: none;
}

#navbarMobile.show {
    display: block !important;
}

@media (min-width: 992px) {
    #navbarMobile {
        display: none !important;
    }

}

@media (max-width: 991px) {
    .section-header .section-abstract {
        padding: .7rem;
    }

    .section-header .section-title-shadowtext {
        display: none;
    }

    .section-header .section-title {
        font-size: 2.4em;
    }

    .owl-carousel.endorsements .owl-item {
        font-size: .9rem;
    }

    .newsletter.epic {
        zoom: .8;
    }

    .newsletter.epic input,
    .newsletter.epic button {
        font-size: 1.5em;

    }

    .splash-lettering {
        padding-right: 0 !important;
        padding-top: 6em;
        text-align: center;
    }

    .splash-lettering h1 {
        font-size: 3.8rem;
    }

    .splash-lettering h2 {
        font-size: 1.4rem;
    }

    .splash-lettering h3 {
        font-size: 1rem;
    }

    .splash-lettering p {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1em;
    }

    :is(.splash-lettering p) .cta-primary {
        margin-left: 0;
    }

    html,
    body {
        overflow-x: hidden;
        max-width: 100%;
    }

    footer .col-6 ul {
        text-align: left !important;
    }

    footer .col-6 h2 {
        padding-top: 1.5em;
        align-self: flex-start !important;
    }

    footer .col-6.d-flex {
        align-items: flex-start !important;
    }

    footer .footer-contacts {
        zoom: 1 !important;
    }

    footer .footer-credits {
        font-size: .8rem;
    }

    footer .social-links {
        padding-top: 1.5em;
    }

    #newsletter-subscriber>div.d-flex {
        flex-direction: column;
    }

    :is(#newsletter-subscriber > div.d-flex)>div.d-flex {
        max-width: 100%;
    }

    #newsletter-subscriber input {
        max-width: 100%;
    }

    #newsletter-subscriber small {
        font-size: .7rem;
    }

    #newsletter-subscriber button.cta {
        margin-left: 0;
    }

    .pagination {
        flex-wrap: wrap;
        justify-content: center;
    }

    .pagination .page-item {
        margin: 2px;
    }

    .item-product .sticky-top {
        position: static !important;
    }

    .tab-pane>div>div>div {
        width: calc(50% - 1em) !important;
    }

    .navbar.is-home.navbar-transparent.menu-open {
        background-color: #113649 !important;
        transition: background .3s ease;
    }

    .navbar.navbar-transparent {
        padding: 0 !important;
    }

    .navbar {
        transition: all .5s !important;
    }

    :is(:is(.section-endorsements .endorsements-wrapper) .endorsements-item) .quote {
        padding: 0;
    }

    .navbar-brand img {
        height: 60px !important;
        width: 76px !important;
        object-fit: contain !important;
    }

    .cta-primary {
        margin-right: 0 !important;
        display: inline-block;
    }

    .section-header .text-center p {
        margin: -2.5em 0 3em 0 !important;
    }

}

@media (min-width: 992px) and (max-width: 1200px) {
    .navbar .nav-link {
        padding: 1em 0.7em !important;
        font-size: 1.1rem !important;
    }
}

.choices__inner {
    background: rgba(237,237,237,1) !important;
    border: none !important;
    border-radius: 0 !important;
    min-height: 38px !important;
    padding: 4px 8px !important;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background: #bea889 !important;
}

.choices[data-type*=select-one] .choices__button {
    background-color: #113649 !important;
}