body {
	overflow-x: hidden;
}

#menu-button {
	 position: absolute;
	 right: 30px;
	 top: 30px;
	 z-index: 5000;
}
#menu-button a{
	color: #000000;
	text-decoration: bold;
}
#menu-button .fa{
	font-size: 1em;
}
#menu {
	position: absolute;
	z-index: 50;
	left: 100%;
	top: 0;
	height: 90%;
	width: 45%;
	max-width: 50%;
	padding: 15px;
	background-color: rgba(0,0,0,0.85);
	color: white;
	padding-top: 60px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
#menu p{
	font-size: smaller;
}
.menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-list li > a{
	color: white;
	padding: 10px 0;
	border-bottom: 1px solid #CCC;
	display: block;
	text-decoration: none;
	margin: 0 15px;
}
.menu-list li > a:hover{
	background-color: rgba(255,255,255,.15);
}
.menu-close {
	position: absolute;
	right: 45px;
	top: 15px;
	color: white;
}
.show {
	right: 0!important;
}
.social {
	margin: 15px;
	padding: 0;
}
.social li{
	display: inline-block;
	list-style: none;
}
.social li a {
	color: white;
}
@media (min-width: 768px) {
	#menu {
		width: 35%;
		max-width: 35%;
	}
		.show {
		left: 65%!important;
	}
}

#layerslider {
	border-top: 5px solid #0071BC;
}