/* Slideshow container */
.slideshow-container {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    max-height: 800px; /* Altezza massima del contenitore */
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Ensure the images fill the container without distortion */
.mySlides img {
    width: 100%;
    height: auto; /* Mantiene il rapporto di aspetto */
}

/* Fade effect */
.fade {
    animation: fade 5s ease-in-out infinite;
}

@keyframes fade {
    0% { opacity: 0; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    100% { opacity: 0; }
}

/*LOGO TOP*/

.navbar-brand.logo-control img.logo-img {
    max-height: 80px;
    width: auto;
}




/* PERSONALIZZAZIONE STILE 7 DELLO SLIDER*/
.layout_7 .item .entry-meta-category span {display: none;}

.layout_7 .post-meta {display: none;}

.layout_1 .jux-content-slider-wrapper .item .entry-thumbnail-bg {
    
    height: 100px !important;
    width: 100px !important;
   
}

.jux-content-slider-wrapper .owl-dots .owl-dot.active span, .jux-content-slider-wrapper .owl-dots .owl-dot:hover span {
    background-color: #0e3d8a;
}

/*PERSONALIZZAZIONE CAROSELLO SERVIZI*/
.owl-carousel .owl-item img {
    display: block;
    width: 30%;
    margin: auto;
}

#mod_easy_jb_articles_carousel129 div.mod_easy_jb_articles {
    border: 4px solid #114bab;
    padding-top: 25px;
}


/* MODIFICA AL FORM CONTATTACI */
form:not(.form-no-margin) .control-group .controls {
    margin-left: 0px;
}