﻿#social {
  position: fixed;
  left: 0px;
  top: 190px;
  width: 46px;
  height: 400px;
  z-index: 999;
}
#social .social_item:hover {
  background-repeat: no-repeat;
  background-position: 0px top;
  transition-duration: 0.6s;
  opacity: 1;
}
#social .social_item a {
  box-shadow: 1px 1px 0px 1px rgba(200, 200, 200, 0.1);
  width: 44px;
  height: 44px;
  transition-duration: 0.6s;
  opacity: 1;
  display: block;
  text-decoration: none;
  background-color: #e31e24;
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin: 4px 0px 4px 0px;
  line-height: 44px;
}
#social .social_item a:hover {
  background-repeat: no-repeat;
  background-position: 0px top;
  transition-duration: 0.6s;
  background-color: #f2e000;
  color: #fff;
}

@media (max-width: 1020px) {
  #social {
    display: none;
  }
}
