/* Wrapper */
.lb-wrapper a {
  border-bottom: 0 !important;
  text-decoration: none !important;
}

.lb-wrapper a:focus{
  outline: none;
}

.lb-button {
  /*padding: 0.375em 0.625em;*/
  font-size: 1em;
  line-height: 1;
  font-weight: normal;
}

/* Colors */
a.liked {
  color: #da1b1b;
}
a.liked:hover,
a.liked:active,
a.liked:focus {
  color: #666666;
}

/* Icon */
.lb-icon {
  margin-right: 0.3125em;
  font-family: 'Arial Unicode MS', Arial, sans-serif;
  vertical-align: middle;
}
.lb-icon svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
}
.lb-icon svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0;
}

/* Count */
.lb-count {
/*  font-size: 0.625em;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: uppercase;
  vertical-align: middle;*/
}

/* Loader */
span#lb-loader {
  height: 20px;
  width: 5px;
  display: inline-block;
}
.lb-loader,
.lb-loader:before,
.lb-loader:after {
  background: rgba(0, 0, 0, 0.2);
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: .2em;
  height: .6em;
}
.lb-loader:before,
.lb-loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.lb-loader:before {
  left: -.375em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.lb-loader {
  text-indent: -9999em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.lb-loader:after {
  left: .375em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}

.like_button_error {
  position: absolute;
  font-size: .8em;
  color: #c74343;
  line-height: 1;
}

.like_button_error a {
  color: inherit!important;
  text-decoration: underline!important;
  padding: 0!important;
}

div#video_infos .like_button_error {
  width: 190px;
  left: -10px;
}

.news-template-default .share-box .like_button_error a {
  font-size: 1em;
  margin: 0;
}

.news-template-default .share-box .like_button_error {
  right: 0;
}

@media (max-width: 1024px){
  div#video_infos .like_button_error {
    width: auto;
    white-space: nowrap;
    left: 0;
  }
}