
@font-face{
	font-family: 'Gotham';
	src: url('../fonts/gotham-light.woff2') format('woff2'),
			url('../fonts/gotham-light.woff') format('woff');
	font-style: normal;
	font-weight: 300;
}

@font-face{
	font-family: 'Gotham';
	src: url('../fonts/gotham-lightitalic.woff2') format('woff2'),
			url('../fonts/gotham-lightitalic.woff') format('woff');
	font-style: italic;
	font-weight: 300;
}

@font-face{
	font-family: 'Gotham';
	src: url('../fonts/gotham-medium.woff2') format('woff2'),
			url('../fonts/gotham-medium.woff') format('woff');
	font-style: normal;
	font-weight: 500;
}

@font-face{
	font-family: 'Gotham';
	src: url('../fonts/gotham-mediumitalic.woff2') format('woff2'),
			url('../fonts/gotham-mediumitalic.woff') format('woff');
	font-style: italic;
	font-weight: 500;
}

@font-face{
	font-family: 'Gotham';
	src: url('../fonts/gotham-bold.woff2') format('woff2'),
			url('../fonts/gotham-bold.woff') format('woff');
	font-style: normal;
	font-weight: 700;
}

@font-face{
	font-family: 'Gotham';
	src: url('../fonts/gotham-bolditalic.woff2') format('woff2'),
			url('../fonts/gotham-bolditalic.woff') format('woff');
	font-style: italic;
	font-weight: 700;
}

@font-face{
	font-family: 'stc';
	src: url('../fonts/stc.ttf') format('truetype'),
			url('../fonts/stc.woff') format('woff'),
			url('../fonts/stc.svg#stc') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^='icon-']::before, [class*='icon-']::before{
	font-family: 'stc';
	font-style: normal;
	font-weight: normal;
	speak: none;

	display: inline-block;

	text-decoration: inherit;
	text-align: center;

	/* For safety - reset parent styles, that can break glyph codes */
	font-variant: normal;
	text-transform: none;

	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-menu::before{
	content: '\e900';
}

.icon-account::before{
	content: '\e901';
}
.icon-cart::before{
	content: '\e902';
}
.icon-search::before{
	content: '\e903';
}

.icon-arrow-left::before{
	content: '\e904';
}
.icon-arrow-right::before{
	content: '\e905';
}
.icon-arrow-down::before{
	content: '\e906';
}

.icon-bullet::before{
	content: '\e907';
}
.icon-check::before{
	content: '\e908';
}
.icon-close::before{
	content: '\e909';
}

.icon-menu-check::before{
	content: '\e90a';
}
.icon-menu-minus::before{
	content: '\e90b';
}
.icon-menu-plus::before{
	content: '\e90c';
}

.icon-star::before{
	content: '\e90d';
}
.icon-measure::before{
	content: '\e90e';
}
.icon-review::before{
	content: '\e90f';
}
.icon-truck::before{
	content: '\e910';
}

.icon-facebook::before{
	content: '\e911';
}
.icon-twitter::before{
	content: '\e912';
}
.icon-instagram::before{
	content: '\e913';
}
.icon-pinterest::before{
	content: '\e914';
}
.icon-linkedin::before{
	content: '\e915';
}
.icon-youtube::before{
	content: '\e916';
}

.icon-facebook-alt::before{
	content: '\e917';
}
.icon-twitter-alt::before{
	content: '\e918';
}
.icon-instagram-alt::before{
	content: '\e919';
}
.icon-linkedin-alt::before{
	content: '\e91a';
}
.icon-blog::before{
	content: '\e91b';
}

.icon-help::before{
	content: '\e91c';
}
.icon-email::before{
	content: '\e91d';
}
.icon-calendar::before{
	content: '\e91e';
}
.icon-printer::before{
	content: '\e91f';
}
.icon-paper::before{
	content: '\e920';
}

.icon-facebook-alt2::before{
	content: '\e921';
}
.icon-twitter-alt2::before{
	content: '\e922';
}
.icon-instagram-alt2::before{
	content: '\e923';
}
.icon-pinterest-alt2::before{
	content: '\e924';
}
.icon-linkedin-alt2::before{
	content: '\e925';
}
.icon-youtube-alt2::before{
	content: '\e926';
}