.nav-expander-sidebar a.nav-expander {
	margin-right: 10px;
	-webkit-border-top-left-radius: 140px;
	-webkit-border-bottom-left-radius: 140px;
	-moz-border-radius-topleft: 140px;
	-moz-border-radius-bottomleft: 140px;
	border-top-left-radius: 140px;
	border-bottom-left-radius: 140px;
}

a.nav-expander {
	margin-right: 2px;
	-webkit-border-top-left-radius: 140px;
	-webkit-border-bottom-left-radius: 140px;
	-moz-border-radius-topleft: 140px;
	-moz-border-radius-bottomleft: 140px;
	border-top-left-radius: 140px;
	border-bottom-left-radius: 140px;
}

a.nav-expander {
	background: none repeat scroll 0 0 #DDDDDD;
	color: #97070b;
	display: block;
	font-size: 15px;
	font-weight: 400;
	height: 40px;
	padding: 1em 1em 2em;
	position: absolute;
	right: 0;
	text-decoration: none;
	text-transform: uppercase;
	top: 45%;
	transition: right 0.3s ease-in-out 0s;
	-webkit-transition: right 0.3s ease-in-out 0s;
	-moz-transition: right 0.3s ease-in-out 0s;
	-o-transition: right 0.3s ease-in-out 0s;
}

a.nav-expander:hover {
	cursor: pointer;
}

a.nav-expander.fixed {
	position: fixed;
	top: 45%;
	z-index: 1000;
}

a.nav-expander span.glyphicon {
	top: -.1em;
}

.nav-expander-sidebar a.nav-expander.fixed {
	right: 17em;
	top: 45%;
}

nav#sidebar-expand {
/* 	background-image: url('../images/sidebar_bckg.gif'); */
	background-color: #DDDDDD;
	background-repeat: no-repeat;
	padding-top: 15px;
	display: block;
	height: 100%;
	overflow: auto;
	position: fixed;
	right: -25em;
	font-size: 11px;
	top: 0;
	width: 25em;
	z-index: 2000;
	transition: right 0.3s ease-in-out 0s;
	-webkit-transition: right 0.3s ease-in-out 0s;
	-moz-transition: right 0.3s ease-in-out 0s;
	-o-transition: right 0.3s ease-in-out 0s;
}

.nav-expander-sidebar nav#sidebar-expand {
	right: 0;
}

body.nav-expander-sidebar {
	margin-left: 0em;
	transition: right 0.4s ease-in-out 0s;
	-webkit-transition: right 0.4s ease-in-out 0s;
	-moz-transition: right 0.4s ease-in-out 0s;
	-o-transition: right 0.4s ease-in-out 0s;
}

#nav-close {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 24px;
	padding-right: 10px;
}

.icon:before {
	font-family: 'FontAwesome';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-transform: none;
	content: '\f105';
}