.sticky-notification-bar {
    top:0;
    width: 100%;
    z-index: 99999;
    text-align: center;
    line-height: 25px;
}
.sticky-notification-bar.notification-sec {
    margin-top: 35px;
}
.page-wrapper {
    margin-top: 45px;
}
.sticky-notification-bar.notification-sec.nofirstnotification{
    margin-top: 0;
}
.sticky-notification-bar.notification-sec .content p
{
margin: 0;
}
.sticky-notification-bar .content {
    font-weight: bold;
    text-align: center;
    min-height: 35px;
    font-size: 14px;
    padding-top: 10px;
	margin: 0;
}
ol#sticky-carousel-first {
    list-style: none;
}
/* For mobile phones: */

@media only screen and (max-width: 768px) {
    /* For tablets: */
    .sticky-notification-bar .content {
        font-size: 12px;
        padding-bottom: 10px;
        word-break: break-word;
    }
}