<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'lato', sans-serif;
    color: #313130;
    background-image: none;
    background-color:#fcf8ed;
    width:100%;
    height:100%;
    font-size:13px;
    line-height:1.7;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: 'Gentium Book Basic', sans-serif;
    font-weight: normal;
    color:#6c6661;
}
h2, .h2 {
    font-size: 1.56em;
    line-height: 1.46;
}
.section-container.featured-text p
{
     font-size:13px;
    line-height:1.7;
}

.section-header .text {
    color:#6c6661;
}
a {
    color: #8e7560;
    font-weight: normal;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
a:hover {
    color: #333;
    text-decoration: none;
}

.h2, .h2 {
    font-size: 1.86em;
    line-height: 1.46;
}


/* TRANSITIONS */
a,
.logo a,
.logo,
.logo.container {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;    
}
/* END */


@media screen and (min-width: 768px) {
    .inner-pages-gap {
        padding: 84px 0 0 0;
    }
}


/* HEADER */
header {
    padding: 0;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #dbdbdb;
}

/* end */

/* LOGO */
header .logo {    
    z-index: 777;
    padding: 0;
    float: none;
    max-height: inherit !important;
    text-align: center;
    }
.logo.container {
    max-width:1070px;
    border-bottom:1px solid #e6e6e6 ;
}
    .isolated-sections header .logo{
        padding: 0;
    }
    .logo a {
        display:block;
        width:100%;
        background-color:#fff;
        text-align: center;
    }
header .logo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: inherit;
}
@media screen and (min-width: 768px) {
    .logo {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
    }
}
/* end */

.isolated-sections header,
.isolated-sections .horizontal-section-container {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:  none;
}
.isolated-sections header {
    background-color: transparent;
}

/* CAROUSEL */
#top-banner {
    display: none;
}
#top-banner.carousel-container .owl-wrapper-outer, #top-banner .full-width-image {
    border-bottom: 0;
    -webkit-transition: border-color 0.4s;
    transition: border-color 0.4s;
}
.isolated-sections #top-banner{
    margin: 0;    
    background: rgba(255,248,237,1) !important;
}
@media screen and (min-width: 768px) {
    #top-banner {
        display: block;
    }
    .isolated-sections #top-banner {
       /* margin-left: 8px;
        margin-right: 8px;*/
       max-width: 1400px;
       margin: 0 auto;
    }
}
/* end */


/* MENU */
header #main-menu-container {
    background-color: #c8beb4;
    float: none;
    text-align: center;
    border: 0;
    position:relative;
}
/* menu btn per mobile */
header #main-menu-container #mobile-menu-icon {
    display: inline-block !important;
    float: none;
    height: 46px;
    line-height: 46px;
    width: 52px;
    text-decoration: none;
    margin: 0;
    font-weight: bold;
    border:0;
    margin: 0 auto;
    margin-left:5px;

}
@media screen and (min-width: 768px) {
    header #main-menu-container #mobile-menu-icon {
        display: none!important;
    }
}

#phone-menu-icon{
    display: inline-block !important;
    float: none;
    padding: 0;
    margin-top: 2px;
    margin-right:5px;
    }
#phone-menu-icon a {
    display:block;
    padding: 8px 15px;
    color: #1d1d1d;
}
    #phone-menu-icon .fa {
        font-size: 30px;
    }
@media screen and (min-width: 768px) {
    #phone-menu-icon {
        display: none!important;
    }
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    margin-top: 4px;
    display: inline-block;
}
/* menu a comparsa mobile */
header #main-menu-container #main-menu {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    top: 0;
    right: 0;
    z-index: 10;
    border: 0;
    width: auto;
    min-width: 200px;
    }
    header #main-menu-container #mobile-menu-icon:hover, header #main-menu-container #mobile-menu-icon.active {
        background: #fff;
        color: #303030 !important;
        border-color: #303030;
    }
header #main-menu-container #main-menu li.menu-item a {
    padding:20px 25px;

}




.isolated-sections header #main-menu-container {
    border: 0;
}
header #main-menu-container #main-menu &gt; li.menu-item &gt; a, 
header #main-menu-container #main-menu &gt; li.menu-item:last-of-type &gt; a {
    text-transform: uppercase;
    color:#6c6661;
    border: 0;
}
header #main-menu-container #main-menu &gt; li.menu-item &gt; a:hover, 
header #main-menu-container #main-menu &gt; li.menu-item.current-menu-item &gt; a, 
header #main-menu-container #main-menu &gt; li.menu-item.active &gt; a, 
header #main-menu-container #main-menu &gt; li.menu-item.current-menu-ancestor &gt; a {
    color: #fcf8ed;
    background: transparent;
    border: 0;
}


/* ICONE */
.section-header.with-icon .icon {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.2em;
    line-height: 35px;
    overflow: hidden;
    text-align: center;
    color: #6c6661 !important;
    background: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.section-header:hover .text {
    color: #c8beb4;
}
.section-header.with-icon:hover .icon {
    background-color: #c8beb4;
    color: #fff !important;
}
.section-container .section-content .vertical-simple-list .item .item-content .title {
    font-family: 'lato', sans-serif;
}
.section-header .text {
    font-size:13px;
    line-height:1.7;
    padding: 0;
    padding-bottom: 10px;
}
.section-header.with-icon {
    padding: 0;
    margin: 0;
}
.section-container .section-content .vertical-simple-list .item .item-content .title {
   font-size:13px;
    line-height:1.7;
}
 .section-container .section-content .vertical-simple-list .item .item-content .icon .fa {
    font-size: 1.25em;
    width: 22px;
    line-height: 20px;
    color: #b8b8b8;
}
.section-container .section-content .vertical-simple-list .item .item-content .title {
    padding: 2px 0 2px 0;
}

.section-container .section-content .vertical-simple-list .item .item-content:hover .icon .glyphicon, .section-container .section-content .vertical-simple-list .item .item-content:hover .icon .fa,
.section-container .section-content .vertical-simple-list .item .item-content .title:hover
{
    color: #c8beb4;
}
.section-container .section-content .vertical-simple-list .item{
    border-bottom: 1px solid #c8beb4;
}

.section-container .section-content .thumbnail-list &gt; .item .thumbnail .icon {
    font-size: 1.2em;
    line-height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: #c8beb4;
    background-color: #fff;
    margin: 0 auto;
    }

    .section-container .section-content .thumbnail-list &gt; .item .thumbnail .icon:hover {
        color: #fff !important;
        background-color: #c8beb4;
    }
    .section-container .section-content .thumbnail-list &gt; .item .thumbnail .icon:hover .glyphicon, 
    .section-container .section-content .thumbnail-list &gt; .item .thumbnail .icon:hover .fa {
        color: #fff !important;
        background-color: transparent!important;
    }



 .isolated-sections .horizontal-section-container &gt; .row &gt; [class*="col-"] &gt; .section-container.sm-extra-top-padding:only-child {
    padding-top: 20px;
}


.section-container .section-content .thumbnail-list &gt; .item.w-icon .thumbnail .caption *{
    text-align: left !important;
}




em.privacy {
    font-size: 12px;
    line-height: 13px;
    display: block;
    margin: -20px 0 0 20px;
}
.btn.btn-outline-inverse:hover, .btn.btn-outline-inverse:focus, .btn.btn-outline-inverse:active {
    color: #6c6661 !important;
    background-color: #c8beb4;
    border-color: #c8beb4;
}

#go-to-top:hover {
    border-color: #6c6661;
    background: #6c6661;
    color: #fff;
}

/* Servizi Drop Down */
.section-container.main-page-content .section-content .thumbnail-list &gt; .item .thumbnail .caption {
    padding-top: 15px;
}
h5.title,
.section-container .section-content .thumbnail-list &gt; .item .thumbnail .title.bold {
    font-family: 'lato', sans-serif;
    color: #8e7560;
    line-height: 30px;
    border-bottom: 1px solid #b8b8b8;
    padding-bottom:15px;
    padding-left:26px;
    }
    h5.title .fa  {
        font-size: 14px;
        color: #b8b8b8;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        position:relative;
        display: block;
    }
    h5.title .fa:before {
        display: block;
        top: 4px;
        left: -26px;
        position: absolute;
    }
    .section-container .section-content .thumbnail-list &gt; .item .thumbnail h5.title {
        font-size:14px;
        cursor: pointer;

    }
    .section-container .section-content .thumbnail-list &gt; .item .thumbnail h5.title:hover {
        color: #333;
    text-decoration: none;
    }
.thumbnail.item-content .caption p {
    display: none;
    font-size: 14px;
    margin: 0 0 1.3em;
    line-height: 1.9;
}

.section-container .section-content .thumbnail-list &gt; .item .thumbnail {
    display: block;
    padding: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 0;
     color: #1d1d1d;
    position: relative;
}

.section-container.main-page-content .section-content .thumbnail-list &gt; .item .thumbnail .title {
    margin-bottom: 0;
    color: #555353;
}


footer em
     {
    font-size: 11px;
    line-height: 15px;
    display: inline-block;
    margin-top: 10px;
    color: #6c6661;
}

.isolated-sections .horizontal-section-container &gt; .row &gt; [class*="col-"] &gt; .section-container:only-child {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: justify;
}</pre></body></html>