/* ADMIN */
#admin_menu{
	height:100vh;
	width:100px;
	background-color:#333;
	margin:0px 0 0px 0;
	padding:5px 0 5px 0;
	color:#FFF;
	position:fixed;
	top:0;
	left:0;
	z-index:5000;
	font-size:12px;
	line-height:1.2em!important;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}

#admin_menu div{text-align:center;}

#admin_menu a{
	color:#FFF;
}

.admin-news{

background:url(/images/icon/admin-news.png) no-repeat 0 0;
padding:0x;
margin:0 0 0 6px;
height:48px;
width:100%;
}

.admin-events{

background:url(/images/icon/admin-events.png) no-repeat 0 0;
padding:0 14px 0 52px;
margin:0 0 0 6px;
height:48px;
}

.admin-meetings{

background:url(/images/icon/admin-meetings.png) no-repeat 0 0;
padding:0 14px 0 52px;
margin:0 0 0 6px;
height:48px;
}

.admin-pages{
float:left;
background:url(/images/icon/admin-pages.png) no-repeat top center;
width:100%;
padding-top:50px;
}

.admin-website{

background:url(/images/icon/admin-website.png) no-repeat 0 0;
padding:0 14px 0 52px;
height:48px;
width:100%;
}

.admin-shop-categories{

background:url(/images/icon/admin-shop-categories.png) no-repeat 0 0;
padding:0 14px 0 52px;
height:48px;
}

.admin-staff{

background:url(/images/icon/admin-staff.png) no-repeat 0 0;
padding:0 14px 0 52px;
height:48px;
}

.admin-shop-products{

background:url(/images/icon/admin-shop-products.png) no-repeat 0 0;
padding:0 14px 0 52px;
height:48px;
}

.admin-user{
background:url(/images/icon/admin-user.png) no-repeat top center;
width:100%;
padding-top:50px;
}

.admin-menu-title{
	font-weight:bold;
	font-size:1.4em;
	margin:4px 0 2px 0;
	padding:0;
	width:100%;
}

/* END ADMIN */