@charset "utf-8";
/* CSS Document */
.rst_business_address .social-buttons {
    margin: 0 0 10px 0;
    display: inline-block
    }
.rst_business_address .social-buttons a {
    margin: 1px 0 0 15px;
    display: inline-block;
    float: left
    }
.rst_business_address .social-buttons a:first-child {
    margin-left: 0
    }
.rst_business_address .social-buttons a:hover {
    margin-top: 0
    }
.rst_business_address .phone, .rf_contact_widget .fax, .rf_contact_widget .location {
    width: 100%;
    display: inline-block;
    margin: 10px 0 0 0
    }
.rst_business_address .phone .icon {
    background: url(images/phone_dark.png) 50% 50% no-repeat
    }
#footer .rst_business_address .phone .icon {
    background: url(images/phone.png) 50% 50% no-repeat
    }
.rst_business_address .email .icon {
    background: url(images/email_dark.png) 50% 50% no-repeat
    }
#footer .rst_business_address .email .icon {
    background: url(images/email.png) 50% 50% no-repeat
    }
.rst_business_address .fax.icon {
    background: url(wp-content/uploads/2014/08/fax.png) 50% 50% no-repeat
    }
#footer .rst_business_address .fax.icon {
    background: url(wp-content/uploads/2014/08/fax.png) 50% 50% no-repeat
    }
.rst_business_address .location .icon {
    background: url(images/pin_dark.png) 50% 50% no-repeat
    }
#footer .rst_business_address .location .icon {
    background: url(images/pin.png) 50% 50% no-repeat
    }
.rst_business_address .icon {
    height: 24px;
    width: 24px;
    display: inline-block;
    float: left
    }
.rst_business_address .text {
    display: inline-block;
    float: left;
    width: auto;
    margin: 1px 0 0 10px
    }
.rst_business_address p {
    margin: 0
    }