﻿@import url('https://fonts.googleapis.com/css?family=Varela+Round');
html, body {
}

.menu-left-all {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    position: fixed;
    top:0;
    height:60px!important;
    overflow: hidden;
    z-index: 10;    
    background-color:#f0f2f5;
    text-align:center;
    font-weight:700;
    text-transform:uppercase;
    color:#2e3192;
    padding: 14px 30px; 
    font-size:18px;
    border-bottom:1px #e7e7e7 solid;
    line-height:35px;
}

.menu-left-all .header {
    display: block;
    z-index: 10;    
    text-align:right;
    font-weight:600;
}

