@charset "UTF-8";
/* CSS Document */
/* PUSH MENU */
/* General styles for all menus */
.cbp-spmenu {
	background:#8c1e30; 
	position: fixed;
	overflow-y:scroll;
	overflow-x:hidden;
	z-index:9999;
	opacity:1;
}
.cbp-spmenu ul		{border:none; list-style:none; margin:0; padding:0; 	border-top: 1px solid #ae2939;}
.cbp-spmenu ul ul 	{border-top:0;}
.cbp-spmenu li		{border:none; list-style:none; margin:0;}
.cbp-spmenu li a	{line-height:24px; height:auto; padding:4px 10px; letter-spacing:0;}
.cbp-spmenu li li	{text-indent:15px;}

.cbp-spmenu li.menu-item-16 ul, .cbp-spmenu li.menu-item-188 ul {display:none;}


.cbp-spmenu h3 {
	color: #ffffff;
	font-size: 36px;
	padding: 10px 20px;
	margin: 0;
	font-weight: 300;
	line-height:44px;
	height:70px; 
	border-bottom: 1px solid #ae2939;
	text-transform:none;
	}

.cbp-spmenu a, .cbp-spmenu a:visited {
	display: block;
	color: #ffffff;
	background:none; 
}

.cbp-spmenu a:hover {
	background-color:#540d19;
	text-decoration:none;
	color:#fe4a51;
}

.cbp-spmenu a:active {
	background: #fe4a51;
	color: #ffffff;
}
.push-profile {padding:10px; margin:25px 15px;background-color:#540d19; border-radius:4px; color:#ccc;}
.push-profile a {display:inline-block; padding:0;}
.push-profile button {background:none; border:0; color:#ffffff;}

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

.cbp-spmenu-vertical {
	width: 270px;
	height: 100%;
	top: 0;
	z-index: 9000;
	margin-bottom:50px;
}
.cbp-spmenu-vertical ul#menu-main-menu-1 > li:last-child {	margin-bottom:50px;}
.cbp-spmenu-vertical li a {
	border-bottom: 1px solid #ae2939;
	padding: 8px 25px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:400;
}

.cbp-spmenu-vertical li li a, .cbp-spmenu-vertical li li a:visited {
	border-bottom: 1px solid #ae2939;
	padding: 2px 25px;
	text-transform:none;
	font-weight:300;
	letter-spacing:0;
	color:#ccc;
}
.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -340px;
}

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

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

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

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

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

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

/* Push classes applied to the body */

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

.cbp-spmenu-push-toright {
	left: 240px;
}

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

/* Transitions */

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

/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

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

	.cbp-spmenu-vertical {
		width: 270px;
	}

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

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

	.cbp-spmenu-push-toright {
		left: 270px;
	}
}


