.ui-widget-overlay {
    background: #000000b3;
    opacity: unset;
}
.uk-sticky {
    position: relative;
    z-index: 100;
    box-sizing: border-box;
}
.Home .popsearch {
    display: none;
}
.tm-headerbar-top.tm-headerbar-default {
    background: transparent;
    margin-top: 0px;
    padding: 0px;
}

.btn-toolbar {
    font-family:prompt;
    padding:10px 20px;
    border-radius:20px;
    background-color: #FFBD15;
    color: #004A98;
}

div#headslide {
    text-align: center;
    margin-top: -22px;
}
ul.el-nav.uk-slider-nav {
    margin-top: -45px !important;
    z-index: 9999;
    position: relative;
    padding-bottom: 21px;
}
.uk-dotnav>.uk-active>* {
    background-color: #fff;
    width: 24px;
    height: 24px;
}
.uk-button.uk-button-primary,
.uk-button.uk-button-secondary {
    border-radius: 0px 15px;
}
.uk-card-secondary.uk-card-body {
    border-radius: 45px;
}

header.tm-header-mobile nav.uk-navbar {
    height: 75px;
}
.news_prrajk.mod_flexicontent_wrapper .fcitem_title a:hover {
    color: #004a98;
}
.news_prrajk.mod_flexicontent_wrapper .image_featured img, 
.news_prrajk.mod_flexicontent_wrapper .image_standard img {
    -webkit-filter: brightness(80%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.news_prrajk.mod_flexicontent_wrapper .image_featured img:hover, 
.news_prrajk.mod_flexicontent_wrapper .image_standard img:hover {
-webkit-filter: brightness(100%);
}

@media (max-width: 1024px) {
    .uk-navbar-nav>li>a {
        padding: 0 10px;
    }
    .uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
        font-size: 13px;
    }
}



