.MobileTitle{
	display: none;

}

section.featuredVideos-player section.loader {
    display: none;
}

section.featuredVideos-player{
	height: 600px;
	background-color: white;
	padding-top: 25px;
	position: relative;
}
section.featuredVideos-player > div{
	height: 100%;
	max-width: 1140px;
	margin: auto;	
	position:relative;
}
section.featuredVideos-player > div > h1{
    padding: 0px;
    font-family: 'Merriweather';
    color: black;
}

section.featuredVideos-player > div > h1:after {
    border-bottom: 1px solid #c51111;
    content: "";
    display: block;
    position: relative;
    margin: -15px 150px 15px 126px;
}
section.featuredVideos-player div.element_viewable figure{
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
}
section.featuredVideos-player div.element_viewable img{
	width: 100%;
	height: 100%;
	display: block;	
}
section.featuredVideos-player div.element_viewable span#video_play{
	background: url("/images/Video.svg") no-repeat;
	background-color: rgba(0,0,0,0.2);
	background-position: -5px -5px;
	background-size: 190px;
	display: inline-block;
	content: "";
	position: absolute;
	width: 180px;
	height: 180px;
	top: 50%;
	margin-top: -90px;
	left: 50%;
	margin-left: -90px;
	border-radius: 49%;
}
section.featuredVideos-player div.element_viewable > .embedVideo{
	height: 100% ; 
	width: 100%;   
    padding-bottom: 0;
    position: absolute;
    top: 0;
}
section.featuredVideos-player div.element_viewable > .embedVideo > *{
	position: relative !important;
}
section.featuredVideos-player div.element_viewable > div.lineDown{
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
	z-index: 9;
	position: absolute;	
	bottom: 0;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	padding: 15px 15px 15px 23px;
	display: inline-block;
	color: #fff;
}
section.featuredVideos-player div.element_viewable > div.lineDown:not(.paused){
	
	/*pointer-events: none;*/	
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 95%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(95%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 95%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 95%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 95%,rgba(0,0,0,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 95%,rgba(0,0,0,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-8 */	
}
section.featuredVideos-player div.element_viewable > div.lineDown.paused{
	border-bottom: none;
	margin-bottom: 60px;
	padding-bottom: 0; 
}
section.featuredVideos-player div.element_viewable > div > h2 {
	padding: 0 0 6px;
}
section.featuredVideos-player div.element_viewable > div > h2 a{
	font: 500 24px 'Hind';
	line-height: 2rem;
	padding:0;
	color: #fff;
}
section.featuredVideos-player div.element_viewable > div > h2 a:hover{
	color: #c51111;
}
section.featuredVideos-player div.element_viewable > div > h2 > span{
	color: #CACACA;
    font-size: 20px;
}
section.featuredVideos-player div.element_viewable > div > h3{
	font: 14px 'arial';
	margin: 10px 0px 0
}
section.featuredVideos-player p.time,
section.featuredVideos-player p.comments{		
	display: inline-block;
	margin-right: 12px;
	color: #FFFFFF;
	font-size: .75rem;
}
section.featuredVideos-player p.time time{
	color: inherit;
}
section.featuredVideos-player ul li > div > div > a{
	display: none;	
}
section.featuredVideos-player p.comments{
	pointer-events: initial;
}
section.featuredVideos-player p.episode{
	color: #B7B8BB;
	display: inline-block;
	font-size: .75rem;
}
section.featuredVideos-player div.element_viewable > div > div > p.time,
section.featuredVideos-player div.element_viewable > div > div > a > p.comments{
	font: 12px 'arial';
}
section.featuredVideos-player div.element_viewable{	
	position: relative;	
	width: 796px;
	height: 468px;
	display: inline-block;
	margin-right: 15px;
}

section.featuredVideos-player div.list-frame {
		height: 468px;
		overflow: hidden;
		position: relative;
}

section.featuredVideos-player ul{
	width: 310px;		
	vertical-align: top;	
	
}
section.featuredVideos-player ul li{
	width: 100%;
    position: relative;
    cursor: pointer;    
    padding-top: 10px;
    padding-bottom: 11px;    
    height: 88px;
    padding-left: 5px;
}
section.featuredVideos-player ul li.active{
	background-color: #252525;
}

section.featuredVideos-player ul li img{	
    z-index: 1;
    position: relative;
    margin-right: 10px;
    bottom: 0;
    top: 0;
    width: 40%;
    display: inline-block;
    color: #fff;
    height: auto;
    max-width: 180px;
}
section.featuredVideos-player ul li  .content {
	vertical-align: top;    
    z-index: 1;
    position: relative;
    width: 50%;
    display: inline-block;
    color: #fff;
}
section.featuredVideos-player ul li.active .content {	
    color: #CACACA;
}
section.featuredVideos-player ul li  .content .type_video {
	color: white;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    background: #c51111;
    padding: 0px 5px;
    display: inline;
}
section.featuredVideos-player ul li  .content h2 {
	font: bold 1rem 'roboto condensed';
	white-space: normal;
	margin-right: 50px;
}
section.featuredVideos-player ul li .content p > span{
	color: #CACACA;
    font-size: 0.75rem;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 2px;
	position: relative;
}

section.featuredVideos-player div.nav-frame {
	display: inline-block;	
	width: 314px;
}
section.featuredVideos-player .type {
	margin: -5px 0px;
    text-transform: uppercase;
    background: #c51111;
    padding: 0px 10px;
    display: inline;
    color: white;
    font-size: 14px;
}
section.featuredVideos-player ul li.active .RelatedNewTitle{
	color: white;
}
section.featuredVideos-player  ul li .RelatedNewTitle{
    font-size: 15px;
    font-weight: 500;
    color: black;
    margin-top: 5px;
    line-height: 17px;
}
section.featuredVideos-player div.top{
    text-align: right;
    margin-top: -5px;
    position: absolute;
    top: 10px;
    right: 6px;
}
section.featuredVideos-player div.end{    
	position: absolute;
    font-family: 'Hind';
    font-weight: normal;
    width: 100%;
}
section.featuredVideos-player div.end  > a {    
    color: black;
}
section.featuredVideos-player div.top  > a {
    color: #FFFFFF;
    cursor: pointer;
    font-size: 0.75rem;
    text-transform: uppercase;
}
section.featuredVideos-player div.end > a:hover, section.featuredVideos-player div.top > a:hover{
	color: #c51111;
}
section.featuredVideos-player div.top > a > span:after,section.featuredVideos-player a.more:after,
section.featuredVideos-player div.end > a > span:after  {    
    content: ">";
    display: inline-block;
    height: 16px;
    width: 10px;
    font-family: consolas,"courier new",monospace;
    margin-left: 5px;
}

section.featuredVideos-player div.end a:first-child{
	position: absolute;
    right: 345px;
}
section.featuredVideos-player a.more{
	color: #000;
    position: absolute;
    right: 40px;
    font-weight: bold;
    font-size: 14px;
}
#video {
	position: absolute !important;
	left: 0;
	top: 0;
	min-width: 100%;
}

section.featuredVideos-player p.comments:before {
    background: url(https://www.tomatazos.com/images/ComentariosRojo.svg);
    width: 17px;
    height: 17px;
    content: "";
    vertical-align: middle;
    background-size: cover;
    margin-right: 3px;
    display: inline-block;
}

section.featuredVideos-player .time:before {
    background: url(https://www.tomatazos.com/images/TiempoRojo.svg) no-repeat scroll 0 0 / 18px auto rgba(0,0,0,0);
    width: 17px;
    height: 17px;
    content: "";
    vertical-align: bottom;
    background-size: cover;
    display: inline-block;
    margin-right: 3px;
}

@media screen and (max-width : 1160px){

	section.featuredVideos-player {
		height: auto;
	}
	section.featuredVideos-player > div {
		width: 913px;
		display: block;
		margin: 0 auto;
	}	
	section.featuredVideos-player div.element_viewable {
		width: 100%;
		height: auto;
		margin-right: 0;
	}
	section.featuredVideos-player div.element_viewable img{
		padding-bottom: 5px;
	}
	section.featuredVideos-player div.nav-frame {
		display: block;
		width: 100%;
		margin-top: 30px;
		position: relative;
	}
	section.featuredVideos-player div.list-frame {
		overflow: hidden;
		width: 88.83116883%;
		height: 128px;
		position: relative;
		margin: 0 auto;
		display: block;
	}
	section.featuredVideos-player ul{
		width: auto;
		white-space: nowrap;
		float: none;
		height: 128px;
		position: relative;
	}
	section.featuredVideos-player ul li{
		width: 33.3%;
		display: inline-block;
		white-space: normal;
		vertical-align: middle;
		height: 110px;
	}
	section.featuredVideos-player ul li .content{
		width: 40%;
	}
	section.featuredVideos-player .ps-scrollbar-y-rail, section.featuredVideos-player .ps-scrollbar-x-rail{
		display: none !important;
	}
	section.featuredVideos-player .nav-frame a{
		background-repeat: no-repeat;
    	background-size: 57px auto;
		width: 1.5rem;
		height: 3.3125rem;		
		position: absolute;
		display: block;
		margin-top: 20px;
	}
	section.featuredVideos-player a.previous {
		background-image: url("/images/leftarrow.svg");
		background-position: -1.187rem -0.2em;
	}
	section.featuredVideos-player .nav-frame a.light{
		opacity: .3;
	}
	section.featuredVideos-player a.next{		
		right: 0;
		top: 0;
		background-image: url("/images/rightarrow.svg");
		background-position: -1.198rem -0.2em;
	}
	section.featuredVideos-player div.end a:first-child{		
		left: 0;
		right: 0;
	}
}



@media screen and (max-width : 930px){
	section.featuredVideos-player > div {
		width: 100%;
	}
	section.featuredVideos-player ul li{
		width: 50%;		
	}	
	section.featuredVideos-player ul li img{
		width: 33%;
	}

}

@media screen and (max-width : 750px){
	section.featuredVideos-player div.element_viewable span#video_play{
		width: 150px;
		height: 150px;
		background-size: 160px;
		margin-top: -75px;
		margin-left: -75px;
	}
	
}




/* Movil */
@media screen and (max-width : 640px){

	section.featuredVideos-player section.loader {
    display:block;
    text-align: center;
    margin-top: 0;
    height: 69px;
	}

	section.featuredVideos-player ul li{
		width: 100%;
	}
	section.featuredVideos-player ul{
		height: 250px;
	}
	

	section.featuredVideos-player ul li img{
		width: 28%;
	}


	/*52616*/
	section.featuredVideos-player > div > h3{
		text-align: center;
		
	}

	section.featuredVideos-player > div > h3:after, 
	section.featuredVideos-player div.end > a,
	.type, 
	.playlist li:nth-last-child(1n+4){
		display: none;
	}
	
	section.featuredVideos-player div.element_viewable > div.lineDown:not(.paused){
		background: transparent;
		display: none;

	}

	div.lineDown{
		border: none;
	}
	.MobileTitle{
		display: block;
		margin-left: 15px;
		margin-top: 10px;
	}

	.MobileTitle h2 a{
		font:500 22px/26px 'Hind';
		color: #000;
	}

	.MobileTitle h2 span {
		
		color: #CACACA;
	}

	.featuredVideos-player .MobileTitle p.time time, .featuredVideos-player .MobileTitle p.comments{
		color: #5E6164;
	}

	.featuredVideos-player .MobileTitle div.list-frame {
    	height: 100px;
	}

	.featuredVideos-player .MobileTitle div.nav-frame{
		margin-top: 0;
	}
	section.featuredVideos-player ul li .content .type_video {
	    color: white;
	    font-weight: 500;
	    font-size:  12px; 
	}
	section.featuredVideos-player ul li .RelatedNewTitle {
	    font-size: 16px;
	    font-weight: 500;
	    color: black;
	    line-height: 20px;
	}
	section.featuredVideos-player ul li {
	    width: 100%;
	    display: block; 
	    white-space: normal;
	    vertical-align: middle;
	    border-top: 1px solid #363739;
	}
	section.featuredVideos-player div.list-frame {
	    overflow: hidden;
	    width: 88.83116883%;
	    height: 320px; 
	    position: relative;
	    margin: 0 auto;
	    display: block;
	}
	section.featuredVideos-player {    
	    padding-top: 10px;
	}
	
	div.list-frame div.cf a.buttonRT {
	    background-repeat: no-repeat;
	    background-size: 57px auto;
	    width: 127px;
	    height: 20px;
	    position: absolute;
	    display: block;
	    margin-top: 20px;
	    font: 400 13px 'Hind';
	    padding: 4px 10px 0 10px;
	}
}

@media screen and (max-width : 400px) {
	section.featuredVideos-player div.element_viewable span#video_play{
		width: 80px;
		height: 80px;
		background-size: 90px;
		margin-top: -50px;
		margin-left: -50px;
	}
	section.featuredVideos-player div.top{
		text-align: left; 
		margin-top: -5px;
		position: relative;
		top: 0;
		right: 0;
	}
	section.featuredVideos-player ul li .content {
    	width: 55%;
    }
    section.featuredVideos-player div.element_viewable > div.lineDown.paused{
    	margin-bottom: 40px;
    }    
    section.featuredVideos-player div.element_viewable > div > h2 a {
		font-size: 16px;
		line-height: normal;		
	}
	section.featuredVideos-player div.element_viewable > div > h2 > span {    	
    	font-size: 12px;
	}
	section.featuredVideos-player div.element_viewable > div > h3{
		display: none;
	}
	section.featuredVideos-player div.end a.more {
		position: relative;		
		top: 32px;
	}
}