/*==============================================================================
								COSTANTI
==============================================================================*/
/*==============================================================================
								COLORI SEZIONI
==============================================================================*/
/*
Qui dentro andranno tutte SOLO le classi css che vengono modificate in base alla sezione in cui siamo
Verranno mischiate tipografia e struttura
*/
/*DEFINIZIONE SEZIONI: .Generico va applicato al body!! */
/*						.setColor(@colorText,	@colorAnchor,	@colorHover,	@colorStrong,	@colorTitle,	@colorLightTitle,	@colorHr) */
.Generico p {
  color: #231f20;
}
.Generico p.colorTitle, .Generico span.colorTitle {
  color: #231f20;
}
.Generico p.colorLightTitle, .Generico span.colorLightTitle {
  color: #231f20;
}
.Generico h1,
.Generico h2,
.Generico h3,
.Generico h4,
.Generico h5,
.Generico h6 {
  color: #231f20;
}
.Generico h1.big {
  color: #dcdcdc;
}
.Generico h4 a, .Generico h4 a:link, .Generico h4 a:visited {
  color: #231f20;
  font-style: none;
}
.Generico h4 a:hover, .Generico h4 a:link:hover, .Generico h4 a:visited:hover {
  color: #a4a4a4;
}
.Generico hr, .Generico .riga {
  border-color: #93949b;
}
.Generico a, .Generico a:visited {
  color: #a4a4a4;
}
.Generico a:hover, .Generico a:visited:hover {
  color: #231f20;
}
.Generico .img a {
  color: #231f20;
}
.Generico strong, .Generico b {
  color: #231f20;
}
.Generico em strong,
.Generico i strong,
.Generico em b,
.Generico i b {
  color: #231f20;
}
.Generico em, .Generico i {
  color: #231f20;
}
.Generico .arrow ul li:before, .Generico ul.arrow li:before {
  color: #231f20;
}
.Generico .arrow ul a,
.Generico ul.arrow a,
.Generico .arrow ul a:link,
.Generico ul.arrow a:link,
.Generico .arrow ul a:visited,
.Generico ul.arrow a:visited {
  color: #a4a4a4;
}
.Generico .arrow ul a:hover,
.Generico ul.arrow a:hover,
.Generico .arrow ul a:focus,
.Generico ul.arrow a:focus {
  color: #231f20;
  border-color: #231f20;
}
.Generico .side ul:before, .Generico ul.side:before {
  color: #231f20;
}
.Generico .side ul a,
.Generico ul.side a,
.Generico .side ul a:link,
.Generico ul.side a:link,
.Generico .side ul a:visited,
.Generico ul.side a:visited {
  color: #a4a4a4;
}
.Generico .side ul a:hover,
.Generico ul.side a:hover,
.Generico .side ul a:focus,
.Generico ul.side a:focus {
  color: #231f20;
  border-color: #231f20;
}
.Generico .flat.arrow ul li a,
.Generico ul.flat.arrow li a,
.Generico .flat.side ul li a,
.Generico ul.flat.side li a {
  color: #231f20;
}
.Generico .flat.arrow ul li a:hover,
.Generico ul.flat.arrow li a:hover,
.Generico .flat.side ul li a:hover,
.Generico ul.flat.side li a:hover {
  color: #a4a4a4;
}
.Generico .flat.arrow ul li:before,
.Generico ul.flat.arrow li:before,
.Generico .flat.side ul li:before,
.Generico ul.flat.side li:before {
  color: #231f20;
}
.Generico .flat.arrow ul li:before a,
.Generico ul.flat.arrow li:before a,
.Generico .flat.side ul li:before a,
.Generico ul.flat.side li:before a,
.Generico .flat.arrow ul li:before a:link,
.Generico ul.flat.arrow li:before a:link,
.Generico .flat.side ul li:before a:link,
.Generico ul.flat.side li:before a:link,
.Generico .flat.arrow ul li:before a:visited,
.Generico ul.flat.arrow li:before a:visited,
.Generico .flat.side ul li:before a:visited,
.Generico ul.flat.side li:before a:visited {
  color: #a4a4a4;
}
.Generico .flat.arrow ul li:before a:hover,
.Generico ul.flat.arrow li:before a:hover,
.Generico .flat.side ul li:before a:hover,
.Generico ul.flat.side li:before a:hover,
.Generico .flat.arrow ul li:before a:focus,
.Generico ul.flat.arrow li:before a:focus,
.Generico .flat.side ul li:before a:focus,
.Generico ul.flat.side li:before a:focus {
  color: #231f20;
  border-color: #231f20;
}
.Generico table {
  border-color: #231f20;
}
.Generico tfoot th, .Generico tfoot td {
  border-color: #231f20;
}
.Generico tbody tr:nth-child(odd) td {
  background: rgba(0, 0, 0, 0.035);
}
.Generico input, .Generico textarea {
  color: #231f20;
}
.Generico nav a {
  color: #dcdcdc;
}
.Generico nav a:link, .Generico nav a:visited {
  color: #dcdcdc;
}
.Generico nav a:hover, .Generico nav a.selected {
  color: #231f20;
  border-color: #231f20;
}
.Generico .pager {
  color: #231f20;
}
.Generico .pager .pagerbutton,
.Generico .pager a.pagerbutton,
.Generico .pager a.pagerbutton:link,
.Generico .pager a.pagerbutton:visited,
.Generico .pager .pagerbutton-selected {
  color: #231f20;
  font-style: normal;
  border-right-color: #fff;
}
.Generico .pager a.pagerbutton:hover {
  color: #a4a4a4;
}
.Generico .pager .pagerbutton-selected {
  color: #231f20;
}
.Generico .customizableform {
  color: #231f20;
}
.BiancoTitoloScuro p {
  color: white;
}
.BiancoTitoloScuro p.colorTitle, .BiancoTitoloScuro span.colorTitle {
  color: #231f20;
}
.BiancoTitoloScuro p.colorLightTitle, .BiancoTitoloScuro span.colorLightTitle {
  color: #231f20;
}
.BiancoTitoloScuro h1,
.BiancoTitoloScuro h2,
.BiancoTitoloScuro h3,
.BiancoTitoloScuro h4,
.BiancoTitoloScuro h5,
.BiancoTitoloScuro h6 {
  color: #231f20;
}
.BiancoTitoloScuro h1.big {
  color: #dcdcdc;
}
.BiancoTitoloScuro h4 a, .BiancoTitoloScuro h4 a:link, .BiancoTitoloScuro h4 a:visited {
  color: #231f20;
  font-style: none;
}
.BiancoTitoloScuro h4 a:hover, .BiancoTitoloScuro h4 a:link:hover, .BiancoTitoloScuro h4 a:visited:hover {
  color: #a4a4a4;
}
.BiancoTitoloScuro hr, .BiancoTitoloScuro .riga {
  border-color: #93949b;
}
.BiancoTitoloScuro a, .BiancoTitoloScuro a:visited {
  color: #3a3a42;
}
.BiancoTitoloScuro a:hover, .BiancoTitoloScuro a:visited:hover {
  color: #231f20;
}
.BiancoTitoloScuro .img a {
  color: white;
}
.BiancoTitoloScuro strong, .BiancoTitoloScuro b {
  color: #3a3a42;
}
.BiancoTitoloScuro em strong,
.BiancoTitoloScuro i strong,
.BiancoTitoloScuro em b,
.BiancoTitoloScuro i b {
  color: #3a3a42;
}
.BiancoTitoloScuro em, .BiancoTitoloScuro i {
  color: #3a3a42;
}
.BiancoTitoloScuro .arrow ul li:before, .BiancoTitoloScuro ul.arrow li:before {
  color: #231f20;
}
.BiancoTitoloScuro .arrow ul a,
.BiancoTitoloScuro ul.arrow a,
.BiancoTitoloScuro .arrow ul a:link,
.BiancoTitoloScuro ul.arrow a:link,
.BiancoTitoloScuro .arrow ul a:visited,
.BiancoTitoloScuro ul.arrow a:visited {
  color: #a4a4a4;
}
.BiancoTitoloScuro .arrow ul a:hover,
.BiancoTitoloScuro ul.arrow a:hover,
.BiancoTitoloScuro .arrow ul a:focus,
.BiancoTitoloScuro ul.arrow a:focus {
  color: #231f20;
  border-color: #231f20;
}
.BiancoTitoloScuro .side ul:before, .BiancoTitoloScuro ul.side:before {
  color: #231f20;
}
.BiancoTitoloScuro .side ul a,
.BiancoTitoloScuro ul.side a,
.BiancoTitoloScuro .side ul a:link,
.BiancoTitoloScuro ul.side a:link,
.BiancoTitoloScuro .side ul a:visited,
.BiancoTitoloScuro ul.side a:visited {
  color: #a4a4a4;
}
.BiancoTitoloScuro .side ul a:hover,
.BiancoTitoloScuro ul.side a:hover,
.BiancoTitoloScuro .side ul a:focus,
.BiancoTitoloScuro ul.side a:focus {
  color: #231f20;
  border-color: #231f20;
}
.BiancoTitoloScuro .flat.arrow ul li a,
.BiancoTitoloScuro ul.flat.arrow li a,
.BiancoTitoloScuro .flat.side ul li a,
.BiancoTitoloScuro ul.flat.side li a {
  color: #231f20;
}
.BiancoTitoloScuro .flat.arrow ul li a:hover,
.BiancoTitoloScuro ul.flat.arrow li a:hover,
.BiancoTitoloScuro .flat.side ul li a:hover,
.BiancoTitoloScuro ul.flat.side li a:hover {
  color: #a4a4a4;
}
.BiancoTitoloScuro .flat.arrow ul li:before,
.BiancoTitoloScuro ul.flat.arrow li:before,
.BiancoTitoloScuro .flat.side ul li:before,
.BiancoTitoloScuro ul.flat.side li:before {
  color: #231f20;
}
.BiancoTitoloScuro .flat.arrow ul li:before a,
.BiancoTitoloScuro ul.flat.arrow li:before a,
.BiancoTitoloScuro .flat.side ul li:before a,
.BiancoTitoloScuro ul.flat.side li:before a,
.BiancoTitoloScuro .flat.arrow ul li:before a:link,
.BiancoTitoloScuro ul.flat.arrow li:before a:link,
.BiancoTitoloScuro .flat.side ul li:before a:link,
.BiancoTitoloScuro ul.flat.side li:before a:link,
.BiancoTitoloScuro .flat.arrow ul li:before a:visited,
.BiancoTitoloScuro ul.flat.arrow li:before a:visited,
.BiancoTitoloScuro .flat.side ul li:before a:visited,
.BiancoTitoloScuro ul.flat.side li:before a:visited {
  color: #a4a4a4;
}
.BiancoTitoloScuro .flat.arrow ul li:before a:hover,
.BiancoTitoloScuro ul.flat.arrow li:before a:hover,
.BiancoTitoloScuro .flat.side ul li:before a:hover,
.BiancoTitoloScuro ul.flat.side li:before a:hover,
.BiancoTitoloScuro .flat.arrow ul li:before a:focus,
.BiancoTitoloScuro ul.flat.arrow li:before a:focus,
.BiancoTitoloScuro .flat.side ul li:before a:focus,
.BiancoTitoloScuro ul.flat.side li:before a:focus {
  color: #231f20;
  border-color: #231f20;
}
.BiancoTitoloScuro table {
  border-color: #3a3a42;
}
.BiancoTitoloScuro tfoot th, .BiancoTitoloScuro tfoot td {
  border-color: #3a3a42;
}
.BiancoTitoloScuro tbody tr:nth-child(odd) td {
  background: rgba(0, 0, 0, 0.035);
}
.BiancoTitoloScuro input, .BiancoTitoloScuro textarea {
  color: white;
}
.BiancoTitoloScuro nav a {
  color: #dcdcdc;
}
.BiancoTitoloScuro nav a:link, .BiancoTitoloScuro nav a:visited {
  color: #dcdcdc;
}
.BiancoTitoloScuro nav a:hover, .BiancoTitoloScuro nav a.selected {
  color: #231f20;
  border-color: #231f20;
}
.BiancoTitoloScuro .pager {
  color: white;
}
.BiancoTitoloScuro .pager .pagerbutton,
.BiancoTitoloScuro .pager a.pagerbutton,
.BiancoTitoloScuro .pager a.pagerbutton:link,
.BiancoTitoloScuro .pager a.pagerbutton:visited,
.BiancoTitoloScuro .pager .pagerbutton-selected {
  color: #231f20;
  font-style: normal;
  border-right-color: #fff;
}
.BiancoTitoloScuro .pager a.pagerbutton:hover {
  color: #a4a4a4;
}
.BiancoTitoloScuro .pager .pagerbutton-selected {
  color: #231f20;
}
.BiancoTitoloScuro .customizableform {
  color: white;
}
.BiancoTitoloChiaro p {
  color: white;
}
.BiancoTitoloChiaro p.colorTitle, .BiancoTitoloChiaro span.colorTitle {
  color: #b3a890;
}
.BiancoTitoloChiaro p.colorLightTitle, .BiancoTitoloChiaro span.colorLightTitle {
  color: #b3a890;
}
.BiancoTitoloChiaro h1,
.BiancoTitoloChiaro h2,
.BiancoTitoloChiaro h3,
.BiancoTitoloChiaro h4,
.BiancoTitoloChiaro h5,
.BiancoTitoloChiaro h6 {
  color: #b3a890;
}
.BiancoTitoloChiaro h1.big {
  color: #dcdcdc;
}
.BiancoTitoloChiaro h4 a, .BiancoTitoloChiaro h4 a:link, .BiancoTitoloChiaro h4 a:visited {
  color: #231f20;
  font-style: none;
}
.BiancoTitoloChiaro h4 a:hover, .BiancoTitoloChiaro h4 a:link:hover, .BiancoTitoloChiaro h4 a:visited:hover {
  color: #a4a4a4;
}
.BiancoTitoloChiaro hr, .BiancoTitoloChiaro .riga {
  border-color: #93949b;
}
.BiancoTitoloChiaro a, .BiancoTitoloChiaro a:visited {
  color: #b3a890;
}
.BiancoTitoloChiaro a:hover, .BiancoTitoloChiaro a:visited:hover {
  color: #231f20;
}
.BiancoTitoloChiaro .img a {
  color: white;
}
.BiancoTitoloChiaro strong, .BiancoTitoloChiaro b {
  color: #ebddbd;
}
.BiancoTitoloChiaro em strong,
.BiancoTitoloChiaro i strong,
.BiancoTitoloChiaro em b,
.BiancoTitoloChiaro i b {
  color: #ebddbd;
}
.BiancoTitoloChiaro em, .BiancoTitoloChiaro i {
  color: #ebddbd;
}
.BiancoTitoloChiaro .arrow ul li:before, .BiancoTitoloChiaro ul.arrow li:before {
  color: #231f20;
}
.BiancoTitoloChiaro .arrow ul a,
.BiancoTitoloChiaro ul.arrow a,
.BiancoTitoloChiaro .arrow ul a:link,
.BiancoTitoloChiaro ul.arrow a:link,
.BiancoTitoloChiaro .arrow ul a:visited,
.BiancoTitoloChiaro ul.arrow a:visited {
  color: #a4a4a4;
}
.BiancoTitoloChiaro .arrow ul a:hover,
.BiancoTitoloChiaro ul.arrow a:hover,
.BiancoTitoloChiaro .arrow ul a:focus,
.BiancoTitoloChiaro ul.arrow a:focus {
  color: #231f20;
  border-color: #231f20;
}
.BiancoTitoloChiaro .side ul:before, .BiancoTitoloChiaro ul.side:before {
  color: #231f20;
}
.BiancoTitoloChiaro .side ul a,
.BiancoTitoloChiaro ul.side a,
.BiancoTitoloChiaro .side ul a:link,
.BiancoTitoloChiaro ul.side a:link,
.BiancoTitoloChiaro .side ul a:visited,
.BiancoTitoloChiaro ul.side a:visited {
  color: #a4a4a4;
}
.BiancoTitoloChiaro .side ul a:hover,
.BiancoTitoloChiaro ul.side a:hover,
.BiancoTitoloChiaro .side ul a:focus,
.BiancoTitoloChiaro ul.side a:focus {
  color: #231f20;
  border-color: #231f20;
}
.BiancoTitoloChiaro .flat.arrow ul li a,
.BiancoTitoloChiaro ul.flat.arrow li a,
.BiancoTitoloChiaro .flat.side ul li a,
.BiancoTitoloChiaro ul.flat.side li a {
  color: #231f20;
}
.BiancoTitoloChiaro .flat.arrow ul li a:hover,
.BiancoTitoloChiaro ul.flat.arrow li a:hover,
.BiancoTitoloChiaro .flat.side ul li a:hover,
.BiancoTitoloChiaro ul.flat.side li a:hover {
  color: #a4a4a4;
}
.BiancoTitoloChiaro .flat.arrow ul li:before,
.BiancoTitoloChiaro ul.flat.arrow li:before,
.BiancoTitoloChiaro .flat.side ul li:before,
.BiancoTitoloChiaro ul.flat.side li:before {
  color: #231f20;
}
.BiancoTitoloChiaro .flat.arrow ul li:before a,
.BiancoTitoloChiaro ul.flat.arrow li:before a,
.BiancoTitoloChiaro .flat.side ul li:before a,
.BiancoTitoloChiaro ul.flat.side li:before a,
.BiancoTitoloChiaro .flat.arrow ul li:before a:link,
.BiancoTitoloChiaro ul.flat.arrow li:before a:link,
.BiancoTitoloChiaro .flat.side ul li:before a:link,
.BiancoTitoloChiaro ul.flat.side li:before a:link,
.BiancoTitoloChiaro .flat.arrow ul li:before a:visited,
.BiancoTitoloChiaro ul.flat.arrow li:before a:visited,
.BiancoTitoloChiaro .flat.side ul li:before a:visited,
.BiancoTitoloChiaro ul.flat.side li:before a:visited {
  color: #a4a4a4;
}
.BiancoTitoloChiaro .flat.arrow ul li:before a:hover,
.BiancoTitoloChiaro ul.flat.arrow li:before a:hover,
.BiancoTitoloChiaro .flat.side ul li:before a:hover,
.BiancoTitoloChiaro ul.flat.side li:before a:hover,
.BiancoTitoloChiaro .flat.arrow ul li:before a:focus,
.BiancoTitoloChiaro ul.flat.arrow li:before a:focus,
.BiancoTitoloChiaro .flat.side ul li:before a:focus,
.BiancoTitoloChiaro ul.flat.side li:before a:focus {
  color: #231f20;
  border-color: #231f20;
}
.BiancoTitoloChiaro table {
  border-color: #ebddbd;
}
.BiancoTitoloChiaro tfoot th, .BiancoTitoloChiaro tfoot td {
  border-color: #ebddbd;
}
.BiancoTitoloChiaro tbody tr:nth-child(odd) td {
  background: rgba(0, 0, 0, 0.035);
}
.BiancoTitoloChiaro input, .BiancoTitoloChiaro textarea {
  color: white;
}
.BiancoTitoloChiaro nav a {
  color: #dcdcdc;
}
.BiancoTitoloChiaro nav a:link, .BiancoTitoloChiaro nav a:visited {
  color: #dcdcdc;
}
.BiancoTitoloChiaro nav a:hover, .BiancoTitoloChiaro nav a.selected {
  color: #231f20;
  border-color: #231f20;
}
.BiancoTitoloChiaro .pager {
  color: white;
}
.BiancoTitoloChiaro .pager .pagerbutton,
.BiancoTitoloChiaro .pager a.pagerbutton,
.BiancoTitoloChiaro .pager a.pagerbutton:link,
.BiancoTitoloChiaro .pager a.pagerbutton:visited,
.BiancoTitoloChiaro .pager .pagerbutton-selected {
  color: #231f20;
  font-style: normal;
  border-right-color: #fff;
}
.BiancoTitoloChiaro .pager a.pagerbutton:hover {
  color: #a4a4a4;
}
.BiancoTitoloChiaro .pager .pagerbutton-selected {
  color: #231f20;
}
.BiancoTitoloChiaro .customizableform {
  color: white;
}
/*==============================================================================
								MIXINS LESS
==============================================================================*/
/*==============================================================================
								RESET
==============================================================================*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
html, body {
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  /*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/

  display: block;
}
b, strong {
  /*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/

  font-weight: bold;
}
img {
  /*color: transparent;*/

  font-size: 0;
  vertical-align: middle;
  /*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/

  -ms-interpolation-mode: bicubic;
}
li {
  /*
  For IE6 + IE7.
*/

  display: list-item;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th, td, caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
svg {
  /*
  For IE9.
*/

  overflow: hidden;
}
/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: 0;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
/* END RESET CSS */
/*
fonts.css from the YUI Library: developer.yahoo.com/yui/
          Please refer to developer.yahoo.com/yui/fonts/ for font sizing percentages

There are three custom edits:
 * remove arial, helvetica from explicit font stack
 * make the line-height relative and unit-less
 * remove the pre, code styles
*/
body {
  font: 13px sans-serif;
  *font-size: small;
  *font: x-small;
  line-height: 1.22;
}
table {
  font-size: inherit;
  font: 100%;
}
select, input, textarea {
  font: 99% sans-serif;
}
/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
/* 
 * minimal base styles 
 */
/* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */body,
select,
input,
textarea {
  color: #444;
}
/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. *//* www.aestheticallyloyal.com/public/optimize-legibility/ */h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-weight: bold;*/
  text-rendering: optimizeLegibility;
}
/* maxvoltar.com/archive/-webkit-font-smoothing */
html {
  -webkit-font-smoothing: antialiased;
}
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
  outline: none;
}
a, a:active, a:visited {
  color: #607890;
}
a:hover {
  color: #036;
}
ul {
  margin-left: 0px;
}
ol {
  margin-left: 0px;
  list-style-type: decimal;
}
small {
  font-size: 85%;
}
strong, th {
  font-weight: bold;
}
td, td img {
  vertical-align: top;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
pre {
  padding: 15px;
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */

  white-space: pre;
  /* CSS2 */

  white-space: pre-wrap;
  /* CSS 2.1 */

  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */

  word-wrap: break-word;
  /* IE */

}
/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
/* hand cursor on clickable input elements */
input[type=button], input[type=submit], button {
  cursor: pointer;
}
/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink. */
::-moz-selection {
  background: #FF5E99;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #FF5E99;
  color: #fff;
  text-shadow: none;
}
/*  j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #FF5E99;
}
/* always force a scrollbar in non-IE */
html {
  /*overflow-y: scroll; */
}
/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
  width: auto;
  overflow: visible;
}
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
/* 
 * Non-semantic helper classes 
 */
/* for image replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/
   Solution from: j.mp/visuallyhidden - Thanks Jonathan Neal! */
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */

  clip: rect(1px, 1px, 1px, 1px);
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* >> The Magnificent CLEARFIX << */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
/* Hides from IE-mac \*/
.clearfix {
  display: block;
}
/*==============================================================================
								TIPOGRAFIA
==============================================================================*/
body {
  color: #231f20;
  font: 12px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  line-height: 16px;
  /*15 0.93em*/

  /*1.5 * 16px*/

}
pre, code {
  font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}
code {
  background: none repeat scroll 0 0 #f3f3f3;
  border-left: 2px solid #CCCCCC;
  color: #858585;
  display: block;
  font-size: 11px;
  margin-bottom: 10px;
  padding: 5px 10px;
}
/* Selection colours (easy to forget) */
::selection {
  background: #231f20;
}
::-moz-selection {
  background: #231f20;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  -webkit-tap-highlight-color: #231f20;
}
hr, .riga {
  clear: both;
  height: 0;
  margin: 18px 0;
  border: 0 #cdcecd solid;
  border-top-width: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: -0.05em;
  font-weight: bold;
  margin-bottom: 0px;
  color: #b3a890;
}
h1 a, h2 a {
  font-style: normal;
}
h1 {
  font-size: 52px;
  line-height: 1;
  margin-bottom: 52px;
}
/*h1+h2{font-style:italic; color:#07afab;}*/
h1 + h3 {
  font-style: italic;
}
.grid_12 h1 {
  margin-bottom: 32px;
}
h2 {
  font-size: 27px;
  line-height: 1;
  margin-bottom: 10px;
}
h3 {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 22px;
}
h1 + h3 + div > p:first-child {
  margin-top: 34px;
}
h4 {
  font-size: 15px;
  letter-spacing: 0;
  margin-bottom: 10px;
  line-height: 19px;
}
h5 {
  margin-bottom: 0;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 1.53em;
}
h1.big {
  font-size: 84px;
  margin-bottom: 52px;
  color: #dcdcdc;
}
a, a:visited {
  color: #b3a890;
  font-style: italic;
  text-decoration: none;
}
a:hover, a:visited:hover {
  color: #ebddbd;
  text-decoration: none;
  transition-property: color;
  transition-duration: .5s;
  -o-transition-property: color;
  -o-transition-duration: .5s;
  -webkit-transition-property: color;
  -webkit-transition-duration: .5s;
  -moz-transition-property: color;
  -moz-transition-duration: .5s;
  behavior: url(@Pie);
}
a.img {
  border: none;
}
.img a {
  border: none;
  color: #fff;
}
a img {
  border: none;
}
strong, b {
  font-weight: bold;
  color: #ebddbd;
}
em strong,
i strong,
em b,
i b {
  color: #ebddbd;
  font-weight: normal;
}
em, i {
  font-style: italic;
  color: #ebddbd;
}
bigger, .bigger {
  font-size: 14px;
}
p {
  margin-bottom: 16px;
}
p + p {
  text-indent: 1em;
}
p.big {
  line-height: 1.66em;
  font-size: 15px;
}
p.colorTitle, span.colorTitle {
  color: #b3a890;
}
p.colorLightTitle, span.colorLightTitle {
  color: #b3a890;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
ul, ol {
  list-style-position: outside;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 24px;
  margin-left: 1.5em;
}
li {
  padding: 0px;
  margin-top: 2px;
  font-style: italic;
}
ul ul, ol ol {
  margin-top: 2px;
  margin-bottom: 0px;
}
.arrow ul li, ul.arrow li {
  list-style: none;
}
.arrow ul li:before, ul.arrow li:before {
  display: block;
  width: 0px;
  height: 0px;
  position: relative;
  left: -18px;
  top: -1px;
  content: '>';
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  color: #fff;
}
.arrow ul li:last-child, ul.arrow li:last-child {
  border-bottom: none;
}
.arrow ul li a,
ul.arrow li a,
.arrow ul li a:link,
ul.arrow li a:link,
.arrow ul li a:visited,
ul.arrow li a:visited {
  color: #b3a890;
}
.arrow ul li a:hover,
ul.arrow li a:hover,
.arrow ul li a:focus,
ul.arrow li a:focus {
  color: #ebddbd;
  border-color: #ebddbd;
}
.side ul, ul.side {
  margin-left: 0px;
}
.side ul li, ul.side li {
  list-style: none;
  margin-top: 0;
  padding: 3px 0px 4px 1.5em;
  border-bottom: dashed 1px #a9a096;
}
.side ul li:before, ul.side li:before {
  display: block;
  width: 0px;
  height: 0px;
  position: relative;
  left: -18px;
  top: -1px;
  content: '>';
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  color: #fff;
}
.side ul li:last-child, ul.side li:last-child {
  border-bottom: none;
}
.side ul li a,
ul.side li a,
.side ul li a:link,
ul.side li a:link,
.side ul li a:visited,
ul.side li a:visited {
  color: #b3a890;
}
.side ul li a:hover,
ul.side li a:hover,
.side ul li a:focus,
ul.side li a:focus {
  color: #ebddbd;
  border-color: #ebddbd;
}
.flat.arrow ul li:before,
.flat.side ul li:before,
ul.flat.arrow li:before,
ul.flat.side li:before {
  color: #fff;
}
/*==============================================================================
								FORMS
==============================================================================*/
/* Campi Input, Textarea, Checkbox, File, Select, Option */
input {
  position: relative;
}
input, select {
  width: 187px;
  font-size: 12x;
  color: #c0c0c0;
  line-height: 1.5em;
  word-spacing: 0.1em;
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  padding: 5px 5px;
  border: 1px solid #c0c0c0;
  background: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
textarea, .textarea {
  font-size: 12px;
  color: #646464;
  line-height: 1.5em;
  word-spacing: 0.1em;
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  width: 186px;
  height: 84px;
  padding: 5px;
  border: 1px solid #c0c0c0;
  background: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
select {
  font-size: 12px;
  color: #646464;
  line-height: 1.5em;
  word-spacing: 0.1em;
  padding: 5px 5px;
  background: transparent;
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  width: 270px;
  padding-right: 0px;
}
input:hover,
input:focus,
input:active,
input:hover,
input:focus,
input:active,
textarea:hover,
textarea:focus,
textarea:active {
  border: 1px solid #500317;
}
select {
  width: 100%;
  height: 29px;
  padding: 5px 0px 5px 5px;
}
input:hover,
input:focus,
input:active,
input.submit:hover,
input.submit:focus,
input.submit:active,
textarea:hover,
textarea:focus,
textarea:active {
  border: 1px solid #93949b;
}
input[type="checkbox"], input[type="radio"] {
  width: 15px;
  height: 15px;
  padding-top: 3px;
  border: none;
}
input.button, input.submit {
  display: inline-block;
  width: auto;
  padding: 10px 40px;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  background: #a1a1a1;
  /* Old browsers */

  background: -moz-linear-gradient(top, #c1c1c1 0%, #a8a8a8 5%, #a6a6a6 17%, gray 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c1c1c1), color-stop(5%, #a8a8a8), color-stop(17%, #a6a6a6), color-stop(100%, gray));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #c1c1c1 0%, #a8a8a8 5%, #a6a6a6 17%, gray 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #c1c1c1 0%, #a8a8a8 5%, #a6a6a6 17%, gray 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #c1c1c1 0%, #a8a8a8 5%, #a6a6a6 17%, gray 100%);
  /* IE10+ */

  background: linear-gradient(top, #c1c1c1 0%, #a8a8a8 5%, #a6a6a6 17%, gray 100%);
  /* W3C */

  behavior: url(/css/PIE.htc);
}
input.button input:active, input.submit input:active {
  background: #898989;
  /* Old browsers */

  background: -moz-linear-gradient(top, gray 0%, #a6a6a6 83%, #a8a8a8 95%, #c1c1c1 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, gray), color-stop(83%, #a6a6a6), color-stop(95%, #a8a8a8), color-stop(100%, #c1c1c1));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, gray 0%, #a6a6a6 83%, #a8a8a8 95%, #c1c1c1 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, gray 0%, #a6a6a6 83%, #a8a8a8 95%, #c1c1c1 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, gray 0%, #a6a6a6 83%, #a8a8a8 95%, #c1c1c1 100%);
  /* IE10+ */

  background: linear-gradient(top, gray 0%, #a6a6a6 83%, #a8a8a8 95%, #c1c1c1 100%);
  /* W3C */

}
input.file {
  height: auto;
  margin-bottom: 15px;
  font-size: 12px;
  color: #646464;
  line-height: 1.5em;
  word-spacing: 0.1em;
  font-family: Verdana, sans-serif;
  padding: 5px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c0c0c0;
}
a.button-like {
  display: inline-block;
  padding: 10px 40px;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  background: #898989;
  border: solid 1px rgba(40, 50, 60, 0.3);
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  background: #a1a1a1;
  /* Old browsers */

  background: -moz-linear-gradient(top, #c1c1c1 0%, #a8a8a8 5%, #a6a6a6 17%, gray 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c1c1c1), color-stop(5%, #a8a8a8), color-stop(17%, #a6a6a6), color-stop(100%, gray));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #c1c1c1 0%, #a8a8a8 5%, #a6a6a6 17%, gray 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #c1c1c1 0%, #a8a8a8 5%, #a6a6a6 17%, gray 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #c1c1c1 0%, #a8a8a8 5%, #a6a6a6 17%, gray 100%);
  /* IE10+ */

  background: linear-gradient(top, #c1c1c1 0%, #a8a8a8 5%, #a6a6a6 17%, gray 100%);
  /* W3C */

  behavior: url(/css/PIE.htc);
}
a.button-like:hover, a.button-like:visited {
  color: #fff !important;
}
a.button-like:active {
  background: #898989;
  /* Old browsers */

  background: -moz-linear-gradient(top, gray 0%, #a6a6a6 83%, #a8a8a8 95%, #c1c1c1 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, gray), color-stop(83%, #a6a6a6), color-stop(95%, #a8a8a8), color-stop(100%, #c1c1c1));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, gray 0%, #a6a6a6 83%, #a8a8a8 95%, #c1c1c1 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, gray 0%, #a6a6a6 83%, #a8a8a8 95%, #c1c1c1 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, gray 0%, #a6a6a6 83%, #a8a8a8 95%, #c1c1c1 100%);
  /* IE10+ */

  background: linear-gradient(top, gray 0%, #a6a6a6 83%, #a8a8a8 95%, #c1c1c1 100%);
  /* W3C */

}
.customizableform {
  margin-bottom: 30px;
}
dl {
  clear: both;
}
dt {
  float: left;
  clear: right;
  text-align: left;
  width: 120px;
  margin: 4px 10px 6px 0px;
}
dd {
  float: left;
  line-height: 25px;
  margin-bottom: 8px;
}
.field-newsletter dt {
  width: 168px;
}
.field-invia dt {
  display: none;
}
.field-invia dd {
  margin-top: 10px;
}
/* Validazione lato client */
.error {
  position: relative;
  color: #FF552A;
}
label.error {
  margin: 4px 0 0 10px;
}
/*
label { font-size: 13px; font-style:italic; color:#a4a4a4; }
label.focus { color: #b8b8b8; }
label.has-text { visibility: hidden; }
 */
/*==============================================================================
								TABLES
==============================================================================*/
table {
  width: 100%;
  border-collapse: collapse;
  border-top: solid 3px #000;
  position: relative;
  margin-top: 18px;
}
th, td {
  line-height: 18px;
  padding: 9px 18px 8px 0;
}
thead th, thead td {
  padding-top: 7px;
}
tfoot th, tfoot td {
  padding-bottom: 8px;
}
tbody th,
tbody td,
tfoot th,
tfoot td {
  border-top: solid 1px #000;
}
th:first-child, td:first-child {
  padding-left: 0;
}
th:last-child, td:last-child {
  padding-right: 0;
}
tbody tr:nth-child(odd) th, tbody tr:nth-child(odd) td {
  background: rgba(0, 0, 0, 0.035);
}
caption {
  top: 5px;
  margin-bottom: 18px;
}
.center th, .center td {
  text-align: center;
}
/*==============================================================================
								GRIGLIE
==============================================================================*/
/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/
/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/
body {
  min-width: 960px;
}
/* `Containers
----------------------------------------------------------------------------------------------------*/
.container_12, .container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.push_1,
.pull_1,
.push_2,
.pull_2,
.push_3,
.pull_3,
.push_4,
.pull_4,
.push_5,
.pull_5,
.push_6,
.pull_6,
.push_7,
.pull_7,
.push_8,
.pull_8,
.push_9,
.pull_9,
.push_10,
.pull_10,
.push_11,
.pull_11,
.push_12,
.pull_12,
.push_13,
.pull_13,
.push_14,
.pull_14,
.push_15,
.pull_15 {
  position: relative;
}
.container_12 .grid_3, .container_16 .grid_4 {
  width: 220px;
}
.container_12 .grid_6, .container_16 .grid_8 {
  width: 460px;
}
.container_12 .grid_9, .container_16 .grid_12 {
  width: 700px;
}
.container_12 .grid_12, .container_16 .grid_16 {
  width: 940px;
}
/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1 {
  width: 60px;
}
.container_12 .grid_2 {
  width: 140px;
}
.container_12 .grid_4 {
  width: 300px;
}
.container_12 .grid_5 {
  width: 380px;
}
.container_12 .grid_7 {
  width: 540px;
}
.container_12 .grid_8 {
  width: 620px;
}
.container_12 .grid_10 {
  width: 780px;
}
.container_12 .grid_11 {
  width: 860px;
}
/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .grid_1 {
  width: 40px;
}
.container_16 .grid_2 {
  width: 100px;
}
.container_16 .grid_3 {
  width: 160px;
}
.container_16 .grid_5 {
  width: 280px;
}
.container_16 .grid_6 {
  width: 340px;
}
.container_16 .grid_7 {
  width: 400px;
}
.container_16 .grid_9 {
  width: 520px;
}
.container_16 .grid_10 {
  width: 580px;
}
.container_16 .grid_11 {
  width: 640px;
}
.container_16 .grid_13 {
  width: 760px;
}
.container_16 .grid_14 {
  width: 820px;
}
.container_16 .grid_15 {
  width: 880px;
}
/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_3, .container_16 .prefix_4 {
  padding-left: 240px;
}
.container_12 .prefix_6, .container_16 .prefix_8 {
  padding-left: 480px;
}
.container_12 .prefix_9, .container_16 .prefix_12 {
  padding-left: 720px;
}
/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_1 {
  padding-left: 80px;
}
.container_12 .prefix_2 {
  padding-left: 160px;
}
.container_12 .prefix_4 {
  padding-left: 320px;
}
.container_12 .prefix_5 {
  padding-left: 400px;
}
.container_12 .prefix_7 {
  padding-left: 560px;
}
.container_12 .prefix_8 {
  padding-left: 640px;
}
.container_12 .prefix_10 {
  padding-left: 800px;
}
.container_12 .prefix_11 {
  padding-left: 880px;
}
/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .prefix_1 {
  padding-left: 60px;
}
.container_16 .prefix_2 {
  padding-left: 120px;
}
.container_16 .prefix_3 {
  padding-left: 180px;
}
.container_16 .prefix_5 {
  padding-left: 300px;
}
.container_16 .prefix_6 {
  padding-left: 360px;
}
.container_16 .prefix_7 {
  padding-left: 420px;
}
.container_16 .prefix_9 {
  padding-left: 540px;
}
.container_16 .prefix_10 {
  padding-left: 600px;
}
.container_16 .prefix_11 {
  padding-left: 660px;
}
.container_16 .prefix_13 {
  padding-left: 780px;
}
.container_16 .prefix_14 {
  padding-left: 840px;
}
.container_16 .prefix_15 {
  padding-left: 900px;
}
/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_3, .container_16 .suffix_4 {
  padding-right: 240px;
}
.container_12 .suffix_6, .container_16 .suffix_8 {
  padding-right: 480px;
}
.container_12 .suffix_9, .container_16 .suffix_12 {
  padding-right: 720px;
}
/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1 {
  padding-right: 80px;
}
.container_12 .suffix_2 {
  padding-right: 160px;
}
.container_12 .suffix_4 {
  padding-right: 320px;
}
.container_12 .suffix_5 {
  padding-right: 400px;
}
.container_12 .suffix_7 {
  padding-right: 560px;
}
.container_12 .suffix_8 {
  padding-right: 640px;
}
.container_12 .suffix_10 {
  padding-right: 800px;
}
.container_12 .suffix_11 {
  padding-right: 880px;
}
/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .suffix_1 {
  padding-right: 60px;
}
.container_16 .suffix_2 {
  padding-right: 120px;
}
.container_16 .suffix_3 {
  padding-right: 180px;
}
.container_16 .suffix_5 {
  padding-right: 300px;
}
.container_16 .suffix_6 {
  padding-right: 360px;
}
.container_16 .suffix_7 {
  padding-right: 420px;
}
.container_16 .suffix_9 {
  padding-right: 540px;
}
.container_16 .suffix_10 {
  padding-right: 600px;
}
.container_16 .suffix_11 {
  padding-right: 660px;
}
.container_16 .suffix_13 {
  padding-right: 780px;
}
.container_16 .suffix_14 {
  padding-right: 840px;
}
.container_16 .suffix_15 {
  padding-right: 900px;
}
/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .push_3, .container_16 .push_4 {
  left: 240px;
}
.container_12 .push_6, .container_16 .push_8 {
  left: 480px;
}
.container_12 .push_9, .container_16 .push_12 {
  left: 720px;
}
/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .push_1 {
  left: 80px;
}
.container_12 .push_2 {
  left: 160px;
}
.container_12 .push_4 {
  left: 320px;
}
.container_12 .push_5 {
  left: 400px;
}
.container_12 .push_7 {
  left: 560px;
}
.container_12 .push_8 {
  left: 640px;
}
.container_12 .push_10 {
  left: 800px;
}
.container_12 .push_11 {
  left: 880px;
}
/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .push_1 {
  left: 60px;
}
.container_16 .push_2 {
  left: 120px;
}
.container_16 .push_3 {
  left: 180px;
}
.container_16 .push_5 {
  left: 300px;
}
.container_16 .push_6 {
  left: 360px;
}
.container_16 .push_7 {
  left: 420px;
}
.container_16 .push_9 {
  left: 540px;
}
.container_16 .push_10 {
  left: 600px;
}
.container_16 .push_11 {
  left: 660px;
}
.container_16 .push_13 {
  left: 780px;
}
.container_16 .push_14 {
  left: 840px;
}
.container_16 .push_15 {
  left: 900px;
}
/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_3, .container_16 .pull_4 {
  left: -240px;
}
.container_12 .pull_6, .container_16 .pull_8 {
  left: -480px;
}
.container_12 .pull_9, .container_16 .pull_12 {
  left: -720px;
}
/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_1 {
  left: -80px;
}
.container_12 .pull_2 {
  left: -160px;
}
.container_12 .pull_4 {
  left: -320px;
}
.container_12 .pull_5 {
  left: -400px;
}
.container_12 .pull_7 {
  left: -560px;
}
.container_12 .pull_8 {
  left: -640px;
}
.container_12 .pull_10 {
  left: -800px;
}
.container_12 .pull_11 {
  left: -880px;
}
/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .pull_1 {
  left: -60px;
}
.container_16 .pull_2 {
  left: -120px;
}
.container_16 .pull_3 {
  left: -180px;
}
.container_16 .pull_5 {
  left: -300px;
}
.container_16 .pull_6 {
  left: -360px;
}
.container_16 .pull_7 {
  left: -420px;
}
.container_16 .pull_9 {
  left: -540px;
}
.container_16 .pull_10 {
  left: -600px;
}
.container_16 .pull_11 {
  left: -660px;
}
.container_16 .pull_13 {
  left: -780px;
}
.container_16 .pull_14 {
  left: -840px;
}
.container_16 .pull_15 {
  left: -900px;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before, .clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
  zoom: 1;
}
.grid_3.plus_half {
  width: 250px;
}
/*==============================================================================
								Z-INDEX
==============================================================================*/
/*==============================================================================
								STRUTTURA
==============================================================================*/
html {
  -webkit-font-smoothing: antialiased;
}
body {
  background: #DCDCDC;
  margin: auto;
}
header {
  width: 100%;
  height: 160px;
  margin: auto;
  position: relative;
  overflow: hidden;
  z-index: 1000;
}
.css-award-nomination {
  display: block;
  position: absolute;
  top: 0px;
  right: 60px;
  width: 164px;
  height: 69px;
  background: url(/App_Themes/Pubblico/img/css-design-award-nominee-dark.png) no-repeat top left;
  z-index: 1000;
}
body > form > footer {
  margin-top: 0px;
  padding: 0;
  font-family: arial, sans-serif;
  color: #a9a096;
  font-size: 12px;
  -moz-box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
}
body > form > footer .top {
  padding: 13px 0 11px;
  background: #b3a890;
  color: #231f20;
}
body > form > footer .bottom {
  padding: 15px 0 13px 0;
  background: #000000;
  color: #6a6a6a;
}
body > form > footer .bottom sup {
  color: #6a6a6a;
  font-size: 7px;
}
body > form > footer .bottom a {
  color: #6a6a6a;
}
body > form > footer .bottom a:hover {
  color: #989898;
}
body > form > footer p {
  margin-bottom: 0px;
}
body > form > footer a {
  font-style: normal;
  color: #a9a096;
}
body > form > footer a:hover {
  color: #8cbc12;
  border-color: #8cbc12;
}
body > form > footer h5 a {
  color: #231f20 !important;
  border: 0 !important;
}
body > form > footer h5 a:hover {
  color: #000000 !important;
}
body > form > footer .inlightboxtrigger {
  padding-left: 38px;
  background: url(/App_Themes/Pubblico/img/ico/letter.png) no-repeat left center;
  cursor: pointer;
  font-weight: bold;
  color: #b3a890 !important;
}
body > form > footer .inlightboxtrigger:hover {
  color: #dbceb0 !important;
}
body > form > footer .info {
  text-align: right;
}
body > form > footer .nav {
  text-align: right;
}
body > form > footer .nav ul {
  margin: 0;
}
body > form > footer .nav li {
  display: inline;
}
body > form > footer .nav li:after {
  content: '|';
  color: #231F20;
}
body > form > footer .nav li:last-child:after {
  content: '2011';
  position: relative;
  top: -5px;
  left: -5px;
  font-size: 7px;
  font-style: normal;
  color: #6A6A6A;
}
body > form > footer .nav a {
  margin: 0 5px;
}
.logo {
  position: relative;
  z-index: 1000;
}
.logo a {
  display: block;
  width: 147px;
  height: 144px;
  margin-top: 8px;
  background: url(/App_Themes/Pubblico/img/logo.png);
}
.logo span {
  display: none;
}
/*.container_12:hover{background:url(/App_Themes/Pubblico/img/grid.png) repeat-y center 0px;}
.container_12{background:url(/App_Themes/Pubblico/img/grid.png) repeat-y center 0px;}*/
section {
  position: relative;
  padding-top: 128px;
  padding-bottom: 120px;
}
header + section, header + .carosello-gallery + section {
  padding-top: 45px;
}
.bgHome section {
  padding-bottom: 222px;
}
.nop {
  padding: 0;
}
.p25 {
  padding: 25px;
}
.pL25 {
  padding-left: 25px;
}
.p15 {
  padding: 15px;
}
.pL15 {
  padding-left: 15px;
}
.mB10 {
  margin-bottom: 10px;
}
.mB20 {
  margin-bottom: 20px;
}
.img {
  position: relative;
}
.bottom .p15:hover span {
  display: inline;
}
.grid_12 figure {
  margin-bottom: 60px;
}
/* Box ombreggiato (Contatti FORMEC 2011) */
.pull-out-box {
  background: #605f60;
  position: absolute;
  top: -630px;
  left: -30px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-box-shadow: 3px 3px 13px black;
  -webkit-box-shadow: 3px 3px 13px black;
  box-shadow: 3px 3px 13px black;
}
.pull-out-box .customizableform {
  padding: 30px;
  margin-bottom: 0px;
}
.pull-out-box .head-row {
  margin: 0 10px;
}
/* BACKGROUND SEZIONI PAGINE */
.bgStoria header + section,
.bgProgettazione header + section,
.bgDesign header + section,
bgRecapiti header + section {
  height: 402px;
  overflow: hidden;
}
section.bgTeam,
section.bgUffici,
section.bgCompetitivita,
section.bgDesign,
section.bgQualita,
section.bgServizio,
section.bgDownload {
  height: 498px;
  overflow: hidden;
}
.bgTeam:before,
.bgUffici:before,
.bgCompetitivita:before,
.bgQualita:before,
.bgServizio:before,
.bgDownload:before {
  content: '';
  display: block;
  width: 100%;
  height: 23px;
  position: absolute;
  top: -23px;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.bgHome {
  background: url(/App_Themes/Pubblico/img/bgHome.jpg) no-repeat top center black;
}
.bgStoria {
  background: url(/App_Themes/Pubblico/img/bgAziendaStoria.jpg) no-repeat top center;
}
.bgTeam {
  background: url(/App_Themes/Pubblico/img/bgAziendaTeam.jpg) no-repeat top center;
}
.bgTeam:before {
  background-image: url(/App_Themes/Pubblico/img/bgAziendaTeamTop.png);
}
.bgRecapiti {
  background: url(/App_Themes/Pubblico/img/bgContattiRecapiti.jpg) no-repeat top center #b4a892;
}
.bgProgettazione {
  background: url(/App_Themes/Pubblico/img/bgStrutturaProgettazione.jpg) no-repeat top center;
}
.bgUffici {
  background: url(/App_Themes/Pubblico/img/bgStrutturaUffici.jpg) no-repeat top center;
}
.bgUffici:before {
  background-image: url(/App_Themes/Pubblico/img/bgStrutturaUfficiTop.png);
}
.bgCompetitivita {
  background: url(/App_Themes/Pubblico/img/bgValoriCompetitivita.jpg) no-repeat top center;
}
.bgCompetitivita:before {
  background-image: url(/App_Themes/Pubblico/img/bgValoriCompetitivitaTop.png);
}
.bgDesign {
  background: url(/App_Themes/Pubblico/img/bgValoriDesign.jpg) no-repeat top center;
}
.bgQualita {
  background: url(/App_Themes/Pubblico/img/bgValoriQualita.jpg) no-repeat top center;
}
.bgQualita:before {
  background-image: url(/App_Themes/Pubblico/img/bgValoriQualitaTop.png);
}
.bgServizio {
  background: url(/App_Themes/Pubblico/img/bgValoriServizio.jpg) no-repeat top center;
}
.bgServizio:before {
  background-image: url(/App_Themes/Pubblico/img/bgValoriServizioTop.png);
}
.bgDownload {
  background: url(/App_Themes/Pubblico/img/bgDownload.jpg) no-repeat top center;
}
.bgDownload:before {
  background: url(/App_Themes/Pubblico/img/bgDownloadTop.png);
}
/*==============================================================================
								ALTRI ELEMENTI
==============================================================================*/
/* Menu (PrintMenuFromXMLNested) */
.menu {
  float: right;
  position: relative;
  margin-top: 75px;
  z-index: 1000;
}
.menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 22px;
}
.menu ul li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
.menu ul li a {
  color: #231f20;
  display: block;
  padding: 10px 15px 10px 14px;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: -0.03em;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
  border: none;
}
.menu ul li a:visited {
  color: #231f20;
}
.menu ul ul.l2 {
  display: none;
  position: absolute;
  top: 32px;
  right: 0px;
  width: 160px;
  padding: 30px;
  background: white;
  -moz-box-shadow: 1px 7px 6px #333333;
  -webkit-box-shadow: 1px 7px 6px #333333;
  box-shadow: 1px 7px 6px #333333;
}
.menu ul li.l1:hover ul.l2, .menu ul li.selected ul.l2 {
  display: block;
}
.menu ul li.l1:hover a, .menu ul li.selected a {
  color: #231f20;
  background: white;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.menu ul li.l2 {
  float: left;
  width: 170px;
  margin: 0 10px 15px 10px;
}
.menu ul li.l2 a {
  padding: 0 0 5px 0;
  color: #231f20 !important;
  font-size: 15px;
  font-weight: normal;
}
.menu ul li.l2:nth-child(4n+1) {
  clear: both;
}
.menu ul a img {
  display: block;
}
/* "Cerca" nel Menu */
.menu .cerca a {
  display: none;
}
.menu a.cfcercaprodottotrigger {
  display: none;
  cursor: pointer;
}
.menu a.cfcercaprodottotrigger img {
  display: inline;
  position: relative;
  top: 2px;
  margin-right: -2px;
}
.menu .cerca a + a.cfcercaprodottotrigger {
  display: block;
}
nav.standard .cfcercaprodottotrigger {
  background: url(/App_Themes/Pubblico/img/ico/lente16.png) no-repeat 0 1px;
  cursor: pointer;
  padding-left: 24px;
}
/* Lang Switcher */
.lingue {
  float: right;
  margin-top: 75px;
  margin-left: 5px;
  position: relative;
  z-index: 1000;
}
.lingue ul {
  line-height: 22px;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.lingue ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
.lingue ul li a, .lingue ul li a:visited {
  border: medium none;
  color: #231F20;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -0.03em;
  padding: 11px 4px 10px 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}
.lingue ul li a:hover, .lingue ul li a:visited:hover {
  color: #000;
}
.lingue ul li.selected a {
  color: #aaa;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}
.bgStoria .lingue ul li.selected a, .bgRecapiti .lingue ul li.selected a {
  color: #EEEEEE;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}
.button-like.scarica {
  float: right;
  position: relative;
  top: 6px;
  text-align: center;
  font-size: 15px;
  padding: 7px 5px;
  width: 160px;
  background: #cccccc;
  /* Old browsers */

  background: -moz-linear-gradient(top, #cccccc 0%, #a8a8a8 5%, #a9a9a9 17%, #cccccc 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(5%, #a8a8a8), color-stop(17%, #a9a9a9), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #cccccc 0%, #a8a8a8 5%, #a9a9a9 17%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #cccccc 0%, #a8a8a8 5%, #a9a9a9 17%, #cccccc 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #cccccc 0%, #a8a8a8 5%, #a9a9a9 17%, #cccccc 100%);
  /* IE10+ */

  background: linear-gradient(top, #cccccc 0%, #a8a8a8 5%, #a9a9a9 17%, #cccccc 100%);
  /* W3C */

}
/* Breadcrumb (vedi Prodotto/Categoria.aspx) */
.breadcrumbs {
  margin-bottom: 2px;
}
.breadcrumbs a, .breadcrumbs a:visited {
  color: #8A8A8A;
  font-style: normal;
}
/* Menu Orizzontale Interno alla pagina (vedi Prodotto/Categoria.aspx) */
nav.standard a {
  margin: 0px 4px;
  /*
		font-family:@fontFamilyMenu;
		letter-spacing:-0.04em;
		font-size:18px;
		font-weight:bold;
		line-height:25px;
		 */

  font-size: 13px;
  line-height: 22px;
  font-style: normal;
  color: #4D4D4D;
}
nav.standard a:link, nav.standard a:visited {
  color: #4D4D4D;
}
nav.standard a:hover, nav.standard a.selected {
  color: #231f20;
  border-bottom: solid 1px #231f20;
}
nav.standard a:first-child {
  margin-left: 0px;
}
nav.standard a:last-child {
  margin-right: 0px;
}
nav.standard select {
  width: 230px;
  margin-left: 5px;
  margin-right: 5px;
  padding-right: 5px;
  border-color: #9C9C9C;
  color: #4D4D4D;
  font-size: 13px;
  -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}
.grid_6 .standard {
  width: 475px;
}
/* Tab Header (vedi Prodotto.aspx) */
#ulTabHeader {
  position: absolute;
  top: -91px;
  left: 0px;
  margin-top: 0px;
  margin-bottom: 24px;
}
#ulTabHeader li {
  display: inline;
  padding: 0px;
  margin-right: 3px;
  font-size: 15px;
}
#ulTabHeader li a {
  padding: 8px 15px 7px;
  font-style: normal;
  color: #16120b;
  background: #817970;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
#ulTabHeader li a:hover {
  border: none;
}
#ulTabHeader li.selected a, #ulTabHeader li:hover a {
  background: #fff;
}
/* Slider (jquery.ui) */
.flip {
  list-style: none;
  margin: 0;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 28px !important;
  height: 28px !important;
  cursor: pointer;
  background: url(/App_themes/Pubblico/img/handlerSlider.png) no-repeat !important;
}
.ui-slider-horizontal {
  height: 12px !important;
  background: url(/App_themes/pubblico/img/bgSlider.png) no-repeat !important;
  margin-bottom: 5px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -10px !important;
  margin-left: -9px !important;
}
.items-viewer {
  width: 960px;
  overflow: hidden;
}
.slider .flip, .slider .items {
  width: 10000em;
  padding: 0px;
}
.slider .flip li {
  float: left;
  background: none;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
.slider .flip h3 {
  text-align: center;
  font-weight: bold;
  color: #333;
}
.slider .flip img {
  display: block;
  border: 0;
  outline: none;
}
.slider .flip a {
  outline: none;
}
/* Slider ProdottiInCatSlider */.correlati {
  margin-top: 35px;
}
.correlati .items-viewer {
  width: 960px;
  margin: 25px 0;
}
.correlati .items-viewer, .correlati .correlati .flip, .correlati correlati .items {
  height: 115px;
}
.correlati h4 {
  text-align: center;
}
.correlati .flip li {
  margin: 0 10px;
}
.correlati img {
  margin-bottom: 5px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
}
/* Categoria Prodotto */
.info-bar {
  padding-top: 8px;
}
/* Elenco Prodotti */
.item .image img {
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
}
/* Dettaglio Prodotto */
figure img {
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
}
/* DataPager e DressyPager (in portfolio e ricerca) */
.pager {
  margin: 15px 0;
  text-align: right;
  font-size: 13px;
  line-height: 13px;
  color: #414141;
  font-family: Helvetica, Arial, sans-serif;
}
.pager .pagerbutton, .pager .pagerbutton-selected {
  padding: 0 8px;
  border-right: solid 1px #fff;
}
.pager .pagerbutton:last-child, .pager .pagerbutton-selected:last-child {
  border-right: none;
}
.pager .pagerbutton-selected {
  font-weight: bold;
}
/* Google Map (contatti) */
section#googleMap {
  overflow: hidden;
  width: auto;
  height: 747px;
  padding: 0;
  position: relative;
  top: 0;
}
/* Immagine Dettaglio Lavoro */
.grid_lavoro {
  position: relative;
}
.grid_lavoro .bg_lavoro {
  margin-top: -148px;
  margin-left: -100px;
}
.grid_lavoro .logo_lavoro {
  position: absolute;
  top: 18px;
  left: 106px;
}
/* Next Prev (scorrimento prodotti dal dettaglio) */
.next_prev {
  margin: 10px 0;
  text-align: center;
}
.next_prev a {
  margin: 0 8px;
  font-size: 18px;
}
.next_prev h3 {
  display: inline;
}
/* SocialLinks (Footer della Template.master) */
.social_links a {
  display: block;
  float: left;
  overflow: hidden;
  width: 0px;
  height: 0px;
  padding: 34px 0 0 34px;
  margin: 0 6px 6px 0;
  border: none;
  cursor: pointer;
}
.social_links .twitter {
  background: url(/App_Themes/Pubblico/img/social/twitter_34.png) no-repeat 0 0;
}
.social_links .rss {
  background: url(/App_Themes/Pubblico/img/social/rss_34.png) no-repeat 0 0;
}
.social_links .linkedin {
  background: url(/App_Themes/Pubblico/img/social/linkedin_34.png) no-repeat 0 0;
}
.social_links .facebook {
  background: url(/App_Themes/Pubblico/img/social/facebook_34.png) no-repeat 0 0;
}
.social_links .vimeo {
  background: url(/App_Themes/Pubblico/img/social/vimeo_34.png) no-repeat 0 0;
}
.social_links .skype {
  background: url(/App_Themes/Pubblico/img/social/skype_34.png) no-repeat 0 0;
}
.social_links .facebook {
  clear: left;
}
/* Homepage */
.tile a {
  display: block;
  padding: 40px 0 35px 0;
  text-align: center;
  font-size: 27px;
  font-style: normal;
  color: #fff;
  -moz-box-shadow: -4px 4px 5px #333333;
  -webkit-box-shadow: -4px 4px 5px #333333;
  box-shadow: -4px 4px 5px #333333;
}
.tile.A a {
  color: #fff !important;
  text-shadow: 0px 2px 2px #666;
  background: #b3a890;
}
.tile.A a:hover {
  color: #000 !important;
}
.tile.B a {
  color: #595959 !important;
  background: #010101;
}
.tile.B a:hover {
  color: #fff !important;
}
.tile.C a {
  color: #585858 !important;
  text-shadow: 0px 2px 2px #eee;
  background: #dcdcdc;
}
.tile.C a:hover {
  color: #000 !important;
}
.tile.D a {
  color: #b3a890 !important;
  text-shadow: 0px 2px 2px #111;
  background: #242021;
}
.tile.D a:hover {
  color: #fff !important;
}
/* Form Newsletter nel Footer della Template.master */footer .button-like {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  border: none;
}
footer .customizableform {
  position: relative;
  margin-top: 20px;
}
footer .customizableform dl {
  float: left;
  clear: none;
}
footer .customizableform dt {
  display: none;
}
footer .customizableform dd {
  margin: 0px;
}
footer .customizableform input.button {
  margin-left: 12px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: normal;
}
footer .customizableform label.error {
  display: block;
}
/* Ricerca */
.field-categoria dd,
.field-interasse dd,
.field-materiale dd,
.field-finitura dd {
  width: 200px;
}
.grid_4 .field-titolo dt,
.grid_4 .field-categoria dt,
.grid_4 .field-interasse dt,
.grid_4 .field-materiale dt,
.grid_4 .field-finitura dt {
  width: 220px;
}
.grid_4 .field-titolo dd,
.grid_4 .field-categoria dd,
.grid_4 .field-interasse dd,
.grid_4 .field-materiale dd,
.grid_4 .field-finitura dd {
  width: 200px;
}
.grid_4 .field-cerca dt {
  display: none;
}
.grid_4 .field-cerca dd {
  padding-top: 10px;
}
.overlay h1 {
  font-size: 27px;
  line-height: 1;
  margin-bottom: 10px;
}
/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

