






#form2mail_page, .alert {
    margin-top: 100px;
  }

.form2mailSecure #corpo_pagina {
margin-top: 100px!important;
}

.g-recaptcha {
      display: inline-flex;
  }

#contatti_footer {
  background: #f9f9f9;
    text-align: center!important;
  }


    .logohead1 {
 float: left;
 padding: 5px 0;
  }
  
    .logohead2 {
  float: right;
    padding: 5px 0;
  }

.footerincl {
  padding:50px 0;
  }

.img-gira {
    -webkit-transition: -webkit-transform .7s;
    -moz-transition: -moz-transform .7s;
    -ms-transition: -ms-transform .7s;
    -o-transition: -o-transform .7s;
    transition: transform .7s;
    width: 50%;
}

.img-gira:hover {
  -webkit-transform: scale(1.3,1.3);
    -moz-transform: scale(1.3,1.3);
  -ms-transform: scale(1.3,1.3);
    -o-transform: scale(1.3,1.3);
  transform: scale(1.3,1.3);
}

 .fasciacolp {
  padding: 0 20px;
  }

.w4u-row-pallini-type4 {
  padding: 50px 0;
  background: #284068;
    color: white!important;
  }


#menu_top {
  display: none!important;
  }


.altfix {
    padding: 20px 40px;
}

.stacco-bottom {
  padding-bottom: 50px;
  }


.text-left {  
 text-align:left;
}

.text-right {  
 text-align:right;
}
  
  .menu_li_4.open > a{
    pointer-events:none;
}
  
.menu_li_4 > a{
    cursor: default;
}
  
    .menu_li_14.open > a{
    pointer-events:none;
}
  
.menu_li_14 > a{
    cursor: default;
}

.text-center {  
 text-align:center;
}

.breadcrumb {  
 display:none;
}
    
html {  
  overflow-x: hidden;
}
  
.img-center {
    display: block!important;
    margin: 0 auto!important;
}
  
.img-border {
    border: 1px solid #284068;
}

a {
    color: #284068;
}

/** 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: #284068 !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: #284068;
    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: 20px;
    top: 0px;
    left: 0;
}
  
/** MENU **/   

.navbar-brand {
    display: none;
}     

.navbar .navbar-nav {
    display: inline-block;
    float: right;
}

 #intestazione  {
    height: 60px;
} 

#menu_top{
    padding:0;
    margin-top: 5px;
}

.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: #284068!important;
    border-bottom: #284068 3px solid!important;
}
  
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #284068;
    background-color: white;
}  

 /** 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: #284068!important;
        border: 2px solid transparent;
    }
    .navbar-default .navbar-toggle .icon-bar{
        background-color: #284068;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #fff;
    }
  
  .navbar .navbar-nav {
    display: block;
    padding-left: 0; 
}
  
}
  
/** FOOTER **/     
  
#w4u-footer1{
    padding-top: 25px;
    padding-bottom: 20px;
    background-color: #f9f9f9;
    margin-top: -5px;
}
  
.w4u-footer-social i {
    color: #284068;
    padding: 10px 1%;
    font-size: 22px;
}
  
.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: #f9f9f9;
} 
  
.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: #284068!important;
    text-decoration: underline;
}

.w4u-row-pallini-type1 a {
    color: #333;
    text-decoration: none;
}

@media (min-width: 768px) {
.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: #f9f9f9;
    text-align: justify;
}
  
.w4u-alternata-bianca {
    padding-top: 50px;
    padding-bottom: 50px;
    background: white;
    text-align: justify;
}    
  
  .w4u-subline-testo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 80px;
    background: #284068;
}  
  .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: 80px 0px;
    background: #284068;
    text-align:center;
    color: white;
}
  
 .w4u-counter {
    font-size: 30px;
}
 .w4u-img-counter {
      padding-bottom: 20px;
  }
  
  
/** FASCIA 8 **/  
  
.w4u-row-pallini-type2 {
    padding: 70px 0 0px 0;
}
  
  .w4u-row-pallini-type2 h2 {
    text-align:center;
    padding: 50px;
    margin-top: 10px;
}
  
  .w4u-box-icone-container2 {
    width: 100%;
    margin-bottom: 10px;
    min-height: 130px;
}
  
  /** FASCIA 8 **/  
  
 .w4u-box-icone-3 {
   width: 75%;
}
  
  .w4u-box-icone-3 h4 {
  margin-left: 20px;
  }
  
/** FASCIA 9 **/  
    
  .w4u-row-pallini-type3 h2 {
    text-align:center;
    padding: 15px 0 50px 0;
    margin-top: 10px;
}
  
  .w4u-row-pallini-type3 h4 {
      padding-top: 10px;
  }
  
  
/** 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-parallax-top {
    background: url(//www.multipurpose.b4web.biz/db_object/www_multipurpose_b4web_biz/usr/image/home/parallax.jpg) 60% no-repeat fixed;
    background-size: cover;
    min-height: 400px;
    position: relative;
}

/** 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: #284068;
    border-color: #777;
    font-weight: bold;
}  
  
.btn-default:hover {
    color: #000;
    background-color: #d4d4d4;
    border-color: #777;
    font-weight: bold;
}  
  
.btn-default {
    color: #fff;
    background-color: #284068;
    border-color: #777;
    font-weight: bold;
}

#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 {
    height: auto;
    width: 80%;
    margin: 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;
}
  
  .w4u-row-pallini-type3 {
    padding-bottom: 40px;
}
  } 


/** FASCIA 2 BIS**/   
  
  #w4u-row-alternata-type1bis h2{
   padding: 0px 0 0px 0;
    text-align:center;
}

.well {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
  
@media (min-width: 768px) {
.well {
    width: 750px;
}
  }
  
  @media (min-width: 992px){
.well {
    width: 970px;
}
}

@media (min-width: 1200px){
.well {
    width: 1170px;
}
}

  /** LOGO RESPONSIVE **/ 

    
#w4u-logo-type1 {
    padding: 5px 0;
    max-width: 150%!important;
}  

 @media (max-width: 767px) { 
    
    .w4u-box-icone-3 {
  float: left;
  }
    
   .cover-image {
    position: relative;
    margin-top: 63px!important;
}
  
    #header {
    padding-bottom: 0px; 
}
        
  .w4u-alternata-bianca, .w4u-row-news-type1 {
  text-align: justify;
  }
  
  .w4u-row-news-type1 h3, .bottone-xs-news {
  text-align: center;
  }
  
  .logohead1, .logohead2 {
  display: block;
    margin: 0 auto;
  }
}

  
  
@media (min-width: 992px) {
  .altfix {
    height: 300px;
    padding: 0 40px;
}
  }


.nav>li>a {
        padding: 15px 0px;
}

    
    


   .cover-image {
        position: relative;
    margin-top: 73px;
    }
    
    .cover-image-h1-parent {
        position: absolute;
        width: 100%;
        text-align: center;
    }
    
    .cover-image h1 {
        padding: 1px;
        margin-top: 7%;
        background: rgba(0, 0, 0, 0.8);
        color: white;
        display: inline-block;
        font-size: 2em;
    }
    

/*Da tablet in su*/
    @media (min-width: 767px) {
        
        
        .cover-image h1 {
            padding: 17px;
            margin-top: 8%;
            font-size: 2.7em;
        }
        
    }
    /*Da desktop in su*/
   @media (min-width: 991px) {
    .cover-image h1 {
        padding: 20px;
        margin-top: 12%;
    }
        .cover-image h1 {
        font-size: 3.8em;
    }
}
    



#header {
   position: fixed;
    border-bottom: 3px solid #f9f9f9;
  }





@media (min-width: 1px) AND (max-width:350px) {

    .logohead1 {
 float: left;
 padding: 15px 0;
  }
  
    .logohead2 {
  float: right;
    padding: 15px 0;
  }

}


@media (min-width: 351px) AND (max-width:450px) {

    .logohead1 {
 float: left;
 padding: 10px 0;
  }
  
    .logohead2 {
  float: right;
    padding: 10px 0;
  }

}


@media (min-width: 451px) AND (max-width:510px) {

    .logohead1 {
 float: left;
 padding: 5px 0;
  }
  
    .logohead2 {
  float: right;
    padding: 5px 0;
  }

}

@media (min-width: 511px) AND (max-width:545px) {

    .logohead1 {
 float: left;
 padding: 0;
  }
  
    .logohead2 {
  float: right;
    padding: 0;
  }
}


@media (min-width: 546px) AND (max-width:590px) {

    .logohead1 {
 float: left;
 padding: 0;
  }
  
    .logohead2 {
  float: right;
    padding: 0;
  }
  
  #intestazione {
    height: 65px;
}
}

@media (min-width: 591px) AND (max-width:767px) {

    .logohead1 {
 float: left;
 padding: 0;
  }
  
    .logohead2 {
  float: right;
    padding: 0;
  }
  
  #intestazione {
    height: 70px;
}
}

a {
color: #284068;
}


.btn-primary {
    color: #fff;
    background-color: #284068;
    border-color: #2e6da4;
}






