﻿@import url("NewMbSite.css");

.OfficeHeader
{
    position: fixed;
    width:100%;
    z-index:10;
    margin:0px;
	font-weight: bold;
	background-color: #f2f2f2;
	border: 0 none;
	-webkit-text-shadow: 0 -1px 0 #000;
	-webkit-box-shadow: 0 1px 0 #666, 0 1px 0 #444, 0 2px 2px rgba(0,0,0,0.6);
	-webkit-transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
    -webkit-box-shadow: 0px 0px 3px 1px #609ef3;
}
.MbOfMenubar
{
    position: relative;
    width:100%;
    height:100%;
    display:block;
    padding-top:5px;
    }
.MbOfMenubar a 
{
    padding: 0px 5px 5px 7px;
    text-decoration: none;
    font-size: 25px;
    color: #609ef3;
    -webkit-transition: 0.3s;
    float:left;
    text-align:center;
}
.MbOfMenubar a:hover
{
    background-color: #DFDFDF;
}
.Iconof 
{
    float:left;
    padding-left:10px;
    padding-right:5px;
    text-decoration: none;
    vertical-align:middle;
    font-size: 25px;
    color: #609ef3;
    cursor:pointer;
    -webkit-transition: 0.3s;
}
.Iconof:hover
{
    background-color:#DFDFDF;
}
.TitleUnder
{
    clear:both;
    font-size:10px;
    }
.MbOfMenuIcon 
{
    position:absolute;
    display:block;
    cursor: pointer;
    top: 12px;
    right:15px;
    padding:3px;
    float:right;
    border: 2px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px 1px #609ef3;
}

.MbOfbar1, .MbOfbar2, .MbOfbar3 {
    width: 20px;
    height: 2px;
    background-color: #609ef3;
    margin: 4px 0;
    -webkit-transition: 0.4s;
}
.change .MbOfbar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 4px);
    -webkit-transform: rotate(-45deg) translate(-5px, 4px);
}

.change .MbOfbar2 {-webkit-opacity: 0;}

.change .MbOfbar3 {
    -webkit-transform: rotate(45deg) translate(-4px, -4px);
    -webkit-transform: rotate(45deg) translate(-4px, -4px);
}

input {
    -webkit-border-radius:0; 
    border-radius:0;
    -webkit-appearance: none;
}

.MbOffHead
    {
    position:relative;
    width:100%;
	font-size: 1.3em;
	font-weight: normal;
	padding: 5px;
    padding-right:0px;
	color: #fbf804;
	line-height: 1.5em;
	background-color: #DDD;
	background: -webkit-linear-gradient(#F2F2F2, #DDD);
	background: linear-gradient(#F2F2F2, #DDD);
	text-shadow: 0 -1px 0 #000;
	box-shadow: 0px 0px 1px 1px #DDD;
	cursor: pointer;
	-webkit-transition: all 150ms ease;
	transition: all 150ms ease;
}
.MbOffHead:hover, .MbOffHead:focus
{
    -webkit-animation: pulsate 1.2s linear infinite;
    animation: pulsate 1.2s linear infinite;
}



