@font-face {
    font-family: "Flaticon";
    src: url("../fonts/flaticon/Flaticon.eot");
    src: url("../fonts/flaticon/Flaticon.eot?#iefix") format("embedded-opentype"),
         url("../fonts/flaticon/Flaticon.woff2") format("woff2"),
         url("../fonts/flaticon/Flaticon.woff") format("woff"),
         url("../fonts/flaticon/Flaticon.ttf") format("truetype"),
         url("../fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3;
    color: #000;
    background-color: #fff;
}

a {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    transition: 0.2s ease;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
}

.content-section {
    padding: 3rem 0;
}

.btn {
    border-radius: 0;
    border: 1px solid #222;
    padding: 10px 30px;
    background-color: #fff;
    color: #222222;
    min-width: 165px;
}

.btn,.dropdown-item {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 300;
}

.dropdown-item {
    padding: 0;
}

.dropdown-item > a {
    padding: 0.5rem 1.5rem;
}

.dropdown-menu, .dropdown.show .btn {
    border-radius: 0;
    min-width: 10.35rem;
    background-color: #222222;
}

.dropdown-menu {
    border:0;
}

.dropdown.show .btn, .dropdown-menu a:hover {
    color: #fff;
}

.dropdown-menu a {
    color: #898989;
}

.dropdown-menu a:hover, .dropdown-menu a:active, .dropdown-menu a:focus {
    background: transparent;
    color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}

.selectors {
    text-align: center;
    margin: 1rem 0 1.5rem;
}

.selectors > div + div {
    margin-left: 40px;
}

#uvc-map {
    height: 32rem;
    background-color: #eee;
}

.uvc-map-container {
    position: relative;
}

.uvc-map-container > .zoom-controls {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 9999;
}

.uvc-map-container > .controls {
    position: absolute;
    z-index: 9999;
}

.uvc-map-container > .controls .btn {
    border-color: #eee;
    font-size: 12px;
    line-height: 1;
    min-width: 1px;
    padding: 8px 15px;
    color: #231f20;
}

.uvc-map-container > .controls.top-left {
    left: 25px;
    top: 25px;
}

.uvc-map-container > .zoom-controls > button {
    width: 32px;
    height: 32px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    display: block;
}

.uvc-map-container > .zoom-controls > button.in {
    background-image: url("../svg/icons/plus.svg");
    margin-bottom: 3px;
}

.uvc-map-container > .zoom-controls > button.out {
    background-image: url("../svg/icons/minus.svg");
}

.leaflet-control-attribution.leaflet-control {
    display: none;
}

.marker-cluster {
    background-image: url(../svg/icons/marker-cluster.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 50px !important;
    height: 50px !important;
    margin-left: -25px;
    margin-top: -25px;
}

.marker-cluster > div {
    font-family: 'Oswald', 'Montserrat', sans-serif;
    background: none !important;
    color: #fff;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    text-align: center;
    padding: 10px;
    font-size: 14px;
}

.marker-cluster > div > span {
    display: block;
    line-height: 1;
}

/*.leaflet-marker-icon {
    margin-top: -20px !important;
}*/

.leaflet-marker-icon.marker-cluster {
    margin-top: -55px !important;
}

.leaflet-pane.leaflet-tile-pane {
    display: none;
}

.leaflet-div-icon {
    background: none;
    border: none;
}

.leaflet-marker-icon.leaflet-div-icon {
    margin-top: -20 !important;
    margin-left: -20 !important;
    z-index: 99999 !important;
    min-height: 20px;
    min-width: 20px;
}

.lm-label {
    background-color: #000;
    position: absolute;
    color: #fff;
    white-space: nowrap;
    padding: 5px 10px;
    line-height: 1;
    display: block;
    left: 3rem;
    top: 0;
    /*pointer-events: auto !important;*/
    cursor: pointer;
}

.marker-cluster-single {
    cursor: pointer;
    pointer-events: auto;
}

.lm-label.label-position-left {
    left: auto;
    right: 3rem;
}

.lm-label, .lm-alt-label {
    font-family: 'Oswald', 'Montserrat';
}

.lm-alt-label {
    font-size: 1rem;
    white-space: nowrap;
}

.lm-label, .lm-label {
    color: #fff !important;
}

.lm-label::before {
    content: "";
    position: absolute;
    left: -1rem;
    width: 50%;
    height: 1px;
    background:#000;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.lm-label.label-position-left::before {
    left: auto;
    right: -1rem;
}

.leaflet-marker-icon.leaflet-div-icon .lm-label {
    opacity: 0;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    transition: 0.2s ease;
    pointer-events: none !important;
}

.leaflet-marker-icon.leaflet-div-icon:hover a.lm-label, 
.leaflet-marker-icon.leaflet-div-icon.active .lm-label,
#uvc-map.visible-labels .leaflet-marker-icon.leaflet-div-icon .lm-label{
    opacity: 1;
    pointer-events: auto !important;
}

.remodal-overlay {
    background: rgba(51, 51, 51, 0.56);
}

.remodal {
    background-color: #333333;
    color: #fff;
}

.remodal a {
    color: #898989;
}

.remodal-close {
    width: 50px;
    height: 50px;
    left: auto;
    right: -40px;
    top: -40px;
    color: #fff;
}

.remodal-close::before {
    font-size: 40px;
    line-height: 50px;
    width: 50px;
}

ul {
    padding-left: 18px;
}

.uvc-resort-content {
    font-size: 0.85rem;
    text-align: left;
}

.uvc-resort-content h3 {
    font-family: 'Oswald', 'Montserrat', sans-serif;
    text-align: center;
}

.uvc-resort-content h3 + ul {
    margin: 1rem 0 1.5rem;
}

.uvc-resort-content ul.nav {
    text-transform: uppercase;
}

.uvc-resort-content ul.nav > li + li::before {
    content: " / ";
    color: #898989;
}

.uvc-resort-content ul.nav > li {
    display:flex;
    display:-ms-flexbox;
    align-items: center;
}

.uvc-resort-content .nav-link.active {
    color: #fff;
}

.uvc-resort-content .resort-image {
    padding-bottom: 100%;
}

.main-content ul > li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.resort-logo {
    max-height: 6.5rem;
    display: block;
    margin: 0 auto 1.5rem;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.uvc-gallery {
    height: 25rem;
    margin-bottom: 1rem;
}

.uvc-thumbs {
    height: 4rem;
}

.uvc-gallery .swiper-slide, .uvc-thumbs .swiper-slide, .uvc-resort-content .resort-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.uvc-gallery .navigation-controls {
    position: absolute;
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center;
    bottom: 0;
    right: 0;
    z-index: 3;
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 1.15rem;
    line-height: 1;
    font-style: italic;
}

.uvc-gallery .navigation-controls > div {
    position: relative;
    top: 0;
    bottom: 0;
    background-color: #222222;
    color: #fff;
    padding: 8px 15px;
    min-width: 4.5rem;
    min-height: 2.5rem;
}

.uvc-gallery .navigation-controls > div:nth-child(2) {
    min-width: 6rem;
}

.uvc-gallery .navigation-controls > div + div {
    margin-left: 5px;
}

.uvc-gallery .swiper-button-next, .uvc-gallery .swiper-button-prev {
    width: 50px;
    height: 25px;
    background-size: 20px 25px;
    margin-top: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}

.uvc-gallery .swiper-button-prev {
    background-image: url("../../../../../static/svg/icons/white/left-arrow.svg");
}

.uvc-gallery .swiper-button-next {
    background-image: url("../../../../../static/svg/icons/white/right-arrow.svg");
}

.uvc-thumbs .swiper-button-next, .uvc-thumbs .swiper-button-prev {
    background-size: 15px 44px;
}

.uvc-gallery .swiper-button-next.swiper-button-disabled, .uvc-gallery .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.dropdown-item:hover a {
    background-color: none;
}

.dropdown-item:hover, .dropdown-item:hover a, .dropdown-item a:hover {
    background: none !important;
}

.dropdown-item > a {
    display: block;
}

.dropdown-submenu {
    position: relative;
}
  
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin:0;
}

.lm-alt-label {
    pointer-events: none;
}

.lal-small-text {
    font-size: 90%;
}

.dropdown .dropdown-brands a.active,
.dropdown .dropdown-destinations a.active {
    color: #fff;
}

.leaflet-marker-icon.marker-cluster.marker-cluster-single {
    margin-top: -35px !important;
    margin-left: -15px;
}

.leaflet-marker-icon.marker-cluster.marker-cluster-single,
#uvc-map.visible-cluster-single .leaflet-div-icon > img {
    opacity: 1;
    transition: all 0.3s ease;
}

#uvc-map:not(.visible-cluster-single) .marker-cluster-single,
#uvc-map.visible-cluster-single .leaflet-div-icon > img.default-uvc {
    opacity: 0;
    pointer-events: none;
}

@media only screen and (min-width: 991px) {
    .remodal {
        max-width: 1000px;
    }
}