.helloBar{
    position: relative;
    padding: 10px 30px 10px 15px;
    text-align: center;
    background-color: #000000;

}
.helloBarClose{
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 20px;
color: #fff;
cursor: pointer;
}
.helloBarText{
    font-size: 16px;
    color: #f3b818;
    margin-right: 10px;
    font-family: Oswald-Bold;
    vertical-align: middle;
}
.helloBar .btn.btn-sm {
    padding: 8px 15px;
    font-size: 12px;
}
.timerBox{
    color: #ffffff;
    font-size: 18px;
    font-family: Oswald-ExtraLight;
}

@media (max-width: 570px) {
    .helloBarText {
        display: block;
        margin-right: 0;
        margin-bottom: 8px;
    }  
}