/* Social Media Feeds */

/* Home */
#social-feeds{
	width: 310px;
	margin-left: auto;
	margin-right:auto;
}
#social-feeds .widget-header {
	padding: 0px;
	border-radius-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
#social-feeds .tab-wrapper {
	overflow: hidden;
}
#social-feeds #tab-container {
	width: 100%;
	height: 475px;
	position: relative;
	float: left;
	padding: 5px 10px;
}
#social-feeds .tab-item {
	clear: both;
}
#social-feeds .tab-profile img{
	width: 100%;
	height: auto;
}
#social-feeds .tab-profile {
	width: 50px;
	float: left;
}
#social-feeds .tab-detail {
	width: 235px; 
	float: left; 
	min-height: 50px;
}
#social-feeds .username,
#social-feeds .post-date-detail {
	display: block;
}
#social-feeds .username {
	font-weight: bold;
}
#social-feeds .post-date {
	color: silver;
	display: block;
}
#social-feeds .bottom-feeds .social-tabs .social-btns {
	display: block; height:28px;
	background-position: center; 
	background-repeat: no-repeat;
}
#social-feeds .social-tabs{
	border-bottom-width: 0px;
	border-top: 1px solid #20a91a;
	text-align: center;
}
#social-feeds .social-tabs li{
	display: inline-block;
	zoom: 1;
	*display: inline;
	float: none;
	width: 60px;
	margin: 0 5px;
}
#social-feeds .social-tabs li a {
	padding: 3px 1px 8px;
	border-width: 0px;
	border-radius: 0px 0px 15px 15px;
	margin: 0px;
}
#social-feeds .social-tabs li a > span {
	line-height: 1;
}
#social-feeds .social-tabs li a > span i {
	font-size: 32px;
	color: #fff;
	line-height: 0.9
}

#social-feeds .social-tabs li a:hover #social-fb i {
	color: #3B5998;
}
#social-feeds .social-tabs li.active #social-fb i {
	color: #3B5998;
}
#social-feeds .social-tabs li a:hover #social-twitter i {
	color: #2CAAE1;
}
#social-feeds .social-tabs li.active #social-twitter i {
	color: #2CAAE1;
}
#social-feeds .social-tabs li a:hover #social-ig i {
	color: #000;
}
#social-feeds .social-tabs li.active #social-ig i {
	color: #000;
}
@media only screen and (max-width : 991px) {
	#tab-container{
		height: 335px !important;
	}
}

/* Entertainment */
#social-feeds-ent {
	width: 320px;
	margin-left: auto;
	margin-right:auto;
	font-family: 'Open Sans';
	box-shadow: 1px 1px 4px #888;
	border-radius: 6px;
}
#social-feeds-ent .tab-wrapper {
	overflow: hidden;
	padding: 5px 0;
}
#social-feeds-ent #tab-container {
	width: calc(100% - 20px);
	position: relative;
	height: 300px;
	float: left;
	padding: 5px 10px;
}
#social-feeds-ent .tab-item {
	clear: both;
	font-size: 12px;
}
#social-feeds-ent .tab-profile {
	width: 50px;
	float: left;
}
#social-feeds-ent .tab-profile img{
	width: 100%;
	height: auto;
}
#social-feeds-ent .tab-detail {
	width: 225px; 
	float: left; 
	min-height: 50px;
}
#social-feeds-ent .username,
#social-feeds-ent .post-date-detail {
	display: block;
}
#social-feeds-ent .username {
	font-weight: bold;
}
#social-feeds-ent .post-date {
	color: silver;
	display: block;
}
#social-feeds-ent .nav-tabs {
	background-color: #e2e2e2;
}
#social-feeds-ent .nav-tabs li {
	width: 33.33333333333333%;
}
#social-feeds-ent .nav-tabs li a {
	border: 1px solid #CDCDCD;
	background-color: #e2e2e2;
	margin: 0;
	text-align: center;
	padding: 10px 0;
}
#social-feeds-ent .nav-tabs li.active a{
	border-bottom-color: transparent;
	background-color: #fff;
}
#social-feeds-ent .nav-tabs li:first-child a{
	border-left-color: transparent;
}
#social-feeds-ent .nav-tabs li:last-child a{
	border-right-color: transparent;
}
#social-feeds-ent .social-tabs li a > span img {
	width: 37px;
}
#social-feeds-ent .social-tabs li:nth-child(2) a {
	padding: 13px 0;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}