@keyframes c-shares-template-5-loader {
  from {
    -webkit-transform: translate(-100%, -100%);
    -moz-transform: translate(-100%, -100%);
    -ms-transform: translate(-100%, -100%);
    -o-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
  }
  to {
    -webkit-transform: translate(100%, 100%);
    -moz-transform: translate(100%, 100%);
    -ms-transform: translate(100%, 100%);
    -o-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
  }
}
.widget.c-shares.c-shares-template-5 .widget-all {
  display: block;
  width: 140px;
  padding-left: 10px;
  text-align: right;
  text-decoration: none;
}
.widget.c-shares.c-shares-template-5 .widget-all-desktop {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  word-break: break-word;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.widget.c-shares.c-shares-template-5 .widget-all-mobile {
  display: none;
  padding: 6px 7px;
}
.widget.c-shares.c-shares-template-5 .widget-all-mobile svg path {
  stroke: #B0B0B0;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: stroke;
  -moz-transition-property: stroke;
  -ms-transition-property: stroke;
  -o-transition-property: stroke;
  transition-property: stroke;
}
.widget.c-shares.c-shares-template-5 .widget-header[data-link-all=true] .widget-title.align-center {
  margin-left: 150px;
}
.widget.c-shares.c-shares-template-5 .widget-header[data-link-all=true] .widget-description.align-center {
  margin-left: 150px;
}
/* .widget.c-shares.c-shares-template-5 .widget-content {
  overflow: hidden;
} */
.widget.c-shares.c-shares-template-5 .widget-item {
  position: relative;
  display: block;
  height: 295px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.widget.c-shares.c-shares-template-5 .widget-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.widget.c-shares.c-shares-template-5 .widget-item:hover:after {
  opacity: 0.4;
}
.widget.c-shares.c-shares-template-5 .widget-item-picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.widget.c-shares.c-shares-template-5 .widget-item-picture[data-lazyload-use=true] {
  background-color: #F2F2F2;
}
.widget.c-shares.c-shares-template-5 .widget-item-timer {
  position: absolute;
  top: 32px;
  left: 24px;
  right: 24px;
  z-index: 1;
}
.widget.c-shares.c-shares-template-5 .widget-item-text {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 32px;
  z-index: 1;
}
.widget.c-shares.c-shares-template-5 .widget-item-period {
  font-size: 12px;
  line-height: 1.333333;
  color: #F2F2F2;
  margin-bottom: 8px;
}
.widget.c-shares.c-shares-template-5 .widget-item-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  color: #FFFFFF;
  max-height: 88px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.widget.c-shares.c-shares-template-5 .widget-loader-effect {
  position: relative;
  background-color: #F2F2F2;
  overflow: hidden;
}
.widget.c-shares.c-shares-template-5 .widget-loader-effect::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 35%, rgba(255, 255, 255, 0.85) 50%, rgba(0, 0, 0, 0) 65%);
  z-index: 1;
  animation-name: c-shares-template-5-loader;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.widget.c-shares.c-shares-template-5 .widget-loader-timer {
  overflow: hidden;
}
.widget.c-shares.c-shares-template-5 .widget-loader-timer-item {
  width: 52px;
  height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media all and (max-width: 500px) {
  .widget.c-shares.c-shares-template-5 .widget-header[data-link-all=true] .widget-title.align-center {
    margin-left: 40px;
  }
  .widget.c-shares.c-shares-template-5 .widget-header[data-link-all=true] .widget-description.align-center {
    margin-left: 40px;
  }
  .widget.c-shares.c-shares-template-5 .widget-all-desktop {
    display: none;
  }
  .widget.c-shares.c-shares-template-5 .widget-all-mobile {
    display: block;
  }
  .widget.c-shares.c-shares-template-5 .widget-all {
    width: 30px;
    padding-left: 0;
    margin-left: 10px;
  }
  .widget.c-shares.c-shares-template-5 .widget-title-margin.align-center {
    margin-left: 30px;
  }
  .widget.c-shares.c-shares-template-5 .widget-item-timer,
.widget.c-shares.c-shares-template-5 .widget-item-text {
    left: 16px;
    right: 16px;
  }
}

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


/* Shares */
.ldgtl-shares {
  /* background-image: url('/upload/medialibrary/6ce/436zeuqt7p0itam4ivjlgo7i79lsxdaz.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 100px; */
  margin: 75px 0;
}

@media(max-width: 880px) {
    
    .widget-content > .new-flex-class {
        justify-content: center !important;
    }
    
    .new-flex-class > .intec-grid-item-2 {
        flex: 0 0 63% !important;
        max-width: 100% !important;
    }
}

@media(max-width: 700px) {
    .new-flex-class > .intec-grid-item-2 {
        flex: 0 0 80% !important;
    }
}

@media(max-width: 575px) {
    .new-flex-class > .intec-grid-item-2 {
        flex: 0 0 100% !important;
    }
    
    /* .widget.c-shares.c-shares-template-5 .ldgtl-share-pic {
        background-size: cover !important;
    } */
    
    .widget.c-shares.c-shares-template-5 .widget-item-timer {
        left: 0px !important;
        top: 0px !important;
    }
}

.centered-items {
    text-align: center;
}

.share-button__main {
    margin: 20px auto 0 auto;
}

.new-flex-class > .intec-grid-item-500-1 {
    max-width: 440px !important;
}


.shares-items .slick-slide {
    padding: 20px 10px;
}

.shares-items .slick-prev {
    left: 0;
    z-index: 9;
}

.shares-items .slick-next {
    right: 0;
}