.icon-facebook:before {
    content: '\31';
}

/* '1' */
.icon-linkedin:before {
    content: '\32';
}

/* '2' */
.icon-twitter:before {
    content: '\33';
}

/* '3' */
.icon-note:before {
    content: '\34';
}

/* '4' */
.icon-instagram:before {
    content: '\35';
}

/* '5' */
.icon-arrow:before {
    content: '\41';
}

/* 'A' */
.icon-hotel:before {
    content: '\48';
}

/* 'H' */
.icon-menu:before {
    content: '\4d';
}

/* 'M' */
.icon-play:before {
    content: '\50';
}

/* 'P' */
.icon-search:before {
    content: '\53';
}

/* 'S' */
.icon-close:before {
    content: '\58';
}

/* 'X' */
.icon-attraction:before {
    content: '\61';
}

/* 'a' */
.icon-music:before {
    content: '\6d';
}

/* 'm' */
.icon-restaurant:before {
    content: '\72';
}

/* 'r' */
.icon-shopping:before {
    content: '\73';
}

/* 's' */

@font-face {
    font-family: "icons-sotherly";
    src: url("../fonts/irw/icons-sotherly.eot?16636218");
    src: url("../fonts/irw/icons-sotherly.eot?16636218#iefix") format("embedded-opentype"),
        url("../fonts/irw/icons-sotherly.woff?16636218") format("woff"),
        url("../fonts/irw/icons-sotherly.ttf?16636218") format("truetype"),
        url("../fonts/irw/icons-sotherly.svg?16636218#icons-sotherly") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons-sotherly';
    src: url('../font/icons-sotherly.svg?16636218#icons-sotherly') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "icons-sotherly";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}