html, 
body, 
.st-container, 
.content-wrap {
	overflow-x: hidden;
	width: 100%;
	height: 100%;
}
body {
	overflow: hidden;
}

.st-container {
	background: #373a47;
	overflow: hidden;
}

.menu-wrap a {
	color: #b8b7ad!important;
	text-shadow: none;
}

.menu-wrap a:hover,
.menu-wrap a:focus {
	color: #c94e50!important;
}

.content-wrap {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	overflow-x: hidden;
	overflow: hidden;
}

.content {
	position: relative;
}

/* Overlay */
.content::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0s 0.3s;
	transition: opacity 0.3s, transform 0s 0.3s;
}

/* Menu Button */
.menu-button {
	/*position: fixed;*/
	position: absolute;
	z-index: 1000;
	margin: 0.7em;
	padding: 0;
	width: 2.5em!important;
	height: 2.25em;
	border: none;
	text-indent: 2.5em;
	font-size: 1em;
	color: transparent;
	background: transparent;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	left: 0;
	top: 0;
}

.menu-button::before {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	bottom: 0.5em;
	left: 0.5em;
	background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
	content: '';
}

header.abslayout .menu-button::before {
    background: linear-gradient(#FFF 20%, transparent 20%, transparent 40%, #FFF 40%, #FFF 60%, transparent 60%, transparent 80%, #FFF 80%);
}

.menu-button:hover {
	opacity: 0.6;
}
/* Menu */
.menu-wrap {
	position: absolute;
	font-weight: 700;
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

.menu-top {
	line-height: 58px;
}

.menu-top .profile {
	display: inline-block;
	padding: 8px 10px;
	line-height: 42px;
}

.menu-top .profile,
.menu-side {
	width: 160px;
}
.menu-side {
    width: 195px;
}

.profile a {
	font-size: 1rem;
	text-decoration: none;
}
@media (min-width: 768px) {
	.profile a {
		font-size: 1.4rem;
		text-decoration: none;
	}
}
@media screen and (min-width: 768px) {
	.menu-top .profile,
	.menu-side {
		width: 300px;
	}
	.menu-side a {
		font-size: 1rem;
	}
	.profile a {
		font-size: 1.6rem;
		text-decoration: none;
	}
}
@media screen and (min-width: 920px) {
    .menu-button {
        display: none;
    }
}
.profile .user {
	display: block;
	text-align: center;
}
.profile .user .avatar {
	border-radius: 50%;
	margin-right: 0.5em;
}
.profile .user span {
	vertical-align: -5px;
}

.menu-top .profile img {
	float: left;
}

.icon-list {
	display: inline-block;
	font-size: 1.25em;
    vertical-align: top;
}

.icon-list a {
	margin: 0 0.4em 0 0;
	padding: 0;
}

@media (min-width: 768px) {
	.icon-list a {
	margin: 0;
	padding: 0;
}
}

@media screen and (max-width: 32em) {
	.icon-list {
		padding-left: 1em;
	}
}

.menu-side a {
	display: block;
	padding: 1.2em 1em;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	text-decoration: none;
	font-size: 0.8rem;
}
.menu-side a i.fa {
	font-size: 1.4rem; margin-right: 8px; vertical-align: -2px;
}

.menu-side a:first-child {
	border-top: 1px solid rgba(0,0,0,0.1);
}

/* Shown menu */
.show-menu .menu-wrap {
	opacity: 1;
}

.show-menu .content-wrap {
	-webkit-transform: translate3d(160px,60px,0);
	transform: translate3d(195px,60px,0);
}
/*.show-menu .menu-button {
	-webkit-transform: translate3d(-160px,-60px,0);
	transform: translate3d(-160px,-60px,0);
}*/

@media (min-width: 768px) {
	.show-menu .content-wrap {
			-webkit-transform: translate3d(300px,60px,0);
			transform: translate3d(300px,60px,0);
		}
		/*.show-menu .menu-button {
			-webkit-transform: translate3d(-300px,-60px,0);
			transform: translate3d(-300px,-60px,0);
		}*/
	.menu-side a {
		font-size: 1rem;
	}
}


.show-menu .content::before {
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


.menu-button-custom {
    color: #676767;
    position: absolute;
    left: 14px;
    top: 10px;
    border: 1px solid #676767;
    border-radius: 6px;
    font-size: 12px;
    padding: 6px 10px;
    letter-spacing: 2px;
    z-index: 999999;
    font-style: normal;
}
.menu-button-custom.img {
    border-radius: 50%;
    border: 0;
    width: 30px;
    height: 30px;
    display: block;
    overflow: hidden;
    padding: 0;
    top: 10px;
    background-size: cover!important;
}
header.abslayout .menu-button-custom {
    color: #FFF;
    border: 1px solid #FFF;
}
@media screen and (min-width: 920px) {
    .menu-button-custom {
        display: none!important;
    }
}