/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../myfonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../myfonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../myfonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../myfonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../myfonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../myfonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

body {font-family: 'Lato';}





.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge):hover{
    color: #fbb900 !important;
}

/*#sppb-addon-1651556659874 img { opacity: 0.8; }*/


#sp-header, #sp-header.header-sticky {
    position: fixed;
    top: 37px !important;
}
#sp-top-bar {
    position: fixed;
   z-index: 9999;
    width: 100%;
    top: 0;
} 

@media (max-width: 860px) {
#sp-header, #sp-header.header-sticky {
  background-color: #fff;}
    #sp-logo .logo-image-phone {
  display: none !important;}
  #sp-logo .logo-image {
  display: block !important;}
    .offcanvas-active .burger-icon > span  {
  background-color: #ccc;}
}

