a {
    color: #333;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #343434;
	margin-top:10px;
}
.nav > li > a {
	padding:0;
	color:#fff;
}
.nav > li > a:hover {
	
	color:#333;
}

body{
	background-color:#fff;
	color:#000;
	font-family: 'Lato', sans-serif;
	font-weight:lighter;
	font-size:20px;
	line-height:32px;
}
.contenuto{
	padding:0 20px 30px;
}
.negozio li {
	font-size:18px;
	line-height:28px;
}
.elenco_home li {
	font-size:18px;
	line-height:26px;
}
.banner-section {
    background-image:url(../images/testata.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height:700px;
    text-align: center;
}
.banner-chisiamo{
	/*background-image:url(../images/testatina_vista_da_comabbio.jpg);*/
}
.banner-section-interna {
     /*background-attachment: fixed;*/
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
	height:200px;
   	text-align: center;
	/*width:100%;*/
	overflow:hidden;
}
.background{
	position:absolute;
	width:100%;	
}

.navbar-default {
  font-size:16px;
}

h3{
	font-size:25px;
	color:#044e90;
	text-transform:uppercase;
}
h4{
	font-size:22px;
	color:#044e90;
  	font-weight: bold;
}
h5{
	font-size:15px;
}
.shadow{
	-webkit-box-shadow: 0px 0px 20px 10px #282828;
    box-shadow: 0px 0px 20px 10px #282828;
	border:#fff 2px solid;
}
.box{
	border:#FFF 2px solid;
	padding:39px 20px 39px 20px;
}
.footer{
	background-color:#333;
	background-position:top left;
	background-repeat:no-repeat;
	padding:30px 0 30px;
	font-size:16px;
	color:#fff;
}
.footer a{
	color:#FFF;
}
.clear{
	margin-top:20px;
	clear:both;
}
.clear_big{
	margin-top:60px;
	clear:both;
}
.clear_extra{
	margin-top:120px;
	clear:both;
}
.arancione{
	color:#FD9F01;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #585858;
}
.header-arancione{
	background-color:#F29400;
}
.text-size28{
	font-size:28px;
}
.row-home{
	margin-top:10px;
}

.foto{
	text-align:center;
	margin-top:10px;
	font-weight:normal;
	font-size:20px;
}
.foto-commento{
	text-align:center;
	/*margin-top:10px;*/
	font-weight:light;
	font-size:16px;
	line-height:20px;
}
.botton_torna_su{
	cursor:pointer;
}
@media (min-width: 1200px) {
	.container{
		width:941px;
	}
}

@media (max-width: 991px) {
	body{
		font-size:20px;
		line-height:40px;
	}

	.contenuto{
		padding:0 10px 10px;
	}

	.table-responsive{
		font-size:18px;
		border:none;
		padding:10px;
		line-height:30px;
	}
	.table-responsive td{
		padding-left:10px;
	}
	.box{
		padding:0 0 20px 10px;
	}
	iframe{
		height:250px;
	}
	.botton_torna_su{
		display:none;
	}
	

	
}
@media (max-width: 768px) {
	
	body{
		font-size:18px;
		line-height:30px;
	}
	.text-size28{
		font-size:24px;
	}
	.banner-section {
		height:440px;
	}

	.box{
		margin:20px 0;
		padding:10px;
		border:none;
		/*padding:0 0 20px 10px;*/
	}
	.footer{
	padding:10px 10px 30px;
	font-size:14px;
	margin-top:40px;
	}
	
	.row-home{
		margin-top:30px;
	}
	.table-responsive{
		font-size:18px;
		border:none;
		padding:10px;
		line-height:30px;
	}
	.table-responsive td{
		padding-left:10px;
	}
	.negozio li {
		font-size:18px;
		line-height:22px;
	}
	iframe{
		height:250px;
	}
	.botton_torna_su{
		display:none;
	}
	.img-responsive{
	margin-top:20px;
}
	
}
