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

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

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

.icon-compass-icon:before {
  content: "\e903";
  color: #ffdc57;
  font-size: 34px;
  margin-right: 10px;
  vertical-align: middle;
}
.icon-contact-icon:before {
  content: "\e902";
  color: #6d7278;
}
.icon-location-icon:before {
  content: "\e900";
  color: #6d7278;
}
.icon-phone-call:before {
  content: "\e901";
  color: #fff;
}

.icon-oval-left .path1:before {
  content: "\e900";
  color: rgb(0, 0, 0);
  opacity: 0.25;
}
.icon-oval-left .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-oval-right .path1:before {
  content: "\e902";
  color: rgb(0, 0, 0);
  opacity: 0.25;
}
.icon-oval-right .path2:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
