.art-header{
    background: rgb(22, 42, 51);
    background: -webkit-linear-gradient(top, rgb(22, 42, 51) 0, #0C243B 100%) no-repeat;
    background: -moz-linear-gradient(top, rgb(22, 42, 51) 0, #0C243B 100%) no-repeat;
    background: -o-linear-gradient(top, rgb(22, 42, 51) 0, #0C243B 100%) no-repeat;
    background: -ms-linear-gradient(top, rgb(22, 42, 51) 0, #0C243B 100%) no-repeat;
    background: linear-gradient(to bottom, rgb(22, 42, 51) 0, #0C243B 100%) no-repeat;
    -svg-background: linear-gradient(top, rgb(22, 42, 51) 0, #0C243B 100%) no-repeat;
}

ul.art-hmenu>li>a.active
{  
  background: linear-gradient(to bottom, #C0C0C0 0, #1f252b 83%, #8f9194 100%) no-repeat;
}


ul.art-hmenu>li>a:hover, .desktop ul.art-hmenu>li:hover>a
{
  
  background: linear-gradient(to bottom, #C0C0C0 0, #1f252b 83%, #8f9194 100%) no-repeat;
}

.custom_page_header{
  color: #414141!important;
  font-weight: bold;
}