﻿@charset "UTF-8";


/*modal fullscreen */
.modal-dialog {
    max-width: 90%!important;
    min-width: 90%!important;
}

/*Classi Condivise*/
.imageOnHoverEffect1:hover {
    opacity: 0.6;
    transition: .9s ease;
}

.imageOnHoverEffect1 {
    opacity: 1;
    transition: .9s ease;
}


.imageOnHovergray {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.9;
    transition: .9s ease;
}


    .imageOnHovergray:hover {
        opacity: 1;
        -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
        filter: grayscale(0%);
        transition: .9s ease;
    }



.WhatsAppGreen, .WhatsAppGreen a, .WhatsAppGreen a:active {
    color: #99cc33 !important;
}


img.effectbw2color {
    filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .5s ease-in-out;
}

    img.effectbw2color:hover {
        filter: none;
        -webkit-filter: grayscale(0);
        -webkit-transform: scale(1.1);
    }




.imageOnHoverEffectbw2color:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    transition: .9s ease;
}

.imagebw {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.imageOnHoverEffectcolor2bw:hover {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: .9s ease;
}

.blog-preview {
    position: relative;
    height: 200px;
    max-height: 200px;
    overflow: hidden;
}


.blog-preview-fade {
    /*
    position: absolute;
    top: 180px;
    width: 100%;
    height: 20px;
    background: -webkit-linear-gradient(transparent, white);
    background: -o-linear-gradient(transparent, white);
    background: -moz-linear-gradient(transparent, white);
    background: linear-gradient(transparent, white);
    */
}




/*NAVIGAZIONE PER LE PAGINE INTERNE*/

.widget-title {
    font-weight: 500;
    font-size: 23px;
    line-height: 40px;
    text-transform: capitalize;
}

.widget-title::before {
    width: 3px;
    display: block;
    height: 31px;
    margin-bottom: 9px;
    content: '';
    position: absolute;
    left: -10px;
    top: 7px;
    background-color: var(--linkInverse);
}

.sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 2px;
}

.sidebar li {
    display: block;
    padding: 6px 4px;
    color: #333;
    cursor: pointer;
    text-decoration: none;
    background-color: #f5f5f5;
    border-radius: 10px 0px 10px 0px;
    margin-bottom: 4px;
}


    .sidebar li a {
        text-decoration: none;
        color: var(--linkColor)!important;
    }

        .sidebar li a:hover {
            text-decoration: none;
            color: var(--linkInverse) !important;
            padding-left:3px;
        }



.whatsapp-float {
    position: fixed;
    bottom: 60px;
    right: 30px;
    background-color: #25D366;
    color: white;
    padding: 12px 20px;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    text-decoration: none;
    font-family: sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
    z-index: 1000;
    transition: background-color 0.3s ease;
}
    .whatsapp-float a:active{
        color: white;
    }

    .whatsapp-float:hover {
        background-color: #1ebd5a;
        color:white;
    }

    .whatsapp-float i {
        margin-right: 10px;
        font-size: 50px;
    }

.whatsapp-text {
    color: white!important;
}

@media (max-width: 600px) {
    .whatsapp-float {
        bottom: 15px;
        right: 15px;
        padding: 10px 15px;
        font-size: 14px;
    }

        .whatsapp-float i {
            font-size: 18px;
            margin-right: 8px;
        }
}






/*NAVIGAZIONE PER LE PAGINE INTERNE*/
.shadow {
    position: absolute;
    top: 8em;
    width: 100%;
    height: 2em;
    background: -webkit-linear-gradient(transparent, white);
    background: -o-linear-gradient(transparent, white);
    background: -moz-linear-gradient(transparent, white);
    background: linear-gradient(transparent, white);
}



.cursorPointer {
    cursor: pointer;
}

.checkbox-1x {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}

.checkbox-2x {
    transform: scale(2);
    -webkit-transform: scale(2);
    margin-left: 4px !important;
    margin-right: 4px !important;
}

.error {
    color: red !important;
    font-weight: 500;
}







/*CAROSELLI E PARALLAX */

#CarouselClassico {
    background-color: white!important;
}


.flickity-carousel-cell {
    margin-right: 20px;
    overflow: hidden;
}

.flickity-carousel-cell img {
    display: block;
    height: 300px;
}

.parallax-window {
    min-height: 480px;
    background: transparent;
    margin: 0 -15px;
}

/*
.carousel-item {
    max-height: 50vh !important;
    min-height: 320px !important;
}
*/

@media screen and ( min-width: 768px ) {
    .flickity-carousel-cell img {
        height: 600px;
    }

    .carousel-item {
        /*  max-height: 50vh !important; */
    }

    .carousel-caption h1 {
        font-size: 50%;
    }

    .carousel-caption h2 {
        font-size: 50%;
    }

}




/* SOCIAL */
ul.social-list {
    list-style: none;
    float: right;
    margin: 0px;
    padding: 0px;
}

    ul.social-list li {
        float: left;
        margin: 0px;
        padding: 0px;
    }


        ul.social-list li a {
            display: inline-block;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            text-decoration: none;
            color: var(--linkInverse);
        }

            ul.social-list li a:hover {
                color: #fff;
            }

            ul.social-list li a.facebook:hover {
                background-color: #507CBE;
            }

            ul.social-list li a.twitter:hover {
                background-color: #63CDF1;
            }

            ul.social-list li a.youtube:hover {
                background-color: #cc0000;
            }

            ul.social-list li a.google:hover {
                background-color: #F16261;
            }

            ul.social-list li a.dribbble:hover {
                background-color: #E46387;
            }

            ul.social-list li a.linkedin:hover {
                background-color: #90CADD;
            }

            ul.social-list li a.tumblr:hover {
                background-color: #4D7EA3;
            }

            ul.social-list li a.flickr:hover {
                background-color: #E474AF;
            }

            ul.social-list li a.instgram:hover {
                background-color: #4D4F54;
            }

            ul.social-list li a.tiktok:hover {
                background-color: #333333;
            }


            ul.social-list li a.vimeo:hover {
                background-color: #87D3E0;
            }

            ul.social-list li a.skype:hover {
                background-color: #36C4F3
            }

            ul.social-list li a i {
                font-size: 1em;
                display: block;
                width: 34px;
                height: 33px;
                line-height: 33px;
                text-align: center;
                border-left: 1px solid #cccccc;
            }

        ul.social-list li:last-child a i {
            border-right: 1px solid #cccccc;
        }





#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}


.map-responsive {
    overflow: hidden;
    padding-bottom: 400px;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 400px;
        width: 100%;
        position: absolute;
    }





.mytitle {
    color:var(--linkColor);
}





.ui-autocomplete {
    background-color: #efefef;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 2vh;
    width: 2vw;
    min-width: 320px !important;
    min-height: 240px !important;
    border: 1px solid #cccccc;
    box-shadow: 5px 5px rgba(97, 117, 135, 0.1);
    z-index: 1000;
    list-style-type:none;
}

















/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 1px) {

    .container, containerfluid {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}
