body{color: #717171; font-family: 'Hind', sans-serif;}

#sp-footer, #sp-bottom {background: #091F28;color: #FFFFFF;}
#sp-top-bar {background: #0c242e;color: #FFFFFF;}
#sp-top-bar a {color: #FFFFFF;}

.sp-megamenu-parent >li >a {
  display: inline-block;
  padding: 0 15px;
  line-height: 100px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 16px;
}

.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li.active:hover>a, .sp-megamenu-parent >li:hover>a {
  color: #298635;
}

.btn-primary, .sppb-btn-primary {
  background-color: #298635; 
  color: #FFFFFF;
  border-color: #298635;
}

h1,h2,h3,h4{font-family: 'Raleway', sans-serif;}

.img-responsive{width: 100%;}

#sp-position1{margin-bottom: 50px;}
#sp-position1 ul.menu li{float: left;list-style: none;}
#sp-position1 ul.menu li a{padding-left: 10px; padding-right: 10px; line-height: 40px;}

/* FINE CCS PERSONALIZZATI */

/* MOBILE */
@media (max-width: 767px){

}

/* IPAD VERTICALE */
@media (min-width: 768px) and (max-width: 1023px){

}

/* IPAD ORIZZONTALE e IPAD PRO VERTICALE */
@media (min-width: 1024px) and (max-width: 1365px){

}

/* IPAD PRO ORIZZONTALE */
@media (min-width: 1200px) and (max-width: 1439px){
  .container, .sppb-row-container {
    max-width: 1300px!important;
  }
}

/* SCHERMO GRANDE */
@media (min-width: 1440px){
  .container, .sppb-row-container {
    max-width: 1300px!important;
    width: 1300px!important;
  }
} 