/* FONT */
@font-face {
  font-family: 'Rubik-Black';
  src: url('../fonts/Rubik/Rubik-Black.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
} 
@font-face {
  font-family: 'Rubik-Bold';
  src: url('../fonts/Rubik/Rubik-Bold.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
} 
@font-face {
  font-family: 'Rubik-Light';
  src: url('../fonts/Rubik/Rubik-Light.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
} 
@font-face {
  font-family: 'Rubik-Medium';
  src: url('../fonts/Rubik/Rubik-Medium.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
} 
@font-face {
  font-family: 'Rubik-Regular';
  src: url('../fonts/Rubik/Rubik-Regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}  

body {
	position: relative;
	padding: 0;
	margin: 0;
	background: transparent;
	font-family: 'Rubik-Regular';
	color: white;
	font-size: 22px;
}
#wrapper{
	width: 794px;
	height: 539px;
	background: transparent;
	/*background: url('../img/transparency.png');*/
	overflow: hidden;
}

#debug-kit-toolbar{
	display: none;
}
#data{
	width: 794px;
	height: 539px;
	/* background: url('../img/red-bg.png') no-repeat; */
	background: url('../img/background-smoke.jpg') no-repeat;
	background-size: cover;
	overflow: hidden;
	/* padding-top: 40px; */
}
#data .stars{
	background: url('../img/stars.png') repeat-x;
}

.title h2 {
	margin-top: 70px;
	font-family: 'Rubik-Bold';
	text-align: center;
	font-size: 34px;
}

h1{
	padding-top: 10px;
	font-family: 'Rubik-Bold';
	text-align: center;
	font-size: 106px;
}

.list-row {
	padding: 0 65px;
	margin-bottom: 25px;
}

.row {
	background-color: #FFF;
	transform: skewX(-22deg);
	-webkit-transform: skew(-22deg);
	-moz-transform: skew(-22deg);
	-o-transform: skew(-22deg);
	/* Box Shadow */
	-webkit-box-shadow: 0px 10px 76px -34px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 76px -34px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 76px -34px rgba(0,0,0,0.75);
}

.row-unskew {
	transform: skewX(22deg);
	-webkit-transform: skew(22deg);
	-moz-transform: skew(22deg);
	-o-transform: skew(22deg);
}

.time {
	width: 164px;
	padding: 17px 0;
	display: inline-block;
	background: #1e2746;    
	transform: skewX(-22deg);
	-webkit-transform: skew(-22deg);
	-moz-transform: skew(-22deg);
	-o-transform: skew(-22deg);
	color: #FFF;
	border-right: 6px solid #a71417;
}

.time p {
	font-family: 'Rubik-Bold';
	text-align: center;
	font-size: 35px;
	margin: 0;
	display: block;
	transform: skewX(22deg);
	-webkit-transform: skew(22deg);
	-moz-transform: skew(22deg);
	-o-transform: skew(22deg);
}

.player {
	display: inline-block;
	padding: 17px 0 17px 20px;
}

.player p {
	margin: 0;
	font-family: 'Rubik-Bold';
	font-size: 27px;
	color: #000;
	display: block;
}

.player p span {
	font-family: 'Rubik-Regular';
	font-size: 26px;
	margin-right: 10px;
	display: inline-block;
	min-width: 50px;
}

.sponsor {
	text-align: center;
	padding-top: 25px;
}



.text-blue{
	color: #21337E !important;
}
.bg-blue{
	background-color: #21337E !important;
}
.text-red{
	color: #A71417 !important;
}
.bg-red{
	background-color: #A71417 !important;
}
.text-white{
	color: white !important;
}
.bg-white{
	background-color: white !important;
}

.delay-1{
    animation-delay: 0.10s;
}
.delay-2{
    animation-delay: 0.15s;
}
.delay-3{
    animation-delay: 0.20s;
}
.delay-4{
    animation-delay: 0.25s;
}
.delay-5{
    animation-delay: 0.30s;
}
.delay-6{
    animation-delay: 0.35s;
}
.delay-7{
    animation-delay: 0.40s;
}
.delay-8{
    animation-delay: 0.45s;
}
.delay-9{
    animation-delay: 0.50s;
}
.delay-10{
    animation-delay: 0.55s;
}

#transition{
	width: 794px;
	height: 539px;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}
#transition .box-blue{
	background-color: #21337E !important;
	width: 800px;
	height: 539px;
	right: -1000px;
	position: absolute;
	transform:skewX(150deg);
}
#transition .box-white{
	background-color: white !important;
	width: 1000px;
	height: 539px;
	right: -1200px;
	position: absolute;
	transform:skewX(150deg);
}
#transition .box-red{
	background-color: #A71417 !important;
	width: 1500px;
	height: 539px;
	right: -1800px;
	position: absolute;
	transform:skewX(150deg);
}

#ranking ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#ranking ul li{
	margin: 0 0 4px;
	background: white;
	color: black;
}
#ranking ul li.header{
	background: transparent;
	color: white;
}
#ranking ul li.relegation{
	background: #333;
	color: white;
}
#ranking ul li > div{
	display: inline-block;
	padding: 6px;
}
#ranking ul li > div.title{
	width: 70%;
	text-align: left;
}
#ranking ul li > div.rank{
	width: 7%;
	text-align: center;
}
#ranking ul li > div.team{
	width: 62%;
	text-align: left;
	padding-left: 0;
}
#ranking ul li > div.games{
	width: 7%;
	text-align: center;
}
#ranking ul li > div.goals{
	width: 7%;
	text-align: center;
}
#ranking ul li > div.points{
	width: 7%;
	text-align: center;
}
#ranking ul li > div.team > img{
	width: 40px;
	margin-top: -5px;
	margin-bottom: -5px;
	margin-right: 20px;
}

#totomat{
	line-height: 60px;
}
#totomat h1{
	text-align: center;
	text-transform: uppercase;
	/* margin: 10px 0 30px; */
	line-height: 40px;
}
#totomat h1 small{
	font-size: 22px;
	font-family: 'Rubik-Light';
	text-align: center;
	margin: 0;
	padding: 0;
}
#totomat .row{
	background: white;
	color: black;
	margin-bottom: 10px;
	
}
#totomat .row > div{
	display: inline-block;
}
#totomat .row > div.team{
	width: 43%;
}
#totomat .row > div.team img.logo{
	width: 50px;
	margin: 5px 10px;
}

#totomat .row > div.home-team{
	text-align: right;
}
#totomat .row > div.home-team img.logo{
	float:right;
}
#totomat .row > div.away-team img.logo{
	float:left;
}
#totomat .row > div.score{
	font-family: 'Rubik-Bold';
	background: #333;
	color: white;
	padding: 0 10px;
	width: 10%;
	text-align: center;
}

.video-background{
	position: absolute;
	left: -5px;
	bottom: -20px;
	height: 108%;
	z-index: 0;
}