/* SOCIAL ICONS */

.social-links .icon {
	border-radius: 100%;
	width: 25px;
	height: 32px;
	font-size: 20px;
	text-align: center;
	line-height: 18px;
	padding-top: 6px;
	display: inline-block;
	color: #fff;
	box-shadow: none;
	background: #ccc;
	border-bottom: 0px;
}
.social-links2 .icon {
	border-radius: 100%;
	width: 25px;
	height: 32px;
	font-size: 20px;
	text-align: center;
	line-height: 18px;
	padding-top: 6px;
	display: inline-block;
	color: #fff;
	box-shadow: none;
	background: #ccc;
	border-bottom: 0px;
}
.social-links a.icon {
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.social-links a.icon:hover {
	text-decoration: none;
	box-shadow: none;
}

.social-links a:hover, .social-links a:focus, .social-links a:active {
	text-decoration: none;
	box-shadow: none;
}

/*common background colors*/
.social-links .fa-facebook {
	background-color: transparent;

}
.social-links2 .fa-facebook {
	background-color: transparent;
	padding-left: 6px;
    padding-right: 13px;
}
.social-links .fa-twitter {
	background-color: #3AC3FF;
}

.social-links .fa-instagram {
	background-color: #B57A37;
}

.social-links .fa-pinterest {
	background-color: #c92619;
}

.social-links .fa-youtube {
	background-color: #F00;
}

.social-links .fa-google-plus {
	background-color: #dd4b39;
}

.social-links .fa-houzz {
	background-color: #7CC04B;
}

.social-links .fa-rss {
	background-color: #f26109;
}

.social-links .fa-linkedin {
	background-color: transparent;
}
.social-links2 .fa-linkedin {
	background-color: transparent;
}
.social-links .fa-yelp {
	background-color: #c83218;
}
