/****** 0001.pro | OooOnePro | oop ******/

#oop_cls_div_cont {
  margin-top: 10px;
  margin-bottom:20px;
  border-radius: 20px;
  background: #FFF;
  padding: 20px;
}
#oop_cls_div_cont .box-heading a{
  display: none;
}
#oop_cls_div_cont .box-heading{
  padding: 0!important;
}
#oop_ul_cats {
  list-style: none;
  padding: 0;
	overflow:hidden;
  margin-bottom: 0px;
}

#oop_ul_cats li {
  display: block;
  font-weight: bold;
  cursor: pointer;
	position: relative;
}

#oop_ul_cats ul {
  list-style: none;
  padding: 0;
  display: none;
}

#oop_ul_cats ul li {
  font-weight: normal;
  background-color: #fff;
}

#oop_ul_cats > li > ul > li:first-child {
	border-top:none;
}

#oop_ul_cats .oop_cls_div_exp {
  color:#3C73C4;
  float:right;
	padding: 8px;
	margin-top:-8px;
}

#oop_ul_cats a {
	display: block;
  color:#3C73C4;
  text-decoration: none;
	padding: 8px 0px;
	outline: 0;
}

#oop_ul_cats .oop_cls_a_active,  #oop_ul_cats a:hover{
	color:#3C73C4;
}

#oop_ul_cats .oop_cls_a_prev_active {
	background:#fafafa;
	color:#3C73C4;
	text-shadow:0 1px 0 #fff;
}

@media only screen and (max-width: 1279px) {
    #oop_cls_div_cont {
      margin-bottom: 75px;
  }
}