/* General styles for all menus */
.cbp-spmenu {
	background: #1d1d1d;
	position: fixed;
}

.cbp-spmenu h3 {
	color: #fff;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background: #0d77b6;
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
}

.cbp-spmenu a:hover {
	background: #1d1d1d;
}

.cbp-spmenu a:active {
	background: #1d1d1d;
	color: #fff;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 9000;
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #fff;
	padding: 1em;
}


/* Vertical menu that slides from the left or right */
.cbp-spmenu-right {
	right: -240px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
	padding-left:30px;
	padding-top:35px;
}

/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}




#cbp-spmenu-s2 ul {
	position: relative;
	line-height: 1.4
}
#cbp-spmenu-s2 ul li a {
	position: relative;
	color: rgba(255,255,255,0.6);
	padding: 9px 0;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	font-size: 12px !important;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
#cbp-spmenu-s2 ul li a:hover, #main-nav ul li a.selected {
	color: rgba(255,255,255,1);
}


#cbp-spmenu-s2 ul#options li a:before {
    position: absolute;
    top: 11px;
    left: -26px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 13px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    content: "\f105";
    font-family: FontAwesome;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: .5s left, .5s opacity;
    -moz-transition: .5s left, .5s opacity;
    -o-transition: .5s left, .5s opacity;
    transition: .5s left, .5s opacity;
    -moz-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
#cbp-spmenu-s2 ul li ul {
	padding-top: 6px;
}
#cbp-spmenu-s2 ul li ul li a {
	font-size: 13px;
	border: 0;
	padding: 3px 0;
	padding-left: 15px;
}
#cbp-spmenu-s2 ul li ul li:last-child a {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-bottom: 8px
}


@media screen and (max-height: 26.375em){
	
	.cbp-spmenu-right {
		right: -250px;
	}
}
	