/**
 * Created from sitepackagebuilder.com
 */


/*
 * RTE Stylings
 */


span.i-position:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content:'\f041';
    margin-right:10px;
}
span.i-phone:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content:'\f095';
    margin-right:10px;
}span.i-fax:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content:'\f1ac';
    margin-right:10px;
}span.i-email:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content:'\f003';
    margin-right:10px;
}
