.se-fixed {
    overflow-y: hidden;
}
.se-fixed-slider {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
}
.gradient-albastru {
    background: linear-gradient(0deg, rgba(93, 175, 175, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}
.gradient-galben {
    background: linear-gradient(0deg, rgba(242, 140, 28, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}
.gradient-roz {
    background: linear-gradient(0deg, rgba(169, 84, 178, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}
.gradient-verde {
    background: linear-gradient(0deg, rgba(130, 195, 165, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}
.page-numbers.current {
    background-color: #F89808;
    color: white;
}

.map-box tspan {
    display: none;
}

.btn-shortcode {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-right: 20px;
}
.slider-projects { display: none; }
.slider-projects.slick-initialized { display: block; }

.slider-middle {
    display: none;
}

.slider-middle.slick-initialized { display: block; }

.topz {
    top: 0;
}

.admin-bar .bottom-header {
    top: 90px;
}

.admin-bar .bottom-header.topz {
    top: 32px;
}

@media (min-width: 960px) and (min-height: 750px) {
    .slider-middle-item {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    header a[href="#"]:hover {
        cursor: default;
    }
}
