/* ©Copyright The Coffee Cup Agency | All Rights Reserved */
/**************************************************     Menu     **************************************************/

#openmenu {
	margin-top: 27px;
	margin-right: 30px;
	cursor: pointer;
	z-index: 2;
	right: 0;
	position: absolute;
	right: 0;
	text-align: right;
}
#closemenu {
	display: none;
	width: 30px;
	height: 30px;
	display: none;
	position: fixed;
	margin-top: 30px;
	margin-right: 30px;
	cursor: pointer;
	z-index: 101;
	right: 0;
}
.ma{
	color: #fff;
	font-size: 25px;
	margin:0 15px;
}
#nav-home-page {
	display: none;
	border-left: 1px solid #444;
	position: fixed;
	overflow: auto;
	padding-top: 70px;
	width: 400px;
	height: 100%;
	right: 0;
	top: 0;
	background-color: #000;
	z-index: 100;
}
#nav-home-page > ul > li{
	display: block;
	padding: 15px 5px;
}
#nav-home-page > ul > li > a{
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
	font-size: 19px;
	padding: 15px 10px;
}
#nav-home-page > ul > li > a > span{
	width: 35px;
	color: #2CA1DB;
}
#nav-home-page > ul > li > a:hover{
	color: #2CA1DB;
}
.bottom-space{
	margin-bottom: 100px;
}


/* JavaScript */
#nav-home-page.shownav {
  display: block;
}
#closemenu.display {
  display: block;
}