* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #fff;
  background-color: #000;
  font-family: 'Roboto Condensed', sans-serif;
}

@media(min-width: 1200px){
  .container {
    width: 1000px;
  }
}

.container {
  min-width: 750px;
}

.mobile-show {
  display: none;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 55px;
  width: 100%;
  height: calc(100% - 55px);
  z-index: 9999;
  background: url(../images/loading.gif) center no-repeat #000;
}

.beta {
  position: absolute;
  bottom: -5px;
  left: 130px;
  font-size: 18px;
  text-transform: lowercase;
}

.text-initial {
  text-transform: initial;
}

a:hover, a:focus {
  text-decoration: none;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#streaming-social .vertical-center {
  top: 40%;
}

.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.center-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: visible;
}
.video-container.video-container-podcast {
    padding-bottom: 0px !important;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn-default, 
.btn-default:active,
.btn-default:focus,
.btn-default:active:hover {
  color: #000;
  background-color: #80ceca;
  border: none;
  -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
  outline: none;
}

.btn-primary {
  color: white;
  background-color: #608681;
  border: none;
  -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover {
  color: #608681;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary {
  color: #80ceca!important;
  background-color: #6ce4d6;
  border: none;
  -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
  margin-top: 10px;
  padding: 3px 7px;
}

.btn-secondary:hover {
  color: #80ceca!important;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.shadowed {
    -webkit-filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));
    filter: url(#drop-shadow);
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

.overlay {  
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 10000; 
    left: 0;
    top: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
    margin: 0;
}

.overlay-content input {
    width: 100%;
    height: 85px;
    padding-left: 50px;
    background: #80ceca;
    color: white;
    font-size: 50px;
    border: none;
}

.overlay-content table {
    margin: 50px auto;
}

.overlay-content table th {
    text-align: center;
    color: #6CE4D6;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    min-width: 200px;
    max-width: 400px;
}

.overlay-content table tr > td {
  padding: 10px 0;
}

.overlay-content table img {
    width: 100px;
    border: 2px solid white;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 28px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #ddd;
}

.overlay p {
    font-size: 28px;
    margin: 0;
}

.overlay .closebtn {
    position: absolute;
    z-index: 1;
    top: 25px;
    right: 45px;
    color: white !important;
    font-size: 60px !important;
    line-height: 20px;
}

#results-none {
  margin-top: 50px;
  font-size: 28px;
}

@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .closebtn {
        font-size: 40px !important;
        top: 15px;
        right: 35px;
    }
}

/*PAGE TITLE*/

.page-title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #6CE4D6;
  font-size: 30px;
  text-transform: uppercase;
  border-bottom: 1px solid #FFF;
}

.page-title span {
  float: right;
  margin-top: 12px;
  font-size: 18px;
  text-transform: initial;
}

.page-title span a {
  color: #6CE4D6;
}

#pageTitle {
  position: relative;
  z-index: 2;
  background-color: #000;
  padding: 25px 0 0;
  height: 60px;
  text-align: center;
}
#pageTitle.pageTitle-v3 {
  background-color: rgba(0, 0, 0, 0);
  padding: 34px 0 0;
}

#pageTitle p {
  color: #80CEC9;
  background-color: #000;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-size: 30px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 32px;
  margin: 0;
  font-weight: 700;
  max-width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#pageTitle.pageTitle-v3 p {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-size: 24px;
  border-bottom: #6ce4d6 2px solid;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 4px;
}

#pageTitle div {
  position: absolute;
  background-color: white;
  height: 5px;
  width: 100%;
  top: 65%
}
#pageTitle.pageTitle-v3 div {
  top: 0%;
  height: 2px;
}

/*TITLES*/
.titlecarousel {
  padding-top: 20px;
  min-width: 1200px !important;
}

.title3 {
  margin-top: 20px;
  color: #6ce4d6;
  font-size: 20px;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 24px;     /* fallback */
    max-height: 50px;      /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
  -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.title3.title3-v3 {
  margin-top: 12px;
  color: #fff;
  font-size: 14px;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  line-height: 24px;     /* fallback */
  max-height: 50px;      /* fallback */
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  border-bottom: 2px solid #6ce4d6;

  letter-spacing: 1px;
  position: relative;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}

.title3.title3-v3-black {
  margin-top: 12px;
  color: #8d8d8d;
  font-size: 14px;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  line-height: 24px;     /* fallback */
  max-height: 50px;      /* fallback */
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;

  letter-spacing: 1px;
  position: relative;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}

.title3.title3-v3-black.active {
  color: #fff;
  border-bottom: 2px solid #6ce4d6;
}

.title4 {
  text-align: center;
  margin-top: 0;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

/*WIDE PLAYER*/

#playerWide {
  position: relative;
  z-index: 2;
  background-color: #000;
  padding-top: 30px;
}
#playerWide.playerWide-v3 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 30px;
}

#playerWide h1 {
  margin: 15px 0;
  padding-bottom: 15px;
  font-size: 40px;
  text-transform: uppercase;
  border-bottom: 5px solid white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #6ce4d6;
  font-size: 30px;
}

/*@media(max-width: 767px) {
  #playerWide h1 {
    font-size: 20px;
  }

  #playerWide h1 span {
    font-size: 16px;
  }
}*/

#playerLive {
  position: relative;
  z-index: 2;
}

#playerLive #side-panel {
  padding: 0;
}

#playerLive #event-data h1 {
  padding-bottom: 5px;
  color: #80ceca;
  border-bottom: 2px solid #FFF;
}

#playerLive #countdown-timer {
  padding: 10px;
  margin: 0px 10px 10px;
  text-align: center;
  border-bottom: 1px solid #FFF;
}

#playerLive #countdown-timer .legend {
  margin: 0;
  font-size: 18px;
  color: #80ceca;
  text-align: center;
}

#playerLive #countdown-timer .legend span {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

#playerLive #countdown-timer #clock {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
}

#playerLive #countdown-timer #live {
  margin-bottom: 0;
  color: #80ceca;
  font-size: 26px;
}

#playerLive #countdown-timer #live span {
  font-weight: 600;
  text-transform: uppercase;
}

#playerLive #countdown-timer #replay {
  margin-bottom: 0;
  color: #80ceca;
  font-size: 26px;
}

#playerLive #panel-banner {
  overflow: auto;
}

#playerLive #panel-banner .live-event {
  padding: 5px 20px;
}

#playerLive #panel-banner .live-event img {
  display: block;
  max-width: 100%;
  height: auto;
}

#playerLive #panel-banner .live-event h3 {
  display: inline-block;
  margin: 5px 0;
  padding: 5px 0;
  font-size: 18px;
  border-bottom: 2px solid #FFF;
}

#playerLive #panel-banner .live-event p {
  color: #999;
  font-weight: 600;
}

/*ROUND LINKS*/

.roundLink {
  border: 3px solid white;
    border-radius: 15px;
    position: relative;
    height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.roundLink:before {
  content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    opacity: 1;
    background: inherit;
  -webkit-filter: grayscale(100%); 
  -moz-filter: grayscale(100%); 
  -ms-filter: grayscale(100%); 
  -o-filter: grayscale(100%); 
  filter: grayscale(100%);}

.roundLink:hover {
  text-decoration: none;
}

.roundLink:hover:before {
  opacity: 0;
}

.roundLink:hover .roundLinkOverlay h3,
.roundLink:hover .roundLinkOverlay h4 {
  color: transparent;
}

.roundLinkOverlay {
  -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.roundLinkOverlay h3 {
  margin: 0;
}

.roundLinkOverlay h4 {
  margin: 8px 0 0;
}

/*UNDERLINE ANIMATION*/

.underAnim {
  text-decoration: none;
  margin: 0;
  position: relative;
}

.underAnim:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a:hover .underAnim:before,
button:hover .underAnim:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.button.is-checked .underAnim:before {
  visibility:hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/*NAVBAR*/

/* -----------------------------------------------------------------------------

  WRAPPER OBJECT
  
----------------------------------------------------------------------------- */
.has-active-menu #o-wrapper {
  width: 100%;
  position: absolute;
}

.o-wrapper {
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
}

/* -----------------------------------------------------------------------------

  SLIDE AND PUSH MENUS COMPONENT
  
----------------------------------------------------------------------------- */
/**
 * Menu overview.
 */
.c-menu {
  position: fixed;
  z-index: 200;
  background-color: black;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
  position: fixed;
}

.c-menu__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Left and right menus
 *
 * Slide and push menus coming in from the left and right inherit a lot of
 * common styles. We'll start each of them off by doing up the common styles
 * for each version, followed by individual styles.
 *
 * The various versions are governed by modifier classes.
 */
/**
 * Common modifiers for left/right menus.
 */
.c-menu--push-right {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
@media all and (min-width: 320px) {
  .c-menu--push-right {
    width: 300px;
  }
}

.c-menu--push-right .c-menu__item {
  display: block;
  text-align: center;
  border-top: solid 1px #b5dbe9;
  border-bottom: solid 1px #3184a1;
}

.c-menu--push-right .c-menu__item:first-child {
  border-top: none;
}

.c-menu--push-right .c-menu__item:last-child {
  border-bottom: none;
}

.c-menu--push-right .c-menu__link {
  display: block;
  padding: 12px 24px;
  color: #fff;
}

.c-menu--push-right .c-menu__close {
  display: block;
  padding: 16px 24px;
  width: 100%;
}

/**
 * Slide/Push Menu Right.
 */
.c-menu--push-right {
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
@media all and (min-width: 320px) {
  .c-menu--push-right {
    -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
            transform: translateX(300px);
  }
}

.c-menu--push-right.is-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

/**
 * Wrapper states.
 *
 * Various wrapper states occur depending on if a menu is pushing into view, in
 * which case, the wrapper has to be pushed by the respective distance.
 */

.o-wrapper.has-push-right {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media all and (min-width: 320px) {
  .o-wrapper.has-push-right {
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
  }
}

/**
 * Body states.
 *
 * When a menu is active, we want to hide the overflows on the body to prevent
 * awkward document scrolling.
 */
body.has-active-menu {
  overflow: hidden;
}

/**
 * Close button resets.
 */
.c-menu__close {
  color: #000;
  background-color: #6ce4d6;
  font-size: 20px;
  border: none;
  box-shadow: none;
  border-radius: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.c-menu__close:focus {
  outline: none;
}

/* -----------------------------------------------------------------------------

  MASK COMPONENT
  
----------------------------------------------------------------------------- */
.c-mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
          transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.c-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
}


.c-menu ul {
    padding: 0;
    text-align: center;
    font-size: 20px;
    list-style: none;
}

.c-menu > ul {
    margin: 0;
    border-bottom: 3px solid white;
    text-transform: uppercase;
}

.c-menu > ul:last-child {
  border: none;
}

.c-menu > ul:last-child li {
  display: inline-block;
}

.c-menu #userMenu > li:last-child {
  font-size: 16px;
  text-transform: initial;
  border-top: 1px solid white;
  padding: 10px;
}

#userMenu form li {
  padding: 0 10px 10px;
}

#userMenu > p {
  font-size: 16px;
  margin-top: 10px;
  text-transform: none;
}

.c-menu .dd {
    margin: 0;
    border-bottom: 1px solid white;
    padding-top: 10px;
    background: #000;
    -webkit-transition: background 0.25s ease-out;
       -moz-transition: background 0.25s ease-out;
        -ms-transition: background 0.25s ease-out;
         -o-transition: background 0.25s ease-out;
            transition: background 0.25s ease-out;
}

.c-menu .dd:last-child {
  border: none;
  padding-bottom: 0;
}

.c-menu .dd.open {
    background: #6ce4d6;
    padding-bottom: 0;
}

.c-menu .dd.open a,
.c-menu .dd-menu a {
    color: #000;
}

.c-menu a {
  color: #000;
  width: 93%;
}

.c-menu .dd .dd-tg {
  color: #FFF;
}

.c-menu .dd .dd-tg i {
  -webkit-transition: transform 0.25s ease-out;
     -moz-transition: transform 0.25s ease-out;
      -ms-transition: transform 0.25s ease-out;
       -o-transition: transform 0.25s ease-out;
          transition: transform 0.25s ease-out;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}

.c-menu .dd.open .dd-tg i {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dd-menu {
  margin-top: 10px;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.25s ease-out;
     -moz-transition: max-height 0.25s ease-out;
      -ms-transition: max-height 0.25s ease-out;
       -o-transition: max-height 0.25s ease-out;
          transition: max-height 0.25s ease-out;
}

.dd-menu li {
  padding: 5px 0;
  background: #d0fffa;
  text-transform: none;
  border-top: 1px solid black;
}

.open .dd-menu {
  max-height: 500px;
}

.c-menu .social-button {
  height: 40px;
  line-height: initial;
}

.c-menu .social-button i {
  bottom: -5px;
}

@media(max-width: 767px) {
  .navbar-nav>li, .navbar-nav {
    float: left !important;
  }
  .navbar-header {
    float: left;
  }
  .navbar .navbar-nav {
    margin: 0;
  }
  #navbar2 > ul > li {
    padding-left: 30px!important;
    padding-right: 30px!important;
  }
}

.navbar-nav.navbar-right:last-child {
  margin-right: -15px !important;
  margin-top: 5px;
}

.navbar-right {
  float: right!important;
  width: 34%;
}

.navbar {
  min-height: 35px;
  min-width: 750px;
}

#navstyle1,
#navstyle2 {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}

#navstyle1 {
  background-color: rgba(0,0,0,0.5);
}

#navstyle2 {
  z-index: 20;
  background-color: #000;
  top: 55px;
}

body {
  background-image: url("https://www.telenu.tv/resources/images/fondo-telenu.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

#home-page .featuredOverlay:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.3),rgba(0,0,0,1));
}

#content,
#footer {
  background: none !important;
}

#home-page #navstyle2 {
  display: none;
}

#home-page #banner {
  margin-top: 0px;
}

#home-page .featuredOverlay {
  height: 100vh;
}

#navbar1 {
/*  padding: 0;*/
}

#navbar2 > ul {
  width: 100%;
  text-align: center;
}

#navbar2 > ul > li {
  display: inline-block;
  float: none!important;
  padding-left: 4vw;
  padding-right: 4vw;
  font-size: 16px;
  font-weight: 700;
}

#navbar2 > ul > li + li {
  border-left: 1px solid white;
}

.navbar-brand {
  height: 65px;
  padding: 10px 20px;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

.navbar-brand > img {
  height: 100%;
}

.navbar .navbar-nav > li > a,
.navbar .navbar-nav > li > span {
  padding: 8px 0 7px;
  color: white;
  text-transform: uppercase;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar-brand:hover {
  color: inherit;
  background-color: inherit;
}

.navbar-right {
/*  background-color: #fff;*/
}

.navbar-right > .dropdown {
  position: relative;
}

.navbar .navbar-right > li > a,
.navbar .navbar-right > li > span {
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

#home-page .navbar .navbar-right > li > a,
#home-page .navbar .navbar-right > li > span {
  background: none;
}

.nav-divider {
  height: 100%;
  border-left: 1px solid white;
}
.social-button-sb {
  margin: 10px 10px 0 0 !important;
}

.social-button {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 30px;
  margin: 15px 10px 0 0;
  color: #FFF!important;
  text-align: center;
  line-height: 0px;
  background: none;
  border: none;
  border-radius: 28%;
  overflow: hidden;
  opacity: .99;
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-button:focus {
  outline: none;
}

.social-button:before {
  content: '';
  background-color: #000;
  width: 120%;
  height: 120%;
  position: absolute;
  top: 90%;
  left: -110%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-button .fa {
  position: relative;
  bottom: 2px;
  font-size: 22px;
  vertical-align: middle;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  -moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  -ms-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  -o-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-button.facebook:before {
  background-color: #5373B3;
}

.social-button.twitter:before {
  background-color: #5DCDF1;
}

.social-button.instagram:before {
  background-color: #3b82b9;
}
.social-button.youtube:before {
  background-color: #b93b3b;
}
.social-button.apple:before {
  background-color: #737373;
}

.social-button.instagram {
  margin-right: 10px;
}

.social-button:focus:before,
.social-button:hover:before {
  top: -10%;
  left: -10%;
}

.social-button:focus .fa,
.social-button:hover .fa {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mobile-pic-container {
  text-align: center;
  margin: 10px 0;
}

.mobile-pic-container p {
  margin: 0 0 0 10px;
  font-size: 26px;
  display: inline-block;
}

.profilePicture {
  margin: 0;
  height: 55px;
  width: 55px;
  border-radius: 100%;
  object-fit: cover;
  border: 2px solid;
}
 
.navbar .navbar-right > li > .dropdown-toggle {
  padding: 18px 15px 17px;
  text-transform: none;
  min-width: 160px;
  text-align: center;
  background-color: #000;
  border-left: 1px solid white;
}

.navbar .navbar-right > li > .dropdown-toggle i {
  padding-left: 5px;
}

.navbar .navbar-nav .dropdown > a:hover,
.navbar .navbar-nav .dropdown > a:focus {
  color: inherit;
  background-color: inherit;
}

.navbar .navbar-right > li > .dropdown-toggle > .usericon {
  height: 30px;
  margin: -10px -10px -10px 0px;
  padding: 0 20px 0 0;
}

.navbar .navbar-right .dropdown > a:hover,
.navbar .navbar-right .dropdown > a:focus {
  color: #80ceca;
  background-color: white;
}

.navbar .navbar-right .dropdown > .dropdown-toggle:hover,
.navbar .navbar-right .dropdown > .dropdown-toggle:focus {
  color: inherit;
  background-color: inherit;
}

.navbar .navbar-right .dropdown-menu > li > a {
  padding: 6px 0;
  width: 100%;
}

.navbar .navbar-right .dropdown-menu > li > a.fblogin {
  margin: 0;
}

/* .dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
  color: #80ceca;
  text-decoration: none;
  background-color: inherit;
} */

.profilePicture {
  margin: -10px 10px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  object-fit: cover;
}

.fblogin {
  font-size: 12px;
  background-color: #3D5E96;
  color: white;
  border-radius: 5px;
  padding: 10px;
  margin: 10px;
  height: 40px;
}

.fblogin i {
  padding-right: 5px;
}

.dropdown-menu {
  width: 100%;
  text-align: center;
  background-color: #000;
  border: none;
  border-radius: 0;
}

.navbar .navbar-right .dropdown-menu li {
  display: list-item;
  margin: 5px 10px 10px 10px;
}

.dropdown-menu > li > a {
  color: #FFF;
  display: inline-block;
}

.navbar-toggle {
    border: 1px solid rgb(255, 255, 255);
}

.navbar-toggle .icon-bar {
    background-color: white;
}

.modal {
  background-color: rgba(0, 0, 0, 0.5);
}

.modal p {
  color: #fff;
  font-size: 18px;
}

.modal ul {
  padding: 0;
}

.modal ul li {
  margin-bottom: 10px;
}

.modal ul li span {
  width: 0;
}

.modal ul li span input {
  width: 50%;
}

.modal-title {
  color: #000;
  text-align: center;
  font-size: 32px;
}

#emailshare .modal-content {
  background-color: rgba(0, 0, 0, 0.8);
  border: 10px solid white;
}

#emailshare .modal-title {
  color: #fff;
}

#regis .modal-dialog,
#showlogin .modal-dialog,
#emailshare .modal-dialog {
/*  position: relative;
  transform: translateY(25%);*/
}

#activateAccount .modal-header button,
#LogInFail .modal-header button,
#showlogin .modal-header button,
#showregister .modal-header button,
#emailshare .modal-header button {
  color: white;
  opacity: .8;
  font-size: 3vw;
}

#activateAccount .modal-dialog,
#LogInFail .modal-dialog,
#showlogin .modal-dialog,
#showregister .modal-dialog {
  width: 70vw;
}

#activateAccount .container,
#LogInFail .container,
#showlogin .container,
#showregister .container {
  min-width: 0px;
}

#activateAccount .modal-content,
#LogInFail .modal-content,
#showlogin .modal-content,
#showregister .modal-content,
#recovery .modal-content,
#configOutput .modal-content {
  border: 10px solid rgb(129, 207, 203);
  background: url('../images/recents.jpg') no-repeat center;
  background-size: cover;
}

#showlogin .modal-header,
#activateAccount .modal-body,
#LogInFail .modal-body,
#showlogin .modal-body,
#showregister .modal-body {
  border: none;
  text-align: center;
}

#showregister .modal-header {
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 3px solid white;
  width: 90%;
  margin: auto;
  margin-bottom: 15px;
}

#showlogin .modal-body,
#showregister .modal-body {
  padding-top: 0px;
}

#activateAccount h4,
#showlogin h4 {
  text-transform: uppercase;
  color: white;
  font-size: 2vw;
  margin-top: 30px;
  margin-bottom: 15px;
}

#activateAccount p {
  margin-top: 20px;
}

#activateAccount p span {
  color: rgb(129, 207, 203);
}

#showlogin h4 span {
  color: rgb(129, 207, 203);
  font-size: 3vw;
  font-weight: 700;
}

#showregister h4 {
  text-transform: uppercase;
  color: rgb(129, 207, 203);
  font-size: 3vw;
  font-weight: 700;
}

#showregister h4 img {
  margin-top:-26px;
  height: 50px;
}

#showregister h4 span {
  color: white;
  font-size: 2.5vw;
}

#showregister h3 {
  text-transform: uppercase;
  color: rgb(129, 207, 203);
  font-size: 2vw;
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}

#showregister p:last-of-type {
  font-size: 16px;
}

#showlogin .modal-header div {
  width: 12vw;
  height: 12vw;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
  border: 3px solid white;
  margin: auto;
}

#showlogin .modal-body h4 {
  margin: 0;
}

#showlogin .modal-body .container,
#showregister .modal-header .container,
#showregister .modal-body .container {
  width: 100%;
}

#showlogin .videothumb img {
  margin: 2%;
  width: 20%;
  display: inline-block;
  border: 2px solid rgba(0,0,0,0.5);
  border-radius: 5px;
}

#recovery p {
  text-align: center;
  color: #fff;
  margin: 10px 0;
}

#recovery li {
  list-style-type: none;
}

#configOutput .modal-body > div {
  text-align: center;
}

#configOutput .modal-body > div i{
  color: #80ceca;
  font-size: 40px;
  text-shadow: 0 0 20px #000;
}

#configOutput p {
  text-align: center;
  color: #fff;
  margin: 10px 0;
}

#configOutput li {
  list-style-type: none;
  text-align: center;
  font-size: 16px;
}

#configOutput li i {
  margin-right: 10px;
}

#configOutput button {
  display: block;
  margin: 20px auto 10px;
}

#mylist {
  overflow: auto;
  max-height: 20vw;
}

@media (max-width: 991px) {
  #mylist {
    max-height: none;
  }
}

#mylist::-webkit-scrollbar {
    width: 12px;
}
 
#mylist::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgb(105, 105, 105);
}
 
#mylist::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0, 0, 0);
    background-color: #81cfcb;
}

.regisbtn {
  color: #000!important;
  background-color: #80ceca;
  border-radius: 5px;
  padding: 10px;
  margin: 10px;
  height: 40px;
}

.image-select {
  overflow: hidden;
  display: inline-block;
}

.image-input,
.image-input-file {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.input-image,
.input-image-file {
  cursor: pointer;
}

.input-image,
.input-image-file {
  border: 3px solid #000;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  width: 75px;
  height: 75px;
  margin: 0 5px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 110%;
       -o-background-size: 110%;
          background-size: 110%;
}

.input-image-file {
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

.input-image:hover,
.input-image-file:hover {
  border: 4px solid #6ce4d6;
}

.image-input:checked + .input-image {
  border: 4px solid #80ceca;
}

/*COMMENTS*/

#comments h3 {
    text-transform: uppercase;
    padding-bottom: 5px;
    margin: 10px 0 0;
    border-bottom: 1px solid white;
}

#comments form {
    margin-bottom: 10px;
}

#formreply > input {
  background-color: #80ceca;
  border: 1px solid #FFFFFF;
}

.comment {
  width: 100%;
  height: auto;
  padding: 7px 23px;
  background-color: #151515;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.15), 0px 0px 3px rgba(0,0,0,0.15);
  margin: 0px auto;
  margin-bottom: 10px;
  text-align: justify;
}

.commentButton {
  background-color: #80ceca;
  border: none;
  color: #000;
  padding: 1px 6px;
}

.commentButton:hover,
.commentButton:focus {
  color: #FFF;
  outline: none;
}

.child {
  width: calc(100% - 92px);
  height: auto;
  padding: 3px 25px;
  margin: 10px 0 10px 35px;
  box-shadow: -5px 0px 0px 0px #999;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(1,1,1,0.1);
}

.author,
.date {
  font-size: 11px;
  font-weight: 600;
  color: #777;
  text-transform: uppercase;
}

.replies,
.replies a {
  color: #80ceca; 
  font-weight: 600;
  cursor: pointer;
}

.replies:hover,
.replies a:hover {
  color: #771B27;
}

.text_cmt {
  width: calc(100% - 22px);
  color: #000;
  height: auto;
  padding: 10px;
  background-color: #fff;
  border: 1px solid rgba(1,1,1,0.3);
  outline: none;
  font-size: 13px;
  line-height: 15px;
  margin-top: 10px;
  max-width: 100%;
}

/*WELCOME*/

#welcome {
  position: relative;
  text-align: center;
  height: 100vh;
}

#welcome #footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#welcome > .container {
  position: relative;
  top: 40%;
  transform: translateY(-50%);
}

#welcome > .container  p {
  color: white;
  font-style: italic;
  margin-bottom: 40px;
}

#welcome > .container  li {
  display: inline-table;
  margin: 5px 10px 10px 10px;
}

#welcome img {
  margin-bottom: 20px;
}

/*HOME*/

/*FEATURED*/
.carousel-indicators {
    cursor: default;
    bottom: 0;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
}

.carousel-control {
  top: inherit;
  height: 100%;
  width: 0px;
  text-shadow: 4px 4px 4px rgba(0,0,0,.6);
}

@media screen and (min-width: 768px)
.carousel-control .fa-angle-left, .carousel-control .icon-prev {
    margin-left: -10px;
}
@media screen and (min-width: 768px)
.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
}
.carousel-control .fa-angle-left, .carousel-control .icon-prev, .arrow-left {
    left: 50%;
    /*margin-left: -10px;*/
}
.fa-angle-right, .arrow-right {
    right: 50%;
    /*margin-right: -6px;*/
}
.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev, .arrow-left, .arrow-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    font-size: 60px;
}

.arrow-left, .arrow-right {
  height: 60px;
  width: auto;
}

.has-active-menu #banner {
  margin-top: 0;
}

#banner {
  margin-top: 65px;
  min-width: 750px;
}
#banner.banner-v3 {
  margin-top: 0px;
}

.bannerOverlay,
.featuredOverlay,
.featuredSeriesOverlay,
.bwfOverlay {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .featuredOverlay {
  background-position: center;
} */

.featuredOverlay video {
  background-color: #000;
  width: 100%;
  min-height: 100%;
}

#featured1 {
  padding-top: 20vh;
  padding-left: 10vh;
}

#featured1 img {
  height: 17vw;
}

#bannerConcurso {
  background-position: center top;
}

#featuredConcurso {
  padding-top: 20vh;
  padding-left: 5vh;
}

#featuredConcurso img {
  height: 18vw;
  margin-bottom: 20px;
}

.bannerOverlay,
.bwfOverlay,
.featuredSeriesOverlay {
  height: calc(70vh - 90px);
  min-height: 300px;
  max-height: 500px;
}

.bannerOverlay {
  height: 90vh;
  max-height: 90vh;
}
.bannerOverlay.bannerOverlay-v3 {
  height: 80vh;
  max-height: 80vh;
}

.featuredOverlay {
  height: calc(90vh - 90px);
  min-height: 400px;
}

@media(max-width:767px) {
  .bannerOverlay,
  .bwfOverlay,
  .featuredSeriesOverlay {
    background-position: center!important;
  }
}

.featuredOverlay:before,
.featuredSeriesOverlay:before {
  content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  background: rgba(0,0,0,0.5);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) , rgba(0,0,0,0) , rgba(0,0,0,0));
  background: -o-linear-gradient(right, rgba(0,0,0,0.8), rgba(0,0,0,0) , rgba(0,0,0,0));
  background: -moz-linear-gradient(right, rgba(0,0,0,0.8), rgba(0,0,0,0) , rgba(0,0,0,0));
  background: linear-gradient(to right, rgba(0,0,0,0.8) , rgba(0,0,0,0) , rgba(0,0,0,0));
}

.featuredInfo {
  position: absolute;
  margin-left: 4vw;
  bottom: 45px;
  width: 90vw;
}

.featuredInfo h1 {
  display: inline-block;
  margin-top: 0;
  color: #6ce4d6;
  font-size: 3vw;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  text-transform: uppercase;
  border-bottom: 1px solid #FFF;
  cursor: pointer;
}

.featuredInfo h1 img {
  height: 4vw;
  margin-top: -20px;
}

.featuredInfo h2 {
  display: block;
  margin-top: 0px;
  color: #fff;
  font-size: 2vw;
  font-style: italic;
  font-weight: 400;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  text-transform: uppercase;
  cursor: default;
}

.featuredInfo h3 {
  position: absolute;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  font-size: 2vw;
}

.featuredInfo .btn-default {
  color: #FFF;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: 10px;
  background: none;
  border: 2px solid #FFF;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}

.featuredInfo .btn-default a {
  color: #FFF;
}

@media (max-width: 992px) {
  .featuredInfo h1 {
    font-size: 40px;
  }
  .featuredInfo h1 img {
    height: 40px;
    margin-top: -16px;
  }
  .featuredInfo h2 {
    font-size: 30px;
  }
  .featuredInfo h2 img {
    height: 30px;
    margin-top: -12px;
  }
}

.featuredSeriesOverlay .featuredInfo h2 {
  font-size: 2vw;
}

.bannerOverlay:after,
.bwfOverlay:after {
  content: '';
  height: 70%;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
  background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0.8));
  background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0.8));
  background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0.8));
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0.8));
}

.bannerTag {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 40%;
  z-index: 1;
}

.bannerTag img,
.grid-item .bannerTag img {
  height: 100%;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.8));
    filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='drop-shadow'><feGaussianBlur in='SourceAlpha' stdDeviation='4'/><feOffset dx='4' dy='4' result='offsetblur'/><feFlood flood-color='rgba(0,0,0,0.6)'/><feComposite in2='offsetblur' operator='in'/><feMerge><feMergeNode/><feMergeNode in='SourceGraphic'/></feMerge></filter></svg>#drop-shadow");
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=10, OffY=10, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=10, OffY=10, Color='#444')";
}

.carousel-indicators li {
  background-color: #ccc;
  border: 1px solid #ccc;
  opacity:.5;
  margin: 5px;
  box-shadow: 0px 2px 3px #000;
}

.carousel-indicators .active {
  /*background-color: #ccc;*/
  background-color: #6ce4d6;
  border: 1px solid #ccc;
  opacity:1;
  margin: 5px;
}

.channelInfo {
  position: relative;
  z-index: 1;
  height: 100%;
  text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

.channelTitle {
  position: relative;
  height: 100%;
}

.channelTitle .vertical-center {
  top: 40%;

  animation-name: open-ss-fa;
  animation-duration: 1s;
}
@keyframes open-ss-fa {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}

.channelTitle .selectionImage {
  position: relative;
    left: 0;
    right: 0;
    margin: auto;
  height: 120px;
    width: 280px;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.8));
    filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='drop-shadow'><feGaussianBlur in='SourceAlpha' stdDeviation='4'/><feOffset dx='4' dy='4' result='offsetblur'/><feFlood flood-color='rgba(0,0,0,0.6)'/><feComposite in2='offsetblur' operator='in'/><feMerge><feMergeNode/><feMergeNode in='SourceGraphic'/></feMerge></filter></svg>#drop-shadow");
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=10, OffY=10, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=10, OffY=10, Color='#444')";
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

.channelTitle h1,
.channelTitle h2 {
  font-weight: 400;
  text-shadow: none; /*0px 2px 4px rgba(0,0,0,0.7)*/
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

.channelTitle h1 {
  font-size: 46px;
}

.channelTitle h2 {
  font-size: 16px;
}

.channel-info-v3 .goback-icon {
  display: inline-block;
  width: 20px;
  padding-bottom: 4px;
}
.channel-info-v3 .sharenu-icon {
  display: inline-block;
  width: 24px;
}
.channelTitle.channelTitle-v3 .channel-info-v3 h4 {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: none;
  font-family: 'Lato', sans-serif;
  display: inline-block;
  padding-left: 14px;
}

.channelTitle p {
  text-transform: initial;
  font-size: 14px;
  text-shadow: 1px 2px 2px #000;
  max-width: 80vw;
  margin: 4px 0 0;
  color: #6ce4d6;
  font-family: 'Lato', sans-serif;
}
.channelTitle.channelTitle-v3 .channel-info-v3 p {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: none;
  cursor: default;
}

.channelTitle .channel-info {
  position: absolute;
  bottom: 0;
  padding: 30px;
  text-align: left;
}
.channelTitle .channel-info.channel-info-v3 {
  padding: 40px;
  padding-left: 60px;
}

@media(max-width:767px) {
  .channelTitle h1 {
    font-size: 15px;
  }
  .channelTitle h2 {
    font-size: 18px;
  }
}

.channelTitle h1 {
  padding-bottom: 5px;
  margin: 10px 0 0;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px;
  cursor: default;
}

.channelTitle h2 {
    margin: 10px 0 0;
    color: #CCC;
}

.btn-newepisodes {
  display: inline-block;
  width: 240px;
  color: #fff;
  background-color: #7fc2be;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: none;
  cursor: default;

  padding: 16px 0px;
  margin-top: 20px;
  margin-right: 24px;
  border: 5px solid #7fc2be;
  border-radius: 2px;
}
.window-socialshare-open {
  position: absolute;
  right: 0;
  top: -70px;
  width: 100%;
  height: 70px;

  background-color: rgba(0, 0, 0, 0.85);
  border: 1px solid #1b1b1b;
  border-radius: 12px;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 0px;

  animation-name: open-ss;
  animation-duration: 0.5s;
}
@keyframes open-ss {
    0%   {height: 0px; margin-top: 60px;}
    100% {height: 70px; margin-top: 0px;}
}
.window-socialshare-close {
  position: absolute;
  right: 0;
  top: -70px;
  width: 100%;
  height: 0px;

  background-color: rgba(0, 0, 0, 0.85);
  border: 1px solid #1b1b1b;
  border-radius: 12px;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 60px;

  animation-name: close-ss;
  animation-duration: 0.5s;
}
@keyframes close-ss {
    0%   {height: 70px; margin-top: 0px;}
    100% {height: 0px; margin-top: 60px;}
}

.btn-socialshare {
  position: relative;
  display: inline-block;
  width: 200px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: none;
  cursor: pointer;

  padding: 16px 0px;
  margin-top: 20px;
  margin-right: 24px;
  border: 3px solid #fff;
  border-radius: 2px;
}
.btn-socialshare-open {
  background-color: rgba(0, 0, 0, 1);

  animation: btn-ss-open;
  animation-duration: 0.4s;
}
@keyframes btn-ss-open {
  0%   {background-color: rgba(0, 0, 0, 0);}
  100% {background-color: rgba(0, 0, 0, 1);}
}
.btn-socialshare-close {
  background-color: rgba(0, 0, 0, 0);

  animation: btn-ss-close;
  animation-duration: 0.4s;
}
@keyframes btn-ss-close {
  0%   {background-color: rgba(0, 0, 0, 1);}
  100% {background-color: rgba(0, 0, 0, 0);}
}

.sharenu-txt {
  display: inline-block;
  padding-left: 10px;
}
.channelTechnical {
  position: absolute;
  top: 80px;
  right: 30px;
  width: 160px;
  height: 42px;
  padding-bottom: 5px;
  text-align: left;
  background-color: rgba(0,0,0,0.7);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
}

.channelTechnical.open {
  height: auto;
  width: 300px;
}

.channelTechnical #tech-toggle {
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-align-items: center;
          align-items: center;  
  margin: 10px 15px;
  color: #80CECA;
  font-size: 16px;
  cursor: pointer;
}

.channelTechnical .toggler {
  position: relative;
  width: 17px;
  height: 17px;
  margin-right: 8px;
  background: #FFF;
  -webkit-border-radius: 100%;
          border-radius: 100%; 
}

.channelTechnical .toggler span {
  position: absolute;
  top: 8px;
  left: 3px;
  width: 11px;
  height: 1px;
  background: black;
}

.channelTechnical .toggler span + span {
  -webkit-transform: rotateZ(90deg);
     -moz-transform: rotateZ(90deg);
      -ms-transform: rotateZ(90deg);
       -o-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  -webkit-transition: transform 0.25s;
     -moz-transition: transform 0.25s;
      -ms-transition: transform 0.25s;
       -o-transition: transform 0.25s;
          transition: transform 0.25s;
}

.channelTechnical.open .toggler span + span {
  -webkit-transform: rotateZ(0deg);
     -moz-transform: rotateZ(0deg);
      -ms-transform: rotateZ(0deg);
       -o-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}

.channelTechnical .row {
  margin-top:50px;
}

.channelTechnical p {
  color: #AAF3EE;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  padding: 0 10px;
  margin: 0 0 5px;
}

.channelTechnical p span {
  color: white;
  font-family: 'Roboto', sans-serif;
  text-transform: initial;
  font-size: 12px;
  font-weight: 400;
}

#telenumetro {
  width: 100%;
  height: 45px;
  background-color: #80ceca;
  text-align: center;
}

#telenumetro .left {
  height: 100%;
  float: left;
}

#telenumetro .right {
  height: 100%;
  float: left;
}

#telenumetro label {
  width: 45px;
  height: 100%;
  margin: 0;
  padding: 5px;
  box-shadow: 0px 0px 15px #000;
}

#telenumetro .left label {
  background-color: #80ceca;
}

#telenumetro .right label {
  background-color: #8d2533;
}

#telenumetro label.checked {
  background-color: #fff;
}

#telenumetro label div {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#telenumetro .left label div {
  background-image: url('../images/happyBlack.png');
}

#telenumetro .left label.checked div {
  background-image: url('../images/happyBlue.png');
}

#telenumetro .right label div {
  background-image: url('../images/madBlack.png');
}

#telenumetro .right label.checked div {
  background-image: url('../images/madRed.png');
}

#telenumetro #center {
  width: calc(100% - 90px);
  height: 100%;
  float: left;
  overflow: hidden;
}

#telenumetro #center #meter {
  display: block;
  height: 100%;
}

#telenumetro #center #meter span {
  height: 100%;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

#telenumetro #center #meter #isRated {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 9px;
  text-transform: uppercase;
  text-shadow: 0px 1px 2px #000;
  font-weight: 600;
  font-size: 20px;
  width: 50%;
}

#telenumetro #center #meter #telep {
  background-color: #80ceca;
  float: left;
}

#telenumetro #center #meter #telen {
  background-color: #8d2533;
  float: right;
}

.social-share {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;  
}

#streaming-social .social-share li {
  position: relative;
  display: inline-block;
  width: 33%;
  padding: 0;
  float: left;
  margin: 20px 0;
}

#streaming-social .social-share li + li {
  padding-left: 10px;
  width: 33%;
}

.social-share li {
  position: relative;
  display: inline-block;
  width: 25%;
  padding: 0;
  float: left;
  margin: 20px 0;
}

.social-share li + li {
  padding-left: 10px;
  width: 25%;
}

.social-share a {
  color: #FFF;
}

.social-share div {
  height: 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  opacity: 1;
}
.social-share-open div {
  height: 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  opacity: 1;

  animation-name: open-ss-div;
  animation-duration: 1s;
}
@keyframes open-ss-div {
    0%   {height: 0px; opacity: 0;}
    100% {height: 30px; opacity: 1;}
}
.social-share-close div {
  height: 0px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  opacity: 0;

  animation-name: close-ss-div;
  animation-duration: 0.2s;
}
@keyframes close-ss-div {
    0%   {height: 30px; opacity: 1;}
    100% {height: 0px; opacity: 0;}
}

.share-fb {
  background-color: #3c5b92;
}

.share-tw {
  background-color: #06ade7;
}

.share-wa {
  background-color: #00e676 !important;
}

.share-em {
  background-color: gray;
}

.rating-wrapper {
  position: absolute;
  left: 50px;
}

.rating-input {
  display: none;
}

#ratingForm {
  height: 100%;
}

.rating-star {
  position: relative;
  display: block;
  margin: 17px 0;
  cursor: pointer;
}

.rating-star img {
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

/*CONTENT*/

#content {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  padding-bottom: 30px;
}
.npevents {
  padding-bottom: 20px !important;
}

@media(min-width: 1200px){
    #content .container {
      width: 1290px;
  }
}

.button {
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 10px;
  background: #000;
  border: none;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

/*@media(max-width: 767px) {
  .button {
    padding: 5px 10px;
    font-size: 12px;
  }
}*/

.button:active,
.button.is-checked {
    background-color: inherit;
}

.button.is-checked, .button.is-checked:hover {
    color: #6ce4d6!important;
}

.button:active,
.button:focus {
    box-shadow: none;
    outline: 0;
}

/* ---- button-group ---- */

.button-group {
  position: relative;
  z-index: 2;
  background-color: #000;
  text-align: center;
}

.button-group:after {
    content: '';
    display: block;
    clear: both;
}

.button-group .button {
    border-radius: 0;
    margin-left: 0;
}

.button-group .button:hover {
    color: inherit;
}

.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }

.ratingInfo {
  overflow: hidden;
  display: inline-block;
  font-size: 0;
  position: relative;
  float: right;
  width: 90px;
  height: 16px;
}

.ratingInfo img {
  position: absolute;
}

.ratingInfo span {
  margin-top: 1px;
  height: 14px;
}

.ratingbarp {
  float: left;
  background: #80CECA;
}

.ratingbarn {
  float: right;
  background: #8d2533;
}

.series-page {
  margin-top: 50px;
}

.grid {
  z-index: 2;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid-sizer,
.grid-item { 
  width: 33%;
}

.grid-item {
  position: relative;
  float: left;
  height: 256px;
  color: white;
  text-shadow: 1px 1px 2px #000;
  border: 5px solid #000;
  border-radius: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-item img {
  height: 150px;
  float: center;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.8));
    filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='drop-shadow'><feGaussianBlur in='SourceAlpha' stdDeviation='4'/><feOffset dx='4' dy='4' result='offsetblur'/><feFlood flood-color='rgba(0,0,0,0.6)'/><feComposite in2='offsetblur' operator='in'/><feMerge><feMergeNode/><feMergeNode in='SourceGraphic'/></feMerge></filter></svg>#drop-shadow");
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=10, OffY=10, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=10, OffY=10, Color='#444')";
}

.grid-item > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.grid-item > div > p {
  margin: 0;
}

.grid-item > div > p > span {
  font-size: 14px;
  font-style: italic;
}

.grid-item > i {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
}

.grid-item > p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.grid-item .fa-play-circle {
  text-shadow: none;
  color: rgba(255,255,255,0.7);
}

.grid-item--height2 { height: 384px; }
.grid-item--height3 { height: 512px; }

.over-red:before,
.over-blue:before,
.over-#000:before {
  content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 15px;
    opacity:1;
    background: inherit;
  -webkit-filter: grayscale(100%); 
  -moz-filter: grayscale(100%); 
  -ms-filter: grayscale(100%); 
  -o-filter: grayscale(100%); 
  filter: grayscale(100%);
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

.over-red:after {
    background: rgba(141, 37, 51, 0.5);
}

.over-blue:after {
  background: rgba(108,228,214,0.5);
}

.over-#000:after {
  background: rgba(0,0,0,0.3);
}

.over-red:after,
.over-blue:after,
.over-#000:after {
  content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 15px;
    opacity: 1;
    -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

.over-red:hover:before,
.over-blue:hover:before,
.over-#000:hover:before,
.over-red:hover:after,
.over-blue:hover:after,
.over-#000:hover:after {
    opacity:0;
}

/* .advert > div {
  color: white;
    background-color: #666;
    position: absolute;
    transform: none;
    top: 220px;
    right: 10px;
    bottom: 10px;
    width: 100px;
    line-height: 25px;
    border-top-left-radius: 10px;
    -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
} */

.advert:after {
  content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 15px;
    border-width: 10px;
    border-style: solid;
    border-color: #666;
    -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

.advert:hover > div {
  background-color: #222;
}

.advert:hover:after {
    border-color: #222;
}

.teaser.lazyload {
  opacity: 0;
  transform: scale(0.8);
}

.teaser.lazyloaded {
  opacity: 1;
  transform: scale(1);
  transition: all 700ms;
}

/* CONFIG */

#config {
  margin-top: 90px;
  margin-bottom: 50px;
}

#config h1 {
  margin: 30px 0 30px;
  font-size: 28px;
  border-bottom: 3px solid #80ceca;
  padding-bottom: 5px;
}

#config h1 i {
  color: #80ceca;
  margin-right: 15px;
}

#config h2 {
  border-bottom: 2px solid white;
  margin: 0;
}

#config h2 i {
  color: #80ceca;
  margin-left: 10px;
}

#config h2:last-of-type {
  margin-top: 10px;
}

#config #displayUpload {
  position: relative;
  margin: auto;
  width: 156px;
  height: 170px;
}

#config #displayUpload:hover {
  border: 3px solid #000;
}

#config #displayUpload:hover img {
  border: 3px solid #80ceca;
}

#config #displayUpload img {
  height: 150px;
  width: 150px;
  border: 3px solid white;
  border-radius: 100%;
}

#config #displayUpload p {
  color: #337ab7;
  font-style: italic;
  text-align: center;
  margin: 0;
  margin-top: 5px;
}

#config #displayUpload span {
  text-align: center;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  text-shadow: 1px 1px 2px #000;
}

#config #userUN,
#config #userEM {
  position: relative;
  width: 100%;
  border-bottom: 2px solid white;
  margin: 0 0 10px;
}

#config #userEM {
  margin-top: 10px;
}

#config #userUN h2,
#config #userEM h2 {
  margin: 0;
  border: none;
  margin-bottom: 5px;
  display: inline-block;
}

#config #newUN,
#config #newEM {
  position: relative;
  color: #80ceca;
  margin-left: 5px;
  font-size: 16px;
  display: inline-block;
  top: -5px;
  cursor: pointer;
}

#config #newUserName,
#config #newEmail {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 4px;
  margin: 0px 0 10px;
  border-bottom: 2px solid white;
}

#config #newEmail { 
    margin: 10px 0 10px;
}

#config #newUserName input,
#config #newEmail input {
  float: left;
  width: 70%;
}

#config #newUserName button,
#config #newEmail button {
  float: right;
  width: 20%;
  padding: 7px 12px;
}

#config #newPass {
  color: #337ab7;
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
}

#config ul {
  display: none;
  padding: 0;
  margin: 0;
}

#config ul li {
  margin-top: 15px;
}

#config ul li input {
  width: 50%;
}

#config label {
  margin: 0;
  font-size: 16px;
}

#config div div div div {
  margin-top: 10px;
}

#config .fire-modify {
    color: #000;
    background-color: #80ceca;
    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;
    cursor: pointer;
    background-image: none;
    border: none;
    border-radius: 4px;
    transition: all .35s;
    outline: none;
}
#config .fire-modify:hover {
  background-color: #e6e6e6;
  transition: all .35s;
}

/*FOOTER*/

#footer {
  position: relative;
  z-index: 2;
  padding: 50px 0 30px;
  font-size: 16px;
}

#footer img {
  width: 200px;
  margin-bottom: 40px;
}

#footer ul {
  list-style: none;
  padding: 0;
}

#footer li {
  display: inline-block;
}

#footer li + li{
  padding-left: 25px;
  margin-left: 25px;
  border-left: 2px solid white;
}

@media(max-width: 767px) {
  #footer {
    font-size: 12px;
  }
  #footer li + li{
    padding-left: 5px;
    margin-left: 5px;
  }
}

#footer a {
  color: white;
}

#footer a:hover {
  color: #80ceca
}

/*BWF INFO*/

#bwfInfo {
  background-color: #fff;
  padding: 50px 0;
  margin-bottom: 40px;
}

#bwfInfo img {
  border: 10px solid white;
  border-radius: 100%;
  margin-top: -60%;
}

#bwfInfo h1 {
  color: #000;
  text-transform: uppercase;
  font-size: 4vw;
  margin: 0;
}

#bwfInfo h2 {
  color: #80ceca;
  text-transform: uppercase;
  font-size: 3vw;
  margin-top: 0;
  margin-bottom: 30px;
}

#bwfInfo p {
  text-align: center;
  text-transform: uppercase;
  color: #80ceca;
  font-size: 20px;
  margin: 0;
}

#bwfInfo p + p {
  margin: 10px 0 0;
}

#bwfInfo p span {
  text-transform: none;
  color: #000;
  font-size: 16px;
}

/*VIDEO CONTROLS*/

.videoDataContainer div {
  font-size: 12px;
  line-height: 18px;
  min-height: 54px;
  height: 54px;
  white-space: pre-line;
}

.videoDataContainer div.opened {
    height: auto;
}

.videoDataContainer div .toggle .closer,
.videoDataContainer div.opened .toggle .open {
    display: none;
}
.videoDataContainer div .toggle .opened,
.videoDataContainer div.opened .toggle .closer {
    display: inline;
}

/*VIDEO CONTROLS*/

#viewControls {
  text-align: center;
}

#viewControls img {
  margin: 0 15px;
  cursor: pointer;
}

.activeView {
  -webkit-filter: brightness(2) sepia(100%) hue-rotate(120deg);
  filter: brightness(2) sepia(100%) hue-rotate(120deg);
}

/*GRID VIEW*/

.gridAllVideos {
  padding: 12px 0px;
  margin-top: 20px;
  margin: 0px 340px;
  border: 3px solid #fff;
  border-radius: 2px;
  cursor: pointer;
}

.gridAllVideos h1 {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: none;

  padding: 10px 0;
  margin: 0;
}

#carouselView {
  margin-bottom: 30px;
}

#gridView,
#carouselView {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media(max-width: 767px) {
  #gridView,
  #carouselView {
    justify-content: center;
  }
}

.gridViewAnimate-open {
  opacity: 1;

  animation-name: open-gridview;
  animation-duration: 1s;
}
@keyframes open-gridview {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}
.gridViewAnimate-close {
  opacity: 0;

  animation-name: close-gridview;
  animation-duration: 0.3s;
}
@keyframes close-gridview {
    0%   {opacity: 1;}
    100% {opacity: 0;}
}

.videothumb {
  max-width: 300px;
  margin-bottom: 30px;
}

#home-page .videothumb,
#series-page .videothumb {
  max-width: none;
}

#home-page .videothumb .info-container,
#series-page .videothumb .info-container {
  position: relative;
  overflow: hidden;
}

#home-page .videothumb .info-container:hover .description,
#series-page .videothumb .info-container:hover .description {
  bottom: 0%;
}

#home-page .videothumb .info-container .description,
#series-page .videothumb .info-container .description {
  position: absolute;
  width: 100%;
  max-height: 100%;
  bottom: -100%;
  padding: 15px;
  color: #CCC;
  background: rgba(50, 86, 85, 0.9);
  -webkit-transition: bottom 0.25s;
     -moz-transition: bottom 0.25s;
      -ms-transition: bottom 0.25s;
       -o-transition: bottom 0.25s;
          transition: bottom 0.25s;
}

#home-page .videothumb .info-container .description h4,
#series-page .videothumb .info-container .description h4 {
  color: #69DED1;
}

#home-page .videothumb > p,
#series-page .videothumb > p {
  margin-top: 10px;
  color: #FFF;
  font-size: 16px;
  font-style: italic;
}

#home-page .videothumb > p span,
#series-page .videothumb > p span {
  float: right;
  color: #69DED1;
}

/*Channel Manager*/

#newSeriesForm {
  margin: 50px 0;
}

#newSeriesForm .formElement input,
#newSeriesForm .formElement select {
  text-align: center;
  color: #000;
  width: 100%;
  margin-bottom: 10px;
}

#newSeriesForm .text_cmt {
  width: 100%;
  margin-top: 0;
  margin-bottom: 5px;
}

#newSeriesForm label {
  font-weight: 100;
  margin-bottom: 0;
}

#VimeoSerie table {
  color: #000;
  width: 100%;
}

#VimeoSerie input {
  width: 100%;
  margin-bottom: 10px;
}

#VimeoSerie td + td {
  width: 80px;
}

/*OWL-CAROUSEL*/

.owl-carousel .owl-nav div {
  position: absolute;
  color: rgba(0,0,0,0);
  font-size: 70px;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

.titlecarousel .owl-carousel .owl-nav div {
  font-size: 20px !important;
  color: #fff;
}

@media(max-width: 767px) {
  .owl-carousel .owl-nav div {
    color: rgba(255,255,255,1);
  }
}

.owl-carousel:hover .owl-nav div {
  color: rgba(255,255,255,1);
}
 
.owl-carousel .owl-nav .owl-prev{
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
}

.titlecarousel .owl-carousel .owl-nav .owl-prev{
  left: 94% !important;
}
 
.owl-carousel .owl-nav .owl-next{
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
}

.twitterfeed {
  background-color: #461219;
}

.twitterfeed:hover {
  background-color: #80ceca;
}

.twitterfeed .flexslider {
  margin: 10px;
  background-color: inherit;
  border: none;
  top: 0px;
  transform: inherit;
}

.twitterfeed .flexslider a {
  color: white;
}

.twitterfeed .flexslider a:hover {
  text-decoration: underline;
}

.twitterfeed p {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width: 767px){
  .twitterfeed {
    font-size: 12px;
  }
  .twitterfeed i {
    font-size: 2em;
    padding-bottom: 20px;
  }
}


/*REGISTER SERIES OR SHORTFILM*/
.r-body {
    color: #222;
    font-family: 'Oswald', sans-serif;    
    width: 100%;
    height: 100%;
    background: #000;
}

.r-logo-margin {
    margin-top: 60px;
    margin-bottom: 80px;
}

.r-a {
  text-transform: uppercase;
    color: #8169FF;
    transition: all .35s;
    transform: rotate(347.5deg);
    -ms-transform: rotate(347.5deg); /* IE 9 */
    -webkit-transform: rotate(347.5deg); /* Safari */
}

.r-a:hover,
.r-a:focus {
    color: #fff;
}

#r-content h1 {
    color: white;
    font-size: 25px;
    font-family: 'Exo 2', sans-serif;
}

#r-registro h3 {
    font-size: 20px;
}

#r-content p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

@media(max-width:767px){
    .height-full {
        padding: 40px 0 50px;
        min-height: calc(100% - 50px);
    }
}

#r-content {
    color: white;
    text-align: center;
}

#r-registro select, 
#r-registro input, 
#r-registro textarea {
    width: 95%;
    float: right;
    background-color: #6B212B; /* #261F4A */
}

#r-registro label {
    color: white;
    min-width: 100%;
    text-shadow: 2px 2px 2px rgba(0,0,0,.9);
}

#r-registro td {
    padding-top: 3px;
    padding-bottom: 3px;
    max-width: 100%;
}

#r-content td {
    color: #80CECA;
    text-shadow: 2px 2px 2px rgba(0,0,0,.9);
}

#r-content table {
    margin: auto;
}

#r-button {
    width: 95%;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #261F4A;
    color: white;
    float: right;
}

/*social icons*/
#r-content i {
    width: 39px;
    height: 39px;
    border-radius: 22px;
    padding: 11px 10px;
    font-size: 18px;
    margin-bottom: 15px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #80ceca;
    color: #261E49;

    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

#r-content i:hover {
    background-color: #fff;
    color: #261E49;
}

/*  Audio Player  */
.playerContainer {
  background-color: rgba(0, 0, 0, 0.3);
  color: #000;  /*por mientras :T*/
  padding: 12px;
}

#audioPlayer {
  padding-left: 20px;
  padding-top: 4px;
}

#playlist {
  list-style: none;
}

#audio-img {
  padding-left: 0;
  padding-right: 0;
}

.clearfix {
  clear:both;
}

input#volume {
  -webkit-appearance: none !important;
  background: #9b9b9b;
  -webkit-border-radius: 5px;
          border-radius: 5px;
/*   background: #ccc; */
}

input#volume::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  background: url(https://www.telenu.tv/resources/images/knob_red.png); no-repeat;
  height: 12px;
  width: 12px;
}

#progressBar {
  height: 20px;
  background-image: url(https://www.telenu.tv/resources/images/barra1.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

#progress {
  height: 100%;
  background-image: url(https://www.telenu.tv/resources/images/barra2.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: 0;
}

#playerImg {
  padding: 0;
}

#playerImg img {
  width: 100%;
}

#playerVideo {
  padding: 0;
  border: 5px solid white;
}

#tracker {
  width: 100%;
  position: relative;
}

#duration {
  cursor:default;
  font-family: 'Roboto', sans-serif;
  color: #757575;
  font-size: 20px;
}

#fullDuration {
  cursor:default;
  font-family: 'Roboto', sans-serif;
  color: #757575;
  font-size: 20px;
}

#playBtn,
#pauseBtn,
#soundBtn,
#muteBtn {
  border:none;
  outline:none;
  background-color: rgba(0, 0, 0, 0);
  color: #80ceca;
  font-size: 30px;
}

#muteBtn {
  font-size: 40px;
  margin-top: -8px;
  padding-right: 24px;
}

#soundBtn {
  font-size: 40px;
  margin-top: -8px;
}

#volume {
  margin-top: 20%;
}

.artist {
  display: inline-block;
  cursor:default;
  font-family: 'Roboto', sans-serif;
  color: #757575;
  margin: 0;
  font-size: 17px;
  position: relative;
}
#audioInfo .audioViews {
  display: inline-block;
  cursor:default;
  font-family: 'Roboto', sans-serif;
  color: #757575;
  margin: 0;
  font-size: 17px;
  position: relative;
}

.title {
  cursor:default;
  font-family: 'Roboto Condensed', sans-serif;
  color: #80ceca;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
}

.hear {
  cursor:default;
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-size: 19px;
  font-weight: bold;
}

.track {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.btn_1, .btn_2, .btn_3,
.btn_4, .btn_5, .btn_6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.btn_1 {
  width: 8%;
}

.btn_2 {
  width: 8%;
  padding-right: 0;
  padding-top: 6px;
}

.btn_3 {
  width: 50%;
  padding-top: 10px;
  padding-left: 4%;
}

.btn_4 {
  width: 8%;
  padding-top: 6px;
  padding-left: 0px;
}

.btn_5 {
  width: 8%;
}

.btn_6 {
  width: 16%;
}

.audioControls {
  padding-top: 8px;
}





/* Concurso */
#concurso {
  min-height: 100vh;
  font-family: oswald;
  background-image: url(https://www.telenu.tv/resources/images/bgRings.jpg);
  background-position: center top;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

#concurso #logoTelenu img {
  width: 80%;
  margin: 50px auto 100px;
}

#concurso #mensajeConcurso p {
  margin: 0 0 50px;
  font-size: 20px;
  line-height: 28px;
}

#concurso #mensajeConcurso p span {
  font-size: 22px;
  color: #80ceca;
}

#concurso #formaConcurso table {
  margin: 0 auto 50px;
}

#concurso #regresar {
  margin-bottom: 50px;
  text-align: center;
}

#concurso #footerConcurso img {
  width: 80%;
  height: auto;
  margin: auto;
  float: right;
}

#concurso #footerConcurso #paramount {
  float: left;
}

#concurso #footerConcurso p {
  margin: 30px 0 50px;
  font-size: 16px;
}


@media(max-width:767px){
  #concurso #logoTelenu img {
    margin: 50px auto 60px;
  }

  #concurso #mensajeConcurso p {
    font-size: 14px;
    line-height: 22px;
  }

  #concurso #footerConcurso img {
    width: 100%;
  }
}



/*  FAQ DEL BAJA WEB FEST 2016  */
.faq-bwf2016 h1 {
    font-size: 40px;
    font-weight: 700;
    color: #f7ec33;
    margin: 20px 0 20px 0;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.7);
    transition: all .35s;
}

.faq-bwf2016 h2 {
    font-size: 30px;
    font-weight: 700;
    color: #972065;
    margin: 10px 0 0;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.7);
    transition: all .35s;
}

.faq-bwf2016 p {
    font-size: 26px;
    font-weight: 500;
    color: #f9f9f9;
    margin: 10px 0 0;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.7);
    transition: all .35s;
}

/*  This is for the PRIVACY POLICY page  */
.ppcontent {
    color: white;
    text-align: left;
}




/*  Re-design Home/Index page V.3  */
#reddot {
    width: 14%;
    height: auto;
    display: inline-block;
    position: relative;
    z-index: 10;
    padding-left: 8px;
}
#nu-sections {
  width: 99%;
  margin-top: 0px;
}

/* Owl carousel */
#nu-sections .owl-carousel .owl-stage {
  padding-left: 0px !important;
}
.colxs12-nopad {
  padding-right: 0px !important;
    padding-left: 15px !important;
}
.zoomin {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #000;
}
.zoomin img {
  max-width: 100%;
  width: 100%;
  height: auto;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zoomin:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);

  opacity:0.6;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#nu-sections .videothumb .zoomin .info-container .description h4 {
  display: inline-block;
  color: #fff;
  position: absolute;
  z-index: 1;
  bottom: 14%;
  padding-left: 20px;
  font-family: 'Lato', sans-serif;
  font-size: 42px;
  font-weight: bold;

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#nu-sections .videothumb .zoomin .info-container .description .programas-especiales {
  font-size: 36px !important;
}
#nu-sections .videothumb .zoomin:hover .info-container .description h4 {
  bottom: 18%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#nu-sections .videothumb .zoomin .info-container .description p {
  display: inline-block;
  color: #6CE4D6;
  position: absolute;
  z-index: 1;
  bottom: 8%;
  padding-left: 24px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0;

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#nu-sections .videothumb .zoomin:hover .info-container .description p {
  bottom: 13%;
  opacity: 1;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#nu-sections .fa-angle-right, .arrow-right {
  font-size: 60px;
  padding-left: 20px;
  padding-right: 10px;
}
#nu-sections .fa-angle-left, .arrow-left {
  font-size: 60px;
  padding-left: 10px;
  padding-right: 20px;
}
#nu-sections .owl-carousel:hover .fa-angle-right, .arrow-right {
  font-size: 60px;
  padding-left: 20px;
  padding-right: 10px;
}
#nu-sections .owl-carousel:hover .fa-angle-left, .arrow-left {
  font-size: 60px;
  padding-left: 10px;
  padding-right: 20px;
}
#nu-sections .owl-carousel .owl-nav div {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(108, 228, 214, 0.7);
}
#nu-sections .owl-carousel:hover .owl-nav div {
  color: #fff;
  background-color: #6CE4D6;
}
.fadeout {
    position: absolute; 
    bottom: -1em;
    width:100%;
    height: 18em;
    background: -webkit-linear-gradient(
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    ); 
    background-image: -moz-linear-gradient(
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    background-image: -o-linear-gradient(
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    background-image: linear-gradient(
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    background-image: -ms-linear-gradient(
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
} 

/*  Next and previous events V.3  */
.allevents {
  margin-bottom: 20px;
}
.events-categories {
  margin-top: 12px;
  margin-left: 8px;
  margin-bottom: 2em;
}
.event-category {
  display: inline-block;
  padding-right: 24px;
}
.event-category h1 {
  display: inline-block;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: 2px solid #6CE4D6;
  cursor: default;

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nevent {
    width: auto;
    height: 400px;
}
.nev-hour-extra {
  top: 18% !important;
}
#content .videothumb .nevent h1 {
  position: absolute;
  top: 4%;
  z-index: 1;
  color: #fff;
  padding-left: 18px;
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  font-weight: bold;
  cursor: default;
}
#content .envivo-nevent .videothumb .nevent h2 {
  top: 18%;
}
#content .envivo-nevent .videothumb .nevent .nev-hour-extra {
  top: 22% !important;
}
#content .videothumb .nevent h2 {
  position: absolute;
  top: 14%;
  z-index: 1;
  color: #fff;
  padding-left: 18px;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  cursor: default;
}
#content .videothumb .nevent .nevent-des-p h3 {
  color: #fff;
  padding-left: 18px;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  cursor: default;

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#content .videothumb .nevent .nevent-des-p .nevent-des-box p {
  margin: 0;
  cursor: default;
}
#content .videothumb .nevent:hover .nevent-des-p h3 {
  padding-bottom: 4px;
  color: #6CE4D6;

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#content .videothumb .nevent:hover .nevent-des-p .nevent-des-box p {
  white-space: normal;
}
  

#content .videothumb .nevent .nevent-des-p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-color: #2a3836;

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#content .videothumb .nevent:hover .nevent-des-p {
  background-color: #fff;
  height: 140px;

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#content .videothumb .nevent .nevent-des-box {
  position: relative;
  line-height: 1.5em;
  height: 2em;       /* height is 2x line-height, so two lines will display */

  color: #777777;
  padding-left: 18px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-top: 6px;
  display:inline-block;
  width: 90%;
  white-space: nowrap; /*One line of text only*/
  overflow:hidden !important; /*What to do when content is too big for the parent*/
  text-overflow: ellipsis;

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#content .videothumb .nevent:hover .nevent-des-box {
  height: 7em;

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.seeall-events {
  width: 26%;
  height: auto;
  display: block;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto
}
.seeall-events h1 {
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  border: 3px solid white;
}
.seeall-events:hover h1 {
  color: #bcbcbc;
}



/*  About Telenu V.3  */
.nuabout-parallax {
  /* The image used */
    background-image: url("https://www.telenu.tv/resources/images/about-telenu.jpg");

    /* Set a specific height */
    min-height: 400px; 

    /* Create the parallax scrolling effect */
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.nuabout-content {
  margin-top: 60px;
  cursor: default;
}
.nuabout-content .bienvenido {
  display: inline-block;
  margin: 0 10px 0px 0px;
    color: #9fa9a7;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
}

.nuabout-title {
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: default;
}
.nuabout-parallax h1 {
    display: inline-block;
    color: #9fa9a7;
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
}
.nuabout-parallax h2 {
    display: inline-block;
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-size: 52px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}
.nuabout-parallax .plataforma h3{
    color: #9fa9a7;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin-right: 30%;
    line-height: 30px;
    margin-top: 0;
}
.nuabout-content .plataforma p {
    color: #9fa9a7;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding-right: 6px;
}
.nuabout-telenu {
  width: 22%;
  height: auto;
  margin-bottom: 30px;
  display: inline-block;
}



/*  New footer V.3  */
.nu-wrapper {
  min-height: 100%;
  position: relative;
}
#footer-bar {
  background-color: #000;
  height: 80px;
  overflow: hidden;
}
#footer-bar.active {
  position: relative;
}
.foot-active {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media(min-width: 1200px){
    #footer-bar .container {
      width: 1290px;
  }
}

.footer-bar-logo {
  height: 55px;
  padding: 10px 20px;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.footer-bar-logo > img {
  width: 80%;
  height: auto;
}
.f-p {
  padding-left: 0;
  padding-right: 0;
}
.f-p p {
  color: #565656;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding-top: 2.4em;
  white-space: nowrap; /*One line of text only*/
  overflow:hidden !important; /*What to do when content is too big for the parent*/
  text-overflow: ellipsis;
  text-align: center;
  cursor: default;
}
.f-p h1 {
  color: #565656;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding-top: 1em;
  white-space: nowrap; /*One line of text only*/
  overflow:hidden !important; /*What to do when content is too big for the parent*/
  text-overflow: ellipsis;
  text-align: center;
}
.social-icons {
  text-align: right;
  cursor: pointer;
}
.social-items {
  color: #777;
  padding-top: 2.2em;
  font-size: 16px;
  text-align: center;
  padding-left: 14px;
  padding-right: 14px;
}
.resize-col-2 {
  width: 11.666667% !important;
}
.resize-col-2-pp {
  width: 18.666667% !important;
}


/*  LIVE MODAL V3  */
/*  Boton en seccciones */
.section-pointer {
  cursor: pointer;
}
#liveModal .modal-header .close {
  margin-top: -6px;
  margin-right: 10px;
}

#liveModal .close {
  font-size: 42px;
  color: #fff;
  opacity: .6;
}

#liveModal .modal-content {
  border-radius: 2px;
  background-color: #000;
}

#liveModal .modal-header {
  background-image: url(https://www.telenu.tv/resources/images/fondo-telenu.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  border-bottom: none;
}
#liveModal .modal-body {
  background-color: #000;
}
#liveModal .modal-footer {
  background-image: url(https://www.telenu.tv/resources/images/fondo-telenu.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  border-top: none;
  text-align: left;
}

#liveModal .modal-title {
  color: #fff;
}

@media (min-width: 992px) {
    .modal-lg {
      width: 900px;
  }
}


#liveModal .header-title-disabled img {
  display: inline-block;
  width: 12px;
  height: auto;
  padding-bottom: 2px;
  margin-right: 2px;

  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);

  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
#liveModal .header-title-disabled h1 {
  display: inline-block;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #999;

  margin-top: 10px;
  margin-bottom: 0px;

  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
#liveModal .header-title-disabled {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: none;
  cursor: default;

  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

#liveModal .header-title img {
  display: inline-block;
  width: 12px;
  height: auto;
  padding-bottom: 2px;
  margin-right: 2px;

  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);

  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
#liveModal .header-title h1 {
  display: inline-block;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #999;

  margin-top: 10px;
  margin-bottom: 0px;

  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
#liveModal .header-title {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: none;
  cursor: pointer;

  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
#liveModal .header-title.active img {
  width: 12px;
  padding-bottom: 2px;
  margin-right: 2px;

  -webkit-filter: grayscale(0%); 
  filter: grayscale(0%);

  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
#liveModal .header-title.active h1 {
  font-size: 14px;
  color: #fff;

  margin-top: 10px;
  margin-bottom: 0px;

  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
#liveModal .header-title.active {
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: 2px solid #6CE4D6;
  cursor: pointer;

  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

#liveModal .footer-live img {
  display: inline-block;
  width: 14px;
  height: auto;
  padding-bottom: 4px;
  margin-right: 4px;
}
#liveModal .footer-live h1 {
  display: inline-block;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #c0120e;

  margin-top: 0px;
  margin-bottom: 0px;
}
#liveModal .footer-live {
  cursor: default;
}

#liveModal .footer-txt h2 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 2px;
  cursor: default;

  margin-top: 6px;
  margin-bottom: 0px;
}

#liveModal .btn-socialshare .sharenu-icon {
  display: inline-block;
  width: 20px;
}

#liveModal .btn-socialshare {
  position: relative;
  display: inline-block;
  width: 170px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: none;
  cursor: pointer;
  padding: 14px 0px;
  margin-top: 12px;
  margin-right: 24px;
  margin-bottom: 12px;
  border: 3px solid #fff;
  border-radius: 2px;
}

#liveModal .footer-description {
  margin-top: 26px;
  cursor: default;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
#liveModal .footer-description p {
  font-family: 'Roboto', sans-serif;
  color: #647876;
  font-size: 14px;
}

#liveModal .social-share li {
  position: relative;
  display: inline-block;
  width: 33%;
  padding: 0;
  float: left;
  margin: 20px 0;
}

#liveModal .social-share li + li {
  padding-left: 10px;
  width: 33%;
}

#liveModal .social-share .vertical-center {
  top: 40%;
}

#liveModal .livechn-1 {
  display: inline-block;
}
#liveModal .livechn-2 {
  display: inline-block;
}
#liveModal .livechn-3 {
  display: inline-block;
}
#liveModal .livechn-4 {
  display: inline-block;
}
#liveModal .col-audio-8 {
  width: 90% !important;
}
#liveModal .col-audio-2 {
  width: 6% !important;
}
#liveModal .audio-modal-img {
  width: 34%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
}


/*  BUY CONTENT ----- REGISTER/LOGIN MODAL  */
@media (min-width: 992px) {
  #buyRegisterModal .modal-lg {
    margin-top: 120px;
    width: 1400px;
  }
}
#buyRegisterModal {
  z-index: 1042;
}
#buyRegisterModal.modal.fade .modal-dialog { /* Before */
  -webkit-transform: translate(300px, 0px);
  -moz-transform: translate(300px, 0px);
  -ms-transform: translate(300px, 0px);
  transform: translate(300px, 0px);
  top: 0px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#buyRegisterModal.modal.fade.in .modal-dialog { /* After */
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#buyRegisterModal .modal-content {
  background-image: url(https://www.telenu.tv/resources/images/modal-bwb2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
}
#buyRegisterModal .modal-header {
  text-align: center;
  border: none;
}
#buyRegisterModal .modal-header .close {
  font-weight: lighter;
  font-size: 60px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  margin-top: 10px;
  margin-right: 32px;
}
#buyRegisterModal .modal-header h1 {
  display: inline-block;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: none;
}
#buyRegisterModal .modal-body {
  min-height: 26vw;
}
#buyRegisterModal .section-1 {
  text-align: center;
  padding: 28% 0 0 0;
}
#buyRegisterModal .section-3 {
  text-align: center;
  padding: 28% 0 0 0;
}

#buyRegisterModal .section-1 .register-btn {
  display: inline-block;
  width: 240px;
  color: rgb(243, 226, 201);
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: none;
  cursor: pointer;

  padding: 8px 0px;
  margin-top: 20px;
  border: 3px solid #e13030;
  border-radius: 0px;
  background-color: #e13030;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);

  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  transition: all .15s;
}
#buyRegisterModal .section-1 .register-btn:hover {
  color: #fff;
  background-color: #9c2626;
  border: 3px solid #9c2626;

  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  transition: all .15s;
}
#buyRegisterModal .section-1 .form-control {
  font-family: 'Saira Extra Condensed', sans-serif;
  color: #000;
  margin: 12px auto;
  padding: 6px 0px;
  width: 70%;
  border-radius: 6px;
  border: 1px solid #6ce4d6;
  padding-left: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 16px;
}
#buyRegisterModal .section-1 .fire-register {
  width: 40%;
  color: rgb(243, 226, 201);
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: none;
  cursor: pointer;
  background: none;
  padding: 8px 0px;
  margin: 20px 60px 0px;
  border: 3px solid #e13030;
  border-radius: 0px;
  background-color: #e13030;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);

  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  transition: all .15s;
}
#buyRegisterModal .section-1 .fire-register:hover {
  background-color: #9c2626;
  border: 3px solid #9c2626;

  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  transition: all .15s;
}
#buyRegisterModal .section-1 h1 {
  display: inline-block;
  width: 420px;
  color: #fefefe;
  font-family: 'Saira Extra Condensed', sans-serif;
  font-weight: 800;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  margin: 4px 0;
}

#buyRegisterModal .login-btn {
  display: inline-block;
  width: 240px;
  color: rgb(243, 226, 201);
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: none;
  cursor: pointer;

  padding: 8px 0px;
  margin-top: 12px;
  border: 3px solid #e13030;
  border-radius: 0px;
  background-color: #e13030;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);

  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  transition: all .15s;
}
#buyRegisterModal .login-btn:hover {
  color: #fff;
  background-color: #9c2626;
  border: 3px solid #9c2626;

  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  transition: all .15s;
}
#buyRegisterModal .section-3 .login-txt h1 {
  display: inline-block;
  width: 520px;
  color: #fefefe;
  font-family: 'Saira Extra Condensed', sans-serif;
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  margin: 0 0 12px;
}
#buyRegisterModal .section-3 .forgotPassword h1 {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  text-shadow: none;
  text-shadow: 2px 2px 4px black;
}
#buyRegisterModal .section-3 .forgotPassword a {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  padding-left: 4px;
  font-weight: 700;
  cursor: pointer;
  text-shadow: 2px 2px 4px black;
}
#buyRegisterModal .buyLogin .fire-email {
  font-family: 'Saira Extra Condensed', sans-serif;
  color: #000;
  margin: 12px 0px 0px;
  padding: 6px 0px;
  width: 50%;
  border-radius: 6px;
  border: 1px solid #6ce4d6;
  padding-left: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 16px;
}
#buyRegisterModal .buyLogin .fire-password {
  font-family: 'Saira Extra Condensed', sans-serif;
  color: #000;
  margin: 6px 0px;
  padding: 6px 0px;
  width: 50%;
  border-radius: 6px;
  border: 1px solid #6ce4d6;
  padding-left: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 16px;
}
#buyRegisterModal .buyLogin .fire-login {
  width: 40%;
  color: rgb(243, 226, 201);
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: none;
  cursor: pointer;

  background: none;
  padding: 8px 0px;
  margin: 20px 60px 0px;
  border: 3px solid #e13030;
  border-radius: 0px;
  background-color: #e13030;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);

  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  transition: all .15s;
}
#buyRegisterModal .buyLogin .fire-login:hover {
  color: #fff;
  background-color: #9c2626;
  border: 3px solid #9c2626;

  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  transition: all .15s;
}
#buyRegisterModal .forgotPassword #recoverEmail {
  font-family: 'Saira Extra Condensed', sans-serif;
  color: #000;
  margin: 12px auto;
  padding: 6px 0px;
  width: 50%;
  border-radius: 6px;
  border: 1px solid #6ce4d6;
  padding-left: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  height: 26px;
}
#buyRegisterModal .forgotPassword #recoverSubmit {
  width: 60%;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: none;
  cursor: pointer;

  background: none;
  padding: 6px 0px;
  margin: 20px auto;
  border: 3px solid #2e6ca2;
  border-radius: 0px;
  background-color: #2e6ca2;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);

  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  transition: all .15s;
}
#buyRegisterModal .forgotPassword #recoverSubmit:hover {
  color: #cacaca;
  background-color: #234c6f;
  border: 3px solid #234c6f;

  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  transition: all .15s;
}
#buyRegisterModal .modal-footer {
  border: none;
  text-align: center;
}
#buyRegisterModal .modal-footer h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-shadow: 2px 2px 4px black;
}
#buyRegisterModal .modal-body .br-mobile {
  display: none;
}



/*  TEMPORAL BUY BY CODE MODAL ----- WHATSAPP  */
@media (min-width: 992px) {
  #buyByCode .modal-lg {
    margin-top: 120px;
    width: 1100px;
  }
}
#buyByCode {
  z-index: 1050;
}
#buyByCode.modal.fade .modal-dialog { /* Before */
  -webkit-transform: translate(300px, 0px);
  -moz-transform: translate(300px, 0px);
  -ms-transform: translate(300px, 0px);
  transform: translate(300px, 0px);
  top: 0px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#buyByCode.modal.fade.in .modal-dialog { /* After */
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#buyByCode .modal-content {
  background-image: url(https://www.telenu.tv/resources/images/modal-bycode-desktop.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  border: 3px solid rgba(255, 255, 255, 0.7);
}
#buyByCode .modal-header {
  border: none;
  text-align: center;
}
#buyByCode .modal-header .close {
  font-weight: lighter;
  font-size: 60px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  margin-top: -6px;
  margin-right: 32px;
}
#buyByCode .modal-body {
  min-height: 26vw;
}
#buyByCode .modal-body .instruccion:first-child {
  margin: 0px 0 0;
}
#buyByCode .modal-body .instruccion {
  text-align: left;
  margin: 12px 0;
}
#buyByCode .modal-body .instruccion h1 {
  display: inline-block;
  font-size: 18px;
  color: #80ceca;
  margin: 0 8px;
}
#buyByCode .modal-body .instruccion p {
  display: inline-block;
  font-size: 18px;
  margin: 0;
}
#buyByCode .modal-body .code-wrapper {
  text-align: center;
  margin: 60px auto 0px;
}
#buyByCode .modal-body #WhatsAppCode {
  width: 40%;
  font-size: 18px;
  color: #000;
  padding: 6px 0px;
  border-radius: 6px;
  border: 1px solid #6ce4d6;
  padding-left: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 auto;
}
#buyByCode .modal-body #submitWPPCode {
  display: inline-block;
  width: 32%;
  color: rgb(243, 226, 201);
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: none;
  cursor: pointer;

  background: none;
  padding: 8px 0px;
  margin: 20px 60px 0px;
  border: 3px solid #e13030;
  border-radius: 0px;
  background-color: #e13030;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);

  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  transition: all .15s;
}
#buyByCode .modal-body #submitWPPCode:hover {
  color: #fff;
  background-color: #9c2626;
  border: 3px solid #9c2626;

  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  transition: all .15s;
}
#buyByCode .modal-body #window-wppSuccess {
  text-align: center;
  margin-top: 40px;
}
#buyByCode .modal-body #window-wppSuccess h2 {
  font-size: 16px;
  color: #ccc;
}
#buyByCode .modal-body #seeWPPVideos {
  display: inline-block;
  width: 40%;
  color: rgb(210, 210, 210);
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: none;
  cursor: pointer;

  background: none;
  padding: 8px 0px;
  margin: 20px 60px 0px;
  border: 3px solid #36732f;
  border-radius: 0px;
  background-color: #36732f;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);

  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  transition: all .15s;
}
#buyByCode .modal-body #seeWPPVideos:hover {
  color: #fff;
  background-color: #489c3d;
  border: 3px solid #489c3d;

  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  transition: all .15s;
}
#buyByCode .modal-footer {
  border: none;
  text-align: center;
}
#buyByCode .modal-footer .notes {
  text-align: left;
  margin: 20px 0;
}
#buyByCode .modal-footer .note {
  text-align: left;
  margin: 6px 0;
}
#buyByCode .modal-footer .note h1 {
  display: inline-block;
  font-size: 18px;
  color: #80ceca;
  margin: 0 8px;
}
#buyByCode .modal-footer .note p {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  color: #bbb;
}








/*  ALL SERIES V3   */
.allseries-categories {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 40px;
  cursor: default;
}

.allseries-categories div {
  display: inline-block;
  margin-right: 4vw;
  margin-bottom: 20px;
  cursor: pointer;
}

.as-category {
  color: #999;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.4px;
  cursor: pointer;

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.as-category.active {
  color: #fff;
  border-bottom: 2px solid #6CE4D6;

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fetchAllChannels-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*  SPONSOR US   */
#sponsorus .sponsorus-box {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 40px;
}
#sponsorus .boxmodal {
  margin-bottom: 0px !important;
}
#sponsorus .sponsorus-box .sponsor-divs {
  text-align: center;
}
#sponsorus .sponsorus-box .div-1 {
  display: inline-block;
}
#sponsorus .sponsorus-box .div-2 {
  display: inline-block;
}
#sponsorus .sponsorus-box h1.normal {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  color: #999;
}
#sponsorus .sponsorus-box h1.blue {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  color: #80ceca;
}
#sponsorus .boxmodal h1.normal {
  color: #999 !important;
  font-size: 12px;
}
#sponsorus .boxmodal h1.blue {
  font-size: 12px;
}

/*  BUY CONTENT ----- BANNER  */
#buyContentBanner .buyContent {
  height: 33vw; /*32vw*/
  overflow: hidden;
}
#buyContentBanner .buyContent .bgVid {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
#buyContentBanner .buyContent .insideBanner {
  position: absolute;
  top: 20vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 24vw;
  text-align: center;
}
#buyContentBanner .buyContent .mainImg {
  width: 320px;
  margin: 0 auto 4vw auto;
}
#buyContentBanner .buyContent h1 {
  width: 22vw;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: none;
  padding: 12px 0;
  margin: 0 auto;
  border: 3px solid white;
  border-radius: 2px;
  cursor: pointer;

  background: rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 80px black;

  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
}
#buyContentBanner .buyContent h1:hover {
  width: 24vw;
  font-size: 26px;
  padding: 16px 0;

  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
}
/*#buyContentBanner .buyContent {
    background-image: url(https://www.telenu.tv/resources/images/channel/nochedebox_1.jpg);
    min-height: 32vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}*/

/*  BANNER NOW   */
#banner-now .banner-now-box {
    /*background-image: url(https://www.telenu.tv/resources/images/channel/nochedebox_1.jpg);*/
    min-height: 30vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#banner-now .now-box {
  height: 30vw;
}
#banner-now .now-box-1 {
  padding: 0;
  background-color: #212121;
}
#banner-now .now-1 .top {
  width: 100%;
  height: auto;
  text-align: center;
  background-color: #5b5b5b;
}
#banner-now .now-1 .top:before {
  content:"";
  position:absolute;
  z-index: 10;
  top: 50px;
  left: 6vw;
  width: 0;
  height: 0;
  border-top: 30px solid #5b5b5b;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
}
#banner-now .now-1 .top h1 {
  display: inline-block;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 4px;
  margin-bottom: 20px;
  border-bottom: 2px solid #6CE4D6;
  cursor: default;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#banner-now .now-1 .arrow-mobile {
  display: none;
}
#banner-now .now-1 .middle {
  width: 100%;
  height: 24vw;
  overflow:auto;
  cursor: pointer;
}
#banner-now .middle .bluebar {
  display: none;
}
#banner-now .middle .bluebar.active {
  display: inline-block;
  width: 20px;
  height: 60px;
  background-color: #6CE4D6;
}
#banner-now .middle .stream-channel.active .channel {
  display: inline-block;
  position: absolute;
  top: 30%;
  left: 18%;
}
#banner-now .middle .stream-channel.active {
  position: relative;
  width: 100%;
  padding: 16px 0;
}
#banner-now .middle .stream-channel.active .channel h1 {
  color: #fff;
}
#banner-now .middle .stream-channel.active .channel p {
  color: #6CE4D6;
}
#banner-now .middle .stream-channel {
  position: relative;
  width: 100%;
  padding: 16px 0;
}
#banner-now .middle .channel {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#banner-now .middle .channel h1 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #777;
  margin: 0;
}
#banner-now .middle .channel p {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777;
  margin: 0;
}


#banner-now .middle::-webkit-scrollbar {
    width: 10px;
    height: 15px;
}
#banner-now .middle::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 4px;
}
#banner-now .middle::-webkit-scrollbar-thumb {
    background-color: #777;
    background-clip: padding-box;
    border: solid transparent;
    border-width: 1px 1px 1px 6px;
    min-height: 28px;
    padding: 100px 0 0;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1),inset 0 -1px 0 rgba(0, 0, 0, .07);
}
#banner-now .middle::-webkit-scrollbar-corner {
    background: transparent;
}
#banner-now .middle::-webkit-scrollbar-button {
    display: none;
}


#banner-now .now-1 .bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  text-align: center;
  background-color: #5b5b5b;
}
#banner-now .now-1 .bottom:before {
  content:"";
  position:absolute;
  z-index: 10;
  top: 50px;
  left: 6vw;
  width: 0;
  height: 0;
  border-top: 30px solid #5b5b5b;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
}
#banner-now .now-1 .bottom h1 {
  display: inline-block;
  color: #fff;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 4px;
  border-bottom: 2px solid #6ce4d6;
  cursor: default;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 20px;
  margin-bottom: 20px;
}
#banner-now .now-2 {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
}
#banner-now .now-3 {
  margin-left: 40px;
}
#banner-now #stream-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
}
#banner-now #stream-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1vw;
}

#banner-now #stream-title {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  cursor: default;
  margin-top: 20%;
  margin-bottom: 0px;
  color: #80ceca;
}
#banner-now #stream-title h1 {
  margin: 0;
  font-size: 26px;
}
#banner-now #stream-des {
  color: #9fa9a7;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 40px 0;
}
#banner-now .btn-socialshare .sharenu-icon {
  display: inline-block;
  width: 20px;
}

#banner-now .btn-socialshare {
  position: relative;
  display: inline-block;
  width: 200px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: none;
  cursor: pointer;
  padding: 18px 0px;
  margin-top: 12px;
  margin-right: 24px;
  margin-bottom: 12px;
  border: 3px solid #fff;
  border-radius: 2px;
}
.col-xs-nopad {
  padding: 0 !important;
}

.streaming-box {
  position: relative; 
  height: 30vw;
}
.streaming-content {
  position: absolute;
  top: 15vw;
  transform: translate(0, -50%);
}

@media (max-width: 1280px) {
  #banner-now .now-box {
    height: 30vw;
  }
  #banner-now .now-1 .middle {
    height: 24vw;
  }
  #banner-now .now-1 .top h1 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #banner-now .middle .channel h1 {
    font-size: 12px;
  }
  #banner-now .middle .channel p {
    font-size: 10px;
  }
  #banner-now .middle .stream-channel.active {
    padding: 16px 0;
  }
  #banner-now .middle .stream-channel {
    padding: 16px 0;
  }
  #banner-now .middle .bluebar.active {
    height: 60px;
  }
  #banner-now .now-1 .bottom h1 {
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  #banner-now #stream-title h1 {
    font-size: 20px;
  }
  #banner-now #stream-des {
    font-size: 12px;
  }
  #banner-now .btn-socialshare {
    width: 180px;
    font-size: 12px;
    padding: 16px 0;
  }

  #banner-now .streaming-content {
    top: 15vw;
  }
  #banner-now #audioPlayer {
    width: 100%;
  }
  #banner-now .artist {
    font-size: 12px;
  }
  #banner-now .title {
    font-size: 14px;
  }
  #banner-now #playBtn, #pauseBtn, #soundBtn, #muteBtn {
    font-size: 24px;
  }
  #banner-now #soundBtn {
    font-size: 30px;
  }
  #banner-now .listen {
    width: 72%;
  }
  #banner-now #volume {
    margin-top: 10%;
  }
  #banner-now .btn_3 {
    padding-top: 8px;
  }
  #banner-now #duration {
    font-size: 18px;
  }
  #banner-now #fullDuration {
    font-size: 18px;
  }

  #banner-now #stream-video iframe {
    top: 1vw;
  }
}

.ourchannels-categories {
  margin: 1em 0 1em 5em;
}
.ourchannel-category {
  display: inline-block;
  padding-right: 24px;
}
.ourchannel-category h1 {
  display: inline-block;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: 2px solid #6CE4D6;
  cursor: default;

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}




/*  VIDEO PLAYER  */
/* Change all text and icon colors in the player. */
.vjs-matrix.video-js {
  color: #80ceca;
}

/* Change the border of the big play button. */
.vjs-matrix .vjs-big-play-button {
  border-color: #80ceca;
  font-size: 10em !important;
  border: none !important;
  background-color: rgba(255, 255, 255, 0) !important;
  color: rgba(255, 255, 255, 0.70);
}

/* Change the color of various "bars". */
.vjs-matrix .vjs-volume-level,
.vjs-matrix .vjs-play-progress,
.vjs-matrix .vjs-slider-bar {
  background: #80ceca;
}

/* Change the background of the controls */
.vjs-matrix .vjs-control-bar {
  background-color: rgba(0, 0, 0, 0.6);
}

.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
  border: none !important;
  background-color: rgba(255, 255, 255, 0) !important;
  color: rgba(255, 255, 255, 1);
}
.vjs-matrix .vjs-poster {
  filter: brightness(60%);
  -webkit-filter: brightness(60%); /* Safari 6.0 - 9.0 */

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.vjs-matrix:hover .vjs-poster {
  filter: brightness(100%);
  -webkit-filter: brightness(100%); /* Safari 6.0 - 9.0 */

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}





/*  Firebase Register/Login   */
.firebase-login {
  margin: 10px 20px 30px;
}

.firebase-login .fire-email {
  color: #000;
  margin: 4px 0px;
  padding: 6px 0px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #6ce4d6;
}
.firebase-login .fire-password {
  margin: 4px 0px;
  padding: 6px 0px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #6ce4d6;
  color: #000;
}
.firebase-login .fire-login {
  text-transform: uppercase;
  padding: 8px 0px;
  width: 40%;
  background-color: #3a3a3a;
  border: none;
}
.firebase-login .open-fire-register {
  text-transform: uppercase;
  padding: 8px 0px;
  width: 40%;
  background-color: #3a3a3a;
  border: none;
}

#firebase-register .modal-content {
/*  background-image: url(https://www.telenu.tv/resources/images/fondo-telenu.jpg);
  min-height: 30vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
  background-color: #1b1b1b;
  color: white;

  border: 2px solid #fff;
  border-radius: 1px;
}
#firebase-register .modal-header {
  padding: 0 0 0 0;
  border: none;
}
#firebase-register .modal-header .close {
  font-size: 48px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  margin-top: 0px;
  margin-right: 12px;
  font-weight: lighter;
}
#firebase-register .modal-header h4 {
  color: #6CE4D6;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  padding: 60px 0 0 20px;
}
#firebase-register .fire-register {
    width: 12vw;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: none;
    padding: 12px 0;
    margin: 0 auto;
    border: 3px solid white;
    border-radius: 2px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 80px black;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
}
#firebase-register .modal-divition {
  width: 70%;
  border-top: 1px solid white;
  margin: 0 auto;
}
#firebase-register .fire-register:hover {
  background-color: #e6e6e6;
  transition: all .35s;
}
#firebase-register .modal-body .form-control {
  width: 72%;
  margin: 4px auto;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  padding: 6px 0px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
#firebase-register .modal-body .text-center {
  list-style-type: none;
}
#firebase-register .modal-body .text-center .input-field input {
  display: inline-block;
}
#firebase-register .modal-body .text-center .input-field p {
  display: inline-block;
  padding: 0 0 0 12px;
  color: #80ceca;
}

/*#firebase-register .modal-body h3 {
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  padding: 12px 0 6px;
  cursor: default;
}
#firebase-register .modal-body p {
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  padding: 6px 0 6px;
  cursor: default;
}*/
#firebase-register .genderbox {
  display: inline-block;
  margin: 0 20px;
}
#firebase-register .modal-footer {
  padding: 10px 0 20px 0;
  border: none;
  text-align: left;
}
#firebase-register .modal-footer .foot-info h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #80ceca;
  font-size: 18px;
  text-align: right;
  margin: 10px 0 20px;
}
#firebase-register .modal-footer .foot-info p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  margin: 10px 0 6px;
}


/*  PAYWALL EXCLUSIVE CONTENT  */
.cont-nopad {
  min-width: 98%;
  padding: 0;
}
.col-nopad {
  padding: 0;
}
#paywallPreview .preview-box {
  background-image: url(https://www.telenu.tv/resources/images/banner-bwb-paywall-wpp.jpg);
  min-height: 560px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#paywallPreview .preview-info {
  position: absolute;
  top: 4vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
#paywallPreview .preview-info .mainImg {
  width: 320px;
  margin: 0 auto 12px auto;
}
#paywallPreview .preview-info h1 {
  color: #000;
  font-family: 'Saira Extra Condensed', sans-serif;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
}
#paywallPreview .preview-info h2 {
  color: #c51c15;
  font-family: 'Saira Extra Condensed', sans-serif;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 2px 2px 2px #fff;
}
#paywallPreview .preview-info .one-line h3 {
  display: inline-block;
  color: #000;
  font-family: 'Saira Extra Condensed', sans-serif;
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  margin: 4px 0px;
}
#paywallPreview .preview-info .one-line h4 {
  display: inline-block;
  color: #c51c15;
  font-family: 'Saira Extra Condensed', sans-serif;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  margin: 4px 6px;
}
#paywallPreview .preview-title {
  width: 560px;
  margin-top: 80px;
}
#paywallPreview .preview-title h1 {
  color: #000;
  font-family: 'Saira Extra Condensed', sans-serif;
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 5px;
/*  text-shadow: 2px 2px 8px #000;*/
}
#paywallPreview .preview-video {
  margin-top: 20px;
}




#paywallWindows .windowBtn {
  text-align: center;
  border: 2px solid white;
  cursor: pointer;
  margin-top: 40px;
}
#paywallWindows .windowBtn h1 {
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}





#paywallInfo {
  margin: 40px 0 0;
}
#paywallInfo .paywallInfo-title h2 {
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: 2px solid #6CE4D6;
  cursor: default;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 210px;
}
#paywallInfo .paymentOptions {
  margin: 20px 0 10px;
}
#paywallInfo .paymentOptions .method-btn {
  position: relative;
  display: inline-block;
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
#paywallInfo .paymentOptions .method-btn .method-img {
  width: 120px;
  height: auto;
}
#paywallInfo .paymentOptions .method-btn .btn-on {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#paywallInfo .paymentOptions .method-btn .btn-off {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media(min-width: 1200px){
    #paywallInfo .container {
      width: 1400px;
  }
}



#paywallPayment #paywith_card {
  margin: 20px 0 60px;
}
.infoCard {
  margin: 10px 0 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #6CE4D6;
}
.infoCard h3 {
  color: #6CE4D6;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.infoCard .stepNum h1 {
  display: inline-block;
  color: #6CE4D6;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 6px 16px 6px 32px;
  margin: 0;
}
.infoCard .stepNum p {
  display: inline-block;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
}
#paywallPayment #paywith_card .card-title {
  margin: 0 0 40px;
}
#paywallPayment #paywith_card .card-title h2 {
  color: #ccc;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  padding-bottom: 4px;
  border-bottom: 2px solid #80ceca;
}

#paywallPayment #paywith_card #card-form .dataField {
  padding: 2px 0;
}
#paywallPayment #paywith_card #card-form .dataField p {
  display: inline-block;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  width: 200px;
}
#paywallPayment #paywith_card #card-form .dataField input {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  border: none;
  border-radius: 8px;
  width: 400px;
  padding: 4px 0;
}
#paywallPayment #paywith_card #card-form .combinedFields .dataField {
  display: inline-block;
  margin: 0 60px 0 0;
}
#paywallPayment #paywith_card #card-form .combinedFields .dataField p {
  margin: 0 60px 0 0;
  width: auto;
}
#paywallPayment #paywith_card #card-form .combinedFields .dataField input {
  width: 80px;
}
#paywallPayment #paywith_card #openConfirm{
  position: relative;
  width: 260px;
  color: #fff;
  background-color: #2a3a37;
  cursor: pointer;
  padding: 6px 0px;
  margin: 40px 0;
  border: 2px solid #fff;
  border-radius: 2px;

  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  text-align: center;
  text-shadow: none;
}
#paywallPayment #paywith_card #loading-payment {
  margin: 0 0 120px;
}
#paywallPayment #paywith_card #loading-payment .loading-img {
  display:    inline-block;
  position: relative;
  background: rgba(255, 255, 255, 0);
  width: 24px;
  height: auto;
}
#paywallPayment #paywith_card #loading-payment p {
  display: inline-block;
  font-size: 14px;
}
#paywallPayment #paywith_card #completed-payment {
  text-align: center;
  margin: 0 0 120px;
}
#paywallPayment #paywith_card #completed-payment p {
  font-size: 18px;
}

#paywallPayment #paywith_oxxo #oxxoPay {
  position: relative;
  width: 360px;
  color: #fff;
  background-color: #2a3a37;
  cursor: pointer;
  padding: 6px 0px;
  margin: 20px 0;
  border: 2px solid #fff;
  border-radius: 2px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  text-align: center;
  text-shadow: none;
}
#paywallPayment #paywith_oxxo #oxxoTicketForm .ticketSuccess {
  text-align: center;
}
#paywallPayment #paywith_oxxo #oxxoTicketForm .ticketSuccess h2 {
  position: relative;
  color: #108f30;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  text-align: center;
  text-shadow: none;
}
#paywallPayment #paywith_oxxo #oxxoTicket {
  position: relative;
  width: 360px;
  color: #fff;
  background-color: #2a3a37;
  cursor: pointer;
  padding: 12px 0px;
  margin: 20px 0;
  border: 3px solid #fff;
  border-radius: 2px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  text-align: center;
  text-shadow: none;
}

#paywallPayment #paywith_code #promo_code {
  color: #000;
}
#paywallPayment #paywith_code .write_promo h3 {
  display: inline-block;
}
#paywallPayment #paywith_code .write_promo input {
  display: inline-block;
}
@media(min-width: 1200px){
    #paywallPayment .container {
      width: 1400px;
  }
}


#paywallVideos .videos-row {
  text-align: center;
}
#paywallVideos .videos-row .vid-wrapper {
  display: inline-block;
  margin: 40px 20px;
}
#paywallVideos .videos-row .vid-wrapper #my-video-1 {
  
}
#paywallVideos .videos-row .vid-download {
  display: inline-block;
  float: left;
  padding: 12px 0;
}
#paywallVideos .videos-row .vid-download-img {
  width: 40px;
  height: auto;
  -webkit-filter: brightness(40%); /* Safari */
  filter: brightness(40%);

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#paywallVideos .videos-row .vid-download:hover .vid-download-img {
  -webkit-filter: brightness(100%); /* Safari */
  filter: brightness(100%);

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/*#paywallVideos .videos-row .video-js {
  display: inline-block;
}*/
#paywallVideos .videos-row .vid-title h1 {
  font-family: 'Saira Extra Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-align: left;
  font-size: 24px;
  color: #fff;
  padding: 0 0 6px;
  margin: 12px 0;
  letter-spacing: 1px;

  border-bottom: 1px solid #a0a0a0;
}
#paywallVideos .videos-row .vid-title p {
  color: #a0a0a0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
  text-align: left;
}
@media(min-width: 1200px){
    #paywallVideos .container {
      width: 1400px;
  }
}




#confirmPurchase .modal-content {
  background-image: url(https://www.telenu.tv/resources/images/fondo-telenu.jpg);
  min-height: 32vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#confirmPurchase .modal-header {
  text-align: center;
  border: none;
}
#confirmPurchase .modal-header h1 {
  display: inline-block;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: none;
}
#confirmPurchase .section-1 {
  text-align: center;
  padding: 40% 0 0 0;
}
#confirmPurchase .section-3 {
  text-align: center;
  padding: 40% 0 0 0;
}
#confirmPurchase .section-1 .register-btn {
  display: inline-block;
  width: 240px;
  color: #fff;
  background-color: #7fc2be;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: none;

  padding: 16px 0px;
  margin-top: 20px;
  border: 5px solid #7fc2be;
  border-radius: 2px;
}
#confirmPurchase .section-1 h1 {
  display: inline-block;
  width: 240px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-shadow: none;
}
#confirmPurchase .login-btn {
  display: inline-block;
  width: 240px;
  color: #fff;
  background-color: #7fc2be;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: none;
  cursor: pointer;

  padding: 16px 0px;
  margin-top: 20px;
  border: 5px solid #7fc2be;
  border-radius: 2px;
}
#confirmPurchase .section-3 h1 {
  display: inline-block;
  width: 240px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-shadow: none;
}



/*  Oxxo Ticket/Receipt  */
.opps h3 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.opps {
  width: 496px; 
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 45px;
  margin: 40px auto;
  overflow: hidden;
  border: 1px solid #b0afb5;
  font-family: 'Open Sans', sans-serif;
  color: #4f5365;
  background-color: #fff;
}

.opps-reminder {
  position: relative;
  top: -1px;
  padding: 9px 0 10px;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background: #000000;
}

.opps-info {
  margin-top: 26px;
  position: relative;
}

.opps-info:after {
  visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;

}

.opps-brand {
  width: 45%;
  float: left;
}

.opps-brand img {
  max-width: 150px;
  margin-top: 2px;
}

.opps-ammount {
  width: 55%;
  float: right;
}

.opps-ammount h2 {
  display: inline-block;
  font-size: 36px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 15px;
}

.opps-ammount h2 sup {
  font-size: 16px;
  position: relative;
  top: -2px
}

.opps-ammount p {
  font-size: 10px;
  line-height: 14px;
}

.opps-reference {
  margin-top: 14px;
}

.opps h1 {
  display: block !important;
  font-size: 27px;
  color: #000000;
  text-align: center;
  margin-top: -1px;
  padding: 6px 0 7px;
  border: 1px solid #b0afb5;
  border-radius: 4px;
  background: #f8f9fa;
}

.opps-instructions {
  margin: 32px -45px 0;
  padding: 32px 45px 45px;
  border-top: 1px solid #b0afb5;
  background: #f8f9fa;
}

.opps ol {
  margin: 17px 0 0 16px;
}

.opss li + li {
  margin-top: 10px;
  color: #000000;
}

.opps a {
  color: #1155cc;
}

.opps-footnote {
  margin-top: 22px;
  padding: 22px 20 24px;
  color: #108f30;
  text-align: center;
  border: 1px solid #108f30;
  border-radius: 4px;
  background: #ffffff;
}
#printOxxoTicket #printBtn {
  position: relative;
  width: 360px;
  color: #fff;
  background-color: #2a3a37;
  cursor: pointer;
  padding: 12px 0px;
  margin: 20px 0;
  border: 3px solid #fff;
  border-radius: 2px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  text-align: center;
  text-shadow: none;
}