/* Sticky footer styles ------------------------------------------------- */
html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #5a5a5a;
	padding-bottom: 0px;
	/* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by its height */
	margin: 0 auto -60px;
	/* Pad bottom by footer height */
	padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
	height: 60px;
	background-color: #f5f5f5;
}

#footer .credit {
	margin: 20px 0;
}

/* CUSTOMIZE THE NAVBAR ------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	position: relative;
	z-index: 15;
}


/* CUSTOMIZE THE CAROUSEL -------------------------------------------------- */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	height: 500px;
	background-color: #777;
}
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 500px;
}

.carousel-indicators .active {
margin-right: 5px;
}

/* RESPONSIVE CSS -------------------------------------------------- */

@media (min-width: 768px) {
	.container {
		padding-right: 0px;
		padding-left: 0px;
	}
	
	.navbar-header{padding-left: 15px;}

	/* Navbar positioning foo */
	.navbar-wrapper {
		margin-top: 0px;
		padding-top: 20px;
	}
	/* The navbar becomes detached from the top, so we round the corners */
	.navbar-wrapper .navbar {
		border-radius: 4px;
	}

	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 20px;
		font-size: 21px;
		line-height: 1.4;
	}
}



.panel-heading h1{margin: 0px; padding: 0px; font-size: 14px;}



.privacy{font-size: 9px;}

/* SITEMAP */
.sitemap ul {padding-left: 10px; margin-left: 10px;}
.sitemap ul li {list-style-type: square;}
.sitemap ul ul li {list-style-type: circle;}

/* RICERCA */
.searchRis{font-size: 10px; margin: -10px 0 10px 0;}
.searchTit {font-weight: bold; font-size: 14px; height: 18px; overflow: hidden; float: left;}
.searchTit a{color: #003366; text-decoration: underline;}
.searchImg {height: 16px; overflow: hidden;}
.searchImg img{border: 0px; vertical-align: middle;}
.searchText{ color: #000; font-size: 13px; clear: both;}
.searchUrl {margin-bottom: 7px; font-size: 13px;}
.searchUrl a {color: #666633;}
.searchNextPrev{clear: both; margin-top: 10px;}
/* END RICERCA */

.ulModalOrder li .badge {
	cursor: pointer;
}