﻿/*! custom.css v1.0 */

/* ==========================================================================

   Custom CSS Stylesheet. This is where you should add your own styles!

   ========================================================================== */
 
/*
* Simple style overrides or custom adds
*/
/*
* Colore originale #56a839 sfondo e hover menu sostituito su intera soluzione con verde #56a839
*/
a:hover {
    color: #56a839;
    text-decoration: none;
}

.main-nav .main-menu {
float:right;
}

.main-nav ul .zn-mega-new-item {
    position: absolute;
    line-height: 1;
    padding: 5px;
    text-transform: initial;
    font-size: 10px;
    top: 50%;
    right: 3px;
    background-color: #56a839;
    color: #fff;
    border-radius: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-nav > ul > li > a:before {
    content: '';
    opacity: 0;
    position: absolute;
    border-radius: 2px;
    height: 50%;
    width: 100%;
    top: 50%;
    left: 0;
    background-color: #56a839;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: -1;
}

.some-css-selector {
    font-size: 13px;
}

#page_header .bgback.bgArticoli {
    background: url(../images/page-headers/bg_Disponibilita.jpg) no-repeat center top;
}

#page_header .bgback.bgAiuto {
    background: url(../images/page-headers/bg_Aiuto.jpg) no-repeat center top;
}

#page_header .bgback.bgConsegne {
    background: url(../images/page-headers/bg_Consegne.jpg) no-repeat center top;
}

#page_header .bgback.bgAllevamentoConigli {
    background: url(../images/page-headers/bg_Allevamento-conigli.jpg) no-repeat center top;
}

#page_header .bgback.bgArietenanoblu {
    background: url(../images/page-headers/bg_Ariete-nano-blu.jpg) no-repeat center top;
}

#page_header .bgback.bgArietenanosiamese {
    background: url(../images/page-headers/bg_Ariete-nano-siamese.jpg) no-repeat center top;
}

#page_header .bgback.bgTestadileone {
    background: url(../images/page-headers/bg_Testa-di-leone.jpg) no-repeat center top;
}

#page_header .bgback.bgArietenanomadagascar {
    background: url(../images/page-headers/bg_Ariete-nano-madagascar.jpg) no-repeat center top;
}

#page_header .bgback.bgNanocolorato {
    background: url(../images/page-headers/bg_Nano-colorato.jpg) no-repeat center top;
}

#page_header .bgback.bgErmellino {
    background: url(../images/page-headers/bg_Ermellino.jpg) no-repeat center top;
}

#page_header .bgback.bgArietenanobianco {
    background: url(../images/page-headers/bg_Ariete-nano-bianco.jpg) no-repeat center top;
}

#page_header .bgback.bgPensioneconigli {
    background: url(../images/page-headers/bg_Pensione-conigli.jpg) no-repeat center top;
}

.icon-fb:before { content: '\e854'; } /* '' */

/*** Page Subheader's defaults  */
.page-subheader {min-height:300px; background-color: #066fd9;}
.page-subheader[class*="maskcontainer--"] { min-height: 330px; }
.page-subheader .container {padding: 0 15px; z-index: 1; position: relative; }
.page-subheader > .shadowUP:after {content:''; position:absolute; bottom:-18px; left:50%; border:6px solid transparent; border-top-color:#fff; margin-left:-6px; }
.page-subheader .bgback {position:absolute; left:0; top:0; right:0; bottom:0; z-index:0; background-size: cover; background-position: center;}
#page_header.no-bg { background: none; }

.page-subheader .ph-content-wrap { width: 100%; display: table; height:300px; min-height: 400px; }
.page-subheader .ph-content-v-center { display: table-cell; position: relative; vertical-align: middle;}

/* Page-subheader padding (default) */
/*.page-subheader:not(.site-subheader-cst) .ph-content-wrap {padding-top:170px;}*/
/* Safe padding for Subheader */
.page-subheader .ph-content-wrap {padding-top:100px;}

/* Page subheader styles */
.page-subheader.gradient,
.kl-slideshow.gradient { background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,rgba(0,0,0,0.5))); 
	background: -webkit-linear-gradient(top,  transparent 0%,rgba(0,0,0,0.5) 100%); 
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,0.5) 100%); 
	background: linear-gradient(to bottom,  transparent 0%,rgba(0,0,0,0.5) 100%); 
	background-color: #345370; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); }
.page-subheader,
.kl-slideshow {position: relative; top: 0; z-index: 0;}
.page-subheader.nobg,
.kl-slideshow.nobg {background:none;}
.page-subheader.hasMargin,
.kl-slideshow.hasMargin {margin-bottom:40px;}





.search-banner{background-color:#d4e2f1;border-radius:2px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
.search-banner .search-banner-icon{padding:20px;-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none}
.search-banner .search-banner-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;
                                      -webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;
                                      -webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;font-size:15px;font-weight:400;-webkit-box-pack:center;-webkit-justify-content:center;
                                      -ms-flex-pack:center;justify-content:center;padding:20px 0;height:auto;width:auto;}
.search-banner .search-banner-content p:last-child{margin-bottom:0}
.search-banner .search-banner-buttons{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none}
.search-banner .search-banner-title{margin:0 0 8px;font-size:18px;font-weight:700;}
/*@media(max-width:479px){.search-banner .search-banner-title{margin:0 0 10px}
}*/
.search-banner .search-banner-link{font-weight:500}
.search-banner .search-banner-close-button{background:0;border:0;color:#2a6ebb;font-size:18px;font-weight:300;line-height:1;min-width:40px;opacity:1;padding:16px;text-shadow:none}
.search-banner .search-banner-close-button:hover{font-weight:bold;position:relative;top:1px}
.search-banner--unwrapped{background:0;margin:0}
.search-banner--unwrapped .search-banner-icon{padding-left:0}
.search-banner__northstar{background-color:#337ab7;border-radius:6px}
.search-banner__northstar .search-banner-title{color:#FFF;margin:0 0 5px 30px;line-height:1}
.search-banner__northstar .search-banner-link{color:#FFF;font-size:15px!important;font-weight:lighter;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;
                                              flex:1 1 auto;float:right;margin:0 5px 0 0;background-color:#228ae6;margin:25px 1px 5px 30px;border-radius:18px;
                                              padding:8px 30px!important;border:solid 1px #FFF;box-shadow:none}
.search-banner__northstar .search-banner-link:hover{cursor:pointer;box-shadow:inset 0 0 0 1px #FFF}
.search-banner__northstar .search-banner-close-button{color:#FFF}
.search-banner__northstar .search-banner-title--primary{font-size:24px;font-weight:400;margin-top:10px;}
.search-banner__northstar .search-banner-title--secondary{font-size:18px;font-weight:300;margin-top:8px;line-height:1.3}
.search-banner__northstar .search-banner-link-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.search-banner__northstar .search-banner-link--btn{-webkit-box-flex:1;-webkit-flex:1 1 fit-content;-ms-flex:1 1 fit-content;flex:1 1 fit-content}
.search-banner__northstar .search-banner-link--icon{margin:2px 5px 0 -5px;float:left;color:#FFF;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:18px;height:18px}
/*@media(max-width:767px){.search-banner__northstar .search-banner-link{padding:8px 20px!important}
}
@media(max-width:320px){.search-banner__northstar .search-banner-title--secondary{font-size:12px}
.search-banner__northstar .search-banner-link{padding:10px!important}
.search-banner__northstar .search-banner-close-button{margin-left:-15px}
}*/
.search-banner__light{box-shadow:0 1px 3px rgba(0,0,0,0.1);-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#fff;padding:10px 15px}
.search-banner__light .search-banner-content{-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-orient:horizontal;-webkit-box-direction:normal;
                                             -webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;-webkit-box-pack:start;
                                             -webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.search-banner__light .search-banner-icon{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding:5px 10px 5px 0}
.search-banner__light .search-banner-title{color:#353e44;margin:0;padding-right:10px}
.search-banner__light .search-banner-message{color:#72787c}
.search-banner__light .search-banner-close-button{color:#353e44;font-size:35px;min-width:inherit;padding:0}
.search-banner__light .search-banner-close-button:hover{font-weight:400}
/*@media(max-width:479px){.search-banner__light .search-banner-title{font-size:15px}
.search-banner__light .search-banner-message{font-size:13px}
}
@media(max-width:320px){.search-banner__light .search-banner-title{font-size:14px}
.search-banner__light .search-banner-message{font-size:12px}
}*/




/* BARRA TIPOLOGIE */
.tabs_barratipologie > ul.nav {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0.9;
    margin-right: 0px;
    padding-right: 5px !important;
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: 10px;
}

    .tabs_barratipologie > ul.nav .titolo {
        font-size: 15px;
        font-weight: 600;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .tabs_barratipologie > ul.nav .spaziatore {
        font-size: 20px;
        font-weight: 300;
        padding-left: 10px;
        padding-top: 4px;
        color: silver;
    }

    .tabs_barratipologie > ul.nav > li {
        float: left;
        margin-bottom: -2px;
        padding-top: 0px;
    }

    .tabs_barratipologie > ul.nav li > a {
        color: #909090;
    }

        .tabs_barratipologie > ul.nav li > a:hover {
            color: #535353;
        }

    .tabs_barratipologie > ul.nav > li.active > a {
        color: #535353;
        border-bottom: 2px solid #56a839;
        background: none;
    }

    .tabs_barratipologie > ul.nav > li:first-child > a {
        padding: 8px 20px 8px 12px;
    }

    .tabs_barratipologie > ul.nav > li > a {
        padding: 8px 20px;
        line-height: 31px;
    }

        .tabs_barratipologie > ul.nav > li > a:hover {
            background: none;
        }

.tabs_barratipologie .tab-content h5 {
    color: #4d4d4d;
}

.tabs_barratipologie .tab-content {
    display: table;
    width: 100%;
    padding: 10px 0 15px;
}


/* SORTABLE PORTFOLIO */
.hg-portfolio-sortable #portfolio-nav li a:hover,
.hg-portfolio-sortable #portfolio-nav li.current a {
    background: #56a839;
    color: #fff;
}

.hg-portfolio-sortable #sorting {
    float: left;
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    padding: 8px 10px;
    color: #888;
    border-radius: 2px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hg-portfolio-sortable #portfolio-nav {
    margin: -50px 0px 10px;
    padding: 0;
    list-style: none;
    float: left;
}

.hg-portfolio-sortable ul#thumbs li .inner-item .moduleDesc p {
    margin-bottom: 10px;
}

    .hg-portfolio-sortable ul#thumbs li .inner-item .moduleDesc p img {
        height: 35px;
        margin: 0px;
        margin-right: 5px;
        margin-bottom: 0px;
    }


/* SORTABLE PORTFOLIO (VERSIONE 2) */
.a-disp:hover {
    color: #888;
    text-decoration: none;
    cursor: pointer;
}

.hg-portfolio2-sortable h1.title {
    font-weight: bold;
}

.hg-portfolio2-sortable #sorting {
    float: left;
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    padding: 8px 10px;
    color: #888;
    border-radius: 2px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .hg-portfolio2-sortable #sorting ul {
        display: inline-block;
        margin: 0 25px 0 0;
        padding: 0;
        list-style: none;
    }

.hg-portfolio2-sortable #sort-direction {
    margin-right: 0 !important;
}

.hg-portfolio2-sortable #sorting ul li {
    display: inline-block;
    margin-left: 10px;
    line-height: 1;
    margin-bottom: 0;
}

    .hg-portfolio2-sortable #sorting ul li a {
        color: #B7B7B7;
        line-height: 1;
    }

        .hg-portfolio2-sortable #sorting ul li a.selected {
            color: #131313;
        }

.hg-portfolio2-sortable #sorting .sortTitle {
    line-height: 1;
}

.hg-portfolio2-sortable #portfolio-nav {
    margin: -50px 0px 10px;
    padding: 0;
    list-style: none;
    float: left;
}

    .hg-portfolio2-sortable #portfolio-nav li {
        float: left;
    }

        .hg-portfolio2-sortable #portfolio-nav li a {
            background: #fff;
            color: #000;
            padding: 15px;
            line-height: 1;
            font-size: 10px;
            text-transform: uppercase;
            display: inline-block;
            margin-right: 0;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        }

            .hg-portfolio2-sortable #portfolio-nav li a:hover,
            .hg-portfolio2-sortable #portfolio-nav li.current a {
                background: #56a839;
                color: #fff;
            }

.hg-portfolio2-sortable li.kl-has-overlay .img-intro:hover .overlay {
    box-shadow: none;
}

.portfolio-item .img-intro img, .hg-portfolio-sortable .item .img-intro img {
    width: 100%;
}

.hg-portfolio2-sortable ul#thumbs {
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}

    .hg-portfolio2-sortable ul#thumbs li {
        width: 100%;
        float: left;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .hg-portfolio2-sortable ul#thumbs[data-columns="2"] li {
        width: 50%;
    }

    .hg-portfolio2-sortable ul#thumbs[data-columns="3"] li {
        width: 33.333%;
    }

    .hg-portfolio2-sortable ul#thumbs[data-columns="4"] li {
        width: 25%;
    }
    /*@media (max-width : 992px) { .hg-portfolio2-sortable ul#thumbs li { width: 33.333%  !important} }
@media (max-width : 768px) { .hg-portfolio2-sortable ul#thumbs li { width: 50% !important} }
@media (max-width : 480px) { .hg-portfolio2-sortable ul#thumbs li { width: 100%  !important} }*/
    .hg-portfolio2-sortable ul#thumbs li .inner-item {
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
        background: #fff;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 0.9;
        margin-right: 0px;
        padding-right: 5px !important;
    }

        .hg-portfolio2-sortable ul#thumbs li .inner-item:hover {
            box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
            opacity: 1;
        }
        /*.hg-portfolio2-sortable ul#thumbs li .inner-item .gridPhotoGallery-container {width:60%;}
.hg-portfolio2-sortable ul#thumbs li .inner-item .testo {width:100%;}*/
        .hg-portfolio2-sortable ul#thumbs li .inner-item .testo {
            padding-right: 0px;
            margin-right: -10px;
        }

            .hg-portfolio2-sortable ul#thumbs li .inner-item .testo .spaziatore {
                min-height: 56px;
            }

            .hg-portfolio2-sortable ul#thumbs li .inner-item .testo p {
                cursor: default;
            }

        .hg-portfolio2-sortable ul#thumbs li .inner-item .moduleDisp {
            font-size: 15px;
            /*background-color: #f1f3f5;*/
            background-color: #f5f5f5;
            margin-right: 0px;
            padding-right: 6px;
            margin-bottom: 0px;
            padding-bottom: 6px;
            width: 100%;
        }

            .hg-portfolio2-sortable ul#thumbs li .inner-item .moduleDisp div {
                height: 45px;
                display: table;
                text-align: right;
            }

                .hg-portfolio2-sortable ul#thumbs li .inner-item .moduleDisp div p {
                    display: table-cell;
                    vertical-align: middle;
                }


        /* RIQUADRO INFO*/
        .hg-portfolio2-sortable ul#thumbs li .inner-item .bloccoInfo {
            font-size: 15px;
            margin-right: 0px;
            padding-right: 10px;
            margin-bottom: -10px;
            padding-top: 15px;
            padding-bottom: 0px;
            float: right;
        }

        .hg-portfolio2-sortable ul#thumbs li .inner-item .bloccoInfoInner {
            height: auto;
            display: table;
            background-color: #ffec40;
            border-radius: 4px;
            padding-right: 5px;
            padding-left: 5px;
            width: auto;
        }

            .hg-portfolio2-sortable ul#thumbs li .inner-item .bloccoInfoInner div span {
                display: table-cell;
                vertical-align: middle;
                padding: 7px;
                float: left;
            }

            .hg-portfolio2-sortable ul#thumbs li .inner-item .bloccoInfoInner div p {
                display: table-cell;
                vertical-align: middle;
                padding: 3px;
                font-size: 13px;
                font-weight: normal;
                color: #000;
            }


        /* RIQUADRO DISPONIBILITA'*/
        .hg-portfolio2-sortable ul#thumbs li .inner-item .bloccoDisponibilita {
            font-size: 15px;
            margin-right: 0px;
            padding-right: 6px;
            margin-bottom: 0px;
            padding-bottom: 20px;
            float: left;
        }

            .hg-portfolio2-sortable ul#thumbs li .inner-item .bloccoDisponibilita div {
                height: 25px;
                display: table;
            }

        .hg-portfolio2-sortable ul#thumbs li .inner-item .blocco {
            background-color: #f1f3f5;
            border-radius: 3px;
            padding-right: 6px;
            padding-left: 6px;
            float: left;
            width: auto;
        }

            .hg-portfolio2-sortable ul#thumbs li .inner-item .blocco div span {
                display: table-cell;
                vertical-align: middle;
                padding: 7px;
                float: left;
            }

            .hg-portfolio2-sortable ul#thumbs li .inner-item .blocco div p {
                display: table-cell;
                vertical-align: middle;
                padding: 3px;
                font-size: 13px;
            }


*[data-tooltip] {
    position: relative;
}

    *[data-tooltip]::after {
        content: attr(data-tooltip);
        position: absolute;
        top: -45px;
        right: -20px;
        width: 150px;
        pointer-events: none;
        opacity: 0;
        -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
        display: block;
        color: white;
        font-size: 12px;
        text-align: center;
        line-height: 16px;
        background: #1a1c25;
        padding: 2px 2px;
    }

    *[data-tooltip]:hover::after {
        opacity: 1;
    }





/*.hg-portfolio2-sortable ul#thumbs li .inner-item .gridPhotoGallery-container .gridPhotoGallery .gridPhotoGallery__item a div {top: 1.5px; right: 1.5px; left: 1.5px; bottom:1.5px; }*/
/*.hg-portfolio2-sortable ul#thumbs li .inner-item h4{display: block; line-height: 1.6; border-bottom: 1px dotted rgba(0, 0, 0, 0.17); font-size:14px; 
	text-transform: uppercase; margin: 0; padding: 15px; }*/

.hg-portfolio2-sortable ul#thumbs li .inner-item h4 {
    font-weight: bold;
    display: block;
    line-height: 1;
    font-size: 18px;
    margin: 0;
    padding: 15px;
}

.hg-portfolio2-sortable ul#thumbs li .inner-item .moduleDesc {
    font-size: 15px;
    color: #777;
    padding: 0px 15px 15px;
    margin: 5px 0 0;
    display: block;
}

    .hg-portfolio2-sortable ul#thumbs li .inner-item .moduleDesc p {
        margin-bottom: 10px;
    }

.hg-portfolio2-sortable ul#thumbs li .inner-item .disponibilita {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 0 15px 15px;
    margin: 15px 0 0;
    display: block;
}

/*** Grid Photo Gallery (VERSIONE 2) */
.gridPhotoGallery2 {
    margin-left: -5px;
    margin-right: -5px;
}

.gridPhotoGallery2__item {
    float: left;
    position: relative;
    padding: 0;
}

.gridPhotoGallery2__link {
    width: 100%;
    height: 0;
    display: block;
    padding: 0;
    padding-bottom: 100%;
    margin-bottom: 0;
}

.gridPhotoGallery2__img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}

/* Icons */
.gridPhotoGallery2 .gridPhotoGallery2__item .kl-icon {
    opacity: 0;
    position: absolute;
    top: 50%;
    margin-top: 15px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-color: #fff;
    color: #fff;
}

.gridPhotoGallery2 .gridPhotoGallery2__link:hover .kl-icon {
    display: block;
    opacity: 1;
    margin-top: 0;
}

/* Title */
.gridPhotoGallery2__link {
    position: relative;
}

    .gridPhotoGallery2__link:after {
        content: attr(title);
        position: absolute;
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        left: 15%;
        right: 15%;
        top: 50%;
        margin-top: -65px;
        opacity: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .gridPhotoGallery2__link:hover:after {
        opacity: 1;
    }
/* BG Overlay */
.gridPhotoGallery2__img:after {
    content: '';
    position: absolute;
    background-color: rgba(28, 31, 32, 0.25);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

.gridPhotoGallery2__link:hover .gridPhotoGallery2__img:after {
    opacity: 1;
}
/* Cols Width */
.gridPhotoGallery2--cols-1 .gridPhotoGallery2__item {
    width: 100%;
}

.gridPhotoGallery2--cols-2 .gridPhotoGallery2__item {
    width: 50%;
}

.gridPhotoGallery2--cols-3 .gridPhotoGallery2__item {
    width: 33.3333%;
}

.gridPhotoGallery2--cols-4 .gridPhotoGallery2__item {
    width: 25%;
}

.gridPhotoGallery2--cols-5 .gridPhotoGallery2__item {
    width: 20%;
}

.gridPhotoGallery2--cols-6 .gridPhotoGallery2__item {
    width: 16.6666%;
}
/* 2 x width */
.gridPhotoGallery2--cols-2 .gridPhotoGallery2Item--w2 {
    width: 100%;
}

.gridPhotoGallery2--cols-3 .gridPhotoGallery2Item--w2 {
    width: 66.6666%;
}

.gridPhotoGallery2--cols-4 .gridPhotoGallery2Item--w2 {
    width: 50%;
}

.gridPhotoGallery2--cols-5 .gridPhotoGallery2Item--w2 {
    width: 40%;
}

.gridPhotoGallery2--cols-6 .gridPhotoGallery2Item--w2 {
    width: 33.3333%;
}
/* height rations w1 + h1 & w2 + h2 */
.gridPhotoGallery2--ratio-short .gridPhotoGallery2Item--w1 .gridPhotoGallery2Item--h1,
.gridPhotoGallery2--ratio-short .gridPhotoGallery2Item--w2 .gridPhotoGallery2Item--h2 {
    padding-bottom: 75%;
}

.gridPhotoGallery2--ratio-square .gridPhotoGallery2Item--w1 .gridPhotoGallery2Item--h1,
.gridPhotoGallery2--ratio-square .gridPhotoGallery2Item--w2 .gridPhotoGallery2Item--h2 {
    padding-bottom: 100%;
}

.gridPhotoGallery2--ratio-tall .gridPhotoGallery2Item--w1 .gridPhotoGallery2Item--h1,
.gridPhotoGallery2--ratio-tall .gridPhotoGallery2Item--w2 .gridPhotoGallery2Item--h2 {
    padding-bottom: 125%;
}
/* height rations w2 + h1 */
.gridPhotoGallery2--ratio-short .gridPhotoGallery2Item--w2 .gridPhotoGallery2Item--h1 {
    padding-bottom: 37.5%;
}

.gridPhotoGallery2--ratio-square .gridPhotoGallery2Item--w2 .gridPhotoGallery2Item--h1 {
    padding-bottom: 50%;
}

.gridPhotoGallery2--ratio-tall .gridPhotoGallery2Item--w2 .gridPhotoGallery2Item--h1 {
    padding-bottom: 62.5%;
}
/* height rations w1 + h2 */
.gridPhotoGallery2--ratio-short .gridPhotoGallery2Item--w1 .gridPhotoGallery2Item--h2 {
    padding-bottom: 150%;
}

.gridPhotoGallery2--ratio-square .gridPhotoGallery2Item--w1 .gridPhotoGallery2Item--h2 {
    padding-bottom: 200%;
}

.gridPhotoGallery2--ratio-tall .gridPhotoGallery2Item--w1 .gridPhotoGallery2Item--h2 {
    padding-bottom: 250%;
}

.gridPhotoGallery2__img-expander {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    left: 2px;
    bottom: 2px;
}

.hg_accordion_element.default-style {
    margin-top: 10px;
}

    .hg_accordion_element.default-style .th-accordion .acc-group > button {
        border: 0;
        padding: 4px 10px;
        color: #56a839;
        display: block;
        width: 100%;
        text-align: left;
        background-color: #fff;
        padding: 20px 60px 20px 25px;
        font-size: 14px;
        font-weight: 600;
        position: relative;
    }

        .hg_accordion_element.default-style .th-accordion .acc-group > button.collapsed {
            color: #505050;
            background-color: #fff;
        }

        .hg_accordion_element.default-style .th-accordion .acc-group > button:hover {
            background: #fff;
            color: #111;
        }

    .hg_accordion_element.default-style .th-accordion .acc-group .content {
        background-color: #fff;
        padding: 20px 25px;
    }

    .hg_accordion_element.default-style .th-accordion .acc-group > button:not(.collapsed) {
        border-bottom: 1px solid #EEEEEE;
    }

    .hg_accordion_element.default-style .th-accordion .acc-group > button:before,
    .hg_accordion_element.default-style .th-accordion .acc-group > button:after {
        position: absolute;
        content: ' ';
        width: 10px;
        height: 2px;
        display: block;
        background: #ddd;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .hg_accordion_element.default-style .th-accordion .acc-group > button:before {
        right: 31px;
        top: 50%;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .hg_accordion_element.default-style .th-accordion .acc-group > button:after {
        right: 25px;
        top: 50%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .hg_accordion_element.default-style .th-accordion .acc-group > button.collapsed:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .hg_accordion_element.default-style .th-accordion .acc-group > button.collapsed:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }


@media (max-width: 992px) {
}

@media (max-width: 480px) {
    [class*='gridPhotoGallery2Item--w'] {
        width: 100% !important;
    }

    .gridPhotoGallery2__link:after {
        font-size: 13px;
    }
}

@media (min-width: 1200px) {
    .hg-portfolio2-sortable ul#thumbs li .inner-item .testo .row .riquadrotop {
        height: 100px;
    }

    .hg-portfolio2-sortable ul#thumbs li .inner-item .testo .row .riquadromiddle {
        height: 98px;
    }

    .hg-portfolio2-sortable ul#thumbs li .inner-item .moduleDisp {
        margin-left: 4px;
        background-color: #f5f5f5;
        margin-bottom: 0px;
        padding-bottom: 1px;
    }

        .hg-portfolio2-sortable ul#thumbs li .inner-item .moduleDisp div {
            padding-right: 20px;
        }

    .bordoItem2 {
        top: 0px;
        left: 1px;
        right: 1px;
    }

    .bordoItem3 {
        top: 1px;
        left: 1px;
        right: 1px;
    }
}

@media (max-width: 1200px) {
    .hg-portfolio2-sortable ul#thumbs li .inner-item .testo .row .riquadrotop {
        height: 100px;
    }

    .hg-portfolio2-sortable ul#thumbs li .inner-item .testo .row .riquadromiddle {
        height: 98px;
    }

    .hg-portfolio2-sortable ul#thumbs li .inner-item .testo .spaziatore {
        min-height: 1px;
    }

    .hg-portfolio2-sortable ul#thumbs li .inner-item .moduleDisp {
        margin-left: -350px;
        background-color: #f5f5f5;
        margin-top: -3px;
        width: 700px;
    }

    .hg-portfolio2-sortable ul#thumbs li .inner-item .bloccoInfo {
        padding-right: 7px;
    }

    .hg-portfolio2-sortable ul#thumbs li .inner-item .moduleDisp div {
        padding-right: 7px;
    }

    .bordoItem2 {
        top: 0px;
        left: 1px;
        right: 1px;
    }

    .bordoItem3 {
        top: 1px;
        left: 1px;
        right: 1px;
    }
}

@media (max-width: 992px) {
    .hg-portfolio2-sortable ul#thumbs li .inner-item .gridPhotoGallery-container {
        width: 100% !important;
    }

    .hg-portfolio2-sortable ul#thumbs li .inner-item .testo {
        float: left;
        width: 100%;
    }

        .hg-portfolio2-sortable ul#thumbs li .inner-item .testo .spaziatore {
            min-height: 5px;
        }

        .hg-portfolio2-sortable ul#thumbs li .inner-item .testo .row .riquadrotop {
            height: auto;
        }

        .hg-portfolio2-sortable ul#thumbs li .inner-item .testo .row .riquadromiddle {
            height: auto;
        }

    .hg-portfolio2-sortable ul#thumbs li .inner-item .moduleDisp {
        margin-right: 10px;
        background-color: transparent;
        float: right;
    }

        .hg-portfolio2-sortable ul#thumbs li .inner-item .moduleDisp div {
            height: 50px;
            display: table;
            padding-bottom: 0px;
            padding-right: 15px;
        }

            .hg-portfolio2-sortable ul#thumbs li .inner-item .moduleDisp div p {
                display: table-cell;
                vertical-align: middle;
                text-align: right;
            }

    .bordoItem2 {
        top: 0px;
        left: 1px;
        right: 0px;
    }

    .bordoItem3 {
        top: 1px;
        left: 1px;
        right: 0px;
    }

    .hg-portfolio2-sortable ul#thumbs li .inner-item .bloccoDisponibilita {
        padding-right: 30px;
    }

    .hg-portfolio2-sortable ul#thumbs li .inner-item .bloccoInfo {
        padding-right: 15px;
    }

           .bloccoArticoli {
            flex-direction:column;

        }

}

@media (max-width : 768px) {
    .hg-portfolio2-sortable ul#thumbs li .inner-item .testo .row .riquadrotop {
        height: auto;
    }

    .hg-portfolio2-sortable ul#thumbs li .inner-item .testo .row .riquadromiddle {
        height: auto;
    }

    .hg-portfolio2-sortable ul#thumbs li .inner-item .bloccoInfo {
        padding-right: 15px;
    }

    .hg-portfolio2-sortable ul#thumbs li .inner-item .moduleDisp {
        margin-right: 10px;
        background-color: transparent;
        width: auto;
    }

        .hg-portfolio2-sortable ul#thumbs li .inner-item .moduleDisp div {
            height: 15px;
            display: table;
            padding-right: 13px;
            padding-bottom: 10px;
        }

            .hg-portfolio2-sortable ul#thumbs li .inner-item .moduleDisp div p {
                display: table-cell;
                vertical-align: middle;
                text-align: right;
            }

     

}

@media (max-width : 480px) {
    .hg-portfolio2-sortable ul#thumbs li .inner-item .gridPhotoGallery-container {
        width: 100% !important;
    }

    .hg-portfolio2-sortable ul#thumbs li .inner-item .testo .row .riquadrotop {
        height: auto;
    }

    .hg-portfolio2-sortable ul#thumbs li .inner-item .bloccoInfo {
        padding-bottom: 10px;
    }

    .hg-portfolio2-sortable ul#thumbs li .inner-item .testo .row .riquadromiddle {
        height: auto;
    }

    .hg-portfolio2-sortable ul#thumbs li .inner-item .testo .spaziatore {
        min-height: 5px;
    }

    .hg-portfolio2-sortable ul#thumbs li .inner-item .moduleDisp {
        margin-left: -10px;
        background-color: transparent;
        float: left;
        width: 100%;
    }

    .bordoItem2 {
        top: 1px;
        left: 0px;
        right: 0px;
    }

    .bordoItem3 {
        top: 1px;
        left: 0px;
        right: 0px;
    }

    .hg-portfolio2-sortable ul#thumbs li .inner-item .moduleDisp div {
        height: auto;
        width: 100%;
        display: table;
        padding-bottom: 10px;
    }

        .hg-portfolio2-sortable ul#thumbs li .inner-item .moduleDisp div p {
            display: table-cell;
            vertical-align: middle;
            text-align: right;
        }

        
}

.hg-portfolio2-sortable ul#thumbs li.isotope-item {
    z-index: 2;
}

.hg-portfolio2-sortable ul#thumbs li.isotope-hidden {
    z-index: 1;
}

.hg-portfolio2-sortable .inner-item iframe {
    display: block;
}



/*.kl-contentmaps__panel2 { position:absolute; width:100px; z-index: 1; background:rgba(255,255,255,0.9); 
	border-radius: 3px; box-shadow: 0 0 5px rgba(0,0,0,0.4); }
.kl-contentmaps__panel2-img {width:100%; display:block; height:200px; background-position: center; background-repeat: no-repeat; background-size: cover; 
	-webkit-transition: opacity .2s ease-out, height .3s ease-out; transition: opacity .2s ease-out, height .3s ease-out; opacity:1; }
.kl-contentmaps__panel2-img:hover {opacity:.7; }
.kl-contentmaps__panel2-info {padding:30px; min-height:50px; max-height:300px; overflow: auto; overflow-x:hidden; color:#343434;}
.kl-contentmaps__panel2-info-text {max-height: 500px; padding-top: 20px; -webkit-transition: max-height .3s ease-out,  padding-top .3s ease-out; 
	transition: max-height .3s ease-out,  padding-top .3s ease-out; }
.kl-contentmaps__panel2-title {font-size: 16px; font-weight: 600; margin-top: 0; margin-bottom: 0;}
.kl-contentmaps__panel2-tgg {display: block; width:30px; height:30px; border:2px solid #fff; border-radius: 50%; position: absolute; z-index:1; 
	right: 20px;top: 20px;margin: 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg); opacity: .8; 
	-webkit-transition:opacity .2s ease-out, -webkit-transform .4s ease-out; transition:opacity .2s ease-out, transform .4s ease-out; 
	background-color: rgba(0, 0, 0, 0.3);}
.kl-contentmaps__panel2-tgg:hover {opacity:1;}
.kl-contentmaps__panel2-tgg:before,
.kl-contentmaps__panel2-tgg:after  {content:''; width:2px; height: 14px; background: #fff; display: block;transform-origin: 50%;position: absolute;
	top: 50%;left: 50%;margin-top: -7px;margin-left: -1px;}
.kl-contentmaps__panel2-tgg:after {-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}

.is-closed .kl-contentmaps__panel2 { box-shadow: 0 5px 10px rgba(0,0,0,0.4); }
.is-closed .kl-contentmaps__panel2-info-text { max-height: 0; overflow: hidden; padding-top: 0;}
.is-closed .kl-contentmaps__panel2-img {height: 80px;}
.is-closed .kl-contentmaps__panel2-tgg { -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); }
*/






.kl-contentmaps__panel2-img:hover {
    opacity: .7;
}

.kl-contentmaps__panel2-info {
    padding: 30px;
    min-height: 50px;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    color: #343434;
}

.kl-contentmaps__panel2-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.kl-contentmaps__panel2-tgg:hover {
    opacity: 1;
}

.kl-contentmaps__panel2-tgg:before,
.kl-contentmaps__panel2-tgg:after {
    content: '';
    width: 2px;
    height: 14px;
    background: #fff;
    display: block;
    transform-origin: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -1px;
}

.kl-contentmaps__panel2-tgg:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}




.kl-contentmaps__panel2 {
    position: absolute;
    width: 100px;
    z-index: 1;
    background: rgba(255,255,255,0.9);
    border-radius: 3px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.4);
}

.kl-contentmaps__panel2-info-text {
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    -webkit-transition: max-height .3s ease-out, padding-top .3s ease-out;
    transition: max-height .3s ease-out, padding-top .3s ease-out;
}

.kl-contentmaps__panel2-img {
    height: 80px;
    width: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: opacity .2s ease-out, height .3s ease-out;
    transition: opacity .2s ease-out, height .3s ease-out;
    opacity: 1;
}

.kl-contentmaps__panel2-tgg {
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 20px;
    margin: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: .8;
    -webkit-transition: opacity .2s ease-out, -webkit-transform .4s ease-out;
    transition: opacity .2s ease-out, transform .4s ease-out;
    background-color: rgba(0, 0, 0, 0.3);
}

/* Hide panel if checked */
.is-closed .kl-contentmaps__panel2 {
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.is-closed .kl-contentmaps__panel2-info-text {
    max-height: 500px;
    padding-top: 20px;
}

.is-closed .kl-contentmaps__panel2-img {
    height: 200px;
}

.is-closed .kl-contentmaps__panel2-tgg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}






/* Work properly for fixed with parent containers 
.kl-contentmaps__panel2 {position:static; width:100%; border-radius: 0; display: table; margin-top: 20px;}
.kl-contentmaps__panel2-tgg {display: none;}
.kl-contentmaps__panel2-img {width:30%; display: table-cell; min-height: 200px; height: auto;}
.kl-contentmaps__panel2-info { width: 70%; display: table-cell;}*/


@media (min-width: 1200px) {
    .kl-contentmaps__panel2 {
        top: 215px;
        left: -30px;
    }
}

@media (max-width: 1200px) {
    .kl-contentmaps__panel2 {
        top: 165px;
        left: -30px;
    }
}

@media (max-width: 992px) {
    .kl-contentmaps__panel2 {
        top: 280px;
        left: -30px;
    }
}



/* CHIUSURA */
.disableExpander {
    display: none !important;
}

.hideExpander {
    animation: fadeout 1s;
    -webkit-animation: fadeout 1s; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes fadeout {
    from {
        display: block;
        visibility: visible;
        opacity: 1;
    }

    to {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}

/* Standard syntax */
@keyframes fadeout {
    from {
        display: block;
        visibility: visible;
        opacity: 1;
    }

    to {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}

/* APERTURA */
.enableExpander {
    display: block;
}

.showExpander {
    animation: enablefadeout 1s;
    -webkit-animation: enablefadeout 1s; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes enablefadeout {
    from {
        display: none;
        visibility: hidden;
        opacity: 0;
    }

    to {
        display: block;
        visibility: visible;
        opacity: 1;
    }
}

/* Standard syntax */
@keyframes enablefadeout {
    from {
        display: none;
        visibility: hidden;
        opacity: 0;
    }

    to {
        display: block;
        visibility: visible;
        opacity: 1;
    }
}

/* PAGINA AIUTO*/

/* RIQUADRO DISPONIBILITA'*/
.AiutobloccoDisponibilita {
    font-size: 15px;
    float: left;
}

    .AiutobloccoDisponibilita div {
        height: 25px;
        display: table;
    }

    .AiutobloccoDisponibilita .Aiutoblocco {
        background-color: #f1f3f5;
        border-radius: 3px;
        border: 1px solid;
        padding-right: 6px;
        padding-left: 6px;
        float: left;
        width: auto;
        margin-top: -2px;
        margin-right: 5px;
    }

        .AiutobloccoDisponibilita .Aiutoblocco div span {
            display: table-cell;
            vertical-align: middle;
            padding: 7px;
            float: left;
        }

        .AiutobloccoDisponibilita .Aiutoblocco div p {
            display: table-cell;
            vertical-align: middle;
            padding: 3px;
            font-size: 13px;
        }


/* Goboxes (stepsbox2) */
.gobox {
    color: #535353;
    padding: 25px;
    min-height: 100px;
    position: relative;
    line-height: 1.6;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #EDEDED;
}

.gobox-content {
    z-index: 1;
    position: relative;
}

    .gobox-content p:last-child {
        margin-bottom: 0;
    }

.gobox h4 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.gobox:before, .gobox:after {
    content: '';
    position: absolute;
    top: 50%;
}

.gobox:before {
    margin-top: 0;
    top: 0;
    left: -5px;
    background-color: #EDEDED;
    width: 40%;
    height: 100%;
    border-radius: 5px;
    -webkit-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    transform: skewX(-12deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.gobox:after {
    margin-top: 0;
    top: 0;
    right: -5px;
    background-color: #EDEDED;
    width: 40%;
    height: 100%;
    border-radius: 5px;
    -webkit-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    transform: skewX(-12deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}

.gobox.gobox-first:before,
.gobox.gobox-last:after {
    display: none;
}

.gobox.ok:before,
.gobox.ok:after,
.gobox.ok {
    background-color: #56a839;
    font-size: 13px;
    color: #fff;
}

    .gobox.ok h4 {
        color: #fff;
    }

    .gobox.ok > .glyphicon {
        font-size: 42px;
        color: rgba(255, 255, 255, 0.6);
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        left: 0px;
    }

        .gobox.ok > .glyphicon + .gobox-content {
            overflow: hidden;
            margin-left: 30px;
        }

/* Static Content - boxes 
.sc__boxes {margin-top:5px;margin-left:63px;}
.sc__boxes .static-content__infopop {width:auto; margin: 0; border-radius: 4px; box-shadow: 0 0 7px rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(255,255,255,.8), inset 0 0 6px rgba(255,255,255,.8); -webkit-transition:opacity .2s ease-out, -webkit-transform .2s ease-out; 
	transition:opacity .2s ease-out, transform .2s ease-out; -webkit-backface-visibility:hidden;}
.sc__boxes:hover .static-content__infopop {opacity:.4; }
.sc__boxes:hover .static-content__infopop:hover {opacity:1; box-shadow: 0 0 15px rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(255,255,255,.8), inset 0 0 6px rgba(255,255,255,.8); -webkit-transform:translateX(10px); -ms-transform:translateX(10px); transform:translateX(10px); }
.sc__boxes .sc__box-title {margin:0px; font-size:11px; text-align:center;}
.sc__boxes .static-content__infopop .sc__img {margin-right:15px; float: left; margin-bottom: 15px; margin-top: 10px; max-width: 36px; }
.sc__boxes .static-content__infopop .sc__img ~ p { margin-left: 52px }*/

/* Static Content - boxes 
.gobox-content-transiction:hover {-webkit-transform:translateX(10px); -ms-transform:translateX(10px); transform:translateX(10px); 
                                  }*/

.gobox-content-transiction {
    -webkit-transition: -webkit-transform 0.5s; /* Safari 3.1 to 6.0 */
    transition: -webkit-transform 0.5s;
    -webkit-transition: -ms-transform 0.5s; /* Safari 3.1 to 6.0 */
    transition: -ms-transform 0.5s;
    -webkit-transition: transform 0.5s; /* Safari 3.1 to 6.0 */
    transition: transform 0.5s;
}

    .gobox-content-transiction:hover {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }


/* Stat boxes riquadri garanzie */

/*stat boxes */
.stats_box3 .mb_title {
    background: none;
}

.statbox3 {
    background: #fff;
    padding: 15px;
    margin-bottom: 25px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

    .statbox3 img {
        float: left;
        margin-right: 15px;
    }

.statbox3__fonticon {
    float: left;
    margin-right: 15px;
    font-size: 46px;
    color: #8f8f8f;
    vertical-align: top;
    height: 60px;
    line-height: 51px;
    margin-bottom: 10px;
}

.statbox3 h4 {
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    color: #56a839;
    line-height: 1;
    margin-top: 0;
}
/*.statbox3 h6 {color:#969696;margin-bottom: 0;margin-top: 0;line-height: 1;}*/
.statbox3 h6 {
    color: #868686;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.2;
}

/*stat box con immagine allineata al centro */
.stats_box4 .mb_title {
    background: none;
}

.stats_box4 {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgb(171, 171, 171);
    text-align: center;
    position: relative;
    width: 100%;
    height: 125px;
}

.stats_box4__fonticon {
    float: left;
    margin-right: 15px;
    font-size: 46px;
    color: #8f8f8f;
    vertical-align: top;
    height: 60px;
    line-height: 51px;
    margin-bottom: 10px;
}

.stats_box4 h4 {
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    color: #56a839;
    line-height: 1;
    margin-top: 0;
}

.stats_box4 h6 {
    color: #868686;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1;
}

.statbox4-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%,-50%);
    margin-top: 25px;
}

.kl-iconbox__content-wrapper {
    overflow: inherit;
}

.ctabutton {
    clear: right;
    float: right;
    position: relative;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    padding: 10px 10px 7px;
    border-radius: 2px;
    margin-top: 8px;
    margin-left: 20px;
    width: 85px;
}

.kl-cta-ribbon .trisvg {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 5px;
}

    .kl-cta-ribbon .trisvg path {
        fill: #56a839;
    }

.kl-cta-ribbon:hover .trisvg path {
    fill: #fff;
}

.kl-cta-ribbon {
    margin-bottom: -7px;
    background: #56a839;
}

    .kl-cta-ribbon:hover {
        background: #fff;
        color: #000;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }

    .kl-cta-ribbon strong {
        font-size: 18px;
        font-weight: 900;
        display: block;
        line-height: 24px;
    }

.kl-cta-lined {
    margin-top: 5px;
    background-color: transparent;
    box-shadow: none;
    padding: 8px 20px 9px;
}

/* Info box aiuto */
.ib2-custom .ib2-inner {
    padding: 10px;
    position: relative;
    z-index: 1;
}

.ib2-text-color-light-theme .ib2-inner {
    border-left: 4px solid #df0000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.ib2-info-message:before {
    content: 'i';
    position: absolute;
    left: -42px;
    top: -5px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    color: #df0000;
    border-radius: 50%;
    font-size: 17px;
    font-weight: 900;
}

/* Info box consegne */
.ib3-custom .ib3-inner {
    padding: 10px;
    position: relative;
    z-index: 1;
}

.ib3-text-color-light-theme .ib3-inner {
    border-left: 4px solid #56a839;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
}

.ib3-info-message {
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0 20px 52px;
    padding: 0 20px 5px 0;
    display: inline-block;
    position: relative;
}

    .ib3-info-message:before {
        content: 'i';
        position: absolute;
        left: -42px;
        top: 2px;
        width: 27px;
        height: 27px;
        line-height: 20px;
        text-align: center;
        border-width: 2px;
        border-style: solid;
        color: #56a839;
        border-radius: 50%;
        font-size: 15px;
        font-weight: 900;
    }

/* Contact form */
#contact_form .form-horizontal-2 .control-label {
    width: 110px;
    text-align: left;
}

    #contact_form .form-horizontal-2 .control-label i {
        color: Red;
        margin-left: 5px;
    }

#contact_form .form-horizontal-2 .controls {
    margin-left: 0px;
}

#contact_form textarea {
    height: 100px;
}

.contact_form .form-control {
    font-size: 13px;
    padding: 14px;
    height: auto;
    outline: none;
    box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #D9D9D9;
}


/* Accordions - Style 4 */
.hg_accordion_element.style4 .th-accordion {
    border: none;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .hg_accordion_element.style4 .th-accordion .acc-group {
        margin-bottom: 0px;
    }

        .hg_accordion_element.style4 .th-accordion .acc-group > button {
            background: none;
            border: 0;
            padding: 4px 10px;
            color: #56a839;
            display: block;
            width: 100%;
            text-align: left;
            position: relative;
        }

            .hg_accordion_element.style4 .th-accordion .acc-group > button:hover {
                background: #dcdcdc;
                color: #111;
            }

            .hg_accordion_element.style4 .th-accordion .acc-group > button.collapsed {
                color: #505050;
            }

        .hg_accordion_element.style4 .th-accordion .acc-group .content {
            padding: 10px;
        }

.hg_accordion_element.style4 > h3 {
    line-height: 1.4;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-shadow: none;
    padding: 15px 20px;
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-transform: uppercase;
    background-color: #56a839;
}

.hg_accordion_element.style4 .th-accordion .acc-group {
    overflow: hidden;
}

    .hg_accordion_element.style4 .th-accordion .acc-group:last-child > button.collapsed {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .hg_accordion_element.style4 .th-accordion .acc-group > button:last-child {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .hg_accordion_element.style4 .th-accordion .acc-group > button.collapsed {
        background: #f9f9f9;
        border-top: solid 1px #e0e0e0;
        border-bottom: none;
    }

    .hg_accordion_element.style4 .th-accordion .acc-group > button {
        padding: 12px 20px;
        overflow: hidden;
        border-bottom: solid 1px #E6E6E6;
        border-top: solid 1px #E6E6E6;
        background-color: #fff;
    }

    .hg_accordion_element.style4 .th-accordion .acc-group:first-child > button {
        border-top: none;
    }

        .hg_accordion_element.style4 .th-accordion .acc-group:first-child > button.collapsed {
            border-top: none;
        }

    .hg_accordion_element.style4 .th-accordion .acc-group > button:hover {
        background: #F5F5F5;
    }

    .hg_accordion_element.style4 .th-accordion .acc-group .content {
        border-bottom: none;
        background: #fff;
        padding: 20px;
    }

    .hg_accordion_element.style4 .th-accordion .acc-group:last-child .content {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .hg_accordion_element.style4 .th-accordion .acc-group > button.collapsed span.acc-icon {
        position: absolute;
        right: -21px;
        width: 58px;
        height: 58px;
        border: 7px solid #000;
        border-radius: 50%;
        top: -7px;
    }

        .hg_accordion_element.style4 .th-accordion .acc-group > button.collapsed span.acc-icon:before,
        .hg_accordion_element.style4 .th-accordion .acc-group > button.collapsed span.acc-icon:after {
            content: '';
            background-color: #000;
            display: inline-block;
            text-align: center;
            line-height: 63px;
            position: absolute;
            left: 50%;
            top: 50%;
        }

        .hg_accordion_element.style4 .th-accordion .acc-group > button.collapsed span.acc-icon:before {
            width: 20px;
            height: 6px;
            margin-top: -3px;
            margin-left: -9px;
        }

        .hg_accordion_element.style4 .th-accordion .acc-group > button.collapsed span.acc-icon:after {
            width: 6px;
            height: 19px;
            margin-left: -2px;
            margin-top: -10px;
        }

    .hg_accordion_element.style4 .th-accordion .acc-group > button span.acc-icon {
        position: absolute;
        right: -11px;
        width: 58px;
        height: 58px;
        opacity: .05;
        border: 7px solid #56a839;
        border-radius: 50%;
        top: -7px;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

        .hg_accordion_element.style4 .th-accordion .acc-group > button span.acc-icon:before {
            content: '';
            width: 20px;
            height: 6px;
            background-color: #56a839;
            display: inline-block;
            text-align: center;
            line-height: 63px;
            position: absolute;
            left: 50%;
            margin-left: -9px;
            top: 50%;
            margin-top: -3px;
        }

    .hg_accordion_element.style4 .th-accordion .acc-group > button.collapsed:hover span.acc-icon {
        opacity: .05;
    }

.IsVisibilityCollapsed {
    visibility: collapse;
    height: 0px;
}

.IsVisibilityVisible {
    visibility: visible;
}

.portfolio-item-details-label {
    min-width: 120PX;
    font-weight: 300;
    color: #ababab;
    float: left;
}


/* Label skewed */
.label-2 {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align:;
    ;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: text;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .label-2:focus,
    .label-2:active:focus,
    .label-2.active:focus,
    .label-2.focus,
    .label-2:active.focus,
    .label-2.active.focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .label-2:hover,
    .label-2:focus,
    .label-2.focus {
        color: none;
        text-decoration: none;
    }

    .label-2:active,
    .label-2.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

.label-2-fullcolor,
.label-2-fullcolor:focus {
    background-color: #56a839;
    color: #fff;
}

    .label-2-fullcolor:hover {
        color: #fff;
        background-color: #56a839;
    }

    /*** Btn FullColor */
    .label-2-fullcolor,
    .label-2-fullcolor:focus {
        background-color: #56a839;
        color: #fff;
    }

        .label-2-fullcolor:hover {
            color: #fff;
        }

        /* Filled buttons - Skewed style */
        .label-2-fullcolor.btn-skewed,
        .label-2-fullcolor.btn-skewed:hover {
            border: 0;
            background: none;
            position: relative;
            z-index: 0;
        }

            .label-2-fullcolor.btn-skewed:before {
                content: '';
                border-radius: 4px;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                -webkit-transform: skewX(-8deg);
                -ms-transform: skewX(-8deg);
                transform: skewX(-8deg);
                -webkit-transition: background-color .2s ease-in-out;
                transition: background-color .2s ease-in-out;
                z-index: -1;
            }
            /*** Btn FullColor */
            .label-2-fullcolor.btn-skewed:before {
                background-color: #56a839;
            }

.eBlog .itemBottom {
    margin-top: 10px;
    border-bottom: none;
    margin-bottom: 5px;
    padding-bottom: 5px;
}


.hg_post_image {
    border-bottom: none;
}

.hg_post_image {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}

/* sidebars */
#sidebar {
    background: white;
    padding: 10px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    #sidebar .widget {
        margin-bottom: 20px;
    }

    #sidebar .title {
        color: #050505;
        line-height: 1.4;
        margin-bottom: 15px;
        padding-bottom: 20px;
        position: relative;
        font-size: 18px;
    }

        #sidebar .title:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 2px;
            width: 25px;
            height: 0;
            border-bottom: 1px solid #CBCBCB;
        }

        #sidebar .title:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 2px;
            width: 100%;
            height: 0;
            border-bottom: 1px solid #f9f9f9;
        }

    #sidebar ul.menu {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #sidebar ul.menu li {
            margin-bottom: 0px;
        }

            #sidebar ul.menu li a {
                color: #595959;
                display: block;
                padding: 4px 0 4px 20px;
                position: relative;
                border-radius: 2px;
            }

                #sidebar ul.menu li a:after {
                    content: '\203A';
                    position: absolute;
                    left: 7px;
                    top: 6px;
                    color: #DDD;
                    font-size: 16px;
                    line-height: 1;
                    width: 4px;
                    height: 4px;
                    font-family: Arial;
                }

                #sidebar ul.menu li.active a:after,
                #sidebar ul.menu li a:hover:after {
                    color: white;
                    left: 8px;
                }

                #sidebar ul.menu li.active a,
                #sidebar ul.menu li a:hover {
                    background: #46a525;
                    color: white;
                }

div.cloudBlock a {
    padding: 4px;
    float: left;
    display: block;
}


.photo-wall .isotope-item:hover .pw-item::after {
    opacity: .2;
    visibility: visible;
}

.photo-wall .pw-item::after {
    background-color: #000;
}



#progressbar > h4 {
    line-height: 15px;
    margin-top: 13px;
    margin-bottom: 5px;
}

#progressbar > div {
    background-color: #dcdcdc;
    border-radius: 5px; /* (height of inner div) / 2 + padding */
    padding: 3px;
}

    #progressbar > div > div {
        background-color: #56a839;
        height: 30px;
        border-radius: 5px;
        text-align: center;
        color: white;
        font-weight: bold;
        line-height: 30px;
    }


/* PAGINE RAZZE CONIGLI */
.bottom-border {
    border-bottom: 1px solid #e8e8e8;
}

.custom-position2 {
    padding-top: 30%;
    padding-right: 15%;
    padding-bottom: 13%;
    padding-left: 10%;
    background-color: transparent !important;
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}

    .fluid-width-video-wrapper iframe,
    .fluid-width-video-wrapper object,
    .fluid-width-video-wrapper embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


/* PROGRESS BARS SKILLS ELEMENT */
.skills_wgt ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .skills_wgt ul li {
        margin-top: 15px;
    }

        .skills_wgt ul li:first-child {
            margin-top: 0;
        }

.skills_wgt .skill-title {
    font-size: 13px;
    color: #888888;
    line-height: 1;
    margin-bottom: 13px;
    margin: 0 0 10px;
}

.skills_wgt.stg-dark .skill-title {
    color: #45474d;
}

.skills_wgt.stg-light .skill-title {
    color: #f5f5f5;
}

.skills_wgt .skill-bar {
    display: block;
    border-radius: 2px;
    background: #efefef;
    height: 13px;
}

.skills_wgt.whitebars .skill-bar {
    background: #fff;
}

.skills_wgt .skill-bar > i {
    background: #999;
    border-radius: 2px;
    width: 0;
    height: 13px;
    display: block;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.skills_wgt li:nth-child(1) .skill-bar > i {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.skills_wgt li:nth-child(2) .skill-bar > i {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.skills_wgt li:nth-child(3) .skill-bar > i {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.skills_wgt li:nth-child(4) .skill-bar > i {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.skills_wgt li:nth-child(5) .skill-bar > i {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.skills_wgt li:nth-child(6) .skill-bar > i {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.skills_wgt li:nth-child(7) .skill-bar > i {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.skills_wgt li:nth-child(8) .skill-bar > i {
    -webkit-transition-delay: 1s;
    transition-delay: 1.1s;
}

.skills_wgt li:nth-child(9) .skill-bar > i {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.skills_wgt li:nth-child(10) .skill-bar > i {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.skills_wgt.stg-rounded .skill-bar,
.skills_wgt.stg-rounded .skill-bar > i {
    border-radius: 9px;
}

.skills_wgt.started .skill-bar[data-loaded="1"] > i {
    width: 95%;
}

    .skills_wgt.started .skill-bar[data-loaded="1"] > i::before {
        content: "19/20";
    }

.skills_wgt.started .skill-bar[data-loaded="2"] > i {
    width: 100%;
}

    .skills_wgt.started .skill-bar[data-loaded="2"] > i::before {
        content: "10/10";
    }

.skills_wgt.started .skill-bar[data-loaded="3"] > i {
    width: 93%;
}

    .skills_wgt.started .skill-bar[data-loaded="3"] > i::before {
        content: "14/15";
    }

.skills_wgt.started .skill-bar[data-loaded="4"] > i {
    width: 96%;
}

    .skills_wgt.started .skill-bar[data-loaded="4"] > i::before {
        content: "14,5/15";
    }

.skills_wgt.started .skill-bar[data-loaded="5"] > i {
    width: 100%;
}

    .skills_wgt.started .skill-bar[data-loaded="5"] > i::before {
        content: "5/5";
    }

.skills_wgt.started .skill-bar[data-loaded="6"] > i {
    width: 92.5%;
}

    .skills_wgt.started .skill-bar[data-loaded="6"] > i::before {
        content: "18,5/20";
    }

.skills_wgt.started .skill-bar[data-loaded="7"] > i {
    width: 90%;
}

    .skills_wgt.started .skill-bar[data-loaded="7"] > i::before {
        content: "13,5/15";
    }

.skills_wgt.started .skill-bar[data-loaded="8"] > i {
    width: 97.5%;
}

    .skills_wgt.started .skill-bar[data-loaded="8"] > i::before {
        content: "19,5/20";
    }

.skills_wgt.started .skill-bar[data-loaded="9"] > i {
    width: 97.5%;
}

    .skills_wgt.started .skill-bar[data-loaded="9"] > i::before {
        content: "4,5/5";
    }

.skills_wgt .skill-bar[data-color="t-red"] > i {
    background: #cd2122;
}

.skills_wgt .skill-bar[data-color="green"] > i {
    background: #63AD68;
}

.skills_wgt .skill-bar[data-color="blue"] > i {
    background: #5476a9;
}

.skills_wgt .skill-bar[data-color="red"] > i {
    background: #f46e6e;
}

.skills_wgt .skill-bar[data-color="purple"] > i {
    background: #a872bc;
}

.skills_wgt .skill-bar[data-color="yellow"] > i {
    background: #f4e36e;
}

.skills_wgt .skill-bar[data-color="orange"] > i {
    background: #eea754;
}

.skills_wgt .skill-bar[data-color="turquoise"] > i {
    background: #2bcdc1;
}

.skills_wgt .skill-bar[data-color="lightblue"] > i {
    background: #6cb0df;
}

.skills_wgt .skill-bar[data-color="lightred"] > i {
    background: #df6c8a;
}

.skills_wgt .skill-bar[data-color="pink"] > i {
    background: #f46eb3;
}

.skills_wgt.started .skill-bar i::before {
    background: #1a1c25;
    border-radius: 3px;
    padding: 0;
    height: 22px;
    line-height: 22px;
    width: 48px;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    position: absolute;
    bottom: 100%;
    left: 100%;
    margin-left: -25px;
}

.skills_wgt.started .skill-bar i::after {
    content: '';
    position: absolute;
    border: 4px solid transparent;
    border-top-color: #1a1c25;
    bottom: 100%;
    left: 100%;
    margin-left: -12px;
}

.skills_wgt.started .skill-bar i::before,
.skills_wgt.started .skill-bar i::after {
    opacity: 0;
    visibility: hidden;
    margin-bottom: 30px;
}

.skills_wgt.started .skill-bar:hover i::before,
.skills_wgt.started .skill-bar:hover i::after {
    opacity: 1;
    visibility: visible;
    margin-bottom: 15px;
}

.skills_wgt.started .skill-bar:hover i::after {
    margin-bottom: 7px;
}
/* end PROGRESS BARS SKILLS ELEMENT */

.btn-fullcolor:focus {
    background-color: #56a839;
    color: #fff;
}

.btn-fullcolor:hover {
	background-color: #56a839;
	color: #fff;
}

.itemContainer.zn_columns .itemIntroText {
    padding: 0 0 0;
    margin: 0 0 0;
    border-bottom: none;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    font-style: normal;
}

.gridPhotoGallery__img2 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    position: absolute;
    top: 2.5px;
    right: 2.5px;
    left: 2.5px;
    bottom: 2.5px;
}



@media only screen and (min-width : 992px) {
    /* If it's fullscreen */
    .static-content--fullscreen {
        height: 100vh;
    }

        .static-content--fullscreen .static-content__inner {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }
}

.static-content--fullscreen {
    height: 70vh;
}



/* WIDGET CONSEGNE */
.link-consegne {
    width: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    float: right;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f1f3f5;
    border-radius: 3px;
    /*border: 1px solid #56a839;*/
}

.link-consegne2:hover {
    text-decoration: none;
    color: inherit;
}

#dListWidgetConsegne .latest_posts.style3 ul.posts span {
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
}
    /*Con bordo inferiore*/
    /*#dListWidgetConsegne .latest_posts.style3 ul.posts span li { margin-bottom: 10px; padding-bottom: 10px; margin-top: 5px; padding-top: 5px; border-bottom: 1px solid #E3E3E3; overflow: hidden;}*/
    #dListWidgetConsegne .latest_posts.style3 ul.posts span li {
        margin-bottom: 10px;
        padding-bottom: 10px;
        margin-top: 5px;
        padding-top: 5px;
        overflow: hidden;
    }

#dListWidgetConsegne .latest_posts.style3 ul.posts span:last-child li {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}


/*Con bordo inferiore*/
/*#dListWidgetLuoghiConsegne .latest_posts.style3 ul.posts span li { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px solid #E3E3E3; overflow: hidden;}*/
#dListWidgetLuoghiConsegne .latest_posts.style3 ul.posts span li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    overflow: hidden;
}

#dListWidgetLuoghiConsegne .latest_posts.style3 ul.posts span li .grid-ibx__item {
    height: 35px;
}

#dListWidgetLuoghiConsegne .latest_posts.style3 ul.posts span:last-child li {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}


/*** GRID ICON BOXES */
.grid-ibx__item {
    float: left;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    -webkit-backface-visibility: hidden;
    height: auto;
    background-color: #fff;
}

    .grid-ibx__item[onclick] {
        cursor: pointer;
    }

.grid-ibx--cols-1 .grid-ibx__item {
    width: 100%;
}

.grid-ibx--cols-2 .grid-ibx__item {
    width: 50%;
}

.grid-ibx--cols-3 .grid-ibx__item {
    width: 33.3333%;
}

.grid-ibx--cols-4 .grid-ibx__item {
    width: 25%;
}

.grid-ibx--cols-5 .grid-ibx__item {
    width: 20%;
}

.grid-ibx__item-inner {
    position: relative;
    top: 50%;
    left:33.3333%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.grid-ibx__item-inner-widget {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.grid-ibx__link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.grid-ibx__title-wrp,
.grid-ibx__icon-wrp,
.grid-ibx__desc-wrp {
    margin-top: 0;
}

.grid-ibx__title,
.grid-ibx__desc {
    margin: 0;
}

.grid-ibx__icon {
    font-size: 24px;
    line-height: 1;
    -webkit-transition: color .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: color .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    color: #e2e2e2;
}

.grid-ibx__item:hover .grid-ibx__icon {
    color: #56a839;
}

/*Modifiche*/
.grid-ibx__item-inner2 {
    position: relative;
}

.grid-ibx__title-wrp,
.grid-ibx__icon-wrp,
.grid-ibx__desc-wrp {
    float: left;
}

.grid-ibx__icon-wrp {
    margin-left: 10px;
    margin-bottom: 0px;
    margin-right: 15px;
}

.grid-ibx__desc-wrp {
    margin-left: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
}

.grid-ibx__title-wrp,
.grid-ibx__icon-wrp {
    padding-bottom: 0px;
    margin-bottom: 3px;
}

@media (min-width: 768px) and (max-width: 992px) {

    .grid-ibx__title-wrp,
    .grid-ibx__icon-wrp,
    .grid-ibx__desc-wrp {
        float: left;
    }

    .grid-ibx__title-wrp {
        margin-left: 0px;
    }

    .grid-ibx__icon-wrp {
        margin-left: 0px;
    }

    .grid-ibx__desc-wrp {
        margin-left: 0px;
    }

    .grid-ibx__desc {
        margin-left: 0;
        text-align: left;
    }

    #dListWidgetLuoghiConsegne .latest_posts.style3 ul.posts span li .grid-ibx__item {
    height: auto;
}

}

@media (max-width : 768px) {

    .grid-ibx__item {
        margin-top:15px;
    }

    .grid-ibx__desc {
        margin-top: 4px;
    }
}

@media (max-width : 480px) {

    .grid-ibx__item {
        margin-top:15px;
    }
    .grid-ibx__desc {
        margin-top: 4px;
    }



}


/* PAGINA CONSEGNE */
.map-position {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    z-index: 10;
    overflow: hidden;
    padding-bottom: 100%;
}

.map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.styled-select {
   background: transparent;
    width: 100% !important;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 1px solid #ccc;
   height: 45px;
   -webkit-appearance: none;
   }



/* MAPPA RESPONSIVE */
/*.google-maps {
    position: relative;
    padding-bottom: 75%; 
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}*/





.imgboxes_Wid_Consegne {
    margin-bottom: 0px;
}

    .imgboxes_Wid_Consegne .imgboxes-wrapper {
        position: relative;
        display: inline-block;
        margin-bottom: 0px;
        height: 100%;
    }

        .imgboxes_Wid_Consegne .imgboxes-wrapper .livelloOpaco {
            width: 100%;
            height: 100%;
            background-color: #000000;
            opacity: 0.2;
            position: absolute;
            z-index: 0;
        }

    .imgboxes_Wid_Consegne .imgboxes-title {
        position: absolute;
        bottom: 0;
        color: #fff;
        width: auto;
        text-align: left;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0;
        margin-left: 10px;
        padding-bottom: 45px;
        z-index: 0;
        float: left;
    }

    .imgboxes_Wid_Consegne:hover .imgboxes-title:after {
        width: 60px;
    }

    .imgboxes_Wid_Consegne .lp-post-comments-num {
        position: absolute;
        bottom: 0;
        color: #fff;
        font-size: 15px;
        font-weight: normal;
        margin-bottom: 0;
        margin-left: 10px;
        padding-bottom: 10px;
        z-index: 0;
    }

        .imgboxes_Wid_Consegne .lp-post-comments-num span {
            float: left;
        }
/*.imgboxes_Wid_Consegne .imgbox_image { opacity: .9;}*/
.cover-fit-img {
    object-fit: cover;
    overflow: hidden;
}

.imgbox_image .cover-fit-img {
    height: 100%;
}

.sidebar.knowledgebase .data {
    margin-right: 10px;
}

.sidebar.knowledgebase .data,
.sidebar.knowledgebase .statoProgrammata,
.sidebar.knowledgebase .statoDisponibile,
.kb-category--related-articles .data,
.kb-category--related-articles .statoDisponibile,
.kb-category--related-articles .statoProgrammata {
    position: relative;
    padding-left: 18px;
    cursor: pointer;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

    .sidebar.knowledgebase .data::before,
    .kb-category--related-articles .data::before {
        content: '\e109';
        font-family: 'Glyphicons Halflings';
        position: absolute;
        left: 0;
    }

    .sidebar.knowledgebase .statoProgrammata::before,
    .kb-category--related-articles .statoProgrammata::before {
        content: '\e065';
        font-family: 'Glyphicons Halflings';
        position: absolute;
        left: 0;
    }

    .sidebar.knowledgebase .statoDisponibile::before,
    .kb-category--related-articles .statoDisponibile::before {
        content: '\e067';
        font-family: 'Glyphicons Halflings';
        position: absolute;
        left: 0;
    }

.kb-category--related-articles .statoProgrammata,
.kb-category--related-articles .statoDisponibile,
.kb-category--related-articles .data {
    cursor: pointer;
    margin-left: 15px;
    float: right;
}

/* Responsive styles */
/** Tablets (landscape mode)  **/
@media (min-width: 768px) and (max-width: 991px) {
    .sidebar.knowledgebase .data,
    .sidebar.knowledgebase .statoDisponibile,
    .sidebar.knowledgebase .statoProgrammata {
        display: block;
    }
}


/* Image boxes carousel element */
.works_carousel.stl-simple {
    border-bottom: solid 1px #ddd;
}

.works_carousel .slides {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .works_carousel .slides > li {
        width: 380px;
        display: block;
        float: left;
        position: relative;
        margin: 1px 1px 1px 1px;
    }

.works_carousel .caroufredsel .slides > li a {
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.works_carousel .inner-slide {
    color: #FFF;
    color: rgba(255, 255, 255, 0.3);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: block;
    margin: 0 12px;
}

    .works_carousel .inner-slide:hover {
        color: #fff;
    }

    .works_carousel .inner-slide .imgprev {
        position: relative;
        display: block;
        margin: 0 0 20px;
    }

.no-touch .works_carousel .inner-slide .imgprev::after {
    background: transparent;
    border-bottom: 0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.no-touch .works_carousel .inner-slide:hover .imgprev::after {
    background: rgba(255,255,255,0.1);
    border-bottom: 8px solid #cd2122;
}

/*cfs-nav*/
.works_carousel .cfs--navigation a {
    display: block;
    width: 43px;
    height: 43px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    color: #eee;
    color: rgba(255,255,255,0.15);
}

.works_carousel .cfs--prev {
    text-align: left;
    left: 10px;
}

.works_carousel .cfs--next {
    text-align: right;
    right: 10px;
}

.works_carousel .bottom-nav .cfs--prev {
    text-align: center;
    left: auto;
    right: 30px;
    bottom: 0;
    top: auto;
}

.works_carousel .bottom-nav .cfs--next {
    text-align: center;
    right: 0;
    bottom: 0;
    top: auto;
    margin: 0;
}

/*cfs--pagination*/
.works_carousel .cfs--pagination {
    width: 100%;
    position: absolute;
    text-align: center;
    z-index: 2;
    left: 0;
    bottom: 0;
}

    .works_carousel .cfs--pagination > a {
        display: inline-block;
        width: 9px;
        height: 9px;
        margin: 2px 3px;
        background: #d9d9d9;
        box-shadow: none;
        border-radius: 50%;
        text-decoration: none;
    }

        .works_carousel .cfs--pagination > a:hover {
            background: #333;
            background: rgba(0,0,0,0.5);
        }

        .works_carousel .cfs--pagination > a.selected {
            background: #f4f4f4;
            box-shadow: 0 0 0 3px #fe6060;
            width: 8px;
            height: 8px;
            margin: 3px 4px;
        }

.works_carousel .cfs--pagination {
    bottom: -50px;
}

    .works_carousel .cfs--pagination a {
        margin: 0 2px;
        width: 6px;
        height: 6px;
        box-shadow: none;
        background: #FFF;
        background: rgba(255, 255, 255, 0.5);
    }

        .works_carousel .cfs--pagination a.selected {
            background: #AFAFAF;
            background: rgba(255, 255, 255, 0.96);
            cursor: default;
            box-shadow: none;
            width: 6px;
            height: 6px;
            margin: 0 2px;
        }

.works_carousel .cfs--navigation a {
    opacity: 0;
    cursor: pointer;
    margin: -40px 0 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    .works_carousel .cfs--navigation a::before {
        font-family: 'Glyphicons Halflings';
        color: rgba(255, 255, 255, 0.2);
        font-size: 50px;
    }

.works_carousel .cfs--prev {
    left: -70px;
    padding-right: 40px;
}

.works_carousel .cfs--next {
    right: -70px;
    padding-left: 40px;
    text-align: center;
    width: 40px;
}

.works_carousel .caroufredsel:hover .cfs--prev {
    opacity: 1;
    left: -80px;
}

.works_carousel .caroufredsel:hover .cfs--next {
    opacity: 1;
    right: -80px;
}

.works_carousel .cfs--navigation a:hover::before {
    color: #cd2122;
}

.works_carousel .cfs--prev::before {
    content: "\e257";
}

.works_carousel .cfs--next::before {
    content: "\e258";
}

.works_carousel .fancy-title {
    color: #fff;
    margin-bottom: 0;
}

.works_carousel .details [data-role="title"] {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}
/* Hoverlay style */
.works_carousel.stl-hoverlay .caroufredsel_wrapper {
    margin: 0;
}

.works_carousel.stl-hoverlay .inner-slide {
    position: relative;
    margin: 0;
    color: #FFF;
}

    .works_carousel.stl-hoverlay .inner-slide .imgprev {
        margin: 0;
    }

        .works_carousel.stl-hoverlay .inner-slide .imgprev img {
            width: 100%;
            display: block;
        }

        .works_carousel.stl-hoverlay .inner-slide .imgprev::after {
            display: none;
        }

    .works_carousel.stl-hoverlay .inner-slide .details {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fe6060;
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
    }

    .works_carousel.stl-hoverlay .inner-slide:hover .details {
        opacity: 1;
        visibility: visible;
    }

.works_carousel.stl-hoverlay .dt-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.works_carousel.stl-hoverlay .inner-slide [data-role="title"] {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
/* simple style */
.works_carousel.stl-simple .caroufredsel_wrapper {
    margin: 0;
}

.works_carousel.stl-simple .inner-slide {
    position: relative;
    margin: 0;
}

    .works_carousel.stl-simple .inner-slide .imgprev {
        margin: 0;
        background: #242731;
    }
    /*.works_carousel.stl-simple .inner-slide .imgprev img {width: 100%; display: block;}*/
    .works_carousel.stl-simple .inner-slide:hover .imgprev img {
        opacity: .6;
    }

    .works_carousel.stl-simple .inner-slide .imgprev::after {
        display: none;
    }

    .works_carousel.stl-simple .inner-slide .details {
        display: block;
        padding: 30px 0 0;
        border-left: 1px solid #eeeeee;
        min-height: 105px;
    }

    .works_carousel.stl-simple .inner-slide [data-role="title"] {
        font-size: 16px;
        margin: 0;
        font-weight: 600;
    }

        .works_carousel.stl-simple .inner-slide [data-role="title"] a {
            color: #242731;
            text-decoration: none;
        }

            .works_carousel.stl-simple .inner-slide:hover [data-role="title"] a,
            .works_carousel.stl-simple .inner-slide [data-role="title"] a:hover {
                color: #cd2122 !important;
            }

    .works_carousel.stl-simple .inner-slide [data-role="category"] {
        font-size: 13px;
        margin-top: 0;
        margin-bottom: 0;
        color: #CECED0;
    }

.stg-textcenter.caroufredsel .inner-slide .details {
    text-align: center;
}
/* Navigation style for full-width style */
.works_carousel.stl-fullwidth .cfs--navigation a {
    opacity: .2;
    cursor: pointer;
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    width: 35px;
    height: 100%;
    background: url(../images/transparent_png/white40.png);
    background: rgba(255,255,255,0.4);
}

    .works_carousel.stl-fullwidth .cfs--navigation a:hover {
        background: url(../images/transparent_png/white70.png);
        background: rgba(255,255,255,0.7);
        width: 50px;
    }

    .works_carousel.stl-fullwidth .cfs--navigation a::before {
        color: #333;
        color: rgba(0,0,0,0.4);
        position: absolute;
        width: 50px;
        height: 50px;
        top: 50%;
        left: 50%;
        margin: -25px 0 0 -25px;
    }

    .works_carousel.stl-fullwidth .cfs--navigation a:hover::before {
        color: #fe6060;
    }

.works_carousel.stl-fullwidth .cfs--prev,
.works_carousel.stl-fullwidth .cfs--prev:hover {
    left: 0;
    text-align: center;
}

.works_carousel.stl-fullwidth .cfs--next,
.works_carousel.stl-fullwidth .cfs--next:hover {
    right: 0;
    text-align: center;
}
/* end Image boxes carousel element */






/* ==========================================================================
   ** Responsive styles custom rules
   * These rules are ready to be used for either overrides
   * or just your own custom rules.
   ========================================================================== */

@media only screen and (min-width : 1921px) {
    .imgboxes_style4 .imgboxes-wrapper {
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
        height: 180px;
    }
}

@media only screen and (max-width : 1440px) {
}

@media only screen and (min-width : 1200px) and (max-width : 1440px) {
    .imgboxes_style4 .imgboxes-wrapper {
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
        height: 180px;
    }
}

@media only screen and (min-width : 1200px) {
    .imgboxes_style4 .imgboxes-wrapper {
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
        height: 180px;
    }
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .imgboxes_style4 .imgboxes-wrapper {
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
        height: 180px;
    }
}

@media only screen and (min-width: 992px) {

    .imgboxes_style4 .imgboxes-wrapper {
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
        height: 180px;
    }
}

@media only screen and (max-width: 991px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .imgboxes_style4 .imgboxes-wrapper {
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
        height: 180px;
    }
}

@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width : 480px) {
}

@media only screen and (max-width : 320px) {
}










/*PAGINAZIONE GRIDVIEW*/
.pagination-ys {
    /*display: inline-block;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #6aa4ce;
            background-color: #ffffff;
            border: 1px solid #e4e4e4;
            margin-left: -1px;
            font-weight: 700;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #cccac8;
            background-color: #f5f5f5;
            border-color: #e4e4e4;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 3px;
            border-top-left-radius: 3px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 3px;
            border-top-right-radius: 3px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #0674c3;
            background-color: #f5f5f5;
            border-color: #dddddd;
        }

        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #cccac8;
            background-color: #f5f5f5;
        }

.cursorPointer {
	cursor: pointer;
}

input {
	cursor: pointer;
}



/*Alert informazioni*/
.alert01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    border: 1px solid;
    padding: 16px 24px;
    border-radius: 2px;
}

.alert01VerticalAlign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border: 1px solid;
    padding: 16px 24px;
    border-radius: 2px;
}

    .alert01VerticalAlign span:first-child {
        margin-bottom: 5px
    }

    .alert01VerticalAlign span:last-child {
        margin-top: 5px
    }

.pBarText {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0px;
    padding-top: 10px;
    margin-top:10px;
    width: 100%;
}

    .pBarText a {
        font-weight: bold;
        color: #0674c3
    }
    

.alert01--success {
    background-color: #e0fbe5;
    border-color: #a7e8ae;
    color: #388546;
}

    .alert01--success .bui-alert__icon {
        fill: #077812
    }

.alert01--inline.alert01--success {
    color: #077812
}

.alert01--error {
    background-color: #fffaeb;
    border-color: #ffd257;
    color: #9b8238
}

.wrap { white-space: normal; width: 100%; }