/* Scss Document */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700");
/* VARIABILI */
/*variabili fisse gestite da admin*/
/* Variabili admin */
/* GENERALE */
/* Scss Document
 * MIXINS
*/
/* Scss Document */
/* Scss Document
 * GENERAL SETTING - (html, body, container, color class, page class)
*/
html {
  min-height: 100%;
  height: 100%;
  box-sizing: border-box;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  font: 100% Arial, sans-serif;
  color: #222222;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  min-height: 100%; }

.container {
  position: relative; }

.main {
    position: relative;
    z-index: 1;
    padding: 25px 0;
    min-height: 700px;
    min-width: 1024px;
}

.bg-faded {
  background-color: #eceeef; }

.bg-success {
  background-color: #58aa89; }

.bg-focus {
  background-color: #1d7b9c; }

.bg-promo {
  background-color: #d2dbe2; }

.bg-primary {
  background-color: #253246; }

.bg-dark {
  background-color: #2d363d; }

big {
  font-size: 1.05em;
}
    big.input-value {
        font-weight: 700;
}

#head-page {
  margin-bottom: 30px; }

.main-page {
  margin-bottom: 0px; }
  .main-page:not(.tab-template) .sidebar-template > .row > .col-sm-8 {
    padding-top: 30px; }

#page-image {
  background-size: cover;
  background-position: center;
  margin-top: -25px; }

section:not(#garanzie) .container {
    padding:20px;
}
    section:not(#garanzie) .container h1 {
        margin-top: 0;
    }

section .column-1 .container,
section .column-2 .container {
  padding: 20px 0 !important; }

/* form */
fieldset {
  margin-bottom: 30px; }

/* elementi grafici */
.ticket-round {
  position: absolute;
  width: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 50%;
  left: calc(50% - 32px);
  top: -40px;
  text-align: center;
  overflow: hidden; }
  .ticket-round img {
    width: 80%;
    height: auto; }

.bottom-shadow {
  position: relative; }
  .bottom-shadow:after, #premio .bg-promo .cta:after {
    content: "\00a0";
    width: 100%;
    height: 38px;
    background-image: url(/public/img/bottom-shadow.png);
    display: block;
    position: absolute;
    bottom: -38px;
    background-size: 100%;
    left: 0;
    background-repeat: no-repeat; }

.scroll-row {
  overflow-y: scroll;
  width: calc(100% + 45px);
  padding-right: 35px; }

#head-claim {
  display: inline-table;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: center; }
  #head-claim span {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #568ac4;
    display: inline-table;
    text-align: center;
    vertical-align: middle;
    margin: 0 5px;
    line-height: 1;
    padding-top: 10px;
    font-weight: 400; }
    #head-claim span big {
      font-size: 2em; }

.button-line {
  position: absolute;
  bottom: 20px; }

.include-one {
  background-color: transparent;
  color: #58aa89;
  padding: 0; }

/*.exclude-one {
  @extend .include-one;
  opacity: 0.7;
}*/
.strike {
  position: relative; }
  .strike::after {
    content: "\00a0";
    display: block;
    width: 100%;
    height: 1px;
    overflow: hidden;
    border-bottom: 1px solid #ed6575;
    position: absolute;
    top: 9px;
    left: 0; }

.affix {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%; }

#modal-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.6);
  left: 0;
  top: 0; }

#btn-menu-laterale {
  display: none; }

.padding-16 {
  padding: 0 16px; }

#rotate-device {
  display: none; }

#login-social {
  text-align: center; }
  #login-social a img {
    width: 10%;
    height: auto;
    margin: 2%; }

/*stile per non permettere compilazione dei campi*/
.campi_blocco_preventivo {
  opacity: 0.4;
  position: relative; }
  .campi_blocco_preventivo .blocco_preventivo {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999; }
  .campi_blocco_preventivo .blocco_preventivo_tab {
    top: -30px;
    height: 125%; }
  .campi_blocco_preventivo .blocco_pagamento_risalto {
    background-color: rgba(186, 241, 145, 0.42); }

#sel-assicurati {
  opacity: 1; }
  #sel-assicurati.campi_blocco_preventivo .label,
  #sel-assicurati.campi_blocco_preventivo .icona {
    opacity: 0.4; }

.row.equal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#login-home.row.equal {
  display: table;
}

.pagination i {
  font-size: 12px; }

#sconto_partner_custom_slider_max {
    float: right; }

@media (min-width: 960px) {
  body {
    padding-bottom: 160px; } }
@media (max-width: 991px) {
  div[role="main"] {
    padding-bottom: 30px; } }
@media (min-width: 580px) {
  .container {
    width: 100%;
    max-width: 100%; } }
@media (max-width: 767px) {
  #login-social a img {
    width: 14%; }

  #page-image {
    height: 230px;
    margin-top: -160px; }

  fieldset {
    margin-bottom: 20px; }

  #btn-menu-laterale {
    position: absolute;
    display: block;
    right: 0;
    background-color: #425563;
    padding: 7px 12px;
    color: #fff;
    font-size: 12px;
    -webkit-border-top-left-radius: 12px;
    -moz-border-top-left-radius: 12px;
    -ms-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-bottom-left-radius: 12px;
    -ms-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px; }
    #btn-menu-laterale:active, #btn-menu-laterale:focus, #btn-menu-laterale:hover {
      text-decoration: none; }

.flusso #btn-menu-laterale {
    top: 0; }
.flusso .main {
/*overflow-x: hidden;*/
    z-index: 2; }


  .main {
    width: 100%;
    min-width: 320px;
    min-height: inherit; }

  section:not(#garanzie) .container {
    padding: 20px 15px; }

  section[class*="column-"] img {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    height: auto !important; }

  .container-nopad {
    margin-left: -15px;
    padding-right: 0; } }
@media (min-width: 768px) {
  .container {
    width: 100%; }

  #page-image {
    height: 200px; } }
@media (min-width: 992px) {
  .container {
    width: 100%; }

  .main-page {
    margin-bottom: 0px; }
    .main-page.bg-faded {
      padding-bottom: 48px; }

  #page-image {
    height: 300px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
/* Scss Document */
/* Date template */
.date-template {
  border-left: 1px solid #e1e1e1;
  margin-left: 40px;
  padding-bottom: 40px;
  position: relative; }
  .date-template::after {
    content: "";
    display: block;
    background-color: #fff;
    width: 6px;
    height: 20px;
    position: absolute;
    bottom: 20px;
    left: -2px; }
  .date-template .date-year {
    position: relative; }
    .date-template .date-year .year-event {
      height: 100px;
      margin-top: 30px; }
      .date-template .date-year .year-event .year {
        position: absolute;
        left: -44px;
        width: 86px;
        height: 86px;
        background-color: #253246;
        color: #fff;
        text-align: center;
        line-height: 3.3;
        font-size: 26px;
        font-weight: 300;
        font-family: roboto;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
  .date-template .event {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 60px; }
    .date-template .event .day-event {
      position: absolute;
      left: -44px;
      width: 86px;
      height: 86px;
      background-color: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      box-sizing: border-box;
      border: 1px solid #e1e1e1;
      text-align: center;
      line-height: 1.2;
      padding-top: 14px; }
      .date-template .event .day-event span {
        display: block;
        color: #568ac4;
        font-family: "Roboto", sans-serif;
        font-weight: 300; }
        .date-template .event .day-event span.day {
          font-size: 26px; }
        .date-template .event .day-event span.month {
          font-size: 18px; }

/* Sidebar template */
.sidebar-template {
  position: relative; }
  .sidebar-template .sidebar-container {
    position: static; }
    .sidebar-template .sidebar-container > .col-sm-4 {
      /*position: static;*/ }

/* Double-color template */
.doublecolor-template {
  display: table;
  width: 100%; }
  .doublecolor-template > div {
    display: table-cell;
    float: none;
    vertical-align: top; }
    .doublecolor-template > div h3 {
      text-align: center;
      margin-bottom: 26px;
      color: #222222; }
    .doublecolor-template > div > div {
      width: 100%;
      max-width: 550px;
      padding: 20px 30px; }
    .doublecolor-template > div:first-child > div {
      float: right; }

@media (max-width: 767px) {
  .doublecolor-template > div {
    display: block;
    float: none; }
    .doublecolor-template > div > div {
      padding: 20px 12px; }
    .doublecolor-template > div:first-child > div {
      float: none; } }
/* Scss Document
* IMAGE
*/
section.column-1 img {
  margin: 20px; }

@media (max-width: 480px) {
  section.column-1 img {
    width: calc(100% - 40px) !important;
    height: auto !important; } }
@media (max-width: 767px) {
  div[class|="col-sm"] .img-responsive.img-center {
    margin: 0 auto; } }
.sect-banner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: rgba(255, 255, 255, 0.9); }

.sect-banner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*background: rgba(118, 144, 164, 0.4);*/
  z-index: 0; }

.sect-banner .v-center {
  position: relative;
  z-index: 2; }

.sect-banner .v-center {
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  z-index: 1;
  padding: 160px 0 0;
  text-align: right;
  z-index: 1;
  width: 100%; }

.sect-banner .v-center h1 {
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s;
  font-size: 72px;
  margin-bottom: 30px; }

.sect-banner .v-center p {
  font-size: 120%;
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s;
  font-family: "Roboto", sans-serif;
  font-size: 39px;
  font-weight: 300;
  line-height: 1.25; }

/* Carousel */
#CarouselNews {
  border: 1px solid #568ac4;
  padding: 10px 15px;
  margin-bottom: 30px; }

.carousel-indicators li {
  background-color: #d8dbdc;
  border: 1px solid #d8dbdc; }

.news-section {
  font-style: italic;
  font-size: 0.85em;
  color: #568ac4; }

.news-abstract {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 20px;
  height: auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  margin-bottom: 5px; }

.news-title {
  font-size: 1em;
  padding-bottom: 7px;
  margin-bottom: 0;
  margin-top: 0; }

.news-title a {
  color: #568ac4; }

.news-data {
  font-style: italic;
  color: #666;
  font-size: 0.8em; }

.carousel-indicators {
  left: initial;
  right: 15px;
  width: 100%;
  margin-left: 0;
  text-align: right;
  bottom: -4px; }

.carousel-indicators .active {
  border-color: #568ac4;
  background-color: #568ac4; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@media (max-width: 767px) {
  .sect-banner .v-center {
    text-align: center; }
    .sect-banner .v-center h1 {
      font-size: 30px;
      margin-bottom: 10px; }
    .sect-banner .v-center p {
      font-size: 18px; } }
@media (max-width: 991px) {
  .sect-banner .v-center h1 {
    font-size: 52px; }

  .sect-banner .v-center p {
    font-size: 32px; } }
/* Scss Document
 * TESTI
*/
.text-primary {
  color: #253246 !important; }

.text-secondary {
  color: #568ac4 !important; }

.text-base {
  color: #222222 !important; }

.text-info {
  color: #00A5FF; }

.text-success {
  color: #58aa89; }

.text-white {
  color: #fff; }

.text-lighter {
  font-weight: 100; }

.weight-400 {
  font-weight: 400; }

.bg-faded .text-muted {
  opacity: 1; }

.text-servizio {
  font-size: 13px;
  font-style: italic;
  line-height: 18px;
  padding-bottom: 20px; }

@media (max-width: 767px) {
  .promo .title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    float: left;
    max-width: 60%; } }
/* Scss Document
 * TAG
*/
h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #253246;
  margin-bottom: 20px; }

h2, h3, h4, h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #568ac4;
  padding-bottom: .7rem; }

h2 {
  font-weight: 700;
  font-size: 1.4em; }

h3 {
  font-weight: 700;
  font-size: 1.2em; }

.h5, h5 {
  font-size: 1em; }

fieldset h3 {
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #222222;
  font-weight: 400;
  font-size: 22px; }

ul.list {
  padding: 0;
  margin: 0;
  list-style: none; }
  ul.list li a {
    color: #222222;
    padding-left: 12px;
    position: relative; }
    ul.list li a::before {
      content: "\e250";
      display: block;
      position: absolute;
      font-size: 10px;
      left: -2px;
      font-family: 'Glyphicons Halflings';
      top: 1px;
      color: #b4bbbe; }
  ul.list li.active a {
    color: #568ac4;
    font-weight: bold; }

@media (max-width: 767px) {
  .h1, h1 {
    font-size: 26px;
    font-weight: 300; }

  h2 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px; }

  #head-page h1 {
    margin-top: 0; }

  .flusso #head-page h1 {
    padding-right: 90px; } }
/* Scss Document
 * LINK
*/
a {
  cursor: pointer;
  color: #253246; }

.text-link {
  color: #253246;
  text-decoration: underline;
  transition: all 0.5s ease; }

/* Link da non usare in testi!!!!!!*/
.simple_link {
  position: relative;
  color: #80225f;
  text-decoration: none; }
  white-space:nowrap
  .simple_link:hover {
    color: #80225f;
    text-decoration: none; }
  .simple_link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #e1e1e1;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  .simple_link:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }

.link-roundicon {
  display: block;
  width: 100%;
  margin-bottom: 12px; }
  .link-roundicon:hover {
    text-decoration: none; }
  .link-roundicon span {
    display: table-cell;
    padding-right: 12px;
    vertical-align: middle; }
  .link-roundicon .glyphicon,
  .link-roundicon .fa {
    background-color: #ccc;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.6em;
    text-align: center;
    line-height: 1.65; }
  .link-roundicon.btn-lg .glyphicon {
    width: 50px;
    height: 50px;
    line-height: 1.8; }
    .link-roundicon.btn-lg .glyphicon.glyphicon-file:before {
      margin-left: 4px; }
  .link-roundicon.primary {
    color: #253246; }
    .link-roundicon.primary .glyphicon,
    .link-roundicon.primary .fa {
      background-color: #253246; }
  .link-roundicon.info {
    color: #00A5FF; }
    .link-roundicon.info .glyphicon,
    .link-roundicon.info .fa {
      background-color: #00A5FF; }

#side-link .link-roundicon .fa-comment {
  font-size: 1.8em;
  line-height: 1.4; }
  #side-link .link-roundicon .fa-comment:before {
    padding-left: 1px; }

/* Scss Document
 * BOTTONI
*/
.btn {
  transition: all 0.5s ease;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.05em;
  white-space: normal;
  padding: 10px 12px; }
  .btn i,
  .btn .glyphicon {
    margin-right: 10px; }

.btn-detail i.glyphicon-search {
  margin-right: 0; }

.btn-primary, .cta {
  background-color: #253246;
  border-color: #253246;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  min-width: 180px; }
  .btn-primary:hover, .cta:hover, .btn-primary:focus, .cta:focus {
    background-color: #568ac4;
    border-color: #568ac4; }
  .btn-primary:hover, .cta:hover, .btn-primary:focus, .cta:focus, .btn-primary:active, .cta:active {
    outline: none; }

.btn-default {
  color: #568ac4;
  background-color: transparent;
  border-color: #568ac4;
  border-radius: 0; }

.btn-link {
  color: #999;
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  font-size: 0.9em; }
  .btn-link:focus, .btn-link:hover {
    color: #c1c1c1;
    background-color: #f5f5f5;
    text-decoration: none; }
  .btn-link.btn-more:before {
    content: "Chiudi"; }
  .btn-link.btn-more:after {
    font-family: 'Glyphicons Halflings';
    content: "\e260";
    display: inline-block;
    padding-left: 10px;
    font-size: 0.7em; }
  .btn-link.btn-more.collapsed:before {
    content: "Leggi tutto"; }
  .btn-link.btn-more.collapsed:after {
    font-family: 'Glyphicons Halflings';
    content: "\e259"; }

.btn-secondary {
  background-color: #568ac4;
  border-radius: 0;
  color: #fff; }

.btn-link {
  background-color: #eceeef;
  border-radius: 0; }

.cta {
  display: block;
  width: 100%;
  padding: 15px;
  position: relative; }

.dropdown-toggle::after {
  display: none; }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  opacity: .35; }
button.more-info {
  background-color: #b2bdc6; }

.scrollspy-sidebar .cta {
  text-align: left;
  padding: 10px 42px 10px 22px;
  font-size: 1.6em;
  white-space: normal;
  line-height: 1.4; }
  .scrollspy-sidebar .cta:before {
    content: "\203A";
    position: absolute;
    right: 16px;
    top: 0;
    font-size: 3em;
    line-height: 1.1;
    font-weight: 100; }

.input-group-addon.button-addon {
  padding: 0; }
  .input-group-addon.button-addon a {
    padding: 12px 22px; }
.input-destinazione .bootstrap-select.btn-group {
    width: calc(100% - 48px);
    display: block;
}
.bootstrap-select>.dropdown-toggle .filter-option {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 95%;
    text-align: left;
    display: inline-block;
    line-height: 1.4;
}

#btn-reserved {
  float: right;
  margin-right: 10px;
  width: 50px;
  height: 80px;
  border-bottom-left-radius: 20px;
  border: none;
  border-bottom-right-radius: 20px;
  background-color: #f7f7f7;
  color: #253246;
  font-size: 2.2em;
  text-align: center;
  text-decoration: none; }
  #btn-reserved:focus {
    outline: none; }
  #btn-reserved span {
    width: 30px;
    height: 30px;
    overflow: hidden;
    display: block;
    line-height: 30px;
    text-align: center;
    font-size: 28px;
    margin: 30px auto 0;
    text-decoration: none; }
    #btn-reserved span img {
      height: 30px;
      width: 30px; }

@media (max-width: 960px) {
  .btn {
    white-space: normal; } }
@media (max-width: 768px) {
  .btn {
    white-space: normal; }

  .cta {
    font-size: 1em;
    padding: 12px;
    font-weight: 300;
    margin-bottom: 20px;
    position: relative;
    margin-top: 10px; }

  #btn-reserved {
    height: 70px; }
    #btn-reserved span {
      margin-top: 20px; }

  #pagamento .btn {
    width: 100%;
    margin-bottom: 20px; }
  #pagamento .col-sm-6.text-right {
    padding: 0; } }
/* Scss Document
 * NAVBAR
*/
.navbar {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

.navbar-default {
  background-color: #253246;
  border: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  padding: 0; }
  .navbar-default .navbar-toggle {
    background-color: #568ac4;
    border: none;
    -webkit-border-bottom-left-radius: 37px;
    -moz-border-bottom-left-radius: 37px;
    -ms-border-bottom-left-radius: 37px;
    border-bottom-left-radius: 37px;
    -webkit-border-bottom-right-radius: 37px;
    -moz-border-bottom-right-radius: 37px;
    -ms-border-bottom-right-radius: 37px;
    border-bottom-right-radius: 37px;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -ms-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    -ms-border-top-right-radius: 0;
    border-top-right-radius: 0;
    padding: 20px 20px 30px;
    float: right; }
    .navbar-default .navbar-toggle.collapsed {
      padding: 40px 20px 30px; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #568ac4; }
    .navbar-default .navbar-toggle .icon-bar {
      width: 38px;
      height: 5px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      background-color: #fff;
      margin: 6px 0; }
  .navbar-default .navbar-brand {
    background-color: #253246;
    padding: 18px;
    height: inherit;
    position: relative;
    z-index: 2; }
    .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
      background-color: #253246; }
    .navbar-default .navbar-brand img {
      height: auto;
      width: auto;
      max-height: 85px;
      max-width: 200px; }
  .navbar-default #loghi {
    display: table; }
    .navbar-default #loghi > a, .navbar-default #loghi > div {
      display: table-cell;
      height: 100px;
      vertical-align: middle;
      float: none;
      padding: 10px 18px 10px; }

#primary-nav #logo-intermediario,
#flusso-nav #logo-intermediario {
  background-color: #fff;
  -webkit-border-bottom-left-radius: 37px;
  -moz-border-bottom-left-radius: 37px;
  -ms-border-bottom-left-radius: 37px;
  border-bottom-left-radius: 37px;
  -webkit-border-bottom-right-radius: 37px;
  -moz-border-bottom-right-radius: 37px;
  -ms-border-bottom-right-radius: 37px;
  border-bottom-right-radius: 37px;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -ms-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  border-top-right-radius: 0; }

@media (max-width: 767px) {
  .navbar-default #loghi > a, .navbar-default #loghi > div {
    height: auto; } }
/* Nav pagine di flusso */
#flusso-nav {
  z-index: 1; }
  #flusso-nav .navbar-header {
    border-bottom: 1px solid #c1c6c8; }
  #flusso-nav .navbar-brand {
    background-color: transparent; }

/*---*/
#header-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%; }

#navbar {
  background-color: #568ac4;
  padding-left: 0; }
  #navbar a {
    color: #fff;
    text-transform: uppercase;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    text-align: right;
    font-weight: 400;
    text-decoration: none;
    background-color: transparent;}

/*-- icona menu --*/
/* -----------------------------------------------------------------------------

  HAMBURGER ICONS COMPONENT

----------------------------------------------------------------------------- */
/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `c-hamburger` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 82px;
  height: 96px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }

.c-hamburger:focus {
  outline: none; }

.c-hamburger span {
  display: block;
  position: absolute;
  top: 46px;
  left: 20px;
  right: 20px;
  height: 6px;
  background: white;
  border-radius: 2px; }

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #fff;
  content: "";
  border-radius: 2px; }

.c-hamburger span::before {
  top: -13px; }

.c-hamburger span::after {
  bottom: -13px; }

/**
 * Style 2
 *
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger--htx {
  background-color: #ff3264; }

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s; }

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s; }

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform; }

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform; }

/* active state, i.e. menu open */
.c-hamburger--htx.is-active span {
  background: none; }

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s; }

@media (min-width: 768px) {
  #primary-nav .navbar-header {
    float: none;
    height: 130px; }
  #primary-nav .navbar-toggle {
    display: block; }
  #primary-nav .navbar-collapse.collapse {
    display: none !important; }
  #primary-nav .navbar-collapse.collapse.in {
    display: block !important; }
  #primary-nav .navbar-nav {
    margin: 0 -15px 0 150px;
    min-height: 130px; }
    #primary-nav .navbar-nav a {
      font-size: 1.1em;
      text-align: center; }
      #primary-nav .navbar-nav a i {
        display: block;
        margin-bottom: 10px; }
  #primary-nav .navbar-brand {
    background-color: transparent; }

  #flusso-nav {
    /* background-color: transparent; */}
    #flusso-nav .navbar-header {
      float: none;
      height: 130px; }

  #header-menu .navbar-brand {
    display: none; } }
@media (max-width: 767px) {
  .flusso .navbar-default .navbar-header .navbar-brand:before {
    background-color: transparent; }

  .navbar-default {
    background-color: transparent; }
    .navbar-default .navbar-brand {
      background-color: #253246; }
      .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
        background-color: #253246; }
      .navbar-default .navbar-brand img {
        max-width: 70px; }
    .navbar-default #navbar {
      border: none;
      position: relative;
      z-index: 3; }
      .navbar-default #navbar a {
        padding-left: 0; }
    .navbar-default .navbar-nav {
      margin: 7.5px -15px 7.5px 100px; }
    .navbar-default .navbar-header .navbar-brand {
      background-color: transparent; }
      .navbar-default .navbar-header .navbar-brand:before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #253246;
        opacity: 0.8;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
      .navbar-default .navbar-header .navbar-brand img {
        position: relative;
        z-index: 2; }

  #header-menu #navbar .navbar-brand {
    padding-left: 18px;
    padding-right: 18px;
    background-color: transparent !important; }

  #lista-prodotti .navbar-brand,
  #contatti .navbar-brand {
    background-color: #ea7600; }

  .c-hamburger {
    width: 62px;
    height: 76px; }
    .c-hamburger span {
      top: 32px;
      left: 14px;
      right: 14px;
      height: 4px; }

  .c-hamburger span::before, .c-hamburger span::after {
    height: 4px; }

  .c-hamburger span::before {
    top: -10px; }

  .c-hamburger span::after {
    bottom: -10px; }

  .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #568ac4; }

  .navbar-default .navbar-toggle.is-active, .navbar-default .navbar-toggle.is-active {
    background-color: #568ac4; } }
@media (min-width: 768px) and (max-width: 970px) {
  #primary-nav .navbar-nav > li {
    width: 20%; } }
/* Scss Document
 * STEP
*/
#step .navbar-right {
  margin-right: 0;
  text-align: center;
  height: 130px;
  margin-bottom: 0;
  display: table; }
  #step .navbar-right li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    padding-bottom: 20px;
    opacity: 0.5; }
    #step .navbar-right li:last-child {
      padding-right: 0; }
    #step .navbar-right li .label {
      color: #fff;
      font-family: "Roboto", sans-serif;
      font-weight: 300; }
    #step .navbar-right li .number {
      font-size: 1.4em;
      color: #fff; }
    #step .navbar-right li.active {
      padding-bottom: 40px;
      opacity: 1; }
      #step .navbar-right li.active .label {
        color: #fff; }
      #step .navbar-right li.active .number {
        color: #fff;
        font-size: 2.2em;
        font-weight: 400; }

#step li.active:after, #step li.active:before {
  bottom: 0;
  left: 2px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }
#step li.active:after {
  height: 0;
  border-style: solid;
  border-width: 0 9px 13px 9px;
  border-color: transparent transparent #fff transparent;
  margin-left: 1px; }
#step li.active:before {
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #c1c6c8 transparent; }


  .flusso #page-image {
      display: none;
  }

@media (max-width: 767px) {
  #step .navbar-right {
    float: right;
    height: 100px; }
    #step .navbar-right li {
      padding: 10px;
      height: 103px; }
      #step .navbar-right li .number {
        font-size: 1.1em; }
      #step .navbar-right li.active {
        padding-bottom: 20px; }
        #step .navbar-right li.active::before, #step .navbar-right li.active::after {
          bottom: -1px;
          left: 8px; } }
@media (min-width: 768px) {
  #step .navbar-right li {
    padding-right: 20px; }
  #step .label {
    font-size: 80%;
    white-space: normal; } }
@media (min-width: 992px) {
  #step .navbar-right li {
    padding-right: 20px;
    max-width: 220px; }
  #step .label {
    font-size: 95%; } }
/* Scss Document
* SIDEBAR
*/
.sidebar {
  margin-top: -60px;
  z-index: 3;
  background-color: #eceeef;
  border: 1px solid #eceeef;
  padding: 30px 20px 0;
  width: calc(100% - 30px); }
  .sidebar > div {
    margin-bottom: 20px; }
  .sidebar h3 {
    margin-top: 10px;
    font-weight: 400;
    font-size: 24px; }
  .sidebar.affix-top {
    position: absolute; }
  .sidebar.affix {
    top: 60px; }
  .sidebar.affix-bottom {
    top: auto;
    bottom: 0;
    position: absolute; }
  .sidebar .btn-primary, .sidebar .cta {
    width: 100%;
    margin-bottom: 10px; }

.flusso .sidebar {
  background-color: #fff; }
.login-title {
  font-size: 24px;
  line-height: 1;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 300; }

.side-blocco {
    padding: 14px 0 7px;
    margin-left: -20px;
    margin-right: -20px;
    border-bottom: 1px dashed #ccc;
    font-size: 0.95em;
}
  .side-blocco:last-child {
    border-bottom: none; }

.side-menu {
  margin: 0;
  padding: 0 20px;
  list-style: none; }
  .side-menu li {
    padding-bottom: 5px; }
    .side-menu li a {
      color: #222222;
      padding-left: 16px;
      position: relative; }
      .side-menu li a::before {
        content: "\e250";
        display: block;
        position: absolute;
        font-size: 12px;
        left: -2px;
        font-family: 'Glyphicons Halflings';
        top: -1px;
        color: #568ac4; }
    .side-menu li.active a {
      color: #568ac4;
      font-weight: bold; }

#side-title {
  font-size: 1.5em;
  line-height: 1; }

#side-home {
  background-color: #eceeef;
  padding-top: 20px;
  margin-top: -80px;
  width: 100%; }
  #side-home > div {
    margin-bottom: 0; }
/*body:not(.prodotto) {
  .sidebar {

    &.affix-top {
      position:absolute;
    }
    &.affix {
      position:absolute;
      top: 0;
    }
  }
}*/
.sidebar-active {
  /* css necessario per far funzionare il calendario della sidebar come richiesto */ }
  .sidebar-active .sidebar {
    -webkit-box-shadow: -3px 6px 10px 3px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: -3px 6px 10px 3px rgba(0, 0, 0, 0.45);
    box-shadow: -3px 6px 10px 3px rgba(0, 0, 0, 0.45);
    border: 1px solid #568ac4; }
  .sidebar-active #summary form > div .form-group .sidebar-icon {
    right: -50px; }
  .sidebar-active #summary form > div .sidebar-icon i {
    color: #568ac4; }
  /*.sidebar-active #trigger_data_inizio,
  .sidebar-active #trigger_data_fine {
    display: none; }*/

.fixed {
  position: fixed; }

.scrollspy-sidebar .sidebar {
  background-color: #eceeef;
  border: none;
  padding: 0; }
  .scrollspy-sidebar .sidebar #side-link {
    margin-top: 0; }
  .scrollspy-sidebar .sidebar nav, .scrollspy-sidebar .sidebar > div {
    padding: 15px 22px; }
    .scrollspy-sidebar .sidebar nav ul, .scrollspy-sidebar .sidebar > div ul {
      position: relative; }
      .scrollspy-sidebar .sidebar nav ul:before, .scrollspy-sidebar .sidebar > div ul:before {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        border-left: 5px solid #fff;
        width: 0;
        left: -1px; }
    .scrollspy-sidebar .sidebar nav > ul, .scrollspy-sidebar .sidebar > div > ul {
      margin-left: 12px;
      margin-top: 10px; }
      .scrollspy-sidebar .sidebar nav > ul > li, .scrollspy-sidebar .sidebar > div > ul > li {
        list-style: none;
        margin-left: -12px;
        position: relative;
        min-height: 55px; }
        .scrollspy-sidebar .sidebar nav > ul > li:last-child, .scrollspy-sidebar .sidebar > div > ul > li:last-child {
          min-height: inherit; }
        .scrollspy-sidebar .sidebar nav > ul > li.active, .scrollspy-sidebar .sidebar > div > ul > li.active {
          margin-left: -18px; }
          .scrollspy-sidebar .sidebar nav > ul > li.active > ul, .scrollspy-sidebar .sidebar > div > ul > li.active > ul {
            margin-left: 0; }
        .scrollspy-sidebar .sidebar nav > ul > li a, .scrollspy-sidebar .sidebar > div > ul > li a {
          transition: all 0.5s ease;
          padding: 0;
          color: #9ba2a5;
          text-transform: uppercase;
          font-family: Roboto;
          font-weight: 300;
          font-size: 1.1em;
          line-height: 1.1; }
          .scrollspy-sidebar .sidebar nav > ul > li a::before, .scrollspy-sidebar .sidebar > div > ul > li a::before {
            content: "\00a0";
            width: 27px;
            height: 27px;
            border-radius: 50%;
            background-color: #fff;
            margin-left: 0;
            margin-right: 15px;
            display: block;
            float: left; }
        .scrollspy-sidebar .sidebar nav > ul > li > ul, .scrollspy-sidebar .sidebar > div > ul > li > ul {
          margin-top: 26px;
          margin-bottom: 16px;
          background-color: #eceeef;
          padding-top: 35px;
          padding-bottom: 30px;
          background-image: url(/public/img/sidebar/pre-sottocat.png);
          background-repeat: no-repeat;
          background-position: 17px top;
          margin-left: -6px;
          overflow: hidden; }
          .scrollspy-sidebar .sidebar nav > ul > li > ul:before, .scrollspy-sidebar .sidebar > div > ul > li > ul:before {
            left: 46px; }
          .scrollspy-sidebar .sidebar nav > ul > li > ul:after, .scrollspy-sidebar .sidebar > div > ul > li > ul:after {
            content: "";
            display: block;
            background-image: url(/public/img/sidebar/post-sottocat.png);
            background-repeat: no-repeat;
            background-position: 17px top;
            position: absolute;
            left: 10px;
            width: 100px;
            height: 100px;
            left: 0px;
            width: 54px;
            height: 34px;
            background-color: #eceeef; }
          .scrollspy-sidebar .sidebar nav > ul > li > ul li, .scrollspy-sidebar .sidebar > div > ul > li > ul li {
            min-height: 30px;
            line-height: 1;
            font-size: 90%;
            list-style: none;
            margin-left: -1px; }
            .scrollspy-sidebar .sidebar nav > ul > li > ul li.disabled a, .scrollspy-sidebar .sidebar > div > ul > li > ul li.disabled a {
              opacity: 0.3; }
            .scrollspy-sidebar .sidebar nav > ul > li > ul li a, .scrollspy-sidebar .sidebar > div > ul > li > ul li a {
              text-transform: none; }
              .scrollspy-sidebar .sidebar nav > ul > li > ul li a::before, .scrollspy-sidebar .sidebar > div > ul > li > ul li a::before {
                width: 19px;
                height: 19px;
                border: none; }
          .scrollspy-sidebar .sidebar nav > ul > li > ul li.active a, .scrollspy-sidebar .sidebar > div > ul > li > ul li.active a {
            color: #9ba2a5; }
        .scrollspy-sidebar .sidebar nav > ul > li.active > ul li, .scrollspy-sidebar .sidebar > div > ul > li.active > ul li {
          margin-left: -1px;
          position: relative; }
          .scrollspy-sidebar .sidebar nav > ul > li.active > ul li.active, .scrollspy-sidebar .sidebar > div > ul > li.active > ul li.active {
            margin-left: -4px; }
            .scrollspy-sidebar .sidebar nav > ul > li.active > ul li.active a::before, .scrollspy-sidebar .sidebar > div > ul > li.active > ul li.active a::before {
              border: 3px solid #ea7600;
              box-sizing: content-box; }
        .scrollspy-sidebar .sidebar nav > ul > li.active > ul a, .scrollspy-sidebar .sidebar > div > ul > li.active > ul a {
          color: #9ba2a5; }
        .scrollspy-sidebar .sidebar nav > ul > li.active a, .scrollspy-sidebar .sidebar > div > ul > li.active a {
          color: #253246; }
        .scrollspy-sidebar .sidebar nav > ul > li.active > a::before, .scrollspy-sidebar .sidebar > div > ul > li.active > a::before {
          border: 6px solid #ea7600;
          box-sizing: content-box; }

#info-product {
  font-family: "Roboto", sans-serif;
  font-weight: 300; }
  #info-product #side-premio {
    display: table;
    width: 100%; }
    #info-product #side-premio > div {
      display: table-cell;
      vertical-align: bottom;
      line-height: 1.4; }
    #info-product #side-premio .premio {
      font-size: 2em;
      font-weight: 400;
      line-height: 1;
      display: block; }

#summary label {
  color: #aeadad;
  font-size: 100%; }
  #summary label.small {
    font-size: 75%; }
#summary form {
  padding: 10px 0; }
  #summary form > div {
    margin-bottom: 6px;
    padding-bottom: 6px;
    padding-right: 50px;
    border-bottom: 1px dotted #ccc;
    position: relative; }
    #summary form > div .sidebar-icon {
      position: absolute;
      right: 0;
      top: 5px;
      transition: all 0.5s ease; }
      #summary form > div .sidebar-icon i {
        font-size: 32px;
        color: #e1e1e1; }
  #summary form .glyphicon-exclamation-sign {
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 17px;
    margin: 0; }
#summary .form-group {
  margin-bottom: 0; }
#summary .span-value {
  display: block;
  font-size: 1.15em;
  text-transform: capitalize; }
#summary .title {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #568ac4;
  font-size: 1.35em; }

#side-link {
  margin-top: 30px; }

@media (max-width: 991px) {
  .flusso .sidebar.affix-top, .flusso .sidebar.affix {
    position: relative !important;
    border: none;
    top: inherit;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: 0; } }
/* Scss Document
 * TAB
*/
.nav-tabs {
  text-align: center;
  border-bottom: none; }
  .nav-tabs li {
    float: none;
    display: inline;
    position: relative;
    z-index: 1; }
    .nav-tabs li a {
      display: inline-table;
      height: 110px;
      vertical-align: middle;
      max-width: 220px;
      padding: 0;
      border-color: #eceeef;
      transition: all 0.5s ease;
      border-radius: 0;
      font-family: "Roboto", sans-serif;
      margin-right: 0; }
      .nav-tabs li a span:not(.check-tab) {
        opacity: 0.6;
        transition: all 0.5s ease; }
      .nav-tabs li a:hover {
        border-color: #eceeef;
        background-color: rgba(255, 255, 255, 0.5); }
        .nav-tabs li a:hover span {
          opacity: 1; }
      .nav-tabs li a .label {
        padding-left: 15px; }
      .nav-tabs li a .icona {
        padding-right: 10px;
        padding-left: 10px; }
        .nav-tabs li a .icona img {
          width: 65px;
          height: 65px; }
        .nav-tabs li a .icona i {
          font-size: 34px;
          color: #568ac4; }
    .nav-tabs li.active {
      z-index: 2; }
      .nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
        background-color: #eceeef;
        border-color: #eceeef; }
        .nav-tabs li.active a span, .nav-tabs li.active a:hover span, .nav-tabs li.active a:focus span {
          opacity: 1; }
  .nav-tabs.tabs-icon a {
    vertical-align: bottom; }
  .nav-tabs.tabs-icon .icona {
    display: table-cell;
    vertical-align: middle; }
  .nav-tabs.tabs-icon .label {
    display: table-cell;
    text-align: left;
    white-space: normal;
    text-transform: uppercase;
    font-size: 1.05em;
    font-weight: 400;
    vertical-align: middle;
    line-height: 1.2; }
  .nav-tabs.only-text {
    margin-top: -65px; }
    .nav-tabs.only-text li a {
      height: 66px;
      width: 30%;
      position: relative;
      padding: 0 6px; }
      .nav-tabs.only-text li a .label {
        /*padding-left:0;*/
        text-align: center; }
    .nav-tabs.only-text li.active a span {
      color: #253246;
      font-size: 16px; }

#preventivo .tabs-icon a .label {
  color: #253246; }

.tab-content {
  padding: 50px 0 20px; }

.check-tab, li.active .check-tab {
  position: absolute;
  left: calc(50% - 28px);
  top: -28px;
  width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 50%;
  border: 6px solid #eceeef;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.4em;
  padding-top: 8px;
  transition: all 0.5s ease; }

li.active .check-tab {
  background-color: #58aa89;
  border-color: #fff; }

#home .nav-tabs li a {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent; }

@media (max-width: 768px) {
  .check-tab, li.active .check-tab {
    position: absolute;
    left: calc(50% - 18px);
    top: -20px;
    width: 36px;
    height: 36px;
    border: 3px solid #eceeef;
    font-size: 16px;
    padding-top: 5px; }

  .nav-tabs {
    margin-top: -89px; }
    .nav-tabs.tabs-icon .label {
      font-size: 14px;
      max-width: 90px;
      padding: 5px 6px 0; }
    .nav-tabs li a {
      height: 90px; }

  #dati-anagrafici .nav-tabs.tabs-icon .label {
    font-size: 1em;
    padding-right: 0; }
  #dati-anagrafici .nav-tabs li a .icona {
    padding: 0; }
    #dati-anagrafici .nav-tabs li a .icona img {
      width: 55px;
      height: auto; }

  .main-page.tab-template {
    margin-top: 110px; }

  .tab-content {
    padding: 20px 0; } }
@media (min-width: 768px) {
  .main-page.tab-template {
    margin-top: 130px; }
    #anagrafica .main-page.tab-template {
      margin-top: 80px; }
  .nav-tabs {
    margin-top: -109px; }
    .nav-tabs li a {
      height: 90px;
      padding: 30px 0 15px; } }
/* Scss Document
 * INPUT
*/
label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.95em;
  line-height: 1.15; }
  label small, label.small {
    font-size: 70%; }

.form-group {
  margin-bottom: 16px;
  position: relative; }
  .form-group .input-group {
    width: 100%;
    display: flex; }
    .form-group .input-group .form-control {
      width: calc(100% - 48px); }
    .form-group .input-group select {
      border: 1px solid #ccc;
      border-radius: 0;
      margin: 0;
      padding: 0;
      width: 100%; }

.inline_error {
  display: block;
  position: absolute;
  font-size: 10px;
  color: #fff;
  z-index: 2;
  padding: 2px 5px;
  background-color: #bd1b35;
  border-radius: 5px;
  bottom: -15px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); }
  .inline_error:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 7px solid #bd1b35;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    top: -5px; }

.form-control {
  font-size: 16px;
  height: 48px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .form-control.date[readonly] {
    background-color: #fff; }

.input-group-addon {
  border-radius: 0;
  padding: 6px 10px;
  background-color: #568ac4;
  color: #fff;
  border-left: 0;
  width: 48px;
  line-height: 2.3; }
  .input-group-addon.datepick-trigger {
    cursor: pointer; }
  .input-group-addon img {
    width: 24px;
    height: 24px; }

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #bcbcbc;
  font-size: 0.9em;
  font-weight: 300; }
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
  height: 48px;
  border-radius: 0;
  background-color: #fff;
  border-color: #ccc;
  color: #222222;
  white-space: nowrap; }
  .bootstrap-select > .dropdown-toggle .caret {
    border-top: 6px solid #888;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent; }
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%; }

form .glyphicon-exclamation-sign {
  display: none !important; }

.has-danger .glyphicon-exclamation-sign {
  display: block !important; }
.has-danger .form-control {
  border: 1px solid #bd1b35; }
.has-danger .input-group-addon {
  border: 1px solid #bd1b35;
  background-color: #bd1b35; }
.has-danger .select2-container--default .select2-selection--single {
  border: 1px solid #a94442; }

.has-focus .form-control {
  border: 1px solid #ed6575; }
.has-focus .input-group-addon {
  border: 1px solid #ed6575;
  background-color: #ed6575; }
.has-focus .select2-container--default .select2-selection--single,
.has-focus select {
  border: 1px solid #ed6575; }

form .col-lg-1, form .col-lg-10, form .col-lg-11, form .col-lg-12, form .col-lg-2, form .col-lg-3, form .col-lg-4, form .col-lg-5, form .col-lg-6, form .col-lg-7, form .col-lg-8, form .col-lg-9, form .col-md-1, form .col-md-10, form .col-md-11, form .col-md-12, form .col-md-2, form .col-md-3, form .col-md-4, form .col-md-5, form .col-md-6, form .col-md-7, form .col-md-8, form .col-md-9, form .col-sm-1, form .col-sm-10, form .col-sm-11, form .col-sm-12, form .col-sm-2, form .col-sm-3, form .col-sm-4, form .col-sm-5, form .col-sm-6, form .col-sm-7, form .col-sm-8, form .col-sm-9, form .col-xs-1, form .col-xs-10, form .col-xs-11, form .col-xs-12, form .col-xs-2, form .col-xs-3, form .col-xs-4, form .col-xs-5, form .col-xs-6, form .col-xs-7, form .col-xs-8, form .col-xs-9 {
  padding-right: 7px;
  padding-left: 7px; }
form .row {
  margin-right: -7px;
  margin-left: -7px; }

.checkbox label,
.radio label {
  padding-left: 0;
  /*width:100%;*/ }

.checkbox label:after,
.radio label:after {
  content: '';
  display: table;
  clear: both; }

.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .6em;
  width: 28px;
  height: 28px;
  float: left;
  margin-right: .5em; }

.radio .cr {
  border-radius: 50%; }

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 16%; }

.radio .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  left: 0;
  margin-left: 0; }

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none; }

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
  transform: scale(3);
  opacity: 0;
  transition: all .3s ease-in; }

.checkbox label input[type="checkbox"] + .cr,
.radio label input[type="radio"] + .cr {
  background-color: #c5cdd0;
  border-color: #c5cdd0; }

.checkbox label .label img,
.radio label .label img {
  margin-top: -10px; }

.checkbox label .label,
.radio label .label {
  font-size: 1em;
  color: #222222;
  font-weight: 400;
  padding-top: 7px;
  display: block;
  white-space: normal;
  text-align: left;
  padding-left: 40px;
  line-height: 1.4;
  /*width: calc(100% - 60px);*/ }

.checkbox label input[type="checkbox"]:checked + .cr {
  background-color: #1d7b9c;
  border-color: #1d7b9c; }

.radio label input[type="radio"]:checked + .cr {
  background-color: #58aa89;
  border-color: #58aa89; }

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
  transform: scale(1);
  opacity: 1;
  font-size: 1.3em;
  color: #fff; }

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
  opacity: .5; }

.checkbox label input[type="checkbox"]:disabled + .cr + .label,
.radio label input[type="radio"]:disabled + .cr + .label {
  opacity: .5; }

.radio .glyphicon-ok:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  margin-left: 5px;
  margin-top: 4px; }

.checkbox .craccept {
  float: left;
  margin-top: 6px; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  height: 48px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 6px 6px 0 6px;
    margin-left: -13px;
    margin-top: 7px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 3;
    max-width: 95%;
    padding-left: 12px; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 6px 6px 6px; }

.input-group .select2-container {
  width: calc(100% - 46px) !important; }

.select2-results__message {
  font-size: 0.8em;
  font-style: italic;
  color: #999; }

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 0;
    cursor: text;
    min-height: inherit;
    height: 48px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 6px 12px;
    width: 100%;
    height: 46px;
}

select {
  border-radius: inherit;
  border: 1px solid #ddd;
  width: 90%;
  height: 48px;
  box-shadow: none; }
  select :focus {
    outline: none; }

.select-style {
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
  height: 48px; }
  .select-style::after {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    height: 0;
    right: 12px;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
    content: "";
    display: block; }
  .select-style select {
    padding: 6px 12px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none; }
    .select-style select:focus {
      outline: none; }

/* range style */
input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: none;
  background: #568ac4;
  border-radius: 1.3px;
  border: 0.2px solid #ccc;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: none;
  border: 1px solid #666;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #568ac4;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: none;
  background: #568ac4;
  border-radius: 1.3px;
  border: 0.2px solid #ccc;
}
input[type=range]::-moz-range-thumb {
  box-shadow: none;
  border: 1px solid #666;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #568ac4;
  border: 0.2px solid #ccc;
  border-radius: 2.6px;
  box-shadow: none;
}
input[type=range]::-ms-fill-upper {
  background: #568ac4;
  border: 0.2px solid #ccc;
  border-radius: 2.6px;
  box-shadow: none;
}
input[type=range]::-ms-thumb {
  box-shadow: none;
  border: 1px solid #666;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #568ac4;
}
input[type=range]:focus::-ms-fill-upper {
  background: #568ac4;
}

@media (max-width: 1140px) {
  .cc-icon {
    width: 54px;
    height: auto; } }
@media (min-width: 768px) {
  .form-control {
    font-size: 15px; } }
@media (max-width: 767px) {
  .form-control,
  .bootstrap-select > .dropdown-toggle,
  .select2-container--default .select2-selection--single,
  .select-style {
    height: 42px; }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.7;
    max-width: 95%;
    padding-left: 12px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -2px; }

  .input-group-addon {
    height: 42px;
    line-height: 2; }

  .form-group {
    margin-bottom: 12px; }

  .form-group div[class|="col-xs"], .form-group div[class|="col-sm"] {
    margin-bottom: 10px; }

  .bootstrap-select > .dropdown-toggle {
    padding-top: 9px; } }
.is-datepick {
  background-color: #fff !important;
  cursor: pointer; }

/* Scss Document
* CALENDARIO
*/
.datepick {
  background-color: #fff;
  color: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  border: none;
  position: relative; }
  .datepick a.datepick-disabled {
    color: #fff; }

.datepick-popup {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(148, 148, 148, 0.46);
  -moz-box-shadow: 0px 3px 5px 0px rgba(148, 148, 148, 0.46);
  box-shadow: 0px 3px 5px 0px rgba(148, 148, 148, 0.46); }

@media screen and (max-width: 580px) {
  .datepick-popup {
    position: fixed !important;
    /*height: 100%;
    background-color: rgba(0,0,0,0.3);*/
    top: 0 !important;
    width: 100%;
    overflow: scroll; }

  .datepick {
    margin-top: 30px; } }
.datepick-nav, .datepick-ctrl {
  float: left;
  width: 100%;
  background-color: #222222;
  color: #fff;
  font-size: 1.1em;
  font-weight: 100;
  padding: 6px 10px;
  border-bottom: 1px solid #e1e1e1; }

.datepick-nav {
  height: 42px; }
.datepick-ctrl {
  background-color: #f7f7f7; }
  .datepick-ctrl a {
    color: #425563;
    font-weight: 400;
    border: 1px solid #ddd;
    padding: 2px 10px;
    display: block;
    height: inherit;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
    background-color: #fff; }
    .datepick-ctrl a:hover {
      background-color: transparent; }
.datepick-cmd.datepick-cmd-today {
  display: none; }

.datepick-month {
  float: none;
  width: 100%;
  border: none;
  text-align: center; }
  .datepick-month table {
    overflow: hidden; }

.datepick-month-header,
.datepick-month-header select,
.datepick-month-header input {
  height: inherit;
  background-color: #e1e1e1;
  color: #777;
  font-weight: 300;
  font-size: 1.2em;
  padding: 7px 6px;
  width: auto; }

.datepick-month-header {
  border-bottom: 0;
  position: absolute;
  top: 5px;
  width: 200px;
  margin: auto;
  left: 0;
  right: 0;
  padding: 0;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  line-height: 33px; }

select.datepick-month-year {
  border: none;
  font-size: 18px;
  height: 30px;
  line-height: 1;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 0; }

.datepick-month a {
  background-color: #fff;
  color: #222222;
  padding: 8px 0em;
  font-weight: 400; }

.datepick-month td {
  border: 1px solid #f7f7f7;
  background-color: #fff;
  height: 40px;
  width: 40px;
  font-size: 1.3em;
  font-weight: 300; }
  .datepick-month td a.datepick-highlight {
    background-color: #e1e1e1; }

.datepick-cmd:hover {
  background-color: transparent; }

.datepick-ctrl .datepick-cmd:hover {
  background-color: transparent; }
.datepick-month td span {
  color: #e4e4e4;
  position: relative; }

.datepick-month td .datepick-today {
  background-color: transparent;
  color: #ed6575;
  display: inline-block; }

.datepick-month td .datepick-weekend {
  background-color: #fff;
  color: #e4e4e4; }

.datepick-month td a.datepick-weekend {
  color: #425563; }

.datepick-month thead {
  border-bottom: none; }

.datepick-month th, .datepick-month th a {
  background-color: #e1e1e1;
  color: #777;
  border: none;
  font-size: 1.1em;
  height: 40px; }

.datepick-cmd-today {
  font-size: 1.2em;
  font-weight: 400;
  margin-top: -3px; }

/* CSS-TRICK necessario in quanto non prende js datepick cambio testi */
.datepick-cmd-prev,
.datepick-cmd-next {
  text-indent: -9999px;
  position: relative; }
  .datepick-cmd-prev:after,
  .datepick-cmd-next:after {
    content: "\e250";
    display: block;
    color: #fff;
    position: absolute;
    right: 0;
    top: 4px;
    background-color: #222;
    width: 100%;
    height: 100%;
    text-indent: 0;
    font-family: 'Glyphicons Halflings'; }

.datepick-cmd-prev:after {
  content: "\e251";
  left: 0; }
/* Calendario data nascita */
#calendario_contraente_data_nascita,
.calendario_data_nascita_assicurato {
  border: 1px solid #ccc;
  height: 48px;
  background-color: #fff; }
  #calendario_contraente_data_nascita .select-style,
  .calendario_data_nascita_assicurato .select-style {
    height: 46px;
    float: left;
    border: none;
    border-right: 1px dotted #ccc; }
    #calendario_contraente_data_nascita .select-style select,
    .calendario_data_nascita_assicurato .select-style select {
      padding: 6px 7px; }
    #calendario_contraente_data_nascita .select-style::after,
    .calendario_data_nascita_assicurato .select-style::after {
      border-width: 4px 4px 0 4px;
      right: 5px;
      margin-top: 0px; }
  #calendario_contraente_data_nascita .select-style:last-child,
  .calendario_data_nascita_assicurato .select-style:last-child {
    border-right: none; }

@media (min-width: 768px) {
  .datepick {
    min-width: 300px; }

  .datepick-month {
    width: 300px; } }
/* Scss Document
  SWITCH
*/
.toggle.btn {
  height: 30px !important;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1.1;
  border-color: #4baa8a;
  width: 80px !important; }
  .toggle.btn.off {
    border-color: #ccc; }

.bg-dark .toggle.btn.off {
  border: none; }

.toggle-handle {
  margin: 0 auto 0;
  width: 60px;
  border-radius: 20px; }
  .toggle-handle.btn-default {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 3px 0 2px rgba(0,0,0,0.3);
}

.toggle-on.btn {
  text-align: left;
    background-color: #4baa8a;
    -webkit-box-shadow: inset 0 16px 0 -1px rgba(75,170,138,1);
    -moz-box-shadow: inset 0 16px 0 -1px rgba(75,170,138,1);
    box-shadow: inset 0 16px 0 -1px rgba(75,170,138,1);
}

.toggle-off.btn {
    background-color: #fff;
    -webkit-box-shadow: inset 0 16px 0 -1px rgba(255,255,255,1);
    -moz-box-shadow: inset 0 16px 0 -1px rgba(255,255,255,1);
    box-shadow: inset 0 16px 0 -1px rgba(255,255,255,1);
}
.toggle-off.btn-sm {
    padding-left: 35px;
    font-weight: bold;
    color: #999 !important;
    line-height: 1.4;
}

.toggle-on.btn-sm,
.toggle-off.btn-sm {
    margin-top: -6px;
}

.toggle-group label {
  margin-bottom: 0 !important; }

@media (max-width: 767px) {
  .toggle.btn {
    margin-top: 3px;
    margin-bottom: 20px; } }
/* Scss Document
 * CAROUSEL
*/
/* Scss Document
 * BOX
*/
.shadow-box {
  -webkit-box-shadow: 0px 0px 18px -3px #c7c3c7;
  -moz-box-shadow: 0px 0px 18px -3px #c7c3c7;
  box-shadow: 0px 0px 18px -3px #c7c3c7;
  font-size: 0.92em;
  line-height: 1.5; }
  .shadow-box h2 {
    margin: 0;
    font-size: 1.7em;
    font-weight: 500; }

.product-box > div {
    position: relative;
}
.product-box .btn {
    padding: 10px 14px;
    min-width: 150px;
    font-size: .95em;
    }
.product-box .example {
  display: table;
  margin-top: 10px;
  line-height: 1.3; }
  .product-box .example > div {
    display: table-cell;
    width: 148px;
    padding: 40px 14px 52px;
    position: relative; }
    .product-box .example > div:not(:first-child) {
      border-left: 1px dashed #ccc; }
    .product-box .example > div > big {
      line-height: 1; }
    .product-box .example > div.country-3 {
      display: none; }
  .product-box .example .people {
    padding-top: 7px;
    display: block;
    line-height: 1.45;
    font-weight: lighter; }
  .product-box .example .premio {
    font-size: 2.1em;
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    position: absolute;
    bottom: 8px; }
.product-box .box-image {
  background-size: cover;
  background-position: center;
  width: 100px;
  border: none;
  display: table-cell; }
.product-box .box-abstract {
  padding: 15px; }
  .product-box .box-abstract > div:not(:last-child) {
    margin: 10px 0 80px; }
.box-ricerca {
  border: 1px solid #ddd;
  padding: 15px 20px 15px;
  margin-top: 20px;
  margin-bottom: 30px; }
  .box-ricerca > .open::before {
    display: block;
    content: "Nascondi filtri";
    text-decoration: underline;
    font-size: 14px; }
  .box-ricerca .open.collapsed::before {
    display: block;
    content: "Mostra filtri"; }
  .box-ricerca .btn-ricerca {
      float: right;
      margin: 15px 0;
  }
.box-allegati {
  border: 1px solid #ddd;
  padding: 15px 20px 15px;
  margin-top: 20px;
  margin-bottom: 30px; }
  .box-allegati > .open::before {
    display: block;
    content: "Chiudi";
    text-decoration: underline;
    font-size: 14px; }
  .box-allegati .open.collapsed::before {
    display: block;
    content: "Apri"; }
  .box-allegati .btn-allegati {
      float: right;
      margin: 15px 0;
  }
  
  
  
@media (max-width: 767px) {
  .product-box .box-image {
    width: 100%;
    height: 140px;
    display: block; }
  .product-box > div {
    box-shadow: none;
    width: 100%; }
  .product-box .box-abstract {
    padding-bottom: 40px; }
  .product-box .button-line {
    position: relative;
    bottom: 0;
    text-align: center; }
    .product-box .button-line a {
      display: block; }

  .product-box .box-abstract > div:not(:last-child) {
    margin: 10px 0 30px; } }
@media (min-width: 768px) {
  .shadow-box > div {
    display: table;
    min-height: 240px;
    height: 100%; }
    .shadow-box > div > div {
      display: table-cell; }

  .product-box {
    margin-bottom: 40px; }
    .product-box .box-image {
      width: 120px; } }
@media (min-width: 992px) {
  .product-box {
    box-sizing: border-box;
    display: inline-block;
    margin: 10px 10px 20px 10px;
    flex-grow: 1;
    width: calc(100% * (1/2) - 20px - 1px);
    flex: initial; }
    .product-box .example div.country-3 {
      display: table-cell; }
    .product-box .box-image {
      width: 120px; } }
/* Scss Document
 * TABELLE
*/
.table-garanzie {
  text-align: center;
  font-family: "Roboto", sans-serif; }
  .table-garanzie .tr {
    display: table;
    width: 100%; }
    .table-garanzie .tr span .glyphicon-remove {
      opacity: 0.7; }
    .table-garanzie .tr > span, .table-garanzie .tr > div, .table-garanzie .tr > a {
      display: table-cell;
      padding: 10px 10px;
      vertical-align: middle;
      line-height: 1.1;
      font-size: 1em;
      position: relative;
      font-weight: 400; }
    .table-garanzie .tr > .nome {
      width: 28%;
      color: #222222;
      text-decoration: none; }
      .table-garanzie .tr > .nome:hover, .table-garanzie .tr > .nome:focus, .table-garanzie .tr > .nome:active {
        text-decoration: none; }
    .table-garanzie .tr > span:not(.nome), .table-garanzie .tr > div:not(.nome) {
      width: 24%; }
  .table-garanzie .nome {
    text-align: right;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 18px; }
  .table-garanzie .I-livello {
    margin-top: -1px; }
    .table-garanzie .I-livello .nome {
      font-weight: 400;
      font-size: 1.10em;
      padding-left: 42px;
      -webkit-box-shadow: 48px 0 0 -15px #e1e1e1 inset;
      -moz-box-shadow: 48px 0 0 -15px #e1e1e1 inset;
      box-shadow: 48px 0 0 -15px #e1e1e1 inset;
      cursor: default; }
      .table-garanzie .I-livello .nome .icon-acc {
        display: none; }
    .table-garanzie .I-livello.child .nome {
      font-weight: 400;
      font-size: 1.10em;
      padding-left: 42px;
      /*transition:$transition;*/
      -webkit-box-shadow: 48px 0 0 -15px #e1e1e1 inset;
      -moz-box-shadow: 48px 0 0 -15px #e1e1e1 inset;
      box-shadow: 48px 0 0 -15px #e1e1e1 inset;
      cursor: pointer; }
      .table-garanzie .I-livello.child .nome .icon-acc {
        display: block; }
      .table-garanzie .I-livello.child .nome.collapsed {
        -webkit-box-shadow: 48px 0 0 -15px #b2bdc6 inset;
        -moz-box-shadow: 48px 0 0 -15px #b2bdc6 inset;
        box-shadow: 48px 0 0 -15px #b2bdc6 inset; }
        .table-garanzie .I-livello.child .nome.collapsed.no-sub {
          box-shadow: none;
          cursor: default; }
          .table-garanzie .I-livello.child .nome.collapsed.no-sub .icon-acc {
            display: none; }

.prodotto .table-garanzie {
  padding: 70px 0 0; }
  .prodotto .table-garanzie .glyphicon {
    font-size: 1.2em; }
  .prodotto .table-garanzie .pacchetto {
    margin-top: 30px; }
    .prodotto .table-garanzie .pacchetto h5 {
      background-color: #f09c58;
      color: #fff;
      padding: 10px 20px 10px 10px;
      margin-bottom: 0;
      text-transform: uppercase;
      position: relative;
      float: right; }
      .prodotto .table-garanzie .pacchetto h5:before {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-right: 6px solid #f09c58;
        /* border-top: 29px solid transparent; */
        border-left: 20px solid transparent;
        border-bottom: 35px solid #f09c58;
        top: 0;
        left: -26px; }
  .prodotto .table-garanzie .tr .nome {
    color: #fff; }
  .prodotto .table-garanzie span:not(.nome) {
    border-left: 1px solid #8cb9c8;
    border-bottom: 1px solid #8cb9c8; }
    .prodotto .table-garanzie span:not(.nome):last-child {
      border-right: 1px solid #8cb9c8; }
  .prodotto .table-garanzie .tr:last-child span:not(.nome) {
    border-bottom: 1px solid #8cb9c8; }
  .prodotto .table-garanzie .thead {
    margin-bottom: 20px; }
    .prodotto .table-garanzie .thead .nome {
      text-transform: uppercase;
      color: #f0b323;
      font-size: 1.2em;
      font-weight: 400; }
    .prodotto .table-garanzie .thead span:not(.nome) {
      border: 1px solid #1d7b9c;
      background-color: #8cb9c8 !important;
      font-size: large;
      font-weight: 400; }
    .prodotto .table-garanzie .thead .tr:last-child span:not(.nome) {
      border-bottom: 1px solid #1d7b9c; }
  .prodotto .table-garanzie .I-livello .nome {
    background-color: #0b617f;
    border-top: 1px solid #1d7b9c;
    border-bottom: 1px solid #1d7b9c;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .prodotto .table-garanzie .I-livello span:not(.nome) {
    background-color: #0b617f;
    border-top: 1px solid #8cb9c8; }
.simple-table {
  font-size: 90%; }
  .simple-table .thead {
    border-bottom: 1px solid #eceeef;
    margin-top: 20px;
    padding-bottom: 10px; }
  .simple-table .tbody {
    margin-bottom: 30px; }
    .simple-table .tbody .tr {
      padding: 10px 0;
      color: #666; }
      .simple-table .tbody .tr:nth-child(odd) {
        background-color: #f9f9f9; }
    .simple-table .tbody .btn i, .simple-table .tbody .btn .glyphicon {
      margin-right: 0; }

#premio .thead .tr > div {
  padding-top: 0;
  vertical-align: middle;
  border-bottom: none;
    padding-bottom: 0;}
#premio .thead .tr select {
  height: 36px; }
#premio .thead .tr .scelta-sconto {
  padding: 5px 0 0; }
  #premio .thead .tr .scelta-sconto > span {
    font-style: italic;
    padding-top: 8px; }
#premio .thead .tr > .nome {
  vertical-align: bottom;
  border-bottom: none; }
#premio .thead .tr:last-child > .nome {
  border-bottom: 1px solid #e1e1e1; }
#premio .thead .tr:last-child > div {
  border-bottom: 1px solid #e1e1e1; }
#premio .thead .tr:first-child > div {
  padding-top: 40px; }
#premio .tr > div, #premio .tr > span, #premio .tr > a {
  border-right: 1px dashed #fff;
  border-bottom: 1px solid #e1e1e1; }
  #premio .tr > div:last-child, #premio .tr > span:last-child, #premio .tr > a:last-child {
    /*border-right: none;*/ }
#premio .tr .bg-promo {
  border-bottom: 1px solid #c2ccd3; }
#premio .blocco-tabella {
  position: relative;
  margin-bottom: 10px; }
  #premio .blocco-tabella h5 {
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    padding: 14px;
    margin-bottom: 0;
    margin-top: 0;
    background-color: #f9f9f9; }
  #premio .blocco-tabella::before {
    width: 4px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f09c58;
    z-index: 1; }

/* tabelle nei tab (preventivi/polizze) */
.tab-template.simple-tab {
  margin-top: 90px; }
  .tab-template.simple-tab .nav-tabs {
    margin-top: -89px;
    text-align: left; }
    .tab-template.simple-tab .nav-tabs li a {
      height: 70px;
      padding: 3px 0 0; }
  .tab-template.simple-tab.bg-faded .thead {
    font-weight: 700; }
  .tab-template.simple-tab.bg-faded .tr {
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    color: #666; }
  .tab-template.simple-tab .nav-tabs li a .icona img {
    width: 35px;
    height: auto; }

@media (max-width: 991px) {
  .prodotto .table-garanzie .tr .nome {
    font-size: 0.8em;
    width: 29%; }
  .prodotto .table-garanzie .I-livello .nome {
    font-size: 0.85em; } }
@media (max-width: 767px) {
  .tab-template.simple-tab .tr {
    display: table;
    width: 100%; }
    .tab-template.simple-tab .tr > div {
      border-bottom: 1px dashed #fff;
      padding: 7px 15px;
      line-height: 1.2; }
      .tab-template.simple-tab .tr > div:last-child {
        border-bottom: none; }
    .tab-template.simple-tab .tr label {
      display: table-cell !important;
      vertical-align: middle;
      width: 180px; }
    .tab-template.simple-tab .tr .value {
      display: table-cell !important;
      vertical-align: middle; } }
@media (max-width: 580px) {
  #description table {
    display: none; }

  .table-garanzie .tr > span:not(.nome), .table-garanzie .tr > div:not(.nome) {
    width: 33.333%;
    display: inline-block; }

  .table-garanzie .tr > .nome {
    width: 100%;
    display: block; }

  #premio .tr .bg-promo,
  #premio .tr > div,
  #premio .tr > span {
    border: none;
    background-color: transparent; }

  #premio .scroll-row, #premio .tbody {
    height: auto !important; }

  #premio .thead .tr > div {
    padding-top: 40px;
    border-left: 1px dashed #fff; }
    #premio .thead .tr > div:last-child {
      border-right: 1px dashed #fff; }

  #premio .thead .tr > .nome {
    vertical-align: bottom;
    display: none; }

  #premio .table-garanzie .tr > .nome {
    background-color: #b2bdc6; }

  .prodotto .table-garanzie .tr > .nome {
    background-color: transparent;
    border-top: 1px solid #8cb9c8;
    border-bottom: 1px solid #8cb9c8; }
  .prodotto .table-garanzie span:not(.nome),
  .prodotto .table-garanzie .I-livello span:not(.nome),
  .prodotto .table-garanzie .tr:last-child span:not(.nome) {
    border: none; }
    .prodotto .table-garanzie span:not(.nome):last-child,
    .prodotto .table-garanzie .I-livello span:not(.nome):last-child,
    .prodotto .table-garanzie .tr:last-child span:not(.nome):last-child {
      border-right: none; }
  .prodotto .table-garanzie .I-livello span:not(.nome),
  .prodotto .table-garanzie .tr:last-child span:not(.nome) {
    background-color: transparent; }
  .prodotto .table-garanzie .I-livello {
    clear: both; }
  .prodotto .table-garanzie .pacchetto {
    margin-top: 30px;
    border-bottom: 2px solid #8cb9c8; }
    .prodotto .table-garanzie .pacchetto .I-livello,
    .prodotto .table-garanzie .pacchetto .II-livello {
      border-right: 1px solid #8cb9c8;
      border-left: 1px solid #8cb9c8; }

  .prodotto .garanzia {
    border-left: 1px solid #8cb9c8;
    border-right: 1px solid #8cb9c8;
    border-bottom: 1px solid #8cb9c8; } }
.elenchi_tit_abst .item {
  border-bottom: 1px dashed #e1e1e1;
  padding: 16px 0; }
.elenchi_tit_abst .news-title {
  font-size: 1.2em; }
.elenchi_tit_abst .news-abstract {
  font-size: 1em;
  line-height: inherit; }
/*.tooltip {
  position: absolute;
  z-index: $zindex-tooltip;
  display: block;

  &.top    { margin-top:  -3px; padding: $tooltip-arrow-width 0; }
  &.right  { margin-left:  3px; padding: 0 $tooltip-arrow-width; }
  &.bottom { margin-top:   3px; padding: $tooltip-arrow-width 0; }
  &.left   { margin-left: -3px; padding: 0 $tooltip-arrow-width; }
}

// Wrapper for the tooltip content
.tooltip-inner {
  max-width: $tooltip-max-width;
  padding: 3px 8px;
  color: $tooltip-color;
  text-align: center;
  background-color: $tooltip-bg;
}

// Arrows
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
// Note: Deprecated .top-left, .top-right, .bottom-left, and .bottom-right as of v3.3.1
.tooltip {
  &.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -$tooltip-arrow-width;
    border-width: $tooltip-arrow-width $tooltip-arrow-width 0;
    border-top-color: $tooltip-arrow-color;
  }
  &.top-left .tooltip-arrow {
    bottom: 0;
    right: $tooltip-arrow-width;
    margin-bottom: -$tooltip-arrow-width;
    border-width: $tooltip-arrow-width $tooltip-arrow-width 0;
    border-top-color: $tooltip-arrow-color;
  }
  &.top-right .tooltip-arrow {
    bottom: 0;
    left: $tooltip-arrow-width;
    margin-bottom: -$tooltip-arrow-width;
    border-width: $tooltip-arrow-width $tooltip-arrow-width 0;
    border-top-color: $tooltip-arrow-color;
  }
  &.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -$tooltip-arrow-width;
    border-width: $tooltip-arrow-width $tooltip-arrow-width $tooltip-arrow-width 0;
    border-right-color: $tooltip-arrow-color;
  }
  &.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -$tooltip-arrow-width;
    border-width: $tooltip-arrow-width 0 $tooltip-arrow-width $tooltip-arrow-width;
    border-left-color: $tooltip-arrow-color;
  }
  &.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -$tooltip-arrow-width;
    border-width: 0 $tooltip-arrow-width $tooltip-arrow-width;
    border-bottom-color: $tooltip-arrow-color;
  }
  &.bottom-left .tooltip-arrow {
    top: 0;
    right: $tooltip-arrow-width;
    margin-top: -$tooltip-arrow-width;
    border-width: 0 $tooltip-arrow-width $tooltip-arrow-width;
    border-bottom-color: $tooltip-arrow-color;
  }
  &.bottom-right .tooltip-arrow {
    top: 0;
    left: $tooltip-arrow-width;
    margin-top: -$tooltip-arrow-width;
    border-width: 0 $tooltip-arrow-width $tooltip-arrow-width;
    border-bottom-color: $tooltip-arrow-color;
  }
}*/
/* Tooltip semplice (no tooltip bootstrap che sembra creare conflitto) */
.help-tool, button.more-info {
  background-color: #f09c58;
  padding: 0;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  margin-top: -3px;
  width: 20px;
  display: inline-block;
  height: 20px;
  line-height: 19px;
  position: relative;
  font-weight: 700;
  white-space: pre-line; }
  .help-tool:hover, button.more-info:hover {
    background-color: #568ac4;
    color: white; }

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none; }

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: ""; }

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #f1f1f1;
  border-radius: 4px;
  color: #555;
  content: attr(data-tooltip);
  font-size: 12px;
  line-height: 1.4;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
  text-align: left;
  width: 80%;
  min-width: 160px;
  font-weight: normal; }

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: -80px; }

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #f1f1f1;
  left: 3px; }

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  transform: translateY(12px); }

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px; }

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px; }

@media (max-width: 768px) {
  .help-tool, button.more-info, button.more-info {
    margin-top: -7px;
    width: 17px;
    height: 17px;
    line-height: 1.2; } }
/* Aggiunto da Fra */
@media (max-width: 580px) {
  .help-tool, button.more-info {
    float: right;
    margin-top: 0; }

  .tooltip:after, [data-tooltip]:after {
    left: auto;
    right: 0; } }
/* Scss Document
*ACCORDION
*/
.icon-acc {
  color: #fff;
  font-style: normal;
  position: absolute;
  right: 10px;
  font-size: 27px;
  font-weight: 300;
  top: calc(50% - 5px); }
  .icon-acc::before {
    content: "\2212";
    font-weight: 100;
    line-height: 1;
    margin-top: -14px;
    display: block; }

.collapsed .icon-acc::before {
  content: "+";
  font-size: 1em;
  font-weight: 300;
  margin-top: -14px; }

#premio .icon-acc {
  left: 10px;
  right: inherit; }

.panel-heading {
  padding: 0;
  background-color: transparent; }
      .panel-heading h4 {
          margin: 0;
          padding: 14px 12px 14px 34px;
          color: #568ac4;
          background-color: transparent;
          transition: all .5s ease;
          border-top: 1px dashed #e1e1e1;
          cursor: pointer;
          position: relative;
          line-height: 1.4em;
          font-weight: 700;
      }
      .panel-heading h4.collapsed {
          background-color: transparent;
          color: #568ac4;
          font-weight: 400;
      }


      .panel-heading h4.collapsed::before {
        content: "\f067";
        font-family: 'FontAwesome';
        color: #e1e1e1;
        background-color: #eceeef;
        color: #999; }
    .panel-heading h4::before {
      content: "\f068";
      font-family: 'FontAwesome';
      display: block;
      float: left;
      color: #568ac4;
      font-size: 0.8em;
      position: absolute;
      left: 0;
      width: 24px;
      height: 24px;
      text-align: center;
      border-radius: 50%;
      background-color: #eceeef;
      line-height: 25px;
      font-weight: 300;
      margin-top: -2px; }

.panel-body {
  padding: 15px 34px; }

.panel-group .panel {
  border-radius: 0;
  border-bottom: 1px dashed #e1e1e1; }

.panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
  background-color: transparent;
  padding-top: 0; }

@media (max-width: 767px) {
  .collapsed .icon-acc::before {
    margin-top: -14px; }

  .icon-acc::before {
    margin-top: -13px; }

  .panel-heading h4 {
    padding: 14px 0; }

  #faq .panel-body {
    padding: 0 0 15px 0; } }
/* Modal */
.modal .container {
  width: 100%;
  text-align: left; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  background-color: #f7f7f7;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.modal-content .title {
  color: #1d7b9c;
  font-size: 1.2em;
  font-family: "Roboto", sans-serif; }
.modal-content .table-dati {
  margin-bottom: 20px; }
  .modal-content .table-dati .form-group {
    display: table;
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
    margin-bottom: 0; }
    .modal-content .table-dati .form-group > label, .modal-content .table-dati .form-group > .input-value {
      display: table-cell;
      vertical-align: middle;
      text-align: left; }
    .modal-content .table-dati .form-group > label {
      color: #aeadad;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 14px; }
    .modal-content .table-dati .form-group > .input-value {
      font-size: 16px;
      line-height: 1.4; }
    .modal-content .table-dati .form-group > big.input-value {
      font-size: 25px; }

/* Errori modal */
.modal-error {
  display: block;
  padding-bottom: 5px;
  position: relative;
  padding-left: 30px;
  padding-top: 1px;
  text-align: left; }
  .modal-error:before {
    content: "!";
    display: block;
    position: absolute;
    left: 0;
    background-color: #bd1b35;
    text-align: center;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    padding-left: 1px;
    color: #fff;
    font-size: 1em;
    line-height: 1.6;
    border-radius: 4px;
    font-weight: 700;
    top: 0;
    box-shadow: -2px 0px 4px rgba(0, 0, 0, 0.3); }
  .modal-error:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 6px solid #bd1b35;
    border-bottom: 5px solid transparent;
    left: 16px;
    top: 4px; }
.modal-news .modal-title {
  padding-bottom: 0;
  font-size: 15px; }
.modal-news .modal-body {
  font-size: 15px; }
.modal-news .news-title {
  font-size: 1.2em;
  padding-bottom: 15px; }

@media (min-width: 768px) {
  .modal-content .table-dati .form-group > label {
    width: 180px; } }
@media (max-width: 768px) {
  .modal-content .table-dati .form-group > .input-value {
    text-align: right; } }
/* Scss Document
STILI PAGINA
*/
/*----------------- PAGINA PRODOTTO ------------------*/
.prodotto .cta {
  text-align: left;
  padding: 10px 42px 10px 22px;
  font-size: 1.6em;
  white-space: normal;
  line-height: 1.4;
  max-width: 310px; }
  .prodotto .cta:before {
    content: "\203A";
    position: absolute;
    right: 16px;
    top: 46%;
    font-size: 60px;
    line-height: 0;
    font-weight: 100; }
  .prodotto .cta:after {
    display: block;
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 50%;
    background-color: rgba(255, 255, 255, 0.03);
    left: 0; }

#description table {
  width: 100%;
  text-align: center;
  margin: 30px 0;
  font-size: 1.3em;
  font-family: Roboto;
  font-weight: 100;
  line-height: 1.4; }
  #description table td {
    border-left: 1px solid #dee1e2; }
    #description table td:first-child {
      border-left: none; }

#garanzie {
  -webkit-box-shadow: inset 0px 0px 14px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 14px -2px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 14px -2px rgba(0, 0, 0, 0.75);
  position: relative;
  padding-bottom: 100px; }
  #garanzie #title-garanzie {
    font-size: 1.6em;
    height: 70px; }
    #garanzie #title-garanzie > div {
      -webkit-box-shadow: inset 0px 7px 14px -2px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: inset 0px 7px 14px -2px rgba(0, 0, 0, 0.5);
      box-shadow: inset 0px 7px 14px -2px rgba(0, 0, 0, 0.5);
      background-color: #0b617f;
      padding: 16px 0;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      height: 70px; }
  #garanzie .col-sm-8 {
    /*height:650px;
    overflow:hidden;*/ }
  #garanzie .scroll-row {
    height: 650px; }
  #garanzie #sfumatura {
    height: 85px;
    position: absolute;
    bottom: 0;
    background-image: url(/public/img/sfumatura.png);
    background-repeat: repeat-x;
    width: 100%;
    background-position: left bottom; }

@media (max-width: 991px) {
  .prodotto .cta {
    font-size: 1.2em;
    margin-top: 0; }
    .prodotto .cta:before {
      font-size: 46px; } }
/*----------------- PAGINE SET INFORMATIVI ------------------*/
#set_informativo {
  padding-top: 40px; }

#set-informativi-box {
  margin: 30px 0; }
  #set-informativi-box .btn {
    white-space: normal;
    padding: 12px;
    margin-bottom: 20px; }

/*----------------- PREMIO ------------------*/
#premio #head-page {
  margin-bottom: 75px; }
#premio .main-page.bg-faded {
  padding-bottom: 0; }
#premio .main-page:not(.tab-template) .sidebar-template > .row > .col-sm-8 {
  padding-top: 0; }
#premio .bg-promo .cta {
  position: relative; }
#premio .thead .tr > div span {
  display: inline-block;
  text-align: center;
  padding-bottom: 7px; }
#premio .thead .tr > div .nome {
  text-transform: uppercase;
  display: block; }
#premio .thead .tr > div .premio {
  font-size: 2em;
  font-weight: 400;
  display: block; }
  #premio .thead .tr > div .premio big {
    font-size: 120%; }
#premio .thead .tr > div .btn-primary, #premio .thead .tr > div .cta {
  font-size: 1.2em;
  margin-top: 10px;
  transition: none;
  transition: background 0.5s linear;
  border: none;
  min-width: inherit; }
#premio .thead .tr > div .icona-promo {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  border-bottom: none;
  height: 20px; }
  #premio .thead .tr > div .icona-promo > span {
    width: 86px;
    height: 86px;
    background-color: #ed6575;
    border-radius: 50%;
    color: #fff;
    font-size: 46px;
    margin-top: -41px; }
    #premio .thead .tr > div .icona-promo > span i {
      border: 1px solid #fff;
      border-radius: 50%;
      width: 80px;
      height: 80px;
      display: inline-block;
      line-height: 77px;
      margin-top: 3px; }
  #premio .thead .tr > div .icona-promo img {
    position: absolute;
    top: -40px;
    left: calc(50% - 43px); }
#premio .tbody {
  height: 420px;
  overflow: hidden; }
#premio .scroll-row {
  height: 420px;
  width: calc(100% + 15px);
  padding-right: 0; }
  #premio .scroll-row.mCustomScrollbar {
    width: 100%; }
#premio.sidebar-active .table-garanzie .tr > div > div:not(.ticket-round),
#premio.sidebar-active .table-garanzie .tr > div > span:not(.ticket-round),
#premio.sidebar-active .table-garanzie .tr a,
#premio.sidebar-active .table-garanzie .tr .nome,
#premio.sidebar-active .table-garanzie .tbody .tr > div,
#premio.sidebar-active .table-garanzie .tbody .tr > span,
#premio.sidebar-active .icona-promo img {
  opacity: 0.3; }
#premio.sidebar-active .top.bg-promo .ticket-round {
  display: none; }
#premio.sidebar-active .thead .bg-promo {
  background-color: #e4e8eb;
  border-bottom: #dfe4e7; }
#premio.sidebar-active .sidebar {
  border: 1px solid #1d7b9c;
  -webkit-box-shadow: 0px 0px 18px -3px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 18px -3px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 18px -3px rgba(0, 0, 0, 0.7);
  transition: all 0.5s ease; }
#premio .table-garanzie .I-livello {
  margin-top: -1px;
  border-top: 1px solid #e1e1e1; }
  #premio .table-garanzie .I-livello .nome {
    font-size: 0.95em; }
#premio .table-garanzie .II-livello .nome {
  border-left: 4px solid #e1e1e1;
  font-size: 0.9em; }

/*----------------- HOMEPAGE ------------------*/
#home {
  padding-bottom: 0; }
  #home footer {
    position: relative; }
  #home #login-home > div {
    background-color: #eceeef;
        padding: 1.8em 1.7em;
        height: 100%;
        display: table-cell;
        float: none;
    }
  #home #login-home > div:last-child {
    background-color: rgba(236, 238, 239, 0.7); }
  #home .login-title {
    font-size: 31px; }
  #home h2 {
    font-size: 1.6em;
    font-weight: 700;
    margin: 0;
    padding-bottom: 20px; }
  #home h3 {
    font-size: 1.1em;
    line-height: 1.3;
    padding-bottom: 20px;
    margin-bottom: 0; }
  #home .icon-icona-closelock {
    font-size: 32px; }
  #home .main {
    display: table;
    height: calc(100vh - 272px);
    max-width: 1040px;
    margin: 0 auto; }
    #home .main > .container {
      display: table-cell;
      vertical-align: middle; }

/*----------------- FAQ ------------------*/
#faq section h3 {
  margin-top: 0; }
#faq #faq-nav {
  border-left: 4px solid #f3f3f3;
  margin-left: 6px;
  margin-top: 10px; }
  #faq #faq-nav li {
    text-transform: uppercase;
    transition: all 0.5s ease;
    margin-left: -9px; }
    #faq #faq-nav li a {
      padding: 10px 0;
      color: #e1e1e1;
      transition: all 0.5s ease; }
      #faq #faq-nav li a:hover {
        background-color: transparent; }
      #faq #faq-nav li a::before {
        content: "";
        background-color: #e1e1e1;
        width: 14px;
        height: 14px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        display: block;
        margin-right: 10px;
        float: left;
        margin-top: 4px; }
    #faq #faq-nav li.active {
      margin-left: -13px; }
      #faq #faq-nav li.active a {
        color: #253246; }
        #faq #faq-nav li.active a::before {
          background-color: #253246;
          border: 4px solid #253246;
          box-sizing: content-box; }
        #faq #faq-nav li.active a:hover {
          background-color: transparent; }

/*----------------- PAGINE ISTITUZIONALI ------------------*/
.pagine-istituzionali .section-focus {
  background-size: cover;
  min-height: 300px;
  background-position: center; }
  .pagine-istituzionali .section-focus .box-focus {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px; }

/*----------------- PAGINA MAUTENZIONE ------------------*/
#sito_in_manutenzione #header-menu {
  display: none; }
#sito_in_manutenzione #foot-nav .nav {
  display: none; }

/*----------------- PAGINA SITO NON ATTIVO ------------------*/
#sito_non_attivo .navbar-default {
  display: none; }
#sito_non_attivo section {
  margin-top: 10vh; }
#sito_non_attivo footer {
  display: none; }

/*----------------- AREA RISERVATA ------------------*/
#user-link .link-roundicon {
  display: inline-block;
  width: auto; }
  #user-link .link-roundicon i {
    font-size: 1.5em;
    color: #ccc;
    background-color: transparent; }

.area-riservata .tab-template.simple-tab .nav-tabs {
  margin-left: 15px; }

/*----------------- BLOG ------------------*/
#cat-blog {
  padding: 0;
  margin: 0; }
  #cat-blog li {
    list-style: none;
    margin-top: 20px; }
    #cat-blog li.active {
      cursor: auto;
      opacity: 0.5; }
      #cat-blog li.active a, #cat-blog li.active a:hover {
        color: #666 !important; }
        #cat-blog li.active a i, #cat-blog li.active a:hover i {
          background-color: #e1e1e1; }
    #cat-blog li a {
      transition: all 0.5s ease; }
      #cat-blog li a:hover {
        text-decoration: none;
        color: #253246; }
        #cat-blog li a:hover i {
          background-color: #253246; }
      #cat-blog li a span {
        display: block;
        padding-left: 60px; }
        #cat-blog li a span em {
          color: #222222;
          display: block;
          line-height: 1.2; }
    #cat-blog li i {
      float: left;
      width: 46px;
      height: 46px;
      text-align: center;
      box-sizing: border-box;
      padding-top: 4px;
      transition: all 0.5s ease; }
      #cat-blog li i img {
        width: 36px;
        height: auto; }

.cat-1 {
  color: #70b3ba; }
  .cat-1 i {
    background-color: #70b3ba;
    color: #fff; }

.cat-2 {
  color: #86bb7a; }
  .cat-2 i {
    background-color: #86bb7a;
    color: #fff; }

.cat-3 {
  color: #ffffff; }
  .cat-3 i {
    background-color: #ffffff;
    color: #fff; }

.cat-4 {
  color: #ffffff; }
  .cat-4 i {
    background-color: #ffffff;
    color: #fff; }

.cat-5 {
  color: #ffffff; }
  .cat-5 i {
    background-color: #ffffff;
    color: #fff; }

.cat-6 {
  color: #ffffff; }
  .cat-6 i {
    background-color: #ffffff;
    color: #fff; }

.cat-7 {
  color: #ffffff; }
  .cat-7 i {
    background-color: #ffffff;
    color: #fff; }

.cat-8 {
  color: #ffffff; }
  .cat-8 i {
    background-color: #ffffff;
    color: #fff; }

@media (max-width: 767px) {
  #set_informativo {
    padding-top: 0; }

  #contatti .sidebar {
    padding: 0;
    position: relative;
    margin-top: 0;
    border: none; } }
@media (max-width: 992px) {
  #premio .thead .tr > div .btn-primary, #premio .thead .tr > div .cta, #premio .thead .tr > div .cta {
    font-size: 1em;
    padding: 15px 3px;
    transition: none;
    transition: background 0.5s linear; }

  .area-riservata .value_numero {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

  /*----------------- PAGINA PAGAMENTO  e PAGAMETO KO ------------------*/
  #pagina-pagamento .sidebar-container,
  #pagina-pagamento-ko .sidebar-container {
    width: auto;
    position: static;
    float: right; }
    #pagina-pagamento .sidebar-container div[role="complementary"],
    #pagina-pagamento-ko .sidebar-container div[role="complementary"] {
      width: 100%;
      margin: 0; }
      #pagina-pagamento .sidebar-container div[role="complementary"] .sidebar,
      #pagina-pagamento-ko .sidebar-container div[role="complementary"] .sidebar {
        border: 1px solid #eceeef;
        margin-bottom: 40px; }

  #pagina-pagamento-ko div[role="main"] {
    max-width: 60%; } }
@media (max-width: 580px) {
  #pagina-pagamento .sidebar-container {
    width: 100%; }

  #pagina-pagamento-ko .sidebar-container {
    display: none; }
  #pagina-pagamento-ko div[role="main"] {
    max-width: 100%; }
  #pagina-pagamento-ko .cc-icon {
    width: 54px;
    height: auto;
    display: inline-block;
    margin-bottom: 14px; }

  /*----------------- AREA RISERVATA ------------------*/
  /* Modifica Profilo */
  #form_profilo .col-sm-3,
  #form_profilo .col-md-3 {
    width: 100%; } }
/*----------------- ANAGRAFICA ------------------*/
#anagrafica .carte-pagamento {
    margin-top: -10px;
}
  #anagrafica .carte-pagamento img {
    margin-top: 0;
    margin-bottom: 4px;
}
#anagrafica .nav-tabs li a .icona img {
  width: 35px;
    height: 35px;
}
#form_anagrafica .checkbox label {
    width: calc(100% - 30px);
}

@media (min-width: 768px) {
  #anagrafica .nav-tabs li a {
    height: 110px; } }
/* Scss Document
TABLET
*/
@media only screen and (min-device-width: 960px) and (max-device-width: 1024px) and (orientation: portrait) {
  div[class|="col-sm"] {
    float: none;
    width: 100%; }

  .affix {
    position: relative;
    top: inherit; }

  /* SIDEBAR FLUSSO */
  .flusso .sidebar.affix-top {
    position: relative; }
  .flusso .sidebar {
    width: calc(100% + 30px);
    margin-left: -15px;
    border: none; } }
/* Scss Document */
/* Pagina browser non supportato */
* {
  box-sizing: border-box; }

.col-4 {
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 15px;
  height: 290px;
  margin: 80px 20px 40px;
  padding: 48px 0 28px;
  text-decoration: none;
  text-transform: uppercase;
  width: 260px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  .col-4:hover {
    color: #fff;
    text-decoration: none;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }

#box_chrome {
  background-color: #f6bb3d; }
  #box_chrome:hover {
    background-color: #eea404; }

#box_firefox {
  background-color: #f19a2a; }
  #box_firefox:hover {
    background-color: #de7e02; }

#box_explorer {
  background-color: #00caff; }
  #box_explorer:hover {
    background-color: #02a0c9; }

#box_safari {
  background-color: #00a0e6; }
  #box_safari:hover {
    background-color: #076b96; }

.download {
  border: 1px solid #fff;
  display: block;
  font-size: 14px;
  margin: 20px auto 0;
  max-width: 160px;
  padding: 10px 20px;
  width: 100%; }

.browser {
  margin: 0 auto 40px !important;
  display: block;
  max-width: 70px; }

@media screen and (min-width: 960px) {
  .col-4 {
    width: 22%;
    float: left;
    color: #fff;
    display: block;
    margin: 80px 1.5% 40px;
    text-transform: uppercase;
    padding: 48px 0 28px;
    text-decoration: none;
    height: 290px;
    font-size: 15px;
    cursor: pointer; } }
@media screen and (max-width: 959px) {
  .col-4 {
    width: 100%;
    float: none;
    color: #fff;
    display: block;
    margin: 20px 0 20px;
    text-transform: uppercase;
    padding: 48px 0 28px;
    text-decoration: none;
    height: inherit;
    font-size: 15px;
    cursor: pointer; } }
/* Scss Document
 * FOOTER
*/
footer {
  font-size: 0.8em;
  line-height: 1.6;
  text-align: center;
  position: relative;
  background-color: #fff; }
  footer > div {
    padding: 20px 0; }
  footer #foot-top {
    background-color: #e1e1e1; }
  footer p {
    margin: 0; }
  footer a:hover {
    text-decoration: none; }

#foot-pagamento {
  margin-bottom: 20px;
  line-height: 1; }
  #foot-pagamento em {
    padding-bottom: 4px;
    display: block; }
  #foot-pagamento #foot-card {
    margin-top: 2px;
    list-style: none;
    display: inline-block; }
    #foot-pagamento #foot-card > div {
      max-width: 60px;
      padding: 0;
      float: left;
      margin: 0; }
      #foot-pagamento #foot-card > div img {
        width: 100%;
        max-width: 100px;
        height: auto;
        display: inline-block; }

#foot-nav .navbar-right {
  width: 100%;
  text-align: center;
  margin: 0; }
#foot-nav li {
  float: none;
  margin-bottom: 5px; }
#foot-nav .nav a {
  text-transform: uppercase;
  color: #222222;
  padding: 5px 2px;
  margin: 0 10px;
  display: initial; }
  #foot-nav .nav a:hover, #foot-nav .nav a:focus {
    background-color: transparent; }
#foot-nav #logo-ima {
  background-color: #e1e1e1;
  margin: -20px -15px 20px;
  padding-bottom: 30px; }
  #foot-nav #logo-ima img {
    width: 120px;
    height: auto; }

@media (min-width: 960px) {
  footer {
    text-align: left;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0; }
    footer #foot-pagamento {
      float: right;
      text-align: right;
      margin-bottom: 0; }

  #foot-nav .navbar-right {
    width: auto;
    text-align: right;
    margin-left: 120px;
    flex-direction: row-reverse; }
  #foot-nav li {
    float: left; }
  #foot-nav #logo-ima {
    background-color: transparent;
    margin: 0;
    padding-bottom: 0;
    float: left; }
    #foot-nav #logo-ima img {
      width: 100px; }

  #rag-sociale {
    max-width: 50%; } }
/* Scss Document
GENERAL
*/
.mobile {
  line-height: 1.4;
  /*div[class|="col-sm"] {
    margin-bottom:20px;
  } ATTENZIONE A HOMEPAGE*/ }
  .mobile #head-page {
    margin-bottom: 10px; }
  .mobile .pad-top {
    padding-top: 20px; }
  .mobile li .tab-promo {
    position: absolute;
    top: -11px;
    right: -11px;
    color: #fff;
    font-size: 16px;
    opacity: 1 !important;
    width: 23px;
    height: 23px;
    background-color: #ED6575;
    border-radius: 50%;
    line-height: 1.55; }
  .mobile li.active .tab-promo {
    color: #fff !important;
    font-size: 16px !important; }

/* Scss Document
* SLIDE
*/
.mobile .sect-banner .v-center {
  padding: 100px 0 0; }
  .mobile .sect-banner .v-center h1 {
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: 400;
    text-transform: uppercase; }
  .mobile .sect-banner .v-center p {
    font-size: 16px;
    font-weight: 100; }

/* Scss Document
* FORM
*/
.mobile .bg-dark label, .mobile .bg-dark .label {
  color: #fff; }
.mobile .bg-dark .form-control,
.mobile .bg-dark .input-group-addon,
.mobile .bg-dark .bootstrap-select > .dropdown-toggle {
  border: none; }
.mobile label {
  margin-bottom: 5px; }

textarea,
input[type="text"],
input[type="email"],
input[type="telephone"],
input[type="password"],
input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* Scss Document */
.mobile .sidebar-flusso {
  position: fixed;
  z-index: 999;
  right: -90%;
  top: 0;
  width: 90%;
  overflow: scroll;
  height: 100%; }
  .mobile .sidebar-flusso #info-product {
    margin-bottom: 0; }
  .mobile .sidebar-flusso #side-link {
    margin-top: 0; }
  .mobile .sidebar-flusso .sidebar {
    margin-top: 0;
    background-color: #425563;
    color: #fff;
    border: none;
    height: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 18px; }
    .mobile .sidebar-flusso .sidebar #summary {
      margin-bottom: 0; }
      .mobile .sidebar-flusso .sidebar #summary .title {
        color: #E1E1E1; }
    .mobile .sidebar-flusso .sidebar #close {
      position: fixed;
      right: 15px;
      top: -100px;
      background-color: #293945;
      border-color: #293945;
      color: #e1e1e1;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
    .mobile .sidebar-flusso .sidebar h3 {
      color: #568ac4; }
  .mobile .sidebar-flusso #btn-menu {
    margin-left: -200px; }

/* Scss Document
 * TABELLA
*/
.mobile#premio .thead {
  margin-bottom: 10px;
  text-align: center;
  line-height: 1; }
  .mobile#premio .thead > span:not(.premio-orig), .mobile#premio .thead > div:not(.premio-orig) {
    display: block;
    padding-bottom: 10px; }
  .mobile#premio .thead .premio {
    font-size: 2.4em;
    padding-top: 5px;
    font-family: "Roboto", sans-serif; }
  .mobile#premio .thead .premio-orig {
    font-weight: 100;
    font-family: "Roboto", sans-serif;
    font-size: 18px; }
  .mobile#premio .thead a:not(.cta) {
    text-decoration: underline; }
.mobile#premio .table-garanzie {
  border-top: 1px solid #d4d1d1;
  margin-bottom: 40px; }
  .mobile#premio .table-garanzie .tr {
    border-bottom: 1px solid #d4d1d1; }
    .mobile#premio .table-garanzie .tr > div, .mobile#premio .table-garanzie .tr > span, .mobile#premio .table-garanzie .tr > a {
      display: table-cell;
      width: 40%;
      text-align: right;
      border-bottom: none; }
    .mobile#premio .table-garanzie .tr > .nome {
      width: 60%;
      text-align: left;
      background-color: #fbfbfb; }
    .mobile#premio .table-garanzie .tr > .value {
      font-weight: 700; }
  .mobile#premio .table-garanzie .I-livello .tr > .nome {
    background-color: transparent;
    padding-left: 45px;
    border-right: none; }
  .mobile#premio .table-garanzie .II-livello .tr > div, .mobile#premio .table-garanzie .II-livello .tr > span {
    background-color: #fff; }
  .mobile#premio .table-garanzie .II-livello .tr > .nome {
    background-color: #fbfbfb;
    border-right: none; }
.mobile#premio .blocco-tabella h5 {
  border-bottom: 1px solid #f09c58; }
.mobile #garanzie .table-garanzie .tr > div:not(.more-info), .mobile #garanzie .table-garanzie .tr > span {
  display: table;
  width: 40%;
  border-right: 0;
  border-bottom: 0;
  text-align: right; }
.mobile #garanzie .table-garanzie .tr > .nome {
  width: 60%;
  text-align: left;
  border: none;
  color: #fff;
  float: left;
  display: block; }
.mobile #garanzie .table-garanzie .tr > .value {
  font-weight: 700; }
.mobile #garanzie .table-garanzie .I-livello .tr > .nome {
  background-color: transparent;
  padding-left: 10px;
  border: none; }
.mobile #garanzie .table-garanzie .II-livello .tr > .nome {
  border: none;
  color: #fff; }
.mobile #garanzie .table-garanzie .more-info {
  width: 93%;
  display: block;
  text-align: right;
  font-size: 0.85em;
  line-height: 1.4;
  margin: 12px;
  border-top: 1px solid #7bb2c6;
  padding: 10px 0;
  position: relative; }
  .mobile #garanzie .table-garanzie .more-info:after, .mobile #garanzie .table-garanzie .more-info:before {
    top: -13px;
    right: 2px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .mobile #garanzie .table-garanzie .more-info:after {
    height: 0;
    border-style: solid;
    border-width: 1px 9px 14px 10px;
    border-color: transparent transparent #1d7b9c transparent;
    margin-left: 1px; }
  .mobile #garanzie .table-garanzie .more-info:before {
    height: 0;
    border-style: solid;
    border-width: 0 9px 13px 10px;
    border-color: transparent transparent #7bb2c6 transparent; }
.mobile .formfoot a:not(.cta) {
  text-decoration: underline; }

/* Scss Document
* ACCORDION
*/
.mobile .panel-group {
  margin-bottom: 0; }
.mobile .panel {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none; }
.mobile .panel-default > .panel-heading {
  color: #333;
  background-color: transparent;
  border-color: #8cb9c8; }
  .mobile .panel-default > .panel-heading a {
    display: block;
    padding: 15px;
    font-size: 1.2em;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    position: relative; }
    .mobile .panel-default > .panel-heading a:active, .mobile .panel-default > .panel-heading a:focus, .mobile .panel-default > .panel-heading a:visited {
      text-decoration: none; }
.mobile #garanzie .panel-heading a {
  color: #fff;
  padding-right: 36px; }
  .mobile #garanzie .panel-heading a.collapsed .icon-acc {
    display: block; }
.mobile #garanzie .panel {
  border-bottom: 1px solid #8cb9c8; }
.mobile #garanzie .panel-group .panel + .panel {
  margin-top: 0; }

/* Scss Document */
.mobile#home .main {
  padding-top: 26px;
  padding-bottom: 40px;
  margin-top: 120px;
  border-top: 1px solid #e1e1e1; }
.mobile#home .promo big {
  font-size: 0.9em;
  color: #fff;
  line-height: 0.9; }
.mobile#home #prod-short {
  padding: 0 10px; }
  .mobile#home #prod-short h2 {
    font-weight: 400; }
    .mobile#home #prod-short h2 i, .mobile#home #prod-short h2 span {
      display: table-cell;
      vertical-align: middle; }
    .mobile#home #prod-short h2 span {
      padding-left: 20px; }
    .mobile#home #prod-short h2 i img {
      width: 50px;
      height: inherit; }
  .mobile#home #prod-short label {
    margin-bottom: 0;
    font-weight: 400; }
.mobile#home #altri-prodotti h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  position: relative;
  margin-bottom: 40px;
  margin-top: 30px; }
  .mobile#home #altri-prodotti h2 span {
    position: relative;
    padding: 0 10px; }
  .mobile#home #altri-prodotti h2::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 10px; }
.mobile#home #altri-prodotti .btn-default {
  border: 1px solid #fff;
  color: #fff;
  width: 100%;
  padding: 12px 16px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: left;
  position: relative;
  margin-bottom: 20px; }
  .mobile#home #altri-prodotti .btn-default i, .mobile#home #altri-prodotti .btn-default span {
    display: table-cell;
    vertical-align: middle; }
  .mobile#home #altri-prodotti .btn-default i img {
    width: 50px;
    height: inherit; }
  .mobile#home #altri-prodotti .btn-default span {
    padding: 0 20px; }
  .mobile#home #altri-prodotti .btn-default:focus, .mobile#home #altri-prodotti .btn-default:visited, .mobile#home #altri-prodotti .btn-default:active, .mobile#home #altri-prodotti .btn-default:hover {
    background-color: #425563; }
  .mobile#home #altri-prodotti .btn-default::after {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    position: absolute;
    right: 14px;
    top: calc(50% - 13px); }
.mobile#premio .icona-promo {
  background-color: transparent;
  width: 18px;
  height: 18px;
  position: absolute;
  display: block;
  border-radius: 50%;
  right: 2px;
  color: #ed6575;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  top: -13px;
  font-size: 28px;
  line-height: 1.5;
  padding-left: 1px; }
.mobile#premio.main-page.tab-template {
  margin-top: 76px; }
.mobile#premio .premio > img {
  margin-right: -54px; }
.mobile#premio .cta {
  font-size: 1.6em; }
.mobile#anagrafica .blocco-assicurato {
  border-bottom: 1px dashed #ccc; }
.mobile.prodotto .cta {
  text-align: center;
  font-size: 1.1em;
  white-space: normal;
  line-height: 1.4;
  font-weight: 400; }
  .mobile.prodotto .cta:before {
    content: ""; }
.mobile.prodotto .tab-content .tab-pane .table-garanzie .pacchetto {
  margin-bottom: 20px;
  border-bottom: 1px solid #8cb9c8;
  margin-top: 0; }
  .mobile.prodotto .tab-content .tab-pane .table-garanzie .pacchetto h5 {
    float: none;
    margin-top: 0; }
    .mobile.prodotto .tab-content .tab-pane .table-garanzie .pacchetto h5:before {
      display: none; }
  .mobile.prodotto .tab-content .tab-pane .table-garanzie .pacchetto .I-livello,
  .mobile.prodotto .tab-content .tab-pane .table-garanzie .pacchetto .II-livello {
    border-right: none;
    border-left: none; }
.mobile.prodotto .tab-content .tab-pane:first-child .tr span:nth-child(3), .mobile.prodotto .tab-content .tab-pane:first-child .tr span:nth-child(4) {
  display: none !important; }
.mobile.prodotto .tab-content .tab-pane:nth-child(2) .tr span:nth-child(2), .mobile.prodotto .tab-content .tab-pane:nth-child(2) .tr span:nth-child(4) {
  display: none !important; }
.mobile.prodotto .tab-content .tab-pane:nth-child(3) .tr span:nth-child(2), .mobile.prodotto .tab-content .tab-pane:nth-child(3) .tr span:nth-child(3) {
  display: none !important; }
.mobile .tab-content .tab-pane:first-child .tr span:nth-child(3), .mobile .tab-content .tab-pane:first-child .tr span:nth-child(4) {
  display: none !important; }
.mobile .tab-content .tab-pane:nth-child(2) .tr span:nth-child(2), .mobile .tab-content .tab-pane:nth-child(2) .tr span:nth-child(4) {
  display: none !important; }
.mobile .tab-content .tab-pane:nth-child(3) .tr span:nth-child(2), .mobile .tab-content .tab-pane:nth-child(3) .tr span:nth-child(3) {
  display: none !important; }
.mobile #garanzie {
  padding-bottom: 0; }
  .mobile #garanzie .nav-tabs.only-text {
    margin-top: 0;
    height: 65px;
    overflow: hidden; }
    .mobile #garanzie .nav-tabs.only-text li a {
      border-color: #8cb9c8;
      padding: 0 8px;
      font-size: 0.9em; }
    .mobile #garanzie .nav-tabs.only-text li.active a, .mobile #garanzie .nav-tabs.only-text li.active a:hover, .mobile #garanzie .nav-tabs.only-text li.active a:focus {
      background-color: #8cb9c8;
      color: #fff;
      border-color: #8cb9c8; }
      .mobile #garanzie .nav-tabs.only-text li.active a span, .mobile #garanzie .nav-tabs.only-text li.active a:hover span, .mobile #garanzie .nav-tabs.only-text li.active a:focus span {
        color: #fff;
        font-size: 16px; }
  .mobile #garanzie .tab-content {
    padding: 0;
    border: 1px solid #8cb9c8; }
  .mobile #garanzie .table-garanzie {
    margin: 0;
    padding: 0;
    border: none; }
    .mobile #garanzie .table-garanzie .tr {
      border-top: 1px solid #8cb9c8; }
  .mobile #garanzie .table-garanzie .I-livello .tr {
    background-color: #0b617f; }
  .mobile #garanzie .table-garanzie .I-livello span:not(.nome) {
    background-color: transparent;
    border-top: none; }
.mobile .flusso #head-page {
  overflow: hidden; }
.mobile #faq section .container {
  padding: 20px 20px 0; }
.mobile #pagina-pagamento .row[role="main"],
.mobile #pagina-pagamento-ko .row[role="main"] {
  margin-left: 0;
  margin-right: 0; }

@media (max-width: 400px) {
  .force-row .col-xs-6 {
    float: none;
    width: 100%; } }

/*# sourceMappingURL=custom.css.map */
