/*******************************************************************
					Blocksocial mod styles
********************************************************************/
#social_block_mod li {
  border: none;
  float: left;
  margin-right: 6px;
  margin-bottom: 5px;
  list-style-type: none; }
#social_block_mod li a {
  display: block;
  font-family: "FontAwesome";
  width: 32px;
  height: 32px;
  font-size: 16px;
  color: white !important;
  line-height: 33px;
  text-align: center;
  background: #99999b;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  outline: none !important; }
  #social_block_mod li a:hover {
    text-decoration: none; }
#social_block_mod li.facebook a:before {
  content: "\F09A"; }
#social_block_mod li.facebook a:hover {
  background: #3b5998 !important; }
#social_block_mod li.twitter a:before {
  content: "\F099"; }
#social_block_mod li.twitter a:hover {
  background: #23c3fd !important; }
#social_block_mod li.rss a:before {
  content: "\F09E"; }
#social_block_mod li.rss a:hover {
  background: #f69838 !important; }
#social_block_mod li.youtube a:before {
  content: "\F167"; }
#social_block_mod li.youtube a:hover {
  background: #e82a34 !important; }
#social_block_mod li.vimeo a {
  font-family: "warehousefont";
  position: relative;
  top: -1px; }
  #social_block_mod li.vimeo a:before {
    content: "\f194";
    position: relative;
    left: 1px; }
  #social_block_mod li.vimeo a:hover {
    background: #85c6fc !important; }
#social_block_mod li.pinterest a:before {
  content: "\F0D2"; }
#social_block_mod li.pinterest a:hover {
  background: #cb2027 !important; }
#social_block_mod li.tumblr a:before {
  content: "\F173"; }
#social_block_mod li.tumblr a:hover {
  background: #425e75 !important; }
#social_block_mod li.google a:before {
  content: "\F0D5"; }
#social_block_mod li.google a:hover {
  background: #c73e2e !important; }
#social_block_mod li.instagram a:before {
  content: "\F16D"; }
#social_block_mod li.instagram a:hover {
  background: #517fa3 !important; }
#social_block_mod li:last-child {
  margin-right: 0px; }

#left_column #social_block_mod {
  width: auto; }

#left_column #social_block_mod ul {
  list-style-type: none; }
