@font-face {
    font-family: 'league_spartan';
    src: url('../fonts/leaguespartan-bold-webfont.eot');
    src: url('../fonts/leaguespartan-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/leaguespartan-bold-webfont.woff2') format('woff2'),
         url('../fonts/leaguespartan-bold-webfont.woff') format('woff'),
         url('../fonts/leaguespartan-bold-webfont.ttf') format('truetype'),
         url('../fonts/leaguespartan-bold-webfont.svg#league_spartan') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'league_gothic';
    src: url('../fonts/leaguegothic-regular-webfont.eot');
    src: url('../fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/leaguegothic-regular-webfont.woff2') format('woff2'),
         url('../fonts/leaguegothic-regular-webfont.woff') format('woff'),
         url('../fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('../fonts/leaguegothic-regular-webfont.svg#league_gothic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot?-rjnzw8');
    src:url('../fonts/icomoon.eot?#iefix-rjnzw8') format('embedded-opentype'),
        url('../fonts/icomoon.woff?-rjnzw8') format('woff'),
        url('../fonts/icomoon.ttf?-rjnzw8') format('truetype'),
        url('../fonts/icomoon.svg?-rjnzw8#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'youtube' !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-lines:before {
    content: "\e601";
}

.icon-images:before {
    content: "\e602";
}

.icon-minus:before {
    content: "\e608";
}

.icon-plus:before {
    content: "\e607";
}

.icon-arrow-left:before {
    content: "\e094";
}

.icon-arrow-right:before {
    content: "\e095";
}

.icon-arrow-up:before {
    content: "\e096";
}

.icon-arrow-down:before {
    content: "\e097";
}

.icon-video-outline:before {
    content: "\e603";
}

.icon-layout:before {
    content: "\e604";
}

.icon-list:before {
    content: "\e609";
}

.icon-arrow-left2:before {
    content: "\e605";
}

.icon-arrow-down2:before {
    content: "\e600";
}

.icon-article:before {
    content: "\e606";
}

.icon-play:before {
    content: "\f04b";
}

.icon-pause:before {
    content: "\f04c";
}

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

.icon-facebook:before {
    content: "\f09a";
}

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

.icon-angle-double-down:before {
    content: "\f103";
}

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

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

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

.icon-spotify:before {
    content: "\f1bc";
}

.ico-youtube:before {
  content: "\e900";
}