.button, .readon, .readmore, button.validate, #member-profile a, #member-registration a, .formelm-buttons button, .btn-primary, .btn-primary.disabled {
  border-color: #bc914b;
  background: #e4bc74;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  text-shadow: none;

}
.cal_storico{
  height:1000px
}
#services-section{
  background-color: #f2efef;
 
}

#services-section .container {
  padding-top: 35px;
  background-color: #ffffff;
 
}
[data-mediabox-group="regiepatenti"] img {
  padding-right:0px !important;
}

.home_code p{
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 0 0 15px 0;
}
.home_code img{
    padding-right:25px;
}
h1, h2, h3, h4, h5, h6 {
    color: #007326;
    font-weight: 300;
  }

  @media (max-width: 500px) {
    .text-xs-center {
      text-align: center;
    }
    .home_code img{
        padding-right:inherit;
    }
    .cal_storico{
      height:500px
    }
  
  }

  .mt-5{
    margin-top: 3rem !important;
  }

  .mt-3{
    margin-top: 1rem !important;
  }

  .mt-7{  
   margin-top: 5rem !important;
  }

  .pb-5{
   padding-bottom: 3rem !important;
  }
  .btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
    border-top-color: rgb(187, 187, 187);
    border-right-color: rgb(187, 187, 187);
    border-bottom-color: rgb(187, 187, 187);
    border-left-color: rgb(187, 187, 187);
  *border: 0;
  border-bottom-color: #a2a2a2;
  border-radius: 4px;
  *margin-left: .3em;
}


@media (max-width: 767px) { /* Applica solo su schermi piccoli, ad esempio sotto i 768px */
    .navigation { /* O la classe specifica che rende visibile il menu mobile */
        position: fixed; /* O 'absolute', a seconda di come è gestito il posizionamento */
     
        z-index: 9999; /* Un valore alto per essere sicuro che sia sopra tutto */

        /* Aggiungi eventuali transizioni se necessario */
        /* transition: all 0.3s ease; */
    }

   
}