
nav:not(.mm-menu)
{
    display: none;
}

.header,
.content1,
.footer
{
    text-align: center;

}
.header,
.footer
{
    background: url(../../../../images/back_header.png) repeat;
    border-top:1px solid white;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    /*line-height: 40px;*/
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
    width: 100%;
    float:left;
    /*padding: 0 50px;*/
    z-index: 999;
}
.header.fixed
{
    position: fixed;
    top: 0;
    left: 0;
}
.footer.fixed
{
    position: fixed;
    bottom: 0;
    left: 0;
}
.header a.phone1
{
    background: center center no-repeat transparent;
    background: url(../../../../images/icon_menuslider.png) no-repeat;
    background-size: cover;
    display: block;
    width: 25px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 30px;
}
.content
{
    //padding: 150px 50px 50px 50px;
}