/*
  Icon Font: GTxcel-Font-Icons
*/

@font-face {
	font-family: "GTxcel-Font-Icons";
	src: url("../fonts/gtxcel-font-icons.eot");
	src: url("../fonts/gtxcel-font-icons.eot?#iefix") format("embedded-opentype"),
	url("../fonts/gtxcel-font-icons.woff") format("woff"),
	url("../fonts/gtxcel-font-icons.ttf") format("truetype"),
	url("../fonts/gtxcel-font-icons.svg#GTxcel-Font-Icons") format("svg");
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: "GTxcel-Font-Icons";
		src: url("../fonts/gtxcel-font-icons.svg#GTxcel-Font-Icons") format("svg");
	}
}

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

[data-icon]:before { content: attr(data-icon); }

[data-icon]:before,
.icon-article-view:before,
.icon-article-view-2-img:before,
.icon-article-view-img-rt:before,
.icon-article-view-thick:before,
.icon-article-view-wide-img:before,
.icon-text-zoom:before,
.icon-pages-view:before,
.icon-pages-view-cover:before,
.icon-share:before,
.icon-contents-large:before,
.icon-contents:before,
.icon-feedback-link:before,
.icon-library:before {
	display: inline-block;
	font-family: "GTxcel-Font-Icons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 21px;
	vertical-align: baseline;
	overflow: hidden;
	text-decoration: inherit;
	text-rendering: optimizeLegibility;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.icon-article-view-2-img:before { content: "\f119"; }
.icon-article-view-img-rt:before { content: "\f11a"; }
.icon-article-view-thick:before { content: "\f11b"; }
.icon-article-view-wide-img:before { content: "\f11c"; }
.icon-pages-view-cover:before { content: "\f11e"; }
.icon-contents-large:before { content: "\f120"; }
/*
.icon-article-view:before { content: "\f101"; }
.icon-pages-view:before { content: "\f11d"; }
.icon-share:before { content: "\f11f"; }
.icon-contents:before { content: "\f121"; }
.icon-text-zoom:before { content: "\f122"; }
.icon-feedback-link:before { content: "\f123"; }
.icon-library:before { content: "\f124"; }
*/
.icon-article-view:before { content: "\f12d"; }
.icon-pages-view:before { content: "\f127"; }
.icon-share:before { content: "\f128"; }
.icon-contents:before { content: "\f129"; }
.icon-text-zoom:before { content: "\f12a"; }
.icon-feedback-link:before { content: "\f12b"; }
.icon-library:before { content: "\f12c"; }

/* navigation arrows */
.icon-previous-article-mobile, .icon-next-article-mobile {
	font-family: "article-mobile-nav-arrows" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }


i.icon-previous-article-mobile:before {content: "\e900";} /* prevous arrow */
i.icon-next-article-mobile:before {content: "\e901";} /* next arrow */
