/* General styles for all menus */
@charset "utf-8";
@import url("../webfonts/poiretone_regular/stylesheet.css");
@import url("../webfonts/poiretone_regular/stylesheet.css");
@import url("../webfonts/poiretone_regular/stylesheet.css");





@font-face {
	font-family: "poiretone regular";
	src: url(../images/PoiretOne-Regular.ttf) format("truetype")
}
.cbp-spmenu {
	background:#9b1915; 
	position: fixed;
}

.cbp-spmenu h3 {
	color: #e2c78e;
	font-size: 1.9em;
	font-family: "poiretone regular";
	text-align: center;
	padding: 10px;
	margin: 0;
	font-weight: bold;
	background: #9b1915;
}

.cbp-spmenu a {
	color: #e2c78e;
	display: block;
	padding: 0 10px 0 5px;
	background: #9b1915;
	font-family: "poiretone regular";
	-webkit-transition: color 0.7s;
	background-image: url(../images/navframe.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
} 
.navul ul {
	display:none;
}
.navul li:hover ul{
	display:block;
}


.cbp-spmenu .sub-arrow:after{
	content:'\203A';
	float:right;
	margin-right:5px;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
}
.cbp-spmenu li:hover .sub-arrow:after{
	content:'\2039';
}

.cbp-spmenu a:hover {
	color: #2b8a78; 
	background-image:url(../images/navframeh.png);
	background-repeat:no-repeat;
}
.cbp-spmenu a:active {
	color: #2b8a78; 
	background-image:url(../images/navframeh.png);
	background-repeat:no-repeat;
}


.navgal a, .navabout a, .navlink a{
	color: #9b1915;
	display: block;
	background: #e2c78e;
	font-family: "poiretone regular";
	-webkit-transition: color 0.7s;
	background-image: url(../images/navframeh.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	font-size: 0.75em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.navgal a:hover, .navabout a:hover, .navlink a:hover{
	color: #e2c78e;
	background-image: url(../images/navframe.png);
	background-repeat: no-repeat;
	text-shadow: 0px 0px 3px #e2c78e;
	font-weight: bold;
	font-family: "poiretone regular";
}


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

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

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

.cbp-spmenu-vertical .navgal a {
	border-bottom: 1px dotted #9b1915;
}
/* Vertical menu that slides from the left or right */

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

.cbp-spmenu-left.cbp-spmenu-open {
	left: 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)

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

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

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