/*******************************************************************
					Blocksocial mod styles
********************************************************************/
header .nav .social_block_mod {
  float: left; }
  header .nav .social_block_mod li {
    height: 24px;
    margin-right: 3px; }
    header .nav .social_block_mod li a {
      width: 24px;
      height: 24px;
      line-height: 24px;
      font-size: 12px; }

.social_block_mod ul {
  margin-bottom: 0px;
  margin-top: -6px; }
.social_block_mod li {
  border: none;
  float: left;
  margin-right: 30px;
  margin-bottom: 0px;
  margin-top: 30px;
  list-style-type: none;
  padding: 0px !important;
  height: 35px; }
#page .social_block_mod li a {
  display: block;
  width: 35px;
  height: 35px;
  font-size: 16px;
  color: #fff !important;
  line-height: 33px;
  display: block;
  text-align: center;
  background-color: transparent !important;
 
  outline: none !important; }
  .social_block_mod li a:hover {
    text-decoration: none; }
.social_block_mod li.facebook a {background:url(img/facebook.png) left top no-repeat;}
.social_block_mod li.twitter a {background:url(img/twitter.png) left top no-repeat;}
.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{background:url(img/youtube.png) left top no-repeat;}
.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.snapchat  a {background:url(img/snapchat.png) left top no-repeat;}
/* .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{background:url(img/instagram.png) left top no-repeat;}
.social_block_mod li.flickr a:before {
  content: "\F16E"; }
.social_block_mod li.flickr 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; }
