.container-head {
    position: relative;
    font-size: 1em;
    background: #45455f;
    transition: all 0.3s;
    z-index: 300;
}
.mhead-fix {
    position: fixed;
    top: 0; left: 0;
    right: 0;
    box-shadow: 0 2px 3px rgba(0,0,0,.4);    
}

/* ----- Start Mobile-Top Bar ----- */
.bx-wdTopBar {
    background: url(../images/imgs/ba-tops.png) no-repeat top center;
    background-size: cover;       
}
.TopBar-mob {
    position: relative;
    height: 70px;
    transition:  0.3s;
    width: 1130px;
    margin: auto;
}

.TopBar-mob  h1 {
    position: absolute;
    font-size: 1.72em;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 600;
}

.TopBar-mob h1 a img {
    height: 38px;
}

.Side_Menu {
    position: relative;
    width: 100%;
}
.wrap-menus > label {
    position: absolute;
    left: 10px;
    z-index: 101;
    top: 15px;
    cursor: pointer;
    transition: 0.3s;
}
nav {
    width: 100%;
    height: 100%;
}
.Side_Menu {
    display: block;
    width: 30%;
    height: 100%;
    position : fixed;
    top: 0;
    left: -30%;
    z-index: 100;
    text-align: right;
    box-sizing: border-box;
    background: #ddd;
    transition: all 0.3s linear;
}
.Side_Menu h2 {
    font-size: 1.3em;
    height: 70px;
    line-height: 60px;
    background: #262960;
    color: #eee;
    padding-right: 15px;
    box-sizing: border-box;
}
.Side_Menu ul {margin-top: 15px;}
.Side_Menu ul li a {
    display: block;
    height: 43px;
    line-height: 43px;
    text-align: left;
    font-weight: bold;
    padding: 0 10px 0 25px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
 
}
.Side_Menu ul li a:after {
    content: '';
}
.Side_Menu ul li {position: relative;}

.wrap-menus input[type='checkbox'] {display: none;}
.bg-SMn {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0; right: 0; top: 0; bottom: 0;
    background: rgba(0,0,0,.6);
    z-index: 99;
}
.wrap-menus > input:checked ~ nav .Side_Menu {left: 0;}
.wrap-menus > input:checked ~ nav .bg-SMn {display: block;}

.MenuBtns {
    display: block;
    width: 30px;
    height: 30px;
}
.MenuBtns span, .MenuBtns span:before, .MenuBtns span:after {
    position: absolute;
    width: 100%;
    height: 5px;
    background: #fff;
    transition: all 0.3s;
    border-radius: 3px;
}
.MenuBtns span {display: block; top: 50%; transform: translate(0,-50%);}
.MenuBtns span:before, .MenuBtns span:after {content: ''; left: 0; top: 0;}

.MenuBtns span:after {top: 10px;}
.MenuBtns span:before {top: -10px;}

/* --- Mobile --- */
@media (max-width: 876px) {
    .TopBar-mob {
        height: 60px;
        width: 100%;
    }
    .Side_Menu h2 {height: 60px;}    
    .Side_Menu {
        width: 70%;
        left: -70%;
    }    
}

/* ----- Start Top-Sub Menu ----- */
.wrap-popmenu {
     border-bottom: 1px solid #323244;
     background: #262960;
}
.Popmenu-head {max-width: 1150px; margin: auto;}
.Popmenu-head ul {display: flex;}
.Popmenu-head li {
    flex: 1; 
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.Popmenu-head li a {
    display: block;
    height: 43px;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
}
.Popmenu-head li:not(:first-of-type):before {
    content: '';
    position: absolute;
    display: block;
    top: 25%;
    width: 1px;
    height: 45%;
    background: linear-gradient(to right, rgba(255,255,255,0.3), rgba(255,255,255,0.1));
    box-sizing: border-box;
}
.Popmenu-head li a:hover {
    background: rgba(0,0,0,0.3);
    border-bottom: 1px solid rgba(0,0,0,0.9);
}
/* --- Mobile --- */
@media (max-width: 876px) {
   .Popmenu-head {max-width: 100%;} 
}
/* ----- End Top-Sub Menu ----- */

/* ----- Start Search-Content by List ----- */
.bx-schtmob {
    width: 300px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
}

.bx-sidemob {
    max-width: 300px;
    position: absolute;
    left: 10px;
    top: 13px;
    margin: 4px 0;
}
.sch-tmob {
    text-align: center;
/*    padding: 5px 0 17px;*/
    font-size: 1em;
}
.sch-tmob fieldset {
    position: relative;
}
.sch-tmob input {font-size: 0.96em;}
.sch-tmob input[type=text] {
    width: calc(100% - 80px);
    height: 33px;
    border: 1px solid transparent;
    padding: 0 5px;
    text-indent: 10px;
    box-shadow: 0 0 2px rgba(100,100,100,.2); 
    box-sizing: border-box;
    border-top-left-radius: 50em;
    border-bottom-left-radius: 50em;
    font-size: 0.9em;
}
.sch-tmob input[type=submit] {
    width: 60px;
    height: 33px;
    vertical-align: middle;
    border-radius: 5px;
    border: 1px solid transparent;
    background: #007ec8; color: #fff;
    font-weight: bold;
    margin-left: -7px;
    border-top-right-radius: 50em;
    border-bottom-right-radius: 50em;
}
/* --- Mobile --- */
@media (max-width: 876px) {
    .bx-schtmob {display: none;}
    .bx-sidemob {width: 90%;}    
}
/* ----- End Search-Content by List  ----- */
