/*******************************************************************
          Blocksocial mod styles
********************************************************************/
#social_block_mod ul {
  text-align: center;
}
#social_block_mod li
{
    //float: left;
    display: inline-block;

    margin-right: 6px;
    margin-bottom: 5px;

    list-style-type: none; 

    border: none;
}
#social_block_mod li a
{
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 33px;

    display: block;

    width: 32px;
    height: 32px;

    text-align: center;

    color: white !important;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    outline: none !important; 
    background: #99999b;

        -ms-border-radius: 50px;
         -o-border-radius: 50px;
}
#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
{
    position: relative;
    left: 1px; 

    content: '\f194';
}
#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: 0;
}

#left_column #social_block_mod
{
    width: auto;
}

#left_column #social_block_mod ul
{
    list-style-type: none;
}

#header #social_block_mod li a
{
    font-size: 14px;
    line-height: 29px;

    width: 25px;
    height: 25px;

    border-radius: 0;
}
#header #social_block_mod h4
{
    display: none;
}
#header #social_block_mod
{
    float: right;

    width: auto;
}
#header #social_block_mod ul
{
    margin-bottom: 0;
}
@media screen and (max-width:767px)
{
    #header #social_block_mod
    {
        display: none;
    }
}
