@media only screen and (min-width:1201px) and (max-width:1280px) {

    .navbar .site-menu ul li {
        display: inline-block;
        margin: 0;
        padding: 0 9px;
        list-style: none;
        -webkit-transition: all .35s ease-in-out;
        -moz-transition: all .35s ease-in-out;
        -ms-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
    }


}
