.wrap-toggle {
   top: 0;
   z-index: 1500;
   background: #eeeeee;
   padding: 0 0px 0 15px;
}
.wrap-toggle.relative {
    position: absolute;
    top: 31px;
    z-index: 700;
    background: #ffffff;
    margin: 0 -15px 0 -15px;
    overflow: hidden;
	width: 100%;
}
.index-except .wrap-toggle.relative {
    top: 0;
}
.wrap-toggle ul li {
    width: 100%;
	float: none;
	text-align: center;
}
.wrap-toggle ul li span {
    display: block;
    line-height: 40px;
   /* padding-right: 15px;*/
    cursor: pointer;
}
.overlay3 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2000;
    top: 0;
    left:0;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity:0;
    transition: opacity 1s;
}

body {
    transition: background-color .5s;
}
#myCanvasNav {
    
}
#myCanvasNav.btn-close-canvas-show {
    
}
#myCanvasNav.btn-close-canvas-show + .closeOffcanvas {
    left: 250px;
    font-size: 45px;
    text-align: center
}

.offcanvas {
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    background-color: #ececec;
    position: fixed;
    z-index: 3000;
    overflow-x: hidden;
    transition: .5s;
    /*padding-top: 10px;*/
}
.offcanvas a {
    padding: 10px 8px 11px 32px;
    text-decoration: none !important;
    font-size: 14px;
    color: #caaf78;
    display: block;
    transition: .3s;
	white-space: nowrap;
}
.offcanvas a:hover, .offcanvas a:focus {
    color: #f1f1f1;
    background: #191919;
}
.closeOffcanvas {
    position: fixed;
    top: 0;
    left: -50px;
    font-size: 36px !important;
    z-index: 3000;
    transition: all 0.5s;
    background: #fff;
    width: 40px;
    height: 40px;
    display: block;
    padding: 0px 10px;
    line-height: 30px;
}
.closeOffcanvas i {
    font-size: 20px;
	color: #e7c130;
    /*vertical-align: middle;*/
}
#mainContent {
    transition: margin-left .5s;
}
@media screen and (max-height: 500px) {
  .offcanvas {padding-top:15px;}
  .offcanvas a {font-size: 18px;}
}

@media (min-width: 768px) { 
  .wrap-toggle {display: none;}
}

