.connect-us {
	position: relative;
}
ul.social-buttons {
	position: absolute;
	z-index: 9999;
}
ul.social-buttons li {
	margin-bottom: 1px;
	display: block;
	float: none;
	border-radius: 0px;
}


ul.social-buttons li a {
	background: #202020 none repeat scroll 0 0;
	color: #fff;
	display: table-cell;
	font-size: 30px;
	height: 78px;
	text-align: center;
	vertical-align: middle;
	width: 82px;
	position: relative;
	border-radius: 0px;
}
ul.social-buttons li:hover, ul.social-buttons li a.active {
	background: #1c3b79;
	color: #2aa9e0;
}
ul.social-buttons > li.active > a, ul.social-buttons > li.active > a:hover, ul.social-buttons > li.active > a:focus {
	background: #1c3b79;
	color: #2aa9e0;
	border: none;
}
ul.social-buttons > li.active > a::after {
	color: #1c3b79;
	content: "";
	font-family: fontawesome;
	margin-top: 3px;
	position: absolute;
	right: -10px;
	z-index: 9999;
}
ul.social-buttons > li > a:hover {
	background: #1c3b79;
	color: #2aa9e0;
	border: none;
}
.connect-us .tab-content {
	background: #fff none repeat scroll 0 0;
	height: 235px;
}
ul.twitter-tweets {
    padding: 10px 10px 10px 90px;
    position: relative;
	}
ul.facebook-plugin {
	padding: 20px 10px 0 90px;
	position: relative;
}
ul.instagram-plugin {
	padding: 10px 10px 0 90px;
	position: relative;
}
.instagram-plugin.owl-carousel .owl-item img {
    height: 215px;
    width: 256px !important;
}
ul.slidein li {
    border-right: 1px solid #dadada;
    font-size: 11px;
    height: 215px;
    line-height: 15px;
    padding-right: 10px;
}
ul.slidein .owl-controls {
	bottom: 0;
	position: absolute;
	right: -1px;
	top: 0;
}

ul.slidein .owl-controls .owl-nav [class*="owl-"] {
    background: #aa321a none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 25px;
    height: 118px;
    padding: 45px 10px 10px;
    vertical-align: middle;
}

ul.slidein .owl-prev {
	border-bottom: 1px solid #ffffff;
}
ul.slidein .owl-controls .owl-nav [class*="owl-"]:hover {
	background: #1f3b71 none repeat scroll 0 0;
}
.tab-content {
	height: 236px;
	position: relative;
	overflow: hidden;
}
.tab-content > div.invisible {
	opacity: 0;
	position: absolute;
}
#twitter .twitter-tweets img {
	border: 1px solid;
	height: 120px;
	width: auto;
}

#instagram img {
    background-color: #f5f5f5;
    border: 1px solid #e6e6e6;
    padding: 8px;
	}

.connect-us .tw-img {
	margin: 8px 0;
	}

@media(max-width:767px){
	
	ul.social-buttons li a {
		width: 75px;
		}
	
	ul.twitter-tweets {
    	padding: 10px 10px 10px 75px;
    	}
	
	ul.slidein li {
    	font-size: 12px;
    	height: 215px;
    	line-height: 18px;
    	overflow-y: scroll;
    	padding: 0 10px 0 0;
    	text-align: left;
		}
	
	.connect-us .tw-img {
	    margin: 5px 0;
	    text-align: left;
		}
	
	.connect-us #twitter .twitter-tweets img {
    	margin: 0;
	    width: auto;
		}
	
	}
