@font-face {
	font-family: "EASPORTS15";
	src: url('EASPORTS15.ttf');
}

@font-face {
	font-family: "dusha";
	src: url('Dusha - FIFA World Cup 2018.ttf');
}

.letra_mundial{
	font-family: EASPORTS15, dusha;
	font-size: 14px;
}
.bg_countdown_mundial{
	background: url('../img/alpha_white.png') repeat 0 0;
	float: left;
	min-width: 35px;
	padding: 5px 7px;
	color: #FFFFFF !important;
	margin-right: 7px;
}

.skippr {
	width:100%;
	height:400px; /*banner height*/
	position: relative;
	overflow:hidden;
}

.skippr > div {
	position: absolute;
	width:100%;
	height:100%;
	background-size: 100% 100%;
}

.skippr > img {
	position: absolute;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	width:100%;
	min-height: 100%;
}

.skippr-nav-container {
	position: absolute;
	left:50%;
	-webkit-transform:translate(-50%,0);
	transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);

	bottom:25px;
	overflow: auto;
	z-index:999;

}

.skippr-nav-element {
	cursor:pointer;
	float:left;
	background-color: rgba(255,255,255,0.5);
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.skippr-nav-element-bubble {
	width:12px;
	height:12px;
	border-radius: 50%;
	margin:0 4px;
}

.skippr-nav-element-block {
	width:60px;
	height:10px;
}



.skippr-nav-element:hover, .skippr-nav-element-active {
	background-color:rgba(255,255,255,1);
}


.skippr-arrow {
	position: absolute;
	z-index:999;
	top:50%;
	-webkit-transform:translate(0%,-50%);
	-moz-transform:translate(0%,-50%);
	-ms-transform:translate(0%,-50%);
	transform:translate(0%,-50%);

	width:30px;
	height:30px;
	/*background-color: white;*/
	transform-origin:center center;
	-webkit-transform-origin:top left;
	cursor: pointer;
}

.skippr-previous {
	left:2.5%;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	border-top:2px solid white;
	border-left:2px solid white;
}

.skippr-next {
	right:3.5%;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	border-bottom:2px solid white;
	border-right:2px solid white;
}

.hero {
  width: 100%;
 /*banner height*/
  position: relative;
}

.banner-nfl {
	background: url(../img/template/fondo-field.jpg) center 0%; 
}

.jugador {
	margin-top:140px;
	position:relative;
	float:left;
	width:421px;
}

.nfl-logo {
	position:relative;
	float:left;
	left:-30px;
	top:220px;
	width:120px;
}

.temp-2014 {
	position:relative;
	left:10px;
	top:190px;
	width:300px;
}

.banner-logros {
	background: url(../img/template/fondo-banner.png) repeat-x center 0%; 
}

.letras-logros {
	position:relative;
	top:170px;
	left:-90px;
	float:left;
	
}

.letras-logros img {
	display:block;
	width:650px;
}

.letras-logros #apuesta-aqui {
	float:right;
	background:#FFAA46;
	margin-right:110px;
	color:white;
	border: none;
	-webkit-box-shadow: 0 6px 0 0 #D27B4C;
box-shadow: 0 6px 0 0 #D27B4C;
}

.letras-logros #apuesta-aqui:hover {
	background: #ED9937;
}

.pantalla-logros {
	float:right;
	position:relative;
	right:20px;
	top:-90px;
	width:430px;
}


/* MEDIA QUERIES MOVILES HOME */

@media only screen and (max-width: 991px) {
	.jugador {
		margin-top:141px;
	position:relative;
	float:left;
	width: 420px;
	left:0px;
	}
	
	.nfl-logo {
	width:100px;
	position:relative;
	float:left;
	left:-60px;
	top:240px;
}

.temp-2014 {
	width:220px;
	position:relative;
	left:60px;
	top:90px;
}

.letras-logros img {
	display:block;
	width: 620px;
}

.letras-logros {
	position:relative;
	top:170px;
	left:-80px;
	float:left;
}

.pantalla-logros {
	float:right;
	position:relative;
	right:-40px;
	top:-50px;
	width:300px;
}
	
}