
.st-content {
	overflow-y:auto;
	
}

.st-content,
.st-content-inner {
	position: relative;
    height: 100vh;
}

.st-container {
	position: relative;
	overflow: hidden;
	
}

.st-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	
}

.st-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 300px;
	
	background: #4A4E4F;
	-webkit-transition:  0.5s;
	transition:  0.5s;
	max-height: 100vh;
	min-height: 100vh;
	height: auto;
    position: fixed;
	overflow-y: auto;
	
}

.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */

.st-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.st-menu h2 {
	margin: 0;
	padding: 1em;
	color: rgba(0,0,0,0.4);
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: 300;
	font-size: 2em;
}


.st-menu ul .hide-me a{
	display: none;
	
				
}
.hide-me-big{
		display: none !important;	

	
	
	}
@media only screen and (max-width : 810px) {
.hide-me-big{	
		display: block !important;	
} 
}
.st-menu ul .hide-me-big.first{
	border-top: #808285 1px solid;
	-webkit-box-shadow: inset 0px 10px 5px -8px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 10px 5px -8px rgba(0,0,0,0.25);
	box-shadow: inset 0px 10px 5px -8px rgba(0,0,0,0.25);

}

.st-menu ul .last{
	border-bottom: #808285 1px solid;
	-webkit-box-shadow: inset 0px -2px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px -2px 5px 0px rgba(0,0,0,0.25);
	box-shadow: inset 0px -2px 5px 0px rgba(0,0,0,0.25);
}
.st-menu ul .last::after{
	margin-bottom: 4px;
	border-bottom: #808285 1px solid;	
}
.st-menu ul .hide-me:nth-of-type(2){
	margin-bottom: 4px !important;
}
@media screen and (max-width: 810px) {
.end-small-menu{
	padding-bottom: 20px;
	border-bottom: #808285 1px solid;
	
}
}

@media screen and (max-width: 810px) {
.st-menu ul .hide-me:first-of-type{
		margin-top: 30px;
		
	}
.st-menu ul .hide-me:nth-of-type(2) {
		margin-bottom: 10px;	
	}
.st-menu ul .hide-me a{
	display: block;
	box-shadow: none !important;
    border: none;
    font-size: 12px !important;
    padding: 0 1em!important;
  
    padding-left: 40px!important;
	
    padding: 1em 1em 1em 1em;
    outline: 0;
   
    color: #fff;
  
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 100;
    -webkit-transition: background .3s,box-shadow .3s;
    transition: background .3s,box-shadow .3s;
    border: 2px solid rgba(178,210,53,0);
		
		
}
}
*::-ms-backdrop, .icon.icon-stack {
    height: 90px;
}
.dropdown-menu li a {
	display: block  !important;	
	padding-left: 60px !important;	
	box-shadow:  0 0 50px 1px rgba(0,0,0,0)!important;
	font-size: 14px !important;	
	 border: 2px solid rgba(178, 210, 53, 0);
}
.menu-top{
border-top: 1px inset rgba(0,0,0,.2);
}
.dropdown-menu{
	position: relative !important;
	transform: none  !important;
	background-color: transparent !important;
	
}
.st-menu ul li a:hover, .st-menu ul li a:focus {
	background-color: rgba(0,0,0,0.2);
	
	color: #fff;
}
/* Effect 8: 3D rotate out */

.st-effect-8.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}

.st-effect-8 .st-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-8.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}
*::-ms-backdrop, .st-pusher{
	-webkit-transform: none;
	transform: none;
	left: 0px;
	-webkit-transition:  0.5s;
	transition:  0.5s;
}


*::-ms-backdrop,.st-effect-8.st-menu-open .st-pusher{
	-webkit-transform: none;
	transform:none;
	left: 300px;
	-webkit-transition:  0.5s;
	transition:  0.5s;
}


*::-ms-backdrop,  .navbar-toggler{
left: 0px;
	-webkit-transition:  0.5s;
	transition:  0.5s;
}
*::-ms-backdrop, .st-menu-open .navbar-toggler{
left: 300px;
	-webkit-transition:  0.5s;
	transition:  0.5s;
}
.st-effect-8.st-menu {
-webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
	transform: translate3d(-100%, 0, 0) rotateY(90deg);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
 *::-ms-backdrop,.st-effect-8.st-menu{
		-webkit-transform: none;
	     transform: none;
		-webkit-transition:  0.5s;
		transition:  0.5s;
	     left: -300px;
	
}
.st-effect-8.st-menu-open .st-effect-8.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
	transform: translate3d(-100%, 0, 0) rotateY(0deg);
	
}

*::-ms-backdrop,.st-effect-8.st-menu-open .st-effect-8.st-menu {
	
	 visibility: visible;
	-webkit-transition:  0.5s;
	transition:  0.5s;
	
	-webkit-transform:none;
	transform: none;
	overflow-x: hidden; 
		overflow-y: auto; 
	 left: 0px;
}



	:-ms-lang(x), _:-webkit-full-screen,.st-effect-8.st-menu-open .st-effect-8.st-menu {	 
		overflow-x: hidden; 
		overflow-y: auto; 
		 }




@media screen and (max-width: 810px) {
.st-effect-8.st-menu-open .st-effect-8.st-menu {
	padding-bottom: 50px;
	
	}
	
}

.st-effect-8.st-menu::after {
	display: none;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 6px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  
  width: 40px;	
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 24px;
  height: 24px;
 
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }


/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }



