
html, 
body {
	overflow-x: hidden;
	width: 100%;
	height: 100%;
}
/*
.menu-wrap{
    overflow-y: hidden;
}*/
.menu-wrap a {
	color: #b8b7ad;
}

.menu-wrap a:hover,
.menu-wrap a:focus {
	color: #ffffff;
    text-decoration: none;
}


.content {
	position: relative;
}


.content-wrap::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	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.4s, -webkit-transform 0s 0.4s;
	transition: opacity 0.4s, transform 0s 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

/* Menu Button */
.menu-button {
	position: fixed;
	z-index: 1000;
	margin: 1em;
	padding: 0;
	width: 2.5em;
	height: 2.25em;
	border: none;
	text-indent: 2.5em;
	font-size: 1.5em;
	color: transparent;
	background: transparent;
}

.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: '';
}

.menu-button:hover {
	opacity: 0.6;
}

/* Close Button */
.close-button {
	position: absolute;
    right: -30px;
	top: 1em;
	overflow: hidden;
	text-indent: 1em;
	font-size: 0.75em;
	border: none;
    background: none;
	color: #092F29;
}
/*
.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #bdc3c7;
}

.close-button::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-button::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
*/
/* Menu */
.menu-wrap {
	position: fixed;
	z-index: 10019;
	width: 290px;
    height: 100vh;
	background: #092f29;
	padding: 0;
	font-size: 1em;
	-webkit-transform: translate3d(-320px,0,0);
	transform: translate3d(-320px,0,0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.menu-wrap .menu{
	overflow-y: auto;
    height: 100vh;
    padding-bottom: 100px;
}


.menu, 
.menu-list {
	/*height: 100%;*/
}

.menu-list {
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.menu-list a {
	display: block;
    padding: 0 0.8em;
    color:#38746b;
	-webkit-transform: translate3d(0,500px,0);
	transform: translate3d(0,500px,0);
    border-bottom: 1px solid #082924;
    font-family: 'open_sanslight',sans-serif;
}
.menu-list > ul{
    display: block;
    padding: 0 0.8em;
    color:#38746b;
    -webkit-transform: translate3d(0,500px,0);
    transform: translate3d(0,500px,0);
    border-bottom: 1px solid #082924;
    font-family: 'open_sanslight',sans-serif;
    -webkit-transform: translate3d(0,500px,0);
    transform: translate3d(0,500px,0);
}
.menu-list .social-links{
    margin:20px 0;
}
.social-links a{
    padding: 0 0.1em 1em 0.1em;

}
.menu-list .social-links .fa-stack{
    font-size: 1.3em;
}
.menu-list .social-links .fa-stack-1x{
    font-size: 14px;
    color:#092f29
}
.menu-list .copyright{
    display:block;
    font-size:12px;
}
.menu-list a.no-border{
    border: none;
}
.icons-list a.last-link{
    display: block;
    margin-top:20px;
    text-decoration: none;
}
.menu-list a span.menu-icon{
    width:50px;
    display:block;
    float:left;
    margin-left: -0.5em;
}
.menu-list a span.menu-label{
    display:block;
    float:left;
    margin:15px 0 0 10px;
    font-size: 18px;
}
.menu-list,
.menu-list a {
	-webkit-transition: -webkit-transform 0s 0.4s;
	transition: transform 0s 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.menu-list a:nth-child(2) {
	-webkit-transform: translate3d(0,1000px,0);
	transform: translate3d(0,1000px,0);
}

.menu-list a:nth-child(3) {
	-webkit-transform: translate3d(0,1500px,0);
	transform: translate3d(0,1500px,0);
}

.menu-list a:nth-child(4) {
	-webkit-transform: translate3d(0,2000px,0);
	transform: translate3d(0,2000px,0);
}

.menu-list a:nth-child(5) {
	-webkit-transform: translate3d(0,2500px,0);
	transform: translate3d(0,2500px,0);
}

.menu-list a:nth-child(6) {
	-webkit-transform: translate3d(0,3000px,0);
	transform: translate3d(0,3000px,0);
}

.menu-list a:nth-child(7) {
    -webkit-transform: translate3d(0,3500px,0);
    transform: translate3d(0,3500px,0);
}
.menu-list a:nth-child(8) {
     -webkit-transform: translate3d(0,4000px,0);
     transform: translate3d(0,4000px,0);
}
.menu-list > ul {
    -webkit-transform: translate3d(0,6000px,0);
    transform: translate3d(0,6000px,0);
}
.menu-list a:nth-child(9) {
    -webkit-transform: translate3d(0,4500px,0);
    transform: translate3d(0,4500px,0);
}
.menu-list a:nth-child(10) {
    -webkit-transform: translate3d(0,5000px,0);
    transform: translate3d(0,5000px,0);
}
.menu-list a:nth-child(11) {
    -webkit-transform: translate3d(0,5500px,0);
    transform: translate3d(0,5500px,0);
}
/* Shown menu */
.show-menu .menu-wrap {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .menu-list,
.show-menu .menu-list a,
.show-menu .menu-list > ul {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .menu-list a,.show-menu .menu-list > ul {
	-webkit-transition-duration: 0.9s;
	transition-duration: 0.9s;
}

.show-menu .content-wrap::before {
	opacity: 1;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
