@CHARSET "UTF-8";

.page-uid-social_media_feeds .content-wrapper{
	width: 100%;
	height: 100%;	
}

.page-uid-social_media_feeds .content-wrapper-outer{	
	overflow: hidden;
}

.social-feed-content {
	position: absolute;
	z-index: 1;
	top: 25px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}

.social-feed-fb .social-feed-title-wrapper {
	background: url(../images/fb-title-bg.jpg) repeat-x;
	height: 25px;
}

.social-feed-fb .social-feed-title {
	background: url(../images/fb-logo.jpg) no-repeat 10px center;
	height: 25px;
}

.social-feed-tw .social-feed-title-wrapper {
	background: url(../images/tw-title-bg.jpg) repeat-x;
	height: 25px;
}

.social-feed-tw .social-feed-title {
	background: url(../images/tw-logo.jpg) no-repeat 10px center;
	height: 25px;
}

.social-feed-in .social-feed-title-wrapper {
	background: url(../images/in-title-bg.jpg) repeat-x;
	height: 25px;
}

.social-feed-in .social-feed-title {
	background: url(../images/in-logo.jpg) no-repeat 10px center;
	height: 25px;
}

.social-feed-box {
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
}

.social-feed-tw .social-feed-content {
	border: 1px solid #3BCAF4;
	border-top: none;
	padding: 10px;
	overflow: auto;
}

.social-feed-tw li {
	margin-bottom: 15px;
	line-height: 1;
}

.social-feed-fb .social-feed-content {
	border: 1px solid #3B5997;
	border-top: none;
}

#twitter_update_list {
	margin-top: 20px;
}

.social-feed-in .social-feed-content {
	border: 1px solid #143B5A;
	border-top: none;
	padding: 10px;
	overflow: auto;
}

.social-feed-in li.i {
	float: left;
	width: 25%;
}

.social-feed-in li .frame {
	border: 1px dotted #fff;
}

.social-feed-in li:HOVER .frame {
	border: 1px dotted #B2943C;
}

.social-feed-in li.i img {
	width: 100%;
}

.social-feed-in li a {
	display: block;
}

.event-details-content img {
	max-width: 570px !important;
	height: auto !important;
}

.social-feeds-wrapper-new {
	position: absolute;
	z-index: 1;
	left: 202px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto; 
	text-align: center;	
}

.social-feeds-wrapper-new li {
	display: inline-block;
	width: 255px;
	height: 255px;
	margin: 5px;
	position: relative;
	vertical-align: top;
	overflow: hidden;
}

.social-feeds-wrapper-new li.in img {
	height: 100%;
	width: 100%;
}

.social-feeds-item-content {
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 88px;
	right: 10px;
	bottom: 10px;
}

.social-feeds-in-bg {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(../images/instagram.png) center center no-repeat;
	background-size: auto 30px;
	background-position: center bottom 10px;
}

.social-feeds-item-content, .social-feeds-item-content * {
	color: #fff !important;
}

.social-feeds-wrapper-new li.tw {
	background: #44C7F5 url(../images/twitter.png?1) center 20px no-repeat;
	border: 2px solid #fff;
}

.social-feeds-wrapper-new li.fb {
	background: #0144D9 url(../images/facebook.png?1) center 20px no-repeat;
	border: 2px solid #fff;
}

.social-feeds-wrapper-new li.in {
	background: #3D6B92;
	border: 2px solid #eee;
}

.social-feeds-nav {
	position: absolute;
	z-index: 11;
	left: 0px;
	top: 0px;
	width: 142px;
	bottom: 0px;
	padding: 30px;
	text-align: center;
}

.social-feeds-nav .table-cell {
	width: 50%;
}

.social-feeds-nav-title {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
    line-height: 24px;
}

.social-feeds-nav-items {
	text-align: right;
}

.social-feeds-nav li {
	margin-bottom: 20px;
}

.social-feeds-nav li a {
	color: #fff !important;
	font-size: 18px;
}

.social-feeds-nav-items ul li img {
	height: 28px;
}

.social-feeds-container {
	position: absolute;
	z-index: 11;
	top: 187px;
	left: 35px;
	right: 35px;
	bottom: 55px;
	overflow: hidden;
}


.social-feeds-wrapper-new li.fb img{
	max-width: 100%;
	max-height: 89%;	
}
