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

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

}
.header,
.footer
{
    background: white;
    border-bottom:1px solid 314382;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
    width: 100%;
    height: 40px;
    /*padding: 0 50px;*/
    z-index: 999999;
}
.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-image: url(../../../../../assets/images/icon_mobile.png);*/
    background-size: cover;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 2px;
    left: 10px;
}
.content
{
    //padding: 150px 50px 50px 50px;
}