




























html {overflow-x: hidden;}

*
{
   margin:0px;
   padding:0px;
}
  

.form-home-contatti2 h2 {font-size: 26px}
  
 .form-home-contatti2 h5 {
    font-size: 16px;
}
  

#header {display: none;}

#colonna_centrale {
    padding-right: 0;
    padding-left: 0;
}

body {
    font-size: 18px;
    font-family: 'Fira Sans Condensed', sans-serif;
    
}

.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: #0a4b8a;
}
  
.acc-op p  {
    text-align: justify;
  }
  
 .num-acc {
    font-size: 2em;
    color: #0a4b8a;
}

  
#sottopagine {
  display: none;
  }

.counter-text-high {
    font-size: 1.5em;
}

li.menu_li_1 .dropdown-menu {
    display: none!important;
}
  
li.menu_li_1 .caret {
    display: none!important;
}

.body_21 #sottopagine  {
  display:none;
  }

#sottopagine {
  padding-bottom: 40px;
  }

#contatti_footer2 h2 {
  padding-bottom: 30px;
  }

#contatti_footer2 {
  padding: 50px 0;
  }

.text-center {
    text-align: center;
}
  
.form-home-contatti2 {
    background: #0a4b8a;
    padding: 20px;
    color: white;
    border-radius: 20px;
}
  
.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 #0a4b8a;
}

/** 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: #0a4b8a !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: #0a4b8a;
    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;
}
  
/** MENU **/   

.navbar-brand {
    display: none;
}     

.navbar .navbar-nav {
    display: inline-block;
    float: right;
}

 #intestazione  {
    height: 15px;
}

#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: #0a4b8a!important;
    border-bottom: #0a4b8a 3px solid!important;
}
  
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #0a4b8a;
    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: #0a4b8a!important;
        border: 2px solid transparent;
    }
    .navbar-default .navbar-toggle .icon-bar{
        background-color: #0a4b8a;
    }

    .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: #0a4b8a;
    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: #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: #0a4b8a!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: #eeeeee;
}
  
  #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: #0a4b8a;
    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: #0a4b8a;
    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: white;
}
  
    .w4u-fascia-count-type3 {
    padding: 50px 0px 80px 0;
    background: #0a4b8a;
    text-align:center;
    color: white;
}
  
      .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: url('/db_object/www_rotaecapra_it/usr/image/home/parallax.jpg') no-repeat fixed 60% 60%;
    background-size: cover;
    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: #0a4b8a;
    border-color: #777;
    font-weight: bold;
    border-radius: 20px;
}  
  
.btn-default:hover {
    color: #000;
    background-color: #d4d4d4;
    border-color: #777;
    font-weight: bold;
}  
  
.btn-default {
    color: #fff;
    background-color: #0a4b8a;
    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;
}
  
  .w4u-row-pallini-type3 {
    padding-bottom: 40px;
}
  }


/** 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;
}
  }
  
  @media (min-width: 992px){
.well, #sottopagine {
    width: 970px;
}
}

@media (min-width: 1200px){
.well, #sottopagine {
    width: 1170px;
}
  

}

  /** LOGO RESPONSIVE **/

    
#w4u-logo-type1 {
    padding: 7px 0;
    max-width: 150%!important;
}  

 @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: #0a4b8a;
    background-color: #fff;
    border-color: #2e6da4;
}


.btn-primary:hover, .btn-primary:active {
    color: #fff;
    background-color: #67839e;
    border-color: #2e6da4;
}

a {
  color: #0a4b8a;
  }
  
  a:hover {
  color: #67839e;
  }
  
.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;
    font-family: 'Poppins', sans-serif;
}

  .claim h1 {
    display: block;
    margin-bottom: 10px;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: .340em;
    text-transform: uppercase;
    color: #686868;
  }


.claim p {
  font-size: 16px;
  line-height: 1.625;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  color: #686868;
  margin-top: 30px;
  padding: 0 40px;
  }

.bottone_news2 {
      margin-top: 10px;
  }

h2, h3, h4 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  }

.servizihome h3 {
    display: block;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    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;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  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: #0a4b8a;
    margin-bottom: 30px;
}
  
  .metodi-row h4  {
    color: #0a4b8a;
}

.metodi-row p {
    padding: 0px 40px;
    text-align: justify;
}

  .fasciacolore {
  padding: 40px 0;
  color: white;
  text-align: center;
  background: #0a4b8a;
  }

  .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;
}
  }

 .cover-image {
        position: relative;
    }
    
    .cover-image-h1-parent {
        position: absolute;
        width: 100%;
    }
    
    .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: 768px) {
        
    .cover-image h1 {
            padding: 17px;
            margin-top: 6%;
            font-size: 2.4em;
        }
        
    }
    /*Da desktop in su*/
   @media (min-width: 991px) {
    .cover-image h1 {
        padding: 20px;
        margin-top: 6%;
    }
        .cover-image h1 {
        font-size: 2.4em;
    }
  
  .row.equal {
display: flex;
flex-wrap: wrap;
}
}

  
     @media (min-width: 560px) AND (max-width: 767px) {
        
    .cover-image h1 {
            padding: 15px;
            margin-top: 4%;
            font-size: 2em;
        }
        
    }
  
       @media (min-width: 1px) AND (max-width: 559px) {
        
    .cover-image h1 {
            padding: 12px;
            margin-top: 2%;
            font-size: 1.2em;
        }
        
    }
  
  
 /** Funnel con Absolute **/
  
.body_25 #w4u-alternata-bianca {
    padding-top: 25px;
    padding-bottom: 50px;
    background: white;
}

.box-form {
    position: absolute;
    top: 6%;
    right: 19%;
}

.divcheck {font-size: 11px;}
   @media (min-width: 1340px) AND (max-width: 1570px) {
    .box-form {
    width: 30%;
}
    
    .body_25 #w4u-alternata-bianca {
    min-height: 400px;
}
    }

   @media (min-width: 991px) AND (max-width: 1339px) {
    .box-form {
    width: 40%;
    right: 7%;
}
    
    .body_25 #w4u-alternata-bianca {
    min-height: 450px;
    
}
    }

  
 /** FUNNEL con Libro **/
  
#w4u-alternata-bianca {
    background: #fff url('/db_object/www_formazione_b4web_biz/usr/image/home/bgpattern.png') repeat-x 0% center;
    padding-bottom:50px; padding-top:30px; background-image:url('/db_object/www_formazione_b4web_biz/usr/image/home/bgpattern.png'); background-repeat:repeat-x
}

.testo {
    padding: 0 40px;
}
  
  .testo h3 {
    margin-top: 0px;
}
  
  #w4u-footer1 {
   background: #0a4b8a;
    color: white;
  }

#w4u-footer1 a {
    color: white;
  }


.icona-form {
    margin: 0px -45px 0 0;
    display: inline-table;
    width: 20%;
}


@media (max-width: 767px) {
  .testo {
    padding: 0 20px;
}
  
  .btn {
    white-space: initial;
}
  }

.form-control {
    font-size: 16px;
}




 /** STRACOM **/
 
#vedi-ph
{
display:none;
}

#vedi-ds
{
width:100%;
}
 
img.imgriga
{
display:block;
margin-right:20px;
margin-left:10px;
padding-top:15px;
padding-bottom:15px;
}
 
#sfondo
{
position:relative;
z-index:10;
left:0px;
width:100%;
min-height:100vh;
background-size: 100%;
background-image: url('https://www.formazione.b4web.biz/db_object/www_formazione_b4web_biz/usr/image/sfondo.jpg');
background-position:  center top;
}

#sfondo0
{
position:relative;
z-index:10;
left:0px;
width:100%;
background-size: 100%;
background-image: url('https://www.formazione.b4web.biz/db_object/www_formazione_b4web_biz/usr/image/sfondo0.jpg');
background-position:  center top;
}

#sfondo10
{
position:relative;
z-index:10;
left:0px;
width:100%;
background-size: 100%;
background-image: url('https://www.formazione.b4web.biz/db_object/www_formazione_b4web_biz/usr/image/sfondo.jpg');
background-position:  center top;
}

#sfondo1
{
position:relative;
z-index:10;
left:0px;
width:100%;
background-size: 100%;
background-image: url('https://www.formazione.b4web.biz/db_object/www_formazione_b4web_biz/usr/image/sfondo1.jpg');
background-position:   center;
}

#pos_logo
{
position:absolute;
z-index:50;
top:20px;
left:10%;
}
  
#box4
{
position:relative;
z-index:50;
top:0px;
margin-left:15%;
width:85%;
}

#box-form
{
width: 60%;
margin:auto;
position:relative;
z-index:20;
background-color: #ffffff; 
border-radius: 25px;
margin-bottom:70px;
}

h1 {
font-size: 4.5vw;
font-weight: 700;
text-align: center;
padding-top:20px;
margin-right:20%;
margin-left:20%;
color:#666666;
font-family: 'Rajdhani', sans-serif
}

h2 {
font-size: 40px;
font-weight: 700;
text-align: left;
padding-top:40px;
padding-bottom:14px;
margin-right:20%;
margin-left:10%;
color:#ffffff;
font-family: 'Rajdhani', sans-serif
}

.corpo {
font-size: 24px;
font-weight: 400;
text-align: left;
margin-right:20%;
margin-left:10%;
color:#ffffff;
font-family: 'Fira Sans Condensed', sans-serif;
}

.corpo1 {
font-size: 20px;
font-weight: 400;
text-align: left;
margin-right:20%;
margin-left:12%;
color:#ffffff;
font-family: 'Fira Sans Condensed', sans-serif;
}


.corpo_home1 {
font-size: 120px;
font-weight: 700;
text-align: right;
padding-top:20px;
margin-right:10%;
color:#ffffff;
font-family: 'Rajdhani', sans-serif
}

.corpo_home2 {
font-size: 34px;
font-weight: 400;
text-align: left;
padding-top:20px;
padding-bottom:40px;
margin-left:10%;
color:#ffffff;
font-family: 'Fira Sans Condensed', sans-serif;
}

.corpo_box1 {
font-size: 20px;
font-weight: 400;
text-align: left;
padding-top:0px;
padding-bottom:0px;
color:#ffffff;
margin-right:20px;
font-family: 'Fira Sans Condensed', sans-serif;
}

.corpo_form1 {
font-size: 36px;
font-weight: 400;
text-align: left;
padding-top:20px;
padding-bottom:10px;
color:#333333;
margin-right:10%;
margin-left:10%;
font-family: 'Fira Sans Condensed', sans-serif;
}

.corpo_form2 {
font-size: 20px;
font-weight: 400;
text-align: left;
color:#333333;
margin-right:10%;
margin-left:10%;
font-family: 'Fira Sans Condensed', sans-serif;
}

.corpo_intro {
font-size: 30px;
font-weight: 400;
text-align: center;
padding-bottom:40px;
margin-left:20%;
margin-right:20%;
color:#666666;
font-family: 'Fira Sans Condensed', sans-serif;
}



.tabella {display: table;width:80%;position:relative;margin:auto;}
.tabella0 {display: table;width:100%;position:relative;margin:auto;}
.riga { display:table-row;}
.colonna {display: table-cell;vertical-align: top;width:50%;}
.colonna00 {display: table-cell;vertical-align: top;width:50%;}

.colonna0 {display: table-cell;vertical-align: middle;width:50%;}


  
.col1 {
background-image: url('https://www.formazione.b4web.biz/db_object/www_formazione_b4web_biz/usr/image/colonna1.jpg');
background-position:center;
background-size:cover;
}
  
  
.col2-ds {
background-image: url('https://www.formazione.b4web.biz/db_object/www_formazione_b4web_biz/usr/image/colonna2.jpg');
background-position:center;
background-size:cover;
}

.col2-ph {
display:none;
}

.col3 {
background-image: url('https://www.formazione.b4web.biz/db_object/www_formazione_b4web_biz/usr/image/colonna3.jpg');
background-position:center;
background-size:cover;
}



.colonna20 {
display: none;
}


input.forma {
margin-left:10%;
margin-right:10%;
margin-top:10px;
margin-bottom:20px;
padding-left:5%;
padding-right:5%;
text-align: left;
width: 80%;
height: 50px;
border:1px solid #333333; 
background-color: #f1f1f1;
font-size: 20px;
border-radius: 5px;
}

.bottone { 
background-color: #2768a8;
margin-left:auto;
margin-right:auto;
border:0px solid #f39200;
border-radius: 5px;
width:80%;
font-size: 24px;
font-weight: 700;
text-align: center;
color:#ffffff;
padding-top: 10px;
padding-bottom: 10px;
text-transform: uppercase;
font-family: 'Rajdhani', sans-serif
letter-spacing:2px;
}

.bottone:hover { 
background-color: #e63d0e;
color:#ffffff;
cursor: pointer;
}

@media only screen and (min-width: 1000px) and (max-width: 1400px) {

#box-form
{
width: 80%;
}

.tabella {display: table;width:90%;position:relative;margin:auto;}



h2 {
font-size: 30px;
margin-right:10%;
margin-left:10%;
}

.corpo {
font-size: 16px;
margin-right:10%;
margin-left:10%;

}

.corpo1 {
font-size: 14px;
font-weight: 400;
text-align: left;
margin-right:10%;
margin-left:12%;
}

.corpo_intro {
font-size: 24px;
margin-left:10%;
margin-right:10%;
}

}


@media only screen and (min-width: 0px) and (max-width: 1000px) {


    

#vedi-ds
{
display:none;
}
  
  
#vedi-ph
{
width:100%;
display:block;
}
  
  
.col1 {
min-height:50vh;
}

.col2-ph {
background-image: url('https://www.formazione.b4web.biz/db_object/www_formazione_b4web_biz/usr/image/colonna2.jpg');
background-position:center;
background-size:cover;
min-height:50vh;
display:block;
}

.col2-ds {
display:none;
}
  
.col3 {
min-height:50vh;
}
 
.col4 {
min-height:50vh;
}

 

#sfondo
{
position:relative;
z-index:10;
left:0px;
width:100%;
background-size: 100%;
background-image: url('https://www.formazione.b4web.biz/db_object/www_formazione_b4web_biz/usr/image/sfondo.jpg');
background-position:  center top;
min-height:50vh;
}

img.logo
{
display:block;
margin:auto;
}

#pos_logo
{
position:relative;
z-index:50;
top:20px;
width:100%;
left:0px;
}

.corpo_home1 {
font-size: 10vw;
font-weight: 700;
text-align: center;
padding-top:40px;
margin-right:10%;
color:#ffffff;
font-family: 'Rajdhani', sans-serif
}

#box-form
{
width: 90%;
margin-top:50px;
}

.tabella {display: table;width:80%;position:relative;margin:auto;}
.tabella0 {display: table;width:100%;position:relative;margin:auto;}
.riga { display:table-row;}
.colonna {display: table-cell;vertical-align: top;width:50%;float:left}
.colonna00 {display: table-cell;vertical-align: top;width:100%;float:left}
.colonna0 {display: table-cell;vertical-align: middle;width:100%;float:left;}

.colonna1 {
display: table-cell;
vertical-align: middle;
width:100%;
float:left;
background-image: url('https://www.formazione.b4web.biz/db_object/www_formazione_b4web_biz/usr/image/colonna1.jpg');
background-position:   center;
background-size:cover;
height:50vw;
}

.colonna2 {
display: none;
}

.colonna20 {
display: table-cell;
vertical-align: middle;
width:100%;
float:left;
background-image: url('https://www.formazione.b4web.biz/db_object/www_formazione_b4web_biz/usr/image/colonna2.jpg');
background-position:   center;
background-size:cover;
height:50vw;
}

.colonna3 {
display: table-cell;
vertical-align: middle;
width:100%;
float:left;
background-image: url('https://www.formazione.b4web.biz/db_object/www_formazione_b4web_biz/usr/image/colonna3.jpg');
background-position:   center;
background-size:cover;
height:50vw;
}



h2 {
font-size: 30px;
margin-right:6%;
margin-left:6%;
}

.corpo_home2 {
font-size: 5vw;
font-weight: 400;
text-align: center;
padding-top:20px;
padding-bottom:40px;
margin-left:10%;
margin-right:10%;
color:#ffffff;
font-family: 'Fira Sans Condensed', sans-serif;
}

.corpo {
font-size: 16px;
margin-right:6%;
margin-left:6%;

}

.corpo1 {
font-size: 14px;
font-weight: 400;
text-align: left;
margin-right:6%;
margin-left:8%;
}

.corpo_intro {
font-size: 24px;
margin-left:10%;
margin-right:10%;
}

}







































