/********ALERT HEADER*******/
.header_top {
    background: #fce25b;
}
.alerts_wrap {
    position: relative;

}
.alerts_controls {
    position: absolute;
    top: 0;
    margin-left: 0px;
    height: 42px;
    line-height: 42px;
}
.header_top #alerts_header {
    margin-left: 200px;
    padding: 10px 0;
    font-weight: bold;
    font-size: 16px;
}
#alerts_header a {
    color: #333;
}
.alerts_controls .slick-arrow {
    background: none;
    border: none;
    font-size: 40px;
    margin: 0;
    width: 50px;
    height: 0;
}
.alerts_controls .slick-arrow.next {
    margin-left: 50px;
}

.alerts_controls .dots {
    position: absolute;
    top: 0;
    left: 50px;
    font-size: 16px;
    width: 55px;
    text-align: center;
}

@media (max-width: 767px) {
    .alerts_controls {
        position: relative;
    }
    .header_top #alerts_header {
        margin-left: 0;
    }
}
/********ALERT HEADER*******/
