/*.o_guide_menu > .nav > li  {
  max-width: 293px;
}
.guide_page {
  margin-top: 50px;
}*/
.o_guide_wrapper .o_guide_subcat h3 {
  font-size: 10pt !important;
  font-weight: bold !important;
  height: 70px !important;

  padding: 10px !important;
  background: rgba(240,240,240,1) !important;
  background: -moz-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(230,230,230,1) 50%, rgba(227,227,227,1) 51%, rgba(254,254,254,1) 100%) !important;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230,230,230,1)), color-stop(50%, rgba(230,230,230,1)), color-stop(51%, rgba(227,227,227,1)), color-stop(100%, rgba(254,254,254,1))) !important;
  background: -webkit-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(230,230,230,1) 50%, rgba(227,227,227,1) 51%, rgba(254,254,254,1) 100%) !important;
  background: -o-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(230,230,230,1) 50%, rgba(227,227,227,1) 51%, rgba(254,254,254,1) 100%) !important;
  background: -ms-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(230,230,230,1) 50%, rgba(227,227,227,1) 51%, rgba(254,254,254,1) 100%) !important;
  background-image: url(../img/adigit_logo.png);
}
.o_guide_wrapper .o_guide_subcat:hover h3 {
color: #009edf !important;
}
