@CHARSET "UTF-8";

.page-content-wrapper-social-feed {
	
}

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

.social-feeds-wrapper-new {
	padding-top: 20px;
}

.social-feeds-wrapper-new .social-feed-title {
	background-size: auto 25px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 58px;
	height: 38px;
}

.social-feeds-wrapper-new .fb .social-feed-title {
	background-image: url(../images/facebook.png?1);
}

.social-feeds-wrapper-new .tw .social-feed-title {
	background-image: url(../images/twitter.png?1);
}

.social-feeds-wrapper-new .in .social-feed-title {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: auto;
	background: url(../images/instagram.png?2) center center no-repeat;
}

.social-feeds-wrapper-new .fb {
	/* background: #45619b; */
    background: #fff;
}

.social-feeds-wrapper-new .tw {
	/* background: #59adeb; */
    background: #fff;
}

.social-feeds-wrapper-new .in {
	/*background: #3D6B92;*/
}

.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: relative;
	z-index: 1;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: auto;
	max-height: 100%;
	overflow: auto;
	text-align: center;
    margin-left: 200px;
}

.social-feeds-wrapper-new .thumbnail {
display: inline-block;
width: 255px;
height: 255px;
margin: 5px;
position: relative;
vertical-align: top;
overflow: hidden;
border: 1px solid #ddd;
}

.social-feeds-wrapper-new  .wrapper {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.social-feeds-wrapper-new .fb .wrapper {
	top: 0 !important;
}

.social-feeds-wrapper-new .fb .wrapper .social-feed-title {
	
}

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

.social-feeds-item-content {
	padding: 10px;
}

.social-feeds-in-bg {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	/*background: url(../images/instagram.png?1) center 20px no-repeat;*/
}

.fb .social-feeds-item-content img {
	display: block;
	margin: 0 auto;
	max-width: 215px;
	max-height: 92px;
}

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

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

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

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

.social-feeds-nav-items ul, .social-feeds-nav-items ul li {
	display: inline-block;
}

.social-feeds-nav-items ul li a {
	display: block;
}

.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-feed-awaiting {
	border: none !important;
}

.iscroller.social-media-thumbnails{
	min-height: 275px;
}

.social-media-socials .social{
	display: inline-block;
}

.social-media-socials{
	padding-bottom: 20px;
}

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

.social-feeds-nav {
    margin-left: 20px;
    position: absolute;
    z-index: 11;
    left: 0px;
    top: 0px;
    width: 200px;
    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: #000;
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
}

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

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

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

.facebook-img {
    height: 30px;
    width: 30px;
}

@media screen and (max-width: 768px) {
    ul.social-feeds-nav {
        display: none;
    }
    .social-feeds-wrapper-new {
        margin-left: 0;
    }
}