/*
Theme Name: FM-ASPEN
Author: FM Aspen
Description: Tema para sitio web radio Aspen
Version: 1.0
*/

@import  "https://fonts.googleapis.com/css?family=Montserrat:400,700";
@import url(font-awesome.min.css);

body {
    background: url(img/bg.jpg) center top fixed;
    background-size: cover;
}

[class*='col-'].no-pad {
  padding-right:0 !important;
  padding-left:0 !important;
}
 
.row.no-pad > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}

.row.no-gutters{
  margin-left:0 !important;
  margin-right:0 !important;
}
 
.navbar-toggle{
  background-color: #FF2E2E !important;
}
.lightbox{
width:100%;
height:100%;
background:rgba(0,0,0,0.5);
position:fixed;
top:0;
left:0;
z-index:20;
display:none}

.lightbox.active{
display:block
}

.lightbox .lightbox-content{
background:white;
padding:10px;
width:auto;
border-radius:4px;
display:table;
margin:5% auto 0 auto;
position:relative}

.lightbox .lightbox-close{
position:absolute;
top:0;
right:0;
background-color: #ff2e2e;
color: white;
padding: 12px 14px;
font-size: 16px;
border:none;
margin:0;
}
.header {
    width: 100%;
    margin-bottom: 10px;
}

.redes-movil {
    display: none;
    padding: 0;
    text-align: right;
}

.redes-movil ul li {
    display: inline-block;
}

.redes-movil ul li a:hover,.redes-movil ul li a:focus {
    background-color: transparent;
    opacity: .8;
}

.cont-aspen {
    width: 73%;
}

.container {
    position: relative;
}

.publicidad-lateral {
    width: 150px;
    position: absolute;
}

.publicidad-footer{
  margin-bottom: 20px;
}

.banner-izquierdo {
    left: 10px;
    top: 0;
}

.banner-derecho {
    right: 10px;
    top: 0;
}

.banner-superior {
    padding: 0;
    min-width: 720px;
    min-height: 90px;
    text-align: left;
}

.btn-rep {
    padding: 0;
    margin: 0;
    text-align: right;
}

.btn-rep img {
    width: 121%;
    padding-top: 10px;
}

.btn-rep:hover {
    opacity: .8;
}

.navbar {
    min-height: 60px;
}

.navbar-default {
    font-family: 'Montserrat',sans-serif;
    background-color: inherit;
    border-color: transparent;
    border-radius: 0;
    margin: 0 0 15px 0;
    border: none;
    text-transform: uppercase;
    border-radius: 50px 0 0 50px;
}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:active {
    color: #FF2E2E;
}

.navbar-default .navbar-nav li.current-menu-item a{
  color: #FF2E2E !important;
}

.navbar-default .navbar-nav li.aspen-app a{
  color: #FF2E2E !important;
  font-weight: bold;
  font-size: 18px;
}
 
.film_roll_child.active {
    color: #FF2E2E !important;
    font-weight: 700 !important;
    -webkit-filter: inherit !important;
    filter:inherit !important;
}

.film_roll_child.active img {
    transform: scale(1.2);
    transition: all .2s ease-in-out;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.navbar-brand {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #c62222;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle {
    margin-top: 18px;
}

.navbar-right {
    padding: 11px 0;
}

.navbar-right li a {
    padding: 0 5px;
    text-align: center;
}

.navbar-right li:last-child {
    padding-right: 13px;
}

.navbar-right li .redes img {
    width: 70%;
}

.navbar-right li .redes:hover {
    -webkit-filter: invert(0.5);
    filter: invert(0.5);
}

.navbar-izquierdo {
    padding: 15px 0 0 3%;
}

.navbar-izquierdo>li>a {
    padding: 0 5px;
}

.navbar-izquierdo>li:last-child>a {
    border-right: none;
}

.navbar-form {
    padding: 0;
    margin: 0;
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus {
    background-color: #B52022;
    color: #fff;
}

.dropdown-menu {
    background-color: #B52022;
}

.dropdown-menu>li>a {
    color: #fff;
    font-size: 12px;
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
    color: #bdbdbd;
    text-decoration: none;
    background-color: #B52022;
}

section {
    position: relative;
    margin-bottom: 10px;
}

.contenido {
    background: #05080f;
    padding: 10px 0;
}

.contenido .col-md-8 {
    margin: 0;
    padding: 0;
}

.item img {
    width: 100%;
}

figure a {
    text-decoration: none;
}

figcaption a,figure a:focus {
    color: #fff;
    text-decoration: none;
}

figcaption a:hover {
    color: #bebebe;
    text-decoration: none;
}

figcaption a span {
    font-size: 12px;
    display: block;
}

.noticia {
    margin-bottom: 5px;
/* padding: 2px; */
    min-height: 250px;
    text-align: center;
}

.noticia figure{
  overflow: hidden;
}

.noticia:not(.noticia-vertical) figure>img:not(.no-transition){
  width: 100%;
  transition: .3s ease-in-out transform;
}
.noticia:not(.noticia-vertical) figure > img:not(.no-transition):hover{
  transform: scale(1.1);
}
 
.noticia-vertical{
  position: relative;
}
 
.noticia-vertical figure figcaption{
  max-height:none !important;
}
 
.noticia-vertical ul.post-categories{
  position: absolute;
  top: 0;
  left: 0;
  opacity: .8;
}
 
.noticia-vertical figure > figcaption h3{
  padding-bottom: 5px;
}
 
.noticia-vertical figure > figcaption h2{
  margin: 0;
  line-height: 1.1;
  font-size:22px;
  padding-bottom: 10px;
}
 
.noticia-vertical figure > figcaption p{
  font-size: 14px;
}
 
.single .publicidad-recuadro{
  padding-left: 20px;
  margin: 20px 0;
}
 
.single .facebook-comments{
  background-color: white;
}
 
.single .the-content iframe{
  max-width: 100%;
}
 
.single .noticia-secundaria .titulo-seccion{
  padding: 4px;
  font-size: 16px;
}
.social-buttons{
  list-style: none;
  margin:0;
  padding: 0;
}
 
.social-buttons > li{
  float: left;
  padding: 10px 5px;
  font-size: 36px;
  color: white; 
}
 
.social-buttons > li > a {
  color: white !important;
}
 
.social-buttons > li > a:hover {
  color: #B52022 !important;
}
 
.noticia figure:hover .play-icon{
  color: #B52022;
}
 
.noticia figure .play-icon{
    position: absolute;
    top: 25%;
    font-size: 80px;
    display: block;
    left: 37%;
    color: white;
    transition: .3s ease-in-out color;
}
 

.noticia figure h4 {
    font-family: 'Montserrat',sans-serif;
    background: #000;
    color: #fff;
    border-left: 10px solid #ff2e2e;
    width: 100%;
    margin: 0;
    padding: 8px;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px;
}

.noticia figure>img {
    width: 100%;
}

.noticia figure>figcaption {
    font-family: 'Arial';
    padding: 7px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    min-height: 65px;
    font-size: 18px;
    line-height: 20px;
}

.noticia a:hover,
.noticia a:focus{
  text-decoration: none;
}
 
.home .noticia figure{
  min-height: 260px;
}
 
 
.home .noticia figure > figcaption{
  padding-bottom: 0;
}
 

.logofooter {
    text-align: right;
}

.contacto {
    color: #fff;
}

.contacto p {
    margin: 0;
    padding-top: 5px;
}

.contacto p>span {
    color: #6d7785;
    font-weight: 700;
}

.derechos {
    padding: 10px 0;
    color: #b8b8b8;
}

.derechos a {
    color: #fff;
    border-left: 1px solid #fff;
    padding-left: 10px;
}

.derechos a:hover,.derechos a:focus {
    text-decoration: none;
    color: #6d7785;
    outline: none;
}

.hr-footer {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.3);
    margin: 10px;
}

.carousel-caption {
    padding: 0 20px;
    border-left: 12px solid #ff2e2e;
    right: 5%;
    left: 10%;
    text-align: left;
    width: 37%;
}

.carousel-caption h1 {
    font-family: 'Montserrat',sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    color: white;
}

.carousel-caption h1 a{
  color: white;
  text-decoration: none;
}
 
.carousel-caption h1 p{
  font-size: 14px;
  text-transform: none;
}

.carousel-caption h1 span {
    font-size: 21px;
    display: block;
    text-transform: lowercase;
    font-weight: 400;
}

/***************internas************/
.contenido-interna {
    background: transparent;
    padding: 10px 0;
}

.bloque-noticias {
    background: #000;
    margin-bottom: 5px;
    padding: 10px 5px;
}

.bloque-noticias .noticia-secundaria{
  padding-top: 0;
}
 

.bloque-noticias .col-md-12 {
    padding-bottom: 10px;
    padding-left: 5px;
}

.bloque-noticias .publicidad-lista-noticias{
  margin: 0;
}

.titulo-seccion {
    color: #fff;
    border-left: 10px solid #ff2e2e;
    font-family: 'Montserrat',sans-serif;
    padding-left: 10px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
}

.titulo-seccion a{
  color: white;
  text-transform: uppercase;
}

.titulo-interna {
    display: block;
    width: 100%;
}

.pag-right {
    float: right;
}

.pagination {
    margin: 0;
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
    background-color: #000;
    border-color: #1F1F1F;
}

.pagination>li>a,.pagination>li>span {
    background-color: #000;
    border-color: #1F1F1F;
    color: #fff;
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    background-color: #6d7785;
    border-color: #0E0E0E;
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
    background-color: #232121;
}

.nota-interna,.nota-concurso {
    padding-left: 5px;
    padding-right: 5px;
}

.nota-interna figure>figcaption {
    min-height: 68px;
    max-height: 68px;
}

.nota-concurso figure>figcaption {
    min-height: 40px;
}

.nota-concurso {
    background: #000;
    margin-left: 5%;
}

.nota-concurso figure {
    cursor: pointer;
}


.banner300{
  max-width: 300px;
  max-height: 250px;
  border: 1px solid #2e2b2b;
  margin: 0 auto;
}
.home .publicidad-recuadro{
  padding-top: 30px;
}

.home .banner300{
  padding: 0;
  border: none !important;
}

.archive .banner300{
  margin-bottom: 20px;
}

.home .social-container .social-item{
  display: table;
  margin: 0 auto;
  width:300px;
  padding-top:20px;
}

.publicidad-recuadro {
  text-align: center;
}

.archive .publicidad-recuadro{
  margin-bottom: 20px;
}

.aspen-tour{
  background-color: black;
}

.aspen-tour .banner300,
.home .banner300{
  border: none !important;
}
.publicidad-recuadro .banner300{
  max-width: 310px;
  max-height: 260px;
  padding: 5px;
}


.nota-concurso h2 {
    color: #FF2E2E;
    text-align: left;
    padding-left: 5px;
    font-size: 24px;
    font-weight: 700;
}

.nota-concurso ul {
    text-align: left;
    color: #fff;
    list-style: none;
    padding-left: 5px;
}

.nota-concurso a {
    font-size: 13px;
}

.publicidad-recuadro {

    /*padding: 2.5% 0;*/
    text-align: center;
}
.publicidad-recuadro img{
    //padding: 5px;
    border: 1px solid #2e2b2b;
}

.banner300 {
    max-width: 300px;
    max-height: 250px;
}

.cont-videos {
    padding: 0;
}

.videos figure {
    position: relative;
}

.videos figure a>img {
    width: 100%;
}

.videos figure a>span {
    font-size: 90px;
    position: absolute;
    top: 25%;
    left: 41%;
    color: rgba(255,255,255,0.29);
}

.videos {
    margin-bottom: 15px;
    min-height: 250px;
    text-align: center;
}

.videos figure h4 {
    font-family: 'Montserrat',sans-serif;
    background: #ff2e2e;
    color: #000;
    width: 100%;
    margin: 0;
    padding: 8px;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
}

.videos figure>figcaption {
    font-family: 'Arial';
    /*background: #282A31;*/
    padding: 7px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    min-height: 50px;
    font-size: 17px;
    line-height: 19px;
}
.fanpage{
  padding-top: 11px;
}

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

.close {
    color: #fff;
    opacity: 1;
}

.modal-content {
    background-color: rgba(0,0,0,0.8);
}

.modal-body img {
    width: 100%;
}

.modal-body figcaption {
    color: #fff;
}

.modal-body p {
    color: #fff;
}

.modal-body h2 {
    color: #ff2e2e;
}

.modal-body h4 {
    color: #fff;
    font-weight: 700;
}

.modal-title{
 
  color: #FFF;
}
 
.modal-body{
 
  color: #fff;
 
}
 
.modal-body .info-disco{
  border-bottom: 1px solid #ff2e2e;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
 
.modal-body figure img{
  border: 1px solid #ff2e2e; 
 
}
 
.modal-body figure h4{
  color: #ff2e2e;
 
}
 
.modal-footer{
  border-top: 0;
}

.audios {
    padding-left: 30px;
}

.cont-audio {
    background: #ececec;
}
.pagination{
  margin: 20px auto;
  clear: both;
  display: block;
  text-align: center;
  font-size: 1.4em;
  color: #ff2e2e;
  font-size: 14px;
}
 
.pagination span,
.pagination a{
    border: 1px solid #ff2e2e;
    color: #ff2e2e;
    padding: 3px 5px;
}
 
.pagination span.current,
.pagination a.current{
    background: #ff2e2e;
    color: black;
}
 
.pagination span:hover,
.pagination a:hover{
    background: white;
    color: black;
    text-decoration: none;
}
 
ul.post-categories{
  list-style:none;
  margin:0;
  padding:0;
}
 
ul.post-categories > li{
  padding:0;
  margin:0;
  float:left;
}
 
ul.post-categories > li > a{
  background-color: #ff2e2e;
  color: black;
  padding: 1px 3px;
  display:block;
  font-size:12px;
}
 
ul.post-categories > li > a:hover{
  color: #ff2e2e;
  background-color: black;
}
 
ul.post-categories > li:not(:first-child){
  margin-left: 5px;
}
.cont-audio .col-md-12 {
    border-bottom: 1px solid #fff;
    padding-bottom: 14px;
}

.cont-audio .col-md-12>h5 {
    font-size: 13px;
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
}

.cont-audio .col-md-12>p {
    font-size: 12px;
}

.cont-audio .col-md-12>audio {
    width: 100%;
}

.programacion {
    background: url(../img/bg-programacion.jpg) no-repeat center center;
    background-size: cover;
}

.tabs-horario {
    padding: 10px !important;
}

.publicidad {
    margin: 0;
    padding: 10px 0 0;
}

.horario {
    background: #000;
    margin-bottom: 5px;
    text-align: center;
    color: #fff;
    padding: 10px;
}

.horario h4 {
    font-family: 'Montserrat',sans-serif;
}

.concurso {
    background: #000;
    margin-bottom: 5px;
    text-align: left;
    color: #fff;
    padding: 10px 20px;
}
.concurso-img{
    width: 100%;
}

.concurso h4,
.concurso h4 > a {
    font-family: 'Montserrat',sans-serif;
    color: #ff2e2e;
}

.concurso a,.concurso a:focus {
    color: #6d7785;
    text-decoration: none;
}

.concurso a:hover {
    color: #ededed;
}

.concurso-semanal {
    background: rgba(0,0,0,0.35);
    width: 32%;
    margin: 5px;
    padding: 14px;
}

.premios {
    margin-top: 20px;
    background: #000;
    margin-bottom: 4%;
}

.premios p {
    color: #fff;
    font-size: 12px;
}

.conductor {
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.finde {
    background: #B52022;
    color: #fff;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs>li>a {
    border-radius: 0;
    border: 0;
    background-color: #B52022;
    color: #fff;
}

.nav-finde>li>a {
    border-radius: 0;
    border: 0;
    background-color: #000;
    color: #fff;
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #000;
    border: 0;
}

.nav-finde>li.active>a,.nav-finde>li.active>a:hover,.nav-finde>li.active>a:focus {
    color: #fff;
    background-color: #B52022;
    border: 0;
}

.nav>li>a:hover,.nav>li>a:focus {
    background-color: #636262;
    color: #ededed;
}

.cont-reproductor {
    padding: 30px !important;
}

.cont-reproductor img {
    width: 100%;
}

.navbar-rep {
    font-family: 'Montserrat',sans-serif;
    background-color: #000;
    border-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    border: none;
    text-transform: uppercase;
}

.nav-rep li .redes img {
    width: 70%;
}

.nav-rep li .redes:hover {
    opacity: .8;
    -webkit-filter: none;
    filter: none;
    background-color: transparent;
}

.nav-rep li a:hover {
    opacity: .8;
    -webkit-filter: none;
    filter: none;
    background-color: transparent;
}

.interna figure figcaption {
    background: rgba(0,0,0,0.9);
    color: #fff;
    padding: 10px;
    font-size: 12px;
}

.interna img {
    width: 100%;
}

.noticia-secundaria {
    padding: 20px;
}

.texto-interna {
    color: #fff;
    padding: 0 46px;
}

.texto-interna h2 {
    color: #fff;
    font-family: 'Montserrat',sans-serif;
}

.texto-interna img {
    width: 100%;
}

.texto-interna figure figcaption {
    color: #fff;
    background: #ff2e2e;
    font-size: 11px;
    padding: 5px;
}

.texto-interna a {
    color: #ff2e2e;
    text-decoration: none;
}

.texto-interna a:hover {
    color: #6f6f6f;
}

.batea {
    padding: 8px;
}

.contacto {
    text-align: left;
}

.form-group {
    display: block;
    color: #fff;
}

.form-concurso p {
    display: block;
    color: #fff;
    width: 100%;
}

.btn-formulario {
    float: right;
}

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

.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success {
    background-color: #940B0D;
    border-color: #940B0D;
}

.btn-danger {
    background-color: #282A31;
    border-color: #282A31;
}

.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger {
    background-color: #07090E;
    border-color: #07090E;
}

.form-horizontal .control-label {
    text-align: left;
}

/******batea*******/
.js .st-stack-raw {
    display: none;
}

.st-wrapper {
    width: 100%;
    height: 500px;
    position: relative;
    margin: 0 auto;
    -webkit-perspective: 1200px;
    -webkit-perspective-origin: 50% 100%;
    -moz-perspective: 1200px;
    -moz-perspective-origin: 50% 100%;
    -o-perspective: 1200px;
    -o-perspective-origin: 50% 100%;
    -ms-perspective: 1200px;
    -ms-perspective-origin: 50% 100%;
    perspective: 1200px;
    perspective-origin: 50% 100%;
}

.st-stack {
    position: absolute;
    height: 10px;
    bottom: 0;
    width: 42% !important;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.8) 50%,#000 50%);
    background-image: -moz-linear-gradient(top,rgba(255,255,255,0.8) 50%,#000 50%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,0.8) 50%,#000 50%);
    background-image: -ms-linear-gradient(top,rgba(255,255,255,0.8) 50%,#000 50%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,0.8) 50%,#000 50%);
    -webkit-background-size: 5px 5px;
    -moz-background-size: 5px 5px;
    background-size: 5px 5px;
    background-position: bottom center;
}

.st-stack:before {
    content: '';
    position: absolute;
    width: 140%;
    left: -20%;
    bottom: -10px;
    height: 20px;
    z-index: -1;
    background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 60%);
    background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 60%);
    background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 60%);
    background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 60%);
    background: radial-gradient(center,ellipse cover,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 60%);
}

.st-stack-left {
    left: 0;
}

.st-stack-right {
    right: 0;
}

.st-wrapper .st-title,.st-wrapper nav {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5px;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.st-wrapper .st-title {
    padding: 0 10% 60px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.st-wrapper .st-title h2 {
    padding: 0 20px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    font-family: 'Montserrat',sans-serif;
}

.st-wrapper .st-title h3 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.st-wrapper nav span {
    color: transparent;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    bottom: 0;
    cursor: pointer;
}

.st-wrapper nav span:first-child {
    margin-left: -45px;
}

.st-wrapper nav span:last-child {
    margin-left: 5px;
}

.st-wrapper nav span:before {
    font-family: 'icomoon';
    font-style: normal;
    speak: none;
    font-weight: 400;
    line-height: 1;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    color: #fff;
    cursor: pointer;
}

.st-wrapper nav span:first-child:before {
    content: url(../img/flechaizquierda.png);
}

.st-wrapper nav span:last-child:before {
    content: url(../img/flechaderecha.png);
}

.st-wrapper nav span:hover:before {
    color: #333;
}

.st-wrapper .st-item {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.st-wrapper .st-item.st-center {
    -webkit-transform: rotateZ(0deg) rotateY(0deg);
    -moz-transform: rotateZ(0deg) rotateY(0deg);
    -o-transform: rotateZ(0deg) rotateY(0deg);
    -ms-transform: rotateZ(0deg) rotateY(0deg);
    transform: rotateZ(0deg) rotateY(0deg);
}

.st-wrapper .st-item.st-right,.st-wrapper .st-item.st-rightflow {
    opacity: 0;
    -webkit-transform: rotateZ(90deg) rotateY(-90deg);
    -moz-transform: rotateZ(90deg) rotateY(-91deg);
    -o-transform: rotateZ(90deg) rotateY(-90deg);
    -ms-transform: rotateZ(90deg) rotateY(-90deg);
    transform: rotateZ(90deg) rotateY(-91deg);
    pointer-events: none;
}

.st-wrapper .st-item.st-left,.st-wrapper .st-item.st-leftflow {
    opacity: 0;
    -webkit-transform: rotateZ(-90deg) rotateY(90deg);
    -moz-transform: rotateZ(-90deg) rotateY(91deg);
    -o-transform: rotateZ(-90deg) rotateY(90deg);
    -ms-transform: rotateZ(-90deg) rotateY(90deg);
    transform: rotateZ(-90deg) rotateY(91deg);
    pointer-events: none;
}

.st-wrapper .st-item.st-rightflow,.st-wrapper .st-item.st-leftflow,.st-wrapper .st-item.st-center {
    opacity: 1;
}

.st-wrapper .st-item a,.st-wrapper .st-item img {
    border: none;
    max-width: 100%;
    display: block;
    border: 2px solid rgba(255,255,255,0.28);
}

.st-wrapper .st-item a {
    background: #000;
}

.marca {
    position: absolute;
    margin-top: -20px;
}

#navbar {
    background-color: #000;
    margin-left: 68px;
    margin-top: 28px;
    max-height: 50px;
    margin-bottom: 13px;
    box-shadow: 3px 1px 10px rgba(0,0,0,0.5);
    min-height: 45px;
}

.app-aspen {
   font-weight: 700 !important;
    font-size: 18px !important;
    float: right;
    text-align: right;

    cursor: pointer;
    background: -webkit-linear-gradient(#A60705, #EF313C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.app-aspen p{
    display: inherit;
    vertical-align: middle;
    color: #fff;
    font-family: 'Montserrat',sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

.slick-slide {
    margin-left: 1%;
    background: #7B7B7B;
    height: auto !important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.slick-slide img{
  width: 100%;
}

.slick-current img {
    width: 100%;
}

.slick-current{
    -webkit-filter: none;
    filter: none;
}

.caption-cover {
    color: #fff;
    background: #000;
    margin-top: 2%;
    /*height: 123px;*/
    max-height: 123px;
    overflow-y: hidden;
    margin-bottom: 2%;
    padding: 1%;
}

.caption-cover h4 {
    text-transform: uppercase;
    font-weight: 700;
}

.controles-cover h4 {
    border-bottom: 2px solid #fff;
    padding-bottom: 2%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.control-cover {

    display: inline-block;
    cursor: pointer;
    padding: 1%;
}

.control-cover:hover {
    background: #FF2E2E;
    border-radius: 6px;
}

.control-cover{
  width:48px;
}
.control-cover img {
    width: 100%;
}

.control-footer {
    display: table;
    margin:0 auto;
    width: 195px;
}
.lunesaviernes{
        background: #B52022;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 6px;
        font-family: 'Montserrat',sans-serif;
}
.lunesaviernes p{
    margin: 0;
}
.contenido-progra{
        background: #000;
    text-align: center;
    color: #fff;
    margin: 4px 0;
    padding: 3% 0;
        font-family: 'Montserrat',sans-serif;
}
.contenido-progra h4{
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
        font-size: 12px;
            font-family: 'Montserrat',sans-serif;
}
.contenido-progra span{
        text-transform: lowercase;
    color: #B52022;
}
.contenido-progra p{
    text-transform: initial;
        font-weight: normal;
            margin: 0;

}
.lote1-programacion{
    padding: 0 1%;
}
.lote2-programacion{
    padding: 0;
}
.domingo{
        margin-left: 3%;
}
.p1, .p4, .p5{
        padding: 14% 0;
}
.p6, .p14{
        padding: 27% 0;
}
.p7, .p7-1, .p12, .p13{
        padding: 25% 0;
}
.p4{
        padding: 13% 0;
}
.p8{
        padding: 14% 0;
}
.p10, .p11{
            padding: 8.5% 0;
}
.noticia figure>a>figcaption {
    font-family: 'Arial';
    padding: 7px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    min-height: 50px;
    font-size: 18px;
    line-height: 20px;
}


.carousel-control-tour.right, .carousel-control-tour.left{
    background: none;
}
.carousel-control-tour{
    font-size: 60px;
    opacity: 1;
}
.carousel-control.right{
    text-align: right;
}
.carousel-control.left{
    text-align: left;
}
a:hover{
    text-decoration: none;
}
footer {
            width: 71%;
    margin: 0 auto;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.33);
    padding-top: 2%;
    text-align: center;
    }
audio {
    width: 100%;
}
.listado figure img{
      float: left;
    width: 50%;
}
.listado figure figcaption{
      float: left;
    width: 40%;
    margin-left: 5%;
    background: none;
}
.listado figure figcaption span{
  font-size: 14px;
    line-height: 14px;
    color: #D8D8D8;
}
.listado{
    min-height: 200px;
    margin-bottom: 2%;
    border-bottom: 1px solid #757575;
    overflow: hidden;
    }
    .listado figure figcaption h3{
      font-size: 13px;
    margin: 0;
    padding: 0;
       color: #B30000;
    font-weight: bold;
    padding-bottom: 4%;
    }

.bus-footer{
    border-top: 0;
}
/*aqui*/
.searchbardiv{
    display: block;
    position: absolute;
    top: 77px;
    right: -16px;
    z-index: 1001;
    margin: 0px;

}
.buttonsearch{
    margin-right: 10px;
    background-color: transparent;
    border: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    color: #fff;
}
.buttonsearch:hover{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0px;

}
.buttonsearch:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0px;

}
#formsearch{
    display: none;
}
.glyphicon.glyphicon-search {
    font-size: 18px;
}
#searchbox {

    box-shadow: none;
    padding: 8px 14px;
    background: rgba(0, 0, 0, 0.4);
    border: #313131;
    color: #fff;
}
#searchbox:hover {
    box-shadow: none;
}
#searchsubmit{
    background: #ff2e2e;
    border:#ff2e2e;
    color: #fff;
}

.form-control:focus {
    border-color: #ccc;
    }
.gal-tour{
    width: 45%;
}
.gal-tour p{
    font-size: 30px;
}
.gal-tour span{
    display: block;
    font-size: 20px;
}
/*aqui fin*/

@media screen and (min-width: 1400px) {
    .st-wrapper .st-item {
        width: 300px;
    }

    .st-wrapper {
        height: 700px;
    }
    .publicidad-recuadro {


}
.publicidad-recuadro img{
    padding: 5px;
    border: 1px solid #2e2b2b;
}

.publi-home{
    padding: 0.4% 0;
}
}

@media screen and (max-width: 1366px) {
    .st-wrapper .st-item {
        width: 300px;
        top: 10px !important;
    }

    .st-wrapper {
        height: 475px;
    }
    .publicidad-recuadro {


}
.publicidad-recuadro img{
    //padding: 5px;
    border: 1px solid #2e2b2b;
}
}
@media screen and (max-width: 1280px) {

    .publicidad-recuadro {


}
.publicidad-recuadro img{
    //padding: 5px;
    border: 1px solid #2e2b2b;
        width: 300px;
}
}

@media screen and (max-width: 1050px) {
    .st-wrapper .st-item {
        width: 260px;
    }

    .st-wrapper {
        height: 500px;
    }
}

@media screen and (max-width: 1024px) {
    .st-wrapper .st-item {
        width: 260px;
    }

    .st-wrapper {
        height: 450px;
    }
}

@media screen and (max-width: 935px) {
    .st-wrapper .st-item {
        width: 240px;
    }

    .st-wrapper {
        height: 380px;
    }
}

@media screen and (max-width: 880px) {
    .st-wrapper .st-item {
        width: 220px;
    }

    .st-wrapper .st-title {
        bottom: 280px;
    }

    .st-wrapper {
        height: 420px;
    }
}

@media screen and (max-width: 740px) {
    .st-wrapper .st-item {
        width: 200px;
    }

    .st-wrapper .st-title {
        bottom: 240px;
    }

    .st-wrapper {
        height: 370px;
    }
}

@media screen and (max-width: 650px) {
    .st-stack {
        display: none;
    }

    .st-wrapper nav {
        bottom: 220px;
    }
}

@media screen and (max-width: 450px) {
    .listado figure img {
    width: 100%;
}
.noticia{
  max-height: auto;
}
.listado figure figcaption {

    width: 100%;
    }
    .carousel-control {
    top: 37%;
}
    .noticia figure>figcaption{
        font-size: 16px;
    }
    .titulo-seccion {
    font-size: 18px !important;
}
    #navbar {
    max-height: 100%;
}
    .navbar-right {
    padding: 0;
}
    .navbar-default {
    background-color: #000;

        border-radius: 38px 0 0 35px;
}
.navbar-brand img {
    width: 45% !important;
}
    .app-aspen {
   font-size: 14px !important;
   float: left;
   padding: 0;

    }
    .app-aspen img{
        width: 50%;
    }

    .st-wrapper .st-title {
        top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .st-wrapper .st-title h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .st-wrapper nav {
        bottom: 140px;
    }

    .st-wrapper {
        height: 430px;
    }

    audio {
        width: 100%;
    }

    .st-wrapper nav span {
        bottom: -80px;
    }
}

/**********medias********/
@media (max-width: 767px) {
    .cont-aspen {
        width: 100%;
    }
    .desktop{
        display: none !important;
    }
    .centrar-b{
            margin: 0 10px;
    }

    .redes-movil {
        display: block;
    }
    #formsearch{
        display: block;
            position: relative;
            top: 0;
    }

    .publicidad-lateral {
        display: none;
    }

    .banner-superior {
        display: none;
    }

    .publicidad-recuadro {
        display: none;
    }

    .noticia,.videos {
        margin-bottom: 20px;
    }

    .fb-page {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .logofooter {
        text-align: center;
    }



    .carousel-caption {
        padding: 0 10px;
        border-left: 4px solid #ff2e2e;
        width: 68%;
        left: 18%;
        bottom: 4px;
    }

    .carousel-caption h1 {
        font-size: 16px;
    }

    .carousel-caption h1 span {
        font-size: 12px;
    }

    .red-grande {
        display: none;
    }

    .btn-rep img {
        width: 100%;
    }

    .navbar-right li:last-child {
        padding: 0;
    }

    .navbar-default .navbar-collapse,.navbar-default .navbar-form {
        border-color: transparent;
    }

    .navbar-izquierdo {
        padding: 0;
    }

    .navbar-izquierdo>li>a {
        border-right: none;
        padding: 10px 20px;
        border-bottom: 1px solid rgba(0,0,0,0.5);
    }

    .navbar-izquierdo>li:last-child>a {
        border-bottom: none;
    }

    #myTabs li a {
        padding: 10px 3px;
    }

    .findesemana {
        padding-top: 40px;
    }

    .publicidad {
        display: none;
    }

    .programacion {
        background: #000 url(../img/bg-programacion.jpg) no-repeat center top;
        background-size: cover;
    }

    .modal-dialog {
        margin: 0;
    }

    .titulo-seccion {
        width: 100%;
        float: none;
        font-size: 25px;
        margin-bottom: 20px;
    }

    .nav-rep {
        display: none;
    }

    .navbar-brand {
        width: 48%;
    }

    .navbar-brand img {
        width: 100%;
    }

    .cont-reproductor {
        padding: 0 5px !important;
    }

    .texto-interna {
        padding: 0 23px;
    }

    .concurso-semanal {
        width: 100%;
    }
}

@media (max-width: 1025px) {
    .cont-aspen {
        width: 95%;
    }

    .publicidad-lateral {
        display: none;
    }

    .banner-superior {
        display: none;
    }

    .publicidad-recuadro {
        display: none;
    }

    .publicidad-footer{
      display: none;
    }
}

@media (min-width: 1400px) {

}

@media (min-width: 1600px) {
    .publicidad-recuadro {

    }
    .publicidad-recuadro img{
    padding: 5px;
    border: 1px solid #2e2b2b;
}
}

/*---miguel---*/
.music-title{
    font-size: 16px;
}
.music-caption{
    font-size: 12px;
    max-height: 80px;
    margin: 0;
    overflow-y: auto;
}
#custom-search-input {
    padding: 3px;
    border: 0;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.25);
    float: right;
}
#custom-search-input input {
    border: 0;
    box-shadow: none;
    background: transparent;
    color: #fff;
}
#custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #FF2E2E;
    padding: 0 8px 0 10px;
    border-left: 0;
}

::-webkit-input-placeholder { /* Chrome */
  color: red;
  transition: opacity 250ms ease-in-out;
}
:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
:-ms-input-placeholder { /* IE 10+ */
  color: red;
  transition: opacity 250ms ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: red;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0.5;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: red;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0.5;
}
.compartir {
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(251, 251, 251, 0.21);
}
.compartir ul {
    margin: 0;
    padding: 0;
}
.compartir ul li:first-child {
    padding-left: 0;
}
.compartir ul li {
    float: left;
    list-style: none;
    padding: 10px 5px;
    font-size: 36px;
}
.comentarios {
    background: #fff;
}
.film_roll_wrapper {
    overflow-y: visible !important;
    overflow-x: hidden !important;
}
.titulo-publicidad-no{
border: none;
    color: #282a31;
}
