a.btn:hover{
  opacity: 0.5 !important;
}
span.btn:hover{
  background-color: #000;
}
ul.category-list-slider{
  border-top:2px solid #000;
  border-bottom:2px solid #000;
}
h2:after{
  border: 0;
}

@media screen and (max-width:480px) { 
  ul.topicpath-nav{
    text-align: center;
  }
  ul.category-list-slider{
    height: 50px !important;
  }
  ul.category-list-slider li{
    line-height: 25px !important;
  }
}
@media screen and (min-width:481px) { 
   ul.category-list-slider{
    top: 80px;
  }
  ul.topicpath-nav{
    text-align: left;
  }
}


.item_list_pagenation{
	text-align: center;
	margin: 80px auto;
}