@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?orkqwr');
  src:  url('fonts/icomoon.eot?orkqwr#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?orkqwr') format('truetype'),
    url('fonts/icomoon.woff?orkqwr') format('woff'),
    url('fonts/icomoon.svg?orkqwr#icomoon') 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: 'icomoon' !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-magnifying-glass:before {
  content: "\e900";
}
.icon-avatar:before {
  content: "\e901";
}
.icon-right-arrow:before {
  content: "\e902";
}
.icon-phone-call:before {
  content: "\e903";
}
.icon-play-button:before {
  content: "\e904";
}
.icon-deer:before {
  content: "\e905";
}
.icon-paragliding:before {
  content: "\e906";
}
.icon-flag:before {
  content: "\e907";
}
.icon-hang-gliding:before {
  content: "\e908";
}
.icon-travel-map:before {
  content: "\e909";
}
.icon-at:before {
  content: "\e90a";
}
.icon-cashback:before {
  content: "\e90b";
}
.icon-travel:before {
  content: "\e90c";
}
.icon-booking:before {
  content: "\e90d";
}
.icon-clock:before {
  content: "\e90e";
}
.icon-place:before {
  content: "\e90f";
}
.icon-user:before {
  content: "\e910";
}
.icon-plane:before {
  content: "\e911";
}





/* */

.dacy-btn {
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    padding: 0.3em 1em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 1.6em;
    color: #fff;
    background-color: #bb0b0b;
    -webkit-transition: all .2s ease;
	transition: all .2s ease;
border-radius: 0;}