@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*-------------------------------------------------------*/
.fa-desktop:before {
    content: "\f108";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-download:before {
    content: "\f019";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-vk:before {
    content: "\f189";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-2x {
    font-size: 2em;
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-star:before {
    content: "\f005";
}

.fa-user:before {
    content: "\f007";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-odnoklassniki:before {
    content: "\f263";
}