/* General styles for all menus */
.cbp-spmenu {
	background: #fff;
	position: fixed;
	overflow-y: auto;
}

.cbp-spmenu img{
	width: 168px;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #bc121a;
}

.cbp-spmenu a {
	display: block;
	width: 168px;
	margin: 0 auto;
	font-family: 'Microsoft JhengHei', 'Lato', Calibri, Arial, sans-serif;
	text-decoration: none;
	color: #314c50;
	font-size: 1em;
	font-weight: 700;
}

.cbp-spmenu i{
	display: inline-block;
	width: 20px;
	text-align: center;
}

.cbp-spmenu a:hover {
	color: #fff;
	background: #f5949c;
}

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



.menu-navicon { 
	display: block;
	border: none;
	background: none;
	color: #bc121a;
	width: 100%;
	cursor: pointer;
	margin: 10px 0;
	font-size: 1.5em;
	text-align: right;
}

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

.cbp-spmenu-vertical {
	width: 240px;
	border-left: 14px solid #bc121a;
	height: 100%;
	top: 0;
	z-index: 1001;
	-moz-box-shadow:4px 4px 8px 4px rgba(20%,20%,40%,0.5);
	-webkit-box-shadow:4px 4px 8px 4px rgba(20%,20%,40%,0.5);
	box-shadow:4px 4px 8px 4px rgba(20%,20%,40%,0.5);
}

.cbp-spmenu-vertical > a {
	border-bottom: 1px dotted #bc121a;
	padding: 0.5em 0.5em;
}

.submenu { width: 168px; margin: 0 auto; border-bottom: 1px dotted #bc121a; }
.submenu >  a { color: #314c50; font-size: 0.9em; font-weight: normal; padding: 0.2em 0 0.2em 1em; }
.thirdmenu { width: 168px; margin: 0 auto 10px auto; }
.thirdmenu >  a { color: #898989; font-size: 0.8em; font-weight: normal; padding: 0.2em 0 0.2em 1.8em; }


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


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

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

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


/* Newsletter */
.newsletter{
	display: block;
	width: 168px;
	margin: 2em auto;
	color: #5a5a5a;
	font-size: 0.8em;
	line-height: 1.5em;
}
.newsletter span{ font-size: 110%; font-weight: 700; }

.newsletterform { display: inline-block; width: 120px; font-family: 'Microsoft JhengHei', 'Lato', Calibri, Arial, sans-serif; border: solid 1px #cdcdcd; border-top-left-radius: 4px; border-bottom-left-radius: 4px; font-size: 0.8em; color: #959595; background: #fff; padding: 5px 5px 5px 5px; margin-top: 0.5em; }
a.newsletterbutton {
	display: inline-block;
	width: 50px;
	padding: 5px 10px 4px 10px;
	margin: 0.5em 0 0 -0.5em;
	text-align: center;
	font-size: 0.8em;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	cursor: pointer;
	color: #ffffff;
	background: #959595;
}
a.newsletterbutton:hover  {
	color: #ffffff;
	background: #e5015a;
	border: 0;
}


/* 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 {
		font-size: 75%;
		height: 110px;
	}

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

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

}

@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;
	}

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