@media (max-width: 768px) {
    .search-box{
    display:none;}
}
.lk{width: 180px;
    height: 50px;
    font-size: 15px;
    background: #44b8e9;
    text-align: center;
    line-height:50px;
    float:left;
    margin-top: 15px;}
.lk a{color: #fff;}

.lk:nth-child(odd){
margin-right:13px;}

