.side-menu-wrapper { /* style menu wrapper */
	overflow: hidden;
	background: white;
	position: fixed; /* Fixed position */
	top: 0;
	right: -490px; /* Sidebar initial position. "right" for right positioned menu */
	height: 100%;
	z-index: 2;
	transition: 0.2s; /* CSS transition speed */
	width: 420px;
	font-family: helvetica;
	font-size: 22px;
	color: #333333;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.side-menu-wrapper > ul{ /* css ul list style */
    list-style:none;
    padding:0;
    margin:0;
    overflow-y: auto; /* enable scroll for menu items */
    width:500px; /* this width will hide scroll bar */
    height:95%;
}
.side-menu-wrapper > ul > li > a { /* links */
	display: block;
	border-bottom: 0px solid #131313;
	padding: 6px 4px 6px 4px;
	color: #000000;
	transition: 0.3s;
	text-decoration: none;
}
.side-menu-wrapper > ul > li > a:hover { /* links */
	display: block;
	border-bottom: 0px solid #131313;
	padding: 6px 4px 6px 4px;
	color: #FB0062;
	transition: 0.3s;
	text-decoration: none;
}
.side-menu-wrapper > a.menu-close { /* close button */
    padding: 8px 0 4px 23px;
    color: #FB0062;
    display: block;
    margin: -30px 0 -10px -20px;
    font-size: 65px;
    text-decoration: none;
}

.side-menu-overlay { /* overlay */
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(250,250,250,.7);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
}
.slide-menu-open { /* css ul list style */
	font-family: Helvetica, arial, sans-serif;
	color: #FFFFFF;
	font-size: 24px;
	background-color: #FB0062;
	text-decoration: none;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

@media only screen and (max-width:1000px) {
.slide-menu-open { /* css ul list style */
	font-family: Helvetica, arial, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
	background-color: #FB0062;
	text-decoration: none;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

}

@media only screen and (max-width:600px) {

.slide-menu-open { /* css ul list style */
	font-family: Helvetica, arial, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #FB0062;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.side-menu-wrapper { /* style menu wrapper */
	overflow: hidden;
	background: #FFFFFF;
	padding: 20px 0 0 20px;
	position: fixed; /* Fixed position */
	top: 0;
	right: -290px; /* Sidebar initial position. "right" for right positioned menu */
	height: 100%;
	z-index: 2;
	transition: 0.5s; /* CSS transition speed */
	width: 290px;
	font-family: helvetica;
	font-size: 16px;
	color: #333333;
}
.side-menu-wrapper-test { /* style menu wrapper */
	overflow: hidden;
	background: #FFFFFF;
	padding: 20px 0 0 20px;
	position: fixed; /* Fixed position */
	top: 0;
	right: -290px; /* Sidebar initial position. "right" for right positioned menu */
	height: 100%;
	z-index: 2;
	transition: 0.5s; /* CSS transition speed */
	width: 250px;
	font-family: helvetica;
	font-size: 14px;
	color: #333333;
}
.side-menu-wrapper > ul > li > a:hover { /* links */
	display: block;
	border-bottom: 0px solid #131313;
	padding: 6px 4px 6px 4px;
	color: #FB0062;
	transition: 0.3s;
	text-decoration: none;
}
}

	@media only screen and (max-width:450px) {


	.slide-menu-open { /* css ul list style */
	font-family: Helvetica, arial, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	background-color: #FB0062;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}