/*********************************************/
/*********************************************/
/**** PORTAL VESTEL OPENSPORT ****************/
/*********************************************/
/*********************************************/

/*********************************************/
/**** GENERAL PORTAL VESTEL ******************/
body {
	width: 1280px;
	height: 720px;
	overflow: hidden;
}
.navbar {
	padding: 4px 4%;
}
div.vestel-portal {
	margin-bottom: 120px;
	width: 1265px !important;
}

/*********************************************/
/**** DESTACADO PORTAL VESTEL ****************/
div.vestel-portal > div.vestel-destacado,
div.vestel-portal div.vestel-noticia,
div.vestel-portal div.vestel-background > div {
	/* height: 48vh; */
	/* height: 58vh; */
	height: 67vh;
	/* margin-bottom: 15px; */
	background: #000;
	/* overflow: hidden; */
	overflow: visible;
}
div.vestel-portal div.vestel-noticia {
	/* padding: 15px 60px; */
	padding: 15px 0px 15px 15px;
	/* padding-right: 0px; */
	background: #000;
}
div.vestel-portal div.vestel-noticia h4 {
	color: #c7c7c7;
	font-size: 1.25em;
	margin-top: 0;
	font-weight: 400;
}
div.vestel-portal div.vestel-noticia h4 > span {
	color: #fff;
	font-weight: 400;
}
div.vestel-portal div.vestel-noticia h1 {
	color: #fff;
	font-weight: 600;
	/* font-size: 2.5em; */
	font-size: 2.2em;
}
div.vestel-portal div.vestel-noticia h2 {
	color: #ffdb00;
	font-size: 2em;
	font-weight: 400;
}
div.vestel-portal div.vestel-noticia hr {
	border-top: 2px solid #ffdb00;
	margin: 0;
	width: 100%;
}
div.vestel-portal div.vestel-noticia h3 {
	color: #fff;
	font-size: 1.5em;
	font-weight: 400;
}
div.vestel-portal div.vestel-noticia p {
	color: #c7c7c7;
	font-size: 1.15em;
	font-weight: 400;
	padding-top: 5px;
}
div.vestel-portal div.vestel-background div.vestel-gradient {
	position: absolute;
	width: 35%;
	/* width: 33%; */
	height: 100%;
	/* left: 0; */
	left: 2px;		/* para quitar esa linea molesta de los destacados -2? */
	background: transparent url(../img/left-gradient.png) no-repeat right;
	background-size: cover;
	z-index: 1001;
}
div.vestel-portal div.vestel-background { padding-left: 0px; }
div.vestel-portal div.vestel-background > div:first-child {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	/* background-size: cover; */
	background-size: 864px 486px;
	overflow: visible;
	z-index: 20001;	
}


/*********************************************/
/**** CARRUSEL EVENTOS PORTAL VESTEL *********/
div.vestel-portal div.vestel-events {
	margin: 20px 0px;
	min-height: 180px;
}
div.vestel-portal div.vestel-events h1 { font-size: 1.5em; margin-left: 50px;  }
div.vestel-portal div.vestel-events div.focusable { margin: 0px 2px !important; cursor: pointer;}
div.vestel-portal div.vestel-events div.focus {
	border-width:0px !important;
}
div.vestel-info { top: 0 }
div.vestel-portal div.vestel-events div.focusable div.vestel-info,
/* div.vestel-portal div.vestel-events div.focus div.vestel-description {  } */
div.focusable div:not(.focus) div.vestel-info { display: none; z-index: 1001 }
div.vestel-portal div.vestel-events div.focus div.vestel-info {
	position: absolute;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.55);
	padding: 10px;
	display: block;
	/* justify-content: center; */
	/* align-items: center; */
	/* -webkit-box-shadow:inset 0px 0px 0px 3px #00f080; */
	/* -moz-box-shadow:inset 0px 0px 0px 3px #00f080; */
	/* box-shadow:inset 0px 0px 0px 3px #00f080; */
}
div.vestel-portal div.vestel-events div.vestel-emision {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.2em 0.4em;
	color: #fff;
	background: rgba(0,0,0,0.75);
	-ms-display: flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
div.vestel-portal div.vestel-events div.vestel-emision i {
	color: #ffdb00;
	padding-right: 5px;
}
div.vestel-info > img {
	width: 25px;
	height: 25px;
}
div.vestel-portal div.vestel-events div.vestel-description {
	text-align: center;
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 100%;
	z-index: 10001;
	padding: 10px;
	/* padding-bottom: 2px; */
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.58) 15%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(15%, rgba(0,0,0,0.58)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.58) 15%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.58) 15%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.58) 15%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.58) 15%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.sl_item.focus > div {
	/* -webkit-box-shadow:inset 0px 0px 0px 3px #00f080; */
	/* -moz-box-shadow:inset 0px 0px 0px 3px #00f080; */
	/* box-shadow:inset 0px 0px 0px 3px #00f080; */
	border: 3px solid #ffdb00
}
div.vestel-portal div.vestel-events div.vestel-description h4 {
	margin: 0px;
	color: #fff;
	font-weight: 400;
	font-size: 1em;
}
div.vestel-portal div.vestel-events div.vestel-description p {
	margin: 0px;
	color: #ffdb00;
	font-weight: 400;
	font-size: 1em;
}

/* Full category scene */
div.vestel-info1 { top: 0 }
div.focusable div.vestel-info1,
div.focusable div:not(.focus) div.vestel-info1 { display: none; z-index: 1001 }
div.fullcat-elements div.focus {
	border-width:0px !important;
}
div.vestel-info1 > img {
	width: 25px;
	height: 25px;
}
div.focus div.vestel-info1 {
	position: absolute;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.55);
	padding: 10px;
	display: block;
	/* justify-content: center; */
	/* align-items: center; */
	/* -webkit-box-shadow:inset 0px 0px 0px 3px #00f080; */
	/* -moz-box-shadow:inset 0px 0px 0px 3px #00f080; */
	/* box-shadow:inset 0px 0px 0px 3px #00f080; */
}

div.vestel-description1 {
	text-align: center;
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 100%;
	z-index: 10001;
	padding: 10px;
	/* padding-bottom: 2px; */
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.58) 15%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(15%, rgba(0,0,0,0.58)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.58) 15%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.58) 15%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.58) 15%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.58) 15%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
div.vestel-description1 h4 {
	margin: 0px;
	color: #fff;
	font-weight: 400;
	font-size: 1em;
}
div.vestel-description1 p {
	margin: 0px;
	color: #ffdb00;
	font-weight: 400;
	font-size: 1em;
}


/*********************************************/
/**** PLAYER PORTAL VESTEL *******************/
/*div.vestel-player video {
width: 100vw;
background: #000;
position: absolute;
}*/
div.vestel-player div.vestel-player-controls {
	width: 100vw;
}
div.vestel-player div.vestel-player-controls > div {
	width: 100vw;
	/* height: 100px; */
	text-align: center;
	position: absolute;
	bottom: 50px;
	z-index: 999;
}
div.vestel-player div.vestel-player-controls input { width: 100%;  }
div.vestel-player div.vestel-player-controls div.container div {
	padding: 5px;
	/*height: 60px;*/
	background: #262626;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.4);
	box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.4);
}
div.vestel-player div.vestel-player-controls div.container div.vestel-directo span {
	color: #c7c7c7;
	font-weight: 500;
	font-size: 2em;
}
div.vestel-player div.vestel-player-controls div.container div.vestel-directo div {
	float: right;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
div.vestel-player div.vestel-player-controls div.container div.vestel-directo div i{
	cursor: pointer;
}
div.vestel-player div.vestel-player-controls div.container span {
	color: #c7c7c7;
	font-size: 1.25em;
	font-weight: 500;
	padding: 0px 5px;
}
div.vestel-player div.vestel-player-controls div.container span.initial-timer {
	float: left;
}
div.vestel-player div.vestel-player-controls div.container span.final-timer {
	float: right;
}
div.vestel-player div.vestel-player-controls div.container i {
	color: #c7c7c7;
	font-size: 2.5em;
	padding: 4px 10px;
}
div.vestel-player div.vestel-player-controls div.container div.vestel-vods > i {
	color: #999;
	cursor: pointer;
}
div.vestel-player div.vestel-player-controls div.container div.vestel-vods > i.focus {
	border-width: 0px !important;
	color: #ffdb00;
}

/*********************************************/
/**** PLAYER PORTAL VESTEL INPUT RANGE *******/
input[type=range] {
	-webkit-appearance: none;
	width: 100vw;
	max-width: 100vw;
}
input[type=range]:focus {
	outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 8px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 0px 0px 0px #000000;
	background: #5c5c5c;
	border-radius: 0px;
	border: 0px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
	height: 8px;
	width: 25px;
	border-radius: 2px;
	background: #c7c7c7;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: 0px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
	background: #c7c7c7;
}
input[type=range]::-moz-range-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 0px 0px 0px #000000;
	background: #c7c7c7;
	border-radius: 0px;
	border: 0px solid #000000;
}
input[type=range]::-moz-range-thumb {
	box-shadow: 0px 0px 1px #000000;
	border: 0px solid #ffdb00;
	height: 6px;
	width: 8px;
	border-radius: 1px;
	background: #ffdb00;
	cursor: pointer;
}
input[type=range]::-ms-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	color: transparent;
}
input[type=range]::-ms-fill-lower {
	background: #c7c7c7;
	border: 0px solid #000000;
	border-radius: 0px;
	box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
	background: #c7c7c7;
	border: 0px solid #000000;
	border-radius: 0px;
	box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
	box-shadow: 0px 0px 1px #000000;
	border: 0px solid #ffdb00;
	height: 6px;
	width: 8px;
	border-radius: 1px;
	background: #ffdb00;
	cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
	background: #c7c7c7;
}
input[type=range]:focus::-ms-fill-upper {
	background: #c7c7c7;
}

div.vestel-player div.vestel-player-controls div.container i.focus {
	border-width:0px !important;
	color:#ffdb00;
}

div.vestel-player div.vestel-player-controls div.container div.vestel-directo {
	-webkit-border-radius: 10px;
	-webkit-border--radius: 10px;
	-moz-border-radius: 10px;
	height: 60px;
}

.sl_container{
	clear: left;
}
.sl_outer{
	/* width:1265px !important; ajustado al meter el menu lateral */
	width:1190px !important;
	height:145px !important;
	overflow:hidden;
	position: relative;
}
.sl_inner{
	height:145px !important;
	position: relative;
	/*display: inline-flex;*/ /*No funciona en el browser de la tv*/
}
.sl_item{
	width:232px !important;
	height:130px !important;
	/*display: inline-table;*/ /*No funciona en el browser de la tv*/
	float: left;
}
.sl_item1{
	width:232px !important;
	height:130px !important;
	/*display: inline-table;*/ /*No funciona en el browser de la tv*/
	float: left;
}

.ps__rail-y, .ps__rail-x,
.ps__thumb-y, .ps__thumb-x{
	cursor: pointer;
}

/***** MENU LATERAL **********/
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

