﻿body {
    overflow-x: hidden
}

.mainContent {
    padding: 50px 0
}

.admin-bar .desk-menu {
    top: 32px
}

.logo img {
    height: 100px;
    width: 170px;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 5px 18px rgba(0,0,0,.18);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.page-list p {
    margin: 0
}

.navigation ul:first-child > li.menu-item-has-children > a:after {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    margin-left: 10px
}

a {
    color: #000
}

.container.fixed {
    position: fixed;
    top: 90px;
    z-index: 10
}

.yearSelectorHolder {
    float: left;
    margin-bottom: 35px
}

.yearSelector {
    padding: 10px 20px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #ededed;
    color: #000;
    width: 80px;
    text-align: center
}

    .yearSelector:hover, .yearSelector.selected {
        background: #1f80ac;
        color: #fff
    }

.singleArchive {
    background: #ededed;
    padding: 35px 40px;
    margin-bottom: 35px;
    clear: both
}

    .singleArchive h2 {
        font-size: 26px
    }

    .singleArchive ul, .singleArchive p {
        font-size: 16px
    }

.pagination > * {
    float: left;
    padding: 10px 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #ededed;
    color: #000
}

.pagination > span.current, .pagination > a:hover {
    background: #1f80ac;
    color: #fff
}

.footer-area {
    overflow: hidden
}

    .footer-area .backgroundGame {
        position: relative;
        height: 300px
    }

        .footer-area .backgroundGame > .leftPart {
            background: #1f80ac;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            padding: 35px 40px
        }

            .footer-area .backgroundGame > .leftPart:before {
                content: '';
                background: #1f80ac;
                position: absolute;
                left: -100%;
                top: 0;
                bottom: 0;
                width: 150%;
                z-index: -1
            }

        .footer-area .backgroundGame > .middlePart {
            background-image: url(../../../../../../../../themes/wbtheme/assets/img/footer-svg.svg);
            background-position: left top;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            background-size: cover;
            position: absolute;
            top: 0;
            bottom: 0;
            width: 10%
        }

        .footer-area .backgroundGame > .rightPart {
            background: #1f80ac;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            padding: 50px 40px 35px 40px
        }

            .footer-area .backgroundGame > .rightPart:before {
                content: '';
                background: #1f80ac;
                position: absolute;
                right: -100%;
                top: 0;
                bottom: 0;
                width: 140%;
                z-index: -1
            }

h2 {
    margin-bottom: 35px
}

    h2 + p {
        margin-top: 0
    }

.search-box-area input:active, .search-box-area input:focus {
    border: 2px solid rgb(238,238,238);
    outline: auto
}

.searchContainer {
    position: relative
}

.content form.search-box-area {
    float: left;
    width: 100%;
    margin: 35px 0;
    position: relative
}

    .content form.search-box-area input {
        float: left
    }

    .content form.search-box-area button {
        left: 460px;
        right: auto
    }

.search-results article {
    margin-bottom: 50px
}

.search-results .entry-summary {
    color: #8f9eba;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 35px
}

    .search-results .entry-summary p {
        margin: 0
    }

.search-results h2 {
    margin-bottom: 25px
}

.logo img.smaller {
    height: 70px;
    box-shadow: none;
    background: transparent;
    padding-bottom: 0
}

footer > .container > .row > .col-md-4 > div a {
    white-space: nowrap
}

.ihotspot_tooltop_html .mapOverlayNumber {
    position: absolute;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    z-index: 1;
    top: -.6em;
    left: -.6em
}

.bigPin .ihotspot_tooltop_html .mapOverlayNumber {
    top: 6px;
    left: 3px
}

.smallPin .ihotspot_tooltop_html .mapOverlayNumber {
    top: -25px;
    left: -17px
}

.wrap_svl_center_box {
    background: #1a76a1;
    margin-top: 40px
}

.wrap_svl_center .images_wrap {
    position: relative;
    z-index: 2
}

.wrap_svl_center .drag_element {
    z-index: 1
}

footer #menu-item-65 {
    margin-bottom: 20px
}

.post-password-form p label input:active, .post-password-form p label input:focus {
    border: 2px solid #eee
}

.post-password-form p input[type="submit"] {
    display: block;
    color: #1f80ac !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    width: 140px;
    text-align: center;
    padding: 10px 45px !important;
    border-radius: 55px;
    border: 1px solid #8f9eba !important;
    background: transparent !important;
    margin-top: 15px
}

@media (max-width:1199px) {
    .footer-area .backgroundGame > .middlePart {
        display: none
    }

    .footer-area .backgroundGame > .leftPart {
        width: 100% !important;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: transparent
    }

    .footer-area .backgroundGame > .rightPart {
        display: none
    }

    .footer-area .backgroundGame {
        height: auto
    }
}

@media (max-width:767px) {
    .mainContent {
        padding: 50px 30px
    }

    .search-button i {
        color: #fff
    }

    .scroll {
        bottom: -15px
    }

    .mobileSearch form {
        top: 115px !important;
        right: 0 !important;
        left: 0 !important
    }

        .mobileSearch form input {
            max-width: 100%
        }

    .ihotspot_tooltop_html img {
        display: none
    }

    .wrap_svl_center .drag_element {
        z-index: 2
    }

    .wrap_svl_center .images_wrap {
        margin: -1px
    }
}

.db-footer {
    background: #00678c;
    position: relative;
    padding: 70px 0 0
}

}

.db-footer .leftPart {
    padding: 35px 40px
}

footer > .container > .row > .col-md-4 > div {
    float: none;
    max-width: auto;
    top: auto
}

    footer > .container > .row > .col-md-4 > div a {
        text-transform: uppercase;
        display: inline-block
    }

.db-footer__right > div {
    display: none
}

@media (min-width:992px) {
    .db-footer {
        height: 385px;
        padding-top: 120px;
        min-height: 385px;
        background: #4a5f68
    }

    .db-footer__right > div {
        display: block;
        margin-top: -50px;
        padding-left: 140px;
        position: relative
    }

        .db-footer__right > div:before {
            background: #22556a;
            content: '';
            height: 385px;
            position: absolute;
            left: 0;
            top: -70px;
            display: block;
            width: 114px
        }

    .bg_decor {
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        display: grid;
        grid-template-columns: 1fr 1140px 1fr
    }

        .bg_decor span:after {
            content: '';
            z-index: 1;
            display: block;
            width: 0;
            position: absolute;
            right: -1px;
            top: 0;
            height: 0;
            border-style: solid;
            border-width: 83px 119px 0 0;
            border-color: #fff transparent transparent transparent
        }

        .bg_decor:before {
            content: '';
            display: block;
            height: 100%;
            background: #fff
        }

        .bg_decor span {
            background: #fff;
            height: 85px;
            display: block;
            position: relative
        }

    .bg_decor {
        grid-template-columns: 1fr 960px 1fr
    }

        .bg_decor span {
            width: calc(100% - 193px)
        }
}

@media (min-width:1200px) {
    .bg_decor {
        grid-template-columns: 1fr 1140px 1fr
    }

        .bg_decor span {
            width: calc(100% - 253px)
        }

    .db-footer__right > div {
        padding-left: 160px
    }
}
