
div.nav-expander {
 background: none repeat scroll 0 0 #eee;
  color: #0764a4;
  display: block;
  font-size: 12px;
  font-weight: 400;
  height: 49px;
  margin-right: 0;
 padding: 2px;
 position: absolute;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  top: 0px;
  transition: right 0.3s ease-in-out 0s;
  width: 50px;
  z-index: 12;
  text-align: center;
  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;
   border-left: 1px solid #c8c8c8; 
  cursor: pointer;  
}
 
div.nav-expander:hover {
  cursor: pointer;
}
 
.nav-expanded div.nav-expander.fixed {
   right: 84%;
}
.fa-lg.white{
	font-size:2.5em;
	line-height: 1em;
}
nav {
  background: #2d2f33;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -84%;
font-size: 15px;
top: 0;
width: 84%;
  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-expanded nav {
  right: 0;
}

body.nav-expanded {
  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;
}

.main-menu {
  padding-top: 0px;
}
 
.main-menu li {
	border-bottom: 1px solid #262626;
	margin-left: 0px;
	font-size: 18px;
	padding: 11px;
}
.main-menu li.divider{
    font-size: 0.7em;
    color: #a3a3a3;
    padding: 0.6em 1em;
    border-bottom: 1px solid #3f3f3f;
    background: #222;
	}
.main-menu li i{
	padding-right: 0.4em;
}
 
.main-menu li a {
  color: #FFF;
  text-decoration: none;  
}
 
.main-menu li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
 
.main-menu li .sub-nav {
  border-bottom: 0px;
  padding: 4px;
}
 
.main-menu a .caret {
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: top;
	border-top: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
    margin-top: 8px;
}
 
.main-menu a:hover .caret {
	border-top-color: #4f5963;
}
 
.main-menu li.open > a > .caret {
	border-top: none;
	border-bottom: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
 
.main-menu li.open > a:hover > .caret {
	border-bottom-color: #4f5963;
}
 
.icon:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: '\f105';
}
 
.main-menu li > a > span.icon {
  float: right;
  margin: 0.1em 1.7em -0.1em 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
 
}
 
.main-menu li > a:hover > span.icon {
  float: right;
  margin: 0.1em 0.8em -0.1em 0;
  opacity: 1;
}