.wrapper.pushed {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    transform: translateX(-200px);
}

.header_menu {
    background-image: url(../images/menuback_03.png);
    background-position: right top;
    background-repeat: no-repeat;
    display: block;
    text-align: center;
    padding: 10%;
    font-size: 24px;
}

.inside_panel {
    width: 250px;
}

.panel,
.subPanel {
    width: 200px;
    background: #F8F7F2;
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    right: -201px;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    overflow: hidden;
}

.panel {
    z-index: 10;
    border-left: 1px solid #F2F0E8;
}

.panel ul li {
    width: 200px;
    padding: 0px;
    border-bottom: 1px solid #F2F0E8;
    color: #F15F48;
    cursor: pointer;
    margin: 0px;
}

.panel ul li:hover {
    background: #F15F48;
    color: #fff;
}

.panel ul li ul li {
    color: #00B4AB;
}

.panel ul li ul li:hover {
    background: #00B4AB;
    color: #fff;
}

.panel.isOpen,
.subPanel.isOpen {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    transform: translateX(-200px);
}

.subPanel {
    z-index: 20;
}

.subPanel .heading {
    background: #F15F48;
    color: #fff;
    font-weight: bold;
}

.closeSubPanel,
.closePanel,
.openSubPanel {
    cursor: pointer;
}

.menuTrigger {
    padding: 15px;
    background: #fb8501;
    cursor: pointer;
    color: #fff;
    font-weight: 300;
    display: block;
    width: 100px;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 900;
    text-align: center;
    border-color: rgba(255, 255, 255, 1.00);
    border-width: thin;
    border-style: solid;
    border-spacing: 10px;
    /*FX*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menuTrigger:hover {
    background: #004eb0;
    font-size: 16px;
}

.mmenu > li > a {
    text-align: center;
    color: rgba(13, 12, 12, 1.00) !important;
    padding: 10px;
}

.mmenu > li > a:hover {
    background-color: #fb8501 !important;
    color: rgba(255, 255, 255, 1.00) !important;
}

/* Larger than mobile */
@media (max-width: 400px) {
    .menuTrigger {
        padding: 10px 10px;
        background: #fb8501;
        cursor: pointer;
        color: #fff;
        font-weight: 300;
        display: block;
        width: 100%;
        position: relative;
        right: 0;
        top: 0;
        z-index: 9999;
        text-align: center;
    }
}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
    .menuTrigger {
        right: 15%;
    }
}
