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

@font-face {
    font-family: 'GaramondClassico';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/garamond-classico/3AC60E_0_0.eot');
    src: url('../fonts/garamond-classico/3AC60E_0_0d41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/garamond-classico/3AC60E_0_0.woff2') format('woff2'),
    url('../fonts/garamond-classico/3AC60E_0_0.woff') format('woff'),
    url('../fonts/garamond-classico/3AC60E_0_0.ttf') format('truetype'),
    url('../fonts/garamond-classico/3AC60E_0_0.svg#wf') format('svg');
}

@font-face {
    font-family: 'GaramondClassico';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/garamond-classico/3AC60E_1_0.eot');
    src: url('../fonts/garamond-classico/3AC60E_1_0d41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/garamond-classico/3AC60E_1_0.woff2') format('woff2'),
    url('../fonts/garamond-classico/3AC60E_1_0.woff') format('woff'),
    url('../fonts/garamond-classico/3AC60E_1_0.ttf') format('truetype'),
    url('../fonts/garamond-classico/3AC60E_1_0.svg#wf') format('svg');
}

@font-face {
    font-family: 'GaramondClassico';
    font-weight: normal;
    font-style: italic;
    font-display: swap;
    src: url('../fonts/garamond-classico/3AC60E_2_0.eot');
    src: url('../fonts/garamond-classico/3AC60E_2_0d41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/garamond-classico/3AC60E_2_0.woff2') format('woff2'),
    url('../fonts/garamond-classico/3AC60E_2_0.woff') format('woff'),
    url('../fonts/garamond-classico/3AC60E_2_0.ttf') format('truetype'),
    url('../fonts/garamond-classico/3AC60E_2_0.svg#wf') format('svg');
}

@font-face {
    font-family: 'GaramondClassico';
    font-weight: bold;
    font-style: italic;
    font-display: swap;
    src: url('../fonts/garamond-classico/3AC60E_3_0.eot');
    src: url('../fonts/garamond-classico/3AC60E_3_0d41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/garamond-classico/3AC60E_3_0.woff2') format('woff2'),
    url('../fonts/garamond-classico/3AC60E_3_0.woff') format('woff'),
    url('../fonts/garamond-classico/3AC60E_3_0.ttf') format('truetype'),
    url('../fonts/garamond-classico/3AC60E_3_0.svg#wf') format('svg');
}

@font-face {
    font-family: 'ProximaNovaMedium';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/proxima/proximanovacond-medium-webfont.eot');
    src: url('../fonts/proxima/proximanovacond-medium-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proxima/proximanovacond-medium-webfont.woff2') format('woff2'),
    url('../fonts/proxima/proximanovacond-medium-webfont.woff') format('woff'),
    url('../fonts/proxima/proximanovacond-medium-webfont.ttf') format('truetype'),
    url('../fonts/proxima/proximanovacond-medium-webfont.svg#proxima_nova_condensedmedium') format('svg');
}


/* 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: 'fontello';
    src: url('../font/fontello.svg?44376588#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


.icon-angle-left:before { content: '\e100'; } /* '' */
.icon-angle-right:before { content: '\e101'; } /* '' */
.icon-angle-up:before { content: '\e102'; } /* '' */
.icon-angle-down:before { content: '\e103'; } /* '' */
.icon-left-open:before { content: '\e110'; } /* '' */
.icon-right-open:before { content: '\e111'; } /* '' */
.icon-up-open:before { content: '\e112'; } /* '' */
.icon-down-open:before { content: '\e113'; } /* '' */
.icon-angle-circled-left:before { content: '\e120'; } /* '' */
.icon-angle-circled-right:before { content: '\e121'; } /* '' */
.icon-angle-circled-up:before { content: '\e122'; } /* '' */
.icon-angle-circled-down:before { content: '\e123'; } /* '' */
.icon-arrow-combo:before { content: '\e130'; } /* '' */
.icon-angle-double-left:before { content: '\e140'; } /* '' */
.icon-angle-double-right:before { content: '\e141'; } /* '' */
.icon-angle-double-up:before { content: '\e142'; } /* '' */
.icon-angle-double-down:before { content: '\e143'; } /* '' */
.icon-left-big:before { content: '\e150'; } /* '' */
.icon-right-big:before { content: '\e151'; } /* '' */
.icon-up-big:before { content: '\e152'; } /* '' */
.icon-down-big:before { content: '\e153'; } /* '' */
.icon-heart:before { content: '\e400'; } /* '' */
.icon-heart-empty:before { content: '\e401'; } /* '' */
.icon-star:before { content: '\e402'; } /* '' */
.icon-star-empty:before { content: '\e403'; } /* '' */
.icon-plus:before { content: '\e404'; } /* '' */
.icon-minus:before { content: '\e405'; } /* '' */
.icon-ok-squared:before { content: '\e408'; } /* '' */
.icon-circle-thin:before { content: '\e409'; } /* '' */
.icon-circle-empty:before { content: '\e410'; } /* '' */
.icon-circle:before { content: '\e411'; } /* '' */
.icon-check:before { content: '\e412'; } /* '' */
.icon-check-empty:before { content: '\e413'; } /* '' */
.icon-cancel:before { content: '\e414'; } /* '' */
.icon-dot:before { content: '\e500'; } /* '' */
.icon-menu:before { content: '\e800'; } /* '' */
.icon-mail-alt:before { content: '\e801'; } /* '' */
.icon-mail:before { content: '\e802'; } /* '' */
.icon-cancel-circled-outline:before { content: '\e803'; } /* '' */
.icon-camera:before { content: '\e804'; } /* '' */
.icon-phone:before { content: '\e805'; } /* '' */
.icon-location:before { content: '\e806'; } /* '' */
.icon-ok-circled:before { content: '\e807'; } /* '' */
.icon-cancel-circled:before { content: '\e808'; } /* '' */
.icon-down-circle:before { content: '\e809'; } /* '' */
.icon-left-circle:before { content: '\e80a'; } /* '' */
.icon-right-circle:before { content: '\e80b'; } /* '' */
.icon-up-circle:before { content: '\e80c'; } /* '' */
.icon-facebook:before { content: '\f001'; } /* '' */
.icon-facebook-squared:before { content: '\f002'; } /* '' */
.icon-yelp:before { content: '\f005'; } /* '' */
.icon-youtube:before { content: '\f006'; } /* '' */
.icon-twitter:before { content: '\f007'; } /* '' */
.icon-twitter-squared:before { content: '\f008'; } /* '' */
.icon-pinterest-circled:before { content: '\f009'; } /* '' */
.icon-pinterest:before { content: '\f010'; } /* '' */
.icon-pinterest-squared:before { content: '\f011'; } /* '' */
.icon-instagram:before { content: '\f012'; } /* '' */
.icon-linkedin-squared:before { content: '\f013'; } /* '' */
.icon-linkedin:before { content: '\f014'; } /* '' */