﻿.b-top {
    margin-top: 10px;
    background-color: rgb(255,255,255);
    /* background-image: -webkit-linear-gradient(top, #e0e0e0  0%, #fff 100%);
    background-image: -o-linear-gradient(top, #e0e0e0  0%,#fff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#fff));
    background-image: linear-gradient(to bottom, #e0e0e0 0%, #fff 100%);*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.container.b-top {
    padding: 0;
}

.b-header {
    margin-bottom: 50px;
}

.navbar.mp-navbar .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
}

ul.mp-main-menu {
    height: 70px;
}

    ul.mp-main-menu > li {
        width: 95px;
        height: 100%;
    }

        ul.mp-main-menu > li > a {
            height: 100%;
            text-align: center;
            vertical-align: middle;
        }
