/* MENU */
	.border-menu nav ul.menu li {
		padding: 20px 15px;
	}

/* HOME */
	#home .banner {
		display: block;
	}
	#home .banner-text h4 {
		font-size: 25px;
		font-weight: 300;
		color: #393D50;
		text-transform: uppercase;
	}
	#home .banner-text p {
		font-weight: 800;
		color: #ED7F60;
		font-size: 25px;
		text-transform: uppercase;
	}
	#home .banner-controls {
		position: absolute;
		bottom: 5px;
		right: 10%;
	}
	#home .banner .banner-img {
		background-size: cover;
		height: 400px;
		background-size: cover;
		display: block;
		margin: -25px 0 50px 0;
		background-position-x: -200px !important;
	}

/* PLAYERS */
	.players .player-img {
		margin-top: 0px;
	}

	.tabs-pares .player-left {
		text-align: right;
	}

	.player-right .second-flag {
		float: left;
	}

/* BANNER */
	.interior-page.banner {
		margin-top: -25px;
		background-position-x: -130px !important;
	}

/* FOOTER */
	footer img {
		max-width: 100%;
	}

	footer .social-networks a {
		background-size: 34px !important;
		width: 34px;
		height: 34px;
	}

/* LOCAL MAP */

	.local-map {
		margin-top: -25px;
	}

	#local a.icon {
		padding: 0 5px;
		font-size: 18px;
	}

	#local .ballon {
		top: 25px;
		left: -10px;
	}

	#local a.active-2 .ballon {
		top: 18px;
		left: -10px;
	}

	#local .legend {
		margin: 0 0 65px 0;
	}
