* {
	margin: 0;
	padding: 0;
}

.sidebar-wrapper {
	position: relative;
	height: 100%;
	overflow: auto;
}

#dowebok {
	position: fixed;
	right: -250px;
	top: 0;
	bottom: 0;
	width: 250px;
	background-color: #ad914d;
}

#dowebok .nav {
	margin-top: 50px;
	line-height: 40px;
	list-style-type: none;
}

#dowebok .nav a {
	display: block;
	padding: 0 20px;
	color: #fff;
	text-decoration: none;
}

#dowebok .nav a:hover {
	background-color: #e62828;
}

[data-simplersidebar='active'] {
	box-shadow: -3px 0 3px 0 rgba(0, 0, 0, 0.5);
}

.vice{
    background: #bfa158;
    color: white;
    display: none;
}

.vice ul li a{
	padding: 0 30px !important;
}

.openvice .fa{
	margin: 0 1%;
}

.vice ul li:HOVER{
	background: #c5a964;
}