
/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	float: left;
	position: relative;
	width: 100%;
	z-index: 99;
	height: 100%;
	top: 0
}

.mean-container a.meanmenu-reveal {
	color: #002e5b;
	cursor: pointer;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1px;
	font-weight: 700;
	height: 22px;
	line-height: 22px;
	margin-top: -49px;
	padding: 8px 9px;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 0;
	width: 26px;
	z-index: 1
}

	.mean-container a.meanmenu-reveal span {
		background: #270a93 none repeat scroll 0 0;
		display: block;
		height: 3px;
		margin-top: 3px;
		line-height: 42px;
		margin-bottom: 4px;
	}

.mean-container .mean-nav {
	background: #270a93 none repeat scroll 0 0;
	float: left;
	margin-top: 0px;
	width: 100%;
	position: fixed;
	top: 0
}

	.mean-container .mean-nav ul {
		padding: 0;
		margin: 0;
		width: 100%;
		list-style-type: none;
		height: 100%;
		background: #0a90c6;
		padding-top: 40px
	}

	.mean-container .mean-nav > ul {
		position: fixed
	}

.meanmenu-reveal.meanclose {
	top: 74px !important;
	color: #FFF !important;
	position: fixed !important;
	background: #e39b12;
	border-radius: 100px;
	padding: 0 !important;
	width: 30px !important;
	height: 29px !important;
	line-height: 31px !important;
	right: 17px !important;
}


.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

	.mean-container .mean-nav ul li a {
		border-top: 1px solid rgb(255 255 255 / 18%);
		color: #fff;
		display: block;
		float: left;
		margin: 0;
		padding: 14px 0% 14px 25px;
		text-align: left;
		text-decoration: none;
		
		width: 100%;
		font-family: 'Red Hat Display', sans-serif;
		font-size: 18px;
	}

	.mean-container .mean-nav ul li li a {
		border-top: 1px solid rgba(255, 255, 255, 0.25);
		/* opacity: 0.75; */
		padding: 5px 42px;
		text-shadow: none;
		visibility: visible;
		width: 80%;
		text-transform: capitalize;
		color: #ebebeb;
		border: none
	}

		.mean-container .mean-nav ul li li a:before {
			content: "\f054";
			position: absolute;
			left: 18px;
			top: 9px;
			font-family: 'FontAwesome';
			font-size: 11px;
		}

	.mean-container .mean-nav ul li.mean-last a {
		border-bottom: none;
		margin-bottom: 0;
	}

	.mean-container .mean-nav ul li li li a {
		width: 70%;
		padding: 5px 42px;
		color: #ccc;
	}

	.mean-container .mean-nav ul li li li li a {
		width: 60%;
		padding: 1em 20%;
	}

	.mean-container .mean-nav ul li li li li li a {
		width: 50%;
		padding: 1em 25%;
	}

	.mean-container .mean-nav ul li a:hover {
		background: #252525;
		background: rgba(255,255,255,0.1);
	}

	.mean-container .mean-nav ul li a.mean-expand {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		/* background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0; */
		/* border-color: currentcolor currentcolor rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.4); */
		/* border-image: none; */
		/* border-style: none none solid solid; */
		/* border-width: medium medium 1px 1px; */
		font-weight: 700;
		height: 27px;
		/* margin-top: 1px; */
		padding: 5px 12px;
		position: absolute;
		right: 0;
		text-align: center;
		top: 2px;
		width: 26px;
		z-index: 2;
		border: 0;
		font-size: 26px !important;
	}

		.mean-container .mean-nav ul li a.mean-expand:hover {
			background: #0a90c6;
		}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}


.transparent-header .mean-container a.meanmenu-reveal {
	border: 1px solid #fff;
	color: #fff;
}

	.transparent-header .mean-container a.meanmenu-reveal span {
		background: #fff;
	}

.header-2 .mean-container a.meanmenu-reveal {
	border: 1px solid #fff;
	color: #fff;
}

	.header-2 .mean-container a.meanmenu-reveal span {
		background: #fff;
	}
