@charset "UTF-8";
@import url(datepicker/datepicker.min.css);
@font-face {
  font-family: 'Branding';
  src: url("/font/branding/branding-bold-webfont.woff2") format("woff2"), url("/font/branding/branding-bold-webfont.woff") format("woff"), url("/font/branding/branding-bold-webfont.svg#brandingbold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Branding';
  src: url("/font/branding/branding-medium-webfont.woff2") format("woff2"), url("/font/branding/branding-medium-webfont.woff") format("woff"), url("/font/branding/branding-medium-webfont.svg#brandingmedium") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Branding';
  src: url("/font/branding/branding-black-webfont.woff2") format("woff2"), url("/font/branding/branding-black-webfont.woff") format("woff"), url("/font/branding/branding-black-webfont.svg#brandingblack") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Branding';
  src: url("/font/branding/branding-semibold-webfont.woff2") format("woff2"), url("/font/branding/branding-semibold-webfont.woff") format("woff"), url("/font/branding/branding-semibold-webfont.svg#brandingsemibold") format("svg");
  font-weight: 600;
  font-style: normal; }
/**
 *	QUESTO BLOCCO È COMUNE PRESO DALLA PAGINA DEI SERVER DEDICATI
 *	il blocco consiste in icona a sinistra, titolo e descrizione a destra
 *	il blocco è composto da 2 colonne
 *	la descrizione deve essere di massimo 4 righe
 *	il titolo deve essere su 1 riga
 */
.check-item.green-check {
  height: 20px;
  width: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  text-align: center !important; }
  .check-item.green-check.disabled {
    cursor: default; }
  .check-item.green-check:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    background: #fff;
    box-shadow: inset 0 1px 2px 2px rgba(0, 0, 0, 0.07), inset 0 0 0 1px #b7b7b7;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px; }
  .check-item.green-check:after {
    content: '';
    position: absolute;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear; }
  .check-item.green-check.check:before {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05), inset 0 0 0 12px #4F9848; }
  .check-item.green-check i {
    font-size: 12px;
    position: relative;
    color: #fff !important;
    visibility: hidden; }
  .check-item.green-check.wait {
    pointer-events: none; }
    .check-item.green-check.wait i {
      color: #000 !important;
      visibility: visible;
      font-size: 15px;
      top: 3.6px; }
  .check-item.green-check.check i {
    visibility: visible; }
  .check-item.green-check.disable {
    pointer-events: none;
    cursor: default; }
    .check-item.green-check.disable:before {
      box-shadow: inset 0 0 0 1px #f1f8e9, inset 0 0 0 12px #f1f8e9;
      border: solid 1px rgba(79, 152, 72, 0.3); }
    .check-item.green-check.disable i {
      visibility: visible;
      color: #4f9848 !important; }
  .check-item.green-check.disabled {
    pointer-events: none;
    cursor: default;
    color: #7b7b7b !important; }
    .check-item.green-check.disabled:before {
      box-shadow: inset 0 0 0 1px rgba(195, 45, 45, 0), inset 0 0 0 12px #e6e6e6; }

.check-item.orange-check {
  height: 20px;
  width: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  text-align: center !important; }
  .check-item.orange-check.disabled {
    cursor: default; }
  .check-item.orange-check:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    background: #fff;
    box-shadow: inset 0 1px 2px 2px rgba(0, 0, 0, 0.07), inset 0 0 0 1px #b7b7b7;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px; }
  .check-item.orange-check:after {
    content: '';
    position: absolute;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear; }
  .check-item.orange-check.check:before {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05), inset 0 0 0 12px #e0840a; }
  .check-item.orange-check i {
    font-size: 12px;
    position: relative;
    color: #fff !important;
    visibility: hidden; }
  .check-item.orange-check.wait {
    pointer-events: none; }
    .check-item.orange-check.wait i {
      color: #000 !important;
      visibility: visible;
      font-size: 15px;
      top: 3.6px; }
  .check-item.orange-check.check i {
    visibility: visible; }
  .check-item.orange-check.disable {
    pointer-events: none;
    cursor: default; }
    .check-item.orange-check.disable:before {
      box-shadow: inset 0 0 0 1px #f1f8e9, inset 0 0 0 12px #f1f8e9;
      border: solid 1px rgba(79, 152, 72, 0.3); }
    .check-item.orange-check.disable i {
      visibility: visible;
      color: #4f9848 !important; }
  .check-item.orange-check.disabled {
    pointer-events: none;
    cursor: default;
    color: #7b7b7b !important; }
    .check-item.orange-check.disabled:before {
      box-shadow: inset 0 0 0 1px rgba(195, 45, 45, 0), inset 0 0 0 12px #e6e6e6; }

.selection {
  height: 38px;
  color: #818181;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 12px;
  border-radius: 4px;
  border: 1px solid #b6b6b7;
  background: #fff;
  outline: none; }
  .selection.w-300 {
    width: 300px; }
  .selection.gradient {
    border: 1px solid #cfcfcf;
    background-image: linear-gradient(180deg, #ffffff 0%, #eaeaea 100%); }
  .selection.error {
    border: 1px solid #b90000 !important;
    background: #fff6f6 !important; }
  .selection:before {
    content: '\f078';
    position: absolute;
    font-family: FontAwesome;
    right: 9px;
    margin-top: auto;
    margin-bottom: auto;
    top: 11px;
    bottom: 0;
    pointer-events: none;
    font-size: 10px;
    color: #c6cfd9; }
  .selection.added {
    background: #fffde7; }
  .selection div.selected {
    margin: 0;
    display: block;
    overflow: hidden;
    height: 38px;
    line-height: 32px;
    padding-left: 38px;
    color: #818181;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer; }
    .selection div.selected .left {
      float: left; }
    .selection div.selected .right {
      float: right;
      padding-right: 44px; }
      .selection div.selected .right .option_cycles {
        font-size: 10px; }
    .selection div.selected.first {
      padding-left: 37px;
      color: #bfbfbf; }
  .selection div.content-left {
    color: #fff;
    font-weight: 700;
    font-size: 14px; }
    .selection div.content-left span.tiny {
      font-size: 11px; }
  .selection .content-item {
    display: none;
    border-radius: 5px;
    border: 1px solid #363d47;
    background-color: #424851;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 99999;
    left: 0;
    right: 0;
    top: 42px; }
    .selection .content-item.large {
      left: -104px;
      width: 483px; }
    .selection .content-item .find {
      width: 100%;
      text-align: center; }
      .selection .content-item .find input {
        width: 98%;
        margin: 6px auto 4px;
        border-radius: 4px;
        padding-left: 15px;
        outline: none;
        background: #fff !important;
        height: 32px !important;
        border: 0; }
    .selection .content-item ul {
      padding-left: 0;
      margin-left: 0;
      max-height: 212px;
      padding-bottom: 0;
      margin-bottom: 0; }
    .selection .content-item:before {
      content: '';
      position: absolute;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      top: -8px;
      left: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 8px 8px 8px;
      border-color: transparent transparent #424851 transparent; }
    .selection .content-item .item {
      width: 100%;
      clear: both;
      overflow: hidden;
      cursor: pointer;
      padding: 6px 0;
      color: #fff;
      font-weight: 700;
      font-size: 14px;
      outline: none; }
      .selection .content-item .item span.tiny {
        font-size: 11px; }
      .selection .content-item .item div {
        width: 100%;
        display: block; }
        .selection .content-item .item div.left {
          float: left;
          padding-left: 12px;
          width: auto; }
        .selection .content-item .item div.right {
          float: right;
          padding-right: 12px;
          width: auto; }
          .selection .content-item .item div.right del.discount {
            color: #c4c4c4;
            margin-right: 4px; }
          .selection .content-item .item div.right .option_cycles {
            font-size: 10px; }
        .selection .content-item .item div.center {
          float: none;
          text-align: center; }
        .selection .content-item .item div.text-left {
          float: none;
          text-align: left;
          padding-left: 20px; }
      .selection .content-item .item:hover, .selection .content-item .item.selected {
        background-color: #363d47;
        color: #f8e71c; }
      .selection .content-item .item.focus, .selection .content-item .item:focus {
        background-color: #2380a7;
        color: #f8e71c; }

@font-face {
  font-family: 'Branding';
  src: url("/font/branding/branding-bold-webfont.woff2") format("woff2"), url("/font/branding/branding-bold-webfont.woff") format("woff"), url("/font/branding/branding-bold-webfont.svg#brandingbold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Branding';
  src: url("/font/branding/branding-medium-webfont.woff2") format("woff2"), url("/font/branding/branding-medium-webfont.woff") format("woff"), url("/font/branding/branding-medium-webfont.svg#brandingmedium") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Branding';
  src: url("/font/branding/branding-black-webfont.woff2") format("woff2"), url("/font/branding/branding-black-webfont.woff") format("woff"), url("/font/branding/branding-black-webfont.svg#brandingblack") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Branding';
  src: url("/font/branding/branding-semibold-webfont.woff2") format("woff2"), url("/font/branding/branding-semibold-webfont.woff") format("woff"), url("/font/branding/branding-semibold-webfont.svg#brandingsemibold") format("svg");
  font-weight: 600;
  font-style: normal; }
/**
 *	QUESTO BLOCCO È COMUNE PRESO DALLA PAGINA DEI SERVER DEDICATI
 *	il blocco consiste in icona a sinistra, titolo e descrizione a destra
 *	il blocco è composto da 2 colonne
 *	la descrizione deve essere di massimo 4 righe
 *	il titolo deve essere su 1 riga
 */
body {
  padding-right: 0 !important; }

.modal {
  z-index: 99999999999 !important; }

.modal-open {
  padding-right: 0 !important; }

.modal-dialog {
  width: 770px; }

.modal-content .modal-body .left-column {
  border-right: 1px solid rgba(150, 150, 150, 0.3);
  padding-right: 0; }
  .modal-content .modal-body .left-column .header {
    padding-left: 9px !important; }
.modal-content .modal-body .header {
  margin-bottom: 4px;
  padding-left: 15px;
  padding-bottom: 2px; }
  .modal-content .modal-body .header.other {
    margin-top: 30px; }
  .modal-content .modal-body .header span {
    color: #333;
    font-size: 16px;
    font-weight: 700; }
  .modal-content .modal-body .header i {
    vertical-align: top;
    margin-top: -1px;
    margin-right: 6px;
    color: #9E9E9E; }
.modal-content .modal-body .table-modal .item-features {
  min-height: 31px;
  padding-left: 44px;
  line-height: 30px; }
  .modal-content .modal-body .table-modal .item-features:nth-child(even) {
    background: #f9f9f9; }
  .modal-content .modal-body .table-modal .item-features span {
    position: relative;
    padding-left: 10px;
    color: #333;
    font-size: 14px;
    font-weight: 400; }
    .modal-content .modal-body .table-modal .item-features span:before {
      content: '\f111';
      left: 0;
      position: absolute;
      font-family: FontAwesome;
      opacity: 1;
      font-size: 6px;
      color: #333;
      top: -4px; }
  .modal-content .modal-body .table-modal .item-features strong {
    color: #1E88E5;
    font-size: 14px;
    font-weight: 900; }
    .modal-content .modal-body .table-modal .item-features strong.ssd {
      color: #518229; }
  .modal-content .modal-body .table-modal .item-features .static-ip {
    color: #4d822f;
    vertical-align: top;
    font-size: 20px;
    margin-top: 4px; }
  .modal-content .modal-body .table-modal .item-features .server-location {
    vertical-align: top;
    margin-top: 14px;
    margin-left: 4px; }
.modal-content .modal-body .right-column {
  padding-left: 0; }
  .modal-content .modal-body .right-column .item-features {
    padding-left: 50px; }
.modal-content .modal-body .back-order-txt {
  padding: 20px;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400; }

.modal-details .content-top-price {
  position: absolute;
  top: 62px;
  right: 30px; }
.modal-details .price {
  margin-left: 15px;
  margin-top: -13px; }
  .modal-details .price label {
    font-weight: 400;
    margin: 0; }
  .modal-details .price strong {
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    font-size: 22px;
    color: #333; }
  .modal-details .price span.vat {
    font-size: 10px; }
  .modal-details .price span.setup.free {
    max-width: 96px;
    margin-top: 5px;
    text-align: center;
    display: inline-block;
    height: 19px;
    padding: 0 4px;
    background: #41B056;
    border: 1px solid #388E3C;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase; }
.modal-details .available-server {
  display: none;
  margin-top: 6px;
  padding-left: 15px;
  text-transform: uppercase; }
  .modal-details .available-server .ribbon-center {
    display: inline-block;
    height: 19px;
    padding: 0 4px;
    background: #41B056;
    border: 1px solid #388E3C;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase; }
  .modal-details .available-server span {
    font-size: 14px;
    font-weight: 700;
    display: block; }
    .modal-details .available-server span i {
      vertical-align: top;
      margin-top: 3px;
      font-size: 14px; }
    .modal-details .available-server span.sold-out {
      margin-top: -10px;
      color: #646464; }
    .modal-details .available-server span.available {
      color: #4f9104; }
    .modal-details .available-server span.limited {
      color: #fd8208; }
    .modal-details .available-server span.back-order {
      color: #1976d2; }
    .modal-details .available-server span.last-sell {
      color: #5b5b5b;
      font-size: 12px;
      font-weight: 600;
      font-style: italic;
      text-transform: initial;
      margin-left: 18px; }

.modal-footer {
  padding: 15px 25px 15px 15px;
  text-align: right;
  margin: 0;
  border-top: 1px solid rgba(151, 151, 151, 0.3); }
  .modal-footer a {
    float: none !important; }
    .modal-footer a.add-cart, .modal-footer a.reserve {
      display: inline-block !important; }
  .modal-footer a[data-dismiss="modal"] {
    float: none !important;
    border: 0;
    box-shadow: none !important;
    width: auto !important;
    text-decoration: underline !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 0 12px !important;
    color: #5c5a5a !important;
    outline: none !important; }

#reserve .modal-dialog {
  width: 550px; }

#reserve-server .modal-content {
  padding: 0; }
#reserve-server .modal-dialog {
  width: 400px; }
  #reserve-server .modal-dialog .modal-header {
    height: 112px;
    border-radius: 6px 6px 0 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0 !important;
    background-image: linear-gradient(180deg, #f5f5f7 0%, #eaeaeb 100%);
    border-bottom: 0; }
    #reserve-server .modal-dialog .modal-header .circle {
      position: absolute;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      top: -28px;
      width: 66px;
      height: 65px;
      border-radius: 50%;
      border: 2px solid #fff;
      box-shadow: inset 0 2px 3px rgba(153, 153, 153, 0.5);
      background-color: #2f81cb;
      text-align: center; }
      #reserve-server .modal-dialog .modal-header .circle i.material-icons {
        margin-top: 11px;
        margin-left: initial;
        font-size: 37px;
        color: #fff;
        float: none; }
    #reserve-server .modal-dialog .modal-header .close span {
      color: #bebebe; }
    #reserve-server .modal-dialog .modal-header .modal-title {
      width: 100%;
      text-shadow: 0 1px 0 #fff;
      color: #000000;
      font-size: 25px;
      font-weight: 700;
      line-height: 20px;
      text-align: center;
      padding-top: 26px !important;
      margin-top: 0 !important; }
      #reserve-server .modal-dialog .modal-header .modal-title span {
        display: block;
        margin-top: 9px;
        color: #6f6f79;
        font-size: 20px; }
  #reserve-server .modal-dialog .modal-body .table-form {
    padding: 30px 30px 10px; }
  #reserve-server .modal-dialog .modal-body .form-row {
    position: relative; }
    #reserve-server .modal-dialog .modal-body .form-row i.material-icons {
      position: absolute;
      left: 12px;
      top: 10px;
      font-size: 17px;
      color: #8ea2af; }
    #reserve-server .modal-dialog .modal-body .form-row input {
      height: 38px;
      color: #818181;
      font-size: 16px;
      font-weight: 400;
      width: 100%;
      margin-bottom: 12px;
      border-radius: 4px;
      border: 1px solid #b6b6b7;
      padding: 0 0 0 37px;
      outline: none; }
      #reserve-server .modal-dialog .modal-body .form-row input.error {
        border: 1px solid #b90000;
        background: #fff6f6; }
  #reserve-server .modal-dialog .modal-body .content-check-modal {
    margin-top: 15px; }
    #reserve-server .modal-dialog .modal-body .content-check-modal .check-item i {
      margin-top: 5px;
      vertical-align: top; }
    #reserve-server .modal-dialog .modal-body .content-check-modal .label-for-check-item {
      margin-bottom: 0;
      margin-left: 6px;
      vertical-align: top;
      font-weight: 500; }
      #reserve-server .modal-dialog .modal-body .content-check-modal .label-for-check-item a {
        font-size: 14px;
        font-weight: 500;
        text-decoration: underline; }
  #reserve-server .modal-dialog .modal-footer {
    border-top: 0;
    padding: 30px 22px !important; }
    #reserve-server .modal-dialog .modal-footer .reserve {
      display: block !important;
      margin: 0 auto;
      color: #fff !important; }
      #reserve-server .modal-dialog .modal-footer .reserve i {
        display: none; }
      #reserve-server .modal-dialog .modal-footer .reserve.sending, #reserve-server .modal-dialog .modal-footer .reserve.send {
        pointer-events: none; }
    #reserve-server .modal-dialog .modal-footer .error-form {
      clear: both;
      float: left;
      width: 100%;
      margin-top: 10px;
      margin-bottom: -20px;
      text-align: left;
      color: #c11717;
      font-size: 14px;
      font-weight: 600; }
      #reserve-server .modal-dialog .modal-footer .error-form .success {
        background: #3dbf8a;
        border: 1px solid #257353;
        display: block;
        padding: 10px;
        text-align: left;
        color: #fff;
        font-weight: 400;
        margin-bottom: 13px;
        border-radius: 6px; }

.modal.km-2018 .modal-content .modal-footer .btn-back {
  text-decoration: underline !important; }

.modal.km-2018 .modal-content .modal-header .modal-title {
  font-size: 22px !important; }

@media only screen and (max-width: 991.98px) {
  .modal {
    margin-top: 0 !important;
    padding-top: 30px !important; }
    .modal#reserve-server {
      padding-top: 40px;
      margin-top: 60px !important; }

  .modal-content .modal-body {
    overflow: hidden; }

  .modal-content .modal-body .right-column {
    padding-left: 15px;
    margin-top: 20px; } }
@media only screen and (max-width: 910px) {
  .modal-dialog {
    max-width: 650px !important; } }
@media only screen and (max-width: 767.98px) {
  .modal-dialog {
    margin: 10px auto; } }
@media only screen and (max-width: 688px) {
  .modal-dialog {
    max-width: 535px !important; } }
@media only screen and (max-width: 562px) {
  .modal-dialog {
    max-width: 90% !important; } }
@media only screen and (max-width: 535px) {
  .modal-header h4 {
    font-size: 18px !important; }
    .modal-header h4 i {
      display: none; }

  .modal-footer a {
    display: block !important;
    float: none !important;
    text-align: center !important;
    margin: 0 auto 20px !important; }
    .modal-footer a:last-child {
      margin-bottom: 0 !important; }

  .modal-content .modal-body .left-column .header, .modal-content .modal-body .right-column .header {
    padding-left: 0 !important; }
  .modal-content .modal-body .table-modal .item-features {
    padding-left: 51px !important; }
    .modal-content .modal-body .table-modal .item-features .col-lg-6.col-md-6.col-sm-6.col-xs-6 {
      padding-left: 0;
      padding-right: 0; }
    .modal-content .modal-body .table-modal .item-features span {
      font-size: 12px; }
    .modal-content .modal-body .table-modal .item-features strong {
      font-size: 12px; } }
@media only screen and (max-width: 481px) {
  .modal-footer a {
    margin: 20px auto !important; }
    .modal-footer a.reserve {
      display: block !important; }
    .modal-footer a[data-dismiss="modal"] {
      text-align: center; }

  .item-features {
    padding-right: 20px; } }
@media only screen and (max-height: 991.98px) {
  .modal {
    margin-top: 100px; } }
@media only screen and (max-height: 821px) {
  .modal {
    margin-top: 1px; } }
#banner {
  position: relative;
  height: 285px;
  padding-top: 30px;
  background: url(/img015/pages/index_2020/header.svg) no-repeat center center;
  background-size: cover; }
  #banner h3 {
    margin-top: 0;
    font-family: Lato, Arial, Helvetica, sans-serif !important;
    font-weight: 900;
    font-size: 43px;
    color: #fff;
    line-height: 46px; }
    #banner h3 span {
      display: block; }
    #banner h3 strong {
      color: #F8E71C;
      font-weight: 900; }
  #banner .first {
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-weight: 400;
    font-size: 19px;
    color: #fff;
    line-height: 32px; }
    #banner .first span.rapid {
      font-weight: bold;
      color: #F8E71C; }
    #banner .first span.multiline {
      display: block; }
  #banner .content-whois {
    position: relative;
    margin-top: 67px; }
    #banner .content-whois:before {
      content: '';
      position: absolute;
      width: 200px;
      height: 23px;
      right: 47px;
      top: 29px;
      background: url(/img015/pages/index_2020/keli-domini-mani.svg) no-repeat center center;
      z-index: 99; }
    #banner .content-whois:after {
      content: '';
      position: absolute;
      background: url(/img015/pages/index_2020/keli-domini.svg) no-repeat center center;
      width: 200px;
      height: 255px;
      right: 26px;
      top: -62px;
      z-index: 97; }
    #banner .content-whois .desc {
      display: block;
      margin-bottom: 10px;
      margin-left: 31px;
      font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
      font-weight: 600;
      font-size: 21px;
      color: #F8E71C; }
  #banner a.pl-button-cart {
    margin-top: 20px; }
  #banner.halloween2020 {
    position: relative;
    background: url(/img015/pages/index_2020/halloween/sfondo.@2x.png) no-repeat center center;
    background-size: contain; }
    #banner.halloween2020:after {
      content: '';
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%;
      background-image: linear-gradient(180deg, #1B0242 0%, #000000 91%);
      z-index: -1; }
    #banner.halloween2020 .box-promo-halloween {
      margin-top: 20px; }
      #banner.halloween2020 .box-promo-halloween h3 strong {
        color: #FFCC00; }
      #banner.halloween2020 .box-promo-halloween span.first {
        display: block;
        width: 410px;
        font-weight: 600; }
        #banner.halloween2020 .box-promo-halloween span.first strong {
          color: #FFCC00;
          font-weight: 600; }
    #banner.halloween2020 .content-whois .desc {
      visibility: hidden; }
    #banner.halloween2020 .content-whois:after {
      content: '';
      position: absolute;
      background: url(/img015/pages/index_2020/halloween/nightmare.@2x.png) no-repeat center center;
      width: 241px;
      height: 283px;
      right: 45px;
      top: -87px;
      z-index: 97;
      background-size: cover; }
    #banner.halloween2020 .content-whois:before {
      width: 55px;
      height: 23px;
      right: 81px;
      background: url(/img015/pages/index_2020/keli-domini-mani.svg) no-repeat center right; }
  #banner.blackfriday {
    position: relative;
    background: #000; }
    #banner.blackfriday .box-promo-blackfriday {
      margin-top: -8px; }
      #banner.blackfriday .box-promo-blackfriday figure {
        width: 100%;
        text-align: center; }
      #banner.blackfriday .box-promo-blackfriday a {
        display: block;
        left: -27px;
        margin-left: auto;
        margin-right: auto; }
    #banner.blackfriday .content-whois .discount-black {
      position: absolute;
      top: -88px;
      right: 206px; }
    #banner.blackfriday .content-whois .desc {
      color: #FFDD02; }
  #banner.christmas {
    position: relative;
    background: url(/img015/pages/index_2020/christmas/sfondo-home.@2x.jpg) no-repeat center center;
    background-size: cover; }
    #banner.christmas span.first {
      font-size: 22px;
      line-height: 36px; }
    #banner.christmas .box-christmas {
      margin-top: 10px; }
      #banner.christmas .box-christmas h3 {
        line-height: 52px; }
    #banner.christmas .content-whois .desc {
      visibility: hidden; }
    #banner.christmas .content-whois:after {
      content: '';
      position: absolute;
      background: url(/img015/pages/index_2020/christmas/keli-xmas.@2x.png) no-repeat center center;
      width: 165px;
      height: 264px;
      right: 45px;
      top: -83px;
      z-index: 97;
      background-size: cover; }
  #banner.cybermonday {
    position: relative;
    background-image: linear-gradient(180deg, #652A8C 0%, #2A428C 100%); }
    #banner.cybermonday .content-whois .desc {
      color: #FFDD02; }
    #banner.cybermonday .content-whois:after {
      content: '';
      position: absolute;
      background: url(/img015/pages/index_2020/blackfriday/cyber-keli.@2x.png) no-repeat center center;
      width: 241px;
      height: 283px;
      right: 5px;
      top: -87px;
      z-index: 97;
      background-size: 174px; }
  #banner.home_banner {
    background: url(/img015/pages/index_2020/banner_promo.png) no-repeat center center;
    background-size: cover; }
  #banner.summer2020 {
    background: url(/img015/pages/index_2020/summer2020/sfondo-summer.@2x.png) no-repeat center center;
    background-size: cover; }
    #banner.summer2020 .box-promo-summer {
      position: relative;
      padding: 33px 20px 20px;
      background: #ffffff63; }
      #banner.summer2020 .box-promo-summer h3 {
        position: relative; }
        #banner.summer2020 .box-promo-summer h3:after {
          content: '';
          position: absolute;
          background: url(/img015/pages/index_2020/summer2020/striscia.svg) no-repeat center center;
          background-size: cover;
          width: 244px;
          height: 16px;
          top: 41px;
          left: 0;
          z-index: 1; }
        #banner.summer2020 .box-promo-summer h3 span {
          position: relative;
          z-index: 2;
          color: #243cff; }
        #banner.summer2020 .box-promo-summer h3 img {
          position: absolute;
          top: -50px;
          left: 0; }
      #banner.summer2020 .box-promo-summer span.first {
        color: #404080;
        font-weight: 600; }
        #banner.summer2020 .box-promo-summer span.first .rapid {
          color: #FA6400; }
    #banner.summer2020 .content-input {
      margin-top: 40px; }

#product h1 {
  margin: 40px 0;
  padding: 0;
  font-family: Lato, Arial, Helvetica, sans-serif !important;
  font-weight: 900;
  font-size: 38px;
  color: #E1700F;
  text-align: center;
  line-height: 40px; }
#product .content-product .box {
  position: relative;
  padding: 0 6px 30px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: visible;
  min-height: 322px; }
  #product .content-product .box .blackfriday {
    margin: 10px auto -18px;
    display: block;
    background: #232F3E;
    width: 82px;
    color: #F69931;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  #product .content-product .box .cybermonday {
    margin: 10px auto -18px;
    display: block;
    width: 97px;
    padding: 2px 0;
    background: #4eacf7;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  #product .content-product .box .premium-top {
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    font-size: 16px;
    color: #E1700F;
    text-align: center; }
  #product .content-product .box .ribbon-black-friday {
    display: inline-block;
    bottom: 19px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #f9e61a;
    padding: 2px 10px;
    margin-top: 10px;
    margin-bottom: -11px;
    font-family: Lato, Arial, Helvetica, sans-serif !important;
    font-weight: 900;
    font-size: 11px;
    color: #FF0000;
    text-align: center;
    height: 14px;
    line-height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    width: 106px;
    margin-left: auto;
    margin-right: auto; }
  #product .content-product .box figure {
    margin: 36px 0 12px;
    height: 71px;
    line-height: 71px; }
  #product .content-product .box h3 {
    margin: 0;
    padding: 0;
    font-family: Lato, Arial, Helvetica, sans-serif !important;
    font-weight: 900;
    color: #404080;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase; }
  #product .content-product .box h4 {
    margin: 4px 0 0 0;
    padding: 0;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-weight: 600;
    font-size: 14px;
    color: #777;
    text-align: center; }
    #product .content-product .box h4.k_green {
      font-weight: bold;
      color: #388E3C; }
  #product .content-product .box span.desc {
    position: relative;
    display: block;
    margin: 22px auto 12px;
    padding-top: 6px;
    width: 80%;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-weight: 600;
    font-size: 16px;
    color: #4E4E4E;
    text-align: center;
    line-height: 22px; }
    #product .content-product .box span.desc.k_green {
      color: #388E3C; }
    #product .content-product .box span.desc.width-100 {
      width: 100%; }
    #product .content-product .box span.desc:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: -6px;
      margin: 0 auto;
      width: 60%;
      height: 2px;
      background: #FF9500; }
  #product .content-product .box a em {
    font-style: initial;
    font-size: 11px; }
  #product .content-product .box .ribbon {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: #41B056;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    font-size: 12px;
    color: #fff; }
    #product .content-product .box .ribbon span {
      color: #FFF68A; }
    #product .content-product .box .ribbon.txt {
      color: #41B056;
      background: transparent;
      bottom: 7px; }
  #product .content-product .box a {
    margin: 0 auto; }
  #product .content-product .box.orange {
    border: 2px solid #21759b;
    background-color: #E8F1F5;
    overflow: visible; }
    #product .content-product .box.orange figure {
      margin-top: 35px; }
    #product .content-product .box.orange .premium-top {
      color: #21759b; }
  #product .content-product .box.hosting {
    border: 2px solid #FF9500;
    background-color: #FCF4E5; }
  #product .content-product .box .medail {
    position: absolute;
    top: -15px;
    left: -19px; }
#product .call-number {
  margin-top: 26px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  font-weight: 600;
  font-size: 23px;
  color: #777;
  text-align: center;
  line-height: 30px; }
  #product .call-number strong {
    font-size: 24px;
    color: #388E3C; }

#cms-product {
  position: relative;
  margin-top: 80px;
  margin-bottom: 30px;
  padding: 40px 0 0;
  background: #FFFDF5;
  overflow: hidden; }
  #cms-product:before {
    position: absolute;
    content: '';
    background: url(/img015/pages/index_2020/disegni.svg) no-repeat center center;
    width: 100%;
    height: 100%; }
  #cms-product h3 {
    margin: 0;
    padding: 0;
    font-family: Lato, Arial, Helvetica, sans-serif !important;
    font-weight: 900;
    font-size: 34px;
    color: #086AA8;
    text-align: center;
    line-height: 40px; }
    #cms-product h3 span {
      color: #9B59B6; }
  #cms-product h4 {
    position: relative;
    margin: 10px 0 30px 0;
    padding: 0;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-weight: 600;
    font-size: 18px;
    color: #777;
    line-height: 30px;
    text-align: center; }
    #cms-product h4 span {
      color: #FC6404;
      margin-top: -1px;
      display: inline-block;
      vertical-align: top; }
      #cms-product h4 span:first-child {
        margin-right: 6px; }
      #cms-product h4 span:last-child {
        margin-left: 6px; }
  #cms-product .top-image {
    position: absolute;
    top: 20px;
    right: 40px; }
  #cms-product .content-cms-product {
    margin-top: 40px; }
  #cms-product .box {
    position: relative;
    min-height: 235px;
    padding-top: 30px;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    z-index: 1;
    text-align: center; }
    #cms-product .box figure.top {
      position: absolute;
      top: -84px;
      left: 50px; }
    #cms-product .box h5 {
      margin: 0;
      padding: 0;
      font-family: Lato, Arial, Helvetica, sans-serif !important;
      font-weight: 900;
      font-size: 36px;
      text-align: center; }
    #cms-product .box .desc {
      display: block;
      width: 90%;
      margin: 15px auto;
      font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
      font-weight: 600;
      font-size: 16px;
      color: #4e4e4e;
      text-align: center;
      line-height: 20px; }
    #cms-product .box a {
      margin: 0 auto;
      position: absolute;
      bottom: 19px;
      left: 0;
      right: 0; }
    #cms-product .box figure.k-badge {
      margin: 0 auto !important; }
    #cms-product .box.blue {
      border: 1px solid #127499; }
      #cms-product .box.blue h5 {
        color: #127499; }
      #cms-product .box.blue figure.k-badge {
        margin: 0 0 0 43px; }
      #cms-product .box.blue .desc {
        width: 200px;
        margin-left: auto;
        margin-right: auto; }
    #cms-product .box.green {
      border: 1px solid #2F9D34; }
      #cms-product .box.green figure.top {
        top: -133px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center; }
      #cms-product .box.green figure.k-badge {
        margin: 0 0 0 70px; }
      #cms-product .box.green h5 {
        color: #2F9D34; }
    #cms-product .box.fucsia {
      border: 1px solid #DE266F; }
      #cms-product .box.fucsia h5 {
        color: #DE266F; }
      #cms-product .box.fucsia figure.top {
        top: -96px;
        left: initial;
        right: 16px; }
      #cms-product .box.fucsia figure.k-badge {
        margin: 0 0 0 38px; }
    #cms-product .box.orange {
      border: 1px solid #F15C23; }
      #cms-product .box.orange figure.top {
        top: -123px; }
      #cms-product .box.orange figure.k-badge {
        margin: 0 0 0 60px; }
      #cms-product .box.orange h5 {
        color: #F15C23; }
  #cms-product .summary-cms {
    margin-top: 30px;
    padding-bottom: 30px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-weight: 600;
    font-size: 23px;
    color: #404080;
    line-height: 32px; }
    #cms-product .summary-cms span {
      color: #388E3C;
      font-weight: bold; }
      #cms-product .summary-cms span.currency {
        font-size: 20px; }
    #cms-product .summary-cms strong {
      color: #388E3C;
      font-weight: bold;
      font-size: 30px; }
    #cms-product .summary-cms a {
      font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
      font-weight: bold;
      font-size: 16px;
      color: #404080;
      line-height: 26px;
      text-decoration: underline; }

#keli-quality {
  margin-top: 100px; }
  #keli-quality h3 {
    margin: 0;
    padding: 0;
    font-family: Lato, Arial, Helvetica, sans-serif !important;
    font-weight: 900;
    font-size: 44px;
    color: #086AA8;
    line-height: 40px;
    text-align: center; }
  #keli-quality h4 {
    position: relative;
    margin: 10px 0 30px 0;
    padding: 0;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-weight: 600;
    font-size: 18px;
    color: #777;
    line-height: 30px;
    text-align: center; }
    #keli-quality h4 span {
      color: #FC6404;
      margin-top: -1px;
      display: inline-block;
      vertical-align: top; }
      #keli-quality h4 span:first-child {
        margin-right: 6px; }
      #keli-quality h4 span:last-child {
        margin-left: 6px; }
  #keli-quality .item-keliweb {
    margin-bottom: 50px; }
    #keli-quality .item-keliweb h5 {
      display: inline-block;
      margin: 38px 0 22px 0;
      padding: 4px 12px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      font-family: Lato, Arial, Helvetica, sans-serif !important;
      font-weight: 900;
      font-size: 34px;
      line-height: 40px; }
      #keli-quality .item-keliweb h5.green {
        color: #2D7130;
        border: 3px solid #2D7130; }
      #keli-quality .item-keliweb h5.blue {
        color: #1278a6;
        border: 3px solid #1090bc; }
      #keli-quality .item-keliweb h5.orange {
        color: #FC6404;
        border: 3px solid #FC6404; }
    #keli-quality .item-keliweb ul {
      margin: 0;
      padding: 0; }
      #keli-quality .item-keliweb ul li {
        position: relative;
        margin-bottom: 15px;
        padding-left: 25px;
        font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
        font-weight: 500;
        font-size: 16px;
        color: #4e4e4e;
        line-height: 24px; }
        #keli-quality .item-keliweb ul li:last-child {
          margin-bottom: 0; }
        #keli-quality .item-keliweb ul li:before {
          content: '';
          background: url(/img015/pages/index_2020/checkmark.svg) no-repeat center center;
          position: absolute;
          left: 0;
          top: 3px;
          width: 20px;
          height: 20px; }
        #keli-quality .item-keliweb ul li strong.green {
          color: #1d7a15; }
        #keli-quality .item-keliweb ul li strong.upper {
          display: block;
          font-size: 19px;
          text-transform: uppercase; }

#business-cloud {
  margin: 30px 0;
  padding: 70px 0;
  background: url(/img015/pages/index_2020/datacenter-sfondo.jpg) no-repeat center center;
  background-size: cover; }
  #business-cloud .box {
    background: rgba(0, 0, 0, 0.63);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
    #business-cloud .box h3 {
      margin: 60px 0 0 20px;
      padding: 0;
      font-family: Lato, Arial, Helvetica, sans-serif !important;
      font-weight: 900;
      font-size: 50px;
      color: #fff; }
    #business-cloud .box h4 {
      margin: 12px 0 12px 20px;
      padding: 0;
      font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
      font-weight: bold;
      font-size: 18px;
      color: #5DBFFF;
      line-height: 29px; }
    #business-cloud .box p {
      margin-bottom: 0;
      margin-left: 20px;
      font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
      font-size: 16px;
      color: #fff;
      line-height: 26px; }
    #business-cloud .box .btm-content {
      margin-top: 60px;
      margin-left: 20px; }
      #business-cloud .box .btm-content .call {
        margin-left: 20px; }
        #business-cloud .box .btm-content .call i {
          vertical-align: top;
          margin-top: 11px;
          margin-right: 2px;
          margin-left: -1px; }
    #business-cloud .box .right-box {
      max-width: 313px;
      padding: 60px 0 40px 20px;
      background: rgba(0, 114, 189, 0.15); }
      #business-cloud .box .right-box strong {
        display: block;
        margin-bottom: 12px;
        margin-left: 15px;
        font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
        font-weight: bold;
        font-size: 24px;
        color: #F8E71C;
        line-height: 29px; }
      #business-cloud .box .right-box ul {
        margin: 0;
        padding: 0; }
        #business-cloud .box .right-box ul li {
          position: relative;
          padding-left: 15px;
          font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
          font-weight: 600;
          font-size: 20px;
          color: #E1F3FF;
          letter-spacing: 1.36px;
          line-height: 43px; }
          #business-cloud .box .right-box ul li:before {
            content: '';
            position: absolute;
            width: 8px;
            height: 8px;
            left: 0;
            top: 18px;
            border-radius: 50%;
            background: #FC6404; }

#best-choose {
  margin-top: 120px; }
  #best-choose h3 {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: Lato, Arial, Helvetica, sans-serif !important;
    font-weight: 900;
    font-size: 44px;
    color: #086AA8;
    text-align: center;
    line-height: 40px; }
    #best-choose h3:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: -30px;
      margin: 0 auto;
      width: 170px;
      height: 5px;
      background: #F89995; }
  #best-choose h4 {
    position: relative;
    margin: 10px 0 30px 0;
    padding: 0;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-weight: 600;
    font-size: 18px;
    color: #777;
    line-height: 30px;
    text-align: center; }
    #best-choose h4 span {
      color: #FC6404;
      margin-top: -1px;
      display: inline-block;
      vertical-align: top; }
      #best-choose h4 span:first-child {
        margin-right: 6px; }
      #best-choose h4 span:last-child {
        margin-left: 6px; }
  #best-choose .content-box {
    margin-top: 92px; }
    #best-choose .content-box .box {
      position: relative;
      display: block;
      height: 260px;
      padding: 70px 20px 20px 20px;
      background: #fff;
      border: 1px solid #005794;
      border-bottom: 4px solid #005794;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      text-align: center; }
      #best-choose .content-box .box figure {
        position: absolute;
        left: 0;
        right: 0;
        top: -41px;
        margin-left: auto;
        margin-right: auto;
        width: 128px;
        background: #fff;
        z-index: 1;
        text-align: center; }
      #best-choose .content-box .box label {
        display: inline-block;
        margin: 0 0 22px 0;
        font-family: Lato, Arial, Helvetica, sans-serif !important;
        font-weight: 900;
        font-size: 70px;
        color: #005794;
        text-align: center;
        line-height: 40px; }
      #best-choose .content-box .box strong {
        display: block;
        margin: 4px auto;
        font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
        font-weight: bold;
        font-size: 30px;
        color: #005794;
        text-align: center; }
      #best-choose .content-box .box span {
        display: block;
        margin-bottom: 8px;
        font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
        font-weight: 600;
        font-size: 22px;
        color: #525D7D;
        text-align: center;
        line-height: 26px; }

#trust {
  position: relative;
  margin-top: 160px;
  background-image: linear-gradient(0deg, #C3F4CD 17%, #fff 90%); }
  #trust:after {
    position: absolute;
    bottom: -2px;
    height: 260px;
    width: 100%;
    content: '';
    background: url(/img015/pages/home/onde-home.svg) center bottom no-repeat;
    background-size: cover;
    z-index: 0;
    left: 0;
    right: 0; }
  #trust #trustpilot-section {
    margin-top: -3px;
    margin-bottom: 0; }
    #trust #trustpilot-section.card-trust .section-footer {
      position: relative;
      z-index: 1; }
  #trust h3 {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: Lato, Arial, Helvetica, sans-serif !important;
    font-weight: 900;
    font-size: 44px;
    color: #1C814E;
    text-align: center;
    line-height: 40px; }
    #trust h3:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: -50px;
      margin: 0 auto;
      width: 170px;
      height: 5px;
      background: #F89995; }
  #trust h4 {
    position: relative;
    margin: 10px 0 30px 0;
    padding: 0;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-weight: 600;
    font-size: 18px;
    color: #777;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px; }
    #trust h4 span {
      color: #FC6404;
      margin-top: -1px;
      display: inline-block;
      vertical-align: top; }
      #trust h4 span:first-child {
        margin-right: 6px; }
      #trust h4 span:last-child {
        margin-left: 6px; }
  #trust figure {
    position: relative;
    margin-top: 27px;
    z-index: 1; }

#know-us {
  background: url(/img015/pages/index_2020/footerblu.svg) no-repeat bottom center #0278b5;
  background-size: contain;
  padding: 55px 0; }
  #know-us h3 {
    margin: 12px 0 0 0;
    padding: 0;
    font-family: Lato, Arial, Helvetica, sans-serif !important;
    font-weight: 900;
    font-size: 46px;
    color: #F8E71C;
    line-height: 40px; }
  #know-us p {
    margin: 30px 0;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    line-height: 30px; }

#cms-optimized .modal-dialog {
  width: 740px !important; }
#cms-optimized .modal-content {
  background: #fff; }
#cms-optimized .modal-body {
  margin-bottom: 15px; }
#cms-optimized .table-optimized {
  margin-top: 30px; }
  #cms-optimized .table-optimized .title-top {
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    font-size: 16px;
    color: #4E4E4E; }
  #cms-optimized .table-optimized .item-header {
    text-align: center;
    height: 55px;
    line-height: 64px; }
    #cms-optimized .table-optimized .item-header.bg-blue {
      width: 33%;
      margin-left: .7px;
      background: #2F81CB;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px; }
      #cms-optimized .table-optimized .item-header.bg-blue .title-top {
        color: #fff; }
  #cms-optimized .table-optimized .box-table {
    padding: 0 18px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    #cms-optimized .table-optimized .box-table .item {
      position: relative;
      height: 70px;
      line-height: 70px;
      border-bottom: 1px solid #CFCFCF; }
      #cms-optimized .table-optimized .box-table .item.no-border {
        border-bottom: 0; }
      #cms-optimized .table-optimized .box-table .item.first {
        padding-top: 14px;
        line-height: 20px; }
      #cms-optimized .table-optimized .box-table .item.center {
        text-align: center; }
      #cms-optimized .table-optimized .box-table .item.left {
        padding-left: 23px;
        padding-right: 0;
        text-align: left; }
      #cms-optimized .table-optimized .box-table .item.center-item {
        border-left: 1px solid #2F81CB;
        border-right: 1px solid #2F81CB; }
      #cms-optimized .table-optimized .box-table .item figure {
        position: absolute;
        top: 16px; }
      #cms-optimized .table-optimized .box-table .item strong.name-features {
        display: block;
        font-family: Lato, Arial, Helvetica, sans-serif !important;
        font-weight: 900;
        font-size: 20px;
        color: #086AA8; }
      #cms-optimized .table-optimized .box-table .item .content-features {
        padding-left: 54px; }
      #cms-optimized .table-optimized .box-table .item span.tiny {
        font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
        font-weight: 600;
        font-size: 11px;
        color: #4A4A4A; }
      #cms-optimized .table-optimized .box-table .item span.other {
        font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
        font-weight: 600;
        font-size: 13px;
        color: #4A4A4A; }
      #cms-optimized .table-optimized .box-table .item label span.quadro {
        font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
        font-weight: bold;
        font-size: 16px;
        color: #E1700F; }
      #cms-optimized .table-optimized .box-table .item label strong.status {
        font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
        font-size: 12px;
        color: #388E3C; }

#contact-us {
  margin-top: 80px; }
  #contact-us .modal-dialog {
    width: 400px !important; }
    #contact-us .modal-dialog .modal-header {
      height: 112px;
      box-shadow: inset 0 2px 1px #fff;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      border: 1px solid #dcdcdc;
      background-image: linear-gradient(180deg, #f5f5f7 0%, #eaeaeb 100%); }
      #contact-us .modal-dialog .modal-header .circle {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: -28px;
        width: 66px;
        height: 65px;
        border-radius: 50%;
        border: 2px solid #fff;
        box-shadow: inset 0 2px 3px rgba(153, 153, 153, 0.5);
        background-color: #2f81cb;
        text-align: center; }
        #contact-us .modal-dialog .modal-header .circle i.material-icons {
          margin-top: 11px;
          margin-left: 0;
          font-size: 37px;
          color: #fff; }
      #contact-us .modal-dialog .modal-header .close {
        position: absolute;
        top: 15px;
        right: 15px;
        opacity: 1;
        outline: none;
        border: none;
        font-size: 35px;
        color: #777; }
        #contact-us .modal-dialog .modal-header .close:hover {
          opacity: .4; }
      #contact-us .modal-dialog .modal-header .modal-title {
        width: 100%;
        text-shadow: 0 1px 0 #fff;
        color: #000000;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        text-align: center;
        padding-top: 37px; }
        #contact-us .modal-dialog .modal-header .modal-title span {
          display: block;
          color: #6f6f79;
          font-size: 13px; }
    #contact-us .modal-dialog .modal-body .table-form {
      padding: 30px 30px 10px; }
      #contact-us .modal-dialog .modal-body .table-form h3 {
        width: 100%;
        text-shadow: 0 1px 0 #fff;
        color: #4a4a4a;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        margin: 10px auto 20px;
        text-align: center;
        padding: 0; }
    #contact-us .modal-dialog .modal-body .content-check-modal {
      margin-top: 15px; }
      #contact-us .modal-dialog .modal-body .content-check-modal .label-for-check-item {
        margin-bottom: 0;
        margin-left: 6px;
        vertical-align: top;
        margin-top: 1px;
        font-weight: 400; }
    #contact-us .modal-dialog #request-success_send svg {
      width: 100px;
      display: block;
      margin: 0 auto; }
    #contact-us .modal-dialog #request-success_send .path {
      stroke-dasharray: 1000;
      stroke-dashoffset: 0; }
      #contact-us .modal-dialog #request-success_send .path.circle {
        -webkit-animation: dash .9s ease-in-out;
        animation: dash .9s ease-in-out; }
      #contact-us .modal-dialog #request-success_send .path.line {
        stroke-dashoffset: 1000;
        -webkit-animation: dash .9s .35s ease-in-out forwards;
        animation: dash .9s .35s ease-in-out forwards; }
      #contact-us .modal-dialog #request-success_send .path.check {
        stroke-dashoffset: -100;
        -webkit-animation: dash-check .9s .35s ease-in-out forwards;
        animation: dash-check .9s .35s ease-in-out forwards; }
    #contact-us .modal-dialog #request-success_send p {
      width: 100%;
      text-align: center;
      font-family: Lato, Arial, Helvetica, sans-serif !important;
      font-size: 16px;
      font-weight: 400;
      line-height: 23px;
      margin-top: 20px;
      padding: 0 30px;
      margin-bottom: 20px; }
    #contact-us .modal-dialog .modal-footer {
      border-top: 0;
      padding: 0 30px 40px; }
      #contact-us .modal-dialog .modal-footer .reserve {
        color: #fff !important; }
        #contact-us .modal-dialog .modal-footer .reserve.sending, #contact-us .modal-dialog .modal-footer .reserve.send {
          pointer-events: none; }
        #contact-us .modal-dialog .modal-footer .reserve:hover {
          text-decoration: none; }
  #contact-us .modal-body {
    padding: 15px 0; }
  #contact-us .error-form {
    clear: both;
    float: left;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: left;
    color: #c11717;
    font-size: 14px;
    font-weight: 600; }
    #contact-us .error-form .success {
      background: #3dbf8a;
      border: 1px solid #257353;
      display: block;
      padding: 10px;
      text-align: left;
      color: #fff;
      font-weight: 400; }
  #contact-us .form-row {
    position: relative; }
    #contact-us .form-row i.material-icons {
      position: absolute;
      left: 12px;
      top: 10px;
      z-index: 1;
      font-size: 17px;
      color: #8ea2af; }
    #contact-us .form-row input {
      height: 38px;
      color: #000;
      font-size: 16px;
      font-weight: 400;
      width: 100%;
      margin-bottom: 12px;
      border-radius: 4px;
      border: 1px solid #b6b6b7;
      padding: 4px 0 4px 37px;
      outline: none; }
      #contact-us .form-row input.error {
        border: 1px solid #b90000;
        background: #fff6f6; }

#hour_reserve {
  height: 38px;
  color: #818181;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 12px;
  border-radius: 4px;
  border: 1px solid #b6b6b7;
  background: #fff;
  outline: none; }
  #hour_reserve div.selected {
    margin: 0;
    display: block;
    overflow: hidden;
    height: 38px;
    line-height: 36px;
    padding-left: 38px;
    color: #818181;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer; }
    #hour_reserve div.selected.first {
      padding-left: 37px;
      color: #bfbfbf; }

.modal.km-2019 .modal-content, .modal.km-2018 .modal-content {
  padding: 36px 20px 18px; }
  .modal.km-2019 .modal-content .modal-header .modal-title, .modal.km-2018 .modal-content .modal-header .modal-title {
    border-bottom: 0; }
    .modal.km-2019 .modal-content .modal-header .modal-title:before, .modal.km-2018 .modal-content .modal-header .modal-title:before {
      background: #0079B5; }
  .modal.km-2019 .modal-content .modal-body, .modal.km-2018 .modal-content .modal-body {
    margin: 15px 15px 50px; }

.datepicker-dropdown {
  z-index: 9999999999 !important; }

body.modal-open {
  overflow: hidden; }
body.eng #product .content-product .box h3 {
  font-size: 28px; }
body.eng #product .call-number {
  font-size: 20px; }
body.eng #cms-optimized.modal.km-2019 .modal-dialog {
  width: 700px !important; }
body.eng #cms-optimized .table-optimized .box-table .item strong.name-features {
  font-size: 16px; }
body[data-browser=isFirefox] #product .content-product .box .ribbon, body[data-browser=isSafari] #product .content-product .box .ribbon {
  line-height: 16px; }

.box-trustpilot {
  position: relative;
  z-index: 1; }

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes dash {
  0% {
    stroke-dashoffset: 1000; }
  100% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100; }
  100% {
    stroke-dashoffset: 900; } }
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100; }
  100% {
    stroke-dashoffset: 900; } }
@media only screen and (max-width: 2058px) {
  #know-us {
    background-size: cover; } }
@media only screen and (max-width: 1199.98px) {
  #banner h3 {
    font-size: 31px; }
  #banner .first {
    font-size: 14px;
    line-height: 28px; }
  #banner.christmas .box-christmas {
    margin-top: 15px; }
    #banner.christmas .box-christmas h3 {
      line-height: 38px; }
  #banner.blackfriday .box-promo-blackfriday {
    margin-top: 14px; }
    #banner.blackfriday .box-promo-blackfriday figure img {
      max-width: 100%;
      height: auto; }
  #banner.cybermonday .box-promo-cybermonday {
    margin-top: 14px; }
    #banner.cybermonday .box-promo-cybermonday figure img {
      max-width: 100%;
      height: auto; }
  #banner.summer2020 h3 {
    font-size: 42px; }
  #banner.summer2020 span.first {
    font-size: 16px; }

  #product .content-product .box h3 {
    font-size: 24px; }
  #product .content-product .box span.desc {
    width: 85%;
    font-size: 14px;
    letter-spacing: -.2px; }
  #product .content-product .box .ribbon {
    height: 15px;
    font-size: 10px; }
  #product .content-product .box a {
    max-width: 184px; }
  #product .call-number {
    font-size: 18px; }

  #best-choose .content-box .box strong {
    font-size: 28px; }

  #cms-product .box a {
    max-width: 185px; }
  #cms-product .box .desc {
    font-size: 14px; }
  #cms-product .box.green figure.k-badge {
    margin-left: 50px; }
  #cms-product .box.blue figure.k-badge {
    margin-left: 13px; }
  #cms-product .box.fucsia figure.k-badge {
    margin-left: 13px; }
  #cms-product .box.orange figure.k-badge {
    margin-left: 32px; }
  #cms-product .summary-cms {
    font-size: 18px; }
    #cms-product .summary-cms a {
      vertical-align: top;
      margin-top: 8px;
      display: block; }

  #business-cloud .box .btm-content {
    margin-top: 40px; }
  #business-cloud .box .right-box ul li {
    font-size: 18px; }

  #best-choose h3, #best-choose h1, #cms-product h3, #cms-product h1, #product h3, #product h1, #know-us h3, #know-us h1, #trust h3, #trust h1, #keli-quality h3, #keli-quality h1 {
    font-size: 38px; }

  #keli-quality {
    margin-top: 50px; }
    #keli-quality .item-keliweb figure {
      margin-top: 20px; }
      #keli-quality .item-keliweb figure img {
        max-width: 100%;
        height: auto; }

  #know-us {
    background-size: cover; }

  body.eng #banner h3 {
    font-size: 30px; }
  body.eng #banner .first span {
    display: initial; }
  body.eng #product .content-product .box h3 {
    font-size: 23px; }
  body.eng #product .content-product .box h4 {
    font-size: 13px; }
  body.eng #product .content-product .box span.desc {
    width: 76%; }

  #trust #trustpilot-section.card-trust .section-footer {
    margin-top: 20px; }

  #best-choose .content-box .box span {
    font-size: 20px; }

  #cms-product h3 {
    font-size: 29px; } }
@media only screen and (max-width: 991.98px) {
  body.eng #product .content-product .box span.desc {
    width: 60%; }

  #banner h3 {
    text-align: center;
    margin-bottom: 0; }
    #banner h3 span {
      display: inline-block; }
  #banner .first {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 22px; }
  #banner a.pl-button-cart {
    margin-left: auto;
    margin-right: auto; }
  #banner .content-whois .desc {
    margin-left: 0; }
  #banner.christmas {
    background: url(/img015/pages/index_2020/christmas/sfondo-pulito.@2x.jpg) no-repeat center center; }
    #banner.christmas h3 span {
      margin-left: 6px; }
    #banner.christmas .box-christmas {
      margin-bottom: -50px; }
  #banner.blackfriday .box-promo-blackfriday {
    margin-top: 14px; }
    #banner.blackfriday .box-promo-blackfriday a {
      left: 0; }
  #banner.blackfriday .content-whois .discount-black {
    display: none; }
  #banner.cybermonday .box-promo-cybermonday {
    text-align: center; }
    #banner.cybermonday .box-promo-cybermonday figure img {
      max-width: 100%;
      height: auto; }
  #banner.cybermonday .content-whois {
    margin-top: 30px; }
  #banner.summer2020 h3:after {
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto; }
  #banner.summer2020 .box-promo-summer img {
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto; }
  #banner.summer2020 span.first {
    margin-top: 20px; }
  #banner.summer2020 .content-input {
    margin-top: 0; } }
@media only screen and (max-width: 906px) {
  #know-us {
    background-position: bottom left; } }
@media only screen and (max-width: 768px) {
  #know-us h3, #know-us h4, #know-us p {
    text-align: center; }
  #know-us a {
    display: block !important;
    margin-left: auto;
    margin-right: auto; } }
@media only screen and (max-width: 991.98px) {
  #banner {
    height: auto;
    padding-bottom: 30px; }
    #banner h3 {
      margin-top: 0; }
    #banner .first span.multiline {
      display: inline; }
    #banner .content-whois {
      margin-top: 50px; }
      #banner .content-whois:before, #banner .content-whois:after {
        display: none; }
    #banner.halloween2020 .box-promo-halloween {
      margin-top: 20px;
      background: rgba(0, 0, 0, 0.35);
      padding: 20px; }
      #banner.halloween2020 .box-promo-halloween span.first {
        margin: 0 auto; }
    #banner.halloween2020 .content-whois {
      margin-top: 0; }
      #banner.halloween2020 .content-whois:after {
        display: block;
        content: '';
        position: absolute;
        background: url(/img015/pages/index_2020/halloween/nightmare.@2x.png) no-repeat center center;
        width: 241px;
        height: 283px;
        right: -113px;
        top: -130px;
        z-index: 97;
        background-size: cover; }

  #product h1 {
    font-size: 38px;
    line-height: 52px; }
  #product .content-product .box {
    margin-bottom: 30px; }
    #product .content-product .box .desc {
      max-width: 220px; }
    #product .content-product .box .ribbon {
      height: 18px;
      font-size: 12px; }
    #product .content-product .box a {
      max-width: initial; }

  #cms-product {
    margin-top: 40px; }
    #cms-product .top-image {
      top: 80px;
      right: 15px; }
    #cms-product .box {
      min-height: 225px;
      margin-bottom: 30px;
      padding-top: 25px; }
      #cms-product .box a {
        max-width: initial; }
      #cms-product .box .desc {
        width: 200px; }
      #cms-product .box.green figure.k-badge {
        margin-left: 118px; }
      #cms-product .box.blue figure.k-badge {
        margin-left: 80px; }
      #cms-product .box.fucsia figure.k-badge {
        margin-left: 80px; }
      #cms-product .box.orange figure.k-badge {
        margin-left: 100px; }
    #cms-product .summary-cms {
      margin-top: 0;
      text-align: center; }
      #cms-product .summary-cms .text-right {
        text-align: center; }

  #keli-quality .item-keliweb figure {
    margin-top: 100px; }

  #business-cloud .box h3 {
    font-size: 35px; }
  #business-cloud .box .right-box ul li {
    font-size: 16px; }
    #business-cloud .box .right-box ul li:before {
      top: 18px; }

  #best-choose .content-box .col-sm-12 {
    width: 33.33%; }
  #best-choose .content-box .box {
    height: 234px; }
    #best-choose .content-box .box label {
      font-size: 46px; }
    #best-choose .content-box .box strong {
      font-size: 20px; }
    #best-choose .content-box .box span {
      font-size: 14px;
      line-height: 22px; }

  #cms-optimized .table-optimized .box-table .item strong.name-features {
    font-size: 18px; }
  #cms-optimized .table-optimized .box-table .item span.tiny {
    font-size: 9px; }

  #trust figure.right-img img {
    max-width: 100%;
    height: auto; }
  #trust #content-trustpilot {
    margin-left: -20px;
    margin-right: 20px; }

  #cms-product h4 span:first-child, #cms-product h4 span:last-child, #keli-quality h4 span:first-child, #keli-quality h4 span:last-child, #best-choose h4 span:first-child, #best-choose h4 span:last-child, #trust h4 span:first-child, #trust h4 span:last-child {
    display: none; } }
@media only screen and (max-width: 960px) {
  #banner.halloween2020 .content-whois:after {
    right: -60px; } }
@media only screen and (max-width: 964px) {
  #banner.halloween2020 .content-whois:after {
    right: -24px; } }
@media only screen and (max-width: 784px) {
  #banner.halloween2020 .content-whois:after {
    display: none; } }
@media only screen and (max-width: 767.98px) {
  #banner.halloween2020 .box-promo-halloween {
    margin-top: 0; }

  #product h1 {
    font-size: 32px;
    line-height: 42px; }
  #product .content-product .col-sm-6 {
    width: 50%; }

  #cms-product .top-image {
    display: none; }
  #cms-product .content-cms-product .col-sm-6 {
    width: 50%; }
  #cms-product .summary-cms a {
    display: none; }
  #cms-product .box.green figure.k-badge, #cms-product .box.blue figure.k-badge, #cms-product .box.fucsia figure.k-badge, #cms-product .box.orange figure.k-badge {
    margin-left: auto;
    text-align: center; }

  #business-cloud {
    overflow: hidden;
    padding: 0;
    background: #333; }
    #business-cloud .box {
      margin: 0;
      padding: 0;
      border-radius: 0; }
      #business-cloud .box h4, #business-cloud .box h3, #business-cloud .box p {
        margin-left: 15px;
        margin-right: 15px; }
      #business-cloud .box .btm-content {
        padding-left: 0;
        margin-left: 0;
        text-align: center; }
        #business-cloud .box .btm-content .call {
          display: none; }
      #business-cloud .box .right-box {
        margin-top: 40px;
        max-width: 100%;
        padding: 20px; }
        #business-cloud .box .right-box ul li {
          display: inline-block;
          width: 49%; }

  #best-choose {
    margin-top: 80px; }
    #best-choose .content-box .col-sm-12 {
      width: 100%; }
    #best-choose .content-box .box {
      margin: 0 auto 60px;
      max-width: 300px; }

  #trust {
    margin-top: 60px;
    padding: 0 20px; }
    #trust h3 {
      margin-bottom: 0; }
    #trust #content-trustpilot {
      margin-left: 20px;
      margin-right: 20px; }

  #know-us {
    background-image: none; } }
@media only screen and (max-width: 600px) {
  #product .content-product .box .ribbon {
    height: 15px;
    font-size: 10px; }

  #business-cloud .box .right-box ul li {
    width: 100%; }
  #business-cloud .box .btm-content a {
    display: block;
    margin: 0 auto !important;
    width: 220px; }
    #business-cloud .box .btm-content a.business-link {
      display: block !important;
      margin: 0 auto 20px !important; } }
@media only screen and (max-width: 583px) {
  body.eng #product .content-product .box span.desc {
    width: 65%; } }
@media only screen and (max-width: 545px) {
  body.eng #product .content-product .box span.desc {
    width: 90%; } }
@media only screen and (max-width: 535.98px) {
  #cms-product {
    margin-top: 40px; }

  #product h1 {
    margin-bottom: 20px; }
  #product .call-number {
    margin-top: 0; }

  #keli-quality .item-keliweb h5 {
    width: fit-content;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px; }
    #keli-quality .item-keliweb h5.second-title {
      margin-top: 20px; } }
@media only screen and (max-width: 534px) {
  #product .content-product .col-sm-6 {
    width: 100%; }
  #product .content-product .box .ribbon {
    height: 18px;
    font-size: 12px; }

  #cms-product .content-cms-product {
    margin-top: 40px; }
    #cms-product .content-cms-product .col-sm-6 {
      width: 100%; }

  #trust:after {
    z-index: -1; }
  #trust #content-trustpilot {
    margin-left: 0;
    margin-right: 0; }

  #cms-product .box .desc {
    margin: 10px auto 15px; }
  #cms-product .box a {
    position: relative;
    min-height: initial;
    top: 0;
    bottom: 0; }

  #contact-us {
    padding-top: 22px; } }
@media only screen and (max-width: 480px) {
  #banner.blackFriday h3 img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2px;
    margin-bottom: 13px; }
  #banner.blackFriday .second {
    margin-bottom: 19px; }
  #banner.halloween2020 {
    background-size: cover;
    background-position-y: -45px; }
    #banner.halloween2020 .box-promo-halloween span.first {
      width: 100%; } }
@media only screen and (max-width: 380px) {
  #product h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 34px !important; }
  #product .content-product .box h3 {
    font-size: 32px; }

  #banner h3 {
    font-size: 31px;
    line-height: 38px;
    margin-bottom: 15px !important; }

  #cms-product h3 {
    font-size: 26px;
    line-height: 32px; }

  #best-choose h3 {
    font-size: 30px;
    line-height: 36px; }

  #best-choose .content-box .box label {
    margin-bottom: 10px; }
  #best-choose .content-box .box span br {
    display: inline-block;
    margin-left: 5px;
    content: '&nbsp;'; } }
@media only screen and (max-width: 360px) {
  #best-choose h3, #best-choose h1, #product h3, #product h1, #know-us h3, #know-us h1, #trust h3, #trust h1, #keli-quality h3, #keli-quality h1 {
    font-size: 34px; }

  #cms-product h3 {
    font-size: 26px; } }
@media (width: 1024px) and (max-height: 748px) {
  /*iPad Resolution*/
  #cms-product {
    margin-top: 40px; } }
@media (width: 768px) and (max-height: 1124px) {
  /*iPad Resolution*/ }
@media (width: 601px) and (max-height: 841px) {
  /*Meduri Resolution*/ }
@media (width: 962px) and (max-height: 481px) {
  /*Meduri Resolution*/ }
@media (width: 375px) and (max-height: 735px) {
  /*iPhone*/
  #trustpilot-section.card-trust .content-shift {
    min-height: 365px; } }
@media (width: 667px) and (max-height: 414px) {
  /*iPhone*/ }
@media (max-width: 375px) and (max-height: 734px) {
  /*iPhone X*/ }
@media (max-width: 734px) and (max-height: 375px) {
  /*iPhone X*/ }
@media (width: 1112px) and (max-height: 814px) {
  /*iPad Pro 10.5" Resolution*/ }
@media (width: 834px) and (max-height: 1092px) {
  /*iPad Pro 10.5" Resolution*/ }
@media (width: 360px) and (max-height: 560px) {
  /*Giovanni Resolution*/ }
@media (width: 640px) and (max-height: 280px) {
  /*Giovanni Resolution*/ }

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