#mpcth_back_to_top {
  display: none !important;
}
.article_shares .list-inline li:before {
  border: none !important;
}
.article_shares_mobile {
  text-align: right;
  margin: 10px 0 2px 0;
  font-size: 25px;
}
.article_shares_mobile .list-inline li:before {
  border: none !important;
}
.article_shares_mobile.no_fixed .total {
  font-size: 16px !important;
  width: 100%;
  line-height: 10px;
  display: block;
  margin-bottom: 10px;
}
.article_shares_mobile.fixed {
  position: fixed;
  bottom: -3px;
  left: 0;
  height: 50px;
  border: none;
  background: #fff;
  width: 100%;
  box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease-in-out;
  z-index: 100;
  opacity: 1;
}
.article_shares_mobile.fixed.hidden {
  bottom: -50px;
  opacity: 0;
  display: block !important;
}
.article_shares_mobile.fixed .list-inline {
  display: flex;
  justify-content: space-between;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
.article_shares_mobile.fixed .list-inline li {
  font-size: 25px;
  flex-grow: 1;
  line-height: 0;
}
.article_shares_mobile.fixed .list-inline li a {
  height: 100%;
  width: 100%;
  line-height: 50px;
}
.article_shares_mobile li.total {
  font-size: 13px;
  vertical-align: top;
  padding-top: 7px;
}
.article_shares_mobile.large.onesingle {
  margin-top: 0px;
}
.modal-social-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
}
.modal-social-bg .modal-close {
  color: white;
  text-align: right;
  width: 90%;
  margin: 5%;
  font-size: 2em;
}
.modal-social-bg .modal-social {
  height: 90%;
  width: 100%;
  /* padding: 10%; */
  margin: 0;
}
.modal-social-bg .modal-social .share-container {
  height: 100%;
  width: 100%;
}
.modal-social-bg .modal-social .share-container .list-flex {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-left: 0;
  width: 80%;
  margin: 0 auto;
}
.modal-social-bg .modal-social .share-container .list-flex li {
  width: 50%;
  text-align: center;
  font-size: 4em;
}
.modal-social-bg .modal-social .share-container .list-flex li a {
  text-decoration: none;
}
.modal-social-bg .modal-social .share-container .list-flex li a:hover {
  text-decoration: none;
}
.modal-social-bg .modal-social .share-container .list-flex li a.icon {
  color: white;
  height: 100%;
  width: 90%;
  padding: 20px;
  margin-bottom: 10%;
}
.modal-social-bg .modal-social .share-container .list-flex li a.facebook {
  background-color: #3b5998;
}
.modal-social-bg .modal-social .share-container .list-flex li a.twitter {
  background-color: #1da1f2;
}
.modal-social-bg .modal-social .share-container .list-flex li a.google-plus {
  background-color: #dd4b39;
}
.modal-social-bg .modal-social .share-container .list-flex li a.whatsapp {
  background-color: #25d366;
}
.modal-social-bg .modal-social .share-container .list-flex li a.telegram {
  background-color: #0088cc;
}
.modal-social-bg .modal-social .share-container .list-flex li a.email-empty {
  background-color: #037bfc;
}
.modal-social-bg .modal-social .share-container .list-flex li a.sms {
  background-color: #dd4b39;
}
/*# sourceMappingURL=style.css.map */