





@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: 0px;
}
.rst_business_address .phone, .rf_contact_widget .email, .rf_contact_widget .location {
	width: 100%;
	display: inline-block;
	margin: 10px 0 0 0;
}
.rst_business_address .phone .icon {
	background: url('img/phone_dark.png') 50% 50% no-repeat;
}
#footer .rst_business_address .phone .icon {
	background: url('img/phone.png') 50% 50% no-repeat;
}
.rst_business_address .email .icon {
	background: url('img/email_dark.png') 50% 50% no-repeat;
}
#footer .rst_business_address .email .icon {
	background: url('img/email.png') 50% 50% no-repeat;
}
.rst_business_address .location .icon {
	background: url('img/pin_dark.png') 50% 50% no-repeat;
}
#footer .rst_business_address .location .icon {
	background: url('img/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;
}
