/* General styles for all menus */
.cbp-spmenu {
	background: #29182f;
	position: fixed;
	border-left: solid 20px #ff2c54;
	z-index: 9999;
}






.iso-menu{
	height: 180px;
	width: 160px;
	background: url('../img/iso-menu.png') center center no-repeat;
	display: inline-block;
}


	.menu-list li a{
		color: #fff;
		font-weight: 300;
	}
	.menu-list li.active a{
		color: #ff2c54;
		font-weight: 900;

	}
		.menu-list li a:hover{
			color: #ff2c54;
			text-decoration: none;
			padding-left: .5em;
		}
.menu-list,.menu-social{
	width: 100%;
	display: inline-block;

}


.menu-social li{
	font-size: 1.5em;
	display: inline-block;
	margin-right: .6em;
}
	.menu-social li a{
		color: #fff;

	}
	.menu-social li a:hover{
		color: #ff2c54;
		
	}




.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}



/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}



.cbp-spmenu-push-toleft {
	left: -30%;
	overflow-y: hidden;

}



.cbp-spmenu-push-toleft .is-fixed #showRightPush{
	right: 28.5%;
}


/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

/* Example media queries */


@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	
}