/* SOCIAL ICONS */
.smGlobalBtn{display: inline-block;position: relative;cursor: pointer;width: 50px;height: 50px;box-shadow: 0 2px 2px #999;padding: 0px;text-decoration: none;text-align: center;color: #fff;font-size: 25px;font-weight: normal;line-height: 2em;border-radius: 25px;-moz-border-radius:25px;-webkit-border-radius:25px;}

.facebookBtn{background: #4060A5;}
.facebookBtn:before{font-family: "FontAwesome";content: "\f09a";}
.facebookBtn:hover{color: #4060A5;background: #fff;}

.twitterBtn{background: #00ABE3;}
.twitterBtn:before{font-family: "FontAwesome";content: "\f099";}
.twitterBtn:hover{color: #00ABE3;background: #fff;}

.googleplusBtn{background: #e64522;}
.googleplusBtn:before{font-family: "FontAwesome"; content: "\f0d5";}
.googleplusBtn:hover{color: #e64522;background: #fff;}

.linkedinBtn{background: #0094BC;}
.linkedinBtn:before{font-family: "FontAwesome";content: "\f0e1";}
.linkedinBtn:hover{color: #0094BC;background: #fff;}

.pinterestBtn{background: #cb2027;}
.pinterestBtn:before{font-family: "FontAwesome";content: "\f0d2";}
.pinterestBtn:hover{color: #cb2027;background: #fff;}

.tumblrBtn{background: #3a5876;}
.tumblrBtn:before{font-family: "FontAwesome";content: "\f173";}
.tumblrBtn:hover{color: #3a5876;background: #fff;}

.rssBtn{background: #e88845;}
.rssBtn:before{font-family: "FontAwesome";content: "\f09e";}
.rssBtn:hover{color: #e88845;background: #fff;}

.youtubeBtn{background: #C4312A;}
.youtubeBtn:before{font-family: "FontAwesome";content: "\f167";}
.youtubeBtn:hover{color: #e88845;background: #fff;}

.instagramBtn{background: #5280A4;}
.instagramBtn:before{font-family: "FontAwesome";content: "\f16d";}
.instagramBtn:hover{color: #e88845;background: #fff;}
