







/* CSS Vincenzo */
#colonna_centrale
 {
    max-width: 1200px;
    margin: auto;
    float: none;
}
  
.body_25  #colonna_centrale
 {
    background-color: #f5f5f5;
    }
  
  
@media (max-width: 480px) {  
  
 .sy-slide {
    position: absolute;
    width: 100%;
    z-index: 2;
}
  .titolo_contatti
  {
    margin-top: 40px;
    }
  
  #corpo_pagina_testo
   {
    text-align:justify;
    }
  
  #menu_top {
    margin-top: 0px !important;
}
  #header {
    height: 70px !important;
}
  #intestazione {
    height: 5px !important;
}
  .navbar .navbar-nav 
  {

        border-bottom: 2px solid #000;
    }
  
  }
  
  
  @media (min-width: 481px) AND (max-width: 1024px) {  
  
  #w4u-logo-type1
  {
    max-width: 80% !important;
    margin-top: 16px;
}
  
  
  }
  
/* Fine CSS Vincenzo */







@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


#foto_intestazione, #sottopagine {
  display: none;
  }
  
 .body_21 #sottopagine {
 display: block!important;
  }

.sottopagina_row_testi h2 {
    font-size: 1.6em;
}

body {
    font-size: 17px;
    font-family: "Roboto";
}

.img-pic {
    width: 70%;
}

.acc-op {
  margin-bottom: 30px;
  }
  
  
 .acc-op h2 {
    font-size: 1.8em;
}
  
  .acc-op h4 {
    font-size: 1.2em;
    font-style: italic;
    color: #602726;
}
  
.acc-op p  {
    text-align: justify;
  }
  
 .num-acc {
    font-size: 2em;
    color: #602726;
}

 

.counter-text-high {
    font-size: 1.5em;
}


#sottopagine {
  padding-bottom: 40px;
  }

#contatti_footer2 h2 {
  padding-bottom: 30px;
  }

#contatti_footer2 {
  padding: 50px 0;
  }
  
  .body_1 #contatti_footer2 {
  padding: 0 0 50px 0;
  }

.text-center {
    text-align: center;
}
  
.form-home-contatti2 {
    background: #602726;
    padding: 20px;
    color: #fff;
}
  
.form-home-contatti form, .form-home-contatti2 form {
    display: table;
}


.altserv {
    height: 280px;
}

.text-justify {
  text-align:justify;
  }


.altfix {
    padding: 20px 40px;
}

.stacco-bottom {
  padding-bottom: 50px;
  }


.text-left {  
 text-align:left;
}

.text-right {  
 text-align:right;
}

.text-center {  
 text-align:center;
}

.breadcrumb {  
 display:none;
}
    
html {  
  overflow-x: hidden;
}
  
.img-center {
    display: block;
    margin: 0 auto;
}
  
.img-border {
    border: 1px solid #602726;
}

/** LOADER **/
#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
    background-color: white;
}

/** SLIDE **/
.slippry_container {
    margin-bottom: 45px;
}

.sy-pager li.sy-active a { /* pallino attivo */
    background-color: #602726 !important;
}

/** CORPO PAGINA **/
#main-container {
    padding-right: 0px;
    padding-left: 0px;
}

/** SOTTOPAGINE **/
.sottopagina a {
    color: #333;
}

/** COMMENTI **/
#commenti_listato .user_name{
    font-size:14px;
    font-weight: bold;
}
#commenti_listato .media{
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
}
#commenti_form {
    margin-bottom:35px;
}

#commenti_form #utente_esterno {
    margin: 13px 0;
}

#submit_commento {
    margin-top: 8px;
}

/** PAGINATE **/
#paginate_avanti {
    text-align: right;
}

/** CONTATTI **/
#btnContactUs_container {
    margin-top: 10px;
}

#contact_container .well {
    padding-top: 18px;
}

/** REGISTRAZIONE **/

#registration_container #email {
    width:250px;
    margin: 0 auto;
}

/** LOGIN **/

#login_page .form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
#login_page .form-signin .form-signin-heading, #login_page .form-signin .checkbox
{
    margin-bottom: 10px;
}
#login_page .form-signin .checkbox
{
    font-weight: normal;
}
#login_page .form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#login_page .form-signin .form-control:focus
{
    z-index: 2;
}
#login_page .form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#login_page .form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#login_page .account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
#login_page .login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
#login_page .need-help
{
    margin-top: 10px;
}
#login_page .new-account
{
    display: block;
    margin-top: 10px;
}


/** TORNA SU **/
#back-to-top {
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 48px;
    color: #fff;
    background: #ccc;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    position: fixed;
    right: 66px;
    bottom: 66px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

#back-to-top:before {
    font-family: "FontAwesome";
    content: "\f106";
}

#back-to-top:hover {
    color: #fff;
    background: #602726;
    text-decoration: none;
}

@media (max-width: 768px) {
    #back-to-top {
        right: 10px;
        bottom: 10px;
    }
}

/** COOKIE POLICY **/

#cookie-statement {
  background-color: #5a5a5a;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  margin: 0 -15px;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  width: 100%;
  z-index: 990;
  overflow: hidden;
  border-color: #f8f6e6;
  padding: 10px;
  bottom: 0;
  font-size: 13px;
  line-height: 1.54;
  font-family: arial,sans-serif;
}

#cookie-statement .text {
  padding: 0 15px;
  display: block;
}

#cookie-statement .text span{
  color: white;
  font-size: 13px;
}

#cookie-statement a {
  background-color: #303030;
  border: 1px solid rgba(0,0,0,.1);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  line-height: 19px;
  padding: 4px 8px;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 768px) {
    #cookie-statement a {
        width: 100%;
        display: block;
        margin: 10px 0;
        text-align: center;
    }
}
  
/** HEADER **/
  
#w4u-logo-type1 {
    padding: 5px;
}      

#header {
    background: white;
    z-index: 1000;
    width: 100%;
    padding-bottom: 15px;
    top: 0px;
    left: 0;
    height:130px;
}
  
/** MENU **/   

.navbar-brand {
    display: none;
}     

.navbar .navbar-nav {
    display: inline-block;
    float: right;
}

 #intestazione  {
    height: 15px;
}

#menu_top{
    padding:0;
    margin-top: 42px;
    z-index:9999999;
}

.navbar-default{
    border:none;
    background:none;
}


.navbar .navbar-collapse {
    text-align: center;
}

.navbar{
    margin-bottom:0;
}

.navbar-brand, .menu_li_3, .menu_li_logout, .menu_li_Area, .welcome_user, .menu_li_login{
    display:none!important;
}

#intestazione_pagina{
    display:none!important;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
    font-weight: bold;
    font-size: 16px;
    border-bottom: transparent 3px solid!important;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #95d1d5!important;
    border-bottom: #602726 3px solid!important;
}
  
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: white;
    color: #777;
}  

 /** NAVIGAZIONE RESPONSIVE **/
  
@media(max-width:767px){
     .navbar-header{
         background-color:transparent;
     }
  
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
  
  .navbar .navbar-nav {
    background: white;
}
  
  .navbar-default .navbar-nav>li>a {
    margin-left: 0px;
}

  .navbar .navbar-nav {
    padding: 20px 0 0 0;
    float:none;
}
  
  .nav>li {
    text-align: center;
    padding: 0px;
}
  
    .navbar-toggle{
        border-color: #602726!important;
        border: 2px solid transparent;
    }
    .navbar-default .navbar-toggle .icon-bar{
        background-color: #602726;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #fff;
    }
  
  .navbar .navbar-nav {
    display: block;
    padding-left: 0;
}
  
}
  
/** FOOTER **/     
  
#w4u-footer1 {    
    background-color: #602726;
    padding: 20px 0;
    margin-top: -5px;
    color: #fff;
}
  
  #w4u-footer1 a {
  color: #fff;
  }
    #w4u-footer1 a:hover {
  color: #95d1d5;
  }
  
 .w4u-footer-social {
  padding: 5px;
  }
  
.w4u-footer-social i {
    padding: 10px 1%;
    font-size: 22px;
    color: #95d1d5;
}
  
.w4u-footer-social i:hover {
    color: #565559;
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.4);
}

/** FASCIA COLORI **/  

.w4u-row-bianca {
    background: #fff;
}

.w4u-row-grigia {
    background: #eeeeee;
}
  
.w4u-row-bianca h2 {
    text-align: center;
    padding: 30px;
    margin-top: 0px;
}
  
  .w4u-row-titolosez {
    padding-bottom: 50px;
}
  
  .w4u-row-vuota {
    padding: 50px;
}
  
/** FASCIA 1 **/

.w4u-box-icone-container {
    width: 100%;
    padding-bottom: 50px;
}

.w4u-box-icone-1 {
    float: left;
    width: 25%;
}
  
.w4u-img-bollino {
    height: 70px;
    margin: 10px 0px;
}
  
.w4u-box-icone-2 {
    width: 75%;
    height: 160px;
}
  
.w4u-row-pallini-type1 a:focus, .w4u-row-pallini-type1 a:hover  {
    color: #602726!important;
    text-decoration: underline;
}

.w4u-row-pallini-type1 a {
    color: #333;
    text-decoration: none;
}

@media (min-width: 992px) {
.vcenter {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
}

/** FASCIA 2 **/   
  
#w4u-row-alternata-type1 h2{
   padding: 50px 0 0px 0;
}
  
  #w4u-row-alternata-type1bis h2{
   padding: 0px 0 0px 0;
    text-align:center;
}

#w4u-row-alternata-type1{
    text-align:center;
}   
  
#w4u-alternata-grigia {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #eeeeee;
}
  
  .w4u-alternata-grigia {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f5f5f5;
}
  
  #w4u-alternata-grigia2 {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #eeeeee;
}
  
#w4u-alternata-bianca {
    padding-top: 50px;
    padding-bottom: 50px;
    background: white;
}    
  
  #w4u-alternata-bianca2 {
    padding-top: 0px;
    padding-bottom: 50px;
    background: white;
}
  
     
.w4u-alternata-bianca {
    padding-top: 50px;
    padding-bottom: 50px;
    background: white;
}    
  
.w4u-alternata-bianca2 {
    padding-top: 0px;
    padding-bottom: 50px;
    background: white;
}
  
 .body_1 #w4u-alternata-bianca {
    padding-top: 0px;
}  
  
  
 .body_24 .w4u-alternata-grigia, .body_24 .w4u-alternata-bianca {
    padding-top: 20px;
}
  
  .w4u-subline-testo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 80px;
    background: #ffb100;
}  
  .w4u-subline-testo {
    position: relative;
    height: 1px;
    padding: 0;
    background: #e5e5e5;
    margin-bottom: 22px;
    border: none;
}

/** FASCIA 4 **/  
  
  .w4u-row-news-type1 {
    background: #fff;
    padding-bottom: 50px;
}

.w4u-row-news-type1 h2 {
    text-align: center;
    padding: 50px;
    margin-top: 10px;
}
  
.w4u-row-news-type1 h3 {
    color: #a0744f;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}  
  
  /** FASCIA 4 bis**/  
  
  .w4u-row-news-type1bis {
    background: #fff;
    padding-bottom: 50px;
}
  
  .w4u-row-news-type1bis h2 {
    text-align: center;
    padding: 10px 0 50px 0;
    margin-top: 10px;
}

.w4u-row-news-type1bis h3 {
    color: #a0744f;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}  
    
  .w4u-news-stacco {
    padding-bottom: 20px;
}
  
/** FASCIA 6 **/   
    
  .w4u-fascia-count-type2 {
    padding: 60px 0px;
    text-align:center;
    color: #333;
    font-weight: bold;
}
  
    .w4u-fascia-count-type3 {
    padding: 50px 0px 80px 0;
    background: #602726;
    text-align:center;
    color: #333;
}
  
      .w4u-fascia-count-type3 h2 {
    padding-bottom: 50px;
}
  
 .w4u-counter {
    font-size: 30px;
}
 .w4u-img-counter {
      padding-bottom: 20px;
  }
  
  
/** FASCIA 8 **/  
  
.w4u-row-pallini-type2 {
    padding-bottom: 60px;
}
  
  .w4u-row-pallini-type2 h2 {
    text-align:center;
    padding: 50px;
    margin-top: 10px;
}
  
  .w4u-box-icone-container2 {
    width: 100%;
    margin-bottom: 10px;
}
  
  /** FASCIA 8 **/  
  
 .w4u-box-icone-3 {
   width: 75%;
}
  
/** FASCIA 9 **/  
   
  
 .w4u-row-pallini-type3 h2 {
    text-align:center;
    padding: 0px 0 30px 0;
    margin-top: 10px;
}
  
   .w4u-row-pallini-type3 h3 {
    text-align:center;
    padding: 35px 0 0px 0;
}
  

  .w4u-row-pallini-type3 h4 {
      padding-top: 10px;
      font-weight: bold;
  }
  
  .w4u-row-pallini-type3 p {
      padding: 0px 50px 10px 50px;
    text-align: center;
  }
  
/** FOOTER 2 **/
  
  .w4u-footer-type2 {
      background-color: #252830;
      color: #fff;
      padding-top: 80px;
      padding-bottom: 80px;
  }
  
  .soc-list-type2 li {
    display: inline-block;
    margin: 10px 0;
}
  
  .soc-list-type2 .foot-icon-type2  {
    color: #fff;
    opacity: 0.5;
    display: inline-block;
    font-size: 25px;
    margin: 0 10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
  
  .soc-list-type2 .foot-icon-type2:hover {
    opacity: 1;
}
  
  
  
/** FASCIA PARALLAX 1 **/

.w4u-fascia-count-type2 {
    background: #602726;
    position: relative;
    color: #fff;
}

/** BOTTONE 1 (DEFAULT) **/

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: #602726;
    border-color: #333;
    font-weight: bold;
    border-radius: 20px;
}  
  
.btn-default:hover {
    color: #95d1d5;
    background-color: #602726;
    border-color: #333;
    font-weight: bold;
}  
  
.btn-default {
    color: #fff;
    background-color: #602726;
    border-color: #777;
    font-weight: bold;
    border-radius: 20px;
    padding: 6px 40px;
}

#bottone_alternate {
    float: left;
    margin-left: 15px;
    padding: 6px 32px
}

.bottone_news {
    padding: 10px 17px;
    margin-top: 20px;
}

/** RESPONSIVE **/

 @media (min-width: 1px) AND (max-width: 330px) {
    
    /** FASCIA 1 **/
    
    .w4u-img-bollino {
     height: 55px;
}
    .w4u-box-icone-2 {
    width: auto;
}
  
  .w4u-box-icone-2 h4 {
      padding-bottom: 10px;
    padding-top: 10px;
   }
  
  .w4u-box-icone-container {
    padding-bottom: 20px;
}
  
  .w4u-row-bianca h2 {
    padding: 20px 0 30px 0;
}
  
  .w4u-row-pallini-type1 {
  text-align: justify;
  margin-bottom: 20px;
 }  
  
  .img-center-xs {
    display: block;
    margin: 0 auto;
}
  
  
  /** FASCIA 3 / 6 **/   
  
   .stacco-icone-xs {
    padding-top: 50px;
}
  
  /** FASCIA 4 / 5 **/  
  
   .stacco-news-xs {
    padding-bottom: 35px;
}
  
   #stacco-riga-news-xs {
    padding-top: 15px;
}
      
 }

@media (min-width: 331px) AND (max-width: 450px) {
    
    /** FASCIA 1 **/
    
    .w4u-img-bollino {
     height: 55px;
}
  .w4u-box-icone-2 {
    width: auto;    
    height: 130px;
}
  .w4u-box-icone-2 h4 {
    padding-bottom: 15px;
    padding-top: 20px;
   }
  
  .w4u-box-icone-container {
    padding-bottom: 20px;
}
 
    .w4u-row-bianca h2 {
    padding: 0px;
}
 
  .w4u-row-pallini-type1 {
  text-align: justify;
    padding-bottom: 30px;
 }
  
    .img-center-xs {
    display: block;
    margin: 0 auto;
}
  
  
  /** FASCIA 3 / 6 **/   
  
   .stacco-icone-xs {
    padding-top: 50px;
}
  
  /** FASCIA 4 / 5 **/  
  
   .stacco-news-xs {
    padding-bottom: 35px;
}
  
   #stacco-riga-news-xs {
    padding-top: 15px;
}
  
}


  @media (min-width: 451px) AND (max-width: 767px) {
    
    /** FASCIA 1 **/
    
.w4u-img-bollino {
    margin: 0 auto;
}
  
  .w4u-box-icone-2 {
    width: auto;    
    height: 130px;
}
  
.w4u-box-icone-2 h4 {
    padding-bottom: 30px;
    padding-top: 25px;
}
  
  .w4u-box-icone-container {
    padding-bottom: 20px;
}
 
    .w4u-row-bianca h2 {
    padding: 0px;
}
 
  .w4u-row-pallini-type1 {
  text-align: justify;
    padding-bottom: 30px;
 }
  
    .img-center-xs {
    display: block;
    margin: 0 auto;
}
    
  /** FASCIA 3 / 6 **/   
  
   .stacco-icone-xs {
    padding-top: 50px;
}
  
  /** FASCIA 4 / 5 **/  
  
   .stacco-news-xs {
    padding-bottom: 35px;
}
  
   #stacco-riga-news-xs {
    padding-top: 15px;
}
  

}

 @media (min-width: 768px) AND (max-width: 1023px) {

    /** FASCIA 1 **/
    
    .w4u-box-icone-container {
    padding-bottom: 20px;
}
  
  .w4u-img-bollino {
    margin: 0px -10px 0px;
}
  
/** FASCIA 3 / 6 **/  
  
.stacco-icone-sm {
    padding-top: 20px;
}
}


@media (min-width: 1024px) AND (max-width: 1220px) {

     /** FASCIA 1 **/
    
    .w4u-img-bollino {
    height: 60px;
    margin: 0px;
}
      
  /** FASCIA 9 **/  
  
  .w4u-row-pallini-type3 p {
    padding: 10px 20px;
}
  
  .stacco-icone-md {
    padding-top: 20px;
}
  

  }


/** FASCIA 2 BIS**/   
  
  #w4u-row-alternata-type1bis h2{
   padding: 0px 0 0px 0;
    text-align:center;
}

.well, #sottopagine {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
  
@media (min-width: 768px) {
.well, #sottopagine {
    width: 750px;
}
  
  li.menu_li_21 .dropdown-menu {
    display: none!important;
}
  
li.menu_li_21 .caret {
    display: none!important;
}
  }
  
  @media (min-width: 992px){
.well, #sottopagine {
    width: 970px;
}
}

@media (min-width: 1200px){
.well, #sottopagine {
    width: 1170px;
}
}

  /** LOGO RESPONSIVE **/

    
#w4u-logo-type1 {
    padding: 28px 0;
    max-width: 150%;
}  

 @media (max-width: 767px) {
  
  .w4u-row-news-type1 h3, .bottone-xs-news, .w4u-alternata-grigia h2, #w4u-alternata-grigia h2, #w4u-alternata-bianca h2, #w4u-alternata-bianca2 h2, .w4u-alternata-bianca2 h2 {
  text-align: center;
  }
  
  .bottone_news2 {
  display: block;
  }
  
  .stacco-xs {
  margin-bottom: 20px;
  }
  
}

  
  
@media (min-width: 992px) {
  .altfix {
    height: 300px;
    padding: 0 40px;
}
  }


.navbar-nav.sm-collapsible a.has-submenu {
    padding-right: 15px;
}


.btn-primary {
    color: #333;
    background-color: white;
    border-color: #333;
}


.btn-primary:hover, .btn-primary:active {
    color: #fff;
    background-color: #ffb200;
    border-color: #333;
}

a {
  color: #602726;
  }
  
  a:hover {
  color: #95d1d5!important;
  }
  
.form-rec .gresp > div {
margin: 0 auto;
}
  
.sottopagina_row_logo img {
  margin: 0 auto;
  display: block;
  }

.sottopagina_row_testi {
  text-align:center;
  }

@media (max-width: 767px) {
#w4u-logo-type1 {
    max-width: 80%!important;
    padding: 10px 0;
}
    
  .altserv {
    height: 250px;
}
  
  .form-home-contatti2 {
    padding: 20px 0;
}
  
  .sottopagina {
  padding-bottom: 30px;
  }
}


.claim {
    padding-bottom: 30px;
    margin-top: -30px;
    text-align: center;
}

  .claim h1 {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: .340em;
    text-transform: uppercase;
    color: #686868;
  }


.claim p {
  font-size: 16px;
  line-height: 1.625;
  color: #686868;
  margin-top: 30px;
  padding: 0 40px;
  }

.bottone_news2 {
      margin-top: 10px;
  }



.servizihome h3 {
    display: block;
    
    font-weight: 400;
    font-size: 12px;
    letter-spacing: .340em;
    text-transform: uppercase;
    text-align:center;
    color: #686868;
  }

.body_2 #contatti_footer2 {
  padding:0px;
  }

.body_2 .well {
  display:none;
  }

.body_2 #w4u-alternata-bianca {
  padding-top: 0px;
  }

.body_21 .claim {
  padding-bottom: 0px;
  }

.distr p {
  font-size: 16px;
  line-height: 1.625;
  
  color: #686868;
  margin-top: 30px;
  padding: 0 40px;
    text-align: justify;
  }


.acc-op p, .acc-op ul li i:before, .acc-op ul li i:after {
  transition: all 0.25s ease-in-out;
}

.flipIn, .acc-op h1, .acc-op ul li {
  animation: flipdown 0.5s ease both;
}
.acc-op ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.acc-op ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
}
.acc-op ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.acc-op ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.acc-op ul li:nth-of-type(3) {
  animation-delay: 1s;
}
.acc-op ul li:last-of-type {
  padding-bottom: 0;
}
.acc-op ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
.acc-op ul li i:before, .acc-op ul li i:after {
  content: "";
  position: absolute;
  background-color: #ff6873;
  width: 3px;
  height: 9px;
}
.acc-op ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.acc-op ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.acc-op ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.acc-op ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.acc-op ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.acc-op ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}

.bottone_s {
  padding: 6px 20px;
  font-size: 0.8em;
  }

.bt-m {
  margin-top: 20px;
  }

.metodi-row h3  {
    margin-top: 0;
    font-size: 1.4em;
    letter-spacing: 2px;
    font-weight: bold;
    color: #602726;
    margin-bottom: 30px;
}
  
  .metodi-row h4  {
    color: #602726;
}

.metodi-row p {
    padding: 0px 40px;
    text-align: justify;
}

  .fasciacolore {
  padding: 40px 0;
  color: white;
  text-align: center;
  background: #602726;
  }

  .fasciacolore p {
  padding: 0px 100px;
  }
  
  .fasciacolore h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  }
  
  .metodopir {
  text-align: center;
  }

  @media (max-width:767px) {
  .metodi-row p {
    padding: 0px 0px;
}
  
  .fasciacolore p {
  padding: 0px 5px;
  }
  
  .bt-m {
  margin-top: 0px;
  margin-bottom: 50px;
  }
  
  .body_1 #contatti_footer2 {
    padding: 0px 0 50px 0;
}
  
  .body_2 #w4u-alternata-bianca {
    padding-top: 0px;
    margin-top: -45px;
}
  
  .body_2 .form-home-contatti2 {
    padding: 20px 0;
    margin-bottom: 40px;
}
  }

    .body_2 .form-home-contatti2 {
    margin-bottom: 40px;
}
  
.metodopir ul {
  list-style-type: none;
  font-weight: bold;
}
  
  .nav>li>a {
    padding: 10px 25px;
}

  @media (min-width:768px) AND (max-width:880px) {
  .nav>li>a {
    padding: 10px 8px;
}
  
 .navbar-default .navbar-nav>li>a {
    font-size: 13px;
}
  
  .img-pic {
    width: 50%;
}
  
  .metodi-row p {
    padding: 0px 0px;
}
  }


  @media (min-width:881px) AND (max-width:1100px) {
  .nav>li>a {
    padding: 10px 12px;
}
  .img-pic {
    width: 50%;
}
    .metodi-row p {
    padding: 0px 5px;
}
  }

a {
  color: #95d1d5;
  }

a:hover {
  color: #ffb200;
  }

  .thumbnail {
    padding: 0px;
    border: 0;
}

.thumbnail img {
    border-radius: 20px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



@media (max-width: 767px) and (min-width: 1px) {
.sy-box {
    height: 300px;
}

.sy-slide > a > img {
   width: auto;
    height: 300px;
  margin-left: -250px;

}

.claim {
    margin-top: 0;
}
}



@media (max-width: 400px) {

.sy-slide > a > img {
   width: auto;
    height: 300px;
  margin-left: -450px;
}

}




































