/* @import url("./font-awesome.min.css"); */

/*
	Twenty by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Reset */

html {
    height: 100%;
    width: 100%;
}

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

	img {
		max-width: 100%;
		height: auto;
	}
	
	em {
		font-style: italic;
	}
	
.clear { clear: both; }

.messagebox.erroreMSG p { color: #8f1515; }

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
	
	#ccm-page-controls-wrapper{
		display: none !important;
	}
	
	#header {
		left: 0;
		position: relative !important;
		top: 0;
	}
}
	
/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Containers */

	.container {
		margin-left: auto;
		margin-right: auto;
	}

	.container.\31 25\25 {
		width: 100%;
		max-width: 1750px;
		min-width: 1400px;
	}

	.container.\37 5\25 {
		width: 1050px;
	}

	.container.\35 0\25 {
		width: 700px;
	}

	.container.\32 5\25 {
		width: 350px;
	}

	.container {
		width: 1400px;
	}

	/* #MOD */
	.container.full {
		width: 100%;
		padding: 0 !important;
	}
	
	.container.homedesc {
		background-color: #f8f9f9;
		padding: 20px 0 80px;
		border-top: solid 1px #e3e3e3;
	}
	
	.container.homedesc  h3{
		color: #737c85;
		font-size: 22px;
		text-transform: none;
		font-weight: 500;
	}
	
	@media screen and (max-width: 736px) {
		iframe { max-width: 100%; }
		.container.homedesc section{
			/* padding: 1em; */
			padding: 0.5em;
		}
	}
	
	.container.homedesc  p{
		text-align: justify;
	}
	
	/* #MOD 23/03/2018 */
	.container.striscione {
		padding: 72px 0 71px;
		background: url('../images/striscione.jpg') no-repeat center top;
		background-size: cover;
	}
	
	/* #MOD */
	
	@media screen and (max-width: 1680px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 1500px;
			min-width: 1200px;
		}

		.container.\37 5\25 {
			width: 900px;
		}

		.container.\35 0\25 {
			width: 600px;
		}

		.container.\32 5\25 {
			width: 300px;
		}

		.container {
			width: 1200px;
		}

	}

	@media screen and (max-width: 1280px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 1200px;
			min-width: 960px;
		}

		.container.\37 5\25 {
			width: 720px;
		}

		.container.\35 0\25 {
			width: 480px;
		}

		.container.\32 5\25 {
			width: 240px;
		}

		.container {
			width: 960px;
		}

	}

	@media screen and (max-width: 980px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 118.75%;
			min-width: 95%;
		}

		.container.\37 5\25 {
			width: 71.25%;
		}

		.container.\35 0\25 {
			width: 47.5%;
		}

		.container.\32 5\25 {
			width: 23.75%;
		}

		.container {
			width: 95%;
		}

	}

	@media screen and (max-width: 840px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 118.75%;
			min-width: 95%;
		}

		.container.\37 5\25 {
			width: 71.25%;
		}

		.container.\35 0\25 {
			width: 47.5%;
		}

		.container.\32 5\25 {
			width: 23.75%;
		}

		.container {
			width: 95% !important;
		}

	}

	@media screen and (max-width: 736px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 125%;
			min-width: 100%;
		}

		.container.\37 5\25 {
			width: 75%;
		}

		.container.\35 0\25 {
			width: 50%;
		}

		.container.\32 5\25 {
			width: 25%;
		}

		.container {
			width: 100% !important;
		}

	}

/* Grid */

	.row {
		border-bottom: solid 1px transparent;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row > * {
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row:after, .row:before {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}

	.row.uniform > * > :first-child {
		margin-top: 0;
	}

	.row.uniform > * > :last-child {
		margin-bottom: 0;
	}

	.row.\30 \25 > * {
		padding: 0px 0 0 0px;
	}

	.row.\30 \25 {
		margin: 0px 0 -1px 0px;
	}

	.row.uniform.\30 \25 > * {
		padding: 0px 0 0 0px;
	}

	.row.uniform.\30 \25 {
		margin: 0px 0 -1px 0px;
	}

	.row > * {
		padding: 50px 0 0 50px;
	}

	.row {
		margin: -50px 0 -1px -50px;
	}

	.row.uniform > * {
		padding: 50px 0 0 50px;
	}

	.row.uniform {
		margin: -50px 0 -1px -50px;
	}

	.row.\32 00\25 > * {
		padding: 100px 0 0 100px;
	}

	.row.\32 00\25 {
		margin: -100px 0 -1px -100px;
	}

	.row.uniform.\32 00\25 > * {
		padding: 100px 0 0 100px;
	}

	.row.uniform.\32 00\25 {
		margin: -100px 0 -1px -100px;
	}

	.row.\31 50\25 > * {
		padding: 75px 0 0 75px;
	}

	.row.\31 50\25 {
		margin: -75px 0 -1px -75px;
	}

	.row.uniform.\31 50\25 > * {
		padding: 75px 0 0 75px;
	}

	.row.uniform.\31 50\25 {
		margin: -75px 0 -1px -75px;
	}

	.row.\35 0\25 > * {
		padding: 25px 0 0 25px;
	}

	.row.\35 0\25 {
		margin: -25px 0 -1px -25px;
	}

	.row.uniform.\35 0\25 > * {
		padding: 25px 0 0 25px;
	}

	.row.uniform.\35 0\25 {
		margin: -25px 0 -1px -25px;
	}

	.row.\32 5\25 > * {
		padding: 12.5px 0 0 12.5px;
	}

	.row.\32 5\25 {
		margin: -12.5px 0 -1px -12.5px;
	}

	.row.uniform.\32 5\25 > * {
		padding: 12.5px 0 0 12.5px;
	}

	.row.uniform.\32 5\25 {
		margin: -12.5px 0 -1px -12.5px;
	}

	.\31 2u, .\31 2u\24 {
		width: 100%;
		clear: none;
		margin-left: 0;
	}

	.\31 1u, .\31 1u\24 {
		width: 91.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 0u, .\31 0u\24 {
		width: 83.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\39 u, .\39 u\24 {
		width: 75%;
		clear: none;
		margin-left: 0;
	}

	.\38 u, .\38 u\24 {
		width: 66.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\37 u, .\37 u\24 {
		width: 58.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\36 u, .\36 u\24 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}

	.\35 u, .\35 u\24 {
		width: 41.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\34 u, .\34 u\24 {
		width: 33.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\33 u, .\33 u\24 {
		width: 25%;
		clear: none;
		margin-left: 0;
	}

	.\32 u, .\32 u\24 {
		width: 16.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 u, .\31 u\24 {
		width: 8.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\31 2u\24 + *,
	.\31 1u\24 + *,
	.\31 0u\24 + *,
	.\39 u\24 + *,
	.\38 u\24 + *,
	.\37 u\24 + *,
	.\36 u\24 + *,
	.\35 u\24 + *,
	.\34 u\24 + *,
	.\33 u\24 + *,
	.\32 u\24 + *,
	.\31 u\24 + * {
		clear: left;
	}

	.\-11u {
		margin-left: 91.66667%;
	}

	.\-10u {
		margin-left: 83.33333%;
	}

	.\-9u {
		margin-left: 75%;
	}

	.\-8u {
		margin-left: 66.66667%;
	}

	.\-7u {
		margin-left: 58.33333%;
	}

	.\-6u {
		margin-left: 50%;
	}

	.\-5u {
		margin-left: 41.66667%;
	}

	.\-4u {
		margin-left: 33.33333%;
	}

	.\-3u {
		margin-left: 25%;
	}

	.\-2u {
		margin-left: 16.66667%;
	}

	.\-1u {
		margin-left: 8.33333%;
	}

	@media screen and (max-width: 1680px) {

		.row > * {
			padding: 40px 0 0 40px;
		}

		.row {
			margin: -40px 0 -1px -40px;
		}

		.row.uniform > * {
			padding: 40px 0 0 40px;
		}

		.row.uniform {
			margin: -40px 0 -1px -40px;
		}

		.row.\32 00\25 > * {
			padding: 80px 0 0 80px;
		}

		.row.\32 00\25 {
			margin: -80px 0 -1px -80px;
		}

		.row.uniform.\32 00\25 > * {
			padding: 80px 0 0 80px;
		}

		.row.uniform.\32 00\25 {
			margin: -80px 0 -1px -80px;
		}

		.row.\31 50\25 > * {
			padding: 60px 0 0 60px;
		}

		.row.\31 50\25 {
			margin: -60px 0 -1px -60px;
		}

		.row.uniform.\31 50\25 > * {
			padding: 60px 0 0 60px;
		}

		.row.uniform.\31 50\25 {
			margin: -60px 0 -1px -60px;
		}

		.row.\35 0\25 > * {
			padding: 20px 0 0 20px;
		}

		.row.\35 0\25 {
			margin: -20px 0 -1px -20px;
		}

		.row.uniform.\35 0\25 > * {
			padding: 20px 0 0 20px;
		}

		.row.uniform.\35 0\25 {
			margin: -20px 0 -1px -20px;
		}

		.row.\32 5\25 > * {
			padding: 10px 0 0 10px;
		}

		.row.\32 5\25 {
			margin: -10px 0 -1px -10px;
		}

		.row.uniform.\32 5\25 > * {
			padding: 10px 0 0 10px;
		}

		.row.uniform.\32 5\25 {
			margin: -10px 0 -1px -10px;
		}

		.\31 2u\28wide\29, .\31 2u\24\28wide\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28wide\29, .\31 1u\24\28wide\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28wide\29, .\31 0u\24\28wide\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28wide\29, .\39 u\24\28wide\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28wide\29, .\38 u\24\28wide\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28wide\29, .\37 u\24\28wide\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28wide\29, .\36 u\24\28wide\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28wide\29, .\35 u\24\28wide\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28wide\29, .\34 u\24\28wide\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28wide\29, .\33 u\24\28wide\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28wide\29, .\32 u\24\28wide\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28wide\29, .\31 u\24\28wide\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28wide\29 + *,
		.\31 1u\24\28wide\29 + *,
		.\31 0u\24\28wide\29 + *,
		.\39 u\24\28wide\29 + *,
		.\38 u\24\28wide\29 + *,
		.\37 u\24\28wide\29 + *,
		.\36 u\24\28wide\29 + *,
		.\35 u\24\28wide\29 + *,
		.\34 u\24\28wide\29 + *,
		.\33 u\24\28wide\29 + *,
		.\32 u\24\28wide\29 + *,
		.\31 u\24\28wide\29 + * {
			clear: left;
		}

		.\-11u\28wide\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28wide\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28wide\29 {
			margin-left: 75%;
		}

		.\-8u\28wide\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28wide\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28wide\29 {
			margin-left: 50%;
		}

		.\-5u\28wide\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28wide\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28wide\29 {
			margin-left: 25%;
		}

		.\-2u\28wide\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28wide\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 1280px) {

		.row > * {
			padding: 40px 0 0 40px;
		}

		.row {
			margin: -40px 0 -1px -40px;
		}

		.row.uniform > * {
			padding: 40px 0 0 40px;
		}

		.row.uniform {
			margin: -40px 0 -1px -40px;
		}

		.row.\32 00\25 > * {
			padding: 80px 0 0 80px;
		}

		.row.\32 00\25 {
			margin: -80px 0 -1px -80px;
		}

		.row.uniform.\32 00\25 > * {
			padding: 80px 0 0 80px;
		}

		.row.uniform.\32 00\25 {
			margin: -80px 0 -1px -80px;
		}

		.row.\31 50\25 > * {
			padding: 60px 0 0 60px;
		}

		.row.\31 50\25 {
			margin: -60px 0 -1px -60px;
		}

		.row.uniform.\31 50\25 > * {
			padding: 60px 0 0 60px;
		}

		.row.uniform.\31 50\25 {
			margin: -60px 0 -1px -60px;
		}

		.row.\35 0\25 > * {
			padding: 20px 0 0 20px;
		}

		.row.\35 0\25 {
			margin: -20px 0 -1px -20px;
		}

		.row.uniform.\35 0\25 > * {
			padding: 20px 0 0 20px;
		}

		.row.uniform.\35 0\25 {
			margin: -20px 0 -1px -20px;
		}

		.row.\32 5\25 > * {
			padding: 10px 0 0 10px;
		}

		.row.\32 5\25 {
			margin: -10px 0 -1px -10px;
		}

		.row.uniform.\32 5\25 > * {
			padding: 10px 0 0 10px;
		}

		.row.uniform.\32 5\25 {
			margin: -10px 0 -1px -10px;
		}

		.\31 2u\28normal\29, .\31 2u\24\28normal\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28normal\29, .\31 1u\24\28normal\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28normal\29, .\31 0u\24\28normal\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28normal\29, .\39 u\24\28normal\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28normal\29, .\38 u\24\28normal\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28normal\29, .\37 u\24\28normal\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28normal\29, .\36 u\24\28normal\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28normal\29, .\35 u\24\28normal\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28normal\29, .\34 u\24\28normal\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28normal\29, .\33 u\24\28normal\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28normal\29, .\32 u\24\28normal\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28normal\29, .\31 u\24\28normal\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28normal\29 + *,
		.\31 1u\24\28normal\29 + *,
		.\31 0u\24\28normal\29 + *,
		.\39 u\24\28normal\29 + *,
		.\38 u\24\28normal\29 + *,
		.\37 u\24\28normal\29 + *,
		.\36 u\24\28normal\29 + *,
		.\35 u\24\28normal\29 + *,
		.\34 u\24\28normal\29 + *,
		.\33 u\24\28normal\29 + *,
		.\32 u\24\28normal\29 + *,
		.\31 u\24\28normal\29 + * {
			clear: left;
		}

		.\-11u\28normal\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28normal\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28normal\29 {
			margin-left: 75%;
		}

		.\-8u\28normal\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28normal\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28normal\29 {
			margin-left: 50%;
		}

		.\-5u\28normal\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28normal\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28normal\29 {
			margin-left: 25%;
		}

		.\-2u\28normal\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28normal\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 980px) {

		.row > * {
			padding: 30px 0 0 30px;
		}

		.row {
			margin: -30px 0 -1px -30px;
		}

		.row.uniform > * {
			padding: 30px 0 0 30px;
		}

		.row.uniform {
			margin: -30px 0 -1px -30px;
		}

		.row.\32 00\25 > * {
			padding: 60px 0 0 60px;
		}

		.row.\32 00\25 {
			margin: -60px 0 -1px -60px;
		}

		.row.uniform.\32 00\25 > * {
			padding: 60px 0 0 60px;
		}

		.row.uniform.\32 00\25 {
			margin: -60px 0 -1px -60px;
		}

		.row.\31 50\25 > * {
			padding: 45px 0 0 45px;
		}

		.row.\31 50\25 {
			margin: -45px 0 -1px -45px;
		}

		.row.uniform.\31 50\25 > * {
			padding: 45px 0 0 45px;
		}

		.row.uniform.\31 50\25 {
			margin: -45px 0 -1px -45px;
		}

		.row.\35 0\25 > * {
			padding: 15px 0 0 15px;
		}

		.row.\35 0\25 {
			margin: -15px 0 -1px -15px;
		}

		.row.uniform.\35 0\25 > * {
			padding: 15px 0 0 15px;
		}

		.row.uniform.\35 0\25 {
			margin: -15px 0 -1px -15px;
		}

		.row.\32 5\25 > * {
			padding: 7.5px 0 0 7.5px;
		}

		.row.\32 5\25 {
			margin: -7.5px 0 -1px -7.5px;
		}

		.row.uniform.\32 5\25 > * {
			padding: 7.5px 0 0 7.5px;
		}

		.row.uniform.\32 5\25 {
			margin: -7.5px 0 -1px -7.5px;
		}

		.\31 2u\28narrow\29, .\31 2u\24\28narrow\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28narrow\29, .\31 1u\24\28narrow\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28narrow\29, .\31 0u\24\28narrow\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28narrow\29, .\39 u\24\28narrow\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28narrow\29, .\38 u\24\28narrow\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28narrow\29, .\37 u\24\28narrow\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28narrow\29, .\36 u\24\28narrow\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28narrow\29, .\35 u\24\28narrow\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28narrow\29, .\34 u\24\28narrow\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28narrow\29, .\33 u\24\28narrow\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28narrow\29, .\32 u\24\28narrow\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28narrow\29, .\31 u\24\28narrow\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28narrow\29 + *,
		.\31 1u\24\28narrow\29 + *,
		.\31 0u\24\28narrow\29 + *,
		.\39 u\24\28narrow\29 + *,
		.\38 u\24\28narrow\29 + *,
		.\37 u\24\28narrow\29 + *,
		.\36 u\24\28narrow\29 + *,
		.\35 u\24\28narrow\29 + *,
		.\34 u\24\28narrow\29 + *,
		.\33 u\24\28narrow\29 + *,
		.\32 u\24\28narrow\29 + *,
		.\31 u\24\28narrow\29 + * {
			clear: left;
		}

		.\-11u\28narrow\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28narrow\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28narrow\29 {
			margin-left: 75%;
		}

		.\-8u\28narrow\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28narrow\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28narrow\29 {
			margin-left: 50%;
		}

		.\-5u\28narrow\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28narrow\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28narrow\29 {
			margin-left: 25%;
		}

		.\-2u\28narrow\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28narrow\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 840px) {

		.row > * {
			padding: 30px 0 0 30px;
		}

		.row {
			margin: -30px 0 -1px -30px;
		}

		.row.uniform > * {
			padding: 30px 0 0 30px;
		}

		.row.uniform {
			margin: -30px 0 -1px -30px;
		}

		.row.\32 00\25 > * {
			padding: 60px 0 0 60px;
		}

		.row.\32 00\25 {
			margin: -60px 0 -1px -60px;
		}

		.row.uniform.\32 00\25 > * {
			padding: 60px 0 0 60px;
		}

		.row.uniform.\32 00\25 {
			margin: -60px 0 -1px -60px;
		}

		.row.\31 50\25 > * {
			padding: 45px 0 0 45px;
		}

		.row.\31 50\25 {
			margin: -45px 0 -1px -45px;
		}

		.row.uniform.\31 50\25 > * {
			padding: 45px 0 0 45px;
		}

		.row.uniform.\31 50\25 {
			margin: -45px 0 -1px -45px;
		}

		.row.\35 0\25 > * {
			padding: 15px 0 0 15px;
		}

		.row.\35 0\25 {
			margin: -15px 0 -1px -15px;
		}

		.row.uniform.\35 0\25 > * {
			padding: 15px 0 0 15px;
		}

		.row.uniform.\35 0\25 {
			margin: -15px 0 -1px -15px;
		}

		.row.\32 5\25 > * {
			padding: 7.5px 0 0 7.5px;
		}

		.row.\32 5\25 {
			margin: -7.5px 0 -1px -7.5px;
		}

		.row.uniform.\32 5\25 > * {
			padding: 7.5px 0 0 7.5px;
		}

		.row.uniform.\32 5\25 {
			margin: -7.5px 0 -1px -7.5px;
		}

		.\31 2u\28narrower\29, .\31 2u\24\28narrower\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}
		
		.store-product-list-item.col-md-4.\34 u.\31 2u\(narrower\) {
			width: 33.3333333333%;
		}

		/* #MOD */
		.\31 2u\28narrower\29.carouselBox.item {
			width: 50%;
			padding-left: 0px;
			padding-right: 0px;
		}
		/* #MOD */

		.\31 1u\28narrower\29, .\31 1u\24\28narrower\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28narrower\29, .\31 0u\24\28narrower\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28narrower\29, .\39 u\24\28narrower\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28narrower\29, .\38 u\24\28narrower\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28narrower\29, .\37 u\24\28narrower\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28narrower\29, .\36 u\24\28narrower\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28narrower\29, .\35 u\24\28narrower\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28narrower\29, .\34 u\24\28narrower\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28narrower\29, .\33 u\24\28narrower\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28narrower\29, .\32 u\24\28narrower\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28narrower\29, .\31 u\24\28narrower\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28narrower\29 + *,
		.\31 1u\24\28narrower\29 + *,
		.\31 0u\24\28narrower\29 + *,
		.\39 u\24\28narrower\29 + *,
		.\38 u\24\28narrower\29 + *,
		.\37 u\24\28narrower\29 + *,
		.\36 u\24\28narrower\29 + *,
		.\35 u\24\28narrower\29 + *,
		.\34 u\24\28narrower\29 + *,
		.\33 u\24\28narrower\29 + *,
		.\32 u\24\28narrower\29 + *,
		.\31 u\24\28narrower\29 + * {
			clear: left;
		}

		.\-11u\28narrower\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28narrower\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28narrower\29 {
			margin-left: 75%;
		}

		.\-8u\28narrower\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28narrower\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28narrower\29 {
			margin-left: 50%;
		}

		.\-5u\28narrower\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28narrower\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28narrower\29 {
			margin-left: 25%;
		}

		.\-2u\28narrower\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28narrower\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 736px) {
		
		.homedesc .container.sezioni .row.bottoni  > * { padding: 30px; }

		.row > * {
			padding: 30px 0 0 30px;
		}

		.row {
			margin: -30px 0 -1px -30px;
		}

		.row.uniform > * {
			padding: 30px 0 0 30px;
		}

		.row.uniform {
			margin: -30px 0 -1px -30px;
		}

		.row.\32 00\25 > * {
			padding: 60px 0 0 60px;
		}

		.row.\32 00\25 {
			margin: -60px 0 -1px -60px;
		}

		.row.uniform.\32 00\25 > * {
			padding: 60px 0 0 60px;
		}

		.row.uniform.\32 00\25 {
			margin: -60px 0 -1px -60px;
		}

		.row.\31 50\25 > * {
			padding: 45px 0 0 45px;
			
		}
		.row.\31 50\25 > .perc {
			padding: 45px 0 0;
			
		}

		.row.\31 50\25 {
			margin: -45px 0 -1px -45px;
		}

		.row.uniform.\31 50\25 > * {
			padding: 45px 0 0 45px;
		}

		.row.uniform.\31 50\25 {
			margin: -45px 0 -1px -45px;
		}

		.row.\35 0\25 > * {
			padding: 15px 0 0 15px;
		}

		.row.\35 0\25 {
			margin: -15px 0 -1px -15px;
		}

		.row.uniform.\35 0\25 > * {
			padding: 15px 0 0 15px;
		}

		.row.uniform.\35 0\25 {
			margin: -15px 0 -1px -15px;
		}

		.row.\32 5\25 > * {
			padding: 7.5px 0 0 7.5px;
		}

		.row.\32 5\25 {
			margin: -7.5px 0 -1px -7.5px;
		}

		.row.uniform.\32 5\25 > * {
			padding: 7.5px 0 0 7.5px;
		}

		.row.uniform.\32 5\25 {
			margin: -7.5px 0 -1px -7.5px;
		}

		.\31 2u\28mobile\29, .\31 2u\24\28mobile\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28mobile\29, .\31 1u\24\28mobile\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28mobile\29, .\31 0u\24\28mobile\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28mobile\29, .\39 u\24\28mobile\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28mobile\29, .\38 u\24\28mobile\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28mobile\29, .\37 u\24\28mobile\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28mobile\29, .\36 u\24\28mobile\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28mobile\29, .\35 u\24\28mobile\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28mobile\29, .\34 u\24\28mobile\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28mobile\29, .\33 u\24\28mobile\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28mobile\29, .\32 u\24\28mobile\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28mobile\29, .\31 u\24\28mobile\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28mobile\29 + *,
		.\31 1u\24\28mobile\29 + *,
		.\31 0u\24\28mobile\29 + *,
		.\39 u\24\28mobile\29 + *,
		.\38 u\24\28mobile\29 + *,
		.\37 u\24\28mobile\29 + *,
		.\36 u\24\28mobile\29 + *,
		.\35 u\24\28mobile\29 + *,
		.\34 u\24\28mobile\29 + *,
		.\33 u\24\28mobile\29 + *,
		.\32 u\24\28mobile\29 + *,
		.\31 u\24\28mobile\29 + * {
			clear: left;
		}

		.\-11u\28mobile\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28mobile\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28mobile\29 {
			margin-left: 75%;
		}

		.\-8u\28mobile\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28mobile\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28mobile\29 {
			margin-left: 50%;
		}

		.\-5u\28mobile\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28mobile\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28mobile\29 {
			margin-left: 25%;
		}

		.\-2u\28mobile\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28mobile\29 {
			margin-left: 8.33333%;
		}

	}

/* Basic */

	body {
		background: #f3f6fa;
	}

		body.is-loading *, body.is-loading *:before, body.is-loading *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, select, textarea {
		color: #7c8081;
		font-family: 'Lato', sans-serif;
		font-size: 15pt;
		font-weight: 300;
		letter-spacing: 0.025em;
		line-height: 1.75em;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		color: #3fb1a3;
		text-decoration: none;
		/* #mod border-bottom: dotted 1px; */
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong, b {
		font-weight: 400;
		font-weight: 600;
	}

	p, ul, ol, dl, table, blockquote {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: inherit;
		font-weight: 300;
		line-height: 1.75em;
		margin-bottom: 1em;
		text-transform: uppercase;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
			border: 0;
		}

	h2 {
		font-size: 1.5em;
		letter-spacing: 0.1em;
	}

	h3 {
		font-size: 1.15em;
		letter-spacing: 0.025em;
		
		font-size: 1.5em;
		font-family: 'Indie Flower';
		color: #000;
		font-weight: bold;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border-top: solid 1px rgba(124, 128, 129, 0.2);
		border: 0;
		margin-bottom: 1.5em;
	}

	blockquote {
		border-left: solid 0.5em rgba(124, 128, 129, 0.2);
		font-style: italic;
		padding: 1em 0 1em 2em;
	}
	
	article header h1, article header h2, article header h3 {
		font-family: 'Indie Flower';
		color: #000;
		font-weight: bold;
	}
/*
	article header h1 { font-size: 30px; }
	article header h2 { font-size: 28px; }
	article header h3 { font-size: 26px; }
*/
/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header.major {
		padding-bottom: 2em;
	}

	header.special {
		margin-bottom: 5em;
		padding-top: 7em;
		position: relative;
		text-align: center;
	}
				
	header.spacer{
		margin-bottom: 4em;
		padding-top: 3.5em;
		position: relative;
		text-align: center;
	}
	
	.logged article {
	    /* margin-top: 49px !important; */
	}

		header.special:before, header.special:after {
			border-bottom: solid 1.5px;
			border-top: solid 1.5px;
			content: '';
			height: 7px;
			opacity: 0.1;
			position: absolute;
			top: 1.75em;
			width: 43%;
		}

		header.special:before {
			left: 0;
		}

		header.special:after {
			right: 0;
		}

		header.special h2 {
			margin-bottom: 0;
		}

		header.special h2 + p {
			margin-bottom: 0;
			padding-top: 1.5em;
		}

		header.special .icon {
			cursor: default;
			height: 7em;
			left: 0;
			position: absolute;
			text-align: center;
			top: 1em;
			width: 100%;
		}

			header.special .icon:before {
				font-size: 3.5em;
				opacity: 0.35;
			}

	footer > :last-child {
		margin-bottom: 0;
	}

	footer.major {
		padding-top: 3em;
	}

/* Form */

	input[type="text"],
	input[type="tel"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: none;
		border: solid 1px rgba(124, 128, 129, 0.2);
		color: inherit;
		display: block;
		padding: 0.75em;
		text-decoration: none;
		width: 100%;
		outline: 0;
	}

		input[type="text"]:focus,
		input[type="tel"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			border-color: #83d3c9;
		}

	input[type="text"],
	input[type="tel"],
	input[type="password"],
	input[type="email"],
	select {
		line-height: 1.2em;
	}

	::-webkit-input-placeholder {
		color: inherit;
		opacity: 0.5;
		position: relative;
		top: 3px;
	}

	:-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	::-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	:-ms-input-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	.formerize-placeholder {
		color: rgba(124, 128, 129, 0.5) !important;
	}

/* Image */

	.image {
		border: 0;
		position: relative;
	}

		.image:before {
			background: url("../images/overlay.png");
			content: '';
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
		}

		.image.fit {
			display: block;
		}

			.image.fit img {
				display: block;
				width: 100%;
			}

		.image.featured {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.featured img {
				display: block;
				width: 100%;
			}

/* Icon */

	.icon {
		text-decoration: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon.circle {
			-moz-transition: all 0.2s ease-in-out;
			-webkit-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
			border: 0;
			border-radius: 100%;
			display: inline-block;
			font-size: 1.25em;
			height: 2.25em;
			left: 0;
			line-height: 2.25em;
			text-align: center;
			text-decoration: none;
			top: 0;
			width: 2.25em;
		}

		.icons.share .icon.circle {
			font-size: 1em;
			height: 2em;
			width: 2em;
			line-height: 1.8em;
			top: 0;
			left: 0;
		}

			.icon.circle:hover, .icons.share .icon.circle:hover {
				top: -0.2em;
			}

			.icon.circle.fa-print:hover {
				background: #999;
				color: #000;
			}
			
			
			.icon.whatsapp {
				position: relative;
				display: inline-block;
				width: 70px;
				height: 70px;
				/* background: url("../images/whatsapp_icon_big.png") no-repeat top left; */
				background: url("../images/whatsapp_business_icon.png") no-repeat top left;
				background-size: contain;
				text-align: center;
				margin-bottom: -23px;
				top: 0;
				opacity: 0.9;
				transition: 0.4s;
			}
			.icon.whatsapp:hover {
				top: -5px;
				opacity: 1;
			}
			
			.icon.circle.fa-twitter {
				/*background: #70aecd;
				color: #fff;*/
				/*background: #fff;
				color: #70aecd;*/
				/* background: #3b3b3b; #MOD 22/03/2018*/
				background: #d0112b;
				color: #fff;
				border: solid 2px #fff;
			}

				.icon.circle.fa-twitter:hover {
					background: #7fb7d2;
					color: #fff;
				}

			.icon.circle.fa-facebook {
				/*background: #7490c3;
				color: #fff;*/
				/*background: #fff;
				color: #7490c3;*/
				/* background: #3b3b3b; #MOD 22/03/2018*/
				background: #d0112b;
				color: #fff;
				border: solid 2px #fff;
			}

				.icon.circle.fa-facebook:hover {
					background: #829bc9;
					color: #fff;
				}

			.icon.circle.fa-google-plus, .icon.circle.fa-youtube, .icon.circle.fa-pinterest {
				/*background: #db6b67;
				color: #fff;*/
				/*background: #fff;
				color: #db6b67;*/
				/* background: #3b3b3b; #MOD 22/03/2018*/
				background: #d0112b;
				color: #fff;
				border: solid 2px #fff;
			}

				.icon.circle.fa-google-plus:hover , .icon.circle.fa-youtube:hover, .icon.circle.fa-pinterest:hover{
					background: #df7b77;
					color: #fff;
				}

			.icon.circle.fa-instagram {
				/*background: #7490c3;
				color: #fff;*/
				/*background: #fff;
				color: #7490c3;*/
				/* background: #3b3b3b; #MOD 22/03/2018*/
				background: #d0112b;
				color: #fff;
				border: solid 2px #fff;
			}

				.icon.circle.fa-instagram:hover {
					background: #000;
					color: #fff;
				}
				
			.icon.circle.fa-github {
				background: #dcad8b;
				color: #fff;
			}

				.icon.circle.fa-github:hover {
					background: #e1b89b;
				}

			.icon.circle.fa-dribbble {
				background: #da83ae;
				color: #fff;
			}

				.icon.circle.fa-dribbble:hover {
					background: #df93b8;
				}

		.icon.featured {
			cursor: default;
			display: block;
			margin: 0 0 1.5em 0;
			opacity: 0.35;
			text-align: center;
		}

			.icon.featured:before {
				font-size: 5em;
				line-height: 1em;
			}

		.icon > .label {
			display: none;
		}

/* List */

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}

	ul.default {
		list-style: disc;
		padding-left: 1em;
	}

		ul.default li {
			padding-left: 0.5em;
		}

	ul.icons {
		cursor: default;
	}

		ul.icons li {
			display: inline-block;
			line-height: 1em;
			padding-left: 0.5em;
		}

			ul.icons li:first-child {
				padding-left: 0;
			}

	ul.icons.share {
		display: inline-block;
		padding-left: 0.5em;
	}
	ul.icons.share li {
		padding-left: 0;
	}
			
			
	ul.featured-icons {
		cursor: default;
		margin: -0.75em 0 0 0;
		opacity: 0.35;
		overflow: hidden;
		position: relative;
	}

		ul.featured-icons li {
			display: block;
			float: left;
			text-align: center;
			width: 50%;
		}

			ul.featured-icons li .icon {
				display: inline-block;
				font-size: 6.25em;
				height: 1.25em;
				line-height: 1.25em;
				width: 1em;
			}

	ul.buttons {
		cursor: default;
	}

		ul.buttons:last-child {
			margin-bottom: 0;
		}

		ul.buttons li {
			display: inline-block;
			padding: 0 0 0 1.5em;
		}

			ul.buttons li:first-child {
				padding: 0;
			}

		ul.buttons.vertical li {
			display: block;
			padding: 1.5em 0 0 0;
		}

			ul.buttons.vertical li:first-child {
				padding: 0;
			}

/* Table */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr {
				border-bottom: solid 1px rgba(124, 128, 129, 0.2);
			}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				font-weight: 400;
				padding: 0.5em 1em 0.5em 1em;
				text-align: left;
			}

			table.default thead {
				background: #7c8081;
				color: #fff;
			}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	.store-btn-previous-pane,
	.button,
	#login button,
	#newsletter button	{
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		background: none;
		border: solid 1px;
		color: inherit;
		cursor: pointer;
		display: inline-block;
		font-size: 0.8em;
		font-weight: 900;
		letter-spacing: 2px;
		min-width: 18em;
		padding: 0 0.75em;
		line-height: 3.75em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
	}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		.button:hover,
		#login button:hover,
		#newsletter button:hover {
			background: rgba(188, 202, 206, 0.15);
			border-color: inherit;
		}

		input[type="button"].special,
		input[type="submit"].special,
		input[type="reset"].special,
		.button.special {
			background: #83d3c9;
			border-color: #83d3c9;
			color: #fff !important;
		}

			input[type="button"].special:hover,
			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			.button.special:hover {
				background: #96dad1 !important;
				border-color: #96dad1 !important;
			}

		.button.register {
			background: #c11916;
			border-color: #c11916;
			color: #fff !important;
		}
			.button.register:hover {
				background: #DF1F27 !important;
				border-color: #DF1F27 !important;
			}

		input[type="button"].fit,
		input[type="submit"].fit,
		input[type="reset"].fit,
		.button.fit {
			width: 100%;
		}

		input[type="button"].small,
		input[type="submit"].small,
		input[type="reset"].small,
		.button.small {
			font-size: 0.7em;
			min-width: 14em;
			padding: 0.5em 0;
		}
		
		
		/* #MOD */
		
		.button.solid-color {
			padding: 15px 40px;
			border-radius: 6px;
			font-weight: 600;
			font-size: 16px;
			color: #fff;
			margin-right: 15px;
			line-height: inherit;
			/* background-color: #63c6ae; #MOD 07/05/2021 */
			background-color: #afb9bf;
			background-color: #cecece;
			border: solid 1px #000;
			color: #000;
		}
		.button.solid-color:hover {
			/* background-color: #929da5; #MOD 07/05/2021 */
			background-color: #929da5;
			text-decoration: none;
		}
		
		/* MOD# */

/* Wrapper */

	.wrapper {
		margin-bottom: 5em;
		padding: 5em;
	}

		.wrapper.style1 {
			padding: 0;
		}

		.wrapper.style2 {
			background-color: #83d3c9;
			background-image: url("../images/light-bl.svg"), url("../images/light-br.svg");
			background-position: bottom left, bottom right;
			background-repeat: no-repeat, no-repeat;
			background-size: 25em, 25em;
			color: #fff;
		}

			.wrapper.style2 .button:hover {
				background: rgba(255, 255, 255, 0.15) !important;
			}

			.wrapper.style2 .button.special {
				background: #fff;
				border-color: #fff;
				color: #83d3c9 !important;
			}

				.wrapper.style2 .button.special:hover {
					border-color: inherit !important;
					color: #fff !important;
				}

		.wrapper.style3 {
			background: #fff;
			color: inherit;
		}

		.wrapper.style4 {
			background: #fff;
			color: inherit;
			padding: 4em;
		}

		.wrapper.style5 {
			background: #fff;
			color: inherit;
			padding: 1em;
			margin-bottom: 1em;
		}
		/* #MOD */
		.wrapper.styleCarousel {
			background: #fff;
			color: inherit;
			padding: 0;
		}
		
		section.vetrina {
			text-align: center;
			margin: 0 auto;
			background: #111;
		}
		
		/* #MOD */

/* Header */

	@-moz-keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	@-webkit-keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	@-ms-keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	@keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	#header {
		/* #MOD 15/02/2018 NUOVO HEADER GALLERIA */
		/*background: #fff;
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075); */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
		background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
		background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
		/* ---- */
		color: inherit;
		cursor: default;
		font-size: 0.8em;
		left: 0;
		/* #mod padding: 1em 1.5em; */
		/* position: fixed; #MOD 05/05/2021 Fisso la barra in alto e con sfondo bianco e poi la rendo fissa con lo scroll */
		background: #fff;
		/* #MOD# */
		top: 0;
		width: 100%;
		/* #MOD 06/04/2020 z-index: 995; */
		z-index: 900;
		position: relative;
		
	}
	
	.logged #header.scrolled {
	    top: 49px !important;
	}

/* #MOD 27/02/2024 Non più necessario con position: relative; su #header	
	.logged #header:not(.scrolled) {
	    margin-top: 49px !important;
	}
*/

		#header h1 {
			font-weight: 900;
			margin: 0;
			/* #mod */
			position: relative;
			/* width: 400px; */
			width: 127px;
			/* background-color: #3b3b3b; */
			padding: 1em 0; /* padding: 1em 0; #MOD 22/03/2018  */
			/* #mod */
		}
		
		#header #logo { padding: 0.25em 0; }
		#header #logo img { width: 100px; height: auto; }
		#header ul.nav-header { margin: 0; }

			#header h1 span {
				font-weight: 300;
			}

		#header nav {
			letter-spacing: 0.075em;
			position: absolute;
			/* right: 0; */
			left: 130px;
			text-transform: uppercase;
			top: 0em;
			padding: 0.25em 0; /* padding: 1em 0; #MOD 26/03/2024 */
			/* #mod */
			color: #fff; /* #MOD 15/02/2018 NUOVO HEADER GALLERIA */
		}
		
		#header.scrolled {
			background: none;
			/* 
			background-color: #df0024;
			#MOD 15/04/2021 */
			background-color: #fff;
			
			/*opacity: 0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			filter: alpha(opacity=0);*/
			-webkit-transition: all 0.5s ease-in-out;
			-moz-transition: all 0.5s ease-in-out;
			-o-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
			position: fixed; /* #MOD 05/05/2021 Fisso la barra in alto e poi la rendo fissa con lo scroll */
		}
		
		#header.scrolled #logo img { max-width: 80px; }
		
		#header.scrolled nav { padding: 0; }
		
			#header nav ul li {
				display: inline-block;
				/* #MOD margin-left: 1.5em; */ 
				margin-left: 0.3em;
				/* padding: 26px 8px; / * #MOD 22/03/2018 */
				/* padding: 26px 4px; / * #MOD 12/11/2020 Aggiunta voce riscaldatore */
				padding: 16px 4px; /* #MOD 26/03/2024 */
			}
			
			#header nav ul li.offerte a{
				color: #c92031;
			}
		
		@media screen and (max-width: 1199px) {
			#header nav {
				/* right: 0; */
			}
			#header nav ul li {
				padding: 26px 0px; /* #MOD 22/03/2018 */
			}
		}


				#header nav ul li > ul {
					display: none;
				}

				#header nav ul li a {
					border: solid 1px transparent;
					color: inherit;
					display: inline-block;
					line-height: 1em;
					/* #MOD padding: 0.6em 0.75em; */
					padding: 0.3em 0.1em;
					text-decoration: none;
					font-size: 14px;
					font-weight: 900;
					/* #MOD 15/04/2021 
					color: #D0112B;
					text-shadow: 0px 1px #000;*/
					color: #000;
				}
				

				@media screen and (max-width: 964px) {
					#header nav ul li a {
						font-size: 13px;
						letter-spacing: -0.01em;
					}
				}
				/*
				#header nav ul li:hover a:after {
					border-bottom: 7px solid #fff;
					border-left: 7px solid transparent;
					border-right: 7px solid transparent;
					content: "";
					display: inline-block;
					position: absolute;
					z-index: 1001;
					left: 50%;
					top: 2em;
					margin-left: -7px;
				}
				*/
				#header nav ul li input[type="button"],
				#header nav ul li input[type="submit"],
				#header nav ul li input[type="reset"],
				#header nav ul li .button {
					font-size: 1em;
					min-width: 0;
					width: auto;
				}

				#header nav ul li.submenu > a {
					text-decoration: none;
				}

					#header nav ul li.submenu > a:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						font-family: FontAwesome;
						font-style: normal;
						font-weight: normal;
						text-transform: none !important;
					}

					#header nav ul li.submenu > a:before {
						content: '\f107';
						margin-right: 0.15em;
					}

				#header nav ul li.active > a, #header nav ul li:hover > a {
					-moz-transition: all 0.2s ease-in-out;
					-webkit-transition: all 0.2s ease-in-out;
					-ms-transition: all 0.2s ease-in-out;
					transition: all 0.2s ease-in-out;
					background: rgba(188, 202, 206, 0.15);
				}

				#header nav ul li.current > a {
					font-weight: 900;
				}

		#header.reveal {
			-moz-animation: reveal-header 0.5s;
			-webkit-animation: reveal-header 0.5s;
			-ms-animation: reveal-header 0.5s;
			animation: reveal-header 0.5s;
		}

		#header.alt {
			-moz-animation: none;
			-webkit-animation: none;
			-ms-animation: none;
			animation: none;
			background: transparent;
			box-shadow: none;
			color: #fff;
			padding: 2em 2.5em;
			position: absolute;
		}

			#header.alt nav {
				right: 2.5em;
				top: 1.75em;
			}

				#header.alt nav ul li.active > a, #header.alt nav ul li:hover > a {
					border: solid 1px;
				}

		.banner-group-facebook {
			position: absolute;
			right: 0.1em;
			top: 2.5em;
		}
		.banner-group-facebook img{
			max-width: 100%;
		}
		
		.banner-group-facebook-mobile {
			display: none;
		}

		aside.info-bar {
			background: #212121;
			display: none;
			margin: 0;
			min-height: 40px;
			padding: 0;
			color: #fff;
		}
		aside.info-bar .container {
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			margin: 0 auto;
			max-width: 1400px;
		}
		aside.info-bar .info-bar-container div { margin-top: 0px; }
		aside.info-bar a, aside.info-bar p { color: #fff; font-weight: bold; }
		aside.info-bar a span { margin-left: 5px; }
		aside.info-bar img { vertical-align: sub; }
		
		aside.info-bar p.search a.icon.fa-search, aside.info-bar .store-cart-link.icon.fa-shopping-cart, aside.info-bar .store-cart-link.icon.fa-sign-out { color: #fff; }
		aside.info-bar .store-utility-links-login-logout a i { background-color: #fff; }
		
		body.logged aside.info-bar {
			margin-top: 49px;
		}
		
		ul.header-links {
			position: relative;
			display: flex;
			flex-wrap: nowrap;
			justify-content: center;
			height: 45px;
			padding: 0;
			margin: 0;
		}
		ul.header-links li {
			list-style: none;
			padding: 0px;
			margin: 0px;
			margin-left: 30px;
			position: relative;
			float: left;
		}
		ul.header-links li a { font-size: 14px; }
		
		@media (min-width: 841px) { /* @media (min-width: 1024px) { */
			aside.info-bar {
				display: flex;
			}
		}
		
		
		@media screen and (max-width: 1199px) {
			.banner-group-facebook {
				right: 0.1em;
				top: 3.2em;
			}
			.banner-group-facebook img{
				width: 224px;
				height: 40px;
			}
		}
		/*
		@media screen and (max-width: 840px) {
			.banner-group-facebook {
				display: none;
			}
			.banner-group-facebook-mobile {
				display: block;
				position: absolute;
				margin: 0 auto;
				margin-top: 11px;
				margin-left: -140px;
				left: 50%;
			}
		}
		*/

/* Dropotron */

	.dropotron {
		background: #fff;
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
		line-height: 2.25em;
		min-width: 13em;
		padding: 1em 0;
		text-transform: uppercase;
		margin-top: calc(-1em + 1px);
		/* #mod */
		border: solid 1px #000;
		/* #mod */
	}

		.dropotron.level-0 {
			font-size: 0.7em;
			font-weight: 400;
			/* #mod margin-top: 1.5em; */
			margin-top: 10px;
		}

/*		
			.dropotron.level-0:before {
				/ * #mod border-bottom: solid 0.5em #fff; * /
				border-bottom: solid 0.5em #000;
				border-left: solid 0.5em transparent;
				border-right: solid 0.5em transparent;
				content: '';
				left: 0.75em;
				position: absolute;
				/ * #mod top: -0.45em; * /
				top: -0.5em;
			}
*/
		.dropotron > li {
			border-top: solid 1px rgba(124, 128, 129, 0.2);
		}

			.dropotron > li > a {
				-moz-transition: none;
				-webkit-transition: none;
				-ms-transition: none;
				transition: none;
				color: inherit;
				text-decoration: none;
				padding: 0 1em;
				border: 0;
					text-align: center;
			}
			.dropotron > li > a.current {
				text-decoration: underline;
			}

			.dropotron > li:hover > a {
				background: #83d3c9;
				color: #fff;
			}
			
			.dropotron  > li > a.preview h4{
				text-align: center;
				font-weight: bold;
			}
			.dropotron  > li:hover > a.preview {
				background: #fff;
				color: #83d3c9;
			}

			.dropotron > li:first-child {
				border-top: 0;
			}
			
			.dropotron.bbqmenu {
				width: 1106px;
				width: 72%;
				left: 14% !important;
				padding: 30px 10px 0px;
				/* text-align: center; */
			}
			.dropotron.accessorimenu   {
				width: 1106px;
				width: 72%;
				left: 14% !important;
				padding: 10px 5px 0px;
				background-color: #f8f9f9;
				/* text-align: center; */
			}
			
			/* .dropotron.bbqmenu { width: auto; } */
			
			.dropotron.bbqmenu  > li {
			    border-top: none;
				width: 16%; /* #MOD width: 19/03/2024 */
				width: auto;
				padding: 0;
				margin-bottom: 30px;
				display: inline-block;
				vertical-align: top;
				text-align: center;
				cursor: pointer;
			}
			
			.dropotron.accessorimenu  > li {
			    border-top: none;
				width: 9.5%;
				padding: 0;
				margin-bottom: 10px;
				display: inline-block;
				vertical-align: top;
				text-align: center;
				cursor: pointer;
			}
			
			.dropotron.accessorimenu > li.acquista{
				width: 100%;
				margin-top: 0;
			}
			
			.dropotron.bbqmenu  > li > a,
			.dropotron.accessorimenu  > li > a
			{
				width: 100%;
				margin: 0;
				padding: 0;
			}
			.dropotron.bbqmenu > li:hover > a
			{
				background: #fff;
				color: #000;
			}
			.dropotron.accessorimenu > li:hover > a
			{
				background: #f8f9f9;
				color: #000;
			}
			.dropotron.accessorimenu > li.acquista:hover > a {
				background: #f00;
				color: #fff;
			}
			.dropotron.bbqmenu > li > a > h4{
				font-family: 'Indie Flower';
				color: #000;
				font-weight: bold;
				font-size: 1.4em;
				white-space: pre-line;
			}
			.dropotron.accessorimenu > li > a > h4{
				font-family: 'Indie Flower';
				color: #000;
				font-weight: bold;
				font-size: 1em;
				line-height: 1em;
				white-space: pre-line;
				margin-top: 0.5em;
			}
			.dropotron.bbqmenu > li:hover > a > h4,
			.dropotron.accessorimenu > li:hover > a > h4
			{
				color: #83d3c9;
			}
			.dropotron.bbqmenu  > li > a  > img,
			.dropotron.accessorimenu  > li > a  > img
			{
				max-width: 100%;
				height: auto;
			/*
				width: 100%;
				min-width: 100%;
				height: auto;
			*/
			}
			

@media screen and (max-width: 1280px) {
	/* .dropotron.bbqmenu  > li { width: 32%; } */
	.dropotron.bbqmenu > li > a > h4 { font-size: 1em; }
}

/* Banner */

	@-moz-keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-webkit-keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-ms-keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	#banner {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: #645862;
		background-image: url("../images/light-bl.svg"), url("../images/light-br.svg"), url("../images/overlay.png"), url("../images/banner.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: #fff;
		cursor: default;
		padding: 6em 0;
		text-align: center;
	}

		#banner .inner {
			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner 1s 0.25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			background: rgba(52, 27, 43, 0.5);
			color: #fff;
			display: inline-block;
			opacity: 0;
			padding: 3em;
			text-align: center;
		}

			#banner .inner header {
				display: inline-block;
				border-bottom: solid 2px;
				border-top: solid 2px;
				margin: 0 0 2em 0;
				padding: 3px 0 3px 0;
			}

				#banner .inner header h2 {
					border-bottom: solid 2px;
					border-top: solid 2px;
					font-size: 2.5em;
					font-weight: 900;
					letter-spacing: 0.2em;
					margin: 0;
					padding-left: 0.05em;
					position: relative;
					text-transform: uppercase;
				}

			#banner .inner p {
				letter-spacing: 0.1em;
				margin: 0;
				text-transform: uppercase;
			}

				#banner .inner p a {
					color: inherit;
					font-weight: 400;
					text-decoration: none;
				}

			#banner .inner footer {
				margin: 2em 0 0 0;
			}

/* Main */

	#main {
		background-image: url("../css/images/dark-tl.svg"), url("../css/images/dark-tr.svg"), url("../css/images/dark-bl.svg"), url("../css/images/dark-br.svg");
		background-position: top left, top right, bottom left, bottom right;
		background-repeat: no-repeat;
		background-size: 25em;
		padding: 7em 0;
	}
	
	article#main.scrolled { 
		padding-top: 100px;
	}
	
	#main.home {
		padding-top: 0;
		background: #fff;
	}

		#main > :last-child {
			margin-bottom: 0;
		}

		#main .sidebar section {
			border-top: solid 1px rgba(124, 128, 129, 0.2);
			margin: 3em 0 0 0;
			padding: 3em 0 0 0;
		}

			#main .sidebar section:first-child {
				border-top: 0;
				padding-top: 0;
				margin-top: 0;
			}

	body.index #main {
		padding-top: 5em;
	}

/* CTA */

	#cta {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: #645862;
		background-image: url("../images/light-tl.svg"), url("../images/light-tr.svg"), url("../images/overlay.png"), url("../images/banner.jpg");
		background-position: top left, top right, top left, bottom center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: #fff;
		padding: 5em;
		text-align: center;
	}

		#cta header {
			margin-bottom: 2em;
		}

/* Footer */

	#footer {
		/* #mod background: #E8EEF4;
		color: #7c8081;
		padding: 5em 5em 10em 5em;
		text-align: center;
		*/
		/* 
		background: #3b3b3b; 
		color: #ccc;
		#MOD 22/03/2018 */
		/*
		background: #d0112b;
		color: #fff;
		padding: 4em 4em 4em 4em;
		#MOD 19/04/2021 */
		background: #fff;
		color: #000;
		padding: 0 1.5em;
		
		text-align: center;
		line-height: 1em;
	}

		#footer .copyright {
			font-size: 0.8em;
			line-height: 1.3em;
			text-align: justify;
		}
		
		#footer .container .row > * {
			padding: 20px 0 0 50px;
		}

	@media screen and (max-width: 840px) {
		#footer .copyright {
			text-align: center;
		}
		
		#footer .copyright p{
			text-align: center;
		}
	}

			#footer .copyright a {
				color: inherit;
				font-size: 15px;
				font-weight: 400;
				letter-spacing: normal;
			}

			#footer .copyright li {
				display: inline-block;
				margin-left: 1em;
				padding-left: 1em;
				border-left: dotted 1px;
			}

				#footer .copyright li:first-child {
					margin: 0;
					padding: 0;
					border: 0;
				}
/* #MOD */	
ul.footer-links {
	padding: 0 0 0 5em;
	text-align: left;
}

@media screen and (max-width: 1080px) {
	ul.footer-links {
		padding: 0 0 0 0;
	}
}
			
.footer-links li {
    list-style: none;
}
.footer-links li a{
    /* color: #454e51; */
    /* color: #ccc; #MOD 22/03/2018 */
    /* color: #fff; #MOD 19/04/2021 */
	color: #D0112B;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
	font-size: 90%;
}
.footer-links li a:hover {
    color: #687579;
    text-decoration: none;
}


@media screen and (max-width: 840px) {
	ul.footer-links {
		list-style: initial;
		text-align: center;
	}
	.footer-links li {
		/* display: inline-block; */
		margin-right: 20px;
		margin-bottom: 30px;
	}
	.footer-links li a:before{
		content: "•"; 
		display: inline-block; 
		width: 1em;
		margin-left: -1em
	}
}

/* #MOD */

/* Wide */

	@media screen and (max-width: 1680px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 14pt;
			}

		/* Section/Article */

			header.special {
				padding-top: 5.5em;
				margin-bottom: 4em;
			}
			
			header.spacer{
				padding-top: 2.5em;
				margin-bottom: 4em;
			}

			#header nav {
				/* right: 0; */
			}
			#header nav ul li {
				padding: 26px 1px; /* #MOD 22/03/2018 */
			}
			#header nav ul li a {
				line-height: 1em;
				padding: 0.2em 0.1em;
				font-size: 12px;
				font-weight: 900;
			}
	}

/* Normal */

	@media screen and (max-width: 1280px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 13pt;
				letter-spacing: 0.025em;
				line-height: 1.65em;
			}

			h1, h2, h3, h4, h5, h6 {
				line-height: 1.5em;
			}

		/* Section/Article */

			header.major {
				padding-bottom: 1.5em;
			}

			footer.major {
				padding-top: 2em;
			}

		/* Wrapper */

			.wrapper {
				margin-bottom: 4em;
				padding: 4em 3em;
			}

				.wrapper.style4 {
					padding: 3em;
				}

		/* Header */

			#header nav ul li {
				/* #mod margin-left: 1em; */
				margin-left: 0;
				padding: 26px 0px;
			}

			#header nav ul li a{
				/* padding: 0.3em 0.2em; */
				padding: 0.3em 0.3em;
				font-size: 10px; /* #MOD 12/11/2020 font-size: 12px; */
			}
			
		/* Banner */

			#banner {
				background-attachment: scroll;
			}

		/* CTA */

			#cta {
				padding: 4em;
				background-attachment: scroll;
			}

		/* Footer */

			#footer {
				/* padding: 4em; #MOD 19/04/2021 */
				padding: 0 1.5em;
			}

	}

/* Narrow */

	@media screen and (max-width: 980px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 13pt;
				letter-spacing: 0.025em;
				line-height: 1.5em;
			}

		/* Section/Article */

			header br {
				display: none;
			}

			header.major {
				padding-bottom: 1em;
			}

			header.special, header.spacer{
				padding-left: 2.5em;
				padding-right: 2.5em;
			}

			#header nav ul li a{
				padding: 0.3em 0.2em;
				font-size: 10px; /* #MOD 12/11/2020 font-size: 11px; */
			}

			footer.major {
				padding-top: 1.5em;
			}

		/* Wrapper */

			.wrapper {
				margin-bottom: 3em;
				padding: 3em 2.5em;
			}

				.wrapper.special br {
					display: none;
				}

				.wrapper.style1 {
					padding: 0 2.5em;
				}

				.wrapper.style2 {
					background-size: 15em;
				}

				.wrapper.style4 {
					padding: 2.5em;
				}

		/* Banner */

			#banner {
				background-size: 15em, 15em, auto, cover;
			}

		/* Main */

			#main {
				background-size: 15em;
			}

		/* CTA */

			#cta {
				background-size: 15em, 15em, auto, cover;
				padding: 3em;
			}
	}

/* Narrower */

	#navPanel, #navButton {
		display: none;
	}

	@media screen and (max-width: 840px) {
		
		
			#bandiere {
				display: none; /* #MOD 25/01/2024 */
			}

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

			header.major {
				padding-bottom: 0.25em;
			}

			header.special{
				margin-bottom: 4em;
				padding-top: 5em;
			}

			header.spacer {
				margin-bottom: 4em;
				padding-top: 3em;
			}

				header.special:before, header.special:after {
					width: 40%;
				}

				header.special h2 + p {
					padding-top: 1.25em;
				}

		/* Section/Article */

			section {
				margin: 1em 0 1em 0;
			}
			
			#registration section, section.griglia {
				margin: 1em 0 0 0;
			}

				section:first-child {
					margin-top: 0;
				}

		/* Button */

			input[type="button"].small,
			input[type="submit"].small,
			input[type="reset"].small,
			.button.small {
				font-size: 0.8em;
				min-width: 18em;
				padding: 0.75em 0;
			}

		/* List */

			ul.featured-icons {
				margin: 0;
			}

				ul.featured-icons li {
					display: inline-block;
					float: none;
					width: auto;
				}

					ul.featured-icons li .icon {
						font-size: 4em;
						width: 1.25em;
					}

			ul.buttons li {
				display: block;
				padding: 1em 0 0 0;
			}

		/* Header */

			#header {
				/* #MOD 13/02/2020 
				display: none; */
				z-index: 99999;
				position: fixed;
				/* #MOD# */
			}
			#header #logo { display: none; }
			#header .menucont { display: none; }

		/* Banner */

			#banner {
				margin: 0;
			}

		/* Wrapper */

			.wrapper.special-alt {
				text-align: center;
			}

			.wrapper.style4 {
				padding-bottom: 3em;
			}

		/* Main */

			#main {
				padding: 5em 0;
				/* #MOD */
				/* padding-top: 49px !important; 
				padding-top: 80px !important; */
				/* padding-top: 10px !important; #MOD 22/03/2023 */
				padding-top: 70px !important; /* #MOD 07/12/2023 */
				/* MOD# */
			}

				#main .sidebar {
					border-top: solid 1px rgba(124, 128, 129, 0.1);
					padding-top: 3em;
				}

					#main .sidebar section {
						border-top: 0;
						padding-top: 0;
					}

			body.index #main {
				padding-top: 4.5em;
			}

		/* CTA */

			#cta {
				margin: 0;
			}

		/* Footer */

			#footer {
				/*padding: 4em 1.5em; #MOD 19/04/2021 */
				padding: 0 1.5em;
			}

		/* Off-Canvas Navigation */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}

			#navButton {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 60px;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;
			}
			
			.logged #navButton {
			    margin-top: 49px;
			}

				#navButton .toggle {
					text-decoration: none;
					height: 60px;
					top: 10px;
					left: 10px;
					position: absolute;
					text-align: center;
					width: 100%;
					width: 80px;
					border: 0;
					outline: 0;
					/* #MOD SFONDO BIANCO */
					z-index: 1;
					/* MOD SFONDO BIANCO# */
				}

					#navButton .toggle:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						font-family: FontAwesome;
						font-style: normal;
						font-weight: normal;
						text-transform: none !important;
					}

					#navButton .toggle:before {
						/* #MOD SFONDO BIANCO color: #fff; */
						color: #000;
						/* MOD SFONDO BIANCO#; */
						content: '\f0c9';
						font-size: 1em;
						height: 40px;
						left: 10px;
						line-height: 40px;
						opacity: 0.5;
						position: absolute;
						top: 11px;
						width: 60px;
						z-index: 1;
					}

					#navButton .toggle:after {
						/* #MOD SFONDO BIANCO background: rgba(163, 169, 170, 0.75); */
						background: rgba(255, 255, 255, 0.50);
						/* MOD SFONDO BIANCO#; */
						border-radius: 2px;
						content: '';
						height: 40px;
						left: 10px;
						position: absolute;
						top: 12px;
						width: 60px;
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				background: #fff;
				color: #1c2021;
				font-size: 0.8em;
				letter-spacing: 0.075em;
				text-transform: uppercase;
				padding: 0.25em 0.75em 1em 0.75em;
			}

				#navPanel .link {
					border: 0;
					border-top: solid 1px rgba(0, 0, 0, 0.15);
					color: inherit;
					display: block;
					height: 3em;
					line-height: 3em;
					opacity: 0.75;
					text-decoration: none;
					/* #MOD */ overflow: hidden;
				}
				
				/* #MOD 25/01/2024 */
				#navPanel a.link.logo {
					height: 6em !important;
					line-height: 6em !important;
				}
				#navPanel a.link.bandiera {
					border-top: none;
				}
				#navPanel a.link.bandiera img {
					vertical-align: sub;
				}

					#navPanel .link.depth-0 {
						font-weight: 900;
					}
					
					#navPanel .link.depth-1 {
						display: none; /* #MOD 13/02/2020 */
					}

					#navPanel .link:first-child {
						border-top: 0;
					}

				#navPanel .indent-1 {
					display: inline-block;
					width: 1em;
				}

				#navPanel .indent-2 {
					display: inline-block;
					width: 2em;
				}

				#navPanel .indent-3 {
					display: inline-block;
					width: 3em;
				}

				#navPanel .indent-4 {
					display: inline-block;
					width: 4em;
				}

				#navPanel .indent-5 {
					display: inline-block;
					width: 5em;
				}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navButton {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

	}

/* Mobile */

	@media screen and (max-width: 736px) {

		/* Basic */

			body {
				min-width: 320px;
			}

			h2 {
				font-size: 1.25em;
				letter-spacing: 0.1em;
			}

			h3 {
				font-size: 1em;
				letter-spacing: 0.025em;
			}

			p {
				text-align: justify;
			}
			.lista-prodotti .titolo-sezione p {
				font-size: 80%;
				text-align: center;
			}

			.avviso p {
				font-size: 80%;
				line-height: 1.25em;
			}

		/* Section/Article */

			header {
				text-align: center;
			}

				header.major {
					padding-bottom: 0;
				}

				header.special, header.spacer{
					margin-bottom: 3em;
					padding-left: 1.5em;
					padding-right: 1.5em;
				}

					header.special:before, header.special:after {
						width: 38%;
					}

					header.special .icon {
						font-size: 0.75em;
						top: 1.5em;
					}

				header p {
					text-align: center;
				}

			footer.major {
				padding-top: 0;
			}

		/* Icon */

			ul.icons { margin-left: -30px; }
			.icon.circle {
				font-size: 1em;
			}
			.icon.whatsapp {
				width: 50px;
				height: 50px;
				margin-bottom: -16px;
			}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			.button {
				/* #MOD max-width: 20em; */ 
				width: 100%;
			}

				input[type="button"].fit,
				input[type="submit"].fit,
				input[type="reset"].fit,
				.button.fit {
					width: auto;
				}

		/* List */

			ul.icons li {
				padding-left: 0.25em;
			}

			ul.featured-icons li .icon {
				width: 1.1em;
			}

			ul.buttons {
				text-align: center;
			}

		/* Wrapper */

			.wrapper {
				margin-bottom: 2.5em;
				padding: 2.25em 1.5em;
			}

				.wrapper.special br {
					display: none;
				}

				.wrapper.style1 {
					padding: 0 1.5em;
				}

				.wrapper.style2 {
					background-size: 10em;
					padding: 2.25em 1.5em;
				}

				.wrapper.style4 {
					background-size: 10em;
					padding: 2.5em 1.5em 3em 1.5em;
				}

		/* Banner */

			#banner {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#banner .inner {
					background: none;
					display: block;
					padding: 0 1.5em;
				}

					#banner .inner header h2 {
						font-size: 1.5em;
					}

					#banner .inner p {
						text-align: center;
					}

					#banner .inner br {
						display: none;
					}

		/* Main */

			#main {
				background-size: 10em;
				padding: 3.5em 0 2.5em 0;
			}

			body.index #main {
				padding: 2.5em 0 0 0;
			}

			body.contact #main {
				padding-bottom: 0;
			}

		/* CTA */

			#cta {
				background-size: 10em, 10em, auto, cover;
				padding: 3em 1.5em;
			}

		/* Footer */

			#footer {
				/* padding: 3em 1.5em; #MOD 19/04/2021 */
				padding: 0 1.5em;
			}

				#footer .copyright li {
					display: block;
					margin: 1em 0 0 0;
					padding: 0;
					border: 0;
				}

		/* Off-Canvas Navigation */

			#navButton .toggle:before {
				top: 8px;
				left: 8px;
				width: 50px;
				height: 34px;
				line-height: 34px;
			}

			#navButton .toggle:after {
				top: 8px;
				left: 8px;
				width: 50px;
				height: 34px;
			}

	}
	
#logoPanel {
    /* OLD LOGO height: 60px; */
	height: 80px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 100%;
    border: 0;
    outline: 0;
    /* padding: 10px 0; */
    padding: 0;
	/* #MOD background-color: #3b3b3b; 
    background-color: #fff; */
    background-color: #E00027;
	border-bottom: solid 1px #3b3b3b;
}


.banner { 
    position: relative; 
    overflow: auto; 
    width: 100%;
    text-align: center;
    margin-top: 4.55em; 
	margin-top: 0; /* #MOD 15/02/2018 NUOVO HEADER GALLERIA */
	z-index: 890;
}


.banner .container {
	width: 1400px;
	z-index: 9999;
	position: relative;
	max-width: 85%;
	height: 100%; /* #MOD 06/03/2018 x Posizionamento scritta slideshow absolute */
}

/*
.banner .container a {
	width: 202px;
	height: 37px;
	background: url(images/scopri.jpg) no-repeat center center;
    position: absolute;
    right: 0;
	bottom: 50px;
	text-indent: -9999px;
}
*/

.banner ul { display: none; }

.banner ul {
    margin: 0;
    padding: 0;
}
.banner li { 
    list-style: none; 
}

@media screen and (max-width: 840px){
	.banner { 
		margin-top: 0.66em;
	}
}

.banner ul li { 
    float: left;
    height: 550px;
	/* height: 716px; #MOD 15/02/2018 NUOVO HEADER GALLERIA */
	height: 660px; /* #MOD 22/03/2023 NUOVO HEADER GALLERIA */
    display: block;
    /*background-position: bottom left, bottom right, top left, top center;
    background-repeat: no-repeat, no-repeat, repeat, no-repeat;
	background-size: 100em, auto, cover !important; */
	/*
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	*/
	-webkit-background-size: contain !important;
	-moz-background-size: contain !important;
	-o-background-size: contain !important;
	background-size: contain !important;
	
	background-position: center center;
	background-repeat: no-repeat;
	
}
	@media screen and (min-width: 1981px){
		.banner ul li { height: 1140px; }
	}
	@media screen and (max-width: 1980px){
		.banner ul li { height: 1060px; }
	}
/*
	@media screen and (min-width: 1981px){
		.banner ul li { / *height: 760px; * / height: 1060px; }
	}
*/
	@media screen and (max-width: 1460px){
		.banner ul li { height: 650px; }
	}	
	@media screen and (max-width: 1280px){
		.banner ul li { /* height: 460px; */ height: 570px; }
	}

	@media screen and (max-width: 980px){
		/* .banner ul li { height: 320px; } */
		.banner ul li { height: 400px; }
	}
	
	@media screen and (max-width: 736px){
		/* .banner ul li { height: 250px; } */
		.banner ul li { height: 290px; }
	}
	
	@media screen and (max-width: 460px){
		/* .banner ul li { height: 180px; } */
		.banner ul li { height: 220px; }
	}

.banner .dots {
	/* #mod
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: left;
	*/
	position: relative;
	bottom: 30px;
    text-align: center;
    margin: 0 auto;
	height: 30px;
}
.banner .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;    
    text-indent: -999em;     
    border: 2px solid #fff;
    border-radius: 6px;    
    cursor: pointer;
    opacity: .4;       
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
	/* #MOD */ background-color: #000;
}
.banner .dots li.active {
    background: #fff;
    opacity: 1;
}

@media (min-width: 992px){
	.banner .row { margin-left: 25%; }
}

.hero {
    background: url(../images/herobg.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: inset 0 8px 0px -6px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 8px 0px -6px rgba(0,0,0,0.3);
    box-shadow: inset 0 8px 0px -6px rgba(0,0,0,0.3);
    text-align: center;
    padding: 20% 0;
    margin-bottom: 40px;
}
.hero-title {
    /*background-color: #63c6ae;*/
    color: #fff;
    /*font-size: 28px;
    font-weight: 600;
    padding: 30px 20px;
    margin-top: 240px;*/
	font-size: 57px;
	font-size: 3vw;
    font-weight: 600;
    padding: 30px 0px;
	margin-top: 312px;
	margin-top: 16vw;
	margin-bottom: 40px;
	margin-bottom: 2vw;
    font-family: 'Indie Flower';
    letter-spacing: 0.1em;
	line-height: 1em;
	text-shadow: 1px 2px #000;
}

@media screen and (min-width: 1400px){
	.hero-title {
		font-size: 57px;
		font-size: 3vw;
		margin-top: 312px;
		margin-top: 16vw;
		margin-bottom: 40px;
		margin-bottom: 2vw;
	}
}

@media screen and (min-width: 1981px){
	.hero-title {
		font-size: 57px;
		font-size: 3vw;
		margin-top: 312px;
		margin-top: 10vw;
		margin-bottom: 40px;
		margin-bottom: 2vw;
	}
}

@media screen and (max-width: 1399px){
	.hero-title {
		font-size: 57px;
		font-size: 3vw;
		margin-top: 212px;
		margin-top: 16vw;
		margin-bottom: 30px;
		margin-bottom: 2vw;
	}
	
	.unslider-arrow.next,
	.unslider-arrow.prev {
		padding-top: 0.15em;
	}
}

@media screen and (max-width: 992px){
	.hero-title {
		font-size: 40px;
		font-size: 3vw;
		margin-top: 132px;
		margin-top: 16vw;
		margin-bottom: 20px;
		margin-bottom: 2vw;
	}
}

@media screen and (max-width: 736px){
	.hero-title {
		font-size: 20px;
		font-size: 4vw;
		margin-top: 80px;
		margin-top: 12vw;
		margin-bottom: 10px;
		margin-bottom: 2vw;
	}
}

@media screen and (max-width: 420px){
	.hero-title {
		font-size: 20px;
		font-size: 4vw;
		margin-top: 80px;
		margin-top: 12vw;
		margin-bottom: 10px;
		margin-bottom: 2vw;
	}
}

.hero-content {
    background-color: #242a2c;
    margin: 5px 30px 35px;
    color: #fff;
    padding: 20px;
    font-size: 16px;
}
.hero-btn {
    border: solid 1px rgba(255,255,255,0.3);
    background-color: rgba(0,0,0,0.2);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
    padding: 15px 25px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
	color: #fff;
    background-color: #d0112b;
    border-color: #d0112b;
}
.hero-btn:hover {
    color: #fff;
    text-decoration: none;
    border: solid 1px rgba(255,255,255,0.6);
    background-color: rgba(209,20,46,0.9);
}
.arrow {
    height: 37px;
    width: 100%;
    padding: 0px;
    margin: -37px 0;
    background-image: url('../images/arrowup.png');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

/* CAROUSEL */

.carousel {
    text-align: center;
    /* margin-top: 40px; */
    padding: 16px 0;
    padding-top: 40px;
}

@media screen and (max-width: 460px){
	.carousel { padding-top: 0; }
}

.carousel .carouselBox {
	position: relative;
    min-height: 552px;
	padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
}


.carousel .row {
	margin: 0;
}

.av1 {
    height: 88px;
    width: 88px;
    background: url('../images/teamsprite.png') no-repeat;
    background-position:  0px 0px;
    margin: -55px auto;
    position: relative;
}
.ca-hover:hover .av1 {
    background: url('../images/teamsprite.png') no-repeat;
    background-position:  0px -88px;

}
.av2 {
    height: 88px;
    width: 88px;
    background: url('../images/teamsprite.png') no-repeat;
    background-position:  -88px 0px;
    margin: -55px auto;
    position: relative;
}
.ca-hover:hover .av2 {
    background: url('../images/teamsprite.png') no-repeat;
    background-position:  -88px -88px;
}
.av3 {
    height: 88px;
    width: 88px;
    background: url('../images/teamsprite.png') no-repeat;
    background-position:  -176px 0px;
    margin: -55px auto;
    position: relative;
}
.ca-hover:hover .av3 {
    background: url('../images/teamsprite.png') no-repeat;
    background-position:  -176px -88px;
}
.av4 {
    height: 88px;
    width: 88px;
    background: url('../images/teamsprite.png') no-repeat;
    background-position:  -264px 0px;
    margin: -55px auto;
    position: relative;
}
.ca-hover:hover .av4 {
    background: url('../images/teamsprite.png') no-repeat;
    background-position:  -264px -88px;
}
.carousel-content {
    text-align: left;
    padding: 10px 25px;
    border-left: solid 1px #dbe1e7;
}
.carousel-content h3, .text-inter h3 {
    color: #737c85;
    font-size: 21px;
    padding-top: 40px;
}
.carousel-content p, .text-inter p {
    color: #929da5;
    font-size: 14px;
    word-spacing: 2px;
	/* #MOD */
	line-height: 24px;
	/* #MOD */
}
.overlay {
    height: 100%;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0px;
    opacity: 0;
    border: solid 5px #63c6ae;
}
.overlay:hover {
    opacity: 1;
}

/* #MOD RIQUADRO LOW RES */
@media screen and (max-width: 841px) {
	.overlay{
		left: 0px;
		right: 0px;
	}
}
/* MOD RIQUADRO LOW RES# */

.ca-hover:hover .carousel-content h3 {
    color: #63c6ae;
}
.ca-hover:hover .carousel-content p {
    color: #63c6ae;
}
.carousel-img img {
    width: 100%;
}
.controls {
    margin: 20px;
    text-align: center;
}
.controls li {
    list-style: none;
    display: inline;
}
/* # MOD
.pagination.active {
    background-color: #929da5;
    border-color: #fff;
    height: 15px;
    width: 15px;
}
.pagination {
    border: 3px solid #c3c9ce;
    border-radius: 10px;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-right: 4px;
    cursor: pointer;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.pagination:hover {
    border-color: #929da5;
}
*/

/* SLIDER */

.unslider-arrow{
    display: block;
    width: 40px;
    height: 40px;
    top: 50%;
    right: -50px;
    left: auto;
    margin-top: -16px;
    overflow: hidden;
    background: rgba(0,0,0,.3) no-repeat 50% 50%;
    background-size: 7px 11px;
    border-radius: 32px;
    /* text-indent: -999em; */
    opacity: .6;
    transition: opacity .2s;
    color: #FFF;
    font-size: 60px;
    font-weight: bold;
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
}
.unslider-arrow.next {
    left: auto;
    right: 20px;
}
.unslider-arrow {
    position: absolute;
    left: 20px;
    z-index: 2;
    cursor: pointer;
	z-index: 99999;
}

.unslider-arrow {
    right: 40px;
}

.unslider-arrow.prev {
    left: 40px;
}

/* FANCYBOX FIX */

.jqfancyzoombox table {
	width: auto;
}


.jqfancyzoombox table td{
    line-height: 26px;
}

.jcarousel {
/*	text-align: center; */
    position: relative;
    visibility: hidden;
    left: -5000px;
}
   
   
.pikachoose { text-align: center; padding-bottom: 100px; }

ul#pikame { display: none; }

.pika-aniwrap { display: none; }

.pika-textnav .previous , .pika-textnav .next {
	cursor: pointer; padding: 10px;
	border: solid 1px transparent;
    display: inline-block;
    line-height: 1em;
    text-decoration: none;
	/* #MOD 09/03/2018 CAMBIO COLORE E FORMA FRECCE
    color: inherit;
	background: #83d3c9;
    border-color: #83d3c9;
    padding: 0.6em 0.75em;*/
	color: #000 !important;
	font-size: 140%;
	font-weight: bold;
	/* MOD# */
	/* #MOD 08/03/2018 FRECCE AI LATI DELLA GALLERIA */
	position: absolute;
    top: 40%;
	/*
    color: #fff !important;
	background: #DE1F27;
    border-color: #DE1F27;*/
	/* MOD# */
}
/* #MOD 08/03/2018 FRECCE AI LATI DELLA GALLERIA */
.pika-textnav .previous  {
	left: 0;
}
.pika-textnav .next {
	right: 0;
}
/* MOD# */
.pika-textnav .previous:hover , .pika-textnav .next:hover {
    /* border-color: #000 !important; */
	font-size: 180%;
    top: 39%;
	/* background: #96dad1 !important;
    border-color: #96dad1 !important;
	background: #C11916 !important;
    border-color: #C11916 !important; */
	/* MOD# */
}
.pika-textnav .previous {}

.pika-textnav .next {}

.jcarousel-skin-pika .jcarousel-container-horizontal { padding: 15px 20px; overflow:hidden;}
.jcarousel-skin-pika .jcarousel-clip-horizontal {height: 90px; width: 485px;}
.jcarousel-skin-pika .jcarousel-item-horizontal { margin-right: 10px;}

.pika-stage{
	height: 413px;
	position: relative;
}

.pika-stage img{
    max-width: 100%;
}

.articles {
    overflow: hidden;
}
.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
.article-img {
	position: relative;
	float: left;
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (max-width: 840px){
	.article-img {
		width: 50%;
	}
}

.article-img img {
    width: 100%;
}

.article-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    background-color: #000;
    opacity: 0.5;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    cursor: pointer;
}
.article-overlay:hover {
    opacity: 0;

}
.container-articles {
    border-bottom: 1px solid #333b3e;
}


/* FLAGS MENU */

#flags {
	position: absolute;
    z-index: 9999;
    top: 6px;
	right: 5px;
}
/*
.logged #flags{
	top: 49px !important;
}*/
#header:not(.scrolled) #flags {
	top: 40px;
}

@media screen and (max-width: 1680px) {
	#flags {
		right: 70px; /* right: 140px; */
		right: 5px; /* right: 140px; */
	}
}
@media screen and (max-width: 1280px) {
	#flags {
		/* right: 65px; */
			right: 5px;
		    top: 5px;
	}
}

@media screen and (max-width: 840px) {
	#flags {
		right: 12px;
		top: 0;
	}
}
@media screen and (max-width: 610px) {
	#flags {
		right: 12px;
		top: 2px;
	}
	#polyglotLanguageSwitcher a {
		width: 7em !important;
		font-size: 11px !important;
	}
}
/*
#flags ul {
    margin: 0;
    padding: 0;
}
#flags li{
	float: left;
	list-style: none;
	margin-left: 4px;
}
*/

/* MENU PRODOTTI */

ul.menu-left > li { font-weight: bold; }
ul.menu-left > li > ul.child-menu-left {
	padding-left: 1em;
	margin: 0;
}
ul.menu-left > li > ul.child-menu-left li { font-weight: normal; }

ul.menu-left > li > ul.child-menu-left > li > ul.child-menu-left{
	padding-left: 1em;
	margin: 0;
}
ul.menu-left > li > ul.child-menu-left li > ul.child-menu-left > li{ font-style: italic; }

ul.menu-left li.selected a, ul.menu-left li a.nav-selected, ul.menu-left li a.nav-path-selected { text-decoration: underline !important; }

ul.menu-left li a:hover { text-decoration: underline !important; color: #C11916; }

ul.menu-left li a{
	/* #MOD 09/03/2018 CAMBIO COLORE MENU */
	color: #000;
	/* MOD# */
	font-size: 14pt;
}


@media screen and (max-width: 840px) {
	ul.menu-left > li {
		font-weight: bold;
		padding: 14px 10px;
		background: #D1142D;
		border-bottom: solid 1px #fff;
	}
	ul.menu-left > li:hover {
		background: #C11916;
	}	
	ul.menu-left > li a{
		color: #fff;
	}
	ul.menu-left > li:hover a, ul.menu-left > li a:hover{
		color: #fff;
	}
}



/* CONTENT SERIE E ALTRO */

.content h2 { 
	margin-top: 0;
    font-size: 1.6em;
}

.content h1, .content h2 { margin-top: 1em; margin-bottom: 0; }
.content h1 a, .content h2 a { font-weight: bold; }
.content h1 a:hover, .content h2 a:hover { text-decoration: underline; }

.content p{
	margin: 0px 0 1em 0;
}
.content ul{
	padding-left: 2em;
	margin: 0;
}

.content ul li{
	list-style: disc;
}


/* PRODOTTI */

h3.stile {
	font-family: 'Indie Flower';
    color: #000;
    font-weight: bold;
	font-size: 1.4em;
    line-height: 1.4em;
    margin-bottom: 0.2em;
}

h4.stile {
    font-family: 'Indie Flower';
    color: #000;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.2em;
}

.prodottonew h1, h1.store-product-name {
    font-size: 2em;
	    text-transform: none;
    line-height: 1.25em;
    font-weight: 800;
	letter-spacing: 0.05em;
    text-align: center;
    color: #000;
}

.prodottonew h2 {
	font-family: 'Indie Flower';
	font-size: 1.5em;
    letter-spacing: 0.025em;
    font-weight: 600;
	text-align: center;
    color: #c11916;
}

.prodottonew h4:not(.ccm-image-slider-title) {
	font-family: 'Indie Flower';
	font-size: 1.2em;
	line-height: 1.4em;
    letter-spacing: 0.025em;
    font-weight: 300;
	text-align: center;
    color: #000;
}
.prodottonew h4 a{
    color: #c11916;
    font-weight: 600;
}

.prodottonew h4 strong {
	font-weight: 600;
}

.prodottonew .percorso, .store_product .percorso{
    border-bottom: solid 1px #c11916;
    width: 100%;
    padding-bottom: 10px;
}

article#main.prodottonew { padding-bottom: 4em; }

.prodotto header p, .accessorio header p {
    font-size: 0.8em;
}

.prodotto p {
	margin: 0;
}

.prodotto .content table td { vertical-align: middle; }

@media screen and (min-width: 841px) {
	.row > .prodottocontainer {
		padding-left: 0;
	}
}

span.itaflag {
    width: 45px;
    height: 30px;
    background: url('../images/italia_flag.png') no-repeat;
    display: block;
    position: absolute;
    top: 6px;
    left: -60px;
}


.store_product .store_body { padding-top: 0; }


/* FORM REGISTRAZIONE */

#newsletter { padding-top: 0; }

#newsletter  label { font-weight: bold; }

#registration section, #contatti section , #login section, #newsletter section, .content section.bordo {
    margin-top: 1em;
    border: solid 1px #DE1F27;
    padding: 10px;
    padding-bottom: 15px;
}
#registration section header, #contatti section header, #login section header, #newsletter section header, .content section.bordo header{
    border-bottom: solid 1px #DE1F27;
    margin-bottom: 1em;
}

#registration section header h4, #contatti section header h4, #login section header h4, #newsletter section header h4, .content section.bordo header h4 {
    margin-bottom: 0.4em;
	color: #DE1F27;
}

#registration span.rules {
    font-size: 14px;
}

#registration .checkbox input[type=checkbox], #contatti .checkbox input.ccm-input-checkbox, #newsletter input[type=checkbox] {
	width: 20px;
    height: 20px;
	vertical-align: middle;
}
.checkbox label { cursor: pointer; }

#registration .checkbox span, #contatti.checkbox span {
	font-size: 60px;
}

#registration div.profile_newsletter div.controls, #registration div.profile_newsletter div.privacy,
#contatti div.profile_newsletter div.controls, #contatti div.profile_newsletter div.privacy {
	float: right;
}

#registration label.consenso, #contatti label.consenso {
	float: left;
    margin-top: 1em;
}

#registration textarea, #cotatti textarea{
    width: 95%;
    float: right;
    font-size: 14px;
	padding: 0;
}

#registration div.invia, #contatti div.invia {
    text-align: center;
}

#registration div.invia input, #contatti div.invia input, #login input.ccm-input-submit {
    width: 100%;
	background-color: #DF1F27;
    border: 1px solid #DF1F27;
    color: #FFF;
}

#registration div.invia input:hover, #contatti div.invia input:hover, #login input.ccm-input-submit:hover {
    width: 100%;
	background-color: #C11916;
    border: 1px solid #C11916;
    color: #fff;
}

#contatti div.invia input:disabled{
    background-color: #eee;
    border: 1px solid #222;
    color: #999;
}

#registration section.captcha img, #contatti section.captcha img {
	margin: 0 auto;
}

#campiform div.datiutente div{
    position: relative;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
}

#campiform div.riga{
	width: 100%;
}

#campiform div.left{
	float: left;
	width: 50%;
}
	
#campiform div.right{
	float: right;
	width: 50%;
}

/*
#campiform div label{
	float: left;
	clear: both;
}
*/

#campiform input{
	float: right;
}

#campiform select{
	float: right;
}


#campiform div span {
	font-size: 16px;
}

#campiform input{
	width: 100%;
}

#campiform div.riga div{
	float: left;
}

#campiform input.ccm-input-checkbox{
	/*float: left !important;
	width: 30px !important;*/
}

#campiform div.invia input{
	background-color: #C11916;
	border: 1px solid #C11916;
	color: #FFF;
}

#campiform div.invia input:hover{
	background-color: #FFF;
	border: 1px solid #383839;
	color: #383839;
	cursor: pointer;
}

#campiform div#captcha input{
	/* margin-top: -30px; */
}


.ccm-system-errors.alert.alert-danger.alert-dismissable {
	position: relative;
	background: rgba(255,0,0,0.2);
	border-radius: initial;
	border: 1px solid #DF0824;
	color: #DF0824;
}

.registrazione .ccm-system-errors button.close {
	display: none;
    /*float: right;
    background: #fff;
    border: solid 1px #000;
    color: #000;*/
}

#registration span.text-muted.small {
    display: none;
}

#registration .unattribute .form-group {
    margin-top: 1em;
}

#registration hr {
    border: solid 1px #DE1F27;
    margin: 0;
    margin-top: 1em;
}

/* # FORM REGISTRAZIONE */

/* CUSTOM FORMS (NEWSLETTER) */

.content section .email_list_signup_container {
    width: 70%;
    margin: 0 auto;
}

.content section .email_list_signup_container input.ccm-input-text {
    width: 100%;
    height: auto;
    font-size: 15px;
}

.content section .email_list_signup_container input.ccm-input-submit {
    height: auto;
    width: 210px;
    background-color: #C11916;
    border: 1px solid #C11916;
    color: #FFF;
    margin-bottom: 8px;
}

/* # CUSTOM FORMS (NEWSLETTER) */

/* MENU SUB */
span.sub{
    float: right;
    font-weight: bold;
}


/* RIVENDITORI */

table.rivenditori th {
	font-weight: bold;
	text-align: center;
}

table.rivenditori td {
    font-size: 16px;
    line-height: 20px;
    padding-right: 2px;
	padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #eee;
	vertical-align: top;
}

table.ccm-results-list.rivenditori td{
	vertical-align: top;
}


table.rivenditori tr.provincia {
	border-bottom: solid 1px #444;
}

table.rivenditori tr.regione  td{
	padding-top: 30px;
	font-weight: bold;
	font-size: 22px;
	color: #DE1F27;
	text-align: center !important;
}
table.rivenditori tr.provincia  td{
	padding-top: 30px;
	font-weight: bold;
	font-style: italic;
	text-align: left !important;
}

table.rivenditori tr  td:last-child {
	text-align: right;
}

@media screen and (max-width: 810px) {
	table.rivenditori{
		font-size: 70%;
		line-height: 1em;
	}
}

@media screen and (max-width: 736px){
	table.rivenditori td{
		font-size: 80%;
		line-height: 1em;
	}
}
/* VIDEO RICETTE */

.videoricette section iframe{
	width: 100%;
	height: 160px;
}
@media screen and (max-width: 840px) {
	.videoricette section iframe{
		width: 100%;
		height: 325px;
	}
}

@media screen and (max-width: 1280px) and (min-width: 841px) {
	.videoricette section iframe{
		width: 100%;
		height: 125px;
	}
}

p.seguito { text-align: right; }

/* PAGINATION */

.content ul.pagination {
	padding: 0;
    width: 100%;
    text-align: center;
}
.content ul.pagination li { display: inline-block; }
.content ul.pagination li.prev{ float: left; }
.content ul.pagination li.next{ float: right; }

.content ul.pagination>.active>a, .content ul.pagination>.active>span, .content ul.pagination>.active>a:hover, .content ul.pagination>.active>span:hover, .content ul.pagination>.active>a:focus, .content ul.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #D2051D;
    border-color: #D2051D;
    cursor: default;
}
.content ul.pagination>li>a, .content ul.pagination>li>span {
    position: relative;
    float: left;
    padding: 8px 16px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #D2051D;
    background-color: #fff;
    border: 1px solid #D2051D;
    margin-left: -1px;
}
.content ul.pagination>li>a:hover {
    color: #fff;
    background-color: #D2051D;
    border: 1px solid #D2051D;
}
.content ul.pagination>li.disabled>span {
    color: #ddd;
    border: 1px solid #ddd;
}
/*
.content .pagination ul {
	display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
	padding-left: 0;
	margin: 0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.content .pagination ul li{
    display: inline;
    line-height: 18px;
}

.content .pagination a {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
}

.content .pagination li:first-child a {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.content .pagination .disabled a, .content .pagination .disabled a:hover {
    color: #999;
    background-color: transparent;
    cursor: default;
}
*/

section.griglia {
	margin-top: 4px;
    border: solid 1px #DE1F27;
    padding: 10px;
}

/* ACCESSORI */

.galleria-info-text .galleria-info-author { text-align: center; }

.acquista{
    margin-top: 20px;
    background-color: #63c6ae;
    padding: 15px 40px;
    border-radius: 6px;
    font-size: 32px;
    text-align: center;
    font-family: 'Indie Flower';
    letter-spacing: 0.1em;
    line-height: 1em;
    font-weight: bold;
    margin: 0;
    color: #000;
	border: solid 1px #000;
	min-width: 10em;
}
.acquista:hover {
    color: #fff;
    background-color: #df0024;
    text-decoration: none;
	border: solid 1px #000;
}

@media screen and (max-width: 736px) {
	.acquista{
		font-size: 24px;
		width: 100%;
	}
}

/* SLIDESHOW HOME */

.slideshowbox {
    text-align: center;
    background-color: #242a2c;
    color: #fff;
}

.slideshowbox .container{
    padding: 125px 0 100px;
}

.slideshow, .quote-slideshow {
    position: relative;
    display: block;
    overflow: hidden;
}
/* #MOD 02/11/2016 .next, .prev, .quote-next, .quote-prev{ */
.banner .next, .banner .prev, .quote-next, .quote-prev{
    color: #fff;
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -.75em;
    user-select: none;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.next:hover, .prev:hover, .quote-next:hover, .quote-prev:hover{
    cursor: pointer;
    color: #6dbeaa;
}
.banner .next, .quote-next {
    right: 1%;
}
.banner .prev, .quote-prev{
    left: 1%;
}
.slideshow figure{
    position: absolute;
    opacity: 0;
    transition: 1s opacity;
    width: 100%;
}
.slideshow figure.show {
    opacity: 1;
    position: absolute;
    position: static;
    transition: 1s opacity;
}
figcaption{
    font-size: 18px;
    color: #fff;
    text-align: center;
}
figcaption a{
	color: #fff;
}

@media screen and (max-width: 1200px) {  
    .slideshowbox figure img {
        max-width: 95%;
    }
	
	.slideshowbox .container{
		padding: 50px 0 50px;
	}
}  

.quote-container {
    background-color: #63c6ae;
    padding: 50px 0;
}
.quote-slideshow {
    height: auto;
}
.quote-slideshow h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
    font-style: italic;
}
.circle {
    background-color: rgba(0,0,0,0.1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
}
.circle i {
    margin-top: 6px;
}

.slideshow figure .inner {
	-moz-animation: reveal-banner 1s 0.25s ease-in-out;
	-webkit-animation: reveal-banner 1s 0.25s ease-in-out;
	-ms-animation: reveal-banner 1s 0.25s ease-in-out;
	animation: reveal-banner 1s 0.25s ease-in-out;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	/* background: rgba(52, 27, 43, 0.5); */
	color: #fff;
	display: inline-block;
	opacity: 0;
	padding: 0 3em;
	text-align: center;
    position: absolute;
    top: 6%;
	/*left: 20%;
    width: 60%;
    right: 20%;*/
	width: 100%;
	left: 0;
	font-size: 0.8em;
	font-weight: bold;text-shadow: 3px 3px 3px #ff0000;
}

	.slideshow figure .inner header {
		display: inline-block;
		border-bottom: solid 2px;
		border-top: solid 2px;
		margin: 0 0 2em 0;
		padding: 3px 0 3px 0;
	}

		.slideshow figure .inner header h2 {
			border-bottom: solid 2px;
			border-top: solid 2px;
			/* font-size: 2.5em; */
			font-weight: 900;
			letter-spacing: 0.2em;
			margin: 0;
			padding-left: 0.05em;
			position: relative;
			text-transform: uppercase;
		}

	.slideshow figure .inner h3 {
		letter-spacing: 0.5em;
		margin: 0;
		font-size: 1.2em;
		font-weight: bold;
	}
	
	.slideshow figure .inner p {
		letter-spacing: 0.1em;
		margin: 0;
		/*text-transform: uppercase;*/
		font-size: 1.4em;
		text-align: center;
	}

		.slideshow figure .inner p a {
			color: inherit;
			font-weight: 400;
			text-decoration: none;
		}

	.slideshow figure .inner footer {
		margin: 2em 0 0 0;
	}
	
@media screen and (max-width: 1200px){
	.slideshow figure .inner {
		-moz-animation: reveal-banner 1s 0.25s ease-in-out;
		-webkit-animation: reveal-banner 1s 0.25s ease-in-out;
		-ms-animation: reveal-banner 1s 0.25s ease-in-out;
		animation: reveal-banner 1s 0.25s ease-in-out;
		-moz-animation-fill-mode: forwards;
		-webkit-animation-fill-mode: forwards;
		-ms-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		/* background: rgba(52, 27, 43, 0.5); */
		color: #fff;
		display: inline-block;
		opacity: 0;
		padding: 0 3em;
		text-align: center;
		position: absolute;
		top: 6%;
		left: 10%;
		width: 80%;
		font-size: 0.8em;
	}
}
@media screen and (max-width: 840px){
	.banner .unslider-arrow.next, .banner .unslider-arrow.prev { font-size: 44px; }
}

@media screen and (max-width: 768px){
	.slideshow figure .inner header{
		margin: 0 0 1.0em 0;
	}
	.slideshow figure .inner h3 {
		letter-spacing: 0.2em;
		font-size: 1.5em;
	}
	.slideshow figure .inner p {
		letter-spacing: 0em;
		font-size: 1.2em;
		line-height: 1em;
	}
	.slideshow figure .inner {
		-moz-animation: reveal-banner 1s 0.25s ease-in-out;
		-webkit-animation: reveal-banner 1s 0.25s ease-in-out;
		-ms-animation: reveal-banner 1s 0.25s ease-in-out;
		animation: reveal-banner 1s 0.25s ease-in-out;
		-moz-animation-fill-mode: forwards;
		-webkit-animation-fill-mode: forwards;
		-ms-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		/* background: rgba(52, 27, 43, 0.5); */
		color: #fff;
		display: inline-block;
		opacity: 0;
		padding: 0 3em;
		text-align: center;
		position: absolute;
		top: 6%;
		left: 10%;
		width: 80%;
		font-size: 0.8em;
	}
}

@media screen and (max-width: 500px){
	.slideshow figure .inner header{
		margin: 0 0 0.5em 0;
	}
	.slideshow figure .inner h3 {
		letter-spacing: 0.1em;
		font-size: 1.0em;
	}
	.slideshow figure .inner p {
		letter-spacing: 0em;
		font-size: 0.8em;
		line-height: 1em;
	}
	.slideshow figure .inner {
		-moz-animation: reveal-banner 1s 0.25s ease-in-out;
		-webkit-animation: reveal-banner 1s 0.25s ease-in-out;
		-ms-animation: reveal-banner 1s 0.25s ease-in-out;
		animation: reveal-banner 1s 0.25s ease-in-out;
		-moz-animation-fill-mode: forwards;
		-webkit-animation-fill-mode: forwards;
		-ms-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		/* background: rgba(52, 27, 43, 0.5); */
		color: #fff;
		display: inline-block;
		opacity: 0;
		padding: 0 3em;
		text-align: center;
		position: absolute;
		top: 6%;
		left: 10%;
		width: 80%;
		font-size: 0.8em;
	}
}


.percorso {
	position: absolute; 
	top: 10px; 
	left: 0;
}

@media screen and (max-width: 500px){
	.percorso {
		position: relative;
		font-size: 80%;
		margin-bottom: 2em;
		margin-top: -1em;
	}


	.wrapper.style4 {
		background-size: 10em;
		padding: 1.5em 1.5em 3em 1.5em;
	}
}
.percorso i{
	color: #c11916;
}

.g-recaptcha > div {
    width: auto !important;
    text-align: center !important;
}

/* #MOD 19/02/2018 Menu cambio lingua solo bandiere */

#flags #polyglotLanguageSwitcher ul.dropdown li {
	min-height: 23px;
    padding-top: 5px;
}

#flags #polyglotLanguageSwitcher a {
	width: 4em;
}
#flags #polyglotLanguageSwitcher ul.dropdown {
	width: 4em;
}

ul.bandiere li {
	display: inline-block;
	padding: 4px 2px;
}

#bandiere {
    position: relative;
    height: 36px;
}
#bandiere img{
    width: 100%;
    height: auto;
}

#bandiere img.img-flag {
    max-width: 24px;
    margin-top: 4px;
}

p.arrows { display: none; } /* #MOD 23/02/2018 NASCONDO LE FRECCIE DELLA GALLERIA? */


/* SEZIONI */

.container.sezioni {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (min-width: 768px) {
	.container.sezioni {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container.sezioni {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container.sezioni {
		width: 1170px;
	}
}
@media (min-width: 1300px) {
	.container.sezioni {
		width: 1280px;
	}
}

.sezioni .row {
	margin: 0;
    margin-left: -15px;
    margin-right: -15px;
}

.home-sezioni-bbq {
	padding: 0 40px;
	width: 100%;
	float: left;
	display: none;
}
.home-sezioni-bbq.slick-initialized {
	display: block;
}


.slide-container {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}


.home-sezioni-bbq .\33 u, .home-sezioni-bbq .\33 u\24 {
	width: 25%;
	clear: none;
	margin-left: 0;
	padding-left: 5px;
    padding-right: 5px;
    position: relative;
}
/*
.home-sezioni-bbq .blocco-sezione {
	margin: 5px;
}
*/

.home-sezioni-bbq .slick-prev,
.home-sezioni-bbq .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	border-radius: 2px;
	outline: none;
	z-index: 998;
	background: #d0112b;
	background: #ddd;
	color: #000;
}

.home-sezioni-bbq .slick-prev:hover,
.home-sezioni-bbq .slick-next:hover,
.home-sezioni-bbq .slick-prev:focus,
.home-sezioni-bbq .slick-next:focus {
	/*background: #ba0f26;*/
	/*background-color: rgba(255,255,255,.9);*/
	background: #eee;
}

.home-sezioni-bbq .slick-prev:hover:before,
.home-sezioni-bbq .slick-next:hover:before/*,
.home-sezioni-bbq .slick-prev:focus:before,
.home-sezioni-bbq .slick-next:focus:before */{
	opacity: 1;
}

.home-sezioni-bbq .slick-prev.slick-disabled:before,
.home-sezioni-bbq .slick-next.slick-disabled:before {
	opacity: .25;
}

.home-sezioni-bbq .slick-prev:before,
.home-sezioni-bbq .slick-next:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	opacity: 1;
	/*color: #fff;*/
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.home-sezioni-bbq .slick-prev {
	left: 0;
}

.home-sezioni-bbq .slick-prev:before {
	content: '\f104';
}

.home-sezioni-bbq .slick-next {
	right: 0;
}

.home-sezioni-bbq .slick-next:before {
	content: '\f105';
}

@media (min-width: 1360px) {
	.home-sezioni-bbq {
		padding: 0;
	}
	.home-sezioni-bbq .slick-prev {
		left: -56px;
	}
	.home-sezioni-bbq .slick-next {
		right: -56px;
	}
}



.lista-prodotti .titolo-sezione { text-align: center; }

.blocco-sezione {
    width: 100%;
    float: left;
    padding: 6px;
    background: #fff;
    border-radius: 2px;
}

.immagine-sezione {
    width: 100%;
    /* #float: left; */
}

.slick-slide img {
    display: block;
}
.immagine-sezione img {
    max-width: 100%;
}

.home-sezioni-bbq .titolo-sezione {
    width: 100%;
    float: left;
    padding: 20px 5px 0px;
    text-align: center;
}

.home-sezioni-bbq .titolo-sezione h3 {
    margin-bottom: 5px;
    font-size: 24px;
	font-family: 'Indie Flower';
    letter-spacing: 0.1em;
    line-height: 1em;
	font-weight: bold;
    color: #000;
	min-height: 2em;
}

.home-sezioni-bbq .titolo-sezione p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
	color: #d0112b;
}
.home-sezioni-bbq .titolo-sezione p  a{
	color: #d0112b;
}


.lista-prodotti {
	display: inline-block;
	/* #MOD 06/09/2019 */
	vertical-align: top;
	/* #MOD */
}

.lista-prodotti.lista-riscaldatori h4 a{
	font-size: 80%;
}

@media screen and (min-width: 841px){
	.lista-prodotti {
		width: 32.333333%;
	}
	.lista-prodotti.lista-riscaldatori {
		width: 19.333333%;
	}
}

.lista-prodotti .titolo-sezione h4{ 
	font-weight: bold; 
	line-height: 1.2em; 
	/* #MOD 06/09/2019 */
	margin-bottom: 0.5em; /* min-height: 50px;*/ /* #MOD 25/03/2018 */
}
.lista-prodotti .titolo-sezione p{ font-size: 80%; }

.lista-prodotti .immagine-sezione {
    text-align: center;
}


/* #MOD 23/03/2018 */

section.striscione{
	width: 100%;
}

section.ilbarbecue {
	color: #fff;
	width: 100%;
    /* float: left; */
    padding: 42px 33px 42px;
    /* background: #d0112b; */
    border-radius: 2px;
	margin: 0 auto;
}
@media screen and (max-width: 736px) {
	section.ilbarbecue {
		width: 90%;
	}
}


section.shoponline header h2{
    font-size: 42px;
    text-align: center;
    font-family: 'Indie Flower';
    letter-spacing: 0.1em;
    line-height: 1em;
    font-weight: bold;
	color: #000;
}
section.shoponline h4{
    font-size: 32px;
    text-align: center;
    font-family: 'Indie Flower';
    letter-spacing: 0.1em;
    line-height: 1em;
    font-weight: bold;
	margin: 0;
	color: #000;
}

@media screen and (max-width: 840px){
	section.shoponline h2{
		/*font-size: 32px;*/
		font-size: 14px;
		line-height: 18px;
		color: #000;
	}
	section.shoponline h4{
		font-size: 22px;
		letter-spacing: 0.1em;
		line-height: 1em;
	}
}


section.shoponline a.button.solid-color {
	border: solid 1px #000;
}
section.shoponline a.button.solid-color:hover {
/*    background-color: #df0024; #MOD 07/05/2021 */
    text-decoration: none;
}
section.shoponline a.button.solid-color:hover h4{ color: #fff; }

section.ilbarbecue img{
	max-width: 100%;
}
section.ilbarbecue h3{
    font-size: 32px;
    text-align: center;
    font-family: 'Indie Flower';
    letter-spacing: 0.1em;
    line-height: 1em;
    font-weight: bold;
	margin-bottom: 0;
}
section.ilbarbecue h4{
	font-size: 18px;
    text-align: center;
}
/* section.striscione > .container > .row > div { padding-bottom: 50px; } */

.img-body  img{
    max-width: 100%;
    height: auto;
}


/* Punti vendita - GMAP */

.serachContainer{
	position: relative;
	width: 100%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #f8f8f8;
	padding: 20px;
	margin-bottom: 10px;
	border: solid 1px #ccc;
}

.serachContainer label{
	font-weight: bold;
}

.gmapcontainer{
	position: relative;
	width: 100%;
	height: 600px;
}

.locationResults {
	position: relative;
	width: 100%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #f8f8f8;
	padding: 10px;
	margin-top: 10px;
	border: solid 1px #ccc;
}

.locationResults div.result{
	padding: 5px;
	border: solid 1px #bf3b3b;
	margin-bottom: 2px;
	cursor: pointer;
	background: #FFF;
}

.locationResults div.result:hover{
	background-color: #ccc;
}

.serachContainer select, .serachContainer input[type=text]{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px;
	font-size: 13px;
	border: solid 1px #ccc;
}

.serachContainer input[type=button] {
	border-radius: 4px;
	padding: 6px 12px;
	border: solid 1px #000;
	background: #bf3b3b;
	color: #fff;
}

.serachContainer input[type=button]:hover {
	background: #C11916;
	color: #fff;
	-webkit-box-shadow: 1px 1px 1px 1px #4a4a4a;
	-moz-box-shadow:  1px 1px 1px 1px #4a4a4a;
	box-shadow:  1px 1px 1px 1px #4a4a4a;
	cursor: pointer;
}


.serachContainer input[type=button].reset {
	background: #bf3b3b;
	color: #fff;
}

.gmapcontainer a{
	color: #C11916;
}

.email_list_signup_container input[type="checkbox"]{
	width: 20px;
	height: 20px;
}


div#ccm-page-status-bar {
    z-index: 999 !important;
}

.prodottocontainer header { position: relative; }

.prodottocontainer.directbuy { margin-top: 2em; }
@media screen and (min-width: 841px) {	
	.prodottocontainer.directbuy { padding-left: 4em; }
}

.mainprodotto p {
	font-size: 1.4em;
    line-height: 1.2em;
	padding: 0 1em;
}

@media screen and (max-width: 736px) {
	.mainprodotto p {
		font-size: 1.2em;
		line-height: 1.2em;
		padding: 0 0.25em;
	}
}

header .share-cont { float: left; margin-left: 0.5em; }
header .print { float: right; margin-right: 0.5em; }


.prodottocontainer .thumbnail { display : none; }

@media print {

	.prodottocontainer .thumbnail { display : block; }
	
	#lhc_status_container { display: none; }

	#main { padding: 0; }
	/* ul.slides li.video { display: none; }
	ul.slides div.thumb-image:not(:first-child){ display: none; }*/
	.flexslider { display: none; }
	.pikachoose { display: none; }
	
	footer { padding: 0 !important; }
	footer > .container > .row > div:not(.copyright){ display: none; }
	footer > .container > .row > div.copyright { width: 100%; text-align: center !important; }
	
	.toolbar { display: none; }
	
	.container {
		width: 100%;
		padding: 1em;
	}
	
	header .container { padding: 0 1em; }

		.row > * {
			padding: 30px 0 0 30px;
		}

		.row {
			margin: -30px 0 -1px -30px;
		}

		.row.uniform > * {
			padding: 30px 0 0 30px;
		}

		.row.uniform {
			margin: -30px 0 -1px -30px;
		}

		.row.\32 00\25 > * {
			padding: 60px 0 0 60px;
		}

		.row.\32 00\25 {
			margin: -60px 0 -1px -60px;
		}

		.row.uniform.\32 00\25 > * {
			padding: 60px 0 0 60px;
		}

		.row.uniform.\32 00\25 {
			margin: -60px 0 -1px -60px;
		}

		.row.\31 50\25 > * {
			padding: 45px 0 0 45px;
		}

		.row.\31 50\25 {
			margin: -45px 0 -1px -45px;
		}

		.row.uniform.\31 50\25 > * {
			padding: 45px 0 0 45px;
		}

		.row.uniform.\31 50\25 {
			margin: -45px 0 -1px -45px;
		}

		.row.\35 0\25 > * {
			padding: 15px 0 0 15px;
		}

		.row.\35 0\25 {
			margin: -15px 0 -1px -15px;
		}

		.row.uniform.\35 0\25 > * {
			padding: 15px 0 0 15px;
		}

		.row.uniform.\35 0\25 {
			margin: -15px 0 -1px -15px;
		}

		.row.\32 5\25 > * {
			padding: 7.5px 0 0 7.5px;
		}

		.row.\32 5\25 {
			margin: -7.5px 0 -1px -7.5px;
		}

		.row.uniform.\32 5\25 > * {
			padding: 7.5px 0 0 7.5px;
		}

		.row.uniform.\32 5\25 {
			margin: -7.5px 0 -1px -7.5px;
		}

		.\31 2u\28narrower\29, .\31 2u\24\28narrower\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		/* #MOD */
		.\31 2u\28narrower\29.carouselBox.item {
			width: 50%;
			padding-left: 0px;
			padding-right: 0px;
		}
		/* #MOD */

		.\31 1u\28narrower\29, .\31 1u\24\28narrower\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28narrower\29, .\31 0u\24\28narrower\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28narrower\29, .\39 u\24\28narrower\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28narrower\29, .\38 u\24\28narrower\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28narrower\29, .\37 u\24\28narrower\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28narrower\29, .\36 u\24\28narrower\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28narrower\29, .\35 u\24\28narrower\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28narrower\29, .\34 u\24\28narrower\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28narrower\29, .\33 u\24\28narrower\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28narrower\29, .\32 u\24\28narrower\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28narrower\29, .\31 u\24\28narrower\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28narrower\29 + *,
		.\31 1u\24\28narrower\29 + *,
		.\31 0u\24\28narrower\29 + *,
		.\39 u\24\28narrower\29 + *,
		.\38 u\24\28narrower\29 + *,
		.\37 u\24\28narrower\29 + *,
		.\36 u\24\28narrower\29 + *,
		.\35 u\24\28narrower\29 + *,
		.\34 u\24\28narrower\29 + *,
		.\33 u\24\28narrower\29 + *,
		.\32 u\24\28narrower\29 + *,
		.\31 u\24\28narrower\29 + * {
			clear: left;
		}

		.\-11u\28narrower\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28narrower\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28narrower\29 {
			margin-left: 75%;
		}

		.\-8u\28narrower\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28narrower\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28narrower\29 {
			margin-left: 50%;
		}

		.\-5u\28narrower\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28narrower\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28narrower\29 {
			margin-left: 25%;
		}

		.\-2u\28narrower\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28narrower\29 {
			margin-left: 8.33333%;
		}
}

p.imageleft { margin: 0; }

ol.numerato { counter-reset: item; }
ol.numerato li { display: block; }
ol.numerato li:before {
	content: counter(item) ". ";
	counter-increment: item;
	color: red;
}

img.responsive { max-width: 100%; height: auto; }


#offline-icon{ background-color:  #d0112b !important;  }

.logged div.spacer { padding: 20px 0; }

.collection_ricetta img { margin: 5px 2px; }


#page-wrapper .store-whiteout .store-modal-exit {
	color: #DF0824;
    font-weight: 500;
    font-size: 24px;
    top: 5px;
    right: 10px;
}
#page-wrapper .store-whiteout .store-modal-exit:hover {
	font-weight: 600;
}
.store-cart-page-cart .store-btn-cart-modal-continue,
.store-product-list-block .btn.btn-primary.store-btn-add-to-cart 
 {
	width: auto;
    /*padding: 1em 1em;
    line-height: 2.5em;*/
    background: #c11916;
    border-color: #c11916;
    color: #fff;
}
.store-product-list-block .btn.btn-primary.store-btn-add-to-cart.carrello-nero
 {
	width: 100%;
	text-align: center;
    /*padding: 1em 1em;
    line-height: 2.5em;*/
    /*background: #fff;
    border-color: #000;
    color: #000;
    background: #fff url('../images/borsa.png');*/
    background: #000;
    border-color: #000;
    color: #fff;
    background: #000 url('../images/borsa_white.png');
	
	padding: 0.5em 1em;
	background-size: 30px 30px; /* BORSA background-size: 20px 20px; */
    background-repeat: no-repeat;
    background-position: 99% 50%; /* BORSA background-position: 96% 50%; */
}
.store-product-list-block .btn.btn-primary.store-btn-add-to-cart.carrello-nero img { padding: 0.25em; }

button.store-btn-add-to-cart {
	margin-top: 20px;
    min-width: 0;
    width: 100%;
    padding: 0 1em;
    line-height: 2.5em;
	/*
	background: #fff;
    border-color: #000;
    color: #000;
	font-weight: bold;
    background: #fff url('../images/borsa.png');*/
	background: #000;
    border-color: #000;
    color: #fff;
	font-weight: bold;
    background: #000 url('../images/borsa_white.png');
	
	padding: 0.75em 1.5em;
	background-size: 30px 30px; /* BORSA background-size: 20px 20px; */
    background-repeat: no-repeat;
    background-position: 96% 50%;
	text-transform: none;
    text-align: left;
}

button.store-btn-add-to-cart:hover {
	color: #000;
    border-color: #000;
    background: url('../images/borsa.png');
    background-color: rgba(0,0,0,0.2);
	background-size: 30px 30px; /* BORSA background-size: 20px 20px; */
    background-repeat: no-repeat;
    background-position: 96% 50%;
}
button.store-btn-add-to-cart:hover img {
    background: #fff url('../images/borsa.png');
}

/* SHOP CARRELLO */

.store-cart-modal{

}

.store-cart-modal h3{
	font-weight: bold;
	color: #c11916;
}


.store-cart-modal .table{
	width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}
.store-cart-modal .table th { 
	font-weight: bold; 
	text-align: left;
}
.store-cart-modal .table th.text-right, th.text-right, td.text-right, p.text-right, input.text-right {
    text-align: right;
}

.store-cart-modal .store-qty-container input {
    max-width: 120px;
    text-align: right;
}	
@media screen and (max-width: 980px){
	.store-cart-modal .store-qty-container input {
		max-width: 60px;
		text-align: right;
	}
}


.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
	padding: 5px;
}
.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table .col-xs-2 {
    width: 16.66666667%;
}
.table .col-xs-3 {
    width: 25%;
}
.table .col-xs-4 {
	width: 33.33333333%;
}
@media (min-width: 992px) {
	.table .col-md-1 {
		width: 8.33333333%;
	}
	.table .col-md-4 {
		width: 33.33333333%;
	}
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    /*padding: 14px 16px;
    font-size: 14px;
    line-height: 1.42857143;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.store-cart-page-cart .btn, 
.store-cart-page .btn,
.store-product-list-block .btn.btn-primary.store-btn-add-to-cart {
	padding: 14px 16px;
    font-size: 14px;
	font-size: 0.85em;
    line-height: 1.42857143;
}

/*
div.ccm-page .btn, .store-btn-previous-pane.btn {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -ms-border-radius: 20px;
    padding: 10px 30px 10px 30px;
}*/
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-success {
    color: #ffffff;
    background-color: #00cc66;
    border-color: #4cae4c;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.store-cart-page-cart .store-btn-cart-modal-checkout, .store-cart-page .store-btn-cart-page-checkout {
	font-weight: bold;
	font-weight: 900;
    font-size: 1.25em;
	padding: 14px 60px;
}

.store-cart-page-cart .store-btn-cart-modal-checkout:after, .store-cart-page .store-btn-cart-page-checkout:after {
    content: '\20AC';
	/* font-size: 1.25em; */
    margin-left: 0.25em;
}


@media screen and (max-width: 980px) {		
	.store-cart-page-cart {
		font-size: 0.8em;
		line-height: 1.2em;
	}
	.store-cart-page-cart p {
		margin-bottom: 0.2em;
	}
	.store-cart-page-cart p.store-cart-page-cart-total  {
		margin-bottom: 1em;
		font-weight: bold;
	}
	.store-cart-page-cart-links .pull-right, .store-cart-page-cart-links .pull-left{
		float: none;
		display: block;
	}
	.store-cart-page-cart-links .pull-right a{ width: 100%; margin-top: 0.8em; }
	
	.store-cart-page-cart .btn, .store-cart-page .btn, .store-product-list-block .btn.btn-primary.store-btn-add-to-cart {
		/* display: block; */
		margin-bottom: 0.6em;
	}
	.store-cart-page .btn.store-cart-page-discount-apply {
		font-size: 0.65em;
	}
	.store-product-list-block .btn.btn-primary.store-btn-add-to-cart.hidden {
		display: none;
	}
	button.store-btn-cart-modal-update.btn.btn-primary {
		width: 100%;
	}
	.store-qty-container input {
		max-width: 70px !important;
	}
	.store-qty-container {
		max-width: 80px !important;
		min-width: 70px !important;
	}
}

/* CHECKOUT */

#main .checkout-page {
	padding-top: 1em;
}

.content .store-checkout-page h1, .content .store-checkout-page h2, .content .store-checkout-page .panel-heading {
    margin-top: 1em;
    margin-bottom: 0;
    font-weight: bold;
}
.content .store-checkout-page h1 {
	font-size: 2em;
}
.content .store-checkout-page h2, .content .store-checkout-page .panel-heading {
	color: #DE1F27;
	border-bottom: solid 1px #DE1F27;
	margin-bottom: 2em;
}
.content .store-checkout-page .panel-heading {
	margin-bottom: 2em;
}

.content .store-checkout-page .store-checkout-form-group-body .row div,
.content .store-checkout-page .store-checkout-form-group-summary .panel-body div
{
	padding-top: 0.5em;
}

.content .store-checkout-page input[type="text"], 
.content .store-checkout-page input[type="tel"], 
.content .store-checkout-page input[type="password"], 
.content .store-checkout-page input[type="email"], 
.content .store-checkout-page select, 
.content .store-checkout-page textarea {
	font-weight: bold;
}

/* #MOD Checkout
#store-att-display-0_fattura, #store-att-display-0_piva_codf, #store-att-display-1_email_pec, #store-att-display-2_codice_destinatario 
*/

.store-copy-billing-container {
	text-align: center;
}
.store-copy-billing-container label {
	cursor: pointer;
	font-size: 20px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.store-checkout-form-group .checkbox label { cursor: pointer; }

.store-checkout-page .store-checkout-form-group-other-attributes #store-att-0_fattura, 
.store-checkout-page .store-checkout-form-group-other-attributes #store-att-display-0_fattura, 
.store-checkout-page .store-checkout-form-group-other-attributes #store-att-6_pacco_regalo, 
.store-checkout-page .store-checkout-form-group-other-attributes #store-att-7_note_ordine {	
	padding-top: 1.5em;
    /* border-top: solid 1px #ccc; */
	border-top: solid 1px #DE1F27;
}

/* #MOD 28/03/2020 Visualizzo sempre i campi per la fattura elettronica 
#store-att-0_piva_codf, */
/* #MOD 22/04/2020 Nascondo la pec e codice destinatario
#store-att-1_email_pec, #store-att-2_codice_destinatario  {	display: none; }  */
/* #MOD# */
/* #MOD 05/05/2020 Nascondo piva/cf, pec e codice destinatario */
#store-att-0_piva_codf, #store-att-0_piva_codf_2, #store-att-1_email_pec, #store-att-2_codice_destinatario  {	display: none; }

.store-checkout-page #store-att-0_fattura > label, 
.store-checkout-page #store-att-6_pacco_regalo > label, 
.store-checkout-page #store-att-7_note_ordine > label{
	font-weight: bold;
	color: #DE1F27;
}

.row.order-attributes {
    padding: 4em 0 1em;
    font-size: 14px;
	line-height: 14px;
}

.store-checkout-page .store-checkout-form-group-summary {
    background: #eee;
    padding: 0.1em 1em;
}
.store-checkout-page .store-checkout-form-group-summary p { font-weight: bold; margin: 0; }

.store-checkout-page .store-checkout-form-group-buttons { padding: 2em 0; }


.store-checkout-page .store-checkout-form-group-buttons  .store-btn-next-pane {
    width: auto;
    background: #c11916;
    border-color: #c11916;
    color: #fff;
}

.store-cart-page .store-btn-cart-modal-continue:hover,
.store-cart-page-cart .store-btn-cart-modal-continue:hover,
/*.store-product-list-block .btn.btn-primary.store-btn-add-to-cart:hover,*/
.store-checkout-page .store-checkout-form-group-buttons  .store-btn-next-pane:hover {
    /*color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;*/
    color: #c11916;
	background-color: rgba(193,25,23,0.2);
    border-color: #c11916;
}
.store-product-list-block .btn.btn-primary.store-btn-add-to-cart:hover{
    color: #000;
	background-color: rgba(0,0,0,0.2);
    border-color: #000;
    background: #fff url('../images/borsa.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 99% 50%;
}
.store-checkout-page .store-checkout-form-group-buttons .store-btn-complete-order {
    width: auto;
    background: #c11916;
    border-color: #c11916;
    color: #fff;
    background-color: #00cc66;
    border-color: #4cae4c;
}
.store-cart-page .store-btn-cart-page-checkout:hover,
.store-cart-page-cart .store-btn-cart-modal-checkout:hover,
.store-checkout-page .store-checkout-form-group-buttons .store-btn-complete-order:hover {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d; /* #d6e9c6; */
}

.store-checkout-page .store-checkout-form-group-buttons  .store-btn-previous-pane{
	width: auto;
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
	font-weight: 900;
}
.store-cart-page-cart .store-btn-cart-modal-clear:hover,
.store-cart-page .store-btn-cart-modal-clear:hover,
.store-cart-page .store-btn-cart-list-clear:hover,
.store-checkout-page .store-checkout-form-group-buttons  .store-btn-previous-pane:hover {
    color: #f0ad4e; /* #8a6d3b; */
    background-color: #fcf8e3;
    border-color: #f0ad4e; /* #faebcc; */
	
}
.store-cart-page .store-btn-cart-list-update:hover, 
.store-cart-page-cart .store-btn-cart-modal-update:hover,
.store-product-list-block .btn.btn-default.store-btn-more-details:hover {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #31708f; /* #bce8f1; */
}
.store-cart-page .store-btn-cart-list-remove:hover, 
.store-cart-page-cart .store-btn-cart-list-remove:hover {
    color: #fff;
    background-color: #666;
    border-color: #ddd;
}

.store-checkout-page .store-payment-method-container {
    padding-top: 2em;
}

.store-checkout-page .store-payment-method-container p {
    padding: 0 2em;
}

.store-checkout-page .store-payment-method-container-content {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
	padding: 2em 0 1em;
}

.store-checkout-page .store-shipping-method{
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 1em 0 0em;
}

.radio label { cursor: pointer; }

.store-shipping-details { display: inline-block; }

.store-checkout-form-group-body.checkout-login a.btn.btn-default {
	width: 100%;
    padding: 0 1em;
    line-height: 2.5em;
    background: #fff;
    border-color: #000;
    color: #000;
    font-weight: bold;
    padding: 0.25em 1em;
}
.store-checkout-form-group-body.checkout-login a.btn.btn-default:hover {
    color: #000;
    background-color: rgba(0,0,0,0.2);
    border-color: #000;
}

/* REGISTER */

#registration input[type="submit"], #login button, #newsletter button{
	width: 100%;
    background: #fff;
    border-color: #000;
    color: #000;
    font-weight: bold;
}

#registration input[type="submit"]:hover, #login button:hover {
    color: #000;
    background-color: rgba(0,0,0,0.2);
    border-color: #000;
}

#registration label.control-label, #login label.control-label { font-weight: bold; }

#login .form-group { padding: 1.5em 0; }

#login a.btn.btn-block.btn-success {
	color: #000;
    border: none;
    background: none;
}

/* #MOD NASCONDO MENU UTENTE LOGGATO 2020/03 */
#ccm-account-menu-container { display: none; }
/* #MOD# */

a.store-btn-cart-modal-checkout-complete {
	font-weight: bold;
    padding: 14px 60px;
    text-align: center;
    margin: 0 auto;
}

/* CART LIST */

.store-checkout-cart-view .store-checkout-cart-contents h2 { margin-bottom: 1em; }
.store-checkout-cart-contents .store-cart-table { font-size: 0.75em; }
.store-checkout-cart-contents .store-cart-item .store-cart-list-thumb { vertical-align: middle; }

.store-checkout-cart-view .store-line-item.store-grand-total { font-weight: bold }

 /* .store-checkout-cart-contents .store-cart-item .store-cart-product-name { font-size: 13px; } */
 
.storemenu { 
	position: absolute; 
	right: 0px;
	top: 35px; /* top: 58px; */
}

@media screen and (max-width: 1280px) {
	.store-product-list-block .btn.btn-primary.store-btn-add-to-cart.carrello-nero {
		background-size: 15px 15px;
	}

	.storemenu { 
		right: 0px;
		/*top: 5px;
			top: 45px;*/
	}
}

@media screen and (max-width: 840px) {
/*@media screen and (max-width: 736px) {*/

	#logoPanel img {
		width: 90px;
		height: auto;
		margin-top: 12px;
	}

	#header .storemenu { 
		position: absolute;
		right: 15px;
		top: 25px;
		z-index: 99999;
	}
	.store-checkout-page .store-checkout-form-group-buttons .store-btn-previous-pane,
	.store-checkout-page .store-checkout-form-group-buttons .store-btn-next-pane,
	.store-checkout-page .store-checkout-form-group-buttons .store-btn-complete-order {
		width: 100%;
		margin-bottom: 1em;
	}
	.store-product-list-block .btn.btn-primary.store-btn-add-to-cart.carrello-nero {
		margin: 0 auto;
		width: 100%;
		margin-top: 2em;
	}
	.store-product-list-block .btn.btn-primary.store-btn-add-to-cart.carrello-nero {
		background-size: 50px 50px;
		padding: 1.5em 2em;
			background-size: 40px 40px;
			padding: 1.5em 2em;
			padding-right: 50px;
			font-size: 0.75em;
	}
	
	.hero-btn {
	    padding: 8px 12px;
		font-size: 10px;
	}
}

div.ccm-panel {
	z-index: 999;
}

a#store-enter-discount-trigger {
    font-weight: bold;
	border: solid 1px #3fb1a3;
    padding: 0.5em 1em;
    display: inline-block;
    text-align: center;
}

ul.store-checkout-totals-line-items li.list-group-item.store-discount-code {
    margin: 1em 0;
}

button.btn-cart-discount-apply, button.store-cart-page-discount-apply {
    width: 100%;
    background: #c11916;
    border-color: #c11916;
    color: #fff;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 1em;
}

button.btn-cart-discount-apply:hover, button.store-cart-page-discount-apply:hover {
	color: #c11916;
    background-color: rgba(193,25,23,0.2);
    border-color: #c11916;
}

/* #MOD 28/04/2020 Nascondo la checkbox impedendo alla gente di cliccarci */ 
/* div#store-att-0_fattura .checkbox { display: none; } */

form#store-checkout-form-group-payment {
    padding-top: 4em;
}

/* #MOD 25/05/2020 */
button.store-btn-add-to-cart.disabled {
    color: #AAA !important;
	border-color: #777 !important;
	background-color: #222 !important;
}
button.store-btn-add-to-cart.disabled:hover {
    color: #000 !important;
	background-color: #aaa !important;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	background-color: rgba(255,255,255,0.5);
}
.preloader img{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 64px;
	height: 64px;
	margin-top: -32px;
	margin-left: -32px;
	-webkit-backface-visibility: hidden;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.store-cart-modal p, .store-cart-page p {
	margin: 0;
}


/* COOKIE POLICY */

div#cookie-wall {
    z-index: 99999999;
    top: 10%;
    position: fixed;
    right: 0;
    background-color: #fff;
    width: 50%;
    max-width: 650px;
    max-width: none;
    border-radius: 2.5px;
    left: 1em;
    margin: 0 auto;
    font-size: 14px;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 2em;
    border: solid 1px #D0112B;
}

div#cookie-wall button.cookie-close{
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    white-space: nowrap;
	overflow: hidden;
    width: 30px;
    height: 30px;
    line-height: 34px;
    padding: 0;
	cursor: pointer !important;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #D0112B;
    font-size: 30px;
}

div#cookie-wall p {
	line-height: normal;
	margin-bottom: 14px;
}

div#cookie-wall h5 {
    line-height: normal;
    padding-right: 20px;
}

div#cookie-preference {
    position: fixed;
	padding: 1em;
    width: 730px;
    max-width: 730px;
    height: 610px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 13px;
	line-height: 15px;
    z-index: 99999999;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 0%), 0 7px 14px 0 rgb(50 50 93 / 10%);
    border: solid 1px #D0112B;
}

div#cookie-preference h2 { text-align: center; font-weight: bold; }

div#cookie-preference input[type="checkbox"]{
	display: inline;
	position: absolute;
    opacity: 1;
    width: 0;
    height: 0;
}

div#cookie-preference label {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 10px;
    margin-bottom: 0;
}

div#cookie-preference label span {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f2f1f1;
    border: none;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -o-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    border-radius: 46px;
}

div#cookie-preference label span:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    bottom: 1px;
    background-color: #7d7d7d;
    -webkit-transition: .4s;
    border-radius: 100%;
    top: -5px;
    transition: .4s;
}

div#cookie-preference input:checked+label span{
    background-color: #cddcf2;
}

div#cookie-preference input:checked+label span:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
    background-color: #4285f4;
}

div#cookie-preference  .wall-buttons { clear: both; position: absolute;  bottom: 12px; width: 100%; }


div#cookie-wall button, div#cookie-preference button {
	border: solid 1px rgba(255,255,255,0.3);
    background-color: rgba(0,0,0,0.2);
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;*/
    padding: 15px 25px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #d0112b;
    border-color: #d0112b;
	cursor: pointer !important;
}

#cookie-preference .choise { float: right; }

.resp-tabs-container { border-color: #d0112b !important; }
.resp-tabs-container .resp-tab-content p { padding-bottom: 1.5em; }

#cookie-preference .resp-vtabs .resp-tabs-container {
    min-height: 270px;
    overflow-y: auto;
    max-height: 450px;
}

#cookie-preference .lista-cookie {
	display: inline-block;
    width: 100%;
    margin: 0;
    font-size: inherit;
}

#cookie-preference .lista-cookie .cookie-info {
	border: none;
    font-size: 1em;
    color: dimgray;
    float: left;
    text-align: left;
    padding: 10px;
    margin-bottom: 10px;
    width: calc(100% - 10px);
    background-color: #f8f8f8;
    position: relative;
    margin-top: 10px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -khtml-border-radius: 4px;
}

#cookie-preference .lista-cookie li>div div:nth-child(1) {
    width: 30%;
    float: left;
}

#cookie-preference .lista-cookie li>div div {
    font-size: .81em;
    padding: 5px 0;
}

#cookie-preference .lista-cookie li>div div:nth-child(2) {
    width: 70%;
    float: left;
    word-break: break-word;
    word-wrap: break-word;
}

#cookie-preference .lista-cookie li>div div {
    font-size: .81em;
    padding: 5px 0;
}

@media screen and (max-width: 1600px) {
	div#cookie-wall { width: 60%; }
}

@media screen and (max-width: 1280px) {
	div#cookie-wall { width: 70%; padding: 1em; }
}

@media screen and (max-width: 1280px) {
	div#cookie-wall { width: 70%; padding: 0.75em; }
	div#cookie-wall button, div#cookie-preference button { padding: 8px 12px; font-size: 12px; margin: 0 2px; }
	div#cookie-wall button.cookie-close { top: 5px; right: 5px; }
}

@media screen and (max-width: 980px) {	
	div#cookie-wall { width: 90%; padding: 0.5em; }
	div#cookie-wall button, div#cookie-preference button { 
		padding: 8px 12px; 
		font-size: 12px; 
		margin: 0 2px; 
		width: 30%;
		word-break: break-word;
	}
	div#cookie-wall button.cookie-close { top: 0px; right: 0px; }
	
	div#cookie-preference { max-width: 100%; }
	
	#footer .copyright a {
		padding: 8px 14px;
		display: inline-block;
	}
}

section.toolbar.blog {
	border: solid 3px #d0112b;
    padding: 10px 20px;
    margin-top: 3em;
}

body.logged .banner-promo { margin-top:50px; }
.banner-promo {
    background-color: #fff;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    width: 100%;
    padding: 0;
    color: #000;
	z-index: 997;
    position: relative;
    margin-top: -2px;
}
.banner-promo.pagine {
    /*position: absolute;
	top: 103px;*/
	position: relative;
}
body.logged .banner-promo.pagine { top: 70px: /* 150px; */ }
.banner-promo p { 
	text-align:center !important; 
	padding: 0 2em;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
}
.banner-promo b { font-weight: 700; }
.banner-promo span { white-space: nowrap; }
.banner-promo section { position: relative; padding: 0.5em 1.5em; margin-bottom: 0;}
.banner-promo .mfp-close {
	width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
	
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 2400;
    box-shadow: none;
    touch-action: manipulation;
	opacity: 1.0; 
	color: #000;
}

.ghirlanda {
	position: absolute;
	height: 40px;
	width: 100%;
	top: 90px;
	left: 0;
	background: transparent url(../images/ghirlanda.png);
	background-size: 150px;
	background-position: top left;
	z-index: 899;
}



.msg_banner p {
	color: #fff;
    background-color: #df0024;
    text-align: center;
    font-weight: normal;
    font-size: 100%;
    margin-bottom: 1em;
    padding: 2em 1em 1em;
}
.home .msg_banner p {
    padding: 1em;
}

@media screen and (max-width: 840px) {	
	.msg_banner p {
		margin-top: 80px !important;
		font-size: 11px !important;
		line-height: 14px !important;
	}
	.home .msg_banner p {
		margin-top: 0px !important;
		padding: 1em !important;
		margin-bottom: 2em !important;
	}
	.banner-promo.pagine { 
		position: relative;
		top: 80px;
		margin-bottom: 4em;
	}
	.banner-promo.home {
		margin-top: 80px;
	}
	.banner-promo p{ 
		font-size: 12px;
		line-height: 15px;
	}
	body.logged .banner-promo.pagine { top: 129px; }
	.ghirlanda {
		height: 30px !important;
		top: 70px !important;
		background-size: 100px !important;
	}
}


/* PROFILO */
.profilo fieldset.ccm-ui {
    border-bottom: 1px solid #e5e5e5;
}

.profilo  a.btntrack {
    margin: 0 auto;
    text-align: center;
    padding: 1em 2em;
    font-weight: bold;
}

.profilo ul.ccm-system-errors.ccm-error {
    background-color: rgba(255,0,0,0.1);
    color: #f00;
    padding: 0.5em 1em;
    font-weight: bold;
}

.profilo ul.ccm-system-errors.ccm-message {
    background-color: rgba(0,255,0,0.1);
    color: #23a923;
    padding: 0.5em 1em;
    font-weight: bold;
}



/*-------------------------------------------------- */
/* 1. Slider news
/*------------------------------------------------- */
#home-section {
  /* background: #000; */
  height: calc(100vh - 80px);
}
#home-section.background-color-style {
  background: #962830; }

#home-section .flexslider {
  background: transparent;
	/* ###
	height: 100%;
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    overflow: hidden;
	*/
}

.slider-text {
  margin-bottom: 40px;
  top: 50%;
  margin-top: -90px;
  position: absolute;
  width: 100%;
  z-index: 99;
  /* ### height: 100%; */
}
	.slider-text .slider-caption {
		max-width: 700px;
		padding: 0 15px;
		margin: 0 auto;
				/* text-align: center; */
	}
    .slider-text .slider-caption h1, .slider-text .slider-caption h2 {
      margin-bottom: 25px;
      font-size: 40px;
      font-weight: 300;
      line-height: 48px;
      color: #fff;
      position: relative;
      text-transform: initial;
      z-index: 2; }
    .slider-text .slider-caption p {
      font-size: 18px;
      position: relative;
      max-width: 400px;
			/* margin: 0 auto 30px; */
			margin-bottom: 1em;
      z-index: 2;
      color: #fff;
	 }

  .slider-text .flexslider.top_slider .flex-direction-nav {
	position: absolute;
    bottom: initial;
    top: 50%;
    margin-top: -20px;
    right: 0px;
    padding: 0 5px;
    width: 100%;
    opacity: 0; }
  .slider-text .flex-direction-nav li a {
    background: #fff !important;
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .slider-text .flex-direction-nav li a:after {
    color: #343434 !important;
    font-size: 15px; }
  .slider-text .flex-control-paging {
    display: none; }
  .slider-text .flex-control-paging li a {
    background: #131313;
    padding: 3px 7px;
    color: #fff;
		/* font-family: "Open Sans", sans-serif; #MOD 30/10/2019 */
    font-size: 10px; }
  .slider-text .flex-control-paging li a:hover,
  .slider-text .flex-control-paging li a.flex-active {
    background: #962830;
    color: #fff; }

.slider-news:hover .flex-direction-nav {
  opacity: 1; }

#home-section2 .tp-caption.NotGeneric-Title {
		/* font-family: "Open Sans", sans-serif; #MOD 30/10/2019 */
  font-weight: 300;
  text-transform: initial; }

#home-section2 .tp-caption.NotGeneric-SubTitle {
		/* font-family: "Open Sans", sans-serif; #MOD 30/10/2019 */
  letter-spacing: 1px; }

#home-section2 .tp-caption.NotGeneric-Icon {
  font-size: 20px; }

#home-section2 .rev-btn {
  color: #fff;
  font-size: 11px;
		/* font-family: "Open Sans", sans-serif; #MOD 30/10/2019 */
  font-weight: 600;
  padding: 12px 24px;
  background: #962830;
  border: 1px solid #962830 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

#home-section2 .rev-btn:hover {
  opacity: 0.7; }

#home-section2 .tp-caption.tp-shape.tp-shapewrapper {
  border: none !important; }