.icon {
    display: inline-block;
    width : 39px;
    height : 39px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
}

.icon-page {
    background-image : url('../img/icons/icon-page.png');
}

.icon-mail {
    background-image : url('../img/icons/icon-mail.png');
}

.icon-host {
    background-image : url('../img/icons/icon-host-sm.png');
    width : 24px;
    height : 30px;
}

.icon-counsellor {
    background-image : url('../img/icons/icon-counsellor-sm.png');
    width : 24px;
    height : 30px;
}

.icon-participants {
    background-image : url('../img/icons/icon-participants.png');
    width : 43px;
    height : 34px;
}

.icon-hour {
    background-image : url('../img/icons/icon-hour.png');
    width  : 41px;
    height : 40px;
}

.icon-place {
    background-image : url('../img/icons/icon-place.png');
    width  : 39px;
    height : 38px;
}

.icon-gmail {
    background-image: url('../img/icons/icon-gmail.png');
    background-repeat: no-repeat;
    height : 68px;
    width : 68px;
    display : inline-block;
}

.icon-outlook {
    display : inline-block;
    background-image: url('../img/icons/icon-outlook.png');
    background-repeat: no-repeat;
    height : 68px;
    width : 68px;
}

.icon-share-fb {
    background-image: url('../img/icons/icon-share-fb.png');
    width : 68px;
    height : 68px;
}

.icon-share-gplus {
    background-image: url('../img/icons/icon-share-gplus.png');
    width : 67px;
    height : 68px;
}

.chevron-light {
    height : 24px;
    width : 12px;
}

.chevron-left-light {
    background-image : url('../img/chevron-left-light.png');
}

.chevron-right-light {
    background-image : url('../img/chevron-right-light.png');
}
