#socialbuttons2 {
    display: none;
}


#socialbuttons,#socialbuttons2 {
    float: left;
    padding-top:11px;
    clear:left;
    padding-bottom:15px;
}



#socialbuttons a img,#socialbuttons2 a img {
    border:1px solid #fff;
}



#socialbuttons a img:hover,#socialbuttons2 a img:hover {
     border:1px solid #0092df;
   
}

#socialbuttons a,#socialbuttons2 a {
    overflow: hidden;
    display: block;
    float: left;
    margin-right:2px;
}


/* - 1000px */
@media only screen and (max-width: 1000px){
 
    #socialbuttons2 {
        display: none;
    }
 
}


@media only screen and (max-width: 800px){
    #socialbuttons2 {
       display: block;
       
       float: right;
       padding-bottom:0px;
   }
   
   #socialbuttons a{
       display: none;
   }
   
   #socialbuttons2 {
       padding-top:0px;
   }
   
   #socialbuttons2 img {
       max-width:27px;
   }   
}



@media only screen and (max-width: 720px){
    #socialbuttons {
       padding-top:5px;
   }   
    
}