.tm-section-box-shadow {
    position: relative;
    z-index: 2;
    box-shadow: 0 6px 50px rgba(0,0,0,0.05);
}

.uk-card-default {
    background-color: #ffffffde !mportant;
    color: #000;
    box-shadow: 0 6px 50px rgba(0,0,0,0.05);
}

.uk-logo, .navbar .brand {
    font-size: 22px;
    font-family: Roboto;
    color: #000;
    text-decoration: none;
    padding: 8px !important;
}

.uk-navbar-nav>li>a, .uk-navbar-item, .uk-navbar-toggle, .navbar .brand, .navbar-search, .navbar .nav>li>a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    height: 100px !important;
    padding: 0 15px;
    font-size: 12px;
    font-family: Work Sans;
    text-decoration: none;
}

.sppb-btn-secondary {
    color: #000 !important;
    background-color: #98a7b500 !important;
    border-color: #98a7b500 !important;
}
.sppb-btn-secondary:hover {
    color: #000 !important;
    background-color: #7a879300 !important;
    border-color: #7a879300 !important;
}
.sppb-btn-secondary.focus, .sppb-btn-secondary:focus {
    color: #fff;
    box-shadow: 0 0 0 3px rgba(152, 167, 181, 0) !important;
}
.uk-button-secondary:active, .uk-button-secondary.uk-active, .btn-success:active, .btn-success.uk-active {
    background-color: #1d1c2100 !important;
    color: #fff;
    border-color: #1d1c21;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .9 !important;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: hidden;
    position: fixed;
    background: #000000 !important;
    opacity: .8;
}

.fabrikWindow.modal {
    display: block;
    z-index: 1047 !important;
    overflow: hidden !important;
}

.ic_rounded.iccalendar .icevent a .ic-bright {
    display: block;
    text-align: center;
    height: 100%;
    color: #111;
    text-decoration: none;
    min-height: 50px;
}


.ic_rounded.iccalendar {
    display: block;
    margin: auto;
    padding: 3px;
    border: 3px solid #ddd;
    border-radius: 10px;
    min-width: 100%;
    max-width: 100%;
}









