﻿@charset "utf-8";
/* CSS Document */

div.mb-primary.activated { 
	background-color: rgba(1, 1, 1, 0.5);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0; }

div.mb-primary.activated ul { 
	position:absolute;
	right: 72px;
	top: 130px;
	list-style:none; }

div.mb-primary.activated ul li { 
	padding: 6px 12px;
	background-color: rgba(1,1,1,0.6);
	border-radius: 10px;
	margin-bottom: 10px; }

div.mb-primary.activated ul li a { 
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
	color: white; }

div.mb-primary.activated ul li:hover { 
	background-color:rgba(52,204,204,0.8); }

a.mb-primary-btn { 
	background-color: #333;
	position: absolute;
	top: 64px;
	right: 64px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	color: #fff;
	overflow: hidden;
	cursor: pointer;
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	transition-delay: 0.2s;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	text-align:center;
	line-height:56px;
	font-size:18px;
	} 
