	menu{
	margin: 0;
	padding: 0;
}

.cbp-spmenu {
	/* background:#FD4B4B; */
	position: fixed;
}

.menuwrapper{
	width: 100%;
	height: 50vh;
	margin-top: 70px;
	padding: 30px;
}

ul{
	list-style-type: none;
}

/* .cbp-spmenu:hover {
	cursor: url(../css/cursor_hover.png), auto;
} */

.menuwrapper a {
	display: block;
	position: relative;
	font-size: 2em;
	font-style: normal;
	text-decoration: none;
	line-height: 1.6em;
}

.cbp-spmenu a:hover {
	right: 0px;
}

.cbp-spmenu-vertical {
	width: 320px;
	height: 100%;
	top: 0;
	z-index: 3000;
}

#showRightPush{
	width: 320px;
	height: 33px;
	top: 10px;
	right: 0px;
	z-index: 3000;
	position: fixed;
}


/* Vertical menu that slides from right */

.cbp-spmenu-right {
	right: -320px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}


/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 320px;
}

.cbp-spmenu-push-toleft {
	left: -320px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.info-menu{
    font-weight: 500;
    font-size: 11px;
    line-height: 17px;
}

.info-menu a{
	color: #FD4B4B;
	text-decoration: underline;
}

.infowrapper{
	width: 80%;
	height: auto;
	position: absolute;
	bottom: 20px;
	margin-left: 30px;
}

.infowrapper:hover{
	opacity: 1;
}

#cbp-spmenu-s2-mobile{
	display: none;
}

#cbp-spmenu-s2{
	display: block;
}

@media (max-width: 320px) {
.menuwrapper a {
	display: block;
	position: relative;
	font-size: 1.8em;
	font-style: normal;
	text-decoration: none;
	line-height: 1.4em;
}
	
}

p.info-menu {
	margin-bottom: 0.7em;
}

@media (min-width: 321px) and (max-width: 375px)
{
	
	#cbp-spmenu-s2-mobile{
		display: block;
	}
	
	#cbp-spmenu-s2{
		display: none;
	}
	
	
	menu{
		margin: 0;
		padding: 0;
	}
	
	.cbp-spmenu {
		/* background:#FD4B4B; */
		position: fixed;
	}
	
	.menuwrapper{
		width: 100%;
		height: 50vh;
		margin-top: 70px;
		padding: 30px;
	}
	
	ul{
		list-style-type: none;
	}

	
	.menuwrapper a {
		display: block;
		position: relative;
		font-size: 2em;
		font-style: normal;
		text-decoration: none;
		line-height: 1.6em;
	}
	
	.cbp-spmenu a:hover {
		right: 0px;
	}
	
	.cbp-spmenu-vertical {
		width: 100vw;
		height: 100%;
		top: 0;
		z-index: 3000;
	}
	
	#showRightPush{
		width: 320px;
		height: 33px;
		top: 10px;
		right: 0px;
		z-index: 3000;
		position: fixed;
	}
	
	
	/* Vertical menu that slides from right */
	
	.cbp-spmenu-right {
		right: -100vw;
	}
	
	.cbp-spmenu-right.cbp-spmenu-open {
		right: 0px;
	}
	
	
	/* Push classes applied to the body */
	
	.cbp-spmenu-push {
		overflow-x: hidden;
		position: relative;
		left: 0;
	}
	
	.cbp-spmenu-push-toright {
		left: 100vw;
	}
	
	.cbp-spmenu-push-toleft {
		left: -100vw;
	}
	
	/* Transitions */
	
	.cbp-spmenu,
	.cbp-spmenu-push {
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	
	.info-menu{
		font-weight: 700;
		font-size: 11px;
		line-height: 14px;
	}
	
	.info-menu a{
		color: #FD4B4B;
		text-decoration: underline;
	}
	
	.infowrapper{
		width: 80%;
		height: auto;
		position: absolute;
		bottom: 20px;
		margin-left: 30px;
	}
	
	.infowrapper:hover{
		opacity: 1;
	}
	
	#cbp-spmenu-s2-mobile{
		display: none;
	}
	
	#cbp-spmenu-s2{
		display: block;
	}
	
	

}