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

[class^="i-"]:before,
[class*=" i-"]:before {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'plaza-icons' !important;
	speak: never;
	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;
}

.i-call:before {
	content: "\e90a";
}

.i-search:before {
	content: "\e909";
}

.i-twitter:before {
	content: "\e900";
}

.i-search-close:before {
	content: "\e901";
}

.i-quote:before {
	content: "\e902";
}

.i-insta:before {
	content: "\e903";
}

.i-facebook:before {
	content: "\e904";
}

.i-close:before {
	content: "\e905";
}

.i-calendar:before {
	content: "\e906";
}

.i-arrow-right:before {
	content: "\e907";
}

.i-arrow-left:before {
	content: "\e908";
}