body {
    font-family: 'Lato', sans-serif;
    min-width: 320px;
    font-size: 100%;
    background: #f9f9f9 url(../images/footerbg.png) bottom right no-repeat;  
    padding-bottom:5rem;
}

img {
    border: 0;
}

a {
    color: #414141;
}

.color-main {
    color: #515b67;
}

.border-main {
    border-color: #515b67 !important;
}

.bg-main {
    background-color: #515b67;
    color: #f9f9f9;
}

.bg-white {
    background-color: #fff;
}

.bg-second,
.bg-orange {
    background-color: #F0AA58 !important;
}

.bg-light-orange {
    background-color: #F0AA58;
    color: #fff;
}

.bg-dark {
    background-color: #646464;
}

.color-second {
    color: #F0AA58;
}

.color-white {
    color: #fff;
}

h1,
.h1 {
    font-size: 1.75rem;
    font-weight: 700;
}

.huge {
    font-size: 3rem;
}

h2,
.h2 {
    font-size: 1.375rem;
    font-weight: 700;
}

.font-large{
    font-size:1.125rem;
}

.navbar {
    background: #F2F2F2 url(../images/menubg.png) top left no-repeat;
    background-size:700px;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
}

 .navbar-expand-lg .navbar-nav .nav-link{
        padding:0;
    }

    .nav-item.active > .nav-link{
        border-bottom:2px solid #111;
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        padding:0.5rem 1rem;
    }

    .navbar-expand-lg .navbar-nav .nav-item.nav-item-some {
        padding:0 1rem;
    }

.nav-link-some {
    border-radius: 50%;
    border: 3px solid #111;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    line-height: 2.3rem;
    padding: 0 !important;
}

.navbar-brand {
    height: 5rem;
}

    .navbar-brand > img {
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 100%;
    }

.dropdown-menu {
    border: 0 none;
    background-color: #fff;
    border-radius: 0;
    padding: 1rem 0;
    top: 115%;
}


    .dropdown-menu:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -0.625rem;
        width: 0;
        height: 0;
        border-bottom: 0.625rem solid #fff;
        border-right: 0.625rem solid transparent;
        border-left: 0.625rem solid transparent;
    }

.navbar-nav.ml-auto .dropdown-menu {
    left: 50%;
    right: auto;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dropdown-menu > a {
    background-color: #fff;
    color: #111;
    padding: 0.625rem 1.875rem;
    line-height: 1;
}

    .dropdown-item.active
    {
        font-weight:700;
    }


    .dropdown-item.active,
    .dropdown-item.active:focus,
    .dropdown-item.active:hover,
    .dropdown-item:focus,
    .dropdown-item:hover {
        background-color: #fff;
        color: #111;
        text-decoration:underline;
    }

.subpage {
    margin-top: 6rem;
}

.subpage-margin-low {
    margin-top: 3.75rem;
}

figure {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.subpage-image {
    margin-bottom: 5rem;
}

figcaption {
    background-color: #e7e7e7;
    padding: 0.15rem 0.33rem;
    font-size: 0.75rem;
    font-style: italic;
}

.image-full,
.img-full {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.ingress {
    font-size: 1.25rem;
    font-weight: 700;
}

.body-text {
    margin-bottom: 2rem;
}

    .body-text ul {
        margin: 1rem 0;
        padding-left: 1.25rem;
    }

    .body-text h2,
    .body-text .h2{
        margin-bottom:1rem;
    }

    .body-text img{
        max-width: 100%;
        height: auto !important;
    }

.iframe-container{
    position: relative;
    padding-top:56.25%;
    margin:30px 0;
}


.iframe-container > .iframe-element{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
}

.gallery{
    margin:2rem 0;
}

.gallery > a{
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
    transition: box-shadow ease 0.3s;
}

.gallery > a:hover,
.gallery > a:focus{
    box-shadow: 5px 5px 20px #555;
}

.gallery > a > img{
    width:100%;
    max-width: 100%;
    height: auto;
    transition:all ease 0.3s;
}

.gallery > a:hover > img,
.gallery > a:focus > img{
    transform:scale(1.1);
}

.overlay-me {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.25);
}

.overlay-button {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.banner {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 50rem;
    position: relative;
}

.banner-content {
    position: absolute;
    right: 0;
    bottom: 11rem;
    left: 0;
}

    .banner-content h1.huge {
        text-shadow: 0 -1px 25px rgba(0,0,0,1);
    }

.margin-top-portal-banner {
    margin-top: -6rem;
}

.shortcut {
    padding: 2rem 2rem 4rem;
    margin-bottom: 2rem;
}

.shortcut-image {
    height: 13.75rem;
    margin-bottom: 2rem;
}

    .shortcut-image > img {
        width: auto;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
    }

.link-button {
    height: 5rem;
    border-radius: 2.5rem;
    line-height: 5rem;
    width: 17rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
}

.plot-area-header {
    margin-bottom: 5rem;
}

    .plot-area-header a {
        text-decoration: none;
    }

    .plot-area-header a,
    plot-area-header span {
        display: inline-block;
        margin: 0 1rem;
    }

.plot-area-header-current {
    border-top: 1px dotted #aaa;
    border-left: 1px dotted #aaa;
    border-right: 1px dotted #aaa;
    padding: 15px;
    display: inline-block;
}

.plot-area-header-inactive {
    border-top: 1px dotted #eee;
    border-left: 1px dotted #eee;
    border-right: 1px dotted #eee;
    padding: 15px;
    display: inline-block;
    color: #888;
}


.plot-area-map {
    position: relative;
}

    .plot-area-map > img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

.plot-area-marker {
    width: 1.5rem;
    height: 1.5rem;
    border: 0.2rem solid #fff;
    border-radius: 50%;
    background-color: #ccc;
}

.plot-area-marker.plot-item-360{
    background-color:#fff;
    box-shadow: 3px 3px 5px rgba(0,0,0,.4);
    width: 30px;
    height:30px;
    text-align: center;
}

.plot-area-marker.plot-item-360:hover,
.plot-area-marker.plot-item-360:focus{
    box-shadow: 3px 3px 10px rgba(0,0,0,1);
}

.plot-area-marker.plot-item-360 > img{
    max-width: 100%;
    height:auto;
}

.popover {
    background-color: #453c36;
    color: #e4e2df;
    border-radius: 0;
    padding: 15px;
}

    .popover i.fa {
        position: absolute;
        top: 15px;
        left: 15px;
        font-size: 32px;
    }

.popover-header {
    background-color: transparent;
    color: #e4e2df;
    font-size: 21px;
    font-weight: 600;
    padding: 0 0 0 45px;
    border: 0 none;
}

.popover-body {
    padding: 5px 0 0 45px;
    font-size: 13px;
    color: #e4e2df;
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
    border-top-color: #453c36;
}

.plot-area-map > a {
    position: absolute;
    transform: translate(-50%,-50%);
}


.plot-area-links > a {
    border-top: 1px solid #707070;
}

    .plot-area-links > a:last-of-type {
        border-bottom: 1px solid #707070;
    }

.plot-price-list {
    font-weight: 700;
    margin: 4rem 0;
}

    .plot-price-list > .row {
        background-color: #fff;
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
    }

        .plot-price-list > .row:nth-of-type(even) {
            background-color: #F2F2F2;
        }

        body.vr-open {
            overflow: hidden;
        }
        
        #vr-modal {
            display: none;
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 9999;
        }
        
        #vr-modal.open {
            display: block;
        }
        
        .vr-modal-bg {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: rgba(0,0,0,.7);
        }
        
        .vr-modal-content {
            position: absolute;
            width: 1600px;
            max-width: 90%;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }
        
        .vr-modal-content-inner {
            position: relative;
            overflow: hidden;
            padding-top: 50%;
        }
        
        .vr-modal-content-inner > iframe {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100% !important;
            height: 100% !important;
            border: 0 none;
        }
        
        .vr-modal-close {
            position: absolute;
            top: 30px;
            right: 30px;
            color: #fff;
            font-size: 32px;
            opacity: .8;
            cursor: pointer;
            text-shadow: 0 0 15px #000;
        }
        
        
        .vr-modal-close:hover {
            opacity: 1;
        }        

.adventure {
    display: block;
    position: relative;
    overflow: hidden;
    transition: all ease 0.3s;
}

    .adventure:focus,
    .adventure:hover {
        box-shadow: 0 0 25px rgba(0,0,0,1);
    }

    .adventure > img {
        transition: all ease 0.3s;
    }

    .adventure:focus > img,
    .adventure:hover > img {
        transform: scale(1.1);
    }

.adventure-content {
    position: absolute;
    right: 0;
    bottom: 3rem;
    left: 0;
    color: #fff;
    text-align: center;
}

footer {
}



@media only screen and (max-width: 1199px) {
    
    body{
        background-size:100%;
    }

    .navbar-brand {
        height: 4rem;
    }

    .navbar {
        background-size:400px 80px;
    }
    
    .banner {
        height: 40rem;
    }
}

@media only screen and (max-width: 991px) {

    .huge {
        font-size: 2.25rem;
    }
    .navbar-nav {
        text-align: center;
        margin:20px auto;
    }

        .navbar-nav .open .dropdown-menu {
            background-color: rgba(255,255,255,0.2);
            border: 0 none;
            box-shadow: none;
            float: none;
            margin-top: 0;
            position: static;
            width: auto;
            text-align: center;
            color: #fff;
        }

            .navbar-nav .open .dropdown-menu .dropdown-header,
            .navbar-nav .open .dropdown-menu > li > a {
                padding: 0.625rem 1rem 0.625rem 1.5625rem;
            }

                .navbar-nav .dropdown-menu{
                    text-align:center;
                }

    .nav-item.active > .nav-link{
        border-bottom:0 none;
    }

    .nav-item.active{
        background-color:#fff;
    }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:focus,
    .dropdown-menu > .active > a:hover {
        background-color: #ccc;
        color: #111;
    }

    .dropdown-menu > li > a {
        white-space: normal;
    }


    .dropdown-menu:after {
        display: none;
    }

    .navbar-nav.ml-auto .dropdown-menu {
        left: auto;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }

    .nav-link-some {
        margin: 0 auto;
    }

    .subpage {
        margin-top: 2rem;
    }

    .banner {
        height: 30rem;
    }
}

@media only screen and (max-width: 767px) {
    
    .navbar {
        background-size:250px 80px;
    }
    
    .banner {
        height: 20rem;
    }

    .banner-content {
        bottom: 1rem;
    }

    .margin-top-portal-banner {
        margin-top: 2rem;
    }

    .shortcut {
        padding: 1rem 1rem 2rem;
        margin-bottom: 1rem;
    }

    .shortcut-image {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 575px) {

    .banner-content h1.huge{
        margin-left:4rem;
        margin-right:4rem;
        font-size:2rem;
    }

    .banner-content .link-button{
        height:3rem;
        line-height:3rem;
        border-radius:1.5rem;
        font-size:1rem;
        margin-bottom:0;
    }

    .popover i.fa {
        display: none;
    }

    .popover-header {
        padding: 0;
    }

    .popover-body {
        padding: 5px 0 0 0;
    }
}

@media (min-width: 1400px) {
    .container.container-wide {
        max-width: 1370px;
    }
}

@media only screen and (min-width: 992px) {
    
}
