.mobile_collapse {
	height: 0;
	overflow: hidden;
}

.navbar-toggle {
	margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    float: none;
    padding: 0;
	display: block;
}

#nav-icon0 {
	  margin: 0;
	  width: 44px;
	  position: relative;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .5s ease-in-out;
	  -moz-transition: .5s ease-in-out;
	  -o-transition: .5s ease-in-out;
	  transition: .5s ease-in-out;
	  cursor: pointer;
	  height: 22px;
}

#nav-icon0 span {
	  display: block;
	  position: absolute;
	  height: 2px;
	  width: 22px;
	  background: #fdf5f5;
	  opacity: 1;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
}
	
#nav-icon0.open span {background: #73777c;}
#nav-icon0 span:nth-child(even) { left: 50%; border-radius: 0 9px 9px 0; }
#nav-icon0 span:nth-child(odd) { left:0px; border-radius: 9px 0 0 9px; }
#nav-icon0 span:nth-child(1), #nav-icon0 span:nth-child(2) { top: 0px; }
#nav-icon0 span:nth-child(3), #nav-icon0 span:nth-child(4) { top: 10px; }
#nav-icon0 span:nth-child(5), #nav-icon0 span:nth-child(6) { top: 20px; }
#nav-icon0.open span:nth-child(1),#nav-icon0.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon0.open span:nth-child(2),#nav-icon0.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon0.open span:nth-child(1) { left: 0px; top: 9px; }
#nav-icon0.open span:nth-child(2) { left: calc(50% - 5px); top: 9px; }
#nav-icon0.open span:nth-child(3) { left: -50%; opacity: 0; }
#nav-icon0.open span:nth-child(4) { left: 100%; opacity: 0; }
#nav-icon0.open span:nth-child(5) { left: 0px; top: 19px; }
#nav-icon0.open span:nth-child(6) { left: calc(50% - 5px); top: 19px; }	

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1.3;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: var(--new-default-font);
  font-size: 16px;
  font-weight: 600;
}
#cssmenu {
  color: #ffffff;
  background: #000;
  padding-top: 40px;
  overflow: scroll;
  height: 100vh;
}
#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px 25px 10px;
  cursor: pointer;
  z-index: 2;
  text-decoration: none;
  background: #000;
  color: #fff;
  text-transform: uppercase;
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
  color: #fff;
  background: #862B14;
}

.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 8px;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 10px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 10px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
} 
#cssmenu ul ul li a {
  cursor: pointer;
  padding: 17px 25px 10px;
  z-index: 1;
  text-decoration: none;
  color: #fff;
  background: #25252A;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #1D1D20;
  border-color: #fff;
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
} 
#cssmenu ul ul ul li a {
  padding-left: 30px;
}

#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 20px;
  z-index: 10;
  top: 21.5px;
  border-top: 2px solid #777;
  border-left: 2px solid #777;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #777;
}

.mobile_menu_wrapper {
	position: absolute;
	width: 100%;
}

.mobile_collapse.in {
    min-height: 100vh;
}

.mobile_collapse {
	padding: 0;
	width: 80%;
	background-color: #000;
    padding: 0;
    position: fixed;
    top: 0;
}

.close-toggle {
	position: absolute;
    right: 0;
    color: #fff;
    z-index: 900;
    padding: 5px 15px 0;
    background: rgba(0,0,0,.2);
}


@media (max-width: 1024px) {
	#nav-menu {
		background-color: #000;
		padding-top: 11px;
	}
	
	.site-header .container > .mobile.col-sm-10 {
		padding-top: 0;
	}
}