@import 'font-awesome.css';
.ned-player-widget *,
.ned-player-widget *:after,
.ned-player-widget *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.ned-player-widget {
  position: relative;
  margin-bottom: 10px;
/* Mixin */
}
.ned-player-widget .cf:before,
.ned-player-widget .cf:after {
  content: " ";
  display: table;
}
.ned-player-widget .cf:after {
  clear: both;
}
.ned-player-widget .no-resize {
  resize: none;
}
.ned-player-widget .media input[type=range].slider-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  cursor: pointer;
  display: block;
  height: 100%;
  min-height: 30px;
  overflow: hidden;
  margin: 0;
}
.ned-player-widget .media input[type=range].slider-range:hover,
.ned-player-widget .media input[type=range].slider-range:active,
.ned-player-widget .media input[type=range].slider-range:focus {
  outline: none;
  border: none;
}
.ned-player-widget .media input[type=range].slider-range:hover::-webkit-slider-thumb,
.ned-player-widget .media input[type=range].slider-range:active::-webkit-slider-thumb {
  width: 15px;
  height: 15px;
  background: #666;
}
.ned-player-widget .media input[type=range].slider-range:hover::-moz-range-thumb,
.ned-player-widget .media input[type=range].slider-range:active::-moz-range-thumb {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.ned-player-widget .media input[type=range].slider-range:hover::-ms-thumb,
.ned-player-widget .media input[type=range].slider-range:active::-ms-thumb {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.ned-player-widget .media input[type=range].slider-range:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.ned-player-widget .media input[type=range].slider-range::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  background: #ccc;
  height: 5px;
}
.ned-player-widget .media input[type=range].slider-range::-webkit-slider-thumb {
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  background: #666;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-top: -5px;
  position: relative;
}
.ned-player-widget .media input[type=range].slider-range::-webkit-slider-thumb:before {
  position: absolute;
  top: 5px;
  right: 50%;
  left: -1000px;
  background: #666;
  content: '';
  height: 5px;
  pointer-events: none;
}
.ned-player-widget .media input[type=range].slider-range::-moz-range-track {
  width: 45px;
  height: 5px;
  width: 100%;
}
.ned-player-widget .media input[type=range].slider-range::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: #666;
  border: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.ned-player-widget .media input[type=range].slider-range::-moz-range-progress {
  height: 5px;
  background: #666;
  border: 0;
  margin-top: 0;
}
.ned-player-widget .media input[type=range].slider-range::-ms-track {
  background: transparent;
  border: 0;
  border-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  color: transparent;
  height: 5px;
  margin-top: 10px;
  width: 45px;
}
.ned-player-widget .media input[type=range].slider-range::-ms-thumb {
  border: 0px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background: #666;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.ned-player-widget .media input[type=range].slider-range::-ms-fill-lower {
  background: #666;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ned-player-widget .media input[type=range].slider-range::-ms-fill-upper {
  background: #ccc;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ned-player-widget .media input[type=range].slider-range::-ms-tooltip {
  display: none;
}
.ned-player-widget .media .progress-bar {
  float: left;
  width: 73%;
}
.ned-player-widget .media .progress-bar .slider-range {
  width: 100%;
}
.ned-player-widget .media .volume-bar {
  float: left;
  margin-left: 5px;
  width: 25%;
}
.ned-player-widget .media .volume-bar .slider-range {
  float: left;
  width: 55%;
}
.ned-player-widget .media .volume-bar .volume-max,
.ned-player-widget .media .volume-bar .volume-min {
  float: left;
  font-size: 10px;
  padding: 3px;
  margin: 5px 0 0 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
.ned-player-widget .media .volume-bar .volume-max:hover,
.ned-player-widget .media .volume-bar .volume-min:hover,
.ned-player-widget .media .volume-bar .volume-max:focus,
.ned-player-widget .media .volume-bar .volume-min:focus {
  outline: none;
}
.ned-player-widget .media .volume-bar .volume-max .fa,
.ned-player-widget .media .volume-bar .volume-min .fa {
  font-size: 14px;
  margin: 0;
  width: auto;
}
@media screen and (max-width: 450px) {
  .ned-player-widget .media .volume-bar .volume-max {
    display: none;
  }
  .ned-player-widget .media .volume-bar .slider-range {
    width: 75%;
  }
}
.ned-player-widget .fa {
  vertical-align: -10%;
  font-size: 28px;
  display: inline-block;
  width: 1.07142857em;
  text-align: center;
  margin-right: 5px;
}
.ned-player-widget .separator {
  border-bottom: 1px solid #dadada;
  margin: 5px 0;
}
.ned-player-widget .action {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  line-height: normal;
  outline: 0;
  position: absolute;
  z-index: 1;
  right: 0;
  text-decoration: none;
  top: 0;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}
.ned-player-widget .action.left-btn {
  float: left;
  left: 0;
}
.ned-player-widget .action.right-btn {
  float: right;
  right: 0;
}
.ned-player-widget .player {
  font-size: 12px;
}
.ned-player-widget .player .share {
  display: block;
  float: right;
  margin-top: 16px;
  color: #fff;
}
.ned-player-widget .player .share .facebook,
.ned-player-widget .player .share .twitter {
  color: #666;
}
.ned-player-widget .player .share .facebook:hover {
  color: #3b5998;
}
.ned-player-widget .player .share .twitter:hover {
  color: #00aced;
}
.ned-player-widget .player.desktop {
  border: 1px solid #ededed;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 0px 10px 10px;
  height: auto;
  width: 100%;
  max-width: 900px;
}
.ned-player-widget .player.desktop .dialog {
  display: none;
}
.ned-player-widget .player.desktop .modal-share,
.ned-player-widget .player.desktop .modal-link {
  position: absolute;
  background-color: rgba(255,255,255,0.9);
  width: 100%;
  max-width: 900px;
  height: 210px;
  z-index: 100;
  left: 0;
  top: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.ned-player-widget .player.desktop .modal-share .close,
.ned-player-widget .player.desktop .modal-link .close {
  background: none;
  border: none;
  -webkit-box-shadow: non;
  box-shadow: non;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  height: 28px;
  line-height: normal;
  outline: 0;
  padding: 0 10px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 10px;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}
.ned-player-widget .player.desktop .modal-share .title,
.ned-player-widget .player.desktop .modal-link .title {
  margin-top: 40px;
  text-align: center;
  font-size: 1.6em;
}
.ned-player-widget .player.desktop .modal-share .copy,
.ned-player-widget .player.desktop .modal-link .copy {
  width: auto;
  display: table;
  margin: 20px auto;
  text-align: center;
}
.ned-player-widget .player.desktop .modal-share .copy .highlight,
.ned-player-widget .player.desktop .modal-link .copy .highlight {
  padding: 9px 14px;
  margin-bottom: 14px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0 auto;
  color: #666;
  font-size: 1.8em;
  margin-right: 15px;
  padding: 2px;
  font-weight: 400;
  width: 370px;
  float: left;
  height: 50px;
  white-space: pre;
}
.ned-player-widget .player.desktop .modal-share .copy button.copy-btn,
.ned-player-widget .player.desktop .modal-link .copy button.copy-btn {
  padding: 15px 25px;
  background-color: #decfa7;
  color: #333;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: large;
  float: left;
}
.ned-player-widget .player.desktop .left {
  border-right: 1px solid #dadada;
  width: 50%;
  padding-right: 10px;
  display: block;
  float: left;
}
.ned-player-widget .player.desktop .left .header {
  display: block;
}
.ned-player-widget .player.desktop .left .header .button-list {
  display: none;
}
.ned-player-widget .player.desktop .left .header .cover {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  position: relative;
  display: block;
  float: left;
  margin-right: 15px;
  z-index: 99;
  background: #decfa7;
}
.ned-player-widget .player.desktop .left .header .cover img {
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.ned-player-widget .player.desktop .left .header .cover .play-pause {
  width: 100%;
  position: absolute;
  color: #fff;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  -o-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
}
.ned-player-widget .player.desktop .left .header .cover .play-pause i {
  position: relative;
  font-size: 5em;
  display: none;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  -o-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
}
.ned-player-widget .player.desktop .left .header .cover .play-pause i.active {
  display: block;
}
.ned-player-widget .player.desktop .left .header .clip-data {
  position: relative;
  display: block;
}
.ned-player-widget .player.desktop .left .header .clip-data h2,
.ned-player-widget .player.desktop .left .header .clip-data h3 {
  overflow: hidden;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-height: 32px; /* fallback */
}
.ned-player-widget .player.desktop .left .header .clip-data h2 {
  display: block;
  color: #636363;
  margin: 5px;
  font-weight: bold;
  line-height: 1.2;
  font-size: 14px;
}
.ned-player-widget .player.desktop .left .header .clip-data h3 {
  min-height: 16px;
  max-height: 75px;
  font-size: 13px;
  line-height: 1;
  font-weight: 300;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #ececec;
}
.ned-player-widget .player.desktop .left .header .clip-data .post-data {
  font-size: 11px;
  line-height: 9px;
  font-weight: 300;
  margin: 5px 0;
}
.ned-player-widget .player.desktop .left .header .clip-data .post-data a {
  color: #decfa7;
  text-decoration: none;
}
.ned-player-widget .player.desktop .left .header .clip-data .post-data div {
  float: left;
  display: block;
  margin-right: 4px;
}
.ned-player-widget .player.desktop .left .media {
  display: block;
  position: relative;
  margin-top: 10px;
}
.ned-player-widget .player.desktop .left .media .time {
  margin: 0;
  width: 75%;
  margin-top: -5px;
  position: relative;
}
.ned-player-widget .player.desktop .left .media .time .in,
.ned-player-widget .player.desktop .left .media .time .out {
  color: #666;
  font-size: 12px;
}
.ned-player-widget .player.desktop .left .media .time .in.in,
.ned-player-widget .player.desktop .left .media .time .out.in {
  float: right;
}
.ned-player-widget .player.desktop .left .media .time .in.out,
.ned-player-widget .player.desktop .left .media .time .out.out {
  float: left;
}
.ned-player-widget .player.desktop .left .media .time .bar {
  background-color: #646464;
  height: 3px;
  width: 100%;
  display: inline-block;
}
.ned-player-widget .player.desktop .left .media .time .bar .fragment {
  width: 25%;
  height: 3px;
  display: inline-block;
  margin: 0;
  float: left;
}
.ned-player-widget .player.desktop .left .media .time .bar .fragment.active {
  background-color: #decfa7;
}
.ned-player-widget .player.desktop .left .media .time .dot {
  width: 20px;
  height: 20px;
  background-color: #919191;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 1px #888;
  box-shadow: 2px 2px 1px #888;
  top: 22px;
  position: absolute;
}
.ned-player-widget .player.desktop .left .media .tools {
  bottom: -10px;
  display: block;
  float: left;
  position: relative;
  margin-top: 10px;
  margin-bottom: 5px;
}
.ned-player-widget .player.desktop .left .media .tools span {
  margin-right: 25px;
}
.ned-player-widget .player.desktop .left .media .tools span i {
  margin-right: 5px;
  font-size: 11px;
}
.ned-player-widget .player.desktop .left .media .tools span a {
  color: #909090;
  font-size: 12px;
  text-decoration: none;
}
.ned-player-widget .player.desktop .right {
  display: block;
  float: left;
  width: 50%;
  padding: 0 10px;
}
.ned-player-widget .player.desktop .right .listas .related {
  margin: 0 !important;
}
.ned-player-widget .player.desktop .right .listas .related span h2 {
  border-right: 1px solid #dadada;
  margin: 0;
  font-weight: 300;
  color: #dadada;
  display: block;
  float: left;
  margin-right: 2px;
  padding: 0 15px 0;
  font-size: 18px;
  text-transform: uppercase;
}
.ned-player-widget .player.desktop .right .listas .related span.active h2 {
  font-weight: bold;
  color: #777;
}
.ned-player-widget .player.desktop .right .listas .related .list-display {
  display: none;
}
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .temas-item-list,
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .relacionados-item-list {
  height: 170px;
  overflow: auto;
  float: left;
  position: relative;
}
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .temas-item-list .item,
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .relacionados-item-list .item {
  border-top: 1px solid #dadada;
  height: 57px;
  color: #747378;
  display: block;
  float: left;
  width: 100%;
  cursor: pointer;
}
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .temas-item-list .item:first-child,
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .relacionados-item-list .item:first-child {
  border: none;
}
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .temas-item-list .item.active,
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .relacionados-item-list .item.active {
  background-color: #decfa7;
  color: #fff;
}
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .temas-item-list .item .play-tema,
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .relacionados-item-list .item .play-tema,
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .temas-item-list .item .play-relacionado,
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .relacionados-item-list .item .play-relacionado {
  display: block;
  float: left;
  padding: 5px;
  margin-top: 12px;
  width: 15%;
}
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .temas-item-list .item .play-relacionado,
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .relacionados-item-list .item .play-relacionado {
  margin-top: 6px;
}
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .temas-item-list .item .title,
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .relacionados-item-list .item .title {
  width: 65%;
  display: block;
  float: left;
  padding-right: 15px;
}
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .temas-item-list .item .title h3,
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .relacionados-item-list .item .title h3 {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
  overflow: hidden;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px; /* fallback */
  max-height: 32px; /* fallback */
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
  display: block;
  float: left;
}
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .temas-item-list .item .go-link,
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .relacionados-item-list .item .go-link {
  display: block;
  float: right;
  margin-top: 16px;
  color: #dadada;
}
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .temas-item-list .item .go-link .to-link i,
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .relacionados-item-list .item .go-link .to-link i {
  margin-right: 5px;
  font-size: 1.5em;
}
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .temas-item-list .item .go-link .to-link a,
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .relacionados-item-list .item .go-link .to-link a {
  color: #909090;
  font-size: 25px;
  text-decoration: none;
}
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .temas-item-list .item .go-link .to-link:hover,
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .relacionados-item-list .item .go-link .to-link:hover {
  color: #909090;
}
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .temas-item-list .item .go-link .time,
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .relacionados-item-list .item .go-link .time {
  display: block;
  float: left;
  color: #909090;
  font-size: 12px;
  height: 50px;
}
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .temas-item-list .item .cover-mini,
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .relacionados-item-list .item .cover-mini {
  width: 50px;
  height: 35px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background-color: #ddd;
  position: relative;
  display: block;
  float: left;
  margin-right: 15px;
}
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .temas-item-list .item .cover-mini img,
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .relacionados-item-list .item .cover-mini img {
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .temas-item-list .item .share,
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .relacionados-item-list .item .share {
  display: block;
  float: right;
  margin-top: 16px;
  color: #fff;
}
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .temas-item-list .item .share .facebook:hover,
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .relacionados-item-list .item .share .facebook:hover {
  color: #3b5998;
}
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .temas-item-list .item .share .twitter:hover,
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .relacionados-item-list .item .share .twitter:hover {
  color: #00aced;
}
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .temas-item-list .item .share .facebook,
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .relacionados-item-list .item .share .facebook,
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .temas-item-list .item .share .twitter,
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .relacionados-item-list .item .share .twitter {
  color: #666;
  margin-right: 15px;
  display: block;
  float: left;
}
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .temas-item-list .item .share .facebook i,
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .relacionados-item-list .item .share .facebook i,
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .temas-item-list .item .share .twitter i,
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .relacionados-item-list .item .share .twitter i {
  margin-right: 5px;
  font-size: 1.5em;
}
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .temas-item-list .item .share .facebook a,
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .relacionados-item-list .item .share .facebook a,
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .temas-item-list .item .share .twitter a,
.ned-player-widget .player.desktop .right .listas .showtabbody.mobilebody .relacionados-item-list .item .share .twitter a {
  font-size: 25px;
  text-decoration: none;
}
.ned-player-widget .player.movil {
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.ned-player-widget .player.movil .modal-share,
.ned-player-widget .player.movil .modal-link {
  display: none;
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
  background-color: #fff;
  overflow: hidden;
  min-height: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  z-index: 99;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ned-player-widget .player.movil .modal-share .title,
.ned-player-widget .player.movil .modal-link .title {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6em;
  top: 30%;
  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  -o-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
  position: relative;
  font-weight: 800;
  text-transform: uppercase;
}
.ned-player-widget .player.movil .modal-share .close,
.ned-player-widget .player.movil .modal-link .close {
  background: none;
  border: none;
  -webkit-box-shadow: non;
  box-shadow: non;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  height: 28px;
  line-height: normal;
  outline: 0;
  padding: 0 10px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}
.ned-player-widget .player.movil .modal-share .copy,
.ned-player-widget .player.movil .modal-link .copy {
  top: 30%;
  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  -o-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
  width: 100%;
  text-align: center;
  position: relative;
}
.ned-player-widget .player.movil .modal-share .copy .highlight,
.ned-player-widget .player.movil .modal-link .copy .highlight {
  padding: 9px 14px;
  margin-bottom: 14px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 80%;
  margin: 0 auto;
  color: #666;
  font-size: 1.8em;
  margin-right: 15px;
  padding: 2px;
  font-weight: 400;
}
.ned-player-widget .player.movil .modal-share .copy button.copy-btn,
.ned-player-widget .player.movil .modal-link .copy button.copy-btn {
  margin-top: 20px;
  padding: 15px 25px;
  background-color: #decfa7;
  color: #333;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: large;
}
.ned-player-widget .player.movil .dialog {
  z-index: 999;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.ned-player-widget .player.movil .dialog.dialog--open {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.ned-player-widget .player.movil .dialog.dialog--open h2 {
  padding: 0 0 1.1em;
  font-size: 17px;
}
.ned-player-widget .player.movil .dialog.dialog--open input.highlight {
  width: 100%;
}
.ned-player-widget .player.movil .dialog.dialog--open .download-btn {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  display: block;
  background: #decfa7;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ned-player-widget .player.movil .dialog .dialog__content {
  min-width: 250px;
}
.ned-player-widget .player.movil .dialog .dialog__content .close button {
  padding: 10px;
}
.ned-player-widget .player.movil .dialog .dialog__content .share-clip button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
}
.ned-player-widget .player.movil .dialog .dialog__content .share-clip button i {
  font-size: 18px;
}
.ned-player-widget .player.movil .dialog .dialog__content .share-clip h3 {
  margin-right: 10px;
  letter-spacing: 4px;
}
.ned-player-widget .player.movil .dialog .dialog__content .share-clip .copy input {
  padding: 9px 14px;
  margin-bottom: 14px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0 auto;
  color: #666;
  font-size: 1.8em;
  margin-right: 15px;
  padding: 2px;
  font-weight: 400;
  margin-bottom: 10px;
}
.ned-player-widget .player.movil .dialog .dialog__content .share-clip .copy-btn {
  background: #decfa7;
}
.ned-player-widget .player.movil .dialog .dialog__content .share-clip .wrap {
  margin-top: 20px;
}
.ned-player-widget .player.movil .dialog .dialog__content .share-clip .wrap .facebook,
.ned-player-widget .player.movil .dialog .dialog__content .share-clip .wrap .twitter {
  display: block;
  margin-right: 10px;
  padding: 6px 2px;
}
.ned-player-widget .player.movil .dialog .dialog__content .share-clip .wrap .facebook .facebook-btn {
  background: #3b5998;
  padding: 10px 22px;
  width: 100%;
}
.ned-player-widget .player.movil .dialog .dialog__content .share-clip .wrap .twitter .twitter-btn {
  background: #00aced;
  padding: 10px 22px;
  width: 100%;
}
.ned-player-widget .player.movil .left,
.ned-player-widget .player.movil .right {
  width: 100%;
}
.ned-player-widget .player.movil .left {
  display: block;
  float: left;
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
}
.ned-player-widget .player.movil .left .header {
  position: relative;
}
.ned-player-widget .player.movil .left .header .button-list {
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 99;
}
.ned-player-widget .player.movil .left .header .button-list .link-selection {
  height: 0px;
  width: 0px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: inline;
}
.ned-player-widget .player.movil .left .header .button-list .action-btn {
  display: block;
  width: 32px;
  height: 32px;
  background-color: #747378;
  padding: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  border: none;
  font-size: 12px;
}
.ned-player-widget .player.movil .left .header .button-list .action-btn:not(:last-child) {
  margin-bottom: 10px;
}
.ned-player-widget .player.movil .left .header .button-list .action-btn .fa {
  font-size: 16px;
  margin: 0;
  display: block;
  width: auto;
}
.ned-player-widget .player.movil .left .header div button {
  color: #747378;
  font-size: 32px;
  padding: 0;
  margin: 0;
  right: -10px;
  top: -10px;
}
.ned-player-widget .player.movil .left .header .cover {
  background-color: #decfa7;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
  width: 230px;
  height: 250px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  position: relative;
  z-index: 88;
  top: 0;
  display: block;
}
.ned-player-widget .player.movil .left .header .cover img {
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.ned-player-widget .player.movil .left .header .cover .play-pause {
  width: 100%;
  position: absolute;
  color: #fff;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(calc(85% + 3.5em));
  -moz-transform: translateY(calc(85% + 3.5em));
  -o-transform: translateY(calc(85% + 3.5em));
  -ms-transform: translateY(calc(85% + 3.5em));
  transform: translateY(calc(85% + 3.5em));
}
.ned-player-widget .player.movil .left .header .cover .play-pause i {
  position: relative;
  font-size: 5em;
  display: none;
  margin: 0 auto;
  top: 50%;
}
.ned-player-widget .player.movil .left .header .cover .play-pause i.active {
  display: block;
}
.ned-player-widget .player.movil .left .header .clip-data {
  margin-top: 10px;
  height: auto;
}
.ned-player-widget .player.movil .left .header .clip-data h2,
.ned-player-widget .player.movil .left .header .clip-data h3 {
  overflow: hidden;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px; /* fallback */
  max-height: 32px; /* fallback */
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
  margin: 0 20px;
}
.ned-player-widget .player.movil .left .header .clip-data h2 {
  color: #636363;
  line-height: 1.2;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}
.ned-player-widget .player.movil .left .header .clip-data h3 {
  width: 85%;
  margin: 0 auto;
  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: 300;
  padding: 10px 0 10px 15px;
  height: auto;
  max-height: 200px;
}
.ned-player-widget .player.movil .left .header .clip-data h3:before {
  font: normal normal normal 0.7em/1 FontAwesome;
  content: "\f111";
  padding-right: 5px;
  color: #decfa7;
  height: 20px;
}
.ned-player-widget .player.movil .left .header .clip-data .post-data {
  display: none;
}
.ned-player-widget .player.movil .left .media {
  display: block;
  position: relative;
  margin: 10px;
}
.ned-player-widget .player.movil .left .media .progress {
  width: 90%;
  margin: 0 auto;
}
.ned-player-widget .player.movil .left .media .time {
  margin: 0;
  margin-top: -5px;
  width: 75%;
  position: relative;
}
.ned-player-widget .player.movil .left .media .time .in,
.ned-player-widget .player.movil .left .media .time .out {
  color: #666;
}
.ned-player-widget .player.movil .left .media .time .in.in,
.ned-player-widget .player.movil .left .media .time .out.in {
  float: right;
}
.ned-player-widget .player.movil .left .media .time .in.out,
.ned-player-widget .player.movil .left .media .time .out.out {
  float: left;
}
.ned-player-widget .player.movil .left .media .time .bar {
  background-color: #646464;
  height: 3px;
  width: 100%;
  display: inline-block;
}
.ned-player-widget .player.movil .left .media .time .bar .fragment {
  width: 25%;
  height: 3px;
  display: inline-block;
  margin: 0;
  float: left;
}
.ned-player-widget .player.movil .left .media .time .bar .fragment.active {
  background-color: #decfa7;
}
.ned-player-widget .player.movil .left .media .time .dot {
  width: 20px;
  height: 20px;
  background-color: #919191;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 1px #888;
  box-shadow: 2px 2px 1px #888;
  top: 22px;
  position: absolute;
}
.ned-player-widget .player.movil .left .media .tools {
  display: none;
}
.ned-player-widget .player.movil .right {
  display: block;
  float: right;
}
.ned-player-widget .player.movil .right .listas {
  display: block;
  float: left;
  margin: 0 auto;
  width: 100%;
}
.ned-player-widget .player.movil .right .listas .related {
  margin: 20px auto;
  width: 100%;
  height: 20px;
  display: block;
  float: left;
}
.ned-player-widget .player.movil .right .listas .related span h2 {
  font-size: 14px;
  border-right: 1px solid #dadada;
  margin: 0;
  font-weight: 300;
  color: #dadada;
  display: block;
  float: left;
  margin-right: 2px;
  padding: 0 15px 0;
  text-transform: uppercase;
}

.ned-player-widget .player.movil .right .listas .related span h2.ultimotab {padding: 0; border: 0 none; margin: -5px 0 0 5px;}

.ned-player-widget .player.movil .right .listas .related span.active h2 {
  font-weight: bold;
  color: #777;
}
.ned-player-widget .player.movil .right .listas .showtabbody .temas-item-list,
.ned-player-widget .player.movil .right .listas .showtabbody .relacionados-item-list {
  width: 100%;
  display: block;
  max-height: 200px;
  overflow: auto;
  float: left;
  position: relative;
  border-top: 1px solid #dadada;
  height: auto;
}
.ned-player-widget .player.movil .right .listas .showtabbody .temas-item-list .item,
.ned-player-widget .player.movil .right .listas .showtabbody .relacionados-item-list .item {
  border-top: 1px solid #dadada;
  height: 57px;
  color: #747378;
  display: block;
  width: 100%;
  margin-top: 5px;
  cursor: pointer;
}
.ned-player-widget .player.movil .right .listas .showtabbody .temas-item-list .itemhover,
.ned-player-widget .player.movil .right .listas .showtabbody .relacionados-item-list .itemhover {
  background: #f5f5f5;
}
.ned-player-widget .player.movil .right .listas .showtabbody .temas-item-list .item:first-child,
.ned-player-widget .player.movil .right .listas .showtabbody .relacionados-item-list .item:first-child {
  border: none;
}
.ned-player-widget .player.movil .right .listas .showtabbody .temas-item-list .item.active,
.ned-player-widget .player.movil .right .listas .showtabbody .relacionados-item-list .item.active {
  background-color: #decfa7;
  color: #fff;
}
.ned-player-widget .player.movil .right .listas .showtabbody .temas-item-list .item .play-tema,
.ned-player-widget .player.movil .right .listas .showtabbody .relacionados-item-list .item .play-tema,
.ned-player-widget .player.movil .right .listas .showtabbody .temas-item-list .item .play-relacionado,
.ned-player-widget .player.movil .right .listas .showtabbody .relacionados-item-list .item .play-relacionado {
  display: block;
  float: left;
  padding: 5px;
  margin-top: 12px;
}

.ned-player-widget .player.movil .right .listas .showtabbody .temas-item-list .item .play-tema {width: 14%;  max-width: 40px;}

.ned-player-widget .player.movil .right .listas .showtabbody .temas-item-list .item .play-relacionado,
.ned-player-widget .player.movil .right .listas .showtabbody .relacionados-item-list .item .play-relacionado {
  margin-top: 6px;
}
.ned-player-widget .player.movil .right .listas .showtabbody .temas-item-list .item .title,
.ned-player-widget .player.movil .right .listas .showtabbody .relacionados-item-list .item .title {
  display: block;
  float: left;
  width: 60%;
}
.ned-player-widget .player.movil .right .listas .showtabbody .temas-item-list .item .title h3,
.ned-player-widget .player.movil .right .listas .showtabbody .relacionados-item-list .item .title h3 {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
  overflow: hidden;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px; /* fallback */
  max-height: 32px; /* fallback */
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
  display: block;
  float: left;
}
.ned-player-widget .player.movil .right .listas .showtabbody .temas-item-list .item .go-link,
.ned-player-widget .player.movil .right .listas .showtabbody .relacionados-item-list .item .go-link {
  display: block;
  float: right;
}
.ned-player-widget .player.movil .right .listas .showtabbody .temas-item-list .item .go-link .to-link,
.ned-player-widget .player.movil .right .listas .showtabbody .relacionados-item-list .item .go-link .to-link {
  margin-top: 15px;
}
.ned-player-widget .player.movil .right .listas .showtabbody .temas-item-list .item .go-link .to-link i,
.ned-player-widget .player.movil .right .listas .showtabbody .relacionados-item-list .item .go-link .to-link i {
  margin-right: 5px;
  font-size: 1.5em;
}
.ned-player-widget .player.movil .right .listas .showtabbody .temas-item-list .item .go-link .to-link a,
.ned-player-widget .player.movil .right .listas .showtabbody .relacionados-item-list .item .go-link .to-link a {
  color: #909090;
  font-size: 25px;
  text-decoration: none;
}
.ned-player-widget .player.movil .right .listas .showtabbody .temas-item-list .item .go-link .time,
.ned-player-widget .player.movil .right .listas .showtabbody .relacionados-item-list .item .go-link .time {
  display: block;
  float: left;
  color: #909090;
  font-size: 12px;
  height: 50px;
}
.ned-player-widget .player.movil .right .listas .showtabbody .temas-item-list .item .cover-mini,
.ned-player-widget .player.movil .right .listas .showtabbody .relacionados-item-list .item .cover-mini {
  height: 35px;
  width: 50px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background-color: #ddd;
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
}
.ned-player-widget .player.movil .right .listas .showtabbody .temas-item-list .item .cover-mini img,
.ned-player-widget .player.movil .right .listas .showtabbody .relacionados-item-list .item .cover-mini img {
  height: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.ned-player-widget .player.movil .right .listas .showtabbody .temas-item-list .item .share,
.ned-player-widget .player.movil .right .listas .showtabbody .relacionados-item-list .item .share {
  display: block;
  float: right;
  margin-top: 0;
}

.ned-player-widget .player.movil .right .listas .showtabbody .temas-item-list .item .share {max-width: 26%;}


.ned-player-widget .player.movil .right .listas .showtabbody .temas-item-list .item .share .facebook,
.ned-player-widget .player.movil .right .listas .showtabbody .relacionados-item-list .item .share .facebook,
.ned-player-widget .player.movil .right .listas .showtabbody .temas-item-list .item .share .twitter,
.ned-player-widget .player.movil .right .listas .showtabbody .relacionados-item-list .item .share .twitter {
  margin-right: 11px;
  margin-top: 15px;
  display: block;
  float: left;
}
.ned-player-widget .player.movil .right .listas .showtabbody .temas-item-list .item .share .twitter {margin-right:0;}

.ned-player-widget .player.movil .right .listas .showtabbody .temas-item-list .item .share .facebook i,
.ned-player-widget .player.movil .right .listas .showtabbody .relacionados-item-list .item .share .facebook i,
.ned-player-widget .player.movil .right .listas .showtabbody .temas-item-list .item .share .twitter i,
.ned-player-widget .player.movil .right .listas .showtabbody .relacionados-item-list .item .share .twitter i {
  margin-right: 5px;
  font-size: 25px;
}
.ned-player-widget .player.movil .right .listas .showtabbody .temas-item-list .item .share .facebook a,
.ned-player-widget .player.movil .right .listas .showtabbody .relacionados-item-list .item .share .facebook a,
.ned-player-widget .player.movil .right .listas .showtabbody .temas-item-list .item .share .twitter a,
.ned-player-widget .player.movil .right .listas .showtabbody .relacionados-item-list .item .share .twitter a {
  color: #909090;
  font-size: 25px;
  text-decoration: none;
}
.ned-player-widget .player.movil .right .listas .showtabbody.mobilebody .temas-item-list,
.ned-player-widget .player.movil .right .listas .showtabbody.mobilebody .relacionados-item-list {
  display: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
