.notification-bar {
    position:absolute;
    width: 100%;
    top:0;
    z-index: 10001;
}

.notification-text {
    background-color: #2980B9;
    padding: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    text-align: center;

    -webkit-animation: initiate 350ms ease;
	-moz-animation: initiate 350ms ease;
	-o-animation: initiate 350ms ease;
    -ms-animation: initiate 350ms ease;
    animation: initiate 350ms ease;
}