*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
.st-container,
.st-pusher,
.st-content {
	height: 100%;
}

.st-content {
    overflow:auto;
    margin-bottom: auto;
    height:100%;
}

.st-content,
.st-content-inner {
	position: relative;
    
}

.st-container {
	position: relative;
    overflow:visible;
    margin-bottom: 0;
  	clear:both;
}

.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);
  	position:fixed;
	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;clear:both;
}

.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
  	margin-bottom:10px;
  	overflow:auto;
}

.st-menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 230px;
	height: 100%;
	background: #48a770;
    background-color:rgba(109, 157, 49, 0.8); 
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
  	bottom:0;
	width: 100%;
	height: 100%;
  	min-height: 100% !important;
	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 li {
  	height:100%;
  padding:0;
  margin:0;
}

.st-menu ul li a {
	display: block;
	padding: 1em 1em 1em 1.2em;
	outline: none;
	box-shadow: inset 0 -1px rgba(255,255,255,0.2);
	color: #f3efe0;
    color:#cbdb2a;
    color:#ffffff;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
  	text-align:left;  
  text-decoration: none;
}

.st-menu ul li:first-child a {
	box-shadow: inset 0 -1px rgba(255,255,255,0.2), inset 0 1px rgba(255,255,255,0.2);
}

.st-menu ul li a:hover {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(255,255,255,0.2);
	/*color: #fff;*/
}

/* Individual effects */

/* Effect 1: Slide in on top */

.st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-1.st-menu::after {
	display: none;
}



/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */

.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
	padding-left: 300px;
}

/* CUSTOM CSS */

.hamburg{
    display: block;
    position:relative;
    margin-top:10px;
    margin-left:10px;
    background-color:transparent;
    border:1px solid #4b6921;
    border:1px solid #fff;
    opacity: 0.3;
    -webkit-transition: -webkit-opacity 0.7s ease;
	transition: opacity 0.7s ease;
}

span.glyphicon-menu-hamburger{
    color:#4b6921;
    color:#fff;
}

.hamburg:hover{
    background-color:transparent;
    border:1px solid #6d9d31;
    border:1px solid #fff;
    opacity: 1;
}

.column{
    margin-top:150px;
    margin-left:20px;
    width:100%;
    min-height:100% !important;
    text-align:left;
    float: left;    
}

.st-content{
    overflow:visible;
    margin-bottom: 50px;
    height:100%;
}
