.content-wrap {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

/* Menu Button */
.menu-button {
	position: absolute;
	z-index: 1000;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 45px;
	border: none;
	color: transparent;
	background: transparent;
	left: 20px;
	top: 30px;
	background:url(../../../imgs/elem/menu_botao.png) no-repeat center;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.menu-button:hover {
	background:url(../../../imgs/elem/menu_botao_.png) no-repeat center;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

/* Close Button */
.close-button {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 30px;
	top: 30px;
	overflow: hidden;
	text-indent: 1em;
	font-size: 0.75em;
	border: none;
	background: url(../../../imgs/elem/close.png) no-repeat center;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	color: transparent;
}
.close-button:hover {
	background: url(../../../imgs/elem/close_.png) no-repeat center;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

/* Menu */
.menu-wrap {
	position: fixed;
	text-align: left;
	z-index: 10001;
	width: 500px;
	height: 100%;
	background: #282828;
	font-size: 24px;
	padding:30px 70px;
	-webkit-transform: translate3d(-520px,0,0);
	transform: translate3d(-520px,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{
    padding-left: 10px;
}
.menu, 
.icon-list {
	height: 100%;
}
.icon-list {
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	padding-bottom:30px;
}

.icon-list a{
	display: block;
	padding: 10px;
	-webkit-transform: translate3d(0,500px,0);
	transform: translate3d(0,500px,0);
	cursor:default;
}

.icon-list,
.icon-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);
}

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

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

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

.icon-list a div {
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	color:#fff;
	font-size: 16px;
	cursor:pointer;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.icon-list a div:hover, .icon-list a.selected div{
	color:#a11f20;
	font-weight:300;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.icon-list a .submenu{
	font-size: 14px;
	padding-left:20px;
}


/* 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 .icon-list,
.show-menu .icon-list a {
	-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 .icon-list a{
	-webkit-transition-duration: 0.9s;
	transition-duration: 0.9s;
}
.menu_social{
	display:inline-block !important;
	width:70px;
	height:70px;
	margin:0 3px;
	margin-top:30px;
}
.menu_social.face{
	background:url(../../../imgs/elem/facebook_.png) no-repeat center;
}
.menu_social.google{
	background:url(../../../imgs/elem/google_.png) no-repeat center;
}


.show-menu .content::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);
}
@media only screen and (max-width: 500px) {
	/* Menu */
	.menu-wrap {
		width: 100%;
		padding-right:30px;
	}
}
