
/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

@media only screen and ( max-width : 768px ) {
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  #header .mask {
    background: rgba(22,34,42,.4);
    top: 60px;
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100vh;
    opacity: 1;
    display: none;
  }
}

/* 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{
  width: 100%;
  position: fixed;
  background: none;
  min-height: 60px;
  z-index: 999998;
  top: 0;
  left: 0;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	width: 100%;
	position: fixed;
	background: none;
	padding: 4px 0;
	min-height: 60px;
	z-index: 98;
	top: 0;
	left: 0;
}
.meanmenu-reveal-btn {
  position: absolute;
  display: block;
  z-index: 99999;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
}
.meanmenu-reveal {
  width: 36px;
  height: 36px;
  margin: 10px;
  display: block !important;
  position: relative;
  background-color: #3C1C13;
  border-radius: 5px;
}
.meanmenu-reveal:after {
  position: absolute;
  bottom: -20px;
  color: #ACAC9D;
  font-size: 10px;
  width: 60px;
  left: -17px;
  text-align: center;
  display: block;
  font-family:serif;
}
.meanmenu-reveal span {
  position: absolute;
  left: 5px;
  width: 26px;
  height: 2px;
  border-radius: 4px;
}
.meanmenu-reveal span:nth-of-type(1) {
  top: 8px;
  background: #ACAC9D;
}
.meanmenu-reveal span:nth-of-type(2) {
  top: 17px;
  background: #ACAC9D;
}
.meanmenu-reveal span:nth-of-type(3) {
  bottom: 8px;
  background: #ACAC9D;
}

/* menu-trigger animation */
.meanclose span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.meanclose span:nth-of-type(2) {
  opacity: 0;
}
.meanclose span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

.mean-container .mean-nav {
	width: 100%;
	margin-top: 60px;
	max-height: 100vh;
	overflow-y: auto;
}
.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: relative;
	z-index: 99;
	max-height: 100vh;
	max-height: calc(100vh - 60px);
    background: #000;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.mean-container .mean-nav ul ul {
	padding-bottom: 0;
	margin-bottom: 0;
}
.mean-container .mean-nav ul li {
	position: relative;
    width: 100%;
	box-sizing: border-box;
}
.mean-container .mean-nav ul li a,.mean-container .mean-nav ul li span.pre{
	display: block;
	width: 100%;
	padding: 0.7em;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255,255,255,0.6);
	text-decoration: none;
	text-transform: uppercase;
  box-sizing: border-box;
}
.mean-container .mean-nav ul li li a{
	width: 100%;
	padding: 0.7em 0.7em 0.7em 2em;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	text-shadow: none !important;
	visibility: visible;
	background: #000;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.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 {
  margin-top: 1px;
  padding: 0.7em !important;
  width: 60px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  z-index: 2;
  background: rgba(255,255,255,0.1);
  border: none !important;
  border-left: 1px solid rgba(255,255,255,0.4) !important;
  border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0,0,0,0.9);
}
.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;
}

