@media all and (min-width: 1000px) {

    .main-menu-item {
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        /*background: linear-gradient(#0b2e13, #1e7e34);*/
    }

    .main-menu-item-12 {

        line-height: 15px;
    }
}

.main-menu {
    /*background: linear-gradient(#7fff2a, #5aa02c);*/
    /*border-bottom:1px solid #3867c6;*/
    background-color: #eee;
    box-shadow: 0 0 2px 0 black;
}
