.wrap-toggle {
   top: 0;
   z-index: 1500;
   background: #eeeeee;
   padding: 0 0px 0 15px;
}
.wrap-toggle.relative {
    position: relative;
    top: 0;
    z-index: 1500;
    background: #eeeeee;
    /*margin: 0 -15px 0 -15px;
    overflow: hidden;*/
}
.wrap-toggle > ul > li:first-child {
		width: 12%;	
}
.wrap-toggle > ul > li {
    width: 88%;
		float: left;
}
.wrap-toggle ul li span:not(.caret) {
    display: block;
    line-height: 40px;
    padding-right: 15px;
    cursor: pointer;
}
.wrap-toggle ul li span a {
		text-decoration: none;
		display: inline-block;
		padding: 0 10px 0 0px;
		color: #777777;
}
.wrap-toggle ul li span a:hover {
		color: #333333;	
}
.wrap-toggle ul.no-sign li {
    position: relative;    
}
.wrap-toggle ul.no-sign li a {
    color: #1f1f1f;
    padding: 2px 8px;
    border-radius: 7px;
}
.wrap-toggle ul.no-sign li a:hover {
    background: none;
    color: #02a97f;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2) inset; 
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2) inset; 
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2) inset;
}
.wrap-toggle ul.no-sign li:first-child:after {    
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    bottom: auto;
    display: block;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    background: #c9c9c9;
}
.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 {
    display: flex;
	margin-top: 6px;
    left: 260px;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #ffffff;
    background: none;
    align-items: center;
    justify-content: center;
}

.offcanvas-mobile {
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    background-color: #fff;
    position: fixed;
    z-index: 3000;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 0px;
}
.offcanvas-mobile a {
    padding: 10px 8px 11px 32px;
    text-decoration: none !important;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: .3s
}
.offcanvas-mobile a:hover, .offcanvas-mobile a:focus {
    color: #f1f1f1;
}
.closeOffcanvas {
    position: fixed;
    border: 2px solid #ffffff;
    top: 17px;
    left: -50px;
    font-size: 36px !important;
    z-index: 3000;
    transition: all 0.5s;
    background: #fff;
    color: #ffffff;
    width: 38px;
    height: 35px;
    display: block;
    padding: 0px 10px;
    line-height: 30px;
}
body.down .closeOffcanvas {top: 5px;}
.closeOffcanvas:hover,
.closeOffcanvas:focus {
		color: #BB1213;
}
.closeOffcanvas i {
    font-size: 15px;
}
.closeOffcanvas span {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    -webkit-mask: url(../images/close.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask: url(../images/close.svg) no-repeat center;
    mask-size: contain;
}
#mainContent {
    transition: margin-left .5s;
}
@media screen and (max-height: 500px) {
  .offcanvas-mobile {padding-top:15px;}
  .offcanvas-mobile a {font-size: 18px;}
}

@media (min-width: 576px) { 
  
}

@media (min-width: 768px) { 
  .wrap-toggle {display: none;}
}

