@import url(fontawesome-all.min.css);
/* Montserrat Regular */
@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
    font-weight: 500;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

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;
}

mark {
    background-color: transparent;
    color: inherit;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input, select, textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

/* Basic */

@-ms-viewport {
    width: device-width;
}

body {
    -ms-overflow-style: scrollbar;
}

@media screen and (max-width: 480px) {

    html, body {
        min-width: 320px;
    }
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    background: white;
}

/*body.is-preload *, body.is-preload *:before, body.is-preload *: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;
		}*/

.scrollable {
    overflow: auto;
    height: 85%;
}

    .scrollable::-webkit-scrollbar {
        width: 5px;
        height: 2px;
    }

.h-11 {
    height: 11em;
}

.mw-14 {
    max-width: 14em;
}

i.fas.fa-heart {
    color: red;
}

/* Type */

body, input, select, textarea {
    color: #676767;
    font-family: 'Montserrat', sans-serif;
    font-size: 17pt;
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.65;
}

@media screen and (max-width: 1680px) {

    body, input, select, textarea {
        font-size: 14pt;
    }
}

@media screen and (max-width: 1280px) {

    body, input, select, textarea {
        font-size: 12pt;
    }
}

@media screen and (max-width: 360px) {

    body, input, select, textarea {
        font-size: 11pt;
    }
}

a {
    -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    border-bottom: none;
    color: inherit;
    text-decoration: none;
}

    a:hover {
        border-bottom-color: transparent;
        color: #595959;
    }

    a:active {
        color: #595959;
    }

strong, b {
    color: #595959;
    font-weight: 900;
}

small {
    color: #676767;
    font-size: 16px;
}

em, i {
    font-style: italic;
}

p {
    margin: 0 0 2em 0;
    /*line-height: 1.6;*/
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #2a2e4b;
    font-weight: 600;
    line-height: 1.65;
    margin: 0 0 0.5em 0;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: white;
        border-bottom: 0;
    }

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.35em;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: 0.9em;
}

h6 {
    font-size: 0.7em;
}

@media screen and (max-width: 736px) {

    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.5em;
    }

    h3 {
        font-size: 1.25em;
    }
}

label {
    color: #2a2e4b;
    display: block;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: 0em;
    margin: 0 0 1em 0;
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

blockquote {
    border-left: solid 4px rgba(212, 212, 255, 0.1);
    font-style: italic;
    margin: 0 0 2em 0;
    padding: 0.5em 0 0.5em 2em;
}

code {
    background: rgba(212, 212, 255, 0.035);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 0.9em;
    margin: 0 0 2em 0;
}

    pre code {
        display: block;
        line-height: 1.75;
        padding: 1em 1.5em;
        overflow-x: auto;
    }

hr {
    border: 0;
    border-bottom: solid 1px gray;
    margin: 0 0 1.5em 0;
}

    hr.major {
        margin: 3em 0;
    }

.text-truncate-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis; /* Opera */
    -ms-text-overflow: ellipsis; /* IE8, allegedly */
    -moz-binding: url('ellipsis.xml#ellipsis'); /* Firefox */
    display: -webkit-box;
    max-width: 100%;
}

.text-truncate-3 {
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-width: 100%;
}

.text-truncate-4 {
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-width: 100%;
}

.text-truncate-6 {
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-width: 100%;
}

.line-height

.pointer {
    cursor: pointer !important;
}

.no-shadow {
    box-shadow: none !important;
}

.shadow-bottom {
    -webkit-box-shadow: 0px 26px 22px -20px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 26px 22px -20px rgba(0,0,0,0.75);
    box-shadow: 0px 26px 22px -20px rgba(0,0,0,0.75);
}

.position-center {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (min-width : 930px) {
    .marginiBox {
        margin-left:50px;
        margin-right:50px;
    }
}

@media only screen and (min-width : 552px) and (max-width : 692px) {
    .marginiBox2 {
        margin-left: 50px;
        margin-right: 50px;
    }
}
/*.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}*/


/* Spinner */

.lds-ellipsis {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 64px;
    height: 64px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 27px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #2a2e4b;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 6px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 6px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 26px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 45px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}


/* Row */

.row.short a {
    max-width: 25em;
}

/*.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0;
			margin-left: 0em;
		}

			.row.gtr-0 > * {
				padding: 0 0 0 0em;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0em;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0em;
				}

		.row.gtr-25 {
			margin-top: 0;
			margin-left: -0.5em;
		}

			.row.gtr-25 > * {
				padding: 0 0 0 0.5em;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -0.5em;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 0.5em;
				}

		.row.gtr-50 {
			margin-top: 0;
			margin-left: -1em;
		}

			.row.gtr-50 > * {
				padding: 0 0 0 1em;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -1em;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 1em;
				}

		.row {
			margin-top: 0;
			margin-left: -2em;
		}

			.row > * {
				padding: 0 0 0 2em;
			}

			.row.gtr-uniform {
				margin-top: -2em;
			}

				.row.gtr-uniform > * {
					padding-top: 2em;
				}

		.row.gtr-150 {
			margin-top: 0;
			margin-left: -3em;
		}

			.row.gtr-150 > * {
				padding: 0 0 0 3em;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -3em;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 3em;
				}

		.row.gtr-200 {
			margin-top: 0;
			margin-left: -4em;
		}

			.row.gtr-200 > * {
				padding: 0 0 0 4em;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -4em;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 4em;
				}

		@media screen and (max-width: 1680px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.5em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.5em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.5em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.5em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -1em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 1em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -1em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 1em;
						}

				.row {
					margin-top: 0;
					margin-left: -2em;
				}

					.row > * {
						padding: 0 0 0 2em;
					}

					.row.gtr-uniform {
						margin-top: -2em;
					}

						.row.gtr-uniform > * {
							padding-top: 2em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 3em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -4em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 4em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -4em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 4em;
						}

		}

		@media screen and (max-width: 1280px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}

		@media screen and (max-width: 980px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .off-1-medium {
					margin-left: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .off-2-medium {
					margin-left: 16.66667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .off-4-medium {
					margin-left: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .off-5-medium {
					margin-left: 41.66667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .off-7-medium {
					margin-left: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .off-8-medium {
					margin-left: 66.66667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .off-10-medium {
					margin-left: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .off-11-medium {
					margin-left: 91.66667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}

		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .off-1-small {
					margin-left: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .off-2-small {
					margin-left: 16.66667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .off-4-small {
					margin-left: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .off-5-small {
					margin-left: 41.66667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .off-7-small {
					margin-left: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .off-8-small {
					margin-left: 66.66667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .off-10-small {
					margin-left: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .off-11-small {
					margin-left: 91.66667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.3125em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.3125em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.3125em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.3125em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.625em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.625em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.625em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.625em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.25em;
				}

					.row > * {
						padding: 0 0 0 1.25em;
					}

					.row.gtr-uniform {
						margin-top: -1.25em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.25em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -1.875em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 1.875em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -1.875em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 1.875em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -2.5em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 2.5em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -2.5em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 2.5em;
						}

		}

		@media screen and (max-width: 480px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xsmall {
					order: -1;
				}

				.row > .col-1-xsmall {
					width: 8.33333%;
				}

				.row > .off-1-xsmall {
					margin-left: 8.33333%;
				}

				.row > .col-2-xsmall {
					width: 16.66667%;
				}

				.row > .off-2-xsmall {
					margin-left: 16.66667%;
				}

				.row > .col-3-xsmall {
					width: 25%;
				}

				.row > .off-3-xsmall {
					margin-left: 25%;
				}

				.row > .col-4-xsmall {
					width: 33.33333%;
				}

				.row > .off-4-xsmall {
					margin-left: 33.33333%;
				}

				.row > .col-5-xsmall {
					width: 41.66667%;
				}

				.row > .off-5-xsmall {
					margin-left: 41.66667%;
				}

				.row > .col-6-xsmall {
					width: 50%;
				}

				.row > .off-6-xsmall {
					margin-left: 50%;
				}

				.row > .col-7-xsmall {
					width: 58.33333%;
				}

				.row > .off-7-xsmall {
					margin-left: 58.33333%;
				}

				.row > .col-8-xsmall {
					width: 66.66667%;
				}

				.row > .off-8-xsmall {
					margin-left: 66.66667%;
				}

				.row > .col-9-xsmall {
					width: 75%;
				}

				.row > .off-9-xsmall {
					margin-left: 75%;
				}

				.row > .col-10-xsmall {
					width: 83.33333%;
				}

				.row > .off-10-xsmall {
					margin-left: 83.33333%;
				}

				.row > .col-11-xsmall {
					width: 91.66667%;
				}

				.row > .off-11-xsmall {
					margin-left: 91.66667%;
				}

				.row > .col-12-xsmall {
					width: 100%;
				}

				.row > .off-12-xsmall {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.3125em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.3125em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.3125em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.3125em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.625em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.625em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.625em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.625em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.25em;
				}

					.row > * {
						padding: 0 0 0 1.25em;
					}

					.row.gtr-uniform {
						margin-top: -1.25em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.25em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -1.875em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 1.875em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -1.875em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 1.875em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -2.5em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 2.5em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -2.5em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 2.5em;
						}

		}
*/

/* View Column */

#desktop {
    display: block;
}

#smartphone {
    display: none;
}

@media screen and (max-width: 576px) {
    #desktop {
        display: none;
    }

    #smartphone {
        display: block;
    }
}

/* Section/Article */

section.special, article.special {
    text-align: center;
}

header.major {
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -ms-max-content;
    width: max-content;
    width: 100%;
    margin-bottom: 2em;
}

    header.major > :first-child {
        margin-bottom: 0;
        /*width: calc(100% + 0.5em);*/
    }

        header.major > :first-child:not(h3):after, .article-link:after {
            content: '';
            background-color: #ffffff;
            display: block;
            height: 2px;
            margin: 0.325em 0 0.5em 0;
            /*margin: 2.5em 0 0.5em 0;*/
            width: 100%;
            position: relative;
            z-index: 5;
        }

    header.major > h3 {
        text-transform: uppercase;
    }

.titoloCustom {
    text-transform: none !important;
}

header.major > p {
    font-size: 0.7em;
    font-weight: 500;
    letter-spacing: 0.25em;
    margin-bottom: 0;
    text-transform: uppercase;
}

body.is-ie header.major > :first-child:after {
    max-width: 9em;
}

body.is-ie header.major > h1:after {
    max-width: 100% !important;
}

@media screen and (max-width: 736px) {

    header.major > p br {
        display: none;
    }
}

/* Form */

form {
    margin: 0 0 2em 0;
}

    form > :last-child {
        margin-bottom: 0;
    }

    form > .fields {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(100% + 3em);
        margin: -1.5em 0 2em -1.5em;
    }

        form > .fields > .field {
            -moz-flex-grow: 0;
            -webkit-flex-grow: 0;
            -ms-flex-grow: 0;
            flex-grow: 0;
            -moz-flex-shrink: 0;
            -webkit-flex-shrink: 0;
            -ms-flex-shrink: 0;
            flex-shrink: 0;
            padding: 1.5em 0 0 1.5em;
            width: calc(100% - 1.5em);
        }

            form > .fields > .field.half {
                width: calc(50% - 0.75em);
            }

            form > .fields > .field.third {
                width: calc(100%/3 - 0.5em);
            }

            form > .fields > .field.quarter {
                width: calc(25% - 0.375em);
            }

    form input[type="text"],
    form input[type="email"],
    form textarea {
        border: none !important;
    }

@media screen and (max-width: 480px) {

    form > .fields {
        width: calc(100% + 3em);
        margin: -1.5em 0 2em -1.5em;
    }

        form > .fields > .field {
            padding: 1.5em 0 0 1.5em;
            width: calc(100% - 1.5em);
        }

            form > .fields > .field.half {
                width: calc(100% - 1.5em);
            }

            form > .fields > .field.third {
                width: calc(100% - 1.5em);
            }

            form > .fields > .field.quarter {
                width: calc(100% - 1.5em);
            }
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: white;
    border: solid 1px gray;
    border-radius: 0;
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 100%;
}

    input[type="text"]:invalid,
    input[type="password"]:invalid,
    input[type="email"]:invalid,
    input[type="tel"]:invalid,
    input[type="search"]:invalid,
    input[type="url"]:invalid,
    select:invalid,
    textarea:invalid {
        box-shadow: none;
    }

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    input[type="tel"]:focus,
    input[type="search"]:focus,
    input[type="url"]:focus,
    select:focus,
    textarea:focus {
        border-color: #33e4ff;
        box-shadow: 0 0 0 1px #9bf1ff;
    }

select {
    /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(212, 212, 255, 0.1)' /%3E%3C/svg%3E");*/
    background-size: 1.25rem;
    background-repeat: no-repeat;
    background-position: calc(100% - 1rem) center;
    height: 2.75em;
    padding-right: 2.75em;
    text-overflow: ellipsis;
}

    select option {
        color: #676767;
        background: #242943;
    }

    select:focus::-ms-value {
        background-color: transparent;
    }

    select::-ms-expand {
        display: none;
    }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select {
    height: 2.75em;
}

textarea {
    padding: 0.75em 1em;
}

input[type="checkbox"],
input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2em;
    opacity: 0;
    width: 1em;
    z-index: -1;
}

    input[type="checkbox"] + label,
    input[type="radio"] + label {
        text-decoration: none;
        color: #676767;
        cursor: pointer;
        display: inline-block;
        font-weight: 500;
        padding-left: 2.8em;
        padding-right: 0.75em;
        position: relative;
        letter-spacing: 0;
    }

        input[type="checkbox"] + label:before,
        input[type="radio"] + label:before {
            background: white;
            border: none;
            color: #676767;
            content: '';
            display: inline-block;
            height: 2.0625em;
            left: 0;
            letter-spacing: 0;
            line-height: 2.0625em;
            position: absolute;
            text-align: center;
            top: 0;
            width: 2.0625em;
        }

        input[type="checkbox"] + label:before,
        input[type="radio"] + label:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            text-transform: none !important;
            font-family: 'Font Awesome 5 Free';
            content: '';
            color: #676767;
            font-weight: 900;
        }

    input[type="checkbox"]:checked + label:before,
    input[type="radio"]:checked + label:before {
        border: solid black 1px;
        content: '\f00c';
    }

    input[type="checkbox"]:focus + label:before,
    input[type="radio"]:focus + label:before {
        box-shadow: 0 0 0 2px #9bf1ff;
    }

    input[type="radio"] + label:before {
        border-radius: 100%;
    }

::-webkit-input-placeholder {
    color: rgba(244, 244, 255, 0.9) !important;
    opacity: 1.0;
}

:-moz-placeholder {
    color: rgba(244, 244, 255, 0.9) !important;
    opacity: 1.0;
}

::-moz-placeholder {
    color: rgba(244, 244, 255, 0.9) !important;
    opacity: 1.0;
}

:-ms-input-placeholder {
    color: rgba(244, 244, 255, 0.9) !important;
    opacity: 1.0;
}

/* Article */

.article {
    width: 100%;
    margin: 0.2em 0.2em 1em;
    padding: 0.5em;
    text-align: left;
}

    .article h5 {
        margin: 0.3em 0 0;
    }

        .article h5 a {
            color: inherit;
            text-decoration: none;
        }

    .article small {
        font-size: 14px;
        margin-bottom: 0.5em;
    }

@media screen and (max-width: 576px) {
    .article {
        margin: 0 0 2em;
        padding: 0;
    }
}

/* Box */

.box {
    border: none;
    margin-bottom: 2em;
    padding: 1.5em;
}

    .box > :last-child,
    .box > :last-child > :last-child,
    .box > :last-child > :last-child > :last-child {
        margin-bottom: 0;
    }

    .box.alt {
        border: 0;
        border-radius: 0;
        padding: 0;
    }

    .box h5 a {
        color: inherit;
        text-decoration: none;
    }

    .box small {
        font-size: 15px;
        color: #595959;
    }

    .box p {
        padding: 0 .5em;
    }

/* Icon */

.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
}

    .icon:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        text-transform: none !important;
        font-family: 'Font Awesome 5 Free';
        font-weight: 500;
    }

    .icon > .label {
        display: none;
    }

    .icon:before {
        line-height: inherit;
    }

    .icon.solid:before {
        font-weight: 500;
    }

    .icon.brands:before {
        font-family: 'Font Awesome 5 Brands';
    }

    .icon.alt:before {
        background-color: #ffffff;
        border-radius: 100%;
        color: #242943;
        display: inline-block;
        font-size: 14px;
        height: 2em;
        line-height: 2em;
        text-align: center;
        width: 2em;
    }

a.icon.alt:before {
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.modal-content a.icon.alt:before { /* Immaigini più grandi in modal */
    font-size: 20px;
}

a.icon.alt:hover:before {
    background-color: #0099ff;
}

a.icon.alt:active:before {
    background-color: #37a6cb;
}

/* Image */

.image {
    border: 0;
    display: inline-block;
    position: relative;
}

    .image img {
        display: block;
        max-height: 20em;
    }

    .image.left, .image.right {
        max-width: 30%;
    }

        .image.left img, .image.right img {
            width: 100%;
        }

    .image.left {
        float: left;
        margin: 0 1.5em 1.25em 0;
        top: 0.25em;
    }

    .image.right {
        float: right;
        margin: 0 0 1.25em 1.5em;
        top: 0.25em;
    }

    .image.fit {
        display: block;
        margin: 0 0 2em 0;
        width: 100%;
    }

        .image.fit img {
            width: 100%;
        }

    .image.main {
        display: block;
        margin: 2.5em 0;
        width: 100%;
    }

        .image.main img {
            width: 100%;
        }

@media screen and (max-width: 736px) {

    .image.main {
        margin: 1.5em 0;
    }
}

/* Mini-Image */

.mini-image {
    max-width: 120px;
}

/* Image-Square */

.img-square {
    width: 220px;
    height: 220px;
}

/* Image with text-center */

.img-text {
    position: relative;
    text-align: center;
}

    .img-text img {
        width: inherit;
        height: inherit;
    }

    .img-text > .btn-center {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .img-text span {
        /*cursor: default;*/
    }

/* Image with Button */

div.img {
    position: relative;
}

.img img {
    width: 100%;
    height: auto;
}

/*.img:hover img {
                -webkit-filter: grayscale(80%);
                filter: grayscale(80%);
            }*/

.btn-control {
    color: white;
    cursor: default;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(100% - 10px);
    width: 100%;
    opacity: 0;
    transition: 0.2s ease;
    background-color: rgba(100, 100, 100, 0.2);
}

    .btn-control:hover {
        opacity: 1;
    }

.btn-top-right {
    position: absolute;
    top: 10px;
    right: 20px;
}

    .btn-top-right > span:last-child {
        cursor: pointer;
        margin-left: 0.5em;
    }

    .btn-top-right .badge-light {
        background-color: rgba(248, 249, 250, 0.8);
        padding: 0.4em;
    }

        .btn-top-right .badge-light:hover {
            background-color: white;
        }

.btn-bottom-left {
    position: absolute;
    bottom: 5px;
    left: 20px;
}

    .btn-bottom-left small {
        color: white;
    }

@media screen and (max-width: 576px) {
    .btn-control {
        font-size: 20px;
    }
}

/* List */

ol {
    list-style: decimal;
    margin: 0 0 2em 0;
    padding-left: 1.25em;
}

    ol li {
        padding-left: 0.25em;
    }

ul {
    list-style: disc;
    margin: 0 0 2em 0;
    padding-left: 1em;
}

    ul li {
        padding-left: 0.5em;
        /* text-transform: capitalize; */
    }

    ul.alt {
        list-style: none;
        padding-left: 0;
    }

        ul.alt li {
            border-top: solid 1px rgba(212, 212, 255, 0.1);
            padding: 0.5em 0;
        }

            ul.alt li:first-child {
                border-top: 0;
                padding-top: 0;
            }

dl {
    margin: 0 0 2em 0;
}

    dl dt {
        display: block;
        font-weight: 500;
        margin: 0 0 1em 0;
    }

    dl dd {
        margin-left: 2em;
    }

/* Actions */

ul.actions {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    cursor: default;
    list-style: none;
    margin-left: -1em;
    padding-left: 0;
}

    ul.actions li {
        padding: 0 0 0 1em;
        vertical-align: middle;
    }

    ul.actions.special {
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        width: 100%;
        margin-left: 0;
    }

        ul.actions.special li:first-child {
            padding-left: 0;
        }

    ul.actions.stacked {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
    }

        ul.actions.stacked li {
            padding: 1.3em 0 0 0;
        }

            ul.actions.stacked li:first-child {
                padding-top: 0;
            }

    ul.actions.fit {
        width: calc(100% + 1em);
    }

        ul.actions.fit li {
            -moz-flex-grow: 1;
            -webkit-flex-grow: 1;
            -ms-flex-grow: 1;
            flex-grow: 1;
            -moz-flex-shrink: 1;
            -webkit-flex-shrink: 1;
            -ms-flex-shrink: 1;
            flex-shrink: 1;
            width: 100%;
        }

            ul.actions.fit li > * {
                width: 100%;
            }

        ul.actions.fit.stacked {
            width: 100%;
        }

/* Icons */

ul.icons {
    cursor: default;
    font-size: 14px;
    margin: 0 0 0.5em;
    list-style: none;
    padding-left: 0;
    color: white;
    z-index: 3;
}

    ul.icons li {
        display: inline-block;
        padding: 0 1em 0 0;
    }

        ul.icons li:hover {
            color: #3366ff;
        }

        ul.icons li:last-child {
            padding-right: 0;
        }

@media screen and (max-width: 736px) {

    ul.icons li {
        padding: 0 0.75em 0 0;
    }
}

/* Pagination */

ul.pagination {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

    ul.pagination li {
        display: inline-block;
        padding-left: 0;
        vertical-align: middle;
    }

        ul.pagination li > .page {
            -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
            -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
            -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
            transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
            border-bottom: 0;
            display: inline-block;
            font-size: 0.8em;
            font-weight: 500;
            height: 1.5em;
            line-height: 1.5em;
            margin: 0 0.125em;
            min-width: 1.5em;
            padding: 0 0.5em;
            text-align: center;
        }

            ul.pagination li > .page.active {
                background-color: #ffffff;
                color: #242943;
            }

                ul.pagination li > .page.active:hover {
                    background-color: #9bf1ff;
                    color: #242943 !important;
                }

                ul.pagination li > .page.active:active {
                    background-color: #53e3fb;
                }

        ul.pagination li:first-child {
            padding-right: 0.75em;
        }

        ul.pagination li:last-child {
            padding-left: 0.75em;
        }

@media screen and (max-width: 480px) {

    ul.pagination li:nth-child(n+2):nth-last-child(n+2) {
        display: none;
    }

    ul.pagination li:first-child {
        padding-right: 0;
    }
}

/* Grid */

.grid {
    margin: 0 0 2em;
    text-align: center;
}

    .grid > .row.thead {
        margin: 0 0 0.5em;
    }

    .grid > .row {
        margin-bottom: 1em;
    }

        .grid > .row > .mobile-icon {
            display: none;
        }

        .grid > .row.thead > .col-sm-3 {
            padding: 0.4em;
            margin: 0;
        }

            .grid > .row.thead > .col-sm-3 > .headerContainer {
                height: 100%;
                width: 100%;
                border: 1px solid #8cd0ca;
                min-height: 64px;
            }

                .grid > .row.thead > .col-sm-3 > .headerContainer > .logo {
                    float: left;
                    width: 30%;
                    height: 100%;
                    text-align: right;
                    padding-right: 1em;
                    display: table;
                }

                    .grid > .row.thead > .col-sm-3 > .headerContainer > .logo > i {
                        color: #242943;
                        font-size: 1.4em;
                        display: table-cell;
                        vertical-align: middle;
                    }

                .grid > .row.thead > .col-sm-3 > .headerContainer > .headerTitle {
                    float: right;
                    width: 70%;
                    height: 100%;
                    text-align: left;
                    display: table;
                    margin: 0;
                }

                    .grid > .row.thead > .col-sm-3 > .headerContainer > .headerTitle > h4 {
                        text-transform: uppercase;
                        margin: 0;
                        color: #242943;
                        display: table-cell;
                        vertical-align: middle;
                    }


        /*.grid > .row > .col-sm-3 > h4 {
                    border: 1px solid #8cd0ca;
                    padding: .5em;
                }*/

        .grid > .row > .col-sm-3 > .name {
            font-weight: 700;
        }

        .grid > .row > .col-sm-3 > .text-secondary {
            font-size: 16px;
        }

        .grid > .row > .col-sm-3 > .indScolastico > ul {
            margin: 0;
            text-align: left;
        }

        .grid > .row > .col-sm-3 > .icona {
            cursor: pointer;
            float: left;
            width: 40px;
            height: 40px;
            display: table;
            border: 1px solid #b3b3b3;
        }

            .grid > .row > .col-sm-3 > .icona > .fas.fa-search::before {
                color: #b3b3b3;
            }

            .grid > .row > .col-sm-3 > .icona > i {
                display: table-cell;
                vertical-align: middle;
                font-size: 1.2em;
            }

        .grid > .row > .col-sm-3 > .indScolastico {
            float: right;
            width: 80%;
            margin-left: auto;
            margin-right: auto;
            display: table;
            padding-left: 1em;
        }

@media screen and (max-width: 576px) {
    .grid > .row > .col-sm-3 > .icona {
        display: none;
    }

    .grid > .row > .col-sm-3 > .indScolastico {
        width: 100%;
        padding: 0;
    }

    .mobile-hidden {
        display: none;
    }

    .grid > .row > .mobile-icon {
        display: table;
        width: 20%;
    }

        .grid > .row > .mobile-icon > i {
            color: #242943;
        }

    .grid > .row > .col-sm-3.mobile-text {
        display: inline-block;
        width: 80%;
        padding: 0;
        text-align: left;
    }
}

@media screen and (max-width: 992px) {
    .grid > .row > .col-sm-3 > .icona {
        display: none;
    }

    .grid > .row > .col-sm-3 > .indScolastico {
        width: 100%;
        padding: 0;
    }

    .grid > .row.thead > .col-sm-3 > .headerContainer > .logo {
        width: 28%;
        padding-right: 0.5em;
    }
}

/* Table */

.table-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}

table {
    margin: 0 0 2em 0;
    width: 100%;
}

    table tbody tr {
        border: solid 1px rgba(212, 212, 255, 0.1);
        border-left: 0;
        border-right: 0;
    }

    table th {
        color: gray;
        font-size: 0.9em;
        font-weight: 600;
        padding: 0 0.75em 0.75em 0.75em;
        text-align: left;
    }

    table td {
        color: #2a2e4b;
        font-weight: 600;
        padding: 0.75em 0.75em;
    }

        table td > a {
            text-decoration: none !important;
        }

    table thead {
        border-bottom: solid 2px rgba(212, 212, 255, 0.1);
    }

    table tfoot {
        border-top: solid 2px rgba(212, 212, 255, 0.1);
    }

    table.alt {
        border-collapse: separate;
    }

        table.alt tbody tr td {
            border: solid 1px rgba(212, 212, 255, 0.1);
            border-left-width: 0;
            border-top-width: 0;
        }

            table.alt tbody tr td:first-child {
                border-left-width: 1px;
            }

        table.alt tbody tr:first-child td {
            border-top-width: 1px;
        }

        table.alt thead {
            border-bottom: 0;
        }

        table.alt tfoot {
            border-top: 0;
        }

/* Button */

input [type="submit"],
input[type="reset"],
input[type="button"],
/*button,*/
.button {
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -ms-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
    background-color: lightgray;
    border-radius: 0.5em;
    padding: 0.5em 2em;
    font-weight: 600;
}

    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover,
    button:hover,
    .button:hover {
        /*box-shadow: inset 0 0 0 2px #bfbfbf;*/
        background-color: #bfbfbf;
        color: #404040;
        text-decoration: inherit;
    }

    input[type="submit"]:active,
    input[type="reset"]:active,
    input[type="button"]:active,
    button:active,
    .button:active {
        /*background-color: rgba(155, 241, 255, 0.1);*/
        background-color: lightgray;
        box-shadow: inset 0 0 0 2px #bfbfbf;
        /*color: #53e3fb;*/
    }

    input[type="submit"].icon:before,
    input[type="reset"].icon:before,
    input[type="button"].icon:before,
    button.icon:before,
    .button.icon:before {
        margin-right: 0.5em;
    }

    input[type="submit"].fit,
    input[type="reset"].fit,
    input[type="button"].fit,
    button.fit,
    .button.fit {
        width: 100%;
    }

    input[type="submit"].small,
    input[type="reset"].small,
    input[type="button"].small,
    button.small,
    .button.small {
        font-size: 0.7em;
        text-decoration: inherit;
    }

    input[type="submit"].large,
    input[type="reset"].large,
    input[type="button"].large,
    button.large,
    .button.large {
        font-size: 1.25em;
        height: 3em;
        line-height: 3em;
        text-decoration: inherit;
    }

    input[type="submit"].before,
    input[type="reset"].before,
    input[type="button"].before,
    button.before,
    .button.before {
        padding-left: 2.5em;
        position: relative;
        text-decoration: inherit;
    }

        input[type="submit"].before:before,
        input[type="reset"].before:before,
        input[type="button"].before:before,
        button.before:before,
        .button.before:before {
            font-family: 'Font Awesome 5 Free';
            content: '\f060';
            font-weight: 900;
            position: absolute;
            left: 1em;
            /*top: 0;*/
        }

    input[type="submit"].next,
    input[type="reset"].next,
    input[type="button"].next,
    button.next,
    .button.next {
        padding-right: 2.5em;
        position: relative;
        text-decoration: inherit;
    }

        input[type="submit"].next:after,
        input[type="reset"].next:after,
        input[type="button"].next:after,
        button.next:after,
        .button.next:after {
            font-family: 'Font Awesome 5 Free';
            content: '\f061';
            font-weight: 900;
            position: absolute;
            right: 1em;
            /*top: 0;*/
        }

    input[type="submit"].primary,
    input[type="reset"].primary,
    input[type="button"].primary,
    button.primary,
    .button.primary {
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        background-color: #99E7E9;
        border: 1px solid #6c9ca4;
        box-shadow: none;
        color: #242943;
        height: 3em;
    }

        input[type="submit"].primary:hover, input[type="submit"].primary:active,
        input[type="reset"].primary:hover,
        input[type="reset"].primary:active,
        input[type="button"].primary:hover,
        input[type="button"].primary:active,
        button.primary:hover,
        button.primary:active,
        .button.primary:hover,
        .button.primary:active {
            background-color: white;
            color: #242943 !important;
        }

        input[type="submit"].primary:active,
        input[type="reset"].primary:active,
        input[type="button"].primary:active,
        button.primary:active,
        .button.primary:active {
            background-color: #53e3fb;
        }

    input[type="submit"].image,
    input[type="reset"].image,
    input[type="button"].image,
    button.image,
    .button.image {
        background-position: center;
        background-size: cover;
        color: white;
        box-shadow: none;
        line-height: 3em;
        height: 4em;
    }

        input[type="submit"].image:hover,
        input[type="reset"].image:hover,
        input[type="button"].image:hover,
        button.image:hover,
        .button.image:hover {
            color: white !important;
        }

    input[type="submit"].disabled, input[type="submit"]:disabled,
    input[type="reset"].disabled,
    input[type="reset"]:disabled,
    input[type="button"].disabled,
    input[type="button"]:disabled,
    button.disabled,
    button:disabled,
    .button.disabled,
    .button:disabled {
        pointer-events: none;
        cursor: default;
        opacity: 0.25;
    }

    input[type="submit"].alt,
    input[type="reset"].alt,
    input[type="button"].alt,
    button.alt,
    .button.alt {
        background-color: transparent;
        border: none;
        border-radius: 0;
        box-shadow: inset 0 0 0 2px #ffffff;
        color: white;
        cursor: pointer;
        display: inline-block;
        font-size: 0.8em;
        font-weight: 500;
        height: 3.5em;
        letter-spacing: 0.25em;
        line-height: 3.5em;
        padding: 0 .5em;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        white-space: nowrap;
    }

        input[type="submit"].alt:hover,
        input[type="reset"].alt:hover,
        input[type="button"].alt:hover,
        button.alt:hover,
        .button.alt:hover {
            color: #9bf1ff;
        }

.btn-text {
    letter-spacing: 0;
    font-weight: 700;
}

/* Slab */

.slab {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin: -2.5em 0 2em -2.5em;
}

    .slab article {
        -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
        transition: transform 0.5s ease, opacity 0.5s ease;
        position: relative;
        width: calc(33.33333% - 2.5em);
        margin: 2.5em 0 0 2.5em;
    }

    .slab.slab4 article {
        width: calc(25% - 2.5em);
    }



        .slab article > .image, .slab article > .box > a > .classBox > .image {
            -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;
            position: relative;
            display: block;
            height: 18em;
            width: 100%;
            border-radius: 4px;
            overflow: hidden;
        }

            .slab article > .image img {
                display: block;
                height: inherit;
                width: 100%;
            }

            .slab article > .image:before, .slab article > .box > a > .classBox > .image:before {
                pointer-events: none;
                -moz-transition: background-color 0.5s ease, opacity 0.5s ease;
                -webkit-transition: background-color 0.5s ease, opacity 0.5s ease;
                -ms-transition: background-color 0.5s ease, opacity 0.5s ease;
                transition: background-color 0.5s ease, opacity 0.5s ease;
                content: '';
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                opacity: 1.0;
                z-index: 1;
                opacity: 0.8;
            }

            .slab article > .image:after, .slab article > .box > a > .classBox > .image:after {
                pointer-events: none;
                -moz-transition: opacity 0.5s ease;
                -webkit-transition: opacity 0.5s ease;
                -ms-transition: opacity 0.5s ease;
                transition: opacity 0.5s ease;
                content: '';
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 0.25px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='100' y2='100' /%3E%3Cline x1='100' y1='0' x2='0' y2='100' /%3E%3C/svg%3E");
                background-position: center;
                background-repeat: no-repeat;
                background-size: 100% 100%;
                opacity: 0.25;
                z-index: 2;
            }

        .slab article > a {
            display: -moz-flex;
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            -moz-flex-direction: column;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -moz-align-items: center;
            -webkit-align-items: center;
            -ms-align-items: center;
            align-items: center;
            -moz-justify-content: center;
            -webkit-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            -moz-transition: background-color 0.5s ease, -moz-transform 0.5s ease;
            -webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
            -ms-transition: background-color 0.5s ease, -ms-transform 0.5s ease;
            transition: background-color 0.5s ease, transform 0.5s ease;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding: 1em;
            border-radius: 4px;
            border-bottom: 0;
            color: #ffffff;
            text-align: center;
            text-decoration: none;
            z-index: 3;
        }

            .slab article > a > :last-child {
                margin: 0;
            }

            .slab article > a:hover {
                color: #ffffff !important;
            }

            .slab article > a h2, .slab article > a h3 {
                color: white;
                text-transform: uppercase;
                margin: 0;
            }

            .slab article > a .content {
                -moz-transition: max-height 0.5s ease, opacity 0.5s ease;
                -webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
                -ms-transition: max-height 0.5s ease, opacity 0.5s ease;
                transition: max-height 0.5s ease, opacity 0.5s ease;
                width: 100%;
                max-height: 0;
                line-height: 1.5;
                margin-top: 0.35em;
                opacity: 0;
            }

                .slab article > a .content > :last-child {
                    margin-bottom: 0;
                }

        .slab article.style1 > .image:before {
            background-color: #f2849e;
        }

        /*AGGIUNTA BOX ROADSHOW*/
        .slab article.boxRoadShow1 > .image:before {
            background-color: #daa68f;
        }
        .slab article.boxRoadShow2 > .image:before {
            background-color: #ea728e;
        }

        /*AGGIUNTA SEZIONE PROVINCE*/
        /*provincia belluno*/
        .slab article.provincia1 > .image:before {
            background-color: #b059b3
        }

        .slab article.provincia2 > .image:before {
            background-color: #7a349a;
        }

        .slab article.provincia3 > .image:before {
            background-color: #c3793e;
        }

        .slab article.provincia4 > .image:before {
            background-color: #4ead40;
        }

        .slab article.provincia5 > .image:before {
            background-color: #4078ad;
        }

        .slab article.provincia6 > .image:before {
            background-color: #33a5c3;
        }

        .slab article.provincia7 > .image:before {
            background-color: #33c39f;
        }

/*.slab > .box > .classBox > .boxRoadShow2 {
        background-color: #ea728e;
    }*/
/*AGGIUNTA STYLE LINEA SEPARATORE*/
.style_line {
    background: #cecee8;
    color: #cecee8;
    border: 0;
    height: 3px;
    margin-left: 10%;
    margin-right: 10%;
}

/*AGGIUNTA line PER PROVINCE-RETI*/
.style_line_sottile {
    background: #cecee8;
    color: #cecee8;
    border: 0;
    height: 1.5px;
    
}

.style1 img:before, .slab article.style1 > .box > a > .classBox > .image:before, .slab > .box > .classBox > .image {
    background-color: #f2849e;
}

/*.style2 img:before {
    background-color: #f2849e;
}*/

.slab article.style2 > .image:before, .slab article.style2 > .box > a > .classBox > .image:before {
    background-color: #7ecaf6;
}

.slab article.style3 > .image:before, .slab article.style3 > .box > a > .classBox > .image:before {
    background-color: #7bd0c1;
}

.slab article.style4 > .image:before, .slab article.style4 > .box > a > .classBox > .image:before {
    background-color: #c75b9b;
}

.slab article.style5 > .image:before, .slab article.style5 > .box > a > .classBox > .image:before {
    background-color: #ae85ca;
}

.slab article.style6 > .image:before, .slab article.style6 > .box > a > .classBox > .image:before {
    background-color: #8499e7;
}

.slab article.style7 > .image:before, .slab article.style7 > .box > a > .classBox > .image:before {
    background-color: #CCB375;
}

/*AGGIUNTA CLASSI RETI PER TRIPLO LIVELLO*/
/*BELLUNO*/
.slab article.belluno > .image:before{
    background-image: url('/Landing/www.orientati.org/img/scopri-le-reti/bellunoReti.png');
    background-position: center;
    background-size: cover;
    background-color: #b059b3;
    /*position: absolute;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
}

.slab article.vicenza > .image:before {
    background-image: url('/Landing/www.orientati.org/img/scopri-le-reti/vicenzaReti.png');
    background-position: center;
    background-size: cover;
    background-color: #53456b;
    /*position: absolute;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
}

.slab article.treviso > .image:before {
    background-image: url('/Landing/www.orientati.org/img/scopri-le-reti/trevisoReti.png');
    background-position: center;
    background-size: cover;
    background-color: #d6937e;
    /*position: absolute;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
}

.slab article.padova > .image:before {
    background-image: url('/Landing/www.orientati.org/img/scopri-le-reti/padovaReti.png');
    background-position: center;
    background-size: cover;
    background-color: #39823c;
    /*position: absolute;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
}

.slab article.rovigo > .image:before {
    background-image: url('/Landing/www.orientati.org/img/scopri-le-reti/rovigoReti.png');
    background-position: center;
    background-size: cover;
    background-color: #4e7aa2;
    /*position: absolute;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
}

.slab article.verona > .image:before {
    background-image: url('/Landing/www.orientati.org/img/scopri-le-reti/veronaReti.png');
    background-position: center;
    background-size: cover;
    background-color: #33a5c3;
    /*position: absolute;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
}

.slab article.venezia > .image:before {
    background-image: url('/Landing/www.orientati.org/img/scopri-le-reti/veneziaReti.png');
    background-position: center;
    background-size: cover;
    background-color: #5cc1a8;
    /*position: absolute;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
}

   
    /*AGGIUNTA BOX ROADSHOW*/
    .boxRoadShow1 img:before, .slab article.boxRoadShow1 > .box > a > .classBox > .image:before, .slab > .box > .classBox > .image {
    background-color: #daa68f;
}

.boxRoadShow2 img:before, .slab article.boxRoadShow2 > .box > a > .classBox > .image:before, .slab > .box > .classBox > .image {
    background-color: #ea728e;
}

body:not(.is-touch) .slab article:not(.active):hover > .image,
body:not(.is-touch) .slab article.active {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


body:not(.is-touch) .slab article:hover > .image:before,
.slab article.active > .image:before {
    background-color: #333333;
    opacity: 0.35;
}

body:not(.is-touch) .slab article:hover > .image:after {
    opacity: 0;
}

body:not(.is-touch) .slab article:hover .content {
    max-height: 15em;
    opacity: 1;
}

* + .slab {
    margin-top: 0em;
}

/*body.is-preload .slab article {
			-moz-transform: scale(0.9);
			-webkit-transform: scale(0.9);
			-ms-transform: scale(0.9);
			transform: scale(0.9);
			opacity: 0;
		}*/

body.is-touch .slab article .content {
    max-height: 15em;
    opacity: 1;
}

@media screen and (max-width: 1280px) {

    .slab {
        margin: -1.25em 0 0 -1.25em;
    }

        .slab article {
            width: calc(33.33333% - 1.25em);
            margin: 1.25em 0 0 1.25em;
        }

        .slab.slab4 article {
            width: calc(25% - 1.25em);
            margin: 1.25em 0 0 1.25em;
        }
}

@media screen and (max-width: 980px) {

    .slab {
        margin: -2.5em 0 0 -2.5em;
    }

        .slab article {
            width: calc(50% - 2.5em);
            margin: 2.5em 0 0 2.5em;
        }
        .slab.slab4 article {
            width: calc(50% - 2.5em);
            margin: 2.5em 0 0 2.5em;
        }

}

@media screen and (max-width: 736px) {

    .slab {
        margin: -1.25em 0 0 -1.25em;
    }

        .slab article {
            width: calc(50% - 1.25em);
            margin: 1.25em 0 0 1.25em;
        }

        .slab.slab4 article {
            width: calc(100% - 1.25em);
            margin: 1.25em 0 0 1.25em;
        }

            .slab article:hover > .image {
                -moz-transform: scale(1.0);
                -webkit-transform: scale(1.0);
                -ms-transform: scale(1.0);
                transform: scale(1.0);
            }
}

@media screen and (max-width: 480px) {

    .slab {
        margin: 0;
    }

        .slab article {
            width: 100%;
            margin: 1.25em 0 0 0;
        }
}

/* Tiles */

.tiles {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 0 !important;
}

    .tiles + * {
        border-top: 0 !important;
    }

    .tiles article {
        -moz-align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        display: -moz-block;
        display: -webkit-block;
        display: -ms-block;
        display: block;
        -moz-transition: -moz-transform 0.25s ease, opacity 0.25s ease, -moz-filter 1s ease, -webkit-filter 1s ease;
        -webkit-transition: -webkit-transform 0.25s ease, opacity 0.25s ease, -webkit-filter 1s ease, -webkit-filter 1s ease;
        -ms-transition: -ms-transform 0.25s ease, opacity 0.25s ease, -ms-filter 1s ease, -webkit-filter 1s ease;
        transition: transform 0.25s ease, opacity 0.25s ease, filter 1s ease, -webkit-filter 1s ease;
        padding: 4em 4em 2em 4em;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        cursor: default;
        /*line-height: 13vh;*/
        height: 40vh;
        max-height: 40em;
        min-height: 23em;
        overflow: hidden;
        position: relative;
        vertical-align: central;
        width: 40%;
    }

        .tiles article .image {
            display: none;
        }

        .tiles article header {
            position: relative;
            z-index: 3;
        }

        .tiles article:nth-last-child(3),
        .tiles article:nth-last-child(2),
        .tiles article:last-child {
            /* padding-top: 7em; */
        }

        .tiles article h3 {
            font-size: 1.75em;
        }

            .tiles article h3 a:hover {
                color: inherit !important;
            }

        .tiles article p {
            text-decoration: none;
            color: white;
        }

        .tiles article .article-link {
            position: relative;
            z-index: 5;
            color: white;
            text-decoration: none;
            font-weight: 700;
            display: inline-block;
            line-height: 35px;
        }

            .tiles article .article-link:hover {
                color: white !important;
            }

        .tiles article .link.primary {
            border: 0;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 4;
        }

        .tiles article:before {
            -moz-transition: opacity 0.5s ease;
            -webkit-transition: opacity 0.5s ease;
            -ms-transition: opacity 0.5s ease;
            transition: opacity 0.5s ease;
            bottom: 0;
            content: '';
            display: block;
            height: 100%;
            left: 0;
            opacity: 0.85;
            position: absolute;
            width: 100%;
            z-index: 2;
        }

        .tiles article:after {
            background-color: rgba(36, 41, 67, 0.4);
            content: '';
            display: block;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1;
        }

        .tiles article:hover:before {
            opacity: 0;
        }

        .tiles article.is-transitioning {
            -moz-transform: scale(0.95);
            -webkit-transform: scale(0.95);
            -ms-transform: scale(0.95);
            transform: scale(0.95);
            -moz-filter: blur(0.5em);
            -webkit-filter: blur(0.5em);
            -ms-filter: blur(0.5em);
            filter: blur(0.5em);
            opacity: 0;
        }

        .tiles article:nth-child(4n - 1), .tiles article:nth-child(4n - 2) {
            width: 60%;
        }

        .tiles article:nth-child(9n - 8):before {
            background-color: #6fc3df;
        }

        .tiles article:nth-child(9n - 7):before {
            background-color: #8d82c4;
        }

        .tiles article:nth-child(9n - 6):before {
            background-color: #CF72A1;
        }

        .tiles article:nth-child(9n - 5):before {
            background-color: #ff9380;
        }

        /*AGGIUNTA ROADSHOW*/
        .tiles article:nth-child(9n - 4):before {
            background-color: #ffb75c;
        }

        .tiles article:nth-child(9n - 3):before {
            background-color: #8ea9e8;
        }

        .tiles article:nth-child(9n - 2):before {
            background-color: #87c5a4;
        }

        /*.tiles article:nth-child(8n - 1):before {
            background-color: #CCB375;
        }*/

        .tiles article:nth-child(9n - 1):before {
            background-color: #BC8C61;
        }

        .tiles article:nth-child(9n):before {
            background-color: #d0c544;
        }

        /*DIMENSIONI BOX*/

        /*scopri le reti*/
        .tiles article:nth-child(9n - 3) {
            width: 50%;
        }

        /*kit per operatori*/
        .tiles article:nth-child(9n - 2) {
            width: 50%;
        }

        /*indagini sui fabbisogni*/
        .tiles article:nth-child(9n - 1) {
            width: 40%;
        }

        /*laboratori  e questionari*/
        .tiles article:nth-child(9n) {
            width: 60%;
        }

        /*roadshow*/
        .tiles article:nth-child(9n - 4) {
            width: 100%;
        }

.imgIndagini {
    padding-left: 30%;
    padding-right: 30%;
    padding-bottom: 3%;
    width: 100%;
    height: auto;
}

.titoloIndagini {
    width: 60%;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    color: #BC8C61;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    margin-left: 20%;
}

.testoIndagini {
    font-size: 10pt;
    padding: 2%;
}

@media screen and (max-width: 1280px) {

    .tiles article {
        padding: 1em 3em 2em 3em;
        height: 30vh;
        max-height: 30em;
        min-height: 20em;
    }

        .tiles article:nth-last-child(3),
        .tiles article:nth-last-child(2),
        .tiles article:last-child {
            /* padding-top: 6em; */
        }
}

@media screen and (max-width: 980px) {

    .tiles article {
        width: 50% !important;
    }
}

@media screen and (max-width: 736px) {

    .tiles article {
        padding: 3em 1.5em 1em 1.5em;
        height: 16em;
        max-height: none;
        min-height: 0;
    }

        .tiles article h3 {
            font-size: 1.5em;
        }

        .tiles article:nth-last-child(3),
        .tiles article:nth-last-child(2),
        .tiles article:last-child {
            /* padding-top: 5em; */
        }
}

@media screen and (max-width: 480px) {

    .tiles {
        display: block;
    }

        .tiles article {
            height: 20em;
            width: 100% !important;
        }

            .tiles article:nth-last-child(3),
            .tiles article:nth-last-child(2),
            .tiles article:last-child {
                /* padding-top: 7em; */
            }
}

/* Contact Method */

.contact {
    margin-top: 1em;
    padding-top: 0.7em;
    border-top: solid 1px lightgray;
    border-bottom: solid 1px lightgray;
    text-align: center;
    color: #5F9280;
    cursor: default;
}

    .contact h5 {
        color: #307C58;
    }

    .contact a {
        color: inherit;
        cursor: pointer;
        text-decoration: none;
    }

        .contact a:hover {
            color: #307C58;
        }

/*.contact .icon {
			position: absolute;
			top: 0;
            left: 0;
        }*/

/* Spotlights */

.spotlights {
    border-top: 0 !important;
}

    .spotlights + * {
        border-top: 0 !important;
    }

    .spotlights > section {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        background-color: transparent;
        margin: 1.5em 0;
    }

        .spotlights > section > .image {
            background-position: center center;
            background-size: cover;
            border-radius: 0;
            display: block;
            position: relative;
            width: 30%;
        }

            .spotlights > section > .image img {
                border-radius: 0;
                display: block;
                width: 100%;
            }

        /*.spotlights > section > .image:before {
					background: rgba(36, 41, 67, 0.9);
					content: '';
					display: block;
					height: 100%;
					left: 0;
					opacity: 0;
					position: absolute;
					top: 0;
					width: 100%;
				}*/

        .spotlights > section > .content {
            display: -moz-flex;
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            -moz-flex-direction: column;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -moz-justify-content: center;
            -webkit-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            -moz-align-items: center;
            -webkit-align-items: center;
            -ms-align-items: center;
            align-items: center;
            padding: 2em 3em 0.1em 3em;
            width: 70%;
        }

            .spotlights > section > .content > .inner {
                margin: 0 auto;
                max-width: 100%;
                width: 65em;
            }

                .spotlights > section > .content > .inner header h3 a {
                    color: inherit;
                    text-decoration: none;
                }

                .spotlights > section > .content > .inner > p {
                    text-align: left;
                }

        .spotlights > section:nth-child(2n) {
            -moz-flex-direction: row-reverse;
            -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        }

            .spotlights > section:nth-child(2n) > .content {
                -moz-align-items: -moz-flex-end;
                -webkit-align-items: -webkit-flex-end;
                -ms-align-items: -ms-flex-end;
                align-items: flex-end;
            }

                .spotlights > section:nth-child(2n) > .content > .inner {
                    text-align: right;
                    margin-left: 0;
                }

                    .spotlights > section:nth-child(2n) > .content > .inner > p {
                        text-align: right;
                    }

                    .spotlights > section:nth-child(2n) > .content > .inner > ul {
                        -moz-flex-direction: column;
                        -webkit-flex-direction: column;
                        -ms-flex-direction: column;
                        flex-direction: column;
                    }

        .spotlights > section:last-child {
            margin-bottom: 3em;
        }

@media screen and (max-width: 1680px) {

    .spotlights > section > .image {
        width: 40%;
    }

    .spotlights > section > .content {
        width: 60%;
    }
}

@media screen and (max-width: 1280px) {

    .spotlights > section > .image {
        width: 45%;
    }

    .spotlights > section > .content {
        width: 55%;
    }
}

@media screen and (max-width: 980px) {

    .spotlights > section {
        display: block;
    }

        .spotlights > section > .image {
            width: 100%;
            height: 35vh;
        }

        .spotlights > section > .content {
            padding: 4em 3em 2em 3em;
            width: 100%;
        }
}

@media screen and (max-width: 736px) {

    .spotlights > section > .content {
        padding: 3em 1.5em 1em 1.5em;
    }
}

/* Header */

@-moz-keyframes reveal-header {
    0% {
        top: -4em;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes reveal-header {
    0% {
        top: -4em;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@-ms-keyframes reveal-header {
    0% {
        top: -4em;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes reveal-header {
    0% {
        top: -4em;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

#header {
    -webkit-box-shadow: 0px 2px 14px 0px rgba(28,28,28,0.75);
    -moz-box-shadow: 0px 2px 14px 0px rgba(28,28,28,0.75);
    box-shadow: 0px 2px 14px 0px rgba(28,28,28,0.75);
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    background-color: white;
    cursor: default;
    font-weight: 500;
    height: 3.25em;
    left: 0;
    letter-spacing: 0.25em;
    line-height: 3.25em;
    margin: 0;
    position: fixed;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 100;
}

    #header .logo {
        border: 0;
        display: inline-block;
        font-size: 0.8em;
        height: inherit;
        line-height: inherit;
        padding: 0 1.5em;
    }

    /*#header .logo strong {
				-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
				-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
				-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
				transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
				background-color: #676767;
				color: #242943;
				display: inline-block;
				line-height: 1.65em;
				margin-right: 0.325em;
				padding: 0 0.125em 0 0.375em;
			}

			#header .logo:hover strong {
				background-color: #9bf1ff;
			}

			#header .logo:active strong {
				background-color: #53e3fb;
			}*/

    #header nav {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-justify-content: -moz-flex-end;
        -webkit-justify-content: -webkit-flex-end;
        -ms-justify-content: -ms-flex-end;
        justify-content: flex-end;
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        height: inherit;
        line-height: inherit;
    }

        #header nav a {
            border: 0;
            color: black;
            display: block;
            font-size: 0.8em;
            height: inherit;
            line-height: inherit;
            padding: 0 0.75em;
            position: relative;
            vertical-align: middle;
            text-decoration: none;
        }

            /*#header nav a:last-child {
					padding-right: 1.5em;
				}*/

            #header nav a[href="#menu"] {
                padding-right: 3.325em !important;
                font-weight: 500;
            }

    /*#header nav a[href="#menu"]:before, #header nav a[href="#menu"]:after {
						background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='32' viewBox='0 0 24 32' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 2px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='0' y1='11' x2='24' y2='11' /%3E%3Cline x1='0' y1='21' x2='24' y2='21' /%3E%3Cline x1='0' y1='16' x2='24' y2='16' /%3E%3C/svg%3E");
                        
						background-position: center;
						background-repeat: no-repeat;
						background-size: 24px 32px;
						content: '';
						display: block;
						height: 100%;
						position: absolute;
						right: 1.5em;
						top: 0;
						vertical-align: middle;
						width: 24px;
					}

					#header nav a[href="#menu"]:after {
						-moz-transition: opacity 0.2s ease-in-out;
						-webkit-transition: opacity 0.2s ease-in-out;
						-ms-transition: opacity 0.2s ease-in-out;
						transition: opacity 0.2s ease-in-out;
						//background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='32' viewBox='0 0 24 32' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 2px%3B stroke: %239bf1ff%3B %7D%3C/style%3E%3Cline x1='0' y1='11' x2='24' y2='11' /%3E%3Cline x1='0' y1='21' x2='24' y2='21' /%3E%3Cline x1='0' y1='16' x2='24' y2='16' /%3E%3C/svg%3E");
                        opacity: 1;
						z-index: 1;
					}

					#header nav a[href="#menu"]:hover:after, #header nav a[href="#menu"]:active:after {
						opacity: 1;
					}

					#header nav a[href="#menu"]:last-child {
						padding-right: 3.875em !important;
					}

						#header nav a[href="#menu"]:last-child:before, #header nav a[href="#menu"]:last-child:after {
							right: 2em;
						}*/

    #header.reveal {
        -moz-animation: reveal-header 0.35s ease;
        -webkit-animation: reveal-header 0.35s ease;
        -ms-animation: reveal-header 0.35s ease;
        animation: reveal-header 0.35s ease;
    }

    #header.alt {
        -moz-transition: opacity 2.5s ease;
        -webkit-transition: opacity 2.5s ease;
        -ms-transition: opacity 2.5s ease;
        transition: opacity 2.5s ease;
        -moz-transition-delay: 0.75s;
        -webkit-transition-delay: 0.75s;
        -ms-transition-delay: 0.75s;
        transition-delay: 0.75s;
        -moz-animation: none;
        -webkit-animation: none;
        -ms-animation: none;
        animation: none;
        background-color: white;
        box-shadow: none;
        position: absolute;
    }

/*#header.alt.style1 .logo strong {
				color: #6fc3df;
			}

			#header.alt.style2 .logo strong {
				color: #8d82c4;
			}

			#header.alt.style3 .logo strong {
				color: #ec8d81;
			}

			#header.alt.style4 .logo strong {
				color: #e7b788;
			}

			#header.alt.style5 .logo strong {
				color: #8ea9e8;
			}

			#header.alt.style6 .logo strong {
				color: #87c5a4;
			}*/

/*body.is-preload #header.alt {
			opacity: 0;
		}*/

@media screen and (max-width: 1680px) {

    #header nav a[href="#menu"] {
        padding-right: 3.75em !important;
    }

        #header nav a[href="#menu"]:last-child {
            padding-right: 4.25em !important;
        }
}

@media screen and (max-width: 1280px) {

    #header .logo img {
        height: 4em;
    }

    #header nav a[href="#menu"] {
        padding-right: 4em !important;
    }

        #header nav a[href="#menu"]:last-child {
            padding-right: 4.5em !important;
        }
}

@media screen and (max-width: 736px) {

    #header {
        height: 2.75em;
        line-height: 2.75em;
    }

        #header .logo {
            padding: 0.5em 1em;
        }

            #header .logo img {
                height: 2.75em;
            }

        #header nav a {
            padding: 0 0.5em;
        }

            #header nav a:last-child {
                padding-right: 1em;
            }

            #header nav a[href="#menu"] {
                padding-right: 3.25em !important;
            }

                /*#header nav a[href="#menu"]:before, #header nav a[href="#menu"]:after {
							right: 0.75em;
						}*/

                #header nav a[href="#menu"]:last-child {
                    padding-right: 4em !important;
                }

    /*#header nav a[href="#menu"]:last-child:before, #header nav a[href="#menu"]:last-child:after {
								right: 1.5em;
							}*/

}

@media screen and (max-width: 480px) {

    #header .logo span {
        display: none;
    }

    #header nav a[href="#menu"] {
        overflow: hidden;
        padding-right: 15px !important;
        white-space: nowrap;
    }

    /*#header nav a[href="#menu"]:before, #header nav a[href="#menu"]:after {
					right: 0;
					width: inherit;
				}

				#header nav a[href="#menu"]:last-child:before, #header nav a[href="#menu"]:last-child:after {
					width: 4em;
					right: 0;
				}*/

}

/* TitlePageNav */

#navTitle {
    overflow: hidden;
    padding: 0 1em 0 0;
    background-color: #242944;
    color: white;
    height: 3em;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 3em;
}

    #navTitle div {
        width: 6%;
        min-width: 2.5em;
        max-width: 3.5em;
        height: inherit;
        float: left;
        margin-right: 1em;
    }

    #navTitle > a > div::after {
        font-family: 'Font Awesome 5 Free';
        content: '\f053';
        color: white;
        position: relative;
        left: calc(50% - 0.5em);
    }

    #navTitle div.water-green {
        background-color: #6fc3df;
    }

    #navTitle div.violet {
        background-color: #8d82c4;
    }

    #navTitle div.pink {
        background-color: #CF72A1;
    }

    #navTitle div.tomato {
        background-color: #ff9380;
    }

    #navTitle div.blue {
        background-color: cornflowerblue;
    }

    #navTitle div.green {
        background-color: #87c5a4;
    }

    #navTitle div.yellow {
        background-color: #CCB375;
    }

    #navTitle div.orange {
        background-color: #BC8C61;
    }

    #navTitle div.ocra {
        background-color: #D0C544;
    }

/* Banner */

#banner {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background-image: url("");
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    /*padding: 4em 0 2em 0;*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 0 !important;
    cursor: default;
    /*height: 17em;*/
    max-height: 25em;
    min-height: 15em;
    position: relative;
	opacity: 0.4;
}

    #banner:after {
        -moz-transition: opacity 2.5s ease;
        -webkit-transition: opacity 2.5s ease;
        -ms-transition: opacity 2.5s ease;
        transition: opacity 2.5s ease;
        -moz-transition-delay: 0.75s;
        -webkit-transition-delay: 0.75s;
        -ms-transition-delay: 0.75s;
        transition-delay: 0.75s;
        pointer-events: none;
        background-color: rgba(47, 48, 55, 0.6);
        content: '';
        display: block;
        height: 100%;
        left: 0;
        opacity: 0.7;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

    #banner h1 {
        color: white;
        font-size: 2.5em;
    }

    #banner > .inner {
        -moz-transition: opacity 1.5s ease, -moz-transform 0.5s ease-out, -moz-filter 0.5s ease, -webkit-filter 0.5s ease;
        -webkit-transition: opacity 1.5s ease, -webkit-transform 0.5s ease-out, -webkit-filter 0.5s ease, -webkit-filter 0.5s ease;
        -ms-transition: opacity 1.5s ease, -ms-transform 0.5s ease-out, -ms-filter 0.5s ease, -webkit-filter 0.5s ease;
        transition: opacity 1.5s ease, transform 0.5s ease-out, filter 0.5s ease, -webkit-filter 0.5s ease;
        color: white;
        /*padding: 0 !important;*/
        position: relative;
        padding: 3em 0 2em 2em;
        text-align: center;
        height: 100%;
        z-index: 2;
    }

        #banner > .inner .image {
            display: none;
        }

        #banner > .inner header {
            width: auto;
            margin-bottom: 1em;
        }

            #banner > .inner header > :first-child {
                width: auto;
            }

                #banner > .inner header > :first-child:after {
                    max-width: 100%;
                }

        #banner > .inner .content {
            display: -moz-flex;
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            -moz-align-items: center;
            -webkit-align-items: center;
            -ms-align-items: center;
            align-items: center;
            margin: auto;
            margin-bottom: 2em;
        }

            #banner > .inner .content > * {
                margin-right: 1.5em;
                margin-bottom: 0;
            }

            #banner > .inner .content > :last-child {
                margin-right: 0;
            }

            #banner > .inner .content p {
                font-size: 0.8em;
                font-weight: 500;
                color: white;
                width: 100%;
                text-align: center;
            }

                #banner > .inner .content p i {
                    margin: 0 0 0 0.5em;
                }

                #banner > .inner .content p span {
                    margin: 0 0.3em 0 0.3em;
                    letter-spacing: 0.1em;
                    text-transform: uppercase;
                }

    #banner .social {
        position: absolute;
        bottom: 0;
    }

    #banner.major {
        height: 75vh;
        min-height: 30em;
        max-height: 50em;
    }

        #banner.major.alt {
            opacity: 0.75;
        }

    #banner.style1:after {
        background-color: #6fc3df;
    }

    #banner.style2:after {
        background-color: #8d82c4;
    }

    #banner.style3:after {
        background-color: #ec8d81;
    }

    #banner.style4:after {
        background-color: #e7b788;
    }

    #banner.style5:after {
        background-color: #8ea9e8;
    }

    #banner.style6:after {
        background-color: #87c5a4;
    }

/*body.is-preload #banner:after {
			opacity: 1.0;
		}

		body.is-preload #banner > .inner {
			-moz-filter: blur(0.125em);
			-webkit-filter: blur(0.125em);
			-ms-filter: blur(0.125em);
			filter: blur(0.125em);
			-moz-transform: translateX(-0.5em);
			-webkit-transform: translateX(-0.5em);
			-ms-transform: translateX(-0.5em);
			transform: translateX(-0.5em);
			opacity: 0;
		}*/

@media screen and (max-width: 1280px) {

    #banner {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 736px) {

    #banner {
        padding: 4em 0 1em 0;
        height: auto;
        /*margin-bottom: -2.75em;*/
        max-height: none;
        min-height: 0;
        /*top: -2.75em;*/
    }

        #banner h1 {
            font-size: 2em;
        }

        #banner > .inner .content {
            display: block;
        }

            #banner > .inner .content > * {
                margin-right: 0;
                margin-bottom: 2em;
            }

        #banner.major {
            height: auto;
            min-height: 0;
            max-height: none;
        }
}

@media screen and (max-width: 480px) {

    #banner {
        padding: 4em 0 2em 0;
    }

        #banner > .inner .content p br {
            display: none;
        }

        #banner.major {
            padding: 8em 0 4em 0;
        }
}

/* Main */

#main {
    background-color: white;
    min-height: 400px;
}

    #main > * {
        border-top: solid 1px rgba(212, 212, 255, 0.1);
    }

        #main > *:first-child {
            border-top: 0;
        }

        #main > * > .inner {
            padding: 3em 0 2em 0;
            margin: 0 auto;
            max-width: 65em;
            width: calc(100% - 6em);
        }

            #main > * > .inner > article {
            }

@media screen and (max-width: 736px) {

    #main > * > .inner {
        padding: 3em 0 1em 0;
        width: calc(100% - 3em);
    }
}

#main.alt {
    background-color: transparent;
    border-bottom: solid 1px rgba(212, 212, 255, 0.1);
}

/* Articolo */

#articolo {
}

    #articolo a {
        color: #676767;
    }

        #articolo a:hover {
            color: #676767;
        }

    #articolo h1 a,
    #articolo h2 a,
    #articolo h3 a,
    #articolo h4 a,
    #articolo h5 a,
    #articolo h6 a {
        color: #2a2e4b;
    }

/* Document */

.document th {
    font-size: 12px;
}

    .document th.iconType, td.iconType {
        width: 10%;
    }

.document .iconType img {
    width: 40%;
    height: auto;
}

.document td {
    font-size: 16px;
}

/* Activity */

.activity > * > .row {
    margin-bottom: 2em;
}

/* Flip Image */

.flip-container {
    perspective: 500px;
    transform-style: preserve-3d;
}

    .flip-container:hover .back,
    .flip-container.active .back {
        transform: rotateY(0deg);
    }

    .flip-container:hover .front,
    .flip-container.active .front {
        transform: rotateY(-180deg);
    }

    .flip-container p {
        text-align: left;
    }

.flip-container, .front, .back {
    width: 220px;
    height: 220px;
}

@media screen and (max-width: 736px) {

    .flip-container, .front, .back {
        width: 250px;
        height: 250px;
    }
}

.flipper {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.front, .back {
    backface-visibility: hidden;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
}

.front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    background-color: #bbb;
    color: #676767;
}

.back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background-color: white;
    border: 1px solid gray;
    color: #676767;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    padding: 1em;
}

    .back h4 {
        margin: 0
    }

    .back p {
        font-size: 14px;
        color: dimgray;
    }

    .back .contatti {
        font-size: 20px;
        color: gray;
        cursor: pointer;
        position: absolute;
        bottom: 5px;
        right: 10px;
    }

    .back .all {
        font-size: 20px;
        color: gray;
        cursor: pointer;
        position: absolute;
        bottom: 5px;
        left: 13px;
    }

    .back small a {
        margin: 0 5px;
    }

/*.flip-card {
    background-color: transparent;
    width: 220px;
    height: 220px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: 0.6s;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner,
.flip-card.active .flip-card-inner {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-card-inner p {
    text-align: left;
}

.flip-card-front, .flip-card-back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: #676767;
}

    .flip-card-front img {
        width: 100%;
        height: 100%;
    }

.flip-card-back {
    background-color: white;
    border: 1px solid gray;
    color: #676767;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    padding: 1em;
}

    .flip-card-back h4 {
        margin: 0
    }

    .flip-card-back p {
        font-size: 14px;
        color: dimgray;
    }

    .flip-card-back small {
        font-size: 20px;
        color: gray;
        cursor: pointer;
        position: absolute;
        bottom: 10px;
        right: 10px;
    }

        .flip-card-back small a {
            margin: 0 5px;
        }
    */

/* Contact */

#contact {
    border-bottom: solid 1px rgba(212, 212, 255, 0.1);
    overflow-x: hidden;
}

label[for="trattamento"] {
    font-size: 12px;
}

#contact > .inner {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    padding: 0 !important;
}

    #contact > .inner > :nth-child(2n - 1) {
        padding: 4em 3em 2em 0;
        border-right: solid 1px rgba(212, 212, 255, 0.1);
        width: 60%;
    }

    #contact > .inner > :nth-child(2n) {
        padding-left: 3em;
        width: 40%;
    }

    #contact > .inner > .split {
        padding: 0;
    }

        #contact > .inner > .split > * {
            padding: 3em 0 1em 3em;
            position: relative;
        }

            #contact > .inner > .split > *:before {
                border-top: solid 1px rgba(212, 212, 255, 0.1);
                content: '';
                display: block;
                margin-left: -3em;
                position: absolute;
                top: 0;
                width: calc(100vw + 3em);
            }

        #contact > .inner > .split > :first-child:before {
            display: none;
        }

.bootbox label {
    font-weight: 100;
    margin-bottom: .5em;
}

@media screen and (max-width: 980px) {

    #contact > .inner {
        display: block;
    }

        #contact > .inner > :nth-child(2n - 1) {
            padding: 4em 0 2em 0;
            border-right: 0;
            width: 100%;
        }

        #contact > .inner > :nth-child(2n) {
            padding-left: 0;
            width: 100%;
        }

        #contact > .inner > .split > * {
            padding: 3em 0 1em 0;
        }

        #contact > .inner > .split > :first-child:before {
            display: block;
        }
}

@media screen and (max-width: 736px) {

    #contact > .inner > :nth-child(2n - 1) {
        padding: 3em 0 1em 0;
    }
}

/* Commenti */

.comments {
    background-color: #d9f7f7;
}

    .comments .comment {
        background-color: white;
        font-size: 14px;
    }

.comment > .col > div {
    color: #7F8C93;
}

.comment > .col > p {
    color: #676767;
    text-align: justify;
    margin: 1em 0 1em;
}

/* Wrapper */

#wrapper {
    -moz-transition: -moz-filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
    -webkit-transition: -webkit-filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
    -ms-transition: -ms-filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
    transition: filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
    padding-top: 3.25em;
}

    #wrapper.is-transitioning {
        opacity: 0;
    }

    #wrapper > * > .inner {
        padding: 3em 0 2em 0;
        margin: 0 auto;
        max-width: 65em;
        width: calc(100% - 6em);
    }

@media screen and (max-width: 736px) {

    #wrapper > * > .inner {
        padding: 3em 0 1em 0;
        width: calc(100% - 3em);
    }
}

@media screen and (max-width: 736px) {

    #wrapper {
        padding-top: 2.75em;
    }
}

/* Menu */

.menu {
    -moz-transition: -moz-transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
    -webkit-transition: -webkit-transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
    -ms-transition: -ms-transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
    transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    float: none;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    pointer-events: none;
    box-shadow: none;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 3em 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1002;
}

    .menu #container, .bootBoxGrigio #container2 {
        width: 100%;
        max-height: 100vh;
        overflow-y: auto;
        text-align: -webkit-center;
        text-align: center;
    }

    .menu label, .menu input[type=text] {
        position: relative;
        height: 100%;
        padding: 0.1em;
    }

    .menu label {
        /*text-align: left;
            margin-top: 5em;*/
        height: 100%;
    }

        .menu label i {
            font-size: 20px;
            color: white;
            position: relative;
            top: 40px;
            left: 2em;
            z-index: 5;
        }

    .menu input[type=text] {
        text-align: left;
        color: #FFFFFF;
        text-transform: uppercase;
        background-color: #B1B0BE;
        border: 0;
        width: 100%;
    }

#containerSearchDiv {
    background-color: #B1B0BE;
    height: 4em;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 5em;
}



#imageSearchDiv {
    width: 33%;
    float: left;
    padding: 1em;
    text-align: right;
    height: 100%;
    line-height: 2.2;
    color: white;
}

#searchDiv {
    float: right;
    width: 40%;
    height: 100%;
}

#searchIcon {
    width: 40px;
    height: auto;
}

#letsSearch {
    cursor: pointer;
    text-align: left;
    padding: 1em;
    display: none;
}

#navbar > #header > nav > #menuCerca {
    padding-right: 0em !important;
}

.title {
    background-color: #dad9ef;
    height: 4em;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 5em;
}

.title_menu_Reti {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 5em;
    background-color: #d6d8e6;
}

.menu .inner {
    -moz-transition: -moz-transform 0.35s ease-out, opacity 0.35s ease, visibility 0.35s;
    -webkit-transition: -webkit-transform 0.35s ease-out, opacity 0.35s ease, visibility 0.35s;
    -ms-transition: -ms-transform 0.35s ease-out, opacity 0.35s ease, visibility 0.35s;
    transition: transform 0.35s ease-out, opacity 0.35s ease, visibility 0.35s;
    -moz-transform: rotateX(20deg);
    -webkit-transform: rotateX(20deg);
    -ms-transform: rotateX(20deg);
    transform: rotateX(20deg);
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    width: 40%;
    position: relative;
    left: 30%;
    right: 30%;
    margin-bottom: 3em;
    /*max-height: 100vh;*/
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    visibility: hidden;
}

    .menu .inner > :first-child, .bootBoxGrigio .inner2 > :first-child {
        margin-top: 1em;
    }

/*.menu .inner > :last-child {
			margin-bottom: 3em;
        }*/

.menu ul, .bootBoxGrigio ul {
    margin: 0 0 1em 0;
}

    .menu ul.links, .bootBoxGrigio ul.links {
        list-style: none;
        padding: 0;
    }

        .menu ul.links > li, .bootBoxGrigio ul.links > li {
            padding: 0;
        }

            .menu ul.links > li > a:not(.button), .bootBoxGrigio ul.links > li > a:not(.button) {
                color: white;
                border: 0;
                border-top: solid 1px rgba(212, 212, 255, 0.5);
                display: block;
                font-size: 0.8em;
                font-weight: 500;
                letter-spacing: 0.25em;
                line-height: 4em;
                text-decoration: none;
                text-transform: uppercase;
            }

                .menu ul.links > li > a:not(.button):hover,
                .menu ul.links > li > a:not(.button):active,
                .bootBoxGrigio ul.links > li > a:not(.button):hover,
                .bootBoxGrigio ul.links > li > a:not(.button):active {
                    color: #9bf1ff;
                }

            .menu ul.links > li > .button,
            .bootBoxGrigio ul.links > li > .button {
                color: white;
                display: block;
                margin: 0.5em 0 0 0;
                cursor: pointer;
            }

            .menu ul.links > li:first-child > a:not(.button),
            .bootBoxGrigio ul.links > li:first-child > a:not(.button) {
                border-top: 0 !important;
            }

/*.menu ul.actions > li > .button {
        color: white;
        text-decoration: none;
    }*/

.menu .button, .bootBoxGrigio .button {
    color: white;
}

.menu .close, .bootBoxGrigio .close {
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 0;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 40px;
    overflow: hidden;
    opacity: 0.9;
    padding: 10px;
    position: absolute;
    right: 1em;
    text-align: right;
    text-shadow: none;
    top: 0.3em;
    vertical-align: middle;
    margin: 5px;
}

.color_menu {
    pointer-events: auto;
    opacity: 1.4;
    visibility: visible;
    background: #14215da8;
    color: white;
}
/*.menu .close:before, .menu .close:after {
		-moz-transition: opacity 0.2s ease-in-out;
		-webkit-transition: opacity 0.2s ease-in-out;
		-ms-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
		background-position: center;
		background-repeat: no-repeat;
		content: '';
		display: block;
		height: 4em;
		position: absolute;
		right: 0;
		top: 0;
		width: 4em;
	}

	.menu .close:before {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23ffffff%3B stroke-width: 2%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='20' y2='20' /%3E%3Cline x1='20' y1='0' x2='0' y2='20' /%3E%3C/svg%3E");
	}

	.menu .close:after {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %239bf1ff%3B stroke-width: 2%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='20' y2='20' /%3E%3Cline x1='20' y1='0' x2='0' y2='20' /%3E%3C/svg%3E");
		opacity: 0;
	}

	.menu .close:hover:after, .menu .close:active:after {
		opacity: 1;
	}*/

@media screen and (max-width: 736px) {
    .menu .inner {
        width: 60%;
        position: relative;
        left: 20%;
        right: 20%;
    }

    #navbar > #header > nav > a[href="#menu"]:last-child {
        padding-right: 1em !important;
    }
}

@media screen and (max-width: 480px) {
    .menu .inner {
        width: 90%;
        position: relative;
        left: 5%;
        right: 5%;
    }

    #searchIcon {
        width: 30px;
        height: auto;
    }
}

body.is-menu-visible #wrapper {
    -moz-filter: blur(0.5em);
    -webkit-filter: blur(0.5em);
    -ms-filter: blur(0.5em);
    filter: blur(0.5em);
}

body.is-menu-visible .menu {
    pointer-events: auto;
    opacity: 0.8;
    visibility: visible;
    background: rgba(36, 41, 67, 0.8);
    color: white;
}


body.is-menu-visible.is-ie .menu {
    background: rgba(42, 47, 74, 0.975);
}

body.is-menu-visible .menu .inner {
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
}

/* ScroollBar */

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/* Popup */

.popup {
    -webkit-box-shadow: 5px 10px 28px -10px rgba(0,0,0,0.95);
    -moz-box-shadow: 5px 10px 28px -10px rgba(0,0,0,0.95);
    box-shadow: 5px 10px 28px -10px rgba(0,0,0,0.95);
    width: 380px;
    height: 150px;
    background-color: white;
    color: #262626;
    opacity: 0.9;
    position: fixed;
    bottom: 20px;
    right: -390px;
    padding: 2em;
    border-radius: 5px;
    transition: 0.5s;
    z-index: 999;
}

    .popup:hover {
        opacity: 1;
    }

    .popup.active {
        right: 20px;
    }

.pop-close {
    color: #262626;
    position: absolute;
    top: 7px;
    left: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 500;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    60% {
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
}

@media (max-width: 728px) {

    .popup {
        width: 280px;
    }
}

/* Title */

.title::before {
    content: '';
    padding-left: 1.2em;
    margin-right: 0.8em;
}

.title.water-green::before {
    background-color: #33cccc;
}

.title.pink::before {
    background-color: #CF72A1;
}

.title.tomato::before {
    background-color: tomato;
}

.title.blue::before {
    background-color: cornflowerblue;
}

.title.green::before {
    background-color: forestgreen;
}

/* Tags */

#tags {
    font-size: 23px;
    text-transform: uppercase;
    cursor: default;
}

    #tags .badge-secondary {
        background-color: #8c8c8c !important;
    }

    #tags span {
        margin-right: 10px;
        border: solid 1px #8c8c8c;
    }

        #tags span:first-child {
            margin-right: 15px;
            border: none;
        }

        #tags span:last-child {
            margin-right: 0;
        }

/* Hot Topic */

#hot-topic {
    color: #262626;
    top: 5em;
    z-index: 0;
}

    #hot-topic > .row {
        margin-bottom: 1em;
    }

    #hot-topic span {
        color: #2a2e4b;
    }

    #hot-topic a {
        color: #666666;
        text-decoration: none;
    }

        #hot-topic a:hover {
            color: #262626;
        }

    #hot-topic.fixed {
        position: fixed;
        width: 21%;
    }

/* Footer */

#footer-container {
    background-color: #FFFFFF;
    width: 100%;
    overflow-x: hidden;
}

    #footer-container a {
        text-decoration: none;
    }

        #footer-container a:hover {
            color: white;
        }

#footer-up {
    margin-right: 0px;
    margin-left: 0px;
}

#center-up {
    text-align: center;
    padding: 0px;
}

#half-up {
    height: 40%;
    background-color: #242943;
}

#half-down {
    height: 60%;
    background-color: #242943;
}

#iconsDiv {
    background-color: white;
    padding: 2em;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-color: white;
    border-style: solid;
}

#left-up {
    float: left;
    text-align: center;
    background-color: #242943;
    border-top: #242943;
    border-bottom-right-radius: 40px;
    border-color: #242943;
    border-style: solid;
    padding-top: 2em;
}

#right-up {
    float: right;
    text-align: center;
    background-color: #242943;
    border-top: #242943;
    border-bottom-left-radius: 40px;
    border-color: #242943;
    border-style: solid;
    padding-top: 2em;
}

#footer-center {
    height: 20px;
}

#footer-down {
    text-align: center;
    margin-right: 0px;
    margin-left: 0px;
}

#center-down {
    text-align: center;
    border-top: white;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    border-color: #242943;
    border-style: solid;
    background-color: #242943;
}

#left-down {
    float: left;
    text-align: center;
    background-color: white;
}

#right-down {
    float: right;
    text-align: center;
}

#left-up small {
    display: inline-block;
    line-height: 16px;
    margin-top: 5px;
}

#footer img {
    min-height: 32px;
    min-width: 32px;
    max-height: 65px;
    /* max-width: 200px; */
}

#footer small {
    color: white;
    font-size: 12px;
}

#footer .lateral {
    padding-left: 2em;
    text-align: left;
}

.colored-border {
    margin-bottom: 2em;
    border-bottom: 1px solid #676767;
    width: 80%;
}

@media only screen and (max-width: 992px) {
    /* For tablets: */

    #half-up {
        height: 25%;
    }

    #half-down {
        height: 75%;
    }

    #footer-center {
        height: 20px;
    }

    #footer-down {
        text-align: center;
        margin-right: 0px;
        margin-left: 0px;
    }

    .colored-border {
        margin-bottom: 0;
        border-bottom: none;
        width: 100%;
    }
}

@media only screen and (max-width: 576px) {
    /* For mobile phones: */

    #footer-container {
        background-color: #242943;
    }

    #half-up {
        display: none;
    }


    #iconsDiv {
        padding: 1em 0.5em 0 0.5em;
        border-radius: 0;
    }

    #left-up {
        padding-top: 1em;
        padding-bottom: 1em;
    }

    #right-up {
        padding-top: 1em;
    }


    #center-down {
        margin-bottom: 1em;
    }

    #left-down {
        display: none;
    }

    #right-down {
        display: none;
    }

    #footer .lateral {
        padding-left: 0;
        text-align: center;
    }

    .colored-border {
        margin-bottom: 0;
        border-bottom: none;
        width: 100%;
    }
}

/* Main partner */
.school-head {
    border: 1px solid;
    padding: 1em;
    margin: 1em;
}

.icon-up {
    font-size: 10px;
    vertical-align: super;
}

.is-ie .scopri-le-reti h3 {
    display: table-cell;
}

.is-ie .classRoadshow h3 {
    display: table-cell;
}

.elementRow {
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
}

.bootboxElements {
    float: left;
}

.bootboxAlign {
    text-align: center;
}

/* Rete */
.full-height {
    height: 100%;
}

.indicazione-rete {
    color: #4d4d4d;
}

.geotag-rete {
    color: #727e94;
}

#read-all {
    padding: 0.3em 1em;
}

.titolo-attivita {
    color: #FFFFFF;
    font-weight: 700;
    font-size: large;
}

.partner-img {
    vertical-align: middle;
}

.overlay-partner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(100, 149, 237, 0.5);
}

#partner > div {
    overflow: hidden;
}

#partner img {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#partner:hover img {
    transform: scale(1.1) rotate(3deg);
}

.overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(36, 41, 68, 0.2);
}

.overlay-scuole {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(36, 41, 68, 0.2);
}

.background-titolo {
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
}

.background-attivita0 {
    background-color: rgba(242, 132, 158, 0.5);
}

.background-attivita1 {
    background-color: rgba(126, 202, 246, 0.5);
}

.background-attivita2 {
    background-color: rgba(123, 208, 193, 0.5);
}

.background-attivita3 {
    background-color: rgba(199, 91, 155, 0.5);
}

.background-attivita4 {
    background-color: rgba(174, 133, 202, 0.5);
}

.background-attivita5 {
    background-color: rgba(132, 153, 231, 0.5);
}

.flip-color {
    color: #FFFFFF;
}

.lateral-padding {
    padding: 0 0.2em;
}

.left-align {
    text-align: left;
}

.slideArrowLeft {
    cursor: pointer;
    width: 1.5em;
    float: left;
    padding: 0 1em 0 0;
    height: 220px;
    display: table;
    position: relative;
    z-index: 5;
}

.slideArrowRight {
    cursor: pointer;
    width: 1.5em;
    float: right;
    padding: 0 0 0 1em;
    height: 220px;
    display: table;
    position: relative;
    z-index: 5;
}

    .slideArrowLeft > i,
    .slideArrowRight > i {
        display: table-cell;
        vertical-align: middle;
    }

@media only screen and (max-width: 840px) {
    /* For mobile phones: */
    .text-center {
        text-align: center;
    }

    .testo-rete {
        margin-bottom: 1em;
    }

    .mw-14 {
        max-width: 100%;
    }

    .hide-smartphone {
        display: none;
    }
}

@media only screen and (min-width: 840px) {
    /* For desktop: */
    .hide-desktop {
        display: none;
    }
}

/* Background-image */
.adaptive-background {
    background-size: cover;
    background-position: top;
}

/*SFONDO IMMAGINE RETI BOX*/
.AdaptiveimageRoadShowBelluno {
    
    background-size: cover;
    background-position: center;
}

.AdaptiveimageRoadShowVicenza {
    background-size: cover;
    background-position: center;
}

.AdaptiveimageRoadShowTreviso {
    background-size: cover;
    background-position: center;
}

.AdaptiveimageRoadShowPadova {
    background-size: cover;
    background-position: center;
}

.AdaptiveimageRoadShowRovigo {
    background-size: cover;
    background-position: center;
}

.AdaptiveimageRoadShowVerona {
    background-size: cover;
    background-position: center;
}


.AdaptiveimageRoadShowVenezia {
    background-size: cover;
    background-position: center;
}


/* per visualizzazione su ipad orizzontale*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    .adaptive-background {
        background-attachment: initial;
        min-height: 25vh;
    }

        .adaptive-background.rounded {
            background-attachment: initial;
            min-height: 10vh;
            max-height: 10vh;
        }

    .imgEsp {
        min-height: 45vh;
    }
}

/* per visualizzazione su ipad verticale*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .bootboxVideo .bootbox-close-button:hover {
        color: #000 !important;
        text-decoration: none;
    }

    .bootboxVideo .bootbox-close-button {
        color: white !important;
        text-align: right;
        position: relative;
        left: 100%;
        font-size: 3rem;
        opacity: 1 !important
    }

        .bootboxVideo .bootbox-close-button:focus {
            outline: none !important;
        }

    .bootboxVideo .titoloVideo {
        width: 100vw;
        margin: 0.2em 0.2em 0em;
        padding: 0.5em;
        text-align: center;
    }
}

.max-min-15 {
    height: 15em;
    min-height: 15em;
    max-height: 15em;
}

.max-min-16 {
    height: 16em;
    min-height: 16em;
    max-height: 16em;
}

/* Rierca */

.ricerca {
    border-top: 0 !important;
    position: relative;
    width: 90%;
    left: 5%;
    right: 5%;
}

    .ricerca + * {
        border-top: 0 !important;
    }

    .ricerca .containerArticoli {
        float: left;
        padding: 4em 1em 1em 1em;
    }

        .ricerca .containerArticoli > .containerImmagine > .image {
            background-position: center center;
            background-size: cover;
            border-radius: 0;
            display: block;
            position: relative;
        }

            .ricerca .containerArticoli > .containerImmagine > .image img {
                border-radius: 0;
                display: block;
                width: 100%;
            }

        .ricerca .containerArticoli > .content > small {
            color: #FFFFFF;
        }

        .ricerca .containerArticoli > .content > header.titolo {
            margin-bottom: 1em;
            width: 100%;
            text-transform: uppercase;
            min-height: 60px;
        }

            .ricerca .containerArticoli > .content > header.titolo > :first-child {
                color: #FFFFFF;
            }

@media screen and (max-width: 1680px) {

    .ricerca .half-row > .image {
        width: 50%;
    }

    .ricerca .half-row > .content {
        width: 50%;
    }
}

@media screen and (max-width: 1280px) {

    .ricerca .half-row > .image {
        width: 50%;
    }

    .ricerca .half-row > .content {
        width: 50%;
    }
}

@media screen and (max-width: 980px) {

    .ricerca .half-row {
        display: block;
    }

        .ricerca .half-row > .image {
            width: 50%;
        }

        .ricerca .half-row > .content {
            padding: 4em 3em 2em 3em;
            width: 50%;
        }
}

@media screen and (max-width: 736px) {

    .ricerca .half-row {
        width: 100%;
    }

        .ricerca .half-row > .content {
            /*padding: 3em 1.5em 1em 1.5em;*/
        }
}

/* Documenti */
#link {
    color: #676767;
    background-color: #D3D3D3;
    border: none;
}

.slabDocumenti {
    margin-left: auto !important;
    margin-right: auto !important;
}

.articleDocumenti {
    width: 100% !important;
}

.imageDocumenti {
    height: 12em !important;
}

/* Eventi */
#eventi .box h2 {
    font-size: 1.7em;
}

.onLeftLg {
    float: none;
}

@media screen and (max-width: 980px) {
    .onLeftMd {
        float: left;
    }

    .onRightMd {
        float: right;
    }
}

@media screen and (min-width: 980px) {

    .onLeftLg {
        float: left;
    }
}

/* Dashboard */

.mini-icon-bar {
    border-radius: 60px;
    padding: 0.5em 0.6em;
    color: #83a7a3;
    background-color: #aedfdb;
}

.icon-bar {
    position: fixed;
    right: 3vw;
    bottom: -1vh;
    display: none;
    z-index: 100;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .icon-bar a {
        text-align: center;
        transition: all 0.3s ease;
        font-size: 1px;
    }

        .icon-bar a:hover {
            box-shadow: 0px 0px 18px #aedfdb;
        }

        .icon-bar a i {
            -webkit-box-shadow: 5px 5px 20px -7px rgba(0,0,0,0.7);
            -moz-box-shadow: 5px 5px 20px -7px rgba(0,0,0,0.7);
            box-shadow: 5px 5px 20px -7px rgba(0,0,0,0.7);
            display: inline-block;
            background-color: #aedfdb;
            border: 4px solid #FFFFFF;
            border-radius: 60px;
            padding: 0.5em 0.6em;
            color: #83a7a3;
            font-size: 32px;
        }



.iconaLegenda {
    height: 72px;
}

.legenda {
    background-color: white;
    box-shadow: 0px 5px 10px #888;
    display: none;
    margin-top: 3em;
    width: 320px;
    height: 70%;
    max-height: calc(100vh - 6em);
    position: fixed;
    right: 1em;
    bottom: 3em;
    z-index: 99;
}

    .legenda * {
        cursor: default;
    }
	
	.legendaBis {
		background-color: white;
		box-shadow: 0px 5px 10px #888;
		display: none;
		margin-top: 3em;
		width: 320px;
		height: 70%;
		max-height: calc(100vh - 6em);
		position: fixed;
		right: 1em;
		bottom: 3em;
		z-index: 99;
}

    .legendaBis * {
        cursor: default;
    }
	
	.legendaBis2 {
		background-color: white;
		box-shadow: 0px 5px 10px #888;
		display: none;
		margin-top: 3em;
		width: 320px;
		height: 70%;
		max-height: calc(100vh - 6em);
		position: fixed;
		right: 1em;
		bottom: 3em;
		z-index: 99;
}

    .legendaBis2 * {
        cursor: default;
    }

.intestazione {
    height: 70px;
}

.descrizione {
    height: calc(100% - 70px);
    overflow: auto;
}

    .descrizione > ul {
        list-style-type: none;
        width: 90%;
        padding: 0;
        margin: 0 5%;
    }

        .descrizione > ul > li {
            padding: 0;
        }

.titoloAttivita {
    width: 20%;
    height: 100%;
    float: left;
    text-align: center;
    min-height: 95px;
}

.hTitolo {
    width: 45px;
    height: 45px;
    margin: 0.5em 0.5em 0 0;
    background-color: #60bfb7;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: white;
}

.descrizioneAttivita {
    width: 80%;
    float: left;
    min-height: 95px;
}

.pTesto {
    font-size: 14px;
    margin-top: 0.5em;
}

.charts_button {
    color: #60bfb7;
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    border: 1px solid lightgray;
    font-size: 30px;
    margin: 0 0.5em 0.5em 0;
    transition: 0.3s;
    padding: 0;
}

    .charts_button:hover {
        color: #60bfb7;
        background-color: #ffffff;
    }

    .charts_button.open {
        color: #ffffff;
        background-color: #60bfb7;
    }
	
	
	.charts_buttonBis {
		color: #60bfb7;
		background-color: #ffffff;
		width: 50px;
		height: 50px;
		border: 1px solid lightgray;
		font-size: 30px;
		margin: 0 0.5em 0.5em 0;
		transition: 0.3s;
		padding: 0;
	}

    .charts_buttonBis:hover {
        color: #60bfb7;
        background-color: #ffffff;
    }

    .charts_buttonBis.open {
        color: #ffffff;
        background-color: #60bfb7;
    }
	
	.charts_buttonBis2 {
		color: #60bfb7;
		background-color: #ffffff;
		width: 50px;
		height: 50px;
		border: 1px solid lightgray;
		font-size: 30px;
		margin: 0 0.5em 0.5em 0;
		transition: 0.3s;
		padding: 0;
	}

    .charts_buttonBis2:hover {
        color: #60bfb7;
        background-color: #ffffff;
    }

    .charts_buttonBis2.open {
        color: #ffffff;
        background-color: #60bfb7;
    }

.div_All {
    text-align: center;
}

.charts_showAll {
    color: #60bfb7;
    background-color: #ffffff;
    width: 230px;
    height: 50px;
    border: 1px solid lightgray;
    font-size: 30px;
    margin: 0 0.5em 0.5em 0;
    transition: 0.3s;
}

    .charts_showAll:hover {
        color: #60bfb7;
        background-color: #ffffff;
    }

    .charts_showAll.open {
        color: #ffffff;
        background-color: #60bfb7;
    }
	
	.charts_showAllBis {
    color: #60bfb7;
    background-color: #ffffff;
    width: 230px;
    height: 50px;
    border: 1px solid lightgray;
    font-size: 30px;
    margin: 0 0.5em 0.5em 0;
    transition: 0.3s;
}

    .charts_showAllBis:hover {
        color: #60bfb7;
        background-color: #ffffff;
    }

    .charts_showAllBis.open {
        color: #ffffff;
        background-color: #60bfb7;
    }

.charts_showAllBis2 {
    color: #60bfb7;
    background-color: #ffffff;
    width: 230px;
    height: 50px;
    border: 1px solid lightgray;
    font-size: 30px;
    margin: 0 0.5em 0.5em 0;
    transition: 0.3s;
}

    .charts_showAllBis2:hover {
        color: #60bfb7;
        background-color: #ffffff;
    }

    .charts_showAllBis2.open {
        color: #ffffff;
        background-color: #60bfb7;
    }


.showChart {
    display: block;
    transition: .5s ease;
}

.showChartBis {
    display: block;
    transition: .5s ease;
}

.normal {
    color: #60bfb7;
    font-size: 40px;
    transition: .5s ease;
}

.hover {
    color: #60bfb7;
    font-size: 40px;
    transition: .5s ease;
}

a.hideCharts {
    text-decoration: none;
}

a.hideChartsBis {
    text-decoration: none;
}

/*.hideCharts:hover .normal,
.hideCharts .hover {
    display: none;
}*/

/*.hideCharts:hover .hover {
    display: inline;
}*/

.nascondiGrafici {
    display: inline;
    vertical-align: text-bottom;
    color: #60bfb7;
}

#chart1 {
    display: block !important;
}

#chart1Bis {
    display: block !important;
}

#chart1Bis2 {
    display: block !important;
}

.small_charts {
    display: none !important;
}

/*.firstArticle {
    margin-left: 0.6em !important;
}*/

/* Mobile */
@media screen and (max-width: 600px) {

    .legenda {
        width: 90%;
    }
}

@media screen and (max-width: 600px) {

    .legendaBis {
        width: 90%;
    }
	
	.legendaBis2 {
        width: 90%;
    }
}

/* Tablet */
@media screen and (max-width: 980px) {
    .charts_button {
        margin-right: 0;
    }

    #chart1 {
        display: none !important;
    }

    .small_charts {
        display: block !important;
    }
}

@media screen and (max-width: 980px) {
    .charts_buttonBis {
        margin-right: 0;
    }
	
	.charts_buttonBis2 {
        margin-right: 0;
    }

    #chart1Bis {
        display: none !important;
    }
	
	#chart1Bis2 {
        display: none !important;
    }

    .small_charts {
        display: block !important;
    }
}

/* classi custom per visualizzazione immagini articoli*/

.allineaSinistra {
    float: left;
    margin: 0 20px 20px 0;
}

.allineaDestra {
    float: right;
    margin: 0 20px 20px 0;
}

/* Accordion Ricorsivo */

.accordion {
    background-color: white;
    color: #676767;
    cursor: pointer;
    padding: 1em 1.5em;
    margin-bottom: 1em;
    width: 100%;
    text-align: left;
    border: none;
    border-bottom: 1px solid lightgray;
    outline: none;
}

    .accordion:after {
        content: '\f078';
        font-size: 16px;
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        color: #2a2e4b;
        float: right;
        margin-left: 5px;
    }

    .accordion.active,
    .accordion:hover,
    .accordion:active {
        background-color: #e6e6e6;
        outline: none;
    }

        .accordion.active:after {
            content: "\f077";
        }

.panel {
    padding: 0 1em 0;
    padding-right: 0;
    background-color: white;
    display: none;
    overflow: hidden;
}

    .panel > *:not(.accordion):not(.panel) {
        padding-right: 1em;
    }

    .panel > div.element {
        padding: .5em;
    }

        .panel > div.element img {
            width: 2.5em;
        }

/* Policy */

.policy h2:first-child {
    margin-top: 0;
}

.policy h2,
.policy h3,
.policy h4,
.policy h5 {
    margin-top: 1em;
}

/* Switch */

.thething {
    margin: 1em 0 3em;
    height: 100px;
}

#switch {
    background: #0099ff;
    cursor: pointer;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    float: left;
    width: 400px;
    padding: 8px;
    -moz-border-radius: 56px;
    -webkit-border-radius: 56px;
    border-radius: 56px;
}

    #switch:after {
        content: 'Vai al Sito';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -40%);
        color: white;
        text-transform: uppercase;
    }

    #switch .handle {
        display: block;
        background: #ffffff;
        position: relative;
        height: 80px;
        width: 80px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        border-radius: 40px;
        z-index: 1;
    }

        #switch .handle:after {
            content: '\f1d8';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            color: #2a2e4b;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-65%, -45%);
            font-size: 23px;
        }

@media screen and (max-width: 480px) {

    #switch {
        width: 300px;
        height: 70px;
    }

        #switch .handle {
            height: 55px;
        }
}

/*switch 2 per evento roadShow*/

#switch2 {
    background: #0099ff;
    cursor: pointer;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    float: left;
    width: 400px;
    padding: 8px;
    -moz-border-radius: 56px;
    -webkit-border-radius: 56px;
    border-radius: 56px;
}

    #switch2:after {
        content: 'Iscriviti';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -40%);
        color: white;
        text-transform: uppercase;
    }

    #switch2 .handle {
        display: block;
        background: #ffffff;
        position: relative;
        height: 80px;
        width: 80px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        border-radius: 40px;
        z-index: 1;
    }

        #switch2 .handle:after {
            content: '\f1d8';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            color: #2a2e4b;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-65%, -45%);
            font-size: 23px;
        }

@media screen and (max-width: 480px) {

    #switch2 {
        width: 300px;
        height: 70px;
    }

        #switch2 .handle {
            height: 55px;
        }
}






/* iframe */

iframe {
    max-width: 100%;
}

.bootboxVideo .modal-content, .bootBoxGrigio .modal-content {
    border: none;
    background-color: transparent;
}

.bootboxVideo .modal-header, .bootBoxGrigio .modal-header {
    border: none;
}

.bootboxVideo .bootbox-close-button:hover, .bootBoxGrigio .bootbox-close-button:hover {
    color: #000 !important;
    text-decoration: none;
}

.bootboxVideo .bootbox-close-button, .bootBoxGrigio .bootbox-close-button {
    color: white !important;
    text-align: right;
    position: relative;
    /*left: 100%;*/
    font-size: 3rem;
    opacity: 1 !important
}

    .bootboxVideo .bootbox-close-button:focus, .bootBoxGrigio .bootbox-close-button:focus {
        outline: none !important;
    }

@media (min-width: 320px) and (max-width: 480px) {

    .bootboxVideo .bootbox-close-button {
        left: 80%;
    }
}

.bootboxVideo .titoloVideo {
    width: 100vh;
    margin: 0.2em 0.2em 0em;
    padding: 0.5em;
    text-align: center;
}

.bootboxVideo .titoloNavBar {
    border: 0;
    color: black;
    display: block;
    font-size: 0.8em;
    height: inherit;
    line-height: inherit;
    padding: 0 0.75em;
    position: relative;
    vertical-align: middle;
    text-decoration: none;
}

.bootboxVideo .testoProgetto {
    text-align: justify;
    padding-left: 20vh;
    padding-right: 20vh;
    padding-top: 10vh;
    font-size: 12pt !important;
}

    .bootboxVideo .testoProgetto strong {
        color: #E7691F;
    }

    .bootboxVideo .testoProgetto img {
        float: left;
        height: auto;
        width: 100%;
    }

 .bootBoxInfoGrafica .bootbox-close-button  {
	 right: 0em;
    /* margin-left: 50px; */
	/* display:none !important; */
}

.bootBoxInfoGrafica .btn-iscriviti {
    background-color: #ebc177;
    /*padding: inherit;*/
    font-size: 1.50em;
}

.bootBoxInfoGrafica .btn-iscriviti:hover {
    background-color: #cba767;
}

@media only screen and (min-width : 992px) and (max-width : 1350px) {
	.prova {
		flex: 0 0 50%;
		max-width: 40%;
	}
}

@media only screen and (min-width : 992px) and (max-width : 1110px) {
    .prova {
        flex: 0 0 50%;
        max-width: 38%;
    }
}

/*AGGIUNTA CLASSE PER RETI SIMBOLO INFO*/
/*@media only screen and (min-width : 918px) {
    .size_img_info {
        font-size:40px;
    }
}
@media only screen and (min-width : 918px) and (max-width : 1125px) {
    .size_img_info {
        font-size: 60px;
    }
}

@media only screen and (min-width : 1125px){
    .size_img_info {
        font-size: 80px;
    }
}*/

@media only screen and (min-width : 175px) and (max-width : 978px) {
    .size_img_info {
        font-size: 40px;
        margin-top: 10px;
    }
}

@media only screen and (min-width : 978px)  {
    .size_img_info {
        font-size: 80px;
    }
}

@media only screen and (max-width : 1098px) {
    .size_text_Reti {
        font-size: larger;
    }
}

@media only screen and (min-width : 1099px) {
    .size_text_Reti {
        font-size: larger;
    }
}

@media only screen and (min-width : 879px) {
    .size_immagine_Regioni {
        width: 400px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 840px) {
    .size_immagine_Regioni {
        transform: scale(1.5);
        margin-top: 60px;
    }
}

/*PER VISUALIZZAZIONE IMMAGINE REGIONE PIU' GRANDI*/
@media only screen and (min-width : 879px) {
    .padding_box1 {
        padding: 30px;
    }
}
@media only screen and (min-width : 879px) {
    .padding_box2 {
       position:relative;
    }
}

@media only screen and (min-width : 879px) {
    .position_imm_regioni {
        position:absolute;
    }
}

.triangoloAlto {
    width: 0;
    height: 0;
    line-height: 0;
    border-bottom: 25px solid #afbec4;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    position: inherit;
    top: -25px;
    z-index: 2;
}

.freccia-giu {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #0F0;
}

/*APERTURA BOX RETI PER VISTA PC*/

@media only screen and (min-width : 750px) {
    .AperturaBoxReti {
        position: absolute;
        z-index: 999;
        top: 60vh;
        margin-left: 40px;
    }
}

    @media only screen and (min-width : 981px) {
        .AperturaBoxReti2 {
            position: absolute;
            z-index: 999;
            top: 115vh;
            margin-left: 40px;
        }
    }

    /*APERTURA BOX RETI PER VISTA CELLULARE*/
    @media only screen and (min-width : 336px) and (max-width : 737px) {
        .AperturaBoxRetiCellBelluno {
            position: absolute;
            z-index: 999;
            top: 370px;
        }
    }

    @media only screen and (min-width : 336px) and (max-width : 737px) {
        .AperturaBoxRetiCellVicenza {
            position: absolute;
            z-index: 999;
            top: 700px;
        }
    }

    @media only screen and (min-width : 336px) and (max-width : 737px) {
        .AperturaBoxRetiCellTreviso {
            position: absolute;
            z-index: 999;
            top: 1040px;
        }
    }

    @media only screen and (min-width : 336px) and (max-width : 737px) {
        .AperturaBoxRetiCellPadova {
            position: absolute;
            z-index: 999;
            top: 1370px;
        }
    }

    @media only screen and (min-width : 336px) and (max-width : 737px) {
        .AperturaBoxRetiCellRovigo {
            position: absolute;
            z-index: 999;
            top: 1710px;
        }
    }

    @media only screen and (min-width : 336px) and (max-width : 737px) {
        .AperturaBoxRetiCellVerona {
            position: absolute;
            z-index: 999;
            top: 2040px;
        }
    }

    @media only screen and (min-width : 336px) and (max-width : 737px) {
        .AperturaBoxRetiCellVenezia {
            position: absolute;
            z-index: 999;
            top: 2380px;
        }
    }

    /*APERTURA BOX RETI PER IPAD*/

@media only screen and (min-width : 700px) and (max-width : 979px) {
    .AperturaBoxRetiIPadTrevisoPadova {
        position: absolute;
        z-index: 999;
        top: 750px;
    }
}

@media only screen and (min-width : 700px) and (max-width : 979px) {
    .AperturaBoxRetiIPadRovigoVerona {
        position: absolute;
        z-index: 999;
        top: 1100px;
    }
}
@media only screen and (min-width : 700px) and (max-width : 979px) {
    .AperturaBoxRetiIPadVenezia {
        position: absolute;
        z-index: 999;
        top: 1450px;
    }
}

.hidden {
    display:none;
}

.loading {
    position: fixed;
    z-index: 1001;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.1);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }


@media screen and (min-width: 500px) {

    .socialFooter {
        display: none;
    }
}


/* Bottoni SVG */
.talentiLavoro .modal-content {
	background-color: transparent;
}
.talentiLavoro #SCARICA:hover {
	cursor: pointer;
}
.talentiLavoro #info:hover {
	cursor: pointer;
}
