﻿        li.social {
            height: 32px;
            float: left;
            padding: 3px;
            text-indent: -9999px;
            width: 40px;
        }


ul.social {
    /*background: #f4f4f4;
    background: linear-gradient(#fff, #eee);
    border: 1px solid #ccc;
    border-radius: 6px;
    display: inline-block;
    height: 36px;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0 4px 0 0;*/
    direction: ltr;
    height: 36px;
    display: inline-block;
    list-style: none;
    margin: 0 0 -15px 33px;
    padding: 0 4px 0 0;
}

         li a.social {
               background: url('../../images/logoSocial.png') 0 0 no-repeat;
                 display: block;
                  height: 32px;
                   width: 32px;

         }

         
         
         .YouTube a.social {
                background-position: -40px 0;
                

         }

          .YouTube a.social:hover {
                 background-position: -40px -32px;

         }

         .google a.social {
                background-position: -80px 0;

         }

          .google a.social:hover {
                 background-position: -80px -32px;

         }

           .facebook a.social{
            background-position: 0 0;
        }
          
        .facebook a.social:hover  {
            background-position: 0 -32px;
        }

           .Twitter a.social{
            background-position: -120px 0;
        }
          
        .Twitter a.social:hover  {
            background-position: -120px -32px;
        }

.WA a.social {
    background-position: -160px 0;
}

    .WA a.social:hover {
        background-position: -160px -32px;
    }
