.social-panel {
 padding-top:4px;
 background: transparent;
}


.social-panel-icon {
   width: 32px;
   height: 32px;
   display:inline-block;
   cursor:pointer;
}

.social-panel-icon.bw {
 height:49px;
 width: 49px;
}

.social-panel-icon:hover {
  opacity: 0.7;
}

.social-panel-icon.bw:hover {
  opacity: 1.0;
}


.vk-icon {
   background: transparent url("../images/panel.png") no-repeat scroll 0px -38px / 32px auto;
}

.odnoklassniki-icon {
   background: transparent url("../images/panel.png") no-repeat scroll 0px -73px / 32px auto;
}

.mailru-icon {
   background: transparent url("../images/panel.png") no-repeat scroll 0px -108px / 32px auto;
}

.facebook-icon {
   background: transparent url("../images/panel.png") no-repeat scroll 0px -143px / 32px auto;
}


.twitter-icon {
   background: transparent url("../images/panel.png") no-repeat scroll 0px -178px / 32px auto;
}

.google-plus-icon {
   background: transparent url("../images/panel.png") no-repeat scroll 0px -773px / 32px auto;
}

.rss-icon {
 background: transparent url("../images/social/rss.png") no-repeat scroll 0px 0px / 32px auto;
/* width: 34px;
 height: 34px;
 */
}


.ok-icon-bw {
  background: transparent url("../images/social-front/ok.png");
}

.ok-icon-bw:hover {
  background: transparent url("../images/social-front/ok1.png");
}


.google-plus-icon-bw {
  background: transparent url("../images/social-front/g+.png");
}

.google-plus-icon-bw:hover {
  background: transparent url("../images/social-front/g+1.png");
}


.vk-icon-bw {
  background: transparent url("../images/social-front/vk.png");
}

.vk-icon-bw:hover {
  background: transparent url("../images/social-front/vk1.png");
}


.twitter-icon-bw {
  background: transparent url("../images/social-front/twitter.png");
}

.twitter-icon-bw:hover {
  background: transparent url("../images/social-front/twitter1.png");
}


.facebook-icon-bw {
  background: transparent url("../images/social-front/facebook.png");
}

.facebook-icon-bw:hover {
  background: transparent url("../images/social-front/facebook1.png");
}


.rss-icon-bw {
  background: transparent url("../images/social-front/rss.png");
}

.rss-icon-bw:hover {
  background: transparent url("../images/social-front/rss1.png");
}

.utb-icon-bw {
  background: transparent url("../images/social-front/utb.png");
}

.utb-icon-bw:hover {
  background: transparent url("../images/social-front/utb1.png");
}


/*---------------------*/
.social-panel-icon.white {
 height:48px;
 width: 48px;
 background-size: cover;
}


.utb-icon-w {
  background: transparent url("../images/social-white/utb-white.png");
}


.ok-icon-w {
  background: transparent url("../images/social-white/ok-white.png");
}

.google-plus-icon-w {
  background: transparent url("../images/social-white/g+-white.png");
}

.vk-icon-w {
  background: transparent url("../images/social-white/vk-white.png");
}

.twitter-icon-w {
  background: transparent url("../images/social-white/twitter-white.png");
}

.facebook-icon-w {
  background: transparent url("../images/social-white/facebook-white.png");
}

.rss-icon-w {
  background: transparent url("../images/social-white/rss-white.png");
}


.social-mobile {
 text-align:center;
 margin:25px;
}

.social-mobile  .social-share {
 margin:-1px;
}
