* {
	font-family: 'Lato', sans-serif;
}
body {
	font-weight: 400;
}
a {
	text-decoration: none;
	color: #0073d5;
}
a:hover {
	text-decoration: underline;
	color: #ff001d;
}
.background-index {
	height: 100%;
    opacity: 1;
    overflow: hidden;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
	background: no-repeat url('../img/background-index.jpg') center center;
	background-size: cover;
}
.background-index:after {
	background: rgba(0,0,0,.8);
	content: ' ';
	position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.background-index:after {
    overflow: hidden;
    position: fixed;
	content: ' ';
	opacity: 0.85;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
	background-image: rgba(0, 0, 0, .5);
}
#draw_view,
.view {
	display: none;
}
.panel-content {
	margin: 25px 50px;
}

footer {
	font-size: 10px;
	color: #fff;
	line-height: 21px;
}

.btn-submit.j-button.j-button-is-label label {
	justify-content: center;
} 
.btn-submit .j-button-label { 
	height: 44px;
	line-height: 44px;
	text-transform: uppercase;
}

.btn-submit {
	color: #fff;
	background: #17322c;
	width: 150px;
	border-radius: 22px;
}

.j-button.btn-submit:hover label,
.j-button.btn-submit label {
	color: #fff;
}
.btn-submit:hover {
	background: #ff001d;
}

#main form {
	max-width: 400px;
	margin: auto;
}

.form-confirm-message {
	display: none;
}

.description,
p {
	margin-bottom: 10px;
	line-height: 1.3em;
}

.versione-demo {
	position: fixed;
	top: 0;
	left: 0;
	width: 100px;
	height: 40px;
	background-color: #f00;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	z-index: 100000;
}

.form-confirm-message {
	display: none:
}
.page-small,
.page {
	margin: auto;
	position: relative;
}
.page {
	max-width: 700px;
}
.page-small {
	position: absolute;
	width: 400px;
	margin-left: 0;
	top: 0;
	left: 0;
	bottom: 0;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
	background: #eaedef;	
}
.page-small-inner {
	background: #eaedef;
	padding: 10px 20px 20px 20px;
}

header {
	text-align: center;
	margin-bottom: 20px;
}
header img {
	max-width: 220px;
}
footer {
	text-align: right;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 30px;
}
footer div {
	display: inline-block;
	margin: 8px 10px 0 10px;
}

h1,h2,h3 {
	font-weight: normal;
}
h1 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 20px;
}
h2, h3 {
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 10px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}

.j-field.j-field-checkbox label {
	color: #fff;
}

@media screen and (max-width: 700px) {
.page-small {
	float: none;
	margin: auto;
}
}