﻿
#container, #wrapper {
    position: relative;
    width: 100%;
}
#wrapper {
    background: #f7f7f7 none repeat scroll 0 0;
    left: 0;
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.3s ease 0s;
    z-index: 0;
}
.flexpanel {
    display: none;
    height: 102%;
    margin: 0;
    padding: 0;
    position: fixed;
    right: -40%;
    top: 0;
    transform: translate3d(0px, 0px, 0px);
    transition: transform 0.3s ease 0s;
    width: 40%;
    z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
.flexpanel {
    right: -50%;
    width: 50%;
}
}
@media screen and (max-width: 768px) {
.flexpanel {
    right: -80%;
    width: 80%;
}
}
.flexpanel .viewport-wrap {
    height: 100%;
    position: relative;
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 1;
}
.flexpanel .viewport {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: relative;
    width: 100%;
}
.flexpanel .viewport.smooth {
}
.flexpanel div.navigation {
    padding: 10px 10px 80px;
    transition: all 0.3s ease 0s;
}
.flexpanel div.navigation ul {
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease 0s;
}
.flexpanel div.navigation ul li {
    border-bottom: 1px solid #333;
    clear: both;
    display: block;
    font-size: 18px;
    list-style: outside none none;
    margin: 0 3%;
    padding: 0;
    width: auto;
}
.flexpanel div.navigation ul li:first-child {
    border-top: medium none;
}
.flexpanel div.navigation ul li ul {
    border: medium none;
    margin: 0;
}
.flexpanel div.navigation ul li ul li {
    border: medium none;
    font-size: 14px;
    margin: 0 5px 5px;
    position: relative;
}
.flexpanel div.navigation ul li ul li a {
    padding: 6px 12px;
}
.flexpanel div.navigation ul li ul li a:hover {
    color: #ccc;
}
.flexpanel div.navigation ul li ul li a::before {
    color: #9edeff;
    content: "Â»";
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 5px;
}
.flexpanel div.navigation ul li a {
    color: #fff;
    display: block;
    padding: 10px 0;
    text-decoration: none;
}
.flexpanel div.navigation ul li a:hover {
    color: #ccc;
}
.flexpanel div.navigation ul li.active > a {
    color: #ef6f6f !important;
    font-weight: 700;
}
.flex-btn {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    cursor: pointer;
    height: 33px;
    left: -52px;
    opacity: 0;
    position: absolute;
    top: 25px;
    transition: all 0.3s ease 0s;
    width: 34px;
}
.flex-btn:active {
    background: #ccc none repeat scroll 0 0;
}
.flex-btn.in-view {
    opacity: 1;
}
.flex-btn span {
    background-color: #666;
    clear: both;
    display: block;
    height: 3px;
    margin: 0 auto 3px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    transition: all 0.2s ease 0.35s;
    width: 20px;
}
.flex-btn span.one {
    left: 7px;
    top: 9px;
}
.flex-btn span.two {
    left: 7px;
    top: 15px;
}
.flex-btn span.three {
    left: 7px;
    top: 21px;
}
.flex-btn:hover span {
    background-color: #333;
}
.flexpanel-active .flex-btn {
    opacity: 1 !important;
}
.flexpanel-active .flex-btn span {
    background-color: #222;
}
.flexpanel-active .flex-btn span.two {
    opacity: 0;
}
.flexpanel-active .flex-btn span.one {
    top: 15px;
    transform: rotate(45deg);
}
.flexpanel-active .flex-btn span.three {
    top: 15px;
    transform: rotate(-45deg);
}
body.flexpanel-left .flexpanel {
    left: -40%;
    right: auto;
    width: 40%;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
body.flexpanel-left .flexpanel {
    left: -50%;
    right: auto;
    width: 50%;
}
}
@media screen and (max-width: 768px) {
body.flexpanel-left .flexpanel {
    left: -80%;
    right: auto;
    width: 80%;
}
}
body.flexpanel-left .flexpanel .flex-btn {
    left: auto;
    right: -48px;
}
body.flexpanel-active.flexpanel-left #wrapper {
    opacity: 0.7;
    transform: translate(40%, 0px);
}
@media screen and (min-width: 768px) and (max-width: 960px) {
body.flexpanel-active.flexpanel-left #wrapper {
    transform: translate(50%, 0px);
}
}
@media screen and (max-width: 768px) {
body.flexpanel-active.flexpanel-left #wrapper {
    transform: translate(80%, 0px);
}
}
body.flexpanel-active.flexpanel-left .flexpanel {
    left: -40%;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
body.flexpanel-active.flexpanel-left .flexpanel {
    left: -50%;
}
}
@media screen and (max-width: 768px) {
body.flexpanel-active.flexpanel-left .flexpanel {
    left: -80%;
}
}
body.flexpanel-active.flexpanel-left .flexpanel .viewport-wrap {
    transform: translate(100%, 0px);
}
body.flexpanel-active.flexpanel-right #wrapper {
    opacity: 0.7;
    transform: translate(-40%, 0px);
}
@media screen and (min-width: 768px) and (max-width: 960px) {
body.flexpanel-active.flexpanel-right #wrapper {
    transform: translate(-50%, 0px);
}
}
@media screen and (max-width: 768px) {
body.flexpanel-active.flexpanel-right #wrapper {
    transform: translate(-80%, 0px);
}
}
body.flexpanel-active.flexpanel-right .flexpanel {
    right: -40%;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
body.flexpanel-active.flexpanel-right .flexpanel {
    right: -50%;
}
}
@media screen and (max-width: 768px) {
body.flexpanel-active.flexpanel-right .flexpanel {
    right: -80%;
}
}
body.flexpanel-active.flexpanel-right .flexpanel .viewport-wrap {
    transform: translate(-100%, 0px);
}
body.isIE.flexpanel-right #wrapper {
    left: -40%;
}
body.isIE.flexpanel-right .flexpanel {
    right: 0;
}
body.isIE.flexpanel-left.flexpanel-active #wrapper {
    left: 40%;
}
body.isIE.flexpanel-left.flexpanel-active .flexpanel {
    left: 0;
}
body.flexpanel-reveal #wrapper {
    transform: none !important;
    z-index: 1;
}
body.flexpanel-reveal.flexpanel-right #wrapper {
    left: 0;
    right: auto;
}
body.flexpanel-reveal.flexpanel-right .flexpanel {
    right: -100%;
    z-index: 0;
}
body.flexpanel-reveal.flexpanel-right .flexpanel.reveal {
    right: 0;
}
body.flexpanel-reveal.flexpanel-right .flex-btn {
    left: auto;
    margin: 20px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}
body.flexpanel-reveal.flexpanel-right.flexpanel-active #wrapper {
    left: -40%;
    opacity: 1;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
body.flexpanel-reveal.flexpanel-right.flexpanel-active #wrapper {
    left: -50%;
}
}
@media screen and (max-width: 768px) {
body.flexpanel-reveal.flexpanel-right.flexpanel-active #wrapper {
    left: -80%;
}
}
body.flexpanel-reveal.flexpanel-right.flexpanel-active .flex-btn {
    right: 40%;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
body.flexpanel-reveal.flexpanel-right.flexpanel-active .flex-btn {
    right: 50%;
}
}
@media screen and (max-width: 768px) {
body.flexpanel-reveal.flexpanel-right.flexpanel-active .flex-btn {
    right: 80%;
}
}
body.flexpanel-reveal.flexpanel-right.flexpanel-active .flexpanel, body.flexpanel-reveal.flexpanel-right.flexpanel-active .flexpanel.reveal {
    right: 0;
}
body.flexpanel-reveal.flexpanel-right.flexpanel-active .flexpanel .viewport-wrap {
    transform: translate(0px, 0px);
}
body.flexpanel-reveal.flexpanel-left #wrapper {
    left: 0;
    right: auto;
}
body.flexpanel-reveal.flexpanel-left .flexpanel {
    left: 0;
    right: auto;
    z-index: 0;
}
body.flexpanel-reveal.flexpanel-left .flexpanel.reveal {
    left: 0;
}
body.flexpanel-reveal.flexpanel-left .flex-btn {
    left: 0;
    margin: 20px;
    position: fixed;
    right: auto;
    top: 0;
    z-index: 999;
}
body.flexpanel-reveal.flexpanel-left.flexpanel-active #wrapper {
    left: 40%;
    opacity: 1;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
body.flexpanel-reveal.flexpanel-left.flexpanel-active #wrapper {
    left: 50%;
}
}
@media screen and (max-width: 768px) {
body.flexpanel-reveal.flexpanel-left.flexpanel-active #wrapper {
    left: 80%;
}
}
body.flexpanel-reveal.flexpanel-left.flexpanel-active .flex-btn {
    left: 40%;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
body.flexpanel-reveal.flexpanel-left.flexpanel-active .flex-btn {
    left: 50%;
}
}
@media screen and (max-width: 768px) {
body.flexpanel-reveal.flexpanel-left.flexpanel-active .flex-btn {
    left: 80%;
}
}
body.flexpanel-reveal.flexpanel-left.flexpanel-active .flexpanel, body.flexpanel-reveal.flexpanel-left.flexpanel-active .flexpanel.reveal {
    left: 0;
}
body.flexpanel-reveal.flexpanel-left.flexpanel-active .flexpanel .viewport-wrap {
    transform: translate(0px, 0px);
}
body.flexpanel-hide .flex-btn, body.flexpanel-hide .flexpanel {
    display: none;
}
