/* line 5, ../scss/social_share.scss */
#shareOpen:before {
  font-size: 22px;
  line-height: 22px;
  color: green;
  cursor: pointer;
}

/* line 13, ../scss/social_share.scss */
#shareBg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
/* line 27, ../scss/social_share.scss */
#shareBg.opened {
  opacity: 1;
  visibility: visible;
}

/* line 32, ../scss/social_share.scss */
#shareBlock {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 320px;
  height: 320px;
  background: white;
  z-index: 5100;
  display: none;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%);
}
/* line 44, ../scss/social_share.scss */
#shareBlock.opened {
  display: block;
}
/* line 48, ../scss/social_share.scss */
#shareBlock #shareClose {
  position: absolute;
  width: 24px;
  height: 24px;
  cursor: pointer;
  top: 5px;
  right: 5px;
}
@media only screen and (min-width: 768px) {
  /* line 48, ../scss/social_share.scss */
  #shareBlock #shareClose {
    top: -24px;
    right: -24px;
  }
}
/* line 61, ../scss/social_share.scss */
#shareBlock #shareClose .icon-close {
  display: inline-block;
  vertical-align: top;
}
/* line 64, ../scss/social_share.scss */
#shareBlock #shareClose .icon-close:before {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  line-height: 24px;
  color: black;
}
@media only screen and (min-width: 768px) {
  /* line 64, ../scss/social_share.scss */
  #shareBlock #shareClose .icon-close:before {
    color: white;
  }
}
/* line 79, ../scss/social_share.scss */
#shareBlock .container-wrapper {
  width: 100%;
  height: 100%;
  padding: 45px 40px;
}
/* line 85, ../scss/social_share.scss */
#shareBlock h4 {
  margin: 0 0 5px 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
/* line 92, ../scss/social_share.scss */
#shareBlock p {
  margin: 0 0 30px 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
/* line 99, ../scss/social_share.scss */
#shareBlock .share-container {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 104, ../scss/social_share.scss */
#shareBlock li {
  display: block;
  width: 100%;
  height: 45px;
}
/* line 109, ../scss/social_share.scss */
#shareBlock a {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 44px;
  font-weight: bold;
  font-size: 18px;
  line-height: 44px;
  text-transform: uppercase;
  color: #54585C;
  border-bottom: 1px solid #54585C;
  background: transparent;
  transition: all 0.2s ease;
}
/* line 124, ../scss/social_share.scss */
#shareBlock a:hover {
  color: green;
  text-decoration: none;
}
/* line 131, ../scss/social_share.scss */
#shareBlock a span {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 44px;
  text-align: center;
}
/* line 138, ../scss/social_share.scss */
#shareBlock a span:before {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 44px;
}

/*# sourceMappingURL=social_share.css.map */
