@font-face {
    font-family: "iconfont";
    font-display: block;
    src: url("iconfont.eot?80b1cc29b50965ad1b15539612db4299?#iefix")
            format("embedded-opentype"),
        url("iconfont.woff?80b1cc29b50965ad1b15539612db4299") format("woff"),
        url("iconfont.woff2?80b1cc29b50965ad1b15539612db4299") format("woff2"),
        url("iconfont.ttf?80b1cc29b50965ad1b15539612db4299") format("truetype"),
        url("iconfont.svg?80b1cc29b50965ad1b15539612db4299#iconfont")
            format("svg");
}

.icon {
    line-height: 1;
    font-style: normal;
}

.icon:before {
    font-family: iconfont !important;
    font-style: normal;
    font-weight: normal !important;
}

.icon--back:before {
    content: "\f101";
}
.icon--chevron:before {
    content: "\f102";
}
.icon--clock:before {
    content: "\f103";
}
.icon--close:before {
    content: "\f104";
}
.icon--controls-captionoff:before {
    content: "\f105";
}
.icon--controls-captionon:before {
    content: "\f106";
}
.icon--controls-mute:before {
    content: "\f107";
}
.icon--controls-pause:before {
    content: "\f108";
}
.icon--controls-play:before {
    content: "\f109";
}
.icon--controls-unmute:before {
    content: "\f10a";
}
.icon--facebook:before {
    content: "\f10b";
}
.icon--forward:before {
    content: "\f10c";
}
.icon--home:before {
    content: "\f10d";
}
.icon--homeHover:before {
    content: "\f10e";
}
.icon--indicator-left:before {
    content: "\f10f";
}
.icon--indicator-right:before {
    content: "\f110";
}
.icon--location:before {
    content: "\f111";
}
.icon--lock:before {
    content: "\f112";
}
.icon--next-small:before {
    content: "\f113";
}
.icon--next:before {
    content: "\f114";
}
.icon--play-solid:before {
    content: "\f115";
}
.icon--play:before {
    content: "\f116";
}
.icon--prev:before {
    content: "\f117";
}
.icon--replay:before {
    content: "\f118";
}
.icon--retry:before {
    content: "\f119";
}
.icon--search:before {
    content: "\f11a";
}
.icon--select:before {
    content: "\f11b";
}
.icon--tick:before {
    content: "\f11c";
}
.icon--user:before {
    content: "\f11d";
}
