#header_mobile{
   width: 100%;
   background-color: #62645F;
   color: #fff;
   display: none;
   padding: 8px 0;
   font-size: 25px; 
   cursor: pointer;
}
#header_mobile a, #header_mobile span{
    color: white;
}
#header_mobile_left{
    float: left;
    margin-left: 5px;
}
#header_mobile_left #left_nav_1{
    float: left; 
    margin-right:10px;
}
#header_mobile_left #left_nav_2{
    float: left; 
    color: #fff;
    font-weight: bolder;
    font-size: 18px;
}
@media screen and (max-width: 1012px) {
  #header_mobile {
    /*display: none !important;*/
  }
}

@media screen and (max-width: 1400px) {
    article{
        width: 100% !important;
    }
}
@media screen and (max-width: 767px) {
    .content{
        padding: 20px !important;
    }
    #header_mobile{
        display: block !important;
    }
    article{
        width: 100%;
    }
    article img{
        max-width: 100%;
        height: auto !important;
    }
    .sidebar_background, .sidebar{
        left: -180px !important;
        z-index:0;
    }
    .content_wrapper{
        margin-left:0 !important;
        width: 100% !important;
    }
    .content_back{
        display: none !important;
    }
    #footer_content_1 div:first-child {
        border-left: 0px solid #fff !important;
    }
    #footer_content_1 div {
        text-align: center !important;
        float: none !important;
        padding: 6px !important;
        border-right: 0px solid #fff !important;
    }
    #footer_content_2{
        text-align: center !important;
        padding-right: 0px !important;
    }
}