.navbar-napflix {
  padding-top: 5px;
}

.webby {
  position: absolute;
  top: 60px;
  right: 30px;
  z-index: 1001;
  opacity: 1;
  overflow: hidden;
}

.webby-xs {
  position: absolute;
  top: 60vh;
  right: 15px;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.webby figure {
  position: relative;
}
.webby figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.webby figure:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

.red-tooltip + .tooltip > .tooltip-inner {
  background-color: #000;
}
.red-tooltip + .tooltip > .tooltip-arrow {
  border-bottom-color: #000;
}

#play:hover {
  color: #fff;
}

li a {
  text-transform: uppercase;
}

.live-svg {
  margin-top: 0px !important;
  width: 10px !important;
  opacity: 1 !important;
}

.navbar-brand span {
  display: none;
}

.navbar-brand h2 {
  display: none;
}

#play {
  color: #fff;
  font-weight: 100 !important;
}

#player {
  -webkit-transition: -webkit-transform 0.3s ease-in; /* Changed here */
  -moz-transition: -moz-transform 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
}

#back span {
  margin-right: 10px;
}

.colorblanc {
  color: #666;
}
.margintop10 {
  margin-top: 1em;
}

.marginbottom10 {
  margin-bottom: 1em;
}

.container .text-muted {
  color: #fff;
  margin: 20px 0;
}

.centertxt {
  text-align: -webkit-center;
}

.active-nav {
  opacity: 0.5;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #1a9133;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #082b0f;
  border-radius: 10px;
}

a:hover span {
  color: #082b0f;
}

.shape {
  border-style: solid;
  border-width: 0 90px 70px 0;
  float: right;
  height: 0px;
  width: 0px;
  -ms-transform: rotate(360deg); /* IE 9 */
  -o-transform: rotate(360deg); /* Opera 10.5 */
  -webkit-transform: rotate(360deg); /* Safari and Chrome */
  transform: rotate(360deg);
}

.shape-text {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  right: -35px;
  top: 0px;
  white-space: nowrap;
  -ms-transform: rotate(38deg); /* IE 9 */
  -o-transform: rotate(360deg); /* Opera 10.5 */
  -webkit-transform: rotate(38deg); /* Safari and Chrome */
  transform: rotate(38deg);
}

.shape-color {
  position: absolute;
  right: 15px;
  border-color: transparent #5cb85c transparent transparent;
  border-color: rgba(255, 255, 255, 0) #5cb85c rgba(255, 255, 255, 0)
    rgba(255, 255, 255, 0);
}

.bg,
.content,
.content-press {
  min-width: 300px !important;
}

body {
  background-color: #000;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
}

button:focus {
  outline: 0 !important;
}

.dropdown-menu {
  background-color: #2e9438;
  color: #fff;
}

.dropdown-menu .divider {
  background-color: #082b0f;
}

.dropdown-menu li a {
  color: #000;
}

.dropdown-menu li a:hover {
  color: #fff;
  background-image: none;
  background-color: #082b0f;
}

.ui-txt {
  position: absolute;
  top: 0px;
}

.ui-txt p {
  font-size: 1.6em;
  /*padding: 1em 1em 3em 3em;*/
  padding: 10%;
  color: #fff;
}

.ui-thumb {
  position: absolute;
  width: auto;
  height: auto;
  display: inline-block;
  top: 0px;
  left: 0px;
  opacity: 0;
}

.ui-thumb:hover {
  opacity: 1;
}

.down {
  position: absolute;
  top: 102%;
  left: 53%;
  color: #7eb536;
  font-size: 1.5em;
  background-color: #000;
  display: none;
}

.play {
  position: absolute;
  top: 35%;
  left: 48%;
  margin-left: -20px;
  color: #fff;
  font-size: 4em;
  opacity: 0;
  text-shadow: 2px 2px #000;
}

.rg {
  text-align: right;
}

.lf {
  text-align: left;
}

.navigation {
  position: absolute;
  top: -18px;
  padding-top: 10px;
  height: 10vh;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7) 10%,
    rgba(0, 0, 0, 0)
  );
  z-index: 1000;
  width: 100%;
  color: #1a9133;
}

.btn-success {
  background-color: #1a9133;
  border-color: #1a9133;
}

.btn-success:hover {
  background-color: #0c501b;
  border-color: #0c501b;
}

#back-btn {
  color: #1a9133;
}

#back-btn:hover {
  color: #0c501b;
}

#full-btn {
  color: #1a9133;
  cursor: pointer;
}

#full-btn:hover {
  color: #0c501b;
}

#counter-btn {
  color: #1a9133;
}

#counter-btn:hover {
  color: #0c501b;
}

#siestamode-btn {
  color: #1a9133;
  cursor: pointer;
}

#siestamode-btn:hover {
  color: #0c501b;
}

.bg {
  position: absolute;
  /*background-image: url(img/cover.png);*/
  background-repeat: no-repeat;
  background-size: 150%;
  background-position: center center;
  background-color: #000;
  height: 79vh;
  width: 100%;
  -webkit-filter: brightness(50%);
}

.content {
  position: absolute;
  margin-top: 20vh;
  width: 100%;
  color: #fff;
}

.content-press {
  position: absolute;
  margin-top: 35vh;
  width: 100%;
  color: #fff;
}

li ul {
  left: auto;
  right: 0;
  margin-right: -10px;
}

.grid {
  position: absolute;
  margin-top: 75vh;
  width: 100%;
}

#text_discount {
  font-size: 2em;
  margin-bottom: 0px;
  margin-top: 0px;
}

#title_destacado {
  font-size: 8em;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1em;
  font-weight: bold;
}

p {
  font-size: 1.5em;
}

.margintop {
  margin-top: 2em;
}

.fitxa {
  -webkit-transition: -webkit-transform 0.3s ease-in; /* Changed here */
  -moz-transition: -moz-transform 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transform-origin: center;
  cursor: pointer;
  /*background-color: #000;*/
}

#text_description {
  margin-top: 1em;
}

.fitxa img {
  position: relative;
  opacity: 0.5;
}

.fitxa:first-child {
  transform-origin: left;
}

.fitxa:last-child {
  transform-origin: right;
}

.input-xs {
  height: 22px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.dropdown-toggle {
  cursor: pointer;
}

#rep-button {
  display: none;
}

.carousel.slide img {
  width: 100%;
  height: auto;
}

.carousel-control.right {
  background: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background: rgba(0, 0, 0, 0);
}

.carousel-control.right_not {
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 37%,
    rgba(0, 0, 0, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 37%,
    rgba(0, 0, 0, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 37%,
    rgba(0, 0, 0, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.carousel-control {
  width: 3%;
}

.carousel-control span:hover {
  color: #1a9133;
}

.carousel-inner {
  overflow-x: hidden;
  overflow-y: hidden;
}

.carousel-caption {
  right: 10%;
  left: 10%;
}

.item {
  padding-top: 30px;
  padding-bottom: 30px;
}

#logo {
  position: absolute;
  top: 20px;
  right: 20px;
  /*width: 200px;
	  height: 70px;*/
  text-align: right;
}

#back {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 2.5em;
  color: #1a9133;
  /*color:#fff;*/
  /*width: 200px;
	  height: 70px;*/
  text-align: center;
}

#controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  background-color: #666;
  width: 80%;
  height: 5%;
  text-align: center;
  padding-top: 40px;
}

.video-player {
  display: none;
}

#back-btn {
  cursor: pointer;
}

#counter-btn {
  cursor: pointer;
}

a {
  color: #1a9133;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #0f561e;
  font-weight: bold;
  text-decoration: none;
}

a:focus {
  color: #1a9133;
  font-weight: bold;
}

.modal-content {
  background-color: #2e9438;
  color: #000;
  font-size: 0.9em;
}

.modal-content h3 {
  font-size: 1.4em;
  margin-bottom: 10px;
}

.modal-header {
  border-bottom-width: 0px;
}

#l {
  position: absolute;
  float: left;
  top: 20vh;
  left: 20px;
  z-index: 999;
}

#r {
  position: absolute;
  float: right;
  top: 20vh;
  right: 20px;
  z-index: 999;
}

.modal-footer {
  border-top: 0px;
}
.modal-body p a {
  color: #000;
}

.modal-body p a:hover {
  color: #000;
}

.modal-footer {
  display: inline-flex;
}

.modal-footer a {
  margin-right: 8px;
  opacity: 1;
}

.modal-footer a:hover {
  opacity: 0.6;
}

.modal-title {
  /*padding-left: 16px;*/
}

.mup {
  padding-top: 4px;
}

.rss {
  display: inline-flex !important;
}

.rss a {
  margin-right: -18px;
  opacity: 1;
  display: inline-flex;
}

.rss a:hover {
  opacity: 0.7;
}

.rss a img {
  width: 65%;
  margin: 0px;
}

.carousel-caption {
  padding-bottom: 0px;
  font-size: 2em;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: rgba(0, 0, 0, 0);
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.navbar-nav > li > a > img {
  margin-top: -10px;
  width: 90%;
  opacity: 1;
}

.navbar-nav > li > a > img:hover {
  opacity: 0.5;
}

.navbar-napflix .navbar-toggle {
  margin-top: 20px;
  border-color: #1a9133;
}

.navbar-napflix .navbar-toggle .icon-bar {
  background-color: #1a9133;
}

.navbar-napflix .navbar-collapse {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7) 10%,
    rgba(0, 0, 0, 0)
  );
}

.navbar-napflix .navbar-header {
  background-color: rgba(0, 0, 0, 0);
}

#videos-list-mobile {
  display: none;
}

.rss a {
  margin: 0px !important;
  margin-top: 5px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: -10px !important;
  zoom: 0.75;
}

.modal-body a {
  color: #000;
}
.modal-body a:hover {
  color: #000;
}

/*
	.counters-types span {
		font-size: 2.7em;
	}
	*/

.counters-types a {
  font-size: 2em;
}

.counters-types:hover {
  opacity: 0.5;
  cursor: pointer;
}

.css_blink {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;

  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;

  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.counter-dialog {
  width: 500px;
  margin: 5px auto;
}

.counter-modal {
  background-color: #000;
  color: #2e9438;
  font-size: 0.9em;
}

.counter-body a {
  font-size: 1.5em;
  color: #1a9133;
}

.counter-body a:hover {
  color: #105d20;
}

#counter-btn {
  cursor: pointer;
  opacity: 1;
}

#counter-btn:hover {
  opacity: 0.7;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 0px solid #eee;
}

.cursiva {
  font-style: oblique;
  color: #1a9133;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.8em;
}

small a {
  color: #999;
}

.carousel-indicators li {
  background-color: #000;
  border: 1px solid #1a9133;
  border-radius: 10px;
}

.carousel-indicators .active {
  background-color: #1a9133;
}

.circle-bullet {
  text-align: right;
}

.item {
  /*background: rgba(0,0,0,.5); */
}

.press-title {
  text-shadow: 2px 2px #000;
}

.img-circle {
  box-shadow: 2px -2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 2px 2px rgba(0, 0, 0, 0.6);
}

.press-link {
  text-shadow: 2px 2px #000;
}

.press-link a:hover {
  color: #fff;
}

/* Large desktops and laptops */
@media (min-width: 1700px) {
  #title_destacado {
    font-size: 10em;
    line-height: 1em;
  }

  .play {
    top: 35%;
    font-size: 5em;
  }

  .carousel-caption {
    padding-bottom: 0px;
    font-size: 2em;
  }
}

/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1699px) {
  #title_destacado {
    font-size: 8em;
    line-height: 1em;
  }

  .play {
    top: 35%;
    font-size: 4em;
  }

  .carousel-caption {
    padding-bottom: 0px;
    font-size: 1.3em;
  }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  p {
    font-size: 1.2em;
  }

  #title_destacado {
    font-size: 6em;
    line-height: 1em;
  }

  .ui-txt p {
    font-size: 1em;
  }
  .play {
    top: 25%;
    font-size: 3em;
  }
  .carousel-caption {
    padding-bottom: 0px;
    font-size: 1.2em;
  }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  p {
    font-size: 1.2em;
  }

  #title_destacado {
    font-size: 6em;
  }

  .ui-txt p {
    font-size: 1em;
  }
  .play {
    top: 25%;
    font-size: 3em;
  }
  .carousel-caption {
    padding-bottom: 0px;
    font-size: 1em;
  }
}

/* Landscape phones and portrait tablets */
@media (max-width: 879px) and (min-width: 180px) {
  .circle-bullet {
    text-align: center;
    margin-bottom: 30px;
  }

  .navbar-napflix .navbar-collapse {
    background-image: none;
    background-color: #000;
  }

  p {
    font-size: 1.2em;
  }

  #title_destacado {
    font-size: 3em;
  }

  #text_discount {
    font-size: 1.5em;
  }

  .rg {
    text-align: left;
  }
  .ui-txt p {
    font-size: 1em;
  }

  .play {
    top: 25%;
    font-size: 3em;
  }
  .carousel-caption {
    padding-bottom: 0px;
    font-size: 1em;
  }

  .navbar-nav .open .dropdown-menu {
    background-color: #2e9438;
    color: #fff;
  }

  .bg {
    /*margin-top: 20px;*/
    height: 80vh;
    background-size: 300%;
    background-position: top center;
  }

  .content-press {
    margin-top: 80px;
  }

  .cursiva {
    font-size: 1.2em;
    line-height: 1.25em;
  }

  .content {
    margin-top: 80px;
  }

  .content-press {
    margin-top: 80px;
  }

  .btn-success {
    zoom: 0.8;
  }

  .grid {
    margin-top: 76vh;
  }

  #carousel-example-generic {
    display: none;
  }

  #videos-list-mobile {
    display: inline;
  }

  .play {
    top: 27%;
    left: 45%;
    font-size: 5em;
    opacity: 1;
  }

  .navbar-napflix .navbar-header {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar-brand {
    margin-top: 5px;
  }

  #player {
    margin-top: 20%;
    height: 80vh;
  }

  #text_description {
    margin-top: 0.2em;
    font-size: 1em;
  }

  .rss {
    padding-left: 10px;
  }

  .counter-dialog {
    width: 200px;
    margin: 5px auto;
  }
}

/* Landscape phones and portrait tablets */
@media (max-height: 700px) and (min-width: 879px) {
  p {
    font-size: 1.2em;
  }

  #title_destacado {
    font-size: 6em;
    margin-bottom: 10px;
  }

  #text_discount {
    font-size: 1.5em;
  }
}
