<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Add here all your css styles (customizations) */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600);
@import url(http://fonts.googleapis.com/css?family=Balthazar);

/*PERSONALIZZAZIONE FONTS TEMA*/
html {
    font-family: 'Raleway';
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body, html,
button,
input,
select,
textarea {
    font-family: 'Raleway';
    font-weight: 400;
}

p {
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 1.2rem;
}

.body_paragraph {
    font-family: 'Raleway';
    font-weight: 400;
}

.body-wrapper {
    padding-top: 5px;
    padding-bottom: 0px;
}

input.inputnoback, textarea.inputnoback {
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 1em;
    background: transparent;
    border: none;
}

input.inputgray, textarea.inputgray, input.inputgray:focus, textarea.inputgray:focus {
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 0.9em;
    background: #666;
    color: #fff;
    border: none;
}

#wrapper {
    background-color: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /*-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);*/
}

/*Custom Buttonstlye*/

a.buttonstyle {
    color: white;
    padding: 10px;
    margin: 0px;
    text-align: center;
    background-color: #7c3c68;
    /*-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
        box-shadow: 0px 3px 6px rgba(0,0,0,0.6);*/
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

    a.buttonstyle:hover {
        color: white;
        padding: 10px;
        margin: 0px;
        text-align: center;
        /*background-color: #4f4f4f;
        -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.6);*/
        box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    a.buttonstyle:active {
        color: white;
        padding: 10px;
        margin: 0px;
        text-align: center;
        background-color: #7c3c68;
        /*-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
        box-shadow: 0px 3px 6px rgba(0,0,0,0.6);*/
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    a.buttonstyle:visited {
        color: white;
        padding: 10px;
        margin: 0px;
        text-align: center;
        background-color: #7c3c68;
        /*-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
        box-shadow: 0px 3px 6px rgba(0,0,0,0.6);*/
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

.divbuttonstyle {
    color: white;
    padding: 10px;
    margin: 0px;
    text-align: center;
    background-color: #7c3c68;
    /*-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
        box-shadow: 0px 3px 6px rgba(0,0,0,0.6);*/
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

    .divbuttonstyle:hover {
        color: white;
        padding: 10px;
        margin: 0px;
        text-align: center;
        /*background-color: #4f4f4f;
        -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.6);*/
        box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .divbuttonstyle:active {
        color: white;
        padding: 10px;
        margin: 0px;
        text-align: center;
        background-color: #7c3c68;
        /*-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
        box-shadow: 0px 3px 6px rgba(0,0,0,0.6);*/
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .divbuttonstyle:visited {
        color: white;
        padding: 10px;
        margin: 0px;
        text-align: center;
        background-color: #7c3c68;
        /*-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
        box-shadow: 0px 3px 6px rgba(0,0,0,0.6);*/
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .divbuttonstyle a {
        color: white;
        font-size: 1.2em;
    }


.divbuttonstylenegative {
    color: #7c3c68;
    padding: 10px;
    margin: 0px;
    text-align: center;
    background-color: #ffffff;
    /*-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
        box-shadow: 0px 3px 6px rgba(0,0,0,0.6);*/
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

    .divbuttonstylenegative:hover {
        color: #7c3c68;
        padding: 10px;
        margin: 0px;
        text-align: center;
        background-color: #ccc;
        /*background-color: #4f4f4f;
        -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.6);*/
        box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .divbuttonstylenegative:active {
        color: #7c3c68;
        padding: 10px;
        margin: 0px;
        text-align: center;
        background-color: #fff;
        /*-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
        box-shadow: 0px 3px 6px rgba(0,0,0,0.6);*/
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .divbuttonstylenegative:visited {
        color: #7c3c68;
        padding: 10px;
        margin: 0px;
        text-align: center;
        background-color: #fff;
        /*-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
        box-shadow: 0px 3px 6px rgba(0,0,0,0.6);*/
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }


    .divbuttonstylenegative a {
        color: #7c3c68;
        font-size: 1.1em;
    }


a.buttonstyleshadow {
    color: white;
    padding: 10px;
    margin: 0px;
    text-align: center;
    background-color: #7c3c68;
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

    a.buttonstyleshadow:hover {
        color: white;
        padding: 10px;
        margin: 0px;
        text-align: center;
        background-color: #4f4f4f;
        -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
        box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    a.buttonstyleshadow:visited {
        color: white;
        padding: 10px;
        margin: 0px;
        text-align: center;
        background-color: #7c3c68;
        -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
        box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    a.buttonstyleshadow:active {
        color: white;
        padding: 10px;
        margin: 0px;
        text-align: center;
        background-color: #7c3c68;
        -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
        box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }



a.buttonstyleoutline {
    color: white;
    padding: 10px;
    margin: 0px;
    text-align: center;
    background-color: transparent;
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
    border: 2px solid White;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

    a.buttonstyleoutline:hover {
        color: white;
        padding: 10px;
        margin: 0px;
        text-align: center;
        background-color: #4f4f4f;
        -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
        box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
        border: 2px solid White;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    a.buttonstyleoutline:visited {
        color: white;
        padding: 10px;
        margin: 0px;
        text-align: center;
        background-color: transparent;
        -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
        box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
        border: 2px solid White;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    a.buttonstyleoutline:active {
        color: white;
        padding: 10px;
        margin: 0px;
        text-align: center;
        background-color: transparent;
        -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
        box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
        border: 2px solid White;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

.h3-body-title-1 {
    font-size: 1.5em;
}

.h2-body-title {
    font-family: "Open Sans";
    font-size: 1.4em;
    font-weight: 400;
}

.h1-body-title {
    font-family: "Open Sans";
    font-size: 1.4em;
    font-weight: 400;
}

.content-box.content-style4 h4 i {
    background-color: #b7e2b1;
}

.content-box.content-style4 .btn {
    background-color: #b7e2b1;
}

.content-box.content-style4 .content-box-text {
    text-align: center;
    width: 100%;
}

.content-style3 {
    padding-left: 0px;
    padding-right: 0px;
}

.content-style3-backcolor {
    background-color: #52321d;
    color: white;
    padding: 15px;
}

.content-style3-text {
    text-align: justify;
}


.content-style3 .content-style3-text {
    text-align: justify;
}

.content-style3 .content-style3-icon {
    position: absolute;
    left: -34px;
    top: 30px;
    background-color: #fff;
    width: 60px;
    height: 60px;
    font-size: 32px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    -webkit-box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.28);
    color: #606060;
    -webkit-transition: background 0.8s, color 0.2s;
    -moz-transition: background 0.8s, color 0.2s;
    -o-transition: background 0.8s, color 0.2s;
    transition: background 0.8s, color 0.2s;
}

.title-block .h2-body-title {
    /*float: left;*/
    text-align: center;
    margin: 0px 5px 5px 0px;
}

.title-block .title-seperator {
    /*background: url("../images/divider-stripe4-orange@2x.png");*/
    background: none;
    height: 13px;
    overflow: hidden;
    margin-top: 10px;
    overflow: hidden;
    border-top: 1px solid #fdfdfd;
}

.top-body.section-content {
    /*background-color:#e7e7e8;*/
    background-color: transparent;
    border: none;
    font-size: 1.1em;
    padding-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
}


.testimonial-big {
    
    background-color:  rgba(0,0,0,0.3);
     font-size:2em;
     margin-top:0px;
}
.testimonial-big .testimonial-big-text {
    font-size: 1em;
    color: #fff;
    line-height:20px;
    padding:30px 40px;
    margin-top:0px;
}

.testimonial-big .testimonial-big-text:after {
    position: absolute;
    left: 0;
    top: 50px;
    content: "\201C";
    font-size: 60px;
    color: rgba(255, 255, 255, 0.7);
}

.testimonial-big .testimonial-big-text:before {
    position: absolute;
    right: 0;
    bottom: 35px;
    content: "\201D";
    font-size: 60px;
    color: rgba(255, 255, 255, 0.7);
}
.testimonial-big .testimonial-small-text {
    float: left;
    color: #fff;
    font-size:14px;
    padding: 30px;
    position: relative;
    text-align: center;
}

.section-content {
    border-top: none;
    border-bottom: 1px solid #e9e9e9;
    padding: 0px 0 0px 0px;
    background-attachment: local;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

    .section-content.section-px {
        background-attachment: local;
        background-repeat: no-repeat;
        border: none;
    }

        .section-content.section-px.green-bg {
            background-image: url(../images/sitespecific/imghome-1.jpg);
        }


.upshadow {
    -moz-box-shadow: 0 -5px 15px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 -5px 15px rgba(0,0,0,0.6);
    box-shadow: 0 -5px 15px rgba(0,0,0,0.6);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.bottomshadow {
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.bckgrid {
    /*background: url("../images/bg-container.jpg") repeat-x;*/
    background-color: #ffffff;/*#eceded;*/
}

.rowwhite {
    background-color: #ffffff;
}

.lateralbar {
    border-left: 4px solid #bbb;
    margin-left: 20px;
    padding-left: 15px;
    margin-top: 10px;
}


.testimonial .testimonial-text-title {
    background-color: #f5f5f5;
    padding: 10px 15px 15px 75px;
    margin: 1px 0 0 1px;
    position: relative;
    font-size: 1.5em;
    font-weight: 500;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.testimonial .testimonial-person-pic {
    bottom: 40px;
}

.top-bar {
    height: 35px;
    background-color: white;
    color: black;
    border: none;
}

    .top-bar .languages {
        overflow: hidden;
        float: right;
        width: auto;
    }

.call-us span, .top-bar-block span {
    font-size: 13px;
}

.footer {
    background-color: #eceded;
}

.footer .copyright {
    font-family: 'Raleway';
    background-color: #7c3c68;
    color: #ffffff;
    font-size: 10px;
}

.footer .copyright a {
    font-family: 'Raleway';
    color: #ffffff;
}

.footer .footer-col .footer-content {
    color: #000000;
    font-family: 'Raleway';
}

.footer .footer-col .footer-content .footer-content-text {
    color: #606060;
    font-family: 'Raleway';
}

.footer-content-text p {
    font-size: 0.8em;
}

.footer-category-list .label-nav {
    font-size: 0.9em;
}

.footer .footer-col .footer-content .footer-category-list {
    color: #606060;
}

    .footer .footer-col .footer-content .footer-category-list li {
        padding: 2px 0;
        position: relative;
        border-bottom: 1px solid #a0a0a0;
    }

.footer .footer-col .footer-content a {
    color: #606060;
}

.footer .footer-col .footer-title {
    color: #606060;
    border-bottom: 1px solid #a0a0a0;
}

.footer .footer-col .footer-content input[type=submit] {
    background-color: #606060;
    border: 0;
    border-radius: 0px;
    color: #d2d2d2;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
}

.header .logo {
    margin: 15px 0 0 0;
}

.social-icons .foursquare-icon {
    background-image: url("../images/social-media/social-media-foursquare.png");
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
}

    .social-icons .foursquare-icon:hover {
        background-color: #3b5998;
        border: 1px solid #2d4373;
    }


.social-icons .facebook-icon {
    background-image: url("../images/social-media/social-media-facebook@2x.png");
    background-size: 40px 80px;
}


.bckdarkblue {
    background-color: #b7e2b1;
}

    .bckdarkblue .section-etabs {
        background-color: #b7e2b1;
    }

        .bckdarkblue .section-etabs .tab a {
            color: #ffffff;
        }

.bckblue {
    background-color: #c2daf2;
}


.bckviolet {
    background-color: #D7DFF5;
}

.bckdarkviolet {
    background-color: #7c3c68;
}

    .bckdarkviolet .section-etabs {
        background-color: #7c3c68;
    }

        .bckdarkviolet .section-etabs .tab a {
            color: #ffffff;
        }

.bckdargreeen {
    background-color: #91e0c4;
}



/*.section-etabs-container {
    background-color: #b7e2b1;
}

.section-tabs   {
    background-color: #c2daf2;
}

.section-tabs .section-etabs {
    background-color: #b7e2b1;
}

.section-tabs .section-etabs  .tab a {
    color: #ffffff;
}*/
.item-img-overlay .portfolio-zoom:hover, .tab a.active {
    color: #000000 !important;
    font-weight: 700;
}

 

.feature .feature-details {
    border-top: 1px solid #ccc;
    /*border:none;*/
    background-color: white;
    color: #606060;
}

    .feature .feature-details a {
        color: #606060;
    }

.mobile-menu-button {
    background-color: #5c5c5c;
}

.mobile-nav {
    background-color: #5c5c5c;
}


/* -------------------     menu con dropdown tipo equistpaziato   ------------------------------------------  */
.navbar-header {
    float: none;
}

.navbar-toggle {
    display: block;
}

.navbar-nav {
    text-align: justify;
    vertical-align: middle;
    float: none;
    padding-left: 0px;
    padding-right: 0px;
    font-family: 'Balthazar';
}

    .navbar-nav li {
        display: inline-block;
        float: none;
        margin: 0px;
        text-align: center;
        line-height: 40px;
      
    }

        .navbar-nav li a {
            padding-top: 10px;
            padding-bottom: 10px;
            text-transform: uppercase;
            font-size: 1.3em;
            font-weight: 400;
            font-family: inherit;

        }

.navbar-default .navbar-nav a {
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 400;
    font-family: inherit;
}

.navbar-default .navbar-text {
    color: #606060;
}

.navbar-default .navbar-nav &gt; li &gt; a {
    color: #606060;
}

.navbar-nav:after {
    vertical-align: middle;
    content: '';
    width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
    display: inline-block;
    font-family: inherit;
}

@media (min-width: 991px) {
    .navbar-nav {
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width: 991px) {
    .navbar-nav {
        height: auto;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
        /* since 3.1.0 */
        .navbar-collapse.collapse.in {
            display: block !important;
        }

    .collapsing {
        overflow: hidden !important;
    }

    .dropdown-menu {
        position: inherit;
    }

    
     
    .navbar-collapse ul { /*Sfondo menu collassato*/
        background-color: #7c3c68;
    }

        .navbar-collapse ul &gt; li {
            color: #fff;
            border-bottom: 1px solid rgba(0,0,0,0.1);
        }

    .navbar-collapse li {
        width: 100%;
        color: #fff;
    }

    .navbar-default .navbar-nav &gt; li &gt; a {
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
    }

    .navbar-default .navbar-nav a {
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
    }
}

/*sopra una certa dimensione centra verticalmente i paragrafi dentro i div  v-center*/
@media only screen and (min-width: 991px) {
    /*.v-center {
        display: table !important;
    }

        .v-center div p {
            display: table-cell;
            vertical-align: middle;
            text-align: justify;
            min-height: 450px;
        }*/
}

/* -------------------     menu tipo equistpaziato  ------------------------------------------  */

/*menu modifica*/
#navigation-1 &gt; li &gt; a {
    font-size: 13px;
    height: 20px;
    padding-left: 3px;
}

#navigation-1 &gt; li {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

    #navigation-1 &gt; li &gt; a &gt; span.label-nav {
        margin: 0px 0px 0px 0px;
    }



/*NAVIGAZIONE menu SOTTO TESTATA EQUISPAZIATA*/
#navigation-2 {
    text-align: justify;
    float: none;
    padding-left: 3%;
    padding-right: 3%;
}

    #navigation-2 li {
        display: inline-block;
        float: none;
        margin: 0px;
    }

        #navigation-2 li a {
            height: 20px;
        }

    #navigation-2:after {
        content: '';
        width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
        display: inline-block;
    }

    #navigation-2 &gt; li &gt; a &gt; span.label-nav {
        margin-top: 5px;
    }

@media (max-width: 1199px) {
    .hide-under-lg {
        display: none !important;
    }
}

.divequalspaced {
    text-align: justify;
    vertical-align: middle;
    float: none;
    padding-left: 1%;
    padding-right: 1%;
}

    .divequalspaced div {
        vertical-align: middle;
        display: inline-block;
        float: none;
        margin: 0px;
    }

    .divequalspaced:after {
        vertical-align: middle;
        content: '';
        width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
        display: inline-block;
    }

/*NAVIGAZIONE menu SOTTO TESTATA EQUISPAZIATA*/

/*CSS per video responsive*/
.responsive-video {
    position: relative;
    padding-bottom: 56%;
      width: 100%;
      height:0px;
    padding-top: 0px;
    overflow: hidden;
}

    .responsive-video iframe,
    .responsive-video object,
    .responsive-video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


/*MODIFICA img OVERLAY EFFECT*/



/* -------------------------------------------------------------------
Video section ( da rival )
------------------------------------------------------------------- */
iframe {
    max-width: 100%; 
}

.home-section {
	position: relative;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
    max-width:1400px;
    max-height:500px;
    margin:0px auto;
    text-align:center;
	z-index: 0;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
 

/* -------------------------------------------------------------------
Portfolio ( da rival )
------------------------------------------------------------------- */

/* Portfolio filter */

.filter {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0 0 70px;
}

    .filter &gt; li {
        display: inline-block;
        padding: 0 0 10px;
        margin: 0 25px;
    }

/* Portfolio grid */

.works-grid {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .works-grid.works-grid-gut {
        margin: 0 0 0 -18px;
    }

        .works-grid.works-grid-gut .work-item {
            padding: 0 0 18px 18px;
        }

.work-item {
    width: 50%;
    float: left;
    margin: 0;
}

.works-grid-1 .work-item {
    width: 99.6%;
}

.works-grid-2 .work-item {
    width: 49.6%;
}

.works-grid-3 .work-item {
    width: 33%;
}

.container .works-grid-3 .work-item {
    width: 33%;
}

.works-grid-4 .work-item {
    width: 24.6%;
}

.works-grid-5 .work-item {
    width: 19.6%;
}

@media (min-width: 340px) and (max-width: 470px) {

    .works-grid-2 .work-item {
        width: 49.6%;
    }

    .works-grid-3 .work-item {
        width: 49.6%;
    }

    .container .works-grid-3 .work-item {
        width: 49.6%;
    }

    .works-grid-4 .work-item {
        width: 49.6%;
    }

    .works-grid-5 .work-item {
        width: 49.6%;
    }
}

@media (max-width: 339px) {


    .works-grid-2 .work-item {
        width: 99.6%;
    }

    .works-grid-3 .work-item {
        width: 99.6%;
    }

    .container .works-grid-3 .work-item {
        width: 99.6%;
    }

    .works-grid-4 .work-item {
        width: 99.6%;
    }

    .works-grid-5 .work-item {
        width: 99.6%;
    }
}

.bck-icon-prod000023 {
    background-color: transparent;
    background: url(../images/sitespecific/icona-prod000023.png) no-repeat top left;
}

.bck-icon-prod000024 {
    background-color: transparent;
    background: url(../images/sitespecific/icona-prod000024.png) no-repeat top left;
}

.bck-icon-prod000025 {
    background-color: transparent;
    background: url(../images/sitespecific/icona-prod000025.png) no-repeat top left;
}

.bck-icon-prod000026 {
    background-color: transparent;
    background: url(../images/sitespecific/icona-prod000026.png) no-repeat top left;
}

.bck-icon-prod000027 {
    background-color: transparent;
    background: url(../images/sitespecific/icona-prod000027.png) no-repeat top left;
}

.bck-icon-prod000028 {
    background-color: transparent;
    background: url(../images/sitespecific/icona-prod000027.png) no-repeat top left;
}



.work-flag-prod000023 {
    background-color: transparent;
    background: url(../images/sitespecific/flag-prod000023.png) no-repeat top left;
    width: 51px;
    height: 45px;
    top: 5px;
    left: -17px;
    z-index: 1000;
    position: absolute;
}

.work-flag-prod000024 {
    background-color: transparent;
    background: url(../images/sitespecific/flag-prod000024.png) no-repeat top left;
    width: 51px;
    height: 45px;
    top: 5px;
    left: -17px;
    z-index: 1000;
    position: absolute;
}

.work-flag-prod000025 {
    background-color: transparent;
    background: url(../images/sitespecific/flag-prod000025.png) no-repeat top left;
    width: 51px;
    height: 45px;
    top: 5px;
    left: -17px;
    z-index: 1000;
    position: absolute;
}

.work-flag-prod000026 {
    background-color: transparent;
    background: url(../images/sitespecific/flag-prod000026.png) no-repeat top left;
    width: 51px;
    height: 45px;
    top: 5px;
    left: -17px;
    z-index: 1000;
    position: absolute;
}

.work-flag-prod000027 {
    background-color: transparent;
    background: url(../images/sitespecific/flag-prod000027.png) no-repeat top left;
    width: 51px;
    height: 45px;
    top: 5px;
    left: -17px;
    z-index: 1000;
    position: absolute;
}

.work-flag-prod000028 {
    background-color: transparent;
    background: url(../images/sitespecific/flag-prod000028.png) no-repeat top left;
    width: 51px;
    height: 45px;
    top: 5px;
    left: -17px;
    z-index: 1000;
    position: absolute;
}


.work-content-bordered {
    border: 5px solid #eceded;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 10px;
}

.work-item &gt; a {
    position: relative;
    display: block;
    overflow: hidden;
}

.work-image {
    position: relative;
    overflow: hidden;
}

    .work-image img {
        display: block;
        overflow: hidden;
        width: 100%;
    }

    .work-image:after {
        position: absolute;
        display: block;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

.work-caption {
    width: 100%;
    padding: 0px 20px;
    opacity: 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    text-align: center;
    overflow: hidden;
}

.work-subcaption {
    width: 100%;
    padding: 20px 0px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.work-title {
    font-size: 14px;
    color: #333;
    margin: 0 0 6px;
}

.work-descr {
    color: #000000;
}

.work-item:hover .work-image:after {
    background: rgba(0, 0, 0, .1);
}

.work-item:hover .work-image &gt; img {
    -webkit-transform: scale(1.3); /* rotate(2deg);*/
    -moz-transform: scale(1.3); /* rotate(2deg);*/
    -ms-transform: scale(1.3); /* rotate(2deg);*/
    -o-transform: scale(1.3); /* rotate(2deg);*/
    transform: scale(1.3); /* rotate(2deg);*/
}

.work-item:hover .work-caption {
    bottom: 50%;
    opacity: 1;
    z-index: 3;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%);
}

/* Work item light color background*/
.works-grid.works-hover-lc .work-item:hover .work-image:after {
    background: #eceded;
}


/* Work item white background*/

.works-grid.works-hover-w .work-title {
    color: #000000;
}

.works-grid.works-hover-w .work-item:hover .work-image:after {
    background: rgba(255, 255, 255, .9);
}

/* Work item gradien background*/

.works-grid.works-hover-g .work-image:after {
    opacity: 0;
}

.works-grid.works-hover-g .work-descr {
    color: #fff;
}

.works-grid.works-hover-g .work-item:hover .work-image:after {
    background: rgb(111,226,158);
    background: -moz-linear-gradient(-45deg, rgba(111,226,158,0.8) 0%, rgba(91,218,209,0.8) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(111,226,158,0.8)), color-stop(100%,rgba(91,218,209,0.8)));
    background: -webkit-linear-gradient(-45deg, rgba(111,226,158,0.8) 0%,rgba(91,218,209,0.8) 100%);
    background: -o-linear-gradient(-45deg, rgba(111,226,158,0.8) 0%,rgba(91,218,209,0.8) 100%);
    background: -ms-linear-gradient(-45deg, rgba(111,226,158,0.8) 0%,rgba(91,218,209,0.8) 100%);
    background: linear-gradient(135deg, rgba(111,226,158,0.8) 0%,rgba(91,218,209,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fe29e', endColorstr='#5bdad1',GradientType=1 );
    opacity: 1;
}

/* Work item light white background*/
.works-grid.works-hover-lw .work-item:hover .work-image:after {
    background: rgba(255, 255, 255, .4);
}

/* -------------------------------------------------------------------
Portfoli Single ( da rival )
------------------------------------------------------------------- */
.work-details {
    margin: 0 0 20px;
}

.work-details-title {
    color: #111;
    margin: 0 0 20px;
}

.work-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .work-details ul &gt; li {
        border-bottom: 1px dotted #c2c2c2;
        padding: 0 0 5px;
        margin: 0 0 5px;
    }

/*MODIFICA PORTFOLIO CON ISOTOPE PER CREARE LE POLOAROID, LAVORA IN ABBINAMENTO CON L'INIZIALIZZATORE IN KANZI.js SULLA CLASSE .thumb-label-item */

.img-overlay .portfolio-zoom,
.item-img-overlay:hover .portfolio-zoom,
.item-img-overlay:hover i,
.thumb-label-item:hover .portfolio-zoom,
.feature-image:hover .portfolio-zoom,
.blog-post-featured-img:hover .portfolio-zoom {
    opacity: 0.8;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-name: overlay-animation;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-name: overlay-animation;
    -moz-animation-duration: 0.5s;
    -moz-animation-timing-function: linear;
    -moz-animation-delay: 0s;
    -o-animation-fill-mode: forwards;
    -o-animation-name: overlay-animation;
    -o-animation-duration: 0.5s;
    -o-animation-timing-function: linear;
    -o-animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-name: overlay-animation;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-delay: 0s;
    transform: scale(1) \9;
}

.item-img-overlay .portfolio-zoom {
    position: absolute;
    top: 0%;
    margin-top: -40px;
    right: 0%;
    margin-right: 0px;
    background-color: rgba(255, 255, 255, 0);
    /*background-color: rgba(118, 192, 42, 0);*/
    /*color: #606060;*/
    border-radius: 0px;
    width: 100%;
    height: 100%;
    line-height: 43px;
    text-align: center;
    font-size: 18px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    cursor: pointer;
    z-index: 1;
}

.item-img-overlay .item_img_overlay_content {
    background-color: #7c3c68;
}

.item-img-overlay .portfolio-zoom:hover {
    /*color: #606060 !important;*/
    background-color: rgba(255, 255, 255, 0.1);
}

.thumb-label-item {
    padding: 10px;
    background-color: transparent;
    margin-bottom: 20px;
}

@media (min-width: 1170px) {
    .thumb-label-item {
        width: 364px;
    }

    .portfolio-items {
        width: 1170px;
    }

        .portfolio-items.portfolio-items-cols1 .thumb-label-item {
            width: 1100px;
            padding: 10px;
            /*background-color: #fafafa;*/
            margin-bottom: 20px;
        }

            .portfolio-items.portfolio-items-cols1 .thumb-label-item .thumb-label-item-img img {
                max-width: 1100px;
            }

        .portfolio-items.portfolio-items-cols2 .thumb-label-item {
            width: 546px;
            padding: 10px;
            /*background-color: #fafafa;*/
            margin: 10px 12px;
        }

            .portfolio-items.portfolio-items-cols2 .thumb-label-item .thumb-label-item-img img {
                max-width: 546px;
            }
        /* 3 cols &amp; 3 cols boxed */
        .portfolio-items.portfolio-items-cols3 .thumb-label-item {
            width: 364px;
            padding: 10px;
            /*background-color: #fafafa;*/
            margin: 10px 13px;
        }

            .portfolio-items.portfolio-items-cols3 .thumb-label-item .thumb-label-item-img img {
                max-width: 364px;
            }

        .portfolio-items.portfolio-items-cols4 .thumb-label-item {
            width: 273px;
            padding: 10px;
            /*background-color: #fafafa;*/
            margin: 10px 6px;
        }

            .portfolio-items.portfolio-items-cols4 .thumb-label-item .thumb-label-item-img img {
                max-width: 273px;
            }

        .portfolio-items.portfolio-items-cols8 .thumb-label-item {
            width: 130px;
        }

            .portfolio-items.portfolio-items-cols8 .thumb-label-item .thumb-label-item-img img {
                width: 80px;
            }
}

@media (min-width: 970px) and (max-width: 1169px) {
    .thumb-label-item {
        width: 265px;
    }

    .portfolio-items {
        width: 880px;
    }

        .portfolio-items.portfolio-items-cols1 .thumb-label-item {
            width: 860px;
            padding: 10px;
            /*background-color: #fafafa;*/
            margin-bottom: 20px;
        }

            .portfolio-items.portfolio-items-cols1 .thumb-label-item .thumb-label-item-img img {
                max-width: 860px;
            }

        .portfolio-items.portfolio-items-cols2 .thumb-label-item {
            width: 397px;
            padding: 10px;
            /*background-color: #fafafa;*/
            margin: 10px 12px;
        }

            .portfolio-items.portfolio-items-cols2 .thumb-label-item .thumb-label-item-img img {
                max-width: 397px;
            }

        .portfolio-items.portfolio-items-cols3 .thumb-label-item {
            width: 265px;
            padding: 10px;
            /*background-color: #fafafa;*/
            margin: 10px 13px;
        }

            .portfolio-items.portfolio-items-cols3 .thumb-label-item .thumb-label-item-img img {
                max-width: 265px;
            }

        .portfolio-items.portfolio-items-cols4 .thumb-label-item {
            width: 199px;
            padding: 10px;
            /*background-color: #fafafa;*/
            margin: 10px 6px;
        }

            .portfolio-items.portfolio-items-cols4 .thumb-label-item .thumb-label-item-img img {
                max-width: 199px;
            }

        .portfolio-items.portfolio-items-cols8 .thumb-label-item {
            width: 95px;
        }

            .portfolio-items.portfolio-items-cols8 .thumb-label-item .thumb-label-item-img img {
                width: 80px;
            }
}

@media (min-width: 768px) and (max-width: 969px) {
    .thumb-label-item {
        width: 240px;
    }

    .portfolio-items {
        width: 768px;
    }

        .portfolio-items.portfolio-items-cols1 .thumb-label-item {
            width: 750px;
            padding: 10px;
            /*background-color: #fafafa;*/
            margin-bottom: 20px;
        }

            .portfolio-items.portfolio-items-cols1 .thumb-label-item .thumb-label-item-img img {
                max-width: 750px;
            }

        .portfolio-items.portfolio-items-cols2 .thumb-label-item {
            width: 300px;
            padding: 10px;
            /*background-color: #fafafa;*/
            margin: 10px 12px;
        }

            .portfolio-items.portfolio-items-cols2 .thumb-label-item .thumb-label-item-img img {
                max-width: 300px;
            }

        .portfolio-items.portfolio-items-cols3 .thumb-label-item {
            width: 240px;
            padding: 10px;
            /*background-color: #fafafa;*/
            margin: 10px 13px;
        }

            .portfolio-items.portfolio-items-cols3 .thumb-label-item .thumb-label-item-img img {
                max-width: 240px;
            }

        .portfolio-items.portfolio-items-cols4 .thumb-label-item {
            width: 200px;
            padding: 10px;
            /*background-color: #fafafa;*/
            margin: 10px 6px;
        }

            .portfolio-items.portfolio-items-cols4 .thumb-label-item .thumb-label-item-img img {
                max-width: 150px;
            }

        .portfolio-items.portfolio-items-cols8 .thumb-label-item .thumb-label-item-img img {
            width: 80px;
        }
}

@media (max-width: 767px) {

    .portfolio-items.portfolio-items-cols1 .thumb-label-item {
        width: 100%;
        max-width: 365px;
        margin: 10px auto;
        text-align: center;
    }

        .portfolio-items.portfolio-items-cols1 .thumb-label-item .thumb-label-item-img img {
            max-width: 365px;
        }


    .portfolio-items.portfolio-items-cols2 .thumb-label-item {
        width: 100%;
        max-width: 365px;
        margin: 10px auto;
        text-align: center;
    }

        .portfolio-items.portfolio-items-cols2 .thumb-label-item .thumb-label-item-img img {
            max-width: 365px;
        }

    .portfolio-items.portfolio-items-cols4 .thumb-label-item {
        width: 100%;
        max-width: 365px;
        margin: 10px auto;
        text-align: center;
    }

        .portfolio-items.portfolio-items-cols4 .thumb-label-item .thumb-label-item-img img {
            max-width: 365px;
        }

    .portfolio-items.portfolio-items-cols3 .thumb-label-item {
        width: 100%;
        max-width: 365px;
        margin: 10px auto;
        text-align: center;
    }

        .portfolio-items.portfolio-items-cols3 .thumb-label-item .thumb-label-item-img img {
            max-width: 365px;
            margin: 0 auto;
        }

    .portfolio-items.portfolio-items-cols8 .thumb-label-item {
        width: 100%;
        text-align: center;
    }

        .portfolio-items.portfolio-items-cols8 .thumb-label-item .thumb-label-item-img img {
            width: 80px;
            margin: 0 auto;
        }
}



/*REV SLIDER CORRECTION*/

.rev-slider-full {
    max-height: 600px;
}

    .rev-slider-fixed div.tp-leftarrow,
    .rev-slider-full div.tp-leftarrow {
        z-index: 100;
        cursor: pointer;
        position: relative;
        background: url(../images/assets/large_left.png) no-repeat top left;
        width: 40px;
        height: 40px;
    }

        /* We have to overwrite the bg color, because the mdia quuery overwite the background color after changing the background image */
        .rev-slider-fixed div.tp-leftarrow:hover,
        .rev-slider-full div.tp-leftarrow:hover {
            background-color: rgba(0, 0, 0, 0);
        }

    .rev-slider-fixed div.tp-rightarrow,
    .rev-slider-full div.tp-rightarrow {
        z-index: 100;
        cursor: pointer;
        position: relative;
        background: url(../images/assets/large_right.png) no-repeat top left;
        width: 40px;
        height: 40px;
    }
        /* We have to overwrite the bg color, because the mdia quuery overwite the background color after changing the background image */
        .rev-slider-fixed div.tp-rightarrow:hover,
        .rev-slider-full div.tp-rightarrow:hover {
            background-color: rgba(0, 0, 0, 0);
        }


/*FLEXSLIDER CORRECTION*/
.flex-direction-nav {
    line-height: 60px;
}

ol.flex-control-thumbs li {
    height: 100px;
}

.flex-viewport {
    max-height: 700px;
}
/*Blog customizatio*/

.blog-post .blog-post-details {
    border-top: none;
    border-bottom: 2px solid #f0f0f0;
}

.blog-post .blog-span {
    margin-left: 0px;
}

.blog-post .blog-post-body {
    border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size:1.2rem;
}

.blog-search .blog-search-button {
    background-color: #7c3c68;
}


/*Pagination customization*/
.pagination {
    margin: 0px;
}

    .pagination &gt; .current &gt; li, .pagination &gt; .current &gt; a, .pagination &gt; .current &gt; span, .pagination &gt; .current &gt; a:hover, .pagination &gt; .current &gt; span:hover, .pagination &gt; .current &gt; a:focus, .pagination &gt; .current &gt; span:focus {
        background-color: #606060;
        color: white;
    }



/*Carousel
------------------------------------*/
/*carousel-v1*/
.carousel-v1 .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 7px 15px;
    background: rgba(0, 0, 0, 0.7);
}

    .carousel-v1 .carousel-caption p {
        color: #fff;
        margin-bottom: 0;
    }

.carousel-v1 .carousel-arrow a.carousel-control {
    opacity: 1;
    font-size: 40px;
    height: inherit;
    width: inherit;
    background: none;
    text-shadow: none;
    position: inherit;
}

.carousel-v1 .carousel-arrow a i {
    top: 50%;
    opacity: 0.6;
    /*background: #000;*/
    margin-top: -18px;
    padding: 2px 12px;
    position: absolute;
}

    .carousel-v1 .carousel-arrow a i:hover {
        opacity: 0.8;
    }

.carousel-v1 .carousel-arrow a.left i {
    left: 0;
}

.carousel-v1 .carousel-arrow a.right i {
    right: 0;
}

carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner &gt; .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner &gt; .item &gt; img,
        .carousel-inner &gt; .item &gt; a &gt; img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1;
        }

    .carousel-inner &gt; .active,
    .carousel-inner &gt; .next,
    .carousel-inner &gt; .prev {
        display: block;
    }

    .carousel-inner &gt; .active {
        left: 0;
    }

    .carousel-inner &gt; .next,
    .carousel-inner &gt; .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .carousel-inner &gt; .next {
        left: 100%;
    }

    .carousel-inner &gt; .prev {
        left: -100%;
    }

        .carousel-inner &gt; .next.left,
        .carousel-inner &gt; .prev.right {
            left: 0;
        }

    .carousel-inner &gt; .active.left {
        left: -100%;
    }

    .carousel-inner &gt; .active.right {
        left: 100%;
    }

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control:hover,
    .carousel-control:focus {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: none;
        opacity: .9;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicons-chevron-left,
    .carousel-control .glyphicons-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

/* END CAROUSEL CONTROL */

/*Owl Carousel
------------------------------------*/
.owl-btn {
    color: #777;
    cursor: pointer;
    font-size: 26px;
    padding: 2px 9px;
    text-align: center;
    /*background: #f5f5f5;*/
}

    .owl-btn:hover {
        color: #fff;
        /*background: #72c02c;*/
    }

/*Owl Carousel v1*/
.owl-carousel-v1 .owl-navigation {
    text-align: center;
    margin-bottom: 20px;
}

.owl-carousel-v1 .item {
    margin: 0 5px;
    border: none;
}

    .owl-carousel-v1 .item img {
        text-align: center;
    }

.owl-carousel-v1 .owl-pagination {
    display: none;
}

/*Owl Carousel v2*/
.owl-carousel-v2 .owl-slider-v2 {
    margin-bottom: 20px;
}

.owl-carousel-v2 .item {
    margin: 0 15px;
}

    .owl-carousel-v2 .item img {
        text-align: center;
    }

.owl-carousel-v2 .owl-navigation {
    text-align: center;
}

.owl-carousel-v2 .owl-pagination {
    display: none;
}

/*Owl Carousel v3*/
.owl-carousel-v3 .item {
    margin: 0 15px;
}

    .owl-carousel-v3 .item img {
        text-align: center;
    }

.owl-carousel-v3 .owl-pagination {
    display: none;
}

/*Owl Carousel v4*/
.owl-carousel-v4 .owl-wrapper-outer {
    margin-bottom: 20px;
}

.owl-carousel-v4 .item {
    margin: 0 3px;
}

    .owl-carousel-v4 .item img {
        width: 100%;
    }

/*Owl Pagination*/
.owl-pagination {
    text-align: center !important;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    filter: Alpha(Opacity=100); /*IE7 fix*/
}

.owl-theme .owl-controls .owl-page {
    zoom: 1;
    display: inline-block;
    *display: inline; /*IE7 life-saver */
}

    .owl-theme .owl-controls .owl-page span {
        width: 12px;
        height: 12px;
        opacity: 0.3;
        display: block;
        margin: 5px 7px;
        background: #bbb;
        filter: Alpha(Opacity=50); /*IE7 fix*/
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important;
    }


/*Owl Carousel Style v1*/
.owl-carousel-style-v1 img {
    width: 120px;
    height: auto;
}

/*Owl Carousel Style v2*/
.owl-carousel-style-v2 .item {
    margin: 0 3px;
    background: #fafafa;
    text-align: center;
    border: solid 1px #eee;
}

    .owl-carousel-style-v2 .item img {
        padding: 0 3px;
        display: inline-block;
    }

    .owl-carousel-style-v2 .item:hover {
        background: #f7f7f7;
        border-color: #e5e5e5;
        transition: all 0.4s ease-in-out;
    }

.owl-carousel-style-v2 .owl-pagination {
    display: none;
}
/*END OWL CAROUSEL CSS*/

/*LATERAL BAR CONTROL*/
.lateral-social {
    background-color: #3d3d3f;
    width: 50px;
    height: auto;
    position: fixed;
    left: 0px;
    top: 50%;
    z-index: 9999;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    padding: 5px;
    cursor: pointer;
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition: 500ms bottom;
    -moz-transition: 500ms bottom;
    -o-transition: 500ms bottom;
    transition: 500ms bottom;*/
}


/*--------------------------------------------------------------------------------------------------------
-------------------------------------------------MIRCO CSS*-----------------------------------------------
--------------------------------------------------------------------------------------------------------*/

/*BANNER-TOP*/
a #content4-0 {
    display: none;
}

/*NAVIGATION TOP*/
/*#header .container {
    background: #eee;
    background-image: url("/images/background-testata.png");
    background-repeat: repeat;
}*/

#header .container {
    width: 100% !important;
    padding: 0 !important;
}

@media (min-width: 1400px) {
    #main-navbar-collapse {
        padding: 10px 25% !important;
    }
}

@media (max-width: 1399px) {
    #main-navbar-collapse {
        padding: 10px 50px !important;
    }
}

#header .container {
    width: 100%;
    padding: 0 !important;
}

#header .col-xs-12 {
    padding: 0 !important;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0 !important;
    }
}

.navbar-default {
    background: #999 !important;
}

#header .container a {
    color: #fff !important;
    font-weight: 500 !important;
}

    #header .container a:hover {
        color: #681229 !important;
    }

/*#header .container #ctl00_ul1 li, #header .container #ctl00_ul4 li {
    width: 100% !important;
}
    #header .container #ctl00_ul1 li a, #header .container #ctl00_ul4 li a {
        font-weight: 500 !important;
        color: #681229 !important;
    }*/
#fascia-menu li ul li {
    width: 100% !important;
}
    #fascia-menu li ul li a .label-nav {
        font-weight: 500 !important;
        color: #681229 !important;
    }

/*NAVIGATION IMAGES TOP*/
.item-img-overlay .item_img_overlay_content {
    background-color: rgb(104, 18, 41);
}

/*REV SLIDER CORRECTION*/

.rev-slider-full {
    max-height: none !important;
}

/*DEGUSTAZIONI*/
.row {
    margin-right: 0px;
    margin-left: 0px;
    border: none !important;
}

.feature .feature-content {
    padding: 22px 0px 15px 0px;
    border-top: 0px solid #606060;
}

#carousel2b {
    margin: 0 -10px;
}

owl-item {
    width: 385px !important;
}

.img-overlay {
    margin-bottom: 0px !important;
}

.h3-body-title-1 {
    line-height: 24px;
}

.prezzo-mirco {
    font-weight: 300 !important;
    background: #9ba591 !important;
    color: #FFF !important;
    padding: 1.5rem 1.5rem !important;
    border-top: 2px solid #fff;
    text-align: center;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    font-family: 'Rubik', sans-serif !important;
    font-size: 0.9rem !important;
}

#carousel2b #pulsanti-slide {
    display: none;
}

/*BLOG*/
#ctl00_divContenutiPortfolio {
    padding-bottom: 80px !important;
}

.thumb-label-item .thumb-label-item-img {
    margin-bottom: 20px;
}

.h3-body-title-1 a {
    color: #681229 !important;
}

.col-sm-12 {
    border-bottom: none !important;
}

.text-blog-mirco {
    padding-top: 20px !important;
    padding-bottom: 20px;
    height: 100px !important;
    text-align: center;
}

.section-blog-mirco {
    border-bottom: 0px solid #773274 !important;
}

/*(EX PRODOTTI - PORTFOLIIO) (ADESSO MI VA NEL PORTFOLIO)*/
/*#ctl00_divScroller1 {
    padding-top: 80px !important;
}

    #ctl00_divScroller1 .portfolio-zoom .img-overlay {
        margin-bottom: 0px !important;
        /*border-radius: 50%;
        border: 2px solid rgba(104, 18, 41, 0.15);
        max-height: none !important;
    }

    #ctl00_divScroller1 .item {
        text-align: center;
    }

    #ctl00_divScroller1 .h3-body-title-1 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 1px;
    }

    #ctl00_divScroller1 a p {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        font-style: italic;
    }

    #ctl00_divScroller1 #descrizione-slide {
        display: none;
    }*/

*
/*FOOTER*/
.footer-title .cid-qsEFNg2asD {
    padding-top: 0 !important;
}

.footer-wrapper {
    padding-top: 80px !important;
}

.footer-title .cid-qsEFNg2asD .media-container-row .col-md-12 {
    margin: 0;
    padding: 0;
}

    .footer-title .cid-qsEFNg2asD .media-container-row .col-md-12 .display-1 {
        font-size: 14px;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.7);
        font-family: "Roboto", sans-serif;
        font-weight: bold;
        text-align: left;
    }

    .footer-title .cid-qsEFNg2asD .media-container-row .col-md-12 .display-2 {
        display: none;
    }

/*FOOTER COPYRIGHT*/
.footer .copyright {
    padding: 80px 0;
}

    .footer .copyright .container .row .col-ld-12 {
        font-size: 14px !important;
    }

        .footer .copyright .container .row .col-ld-12 a {
            color: rgba(255, 255, 255, 0.5);
        }

            .footer .copyright .container .row .col-ld-12 a:hover {
                color: rgba(255, 255, 255, 1);
            }

/*TITOLO PAGINE INTERNE*/
.h1-body-title {
    color: #681229 !important;
    font-size: 4.5rem !important;
    margin: 40px 0 40px 0 !important;
}

#titolo-scheda-offerta {
    margin: 20px 0 0 0 !important;
}
/*TITOLO pagina - tutti i prodotti*/
#ctl00_ContentPlaceHolder1_divContenutiPortfolio4 .row {
    margin-top: 0 !important;
}
/*PULSANTI pagina - prodotti*/
.divbuttonstyle a:hover {
    color: rgba(255, 255, 255, 0.70) !important;
}
/*TITOLO contatti*/
.section-content.top-body {
    padding: 0 !important;
}
/*OMBRA MAPPA*/
.ombra_mappa {
    position: relative;
}

    .ombra_mappa iframe {
        display: block;
        position: relative;
        z-index: 1;
    }

    .ombra_mappa::before {
        content: '';
        position: absolute;
        z-index: 2;
        box-shadow: inset 0px 11px 8px -10px black, inset 0px -11px 8px -10px black;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        pointer-events: none;
    }

/*PRODOTTI - PORTFOLIIO*/
#ctl00_divScroller0 {
    padding-top: 80px !important;
}

    #ctl00_divScroller0 .portfolio-zoom .img-overlay {
        margin-bottom: 0px !important;
        border-radius: 50%;
        border: 2px solid rgba(104, 18, 41, 0.15);
        max-height: none !important;

    }

    #ctl00_divScroller0 .item {
        text-align: center;
    }

    #ctl00_divScroller0 .h3-body-title-1 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 1px;
    }

    #ctl00_divScroller0 a p {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        font-style: italic;
    }

    #ctl00_divScroller0 #descrizione-slide {
        display: none;
    }

/*TOLGO IL PULSANTE ALLE DEGUSTAZIONI*/
#ctl00_divScroller1 #pulsanti-slide {
    display: none;
}</pre></body></html>