@import url("/css/main-menu-customs.css");
@media all and (min-width: 1000px) {
    .main-menu {
        width: 100%;
        padding: 0 30px;
        margin: 0;
        overflow: hidden;
    }

    .main-menu-left {
        float: left;
    }

    .main-menu-center {
        float: none;
    }

    .main-menu-right {
        float: right;
    }

    .main-menu-item {
        padding: 10px 15px;
        float: left;
        margin: 0;
        text-align: center;
        display: block;
        text-decoration: none;
    }
    .main-menu-item:hover {
        text-decoration: none
    }

    .main-menu-center .main-menu-item {
        float: none;
        display: inline-block;
    }

    .main-menu-item img {
        height: 90%;
        margin: 5% 10px;

    }



    .main-menu-item-12 {
        height: 50%;

    }
}