.alert-to-top {
    z-index: 1000;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    right: 0;
    background-color: red;
    height:32px;
    position:absolute;
}
.alert-to-top .container {
    margin: 0 auto;
    position: relative;
    }
.alert-to-top p,
.alert-to-top a, 
.alert-to-top span {
    color: #fff !important;
    font-size:16px !important;
    font-weight:700 !important;
    margin:0;
}
.alert-to-top a {
    text-decoration:none;
    
}
.alert-to-top a:hover u,  
.alert-to-top a:hover {
    text-decoration:underline;
}
.alert-to-top p {width:100% !important; margin:0; line-height:32px; }

@media (min-width: 961px) {
    .alert-text.fixed-header:not(.header-ver2):not(.header-ver3) .alert-to-top + header {
        padding-top: 45px;
    }
    .alert-text.fixed-header:not(.header-ver2):not(.header-ver3) .alert-to-top + header.fixed {
        padding-top: 15px;
    }
}

@media (max-width: 960px) {
.alert-to-top {text-align:center;position:fixed;display:block;}
.fixed-header.alert-text #wrapper.alert-text header {top: 38px;position:fixed; }
.fixed-header.alert-text #wrapper.alert-text header.fixed {top: 0;}
.fixed-header.alert-text #wrapper.alert-text .alert-to-top.fixed-header {display:none;}
}

@media screen and (max-width: 540px) {
html.fixed-header {padding-top: 118px;}
.alert-to-top {height:64px;}
.fixed-header.alert-text #wrapper.alert-text header {top: 64px;}
}