#nav_section > li:nth-child(7), #nav_section > li:nth-child(7) li{
    border-color:#808080; 
}

#nav_section > li:nth-child(7):hover, #nav_section > li:nth-child(7) ul li{
    background:#808080;
}

#nav_section > li:last-child, #nav_section > li:last-child li{
    border-color:#eb8dc2; 
}
#nav_section > li:last-child:hover, #nav_section > li:last-child ul li{
    background: #eb8dc2;
}


#nav_section > li:nth-child(8),
#nav_section > li:nth-child(8) li {
  border-color:#E28413;
}
#nav_section > li:nth-child(8):hover,
#nav_section > li:nth-child(8) ul li {
  background:#E28413;
}

#nav_section > li:nth-child(9),
#nav_section > li:nth-child(9) li {
  border-color:#EA5E54;
}
#nav_section > li:nth-child(9):hover,
#nav_section > li:nth-child(9) ul li {
  background:#EA5E54;
}

#nav_section > li:nth-child(10),
#nav_section > li:nth-child(10) li {
  border-color:#8D6A9F;
}
#nav_section > li:nth-child(10):hover,
#nav_section > li:nth-child(10) ul li {
  background:#8D6A9F;
}


@media (max-width:1024px) {
     #nav_section > li:nth-child(8) {
    background:#E28413;
  }
     #nav_section > li:nth-child(9) {
    background:#EA5E54;
  }
    #nav_section > li:nth-child(10) {
    background:#8D6A9F;
  }
  
  #nav_section > li:last-child {
    background:#eb8dc2;
  }
 
}

