.alert-bar__desc, .alert-bar__title, .gb-fontsize-xs {
    font-size: 13px
}

@media screen and (max-width:640px) {
    .alert-bar__desc, .alert-bar__title, .gb-fontsize-xs {
        font-size: 12px
    }
}

.alert-bar {
    padding: 20px 0;
    background: #ededed;
    color: #fff;
    transition: -webkit-filter .4s;
    transition: filter .4s;
    transition: filter .4s, -webkit-filter .4s;
    background: #fb5004
}

@media screen and (max-width:991px) {
    .mob-menu-open .alert-bar {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px)
    }
}

.search-panel-open .alert-bar {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px)
}

@media screen and (max-width:480px) {
    .alert-bar .content-wrapper {
        padding-right: 35px
    }
}

.mob-menu-open .alert-bar, .search-panel-open .alert-bar {
    display: none
}

.alert-bar a, .alert-bar a:visited {
    color: #fff;
    text-decoration: underline
}

.alert-bar .alert-bar__desc {
    font-size: 17px;
    color: #fff
}

.alert-bar .alert-bar__title {
    font-size: 18px;
    color: #fff
}

.alert-bar .alert-bar__close:after, .alert-bar .alert-bar__close:before {
    background: #fff
}

.alert-bar__holder {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center
}

@media screen and (max-width:480px) {
    .alert-bar__holder {
        display: block
    }
}

.alert-bar__title {
    margin: 0;
    padding-right: 30px;
    font-weight: 700;
    color: #fb5004
}

@media screen and (max-width:767px) {
    .alert-bar__title {
        padding-right: 20px
    }
}

.alert-bar__desc {
    color: #fff;
    width: 80%
}

@media screen and (max-width:480px) {
    .alert-bar__desc {
        width: 95%;
        margin-top: 2px;
        font-size: 12px
    }
}

.alert-bar__close {
    cursor: pointer;
    -webkit-appearance: none;
    position: relative;
    display: block;
    color: #fff;
    width: 20px;
    height: 20px;
    box-shadow: none;
    background: transparent;
    border: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media screen and (max-width:480px) {
    .alert-bar__close {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -10px
    }
}

.alert-bar__close:after, .alert-bar__close:before {
    content: "";
    background: #fff;
    position: absolute;
    display: block
}

.alert-bar__close:before {
    width: 20px;
    height: 2px;
    left: 0;
    top: 10px;
    margin-top: -1px
}

.alert-bar__close:after {
    height: 20px;
    width: 2px;
    top: 0;
    left: 10px;
    margin-left: -1px
}

.noticeModal .modal-header {
    color: #fff;
    background: #fb5004
}

.noticeModal .close {
    color: #fff
}