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

.container {

	background: #d8eef4;
	
}

.menu-wrap a {
	color: #b8b7ad;
}

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

.content-wrap {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	margin:0 0 0 80px;
	
}

.content {
	position: relative;
	background: #fff;
}

.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-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
	transition: opacity 0.4s, transform 0s 0.4s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

/* Menu Button */
.menu-button span{	
	font-family: 'futioaregular', "Arial", Trebuchet MS;
	margin:0px 0 0 -60px;
	width: 2.5em;
	position: relative;
	left:0;
	top:25px;
	height: 2.25em;
	font-size:15px;
	text-transform: uppercase;
	color:#521d02;
	}
.menu-button {
	font-family: 'futioaregular', "Arial", Trebuchet MS;
	position: fixed;
	z-index: 9;
	margin: 3em 1em 1em 0.5em;
	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(#521d02 20%, transparent 20%, transparent 40%, #521d02 40%, #521d02 60%, transparent 60%, transparent 80%, #521d02 80%);
	content: '';
}

.menu-button:hover {
	opacity: 1;
	background: none;
}

/* Close Button */
.close-button {
	width: 16px;
	height: 30px!important;
	position: absolute;
	right: 35%;
	top: 0.5em;
	overflow: hidden;
	text-indent: 16px;
	border: none;
	z-index: 1001;
	background: transparent;
	color: transparent;
}

.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #521d02;
}

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

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

/* Menu */
.menu-wrap {
	position: absolute;
	z-index: 11;
	width: 249px;
	height: 100%;
	font-size: 1.15em;
	-webkit-transform: translate3d(-249px,0,0);
	transform: translate3d(-249px,0,0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	
}

.menu {
	
	position: relative;
	z-index: 1000;
	padding: 90px 0 0 0;;
}

.menu,
.close-button {
	margin: 80px 0 0 0;
	opacity: 0;
	-webkit-transform: translate3d(-160px,0,0);
	transform: translate3d(-160px,0,0);
	-webkit-transition: opacity 0s 0.3s, -webkit-transform 0s 0.3s;
	transition: opacity 0s 0.3s, transform 0s 0.3s;
	-webkit-transition-timing-function: cubic-bezier(.17,.67,.1,1.27);
	transition-timing-function: cubic-bezier(.17,.67,.1,1.27);
}
.close-button:hover{background: none;}

.close-button span{position: relative; margin: 20px 0 0 0;top:10px;}
.icon-list{width:100%!important; margin: 0; left:0;}
.icon-list a {
	display: block;
	padding: 0.8em;
	text-align: center!important;
	width:100%!important;
}

.icon-list i {
	font-size: 1.5em;
	vertical-align: middle;
	color: #282a35;
		text-align: center!important;

}

.icon-list a span {
	font-size: 1.5em;
	vertical-align: middle;
	font-family: 'lavanderia_sturdysturdy', "Arial", Verdana; 
	font-weight: normal;
	text-align: center!important;
	line-height: 0.4em;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
	width:100%!important;
}
.icon-list a{
	height: 50px;
	color:#521d02;
	line-height: 0.4em;
	-webkit-transition: color 0.4s, background 0.4s;
	transition: color 0.4s, background 0.4s;
	background: url(../img/menu-hover.png) no-repeat -230px -5px;
		margin:0 0 13px 0;

	
}
.icon-list a:hover {
background: url(../img/menu-hover.png) no-repeat 0 -5px;
color: #ba3469;
}
/* Morph Shape //  */
.morph-shape {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 60px;
	right: 0;
	fill:none;
	background: url(../img/menu-bg.jpg);
}

/* Shown menu */
.show-menu .menu-wrap,
.show-menu .content::before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.show-menu .menu-wrap,
.show-menu .menu,
.show-menu .close-button,
.show-menu .morph-shape,
.show-menu .content::before {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.show-menu .menu,
.show-menu .close-button {
	opacity: 1;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.show-menu .content::before {
	opacity: 1;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}