.notification-bar-owm {height:auto;position:relative;width:100%;display:block;background-image: linear-gradient(180deg, #363636cf 0%, #363636 100%);padding:10px;position: relative;opacity: 0;visibility: hidden;}
.notification-bar-owm.slick-initialized {visibility:visible;opacity:1;}
.notification-bar-owm .notification-button {margin-left:10px;}
.notification-bar-owm .notification-button a {background: #3a81c3;color: #fff !important;text-decoration: none;padding: 5px 10px;font-size:13px;display:inline-block;}
.notification-bar-owm .notification-holder {text-align: center;font-size:14px;}
.notification-bar-owm .notification-title {color: #fff;}

@media screen and (max-width:999px) {
    .notification-bar-owm {    background-image: none;background: #f5f5f5;}
    .notification-bar-owm .notification-title {color:#000;}
    .notification-bar-owm .notification-holder {font-size:13px;}
}

@media screen and (max-width:450px) {
    .notification-bar-owm {padding:10px;}
    .notification-bar-owm .notification-button {margin-top:10px;}
    .notification-bar-owm .notification-button {display:block;}
}