﻿@font-face {
    font-family: 'Web Imp Pte Ltd';
    src:url('webimp.eot');
    src:url('webimp.eot') format('embedded-opentype'),
        url('webimp.woff') format('woff'),
        url('webimp.ttf') format('truetype'),
        url('webimp.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.wi {
    font-family: 'Web Imp Pte Ltd';
    display: inline-block;
    speak: none;
    font-size: 16px;
    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;
}

.wi-logo:before {
    content: "\e600";
}

.wi-font {
    font-size: 16px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 300;
}

.wi-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.wi-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.wi-2x {
    font-size: 32px;
    line-height: .5em;
    vertical-align: -50%;
}

.wi-3x {
    font-size: 48px;
    line-height: .5em;
    vertical-align: -50%;
}

.wi-4x {
    font-size: 64px;
    line-height: .25em;
    vertical-align: -75%;
}

.wi-3x.wi-font {
    line-height: .25em;
    vertical-align: -25%;
}

.wi-color,
.wi-colour {
    color: #ff7f00;
}

.wi-color:hover,
.wi-color:focus {
    color: #cc6600;
}

@media print {
    .wi {
        display: none;
    }
}