.menu{
	font-weight:bold;
	font-size:1em;
    width:300px;
	position:relative;
	display: block; 
	width: 100%; 
    height: 100%; 
    background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0%;
	text-align: left;
	letter-spacing: 2px;
	margin-top: -160px;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
.menu li {
	display: block;
	padding:15px 0 15px 0;
	font-size: 25px;
	color: #8f9dd1;
	}
.menu li:hover{
	display: block;
	padding:15px 0 15px 0;
	color: white
}
.menu ul li a {
 text-decoration:none;
 margin: 0px;
 color:#fff;}
.menu ul li a:hover {
 color: #fff;
 text-decoration:none;
}
.menu a{
	text-decoration:none;
	color:white;
}
.menu a:hover{
	text-decoration:none;
	color:white;
}

.navbar-inverse {
    background-color: transparent;
	border-color: transparent;
}

.btn-default{
	background-color: transparent;
    border-color: transparent;
}

.btn-default span{
	font-size: 25px;
	color: white !important;
}

@media screen and (max-width: 767px){
	.menu .social-menu{
		max-width: 100% !important;
		margin-left: 10%;
	}

.menu .social-menu img{
	width: 10%;
	}
}

.menu .social-menu {
	max-width:0%;
}