/* 
ROXIGO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/


.social_links.facebook_account{background-position:0 -160px;}
.social_links{text-indent: -9999px;
display: inline-block;
width: 40px;
height: 40px;
background: #ccc url('images/sprite_socialbuttons.png') no-repeat 0 0;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
margin: 0 6px 6px 0;
transition: background 200ms ease-in-out;
-webkit-transition: background 200ms ease-in-out;
-moz-transition: background 200ms ease-in-out;
-o-transition: background 200ms ease-in-out;}
.social_links.linkedin_account{background-position:0 -320px}
.social_links.facebook_account:hover {
    background-position: 100% -160px;
}
.social_links.linkedin_account:hover {
    background-position: 100% -320px;
}
.social_links.plusone_account{background-position:0 -280px}
.social_links.plusone_account:hover {
    background-position: 100% -280px;
}

.social_links:hover {
    background-color: #1084ba;
    transition: background 200ms ease-in-out 0s;
}
