/**
 * This file will be included in header in every page after foundation.
 * It should be used for content that relates
 * to your site as a whole, it should not be used for plugin-specific css.
 */

html {
    overflow-y: scroll;
}


/* This ensures that the page always has a scrollbar to ensure that some headers load correctly without FOUC */

html, body {
    height: 100%;
    font-family: 'Frutiger LT W01_55 Roma1475738', sans-serif;
    color: #403634;
}

body > .contentRender {
    min-height: 100%;
    height: 100%;
}

body .mfp-close:hover, body .mfp-arrow:hover, body .mfp-arrow:focus {
	background-color: transparent; /* foundation compatibility with magnific popup */
}


/* Mobile Bottom Fixed Container */
.panel_custom_footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}

/* DTN Mobile Footer Banner */
.panel_custom_footer.hasMobileAd {
    height: 150px;
}

.panel_custom_footer.hasMobileAd .mobileAd {
    display: block;
}

.panel_custom_footer .mobileAd {
    display: none;
    width: 100%;
    height: 50px;
}

.panel_custom_footer .mobileAd #dtnContainer {
    padding: 0px;
    position: relative;
    margin: 0 auto;
    width: 320px;
    display: block;
}

.panel_custom_footer .mobileAd .banner-close {
    position: absolute;
    top: -18px;
    cursor: pointer;
    right: 0px;
    padding: 0px 3px;
    opacity: .75;
    color: white;
    background: #111;
    font-size: 12px;
}

.panel_custom_footer .mobileAd .fa {
    color: white;
}

/* E-Newsletter and Visitors Guide Panel */

.enews_vguide_container {
    position: relative;
    /* height: 300px; */
    /* max-width: 500px;
    margin: auto; */
}

.enews_vguide_container .background-image {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.enews_vguide_container::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1;
    pointer-events: none;
}

.enews_vguide_container .background-image .primary-img {
    width: 100%;
}

.enews_vguide_container .links-cont {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.enews_vguide_container .links-cont .enews,
.enews_vguide_container .links-cont .vguide {
    position: relative;
    height: 50%;
}

.enews_vguide_container .links-cont .enews::after {
    content: "";
    display: block;
    height: 100%;
    width: 90%;
    margin: auto;
    border-bottom: 2px solid #fff0c7;
    z-index: 3;
    pointer-events: none;
}

.enews_vguide_container .links-cont .enews a,
.enews_vguide_container .links-cont .vguide a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #fff0c7;
    white-space: nowrap;
    text-align: center;
    z-index: 2;
    font-family: 'Memphis LT CYR W01 Bold', serif;
}

.enews_vguide_container .links-cont i {
    transform: rotate(90deg);
}

@media (min-width: 1025px) {
    .enews_vguide_container .links-cont .enews a,
    .enews_vguide_container .links-cont .vguide a {
        font-size: calc(24px + (42 - 24) * ((100vw - 1025px) / (1903 - 1025)));
    }
    .enews_vguide_container::after {
        display: none;
    }

    .enews_vguide_container .links-cont .enews::after {
        display: none;
    }

    .enews_vguide_container .links-cont .enews:hover,
    .enews_vguide_container .links-cont .vguide.hover {
        height: 50%;
        width: 100%;
        background: rgba(0,0,0,0.6);
        z-index: 1;
        transform: none;
        transition: background .3s ease-in-out;
    }
}

/* Even Two Column Panel */

.panel-two-col.even {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto 10px;
    padding: 0;
}

.panel-two-col.even .sv-col {
    width: 100%;
    padding: 0 15px;
    height: 100%;
}

.panel-two-col .contentRender_name_plugins_core_textbox {
    padding: 0;
}

@media (min-width: 641px) {
    .panel-two-col.even {
        flex-direction: row;
        max-width: 1170px;
    }

    .panel-two-col.even .sv-col {
        width: 50%;
    }
}

.contentRender_name_plugins_core_textbox,
.contentRender_name_plugins_nav_sitemap,
.contentRender_name_plugins_search_results,
.contentRender_name_plugins_common_button,
.contentRender_name_plugins_collections_template_custom_list,
.contentRender_name_plugins_collections_template_custom_contacts,
.contentRender_name_plugins_blog_leisure_blog_posts,
.contentRender_name_plugins_blog_articles_posts,
.contentRender_name_plugins_mediagallery_gallery,
.contentRender_name_plugins_mediagallery_album,
.contentRender_name_plugins_crm_formbuilder,
.contentRender_name_plugins_events_submitevent,
.contentRender_name_plugins_visitors_main
{
    width: 100%;
    padding: 0 15px;
    margin: 0 auto 0 0;
}

@media (min-width: 1025px) {
    .contentRender_name_plugins_core_textbox,
    .contentRender_name_plugins_search_results,
    .contentRender_name_plugins_nav_sitemap,
    .contentRender_name_plugins_common_button,
    .contentRender_name_plugins_collections_template_custom_list,
    .contentRender_name_plugins_collections_template_custom_contacts,
    .contentRender_name_plugins_blog_leisure_blog_posts,
    .contentRender_name_plugins_blog_articles_posts,
    .contentRender_name_plugins_mediagallery_gallery,
    .contentRender_name_plugins_mediagallery_album,
    .contentRender_name_plugins_crm_formbuilder,
    .contentRender_name_plugins_events_submitevent,
    .contentRender_name_plugins_visitors_main  {
        max-width: 960px;
        padding: 0;
        margin: 0 auto 60px;
    }
}

/* Social Panel */
.social-panel {
    margin-bottom: 60px;
}
.social-panel .top-section .title {
    text-align: center;
    color: #444444;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1;
}

.social-panel .middle-section .subtitle {
    text-align: center;
    color: #981e32;
    text-transform: lowercase;
    font-size: 28px;
    letter-spacing: 1px;
    margin-top: 0;
    line-height: 1;
    margin-bottom: 20px;
}

.social-panel .bottom-section .social-icons {
    max-width: 280px;
    margin: 0 auto 15px;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
@media(min-width:641px){
    .social-panel .bottom-section .social-icons {
        justify-content: space-between;
    }
    .social-panel .top-section .title {
        font-size: 16px;
    }
    .social-panel .middle-section .subtitle {
        font-size: 35px;
    }
}
.social-panel .bottom-section .social-icon:nth-child(5n + 1),
.social-panel .bottom-section .social-icon:nth-child(5n + 2) {
    flex-basis: 34%;
    margin-bottom: 20px;
}

.social-panel .bottom-section .social-icon:nth-child(5n + 3),
.social-panel .bottom-section .social-icon:nth-child(5n + 4),
.social-panel .bottom-section .social-icon:nth-child(5n + 5) {
    flex-basis: 33%;
}
@media(min-width:641px){
    .social-panel .bottom-section .social-icon {
        margin-bottom: 0 !important;
    }
    .social-panel .bottom-section .social-icons {
        justify-content: space-between;
    }
    .social-panel .top-section .title {
        font-size: 16px;
    }
    .social-panel .middle-section .subtitle {
        font-size: 35px;
    }
}
.social-panel .bottom-section .social-icons i {
    font-style: normal;
    color: #403634;
    font-size: 20px;
}

.social-panel .bottom-section .social-icon:hover {
    font-weight: normal;
}

@media (min-width: 641px) {
    .social-panel .top-section .title {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .social-panel .middle-section .subtitle {
        font-size: 54px;
        margin-bottom: 30px;
    }

    .social-panel .bottom-section .social-icons {
        max-width: 450px;
        flex-wrap: nowrap;
    }
    .social-panel .bottom-section .social-icons i {
        font-size: 25px;
    }

    .social-panel .bottom-section .social-icon:nth-child(5n + 1),
    .social-panel .bottom-section .social-icon:nth-child(5n + 2),
    .social-panel .bottom-section .social-icon:nth-child(5n + 3),
    .social-panel .bottom-section .social-icon:nth-child(5n + 4),
    .social-panel .bottom-section .social-icon:nth-child(5n + 5) {
        flex-basis: auto;
    }
}
