/* Site Switcher */
.menu-btn {
    width: 65px;
    height: 66px;
    position: absolute;
    overflow: hidden;
    z-index: 999;
}
.menu-btn .invisible {
    visibility: hidden;
}
.menu-btn .menu-icon {
    position: fixed;
    background: #a84b27 url(../../images/basicSprite.png?v=6) no-repeat -546px -380px;
    width: 36px;
    height: 35px;
    margin: 15px;
    left: 0;
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
}
.menu-btn .menu-icon:hover {
    background: #fff url(../../images/basicSprite.png?v=6) no-repeat -509px -380px;
}
.menu-btn a:hover {
    border: 0;
}
.magento-go .menu-btn .menu-icon {
    background-color: #346289;
}
.magento-go .menu-btn .menu-icon:hover {
    background: #fff url('../../img/global_elements/general-nav.png') -72px 0 no-repeat;
}
.menu-btn .menu-label {
    font: normal 14px 'OpenSansRegular', sans-serif;
    color: #fff;
    background: #bc6538;
    text-transform: uppercase;
    position: absolute;
    display: inline-block;
    line-height: 66px;
    padding: 0 12px;
    left: -100px;
}
#jPanelMenu-menu {
    -webkit-backface-visibility: hidden;
    background: #31302b;
    text-align: left;
    overflow-y: auto !important;
}
#jPanelMenu-menu h4 {
    text-transform: uppercase;
    font: normal 13px 'OpenSansBold', sans-serif;
    letter-spacing: 1px;
    color: #cac3b4;
    margin: 27px 0 16px 30px;
}
.menu-close {
    display: inline-block;
    width: 36px;
    height: 35px;
    margin: 15px 0 20px 15px;
    background: #676056 url(../../images/basicSprite.png?v=6) no-repeat -546px -414px;
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
}
.menu-close:hover {
    background: #fff url(../../images/basicSprite.png?v=6) no-repeat -509px -414px;
    border: none;
}
.magento-go .menu-close:hover {
    background: #fff url('../../img/global_elements/general-nav.png') -72px -36px no-repeat;
}
#jPanelMenu-menu .nav {
    border-top: 1px solid #676056;
}
#jPanelMenu-menu .nav li {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    outline: none;
    position: relative;
    border-bottom: 1px solid #676056;
    opacity: 1;
}
#jPanelMenu-menu .nav a {
    font: normal 15px/20px 'OpenSansBold', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 20px 0 30px;
    display: block;
}
#jPanelMenu-menu .nav a:hover {
    background: none;
    text-decoration: none;
    border: none;
}
#jPanelMenu-menu .nav li span {
    font: normal 12px/20px 'OpenSansRegular', sans-serif;
    color: #cac3b4;
    margin: 0 0 16px 30px;
    display: inline-block;
}
#jPanelMenu-menu .nav li:after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}