/* @font-face {
    font-family: 'Open Sans';
    src: url('font/opensans.eot');
    src: url('font/opensans.eot?#iefix') format('embedded-opentype'),
        url('font/opensans.woff') format('woff'),
        url('font/opensans.ttf') format('truetype'),
        url('font/opensans.svg#Open Sans') format('svg');
    font-weight: normal;
    font-style: normal;
} */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,600&display=swap');

/* Elementi principali */

html {
  	font-size: 100%;
  	-webkit-text-size-adjust: 100%;
  	-ms-text-size-adjust: 100%;
}

body {
	text-rendering: optimizeLegibility;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #4D4D4D;
	background-color: #1A1A1A;
}

#wrap {
	width:100%;
	height:auto;
	background:#112951;
}

header.top {
	margin:0 auto;
	height:65px;
	padding-top:8px;
	position:relative;
	z-index:100;
}

#page {
	width:980px;
	height:auto;
	padding-top:5px;
	min-height:5px;
	background:#FFF;
	margin:0 auto;
}


/* Generali */

/* la larghezza di tutti gli elementi
sarà calcolata tenendo conto di padding e border */
* {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 *behavior: url(/boxsizing.htc);
}

/**/

a {text-decoration:none;color:#F15A2A;}

a:hover, a:focus {color:#157ACC;}

strong {color:#4A4A4A;}


figure {
	background:#FFF;
	box-shadow:0 0 1px rgba(0,0,0,0.2);
	padding:3px;
}

img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

img.pull-left {margin:0 10px 5px 0;}

.last {margin-right:0!important;}

.pulisco {clear:left;}

.small {font-size:0.750em!important;}

.callto {
	width:100%;
	float:left;
	border-radius:4px;
	padding:20px 20px 20px 50px;
	margin:15px 0;
	background: url(../_images/smile.png) 20px 20px no-repeat #D9DDE2;
	font-size:1.143em;
	font-family: 'Cuprum', sans-serif;
	font-weight:700;
	color:#112951;
}

.label {
	position:absolute;
	top:12px;
	left:-20px;
    border-radius: 0 4px 4px 0;
	background-color: #5C6E84;
	color: #FFFFFF;
    display:block;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    padding: 2px 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
}

.lista {width:100%;}

.lista li {margin-bottom:15px;}

.media {
	float:left;
	padding-bottom:10px;
	border-bottom:1px solid #D9DDE2;
}

.media.last {border-bottom:none;}

time {font-size:0.786em;}

/* Top */

#logo {
	float:left;
	display:block;
	width:218px;
	height:50px;
	position:relative;
}

#payoff {
	background:url(../_images/payoff.png) top left no-repeat;
	width:258px;
	height:31px;
	position:absolute;
	z-index:999;
	left:-18px;
	top:60px;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
}

#bar {
	background:url(../_images/bar.png) center center no-repeat;
	display:block;
	width:184px;
	height:26px;
	margin:0;
	padding-left:22px;
	position:absolute;
	right:0;
	top:70px;
	z-index:999;
}

#bar li {
	display:inline;
	list-style:none;
	margin-right:11px;
}

#bar li a {opacity:0.6;}
#bar li a:hover {opacity:1;}
#bar li img {vertical-align:middle;}


#responsive {display:none;}

#main {
	float:left;
	width:720px;
	margin:26px 0 0;
}

#main #navi > li {
	display:inline;
	list-style:none;
	padding:12px 11px 5px;
}

#main #navi > li.last {padding:0 0 0 9px;border:none;}

#main #navi > li a {
	font-family: 'Cuprum', sans-serif;
	font-size:17px;
	font-weight:700;
	color:#C2C8D4;
}

#main #navi > li a:hover {color:#FFF;}
#main #navi > li a.active,
footer nav ul li a.active {color:#FBB03B;}

#main #navi .dropdown.open {
	background:#FFF;
	border:1px solid #CCC;
	border-radius:8px 8px 0 0;
}

#main #navi .dropdown.open a {color:#112951;}

#main #navi .dropdown-menu {
	background:#FFF;
	border:1px solid #CCC;
	border-top:none;
	border-radius:0 8px 8px 8px;
	top:34px;
	left:-1px;
	padding-top:12px;
}

#main #navi .dropdown-menu > li {
	padding:0 0 3px;
	margin:0 0 3px;
	border-bottom:1px solid #CCC;
}

#main #navi .dropdown-menu > li.last {padding:0;margin:0;border:none;}

#main #navi .dropdown-menu > li a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#4D4D4D;
}

#main #navi .dropdown-menu > li a:hover,
#main #navi .dropdown-menu > li a.active {color:#FFF;}

/* titoli */

h1, h2, h4, h5, h6 {
	font-family: 'PT Sans', sans-serif;
	text-align:left;
	width:100%;
}

h1 {
	font-size:2em;
	font-weight:700;
	color:#000;
	margin:0;
}

h2 {
	font-size:1.286em;
	font-weight:400;
	color:#0071BC;
	margin:10px 0 30px;
}

.homeh3  {
	font-size:1.5em;
	color:#FFFFFF;
	margin:5px 5px 30px 5px;
	text-align:center;
	font-weight:400;
    /* width: 100%; */
    background: #112951;
    padding: 2rem;
}

h4 {
	font-size:22px;
	color:#112951;
	margin:0 0 15px;
	text-align:center;
	font-weight:400;
}

h5,
#accordion h5 {
	float:left;
	font-size:18px;
	font-weight:400;
	color:#112951;
	text-shadow:0 1px 0 #FFF;
	margin:0 0 15px;
}

#accordion h5 {color:#D86908;}

h5 img {margin-right:10px;}

h5.line {
	font-weight:700;
	margin:0 0 10px;
	padding-bottom:10px;
	border-bottom:1px solid #D9DDE2;
}

h6 {
	font-size:1.214em;
	color:#000;
	margin-bottom:15px;
}

/* contenuti */

#home {
	width:100%;
	float:left;
	background:url(../_images/curve.jpg) left bottom no-repeat;
	padding-bottom:15px;
}

#home .span3 {height:365px;}

#home .span3 p {
	margin:10px 0 25px;
	line-height:18px;
	height:162px;
}

#home-bottom {
	width:100%;
	float:left;
	background: url(../_images/home-bottom.png) center center no-repeat #D9DDE2;
	padding:40px 0 30px;
}

#home-bottom .span4 {
	position:relative;
	height:200px;
	overflow:hidden;
}

#home-bottom .span4 figure {
    width: 48%;
	height:110px;
	overflow:hidden;
    background: none;
    box-shadow: none;
    padding: 0;
	float:left;
	margin-right:4%;
}

#home-bottom p,
#rcol p {
	text-shadow:0 1px 0 #FFF;
	line-height:16px;
	font-size:0.929em;
}

#home-bottom .mybtn {
	position:absolute;
	right:0;
	bottom:0;
}

.playVid{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor:pointer;
}

.mybtn {
	background:url(../_images/btn.png) no-repeat;
	display:block;
	float:right;
	width:100px;
	height:30px;
	padding-top:5px;
	margin:10px 0;
	text-align:center;
	font-size:12px;
	cursor:pointer;
}

#home-box {
	padding:20px 20px 0;
	margin:0;
	color:#FFF;
}

#home-box strong {color:#FFF;font-size:1.143em;}

#contact,
#home-box {
	width:100%;
	float:left;
	background:#2B548E;
	text-align:center;
	position:relative;
}

#contact p {
	font-size:1.714em;
	line-height: 28px;
	color:#FFF;
	padding:30px;
	text-shadow:0 -1px 0 #000;
}

#contact strong {color:#FBB03B;}

#contact div {
	background:url(../_images/contact.png) center center no-repeat;
	position:absolute;
	bottom:-40px;
	left:50%;
	margin-left:-81px;
	width:162px;
	height:44px;
}

#contact button {min-width:124px;}

#rcol {
	background:#D9DDE2;
	width:320px;
	float:left;
	border-radius:0 0 0 8px;
	padding:60px 0 0 0;
	margin:0 0 30px 20px;
}

#rcol .span4 {
	width:280px;
	border-bottom:1px solid #A5ADB7;
	margin-bottom:20px;
	padding-bottom:10px;
}

#rcol .span4.last {border:0;}

section.span8,
section.span12,
div.span12 {
	margin-top:30px;
	margin-bottom:30px;
	text-align:justify;
	float:left;
}

section.span8 h5 {
	color:#3F3F3F;
	font-weight:700;
	padding:10px 0;
	border-top:1px solid #D9DDE2;
	border-bottom:1px solid #D9DDE2;
}


.nav-pills {
	background:url(../_images/sfuma.png) center bottom no-repeat;
	padding-bottom:15px;
}

.nav-pills a {
	color:#999;
	font-size:0.857em;
}

.nav-pills li.active {
	display:block;
	border-radius:5px;
    margin: 2px 2px 2px 0;
    padding: 8px 12px;
	line-height: 14px;
    font-size: 0.857em;
	background-color:#FBB03B;
    color: #FFFFFF;
}

.gallery {margin:5px 0 40px 0;}

.gallery li {
	position:relative;
	display:block;
	height:140px;
	overflow:hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	border:3px solid #FFF;
	margin-bottom:20px;
}

.gallery li.span2 {
	width:15%;
	margin-left:0.83%!important;
	margin-right:0.83%!important;
}

.gallery li:hover {opacity:0.6;}

.gallery li.first {margin-left:0;}

.gallery li img {
  	position:absolute;
	max-width:inherit;
	height:auto;
	z-index:10;
}

.gallery li a span {
	background:url(../_images/play.png) no-repeat;
	position:absolute;
	top:50%;
	left:50%;
	margin:-24px 0 0 -24px;
	z-index:30;
	display:block;
	width:48px;
	height:48px;
}


.gallery li a span2 {
	width:134px;
	height:134px;
	overflow:hidden

}

ol {
    counter-reset: item;
	margin-left:35px!important;
}

ol li:before {
    background: #2B548E;
    border-radius: 10px;
    color: #FFFFFF;
    content: counter(item, decimal);
    counter-increment: item;
    font-size: 18px;
	font-weight:700;
    position: absolute;
	width:25px;
	left:-35px;
	top:0;
    text-align: center;
}

ol li {
    display: block;
    list-style:none;
	*list-style:outside decimal ;
    margin: 20px 0;
    position: relative;
    text-align: justify;
}

#accordion {
	font-family:'Open Sans', sans-serif;
	line-height:1em;
	font-size:1em;
}

#accordion h5 {
	background:#F7F7F7;
	border: 1px solid #D9DDE2;
	border-radius:4px;
	padding:9px 30px 9px 19px;
	margin-bottom:2px;
}

#accordion h5:hover {background:#F2F2F2;}

#accordion h5.ui-state-active {background:#EAEAEA;}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	left:auto!important;
	right:10px!important;
}

.ui-icon-triangle-1-s {background-position: 0 -16px!important;}
.ui-icon-triangle-1-e {background-position: -64px -16px!important;}

.ui-accordion-content {
	border:none;
	padding:10px!important;
	margin-bottom:10px;
	float:left;
}

.nopad.ui-accordion-content {padding:10px 0!important;overflow:hidden;}

.testimonianza {margin-bottom:30px;}

.testimonianza p {margin:0;}

.testimonianza .top {
	clear:left;
	width:100%;
	margin:0 0 10px 0;
	padding:5px 40px;
	background:url(../_images/testimonianza.png) 10px center no-repeat #F6F6F6;
    border-radius: 6px;
}

.testimonianza .leggi {
	text-align:right;
	font-size: 85%;
	color:#F15A2A;
	cursor:pointer;
}

.testimonianza .leggi:hover,
.testimonianza .leggi.active {font-weight:700;color:#157ACC;}

.partner {
	margin:0;
	font-size:0.857em;
}

.partner li {
	text-align:center;
	border:3px double #FFF;
	background:#D9DDE2;
	border-radius:4px;
	height:100px;
	margin-bottom:15px;
}

.partner li a {
	color:#000;
	line-height:12px;
	display:block;
}
.partner li a:hover {color:#157ACC;}

.partner li img {margin:0 0 5px 0;}
.partner li:hover img {opacity:0.7;}

.partner li.first {margin-left:0;}

/* Tabella */
table {
	width:100%;
	height:auto;
	margin:0 0 20px;
	color:#000;
	float:left;
}

table th {
	background:#FFF;
	font-size:18px;
	font-weight:700;
	color:#000;
	padding:20px 0 10px;
	text-align:center;
}

table td {
	vertical-align:middle!important;
	padding:10px 20px;
	color:#4D4D4D;
	font-size:12px;
	line-height:14px;
	border:2px solid #FFF;
	text-align:left;
}

table tr.pad5 td {padding:5px 20px;}

table td strong {
	color:#112951;
	font-size:14px;
	line-height:24px;
}

tr.title td {
	width:70%;
	height:40px!important;
	background:#989AA0;
	padding:15px 20px 10px;
	font-family: 'Cuprum', sans-serif;
	font-size:1.571em;
	color:#FFF;
	font-weight:400;
	border:none;
	border-radius:8px 8px 0 0;
	text-shadow:0 -1px 0 #7F4A00;
}

tr.title td.prezzo {
	width:30%;
	font-size:1.143em;
	text-align:center;
	background:#E89417;
	text-shadow:0 -1px 0 #AD6806;
}

#fixedtableheader0 tr.title td,
#fixedtableheader1 tr.title td,
#fixedtableheader2 tr.title td {border-radius:0;border-bottom:2px solid #FFF;}

tr.row1 td {background:#F2F2F2;}
tr.row2 td {background:#DEE0E0;}

tr.row1 td.prezzo,
tr.row2 td.prezzo {
	font-family: 'Cuprum', sans-serif;
	background:url(../_images/arrow-right.png) left center no-repeat;
	font-size:1.429em;
	line-height:21px;
	font-weight:bold;
	color:#000;
	text-align:center;
}

tr.row1 td.prezzo {background-color:#FCE9CF;}
tr.row2 td.prezzo {background-color:#F4D0A1;}

tr.row1 td.prezzo small,
tr.row2 td.prezzo small {
	font-size:11px;
	font-weight:400;
	color:#4D4D4D;
}

tr.category td {
	background:#112951;
	color:#FFF;
	font-size:1.143em;
}

.ui-datepicker th {
    font-size: 12px!important;
    padding: 0.7em 0.3em !important;
}



/* Form */

#info {
	display:none;
	width:100%;
	height:auto;
	float:left;
	background:#EFEFEF;
	padding:60px 15% 20px;
	margin:0 auto;
}

#info2 {
	display:block;
	padding: 50px 10%;
	width:100%;
	height:auto;
	float:left;
	background:#D9DDE2;
	border-radius:8px;
}

#info .row-fluid,
#info2 .row-fluid {margin-bottom:20px;}

label {
	width:100px;
	margin-right:10px;
	margin-top:3px;
	display:block;
	float:left;
	text-align:right;
	color:#112951;
}

input, select {width:60%;height:30px;}

select {padding-top:5px;}

input, textarea, select {
    border: 1px solid #B3BDC9;
	background:#FFF;
	padding:4px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size:1em;
}

textarea {width:552px;resize:none;}
#info2 textarea {width:605px;}

input:focus, textarea:focus, select:focus {
    -moz-box-shadow:0 0 2px #AAA;
    -webkit-box-shadow:0 0 2px #AAA;
    box-shadow:0 0 2px #AAA;
	border: 1px solid #F89406;
	background:#FFF6EA;
}

input[type="checkbox"] {
    width:16px !important;
    height:16px;
    margin:3px 8px 10px 0;
	float:left;
}

input[type="radio"] {
	width:16px;
	height:16px;
	float:left;
	margin:0 5px 0 0;
}

input[type="submit"] {
	width:160px!important;
	height:36px!important;
}

input#codice_verifica {
	width:60px !important;
	text-align:center;
	margin:0 0 10px;
	font-weight:bold;
}

#privacy {
	padding:10px 0;
	margin:10px 0 20px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	line-height:14px;
}

input.error,
textarea.error {
	background:#FFEDEA!important;
}

input.error:focus, textarea.error:focus,
select.error:focus {
	border:1px solid #9E2917!important;
    -moz-box-shadow:0 0 2px #bbb;
    -webkit-box-shadow:0 0 2px #bbb;
    box-shadow:0 0 2px #bbb!important;
}

span.error {
	display:block;
	margin:0 0 0 110px;
	font-size:0.714em;
	color:red;
	line-height:10px;
}


/* footer */

footer {
	margin:0 auto;
	padding:70px 0 0;
	height:auto;
	color:#E6E6E6;
	font-size:12px;
}

footer a {color:#E6E6E6;}

footer ul {margin:0;}

footer ul li {
	display:inline;
	list-style:none;
}

footer nav {
	width:100%;
	text-align:center;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px solid #323232;
}

footer nav ul li {margin-right:20px;}

footer nav ul li a {
	text-transform:uppercase;
	color:#FFF;
	font-size:11px;
}

footer .row-fluid {border-bottom:1px solid #323232;}

footer .span3 {margin-left:0!important;}
footer .span9 {margin-left:20px!important;}

footer .span3 ul {
	margin:0 0 10px;
	padding:10px 0;
	border-right:1px solid #323232;
}

footer .span3 ul li {margin-right:40px;}
footer .span3 ul li a:hover {opacity:0.7;}

footer .span9 strong {
	font-family: 'Cuprum', sans-serif;
	color:#C8E8FC;
	font-size:1.75em;
	font-weight:400;
}

footer .span9 ul {margin:12px 0 0;}

footer .span9 ul li {
	margin-right:134px;
}

footer p {
	font-size:11px;
	line-height:14px;
	color:#666;
	text-align:center;
	margin:15px 0;
}

footer p a {color:#666;}

/***/

#toTop {
    background: #0053CC;
    border: 2px solid #FFF;
	border-radius:10px;
    color: #FFFFFF;
    cursor: pointer;
    display: none;
    font-size: 8px;
	line-height:14px;
    padding: 5px;
    position: fixed;
	z-index:9999;
    right: 20px;
	bottom: 20px;
    text-align: center;
    width: 60px;
}

#toTop:hover {background:#F99508;}


#yes, #no {
	background: url(../_images/ok.png) center top no-repeat;
	padding-top:150px;
	margin-bottom:30px;
	font-size:18px;
	line-height:21px;
	text-align:center;
}

#no {background:url(../_images/ko.png) center top no-repeat;}


/* warning message */
#message {
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
	height:100%;
    z-index:9999;
    text-align:center;
    font-size:14px;
    color:#FFF;
    background: url(../_images/transparent.png) repeat;
}

#message strong {color:#FFF;font-size:16px;}

#message div {
    text-align: center;
    width:800px;
	margin:30px auto 0;
	padding:70px 0 50px;
	background:url(../_images/upgrade.png) top center no-repeat #000;
}

.close-notify {
	position:absolute;
	top:10px;
	right:10px;
    white-space: nowrap;
    color:#FFF;
    text-decoration:none;
    border:2px #FFF solid;
	padding:0 5px;
}

.close-notify a {font-weight:bold;color:#FFF;}



/** RESPONSIVE **/

@media (max-width: 979px) {

	body {font-size:13px;}

	header.top {
		padding:10px 0 0 0;
		height:70px;
	}

	#logo {
		float:none;
		background:none;
		margin:0 auto;
	}

	#bar {top:0;}

	#responsive {
		display:block;
		height:40px;
		width:100%;
		padding-top:10px;
		background:url(../_images/respmenu.png) 10px center no-repeat #007AB7;
		cursor:pointer;
		border-radius:6px;
		text-align:left;
	}

	#responsive span {
		color:#FFF;
		font-weight:700;
		font-size:16px;
		margin:0 0 0 50px;
	}

	#responsive:hover,
	#responsive.active {background-color:#005E89;}

	#main {width:100%;margin-top:30px;}

	#main #navi {
		background:#EEE;
		margin:2px 0 20px 0;
		padding:10px 0;
		border-radius:6px;
		float:left;
	}

	#main #navi > li {
		display:block;
		float:left;
		width:100%;
		padding:0 2%;
	}

	#main #navi > li a {
		display:block;
		border-bottom:1px solid #CCC;
		padding:10px 20px;
		color:#000;
	}

	#main #navi > li.last {padding:0 2%;}
	#main #navi > li.last a {border:none;}
	#main #navi > li a:hover {background-color:#DDD!important;color:#157ACC;}

	#main #navi > li.dropdown a {background:url(../_images/arrow-bottom2.png) 98% center no-repeat;}
	#main #navi > li.dropdown.open a {background:url(../_images/arrow-bottom3.png) 98% center no-repeat;}

	#main #navi .dropdown-menu {
		position:relative;
		top:0;
		font:left;
		width:96%;
		background:#FFF;
		border-radius:0;
		box-shadow:none;
		margin:0 2% 15px;
	}

	#main #navi .dropdown.open {
		background: none;
		border: none;
		border-radius: 0;
	}

	#main #navi li.dropdown.open .dropdown-menu li a {
		background-image:none;
		border:none;
		padding:5px 20px;
		margin:0;
	}

	#main #navi li.dropdown.open .dropdown-menu li a:hover,
	#main #navi li.dropdown.open .dropdown-menu li a.active {background-color:#DDD;color:#157ACC;}

	#page {width:764px;}

	#home {
		background:url(../_images/curve2.jpg) left bottom no-repeat;
		padding-bottom:8px;
	}

	#home .span3 p {height: 180px;}

	#home-bottom {background: url(../_images/home-bottom2.png) center center no-repeat #D9DDE2;}

	#home-bottom .span4 figure {height:140px;}

	#home-bottom .span4 {height:235px;}

	footer {font-size:11px;}
	footer .span3 ul li {margin-right: 24px;}
	footer .span9 ul li {margin-right: 72px;}

	#rcol {
		border-radius: 8px 0 0 8px;
		margin: 30px 0 30px 20px;
		padding: 30px 0 0;
		width: 248px;
	}

	#rcol .span4 {width:208px;}

	#info {padding: 60px 12% 20px;}

	#info2 {padding:30px 50px;}

	#info2 label {text-align:left;}
	#info2 input, #info2 select {width:100%;}

	textarea {width:467px;}
	#info2 textarea {width:100%;}

	.gallery li {height:104px;}

	.partner li {height:90px;}

}

@media (max-width: 767px) {

	body {font-size:14px;}

	header.top {margin:0 20px;}

	#bar {
		left: 50%;
		margin-left: -92px;
		top: 75px;
	}

	#main {margin-top:50px;}

	#page {width:100%;padding:0 20px;}

	#home .span3 {
		margin-bottom:25px;
		padding-bottom:24px;
		border-bottom:1px solid #D9DDE2;
		height:auto;
	}

	#home .span3 p {height: auto;}

	#home .span3.last {border-bottom:0;padding-bottom:0;}

	#home, #home-bottom {background-image:none;}

	#home-bottom {padding:20px;}

	#home-bottom .span4 {
		height:auto;
		padding-bottom:40px;
		margin-bottom:15px;
	}

	#home-bottom .span4 figure {height:180px;margin-bottom:15px;}

	#rcol {
		border-radius: 8px 8px 0 0;
		margin:0;
		padding: 20px;
		width:100%;
	}

	#rcol .span4 {width:100%;}

	footer {font-size:12px;}
	footer .span3 ul {border-right:none;}
	footer .span3 ul, footer .span9 ul {margin:0 auto 15px;text-align:center;}
	footer .span3 ul li {margin-right: 5%;}
	footer .span9 ul li {margin-right: 15%;}

	#info {padding: 60px 15% 20px;}
	#info2 {padding: 30px 15% 20px;}
	#info .row-fluid, #info2 .row-fluid {margin-bottom:0;}
	#info .row-fluid .span6, #info2 .row-fluid .span6 {margin-bottom:20px;}
	#antispam {margin-top:20px;}
	label {width:30%;margin-right:5%;text-align:right;}
	#info2 label {width:100%;text-align:left;}
	#info2 input, #info2 select, #info2 textarea {width:100%;}
	textarea {width:60%;}
	span.error {margin:5px 0 0 35%;}

	.gallery li.span2 {
		float:left;
		width:29%;
		margin-left:2.16%!important;
		margin-right:2.16%!important;
		margin-bottom:20px;
	}

	.partner li.span3 {
		float:left;
		width:22%;
		margin-left:4%;
		height:100px;
	}

	.partner li.span3.first {margin-left:0;}
}

@media (max-width: 480px) {
	body {font-size:13px;}

	footer nav ul li, footer .span9 ul li {
		display:block;
		width:100%;
		margin:5px 0 0 0;
	}

	#info {padding: 60px 10% 20px;}
	#info2 {padding: 30px 10% 20px;}
	label, #info2 label {width:100%;text-align:left;}
	input, textarea, select {width:100%!important;}
	span.error {margin:5px 0 0;}

	.gallery li.span2,
	.gallery li.span2.last {
		width:46%;
		margin:0 2% 20px!important;
	}

	tr.title td.prezzo {width:40%;}

	table td strong {line-height:18px;}

	.partner li.span3 {height:80px;}

}

@media (max-width: 360px) {
	tr.row1 td.prezzo,
	tr.row2 td.prezzo {font-size:1.143em;}

	.partner li.span3 {
		float:left;
		width:46%;
		margin-left:2%!important;
		margin-right:2%;
		height:90px;
	}

	#home-bottom .span4 figure {height:150px;}
}



















.privacy-wrapper{
	float:left;
}

.privacy-wrapper .group{
  position: relative;
}

.privacy-wrapper .group:after {
  content: "";
  display: table;
  clear: both;
}

.privacy-wrapper legend{
  font-size: .72rem!important;
  line-height: 1rem!important;
}

 .privacy-wrapper p{
   font-size: .72rem!important;
   line-height: 1rem!important;
   padding: .5rem 0!important;
	 margin: 0!important;
 }

 .privacy-wrapper .col_50{
 	float: left;
 	width: 30%!important;
 }

 .privacy-wrapper input{
  width: 16px!important;
  height: 16px!important;
	margin-bottom: 0!important;
   display: inline;
	 cursor: pointer;
 }

 .privacy-wrapper label{
   width: auto!important;
   margin-top: 0!important;
   font-size: .8rem!important;
   display: inline;
	 cursor: pointer;
 }

 .privacy-wrapper hr{
   border: none;
   border-bottom: 1px solid rgba(90,90,90,.2);
   margin: 5px 0;
 }

 .privacy-wrapper span.error {
   position: absolute;
   bottom: -8px;
   margin:0;}


 @media (max-width: 768px){
	 .privacy-wrapper .col_50{
	   float: left;
	   width: 50%!important;
	 }

	 .privacy-wrapper input{
		margin-bottom: 15px!important;
	 }

   .privacy-wrapper span.error {
     position: absolute;
     bottom: 0;
     margin:0;}
 }




#video1{
    display: block;
    width: 100%;
    margin: 0;
}



.certificazione-2020{
    /* display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start; */
    margin-bottom: 10px;

	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.certificazione-2020 img{width: 100%;}


.certificazioni{
    /* display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start; */

	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 6px;
}

/* .certificazioni #wp-ratedWA{
    width: 20%;
    margin-right: 5px;
} */
