* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}




.text-right {
    text-align: right !important;
}




.header__mobile-menu {
    position: static !important;
    z-index: 100;
    padding: 0;
    height: 52px;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #c1c1c1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
}
.header__mobile-menu .menu-wrap {
    position: absolute;
    top: 51px;
    left: 0;
    width: 100%;
    background-color: rgba(34, 34, 34, 0);
    z-index: 100;
    display: none;
    overflow: hidden;
    -webkit-transition: background-color linear 0.2s;
    transition: background-color linear 0.2s;
}
.header__mobile-menu .menu-wrap.active {
  background-color: rgba(34, 34, 34, 0.7);
}
.header__mobile-menu .menu-wrap.active_visible {
  bottom: 0;
}
.header__mobile-menu .row [class*=col-xs] {
    background: #ffffff;
    height: 52px;
    position: static !important;
}

.header__mobile-menu ul.menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    background: #f4f4f4;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 22px 0 30px 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -webkit-transition: transform linear 0.2s;
    transition: transform linear 0.2s;
}
.header__mobile-menu ul.menu.active {
    -webkit-transform: translate(0%);
    transform: translate(0%);
}

.header__mobile-menu ul.menu li.menu-item {
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
    display: block !important;
    font-size: 20px !important;
    background: none;
    margin: 0 !important;
    text-align: left;
    padding: 13px 30px 15px 0;
}

.header__mobile-menu ul.menu li a {
    display: block !important;
    cursor: pointer;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    background: none;
    margin: 0 !important;
    text-align: left;
    padding: 13px 15px 15px 0;
    color: #000000;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.header__mobile-menu ul.menu li a.drop:after {
    content: "+";
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    float: right;

}

.header__mobile-menu ul.menu li.active a.drop:after {
    content: "–";
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    float: right;
}

.header__mobile-menu .menu li div {

}
.header__mobile-menu .menu li div .drop_arrow {
    content: "+";
    width: 25px;
    height: 25px;
    fill: #c8c8cd;
}
.header__mobile-menu .menu li ul {
    display: block;
    background-color: #e3e3e3;
    margin-left: -30px;
}
.header__mobile-menu .menu li ul li {

}
.header__mobile-menu .menu li ul li a {
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    color: #000000;
    text-decoration: none;
    border-bottom: none;
    padding: 12px 15px 12px 50px;
    box-sizing: border-box;
}

