@charset "CP850";
/*!
 * inuitcss, by @csswizardry
 *
 * github.com/inuitcss | inuitcss.com
 */
/*------------------------------------*\
    #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

body {
  margin: 0px !important; }

.hide {
  display: none; }

.mainContainerOuter {
  position: absolute;
  z-index: 5; }

.mainContainer {
  width: 980px;
  margin: 190px auto 0px auto;
  height: 460px;
  padding: 20px 0px; }
  @media screen and (max-width: 979px) {
    .mainContainer {
      margin: 211px auto 0px auto;
      padding: 10px;
      height: auto; }
      .mainContainer .main {
        padding: 10px;
        background-color: #fff;
        border: 1px solid #ccc; } }
  @media screen and (min-width: 480px) and (max-width: 979px) {
    .mainContainer {
      margin: 230px auto 0px auto; } }
  @media screen and (max-width: 479px) {
    .mainContainer {
      margin: 253px auto 0px auto; } }

.layout__item.layout__item--adaptive {
  line-height: 0px !important; }

.layout.layout--adaptive {
  line-height: 0px !important; }

.warantyContainer {
  display: inline-block;
  /* @include opacity-background(255,255,255,0.98,'#ffffff'); */
  background: url("../gfx/background_transparente.png") repeat scroll 0 0 transparent;
  padding: 20px; }

h2.titolo {
  font-family: "ITCFranklinGothicCondensedDemi";
  color: #0062a9;
  font-size: 22px;
  line-height: 24px;
  font-weight: normal; }

h3.didascalia {
  font-family: "ITCFranklinGothicCondensedDemi";
  color: #555555;
  font-size: 20px;
  line-height: 22px;
  font-weight: normal; }

form.form {
  font-size: 15px; }
  form.form p {
    font-family: "ITCFranklinGothicCondensedBook";
    margin: 0 0 5px 0;
    font-size: 18px; }
  form.form input, form.form textarea {
    font-family: "Conv_ITCFranklinGothicStd-BkCdIt";
    width: 100%;
    margin: 0 0 30px 0;
    padding: 10px 10px;
    background-color: #f5f5f5;
    border: 1px solid #c8c8c8; }
  form.form .padding {
    padding-right: 30px; }
  @media screen and (max-width: 979px) {
    form.form input {
      margin: 0 0 15px 0; }
    form.form .padding {
      padding-right: 0; } }

.clear {
  clear: both; }

.layout__item.pdl0 {
  padding-left: 0; }

@media screen and (min-width: 980px) {
  .desk-layout--small {
    margin-left: -12px; } }
@media screen and (max-width: 979px) {
  .showOnlyDesktop {
    display: none !important; } }
@media screen and (max-width: 479px) {
  .showOnlyDesktop {
    display: none !important; } }

@media screen and (min-width: 980px) {
  .showOnlySmart {
    display: none !important; } }

/*------------------------------------*\
    #PAGE
\*------------------------------------*/
/**
 * High-, page-level styling.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
  font-size: 1em;
  /* [1] */
  line-height: 1.5;
  /* [1] */
  background-color: white;
  color: #333333;
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
  -webkit-text-size-adjust: 100%;
  /* [4] */
  -ms-text-size-adjust: 100%;
  /* [4] */
  -moz-osx-font-smoothing: grayscale;
  /* [5] */
  -webkit-font-smoothing: antialiased;
  /* [5] */ }

/*@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=b340caae-3c4f-47c5-8ed9-4f6586a217ca");*/
@font-face {
  font-family: "ITCFranklinGothicBook";
  src: url("fonts/03dda592-ab39-4f26-9535-fdea194854cf.eot?#iefix");
  src: url("fonts/03dda592-ab39-4f26-9535-fdea194854cf.eot?#iefix") format("eot"), url("fonts/41c174b1-68c1-41b7-a19f-5ec80929b115.woff") format("woff"), url("fonts/06d99598-12aa-461b-b57e-81a137da1b9f.ttf") format("truetype"), url("fonts/427cca04-e0ee-4395-a5d3-b7d45feeff62.svg#427cca04-e0ee-4395-a5d3-b7d45feeff62") format("svg"); }
@font-face {
  font-family: "ITCFranklinGothicCompressedBook";
  src: url("fonts/40c25844-afae-464c-b2e8-e22dfe775019.eot?#iefix");
  src: url("fonts/40c25844-afae-464c-b2e8-e22dfe775019.eot?#iefix") format("eot"), url("fonts/3e93a250-0c01-4de3-a34f-07ad006f324c.woff") format("woff"), url("fonts/b8e027ee-2673-4c27-94d0-54595a427ab2.ttf") format("truetype"), url("fonts/d2919fbf-50f9-4403-b41a-12044cdefede.svg#d2919fbf-50f9-4403-b41a-12044cdefede") format("svg"); }
@font-face {
  font-family: "ITCFranklinGothicCompressedBookItalic";
  src: url("fonts/fb5ba253-3e6d-4ab2-9048-ca7f4f053257.eot?#iefix");
  src: url("fonts/fb5ba253-3e6d-4ab2-9048-ca7f4f053257.eot?#iefix") format("eot"), url("fonts/086332e2-4c15-41b9-8e05-a0fa1976886c.woff") format("woff"), url("fonts/4dde81fc-4a1d-4a49-86ec-1c8e3cc6a263.ttf") format("truetype"), url("fonts/03d3fbf1-6049-49f3-b39c-2894d7dd99cc.svg#03d3fbf1-6049-49f3-b39c-2894d7dd99cc") format("svg"); }
@font-face {
  font-family: "ITCFranklinGothicCondensedBook";
  src: url("fonts/25b07660-96a5-4eed-bcfd-fc4f0e97098a.eot?#iefix");
  src: url("fonts/25b07660-96a5-4eed-bcfd-fc4f0e97098a.eot?#iefix") format("eot"), url("fonts/de902d7e-9849-4880-b8fe-966b186b110c.woff") format("woff"), url("fonts/fdec17bc-6f6c-4b7c-bbc1-8f2ec6c7931c.ttf") format("truetype"), url("fonts/3b330c74-12e3-423e-9785-d817a41a9a24.svg#3b330c74-12e3-423e-9785-d817a41a9a24") format("svg"); }
@font-face {
  font-family: "Conv_ITCFranklinGothicStd-BkCdIt";
  src: url("fonts/7306de32-c033-4beb-935b-9450a69833ce.eot?#iefix");
  src: url("fonts/7306de32-c033-4beb-935b-9450a69833ce.eot?#iefix") format("eot"), url("fonts/ad3568fc-e8d1-4f2a-991a-73b2c1579d2d.woff") format("woff"), url("fonts/29efa8aa-9c14-47a3-bc87-fefc803189e0.ttf") format("truetype"), url("fonts/8cdd992f-b574-4529-b237-4a0ab066d8f5.svg#8cdd992f-b574-4529-b237-4a0ab066d8f5") format("svg"); }
@font-face {
  font-family: "ITCFranklinGothicExtraCompressedBook";
  src: url("fonts/bddaa752-b0b5-47d2-95c5-c577f9447c57.eot?#iefix");
  src: url("fonts/bddaa752-b0b5-47d2-95c5-c577f9447c57.eot?#iefix") format("eot"), url("fonts/a619c765-b1f3-4beb-9e53-6dcb7b51f7c6.woff") format("woff"), url("fonts/e81b60a7-faa6-43b1-9a18-ec1f4a7941d5.ttf") format("truetype"), url("fonts/14981380-0a21-4949-924f-2b19d122f185.svg#14981380-0a21-4949-924f-2b19d122f185") format("svg"); }
@font-face {
  font-family: "ITCFranklinGothicBookItalic";
  src: url("fonts/309e275f-1390-4fe1-84c8-2c57ee140fec.eot?#iefix");
  src: url("fonts/309e275f-1390-4fe1-84c8-2c57ee140fec.eot?#iefix") format("eot"), url("fonts/0217968f-fe47-452d-bf4a-64f4fb60de07.woff") format("woff"), url("fonts/02baf074-eef5-4bdf-bf8a-c7d5c525e5b5.ttf") format("truetype"), url("fonts/c806ee51-6432-4bcb-8cba-574e9cfb5709.svg#c806ee51-6432-4bcb-8cba-574e9cfb5709") format("svg"); }
@font-face {
  font-family: "ITCFranklinGothicDemi";
  src: url("fonts/498d8f5c-6dfe-4a07-9fdf-321bcc11909c.eot?#iefix");
  src: url("fonts/498d8f5c-6dfe-4a07-9fdf-321bcc11909c.eot?#iefix") format("eot"), url("fonts/08fe22ab-0517-4203-bcc9-1ba2ca45f40c.woff") format("woff"), url("fonts/6adc2e3a-d0c4-4c48-ba68-91b4107515d7.ttf") format("truetype"), url("fonts/426ce955-d5bd-4a77-b077-402088f77e65.svg#426ce955-d5bd-4a77-b077-402088f77e65") format("svg"); }
@font-face {
  font-family: "ITCFranklinGothicCompressedDemi";
  src: url("fonts/b42b1756-b19e-43bc-adf8-a91bc339a1f0.eot?#iefix");
  src: url("fonts/b42b1756-b19e-43bc-adf8-a91bc339a1f0.eot?#iefix") format("eot"), url("fonts/61509a4a-55a0-4207-a78b-902f7a2cc685.woff") format("woff"), url("fonts/e70351f1-aa0a-4aea-8164-6c50d40da854.ttf") format("truetype"), url("fonts/c168602c-6e5b-408d-a51c-ca4ddb8fe8e4.svg#c168602c-6e5b-408d-a51c-ca4ddb8fe8e4") format("svg"); }
@font-face {
  font-family: "ITCFranklinGothicCompressedDemiItalic";
  src: url("fonts/1a5c81ae-d22c-42b1-8b90-5493842fbcdd.eot?#iefix");
  src: url("fonts/1a5c81ae-d22c-42b1-8b90-5493842fbcdd.eot?#iefix") format("eot"), url("fonts/ada81e8e-40ce-44e0-afeb-dfe3f22137bf.woff") format("woff"), url("fonts/e6b4a953-394c-489c-81c4-1d9660573404.ttf") format("truetype"), url("fonts/cd77c402-802a-44c5-9837-f69eeb282447.svg#cd77c402-802a-44c5-9837-f69eeb282447") format("svg"); }
/* Franklin Gothic Demi Condensed */
@font-face {
  font-family: "ITCFranklinGothicCondensedDemi";
  src: url("fonts/05bfbc51-0c0b-440a-8a25-45b86f0289d5.eot?#iefix");
  src: url("fonts/05bfbc51-0c0b-440a-8a25-45b86f0289d5.eot?#iefix") format("eot"), url("fonts/b547d31d-69fc-40d6-8013-e9b6f0b38df0.woff") format("woff"), url("fonts/8e90e5d2-659a-4b9f-b68a-8ae72539e7b4.ttf") format("truetype"), url("fonts/125eafff-7b5a-4c56-8a3a-d3fe11d8c3cc.svg#125eafff-7b5a-4c56-8a3a-d3fe11d8c3cc") format("svg"); }
@font-face {
  font-family: "ITCFranklinGothicCondensedDemiItalic";
  src: url("fonts/721c755e-eb3b-4ca0-b709-17464d40b416.eot?#iefix");
  src: url("fonts/721c755e-eb3b-4ca0-b709-17464d40b416.eot?#iefix") format("eot"), url("fonts/c7eb9d8d-6dea-4484-b775-9542a1571a8a.woff") format("woff"), url("fonts/e1ab3288-7287-4732-b338-08f7ba152f8a.ttf") format("truetype"), url("fonts/a7d47205-7be9-48ab-bf9d-db13411bebb6.svg#a7d47205-7be9-48ab-bf9d-db13411bebb6") format("svg"); }
@font-face {
  font-family: "ITCFranklinGothicExtraCompressedDemi";
  src: url("fonts/023d36f1-a203-482f-bb69-f448692d32f5.eot?#iefix");
  src: url("fonts/023d36f1-a203-482f-bb69-f448692d32f5.eot?#iefix") format("eot"), url("fonts/b2ef0f06-9dd1-4e8d-b49b-75293b3c8521.woff") format("woff"), url("fonts/56049f78-3d2e-4f58-9aee-76015748f2a1.ttf") format("truetype"), url("fonts/73d7155c-f1ff-4a6d-939e-8830a266016e.svg#73d7155c-f1ff-4a6d-939e-8830a266016e") format("svg"); }
@font-face {
  font-family: "ITCFranklinGothicDemiItalic";
  src: url("fonts/e87a0fc1-a470-4e66-b5d3-1f5e104c80be.eot?#iefix");
  src: url("fonts/e87a0fc1-a470-4e66-b5d3-1f5e104c80be.eot?#iefix") format("eot"), url("fonts/74bfc732-8944-48e4-af03-b3d2373ff97f.woff") format("woff"), url("fonts/a10e2fb8-a2fd-452f-9128-de2d550c69d6.ttf") format("truetype"), url("fonts/82ffbb5c-0b67-49c2-8b95-7a395bde55bc.svg#82ffbb5c-0b67-49c2-8b95-7a395bde55bc") format("svg"); }
@font-face {
  font-family: "ITCFranklinGothicHeavy";
  src: url("fonts/02c46bc9-b252-4936-9788-4d7a7dab5011.eot?#iefix");
  src: url("fonts/02c46bc9-b252-4936-9788-4d7a7dab5011.eot?#iefix") format("eot"), url("fonts/6c1059a5-93a4-4c07-8464-8ee5df381c36.woff") format("woff"), url("fonts/baf80ba3-29ee-4bd1-af03-28d25bd3beeb.ttf") format("truetype"), url("fonts/329fefa7-d703-49cf-b2cf-00063765c30f.svg#329fefa7-d703-49cf-b2cf-00063765c30f") format("svg"); }
@font-face {
  font-family: "ITCFranklinGothicHeavyItalic";
  src: url("fonts/6f4c1ba3-f552-416e-bec0-331f087fc0f0.eot?#iefix");
  src: url("fonts/6f4c1ba3-f552-416e-bec0-331f087fc0f0.eot?#iefix") format("eot"), url("fonts/cf9edf3c-d563-4fc3-aa74-9cf7d79c4666.woff") format("woff"), url("fonts/132d4613-12a3-4b27-8823-b55187a646b5.ttf") format("truetype"), url("fonts/4d0943db-1dc2-4618-8b52-c08fc0e76611.svg#4d0943db-1dc2-4618-8b52-c08fc0e76611") format("svg"); }
@font-face {
  font-family: "ITCFranklinGothicMedium";
  src: url("fonts/905c1a7c-f018-4815-b4a9-6bd6f4c7e768.eot?#iefix");
  src: url("fonts/905c1a7c-f018-4815-b4a9-6bd6f4c7e768.eot?#iefix") format("eot"), url("fonts/10ab5970-5726-4843-82b1-912faa9307ff.woff") format("woff"), url("fonts/70a26d03-0393-410a-a98c-e35dc876c3cb.ttf") format("truetype"), url("fonts/edb011f7-44ad-4c0d-b81a-c97c3ad6be6f.svg#edb011f7-44ad-4c0d-b81a-c97c3ad6be6f") format("svg"); }
/* Franklin Gothic Medium Condensed */
@font-face {
  font-family: "Conv_ITCFranklinGothicStd-MdCd";
  src: url("fonts/7762c169-a387-4399-b8a3-d43373d60c3e.eot?#iefix");
  src: url("fonts/7762c169-a387-4399-b8a3-d43373d60c3e.eot?#iefix") format("eot"), url("fonts/060031a3-ab11-4f91-9dd4-6b39458f5109.woff") format("woff"), url("fonts/9920e0c0-07ac-4a1b-befd-fa76960969b8.ttf") format("truetype"), url("fonts/52fb29fb-5147-4a42-b308-e24daf6ec3b6.svg#52fb29fb-5147-4a42-b308-e24daf6ec3b6") format("svg"); }
@font-face {
  font-family: "ITCFranklinGothicCondensedMediumItalic";
  src: url("fonts/d22fab2a-12ce-4fde-a9c4-257dec15b6e6.eot?#iefix");
  src: url("fonts/d22fab2a-12ce-4fde-a9c4-257dec15b6e6.eot?#iefix") format("eot"), url("fonts/4464b53d-fa4f-4571-bc60-bf9125b77517.woff") format("woff"), url("fonts/a2f0aafb-c051-4bc8-bcbb-d702f2e0c93d.ttf") format("truetype"), url("fonts/3d855152-df90-4b54-92f2-14070998cba8.svg#3d855152-df90-4b54-92f2-14070998cba8") format("svg"); }
@font-face {
  font-family: "ITCFranklinGothicMediumItalic";
  src: url("fonts/2c00b410-b1ca-4cab-af43-413b2c9a006e.eot?#iefix");
  src: url("fonts/2c00b410-b1ca-4cab-af43-413b2c9a006e.eot?#iefix") format("eot"), url("fonts/52aab9ca-1732-4980-9f86-87543a225241.woff") format("woff"), url("fonts/1012b297-24ec-4293-b3e6-4418211cf09d.ttf") format("truetype"), url("fonts/d37d19b9-0a14-43cf-b788-08f0a6b5c33e.svg#d37d19b9-0a14-43cf-b788-08f0a6b5c33e") format("svg"); }
@font-face {
  font-family: "ITCFranklinGothicCondensedBookSC";
  src: url("fonts/09d2e7ad-9e0a-4031-95b6-0278e51fb444.eot?#iefix");
  src: url("fonts/09d2e7ad-9e0a-4031-95b6-0278e51fb444.eot?#iefix") format("eot"), url("fonts/180188d0-d301-4887-9896-d5360db2815f.woff") format("woff"), url("fonts/b85b033c-203b-4ea7-8053-d98683a67652.ttf") format("truetype"), url("fonts/2cfbad6a-2ec6-4afa-b42a-a969efd29c2d.svg#2cfbad6a-2ec6-4afa-b42a-a969efd29c2d") format("svg"); }
@font-face {
  font-family: "ITCFranklinGothicCondensedMediumSC";
  src: url("fonts/b137a889-41c6-4578-84a4-aa00ea0cf371.eot?#iefix");
  src: url("fonts/b137a889-41c6-4578-84a4-aa00ea0cf371.eot?#iefix") format("eot"), url("fonts/e23d0896-e215-461d-9e11-8a06743a9dbe.woff") format("woff"), url("fonts/69d4ecb9-769b-472b-a120-c3c3e1e3748e.ttf") format("truetype"), url("fonts/ecdd9a12-d591-4438-98f6-21f24e095086.svg#ecdd9a12-d591-4438-98f6-21f24e095086") format("svg"); }
p {
/*   font-family: "ITCFranklinGothicCondensedBook"; */
  /*font-size: 18px;*/
  color: #333333; }

h2.brand {
  font-family: "ITCFranklinGothicBook";
  font-size: 28px;
  color: #0062a9; }

h2.waranty {
  font-family: "ITCFranklinGothicBook";
  font-size: 22px;
  color: #555555;
  margin: 0px auto 10px auto; }

h2.totalLabel {
  text-align: center;
  margin: 36px 0px 0px 0px;
  font-family: "ITCFranklinGothicCondensedDemi";
  font-size: 48px;
  line-height: 0;
  color: white; }
  @media screen and (max-width: 979px) {
    h2.totalLabel {
      margin-top: 23px;
      padding-left: 30px;
      line-height: 20px;
      font-size: 32px; }
      h2.totalLabel span {
        display: block;
        margin: 5px 0 0 0;
        line-height: 20px; } }
  @media screen and (max-width: 479px) {
    h2.totalLabel {
      margin-top: 23px;
      padding-left: 30px;
      line-height: 20px;
      font-size: 32px; } }
  h2.totalLabel span {
    text-align: center;
    font-family: "ITCFranklinGothicCondensedBook";
    font-size: 22px;
    color: white;
    margin: 5px auto; }

p.totalLabel {
  text-align: center;
  font-family: "ITCFranklinGothicCondensedBook";
  font-size: 22px;
  color: white;
  margin: 15px auto; }

/*------------------------------------*\
    #LAYOUT
\*------------------------------------*/
/**
 * The inuitcss layout system uses `box-sizing: border-box;` and
 * `display: inline-block;` to create an extremely powerful, flexible
 * alternative to the traditional grid system. Combine the layout items with
 * the widths found in `trumps.widths`.
 */
/**
 * Begin a layout group.
 */
.layout {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -24px; }

/**
 * 1. Cause columns to stack side-by-side.
 * 2. Space columns apart.
 * 3. Align columns to the tops of each other.
 * 4. Full-width unless told to behave otherwise.
 * 5. Required to combine fluid widths and fixed gutters.
 */
.layout__item {
  display: inline-block;
  /* [1] */
  padding-left: 24px;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */ }

/**
 * Layouts with tiny gutters.
 */
.layout--tiny {
  margin-left: -6px; }
  .layout--tiny > .layout__item {
    padding-left: 6px; }

/**
 * Layouts with small gutters.
 */
.layout--small {
  margin-left: -12px; }
  .layout--small > .layout__item {
    padding-left: 12px; }

/**
 * Layouts with large gutters.
 */
.layout--large {
  margin-left: -48px; }
  .layout--large > .layout__item {
    padding-left: 48px; }

/**
 * Layouts with huge gutters.
 */
.layout--huge {
  margin-left: -96px; }
  .layout--huge > .layout__item {
    padding-left: 96px; }

/**
 * Layouts with no gutters.
 */
.layout--flush {
  margin-left: 0; }
  .layout--flush > .layout__item {
    padding-left: 0; }

/**
 * Reversed rendered order of layout items, e.g. items 1, 2, 3, 4 in your
 * markup will display in order 4, 3, 2, 1 on your page.
 */
.layout--rev {
  direction: rtl;
  text-align: left; }
  .layout--rev > .layout__item {
    direction: ltr;
    text-align: left; }

/**
 * Align layout items to the vertical centers of each other.
 */
.layout--middle > .layout__item {
  vertical-align: middle; }

/**
 * Align layout items to the vertical bottoms of each other.
 */
.layout--bottom > .layout__item {
  vertical-align: bottom; }

/**
 * Make the layout items fill up from the right hand side.
 */
.layout--right {
  text-align: right; }
  .layout--right > .layout__item {
    text-align: left; }

/**
 * Make the layout items fill up from the center outward.
 */
/* .layout--center { */
/*   text-align: center; } */
  .layout--center > .layout__item {
    text-align: left; }

/**
 * Cause layout items to take up a non-explicit amount of width.
 */
.layout--auto > .layout__item {
  width: auto; }

#tornaSu {
  position: fixed;
  right: 0;
  bottom: 24px;
  background: url(../gfx/icon_su.png) no-repeat 50% 50% #233689;
  height: 41px;
  width: 41px;
  display: block; }
  #tornaSu:hover {
    background-color: #0062a9; }
  @media screen and (max-width: 979px) {
    #tornaSu {
      display: none; } }

.header {
  top: 0px;
  z-index: 10;
  height: auto;
  position: fixed;
  background-color: #fff;
  left: 0; }
  .header.ombra {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(61, 61, 61, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(61, 61, 61, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(61, 61, 61, 0.5); }
  .header h2.brand {
    font-family: "Conv_ITCFranklinGothicStd-MdCd";
    font-size: 24px;
    color: #0062a9;
    line-height: 24px;
    margin: 0;
    font-weight: normal; }
  .header h2.totalLabel {
    font-weight: normal; }
  .header .labelHeader p {
    line-height: 20px;
    margin: 10px 0 0; }
  .header .secondRow {
    max-height: 0px;
    overflow: hidden;
    -moz-transition: all 0.8s ease-out;
    /* FF4+ */
    -o-transition: all 0.8s ease-out;
    /* Opera 10.5+ */
    -webkit-transition: all 0.8s ease-out;
    /* Saf3.2+, Chrome */
    -ms-transition: all 0.8s ease-out;
    /* IE10 */
    transition: all 0.8s ease-out; }
    @media screen and (max-width: 979px) {
      .header .secondRow {
        -moz-transition: all 0.5s ease-out;
        /* FF4+ */
        -o-transition: all 0.5s ease-out;
        /* Opera 10.5+ */
        -webkit-transition: all 0.5s ease-out;
        /* Saf3.2+, Chrome */
        -ms-transition: all 0.5s ease-out;
        /* IE10 */
        transition: all 0.5s ease-out; } }
    .header .secondRow.down {
      max-height: 300px; }
    .header .secondRow.overflow {
      overflow: inherit !important; }

.headerInsider {
  width: 980px;
  margin: 0px auto;
  text-align: left;
  background-color: white; }
  @media screen and (max-width: 979px) {
    .headerInsider {
      padding: 0px 20px; } }

.logo {
  padding: 24px 24px 10px 24px; }
  @media screen and (max-width: 979px) {
    .logo {
      padding: 12px 0px; }
      .logo img {
        width: auto; } }

.socialContainer {
  margin-top: 46px;
  display: inline-block;
  width: 120px;
  height: 30px;
  position: relative; }
  @media screen and (max-width: 979px) {
    .socialContainer {
      margin-top: 13px;
      width: 100%; } }
  .socialContainer .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 30px;
    background-color: white;
    -webkit-transition: width 0.7s ease-in-out;
    -moz-transition: width 0.7s ease-in-out;
    transition: width 0.7s ease-in-out; }
    .socialContainer .cover.open {
      width: 0; }

.socialContainer--mobile {
  overflow: hidden;
  height: 0px;
  -webkit-transition: height 0.7s ease-in-out;
  -moz-transition: height 0.7s ease-in-out;
  transition: height 0.7s ease-in-out; }
  .socialContainer--mobile.open {
    height: 43px; }

.iconContainer {
  padding-top: 2em; }

.labelHeader {
  padding: 1em; }
  @media screen and (min-width: 980px) {
    .labelHeader {
      padding-left: 12px !important; } }
  .labelHeader p {
    line-height: 0px; }
    @media screen and (max-width: 582px) {
      .labelHeader p {
        font-size: 14px;
        line-height: 15px;
        margin: 0px auto; } }
  .labelHeader h2 {
    line-height: 0px; }
    @media screen and (max-width: 685px) {
      .labelHeader h2 {
        font-size: 20px;
        line-height: 21px;
        margin: 0px auto; } }

.total {
  height: 101px;
  background-image: url("../gfx/background_totale_desk.jpg");
  background-repeat: no-repeat; }
  @media screen and (max-width: 980px) {
    .total {
      height: 81px;
      background-image: url("../gfx/background_totale_mobile.png"); } }
  .total.ricalcola {
    background: url(../gfx/background_totale_ricalcola_desk.png) no-repeat 0 50% #f2f1f1;
    position: relative; }
    .total.ricalcola .btnRicalcola {
      background-color: #fff;
      border: 1px solid #0062a9;
      color: #0062a9;
      display: block;
      font-size: 24px;
      margin: 5% auto;
      padding: 6% 0;
      text-align: center;
      text-decoration: none;
      width: 70%;
      font-family: "ITCFranklinGothicCondensedDemi"; }
      @media screen and (max-width: 979px) {
        .total.ricalcola .btnRicalcola {
          padding: 10px 0;
          margin: 10px auto; } }
      @media screen and (max-width: 480px) {
        .total.ricalcola .btnRicalcola span {
          display: none;
          width: 55%; } }
      .total.ricalcola .btnRicalcola img {
        vertical-align: middle; }
      .total.ricalcola .btnRicalcola:hover {
        background-color: #ebebeb; }

.buttonGroupHeader {
  margin-top: 10px; }
  @media screen and (max-width: 980px) {
    .buttonGroupHeader {
      margin: 10px 0px 10px 0px; }
      .buttonGroupHeader > .layout__item {
        padding-left: 12px !important; }
      .buttonGroupHeader > .layout__item.first {
        padding-left: 0px !important;
        padding-right: 12px !important; } }
  @media screen and (min-width: 980px) {
    .buttonGroupHeader .ricApp {
      margin-left: 8px; } }
  @media screen and (max-width: 980px) and (min-width: 486px) {
    .buttonGroupHeader a.green {
      padding: 15px 25px; } }
  @media screen and (max-width: 485px) and (min-width: 410px) {
    .buttonGroupHeader a.green {
      padding: 15px 45px; } }
  @media screen and (max-width: 409px) and (min-width: 360px) {
    .buttonGroupHeader a.green {
      padding: 15px 30px; } }
  @media screen and (max-width: 359px) {
    .buttonGroupHeader a.green {
      padding: 15px; } }
  .buttonGroupHeader a.green:hover {
    background-color: #658825; }

.fixedBackground {
  top: 190px;
  height: 480px;
  position: fixed;
  background-image: url("../gfx/background_desktop.jpg");
  background-repeat: no-repeat;
  background-position: center 0;
  z-index: 2; }
  @media screen and (max-width: 979px) {
    .fixedBackground {
      background-image: url("../gfx/landing/980x1100_img_bg.jpg");
      top: 202px;
      height: 1100px; }
      .fixedBackground.closed {
        top: 59px; } }

.background_fascia {
  height: 98px;
  background: url(../gfx/background_fascia.jpg) no-repeat center center transparent;
  width: 100%; }
  @media screen and (max-width: 979px) {
    .background_fascia {
      background-image: none;
      background-color: #0f2e86;
      height: 4px; } }

hr.separator {
  margin: 0px auto; }
  hr.separator.separator--brand {
    border: 2px solid #0f2e86; }
  hr.separator.separator--waranty {
    border: 1px solid #e8e8ea;
    margin-bottom: 20px; }

a.green {
  width: 100%;
  font-family: "ITCFranklinGothicCondensedDemi";
  color: white;
  font-size: 18px;
  line-height: 20px;
  background-color: #7a9f35;
  padding: 10px 25px;
  text-align: center;
  display: block;
  text-decoration: none; }
  @media screen and (max-width: 980px) and (min-width: 486px) {
    a.green {
      padding: 15px 25px; } }
  @media screen and (max-width: 485px) and (min-width: 410px) {
    a.green {
      padding: 15px 45px; } }
  @media screen and (max-width: 409px) and (min-width: 360px) {
    a.green {
      padding: 15px 30px; } }
  @media screen and (max-width: 359px) {
    a.green {
      padding: 15px; } }

button,
a {
  outline: none;
  border: 0;
  padding: 0; }
  button.button--social,
  a.button--social {
    width: 30px;
    height: 30px;
    background-image: url("../gfx/social_button_group.jpg");
    vertical-align: top; }
  button.green,
  a.green {
    width: 100%;
    font-family: "ITCFranklinGothicCondensedDemi";
    color: white;
    font-size: 18px;
    line-height: 20px;
    background-color: #7a9f35;
    padding: 10px 25px;
    text-align: center; }
    @media screen and (max-width: 980px) and (min-width: 486px) {
      button.green,
      a.green {
        padding: 15px 25px; } }
    @media screen and (max-width: 485px) and (min-width: 410px) {
      button.green,
      a.green {
        padding: 15px 45px; } }
    @media screen and (max-width: 409px) and (min-width: 360px) {
      button.green,
      a.green {
        padding: 15px 30px; } }
    @media screen and (max-width: 359px) {
      button.green,
      a.green {
        padding: 15px; } }
  button.tooltip,
  a.tooltip {
    display: inline-block;
    background-color: transparent;
    width: 18px;
    height: 18px;
    background-image: url("../gfx/tooltip_icon.png"); }
  button.red,
  a.red {
    width: 100%;
    font-family: "ITCFranklinGothicCondensedDemi";
    color: white;
    font-size: 18px;
    line-height: 20px;
    background-color: #ff1821;
    padding: 10px 25px;
    text-align: center; }
    @media screen and (max-width: 980px) and (min-width: 486px) {
      button.red,
      a.red {
        padding: 15px 25px; } }
    @media screen and (max-width: 485px) and (min-width: 410px) {
      button.red,
      a.red {
        padding: 15px 45px; } }
    @media screen and (max-width: 409px) and (min-width: 360px) {
      button.red,
      a.red {
        padding: 15px 30px; } }
    @media screen and (max-width: 359px) {
      button.red,
      a.red {
        padding: 15px; } }
    button.red:hover,
    a.red:hover {
      background-color: #fe5e64; }
  button.blu,
  a.blu {
    width: 100%;
    font-family: "ITCFranklinGothicCondensedDemi";
    color: white;
    font-size: 18px;
    line-height: 20px;
    background-color: #0062a9;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none; }
    @media screen and (max-width: 980px) and (min-width: 486px) {
      button.blu,
      a.blu {
        padding: 15px 25px; } }
    @media screen and (max-width: 485px) and (min-width: 410px) {
      button.blu,
      a.blu {
        padding: 15px 45px; } }
    @media screen and (max-width: 409px) and (min-width: 360px) {
      button.blu,
      a.blu {
        padding: 15px 30px; } }
    @media screen and (max-width: 359px) {
      button.blu,
      a.blu {
        padding: 15px; } }
    button.blu.full,
    a.blu.full {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      text-align: center;
      display: block; }
    button.blu.dark,
    a.blu.dark {
      background-color: #233689; }
      button.blu.dark:hover,
      a.blu.dark:hover {
        background-color: #0062a9; }

.warantyContainer .titolo {
  color: #555555;
  margin: 0;
  padding: 0 0 15px 0; }
.warantyContainer .nota {
  padding-top: 25px;
  font-size: 14px; }

.warantyRow {
  line-height: 0;
  margin: 0; }
  .warantyRow .row {
    display: inline-block; }
  .warantyRow.index .row {
    border: 0;
    background-color: transparent !important; }
  .warantyRow.linea {
    border: 0 none; }
    .warantyRow.linea .warantyColumn,
    .warantyRow.linea .warantyDescription {
      padding: 5px 0;
      height: 1px; }

.warantyColumn {
  line-height: 1em;
  width: 100%;
  display: inline-block;
  background-color: #eaeaea;
  padding: 20px 0;
  height: 65px;
  text-align: center; }
  .warantyColumn.label {
    height: 54px;
    padding: 10px; }
    .warantyColumn.label.price {
      padding: 20px 10px; }
    .warantyColumn.label a {
      font-family: "ITCFranklinGothicCondensedBook";
      font-size: 16px;
      color: #333333;
      text-decoration: underline; }
      .warantyColumn.label a:hover {
        text-decoration: none; }
  .warantyColumn select {
    height: 32px;
    line-height: 32px;
    padding-right: 3px; }

.warantyDescription {
  padding: 20px 0 20px 20px; }
  .warantyDescription .warantyCheck {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("../gfx/waranty_check.png");
    margin-right: 5px;
    background-position: 25px 0px; }
  .warantyDescription h2.warantyLabel {
    margin: 0;
    line-height: 25px;
    display: inline-block;
    color: #333333;
    font-size: 18px;
    font-family: "ITCFranklinGothicCondensedBook"; }
  .warantyDescription button.tooltip {
    display: inline-block;
    vertical-align: top; }

.on {
  border: 1px solid #0060a6;
  color: #0062a9; }
  .on .warantyCheck {
    background-position: 0px 0px; }
  .on h2.warantyLabel {
    font-family: "ITCFranklinGothicCondensedDemi";
    color: #0062a9;
    font-weight: normal; }
  .on .row {
    background-color: #f5f4f4; }

.warantyColumnPrezzo {
  font-family: "ITCFranklinGothicCondensedDemi";
  font-size: 24px; }

.warantyMain .visibileSu-desk {
  width: 665px !important;
  padding: 0 !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 979px) {
    .warantyMain .visibileSu-desk {
      display: none; } }
  @media screen and (min-width: 980px) {
    .warantyMain .visibileSu-desk .warantyContainer {
      height: 420px; } }
.warantyMain .visibileSu-Mobile {
  padding: 0; }
  @media screen and (min-width: 980px) {
    .warantyMain .visibileSu-Mobile {
      display: none; } }
.warantyMain .boxVantaggi {
  width: 293px !important;
  padding: 0 !important;
  margin-left: 20px; }
  @media screen and (min-width: 980px) {
    .warantyMain .boxVantaggi {
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); } }
  .warantyMain .boxVantaggi .riga img {
    float: left;
    margin-right: 10px; }
    @media screen and (max-width: 979px) {
      .warantyMain .boxVantaggi .riga img {
        display: none; } }
  .warantyMain .boxVantaggi .riga p {
    margin: 0;
    color: #0e2e85;
    font-size: 18px;
    line-height: 20px;
    font-family: "Conv_ITCFranklinGothicStd-MdCd"; }
    @media screen and (min-width: 980px) {
      .warantyMain .boxVantaggi .riga p {
        float: left;
        display: block;
        width: 151px;
        padding: 10px 0; } }
    @media screen and (max-width: 979px) {
      .warantyMain .boxVantaggi .riga p {
        text-align: center; } }
    .warantyMain .boxVantaggi .riga p.c_ph {
      padding: 10px 0; }
      @media screen and (max-width: 979px) {
        .warantyMain .boxVantaggi .riga p.c_ph {
          padding: 0; } }
  .warantyMain .boxVantaggi .ph {
    color: #555555;
    font-size: 14px;
    line-height: 17px;
    margin: 5px 0 10px; }
    @media screen and (max-width: 979px) {
      .warantyMain .boxVantaggi .ph {
        font-size: 13px;
        line-height: 15px;
        text-align: center; } }
  @media screen and (max-width: 979px) {
    .warantyMain .boxVantaggi {
      width: 100% !important;
      margin-left: 0px !important;
      border: 1px solid #ccc;
      margin-top: 20px;
      display: block; } }
  @media screen and (min-width: 980px) {
    .warantyMain .boxVantaggi .warantyContainer {
      height: 420px; } }

.warantyContainerMobile .titolo {
  font-size: 23px;
  color: #555555;
  margin: 0 0 10px 0; }
.warantyContainerMobile .warantyRow {
  padding: 15px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  vertical-align: middle;
  margin-bottom: 20px; }
.warantyContainerMobile .warantyCheck {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("../gfx/waranty_check.png");
  margin-right: 5px;
  background-position: 25px 0px;
  vertical-align: middle; }
.warantyContainerMobile h2.warantyLabel {
  margin: 0;
  line-height: 25px;
  display: inline-block;
  color: #333333;
  font-size: 20px;
  vertical-align: middle;
  font-family: "ITCFranklinGothicCondensedDemi";
  font-weight: normal; }
.warantyContainerMobile .colDestra {
  text-align: right;
  vertical-align: middle; }
  .warantyContainerMobile .colDestra.prezzo {
    font-size: 24px;
    font-family: "ITCFranklinGothicCondensedDemi"; }
.warantyContainerMobile .colSinistra h2.warantyLabel {
  font-family: "ITCFranklinGothicCondensedBook";
  line-height: 15px;
  font-size: 15px;
  color: #555555; }
.warantyContainerMobile .colSinistra.prezzo h2.warantyLabel {
  line-height: 22px;
  font-size: 20px;
  color: #333333; }
.warantyContainerMobile select {
  height: 32px;
  line-height: 32px; }
.warantyContainerMobile .row {
  margin: 0 0 15px 0; }
.warantyContainerMobile .layout__item {
  vertical-align: middle !important; }
.warantyContainerMobile .colPrezzo {
  border-top: 1px solid #e4e4e5;
  padding-top: 10px; }
.warantyContainerMobile .on {
  border: 1px solid #0060a6;
  color: #0062a9; }
  .warantyContainerMobile .on h2.warantyLabel, .warantyContainerMobile .on .colSinistra.prezzo h2.warantyLabel {
    color: #0062a9; }
  .warantyContainerMobile .on .warantyCheck {
    background-position: 0 0; }

.nota {
  color: #888888;
  font-family: "Conv_ITCFranklinGothicStd-BkCdIt";
  font-size: 13px;
  margin: 0; }
  .nota a {
    color: #888888; }
    .nota a:hover {
      text-decoration: none; }

.boxAccordion {
  background-color: #ffffff;
  padding-bottom: 40px !important;
  padding-top: 20px !important; }
  .boxAccordion .main {
    width: 980px;
    margin: 0 auto; }
  .boxAccordion .mainContent {
    background-color: #f5f5f5;
    border: 1px solid #cccccc; }
  .boxAccordion .openClose {
    display: block;
    text-decoration: none;
    color: #333333;
    font-family: "ITCFranklinGothicCondensedBook";
    padding: 20px 40px 20px 20px;
    font-size: 18px;
    position: relative; }
    .boxAccordion .openClose .mezzo {
      font-family: "ITCFranklinGothicCondensedDemi"; }
    .boxAccordion .openClose .altri {
      position: absolute;
      right: 20px;
      top: 20px;
      background: url(../gfx/icon_arrow.png) no-repeat right 10px;
      padding-right: 25px; }
      @media screen and (max-width: 979px) {
        .boxAccordion .openClose .altri {
          background: url(../gfx/icon_arrow_mobile.png) no-repeat right 8px; }
          .boxAccordion .openClose .altri span {
            display: none; } }
    .boxAccordion .openClose.open .altri {
      background-position: right -190px; }
      @media screen and (max-width: 979px) {
        .boxAccordion .openClose.open .altri {
          background: url(../gfx/icon_arrow_mobile.png) no-repeat right -91px; } }
    @media screen and (max-width: 979px) {
      .boxAccordion .openClose {
        font-size: 15px;
        line-height: 18px; }
        .boxAccordion .openClose .c_label, .boxAccordion .openClose .mezzo {
          display: block; }
        .boxAccordion .openClose .mezzo {
          font-size: 18px;
          line-height: 21px; } }
  .boxAccordion .accordionContent {
    margin: 0 20px;
    max-height: 0;
    overflow: hidden;
    border-top: 1px solid transparent;
    -moz-transition: all 0.5s ease-out;
    /* FF4+ */
    -o-transition: all 0.5s ease-out;
    /* Opera 10.5+ */
    -webkit-transition: all 0.5s ease-out;
    /* Saf3.2+, Chrome */
    -ms-transition: all 0.5s ease-out;
    /* IE10 */
    transition: all 0.5s ease-out; }
    .boxAccordion .accordionContent.open {
      border-top: 1px solid #cccccc;
      padding: 20px 0;
      max-height: 323px; }
      @media screen and (max-width: 979px) {
        .boxAccordion .accordionContent.open {
          max-height: 675px; } }
  .boxAccordion .elenco {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 18px;
    font-family: "ITCFranklinGothicCondensedBook"; }
    .boxAccordion .elenco span {
      font-family: "ITCFranklinGothicCondensedDemi"; }
    @media screen and (max-width: 979px) {
      .boxAccordion .elenco {
        font-size: 14px;
        line-height: 17px; } }
  .boxAccordion .boxLeft {
    width: 362px;
    background-color: #ebebeb;
    float: left; }
    .boxAccordion .boxLeft .content {
      padding: 20px; }
      .boxAccordion .boxLeft .content p {
        margin-bottom: 0;
        font-size: 15px;
        line-height: 18px; }
        @media screen and (max-width: 979px) {
          .boxAccordion .boxLeft .content p {
            font-size: 14px;
            line-height: 17px; } }
    @media screen and (max-width: 979px) {
      .boxAccordion .boxLeft {
        width: 100%; } }
  .boxAccordion .boxRight {
    float: left;
    width: 553px;
    margin-left: 20px; }
    .boxAccordion .boxRight p {
      margin: 0 0 10px 0;
      font-size: 15px;
      line-height: 18px; }
      @media screen and (max-width: 979px) {
        .boxAccordion .boxRight p {
          font-size: 14px;
          line-height: 17px; } }
    @media screen and (max-width: 979px) {
      .boxAccordion .boxRight {
        width: 100%;
        margin-left: 0;
        margin-top: 20px; } }
  .boxAccordion .nota {
    font-size: 12px;
    line-height: 15px;
    font-family: "Conv_ITCFranklinGothicStd-BkCdIt";
    color: #888888; }
  .boxAccordion .hidden {
    display: none; }
  @media screen and (max-width: 979px) {
    .boxAccordion {
      padding-bottom: 30px !important; }
      .boxAccordion .main {
        width: 100%;
        padding: 0 20px; } }

.mappaListaAgenzie {
  background-color: #ffffff; }
  .mappaListaAgenzie .main {
    width: 980px;
    margin: 0 auto; }
  .mappaListaAgenzie .titolo {
    padding-left: 50px;
    margin: 0 0 30px 0;
    position: relative; }
    
   /** START - NOOVLE - V1 
	   .mappaListaAgenzie .icon {
	    vertical-align: middle;
	    position: absolute;
	    left: 0px;
	    top: 50%;
	    margin-top: -22px; }   
   */
	#box-search .icon,
	#results_panel .icon,
	.mappaListaAgenzie .contentMain .icon {
		vertical-align: middle;
	    position: absolute;
	    left: 0px;
	    top: 50%;
	    margin-top: -22px;
	} 
  /** END - NOOVLE - V1 */
    
  .mappaListaAgenzie #mappaAgenzie {
    position: relative; }
    .mappaListaAgenzie #mappaAgenzie .mappa {
      width: 100%;
      background-color: #f3f1ea;
      border: 1px solid #cccccc;
      height: 397px; }
    .mappaListaAgenzie #mappaAgenzie .boxRicerca {
      width: 100%;
      background-color: #ffffff;
      border: 1px solid #cccccc; }
      @media screen and (min-width: 980px) {
        .mappaListaAgenzie #mappaAgenzie .boxRicerca.agenzieOff {
          border: 0 none;
          position: absolute;
          left: 100px;
          top: 20px;
          width: 780px;
          /* @include opacity-background(255,255,255,0.98,'#ffffff'); 
          background: none repeat scroll 0 0 rgba(255, 255, 255, 0.98); */
          background: url(../gfx/background_transparente.png) repeat 0 0 transparent; } }
      @media screen and (max-width: 979px) {
        .mappaListaAgenzie #mappaAgenzie .boxRicerca.agenzieOff {
          border: 0 none;
          width: 90%;
          left: 5%;
          top: 10px;
          position: absolute;
          background: url(../gfx/background_transparente.png) repeat 0 0 transparent; }
          .mappaListaAgenzie #mappaAgenzie .boxRicerca.agenzieOff .layout__item {
            padding: 0; } }
      @media screen and (max-width: 979px) {
        .mappaListaAgenzie #mappaAgenzie .boxRicerca.agenzieOn {
          border: 0 none;
          background-color: #fff;
          margin: 0;
          padding: 0 20px; }
          .mappaListaAgenzie #mappaAgenzie .boxRicerca.agenzieOn .layout__item {
            padding: 0; }
          .mappaListaAgenzie #mappaAgenzie .boxRicerca.agenzieOn .boxRicercaMain {
            border: 1px solid #ccc; } }
      .mappaListaAgenzie #mappaAgenzie .boxRicerca .input-ricerca {
        width: 100%;
        position: relative; }
        .mappaListaAgenzie #mappaAgenzie .boxRicerca .input-ricerca input {
          background-color: #f5f5f5;
          border: 1px solid #cccccc;
          line-height: 40px;
          height: 40px;
          margin: 0;
          padding: 0 10px;
          width: 100%;
          font-family: "Conv_ITCFranklinGothicStd-BkCdIt";
          font-size: 16px; }
        .mappaListaAgenzie #mappaAgenzie .boxRicerca .input-ricerca .reset-value {
          width: 18px;
          height: 18px;
          background: url(../gfx/close_reset_value.png) no-repeat 50% 50%;
          position: absolute;
          right: 10px;
          top: 12px;
          cursor: pointer; }
          @media screen and (max-width: 979px) {
            .mappaListaAgenzie #mappaAgenzie .boxRicerca .input-ricerca .reset-value {
              background: url(../gfx/close_reset_value_mobile.png) no-repeat 50% 50%; } }
      .mappaListaAgenzie #mappaAgenzie .boxRicerca .trova-posizione {
        position: absolute;
        right: 190px;
        top: 0; }
        @media screen and (max-width: 979px) {
          .mappaListaAgenzie #mappaAgenzie .boxRicerca .trova-posizione {
            right: 34px; } }
        .mappaListaAgenzie #mappaAgenzie .boxRicerca .trova-posizione a {
          display: block;
          height: 40px;
          width: 40px;
          background: url(../gfx/icon_pin_boxdiricerca.jpg) no-repeat 50% 50%; }
          @media screen and (max-width: 979px) {
            .mappaListaAgenzie #mappaAgenzie .boxRicerca .trova-posizione a {
              width: 18px;
              background: url(../gfx/icon_pin_boxdiricerca_mobile.png) no-repeat 50% 50%;
              margin: 0 auto; } }
      .mappaListaAgenzie #mappaAgenzie .boxRicerca .btncerca-ricerca {
        position: absolute;
        right: 0px;
        top: 0; }
        @media screen and (min-width: 980px) {
          .mappaListaAgenzie #mappaAgenzie .boxRicerca .btncerca-ricerca a {
            display: block;
            width: 180px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: #ffffff;
            font-family: "ITCFranklinGothicCondensedDemi";
            font-size: 18px;
            text-decoration: none;
            background-color: #233689; } }
        @media screen and (max-width: 979px) {
          .mappaListaAgenzie #mappaAgenzie .boxRicerca .btncerca-ricerca a {
            display: block;
            height: 40px;
            width: 24px;
            background: url(../gfx/icon_cerca_boxdiricerca_mobile.png) no-repeat 50% 50%;
            margin: 0 auto; }
          .mappaListaAgenzie #mappaAgenzie .boxRicerca .btncerca-ricerca span {
            display: none; } }
      .mappaListaAgenzie #mappaAgenzie .boxRicerca .boxRicercaContent {
        padding-right: 240px;
        position: relative; }
        @media screen and (max-width: 979px) {
          .mappaListaAgenzie #mappaAgenzie .boxRicerca .boxRicercaContent {
            padding-right: 62px; } }
      .mappaListaAgenzie #mappaAgenzie .boxRicerca .boxRicercaMain {
        padding: 15px 20px; }
        @media screen and (max-width: 979px) {
          .mappaListaAgenzie #mappaAgenzie .boxRicerca .boxRicercaMain {
            padding: 10px; } }
      .mappaListaAgenzie #mappaAgenzie .boxRicerca .risultato-ricerca {
        margin-top: 17px; }
        .mappaListaAgenzie #mappaAgenzie .boxRicerca .risultato-ricerca .btn {
          display: block;
          float: left;
          width: 30px;
          height: 30px;
          background-repeat: none;
          background-position: 0 -200px;
          background-color: transparent;
          margin-right: 5px; }
          .mappaListaAgenzie #mappaAgenzie .boxRicerca .risultato-ricerca .btn.mostra-mappa {
            background-image: url(../gfx/icon_mostra_mappa.png); }
          .mappaListaAgenzie #mappaAgenzie .boxRicerca .risultato-ricerca .btn.mostra-agenzie {
            background-image: url(../gfx/icon_mostra_agenzie.png); }
          .mappaListaAgenzie #mappaAgenzie .boxRicerca .risultato-ricerca .btn.active, .mappaListaAgenzie #mappaAgenzie .boxRicerca .risultato-ricerca .btn:hover {
            background-position: 0 0; }
        .mappaListaAgenzie #mappaAgenzie .boxRicerca .risultato-ricerca .numero-agenzie {
          float: left;
          font-size: 22px;
          line-height: 30px;
          color: #103184;
          font-family: "ITCFranklinGothicCompressedDemi";
          margin-left: 10px; }
          @media screen and (max-width: 979px) {
            .mappaListaAgenzie #mappaAgenzie .boxRicerca .risultato-ricerca .numero-agenzie {
              margin-left: 0;
              font-size: 18px;
              line-height: 30px; } }
    .mappaListaAgenzie #mappaAgenzie .boxFumetto {
      position: absolute;
      left: 20px;
      top: 35%; }
      .mappaListaAgenzie #mappaAgenzie .boxFumetto a {
        text-decoration: none; }
    .mappaListaAgenzie #mappaAgenzie .fumetto {
      background-color: #ffffff;
      position: relative; }
      @media screen and (min-width: 980px) {
        .mappaListaAgenzie #mappaAgenzie .fumetto {
          width: 300px;
          zoom: 1;
          filter: progid:DXImageTransform.Microsoft.Shadow(color='#00FF00', Direction=90, Strength=3);
          -webkit-box-shadow: 4px 0px 7px 0px rgba(100, 104, 106, 0.6);
          -moz-box-shadow: 4px 0px 7px 0px rgba(100, 104, 106, 0.6);
          box-shadow: 4px 0px 7px 0px rgba(100, 104, 106, 0.6); } }
      @media screen and (max-width: 979px) {
        .mappaListaAgenzie #mappaAgenzie .fumetto {
          width: 220px;
          position: relative; }
          .mappaListaAgenzie #mappaAgenzie .fumetto .linkTitolo {
            display: block;
            width: 165px; }
          .mappaListaAgenzie #mappaAgenzie .fumetto .closeFumetto {
            display: block;
            position: absolute;
            right: 10px;
            top: 11px;
            width: 15px;
            height: 14px;
            background: url(../gfx/close_15.jpg) no-repeat 0 0 transparent; } }
      .mappaListaAgenzie #mappaAgenzie .fumetto .arrow {
        border-top: 18px solid transparent;
        border-left: 18px solid transparent;
        border-bottom: 18px solid transparent;
        border-right: 18px solid #ffffff;
        position: absolute;
        left: -36px;
        top: 50%;
        margin-top: -18px; }
    .mappaListaAgenzie #mappaAgenzie .datiAgenzia .content {
      padding: 15px 20px; }
      .mappaListaAgenzie #mappaAgenzie .datiAgenzia .content .btnGreenDesk {
        padding: 10px 0; }
      .mappaListaAgenzie #mappaAgenzie .datiAgenzia .content a {
        text-decoration: none; }
      .mappaListaAgenzie #mappaAgenzie .datiAgenzia .content .titolo {
        padding: 5px 0;
        font-family: "ITCFranklinGothicCondensedBook";
/*         font-size: 18px; */
        line-height: 22px;
        color: #103184;
        margin-bottom: 5px; }
        @media screen and (min-width: 980px) {
          .mappaListaAgenzie #mappaAgenzie .datiAgenzia .content .titolo {
            background: url(../gfx/icon_agenzia_fumetto.jpg) no-repeat right 0; } }
        @media screen and (max-width: 979px) {
          .mappaListaAgenzie #mappaAgenzie .datiAgenzia .content .titolo {
            background: url(../gfx/icon_agenzia_fumetto_mobile.jpg) no-repeat right 0;
            font-size: 15px;
            line-height: 17px; } }
      .mappaListaAgenzie #mappaAgenzie .datiAgenzia .content .dettagli {
        font-family: "ITCFranklinGothicCompressedDemi";
/*         font-size: 15px; */
        line-height: 18px;
        color: #333333;
        text-transform: uppercase;
        margin: 0 0 10px 0; }
        @media screen and (max-width: 979px) {
          .mappaListaAgenzie #mappaAgenzie .datiAgenzia .content .dettagli {
            font-size: 13px;
            line-height: 15px; } }
      .mappaListaAgenzie #mappaAgenzie .datiAgenzia .content .indirizzo, .mappaListaAgenzie #mappaAgenzie .datiAgenzia .content .telefono {
        font-size: 14px;
        line-height: 17px; }
      .mappaListaAgenzie #mappaAgenzie .datiAgenzia .content .indirizzo {
        margin: 0 0 3px 0; }
      .mappaListaAgenzie #mappaAgenzie .datiAgenzia .content .telefono {
        margin: 0 0 10px 0; }
        @media screen and (max-width: 979px) {
          .mappaListaAgenzie #mappaAgenzie .datiAgenzia .content .telefono {
            display: none; } }
      .mappaListaAgenzie #mappaAgenzie .datiAgenzia .content .telefonoMobile {
        margin: 5px 0 10px 0; }
        @media screen and (min-width: 980px) {
          .mappaListaAgenzie #mappaAgenzie .datiAgenzia .content .telefonoMobile {
            display: none; } }
        .mappaListaAgenzie #mappaAgenzie .datiAgenzia .content .telefonoMobile img {
          vertical-align: top;
          margin: 0 10px 0 0; }
      .mappaListaAgenzie #mappaAgenzie .datiAgenzia .content a.green {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
        text-align: center; }
      @media screen and (max-width: 979px) {
        .mappaListaAgenzie #mappaAgenzie .datiAgenzia .content .btnGreenDesk {
          display: none; } }
      @media screen and (min-width: 980px) {
        .mappaListaAgenzie #mappaAgenzie .datiAgenzia .content .btnGreenMobile {
          display: none; } }
      @media screen and (max-width: 979px) {
        .mappaListaAgenzie #mappaAgenzie .datiAgenzia .content {
          padding: 10px 15px; } }
    .mappaListaAgenzie #mappaAgenzie .boxAgenzie {
      padding: 25px 0 5px 0; }
      @media screen and (max-width: 979px) {
        .mappaListaAgenzie #mappaAgenzie .boxAgenzie {
          padding: 25px 20px 5px; } }
      .mappaListaAgenzie #mappaAgenzie .boxAgenzie .agenzia {
        width: 298px;
        border: 1px solid #cccccc;
        background-color: #fdfdfd;
        margin-top: 40px;
        position: relative;
        float: left;
        margin-left: 20px; }
        .mappaListaAgenzie #mappaAgenzie .boxAgenzie .agenzia .tabAgenzia {
          position: absolute;
          left: -1px;
          top: -30px;
          border-top: 1px solid #cccccc;
          border-right: 1px solid #cccccc;
          border-left: 1px solid #cccccc;
          height: 30px;
          line-height: 30px;
          width: 81px;
          background: url(../gfx/ico_pin_blu.png) no-repeat 6px 50% #fdfdfd; }
          .mappaListaAgenzie #mappaAgenzie .boxAgenzie .agenzia .tabAgenzia.primo {
            border: 0 none;
            width: 100px;
            height: 42px;
            line-height: 42px;
            top: -42px;
            background: url(../gfx/icon_pin_bianco.png) no-repeat 8px 50% #7a9f35; }
            .mappaListaAgenzie #mappaAgenzie .boxAgenzie .agenzia .tabAgenzia.primo .arrow {
              border-right: 10px solid transparent;
              border-left: 10px solid transparent;
              border-bottom: 10px solid transparent;
              border-top: 10px solid #7a9f35;
              position: absolute;
              bottom: -20px;
              left: 50%;
              margin-left: -10px; }
            .mappaListaAgenzie #mappaAgenzie .boxAgenzie .agenzia .tabAgenzia.primo .km {
              padding-left: 28px;
              color: #ffffff; }
          .mappaListaAgenzie #mappaAgenzie .boxAgenzie .agenzia .tabAgenzia .km {
            font-size: 15px;
            line-height: 17px;
            color: #0062a9;
/*             font-family: "ITCFranklinGothicCompressedDemi"; */
            padding-left: 22px; }
        .mappaListaAgenzie #mappaAgenzie .boxAgenzie .agenzia .green:hover {
          background-color: #658825; }
        @media screen and (max-width: 979px) {
          .mappaListaAgenzie #mappaAgenzie .boxAgenzie .agenzia {
            margin-left: 0;
            float: none;
            width: 100%; } }
      .mappaListaAgenzie #mappaAgenzie .boxAgenzie .paginatore {
        padding-top: 20px; }
        .mappaListaAgenzie #mappaAgenzie .boxAgenzie .paginatore table {
          margin: 0 auto; }
        .mappaListaAgenzie #mappaAgenzie .boxAgenzie .paginatore .arrow {
          background-color: #fdfdfd;
          line-height: 38px;
          height: 38px;
          width: 38px;
          border: 1px solid #cccccc;
          display: block;
          text-align: center;
          text-decoration: none;
          font-family: "ITCFranklinGothicCondensedDemi";
          color: #999999;
          font-size: 18px; }
          .mappaListaAgenzie #mappaAgenzie .boxAgenzie .paginatore .arrow:hover {
            color: #0062a9; }
        .mappaListaAgenzie #mappaAgenzie .boxAgenzie .paginatore ul {
          margin: 0 10px;
          padding: 0; }
          .mappaListaAgenzie #mappaAgenzie .boxAgenzie .paginatore ul li {
            list-style: none;
            display: table-cell;
            padding: 0 5px 0 0; }
            .mappaListaAgenzie #mappaAgenzie .boxAgenzie .paginatore ul li a {
              text-decoration: none;
              color: #5d5d5d;
              font-size: 18px;
              line-height: 38px;
              font-family: "ITCFranklinGothicCondensedBook"; }
              .mappaListaAgenzie #mappaAgenzie .boxAgenzie .paginatore ul li a.active {
                font-family: "ITCFranklinGothicCondensedDemi";
                color: #0062a9; }
              .mappaListaAgenzie #mappaAgenzie .boxAgenzie .paginatore ul li a:hover {
                color: #0062a9; }
            .mappaListaAgenzie #mappaAgenzie .boxAgenzie .paginatore ul li span {
              background: url(../gfx/icon_-.png) no-repeat 50% 50% transparent;
              padding: 5px; }
            .mappaListaAgenzie #mappaAgenzie .boxAgenzie .paginatore ul li:first-child span {
              background-image: none 0;
              padding: 0; }
  @media screen and (max-width: 979px) {
    .mappaListaAgenzie .main {
      width: 100%; }
    .mappaListaAgenzie .contentMain {
      padding: 0 20px; } }

.richiediAppuntamento {
  background-color: #ffffff;
  padding: 30px 0 50px 0 !important; }
  @media screen and (max-width: 979px) {
    .richiediAppuntamento {
      padding: 25px 20px 30px 20px !important; } }
  .richiediAppuntamento .main {
    margin: 0 auto;
    width: 980px; }
    @media screen and (max-width: 979px) {
      .richiediAppuntamento .main {
        width: 100%; } }
  .richiediAppuntamento .titolo {
    background: url("../gfx/icon_posta.png") no-repeat 0 50% transparent;
    padding-left: 50px;
    margin: 0 0 20px 0; }
  .richiediAppuntamento .didascalia {
    margin: 0 0 20px 0; }
  .richiediAppuntamento form .c_colRight {
    float: right; }
  .richiediAppuntamento form .c_colLeft {
    float: left; }
  .richiediAppuntamento form a.consenso {
    font-family: "ITCFranklinGothicCondensedBook";
    text-decoration: underline;
    color: #333333;
    font-size: 18px; }
    .richiediAppuntamento form a.consenso:hover {
      text-decoration: none; }
  .richiediAppuntamento form .radio_cont input {
    margin: 0;
    width: auto;
    border: 0 none;
    background: transparent; }
  .richiediAppuntamento form .buttonContent {
    margin-top: 45px;
    float: right; }
  @media screen and (max-width: 979px) {
    .richiediAppuntamento form a.consenso {
      margin-bottom: 5px; }
    .richiediAppuntamento form .c_colRight, .richiediAppuntamento form .c_colLeft {
      float: none; }
    .richiediAppuntamento form .c_colRight {
      margin: 0 0 15px 0; }
    .richiediAppuntamento form .buttonContent {
      margin-top: 20px; } }

.salvaQuotazione {
  background-color: #fafafa;
  padding: 30px 0 50px 0 !important; }
  @media screen and (max-width: 979px) {
    .salvaQuotazione {
      padding: 25px 20px 30px 20px !important; } }
  .salvaQuotazione .main {
    margin: 0 auto;
    width: 980px; }
    @media screen and (max-width: 979px) {
      .salvaQuotazione .main {
        width: 100%; } }
  .salvaQuotazione .titolo {
    background: url("../gfx/icon_posta.png") no-repeat 0 50% transparent;
    padding-left: 50px;
    margin: 0 0 20px 0; }
  .salvaQuotazione .didascalia {
    margin: 0 0 20px 0; }
  .salvaQuotazione form .c_colRight {
    float: right; }
  .salvaQuotazione form .c_colLeft {
    float: left; }
  .salvaQuotazione form a.consenso {
    font-family: "ITCFranklinGothicCondensedBook";
    text-decoration: underline;
    color: #333333;
    font-size: 18px; }
    .salvaQuotazione form a.consenso:hover {
      text-decoration: none; }
  .salvaQuotazione form .radio_cont input {
    margin: 0;
    width: auto;
    border: 0 none;
    background: transparent; }
  .salvaQuotazione form .buttonContent {
    margin-top: 45px;
    float: right; }
  @media screen and (max-width: 979px) {
    .salvaQuotazione form a.consenso {
      margin-bottom: 5px; }
    .salvaQuotazione form .c_colRight, .salvaQuotazione form .c_colLeft {
      float: none; }
    .salvaQuotazione form .c_colRight {
      margin: 0 0 15px 0; }
    .salvaQuotazione form .buttonContent {
      margin-top: 20px; } }

.boxTooltip {
  display: inline-block;
  position: relative;
  vertical-align: top; }
  .boxTooltip button.tooltip {
    vertical-align: top; }
  .boxTooltip .tooltipContent {
    width: 214px;
    position: absolute;
    bottom: 28px;
    left: -107px;
    z-index: 1; }
  .boxTooltip .tooltipMain {
    padding: 10px;
    background-color: #ebebeb;
    border: 1px solid #cccccc;
    color: #555555;
    font-size: 18px;
    line-height: 20px;
    position: relative; }
  .boxTooltip p.titolo {
    font-family: "ITCFranklinGothicCondensedDemi";
    font-size: 18px; }
  .boxTooltip p {
    margin: 0 0 5px 0 !important;
    font-size: 15px;
    text-align: left; }
  .boxTooltip .arrow {
    height: 13px;
    width: 18px;
    background: url(../gfx/arrow_tooltip.png) no-repeat 0 0 transparent;
    position: absolute;
    bottom: -10px;
    left: 50%; }
  .boxTooltip.left .tooltipContent {
    left: -224px;
    top: -10px; }
  .boxTooltip.left .arrow {
    left: 209px;
    top: 10px;
    background: url(../gfx/arrow_tooltip_right.png) no-repeat 0 0 transparent;
    width: 13px;
    height: 18px; }
  .boxTooltip.top .tooltipContent {
    top: 28px;
    left: -107px; }
  .boxTooltip.top .arrow {
    left: 50%;
    top: -10px;
    background: url(../gfx/arrow_tooltip_top.png) no-repeat 0 0 transparent; }
  .boxTooltip.testo .tooltipContent {
    bottom: 44px;
    left: -50%; }
  .boxTooltip.mouseout .tooltipContent {
    display: none; }

.disclaimer {
  background-color: #fff;
  padding: 20px 0 54px 0 !important;
  border-top: 1px solid #cccccc; }
  @media screen and (max-width: 979px) {
    .disclaimer {
      padding: 20px 20px 35px 20px !important; } }
  .disclaimer .main {
    margin: 0 auto;
    width: 980px;
    padding-bottom: 20px;
    border-bottom: 5px solid #0f2e86; }
    @media screen and (max-width: 979px) {
      .disclaimer .main {
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 3px solid #0f2e86; } }
  .disclaimer p {
    font-family: "Conv_ITCFranklinGothicStd-BkCdIt";
    color: #888888;
    font-size: 13px;
    margin: 0; }
    .disclaimer p a {
      color: #888888;
      text-decoration: underline; }
      .disclaimer p a:hover {
        text-decoration: none; }
  .disclaimer a.btn {
    text-decoration: none;
    font-family: "ITCFranklinGothicCondensedBook";
    font-family: "Conv_ITCFranklinGothicStd-MdCd";
    color: #333333;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 35px;
    display: block; }
    .disclaimer a.btn:hover {
      color: #0062a9; }
      .disclaimer a.btn:hover .c_label {
        text-decoration: none !important; }
    .disclaimer a.btn .c_label {
      text-decoration: underline; }
    .disclaimer a.btn .c_arrow {
      font-size: 25px;
      font-weight: bold; }
    @media screen and (max-width: 979px) {
      .disclaimer a.btn {
        color: #555555;
        padding: 10px;
        border: 1px solid #cccccc;
        width: 100%;
        text-align: center; }
        .disclaimer a.btn .c_label {
          text-decoration: none;
          font-weight: bold; } }

.footer {
  background-color: #e5e5e5; }

#footer-copyright .container {
  margin: 0 auto;
  width: 980px; }
  @media screen and (max-width: 979px) {
    #footer-copyright .container {
      width: 100%; } }
#footer-copyright #footer-container-2 {
  padding: 0.3125em 0; }
  @media screen and (max-width: 979px) {
    #footer-copyright #footer-container-2 {
      padding: 0.3125em 20px; } }
#footer-copyright #copyright {
  float: right; }
  #footer-copyright #copyright ul {
    margin: 0; }
    #footer-copyright #copyright ul LI {
      border-right: 1px solid #79838d;
      color: #79838d;
      float: left;
      font-family: "ITCFranklinGothicCondensedBook";
      font-size: 13px;
      line-height: 1em;
      padding: 0 0.7143em;
      text-align: center;
      list-style: outside none none; }
      #footer-copyright #copyright ul LI A {
        color: #79838d;
        text-decoration: none; }
      @media screen and (max-width: 979px) {
        #footer-copyright #copyright ul LI {
          font-size: 0.75em;
          line-height: 1.25em; } }
    #footer-copyright #copyright ul LI:last-child {
      border-right: medium none;
      padding-right: 0; }

.popupMain {
  background-image: url("../gfx/landing/black_trasparent_background.png");
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 500;
  display: none;
  overflow: none; }
  .popupMain.closed {
    display: none; }
  .popupMain .popupBox {
    display: none;
    background-color: white;
    border: 1px solid #788d9d;
    height: auto;
    margin: 130px auto 0;
    width: 340px;
    padding: 20px;
    position: relative;
    line-height: 22px; }
    .popupMain .popupBox .close {
      position: absolute;
      right: 10px;
      top: 10px; }
    .popupMain .popupBox p {
      text-align: center; }
    .popupMain .popupBox button img {
      float: right;
      margin: 3px 15px 0 0; }
    @media screen and (max-width: 979px) {
      .popupMain .popupBox {
        width: 280px; } }
    .popupMain .popupBox .input {
      background-color: #f5f5f5;
      border: 1px solid #cccccc;
      color: #6f6f6f;
      height: 40px;
      width: 100%;
      margin-bottom: 15px; }
      .popupMain .popupBox .input input {
        font-family: "ITCFranklinGothicCondensedBook";
        font-size: 18px;
        font-weight: 400;
        padding: 0 12px;
        background-color: transparent;
        border: medium none;
        height: 40px;
        opacity: 1 !important;
        width: 100%; }
    .popupMain .popupBox.mostra {
      display: block; }
  .popupMain.mostra {
    display: block; }

/*
Version: 3.4.0 Timestamp: Tue May 14 08:27:33 PDT 2013
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 117px !important; }

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -khtml-box-sizing: border-box;
  /* konqueror */
  -moz-box-sizing: border-box;
  /* firefox */
  -ms-box-sizing: border-box;
  /* ie */
  box-sizing: border-box;
  /* css3 */ }

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, white 50%);
  background-image: -ms-linear-gradient(top, white 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(top, white 0%, #eeeeee 50%); }

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  -webkit-border-radius: 0 0 0px 0px;
  -moz-border-radius: 0 0 0px 0px;
  border-radius: 0 0 0px 0px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, white));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 90%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 90%);
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, white 90%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%, white 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #eeeeee 0%, white 90%); }

.select2-container.select2-allowclear .select2-choice span {
  margin-right: 42px; }

.select2-container .select2-choice span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("../gfx/select2/select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0; }

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block; }

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer; }

.select2-drop-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9998; }

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  -webkit-border-radius: 0 0 0px 0px;
  -moz-border-radius: 0 0 0px 0px;
  border-radius: 0 0 0px 0px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto; }

.select2-drop-auto-width .select2-search {
  padding-top: 4px; }

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

.select2-container .select2-choice div {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.select2-container .select2-choice div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../gfx/select2/select2.png") no-repeat 0 1px; }

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap; }

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: white url("../gfx/select2/select2.png") no-repeat 100% -22px;
  background: url("../gfx/select2/select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url("../gfx/select2/select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("../gfx/select2/select2.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("../gfx/select2/select2.png") no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url("../gfx/select2/select2.png") no-repeat 100% -22px, -ms-linear-gradient(top, white 85%, #eeeeee 99%);
  background: url("../gfx/select2/select2.png") no-repeat 100% -22px, linear-gradient(top, white 85%, #eeeeee 99%); }

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px; }

.select2-search input.select2-active {
  background: white url("../gfx/select2/select2-spinner.gif") no-repeat 100%;
  background: url("../gfx/select2/select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url("../gfx/select2/select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("../gfx/select2/select2-spinner.gif") no-repeat 100%, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("../gfx/select2/select2-spinner.gif") no-repeat 100%, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url("../gfx/select2/select2-spinner.gif") no-repeat 100%, -ms-linear-gradient(top, white 85%, #eeeeee 99%);
  background: url("../gfx/select2/select2-spinner.gif") no-repeat 100%, linear-gradient(top, white 85%, #eeeeee 99%); }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, white 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
  background-image: linear-gradient(top, white 0%, #eeeeee 50%); }

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center top, white 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(bottom, white 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
  background-image: linear-gradient(bottom, white 0%, #eeeeee 50%); }

.select2-dropdown-open .select2-choice div {
  background: transparent;
  border-left: none;
  filter: none; }

.select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px; }

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent; }

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0; }

.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px; }

.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px; }

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none; }

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold; }

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff; }

.select2-results li em {
  background: #feffde;
  font-style: normal; }

.select2-results .select2-highlighted em {
  background: transparent; }

.select2-results .select2-highlighted ul {
  background: white;
  color: #000; }

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item; }

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-selected {
  display: none; }

.select2-more-results.select2-active {
  background: #f4f4f4 url("../gfx/select2/select2-spinner.gif") no-repeat 100%; }

.select2-more-results {
  background: #f4f4f4;
  display: list-item; }

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container.select2-container-disabled .select2-choice div {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0; }

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none; }

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, white 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, white 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, white 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, white 15%);
  background-image: linear-gradient(top, #eeeeee 1%, white 15%); }

.select2-locked {
  padding: 3px 5px 3px 5px !important; }

.select2-container-multi .select2-choices {
  min-height: 26px; }

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none; }

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 90%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent !important; }

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: white url("../gfx/select2/select2-spinner.gif") no-repeat 100% !important; }

.select2-default {
  color: #999 !important; }

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); }

.select2-container-multi .select2-choices .select2-search-choice span {
  cursor: default; }

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4; }

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("../gfx/select2/select2.png") right top no-repeat; }

.select2-container-multi .select2-search-choice-close {
  left: 3px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px; }

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px; }

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none; }

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline; }

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  outline: 0;
  left: 0px; }

.select2-display-none {
  display: none; }

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll; }

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice div b {
    background-image: url("../gfx/select2/select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important; }

  .select2-search input {
    background-position: 100% -21px !important; } }
#landing {
  position: relative; }
  #landing h2 {
    font-family: "ITCFranklinGothicCondensedDemi";
    color: #0f2e86;
    font-size: 24px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    font-weight: normal; }
    @media screen and (max-width: 979px) {
      #landing h2 {
        color: #555555;
        font-size: 22px;
        text-align: center; } }
  #landing h1 {
    margin: 0;
    padding: 0;
    font-family: "ITCFranklinGothicCondensedDemi";
    font-size: 36px;
    line-height: 38px;
    color: #243980;
    font-weight: normal; }
    @media screen and (max-width: 979px) {
      #landing h1 {
        font-size: 23px;
        line-height: 23px; } }
  #landing .ld_header {
    margin-bottom: 20px; }
    @media screen and (max-width: 979px) {
      #landing .ld_header {
        margin-bottom: 15px; } }
  #landing .boxMain {
    text-align: left; }
    @media screen and (min-width: 980px) {
      #landing .boxMain {
        background: url(../gfx/landing/background.jpg) no-repeat center 0 transparent;
        overflow: hidden;
        margin-bottom: 85px;
        height: 483px; } }
    @media screen and (max-width: 979px) {
      #landing .boxMain {
        background: url(../gfx/landing/980x1100_img_bg.jpg) no-repeat center 0 transparent; } }
    @media screen and (min-width: 980px) {
      #landing .boxMain .boxMainContent {
        margin: 0 auto;
        width: 980px; } }
    @media screen and (max-width: 979px) {
      #landing .boxMain .boxMainContent {
        padding: 20px 10px; } }
  #landing .disclaimer {
    border: 0 none; }
  #landing .transparent {
    background: url(../gfx/landing/bkg_trasnparent.png); }
  @media screen and (min-width: 980px) {
    #landing .flLeft {
      float: left; } }
  #landing .boxVantaggi {
    border: 1px solid #d9dcdc;
    color: #0e2e85;
    font-size: 18px;
    line-height: 20px;
    font-family: "Conv_ITCFranklinGothicStd-MdCd"; }
    #landing .boxVantaggi span {
      font-size: 15px; }
    @media screen and (min-width: 980px) {
      #landing .boxVantaggi {
        -webkit-box-shadow: 0px 0px 17px 0px rgba(2, 11, 35, 0.7);
        -moz-box-shadow: 0px 0px 17px 0px rgba(2, 11, 35, 0.7);
        box-shadow: 0px 0px 17px 0px rgba(2, 11, 35, 0.7);
        height: 483px;
        width: 300px;
        float: right; } }
    #landing .boxVantaggi h2 {
      margin-bottom: 30px; }
      @media screen and (max-width: 979px) {
        #landing .boxVantaggi h2 {
          color: #555555;
          margin-bottom: 15px;
          padding-bottom: 10px;
          border-bottom: 1px solid #e0e0df; } }
    #landing .boxVantaggi .content {
      padding: 117px 20px 0 20px; }
      @media screen and (max-width: 979px) {
        #landing .boxVantaggi .content {
          padding: 15px 20px; } }
    #landing .boxVantaggi .mb {
      margin-bottom: 15px; }
  #landing .boxCalcola {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); }
    @media screen and (min-width: 980px) {
      #landing .boxCalcola {
        width: 660px;
        margin: 125px 0 20px 0;
        margin: 82px 0 20px 0;
        height: 230px; }
        #landing .boxCalcola h1 {
          margin-bottom: 30px; } }
    #landing .boxCalcola .content {
      padding: 20px; }
      @media screen and (max-width: 979px) {
        #landing .boxCalcola .content {
          padding: 15px;
          margin-bottom: 15px; } }
    @media screen and (max-width: 979px) {
      #landing .boxCalcola h1 {
        text-align: center;
        margin-bottom: 10px; } }
  #landing .griglia {
    font-family: "ITCFranklinGothicCondensedBook"; }
    #landing .griglia p {
      font-family: "ITCFranklinGothicCondensedBook";
      margin: 0 0 7px 0;
      font-size: 18px;
      line-height: 20px;
      color: #333333; }
      @media screen and (max-width: 979px) {
        #landing .griglia p {
          margin: 0 0 3px 0; } }
    #landing .griglia .errorLabel {
      line-height: 15px;
      margin-top: 7px;
      height: 15px;
      display: block; }
      @media screen and (max-width: 979px) {
        #landing .griglia .errorLabel {
          margin-top: 3px; } }
      #landing .griglia .errorLabel label {
        display: none;
        font-size: 13px;
        line-height: 15px;
        color: #ff1821; }
    @media screen and (min-width: 980px) {
      #landing .griglia .row {
        float: left; } }
    #landing .griglia .row input {
      float: left;
      font-family: "ITCFranklinGothicCondensedBook";
      font-size: 20px;
      font-weight: 400;
      height: 100%;
      opacity: 1;
      padding: 0 12px;
      text-transform: uppercase; }
    #landing .griglia .row input.targa {
      background-color: transparent;
      border: medium none;
      height: 46px;
      opacity: 1 !important;
      width: 100%; }
    #landing .griglia .row input.data {
      background-color: transparent;
      border: medium none;
      height: 46px;
      opacity: 1 !important;
      top: 0;
      width: 100%; }
    #landing .griglia .row .quotazione_input {
      background-color: #d6e6f2;
      border: 1px solid #789b34;
      color: #6f6f6f;
      height: 46px;
      position: relative;
      width: 100%; }
    #landing .griglia .row .submit {
      display: block;
      text-decoration: none;
      margin: 17px 0 0;
      font-size: 20px;
      text-align: left;
      border-radius: 4px; }
      #landing .griglia .row .submit span {
        font-family: "ITCFranklinGothicCondensedDemi";
        font-size: 20px; }
      #landing .griglia .row .submit:hover {
        background-color: #658825; }
      @media screen and (max-width: 979px) {
        #landing .griglia .row .submit {
          padding: 10px 0;
          text-align: center;
          margin: 13px 0 0 0;
          background-position: 14px 50%;
          background-size: 22px;
          line-height: 23px; }
          #landing .griglia .row .submit img {
            margin: 0 10px 0 0;
            vertical-align: middle;
            width: 23px; } }
      @media screen and (min-width: 980px) {
        #landing .griglia .row .submit {
          padding: 14px 0;
          line-height: 18px;
          padding-left: 30px; }
          #landing .griglia .row .submit img {
            float: left;
            margin: 0 15px 0 0;
            vertical-align: middle; } }
    #landing .griglia .row1 {
      width: 180px;
      margin-right: 20px; }
      @media screen and (max-width: 979px) {
        #landing .griglia .row1 {
          margin: 0 0 5px 0;
          width: 100%; } }
    #landing .griglia .row2 {
      width: 220px; }
      @media screen and (max-width: 979px) {
        #landing .griglia .row2 {
          width: 100%; } }
    #landing .griglia .error p {
      color: #0f2e86; }
    #landing .griglia .error .errorLabel label {
      display: block; }
    #landing .griglia .error .quotazione_input {
      background-color: #fce3e3;
      border: 1px solid #ff1821;
      color: #ff1821; }
    #landing .griglia .privacy {
      text-align: right; }
      @media screen and (max-width: 979px) {
        #landing .griglia .privacy {
          margin-top: 15px; } }
      #landing .griglia .privacy a {
        font-size: 13px;
        text-decoration: underline;
        line-height: 15px;
        color: #333333; }
        #landing .griglia .privacy a:hover {
          text-decoration: none; }
  #landing .boxLink {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); }
    @media screen and (max-width: 979px) {
      #landing .boxLink {
        padding: 0 15px;
        margin: 0 0 15px 0; } }
    @media screen and (min-width: 980px) {
      #landing .boxLink {
        padding: 0 20px; } }
    #landing .boxLink .link {
      display: block;
      font-family: "ITCFranklinGothicCondensedBook";
      font-size: 18px;
      line-height: 18px;
      text-decoration: none;
      color: #333333; }
      @media screen and (min-width: 980px) {
        #landing .boxLink .link {
          margin-right: 20px;
          float: left;
          width: 193px;
          padding: 25px 0;
          text-align: center; } }
      @media screen and (max-width: 979px) {
        #landing .boxLink .link {
          padding: 18px 0;
          border-bottom: 1px solid #e0e0e0; }
          #landing .boxLink .link.last {
            border-bottom: 0 none; } }
      #landing .boxLink .link.last {
        margin-right: 0; }
      #landing .boxLink .link:hover {
        color: #004992; }
        #landing .boxLink .link:hover span {
          background-position: 0 -189px; }
          @media screen and (max-width: 979px) {
            #landing .boxLink .link:hover span {
              background-position: 0 -198px; } }
      #landing .boxLink .link span {
        padding: 8px;
        background: url(../gfx/landing/arrow_right.png) no-repeat 0 11px transparent;
        margin-left: 10px; }
        @media screen and (max-width: 979px) {
          #landing .boxLink .link span {
            float: right;
            background-position: 0 2px;
            margin: 0; } }
  #landing .viewMessaggioDiErrore {
    position: relative; }
    #landing .viewMessaggioDiErrore h1 {
      color: #333333; }
      @media screen and (max-width: 979px) {
        #landing .viewMessaggioDiErrore h1 {
          margin-bottom: 20px; } }
      @media screen and (min-width: 980px) {
        #landing .viewMessaggioDiErrore h1 {
          margin-bottom: 10px; } }
    #landing .viewMessaggioDiErrore .close {
      color: #333333;
      position: absolute;
      font-family: "ITCFranklinGothicCompressedDemi";
      font-size: 16px;
      font-weight: bold;
      right: 0px;
      top: 0px;
      text-decoration: none; }
    #landing .viewMessaggioDiErrore p {
      font-size: 18px;
      line-height: 22px;
      margin: 0 0 35px 0; }
      @media screen and (max-width: 979px) {
        #landing .viewMessaggioDiErrore p {
          text-align: center; } }
    @media screen and (max-width: 979px) {
      #landing .viewMessaggioDiErrore .btn1 {
        margin-bottom: 15px; } }
  #landing .overlay {
    background-image: url("../gfx/landing/black_trasparent_background.png");
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 5; }
    #landing .overlay.closed {
      display: none; }
    #landing .overlay .overlay_box {
      background-color: white;
      border: 1px solid #788d9d;
      height: auto;
      margin: 130px auto 0;
      width: 340px;
      padding: 20px;
      position: relative;
      line-height: 22px; }
      #landing .overlay .overlay_box .close {
        position: absolute;
        right: 10px;
        top: 10px; }
      #landing .overlay .overlay_box p {
        text-align: center; }
      #landing .overlay .overlay_box button img {
        float: right;
        margin: 3px 15px 0 0; }
      @media screen and (max-width: 979px) {
        #landing .overlay .overlay_box {
          width: 280px; } }
      #landing .overlay .overlay_box .input {
        background-color: #f5f5f5;
        border: 1px solid #cccccc;
        color: #6f6f6f;
        height: 40px;
        width: 100%;
        margin-bottom: 15px; }
        #landing .overlay .overlay_box .input input {
          font-family: "ITCFranklinGothicCondensedBook";
          font-size: 18px;
          font-weight: 400;
          padding: 0 12px;
          background-color: transparent;
          border: medium none;
          height: 40px;
          opacity: 1 !important;
          width: 100%; }
  #landing .footer {
    position: absolute;
    left: 0;
    bottom: 0; }

/*------------------------------------*\
    #WIDTHS
\*------------------------------------*/
/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes can take a fraction-like format (e.g. `.2/3`) or a spoken-
 * word format (e.g. `two-thirds`). Toggle formats by overriding the
 * `$inuit-use-fractions` variable defined below.
 */
/**
 * Whole.
 */
[class~="1/1"] {
  width: 100% !important; }

/**
 * Halves.
 */
[class~="1/2"],
[class~="2/4"],
[class~="3/6"],
[class~="4/8"],
[class~="5/10"],
[class~="6/12"] {
  width: 50% !important; }

/**
 * Thirds.
 */
[class~="1/3"],
[class~="2/6"],
[class~="3/9"],
[class~="4/12"] {
  width: 33.3333333% !important; }

[class~="2/3"],
[class~="4/6"],
[class~="6/9"],
[class~="8/12"] {
  width: 66.6666666% !important; }

/**
 * Quarters.
 */
[class~="1/4"],
[class~="2/8"],
[class~="3/12"] {
  width: 25% !important; }

[class~="3/4"],
[class~="6/8"],
[class~="9/12"] {
  width: 75% !important; }

/**
 * Fifths.
 */
[class~="1/5"],
[class~="2/10"] {
  width: 20% !important; }

[class~="2/5"],
[class~="4/10"] {
  width: 40% !important; }

[class~="3/5"],
[class~="6/10"] {
  width: 60% !important; }

[class~="4/5"],
[class~="8/10"] {
  width: 80% !important; }

/**
 * Sixths.
 */
[class~="1/6"],
[class~="2/12"] {
  width: 16.6666666% !important; }

[class~="5/6"],
[class~="10/12"] {
  width: 83.3333333% !important; }

/**
 * Eighths.
 */
[class~="1/8"] {
  width: 12.5% !important; }

[class~="3/8"] {
  width: 37.5% !important; }

[class~="5/8"] {
  width: 62.5% !important; }

[class~="7/8"] {
  width: 87.5% !important; }

/**
 * Ninths.
 */
[class~="1/9"] {
  width: 11.1111111% !important; }

[class~="2/9"] {
  width: 22.2222222% !important; }

[class~="4/9"] {
  width: 44.4444444% !important; }

[class~="5/9"] {
  width: 55.5555555% !important; }

[class~="7/9"] {
  width: 77.7777777% !important; }

[class~="8/9"] {
  width: 88.8888888% !important; }

/**
 * Tenths.
 */
[class~="1/10"] {
  width: 10% !important; }

[class~="3/10"] {
  width: 30% !important; }

[class~="7/10"] {
  width: 70% !important; }

[class~="9/10"] {
  width: 90% !important; }

/**
 * Twelfths.
 */
[class~="1/12"] {
  width: 8.3333333% !important; }

[class~="5/12"] {
  width: 41.6666666% !important; }

[class~="7/12"] {
  width: 58.3333333% !important; }

[class~="11/12"] {
  width: 91.6666666% !important; }

/*------------------------------------*\
    #WIDTHS-RESPONSIVE
\*------------------------------------*/
/**
 * Responsive width classes based on your responsive settings.
 */
@media screen and (max-width: 479px) {
  /**
   * Whole.
   */
  [class~="smart-1/1"] {
    width: 100% !important; }

  /**
   * Halves.
   */
  [class~="smart-1/2"],
  [class~="smart-2/4"],
  [class~="smart-3/6"],
  [class~="smart-4/8"],
  [class~="smart-5/10"],
  [class~="smart-6/12"] {
    width: 50% !important; }

  /**
   * Thirds.
   */
  [class~="smart-1/3"],
  [class~="smart-2/6"],
  [class~="smart-3/9"],
  [class~="smart-4/12"] {
    width: 33.3333333% !important; }

  [class~="smart-2/3"],
  [class~="smart-4/6"],
  [class~="smart-6/9"],
  [class~="smart-8/12"] {
    width: 66.6666666% !important; }

  /**
   * Quarters.
   */
  [class~="smart-1/4"],
  [class~="smart-2/8"],
  [class~="smart-3/12"] {
    width: 25% !important; }

  [class~="smart-3/4"],
  [class~="smart-6/8"],
  [class~="smart-9/12"] {
    width: 75% !important; }

  /**
   * Fifths.
   */
  [class~="smart-1/5"],
  [class~="smart-2/10"] {
    width: 20% !important; }

  [class~="smart-2/5"],
  [class~="smart-4/10"] {
    width: 40% !important; }

  [class~="smart-3/5"],
  [class~="smart-6/10"] {
    width: 60% !important; }

  [class~="smart-4/5"],
  [class~="smart-8/10"] {
    width: 80% !important; }

  /**
   * Sixths.
   */
  [class~="smart-1/6"],
  [class~="smart-2/12"] {
    width: 16.6666666% !important; }

  [class~="smart-5/6"],
  [class~="smart-10/12"] {
    width: 83.3333333% !important; }

  /**
   * Eighths.
   */
  [class~="smart-1/8"] {
    width: 12.5% !important; }

  [class~="smart-3/8"] {
    width: 37.5% !important; }

  [class~="smart-5/8"] {
    width: 62.5% !important; }

  [class~="smart-7/8"] {
    width: 87.5% !important; }

  /**
   * Ninths.
   */
  [class~="smart-1/9"] {
    width: 11.1111111% !important; }

  [class~="smart-2/9"] {
    width: 22.2222222% !important; }

  [class~="smart-4/9"] {
    width: 44.4444444% !important; }

  [class~="smart-5/9"] {
    width: 55.5555555% !important; }

  [class~="smart-7/9"] {
    width: 77.7777777% !important; }

  [class~="smart-8/9"] {
    width: 88.8888888% !important; }

  /**
   * Tenths.
   */
  [class~="smart-1/10"] {
    width: 10% !important; }

  [class~="smart-3/10"] {
    width: 30% !important; }

  [class~="smart-7/10"] {
    width: 70% !important; }

  [class~="smart-9/10"] {
    width: 90% !important; }

  /**
   * Twelfths.
   */
  [class~="smart-1/12"] {
    width: 8.3333333% !important; }

  [class~="smart-5/12"] {
    width: 41.6666666% !important; }

  [class~="smart-7/12"] {
    width: 58.3333333% !important; }

  [class~="smart-11/12"] {
    width: 91.6666666% !important; } }
@media screen and (max-width: 979px) and (min-width: 480px) {
  /**
   * Whole.
   */
  [class~="mobile-1/1"] {
    width: 100% !important; }

  /**
   * Halves.
   */
  [class~="mobile-1/2"],
  [class~="mobile-2/4"],
  [class~="mobile-3/6"],
  [class~="mobile-4/8"],
  [class~="mobile-5/10"],
  [class~="mobile-6/12"] {
    width: 50% !important; }

  /**
   * Thirds.
   */
  [class~="mobile-1/3"],
  [class~="mobile-2/6"],
  [class~="mobile-3/9"],
  [class~="mobile-4/12"] {
    width: 33.3333333% !important; }

  [class~="mobile-2/3"],
  [class~="mobile-4/6"],
  [class~="mobile-6/9"],
  [class~="mobile-8/12"] {
    width: 66.6666666% !important; }

  /**
   * Quarters.
   */
  [class~="mobile-1/4"],
  [class~="mobile-2/8"],
  [class~="mobile-3/12"] {
    width: 25% !important; }

  [class~="mobile-3/4"],
  [class~="mobile-6/8"],
  [class~="mobile-9/12"] {
    width: 75% !important; }

  /**
   * Fifths.
   */
  [class~="mobile-1/5"],
  [class~="mobile-2/10"] {
    width: 20% !important; }

  [class~="mobile-2/5"],
  [class~="mobile-4/10"] {
    width: 40% !important; }

  [class~="mobile-3/5"],
  [class~="mobile-6/10"] {
    width: 60% !important; }

  [class~="mobile-4/5"],
  [class~="mobile-8/10"] {
    width: 80% !important; }

  /**
   * Sixths.
   */
  [class~="mobile-1/6"],
  [class~="mobile-2/12"] {
    width: 16.6666666% !important; }

  [class~="mobile-5/6"],
  [class~="mobile-10/12"] {
    width: 83.3333333% !important; }

  /**
   * Eighths.
   */
  [class~="mobile-1/8"] {
    width: 12.5% !important; }

  [class~="mobile-3/8"] {
    width: 37.5% !important; }

  [class~="mobile-5/8"] {
    width: 62.5% !important; }

  [class~="mobile-7/8"] {
    width: 87.5% !important; }

  /**
   * Ninths.
   */
  [class~="mobile-1/9"] {
    width: 11.1111111% !important; }

  [class~="mobile-2/9"] {
    width: 22.2222222% !important; }

  [class~="mobile-4/9"] {
    width: 44.4444444% !important; }

  [class~="mobile-5/9"] {
    width: 55.5555555% !important; }

  [class~="mobile-7/9"] {
    width: 77.7777777% !important; }

  [class~="mobile-8/9"] {
    width: 88.8888888% !important; }

  /**
   * Tenths.
   */
  [class~="mobile-1/10"] {
    width: 10% !important; }

  [class~="mobile-3/10"] {
    width: 30% !important; }

  [class~="mobile-7/10"] {
    width: 70% !important; }

  [class~="mobile-9/10"] {
    width: 90% !important; }

  /**
   * Twelfths.
   */
  [class~="mobile-1/12"] {
    width: 8.3333333% !important; }

  [class~="mobile-5/12"] {
    width: 41.6666666% !important; }

  [class~="mobile-7/12"] {
    width: 58.3333333% !important; }

  [class~="mobile-11/12"] {
    width: 91.6666666% !important; } }
@media screen and (min-width: 980px) {
  /**
   * Whole.
   */
  [class~="desk-1/1"] {
    width: 100% !important; }

  /**
   * Halves.
   */
  [class~="desk-1/2"],
  [class~="desk-2/4"],
  [class~="desk-3/6"],
  [class~="desk-4/8"],
  [class~="desk-5/10"],
  [class~="desk-6/12"] {
    width: 50% !important; }

  /**
   * Thirds.
   */
  [class~="desk-1/3"],
  [class~="desk-2/6"],
  [class~="desk-3/9"],
  [class~="desk-4/12"] {
    width: 33.3333333% !important; }

  [class~="desk-2/3"],
  [class~="desk-4/6"],
  [class~="desk-6/9"],
  [class~="desk-8/12"] {
    width: 66.6666666% !important; }

  /**
   * Quarters.
   */
  [class~="desk-1/4"],
  [class~="desk-2/8"],
  [class~="desk-3/12"] {
    width: 25% !important; }

  [class~="desk-3/4"],
  [class~="desk-6/8"],
  [class~="desk-9/12"] {
    width: 75% !important; }

  /**
   * Fifths.
   */
  [class~="desk-1/5"],
  [class~="desk-2/10"] {
    width: 20% !important; }

  [class~="desk-2/5"],
  [class~="desk-4/10"] {
    width: 40% !important; }

  [class~="desk-3/5"],
  [class~="desk-6/10"] {
    width: 60% !important; }

  [class~="desk-4/5"],
  [class~="desk-8/10"] {
    width: 80% !important; }

  /**
   * Sixths.
   */
  [class~="desk-1/6"],
  [class~="desk-2/12"] {
    width: 16.6666666% !important; }

  [class~="desk-5/6"],
  [class~="desk-10/12"] {
    width: 83.3333333% !important; }

  /**
   * Eighths.
   */
  [class~="desk-1/8"] {
    width: 12.5% !important; }

  [class~="desk-3/8"] {
    width: 37.5% !important; }

  [class~="desk-5/8"] {
    width: 62.5% !important; }

  [class~="desk-7/8"] {
    width: 87.5% !important; }

  /**
   * Ninths.
   */
  [class~="desk-1/9"] {
    width: 11.1111111% !important; }

  [class~="desk-2/9"] {
    width: 22.2222222% !important; }

  [class~="desk-4/9"] {
    width: 44.4444444% !important; }

  [class~="desk-5/9"] {
    width: 55.5555555% !important; }

  [class~="desk-7/9"] {
    width: 77.7777777% !important; }

  [class~="desk-8/9"] {
    width: 88.8888888% !important; }

  /**
   * Tenths.
   */
  [class~="desk-1/10"] {
    width: 10% !important; }

  [class~="desk-3/10"] {
    width: 30% !important; }

  [class~="desk-7/10"] {
    width: 70% !important; }

  [class~="desk-9/10"] {
    width: 90% !important; }

  /**
   * Twelfths.
   */
  [class~="desk-1/12"] {
    width: 8.3333333% !important; }

  [class~="desk-5/12"] {
    width: 41.6666666% !important; }

  [class~="desk-7/12"] {
    width: 58.3333333% !important; }

  [class~="desk-11/12"] {
    width: 91.6666666% !important; } }
    
@media only screen and ( max-width: 1199px ){
    .item--content input{ 
        line-height: 18px; 
        min-height: 18px;
        /*background: red; */
    }
    input[name="date_of_birth"]{
        line-height: 18px; 
        min-height: 18px; 
    }
}

.title__save{
    margin-bottom: 0;
    text-transform: uppercase;
    color: #293b7d;
    font-size: 14px;
}
.padding__left{ padding-left: 100px; }
@media only screen and ( max-width: 767px ){
    .padding__left{ padding-left: 0; }
}
@media only screen and ( min-width: 1300px ) and ( max-width: 1599px ){
    .padding__left{ padding-left: 30px; }
}
@media only screen and ( min-width: 1600px ) and ( max-width: 1899px ){
    .padding__left{ padding-left: 50px; }
}
@media only screen and ( min-width: 768px ) and ( max-width: 1199px ){
    .padding__left{ padding-left: 30px; }
}
body.contatta .row--content p.text{
    color: #333;
    font-family: RobotoSlab-Regular;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: left;
}
body.contatta p.text a,
body.cookies .wrapper p a,
body.cookies .table__group a,
body.informativa-privacy .wrapper a {
    color: #103184;
    text-decoration: underline;
}

body.informativa-privacy .row--content ,
body.cookies .row--content {
    background: #4d7ab7;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
body.informativa-privacy .row--content .wrapper,
body.cookies .row--content .wrapper {
    background: #fff;
    margin: 20px auto 1px;
    max-height: 95%;
    overflow-y: auto;
    padding: 20px 40px 50px;
    width: 650px;
}

body.informativa-privacy .wrapper h3,
body.cookies .wrapper h3 {
    color: #4977b6;
    font-family: Montserrat-Bold;
    font-size: 18px;
    line-height: 1.2em;
    margin: 0 0 20px;
    text-transform: uppercase;
}

body.informativa-privacy .wrapper p,
body.informativa-privacy .wrapper ul li,
body.cookies .wrapper p,
body.cookies ul li {
    color: #333;
    font-family: RobotoSlab-Regular;
    font-size: 12px;
    margin-bottom: 10px;
}

body.cookies .table{
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 40px;
    font-size: 13px;
}

body.cookies .table__group .table__border{
    margin-bottom: 0;
    border-top: 1px solid #222;
}
body.cookies .table__group .table__border:last-child{ border-bottom: 1px solid #222; }
body.cookies .table__group .table__border > div{ 
    padding: 10px 5px; 
    border-left: 1px solid #222; 
}
body.cookies .table__group .table__border > div:last-child{ border-right: 1px solid #222; }

body.cookies .table .table__cell{
    display: table-cell;
    vertical-align: middle;
}

body.cookies .table .table__cell.extra__small{ width: 16.6667%; }
body.cookies .table .table__cell.small{ width: 33.3333%; }
body.cookies .table .table__cell.big{ width: 66.6666%; }

body.cookies .table .table__cell p{ font-size: 13px; }

@media only screen and ( min-width: 1199px ) {
    body.informativa-privacy .row--content .wrapper,
    body.cookies .row--content .wrapper {
        width: 800px;
    }
    body.informativa-privacy .wrapper h3,
    body.cookies .wrapper h3{ 
        font-size: 20px; 
    }
    body.cookies .wrapper p,
    body.informativa-privacy .wrapper p,
    body.informativa-privacy .wrapper ul li,
    body.cookies ul li {
        font-size: 15px;
        margin-bottom: 15px;
    }
}

@media only screen and ( max-width: 767px ) {
    body.cookies .row--content .wrapper, 
    body.informativa-privacy .row--content .wrapper {
        width: 100%;
    }
}
.no__margin{ margin-bottom: 0 !important; }
body.cookies ul li{ margin-bottom: 3px; }
.cookie__bar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    font-size: 13px;
    z-index: 50;
    padding: 20px 30px;
    display: table;
}
.cookie__bar > div{
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.cookie__bar p{
    font-family: 'RobotoSlab-Regular';
    line-height: 1.3em;
}
.cookie__bar a{ 
    color: #103184;
    text-decoration: underline; 
}
.cookie__bar .accept__cookie{
    float: right;
    padding: 7px 10px;
    color: #fff;
    background: #103184;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
}
@media only screen and ( max-width: 767px ){
    .cookie__bar{ 
        display: block;
        z-index: 100;
        padding: 10px 15px; 
    }
    .cookie__bar > div{ 
        width: 100%; 
        float: left;
    }
    .cookie__bar p{ font-size: 11px; }
    .cookie__bar .accept__cookie{
        float: left;
        margin-top: 10px;
        font-size: 12px;
        padding: 4px 7px;
    }
}
.quotazione--info{
    color: #ff1821;
    font-size: 100%;
    top: -0.2em;
}
.small--text{ 
    font-family: "RobotoSlab-Regular";
    color: #4977b6;
    font-size: 12px;
    line-height: 1.4em;
}
.small--text a{
    color: #103184;
    text-decoration: underline;
}
.back--quotazione {
    left: 10px;
    position: absolute;
    top: 10px;
    z-index: 10;
}
.back--quotazione a{
    background: #fff;
    color: #103184;
    text-transform: uppercase;
    font-family: "RobotoSlab-Light";   
    padding: 4px 8px;
}
@media only screen and ( max-width: 767px ){
    .back--quotazione{
        position: relative;
        left: auto;
        top: auto;
        display: block;
    }
    .back--quotazione a{
        border: none;
        background: #4977b6;
        color: #fff;   
        padding: 12px 15px; 
        width: 100%;
        text-align: left;
        font-family: "RobotoSlab-Regular";
    }  
    .modal--info,
    .modal--privacy,
    .contact--expert, 
    .edit--data{ 
        display: none;
    }
    .step-1 .main--content{ height: auto !important; }
} 
.contact--expert p.text.text__no-company{ 
    margin: 20px 0; 
    text-align: center;
}
.text__btn{ margin-bottom: 40px; }
.btn--inline{
    background-color: #233689;
    color: #ffffff;
    display: inline-block;
    position: relative; 
    font-family: "ITCFranklinGothicCondensedDemi";
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    width: 180px;
    text-transform: uppercase;
    margin-bottom: 5px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
.btn--inline:after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4);
    opacity: 0;
    -webkit-opacity: 0;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}
.btn--inline:hover:after{
    opacity: 1;
    -webkit-opacity: 1;   
}
.btn--inline.mps{ background: #a12037; }
body.contatta .wrapper{ overflow-x: hidden; }
.text-center {
  text-align: center;
}