
.full_bar{
    width:100% !important;
    float:none !important;
}
.lobicard .card-header .dropdown .dropdown-menu > li > a .card-control-icon {
    line-height: 20px !important;
}
.lobicard > .card-header .dropdown .dropdown-menu {
    min-width: max-content !important;
}
.pagination > .active > .page-link {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #009688;
    border-color: #009688;
}
.lobicard > .card-header > .card-title {
    padding-left: 10px;
}
.form-control {
    color: #555 !important;
}

#photosGallery img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

#photosGallery a {
    position: relative;
}

#photosGallery a:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    transition: 300ms;
}

#photosGallery a:before {
    content: "apri galleria";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    z-index: 1;
    opacity: 0;
    transition: 300ms;
}

#photosGallery a:hover:before, #photosGallery a:hover:after {
    opacity: 1;
}

.slick-arrow {
    position: absolute;
    z-index: 999;
    top: 0px;
    bottom: 0px;
    width: 100px;
    font-size: 45px;
    background: transparent;
    border: none;
    color: #fff;
    opacity: 0.5;
    transition: 300ms;
}

.slick-arrow:hover {
    opacity: 1;
}

.slick-arrow.slick-prev {
    left: 0px;
}

.slick-arrow.slick-next {
    right: 0px;
}
.classe_energetica {
    background: #aaa;
    color:#ffffff;
    border-radius: 50%;
    padding:3px 8px;
}