/*

  CSS Danea

  */

/* common */

body {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6,
.block-title {
  font-family: "Lato", sans-serif;
}
a {
  color: inherit;
}
a:hover,
a:focus,
a:active {
  color: inherit;
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

ol {
  padding-left: 27px;
}

ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.center {
  text-align: center;
}

label {
  cursor: auto;
}

code {
  color: #138bc9;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: inherit;
}

body.home {
  background: #f3f3f3;
}

.no-margin {
  margin: 0 auto !important;
}

/* Button common */

.btn {
  /* tenere per bottone in supporto */
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  border-width: 2px;
  line-height: 23px;
}

.btn .fa.fa-chevron-right {
  font-size: 12px;
  margin-left: 6px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: transparent;
  outline: auto;
}

/* Barra Nera Sopra */

#top-bar {
  width: 100%;
  background: rgb(51, 51, 51);
  color: #ddd;
  font-weight: 300;
  z-index: 200;
  position: relative;
}

#top-bar a {
  padding: 0 3px;
  -webkit-transition: color 0.2s ease-in 0s;
  -moz-transition: color 0.2s ease-in 0s;
  transition: color 0.2s ease-in 0s;
  position: relative;
}

#top-bar .upper-nav > ul > li > a:hover {
  color: #fff;
  top: 1px;
}

#top-bar .nav-block {
  float: right;
}

#top-bar .upper-nav {
  float: left;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  position: relative;
  left: 0;
  opacity: 1;
}
#top-bar .upper-nav.away {
  left: -200px;
  opacity: 0;
}

#top-bar > .container {
  position: relative;
}
#top-bar .search-form {
  display: none;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  background: #333;
  width: 100%;
  height: 39px;
  padding: 7px 15px;
  opacity: 1;
  transition: 200ms;
}
#top-bar .search-form.away {
  left: 100%;
  opacity: 0;
  width: 0;
}
#top-bar .search-form > button {
  background: none;
  border: none;
  padding: 0;
}
#top-bar .search-form > button:hover {
  color: #fff;
}
#top-bar .search-form > input {
  border: none;
  background: none;
  margin-left: 10px;
  width: calc(100% - 60px);
}

.search-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 100;
  top: 0;
  left: 0;
}

/*
#top-bar .search input{background: #fff;border: 0;border-radius: 13px;
  padding: 2px 32px 2px 14px;color:#ccc;position: relative;
  -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.1);
    box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.1);
    color:#666;
}

#top-bar .search .fa-search{
  position: absolute;
  top: 0px;
  width: 14px;
  margin: 6px 8px 0px auto;
  left: 0px;
  right: 0px;
  cursor:pointer;
}
*/

#top-bar .upper-nav > ul > li {
  float: left;
}

#top-bar .upper-nav > ul > li span {
  display: inline-block;
  margin: 0 5px;
}
.dropdown .sub-menu {
  display: none;
}

#top-bar .upper-nav li + #menu-99 {
  margin-left: 2.5em;
}
#top-bar .upper-nav li + #menu-99 > span {
  display: none;
}

#top-bar .upper-nav #menu-102 {
  border: 1px solid #676767;
  background: #4f4f4f;
  padding: 2px 15px 0 10px;
  margin-top: 8px;
  border-radius: 3px;
}
#top-bar .upper-nav #menu-102 > a {
  color: #eee;
}
#top-bar .upper-nav #menu-102 > a:hover {
  color: #bbb;
}

#header #navbar #menu-102 > .sub-menu {
  background: #0094d4;
  padding: 4px 20px;
  margin-top: 10px;
}
#header #navbar #menu-102 > .sub-menu > li:first-child {
  color: #fff;
}
#header #navbar #menu-102 > .sub-menu > li + li {
  border-top: 1px solid #36abdd;
}
#header #navbar #menu-102 > .sub-menu > li > a > .fa {
  display: none;
}

::-webkit-input-placeholder {
  color: #666;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #666;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

/* Header: Common e Primo Livello */

#header {
  font-weight: 300;
  background: #fff;
}

#header .first-level {
  font-size: 22px;
  line-height: 24px;
  background: #fff;
  z-index: 15;
  /*border-bottom: 2px solid #F0F0F0;*/
  -webkit-box-shadow: 0px 1px 2px 0px rgba(210, 210, 210, 0.75);
  -moz-box-shadow: 0px 1px 2px 0px rgba(210, 210, 210, 0.75);
  box-shadow: 0px 1px 2px 0px rgba(210, 210, 210, 0.75);

  position: static;
  top: auto;
  width: auto;
}

#header .first-level.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

/* da qui */

#header .support {
  color: #f37139;
  padding: 0;
  z-index: 99;
}

#header .support a {
  float: right;
}

#header .support > ul > li > a:hover {
  color: #ff9b00;
}

#header .support > ul {
  padding: 24px;
  padding-top: 12px;
  padding-bottom: 5px;
  width: 171px;
  margin-top: 2px;
  position: absolute;
  right: 0;
  background: #fff;
  cursor: pointer;
}

#header .support > ul.hover-click {
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(210, 210, 210, 0.75);
  -moz-box-shadow: 0px 1px 2px 0px rgba(210, 210, 210, 0.75);
  box-shadow: 0px 1px 2px 0px rgba(210, 210, 210, 0.75);
  margin-top: 1px;
  margin-right: -1px;
}

#header .support > ul > li {
  float: left;
  width: 100%;
}

#header .support > ul > li:first-child {
  padding-bottom: 12px;
}

#header .support .sub-menu {
  display: none;
}

#header .support .sub-menu > li > a {
  color: #999;
  font-size: 20px;
  border-top: 1px solid #eee;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
}

#header .support > ul.hover-click ul.sub-menu {
  display: block;
  margin-top: 36px;
}

#header .support .sub-menu > li > a:hover {
  color: #3fafe0;
}

/* a qui */

#header .center-nav {
  color: #999;
  position: relative;
}

#header .first-level .center-nav {
  padding-top: 14px;
}

#header .center-nav ul li {
  display: block;
  text-align: left;
}

#header .center-nav ul li:last-child {
  margin-right: 0;
}

#header .support .text {
  margin-right: 5px;
}

#header .center-nav ul li a:hover {
  color: #3fafe0;
}

#header .support {
  display: none;
}

#header .first-level {
  padding-bottom: 0;
  padding-top: 14px;
}

#header .center-nav ul li {
  margin-bottom: 4px;
}

#header .center-nav ul li:last-child {
  margin-bottom: 0;
}

#header .first-level .navbar-nav {
  margin: 18px 0;
}

#header .first-level #navbar ul li a i.fa {
  margin-right: 6px;
}

#header .first-level .navbar-nav.mobile-top-bar {
  display: block;
  border-top: 1px solid #e7e7e7;
  padding-top: 14px;
  margin-bottom: 14px;
}

/* se c'è .mobile-product-menu nascondi .mobile-top-bar */
#header .navbar-nav.mobile-product-menu + .navbar-nav.mobile-top-bar {
  display: none;
}

.product #header .first-level .navbar-nav.default-menu li a:not(.selected) {
  display: none;
}

#header .first-level .navbar-nav.mobile-top-bar li a {
  font-size: 16px;
  line-height: 20px;
}

#header .first-level .navbar-nav.mobile-product-menu {
  display: block;
  border-top: 1px solid #e7e7e7;
  padding-top: 11px;
  margin-top: 0;
  margin-bottom: 14px;
}

#header .first-level .navbar-nav.mobile-product-menu li a {
  font-size: 18px;
  line-height: 22px;
}

#header .first-level .navbar-nav.mobile-product-sub-menu {
  display: block;
  border-top: 1px solid #e7e7e7;
  padding-top: 14px;
  margin-bottom: 16px;
  margin-top: 0;
}

#header .first-level .navbar-nav.mobile-product-sub-menu li a {
  font-size: 16px;
  line-height: 20px;
}

/* ridurre primo livello con scroll */

#header .first-level.shrink {
  padding-top: 5px;
  padding-bottom: 1px;
  font-size: 20px;
  -webkit-transition: 0.2s, font-size 0s;
  -moz-transition: 0.2s, font-size 0s;
  -ms-transition: 0.2s, font-size 0s;
  -o-transition: 0.2s, font-size 0s;
  transition: 0.2s, font-size 0s;
}

#header .first-level.shrink .navbar-header img {
  width: 132px;
  height: auto !important;
}

#header .first-level.shrink .center-nav {
  /*padding-top:6px;*/

  padding-top: 11px;
}

#header .first-level.shrink .support > ul {
  /*margin-top: 0px;
  padding-top: 6px;*/

  padding-bottom: 0px;

  margin-top: 2px;
  padding-top: 9px;
}

#header .first-level.shrink .support > ul {
  width: 149px;
}

#header .first-level.shrink .support > ul.hover-click {
  /*margin-top:-1px;*/
  margin-top: 1px;
}

#header .first-level.shrink .support > ul > li:first-child {
  padding-bottom: 6px;
}

#header .first-level.shrink .support .sub-menu li a {
  padding-top: 6px;
  padding-bottom: 6px;
}

#header .second-level.shrink {
  padding-top: 10px;
  padding-bottom: 12px;
}

#header .second-level.shrink a.selected:after {
  display: none;
}

/* Header Secondo Livello */

#header .second-level {
  z-index: 9;

  -webkit-box-shadow: 0px 1px 2px 0px rgba(210, 210, 210, 0.75);
  -moz-box-shadow: 0px 1px 2px 0px rgba(210, 210, 210, 0.75);
  box-shadow: 0px 1px 2px 0px rgba(210, 210, 210, 0.75);

  position: static;
  top: auto;
  width: auto;
  background: transparent; /* se no non si vede ombra del div sopra */
}

#header .second-level a.selected:after {
  content: "";
  display: inline-block;
  position: absolute;
  border: 8px solid transparent;
  border-top-color: #fff;
}

#header .second-level .center-nav ul li {
  margin-right: 14px;
}

#header .second-level.fixed {
  position: fixed;
  top: 51px; /* altezza di first-level quando è shrink */
  width: 100%;
  background: #fff;
}

/* Barra Azzurra Approfondimento */

#approfondimento {
  background: rgb(62, 170, 217);
  color: #fff;
  min-height: 210px;
  padding: 16px 0;
  font-weight: 300;
}

#approfondimento .center-box h1 {
  font-size: 35px;
  line-height: 37px;
  font-weight: 400;
  margin-bottom: 14px;
  margin-top: 28px;
}

#approfondimento .center-box p {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  padding-bottom: 24px;
  margin-bottom: 0;
}

#barra-bg {
  background: url("../img/danea-bg.jpg");
  position: relative;
  width: 100%;
  height: 4px;
  z-index: 7;
}

/* bread-crumb */

.bread-crumb {
  font-size: 14px;
}

.bread-crumb ul li {
  float: left;
}

.bread-crumb span {
  font-size: 12px;
  margin: 0 3px;
}

.bread-crumb ul li a:hover {
  text-decoration: underline;
}

/* Sezioni: Classi Comuni */

/* background default */
.text-block {
  background: #fff;
}

.gradient-grey {
  background: rgb(240, 240, 240);
  background: -webkit-linear-gradient(
    to top,
    #f7f7f7,
    white 200px
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(
    to top,
    #f7f7f7,
    white 200px
  ); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    to top,
    #f7f7f7,
    white 200px
  ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(
    to top,
    #f7f7f7,
    white 200px
  ); /* Standard syntax */
}

/* text-block */

.text-block h1,
.text-block h2,
.text-block h3 {
  color: #3fafe0;
}

.text-block h3,
.text-block h2,
.text-block .block-title {
  display: block;
  font-size: 25px;
  line-height: 33px;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 10px;
  /*letter-spacing:0.03em;*/
}

.text-block h4 {
  font-size: 18px;
  line-height: 25px;
}

.text-block p,
.text-block li,
.text-block div {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #777;
  font-weight: 100;
  letter-spacing: 0.007em;
}

.text-block p {
  /*margin-bottom:14px;*/
}

.text-block ul li,
.text-block ol li {
  margin-bottom: 7px;
}

.text-block ul,
.text-block ol {
  margin-bottom: 14px;
}

.text-block a {
  color: #f37139;
}

.text-block a:hover {
  color: #ff9b00;
}

.text-block .single-feature a {
  color: #3fafe0;
}

/* bordo solo se è in un <p> */
.text-block a:hover {
  /*border-bottom: 1px solid;*/
}

/* sezione-barra */

.sezione-barra.header-white a,
.sezione-barra.sezione-1-col a,
.sezione-barra.testo-grande a {
  color: #f37139;
  /*border-bottom: 1px solid;*/
}

.sezione-barra.header-white a:hover,
.sezione-barra.sezione-1-col a:hover,
.sezione-barra.testo-grande a:hover {
  color: #ff9b00;
}

.sezione-barra {
  background: #fff;
}

.sezione-barra h5 {
  color: #777;
}

.sezione-barra .pay-off h5 {
  color: #fff;
}

.sezione-barra p {
  /*font-size:20px;
  line-height:28px;*/
  font-size: 18px;
  line-height: 26px;
}

.sezione-barra p {
  /*margin-bottom:12px;*/
}

.sezione-barra li {
  margin-bottom: 14px;
}

/* non tutti gli h2 di sezione barra */
.sezione-barra h1,
.sezione-barra.banner-left h2,
.sezione-barra.banner-standard h2 {
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sezione-barra h3,
.sezione-barra.sezione-1-col h2,
.sezione-barra.header-white .col-md-12 h2 {
  color: #3fafe0;
  /*letter-spacing: 0.05em;*/
  font-size: 24px;
}

.sezione-barra h4 {
  margin-top: 14px;
  font-size: 21px;
}

.sezione-barra img {
  max-width: 100%;
  display: block;
  height: auto;
}

/* .sezione-barra.header-white -> banner 100% allineato a sx, testo grande */

.sezione-barra.header-white {
  /*padding-top:28px;*/
}

.sezione-barra.header-white p,
.sezione-barra.header-white li,
.sezione-barra.sezione-1-col p {
  font-size: 20px;
  line-height: 28px;
  color: #777;
  /*letter-spacing: 0.03em;*/
}

.sezione-barra.header-white p {
  margin-bottom: 12px;
}

.sezione-barra.header-white li {
  margin-bottom: 14px;
}

.sezione-barra.header-white ul {
  margin-bottom: 20px;
}

/* .sezione-barra.sezione-1-col -> banner 100% allineato al centro, testo grande */
.sezione-barra.sezione-1-col {
  text-align: center;
  padding-top: 28px;
}

.sezione-barra.sezione-1-col li {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 28px;
}

.sezione-barra.sezione-1-col ul {
  margin-bottom: 20px;
}

/* .sezione-barra.testo-grande -> blocco testo due colonne testo grande */

.sezione-grande.testo-grande {
  padding-top: 28px;
}

.sezione-grande.testo-grande .container .col-md-6 {
  padding-top: 36px;
}

.sezione-barra.testo-grande ul {
  margin-bottom: 20px;
}

.sezione-barra.testo-grande {
  /*background:rgb(245, 245, 245);*/
  /*text-align:center;*/
}

.sezione-barra.testo-grande h1 {
  color: #3fafe0;
}

.sezione-barra.testo-grande p {
  color: #777;
  font-size: 18px;
  line-height: 28px;
}

.sezione-barra.testo-grande p {
  margin-bottom: 20px;
}

.sezione-barra.testo-grande li {
  color: #777;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 28px;
}

/* liste annidate, in text-block e sezione-barra */

.text-block ul,
.sezione-barra.testo-grande ul,
.sezione-barra.sezione-1-col ul,
.sezione-barra.header-white ul {
  /*text-indent: -6px;
  margin-left: 12px;*/
  text-indent: -4px;
  margin-left: 10px;
}

.sezione-barra ul ul,
.text-block ul ul {
  padding-left: 40px;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  text-indent: -2px;
}

.sezione-barra ul ul li,
.text-block ul ul li {
  list-style-type: disc;
}

.sezione-barra ul ul ul li,
.text-block ul ul ul li {
  list-style: circle;
}

/* carousel */
#carousel.sezione-barra img {
  border-radius: 0;
}

/*
.banner-left .container, .banner-standard .container, .banner-white .container{
  padding-top:0px;
  padding-bottom:0;
}
*/

.banner-left,
.banner-standard,
.banner-white {
  padding-top: 16px;
}

.banner-left .container .col-md-6,
.banner-standard .container .col-md-6,
.banner-white .container .col-md-6 {
  padding-top: 26px;
}

.sezione-2-col .container,
.sezione-4-col .container,
.sezione-3-col .container {
  /*padding-top:18px;*/
  padding-bottom: 28px;
}

.sezione-1-col a, .sezione-2-col a, .sezione-3-col a, .sezione-4-col a, /* .sezione-barra a */ {
  color: #f37139;
}

.sezione-1-col a:hover,
.sezione-2-col a:hover,
.sezione-3-col a:hover,
.sezione-4-col a:hover {
  color: #ff9b00;
}

/* Sezione "paragrafo" */

.paragrafo .container {
  padding-top: 36px;
  padding-bottom: 30px;
}

.paragrafo h3,
.paragrafo h2 {
  margin-bottom: 14px;
  margin-top: 0;
}

.paragrafo img {
  max-width: 100%;
  width: auto;
  height: auto;
}

/* tabella prezzi domustudio */

.price-table h4 {
  font-size: 20px;
  line-height: 33px;
}

.price-table .price {
  font-family: "Lato", sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 33px;
  font-weight: 300;
  color: #3fafe0;
  letter-spacing: normal;
}

.price-table .price .small {
  font-size: 15px;
}

.price-table .col-md-8,
.price-table .col-md-4 {
  padding: 8px;
  padding-left: 14px;
  padding-right: 14px;
}

.price-table {
  border-top: 1px solid #ddd;
  /*max-width:800px;
  margin: 0 auto;*/
}

.price-table:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.price-table:last-of-type {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.price-table .btn_r_oow {
  max-width: 100%;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.price-table .col-cta {
  text-align: center;
  margin-top: 7px;
}

.price-table .desc {
  width: 80%;
}

/* Sezione 2-col */

.sezione-2-col img {
  margin-bottom: 20px;
  width: 100% !important;
  height: auto !important;
}

/* Sezione 3-col + 4-col */

.sezione-4-col {
  clear: both;
}

.sezione-4-col h3,
.sezione-3-col h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.sezione-4-col h3 a,
.sezione-3-col h3 a {
  color: #3fafe0;
  border-bottom: 0;
}

.sezione-4-col img,
.sezione-3-col img {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: auto;
}

/* Sezione Features */

.features,
.features-header,
.features-footer {
  text-align: center;
}

.features .row {
  padding-bottom: 20px;
}

.features-header .row {
  padding-bottom: 25px;
}

.features-footer .row {
  /*padding-bottom:48px;*/
  padding-bottom: 5px;
}

.features-header h3,
.features-footer h3,
.features-footer h2 {
  font-size: 26px;
  line-height: 28px;
}

.features-header h3 {
  margin-top: 50px;
}

.features-footer h3,
.features-footer h2 {
  margin-top: 0;
  margin-bottom: 30px;
}

.features img {
  padding-bottom: 0;
}

.features .single-feature {
  padding: 15px;
  margin: 0 auto;
}

/* in mobile grandi uguali */
.features .col-md-4 .single-feature,
.features .col-md-3 .single-feature {
  width: 299px;
  height: auto;
}

.features .col-md-3,
.features .col-md-4 {
  padding-left: 10px;
  padding-right: 10px;
}

.features .single-feature a {
  display: block;
  border: none;
}
.features .single-feature.hovered:hover {
  background: #f9f7f2;
  text-decoration: none;
  border-radius: 8px;
}

.features .single-feature h3 {
  margin-top: 0;
  margin-bottom: 7px;
  letter-spacing: 0.03em;
  line-height: 27px;
}

.features.text-block p {
  min-height: 92px;
  letter-spacing: 0.007em;
  margin-bottom: 0;

  /*line-height: 18px;*/
  line-height: 1.38; /* from //facebook// */
}

/* Sezione Banner Left */

.banner-left h1,
.banner-left h2 {
  color: #fff;
}

.banner-left p {
  color: #fff;
}

.banner-left {
  background: rgb(63, 175, 225);
  color: #fff;
}

/* Sezione Banner Standard */

.banner-standard {
  background: rgb(245, 245, 245);
  /*text-align:center;*/
}

.banner-standard h1,
.banner-standard h2 {
  color: #3fafe0;
}

.banner-standard p,
.banner-standard li {
  color: #777;
}

/* Sezione Banner White */

.banner-white {
  text-align: center;
}

.banner-white h1,
.header-white h1 {
  color: rgb(63, 175, 225);
}

.banner-white p,
.header-white p {
  line-height: 28px;
}

.banner-white .body-copy {
  width: 400px;
  margin: 0 auto;
}

/* Test Box */

.test-box {
  clear: both;
  float: left;
}

.test-box .check {
  float: left;
  width: 40px;
  margin-top: 26px;
  color: #3fafe0;
  font-size: 20px;
}

.test-box .check span {
  display: none;
}

.test-box .desc {
  float: left;
  width: 90%;
  width: calc(100% - 40px);
}

/* Stile Carousel */

.container .inner {
  width: 720px;
  margin: 0 auto;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}

/*.carousel-inner>.item>img, .carousel-inner>.item>a>img{
  width:100%;
}*/

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 1140px;
  height: 556px;
  max-width: none;
}

.carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  text-shadow: none;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.carousel-caption h4 {
  font-size: 16px;
  font-weight: 400;
  font-family: arial;
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 25px;
}

/* Intro Home */

.home #view-intro {
  background: rgb(240, 240, 240);
  color: #fff;
  font-weight: 300;
}

.home #view-intro .container {
  background: url("../img/home-banner.png");
  height: 473px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
}

/* Se non teniamo immagine, buttare via */
.home #view-intro img {
  width: 100%;
  height: auto;
}

.home p {
  margin-bottom: 26px;
}

.carousel-section .pay-off {
  padding-left: 15px;
  text-align: center;
  padding-right: 15px;
}

.fumetto-box {
  color: rgb(153, 153, 153);
  background: #fff;
  padding: 0px 30px;
  padding-top: 36px;
  width: 320px;
  margin-right: 20px;
  background-image: url("../img/bg-fumetto.png");
  background-repeat: no-repeat;
  background-size: 100% 7px;
  position: absolute;
  bottom: 0;
  z-index: 10;
  right: 35px;
}

.fumetto-box h3 {
  font-weight: 300;
  margin-top: 0;
  font-style: italic;
  font-size: 22px;
  color: #fff;
}

.fumetto-box ul {
  margin-top: 16px;
  bottom: 0;
  text-align: left;
  padding-left: 0;
  margin-left: 0;
  width: auto;
  left: 0;
  position: relative;
}

.fumetto-box ul li {
  font-size: 18px;
  line-height: 34px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  display: list-item;
  width: auto;
  height: auto;
  border-radius: 0;
  text-indent: 0;
  margin: 0;
}

.fumetto-box ul li:last-child {
  border-bottom: 0;
}

.fumetto-box ul li:hover {
  color: #3fafe0;
}

.fumetto-box ul li.active {
  width: auto;
  height: auto;
  color: #3fafe0;
  background-color: transparent;
  cursor: default;
}

.fumetto-box ul li .fa {
  margin-right: 5px;
}
.fumetto-box ul li .fa.fa-angle-left {
  display: none;
}
.fumetto-box ul li .fa.fa-angle-right {
  margin-right: 2px;
}
.fumetto-box ul .active .fa.fa-angle-left {
  display: inline-block;
}
.fumetto-box ul .active .fa.fa-angle-right {
  display: none;
}

.fumetto-box:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -24px;
  border: 12px solid transparent;
  border-right-color: #fff;

  top: 84px;
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}

/* prodotti intro */

#view-intro.product-intro {
  color: #fff;
  font-weight: 300;
  height: 580px;
  padding: 16px 0;
  background: no-repeat center center;
  background-size: cover;
  -webkit-box-shadow: 0px 76px 92px -16px rgba(42, 42, 42, 0.3) inset;
  -moz-box-shadow: 0px 76px 92px -16px rgba(42, 42, 42, 0.3) inset;
  box-shadow: 0px 76px 92px -16px rgba(42, 42, 42, 0.3) inset;
}

/* Se non teniamo immagine, buttare via */
#view-intro.product-intro img {
  height: auto;
  width: auto;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}

#view-intro.product-intro .btn.rounded .fa.fa-caret-right {
  margin-left: 7px;
  font-size: 16px;
}

#view-intro.product-intro p,
#view-intro.product-intro h4 {
  font-size: 20px;
  font-weight: 400;
  font-family: arial;
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 15px;
}
@media (max-height: 700px) {
  #view-intro.product-intro h1 {
    font-size: 26px;
    line-height: 38px;
    margin-top: 10px;
    margin-bottom: 16px;
  }
  #view-intro.product-intro h4 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.product-intro .pay-off {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  margin-top: 154px;
}

.product-intro .pay-off h4 {
  display: none;
}

/* barra versioni */

#versioni {
  float: right;
  font-size: 14px;
}

#versioni label {
  font-weight: 300;
  margin-right: 15px;
}

#versioni ul,
#versioni li {
  display: inline-block;
}

#versioni li {
  margin-right: 8px;
  font-weight: 500;
  font-size: 14px;
}

#versioni li a.selected {
  color: #fab736;
}

#versioni a:hover {
  color: rgb(186, 186, 186);
}

#versione-switch {
  text-align: center;
  font-size: 17px;
  color: rgb(153, 153, 153);
  min-height: 70px;
  padding-top: 25px;
  padding-bottom: 21px;
}

#versione-switch p {
  display: inline;
}

#versione-switch label {
  font-weight: 300;
  margin-right: 10px;
  font-style: italic;
  margin-bottom: 0;
}

#versione-switch ul,
#versione-switch li {
  display: inline-block;
}

#versione-switch li {
  margin-right: 10px;
}

#versione-switch li a.selected {
  color: #fab736;
}

/* blocchi prodotto */

.product-blocks {
  padding-top: 38px;
  padding-bottom: 40px;
  background: #3fafe0;
  width: 100%;
}

/* centrare i prodotti */
.product-blocks .row {
  text-align: center;
}

.product-blocks .row .col-md-3 {
  float: none;
  display: inline-block;
  margin: 0 -2px;
  margin-bottom: 16px;
}

.product-blocks .single-product {
  width: 100%;
  width: 263px;
  background: transparent;
  margin-bottom: 14px;
}

.product-blocks .single-product img.consigliata {
  width: 119px;
  height: auto;
  position: absolute;
  margin-left: -4px;
  margin-top: -4px;
}

.product-blocks img {
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.product-blocks .single-product .desc {
  background-image: url("../img/bg-fumetto.png");
  background-repeat: no-repeat;
  background-size: 100% 7px;
  padding: 14px 20px;
  height: 500px;
  text-align: center;
  background-color: rgb(240, 240, 240);
  overflow: hidden;
}

.product-blocks .single-product .desc h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  color: #3fafe0;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  text-align: center;
}

.product-blocks .single-product .desc p {
  font-size: 18px;
  line-height: 22px;
  color: #777;
  text-align: left;
}

.product-blocks .desc p.long-description {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #333;
  font-weight: 100;
  margin-bottom: 20px;
  text-align: left;
}

.product-blocks .price {
  background: rgb(191, 185, 161);
  position: absolute;
  right: 14px;
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  padding: 6px 8px;
  padding-bottom: 5px;
  /*
  width:87px;
  */
  text-align: center;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
}

.product-blocks .price-bottom {
  color: #3fafe0;
  text-align: center;
  position: absolute;
  bottom: 90px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 28px;
}

.product-blocks .price span.small {
  font-size: 15px;
  float: left;
  margin-right: 3px;
}

.product-blocks .price-bottom span.small {
  font-size: 15px;
  margin-right: 3px;
}

.product-blocks .col-md-3.selected-product {
  padding-left: 12px;
  padding-right: 12px;
}

.product-blocks .selected-product .single-product {
  padding: 4px;
  /*background:#3fafe0;*/
  background: rgb(191, 185, 161);
}

.product-blocks .selected-product .single-product .price {
  /*background-color:#3fafe0;*/
}

/* blocco prezzi */

#pricing .row.borders {
  /* height:48px; */
  /* quelli più piccoli hanno 44, o forse dipende da altezza totale del testo */
  /*border-top:1px solid #ddd;*/
}

#pricing .row.borders:nth-child(2) {
  display: none;
}

#pricing .row.borders.start {
  height: 48px;
}

#pricing .row.borders.top-color {
  height: 7px;
}

/* prodotti */
#pricing .row.borders.title {
  height: auto;
  border-bottom: 1px solid #bbb;
  border-top: 1px solid #eee;
}

#pricing .row.borders.title .description-side.heading {
  display: block;
  cursor: pointer;
  white-space: nowrap;
}

/* apri/chiudi */
#pricing .row .description-side .control {
  float: right;
  font-size: 12px;
  font-family: Arial, sans-serif;
  margin-top: 3px;
}
#pricing .row .description-side .control span {
  color: #888;
  margin-right: 3px;
}
#pricing .row:hover .description-side .control span {
  color: #3fafe0;
}
#pricing .row .description-side .c-hide {
  display: none;
}
#pricing .open .description-side .c-hide {
  display: block;
}
#pricing .open .description-side .c-show {
  display: none;
}

#pricing .row.borders.start .product-side.first {
  border-bottom: 1px solid #eee;
}

#pricing .row.borders.top-color .product-side {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

#pricing {
  margin-top: 54px;
}

#pricing .borders:last-child {
  border-bottom: 1px solid #eee;
}

#pricing .description-side {
  border-right: 1px solid #eee;
  height: 100%;
  /*width:40%;*/
}

#pricing .description-side p {
  margin-bottom: 0;
}

#pricing .description-side a {
  color: #3fafe0;
  border-bottom: 1px solid;
}

#pricing .product-side {
  /*width:60%;*/
  height: 100%;
  text-align: center;
}

#pricing .product-side .row {
  height: 100%;
}

#pricing .product-side .single-product {
  border-right: 1px solid #eee;
  height: 100%;
}

#pricing .product-side.first .single-product {
  color: #888;
  font-size: 18px;
  line-height: 20px;
}

#pricing .heading {
  color: #888;
  font-size: 25px;
  line-height: 27px;
  /*font-weight:100;*/
}

#pricing .heading.description-side {
  padding-left: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #3fafe0;
}

#pricing .description-side.desc {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #666;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#pricing .title {
  /*background-color: rgb(240, 240, 240);*/
}

/* per centrare, se non va bene andiamo di padding o line-height = height */
#pricing .description-side.heading,
#pricing .product-side .single-product {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#pricing .product-side .single-product.price {
  display: block;
  padding-top: 10px;
}

#pricing .product-side .single-product.price .small {
  font-size: 15px;
  margin-right: 3px;
}

#pricing .product-side .single-product i.fa {
  font-size: 18px;
}

#pricing .product-side .single-product i.fa.fa-euro,
#pricing .product-side .single-product i.fa.fa-check {
  color: #60af31;
}

#pricing .product-side .single-product i.fa.fa-times {
  color: #cf5858;
}

#pricing .product-side .single-product i.fa.fa-minus {
  color: #cacaca;
}

#pricing .description-side.desc .bold {
  font-weight: bold;
}

#pricing .row.borders:not(.start):not(.top-color):not(.title) {
  /*display:none;*/
}

#pricing .row.borders:not(.start):not(.top-color):not(.title):nth-child(odd) {
  background: rgb(245, 245, 245);
}

#pricing .description-side.desc .standard {
  display: none;
}

#pricing .description-side.desc .mobile {
  display: block;
}

/* Modale */

h3.modal-title {
  margin-top: 20px;
  margin-bottom: 10px;
}

.modal-not-windows .modal-dialog,
.modal-fic .modal-dialog {
  max-width: 400px;
}

.modal-not-windows .modal-header h5,
.modal-fic .modal-header h5 {
  color: #3fafe0;
  font-size: 25px;
  text-align: center;
}

.modal-not-windows hr,
.modal-fic hr {
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid #e5e5e5;
}

.modal-not-windows button,
.modal-fic button {
  display: block;
  margin: auto;
  transition: initial;
}

.modal-not-windows form,
.modal-not-windows p,
.modal-fic form,
.modal-fic p {
  max-width: 300px;
  margin: auto;
}

.modal-not-windows p,
.modal-fic p {
  font-size: 14px;
  font-weight: 400;
  color: gray;
}

.modal-not-windows .alert,
.modal-fic .alert {
  display: block;
}

.modal-fic button[type="submit"] {
  background-color: #007ce4;
}

.modal-fic img {
  max-width: 254px;
  margin: auto;
  margin-bottom: 20px;
}

.modal-not-windows form p {
  margin-bottom: 10px;
  color: #333;
}

/* Supporto */

.supporto #approfondimento {
  background-color: rgb(50, 50, 50);
  height: 268px;
}

#nav-supporto {
  height: auto;
  background: rgb(238, 238, 238);
  z-index: 9;
  position: static;
  top: auto;
  width: auto;
  /*  transition: top 150ms;*/
}

#nav-supporto span.nav-label {
  padding: 6px 12px 6px 0;
  /*color: #777;*/
  font-size: 17px;
  line-height: 20px;
  color: #3fafe0;
  font-weight: bold;
  display: inline-block;
  float: left;
}

#nav-supporto nav {
  padding: 15px 0 5px;
}
#nav-supporto nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#nav-supporto nav ul > li > a {
  padding: 6px 12px;
  border-radius: 3px;
  display: inline-block;
  color: #3fafe0;
  font-size: 17px;
  line-height: 20px;
  background-color: #fff;
  margin-bottom: 10px;
  border: 1px solid #3fafe0;
  font-weight: 400;
}
#nav-supporto nav ul > li > a:hover {
  background-color: #3fafe0;
  color: #fff;
}
#nav-supporto .scroll-top {
  display: none;
}
@media screen and (max-width: 767px) {
  #nav-supporto nav ul > li > a {
    border-radius: 17px;
    color: #444;
    background: #fff;
    border: none;
    margin-right: 10px;
    font-weight: 300;
  }
}
@media screen and (min-width: 768px) {
  #nav-supporto nav ul > li + li > a {
    margin-left: 15px;
  }
  #nav-supporto.fixed .scroll-top {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: calc(50% - 14px);
    background: #fff;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #3fafe0;
  }
}

#assistenza .container {
  padding-top: 36px;
  padding-bottom: 30px;
}

#assistenza h2 {
  margin-bottom: 14px;
  margin-top: 0;
}

#assistenza .argomento h2,
#assistenza .domanda-risposta h2 {
  font-style: italic;
  margin-bottom: 28px;
}

#assistenza .argomento ul li {
  font-size: 14px;
  line-height: 14px;
  border-bottom: 1px solid #ddd;
  padding-top: 9px;
  padding-bottom: 10px;
  width: 90%;
  margin: 0 auto;
}

#assistenza .argomento ul li a {
  color: #777;
  border-bottom: 0;
}

#assistenza .argomento ul li a:hover,
#assistenza .argomento ul li a.selected {
  color: #3fafe0;
}

#assistenza .argomento ul li:last-child {
  border-bottom: 0;
}

#assistenza .argomento ul li i.fa {
  font-size: 11px;
  padding-right: 6px;
}

#assistenza .domanda-risposta p {
  line-height: 20px;
  margin-bottom: 8px;
}

#assistenza .domanda-risposta i.fa {
  font-size: 11px;
  padding-right: 6px;
  width: 16px;
}

#assistenza .domanda-risposta .domanda {
  cursor: pointer;
  color: #3fafe0;
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 0.5em;
}

#assistenza .domanda-risposta .risposta {
  padding-left: 20px;
}

#assistenza .domanda-risposta .risposta {
  display: none;
}

#assistenza .accesso,
#assistenza .domanda-risposta {
  margin-top: 28px;
}

#assistenza .accesso .inner-section {
  padding: 14px;
  padding-top: 22px;
  padding-bottom: 23px;
}

#assistenza .accesso {
  color: #333;
}

#assistenza .accesso label {
  font-weight: 300;
}

#assistenza .accesso label span.get-tooltip {
  font-weight: bold;
  color: #000;
  cursor: pointer;
}

#assistenza .accesso input[type="checkbox"] {
  margin-right: 7px;
}

#assistenza .accesso .btn-primary {
  background: rgb(66, 172, 220);
  border-color: #fff;
  height: 40px;
  width: 168px;
}

#assistenza .accesso a#pass_link {
  text-decoration: underline;
  margin-top: 20px;
  display: block;
  text-align: right;
}

#assistenza input[type="text"] {
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
  height: 36px;
  border: 0;

  -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

#assistenza input#codice_cliente {
  margin-bottom: 14px;
}

#assistenza input#cd-key {
  margin-bottom: 16px;
}

#assistenza label.checkbox-label {
  margin-bottom: 16px;
}

#assistenza .square {
  font-family: Arial, sans-serif;
  height: auto;
  background: rgb(238, 238, 238);
}

#assistenza .form-control:focus {
  border: 0;
}

/* supporto */
#assistenza .argomento h2,
#assistenza .domanda-risposta h2 {
  margin-bottom: 18px;
}

/* topic slide */

.topic-slide-container {
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-bottom: 6em;
}

.slick-slider .slick-slide {
  margin: 0 6px;
}
.slick-slide > img {
  max-width: 100%;
  border: 1px solid #999;
}
.slick-arrow {
  width: 34px;
  height: 142px;
  margin-top: 2px;
  top: 50%;
  background-position: 1px;
  z-index: 5;
}
.slick-arrow:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
  background: url("images/sx.png");
  left: -44px;
}
.slick-next,
.slick-next:hover,
.slick-next:focus {
  background: url("images/dx.png");
  right: -44px;
}
.slick-prev::before,
.slick-next::before {
  content: "";
}
.slick-dots {
  bottom: -3em;
}
.slick-dots li {
  margin: 0;
}
.slick-dots li button:before {
  font-size: 10px;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0;
}

.lg-outer .lg-object.lg-image {
  max-height: calc(100vh - 90px);
}

/*
.html5-next,
.html5-prev,
#html5-close {
  box-sizing: border-box;
}

.html5-next,
.html5-prev {
  border: 1px solid rgb(238, 238, 238);
  background: #fff;
  border-radius: 2px;
}

.html5-next:hover,
.html5-prev:hover {
  background: rgb(238, 238, 238);
}

.html5-next:before {
  content: url("/assets/js/html5lightbox/skins/default/lightbox-next.png");
}
.html5-next .mh-icon-right {
  display: none;
}

.html5-prev:before {
  content: url("/assets/js/html5lightbox/skins/default/lightbox-prev.png");
}
.html5-prev .mh-icon-left {
  display: none;
}

#html5-close {
  background: #fff !important;
  border-radius: 50%;
  border: 1px solid rgb(238, 238, 238);
}

#html5-close:hover {
  background: rgb(238, 238, 238);
}

.html5-playpause,
.html5-title-prefix {
  display: none !important;
}
/*

/* Pagine Ecommerce Aziende */

.aziende-block p {
  line-height: 20px;
  margin-bottom: 8px;
}

.aziende-block i.fa {
  font-size: 11px;
  padding-right: 6px;
  width: 16px;
}

.aziende-block .azienda-nome {
  cursor: pointer;
}

.aziende-block .azienda-desc {
  padding-left: 20px;
  line-height: 20px;
  margin-bottom: 12px;
}

.aziende-block p.azienda-nome {
  color: #3fafe0;
}

.aziende-block .azienda-desc {
  display: none;
}

/* editor ha bisogno di contenuto per markup quindi inserico uno span che cancello */
.aziende-block i.fa span,
.text-block table.price i.fa span {
  display: none;
}

/* Footer */

#footer {
  width: 100%;
}

#footer h4 {
  font-weight: 300;
  font-size: 20px;
}

#footer img {
  margin: 10px 0;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}

#footer .container {
  padding-top: 18px;
}

#footer p,
#footer a,
#footer h4 {
  color: #979797;
}

#footer p,
#footer a {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 100;
  /*-webkit-font-smoothing: none;*/
  border: none;
}

#footer a {
  moz-transition: color 0.2s ease-in 0s;
  webkit-transition: color 0.2s ease-in 0s;
  transition: color 0.2s ease-in 0s;
}

#footer a:hover {
  color: #dddddd;
}

#footer ul li {
  line-height: 16px;
}

/* Mobile first */

#top-bar {
  display: none;
}

/* Bootstrap Menu override */

.navbar {
  margin: 0;
}

.navbar-default {
  border: 0;
  background-color: transparent;
  border-color: transparent;
  min-height: inherit;
  border-radius: 0;
  height: 45px;
}

.navbar-brand {
  padding: 0;
  height: auto;
}

.navbar-nav {
  width: 100%;
}

.navbar-nav > li {
  float: none;
}

.nav > li > a {
  padding: 0;
}

.navbar-default .navbar-nav > li > a {
  color: inherit;
  line-height: 27px;
}

.center-nav {
  /*clear:both;*/
}

.product .navbar-nav.default-menu {
  margin-top: 11px;
  margin-bottom: 6px;
}

#header .second-level {
  display: none;
}

.bread-crumb {
  display: none;
}

#versioni {
  display: none;
}

#header .navbar-header img {
  width: 126px;
  height: auto !important;
}

#header .navbar-default .navbar-toggle {
  margin-top: 4px;
  margin-bottom: 0;
  border: 0;
  margin-right: 0;
}

.text-block table td {
  border: 1px solid #ccc;
  padding: 6px 8px;
}

.text-block table p {
  margin-bottom: 0;
}

.text-block table.price {
  width: 100%;
  max-width: 800px;
}

.text-block table p.price {
  font-family: "Lato", sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 33px;
  font-weight: 300;
  color: #3fafe0;
  letter-spacing: normal;
}

.text-block table p.price .small {
  font-size: 15px;
}

.text-block table.price h4 {
  font-size: 20px;
  line-height: 33px;
}

.text-block table.price td {
  padding-left: 14px;
  padding-right: 14px;
}

.text-block table.price.no-border td {
  border-left: 0;
  border-right: 0;
}

.text-block table.price.some-border td {
  border-left: 0;
}

.text-block table .sezione {
  background: #f5f2f0;
}

.text-block table p.price i.fa {
  font-size: 25px;
}

.text-block table p.price i.fa.fa-times {
  color: #cf5858;
}

.text-block table p.price i.fa.fa-check {
  color: #60af31;
}

.text-block table p.hide-mobile {
  margin-bottom: 10px;
  display: none;
}

.text-block table h4.numilia-header {
  font-size: 22px;
  font-weight: 300;
  color: #3fafe0;
}

.text-block table .block-pricing {
  text-align: center;
  width: auto;
  background: rgb(249, 249, 249);
}

.text-block table.numilia td {
  vertical-align: middle;
}

.text-block table.numilia .gratis-head {
  -moz-border-top-left-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 0;
  border-right: 4px solid white;
  background: rgb(240, 234, 218);
  vertical-align: top;
}

.text-block table.numilia .premium-head {
  -moz-border-top-left-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 0;
  background: rgb(240, 234, 218);
  vertical-align: top;
}

.text-block table.numilia .block-pricing.striscia {
  padding: 0;
  height: 8px;
  text-align: center;
  background: url("../img/danea-bg.jpg");
  background-size: 775px 7px;
  background-repeat: no-repeat;
  background-position-y: bottom;
  line-height: 0;
}

.access {
  background: rgb(238, 238, 238);
  padding: 12px;
  text-align: center;
}

.access h3 {
  font-size: 26px;
  margin-top: 16px;
}

.access p {
  color: #2c2c2c;
  margin-top: 12px;
  margin-bottom: 12px;
}

/* detect */
.android-play-detect {
  display: none;
}

.ios-store-detect {
  display: none;
}

#form-mailup input {
  max-width: 500px;
  margin: 20px auto;
}
#form-mailup .alert {
  font-size: 20px;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1000;
  margin: 0 auto;
  padding: 48px 50px;
}

/* Basic breakpoints */

@media (min-width: 768px) {
  /* top-bar */

  #top-bar {
    display: block;
  }

  #top-bar {
    height: 34px;
    font-size: 13px;
  }

  #top-bar .upper-nav + .upper-nav {
    margin-left: 18px;
  }
  #top-bar .upper-nav > ul > li {
    padding-top: 8px;
  }

  #top-bar .search input {
    height: 20px;
    width: 140px;
  }

  /* header */

  #header .first-level {
    padding-top: 16px;
  }

  #header .first-level .navbar-nav {
    margin: 0;
  }

  #header .support {
    display: block;
    float: right;
    padding-bottom: 14px;
  }

  #header .center-nav ul li {
    display: inline-block;
  }

  /* per ora solo in desktop */
  #header .first-level .center-nav ul li:last-child {
    font-size: 17px;
  }

  #header .first-level #navbar ul li a i.fa {
    display: none;
  }

  #header .center-nav ul li {
    margin-bottom: 0;
  }

  #header .first-level {
    font-size: 23px;
    line-height: 27px;
  }

  #header .first-level .navbar-nav.mobile-top-bar {
    display: none;
  }

  #header .first-level .navbar-nav.mobile-product-menu {
    display: none;
  }

  #header .first-level .navbar-nav.mobile-product-sub-menu {
    display: none;
  }

  #header .first-level .navbar-nav.default-menu li a {
    display: block !important;
  }

  #header .center-nav ul li a.selected {
    color: #3fafe0;
  }

  #header .second-level {
    display: block;
  }

  #header .navbar-header img {
    width: 132px;
    height: auto !important;
  }

  /* prodotti */
  #pricing .row.borders.title {
    height: 48px;
  }

  #pricing .description-side.desc .standard {
    display: block;
  }

  #pricing .description-side.desc .mobile {
    display: none;
  }

  #pricing .row.borders:nth-child(2) {
    display: block;
  }

  .bread-crumb {
    display: block;
  }

  #versioni {
    /*display:block;*/
  }

  .product .navbar-nav.default-menu {
    margin: 0;
  }

  #header .support .text,
  #header .support i.fa.fa-angle-down {
    display: inline-block;
  }

  #header .support i.fa.fa-life-ring {
    display: none;
  }

  #header .second-level a.selected:after {
    top: 31px;
    display: none;
  }

  #header .second-level {
    font-size: 16px;
    padding-top: 9px;
    /*padding-bottom: 10px;*/
    padding-bottom: 11px;
  }

  /* supporto */
  #assistenza .argomento h2,
  #assistenza .domanda-risposta h2 {
    margin-bottom: 28px;
  }

  /* pay off */
  .product-intro .pay-off h4 {
    display: block;
  }

  .product-blocks .row .col-md-3 {
    margin-bottom: 0;
    width: 292px;
    vertical-align: top;
  }

  .text-block table p.hide-mobile {
    display: block;
  }

  .text-block table .block-pricing {
    text-align: center;
    width: 240px;
  }
}

@media (min-width: 992px) {
  #top-bar {
    height: 40px;
    font-size: 14px;
  }

  #top-bar .search input {
    height: 26px;
    width: 178px;
  }

  #top-bar .upper-nav + .upper-nav {
    margin-left: 24px;
  }

  #top-bar .upper-nav > ul > li {
    padding-top: 10px;
  }
  #top-bar .upper-nav.search-nav {
    position: static;
  }
  #top-bar .upper-nav.search-nav > ul > li {
    padding-top: 5px;
    font-size: 20px;
  }

  #header .first-level {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #header .navbar-header img {
    width: auto;
    height: auto !important;
  }

  #header .first-level .center-nav ul li {
    margin-right: 16px;
  }

  #header .first-level .center-nav ul li:last-child {
    margin-right: 0;
  }

  .center-nav {
    clear: none;
  }

  #header .second-level a.selected:after {
    top: 36px;
  }

  #header .second-level {
    font-size: 18px;
    line-height: 20px;
    padding-top: 18px;
    padding-bottom: 16px;
    line-height: 20px;
  }

  /* prodotti */
  /*
  .product-blocks .single-product .desc{
    height:440px;
  }*/

  /*.product-blocks .container{
      width: 1170px;
  }*/

  /* assistenza */
  #assistenza .argomento {
    border-right: 1px solid #ddd;
  }

  #assistenza .accesso,
  #assistenza .domanda-risposta {
    margin-top: 0;
  }

  /* pay-off */
  .carousel-section .pay-off {
    padding-left: 65px;
    text-align: left;
    padding-right: 0;
  }

  /* container override  */
  /*.product-blocks .container{
      width: 1170px;
  }

  .features .container{
    width: 1170px;
  }

  .container{
      width: 1170px;
  }*/

  .product-blocks .container {
    width: 584px;
  }

  /* dimensioni fisse container */

  .features .col-md-4 .single-feature {
    /* aggiungo 5px per avere più padding */
    width: 299px;
    height: auto;
  }

  .features .col-md-3 .single-feature {
    width: 223px;
    height: auto;
  }
}

@media (min-width: 1200px) {
  #top-bar .upper-nav + .upper-nav {
    margin-left: 35px;
  }

  #header .first-level .center-nav ul li {
    margin-right: 20px;
  }

  #header .first-level .center-nav ul li:last-child {
    margin-right: 20px;
  }

  /* prodotti */

  #pricing .row.borders.title {
    height: auto;
  }

  /* carousel */
  .carousel-caption {
    bottom: 20px;
    padding-bottom: 30px;
  }

  .product-blocks .container {
    width: 1170px;
  }
}

@media (max-width: 991px) {
  #pricing .product-side .single-product {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  /* non si può fare mobile first perché riguarda dimensione colonne, bisognerebbe riscrivere bootstrap */
  #header .first-level .center-nav {
    float: left;
    width: 100%;
    padding-top: 15px;
  }

  .product-blocks .single-product .desc {
    height: auto;
  }

  .product-blocks .price-bottom {
    position: relative;
    bottom: auto;
    margin-bottom: 8px;
  }

  #header .second-level {
    display: none !important;
  }

  .text-block table.price h4 {
    font-size: 17px !important;
    line-height: 22px;
  }

  .text-block table.price p.price {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .text-block table.price p.price.small {
    font-size: 12px !important;
  }

  .text-block table.numilia .gratis-head,
  .text-block table.numilia .premium-head {
    vertical-align: middle;
    background: rgb(249, 249, 249);
    border: 1px solid #ddd;
  }

  .text-block .border-mobile {
    border-right: 1px solid #ddd !important;
  }
}

/* Non mobile-first */
@media (min-width: 768px) and (max-width: 991px) {
  #header .first-level .center-nav {
    padding-top: 11px;
  }

  #header .support {
    padding: 0;
  }

  #header .support > ul {
    width: 126px;
    padding-top: 8px;
    padding-bottom: 0;
    padding-left: 13px;
    padding-right: 13px;
  }

  #header .support > ul > li:first-child {
    padding-bottom: 8px;
  }

  #header .support .sub-menu > li > a {
    font-size: 17px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
  }

  #header .first-level .navbar .center {
    padding-left: 30px;
    padding-right: 0;
  }

  #header .first-level .navbar .navbar-collapse {
    padding: 0;
  }

  #header .first-level {
    font-size: 18px;
  }

  #header .first-level .center-nav ul li:last-child {
    font-size: 16px;
  }

  #header .first-level .center-nav ul li {
    margin-right: 12px;
  }

  #versioni label {
    display: none;
  }

  #versioni ul {
    font-size: 12px;
  }

  #versioni li {
    margin-right: 4px;
  }
}

/* menu per ipad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #header .support > ul {
    padding-top: 8px;
    padding-bottom: 0;
    padding-left: 13px;
    padding-right: 13px;
  }

  #header .support > ul > li:first-child {
    padding-bottom: 8px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #assistenza .accesso a#pass_link {
    text-align: left;
  }
}

.text-block ul li i.fa {
  /*font-size:17px;*/
  font-size: 15px;
  font-weight: 100;
}

.sezione-barra ul li i.fa {
  font-size: 14px;
  font-weight: 100;
}

@media (max-width: 776px) {
  #pricing .row.borders.title .description-side {
    border: 0;
  }

  #pricing .row.borders.title .product-side .single-product {
    border: 0;
  }

  #pricing .product-side .single-product {
    font-size: 15px;
  }

  #pricing .row.borders.title .description-side.heading {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  /*
  .carousel-inner>.item>img, .carousel-inner>.item>a>img{
    width: 940px;
    height: 458px;
    max-width:none;
  }*/
}

#approfondimento .bread-crumb {
  /*
  position:absolute;
  */
}

#approfondimento .title-hero {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 160px;
  margin-bottom: 20px;
}

#approfondimento .center-box h1 {
  margin: 0;
}

#approfondimento .center-box h4 {
  line-height: 22px;
  margin-top: 12px;
}

#approfondimento .center-box p {
  padding-bottom: 0;
  margin-top: 8px;
}

.blog-feed img {
  padding: 0 !important;
  max-width: 100%;
  height: auto !important;
}
.blog-feed a {
  border: none;
  color: #428bca;
}

.blog-feed .title {
  text-align: center;
  font-weight: 300;
  line-height: 24px;
  font-size: 18px;
}

@media (min-width: 992px) {
  .blog-feed .title {
    text-align: left;
  }

  .blog-feed .thumb {
    display: block;
    overflow: hidden;
    height: 116px;
  }
}
@media (min-width: 1200px) {
  .blog-feed .thumb {
    height: 143px;
  }
}

#mappa-dove-siamo {
  width: 100%;
  height: 400px;
  margin-bottom: 40px;
}

.sitemap {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Arial, sans-serif;
  line-height: 24px;
}
.sitemap a {
  color: #f37139;
}

.sitemap a:hover {
  color: #ff9b00;
}

.sitemap ul ul {
  margin-left: 30px;
}
.product-intro-header {
  height: auto !important;
  /*min-height: 580px;*/
}
.product-intro-header span.testo {
  font-size: 38px;
  font-weight: 500;
  line-height: 40px;
  font-family: "Lato";
}
.product-intro-header h1 {
  font-size: 26px;
  font-weight: 300;
  text-shadow: none;
  font-size: 29px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 16px;
}
.product-intro-header h2 {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 23px;
}
#view-intro.product-intro p,
#view-intro.product-intro h4 {
  font-size: 14px;
}
#view-intro.product-intro.product-intro-header {
  box-shadow: none;
  height: auto;
}
#view-intro.product-intro img.mobile {
  display: none;
}
@media (max-width: 1000px) {
  #view-intro.product-intro img.dekstop {
    display: none;
  }
  #view-intro.product-intro img.mobile {
    display: block;
  }
}
.home #view-intro.product-intro.product-intro-header {
  box-shadow: none;
  background: initial;
  background-position: 50% 50%;
  background-size: cover;
  height: 600px !important;
}
.product-intro-header .pay-off {
  max-width: 100%;
  margin-top: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .product-intro-header .col-md-6:first-of-type {
    margin-top: 50px;
    transition: 0.3s;
    padding-left: 0;
    padding-right: 30px;
  }
}
.fumetto-box a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: initial;
}
.2016-home .product-intro-header {
  height: 600px !important;
}
.home #view-intro .container {
  background: none;
}
.home .product-intro-header h3 {
  text-align: center;
  font-size: 36px !important;
  font-weight: 500;
  margin-top: 0;
  line-height: 40px;
  color: #fff;
}
.home .product-intro-header h1 {
  color: #fff;
  font-weight: 300;
  margin: 0 5px;
  margin-bottom: 15px;
}
.product-intro-header a {
  color: #fff;
}
.fumetto-box {
  padding: 0;
  bottom: 0 !important;
  position: absolute;
  top: initial !important;
  height: auto !important;
}
.fumetto-box ul li {
  width: 320px;
  height: 60px !important;
}
.fumetto-box p {
  height: 0;
  overflow: hidden;
}
#easyfatt-li {
  background: url("/img/original/sprite-home-fumetto-box.jpg") 0 0;
}
#easyfatt-li:hover {
  background: url("/img/original/sprite-home-fumetto-box.jpg") 325px 0;
}
#fic-li {
  background: url("/img/original/sprite-home-fumetto-box.jpg") 0 -60px;
}
#fic-li:hover {
  background: url("/img/original/sprite-home-fumetto-box.jpg") 325px -60px;
}
#domustudio-li {
  background: url("/img/original/sprite-home-fumetto-box.jpg") 0 -60px;
}
#domustudio-li:hover {
  background: url("/img/original/sprite-home-fumetto-box.jpg") 325px -60px;
}
#numilia-li {
  background: url("/img/original/sprite-home-fumetto-box.jpg") 0 -180px;
}
#numilia-li:hover {
  background: url("/img/original/sprite-home-fumetto-box.jpg") 325px -180px;
}
#com-li {
  background: url("/img/original/sprite-home-fumetto-box.jpg") 0 -120px;
}
#com-li:hover {
  background: url("/img/original/sprite-home-fumetto-box.jpg") 325px -120px;
}

@media only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {
  #easyfatt-li {
    background: url("/img/original/sprite-home-fumetto-box-x2.jpg") 0 0;
    background-size: 200%;
  }
  #easyfatt-li:hover {
    background: url("/img/original/sprite-home-fumetto-box-x2.jpg") 325px 0;
    background-size: 200%;
  }
  #fic-li {
    background: url("/img/original/sprite-home-fumetto-box-x2.jpg") 0 -60px;
    background-size: 200%;
  }
  #fic-li:hover {
    background: url("/img/original/sprite-home-fumetto-box-x2.jpg") 325px -60px;
    background-size: 200%;
  }
  #domustudio-li {
    background: url("/img/original/sprite-home-fumetto-box-x2.jpg") 0 -60px;
    background-size: 200%;
  }
  #domustudio-li:hover {
    background: url("/img/original/sprite-home-fumetto-box-x2.jpg") 325px -60px;
    background-size: 200%;
  }
  #numilia-li {
    background: url("/img/original/sprite-home-fumetto-box-x2.jpg") 0 -180px;
    background-size: 200%;
  }
  #numilia-li:hover {
    background: url("/img/original/sprite-home-fumetto-box-x2.jpg") 325px -180px;
    background-size: 200%;
  }
  #com-li {
    background: url("/img/original/sprite-home-fumetto-box-x2.jpg") 0 -120px;
    background-size: 200%;
  }
  #com-li:hover {
    background: url("/img/original/sprite-home-fumetto-box-x2.jpg") 325px -120px;
    background-size: 200%;
  }
}

.fumetto-box:after {
  border: none;
}
.fumetto-box h3 {
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 16px;
  color: #fff;
}
.fumetto-box li {
  height: 50px !important;
  width: 320px;
}
.fumetto-box ul {
  margin-top: 7px;
}
.fumetto-box ul li {
  border: none;
}
.payoff-home {
  padding-top: 20px;
}
.home #view-intro.product-intro img {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .home #view-intro.product-intro img {
    position: relative;
    display: block;
    height: 100%;
    width: 715px !important;
    height: 283px !important;
    max-width: 900px !important;
    max-height: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .home #view-intro.product-intro img {
    position: relative;
    display: block;
    width: 715px !important;
    /* height: 283px !important;*/
    max-width: 900px !important;
    /*  max-height: 100% !important; */
    margin-top: 55px;
  }
  .home #view-intro .container {
    background: none;
    width: initial;
    padding: 0;
  }
  .fumetto-box {
    right: 0 !important;
    margin-right: 0;
  }
  .2016-home .container {
    position: initial !important;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .home #view-intro.product-intro img {
    position: absolute;
    left: 0;
    width: initial !important;
    height: initial !important;
    max-width: 500px !important;
    max-height: initial !important;
    top: 50px;
  }
  .payoff-home {
    padding-top: 50px;
    margin-bottom: -30px;
    transition: 0.3s;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .home #view-intro.product-intro img {
    left: 50px !important;
    top: 0 !important;
    max-width: 600px !important;
    transition: 0.3s;
  }
}
@media (max-width: 768px) {
  .home #view-intro.product-intro img {
    z-index: 0;
    position: absolute;
    opacity: 0.2;
    top: -220px;
    height: initial !important;
    width: initial !important;
    left: 0;
    right: 0;
  }
  .payoff-home {
    padding-top: 20px;
    z-index: 1000;
    display: block;
    position: relative;
    padding-bottom: 20px;
  }
  .fumetto-box {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    position: relative;
    margin-top: 2em;
  }

  .product-blocks .single-product {
    margin-bottom: 0;
    width: initial;
  }
}
@media (min-width: 300px) and (max-width: 500px) {
  .home #view-intro.product-intro.product-intro-header {
    height: 650px !important;
  }
  .fumetto-box h3 {
    left: 30px;
  }
}
@media (max-width: 300px) {
  .fumetto-box {
    display: none;
  }
  .home #view-intro.product-intro.product-intro-header {
    height: 450px !important;
  }
}

/* Slider Interni */
@media (max-width: 1200px) {
  .product-intro-header span.testo {
    font-size: 36px;
    transition: 0.3s;
  }
  .product-intro-header h1 {
    font-size: 24px;
    transition: 0.3s;
  }
  .product-intro-header .col-md-6:first-of-type {
    margin-top: 10px;
  }
  .product-intro-header .r_spaced {
    margin-right: 5px;
  }
  map#Map {
    display: none;
  }
}

.product-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.product-domustudio {
  display: inline-block;
  float: left;
  max-width: 280px;
  min-width: 280px;
  margin: 0 20px;
}
.cont-prod {
  text-align: center;
  background-color: #f0f0f0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 20px 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}
.cont-prod .header {
  /* background-image: url('../img/background-product-header.png');
  background-repeat: no-repeat;
  background-size: cover;*/
  background-color: #de4437;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px 0;
  background-position: 50%;
}
.cont-prod .header h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 0;
}

img.icon-prod {
  max-height: 40px;
}
.cont-prod .prices {
  background-color: #e5e6e8;
  padding: 10px 0;
  color: rgb(62, 170, 217);
  font-size: 48px;
}
.cont-prod .prices h2 {
  margin-top: 0;
  padding-top: 0;
  font-weight: 300;
  margin-bottom: 0;
}
.cont-prod span.euro {
  font-size: 26px;
  letter-spacing: -6px;
  margin-left: 10px;
}
.cont-prod span.month {
  font-size: 22px;
  margin-left: -8px;
}

.cont-prod span.type-prod {
  color: #333;
  font-weight: 300;
  font-size: 16px;
  display: block;
}

.prod-list li {
  font-weight: 400;
  color: #666;
  padding: 7px 0;
  border-bottom: 1px solid #d8d8d8;
  font-size: 14px;
}
.prod-list a {
  color: #f37139;
}
.prod-list li:last-of-type {
  border-bottom: none;
}
.prod-list {
  padding: 0 30px;
}
.cont-prod .price-line {
  position: relative;
}

.cont-prod span.tantum {
  font-size: 16px;
  text-align: left;
  position: absolute;
  right: 37px;
  top: 12px;
  line-height: 18px;
  font-weight: 400;
}
.prod-list a.info-tooltip,
.cont-prod span.type-prod a {
  color: #666;
}
.price-line span.euro {
  margin-left: 0;
}
/*Recupero altezza tabelle prezzi */
.cont-prod .header h3 {
  font-size: 28px;
}
.cont-prod .header {
  padding: 15px 0;
}
.cont-prod .prices h2 {
  font-size: 28px;
}
.cont-prod .prices {
  font-size: 43px;
}
.prod-list li {
  padding: 5px 0;
}

/*Responsive tabelle */
@media (min-width: 1200px) and (max-width: 1400px) {
  .product-domustudio {
    margin: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .product-domustudio:nth-child(2n + 1) {
    clear: left;
  }
}
@media (max-width: 768px) {
  .product-domustudio {
    max-width: 100%;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    clear: left;
  }
  .product-domustudio a.btn_r_wbw {
    max-width: 50%;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .product-domustudio .btn_r_wwo,
  .product-domustudio .btn_r_oow {
    max-width: 50%;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .product-domustudio .prod-btn br {
    display: none;
  }
  .product-domustudio .cont-prod a.btn_r_bbw {
    max-width: 50%;
    margin-bottom: 0;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .product-domustudio {
    max-width: 100%;
    width: auto;
  }
}

.product-container-2022 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.product-container-2022 .product-domustudio {
  margin: 2em 0;
  min-width: auto;
  max-width: none;
  width: 280px;
}
.product-container-2022 .product-domustudio + .product-domustudio {
  margin-left: 20px;
}
.product-container-2022 .cont-prod {
  background-color: #e5e6e8;
  margin: 0;
  padding: 0 0 1.3em;
}
.product-container-2022 .cont-prod .header {
  color: #fff;
  font-size: 1.5em;
  border-radius: 0;
}
.product-container-2022 .cont-prod .header img {
  margin-bottom: 4px;
}
.product-container-2022 .cont-prod .header p {
  margin: 0;
}
.product-container-2022 .cont-prod .header h3 {
  margin-top: 0;
  font-weight: bold;
  font-size: 1.3em;
}
.product-container-2022 .cont-prod .prices {
  background-color: transparent;
}
.product-container-2022 .cont-prod .prices h2 {
  font-size: 0.6em;
  padding-top: 0.3em;
}
.product-container-2022 .product-domustudio .cont-prod span.type-prod {
  font-size: 16px;
}
.product-container-2022 .prod-list hr {
  display: none;
}
.product-container-2022 .prod-list li {
  border: none;
  padding: 2px 0;
}
.product-container-2022 .prod-list li + li {
  border-top: 1px solid #d8d8d8;
}
.product-container-2022 .prod-list li:first-child {
  border-top: 2px solid #de4437;
  margin-top: 1em;
}
.product-container-2022 .prod-list li:last-child {
  border-top: 2px solid #de4437;
  padding: 1.5em 0;
  margin-top: 1em;
}
.product-container-2022 .prod-list a {
  color: #3eaad9;
}
.product-container-2022 .product-domustudio .cont-prod a.type-prod {
  font-size: 16px;
}

@media screen and (min-width: 992px) {
  .product-container-2022 {
    flex-wrap: nowrap;
  }
}
#prod-vers-21 .header {
  background-color: #707070;
}
#prod-vers-21 .prod-list li:first-child,
#prod-vers-21 .prod-list li:last-child {
  border-color: #707070;
}
#prod-vers-21 .prod-list li:last-child {
  margin-top: 9px;
}

/*Confronta Versioni Domustudio header */
#pagina-99 #pricing .single-product span.prod-icon {
  font-size: 0px;
}

#pagina-99 .single-product .prod-icon::before {
  background-image: url("/img/original/domustudio/icona-cloud.png");
  width: 50px;
  height: 25px;
  display: inline-block;
  content: " ";
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-bottom: -5px;
  background-position: 50%;
}

#pagina-99 #pricing .product-side.first .single-product {
  height: 68px;
  color: #fff;
  font-size: 18px;
  /*background-size: cover;
    background-image: url('../img/background-product-header.png');
    background-repeat: no-repeat;*/
  background-color: #de4437;
}
#pagina-99 .single-product .pc::before {
  background-image: url("/img/original/domustudio/icona-computer.png");
}
#pagina-99 #pricing .row.borders.start {
  height: 56px;
}
#pagina-99 #pricing .product-side .single-product.price {
  margin-top: 10px;
}
@media (max-width: 768px) {
  #pagina-99 #pricing .row.borders:nth-child(2) {
    display: block;
  }
  #pagina-99 .col-md-6.col-sm-6.col-xs-6.product-side.first {
    height: inherit !important;
  }
}

/* singoli bottoni */
/* rounded o squared | bordo | testo | corpo */
/* 1: Rounded Orange Orange White */

.btn_r_oow {
  /* btn rounded */

  font-family: "Lato", sans-serif;

  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 2px solid !important;
  border-color: transparent;
  white-space: nowrap;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;

  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  border-width: 2px !important;
  line-height: 26px;

  height: 40px;
  border-radius: 23px;
  min-width: 205px;
  margin-top: 10px;
  margin-bottom: 10px;
  /* end btn-rounded */

  color: #f37139 !important;
  background: #fff;
  border-color: #f37139;

  transition: all 0.1s linear;
}

.btn_r_oow:hover,
.btn_r_oow:focus {
  opacity: 0.8;
}

/* 2: Rounded Orange White Orange */
.btn_r_owo {
  font-family: "Lato", sans-serif;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 2px solid !important;
  border-color: transparent;
  white-space: nowrap;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;

  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  border-width: 2px !important;
  line-height: 26px;
  /* end btn */

  height: 40px;
  border-radius: 23px;
  min-width: 205px;
  margin-top: 10px;
  margin-bottom: 10px;
  /* end btn-rounded */

  background: #f37139;
  color: #fff !important;
  border-color: #f37139 !important;

  transition: all 0.1s linear;
}

.btn_r_owo:hover,
.btn_r_owo:focus {
  opacity: 0.8;
}

/* 3: Squared Blue White Blue */
.btn_s_bwb {
  font-family: "Lato", sans-serif;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 2px solid !important;
  border-color: transparent;
  white-space: nowrap;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;

  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  border-width: 2px !important;
  line-height: 26px;
  height: 40px;
  border-radius: 4px;

  color: #fff !important;
  background: rgb(62, 170, 217);

  transition: all 0.1s linear;
}

.btn_s_bwb:hover,
.btn_s_bwb:focus {
  opacity: 0.8;
}

/* 4: Rounded White Orange White */
.btn_r_wow {
  /* btn rounded */
  font-family: "Lato", sans-serif;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 2px solid !important;
  border-color: transparent;
  white-space: nowrap;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;

  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 26px;
  /* end btn */

  height: 40px;
  border-radius: 23px;
  min-width: 205px;
  margin-top: 10px;
  margin-bottom: 10px;
  /* end btn-rounded */

  color: #f37139 !important;
  background: #fff;
  border-color: #fff !important;

  transition: all 0.1s linear;
}

.btn_r_wow:hover,
.btn_r_wow:focus {
  opacity: 0.8;
}

/* 5: Rounded White White Orange */
.btn_r_wwo {
  /* btn rounded */
  font-family: "Lato", sans-serif;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 2px solid !important;
  border-color: transparent;
  white-space: nowrap;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;

  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 26px;
  /* end btn */

  height: 40px;
  border-radius: 23px;
  min-width: 205px;
  margin-top: 10px;
  margin-bottom: 10px;
  /* end btn-rounded */

  background: #f37139;
  color: #fff !important;
  border-color: #fff;

  transition: all 0.1s linear;
}

.btn_r_wwo:hover,
.btn_r_wwo:focus {
  opacity: 0.8;
}

/* 6: Rounded Blue Blue White */
.btn_r_bbw {
  /* btn rounded */
  font-family: "Lato", sans-serif;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 2px solid !important;
  border-color: transparent;
  white-space: nowrap;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;

  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 26px;
  /* end btn */

  height: 40px;
  border-radius: 23px;
  min-width: 205px;
  margin-top: 10px;
  margin-bottom: 10px;
  /* end btn-rounded */

  color: rgb(62, 170, 217) !important;
  background: #fff;
  border-color: rgb(62, 170, 217);

  transition: all 0.1s linear;
}

.btn_r_bbw:hover,
.btn_r_bbw:focus {
  opacity: 0.8;
}

/* 7: Rounded White Blue White -> più spazi e display:block (prodotti) */
.btn_r_wbw {
  /* btn rounded */
  font-family: "Lato", sans-serif;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 2px solid !important;
  border-color: transparent;
  white-space: nowrap;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;

  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 26px;
  /* end btn */

  height: 40px;
  border-radius: 23px;
  min-width: 205px;
  margin-top: 10px;
  margin-bottom: 10px;
  /* end btn-rounded */

  border-color: #fff !important;
  color: rgb(62, 170, 217) !important;
  background: #fff;

  transition: all 0.1s linear;
}

.btn_r_wbw:hover,
.btn_r_wbw:focus {
  opacity: 0.8;
}

/* regole specifiche per blocco prodotti */
#product-blocks .btn_r_wbw,
#product-blocks .btn_r_wwo {
  width: 180px;
  padding-left: 12px;

  margin: 0 auto;
  margin-bottom: 12px;
  display: block;
}

#product-blocks .btn_r_wbw {
  position: absolute;
  bottom: 78px;
  margin-left: 9px;
}

#product-blocks .btn_r_wwo {
  position: absolute;
  bottom: 27px;
  margin-left: 9px;
}

/* font awesome */

.btn_r_oow .fa.fa-caret-right,
.btn_r_owo .fa.fa-caret-right,
.btn_s_bwb .fa.fa-caret-right,
.btn_r_wow .fa.fa-caret-right,
.btn_r_wwo .fa.fa-caret-right,
.btn_r_bbw .fa.fa-caret-right,
.btn_r_wbw .fa.fa-caret-right {
  margin-left: 7px;
  font-size: 16px;
}

.btn_r_oow .fa.fa-shopping-cart,
.btn_r_owo .fa.fa-shopping-cart,
.btn_s_bwb .fa.fa-shopping-cart,
.btn_r_wow .fa.fa-shopping-cart,
.btn_r_wwo .fa.fa-shopping-cart,
.btn_r_bbw .fa.fa-shopping-cart,
.btn_r_wbw .fa.fa-shopping-cart {
  margin-left: 6px;
  font-size: 16px;
}

.btn_r_oow .fa.fa-chevron-right,
.btn_r_owo .fa.fa-chevron-right,
.btn_s_bwb .fa.fa-chevron-right,
.btn_r_wow .fa.fa-chevron-right,
.btn_r_wwo .fa.fa-chevron-right,
.btn_r_bbw .fa.fa-chevron-right,
.btn_r_wbw .fa.fa-chevron-right {
  font-size: 12px;
  margin-left: 6px;
}

.btn_r_oow .fa,
.btn_r_owo .fa,
.btn_s_bwb .fa,
.btn_r_wow .fa,
.btn_r_wwo .fa,
.btn_r_bbw .fa,
.btn_r_wbw .fa,
.btn_r_oow .fas,
.btn_r_owo .fas,
.btn_s_bwb .fas,
.btn_r_wow .fas,
.btn_r_wwo .fas,
.btn_r_bbw .fas,
.btn_r_wbw .fas,
.btn_r_oow .far,
.btn_r_owo .far,
.btn_s_bwb .far,
.btn_r_wow .far,
.btn_r_wwo .far,
.btn_r_bbw .far,
.btn_r_wbw .far,
.btn_r_oow .fab,
.btn_r_owo .fab,
.btn_s_bwb .fab,
.btn_r_wow .fab,
.btn_r_wwo .fab,
.btn_r_bbw .fab,
.btn_r_wbw .fab {
  font-size: 16px;
  margin-left: 6px;
}

.r_spaced {
  margin-right: 28px;
}

.l_spaced {
  margin-left: 28px;
}

/* stili aggiuntivi per buttons landing */

.landing {
  height: 65px;
  max-width: 380px;
  border-radius: 23px;
  font-size: 18px;
  line-height: 52px;
  border-radius: 8px;
}

.landing i.fa {
  font-size: 20px;
}

/* mancano: spaced capire */

@media (max-width: 767px) {
  .btn_r_oow,
  .btn_r_owo,
  .btn_s_bwb,
  .btn_r_wow,
  .btn_r_wwo,
  .btn_r_bbw,
  .btn_r_wbw,
  .landing {
    font-size: 12px;
    padding-left: 12px;
  }
  .landing {
    font-size: 14px;
  }

  .r_spaced {
    margin-right: 12px;
  }

  .l_spaced {
    margin-left: 12px;
  }

  #product-blocks .btn_r_wwo,
  #product-blocks .btn_r_wbw {
    position: relative;
    bottom: auto;
    margin-left: auto;
  }

  .price-table .btn_r_oow {
    width: 192px !important;
  }
}

@media (max-width: 480px) {
  .btn_r_oow,
  .btn_r_owo,
  .btn_s_bwb,
  .btn_r_wow,
  .btn_r_wwo,
  .btn_r_bbw,
  .btn_r_wbw {
    display: block;
    margin: 0 auto;
    margin-bottom: 16px;
  }

  .r_spaced {
    margin-right: auto;
  }

  .l_spaced {
    margin-left: auto;
  }
}
@media (max-width: 445px) {
  #pagina-99 #pricing .product-side .single-product.price {
    margin-top: 0;
    line-height: 45px;
  }
  #pagina-99 .single-product .prod-icon::before {
    width: 30px;
    height: 20px;
  }
}
@media (max-width: 320px) {
  #pagina-99 .single-product .prod-icon::before {
    width: 20px;
    height: 22px;
  }
}
#pagina-99 .row.borders.top-color {
  display: none;
}
#pagina-99 #pricing .start:nth-child(2n + 1) {
  display: none;
}
#pagina-99 #pricing .row.borders:nth-child(2) {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .product-blocks .prod-btn {
    position: absolute;
    bottom: 27px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .product-blocks .prod-btn .btn_r_wwo {
    position: initial;
    bottom: initial;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  a.btn_r_bbw.icon.arrow-down {
    display: inline-block !important;
  }
}
#pagina-9 .price-bottom {
  margin-left: auto;
  margin-right: auto;
  right: 0;
  transform: none;
  left: inherit;
  bottom: 70px;
}

.tel-expert {
  text-align: right;
  color: #0095d2;
  margin-top: 5px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .tel-expert {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .tel-expert {
    margin-top: 10px;
  }
}

.sezione-due-terzi-e-un-terzo h3 {
  font-weight: 400;
  font-size: 28px;
}
.sezione-due-terzi-e-un-terzo p {
  font-size: 16px;
  line-height: 24px;
}
.sezione-due-terzi-e-un-terzo h4 {
  font-size: 22px;
}
.sezione-due-terzi-e-un-terzo h5 {
  font-size: 20px;
  line-height: 28px;
}
/*###################
- New Header
- february 2017
###################*/
#navbar span.title-desc {
  color: #888;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

#header .first-level .navbar-nav.default-menu li a {
  line-height: 0.8;
  font-size: 20px;
  font-weight: 500;
  color: #0094d4;
  letter-spacing: -0.5px;
  margin-bottom: -4px;
}

#header .first-level .navbar-nav.default-menu li {
  border-left: 1px solid #0094d4;
  line-height: 18px;
  padding-left: 4px;
  margin-right: 12px;
}

#header .first-level .center-nav {
  padding-left: 0;
  padding-right: 0;
}

#header .first-level .center-nav ul li:last-child {
  margin-right: 0;
  font-size: 21px;
}
/* Shrink menu */
#header .first-level.shrink .center-nav {
  padding-top: 5px;
}
@media (min-width: 1024px) {
  #header .first-level .navbar-nav.default-menu li {
    margin-right: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #header .first-level .navbar-nav.default-menu li#menu-5 {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  #header .support {
    display: none;
  }
  #header .navbar-default .navbar-toggle {
    display: block !important;
  }
  .navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .collapse.in {
    display: block !important;
  }
  #header .first-level .center-nav {
    padding-left: 0;
    padding-right: 0;
  }
  #header .first-level .center-nav {
    float: left;
    width: 100%;
    padding-top: 15px;
  }
  .navbar-nav > li {
    float: none;
  }
  #header .navbar-header img {
    width: 132px;
    height: auto !important;
  }
  #header .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
  #header .first-level {
    padding-bottom: 0;
  }
  #header .first-level .navbar .center {
    padding-left: 0;
  }
  #header .first-level .navbar-nav {
    margin: 18px 0;
  }
  #header .first-level .center-nav ul li {
    margin-right: 16px;
    display: block;
  }
  #header .first-level .navbar-nav.default-menu li {
    padding-right: 10px;
    padding-left: 4px;
    margin-bottom: 8px;
  }

  #header .second-level {
    display: none;
  }
  #header .first-level .navbar-nav.mobile-product-menu {
    display: block;
    border-top: 1px solid #e7e7e7;
    padding-top: 11px;
    margin-top: 0;
    margin-bottom: 14px;
  }
  #header .first-level #navbar ul li a i.fa {
    display: inline-block;
    margin-right: 6px;
  }
  .navbar-collapse {
    max-height: 450px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
  }
  #header .first-level .navbar .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
  }
  .product #header .first-level .navbar-nav.default-menu li a:not(.selected) {
    display: none !important;
  }
  #header .first-level .navbar-nav.mobile-top-bar {
    display: block;
    border-top: 1px solid #e7e7e7;
    padding-top: 14px;
    margin-bottom: 7px;
  }

  #top-bar {
    display: none;
  }
  #header .first-level .navbar-nav {
    margin: 18px 0;
    margin-bottom: 0;
  }
  #header .navbar-header img {
    width: 126px;
    height: auto !important;
  }
  #header .first-level {
    padding-bottom: 0;
    padding-top: 14px;
  }
  #header .center-nav ul li {
    margin-bottom: 4px;
  }
  #header .first-level .navbar-nav.default-menu li {
    border-left: 0;
  }
}
@media (max-width: 768px) {
  #header .first-level .navbar-nav.default-menu li {
    border-left: 0;
  }
  .navbar-collapse {
    max-height: 450px;
  }
  #header .first-level .navbar-nav.default-menu li {
    padding-right: 10px;
    padding-left: 4px;
    margin-bottom: 8px;
  }
}

/*RISOLVO PROBLEMA TESTO POCO VISIBILE */
@media (max-width: 1024px) {
  .text-block p,
  .text-block li,
  .text-block div {
    font-size: 15px;
  }
  #assistenza .argomento ul li {
    font-size: 15px;
    line-height: 15px;
  }
}
/*Bug header scroll dx*/
#view-intro .row {
  margin: 0;
}

/* Main search */
@media (max-width: 1024px) {
  .mobile-top-bar .search {
    margin-top: 7px;
    position: relative;
    border-top: 1px solid #e7e7e7;
    margin-top: 14px;
    padding-top: 14px;
  }
  .mobile-top-bar .search form {
    position: relative;
  }

  .mobile-top-bar .search input {
    background: #fff;
    border: 0;
    border-radius: 13px;
    padding: 2px 32px 2px 14px;
    color: #ccc;
    position: relative;
    -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    color: #666;
    width: 100%;

    font-size: 14px;
  }

  .mobile-top-bar .search .fa-search {
    position: absolute;
    top: 0;
    width: 10px;
    margin: 6px 8px 0px auto;
    left: 0px;
    right: 10px;
    cursor: pointer;
    font-size: 16px;
  }
}

/* fix freccia giu submenu */
@media (min-width: 1024px) {
  #header .second-level a.selected::after {
    left: 0;
  }
  #header .center-nav ul li a.selected {
    position: relative;
  }

  /* Nuovi colori header */
  #header .first-level .navbar-nav.default-menu li a {
    color: #999;
    font-weight: 400;
  }
  #header .first-level .navbar-nav.default-menu li {
    border-color: #999;
  }
  /* feedback visivo selected e hover */

  #header .first-level .navbar-nav.default-menu li a:hover {
    color: #0094d4;
    transition: 0.3s;
  }
  #header .first-level .navbar-nav.default-menu li a:hover span.title-desc {
    color: #3fafd9;
    transition: 0.3s;
  }
  #header .first-level .navbar-nav.default-menu li a.selected {
    color: #0094d4;
  }
  #header .first-level .navbar-nav.default-menu li.selected {
    border-color: #0094d4;
  }
  #header .first-level .navbar-nav.default-menu li a.selected span.title-desc {
    color: #3fafd9;
  }
}

/*
Modifiche home
*/
@media (min-width: 769px) {
  .payoff-home {
    text-align: center;
  }
  .home #view-intro {
    padding-top: 40px !important;
  }
  .home #view-intro.product-intro img.img-desktop {
    width: auto !important;
    height: auto !important;
    margin: 30px auto 15px auto;
    position: relative !important;
    top: initial !important;
    max-width: auto !important;
    left: initial !important;
  }
  #view-intro.product-intro p,
  #view-intro.product-intro h4 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  #view-intro .visible-mobile,
  .container-fumetto.visible-mobile {
    display: none;
  }
}
button.btn-prova.btn-slider-home {
  display: inline-block;
  margin-top: 10px;
  background-color: #f37139;
  border-radius: 3px;
  border: none;
  border-bottom: 3px solid #da6533;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Lato";
  font-size: 14px;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 1);
}
button.btn-prova.btn-slider-home:hover,
button.btn-prova.btn-prova:focus {
  background-color: #ff7d45;
}
button.btn-prova.btn-slider-home i {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  margin-left: 10px;
  padding-left: 10px;
  line-height: 24px;
  vertical-align: bottom;
}
.home #view-intro.product-intro .abosolude-birds {
  position: absolute;
  right: 15%;
  bottom: -74px;
}

.home #view-intro.product-intro .abosolude-birds img {
  width: auto !important;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  left: initial !important;
  top: initial !important;
  position: relative;
  margin-top: 0;
}
@media (max-width: 768px) {
  .abosolude-birds {
    display: none;
  }
  .home #view-intro.product-intro img.img-desktop {
    display: none;
  }
  button.btn-prova.btn-slider-home {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .home #view-intro.product-intro .abosolude-birds {
    position: absolute;
    right: 15%;
    bottom: -44px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .home #view-intro.product-intro .abosolude-birds {
    position: absolute;
    right: 15%;
    bottom: -89px;
  }
}

/* New software page*/
#approfondimento-software {
  background: rgb(239, 237, 227);
  color: #fff;
  min-height: 210px;
  padding: 16px 0;
  font-weight: 300;
}
#approfondimento-software .center-box h1 {
  font-size: 35px;
  line-height: 37px;
  font-weight: 400;
  margin-bottom: 14px;
  margin-top: 28px;
  color: #0094d4;
}
#approfondimento-software .center-box h4 {
  line-height: 22px;
  margin-top: 12px;
  color: #666666;
}
.breadcrumb-black .bread-crumb {
  color: #666666;
}
.new-software-squares {
  background: rgb(239, 237, 227);
}
.new-software-squares .soft-square {
  text-align: center;
  cursor: pointer;
}
.new-software-squares .soft-square .soft-square-img {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 262px;
  max-width: 262px;
}
span.sprite-square {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  z-index: 9;
  background-position: 50% -262px;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  max-width: 262px;
}
.new-software-squares .soft-square .soft-square-img:hover {
  background-image: none;
}
.new-software-squares .soft-square:hover span.sprite-square {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.new-software-squares .soft-square .soft-square-img img {
  visibility: hidden;
  max-height: 262px;
}
.new-software-squares .soft-square h3 {
  color: #0094d4;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
}
#altri-software h4,
#altri-software h5 {
  color: #666666;
}
#altri-software h4 {
  margin-bottom: 0;
}
#altri-software h5 {
  margin-top: 5px;
}
#altri-software {
  padding-bottom: 20px;
}
#altri-software a {
  transition: 0.3s;
  text-decoration: underline;
}
#altri-software a:hover {
  color: #555555;
  text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .new-software-squares .soft-square .soft-square-img {
    height: 212px;
    transition: 0.3s;
    max-width: 212px;
  }
  span.sprite-square {
    background-position: 50% -213px;
    background-size: cover;
    max-width: 212px;
  }
}
@media (max-width: 992px) {
  .new-software-squares .soft-square .soft-square-img {
    max-width: 262px;
    margin: 0 auto;
    transition: 0.3s;
  }
}

.sezione-2-col.gradient-grey.text-block .col-md-6:nth-child(odd) {
  clear: both;
}

/* Product Brand */
.product-intro-header span.testo {
  font-size: 25px !important;
  font-weight: 500;
  line-height: 27px !important;
  font-family: "Lato";
}

.product-intro-header h1 {
  font-size: 23px !important;
  line-height: 24px !important;
  margin-top: 20px !important;
  margin-bottom: 15px !important;
  margin-top: 0 !important;
}
.product-intro-header h2 {
  line-height: 20px;
}
@media (min-width: 768px) {
  .product-intro-header .col-md-6:first-of-type {
    margin-top: 30px;
  }
  #view-intro.product-intro p:first-of-type {
    margin-top: 5px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .product-intro-header .col-md-6:first-of-type {
    margin-right: 0;
    padding-right: 0;
  }
}
@media (max-width: 769px) {
  .product-intro-header .col-md-6:first-of-type .product-brand {
    display: none;
  }
}

/* bugfixing easyfatt softwares */
@media (max-width: 1201px) {
  .product-blocks .row .col-md-3 {
    margin-bottom: 20px;
  }
}

@media (max-width: 769px) {
  #pagina-9 .price-bottom {
    bottom: 0;
  }
}

/*
 *  Nuova sezione campagna 2018
 */

#adv-header-2017.product-intro {
  color: #fff;
  font-weight: 300;
  height: 580px;
  padding: 16px 0;
  background: no-repeat center center;
  background-size: cover;
  -webkit-box-shadow: 0px 76px 92px -16px rgba(42, 42, 42, 0.3) inset;
  -moz-box-shadow: 0px 76px 92px -16px rgba(42, 42, 42, 0.3) inset;
  box-shadow: 0px 76px 92px -16px rgba(42, 42, 42, 0.3) inset;
}

/* Se non teniamo immagine, buttare via */
#adv-header-2017 {
  min-height: 600px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
#adv-header-2017 .mobile-background {
  opacity: 0;
  z-index: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
  /*background: rgba(3, 148, 212, 0.75);*/
}

#adv-header-2017.product-intro .btn.rounded .fa.fa-caret-right {
  margin-left: 7px;
  font-size: 16px;
}

#adv-header-2017.product-intro p,
#adv-header-2017 #view-intro.product-intro h4 {
  font-size: 20px;
  font-weight: 400;
  font-family: arial;
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 15px;
}

@media (max-height: 700px) {
  #adv-header-2017.product-intro h1 {
    font-size: 26px;
    line-height: 38px;
    margin-top: 10px;
    margin-bottom: 16px;
  }
  #adv-header-2017.product-intro h4 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 769px) {
  #adv-header-2017 .bread-crumb {
    display: none;
  }
  #adv-header-2017 .col-md-6:first-of-type .product-brand {
    display: block;
  }
}
@media (max-width: 769px) {
  #adv-header-2017.product-intro-header {
    background-position: 54%;
  }
  #adv-header-2017.product-intro-header .container {
    display: flex;
    align-items: center;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
  }
  #adv-header-2017.product-intro-header .pay-off {
    padding: 40px 0;
    text-align: left;
  }
  #adv-header-2017.product-intro-header span.testo {
    max-width: 100% !important;
  }
  #adv-header-2017 .mobile-background {
    opacity: 1;
  }
}

/*
* Nuova sezione home adv 2018
*/
section.home-adv-2018 {
  position: relative;
  /*min-height: 600px;*/
  background-color: #37abde;
}
section.home-adv-2018 #header-home {
  display: block;
  min-height: 560px;
  background-color: #37abde;
}
section.home-adv-2018 .bottom-image {
  position: absolute;
  bottom: 0;
  width: 100%;
}
section.home-adv-2018 .bottom-image img {
  width: 100%;
}
section.home-adv-2018 .payoff-home {
  padding-top: 80px;
  position: relative;
  z-index: 98;
}
section.home-adv-2018 .payoff-home h3 {
  text-align: center;
  font-size: 42px !important;
  font-weight: 500;
  margin-top: 0;
  line-height: 40px;
  color: #fff;
}
section.home-adv-2018 .payoff-home h4 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  letter-spacing: 0;
}
section.home-adv-2018 .payoff-home button.btn-prova.btn-slider-home {
  line-height: 21px;
}
section.home-adv-2018 .payoff-home h1 {
  margin-top: 20px !important;
  font-size: 25px !important;
  line-height: 24px !important;
}
section.home-adv-2018 .visible-mobile {
  display: none;
}
section.home-adv-2018 .fumetto-box {
  display: none;
}
@media (max-width: 767px) {
  section.home-adv-2018 .visible-mobile {
    display: block;
  }
  section.home-adv-2018 #header-home {
    min-height: auto;
    position: relative;
  }
  section.home-adv-2018 .payoff-home {
    padding-top: 35px;
  }
  section.home-adv-2018 .payoff-home h1 {
    font-size: 22px !important;
  }
  section.home-adv-2018 .payoff-home h4 {
    font-size: 14px;
    letter-spacing: 0.3px;

    line-height: 22px;
  }
  section.home-adv-2018 .payoff-home h3 {
    font-size: 36px !important;
    font-weight: 500;
    margin-top: 0;
    line-height: 40px;
    color: #fff;
  }
  section.home-adv-2018 .bottom-image {
    display: none;
  }
  section.home-adv-2018 .fumetto-box {
    display: block;
    padding-top: 1px;
  }
  section.home-adv-2018 .fumetto-box h3 {
    left: 30px;
    position: absolute;
    top: -40px;
    font-size: 16px !important;
    color: #fff;
  }
}

@media (max-width: 768px) and (min-width: 560px) {
  section.home-adv-2018 .payoff-home {
    padding-top: 40px;
    max-width: 80%;
    margin: 0 auto;
  }
}

/*
*   col centrata software
*/
#approfondimento-software.text-white h1 {
  color: #fff;
}
#approfondimento-software.text-white h4 {
  color: #fff;
}
#approfondimento-software.text-white {
  padding-bottom: 40px;
}
.new-software-squares.text-white .soft-square h3 {
  color: #ffffff;
}
.new-software-squares.text-white .soft-square p {
  color: #ffffff;
}
.altri-software-container-2018 {
  position: relative;
  color: #fff;
}
.altri-software-container-2018 .bottom-image {
  /*background-color: #37abde;*/
}
.altri-software-container-2018 .bottom-image img {
  width: 100%;
  pointer-events: none;
}
.altri-software-container-2018 #altri-software .text-absolute {
  position: absolute;
  bottom: 180px;
  left: 0;
  right: 0;
  z-index: 1000;
}
.altri-software-container-2018 #altri-software a {
  color: #fff;
}
.altri-software-container-2018 #altri-software h5 {
  color: #ffffff;
}
.altri-software-container-2018 .visible-mobile {
  display: none;
}
.new-software-squares.software-squares-2018 .soft-square .soft-square-img {
  height: 240px;
  max-width: 240px;
  margin: 0 auto;
}
.new-software-squares.software-squares-2018 .soft-square span.sprite-square {
  max-width: 240px;
  background-position: 50% -240px;
}
@media (max-width: 1200px) {
  .altri-software-container-2018 #altri-software .text-absolute {
    bottom: 100px;
  }
}
@media (max-width: 768px) {
  .altri-software-container-2018 #altri-software .text-absolute {
    position: relative;
    bottom: auto;
  }
  .altri-software-container-2018 .visible-mobile {
    display: block;
  }
  .altri-software-container-2018 .hidden-mobile {
    display: none;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .new-software-squares.software-squares-2018 .soft-square .soft-square-img {
    height: 212px;
    transition: 0.3s;
    max-width: 212px;
  }
  .new-software-squares.software-squares-2018 .soft-square span.sprite-square {
    background-position: 50% -212px;
    background-size: cover;
    max-width: 220px;
  }
}
@media (max-width: 992px) {
  .new-software-squares.software-squares-2018 .soft-square .soft-square-img {
    max-width: 240px;
    margin: 0 auto;
    transition: 0.3s;
  }
}

#adv-header-2017 .pay-off .adv-secondario h4 {
  margin-top: 14px;
  font-size: 21px;
}
#adv-header-2017 .pay-off .adv-secondario h1 {
  font-size: 34px !important;
  line-height: 40px !important;
  font-weight: 400;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
#adv-header-2017 .pay-off .adv-secondario p {
  font-size: 16px;
  line-height: 20px;
}
#adv-header-2017.product-intro-header h2 {
  line-height: 26px;
}

/* no iride blocchi prodotto */
.product-blocks .single-product .desc {
  background-image: none;
}
.product-blocks .price {
  background: rgb(170, 170, 170);
}
/*
*   HELPERS
*/
.mb-1 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}

/*
*   Versioni easyfatt
 */
.sezione-versioni-easyfatt {
  padding: 40px 0;
  /* text-rendering: geometricPrecision; */
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.sezione-versioni-easyfatt .text-block p,
.sezione-versioni-easyfatt .text-block li,
.sezione-versioni-easyfatt .text-block div {
  line-height: 20px;
}

.sezione-versioni-easyfatt .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000 !important;
  border-radius: 4px;
}

.sezione-versioni-easyfatt .product-easyfatt {
  display: inline-block;
  float: left;
  margin: 0 10px;
}
@media (min-width: 1200px) {
  .sezione-versioni-easyfatt .product-easyfatt:first-of-type {
    margin-left: 0;
  }
  .sezione-versioni-easyfatt .product-easyfatt:last-of-type {
    margin-right: 0;
  }
}
.sezione-versioni-easyfatt .product-easyfatt .product-inside {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  width: 294px;
}
.sezione-versioni-easyfatt .product-easyfatt .best-seller {
  text-align: center;
  padding: 5px 20px;
  border-top: 2px solid #3fafe0;
  border-left: 2px solid #3fafe0;
  border-right: 2px solid #3fafe0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-transform: uppercase;
  color: #3fafe0;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}
.sezione-versioni-easyfatt .product-easyfatt .top-space {
  margin-top: 34px;
}
.sezione-versioni-easyfatt .product-easyfatt .top-header {
  background-color: #53b5d9;
  padding: 0 20px 12px 20px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sezione-versioni-easyfatt .product-easyfatt .type-label {
  position: absolute;
  left: -82px;
  top: -23px;
  color: #fff;
  text-transform: uppercase;
  width: 200px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-weight: bold;
  transform: rotate(-45deg);
}
.sezione-versioni-easyfatt .product-easyfatt .top-header h3 {
  font-size: 31px;
  color: #ffffff;
  font-weight: 300;
  margin: 0;
  letter-spacing: -0.3px;
}
.sezione-versioni-easyfatt .product-easyfatt .top-header h3 .copyright {
  font-size: 14px;
  text-transform: lowercase;
  vertical-align: text-top;
  padding-left: 3px;
}
.sezione-versioni-easyfatt .product-easyfatt .top-header .version {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Lato", sans-serif;
}
.sezione-versioni-easyfatt .product-easyfatt .top-header .version strong {
  font-weight: 400;
}
.sezione-versioni-easyfatt .product-easyfatt .top-header .price {
  font-family: "Lato", sans-serif;
  color: #ffffff;
  font-weight: 300;
  margin-top: 25px;
  font-size: 42px;
  padding-bottom: 16px;
  display: inline-block;
  width: 124px;
  border-bottom: 1px solid;
}

.sezione-versioni-easyfatt .product-easyfatt .top-header.fic {
  background-color: #fff;
  border: 1px solid #0095d5;
}
.sezione-versioni-easyfatt .product-easyfatt .top-header.fic,
.sezione-versioni-easyfatt .product-easyfatt .top-header.fic h3,
.sezione-versioni-easyfatt .product-easyfatt .top-header.fic .featured,
.sezione-versioni-easyfatt
  .product-easyfatt
  .top-header.fic
  .featured
  > ul
  > li
  > a {
  color: #0095d5;
}
.sezione-versioni-easyfatt .product-easyfatt .top-header.fic .btn_r_wow {
  background-color: #00c332;
  color: #fff !important;
  border-color: #00c332 !important;
}

.sezione-versioni-easyfatt .product-easyfatt .price .currency {
  font-size: 47%;
  vertical-align: 72%;
  margin-right: 3px;
}
.sezione-versioni-easyfatt .product-easyfatt .price .number {
  font-weight: 500;
}
.sezione-versioni-easyfatt .product-easyfatt .top-header .license-explain {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  margin: 10px 0;
  color: #ffffff;
}
.sezione-versioni-easyfatt .product-easyfatt .top-header .license-explain i {
  font-size: 15px;
}
.sezione-versioni-easyfatt .product-easyfatt .top-header .license-explain a {
  color: #ffffff;
}
.sezione-versioni-easyfatt .product-easyfatt .top-header .support-plan {
  color: #ffffff;
  font-size: 16px;
}
.sezione-versioni-easyfatt .product-easyfatt .top-header .support-plan a,
.sezione-versioni-easyfatt .product-easyfatt .top-header .support-plan a:hover {
  color: #fff;
}
.sezione-versioni-easyfatt
  .product-easyfatt
  .top-header
  .support-plan
  .text-underline {
  text-decoration: underline;
  color: #ffffff;
  font-weight: bold;
}
.sezione-versioni-easyfatt .product-easyfatt .top-header .featured {
  color: #fff;
  margin-top: 18px;
}
.sezione-versioni-easyfatt .product-easyfatt .top-header .featured > ul {
  text-align: left;
  margin-left: 15%;
  margin-top: 8px;
}
.sezione-versioni-easyfatt .product-easyfatt .top-header .featured > ul > li {
  margin-bottom: 0;
  color: #fff;
}
.sezione-versioni-easyfatt
  .product-easyfatt
  .top-header
  .featured
  > ul
  > li
  > .fa {
  color: #96ef56;
}
.sezione-versioni-easyfatt
  .product-easyfatt
  .top-header
  .featured
  > ul
  > li
  > a {
  color: inherit;
}

.sezione-versioni-easyfatt .product-easyfatt .top-header hr.colored-line {
  border: 4px solid;
  margin: 0 -20px 28px;
}
.sezione-versioni-easyfatt .product-easyfatt .subheader {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid;
  width: 80%;
  margin: 0 auto;
}
.sezione-versioni-easyfatt .product-easyfatt .subheader .text {
  color: #666666;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}
.sezione-versioni-easyfatt .product-easyfatt .subheader .price {
  margin-top: 5px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #666;
}
.sezione-versioni-easyfatt .product-easyfatt .subheader .price .number {
  font-size: 32px;
}
.sezione-versioni-easyfatt .product-easyfatt .subheader .price .currency {
  font-size: 16px;
  vertical-align: 14px;
  margin-right: 3px;
}
.sezione-versioni-easyfatt .product-easyfatt .content {
  padding: 24px 15px;
}
.sezione-versioni-easyfatt .product-easyfatt .content .header {
  font-weight: bold;
  margin-bottom: 16px;
  color: #222;
  font-size: 14px;
  height: 3em;
}
.sezione-versioni-easyfatt .product-easyfatt .content ul.features {
  text-align: left;
  margin-left: 20px;
  height: 19em;
}
.sezione-versioni-easyfatt .product-easyfatt .content ul.features > li {
  list-style: disc;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 4px;
  color: #666;
}
.sezione-versioni-easyfatt .product-easyfatt .content ul.features > li.empty {
  list-style: none;
}
.sezione-versioni-easyfatt
  .product-easyfatt
  .content
  ul.features
  > li.line-through {
  text-decoration: line-through;
}
.sezione-versioni-easyfatt
  .product-easyfatt
  .content
  ul.features
  > li:last-of-type {
  border-bottom: none;
}
.sezione-versioni-easyfatt .product-easyfatt .content ul.features > li i {
  display: none;
}
.sezione-versioni-easyfatt .product-easyfatt .content .cta {
  margin-top: 20px;
}
.sezione-versioni-easyfatt .product-easyfatt .content .cta a {
  /* font-weight: bold; */
  font-size: 14px;
}

.sezione-versioni-easyfatt .product-easyfatt .prod-name {
  margin: 3em 0 2em;
}
.versioni-easyfatt-landing .featured {
  margin: 2em 0 !important;
}
.sezione-versioni-easyfatt .fic .price,
.sezione-versioni-easyfatt .fic .license-explain a,
.sezione-versioni-easyfatt .fic .featured > ul > li {
  color: #0095d5 !important;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .sezione-versioni-easyfatt .product-easyfatt {
    margin: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sezione-versioni-easyfatt .product-easyfatt:nth-child(2n + 1) {
    clear: left;
  }
}
@media (max-width: 768px) {
  .sezione-versioni-easyfatt .product-easyfatt {
    max-width: 100%;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    clear: left;
  }
  .sezione-versioni-easyfatt .product-easyfatt a.btn_r_wbw {
    max-width: 50%;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .sezione-versioni-easyfatt .product-easyfatt .btn_r_wwo {
    max-width: 50%;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .sezione-versioni-easyfatt .product-easyfatt .prod-btn br {
    display: none;
  }
  .sezione-versioni-easyfatt .product-easyfatt a.btn_r_bbw {
    max-width: 50%;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .sezione-versioni-easyfatt .product-easyfatt .content ul.features > li {
    font-weight: 400;
    text-rendering: optimizeLegibility;
  }
  .sezione-versioni-easyfatt .product-easyfatt .content .cta a {
    font-weight: 400;
    text-rendering: optimizeLegibility;
  }
}
@media (max-width: 480px) {
  .sezione-versioni-easyfatt .product-easyfatt {
    max-width: 100%;
    width: auto;
  }
}

/*
*  Sticky header per danea easyfatt confronta versioni
*/
#pricing .row.borders.top-color {
  position: -webkit-sticky;
  position: sticky;
  top: 93px;
  z-index: 2;
  background-color: #fff;
}
#pricing .row.borders.start .product-side.first {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  background-color: #fff;
  z-index: 2;
}
#pricing .row.borders:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  top: 100px;
}
@media (max-width: 768px) {
  #pricing .row.borders:nth-child(2) {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: 68px;
  }
}

#pricing .row.borders.title {
  position: -webkit-sticky;
  position: sticky;
  top: 96px;
  background-color: #fff;
  z-index: 1;
}
#pricing .row.borders.title .description-side.heading {
  position: -webkit-sticky;
  position: sticky;
  top: 93px;
  z-index: 2;
}
#pricing .row .description-side .control {
  display: none;
}
#pricing .row.borders.start.bottom-pricng {
  border-top: 1px solid #bbb;
}
body.ie-browser #pricing .row.borders.title .description-side.heading {
  top: auto;
}
body.ie-browser #pricing .row.borders.title {
  top: auto;
}
body.ie-browser .row.borders:nth-child(2) {
  top: auto;
}
body.ie-browser #pricing .row.borders.top-color {
  top: auto;
}
body.ie-browser #pricing .title.borders.row .heading.description-side {
  top: auto;
}
body.ie-browser #pricing .start.borders.row .first.product-side {
  top: auto;
  z-index: auto;
  padding-top: 5px;
}
@media (max-width: 768px) {
  #pricing .row.borders.top-color {
    top: 65px;
  }
  #pricing .row.borders.title {
    position: relative;
    top: auto;
  }
  #pricing .row.borders.title .description-side.heading {
    position: initial;
    top: auto;
  }
  .btn-hide-mobile {
    display: none;
  }
}

.product-domustudio .cont-prod span.type-prod {
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 8px;
}
.product-domustudio .cont-prod a.type-prod {
  font-size: 14px;
  color: #666;
  text-decoration: underline;
  font-weight: bold;
  display: block;
}
.product-domustudio .cont-prod p.type-prod {
  font-size: 14px;
  color: #666;
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.product-domustudio .cont-prod small.type-prod {
  font-size: 14px;
  color: #666;
  font-style: italic;
  display: block;
  padding-bottom: 7px;
}

.product-domustudio .cont-prod br {
  font-size: 14px;
  color: #666;
  text-decoration: underline;
  font-weight: bold;
  display: block;
}

/* STICKY MENU */

.sidebar-sinistra .article h2,
.supporto_pagina_tematica .article h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 24px;
}
.sidebar-sinistra .article ul,
.supporto_pagina_tematica .article ul {
  margin-left: 30px;
}

@media (min-width: 992px) {
  .sticky {
    position: fixed;
  }
  .sticky.bottom {
    position: absolute;
  }
}
.sticky-sidebar {
  background-color: #f5f5f5;
  padding: 30px;
}
.sticky-sidebar ol {
  list-style: none;
  border-bottom: 1px solid #dcdcdc;
  padding: 0;
  margin: 30px 0;
}
.sticky-sidebar ol > li {
  margin: 0;
}
.sticky-sidebar ol > li > a {
  display: block;
  color: #3fafe1;
  border-top: 1px solid #dcdcdc;
  padding: 10px 0 10px 20px;
  position: relative;
  font-size: 16px;
}
.sticky-sidebar ol > li > a > .fa {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  font-size: 13px;
}
.sticky-sidebar ol > li > .selected {
  color: #f37239;
}
@media (max-width: 991px) {
  .sticky-sidebar .tornasu {
    display: none;
  }
}

@media (min-width: 768px) {
  #top-bar .dropdown .sub-menu {
    position: absolute;
    background-color: #333;
    top: 30px;
    right: 0;
    padding: 10px;
    z-index: 100;
  }

  #top-bar .sub-menu > li + li {
    border-top: 1px solid #676767;
  }
  #top-bar .sub-menu > li > a {
    display: block;
    width: 250px;
    padding: 0 15px;
    position: relative;
    opacity: 0.65;
  }
  #top-bar .sub-menu > li > a:hover {
    opacity: 1;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
  }
  #top-bar .sub-menu > li > a > .fa {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
  }
  #top-bar .sub-menu > li > a:hover > .fa {
    right: 15px;
  }

  #menu-102 li > a {
    position: relative;
  }
  #menu-102 li > a:after {
    position: absolute;
    right: 12px;
    bottom: 12px;
    background: url(/img/original/menu/menu-accedi-arrow.png) no-repeat right;
    padding-right: 20px;
  }
  #menu-102 #menu-29 > a,
  #menu-102 #menu-27 > a {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  #menu-102 #menu-48 > a {
    padding-top: 24px;
    padding-bottom: 48px;
  }
  #menu-102 #menu-29 > a:after,
  #menu-102 #menu-27 > a:after {
    content: "Area cliente";
  }
  #menu-102 #menu-48 > a:after {
    content: "Accedi all'area cloud";
  }
}

.cta-strip {
  background-image: linear-gradient(to right, #ea007b, #ffd637);
}
.cta-strip > a {
  text-align: center;
  font-size: 20px;
  color: #fff;
  display: block;
  padding: 11px 0;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.cta-strip > a > .fa {
  margin-left: 8px;
  -webkit-transition: 100ms;
  -moz-transition: 100ms;
  -ms-transition: 100ms;
  -o-transition: 100ms;
  transition: 100ms;
}
.cta-strip > a:hover > .fa {
  margin-left: 16px;
}

/*** 2019 ***/
.sidebar-sinistra .article h4 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  margin-bottom: 18px;
  margin-top: 32px;
}
.media,
.media .media {
  margin-top: 20px;
}
.media > .pull-left {
  margin-right: 20px;
}
h3.media-heading {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 500;
}
h3.media-heading > a {
  color: #3fafe1;
}
@media (max-width: 767px) {
  .sidebar-sinistra .article h2,
  .sidebar-sinistra .article h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
.sticky-sidebar ol ol {
  margin: 0;
  padding: 0 0 0 32px;
  border-bottom: none;
  border-top: 1px solid #dcdcdc;
}
.sticky-sidebar ol ol > li > a {
  padding-left: 0;
}
.sticky-sidebar ol ol > li:first-child a {
  border-top: none;
}

/**** SUPPORTO ****/

#top-bar a.supporto-back-btn {
  padding-top: 10px;
  display: inline-block;
}
.searchiq-container {
  width: 50%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
}
.col-md-6.searchiq .searchiq-container {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
}

.searchiq-container i {
  font-size: 19px;
  color: #aaa;
  position: absolute;
  top: 10px;
  left: 15px;
}
.searchiq input {
  color: #666;
  border-radius: 25px;
  border: none;
  width: 100%;
  line-height: 38px;
  padding-left: 50px;
  height: 38px;
  font-size: 18px;
}

.searchiq label {
  display: block;
  font-size: 25px;
  font-weight: 400;
  padding-bottom: 10px;
}
.searchiq {
  text-align: center;
  margin-top: 12px;
}
.supporto_2019 #nav-supporto {
  position: static !important;
}

.sezione-1-col.briciole {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #f7f7f7;
}
.sezione-1-col.briciole h2 {
  color: #3fafe0;
}
.sezione-1-col.briciole {
  padding-top: 10px;
  padding-bottom: 50px;
}

.gradient-grey .bread-crumb,
.sezione-1-col.briciole .bread-crumb {
  padding-bottom: 40px;
  color: #aaa;
}

.supporto_2019 #approfondimento,
.supporto_2019 #approfondimento .title-hero {
  min-height: initial;
  margin-bottom: 0px;
}

.supporto_2019 .bnt_accedi_mobile {
  display: none;
}

body .holdResults._siq_main_searchbox ul li a h3 {
  font-family: "Arial" !important;
  color: #777 !important;
  font-size: 14px !important;
}

#siq_search_results {
  margin-top: 0px;
}

input#siq_ajax_search {
  border-radius: 25px !important;
  margin-bottom: 25px !important ;
  margin-top: 25px !important;
}
._siq_pagination {
  background-color: #fff !important;
}
#siq_search_results ._siq_pagination span {
  border: none !important;
  background-color: #fff !important;
}
#siq_search_results ._siq_pagination a,
#siq_search_results ._siq_pagination span {
  border: none !important;
  background-color: #fff !important;
}

body #siq_search_results .search-results-R .sr-R-cont div,
body #siq_search_results .siq-ads .srch-sponsored-R-cont p {
  font-size: 14px;
  line-height: 28px !important;
  color: #777777;
}

#siq_search_results table.siq_searcharea_table td.searchFiltersLeftTd {
  width: 50%;
  text-align: left;
  display: none;
}

#siq_search_results .siq_filters .siq_filter .filterValue {
  display: none !important;
}

#siq_search_results .search-results-row,
#siq_search_results .search-sponsored-row {
  float: none;
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px;
  width: 100%;
}

#siq_search_results .search-results-R div.search-results-title a em {
  color: inherit;
  background-color: inherit;
  display: inline-block;
}

#siq_search_results .search-results-R div.search-results-title a:hover,
#siq_search_results .siq-ads h2.srch-sponsored-title a:hover {
  color: #3fafe0 !important;
}

input#siq_ajax_search.siq_ajax_search.siq_searchBox {
  display: block !important;
  width: 50% !important;
  margin: 50px auto !important;
}

body
  #siq_search_results
  .siq_searchForm
  .siq_searchWrapper
  .siq_searchTop
  .siq_searchInner
  .siq_searchBox {
  color: #777777;
  margin-bottom: 0 !important;
}

#siq_search_results .siq_searchForm {
  position: relative;
  top: -8px;
}

.link-supporto a {
  display: inline-block;
  padding: 0 15px;
  font-size: 16px;
  padding-top: 20px;
  text-decoration: underline;
}

.link-supporto {
  text-align: center;
}
.link-supporto a:hover {
  text-decoration: none;
}

.text-block h4.faq_titolo {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #777;
}

/** SUPPORTO MOBILE **/
@media (max-width: 1025px) {
  .searchiq-container {
    margin-bottom: 0;
  }
  .supporto_2019 .bnt_accedi_mobile {
    display: inline-block;
    font-weight: 400;
    margin-top: 11px;
  }
  .supporto_2019 img.logo {
    width: 203px !important;
  }
  .supporto_2019 .bnt_accedi_pc {
    display: none;
  }
  .supporto_2019 #approfondimento .col-md-3 {
    height: 70px;
    width: 100%;
  }
  .supporto_2019 #approfondimento .col-md-6 {
    width: 100%;
  }
  .supporto_2019 #approfondimento .col-md-3.searchiq {
    display: none;
  }
  .supporto_2019 #approfondimento .col-md-6.searchiq {
    margin-bottom: 20px;
  }
  .searchiq-container i {
    font-size: 19px;
    color: #aaa;
    position: absolute;
    top: initial;
    bottom: 10px;
    left: 15px;
  }
  .searchiq-container {
    width: 100%;
  }
  .srch-res-info {
    display: none !important;
  }
  .search-results-row {
    min-height: 60px !important;
  }
  input#siq_ajax_search.siq_ajax_search.siq_searchBox {
    display: block !important;
    width: 100% !important;
    margin: 50px auto !important;
  }
  #siq_search_results .img-responsive {
    background: none !important;
  }

  .searchiq label {
    display: block;
    font-size: 25px;
    font-weight: 400;
    padding-bottom: 0px;
  }
  .col-md-12.searchiq {
    padding-top: 8px;
    padding-bottom: 18px;
    padding: 8px 40px 18px;
  }
  .supporto_2019 #top-bar {
    display: block;
    height: 40px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}

h2.faq-single-cat-title,
h3.faq-single-cat-title {
  color: #777;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  font-family: "Lato";
  font-style: normal !important;
}
h2.faq-single-cat-title i,
h3.faq-single-cat-title i {
  font-size: 18px !important;
}

section.faq-domanda-singola h1 {
  font-size: 30px;
  color: #3fafe0;
}
section.faq-domanda-singola #assistenza h3 {
  margin-bottom: 24px;
}
section.faq-domanda-singola #assistenza .contents {
  line-height: 32px;
  font-size: 16px;
}

.blocchi-3-slider .container {
  padding: 40px;
}
.blocchi-3-slider .bx-wrapper .bx-viewport {
  background: inherit;
  border: none;
  left: 0;
}
.blocchi-3-slider .bx-wrapper .slide {
  border: none;
  background: #0095d5;
  padding: 15px 24px;
  color: #fff;
  height: 270px;
}
.blocchi-3-slider .bx-wrapper .slide h4 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 24px;
}
.blocchi-3-slider .bx-wrapper .slide a {
  color: inherit;
  text-decoration: underline;
}
.blocchi-3-slider .bx-wrapper .bx-controls-direction > a {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #efeeee;
  width: 40px;
  height: 270px;
  top: -2px;
}
.blocchi-3-slider .bx-wrapper .bx-controls-direction .bx-prev {
  left: -40px;
}
.blocchi-3-slider .bx-wrapper .bx-controls-direction .bx-next {
  right: -40px;
}

/* modifica menu 20200128 */
@media (min-width: 1024px) {
  #header .first-level .navbar-nav.default-menu li {
    border: none !important;
    min-width: 160px;
  }
}

.img-fluid {
  max-width: 100%;
  height: auto !important;
}

.calcolatore-condomini {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 2em;
}
.calcolatore-condomini .heading {
  text-align: center;
}
.calcolatore-condomini .heading .title {
  font-weight: bold;
  margin-bottom: 8px;
}
.calcolatore-condomini .heading p {
  max-width: 24em;
  margin: 0 auto 2em;
}
.calcolatore-condomini .range-wrapper {
  max-width: 574px;
  margin: 0 auto 1.5em;
}
.calcolatore-condomini .range-wrapper > label {
  padding-left: 1em;
}
.calcolatore-condomini .range-wrapper > .form-group {
  display: flex;
  align-items: center;
  background: #e3e3e3;
  padding: 1.2em 0;
  border-radius: 5px;
}
.calcolatore-condomini .range-wrapper > .form-group > .value-label {
  width: 4em;
  text-align: center;
  font-size: 16px;
}
.calcolatore-condomini .range-input {
  position: relative;
  flex: 1;
}
.calcolatore-condomini .range-input > input {
  -webkit-appearance: none;
  background: transparent;
}
.calcolatore-condomini .range-input > input::-webkit-slider-runnable-track {
  background: #fff;
  height: 10px;
  border-radius: 5px;
}
.calcolatore-condomini .range-input > input::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #3fafe0;
  width: 10px;
  height: 25px;
  border-radius: 5px;
  margin-top: -6px;
  cursor: pointer;
}
.calcolatore-condomini .range-input > .bubble {
  display: none;
  position: absolute;
  background: #777;
  color: #fff;
  top: -30px;
  font-size: 9px;
  padding: 0 5px;
  height: 18px;
  text-align: center;
  line-height: 2em;
  min-width: 24px;
  border-radius: 2px;
}
.calcolatore-condomini .range-input > .bubble:before {
  content: "";
  position: absolute;
  border-top: 4px solid #777;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  top: 18px;
  left: calc(50% - 4px);
}
.calcolatore-condomini .range-input > .track {
  position: absolute;
  height: 10px;
  background: #3fafe0;
  top: 0;
  left: 0;
  border-radius: 5px 0 0 5px;
  pointer-events: none;
}

.calcolatore-condomini .main {
  margin: 2.2em auto 2.8em;
  text-align: center;
  max-width: 40em;
}
.calcolatore-condomini .output {
  opacity: 0;
  transition: opacity 150ms;
  font-size: 30px;
  color: #3fafe0;
  line-height: 1em;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.calcolatore-condomini .main > .output {
  color: #1ac049;
  font-size: 40px;
  font-weight: bold;
}
.calcolatore-condomini .output > .range {
  font-size: 0.5em;
  font-weight: normal;
  margin-left: -4px;
}
.calcolatore-condomini .desc-title {
  font-family: "Lato", sans-serif;
  color: #777;
  font-weight: bold;
  margin-bottom: 4px;
}

/* Interventi Sezione Fatture 2022-01-19 */
.features .single-feature:hover {
  background: #f9f7f2;
  text-decoration: none;
  border-radius: 8px;
}
#pagina-29 .features.text-block p {
  font-size: 16px;
}
#pagina-29 .sezione-barra.sezione-1-col p {
  font-size: 22px;
}

/* privacy policy */
.mt-3,
.my-3 {
  margin-top: 1em !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5em !important;
}
.mt-5,
.my-5 {
  margin-top: 3em !important;
}
.mt-6,
.my-6 {
  margin-top: 4.5em !important;
}
.mt-7,
.my-7 {
  margin-top: 5em !important;
}
.mt-8,
.my-8 {
  margin-top: 7.5em !important;
}
.col-5 {
  max-width: 41.66667%;
}

.privacy-page .row {
  display: flex;
}

.privacy-page {
  color: #152935;
  min-height: 200vh;
}
.privacy-page::before {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  content: "";
  display: none;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
  z-index: 1000;
}
@media (max-width: 992px) {
  .privacy-page::before {
    display: block;
  }
}
.privacy-page.tooltip-show::before {
  opacity: 1;
}
.privacy-page .section--header {
  background-color: #f6f6f6;
}
.privacy-page .section--header .header--title {
  font-size: 39px;
  font-weight: 400;
  letter-spacing: 1px;
}
.privacy-page #breadcrumb {
  background-color: transparent;
}
@media only screen and (max-width: 575px) {
  .privacy-page #breadcrumb {
    display: block;
  }
}
.privacy-page .left-column {
  border-right: 1px solid #c9d9e8;
  padding-right: 0;
}
@media (max-width: 992px) {
  .privacy-page .left-column {
    display: none;
  }
}
@media (max-width: 992px) {
  .privacy-page .right-column {
    display: none;
  }
}
.privacy-page .sidebar-menu {
  list-style: none;
  padding-left: 0;
}
.privacy-page .sidebar-menu .menu-item {
  background-color: #fff;
  -webkit-transition: background-color 75ms ease-in-out;
  transition: background-color 75ms ease-in-out;
}
.privacy-page .sidebar-menu .menu-item:hover {
  background-color: rgba(222, 240, 247, 0.25);
}
.privacy-page .sidebar-menu .menu-item.active {
  background-color: #def0f7;
}
.privacy-page .sidebar-menu .menu-item.active .menu-link {
  color: #0090d1;
  font-weight: 600;
  text-decoration: none;
}
.privacy-page .sidebar-menu .menu-link {
  color: #152935;
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 24px;
  padding: 14px 12px;
  text-decoration: none;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.privacy-page .sidebar-menu .menu-link:hover {
  color: #0090d1;
  text-decoration: none;
}
.privacy-page .sidebar-menu.sidebar-menu--bottom {
  border-top: 1px solid #c9d9e8;
}
.privacy-page .main-col {
  margin-bottom: 100px;
  padding-right: 30px;
  padding-left: 30px;
}
.privacy-page .main-title .title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.18px;
  line-height: 32px;
}
.privacy-page .main-title .reading-time {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5a6872;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.33px;
  line-height: 16px;
}
.privacy-page .main-title .reading-time::before {
  background-image: url(/img/original/privacy/icon-clock.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 8px;
  margin-right: 4px;
  width: 8px;
}
.privacy-page .simple-title {
  color: #152935;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 32px;
}
.privacy-page .middle-title {
  color: #152935;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.45px;
  line-height: 24px;
}
.privacy-page .main-text {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.privacy-page .main-text a {
  color: #0090d1;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}
.privacy-page .main-text a:hover {
  color: #0090d1;
  opacity: 0.75;
  text-decoration: none;
}
.privacy-page .small-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 24px;
}
.privacy-page .small-text a {
  color: #0090d1;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}
.privacy-page .small-text a:hover {
  color: #0090d1;
  opacity: 0.75;
  text-decoration: none;
}
.privacy-page .prelist {
  margin-bottom: 0.125em;
}
.privacy-page .simple-list li::marker {
  font-size: 1.5em;
}
.privacy-page .main-list {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 24px;
}
.privacy-page .main-list li {
  margin-bottom: 12px;
  margin-top: 12px;
}
.privacy-page .main-list.letters {
  list-style: lower-alpha;
}
.privacy-page .index-mobile .index-mobile-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 24px;
  margin-bottom: 15px;
}
.privacy-page .index-mobile .index-mobile-title::before {
  background-image: url(/img/original/privacy/icon-chevron.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 12px;
  margin-right: 6px;
  margin-top: 4px;
  width: 12px;
}
.privacy-page .index-mobile .index-mobile-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 24px;
  margin-bottom: 24px;
}
@media (min-width: 993px) {
  .privacy-page .index-mobile {
    display: none;
  }
}
.privacy-page .index-button {
  border: 1px solid #0090d1;
  border-radius: 3px;
  color: #0090d1;
  display: none;
  padding: 5px 10px;
}
.privacy-page .index-button:hover {
  background-color: rgba(0, 144, 209, 0.1);
  text-decoration: none;
}
@media (max-width: 992px) {
  .privacy-page .index-button {
    display: inline-block;
  }
}
.privacy-page .index-menu {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 993px) {
  .privacy-page .index-menu .menu-item {
    border-bottom: 1px solid #c9d9e8;
    padding: 15px;
  }
  .privacy-page .index-menu .menu-item:first-child {
    border-top: 1px solid #c9d9e8;
  }
}
.privacy-page .index-menu .menu-link {
  color: #0090d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 24px;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.privacy-page .index-menu .menu-link:hover {
  opacity: 0.75;
  text-decoration: none;
}
.privacy-page .index-menu .menu-link::before {
  background-image: url(/img/original/privacy/icon-chevron-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 12px;
  margin-right: 6px;
  margin-top: 4px;
  width: 12px;
}
.privacy-page .articles-section {
  margin-top: 70px;
}
@media (max-width: 993px) {
  .privacy-page .articles-section {
    margin-top: 30px;
  }
}
.privacy-page .articles-section .articles-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}
.privacy-page .anchor-menu {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 993px) {
  .privacy-page .anchor-menu .menu-item {
    border-bottom: 1px solid #c9d9e8;
    padding: 15px;
  }
  .privacy-page .anchor-menu .menu-item:first-child {
    border-top: 1px solid #c9d9e8;
  }
}
.privacy-page .anchor-menu .menu-link {
  color: #0090d1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 24px;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.privacy-page .anchor-menu .menu-link:hover {
  opacity: 0.75;
  text-decoration: none;
}
.privacy-page .anchor-menu .menu-link::before {
  background-image: url(/img/original/privacy/icon-chevron-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 12px;
  margin-right: 6px;
  margin-top: 4px;
  width: 12px;
}
.privacy-page .anchor-menu.noicon .menu-link {
  margin-left: 20px;
}
.privacy-page .anchor-menu.noicon .menu-link::before {
  display: none;
}
.privacy-page .section-title {
  border: none;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
  padding: 0;
}
.privacy-page .disclaimer {
  color: #5a6872;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.4px;
  line-height: 15px;
  text-decoration: none;
}
.privacy-page .disclaimer-icon {
  color: #5a6872;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 20px;
}
.privacy-page .disclaimer-icon::before {
  background-image: url(/img/original/privacy/information-circle@2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  height: 14px;
  margin-right: 20px;
  margin-top: 2px;
  opacity: 0.5;
  width: 14px;
}
.privacy-page .external-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0090d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.privacy-page .external-link::before {
  background-image: url(/img/original/privacy/icon-external-link.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 22px;
  margin-right: 10px;
  width: 22px;
}
.privacy-page .section-separator {
  border-bottom: 1px solid #c9d9e8;
}
.privacy-page .table {
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.privacy-page .table .row {
  border-bottom: 1px solid #aaa;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.privacy-page .table a {
  color: #0090d1;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}
.privacy-page .table a:hover {
  opacity: 0.75;
  text-decoration: none;
}
.privacy-page .side-panel-cta {
  background-color: #def0f7;
  color: #0090d1;
  cursor: pointer;
  padding: 2px;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}
.privacy-page .side-panel-cta:hover {
  opacity: 0.75;
}
.privacy-page .side-panel-cta b,
.privacy-page .side-panel-cta strong {
  color: #0090d1;
}
.privacy-page .side-panel {
  background-color: #fff;
  border-left: 3px solid #b9e6f6;
  cursor: pointer;
  display: none;
  margin-top: -35px;
  opacity: 0;
  padding: 32px 16px 45px;
  pointer-events: none;
  position: absolute;
  right: -42.5%;
  -webkit-transition: opacity 250ms ease-in-out 50ms;
  transition: opacity 250ms ease-in-out 50ms;
  width: 100%;
}
@media (max-width: 993px) {
  .privacy-page .side-panel {
    border-left: none;
    bottom: 0;
    -webkit-box-shadow: 0 4px 16px 0 rgba(21, 41, 53, 0.32);
    box-shadow: 0 4px 16px 0 rgba(21, 41, 53, 0.32);
    max-width: 450px;
    padding-left: 25px;
    padding-top: 60px;
    position: fixed;
    right: 0;
    top: 30px;
    width: 65vw;
    z-index: 1000;
  }
}
.privacy-page .side-panel.open {
  display: block;
  opacity: 1;
  pointer-events: all;
}
.privacy-page .side-panel::after {
  background-image: url(/img/original/privacy/icon-chevron-circle.svg),
    url(/img/original/privacy/icon-chevron-circle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  left: -9px;
  position: absolute;
  top: 12px;
  width: 18px;
}
.privacy-page .side-panel .side-panel-scroll {
  max-height: 100%;
  overflow-y: auto;
}
.privacy-page .side-panel .side-panel-title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 24px;
  margin-bottom: 12px;
}
.privacy-page .side-panel .side-panel-text {
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 24px;
}
.privacy-page .scroll-to.accordeon {
  background: #c9d9e8;
  border-radius: 4px;
  color: #005b85;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 6px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.privacy-page .scroll-to.accordeon:hover {
  background-color: #b9e6f6;
}
.privacy-page .article-accordeon {
  background-color: #f2f5f8;
  margin-bottom: 8px;
}
.privacy-page .article-accordeon.open .accordeon-button {
  background-image: url(/img/original/privacy/icon-minus.svg);
}
.privacy-page .article-accordeon.open .accordeon-body {
  height: auto;
  opacity: 1;
  padding: 5px 65px 25px 76px;
  will-change: height;
}
@media (max-width: 625px) {
  .privacy-page .article-accordeon.open .accordeon-body {
    padding: 5px 20px 20px;
  }
}
.privacy-page .article-accordeon .accordeon-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 48px 25px 15px;
  position: relative;
}
@media (max-width: 625px) {
  .privacy-page .article-accordeon .accordeon-title {
    display: block;
  }
}
.privacy-page .article-accordeon .accordeon-art {
  background: #c9d9e8;
  border-radius: 4px;
  color: #005b85;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 6px;
}
.privacy-page .article-accordeon .accordeon-main-title {
  color: #005075;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 10px;
}
@media (max-width: 625px) {
  .privacy-page .article-accordeon .accordeon-main-title {
    margin-left: 4px;
    margin-top: 3px;
  }
}
.privacy-page .article-accordeon .accordeon-button {
  background-image: url(/img/original/privacy/icon-plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 52%;
  height: 18px;
  margin-left: auto;
  margin-right: 20px;
  padding: 14px;
  position: absolute;
  right: 0;
  top: 25px;
  width: 18px;
}
.privacy-page .article-accordeon .accordeon-button:hover {
  background-color: #fff;
}
.privacy-page .article-accordeon .accordeon-body {
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  -webkit-transition: height 250ms ease-in-out;
  transition: height 250ms ease-in-out;
  will-change: height;
}
.privacy-page .article-accordeon .accordeon-body-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.privacy-page .article-accordeon .accordeon-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.privacy-page .accordeon {
  margin: 0 auto;
  width: 95%;
}
.privacy-page .accordeon.open .accordeon-title::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.privacy-page .accordeon.open .accordeon-body {
  height: auto;
  padding: 15px 22px;
}
.privacy-page .accordeon .accordeon-title {
  color: #005075;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.privacy-page .accordeon .accordeon-title::before {
  background-image: url(/img/original/privacy/icon-chevron-blue-dark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  margin-right: 6px;
  margin-top: 5px;
  -webkit-transition: -webkit-transform 250ms ease-in;
  transition: -webkit-transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
  width: 14px;
}
.privacy-page .accordeon .accordeon-body {
  height: 0;
  overflow: hidden;
  padding: 0;
  -webkit-transition: height 250ms ease-in-out;
  transition: height 250ms ease-in-out;
  will-change: height;
}
.privacy-page .highlight-box {
  background-color: #fafbfd;
  border-left: 4px solid rgba(0, 144, 209, 0.5);
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 24px;
  padding: 15px 22px;
}
.privacy-page .highlight-box .highlight-simple-title {
  color: #005075;
  font-size: 14px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.privacy-page .highlight-box .highlight-title-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.privacy-page .highlight-box .highlight-title-icon img {
  margin-right: 20px;
  height: 18px;
  width: 18px;
}
.privacy-page .highlight-box .highlight-title-icon .highlight-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 24px;
}
.privacy-page .highlight-box.noborder {
  border-left: none;
  padding: 30px 28px;
}
.privacy-page .icon-list .icon-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.privacy-page .icon-list .icon-list-item .icon-list-item-icon {
  margin-right: 15px;
}
.privacy-page .icon-list .icon-list-item .icon-list-item-icon img {
  width: 20px;
}
.privacy-page .icon-list .icon-list-item .icon-list-item-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 24px;
}
.privacy-page .icon-list .icon-list-item .icon-list-item-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 24px;
}

/* INIZIO domustudio/prezzi 2024 */

._versioni-domustudio-2024 {
  display: flex;
  padding-top: 36px;
}
._versioni-domustudio-2024 .index-0 {
  padding-right: 20px;
}
._versioni-domustudio-2024 .index-0 .p-version {
  margin-left: auto;
}
._versioni-domustudio-2024 .index-1 {
  padding-left: 20px;
}
._versioni-domustudio-2024 .index-1 .p-version {
  margin-right: auto;
}
._versioni-domustudio-2024 .p-version {
  max-width: 324px;
  border: 7px solid #e4e6e8;
  overflow: hidden;
}
._versioni-domustudio-2024 .p-version .header {
  background: #df4437;
  color: #fff;
  text-align: center;
  padding: 32px 0 0;
  position: relative;
}
._versioni-domustudio-2024 .p-version .header:after {
  content: "";
  position: absolute;
  width: 102%;
  height: 100px;
  left: -1%;
  bottom: -60px;
  background: inherit;
  border-radius: 0 0 50% 50%;
  z-index: -1;
}
._versioni-domustudio-2024 .p-version .p-name {
  font-weight: bold;
  font-size: 34px;
  line-height: 36px;
}
._versioni-domustudio-2024 .p-version .v-name {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
._versioni-domustudio-2024 .p-version .prices .euro {
  font-weight: bold;
  font-size: 25px;
  vertical-align: 18px;
}
._versioni-domustudio-2024 .p-version .prices .prezzi-async {
  font-weight: bold;
  font-size: 50px;
  line-height: 1;
}
._versioni-domustudio-2024 .p-version .prices .month {
  font-size: 22px;
}
._versioni-domustudio-2024 .p-version .users {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 500;
}
._versioni-domustudio-2024 .p-version .details {
  line-height: 18px;
  font-family: Arial, sans-serif;
}
._versioni-domustudio-2024 .v-details {
  padding: 0 42px 28px;
}
._versioni-domustudio-2024 .v-details .cta {
  text-align: center;
  padding-top: 10px;
}
._versioni-domustudio-2024 .v-details .btn_r_wwo:hover {
  opacity: 1;
  background: #f58d61;
}
._versioni-domustudio-2024 .v-features {
  padding: 25px 0;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 25px;
  font-family: Arial, sans-serif;
  font-size: 13px;
}
._versioni-domustudio-2024 .v-features li {
  padding: 2px 0 2px 20px;
  position: relative;
}
._versioni-domustudio-2024 .v-features li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #00ba1e;
  position: absolute;
  left: 0;
  font-size: 18px;
}
._versioni-domustudio-2024 .v-features .empty:before {
  content: "";
}
._versioni-domustudio-2024 .v-features a {
  color: #f37139;
  text-decoration: underline;
}

#section-2686 .sezione-barra {
  background: transparent !important;
  padding: 0;
}
#section-2686 .sezione-barra .face {
  color: #0097da;
  font-size: 48px;
  padding-top: 60px;
}
#section-2686 .sezione-barra .text-main {
  max-width: 36em;
  margin: auto;
}

._caratteristiche-versioni-2024 {
  margin-top: 85px;
}
._caratteristiche-versioni-2024 .row {
  /*  background: transparent !important;*/
}
._caratteristiche-versioni-2024 .container {
  padding: 0 30px;
}
._caratteristiche-versioni-2024 #pricing .row.borders.start {
  font-size: 24px;
  line-height: 62px;
  height: 62px;
  border: 1px solid #b0b0b0;
  background: #fff;
}
._caratteristiche-versioni-2024
  #pricing
  .row.borders.start
  .product-side.first {
  background: #df4437;
  text-transform: uppercase;
  font-size: 20px;
}
._caratteristiche-versioni-2024 #pricing .product-side.first .single-product {
  color: #fff;
  font-weight: normal;
}
._caratteristiche-versioni-2024 #pricing .row.borders.title {
  background: #d9eff9;
  border-color: #fff;
  padding: 1px 0;
}
._caratteristiche-versioni-2024 #pricing .heading {
  font-size: 20px;
  color: #6c6d6e;
  padding-left: 30px;
}
._caratteristiche-versioni-2024 #pricing .tab-title {
  padding-left: 35px;
  color: #3fafe0;
}
._caratteristiche-versioni-2024 #pricing .heading i {
  display: none;
}
._caratteristiche-versioni-2024 #pricing .description-side {
  border-right: none;
}

._caratteristiche-versioni-2024
  #pricing
  .row.borders.title
  .description-side.heading:after {
  content: url("/img/original/domustudio/accordion-arrow-down.png");
  margin-left: 12px;
  display: inline-block;
  transition: transform 150ms;
}
._caratteristiche-versioni-2024
  #pricing
  .row.borders.title.open
  .description-side.heading:after {
  transform: rotate(180deg);
}
._caratteristiche-versioni-2024 .link-download {
  padding: 52px 0 80px;
  text-align: center;
  font-size: 20px;
  color: #f37139;
}
._caratteristiche-versioni-2024
  #pricing
  .row.borders.title
  .description-side.heading {
  white-space: normal;
}
._caratteristiche-versioni-2024 #pricing .row.borders:nth-child(2) {
  display: block;
}
@media screen and (min-width: 768px) {
  ._caratteristiche-versioni-2024 #pricing .row.borders:nth-child(2) {
    top: 109px;
  }
}

@media screen and (max-width: 767px) {
  ._caratteristiche-versioni-2024 #pricing .tab-title {
    font-size: 0;
  }
  ._caratteristiche-versioni-2024 #pricing .no-mobile {
    display: none;
  }
}

#pagina-99
  ._caratteristiche-versioni-2024
  #pricing
  .product-side.first
  .single-product {
  height: 100%;
}
#pagina-99 ._caratteristiche-versioni-2024 #pricing .row.borders:nth-child(2) {
  margin-bottom: 0;
}
#pagina-99 ._caratteristiche-versioni-2024 #pricing .row.borders.start {
  height: 62px;
}

#section-2687 .gradient-grey .col-sm-8 {
  padding-bottom: 40px;
}
#section-2687 h2 {
  margin: 25px 0 30px;
  font-size: 34px;
}
#section-2687 h2 i {
  font-size: 32px;
}

#section-2688 h2 {
  font-size: 34px;
  margin: 44px 0 14px;
  font-weight: 300;
  line-height: 37px;
}
#section-2688 h2 i {
  font-size: 32px;
}

#section-2689 p {
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  #section-2687 .gradient-grey .row,
  #section-2687 .gradient-grey .col-sm-4 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#section-2689 {
  padding-bottom: 18px;
}

#section-2690 .gradient-grey {
  padding-bottom: 45px;
}
#section-2690 h2 {
  font-size: 34px;
  margin: 25px 0;
}
#section-2690 h4 {
  color: #3fafe0;
}
#section-2690 .text-block div {
  font-size: 13px;
}

#section-2691 {
  padding-bottom: 64px;
}
#section-2691 h2 {
  font-size: 34px;
  margin: 48px 0 30px;
  font-weight: 300;
}

/* FINE domustudio/prezzi 2024 */

/* tabella caratteristiche accessibile */
#pricing .table > thead > tr > th {
  padding: 0 15px;
  font-weight: 300;
}
#pricing .table .heading.description-side {
  display: table-cell;
}
#pricing .table .product-side {
  text-align: center;
  width: 16.66%;
  border-right: 1px solid #ddd;
}
#pricing .table .product-side.first {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  background: #fff;
  z-index: 1;
}
#pricing .table .product-side.first th {
  border-bottom: none;
}
#pricing .table .prices .description-side {
  border-top: none;
}
#pricing .table .product-side.first .single-product {
  height: 52px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  border: none;
  line-height: 47px;
}
#pricing .table .product-side.first .color {
  height: 5px;
  margin: 0 -15px;
}
#pricing .table .product-side.heading {
  padding: 0;
  height: 48px !important;
}
#pricing .table .product-side .single-product.price {
  border: none;
}
#pricing
  .table
  .borders:not(.start):not(.top-color):not(.title):nth-child(odd) {
  background: rgb(245, 245, 245);
}
#pricing .table .product-side.single-product i.fa {
  font-size: 18px;
}
#pricing .table .product-side.single-product i.fa.fa-euro,
#pricing .table .product-side.single-product i.fa.fa-check {
  color: #60af31;
}
#pricing .table .product-side.single-product i.fa.fa-minus {
  color: #cacaca;
}
#pricing .table .description-side.heading,
#pricing .table .product-side .single-product {
  border: none;
}
#pricing .table .title {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #bbb;
}

#html5-close {
  background: #fff !important;
  width: 48px;
  height: 48px;
  display: flex;
  border-radius: 50%;
}
