﻿#feed .col {
  position: relative;
  display: block;
  width: 77px;
  height: 78px;
  float: left;
  overflow: hidden;
  top: 10px;
}

#feed .col .info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  line-height: 15px;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding-top:25px;
}

#feed .col:hover .info {
  opacity: 1;
  visibility: visible;
}

#feed {
  margin: auto;
  width: 233px;
  height: 258px;
}

#feed img {
  display: block;
  margin: 0;
  width: 100%;
}

#feed:after {
  display: block;
  content: '';
  clear: both;
}

#feed .load {
  width: 233px;
  height: auto;
  padding-top: 47px; margin: auto;
}

aside.social.fb blockquote .load {
	width: 233px;
	height: auto;
	padding-top: 30px; 
	margin: auto;
	position: relative;
	left: -41px;
}

aside.social.is {
	width: 232px;
	float: left;
	height: 300px;
	margin-left:0px;
	margin-right:5px;
	background:#cd486d;
}

aside.social.fb {
	width: 232px;
	float: left;
	height: 300px;
	margin-right: 10px;
	background:#3b5998;
}

aside.social.tw {
	width: 232px;
	float: left;
	height: 300px;
	margin-right: 10px;
	background:#00acee;
}

.social__link {
	border-top-color: rgba(255, 255, 255, 0.15) !important; 
	border-top-width: 8px !important; 
	border-top-style: solid !important;
    display: inline-block;
    height: 20px;
    margin-bottom: 0;
    background-size: contain;
    vertical-align: text-bottom;
    padding: 5px; 
	text-align: center;
	top: -2px;
	position: relative;
}

aside.social.fb .social__link {
	width: 232px;
}

aside.social.is .social__link {
	width: 232px;
}

aside.social.tw .social__link {
	width: 232px;
}

aside.social.fb .fb-page {
	height: 232px;
}

aside.social.tw .twitterlogo {
	width:95px;
}

.home__side {
	width:39.9%!important;
}

aside.social img.banner {
	width:232px;
}
