/*
 * Author: Luca Arzilli, ALSolutions
 *
 * Project Name: Le Macchiole
 *
 */

/* VINO */

#intro p {
	text-align: center;
}
.viewmore {
	color: #b49759 !important;
	font-size:24px !important;
	padding-left:10px;
	cursor: pointer !important;
}

#technical-sheet {
	margin-top:30px;
}
#technical-sheet p {
	line-height: 35px;
}

#technical-sheet span {
    color: #000;
    font-weight: bold;
    font-style: normal;
}

#wine-details h2 span {
	color: #b49759;
}

#wine-details .col-md-7 {
	padding-left: 30px;
}

#years li {
	padding: 0px !important;
	margin: 0px 0px 15px 0px;
	line-height:10px;
}

#years ul {
	list-style-type: none;
  	margin: 0px;
  	padding: 0px;
}	
@media (max-width: 576px) {
	#wine-details img {
		margin-top:50px;
	}
}