﻿.main-header .uk-offcanvas-bar {
    background-color: #EDEDED !important;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    padding: 50px 0;
}
    .main-header .uk-offcanvas-bar .uk-offcanvas-close {
        width: 143px;
        height: 143px;
        margin-top: -75px;
        margin-right: -75px;
        background: var(--mainColor);
        border: 1px solid var(--mainColor);
        border-radius: 145px;
    }
    .main-header .uk-offcanvas-bar .main-nav {
        width: 100%;
        flex-direction: column;
    }
    .main-header .uk-offcanvas-bar .uk-offcanvas-close svg {
        width: 20px;
        height: 20px;
        color: white;
        position: absolute;
        top: 80px;
        left: 40px;
    }
        #offcanvas-flip ul li a {
            font-family: "MarkGEOCAPSBold";
        }
.responsiveSocialBox {
margin-top:40px;
}
    .responsiveSocialBox .uk-margin-small-right {
        color: #666;
        background-color: white;
    }
    .responsiveSocialBox .iconYoutube {
        color: #666;
        background-color: white;
    }
    .responsiveSocialBox .uk-margin-small-right:active {
        color: #666;
        background-color: white;
    }
    .responsiveSocialBox .iconYoutube:active {
        color: #666;
        background-color: white;
    }
    .responsiveSocialBox .iconYoutube:hover {
        color: #666;
        background-color: white;
    }
    .responsiveSocialBox .uk-margin-small-right:hover {
        color: #666;
        background-color: white;
    }

@media only screen and (max-width: 1200px) {
    .uk-navbar-dropdown {
        display: block;
        background: transparent;
        position: inherit;
        box-shadow: none;
        padding:0;
    }
    .main-nav  .dropdown-toggle {
        display: none;
    }
    .main-slider .usefulLinks {
        margin-top: 0px;
    }
        .main-slider .usefulLinks ul {
            padding-left:0;
            width:100%;
        }
            .main-slider .usefulLinks ul li {
                width: 33.33%;
                height: 100%;
            }

                .main-slider .usefulLinks ul li a {
                    max-width: 100%;
                    min-width: auto;
                    padding: 47px 27px;
                    min-height: auto;
                }
}

.mainSlider::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}
.main-slider .uk-slideshow .uk-dotnav > .uk-active > * {
    box-shadow: 0px 0px 2px 7px rgb(255 255 255 / 40%);
    -webkit-box-shadow: 0px 0px 2px 7px rgb(255 255 255 / 40%);
    -moz-box-shadow: 0px 0px 2px 7px rgba(255,255,255,0.40);
    background-color:white!important;
}

.main-slider .uk-slideshow .uk-position-left {
    z-index:9999;
}
.main-slider .uk-slideshow .uk-dotnav > * > * {
    background: #3e3a3b!important;
}
.fas-parent .uk-navbar-dropdown {
    background: var(--mainColor);
    border-radius: 3px;
    padding: 14px 16px 19px 14px;
    width: 200px;
}
    .fas-parent .uk-navbar-dropdown:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 50%;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 6px solid var(--mainColor);
        transform: translateX(-50%);
    }
    .fas-parent .uk-navbar-dropdown li {
        margin-bottom: 6px;
    }
    .fas-parent .uk-navbar-dropdown li a {
        color:white!important;
    }
    @media only screen and (max-width: 960px) {
        .main-slider .usefulLinks ul {
        flex-wrap:wrap;
    }
        .main-slider .usefulLinks ul li {
            width: 100%;
            height: auto;
        }
        .main-slider .usefulLinks ul li a {
            padding: 27px 37px;
        }
}
.leplAndMunicipalities .uk-accordion-title::after {
content:none;
}
.leplAndMunicipalities .uk-accordion-title::before {
    width: 11px;
    height: 11px;
    border: 1px solid #7d7c7c;
    padding: 6px;
    border-radius: 3px;
    background-image: url(../Content/images/plusGrey.png);
}
.leplAndMunicipalities .uk-open > .uk-accordion-title::before {
    background-image: url(../Content/images/ghGrey.png);
}
.usfl li article a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    padding: 14px 14px 10px 50px;
    position: relative;
    height: 72px;
    text-decoration: none;
}
    .usfl li article a:focus {
        border: 1px solid var(--mainColor);
        outline: none;
    }
    .usfl li article a:hover {
        border: 1px solid var(--mainColor);
        outline: none;
    }
    .usfl li article a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 2px;
        background-color: var(--mainColor);
        height: 24px;
        border-radius: 0 3px 3px 0;
    }
    .usfl li article a h2 {
        font-size: 13px;
        line-height: 22px;
        color: #4b4a4a;
        font-family: "MarkGEOCAPSBold";
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-transform: uppercase;
        margin:0!important;
    }
    .usfl li article a:after {
        content: "";
        position: absolute;
        left: 17px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 15px;
        height: 15px;
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../Content/images/link-icon.svg);
        margin-top: 2px;
    }
    
.centralLevelLogo{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    .centralLevelLogo img {
        height:72px;
    }
    .centralLevelLogo h2 {
        font-size: 14px;
        font-family: "MarkGEOCAPSBold";
        margin:0;
        padding:0 13px;
    }


.centralLevel .central-level .centralLevelGrid ul li a {
    padding:12px 16px!important;
    display: flex;
    align-items: center;
}

#tooltip {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
    display:none;
}

.top-data,
.middle-data {
    border-bottom: 1px solid #ccc;
}

#tooltip h3 {
    font-size: 12.5px;
    font-family: "MarkGEOCAPS-Medium";
    color: #4b4a4a;
    padding: 0;
    margin: 0;
}

#tooltip span {
    color: #e12d35;
}

#calTbody .a-date.event {
    background: var(--mainColor);
    cursor: pointer;
}

#calTbody .a-date.event span {
    color: #FFF;
}

#calTbody .a-date.current.event.focused {
    background: var(--mainColor) !important;
}

.uk-lightbox-panel {
    background: rgba(0,0,0,.6);
}

.video-btn,
.video-btn.active {
    padding: 24px 26px 10px;
    font-size: 16px;
    padding-bottom: 20px;
    font-family: "MarkGEOCAPSBold";
    text-align: center;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mainColor) !important;
    color: #FFF !important;
    cursor: pointer !important;
    border-radius: 10px;
}

.video-btn span {
    margin-right: 12px;
    position: relative;
    top: -1px;
}

.video-btn:hover,
.video-btn:focus {
    background: var(--mainColor);
    color: #FFF;
    text-decoration: none;
    outline: none;
    transition: background 0.3s, color 0.3s;
}

.mainPageNews .news-list p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.fas-parent {
    position: relative;
}

.fas-parent .uk-navbar-dropdown  {
    left: calc(50% + 10px) !important;
    transform: translateX(-50%);
}

.partners-section {
    padding-top: 30px;
}

.mainPageNews {
    margin: 40px 0 50px;
}

@media (max-width:1200px) {
    .fas-parent .uk-navbar-dropdown li {
        margin-bottom: 24px !important;
    }

    .fas-parent .uk-navbar-dropdown li:last-child {
        margin-bottom: 0 !important;
    }

    .fas-parent .uk-navbar-dropdown {
        position: static !important;
        transform: none !important;
    }
}