#resp_menu{
	width:280px;
	height:100%;
	position:fixed;
	right:-294px;
	top:0;
	overflow-y:scroll;
	overflow-x:hidden;
	z-index:999999;
	background-color:#FFFFFF;
	box-sizing:border-box;
	padding:10px;
	padding-right: 0px;
	box-shadow:0 0 21px 5px #000;
	display:none;
	
	-o-transition-property:right, left;
	-o-transition-duration:0.3s;
	-o-transition-timing-function:ease;
	-ms-transition-property:right, left;
	-ms-transition-duration:0.3s;
	-ms-transition-timing-function:ease;
	-moz-transition-property:right, left;
	-moz-transition-duration:0.3s;
	-moz-transition-timing-function:ease;
	-webkit-transition-property:right, left;
	-webkit-transition-duration:0.3s;
	-webkit-transition-timing-function:ease;
	transition-property:right, left;
	transition-duration:0.3s;
	transition-timing-function:ease;
	-webkit-transform: translateZ(0);
}

#resp-menu-icon{
	display:none;
	width:50px;
	height:50px;
	background:url(../images/menu-small.png) no-repeat center;
	cursor:pointer;
	float:right;
	margin:6px;
	box-shadow:0px 0px 8px #000;
	border-radius:5px;
}
#resp_menu ul{margin-bottom:0;}

#resp_menu img{
	width:100%;
}
#resp_menu .sub-menu{
	display:none;
	padding-left:15px;
	box-sizing:border-box;
	margin-bottom:10px;
	padding-top:5px;
}
#resp_menu.resp_menu_open_push{
	right:0;
}
#resp_menu ul{
	display:block;
	float:left;
	width:100%;
	padding:0;
}
#resp_menu ul li{
	display: block;
	width:100%;
}
#resp_menu ul li a{
	display:block;
	float:left;
	width:100%;
	box-sizing:border-box;
	padding:20px 15px;
	color:#555;
	font-weight:bold;
	border-bottom: none;
}
#resp-menu > li.menu-item-has-children > a{
	background: #b6cee6 url('../images/menu_arrow_down.png');
	cursor: pointer;
	background-position: 220px center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
}

.resp-arrow{
	text-align:center;
}

#grey-background{
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:1000;
	background-color:rgba(0,0,0,0.8);
	cursor:pointer;
}
.mainmenu-small{
	position:absolute;
	float:left;
	right:0;
	background-color:#F1F1F1;
	top:100%;
	width:100%;
	display:none;
	border-bottom:1px solid #CCC;
	z-index:9999;
}
#resp_menu img.close-menu{
	width:65px;
	cursor:pointer;
	margin:15px auto;
	height:auto;
}

@media screen and (max-width:768px){
	#resp-menu-icon{
		display:block;
	}
	#menu-main-menu{
		display:none;
	}
}
