#content ul, #content li{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}


#content {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
}

.pws-als-ribbon{
  background: -webkit-linear-gradient(90deg, #efefef, #f9f9f9);
}


/********************************
 * pin styling
 ********************************/

.pin {
	width:235px;
	height:380px;
	display: inline-block;
	background: #ffffff;
	border: 2px solid #FAFAFA;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	margin: 0 2px 10px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	padding: 10px;
	padding-bottom: 5px;
	border-radius:10px;
	opacity: 1;
	

}

.pin img {
	width: 100%;
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px;
	margin-bottom: 5px;
	
}

.pin p {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height:25px;
	color: #333;
	margin: 0;
}

.pin h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px;
	font-weight: 800;
}

/********************************
 * generic als elements styling
 ********************************/
.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

.als-wrapper {
	position: relative;
	list-style: none;
	
}

.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
	
}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}


/**************************
 * specific als elements
 * styling for #lista1
 **************************/

#lista1 {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#lista1 .als-item {
	margin: 0px 10px;
	min-height: 300px;
	min-width: 128px;
}

#lista1 .als-item img {
	position: relative;
	display: block;
	vertical-align: middle;
	margin-bottom: 8px;
}

#lista1 .als-prev, #lista1 .als-next {
	top: 100px;
	width: 15px;
	height: 22px;
}

#lista1 .als-prev {
	left: 0px;
}

#lista1 .als-next {
	right: 0px;
}
