@font-face {
    font-family: 'icons';
    src:  url('../../icons/icons.eot?oszaz5');
    src:  url('../../icons/icons.eot?oszaz5#iefix') format('embedded-opentype'),
    url('../../icons/icons.ttf?oszaz5') format('truetype'),
    url('../../icons/icons.woff?oszaz5') format('woff'),
    url('../../icons/icons.svg?oszaz5#icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-social-vk:before {
    content: "\e90e";
}
.icon-social-fb:before {
    content: "\e90f";
}
.icon-social-instagram:before {
    content: "\e911";
}
.icon-social-ok:before {
    content: "\e900";
}

.component_social {
    margin-top: 5px;
}
.component_social a {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    cursor: pointer;
    margin-right: 5px;
}

footer .component_social a {
    color: #fff;
    margin-top: 2px;
}
footer .component_social {
    margin-left: 45px;
}

.component_social.kontakty a {
    font-size: 30px;
}