
.mobile-menu {
    display: block;
        text-align: right;
}
.pc-menu {
    display: none;
}

.mobile-menu  .header-toogle>a {
    color: #fff;
    text-decoration: none;
    background-color: #706c6d;
    margin: 26px 0;
    width: 36px;
    height: 30px;
    background-image: url(images/menu-toggle.png);
    background-position: 50%;
    background-repeat: no-repeat;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    float: right;
}/*
.mobile-menu > .k-widget {
    
    text-align: left;
     
}
#body [aria-expanded="false"]>ul.k-group{
    display: none!important;
}
#body [aria-expanded="true"]> ul.k-group{
    display: block!important;
}
#body .sfNavWrp.mobile-menu .k-plus, #body .sfNavWrp.mobile-menu .k-minus {
    display: inline-block;
        background: red;
}*/
/**/

.FirstSection {
        display: table;
    width: 100%;
}
.FirstSection .bar-section{
        width: 100%;
    float: none;
    display: table-footer-group;
}
.FirstSection .changing-content{
        width: 100%;
    float: none;
    display: table-header-group;
}
#body .bar-list-top {
    margin-top: 50px;
}
.bar-list .sfimageWrp{
    text-align: center;
}
.bar-list .sfimageWrp img{
    max-width: 100%;
    width: auto;
}

