	
body {
	background-image: url(../img/bgp.gif);
}
.main {
	/*background-color: #FFF;*/
	-webkit-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);
	padding-top:20px;
	background-color:rgba(255,255,255,1);
}

#h_indirizzo {
	font-size: 12px;
	text-align: right;
}


.carousel {
	margin-bottom: 16px;
}


#home .main {
	padding:40px;
}


.img-responsive.center {
    margin: 0 auto;
}

#home #lang {
	font-size: 12px;
	color: #B2B2B2;
	margin-top: 20px;
}
#lang a, a.button{
	background-color: #c8bd13;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	text-decoration: none !important;
	color: #fff !important; 
	font-weight: bold;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:16px;
}
#lang ul li {
	display: inline;
	margin-right: 10px;
	list-style-type: none;
}





#home #indirizzo {
	font-size: 12px;
}
#home #indirizzo p{
	margin:0;
}



@media (max-width: 991px) {


	#h_indirizzo {
		font-size: 12px;
		text-align: left;
	}


}
#copyright {
	font-size: 11px;
	color: #999;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.green {
	color: #c8bd13;
}
#home-payoff {
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
	margin-top: 0px;
	margin-bottom: 20px;
}
#lang a:hover {
	color: #FFF;
	background-color: #999;
}
#lang p strong {
	color: #999;
}
#copyright a {
	color: #999;
}
.main a {
	color: #999999;
	text-decoration: underline;
}
.main a:hover {
	color: #333;
	text-decoration: none;
}
#home-payoff h2, #home-payoff h1 {
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.carousel-indicators {
  bottom:-50px;
}
.carousel-inner {
	margin-bottom: 50px;
}

.carousel-indicators li {

border: 1px solid #ddd;

}

.carousel-indicators .active {
background-color: #ddd;
}


#contactSlide {
	text-align: center;
	width:100%;
	position: absolute;
	top: 50%;
}


#carouselButtons {
   /*
    margin-left: 10px;
    position: absolute;
    bottom: -40px;
	*/
	text-align:center;
}



@media (max-width: 400px) {
	.carousel-indicators { display:none;}
}
