@font-face {
	font-family: 'Roboto Condensed';
	font-display: optional;
	src: local('roboto_condensedbold'),
	url('../fonts/robotocondensed-bold-webfont.woff2') format('woff2'),
	url('../fonts/robotocondensed-bold-webfont.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto Condensed';
	font-display: optional;
	src: local('roboto_condensedregular'),
	url('../fonts/robotocondensed-regular-webfont.woff2') format('woff2'),
	url('../fonts/robotocondensed-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto Condensed';
	font-display: optional;
	src: local('roboto_condensedlight'),
	url('../fonts/robotocondensed-light-webfont.woff2') format('woff2'),
	url('../fonts/robotocondensed-light-webfont.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Genericons';
	font-display: swap;
	src: local('Genericons'),
	url("../fonts/Genericons.woff2") format("woff2"),
	url("../fonts/Genericons.woff") format("woff");
	/*url("../fonts/Genericons.ttf") format("truetype");
	url("../fonts/Genericons.eot");
	src: url("../fonts/Genericons.eot?#iefix") format("embedded-opentype"),
	url("../fonts/Genericons.svg#Genericons") format("svg")*/
	font-weight: normal;
	font-style: normal;
}
.genericon {font-size: 26px;vertical-align: top;text-align: center;display: block;font-family: "Genericons";cursor: pointer;}
.genericon-facebook-alt:before {content: "\f204";}
.genericon-twitter:before {content: "\f202";}
.genericon-tumblr:before {content: "\f214";}
.genericon-linkedin:before {content: "\f207";}
.genericon-pinterest:before {content: "\f209";}
.genericon-reddit:before {content: "\f222";}
.genericon-mail:before {content: "\f410";}
.genericon-comment:before {content: "\f300";}
.genericon-facebook:before {content: "\f203";}
.genericon-twitter {font-size: 25px;}
.genericon-instagram {font-size: 23px;}
.genericon-instagram:before {content: "\f215";}
.genericon-tumblr {font-size: 20px;}
.genericon-linkedin {font-size: 25px;}
.genericon-close-alt:before {content: "\f406";}
