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

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	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;
}

.bx-wrapper .bx-next::before {
    font-family: "icomoon" !important;
    content: "\e902" !important;
    font-size: 24px;
    position: relative;
    left: 15px;
    top: 0px;
    color: #ffffff;
	/* transform: rotateY(180deg);
	-webkit-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg); */
	transform: rotate(0deg);
}

.bx-wrapper .bx-prev::before {
    font-family: "icomoon" !important;
    content: "\e902" !important;
    font-size: 24px;
    position: relative;
    left: 15px;
    top: 0px;
    color: #ffffff;
}
