
/* GENERAL PAGES */

	/* HEADER */
		header nav {
			border-top: 1px solid #D3D5E0;
			border-bottom: 1px solid #D3D5E0;
			margin-left: -20px;
			margin-top: -5px;
		}
		header nav ul.menu li {
			display: inline-block;
			padding: 15px 15px 15px 15px;
		}
		header img.atp {
			float: right;
			width: 142px;
			position: relative;
			top: 4px;
		}
	/* DROPDOWN */
		.dropdown ul {
			position: absolute;
			background: #393D50;
			top: 10px;
			left: -25px;
			width: 300px;
			margin: 0;
			padding: 0;
			z-index: 3;
		}
		.dropdown ul li {
			display: block !important;
			padding: 0 !important;
		}
		.dropdown ul li a {
			color: #fff !important;
			padding: 15px 20px 15px 20px !important;
		}
		.dropdown ul li:hover {
			background: #F18061 !important;
		}
		.dropdown ul li:hover a {
			color: #393D50 !important;
		}
		header nav ul.menu li:hover {
			background: #393D50;
		}
		header nav ul.menu li:hover a {
			color: #fff;
		}
		.dropdown {
			display: none;
		}
		.dropdown.active {
			display: block;
		}

	/* FOOTER */
		footer img {
			margin-top: -35px;
			max-width: 134px;
		}
		footer .social-networks a {
			width: 45px;
			height: 45px;
			display: inline-block;
		}
		footer .social-networks a.facebook {
			background-size: 45px;
		}
		footer .social-networks a.instagram {
			background-size: 45px;
		}
		footer .social-networks a.twitter {
			background-size: 45px;
		}

/* HOME */
	#home .banner .banner-img .banner-text {
		padding-top: 75px;
 	}
	#home .banner .banner-img {
		background-size: cover;
		display: block;
		margin: -66px 0 50px 0;
		height: 400px;
		background-position-x: -200px !important;

	}
	#home .banner-controls {
		position: absolute;
		bottom: 0;
		right: 23%;
	}

/* MAP */

	.local-map {
		margin-top: -32px;
	}
	.legend {
		margin: -35px 0 65px 0;
	}
	.ballon {
		top: 45px;
	}
	a.active-2 .ballon {
		top: 39px;
	}
	a.icon {
		font-size: 15px;
	}

/* NEWS */

	.news > div {
		width: 230px;
		height: 150px;
		background: #fff;
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 15px 20px 15px 20px;
	}

/* BANNERS */

	.interior-page.banner {
		margin-top: -67px;
		background-position-x: -150px !important;
	}
