/* Reset */

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* General styles for all menus */


.menu {
	background: #2d2c2b;
	position: fixed;
	margin-top: 0;
	list-style: none;
	overflow-y: auto;
	overflow-x: hidden;
	padding-top: 50px;
}

.menu h3 {
	color: #afdefa;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background: #0d77b6;
}


.menu li  {
	color: #FFFFFF;
}


.menu li:last-child {
	margin-bottom: 50px;	
}

.menu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-family: 'robotothin';
	text-decoration: none;
	
}

.menu a:hover {
	background: #407235;
}

.menu a:active {
	background: #407235;
	color: #ffffff;
}

.menu li a.active, .menu li a:focus {
	background: #407235;
}

/* Orientation-dependent styles for the content of the menu */

.menu-vertical {
	width: 241px;
	height: 100%;
	top: 0;
	z-index: 1000;
	-webkit-font-smoothing: subpixel-antialiased;
}

.menu-vertical a {
	padding: 1em;
}




/* Vertical menu that slides from the left or right */

.menu-left {
	left: -281px;
}

.menu-right {
	right: -281px;
}

.menu-left.menu-open {
	left: -1px;
}

.menu-right.menu-open {
	right: -1px;
}

/* Push classes applied to the body */

body.menu-push {
    overflow-x: hidden;
}
.menu-push {
	position: relative;
	left: 0;
}

.menu-push-toright {
	left: 280px;
}

.menu-push-toleft {
	left: -280px;
}

/* Transitions */

.menu,
.menu-push {
	transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
}
