@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}


.bounce {
    animation: bounce 2s infinite;
}
.keyrollon, .planRollon {
    display: none;
}
.planrollprev:hover .planRolloff {
    display: none;
}
.planrollnext:hover .planRolloff {
    display: none;
}
.planrollprev:hover .planRollon {
    display: inline-block;
}
.planrollnext:hover .planRollon {
    display: inline-block;
}
.top_logo {
    width: 100%;
    height: auto;
}
body {
    font-family: 'GT Walsheim';
    font-size: 1.05rem;
    color: #06111a;
}

.fade-content {
    opacity: 0;
}

.spacer1 {
    height: 1rem;
}

.spacer2 {
    height: 2rem;
}

.spacer3 {
    height: 3rem;
}

.spacer4 {
    height: 4rem;
}

.spacer5 {
    height: 5rem;
}

.spacer6 {
    height: 6rem;
}

.spacer7 {
    height: 7rem;
}

.spacer8 {
    height: 8rem;
}

.spacer9 {
    height: 9rem;
}

.spacer10 {
    height: 10rem;
}

img {
    min-height: 0.01px;
}


a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

button:focus {
    outline: none;
}

.img-fluid_full {
    display: block;
    width: 100%;
    height: auto;
}

.image-fill {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%;
}

.vh-fix {
    height: 100vh;
    height: calc(100vh - var(--vh-offset, 0px));
}

.bg-primary {
    background-color: #062635 !important;
}

.border-primary {
    border-color: #062635 !important;
}

.text-primary {
    color: #062635 !important;
}

.bg-secondary {
    background-color: #f7c504 !important;
}

.text-secondary {
    color: #f7c504 !important;
}

.bg-dark {
    background-color: #02131c !important;
}

.bg-black {
    background-color: #08111a;
}

.bg-light {
    background-color: #ffbfb0 !important;
}

h1 {
    font-size: 2.5rem;
    letter-spacing: 4px;
    line-height: 1.1;
}

h2 {
    font-size: 1.5rem;
    letter-spacing: 3px;
}

h3 {
    font-size: 1.5rem;
}

.img-caption {
    font-size: 0.85rem;
}

#landing {
    font-size: 1.35rem;
    letter-spacing: 0.25rem;
}

.shape1 {
    height: 11.375rem;
}

.shape2,
.shape4 {
    height: 7.75rem;
}

.shape3 {
    height: 11rem;
}

.shape4 {
    background-color: #1b3344;
}

.shape-overlay {
    z-index: 10;
    mix-blend-mode: overlay;
}

.pt-100 {
    padding-top: 100%;
}

.row-offset-2 {
    margin-top: -6rem;
}

.position-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.link_360 {
    width: 9rem;
    height: 9rem;
    bottom: 3rem;
    right: 3rem;
    z-index: 10;
}

.link_360 img {
    height: 9rem;
}

.image1,
#owl-gallery .position-relative,
#owl-gallery2 .position-relative,
#owl-gallery3 .position-relative,
#owl-gallery4 .position-relative {
    height: 44rem;
}

.owl-carousel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.25rem;
}

.owl-carousel .owl-dots .owl-dot {
    display: block;
    zoom: 1;
    *display: inline;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0.4rem 0;
    background: transparent;
    display: block;
    border: 0.25rem solid #f7c504;
    transition: opacity 200ms ease;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: #f7c504;
}

.owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
}

.owl-nav button.owl-prev {
    margin-right: 1.5rem;
}

.owl-nav button.owl-prev img,
.owl-nav button.owl-next img {
    width: 3rem;
}

#owl-space {
    display: none;
}

#floor-plan,
#space-plan {
    background-color: #fff;
    cursor: pointer;
}
#floor-plan:hover,
#space-plan:hover {
    color: #fff;
    background-color: #062635;
}

#floor-plan.active,
#space-plan.active {
    color: #fff;
    background-color: #062635;
}

.table th {
    font-weight: normal !important;
}

.table th:last-of-type {
    width: 25%;
}

.table tbody th,
.table thead th {
    padding: 0.6rem 0;
    border-top: none;
}

.table tbody th {
    border-bottom: 1px solid #fff;
}

.table thead th,
.table tbody .last-row th {
    border-bottom: 2px solid #f7c504;
}

.key:before {
    content: '';
    display: inline-block;
    margin-right: 0.75rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #ffbfb0;
    vertical-align: middle;
}

.key:nth-of-type(2):before {
    background-color: #fce89b;
}

.key:nth-of-type(3):before {
    background-color: #e5e5e5;
}

.spec-icon {
    width: 9rem;
    height: 9rem;
}

.connect-icon {
    width: 13rem;
    margin-bottom: 1.5rem;
}

.footer-icon {
    width: 9rem;
    height: 9rem;
    margin-bottom: 1.5rem;
}

.contact-link:hover {
    text-decoration: underline;
}

.small {
    font-size: 0.6rem;
}

@media (min-width: 768px) {
    html {
        font-size: 9px;
    }

    .scroll_down {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .row-offset {
        margin-top: -6rem;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 13px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 1400px) {
    html {
        font-size: 18px;
    }

    .container {
        max-width: 1340px;
    }
}

@media (min-width: 1600px) {
    html {
        font-size: 20px;
    }

    .container {
        max-width: 1540px;
    }
}

@media (max-width: 767px) {

    html {
        font-size: 16px;
    }

    .container {
        padding: 0 2rem;
    }

    #landing {
        font-size: 1.75rem;
    }

    h1 {
        font-size: 1.75rem;
    }

    h2 {
        font-size: 1.1rem;
        letter-spacing: 2px;
    }

    .mobile-row-offset {
        margin-top: -5rem;
    }

    .image1,
    #owl-gallery4 .position-relative {
        height: 29rem;
    }

    #owl-gallery .position-relative,
    #owl-gallery2 .position-relative,
    #owl-gallery3 .position-relative {
        height: 17rem;
    }

    .owl-carousel .owl-dots .owl-dot span {
        width: 1.2rem;
        height: 1.2rem;
        margin: 0.2rem 0;
    }

    .shape3 {
        height: 5.25rem;
    }

    .table tbody th,
    .table thead th {
        padding: 0.45rem 0;
    }

    .spec-icon {
        width: 8rem;
        height: 8rem;
        margin-top: 2rem;
    }

    .connect-icon {
        width: 14rem;
        margin-bottom: 1rem;
    }

    .footer-icon {
        width: 9rem;
        height: 9rem;
        margin-bottom: 1rem;
    }

}

@media (max-width: 575px) {

    html {
        font-size: 3.5vw;
    }

    body {
        font-size: 0.95rem;
    }

    .spec-icon {
        width: 7rem;
        height: 7rem;
    }

    .connect-icon {
        width: 11.5rem;
    }

    .footer-icon {
        width: 7.25rem;
        height: 7.25rem;
    }
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('../fonts/GTWalsheim-Regular.woff2') format('woff2'),
        url('../fonts/GTWalsheim-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Medium';
    src: url('../fonts/GTWalsheim-Medium.woff2') format('woff2'),
        url('../fonts/GTWalsheim-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Bold';
    src: url('../fonts/GTWalsheim-Bold.woff2') format('woff2'),
        url('../fonts/GTWalsheim-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Light';
    src: url('../fonts/GTWalsheim-Light.woff2') format('woff2'),
        url('../fonts/GTWalsheim-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.font-medium {
    font-family: 'GT Walsheim Medium';
}

.font-bold {
    font-family: 'GT Walsheim Bold';
}

.font-light {
    font-family: 'GT Walsheim Light';
}