.navbar-brand img{ max-width: 100px;}
.right-icon img{ max-width: 80px;}
.notice-type li a{ padding:5px 10px;  color: #333; border-radius: 3px;}
.notice-type li a.active{ background: #406d36; color: #fff;}
.patnar-slide img{ border: 1px dashed #ccc;}
.footer-link ul { width: 100%}
.gallery h4{ font-size: 16px; padding: 10px 0;}
.blink_me {
  animation: blinker 3s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/* Style the tab */
.tab {

}

/* Style the buttons inside the tab */
.tab li a {
  display: block;
  color: black;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.sidebar .categories ul.tab  li:hover a,.sidebar .categories ul.tab  li.active a  {
  color: #75bf44; font-weight: bold;
}

/* Style the tab content */
.tabcontent {

}