/*! #######################################################################

	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;
}

.mean-container a.meanmenu-reveal {
	/* border: 1px solid #fff; */
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	font-weight: 700;
	height: 28px;
	line-height: 18px;
	margin-top: -42px;
	/* padding:2px 9px 8px 9px; */
	position: absolute;
	right: 0;
	text-decoration: none;
	/* top: 20px; */
	width: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 10;
	/* position: relative; */
	/* padding: 6px 0; */
}

.mean-container a.meanmenu-reveal span {
	background: #fff none repeat scroll 0 0;
	display: block;
	height: 2px;
	width: 20px;
	/* margin-top: 4px; */
}

.mean-container a.meanmenu-reveal span:not(:first-child) {

	margin-top: 4px;
}

.sticky .mean-container a.meanmenu-reveal {
    /* border: 1px solid #333; */
    color: #fff;

}

.sticky .mean-container a.meanmenu-reveal span{
    /* border: 1px solid #333; */
    color: #333;
	background: #333 none repeat scroll 0 0;

}
/* .mean-container .mean-nav {
	background: rgba(13, 13, 13, 0.9) none repeat scroll 0 0;
	float: left;
	margin-top: 30px;
	margin-bottom: 0px;
	width: 100%;
} */

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	position: fixed;
	right: 0;
	top: 0;
	background: #0C0C0C;
	color: rgba(255, 255, 255, 0.25);
	width: calc(100% - 101px);
	transform: translate3d(0, 0, 0);
	visibility: visible;
	height: 100%;
	padding: 100px 30px 36px 30px;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	/* border-top: 1px solid #ffffff80; */
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 11px 30px;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
	width: 91.7%;
	font-size: 20px;
	font-weight: 600;
	/* padding-left: 0; */
}

.mean-nav ul{
	counter-reset: ctr;

}
.mean-nav ul a::before {
    display: block;
    content: counter(ctr, decimal-leading-zero) ".";
    counter-increment: ctr;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.25);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.mean-container .mean-nav ul li li a {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	opacity: 0.75;
	padding: 10px 10%;
	text-shadow: none;
	visibility: visible;
	width: 80%;
}

.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: 1em 15%;
}

.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);
	-o-border-image: none;
	border-image: none;
	border-style: none none solid solid;
	border-width: medium medium 1px 1px;
	font-weight: 700;
	height: 27px;
	margin-top: 1px;
	padding: 8px 12px;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0;
	width: 26px;
	z-index: 2;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: #251516;
}

.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;
	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;
}
