.l2d-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 10000;
}
.l2d-body {
  position: fixed;
  left: 50%;
  top: 10%;
  width: 750px;
  margin-left: -375px;
  background: #ffffff;
  z-index: 10001;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
.l2d-body .close {
  display: block;
  font-size: 45px;
  font-weight: 100;
  text-decoration: none;
  position: absolute;
  right: 0px;
  top: -50px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
  font-family: Helvetica, sans-serif;
  color: #FFF !important;
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
.l2d-body header {
  padding: 40px;
}
.l2d-body header h2 {
  margin: 0;
  padding: 0;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 400;
}
.l2d-body .like-and-email {
  background: #f5f5f5;
  zoom: 1;
}
.l2d-body .like-and-email:before {
  content: '';
  display: block;
}
.l2d-body .like-and-email:after {
  content: '';
  display: table;
  clear: both;
}
.l2d-body .like-and-email.step-1-finished .le-entry.like-btn {
  width: 25%;
}
.l2d-body .like-and-email.step-1-finished .le-entry.like-btn .like-box {
  zoom: 1;
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
}
.l2d-body .like-and-email.step-1-finished .le-entry.email-btn {
  width: 75%;
}
.l2d-body .like-and-email.step-1-finished .le-entry.email-btn .email-box input {
  min-width: 250px;
}
.l2d-body .like-and-email .le-entry {
  padding: 25px 25px;
  float: left;
  width: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  overflow: visible;
  position: relative;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  zoom: 1;
}
.l2d-body .like-and-email .le-entry:before {
  content: '';
  display: block;
}
.l2d-body .like-and-email .le-entry:after {
  content: '';
  display: table;
  clear: both;
}
.l2d-body .like-and-email .le-entry.like-btn {
  border-right: 1px solid #FFF;
}
.l2d-body .like-and-email .le-entry.like-btn .like-box {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 7px;
  z-index: 100;
  overflow: hidden;
  width: 70px;
  height: 70px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.l2d-body .like-and-email .le-entry.like-btn.allow-share .like-box {
  overflow: visible;
}
.l2d-body .like-and-email .le-entry.like-btn.allow-share .fb-like iframe.fb_iframe_widget_lift {
  padding-left: 10px;
  width: 460px !important;
}
.l2d-body .like-and-email .le-entry.like-btn.like-only {
  width: 100%;
  border-right: 0;
}
.l2d-body .like-and-email .le-entry.like-btn.is-loading {
  zoom: 1;
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.l2d-body .like-and-email .le-entry.like-btn.loaded .like-box {
  pointer-events: none;
}
.l2d-body .like-and-email .le-entry.like-btn.allow-share .like-box {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
}
.l2d-body .like-and-email .le-entry.email-btn {
  border-left: 1px solid #FFF;
}
.l2d-body .like-and-email .le-entry.email-btn .email-box {
  display: inline-block;
  position: relative;
  background: #FFF;
  padding: 2px 10px;
  margin-top: 12px;
  padding-left: 5px;
}
.l2d-body .like-and-email .le-entry.email-btn .email-box .email-submit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  height: 100%;
  padding: 0 5px;
  overflow: hidden;
  width: 35px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.l2d-body .like-and-email .le-entry.email-btn .email-box.is-loading input {
  background: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.l2d-body .like-and-email .le-entry.email-btn .email-box.is-loading .l2d-spinner {
  visibility: visible;
}
.l2d-body .like-and-email .le-entry.email-btn .email-box:after {
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  background: #e5e5e5;
  top: 12px;
  bottom: 12px;
  right: 35px;
}
.l2d-body .like-and-email .le-entry.email-btn .email-box input {
  border: 0;
  border-radius: 0;
  min-width: 170px;
  background: url(../img/mail@2x.png) no-repeat right center;
  background-size: 12px;
  -webkit-background-size: 12px;
  -moz-background-size: 12px;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.428571429rem;
  padding-right: 35px;
  font-size: 13px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.l2d-body .like-and-email .le-entry.email-btn .email-box .l2d-spinner {
  position: absolute;
  right: 12px;
  top: 12px;
  visibility: hidden;
}
.l2d-body .like-and-email .le-entry .step {
  display: block;
  font-size: 55px;
  font-weight: 100;
  color: #d6d6d6;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: left;
  line-height: 1;
}
.l2d-body .like-and-email.l2d-display-send .le-entry.like-btn .like-box {
  width: 70px;
  height: 35px;
}
.l2d-body .like-and-email.l2d-display-send.message-send .le-entry.like-btn .like-box {
  pointer-events: none;
  zoom: 1;
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.l2d-body .errors-container,
.l2d-body .successmsg-container {
  background-color: #cc3f44;
  color: #FFF;
  padding: 10px 40px;
  font-size: 12px;
  text-align: center;
  display: none;
}
.l2d-body .errors-container.successmsg-container,
.l2d-body .successmsg-container.successmsg-container {
  background-color: #8dc63f;
}
.l2d-body .description {
  padding: 40px;
  line-height: 1.35;
  font-size: 13px;
  border-top: 1px solid #f5f5f5;
}
.l2d-body .description p {
  line-height: 1.35;
  margin: 0;
}
.l2d-body .description p + p {
  margin-top: 15px;
}
.l2d-body footer {
  background: #f5f5f5;
  padding: 40px;
  text-align: center;
  zoom: 1;
}
.l2d-body footer:before {
  content: '';
  display: block;
}
.l2d-body footer:after {
  content: '';
  display: table;
  clear: both;
}
.l2d-body footer .get-coupon-description {
  float: left;
  width: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  background: url(../img/cut@2x.png) no-repeat left center;
  padding-left: 45px;
  background-size: 24px;
  -moz-background-size: 24px;
  text-align: left;
}
.l2d-body footer .get-coupon-description span {
  color: #222222;
  display: block;
  font-size: 15px;
  margin-top: 5px;
  font-weight: normal;
}
.l2d-body footer .get-coupon-description.large-box {
  width: auto;
  font-size: 13px;
  display: inline-block;
  float: none;
  text-align: center;
}
.l2d-body footer .get-coupon-description.large-box span {
  font-size: 28px;
}
.l2d-body footer .coupon-code {
  float: left;
  width: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  zoom: 1;
}
.l2d-body footer .coupon-code:before {
  content: '';
  display: block;
}
.l2d-body footer .coupon-code:after {
  content: '';
  display: table;
  clear: both;
}
.l2d-body footer .coupon-code .cc-wrapper {
  position: relative;
  border: 2px dashed #000000;
  padding: 20px;
  background: #FFF;
  float: right;
  margin-top: -40px;
  top: 20px;
}
.l2d-body footer .coupon-code .cc-wrapper input {
  font-size: 25px;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  outline: none;
  text-align: center;
  display: inline-block;
  max-width: 160px;
  color: #333;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
.l2d-body footer .coupon-code .cc-wrapper .closed-text {
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  padding: 20px;
  text-align: center;
  line-height: 1.4;
  background: #cc0000 url(../img/scissors.png) no-repeat left center;
  color: #FFF;
  border: 5px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  visibility: hidden;
  white-space: nowrap;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.l2d-body footer .coupon-code .cc-wrapper.closed input {
  color: #FFF;
}
.l2d-body footer .coupon-code .cc-wrapper.closed .closed-text {
  visibility: visible;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.l2d-body footer .coupon-code .apply-coupon-now {
  background: #C00;
  display: block;
  float: right;
  color: #FFF;
  text-transform: uppercase;
  padding: 15px 20px;
  text-decoration: none;
}
@media screen and (max-width: 899px) {
  .l2d-body {
    width: auto;
    left: 0;
    right: 0;
    margin: 0 25px;
    position: absolute;
  }
}
@media screen and (max-width: 899px) and (max-width: 783px) {
  .l2d-body header {
    padding: 20px;
  }
  .l2d-body header h2 {
    font-size: 22px;
  }
  .l2d-body .description {
    padding: 20px;
  }
  .l2d-body .like-and-email .le-entry {
    width: 100%;
    border: 0;
    margin: 0;
    float: none;
  }
  .l2d-body .like-and-email .le-entry.like-btn {
    border-bottom: 2px solid #FFF;
  }
  .l2d-body .like-and-email.step-1-finished .le-entry.like-btn,
  .l2d-body .like-and-email.step-1-finished .le-entry.email-btn {
    width: 100%;
  }
  .l2d-body .like-and-email.step-1-finished .le-entry.email-btn .email-box input {
    min-width: 170px;
  }
  .l2d-body footer .get-coupon-description,
  .l2d-body footer .coupon-code {
    width: auto;
    float: none;
    display: inline-block;
    text-align: center;
  }
  .l2d-body footer .get-coupon-description {
    top: -10px;
    position: relative;
  }
  .l2d-body footer .coupon-code {
    display: block;
  }
  .l2d-body footer .coupon-code .cc-wrapper {
    margin-top: 0;
    float: none;
    display: inline-block;
  }
}
.l2d-overlay,
.l2d-body {
  display: none;
  -webkit-animation-duration: 0.5s !important;
  -moz-animation-duration: 0.5s !important;
  -o-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important;
}
.l2d-overlay.visible,
.l2d-body.visible {
  display: block;
}
.l2d-single-banner a,
.l2d-loop-banner a {
  display: block;
  zoom: 1;
}
.l2d-single-banner a:before,
.l2d-loop-banner a:before {
  content: '';
  display: block;
}
.l2d-single-banner a:after,
.l2d-loop-banner a:after {
  content: '';
  display: table;
  clear: both;
}
.l2d-single-banner .img-responsive,
.l2d-loop-banner .img-responsive {
  max-width: 100%;
  display: block;
}
.l2d-single-banner.l2d-single-banner-type-text,
.l2d-loop-banner.l2d-single-banner-type-text {
  margin-bottom: 10px;
}
.l2d-single-banner.l2d-single-banner-type-text a,
.l2d-loop-banner.l2d-single-banner-type-text a {
  color: #555;
  font-size: 14px;
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
.l2d-single-banner.l2d-single-banner-type-text a:hover,
.l2d-loop-banner.l2d-single-banner-type-text a:hover {
  color: #000;
}
.l2d-single-banner.l2d-position-title_after,
.l2d-loop-banner.l2d-position-title_after {
  margin-top: 10px;
}
.l2d-single-banner.l2d-position-rating_after,
.l2d-loop-banner.l2d-position-rating_after,
.l2d-single-banner.l2d-position-price_after,
.l2d-loop-banner.l2d-position-price_after {
  margin-top: 0px;
  margin-bottom: 25px;
}
.l2d-single-banner.l2d-position-excerpt_after,
.l2d-loop-banner.l2d-position-excerpt_after {
  margin-bottom: 25px;
}
.l2d-single-banner.l2d-position-sharing_after,
.l2d-loop-banner.l2d-position-sharing_after {
  margin-top: 25px;
}
.l2d-single-banner.l2d-position-single_after,
.l2d-loop-banner.l2d-position-single_after {
  margin-bottom: 25px;
}
.l2d-single-banner.l2d-position-shortcode,
.l2d-loop-banner.l2d-position-shortcode {
  margin-bottom: 15px;
}
.l2d-loop-banner {
  margin-top: 10px;
  margin-bottom: 20px;
}
.l2d-loop-banner.l2d-position-loop_after {
  margin-top: 10px;
  margin-bottom: 0;
}
.l2d-loop-banner.is-after {
  margin-top: 10px;
  margin-bottom: 0;
}
.l2d-side-banner {
  position: fixed;
  left: 0;
  top: 50%;
  display: none;
  z-index: 10;
}
.l2d-side-banner.l2d-position-right {
  right: 0;
  left: auto;
}
@media (max-width: 768px) {
  .l2d-side-banner {
    display: none !important;
  }
}
.l2d-spinner {
  margin: 0px auto;
  width: 12px;
  height: 12px;
  position: relative;
}
.container1 > div,
.container2 > div,
.container3 > div {
  width: 3px;
  height: 3px;
  background-color: #333;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.l2d-spinner .l2d-spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.circle1 {
  top: 0;
  left: 0;
}
.circle2 {
  top: 0;
  right: 0;
}
.circle3 {
  right: 0;
  bottom: 0;
}
.circle4 {
  left: 0;
  bottom: 0;
}
.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.container3 .circle1 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
