@CHARSET "UTF-8";

.page-uid-social_media_feeds .content-wrapper{
    width: 100%;
}
.page-uid-social_media_feeds .sub-navigation{
    overflow: hidden;
    padding: 5px 40px;
}
.page-uid-social_media_feeds .sub-navigation .nav{
    float: left;
}
.page-uid-social_media_feeds .sub-navigation .nav-right{
    float: right;
}

.social-feeds-wrapper-new .event-overlay{
	display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
}

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

.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_1.png);
}

.social-feeds-wrapper-new li{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.social-feeds-wrapper-new .fb>.social-feed-title {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: auto;
}
.social-feeds-wrapper-new .fb .wrapper{
    position: absolute;
    left: 0px;
    right: 0px;

}

.social-feeds-wrapper-new .tw .social-feed-title {

    background-image: url(../images/twitter_1.png);
}

.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_2.png) center center no-repeat;
}

.social-feeds-wrapper-new li.fb {
    background-color: #45619b;
}

.social-feeds-wrapper-new li.tw {
    background-color: #59adeb;
}

.social-feeds-wrapper-new li.in {
    background-color: #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;
}

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

.social-feeds-wrapper-new li .wrapper{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.social-feeds-wrapper-new li.fb .wrapper{
    /*top: 0 !important;*/
}
.social-feeds-wrapper-new li.fb .wrapper .social-feed-title{

}

.social-feeds-wrapper-new li.fb img,
.social-feeds-wrapper-new li.in img {
    width: 100%;
}
.social-feeds-wrapper-new li.fb img{
    position: relative;
}
/*.social-feeds-wrapper-new li.fb img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    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_1.png) center 20px no-repeat;*/
}

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

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


.social-feeds-nav {
    position: absolute;
    z-index: 11;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 60px;
    padding: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    background: url(../images/black-86.png);
}

.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;
}