/*@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,300italic,400,400italic,500,500italic,700,700italic|Ubuntu+Condensed|Ubuntu+Mono:400,400italic,700,700italic);*/
@import url(fonts-google-apis-CDN)
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
a:active {
  color: #333;
}
a,
a:focus {
  outline: none!important;
  text-decoration: none!important;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: #999;
  opacity: 1 !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
  opacity: 1 !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  opacity: 1 !important;
}
:-ms-input-placeholder {
  color: #999;
  opacity: 1 !important;
}
/* ==========================================================================
   Custom styles
   ========================================================================== */
html,
body {
  width: 100%;
  height: 100%;
}
html * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* http://stackoverflow.com/questions/9009377/ios-dark-gray-box-active-style */
/*** Animazione pulse ***/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
/*** Animazione spin ***/
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-2520deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-2520deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-2520deg);
    transform: rotate(-2520deg);
  }
}
/*** Varie ***/
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.ps {
  position: static;
}
.pf {
  position: fixed;
}
.dn {
  display: none;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tuc {
  text-transform: uppercase;
}
.tul {
  text-decoration: underline;
}
.oh {
  overflow: hidden;
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
/*** Field generico (label + input) ***/
.field-wrap {
  position: relative;
}
.field-wrap.error .input-wrap {
  border-color: #ff3333;
}
.field-wrap.error .text-wrap {
  border-color: #ff3333;
}
.field-wrap.error .select-wrap {
  border-color: #ff3333;
}
.field-wrap.error .field-checkbox .checkbox-wrap .placeholder {
  border: 1px solid #ff3333;
}
.field-wrap.error .field-radio .radio-wrap .placeholder {
  border: 1px solid #ff3333;
}
.field-wrap.checked .field-radio .radio-wrap .placeholder {
  background: white url("../img_layout/checkbox.png") no-repeat center center;
}
.field-wrap.checked .field-checkbox .checkbox-wrap .placeholder {
  background: white url("../img_layout/checkbox.png") no-repeat center center;
}
.field-wrap label,
.field-wrap .label {
  float: left;
  font: 14px/40px Arial;
  color: #666;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.field-wrap label.empty,
.field-wrap .label.empty {
  min-height: 1px;
}
.field-wrap .input-wrap {
  border: 1px solid #999999;
  height: 40px;
  float: left;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.field-wrap .input-wrap input {
  width: 100%;
  padding: 0;
  border: 0;
  height: 100%;
  display: block;
  font: 14px 'Ubuntu', sans-serif;
  color: #333;
}
.field-wrap .text-wrap {
  border: 1px solid #999999;
  padding: 2px;
  float: left;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.field-wrap .text-wrap textarea {
  width: 100%;
  padding: 0;
  border: 0;
  height: 100%;
  resize: none;
}
.field-wrap .select-wrap {
  width: 100%;
}
.field-wrap .field-checkbox {
  overflow: hidden;
  margin-top: 10px;
}
.field-wrap .field-checkbox .checkbox-wrap {
  float: left;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.field-wrap .field-checkbox .checkbox-wrap:hover {
  cursor: pointer;
}
.field-wrap .field-checkbox .checkbox-wrap.disabled .placeholder {
  background-color: #999;
}
.field-wrap .field-checkbox .checkbox-wrap input {
  position: absolute;
  top: 0;
  right: 100%;
}
.field-wrap .field-checkbox .checkbox-wrap .placeholder {
  border: 1px solid #999999;
  display: block;
  height: 22px;
  width: 22px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: white;
}
.field-wrap .field-checkbox label {
  display: block;
  width: 100%;
  padding-left: 35px;
  float: none;
  font: 16px 'Ubuntu', sans-serif;
  color: #333;
}
.field-wrap .field-checkbox label:hover {
  cursor: pointer;
}
.field-wrap .field-radio {
  margin-top: 10px;
}
.field-wrap .field-radio .radio-wrap {
  float: left;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.field-wrap .field-radio .radio-wrap:hover {
  cursor: pointer;
}
.field-wrap .field-radio .radio-wrap input {
  position: absolute;
  top: 0;
  right: 100%;
}
.field-wrap .field-radio .radio-wrap .placeholder {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  height: 22px;
  width: 22px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
}
.field-wrap .field-radio label {
  display: block;
  width: 100%;
  padding-left: 35px;
  float: none;
  font: 14px 'Ubuntu', sans-serif;
  color: #333;
}
.field-wrap .field-radio label:hover {
  cursor: pointer;
}
.field-wrap .file-wrap {
  border: 1px solid #999999;
  height: 40px;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.field-wrap .file-wrap input {
  position: absolute;
  top: -100%;
  left: -100%;
}
.field-wrap .file-wrap label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 2px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.field-wrap .file-wrap label:hover {
  cursor: pointer;
}
.field-wrap .file-wrap label .button {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  background: #999999;
  text-align: center;
  color: white;
}
.field-wrap .info-wrap {
  height: 40px;
  padding: 2px;
  float: left;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.field-wrap .info-wrap span {
  width: 100%;
  padding: 0;
  border: 0;
  height: 100%;
  display: block;
}
.disabled-prev{
  opacity: 0.6;
  pointer-events:none;
}
#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../img_layout/ring.gif) center center no-repeat;
  z-index: 99999;
}
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Removes default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}
/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `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
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves 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],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 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;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
 * 1. Removes iframe's border
 */
iframe[seamless] {
  background-color: transparent;
  border: 0px none transparent;
  padding: 0px;
  overflow: hidden;
}
.asSwitch {
  position: relative;
  display: inline-block;
}
.asSwitch:hover {
  cursor: pointer;
}
.asSwitch > input {
  display: none;
}
.asSwitch .asSwitch-inner {
  overflow: hidden;
}
.asSwitch .asSwitch-on {
  display: block;
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.asSwitch .asSwitch-off {
  display: block;
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.asSwitch .asSwitch-handle {
  position: absolute;
  top: 0;
}
.asSwitch .asSwitch-handle:hover {
  cursor: pointer;
  cursor: -moz-grab;
}
.asSwitch.asSwitch_skin-4 {
  height: 24px;
  width: 60px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.asSwitch.asSwitch_skin-4:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -3px;
  left: -3px;
  bottom: -3px;
  right: -3px;
  border: 1px solid;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.asSwitch.asSwitch_skin-4 .asSwitch-inner {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.asSwitch.asSwitch_skin-4 .asSwitch-inner-box {
  height: 24px;
  width: 90px;
}
.asSwitch.asSwitch_skin-4 .asSwitch-on {
  height: 24px;
  width: 45px;
  text-indent: 13px;
  line-height: 24px;
  font-family: "BPreplay", sans-serif;
  font-size: 14px;
  color: #ffffff;
  background-color: #3aadd3;
}
.asSwitch.asSwitch_skin-4 .asSwitch-off {
  height: 24px;
  width: 45px;
  text-indent: 20px;
  line-height: 24px;
  font-family: "BPreplay", sans-serif;
  font-size: 14px;
  color: #ffffff;
  background-color: #979797;
}
.asSwitch.asSwitch_skin-4 .asSwitch-handle {
  width: 30px;
  height: 24px;
  background-color: #ffffff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.asSwitch.asSwitch_skin-4 .asSwitch-handle:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 24px;
  -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.asSwitch.asSwitch_skin-4.is-on {
  background-color: #3aadd3;
  border: 3px solid #3aadd3;
}
.asSwitch.asSwitch_skin-4.is-on:after {
  border-color: #2ea7cf;
}
.asSwitch.asSwitch_skin-4.is-on .asSwitch-inner-box {
  margin-left: 0;
}
.asSwitch.asSwitch_skin-4.is-on .asSwitch-off {
  background-color: #3aadd3;
}
.asSwitch.asSwitch_skin-4.is-on .asSwitch-handle {
  left: 30px;
  -webkit-box-shadow: inset 0 -3px 3px -1px #8dd0e6;
  -moz-box-shadow: inset 0 -3px 3px -1px #8dd0e6;
  box-shadow: inset 0 -3px 3px -1px #8dd0e6;
}
.asSwitch.asSwitch_skin-4.is-off {
  background-color: #979797;
  border: 3px solid #979797;
}
.asSwitch.asSwitch_skin-4.is-off:after {
  border-color: #8f8f8f;
}
.asSwitch.asSwitch_skin-4.is-off .asSwitch-inner-box {
  margin-left: -30px;
}
.asSwitch.asSwitch_skin-4.is-off .asSwitch-on {
  background-color: #979797;
}
.asSwitch.asSwitch_skin-4.is-off .asSwitch-handle {
  left: 0;
  -webkit-box-shadow: inset 0 -3px 3px -1px #cacaca;
  -moz-box-shadow: inset 0 -3px 3px -1px #cacaca;
  box-shadow: inset 0 -3px 3px -1px #cacaca;
}
/*** Fonts ***/
/*** Colori ***/
/*** Stili generici ***/
a:hover {
  text-decoration: none;
}
h1 {
  font: 300 32px 'Ubuntu', sans-serif;
  color: white;
  text-align: center;
  margin: 0;
}
h1 span {
  display: block;
}
h2 {
  font: 400 32px 'Ubuntu', sans-serif;
  margin: 0;
}
h3 {
  margin: 0;
  font: 300 28px 'Ubuntu', sans-serif;
  color: #2b507a;
}
.text {
  font: 16px 'Ubuntu', sans-serif;
}
.text-light {
  font: 300 16px/1.4em 'Ubuntu', sans-serif;
}
.text-light strong {
  font-weight: 500;
}
.spaced {
  padding-top: 40px;
  padding-bottom: 40px;
}
.row-fullwidth {
  padding: 80px 0;
}
/*** Sticky footer ***/
#site {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -320px;
}
#footer,
.push {
  height: 320px;
}
/*** Contenitori generici ***/
#site {
  max-width: 100%;
  overflow-x: hidden;
}
.centercol {
  max-width: 1024px;
  margin: 0 auto;
}
body.backoffice {
  min-width: 1024px;
}
/*** Pulsanti e CTA ***/
.button {
  width: 100%;
  height: 60px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 700 18px/58px 'Ubuntu', sans-serif;
  color: white;
  border: 1px solid #ff3333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: none;
  background: #ff7736;
  background-image: linear-gradient(left top, #ff7736 0%, #ff3333 100%);
  background-image: -o-linear-gradient(left top, #ff7736 0%, #ff3333 100%);
  background-image: -moz-linear-gradient(left top, #ff7736 0%, #ff3333 100%);
  background-image: -webkit-linear-gradient(left top, #ff7736 0%, #ff3333 100%);
  background-image: -ms-linear-gradient(left top, #ff7736 0%, #ff3333 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-start(0, #ff7736), color-stop(0, #ff3333));
  background: -ms-linear-gradient(left, #ff7736 0%, #ff3333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7736', endColorstr='#ff3333',GradientType=1);
  padding: 0;
}
.button.error {
  background: #ff3333;
  background-image: linear-gradient(left top, #ff3333 0%, #ff3333 100%);
  background-image: -o-linear-gradient(left top, #ff3333 0%, #ff3333 100%);
  background-image: -moz-linear-gradient(left top, #ff3333 0%, #ff3333 100%);
  background-image: -webkit-linear-gradient(left top, #ff3333 0%, #ff3333 100%);
  background-image: -ms-linear-gradient(left top, #ff3333 0%, #ff3333 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-start(0, #ff3333), color-stop(0, #ff3333));
  background: -ms-linear-gradient(left, #ff3333 0%, #ff3333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3333', endColorstr='#ff3333',GradientType=1);
}
.button.correct {
  background: #80b900;
  border-color: #649000;
}
.button-mini {
  font: 700 10px 'Ubuntu', sans-serif;
  color: #333;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ccc;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  display: inline-block;
  min-width: 110px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 15px;
}
.button-mini.fullwidth {
  width: 100%;
}
.button-mini.spaced-b {
  margin-bottom: 10px;
}
.button-mini.txt-big {
  font-size: 14px;
  font-weight: 500;
}
.button-mini img {
  margin-right: 10px;
}
.button-icon {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  display: block;
  width: 30px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 28px;
}
.cta-wrap.cta-half {
  overflow: hidden;
}
.cta-wrap.cta-half .cta {
  display: inline-block;
  max-width: 48%;
  float: right;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.cta-wrap.cta-half .cta:first-child {
  float: left;
}
.cta-wrap.cta-half .cta img {
  vertical-align: inherit;
}
.cta-wrap.cta-inline .cta {
  display: inline-block;
  width: auto;
  padding: 0 20px;
}
.cta-wrap.cta-center {
  text-align: center;
}
.cta-wrap .cta {
  display: block;
  width: 100%;
  font: 700 18px/38px 'Ubuntu', sans-serif;
  color: white;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 40px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cta-wrap .skin-green {
  background: #80b900;
  border: 1px solid #649000;
}
.cta-wrap .skin-gray {
  background: #ccc;
  border: 1px solid #bfbfbf;
}
.cta-wrap .skin-blue {
  background: #538fbd;
  border: 1px solid #2b507a;
}
.cta-wrap .skin-white {
  background: white;
  border: 1px solid white;
  color: #80b900;
}
.cta-wrap .skin-light-blue {
  background: white;
  border: 1px solid #ccc;
  color: #97B3D3;
}
/*** DIV con background come sfondo ***/
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/*** Header ***/
#header {
  background: white;
  height: 70px;
}
#header .logo {
  margin: 10px 0 0 50px;
  float: left;
}
#header .menu {
  float: right;
  height: 100%;
  /*
    .call { .fl; margin-left: 30px; border: 1px solid #ccc; border-radius: 20px; padding: 8px 15px;
      a { .dib; height: 20px; color: #333; font: @medium 14px/20px @ubuntu; padding-left: 35px; background: url("@{imgs}ico-tel.png") no-repeat left center; }
    }
    */
}
#header .menu ul {
  float: left;
}
#header .menu ul li {
  float: left;
  padding: 0 10px;
}
#header .menu ul a {
  color: #333;
  font: 500 14px 'Ubuntu', sans-serif;
}
#header .menu .call {
  float: left;
  margin-left: 30px;
}
#header .menu .login {
  float: left;
  width: 170px;
  height: 100%;
  margin-left: 25px;
}
#header .menu .login.logged a {
  background: #a5cc17;
  background-image: linear-gradient(left top, #a5cc17 0%, #80b900 100%);
  background-image: -o-linear-gradient(left top, #a5cc17 0%, #80b900 100%);
  background-image: -moz-linear-gradient(left top, #a5cc17 0%, #80b900 100%);
  background-image: -webkit-linear-gradient(left top, #a5cc17 0%, #80b900 100%);
  background-image: -ms-linear-gradient(left top, #a5cc17 0%, #80b900 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-start(0, #a5cc17), color-stop(0, #80b900));
  background: -ms-linear-gradient(left, #a5cc17 0%, #80b900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5cc17', endColorstr='#80b900',GradientType=1);
}
#header .menu .login a {
  /*temporary to hide text and clickable*/
  text-indent: -9999px;
  pointer-events: none;
  cursor: default;
  /*-----------------------------------*/
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  font: 500 14px/70px 'Ubuntu', sans-serif;
  background: #ff7736;
  background-image: linear-gradient(left top, #ff7736 0%, #ff3333 100%);
  background-image: -o-linear-gradient(left top, #ff7736 0%, #ff3333 100%);
  background-image: -moz-linear-gradient(left top, #ff7736 0%, #ff3333 100%);
  background-image: -webkit-linear-gradient(left top, #ff7736 0%, #ff3333 100%);
  background-image: -ms-linear-gradient(left top, #ff7736 0%, #ff3333 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-start(0, #ff7736), color-stop(0, #ff3333));
  background: -ms-linear-gradient(left, #ff7736 0%, #ff3333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7736', endColorstr='#ff3333',GradientType=1);
}
/*** Footer ***/
#footer {
  background: #666666;
  text-align: center;
  color: white;
}
#footer ul {
  display: inline-block;
  margin: 0 auto;
  margin-top: 30px;
  color: white;
  font: 700 14px 'Ubuntu', sans-serif;
}
#footer ul li {
  display: inline-block;
  border-left: 1px solid white;
  padding: 0 10px;
}
#footer ul li:first-child {
  border: none;
}
#footer ul a {
  color: white;
  font: 700 14px 'Ubuntu', sans-serif;
}
#footer p {
  margin: 30px 0 0;
  font: 300 14px 'Ubuntu', sans-serif;
  color: white;
}
#footer p a {
  color: white;
}
#footer .small {
  font-weight: 300;
  margin-top: 20px;
}
/*** Link go down ***/
.go-down {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.go-down.go-down-top {
  bottom: auto;
  top: 30px;
}
.go-down span {
  display: block;
  width: 16px;
  height: 15px;
  margin: 0 auto;
}
.go-down span.black {
  background: url("../img_layout/ico-godown-black.png") no-repeat;
}
.go-down span.orange {
  background: url("../img_layout/ico-godown-orange.png") no-repeat;
}
/*** Generico div che gestisce il punto di inizio dell'animazione' ***/
.animation {
  position: relative;
}
.animation .animation-start {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
}
.animation canvas {
  max-width: 100%;
  height: auto;
}
/*** DIV con sfondo gradiente azzurro ***/
.gradient-blue {
  min-height: 150px;
  background: #13bac7;
  background-image: linear-gradient(left top, #13bac7 0%, #538fbd 100%);
  background-image: -o-linear-gradient(left top, #13bac7 0%, #538fbd 100%);
  background-image: -moz-linear-gradient(left top, #13bac7 0%, #538fbd 100%);
  background-image: -webkit-linear-gradient(left top, #13bac7 0%, #538fbd 100%);
  background-image: -ms-linear-gradient(left top, #13bac7 0%, #538fbd 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-start(0, #13bac7), color-stop(0, #538fbd));
  background: -ms-linear-gradient(left, #13bac7 0%, #538fbd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13bac7', endColorstr='#538fbd',GradientType=1);
}
.gradient-blue.page-preventivi h1 {
  text-align: left;
  margin-bottom: 10px;
}
.gradient-blue p {
  margin: 0;
  font: 300 16px 'Ubuntu', sans-serif;
  color: white;
}
.gradient-blue p strong {
  font-weight: 500;
}
/*** Visual ***/
.field-wrap.correct .input-wrap,
.field-wrap.correct .input-wrap:hover,
.field-wrap.correct .input-wrap.highlight {
  -webkit-box-shadow: inset 0px 0px 0px 6px #80b900;
  -moz-box-shadow: inset 0px 0px 0px 6px #80b900;
  box-shadow: inset 0px 0px 0px 6px #80b900;
}
.field-wrap.wrong .input-wrap,
.field-wrap.wrong .input-wrap:hover,
.field-wrap.wrong .input-wrap.highlight {
  -webkit-box-shadow: inset 0px 0px 0px 6px #ff3333;
  -moz-box-shadow: inset 0px 0px 0px 6px #ff3333;
  box-shadow: inset 0px 0px 0px 6px #ff3333;
}
.field-wrap .input-wrap {
  padding: 6px;
  -webkit-box-shadow: inset 0px 0px 0px 6px white;
  -moz-box-shadow: inset 0px 0px 0px 6px white;
  box-shadow: inset 0px 0px 0px 6px white;
  transition: box-shadow 200ms ease-out;
  -moz-transition: box-shadow 200ms ease-out;
  -webkit-transition: box-shadow 200ms ease-out;
  -o-transition: box-shadow 200ms ease-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.field-wrap .input-wrap:hover,
.field-wrap .input-wrap.highlight {
  -webkit-box-shadow: inset 0px 0px 0px 6px #d4e1e9;
  -moz-box-shadow: inset 0px 0px 0px 6px #d4e1e9;
  box-shadow: inset 0px 0px 0px 6px #d4e1e9;
}
.field-wrap .input-wrap input {
  background: white;
  font: 14px 'Ubuntu', sans-serif;
  color: #333;
  padding: 0 10px;
}
.field-wrap .input-wrap input.datepicker {
  background: white url("../img_layout/ico-calendar.png") no-repeat right center;
  padding-right: 20px;
}
.visual {
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.visual.variant .inner {
  padding: 20px 0 !important;
  border-bottom: 1px solid #ccc;
  position: fixed;
  top: -130px;
  margin-top: 130px;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  z-index: 10;
  transition: margin 200ms ease-out;
  -moz-transition: margin 200ms ease-out;
  -webkit-transition: margin 200ms ease-out;
  -o-transition: margin 200ms ease-out;
}
.visual.variant .inner h2 {
  display: none;
}
.visual.variant .inner .links {
  margin-top: 10px;
}
.visual .field-wrap .input-wrap {
  height: 60px;
}
.visual .field-wrap .input-wrap input {
  text-align: center;
}
.visual .form-wrap {
  height: 510px;
}
.visual .inner {
  padding-top: 5%;
}
.visual h2 {
  margin-bottom: 20px;
}
.visual .links {
  color: #666;
  font: 14px 'Ubuntu', sans-serif;
  margin-top: 25px;
}
.visual .links a {
  color: #666;
  font: 14px 'Ubuntu', sans-serif;
  text-decoration: underline;
  margin-left: 20px;
}
.visual .links a:first-child {
  margin-left: 0;
}
.visual .car {
  width: 900px;
  height: 335px;
  position: absolute;
  bottom: 0;
  left: 100%;
  margin-left: -600px;
  background: url("../img_layout/car/car.png") no-repeat;
  background-size: 100%;
  z-index: 1;
  transition: left 5s ease-out;
  -moz-transition: left 5s ease-out;
  -webkit-transition: left 5s ease-out;
  -o-transition: left 5s ease-out;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.visual .car.animated {
  left: -100%;
}
.visual .car.animated .ruota .animated {
  -webkit-animation: spin 5s ease-in infinite;
  -moz-animation: spin 5s ease-in infinite;
  animation: spin 5s ease-in infinite;
}
.visual .car .ruota {
  display: block;
  width: 140px;
  height: 140px;
  position: absolute;
}
.visual .car .ruota img {
  position: absolute;
  top: 0;
  left: 0;
}
.visual .car .ruota-ant {
  left: 128px;
  bottom: 9px;
}
.visual .car .ruota-post {
  left: 684px;
  bottom: 12px;
}
/*** Punsanti in homepage: senza targa e chiama ***/
.mobile-buttons {
  margin-top: 20px;
}
.mobile-buttons a {
  display: block;
  width: 100%;
  height: 40px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  background: rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  font: 500 11px/38px 'Ubuntu', sans-serif;
  color: #999;
}
.mobile-buttons a.call {
  background: #80b900;
  border-color: #649000;
  color: white;
}
.mobile-buttons a.call img {
  max-width: 21px;
  margin-right: 10px;
}
/*** Features ***/
.features {
  padding: 40px 0 60px;
  position: relative;
}
.features h2 {
  font-weight: 300;
  text-align: center;
}
.features h2 strong {
  font-weight: 500;
}
.features .animation {
  margin: 100px 0;
}
.features .animation.animated .svg {
  background: transparent;
}
.features .animation .inner {
  text-align: center;
  padding: 0 20px;
}
.features .animation p {
  font: 300 18px 'Ubuntu', sans-serif;
  color: #333;
}
.features .animation .svg {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: #ccc;
  position: relative;
  transition: background 500ms ease-out;
  -moz-transition: background 500ms ease-out;
  -webkit-transition: background 500ms ease-out;
  -o-transition: background 500ms ease-out;
}
.features .animation .svg span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #ff7736;
  background-image: linear-gradient(left top, #ff7736 0%, #ff3333 100%);
  background-image: -o-linear-gradient(left top, #ff7736 0%, #ff3333 100%);
  background-image: -moz-linear-gradient(left top, #ff7736 0%, #ff3333 100%);
  background-image: -webkit-linear-gradient(left top, #ff7736 0%, #ff3333 100%);
  background-image: -ms-linear-gradient(left top, #ff7736 0%, #ff3333 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-start(0, #ff7736), color-stop(0, #ff3333));
  background: -ms-linear-gradient(left, #ff7736 0%, #ff3333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7736', endColorstr='#ff3333',GradientType=1);
}
.features .animation .svg img {
  display: block;
  -ms-transform: scale(1.02);
}
/*** Motivi ***/
.motivi {
  color: white;
  padding-bottom: 20px;
  position: relative;
}
.motivi .inner {
  height: 640px;
}
.motivi h2 {
  font-weight: 300;
  font-size: 48px;
}
.motivi h2 strong {
  font-weight: 500;
}
.motivi p {
  font: 300 22px 'Ubuntu', sans-serif;
  margin: 30px 0 0;
}
.motivi p.subtitle {
  font-size: 28px;
}
.motivi p.subtitle strong {
  font-weight: 700;
}
.motivi p.note {
  font-weight: normal;
  font-size: 13px;
}
.motivi p strong {
  font-weight: 500;
}
.motivi .animation {
  position: relative;
  width: 100%;
  height: 640px;
}
.motivi .animation.animated .point .circle {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-animation: pulse 1s;
  -moz-animation: pulse 1s;
  animation: pulse 1s;
}
.motivi .animation .point {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
}
.motivi .animation .point:nth-child(1) {
  top: 15%;
  left: 10%;
}
.motivi .animation .point:nth-child(1) .circle {
  animation-delay: 0.1s;
}
.motivi .animation .point:nth-child(2) {
  top: 31%;
  left: 70%;
}
.motivi .animation .point:nth-child(2) .circle {
  animation-delay: 0.25s;
}
.motivi .animation .point:nth-child(3) {
  top: 43%;
  left: 10%;
}
.motivi .animation .point:nth-child(3) .circle {
  animation-delay: 0.4s;
}
.motivi .animation .point:nth-child(4) {
  top: 58%;
  left: 70%;
}
.motivi .animation .point:nth-child(4) .circle {
  animation-delay: 0.55s;
}
.motivi .animation .point:nth-child(5) {
  top: 70%;
  left: 10%;
}
.motivi .animation .point:nth-child(5) .circle {
  animation-delay: 0.7s;
}
.motivi .animation .point:nth-child(6) {
  top: 85%;
  left: 70%;
}
.motivi .animation .point:nth-child(6) .circle {
  animation-delay: 0.85s;
}
.motivi .animation .point .circle {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  overflow: hidden;
  width: 130px;
  height: 130px;
  text-align: center;
  background: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 130px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -65px 0 0 -65px;
}
/*** Personalizza ***/
.personalizza {
  height: 640px;
  padding-bottom: 80px;
  position: relative;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.personalizza h2 {
  font-weight: 300;
  color: #ff3333;
  font-size: 28px;
}
.personalizza p {
  font: 300 22px 'Ubuntu', sans-serif;
  margin: 40px 0 0;
}
.personalizza .animation {
  position: relative;
  width: 100%;
  height: 640px;
}
/*** Vantaggi ***/
.vantaggi {
  height: 640px;
  background: #f0f0f0;
}
.vantaggi h2 {
  font-weight: 300;
  color: #538fbd;
  font-size: 28px;
}
.vantaggi p {
  font: 300 22px 'Ubuntu', sans-serif;
  margin: 40px 0 0;
}
.vantaggi .animation {
  position: relative;
  width: 100%;
  height: 640px;
}
/*** Customizzazioni slick ***/
.slick-arrow {
  border: none;
  padding: 0;
  font-size: 0;
  display: block;
  width: 20px;
  height: 37px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
}
.slick-prev {
  background: url("../img_layout/slider-prev.png") no-repeat;
  left: 0;
  z-index: 2;
}
.slick-next {
  background: url("../img_layout/slider-next.png") no-repeat;
  right: 0;
  z-index: 2;
}
.slick-dots {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li.slick-active button {
  background: black;
  /* IE 8 */
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Webkit */
  -webkit-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}
.slick-dots button {
  background: white;
  border: none;
  font-size: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 10px;
}
/*** Slider su cerchio homepage ***/
.circle-slider {
  height: 640px;
}
.circle-slider .slider-wrap {
  background: #f4523a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 500px;
  max-width: 100%;
}
.circle-slider .slider {
  height: 100%;
  padding: 0 30px;
}
.circle-slider .slick-list {
  height: 100%;
}
.circle-slider .slide {
  text-align: center;
  color: white;
  height: 100%;
}
.circle-slider .slide h4 {
  font-weight: 300;
}
.circle-slider .slide p {
  font: 300 22px 'Ubuntu', sans-serif;
}
.circle-slider .slick-prev {
  left: auto;
  right: 100%;
  margin-right: 20px;
}
.circle-slider .slick-next {
  right: auto;
  left: 100%;
  margin-left: 20px;
}
.circle-slider .slick-dots {
  bottom: 10%;
}
/*** Chosen ***/
.mobile .select-wrap {
  border: 1px solid #999;
  background: url("../img_layout/ico-down.png") no-repeat 98% center;
  height: 40px;
}
.mobile .select-wrap select {
  font: 12px 'Ubuntu', sans-serif;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 5px;
  color: #333;
  outline: none;
}
.select-wrap .chosen-container {
  width: 100% !important;
}
.select-wrap .chosen-container .chosen-drop {
  border-color: #999;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.select-wrap .chosen-container .chosen-drop .chosen-results .active-result {
  padding-top: 10px;
  padding-bottom: 10px;
  font: 14px 'Ubuntu', sans-serif;
  color: #333;
  text-align: center;
}
.select-wrap .chosen-container .chosen-drop .chosen-results .highlighted {
  background: #666666;
  color: white;
}
.select-wrap .chosen-container .chosen-default span {
  color: #999;
}
.select-wrap .chosen-container .chosen-single {
  background: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  box-shadow: none;
  font: 14px/40px 'Ubuntu', sans-serif;
  color: #333;
  border: 0 none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.select-wrap .chosen-container .chosen-single span {
  background: white;
  margin-right: 40px;
  border: 1px solid #999;
  border-right: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  padding-left: 6px;
}
.select-wrap .chosen-container .chosen-single div {
  width: 40px;
  border: 1px solid #999;
  border-left: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.select-wrap .chosen-container .chosen-single div b {
  background: white url("../img_layout/ico-down.png") center center no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.select-wrap .chosen-container-active.chosen-with-drop .chosen-single span {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.select-wrap .chosen-container-active.chosen-with-drop .chosen-single div {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.select-wrap .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: white url("../img_layout/ico-up.png") center center no-repeat;
}
/*** asSwitch ***/
.asSwitch.asSwitch_skin-4:after {
  border: none;
}
.asSwitch.asSwitch_skin-4 .asSwitch-off {
  background: #999;
  font: 500 12px/22px 'Ubuntu', sans-serif;
}
.asSwitch.asSwitch_skin-4 .asSwitch-on {
  background: #80b900;
  font: 500 12px/22px 'Ubuntu', sans-serif;
}
/*** Tipso ***/
.tipso-href {
  display: none;
}
.tipso_bubble {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}
.tipso_bubble.skin-green {
  background: #80b900;
}
.tipso_bubble.skin-green .tipso_arrow {
  border-color: #80b900;
}
.tipso_bubble.skin-green .tipso_content {
  padding: 30px 40px;
  font: 700 14px 'Ubuntu', sans-serif;
}
.tipso_bubble.skin-grey {
  background: #666666;
}
.tipso_bubble.skin-grey .tipso_arrow {
  border-color: #666666;
}
.tipso_bubble.skin-grey .tipso_content {
  padding: 30px 40px;
  font: 700 14px 'Ubuntu', sans-serif;
}
.tipso_bubble.skin-error {
  background: #ff3333;
}
.tipso_bubble.skin-error .tipso_arrow {
  border-color: #ff3333;
}
.tipso_bubble.skin-error .tipso_content {
  padding: 30px 40px;
  font: 700 14px 'Ubuntu', sans-serif;
}
.tipso_bubble.skin-white {
  background: white;
}
.tipso_bubble.skin-white .tipso_arrow {
  border-color: white;
}
.tipso_bubble.skin-white .tipso_content {
  padding: 30px 25px;
  font: 700 18px/30px 'Ubuntu', sans-serif;
  color: black;
}
.tipso_bubble.skin-white .tipso_content span {
  color: #80b900;
}
/*** Knob ***/
.knob-wrap {
  width: 125px;
  height: 125px;
  position: relative;
}
.knob-wrap.full.check-big span {
  background: url("../img_layout/ico-check-knob-big.png") no-repeat center center;
}
.knob-wrap.full span {
  font-size: 0 !important;
  background: url("../img_layout/ico-check-knob.png") no-repeat center center;
}
.form-block .knob-wrap.knob-mobile {
  max-height: 65px;
  max-width: 65px;
}
.knob-wrap.knob-mobile span {
  font: 700 16px/65px 'Ubuntu', sans-serif;
}
.knob-wrap .knob {
  display: none;
}
.knob-wrap span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font: 700 32px/125px 'Ubuntu', sans-serif;
  color: #538fbd;
}
/*** Riga Brands ***/
.row-brands {
  text-align: center;
  line-height: 66px;
  padding: 25px 0;
}
.row-brands img {
    max-width: 100px !important;
}
/*** Form preventivo ***/
.field-help .toggle {
  margin: 0 auto;
  display: block;
  width: 34px;
  height: 34px;
  background: white;
  border: 1px solid #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font: 700 14px/32px 'Ubuntu', sans-serif;
  color: #999;
}
.step span {
  margin: 0 auto;
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  font: 700 14px/32px 'Ubuntu', sans-serif;
  color: white;
  background: #ff3333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.field-label {
  font: 16px 'Ubuntu', sans-serif;
  color: #333;
}
.field-checked {
  text-align: center;
  line-height: 32px;
}
.field-checked img {
  display: none;
}
.form-block {
  position: relative;
}
.form-block.fixed {
  padding-top: 180px;
}
.form-block.fixed .block-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
}
.form-block.fixed-scroll .block-header {
  position: absolute;
  top: auto;
  bottom: 0;
}
.form-block.complete .block-header {
  background: #80b900;
  color: white;
}
.form-block.complete .block-header .knob-wrap span {
  color: white;
}
.form-block.complete .block-header .pointer {
  /*background-color: @green;*/
  border-top-color: #80b900;
}
.form-block.complete .block-header .block-feedback {
  display: none;
}
.form-block .block-header {
  background: #f0f0f0;
  color: #333;
  height: 180px;
  transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -webkit-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  position: relative;
}
.form-block .block-header:nth-child(1) {
  z-index: 1000;
}
.form-block .block-header:nth-child(2) {
  z-index: 1001;
}
.form-block .block-header:nth-child(3) {
  z-index: 1002;
}
.form-block .block-header .pointer {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  /*.db; width: 24px; height: 12px;*/
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  border: 12px solid #f0f0f0;
  border-top-color: #f0f0f0;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.form-block .block-header .block-title {
  font: 300 28px/1 'Ubuntu', sans-serif;
}
.form-block .block-header .block-feedback {
  font: 300 16px 'Ubuntu', sans-serif;
  margin-top: 15px;
}
.form-block .block-header .block-feedback span {
  color: #ff3333;
  font-weight: 500;
}
.form-block .block-row {
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
  position: relative;
}
.form-block .block-row.correct .step span {
  background: #80b900;
}
.form-block .block-row.correct .field-checked img {
  display: inline-block;
}
.form-block .block-row.wrong .input-wrap {
  border-color: #ff3333;
}
.form-block .block-row.wrong .input-wrap input {
  color: #ff3333;
}
.form-block .block-row.wrong .field-checkbox .checkbox-wrap .placeholder {
  border-color: #ff3333;
}
.form-block .block-row.wrong .field-radio .radio-wrap .placeholder {
  border-color: #ff3333;
}
.form-block .block-row.wrong .select-wrap .chosen-container .chosen-drop {
  border-color: #ff3333;
}
.form-block .block-row.wrong .select-wrap .chosen-container .chosen-single span {
  border-color: #ff3333;
  color: #ff3333;
}
.form-block .block-row.wrong .select-wrap .chosen-container .chosen-single div {
  border-color: #ff3333;
}
.block-privacy {
  background: #f0f0f0;
  padding: 30px 0 60px;
  position: relative;
  z-index: 2000;
}
.block-privacy .privacy-row {
  margin-top: 20px;
  border-bottom: 0;
  padding: 0;
}
.block-privacy .privacy-row:first-child {
  margin-top: 0;
}
.block-privacy .privacy-row .field-checkbox {
  text-align: center;
  margin-top: 0;
}
.block-privacy .privacy-row .checkbox-wrap {
  float: none;
  display: inline-block;
}
.block-privacy p {
  font: 12px 'Ubuntu', sans-serif;
  color: #333;
  margin: 0;
}
.block-privacy p span {
  color: #ff3333;
}
.block-privacy .read-more {
  font: 12px 'Ubuntu', sans-serif;
  color: #1729f1;
  text-decoration: underline;
  font-weight: 700;
}
.block-privacy .submit-wrap {
  padding-top: 80px;
}
.block-privacy .submit-wrap .button {
  max-width: 240px;
  margin: 0 auto;
  display: block;
}
.read-more-text {
  display: none;
}
.block-options.complete .block-header {
  background-color: #f0f0f0;
}
.block-options.complete .block-header .pointer {
  border-top-color: #f0f0f0;
}
.block-options .block-row {
  border: 0;
}
.block-options .row {
  margin-bottom: 20px;
}
/*** Loading ***/
.step-loading {
  min-height: 380px !important;
}
.step-loading h1 {
  text-align: left;
  margin-bottom: 45px;
}
.step-loading p {
  font: 300 20px 'Ubuntu', sans-serif;
  color: white;
  margin: 0;
}
.step-loading .loader {
  text-align: center;
}
.step-loading .loader .knob-wrap {
  margin: 0 auto;
  width: 240px;
  height: 240px;
}
.step-loading .loader span {
  font: 700 60px/240px 'Ubuntu', sans-serif;
  color: white;
}
.step-loading .check-small {
  clear: both;
  padding-left: 25px;
  margin: 5px 0;
  background: url("../img_layout/ico-check-knob-small.png") no-repeat left 4px;
}
.price-acquisto {
  float: left;
  width: 100%;
}
.price-acquisto .logo-societa {
  float: left;
  background: white;
  width: 125px;
  height: 125px;
  text-align: center;
  line-height: 100px;
  padding: 10px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}
.price-acquisto .logo-societa img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
.price-acquisto .premio {
  padding: 25px 45px;
  margin: 0 0 20px 150px;
  position: relative;
  border: 1px solid #ff3333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ff7736;
  background-image: linear-gradient(left top, #ff7736 0%, #ff3333 100%);
  background-image: -o-linear-gradient(left top, #ff7736 0%, #ff3333 100%);
  background-image: -moz-linear-gradient(left top, #ff7736 0%, #ff3333 100%);
  background-image: -webkit-linear-gradient(left top, #ff7736 0%, #ff3333 100%);
  background-image: -ms-linear-gradient(left top, #ff7736 0%, #ff3333 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-start(0, #ff7736), color-stop(0, #ff3333));
  background: -ms-linear-gradient(left, #ff7736 0%, #ff3333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7736', endColorstr='#ff3333',GradientType=1);
}
.price-acquisto .premio .pointer {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -12px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  border: 12px solid #ff7736;
  border-top-color: transparent;
  border-right-color: #ff7736;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.price-acquisto .premio .label {
  font: 700 14px 'Ubuntu', sans-serif;
  color: white;
  text-transform: uppercase;
  display: block;
}
.price-acquisto .premio .price {
  font: 700 80px 'Ubuntu', sans-serif;
  color: white;
  white-space: nowrap;
}
.price-acquisto .premio .price sup {
  font-weight: 400;
}
.loading-line {
  position: relative;
  min-height: 50px;
  margin: 30px 0 60px;
}
.loading-line .item {
  position: relative;
  z-index: 2;
  float: left;
  text-align: center;
  font: 500 14px 'Ubuntu', sans-serif;
  color: white;
  width: 25%;
}
.loading-line .item img {
  display: block;
  margin: 0 auto 10px;
}
.loading-line .line {
  position: absolute;
  top: 50%;
  left: calc(12.5% + 25px);
  margin-top: -1px;
  height: 2px;
  width: calc(100% - 25% - 50px);
  background: rgba(255, 255, 255, 0.2);
}
.loading-line .line span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: white;
}
/*** Customizzazione noUiSlider ***/
.noUi-handle::after,
.noUi-handle::before {
  background: none;
}
.noUi-handle {
  position: absolute;
}
.noUi-horizontal {
  height: 10px;
}
.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  left: -9px;
  top: 50%;
  margin-top: -9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.noUi-target {
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.noUi-target.noUi-connect {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #538fbd;
}
.noUi-origin {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  right: -1px;
}
.noUi-background {
  background: #f3f3f3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*** Preventivi ***/
.preventivi-wrap {
  background: #f0f0f0;
}
.preventivi-wrap.fixed .tabs-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.tabs-wrap {
  position: relative;
}
.tabs-wrap .tabs-header {
  background: white;
  border-bottom: 3px solid #f0f0f0;
}
.tabs-wrap .tabs-header a {
  outline: none;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  font: 500 16px/70px 'Ubuntu', sans-serif;
  color: #999;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 3px solid #f0f0f0;
  margin-bottom: -3px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tabs-wrap .tabs-header a:hover,
.tabs-wrap .tabs-header a.selected {
  color: #2b507a;
  border-color: #2b507a;
}
.confirm {
  padding-left: 30px;
  border-bottom: 1px solid #80b900;
  background: url("../img_layout/ico-check-green.png") no-repeat left center;
  font: 500 18px 'Ubuntu', sans-serif;
  color: #80b900;
}
.confirm:hover {
  color: #80b900;
}
.reset {
  padding-left: 30px;
  border-bottom: 1px solid #ff3333;
  background: url("../img_layout/ico-reset-red.png") no-repeat left center;
  font: 500 18px 'Ubuntu', sans-serif;
  color: #ff3333;
}
.reset:hover {
  color: #ff3333;
}
.tabs-content {
  background: white;
}
.tabs-content .tab-content {
  padding: 35px 0;
  overflow: hidden;
  text-align: center;
  display: none;
}
.tabs-content .tab-content.open {
  display: block;
}
.tabs-content .tab-content .col-content {
  display: inline-block;
}
.tabs-content .field-help {
  float: left;
  margin-right: 10px;
}
.tabs-content .field-help .toggle {
  margin: 0;
  width: 25px;
  height: 25px;
  font: 700 11px/23px 'Ubuntu', sans-serif;
}
.tabs-content .field-wrap {
  float: left;
}
.tabs-content .field-wrap .field-checkbox {
  margin-top: 2px;
}
.slider-garanzie .slick-prev {
  background: url("../img_layout/slider-prev-garanzie.png") no-repeat;
  left: 0;
}
.slider-garanzie .slick-next {
  background: url("../img_layout/slider-next-garanzie.png") no-repeat;
  right: 0;
}
.slider-garanzie .slide {
  text-align: center;
  position: relative;
  padding-top: 15px;
}
.slider-garanzie .slide.selected .close {
  display: block;
}
.slider-garanzie .slide .toggle {
  font: 700 10px 'Ubuntu', sans-serif;
  color: #999;
  text-transform: uppercase;
  outline: none;
  text-decoration: none;
}
.slider-garanzie .slide .toggle.selected,
.desktop .slider-garanzie .slide .toggle:hover {
  color: #2b507a;
}
.slider-garanzie .slide .toggle.selected span,
.desktop .slider-garanzie .slide .toggle:hover span {
  background-position: center -46px;
}
.slider-garanzie .slide .toggle span {
  display: block;
  width: 44px;
  height: 46px;
  margin: 0 auto 20px;
}
.slider-garanzie .slide .close {
  position: absolute;
  top: 0;
  left: 20%;
  display: none;
}
.slider-garanzie .slide .rca span {
  background: url("../img_layout/ico-garanzia-rca.png") no-repeat top center;
}
.slider-garanzie .slide .quality-drive span {
  background: url("../img_layout/ico-garanzia-quality-drive.png") no-repeat top center;
}
.slider-garanzie .slide .infortuni-conducente span {
  background: url("../img_layout/ico-garanzia-infortuni-conducente.png") no-repeat top center;
}
.slider-garanzie .slide .assistenza-stradale span {
  background: url("../img_layout/ico-garanzia-assistenza-stradale.png") no-repeat top center;
}
.slider-garanzie .slide .tutela-legale span {
  background: url("../img_layout/ico-garanzia-tutela-legale.png") no-repeat top center;
}
.slider-garanzie .slide .furto-incendio span {
  background: url("../img_layout/ico-garanzia-furto-incendio.png") no-repeat top center;
}
.slider-garanzie .slide .cristalli span {
  background: url("../img_layout/ico-garanzia-cristalli.png") no-repeat top center;
}
.slider-garanzie .slide .eventi-naturali span {
  background: url("../img_layout/ico-garanzia-eventi-naturali.png") no-repeat top center;
}
.slider-garanzie .slide .kasko-collisione span {
  background: url("../img_layout/ico-garanzia-kasko-collisione.png") no-repeat top center;
}
.slider-garanzie .slide .rinuncia-rivalsa span {
  background: url("../img_layout/ico-garanzia-protezione-patente.png") no-repeat top center;
}
.slider-garanzie .slide .franchigia span {
  background: url("../img_layout/ico-garanzia-franchigia.png") no-repeat top center;
}
.tabs-value-picker {
  position: absolute;
  top: 98%;
  left: 0;
  width: 100%;
  z-index: 10;
}
.tabs-value-picker .value-picker {
  border: 1px solid #999;
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 30px 20px;
  position: relative;
  display: none;
}
.tabs-value-picker .value-picker.open {
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tabs-value-picker .value-picker.fixed {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
}
.tabs-value-picker .value-picker.fixed .confirm {
  margin-top: 30px;
  display: inline-block;
}
.tabs-value-picker .value-picker.fixed .reset {
  margin-bottom: 30px;
  display: inline-block;
}
.tabs-value-picker .value-picker .pointer {
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -12px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  border: 12px solid #999;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #999;
}
.tabs-value-picker .value-picker .pointer .inner {
  position: absolute;
  top: -10px;
  left: -11px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  border: 11px solid white;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: white;
}
.tabs-value-picker p {
  font: 12px 'Ubuntu', sans-serif;
  color: #212121;
  margin: 0;
}
.tabs-value-picker .picker-labels {
  font: 500 14px 'Ubuntu', sans-serif;
  color: #999;
  margin-bottom: 20px;
}
.tabs-value-picker .picker-labels .selected {
  color: #538fbd;
}
.garanzia-title {
  text-align: center;
  padding: 40px 0;
  font: 700 12px 'Ubuntu', sans-serif;
  text-transform: uppercase;
  color: #538fbd;
  position: relative;
}
.garanzia-title .close {
  position: absolute;
  top: 0;
  right: 0;
}
.garanzia-title .close img {
  display: block;
  max-width: 40px;
}
.garanzia-title img {
  display: block;
  max-width: 80px;
  margin: 0 auto;
  margin-bottom: 10px;
}
/*** Singolo preventivo ***/
.preventivo {
  border-bottom: 1px solid #ccc;
  font: 14px 'Ubuntu', sans-serif;
  color: #212121;
}
.preventivo .stars {
  text-align: center;
  padding: 10px 20px;
}
.preventivo .status {
  float: right;
  color: #2b507a;
  font: 300 18px 'Ubuntu', sans-serif;
}
.preventivo .status .active {
  color: #80b900;
  font-weight: 500;
}
.preventivo .status .inactive {
  color: #ff3333;
  font-weight: 500;
}
.preventivo .block {
  border: 1px solid #ccc;
  border-bottom: none;
  background: white;
  padding: 20px;
}
.preventivo .block:first-child {
  border: none;
}
.preventivo .block-header {
  text-align: center;
}
.preventivo .block-garanzie{
    min-height:100px;
}
.preventivo .block-messages{
    height:80px;
}
.preventivo .block-massimale{
    height:70px;
}
.preventivo .block-guida{
    height:70px;
}
.preventivo .block-franchigia{
    height:70px;
}
.preventivo .logo-wrap {
  height: 70px;
  margin-bottom: 10px;
}
.preventivo .logo-wrap img {
  display: inline-block;
  /*max-height: 100%;*/
  max-height: 80px;
}
.preventivo .old-price {
  font: 300 18px 'Ubuntu', sans-serif;
  color: #2b507a;
  text-decoration: line-through;
}
.preventivo .cur-price {
  font: 700 36px 'Ubuntu', sans-serif;
  color: #2b507a;
  margin-bottom: 15px;
}
.preventivo .cur-price sup {
  font-weight: normal;
  font-size: 30px;
}
.preventivo .label {
  color: #999;
  margin-bottom: 5px;
  display: block;
  padding: 0;
  font-size: 100%;
  font-weight: 400;
  line-height: initial;
  text-align: left;
  border-radius: 0;
  white-space: initial;
  vertical-align: initial;
}
.preventivo .label a {
  border: none;
}
.preventivo .label img {
  margin-right: 10px;
}
.preventivi .info {
  margin: 30px 0;
  font: 15px 'Ubuntu', sans-serif;
  color: #212121;
}
.preventivi .info strong {
  font-weight: 500;
}
.preventivi .info .last-update {
  font-size: 13px;
}
.preventivi-best-mobile {
  padding: 0 0 20px;
}
.preventivi-best-mobile .preventivo {
  background: white;
  border: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 20px;
}
.preventivi-best-mobile .preventivo .stars {
  float: right;
  padding: 0;
}
.preventivi-best-mobile .preventivo .detail-toggle {
  background-image: url("../img_layout/ico-open-detail.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 17px;
}
.preventivi-best-mobile .preventivo .detail-toggle.open {
  background-image: url("../img_layout/ico-close-detail.png");
}
.preventivi-best-mobile .preventivo .actions-wrap {
  margin-bottom: 10px;
}
.preventivi-best-mobile .preventivo .details {
  display: none;
}
.preventivi-best-mobile .preventivo .details .row {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ccc;
}
.preventivi-best-mobile .preventivo .details .row:nth-child(odd) {
  background: #f0f0f0;
}
.preventivi-best-mobile .preventivo .details .row.actions {
  padding-top: 0;
  padding-bottom: 0;
}
.preventivi-best-mobile .preventivo .details .row.actions a {
  display: block;
  width: 33.33%;
  float: left;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #ccc;
  text-align: center;
  height: 65px;
  font: 500 12px/65px 'Ubuntu', sans-serif;
  color: #666;
}
.preventivi-best-mobile .preventivo .details .row.actions a:first-child {
  border: 0;
}
.preventivi-best-mobile .preventivo .details .row.actions a span {
  line-height: 1.2em;
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
}
.preventivi-all .preventivo {
  background: white;
  border: 1px solid #ccc;
  margin-top: 20px;
  float: left;
  width: 100%;
}
.preventivi-all .preventivo .border-col {
  border-left: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
}
.preventivi-all .preventivo .border-col:first-child {
  border: none;
}
.preventivi-all .preventivo .stars {
  padding: 0;
  float: right;
}
.preventivi-all .preventivo .block-header {
  text-align: left;
}
.preventivi-all .preventivo .cur-price {
  font: 700 50px 'Ubuntu', sans-serif;
}
.preventivi-all .preventivo .cur-price sup {
  font-size: 30px;
}
.preventivi-all .preventivo .cta-wrap {
  white-space: nowrap;
}
.preventivi-all .preventivo .cta-wrap .cta {
  float: left;
  margin-left: 5px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 50px;
}
.preventivi-all .preventivo .cta-wrap .cta.skin-green {
  max-width: calc(100% - 110px);
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0;
}
.accordion-wrap {
  background: white;
}
.accordion-wrap li {
  border-bottom: 1px solid #ccc;
}
.accordion-wrap .accordion-toggle {
  font: 500 14px/50px 'Ubuntu', sans-serif;
  color: #999;
  text-transform: uppercase;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.accordion-wrap .accordion-toggle.open {
  color: #2b507a;
}
.accordion-wrap .accordion-toggle.open span {
  background-position: 0 -30px;
}
.accordion-wrap .accordion-toggle span {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  margin-right: 15px;
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img_layout/ico-accordion.png") no-repeat;
  background-size: 100%;
}
.accordion-wrap .accordion-content {
  display: none;
}
.accordion-wrap .accordion-content .row {
  padding-bottom: 20px;
}
.accordion-wrap .accordion-content .col-content {
  display: block;
  margin-bottom: 20px;
}
.accordion-wrap .accordion-content .field-wrap {
  margin-left: 40px;
}
.accordion-wrap .accordion-content .field-help {
  float: left;
  margin-right: 10px;
  margin-top: 0;
}
.accordion-wrap .accordion-content .field-help .toggle {
  margin: 0;
  width: 25px;
  height: 25px;
  font: 700 11px/23px 'Ubuntu', sans-serif;
}
.grid-garanzie {
  overflow: hidden;
  margin-left: -1px;
  font-size: 0;
  background: #f0f0f0;
}
.grid-garanzie .toggle {
  float: left;
  width: 50%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-width: 1px 0 0 1px;
  height: 50px;
  font: 700 11px/50px 'Ubuntu', sans-serif;
  padding: 0 5%;
  text-transform: uppercase;
  color: #ccc;
  background: #f0f0f0;
}
.grid-garanzie .toggle.selected {
  background: #538fbd;
}
.grid-garanzie .toggle.selected .text {
  color: white;
}
.grid-garanzie .toggle.selected .icon {
  background-position: 0 -30px;
}
.grid-garanzie .toggle .text {
  line-height: 11px;
  vertical-align: middle;
  display: inline-block;
}
.grid-garanzie .toggle .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
}
.grid-garanzie .rca .icon {
  background: url("../img_layout/ico-garanzia-rca-mobile.png") no-repeat top center;
  background-size: 100%;
}
.grid-garanzie .quality-drive .icon {
  background: url("../img_layout/ico-garanzia-quality-drive-mobile.png") no-repeat top center;
  background-size: 100%;
}
.grid-garanzie .infortuni-conducente .icon {
  background: url("../img_layout/ico-garanzia-infortuni-conducente-mobile.png") no-repeat top center;
  background-size: 100%;
}
.grid-garanzie .assistenza-stradale .icon {
  background: url("../img_layout/ico-garanzia-assistenza-stradale-mobile.png") no-repeat top center;
  background-size: 100%;
}
.grid-garanzie .tutela-legale .icon {
  background: url("../img_layout/ico-garanzia-tutela-legale-mobile.png") no-repeat top center;
  background-size: 100%;
}
.grid-garanzie .furto-incendio .icon {
  background: url("../img_layout/ico-garanzia-furto-incendio-mobile.png") no-repeat top center;
  background-size: 100%;
}
.grid-garanzie .cristalli .icon {
  background: url("../img_layout/ico-garanzia-cristalli-mobile.png") no-repeat top center;
  background-size: 100%;
}
.grid-garanzie .eventi-naturali .icon {
  background: url("../img_layout/ico-garanzia-eventi-naturali-mobile.png") no-repeat top center;
  background-size: 100%;
}
.grid-garanzie .kasko-collisione .icon {
  background: url("../img_layout/ico-garanzia-kasko-collisione-mobile.png") no-repeat top center;
  background-size: 100%;
}
.grid-garanzie .rinuncia-rivalsa .icon {
  background: url("../img_layout/ico-garanzia-protezione-patente-mobile.png") no-repeat top center;
  background-size: 100%;
}
.grid-garanzie .franchigia .icon {
  background: url("../img_layout/ico-garanzia-franchigia-mobile.png") no-repeat top center;
  background-size: 100%;
}
/*** Come funziona ***/
.come-funziona .gradient-blue h1 {
  margin-bottom: 20px;
}
.come-funziona .gradient-blue p {
  font-size: 20px;
  line-height: 2em;
}
.area-privata .tabs-content .tab-content {
  text-align: left;
}
.area-privata .preventivi-all .preventivo .cta-wrap .cta.skin-green {
  max-width: calc(100% - 60px);
}
.area-privata .topbar {
  background: #f3f3f3;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  font: 16px 'Ubuntu', sans-serif;
}
.area-privata .topbar img {
  margin-right: 10px;
  vertical-align: sub;
}
.area-privata .dati-item {
  margin-bottom: 40px;
}
.area-privata .dati-item .dati-content .content-row {
  padding: 10px 0;
  font: 16px 'Ubuntu', sans-serif;
  overflow: hidden;
}
.area-privata .dati-item .dati-content .row:nth-child(even) .content-row {
  background: #f5f5f5;
}
.area-privata .preventivi-best-mobile .preventivo {
  padding-top: 0;
}
.area-privata .preventivi-best-mobile .preventivo .topbar {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.area-privata .preventivi-best-mobile .preventivo .topbar p {
  margin: 10px 0 0;
}
.area-privata .preventivi-best-mobile .preventivo .topbar p:first-child {
  margin: 0;
}
.title-row {
  background: #80b900;
  padding: 20px 0;
  font: 300 22px 'Ubuntu', sans-serif;
  color: white;
  overflow: hidden;
}
.title-row strong {
  font-weight: 500;
}
/*** Back-office ***/
.backoffice .tabs-content .tab-content {
  text-align: left;
}
.backoffice .search-wrap .fields .row {
  margin-top: 10px;
}
.backoffice .search-wrap .fields .row:first-child {
  margin-top: 0;
}
.backoffice .filters-wrap {
  margin-top: 20px;
  background: #f5f5f5;
  padding: 15px 0;
}
.backoffice .filters-wrap .fields .row {
  margin-top: 10px;
}
.backoffice .filters-wrap .fields .row:first-child {
  margin-top: 0;
}
.backoffice .filters-wrap .fields .row .field-wrap {
  width: 100%;
}
.backoffice .download {
  padding: 15px 0;
}
.backoffice .table-wrap .noborder th,
.backoffice .table-wrap .noborder td {
  border: 0;
}
.backoffice .table-wrap table {
  width: 100%;
}
.backoffice .table-wrap th {
  background: #80b900;
  font: 500 14px 'Ubuntu', sans-serif;
  padding: 0 10px;
  color: white;
  height: 40px;
  border-left: 1px solid #dbdbdb;
}
.backoffice .table-wrap th:first-child {
  border: none;
}
.backoffice .table-wrap td {
  font: 12px 'Ubuntu', sans-serif;
  padding: 0 10px;
  height: 40px;
  border-left: 1px solid #dbdbdb;
}
.backoffice .table-wrap td:first-child {
  border: none;
}
.backoffice .table-wrap td span {
  padding-left: 10px;
}
.backoffice .table-wrap td span:first-child {
  padding-left: 0;
}
.backoffice .table-wrap td span img {
  margin-right: 5px;
}
.backoffice .table-wrap tr:nth-child(odd) {
  background: #f5f5f5;
}
/*** Popup ***/
.popup-wrap {
  display: none;
}
.fancybox-skin {
  background: white;
}
.popup {
  position: relative;
  padding: 50px 0;
  font: 12px 'Ubuntu', sans-serif;
}
.popup.salvataggio {
  font: 14px 'Ubuntu', sans-serif;
}
.popup .popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.popup h2 {
  font: 500 16px 'Ubuntu', sans-serif;
  margin-bottom: 15px;
}
.popup strong {
  font-weight: 500;
}
.popup table {
  width: 100%;
  text-align: center;
  border: 1px solid #ccc;
  border-width: 1px 1px 0 0;
  margin-bottom: 30px;
}
.popup table tr:nth-child(odd) td {
  background: #f0f0f0;
}
.popup table tr.head td {
  background: #538fbd;
  color: white;
  text-transform: uppercase;
}
.popup table td {
  padding: 10px;
  border: 1px solid #ccc;
  border-width: 0 0 1px 1px;
}
.popup table select {
  width: 100%;
}
.popup .field-help {
  float: left;
  margin-right: 10px;
}
.popup .field-help .toggle {
  width: 18px;
  height: 18px;
  font-size: 8px;
  line-height: 16px;
}
.popup .row-price {
  padding: 5px 0;
}
.popup .row-price .price {
  font-size: 16px;
}
.popup .row-price .price strong {
  padding-right: 20px;
  font-weight: 700;
}
.popup .total {
  color: #2b507a;
  padding-top: 5px;
  padding-bottom: 10px;
}
.popup .total strong {
  padding-right: 20px;
  font: 700 24px 'Ubuntu', sans-serif;
}
.popup .inset {
  padding-left: 30px;
}
.popup .inset a {
  color: #ff3333;
  font-weight: 700;
  text-decoration: underline;
}
.popup .inset a img {
  margin-right: 10px;
}
.popup .cta-wrap {
  margin-top: 20px;
}
.popup .cta-wrap .cta:first-child {
  min-width: 200px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
}
#popup-newsletter .field-wrap {
  margin: 10px 0;
  float: left;
  width: 100%;
}
#popup-newsletter .input-wrap {
  position: relative;
}
#popup-newsletter h2 {
  text-align: center;
}
#popup-newsletter p {
  margin: 0;
  color: #ff3333;
}
#popup-newsletter input {
  text-align: center;
}
#popup-newsletter .star {
  position: absolute;
  top: 65%;
  left: -20px;
  color: #ff3333;
  font: 500 30px/0 'Ubuntu', sans-serif;
}
#popup-login h3,
#popup-login-mobile h3 {
  text-align: center;
  margin-bottom: 30px;
}
#popup-login .field-wrap,
#popup-login-mobile .field-wrap {
  margin-bottom: 20px;
}
#popup-login .field-wrap .input-wrap,
#popup-login-mobile .field-wrap .input-wrap {
  float: none;
}
#popup-login .field-wrap input,
#popup-login-mobile .field-wrap input {
  text-align: left;
}
#popup-login .field-checkbox a,
#popup-login-mobile .field-checkbox a {
  color: #333;
  text-decoration: underline !important;
}
#popup-login .recover-pwd,
#popup-login-mobile .recover-pwd {
  float: right;
  font: 14px 'Ubuntu', sans-serif;
  color: #666666;
  text-decoration: underline !important;
}
#popup-login .submit-wrap,
#popup-login-mobile .submit-wrap {
  overflow: hidden;
  margin-top: 50px;
  font-size: 0;
}
#popup-login .submit-wrap .button,
#popup-login-mobile .submit-wrap .button {
  display: inline-block;
  width: 50%;
}
#popup-login .submit-wrap .button-mini,
#popup-login-mobile .submit-wrap .button-mini {
  display: inline-block;
  margin-left: 30px;
}
#popup-login .submit-wrap .field-wrap,
#popup-login-mobile .submit-wrap .field-wrap {
  display: inline-block;
  width: 50%;
}
#popup-login .form-registration,
#popup-login-mobile .form-registration {
  display: none;
}
#popup-login-mobile {
  text-align: left;
}
#popup-login-mobile .form-registration .submit-wrap {
  text-align: left;
}
#popup-login-mobile .recover-pwd {
  float: none;
}
#popup-login-mobile .submit-wrap {
  margin-top: 30px;
  text-align: center;
}
#popup-login-mobile .submit-wrap .button {
  display: block;
  width: 100%;
}
#popup-login-mobile .submit-wrap .button-mini {
  margin: 20px auto 0;
}
#popup-login-mobile .submit-wrap .field-wrap {
  width: auto;
  text-align: left;
}
.pwd-strength {
  margin-bottom: 20px;
}
.pwd-strength .labels {
  overflow: hidden;
  margin-bottom: 10px;
}
.pwd-strength .labels div {
  float: left;
  width: 33.33%;
  text-align: center;
  font: 500 12px 'Ubuntu', sans-serif;
  color: #999;
}
.pwd-strength .labels div.active.low {
  color: #ff3333;
}
.pwd-strength .labels div.active.low span {
  background: url("../img_layout/ico-check-pwd-low.png") no-repeat left center;
}
.pwd-strength .labels div.active.medium {
  color: #ff7736;
}
.pwd-strength .labels div.active.medium span {
  background: url("../img_layout/ico-check-pwd-medium.png") no-repeat left center;
}
.pwd-strength .labels div.active.high {
  color: #80b900;
}
.pwd-strength .labels div.active.high span {
  background: url("../img_layout/ico-check-pwd-high.png") no-repeat left center;
}
.pwd-strength .labels div span {
  display: inline-block;
  background: url("../img_layout/ico-check-pwd.png") no-repeat left center;
  padding-left: 18px;
}
.pwd-strength .view {
  height: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  background: #ff3333;
  background: -moz-linear-gradient(left, #ff3333 0%, #ffac35 50%, #80b900 100%);
  background: -webkit-linear-gradient(left, #ff3333 0%, #ffac35 50%, #80b900 100%);
  background: linear-gradient(to right, #ff3333 0%, #ffac35 50%, #80b900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@orangeDark', endColorstr='@green', GradientType=1);
}
.pwd-strength .view span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 102%;
  height: 100%;
  z-index: 2;
  background: url("../img_layout/ico-border-rounded.png") no-repeat left center;
}
.popup-fullscreen {
  display: none;
  overflow: auto;
}
.popup-fullscreen.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  background: rgba(255, 255, 255, 0.95);
  display: block;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 80px 10px;
}
.popup-fullscreen .close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 40px;
  height: 40px;
  background: url("../img_layout/ico-close-popup-mobile.png") no-repeat;
  background-size: 100%;
}
.popup-fullscreen h2 {
  margin-bottom: 20px;
}
.popup-fullscreen p {
  margin: 0;
  font-size: 12px;
  margin: 0 0 20px;
}
.popup-fullscreen .action-link {
  border-bottom: 2px solid #ff3333;
  color: #ff3333;
  font: 700 12px 'Ubuntu', sans-serif;
}
.popup-fullscreen table {
  width: 100%;
  margin-top: 15px;
  text-align: right;
}
.popup-fullscreen table td {
  font: 700 10px 'Ubuntu', sans-serif;
  padding: 5px 10px;
}
.popup-fullscreen table td:first-child {
  text-align: left;
  width: 40%;
  font: 500 10px 'Ubuntu', sans-serif;
}
.popup-fullscreen table td select {
  width: 100%;
}
.popup-fullscreen .garanzia-item {
  border: 1px solid #ccc;
}
.popup-fullscreen .garanzia-item tr {
  background: #f0f0f0;
}
.popup-fullscreen .garanzia-item tr:nth-child(even) {
  background: white;
}
.popup-fullscreen .garanzia-item tr:nth-child(odd) td:first-child {
  background: #5d88bb;
}
.popup-fullscreen .garanzia-item td {
  height: 30px;
  padding: 0 10px;
  font: 500 10px 'Ubuntu', sans-serif;
}
.popup-fullscreen .garanzia-item td:first-child {
  background: #6d94c2;
  color: white;
  text-transform: uppercase;
}
.popup-fullscreen .garanzia-item td select {
  width: 100%;
}
.popup-fullscreen .total {
  margin: 20px 0 30px;
  font: 700 40px 'Ubuntu', sans-serif;
  color: #2b507a;
}
.popup-fullscreen .cta-wrap {
  max-width: 80%;
  margin: 0 auto;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 1024px) {
  .centercol {
    padding: 0 10px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header .logo {
    margin-left: 20px;
  }
  .visual .car {
    width: 640px;
    height: 250px;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -180px;
    background: url("../img_layout/car.png") no-repeat;
    background-size: 100%;
  }
  .visual .car .ruota {
    display: none;
  }
  .price-acquisto .logo-societa {
    margin-top: 0;
  }
  .price-acquisto .premio {
    padding: 15px 25px;
    margin-left: 140px;
  }
  .price-acquisto .premio .price {
    font: 700 70px 'Ubuntu', sans-serif;
  }
  .price-acquisto .premio .price sup {
    font-weight: 400;
  }
  .tablet-not-visible{
      display:none;
  }
}
@media (max-width: 767px) {
  .tac-mobile {
    text-align: center;
  }
  h1 {
    font-size: 16px;
  }
  h2 {
    font-size: 20px;
  }
  .gradient-blue {
    min-height: 0;
    height: auto;
    padding: 20px 10px;
  }
  body {
    overflow-x: hidden;
  }
  body.menu-mobile-open {
    overflow: hidden;
  }
  body.backoffice {
    overflow: auto;
  }
  .spaced {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row-fullwidth {
    padding: 20px 0;
  }
  .menu-mobile {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 3000;
    overflow: auto;
    transition: left 200ms ease-out;
    -moz-transition: left 200ms ease-out;
    -webkit-transition: left 200ms ease-out;
    -o-transition: left 200ms ease-out;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0, #ffffff 50px, #efefef 50px, #efefef 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #ffffff), color-stop(50px, #ffffff), color-stop(50px, #efefef), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(left, #ffffff 0, #ffffff 50px, #efefef 50px, #efefef 100%);
    background: -o-linear-gradient(left, #ffffff 0, #ffffff 50px, #efefef 50px, #efefef 100%);
    background: -ms-linear-gradient(left, #ffffff 0, #ffffff 50px, #efefef 50px, #efefef 100%);
    background: linear-gradient(to right, #ffffff 0, #ffffff 50px, #efefef 50px, #efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=1);
  }
  .menu-mobile.open {
    left: 0;
  }
  .menu-mobile .menu-header {
    height: 50px;
    border-bottom: 1px solid #ccc;
  }
  .menu-mobile .menu-header .toggle {
    float: left;
    width: 50px;
    height: 100%;
    text-align: center;
    line-height: 50px;
    background: white;
  }
  .menu-mobile .menu-header .toggle img {
    max-width: 25px;
  }
  .menu-mobile .menu-header .login {
    float: right;
    width: calc(100% - 50px);
    height: 100%;
  }
  .menu-mobile .menu-header .login a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 25px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    font: 500 14px/50px 'Ubuntu', sans-serif;
    background: #ff7736;
    background-image: linear-gradient(left top, #ff7736 0%, #ff3333 100%);
    background-image: -o-linear-gradient(left top, #ff7736 0%, #ff3333 100%);
    background-image: -moz-linear-gradient(left top, #ff7736 0%, #ff3333 100%);
    background-image: -webkit-linear-gradient(left top, #ff7736 0%, #ff3333 100%);
    background-image: -ms-linear-gradient(left top, #ff7736 0%, #ff3333 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-start(0, #ff7736), color-stop(0, #ff3333));
    background: -ms-linear-gradient(left, #ff7736 0%, #ff3333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7736', endColorstr='#ff3333',GradientType=1);
  }
  .menu-mobile li {
    height: 50px;
    border-bottom: 1px solid #ccc;
  }
  .menu-mobile li a {
    padding-left: 50px;
    background: url("../img_layout/ico-arrow-menu.png") no-repeat 20px center;
    background-size: 12px;
    display: block;
    width: 100%;
    height: 100%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: 14px/50px 'Ubuntu', sans-serif;
    color: #333;
  }
  .menu-mobile li a span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 25px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header {
    height: auto;
    padding: 10px 18px;
  }
  #header .toggle {
    float: right;
    margin-top: 15px;
  }
  #header .toggle img {
    max-width: 25px;
  }
  #header .logo {
    float: none;
    margin: 0;
  }
  .visual {
    padding-bottom: 50px;
  }
  .visual .field-wrap {
    margin-bottom: 10px;
    float: left;
    width: 100%;
  }
  .visual label {
    font: 500 14px 'Ubuntu', sans-serif;
    color: white;
    text-align: center;
    margin-bottom: 7px;
  }
  .visual h2 {
    text-align: center;
  }
  .visual .car {
    width: 320px;
    height: 125px;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -90px;
  }
  .legal-links-mobile {
    text-align: center;
    margin: 10px 0;
  }
  .legal-links-mobile ul {
    display: inline-block;
  }
  .legal-links-mobile li {
    display: inline-block;
    border-left: 1px solid #999;
    padding: 0 10px;
  }
  .legal-links-mobile li:first-child {
    border: none;
  }
  .legal-links-mobile a {
    font: 500 12px 'Ubuntu', sans-serif;
    color: #999;
  }
  .field-label {
    padding: 10px 0;
  }
  .field-help {
    margin-top: 5px;
  }
  .form-block.fixed {
    padding-top: 90px;
  }
  .form-block .block-header {
    height: 90px;
  }
  .form-block .block-header .block-title {
    font: 300 16px/1 'Ubuntu', sans-serif;
  }
  .form-block .block-row.wrong .select-wrap {
    border-color: #ff3333;
  }
  .form-block .block-row.wrong .error-mobile {
    /* IE 8 */
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Webkit */
    -webkit-opacity: 1;
    /* Good browsers */
    opacity: 1;
    pointer-events: auto;
  }
  .form-block .block-row.open .row-content {
    left: 100%;
  }
  .form-block .block-row.open .help-mobile {
    right: 0;
  }
  .form-block .block-row .row-content {
    position: relative;
    left: 0;
    transition: left 200ms ease-out;
    -moz-transition: left 200ms ease-out;
    -webkit-transition: left 200ms ease-out;
    -o-transition: left 200ms ease-out;
  }
  .form-block .h100 {
    height: 100%;
  }
  .row-brands .row div {
    padding: 10px 0;
  }
  .help-mobile {
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: white;
    transition: right 200ms ease-out;
    -moz-transition: right 200ms ease-out;
    -webkit-transition: right 200ms ease-out;
    -o-transition: right 200ms ease-out;
  }
  .help-mobile .close {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img_layout/ico-close.png") no-repeat center center;
    background-size: 26px;
  }
  .help-mobile .help-text {
    font: 700 12px 'Ubuntu', sans-serif;
    color: white;
    padding: 10px 20px;
    background: #80b900;
  }
  .error-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    /* IE 8 */
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Webkit */
    -webkit-opacity: 0;
    /* Good browsers */
    opacity: 0;
    transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -webkit-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    pointer-events: none;
    background: rgba(255, 76, 49, 0.8);
  }
  .error-mobile .close {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img_layout/ico-close-white.png") no-repeat center center;
    background-size: 38px;
  }
  .error-mobile .error-text {
    font: 700 14px 'Ubuntu', sans-serif;
    color: white;
    padding: 10px 20px;
  }
  .loading-form {
    min-height: 0;
    padding: 20px 0;
  }
  .loading-form .loader {
    margin-bottom: 50px;
  }
  .loading-preventivi {
    min-height: 0;
    padding: 20px 0;
  }
  .loading-preventivi .loader {
    margin-bottom: 50px;
  }
  .loading-acquisto {
    padding-left: 0;
    padding-right: 0;
  }
  .loading-acquisto h1 {
    text-align: center;
    font-size: 20px;
  }
  .price-acquisto {
    margin-top: 20px;
  }
  .price-acquisto .logo-societa {
    width: 70px;
    height: 70px;
    line-height: 70px;
    padding: 5px;
    margin-top: 10px;
  }
  .price-acquisto .premio {
    padding: 15px;
    margin: 0 0 20px 90px;
  }
  .price-acquisto .premio .label {
    font: 700 14px 'Ubuntu', sans-serif;
  }
  .price-acquisto .premio .price {
    font: 700 32px 'Ubuntu', sans-serif;
  }
  .price-acquisto .premio .price sup {
    font-weight: 400;
  }
  .gradient-blue.page-preventivi h1 {
    font-size: 24px;
  }
  .preventivi-wrap {
    background: white;
  }
  .preventivo {
    border-bottom: 1px solid #ccc;
    font: 14px 'Ubuntu', sans-serif;
    color: #212121;
  }
  .preventivo .status {
    float: none;
    text-align: right;
  }
  .area-privata .title-row {
    padding: 20px;
  }
  .area-privata .dati-item .dati-content .row {
    padding-bottom: 0;
  }
  .area-privata .dati-item .dati-content .row .content-row {
    padding: 10px 20px;
  }
  .area-privata .accordion-wrap .accordion-content .field-wrap {
    margin-left: 0;
  }
  .pwd-strength {
    margin-bottom: 20px;
  }
  .pwd-strength .labels div span {
    padding-left: 15px;
  }
  /*** Customizzazione noUiSlider ***/
  .noUi-horizontal {
    height: 20px;
  }
  .noUi-horizontal .noUi-handle {
    width: 36px;
    height: 36px;
    left: -18px;
    margin-top: -18px;
  }
  .mobile-text-not-visible{
      display:none;
  }
  .mobile-text-visible{
      display:block !important;
  }
  .mobile-spinner-visible{
      display: inherit;
  }
  .mobile-text-height-visible{
      min-height:80px;
  }
}
@media (max-width: 480px) {
  .error-mobile .close {
    background-size: 100%;
  }

    .motivi.gradient-blue {
    /*min-height: 0;*/
    min-height: 600px;
    height: auto;
    padding-left: 51px;
}

.motivi .inner {
    height: 500px;
}

.personalizza {
    height: 1000px;
    padding-bottom: 80px;
    position: relative;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -200px;
}


.row-brands {
    text-align: center;
    line-height: 66px;
    padding-top: 25px;
    padding-left: 25px;
    /* margin: auto; */
}


}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: none;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* ==========================================================================
   Preventivi Best
   ========================================================================== */

.preventiviEditWrapper{
    height:55px;
}
.preventiviEditRow{
    display:flex;
}
.editIcon{
    background-color:#FFFFFF;
    margin-right: 5px;
    padding-left: 6px;
    border: 1px solid #ccc;
}

.refreshIcon{
    background-color:#FFFFFF;
    width: 35px;
    height: 35px;
    padding-left: 6px;
    border: 1px solid #ccc;
    cursor:pointer;
}

.error-msg-preventivi{
    font-size: 17px !important;
    margin: 0 !important;
}

.preventivi-garanzie-incluse-small{
    font-size:12px;
}

/* ==================================================================================
    Form Anagrafica
    ================================================================================*/


.field-select-sinistri{
    padding-right: 0px;
}
.field-label-sinistri{
    text-align:center;
}
.center-label-text{
    text-align:center;
}
.label-light-text{
    color: #666 !important;
    font: 14px 'Ubuntu', sans-serif !important;
}


 .container_faq {
background-color: #E2EFFC;
border: none;
margin-top: 50px;
padding: 10px;
}

.button_faq {
background-color: #274F7A;
color: #fff;
border-radius: 5px;
border:none;
margin-bottom: 10px;
margin-left: 20px;
text-align: center;
padding: 10px 16px;
}


.button_faq:hover{
  background-color: #4582C4;
  color: white;
}

.button_faq_left:hover{
  background-color: #4582C4;
  color: white;
}


.faq_menu_selected{
  background-color: #2B5079;
  border: 3px;
  color: white;
}

.listato {
  margin-bottom: 10px;
  font-size: 17px;
  color: #274F7A;
  }

.faq_menu_description {
  margin-top: 40px;
  font: 20px 'Ubuntu', sans-serif !important;
  color:  #1C4470;
  }


  .vertical-menu {
      width: auto;
      height: 1000px;
      background-color: #E2EFFC;
      margin-top: -20px;
      margin-bottom:4px;
      padding-top: 0px;
  }

.vertical-menu a {
    background-color: #E2EFFC;
    color: #153B66;
    display: block; /* Make the links appear below each other */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
    font-size: 16px;
}

.vertical-menu a:hover {
    background-color: #2B5079;
  color: white;
}

.vertical-menu a.active {
    background-color: #2B5079; /* Add a green color to the "active/current" link */
    color: white;
  border: 5px;
}



h3.news-head {
  text-transform: uppercase;
  /*color: #ee3737 !important;*/
  color: black !important;
  font: 700 24px 'Ubuntu', sans-serif;
}

h3.news-then {
  text-transform: uppercase;
  color: #475055 !important;
  font: 700 22px 'Ubuntu', sans-serif;
  margin-top: -30px;
}
@media (max-width: 767px) {
  h3.news-then {
    margin-top: 0;
  }
}

hr.yell {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border: solid #f9ae64 20px;
}

hr.cyan {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border: solid #00b4ff 20px;
}

hr.green {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border: solid #52ab0a 20px;
}

hr.blue {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border: solid #34466b 20px;
}

hr.red {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border: solid #f55a5a 20px;
}

.faq-mobile{
  font-size: 1.5em;
}

.logo-faq-compagnia {
  float: left;
  margin-right: 5px;
  width: 40%;
}
@media (max-width: 767px) {
  .logo-faq-compagnia {
    float: none;
    margin-right: 0;
    width: 80%;
  }
}
