/**
 * Styles for Fusion Extension - Menu Mobile Footer
 */

@media (max-width: 767px) {
	.fsn-menu.mobile_footer {
		display: block;
	    width: 100%;
	    min-height: 44px;
	    text-align: center;
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    z-index: 99;
	    background: #333;
	}
	.mobile-footer{
		margin-bottom: 0;
	}
	.mobile-footer.list-inline li{
		padding: 0;
	}
	.mobile-footer a,
	.mobile-footer button{
		display: inline-block;
		border-left: solid 1px #f5f5f5;
		border-left: solid 1px rgba(255,255,255,0.25);
		text-transform: uppercase;
		margin-top: 16px;
		margin-bottom: 14px;
		padding: 0 11px;
		color: #fff;
	}
	.mobile-footer button	{
		border-top:0;
		border-bottom:0;
		border-right:0;
		background:transparent;
		-webkit-appearance:button;
	}
	.mobile-footer a:hover,
	.mobile-footer a:focus,
	.mobile-footer button:hover,
	.mobile-footer button:focus{
		color: #fff;
	}
	.mobile-footer li:first-child a,
	.mobile-footer li:first-child button{
		border-left: none;
	}
	#mobile-back-to-top	{
		display:block;
		width:51px;
		height:51px;
		position:fixed;
		bottom:64px;
		z-index:99;
		right:15px;
		text-indent:-9999px;
		background:#333 url('../images/icon-arrow-up.png') no-repeat center center;
		background-size: 15px;
		border:0;
		border-radius:50%;
		opacity:0;
		-moz-transition:opacity 0.3s;
		-webkit-transition:opacity 0.3s;
		transition:opacity 0.3s;
		-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
		box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
	}
	#mobile-back-to-top:focus	{
		outline:none;
	}
	#mobile-back-to-top.in	{
		opacity:0.8;
	}
}
@media (min-width: 768px) {
	.fsn-menu.mobile_footer{
		display: none;
	}
}
