.social_tools {
  position: fixed;
  display: block;
  right: 0;
  bottom: 0;
  padding-bottom: 11%;
  z-index: 100;
  	/*.social_tools_item:hover > a .fa{
  		font-size: 43px;
  	}

  	.social_tools_item:hover > a {
  		font-size: 22px;
  	}*/ }
  .social_tools .social_tools_item {
    display: table;
    position: relative;
    width: 70px;
    text-align: center;
    color: #fff;
    background-color: #CD0511;
    transition: background-color 200ms;
    margin-bottom: 1px; }
    .social_tools .social_tools_item a {
      display: table-cell;
      vertical-align: middle;
      color: #fff;
      font-size: 20px;
      font-weight: bold; }
    .social_tools .social_tools_item:hover, .social_tools .social_tools_item.active {
      background-color: #A30008; }
    .social_tools .social_tools_item:hover > span {
      visibility: visible; }
    .social_tools .social_tools_item span {
      visibility: hidden;
      position: absolute;
      display: block;
      width: 100%;
      bottom: 0;
      left: 0;
      text-align: center;
      font-size: 9px;
      padding-bottom: 5px;
      font-family: 'Verdana'; }
    .social_tools .social_tools_item:hover > .slider {
      display: inline-block;
      width: 220px; }
    .social_tools .social_tools_item .slider {
      width: 0px;
      visibility: hidden;
      display: none;
      transition: width 3s; }
  .social_tools .fa {
    font-size: 40px; }

.social_tools_slider {
  display: table;
  position: fixed;
  z-index: 1000;
  padding: 20px;
  color: #fff;
  visibility: hidden;
  width: 320px;
  text-align: center; }
  .social_tools_slider hr {
    background-color: #CD0511;
    height: 1px;
    display: block;
    border: 0;
    margin: 25px 0; }
  .social_tools_slider h3 {
    color: #fff;
    }
  .social_tools_slider .social_tools_slider_content {
    display: table-cell;
    vertical-align: middle; }
    .social_tools_slider .social_tools_slider_content img {
      /*width: 170px;*/
      height: 170px; }
  .social_tools_slider.active {
    visibility: visible;
    /*display: block;*/
    background-color: #A30008; }


/* For all regulations - except SV */
.social_tools_slider.active {height: 212px;}
.social_tools .social_tools_item {height: 94px; /* Previous value before removing WeChat height: 70px;*/}

/* For SV regulation (have one extra item from other regulations) */
.hfsv .social_tools_slider.active {height: 212px; /* Previous value before removing WeChat height: 354px;*/}
.hfsv .social_tools .social_tools_item {height: 70px;}

@media screen and (max-width: 550px) {
  .social_tools, .social_tools_slider {
    display: none; } }