@font-face {
    font-family: 'icomoon';
    src:    url('../_fonts/icomoon.eot?80pb5z');
    src:    url('../_fonts/icomoon.eot?80pb5z#iefix') format('embedded-opentype'),
        url('../_fonts/icomoon.ttf?80pb5z') format('truetype'),
        url('../_fonts/icomoon.woff?80pb5z') format('woff'),
        url('../_fonts/icomoon.svg?80pb5z#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !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-top:before {
    content: "\e900";
}
.icon-facebook:before {
    content: "\e901";
}
.icon-linkedin:before {
    content: "\e902";
}
.icon-instagram:before {
    content: "\e903";
}

/* MOBILE
   ========================================================================== */

@media (max-width: 480px) { 
	[class^="icon-"], [class*=" icon-"] {
		font-size: 24px;
	}
}



/* TABLET
   ========================================================================== */

@media (min-width: 481px) and (max-width: 960px) { 
	[class^="icon-"], [class*=" icon-"] {
		font-size: 32px;
	}
}



/* LAPTOP
   ========================================================================== */

@media (min-width: 961px) and (max-width: 1440px) { 
	[class^="icon-"], [class*=" icon-"] {
		font-size: 32px;
	}
}


/* WIDESCREEN
   ========================================================================== */

@media (min-width: 1441px) { 
	[class^="icon-"], [class*=" icon-"] {
		font-size: 32px;
	}
}

