@import url('https://fonts.googleapis.com/css?family=Jura|Roboto:300,400');
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	outline: none;
}
img {
	border: none;
	max-width: 100%;
}
::selection {
	background: #fdb825;/* Safari */
	color: white;
}
::-moz-selection {
 background: #fdb825;
 color:white;
/* Firefox */
}
input:focus {
	outline: none;
}
body {
	margin: 0;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	text-align: justify;
	background-image: url(../img/bg-dot.png);
	background-color: #181818;
	color: #a2a2a2;
	font-weight: 300;
}
h3 {
	font-family: 'Jura', sans-serif;
}
.footer {
	position: relative;
	/*height: 52px;*/
	width: 100%;
	line-height: 52px;
	color: #fdb825;
	text-align: center;
	font-size: 12px;
	font-family: 'Jura', sans-serif;
	margin: 0 auto;
	padding: 0px;
	background-color: #060606;/*background-image: url('../img/bg-dot.png');*/
}
h3 {
	font-size: 15px;
	margin-bottom: 5px;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
	color: #fdb825
}
.credits {
	width: 100%;
	clear: both;
	background-image: url('../img/footer.png');
	background-repeat: repeat-x;
}
.header {
	width: 100%;
	margin: 0 auto;
	background-color: #060606;/*	-moz-box-shadow: 0 0 40px #000000;
	-webkit-box-shadow: 0 0 40px #000000;
	box-shadow: 0 0 40px #000000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #181818;
	behavior: url(PIE.htc);*/
}
.container {
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	clear: both;
}
.slideshow {
	border-top: 1px solid #fdb825;
	border-bottom: 1px solid #fdb825;
}
.main {
	border-top: 1px solid #fdb825;
	border-bottom: 1px solid #000;
	margin: 0 auto;
	background-color: #181818;
	width: 100%;
	background-image: url('../img/bg_main.png');
	background-repeat: repeat-y;
	overflow: auto;
	height: auto;
}
.main_index {
	margin: 0 auto;
	background-color: #181818;
	width: 100%;
}
.top {
	top: 0;
	color: #fff;
	background-color: #060606;
	padding: 10px 20px 13px 20px;
	height: auto;
	overflow: auto;
}
.top_content {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
p {
	font-size: 13px;
	border: 0px solid #000;
	line-height: 20px;
	margin-bottom: 0px;
	font-weight: 400;
}
p strong {
	font-weight: 400;
}

.main .dx p strong {
	color:white
}
.logo {
	/*	position: absolute;
	padding-top: 28px;
	z-index: 100;
	float: left;*/
	position: relative;
	padding-top: 12px;
	float: left;
	width: 100%;
	text-align: center;
}
.logo img {
	border: none;
}
.patway {
	padding: 6px 0;
	border-bottom: 1px solid #000;
	line-height: 20px;
	margin-bottom: 20px
}
.cleared {
	float: none;
	clear: both;
	padding: 0;
	border: none;
}
.titolo {
	font-family: 'Jura', sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #fdb825;
	margin: 10px 0px 20px 0px;
}
.barra {
	width: 100%;
	height: 57px;
	overflow: hidden;
	background-image: url('../img/barra.png');
	line-height: 57px;
	display: none;
}
.carousel {
	background-color: #202020;
}
.ribbon {
	position: absolute;
	margin: -3px;
	z-index: 3;
}
.titoletto {
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
}
.immagine {
	margin: 0 auto;
	width: 100%;
	height: 285px;
	background-color: transparent;
	overflow: hidden;
	z-index: 10;
}
a {
	text-decoration: none;
	color: #fdb825;
}
a:link {
	color: #fdb825;
}
a:hover, a.hover {
	color: #fff;
	text-decoration: none;
	font-style: normal;
}
.sub {
	display: inline;
	width: 480px;
	overflow: hidden;
	position: absolute;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	z-index: 50;
	background-color: #181818;
	font-size: 12px;
}
.sub ul {
	padding-top: 10px;
}
.sub li {
	width: 50%;
	text-align: left;
	z-index: 999999999;
}
.sub li a {
	padding: 0 10px;
	margin: 0 2px;
	height: 36px;
	line-height: 36px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.cerca {
	height: 40px;
	float: left;
	margin-left: 8px;
	color: #ccc;
	z-index: 9;
	position: absolute;
	right: 0px;
}
.input_cerca {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #353535;
	background-color: #0d0d0d;
	position: relative;
	height: 26px;
	width: 180px;
	line-height: 23px;
	padding: 0 4px 0 4px;
	color: #fdb825;
	font-size: 12px;
	font-family: 'Jura', sans-serif;
	margin: 12px 5px;
	float: left;
	behavior: url(PIE.htc);
}
.btn_cerca {
	margin: 12px 8px;
	border: none;
	background: transparent url('../img/btn_cerca.png') no-repeat;
	width: 27px;
	height: 25px;
	line-height: 20px;
	float: left;
	cursor: pointer;
}
.btn_cerca:hover {
	background-position: bottom;
}
.newsletter {
	height: 40px;
	float: left;
	color: #ccc;
	width: 100%;
}
.input_newsletter {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #353535;
	background-color: #0d0d0d;
	position: relative;
	height: 23px;
	width: 160px;
	line-height: 23px;
	padding: 0 4px 0 4px;
	color: #fdb825;
	font-size: 12px;
	font-family: 'Jura', sans-serif;
	margin: 12px 4px;
	float: left;
	behavior: url(PIE.htc);
}
.btn_newsletter {
	margin: 12px 4px;
	border: none;
	background: transparent url('../img/btn_newsletter.png') no-repeat;
	width: 27px;
	height: 25px;
	line-height: 20px;
	float: left;
	cursor: pointer;
}
.btn_newsletter:hover {
	background-position: bottom;
}
.sx {
	float: left;
	margin: 0px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	width: 268px;
	position: relative;
	overflow: hidden;
	padding: 10px;
}
.sx_content {
	margin: 20px 10px;
	width: 220px;
	line-height: 20px;
}
.dx {
	float: right;
	width: 1029px;
	padding: 10px 25px;
	min-height: 520px;
	position: relative;
	overflow: hidden;
}
.dx img {
	max-width: 100%;
}
.img-articolo {
}
.img-articolo img {
	border: 1px solid #79570d;
	padding: 4px;
	margin: 15px 15px 0 10px;
	float: left;
	max-width: 300px;
	width: 300px;
	position: relative;
}
.paginazione {
	margin: 0 auto!important;
	text-align: center;
}
.number {
	background-color: #fdb825;
	padding: 4px 8px;
	margin: 8px;
	width: 10px;
	display: inline-table;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #6f4c05;
	behavior: url(PIE.htc);
}
.number a {
	color: #6f4c05;
	text-shadow: 1px 1px 0px #f7cd74;
}
.number a:hover {
	color: #6f4c05;
	text-shadow: 1px 1px 0px #f7cd74;
}
.txt {
	float: left;
	width: 20%;
	height: 36px;
	line-height: 36px;
	color: #fdb825;
}
label {
	color: #fdb825;
}
label.label_module {
	color: #fdb825;
	width: 100%;
	display: block;
	padding: 10px 5px;
}
.input_qta {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #353535;
	background-color: #0d0d0d;
	position: relative;
	height: 23px;
	width: 20px;
	line-height: 23px;
	padding: 0 4px 0 4px;
	color: #fdb825;
	font-size: 12px;
	font-family: 'Jura', sans-serif;
	margin: 5px;
	text-align: center;
	behavior: url(PIE.htc);
}
.input_txt {
	height: 36px;
	line-height: 16px;
	padding: 5px;
	color: #fff;
	font-size: 14px;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #353535;
	background-color: #0d0d0d;
	behavior: url(PIE.htc);
	width: 80%;
	margin-bottom: 5px;
}
.input_txt_area {
	width: 80%;
	line-height: 18px;
	margin-bottom: 5px;
	padding: 5px;
	color: #fff;
	font-family: arial;
	font-size: 14px;
	position: relative;
	resize: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #353535;
	background-color: #0d0d0d;
	behavior: url(PIE.htc);
}
.form {
	margin: 15px auto;
	width: 100%;
}
.centra {
	text-align: center!important;
	margin: 0 auto!important;
	padding: 0;
}
.opzione {
	float: inline;
	vertical-align: middle;
}
.btn {
	background: url(../img/btn.png) repeat-x scroll 0 0 transparent;
	border: 0px solid #A6A9AE;
	border-radius: 3px 3px 3px 3px;
	cursor: pointer;
	font-size: 11px;
	padding: 6px 12px;
	text-shadow: 1px 1px 0px #f7cd74;
	behavior: url(PIE.htc);
	color: #6f4c05;
}
.btn:hover {
	background-position: bottom;
}
.login {
	margin: 10px;
	float: left;
	line-height: 52px;
}
.input_login {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #353535;
	background-color: #0d0d0d;
	position: relative;
	width: 100%;
	line-height: 23px;
	color: #fdb825;
	font-size: 12px;
	font-family: 'Jura', sans-serif;
	float: left;
	behavior: url(PIE.htc);
	padding: 5px;
	margin-bottom: 10px;
}
.btn_accedi {
	margin: 5px 8px;
	padding: 0;
	border: none;
	background: transparent url('../img/btn_accedi.png') no-repeat;
	width: 63px;
	height: 25px;
	cursor: pointer;
	line-height: 24px;
	float: left;
}
.btn_accedi:hover {
	background-position: bottom;
}
.registrazione {
	float: left;
	margin: 0 30px;
}
.pallina {
	width: 4px;
	height: 4px;
	margin: 0 10px;
}
.box {
	position: relative;
	float: left;
	width: 300px;
	line-height: 18px;
	color: #a2a2a2;
	font-size: 12px;
	margin: 5px 5px 15px 5px;
	height: 390px;
	font-family: 'Roboto', sans-serif;
}
.box_lista {
	margin: 10px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #f1f1f1;
	position: relative;
	width: 930px;
	line-height: 27px;
	padding: 0 4px 0 4px;
	color: #a2a2a2;
	float: left;
	font-size: 12px;
	background-color: #fdfdfd;
	behavior: url(PIE.htc);
}
.foto {
	float: left;
}
.foto img {
	margin: 12px 8px;
	border: none;
}
.table {
	width: 640px;
	margin: 6px;
}
.table td {
	border-bottom: 1px solid #f1f1f1;
}
.td_1 {
	font-size: 11px;
	color: #b1b1b1;
	margin: 6px;
}
.td_2 {
	color: #fdb825;
	font-size: 11px;
	text-align: right;
}
.titolo_scheda {
	margin: 4px;
	font-size: 14px;
	color: #fdb825;
	line-height: 32px;
}
.descrizione {
}
.contenuto_descrizione {
	line-height: 16px;
	color: #fff;
}
.titolo_descrizione {
	margin: 4px;
	font-size: 11px;
	color: #fdb825;
}
.table_scheda {
	width: 434px;
	margin: 6px;
}
.table_scheda td {
	border-bottom: 1px solid #f1f1f1;
}
.td_scheda_1 {
	font-size: 11px;
	color: #b1b1b1;
	margin: 6px;
}
.td_scheda_2 {
	color: #fdb825;
	font-size: 11px;
	text-align: right;
}
.box_scheda {
	margin: 10px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #f1f1f1;
	position: relative;
	width: 930px;
	line-height: 27px;
	padding: 0 4px 0 4px;
	color: #a2a2a2;
	float: left;
	font-size: 12px;
	background-color: #fdfdfd;
	behavior: url(PIE.htc);
}
.gallery_scheda {
	margin: 12px 12px 12px 8px;
	float: left;
	width: 470px;
	height: 400px;
}
.box_titolo_1 {
	margin: 6px;
	font-size: 18px;
	color: #fff;
	border-bottom: 1px solid #f1f1f1;
	background-image: url('../img/residenziali_ico.png');
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 32px;
}
.box_titolo_2 {
	margin: 6px;
	font-size: 18px;
	color: #fff;
	border-bottom: 1px solid #f1f1f1;
	background-image: url('../img/commerciali_ico.png');
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 32px;
}
.box_titolo_3 {
	margin: 6px;
	font-size: 18px;
	color: #fff;
	border-bottom: 1px solid #f1f1f1;
	background-image: url('../img/ville_ico.png');
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 32px;
}
.box_titolo_4 {
	margin: 6px;
	font-size: 18px;
	color: #fff;
	border-bottom: 1px solid #f1f1f1;
	background-image: url('../img/prestige_ico.png');
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 32px;
}
.table_box {
	width: 202px;
	margin: 6px;
}
.dove {
	color: #fdb825;
	margin: 6px;
	font-size: 11px;
}
.cosa {
	font-size: 11px;
	color: #b1b1b1;
	text-align: right;
}
.cosa a {
	color: #b1b1b1;
	padding: 2px;
	line-height: 14px;
	behavior: url(PIE.htc);
}
.cosa a:hover {
	color: #fff;
	background-color: #fdb825;
	padding: 2px 2px 0 2px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}
.separatore {
	background-image: url(../img/separatore.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 100%;
	margin: 10px auto;
	background-position: center center;
}
.separatore_prodotto {
	background-image: url('../img/separatore_prodotto.png');
	background-repeat: no-repeat;
	height: 18px;
	width: 662px;
	margin: 10px auto;
}
.separatore_carousel {
	background-image: url('../img/separatore_carousel.png');
	background-repeat: no-repeat;
	height: 18px;
	width: 100%;
	margin: 0 auto;
}
.separatore_border {
	clear: both;
	border-top: 1px solid #000;
	width: 662px;
	margin: 20px auto;
}
.separatore_border_2 {
	clear: both;
	border-top: 1px solid #f2f2f2;
	width: 690px;
	margin: 15px auto;
}
.news ul {
	padding-left: 10px!important;
	list-style-type: none;
	line-height: 30px;
	overflow: hidden;
	width: 273px;
	display: block;
	position: relative;
	text-overflow: ellipsis;
}
.news li {
	white-space: nowrap;
	display: block;
	position: relative;
	overflow: hidden!important;
	text-overflow: ellipsis;
}
.news li a {
	text-decoration: none;
	color: #fdb825;
	behavior: url(PIE.htc);
	line-height: 16px;
}
.news li a:link {
	color: #fdb825;
}
.news li a:hover, .news li a.hover {
	color: #fff;
	background-color: #fdb825;
	padding: 2px 2px 0 2px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}
.loghi {
	margin: 0 auto;
	width: 940px;
	text-align: center;
}
.loghi img {
	border: none;
	margin: 0 20px;
}
/************ INIZIO MENU CATEGORIE **************/

.titolo_categoria {
	margin: 0 0 0 -10px;
	padding: 10px 0 10px 0;
	text-transform: uppercase;
	background-color: #121e29;
	color: #fff;
	width: 240px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #b5d8f1;
}
ul#vmenu {
	text-transform: none;
	font-size: 13px;
	line-height: 40px;
	padding: 0px 10px;
	margin-left: 0px;
	list-style-type: none;
	width: 100%;
}
ul#vmenu li {
	padding: 0;
	margin: 0px 0px;
	background-image: url('../img/linea.png');
	background-repeat: repeat-x;
	background-position: bottom;
}
ul#vmenu li li {
	font-size: 11px;
	margin: 0;
	padding-left: 10px;
	line-height: 24px;
	border-top: 1px dotted #eee;
	border-bottom: 0;
}
ul#vmenu li a:link, ul#vmenu li a:visited {
	color: #fdb825;
	padding-left: 14px;
	background-image: url('../img/arrow.png');
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	text-decoration: none;
	white-space: nowrap;
}
ul#vmenu li a:hover {
	color: #fff;
}
ul#vmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
/************ INIZIO TABELLE CARRELLO **************/

.table_carrello {
	margin: 15px 0 15px 0;
	border: 1px solid #b5d8f1;
	border-right: none;
	width: 700px;
	border-collapse: separate;
	border-spacing: 0;
	vertical-align: middle;
	background: #fcfcfc;
}
.table_carrello img {
	border: 0!important;
	float: none!important;
	margin: 0!important;
}
.table_carrello td {
	border-top: 1px solid #b5d8f1;
	border-right: 1px solid #b5d8f1;
}
.table_carrello, td, th {
	text-align: center;
	height: 30px;
	vertical-align: middle;
}
.table_carrello th {
	background-color: #e1f2ff;
	color: #226896;
	height: 35px;
	border-right: 1px solid #b5d8f1;
}
.table_carrello td.intestazione {
	background-color: #d8e8f2;
	color: #226896;
	height: 35px;
	border-right: 1px solid #b5d8f1;
}
.table_carrello tr:hover {
	background: #f3f9fd;
}
/************ FINE TABELLE CARRELLO **************/

.top_menu {
	margin-top: 10px;
	line-height: 23px;
	height: 23px;
	float: right;
	width: 100%;
	z-index: 999;
	position: absolute;
}
.top_menu ul {
	list-style-type: none;
	margin: 0px;
	float: right;
	color: #ccc;
}
.top_menu ul li {
	display: inline;
	padding: 0 3px 0 3px;
	font-size: 11px;
}
.carrello {
	margin-left: 30px;
	padding: 1px 0 0 20px;
	float: right;
	color: #fdb825;
	font-weight: normal;
	font-size: 11px;
	background-image: url('../img/carrello.png');
	background-repeat: no-repeat;
	background-position: center left;
	display: inline;
}
.nome_prod_carousel {
	color: #fdb825;
	text-align: center;
	font-size: 12px;
	margin-top: 1px;
}
.acquista {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.img_prodotto {
	border: 1px solid #000000;
	/* padding: 4px; */
	margin-right: 20px;
	float: left;
	max-height: 200px;
}
/************ FINE MENU CATEGORIE **************/
.img_prodottotestimonial {
	border: 1px solid #79570d;
	padding: 4px;
	margin: 15px 15px 0 10px;
	float: left;
	max-height: 180px;
	max-width: 180px;
}
.dx ul {
	font-size: 13px;
	letter-spacing: 1px;
	list-style-position: inside;
	list-style-type: circle;
	margin: 20px;
	list-style-image: url(../img/bullet.png);
	line-height: 20px;
}
.dx ul li {
	font-size: 13px;
	color: #E0E0E0;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.contenitore-prodotto {
	max-height: 200px;
	overflow: hidden;
}
/*stili tabella elaborazioni*/
table#grid_elaborazioni.css_grid {
	color: #CCC;
	background-color: #202020;
	margin-left: auto;
	border: thin solid #181818;
	margin-right: auto;
	position: relative;
	margin-bottom: 20px;
}
tr.css_grid_intestazione {
	color: #CCC;
	background-color: #2A2A2A;
}
tr.css_grid_intestazione th {
	padding: 10px;
	background-image: url(../img/luce-tabella.png);
	background-position: bottom;
	background-color: #2A2A2A;
	background-repeat: repeat-x;
	border: thin solid #181818;
	font-family: 'Jura', sans-serif;
	color: #fdb825;
	font-size: 13px;
}
#grid_elaborazioni tbody tr td img {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px solid #181818;
}
table#grid_elaborazioni.css_grid caption {
	color: #fdb825;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	padding-left: 5px;
	font-family: 'Jura', sans-serif;
}
table#grid_elaborazioni.css_grid tr {
	border: thin solid #181818;
}
table#grid_elaborazioni.css_grid td {
	padding: 10px;
	font-family: 'Roboto', sans-serif;
	border: thin solid #181818;
}
table#grid_elaborazioni.css_grid tr.css_grid_riga2 {
	border: thin solid #181818;
}
.css_grid_colonna_invisibile {
	display: none;
}
#grid_elaborazioni tbody {
	max-width: 678px;
}
#grid_elaborazioni tbody tr td img {
	border: thin solid #000;
	max-width: 99px;
	clear: right;
}
#grid_elaborazioni tbody tr td a img {
	border: thin solid #000;
	max-width: 99px;
	clear: right;
}
#grid_elaborazioni tbody .css_grid_riga2 td img {
	max-width: 99px;
}
.boxes-home-primapagina {
	float: right;
	height: 200px;
	width: 300px;
	position: relative;
}
.sx-table {
	float: left;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	width: 202px;
	margin-right: 25px;
	margin-left: 33px;
	margin-top: 20px;
	padding-bottom: 10px;
	position: relative;
}
.condividi {
	position: relative;
	text-align: right;
	float: right;
	clear: both;
	margin-bottom: 10px;
	width: 100%
}
ol {
	list-style-position: inside;
	margin: 20px;
}
ol li {
	margin-bottom: 5px
}
.condividi img {
	height: 20px;
	width: 20px;
	margin-left: 5px;
}
.sx-table p #auto {
	border: thin solid #181818;
	padding: 5px;
	max-width: 150px;
}
.sx-table p #marca {
	max-width: 60px;
}
.sx-table p {
	text-align: center;
	position: relative;
}
.sx-table-img {
	float: left;
	font-size: 12px;
	font-weight: normal;
	width: 100%;
	background-color: #CCC;
	border: thin solid #FFF;
	padding-top: 20px;
	padding-bottom: 10px;
	clear: left;
	margin-top: 15px;
	text-align: center;
}
.boxes-home {
	width: 100%;
}
.boxes-home .box {
	background: #181818;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow: 1px 1px 5px #000;
	position: relative;
	float: left;
	width: 31%;
	line-height: 18px;
	color: #a2a2a2;
	font-size: 12px;
	height: auto;
	padding: 10px 10px 47px 10px;
	margin: 1%;
	text-align: center;
	min-height: 420px;
	margin-bottom: 30px;
}
.boxes-home .box.principale {
	width: 48%;
	margin: 1%;
	text-align: center;
	min-height: 250px;
	padding-bottom: 10px
}
.boxes-home ul {
	font-size: 13px;
	letter-spacing: 1px;
	list-style-position: inside;
	list-style-type: circle;
	list-style-image: url(../img/bullet.png);
}
.boxes-home .right {
	float: right;
	position: absolute;
	text-align: center;
	bottom: 15px;
	left: inherit;
	width: 95%;
	z-index: 10;
}
.boxes-home li {
	font-size: 13px;
	color: #E0E0E0;
	letter-spacing: 1px;
	margin-bottom: 10px;
	width: auto;
	height: auto;
}
.boxes-home li a {
	font-size: 13px;
	color: #E0E0E0;
	letter-spacing: 1px;
	margin-bottom: 10px;
	width: auto;
	height: auto;
}
.boxes-home li a:hover {
	font-size: 13px;
	color: #FC0;
	letter-spacing: 1px;
	margin-bottom: 10px;
	width: auto;
	height: auto;
}
.boxes-home-azienda {
	float: left;
	width: 600px;
	position: relative;
	text-align: justify;
}
.boxes-home-servizi {
	float: right;
	width: 310px;
	position: relative;
}
.boxes-home-elaborazione_selezione {
	float: right;
	width: 200px;
	position: relative;
}
.boxes-home-elaborazioni {
	float: left;
	height: 200px;
	width: 600px;
	position: relative;
}
.boxes-home .box img {
	width: 100%;
	margin-bottom: 10px;
}
.right {
	float: right;
	position: absolute;
	text-align: right;
	bottom: 5px;
	left: 136px;
	width: 164px;
	z-index: 10;
	font-family: 'Jura', sans-serif;
	font-size: 13px
}
.right p {
	font-size: 14px
}
.boxes-home .box .right p a {
	text-align: right;
}
.font-small {
	font-size: 0.8em;
}
.font-big {
	font-size: 1.2em;
}
#lb_tabellaloghi {
	/* [disabled]height: 1500px;
*/
	/* [disabled]width: 750px;
*/
	/* [disabled]max-width: 750px;
*/
}
#elab-logo {
	width: 100%;
	color: #999;
	text-transform: uppercase;
	font-size: 13px;
}
#elab-logo .box {
	background-color: #CCC;
	border: 1px solid #FFF;
	width: 14%;
	height: auto;
	text-align: center;
	margin: 1%;
	padding: 10px;
	color: #666;
	font-size: 13px;
	font-weight: 400;
	min-height:110px
}
#elab-logo .box img {
	padding-bottom: 10px;
	max-width: 70px;
	max-height: 70px;
}
.giallo {
	color: #F2A502;
}
.dx #contact_form .form .centra hr {
	color: #000;
}
.fotonews img {
	max-width: 200px;
}
.numerotel {
	position: absolute;
	height: 45px;
	width: 233px;
	font-family: 'Jura', sans-serif;
	color: #FDB825;
	font-size: 30px;
	font-weight: bold;
	margin-top: 10px;
}
/* CSS LUXURY */

.img_luxury {
	width: 48%;
	position: relative;
	float: left;
	margin: 0.5em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.prenotazione .input_login {
	width: 210px;
}
.prenotazione .input_login.data {
	width: 125px;
	position: relative;
	height: 29px;
	float: left;
}
.fmlabel {
	width: 100%;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 2px;
	font-family: "Arial", Helvetica, sans-serif;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.servizi tr td {
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid black;
}
.icon {
	position: relative;
	float: left;
	margin-right: 10px;
	/* top: 5px; */
	margin-bottom: 25px;
}
.prenota {
	margin-top: 33px;
	text-transform: uppercase;
	font-size: 25px;
	border-top: 1px solid #303030;
	padding-top: 12px;
	border-bottom: 1px solid #303030;
	padding-bottom: 12px;
}
.servizi {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	float: left;
	width: 50%;
}
.prenotazione {
	background-color: #EBAD2A;
	width: 230px;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.prenotazione .input_login {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #353535;
	background-color: #0d0d0d;
	position: relative;
	height: 29px;
	width: 100%;
	line-height: 23px;
	color: rgb(221, 221, 221);
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	margin-bottom: 10px;
	float: left;
	behavior: url(PIE.htc);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
.prenotazione select {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #353535;
	background-color: #0d0d0d;
	position: relative;
	width: 80px;
	line-height: 23px;
	color: rgb(221, 221, 221);
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	margin-bottom: 10px;
	float: left;
	behavior: url(PIE.htc);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 3px;
	height: 29px;
}
.fmfield {
	color: black;
	font-family: "Arial", Helvetica, sans-serif;
	width: 100%;
	font-size: 12px;
}
.dx img {
	max-width: 100%;
}
.social {
	/*	position: relative;
	float: right;
	margin-top: 30px;
	margin-right: 10px;*/
	position: absolute;
	float: right;
	margin-top: 10px;
	z-index: 9;
}
.social img {
	height: 35px;
}
.fb_revisioni {
	background: rgb(247, 180, 36);
	padding: 7px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	text-align: left;
	padding-left: 16px;
}
.fb_revisioni a {
	color: #333;
	font-size: 20px;
	font-weight: 500;
}
.fb_revisioni a:hover {
	color: #000;
}
.fb_revisioni img {
	position: absolute;
	margin-top: -14px;
	margin-left: 15px;
}
img {
	border: none;
}
.fotonews {
	max-width: 30%;
	max-height: 200px
}
.dx .fotonews img {
	max-height: 200px;
	max-width: 200px;
	margin-right: 20px;
}
.footer .box {
	position: relative;
	float: left;
	width: auto;
	line-height: 18px;
	color: #a2a2a2;
	font-size: 12px;
	margin: 0px;
	height: auto;
	text-align: left;
	padding: 30px 20px;
}
.footer .box ul {
	list-style-type: none;
}
.footer .box ul li {
	margin-bottom: 5px
}
.footer .box ul li a {
	color: #a2a2a2;
	font-size: 12px;
	font-weight: 400;
}
.footer .box ul li a:hover {
	color: #fff
}
.footer .box.seguici ul li {
	position: relative;
	float: left;
}
.footer .box.seguici ul li img {
	height: 50px;
	margin: 5px
}


.immagine img {
width:100%;
}