* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
.champions-league {
	width: 1202px;
	position: relative;
	margin: 10px auto;
}
.champions-league-title {
	width: 100%;
	height: 85px;
	position: relative;
	background: url(../img/champions-league-title-bg.png) left top repeat-x;
	border-top: solid 4px #dbad26;
}
.copaoro .champions-league-title{
	background: url(../img/gold_cup_bg.jpg) center top no-repeat;
}
.copaamerica .champions-league-title{
	background: url(../img/copaamerica_bg.jpg) center top no-repeat;
}
.champions-logo {
	margin: -12px auto 0px auto;
	width: 204px;
	height: 92px;
	display: block;
}
.champions-logo {
	margin-top: -5px;
}
.league-social {
	width: 200px;
	height: 30px;
	position: absolute;
	top: 27px;
	right: 7px;
	text-align: right;
}
.league-social .facebook, .league-social .twitter, .league-social .google-plus {
	margin-right: 9px;
	width: 30px;
	height: 30px;
}
.league-social a {
	display: inline-block;
}
.league-social .facebook {
	background: url(../img/icon_facebook.png)	left top no-repeat;
}
.league-social .twitter {
	background: url(../img/icon_twitter.png)	left top no-repeat;
}
.league-social .google-plus {
	background: url(../img/icon_google.png)	left top no-repeat;
}
.league-social .btn-more {
	padding-bottom: 0px;
	margin-left: 10px;
	bottom: 5px;
}
.champions-league-title .sponcor {
	height: 40px;
	width: 460px;
	display: block;
	position: absolute;
	left: 20px;
	top: 25px;
	display: none;
}
.champions-league-title .sponcor p {
	line-height: 40px;
	font-size: 10px;
	color: #c6c6c6;
	font-family: "HumanLight";
	font-style: italic;
	opacity: 0.8;
	float:left;
	text-transform:uppercase;
}
.champions-league-title .sponcor img {
	/*position: absolute;
	right: 0px;
	top: 0px;*/
	height: 40px;
	width: auto;
	font-size: 10px;
	float:left;
	margin-left:10px;
}
.champions-league-content {
	width: 100%;
	height: 238px;
	position: relative;
	background: url(../img/champ-stats-bg.jpg)	center top no-repeat;
}
.copaoro .champions-league-content {
background: url(../img/gold_cup_bg.jpg) center -85px no-repeat;
}
.copaamerica .champions-league-content {
background: url(../img/copaamerica_bg_content.jpg) center top no-repeat;
}
.champions-league-content .matches {
	width: 75%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.champions-league-content .matches .latest-match, .champions-league-content .matches .upcoming-match, .champions-league-content .match-scores .standings, .champions-league-content .match-scores .top-scores {
	width: 270px;
	height: 208px;
	position: relative;
	display: inline-block;
	top: 12px;

	text-align: center;
}
.champions-league-content .matches .latest-match, .champions-league-content .match-scores .standings {
	left: 15px;
}
.champions-league-content .matches .upcoming-match, .champions-league-content .match-scores .top-scores {
	right: 0px;
	margin-right: 23px;
	left: 45px;
}
/*.champions-league-content .matches .cargaMatchLatest, .champions-league-content .matches .cargaMatchUpcoming{
	background: transparent url(../img/progress.gif) no-repeat center center;
	width: 270px;
	height: 208px;
}	*/

.champions-league-content h1 {
	line-height: 34px;
	font-family: "HumanBTIta";
	font-size: 16px;
	color: #ffffff;
	text-shadow: 2px 2px #000000;
	font-weight: 100;
	text-align: left;
	text-transform: uppercase;
}
.champions-league-content .matches .teams {
	width: 100%;
	height: 133px;
	background: url(../img/champ-matches-bg.png);
	position: relative;
	disply: block;
}
.copaoro .champions-league-content .matches .teams {
	background: url(../img/gold-cup-matches-bg.png);
}
.copaamerica .champions-league-content .matches .teams {
	background: url(../img/copaamerica-matches-bg.png);
}
.matches .match-date {
	width: 100%;
	height: 40px;
	display: block;
	background: #ffbe00;
}
.copaamerica .matches .match-date {
	background: #c1890d;
}
.matches .match-date .game-time {
	font-family: "HumanBoldItalic";
	background: url(../img/game-time-bg.png) center center no-repeat;
	background-size: 100% 100%;
	padding: 1px 9px;
	margin-left: 8px;
}
.matches .match-date p {
	font-family: "HumanBTIta";
	font-size: 14px;
	color: #000000;
	line-height: 40px;
}
.teams .match-stats {
	width: 105px;
	height: 100%;
	position: absolute;
	left: 88px;
	top: 0px
}
.game-status {
	font-family: "HumanBTIta";
	font-size: 14px;
	height: 15px;
	line-height: 14px;
	color: #ffffff;
	text-shadow: 2px 2px #000000;
	position: absolute;
	left: 8px;
	top: 8px;
	padding-left: 19px;
	background: url(../img/stream-mark.png) no-repeat;
	overflow: hidden;
}
.game-status.red {
	background-position: left top;
}
.game-status.yellow {
	background-position: left -14px;
}
.game-status.green {
	background-position: left bottom;
}
.match-stats.versus {
	background: url(../img/icon-versus.png) center 47px no-repeat;
}
.teams .match-stats h2, .upcoming-match h3 {
	font-family: "HumanBoldItalic";
	font-size: 47px;
	line-height: 133px;
	color: #ffffff;
	text-shadow: 2px 2px #000000;
	height:82px;
	letter-spacing:-3px;
}
.matches .team-one, .matches .team-two {
	width: 70px;
	height: 100%;
	position: absolute;
	top: 0px;
}
.matches .team-one span, .matches .team-two span {
	font-size: 14px;
	color: #ffffff;
	position: absolute;
	bottom: 14px;
	text-shadow: 2px 2px #000000;
	font-family: "HumanBoldItalic";
	width: 165%;
	left: -45%;
}
.matches .team-one span{left: -25%;}
	.matches .team-one img, .matches .team-two img {
		padding-top: 34px;
		max-width: 70px;
		height: 60px;
	}
	.matches .team-one {
		left: 18px;
	}
	.matches .team-two {
		right: 18px;
	}
.upcoming-match .match-stats img {
	padding-top: 47px
}
.champions-league-content .match-scores {
	width: 25%;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
}
.copaamerica .match-scores .title {
	background: #c1890d;
}
.match-scores .title {
	width: 252px;
	height: 25px;
	background: #ffbe00;
	display: block;
	padding: 0px 8px 0px 10px;
}
.match-scores .title p, .match-scores .table-scores ul li p {
	font-family: "HumanBTIta";
	float: left;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	line-height: 25px;
	position: relative;
	font-weight: 100;
}
.match-scores .title p span {
	width: 20px;
	display: inline-block;
	text-align: center;
}
.match-scores .title p {
	font-family: "HumanRoman";
}
.match-scores .title .name-score  {
	float: right;
	padding-left: 40px;
	font-family: "HumanRoman";
}
.match-scores .table-scores {
	width: 100%;
	height: 150px;
	display: block;
	background: url(../img/scores-table-bg.png)	left top repeat;
}
.match-scores .table-scores ul {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.match-scores .table-scores ul li {
	list-style: none;
	width: 100%;
	height: 49px;
	float: none;
	display: block;
	position: relative;
	margin-bottom: 1px;
}
.match-scores .table-scores ul li p {
	line-height: 49px;
	font-size: 12px;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
	padding-left: 40px;
}
.match-scores .table-scores ul li img {
	vertical-align: middle;
}
.match-scores .standings .table-scores ul li img {
	position: absolute;
	left: 9px;
	top: 6px;
	max-width: 28px;
	max-height: 34px;
}
.match-scores .table-scores ul li p span {
	width: 20px;
	display: inline-block;
	text-align: center;
	font-family: "HumanRoman";
	font-weight: 100;
}
.match-scores .table-scores ul li .name-score  {
	padding-left: 0;
	right: 8px;
	position: absolute;
}
.top-scores li p {
	padding-left: 15px !important;
}
.match-scores .table-scores ul li .team-land {
	position: absolute;
	left: 135px;
}
.match-scores .top-scores .table-scores ul li img {
	padding-right: 5px;
	margin-top: 10px;
	width: 35px;
}
/* End of block 'GROUP 1 STANDINGS' - 'CHAMPIONS LEAGUE TOP SCORERS' */
.select-team {
	width: 100%;
	height: 76px;
	position: relative;
	display: block;
	background: url(../img/champ-select-team-bg.png) repeat;
}
.copaoro .select-team {
	background: url(../img/gold_cup_bg.jpg) center bottom no-repeat;
}
.copaamerica .select-team {
	background: #0d2951;
}
.select-team .select-box {
		width: 202px;
		height: 34px;
		left: 18px;
		top: 19px;
		position: absolute;
		overflow: hidden;
}
.select-box  select {
	width: 225px;
	height: 34px;
	line-height: 34px;
	background: url(../img/select-bg.png) left top no-repeat;
	font-weight: 100;
	background-color: #000000;
	color: #ffffff;
	font-size: 14px;
	font-family: "HumanLight";
	padding-left: 6px;
	border: none;
	-webkit-appearance: none;
}
.copaoro .select-box  select {
		background: url(../img/select-goldcup-bg.png) left top no-repeat;
		background-color: #032245;
}
.copaamerica .select-box  select {
		background: url(../img/select-copaamerica-bg.png) left top no-repeat;
		background-color: #0d2951;
}
.select-box select option {
	height: 33px;
	padding-top: 4px;
	padding-left: 10px;
	border: solid 1px #404040;
	cursor: pointer;
}
.copaoro .select-box select option {
	border: solid 1px #224676;
}
@-moz-document url-prefix()	{
	.select-box  select { padding: 6px; }
}
.list-team {
	width: 960px;
	height: 31px;
	display: block;
	position: absolute;
	right: 12px;
	top: 20px;
	overflow: hidden
}
.copaoro .list-team {
	height: 40px;
	top: 16px;
}
.list-team a {
	float: left;
	margin-left: 10px;
}
.list-team a img{
	height: 30px;
}
.copaoro .list-team a {
	margin-left: 38px;
	cursor: pointer;
}
.copaoro .list-team a img {
	height: 40px;
}
.btn-more  {
	position:absolute;
	right: 0px;
	bottom: 13px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	height: 20px;
	line-height: 20px;
	padding: 0px 8px;
	font-size: 12px;
	font-family: "HumanRoman";
	font-weight: 100;
}
.champions-league-content .btn-more {
	bottom: 180px;
}
.btn-more.black {
	color: #2a2a2a;
	background: #ffffff;
	border: solid 1px rgba(255, 255, 255, 0.22);
}
.btn-more.white {
	color: #ffffff;
	background: none;
	border: solid 1px rgba(255, 255, 255, 0.22);
}
.creditoDF{
	background: url(../img/datafactory.png) left top no-repeat;
	width: 186px;
	height: 30px;
	float: right;
}
.creditoDF a{
	display: block;
	width: 186px;
	height: 16px;
	clear: both;
}
.creditoDF a span{
	display: none;
}
.penaltiesResult{
	background-color:#fff;
	-webkit-border-radius: 50%;
			    border-radius: 50%;
	color:#191919;
	display:inline-block;
	font-family:"HumanBoldItalic";
	font-size:15px;
	height:20px;
	line-height:20px;
	margin:0 3px;
	text-align:center;
	width:22px;
}
.matches .goto,.match-scores  .goto,.matches .gotoStandings,.match-scores  .gotoStandings,.itemContent {
	display: none;
}
.ligacampeonesconcacaf .owl-highlights.owl-theme .owl-controls .owl-page span, .ligacampeonesconcacaf .owl-highlights.owl-theme .owl-dots .owl-dot span, .ligacampeonesconcacaf .owl-highlights.owl-theme .owl-dots .owl-dot:hover span{
	background: #565656 none repeat scroll 0 0;
}
.ligacampeonesconcacaf  .owl-highlights.owl-theme .owl-controls .owl-page.active span, .ligacampeonesconcacaf  .owl-highlights.owl-theme .owl-dots .owl-dot.active span{
	background: #ffc501;
}

@media only screen and (max-width: 320px){
	.matches .team-one img, .matches .team-two img {
	    height: 45px;
	    padding-top: 38px;
	}
	.teams .match-stats h2, .upcoming-match h3{
		font-size: 42px;
	}
	.matches .team-one span, .matches .team-two span{
		font-size: 12px;
	}
	.match-scores .table-scores ul li p.name-team{
		width:65% !important;
	}
	.match-scores .table-scores ul li p.team-land,.match-scores .table-scores ul li p.name-score{
		width: 17% !important;
	}
	.match-scores .title p.title-name{
		width: 62% !important;
	}
	.match-scores .title .name-score {
	    width: 19% !important;
	}


}
@media only screen and (max-width: 767px){
	.champions-league-content{
		background: #000;
		height:340px;
	}
	.copaamerica .champions-league-content{
		background: #150F29;
	}
	.champions-league{
		width: 100%;
		margin: 0px;
		position: static;
	}
	.champions-league-title{
		background: #131313;
	}
	.champions-league-content .matches .upcoming-match,.champions-league-content .match-scores .standings,.select-team,.champions-league-content .btn-more{
		display: none;
	}
	.champions-league-content .match-scores .standings{
		display: block;
		position: static;
	}
	.champions-league-content .matches .latest-match{
		display: block;
		position: static;
		width: 100%;
	}
	.champions-league-content .match-scores{
		width: 100%;
		top: 48px;
		height: 140px;
	}
	.champions-league-content .match-scores .top-scores{
		position: static;
		width: 100%;
	}
	.champions-league-title .league-social{
		display: none;
	}
	.match-scores .title{
		width: 100%;
	}
	.match-scores .table-scores ul li p.name-team{
		width:70%;
		padding-left: 0px !important;
		text-align: left;
		text-indent: 10px;
	}
	.match-scores .table-scores ul li p.team-land,.match-scores .table-scores ul li p.name-score{
		width: 15%;
		left: 0;
		position: static;
		float: left;
		padding-left: 0px !important;
	}
	.match-scores .table-scores ul li{
		border-bottom: 1px solid #565656;
		box-sizing: border-box;
	}
	.match-scores .table-scores ul li:last-child{
		border-bottom: none;
	}
	.match-scores .top-scores .table-scores ul li img{
		width: 25px;
	}
	.match-scores .title p.title-name{
		width: 70%;
		text-align: left;
		float: left;
		text-indent: 10px;
	}
	.match-scores .title .name-score{
		width: 15%;
		padding-left: 0px;
	}
	.match-scores .top-scores .table-scores ul li img{
		padding-right: 0px;
	}
	.match-scores .table-scores ul li p span{
		width: 50%;
		display: inline-block;
		float: left;
	}
	.match-scores .title p span{
		width: 50%;
		display: inline-block;
	}
	.match-scores .title{
		padding: 0px;
	}
	.matches .match-date p{
		line-height: 50px;
	}
	.champions-league-content .matches .teams{
		background: #000;
		position: static;

	}
	.copaamerica .champions-league-content .matches .teams{
		width: 95%;
		margin: 0 2.5%;
	}
	.champions-league-content .matches{
		width: 100%;
		height: 140px;
		top: 56px;
	}
	.matches .team-one, .matches .team-two {
	    float: left;
	    height: 133px;
	    position: static;
	    width: 30%;
	}
	.teams .match-stats {
	    float: left;
	    height: 133px;
	    left: 0;
	    position: static;
	    top: 0;
	    width: 40%;
	}
	.matches .team-one span {
	    float: left;
	    left: -25%;
	    position: static;
	    width: 100%;
	}
	.matches .team-two span {
	    float: left;
	    left: -25%;
	    position: static;
	    width: 100%;
	}
	/*.champions-league-content h1{
		display: none;
	}*/
	.champions-league-content .match-scores .standings{
		width: 100%;
	}
	.copaamerica .navmobile {
		background: #0D2951;
    border-bottom: 1px solid #3163bf;
    border-top: 1px solid #3163bf;	
	}
	.navmobile {
	    color: white;
	    display: block !important;
	    height: 46px;
	    width: 100%;
	    background: #252525;
	    border-bottom: 1px solid #565656;
	    border-top: 1px solid #565656;
	}
	.navmobile li{
	    display: inline-block;
	    width: 50%;
	    float: left;
	    color: #868686;
	    text-align: center;
	    font-family: "HumanBTIta";
	    font-size: 16px;
	    line-height: 46px;
	    text-shadow: 2px 2px #000000;
	    font-weight: 100;
	    text-transform: uppercase;
	    box-sizing:border-box;
	    cursor: pointer;

	}
	.navmobile li.active{
		color: #fff;
	}
	.navmobile li.active:after{
		width: 0;
		height: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid #565656;
		content: "";
		display: block;
	    position: relative;
	    margin-top: 0px;
	    margin-bottom: 0px;
	    margin-left: auto;
	    margin-right: auto;
	    box-sizing:border-box;
	}
	.copaamerica .navmobile li.active:after{
		border-top-color: #3163bf;
	}
	.navmobile li:last-child::before {
	    border-right: 1px solid #565656;
	    box-sizing: border-box;
	    content: "";
	    display: block;
	    height: 29px;
	    margin: 9px 0 0;
	    position: absolute;
	    width: 1px;
	}
	.copaamerica .navmobile li:last-child::before {
		border-right-color: #3163bf;
	}
	.copaoro .navmobile li:last-child::before {
	    border-right: 1px solid #2764c0;
	    box-sizing: border-box;
	    content: "";
	    display: block;
	    height: 29px;
	    margin: 9px 0 0;
	    position: absolute;
	    width: 1px;
	}
	.copaoro .champions-league-title{
		background: #063676;
	}
	.copaoro .champions-league-content {
	    background: none repeat scroll 0 0 #063676;
	}
	.copaoro .champions-league-content .matches .teams {
		background: none repeat scroll 0 0 #063676;
	}
	.copaoro .navmobile {
	    color: white;
	    display: block !important;
	    height: 46px;
	    width: 100%;
	    background: #19284e;
	    border-bottom: 1px solid #2764c0;
	    border-top: 1px solid #2764c0;
	}
	.copaoro .navmobile li{
	    display: inline-block;
	    width: 50%;
	    float: left;
	    color: #868686;
	    text-align: center;
	    font-family: "HumanBTIta";
	    font-size: 16px;
	    line-height: 46px;
	    text-shadow: 2px 2px #000000;
	    font-weight: 100;
	    text-transform: uppercase;
	    box-sizing:border-box;
	    cursor: pointer;

	}
	.copaoro .navmobile li.active{
		color: #fff;
	}
	.copaoro .navmobile li.active:after{
		width: 0;
		height: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid #2764c0;
		content: "";
		display: block;
	    position: relative;
	    margin-top: 0px;
	    margin-bottom: 0px;
	    margin-left: auto;
	    margin-right: auto;
	    box-sizing:border-box;

	}
	.teams .match-stats h2{
		height: auto;
	}

	.champions-league-content .match-scores .standings, .champions-league-content .match .latest-match{
		display: none;
	}
	.champions-league-content .match .latest-match.active{
		display: block;
	}
	.champions-league-content .match .standings.active{
		display: block;
	}
	.copaoro .matches .goto, .copaoro .match-scores  .goto,  .copaoro .match-scores  .gotoStandings,.copaoro .matches .gotoStandings {
	    border: 1px solid #2764c0;
	}
	.matches .goto, .match-scores  .goto,  .matches .gotoStandings, .match-scores  .gotoStandings{
	    border: 1px solid #535353;
	    display: block;
	    height: 55px;
	    margin: auto;
	    text-align: center;
	    width: 95%;
	    box-sizing: border-box;
	}

	.copaoro .match-scores .table-scores{
		background: transparent;
	}
	.copaoro .match-scores .table-scores ul li{
		border-bottom: 1px solid #224d99;
	}
	.copaoro .match-scores .table-scores ul li:last-child{
		border-bottom: none;
	}
	.matches .goto a,.match-scores  .goto a,.matches .gotoStandings a,.match-scores  .gotoStandings a {
	    color: #fff;
	    font-family: "HumanLight";
	    line-height: 55px;
	    text-decoration: none;
	    text-transform: uppercase;
	}
	.match-scores .title{
		margin-top: 20px;
	}
	.matches .match-date{
	    height: 50px;
	    margin: auto auto 5px;
	    width: 95%;
	}
	.match-scores .table-scores{
		width: 96%;
		margin: auto;
	}
	.match-scores .title {
	    margin: 20px auto 0;
	    width: 96%;
	}
	.game-status{
		display: none;
	}

	.match-scores .standings .title .name-score{
		width: 50% !important;
		text-align: right !important;
		right: 10px;
	}
	.match-scores .standings .title p span{
		width: 13%;
	}
	.match-scores .standings  .title p{
		width: 45%;
		text-indent: 10px;
		text-align: left !important;
	}
	.match-scores .standings  .mobile{
		display: none;
	}
	.match-scores .standings  .cadaGrupo h1{
		line-height: 48px;
		height: 30px;
		text-align: center;
	}
	.match-scores .standings .table-scores ul li p.name-score{
		box-sizing: border-box;
		left: 26.333333%;
		width: 60% !important;
		position: inherit;

	}
	.match-scores .standings .table-scores ul li p span{
		width: 11%;
	}
	.match-scores .standings .table-scores ul li p{
		width: 40%;
		text-align: left;
		box-sizing: border-box;
	}
	.match-scores .standings .table-scores ul li img{
		top: 10px;
	}

}
/*topScores*/
.full-stats .topScores{
	overflow: hidden;
}
.topScores{
	clear: both;
  height: auto;
  width: 100%;
  background-color: #13478a;
  color: #000;
  font-family: "HumanBTIta";
  font-size: 16px;
  overflow: auto;
  padding-bottom: 40px;
}
.topScores.ligacampeonesconcacaf{
	background-color: #0C0C0C;
}
.topScores.copaamerica{
	background-color: #070034;
}
.topScores .name {
	color: #fff;
  font-family: "HumanLight";
  text-transform: uppercase;
  font-size: 36px;
  text-indent: 2%;
  float: left;
  width: 80%;
  box-sizing: border-box;
  font-weight: 100;
  margin:12px 0 0 0;
}
.topScores .more {
	float: right;
  width: auto;
  height: 32px;
  line-height: 31px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 15px;
  text-align: center;
  margin-top: 19px;
  padding: 0px 22px;
  margin-right: 2%;
}
.topScores .more a{
  color:#13478a;
  font-family: "HumanBTBol";
  text-transform: uppercase;
  text-decoration: none;
}
.topScores.ligacampeonesconcacaf .more a{
	color:#000;
}
.topScores .headTitle{
	height: 72px;
	width: 100%;
}
.topScores .itemContentTeams, .topScores .itemContentPlayers, .topScores .matchContent{
	float: left;
	width: 98%;
	margin: 10px 1%
}
.topScores .item{
	width: 90%;
	margin: 0 auto;
}
.full-stats .topScores .itemContentTeams .item,.full-stats .topScores .itemContentPlayers .item{
	width: 31.33%;
	float: left;
	margin: 10px 1%;
	display: none;
}
.topScores .matchContent{
	width: 97%;
}

.topScores .item h1{
	line-height: 34px;
	font-family: "HumanBTIta";
	font-size: 16px;
	color: #ffffff;
	text-shadow: 2px 2px #000000;
	font-weight: 100;
	text-align: left;
	text-transform: uppercase;
}
.topScores .box{
	height: 126px;
	width: 100%;
	background: url("../img/bg_topscores.png") no-repeat center left #FFC600;
	box-sizing:border-box;
	display: block;
	margin: 0 auto;
	position: relative;
}
.topScores.copaamerica .box, .topScores.copaamerica .box.teams{
	background: #004795;
}
.topScores .box.teams{
	background: url("../img/bg_topscores.jpg") no-repeat center left #FFC600;
}
.topScores.copaamerica .box.teams{
	background-image: none;
}
.topScores .box .colLeft{
}
.topScores .box .colRight{
display: block;
  width: 175px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,b6b6b6+100 */
  background: rgb(0,0,0); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(182,182,182,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(182,182,182,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(182,182,182,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(182,182,182,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(182,182,182,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(182,182,182,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#b6b6b6',GradientType=0 ); /* IE6-9 */

  height: 100%;
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
}
.topScores .box.teams .colRight{
	background: transparent;
}
.topScores .box .colRight .photoContainer{
	width: 127px;
	height: 127px;
	background: transparent top right no-repeat;
	background-size: 127px 127px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}
.topScores.copaamerica .box .colRight:after, .topScores.copaamerica .box .colRight .mask{
	display: none;
}
.topScores.copaamerica .box .colRight{
	background: none;
}
.topScores .box .colRight:after{
	display: block;
	content: " ";
	width: 0;
	height: 0;
	border-right: 0px solid transparent;
	border-bottom: 30px solid #ffc501;
	border-left: 30px solid transparent;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 112;
}
.topScores .box .colRight .mask{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
}
.topScores .box .colRight img:not(.mask){
	width: auto;
  right: 0;
  position: absolute;
  bottom: initial;
  top: 25%;
  left: 35%;
}
.topScores .box .colRight img.camiseta {
	width: auto;
	left: 0;
	position: absolute;
	bottom: initial;
	transform: translateY(-50%);
	right: -37px;
	margin: 0 auto;
}
.contResume .topScores .box.players .colRight img:not(.mask),{
	top: 80%;
}
.topScores .box.players .colRight img:not(.mask){
	top: 70%;
}

.topScores .box .colRight svg{
	width: 200px;
  position: absolute;
	right: 0;
  left: 0;
}
.topScores .box .boxName,
.topScores .box .boxTeam,
.topScores .box .boxGol{
	height: 30px;
	box-sizing:border-box;
	margin-left: 6%;
	position: relative;
  z-index: 9999;
}
.topScores .box .boxGol{
	margin-left: 1%;
}
.topScores .box .boxTeam img{
	width: 15px;
	height: 15px;
	float: left;
}
.topScores .box .boxTeam{
	line-height: 15px;
	text-indent: 7px;
}
.topScores.copaamerica .box .boxGol{
	background: #00A2E2;
}
.topScores .box .boxGol{
	  height: 45px;
		width: 40%;
	  background-color: #ffe000;
	  opacity: 0.8;
	  float: left;
	  line-height: 16px;
	  text-align: center;
	  font-family: "HumanBoldItalic";
	  margin-left: 13px;
	  margin-right: -6px;
	  margin-top: 12px;
	  box-sizing: border-box;
}
.topScores .box.players .boxGol{
	margin-top: 0px;
}
.topScores .box .boxGol span{
	position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-family: "HumanBTIta";
  display: block;
  font-size: 26px;
}
.topScores .box .boxName{
	height: 44px;
	width: auto;
	box-sizing: border-box;
	line-height: 50px;
	font-size: 24px;
}
.owl-highlights .owl-pagination{
	margin: 20px 0 0;
}
.owl-highlights.owl-theme .owl-controls .owl-page span,
.owl-highlights.owl-theme .owl-dots .owl-dot span,
.owl-highlights.owl-theme .owl-dots .owl-dot:hover span{
	width: 10px;
  height: 10px;
  margin: 0 6px 4px;
  background: #455ead;
  opacity: 1;
}
.owl-highlights.owl-theme .owl-controls .owl-page.active span,
.owl-highlights.owl-theme .owl-dots .owl-dot.active span
{
	width: 14px;
	height: 14px;
	margin: 2px 6px;
	background: #ffc501;
}
.contResume{
	padding: 0;
}
.contResume .topScores .GC_title{
	width: 100%;
	float: left;
}

.ligacampeonesconcacaf .topScores .headTitle{
	background: #0c0c0c none repeat scroll 0 0;
    border-bottom: 1px solid #535353;
    border-top: 1px solid #535353;
}
@media only screen and (max-width: 1250px){
	.full-stats .stream div{
		font-size: 20px;
	}
}
@media only screen and (max-width: 1100px) and (min-width: 767px){
	.full-stats .stream h1{
		font-size: 35px;
	}
	.full-stats .contResume .stream .team-one img, .full-stats .contResume .stream .team-two img {
	    height: 30px;
	    margin-top: 15px;
	}
	.full-stats .stream div{
		font-size: 15px;
	}
	.contResume .additionalInfo p{
		font-size: 17px;
	}
}
@media only screen and (max-width: 850px){
	.full-stats .topScores .itemContentTeams .item, .full-stats .topScores .itemContentPlayers .item{
		width: 48%;
	}

}
@media only screen and (max-width: 782px){
	.topScores .box .colRight svg{
		width: 255px;
	}
}
@media only screen and (max-width: 767px){
	.topScores .name{
		font-size: 25px;
		width: 76%;
	}
	.topScores .box .boxName {
		line-height: normal;
		font-size: 20px;
		padding: 10px 0
	}
	.full-stats .topScores .headTitle {
		margin: 20px 0 0;
		background: #1b274e;
		height: auto;
		padding: 6px 0;
		border-top: 1px solid #3163bf;
		border-bottom: 1px solid #3163bf;
	}
	.full-stats .tournament-nav li:not(.dropdownWrapper) {
		display: none;
	}
	.contResume .match-group{
		width: 98%;
		margin-bottom: 20px;
	}
	.full-stats h2.hMobile {
	    display: block;
	}
	.full-stats .owl-theme .owl-controls .owl-buttons {
	    display: block;
	}
	.champions-league-content h1{
		text-align: center !important;
	}
}
@media only screen and (max-width: 520px){
	.upcom-game .stream{
		margin:0;
	}
	.contResume .stream::after{
		top: 0px;
		height: 59px;
		background: none;
	}
	.contResume .stream p{
		display:block;
	}
	.contResume .stream {
		height:60px;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAI0lEQVQImWO4evVqGgMWABdHV4ChASaAyyTCEjiNJOgYZAUA9WclovfZrsUAAAAASUVORK5CYII=) repeat;
		border-bottom: 1px solid #d7d7d7;
	}	
	.contResume .stream .team-one {
		width: 40% !important;
		background: -moz-linear-gradient(left, rgba(228,228,228,1) 0%, rgba(255,255,255,0) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(228,228,228,1)), color-stop(100%,rgba(255,255,255,0)));
		background: -webkit-linear-gradient(left, rgba(228,228,228,1) 0%,rgba(255,255,255,0) 100%);
		background: -o-linear-gradient(left, rgba(228,228,228,1) 0%,rgba(255,255,255,0) 100%);
		background: -ms-linear-gradient(left, rgba(228,228,228,1) 0%,rgba(255,255,255,0) 100%);
		background: linear-gradient(to right, rgba(228,228,228,1) 0%,rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#00ffffff',GradientType=1 );
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
		float: left;

	}

	.contResume .stream .mark,.contResume .stream p{
		display: none;
	}

	.contResume .stream .team-two {
		 width: 40% !important;
		 background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(228,228,228,1) 100%);
		 background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(228,228,228,1)));
		 background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%, rgba(228,228,228,1) 100%);
		 background: -o-linear-gradient(left,rgba(255,255,255,0) 0%, rgba(228,228,228,1) 100%);
		 background: -ms-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(228,228,228,1) 100%);
		 background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(228,228,228,1) 100%);
		 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e4e4e4',GradientType=1 );

	}
	.contResume .stream div {
	  height: 60px;
	  line-height: 60px;
	  font-size: 14px;
	  position: relative;
	  top: 0px;
	  margin-left: 0px;
	  margin-right: 0px;
	  padding-left: 0px;
	  padding-right: 0px;

	}
	.contResume .stream .team-one img, .contResume .stream .team-two img {
		padding: 0;
		height: 30px;
		width: 30px;
		margin: 15px 10px 15px 10px;
	}
	.upcom-game .contResume .stream .team-one img{
		float: left;
		text-align: left;
	}
	.upcom-game .contResume .stream .team-two img{
		float: right;
		text-align: right;
	}
	.upcom-game .contResume .stream .team-one{
		text-align: left;
	}
	.upcom-game .contResume .stream .team-two{
		text-align: right;
	}

	.contResume .stream h1{
		display: none !important;
	}
	.contResume .stream .game-date{
		display: block !important;
		background: #e3e3e3;
		-moz-box-shadow:
		    inset 10px 0px 10px -7px rgba(0,0,0,0.3),
		   inset -10px 0px 10px -7px rgba(0,0,0,0.3);
		-webkit-box-shadow:
		    inset 10px 0px 10px -7px rgba(0,0,0,0.3),
		   inset -10px 0px 10px -7px rgba(0,0,0,0.3);
		box-shadow:
		inset 10px 0px 10px -7px rgba(0,0,0,0.3),
		inset -10px 0px 10px -7px rgba(0,0,0,0.3);
		
		font-family: "HumanBTIta";
		width: 20%;
		float: left;
		line-height: 20px;
	}
	.contResume .stream .game-result {
		display: block !important;
		background: #e3e3e3;
		-moz-box-shadow:
		    inset 10px 0px 10px -7px rgba(0,0,0,0.3),
		   inset -10px 0px 10px -7px rgba(0,0,0,0.3);
		-webkit-box-shadow:
		    inset 10px 0px 10px -7px rgba(0,0,0,0.3),
		   inset -10px 0px 10px -7px rgba(0,0,0,0.3);
		box-shadow:
		inset 10px 0px 10px -7px rgba(0,0,0,0.3),
		inset -10px 0px 10px -7px rgba(0,0,0,0.3);
		
		font-family: "HumanBTIta";
		width: 20%;
		float: left;
		line-height: 20px;
	}
	.game-result  span , .contResume .stream .game-date span{
	  font-family: "HumanBtIta";
	  font-size: 20px;
	  color: #000000;
	  margin-top: 10px;
	  text-shadow: 0px 0px 1px #939393;
	  display: block;
	  width: 100%;
	}
	.contResume .stream .game-date span,.contResume .stream .game-date em {
		font-size: 12px;
		color: #4d4d4d;
	}
	.prev-game,.upcom-game {
	  margin: 0px;
	  padding:0px;
	  border:0px;
	  width: 100%;
	}
	.title-content-centered, .leyenda{
		display: none;
	}
	
	.second_bar{
		display: none;
	}
	.contResume .additionalInfo h1{
		font-size: 35px;
	}
	.contResume .additionalInfo p{
		font-size: 14px;
	}

}
@media only screen and (max-width: 580px){
	/*.topScores .box .colRight img:not(.mask) {
		width: 86%;
	}*/
	.topScores .box .colRight svg{
		width: 200px;
	}
	.full-stats .contResume .stream div{
		font-size: 15px;
	}

}
@media only screen and (max-width: 494px){
	.topScores .box .colRight svg {
	  width: 250px;
	}
	/*.topScores .box .colRight img:not(.mask) {
		width: 140px;
	}*/
}
@media only screen and (max-width: 479px){
	.topScores .more{
		display: none;
	}
	.topScores .headTitle {
		margin: 20px 0 0;
		background: #1b274e;
		height: auto;
		padding: 6px 0;
		border-top: 1px solid #3163bf;
		border-bottom: 1px solid #3163bf;
	}
	.topScores .name{
		line-height: 34px;
		font-family: "HumanBTIta";
		font-size: 16px;
		color: #ffffff;
		text-shadow: 2px 2px #000000;
		font-weight: 100;
		text-transform: uppercase;
		width: 100%;
		text-align: center;
		float: none;
		margin: 0;
		text-indent: 0;
	}

	.full-stats .topScores .itemContentTeams .item, .full-stats .topScores .itemContentPlayers .item, .contResume .match-group{
		width: 98%;
	}
	.contResume .stream .team-one img, .contResume .stream .team-two img{
		height: 30px;
		margin-top: 10px;
	}
	.topScores .box.players .colRight img:not(.mask){
		/*top: 95%;*/
	}
}
@media only screen and (max-width: 370px){
	.topScores .box .colRight svg {
	  width: 250px;
	}
}
