﻿@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:#fcfcfc;
    font-weight:700;
    text-transform: capitalize;
    color:#6d6e71;
    padding:0px 30px 0px 25px;
    font-size:16px;    
    border-bottom:1px #e2e2e2 solid;
}

.menu-left-all .header {
    display: table-cell;
    vertical-align: middle;
    z-index: 10;
    font-weight: 500;
    padding-right: 120px;
    height: 60px;
}

