.strutture-lista {
	margin-bottom: 20px;
}

.strutture-lista .struttura {
	padding: 10px;
	border: 1px solid #ccc;
	border-bottom: none;
}

.strutture-lista .struttura:last-child {
	border-bottom: 1px solid #ccc;
}

.strutture-lista .label,
.strutture-plus .label {
	font-weight: 800;
}

.nome-struttura {
	color: #509bbe;
	font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
}

.strutture-plus .struttura  {
	padding: 10px;
	border: 2px solid #ccc;
	overflow: hidden;
	margin-bottom: 10px;
}

.strutture-plus .struttura .nome-struttura {
	font-weight: 800;
	font-size: 22px;
}

.strutture-plus .struttura .nome-struttura a {
	text-decoration: underline;
}

.immagine-struttura,
.descrizione-struttura {
	float: left;
}

.immagine-struttura {
	height: 200px;
}

.strutture-plus .immagine-struttura img {
	margin-bottom: 0;
}

.strutture-plus .immagine-struttura img {
	widows: 300px;
}

.strutture-plus .descrizione-struttura {
	margin-left: 20px;
	width: 495px;
}


.stelle-struttura {
	background-image: url('../images/stellette.png');
	height: 22px;
	width: 110px;
	margin-bottom: 5px;
}

.stelle-1 {
	background-position-y: 0;
}
.stelle-2 {
	background-position-y: -22px;
}
.stelle-3 {
	background-position-y: -44px;
}
.stelle-4 {
	background-position-y: -66px;
}
.stelle-5 {
	background-position-y: -88px;
}
.michelin-1 {
	background-position-y: -110px;
}
.michelin-2 {
	background-position-y: -132px;
}
.michelin-3 {
	background-position-y: -154px;
}
.michelin-4 {
	background-position-y: -176px;
}
.michelin-5 {
	background-position-y: -198px;
}

.sito-web {
	display: block;
}

.email {
	display: inline-block;
	margin-left: 5px;
}

.indirizzo {
	display: block;
	font-weight: 800;
}

a.link-articolo {
    display: inline-block;
    padding: 3px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    background-color: #509bbe;
    margin-top: 5px;
}

a.link-sitoweb {
    display: inline-block;
    padding: 3px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    background-color: #d10046;
    margin-top: 15px;	
}

@media screen and (min-width: 768px) and (max-width: 1244px) {
	.struttura .immagine-struttura {
		width: 38%
	}
	.strutture-plus .descrizione-struttura {
		margin-left: 2%;
		width: 60%;
	}
}

@media screen and (max-width: 767px) {
	.struttura .immagine-struttura {
		width: 100%;
		height: auto;
		text-align: center;
	}
	.strutture-plus .descrizione-struttura {
		margin-left: 0;
		width: 100%;
	}
}

@media screen and (max-width: 260px) {
		a.link-articolo,
		a.link-sitoweb {
			display: block;
			margin: 5px auto;
		}
}


.strutture-plus.stra4 .struttura,
.strutture-plus.stra5 .struttura,
.strutture-plus.stra6 .struttura {
    border: 2px solid #509bbe;
}

.aff-cta {
	font-weight: 800;
	color: #0ab21b;
}