/* font-family: "GilroyRegular"; */
@font-face {
	font-family: "GilroyRegular";
	src: url("../fonts/GilroyRegular/GilroyRegular.eot");
	src: url("../fonts/GilroyRegular/GilroyRegular.eot?#iefix") format("embedded-opentype"),
	url("../fonts/GilroyRegular/GilroyRegular.woff") format("woff"),
	url("../fonts/GilroyRegular/GilroyRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

/* font-family: "GilroyLight"; */
@font-face {
  font-family: "GilroyLight";
  src: url("../fonts/GilroyLight/GilroyLight.eot");
  src: url("../fonts/GilroyLight/GilroyLight.ttf") format("truetype"),
  url("../fonts/GilroyLight/GilroyLight.eot?#iefix") format("embedded-opentype"),
  url("../fonts/GilroyLight/GilroyLight.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

/* font-family: "GilroyMedium"; */
@font-face {
  font-family: "GilroyMedium";
  src: url("../fonts/GilroyMedium/GilroyMedium.eot");
  src: url("../fonts/GilroyMedium/GilroyMedium.eot?#iefix") format("embedded-opentype"),
  url("../fonts/GilroyMedium/GilroyMedium.woff") format("woff"),
  url("../fonts/GilroyMedium/GilroyMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

/* font-family: "GilroySemibold"; */
@font-face {
  font-family: "GilroySemibold";
  src: url("../fonts/GilroySemibold/GilroySemibold.eot");
  src: url("../fonts/GilroySemibold/GilroySemibold.eot?#iefix") format("embedded-opentype"),
  url("../fonts/GilroySemibold/GilroySemibold.woff") format("woff"),
  url("../fonts/GilroySemibold/GilroySemibold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

/* font-family: "GilroyBold"; */
@font-face {
  font-family: "GilroyBold";
  src: url("../fonts/GilroyBold/GilroyBold.eot");
  src: url("../fonts/GilroyBold/GilroyBold.eot?#iefix") format("embedded-opentype"),
  url("../fonts/GilroyBold/GilroyBold.woff") format("woff"),
  url("../fonts/GilroyBold/GilroyBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

/* font-family: "TeXGyreRegular"; */
@font-face {
  font-family: "TeXGyreRegular";
  src: url("../fonts/TeXGyreRegular/TeXGyreRegular.eot");
  src: url("../fonts/TeXGyreRegular/TeXGyreRegular.eot?#iefix") format("embedded-opentype"),
  url("../fonts/TeXGyreRegular/TeXGyreRegular.woff") format("woff"),
  url("../fonts/TeXGyreRegular/TeXGyreRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

/* font-family: "TeXGyreBold"; */
@font-face {
  font-family: "TeXGyreBold";
  src: url("../fonts/TeXGyreBold/TeXGyreBold.eot");
  src: url("../fonts/TeXGyreBold/TeXGyreBold.eot?#iefix") format("embedded-opentype"),
  url("../fonts/TeXGyreBold/TeXGyreBold.woff") format("woff"),
  url("../fonts/TeXGyreBold/TeXGyreBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

/* Icons */
@font-face {
  font-family: "Icons";
  src: url("../fonts/Icons/fontello.eot?28742677");
  src: url("../fonts/Icons/fontello.eot?28742677#iefix") format('embedded-opentype'),
       url("../fonts/Icons/fontello.woff2?28742677") format("woff2"),
       url("../fonts/Icons/fontello.woff?28742677") format("woff"),
       url("../fonts/Icons/fontello.ttf?28742677") format("truetype"),
       url("../fonts/Icons/fontello.svg?28742677#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "Icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #9B9B9B;
  font-size: 22px;
}
 
.icon-down-open-big:before { content: '\e800'; } 
.icon-phone:before { content: '\e801'; }
.icon-right:before { content: '\e802'; } 

