@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,600,600i');

@media print{
	body{
		background-color:white;
		color:black;
		font-size:11px
	}
	#contenitore{
		width:100%
	}
	#colonna3{
		text-align:justify
	}
	#colonna2,#colonna1,#testa,#tebe,#ground,#zcontent,#supersizedCont,#menugea,.flag{
		display:none
	}
	div.intestazione{
		font-size:10px;
		text-align:center
	}
	a:link,a:visited,a:hover,a:active{
		text-decoration:none;
		color:black
	}
	#piedipagina{
		position:relative;
		font-size:10px
	}
	a[href]:after{
		content:""
	}
}

/* Stili Int */

body,html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	font-size: 17px;
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #ffffff;
	color: #555;
	text-align: left;
	line-height: 20px;
}
.clear {
	clear: both;
}
.btn {
	border: 0;
}

img {
	vertical-align: middle;
	border: 0px;
	max-width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
}
table tbody td, table tbody th {
	padding: .5rem .625rem .625rem;
	text-align: left;
}
h1, h5, h6 {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: grey;
    font-size: 28px;
}
h3 {
	text-align: center;
	padding: 0;
	margin-bottom: 20px;
	font-size: 280%;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
}
h3.orange {
	position: relative;
	font-size: 30px;
	padding: 15px 0 30px 0;
	text-transform: uppercase;
	color: rgb(234, 99, 13);
	letter-spacing: 12px;
	font-weight: 200;
}

h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 50px;
    font-weight: bold;
}
.brighttheme .ui-pnotify-title {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 1;
}
.ui-pnotify-text {
	display: block;
	font-size: 15px;
}
button.close-button {
    background-color: #7ca97a;
    padding: 10px;
    right: -1px;
    top: -12px;
}
.close-button {
    position: absolute;
    color: #ffffff;
    cursor: pointer;
}
h5 {
    color: rgb(234, 99, 13);
}
hr {
    clear: both;
    max-width: 0rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid rgb(220, 137, 46);
    border-left: 0;
	-webkit-transition: max-width 2s ease;
	-moz-transition: max-width 2s ease;
	-ms-transition: max-width 2s ease;
	-o-transition: max-width 2s ease;
	transition: max-width 2s ease;
}
hr.inview {
	max-width: 62.5rem;
}

.responsabili {
    font-size: 30px;
    padding: 15px 0 30px 0;
    text-transform: uppercase;
    color: rgb(234, 99, 13);
    letter-spacing: 8px;
    text-align: center;
}

:focus {
	outline:none;
}
#tebe {
	font-size: 12px;
	display: inline;
}
#tebe a:link, #tebe a:visited {
	color: #bfbfbf;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000 !important;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #000 !important;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #000 !important;
}
:-moz-placeholder { /* Firefox 18- */
	color: #000 !important;
}
.container {
	position: relative;
	margin: 0 auto;
}
a:link, a:visited {
	text-decoration: none;
	color: #DB5353;
}
a:hover, a:active, a:focus {
	color: black;
}
a i:before {
	cursor: pointer !important;
}
#container {
}
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 145px;
	background: linear-gradient(rgb(56, 56, 56), transparent);
	z-index: 10;
}
div.header {
	position: relative !important;
	background: #31665c !important;
	height: auto !important;
}
#cartbox {
	position: absolute;
	right: 0;
	background-color: #3e8074;
	padding: 10px;
	color: rgb(255, 255, 255);
	z-index: 5;
	display: none;
}
#cartbox a {
	color: #fff;
}
#cartbox .fa-shopping-cart{
	margin-right: 10px;
}
#box {
	position: relative;
	height: auto !important;
	padding-bottom: 30px;
	padding-top: 0px;
}
#colonna1 {
	position: relative;
}
#colonna2 {
	position: relative;
	padding: 0 0 20px 0;
	width: 100%;
}

table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: transparent;
}

h3.formtitle {
    text-align: center;
    padding: 0;
    margin: 20px 0;
    font-size: 205%;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    border-bottom: 2px solid #64a06a;
}
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    /* height: 2.4375rem; */
    margin: 0 0 1rem;
    padding: .5rem;
    border: none;
    border-bottom: 1px solid rgb(202, 202, 202);
    border-radius: 0px;
    background-color: rgb(255, 255, 255);
    box-shadow: none;
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    color: rgb(128, 128, 128);
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
fieldset.large-12.medium-12.small-12.columns {
	margin-top: 0px;
}
a.PrivacyDoc {
    line-height: inherit;
    color: rgb(165, 103, 0);
    text-decoration: none;
    cursor: pointer;
}

a.PrivacyDoc:hover {
    color: rgb(137, 85, 0);
}
.button {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 20px 0 0 0;
    padding: 20px 40px;
    -webkit-appearance: none;
    border: none;
    border-radius: 0px;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-size: 30px;
    /* line-height: 1; */
    text-align: center;
    cursor: pointer;
}
.multi-step-checkout-process .button {
	padding: 10px 10px;
}
.button.primary {
    background-color: #224942;
    color: rgb(255, 255, 255);
}
.callout .button {
	padding: 0;
	background-color: transparent;
	color: #3d6341;
	font-size: 20px;
	text-align: left;
	text-transform: none;
}
.button.primary:focus, .button.primary:hover {
    background-color: #39766b;
    color: rgb(255, 255, 255);
}
.callout .button:hover {
	background-color: transparent;
	color: rgb(255, 159, 1);
}
#footer {
 	position: relative;
 	text-align: center;
	padding: 60px 0 30px 0;
	background-color: #F2F1F1;
}

#footer:before {
	content: '';
	position: absolute;
	top: -45px;
	left: 50%;
	width: 240px;
	height: 93px;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: url(../../image/iconecroceclinica.png) no-repeat center;
	background-size: contain;
}
#footer h3 {
	padding-bottom: 30px;
	font-size: 17px;
	text-transform: uppercase;
	color: rgb(106, 108, 106);
	padding-top: 30px;
}
#footer h3::first-letter {
	font-size: 28px;
	font-weight: bold;
}
#footer span {
	color: #6a6c6a;
	font-weight: bold;
}
div#footer1 {
	position: relative;
	text-align: center;
	padding: 15px 0;
	background-color: rgb(100, 104, 105);
	color: rgba(255, 255, 255, 0.63);
	font-size: 12px;
}
span.footer_corso {
    display: none;
}
.f_corsi span.footer_corso {
    display: block;
}
div.logo {
	position: relative;
	padding: 0px 30px;
}

div.logo img {
	width: 250px;
}

.walink {
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.walink img{
    height: 45px;
}
.hover {
    background-color: #21d366;
    color: #c1fbf6;
    position: absolute;
    right: 55px;
    bottom: -10px;
    height: 70px;
    width: 250px;
    padding: 5px;
    display: none;
    transition: 0.5s;
}
.walink:hover .hover {
    display: block;
    transition: 0.5s;
}
/* Link richiesta informazioni */

.callout.success {
    background-color: #baf2ad;
    color: #000000;
    font-size: 26px;
    line-height: 38px;
}

div.informazioni {
	position: absolute;
	top: 5px;
	right: 5px;
}
div.informazioni ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div.informazioni ul li {
	float: left;
	padding: 5px;
}
div.informazioni ul li a:link,div.informazioni ul li  a:visited {
	text-decoration: none;
}
div.informazioni ul li a:hover, div.informazioni ul li a:active, div.informazioni ul li a:focus {
}

/* Menu pagine */

.nereo_menu {
	position: absolute;
	top: 70px;
	right: 20px;
	font-size: 18px;
}
.nereo_menu .sub_page {
	position: absolute;
	background-color: #31665c;
	top: 50px;
	padding: 20px;
	display: none;
	flex-wrap: wrap;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	font-weight: bold;
}
.nereo_menu .sub_page a {
	color: #fff;
}
.nereo_menu .sub_page a.active {
	text-decoration: underline;
	opacity: 0.7;
}
.nereo_menu .sub_page a:hover {
	color: #ffd5b7;
}
.nereo_menu .sub_page div {
	flex-grow: 1;
	flex-basis: 100%;
	padding-right: 20px;
	text-align: left;
}
.nereo_menu .sub_page a:after {
	content: "";
	flex: auto;
}
.nereo_menu li.active {
    border-bottom: 1px solid rgb(143 181 140);
    font-weight: bold;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	background-color: #fff
}


.hamburger {
	display: none;
	position: absolute;
	right: 6px;
	top: 70px;
}
.nereo_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
}
.nereo_menu ul ul {
	display: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.nereo_menu ul:first-child > li {
	float: left;
	padding: 0 10px;
	color: #fff;
}
.nereo_menu ul ul > li {
	display: block;
	float: none !important;
	padding: 0 5px;
	color: rgb(255, 255, 255);
	text-transform: capitalize;
}
li.active {
	text-transform: uppercase;
}
.nereo_menu ul:first-child > li a:link,.nereo_menu ul:first-child > li a:visited {
	color: #fff;
}
.nereo_menu ul:first-child > li:hover > ul {
	display: block;
	position: absolute;
	padding: 15px;
	background-color: rgba(33, 33, 33, 0.6);
}

.sub_page {
	display: none;
}

/* Lingue */

div.flag {
	position: absolute;
	top: 20px;
	right: 5px;
}
div.flag ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div.flag li {
	padding: 10px;
	float: left;
}
div.flag img {
	border: none;
}
div.flag a:link,div.flag  a:visited {
	text-decoration: none;
}
div.flag a:hover, div.flag a:active, div.flag a:focus {
}
h1.tsez {
	position: relative;
	text-align: center;
	padding: 0;
	margin: 45px 0 20px 0;
	font-size: 280%;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
}
#form_box h1.tsez {
	margin: 20px 0 15px 0;
}
#form_box #apDiv4 {
	font-size: 15px;
}
.admin_go {
	position: absolute;
	top: 13px;
	right: 25px;
	color: #fff;
}

.admin_go a {
	color: #fff;
	vertical-align: 1px;
	padding-left: 5px;
}

[data-filter] {
	cursor: pointer;
  }

/* ELENCO ARTICOLI */

.articoli_container .articolo {
	position: relative;
    border: 1px solid #eaeaea;
	margin-bottom: 40px;
	height: 268px;
	overflow: hidden;
	-webkit-box-shadow: 2px 18px 23px -16px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 18px 23px -16px rgba(0,0,0,0.75);
box-shadow: 2px 18px 23px -16px rgba(0,0,0,0.75);
}
.articoli_container .titolo {
	position: relative;
	width: 100%;
	height: 190px;
	background-color: rgb(253, 158, 39);
	padding: 5px;
}
.articoli_container .titolo span {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	text-transform: uppercase;
    font-size: 110%;
    letter-spacing: 2px;
	padding: 5px;
	word-wrap: break-word;
}
.articoli_container .titolo em {
	display: block;
	font-size: 75%;
	padding-top: 9px;
	text-transform: capitalize;
}
.articoli_container .titrelatore {
	padding: 5px 0;
	font-weight: bold;
}
.articoli_container .testo {
	display: none;
	position: relative;
	padding: 5px 15px 0px 15px;
	height: 120px;
	overflow: hidden;
	color: #9f9e9c;
	text-align: center;
}
.articoli_container .art_iscritti {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 45px;
	background-color: #f5f5f5;
	text-align: center;
}
.articoli_container .art_iscritti span {
	padding: 0 15px;
	line-height: 35px;
}
.articoli_container .scopri {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	background-color: rgb(128, 128, 128);
	font-size: 105%;
	text-transform: uppercase;
}
.articoli_container .scopri svg{
	font-size: 65%;
}

.articoli_container a:link, .articoli_container a:visited {
	color: #fff;
	background-color: grey;
}

/* Immagine della pagina */

#imgpag {
	position:relative;
}
.imgpag-wrapper {
	position: relative;
}
#imgpag img, #imgpag object, #imgpag embed {
	width: 100%;
	height: 400px;
}
.row.col_center {
	margin: 0 auto;
}
.tnota {
	text-align: justify;
}

.testorel {
	position: relative;
	border: 1px solid #c3c3c3;
	padding: 20px;
	text-align: justify;
}


h3.titolorel{
	font-size: 25px;
	background-color: #959e3d;
	padding: 20px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
button.close-rel {
	font-size: 50px;
	color: rgb(255, 255, 255);
	margin: 20px;
}
/* Banner Default */

.banner1 {
	position: relative;
	font-size: 11px;
	text-align: center;
}
.banner1 div.corpob {
}

/* Link richiesta informazioni */

ul.infolink {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.infolink li {
	display: inline;
	padding-left: 10px;
}
ul.infolink li a:link,ul.infolink li  a:visited {
	text-decoration: none;
}
ul.infolink li a:hover,ul.infolink li a:active, a:focus {
}

/* Commenti */

div.commenti {
	width: 100%;
	border-top: 1px solid lightgray;
	margin: 5px 0;
	padding: 5px 0;
}
div.commenti.commenti-post {
	text-align: left;
}
div.commenti div.titolo-commento {
	padding: 6px 10px;
	background: #272727;
	color: white;
	font-size: 16px;
	margin: 10px 0 15px 0;
}
div.commenti div.riga {
	margin: 10px 0;
}
div.commenti textarea.commento {
	width: 400px;
	height: 100px;
}
div.commenti div.item {
	margin: 20px 0;
	min-height: 50px;
	color: #555;
}
div.commenti div.item img.img {
	border-radius: 1px;
	padding: 2px;
	box-shadow: 0 0px 3px 0 #555;
	background: white;
	opacity: 0.8;
	float: left;
}
div.commenti div.item img.img:hover {
	opacity: 1;
}
div.commenti div.item div.titolo {
	margin-left: 70px;
}
div.commenti div.item div.commnota {
	margin: 5px 0 0 70px
}
div.commenti div.item div.titolo span.nome {
	font-weight: bold;
	color: #444;
}

/* BLOG */

.blogonsite {
	padding: 10px;
}

.blogsite_titolo {
	text-align: center;
}

.blog_post {
	padding: 10px;
}

.blog_post ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: #919191;
}

.blogsite_titolopost {
	padding: 10px 0 5px 0;
	font-size: 20px;
}

.blogsite_image {
	max-height: 250px;
    overflow: hidden;
}

.blogsite_image img {
	width: 100%;
}

/* GALLERY SLIDER */
.right-single-arrow {
	display: inline;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 70px;
	width: 25px;
	height: 25px;
	opacity: .7;
	font-size: 24px;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	z-index: 1;
	color: #fff;
}
.left-single-arrow {
	display: inline;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 70px;
	width: 25px;
	height: 25px;
	opacity: .7;
	font-size: 24px;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	z-index: 1;
	color: #fff;
}
#imgpag_frase {
    position: absolute;
    bottom: 150px;
    right: 200px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 28px;
	text-shadow: 2px 2px 4px black;
}
#imgpag_frase .text {
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}
#imgpag_frase .show {
	opacity: 1;
}
#imgpag_frase h3 {
	font-size: 80px;
    font-weight: bold;
	text-transform: capitalize;
	}
#imgpag_frase span {
	display: block;
	font-size: 60px;
	padding-bottom: 20px;
}
#imgpag_frase h3 span {
	display: block;
	text-transform: none;
	font-size: 70px;
	padding-bottom: 0px;
}
#imgpag_frase em {
	display: block;
	font-size: 117%;
	max-width: 400px;
	padding-top: 25px;
}
.downarrow {
	position: absolute;
	bottom: 43px;
	left: 50%;
	color: white;
	transform: translateY(50%);
	font-size: 301%;
	transform: rotate(180deg);
}
#imgpag .rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
#imgpag .rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
#imgpag .rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
#imgpag .rslides img, #imgpag img {
	display: block;
	height: auto;
	width: 100%;
	border: 0;
}
#imgpag .rslides img {
	float: left;
}
#imgpag .rslides_nav {
	display: none;
}
#imgpag a.rslides_nav {
	z-index: 9999;
	font-size: 78px;
	color: #FFF;
	position: absolute;
	top: 50%;
	margin: -40px 0 0 0;
}
#imgpag a.rslides_nav.prev {
	left: 20px;
}
#imgpag a.rslides_nav.next {
	right: 20px;
}
#imgpag div.text_overlay {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 180px;
	line-height: 15px;
	text-align: center;
	color: #FFF;
	background: #000;
	z-index: 9999;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkyJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 92%, rgba(0,0,0,0.8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(92%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.8)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 92%,rgba(0,0,0,0.8) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 92%,rgba(0,0,0,0.8) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 92%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 92%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}
#imgpag div.text_overlay div.inner {
	margin-top: 80px;
}
#imgpag div.text_overlay div.inner p {
	color: #CCC;
}
#ground {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#ground img, #ground object, #ground embed {
	width: 100%;
	height: 100%;
}
.testono, #zcontent, .hidden {
	display: none;
}
#form_box .block {
	margin-top: 25px;
}
#form_box h1.tsez {
	font-size: 24px !important;
}
#form_box .block h3 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #525252;
}
#form_box .block .iblock {
	display: inline-block;
	margin-right: 10px;
}

.iblock.viaggio {
	font-size: 21px;
    width: 50%;
    display: inline-block;
    margin: 0 auto !important;
    line-height: 38px;
    background-color: #f5f5f5;
    padding: 20px
}

#form_box input[type="submit"] {
	margin-top: 20px;
}
#form_box .alert.alert-error {
	color: #F75F61;
	font-size: 14px;
}
#form_box .alert.alert-info {
	font-size: 38px;
	text-align: center;
	line-height: 62px;
}
#form_box .alert {
	margin-top: 25px;
}
div#form_box {
	padding-bottom: 170px;
}
input.sendform {
	margin: 0 auto;
	display: block;
	padding: 15px 60px;
	background-color: rgb(255, 165, 0);
	color: rgb(255, 255, 255);
	font-size: 23px;
	border: navajowhite;
	border-radius: 0;
	cursor: pointer;
	border: 2px solid rgb(255, 165, 0);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
input.sendform:hover {
	margin: 0 auto;
	display: block;
	padding: 15px 60px;
	background-color: rgb(255, 255, 255);
	color: rgb(255, 165, 0);
	font-size: 23px;
	border: 2px solid rgb(255, 165, 0);
	border-radius: 0;
	cursor: pointer;
}
.has-error {
	border: 1px solid red;
}
.accetta {
	font-size: 13px;
}
.accetta.error, .accetta.error a:link, .accetta.error a:visited {
	color: #FF6767;
}
.accetta input[type=checkbox] {
	vertical-align: -2px;
}
.newsnegativo {
	display: none;
}
.infobox div.mscheda {
	padding: 15px 0;
}
.infobox .legend {
	padding: 40px 0 20px 0;
	color: #AFAFAF;
	font-size: 17px;
}
.infobox input[type=checkbox] {
	vertical-align: -2px;
	margin-right: 5px;
}
#map_canvas {
	max-width: 100%;
	width: auto;
	height: 300px;
}
#map_canvas img {
	max-width: none;
}

/* SHAPE */

.galleryshape {
	padding: 10px;
}
.galleryshape .itemgal {
	margin-bottom: 8px;
	position: relative;
}
.galleryshape .itemgal:hover .hover {
	opacity: 1;
}
.galleryshape .itemgal .hover {	
background-attachment: scroll;
background-clip: border-box;
background-color: rgba(0,0,0,0.54);
background-image: url("images/ui-overlay-gradient.png");
background-origin: padding-box;
background-position: 0 0;
background-repeat: repeat;
background-size: 100% auto;
cursor: pointer;
height: 100%;
left: 0;
opacity: 0;
position: absolute;
top: 0;
transition-delay: 0s;
transition-duration: 0.5s;
transition-property: opacity;
transition-timing-function: ease-in-out;
width: 100%;
		}
.galleryshape .itemgal .hover .zoom {
background-attachment: scroll;
background-clip: border-box;
background-color: rgba(0, 0, 0, 0);
background-image: url("images/zoom.png");
background-origin: padding-box;
background-position: 0 0;
background-repeat: repeat;
background-size: auto auto;
height: 40px;
left: 50%;
margin-bottom: 0;
margin-left: -30px;
margin-right: 0;
margin-top: -24px;
position: absolute;
top: 50%;
width: 57px;
}
.galleryshape img {
width: 100%;
border: 1px solid #c5c5c3;
}
.galleryshape a.item {
	padding-top: 15px;
}
.gallery .row > .item {
    display: none;
}
.galleryshape .row > .item:nth-child(1),
.galleryshape .row > .item:nth-child(2),
.galleryshape .row > .item:nth-child(3),
 .galleryshape .row > .item:nth-child(4) {
    display: block;
}

/* INDICE modello 1*/

.modshape {
	padding-top: 20px;
}

.shapeindice {
	width: 100%;
	position: relative;
}
.shapeindice .item {
	position: relative;

	margin: 7px 7px;
	text-align: center;
	overflow: hidden;
}
.shapeindice .curriculum:hover{
	background-color: rgba(212, 212, 212, 0.7);
	 -webkit-transition : background-color 800ms linear ;
    -moz-transition : background-color 800ms linear ;
    -o-transition : background-color 800ms linear ;
    -ms-transition : background-color 800ms linear ;
    transition : background-color 800ms linear ;
}

.shapeindice .item .imgindice {
    border: 1px solid rgb(235, 233, 238);
    border-bottom: none;
}

.shapeindice .item img {
	width: 300px;
	padding: 10px;
}
.shapeindice .item .titoloindice {
	font-size: 18px;
    color: #466b44;
    text-align: center;
    text-transform: capitalize;
    /* background-color: #fd9e27; */
    padding: 10px 0;
    font-weight: bold;
}
.shapeindice .item .testoindice {
	color: #000;
	text-align: center;
	font-size: 16px;
	display: none;
}

.shapeindice .curriculum {
	padding: 10px 0;
	cursor: pointer;
	color: #000;
	background: rgb(248, 248, 248);
}

/* BOLLETTINI */

.shapefoder {
    text-align: center;
}
.shapefoder h4 {
    text-align: left;
    margin-bottom: 10px;
}
.shapefoder .notafolder {
    text-align: left;
    margin-bottom: 20px;
}
.shapefoder img {
	margin-bottom: 5px;
}
/* SCHEDE*/

.scheda_icona {
    position: relative;
    width: 100%;
    height: 230px;
}

/* INDICE modello 2*/

.shapeindice1 {
	width: 100%;
	position: relative;
}
.shapeindice1 .item {
	position: relative;
	margin: 0px 7px;
	text-align: center;
	overflow: hidden;
	background-color: #e1e1de;
	min-height: 358px;
}
.shapeindice1 .item img:hover{
	background-color: rgba(31,32,35,0.7);
}

.shapeindice1 .imgindice {
		
}
.shapeindice1 .item img {
	width: 200px;
}
.shapeindice1 .item .titoloindice {
	margin: 6px 14px;
	font-size: 26px;
	color: #a1a19e;
	text-align: center;
	text-transform: capitalize;
	border-bottom: 1px solid #999996;
}
.shapeindice1 .item .testoindice {
	margin: 4px 15px;
	color: #ababa8;
	text-align: center;
	font-size: 16px;
	padding-bottom: 40px;
}
.shapeindice1 .item .indicedettagli {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 250px;
	padding: 0;
    color: #FFF;
}
.modshape .textshape {
    padding-top: 20px;
    font-size: 16px;
    text-align: justify;
}
.textshape {
	max-width: 550px;
	margin: 0 auto;
}
/* CARRELLO */

.multi-step-checkout-process-step {
	margin-top: 55px;
	margin-bottom: 3rem;
}
@media screen and (max-width: 39.9375em) {
	.multi-step-checkout-process-step {
		padding-right: 0rem;
	}
}

.multi-step-checkout-process .accordion-title {
	color: #3e3e3e;
	font-size: 1.25rem;
	transition: color 0.5s ease;
	border: none;
	font-family: 'Droid serif', serif;
}
.multi-step-checkout-process  .order-product-info {
	margin: 0;
	list-style-type: none;
	font-size: 11px;
}
table.order-table-content {
	max-width: 100%;
}
.multi-step-checkout-process .accordion-title:hover, .multi-step-checkout-process .accordion-title:active, .multi-step-checkout-process .accordion-title:focus {
	color: #242424;
	transition: color 0.5s ease;
	background: none;
}

.multi-step-checkout-process :last-child:not(.is-active) > .accordion-title {
	border: none;
}

.multi-step-checkout-process .accordion-item {
	border-bottom: 1px solid #e6e6e6;
	padding-right: 0.8rem;
}

.multi-step-checkout-process .accordion-item:first-child() {
	border-top: 1px solid #e6e6e6;
}
.multi-step-checkout-process .accordion-item.is-active {
	border: 1px solid rgb(230, 230, 230);
	border-top: 3px solid rgb(150, 159, 57);
	border-radius: 3px;
	box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
}
.multi-step-checkout-process .accordion-item .accordion-title {
	font-weight: 400;
}

.multi-step-checkout-process .accordion-item .accordion-title::before {
	right: 0.5rem;
}

.multi-step-checkout-process .accordion-content {
	border: none;
	padding-left: 35px;
}

.multi-step-checkout-process :last-child > .accordion-content:last-child {
	border-bottom: none;
}

.multi-step-checkout-step-title-subheader {
	color: #a4a4a4;
	font-size: 0.9rem;
	display: inline-block;
	margin-left: 10px;
	font-family: 'Open sans', serif;
}

.multi-step-checkout-step-subheader {
	color: #3e3e3e;
	font-size: 0.9rem;
	font-weight: 600;
	font-family: 'Open sans', sans-serif;
}

.multi-step-checkout-step-subdesc {
	color: #8a8a8a;
	font-size: 0.9rem;
}

.multi-step-checkout-shipping-option {
	margin-bottom: 10px;
}

.multi-step-checkout-step-section {
	border-bottom: 1px dashed #e6e6e6;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.multi-step-checkout-shipping-option-selection {
	position: absolute;
	margin-top: 0.2rem;
}

.multi-step-checkout-shipping-option-title {
	display: block;
	font-size: 0.9rem;
	line-height: 1.4rem;
	margin-left: 1.6rem;
	margin-bottom: 0.8rem;
}

.multi-step-checkout-shipping-option-desc {
	font-size: 0.9rem;
	color: #8a8a8a;
	margin-left: 25px;
	margin-top: -10px;
}

.multi-step-checkout-shipping-cost {
	text-align: right;
}

.multi-step-checkout-form-divider {
	border-bottom: 1px dashed #e6e6e6;
}

.multi-step-checkout-form input {
	background: #f8f8f8;
}

.multi-step-checkout-enews-sign-up label {
	position: relative;
	margin-left: 1.5rem;
	margin-bottom: 1.5rem;
}

.multi-step-checkout-enews-sign-up-checkbox {
	position: absolute;
	margin-top: 0.4rem;
}

.multi-step-checkout-credit-card-info label span {
	color: #a4a4a4;
}

.multi-step-checkout-payment-icons {
	list-style: none;
	margin-left: 0;
	margin-bottom: 1rem;
}

.multi-step-checkout-payment-icons li {
	display: inline;
}

.multi-step-checkout-billing-address .multi-step-checkout-billing-address-list {
	list-style: none;
	margin-left: 1.5rem;
	margin-top: 1rem;
	margin-bottom: 0.8rem;
	color: #8a8a8a;
	font-size: 0.9rem;
}

.multi-step-checkout-billing-address .multi-step-checkout-billing-address-checkbox {
	position: absolute;
	margin-top: 0.4rem;
}

.multi-step-checkout-billing-address label {
	margin-left: 1.5rem;
}

.multi-step-checkout-create-account {
	margin-top: 2rem;
}

@media screen and (max-width: 39.9375em) {
	.multi-step-checkout-create-account {
		margin-top: 0.5rem;
	}
}

.multi-step-checkout-create-account .create-account-desc {
	font-size: 0.9rem;
	color: #8a8a8a;
}

.multi-step-checkout-logo {
	width: 118px;
	height: 38px;
}

.multi-step-checkout-arrow {
	height: 13px;
	width: 13px;
}

.input-number-group {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.input-number-group input[type=number]::-webkit-inner-spin-button,
.input-number-group input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
}

.input-number-group .input-group-button {
	line-height: calc(80px/2 - 5px);
}

.input-number-group .input-number {
	width: 80px;
	padding: 0 12px;
	vertical-align: top;
	text-align: center;
	outline: none;
	display: block;
	margin: 0;
}

.input-number-group .input-number,
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
	border: 1px solid #cacaca;
	height: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 0;
}

.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
	display: inline-block;
	width: 40px;
	background: #e6e6e6;
	color: #0a0a0a;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	font-size: 2rem;
	font-weight: 400;
}

.input-number-group .input-number-decrement {
	margin-right: 0.3rem;
}

.input-number-group .input-number-increment {
	margin-left: 0.3rem;
}
.order-product-total.strike {
	position: relative;
}
.order-product-total.strike:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background-color: black;
	left: 0;
	top: 50%;
}
.callout.alert {
	background-color: rgb(252, 214, 214);
	color: rgb(10, 10, 10);
	display: none;
}
.callout.alert.is-invalid-input {
	display: block !important;
}
.container,
.container-fluid,
.container-wide,
.container-xl {
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
}

.container
 {
	max-width: 1040px;
}

.container-wide,
.container-xl {
	max-width: 1160px;
}

.common-SuperTitle {
	font-weight: 300;
	font-size: 45px;
	line-height: 60px;
	color: #32325d;
	letter-spacing: -.01em;
}

@media (min-width: 670px) {
	.common-SuperTitle {
		font-size: 50px;
		line-height: 70px;
	}
}

.common-IntroText {
	font-weight: 400;
	font-size: 21px;
	line-height: 31px;
	color: #525f7f;
}

@media (min-width: 670px) {
	.common-IntroText {
		font-size: 24px;
		line-height: 36px;
	}
}

.common-BodyText {
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	color: #6b7c93;
}

.common-Link {
	color: #6772e5;
	font-weight: 500;
	transition: color 0.1s ease;
	cursor: pointer;
}

.common-Link:hover {
	color: #32325d;
}

.common-Link:active {
	color: #000;
}

.common-Link--arrow:after {
	font: normal 16px StripeIcons;
	content: "\2192";
	padding-left: 5px;
}

.common-Button {
	white-space: nowrap;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 14px;
	box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
	background: #fff;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	color: #6772e5;
	text-decoration: none;
	transition: all 0.15s ease;
}

.common-Button:hover {
	color: #7795f8;
	transform: translateY(-1px);
	box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.common-Button:active {
	color: #555abf;
	background-color: #f6f9fc;
	transform: translateY(1px);
	box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.common-Button--default {
	color: #fff;
	background: #6772e5;
}

.common-Button--default:hover {
	color: #fff;
	background-color: #7795f8;
}

.common-Button--default:active {
	color: #e6ebf1;
	background-color: #555abf;
}

.common-Button--dark {
	color: #fff;
	background: #32325d;
}

.common-Button--dark:hover {
	color: #fff;
	background-color: #43458b;
}

.common-Button--dark:active {
	color: #e6ebf1;
	background-color: #32325d;
}

.common-Button--disabled {
	color: #fff;
	background: #aab7c4;
	pointer-events: none;
}

.common-ButtonIcon {
	display: inline;
	margin: 0 5px 0 0;
	position: relative;
}

.common-ButtonGroup {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -10px;
}

.common-ButtonGroup .common-Button {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 10px;
}

/** Page-specific styles */
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(1turn);
	}
}

@keyframes void-animation-out {
	0%,
	to {
		opacity: 1;
	}
}

body {
	overflow-x: hidden;
	background-color: #ffffff;
}

main {
	position: relative;
	display: block;
	z-index: 1;
}

.stripes {
	position: absolute;
	width: 100%;
	transform: skewY(-12deg);
	height: 950px;
	top: -350px;
	background: linear-gradient(180deg, #e6ebf1 350px, rgba(230, 235, 241, 0));
}

.stripes .stripe {
	position: absolute;
	height: 190px;
}

.stripes .s1 {
	height: 380px;
	top: 0;
	left: 0;
	width: 24%;
	background: linear-gradient(90deg, #e6ebf1, rgba(230, 235, 241, 0));
}

.stripes .s2 {
	top: 380px;
	left: 4%;
	width: 35%;
	background: linear-gradient(
			90deg,
			hsla(0, 0%, 100%, 0.65),
			hsla(0, 0%, 100%, 0)
	);
}

.stripes .s3 {
	top: 380px;
	right: 0;
	width: 38%;
	background: linear-gradient(90deg, #e4e9f0, rgba(228, 233, 240, 0));
}

 .prova {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	max-width: 750px;
	padding: 110px 20px 110px;
}

 .cell {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	-ms-flex: auto;
	flex: auto;
	min-width: 100%;
	min-height: 500px;
	padding: 0 40px;
}

 .cell + .cell {
	margin-top: 70px;
}

 .cell.intro {
	padding: 0;
}

@media (min-width: 670px) {
	 .cell.intro {
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}

	.optionList {
		margin-left: 13px;
	}
}

 .cell.intro > * {
	width: 100%;
	max-width: 700px;
}

 .cell.intro .common-IntroText {
	margin-top: 10px;
}

 .cell.intro .common-BodyText {
	margin-top: 15px;
}

 .cell.intro .common-ButtonGroup {
	width: auto;
	margin-top: 20px;
}

 .example {
	-ms-flex-align: center;
	align-items: center;
	border-radius: 4px;
	padding: 80px 0px;
	margin-left: -20px;
	margin-right: -20px;
}

@media (min-width: 670px) {
	 .example {
		padding: 0px;
	}
}

 .example.submitted form,
 .example.submitting form {
	opacity: 0;
	transform: scale(0.9);
	pointer-events: none;
}

 .example.submitted .success,
 .example.submitting .success {
	pointer-events: all;
    background-color: rgb(246, 249, 252);
}

 .example.submitting .success .icon {
	opacity: 1;
}

 .example.submitted .success > * {
	opacity: 1;
	transform: none !important;
}

 .example.submitted .success > :nth-child(2) {
	transition-delay: 0.1s;
}

 .example.submitted .success > :nth-child(3) {
	transition-delay: 0.2s;
}
.example.submitted .success > :nth-child(4) {
	transition-delay: 0.3s;
	z-index: 444444 !important;
}

 .example.submitted .success .icon .border,
 .example.submitted .success .icon .checkmark {
	opacity: 1;
	stroke-dashoffset: 0 !important;
}

 .example * {
	margin: 0;
	padding: 0;
}

 .example .caption {
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	padding: 15px 10px 0;
	color: #aab7c4;
	font-family: Roboto, "Open Sans", "Segoe UI", sans-serif;
	font-size: 15px;
	font-weight: 500;
}

 .example .caption * {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

 .example .caption .no-charge {
	color: #cfd7df;
	margin-right: 10px;
}

 .example .caption a.source {
	text-align: right;
	color: inherit;
	transition: color 0.1s ease-in-out;
	margin-left: 10px;
}

 .example .caption a.source:hover {
	color: #6772e5;
}

 .example .caption a.source:active {
	color: #43458b;
}

 .example .caption a.source  svg {
	margin-right: 10px;
}

 .example .caption a.source svg path {
	fill: currentColor;
}

 .example form {
	position: relative;
	width: 100%;
	max-width: 500px;
	transition-property: opacity, transform;
	transition-duration: 0.35s;
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

 .example form input::-webkit-input-placeholder {
	opacity: 1;
}

 .example form input::-moz-placeholder {
	opacity: 1;
}

 .example form input:-ms-input-placeholder {
	opacity: 1;
}

 .example .error {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	top: 100%;
	margin-top: 20px;
	left: 0;
	padding: 0 15px;
	font-size: 13px !important;
	opacity: 0;
	transform: translateY(10px);
	transition-property: opacity, transform;
	transition-duration: 0.35s;
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

 .example .error.visible {
	opacity: 1;
	transform: none;
}

 .example .error .message {
	font-size: inherit;
}

 .example .error svg {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: -1px;
	margin-right: 10px;
}
.example .success {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	text-align: center;
	pointer-events: none;
	overflow: hidden;
}
@media (min-width: 670px) {
	 .example .success {
		padding: 40px;
	}
}

 .example .success > * {
	transition-property: opacity, transform;
	transition-duration: 0.35s;
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity: 0;
	transform: translateY(50px);
}
.example .success .icon {
	margin: 15px 0 100px;
	transform: translateY(70px) scale(0.75);
	z-index: 444444;
}
 .example .success .icon svg {
	will-change: transform;
}

 .example .success .icon .border {
	stroke-dasharray: 251;
	stroke-dashoffset: 62.75;
	transform-origin: 50% 50%;
	transition: stroke-dashoffset 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
	animation: spin 1s linear infinite;
}

 .example .success .icon .checkmark {
	stroke-dasharray: 60;
	stroke-dashoffset: 60;
	transition: stroke-dashoffset 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s;
}

 .example .success .title {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 8px;
}
.example.error .success .title {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 1px;
	margin-top: 65px;
}

 .example .success .message {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 25px;
	line-height: 1.6em;
}

 .example .success .message span {
	font-size: inherit;
}

 .example .success .reset:active {
	transition-duration: 0.15s;
	transition-delay: 0s;
	opacity: 0.65;
}

 .example .success .reset svg {
	will-change: transform;
}
.example.submitted.error .reset {
	z-index: 444444;
	display: block;
}
footer {
	position: relative;
	max-width: 750px;
	padding: 50px 20px;
	margin: 0 auto;
}

.optionList {
	margin: 6px 0;
}

.optionList li {
	display: inline-block;
	margin-right: 13px;
}

.optionList a {
	color: #aab7c4;
	transition: color 0.1s ease-in-out;
	cursor: pointer;
	font-size: 15px;
	line-height: 26px;
}

.optionList a.selected {
	color: #6772e5;
	font-weight: 600;
}

.optionList a:hover {
	color: #32325d;
}

.optionList a.selected:hover {
	cursor: default;
	color: #6772e5;
}

.example.example4 {
	background-color: #fff;
}

.example.example4 * {
	font-family: Inter UI, Open Sans, Segoe UI, sans-serif;
	font-size: 16px;
	font-weight: 500;
}
.example.example4 form {
	max-width: 496px !important;
	padding: 0 15px;
	margin: 0 auto;
	border-radius: 0;
}
.example.example4 form > * + * {
	margin-top: 9px;
	margin-bottom: 20px;
}
.example.example4 .container {
	background-color: #fff;
	box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	padding: 3px;
}

.example.example4 fieldset {
	border-style: none;
	padding: 5px;
	margin-left: -5px;
	margin-right: -5px;
	background: rgba(18, 91, 152, 0.05);
	border-radius: 8px;
}

.example.example4 fieldset legend {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #8898aa;
	padding: 3px 10px 7px;
}

.example.example4 .card-only {
	display: block;
}
.example.example4 .payment-request-available {
	display: none;
}

.example.example4 fieldset legend + * {
	clear: both;
}

.example.example4 input, .example.example4 button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-style: none;
	color: #fff;
}

.example.example4 input:-webkit-autofill {
	transition: background-color 100000000s;
	-webkit-animation: 1ms void-animation-out;
}

.example.example4 #example4-card {
	padding: 10px;
	margin-bottom: 2px;
}

.example.example4 input {
	-webkit-animation: 1ms void-animation-out;
}

.example.example4 input::-webkit-input-placeholder {
	color: #9bacc8;
}

.example.example4 input::-moz-placeholder {
	color: #9bacc8;
}

.example.example4 input:-ms-input-placeholder {
	color: #9bacc8;
}
.example.example4 button {
	display: block;
	width: 100%;
	height: 37px;
	background-color: rgb(253, 158, 39);
	border-radius: 2px;
	color: rgb(255, 255, 255);
	cursor: pointer;
}
.example.example4 button:active {
	background-color: rgb(253, 139, 74);
}

.example.example4 .error svg .base {
	fill: #e25950;
}

.example.example4 .error svg .glyph {
	fill: #f6f9fc;
}

.example.example4 .error .message {
	color: #e25950;
}

.example.example4 .success .icon .border {
	stroke: #ff9a1d;
}

.example.example4 .success .icon .checkmark {
	stroke: rgb(253, 139, 74);
}
.example.submitted.error .icon {
	display: none;
}
.example .iconerror {
	display: none;
}
.example.submitted.error .iconerror {
	display: block;
	width: 150px;
	z-index: 4444444;
}
.example.example4 .success .title {
	color: #32325d;
	z-index: 333333;
}
.example.example4.error .success .message {
	color: rgb(136, 152, 170);
	z-index: 333333;
	margin-top: 100px;
}
.example.example4 .success .message {
	color: rgb(136, 152, 170);
	z-index: 333333;
}

.example.example4 .success .reset path {
	fill: rgb(253, 139, 74);
}



/* GLOBALI */

.column.noborder {
	padding: 0;
}

.column.colorbody {
	background-color: #E0F2F1;
	border-right: 30px solid #fff;
	padding: 50px 0;
}



.brick-gallery {
	width: 100%;
	height: 700px;
	position: relative;
}
.brick-gallery div {
	border: 1px solid #fff;
}
@media only screen and (max-width: 900px) {
.element {
	height: 300px;
	width: 100% !important; 
}
}

/* Shape Gallery Template 1*/

.square1_1, .square1_2, .square1_3{
	position: relative;
	height: 400px;
	width: 33.333%;
	float: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.square1_4, .square1_5, .square1_6, .square1_7, .square1_8, .square1_9 {
	position: relative;
	height: 300px;
	width: 16.666%;
	float: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
/* Shape Gallery Template 2*/

.square2_1, .square2_4, .square2_7{
	position: relative;
	height: 350px;
	width: 33.333%;
	float: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.square2_2, .square2_3, .square2_5, .square2_6, .square2_8, .square2_9{
	position: relative;
	height: 350px;
	width: 16.666%;
	float: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

/* Shape Gallery Template 3*/

.square3_1{
	position: relative;
	height: 700px;
	width: 33.333%;
	float: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.square3_2, .square3_3, .square3_4, .square3_5, .square3_6, .square3_7, .square3_8, .square3_9{
	position: relative;
	height: 350px;
	width: 16.666%;
	float: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
/* Shape Gallery Template 4*/

.square4_1, .square4_2, .square4_4, .square4_5, .square4_6, .square4_7, .square4_8, .square4_9{
	position: relative;
	height: 350px;
	width: 16.666%;
	float: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.square4_3{
	position: relative;
	height: 700px;
	width: 33.333%;
	float: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

/* MODAL */

.reveal.full {
	top: 0 !important;
}

input.error {
	border: 1px solid #f00;
}

body #iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-accept-btn, #iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-btn-primary, .iubenda-alert button.iubenda-button-confirm{
	display: block;
}

/* RESPONSIVE ADJUSTMENTS */


@media only screen { } /* Define mobile styles */

@media only screen and (max-width: 40em) {
	.articolo.singolo .titolo {
		font-size: 150% !important;
	}
	#imgpag_frase span {
		font-size: 40px;
	}

} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

@media only screen and (max-width: 64em) {
	#form_box .block .iblock {
		display: inline-block;
		margin-right: 10px;
		width: 100%;
	}
	h1.tsez {
		font-size: 28px;
	}
	h3 {
		font-size: 170%;
	}
	.admin_go {
		right: 13px;
	}
	.nereo_menu .sub_page div {
		flex-basis: 100%;
	}

	.nereo_menu .sub_page {
		width: 100%;
		left: 0;
	}
	.downarrow {
		display: none;
	}
	.column.colorbody {
		border-right: 0px solid #fff;
		padding: 20px 0;
	}
	#imgpag_frase {
		display: none;
	}
	.nereo_menu.collapsed ul li {
		float: none;
	}
	.nereo_menu.collapsed {
		display: block;
	}
	div.logo {
		padding: 0;
	}
	.nereo_menu {
	    display: none;
	    top: 0px;
	    left: 0px;
	    position: absolute;
	    text-align: center;
	    padding: 20px;
	    background: #969f39;
	    width: 100%;
	    z-index: 5;
	}
	.nereo_menu ul:first-child > li:hover > ul {
		position: relative;
		padding: 15px;
	}
	.nereo_menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		max-width: 200px;
		margin: 0 auto;
	}
	.hamburger {
		display: block;
		z-index: 6;
	}
	.articolo.singolo a.button.back {
		width: 100%;
		color: rgb(255, 255, 255);
		padding: 11px 0;
		font-size: 20px;
		margin-bottom: 0;
		background-color: rgb(253, 158, 39);
		border-radius: 0;
		text-transform: uppercase;
		margin-top: 45px !important;
	}
} /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) {

} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

@media only screen and (min-width: 64.063em) { } /* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) { } /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) { } /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

@media only screen and (min-width: 120.063em) { } /* min-width 1921px, xxlarge screens */
