<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * COLORI
 * Bianco 		#ffffff
 * Oro 			#AE9A64
 * Verde scuro 	#53B386
 * Azzurro	 	#73C2D6
 * Rosa scuro	#EA6B7F
 * Verde chiaro	#A6C18E
 * Rosa chiaro	#E09F9B
 * Azzurro nostrano #87b3b3
 */


@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

/****************************
** Core html setup stuff **
****************************/
html, 
body{
	font-family: 'Quicksand', sans-serif;
	color: #000;
	font-size: 16px;
	text-align: justify;
	line-height: 1.5;
	position: relative;
}

body{
	padding-top: 50px;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
	body{
		padding-top: 152px;
	}

}

@media (min-width: 1200px) {
}

a {
	color: #AE9A64;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #AE9A64;
	text-decoration: underline;
	outline: 0;
}

a:focus {
	color: #AE9A64;
	text-decoration: none;
	outline: 0;
}

body::-webkit-scrollbar {
	width: 6px;
}

body::-webkit-scrollbar-track {
	background-color: #fff;
}

body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #AE9A64;
}


:target:before {
	content:"";
	display:block;
	height:50px; /* fixed header height*/
	margin:-50px 0 0; /* negative fixed header height */
}

h1, h2, h3, h4, h5{
	text-align: left;
	line-height: 1;
}

h3{
	font-size: 28px;	
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
	h3{
		font-size: 34px;	
	}
	
	:target:before {
		content:"";
		display:block;
		height:152px; /* fixed header height*/
		margin:-152px 0 0; /* negative fixed header height */
	}
}

@media (min-width: 1200px) {
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.btn-wrap{
	white-space: normal;
}

.bx-next.disabled,
.bx-prev.disabled{
	display: none !important;
}

.btn-primary {
    color: #AE9A64;
    background-color: #FFFFFF;
    border-color: #AE9A64;
    border-radius: 0;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 0.5rem 2rem;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #AE9A64;
    border-color: #AE9A64;
    box-shadow: 0;
}

.btn-primary:hover {
    color: #fff;
    background-color: #AE9A64;
    border-color: #AE9A64;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show&gt;.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #AE9A64;
    border-color: #AE9A64;
}




.btn-secondary {
    color: #FFFFFF;
    background-color: #AE9A64;
    border-color: #AE9A64;
    border-radius: 0;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 0.5rem 2rem;
}

.btn-secondary.focus, .btn-secondary:focus {
    color: #fff;
    background-color: #AE9A64;
    border-color: #AE9A64;
    box-shadow: 0;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #AE9A64;
    border-color: #AE9A64;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show&gt;.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #AE9A64;
    border-color: #AE9A64;
}





.custom-select,
.form-control {
    border-radius: 0;
}


.hidden{
	display: none!important;
}

/****************************************
** COOKIE                              **
****************************************/
#cconsent-bar, #cconsent-bar * {
	box-sizing: border-box
}
#cconsent-bar .visually-hide, 
#cconsent-modal .visually-hide {
	position: absolute !important;
	overflow: hidden !important;
	clip: rect(1px 1px 1px 1px) !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	width: 1px !important;
	height: 1px !important;
}
#cconsent-bar {
	background-color: #000000;
	color: #FFF;
	padding: 30px 15px 15px 15px;
	text-align: right;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9998;
	transform: translateY(0);
	transition: transform .6s ease-in-out;
	transition-delay: .3s;
}
#cconsent-bar.ccb--hidden {
	transform: translateY(100%);
	display: block;
}
#cconsent-bar .ccb__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1800px;
	margin: 0 auto;
}
#cconsent-bar .ccb__left {
	align-self: center;
	text-align: left;
	margin: 0 0 15px 0 ;
}
#cconsent-bar .ccb__right {
    align-self: center;
    white-space: nowrap;
    width: 100%;
    text-align: left;
}
#cconsent-bar .ccb__right .ccb__button {
	display: flex;
    color: #FFF;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    gap: 8px;
}




#cconsent-bar .ccb__right .ccb__button_edit{
	flex-grow: 1;
}
#cconsent-bar button {
	line-height: normal;
	font-size: 14px;
	border: 0;
	padding: 10px 10px;
	color: #000;
	background-color: #FFF;
}
#cconsent-bar .ccb__button{
	display: flex;
}

#cconsent-bar .ccb__button &gt; div{
	width: 100%;
}

#cconsent-bar .ccb__button button{
	/*min-width: 110px;*/
	width: 100%;
}

#cconsent-modal .ccm__footer button.consent-give,
#cconsent-bar button.consent-give{
	background-color: #28a745;
	color: #fff;
}
#cconsent-bar button.ccb__edit {
	flex-grow: 1;
}
#cconsent-bar a:hover, #cconsent-bar button:hover {
	cursor: pointer;
}

#cconsent-bar button#ccb__bar-close {
    /* font-weight: bold; */
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 32px;
    color: #fff;
    background: #000;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

#cconsent-modal {
	display: none;
	font-size: 14px;
	line-height: 18px;
	color: #666;
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	font-family: sans-serif;
	font-size: 14px;
	background-color: rgba(0,0,0,0.6);
	z-index: 9999;
	align-items: center;
	justify-content: center;
}
@media (max-width: 600px) {
	#cconsent-modal {
		height: 100%
	}
}
#cconsent-modal button {
	border: 0
}
#cconsent-modal h2, #cconsent-modal h3 {
	color: #333
}
#cconsent-modal.ccm--visible {
	display: flex
}
#cconsent-modal .ccm__content {
	max-width: 600px;
	max-height: calc( 100vh - 30px);
	overflow-Y: auto;
	background-color: #FFFFFF;
}
@media (max-width: 600px) {
	#cconsent-modal .ccm__content {
		max-width: 100vw;
		height: 100%;
		max-height: initial;
	}
}
#cconsent-modal .ccm__content &gt; .ccm__content__heading {
	border-bottom: 1px solid #D8D8D8;
	padding: 35px 35px 20px;
	background-color: #FFFFFF;
	position: relative;
}
#cconsent-modal .ccm__content &gt; .ccm__content__heading h2 {
	font-size: 21px;
	font-weight: 600;
	color: #333;
	margin: 0
}
#cconsent-modal .ccm__content &gt; .ccm__content__heading .ccm__cheading__close {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 0;
	border: 0;
	font-weight: 600;
	color: #888;
	cursor: pointer;
	font-size: 26px;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 26px;
	height: 26px;
	background: none;
	text-align: center;
}
#cconsent-modal .ccm__content &gt; .ccm__content__heading .ccm__cheading__close:focus {
	box-shadow: 0 0 0 0.25 rem rgb(40 168 52 / 75%);
}
#cconsent-modal h2, #cconsent-modal h3 {
	margin-top: 0
}
#cconsent-modal .ccm__content &gt; .ccm__content__body {
	background-color: #FFF;
}
#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tabgroup {
	margin: 0;
	border-bottom: 1px solid #D8D8D8;
}
#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tab-head {
	color: #333;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	padding: 0;
	margin: 0;
	transition: background-color .5s ease-out;
}
#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tab-head:hover {
	background-color: #F9F9F9
}
#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tab-head__status {
	order: 1;
	position: absolute;
	left: 35px;
	font-weight: 600;
	display: inline-block;
	margin-right: 20px;
	pointer-events: none;
}
#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tab-head__status.ccm__tab-head__status--checked {
	font-size: 1em;
	color: #28a834;
}
#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tab-head__status.ccm__tab-head__status--unchecked {
	font-size: 1.4em;
	color: #e56385;
}
#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tab-head__text {
	order: 2;
	pointer-events: none;
}
#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tabgroup .ccm__tab-head .ccm__tab-head__icon-wedge {
	transition: transform .3s ease-out;
	transform-origin: center;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: rotate(0deg);
	transform: translateY(-50%);
	order: 3;
}
#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tabgroup .ccm__tab-head .ccm__tab-head__icon-wedge &gt; svg {
	pointer-events: none;
}
#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-head .ccm__tab-head__icon-wedge {
	transform: translateY(-50%) rotate(-180deg)
}
#cconsent-modal .ccm__tab-trigger {
	appearance: none;
	background: none;
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 17px 35px 17px 56px;
	color: #333;
	font-weight: 600;
}
#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tab-content {
	padding: 0;
	margin: 0
}
#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tabgroup .ccm__tab-content {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all .5s ease-out;
}
#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tabgroup .ccm__tab-content__inner {
	display: flex;
	flex-direction: row;
	padding: 25px 35px;
}
#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-head {
	background-color: #f9f9f9
}
#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-content {
	max-height: 900px;
	opacity: 1;
}
#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tab-content .ccm__tab-content__choose {
	order: 1;
}
@media (max-width: 600px) {
	#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-content {
		flex-direction: column
	}
}
@media (max-width: 600px) {
	#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tab-content .ccm__tab-content__choose {
		margin-bottom: 20px;
	}
}
#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tab-content .ccm__tab-content__choose .ccm__switch-component {
	display: flex;
	margin-right: 35px;
	align-items: center;
}
#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tab-content .ccm__tab-content__choose .ccm__switch__status {
	font-weight: 600;
}
#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tab-content .ccm__tab-content__choose .ccm__switch-group {
	background: none;
	width: 40px;
	height: 20px;
	margin: 0 10px;
	position: relative;
}
#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tab-content .ccm__tab-content__choose .ccm__switch__slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	border-radius: 10px;
	-webkit-transition: .4s;
	transition: .4s;
	pointer-events: none;
}
#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tab-content .ccm__tab-content__choose .ccm__switch__slider:before {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	border-radius: 50%;
	-webkit-transition: .4s;
	transition: .4s;
}
#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tab-content .ccm__tab-content__choose .ccm__switch-group[aria-checked="true"] .ccm__switch__slider {
	background-color: #28A834;
}
#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tab-content .ccm__tab-content__choose .ccm__switch-group:focus {
	box-shadow: 0 0 0 2pxrgb(40 168 52 / 75%);
}
#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tab-content .ccm__tab-content__choose .ccm__switch-group[aria-checked="true"] .ccm__switch__slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}
#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tab-content .ccm__tab-content__desc {
	order: 2;
}
#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tab-content h3 {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1;
}
#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tab-content p {
	color: #444;
	margin-bottom: 0
}#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tab-content .ccm__list:not(:empty) {margin-top:30px;}
#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tab-content .ccm__list .ccm__list__title {
	color: #333;
	font-weight: 600;
}
#cconsent-modal .ccm__content &gt; .ccm__content__body .ccm__tab-content .ccm__list ul {
	margin: 15px 0;
	padding-left: 15px
}
#cconsent-modal .ccm__footer {
	padding: 15px 10px;
	background-color: #EFEFEF;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	justify-content: center;
}
#cconsent-modal .ccm__footer button {
	line-height: normal;
	font-size: 14px;
	transition: background-color .5s ease-out;
	background-color: #000000;
	color: #FFF;
	border: none;
	padding: 13px;
	min-width: 110px;
	border-radius: 2px;
	cursor: pointer;
}
#cconsent-modal .ccm__footer button:hover {
	background-color: #0;
}
#cconsent-modal .ccm__footer button#ccm__footer__consent-modal-submit {
	margin-right: 10px;
}


@media (min-width: 576px) {
	#cconsent-bar .ccb__button button{
		min-width: 110px;
		width: auto;
	}
		
	#cconsent-bar .ccb__button &gt; div{
		width: auto;
	}
	
	#cconsent-modal .ccm__footer {
	    padding: 30px;
	    justify-content: flex-end;
	}
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

/****************************************
** END COOKIE                          **
****************************************/


/****************************************
** Template specific layout elements   **
****************************************/
#pageLoader{
	background: url("../images/loader.gif") no-repeat scroll center center #f2eeed;
	height: 8000px;
	left: 50%;
	margin: -4000px 0 0 -4000px;
	position: fixed;
	top: 50%;
	width: 8000px;
	z-index: 9999999;
}

/****************************************
** HEADER                              **
****************************************/
#header-wrapper nav{	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f3f1+0,ffffff+31,ffffff+100 */
	background: rgb(244,243,241); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(244,243,241,1) 0%, rgba(255,255,255,1) 30px, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(244,243,241,1) 0%,rgba(255,255,255,1) 30px,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(244,243,241,1) 0%,rgba(255,255,255,1) 30px,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f3f1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


 	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;

}

#header-wrapper .navbar-brand{
	width: 84px;
    margin-left: -42px;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0;
    
    z-index: 10;
}

.navbar-right-box img{
	width: 57px;
    height: 36px;
}

.navbar-light .navbar-toggler {
    color: #AE9A64;
    border: 0;
}

.navbar-toggler {
    padding: 0;
    font-size: 1.35rem;
    line-height: 1;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28132, 117, 78, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


#header-wrapper ul.mainmenu li{
	text-align: center;	
	padding: 0.5rem 0;
}

#header-wrapper ul.mainmenu li a{
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	line-height: 2;
	color: #000;
	padding: 0 10px;
	border-bottom: 1px solid #FFFFFF;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
	#header-wrapper ul.mainmenu li a{
		padding: 0 2px;
	}
}

@media (min-width: 1200px) {
	#header-wrapper ul.mainmenu li a{
		padding: 0 10px;
	}
}

#header-wrapper ul.mainmenu li a i{
	color: #AE9A64;
}

#header-wrapper ul.mainmenu li.active a{
	color: #AE9A64;
	text-decoration: none;
	border-bottom: 1px solid #AE9A64;
}

#header-wrapper ul.mainmenu li a:focus,
#header-wrapper ul.mainmenu li a:hover{
	color: #AE9A64;
	text-decoration: none;
}

#navbarSupportedContent{
    background-color: #FFFFFF;
    margin: 0 -1rem;
    padding-top: 1rem;
}




.headerSocialLink {
	text-align: center;
}

.headerSocialLink ul{
	display: block;
	margin: 0;
	padding: 0;
}

.headerSocialLink ul li{
	list-style-type: none;
	display: inline-block;
	padding: 0.5rem 0 0.5rem 0;
}

.headerSocialLink ul li a{
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	line-height: 2;
	color: #AE9A64;
	padding: 0;
	border-bottom: 1px solid transparent;
	
	width: 26px;
}

.headerSocialLink ul li a span{
	display: none;
}


.headerSocialLink ul li a:hover{
	text-decoration: none;
}















#header-wrapper ul.mainmenu-user li{
	text-align: center;	
	padding: 0.5rem 0;
}

#header-wrapper ul.mainmenu-user li a{
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	line-height: 2;
	color: #000;
	padding: 0 10px;
	border-bottom: 1px solid transparent;
}

#header-wrapper ul.mainmenu-user li a i{
	color: #AE9A64;
}

#header-wrapper ul.mainmenu-user li.active a{
	color: #AE9A64;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

#header-wrapper ul.mainmenu-user li a:focus,
#header-wrapper ul.mainmenu-user li a:hover{
	color: #AE9A64;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}


@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
	#navbarSupportedContent{
	    background-color: transparent;
	}
	
	#header-wrapper nav{
		padding-top: 0;
	}
	
	#header-wrapper .navbar-brand {
	    width: 240px;
	    margin-left: -120px;
	    position: absolute;
	    top: 0;
	    left: 50%;
	    padding: 0;
	}
	
	#header-wrapper .container{
		position: relative;
	}
	
	#header-wrapper .mainmenu-user{
		top: 0;
		right: 114px;
		position: absolute;
	}
	
	#header-wrapper .navbar-right-box{
		display: none;
	}
	
	#header-wrapper ul.mainmenu{
		width: 100%;
	    display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    justify-content: space-between;
	    align-items: center;
	    margin: 47px 0 20px 0;
	}
	
	#header-wrapper ul.mainmenu li {
	    text-align: center;
	    padding: 0.5rem 10px;
	}
	
	#header-wrapper ul.mainmenu li.first {
	    padding: 0.5rem 10px 0.5rem 0;
	}
	
	#header-wrapper ul.mainmenu li.first a{
	    padding-left: 0;
	}
	
	#header-wrapper ul.mainmenu li.last {
	    padding: 0.5rem 0 0.5rem 10px;
	}
	
	#header-wrapper ul.mainmenu li.last a{
	    padding-right: 0;
	}
	
	#header-wrapper ul.mainmenu li:nth-child(1) { order: -2; }
    #header-wrapper ul.mainmenu li:nth-child(2) { order: -1; }
	
	#header-wrapper ul.mainmenu:before{
		content: "";
	    display: block;
	    order: 0;
	    height: 20px;
	    min-width: 240px;
	    flex-grow: 1;
	}
	
	#header-wrapper ul.mainmenu .last.weblink span{
		display: block;
	    background-image: url(../images/logo_iz_oro.svg);
	    background-repeat: no-repeat;
	    background-size: contain;
	    overflow: hidden;
	    width: 70px;
	    text-indent: -99999px;
	    height: 44px;
	}
	
	.headerSocialLink {
		text-align: right;
	    position: absolute;
	    top: 0;
	    right: 0;
	}

	#header-wrapper ul.mainmenu-user li a {
    	line-height: 1;
	}
	
	.headerSocialLink ul li a {
    	line-height: 1;
   	}
}

@media (min-width: 1200px) {
	#header-wrapper ul.mainmenu li {
	    text-align: center;
	    padding: 0.5rem 15px;
	}
}

/****************************************
** HEADER END                          **
****************************************/

/****************************************
** FOOTER                              **
****************************************/
.footer-outer{
	background-color: #AE9A64;
	color: #fff;
	text-align: center;
}

.footer-outer a{
	color: #fff;
}

.footer-top .logo img{
	width: 150px;
	margin: 2rem 0;
}

.footer-top img.logo-footer-infundo{
	width: 150px;
	margin: 2rem 0;
}












.footerSocialLink {
	text-align: center;
	margin-bottom: 0.5rem;
}

.footerSocialLink ul{
	display: block;
	margin: 0;
	padding: 0;
}

.footerSocialLink ul li{
	list-style-type: none;
	display: inline-block;
	padding: 0.5rem 0.5rem;
}

.footerSocialLink ul li a{
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	line-height: 2;
	color: #AE9A64;
	padding: 0;
	border-bottom: 1px solid transparent;
	
	background: #fff;
	border-radius: 50%;
	
    width: 33px;
    height: 33px;
}

.footerSocialLink ul li a span{
	display: none;
}


.footerSocialLink ul li a:hover{
	text-decoration: none;
}

.footer-bottom {
    padding-bottom: 3rem;
}


@media (min-width: 576px) {
}

@media (min-width: 768px) {
	.footer-top {
	    padding-top: 2rem;
	}
	
	.footer-top .row .logo{
	    /*align-self: center;*/
	   text-align: left;
	}
	
	.footerSocialLink {
	    margin-top: 2rem;
	}
}

@media (min-width: 992px) {
	.footer-top .address{
	    text-align: left;
	}
	
	.footer-top .img-footer-infundo{
		text-align: left;
	}
	
	.footer-top .img-footer-infundo .logo-footer-infundo{
		margin: 0 0 1rem 38px;
	}
}

@media (min-width: 1200px) {
}

/****************************************
** END FOOTER                          **
****************************************/

/****************************************
** HEADER                              **
****************************************/
#header-slider{
	position: relative;
}

#header-slider a{
	text-decoration: none;
}

#header-slider .container{
	padding: 0 25px;
}

#header-slider .header-slider-item{
	position: relative;
}

#header-slider .header-slider-item .container-outer{
	position: absolute;
    top: 0;
    width: 100%;
}

#header-slider .header-slider-item .header-slider-title{
    color: #AE9A64;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 7px;
}

#header-slider .header-slider-item.title_center .header-slider-title{
    text-align: center;
}

#header-slider .header-slider-item.title_center.title_long .header-slider-title{
    color: #AE9A64;
    text-transform: uppercase;
    margin-top: 7px;
    
    font-size: 10px;
    letter-spacing: -0.8px;
}

span.btn.btn-primary.btn-header-fakebtn {
    font-size: 10px;
    padding: 0.15rem 1rem;
    font-weight: bold;
}

@media (min-width: 375px) {
	#header-slider .header-slider-item.title_center.title_long .header-slider-title{
		font-size: 12px;
    	letter-spacing: -0.8px;
	}
}

@media (min-width: 425px) {
	#header-slider .header-slider-item.title_center.title_long .header-slider-title{
		letter-spacing: 0px;
	}
}

/*
#header-slider .bx-next,
#header-slider .bx-prev{
	position: absolute;
    top: 50%;
    font-size: 22px;
    line-height: 50px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    margin-top: -30px;
    z-index: 52;
    text-align: center;
    opacity: 0.6;
}



#header-slider .bx-prev{
	left: 0;
}

#header-slider .bx-next{
	right: 0;
}*/





#header-slider .bx-next,
#header-slider .bx-prev{
	position: absolute;
    top: 50%;
    font-size: 22px;
    line-height: 50px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    z-index: 999;
    text-align: center;
    opacity: 0.6;
    margin-top: -30px;
}



#header-slider .bx-prev{
	left: 5px;
	text-align: left;
}

#header-slider .bx-next{
	right: 5px;
	text-align: right;
}




@media (min-width: 576px) {
	#header-slider .header-slider-item .header-slider-title{
	    font-size: 30px;
	    margin-top: 24px;
	    margin-bottom: 30px;
	}

	#header-slider .header-slider-item.title_center.title_long .header-slider-title{
	    font-size: 16px;
	    margin-top: 14px;
	}
}

@media (min-width: 768px) {
	
	
	span.btn.btn-primary.btn-header-fakebtn {
	    font-size: 1rem;
        padding: 0.5rem 2rem;
	    font-weight: bold;
	    
	}

	#header-slider .header-slider-item .header-slider-title{
	    font-size: 30px;
	    margin-top: 24px;
	    margin-bottom: 40px;
	}
	
	#header-slider .header-slider-item.title_center.title_long .header-slider-title{
        font-size: 20px;
    	margin-top: 21px;
	}
}

@media (min-width: 992px) {
	#header-slider .header-slider-item .header-slider-title{
	    font-size: 40px;
	    margin-top: 30px;
	    margin-bottom: 50px;
	}
	
	#header-slider .header-slider-item.title_center.title_long .header-slider-title{
        font-size: 26px;
    	margin-top: 28px;
	}
}

@media (min-width: 1200px) {
	#header-slider .header-slider-item .header-slider-title{
	    font-size: 50px;
	    margin-top: 40px;
	}
	
	#header-slider .header-slider-item.title_center.title_long .header-slider-title{
        font-size: 34px;
    	margin-top: 40px
	}
}
/****************************************
** END HEADER                          **
****************************************/

/****************************************
** HEADER RICETTE                      **
****************************************/
#header-slider .header-slider-content{
	line-height: 1.2;
	font-size: 12px;
}

#header-slider.header-slider-ricette .firma{
	margin-top: -20px;
}

#header-slider.header-slider-ricette .firma img{
	width: 100px;
}


@media (min-width: 576px) {
	#header-slider .header-slider-content{
		line-height: 1.2;
		font-size: 16px;
	}
	
	#header-slider.header-slider-ricette .firma{
		margin-top: -20px;
	}
	
	#header-slider.header-slider-ricette .firma img{
		width: 140px;
	}
}

@media (min-width: 768px) {
	#header-slider .header-slider-content{
		line-height: 1.2;
		font-size: 18px;
	}
	
	#header-slider.header-slider-ricette .firma{
		margin-top: -20px;
	}
	
	#header-slider.header-slider-ricette .firma img{
		width: 200px;
	}
}

@media (min-width: 992px) {
	#header-slider .header-slider-content{
		line-height: 1.2;
		font-size: 20px;
	}
	
	#header-slider.header-slider-ricette .firma{
		margin-top: -20px;
	}
	
	#header-slider.header-slider-ricette .firma img{
		width: 230px;
	}
}

@media (min-width: 1200px) {
	#header-slider .header-slider-content{
		line-height: 1.2;
		font-size: 22px;
	}
	
	#header-slider.header-slider-ricette .firma{
		margin-top: -20px;
	}
	
	#header-slider.header-slider-ricette .firma img{
		width: 250px;
	}
}
/****************************************
** END HEADER RICETTE                  **
****************************************/


/****************************************
** HOME                                **
****************************************/
/* pgmodule_nuovalinea */
.pgmodule_nuovalinea{
	padding-top: 2rem;
	background-image: url('../../../media/images/bg_pgmodule/f_piatto.jpg');
	
	background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 944px;
    padding-bottom: 140px;
    
}

.pgmodule_nuovalinea .f_title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1rem;
}



@media (min-width: 576px) {
}

@media (min-width: 768px) {
	.pgmodule_nuovalinea {
        background-size: 2300px;
	    padding-bottom: 186px;
	}
}

@media (min-width: 992px) {
	.pgmodule_nuovalinea {
	    background-size: 3000px;
	    padding-bottom: 260px;
	    min-height: 705px;
	}
}

@media (min-width: 1200px) {
	.pgmodule_nuovalinea {
        background-size: 3500px;
	    padding-bottom: 260px;
	    min-height: 830px;
	}
}



/* pgmodule_curiamoterra */
.pgmodule_curiamoterra{
	padding-top: 0;
	background-image: url('../../../media/images/bg_pgmodule/curiamo_terra.jpg');
	
	background-repeat: no-repeat;
    background-position: calc( 50% - 58px) bottom;
    background-size: 1350px;
    padding-bottom: 210px;
}

.pgmodule_curiamoterra .subtitle{
	color: #AE9A64;
    margin: 3rem 0 1.5rem 0;
    font-size: 20px;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
	.pgmodule_curiamoterra {
        background-size: 3000px;
	    padding-bottom: 150px;
	    background-position: calc( 50% - 58px) bottom;
	}
}

@media (min-width: 992px) {
	.pgmodule_curiamoterra {
	    background-size: 3000px;
	    padding-bottom: 140px;
	    background-position: center bottom;
	}
}

@media (min-width: 1200px) {
	.pgmodule_curiamoterra {
        background-size: 3500px;
    	padding-bottom: 170px;
	}
}

/* pgmodule_cooperativa */
.pgmodule_cooperativa{
	padding-top: 2rem;
}

.pgmodule_cooperativa h3{
	color: #AE9A64;
	margin-bottom: 2rem;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

/* pgmodule_tradizioneitaliana */
.pgmodule_tradizioneitaliana{
	margin-top: 4rem;
	margin-bottom: 31px;
	padding-top: 0;
	background-image: url('../../../media/images/bg_pgmodule/curiamo_terra.jpg');
	
	background-repeat: no-repeat;
    background-position: calc( 50% - 58px) bottom;
    background-size: 1350px;
    padding-bottom: 210px;
    
    position: relative;
}

.pgmodule_tradizioneitaliana h3{
	color: #AE9A64;
	margin-bottom: 2rem;
}

.pgmodule_tradizioneitaliana:after{
	content: "";
    padding-top: 0;
    background-image: url(../images/pattern_linea.svg);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 20px;
    height: 31px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -31px;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
	.pgmodule_tradizioneitaliana {
        background-size: 3000px;
	    padding-bottom: 150px;
	    background-position: calc( 50% - 58px) bottom;
	}
}

@media (min-width: 992px) {
	.pgmodule_tradizioneitaliana {
	    background-size: 3000px;
	    padding-bottom: 140px;
	    background-position: center bottom;
	}
}

@media (min-width: 1200px) {
	.pgmodule_tradizioneitaliana {
        background-size: 3500px;
    	padding-bottom: 170px;
	}
}


/* pgmodule_brandambassador */
.pgmodule_brandambassador{
	background-color: #f2eeed;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.home-brandambassador-gallery-item{
	/*display: flex;
    flex-direction: column;*/
}

.home-brandambassador-gallery-item p{
	margin: 0;
	padding: 0;
}

.home-brandambassador-gallery-item .frase {
    padding: 1rem;
    text-align: center;
}

.home-brandambassador-gallery-item .nome {
    padding: 0;
    text-align: center;
    color: #AE9A64;
    font-size: 22px;
}

.home-brandambassador-gallery-item .firma {
    top: -15px;
    text-align: center;
    position: relative;
}

.home-brandambassador-gallery-item .firma img {
    width: 280px
}

#home-brandambassador-gallery .bx-next,
#home-brandambassador-gallery .bx-prev{
	position: absolute;
    bottom: 130px;
    font-size: 22px;
    line-height: 50px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    z-index: 52;
    text-align: center;
    opacity: 0.6;
}



#home-brandambassador-gallery .bx-prev{
	left: 0;
}

#home-brandambassador-gallery .bx-next{
	right: 0;
}


@media (min-width: 576px) {
}

@media (min-width: 768px) {
	#home-brandambassador-gallery .bx-next,
	#home-brandambassador-gallery .bx-prev{
		position: absolute;
	    top: 50%;
	    margin-top: -25px;
	    font-size: 22px;
	    line-height: 50px;
	    overflow: hidden;
	    width: 50px;
	    height: 50px;
	    z-index: 52;
	    text-align: center;
	    opacity: 0.6;
	}
	
	#home-brandambassador-gallery .bx-prev{
		left: -7px;
		text-align: left;
	}
	
	#home-brandambassador-gallery .bx-next{
		right: -7px;
		text-align: right;
	}

}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}


/* pgmodule_segretiarte */
.pgmodule_segretiarte {
    padding-top: 0;
    background-image: url('../images/pattern_linea.svg');
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 20px;
    padding-bottom: 31px;
}

.pgmodule_segretiarte h3{
    font-size: 48px;
    line-height: 1.3;
    font-weight: 300;
    margin-top: 2rem;
}

.pgmodule_segretiarte .text{
	font-size: 30px;
	text-align: center;
	margin-top: 2rem;
}

.pgmodule_segretiarte .logo_infundo {
    margin: 0.5rem 0;
    text-align: center;
}

.pgmodule_segretiarte .scopri_ricette{
	text-align: center;
	margin: 3rem 0 2rem 0;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
	.pgmodule_segretiarte .text{
		text-align: left;
	}
	
	.pgmodule_segretiarte .logo_infundo {
		text-align: left;
	}
	
	.pgmodule_segretiarte .scopri_ricette{
		text-align: left;
	}
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

/****************************************
** END HOME                            **
****************************************/


/****************************************
** PGMODULE ISCRIZIONE                 **
****************************************/
/* pgmodule_iscrizione */
.pgmodule_iscrizione{
	margin-top: 2rem;
}
.pgmodule_iscrizione .logo_f{
	text-align: center;
	margin: 2rem 0;
}

.pgmodule_iscrizione .box_iscrizione {
    border-left: 1px solid #AE9A64;
    border-right: 1px solid #AE9A64;
    padding: 0 1rem 1rem 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.pgmodule_iscrizione .box_iscrizione h3{
	font-size: 30px;
	color: #AE9A64;
	text-transform: uppercase;
	margin-bottom: 2rem;
	text-align: center;
}

.pgmodule_iscrizione .scopri_ricette{
	margin-top: 2rem;
}


body.key-page-registration .pgmodule_iscrizione{
	display: none;
}

@media (min-width: 576px) {
	.pgmodule_iscrizione .box_iscrizione {
	    padding: 0 2rem 1rem 2rem;
	    margin-top: 2rem;
	    margin-bottom: 2rem;
	}
	
	.pgmodule_iscrizione .box_iscrizione h3{
		font-size: 40px;
	}
}

@media (min-width: 768px) {
	.pgmodule_iscrizione .box_iscrizione {
	    padding: 0 3rem 1rem 3rem;
	    margin-top: 2rem;
	    margin-bottom: 2rem;
	}
	
	.pgmodule_iscrizione .box_iscrizione h3{
		font-size: 40px;
	}
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}


/****************************************
** END PGMODULE ISCRIZIONE             **
****************************************/

/****************************************
** PGMODULE_BOX_OUTER_PRODUCT          **
****************************************/
.pgmodule_box_outer_product h3{
	text-align: center;
	margin-top: 2rem;
}

.pgmodule_box_outer_product h3 img{
	max-width: 200px;
}

.pgmodule_box_outer_product .sacchi{
	margin: 0 0 2rem 0;
}

.pgmodule_box_outer_product .sacchi img{
	width: 200px;
}

.pgmodule_box_outer_product .ideale_per{
	margin: 0;
	text-transform: uppercase;
	color: #AE9A64;
	font-size: 18px;
}

.pgmodule_box_outer_product .btn{
	margin-bottom: 1rem;
	padding: 0.5rem 0.5rem;	
}

.pgmodule_box_outer_product .product_tbl{
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 1rem 0;
}

.pgmodule_box_outer_product table{
	border-spacing: 5px;
    border-collapse: separate;
    width: 100%;
    
    /*table-layout: fixed;*/
}
.pgmodule_box_outer_product table td{
	padding: 3px;
	text-align: center;
	width: 33%;
}

.pgmodule_box_outer_product table td:first-child{
	display: none;
}


.pgmodule_box_outer_product table thead td{
	border: 1px dashed #ccc;
}

.pgmodule_box_outer_product .td_disabled{
	color: #ccc;
}

.pgmodule_box_outer_product table tbody .td_enabled{ background-color: #AE9A64; }

.pgmodule_box_outer_product.color_rosa_chiaro 	table thead .td_enabled	{ background-color: #e39e99; }
.pgmodule_box_outer_product.color_verde_scuro 	table tbody .td_enabled	{ background-color: #7ec4a0; }
.pgmodule_box_outer_product.color_verde_scuro	table td:first-child	{ display: table-cell; }
.pgmodule_box_outer_product.color_azzurro 		table tbody .td_enabled	{ background-color: #8fd0e2; }
.pgmodule_box_outer_product.color_azzurro		table td:first-child	{ display: table-cell; }
.pgmodule_box_outer_product.color_rosa_scuro 	table thead .td_enabled	{ background-color: #d9617a; }
.pgmodule_box_outer_product.color_verde_chiaro 	table thead .td_enabled	{ background-color: #d1ddab; }
.pgmodule_box_outer_product.color_azzurro_nostrano 	table tbody .td_enabled	{ background-color: #87b3b3; }
.pgmodule_box_outer_product.color_azzurro_nostrano	table td:first-child	{ display: table-cell; }

.pgmodule_box_outer_product.color_oro_carafin 	table tbody .td_enabled	{ background-color: #c7a174; }
.pgmodule_box_outer_product.color_oro_carafin	table td:first-child	{ display: table-cell; }
.pgmodule_box_outer_product.color_azzurro_extracrescita 	table tbody .td_enabled	{ background-color: #94aae0; }
.pgmodule_box_outer_product.color_azzurro_extracrescita	table td:first-child	{ display: table-cell; }
.pgmodule_box_outer_product.color_arancione_extratempo 	table tbody .td_enabled	{ background-color: #fa9255; }
.pgmodule_box_outer_product.color_arancione_extratempo	table td:first-child	{ display: table-cell; }

@media (min-width: 576px) {
}

@media (min-width: 768px) {
	.pgmodule_box_outer_product table td:first-child{
		display: table-cell;
		text-align: left;
	    white-space: nowrap;
	}
	
	.pgmodule_box_outer_product table thead td:first-child{
		border: none;
	}
	
	.pgmodule_box_outer_product table td{
		width: 25%;
	}
	
	.pgmodule_box_outer_product table tr.tr_hiding{
		display: none;
	}
}

@media (min-width: 992px) {
	.pgmodule_box_outer_product .pgmodule_box_inner{
		padding-top: 2rem;
		padding-bottom: 6rem;
	}	

	.pgmodule_box_outer_product .sacchi img{
		width: 100%;
	}
	
	.pgmodule_box_outer_product .img_tit_box .img_tit{
		width: 280px;
		margin-bottom: 2rem;
	}
	
	.pgmodule_box_outer_product .sacchi{
		margin: 0 0 0 0;
	}
	
	.pgmodule_box_outer_product .product_tbl {
	    display: flex;
	    flex-direction: column;
	    height: 156px;
	    justify-content: center;
	}
	
	.pgmodule_box_outer_product .product_content_box_outer{
		display: flex;
		flex-direction: column;
	}
	.pgmodule_box_outer_product .product_content_box{
		display: flex;
		flex-direction: column;
		/*height: 100%;*/
		flex-grow: 1;
	}
	
	.pgmodule_box_outer_product .product_content_box .tit_content_box{
		flex-grow: 1;
	}

}

@media (min-width: 1200px) {
	.pgmodule_box_outer_product .img_tit_box .img_tit{
		width: 350px;
		margin-bottom: 2rem;
	}
	
	.pgmodule_box_outer_product .product_tbl {
	    display: flex;
	    flex-direction: column;
	    height: 186px;
	    justify-content: center;
	}
}

/****************************************
** END PGMODULE_BOX_OUTER_PRODUCT      **
****************************************/

/****************************************
** RICETTE                             **
****************************************/
.ricette_box_outer{
	margin-top: 3rem;
}
.ricette_box_item {
	margin-bottom: 3rem;
}
.ricette_box_item .nome{
	font-weight: 700;
	color: #AE9A64;
	text-align: center;
	font-size: 18px;
	/*margin: 1rem 0 0.5rem 0;*/
	margin: 1rem 0 0rem 0;
}

.ricette_box_item .introtext{
	text-align: center;
	min-height: 26px;
}

.ricette_box_item .foto_brand_ambassador{
	text-align: center;
	/*margin-top: 1rem;*/
	margin-top: 5px;
}

.ricette_box_item .foto_brand_ambassador img{
	width: 60px;
}

.ricette_box_item .firma_brand_ambassador{
	text-align: center;
	margin-top: -20px;
}

.ricette_box_item .firma_brand_ambassador img{
	/*width: 150px;*/
	/*Risolvo il fatto che le firme hanno dimensioni diverse*/
	height: 75px;
}

.ricette_box_item .fascia1{
	padding: 5px 0;
	display: flex;
	flex-direction: row;
	/*margin-top: 1rem;*/
	margin-top: 0;
}

.ricette_box_item .tipi_zucchero{
	flex-grow: 1;
}

.ricette_box_item .tipi_zucchero .tipoZuccheroSquare{
	background-color: #AE9A64;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -99999px;
	margin-right: 5px;
	display: inline-block;
}

.ricette_box_item .tipi_zucchero .tipoZuccheroSquare.verde_scuro 	{ background-color: #53B386; }
.ricette_box_item .tipi_zucchero .tipoZuccheroSquare.azzurro 		{ background-color: #73C2D6; }
.ricette_box_item .tipi_zucchero .tipoZuccheroSquare.rosa_scuro 	{ background-color: #EA6B7F; }
.ricette_box_item .tipi_zucchero .tipoZuccheroSquare.verde_chiaro 	{ background-color: #A6C18E; }
.ricette_box_item .tipi_zucchero .tipoZuccheroSquare.rosa_chiaro 	{ background-color: #E09F9B; }
.ricette_box_item .tipi_zucchero .tipoZuccheroSquare.azzurro_nostrano 	{ background-color: #87b3b3; }

.ricette_box_item .tipi_zucchero .tipoZuccheroSquare.oro_carafin 	{ background-color: #c7a174; }
.ricette_box_item .tipi_zucchero .tipoZuccheroSquare.arancione_extratempo 	{ background-color: #fa9255; }
.ricette_box_item .tipi_zucchero .tipoZuccheroSquare.azzurro_extracrescita 	{ background-color: #94aae0; }

.ricette_box_item .multimediaRicetta{
	color: #AE9A64;
}

.ricette_box_item .multimediaRicetta i{
	margin-left: 5px;
}


.ricette_box_item .fascia2{
	border-top: 1px dotted #ccc;
	padding: 0 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 14px;
	text-align: left;
}


.ricette_box_item  .difficolta{
	text-align: right;
}

.ricette_box_item  .difficolta span{
	white-space: nowrap;
}

.ricette_box_item  .difficolta i{
	font-size: 12px;
	margin: 0 0 0 2px;
}

.ricette_filter_box .tit{
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 1rem;
}

.ricette_filter_box.noFilter{
	margin-bottom: 3rem;
}

.ricette_filter_box.haveFilter{
	margin-bottom: 1rem;
}

.ricette_filter_box .form-group{
	width: 100%;
}

.ricette_filter_box .form-group select{
	width: 100%;
}

.ricette_filter_box .btn{
	width: 100%;
	padding: 6px 0;
}

.modal .modal-title{
	color: #AE9A64;
}

.modal .modal-header{
	border-bottom: 1px dotted #CCCCCC;
}


.ricette_pg_intro {
    background: #f2eeed;
    padding: 1.5rem;
	padding-bottom: 7.5rem;
    margin-bottom: 1rem;
    text-align: left;
    font-size: 16px;
    background-image: url(../../../media/images/ricette/banner/icona_ricettario.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 245px;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
	.ricette_pg_intro {
		background: #f2eeed;
		padding: 1rem;
		margin-bottom: 1rem;
		text-align: left;
		font-size: 14px;
		background-image: url(../../../media/images/ricette/banner/icona_ricettario.png);
		background-repeat: no-repeat;
		background-position: calc(100% + 5px) bottom;
		background-size: 245px;
	}
	
}

@media (min-width: 992px) {
	.ricette_pg_intro {
		background: #f2eeed;
		padding: 1.5rem;
		margin-bottom: 1rem;
		text-align: left;
		font-size: 16px;
		background-image: url(../../../media/images/ricette/banner/icona_ricettario.png);
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 365px;
	}
}

@media (min-width: 1200px) {
	.ricette_pg_intro{
		background: #f2eeed;
		padding: 2rem;
		margin-bottom: 1rem;
		text-align: left;
		font-size: 18px;
	
		background-image: url(../../../media/images/ricette/banner/icona_ricettario.png);
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 430px;
	}
}





.ricette_pg_intro strong{
	color: #AE9A64;
}

.ricette_pg_intro p:last-child{
	margin-bottom: 0;
}

@media (min-width: 576px) {
	.ricette_filter_box .form-group{
		margin-right: 5px;
	}
	.ricette_filter_box .form-group,
	.ricette_filter_box .btn{
		width: 164px;
		flex-grow: 1;
	}
}

@media (min-width: 768px) {
	.ricette_filter_box .form-group,
	.ricette_filter_box .btn{
		width: 180px;
		flex-grow: 1;
	}
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}
/****************************************
** END RICETTE                         **
****************************************/


/****************************************
** AREA RISERVATA                      **
****************************************/
.card{
	border-radius: 0;
	border: none;
}

.card .card-body {
	padding: 1.25rem 0;
}
.card .card-header {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px dotted #ccc;
}

.card h3.panel-title{
	font-size: 22px;
	color: #AE9A64;
}


/****************************************
** END AREA RISERVATA                  **
****************************************/


/****************************************
** LOGIN MODAL                         **
****************************************/
#loginModal .modal-title{
	text-align: center;
	margin-bottom: 1rem;
}

#loginModal .modal-title img{
	width: 160px;
}

#loginModal .close{
	position: absolute;
    top: 0;
    right: 7px;
}

/****************************************
** END LOGIN MODAL                     **
****************************************/

/****************************************
** PGMODULE_DOWNLOADCATALOGO           **
****************************************/
.pgmodule_downloadcatalogo{
	margin-top: 2rem;
}

.pgmodule_downloadcatalogo .pgmodule_box_inner{
	background-color: #f2eeed;
	
    padding-top: 0;
    background-image: url('../images/pattern_linea.svg');
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 20px;
    padding-bottom: 31px;
}

.pgmodule_downloadcatalogo .pgmodule_box_inner .mockup_catalogo_outer{
	position: relative;
}



.pgmodule_downloadcatalogo .pgmodule_box_inner .btn-primary {
    background-color: #f2eeed;
}


.pgmodule_downloadcatalogo .pgmodule_box_inner .btn-primary.focus, .pgmodule_downloadcatalogo .pgmodule_box_inner .btn-primary:focus {
    color: #fff;
    background-color: #AE9A64;
    border-color: #AE9A64;
    box-shadow: 0;
}

.pgmodule_downloadcatalogo .pgmodule_box_inner .btn-primary:hover {
    color: #fff;
    background-color: #AE9A64;
    border-color: #AE9A64;
}

.pgmodule_downloadcatalogo .pgmodule_box_inner .btn-primary:not(:disabled):not(.disabled).active,
.pgmodule_downloadcatalogo .pgmodule_box_inner .btn-primary:not(:disabled):not(.disabled):active, 
.pgmodule_downloadcatalogo .pgmodule_box_inner .show&gt;.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #AE9A64;
    border-color: #AE9A64;
}




@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
	.pgmodule_downloadcatalogo{
		margin-top: 0;
		padding-top: 20px;
	}
	
	.pgmodule_downloadcatalogo .pgmodule_box_inner .mockup_catalogo_outer .mockup_catalogo{
		position: absolute;
		width: 100%;
		bottom: 0;
		right: 0;
	}
	
}

@media (min-width: 1200px) {
}
/****************************************
** END PGMODULE_DOWNLOADCATALOGO       **
****************************************/


/****************************************
** PGMODULE_CONTATTACI                 **
****************************************/
.pgmodule_contattaci{	
    padding-top: 2rem;
    background-image: url('../images/pattern_linea.svg');
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 20px;
    padding-bottom: 31px;
}

.pgmodule_contattaci .sacchi-footer-infundo{
	max-width: 300px;
}


.contattiSocialLink {
	/*text-align: left;*/
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.contattiSocialLink ul{
	display: block;
	margin: 0;
	padding: 0;
}

.contattiSocialLink ul li{
	list-style-type: none;
	display: inline-block;
	padding: 0.5rem 0.5rem;
}

.contattiSocialLink ul li a{
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	line-height: 2;
	color: #fff;
	padding: 0;
	border-bottom: 1px solid transparent;
	
	background: #AE9A64;
	border-radius: 50%;
	
    width: 33px;
    height: 33px;
}

.contattiSocialLink ul li a span{
	display: none;
}


.contattiSocialLink ul li a:hover{
	text-decoration: none;
}


/****************************************
** END PGMODULE_CONTATTACI             **
****************************************/

/****************************************
** PGMODULE_SCUOLEASSOCIAZIONI         **
****************************************/
.pgmodule_scuoleassociazioni{
	border-bottom: 5px solid #f2eeed;
	padding-bottom: 3rem;
}

.pgmodule_scuoleassociazioni .loghi_box{
	margin-top: 3rem;
}

.pgmodule_scuoleassociazioni h3{
	color: #AE9A64;
	display: block;
	text-align: center;
	margin: 3rem 0;
}

.pgmodule_scuoleassociazioni .logo_ampi{
	max-width: 300px;
	width: 100%;
	margin-bottom: 3rem;
}

.pgmodule_scuoleassociazioni .logo_ampi_h{
	display: none;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
	.pgmodule_scuoleassociazioni .logo_ampi{
		max-width: 150px;
		margin-bottom: 0rem;
	}
}

@media (min-width: 992px) {
	.pgmodule_scuoleassociazioni .logo_ampi{
		display: none;
	}
	.pgmodule_scuoleassociazioni .logo_ampi_h{
		display: block;
		width: 100%;
		padding: 0 60px;
	
	}
}


@media (min-width: 1200px) {
}

/****************************************
** END PGMODULE_SCUOLEASSOCIAZIONI     **
****************************************/




/****************************************
** PGMODULE_VIDEOLIVE                  **
****************************************/
.pgmodule_videolive .boxDirettaLink {
	text-align: center;
	font-weight: bold;
	color: #AE9A64;
	margin-bottom: 1rem;
}

.pgmodule_videolive .boxDirettaLink ul{
	display: block;
	margin: 0;
	padding: 0;
}

.pgmodule_videolive .boxDirettaLink ul li{
	list-style-type: none;
	display: inline-block;
	padding: 0.5rem 0.5rem;
}

.pgmodule_videolive .boxDirettaLink ul li a{
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	line-height: 2;
	color: #FFF;
	padding: 0;
	border-bottom: 1px solid transparent;
	
	background: #AE9A64;
	border-radius: 50%;
	
    width: 33px;
    height: 33px;
}

.pgmodule_videolive .boxDirettaLink ul li a span{
	display: none;
}


.pgmodule_videolive .boxDirettaLink ul li a:hover{
	text-decoration: none;
}

.pgmodule_videolive{
	border-bottom: 5px solid #f2eeed;
	padding-top: 3rem;
    padding-bottom: 3rem;
}

.pgmodule_video {
	padding-top: 2rem;
    padding-bottom: 2rem;
}



@media (min-width: 576px) {
}

@media (min-width: 768px) {
	.pgmodule_videolive{
	    margin-bottom: 2rem;
	}
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
}

@media (max-width: 992px) {
	.pgmodule_video .f_title {
		margin-top: 2rem;
	}
}
/****************************************
** END PGMODULE_VIDEOLIVE              **
****************************************/


.messages-box{
    background-color: #ae9a64;
    padding: 15px 0;
    line-height: 1;
    color: #fff;
}


/*#nostrano .linkricetta,
#extra-tempo .linkricetta,
#extra-crescita .linkricetta,
#zucchero-carafin .linkricetta{
	display: none;
}*/

#zucchero-carafin .altrolink,
#extra-tempo .altrolink,
#extra-crescita .altrolink{
	flex: 0 0 100%;
    max-width: 100%;
}

/****************************************
** NEWS                                **
****************************************/

.news_box_inner img {
    width: 100%;
}

.news_box_inner h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 10px 0;
}

.news_box_inner h3 a{
    text-decoration: none;
}

.news_box_inner h3 a:hover{
    text-decoration: none;
    color: #000000;
}

.news_box_inner .introtext {
    line-height: 1;
    font-size: 14px;
}

.news_box_item {
	margin-bottom: 30px;
}

.news_box_title {
	background-image: url(../images/banda.svg);
    background-repeat: no-repeat;
    background-position: center;
	background-size: auto 50px;
}

.news_box_title_inner{
	font-size: 26px;
    color: #AE9A64;
    text-transform: uppercase;
    background-image: url(../images/f_banda.svg);
    background-repeat: no-repeat;
    padding: 0 0 0 32px;
	background-color: #fff;
	margin-bottom: 30px;
	background-position: left center;
	background-size: auto 50px;
	
	min-height: 50px;
    line-height: 50px;
}

.all_news_box{
	text-align: center;
    
	background: linear-gradient(180deg, 
        rgba(0,0,0,0) calc(50% - 1px), 
        rgba(174,154,100,1) calc(50%), 
        rgba(0,0,0,0) calc(50% + 1px)
    );    
    
    
	background-size: 460px auto;
    background-repeat: no-repeat;
    background-position: center;
}

.all_news_box .all_news_box_inner{
	display: inline-block;
	
	border-left: 15px solid #FFFFFF;
	border-right: 15px solid #FFFFFF;
}

#newsModal img{
	width: 100%;
	margin-bottom: 15px;
}


@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
	.news_box_title_inner{
		font-size: 34px;
	}
}

@media (min-width: 1200px) {
}
/*
.pagination-outer{
	text-align: center;
}

.pagination-outer .pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: center;
}

.pagination-outer .pagination &gt; li.disabled {
    display: none;
}


.pagination-outer .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


.pagination-outer .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #AE9A64;
    border-color: #AE9A64;
}

.pagination-outer .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #AE9A64;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination-outer .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(174 154 100 / 25%);
}*/
/****************************************
** END NEWS                            **
****************************************/


/****************************************
** BLOG                                **
****************************************/
.blogItem {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.simplesearch-results-list .blogItem:last-child,
.blogItems .blogItem:last-child{
	border-bottom: none;
}

.blogItem .read_more {
    text-transform: uppercase;
    font-weight: bold;
}
.blog_read_other{
	margin-bottom: 2rem;
}

.blog_read_other h3,
.blogItemPage h2,
.blogItem h3{
    margin: 0;
	font-weight: bold;
}

.blog_read_other h3{
	margin-top: 2rem;
	margin-bottom: 0.5rem;
}

.blogItem h3 a {
    font-weight: bold;
}

.blogItem h3 a:hover {
    text-decoration: none;
	color: #000;
}

span.simplesearch-highlight {
    font-weight: bold;
    background-color: #ffffe0;
}

.blogContent{
	margin-top: 0.5rem;
}

/****************************************
** END BLOG                            **
****************************************/

/****************************************
** BLOG SIDEBAR                        **
****************************************/
.blogSideBarModule{
	margin-bottom: 2rem;
}

.blogSideBarModule h2{
    margin: 0 0 1.5rem 0;
    line-height: 1;
    text-align: left;
	/* text-transform: uppercase; */
	font-weight: bold;
}

.tagFilter{
	display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-wrap: wrap;
}

.tagFilter span{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
    /*flex-grow: 1;*/
    background-color: #f7f7f7;
    border: 1px solid #FFFFFF;    
    text-align: center;
    width: 50%;
    align-items: center;
}
.tagFilter a {    
    color: #000000;
    text-transform: uppercase;
    font-size: 0.75rem;    
    text-align: left;
    flex-grow: 1;
    padding: 3px 10px;
}

.tagFilter a:hover {
    text-decoration: none;
    color: #AE9A64;
}

.tagFilter span.active:hover,
.tagFilter span.active {
    text-decoration: none;
    background-color: #AE9A64;
    color: #FFFFFF;
    display: flex;
}

.tagFilter span.active:hover a,
.tagFilter span.active a {
    color: #FFFFFF;
}

.tagFilter a.removeTag{
	display: none;
	padding: 3px 10px;
	flex-grow: 0;
	
}

.tagFilter span.active a.removeTag{
	display: inline-block;
}

/*.blogSideBarModule.blog_fb_plugin {
	background: #e2001a;
}

.blogSideBarModule.blog_fb_plugin .blog_fb_plugin_inner {
    text-align: center;
    background: #e2001a;
    padding: 0 0 1.5rem 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .7) 0%, #e2001a 90px);
}*/
.blogSideBarModule.blog_fb_plugin .blog_fb_plugin_inner {
    text-align: center;
}

.blogOtherItem h4,
.blog_highlight h3{
	font-size: 16px;
	font-weight: bold;
}

.blogOtherItem h4{
	min-height: 52px;
}

.blog_highlight .item {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
/****************************************
** END BLOG SIDEBAR                    **
****************************************/


/****************************************
** PAGINAZIONE                         **
****************************************/
.pageNav{
	clear: both;
    display: block;
    text-align: right;
    margin: 1rem 0;
    padding: 0;
}

.pageNav ul{
	display: inline-block;
    text-align: right;
    margin: 0;
    padding: 0;
}

.pageNav ul li{
	display: block;
    float: left;
}

.pageNav ul li a.page-link{
    display: block;
    line-height: 3.6rem;
    height: 3.6rem;
    width: 3.6rem;
    text-align: center;
    color: #FFF;
    background-color: #AE9A64;
    text-decoration: none;
    margin: 0.5rem;
    padding: 0;
    border: none;
    border-radius: 0!important;
}

.pageNav ul li a.page-link:last-child{
	margin-right: 0;
}
 
.pageNav ul li.page-item.active a.page-link,
.pageNav ul li a:hover{
	color: #FFFFFF;
    background-color: #000;
    border: none;
}



.pageNav ul li.page-item.disabled a.page-link{
	display: none;
}


/*Paginazione risultati*/
.simplesearch-paging{
	text-align: right;
	margin: 1rem 0;
}

.simplesearch-paging:first-of-type{
	display: none;
}


.simplesearch-paging:after{
	content: '';
	display: block;
	clear: both;
	float: none;
}

.simplesearch-result-pages{
	display: none;
}


.simplesearch-page{    
    display: inline-block;
    border: none;
    border-radius: 0!important;
}

.simplesearch-page.simplesearch-current-page,
.simplesearch-page a{
	display: inline-block;
	color: #FFF;
	line-height: 3.6rem;
    height: 3.6rem;
    width: 3.6rem;
    text-align: center;
    color: #FFF;
    background-color: #000;
    text-decoration: none;
    margin: 0.5rem;
    padding: 0;
    border: none;
    border-radius: 0!important;
}

.simplesearch-page a:hover,
.simplesearch-page.simplesearch-current-page{
	color: #FFFFFF;
    background-color: #AE9A64;
    border: none;
}



/****************************************
** END PAGINAZIONE                     **
****************************************/


/****************************************
** MULTISELECT BOOTSTRAP3              **
****************************************/

.multiselect.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button.multiselect-option.dropdown-item {
    border: 0;
    margin: 0;
    padding: 5px 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    clear: both;
    font-weight: normal;
    color: #000;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.btn-group.open .multiselect.dropdown-toggle {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

button.multiselect-option .form-check{
	display: block;
	margin: 0;
	position: relative;
}

button.multiselect-option .form-check-input {
    margin: 0!important;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    
    position: absolute!important;
    margin-top: 0px!important;
    margin-left: -1.25rem!important;
    box-sizing: border-box!important;
    padding: 0!important;
}

button.multiselect-option .form-check-label{
	font-weight: normal;
	line-height: 1;
	margin: 0;
	min-height: 14px;
}

button.multiselect-option.dropdown-item.disabled {
	color: #c1c1c1;
    font-style: italic;
}

button.multiselect-option.level0 .form-check-label{
	font-weight: bold;
}

span.multiselect-native-select {
    position: relative;
    width: 100%;
}

.multiselect-container .multiselect-all:focus, .multiselect-container .multiselect-all:hover, .multiselect-container .multiselect-group:focus, .multiselect-container .multiselect-group:hover, .multiselect-container .multiselect-option:focus, .multiselect-container .multiselect-option:hover {
    background-color: #AE9A64!important;
	color: #fff;
}

.multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active {
    background-color: #AE9A64!important;
    color: #fff;
}

.multiselect-container::-webkit-scrollbar {
	width: 6px;
}

.multiselect-container::-webkit-scrollbar-track {
	background-color: #fff;
}

.multiselect-container::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #AE9A64;
}


.multiselect-container .multiselect-all{
	border: 0;
    margin: 0;
    padding: 5px 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    clear: both;
    font-weight: normal;
    color: #000;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;

	background: #f2eeed!important;
}

.multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active,
.multiselect-container .multiselect-all:focus,
.multiselect-container .multiselect-all:hover{
	background: #f2eeed!important;
	color: #000;
}

.multiselect-container .multiselect-all .form-check {
    padding: 3px 20px 3px 40px;
	display: block;
    margin: 0;
    position: relative;
}

.multiselect-container .multiselect-all .form-check-input {
    margin: 0!important;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    position: absolute!important;
    margin-top: 0px!important;
    margin-left: -1.25rem!important;
    box-sizing: border-box!important;
    padding: 0!important;
}

.multiselect-container .multiselect-all .form-check-label {
    font-weight: normal;
    line-height: 1;
    margin: 0;
    min-height: 14px;
}
/****************************************
** RICETTE CHECK                       **
****************************************/
.ricettaCheck{
	display: none;
}

.haveCheck .foto{
	position: relative;
	cursor: pointer;
}

.haveCheck .ricettaCheck{
	display: block;
	position: absolute;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    top: 10px;
    right: 10px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 15px;

	z-index: 10;

	background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;

	-webkit-box-shadow: 0 0 1px 0 #000000;
	box-shadow: 0 0 1px 0 #000000;

	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.haveCheck .checked .ricettaCheck{
	background-color: #fff;
	/*mix-blend-mode: color-dodge;*/
	mix-blend-mode: lighten;

	-webkit-box-shadow: none;
	box-shadow: none;

	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.haveCheck .ricettaCheck i{
	display: none;
}


.haveCheck .checked .ricettaCheck i{
	display: inline-block;
	mix-blend-mode: difference;
	color: #fff;
}

.haveCheck .foto img{
	filter: brightness(100%);

	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.haveCheck .checked .foto img{
	filter: brightness(80%);

	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}


/* ricettaCheckAll */
.ricettaCheckAll_box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;

	margin-bottom: 1rem;
}

.ricettaCheckAll_fieldbox{
	display: flex;
    flex-direction: column;
    text-align: center;
    align-content: center;
    align-items: center;
	margin-left: 1rem;
	margin-right: 1rem;
}


.ricettaCheckAll_fieldbox .ricettaCheckAll_field{
	display: block;
    border: 2px solid #ccc;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    top: 10px;
    right: 10px;
    color: #000;
    text-align: center;
    line-height: 24px;
    font-size: 15px;

	z-index: 10;

	background-color: #fff;
    cursor: pointer;

	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.ricettaCheckAll_fieldbox .ricettaCheckAll_field i{
	display: none;
}


.ricettaCheckAll_fieldbox.checked .ricettaCheckAll_field{
	border: 2px solid #000;
	background-color: #000;
	color: #fff;

	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.ricettaCheckAll_fieldbox.checked .ricettaCheckAll_field i{
	display: inline-block;
}


.ricettaCheckAll_tutto{
	font-size: 12px;
	cursor: pointer;
}


.download_ricette_box {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 50;
    background: #fff;
    padding: 6px 0;
    box-shadow: rgb(204, 204, 204) 0px 0px 10px 0px;
}









.contentLoader {
	display: block;
    border: 10px solid #EEEEEE;
    border-radius: 50%;
    border-top: 10px solid #817651;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 15px auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
</pre></body></html>