#match {
	width: 100%;
	overflow: hidden;
}

#match .material-icons {
	font-size: 35px;
	color: #bbb;
}

#match .match-score {
	width: 100%;
	background: #6b6b6b;
	position: relative;
}

#match .match-score .left-part{
	position: absolute;
	background: #000;
	width: 55%;
	-webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	height: 100%;
	opacity: 0.8;
	z-index: 1;	
}

#match .match-score .container {
	z-index: 2;
	position: relative;
	max-width: 1130px;
	margin: 0 auto;
	padding: 0 15px;
}

#match .match-score .container .row {
	width: 100%;
	clear: both;
}

#match .match-score .container .league_date {
	border-bottom: 1px solid rgba(255,255,255,.14);
	padding: 20px 20px 0;
	font-size: 0.95em;
}

#match .match-score .league_date .league {
	float: left;
	color: #fff;
}

#match .match-score .league_date .league img{
	width: 35px;
	padding: 0.2rem;
}

#match .match-score .league_date .date {
	float: right;
	color: #fff;
}

#match .match-score .team_names {
    border-bottom: 1px solid rgba(255,255,255,.14);
    padding: 10px 0;
    font-size: 1.8em;
    font-weight: bold;
    color: #fff;
    line-height: normal;
}

#match .match-score .team_names .name{
	width: 50%;
	float: left;
}

#match .match-score .team_names .home-name{
	text-align: center;
}

#match .match-score .team_names .away-name{
	text-align: center;
}

#match .match-score .score{
    padding: 45px 20%;
    font-size: 5em;
    font-weight: 100;
    color: #fff;
    line-height: 100%;
}

#match .match-score .score .home_team_score{
    float: left;
	text-align: right;
	padding-right: 2%;
}

#match .match-score .score .home_team_score .home_logo{
	float: left;
	text-align: right;
}

#match .match-score .logos {
	height:100px;
	-webkit-filter: drop-shadow(1px 1px 10px rgb(255,255,255,1));
	filter: drop-shadow(1px 1px 7px rgb(255,255,255,1));
	max-width: 150px;
}

#match .match-score .score .home_team_score .home_logo img {
	display: block;
	left: 0;
}

#match .match-score .score .away_team_score{
    float: right;
	text-align: left;
	padding-left: 2%;
}

#match .match-score .score .away_team_score .away_logo, #match .match-score .score .away_team_score .away-number{
    float: right;
	text-align: left;
}

#match .match-score .score .away_team_score .away-number{
	left: 0;
	display: contents;
}

#match .match-score .score .away_team_score .away_logo img {
	display: block;
	left: 0;
}

#match .match-score .pavla {
	float: left;
	text-align: center;
}

#match .match-score .score .logo {
	width: 78%;
	margin: 0;
}

#match .match-score .score .logo img{
	width: 45%;
}

#match .periods {
	padding-bottom: 2rem;
}

#match .periods-table table.detailedscore {
	border:1px solid #fff;
	border-collapse:collapse;
	background: #868686;
	margin-left: auto;
	margin-right: auto;	
}	

#match .periods-table table.detailedscore td {
	padding: 0.7rem;
	font-size: 1.1em;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	border: 1px solid #3c4247;
	letter-spacing: 0.2em;
}

#match .match-statistics {
	overflow: hidden;
	margin-top: 30px;
}

#match .match-statistics table {
	width: 100%;
}

#match .match-statistics .main-container-stats {
	max-width: 1130px;
	margin: 0 auto;
	padding: 0 15px;
}

#match .match-statistics .moves-block {
	overflow: hidden;
	margin-bottom: 3rem;
}

#match .match-statistics .moves-block .col {
    width: 40%;
    padding: 0 0 5px;
    margin: 0 -5px 0 0;
    position: relative;
    border-bottom: 1px solid #d6d6d6;
    display: inline-block;
    vertical-align: bottom;
}

#match .match-statistics .moves-block .col .num {
	font-size: 35px;
	line-height: 35px;
	color: #000;
}

#match .match-statistics .moves-block .col .percent {
	font-size: 50px;
	line-height: 40px;
	color: #000;
}

#match .match-statistics .moves-block .col:first-child .num {
	float:left;
}

#match .match-statistics .moves-block .col:nth-last-child(1) .num,  #match .match-statistics .moves-block .col:nth-last-child(1) .percent{
	float: right;
}

#match .match-statistics .moves-block .col:nth-last-child(1) {
	text-align: right;
	padding-right: 5px;
}

#match .match-statistics .moves-block .title-holder .title {
	font-size: 1.6em;
	color: #8a8a8a
}

#match .match-statistics .moves-block .title-holder {
    width: 20%;
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
}

#match .match-statistics .right-container {
	padding-left: 1rem;
}

#match .match-statistics .right-container .g {
	background-color: #EBEBEB;
	padding: 1.2rem;
	margin-bottom: 20px;
	color: #9C9C9C;
}

#match .g .font {
	font-family: "Roboto Condensed";
}

#match .match-statistics .right-container .article_title {
	font-size: 1em;
	font-family: "Roboto Condensed";
	padding-bottom: 0.5rem;
	text-align: center;
}

#match .match-statistics .right-container .g .td1 {
	border-right: 3px solid #b1b1b1;
	text-align: center;
	font-family: "Roboto Condensed";
	font-weight: bold;
	font-size: 1em;
	color: #2E3D32;
	width: 35%;
	margin: 0 auto;
}

#match .match-statistics .right-container .g .td1 img {
	margin-bottom: 10px;
}

#match .match-statistics .right-container .g .td2 {
	font-family: "Roboto Condensed";
	font-weight: bold;
	font-size: 1em;
	color: #414141;
	padding-left: 15px;
	text-align: center;
}

#match .match-statistics .right-container .g .td2 a:hover .goTo {
	opacity: 1;
}

#match .match-statistics .right-container .goTo {
	font-size: 0.9em;
	opacity: 0.8;
}

#match .fixture {
	color: #fff;
	text-align: center;
	font-size: 1.3em;
}

@media only screen and (max-width: 800px) {
	#match .match-statistics .moves-block .title-holder .title {
		font-size: 1.2em;
		color: #8a8a8a;
	}
	
	#match .match-statistics .moves-block .col .num, #match .match-statistics .moves-block .col .percent {
		font-size: 40px;
		line-height: 30px;
	}
	
}

@media only screen and (max-width: 990px) {
	
	#match .match-score .container .league_date{
		font-size: 0.75em;
	}
	
	#match .match-score .team_names {
		font-size: 1.4em;
	}
	
	#match .match-score .score {
		font-size: 3em;
	}
	
	#match .match-score .logos {
		height: 70px;
	}
	
}

@media only screen and (max-width: 610px) {
	#match .match-score .score .home_team_score .home_logo,
	#match .match-score .score .away_team_score .away_logo	{
		width: 100%;
		text-align: center;
		margin-bottom: 1.5rem;
	}
	
	#match .match-score .score .home_team_score .home_logo img ,
	#match .match-score .score .away_team_score .away_logo img {
		text-align: center;
	}
	
	#match .match-score .score .home_number, #match .match-score .score .away-number {
		width: 100%;
		text-align: center;
	}
	
	#match .match-score .logos {
		height: 70px;
	}
	
}

@media only screen and (max-width: 520px) {
	#match .match-score .league_date .league {
		width: 100%;
		text-align: center;
		margin-bottom: 1rem;
	}
	
	#match .match-score .league_date .date {
		text-align: center;
		width: 100%;
	}
	
	#match .match-score .team_names .home-name,
	#match .match-score .team_names .away-name {
		font-size: 0.8em;
	}
	
	#match .match-score .score .home_number{
		font-size: 0.8em;
	}
	
	#match .match-score .score .away_team_score .away-number
	{
		font-size: 0.8em;
		display: unset;
		text-align: center;
	}
	
	#match .match-score .score .home_team_score .home_logo img,
	#match .match-score .score .away_team_score .away_logo img
	{
		display: unset;
	}
	
	#match .periods-table table.detailedscore {
		font-size: 0.8em;
	}
	
	#match .match-score .pavla {
		margin-top: 95px!important;
	}
	
	#match .match-statistics .moves-block .col .num {
		font-size: 17px;
		line-height: 12px;
	}
	
	#match .fixture {
		font-size: 1.1em;
	}
	
}






