/* --- MAIN STYLES --- */

#map {
    height: 100%;
    width: 100%;
    min-height: 700px;
}

#general-content {
    min-height: 100%;
}

body.covered {overflow: hidden;}


.background {
    background: #ffffff 50% 50% no-repeat;
    background-size: cover;
}


.media-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .media-container > video, .media-container > img {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 50;
        min-height: 100%;
        min-width: 100%;
        width: auto;
        height: auto;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }


.frame {
    height: 700px;
    position: relative;
}
.frame-md {height: 900px;}
.frame-pad {padding: 6rem 0 0;}
.frame-y-pad {padding: 6rem 0;}


.positioned {
    position: absolute;
    z-index: 50;
}
#pos1 {max-width: 40%; top: 0px; right: 0;}
#posSidebar, #posFooter {max-width: 33%; bottom: 0; right: 0;}
#posSidebar {height: 100%; z-index: 0;}


.icon {
    margin-bottom: 2rem;
    height: 100px;
    display: block;
}

    .icon .st0 {fill:#EEAC15;}
    .icon .st1 {fill:#333333;}


a.logo {
    margin-top: 10px;
    margin-left: 1rem;
    width: 150px;
    display: block;
    text-decoration: none;
}


.menu {
    margin: 0;
    padding: 1.25rem 0 0;
    list-style: none;
}

    .menu li {
        margin: 0 3.25rem 0 0;
        display: inline-block;
    }
    .menu li:last-child {margin: 0;}

        .menu li a, .data-link {
            color: #333333;
            font-size: 14px;
            font-weight: 400;
            line-height: 2rem;
            text-decoration: none;
            text-transform: uppercase;
        }
        .menu li a:hover, .menu li a.active {
            color: #eeac15;
        }

        .data-link {
            margin-top: 1.25rem;
            display: block;
        }
        .data-link:hover {color: #4175ee;}

            .data-link svg {
                margin-right: 1rem;
                height: 2rem;
                display: inline-block;
                vertical-align: middle;
            }

                .data-link svg path {
                    transition: fill 0.4s ease-in-out;
                }
                .data-link:hover svg path {
                    fill: #4175ee;
                }


/* --- HEADER --- */


header {
    padding: 1rem 0 3rem 0;
    background: #ffffff;
}

    .header-extra {
        margin-top: 1.25rem;
        width: 100px;
        position: relative;
        text-align: right;
    }

        .form-container {
            padding-left: 2rem;
            width: 4rem;
            position: absolute;
            top: 0;
            right: 4.75rem;
            z-index: 50;
            overflow: hidden;
            transition: width 0.4s ease-in-out;
            background: #ffffff;
            font-size: 1.5rem;
            line-height: 2rem;
            white-space: nowrap;
        }
        .form-container.active {width: 475px;}

            .form-container .form-switcher {
                color: #333333;
                text-align: center;
                text-decoration: none;
            }
            .form-container .form-switcher:hover {color: #eeac15;}

            .form-container form {
                width: 370px;
                display: inline-block;
            }

                .form-container form input {
                    width: 300px;
                    display: inline-block;
                }

                .form-container form .btn {
                    line-height: 1;
                }

        .header-extra .divider {
            margin-right: 1.625rem;
            height: 32px;
            width: 1px;
            display: inline-block;
            vertical-align: middle;
            background: #cacaca;
        }

        .header-extra .lang-switcher {
            display: inline-block;
            vertical-align: middle;
            color: #333333;
            font-size: 14px;
            font-weight: 500;
            line-height: 2rem;
            text-decoration: none;
            text-transform: uppercase;
        }
        .header-extra .lang-switcher:hover {color: #eeac15;}


a.menu-icon {
    display: block;
    position: fixed;
    top: 2rem;
    right: 40px;
    z-index: 650;

    color: #333333;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
a.menu-icon.white {color: #ffffff;}

    .menu-burger {
        padding: 8px 0 13px;
        margin-left: 1rem;
        width: 24px;
        display: inline-block;
        vertical-align: middle;
        line-height: 1px;
        text-align: right;
    }

        .menu-burger .line {
            height: 3px;
            display: inline-block;
            background-color: #333333;
            transition: background-color 0.4s ease-in-out;
        }
        a.menu-icon.white .menu-burger .line {background-color: #ffffff;}
        a.menu-icon:hover .menu-burger .line {background-color: #eeac15;}
        .menu-burger .line.up {width: 21px;}
        .menu-burger .line.middle {width: 24px; margin: 5px 0 3px;}
        .menu-burger .line.down {width: 15px;}

    .menu-icon svg {
        height: 4rem;
    }

        .menu-icon svg path {
            fill: #212121;
        }


/* --- SIDEBAR --- */


.sidebar {
    height: 100%;
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 600;
    overflow: hidden;
    transition: right 0.3s ease-out;
}
body.covered .sidebar {right: 0;}

    .inner-sidebar {
        padding: 3.75rem 0 4rem 13%;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        background: #ffffff;
    }

        .inner-sidebar .menu {
            padding: 0;
            counter-reset: section;
            z-index: 10;
        }

            .inner-sidebar .menu li {
                margin: 0;
                padding: 0 0 0.5rem 0;
                display: block;
            }
            .inner-sidebar .menu li::before {
                counter-increment: section;
                content: "0" counters(section, ".");
                padding-right: 1.5rem;
                color: #eaeaea;
                font-size: 2.25rem;
                font-weight: 800;
                line-height: 1.2;
            }
            .inner-sidebar .menu li:nth-child(10)::before {
                counter-increment: section;
                content: "" counters(section, ".");
            }

                .inner-sidebar .menu li a, .inner-sidebar .data-link {
                    color: #4175ee;
                    font-size: 3rem;
                    font-weight: 800;
                    line-height: 1.2;
                    text-transform: none;
                }
                .inner-sidebar .menu li a:hover, .inner-sidebar .menu li a.active, .inner-sidebar .data-link:hover {
                    color: #eeac15;
                }

                    .inner-sidebar .data-link span {
                        padding-right: 1rem;
                        color: #eaeaea;
                    }

@media (max-height: 900px) {
    .inner-sidebar {
        padding-top: 3rem;
        padding-bottom: 3.25rem;
    }

        .inner-sidebar .menu li {
            padding: 0 0 0.5rem 0;
        }
}

@media (max-height: 750px) {
    .inner-sidebar {
        padding-top: 2.5rem;
        padding-bottom: 2.75rem;
    }

        .inner-sidebar .menu li {
            padding: 0 0 0.5rem 0;
        }

            .inner-sidebar .menu li a, .inner-sidebar .data-link {
                font-size: 2.75rem;
            }
}

@media (max-height: 650px) {
    .inner-sidebar {
        padding-top: 2.5rem;
        padding-bottom: 2.75rem;
    }

        .inner-sidebar .menu li {
            padding: 0 0 0.5rem 0;
        }
        .inner-sidebar .menu li::before {
            padding-right: 1.375rem;
            font-size: 2rem;
        }

            .inner-sidebar .menu li a, .inner-sidebar .data-link {
                font-size: 2.5rem;
            }
}


/* --- FOOTER --- */


footer {
    position: relative;
    background: #ffffff;
}

    footer a.logo {
        margin-bottom: 2rem;
    }

    footer .menu {
        padding: 2.25rem 0 1.5rem;
    }


/* --- INTRO --- */


.intro {
    /*height: 100vh;*/
    position: relative;
}

    .media-container .cover-black {
        transition: background-color 0.2s ease-in-out;
    }

    .play {
        display: block;
        position: absolute;
        bottom: 40px;
        left: 40px;
        z-index: 100;
        line-height: 1px;
        text-decoration: none;
    }

        .play svg {
            height: 100px;
        }

            .play svg path {
                fill: #ffffff;
                opacity: 0.75;
                transition: opacity 0.4s ease-in-out;
            }
            .play:hover svg path {opacity: 1;}

    .intro .move-to-next {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 50;
        text-align: center;
    }

        .intro .media-container > img {
            position: relative;
            top: 0;
            left: 0;
            z-index: 50;
            min-height: auto;
            min-width: 100%;
            width: 100%;
            height: auto;
            transform: none;
        }

        .scroll-circles {
            padding: 7px 0;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .circle {
                margin: 4px 0;
                height: 12px;
                width: 12px;
                opacity: 0.25;
                transition: opacity 0.6s ease-in;
                border: 3px solid #ffffff;
                border-radius: 6px;
            }
            .circle.passive {opacity: 0.5;}
            .circle.active {opacity: 1;}


/* --- INDEX --- */


.map-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.pic-text-block {
    margin: 0 0 5rem;
    text-align: center;
}

    .pic-text-block .icon {
        margin-bottom: 1rem;
        display: inline-block;
    }

.infowindow-region {
    width: 200px;
    position: relative;
    background-color: #ffffff;
    font-family: "Fira Sans", Arial, sans-serif !important;
}

    .infowindow-region .img-fluid {
        max-width: 100% !important;
    }

    .infowindow-region .region-coat {
        margin-top: -24px;
        height: 48px;
        position: absolute;
        top: auto;
        left: 15px;
        z-index: 50;
    }

    .infowindow-description {
        padding: 8px 15px 10px;
    }

        .infowindow-description h3 {
            margin: 6px 0 4px;
            font-size: 18px;
            font-style: italic;
            font-family: "Fira Sans Medium", Arial, sans-serif;
            font-weight: 500;
            line-height: 1.2;
        }

        .infowindow-description p {
            margin: 0;
            color: #848484;
            font-size: 12px;
            font-style: italic;
            font-family: "Fira Sans Light", Arial, sans-serif;
        }


/* --- NEWS --- */


.news-list {
    margin: 0;
    padding: 0 1rem 1.5rem 0;
    list-style: none;
}

    .news-list li {
        margin: 0;
        padding: 1.75rem 1rem 1.5rem 0;
        border-bottom: 1px solid #eaeaea;
    }

        .news-list li a, a.news-block {
            display: block;
            text-decoration: none;
        }

            .news-list li a span, a.news-block span {
                display: block;
            }

            .news-date, .news-info {
                margin-bottom: 0.5rem;
                color: #212121;
                font-size: 14px;
                font-weight: 500;
                line-height: 1.2;
            }

            .news-info {
                font-weight: 400;
            }

            a.news-block img {
                display: block;
                margin: 1rem 0;
            }

                .news-info i {
                    width: 25px;
                    color: #acacac;
                    font-size: 16px;
                }

.news-important {
    padding-right: 2rem;
}

    .news-important p {
        margin-bottom: 0;
    }


/* --- ARCHIVE --- */


.archive-search {
    margin-top: 20px;
    text-align: right;
}

    .archive-search input {
        width: 250px;
        display: inline-block;
    }

    .archive-search .btn {
        line-height: 1;
    }


/* --- ARTICLE --- */


.article-annotation {
    margin-bottom: 0;
    font-size: 21px;
    line-height: 27px;
}

    .article-photo {
        margin-bottom: 30px;
        display: block;
        position: relative;
        text-decoration: none;
    }


/* --- SEARCH --- */


.search-list li a:hover, .search-list li a:focus {color: #4175ee;}

    .search-list li a .text-blue {
        transition: color 0.4s ease-in-out;
    }
    .search-list li a:hover .text-blue {color: #eeac15!important;}


/* --- WIDGETS --- */


.widget-image {
    margin: 6rem 0;
}

.widget-heading {
    margin: 5rem 0;
    padding: 0 15px;
    text-align: center;
}

    .widget-heading h1, .widget-heading h2, .widget-heading p {
        margin: 0 !important;
    }

.widget-article {
    margin: 6rem 0;
}

.member-title {
    padding-top: 15px;
    text-align: center;
}

    .member-title img {
        margin-bottom: 25px;
        width: 130px;
    }

.member-list {
    margin: 0;
    padding: 30px 0 35px;
    list-style: none;
}

    .member-list li {
        margin-bottom: 20px;
        display: -ms-flex;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .member-list li > img {
            width: 100px;
        }

        .member-info {
            padding: 10px 0 0 30px;
            overflow-wrap: break-word;
            word-break: break-word;
        }

            .member-info p {
                margin-bottom: 8px;
                font-size: 15px;
                line-height: 21px;
            }
            .member-info p.text-primary {margin-bottom: 4px;}

                .member-info p .big {
                    font-size: 21px;
                    font-weight: 400;
                }


/* --- 404 PAGE --- */


.page-404 {
    margin: 100px 0;
    padding: 0 15px;
    text-align: center;
}

    .page-404 svg {
        margin-bottom: 40px;
        height: 218px;
    }

        .page-404 svg mask {
            fill: #ffffff;
        }

    .page-404 p {
        margin-bottom: 8px;
    }

@media (max-height: 700px) {
    .page-404 {
        margin-top: 40px;
    }
}
@media (max-height: 600px) {
    .page-404 {
        margin-top: 20px;
    }

        .page-404 svg {
            margin-bottom: 20px;
        }
}


/* --- DATA --- */


.data-container {padding: 0 30px 50px;}

.data-tip {
    margin-bottom: 8px;
    color: #455a64;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
}

.data-tip-small {
    margin-bottom: 0;
    color: #b0bec5;
    font-size: 13px;
    font-style: italic;
}


.data-search .form-group {
    margin-bottom: 6px;
    position: relative;
}

    .data-search .form-group input {
        padding: 0 15px;
        height: 50px;
        border-radius: 3px;
        border: 1px solid #90a4ae;
        box-shadow: 0 5px 10px #eceff1 !important;
        color: #4175ee;
        font-size: 16px;
        font-weight: 500;
    }

    .data-search .form-group .positioned {
        position: absolute;
        padding: 10px;
        top: 6px;
        right: 5px;
        z-index: 50;
        cursor: pointer;
    }

        .data-search .form-group .positioned svg {
            height: 17px;
        }

            .data-search .form-group .positioned path {
                fill: #78909c;
            }

.data-list {
    margin: 35px 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #eceff1;
}

    .data-list li {
        margin: 0;
        padding: 17px 0 19px;
        border-bottom: 1px solid #eceff1;
    }

        .data-list li a {
            display: -ms-flex;
            display: flex;
            -ms-flex-align: start;
            align-items: flex-start;
            -ms-flex-pack: justify;
            justify-content: space-between;
            text-decoration: none;
        }

            .data-list li a .data-list-caption {
                transition: border-color 0.4s ease-in-out;
                border-bottom: 1px dashed #4175ee;
                font-weight: 400;
            }
            .data-list li a:hover .data-list-caption {border-bottom-color: #eeac15;}

.data-nav {
    margin: 0 0 35px;
    padding: 0;
    list-style: none;
    display: -ms-flex;
    display: flex;
    border-bottom: 1px solid #eceff1;
}

    .data-nav li {
        margin: 0 0 -1px;
        padding: 0 15px;
        flex-basis: 33%;
        font-size: 14px;
        font-weight: 400;
    }
    .data-nav li:first-child {padding-left: 0;}
    .data-nav li:last-child {padding-right: 0;}

        .data-nav li a {
            padding-bottom: 25px;
            display: -ms-flex;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-align: center;
            align-items: center;
            border-bottom: 2px solid transparent;
            color: #b0bec5;
            text-align: center;
            text-decoration: none;
        }
        .data-nav li a:hover {
            border-bottom-color: #98a5ab;
            color: #98a5ab;
        }
        .data-nav li a.active {
            border-bottom-color: #4175ee;
            color: #4175ee;
        }

            .data-nav li a svg {
                margin-bottom: 10px;
                height: 50px;
            }

                .data-nav li a svg path {
                    transition: fill 0.4s ease-in-out;
                    fill: #cfd8dc;
                }
                .data-nav li a:hover svg path {fill: #b6bec2;}
                .data-nav li a.active svg path {fill: #4175ee;}

.data-filters-block {
    max-width: 75%;
    min-height: 51px;
}

    .data-filter {
        margin: 0 6px 10px 0;
        padding: 5px 10px 6px 15px;
        display: inline-block;
        transition: background-color 0.4s ease-in-out;
        background-color: #eceff1;
        border-radius: 3px;
        color: #455a64;
        font-size: 14px;
        font-weight: 400;
    }
    .data-filter:hover {background-color: #cfd8dc;}

        .data-filter a {
            margin-left: 6px;
            padding: 5px;
        }

            .data-filter a svg {
                height: 8px;
            }

                .data-filter a svg path {
                    fill: #455a64;
                }

.data-container .btn-group {
    float: right;
    margin-right: 30px;
}

    .data-container .btn-group .btn {
        margin-left: 1px;
        padding: 6px 9px 0;
    }

.data-container .btn-toggle {
    margin-top: 25px;
}

    .table-data {
        font-weight: 400;
        line-height: 21px;
    }

        .table-striped tbody tr:nth-of-type(odd) {
            background-color: #ffffff;
        }
        .table-striped tbody tr:nth-of-type(even) {
            background-color: #f5f6f7;
        }

            .table-data td {
                padding: 10px 15px;
                vertical-align: middle;
                border-color: #eceff1;
            }
            .table-data td:last-child {
                text-align: right;
            }

                .table-data a[data-toggle="modal"] {
                    text-decoration: none;
                }

                    .table-data a[data-toggle="modal"] span {
                        transition: border-color 0.4s ease-in-out;
                        border-bottom: 1px dashed #4175ee;
                    }
                    .table-data a[data-toggle="modal"]:hover span {border-bottom-color: #eeac15;}
                    .table-data a[data-toggle="modal"]:focus span {border-bottom-color: #4175ee;}

                    .table-data a[data-toggle="modal"] .fas {
                        margin-left: 5px;
                        color: #eceff1;
                        font-size: 12px;
                    }

                .table-data .photo {
                    margin-left: 6px;
                    width: 300px;
                    display: inline-block;
                    position: relative;
                    text-decoration: none;
                }

                    .table-data .photo .cover-more {
                        font-size: 18px;
                        line-height: 15px;
                        text-align: center;
                    }

                        .table-data .photo .cover-more small {
                            font-size: 11px;
                        }

.map-block {
    height: 500px;
    background-color: #eceff1;
}

.data-info {
    font-size: 16px;
    font-style: italic;
    word-break: break-word;
}

.data-info.title-red{
    list-style: none;
    margin: 0;
    padding: 0;
}

.data-info.title-red li{
    margin-bottom: 10px;
}

.data-info.title-red b{
    color: #990000;
}

    .data-info b {
        font-weight: 400;
    }

.hashtag {
    text-decoration: none;
}

.icheckbox_square-green, .iradio_square-green {margin-right: 10px;}

.custom-icon {
    border: 0;
    background: none;
}

.leaflet-popup-content-wrapper {
    padding: 0;
    background: none;
    border-radius: 0;
}

.leaflet-popup-content {
    margin: 0;
}

.icon-marker {
    border-radius: 8px;
    opacity: 0.5;
    width: 16px;
    height: 16px;
}
.field-inputsDateSinceStart, .field-inputsDateSinceEnd{

}
#dateStart, #dateEnd{
    display: inline-block;
    width: 49%;
    border: 1px solid #4175ee;
    text-align: center;
}
.ui-slider .ui-slider-range{
    background: #4175ee;
}