@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&font-display:swap);





[class^="entypo-"]:before {
  font-family: entypo, sans-serif;
  font-display: swap;
}
body {
  background: #e6e6e6;
}
#social-sidebar {
  right: 0;
  position: fixed;
  top: 36%;
  z-index: 999999;
  padding-right: 10px;
}
#social-sidebar li:first-child a {
  border-radius: 40px;
}
#social-sidebar li:last-child a {
  border-radius: 40px;
}
#social-sidebar a {
  background: rgba(183 201 52);
  color: #fff;
  text-decoration: none;
  display: block;
  height: 40px;
  width: 40px;
  font-size: 18px;
  line-height: 43px;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 40px;
  margin-top: 5px;
}
#social-sidebar a:hover span {
  right: 120%;
  opacity: 1;
}
#social-sidebar a span {
  font: 12px "Open Sans", sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
  line-height: 24px;
  right: -100%;
  margin-top: -16px;
  opacity: 0;
  padding: 4px 8px;
  position: absolute;
  transition: opacity 0.3s, right 0.4s;
  top: 50%;
  z-index: -1;
}
#social-sidebar a span:before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  right: -4px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
}
#social-sidebar a[class*="twitter"] span,
#social-sidebar a[class*="twitter"] span:before,
#social-sidebar a[class*="twitter"]:hover {
  background: #355332;
  color: #fff !important;
}
#social-sidebar a[class*="facebook"] span,
#social-sidebar a[class*="facebook"] span:before,
#social-sidebar a[class*="facebook"]:hover {
  background: #355332;
  color: #fff !important;
}
#social-sidebar a[class*="gplus"] span,
#social-sidebar a[class*="gplus"] span:before,
#social-sidebar a[class*="gplus"]:hover {
  background: #355332;
  color: #fff !important;
}
#social-sidebar a[class*="dribbble"] span,
#social-sidebar a[class*="dribbble"] span:before,
#social-sidebar a[class*="dribbble"]:hover {
  background: #355332;
  color: #fff !important;
}
#social-sidebar a[class*="play"] span,
#social-sidebar a[class*="play"] span:before,
#social-sidebar a[class*="play"]:hover {
  background: #355332;
  color: #fff !important;
}
#social-sidebar a[class*="linkedin"] span,
#social-sidebar a[class*="linkedin"] span:before,
#social-sidebar a[class*="linkedin"]:hover {
  background: #355332;
  color: #fff !important;
}
#social-sidebar a[class*="instagrem"] span,
#social-sidebar a[class*="instagrem"] span:before,
#social-sidebar a[class*="instagrem"]:hover {
  background: #355332;
  color: #fff !important;
}
