#noti_Container {
    position:relative;
}

/* A CIRCLE LIKE BUTTON IN THE TOP MENU. */
#noti_Button {
    cursor:pointer;
}

/* THE POPULAR RED NOTIFICATIONS COUNTER. */
#noti_Counter {
    display:block;
    position:absolute;
    background:#E1141E;
    color:#FFF;
    font-size:12px;
    font-weight:normal;
    padding:0px 3px;
    margin:0px 0 0 20px;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    z-index:1;
}

.mobile-menu a:hover,
.mobile-menu a:focus,
.mobile-menu a:active {
background-color: transparent;
box-shadow: none;
  color: #b6f6ff;
}

.desktop-menu a:hover,
.desktop-menu a:focus,
.desktop-menu a:active {
  background-color: transparent;
  box-shadow: none;
  color: #000155;
}
