.main #secNav h1 {
    display: none;
}


@media screen and (max-width: 1050px) {
    .main .container {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
        background-color: #FFFFFF;
    }
}

@media screen and (max-width: 800px) {
    .main #secNav h1 {
        display: block;
    }
.main #secNav {
    float: none;
    width: 100%;
    text-indent: 2.5em;
    margin-top: 20px;
}
#secNav h1 {
box-sizing: border-box;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url('../images/public/minus.png');
    background-size: 20px 20px ;
    background-position: 8px center;
    background-repeat: no-repeat;
    font-size: 18px;
    color: #fff !important;
    line-height: 40px;
    overflow: hidden;
    
    cursor: pointer;
    
}
#secNav h1 p {
    display: none;
    text-align: center;
}
#secNav  h1.close {

    background-image: url('../images/public/plus.png');
}
#secNav   {
    background: #ebebeb;
    /*display: none;*/
}
#secNav   li {
    height: 40px;
    border-top: 1px solid #fff;
    overflow: hidden;
    line-height: 40px;
    width: 100%;
    text-align: left;
    text-indent: 0;
}#secNav  li {
    height: 40px;
    border-top: 1px solid #fff;
    overflow: hidden;
    width: 100%;
}

#secNav  li a {
    display: block;
    padding: 0 5%;
    line-height: 40px;
    font-size: 16px;
    color: #333;
}

#secNav  li a.hover,
#secNav li a:active {
    background-color:#e5000d ;
    color: #fff;
}
#secNav  .active {
    background-color: #e5000d;
  
}
#secNav  .active a {
    color: #fff;
}


.about-right .crumbs {
    display: none;
}
.main .about-right {
    float: none;
    width: 100%;
    margin-left: 0;
}
.about-right .about-content{
    padding-top: 30px;
    
}
}