/* General styles for all menus */
.cbp-spmenu {background: #fff;	position: fixed;border-right: solid 1px #ddd;}
.cbp-spmenu-vertical {
	width: 250px;
	height: 100%;
	top: 0;
	z-index: 999999;
}
.cbp-spmenu-left {
	left: -250px;
	overflow:auto;
}
.cbp-spmenu-right {
	right: -250px;
	overflow:auto;
}
.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}
.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}
/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* Example media queries */
@media screen and (max-width: 55.1875em){
	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}
	.cbp-spmenu-top {
		top: -110px;
	}
	.cbp-spmenu-bottom {
		bottom: -110px;
	}
}

@media screen and (max-height: 26.375em){
	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}
	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}
	.cbp-spmenu-right {
		right: -190px;
	}
	.cbp-spmenu-push-toright {
		left: 190px;
	}
}
body,
html {
  height: 100%;
}

.main-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  left: 0;
}
.swipe-area {
  position: absolute;
  /*width: 70px;*/
  left: 0;
  top: 0;
  height: 100%;
  background-color: transparent ;
  z-index: 3;
  
}


