/*
---------------------------------------------------------
DELA
--------------------------------------------------------- */

.lp-share-page {
   list-style-type: none;
   margin: 30px 0 0;
   padding: 0;
}

.lp-share-page li {
   display: inline-block;
   margin: 0 5px;
}

.lp-share-page a {
  position: relative;
   overflow: hidden;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   width: 88px;
   height: 88px;
   border-radius: 50%;
   color: #fff;
   text-decoration: none;
   -webkit-transition: all 150ms ease;
   transition: all 150ms ease;
}

.lp-share-page a span {
  position: absolute;
  left: -999px;
}

.lp-share-page a:hover,
.lp-share-page a:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.lp-share-page .lp-icon {
  font-size: 2em;
}

.lp-share-page-facebook a {
   background-color: #3d5b96;
}

.lp-share-page-twitter a {
   background-color: #29a7de;
}

.lp-share-page-linkedin a {
   background-color: #4392cc;
}

.lp-share-page-gplus a {
   background-color: #dd4b38;
}

.lp-share-page-email a {
   background-color: #333;
}

.lp-share-overlay {
  opacity: 0;
  background: url('/images/18.3a9e460015e5126af377070a/1505201692914/share-bg.jpg');
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 64000;

  -webkit-transition: opacity .2s linear;

  transition: opacity .2s linear;
}

.lp-share-content {
  display: none;
}

.lp-share--open {
  overflow: hidden;
}

.lp-share--open > .sv-layout {
  -webkit-transition: .2s filter linear;
  transition: .2s filter linear;

  -webkit-filter: blur(40px);

          filter: blur(40px);
}

.lp-share--open .lp-share-overlay {
  opacity: .8;
  height: 100%;
  display: block;
}

.lp-share--open .lp-share-container {
  z-index: 64001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.lp-share-container {
  display: none;
}

.lp-share--open .lp-share-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.lp-share-container .lp-share-close {
  position: absolute;

  right: 20px;
  top: 20px;
  font-size: 5.0rem;
  background: 0;
  color: #fff;
  border: 0;

  visibility: hidden;
  -webkit-transition: opacity .5s cubic-bezier(.87, -.41, .19, 1.44), -webkit-transform .5s  cubic-bezier(.87, -.41, .19, 1.44);
  transition: opacity .5s cubic-bezier(.87, -.41, .19, 1.44), -webkit-transform .5s  cubic-bezier(.87, -.41, .19, 1.44);
  transition: opacity .5s cubic-bezier(.87, -.41, .19, 1.44), transform .5s  cubic-bezier(.87, -.41, .19, 1.44);
  transition: opacity .5s cubic-bezier(.87, -.41, .19, 1.44), transform .5s  cubic-bezier(.87, -.41, .19, 1.44), -webkit-transform .5s  cubic-bezier(.87, -.41, .19, 1.44);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.lp-share-container .lp-share-close--visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.lp-share--open .lp-share-content {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 700px;
  text-align: center;
}

.lp-share-content .lp-share-page > li {
  visibility: hidden;
  -webkit-transition: opacity .5s cubic-bezier(.87, -.41, .19, 1.44), -webkit-transform .5s  cubic-bezier(.87, -.41, .19, 1.44);
  transition: opacity .5s cubic-bezier(.87, -.41, .19, 1.44), -webkit-transform .5s  cubic-bezier(.87, -.41, .19, 1.44);
  transition: opacity .5s cubic-bezier(.87, -.41, .19, 1.44), transform .5s  cubic-bezier(.87, -.41, .19, 1.44);
  transition: opacity .5s cubic-bezier(.87, -.41, .19, 1.44), transform .5s  cubic-bezier(.87, -.41, .19, 1.44), -webkit-transform .5s  cubic-bezier(.87, -.41, .19, 1.44);
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}


.lp-share-content .lp-share-headline,
.lp-share-content .lp-share-preamble,
.lp-share-content .lp-share-title {
  visibility: hidden;
  opacity: 0;
  color: #fff;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.lp-share-content .lp-share-title {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .6);
  font-size: 1.4rem;
  text-transform: uppercase;
}

.lp-share-content .lp-share-headline {
  font-size: 3.6rem;
  line-height: 3.6rem;
  margin: 0;
}

.lp-share-content--visible .lp-share-headline {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.lp-share-content--visible .lp-share-preamble {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.lp-share-content--visible .lp-share-page > li {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.lp-share-content--visible .lp-share-title {
  visibility: visible;
  opacity: 1;
}

.lp-share-content--visible .lp-share-headline,
.lp-share-content--visible .lp-share-preamble {
  visibility: visible;
  opacity: 1;
}

.lp-share-content--visible .lp-share-headline {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.lp-share-content--visible .lp-share-preamble {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
