/*! Font */

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=DM+Serif+Display:400,400i&display=swap');

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Sarabun:300,300i,400,400i,700,700i&display=swap');

/*! Font */

/*! Standards */

body, html {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #FFF;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a {
	text-decoration: none;
	color: #141414;
	transition: color 0.3s ease;
}

a:hover {
	color: #141414;
	text-decoration: none;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.sarabun {
	font-family: 'Sarabun', sans-serif;
	font-weight: 300;
}

.playfair {
	font-family: 'Playfair Display', sans-serif;
	font-weight: 400;
}

@media only screen and (max-width: 1024px) {
	
	.text-left {
		text-align: center;
	}
	
	.text-right {
		text-align: center;
	}

}

.container {
	z-index: 1;
}

/*! Standards */

/*! Container */

.container-800 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.container-1024 {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.container-1280 {
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.container-fluid {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.container-full {
	width: 100%;
	height: 100vh;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 1280px) {
	
	.container-800,
	.container-1024,
	.container-1280,
	.container-fluid {
		width: 100%;
	}

}

/*! Container */

/*! Row */

.row {
	width: 100%;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	background: transparent;
}

.divider-sm {
	padding-top: 7.5px;
	padding-bottom: 7.5px;
	background-color: transparent;
}

.divider-md {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: transparent;
}

.divider-lg {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: transparent;
}

/*! Row */

/*! Navigation */

.navbar {
	background-color: #FFF;
	padding-bottom: 15px;
	transition: all 0.3s;
	z-index: 99999999;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
	position: fixed;
	width: 100%;
}
  
.main-nav {
	list-style-type: none;
	display: none;
	margin-left: -25px;
}
  
.nav-links,
.logo,
.navbar-toggle {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #141414;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s;
}

.nav-links:hover {
	border-bottom: 2px solid #AF2B2B;
	background-color: transparent;
	color: #141414;
	padding-bottom: 5px;
}
  
.main-nav li {
	text-align: left;
	padding: 15px 0 0 0;
}
  
.logo {
	display: inline-block;
	font-size: 22px;
	margin-top: 15px;
	margin-left: 15px;
	font-family: 'DM Serif Display', serif;
	font-weight: 400;
	text-transform: lowercase;
}

.logo:hover {
	background-color: transparent;
	color: #141414;
}
  
.navbar-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	color: #141414;
	font-size: 22px;
}
  
.active {
	display: block;
}
  
@media screen and (min-width: 1024px) {
	
	.navbar {
		display: flex;
		justify-content: space-between;
		padding-bottom: 0;
		align-items: center;
	}

	.main-nav {
		display: flex;
		margin-right: 15px;
		flex-direction: row;
		justify-content: flex-end;
	}

	.main-nav li {
		text-align: center;
		padding: 7.5px 0 7.5px 0;
	}

	.nav-links {
		margin-left: 35px;
	}

	.logo {
		margin-top: 0;
	}

	.navbar-toggle {
		display: none;
	}

	.logo:hover,
	.nav-links:hover {
		color: #141414;
	}

}

/* .navigation {
	overflow: hidden;
	background-color: #141414;
	position: fixed;
	top: 0;
	width: 100%;
	display: block;
	transition: top 0.3s;
	z-index: 99999999;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
}
  
.navigation a {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	float: left;
	display: block;
	color: #FFF;
	text-align: center;
	padding: 25px 15px 25px 15px;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
}

.navigation .right-align a {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	float: right;
	display: block;
	color: #FFF;
	text-align: center;
	padding: 25px 15px 25px 15px;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
}
  
.navigation a:hover {
	background-color: #AF2B2B;
	color: #FFF;
}
  
.navigation a.active {
	background-color: #AF2B2B;
	color: #FFF;
}
  
.navigation .icon {
	display: none;
}

@media screen and (max-width: 600px) {

	.navigation .icon {
		display: block;
		float: right;
	}

	.navigation .right-align a {
		display: block;
		text-align: center;
		padding: 25px 15px 25px 15px;
	}

}
  
  /* @media screen and (max-width: 600px) {
	.navigation a:not(:first-child) {display: none;}
	.navigation a.icon {
	  float: right;
	  display: block;
	  color: #FFF;
	}
  }
  
  @media screen and (max-width: 600px) {
	.navigation.responsive {position: relative;}
	.navigation.responsive .icon {
	  position: absolute;
	  right: 0;
	  top: 0;
	}
	.navigation.responsive a {
	  float: none;
	  display: block;
	  text-align: left;
	}
  } */ */

/*! Navigation */

/*! Brands */

.brands-top {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	position: absolute;
	left: 25px;
	bottom: 25px;
	display: inline-block;
}

/*! Brands */

.icon-scroll,
.icon-scroll:before {
    position: absolute;
	right: 25px;
	bottom: 25px;
}

.icon-scroll {
    width: 30px;
    height: 50px;
    margin-left: -20px;
    bottom: 25px;
    margin-top: -35px;
    border: 2px solid #141414;
    border-radius: 25px
}

.icon-scroll:before {
    content: '';
    width: 7.5px;
    height: 7.5px;
    background: #141414;
    margin-left: -4px;
	top: 7.5px;
	left: 15px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}

@keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(25px)
    }
}

/*! Mouse Icon Scroll */

/* Header */

.header-split {
	height: 100vh;
	width: 50%;
	position: relative;
	top: 0;
	overflow-x: hidden;
	float: left;
}

.split-left {
	left: 0;
	background-color: #F5F5F5;
}
  
.split-right {
	right: 0;
	background-color: #AF2B2B;
}
  
.header-centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.header-centered img {
	max-width: 512px;
}

.mouse-overlay {
	color: rgb(255, 255, 255);
	opacity: 1;
}

@media only screen and (max-width: 1024px) {
	
	.header-split {
		height: 100vh;
		width: 100%;
		position: relative;
		top: 0;
		overflow-x: hidden;
		float: left;
	}

	.header-centered {
		width: 100%;
	}

	.header-centered img {
		max-width: 85%;
	}

}

/*! Header */

/*! Columns */

.columns-1 {
	width: 100%;
	float: left;
	background: transparent;
}

.columns-2 {
	width: 50%;
	float: left;
	background: transparent;
}

.columns-3 {
	width: 33.3333%;
	float: left;
	background: transparent;
}

.columns-4 {
	width: 25%;
	float: left;
	background: transparent;
}

.columns-5 {
	width: 20%;
	float: left;
	background: transparent;
}

.columns-6 {
	width: 16.6666%;
	float: left;
	background: transparent;
}

@media only screen and (max-width: 1024px) {
	
	.columns-1,
	.columns-2,
	.columns-3,
	.columns-4,
	.columns-6 {
		width: 100%;
		float: left;
		background: transparent;
	}

	.columns-5 {
		width: 25%;
		float: left;
		background: transparent;
	}

}

.box-big {
	background: transparent;
	padding: 35px;
	border: 3px solid #F5F5F5;
	transition: all 0.3s;
}

.box-big:hover {
	border: 3px solid #E2E2E2;
}

.box-small-reti {
	background: #FFF;
	padding: 15px;
	border: 3px solid #F5F5F5;
	transition: all 0.3s;
	position: relative;
	min-height: 340px;
}

.box-small-reti:hover {
	border: 3px solid #E2E2E2;
}

.box-small-operatori {
	background: #FFF;
	padding: 15px;
	border: 3px solid #F5F5F5;
	transition: all 0.3s;
	position: relative;
	min-height: 440px;
}

.box-small-operatori:hover {
	border: 3px solid #E2E2E2;
}

.bpd-tag {
	position: absolute;
	right: 15px;
	top: -15px;
	padding: 3.5px 15px 3.5px 15px;
	border: 0 solid #FFF;
	background-color: #AF2B2B;
	font-family: 'DM Serif Display', serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	border-radius: 5px;
}

@media only screen and (max-width: 1024px) {
	
	.bpd-tag {
		right: 15px;
		top: 15px;
	}

}

.alert-tag {
	padding: 15px;
	border: 0 solid #FFF;
	background-color: #AF2B2B;
	font-family: 'DM Serif Display', serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	border-radius: 5px;
}

.box-big-dark {
	background: transparent;
	padding: 35px;
	border: 3px solid #A02B2B;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	transition: all 0.3s;
}

.box-big-dark:hover {
	border: 3px solid #FFF;
}

.col-content {
	width: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-content .title {
	width: auto;
	background-color: transparent;
	text-align: center;
}

.col-content .title h1 {
	font-family: 'DM Serif Display', serif;
	color: #6E6E6E;
	font-size: 52px;
	font-weight: 400;
}

.col-content .title h3 {
	font-family: 'DM Serif Display', serif;
	color: #6E6E6E;
	font-size: 52px;
	font-weight: 400;
}

.col-content .title h4 {
	font-family: 'DM Serif Display', serif;
	color: #141414;
	font-size: 32px;
	font-weight: 400;
}

.col-content .subtitle {
	width: auto;
	background-color: transparent;
	text-align: center;
}

.col-content .subtitle h2 {
	color: #6E6E6E;
	font-size: 22px;
}

.col-content .subtitle h4 {
	color: #6E6E6E;
	font-size: 22px;
}

.col-content .subtitle h5 {
	color: #6E6E6E;
	font-size: 32px;
}

.col-content .text {
	width: auto;
	background-color: transparent;
	text-align: center;
}

.col-content .text h6 {
	color: #CCC;
	font-size: 14px;
	text-transform: uppercase;
}

.col-content .text p {
	color: #141414;
	font-size: 18px;
	line-height: 28px;
}

.col-content .img-tariffa {
	width: auto;
	text-align: center;
	padding: 0;
}

.col-content .img-tariffa img {
	width: 100%;
	height: auto;
	border: 0px solid #CCC;
}

.col-content .img-struttura {
	width: auto;
	text-align: center;
	padding: 15px 15px 15px 15px;
}

.col-content .img-struttura img {
	width: auto;
	height: 115px;
	border-radius: 50%;
	border: 5px solid #CCC;
}

.col-content .nome-struttura {
	width: auto;
	padding: 0 15px 0 15px;
	text-align: center;
}

.col-content .nome-struttura h4 {
	font-family: 'DM Serif Display', serif;
	color: #141414;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}

.col-content .posizione-struttura {
	width: auto;
	padding: 7.5px 15px 7.5px 15px;
	text-align: center;
}

.col-content .posizione-struttura p {
	color: #141414;
	font-size: 14px;
}

.col-content .descrizione-struttura {
	width: auto;
	padding: 7.5px 15px 15px 15px;
	text-align: center;
	font-size: 14px;
}

.col-content .descrizione-struttura p {
	color: #141414;
	font-size: 14px;
	line-height: 22px;
}

.col-content-left-dark {
	width: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-content-left-dark .title {
	width: auto;
	background-color: transparent;
	text-align: left;
}

.col-content-left-dark .title h3 {
	font-family: 'DM Serif Display', serif;
	color: #FFF;
	font-size: 32px;
	font-weight: 400;
}

.col-content-left-dark .subtitle {
	width: auto;
	background-color: transparent;
	text-align: left;
}

.col-content-left-dark .subtitle h4 {
	color: #FFF;
	font-size: 22px;
}

.col-content-left-light {
	width: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-content-left-light .title {
	width: auto;
	background-color: transparent;
	text-align: left;
}

.col-content-left-light .title h3 {
	font-family: 'DM Serif Display', serif;
	color: #6E6E6E;
	font-size: 32px;
	font-weight: 400;
}

.col-content-left-light .text {
	width: auto;
	background-color: transparent;
	text-align: left;
}

.col-content-left-light .text p {
	color: #141414;
	font-size: 18px;
	line-height: 28px;
}

.col-content-left-light .subtitle {
	width: auto;
	background-color: transparent;
	text-align: left;
}

.col-content-left-light .subtitle h4 {
	color: #6E6E6E;
	font-size: 22px;
}

.col-content-right {
	width: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-content-right .title h1 {
	font-family: 'DM Serif Display', serif;
	color: #FFF;
	font-size: 26px;
	font-weight: 400;
}

.col-content-right .title h2 {
	font-family: 'DM Serif Display', serif;
	color: #FFF;
	font-size: 32px;
	font-weight: 400;
}

.col-content-right .title h4 {
	font-family: 'DM Serif Display', serif;
	color: #FFF;
	font-size: 32px;
	font-weight: 400;
}

.col-content-right .text {
	width: auto;
	background-color: transparent;
	text-align: center;
}

.col-content-right .text p {
	color: #FFF;
	font-size: 18px;
	line-height: 28px;
}

.col-content-right .btn {
	background-color: transparent;
	text-align: center;
}

.col-content-right .btn-header {
	width: 100%;
	padding: 0;
	border: 0px solid #FFF;
	background-color: transparent;
	font-family: 'DM Serif Display', serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	cursor: pointer;
}

.col-content-center {
	width: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-content-center .title {
	width: auto;
	background-color: transparent;
	text-align: center;
}

.col-content-center .title h3 {
	font-family: 'DM Serif Display', serif;
	color: #FFF;
	font-size: 52px;
	font-weight: 400;
}

.col-content-center .title h4 {
	font-family: 'DM Serif Display', serif;
	color: #FFF;
	font-size: 32px;
	font-weight: 400;
}

.col-content-center .subtitle {
	width: auto;
	background-color: transparent;
	text-align: center;
}

.col-content-center .subtitle h4 {
	color: #FFF;
	font-size: 22px;
}

.col-content-center .text {
	width: auto;
	background-color: transparent;
	text-align: center;
}

.col-content-center .text p {
	color: #FFF;
	font-size: 18px;
	line-height: 28px;
}

.img-center {
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
  	align-items: center;
}

.img-left {
	max-width: 175px;
	display: flex;
  	align-items: left;
}

.img-mobile-phone {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
}

.img-full {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
  	align-items: center;
}

.img-footer {
	max-width: 175px;
	display: flex;
	align-items: left;
	padding-bottom: 12.5px;
}

.on-mobile {
	display: none;
}

.off-mobile {
	display: yes;
}

@media only screen and (max-width: 1024px) {

	.col-content {
		width: auto;
		padding-top: 7.5px;
		padding-bottom: 7.5px;
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
	}

	.col-content .title h1 {
		font-size: 52px;
	}
	
	.col-content .title h3 {
		font-size: 52px;
	}

	.col-content .subtitle h2 {
		font-size: 22px;
	}
	
	.col-content .subtitle h4 {
		font-size: 22px;
	}
	
	.col-content .text p {
		font-size: 16px;
		line-height: 26px;
	}

	.col-content .widget-title h3 {
		font-size: 22px;
	}
	
	.col-content .widget-text p {
		font-size: 16px;
		line-height: 26px;
	}

	.on-mobile {
		display: inline-block;
	}
	
	.off-mobile {
		display: none;
	}

	.col-content-left-dark .title {
		width: auto;
		background-color: transparent;
		text-align: center;
	}

	.col-content-left-dark .subtitle {
		width: auto;
		background-color: transparent;
		text-align: center;
	}

	.img-left {
		max-width: 175px;
		display: grid;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	}

	.img-footer {
		max-width: 125px;
		display: grid;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	}

	.col-content-left-light .title {
		width: auto;
		background-color: transparent;
		text-align: center;
	}

	.col-content-left-light .subtitle {
		width: auto;
		background-color: transparent;
		text-align: center;
	}

	.col-content-left-light .text {
		text-align: justify;
	}

}

/*! Columns */

/*! Effects & Backgrounds */

.border-solid {
	border: 1px solid #141414;
}

.border-dotted {
	border: 1px dotted #141414;
}

.shadow {
	filter: drop-shadow(0 0 10px #999999); 
}

.grayscale {
	filter: grayscale(100%);
	transition: all 0.3s;
}

.grayscale:hover {
	filter: grayscale(0%);
}

/*! Effects & Backgrounds */

/*! Form */

.form-inline {  
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.form-inline label {  
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #141414;
}

.form-inline .lg-form input {
	vertical-align: middle;
	border: 0px solid #CCC;
	background: #F5F5F5;
	border-radius: 5px;
	width: 98.5%;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
	height: 45px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
}

.form-inline .doub-form input {
	vertical-align: middle;
	border: 0px solid #CCC;
	background: #F5F5F5;
	border-radius: 5px;
	width: 97%;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
	height: 45px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
}

.form-inline .mid-form input {
	vertical-align: middle;
	border: 0px solid #CCC;
	background: #F5F5F5;
	border-radius: 5px;
	width: 95%;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
	height: 45px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
}
  
@media (max-width: 800px) {
	
	.form-inline {
		flex-direction: column;
		align-items: stretch;
	}

}

input:focus { 
    outline: none !important;
    box-shadow: 0 0 5px #CCC;
}

@media only screen and (max-width: 1024px) {

	.form-inline .lg-form input {
		width: 100%;
	}

	.form-inline .doub-form input {
		width: 100%;
	}

	.form-inline .mid-form input {
		width: 100%;
	}

}

#errori {
	padding:10px;
	margin: 10px 0px;
	border-bottom: 2px solid #ce5757;
	text-shadow: 1px 1px 1px #000;
	background:#e6abab;
	color:#fff;
}

#risultato {
	padding: 10px;
	margin: 10px 0px;
	border-bottom: 2px solid #6090cc;
	text-shadow: 1px 1px 1px #000;
	background:#abc6e6;
	color:#fff;
}

.asterisco {
	font-size: 12px;
	color:#da9393;
}

.info_form {
	color: #7f7d7d;
	font-style:italic;
	font-size:14px;
	margin-top:-12px;
}

/*! Form */

/* Modal */

.modal-wrap:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
}

.modal-overlay {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 102;
}

.modal-open:checked ~ .modal-wrap:before,
.modal-open:checked ~ .modal-wrap .modal-overlay {
    display: block;
}

.modal-open:checked ~ .modal-wrap .modal-dialog {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 20%;
}

.modal-dialog {
    background: #FFF;
    border: none;
    border-radius: 0;
    position: fixed;
    width: 100%;
    max-width: 512px;
    left: 50%;
    top: -100%;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    z-index: 103;
}

@media only screen and (max-width: 1024px) {
	
	.modal-dialog {
		width: 90%;
		max-width: 90%;
	}

}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #F5F5F5;
}

.modal-header h4 {
	font-size: 18px;
}

.modal-body {
	padding: 15px;
}

.modal-body .text h5 {
	font-size: 16px;
	padding: 3.5px;
	padding-bottom: 7.5px;
	color: #CCC;
}

.modal-body .text p {
	font-size: 14px;
	padding: 3.5px;
}

.modal-footer {
    padding: 15px;
	border-top: 1px solid #F5F5F5;
	text-align: right;
}

.btn-close {
	text-align: right;
	display: inline-block;
}















.modal-window {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.55);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.modal-window:target {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.modal-window > div {
	width: 512px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	padding: 2em;
	background: #ffffff;
}


@media only screen and (max-width: 1024px) {
	
	.modal-window > div {
		width: 90%;
	}	

}

.modal-close {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #141414;
	line-height: 50px;
	font-size: 80%;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 70px;
	text-decoration: none;
}

.modal-close:hover {
	color: #141414;
}

/* Modal */

.col-content .title .numbers {
	color: #AF2B2B;
	font-size: 52px;
}


.footer p {
	color: #FFF;
	font-size: 12px;
	line-height: 22px;
}

.footer p a {
	color: #FFF;
	transition: all 0.3;
}

.footer p a:hover {
	color: #ECBA82;
}

.col-content .btn {
	background-color: transparent;
	text-align: center;
}

.col-content .btn-label {
	background-color: transparent;
	text-align: center;
	
}

.box-small-reti label {
	cursor: pointer;
}

.box-small-reti button {
	min-width: 250px;
	height: 50px;
	border: 0 solid #FFF;
	background-color: transparent;
	font-family: 'DM Serif Display', serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	margin-bottom: 15px;
}

.box-small-operatori label {
	cursor: pointer;
}

.box-small-operatori button {
	min-width: 250px;
	height: 50px;
	border: 0 solid #FFF;
	background-color: transparent;
	font-family: 'DM Serif Display', serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	margin-bottom: 15px;
}

.col-content .btn-subscribe {
	width: 100%;
	padding: 0;
	border: 0px solid #FFF;
	background-color: transparent;
	font-family: 'DM Serif Display', serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	cursor: pointer;
}

.btn-sent {
	min-width: 250px;
	height: 50px;
	border: 0 solid #FFF;
	background-color: #66D066;
	font-family: 'DM Serif Display', serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	cursor: pointer;
}