/* Set all parents to full height */
html, body, 
.container,
.cbp-fbscroller,
.cbp-fbscroller section { 
	height: 100%; 
}

/* The nav is fixed on the right side  and we center it by translating it 50% 
(we don't know it's height so we can't use the negative margin trick) */
.cbp-fbscroller > nav {
	position: fixed;
	z-index: 9999;
	right: 100px;
	top: 50%;
	width: 26px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cbp-fbscroller > nav a {
	display: block;
	position: relative;
	z-index: 9999;
	color: transparent;
	width: 26px;
	height: 26px;
	outline: none;
	margin: 25px 0;
	border-radius: 50%;
	border: 4px solid #fff;
}

.no-touch .cbp-fbscroller > nav a:hover {
	background: rgba(255,255,255,0.6);
}

.cbp-fbscroller > nav a.cbp-fbcurrent {
	background: #fff;
}

/* background-attachment does the trick */
.cbp-fbscroller section {
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.no-touch .cbp-fbscroller section {
	background-attachment: fixed;
}

#fbsection1 {
	background-image: url(../immagini/01.jpg);
	position: relative;
}

#fbsection2 {
	background-image: url(../immagini/02.jpg);
	position: relative;
}

#fbsection3 {
	background-image: url(../immagini/03.jpg);
	position: relative;
}

#fbsection4 {
	background-color: #343434;
}
#fbsection5 {
	background-color: #343434;
}
#fbsection1 #description_txt{
	position: absolute;
	left: 45%;
	top: 40%;
	font-size: 2em;
	line-height: 1.6em;
	font-family: Lato;
	font-weight: 300;
}
#fbsection2 #description_txt {
	position: absolute;
	left: 25%;
	top: 35%;
	font-size: 2em;
	line-height: 1.6em;
	font-family: Lato;
	font-weight: 300;
}
#fbsection3 #description_txt {
	position: absolute;
	left: 50%;
	top: 30%;
	font-size: 2em;
	line-height: 1.6em;
	font-family: Lato;
	font-weight: 300;
}
#fbsection4 #description_txt {
	font-size: 2em;
	line-height: 1.6em;
	font-family: Lato;
	font-weight: 300;
	width: 100%;
	background-color: #E0E0E0;
	color: #666666;
	text-align: center;
	padding-top: 180px;
	padding-bottom: 20px;
	background-image: url(../immagini/bkg_top.jpg);
	background-repeat: repeat-x;
}
#fbsection5 #description_txt {
	font-size: 2em;
	line-height: 1.6em;
	font-family: Lato;
	font-weight: 300;
	width: 100%;
	background-color: #E0E0E0;
	color: #666666;
	text-align: center;
	padding-top: 180px;
	padding-bottom: 20px;
	background-image: url(../immagini/bkg_top.jpg);
	background-repeat: repeat-x;
}
.choosetype {
	padding: 0px;
	overflow: hidden;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.choosetype li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
}
.choosentype {
	padding: 0px;
	overflow: hidden;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.choosentype li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
}
.selected  {
	color: #F90;
}
#fbsection4 #description_txt a{
	color: #008CC7;
	text-decoration: none;
}
#fbsection4 #description_txt a:hover {
	color: #ec9f59;
}
.orange {
	color: #008CC7;
	text-decoration: none;
}
.orange:hover {
	color: #ec9f59;
}
.arancio {
	color: #008CC7;
}
#content_form {
	margin-right: auto;
	margin-left: auto;
	width: 35%;
	margin-top: 20px;
	display: block;
}
#consenso {
	font-weight: 300;
	font-size: 13px;
	margin-top: 15px;
}
#scegli {
	font-size: 24px;
	font-weight: 300;
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 300px;
}
.input {
	display: block;
	font-size: 18px;
	padding: 10px;
	width: 100%;
	margin-top: 15px;
}
.submit {
	background-color: #E0E0E0;
	display: block;
	padding: 10px;
	font-size: 18px;
	color: #008CC7;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 25%;
}
.submit:hover {
	color: #ec9f59;
}
.marginTop {
	display: block;
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	width: 100%;
	padding-top: 15px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B9B9B9;
	font-weight: 300;
	position: fixed;
	bottom: 0px;
	background-image: url(../immagini/bkg_footer.png);
	padding-bottom: 20px;
}
