.main-top {
    padding-top: 20px;
    height: 120px;
    line-height: 80px;
    position: fixed;
    top: 0px;
    z-index: 999;
    /*background-image: url('/assets/images/front/Default/topbackground.png');*/
    background-color: rgba(255, 72, 129, 0.75);
    width: 100%;
}

.toplogo {
    display: inline-block;
    color: #fff;
    font-size: 14pt;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    line-height: normal;
}

.web-title{
    position: absolute;
    top:-5px;
    left:0px;
    line-height: normal;
    padding-left:10px;
    font-size:14pt;
}


.toplogo, .toplogo:hover, .toplogo, .toplogo:focus {
    color: #fff;
    text-decoration: none;
}

.toplogo img {
    height: 50px;
    display: block;
    margin-bottom: 10px;
}

.toplogo span {
    text-shadow: 0px 0px 3px #fff;
    font-weight: bold;
}

@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1366px) {

}

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 992px) {

    .main-top {
        height: 40px;
        line-height: 40px;
        position: absolute;
        top: 0px;
        z-index: 2;
        background-image: none;
        background-color: transparent;
        width: 100%;
    }

    .toplogo {
        display: inline-block;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 999;
        padding-left: 20px;
    }

    .toplogo img {
        /*height: 50px;*/
    }

}

@media only screen and (max-width: 480px) {

}
