.mash-menu {
    padding: 0;
    display: block;
    position: relative;
    z-index: 999;
    float: none;
    margin: 0 auto;
    width: 100%;
    font-family: Roboto, sans-serif;
    font-size: 16px;
	background:linear-gradient(to bottom, rgb(60 126 181) 0%,rgb(42 40 99) 100%);
}

@media screen and (max-width:767px) {
    .mash-menu {
        float: left;
        width: 100%
    }
}

.mash-menu * {
    outline: none!important;
    text-decoration: none!important;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    list-style: none;
    text-align: left;
    -webkit-tap-highlight-color: transparent!important
}

.mash-menu i.fa {
    font-family: FontAwesome
}

.mash-menu section.mash-menu-inner-container {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    min-height:38px;
    background:rgba(255,255,255,0);
}

@media screen and (max-width:767px) {
    .mash-menu section.mash-menu-inner-container {
        min-height: 1px
    }
}

.mash-menu .mash-brand,
.mash-menu .mash-list-items {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center
}

@media screen and (max-width:767px) {
    .mash-menu .mash-brand,
    .mash-menu .mash-list-items {
        width: 100%
    }
}

.mash-menu .mash-brand>li,
.mash-menu .mash-list-items>li {
    float: left;
    margin: 0;
    padding: 0;
    display: block;
    line-height: 57px
}

@media screen and (min-width:768px) {
    .mash-menu .mash-brand>li:hover>a,
    .mash-menu .mash-list-items>li:hover>a {
        color: white;
        background: #14b4fc;
        position: relative
    }
}

@media screen and (max-width:767px) {
    .mash-menu .mash-brand>li,
    .mash-menu .mash-list-items>li {
        width: 100%;
        text-align: left;
        line-height: normal;
        cursor: pointer;
        position: relative
    }
}

.mash-menu .mash-brand>li>a,
.mash-menu .mash-list-items>li>a {
    width: 100%;
    margin: 0;
    display: block;
    font-size: 1.125em;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
    color: rgba(255, 255, 255, .86);
    position: relative;
    overflow: hidden;
    transition: background 200ms ease
}

@media screen and (max-width:767px) {
    .mash-menu .mash-brand>li>a,
    .mash-menu .mash-list-items>li>a {
        line-height: normal;
        word-wrap: break-word;
        padding-top: 19.5px;
        padding-bottom: 19.5px
    }
}

.mash-menu .mash-brand>li>a img,
.mash-menu .mash-list-items>li>a img {
    max-height: 20px;
    top: -3px;
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block
}

@media screen and (min-width:768px) {
    .mash-menu .mash-list-items {
        display: block!important
    }
}

@media screen and (max-width:767px) {
    .mash-menu .mash-list-items {
        padding-top: 44px;
        display: none
    }
}

.mash-menu .mash-list-items>li {
    line-height: normal;
    cursor: default
}

.mash-menu .mash-list-items>li:after {
    display: none
}

.mash-menu .mash-list-items>li.active>a {
    background: #14b4fc;
    position: relative
}

.mash-menu .mash-list-items>li:hover>a {
    color: white;
    background: #ffffff50;
    position: relative
}

.mash-menu .mash-list-items>li>a {
    font-size: .875em;
    padding: 10px 15px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 10;
    width: 100%;
    transition: background 200ms ease
}

@media screen and (max-width:767px) {
    .mash-menu .mash-list-items>li>a {
        padding-top: 12px;
        padding-bottom: 12px
    }
    .mash-menu .mash-list-items>li>a:after {
        display: none
    }
}

.mash-menu .mash-list-items.right {
    float: right
}

@media screen and (max-width:767px) {
    .mash-menu .mash-list-items.right {
        padding-top: 0
    }
}

.mash-menu .mash-list-items.right>li>.drop-down {
    right: 0
}

.mash-menu .withripple {
    position: relative
}

.mash-menu .ripple-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none
}

.mash-menu .ripple {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, .05);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    opacity: 0;
    pointer-events: none
}

.mash-menu .ripple.ripple-on {
    transition: opacity .15s ease-in 0s, -webkit-transform .5s cubic-bezier(.4, 0, .2, 1) .1s;
    transition: opacity .15s ease-in 0s, transform .5s cubic-bezier(.4, 0, .2, 1) .1s;
    transition: opacity .15s ease-in 0s, transform .5s cubic-bezier(.4, 0, .2, 1) .1s, -webkit-transform .5s cubic-bezier(.4, 0, .2, 1) .1s;
    opacity: .2
}

.mash-menu .ripple.ripple-out {
    transition: opacity .1s linear 0s!important;
    opacity: 0
}

.mash-menu.separator .mash-brand>li>a,
.mash-menu.separator .mash-list-items>li>a {
    border-right: 1px solid #201e5a;
    box-shadow: 1px 0 0 rgba(255, 255, 255, .1) inset, 1px 0 0 rgba(255, 255, 255, .1);
    position: relative
}

@media screen and (max-width:767px) {
    .mash-menu.separator .mash-brand>li>a,
    .mash-menu.separator .mash-list-items>li>a {
        border-right: none;
        border-bottom: 1px solid #201e5a;
        box-shadow: 0 1px 0 rgba(255, 255, 255, .1) inset, 0 1px 0 rgba(255, 255, 255, .1)
    }
}

.mash-menu.separator .mash-list-items.right {
    padding-top: 0
}

.mash-menu.separator .mash-list-items.right>li>a {
    border-left: 1px solid #039fe5;
    box-shadow: 1px 0 0 rgba(255, 255, 255, .1) inset, 1px 0 0 rgba(255, 255, 255, .1);
    position: relative
}

@media screen and (max-width:767px) {
    .mash-menu.separator .mash-list-items.right>li>a {
        border-left: none;
        border-bottom: 1px solid #039fe5;
        box-shadow: 0 1px 0 rgba(255, 255, 255, .1) inset, 0 1px 0 rgba(255, 255, 255, .1)
    }
}

@media screen and (max-width:767px) {
    .mash-menu.separator .mash-search-bar {
        border: 1px solid #039fe5;
        box-shadow: 0 1px 0 rgba(255, 255, 255, .1) inset, 0 1px 0 rgba(255, 255, 255, .1)
    }
}

.mash-menu .drop-down {
    margin: 0;
    display: none;
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    background: white;
    z-index: 999;
    min-width: 180px;
    padding: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: left
}

@media screen and (max-width:767px) {
    .mash-menu .drop-down {
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
        width: 100%;
        display: none;
        min-width: 10px;
        word-wrap: break-word;
        border-radius: 0;
        z-index: 9999
    }
}

.mash-menu .drop-down li {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    z-index: 999
}

.mash-menu .drop-down li:first-child .drop-down {
    top: 0
}

.mash-menu .drop-down li:first-child a {
    padding-top: 10px;
    position: relative
}

@media screen and (min-width:768px) {
    .mash-menu .drop-down li:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px
    }
}

.mash-menu .drop-down li:last-child a {
    padding-bottom: 10px;
    position: relative
}

@media screen and (min-width:768px) {
    .mash-menu .drop-down li:last-child a {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px
    }
}

.mash-menu .drop-down a {
    width: 100%;
    margin: 0;
    display: block;
    color: #505050;
    font-size: .8125em;
    padding: 6px 15px;
    position: relative;
    z-index: 999;
    transition: color 200ms ease
}

.mash-menu .drop-down li:hover>a {
    color: #03a9f4;
    position: relative
}

.mash-menu .drop-down .drop-down {
    left: 100%;
    top: -8px;
    z-index: -1;
    display: none;
    padding-top: 0;
    padding-bottom: 0
}

@media screen and (min-width:768px) {
    .mash-menu .drop-down .drop-down {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }
}

@media screen and (min-width:768px) {
    .mash-menu .drop-down .drop-down li:first-child {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }
}

.mash-menu .drop-down .drop-down li:first-child a {
    padding-top: 15px;
    position: relative
}

@media screen and (min-width:768px) {
    .mash-menu .drop-down .drop-down li:first-child a {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }
}

.mash-menu .drop-down .drop-down li:last-child a {
    padding-bottom: 15px;
    position: relative
}

@media screen and (max-width:767px) {
    .mash-menu .drop-down .drop-down {
        left: 0;
        top: 0;
        z-index: 10;
        position: relative;
        display: none;
        border-top: 1px solid rgba(242, 242, 242, .86);
        border-bottom: 1px solid rgba(242, 242, 242, .86);
        box-shadow: none
    }
    .mash-menu .drop-down .drop-down a {
        padding-left: 30px
    }
    .mash-menu .drop-down .drop-down .drop-down a {
        padding-left: 50px
    }
    .mash-menu .drop-down .drop-down .drop-down .drop-down a {
        padding-left: 70px
    }
}

.mash-menu .drop-down .drop-down.left {
    left: -100%
}

@media screen and (max-width:767px) {
    .mash-menu .drop-down .drop-down.left {
        left: 0
    }
}

.mash-menu .mash-list-items>li>a i.fa {
    font-size: .875em;
    float: left;
    display: inline-block;
    margin: 0;
    line-height: 16px;
    padding: 0 5px 0 0
}

.mash-menu .mash-list-items>li>a i.fa.fa-indicator {
    float: right;
    padding-right: 0;
    padding-left: 5px
}

.mash-menu .drop-down li a i.fa {
    float: left;
    margin: 0;
    display: inline-block;
    padding: 0 6px 0 0;
    line-height: 16px;
    font-size: .8125em
}

.mash-menu .drop-down li a i.fa.fa-indicator {
    float: right;
    padding-right: 0;
    padding-left: 6px
}

@media screen and (max-width:767px) {
    .mash-menu .drop-down li a i.fa.fa-indicator {
        padding-right: 1px
    }
}

.mash-menu .divider {
    margin: 8px 0!important;
    padding: 0;
    display: block;
    height: 1px;
    background: rgba(230, 230, 230, .86)!important;
    width: 100%
}

.mash-menu .mash-search-bar {
    margin: 0;
    padding: 0;
    display: block;
    float: right
}

@media screen and (min-width:768px) {
    .mash-menu .mash-search-bar {
        display: block!important
    }
    .mash-menu .mash-search-bar.search-bar-hide {
        display: none!important
    }
}

@media screen and (max-width:767px) {
    .mash-menu .mash-search-bar {
        display: none
    }
    .mash-menu .mash-search-bar.search-bar-hide {
        display: none!important
    }
    .mash-menu .mash-list-items.search-bar-hide {
        padding-top: 0
    }
}

.mash-menu .mash-search-bar li {
    margin: 0;
    padding: 15px;
    display: block;
    float: left
}

@media screen and (max-width:767px) {
    .mash-menu .mash-search-bar li {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.mash-menu .mash-search-bar form {
    margin: 0;
    padding: 0;
    display: block;
    float: left
}

.mash-menu .mash-search-bar label {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    position: relative
}

.mash-menu .mash-search-bar input {
    margin: 0;
    display: block;
    float: left;
    max-width: 160px;
    width: 100%;
    font-family: Roboto, sans-serif;
    font-size: .875em;
    padding: 0;
    height: 25px;
    background: none;
    border: none;
    color: rgba(255, 255, 255, .86);
    position: relative;
    opacity: 1!important;
    font-weight: 400
}

.mash-menu .mash-search-bar:-moz-placeholder {
    opacity: 1!important;
    color: rgba(255, 255, 255, .86)
}

.mash-menu .mash-search-bar::-moz-placeholder {
    opacity: 1!important;
    color: rgba(255, 255, 255, .86)
}

.mash-menu .mash-search-bar:-ms-input-placeholder {
    opacity: 1!important;
    color: rgba(255, 255, 255, .86)
}

.mash-menu .mash-search-bar::-webkit-input-placeholder {
    opacity: 1!important;
    color: rgba(255, 255, 255, .86)
}

.mash-menu .mash-search-bar .mash-search-bar-border {
    margin: 0;
    padding: 0;
    display: block;
    height: 0;
    width: 100%
}

.mash-menu .mash-search-bar .mash-search-bar-border:after,
.mash-menu .mash-search-bar .mash-search-bar-border:before {
    content: "";
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .36);
    height: 1px;
    width: 100%;
    transition: width 400ms ease
}

.mash-menu .mash-search-bar .mash-search-bar-border:before {
    right: 0;
    left: auto
}

.mash-menu .mash-search-bar input:focus+.mash-search-bar-border:after,
.mash-menu .mash-search-bar input:focus+.mash-search-bar-border:before {
    width: 0
}

.mash-menu .mash-search-bar i.fa.fa-search {
    display: none
}

@media screen and (max-width:767px) {
    .mash-menu .mash-search-bar {
        width: 100%;
        position: absolute;
        top: 52px;
        background: #03a9f4;
        z-index: 999;
        border-left: none;
        border-right: none
    }
    .mash-menu .mash-search-bar li,
    .mash-menu .mash-search-bar form,
    .mash-menu .mash-search-bar label,
    .mash-menu .mash-search-bar input {
        width: 100%!important;
        max-width: 100%
    }
    .mash-menu .mash-search-bar i.fa.fa-search {
        display: block;
        position: absolute;
        top: -60px;
        right: 44px;
        color: rgba(255, 255, 255, .86);
        height: 44px;
        width: 44px;
        cursor: pointer;
        text-align: center;
        line-height: 44px;
        font-size: 1em;
        z-index: 999
    }
}

.mash-menu .drop-down-large,
.mash-menu .drop-down-medium {
    margin:0 auto;
    display: none;
    float: left;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    width: 84.6%;
    text-align: left;
    min-height: 100px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: .8125em;
    z-index: 999;
    background: white;
    line-height: 18px;
    padding: 20px 5px 15px;
    overflow: hidden
}

.mash-menu .drop-down-large>.vertical-tabs-container,
.mash-menu .drop-down-medium>.vertical-tabs-container {
    position: relative;
    top: 15px;
    margin-top: -35px;
    margin-right: -5px;
    margin-left: -5px
}

@media screen and (max-width:767px) {
    .mash-menu .drop-down-large,
    .mash-menu .drop-down-medium {
        position: absolute;
        top: auto;
        left: 0;
        width: 100%;
        display: none;
        border-radius: 0;
        z-index: 999
    }
}

.mash-menu .drop-down-medium {
    left: 0;
    width: 100%;
    max-width: 600px;
    right: 0;
    margin: 0 auto
}

.mash-menu .drop-down-medium.float-left {
    margin: 0;
    right: auto
}

.mash-menu .drop-down-medium.float-right {
    margin: 0;
    left: auto;
    right: 0
}
@media screen and (max-width:767px) {
    .mash-menu .form-horizontal .btn {
        width: 100%
    }
}

.mash-menu .form-horizontal button i.fa {
    color: rgba(255, 255, 255, .86)!important;
    position: relative;
    left: 10px;
    display: none
}



.mash-menu input.menu-toggle {
    display: none
}

.mash-menu input.menu-toggle:checked+label:after {
    left: 12px
}

.mash-menu label.menu-toggle {
    font-weight: 400;
    color: #505050;
    position: relative;
    padding-left: 38px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1.0625em;
    line-height: normal;
    width: 100%
}

.mash-menu label.menu-toggle:before,
.mash-menu label.menu-toggle:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    background: #60ccfd;
    border-radius: 100px;
    height: 12px;
    width: 30px
}

.mash-menu label.menu-toggle:after {
    background: #03a9f4;
    height: 18px;
    width: 18px;
    top: 0;
    left: -3px;
    transition: left 400ms ease
}


@media screen and (min-width:768px) {
    .mash-menu .mash-mobile-button {
        display: none
    }
}

.mash-menu .mash-mobile-button span {
    width: 60px;
    height: 52px;
    float: right;
    line-height: 54px;
    position: absolute;
    top: 0;
    text-align: center;
    margin: 0;
    right: 0;
    display: block;
    cursor: pointer;
    z-index: 9999;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOAgMAAABSqtRjAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEWdnZ3///////9yOLbWAAAAAnRSTlMA32D/An0AAAABYktHRAH/Ai3eAAAACXBIWXMAAAsSAAALEgHS3X78AAAAEklEQVQI12MIBQEGCIkLkKgGAKK/CfcXmfkCAAAAAElFTkSuQmCC) no-repeat center
}

.mash-menu .mash-mobile-button span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: none;
    transition: background 200ms ease
}

.mash-menu.mash-top-fixed .mash-menu-inner-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1280px;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .mash-menu.mash-top-fixed .mash-menu-inner-container {
        max-width: 100%;
        margin: 0
    }
    .mash-menu.mash-top-fixed .mash-menu-inner-container .mash-list-items {
        max-height: 400px!important;
        overflow: hidden!important;
        overflow-y: auto!important
    }
}














.mash-menu.mash-full-width {
    max-width: 100%
}

.mash-menu.mash-full-width .mash-menu-inner-container {
    max-width: 100%;
    margin: 0
}

.mash-menu .lead {
    -webkit-text-stroke-width: .025em
}

.mash-menu .vertical-tabs-horizontal {
    padding: 0;
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 10px
}

.mash-menu .vertical-tabs-horizontal ul.horizontal-tab-heading {
    float: left;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0
}

.mash-menu .vertical-tabs-horizontal ul.horizontal-tab-heading li {
    float: left;
    display: block;
    margin: 0;
    padding: 0
}

.mash-menu .vertical-tabs-horizontal ul.horizontal-tab-heading li.active a {
    background: white
}

.mash-menu .vertical-tabs-horizontal ul.horizontal-tab-heading a {
    padding: 12px 15px;
    font-size: 1.125em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #505050;
    display: inline-block
}

.mash-menu .vertical-tabs-horizontal ul.horizontal-tab-heading i.fa {
    margin-right: 5px;
    display: inline-block
}

.mash-menu .vertical-tabs-horizontal .horizontal-tab-content {
    display: block;
    margin: 0;
    float: left;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    position: relative;
    z-index: 10;
    background: white;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .16), 0 1px 0 0 rgba(0, 0, 0, .12)
}

.mash-menu .vertical-tabs-horizontal .horizontal-tab-content .horizontal-tab-panel {
    display: none
}

.mash-menu .vertical-tabs-horizontal .horizontal-tab-content .horizontal-tab-panel.active {
    display: block
}

.mash-menu .mash-error {
    background: red;
    padding: 40px 20px 20px;
    text-align: center;
    color: white;
    position: relative;
    max-width: 400px;
    width: 100%;
    margin: 100px auto auto;
    z-index: 9999999;
    border-radius: 5px;
    font-size: .875em;
    overflow: hidden;
    letter-spacing: 1px;
    line-height: 25px;
    clear: both
}

.mash-menu .mash-error:before {
    content: 'Error';
    position: absolute;
    line-height: normal;
    top: 0;
    left: 0;
    color: white;
    right: 0;
    text-align: left;
    padding: 5px 5px 5px 10px;
    letter-spacing: 1px;
    background: darkred
}

.mash-menu .mash-extra {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 50px;
    z-index: 10;
    margin: 0;
    padding: 0
}

.mash-menu .mash-extra>.mash-extra-container {
    background: #02638f;
    float: left;
    width: 100%;
    position: relative;
    min-height: 57px
}

.mash-menu .mash-extra>.mash-extra-container>ul.mash-extra-links {
    float: right;
    padding: 0;
    display: block;
    margin: 0 150px 0 0
}

.mash-menu .mash-extra>.mash-extra-container>ul.mash-extra-links>li {
    float: left;
    margin: 0;
    padding: 0;
    display: block;
    line-height: 57px
}
.mash-brand li a { width:70% !important;float:left; border-bottom:none !important;box-shadow:none !important;}
.mash-brand li button { float:right;}

.list-items,
.mash-menu .order-items {
    padding: 0;
    display: block;
    width: 100%;
    margin: 0 0 10px
}

.mash-menu .list-items li,
.mash-menu .order-items li {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    list-style: decimal
}

.mash-menu .list-items li:first-child a,
.mash-menu .order-items li:first-child a {
    border-top: none;
    position: relative
}

.mash-menu .list-items a,
.mash-menu .order-items a {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid rgba(80, 80, 80, .1);
    color: #505050;
    font-weight: 400;
    position: relative;
    transition: color 200ms ease
}
.mash-menu .list-items a:before {padding-right:8px;font-family:'FontAwesome';content:"\f10c";}

.mash-menu .list-items a:hover,
.mash-menu .order-items a:hover {
    color: #065ac5;
}

.mash-menu .list-items i.fa,
.mash-menu .order-items i.fa {
    margin-right: 5px
}

.mash-menu .list-items i.fa.fa-indicator,
.mash-menu .order-items i.fa.fa-indicator {
    float: right;
    margin-left: 5px;
    margin-right: 10px
}

.mash-menu .order-items li {
    position: relative
}

.mash-menu .order-items li a {
    padding-left: 20px;
    position: relative
}

.mash-menu .order-items li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    color: #505050;
    bottom: 0;
    line-height: 40px;
    text-align: left;
    list-style-type: inside!important;
    display: list-item!important
}

.mash-menu .list-items-group {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    display: block;
    position: relative
}

.mash-menu .list-items-group .list-group-image {
    float: left;
    width: 50px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(255, 255, 255, .86)
}

