/********************************* Fonts ***************************************/
/* comfortaa-300 - latin */
@font-face {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/comfortaa-v28-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/comfortaa-v28-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/comfortaa-v28-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/comfortaa-v28-latin-300.woff') format('woff'), /* Modern Browsers */
    url('fonts/comfortaa-v28-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/comfortaa-v28-latin-300.svg#Comfortaa') format('svg'); /* Legacy iOS */
}
/* comfortaa-regular - latin */
@font-face {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/comfortaa-v28-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/comfortaa-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/comfortaa-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/comfortaa-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/comfortaa-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/comfortaa-v28-latin-regular.svg#Comfortaa') format('svg'); /* Legacy iOS */
}
/* comfortaa-500 - latin */
@font-face {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/comfortaa-v28-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/comfortaa-v28-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/comfortaa-v28-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/comfortaa-v28-latin-500.woff') format('woff'), /* Modern Browsers */
    url('fonts/comfortaa-v28-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/comfortaa-v28-latin-500.svg#Comfortaa') format('svg'); /* Legacy iOS */
}
/* comfortaa-600 - latin */
@font-face {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/comfortaa-v28-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/comfortaa-v28-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/comfortaa-v28-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/comfortaa-v28-latin-600.woff') format('woff'), /* Modern Browsers */
    url('fonts/comfortaa-v28-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/comfortaa-v28-latin-600.svg#Comfortaa') format('svg'); /* Legacy iOS */
}
/* comfortaa-700 - latin */
@font-face {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/comfortaa-v28-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/comfortaa-v28-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/comfortaa-v28-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/comfortaa-v28-latin-700.woff') format('woff'), /* Modern Browsers */
    url('fonts/comfortaa-v28-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/comfortaa-v28-latin-700.svg#Comfortaa') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'divergence';
    src:  url('fonts/divergence.eot?jgbg9x');
    src:  url('fonts/divergence.eot?jgbg9x#iefix') format('embedded-opentype'),
    url('fonts/divergence.ttf?jgbg9x') format('truetype'),
    url('fonts/divergence.woff?jgbg9x') format('woff'),
    url('fonts/divergence.svg?jgbg9x#divergence') 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: 'divergence' !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-arrow-down:before {
    content: "\e900";
}
.icon-arrow-right:before {
    content: "\e901";
}
.icon-donwload:before {
    content: "\e902";
}
.icon-fb:before {
    content: "\e903";
}
.icon-geoloc:before {
    content: "\e904";
}
.icon-instagram:before {
    content: "\e905";
}
.icon-linkedin:before {
    content: "\e906";
}
.icon-menu:before {
    content: "\e907";
}
.icon-search:before {
    content: "\e908";
}
.icon-send:before {
    content: "\e909";
}
.icon-trash:before {
    content: "\e90a";
}
.icon-tweet:before {
    content: "\e90b";
}
.icon-user:before {
    content: "\e90c";
}
.icon-youtube:before {
    content: "\e90d";
}
.icon-close:before {
    content: "\e90e";
}
.icon-user-photographer:before {
    content: "\e90f";
}
.icon-advanced_search:before {
    content: "\e910";
}
.icon-arrow-left:before {
    content: "\e911";
}
.icon-print:before {
    content: "\e912";
}
.icon-plus:before {
    content: "\e913";
}
.icon-cart:before {
    content: "\e914";
}

.icon-address {
    background: url(../img/icon-address.png) center center no-repeat;
    width: 30px;
    height: 30px;
}

.icon-trombone {
    background: url(../img/trombone.png) center center no-repeat;
    width: 30px;
    height: 30px;
}