.offcanvas-menu-wrap a {
	color: #bdc3c7;
}

.offcanvas-menu-wrap a:hover,
.offcanvas-menu-wrap a:focus {
	color: #02548c;
}

.offcanvas-menu-wrap.white a {
	color: #02548c;
}

.offcanvas-menu-wrap a:hover,
.offcanvas-menu-wrap a:focus {
	color: #02548c;
}


.content-wrap {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.content::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	-webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
	transition: opacity 0.4s, transform 0s 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

/* Menu Button */
.menu-button {
	position: relative;
	z-index: 1000;
	margin:0;
	padding: 0;
	width: 60px;
	height: 50px;
	border: none;
	text-indent: 1.5em;
	font-size: 1.0em;
	color: transparent;
	background: transparent;
}

.menu-button::before {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	bottom: 0.5em;
	left: 0.5em;
	background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
	content: '';
}

.menu-button:hover {
	opacity: 0.6;
}

/* Close Button */
.close-offcanvas-menu {
	width: 2em;
	height: 2em;
	position: absolute;
	right: 1em;
	top: 0.5em;
	overflow: hidden;
	text-indent: 1em;
	font-size: 0.75em;
	border: none;
	background: transparent;
	color: transparent;
    z-index:1001
}

.close-offcanvas-menu::before,
.close-offcanvas-menu::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #fff;
}

.close-offcanvas-menu::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-offcanvas-menu::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Menu */
.offcanvas-menu-wrap {
	position: absolute;
	z-index: 1001;
	top:0;
	right:0;
    -webkit-overflow-scrolling : touch;
    overflow:auto;
	width: 300px;
	height: 100%;
	background: #000;/* #373a47;*/
	padding:1.5em .02em 2.5em 0;
	-webkit-transform: translate3d(420px,0,0);
	transform: translate3d(420px,0,0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.offcanvas-menu-wrap.white{background-color:#fff !important;position:fixed;top:0px;overflow:scroll;width: 380px !important;color:#000 !important;padding:.02em .02em 1.5em 0 !important;}
.offcanvas-menu-wrap.white .filter-list
{
    padding:.05em 0.8em 3.5em 0.8em;
}
.offcanvas-menu-wrap.white span.title
{
    color: #fff;
    background-color: #010101;
    display: block;
    font-size: 1.2em;
    padding:5px 10px;
    line-height: 2!important;
    position:sticky;
    top:0px;
    z-index:1000;
    width:100%;
}

.offcanvas-menu, .offcanvas-menu-wrap.white,
.icon-list {
	height: 100%;
}

.offcanvas-menu-wrap.white::-webkit-scrollbar {
    width: 1em;
    -webkit-appearance: none;
}
 
.offcanvas-menu-wrap.white::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.offcanvas-menu-wrap.white::-webkit-scrollbar-thumb {
  background-color: #c6c6c6;
  outline: 1px solid slategrey;
}


.icon-list {
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.icon-list a {
	display: block;
	padding: 0.8em;
	-webkit-transform: translate3d(0,500px,0);
	transform: translate3d(0,500px,0);
}

.icon-list,
.icon-list a {
	-webkit-transition: -webkit-transform 0s 0.4s;
	transition: transform 0s 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.icon-list a:nth-child(2) {
	-webkit-transform: translate3d(0,1000px,0);
	transform: translate3d(0,1000px,0);
}

.icon-list a:nth-child(3) {
	-webkit-transform: translate3d(0,1500px,0);
	transform: translate3d(0,1500px,0);
}

.icon-list a:nth-child(4) {
	-webkit-transform: translate3d(0,2000px,0);
	transform: translate3d(0,2000px,0);
}

.icon-list a:nth-child(5) {
	-webkit-transform: translate3d(0,2500px,0);
	transform: translate3d(0,2500px,0);
}

.icon-list a:nth-child(6) {
	-webkit-transform: translate3d(0,3000px,0);
	transform: translate3d(0,3000px,0);
}

.icon-list a:nth-child(7) {
	-webkit-transform: translate3d(0,3500px,0);
	transform: translate3d(0,3500px,0);
}

.icon-list a:nth-child(8) {
	-webkit-transform: translate3d(0,4000px,0);
	transform: translate3d(0,4000px,0);
}

.icon-list a:nth-child(9) {
	-webkit-transform: translate3d(0,4500px,0);
	transform: translate3d(0,4500px,0);
}

.icon-list a:nth-child(10) {
	-webkit-transform: translate3d(0,5000px,0);
	transform: translate3d(0,5000px,0);
}
.offcanvas-menu .icon-list span
{
    color: #bdc3c7;
    display: block;
    font-size: 1.2em;
    padding-left:1em;
    padding-bottom: 20px !important
}
.offcanvas-menu .icon-list a.current {
	color:#af0008;
}

/* Shown menu */
.show-menu .offcanvas-menu-wrap {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .icon-list,
.show-menu .icon-list a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .icon-list a {
	-webkit-transition-duration: 0.9s;
	transition-duration: 0.9s;
}

.show-menu .content::before {
	opacity: 1;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}