/* Enter Your Custom CSS Here */

header:not(.sticky) .level_1 > span.w-nav-title {
  color: #fff;
}

header:not(.sticky) a:hover span.w-nav-title {
    color: #f34432 !!important;
}
@media only screen and (max-width: 768px) {
  header:not(.sticky) .level_1>span.w-nav-title {
  	color: #909090 !important;
  }
  .header_hor .l-header.pos_fixed {
  	z-index: 1000 !important;
  }
  
}

@media only screen and (max-width: 414px) {
  .holder-footer, .right-footer {
    width: 100%;
    text-align: center;
  }
  
}