@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}
html 
{
	font-size: 10px;
}
html,
body {
    margin:0;
    padding:0;
    height:100%;
    font-size: 13px;
    text-rendering: optimizeLegibility;
    font-family: 'Roboto', sans-serif;
    background: #f4f2f2;
}
#container {
    min-height:100%;
    position:relative;
    /*max-width: 1440px;*/
    /*max-width: 1262px;*/
    max-width: 1020px;
}
#header {
	/*background-color: #F0F0F0;*/
}
#header .searchBox {
    position: relative;
    padding: 10px;
    background-color: rgb(232, 234, 238);
    color: #FFFFFF;
    font-family: dinbek_blackblack;
        border: 1px solid #DADADA;
    display: none;    
}
#header input.pesquisa {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #999;
    background: #fff;
    padding: 11.6px;
    font-family: 'Montserrat',sans-serif;
}
#header input.btn {
    height: 40px;
    background-color: #555;
    padding: 0 10px;
    border: none;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 9px;
    cursor: pointer;
}
#header input.btn.disabled {
	cursor: default;
	background-color: #CCCCCC;
	font-family: 'Montserrat',sans-serif;
}
#header input.btn:before {
    content: '';
    position: absolute;
    display: block;
    height: 40px;
    top: 0px;
    left: -10px;
    width: 10px;
    background: #fff;
    border-left: 1px solid #999;
}
#header .resultados
{
  background: #FFFFFF;
  color: #000000;
  padding-top: 20px;
  position: absolute;
  z-index: 1;
}
#header .upMenu 
{
	width: 100%;    
	/*background-color: #1c1c1c;*/
	font-family: 'Montserrat',sans-serif;
	padding: 5px;
	text-transform: uppercase;

	/* Retirado BOLA */
	margin: 0 auto;
    height: 85px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
    background-color: #1c1c1c;

    display: flex;

        box-shadow: -1px 4px 10px -1px rgba(0,0,0,.45);
}
/* BOLA */
#header .upMenu .logo-site
{
	display: flex;
    align-items: flex-end;
    margin-bottom: 0.5rem;
}
#header .upMenu .logo-site a 
{
  display: block;
  width: 75px;
  height: 75px;
}
#header .upMenu .menu-site
{
	display: flex;
    align-items: flex-end;
    margin-bottom: 0.5rem;
}
#header .upMenu .menu-site ul
{
	display: table-cell;
    vertical-align: bottom;
}

#header .upMenu .menu-site ul li a 
{
	font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-size: 14px;
    letter-spacing: -.025em;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 10px;
}
#header .upMenu .menu-site ul li a:hover
{
	color: #fff200;
	text-decoration: underline;
}
#header .upMenu .menu-site ul li a img 
{
	padding-right: 0;
	height: 25px;
}

#header .upMenu .menu-site ul li a.videos 
{
	/*padding-top: 2px;*/
}
#header .upMenu .menu-site ul li a.videos img 
{
	padding: 2px;
}

 #header .upMenu .menu-site ul li a.liga-port img
  {
    height: 45px;
    width: auto;
    margin-top: 0px;
  }

/* Ver */
ul.menu-comp
  {
    display: flex;
  }
  ul.menu-comp li {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    padding-left: 10px;

    color: #707070;
    font-size: 0.4em;
    font-weight: normal;
  }

  ul.menu-comp li a{
    color: #707070;
    text-decoration: none;
  }


/******************/
#header .upMenu ul 
{
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
}
#header .upMenu ul li 
{
    float: left;
    width: initial;
}
#header .upMenu ul li a 
{
	display: block;
    color: #FFFFFF;
    font-family: 'Montserrat',sans-serif;
    text-align: center;
    font-size: 1em;
   	padding: 2px 10px;
    text-decoration: none;
}
#header .upMenu ul li a.videos 
{
	/*padding-top: 5px;*/
	/*border-left: 1px solid #1c1c1c;*/
}
#header .upMenu img 
{
	padding-right: 10px;
	width: 30px;
	vertical-align: text-bottom;
}
#header .upMenu .logo-site img 
{
	width: 125px;
}
#results
{
	width: 100%;
}
#header .ajax_indi
{
	display: none;
}
#body {
    padding-top:10px;
    padding-bottom:60px; 
    color: #FFF;
}
#footer {
    position:absolute;
    bottom:0;
    width:100%;
    background-color: #1c1c1c;
}
.vs-landing .header-fixed {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: #000;
  top: 0;
  left: 0;
}
.vs-landing .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 .head {
  /*border-top: 3px solid #1c1c1c;
  border-bottom: 3px solid #1c1c1c;*/
  margin: auto;
  margin-bottom: 10px;
  width: 100%;
}
.vs-landing .head-menu {
	width: 100%;
	    background: #e6e4e4;
    margin-bottom: 10px;
}
.vs-landing .head-menu ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;

	width: 100%;
	background: #303030;
	
}
.vs-landing .head-menu ul li 
{
	/*display: inline;
    color: #1c1c1c;
    font-family: 'Montserrat',sans-serif;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    background: rgb(232, 234, 238);*/
    float: left;
}
.vs-landing .head-menu ul li a 
{
	display: block;
    color: #c3c3c3;
    
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    text-transform: uppercase;

    text-align: center;
    font-size: 1em;
    padding: 14px 16px;
    text-decoration: none;
}
.vs-landing .head-menu ul li a:hover 
{
	/*background-color: #1c1c1c;*/
	color: #FFFFFF;
}
.vs-landing .head-menu ul li.active 
{
	background: #303030;
	background-image: url(/video/images/arrow_up.png);
	background-repeat: no-repeat;
    background-position: bottom;
}
.vs-landing .head-menu ul li.active a 
{
	color: #fff200;
}
.vs-landing .head.player
{
	margin-bottom: 4px;
	/*margin-top:20px;*/
}
.vs-landing .head .title-cab
{
	padding: 10px 0px 10px 0px;
	font-family: dinbek_blackblack;
  	font-size: 22px;
  	color: #000000;
  	/*text-transform: uppercase;*/
  	font-weight: normal;
  	max-width: 1024px;
  	margin: auto;
}
.vs-landing .head .title-cab .matchday
{
	font-family: 'Montserrat',sans-serif;
	font-size: 0.7em;
	font-weight: normal;
}
/* Detalhe */
.vs-landing .head .title-detail .team-logo
{
  	position: relative;
  	float: left;
  	z-index: 1;
}
.vs-landing .head .title-detail .team-logo img 
{
  	margin-left: 1px;
  	width: 75px;
  	border: 0;
}
.vs-landing .head.player .title-detail .team-logo img
{
	width: 70px;
	height: 70px;
}
.vs-landing .head .title-detail .team-name
{
	float: left;
  	color: #000000;
  	display: table;
  	/*padding-top: 10px;*/
  	padding-left: 3px;
  	text-transform: uppercase;
  	font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}
.vs-landing .head.player .title-detail .team-name
{
	/*padding-top:20px;*/
}
	.vs-landing .head .title-detail .team-name .pl-full
	{
		display: inline;
	}
	.vs-landing .head .title-detail .team-name .pl-little
	{
		font-size: 14px;
	}
.vs-landing .head .title-detail .team-name .team-more
{
	display: block;
  	color: #000000;
  	text-transform: none;
  	font-weight: normal;
  	font-size: 12px;
  	font-family: 'PT Sans', sans-serif;
}
.vs-landing .head .title-detail .eq
{
	float: right;
	padding-right: 10px;
	position: relative;
	z-index: 1;
	margin-left: auto;
	display: none;
}
.vs-landing .head .title-detail .team-line
{
	display: none;
}

.vs-landing .head.player .title-detail .team-line
{
	top: 40px;
}

.vs-landing .head h2 {
  text-align: center;
  color: #202020;
  text-transform: uppercase;
  line-height: 10px;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 5px 0;
  font-family: dinbek_mediumregular,Helvetica,sans-serif;
  font-size: 2em;
}
.vs-landing .head .separador
{
  text-align: center;
  padding-bottom: 10px;
}
.vs-landing .head .separador span:nth-child(1)
{
  background-color: rgba(227,124,0,.5);
}
.vs-landing .head .separador span
{
  height: 5px;
  width: 5px;
  margin-right: 5px;
  background-color: rgba(227,124,0,1);
  display: inline-block;
  border-radius: 100%;
}
.vs-landing .slider-players
{
	/*background: #f2f2f2;*/
	padding-top: 5px;
  	padding-bottom: 5px;
  	/*margin-bottom: 4px;*/
  	margin-top: 4px;
  	width: 98%;
  	margin: auto;
}
.vs-landing .slider-players #owl-player .item
{
    margin-right: 3px;
}
 .vs-landing .slider-players #owl-player .item img{
    display: block;
    background-color: white;
    border-radius: 60px;
    padding: 5px;
    margin-left: 1px;
    width: 100px;
    height: 100px;
    margin: auto;
}
 .vs-landing .slider-players #owl-player .item a
{
    display: block;
    border-bottom-color: #FFFFFF;
  	border-bottom-style: solid;
  	border-bottom-width: 3px;
  	background-color: #303030;
  	/*text-transform: uppercase;*/
  	color: #c3c3c3;
  	font-family: 'Montserrat',sans-serif;
  	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 .slider-players #owl-player .item a div
{
	padding: 5px 0px 5px 0px;
}
.vs-landing .slider-players #owl-player .item a:hover
{
	border-bottom-color: #fff200;
  	border-bottom-style: solid;
  	border-bottom-width: 3px;
}
.vs-landing #header .ddsmoothmenu{
	display: none;
}

/* header jogo */
.vs-landing #header #dmc-resumo
{
	position: relative;
  	/*top: 52px;*/
  	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;*/
  	-webkit-box-shadow: 0 4px 6px -6px #222;
    -moz-box-shadow: 0 4px 6px -6px #222;
    box-shadow: 0 4px 6px -6px #222;
}
.vs-landing #header #dmc-resumo a
{
	text-decoration: none;
}
.vs-landing #header #dmc-resumo table {
	width: 100%;
  	padding: 0px !important;
  	border-top: 0px solid #e5e5e5 !important;
  	border-bottom: 0px solid #e5e5e5 !important;
}
.vs-landing #header #dmc-resumo table .dmc-team {
  	font-size: 1em;
  	text-transform: uppercase;
  	width: 40%;
  	text-align: center;
	font-family: 'Montserrat',sans-serif;
    font-weight: bold;
  	color: #222222;
}
.vs-landing #header #dmc-resumo table .dmc-team span 
{
	font-size: 10px;
  	font-weight: normal;
  	color: #aeaeae;
}
.vs-landing #header #dmc-resumo table td.dmc-resul {
  	text-align: center;
  	color: #000000;
  	height: 20px;
  	font-family: 'Montserrat',sans-serif;
  	font-size: 30px;
}
.vs-landing #header #dmc-resumo table td.more-team
{
	height: 35px; 
	color: #000000;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	font-family: 'Montserrat',sans-serif;
	text-transform: uppercase;
	color: #222222;  
	background-color: #F0F0F0;  
	border-top-color: #cccccc;
	border-top-style: solid;
	border-top-width: 1px;
}
.vs-landing #header #dmc-resumo table td.more-team:hover
{
	background-color: #c8c8c8; 
	color: #FFFFFF;
	cursor: pointer;
}
.vs-landing #header #dmc-resumo span.team-name
{
	text-align: center;
	font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
  	color: #222222;  
  	font-size: 1em;
  	text-transform: uppercase;
}
.vs-landing #header #dmc-resumo span.team-plus
{
	color: #aeaeae;
	font-family: 'Montserrat',sans-serif;
}
.vs-landing #header #dmc-resumo td.team-cruz
{
	font-family: 'Montserrat',sans-serif;
  	color: #aeaeae;
  	font-size: 1.5em;
}
/* Fim */

.vs-landing .body {
  font-family: din_lightregular,Helvetica,sans-serif;
  font-size: 1.2em;
  text-align: center;
 /* background-color: #F0F0F0;*/
}
.vs-landing .body .left {
  float: left;
  width: 20%;
  height: 1px;
}
.vs-landing .body .middle, .vs-landing .body .bottom {
	position: relative;
	width: 100%;
	display: inline-block;
}
.vs-landing .body .bottom-detail {
	position: relative;
  	width: 98%;
  	display: inline-block;
  	top: -25px;
}
.vs-landing .body .middle #vdo-player_wrapper
{
	max-width: 1024px;
}
.vs-landing .body .middle .legend
{
	width: 100%;
	margin: auto;	
}
.vs-landing .body .middle .legend .title
{
	font-size: 24px;
    font-weight: normal;
    font-family: 'Montserrat',sans-serif;
    color: #222222;
    text-align: left;
    text-transform: uppercase;
}
.vs-landing .body .middle .legend .player {
    font-family: 'Montserrat',sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    text-align: left;
}
.vs-landing .body .middle .legend .subtitle{
	font-size: 14px;
  	font-weight: normal;
  	font-family: 'Montserrat',sans-serif;
  	color: #222222;
  	text-align: left;
  	text-transform: uppercase;
  	padding-top: 10px;
}
.vs-landing .body .middle .legend .desc{
  	font-family: 'PT Sans', sans-serif;
  	font-weight: normal;
  	font-size: 14px;
  	text-transform: none;
  	color: #aeaeae;
  	text-align: left;
  	/*display: none;*/
}
.vs-landing .body .pub-lojas img {
  background-color: #000000;
  border-radius: 5px;
}
.vs-landing .body .middle .title{
  font-size: 1.5em;
  font-weight: bold;
}
.vs-landing .body .pub-lojas
{
	clear: both;
	/*margin-top: 20px;*/
	margin-bottom: 10px;
	background-color: #FFFFFF;
	/*padding-bottom: 20px;*/
}
.vs-landing .body .pub-lojas .pub-title
{
 	font-family: 'Montserrat',sans-serif;
  	font-weight: normal;
  	font-size: 24px;
  	color: #000000;
  	text-transform: uppercase;
  	font-weight: bold;
  	margin: 10px;
  	padding-top: 15px;
  	font-weight: 900;
}
.vs-landing .body .pub-lojas a
{
  	display: block;
 	padding-bottom: 8px;
}

/* MREC */
.vs-landing .body .pub-lojas.mrec
{
	background-color: #FFFFFF;
	display: flex; 
	width: 100%;
	padding-bottom: 0;
	margin-top: 0;
}
.vs-landing .body .pub-lojas.mrec .pub-margin
{
	float: left; 
	width: 50%;
	display: flex;
}
.vs-landing .body .pub-lojas.mrec .pub-margin .pub-content
{
	width: 70%;
	margin: auto;
}
.vs-landing .body .pub-lojas.mrec .pub-margin.border 
{
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #e77a2a;
	padding-top: 10px;
	padding-bottom: 10px;
}
.vs-landing .body .pub-lojas.mrec .pub-margin.border .pub-content
{
	width: 70%;
	margin: auto;
}
.vs-landing .body .pub-lojas img.pub-promo
{
	padding-top: 60px;
	background: transparent;
}
.vs-landing .body .pub-lojas .pub-title.responsive
{
	font-size: 1.2em;
	padding-top:10px;
	margin: 10px;
}
/* MREC */

.vs-landing .body .right {
  float: left;
  width: 20%;
  height: 1px;
}


#templatemo_footer_wrapper {
    clear: both;
    width: 100%;
    background: #1c1c1c url(/images/templatemo_footer_wrapper.jpg) repeat-x top;
    color: #FFFFFF;
    font-family: 'Montserrat',sans-serif;
    font-size: 13px;
}
#templatemo_footer {
    max-width: 940px;
    margin: 0 auto;
    padding: 30px 10px;
    background: url(/images/templatemo_footer.jpg) top center no-repeat;
    text-align: center;
}
#templatemo_footer .col {
    float: left;
    margin: 0 20px 20px 0;
}
#templatemo_footer .one_third {
    width: 300px;
}
#templatemo_footer .cleaner {
    clear: both;
}


#templatemo_footer a {
    color: #ccc;
    text-decoration: none;
}

.vs-landing .footer {
  text-align: center;
  text-shadow: 0 0 0 transparent;
  font-family: dinbek_mediumregular,Helvetica,sans-serif;

}
.vs-landing .footer a 
{
  color: #e27c00;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  /*padding-bottom: 20px;*/
}

.social-header
{
	position: fixed;
	z-index: 10;
	top: 10px;
	float: right;
	/*width: 100%;*/
	text-align: right;
	right: 0;
	display: none;
}
.vs-landing .body .middle, .vs-landing .body .bottom-detail .more-videos
{
	padding-top: 0;
	margin-bottom: 0;
	width: 100%;
}
.more-videos
{
	margin-bottom: 35px;
	/*background: #f2f2f2;*/
	font: 12px/20px Arial, Helvetica, sans-serif;
	padding: 0px;
	padding-top: 10px;
}
/* API NOVA */
.header-space
{
  clear: both;
  padding-bottom: 5px;
}
/* API NOVA */
.more-videos .arrow
{
	position: relative;
	top: -5px;
	display: block;
		float: right;
}
.more-videos .header-more
{
	background: #1c1c1c;
	/*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: 1px solid #DADADA;
	font-family: 'Montserrat',sans-serif;
	font-weight: 700;
    font-style: normal;
    font-stretch: normal;

	font-size: 16px;
	color: #fff200;
	text-transform: uppercase;
	text-align: left;
	padding: 10px 20px 10px 20px;
}
.more-videos ul
{
	position: relative;
		margin: 0;
		padding: 0;
}
.more-videos li
{
	list-style-type: none;
		width: 100%;
		margin: 5px 0 0 0;
		padding: 0;
		text-align: left;
}
.more-videos .vimtitle
{
		/*height: 11px;*/
		width: 100%;  
		font-size: 14px;
		font-weight: bold;
		color: #1c1c1c;  
		text-transform: uppercase;
		font-family: 'Montserrat',sans-serif;
}
.more-videos .vimtext {
		padding-top: 5px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
}
.more-videos li a {
		font-family: 'Montserrat',sans-serif;
		position: relative;
		display: block;
		outline: none;
		height: 75px;
		margin: 0;
		padding: 5px 4px 0 107px;
		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;
}
.more-videos li a:hover {
		background: #595959;
		color: #FFFFFF;
}
.more-videos li img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100px;
		height: 75px;
		margin: 0;
		padding: 0;
		border: none;
}
.team-play.left
{
	-ms-transform: rotate(7deg);
  	-webkit-transform: rotate(7deg);
  	transform: rotate(180deg);
}

/* Novo */
.more-videos li
{
	border: 1px solid #c3c3c3;
    /*border-radius: 4px;*/
}
.more-videos li .Hteam
{
	width: 45%;
	text-align: center;
}
.more-videos li .Hteam img
{
	width: 80px;
	border: 0;
	position: inherit;
	height: inherit;
	box-shadow: none;
}
.more-videos li .Ateam
{
	width: 45%;
	text-align: center;
}
.more-videos li .Ateam img
{
	width: 80px;
	border: 0;
	position: inherit;
	height: inherit;
	box-shadow: none;
}
.more-videos li .versus
{
	width: 10%;
	text-align: center;
	height: 50px;
	padding-top: 20px;
	color: #000000;
}
.eqs
{
	padding: 20px;
    text-align: center;
    height: 152px;
    background: #e6e4e4;
}
.more-videos li a
{
	padding: 0;
	border: 0;
}
.eqs div
{
	float: left;
}
.more-videos li a:hover {
    background-color: inherit;
    /*border: 1px solid #1c1c1c;*/
    color: #000000;
}
p.n-videos
{
	color: #aeaeae;
    font-size: 14px;
    padding: 2px 30px 2px 10px;
    position: absolute;
    top: 300px;
    background-image: url(/video/images/arrow_black.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
}
p.n-videos span
{
	text-transform: uppercase;
	color: #1c1c1c;
}
.no-occor
{
	color:#e27c00;
	padding:10px;
	text-transform: uppercase;
	font-weight: bold; 
	font-size: 1.5em;
}
.more-videos .vimtitle .left
{
	float: left;
	font-size: 1.4em;
	line-height: 1;
	font-weight: normal;
	width: inherit;
    height: auto;
}
.more-videos .vimtitle .right
{
	float: right;
	font-size: 1.4em;
	line-height: 1;
	font-weight: normal;
	width: inherit;
    height: auto;
}
.more-videos .vimtext .game-comp
{
	text-transform: uppercase;
	display: block;
}
.more-videos .vimtitle .game-data
{
	letter-spacing: 0;
	color: #303030;
	font-size: 0.9em;
	font-family: 'PT Sans', sans-serif;
	font-weight: normal;
	padding-top: 30px;
    display: block;
}
.more-videos .vimtitle .game-data .game-ldate
{
	display: none;
}
.ver-mais {
	    color: #c3c3c3;
	font-size: 12px;
	font-family: 'Montserrat',sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

/* Jogador */
.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;
  font-family: 'Montserrat',sans-serif;
  display: table;
  width: 98%;
  margin: auto
}
.player-kit
{
  float: right;
  text-align: center;
  padding-right: 20px;
  padding-top: 20px;
  display: none;
}
.left-arrow {
  text-align: center;
  float: right;
  display: inline-block;
  position: relative;
  background: rgb(232, 234, 238);
  padding: 15px;
  color: #222222;
  text-transform: uppercase;
}
.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 rgb(232, 234, 238);;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
}
.player-rteam a
{
  text-decoration: none;
  color: #222222;
}
.player-videos
{
  background-image: url(/video/images/arrow_black.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;    display: table;
    width: 75px;    margin-top: 8px;    color: #000000;
}
.player-dt
{
  display: block;
}
.player-nc
{
  display: block;
}
.player-position
{
  display: none;
}

.vs-landing .game-jorns {
    width: 98%;
    /*background-color: #ccc;*/
    margin: auto;
	padding-left: 25px;
    padding-right: 25px;
    box-shadow: -1px 4px 10px -1px rgba(0,0,0,.45);
    /*-webkit-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.49);
    -moz-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.49);
    box-shadow: 0px 3px 5px 0px rgba(1, 0, 68, 0.49);*/
}
.vs-landing .game-jorns #owl-jorns .item {
    /*margin: 3px;*/
    display: flex;
    height: 50px;
    border-color: #dedddd;
    border-style: solid;
    border-width: 1px;
}
.vs-landing .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;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    color: #303030;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    padding: 3px;

    /* MINUTO */
    display: flex;
    align-items: center;
    width: 100%;
}
.vs-landing .game-jorns #owl-jorns .item a div {
	width: 100%;
	text-align: center;
}
.vs-landing .game-jorns #owl-jorns .item a:hover {
    /*border-bottom-color: #1c1c1c;
    border-bottom-style: solid;
    border-bottom-width: 1px;*/
    background-color: rgb(232, 234, 238);
}

.player-pic
{
  	border: 4px solid #CD6121;
}

.vs-landing .game-jorns #owl-jorns .owl-item.synced .item a
{
  	background: #ebebeb;
  	color: #303030;
  	text-decoration: underline;
  	font-weight: bold;
  	/*border-bottom-color: #1c1c1c;
  	border-bottom-style: solid;
  	border-bottom-width: 1px;*/
}

.vs-landing .i2Style{
  	font-family: 'Montserrat',sans-serif;
  	font-weight: normal;
  	color: #1c1c1c;
  	font-weight: normal;
  	background: #FFFFFF;
  	border: 1px solid #1c1c1c;
  	width: 148px;
  	padding: 10px 10px;
  	cursor: pointer;
  	margin: 0 auto;
  	text-transform: uppercase;
}
.vs-landing .i2Style:active{
  	cursor:pointer;
  	position:relative;
  	top:2px;
}
.vs-landing .comp
{
	float: right;
    position: relative;
    z-index: 1;
    /*padding-top: 15px;*/
    margin-left: auto;
    /*display: none;*/
}

.overlay {
	background: #333;
	opacity: 0.8;
	z-index: 1000;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

/*.modal {
	background: #fff;
	z-index: 1001;
	width: 60%;
	height: auto;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 3px 3px 20px #000;
}*/

/* If you choose not to use the default close button, you can delete the closeBtn class */
.closeBtn {
	font: 16px sans-serif;
	padding-top: 4px;
	color: #fff;
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: #000;
	border: 3px solid #fff;
	box-shadow: -3px 3px 5px #000;
	display: block;
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 1002;
}
.modal-logo
{
  	float: left;
  	text-align: center;
    /*padding: 5px;*/
}
.closeBtn
{
  	cursor: pointer;
}
/*.modal 
{
	display:none;
}*/
.modal-logo span 
{
	display:block;
	text-align:center; 
	font-family: 'Montserrat',sans-serif;
	text-transform: uppercase;
}
.modal1 {
	display:none;
}

.modal_player {
	display:none;
}

/*.modal
{
  	width: 45%;
}*/
.matchday a 
{
    text-decoration: none;
    color: #000000;
}
/* carrocel */
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  padding: 0 !important;
}
 
.owl-theme .owl-controls .owl-buttons .owl-prev{
  left: -24px;
  top: 0;
  border-radius: 0;
  margin: 0;
      background: #e6e4e4;
  height: 50px;
  width: 22px;
}
.owl-theme .owl-controls .owl-pagination
{
	display: none;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
  right: -24px;
  top: 0;
  border-radius: 0;
  margin: 0;
      background: #e6e4e4;
  height: 50px;
  width: 22px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev img{
  padding-top: 78%;
}
.owl-theme .owl-controls .owl-buttons .owl-next img{
  padding-top: 78%;
}
/* Novo Share */
.txt_share
{
	float: left;
	
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Montserrat',sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	display: flex; 
	width: 100%;	
	display: none;
}
.txt_share .share-buttons
{
	float: left;
	width: 15%;
	display: flex;
}
.txt_share .share-embed
{
	float: left;
	width: 85%;
	display: flex;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #aeaeae;
	padding-bottom: 10px;
	padding-left: 20px;
}
.txt_share .share-buttons .social-video
{
	text-align: left;
}
.txt_share .share-embed .share-code
{
	width:100%;
	text-align: left;
}
.txt_share .share-embed .share-code textarea
{
	width: 100%;
	background-color: #dcdada;
	color: #FFFFFF;
	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;
}
/* Fim */
#time-logo
{
  position: relative;
}
#time-logo div
{
  float: left;
    width: inherit;
    height: auto;
    background: rgb(0, 0, 0);
    border-radius: .25em;
    background-size: 100%;
    position: absolute;
    bottom: 10px;
    right: 1%;
    margin: auto;
    min-width: 30px;
    border: 0;
    padding: 5px;

    display: flex;
}
#time-logo div span
{
  display: flex;
  align-items: center;
  color: white;
}

#time-logo-li
{
  position: relative;
}
#time-logo-li div
{
  float: left;
    width: inherit;
    height: auto;
    background: rgb(0, 0, 0);
    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;
}
#time-logo-li div span
{
  display: flex;
  align-items: center;
  color: white;
  font-size: 12px;
}

/* MREC */
.vs-landing .body .bottom .more-videos > ul > li.container {
    display: flex;
    align-items: center;
    margin-top: 5px;
    float: none;
    width: auto;
    top: 5px;
}
.vs-landing .body .bottom .more-videos > ul > li.container .container-mrec {
    text-align: center;
    margin: auto;
}
/* MREC */
@media screen and (max-device-width: 1024px) {
	.game-image {
	    display: table;
	    float: left;
	    width: 102px;
	    height: 100%;
	}
	.game-resume {
	    float: left;
	    width: 80%;
	    padding-top: 4px;
	}
	.player-foto {
	    display: table;
	    float: left;
	    width: 100px;
	    height: 100%;
	}
	.player-resume {
	    float: left;
	    width: 80%;
	    padding-top: 4px;
	}
	.vs-landing .game-jorns {
        width: 98%;
    }
    .vs-landing #header #dmc-resumo
    {
    	width: 98%;
    	margin: auto;
    }
}
/* Media para quem reduz o seu browser em desktop ---------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
	.game-image {
		display: table;
	    float: left;
	    width: 102px;
	    height: 100%;
	}    
	.game-resume {
	    float: left;
	    width: 67%;
	    padding-top: 4px;
	}
	.eqs {
	    height: 100%;
	    padding: 0;
	    float: left;
	    width: 20%;
	    padding-top: 16px;
	}
	.game-info {
	    float: left;
	    width: 70%;
	    padding-left: 2px;
	}
	.more-videos li {
	    clear: both;
	}
	.more-videos li a {
	    /*border-bottom-style: solid;
	    border-bottom-width: 1px;
	    border-bottom-color: #e77a2a;*/
	}
	.more-videos li .Hteam {
	    width: auto;
	}
	.more-videos li .versus {
	    font-size: 11px;
	    width: 12px;
	}
	.more-videos li .Ateam {
	    width: auto;
	}
	.more-videos .vimtitle .left {
	    font-size: 1em;
	    width: 90%;
	}
	.more-videos .vimtitle .right {
	    font-size: 1em;
	    width: 10%;
	}
	.more-videos .vimtitle .game-data {
	    font-size: 11px;
	    padding-top: 0px;
	    display: block;
	    clear: both;
	}
	.more-videos li .Hteam img {
	    width: 40px;
	}
	.more-videos li .Ateam img {
	    width: 40px;
	}
	p.n-videos {
	    display: none;
	}
}
/* Media para quem reduz o seu browser em desktop ---------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#body {
		padding-bottom:0; 
	}
	.vs-landing .body .pub-lojas .pub-title {
	  font-size: 20px;
	}
	.footer {display: none;}

	.vs-landing .header-fixed {
		position: fixed;
		z-index: 2;
	}
	.vs-landing .head {
		display: table;
		margin-top: 60px;
	}
	.social-header-menu
	{
		display: none;
	}
	.vs-landing .head .title-detail
	{
		padding-top: 5px;
	}
	.vs-landing .head .title-detail .team-name .pl-little::before
	{
		content: " (";
	}
	.vs-landing .head .title-detail .team-name .pl-little::after
	{
		content: ")";
	}
	.vs-landing .head .title-detail .team-name .pl-little {
    	font-size: 11px;
	}
}
@media screen and (max-width: 535px) {
	.game-jorns .owl-theme .owl-controls {
        display: block !important;
    }
    .owl-pagination
	{
		display: none !important;
	}
	.player-resume {
	    float: left;
	    width: 67%;
	    padding-top: 4px;
	}
	.title-detail .eq {
	    display: none;
	}
	.game-resume {
	    float: left;
	    width: 67%;
	    padding-top: 4px;
	}
	.eqs {
	    height: 100%;
	    padding: 0;
	    float: left;
	    width: 30%;
	    padding-top: 16px;
	}
	.more-videos li .Hteam {
	    width: auto;
	}
	.more-videos li .Hteam img {
	    width: 40px;
	}
	.more-videos li .versus {
	    font-size: 11px;
	    width: 12px;
	}
	.more-videos li .Ateam {
	    width: auto;
	}
	.more-videos li .Ateam img {
	    width: 40px;
	}
	.game-info {
	    float: left;
	    width: 70%;
	    padding-left: 2px;
	}
	.more-videos .vimtext .game-comp
	{
		display: inline;
		font-size: 11px;
	}
	.more-videos .vimtext .game-jorn:before
	{
		content: "-";
	}
	.more-videos .vimtext .game-jorn
	{
		font-size: 11px;
		text-transform: uppercase;
	}
	.more-videos .vimtitle .left {
	    font-size: 1em;
	    width: 90%;
	}
	.more-videos .vimtitle .right {
	    font-size: 1em;
	    width: 10%;
	}
	.more-videos .vimtitle .game-data {
	    font-size: 11px;
	    padding-top: 0px;
	    display: block;
	    clear: both;
	}
	p.n-videos {
	    display: none;
	}
	.more-videos .vimtitle .game-data .game-fdate {
	    display: none;
	}
	.more-videos .vimtitle .game-data .game-ldate {
	    display: inline;
	}
	 .game-jorns .owl-theme .owl-controls {
        display: block !important;
    }
    .owl-pagination
    {
        display: none;
    }
}
@media screen and (max-width: 360px) {
	.vs-landing .head .title-detail .team-line
	{
	  top: 38px;
	}
	.vs-landing .head .title-detail .team-name
	{
	    padding-top: 15px;
    	font-size: 16px;
	}
}	
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
	.vs-landing .head.player {
		margin-top: 23px;
	}
	.vs-landing .head .title-detail {
		font-size: 11px;
	}
	.vs-landing .head .title-detail .team-name .team-more
	{
		font-size: 0.6em;
		max-width: 200px;
	}
	.vs-landing .i2Style
	{
      	width: 100%;
      	padding: 10px 5px;
      	font-size: 11px;
    }
    .vs-landing .comp
    {
    	/*padding-right: 5px;
        padding-top: 20px;
        width: 30%;
      */  
    }
    .modal-logo
    {
      	float: left;
      	/*max-width: 48%;*/
      	max-width: 50%;
      	padding: 2px;
    }
    .modal-logo.clear
    {
    	clear: both;
    }
    .modal-logo-right
    {
      	float: right;
    }
    .modal-logo a img 
    {
      	width: 80px;
    }
    /*.modal 
    {
    	display:none;
    }*/
    .modal1 
    {
    	display:none;
    }
    /*.modal
    {
      	padding: 5px;
    }*/
    .game-jorns .owl-carousel .owl-wrapper
  	{
    	left: 0px !important;
  	}
  	.vs-landing .game-jorns #owl-jorns .item a
	{
  		padding-top: 16px;
    	padding-bottom: 16px;
    	font-size: 0.9em;
	}
	.owl-theme .owl-controls .owl-buttons .owl-prev{
      padding-bottom: 12px;
    	padding-top: 12px;
	}
	 
	.owl-theme .owl-controls .owl-buttons .owl-next{
	      padding-bottom: 12px;
	    padding-top: 12px;
	}
	.vs-landing .head .title-detail .team-name .pl-full
	{
		display: none;
	}
	.vs-landing .head .title-detail .team-name .pl-little::before {
    	content: "";
	}
	.vs-landing .head .title-detail .team-name .pl-little::after {
    	content: "";
	}
	
	.jw-plugin-sharing .jw-sharing-content
	{
		width: 100% !important;
	}
	.jw-reset
	{
		font-size: 10px !important;
	}
	textarea.jw-sharing-text.jw-reset
	{
		line-height: 0.9em !important; 
	}
	.jw-plugin-sharing .jw-sharing-text
	{
		    padding: 0.4em 0.1em !important;
	}
}
@media only screen and (min-device-width : 360px) and (max-device-width : 568px) {
	.vs-landing .header-fixed {
		position: fixed;
		z-index: 2;
	}
	.vs-landing .head {
	  margin-top: 0px;
	}
	.vs-landing .head.player {
		margin-top: 0px;	
	}
	/*.vs-landing .head {
		margin-top: 60px;
	}*/
	.vs-landing .head-menu ul li 
	{
		width: 25%;
    	text-align: center;
	}
	.vs-landing #header #dmc-resumo
  	{
  		width: 98%;
  		margin: auto;
  	}
	.vs-landing .head .title-cab {
	  	/*padding: 20px 20px 20px 20px;*/
	  	padding: 10px 20px 10px 20px;
	  	font-size: 17px;
	}

	/* Header Detalhe */
	.vs-landing .head .title-detail {
		color: #ffffff;
  		text-transform: uppercase;
  		font-weight: normal;
  		max-width: 1024px;
  		margin: auto;
		display: table;
		font-family: 'Montserrat',sans-serif;
  		padding: 5px 0px 0px 0px;
  		font-size: 1.9em;
  		width: 100%;
	}
	.vs-landing .head-menu ul li.active
	{
		background-image: none;
	}
	.vs-landing #header #dmc-resumo td.team-cruz
	{
		/*display: none;*/
		font-size: 1em;
	}
	#header .upMenu
	{
		margin-bottom: 0;
	}
	#header .upMenu .logo-site
	{
		width: 60%;
	}
	#header .upMenu .logo-site img
	{
		/*width: 100%;*/
	}
	.vs-landing .head .title-detail .eq
	{
		display: none;
	}
	.vs-landing .head .title-cab .matchday {
  		font-size: 0.8em;
	}

	.vs-landing .body .pub-lojas .pub-title {
	  font-size: 16px;
	}
	.dmc-logotipos
	{
		width: 50px;
		height: 50px;
	}
	.vs-landing .body .middle.search
	{
		top: 50px;
	}
	.vs-landing .body .middle .legend .title
	{
		font-size: 14px;
		font-weight: bold;
		padding-left: 8px;
	}
	.vs-landing .body .middle .legend .subtitle
	{
		padding-left: 8px;
	}
	.vs-landing .body .middle .legend .player
	{
		padding-left: 8px;
	}
	.vs-landing .body .middle .legend .desc
	{
		font-family: 'PT Sans', sans-serif;
		padding-left: 8px;	
		/*display: none;*/
	}
	.team-play
	{
		max-width: 30px;
	}
	.vs-landing .head .title-detail .team-name .pl-full
	{
		display: none;
	}
	.vs-landing .head .title-detail .team-name .pl-little
	{
		display: inline;
		font-size: 15px;
	}
	.vs-landing .head .title-detail .team-name .team-more
	{
		max-width: 205px;
	}
	.vs-landing .slider-players #owl-player .item img
	{
		background-color: white;
	    border-radius: 60px;
	    padding: 5px;
	    width: 100px;
	}
	.more-videos li
	{
		clear: both;
	}
	.eqs
	{
		height: 100%;
		padding: 0;
		float: left;
		width: 30%;
		padding-top: 16px;
	}
	.more-videos li a
	{
		/*border-bottom-style: solid;
    	border-bottom-width: 1px;
    	border-bottom-color: #e77a2a;*/
	}
	.more-videos li .Hteam
	{
		width: auto;
	}
	.more-videos li .Hteam img
	{
		width: 40px;
	}
	.more-videos li .Ateam
	{	
		width: auto;
	}
	.more-videos li .Ateam img
	{
		width: 40px;
	}
	.more-videos li .versus
	{
		font-size: 11px;
		width: 12px;
		
	}
	.more-videos .vimtitle .left
	{
		font-size: 1em;
		width: 90%;
	}
	.more-videos .vimtitle .right
	{
		font-size: 1em;
		width: 10%;
	}
	.more-videos .vimtext .game-comp
	{
		display: inline;
		font-size: 11px;
	}
	.more-videos .vimtext .game-jorn:before
	{
		content: "-";
	}
	.more-videos .vimtext .game-jorn
	{
		font-size: 11px;
		text-transform: uppercase;
	}
	.more-videos .vimtitle .game-data
	{
		font-size: 11px;
		padding-top: 0px;
    	display: block;
    	clear: both;
	}
	.more-videos .vimtitle .game-data .game-ldate
	{
		display: inline;
	}
	.more-videos .vimtitle .game-data .game-fdate
	{
		display: none;
	}
	p.n-videos
	{
		display: none;
	}	
	.game-info
	{
		float: left;
		width: 70%;
		padding-left: 2px;
	}

	/* Jogo */
	.game-image
	{
		display: table;
    	float: left;
    	width: 33%;
    	height: 100%;
	}
	.game-resume
	{
		float: left;
    	width: 67%;
    	padding-top: 4px;
	}
	.game-resume .vimtitle
	{
		font-size: 12px;
	}
	.game-resume .vimtext
	{
		font-size: 11px;
		/*display: none;*/
	}
	/* Jogador */
	.player-foto
	{
		display: table;
    	float: left;
    	width: 33%;
    	height: 100%;
	}
	.player-resume
	{
		float: left;
    	width: 67%;
    	padding-top: 4px;
	}
	.more-videos .vimtitle.player
	{
		font-size: 12px;
	}
	.more-videos .vimtext.player
	{
		font-size: 11px;	
		/*display: none;*/
	}
	.more-videos li.player
	{
		/*border: 0;*/
	}
	.vs-landing .slider-players #owl-player .item a div
	{
		max-width: 100px;
    	text-overflow: ellipsis;
    	overflow: hidden;
    	white-space: nowrap;
	}

	/* MREC */
	.vs-landing .body .pub-lojas.mrec
	{
		display: inherit;
	}
	.vs-landing .body .pub-lojas.mrec .pub-margin
	{
		width: 100%;
		display: inherit;
	}
	.vs-landing .body .pub-lojas.mrec .pub-margin.border
	{
		border: 0;
	}
	.vs-landing .body .pub-lojas.mrec .pub-margin .pub-content
	{
		width: 100%;
	}
	.vs-landing .body .pub-lojas.mrec .pub-margin.border .pub-content
	{
		width: 80%;
	}
	.vs-landing .body .pub-lojas img.pub-promo
	{
		width: 80%;
		padding-top: 50px;
		padding-bottom: 30px;
		background: transparent;
	}
	.vs-landing .body .pub-lojas a
	{
		display: inline;
	}
	.vs-landing .body .pub-lojas .pub-title.responsive
	{
		font-size: 1em;
		padding-top: 10px;
	}
	/* MREC */
  #time-logo div {
      width: inherit;
  }
  #time-logo-li
  {
    display: none;
    position: inherit;
  }
  #time-logo-li div {
    float: left;
      width: inherit;
      height: auto;
      background: rgb(0, 0, 0);
      border-radius: 0;
      background-size: 100%;
      position: absolute;
      bottom: 1px;
      left: 30%;
      right: inherit;
      margin: auto;
      min-width: 23px;
      border: 0;
      padding: 1px;
      display: flex;
      font-weight: normal;
      font-style: normal;
      font-family: Arial, Helvetica, sans-serif;
  }
  #time-logo-li div span
  {
    /*display: none;*/
    color: white;
    font-size: 10px;
  }
}

@media screen and (min-width: 1025px) {
	body{
		background: transparent;
	}
	#container
	{
		/*width: 1020px;*/
  		margin: 0 auto;
  		padding: 0 10px;
	}
	#header
	{
		background-color: transparent;
	}
	#body {
		padding-bottom: 0px;
	}
	.vs-landing .header-fixed
	{
		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-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 .ddsmoothmenu{
		padding-top: 7px;
	}
	.vs-landing #header #dmc-resumo
	{
		top: 0;
		margin-bottom: 5px;
		border: 0;
		    -webkit-box-shadow: 0 4px 6px -6px #222;
    -moz-box-shadow: 0 4px 6px -6px #222;
    box-shadow: 0 4px 6px -6px #222;
	}
	.vs-landing #header #dmc-resumo table .dmc-team 
	{
		font-size: 2em;
	}
	.vs-landing #header #dmc-resumo table .dmc-team span 
	{
		font-size: 16px;
	}

	.vs-landing #header #dmc-resumo span.team-name
	{
		font-size: 2em;
	}
	.vs-landing #header #dmc-resumo table td.dmc-resul
	{
		font-size: 60px;
	}
	.vs-landing #header #templatemo_menu {
		display: block;
		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;
	}
	.social-header-menu
	{
		position: relative;
		z-index: 10;
		top: 30px;
		float: right;
		/*width: 100%;*/
		text-align: right;
	}
	.social-header
	{
		display: none;
	}
	.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 15px 0;
  		font-family: 'Montserrat',sans-serif;
  		font-size: 18px;
  		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 ul li a:hover{
  		color: #e88117;
  	}
	.vs-landing .head
	{
		width: 100%;
		margin-top: 0;
	}
	.vs-landing .head .title-cab
	{
		font-size: 30px;
	}
	.vs-landing .head .title-detail {
		font-size: 30px;
		display: table;
		font-family: 'Montserrat',sans-serif;
		padding: 0px 0px 0px 0px;
		width: 100%;
		text-transform: uppercase;
		display: flex;
    	align-items: center;
    	/*background-image: url(http://www.abola.pt/img/logoabola.png);*/
    	background-position: right;
    	background-repeat: no-repeat;
	}

	.vs-landing .head .title-detail.site {
		display: table;
	}
	.vs-landing .head .title-detail.site #logo-site {
		display: table-cell;
	}
	.vs-landing .head .title-detail.site .right-logo {
		display: table-cell;
		float: right;
	}
	.vs-landing .head .title-detail.site .right-logo .team-name {
		float: left;
	  	color: #000000;
	  	display: table;
	  	padding-top: 10px;
	  	font-size: 30px;
	}


	.vs-landing .head .title-detail .team-logo img {
  		/*margin-left: 10px;*/
  		width: 70px;
  		height: 70px;
  		padding-top: 5px;
	}
	.vs-landing .head .title-detail .team-name
	{
		float: left;
	  	color: #000000;
	  	display: table;
	}
	.vs-landing .head .title-detail .team-name .team-more
	{
		display: block;
	  	color: #000000;
	  	text-transform: none;
	  	font-weight: normal;
	  	font-size: 15px;
	}
	.vs-landing .slider-players
	{
	  	margin-bottom: 4px;
	  	width: 100%;
	}
	.vs-landing .body .middle #vdo-player_wrapper
	{
		border-bottom-style: solid;
  		border-bottom-width: 4px;
  		border-bottom-color: #e77a2a;
	}
	.vs-landing .body .pub-lojas
	{
		/*padding-bottom: 80px;*/
	}
	.vs-landing .body .pub-lojas a
  	{
  		display: inline;
  		margin-right: 20px;
  	}
	 .vs-landing .body .pub-lojas .pub-title
	 {
	  	margin: 10px 10px 27px 10px;
	  	/*padding-top: 50px;*/
  	}
  	.vs-landing .head.player .title-detail .team-line
  	{
  		top: 60px;
  	}
  	.vs-landing .head .title-detail .team-logo {
  		/*padding-top: 10px;*/
  	}
	#footer
	{
		width: 100%;
		background: transparent;
		padding-top: 10px;
		text-transform: uppercase;
		position: relative;
		text-align: right;
	}
	#footer .footer-link
	{
		margin: 0;
		height: 54px;
		margin-right: 50px;
	}
	#footer .fotter-line
	{
		background-color: #1c1c1c;
		height: 20px;
		width: 100%;
	}

	.more-videos
	{
		display: table;
    width: 100%;
	}

	.more-videos ul
	{
		list-style: none;
  		list-style-image: none;
	}
	.more-videos ul li 
	{
		background-color: #fafafa;
  		width: 24.6%;
  		height: 355px;
  		position: relative;
  		float: left;
  		text-align: left;
  		margin-right: 5px;
	}
	
	ul.videovim.avivideo li:only-of-type {
    	/*width: 80%;*/
	}
	ul.videovim.avivideo li.player:only-of-type {
    	/*width: 30%;*/
	}
	#results ul.videovim.avivideo li:only-of-type {
    	/*width: 24.6%;*/
	}
	ul.videovim.avivideo li:first-child:nth-last-child(2), li:first-child:nth-last-child(2) ~ li {
	    /*width: 40%;*/
	}
	#results ul.videovim.avivideo li:first-child:nth-last-child(2), #results li:first-child:nth-last-child(2) ~ li {
	    /*width: 24.6%;*/
	}
	ul.videovim.avivideo li:first-child:nth-last-child(3), li:first-child:nth-last-child(3) ~ li {
    /*	width: 28%;*/
	}

	li.jw-sharing-inline-icon.jw-sharing-icon-twitter.jw-reset
	{
		width: 24px;
	}
	textarea.jw-sharing-text.jw-reset
	{
		line-height: 0.9em !important; 
	}

	.more-videos ul li:nth-child(4n+4) {
    	margin-right: 0px;
  	}
	.more-videos li a
	{
		display: block;
  		height: 100%;
  		padding: 0;
	}
	.more-videos li a:hover
	{
		background-color: #ebebeb;
	}
	.more-videos li img 
	{
		position: inherit;
		width: 100%;
		height: auto;
		border-bottom-style: solid;
  		border-bottom-width: 4px;
  		border-bottom-color: #303030;
  		    box-shadow: -1px 4px 10px -1px rgba(0,0,0,.45);
	}
	
	.more-videos .vimtitle {
  		padding: 6px 10px 0 10px;
  		width: inherit;
  		padding-bottom: 10px;
	}
	.more-videos .vimtext {
		font-family: 'PT Sans', sans-serif;
		max-height: 150px;
    	overflow-y: hidden;
  		white-space: inherit;
  		text-transform: none;
  		padding: 6px 20px 20px 10px;
  		/*display: none;*/
	}

	.vs-landing .head .title-detail .team-name .pl-little::before
	{
		content: " (";
	}
	.vs-landing .head .title-detail .team-name .pl-little::after
	{
		content: ")";
	}
	.vs-landing .slider-players #owl-player .item img
	{
		background-color: white;
    	border-radius: 60px;
    	padding: 5px;
    	margin-left: 1px;
    	width: 100px;
    	margin: auto;
	}

	/* Jogador */
	.vs-landing #header #templatemo_menu ul li a {
        padding: 35px 14px 0;
  }
  .player-stats
  {
    font-size: 16px; 
    display: none;
  }
  .player-rteam
  {
    display: none;
  }
  .player-videos
  {
    width: 105px;
  }
  .player-kit
  {
    display: inline;
  }
  .player-dt
  {
    display: inline;
  }
  .player-dt:after
  {
    content: " / ";
  }
  .player-nc
  {
    display: inline;
  }
  .player-position
  {
    display: inline;
    color: #1c1c1c;
    text-transform: none;
    font-weight: normal;
    font-size: 15px;
  }
  .vs-landing .game-jorns {
        width: 100%;
    }
}

/* Large screens ----------- */
 @media only screen and (min-width : 1200px) {
 	body
 	{
 		background: transparent;
 	}
 	.vs-landing .head .title-cab
 	{
 		max-width: 100%;
 		/*background-image: url(http://www.abola.pt/img/logoabola.png);*/
    	background-position: right;
    	background-repeat: no-repeat;
 	}
 	.vs-landing .body
 	{
 		background: transparent;
 	}
 	#container
 	{
 		padding: 0;
 	}
 	.vs-landing .body .bottom-detail
 	{
 		width: 100%;
 	}
 	.more-videos ul li 
	{
		background-color: #fafafa;
  		/*width: 16.378%;*/
  		/*width: 16.33%;*/
  		height: 355px;
  		position: relative;
  		float: left;
  		text-align: left;
  		margin-right: 5px;
	}
	.more-videos ul#game-li li 
	{
		height: 355px;
	}
	/*.more-videos ul li:nth-child(4n+4) {
    	margin-right: 5px;
	}

	.more-videos ul li:nth-child(6) {
		margin-right: 0;
	}
	.more-videos ul li:nth-child(12) {
		margin-right: 0;
	}
	.more-videos ul li:nth-child(18) {
		margin-right: 0;	
	}
	.more-videos ul li:nth-child(24) {
		margin-right: 0;
	}
	.more-videos ul li:nth-child(30) {
			margin-right: 0;	
	}
	.more-videos ul li:nth-child(36) {
			margin-right: 0;	
	}
	.more-videos ul li:nth-child(42) {
			margin-right: 0;	
	}
	.more-videos ul li:nth-child(48) {
			margin-right: 0;	
	}
	.more-videos ul li:nth-child(54) {
			margin-right: 0;	
	}*/
	ul.videovim.avivideo li:only-of-type {
    	/*width: 80%;*/
    	/*width: 25%;*/
	}
	ul.videovim.avivideo li.player:only-of-type {
    	/*width: 30%;*/
	}
	#results ul.videovim.avivideo li:only-of-type {
    	/*width: 24.6%;*/
	}
	ul.videovim.avivideo li:first-child:nth-last-child(2), li:first-child:nth-last-child(2) ~ li {
	    /*width: 40%;*/
	}
	#results ul.videovim.avivideo li:first-child:nth-last-child(2), #results li:first-child:nth-last-child(2) ~ li {
	    /*width: 24.6%;*/
	}
	ul.videovim.avivideo li:first-child:nth-last-child(3), li:first-child:nth-last-child(3) ~ li {
    	/*width: 28%;*/
	}
	#footer
	{
		background: transparent;
		position: relative;
		text-align: right;
	}
	#footer .footer-link
	{
		margin: 0;
		height: 54px;
		margin-right: 50px;
	}
	#footer .fotter-line
	{
		background-color: #1c1c1c;
		height: 20px;
		width: 100%;
	}
 }
/* iPad in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
	body{
		/*background-color: #000;
  		background-repeat: repeat-x;	
  		background-position: top;
  		background-image: url(//www.vsports.pt/images/templatemo_body.jpg);*/
	}
	#container
	{
  		margin: 0 auto;
  		padding: 0 10px;
  		width: 100%;
	}
	#header
	{
		background-color: transparent;
	}
	#body {
		padding-bottom: 0px;
    width: 98%;
    margin: auto;
	}
	.vs-landing .header-fixed
	{
		width: 1020px;
  		padding: 30px 10px 10px;
  		background: url(//www.vsports.pt/images/templatemo_header.png) bottom center no-repeat;
  		margin: auto;

  		display: inline-block;
  		position: inherit;
	}
	.vs-landing .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 .ddsmoothmenu{
		padding-top: 7px;
	}
	.vs-landing #header #dmc-resumo
	{
		top: 0;
    	margin-bottom: 5px;
    	border: 0;
    	-webkit-box-shadow: 0 4px 6px -6px #222;
    	-moz-box-shadow: 0 4px 6px -6px #222;
    	box-shadow: 0 4px 6px -6px #222;
	}
	.vs-landing #header #dmc-resumo table .dmc-team 
	{
		font-size: 2em;
	}
	.vs-landing #header #dmc-resumo table .dmc-team span 
	{
		font-size: 16px;
	}

	.vs-landing #header #dmc-resumo span.team-name
	{
		font-size: 2em;
	}
	.vs-landing #header #dmc-resumo table td.dmc-resul
	{
		font-size: 60px;
	}
	.vs-landing #header #templatemo_menu {
		display: block;
		width: 1020px;
  		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;
	}
	.social-header-menu
	{
		position: relative;
		z-index: 10;
		top: 30px;
		float: right;
		/*width: 100%;*/
		text-align: right;
	}
	.social-header
	{
		display: none;
	}
	.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 20px 0;
  		font-family: 'Montserrat',sans-serif;
  		font-size: 18px;
  		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 ul li a:hover{
  		color: #e88117;
  	}
	.vs-landing .head
	{
		width: 98%;
		margin-top: 0;
	}
	.vs-landing .head .title-cab
	{
		font-size: 30px;
	}
	.vs-landing .head .title-detail {
		font-size: 30px;
		display: table;
		font-family: 'Montserrat',sans-serif;
		padding: 0px 0px 0px 0px;
		width: 100%;
		text-transform: uppercase;
	}
	.vs-landing .head.player .title-detail {
		padding-top: 20px;
	}
	.vs-landing .head .title-detail .team-logo img {
  		margin-left: 10px;
	}
	.vs-landing .head .title-detail .team-name
	{
		/*float: left;
	  	color: #FFFFFF;
	  	display: table;
	  	padding-top: 24px;  
	  	text-shadow: 0px 1px 1px #4d4d4d;
	  	padding-left: 20px;*/
	}
	.vs-landing .head.player .title-detail .team-name
	{
		padding-top: 0;
	}
	.vs-landing .head .title-detail .team-name .team-more
	{
		/*display: block;
	  	padding-top: 25px;
	  	color: #FFFFFF;
	  	text-transform: none;
	  	font-weight: normal;
	  	font-size: 15px;*/
	}
	.vs-landing .slider-players
	{
	  	margin-bottom: 4px;
	  	width: 98%;
	}
	.vs-landing .body .middle #vdo-player_wrapper
	{
		border-bottom-style: solid;
  		border-bottom-width: 4px;
  		border-bottom-color: #e77a2a;
	}
	.vs-landing .body .pub-lojas
	{
		padding-bottom: 80px;
	}
	.vs-landing .body .pub-lojas a
  	{
  		display: inline;
  		margin-right: 20px;
  	}
	 .vs-landing .body .pub-lojas .pub-title
	 {
	  	margin: 10px 10px 27px 10px;
	  	padding-top: 50px;
	 }
	#footer
	{
		width: 1020px;
		background: #1c1c1c url(//www.vsports.pt/images/templatemo_footer_wrapper.jpg) repeat-x top;
		padding-top: 10px;
		text-transform: uppercase;
	}

	.more-videos
	{
		display: table;
	}

	.more-videos ul
	{
		list-style: none;
  		list-style-image: none;
	}
	.more-videos ul li 
	{
		background-color: #fafafa;
  		width: 24.6%;
  		height: 355px;
  		position: relative;
  		float: left;
  		text-align: left;
  		margin-right: 5px;
	}
  .vs-landing .body .bottom-detail
  {
    width: 100%;
  }
	.vs-landing .body .bottom .more-videos ul li:nth-child(3n)
  {
    margin-right: 0;
  }
  .vs-landing .body .bottom-detail .more-videos ul li:nth-child(3n)
  {
    margin-right: 0; 
  }
	.more-videos ul li:nth-child(4n+4) {
    	margin-right: 0px;
  	}
	.more-videos li a
	{
		display: block;
  		height: 100%;
  		padding: 0;
	}
	.more-videos li a:hover
	{
		background-color: #c8c8c8;
	}
	.more-videos li img 
	{
		position: inherit;
		width: 100%;
		height: auto;
		border-bottom-style: solid;
  		border-bottom-width: 4px;
  		border-bottom-color: #e77a2a;
	}

	.game-image {
	    display: table-row;
    	float: none;
    	width: inherit;
    	height: inherit;
	}
	.game-resume {
	    float: left;
	    width: 100%;
	    padding-top: 4px;
	}

	.player-foto{
	    display: table-row;
    	float: none;
    	width: inherit;
    	height: inherit;
	}
	.player-resume {
	    float: left;
	    width: 100%;
	    padding-top: 4px;
	}

	.more-videos .vimtitle {
  		padding: 6px 20px 0 20px;
  		width: inherit;
  		padding-bottom: 10px;
	}
	.more-videos .vimtext {
		max-height: 150px;
    	overflow-y: hidden;
  		white-space: inherit;
  		text-transform: none;
  		padding: 6px 20px 20px 20px;
  		/*display: none;*/
	}

	.vs-landing .head .title-detail .team-name .pl-little::before
	{
		content: " (";
	}
	.vs-landing .head .title-detail .team-name .pl-little::after
	{
		content: ")";
	}

	/* Novas Funcionalidades TABLET */
	.vs-landing .game-jorns {
    	width: 100%;
	}
	.vs-landing .body .bottom-detail .more-videos
	{
		width: 100%;
	}
	.vs-landing .body .bottom .more-videos
	{
		width: 100%;	
	}
	.vs-landing .body .bottom-detail .more-videos ul li {
	    width: 32.85%;
	    background-color: #fafafa;
	    height: 355px;
	    position: relative;
	    float: left;
	    text-align: left;
	    margin-right: 5px;
	    clear: none;
	}
	.vs-landing .body .bottom .more-videos ul li {
	    width: 32.85%;
	    background-color: #fafafa;
	    height: 355px;
	    position: relative;
	    float: left;
	    text-align: left;
	    margin-right: 5px;
	    clear: none;
	}
	.vs-landing .body .bottom-detail .more-videos li a {
	    display: block;
	    height: 100%;
	    padding: 0;
	    border: none;
	}
	.vs-landing .body .bottom .more-videos li a {
	    display: block;
	    height: 100%;
	    padding: 0;
	    border: none;
	}
	.vs-landing .body .bottom-detail .more-videos .eqs {
	    padding: 20px;
	    text-align: center;
	    height: 152px;
	    background: #E6E6E6;
	    width: 100%;
	}
	.vs-landing .body .bottom-detail .more-videos li .Hteam {
	    width: 45%;
	    text-align: center;
	}
	.vs-landing .body .bottom-detail .more-videos li .Hteam img {
	    width: 80px;
	}
	.vs-landing .body .bottom-detail .more-videos li .versus {
	    width: 10%;
	}
	.vs-landing .body .bottom-detail .more-videos li .Ateam {
	    width: 45%;
	    text-align: center;
	}
	.vs-landing .body .bottom-detail .more-videos li .Ateam img {
	    width: 80px;
	}
	.vs-landing .body .bottom-detail .more-videos .game-info {
	    width: 100%;
	}
	.vs-landing .body .bottom-detail .more-videos .vimtext {
	    padding-top: 5px;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    white-space: inherit;
	    /*display: none;*/
	}
	.vs-landing .body .bottom-detail .more-videos .vimtitle {
	    padding: 6px 20px 0 20px;
	    width: inherit;
	    padding-bottom: 10px;
	}
	.vs-landing .body .bottom-detail .more-videos .vimtitle .left {
	    font-size: 1.5em;
	}
	.vs-landing .body .bottom-detail .more-videos .vimtitle .right {
	    font-size: 1.5em;
	    width: 10%;
	}
	.vs-landing .body .bottom-detail .more-videos .vimtitle .game-data
	{
		font-size: 1em;
	}
	.vs-landing .body .bottom-detail .more-videos p.n-videos {
	    display: block;
	}
	.vs-landing #header #templatemo_menu
	{
		display: table;
		width: 100%;
	}
	/* Novas Funcionalidades TABLET */

}	
/* portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.more-videos ul li
	{
		width: 32.6%;
	}
	.vs-landing .head .title-detail .team-name .pl-little::before
	{
		content: "";
	}
	.vs-landing .head .title-detail .team-name .pl-little::after
	{
		content: "";
	}
	.vs-landing .head .title-detail .team-name .pl-full
	{
		display: none;
	}
	.vs-landing .head .title-detail .team-name .pl-little
	{
		display: inline;
	}
	.vs-landing #header #templatemo_menu ul li a {		
		padding: 32px 10px 0;
		font-size: 15px;
	}
	.vs-landing .game-jorns {
    	width: 100%;
	}
}
/* iphone landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation: landscape) {
	.vs-landing .head .title-detail .team-name .team-more
	{
		max-width: inherit;
	}
	.vs-landing .head .title-detail .team-line
	{
		top: 40px;
	}
	.vs-landing .head .title-detail .team-name
	{
		padding-top: 20px;
	}
	.more-videos li .Hteam
	{
		width: 45%;
	}
	.more-videos li .Ateam
	{
		width: 45%;
	}
	.more-videos li .versus
	{
		width: 10%;
	}
	.vs-landing .head.player
	{
		margin-top: 52px;
	}
	.player-foto
	{
		width: 22%;
	}
	.player-resume
	{
		width: 78%;
	}
	.game-image
	{
		width: 22%;	
	}
	.game-resume
	{
		width: 78%;	
	}
	.more-videos .vimtitle.player
	{
		font-size: 14px;
	}
	.more-videos .vimtext.player
	{
		font-size: 14px;
	}
	.vs-landing .head
	{
		margin-top: 38px;
	}
	.vs-landing .slider-players #owl-player .item img
	{
		width: 80px;
	}

	.jw-plugin-sharing .jw-sharing-content
	{
		width: 100% !important;
	}
	.jw-reset
	{
		font-size: 10px !important;
	}
	textarea.jw-sharing-text.jw-reset
	{
		line-height: 0.9em !important; 
	}
	.jw-plugin-sharing .jw-sharing-text
	{
		    padding: 0.4em 0.1em !important;
	}
	.modal-logo.clear
	{
		clear: none;
	}
}

@media only screen and (device-width: 1280px) and (device-height: 720px) and (orientation: landscape) {
	.vs-landing .head .title-detail .team-name .team-more
	{
		max-width: inherit;
	}
	.vs-landing .head .title-detail .team-line
	{
		/*top: 40px;*/
		top: 60px;
	}
	.vs-landing .head .title-detail .team-name
	{
		padding-top: 20px;
	}
	.more-videos li .Hteam
	{
		width: 45%;
	}
	.more-videos li .Ateam
	{
		width: 45%;
	}
	.more-videos li .versus
	{
		width: 10%;
	}
	.vs-landing .head.player
	{
		/*margin-top: 36px;*/
	}
	.player-foto
	{
		width: 22%;
	}
	.player-resume
	{
		width: 78%;
	}
	.game-image
	{
		/*width: 22%;	*/
	}
	.game-resume
	{
		/*width: 78%;	*/
		width: 100%;
	}
	.more-videos .vimtitle.player
	{
		font-size: 14px;
	}
	.more-videos .vimtext.player
	{
		font-size: 14px;
	}
}
@media only screen and (device-width: 640px) and (device-height: 360px) and (orientation : landscape) {
	.eqs {
	    height: 100%;
	    padding: 0;
	    float: left;
	    width: 30%;
	    padding-top: 16px;
	}
	.game-info {
	    float: left;
	    width: 70%;
	    padding-left: 2px;
	}
	.more-videos li a {
	    border-bottom-style: solid;
	    border-bottom-width: 1px;
	    border-bottom-color: #e77a2a;
	}
	.more-videos li .Hteam
	{
		width: 45%;
}	
	.more-videos li .Hteam img {
    	width: 40px;
	}
	.more-videos li .Ateam
	{
		width: 45%;
	}
	.more-videos li .Ateam img {
	    width: 40px;
	}
	.more-videos li .versus
	{
		width: 10%;
	}
	.more-videos .vimtitle {
    	font-size: 14px;
	}
	.more-videos .vimtext
	{
		font-size: 14px;
		/*display: none;*/
	}
	.more-videos .vimtitle .left {
	    font-size: 1em;
	    width: 90%;
	}
	.more-videos .vimtitle .right {
	    font-size: 1em;
	    width: 10%;
	}
	.more-videos .vimtext .game-comp {
	    display: inline;
	    font-size: 11px;
	}
	.more-videos .vimtext .game-jorn {
	    font-size: 11px;
	    text-transform: uppercase;
	}
	.more-videos .vimtitle .game-data {
	    font-size: 11px;
	    padding-top: 0px;
	    display: block;
	    clear: both;
	}
	p.n-videos {
	    display: none;
	}

	/* Jogo */
	.game-image
	{
		display: table;
    	float: left;
    	width: 103px;
    	height: 100%;
	}
	.vs-landing .body .game-image img 
	{
		border-radius: 0;
	}
	.game-resume
	{
		float: left;
    	width: 83%;
    	padding-top: 4px;
	}
	.game-resume .vimtitle
	{
		font-size: 14px;
	}
	.game-resume .vimtext
	{
		font-size: 14px;
		/*display: none;*/
	}
	/* Jogador */
	.player-foto
	{
		display: table;
    	float: left;
    	width: 17%;
    	height: 100%;
	}
	.player-resume
	{
		float: left;
    	width: 83%;
    	padding-top: 4px;
	}
	.more-videos .vimtitle.player
	{
		font-size: 12px;
	}
	.more-videos .vimtext.player
	{
		font-size: 11px;	
		/*display: none;*/
	}
	.more-videos li.player
	{
		border: 0;
	}
	/*.modal
	{
		width: 95%;
	}*/


	.jw-plugin-sharing .jw-sharing-content
	{
		width: 100% !important;
	}
	.jw-reset
	{
		font-size: 11px !important;
	}
	textarea.jw-sharing-text.jw-reset
	{
		line-height: 0.9em !important; 
	}
	.jw-plugin-sharing .jw-sharing-text
	{
		    padding: 0.4em 0.1em !important;
	}
	
	.modal-logo a img {
	    width: 80px;
	}
}
@media only screen and (device-width: 360px) and (device-height: 640px) and (orientation : portrait) {
	.vs-landing .head .title-detail .team-name .pl-little::before
	{
		content: "";
	}
	.vs-landing .head .title-detail .team-name .pl-little::after
	{
		content: "";
	}
	.jw-plugin-sharing .jw-sharing-content
	{
		width: 100% !important;
	}
	.jw-reset
	{
		font-size: 10px !important;
	}
	textarea.jw-sharing-text.jw-reset
	{
		line-height: 0.9em !important; 
	}
	.jw-plugin-sharing .jw-sharing-text
	{
		    padding: 0.4em 0.1em !important;
	}
}
@media only screen and (max-device-width: 568px) and (min-device-width: 320px){
  .vs-landing .head
  {
    margin-top: 0;
  }
  .vs-landing .head .title-detail .team-name
  {
    padding-top: 0;
  }
  .vs-landing .head .title-detail
  {
    padding-top: 5px;
  }
  .vs-landing #header .head .title-detail .eq
  {
    display: none;
  }
  .vs-landing .head .title-detail .team-name
  {
    padding-top: 0;
  }
  .vs-landing .head.player
  {
    margin-top: 0;
  }
  #header .upMenu
  {
    margin-bottom: 0;
  }

  /* API*/
   #header .upMenu .menu-site ul li a.liga-port img
    {
      height: 40px;
      width: auto;
      vertical-align: bottom;
      
    }
    #header .upMenu .menu-site ul li a
    {
      padding-left: 5px;
      padding-right: 5px;
    }


  #time-logo-li
  {
    display: none;
  }
	.vs-landing .game-jorns
	{
		width: 98%;
	}
	.game-jorns .owl-carousel .owl-wrapper {
	    left: 0px !important;
	}
	.owl-theme .owl-controls .owl-buttons .owl-prev{
	    /*  padding-bottom: 12px !important;*/
	    /*padding-top: 12px !important;*/
	}
	
	.owl-theme .owl-controls .owl-buttons .owl-next{
	      /*padding-bottom: 12px !important;*/
	    /*padding-top: 12px !important;*/
	}
	/* MREC */
	.vs-landing .body .pub-lojas.mrec
	{
		display: inherit;
	}
	.vs-landing .body .pub-lojas.mrec .pub-margin
	{
		width: 100%;
		display: inherit;
	}
	.vs-landing .body .pub-lojas.mrec .pub-margin.border
	{
		border: 0;
	}
	.vs-landing .body .pub-lojas.mrec .pub-margin .pub-content
	{
		width: 100%;
	}
	.vs-landing .body .pub-lojas.mrec .pub-margin.border .pub-content
	{
		width: 80%;
	}
	.vs-landing .body .pub-lojas img.pub-promo
	{
		width: 80%;
		padding-top: 50px;
		padding-bottom: 30px;
		background: transparent;
	}
	.vs-landing .body .pub-lojas a
	{
		display: inline;
	}
	.vs-landing .body .pub-lojas .pub-title.responsive
	{
		font-size: 1em;
		padding-top: 10px;
	}
	/* MREC */
}	
/* embebed */
#dmc-icon-open a img{
	float:left;
	width:5%;
	height:auto;
	background: rgba(0,0,0,0.5);
	border-radius: .25em;
	background-size:100%;
	position: absolute;
	top: 4%;
	right: 9%;
	margin: auto;
	min-width: 40px;
	border: 0;
}	
#dmc-icon-open a img:hover{
	background:  rgba(0,0,0,0.5);
	filter: invert(100%); 
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */}

#vdo-player.vdo-embd .jw-controls-right {right:auto;}
#vdo-player.vdo-embd .jw-overlay.jw-background-color.jw-reset {right:auto;}
#vdo-player_sharing #dmc-rules
{
	position: absolute;
	bottom: 2%;
	z-index: 1;
	padding-left: 5px;
	font-size: 0.7em;
	color: white;
	left: 0;
}
#vdo-player_sharing #dmc-rules a 
{
	color: white;
}
.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;
}
#vdo-player .vjs-social-embed-code {
    display: none;
}

/* MENU */
.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;
}
.wrapper-demo .wrapper-dropdown-2 .menu-mobile div{
  width:25px;
  height:3px;
  background-color:#333;
  margin:3px 0;
  transition:.4s
}
.wrapper-demo .wrapper-dropdown-2 .title{
  padding-right:5px;
  display:inline-flex;
  align-items:center;
  width:100%;
  font-size:15px
}
.wrapper-demo .wrapper-dropdown-2:after{
  width:0;
  height:0;
  position:absolute;
  right:16px;
  top:50%;
  margin-top:-3px;
  border-width:6px 6px 0;
  border-style:solid;
  border-color:grey transparent
}
.wrapper-dropdown-2 .dropdown {
    position: absolute;
    top: 100%;
    left: -2px;
    right: 0;
    background: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    list-style: none;
    opacity: 0;
    pointer-events: none;
}
.wrapper-dropdown-2 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    border-left: 2px solid;
    padding: 10px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-size: 15px;
}

    .wrapper-dropdown-2.active .dropdown{
        opacity:1;
        pointer-events:auto;
        z-index:2
    }

/* PUB */
@media only screen and (min-width: 320px) {
  .vs-landing .body .bottom .more-videos ul li a.videoThumbvim.currentvideo.addon {
      display: block;
      height: 200px;
      background-image: url(/video/images/app-oficial-liga-portugalv2.jpg?anchor=center&mode=crop&width=647&height=485&rnd=131642069590000000);
      background-size: cover;
      background-position: right;
  }
}
@media only screen and (min-width: 768px) {
  .vs-landing .body .bottom .more-videos ul li a.videoThumbvim.currentvideo.addon {
    height: 353px;
  }
}
@media only screen and (min-width: 320px) {
  .legend .legend-left {
      float: left;
      width: 90%;
  }
  .legend .legend-right {
      float: right;
      padding-top: 5%;
  }
  .legend .legend-right .txt {
      display: none;
  }
  .legend .legend-right img 
  {
    width: 30px;
    display: block;
    padding-top: 5px;
    padding-right: 3px;
  }
}
@media only screen and (min-width: 992px){
  .legend .legend-left {
      float: left;
      width: 70%;
  }
  .legend .legend-right {
      float: right;
      padding-top: 2%;
  }
  .legend .legend-right .txt {
    display: block;
      color: #aeaeae;
      font-size: 14px;
      text-transform: uppercase;
      margin-bottom: 5px;
      font-weight: 400;
      border-bottom: 1px solid #CCCCCC;
  }
  .legend .legend-right img 
  {
    width: 35px;
    display: inline;
    padding-right: inherit;
  }
} 