/* Common */



.table-table {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
}

.table-cell {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.aspect-wrapper {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.aspect-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.aspect-16-9 {
    position: relative;
    display: block;
    padding-top: 56.25%;
}

.aspect-3-2 {
    position: relative;
    display: block;
    padding-top: 66.666%;
}

.aspect-4-3 {
    position: relative;
    display: block;
    padding-top: 75%;
}

.aspect-6-5 {
    position: relative;
    display: block;
    padding-top: 83.333%;
}

.aspect-1-1 {
    position: relative;
    display: block;
    padding-top: 100%;
}

/* /Common */

.tour-copy-block {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    width: 100%;
    margin-bottom: 32px;
}

.tour-copy-block .tour-copy-title {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    font-family: "Trade Gothic LT Std", sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.tour-copy-block .tour-copy-p {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
}

.tour-tiles-wrapper {
    position: relative;
    display: block;
    max-width: 1200px;
    margin: 0 auto;
}

.tour-tile {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 24px;
    max-width: 600px;
    cursor: pointer;
}

.tour-vid-thumb {
    position: relative;
    display: block;
}

.tour-vid-thumb .aspect-content {
    background-repeat: none;
    background-position: center;
    background-size: cover;
    background-color: #000;
}

.tour-vid-subtitle {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    margin-top: 9px;
    font-family: "Trade Gothic LT Std", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.tour-video-player-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.85);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease-in-out;
    z-index: 21;
    padding: 64px 16px;
}

.tour-video-player-wrapper.active {
    opacity: 1;
    pointer-events: auto;
}

.tour-video-player-wrapper .aspect-wrapper {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    overflow: visible;
}
@media all and (orientation: landscape) and (max-height: 540px) {
    .tour-video-player-wrapper .aspect-wrapper {
        height: calc(100vh - 128px);
    }
}

.player-div {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.tour-video-player-wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tour-video-iframe {
    position: relative;
    display: block;
    width: 100%;
    right: 0;
    left: 0;
    border: none;
}

.rr-close.tour-vid-close {
    position: absolute;
    top: -48px;
    right: 0;
}

.rr-close.tour-vid-close::before, .rr-close.tour-vid-close::after {
    background-color: #fff;
}

.vt-play-button {
    position: absolute;
    right: 50%;
    bottom: 66.666%;
    transform: translate(50%, 50%);
    width: 79px;
    height: auto;
}

@media all and (min-width: 768px) {

    .tour-tile {
        display: inline-block;
        width: calc(50% - 32px);
        vertical-align: top;
        margin: 0 16px 24px;
    }

}

@media all and (min-width: 1200px) {
    .navbar_main #mainNav ul#menu-top-menu li {
        margin-left: 10px;
    }
    .navbar_main #mainNav ul#menu-top-menu li a {
        font-size: 13px;
        letter-spacing: 1.4px;
    }
}

@media all and (min-width: 1460px) {
    .navbar_main #mainNav ul#menu-top-menu li {
        margin-left: 24px;
    }
    .navbar_main #mainNav ul#menu-top-menu li a {
        font-size: 0.9rem;
        letter-spacing: 1.6px;
    }
}