@font-face {
	font-family: 'Roboto';
	src: url('font/roboto-regular-webfont.eot');
	src: url('font/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
			 url('font/roboto-regular-webfont.woff') format('woff'),
			 url('font/roboto-regular-webfont.ttf') format('truetype'),
			 url('font/roboto-regular-webfont.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Italic';
	src: url('font/roboto-italic-webfont.eot');
	src: url('font/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'),
			 url('font/roboto-italic-webfont.woff') format('woff'),
			 url('font/roboto-italic-webfont.ttf') format('truetype'),
			 url('font/roboto-italic-webfont.svg#robotoitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Bold Italic';
	src: url('font/roboto-bolditalic-webfont.eot');
	src: url('font/roboto-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
			 url('font/roboto-bolditalic-webfont.woff') format('woff'),
			 url('font/roboto-bolditalic-webfont.ttf') format('truetype'),
			 url('font/roboto-bolditalic-webfont.svg#robotobold_italic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Bold';
	src: url('font/roboto-bold-webfont.eot');
	src: url('font/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
			 url('font/roboto-bold-webfont.woff') format('woff'),
			 url('font/roboto-bold-webfont.ttf') format('truetype'),
			 url('font/roboto-bold-webfont.svg#robotobold') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
    font-family: 'Roboto Condensed';
    src: url('font/RobotoCondensed-Regular-webfont.eot');
    src: url('font/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/RobotoCondensed-Regular-webfont.woff2') format('woff2'),
         url('font/RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('font/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
         url('font/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Roboto Condensed Bold';
	src: url('font/robotocondensed-bold-webfont.eot');
	src: url('font/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
			 url('font/robotocondensed-bold-webfont.woff') format('woff'),
			 url('font/robotocondensed-bold-webfont.ttf') format('truetype'),
			 url('font/robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('font/opensans-regular-webfont.eot');
	src: url('font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
			 url('font/opensans-regular-webfont.woff') format('woff'),
			 url('font/opensans-regular-webfont.ttf') format('truetype'),
			 url('font/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans Italic';
	src: url('font/opensans-italic-webfont.eot');
	src: url('font/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
			 url('font/opensans-italic-webfont.woff') format('woff'),
			 url('font/opensans-italic-webfont.ttf') format('truetype'),
			 url('font/opensans-italic-webfont.svg#open_sansitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans Bold';
	src: url('font/opensans-bold-webfont.eot');
	src: url('font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
			 url('font/opensans-bold-webfont.woff') format('woff'),
			 url('font/opensans-bold-webfont.ttf') format('truetype'),
			 url('font/opensans-bold-webfont.svg#open_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AS Icon';
	src:url('font/as-icons.eot?kq1eb0');
	src:url('font/as-icons.eot?kq1eb0#iefix') format('embedded-opentype'),
		url('font/as-icons.ttf?kq1eb0') format('truetype'),
		url('font/as-icons.woff?kq1eb0') format('woff'),
		url('font/as-icons.svg?kq1eb0#as-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'AS Icon';
	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-notification:before {
	content: "\e800";
}
.icon-user-plus:before {
	content: "\e600";
}
.icon-cart:before {
	content: "\e601";
}
.icon-walk:before {
	content: "\e602";
}
.icon-user:before {
	content: "\e603";
}
.icon-menu:before {
	content: "\e604";
}
.icon-search:before {
	content: "\e605";
}
.icon-heart:before {
	content: "\e606";
}
.icon-cancel:before {
	content: "\e607";
}
.icon-caret-down:before {
	content: "\e608";
}
.icon-caret-up:before {
	content: "\e609";
}
.icon-home:before {
	content: "\e60a";
}
.icon-login:before {
	content: "\e60b";
}
.icon-shoes:before {
	content: "\e60c";
}
.icon-gift:before {
	content: "\e60d";
}
.icon-register:before {
	content: "\e60e";
}
.icon-cancel-circle:before {
	content: "\e60f";
}
.icon-twitter-square:before {
	content: "\f081";
}
.icon-facebook-square:before {
	content: "\f082";
}
.icon-linkedin-square:before {
	content: "\f08c";
}
.icon-twitter:before {
	content: "\f099";
}
.icon-facebook:before {
	content: "\f09a";
}
.icon-google-plus-square:before {
	content: "\f0d4";
}
.icon-google-plus:before {
	content: "\f0d5";
}
.icon-envelope:before {
	content: "\f0e0";
}
.icon-linkedin:before {
	content: "\f0e1";
}
.icon-youtube-square:before {
	content: "\f166";
}
.icon-youtube:before {
	content: "\f167";
}
.icon-instagram:before {
	content: "\f16d";
}