/* BoardingArea Social Media Styles */

.ba-social-icon {
	display:inline-block;
	margin-bottom:5px !important;
	text-align: center;
	margin-right:5px !important;
	padding:0;
	cursor: pointer;
	-webkit-transition: background-color 200ms;
    -moz-transition: background-color 200ms;
    -o-transition: background-color 200ms;
    transition: background-color 200ms;
}

.ba-social-icon:last-child{
	margin-bottom:24px!important;
}

.ba-social-icon:hover {
	background-color: #333;
}

.ba-social-icon a {
	color:white;
	-webkit-transition: color 200ms;
    -moz-transition: color 200ms;
    -o-transition: color 200ms;
    transition: color 200ms;
}

.ba-social-icon:hover a{
	color:#dddddd;
}

.amazon {
	background: #F8981D;
}

.behance {
	background: #1769ff;
}

.delicious {
	background: #3398fc;
}

.deviantart {
	background: #566c68;
}

.digg {
	background: #546b9f;
}

.dribbble {
	background: #ea4c8d;
}

.envelope {
	background: #333;
}

.facebook {
	/*background: #3b5998;*/
	background: #3a579a;
}

.flickr {
	background:#FF0080;
}

.github {
	background: #4183c4;
}

.google-plus {
	/*background: #dd4b39;*/
	background: #df4a32;
}

.instagram {
	background: #517fa4;
}

.lastfm {
	background:#BB0000;
}

.linkedin {
	background: #127bb6;
}

.pinterest {
	background: #cd1c1f;
}

.rss {
	/*background: #ff7800;*/
	background: #f5903a;
}

.soundcloud {
	background: #f0601e;
}

.spotify {
	background: #aecf29;
}

.stumbleupon {
	background: #ea4b24;
}

.tumblr {
	background: #32506d;
}

.twitter {
	/*background: #55acee;*/
	background: #00abf1;
}

.vimeo {
	background: #45bbfc;
}

.youtube-play {
	background: #a8240f;
}

