@import url('https://fonts.googleapis.com/css?family=Fira+Mono');
/* =# FONTS #= */

@font-face {
    font-family: 'League Gothic';
    src: url('fonts/leaguegothic-regular-webfont-webfont.eot');
    src: url('fonts/leaguegothic-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic-regular-webfont-webfont.woff2') format('woff2'),
         url('fonts/leaguegothic-regular-webfont-webfont.woff') format('woff'),
         url('fonts/leaguegothic-regular-webfont-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic-regular-webfont-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Homestead Display';
    src: url('fonts/homestead-display-webfont.eot');
    src: url('fonts/homestead-display-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/homestead-display-webfont.woff2') format('woff2'),
         url('fonts/homestead-display-webfont.woff') format('woff'),
         url('fonts/homestead-display-webfont.ttf') format('truetype'),
         url('fonts/homestead-display-webfont.svg#homestead_display') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Hero Regular';
    src: url('fonts/hero-webfont.eot');
    src: url('fonts/hero-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/hero-webfont.woff2') format('woff2'),
         url('fonts/hero-webfont.woff') format('woff'),
         url('fonts/hero-webfont.ttf') format('truetype'),
         url('fonts/hero-webfont.svg#hero_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

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

/* 
[class^="icon-"], [class*=" icon-"], .share-icon {
    font-family: 'AjHackett-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
 */

.icon-image:before {
    content: "\e60a";
}

.share-icon-facebook:before,
.icon-facebook-circle:before {
    content: "\e607";
}

.share-icon-googleplus:before,
.icon-googleplus-circle:before {
    content: "\e608";
}

.share-icon-twitter:before,
.icon-twitter-circle:before {
    content: "\e609";
}

.icon-pinterest-circle:before {
    content: "\e606";
}

.icon-share:before {
    content: "\e605";
}

.icon-bungy:before {
    content: "\e604";
}

.icon-youtube:before {
    content: "\e603";
}

.icon-facebook:before {
    content: "\e600";
}

.icon-tripadvisor:before {
    content: "\e601";
}

.icon-twitter:before {
    content: "\e602";
}
/* end AjHackett-icons */

/* =# END FONTS #= */