.announcement-bar .close-notification a:before {
    content: url(../images/close-notification.png);
    z-index: 16;
    top: 10px;
	position: absolute;
    font-size: 22px;
    box-shadow: none;
    right: 10px;
}
.notification-open {
    line-height: 50px;
    height: 4px;
    transition: all 1s ease-in-out;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 8;
    background: #18354A;
    visibility: hidden;
}
.close-announcement .open-notification a:before {
    content: url(../images/open-notification.svg);
    position: absolute;
    top: -15px;
    font-size: 30px;
    box-shadow: none;
    right: 6px;
    z-index: 10;
}
#notification-bar {
	position: relative;
	height: 100%;	 
	z-index: 9;
}
.announcement-bar.close-announcement .notification-open{
	z-index: 12; 
	visibility: visible;
}
.announcement-bar.close-announcement .close-notification{
	display: none;
}
 