@CHARSET "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
b{
	font-weight:bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


ol, ul {
	list-style: none;
	 margin: 0 auto;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@media (max-width: 767px) {
  	.hiddenxs{
		display:none!important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hiddensm{
		display:none!important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hiddenmd{
		display:none!important;
	}
}
@media (min-width: 1200px) {
	.hiddenlg{
		display:none!important;
	}
}

/**Typography*/
@font-face {
    font-family: "Century Gothic";
    font-style: normal;
    font-weight: normal;
    src: url("/tpls/css/fonts/centurygothic/regular/Centurygothic.eot?#iefix") format("embedded-opentype"), 
    url("/tpls/css/fonts/centurygothic/regular/Centurygothic.woff") format("woff"), 
    url("/tpls/css/fonts/centurygothic/regular/Centurygothic.ttf") format("truetype"), 
    url("/tpls/css/fonts/centurygothic/regular/Centurygothic.svg#Centurygothic") format("svg");
}
@font-face {
    font-family: "Century Gothic Bold";
    font-style: normal;
    font-weight: normal;
    src: url("/tpls/css/fonts/centurygothic/bold/centurygothicbold.eot?#iefix") format("embedded-opentype"), 
    url("/tpls/css/fonts/centurygothic/bold/centurygothicbold.woff") format("woff"), 
    url("/tpls/css/fonts/centurygothic/bold/centurygothicbold.ttf") format("truetype"), 
    url("/tpls/css/fonts/centurygothic/bold/centurygothicbold.svg#Centurygothic") format("svg");
}
@font-face {
    font-family: "Century Gothic Italic";
    font-style: normal;
    font-weight: normal;
    src: url("/tpls/css/fonts/centurygothic/italic/centurygothicitalic.eot?#iefix") format("embedded-opentype"), 
    url("/tpls/css/fonts/centurygothic/italic/centurygothicitalic.woff") format("woff"), 
    url("/tpls/css/fonts/centurygothic/italic/centurygothicitalic.ttf") format("truetype"), 
    url("/tpls/css/fonts/centurygothic/italic/centurygothicitalic.svg#Centurygothic") format("svg");
}
@font-face {
    font-family: "Century Gothic BoldItalic";
    font-style: normal;
    font-weight: normal;
    src: url("/tpls/css/fonts/centurygothic/bolditalic/centurygothicbolditalic.eot?#iefix") format("embedded-opentype"), 
    url("/tpls/css/fonts/centurygothic/bolditalic/centurygothicbolditalic.woff") format("woff"), 
    url("/tpls/css/fonts/centurygothic/bolditalic/centurygothicbolditalic.ttf") format("truetype"), 
    url("/tpls/css/fonts/centurygothic/bolditalic/centurygothicbolditalic.svg#Centurygothic") format("svg");
}
/*@font-face {
  font-family: 'FontAwesome';
  src: url('/tpls/css/fonts/fontawesome/fontawesome-webfont.eot?v=4.0.3');
  src: url('/tpls/css/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), 
  		url('/tpls/css/fonts/fontawesome/fontawesome-webfont.woff?v=4.0.3') format('woff'), 
  		url('/tpls/css/fonts/fontawesome/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), 
  		url('/tpls/css/fonts/fontawesome/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/
strong{
    font-family: 'Raleway', sans-serif;
	font-weight:700;
}
/************************************/

/************************************/
html {
  position: relative;
  min-height: 100%;
}
@media (min-width:1200px) {
	body {
	  /* Margin bottom by footer height */
	  margin-bottom: 125px !important; 
	}
	html {
	  background: #f7f6f1 !important;
	}
}
@media (max-width:1199px) {
	body {
	  /* Margin bottom by footer height */
	  margin-bottom: 80px !important;
	}
}
html,body{
	font-size:99%;
    font-family: 'Raleway', sans-serif;
	background:#fff;
	font-size:12px;
}
.step1, .step2, .step3, .step4 {
    font-family: 'Raleway', sans-serif;
}
#body_wrapper{
	padding:0px 20px;
	width:1000px;
	background:#fff;
	margin:0px auto;
	padding-bottom:20px;
}
/****LARGHEZZA CONTENITORI*/

/**HEADER**/
header{
	height:125px;
	position:relative;
	border-bottom:1px solid #6f6f6e;
	border-bottom:1px solid #cecece;
	margin-bottom:15px;
}
header.header_home{
	border-bottom:none;
}
header.header_alberocategorie{
	height:200px;
}
.header_alberocategorie #logo{
	bottom:65px;
}
#nverde{
	position:absolute;
	top:32px;
	right:-7px;
	font-size:40px;
	line-height:48px;
	display:none;
}
.header_alberocategorie #nverde{
	bottom:55px;
}
@media (min-width:768px) {
	.step1 .page-header, .step2 .page-header, .step3 .page-header, .step4 .page-header{
 		padding-bottom: 20px;
  		margin: 40px 0 46px;
	}
}
@media (max-width:767px) {
	.step1 .page-header, .step2 .page-header, .step3 .page-header, .step4 .page-header {
  		margin: 10px 0;
	}
}
.banner_cookies{
	background-color:black;
	opacity: 0.7;
	width: 100%;
	text-align: center;
	vertical-align:middle;
	font-size: 12px;
	position: fixed;
	bottom: 0px;
	z-index: 999999;
}
.testo_banner_cookies{
	padding: 10px 0;
	color: white;
}
.testo_banner_cookies button{
	color: black;
}
.testo_banner_cookies a{
	color: #337AB7;
}
#banner-aziende img{
		max-width:170px;
	}
@media (min-width:768px){
	#banner-aziende{
		float:right;
	}
	#banner-aziende-foot img{
		position:absolute;
		bottom:-99px;
	}
	#bottone-aziende{
		float:right;
		text-align:right;
	}
}
@media (max-width:767px){
	#banner-aziende{
		text-align:right;
	}
	#attrezzi{
		position:absolute;
		right:0;
	}
	#bottone-aziende{
		text-align:left;
	}
}
#bottone-aziende-foot p {
	font-size:12px;
}
#rowrelative {
	position:relative;
}
#rowform {
	padding-bottom:0px;
}
#divslogan {
	position: absolute;
  	bottom: 0;
  	right: 0;
  	text-align:right;
}
#divslogan p {
	margin-bottom:0;
	font-weight:600;
}
#bottone-aziende a, #bottone-aziende-foot a {
	background-color:#09bfa0;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	color:#fff;
	font-size:14px;
}
nav#topmenu{
		position:absolute;
		width:340px;
		height:37px;
		right:0px;
		bottom:0px;
		padding:0px;
	}
nav#topmenu-land{
		position:absolute;
		width:370px;
		height:100px;
		right:0px;
		bottom:0px;
		padding:0px;
	}
	nav#topmenu ul{
		width:300px;
		display:block;
	}
	nav#topmenu ul li{
		display:block;
	}
	nav#topmenu ul li a.aree_bottone{
	}
	#login_azienda{
		width:100px;
		color:#fff; 
		text-decoration:none; 
		font-size:12px; 
		background-color:#a2195b; 
		height:37px; 
		vertical-align:baseline; 
		text-align:center;
		position:relative;
		border-radius:10px 10px 0px 0px;
		-webkit-box-shadow: 2px -2px 5px 0px rgba(196,194,196,1);
		-moz-box-shadow: 2px -2px 5px 0px rgba(196,194,196,1);
		box-shadow: 2px -2px 5px 0px rgba(196,194,196,1);
		background: rgba(209,71,140,1);
		background: -moz-linear-gradient(top, rgba(209,71,140,1) 0%, rgba(194,54,122,1) 48%, rgba(162,25,91,1) 51%, rgba(194,54,122,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(209,71,140,1)), color-stop(48%, rgba(194,54,122,1)), color-stop(51%, rgba(162,25,91,1)), color-stop(100%, rgba(194,54,122,1)));
		background: -webkit-linear-gradient(top, rgba(209,71,140,1) 0%, rgba(194,54,122,1) 48%, rgba(162,25,91,1) 51%, rgba(194,54,122,1) 100%);
		background: -o-linear-gradient(top, rgba(209,71,140,1) 0%, rgba(194,54,122,1) 48%, rgba(162,25,91,1) 51%, rgba(194,54,122,1) 100%);
		background: -ms-linear-gradient(top, rgba(209,71,140,1) 0%, rgba(194,54,122,1) 48%, rgba(162,25,91,1) 51%, rgba(194,54,122,1) 100%);
		background: linear-gradient(to bottom, rgba(209,71,140,1) 0%, rgba(194,54,122,1) 48%, rgba(162,25,91,1) 51%, rgba(194,54,122,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1478c', endColorstr='#c2367a', GradientType=0 );
	}
	#login_azienda:hover{
		background: rgba(209,71,140,1);
		background: -moz-linear-gradient(top, rgba(209,71,140,1) 0%, rgba(162,25,91,1) 51%, rgba(194,45,119,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(209,71,140,1)), color-stop(51%, rgba(162,25,91,1)), color-stop(100%, rgba(194,45,119,1)));
		background: -webkit-linear-gradient(top, rgba(209,71,140,1) 0%, rgba(162,25,91,1) 51%, rgba(194,45,119,1) 100%);
		background: -o-linear-gradient(top, rgba(209,71,140,1) 0%, rgba(162,25,91,1) 51%, rgba(194,45,119,1) 100%);
		background: -ms-linear-gradient(top, rgba(209,71,140,1) 0%, rgba(162,25,91,1) 51%, rgba(194,45,119,1) 100%);
		background: linear-gradient(to bottom, rgba(209,71,140,1) 0%, rgba(162,25,91,1) 51%, rgba(194,45,119,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1478c', endColorstr='#c22d77', GradientType=0 );
	}
	#login_privato{
		color:#E38928;
		text-decoration:none;
		position:relative;
		line-height:12px;
		font-size:12px;
		height:25px;
		display:block;
	}
	#login_privato i{
		display:block;
		font-size:26px;
		position:absolute;
		top:0px;
		left:-27px;
	}
	#login_privato:hover {
	}
	#pulsante_privato{
		position:absolute;
		left:36px;
		bottom:27px;
		line-height:13px;
		font-size:12px;
		font-family: "Century Gothic Bold";
		height:25px;
	}
	#login_privato_parte1{
		color:#f19014;
		font-size:14px;
		display:block;
		line-height:13px;
	}
	#login_privato_parte2{
		color:#6f6f6e;
		font-size:14px;
		display:block;
		line-height:13px;
	}


.header_alberocategorie nav#topmenu{
	bottom:44px;
}
nav#topmenu ul li#pulsante_impresa_desktop{
	bottom: 24px;
    position: absolute;
    right: 2px;
    width: 190px;
}

nav#topmenu2{
	position:absolute;
	right:8px;
	top:20px;
}
nav#topmenu2 ul li{
	display:inline-block;
	border-left:1px solid #BEB4A9;
	line-height:11px;
}
nav#topmenu2 ul li:first-child{
	border-left:none;
}
nav#topmenu2 ul li a{
	display:inline-block;
	font-size:11px;
	line-height:11px;
	color:#BEB4A9;
	font-weight:400;
	font-family: "Century Gothic Bold";
	padding:0px 5px;
	text-decoration:none;
}

#pulsante_impresa_desktop a span,
#pulsante_impresa_desktop a{
	display:block;
	text-decoration:none;
	text-align:right;
}
#pulsante_impresa_desktop_icona img,
#pulsante_impresa_desktop_icona{
	width:35px;
	height:35px;
}

#pulsante_impresa_desktop_icona{
	position:absolute;
	left:29px;
	top:2px;
}
#pulsante_impresa_desktop_azienda{
	color:#A2195B;
	font-size:16px;
	font-weight:400;
	font-family: "Century Gothic Bold";
	line-height: 19px;
}
#pulsante_impresa_desktop_dipiu{
	color:#1D1D1B;
	font-size:12px;
	font-weight:400;
	font-family: "Century Gothic Bold";
	padding-right: 5px;
}

#partials_sections h2{
	padding:20px 0px;
	font-size:28px;
	line-height:26px;
}
#partials_sections h2 a{
	padding:20px 0px;
	font-size:30px;
	line-height:26px;
	color:#333;
}
#partials_sections section#listanotizie h2 a{
	text-decoration:none;
}
/***CONTENT**/
#content_wrapper{
	margin:20px auto;
	padding: 0 15px 50px;
}
#colonna_sx{
	width:578px;
	float:left;
}
#colonna_dx{
	margin-left:586px;
	width:381px;
}
#colonna_dx_wrapper{
	padding-top:0px;
}
#colonna_sx_img img{
	width:578px;
}
/***COLONNA SX****/
#colonna_sx_testo{
    padding-bottom:20px;
}
#colonna_sx_testo h1 b {
	font-weight:600;
}
@media (max-width:767px) {
	.step2 #colonna_sx_testo {
		padding-bottom:0;
	}
}
@media (min-width:768px) {
	#colonna_sx_testo h1, .h1colonnasx {
    	font-family: 'Raleway', sans-serif;
		font-size:36px;
		line-height:40px;
		font-weight:400;
		color: #333;
		margin:0 0 10px 0;
	}
}
@media (max-width:767px) {
	#colonna_sx_testo h1, .h1colonnasx {
    	font-family: 'Raleway', sans-serif;
		font-size:20px;
		line-height:25px;
		font-weight:400;
		color: #333;
		margin:0 0 10px 0;
	}
}
#colonna_sx_slogan{
    font-family: "Century Gothic";
	font-size:28px;
	line-height:30px;
	font-weight:400;
	margin-bottom:10px;
}
@media (min-width:768px) {
	#testolanding{
    	font-family: 'Raleway', sans-serif;
    	font-weight:400;
		font-size:21px;
		line-height:25px;
	}
}
@media (max-width:767px) {
	#testolanding{
    	font-family: 'Raleway', sans-serif;
    	font-weight:400;
		font-size:16px;
		line-height:20px;
	}
}
/**********PAGINA GRAZIE*/
#box_grazie{
	margin:20px;
	width:728px;
	margin:0px auto;
}
#box_grazie h1{
	margin-bottom:5px;
    font-family: "Century Gothic Bold";
	font-size:37px;
	line-height:31px;
	font-weight:400;
}
#box_grazie h2{
	margin-bottom:102px;
    font-family: "Century Gothic";
	font-size:29px;
	line-height:34px;
	font-weight:400;
}
#box_grazie h2 span{
	color:#A2195B;
	text-transform:uppercase;
    font-family: "Century Gothic Bold";
	font-size:29px;
	line-height:34px;
	font-weight:400;
}
#box_grazie2{
	text-align:center;
}
#box_grazie2_box1{
    font-family: "Century Gothic Bold";
	font-size:37px;
	line-height:31px;
	font-weight:400;
	color:#95C11E;
	margin-bottom:21px;
}
#box_grazie2_box2{
    font-family: "Century Gothic";
	font-size:29px;
	line-height:35px;
	font-weight:400;
}

#lista_social img{
	width:33px;
}

#lista_social li{
	display:inline;
	padding:0px;
}
#socials{
	width:796px;
	margin:0px auto;
	margin-top:55px;
	background:#fff;
	margin-bottom:73px;
	text-align:left;
	position:relative;
	
}
#socials p{
	color:#1d70b7;
	font-size:22px;
	margin-bottom:10px;
	line-height:36px;
}
#lista_social li a{
	text-decoration:none;
}
#greysection {
	background-color:#f7f6f1;
	text-align:center;
	color:#666;
}
#greysection-text {
	background-color:#f7f6f1;
	color:#666;
}
@media (max-width: 1199px) {
	#greysection-text {
		margin-top: 30px;
	}
}
#greysection-text #text-land {
	color:#666;
}
#greysection-text #text-land h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}
#greysection-text #text-land a {
	font-weight: bold;
	color: #f19014;
}
#greysection-text #text-land p {
	margin: 0 0 15px;
}
.yellow {
	color:#f19014;
}
.contenitore{
	padding:50px 0;
}
@media (max-width:767px) {
	.step3 .contenitore{
		padding:20px 0;
	}
}
@media (min-width:768px) {
	#greysection h2 {
		font-family: 'Raleway', sans-serif;
		font-weight:600;
		margin-top:0px;
		margin-bottom:30px;
		font-size:30px;
	}
}
@media (max-width:767px) {
	#greysection h2 {
		font-family: 'Raleway', sans-serif;
		font-weight:600;
		margin-top:0px;
		margin-bottom:30px;
		font-size:25px;
	}
}
@media (min-width:768px) {
	#greysection .contenitore {
		padding:80px 0;
	}
}
@media (max-width:767px) {
	#greysection h3 {
		font-size:20px;
	}
}
.strongrey {
	font-family: 'Raleway', sans-serif;
	font-weight:700;
}
#imgsection {
	background: url(/img/img-desk.jpg) no-repeat center center;
	background-size: cover;
	color:#fff;
}
#imgsection h2 {
	font-family: 'Raleway', sans-serif;
	font-weight:800;
	margin-top:27px;
}
@media (max-width:767px) {
	#imgsection h2 {
		font-size:25px;
	}
}
@media (min-width:1200px) and (max-width:767px){
	#imgsection h2 {
		margin-top:27px;
	}
}
@media (min-width:768px) and (max-width:1199px){
	#imgsection h2 {
		margin-top:0px;
	}
}
@media (max-width:767px) {
	#imgsection p {
		font-size:18px;
	}
}
@media (min-width:768px) {
	#imgsection p {
		font-size:20px;
	}
}
#imgsection .form_container p {
	font-size:14px;
}
.divbollino {
	text-align:right;
	margin-bottom:15px;
}
.divbollino img {
	max-width:80px
}
#graysection {
	background-color:#f7f6f1;
	color:#666;
}
.strongblack {
	font-family: 'Raleway', sans-serif;
	font-weight:800;
	color:#333;
	font-size:30px;
}
.fa-check {
	color:#88c53d;
}
.fa-twitter {
	color:#55acee;
}
.fa-facebook {
	color:#3b5998;
}
.step3 hr {
	border-width: 2px;
}
.notizie_evidenza .copertina {
	position:relative;
}
.notizie_evidenza {
		padding-bottom:20px;
	}
	.notizie_corpo {
  		bottom: 20px;
	}

@media (max-width:991px){
	.notizie_corpo h2 {
  		font-size:16px;
	}
}
.notizie_corpo {
  	position: absolute;
  	left: 15px;
  	right: 15px;
  	background: #1C1C1B;
  	opacity: 0.8;
}
.notizie_corpo h2 {
    color:#fff;
	margin-top:15px;
	margin-bottom:15px;
	font-family: 'Raleway', sans-serif;
  	font-weight:800;
  	font-size:18px;
  	text-transform:uppercase;
}
.notizie_corpo h2 a {
 	color:#fff;
}
.notizie_corpocnt {
  	padding: 10px 15px;
}
i {
	/*padding-left:10px;*/
}
.soprafooter {
	height:150px;
	background:#fff;
}
/****FOOOTER****/
footer{
	font-family: 'Raleway', sans-serif;
	background:#e1e0dc;
	color:#666;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
}
@media (min-width:1200px) {
	.footer {
		/* Set the fixed height of the footer here */
	  	height: 125px;
	}
}
@media (max-width:1199px) {
	.footer {
		/* Set the fixed height of the footer here */
	  	height: 80px;
	}
}
#footer_wrapper{
	padding:10px;
}

footer a{
	color:#666;
	text-decoration:none;
}
footer .contenitore{
	padding: 20px 0;
}
/*********************subfooter>*/

#footer_wrapper{
	padding:10px;
}
#footer_menu{
	text-align:center;
	margin:0px auto;
}
#footer_menu li {
	border-right:1px solid #fff;
	padding:0px 10px;
	display:inline-block;
}
#footer_menu li a{
	color:#fff;
	display:inline-block;
}
#footer_menu li.footer_menu_last{
	border:none;
}
#footer_contattiList{
	text-align:center;
	margin:0px auto;
	margin-top:20px;
}
#footer_contattiList li{
	background-position:left center;
	background-repeat:no-repeat;
	display:inline-block;
	margin:0px 5px;
}

#footer_contattiList li.footer_contattiList_text{
	margin:0px 10px;
}
#footer_contattiList li a{
	color:#fff;
	text-decoration:none;
	display:inline-block;
}
#footer_contattiList li a i{
	display:inline-block;
	font-size:30px;
}
#footer_contattiList li a span{
	display:inline-block;
	vertical-align: 30%;
}
#footer_contattiList li.footer_contattiList_text a i{
	padding:0px 10px;
}
#footer_contattiList li a:hover i{
	color:#ccc;
}
#footer_contattiList_mail{
	/*background-image: url(/img/iconebase/busta.png);*/
}
#footer_contattiList_tel{
	/*background-image: url(/img/iconebase/telefono.png);*/
}
#footer_social li{
	display:inline-block;
	width:50px;
	height:50px;
	margin:0px auto;
	font-size:50px;
	padding:0px;
	margin:0px;
}
#footer_social li a{
	display:inline-block;
	width:50px;
	height:50px;
	font-size:50px;
	padding:0px;
	margin:0px;
}
#footer_social li a i{
	display:inline-block;
	width:50px;
	height:50px;
	font-size:50px;
	padding:0px;
	margin:0px;
}
#footer_social{
	margin:10px auto;
	text-align:center;
}

/****FORM****/
#immagine_procedi.bottoni_procedi_step2{
}
.form_container {
	border-radius:5px;
	padding:20px 10px;
	background-color:#3fa9f5;
	height:auto!important;
	position:relative;
}
.form_container_step2 {
	padding:20px 10px;
	background-color:#f7f6f1;
	height:auto!important;
	position:relative;
}
.form_container_step2 li {
    color: #c00;
}
.form_container_step2dati {
	background-color:transparent;
    display: inline-block;
    vertical-align: bottom;
}
.form_container select, .form_container text {
	border:0px;
	background:#f5f5f5;
}
.form_container_step2 select, .form_container_step3 select, .form_container_step2 text, .form_container_step3 text {
	border:1px solid;
	background:#fff;
}
form{
    font-family: 'Raleway', sans-serif;
    padding:12px 7px;
}
@media (max-width:767px){
	.step1 #formgroup-cosa, .step1 #formgroup-dove, .step1 #formgroup-cosadove, .step1 #divsubmit {
		padding-left:0;
		padding-right:0;
	}
}
@media (min-width:768px) and (max-width:991px){
	#formgroup-dove {
		margin-bottom: 0;
	}
}
@media (min-width:992px) and (max-width:1199px){
	#formgroup-cosa, #formgroup-dove {
		margin-bottom: 0;
	}
	#formgroup-cosadove {
		padding: 0;
	}
}
@media (max-width:1199px){
	#contform {
		padding-left:0;
		padding-right:0;
	}
}
.step1 form {
    padding:12px 0px;
}
.step3 form, .step2 form{
    padding:20px 0;
}
div.elementi_form,
div.step_wrapper{
    width:295px;
    margin:0px auto;
}
form label,form span, form legend{
	font-size:15px;
	line-height:18px;
}
#label-errori {
	color:#c00;
	background: #fff;
}
#domandestd label.labelgrande,
#domandestd legend{
	padding:5px 0px;
}
#immagine_procedi{
	margin-top:20px;
	margin-left:10px;
}
input.bottone_procedi, #bottone_procedi{
	background-color: #f19014;
  	-webkit-box-shadow: 0 5px 0 #a11a5b;
  	-moz-box-shadow: 0 5px 0 #a11a5b;
  	box-shadow: 0 5px 0 #a11a5b;
  	color:#fff;
  	text-transform: uppercase;
}
input.bottone_procedi:hover, #bottone_procedi:hover{
  	color:#a11a5b;
}
#formElem2 .elementoFormRichiesta{
	margin:20px 0px;
}
.wrapperf,
#formrichiesta_sottocategoria_domande{
	padding-top:0px;
}
#cntaccettaprivacyutente{
	padding-top:10px;
}
.form_container .row, footer .row, #containerstep3 .row {
	margin-left:0;
	margin-right:0;
}
.step3 textarea {
	width: 100%;
}
#divsubmit {
	text-align:center;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:900;
}
.step2 #divsubmit, .step3 #divsubmit {
	text-align: left;
	padding-bottom:15px;
}
.step2 #divsubmit input#bottone_procedi, .step3 #divsubmit input#bottone_procedi {
    width: auto;
    padding: 10px 40px;
}
#divsubmit input{
	width:100%;
}
#textsubmit{
	color:#fff;
	padding-top:15px;
	margin:0px;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
}
@media (max-width:767px) {
	.step3 #divsubmit{
		padding-top:20px;
	}
	.step4 #selectnuovopreventivo {
		margin-bottom: 15px;
	}
}
@media (min-width:992px) and (max-width:1199px){
	.campo-form{
		background:#f5f5f5;
	}
	#textsubmit{
		display:none;
	}
	.step4 .form-group{
		background:#fff;
	}
}
@media (max-width:991px){
	.form-group{
		background:#f5f5f5;
	}
	.step4 .form-group{
		background:#fff;
	}
}
@media (min-width:1200px){
	.form-group{
		background:#f5f5f5;
	}
	.step4 .form-group{
		background:#fff;
	}
}
@media (min-width:768px){
	/*#rowdati{
		position:relative;
	}
	#rowdati .form_container_step2dati{
		position:absolute;
		bottom:0px;
		right:0px;
	}*/
}
.form-group label, .step2 label, .step3 label {
	background:#f5f5f5;
	line-height:46px;
	margin-bottom:0px;
	font-weight:500;
	color:#4d4d4d;
}
@media (max-width:991px) {
	.step2 .form-group label{
		line-height:25px;
	}
}
@media (min-width:992px) {
	.step2 .form-group label{
		line-height:46px;
	}
	.step2 #form-group-last {
		margin-bottom:0;
	}
}
.form-group input{
	background:#f5f5f5;
	font-weight:400;
	color:#666;
}
.form_container_step2 input[type="text"], .form_container_step3 input[type="text"]{
	background:#fff;
	font-weight:400;
	color:#666;
}
.form_container_step2 input[type="checkbox"], .form_container_step3 input[type="checkbox"]{
	margin: 4px 4px 0 0;
}
.step2 textarea {
	background:#f5f5f5;
	width: 100%;
}
.form-control {
  height: 46px!important;
}
.step2 .form-control, .step3 .form-control {
  border-radius:0px;
}
@media (min-width:768px) {
	.step3 #selectnuovopreventivo {
		padding-left:0;
	}	
}
.form_container select {
	appearance: none;
  	-webkit-appearance: none;
 	-moz-appearance: none;
	background: transparent;
	-webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}
.form_container_step2 select, .form_container_step3 select {
	appearance: none;
  	-webkit-appearance: none;
 	-moz-appearance: none;
	background: #fff;
	-webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}
.dropdown:after {
      content: "\f107";
      font-family: 'FontAwesome';
      font-size: 14px;
      padding: 14px 0;
      position: absolute;
      right: 20px;
      top: 0;
      color:#555;
      bottom: 0;
      pointer-events:none;
}
/****CLASSI VARIE*****/
.float_clearer{
	clear:both;
	line-height:0px;
	font-size:0px;
	height:0px;
}
.viola{
	color:#a2195b;
}
.t_uppercase{
	text-transform:uppercase;
}
.testocentrato{
	text-align:center;
}
.testomoltogrande{
	font-size:36px;
	line-height:38px;
	font-weight:bold;
}
.testogrande{
	font-size:30px;
	line-height:32px;
	font-weight:bold;
}
.testomedio{
	font-size:26px;
	line-height:26px;
	font-weight:bold;
}
.testonobold{
	font-weight:normal;
}
#form_slogan{
	text-align:center;
}
#form_slogan p{
	display:inline;
}
.form_slogan_prima{
	color:#F19014;
	display:inline;
	font-size:32px;
	line-height:30px;
    font-family: "Century Gothic Bold";
    font-weight:400;
}

.form_slogan_seconda{
    font-family: "Century Gothic";
    font-weight:400;
	font-size:23px;
	line-height:30px;
}
.form_slogan_terza{
    font-family: "Century Gothic Bold";
    font-weight:400;
	font-size:23px;
	line-height:30px;
}
.testoarancio{
	color:#f9b233;
}
.testoverde{
	color:#95c11e;
}
label.preferenza_opt{
	display:block;
}

#form_slogan #utente_riga1 {
	font-family: "Century Gothic Bold";
	font-size: 20px;
	font-weight: 400;
	padding: 0 0 10px;
	text-align: center;
}
#form_slogan p{
	font-size:17px;
	line-height:24px;
	display:block;
	text-align:left;
}
#form_slogan #utente_riga2 span{
	font-size:25px;
	line-height:30px;
	text-align:left;
	color:#F19014;
    font-family: "Century Gothic Bold";
    font-weight:400;
}

#landing_banner{
	position:absolute;
	top:-62px;
	height:39px;
	width:100%;
	background:#A2195B;
}

#landing_banner_wrapper{
	width:966px;
	margin:5px auto;
	position:relative;
	height:29px;
}

#landing_banner_wrapper a span,
#landing_banner_wrapper a{
	display:block;
	text-decoration:none;
	text-align:right;
}
#landing_banner_wrapper img{
	width:29px;
	height:29px;
}

#pulsante_impresa_desktop_icona2{
	position:absolute;
	right:112px;
	top:-2px;
}
#pulsante_impresa_desktop_azienda2{
	color:#fff;
	font-size:14px;
	font-weight:400;
	font-family: "Century Gothic Bold";
	line-height: 17px;
}
#pulsante_impresa_desktop_dipiu2{
	color:#fff;
	font-size:10px;
	font-weight:400;
	font-family: "Century Gothic Bold";
	padding-right: 5px;
	line-height: 12px;
}
#last-form .ench_select,
#last-form select{
	width:430px;
}
#last-form #form_grazie_submit{
	margin-top:10px;
}
/******************************************************************************************************************************************************************/
#footer_dati_azienda{
	text-align:center;
}

/*****************************************************************form*/
div.ench_select_container {
	padding: 5px 0px;
	position: relative;
}

label.ench_select {
	position: relative;
	display: inline-block;
}

.ench_select select {
	display: inline-block;
	border: 1px solid #878786;
	padding: 4px 3px 3px 5px;
	margin: 0;
	font: inherit;
	outline: none; /* remove focus ring from Webkit */
	line-height: 36px;
	height: 36px;
	font-size: 16px;
	line-height: 28px;
	height: 28px;
	font-size: 13px;
	background: #fff;
	width: 295px;
	-webkit-appearance: none;
	/* remove the strong OSX influence from Webkit */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0px 1px 0px 0px #878786;
	box-shadow: inset 0px 1px 0px 0px #878786;
}

.ench_select select option {
	outline: none; /* remove focus ring from Webkit */
}

/* for Webkit's CSS-only solution */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.ench_select select {
		padding-right: 30px;
		line-height: 24px
	}
}

/* Since we removed the default focus styles, we have to add our own */
.ench_select select:focus {
	-webkit-box-shadow: 0 0 3px 1px #878786;
	-moz-box-shadow: 0 0 3px 1px #878786;
	box-shadow: 0 0 3px 1px #878786;
	outline: none;
}

/* Select arrow styling */
.ench_select:after {
	content: "";
	position: absolute;
	top: 2px;
	right: 1px;
	width: 20px;
	padding: 0 7px;
	color: #000;
	height: 24px;
	background: #fff url(/img/iconebase/freccia_select.png) no-repeat
		center center;
	pointer-events: none;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}

.no-pointer-events .ench_select:after {
	content: none;
}

#pulsante_procedi.step_home {
	width: 357px;
	margin: 0px auto;
	margin-top: 20px;
}

.chkrounded {
	border-radius: 10px;
	border: 1px solid #c00;
}

div.richiesta_steps_privacy {
	width: 220px;
	margin: 0px auto;
	position: relative;
	margin-top: 10px;
}

label {
	position: relative;
	display: inline-block;
}

span.errore {
	color: #c00;
	font-weight: bold;
	text-align: center;
	display: block;
	font-size: 20px;
}

div.msgerror_nuovoletta {
	display: inline-block;
	min-width: 50px;
	position: absolute;
	left: -145px;
	top: -10px;
	/*width: 135px;*/
	z-index: 2100;
	font-size: 12px;
}

div.msgerror_nuvoletta_corpo {
	background: none repeat scroll 0 0 #c00;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	/*width: 130px;*/
	padding: 10px 10px;
	text-align: center;
	opacity: 0.8;
}

div.msgerror_nuvoletta_triangolo {
	height: 5px;
	width: 5px;
	position: absolute;
	right: -5px;
	top: 10px;
	opacity: 0.8;
}

div.msgerror_nuvoletta_triangolo_corpo {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #c00;
	height: 0;
	width: 0;
}

div.msgerror_nuovoletta_destra {
	display: inline-block;
	min-width: 50px;
	position: absolute;
	left: -145px;
	top: -10px;
	z-index: 2100;
	font-size: 12px;
}

div.msgerror_nuvoletta_triangolo_destra {
	height: 5px;
	width: 5px;
	position: absolute;
	left: -5px;
	top: 10px;
	opacity: 0.8;
}

div.msgerror_nuvoletta_triangolo_corpo_destra {
	height: 0;
	width: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #c00;;
}

.containerreal_domanda {
	margin: 10px 0px;
	margin-top: 20px;
}

.containerreal_domanda td {
	padding: 10px 20px;
	padding-right: 0px;
}

.containerreal_domanda_wrapper {
	padding-left: 20px;
}

.elementoFormRichiesta {
	position: relative;
}

.elementoFormRichiesta input[type="text"],.elementoFormRichiesta input[type="email"],.elementoFormRichiesta input[type="password"],.elementoFormRichiesta textarea
	{
	display: inline-block;
	border: 1px solid #878786;
	padding: 4px 3px 3px 5px;
	margin: 0;
	font: inherit;
	outline: none; /* remove focus ring from Webkit */
	line-height: 25px;
	background: #fff;
	height: 25px;
	-webkit-appearance: none;
	/* remove the strong OSX influence from Webkit */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0px 1px 0px 0px #878786;
	box-shadow: inset 0px 1px 0px 0px #878786;
	font-size: 16px;
	font-size: 14px;
	line-height: 17px;
	height: 17px;
	width: 284px;
}

.elementoFormRichiesta textarea {
	height: 60px;
}

.step_wrapper {
	margin: 0px auto !important;
}
label.formrichiesta_sottocategoria_label2{
	display:block;
}
.ench_select_container2 label{
	font-size: 13px;
	display: inline-block;
	margin-right:10px;
}
.ench_select_container2 input{
	margin-right:5px !important;
}
/************************************************************************/
h2.titoloUtente {
	font-family: "Century Gothic Bold";
	font-size: 20px;
	font-weight: 400;
	padding: 10px 0;
	text-align: center;
}
label.error, .form_container_step2dati ul li{
	line-height:14px;
	font-size:12px;
	color:#c00;
	padding:5px;
	margin:0px;
	margin-top:5px;
}
@media (min-width:768px) {
	.sticky {
    	position: fixed !important;
    	top: 0;
	}
}
/**** FORMAFF ****/
#aff .form_container {
    border-radius: 5px;
    padding: 10px 10px 20px;
    background-color: #fff;
    height: auto!important;
    position: relative;
    border: 1px solid #ccc;
}
#aff #textformaff{
	color:#4d4d4d;
	padding:0px;
	margin:0px 0px 5px;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
}
@media (min-width:992px) {
	#aff #formgroup-cosa, #aff #formgroup-dove {
		margin-bottom: 0;
	}
	#aff #formgroup-cosadove {
		padding: 0;
	}
}
@media (min-width:1200px) {
	body#aff {
	  margin-bottom: 0px !important; 
	}
}
@media (max-width: 1199px) {
	body#aff {
	    margin-bottom: 0px !important;
	}
}