@font-face {
	font-family: 'icomoon';
	src:url('/cms/fonts/icomoon.eot?-irnomp');
	src:url('/cms/fonts/icomoon.eot?#iefix-irnomp') format('embedded-opentype'),
		url('/cms/fonts/icomoon.woff?-irnomp') format('woff'),
		url('/cms/fonts/icomoon.ttf?-irnomp') format('truetype'),
		url('/cms/fonts/icomoon.svg?-irnomp#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;
}

.icon-instagram:before {
    content: "\e900";
}
.icon-play2:before {
    content: "\e912";
}
.icon-plus:before {
    content: "\ea0a";
}
.icon-minus:before {
    content: "\ea0b";
}
.icon-cross:before {
    content: "\ea0f";
}
.icon-calendar:before {
    content: "\e606";
}
.icon-cart:before {
    content: "\e93a";
}
.icon-list:before {
    content: "\f05e";
}
.icon-play:before {
    content: "\e600";
}
.icon-googleplus:before {
    content: "\e601";
}
.icon-facebook:before {
    content: "\e602";
}
.icon-twitter:before {
    content: "\e603";
}
.icon-youtube:before {
    content: "\e604";
}
.icon-search:before {
    content: "\e605";
}
