@CHARSET "UTF-8";

@font-face {
	font-family: 'Conv_Gotham-Medium';
	src: url('fonts/Gotham-Medium.eot');
	src: local('â˜º'), url('fonts/Gotham-Medium.woff') format('woff'), url('fonts/Gotham-Medium.ttf') format('truetype'), url('fonts/Gotham-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Gotham-Light';
	src: url('fonts/gotham-light-webfont.eot');
	src: local('â˜º'), url('fonts/gotham-light-webfont.woff') format('woff'), url('fonts/gotham-light-webfont.ttf') format('truetype'), url('fonts/gotham-light-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html{
    overflow: hidden;
}

body{
	padding:0px;
	margin:0px;
}

::-webkit-scrollbar{
  width:0px;   // here actuall it exist but width is 0 so no one can see it 
  background:transparent;
  display: none;
}

#embeded_banner{
    display:block;
}

#header{
	width: 100%;
  	height: auto;
  	padding-top: 20px;
 	padding-bottom: 20px;
  	background-image: url('../img/banner.jpg');
  	background-size: 100%;
}

#content, #scheduler-content{
	width:90%;
	height:780px;
	margin:5em;
	box-sizing: border-box;
	position:relative;
	float:left;
}

#contact-content{
	width:100%;
	height:250px;
	margin:0em;
	box-sizing: border-box;
	position:relative;
	float:left;
}

#separator{
	background-image: url('../img/separator.png');
	background-repeat: repeat-x;
	height:20px;
	width:100%;
	position:relative;
	float:left;
}
#day-selector-container, #scheduler-selector-container{
	float:left;
	position:relative;
	width:50%;
	height:36px;
}

#day-selector-item-today, #scheduler-selector-item{
	position:relative;
	padding:5px;
	float:left;
	width:auto;
	height:auto;
	background-color:#00ff00;
	margin-right:0.5em;
	color: white;
	font-family:'Conv_Gotham-Medium',Sans-Serif;
}

#day-selector-item-tomorrow{
	position:relative;
	padding:5px;
	float:left;
	width:auto;
	height:auto;
	background-color:#00ff00;
	margin-right:0.5em;
	color: white;
	font-family:'Conv_Gotham-Medium',Sans-Serif;
}

#scheduler-selector-item.selected{
	color: white;
	background-color: #d60b52;
}

#scheduler-selector-item.unselected{
	color:white;
	background-color: black;
}

#day-selector-item-tomorrow.selected{
	color: white;
	background-color: #d60b52;
}

#day-selector-item-tomorrow.unselected{
	color:white;
	background-color: black;
}

#day-selector-item-today.selected{
	color: white;
	background-color: #d60b52;
}

#day-selector-item-today.unselected{
	color:white;
	background-color: black;
}

#hour-selector-container{
	position:relative;
	float:left;
	width:100%;
	height:26px;
}

#hour-selector-item{
	position:relative;
	float:left;
	padding:6px;
	/*
    padding-left:1em;
	padding-right:1em;
    */
	background-color:black;
	color:white;
	margin-right:5px;
	height:31px;
	line-height:16px;
	font-family:'Conv_Gotham-Medium',Sans-Serif;
    cursor:pointer;
    font-size:12px;
    box-sizing:border-box;
}

#hour-selector-item.selected{
	color: white;
	background-color: #d60b52;
}

#hour-selector-item.unselected{
	color:white;
	background-color: black;
}

#filter-selector-container{
	position:relative;
	float:left;
	width:100%;
	height:75px;
	margin-bottom: 0.2em;
    margin-top: 1em;
}

#filter-selector-item{
	position:relative;
	float:left;
	width:14.2%;
	height:auto;
	backgroud-color: purple;
	font-family:'Conv_Gotham-Medium',Sans-Serif;
    cursor: pointer;
}

#filter-selector-item-icon{
	width:54px;
	height:54px;
	margin:auto;
    cursor: pointer;
}

#filter-selector-item-text{
	margin-top:0.5em;
	text-align: center;
}

.cine.selected{
    color: #d6a90b;
}
.series.selected{
    color: #09b52a;
}
.actualidad.selected{
    color: #0b6fd6;
}
.infantil.selected{
    color: #ae10c6;
}
.deportes.selected{
    color: #06c4b4;
}
.documental.selected{
    color: #c44906;
}
.entretenimiento.selected{
    color: #d60b6f;
}


#schedule-container, #schedule-container-tomorrow{
    box-sizing: border-box;
	position:relative;
	float:left;
	width:72%;
	height:608px;
	/*border: 2px solid gray;
    border-radius: 5px;*/
}

#schedule-ads{
	position:relative;
	float:right;
	width:300;
	height:600px;
}

#contact-form{
	position:relative;
	float:left;
	width:100%;
	height:200px;
}

#contact-group{
	position:relative;
	float:left;
	width:200px;
	height:80px;
    margin-left:2em;
}

#contact-group-left{
	position:relative;
	float:left;
	width:30%;
	height:150px;
	left:22px;
}

.lbl{
	color:black;
	font-family:'Conv_Gotham-Light',Sans-Serif;
}

#contact-group-right{
	position:relative;
	float:left;
	width:65%;
	height:150px;
}

textarea{
	font-family:'Conv_Gotham-Light',Sans-Serif;
	width:95%;
	padding:4px;
	font-size:16px;
	height:150px;
	text-align: left;
}

input{
	font-size:16px;
	font-family:'Conv_Gotham-Light',Sans-Serif;
	padding:4px;
	height:40px;
	width:90%;
}

select{
	font-size:16px;
	font-family:'Conv_Gotham-Light',Sans-Serif;
	padding:4px;
	height:40px;
	width:90%;
}

#slider-container{
	position:relative;
	float:left;
	height:220px;
	width:100%;
}

#scheduler-block{
  position: relative;
  float: left;
  width: 100%;
  height: 100px;
  margin-top: 0em;
}

#contact-block-data{
  margin-top:1em;
  position: relative;
  float: left;
  height: 340px;
  width: 100%;
  background-color: #F4F4F4;
  padding-left:8.5em;
  padding-right:8.5em;
  box-sizing: border-box;

}

#scheduler-block-data{
  position: relative;
  float: left;
  height: 250px;
  width: 50%;
}

#scheduler-block-config{
  position: relative;
  float: left;
  height: 250px;
  width: 50%;
}

#scheduler-block-config-colors{

}

#scheduler-block-config-code{
  position: relative;
  float: left;
  height: 100px;
  width: 100%;
  margin-top: 1.5em;
}

#scheduler-block-data-icon{
	position:relative;
	float:left;
}

.slider_icons{
	display: block;
    margin-left: auto;
    margin-right: auto;

}

.slider_caption{
	text-align:center;
	font-family:'Conv_Gotham-Light',Sans-Serif;
	font-size:2em;
}

.slider_description{
	text-align:center;
	font-family:'Conv_Gotham-Light',Sans-Serif;
    font-size:14px;
}

#slider_caption{
	padding:1em;
}

#slider_description{
	padding-left:10em;
	padding-right:10em;
}

#scheduler-block-data-caption,
#contact-block-data-caption,
#scheduler-block-config-colors-caption,
#scheduler-block-config-code-caption{
  margin-bottom: 1em;
  float: left;
  position: relative;
  width: 80%;
  height: auto;
  font-family: 'Conv_Gotham-Light',Sans-Serif;
  margin-left: 1em;
  padding-top: 0;
  padding-bottom: 0.1em;
  font-size: 0.8em;
  display: inline;
}

#contact-block-data-caption{
	margin-top:1em;
	font-size:1.5em;
}

#scheduler-block-config-colors-container,
#scheduler-block-config-code-container{
	width:100%;
	background-color:#F4F4F4;
	height:200px;
	position:relative;
	float:left;
	padding:2em;
}

#scheduler-block-config-colors-container{
	height:165px;
}

#scheduler-block-config-code-content{
	word-wrap: break-word;
	box-sizing: border-box;
	background-color:white;
	float:left;
	position:relative;
	height: 100%;
    width: 100%;
    border: 2px solid gray;
    border-radius: 5px;
    padding:1em;
    font-family: 'Conv_Gotham-Medium',Sans-Serif;
}

#scheduler-block-scheduler{
	position: relative;
  float: left;
  height: 613px;
  width: 95%;
  border: 2px solid gray;
    border-radius: 5px;
    margin-top:12px;
}

#scheduler-block-config-colors-item{
	position:relative;
	float:left;
	height:50px;
	width:32%;
	margin:2px;
}

#scheduler-block-config-colors-item-caption{
	font-family: 'Conv_Gotham-Medium',Sans-Serif;
}
#scheduler-block-config-colors-update{
	margin-top:1em;
	position:relative;
	padding:10px;
	float:left;
	width:auto;
	height:auto;
	background-color:#000000;
	margin-right:0.5em;
	color: white;
	font-family:'Conv_Gotham-Medium',Sans-Serif;
}

#contact-send{
	margin-top:0em;
	position:relative;
	padding:10px;
	float:left;
	width:150px;
	height:auto;
	background-color:#000000;
	margin-right:0.5em;
	color: white;
	text-align:center;
	font-family:'Conv_Gotham-Medium',Sans-Serif;
}

#contact-send:hover{
	background-color: #d60b52
}

#footer{
	margin-top:10em;
	position:relative;
	float:left;
	background-color: #F4F4F4;
	height:132px;
	width:100%;
}

img.left{
	position:relative;
	float:left;
}

img.right{
	position: relative;
	float:right;
}

#footer-text{
  max-width: 60%;
  padding: 1.7em;
  position: relative;
  float: left;
  width: auto;
  height: 100%;
  color: black;
  font-family: 'Conv_Gotham-Medium',Sans-Serif;
  line-height: 1.5em;
    box-sizing: border-box;
}


/* Scheduler */

#channel{
    width:67px;
    box-sizing: border-box;
    height:68px;
    box-shadow: inset 0 0 1px #000;
}

#program{
    position: relative;
    width:150px;
    /*background: #f0f0f0;*/
    padding: 4px 10px 4px 10px;
    height:68px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    box-shadow: inset 0 0 1px #000;
    display: inline-block;
    cursor: pointer;
}

#pprograms{
    position:relative;
    width:auto;
}

#pline{
    width:6000px;
    height:68px;
    #margin-top:-1px;
    position:relative;
    overflow: hidden;
}

#container{
    width: 100%;
    position:absolute;
    left:67px;
    overflow-x: scroll;
    overflow-y: hidden;
}
#container::-webkit-scrollbar {
    width:0px;
    height: 0px;
}

.logo{
    width: 48px;  /* Or whatever */
    height: 48px; /* Or whatever */
    margin: 10px;  /* Magic! */
}

.ptitle{
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    color:#1E5799;
    font-size:0.8em;
}

.phour{
    font-family: Verdana, Geneva, sans-serif;
    font-size:0.7em;
}

#timeline_programs::-webkit-scrollbar {
    width:0px;
    height: 0px;
}
#schedule-content{
    height: 564px;
    width: 100%;
    position: absolute;
    top: 40px;
    overflow-y: scroll;
    overflow-x: hidden;
    /*overflow: -moz-scrollbars-none;*/
}
#channels{
    position:absolute;
    top:0px;
    left:0px;
    /*background: #f0f9ff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjlmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2NiZWJmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMWRiZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f9ff), color-stop(47%,#cbebff), color-stop(100%,#a1dbff));
    background: -webkit-linear-gradient(top,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%);
    background: -o-linear-gradient(top,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%);
    background: -ms-linear-gradient(top,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%);
    background: linear-gradient(to bottom,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 );*/

}
.time_selection{
    background-color: #1E5799;
    width: 100px;
    margin-bottom: 20px;
    height: 40px;
}

#timeline_programs{
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    background-color: #F4F4F4;
    position: absolute;
    /*left: 67px;*/
    overflow: hidden;
}
#tline {
    width: 6000px;
    margin-top: -1px;
    position: relative;
}
#pphours {
    position: relative;
    width: auto;
}

#pphours:first-child{
    margin-left: 67px;
}
.horas {
    width: 150px;
    display: inline-block;
    padding: 1px 10px 4px 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    border-left: 1px solid #000000;
    line-height: 30px;
    float: left;
}

.horas.selected{
    border-color: #d60b52;
    color: #d60b52;
}

.pixel {
    display: none;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 15px;
    bottom: 0px;
    margin-left: -10px;
}

.pixel_series {
    background: url("../img/categories_pixel/series_px.png");
}
.pixel_actualidad {
    background: url("../img/categories_pixel/actualidad_px.png");
}
.pixel_cine {
    background: url("../img/categories_pixel/cine_px.png");
}
.pixel_deportes {
    background: url("../img/categories_pixel/deportes_px.png");
}
.pixel_documental {
    background: url("../img/categories_pixel/documental_px.png");
}
.pixel_entretenimiento {
    background: url("../img/categories_pixel/entretenimiento_px.png");
}
.pixel_infantil {
    background: url("../img/categories_pixel/infantil_px.png");
}


/* POPUP */

#fondo {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999999999999999999;
}

#popup {
    position: absolute;
    left: 40px;
    width: 200px;
    height:auto;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 10px #000000;
}

.popup_close {
    width: 40%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 25px;
    line-height: 25px;
    background-color: #000000;
    color: #FFFFFF;
    font-family:'Conv_Gotham-Medium',Sans-Serif;
    text-align: center;
    font-size: 13px;
}

.popup_banner{
	width:320px;
	height:100px;
	margin:auto;
    display:none;
}

.popup_image{
      margin: auto;
  width: 100px;
  height: 100px;
  margin-left: 50px;
  margin-top:10px;
}

.popup_title{
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    padding: 10px;
    text-transform: uppercase;
    font-family:'Conv_Gotham-Medium',Sans-Serif;
    font-size: 10px;
}

.popup_desc{
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family:'Conv_Gotham-Medium',Sans-Serif;
    font-size: 10px;
    height:100px;
    overflow: scroll;
}

.popup_logo_canal{
    position: absolute;
    box-sizing: border-box;
    left: 10px;
    top: 5px;
    width: 30px;
    height: 30px;
}

.popup_etiquetas{
    margin-top:10px;
    box-sizing: border-box;
    width: 80%;
    padding: 10px;
    padding-top: 0px;
}

.popup_etiqueta{
    width: auto;
    border-radius: 5px;
    float: left;
    padding: 5px;
    background-color: #D6D6D6;
    margin-right: 7px;
    margin-bottom: 5px;
    text-align: center;
    font-family:'Conv_Gotham-Medium',Sans-Serif;
    font-size: 8px;
}

.popup_lines{
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family:'Conv_Gotham-Medium',Sans-Serif;
    font-size: 10px;
}

.popup_separador{
    margin: 0px;
}

.popup_lines .value{
    color: #d60b52;
}

@media screen and (max-width: 1024px) {
    #header{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    #header img{
        height: 60px;
    }
    #content, #schedule-content{
        padding: 10px !important;
        margin: 0;
        width: 100% !important;
    }
    #content{
        height: auto;
    }
    #day-selector-container{
        height: auto;
    }
    #day-selector-item-today{
        width: 45% !important;
        font-size: 14px;
        cursor: pointer;
    }
    #day-selector-item-tomorrow{
        float: right;
        width: 45% !important;
        font-size: 14px;
        cursor:pointer;
    }
    #hour-selector-container{
        display: block;
    }
    .separator_hour{
        display: none;
    }
    #filter-selector-container{
        height: auto;
    }
    #filter-selector-item{
        width: 14.2% !important;
        cursor:pointer;
    }
    #filter-selector-item-icon{
        width: 100% !important;
        height: 100% !important;
    }
    #filter-selector-item-icon img{
        width: 40% !important;
        height: 40% !important;
        margin-left: 30%;
    }
    #filter-selector-item-text{
        margin-top: 0px !important;
        font-size: 12px;
     }
    #schedule-container, #schedule-container-tomorrow {
        width: 100% !important;
        height: 320px !important;
    }
    #schedule-content{
        height: 280px !important;
    }
    #schedule-ads{
        display: none;
    }
    #pphours:first-child {
        margin-left: 55px !important;
    }
    #channel{
        width: 55px !important;
        height: 56px !important;
    }
    .logo{
        width: 35px;
        height: 35px;
        margin: 10px !important;
    }
    #container{
        top: 0px;
        left: 55px;
    }
    #pline{
        height: 56px !important;
    }
    #program{
        height: 56px !important;
    }
    #slider-container{
        margin-top: 10px;
        height: auto;
    }
    .slider_icons{
        width: 95%;
        margin: auto;
    }
    .slider_caption{
        font-size: 20px !important;
    }
    #slider_description {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .slider_description{
        font-size: 13px;
    }
    #contact-content{
        height: auto;
    }
    #contact-block-data{
        padding-left: 30px !important;
        padding-right: 30px !important;
        height: auto;
    }
    #scheduler-block-data-caption, #contact-block-data-caption, #scheduler-block-config-colors-caption, #scheduler-block-config-code-caption {
        width: 100% !important;
    }
    #contact-block-data-caption{
        margin-top: 10px;
        margin-left: 0px;
        margin-bottom: 10px;
    }
    #contact-form{
        height: auto;
    }

    .contact-group input{
        width: 100% !important;
    }
    .contact-group textarea{
        width: 100% !important;
        height: 100px !important;
    }
    #contact-group-left{
        left: 0px;
        width: 100% !important;
        float: none;
        height: auto;
        margin-left:0em;
    }
    #contact-group-right{
        width: 100% !important;
        float: none;
        height: auto;
        margin-top:1.5em;
    }
    #contact-send {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 5px !important;
    }
    #footer{
        margin-top: 10px !important;
        height: auto;
    }
    #footer-text{
        display: none;
    }
    #footer .left{
        width: 40%;
    }
    #footer .right{
        width: 60%;
    }
}