.mobile-nav-container {
	position: fixed;
	height: 40px;
	width: 100%;
	top: 180px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 50;
	transition: top .3s, width .3s, left .3s, height .3s, background-color .3s;
}
.mobile-nav-container.nav-active {
	position: fixed;
	top: 30px;
	left: 50% !important;
	width: 100% !important;
}
.mobile-nav-container.scroll-130 {
	top: 0;
	left: 75%;
	width: 50%;
	height: 80px;
/* 	background-color: black; */
}
.mobile-nav-container .row {
	height: 100%;
}
.fb-icon {
	background-image: url(../pics/icon-fb-blue.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: background-image .3s;
}
.fb-icon:hover {
	background-image: url(../pics/icon-fb-pink.png);
}
.yt-icon {
	background-image: url(../pics/icon-yt-blue.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: background-image .3s;
}
.yt-icon:hover {
	background-image: url(../pics/icon-yt-pink.png);
}
.menu-icon {
	background-image: url(../pics/icon-menu.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: background-image .3s;
}
.mobile-nav-container.scroll-130 .fb-icon {
	background-size: auto 60%;
}
.mobile-nav-container.scroll-130 .yt-icon,
.mobile-nav-container.scroll-130 .menu-icon {
	background-size: auto 55%;
}
.menu-icon.nav-active {
	background-image: url(../pics/icon-menu-x.png);
}


.mobile-nav {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding-top: 100px;
	background-color: rgba(0,0,0, .9);
	z-index: 40;
	overflow-y: scroll;
}
.mobile-nav .nav-title-row {
	color: #f171ff;
	border-top: 7px solid rgba(35, 24, 10, 0.7);
	padding-top: 15px;
	padding-bottom: 8px;
}
.mobile-nav .row:last-child {
	border-bottom: 7px solid rgba(35, 24, 10, 0.58);
}
.mobile-nav .mobile-nav-link {
	display: none;
	background-color: rgba(47, 38, 25, 0.88);
	padding-top: 8px;
}
.mobile-nav a {
	color: #0099ff;
	text-decoration: none;
}