﻿/*#region SOCIAL SHARING*/

.socialSharing { position:absolute; bottom:15px; width:375px; }

.socialSharing h6 { border-bottom:1px solid #D2D2D2; font-size:10px; font-weight:bold; color:#003856; margin:0px 0px 5px; padding:0px 0px 2px; text-transform:uppercase; }

.socialSharing div { background:url("../images/icons.png") no-repeat 0px 0px #FFF; border-radius:100%; box-shadow:0px 2px 2px #888; display:inline-block; margin:0px 22px 0px 0px; overflow:hidden; transition:all 0.5s ease 0s; -webkit-transition:all 0.5s ease 0s; }
.socialSharing div a { background:none transparent !important; display:block; height:30px !important; text-indent:-9999px; width:30px !important; }

        /* [ FACEBOOK SHARE ] */

.socialSharing #dFacebookShare { background-position:0px -179px; }
.socialSharing #dFacebookShare:hover { background-position:0px -209px; }


        /* [ TWITTER ] */

.socialSharing #dTwitter { background-position:0px -239px; }
.socialSharing #dTwitter:hover { background-position:0px -270px; }


        /* [ PINTEREST ] */

.socialSharing #dPinterest { background-position:0px -301px; }
.socialSharing #dPinterest:hover { background-position:0px -331px; }


        /* [ GOOGLE ] */

.socialSharing #gPlusShare { background-position:0px -361px; }
.socialSharing #gPlusShare:hover { background-position:0px -393px; }


        /* [ LINKEDIN ] */

.socialSharing #dlinkedIn { background-position:0px -423px; margin:0px; }
.socialSharing #dlinkedIn:hover { background-position:0px -454px; }

/*#endregion*/