@charset "UTF-8";
.btn-sm {
	padding: 4px 25px;
}
.tags--style-2 .tags__item {
    background: #FFF;
	border: 2px solid #32936f;
}
.titoloArticolo {	
	font-size: 50px;
}
.iconaArticolo {
	width: 50px;
	height: auto;
}
.breadcrumbs {
	color: #848484;
	margin-top: 15px;
	margin-bottom: 15px;
}
.breadSub {
	background-color: #f4f6f7;
	color: #848484;
}
.breadSubWhite {
	color: #848484;
}
.breadArticolo {	
	margin-top: 200px;
}
.logoRegione {
	width: 150px;
	height: auto;
}
.und {
	text-decoration: underline !important;
}
.accordion--bordered {
    border: 2px solid #32936f;
}
.accordion--bordered .accordion__title-block::after, .accordion__close::after, .accordion__close::before {
    background: #32936f;
}
.filter-panel__item a {
	color: #333;
}
.filter-panel__item a:hover {
	color: #a3a3a3;
}
.header-f3 .header__top {
    background: #86214f;
}
.header-f3 .lower-menu__link::after, .header-f3 .main-menu__item .main-menu__link::before, .header-f3 .main-menu__sub-list li a::after {
    background: #32936f;
}
.main-menu__link:hover {
    color: #333 !important;
}
.button--green {
    border: 2px solid #32936f;
}
.button--green:hover {
    border: 2px solid #32936f;
	background-color: #32936f;
}
.text-box:hover {
    background: rgba(176,121,146,.8);
}
.animal-block {
    background: rgba(41,58,33,0);
}
.animal-block:hover{background:rgba(176,121,146,.8)}
.logo-item__img, .logos-slider__item img {
    max-width: 220px;
}
.main-menu__link:hover {
    color: rgba(176,121,146,1) !important;
}
.dots--style-3 li.slick-active {
    border: 2px solid #32936f;
}
.dots--style-3 li button:hover, .dots--style-3 li.slick-active button {
    background-color: #32936f;
}
.destination-item--style-3::before {
    background: rgba(50,147,111,.2);
}
.destination-item--style-3:hover::before {
    background: rgba(50,147,111,.8);
}
.btn-sm {
    padding: 4px 10px;
    font-size: 80%;
}
@media only screen and (min-width: 1367px){
.logo__img {
    height: 78px;
}
	}
@media only screen and (min-width: 768px){
	.list-icon__item {
    width: 33.333%;
}
}

/* iPhone portrait */
@media (max-width: 480px) {
}
/* iPhone landscape */
@media (min-width: 481px) and (max-width: 767px) {

}
/* boh */
@media (min-width: 768px) and (max-width: 959px) {

}
/* iPad portrait */
@media (max-width:1024px) and (min-width:768px) {

}
/* iPad landscape */
@media (min-width: 960px) and (max-width: 1199px) {

}
 /* Large Display */
@media (min-width: 1200px) {
}
