@charset "utf-8";
/* CSS Document */

@keyframes player {
	0%{padding: 0;}
	25%{padding: 20px 0 0 20px;}
	50% { padding: 35px 0 20px  0; }
	75% { padding: 20px 0 10px 0; }
}
@-webkit-keyframes player {
	0%{padding: 0;}
	25%{padding: 20px 0 0 20px;}
	50% { padding: 35px 0 20px  0; }
	75% { padding: 20px 0 10px 0; }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	text-decoration: none;
	-webkit-transition:all .7s;
	-moz-transition:all .7s;
	transition:	all .7s;
}
html{
	height:100%;
}
body{
	height:100%;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:300;
	color:#272727;
	background-color: #fff;
	text-align:left;
}
a{
	color:#ff6600;
	text-decoration:none;
	-webkit-transition:all .7s;
	-moz-transition:all .7s;
	transition:	all .7s;
}
a:hover{
	color:#000;
}
.homebg, .homebginner{
	height:100%;
	background-color:#000;
	position:relative;
	background-position:center;
	background-size:cover;
}
.homebginner h1{
	color: #fff;
	text-align: center;
	margin: 300px 0 0;
	display: inline-block;
	width: 100%;
	font-weight: 600;
}
.homebginner h3{
	color: #fff;
	text-align: center;
}
.videobg{
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.homebginner{
	height:70%;
	max-height: 500px;
}
.homebg video, .videopop video{
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mesh{
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(../images/mesh.png);
}
.logo{
	position: absolute;
	left: 90px;
	top:12px;
	width: 91px;
}
.logo img{
	width: 100%;
	height: auto;
}
.menudown .logo{
	top:5px;
	width: 79px;
}
.indeximg img{
	display: block;
	width: 100%;
	height: auto;
}
.footballplayer{
	position: relative;
}
.football{
	position:absolute;
	width: 172px;
	right: 20%;
	top:800px;
	animation: player 4s linear infinite;
	-webkit-animation: player 4s linear infinite;
}
.football img{
	width: 100%;
	height: auto;
}
.player{
	position:absolute;
	width: 1200px;
	left: -10%;
	top:450px;
	animation: player 3s linear infinite;
	-webkit-animation: player 3s linear infinite;
}
.player img{
	width: 100%;
	height: auto;
}
.menu, .menudown{
	width:100%;
	height:90px;
	position:fixed;
	top:0;
	left:0;
	z-index:6;
	background-color: rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 5px rgba(0,0,0,.4);
	text-align: center;
}
.menudown{
	height:70px;
	background-color: rgba(0,0,0,1);
}
.menu a, .menudown a{
	font-style: italic;
	display: inline-block;
	padding: 36px 18px 35px;
	color: #fff;
	text-transform: uppercase;
}
.menudown a{
	padding: 26px 18px 25px;
}
.menu a:hover, .menudown a:hover{
	background-color: #001a54;
}
.wrapper{
	margin: 0 auto;
	max-width: 1600px;
	padding: 0 45px;
}
.down{
	width:50px;
	height:50px;
	left:0;
	right:0;
	bottom:10px;
	margin:0 auto;
	position:absolute;
	border-radius:40px;
	background-color:rgba(255,255,255,.5);
	background-image:url(../images/down.png);
	background-repeat:no-repeat;
	z-index:2;
}
.down:hover{
	background-color:rgba(255,255,255,1);
	background-position:0 -50px;
}






@media screen and (max-width: 1800px) {
	.football{
		width: 120px;
		top:650px;
	}
	.player{
		width: 900px;
		left: -10%;
		top:400px;
	}
	
}
@media screen and (max-width: 1400px) {
	.football{
		width: 100px;
		top:500px;
	}
	.player{
		width: 800px;
		left: -10%;
		top:350px;
	}
}
