.social-item {
    float: right;
    height: 33px;
    margin-left: 10px;
    width: 33px;
}

.social-item.facebook {
    background-image: url("../images/social/facebook.png");
}

.social-item.linkedin {
    background-image: url("../images/social/linkedin.png");
}

.social-item.twitter {
    background-image: url("../images/social/twitter.png");
}

.social-item.vimeo {
    background-image: url("../images/social/vimeo.png");
}

.social-item.youtube {
    background-image: url("../images/social/youtube.png");
}

@media only screen and (min-width: 768px) and (max-width: 850px) {
    .block-search {
        width: 260px !important;
    }
}