@font-face {
    font-family: 'themify';
    src: url('../fonts/themify.eot?-fvbane');
    src: url('../fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'), url('../fonts/themify.woff?-fvbane') format('woff'), url('../fonts/themify.ttf?-fvbane') format('truetype'), url('../fonts/themify.svg?-fvbane#themify') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="ti-"],
[class*=" ti-"] {
    font-family: 'themify';
    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;
}

/* Використані іконки в HTML та JS файлах */

/* Соціальні мережі */
.ti-facebook:before {
    content: "\e741";
}

.ti-instagram:before {
    content: "\e73d";
}

.ti-youtube:before {
    content: "\e728";
}

/* Іконки для секцій Features */
.ti-face-smile:before {
    content: "\e71f";
}

.ti-stats-up:before {
    content: "\e673";
}

.ti-lock:before {
    content: "\e62b";
}

/* Контактна інформація */
.ti-location-pin:before {
    content: "\e693";
}

.ti-email:before {
    content: "\e75a";
}

/* Навігаційні стрілки для галереї */
.ti-arrow-left:before {
    content: "\e629";
}

.ti-arrow-right:before {
    content: "\e628";
}

/* Розміри іконок */
.ti-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

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

.ti-3x {
    font-size: 3em;
}

.ti-4x {
    font-size: 4em;
}

.ti-5x {
    font-size: 5em;
}