body {
  opacity: 1 !important;
}body {
  margin: 0;
  padding: 0;
}

.pro-circle-preloader {
  -webkit-animation: semi-rotate 1s linear infinite;
          animation: semi-rotate 1s linear infinite;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  overflow: hidden;
  position: relative;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  width: 15px;
}

.pro-circle-preloader::before {
  content: '';
  top: 0;
  left: 0;
  right: -100%;
  bottom: 0;
  border: 3px solid currentColor;
  border-color: currentColor transparent transparent currentColor;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: inner-rotate 0.5s linear infinite alternate;
          animation: inner-rotate 0.5s linear infinite alternate;
  color: gainsboro;
}

.pro-circle-preloader::after {
  content: '';
  top: 0;
  left: 0;
  right: -100%;
  bottom: 0;
  border: 3px solid currentColor;
  border-color: currentColor transparent transparent currentColor;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: inner-rotate 0.5s linear infinite alternate;
          animation: inner-rotate 0.5s linear infinite alternate;
  color: #f0f0f0;
  opacity: 0;
}

.love-animation {
  -webkit-animation-name: loved;
          animation-name: loved;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.text-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  white-space: initial;
}

.text-item .te-pro-gallery-text-item {
  line-height: normal !important;
  letter-spacing: normal !important;
}

.text-item > div {
  background: initial !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.text-item p,
.text-item span,
.text-item div,
.text-item h1,
.text-item h2,
.text-item h3,
.text-item h4,
.text-item h5,
.text-item h6,
.text-item i {
  margin: 0;
  padding: 0;
}

@-webkit-keyframes inner-rotate {
  to {
    opacity: 1;
    -webkit-transform: rotate(115deg);
            transform: rotate(115deg);
  }
}

@keyframes inner-rotate {
  to {
    opacity: 1;
    -webkit-transform: rotate(115deg);
            transform: rotate(115deg);
  }
}

@-webkit-keyframes semi-rotate {
  from {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  45% {
    -webkit-transform: rotate(198deg);
            transform: rotate(198deg);
  }

  55% {
    -webkit-transform: rotate(234deg);
            transform: rotate(234deg);
  }

  to {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
}

@keyframes semi-rotate {
  from {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  45% {
    -webkit-transform: rotate(198deg);
            transform: rotate(198deg);
  }

  55% {
    -webkit-transform: rotate(234deg);
            transform: rotate(234deg);
  }

  to {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
}

@-webkit-keyframes loved {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes loved {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.clear {
  clear: both;
}

.inactive {
  -webkit-filter: opacity(50%);
          filter: opacity(50%);
  pointer-events: none;
}

.pro-tooltip {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: fixed;
  z-index: 99999999;
  background: #fff;
  top: auto;
  left: auto;
  border: 1px solid #cbcbcb;
  width: calc(100% - 12px);
  max-width: 250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 5px;
  color: #171616;
  padding: 15px 18px;
  font-family: "HelveticaNeueW01-55Roma", "HelveticaNeueW02-55Roma", "HelveticaNeueW10-55Roma", sans-serif;
  font-size: 14px;
  line-height: 18px;
  overflow: visible;
  border-radius: 1px;
}

.pro-tooltip:before,
.pro-tooltip:after {
  content: ' ';
  position: absolute;
  border: 9px solid transparent;
}

.pro-tooltip:before {
  border-width: 9px;
  top: 11px;
}

.pro-tooltip:after {
  border-width: 8px;
  top: 12px;
}

.pro-tooltip.left {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.pro-tooltip.left:before {
  left: -18px;
  border-right-color: #cbcbcb;
}

.pro-tooltip.left:after {
  left: -16px;
  border-right-color: #fff;
}

.pro-tooltip.right {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.pro-tooltip.right:before {
  right: -18px;
  border-left-color: #cbcbcb;
}

.pro-tooltip.right:after {
  right: -16px;
  border-left-color: #fff;
}

.pro-tooltip.top {
  -webkit-transform: translate3d(-100%, -100%, 0);
          transform: translate3d(-100%, -100%, 0);
}

.pro-tooltip.top:before {
  top: auto;
  bottom: -18px;
  right: 12px;
  border-top-color: #cbcbcb;
}

.pro-tooltip.top:after {
  top: auto;
  bottom: -16px;
  right: 13px;
  border-top-color: #fff;
}

.hide-scrollbars {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.hide-scrollbars::-webkit-scrollbar,
.hide-scrollbars ::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

button {
  border: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  background: transparent;
  cursor: pointer;
}

html.pro-gallery-multishare {
  width: 100%;
  height: 100%;
}

body.pro-gallery-multishare {
  height: 100%;
}

#sharedialog-content {
  display: block;
  overflow: visible;
  position: relative;
  height: 100%;
  background: #fff;
}

#sharedialog-content .sharer-dialog-container {
  padding: 90px 120px 110px;
}

#sharedialog-content .sharer-dialog-container.large {
  padding: 90px 70px 110px;
}

#sharedialog-content .sharer-dialog-container .sharer-dialog-x {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 14px;
  color: #080808;
  cursor: pointer;
}

#sharedialog-content .sharer-dialog-container .sharer-dialog-wrapper .sharer-dialog-title {
  text-align: center;
  font-size: 34px !important;
  line-height: 50px !important;
  font-family: "HelveticaNeueW01-65Medi", "HelveticaNeueW02-65Medi", "HelveticaNeueW10-65Medi", sans-serif;
  white-space: normal;
  overflow: hidden;
}

#sharedialog-content .sharer-dialog-container .sharer-dialog-wrapper .sharer-dialog-subtitle {
  margin-top: 13px;
  text-align: center;
  font-size: 16px !important;
  line-height: 26px !important;
  font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeueW02-45Ligh", "HelveticaNeueW10-45Ligh", sans-serif;
  white-space: normal;
  overflow: hidden;
}

#sharedialog-content .sharer-dialog-container .sharer-dialog-wrapper .sharer-dialog-input-container {
  position: relative;
  margin-top: 60px;
  border: 1px solid #cdcdd0;
}

#sharedialog-content .sharer-dialog-container .sharer-dialog-wrapper .sharer-dialog-input-container.mobile {
  border: none;
  border-bottom: 1px solid #cdcdd0;
}

#sharedialog-content .sharer-dialog-container .sharer-dialog-wrapper .sharer-dialog-input-container .sharer-dialog-input {
  width: calc(100% - 40px);
  margin-right: 40px;
  height: 43px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 43px;
  font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeueW02-45Ligh", "HelveticaNeueW10-45Ligh", sans-serif;
  font-size: 16px !important;
  background: #fff;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

#sharedialog-content .sharer-dialog-container .sharer-dialog-wrapper .sharer-dialog-input-container svg {
  position: absolute;
  cursor: default;
  top: 14px;
  right: 14px;
  width: 16px;
  height: 16px;
}

#sharedialog-content .sharer-dialog-container .sharer-dialog-wrapper .sharer-dialog-input-container svg .gallery-item-svg-foreground {
  fill: #080808;
}

#sharedialog-content .sharer-dialog-container .sharer-dialog-wrapper .sharer-dialog-input-container svg .gallery-item-svg-background {
  fill: #e9e9e9;
}

#sharedialog-content .sharer-dialog-container .sharer-dialog-wrapper .sharer-dialog-icons {
  width: 100%;
  margin-top: 25px;
  position: relative;
  background: #080808;
  color: #fff;
  height: 48px;
  line-height: 48px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  border: none;
  font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeueW02-45Ligh", "HelveticaNeueW10-45Ligh", sans-serif;
  font-size: 16px !important;
  overflow: hidden;
  cursor: pointer;
}

#sharedialog-content .sharer-dialog-container .sharer-dialog-wrapper .sharer-dialog-icons.no-button {
  background: transparent;
  cursor: default;
}

#sharedialog-content .sharer-dialog-container .sharer-dialog-wrapper .sharer-dialog-icons.no-button:after {
  content: '';
  color: transparent;
}

#sharedialog-content .sharer-dialog-container .sharer-dialog-wrapper .sharer-dialog-icons:after {
  content: 'Share';
  font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeueW02-45Ligh", "HelveticaNeueW10-45Ligh", sans-serif;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 48px !important;
  color: #fff;
  text-align: center;
}

#sharedialog-content .sharer-dialog-container .sharer-dialog-wrapper .sharer-dialog-icons i {
  float: left;
  width: auto;
  text-align: left;
  color: #080808;
  margin-right: calc(100% / 4 - 18px);
  line-height: 40px;
  cursor: pointer;
  font-size: 18px;
}

#sharedialog-content .sharer-dialog-container .sharer-dialog-wrapper .sharer-dialog-icons i:last-of-type {
  margin-right: 0;
  float: right;
}

#sharedialog-content .sharer-dialog-container .sharer-dialog-wrapper .sharer-dialog-success {
  text-align: center;
}

#sharedialog-content .sharer-dialog-container .sharer-dialog-wrapper .sharer-dialog-success svg {
  height: 50px;
  margin: 40px auto;
}

#sharedialog-content .sharer-dialog-container .sharer-dialog-wrapper .sharer-dialog-link {
  text-align: center;
  font-size: 12px;
  margin: auto;
  display: block;
  color: #080808;
  font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeueW02-45Ligh", "HelveticaNeueW10-45Ligh", sans-serif;
}

#multishare-content {
  display: block;
  overflow: visible;
  position: relative;
  height: 100%;
  background: transparent;
}

#multishare-content h1 {
  text-align: center;
  display: none;
}

#multishare-content .sharer-container .sharer-placeholder {
  height: calc(64px + 24px * 2);
  position: relative;
  background: transparent;
}

#multishare-content .sharer-container .sharer-floater {
  padding: 24px 30px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  margin-top: 10px;
  -webkit-box-shadow: 0 -1px 10px 0 rgba(26, 26, 26, 0.04);
          box-shadow: 0 -1px 10px 0 rgba(26, 26, 26, 0.04);
}

#multishare-content .sharer-container .sharer-wrapper {
  position: relative;
  width: 100%;
}

#multishare-content .sharer-container .sharer-wrapper .sharer-x {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  width: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
}

#multishare-content .sharer-container .sharer-wrapper .sharer-icons {
  float: right;
  margin-top: 10px;
  margin-right: 5px;
}

#multishare-content .sharer-container .sharer-wrapper .sharer-icons .dialog-share {
  width: 20px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: none;
  border-radius: 40px;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  float: right;
  font-size: 22px;
}

#multishare-content .sharer-container .sharer-wrapper .sharer-icons .dialog-share-number {
  font-style: normal;
  height: 40px;
  text-align: center;
  border: none;
  border-radius: 40px;
  display: inline-block;
  margin: 2px 16px 0 50px;
  float: left;
  cursor: pointer;
  font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeueW02-45Ligh", "HelveticaNeueW10-45Ligh", sans-serif;
  font-size: 18px;
  line-height: 42px;
  width: auto;
}

#multishare-content .sharer-container .sharer-wrapper .sharer-arrows-container {
  top: 0;
  left: auto;
  z-index: 9999;
  position: absolute;
  width: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  cursor: pointer;
  opacity: 0.9;
  color: #fff;
  font-size: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 10px 10px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 -3px 0 27px;
}

#multishare-content .sharer-container .sharer-wrapper .sharer-arrows-container:hover {
  opacity: 1;
}

#multishare-content .sharer-container .sharer-wrapper .sharer-arrows-container.prev {
  left: 23px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#multishare-content .sharer-container .sharer-wrapper .sharer-arrows-container.next {
  right: 133px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#multishare-content .sharer-container .sharer-wrapper .sharer-arrows-container svg {
  fill: #080808;
  stroke: #080808;
  stroke-width: 1px;
  width: 14px;
}

#multishare-content .sharer-container .sharer-wrapper .sharer-arrows-container svg.next {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

#multishare-content .sharer-container .sharer-wrapper .sharer-items {
  float: left;
  margin-left: 15px;
  width: calc(100% - 180px);
  height: calc(64px + 25px);
  margin-bottom: -25px;
  padding-bottom: 25px;
  overflow-x: auto;
  white-space: nowrap;
  position: relative;
}

#multishare-content .sharer-container .sharer-wrapper .sharer-items .sharer-item {
  display: inline-block;
  width: auto;
  height: 64px;
  margin: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
  white-space: normal;
}

#multishare-content .sharer-container .sharer-wrapper .sharer-items .sharer-item:first-of-type {
  margin-left: 0;
}

#multishare-content .sharer-container .sharer-wrapper .sharer-items .sharer-item:last-of-type {
  margin-right: 0;
}

#multishare-content .sharer-container .sharer-wrapper .sharer-items .sharer-item .sharer-item-x {
  position: absolute;
  font-size: 10px;
  top: 0;
  right: 0;
  line-height: 0;
  margin: 6px;
  cursor: pointer;
  display: none;
  color: #fff;
  z-index: 99;
}

#multishare-content .sharer-container .sharer-wrapper .sharer-items .sharer-item:hover {
  background: rgba(0, 0, 0, 0.9);
}

#multishare-content .sharer-container .sharer-wrapper .sharer-items .sharer-item:hover .sharer-item-text,
#multishare-content .sharer-container .sharer-wrapper .sharer-items .sharer-item:hover img {
  opacity: 0.6;
}

#multishare-content .sharer-container .sharer-wrapper .sharer-items .sharer-item:hover .sharer-item-x {
  display: block;
}

#multishare-content .sharer-container .sharer-wrapper .sharer-items .sharer-item img {
  width: auto;
  height: 100%;
}

#multishare-content .sharer-container .sharer-wrapper .sharer-items .sharer-item div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent !important;
}

#multishare-content .sharer-container.mobile .sharer-placeholder {
  height: calc(24px + 24px * 2);
}

#multishare-content .sharer-container.mobile .sharer-floater {
  padding: 0 30px;
}

@media (max-width: 600px) {
  .sharer-dialog-container {
    padding: 50px !important;
  }
}
/*# sourceMappingURL=externalsMultishare.css.map*/