<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}
html,
body {
    margin:0;
    padding:0;
    height:100%;
    font-size: 13px;
    text-rendering: optimizeLegibility;
}
#container a 
{
  text-decoration: none;
}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
/*==========  Mobile First Method  ==========*/
 
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	body {
	    background-color: #000 !important;
	    background-repeat: repeat-x;
	    background-position: top;
	    background-image: url(//www.vsports.pt/images/templatemo_body.jpg);
	}
	.social-header
	{
		display: block;
		position: fixed;
    	z-index: 3;
    	top: 10px;
    	float: right;
    	text-align: right;
    	right: 0;
	}
	#container
	{
		width: 100%;
		margin: 0 auto;
		font-family: 'dinbek_mediumregular';
	} 
	.vs-landing #header
	{
		background-color: #F0F0F0;
	}
	.vs-landing #header .youtube
	{
		padding: 5px;
	    margin: auto;
	    text-align: center;
	    background-color: #FFFFFF;
	    color: #aeaeae;
	    font-family: dinbek_mediumregular;
	    display: flex;
	    width: 100%;
	    align-items: center;
	    justify-content: center;
	}
	.vs-landing #header .youtube span 
	{
		padding-right: 5px;
	}
	.vs-landing #header .header-fixed {
		position: fixed;
    	z-index: 2;
    	width: 100%;
    	padding: 10px 20px;
    	box-sizing: border-box;
    	background-color: #000;
    	top: 0;
    	left: 0;
	}
	.vs-landing #header .header-fixed a {
    	display: block;
    	background: url(//www.vsports.pt/mobile/css/img/logo-mobile.png) no-repeat center left;
    	background-size: cover;
    	width: 141px;
    	height: 30px;
	}
	.vs-landing #header #templatemo_menu {
	    display: none;
	}
	
	.vs-landing #header #templatemo_menu .social-header-menu
	{
		position: relative;
		z-index: 1;
		top: 30px;
		float: right;
		text-align: right;
	}
	.vs-landing .head 
	{
		background: rgb(237,153,7);
	    background: -moz-linear-gradient(top, rgba(237,153,7,1) 0%, rgba(228,112,34,1) 100%);
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,153,7,1)), color-stop(100%,rgba(228,112,34,1)));
	    background: -webkit-linear-gradient(top, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
	    background: -o-linear-gradient(top, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
	    background: -ms-linear-gradient(top, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
	    background: linear-gradient(to bottom, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed9907', endColorstr='#e47022',GradientType=0 );
	    border-bottom-style: solid;
	    border-bottom-width: 3px;
	    border-bottom-color: #cd6121;
	    max-width: 1024px;
	    margin: auto;
	    margin-top: 54px;
	    width: 100%;
	}
	.vs-landing .head .title-detail {
	    font-size: 12px;
	    display: table;
	    padding: 0;
	    width: 100%;
	    text-transform: uppercase;
	}
	.vs-landing #header .head .title-detail .team-logo
	{
		display: none;
	}
	.vs-landing #header .head.player .title-detail .team-logo
	{
		display: block;
		position: relative;
    	float: left;
    	z-index: 1;
	}
	.vs-landing #header .head.player .title-detail .team-logo img 
	{
		background-color: white;
    	border-radius: 60px;
    	padding: 5px;
    	margin-left: 1px;
    	width: 100px;
	}
	.vs-landing .head .title-detail .team-logo img {
	    background-color: white;
	    border-radius: 60px;
	    padding: 5px;
	    margin-left: 10px;
	    width: 100px;
	}
	.vs-landing #header .head .title-detail .team-name {
	    float: left;
	    color: #FFFFFF;
	    display: table;
	    padding-top: 20px;
	    text-shadow: 0px 1px 1px #4d4d4d;
	    padding-left: 5px;
	    text-transform: uppercase;
    	font-weight: normal;
    	font-size: 1.1em;
	}
	.vs-landing #header .head .title-detail .team-name .pl-full
	{
		display: none;
	}
	.vs-landing #header .head .title-detail .eq
	{
		display: none;
	}
	.vs-landing #header .head .title-detail .team-name .team-more {
	    display: block;
	    padding-top: 25px;
	    color: #FFFFFF;
	    text-transform: none;
	    font-weight: normal;
	    font-size: 11px;
	}
	.vs-landing #header .head .title-detail .team-name .team-more .player-position
	{
		display: none;
	}
	/* MENU */
	.vs-landing #header .head .title-detail .comp
	{
		float: right;
    	margin-right: 18px;
    	position: relative;
    	z-index: 1;
    	padding-top: 32px;
	}
	.vs-landing #header .head .title-detail .comp .modal-open .i2Style
	{
    	font-weight: normal;
    	color: #CD6121;
    	font-weight: bold;
    	background: #FFFFFF;
    	border: 3px solid #CD6121;
    	box-shadow: 0px 0px 4px #ff5100;
    	-moz-box-shadow: 0px 0px 4px #ff5100;
    	-webkit-box-shadow: 0px 0px 4px #ff5100;
    	border-radius: 10px 10px 10px 10px;
    	-moz-border-radius: 10px 10px 10px 10px;
    	-webkit-border-radius: 10px 10px 10px 10px;
    	width: 148px;
    	padding: 10px 10px;
    	cursor: pointer;
    	margin: 0 auto;
    	text-transform: uppercase;
	}
	.vs-landing #header .head .title-detail .comp .wrapper-demo .wrapper-dropdown-2 {
    	position: relative;
    	width: 180px;
    	margin: 0 auto;
    	padding: 5px 15px;
    	display: inline-flex;
    	background: #fff;
    	border-left: 2px solid grey;
    	cursor: pointer;
    	outline: none;
    	color: #000;
	}
	.vs-landing #header .head .title-detail .comp .wrapper-demo .wrapper-dropdown-2 .menu-mobile div 
	{
  		width: 25px;
  		height: 3px;
  		background-color: #333;
  		margin: 3px 0;
  		transition: 0.4s;
	}
	.vs-landing #header .head .title-detail .comp .wrapper-demo .wrapper-dropdown-2 .title
	{
	  padding-right: 5px;
	  display: inline-flex;
	  align-items: center;
	  width: 100%;
	  font-size: 15px;
	}
	.vs-landing #header .head .title-detail .comp .wrapper-demo .wrapper-dropdown-2:after {
	    width: 0;
	    height: 0;
	    position: absolute;
	    right: 16px;
	    top: 50%;
	    margin-top: -3px;
	    border-width: 6px 6px 0 6px;
	    border-style: solid;
	    border-color: grey transparent;
	}
	.vs-landing .head.game .title-cab 
	{
		display: table;
		padding: 10px;
    	font-size: 11px;
    	color: #ffffff;
    	text-transform: uppercase;
    	font-weight: normal;
    	font-family: dinbek_blackblack;
    	width: 100%;
	}
	.vs-landing .head.game .title-cab a 
	{
		color: #FFFFFF;
		font-weight: normal;
	}
	.vs-landing #header .head.game .title-cab .i2Style
	{
	    color: #CD6121;
	    font-weight: bold;
	    background: #FFFFFF;
	    border: 3px solid #CD6121;
	    box-shadow: 0px 0px 4px #ff5100;
	    -moz-box-shadow: 0px 0px 4px #ff5100;
	    -webkit-box-shadow: 0px 0px 4px #ff5100;
	    border-radius: 10px 10px 10px 10px;
	    -moz-border-radius: 10px 10px 10px 10px;
	    -webkit-border-radius: 10px 10px 10px 10px;
	    width: 100%;
	    padding: 10px 10px;
	    cursor: pointer;
	    margin: 0 auto;
	    text-transform: uppercase;
	}
	.vs-landing .wrapper-dropdown-2 .dropdown {
	    position: absolute;
	    top: 100%;
	    left: -2px;
	    right: 0px;
	    background: white;
	    -webkit-transition: all 0.3s ease-out;
	    -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	    -o-transition: all 0.3s ease-out;
	    transition: all 0.3s ease-out;
	    list-style: none;
	    opacity: 0;
	    pointer-events: none;
	}
	.vs-landing .wrapper-dropdown-2 .dropdown li a {
	    display: block;
	    text-decoration: none;
	    color: #333;
	    border-left: 2px solid;
	    padding: 10px;
	    -webkit-transition: all 0.3s ease-out;
	    -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	    -o-transition: all 0.3s ease-out;
	    transition: all 0.3s ease-out;
	    font-size: 15px;
	}
	
	.vs-landing .wrapper-dropdown-2.active .dropdown {
    	opacity: 1;
    	pointer-events: auto;
    	z-index: 2;
	}
	/* MENU */
	.vs-landing #header .head .title-detail .team-line {
	    position: relative;
	    height: 20px;
	    background-color: #cd6121;
	    top: 38px;
	    border-bottom-width: 1px;
	    border-bottom-color: #FFFFFF;
	    border-bottom-style: solid;
	    border-top-width: 1px;
	    border-top-color: #FFFFFF;
	    border-top-style: dotted;
	}
	.vs-landing #header .head .title-detail .dmc-but
	{
		float: none;
    	position: inherit;
    	top: 22px;
	}
	.vs-landing #header .head .title-detail .dmc-but .i2Style
	{
	    color: #CD6121;
	    font-weight: bold;
	    background: #FFFFFF;
	    border: 3px solid #CD6121;
	    box-shadow: 0px 0px 4px #ff5100;
	    -moz-box-shadow: 0px 0px 4px #ff5100;
	    -webkit-box-shadow: 0px 0px 4px #ff5100;
	    border-radius: 10px 10px 10px 10px;
	    -moz-border-radius: 10px 10px 10px 10px;
	    -webkit-border-radius: 10px 10px 10px 10px;
	    width: 100%;
	    padding: 10px 10px;
	    cursor: pointer;
	    margin: 0 auto;
	    text-transform: uppercase;
	}
	/* MENU EPOCAS */
	.vs-landing #header .head-menu 
	{
		width: 100%;
    	background: #f5f5f5;
    	margin-bottom: 10px;
    	margin-top: 10px;
	}
	.vs-landing #header .head-menu ul 
	{
		list-style-type: none;
    	margin: 0;
    	padding: 0;
    	overflow: hidden;
    	width: 100%;
    	background: #f5f5f5;
    	border-top: solid 2px #e5751f;
    	border-bottom: solid 2px #e5751f;
	}
	.vs-landing #header .head-menu ul li 
	{
		float: left;
	}
	.vs-landing #header .head-menu ul li a 
	{
		display: block;
    	color: #1f1f1f;
    	text-align: center;
    	font-size: 1em;
    	padding: 14px 34px;
    	text-decoration: none;
	}
	.vs-landing #header .head-menu ul li a:hover
	{
		background-color: #1f1f1f;
  		color: #FFFFFF;
	}
	.vs-landing #header .head-menu ul li.active
	{
		background-color: #1f1f1f;
    	background-image: url(/video/images/arrow_up.png);
    	background-repeat: no-repeat;
    	background-position: bottom;
	}
	.vs-landing #header .head-menu ul li.active a 
	{
		color: #cd6121;
	}
	
	/* Menu Epocas */
	.vs-landing #header .head-menu ul li:nth-of-type(1):nth-last-of-type(2),
	.vs-landing #header .head-menu ul li:nth-of-type(2):nth-last-of-type(1){width: 50%;}

	/* se forem 4 */
	.vs-landing #header .head-menu ul li:nth-of-type(1):nth-last-of-type(6),
	.vs-landing #header .head-menu ul li:nth-of-type(2):nth-last-of-type(5),
	.vs-landing #header .head-menu ul li:nth-of-type(3):nth-last-of-type(4),
	.vs-landing #header .head-menu ul li:nth-of-type(4):nth-last-of-type(3),
	.vs-landing #header .head-menu ul li:nth-of-type(5):nth-last-of-type(2),
	.vs-landing #header .head-menu ul li:nth-of-type(6):nth-last-of-type(1){width: 50%;}

	/* MENU EPOCAS */
	.vs-landing #header .game-jorns {
	    width: 100%;
	    background-color: #ccc;
	    margin: auto;
	    padding-left: 25px;
	    padding-right: 25px;
	}
	.vs-landing #header .game-jorns #owl-jorns .item
	{
		margin: 3px;
	}
	.vs-landing #header .game-jorns #owl-jorns .item a {
	    display: block;
	    border-bottom-color: #FFFFFF;
	    border-bottom-style: solid;
	    border-bottom-width: 3px;
	    background-color: #CD6121;
	    text-transform: uppercase;
	    color: #FFFFFF;
	    text-align: center;
	    text-decoration: none;
	    font-size: 0.8em;
	    padding: 3px;
	    padding-top: 16px;
    	padding-bottom: 16px;
	}
	.vs-landing #header .game-jorns #owl-jorns .owl-item.synced .item a
	{
	  	background-color: #000000;
	  	color: #FFFFFF;
	  	border-bottom-color: #e77a2a;
	  	border-bottom-style: solid;
	  	border-bottom-width: 3px;
	}
	.vs-landing #header .game-jorns #owl-jorns .item a:hover
	{
		border-bottom-color: #e77a2a;
    	border-bottom-style: solid;
    	border-bottom-width: 3px;
	}
	.owl-theme .owl-controls .owl-buttons div {
	  position: absolute;
	  padding: 0 !important;
	}
	.owl-theme .owl-controls .owl-pagination
	{
		display: none;
	}
	.owl-theme .owl-controls .owl-buttons .owl-prev {
	    left: -22px;
	    top: 4px;
	    border-radius: 0;
	    margin: 0;
	    padding-bottom: 12px !important;
	    padding-top: 12px !important;
	}
	.owl-theme .owl-controls .owl-buttons .owl-next {
	    right: -22px;
	    top: 4px;
	    border-radius: 0;
	    margin: 0;
	    padding-bottom: 12px !important;
	    padding-top: 12px !important;
	}
	.vs-landing #header #dmc-resumo
	{
		position: relative;
    	background-color: #FFFFFF;
    	color: #FFFFFF;
    	font-family: dinbek_blackblack;
    	border-bottom-style: solid;
    	border-bottom-width: 1px;
    	border-bottom-color: #cd6121;
    	font-weight: normal;
    	border-top-style: solid;
    	border-top-width: 1px;
    	border-top-color: #cd6121;
    	margin: auto;
    	width: 98%;
	}
	.vs-landing #header #dmc-resumo table
	{
		width: 100%;
    	padding: 0px !important;
	}
	.vs-landing #header #dmc-resumo table span.team-name {
	    text-align: center;
	    font-weight: bold;
	    color: #222222;
	    font-size: 1em;
	    text-transform: uppercase;
	}
	.vs-landing #header #dmc-resumo table span.team-plus
	{
		color: #aeaeae;
	}
	.vs-landing #header #dmc-resumo td.team-cruz {
	    color: #aeaeae;
	    font-size: 1.5em;
	}
	.vs-landing #header #dmc-resumo table td.dmc-resul {
	    text-align: center;
	    color: #000000;
	    height: 20px;
	    font-size: 30px;
	}
	.vs-landing #header .slider-players
	{
		background: #f2f2f2;
    	padding-top: 5px;
    	padding-bottom: 5px;
    	margin-top: 4px;
    	width: 100%;
    	margin: auto;
	}
	.vs-landing #header .slider-players #owl-player .item
	{
		margin-right: 3px;
	}
	.vs-landing #header .slider-players #owl-player .item a 
	{
		display: block;
    	border-bottom-color: #FFFFFF;
    	border-bottom-style: solid;
    	border-bottom-width: 3px;
    	background-color: #CD6121;
    	text-transform: uppercase;
    	color: #FFFFFF;
    	text-align: center;
    	text-decoration: none;
    	border-top-left-radius: 0.5em;
    	border-top-right-radius: 0.5em;
    	font-size: 0.7em;
    	padding-bottom: 3px;
	}
	.vs-landing #header .slider-players #owl-player .item a div 
	{
		padding: 5px 0px 5px 0px;
	}
	.vs-landing #header .slider-players #owl-player .item a img 
	{
		display: block;
    	background-color: white;
    	border-radius: 60px;
    	padding: 5px;
    	margin-left: 1px;
    	width: 100px;
    	height: 100px;
    	margin: auto;
	}
	.vs-landing #header .player-stats
	{
		background-color: #FFFFFF;
    	-moz-box-shadow: inset 0px 0px 1em #888;
    	-webkit-box-shadow: inset 0px 0px 1em #888;
    	font-size: 12px;
    	color: #aeaeae;
    	display: table;
    	width: 100%;
    	margin: auto;
	}
	.vs-landing #header .player-stats .left-arrow.player-rteam
	{
		text-align: center;
    	float: right;
    	display: inline-block;
    	position: relative;
    	background: #DADADA;
    	padding: 15px;
    	color: #222222;
    	text-transform: uppercase;
	}
	.vs-landing #header .player-stats .left-arrow.player-rteam a 
	{
		text-decoration: none;
    	color: #222222;
	}
	.vs-landing #header .player-stats .left-arrow:after
	{
		content: '';
    	display: block;
    	position: absolute;
    	right: 100%;
    	top: 50%;
    	margin-top: -10px;
    	width: 0;
    	height: 0;
    	border-top: 10px solid transparent;
    	border-right: 10px solid #DADADA;
    	border-bottom: 10px solid transparent;
    	border-left: 10px solid transparent;
	}
	.vs-landing #header .player-stats .player-kit
	{
		display: none;
	}
	.vs-landing #header .player-stats div .player-dt, .vs-landing #header .player-stats div .player-nc
	{
		display: block;
	}
	.vs-landing #header .player-stats div .player-videos
	{
		background-image: url(//embd.vsports.pt/liga/css/skin-vsports/icon-video-currently-playing.png);
    	background-size: contain;
    	background-repeat: no-repeat;
    	background-position: right;
    	display: table;
    	width: 75px;
    	margin-top: 8px;
    	color: #000000;
	}
	.vs-landing #header .searchBox {
	    position: relative;
	    padding: 10px;
	    background-color: #FFFFFF;
	    color: #FFFFFF;
	    font-family: dinbek_blackblack;
	}
	.vs-landing #header .searchBox input.pesquisa {
	    box-sizing: border-box;
	    width: 100%;
	    border: 1px solid #999;
	    background: #fff;
	    padding: 11.6px;
	}
	.vs-landing #header .searchBox input.btn 
	{
		height: 40px;
	    padding: 0 10px;
	    border: none;
	    color: #fff;
	    position: absolute;
	    top: 10px;
	    right: 9px;
	    background-color: #555;
	    cursor: pointer;
	}
	.vs-landing #header .searchBox input.btn.disabled
	{
		cursor: default;
		background-color: #CCCCCC;
	}
	.vs-landing #header .searchBox #results {
		width: 100%;
	}	
	.vs-landing .body
	{
    	font-size: 1.2em;
    	text-align: center;
    	background-color: #F0F0F0;
    	padding-top: 10px;
	}
	.vs-landing .body .bottom-detail {
	    position: relative;
	    width: 100%;
	    display: inline-block;
	    top: -25px;
	}
	.vs-landing .video-js
	{
		text-align: left;
	}
	.video-js button.vjs-big-play-button {
	    display: none;
	    bottom: 10px;
	    right: 10px;
	    width: 1.5em !important;
	    top: inherit;
	    left: inherit;
	}
	.vs-landing .body .middle, .vs-landing .body .bottom-detail .more-videos {
	    padding-top: 0;
	    margin-bottom: 0;
	}
	.vs-landing .body .middle, .vs-landing .body .bottom {
    	position: relative;
    	width: 98%;
    	display: inline-block;
	}
	/* Youtube */
	.vs-landing .body .bottom .more-videos .container-vsports .thumbs-carousel
    {
        width: 100%;
        position: relative;
        margin: 0 auto;
    }   
    .vs-landing .body .bottom .more-videos .container-vsports .thumbs-carousel .slick-prev:before, .vs-landing .body .bottom .more-videos .container-vsports .thumbs-carousel .slick-next:before
    {
        color: #c13636 !important;
        font-family: FontAwesome;
        font-size: 30px;
    }
    .vs-landing .body .bottom .more-videos .container-vsports .thumbs-carousel .slick-next
    {
        right: 10px;
    }
    .vs-landing .body .bottom .more-videos .container-vsports .thumbs-carousel .slick-next:before {
        content: "\f138";
    }
    .vs-landing .body .bottom .more-videos .container-vsports .thumbs-carousel .slick-prev
    {
        z-index: 1;
        left: 8px;
    }
    .vs-landing .body .bottom .more-videos .container-vsports .thumbs-carousel .slick-prev:before {
        content: "\f137";
    }
    .vs-landing .body .bottom .more-videos .container-vsports .thumbs-carousel .slick-slide {
      background: white;
      margin: 2px;
    }
    .vs-landing .body .bottom .more-videos .container-vsports .thumbs-carousel .slick-prev, .vs-landing .body .bottom .more-videos .container-vsports .thumbs-carousel  .slick-next
    {
        display: none !important;
        top: 68%;
    }
    .vs-landing .body .bottom .more-videos .container-vsports .thumbs-carousel h3
    {
        margin-top: 0;
    }
    .vs-landing .body .bottom .more-videos .container-vsports .thumbs-carousel h3.foto
    {
        border-radius: 3px;
        background-color: transparent;
        overflow: hidden;
        position: relative;
    }
    .vs-landing .body .bottom .more-videos .container-vsports .thumbs-carousel .slick-slide img
    {
        /*border-radius: 5px;*/
    }
    .vs-landing .body .bottom .more-videos .container-vsports .thumbs-carousel .slick-slide img.thumb-foto 
    {
        transition: transform .5s;
    }
    .vs-landing .body .bottom .more-videos .container-vsports .thumbs-carousel .slick-slide img.thumb-foto:hover
    {
        transform: scale(1.2);
        filter: brightness(60%);
        -webkit-filter: brightness(60%);
        -moz-filter: brightness(60%);
    }
    .vs-landing .body .bottom .more-videos .container-vsports .thumbs-carousel .slick-slide .item .title-text {
        color: #222222;
        text-transform: uppercase;
        font-weight: bold;
        padding: 0 20px 0 20px;
        font-size: 0.7em;
    }
     .vs-landing .body .bottom .more-videos .container-vsports .thumbs-carousel .slick-slide .item .desc-text {
        padding-top: 5px;
        padding-bottom: 5px;
        color: rgba(17, 17, 17, 0.6);
        font-size: 0.8em;
        text-transform: uppercase;
    }
    .vs-landing .body .bottom .more-videos .container-vsports .thumbs-carousel .slick-slide .fa-youtube-play:before {
        content: "\f16a";
        font-size: 30px;
        color: #e60000;
    }
    .vs-landing .body .bottom .more-videos .container-vsports .thumbs-carousel .slick-slide .item .author {
        display: block;
        text-align: center;
        width: 100%;
        position: relative;
    }
    .vs-landing .body .bottom .more-videos .container-vsports .thumbs-carousel .slick-slide .item .author img {
        border: 2px solid rgba(255,255,255,.84);
        border-radius: 50%;
        height: 57px;
        margin: 0 auto;
        moz-border-radius: 50%;
        webkit-border-radius: 50%;
        width: 57px;
        background-color: #fff;
        margin-top: -33px;
    }
    .vs-landing .body .bottom .more-videos .container-vsports .thumbs-carousel .slick-slide .item .title {
        color: rgba(54,54,54,1);
        font-size: 15px;
        height: 60px;
        line-height: 1.4;
        position: relative;
        right: 0;
        text-align: Center;
        top: 7px;
        width: 100%;
    }
    .vs-landing .body .bottom .more-videos .container-vsports .thumbs-carousel .slick-slide .item .mediaicon {
        bottom: 3px;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        right: 0;
        text-align: center;
    }
    .vs-landing .body .bottom .more-videos .container-vsports .thumbs-carousel .slick-slide .item .mediaicon a {
        color: rgba(245,140,44,.84);
        display: block;
        font-size: 21px;
        text-decoration: none;
    }
    .vs-landing .body .bottom .more-videos .container-vsports .thumbs-carousel .slick-slide .icon-youtube-play:before {
        content: 'Ã®Â¨Â¤';
    }
    .vs-landing .body .bottom .more-videos .container-vsports .thumbs-carousel .slick-slide a.link:hover
    {
        text-decoration: none;
    }
    /* youtube */
	.vs-landing .body .middle #dmc-icon-open, #dmc-icon-open {
	    visibility: hidden;
	    position: relative;
	}
	.vs-landing .body .middle #dmc-icon-open a img, #dmc-icon-open a img
	{
		float: left;
    	width: 5%;
    	height: auto;
    	background: rgba(0,0,0,0.7);
    	border-radius: .25em;
    	background-size: 100%;
    	position: absolute;
    	bottom: 40px;
    	right: 3%;
    	margin: auto;
    	min-width: 30px;
    	border: 0;
    	padding: 5px;
	}
	.vs-landing .body .middle #time-logo, #time-logo
	{
		position: relative;
	}
	.vs-landing .body .middle #time-logo div, #time-logo div {
	    float: left;
	    width: inherit;
	    height: auto;
	    background: rgb(228, 112, 34);
	    border-radius: .25em;
	    background-size: 100%;
	    position: absolute;
	    bottom: 10px;
	    right: 1%;
	    margin: auto;
	    min-width: 30px;
	    border: 0;
	    padding: 5px;
	    display: flex;
	}
	.vs-landing .body .middle #time-logo div span, #time-logo div span {
	    display: flex;
	    align-items: center;
	    color: white;
	}
	.vs-landing .body .middle .legend .subtitle, .vs-landing .body .middle .legend .title, .vs-landing .body .middle .legend .player, .vs-landing .body .middle .legend .desc
	{
		font-size: 14px;
    	font-weight: normal;
    	color: #222222;
    	text-align: left;
    	text-transform: uppercase;
    	padding-left: 10px;
    	padding-right: 10px;
	}
	.vs-landing .body .middle .legend .title
	{
		font-size: 24px;	
	}
	.vs-landing .body .middle .legend .desc
	{
		color: #aeaeae;
		text-transform: none;
	}
	.vs-landing .body .middle .legend .player a 
	{
		color: #E5761E;
    	font-size: 12px;
    	text-transform: uppercase;
    	text-decoration: none;
	}
	.vs-landing .body .middle .txt_share {
	    float: left;
	    padding-left: 10px;
	    padding-right: 10px;
	    padding-top: 20px;
	    padding-bottom: 20px;
	    font-weight: normal;
	    font-size: 14px;
	    color: #000000;
	    display: flex;
	    width: 100%;
	}
	.vs-landing .body .middle .txt_share .share-buttons {
	    float: left;
	    width: 40%;
	    display: flex;
	}
	.vs-landing .body .middle .txt_share .share-embed {
	    float: left;
	    width: 60%;
	    display: flex;
	    border-left-style: solid;
	    border-left-width: 1px;
	    border-left-color: #aeaeae;
	    padding-bottom: 10px;
	    padding-left: 20px;
	}
	.vs-landing .body .middle .txt_share .share-embed .share-code {
	    width: 100%;
	    text-align: left;
	}
	.vs-landing .body .middle .txt_share .share-embed .share-code textarea {
		width: 100%;
    	background-color: #dcdada;
    	padding-top: 5px;
    	padding-bottom: 5px;
    	text-align: center;
    	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
    	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
    	-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	border-radius: 3px;
    	height: 70px;
    	color: #000000;
	}
	.vs-landing .body .bottom .more-videos .header-more
	{
		background: rgb(237,153,7);
	    background: -moz-linear-gradient(top, rgba(237,153,7,1) 0%, rgba(228,112,34,1) 100%);
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,153,7,1)), color-stop(100%,rgba(228,112,34,1)));
	    background: -webkit-linear-gradient(top, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
	    background: -o-linear-gradient(top, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
	    background: -ms-linear-gradient(top, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
	    background: linear-gradient(to bottom, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed9907', endColorstr='#e47022',GradientType=0 );
	    border-bottom-style: solid;
	    border-bottom-width: 3px;
	    border-bottom-color: #cd6121;
	    font-size: 16px;
	    font-weight: normal;
	    color: #FFFFFF;
	    text-transform: uppercase;
	    text-align: left;
	    padding: 10px 20px 10px 20px;
	}
	/* Novo conceito */
	.vs-landing .body .bottom .more-videos .header-space
	{
		clear: both;
		padding-bottom: 5px;
	}
	.vs-landing .body .bottom .more-videos .header-list, .vs-landing .body .bottom-detail .more-videos .header-list
	{
		background: rgb(237,153,7);
	    background: -moz-linear-gradient(top, rgba(237,153,7,1) 0%, rgba(228,112,34,1) 100%);
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,153,7,1)), color-stop(100%,rgba(228,112,34,1)));
	    background: -webkit-linear-gradient(top, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
	    background: -o-linear-gradient(top, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
	    background: -ms-linear-gradient(top, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
	    background: linear-gradient(to bottom, rgba(237,153,7,1) 0%,rgba(228,112,34,1) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed9907', endColorstr='#e47022',GradientType=0 );
	    border-bottom-style: solid;
	    border-bottom-width: 3px;
	    border-bottom-color: #cd6121;
	    font-size: 16px;
	    font-weight: normal;
	    color: #FFFFFF;
	    text-transform: uppercase;
	    text-align: left;
	    padding: 10px 20px 10px 20px;
	    clear: both;
	}
	.vs-landing .body .bottom .more-videos .header-list.blue
	{
		background: rgba(73,155,234,1);
		background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(0,54,112,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(0,54,112,1)));
		background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(0,54,112,1) 100%);
		background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(0,54,112,1) 100%);
		background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(0,54,112,1) 100%);
		background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(0,54,112,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#003670', GradientType=0 );
	    border-bottom-color: #003670;
	}
	.vs-landing .body .bottom .more-videos .header-list.green
	{
		background: rgba(98,125,77,1);
		background: -moz-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(98,125,77,1)), color-stop(100%, rgba(31,59,8,1)));
		background: -webkit-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
		background: -o-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
		background: -ms-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
		background: linear-gradient(to bottom, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08', GradientType=0 );
	    border-bottom-color: #1f3b08;
	}
	.vs-landing .body .bottom .more-videos .header-list.last, .vs-landing .body .bottom-detail .more-videos .header-list.last
	{
		background: -moz-linear-gradient(270deg, rgba(255,0,0,1) 0%, rgba(112,0,0,1) 100%); /* ff3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,0,0,1)), color-stop(100%, rgba(112,0,0,1))); /* safari4+,chrome */
		background: -webkit-linear-gradient(270deg, rgba(255,0,0,1) 0%, rgba(112,0,0,1) 100%); /* safari5.1+,chrome10+ */
		background: -o-linear-gradient(270deg, rgba(255,0,0,1) 0%, rgba(112,0,0,1) 100%); /* opera 11.10+ */
		background: -ms-linear-gradient(270deg, rgba(255,0,0,1) 0%, rgba(112,0,0,1) 100%); /* ie10+ */
		background: linear-gradient(180deg, rgba(255,0,0,1) 0%, rgba(112,0,0,1) 100%); /* w3c */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#700000',GradientType=0 ); /* ie6-9 */
	    border-bottom-color: #700000;
	}
	.vs-landing .body .bottom-detail .more-videos {
		display: table;
		background: #f2f2f2;
    	font: 12px/20px Arial, Helvetica, sans-serif;
    	padding: 0px;
    	width: 100%;
	}
	.vs-landing .body .bottom-detail .more-videos ul, .vs-landing .body .bottom .more-videos &gt; ul {
		width: 100%;
		display: block;
		list-style: none;
		list-style-image: none;
		position: relative;
		margin: 0;
		padding: 0;
	}
	.vs-landing .body .bottom-detail .more-videos ul li, .vs-landing .body .bottom .more-videos &gt; ul &gt; li {
		clear: both;
		border: 1px solid #DADADA;
    	border-radius: 4px;
	}
	.vs-landing .body .bottom .more-videos &gt; ul &gt; li.container, .vs-landing .body .bottom-detail .more-videos &gt; ul &gt; li.container
	{
		overflow: auto;
		margin-top: 5px;
		float:none;
    	width: auto;
    	top: 5px;
    	background-color: #FFFFFF;
	}
	.vs-landing .body .bottom .more-videos &gt; ul &gt; li.container::-webkit-scrollbar-track, .vs-landing .body .bottom-detail .more-videos &gt; ul &gt; li.container::-webkit-scrollbar-track 
	{
	    background-color: #FFF;
	}
	.vs-landing .body .bottom .more-videos &gt; ul &gt; li.container::-webkit-scrollbar, .vs-landing .body .bottom-detail .more-videos &gt; ul &gt; li.container::-webkit-scrollbar
	{
	    width: 3px;
	    background: #FFF;
	}
	.vs-landing .body .bottom .more-videos &gt; ul &gt; li.container::-webkit-scrollbar-thumb, .vs-landing .body .bottom-detail .more-videos &gt; ul &gt; li.container::-webkit-scrollbar-thumb 
	{
	    background: #000;
	}
	.vs-landing .body .bottom .more-videos &gt; ul &gt; li.container-pub
	{
		display: flex;
		align-items: center;
		margin-top: 5px;
		float:none;
    	width: auto;
    	top: 5px;
    	background-color: #FFFFFF;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a, .vs-landing .body .bottom .more-videos &gt; ul &gt; li &gt; a
	{
    	position: relative;
    	display: block;
    	outline: none;
    	height: 75px;
    	margin: 0;
    	padding: 0;
    	font-size: 14px;
    	line-height: 1.2em;
    	text-align: left;
    	text-decoration: none;
    	background-color: #ffffff;
    	color: #aeaeae;
    	border-bottom-style: solid;
    	border-bottom-width: 1px;
    	border-bottom-color: #e77a2a;

    	/* FLEX */
    	display: flex;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a, .vs-landing .body .bottom .more-videos &gt; ul &gt; li &gt; a.thumb
	{
		height: auto;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .player-foto img, .vs-landing .body .bottom .more-videos ul li a .game-image img.thumb-golo
	{
		width: 100%;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .player-foto, .vs-landing .body .bottom .more-videos ul li a .game-image.big 
	{
		box-shadow: 0 2px 2px hsla(0,0%,6.7%,.2);
		background-color: #FFFFFF;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .player-foto, .vs-landing .body .bottom .more-videos ul li a .game-image.big .header
	{
		font-size: 14px;
		font-weight: normal;color: #222222;
		text-align: left;
		text-transform: uppercase;
		padding: 10px;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .player-foto, .vs-landing .body .bottom .more-videos ul li a .game-image.big .header img 
	{
		width: 20px;
		height: auto;
		vertical-align: middle;
	}
	.vs-landing .body .bottom-detail .more-videos.ultimos ul li a .player-foto, .vs-landing .body .bottom-detail .more-videos ul li a .player-foto
	{
		width: inherit;
		padding: 0;
	}

	.vs-landing .body .bottom-detail .more-videos ul li a #time-logo-li, .vs-landing .body .bottom .more-videos ul li a #time-logo-li
	{
		display: none;
	}
	.vs-landing .body .bottom-detail .more-videos ul li.active a, .vs-landing .body .bottom .more-videos &gt; ul &gt; li.active &gt; a
	{
		background: rgba(191, 191, 191, 0.6);	
	}
	.vs-landing .body .bottom-detail .more-videos ul li a:hover, .vs-landing .body .bottom .more-videos &gt; ul &gt; li &gt; a:hover
	{
		background-color: #c8c8c8;
		border: 1px solid #e77a2a;
    	border-radius: 4px;
    	color: #000000;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .eqs
	{
		height: 100%;
    	padding: 0;
    	float: left;
    	width: 30%;
    	padding-top: 16px;
    	background: #E6E6E6;
    	text-align: center;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .player-foto, .vs-landing .body .bottom .more-videos ul li a .game-image
	{
		float: left;
		/*width: 40%;*/
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .player-foto img, .vs-landing .body .bottom .more-videos ul li a .game-image img 
	{
		width: 128px;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .player-resume, .vs-landing .body .bottom .more-videos ul li a .game-resume
	{
		float: left;
		/*width: 60%;*/
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .player-resume .epoca
	{
		color: #aeaeae;
	    font-size: 12px;
	    text-decoration: none;
	    font-weight: bold;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .player-resume .game-data
	{
		letter-spacing: 0;
		color: #707070;
		font-size: 14px;
		font-weight: normal;
		text-transform: uppercase;
		padding-top: 0;
		display: block;
		clear: both;
		display: none;
	}
	.vs-landing .body .bottom .more-videos ul li a .game-resume .epoca
	{
		color: #aeaeae;
		font-size: 12px;
		text-decoration: none;
		font-weight: bold;
	}
	.vs-landing .body .bottom .more-videos ul li a .game-resume .game-data
	{
		display: none;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .eqs div 
	{
		float: left;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .eqs .Hteam, .vs-landing .body .bottom-detail .more-videos ul li a .eqs .Ateam
	{
		width: 35%;
    	text-align: center;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .eqs .Hteam img, .vs-landing .body .bottom-detail .more-videos ul li a .eqs .Ateam img
	{
		width: 40px;
    	border: 0;
    	position: inherit;
    	height: inherit;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .eqs .versus
	{
		width: 20%;
    	text-align: center;
    	height: 50px;
    	padding-top: 20px;
    	color: #000000;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .game-info
	{
		float: left;
    	width: 70%;
    	padding-left: 2px;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .game-info .vimtext
	{
		/*padding-top: 5px;
    	text-overflow: ellipsis;
    	overflow: hidden;
    	white-space: nowrap;*/
    	display: table;
    	table-layout: fixed;
    	width: 100%;
    	white-space: nowrap;
	}
	/*.vs-landing .body .bottom-detail .more-videos ul li a .game-info .vimtext span, */.vs-landing .body .bottom-detail .more-videos ul li a .player-resume .vimtext span, .vs-landing .body .bottom .more-videos ul li a .game-resume .vimtext span 
	{
		display: table-cell;
    	overflow: hidden;
    	text-overflow: ellipsis;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .game-info .vimtext .game-jorn:before
	{
		content: " - ";
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .player-resume .vimtext, .vs-landing .body .bottom .more-videos ul li a .game-resume .vimtext
	{
		/*max-width: 190px;
    	text-overflow: ellipsis;
    	overflow: hidden;
    	white-space: nowrap;*/
    	/*display: table;
    	table-layout: fixed;
    	width: 100%;
    	white-space: nowrap;*/

    	display: -webkit-box;
	    max-width: 100%;
	    height: 38px;
	    line-height: 1.3;
	    margin: 0 auto;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .game-info .vimtitle, .vs-landing .body .bottom-detail .more-videos ul li a .player-resume .vimtitle, .vs-landing .body .bottom .more-videos ul li a .game-resume .vimtitle
	{
		width: 100%;
		padding: 6px 20px 0 0px;
    	/*padding-bottom: 10px;	*/
    	font-size: 14px;
    	font-weight: bold;
    	color: #222222;
    	text-transform: uppercase;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .game-info .vimtitle .left
	{
		float: left;
    	font-size: 1em;
    	width: 90%;
    	line-height: 1;
    	font-weight: normal;
    	height: auto;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .game-info .vimtitle .right
	{
		float: right;
	    font-size: 1em;
    	width: 10%;
	    line-height: 1;
	    font-weight: normal;
	    height: auto;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .game-info .vimtitle .game-data
	{
		letter-spacing: 0;
    	color: #707070;
    	font-size: 11px;
    	font-weight: normal;
    	padding-top: 0;
    	display: block;
    	clear: both;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .game-info .vimtitle .game-data .game-fdate
	{
		display: none;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .game-info .n-videos
	{
		display: none;
	}
	.vs-landing .body .bottom-detail .pub-lojas.mrec
	{
		background-color: #FFFFFF;
		display: inherit; 
		width: 100%;
		padding-bottom: 0;
		margin-top: 0;
	}
	.vs-landing .body .bottom-detail .pub-lojas.mrec .pub-margin
	{
		width: 100%;
		display: inherit;
	}
	.vs-landing .body .bottom-detail .pub-lojas.mrec .pub-margin.border
	{
		border: 0;
	}
	.vs-landing .body .bottom-detail .pub-lojas.mrec .pub-margin .pub-content
	{
		width: 100%;
	}
	.vs-landing .body .bottom-detail .pub-lojas.mrec .pub-margin.border .pub-content
	{
		width: 100%;
	}
	.vs-landing .body .bottom-detail .pub-lojas img.pub-promo
	{
		width: 80%;
		padding-top: 50px;
		padding-bottom: 30px;
		background: transparent;
	}
	.vs-landing .body .bottom-detail .pub-lojas a
	{
		display: inline;
	}
	.vs-landing .body .bottom-detail .pub-lojas .pub-title.responsive
	{
		font-size: 1em;
		padding-top: 10px;
	}
	.vs-landing #templatemo_footer_wrapper
	{
		display: none;
	}	     

	/* SOCIAL */
	.header-fixed a {
	  float: left;
	}
	.follow
	{
	  float: right;
	  width: 28%;
	  text-align: right;
	}
	.follow-image
	{
	  text-align: center;
	  padding: 10px;
	  display: inline-block;
	  padding-top: 20px;
	}
	.follow-image a 
	{
	  background: transparent !important;
	  float: left;
	  width: unset !important;
	  height: unset !important;
	  padding: 5px;
	}
	.follow img 
	{
	  width: 40px;
	  -webkit-transition: 1s linear;
	  transition: 1s linear;
	}
	.follow img:hover {
	  -webkit-transform: scale(1.15);
	          transform: scale(1.15);
	}
	.text-follow h2 {
	    display: flex;
	    width: 100%;
	    justify-content: center;
	    align-items: center;
	    text-align: center;
	    color: #FFF;
	    font-size: 12px;
	    font-weight: 400;
	    text-transform: uppercase;
	}

	.text-follow h2:before,
	.text-follow h2:after {
	    content: '';
	    border-top: 2px solid;
	    margin: 0 20px 0 0;
	    flex: 1 0 20px;
	}

	.text-follow h2:after {
	    margin: 0 0 0 20px;
	}
	.social-header-menu
	{
	  display: none;
	}
	.vs-landing #header .header-fixed
	  {
	    padding: 10px 10px;
	  }
	  .follow
	  {
	    float: right;
	    width: inherit;
	    text-align: right;
	  }
	  .follow-image
	  {
	    padding-top: 0;
	  }
	  .follow-image a
	  {
	    padding: 2px;
	  }
	  .follow img
	  {
	    width: 32px;
	  }
	#dialog
	{
		height: 300px !important;
		overflow: hidden;
		padding-left:0px !important;
		padding-right:0px !important;
	}
	#dialog iframe
	{
		height: 100%;
	}  
	#dialog{
		width: 100%;
	}
	/* Lazy */
	.b-lazy {
        -webkit-transition: opacity 500ms ease-in-out;
           -moz-transition: opacity 500ms ease-in-out;
             -o-transition: opacity 500ms ease-in-out;
                transition: opacity 500ms ease-in-out;
                 /*max-width: 100%;*/
                   opacity: 0;
    }
    .b-lazy.b-loaded {
                   opacity: 1;
    }
	
	.vs-landing .body .bottom .more-videos ul li a .game-resume
	{
		width: 60%;
	}
	.vs-landing .body .bottom .more-videos ul li a .game-image
	{
		width: 128px;
		background-color: #000000;
	}
	.vs-landing .body .bottom .more-videos ul li a .game-image.big
	{
		width: 100%;
	}
	/* Botoes */
	.header-fixed .follow
	  {
	    width: 54%;
	  }
	  .header-fixed .follow .follow-image
	  {
	    padding: 0;
	  }
	  .header-more
	  {
	    margin-top: 0;
	  }
}
 
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.vs-landing .head .title-detail {
	    font-size: 30px;
	    display: table;
	    padding: 0px 0px 0px 0px;
	    width: 100%;
	    text-transform: uppercase;
	}
	.vs-landing #header .head .title-detail .team-logo
	{
		position: relative;
		float: left;
		z-index: 1;
		padding-top: 10px;
	}
	.vs-landing .head .title-detail .team-logo img {
	    background-color: white;
	    border-radius: 60px;
	    padding: 5px;
	    margin-left: 10px;
	    width: 100px;
	}
	.vs-landing #header .head .title-detail .team-name {
	    float: left;
	    color: #FFFFFF;
	    display: table;
	    padding-top: 30px;
	    text-shadow: 0px 1px 1px #4d4d4d;
	    padding-left: 20px;
	    text-transform: uppercase;
    	font-weight: normal;
    	font-size: 0.8em;
	}
	.vs-landing #header .head.competition .title-detail .team-name {
	    font-size: 1.2em;
	    padding-top: 30px;
	}
	.vs-landing .head.game .title-cab, .vs-landing #header #dmc-resumo table span.team-name 
	{
		font-size: 1.5em;
	}
	.vs-landing #header .head .title-detail .team-name .team-more {
	    display: block;
	    padding-top: 25px;
	    color: #FFFFFF;
	    text-transform: none;
	    font-weight: normal;
	    font-size: 15px;
	}
	/* MENU */
	.vs-landing #header .head .title-detail .comp
	{
		float: right;
    	padding-right: 10px;
    	position: relative;
    	z-index: 1;
    	padding-top: 44px;
	}
	
	/* MENU */
	.vs-landing #header .head .title-detail .team-line {
	    position: relative;
	    height: 20px;
	    background-color: #cd6121;
	    top: 60px;
	    border-bottom-width: 1px;
	    border-bottom-color: #FFFFFF;
	    border-bottom-style: solid;
	    border-top-width: 1px;
	    border-top-color: #FFFFFF;
	    border-top-style: dotted;
	}
	/* MENU EPOCAS */
	.vs-landing #header .head-menu 
	{
		width: 100%;
    	background: #f5f5f5;
    	margin-bottom: 10px;
    	margin-top: 10px;
	}
	.vs-landing #header .head-menu ul 
	{
		list-style-type: none;
    	margin: 0;
    	padding: 0;
    	overflow: hidden;
    	width: 100%;
    	background: #f5f5f5;
    	border-top: solid 2px #e5751f;
    	border-bottom: solid 2px #e5751f;
	}
	.vs-landing #header .head-menu ul li 
	{
		float: left;
	}
	.vs-landing #header .head-menu ul li a 
	{
		display: block;
    	color: #1f1f1f;
    	text-align: center;
    	font-size: 1em;
    	padding: 14px 31.5px;
    	text-decoration: none;
	}
	/* MENU EPOCAS */
	.vs-landing #header .game-jorns #owl-jorns .item a {
	    display: block;
	    border-bottom-color: #FFFFFF;
	    border-bottom-style: solid;
	    border-bottom-width: 3px;
	    background-color: #CD6121;
	    text-transform: uppercase;
	    color: #FFFFFF;
	    text-align: center;
	    text-decoration: none;
	    font-size: 1em;
	    padding: 3px;
	}
	.vs-landing #header .game-jorns #owl-jorns .owl-item.synced .item a
	{
	  	background-color: #000000;
	  	color: #FFFFFF;
	  	border-bottom-color: #e77a2a;
	  	border-bottom-style: solid;
	  	border-bottom-width: 3px;
	}
	.owl-theme .owl-controls .owl-buttons div {
	  position: absolute;
	  padding: 0 !important;
	}
	.owl-theme .owl-controls .owl-buttons .owl-prev {
		padding-top: inherit !important;
		padding-bottom: inherit !important;
	    left: -22px;
	    top: 4px;
	    border-radius: 0;
	    margin: 0;
	}
	.owl-theme .owl-controls .owl-buttons .owl-next {
		padding-top: inherit !important;
		padding-bottom: inherit !important;
	    right: -22px;
	    top: 4px;
	    border-radius: 0;
	    margin: 0;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .eqs .Hteam img, .vs-landing .body .bottom-detail .more-videos ul li a .eqs .Ateam img
	{
		width: 50px;
    	border: 0;
    	position: inherit;
    	height: inherit;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .game-info .vimtitle
	{
		padding: 6px 20px 0 0px;
    	width: 100%;
    	padding-bottom: 10px;	
    	font-size: 14px;
    	font-weight: bold;
    	color: #222222;
    	text-transform: uppercase;
	}
	
	.vs-landing .body .bottom-detail .pub-lojas.mrec .pub-margin .pub-content
	{
		width: 100%;
	}
	.vs-landing .body .bottom-detail .pub-lojas.mrec .pub-margin.border .pub-content
	{
		width: 80%;
	}
	.vs-landing .body .bottom-detail .pub-lojas img.pub-promo
	{
		width: 80%;
		padding-top: 50px;
		padding-bottom: 30px;
		background: transparent;
	}
}
 
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	/* botoes */
	.header-fixed .follow .follow-image
	{
		padding: 10px;
	}
	.header-fixed .follow .follow-image .whatsup
	{
		display: none !important;
	}
	.social-header
	{
		display: none;
	}
	#container
	{
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
	} 
	.vs-landing #header
	{
		background-color: transparent;
	}
	.vs-landing #header .header-fixed {
		position: inherit;
		width: 100%;
		padding: 30px 10px 10px;
	    background: url(//www.vsports.pt/images/templatemo_header.png) bottom center no-repeat;
	    margin: auto;
	    display: inline-block;
	}
	.vs-landing #header .header-fixed a {
    	display: block;
    	background: url(//www.vsports.pt/images/logo.png) no-repeat center left;
    	background-size: cover;
    	width: 350px;
    	height: 88px;
	}
	.vs-landing #header #templatemo_menu {
	    display: table !important;
	    width: 100%;
	    height: 70px;
	    background: url(//www.vsports.pt/images/templatemo_menu.jpg) no-repeat;
	    background-size: cover;
	    -ms-behavior: url(backgroundsize.min.htc);
	    position: relative;
	    margin: auto;
	    border-bottom-width: 4px;
	    border-bottom-color: #e77a2a;
	    margin-bottom: 4px;
	}
	.vs-landing #header #templatemo_menu ul {
	    z-index: 100;
	    margin: 0;
	    padding: 0;
	    list-style-type: none;
	}
	.vs-landing #header #templatemo_menu ul li {
	    position: relative;
	    display: inline;
	    float: left;
	}
	.vs-landing #header #templatemo_menu ul li a {
	    display: block;
	    height: 50px;
	    padding: 32px 10px 0;
	    font-size: 15px;
	    color: #ffffff;
	    text-decoration: none;
	    font-weight: 400;
	    outline: none;
	    text-align: left;
	    background: url(//www.vsports.pt/images/templatemo_menu_divider.jpg) no-repeat right;
	}
	.vs-landing #header #templatemo_menu .social-header-menu
	{
		position: relative;
		z-index: 1;
		top: 30px;
		float: right;
		text-align: right;
	}
	.vs-landing #header .head
	{
		margin-top: 0;
	}
	.vs-landing #header .head.competition .title-detail .team-name {
	    padding-top: 16px;
	}
	
	/* Nao sei */
	.vs-landing #header .head-menu ul li:nth-of-type(1):nth-last-of-type(2),
	.vs-landing #header .head-menu ul li:nth-of-type(2):nth-last-of-type(1){width: auto;}

	/* se forem 4 */
	.vs-landing #header .head-menu ul li:nth-of-type(1):nth-last-of-type(6),
	.vs-landing #header .head-menu ul li:nth-of-type(2):nth-last-of-type(5),
	.vs-landing #header .head-menu ul li:nth-of-type(3):nth-last-of-type(4),
	.vs-landing #header .head-menu ul li:nth-of-type(4):nth-last-of-type(3),
	.vs-landing #header .head-menu ul li:nth-of-type(5):nth-last-of-type(2),
	.vs-landing #header .head-menu ul li:nth-of-type(6):nth-last-of-type(1){width: auto;}
	
	/* MENU EPOCAS */
	.vs-landing #header .head-menu ul li a 
	{
		display: block;
    	color: #1f1f1f;
    	text-align: center;
    	font-size: 1em;
    	padding: 14px 16px;
    	text-decoration: none;
	}
	/* MENU EPOCAS */
	.vs-landing #header #dmc-resumo
	{
		width: 100%;
	}
	.owl-theme .owl-controls .owl-pagination
	{
		display: inherit;
	}
	.vs-landing #header .head .title-detail .dmc-but
	{
		float: right;
    	position: relative;
    	z-index: 1;
    	top: 22px;
	}
	.vs-landing .body .bottom-detail {
	    position: relative;
	    width: 100%;
	    display: inline-block;
	    top: -25px;
	}
	.vs-landing .body .middle, .vs-landing .body .bottom-detail .more-videos {
	    padding-top: 0;
	    margin-bottom: 0;
	}
	.vs-landing .body .bottom .more-videos #time-logo-li, .vs-landing .body .bottom-detail .more-videos #time-logo-li, .vs-landing .body .bottom .more-videos ul li a #time-logo-li, .vs-landing .body .bottom-detail .more-videos ul li a #time-logo-li {
		display: block;
    	position: relative;
	}
	.vs-landing .body .bottom .more-videos #time-logo-li div, .vs-landing .body .bottom-detail .more-videos #time-logo-li div {
		float: left;
    	width: inherit;
    	height: auto;
    	background: rgb(228, 112, 34);
    	border-radius: .25em;
    	background-size: 100%;
    	position: absolute;
    	bottom: 10px;
    	right: 1%;
    	margin: auto;
    	min-width: 30px;
    	border: 0;
    	padding: 2px;
    	display: flex;
    	font-weight: normal;
    	font-style: normal;
    	font-family: Arial, Helvetica, sans-serif;
	}
	.vs-landing .body .bottom .more-videos #time-logo-li div span, .vs-landing .body .bottom-detail .more-videos #time-logo-li div span {
		display: flex;
    	align-items: center;
    	color: white;
    	font-size: 12px;
	}
	.vs-landing .body .bottom-detail .more-videos {
		display: table;
		background: #f2f2f2;
    	font: 12px/20px Arial, Helvetica, sans-serif;
    	padding: 0px;
	}
	.vs-landing .body .bottom-detail .more-videos ul li {
		clear: inherit;
		background-color: #fafafa;
    	width: 32.87%;
    	height: 355px;
    	position: relative;
    	float: left;
    	text-align: left;
    	margin-top: 5px;
    	margin-right: 5px;
    	border: 1px solid #DADADA;
    	border-radius: 4px;
	}
	.vs-landing .body .bottom .more-videos &gt; ul &gt; li {
		clear: inherit;
		background-color: #fafafa;
    	width: 32.86%;
    	height: 355px;
    	position: relative;
    	float: left;
    	text-align: left;
    	margin-top: 5px;
    	margin-right: 5px;
    	border: 1px solid #DADADA;
    	border-radius: 4px;
	}
	.vs-landing .body .bottom .more-videos &gt; ul &gt; li.active
	{
		box-shadow: 0 0 0 4px #e47023;
    	border-radius: unset;
	}
	/* youtube */
	 /* Youtube */
    .vs-landing .body .bottom .more-videos .container-vsports .thumbs-carousel .slick-prev, .vs-landing .body .bottom .more-videos .container-vsports .thumbs-carousel  .slick-next
    {
        display: block !important;
    }
	.vs-landing .body .bottom-detail .more-videos ul li:nth-child(3n+3), .vs-landing .body .bottom .more-videos ul li:nth-child(3n+3) {
    	margin-right: 0px;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a, .vs-landing .body .bottom .more-videos &gt; ul &gt; li &gt; a 
	{
		display: block;
		height: 100%;
		padding: 0;
		border: 0;
    	position: relative;
    	outline: none;
    	margin: 0;
    	font-size: 14px;
    	line-height: 1.2em;
    	text-align: left;
    	text-decoration: none;
    	background-color: #ffffff;
    	color: #aeaeae;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .eqs
	{
		width: 100%;
		padding: 20px;
    	text-align: center;
    	height: 152px;
    	background: #E6E6E6;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .player-foto, .vs-landing .body .bottom .more-videos ul li a .game-image
	{
		width: 100%;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .player-foto img, .vs-landing .body .bottom .more-videos ul li a .game-image img {
    	width: 100%;
    	height: 100%;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .player-resume, .vs-landing .body .bottom .more-videos ul li a .game-resume
	{
		width: 100%;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .player-resume .epoca
	{
		padding: 6px 10px 0 10px;
	    padding-bottom: 10px;
		color: #aeaeae;
	    font-size: 12px;
	    text-decoration: none;
	    font-weight: bold;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .player-resume .game-data
	{
		display: block;
		padding: 6px 10px 0 10px;
		letter-spacing: 0;
		color: #707070;
		font-size: 14px;
		font-weight: normal;
		text-transform: uppercase;
		padding-top: 0;
		display: block;
		clear: both;
	}
	.vs-landing .body .bottom .more-videos ul li a .game-resume .game-data
	{
		display: block;
		padding: 6px 10px 0 10px;
	    letter-spacing: 0;
	    color: #707070;
	    font-size: 14px;
	    font-weight: normal;
	    text-transform: uppercase;
	    padding-top: 0;
	    display: block;
	    clear: both;
	}
	.vs-landing .body .bottom .more-videos ul li a .game-resume .epoca
	{
		padding: 6px 10px 0 10px;
		padding-bottom: 10px;
		color: #aeaeae;
		font-size: 12px;
		text-decoration: none;
		font-weight: bold;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .player-resume .vimtitle, .vs-landing .body .bottom .more-videos ul li a .game-resume .vimtitle
	{
		padding: 6px 10px 0 10px;
		padding-bottom: 10px;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .player-resume .vimtext, .vs-landing .body .bottom .more-videos ul li a .game-resume .vimtext
	{
		padding: 6px 10px 0 10px;
		display: -webkit-box;
    	max-width: 100%;
    	height: 150px;
    	line-height: 1.3;
    	margin: 0 auto;
    	-webkit-line-clamp: 8;
    	-webkit-box-orient: vertical;
    	overflow: hidden;
    	text-overflow: ellipsis;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .eqs div 
	{
		float: left;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .eqs .Hteam, .vs-landing .body .bottom-detail .more-videos ul li a .eqs .Ateam
	{
		width: 45%;
    	text-align: center;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .eqs .Hteam img, .vs-landing .body .bottom-detail .more-videos ul li a .eqs .Ateam img
	{
		width: 80px;
    	border: 0;
    	position: inherit;
    	height: inherit;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .eqs .versus
	{
		width: 10%;
    	text-align: center;
    	height: 50px;
    	padding-top: 20px;
    	color: #000000;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .game-info
	{
		width: 100%;
		padding-left: 0;
		float: inherit;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .game-info .vimtext
	{
		max-height: 150px;
    	overflow-y: hidden;
    	white-space: inherit;
    	text-transform: none;
    	padding: 6px 20px 20px 20px;
    	text-overflow: ellipsis;
    	overflow: hidden;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .game-info .vimtext .game-jorn:before
	{
		content: none;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .game-info .vimtext .game-comp
	{
		display: block;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .game-info .vimtitle
	{
		padding: 6px 20px 0 20px;
    	width: inherit;
    	padding-bottom: 10px;	
    	font-size: 14px;
    	font-weight: bold;
    	color: #222222;
    	text-transform: uppercase;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .game-info .vimtitle .left
	{
		float: left;
    	font-size: 1.5em;
    	line-height: 1;
    	font-weight: normal;
    	width: 90%;
    	height: auto;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .game-info .vimtitle .right
	{
		float: right;
	    font-size: 1.5em;
	    line-height: 1;
	    font-weight: normal;
	    width: 10%;
	    height: auto;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .game-info .vimtitle .game-data
	{
		clear: none;
		letter-spacing: 0;
    	color: #707070;
    	font-size: 14px;
    	font-weight: normal;
    	padding-top: 30px;
    	display: block;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .game-info .vimtitle .game-data .game-fdate
	{
		display: inline;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .game-info .vimtitle .game-data .game-ldate
	{
		display: none;
	}

	.vs-landing .body .bottom-detail .more-videos ul li a .game-info .n-videos
	{
		display: block;
		color: #aeaeae;
    	font-size: 14px;
    	padding: 2px 30px 2px 20px;
    	position: absolute;
    	top: 300px;
    	background-image: url(//embd.vsports.pt/liga/css/skin-vsports/icon-video-currently-playing.png);
    	background-size: contain;
    	background-repeat: no-repeat;
    	background-position: right;
    	text-transform: uppercase;
	}
	.vs-landing .body .bottom .pub-lojas
	{
		clear: both;
		padding-top: 10px;
	}
	.vs-landing .body .bottom-detail .pub-lojas.mrec, .vs-landing .body .bottom .pub-lojas.mrec
	{
		background-color: #FFFFFF;
    	display: flex;
    	width: 100%;
    	padding-bottom: 0;
    	margin-top: 0;
	}
	.vs-landing .body .bottom-detail .pub-lojas.mrec .pub-margin
	{
		float: left;
    	width: 50%;
    	display: flex;
	}
	.vs-landing .body .bottom-detail .pub-lojas.mrec .pub-margin .pub-content
	{
		width: 70%;
    	margin: auto;
	}
	.vs-landing .body .bottom-detail .pub-lojas.mrec .pub-margin .pub-content .pub-title.responsive
	{
		font-size: 1.2em;
    	padding-top: 10px;
    	margin: 10px;
	}
	.vs-landing .body .bottom-detail .pub-lojas.mrec .pub-margin .pub-margin.border 
	{
		border-left-style: solid;
    	border-left-width: 1px;
    	border-left-color: #e77a2a;
    	padding-top: 10px;
    	padding-bottom: 10px;
	}
	.vs-landing .body .bottom-detail .pub-lojas.mrec .pub-margin .pub-margin.border .pub-content
	{
		width: 70%;
    	margin: auto;
	}
	.vs-landing #templatemo_footer_wrapper
	{
		display: none;
	}

	.follow
	  {
	    float: right;
	    width: 35%;
	    text-align: right;
	  }
	  .follow-image
	  {
	    text-align: center;
	    padding: 10px;
	    display: inline-block;
	    padding-top: 20px;
	  }
	  .follow-image a 
	  {
	    background: transparent !important;
	    float: left;
	    width: unset !important;
	    height: unset !important;
	    padding: 5px;
	  }
	  .follow img 
	  {
	    width: 40px;
	    -webkit-transition: 1s linear;
	    transition: 1s linear;
	  }
	#dialog{
		width: 600px !important;
		height: 600px !important;
	}  
	/* Lazy */
	.game-image
	{
		width: 100% !important;
		height: 130px;
	}
	.vs-landing .body .bottom .more-videos ul li a .game-resume
	{
		width: 100% !important;
	}
}
 
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.header-fixed .follow .follow-image
	{
		display: inline-block;
	}
	#container
	{
		width: 100%;
		margin: 0 auto;
	} 
	.vs-landing .body .bottom-detail .more-videos ul li, .vs-landing .body .bottom .more-videos &gt; ul &gt; li {
    	width: 24.6%;
	}
	.vs-landing .body .bottom-detail .more-videos ul li:nth-child(3n+3), .vs-landing .body .bottom .more-videos &gt; ul &gt; li:nth-child(3n+3) {
		margin-right: 5px;
	}
	.vs-landing .body .bottom-detail .more-videos ul li:nth-child(4n+4), .vs-landing .body .bottom .more-videos ul li:nth-child(4n+4) {
    	margin-right: 0px;
	}
	.vs-landing .body .middle .txt_share .share-buttons
	{
		width: 15%;
	}
	.vs-landing .body .middle .txt_share .share-embed
	{
		width: 85%;
	}
	.vs-landing #templatemo_footer_wrapper
	{
		display: block;
		clear: both;
    	width: 100%;
    	background: #1c1c1c url(/images/templatemo_footer_wrapper.jpg) repeat-x top;
    	color: #FFFFFF;
    	font-size: 13px;
	}
	.vs-landing #templatemo_footer_wrapper #templatemo_footer
	{
		max-width: 940px;
    	margin: 0 auto;
	    padding: 30px 10px;
	    background: url(/images/templatemo_footer.jpg) top center no-repeat;
	    text-align: center;
	}
	.vs-landing #templatemo_footer_wrapper #templatemo_footer .col
	{
    	float: left;
    	margin: 0 20px 20px 0;
    	width: 120px;
	}
	.vs-landing #templatemo_footer_wrapper #templatemo_footer .one_third
	{
		width: 300px;
	}
	.vs-landing #templatemo_footer_wrapper #templatemo_footer .cleaner
	{
		clear: both;
	}
	.vs-landing #templatemo_footer_wrapper #templatemo_footer a
	{
		color: #ccc;
    	text-decoration: none;
	}
}

/* IPAD PRO 11 */
@media only screen and (min-device-width: 1100px) and (orientation : landscape){
	.vs-landing #header .head
	{
		max-width: 100%;
	}	
} 
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	#container
	{
		width: 1020px;
    	margin: 0 auto;
    	padding: 0 10px;
	}
}

/* Smartphones (landscape) - IPHONES ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
	.vs-landing .body .bottom-detail .more-videos ul li a .player-resume .vimtext.player, .vs-landing .body .bottom .more-videos ul li a .game-resume .vimtext {
		max-width: 100%;
		overflow: hidden;
    	position: relative; 
    	line-height: 1.2em;
    	max-height: 2.4em; 
    	text-align: justify;  
    	margin-right: 0em;
    	padding-right: 1em;
    	white-space: normal;
    	/* NOVO */
    	table-layout: unset;
    	display: block;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .player-resume .vimtext.player:before, .vs-landing .body .bottom .more-videos ul li a .game-resume .vimtext:before {
		content: '...';
    	position: absolute;
    	right: 0;
    	bottom: 0;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .player-resume .vimtext.player:after, .vs-landing .body .bottom .more-videos ul li a .game-resume .vimtext:after {
		content: '';
    	position: absolute;
    	right: 0;
    	width: 1em;
    	height: 1em;
    	margin-top: 0.2em;
    	background: white;
	}	
}
/* Samsung Galaxy S5 (landscape) ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
	.vs-landing .body .bottom-detail .more-videos ul li a .player-resume .vimtext.player, .vs-landing .body .bottom .more-videos ul li a .game-resume .vimtext {
		max-width: 100%;
		overflow: hidden;
    	position: relative; 
    	line-height: 1.2em;
    	max-height: 2.4em; 
    	text-align: justify;  
    	margin-right: 0em;
    	padding-right: 1em;
    	white-space: normal;
    	/* NOVO */
    	table-layout: unset;
    	display: block;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .player-resume .vimtext.player:before, .vs-landing .body .bottom .more-videos ul li a .game-resume .vimtext:before {
		content: '...';
    	position: absolute;
    	right: 0;
    	bottom: 0;
	}
	.vs-landing .body .bottom-detail .more-videos ul li a .player-resume .vimtext.player:after, .vs-landing .body .bottom .more-videos ul li a .game-resume .vimtext:after {
		content: '';
    	position: absolute;
    	right: 0;
    	width: 1em;
    	height: 1em;
    	margin-top: 0.2em;
    	background: white;
	}
}
</pre></body></html>