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

#main_container {
	padding: 0;
}

.menu_container {
	background-color:#fff;
	margin:0;
	z-index: 500;
	text-align: center;
}

.menu_container .nav_item > li { display: inline; }

.menu_container .nav_item > li > a {
    display: inline-block;
    height: 82px;
    line-height: 84px;
    padding: 0 20px;
    text-decoration: none;
    color: #2D5E8D;
}

.menu_container .nav_item > li > a:hover,
.menu_container .nav_item > li.active > a {
	background-color: #2D5E8D;
	color: #fff;
}

.h_min_h_pagina { min-height: 0px; }

#homepage {
	min-height: 100%;
	position:absolute;
	bottom: 0;
	width:100%;
	background-color:#2E5E8E;
	top:63px;
}

/*.background_logo {
	background-image:url(../images/bg_logo.jpg);
	background-color: #2E5E8D;
	background-position:center top;
	background-attachment: fixed !important;
	background-repeat:no-repeat;
	background-size: cover !important;
	height:600px;
}
/*.contatti_page {
	margin-top: 50px;
}
.landscape_image {
	background-image:url(../images/landscape.jpg);
	background-color: #2E5E8D;
	background-position:center top;
	background-attachment: fixed !important;
	background-repeat:no-repeat;
	background-size: cover !important;
	height:600px;
	top: 600px;
}
.cleardiv {
	clear:both;
}*/