@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	background:#fff;
	color:#706F6F;
}
a {
	text-decoration:none;
	color:#510505!important;
}


p {
    font-size: 18px;
}

h1, {
    font-size: 28px;
		text-transform: uppercase;
}

h1, {
    font-size: 24px;
		text-transform: uppercase;
}


#main {
	width:1024px;
	height: auto;
	margin:0 auto;
	font-family:Helvetica;
	font-size: 18px;
}
#header {
	width:100%;
	height:85px;
	float:left;
	background:#ededed;
}
#logo {
	width:67px;
	height:85px;
	float:left;
	padding-left:70px;
}
#main_menu {
	float:right;
	font-family:Helvetica;

	font-size:14px;
	text-transform:uppercase;
	color:#706F6F;
	padding-top:45px;
}
#main_menu ul li {
	list-style:none;
	list-style-type:none;
	margin:0;
	padding:0;
	padding-bottom:3px;
	float:left;
	margin-left:15px;
	margin-right:15px;
}
#main_menu a {
	text-decoration:none;
	color:#706F6F;
}
#main_menu a:hover {
	text-decoration:none;
	/*color:#706F6F;*/
	border-bottom:#909090 solid 5px;
}
.sel a {
	border-bottom:#AD1515 solid 5px;
}
#container_top {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #510505;
    float: left;
		width: 100%;
		padding: 0px!important;
		border: solid;
    border-color: #510505;
    border-width: 1px;
    margin-bottom: 50px;
}
#container_text_1 {
	width:1024px;
	/*width:957px;*/
	padding-top:30px;
	background:#FFFFFF;
	float:left;
}
#container_info {
	width:1024px;
	/*width:957px;*/
	padding-bottom:30px;
	background:#FFFFFF;
	float:left;
}
#container_articoli{
	width:1024px;
	/*width:957px;*/
	padding-top:2%;
	color: #000000;
	background:#ffeeee;
	float:left;
}
#button_info {
  position: relative;
  background-color: #510505;
  font-size: 28px;
  color: #FFFFFF;
  padding: 20px;
  width: 20%;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
}
#label_contatti {
	width:37px;
	height:223px;
	background:#fff;
	float:left;
	position:absolute;
	padding-top:115px;
	margin-left:-37px;
}
#label_contatti a {
	width:37px;
	height:108px;
	display:block;
	background:url(../img/ico_contatti.png);
	background-position:center;
	background-repeat:no-repeat;
}
#label_contatti a:hover {
	width:75px;
	height:65px;
	background:url(../img/ico_contatti_over.png);
	background-position:center;
	background-repeat:no-repeat;
}
#capannoni_home {
	width:48%;
	float:left;
	padding: 1%;
}
#uffici_home {
	width:48%;
	float:left;
	padding: 1%;
}
.txt_home {
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	font-family:Helvetica;
	font-size:12px;
	color:#FFFFFF;
	text-align:left;
}
.tit_home {
	font-family:Helvetica;

	font-size:20px;
	color:#FFFFFF;
	margin:0;
	padding:0;
	font-weight:normal;
}
#capannoni_home .txt {
	border-top:#AD1515 1px dashed;
	padding-top:10px;
	margin-top:10px;
}
#uffici_home .txt {
	border-top:#AD1515 1px dashed;
	padding-top:10px;
	margin-top:10px;
}
#page .txt {
	border-top:#AD1515 1px dashed;
	padding-top:10px;
	margin-top:10px;
}
#container_top .txt_scheda {
	border-top:#AD1515 1px dashed;
	padding-top:10px;
	margin-top:10px;
}
#page_wide .txt {
	border-top:#AD1515 1px dashed;
	padding-top:10px;
	margin-top:10px;
}
#footer {
	width:1024px;
	background:#510505;
	border-top:#AD1515 1px dashed;
	float:left;
}
#footer .footer_txt {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:52px;
	padding-right:52px;
	color:#FFFFFF;
	font-family:Helvetica;
	font-size:14px;
	text-align:center;
}
#footer a {
	text-decoration:none;
	color:#FFFFFF;
}
#wihte_box {
	width:890px;
	background-color:#FFFFFF;
	padding:15px;
	float:left;
	margin-left: 50px;
}
.tit {
	font-family:Helvetica;

	font-size:20px;
	color:#706F6F;
	margin:0;
	padding:0;
	font-weight:normal;/*width:400px;*/
}
#wihte_box .txt {
	border-top:#AD1515 1px dashed;
	padding-top:10px;
	margin-top:10px;
	float:left;
	width:480px;
}
#wihte_box .img {
	float:right;
}
#wihte_box_contatti {
	width:200px;
	background-color:#fff;
	height:120px;
	padding:10px;
	float:left;
	z-index:20;
	position:absolute;
	margin-top:100px;
	/*padding-left:30px;*/
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	/*opacity:0.8;
  filter:alpha(opacity=80);  For IE8 and earlier */
	box-shadow:5px 5px 10px #706F6F;
	display:none;
}
#wihte_box_contatti .txt {
	/*border-top:#AD1515 1px dashed;*/
	color:#706F6F;
	font-size:12px;
	line-height:10px;
	padding-top:0px;
	margin-top:10px;
	float:left;
	width:200px;
}
.txt_contatti_small {
	float:left;
	width:200px;
	height:22px;
	padding-top:10px;
}
.left {
	float:left;
}
#page {
	width:1024px;
	float:left;
	padding-top:30px;
	padding-bottom:30px;
	background:url(../img/back_page.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
#page_wide {
	width:1024px;
	float:left;
	padding-top:30px;
	padding-bottom:30px;
	background:url(../img/back_page_wide.jpg);
	background-position:center;
	background-repeat:repeat-y;
	min-height:500px;
	border: solid;
  border-width: 1px;
  border-color: #510505;
}
#cont_form {
	float:left;
	width:920px;
	float:left;
	padding-left:52px;
	padding-right:52px;
	background-color:#EDEDED;
}
#style_form {
	padding-top:10px;
	margin-top:10px;
	padding:15px;
	float:left;
	width:825px;
}
.txt_form {
	border-top:#AD1515 1px dashed;
	padding-top:10px;
	margin-top:10px;
	width:900px;
}
#txt_page {
	float:left;
	width:480px;
	padding-left:70px;
	padding-right:20px;
}
#txt_page_wide {
	float:left;
	width:670px;
	padding-left:70px;
	padding-right:30px;
}
#col_dx {
	width:454px;
	float:left;
	background:#FFFFFF
}
#col_dx_singola {
	width:245px;
	float:left;
	background:#FFFFFF
}
#banner_dx {
	float:left;
	width:175px;
	padding-left:35px;
	text-align:justify;
}
#banner_dx .txt {
	border-top:#AD1515 1px dashed;
	padding-top:10px;
	margin-top:10px;
	float:left;
}
.icona_contatti {
	float:left;
	width:56px;
	height:42px;
}
.txt_contatti {
	float:left;
	width:424px;
	height:30px;
	padding-top:12px;
}
#layer_icone {
	float:left;
	position:relative;
	z-index:100;
}
#mappa_capannoni {
	float:left;
	z-index:0;
	margin-top:10px;
	width:670px;
	height:455px;
}
#mappa_uffici {
	float:left;
	z-index:0;
	margin-left:40px;
	width:520px;
	height:585px;
}
#elenco_uffici {
	float:left;
	z-index:110;
	width:110px;
	height:455px;
	font-size: 12px;
}
#elenco_uffici .img_left {
	float:left;
	width:20px;
	height:19px;
	padding-bottom:10px;
}
#elenco_uffici .label_right {
	float:left;
	height:16px;
	width:70px;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:3px;
}
.capannone_1 {
	top:118px;
	left:550px;
	position:absolute;
}
.capannone_2 {
	top:195px;
	left:550px;
	position:absolute;
}
.capannone_3 {
	top:239px;
	left:527px;
	position:absolute;
}
.capannone_4 {
	top:238px;
	left:488px;
	position:absolute;
}
.capannone_5 {
	top:135px;
	left:468px;
	position:absolute;
}
.capannone_6 {
	top:238px;
	left:430px;
	position:absolute;
}
.capannone_7 {
	top:135px;
	left:390px;
	position:absolute
}
.capannone_9 {
	top:135px;
	left:295px;
	position:absolute;
}
.capannone_8 {
	top:238px;
	left:285px;
	position:absolute;
}
.capannone_10 {
	top:408px;
	left:347px;
	position:absolute;
}
.capannone_11 {
	top:238px;
	left:350px;
	position:absolute;
}
.capannone_1_sel {
	top:62px;
	left:518px;
	position:absolute;
}
.capannone_2_sel {
	top:140px;
	left:519px;
	position:absolute;
}
.capannone_3_sel {
	top:224px;
	left:520px;
	position:absolute;
}
.capannone_4_sel {
	top:184px;
	left:478px;
	position:absolute;
}
.capannone_5_sel {
	top:62px;
	left:436px;
	position:absolute;
}
.capannone_6_sel {
	top:186px;
	left:400px;
	position:absolute;
}
.capannone_7_sel {
	top:63px;
	left:361px;
	position:absolute;
}
.capannone_8_sel {
	top:186px;
	left:245px;
	position:absolute;
}
.capannone_9_sel {
	top:64px;
	left:251px;
	position:absolute;
}
.capannone_10_sel {
	top:333px;
	left:300px;
	position:absolute;
}
.capannone_11_sel {
	top:187px;
	left:321px;
	position:absolute;
}
#left_scheda {
	width:480px;
	float:left;
}
#right_scheda {
	width:410px;
	float:left;
	text-align:right;
	position:relative;
}
#icone_scheda_capannone {
	float:left;
	text-align:center;
	width:76px;
}
#icone_scheda_capannone_sel {
	float:left;
	text-align:center;
	width:76px;
	color:#ccc;
}
.c1 {
	width:170px;
	height:20px;
	background:#e2e2e2;
	padding-left:5px;
}
.c2 {
	width:305px;
	height:20px;
	background:#e2e2e2;
}
.alt-cell {
	height:40px;
	background:#FFFFFF
}
#planimetria {
	float:right;
	padding-top:20px;
}
/* image replacement */
        .graphic, #prevBtn, #nextBtn {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // image replacement */

/* Easy Slider */

	#slider {
	float:right;
	width:400px;
	height:240px;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
	height:240px;
}
#slider li {
	/*
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
		width:400px;
	height:240px;
	overflow:hidden;
}
#prevBtn, #nextBtn {
	display:block;
	width:9px;
	/*height:15px;*/
		position:absolute;
	left:20px;
	top:112px;
}
#nextBtn {
	top:112px;
	left:390px;
}
#prevBtn a, #nextBtn a {
	display:block;
	width:9px;
	height:15px;
	background:url(../img/prev.png) no-repeat 0 0;
}
#nextBtn a {
	background:url(../img/next.png) no-repeat 0 0;
}
/* // Easy Slider */


#left_scheda .tit_form {
	text-transform:uppercase;
	color:#6d6d6d;
	font-weight:bold;
	background:#e2e2e2;
	width:410px;
	height:18px;
	float:left;
	text-align:left;
	padding-left:10px;
	padding-top:3px;
	margin-top:20px;
	margin-bottom:10px;
	margin-right:60px;
}
.label_form {
	float:left;
	width:61px;
	height:17px;
	padding-top:4px;
	padding-left:10px;
}
.campo_input {
	height:21px;
	border:#ebebeb 1px solid;
	float:left;
}
#richiesta_preventivo .spacer {
	/*width:480px;*/
	width:200px;
	height:10px;
	float:left;
}
#btn_capannoni_home a {
	float:left;
	display:block;
	width:105px;
	height:23px;
	margin-top:15px;
	/*background-image:url(../img/btn_capannoni_home.jpg);*/
	background-image:url(../img/btn_vantaggi.png);
	background-repeat:no-repeat;
}
#btn_capannoni_home a:hover {
	background-image:url(../img/btn_vantaggi_over.png);
	background-repeat:no-repeat;
}
#btn_uffici_home a {
	float:left;
	display:block;
	width:105px;
	height:23px;
	margin-top:15px;
	background-image:url(../img/btn_ufficio.png);
	/*background-image:url(../img/btn_uffici_home.jpg);*/
	background-repeat:no-repeat;
}
#btn_uffici_home a:hover {
	background-image:url(../img/btn_ufficio_over.png);
	background-repeat:no-repeat;
}
#btn_capannoni a {
	float:left;
	display:block;
	width:105px;
	height:23px;
	margin-top:15px;
	background-image:url(../img/btn_capannoni.png);
	background-repeat:no-repeat;
}
#btn_capannoni a:hover {
	background-image:url(../img/btn_capannoni_over.png);
	background-repeat:no-repeat;
}
#btn_uffici a {
	float:left;
	display:block;
	width:105px;
	height:23px;
	margin-top:15px;
	background-image:url(../img/btn_ufficio.png);
	background-repeat:no-repeat;
}
#btn_uffici a:hover {
	background-image:url(../img/btn_ufficio_over.png);
	background-repeat:no-repeat;
}
#btn_ingrandisci_plan {
	float:right;
}
#btn_ingrandisci_plan a {
	display:block;
	width:138px;
	height:37px;
	background-image:url(../img/btn_ingrandisci.png);
	background-repeat:no-repeat;
}
#btn_ingrandisci_plan a:hover {
	background-image:url(../img/btn_ingrandisci_over.png);
}
.ufficio_1 {
	/*padding-top:59px;
	padding-left:182px;
	float:left;*/
	position:absolute;
	top:38px;
	left:75px;
}
.ufficio_2 {
	/*padding-top:59px;
	padding-left:182px;
	float:left;*/
	position:absolute;
	top:520px;
	left:-130px;
}
.ufficio_3 {
	/*padding-top:59px;
	padding-left:182px;
	float:left;*/
	position:absolute;
	top:85px;
	left:270px;
}
.ufficio_4 {
	/*padding-top:59px;
	padding-left:182px;
	float:left;*/
	position:absolute;
	top:170px;
	left:245px;
}
.ufficio_5 {
	/*padding-top:59px;
	padding-left:182px;
	float:left;*/
	position:absolute;
	top:245px;
	left:275px;
}
.ufficio_6 {
	/*padding-top:59px;
	padding-left:182px;
	float:left;*/
	position:absolute;
	top:390px;
	left:275px;
}
.ufficio_7 {
	/*padding-top:59px;
	padding-left:182px;
	float:left;*/
	position:absolute;
	top:535px;
	left:275px;
}
.ufficio_8 {
	position:absolute;
	top:420px;
	left:-85px;
}
.ufficio_1_sel {
	position:absolute;
	top: 23px;
	left: 5px;
}
.ufficio_2_sel {
	position:absolute;
	left: -150px;
	top: 471px;
}
.ufficio_3_sel {
	position:absolute;
	left: 220px;
	top: 56px;
}
.ufficio_4_sel {
	position:absolute;
	left: 220px;
	top:105px;
}
.ufficio_5_sel {
	position:absolute;
	left: 219px;
	top:180px;
}
.ufficio_6_sel {
	position:absolute;
	left: 220px;
	top:265px;
}
.ufficio_7_sel {
	position:absolute;
	left: 220px;
	top:465px;
}
.ufficio_8_sel {
	top: 370px;
	position: absolute;
	left: -113px;
}
/* -------------------------FOOTER COOKIE---------------------------------------------------------------------------------- */
.floatFooter{
	background-color:#BBB;
	background-color:rgba(180,180,180,0.85);
	width:500px;
	min-height:100px;
    z-index: 1000000;
	position:fixed;
	bottom:0px;
	float:left;
	left: 0;
}
.containerFF{
/*
	margin:0 auto;
	max-width: 960px;
*/
	margin:10px;
	position:relative;
	line-height: 17px;
}
.chiudiFF{
	position:absolute;
	top:0;
	right:0;
	margin-right:10px;
	margin-top:10px;
}

.testoFF{
	color:#333;
	font-size:13px;
/*	position:absolute;
	top:10px;
	left:20px;*/
	text-align: left;
}
.titCookie{
	font-size:15px;
	font-weight:bold;
	margin-bottom: 5px;
}
.testoFF a{
	color:#9f042e;
}
.tastoRead{
	margin-top:10px;
}
.loghiFF{
	position:absolute;
	top:10px;
	right:0;
}
.FFsepara{
	margin-left:20px;
	margin-right:20px;
}

.RLess{display:none;}
.testoReadLess{display:none;}

.h2 {
    font-size: 24px;
    font-weight: bold;
}



@media screen and (max-width: 1023px) {
	#container_text_1 {
    padding: 15px;

	}

	#container_info {
    margin-left: 15px!important;

	}
	#main_menu a {
		text-decoration: none;
	  color: #706F6F;
	  font-size: 18px;
		}
	h1{
		text-transform: uppercase;
		font-size: 28px!important;
		}

		h2{
		text-transform: uppercase;
		font-size: 24px!important;
		}

	#main P {
		font-size: 28px;
		}
	p {
		font-size: 28px;
		}
	#capannoni_home {
    width: 98%;
		}
	.tit_home
		{font-size: 28px;
		}
	.txt_home{
		font-size: 22px!important;
		}
	#uffici_home {
    width: 98%;
		}
		#btn_capannoni_home a{margin-top:15px; margin-bottom:50px}

#immagine-sx{width:98%}

#testo-dx{width:100%; font-size: 28px;}
#footer .footer_txt{font-size: 14px}
}
.left { float: none!important;
    width: 100%;
}


	}
