@font-face {
    font-family: 'Iconfont';
    src:    url('../fonts/Iconfont.eot?pgd6uu');
    src:    url('../fonts/Iconfont.eot?pgd6uu#iefix') format('embedded-opentype'),
        url('../fonts/Iconfont.ttf?pgd6uu') format('truetype'),
        url('../fonts/Iconfont.woff?pgd6uu') format('woff'),
        url('../fonts/Iconfont.svg?pgd6uu#Iconfont') 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: 'Iconfont' !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;
	display:inline-block;
	vertical-align:middle;
}

.iconlogo:before {    content: "\e900";}
.icondownArrow:before {    content: "\e901";}
.iconleftArrow:before {    content: "\e902";}
.iconrightArrow:before {    content: "\e903";}
.iconmobileMenu:before {    content: "\e904";}
.iconclose:before {    content: "\e905";}
.iconplay:before {    content: "\e906";}
.iconplus:before {    content: "\e907";}
.iconuparrow:before {    content: "\e908";}
.iconfacebook:before {    content: "\e909";}
.iconinstagram:before {    content: "\e90a";}
.icontwitter:before {    content: "\e90b";}
.iconyoutube:before {    content: "\e90c";}

