@charset "utf-8";
/* CSS Document */

/*colori*/

.marrone{
	color:#978b7d;
}


.bianco{
	color:#FFF;
}

a.bianco:hover{
	color:#FFF !important;
}
/*--colori*/


/*margini*/
.mb_20{
	margin-bottom:20px;
}
/*--margini*/


#footer{
	margin-top:100px;
}

.menu_top{
	padding:0px;
	margin:0px;
	clear:both;
}

.menu_top li{
	float:left;
	padding:10px;
	list-style-type:none;
	color:#FFF;
}

.menu_top li a{
	text-decoration:none;
	color:#FFF;
}

.menu_top li a:hover{
	text-decoration:underline;
	color:#FFF;
}

#categorie a:hover{
	text-decoration:none;
}

.categoria{
	border:solid 1px #CCCCCC;
}

.categoria img{
	width:100%;
}

#menu_neg ul{
	padding:0px;
	margin:0px;
}

#menu_neg a{
	color:#FFF;
}

#menu ul{
	padding:0px;
	margin:0px;
}

#menu ul li{
	float:left;
	padding: 10px;
	text-align:center;
	list-style-type:none;
	color:#FFF;
}

a:active, a:hover{
outline:none;
}

.prezzo{
	font-size:20px;
	color:#C11111;
}

.label-bianco{
	background-color:#FFF;
	color:#000;
}

.label-bianco a{
	color:#000;
}
.label-bianco a:hover{
	color:#000;
}

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.social a{
	text-decoration:none !important;
	border:none !important;
}






/*per 5 colonne bootstrap*/


@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.rwd-video {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.modal-body {
    max-height: 400px;
	overflow:scroll;
}