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

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cirtyholiday' !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-down-arrow:before {
  content: "\e900";
}
.icon-planet:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-vk:before {
  content: "\ea98";
}
.icon-linkedin:before {
  content: "\eaca";
}

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

.icon-location, .icon-phone, .icon-tripadvisor {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !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-location:before {
  content: "\e900";
}
.icon-phone:before {
  content: "\e901";
}
.icon-tripadvisor:before {
  content: "\e902";
}
