@charset "UTF-8";
@font-face {
    font-family: "ITCAvantGardeStd-Bk";
    src: url("/fonts/ITCAvantGardeStd-Bk.otf") format("opentype");
}
@font-face {
    font-family: "ITCAvantGardeStd-Md";
    src: url("/fonts/ITCAvantGardeStd-Md.otf") format("opentype");
}
@font-face {
    font-family: "ITCAvantGardeStd-Xlt";
    src: url("/fonts/ITCAvantGardeStd-Xlt.otf") format("opentype");
}
@font-face {
    font-family: "Akrobat-Bold";
    src: url("/fonts/Akrobat-Bold.otf") format("opentype");
}
@font-face {
    font-family: "GillSansStd-Light";
    src: url("/fonts/GillSansStd-Light.otf") format("opentype");
}
@font-face {
	font-family: 'icomoon';
	src:  url('/fonts/icomoon.eot');
	src:  url('/fonts/icomoon.eot#iefix') format('embedded-opentype'),
	url('/fonts/icomoon.ttf') format('truetype'),
	url('/fonts/icomoon.woff') format('woff'),
	url('/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "\e90b";
}
.icon-mail:before {
  content: "\e907";
}
.icon-location:before {
  content: "\e908";
}
.icon-phone:before {
  content: "\e909";
}
.icon-user:before {
  content: "\e90a";
}
.icon-close:before {
  content: "\e90c";
}
.icon-play:before {
  content: "\e906";
}
.icon-arrow-left:before {
  content: "\e900";
}
.icon-arrow-right:before {
  content: "\e905";
}
.icon-globe:before {
  content: "\e901";
}
.icon-left:before {
  content: "\e902";
}
.icon-right:before {
  content: "\e903";
}
.icon-search:before {
  content: "\e904";
}

