/*==============================================================================
								COSTANTI
==============================================================================*/
/*==============================================================================
								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 */
label,
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: #555555;
  font: 11px Verdana, Geneva, Kalimati, sans-serif;
  line-height: 1.36em;
  /*15 0.93em*/

  /*1.5 * 16px*/

}
a, a:visited {
  color: #555555;
  text-decoration: none;
}
a:hover, a:visited:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin-bottom: 0px;
}
h1 {
  font-size: 24px;
  color: #030303;
  font-weight: bold;
}
h1 + h3 {
  font-style: italic;
}
h2 {
  font-size: 24px;
  line-height: 23.5px;
  margin-bottom: 10px;
}
h3 {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 22px;
}
h1 + h3 + div > p {
  margin-top: 20px;
}
/*==============================================================================
								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;
}
/*==============================================================================
								Z-INDEX
==============================================================================*/
/*==============================================================================
								COLORI
==============================================================================*/
/*==============================================================================
								STRUTTURA
==============================================================================*/
html {
  -webkit-font-smoothing: antialiased;
}
body {
  background: url(../img/bgLogo.jpg) no-repeat center top;
  /* overriden for main content blocks */

  margin: auto;
}
/*=========== Header  ===============*/
header {
  width: 960px;
  height: 96px;
  margin: auto;
  position: relative;
  margin-bottom: 4px;
  z-index: 1000;
}
.logo span {
  display: none;
}
.logo {
  width: 116px;
  height: 118px;
  margin-top: 13px;
  background: url(/App_Themes/Pubblico/img/logo.png) no-repeat;
}
.boxLogo {
  float: left;
  padding-left: 26px;
}
.boxSiteName {
  float: left;
  padding-left: 10px;
}
.boxSiteName h1 {
  padding-top: 54px;
}
/*======== Main Menu======*/
.mainmenu {
  float: right;
  position: absolute;
  top: 48px;
  right: 0px;
}
.mainmenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mainmenu ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  height: 39px;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}
.mainmenu ul li a {
  display: block;
  padding: 11px 11px 13px 11px;
  border: none;
  color: #55555 !important;
}
.mainmenu ul li h4 {
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.mainmenu ul .selected {
  background: #000000;
}
.mainmenu ul .selected a {
  color: #dadada;
}
.mainmenu ul li.l1:hover {
  background: #000000;
}
.mainmenu ul li.l1:hover ul.l2 {
  display: block;
}
.mainmenu ul li.l1:hover a {
  color: #dadada;
}
.mainmenu ul ul.l2 {
  display: none;
  position: absolute;
  top: 41px;
  left: 0px;
  background: #dadada;
}
.mainmenu ul li.l2 {
  height: auto;
  border-bottom: solid 1px #000000;
  float: none;
}
.mainmenu ul li.l2 a {
  color: #8e8e8e !important;
}
.mainmenu ul li.l2:hover {
  background: #000000;
}
.mainmenu ul li.l2:hover a {
  color: #dadada !important;
}
/*======== End Main Menu======*/
/*=========== End Header  ===============*/
/*=========== White Partners Bar ================*/
.boxCarosello {
  border-bottom: solid 3px #ffe72e;
}
.barTitle {
  float: left;
  font-size: 27px;
  color: #434242;
  padding-left: 41px;
  padding-top: 50px;
}
.barClaim {
  float: left;
  color: #555555;
  font-weight: normal;
  padding-top: 50px;
  padding-left: 6px;
}
.partnersBar {
  background: #f7f7f7;
  height: 119px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
}
.swissBox {
  float: right;
  margin-right: 86px;
}
.sgsBox {
  float: right;
  margin-right: 47px;
}
/*=========== End White Partners Bar ================*/
/*=========== Footer ===================================*/
footer {
  font-family: arial;
  font-size: 12px;
  line-height: 20px;
  padding-bottom: 40px;
  margin-top: 50px;
}
.addressFooter {
  float: right;
  padding-right: 20px;
}
.addressFooter span {
  color: #f26100;
  font-weight: bold;
}
.infoFooter {
  float: right;
  padding-right: 34px;
}
.menu {
  margin-left: 24px;
  padding-left: 13px;
  border-left: solid 1px #a6a5a5;
  float: left;
  color: #a6a5a5;
  list-style: none;
}
/*=========== End Footer ==========================*/
/*============== Home Page Content ================*/
.boxLeft {
  margin-left: 0px;
  margin-top: -34px;
  padding-left: 10px;
  height: 268px;
  background: url(/App_Themes/Pubblico/img/sfuma.jpg) no-repeat;
}
.boxLeft p {
  margin-bottom: 14px;
}
.innerBoxLeft {
  padding-top: 34px;
}
.boxHome {
  margin-left: 0px;
  padding-left: 9px;
}
.boxHome a {
  color: #4699e6;
}
.boxHome p {
  margin-bottom: 14px;
}
.border {
  border-left: solid 1px #f26100;
}
.first {
  padding-left: 0px !important;
}
h3 {
  font-weight: bold;
  color: #f26100;
  margin-bottom: 20px;
}
.maincontent {
  margin-top: 62px;
  margin-bottom: 98px;
}
.innerBox {
  padding-left: 28px;
  padding-right: 24px;
}
.innerBox span.lightblue {
  color: #4699e6;
}
.innerBox span.orange {
  color: #F26100;
  font-weight: bold;
}
.innerBox #Approfondisci {
  color: #4699E6;
}
.innerBox p {
  cursor: default;
}
/*============== End Home Page Content ================*/
/*============= Box Reserved + Lang Change ============*/
#topcontainer {
  background: #dadada;
  display: none;
}
#topcontainer.open {
  display: block;
  visibility: visible;
  height: 43px;
}
#toplogin .toploginElement {
  float: left;
}
#toplogin .toploginMessage {
  margin: 5px;
}
#toplogin .toploginButton {
  margin: 13px;
}
#toplogin .toploginField {
  margin: 5px 0 0 10px;
}
.open {
  visibility: hidden;
}
.boxRes {
  float: right;
  background: url(/App_Themes/Pubblico/img/bgRes.png) no-repeat;
  width: 206px;
  height: 30px;
  padding-right: 87px;
}
.boxRes ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.boxRes ul li {
  float: left;
  list-style: none;
}
.boxRes ul li:first-child {
  margin-left: 15px;
  margin-top: 10px;
}
.boxRes ul li:first-child h4 {
  color: #211d1f;
  font-weight: bold;
  line-height: 0px;
  padding-right: 10px;
  border-right: solid 1px #6ba9e2;
}
.boxRes ul img.flag {
  display: block;
  margin-top: 9px;
  margin-left: 14px;
}
.boxRes ul img.flag.en {
  margin-left: 7px;
}
#rblLang input[type="radio"] {
  display: none;
}
#rblLang li:first-child {
  margin: 0px;
}
/*============= End Box Reserved + Lang Change ============*/
/*============= Tab interno alle pagine ======================*/
ul.tabs {
  list-style: none;
  margin: 0 !important;
  padding-left: 10px;
  clear: both;
  height: 33px;
  border-bottom: 1px solid #8c8c8c;
  float: left;
  width: 95%;
}
/* single tab */
ul.tabs li {
  position: relative;
  z-index: 0;
  border-bottom: 1px solid #8c8c8c;
  background: url(/App_Themes/Pubblico/img/tabNotSelectedLeft.png) no-repeat;
  float: left;
  margin-left: -6px;
  padding-left: 28px;
  height: 33px;
  list-style-image: none !important;
  list-style-type: none;
  cursor: pointer;
  font-size: 12px;
}
ul.tabs a {
  background: url(/App_Themes/Pubblico/img/tabNotSelectedRight.png) no-repeat top right;
  display: block;
  color: #30302f;
  text-align: center;
  text-decoration: none;
  padding-right: 28px;
  height: 33px;
  margin-left: -1px;
  position: relative;
  top: 0px;
}
ul.tabs a:active {
  outline: none;
}
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
  cursor: pointer !important;
  color: #f26100 !important;
  background: url(/App_Themes/Pubblico/img/tabAttivoRight-1.png) no-repeat top right;
  padding-right: 43px;
  height: 33px;
  margin-right: 0px;
  border: 0px;
  padding-right: 43px;
}
ul.tabs li.current {
  position: relative;
  bottom: -1px;
  background: url(/App_Themes/Pubblico/img/tabAttivoLeft.png) no-repeat;
  border: 0px;
  padding-left: 44px;
  z-index: 1;
}
ul.tabs li.current h5 {
  color: #f26100;
  background: transparent;
  border-top: 1px solid #8c8c8c;
}
ul.tabs h5 {
  color: #555555;
  background: #f7f7f7;
  margin-right: -1px;
  padding: 7px 0px;
  height: 19px;
}
h5 {
  font-size: 18px;
}
/* Columns from js Columnizer 
.column {
	float: left;
	width: 276px;
	padding-right:24px;
	span{ color: @TitleOrange }
}*/
/* colonne selfmade*/
.column {
  float: left;
  width: 50%;
}
.column span {
  color: #f26100;
}
.tabPanel .column {
  float: left;
  width: 46%;
  padding-right: 22px;
}
.tabPanel .column span {
  color: #f26100;
}
.tabPanel {
  margin-top: 40px;
}
/*============= End Tab interno alle pagine ============*/
.rightColLong {
  margin-left: 0px;
  margin-top: -34px;
  padding-left: 10px;
  height: 610px;
  background: url(/App_Themes/Pubblico/img/line.jpg) no-repeat;
}
.GoogleMapBox {
  z-index: 1;
  border: solid 7px #bababa;
}
/*select, input, textarea { border:none; background:none repeat scroll 0 0 #F5F5F5; }

select, input, textarea { border:none; padding:2px 0px; background:none repeat scroll 0 0 #F5F5F5; }*/
.grayBack {
  background: #d8d8d9;
  padding-left: 20px;
  padding-bottom: 42px;
}
/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
ul.orange li {
  margin-top: 5px;
  margin-left: 14px;
  list-style-image: url(/App_Themes/Pubblico/img/list.png);
  /*list-style-position:inside;*/

}
.menu li {
  list-style: none;
}
/*-------------------- Quality Certification -------------------------*/
.pdfPrimo {
  padding-top: 28px;
}
.pdfSecondo {
  padding-top: 14px;
}
/*-------------------- Quality Certification End -------------------------*/
.button {
  background: #6da9e2;
  color: #ffffff;
  padding: 8px 30px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -khtml-border-radius: 8px;
}
.boxHome a:after {
  /*background:url(/App_Themes/Pubblico/img/arrow.png); 
content:"►";*/
  padding-left: 4px;
}
.field-group dl {
  margin-bottom: 4px;
}
.field-group dt {
  margin-bottom: 5px;
}
.field-campiobbligatori dt, .field-privacy dt {
  float: left;
  margin-right: 5px;
}
.field-campiobbligatori a, .field-privacy a {
  position: relative;
  top: -18px;
  left: 25px;
}
.field-privacy {
  margin-top: 20px;
  margin-bottom: 0px;
}
.field-invia {
  position: relative;
  top: 62px;
  left: 25px;
}
#HeaderContainer {
  width: 940;
  height: 399px;
}
/*------------ Header Scroller-----------------*/
.scrollHeader {
  position: relative;
  overflow: hidden;
  width: 940px;
  height: 399px;
}
.scrollHeader .items {
  width: 20000em;
  position: absolute;
  height: 399px;
}
.scrollHeader .items div {
  float: left;
  width: 940px;
}
/*------------ End Header Scroller-----------------*/
.claim {
  right: 77px;
  top: 125px;
  position: absolute;
  z-index: 1000;
  text-align: right;
}
.claim h1, .claim h2 {
  margin: 0;
  font-size: 30px;
  color: #d9d9d9;
}
.allImg .item img {
  margin-right: 14px;
  border: solid 2px #dadada;
  margin-bottom: 17px;
}
.allImg {
  margin-top: 25px;
}
.schemaItem {
  position: relative;
  float: left;
  margin-right: -25px;
  width: 152px;
  height: 115px;
}
.blueOver {
  background: url(../img/blue-arrow-over.png) no-repeat center top;
}
.grayOver {
  background: url(../img/gray-arrow-over.png) no-repeat center top;
}
.blueOver:hover img, .grayOver:hover img {
  display: none;
}
/*
.schemaItem:hover img
{
display:none;
}
*/
.itemTit {
  color: #000000;
  font-family: Myriad Pro;
  font-size: 18px;
  /*padding-top:30px;
padding-bottom:50px;*/

  left: 36px;
  position: absolute;
  width: 100px;
  height: 113px;
}
.schemaFlusso {
  margin-top: 60px;
}
.macchinari ul {
  list-style: none;
  word-spacing: 4px;
}
.macchinari ul li {
  text-align: right;
  width: 94px;
  float: right;
  border-bottom: 1px solid #2a2a2a;
  margin-right: 11px;
  margin-top: 5px;
  padding-left: 15px;
  height: 18px;
}
.macchinari ul li img {
  margin-left: 5px;
}
.fMessaggio {
  width: 285px;
  height: 36px;
}
.boxLoggedIn {
  list-style: none;
}
.boxLoggedIn li {
  position: relative;
  top: 12px;
  left: 18px;
}
.toploginElement {
  margin-left: 18px;
}
.buttonUpload {
  margin-top: 50px;
}
/*------------ Galleria con thumbnails che scrollano -----------------*/
/*#pnlGallery{ width:620px; }*/
.galleryContainer {
  margin-top: 25px;
}
.scrollable {
  position: relative;
  overflow: hidden;
  width: 524px;
  height: 117px;
  float: left;
  margin: 0 8px 0 8px;
}
.scrollable .items {
  width: 20000em;
  position: absolute;
}
.scrollable .items div {
  float: left;
  border: solid 6px #f5f5f5;
}
.browse {
  float: left;
  margin-top: 45px;
}
/*------------ End Galleria con thumbnails che scrollano -----------------*/
div.pp_overlay {
  background: none repeat scroll 0 0 #000000 !important;
}
.topLogin {
  background: none repeat scroll 0 0 #DADADA;
}
.itemHover {
  display: none;
  position: absolute;
  top: 0;
  background: url(../img/over-prodotti.png) no-repeat center top;
  width: 305px;
  height: 205px;
}
.item {
  float: left;
  top: 0;
  position: relative;
}
.item:hover .itemHover {
  display: block;
}
.oldHomePage {
  background: #fff;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 9000;
  height: 1186px;
}
.boxSinglePartner {
  float: right;
  margin-right: 40px;
}
.boxDownload {
  background: url(../img/boxDownload.jpg) no-repeat center top;
  width: 195px;
  height: 131px;
  display: block;
  margin-top: 20px;
}
.boxDownload .boxText {
  position: relative;
  top: 64px;
  left: 83px;
  width: 88px;
}
.boxDownload .type {
  color: #9a9a9a;
}
.boxDownload .title {
  color: #fff;
}
.boxDownloads .boxDownload:first-child {
  margin-top: 60px;
}
h4 {
  font-size: 12px;
  font-weight: bold;
  /*color:@TitleOrange; */

  color: #8E8E8E;
  margin-bottom: 20px;
}
.corpoEvento {
  margin-right: 30px;
}
.error {
  color: red;
}
.download .title {
  position: relative;
  top: -26px;
  left: -116px;
  color: #fff;
}

