@font-face {
    font-family: "GothamBook";
    src: url(/css/finder/fonts/GothamBook.otf) format("truetype");
}
html { 
background-color: #222;
}
body{
    font-family: "GothamBook" !important; 
    background-color: #222;
}
/* MEDIA QUERIES  */
@media only screen and (min-width: 1601px) {  
 
    body{
        font-size:18px;
    }
     .owl-related-featured-live .owl-stage-outer .owl-stage .owl-item{
        width: 234px !important;
    }
}

@media only screen and (max-width: 1600px) and (min-width: 1367px) {  
   body{
        font-size:17px;
    }
    .owl-related-featured-live .owl-stage-outer .owl-stage .owl-item{
        width: 194px !important;
    }
}

@media only screen and (max-width: 1366px) and (min-width: 1281px)  {  
    body{
        font-size:15px;
    }
    .relacionado .nombreSenial{
           font-size:11px !important;
           font-weight: bold !important;
    }
    .owl-related-featured-live .owl-stage-outer .owl-stage .owl-item{
        width: 164.625px !important;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 961px) {  
   body{
        font-size:14px;
    }
    .relacionado .nombreSenial{
           font-size:11px !important;
           font-weight: bold !important;
    }
    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 8px;
    }
    .owl-related-featured-live .owl-stage-outer .owl-stage .owl-item{
        width: 153.75px !important;
    }    
}
@media only screen and (max-width: 960px) {  
    body{
        font-size:13px;
    }    
    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 5px;
    }
    .owl-related-featured-live .owl-stage-outer .owl-stage .owl-item{
        width: 114px !important;
    } 
}
/********* MODIFICACION CHANNEL ********/

#carousel-programacion-channel{
    margin-top:10px;
}


.horario{
    background-color:#9B26B6;    
}
.horario p{
    font-size: 13px;
    color: #ffffff !important;
}
#carouseles-programacion-canal{
    float:left;
    width:85%;
    margin-right: 0px
}
#aContinuacion{
    display:inline;
    float:left;    
    padding-left:4%;   
    border-top: 4px solid #FF7F32;
    margin-top: 5px;
}
#aContinuacion p{
    color:white;
}
/**** FIN MODIFICACION CHANNEL ****/
.lazyload{
    color:transparent !important;
    background:transparent url(/css/finder/lineup/2680/img/loadingImg.svg) center no-repeat !important;
    background-size: 20% !important;
    display:block !important;
}
.navbar-inverse .navbar-nav>li>a{
    color: #ffffff;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>.open>a{
    color: #FF7F32 !important;
}
.dropdown-menu{
    top:98%;
    background: #222;
}
.dropdown-menu>li>a{
    color: #ffffff;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #FF7F32;
    text-decoration: none;
    background-color: #222;
    background-image: none;
}
.owl-prev, .owl-next{
    background-color: #FF7F32 !important;
    color: #ffffff;
}
.owl-prev:hover, .owl-next:hover{
    opacity: 0.8;
}
a:focus, a:hover{
    color: #ffffff;
}
.owl-theme .owl-controls .owl-page span{
    background: #FF7F32 !important;
}
a:focus, a:hover{
    text-decoration: none;    
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #FF7F32;
}
/* modificaciones busqueda y pantalla actires*/
.item:hover div p, .item:hover a p{
    text-decoration: none !important;
    cursor: pointer;
    color: #222 !important; /* Ver que color va segun el finder*/
    border-radius: 8px;
}
.iconLink:hover .evento_titulo .PrgDetBusqueda p{
    color: #ffffff !important; /* Ver que color va segun el finder*/
}
.iconLink:hover .evento_titulo .PrgDetBusqueda{
    background-color: #FF7F32 !important; /* Ver que color va segun el finder*/
}
#liGrilla>div, #liDestacados>div{
    color: #ffffff !important;;
}
#liGrilla>div:hover, #liDestacados>div:hover{
    color: #FF7F32 !important;
    background-image: linear-gradient(to bottom,#2220,#222 100%) !important; 
}

 