@charset "UTF-8";
/* Social media on internal pages */

.st_facebook_custom  {background-image:url(../images/social-fb.png);background-repeat: no-repeat;padding: 10px 20px 0 5px;
    position: relative;
    top: 5px;cursor: hand;}
.st_twitter_custom {background-image:url(../images/social-tw.png);background-repeat: no-repeat;padding: 10px 20px 0 5px;
    position: relative;
    top: 5px;cursor: hand;}
.st_linkedin_custom {background-image:url(../images/social-in.png);background-repeat: no-repeat;padding: 10px 20px 0 5px;
    position: relative;
    top: 5px;cursor: hand;}
.st_email_custom {background-image:url(../images/social-mail.png);background-repeat: no-repeat;padding: 10px 20px 0 5px;
    position: relative;
    top: 5px;cursor: hand;}
.st_sharethis_custom {background-image:url(../images/social-share.png);background-repeat: no-repeat;padding: 10px 20px 0 5px;
    position: relative;
    top: 5px;cursor: hand;}
	
.st_facebook_custom:hover, .st_twitter_custom:hover, .st_linkedin_custom:hover, .st_email_custom:hover, .st_sharethis_custom:hover {opacity:0.75;}
