/* Clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: ' ';
  visibility: hidden;
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  letter-spacing: 1px;
  line-height: 1;
}
/* HTML5 display-role reset for older browsers */
body,
html {
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
div {
  box-sizing: border-box;
}
html.no-flexboxlegacy div {
  /* width: 100%; */
}
html.no-csstransforms .wTransition {
  display: none;
}
html.csstransforms .NoTransition {
  display: none;
}
html.no-flexbox .mobile {
  display: none !important;
}
.hide {
  display: none;
}
a {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
b {
  font-weight: bold;
}
@media (max-width: 700px) {
  .desktop {
    display: none !important;
  }
}
@media (min-width: 700px) {
  .mobile {
    display: none !important;
  }
}
.clear {
  clear: both!important;
  float: none!important;
  width: 0!important;
}
.no-overflow {
  overflow: hidden!important;
}
.lite-weight {
  font-weight: 300 !important;
}
.ttransition {
  transition: transform 0.4s cubic-bezier(0.1, 0.7, 0.1, 1);
}
.transition {
  transition: all 0.4s cubic-bezier(0.1, 0.7, 0.1, 1);
}
.btn {
  border-radius: 15px;
  cursor: pointer;
  padding: 6px 15px;
  border: 1px solid #fff;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: block;
  pointer-events: auto;
}
.btn.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.btn.ttransition:hover {
  transform: scale(1.1);
}
.flex {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.no-wrap {
  flex-wrap: nowrap;
}
.justaround {
  justify-content: space-around !important;
}
.fcolumn {
  flex-direction: column!important;
}
.fstart {
  justify-content: flex-start;
  align-items: flex-start;
}
.fend {
  justify-content: flex-end;
  align-items: flex-end;
}
.space-between {
  justify-content: space-between !important;
}
html.flexbox .grow1 {
  flex-grow: 1;
  width: 0;
}
@media only screen and (max-width: 700px) {
  html.flexbox .grow1 {
    width: 100%;
  }
}
.expand-transition,
.expand-enter-active {
  transition: all 0.25s ease;
  opacity: 1;
}
.expand-enter,
.expand-leave,
.expand-leave-active {
  opacity: 0;
  height: 0!important;
  padding: 0!important;
  overflow: hidden;
}
.expandY-transition {
  transition: transform 0.25s ease;
  transform: scaleY(1);
  transform-origin: 50% 0%;
}
.expandY-enter,
.expandY-leave {
  transform: scaleY(0);
}
.staggered-transition {
  transition: transform 0.3s ease-out;
  transform: translateX(0);
}
.staggered-leave {
  transform: translateX(-100%);
}
.noscrollbar {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow: -moz-scrollbars-none;
}
.noscrollbar::-webkit-scrollbar {
  width: 0 !important;
}
.cookie-policy-container {
  padding: 20px;
  text-align: center;
}
.cookie-policy-container a {
  color: hsl(19, 81%, 61%);
  text-decoration: underline;
  display: inline-block;
  padding: 5px 25px;
}
.cookie-policy-container .btn {
  background-color: hsl(19, 81%, 61%);
  display: inline-block;
  color: #fff;
}
.cookie-transition {
  transition: all 0.3s ease-out;
  height: auto;
}
.cookie-enter,
.cookie-leave {
  transform: translateY(-20px);
}
.contatti-container {
  padding: 80px 45px 80px 100px;
  margin-bottom: 40px;
  background-color: #ec804d;
  color: #fff;
}
.contatti-container .dx h5 {
  padding: 20px 0 10px;
}
@media only screen and (max-width: 700px) {
  .contatti-container {
    flex-direction: column;
  }
  .contatti-container .sx,
  .contatti-container .dx {
    width: 90%;
  }
  .contatti-container .sx {
    margin-bottom: 70px;
  }
  .contatti-container .dx {
    flex-direction: column;
  }
  .contatti-container .dx > div {
    margin: 15px auto;
  }
}
.alert-danger {
  background-color: red;
  background: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
  background-repeat: repeat-x;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid transparent;
  color: #fff;
  margin-bottom: 20px;
  color: #a94442;
  text-align: center;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
.rdcom-bg {
  background-color: hsl(19, 81%, 61%);
  color: #fff;
}
/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(/styles/ita/font/SourceSansPro-Light.ttf) format('truetype');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(/styles/ita/font/SourceSansPro-Light.ttf) format('truetype');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(/styles/ita/font/SourceSansPro-Light.ttf) format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(/styles/ita/font/SourceSansPro-Regular.ttf) format('truetype');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(/styles/ita/font/SourceSansPro-Regular.ttf) format('truetype');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(/styles/ita/font/SourceSansPro-Regular.ttf) format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
body,
textarea {
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  max-width: 100%;
  max-height: 100%;
}
i {
  font-style: italic;
}
#container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
select {
  -webkit-appearance: none;
  -miz-appearance: none;
}
input,
textarea {
  background: transparent;
  border: 1px solid #fff;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ddd;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #ddd;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #ddd;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ddd;
}
.horizontal-container {
  width: 100%;
  clear: both;
}
.horizontal-container > div {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  position: relative;
}
.horizontal-container nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 200px;
  width: 45px;
  box-sizing: border-box;
}
.horizontal-container nav a {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  z-index: 99;
  background: hsl(19, 81%, 51%);
}
.horizontal-container nav a:hover {
  transform: scale(2) !important;
}
.horizontal-container nav a.active {
  background: hsl(188, 53%, 52%);
}
.navbar-container {
  background-color: #e5e5e5;
}
#navbar {
  width: 90%;
  margin: 0 auto;
  height: 30px;
  white-space: nowrap;
  border-bottom: 1px solid hsl(19, 81%, 61%);
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  #navbar {
    width: 100%;
    padding: 0 10px;
  }
}
#navbar > div {
  width: auto;
}
#navbar input {
  background: #fff;
}
#navbar .social {
  max-width: 120px;
}
#navbar .social a {
  padding: 0 7px;
}
#navbar .social a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 960px) {
  #navbar .social {
    display: none;
  }
}
#navbar .login input[type="submit"] {
  background-color: hsl(19, 81%, 61%);
  color: #fff;
  width: auto;
  border-radius: 4px;
}
#navbar .login input {
  line-height: 16px;
  border: none;
  padding: 3px;
  margin: 2px;
  width: 125px;
}
#navbar .login a {
  color: #000;
  font-size: 9px;
  border-bottom: 1px dotted #000;
  line-height: 1em!important;
  margin-left: 3px;
}
#navbar .registra {
  overflow: hidden;
  border-radius: 4px;
}
@media (max-width: 1036px) {
  #navbar .registra span {
    display: none;
  }
}
#navbar .registra a {
  background-color: hsl(19, 81%, 81%);
  line-height: 20px;
  padding: 2px 5px;
  display: block;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 4px;
  margin: 0 10px;
}
#navbar .registra a[href] {
  background-color: hsl(19, 81%, 61%);
}
#navbar .rdcom-international-link {
  color: #000;
  border-bottom: 1px solid hsl(19, 81%, 61%);
}
html.no-flexbox #navbar > div {
  float: left;
  margin-right: 40px;
  line-height: 25px;
}
html.no-flexbox #navbar a {
  float: left;
  line-height: 25px;
}
#top {
  width: 90%;
  margin: auto;
  height: 90px;
}
@media only screen and (max-width: 960px) {
  #top {
    width: 100%;
    padding: 0 10px;
    height: auto !important;
  }
}
#top #logo {
  height: 90px;
  float: left;
  width: 200px;
}
#top #logo img {
  width: 200px;
  height: auto;
}
#top li {
  position: relative;
}
#top #menu {
  height: 90px;
}
#top #menu .btn {
  transition: all 0.4s ease-out;
  font-style: normal;
}
#top #menu .sub-menu {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  padding-top: 10px;
  width: 210px;
  position: absolute;
  top: 34px;
  left: 0px;
  background: #fff;
  color: #333;
  margin: auto;
  right: 0;
  z-index: 9;
}
#top #menu .sub-menu .btn {
  text-align: left;
}
#top #menu .sub-menu .btn .delineatore {
  margin-top: 10px;
}
#top #menu .sub-menu > a {
  display: block;
  padding: 12px;
  color: #333;
}
#top #menu .sub-menu > a:hover {
  background: #f3f3f3;
}
html.no-flexbox #top #menu .sub-menu {
  display: none;
}
#top #menu .mmSec {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
#top #menu .mmSec > .btn .delineatore {
  margin-top: 8px;
}
@media only screen and (max-width: 960px) {
  #top #menu .mmSec {
    padding-right: 0;
  }
}
html.no-flexbox #top #menu .mmSec {
  margin-left: 0!important;
}
#top #menu .mmSec.opened > .btn {
  /*text-shadow:2px 2px 9px fadeout(darken(@mainColor,50%),20%);*/
  color: hsl(19, 81%, 61%);
}
#top #menu .mmSec.opened .sub-menu {
  display: block!important;
  transform: scaleY(1) !important;
}
#top .btn {
  border-radius: 0;
  color: #000;
  text-align: center;
  margin: 0 auto;
  padding: 5px;
  display: block;
  line-height: 1em;
  border: none;
  font-size: 18px;
}
#top .btn:hover .delineatore {
  transform: scaleX(1);
}
@media only screen and (max-width: 960px) {
  #top .btn {
    font-size: 16px;
  }
}
#top .btn .delineatore {
  transform-origin: 0% 0%;
  width: 100%;
  height: 3px;
  background: hsl(19, 81%, 61%);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}
html.flexbox #top {
  justify-content: space-between;
}
html.flexbox #top #logo img {
  align-self: center;
}
html.flexbox #top #menu {
  align-self: flex-end;
}
html.no-flexbox #top #logo img {
  margin-top: 12px;
}
html.no-flexbox #top #menu {
  position: absolute;
  top: 35px;
  right: 15px;
  display: block;
  float: right;
}
html.no-flexbox #top #menu li {
  display: block;
  float: left;
  margin-left: 25px;
}
.splash {
  background-size: cover;
  background-position: center;
  padding: 13% 0;
  color: #fff;
  text-align: left;
}
.splash .banner {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 7% 15%;
  background-image: url(/images/bgSplashContent.png);
  background-repeat: repeat;
}
@media only screen and (max-width: 700px) {
  .splash .banner {
    padding: 7%;
  }
}
.splash .banner a {
  display: inline-block;
}
.splash .banner .title_small {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 10px;
  max-width: 85%;
}
.splash .banner .title_big {
  font-size: 60px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 10px;
}
.splash .banner h3 {
  font-size: 28px;
}
@media (max-width: 1280px) {
  .splash .banner .title_big {
    font-size: 52px;
  }
}
@media (max-width: 1024px) {
  .splash .banner .title_small {
    font-size: 26px;
    font-weight: 300;
  }
  .splash .banner .title_big {
    font-size: 44px;
  }
  .splash .banner h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 700px) {
  .splash .banner .title_small {
    font-size: 20px;
    max-width: 100%;
  }
  .splash .banner .title_big {
    font-size: 34px;
  }
}
.splash .banner .btn {
  width: 30%;
  border: none;
  border-radius: 15px;
  text-align: center;
  font-style: italic;
  background-color: #ec7e4b;
  padding: 1.5% 8%;
  margin-top: 10px;
}
@media only screen and (max-width: 700px) {
  .splash .banner .btn {
    width: auto;
    padding: 3% 8%;
  }
}
.splash-home {
  width: 100%;
  padding-bottom: 50%;
  overflow: hidden;
  max-height: 640px;
  position: relative;
  color: #fff;
  background-color: hsl(19, 81%, 61%);
}
@media (min-width: 1280px) {
  .splash-home h2 {
    font-size: 60px;
  }
  .splash-home h3 {
    font-size: 28px;
  }
  .splash-home h1 {
    font-size: 26px;
  }
}
@media (max-width: 1280px) {
  .splash-home h2 {
    font-size: 52px;
  }
}
@media (max-width: 1024px) {
  .splash-home h2 {
    font-size: 44px;
  }
  .splash-home h3 {
    font-size: 26px;
  }
  .splash-home h1 {
    font-size: 26px;
  }
}
.splash-home .sfondo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100%;
}
.splash-home .sfondo-IE8 {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
.splash-home .sfondo-IE8 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}
.splash-home img {
  height: 100%;
}
.splash-home .text {
  position: absolute;
  color: white;
  width: 26%;
  left: 18%;
  top: 0;
  font-style: italic;
  bottom: 0;
  margin: auto;
  height: 17%;
}
.splash-home .text b {
  font-weight: bold;
}
.splash-home .text h5 {
  margin-bottom: 2%;
}
.splash-home .text h1 {
  font-weight: bold;
  font-size: 300%;
}
.splash-home .splash-header,
.splash-home .banner {
  background-color: transparent!important;
  background-image: url('/images/bgSplashContent.png');
  background-repeat: repeat;
}
.splash-home .splash-header {
  width: 60%;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  padding: 5px 0;
  letter-spacing: 1px;
  position: absolute;
  top: 8%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.splash-home .splash-header h1 {
  font-size: 26px !important;
}
.splash-home .central-text {
  width: 100%;
  top: 25%;
  height: 0;
  padding: 12.5% 0;
  position: absolute;
  background-color: hsla(188, 53%, 62%, 0.8);
  color: #fff;
}
.splash-home .central-text > .flex {
  min-height: 200px;
  height: 100%;
  width: 100%;
}
html.no-flexbox .splash-home .central-text {
  background-image: url('/images/azureBG.png');
  padding: 3% 0 21%;
}
.splash-home .central-text .left-text,
.splash-home .central-text .right-text {
  width: 66%;
}
html.no-flexbox .splash-home .central-text .left-text,
html.no-flexbox .splash-home .central-text .right-text {
  padding-left: 150px;
  text-align: left;
}
html.no-flexbox .splash-home .central-text .left-text h2,
html.no-flexbox .splash-home .central-text .right-text h2 {
  font-size: 60px;
}
html.no-flexbox .splash-home .central-text .left-text h1,
html.no-flexbox .splash-home .central-text .right-text h1 {
  margin-bottom: 50px;
  font-size: 28px;
}
.splash-home .central-text .left-text h5,
.splash-home .central-text .right-text h5 {
  width: 60%;
  margin-right: -14%;
}
.splash-home .central-text .left-text h1,
.splash-home .central-text .right-text h1 {
  font-weight: 300;
  font-size: 28px;
  width: 85%;
}
.splash-home .central-text .left-text b,
.splash-home .central-text .right-text b {
  font-weight: bold;
}
.splash-home .central-text .left-text h2,
.splash-home .central-text .right-text h2 {
  font-weight: bold;
  font-style: italic;
}
.splash-home .central-text .btn {
  margin: 10px auto 0 17%;
  width: 30%;
  border: none;
  border-radius: 15px;
  padding: 0.8em 0;
  text-align: center;
  font-style: italic;
  background-color: hsl(19, 81%, 61%);
}
.splash-home .central-text .btn:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 700px) {
  .splash-home {
    padding-bottom: 0;
    max-height: initial;
  }
  .splash-home .central-text {
    padding: 45% 0;
    top: 15%;
    text-align: left;
  }
  .splash-home .central-text .left-text,
  .splash-home .central-text .right-text {
    margin-left: 0;
  }
  .splash-home .central-text .left-text {
    width: 90%;
  }
  .splash-home .central-text .left-text h2 {
    font-size: 44px;
  }
  .splash-home .central-text .right-text {
    width: 100%;
  }
  .splash-home .central-text .right-text h1 {
    margin: 5% auto 7% auto;
    font-size: 21px;
    width: 85%;
    padding: 0 10%;
  }
  .splash-home .central-text .right-text .btn {
    margin: 10px auto;
    width: 60%;
  }
}
@media only screen and (min-width: 480px) and (max-width:700px) {
  .splash-home {
    padding-bottom: 0;
  }
  .splash-home .central-text {
    padding: 30% 0;
    top: 0;
  }
  .splash-home .central-text .left-text h2 {
    font-size: 44px;
  }
  .splash-home .central-text .right-text h1 {
    margin: 15px auto 30px auto;
    font-size: 21px;
  }
  .splash-home .central-text .right-text .btn {
    margin: 10px auto;
    width: 60%;
  }
}
@media (min-width: 960px) {
  .splash-home .central-text .right-text h1 {
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  .splash-home .central-text .right-text h1 {
    font-size: 28px;
  }
}
html.no-flexboxlegacy .splash-home .central-text {
  padding: 12.5% 0;
}
.mobile-menu {
  position: absolute;
  top: 90px;
  background: #fff;
  height: 100%;
  height: 100vh;
  width: 250px;
  right: 0%;
  z-index: 9999;
  color: #333;
  transform: translateX(250px);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.9);
}
.mobile-menu.opened {
  transform: translateX(0px);
}
.mobile-menu .menu-wrap {
  display: block;
  width: 100%;
  /* .expand-enter defines the starting state for entering */
  /* .expand-leave defines the ending state for leaving */
}
.mobile-menu .menu-wrap li {
  display: block;
  margin: 0 auto;
  text-align: left;
  margin: 0 25px;
  border-bottom: 1px solid #000;
}
.mobile-menu .menu-wrap li a {
  color: #333;
  padding: 12px;
  font-size: 18px;
  font-weight: 300;
  display: block;
}
.mobile-menu .menu-wrap .sub-menu {
  transition: all 0.3s ease;
  display: block;
  overflow: hidden;
  background-color: #555;
  color: #fff;
}
.mobile-menu .menu-wrap .sub-menu a {
  display: block;
  padding: 10px 25px;
}
.mobile-menu .menu-wrap .expand-transition {
  transition: all 0.3s ease;
  padding: 10px;
  overflow: hidden;
}
.mobile-menu .menu-wrap .expand-enter,
.mobile-menu .menu-wrap .expand-leave {
  height: 0;
  padding: 0 10px;
  opacity: 0;
}
.text-block {
  width: 60%;
  margin: auto;
  padding: 60px 0;
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
}
.text-block h2 {
  line-height: 115%;
}
.text-block h4,
.text-block h3 {
  line-height: 120%;
  color: #4b4b4b;
}
.text-block p {
  line-height: 1.2;
}
@media only screen and (max-width: 700px) {
  .text-block {
    width: 90%;
    font-size: 16px;
  }
}
.vertical-text {
  background-color: hsl(19, 81%, 61%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  height: 100%;
  color: #fff;
  width: 10%;
  max-width: 65px;
}
.vertical-text i {
  font-style: italic;
  font-weight: bold;
  letter-spacing: 2px;
  transform: rotate(-90deg);
  white-space: nowrap;
  display: block;
}
html.no-flexbox .vertical-text {
  display: none;
}
.horizontal-text {
  text-align: center;
  padding: 15px;
  font-size: 24px;
  font-weight: bold;
}
.footer-container {
  background-color: #e5e5e5;
}
@media only screen and (max-width: 700px) {
  .logo-landing#top {
    max-width: auto;
    height: auto;
  }
  .logo-landing#top #logo {
    width: 150px;
    height: 60px;
  }
}
.footer-landing-min ul {
  text-align: center;
  margin: 0 auto;
}
.footer-landing-min ul li {
  display: inline-block;
  width: 100px;
  vertical-align: top;
  font-weight: bold;
  text-align: center;
  padding: 0 2%;
}
@media only screen and (max-width: 700px) {
  .footer-landing-min ul li {
    width: 80px;
  }
  .footer-landing-min ul li a {
    font-size: 12px;
  }
}
.footer-landing-min ul li a {
  display: block;
}
.footer-landing-min ul li img {
  margin-bottom: 10px;
}
@media only screen and (max-width: 960px) {
  .footer-landing-min ul li img {
    width: 40px;
  }
}
.footer-landing-min.under-footer {
  min-height: auto;
  padding: 2% 0;
}
.footer-landing-min-rdcom {
  background-color: #333;
  color: #cacaca;
  text-align: center;
  letter-spacing: 0;
  padding: 20px 0;
  font-size: 12px;
}
.footer-landing-min-rdcom a {
  letter-spacing: 0;
  color: #cacaca;
  text-decoration: underline;
}
.footer {
  width: 100%;
  padding: 30px 0;
  position: relative;
  /* Grid.less */
}
.footer .vertical-text {
  background: transparent!important;
  color: #4b4b4b !important;
  top: 0!important;
}
.footer .footer-col {
  width: 100%;
  margin: auto;
}
.footer .footer-col img {
  margin: 0 auto;
}
.footer .col-1 {
  padding: 10px 0;
}
.footer .row.footer-col {
  *zoom: 1;
}
.footer .row.footer-col:before,
.footer .row.footer-col:after {
  content: ' ';
  visibility: hidden;
  display: table;
}
.footer .row.footer-col:after {
  clear: both;
}
.footer .row.footer-col.center,
.footer .row.footer-col .center {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.footer .row.footer-col img {
  max-width: 100%;
}
.footer .row.footer-col .col-4 {
  clear: both;
  width: auto;
  margin-left: 7%;
  margin-right: 7%;
}
.footer .row.footer-col .col-3 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
  width: 61%;
  margin-left: 7%;
  margin-right: 7%;
}
.footer .row.footer-col .col-3.right {
  float: right;
}
.footer .row.footer-col .push-3 {
  margin-left: 82%;
}
.footer .row.footer-col.right .push-3 {
  margin-right: 82%;
}
.footer .row.footer-col .col-2 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
  width: 36%;
  margin-left: 7%;
  margin-right: 7%;
}
.footer .row.footer-col .col-2.right {
  float: right;
}
.footer .row.footer-col .push-2 {
  margin-left: 57%;
}
.footer .row.footer-col.right .push-2 {
  margin-right: 57%;
}
.footer .row.footer-col .col-1 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
  width: 11%;
  margin-left: 7%;
  margin-right: 7%;
}
.footer .row.footer-col .col-1.right {
  float: right;
}
.footer .row.footer-col .push-1 {
  margin-left: 32%;
}
.footer .row.footer-col.right .push-1 {
  margin-right: 32%;
}
@media (max-width: 700px) {
  .footer .row.footer-col .col-3 {
    float: none;
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
  }
  .footer .row.footer-col .col-3.right {
    float: none;
  }
  .footer .row.footer-col .col-2 {
    float: none;
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
  }
  .footer .row.footer-col .col-2.right {
    float: none;
  }
  .footer .row.footer-col .push-2 {
    margin-left: 7%;
    margin-right: 7%;
  }
  .footer .row.footer-col.right .push-2 {
    margin-left: 7%;
    margin-right: 7%;
  }
  .footer .row.footer-col .col-1 {
    float: none;
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
  }
  .footer .row.footer-col .col-1.right {
    float: none;
  }
  .footer .row.footer-col .push-1 {
    margin-left: 7%;
    margin-right: 7%;
  }
  .footer .row.footer-col.right .push-1 {
    margin-left: 7%;
    margin-right: 7%;
  }
}
@media only screen and (max-width: 700px) {
  .footer .footer-col {
    flex-direction: column;
    text-align: center;
  }
  .footer .footer-col .col-1 {
    margin: 15px auto;
  }
}
html.flexbox .sfondo-IE8 {
  display: none;
}
.under-footer {
  background-color: #4b4b4b;
  min-height: 240px;
  padding: 3% 0;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.4px;
}
.under-footer > div > .flex {
  padding: 0 2%;
  align-items: flex-start;
  border-right: 2px solid #858585;
  box-sizing: border-box;
}
.under-footer > div > .flex li {
  margin: 3px 0;
  width: 100%;
  margin: auto;
}
.under-footer > div > .flex .title {
  color: #fff;
  margin: 0 0 0 auto;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 auto 0;
  padding-bottom: 10px;
}
.under-footer > div > .flex .min-details {
  font-size: 12px;
  margin-top: 5px;
}
.under-footer > div > .flex .accept {
  padding: 10px 20px;
  font-size: 12px;
}
.under-footer > div > .flex input[type="text"] {
  background-color: #fff;
  color: #4b4b4b;
  display: block;
  width: 90%;
  margin: 0 auto;
  border-radius: 15px;
  box-sizing: border-box;
  font-size: 20px;
  padding: 6px;
  text-align: center;
}
.under-footer > div > .flex input[type="submit"] {
  background-color: transparent;
  border: 2px solid hsl(19, 81%, 61%);
  border-radius: 15px;
  color: #fff;
  padding: 6px;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  min-width: 120px;
}
html.no-flexbox .under-footer > div > .flex {
  width: 24%;
  float: left;
}
html.no-flexbox .under-footer > div > .flex .title {
  margin-bottom: 20px;
}
.under-footer > div .fooNL {
  border-bottom: 0 !important;
  border-right: 0 !important;
}
@media only screen and (max-width: 700px) {
  .under-footer > div {
    flex-direction: column;
  }
  .under-footer > div > .flex {
    height: auto;
    width: 90%;
    margin: 0 auto;
    border-bottom: 2px solid #858585;
    padding: 10px;
    border-right: none;
  }
  .under-footer > div > .flex input[type="text"] {
    padding: 3% 12%;
  }
  .under-footer > div .fooNL {
    border-bottom: 0 !important;
    border-right: 0 !important;
  }
}
.under-footer .social-icons .flex {
  margin-bottom: 10px;
  justify-content: space-around;
}
.under-footer .social-icons-landing .title {
  margin-bottom: 20px;
}
.under-footer .social-icons-landing li {
  margin: 10px;
}
.under-footer .social-icons-landing li img {
  vertical-align: middle;
}
.newsletter-container {
  /* Grid.less */
}
.newsletter-container .row.newsletter {
  *zoom: 1;
}
.newsletter-container .row.newsletter:before,
.newsletter-container .row.newsletter:after {
  content: ' ';
  visibility: hidden;
  display: table;
}
.newsletter-container .row.newsletter:after {
  clear: both;
}
.newsletter-container .row.newsletter.center,
.newsletter-container .row.newsletter .center {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.newsletter-container .row.newsletter img {
  max-width: 100%;
}
.newsletter-container .row.newsletter .col-3 {
  clear: both;
  width: auto;
}
.newsletter-container .row.newsletter .col-2 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
  width: 66.66666667%;
}
.newsletter-container .row.newsletter .col-2.right {
  float: right;
}
.newsletter-container .row.newsletter .col-2.pad {
  padding-left: 10px;
  padding-right: 10px;
}
.newsletter-container .row.newsletter .push-2 {
  margin-left: 66.66666667%;
}
.newsletter-container .row.newsletter.right .push-2 {
  margin-right: 66.66666667%;
}
.newsletter-container .row.newsletter .col-1 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
  width: 33.33333333%;
}
.newsletter-container .row.newsletter .col-1.right {
  float: right;
}
.newsletter-container .row.newsletter .col-1.pad {
  padding-left: 10px;
  padding-right: 10px;
}
.newsletter-container .row.newsletter .push-1 {
  margin-left: 33.33333333%;
}
.newsletter-container .row.newsletter.right .push-1 {
  margin-right: 33.33333333%;
}
@media (max-width: 700px) {
  .newsletter-container .row.newsletter .col-2 {
    float: none;
    width: 100%;
  }
  .newsletter-container .row.newsletter .col-2.pad {
    padding-left: 10px;
    padding-right: 10px;
  }
  .newsletter-container .row.newsletter .col-2.right {
    float: none;
  }
  .newsletter-container .row.newsletter .col-1 {
    float: none;
    width: 100%;
  }
  .newsletter-container .row.newsletter .col-1.pad {
    padding-left: 10px;
    padding-right: 10px;
  }
  .newsletter-container .row.newsletter .col-1.right {
    float: none;
  }
}
.newsletter-container > div {
  width: 90%;
  padding: 4% 3%;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .newsletter-container > div {
    width: 100%;
    padding: 4% 0;
  }
}
.newsletter-container h2 {
  font-weight: 300;
  /*font-size: 24px;*/
  padding: 2%;
}
.newsletter-container .newsletter {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: -2px;
}
.newsletter-container .newsletter .news-posts {
  background: #fff;
}
.newsletter-container .newsletter .news-post,
.newsletter-container .newsletter .formato {
  margin-top: 10px;
  border-width: 0 5px;
  border-color: #fff;
  border-style: solid;
  background-color: #fff;
  padding-bottom: 21.42857143%;
  background-size: cover;
  background-position: 50% 50%;
  width: 50%;
  position: relative;
  float: left;
  text-align: center;
  overflow: hidden;
  color: #fff;
}
.newsletter-container .newsletter .news-post > div,
.newsletter-container .newsletter .formato > div {
  width: 100%;
  height: 100%;
  background-image: url('/images/BlogPostBackground.png');
  background-repeat: repeat;
  position: absolute;
}
.newsletter-container .newsletter .news-post > div:hover,
.newsletter-container .newsletter .formato > div:hover {
  opacity: 0.7;
}
.newsletter-container .newsletter .news-post > div .title,
.newsletter-container .newsletter .formato > div .title {
  font-style: italic;
  font-size: 24px;
  font-weight: bold;
  display: block;
  width: 90%;
  margin: auto;
}
html.no-flexbox .newsletter-container .newsletter .news-post > div .title,
html.no-flexbox .newsletter-container .newsletter .formato > div .title {
  padding-top: 5%;
}
.newsletter-container .newsletter .news-post .descr,
.newsletter-container .newsletter .formato .descr {
  width: 70%;
  margin: auto;
  margin-top: 20px;
  display: block;
}
.newsletter-container .newsletter .news-post img,
.newsletter-container .newsletter .formato img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.newsletter-container .newsletter .first-post {
  padding-bottom: 42.85714286%;
  width: 100%;
  margin-top: 0;
}
html.no-flexbox .newsletter-container .newsletter .first-post .title {
  padding: 15% 0 0 0;
}
.newsletter-container .col-2 {
  border-width: 0 10px;
  border-color: #fff;
  border-style: solid;
}
@media only screen and (max-width: 700px) {
  .newsletter-container {
    margin-top: 40px;
  }
  .newsletter-container .newsletter .subscribe-thumb {
    padding-bottom: 0;
    position: relative;
  }
  .newsletter-container .newsletter .subscribe-thumb img {
    position: relative;
  }
  .newsletter-container .newsletter .news-post {
    width: 100%;
    padding-bottom: 40%;
  }
  .newsletter-container .newsletter .news-post .first-post {
    padding-bottom: 100%;
  }
  .newsletter-container .newsletter .news-post .first-post img {
    height: 100%;
    width: auto;
  }
}
.subscribe {
  text-align: center;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  margin: 0 auto;
}
.subscribe .subscribe-thumb {
  width: 100%;
  bottom: 54%;
}
.subscribe .subscribe-thumb img {
  width: 100%;
}
.subscribe .seguici {
  color: #000;
}
.subscribe h2 {
  width: 100%;
}
.subscribe h3 {
  padding: 5px 0 10px 0;
}
@media only screen and (max-width: 960px) and (min-width: 700px) {
  .subscribe h4 {
    display: none;
  }
}
.subscribe .social-icons {
  padding: 5% 0;
  flex-wrap: nowrap;
}
.subscribe .social-icons .btn {
  padding: 0;
  border: none;
}
@media only screen and (max-width: 960px) {
  .subscribe .social-icons .btn img {
    width: 90%;
  }
}
html.no-flexbox .subscribe .social-icons .btn {
  float: left;
  width: 24%;
}
.subscribe .news-form {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: hsl(19, 81%, 61%);
  height: 60%;
  color: white;
  overflow: hidden;
  padding: 2% 5%;
  flex-wrap: nowrap;
}
.subscribe .news-form form {
  width: 100%;
}
html.no-flexbox .subscribe .news-form h3 {
  padding: 0 0 10px 0;
}
html.no-flexbox .subscribe .news-form h4 {
  padding: 5px;
}
.subscribe .news-form h5 {
  font-weight: normal;
}
.subscribe .news-form h5 b {
  display: block;
  margin-top: 5px;
  font-size: 120%;
  font-weight: bold;
  font-style: italic;
}
.subscribe .news-form .intro {
  text-align: left;
  line-height: 1em;
  font-weight: 300;
  width: 90%;
  margin: 0 auto;
}
.subscribe .news-form input[type="text"],
.subscribe .news-form input[type="email"] {
  border: 1px solid white;
  background-color: hsla(0, 0%, 100%, 0.3);
  padding: 10px;
  text-align: center;
  margin: 7% auto 2% auto;
  width: 80%;
  color: white;
  font-size: 21px;
}
.subscribe .news-form input[type="text"]::-webkit-input-placeholder,
.subscribe .news-form input[type="email"]::-webkit-input-placeholder {
  color: #fff;
  font-style: italic;
  font-weight: 300;
}
.subscribe .news-form input[type="text"]:-moz-placeholder,
.subscribe .news-form input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-style: italic;
  font-weight: 300;
}
.subscribe .news-form input[type="text"]::-moz-placeholder,
.subscribe .news-form input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-style: italic;
  font-weight: 300;
}
.subscribe .news-form input[type="text"]:-ms-input-placeholder,
.subscribe .news-form input[type="email"]:-ms-input-placeholder {
  color: #fff;
  font-style: italic;
  font-weight: 300;
}
@media only screen and (max-width: 700px) {
  .subscribe .news-form {
    /*margin: 30px auto;*/
  }
}
.videoWrapper {
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 48.25%;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.confirm {
  padding: 10px;
}
.confirm > .flex {
  width: 100%;
}
.confirm .squaredCheck,
.confirm .newsletter-accept {
  display: inline-block;
  vertical-align: top;
  float: left;
}
.confirm .newsletter-accept {
  width: 80%;
  text-align: left;
  font-size: 10px;
  padding: 0 10px;
}
@media only screen and (max-width: 960px) and (min-width: 700px) {
  .confirm {
    flex-direction: column;
  }
}
html.no-flexbox .confirm {
  position: absolute;
  bottom: 2%;
  left: 2%;
}
html.no-flexbox .confirm input[type="checkbox"],
html.no-flexbox .confirm input[type="submit"],
html.no-flexbox .confirm .condizioni {
  float: left;
}
.confirm .checkbox {
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
}
html .confirm input[type="submit"] {
  background: hsl(19, 81%, 61%);
  border: none;
  width: 80%;
  color: white;
  padding: 2% 5%;
  font-weight: bold;
  border-radius: 8px;
  font-size: 1.8em;
  margin: 3% auto;
}
@media only screen and (max-width: 960px) {
  html .confirm input[type="submit"] {
    font-size: 1.5em;
  }
}
html .confirm input[type="submit"]:hover {
  cursor: pointer;
  opacity: 0.8;
}
.confirm input[type="submit"] {
  margin-top: 20px !important;
}
.errorMsg,
.dialog {
  transition: all 0.3s cubic-bezier(0.21, 0.34, 0.26, 2);
}
.errorMsg {
  transform: scaleY(0);
  opacity: 0.3;
  text-align: center;
  margin: 0 auto;
}
.errorMsg.show,
.dialog.show {
  display: flex;
  visibility: visible;
  transform: scaleY(1);
  opacity: 1;
}
.dialog {
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  z-index: 99;
  position: fixed;
  bottom: 0;
  left: 0;
  transform: scaleY(0);
  visibility: hidden;
}
.dialog .lost-password {
  display: flex !important;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.dialog .content {
  align-items: stretch;
  position: relative;
  min-height: 200px;
  width: 85%;
  color: #fff;
  background: hsl(19, 81%, 61%);
  min-width: 200px;
  max-width: 600px;
  border-radius: 15px;
  font-size: 21px;
  padding: 20px;
  letter-spacing: 0;
}
.dialog .content > div {
  height: 100%;
}
.dialog .content h1 {
  letter-spacing: 0;
  font-weight: bold;
}
.dialog .content p {
  letter-spacing: 0;
  margin-top: 10px;
}
.dialog .content .btn {
  margin: 0 auto;
  background: #fff;
  color: hsl(19, 81%, 61%);
  padding: 6px 20px;
  cursor: pointer;
}
.dialog .content .btn:hover {
  opacity: 0.7;
}
.dialog .content .close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.dialog .content .close:hover {
  opacity: 0.7;
}
html.no-rgba .dialog {
  display: none;
}
html.no-rgba .dialog.show {
  display: block;
  text-align: center;
}
/* Grid.less */
.row.grid4 {
  *zoom: 1;
}
.row.grid4:before,
.row.grid4:after {
  content: ' ';
  visibility: hidden;
  display: table;
}
.row.grid4:after {
  clear: both;
}
.row.grid4.center,
.row.grid4 .center {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.row.grid4 img {
  max-width: 100%;
}
.row.grid4 .col-4 {
  clear: both;
  width: auto;
  margin-left: 2%;
  margin-right: 2%;
}
.row.grid4 .col-3 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
  width: 71%;
  margin-left: 2%;
  margin-right: 2%;
}
.row.grid4 .col-3.right {
  float: right;
}
.row.grid4 .col-3.pad {
  padding-left: 5%;
  padding-right: 5%;
}
.row.grid4 .push-3 {
  margin-left: 77%;
}
.row.grid4.right .push-3 {
  margin-right: 77%;
}
.row.grid4 .col-2 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
}
.row.grid4 .col-2.right {
  float: right;
}
.row.grid4 .col-2.pad {
  padding-left: 5%;
  padding-right: 5%;
}
.row.grid4 .push-2 {
  margin-left: 52%;
}
.row.grid4.right .push-2 {
  margin-right: 52%;
}
.row.grid4 .col-1 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
  width: 21%;
  margin-left: 2%;
  margin-right: 2%;
}
.row.grid4 .col-1.right {
  float: right;
}
.row.grid4 .col-1.pad {
  padding-left: 5%;
  padding-right: 5%;
}
.row.grid4 .push-1 {
  margin-left: 27%;
}
.row.grid4.right .push-1 {
  margin-right: 27%;
}
@media (max-width: 700px) {
  .row.grid4 .col-3 {
    float: none;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .row.grid4 .col-3.pad {
    padding-left: 5%;
    padding-right: 5%;
  }
  .row.grid4 .col-3.right {
    float: none;
  }
  .row.grid4 .col-2 {
    float: none;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .row.grid4 .col-2.pad {
    padding-left: 5%;
    padding-right: 5%;
  }
  .row.grid4 .col-2.right {
    float: none;
  }
  .row.grid4 .push-2 {
    margin-left: 2%;
    margin-right: 2%;
  }
  .row.grid4.right .push-2 {
    margin-left: 2%;
    margin-right: 2%;
  }
  .row.grid4 .col-1 {
    float: none;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .row.grid4 .col-1.pad {
    padding-left: 5%;
    padding-right: 5%;
  }
  .row.grid4 .col-1.right {
    float: none;
  }
  .row.grid4 .push-1 {
    margin-left: 2%;
    margin-right: 2%;
  }
  .row.grid4.right .push-1 {
    margin-left: 2%;
    margin-right: 2%;
  }
}
.grid4 {
  padding: 0 60px 10% 60px;
}
.grid4 .col-1 {
  text-align: center;
}
.grid4 .col-1 .thumb {
  height: 80px;
}
.grid4 .col-1 .thumb img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
.grid4 .col-1 > div {
  width: 100%;
}
.grid4 h4 {
  font-weight: bold;
  margin: 15px 0;
}
.grid4 h6 {
  font-size: 14px;
  width: 100%;
  font-weight: 300px;
  line-height: 1.1em;
}
.grid4 img {
  width: 70px;
}
@media only screen and (max-width: 700px) {
  .grid4 .col-1 {
    flex-direction: row!important;
    text-align: left;
  }
  .grid4 .col-1 > div {
    padding: 0 5%;
    width: 70%;
    align-items: flex-start;
  }
}
/* SQUARED FOUR */
.squaredCheck {
  width: 20px;
  height: 20px;
  position: relative;
}
.squaredCheck label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  background: #fff;
}
.squaredCheck label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 3px solid hsl(19, 81%, 61%);
  border-top: none;
  color: #fff;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.squaredCheck label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.5;
}
.squaredCheck input[type=checkbox] {
  display: none;
}
.squaredCheck input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.squaredCheck input[type=radio] {
  display: none;
}
.squaredCheck input[type=radio]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.testimonial-container {
  width: 90%;
  margin: 20px auto;
}
.testimonial-container h3 {
  width: 80%;
  margin: 60px 0;
  color: hsl(19, 81%, 61%);
}
.testimonial-container h3 i {
  font-weight: bold;
}
.testimonial-container .testimonials {
  position: relative;
  overflow: hidden;
}
.testimonial-container .testimonials > div {
  width: 100%;
}
.testimonial-container .testimonials .testimonial {
  width: 100%;
}
.testimonial-container .testimonials .testimonial > div {
  width: 0;
}
.testimonial-container .testimonials .testimonial-logo {
  flex-grow: 2;
}
.testimonial-container .testimonials .testimonial-logo img {
  width: 50%;
}
.testimonial-container .testimonials .testimonial-text {
  color: #777;
  flex-grow: 3;
  line-height: 1.2em;
}
.testimonial-container .testimonials .firma {
  font-weight: bold;
  align-self: flex-start;
  color: #000;
  padding: 15px 0;
  font-size: 14px;
}
.testimonial-container .testimonials .roller {
  width: 100%;
  text-align: center;
  padding: 50px 20px;
}
.testimonial-container .testimonials .roller img {
  max-width: 100%;
  max-height: 100%;
  opacity: 0.4;
}
.testimonial-container .testimonials .roller img.selected {
  opacity: 0;
}
.testimonial-container .testimonials .selector {
  width: 100%;
  text-align: center;
  padding: 50px 20px;
}
.testimonial-container .testimonials .selector > i {
  display: inline-block;
  margin: 5px;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #000;
}
.testimonial-container .testimonials .selector > i.selected {
  background: #000;
}
html.no-rgba .testimonial-container .testimonials .selector {
  display: none;
}
html.no-flexbox .testimonial-container .testimonials .testimonial {
  display: table;
}
html.no-flexbox .testimonial-container .testimonials .testimonial .flex {
  width: 50%;
  float: left;
}
html.no-flexbox .testimonial-container .testimonials .testimonial-logo {
  text-align: center;
}
html.no-flexbox .testimonial-container .testimonials .testimonial-logo img {
  margin: 20px auto;
}
html.no-flexboxlegacy .testimonial-container .testimonials .testimonial-text p {
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .testimonial-container .testimonials {
    flex-direction: column;
  }
  .testimonial-container .testimonials .flex {
    width: 100%;
  }
  .testimonial-container .testimonials .testimonial-logo img {
    padding: 20px 0 60px 0;
  }
}
.servizi-container {
  /* Grid.less */
}
.servizi-container .row.formati-mobSpot {
  *zoom: 1;
}
.servizi-container .row.formati-mobSpot:before,
.servizi-container .row.formati-mobSpot:after {
  content: ' ';
  visibility: hidden;
  display: table;
}
.servizi-container .row.formati-mobSpot:after {
  clear: both;
}
.servizi-container .row.formati-mobSpot.center,
.servizi-container .row.formati-mobSpot .center {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.servizi-container .row.formati-mobSpot img {
  max-width: 100%;
}
.servizi-container .row.formati-mobSpot .col-3 {
  clear: both;
  width: auto;
}
.servizi-container .row.formati-mobSpot .col-2 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
  width: 66.66666667%;
}
.servizi-container .row.formati-mobSpot .col-2.right {
  float: right;
}
.servizi-container .row.formati-mobSpot .col-2.pad {
  padding-left: 10px;
  padding-right: 10px;
}
.servizi-container .row.formati-mobSpot .push-2 {
  margin-left: 66.66666667%;
}
.servizi-container .row.formati-mobSpot.right .push-2 {
  margin-right: 66.66666667%;
}
.servizi-container .row.formati-mobSpot .col-1 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
  width: 33.33333333%;
}
.servizi-container .row.formati-mobSpot .col-1.right {
  float: right;
}
.servizi-container .row.formati-mobSpot .col-1.pad {
  padding-left: 10px;
  padding-right: 10px;
}
.servizi-container .row.formati-mobSpot .push-1 {
  margin-left: 33.33333333%;
}
.servizi-container .row.formati-mobSpot.right .push-1 {
  margin-right: 33.33333333%;
}
@media (max-width: 700px) {
  .servizi-container .row.formati-mobSpot .col-2 {
    float: none;
    width: 100%;
  }
  .servizi-container .row.formati-mobSpot .col-2.pad {
    padding-left: 10px;
    padding-right: 10px;
  }
  .servizi-container .row.formati-mobSpot .col-2.right {
    float: none;
  }
  .servizi-container .row.formati-mobSpot .col-1 {
    float: none;
    width: 100%;
  }
  .servizi-container .row.formati-mobSpot .col-1.pad {
    padding-left: 10px;
    padding-right: 10px;
  }
  .servizi-container .row.formati-mobSpot .col-1.right {
    float: none;
  }
}
.servizi-container .formati-mobSpot {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 50%;
}
.servizi-container .formati-mobSpot .subscribe-thumb {
  bottom: 74%;
}
.servizi-container .formati-mobSpot h2 {
  width: 80%;
  font-style: italic;
}
.servizi-container .formati-mobSpot .formato {
  width: 100%;
  margin: 0;
  padding-bottom: 25%;
}
.servizi-container .formati-mobSpot .formato > div {
  border-width: 5px;
  border-style: solid;
  border-color: #fff;
  box-sizing: border-box;
}
.servizi-container .formati-mobSpot .subscribe .smslanding {
  min-height: 240px;
  width: 100%;
  height: 75%;
  padding: 2% 5%;
  border-bottom: 15px solid #fff;
}
.servizi-container .formati-mobSpot .subscribe .smslanding h4 {
  width: 100%;
}
.servizi-container .formati-mobSpot .subscribe .smslanding h5 {
  font-weight: 300;
  text-align: left;
  font-size: 12px;
  width: 100%;
}
.servizi-container .formati-mobSpot .subscribe .smslanding .btn {
  margin: 10px auto;
  padding: 12px;
  display: inline-block;
  width: 65%;
}
@media only screen and (max-width: 700px) {
  .servizi-container .formati-mobSpot {
    height: auto;
    padding-bottom: 0;
  }
  .servizi-container .formati-mobSpot .subscribe {
    width: calc(100% - 20px) !important;
    margin: 15px auto;
    top: 15px;
    position: relative;
  }
  .servizi-container .formati-mobSpot .subscribe > img {
    padding-top: 20px;
    width: 100%;
  }
  .servizi-container .formati-mobSpot .subscribe .smslanding {
    position: relative;
  }
  .servizi-container .formati-mobSpot .subscribe .smslanding h5 {
    margin: 15px auto;
    font-size: 15px;
  }
}
html.no-flexbox .servizi-container .formato h2 {
  padding: 10%;
}
html.no-flexbox .servizi-container .subscribe .smslanding {
  display: table;
}
html.no-flexbox .servizi-container .subscribe .smslanding h3,
html.no-flexbox .servizi-container .subscribe .smslanding h4,
html.no-flexbox .servizi-container .subscribe .smslanding h5 {
  display: table-row;
}
html.no-flexbox .servizi-container .subscribe .smslanding .btn {
  margin: 10px;
}
.input-wrap {
  position: relative;
  float: left;
  width: 45%;
  margin-bottom: 20px;
}
.input-wrap label {
  position: absolute;
  white-space: nowrap;
  left: 50%;
  top: -9px;
  transform: translateX(-50%);
  background-color: #fff;
  display: inline-table;
  height: 10px;
}
.input-wrap label:first-letter {
  text-transform: uppercase;
}
.input-wrap input,
.input-wrap select,
.input-wrap textarea {
  border: 1px solid hsl(19, 81%, 61%);
  padding: 12px 0;
  width: 100%;
  text-align: center;
  font-size: 19px;
}
.mobSpot-bg {
  background-color: hsl(188, 53%, 62%) !important;
}
.mobMail-bg {
  background-color: hsl(211, 53%, 56%) !important;
}
.mobGate-bg {
  background-color: hsl(267, 29%, 60%) !important;
}
.maintitle_nosplash h1 {
  font-size: 46px !important;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin: 30px auto 0;
}
@media only screen and (max-width: 700px) {
  .maintitle_nosplash h1 {
    font-size: 28px !important;
    margin: 20px auto 0;
  }
}
.trattino {
  height: 0px;
  width: 10vw;
  max-width: 100px;
  border: 2px solid hsl(19, 81%, 61%);
  margin: 10px auto;
}
.mobile-menu-icon {
  cursor: pointer;
  transition: transform 0.2s linear;
  padding: 10px;
}
.mobile-menu-icon:hover {
  transform: scale(0.7);
}
.form-contatto {
  background-color: hsl(188, 53%, 62%);
  margin-bottom: 40px;
  padding-bottom: 0;
  color: #fff;
}
.form-contatto .content {
  border-width: 30px 60px;
  border-style: solid;
  border-color: transparent;
  box-sizing: border-box;
}
.form-contatto .content > div {
  width: 50%;
  float: left;
}
.form-contatto .content > div h2 {
  font-size: 26px;
  margin: 0;
}
.form-contatto .content > div h2 p {
  text-align: center;
}
.form-contatto .content .trial-form {
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  box-sizing: border-box;
}
.form-contatto .content .trial-form h2 {
  text-align: center;
  font-style: italic;
  font-weight: bold;
  width: 80%;
}
.form-contatto .content .trial-form form {
  margin: 25px auto;
}
.form-contatto .content .trial-form form input,
.form-contatto .content .trial-form form textarea {
  display: block;
}
.form-contatto .content .trial-form input[type="text"],
.form-contatto .content .trial-form input[type="email"],
.form-contatto .content .trial-form input[type="number"],
.form-contatto .content .trial-form textarea {
  background: transparent;
  border: 1px solid #fff;
  padding: 10px;
  text-align: center;
  width: 80%;
  color: #fff;
  margin: 5% auto;
}
.form-contatto .content .trial-form input[type="text"]::-webkit-input-placeholder,
.form-contatto .content .trial-form input[type="email"]::-webkit-input-placeholder,
.form-contatto .content .trial-form input[type="number"]::-webkit-input-placeholder,
.form-contatto .content .trial-form textarea::-webkit-input-placeholder {
  color: hsl(188, 53%, 82%);
  font-style: italic;
}
.form-contatto .content .trial-form .confirm {
  width: 80%;
  position: relative;
  margin: 5px auto;
}
.form-contatto .content .trial-form .confirm span {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
  float: left;
  max-height: 50px;
  font-size: 9px!important;
  line-height: 10px!important;
}
.form-contatto .content .trial-form .confirm input[type="checkbox"] {
  float: left;
}
.form-contatto .content .trial-form .trial-invia {
  background-color: transparent;
  border: none;
  color: white;
  font-weight: bold;
  font-size: 1.4em;
  padding-top: 10px;
  text-align: right;
  margin: 0 auto;
  width: 80%;
}
.form-contatto .content .trial-form .trial-invia:hover {
  cursor: pointer;
  opacity: 0.8;
}
.form-contatto .content .trial-text h2 {
  width: 100%;
  font-weight: 300;
  padding-bottom: 40px;
}
.form-contatto .content .trial-text img {
  width: 100%;
  height: auto;
}
.form-contatto .content .contatti {
  width: 115%;
}
.form-contatto .content .contatti .col-1 {
  margin-top: 20px;
  text-align: center;
}
.form-contatto .content .contatti img {
  max-height: 60%;
  width: auto;
  display: block;
  margin: auto;
}
.form-contatto .content .contatti h5 {
  width: 100%;
  margin: 10px 3px;
}
.form-contatto .content .contatti h4 {
  white-space: nowrap;
}
@media only screen and (max-width: 700px) {
  .form-contatto .content .contatti h4 {
    font-size: 14px;
  }
}
html.no-flexbox .form-contatto .content .contatti .col-1 {
  float: left;
  width: 33%;
}
@media only screen and (max-width: 700px) {
  .form-contatto .content {
    border-width: 30px 0 30px 40px;
    flex-direction: column;
  }
  .form-contatto .content .contatti {
    flex-direction: column;
  }
  .form-contatto .content .trial-text,
  .form-contatto .content .trial-form {
    float: none;
    width: 90%;
    border: none;
    margin: auto;
  }
  .form-contatto .content .trial-form {
    margin-bottom: 50px;
  }
  .form-contatto .content .trial-form .trial-invia {
    text-align: center;
  }
}
html.no-flexbox .form-contatto .content {
  display: table;
}
html.no-flexbox .form-contatto .content .trial-form {
  border: none;
}
html.no-flexbox .form-contatto .content .trial-text h2 {
  margin-bottom: 70px;
  text-align: center;
}
#cart {
  height: 80px;
  width: 80px;
  z-index: 97;
  background: #fff;
  border-radius: 50%;
  top: 0px;
  right: 100px;
}
@media only screen and (max-width: 700px) {
  #cart {
    height: 60px;
    width: 60px;
    margin-top: 10px;
    margin-left: 15px;
  }
}
#cart #cartBtn {
  cursor: pointer;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  color: hsl(19, 81%, 61%);
  background-color: #fbe5db;
}
@media only screen and (max-width: 700px) {
  #cart #cartBtn {
    height: 60px;
    width: 60px;
  }
}
#cart #cartBtn img {
  height: 30px;
  margin: auto 0 auto 5px;
}
@media only screen and (max-width: 700px) {
  #cart #cartBtn img {
    height: 20px;
  }
}
#cart #cartBtn b {
  font-size: 22px;
}
.mobile-shop {
  display: none;
}
@media only screen and (max-width: 700px) {
  .mobile-shop {
    display: inline-block;
  }
}
#show-cart.show {
  transform: scaleY(1);
}
#show-cart {
  position: relative;
  top: -20px;
  background-color: #ff6f2c;
  transform: scaleY(0);
  transform-origin: 0 0;
  width: 285px;
  right: 175px;
  padding: 1px 6px;
}
#show-cart > div {
  box-shadow: inset 3px 3px 15px hsla(19, 81%, 31%, 0.2), inset -3px -3px 15px hsla(19, 81%, 31%, 0.2);
  width: 100%;
  min-height: 300px;
  background: #fff;
  margin: 5px auto;
  position: static;
  border-radius: 10px;
}
#show-cart h6 {
  font-size: 15px;
  color: #444;
  letter-spacing: 2px;
  margin: 0 20px;
}
#show-cart .cart-item {
  padding: 15px 10px;
  border-bottom: 1px solid #DDD;
  width: 85%;
  margin: 0 auto;
}
#show-cart .cart-item > div {
  width: 81%;
}
#show-cart .totale-euro {
  font-weight: 600;
}
#show-cart .btn,
#show-cart .btn:hover {
  background-color: transparent;
  transform: scale(1);
  border: none;
}
#show-cart #cartBtnCollapse {
  margin: 0 24px;
}
#show-cart .cart-icon:hover {
  transform: scale(1.5);
}
#show-cart .to-cart {
  margin: 10px auto;
  display: block;
  color: hsl(19, 81%, 61%);
  border: 1px solid hsl(19, 81%, 61%);
  border-radius: 5px;
  padding: 6px 15px;
}
#show-cart .to-cart:hover {
  background: hsl(19, 81%, 61%);
  color: #fff;
  border: 1px solid hsl(19, 81%, 61%);
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 22px;
}
@media only screen and (min-width: 700px) {
  .subscribe {
    position: absolute;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 23px;
  }
  h3 {
    font-size: 19px;
  }
  h4 {
    font-size: 14px;
  }
  h5 {
    font-size: 12px;
  }
}
@media (min-width: 960px) {
  h2 {
    font-size: 28px;
    line-height: 1.3em;
  }
  h3,
  h1 {
    font-size: 22px;
    line-height: 1.2em;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 15px;
  }
  .splash2 .text a {
    font-size: 32px;
  }
}
.errored input,
.errored select {
  box-shadow: inset 0px 0px 1px 2px #ff0000, 0 0px 0px #FFF, 0 0px 0 #FFF;
}
#offerta {
  position: absolute;
  top: 40px;
  right: 80px;
  z-index: 999999;
}
#offerta a {
  color: #fff;
}
#offerta div {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  padding: 40px;
  border-radius: 500px;
  background: #f16725;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  transform: rotate(5deg);
}
@media (max-width: 990px) {
  #offerta div {
    font-size: 1.2em;
    width: 150px;
    height: 150px;
    padding: 25px;
  }
}
.truelist {
  list-style: disc inside none;
  padding: 10px;
}
.secTxtLanding {
  padding: 2% 5%;
}
.secTxtLanding h2 {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  line-height: 1.2em;
}
.secTxtLanding .descr {
  padding-top: 10px;
  line-height: 1.4em;
  color: #333;
}
.main-color {
  color: hsl(19, 81%, 61%);
}
.rdcom {
  font-weight: bold;
  color: hsl(19, 81%, 61%);
}
.mobspotLink {
  font-weight: bold;
  color: #6bc4d1;
}
.iconDescr {
  width: 100%;
  font-weight: 300;
  overflow: hidden;
  display: block;
  color: #777;
  margin-top: 10px;
  letter-spacing: 0px;
  font-size: 16px;
  padding-bottom: 2px;
}
.iconTitle {
  font-size: 16px;
  font-weight: bold;
}
.fooAddress {
  font-size: 14px;
}
.fooLinks {
  font-size: 16px;
}
.fooSection {
  align-items: stretch !important;
}
.fooNL {
  flex-wrap: nowrap;
}
.reg-form {
  background: #fff;
  border-radius: 15px;
  padding: 5%;
  box-sizing: border-box;
  width: 60%;
  margin: -18% auto 0;
  display: block;
  border: 1px solid hsl(19, 81%, 61%);
}
.reg-form h2 {
  color: hsl(19, 81%, 61%);
}
.reg-form h4 {
  padding: 16px 0;
}
.reg-form .input-wrap {
  width: 90%;
  float: none;
  clear: both;
  margin: 10px auto;
}
.reg-form .btn {
  padding: 10px 30px;
  font-size: 17px;
}
@media only screen and (max-width: 700px) {
  .reg-form {
    width: 80%;
  }
}
@media only screen and (min-width: 700px) {
  .reg-form {
    width: 50%;
    right: -20%;
    position: relative;
    margin-top: -34%;
  }
}
@media only screen and (min-width: 700px) {
  .landing-splash .left-text {
    width: 40%!important;
    align-self: flex-start;
    margin-left: 5%;
  }
}
.linkOrange {
  color: hsl(19, 81%, 61%);
}
.landPrivText {
  font-size: 12px;
}
.breadcrumbs {
  letter-spacing: 0;
  padding: 20px 0;
  color: #4b4b4b;
  font-weight: 600;
}
.breadcrumbs a {
  font-size: 16px;
  color: #4b4b4b;
  letter-spacing: 0;
  text-decoration: underline;
}
@media only screen and (max-width: 1300px) {
  .breadcrumbs {
    padding-left: 10px !important;
  }
}
@media only screen and (max-width: 700px) {
  .breadcrumbs {
    padding: 10px 10px 0 10px !important;
    font-size: 12px !important;
  }
  .breadcrumbs a {
    font-size: 12px !important;
  }
}
.home2 .sfondo {
  width: calc(100% - 65px);
  margin-left: 65px;
}
.home2 h2 {
  align-self: flex-start;
}
.home2 .rightBanner {
  left: 65%;
}
.home2 .text {
  /*top:8%;*/
}
@media only screen and (max-width: 700px) {
  .home2 .leftBanner,
  .home2 .rightBanner {
    position: relative;
    width: 100%;
    left: 0;
    padding: 15%;
  }
  .home2 .leftBanner::before,
  .home2 .rightBanner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(19, 81%, 61%, 0.8);
  }
  .home2 .leftBanner h2,
  .home2 .rightBanner h2 {
    font-size: 42px;
  }
  .home2 .leftBanner h2,
  .home2 .rightBanner h2,
  .home2 .leftBanner h5,
  .home2 .rightBanner h5 {
    transform: translate(0, 0);
  }
  .home2 .leftBanner {
    background-size: cover;
  }
  .home2 .rightBanner {
    background-size: cover;
  }
}
#page.home .splash-header {
  width: 100%;
  background-image: none;
  padding: 0;
}
#page.home .splash-header p {
  display: inline-block;
  padding: 5px 10px;
  background-color: transparent!important;
  background-image: url('/images/bgSplashContent.png');
  background-repeat: repeat;
}
@media only screen and (min-width: 480px) and (max-width:700px) {
  #page.home .splash {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 700px) {
  #page.home .splash {
    padding-bottom: 0;
  }
}
#page.home .splash1 .sfondo {
  /*background-image: url('/images/splash1.png')*/
}
#page.home .splash1 .banner {
  position: absolute;
  bottom: 12%;
  height: 56%;
  width: 100%;
}
#page.home .splash1 .banner h2 {
  padding-top: 5%;
  width: 60%;
  margin: auto;
}
#page.home .splash1 .banner .leftBanner,
#page.home .splash1 .banner .rightBanner {
  width: 50%;
  float: left;
  height: 100%;
  text-align: center;
  position: relative;
}
@media (min-width: 1280px) {
  #page.home .splash1 .banner .leftBanner h2,
  #page.home .splash1 .banner .rightBanner h2 {
    font-size: 36px;
  }
  #page.home .splash1 .banner .leftBanner h1,
  #page.home .splash1 .banner .rightBanner h1 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  #page.home .splash1 .banner .leftBanner h2,
  #page.home .splash1 .banner .rightBanner h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  #page.home .splash1 .banner .leftBanner h2,
  #page.home .splash1 .banner .rightBanner h2 {
    font-size: 30px;
  }
  #page.home .splash1 .banner .leftBanner h1,
  #page.home .splash1 .banner .rightBanner h1 {
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  #page.home .splash1 .banner .leftBanner h2,
  #page.home .splash1 .banner .rightBanner h2 {
    font-size: 26px;
    line-height: 110%;
  }
  #page.home .splash1 .banner .leftBanner h1,
  #page.home .splash1 .banner .rightBanner h1 {
    font-size: 22px;
  }
}
@media (max-width: 800px) {
  #page.home .splash1 .banner .leftBanner h2,
  #page.home .splash1 .banner .rightBanner h2 {
    font-size: 24px;
  }
  #page.home .splash1 .banner .leftBanner h1,
  #page.home .splash1 .banner .rightBanner h1 {
    font-size: 22px;
  }
}
#page.home .splash1 .banner .leftBanner .btn,
#page.home .splash1 .banner .rightBanner .btn {
  position: absolute;
  bottom: 10%;
  width: 40%;
  border: 2px solid white;
  border-radius: 15px;
  padding: 0.6em;
  text-align: center;
  display: block;
}
#page.home .splash1 .banner .leftBanner .btn:hover,
#page.home .splash1 .banner .rightBanner .btn:hover {
  background: hsla(0, 0%, 100%, 0.2);
}
#page.home .splash1 .banner h2 {
  font-weight: 300;
  line-height: 120%;
}
@media only screen and (max-width: 700px) {
  #page.home .splash1 .banner {
    position: relative;
  }
  #page.home .splash1 .banner .leftBanner {
    background-size: cover;
  }
  #page.home .splash1 .banner .rightBanner {
    background-size: cover;
  }
  #page.home .splash1 .banner .leftBanner,
  #page.home .splash1 .banner .rightBanner {
    width: 100%;
    height: auto;
  }
  #page.home .splash1 .banner .leftBanner::before,
  #page.home .splash1 .banner .rightBanner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(19, 81%, 61%, 0.8);
  }
  #page.home .splash1 .banner .leftBanner h2,
  #page.home .splash1 .banner .rightBanner h2 {
    padding: 0;
    padding: 20% 0;
  }
  #page.home .splash1 .banner .leftBanner h2,
  #page.home .splash1 .banner .rightBanner h2,
  #page.home .splash1 .banner .leftBanner h4,
  #page.home .splash1 .banner .rightBanner h4 {
    z-index: 99;
    transform: translate(0, 0);
  }
  #page.home .splash1 .banner .leftBanner h4,
  #page.home .splash1 .banner .rightBanner h4 {
    position: relative;
    bottom: 40px;
  }
  #page.home .splash1 .banner .leftBanner .btn,
  #page.home .splash1 .banner .rightBanner .btn {
    z-index: 99;
    border: none;
    font-weight: bold;
    text-align: right;
    margin-right: 20px;
  }
}
#page.home .row.griglia6 {
  padding: 0 60px;
}
#page.home .row.griglia6 .col-1 {
  flex-wrap: wrap;
  text-align: left;
  align-self: stretch;
}
@media only screen and (min-width: 700px) {
  #page.home .row.griglia6 .col-1:nth-child(4),
  #page.home .row.griglia6 .col-1:nth-child(5),
  #page.home .row.griglia6 .col-1:nth-child(6) {
    padding: 80px 0;
  }
  #page.home .row.griglia6 .col-1 .flex {
    height: 100%;
    min-height: 160px;
  }
}
#page.home .row.griglia6 .col-1 .descr p {
  padding-bottom: 15px;
}
#page.home .row.griglia6 .col-1 .descr span {
  width: 100%;
  font-weight: 300;
  overflow: hidden;
  display: block;
  color: #777;
  margin-top: 10px;
  letter-spacing: 0px;
}
@media only screen and (max-width: 700px) {
  #page.home .row.griglia6 {
    margin-bottom: 80px;
  }
}
html.no-flexbox #page.home {
  /* Grid.less */
}
html.no-flexbox #page.home .row.griglia6 {
  *zoom: 1;
}
html.no-flexbox #page.home .row.griglia6:before,
html.no-flexbox #page.home .row.griglia6:after {
  content: ' ';
  visibility: hidden;
  display: table;
}
html.no-flexbox #page.home .row.griglia6:after {
  clear: both;
}
html.no-flexbox #page.home .row.griglia6.center,
html.no-flexbox #page.home .row.griglia6 .center {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
html.no-flexbox #page.home .row.griglia6 img {
  max-width: 100%;
}
html.no-flexbox #page.home .row.griglia6 .col-3 {
  clear: both;
  width: auto;
  margin-left: 2.5%;
  margin-right: 2.5%;
}
html.no-flexbox #page.home .row.griglia6 .col-2 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
  width: 61.66666667%;
  margin-left: 2.5%;
  margin-right: 2.5%;
}
html.no-flexbox #page.home .row.griglia6 .col-2.right {
  float: right;
}
html.no-flexbox #page.home .row.griglia6 .col-2.pad {
  padding-left: 0px;
  padding-right: 0px;
}
html.no-flexbox #page.home .row.griglia6 .push-2 {
  margin-left: 69.16666667%;
}
html.no-flexbox #page.home .row.griglia6.right .push-2 {
  margin-right: 69.16666667%;
}
html.no-flexbox #page.home .row.griglia6 .col-1 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
  width: 28.33333333%;
  margin-left: 2.5%;
  margin-right: 2.5%;
}
html.no-flexbox #page.home .row.griglia6 .col-1.right {
  float: right;
}
html.no-flexbox #page.home .row.griglia6 .col-1.pad {
  padding-left: 0px;
  padding-right: 0px;
}
html.no-flexbox #page.home .row.griglia6 .push-1 {
  margin-left: 35.83333333%;
}
html.no-flexbox #page.home .row.griglia6.right .push-1 {
  margin-right: 35.83333333%;
}
@media (max-width: 700px) {
  html.no-flexbox #page.home .row.griglia6 .col-2 {
    float: none;
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  html.no-flexbox #page.home .row.griglia6 .col-2.pad {
    padding-left: 0px;
    padding-right: 0px;
  }
  html.no-flexbox #page.home .row.griglia6 .col-2.right {
    float: none;
  }
  html.no-flexbox #page.home .row.griglia6 .col-1 {
    float: none;
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  html.no-flexbox #page.home .row.griglia6 .col-1.pad {
    padding-left: 0px;
    padding-right: 0px;
  }
  html.no-flexbox #page.home .row.griglia6 .col-1.right {
    float: none;
  }
  html.no-flexbox #page.home .row.griglia6 .push-1 {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  html.no-flexbox #page.home .row.griglia6.right .push-1 {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}
html.no-flexbox #page.home .row.griglia6 .col-1 {
  float: left!important;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
html.no-flexbox #page.home .row.griglia6 .col-1 .icona {
  clear: both;
  text-align: center;
  margin-bottom: 20px;
}
html.flexbox #page.home .griglia6 {
  flex-wrap: wrap;
}
html.flexbox #page.home .griglia6 .col-1 {
  width: 30%;
}
html.flexbox #page.home .griglia6 .col-1 .icona {
  flex-grow: 2;
  width: 0;
}
html.flexbox #page.home .griglia6 .col-1 .icona img {
  max-width: 80%;
}
html.flexbox #page.home .griglia6 .col-1 .descr {
  flex-grow: 3;
  width: 0;
}
html.flexbox #page.home .griglia6 .col-1 .descr b {
  display: block;
  align-self: flex-start;
}
html.flexbox #page.home .griglia6 .col-1 .descr span {
  margin: auto;
}
@media only screen and (max-width: 700px) {
  html.flexbox #page.home .griglia6 {
    flex-direction: column;
  }
  html.flexbox #page.home .griglia6 .col-1 {
    width: 100%;
    margin: 10px auto;
  }
}
#page.home .splash3,
#page.home .splash-mobSpot3 {
  overflow: hidden;
  /* Grid.less */
}
#page.home .splash3 .row.grid2,
#page.home .splash-mobSpot3 .row.grid2 {
  *zoom: 1;
}
#page.home .splash3 .row.grid2:before,
#page.home .splash-mobSpot3 .row.grid2:before,
#page.home .splash3 .row.grid2:after,
#page.home .splash-mobSpot3 .row.grid2:after {
  content: ' ';
  visibility: hidden;
  display: table;
}
#page.home .splash3 .row.grid2:after,
#page.home .splash-mobSpot3 .row.grid2:after {
  clear: both;
}
#page.home .splash3 .row.grid2.center,
#page.home .splash-mobSpot3 .row.grid2.center,
#page.home .splash3 .row.grid2 .center,
#page.home .splash-mobSpot3 .row.grid2 .center {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
#page.home .splash3 .row.grid2 img,
#page.home .splash-mobSpot3 .row.grid2 img {
  max-width: 100%;
}
#page.home .splash3 .row.grid2 .col-2,
#page.home .splash-mobSpot3 .row.grid2 .col-2 {
  clear: both;
  width: auto;
}
#page.home .splash3 .row.grid2 .col-1,
#page.home .splash-mobSpot3 .row.grid2 .col-1 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
  width: 50%;
}
#page.home .splash3 .row.grid2 .col-1.right,
#page.home .splash-mobSpot3 .row.grid2 .col-1.right {
  float: right;
}
#page.home .splash3 .row.grid2 .push-1,
#page.home .splash-mobSpot3 .row.grid2 .push-1 {
  margin-left: 50%;
}
#page.home .splash3 .row.grid2.right .push-1,
#page.home .splash-mobSpot3 .row.grid2.right .push-1 {
  margin-right: 50%;
}
@media (max-width: 700px) {
  #page.home .splash3 .row.grid2 .col-1,
  #page.home .splash-mobSpot3 .row.grid2 .col-1 {
    float: none;
    width: 100%;
  }
  #page.home .splash3 .row.grid2 .col-1.right,
  #page.home .splash-mobSpot3 .row.grid2 .col-1.right {
    float: none;
  }
}
#page.home .splash3 .left-image,
#page.home .splash-mobSpot3 .left-image {
  position: absolute;
  height: 100%;
}
#page.home .splash3 .left-image img,
#page.home .splash-mobSpot3 .left-image img {
  height: 100%;
  float: right;
  max-width: 100%;
}
#page.home .splash3 .right-text,
#page.home .splash-mobSpot3 .right-text {
  position: absolute;
  right: 0;
  height: 100%;
  width: 45%;
  background-color: hsl(19, 81%, 66%);
  color: #fff;
  padding: 0 5%;
  font-weight: 300;
}
#page.home .splash3 .right-text h2,
#page.home .splash-mobSpot3 .right-text h2 {
  width: 100%;
  font-size: 21px;
}
html.no-flexbox #page.home .splash3 .right-text h2,
html.no-flexbox #page.home .splash-mobSpot3 .right-text h2 {
  margin-top: 20%;
}
html.no-flexbox #page.home .splash3 .right-text .links,
html.no-flexbox #page.home .splash-mobSpot3 .right-text .links {
  position: absolute;
  bottom: 5%;
  left: 5%;
}
html.no-flexbox #page.home .splash3 .right-text .links .btn,
html.no-flexbox #page.home .splash-mobSpot3 .right-text .links .btn {
  float: left;
}
#page.home .splash3 .right-text .links,
#page.home .splash-mobSpot3 .right-text .links {
  width: 100%;
}
#page.home .splash3 .right-text .btn,
#page.home .splash-mobSpot3 .right-text .btn {
  display: block;
  width: 38%;
  text-align: center;
  font-weight: 400;
  font-style: italic;
  border: 1px solid white;
  border-radius: 15px;
  padding: 12px;
}
@media only screen and (max-width: 700px) {
  #page.home .splash3 .right-text,
  #page.home .splash-mobSpot3 .right-text {
    padding: 0 0 25px 0%;
  }
  #page.home .splash3 .right-text h2,
  #page.home .splash-mobSpot3 .right-text h2 {
    width: 90%;
    padding: 35px;
    font-size: 22px;
  }
  #page.home .splash3 .right-text .links,
  #page.home .splash-mobSpot3 .right-text .links {
    flex-direction: column;
  }
  #page.home .splash3 .right-text .links a,
  #page.home .splash-mobSpot3 .right-text .links a {
    width: 60%;
    margin: 10px auto;
  }
}
@media (min-width: 1100px) {
  #page.home .home2 .text a {
    font-size: 50px;
  }
  #page.home .banner h2 {
    font-size: 36px!important;
    line-height: 44px!important;
  }
}
@media (min-width: 1280px) {
  #page.home .banner h2 {
    font-size: 40px!important;
    line-height: 50px!important;
  }
  #page.home .home2 .text a {
    font-size: 55px;
  }
  #page.home h1 {
    font-size: 26px;
  }
  #page.home h2 {
    font-size: 28px;
  }
  #page.home h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 700px) {
  #page.home .splash3 {
    padding-bottom: 40%;
  }
}
@media only screen and (max-width: 700px) {
  #page.home .splash-home .splash-header {
    width: 100%;
    position: relative;
  }
  #page.home .desktop {
    display: none !important;
  }
  #page.home .newsletter-container > div {
    padding: 5% 0;
    width: 100%;
  }
  #page.home .splash3 .left-image,
  #page.home .splash3 .right-text {
    position: relative;
  }
  #page.home .splash3 .left-image img,
  #page.home .splash3 .right-text img {
    height: auto;
  }
  #page.home .subscribe {
    position: relative!important;
  }
  #page.home .subscribe h4 {
    padding-top: 20px;
  }
  #page.home .subscribe .news-form {
    position: relative!important;
    margin-top: -3px;
  }
}
#page.home .errored {
  border: 2px solid red !important;
}
#page.home .allleft {
  align-items: left;
}
.login-page {
  height: 100%;
  min-height: 500px;
}
.login-page .forgot-password-link {
  cursor: pointer;
}
.login-page .forgot-password-link:hover {
  opacity: 0.8;
}
.login-page form {
  border: 3px solid white;
  border-radius: 15px;
  overflow: hidden;
  display: block;
  color: #fff;
}
.login-page form h2 {
  background: #fff;
  color: #000;
  padding: 15px 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.login-page form a {
  font-size: 16px;
}
.login-page form .inputs {
  padding: 24px;
}
.login-page form .inputs > div {
  width: 100%;
  margin: 10px 0;
}
.login-page form .inputs label {
  font-weight: bold;
  color: #fff;
}
.login-page form .inputs input[type="text"],
.login-page form .inputs input[type="password"] {
  width: 98%;
  max-width: 300px;
  color: #fff;
  padding: 14px 3%;
  background: hsla(19, 81%, 81%, 0.6);
  margin: 0 auto 10px auto;
}
.login-page form .inputs .btn {
  font-style: italic;
  padding: 9px 25px;
  border-radius: 10px;
}
.login-page form .inputs .btn:hover {
  opacity: 0.8;
}
.login-page form .inputs input[type="submit"] {
  background: #fff;
  color: hsl(19, 81%, 61%);
}
html.no-flexbox .login-page form {
  width: 500px;
  margin: 50px auto;
}
html.no-flexbox .login-page form .btn {
  width: 34%;
  float: left;
  margin: 5%;
}
.login-page .under-login a {
  font-size: 14px;
  letter-spacing: 0;
  float: right;
  margin-top: 10px;
}
.lost-password input[type="text"] {
  padding: 10px 15px;
  border-radius: 4px;
  color: #222;
  background-color: #fff;
  font-size: 18px;
  min-width: 300px;
  margin: 20px auto;
}
.mobspot {
  /* Grid.less */
}
.mobspot .mobSpot-color {
  color: hsl(188, 53%, 62%);
  font-weight: bold;
  font-style: italic;
}
.mobspot .splash-mobSpot1 .banner {
  background-image: none;
  background-color: hsla(188, 53%, 62%, 0.85) !important;
}
.mobspot .offerta-personalizzata {
  text-align: center;
  color: #fff;
  margin: 0!important;
  left: 0;
  background: hsl(188, 53%, 77%) !important;
}
.mobspot .offerta-personalizzata h3 {
  display: inline-block;
  margin-right: 50px;
}
.mobspot .offerta-personalizzata a {
  border-radius: 15px;
  padding: 10px 25px;
  border: 1px solid white;
  text-transform: uppercase;
  font-style: italic;
}
@media only screen and (max-width: 700px) {
  .mobspot .offerta-personalizzata {
    flex-direction: column;
  }
  .mobspot .offerta-personalizzata a {
    margin-top: 15px;
  }
  .mobspot .offerta-personalizzata h3 {
    margin-right: 0;
  }
}
.mobspot .mobspot-text1 {
  max-width: 400px;
}
.mobspot .mobspot-text1 h3 {
  font-size: 24px;
  line-height: 2rem;
  color: #444;
}
.mobspot .mobspot-panel {
  background-color: hsl(188, 53%, 62%);
  position: relative;
  margin: 0 5%;
  padding: 4% 4% 0% 4%;
  /* .make-grid(ricerca,10,@breakPoint,0,10px);*/
}
.mobspot .mobspot-panel h2,
.mobspot .mobspot-panel h3,
.mobspot .mobspot-panel h4,
.mobspot .mobspot-panel h5 {
  display: inline-block;
  color: #fff;
}
.mobspot .mobspot-panel h2 {
  font-style: italic;
  font-weight: bold;
  margin-right: 10px;
}
.mobspot .mobspot-panel > h5 {
  margin: 0 auto 90px;
  text-align: center;
  width: 100%;
}
.mobspot .mobspot-panel .ricerca {
  margin: 25px auto;
  text-align: center;
}
.mobspot .mobspot-panel .ricerca h4 {
  font-style: italic;
}
.mobspot .mobspot-panel .ricerca .panel {
  background-color: #fff;
  padding: 15px;
  width: 80%;
  border-radius: 15px;
  height: 620px;
  margin: 10px auto;
  overflow: hidden;
}
.mobspot .mobspot-panel .ricerca .panel h6,
.mobspot .mobspot-panel .ricerca .panel h3 {
  color: hsl(188, 53%, 62%);
  width: 100%;
}
.mobspot .mobspot-panel .ricerca .panel .target-sesso {
  width: 100%;
}
.mobspot .mobspot-panel .ricerca .panel .target-sesso img {
  max-height: 40px;
}
.mobspot .mobspot-panel .ricerca .panel .target-sesso img:hover {
  opacity: 0.7;
  cursor: pointer;
}
html.no-flexbox .mobspot .mobspot-panel .ricerca .panel .target-sesso img {
  width: auto;
}
html.no-flexbox .mobspot .mobspot-panel .ricerca .panel .target-sesso > div {
  float: left;
  width: 33%;
}
html.no-flexbox .mobspot .mobspot-panel .ricerca .panel .target-eta {
  position: absolute;
  bottom: 20px;
  width: 80%;
  left: 10%;
}
.mobspot .mobspot-panel .ricerca .panel.mappa img {
  max-height: 65%;
  width: 100%;
}
.mobspot .mobspot-panel .ricerca .panel .bottoni-localita {
  position: absolute;
  bottom: 0;
  background: hsl(188, 53%, 82%);
  width: 100%;
  left: 0;
  text-transform: uppercase;
}
.mobspot .mobspot-panel .ricerca .panel .bottoni-localita a {
  display: block;
  width: 33.33333%;
  float: left;
  line-height: 2em;
  border-right: 1px solid hsl(188, 53%, 62%);
  box-sizing: border-box;
}
.mobspot .mobspot-panel .ricerca .panel .bottoni-localita a:hover {
  background: hsl(188, 53%, 62%);
  cursor: pointer;
}
.mobspot .mobspot-panel .ricerca > div {
  flex-grow: 2;
  align-self: flex-start;
}
.mobspot .mobspot-panel .ricerca > div .esegui {
  position: absolute;
  width: 90%;
  right: 5%;
  bottom: 5%;
  border-radius: 15px;
  line-height: 3em;
  color: #fff;
  text-transform: uppercase;
  border: none;
  background-color: hsl(19, 81%, 61%);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
@media only screen and (min-width: 700px) {
  .mobspot .mobspot-panel .ricerca > div .esegui {
    width: 105%;
    right: -2%;
    bottom: -28%;
  }
}
.mobspot .mobspot-panel .ricerca .panel {
  position: relative;
}
.mobspot .mobspot-panel .ricerca > div {
  width: 0;
}
html.no-flexbox .mobspot .mobspot-panel .ricerca > div {
  float: left;
  width: 50%;
}
.mobspot .mobspot-panel .risultati {
  width: 90%;
  padding: 2% 5%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  border: 2px solid #fff;
  margin: 0 auto;
}
.mobspot .mobspot-panel .risultati i {
  font-style: italic;
}
.mobspot .mobspot-panel .risultati h3 {
  font-size: 200%;
  font-weight: bold;
  margin-left: 80px;
}
html.no-flexbox .mobspot .mobspot-panel .risultati h3 {
  margin-left: 200px;
}
@media only screen and (max-width: 700px) {
  .mobspot .mobspot-panel .risultati h3 {
    margin: 0 auto;
  }
}
.mobspot .mobspot-panel .pacchetti-container {
  /* Grid.less */
}
.mobspot .mobspot-panel .pacchetti-container h4 {
  margin: 20px auto 10px auto;
  text-align: center;
  width: 100%;
}
.mobspot .mobspot-panel .pacchetti-container .row.pacchetti {
  *zoom: 1;
}
.mobspot .mobspot-panel .pacchetti-container .row.pacchetti:before,
.mobspot .mobspot-panel .pacchetti-container .row.pacchetti:after {
  content: ' ';
  visibility: hidden;
  display: table;
}
.mobspot .mobspot-panel .pacchetti-container .row.pacchetti:after {
  clear: both;
}
.mobspot .mobspot-panel .pacchetti-container .row.pacchetti.center,
.mobspot .mobspot-panel .pacchetti-container .row.pacchetti .center {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.mobspot .mobspot-panel .pacchetti-container .row.pacchetti img {
  max-width: 100%;
}
.mobspot .mobspot-panel .pacchetti-container .row.pacchetti .col-3 {
  clear: both;
  width: auto;
  margin-left: 3%;
  margin-right: 3%;
}
.mobspot .mobspot-panel .pacchetti-container .row.pacchetti .col-2 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
  width: 60.66666667%;
  margin-left: 3%;
  margin-right: 3%;
}
.mobspot .mobspot-panel .pacchetti-container .row.pacchetti .col-2.right {
  float: right;
}
.mobspot .mobspot-panel .pacchetti-container .row.pacchetti .col-2.pad {
  padding-left: 5%;
  padding-right: 5%;
}
.mobspot .mobspot-panel .pacchetti-container .row.pacchetti .push-2 {
  margin-left: 69.66666667%;
}
.mobspot .mobspot-panel .pacchetti-container .row.pacchetti.right .push-2 {
  margin-right: 69.66666667%;
}
.mobspot .mobspot-panel .pacchetti-container .row.pacchetti .col-1 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
  width: 27.33333333%;
  margin-left: 3%;
  margin-right: 3%;
}
.mobspot .mobspot-panel .pacchetti-container .row.pacchetti .col-1.right {
  float: right;
}
.mobspot .mobspot-panel .pacchetti-container .row.pacchetti .col-1.pad {
  padding-left: 5%;
  padding-right: 5%;
}
.mobspot .mobspot-panel .pacchetti-container .row.pacchetti .push-1 {
  margin-left: 36.33333333%;
}
.mobspot .mobspot-panel .pacchetti-container .row.pacchetti.right .push-1 {
  margin-right: 36.33333333%;
}
@media (max-width: 700px) {
  .mobspot .mobspot-panel .pacchetti-container .row.pacchetti .col-2 {
    float: none;
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
  .mobspot .mobspot-panel .pacchetti-container .row.pacchetti .col-2.pad {
    padding-left: 5%;
    padding-right: 5%;
  }
  .mobspot .mobspot-panel .pacchetti-container .row.pacchetti .col-2.right {
    float: none;
  }
  .mobspot .mobspot-panel .pacchetti-container .row.pacchetti .col-1 {
    float: none;
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
  .mobspot .mobspot-panel .pacchetti-container .row.pacchetti .col-1.pad {
    padding-left: 5%;
    padding-right: 5%;
  }
  .mobspot .mobspot-panel .pacchetti-container .row.pacchetti .col-1.right {
    float: none;
  }
  .mobspot .mobspot-panel .pacchetti-container .row.pacchetti .push-1 {
    margin-left: 3%;
    margin-right: 3%;
  }
  .mobspot .mobspot-panel .pacchetti-container .row.pacchetti.right .push-1 {
    margin-left: 3%;
    margin-right: 3%;
  }
}
.mobspot .mobspot-panel .pacchetti-container .pacchetti > div {
  background: #fff;
  border-radius: 15px;
  height: 140px;
  text-align: center;
  padding-top: 20px;
}
.mobspot .mobspot-panel .pacchetti-container .pacchetti > div h3,
.mobspot .mobspot-panel .pacchetti-container .pacchetti > div h5 {
  color: hsl(188, 53%, 62%);
  line-height: 120%;
}
.mobspot .mobspot-panel .pacchetti-container .pacchetti > div h3 {
  font-weight: bold;
  font-style: italic;
}
.mobspot .mobspot-panel .pacchetti-container .pacchetti .topUp {
  border-color: hsl(188, 53%, 62%);
  color: hsl(188, 53%, 62%);
}
.mobspot .mobspot-panel .pacchetti-container .pacchetti .topUp:hover {
  background: hsl(188, 53%, 62%);
  color: #fff;
}
.mobspot .mobspot-panel .pacchetti-container .buyBtn {
  border: 1px solid hsl(188, 53%, 62%);
  color: hsl(188, 53%, 62%);
  font-weight: 300;
  font-style: italic;
}
html.no-rgba .mobspot .mobspot-panel .pacchetti-container {
  display: none;
}
.mobspot .mobspot-panel .shop-slide {
  padding: 0;
  height: 530px;
  margin-bottom: 0;
}
.mobspot .mobspot-panel .shop-slide .product-panel {
  top: 0;
  left: 0;
}
.mobspot .mobspot-panel .shop-slide .product-panel h2 {
  color: hsl(188, 53%, 62%);
}
@media only screen and (max-width: 700px) {
  .mobspot .mobspot-panel .ricerca {
    flex-direction: column;
    margin-top: 20px;
  }
  .mobspot .mobspot-panel .ricerca > div {
    width: 100%;
    margin: auto;
    margin-top: 10px;
  }
  .mobspot .mobspot-panel h2,
  .mobspot .mobspot-panel h3 {
    text-align: center;
    display: block;
  }
  .mobspot .mobspot-panel h5 {
    margin: 0 auto 130px;
  }
  .mobspot .mobspot-panel .pacchetti-container .pacchetti > div {
    margin: 20px auto;
  }
  .mobspot .mobspot-panel .risultati {
    margin: 20px auto;
    flex-direction: column;
  }
  .mobspot .mobspot-panel .risultati h3 {
    padding: 10px 0 5px;
  }
}
.mobspot .row.mobspot-preview {
  *zoom: 1;
}
.mobspot .row.mobspot-preview:before,
.mobspot .row.mobspot-preview:after {
  content: ' ';
  visibility: hidden;
  display: table;
}
.mobspot .row.mobspot-preview:after {
  clear: both;
}
.mobspot .row.mobspot-preview.center,
.mobspot .row.mobspot-preview .center {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.mobspot .row.mobspot-preview img {
  max-width: 100%;
}
.mobspot .row.mobspot-preview .col-3 {
  clear: both;
  width: auto;
  margin-left: 2%;
  margin-right: 2%;
}
.mobspot .row.mobspot-preview .col-2 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
  width: 62.66666667%;
  margin-left: 2%;
  margin-right: 2%;
}
.mobspot .row.mobspot-preview .col-2.right {
  float: right;
}
.mobspot .row.mobspot-preview .col-2.pad {
  padding-left: 5%;
  padding-right: 5%;
}
.mobspot .row.mobspot-preview .push-2 {
  margin-left: 68.66666667%;
}
.mobspot .row.mobspot-preview.right .push-2 {
  margin-right: 68.66666667%;
}
.mobspot .row.mobspot-preview .col-1 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
  width: 29.33333333%;
  margin-left: 2%;
  margin-right: 2%;
}
.mobspot .row.mobspot-preview .col-1.right {
  float: right;
}
.mobspot .row.mobspot-preview .col-1.pad {
  padding-left: 5%;
  padding-right: 5%;
}
.mobspot .row.mobspot-preview .push-1 {
  margin-left: 35.33333333%;
}
.mobspot .row.mobspot-preview.right .push-1 {
  margin-right: 35.33333333%;
}
@media (max-width: 700px) {
  .mobspot .row.mobspot-preview .col-2 {
    float: none;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .mobspot .row.mobspot-preview .col-2.pad {
    padding-left: 5%;
    padding-right: 5%;
  }
  .mobspot .row.mobspot-preview .col-2.right {
    float: none;
  }
  .mobspot .row.mobspot-preview .col-1 {
    float: none;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .mobspot .row.mobspot-preview .col-1.pad {
    padding-left: 5%;
    padding-right: 5%;
  }
  .mobspot .row.mobspot-preview .col-1.right {
    float: none;
  }
  .mobspot .row.mobspot-preview .push-1 {
    margin-left: 2%;
    margin-right: 2%;
  }
  .mobspot .row.mobspot-preview.right .push-1 {
    margin-left: 2%;
    margin-right: 2%;
  }
}
.mobspot .mobspot-preview {
  padding-bottom: 80px;
}
.mobspot .mobspot-preview .col-1 {
  text-align: right;
  position: relative;
}
.mobspot .mobspot-preview .col-1 > p {
  position: absolute;
  display: block;
  color: hsl(188, 53%, 62%);
  color: hsla(188, 53%, 62%, 0.3);
  font-size: 140px;
  line-height: 0px;
  font-weight: bold;
  font-style: italic;
  top: 0;
  left: -20px;
  z-index: -1;
}
.mobspot .mobspot-preview .col-1 > div {
  color: hsl(188, 53%, 62%);
  overflow: hidden;
  display: inline-block;
  width: 90%;
  height: 300px;
  border: 1px solid hsl(188, 53%, 62%);
  border-radius: 15px;
  background-color: #fff;
  text-align: center;
}
.mobspot .mobspot-preview .col-1 > div h4 {
  font-weight: bold;
  line-height: 70px;
  font-style: italic;
}
.mobspot .mobspot-preview .col-1 .btn {
  background-color: hsl(188, 53%, 62%);
  position: absolute;
  bottom: 5%;
  left: 10%;
  width: 80%;
}
.mobspot .mobspot-preview .col-1 .totale {
  margin-top: 50px;
}
.mobspot .mobspot-preview .col-1 .totale h3 {
  color: #000;
  margin-bottom: 5px;
  font-weight: bold;
}
.mobspot .mobspot-preview .location-menu {
  display: block;
  position: absolute;
  bottom: 2px;
  line-height: 35px;
  background-color: hsla(188, 53%, 62%, 0.2);
  width: 90%;
  right: 1px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}
.mobspot .mobspot-preview .location-menu li {
  display: block;
  float: left;
  width: 33.333%;
  box-sizing: border-box;
  border-right: 1px solid hsl(188, 53%, 62%);
  cursor: pointer;
  font-size: 14px;
  font-style: italic;
}
.mobspot .mobspot-preview .location-menu li:last-child {
  border-right: none;
}
.mobspot .mobspot-preview .location-menu li.selected {
  background-color: hsl(188, 53%, 62%);
  color: #fff;
}
.mobspot .mobspot-preview .location-menu li:hover {
  opacity: 0.8;
}
.mobspot html.no-flexboxlegacy .fix-ie-vertical {
  transform: translateX(-25%);
}
.mobspot .errored {
  border: 2px solid red !important;
}
.download h4 {
  color: #555;
  padding: 10px 0 20px;
  align-self: flex-start;
}
@media only screen and (max-width: 700px) {
  .download .breadcrumbs {
    padding: 10px !important;
  }
}
.download .case-studies {
  padding: 60px;
}
.download .case-studies .posts {
  height: 35vw;
  max-height: 460px;
  color: #FFF;
}
.download .case-studies .posts > div {
  width: 0;
  overflow: hidden;
  border: 5px solid transparent;
  height: 100%;
}
.download .case-studies .posts .first-post .post {
  height: 100%;
  padding-bottom: 0%;
  margin-bottom: 0;
}
.download .case-studies .posts .post {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40%;
  position: relative;
}
.download .case-studies .posts .post > div {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0 10%;
}
.download .case-studies .posts .post > div h2 {
  font-weight: bold;
  font-style: italic;
}
.download .case-studies .posts .post > div h4 {
  margin-top: 15px;
  color: #fff;
}
.download .case-studies .posts .btn {
  color: hsl(19, 81%, 61%);
  display: block;
  width: 100%;
  border: 1px solid hsl(19, 81%, 61%);
  padding: 10px;
  margin: 5px auto;
}
@media only screen and (max-width: 700px) {
  .download .case-studies {
    padding: 15px;
  }
  .download .case-studies .posts {
    height: auto;
    max-height: 100%;
    flex-direction: column;
  }
  .download .case-studies .posts > div {
    width: 100%;
  }
  .download .case-studies .posts .first-post .post {
    padding-bottom: 100%;
  }
  .download .case-studies .posts .post {
    margin-bottom: 10px;
  }
  .download .case-studies .posts .btn {
    margin: 15px auto;
    padding: 20px;
  }
}
.download .info {
  margin: 30px auto 80px;
  padding: 20px 20px 20px 80px;
  align-items: flex-start;
}
.download .info .sezione-file {
  width: 100%;
  clear: both;
  margin-bottom: 30px;
}
.download .info .sezione-file h3 {
  color: hsl(19, 81%, 61%);
  border-bottom: 2px solid hsl(19, 81%, 61%);
  padding-bottom: 5px;
  width: 150px;
  white-space: nowrap;
  margin-left: 50px;
}
.download .info .sezione-file .file {
  width: 50%;
  float: left;
  margin: 25px 0;
}
.download .info .sezione-file .file:hover span {
  text-decoration: underline;
}
.download .info .sezione-file .file img {
  margin: 0 0 0 35%;
}
.download .info .sezione-file .file span {
  margin: 0 auto 0 5%;
  color: #000;
  max-width: 250px;
}
@media only screen and (max-width: 700px) {
  .download .info .sezione-file h3 {
    margin-left: 0;
  }
  .download .info .sezione-file .file {
    width: 100%;
    float: none;
  }
  .download .info .sezione-file .file img {
    margin: 0 !important;
  }
}
.download .info .servizi {
  align-items: flex-start;
}
.download .info .servizi a {
  display: block;
  padding: 10px;
  display: flex;
  align-items: center;
}
.download .info .servizi a:hover {
  text-decoration: underline;
}
.download .info .servizi span {
  display: block;
  margin-top: -12px;
  width: 85%;
  color: #000;
}
.download .info .servizi img {
  vertical-align: middle;
  margin-right: 10px;
}
@media only screen and (max-width: 700px) {
  .download .info {
    flex-direction: column;
  }
}
.download .errored {
  border: 2px solid red !important;
}
.download .titleResources {
  font-size: 24px;
}
.download .contatti h4 {
  color: #fff;
}
.download .vai-al-canale {
  border: hsl(19, 81%, 61%) 2px solid;
  margin-top: 30px;
  color: hsl(19, 81%, 61%);
}
.faq .risposta {
  font-weight: 300;
}
.faq .sezioni {
  padding: 50px 80px;
}
.faq .sezioni h2 {
  font-weight: bold;
  font-style: italic;
  padding: 15px 0;
  border-bottom: 1px solid #000;
}
.faq .sezioni .faqs {
  padding: 20px 50px;
}
.faq .sezioni .faqs a {
  color: #000;
  transition: color 0.3s linear;
  font-size: 21px;
  cursor: pointer;
  display: block;
  margin: 10px auto;
}
.faq .sezioni .faqs a:hover {
  text-decoration: underline;
  color: hsl(19, 81%, 61%);
}
.faq .sezioni .faqs li {
  list-style-type: disc;
  padding: 5px  0 5px 25px;
}
.faq .sezioni .faqs div {
  color: #333;
  padding: 10px 0 20px 25px;
}
@media only screen and (max-width: 700px) {
  .faq .sezioni {
    padding: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width:700px) {
  .faq .sezioni {
    padding: 60px;
  }
}
.faq .form-contatto {
  background-color: hsl(19, 81%, 67%);
}
.faq .errored {
  border: 2px solid red !important;
}
.contacts .scrivici-form {
  margin: 40px;
  padding: 30px;
}
@media only screen and (max-width: 700px) {
  .contacts .scrivici-form {
    margin: 20px;
    padding: 0;
  }
}
.contacts .scrivici-form > div {
  padding: 10px;
  align-self: flex-start;
  padding-bottom: 0;
}
.contacts .scrivici-form > div h3 {
  font-size: 24px;
  padding-bottom: 15px;
  color: #333;
}
@media only screen and (min-width: 700px) {
  .contacts .scrivici-form > div {
    width: 0;
  }
}
.contacts .scrivici-form .sx .input-wrap {
  padding: 10px 0;
  width: 100%;
}
.contacts .scrivici-form .sx .input-wrap label {
  position: static;
  font-style: italic;
  color: #333;
  display: inline-block;
  text-align: right;
  width: 100px;
  padding: 10px 20px;
  transform: initial;
}
.contacts .scrivici-form .sx .input-wrap input,
.contacts .scrivici-form .sx .input-wrap textarea {
  width: calc(100% - 170px);
  max-width: 350px;
  border: 1px solid hsl(19, 81%, 61%);
  padding: 10px;
}
.contacts .scrivici-form .sx .input-wrap textarea {
  height: 100px;
  display: inline-block;
  vertical-align: middle;
}
.contacts .scrivici-form .sx .input-wrap .submit {
  background-color: #fff;
  border: 2px solid hsl(19, 81%, 61%);
  padding: 10px 20px;
  width: 40%;
  border-radius: 15px;
  text-transform: uppercase;
  color: hsl(19, 81%, 61%);
  float: right;
}
@media only screen and (max-width: 480px) {
  .contacts .scrivici-form .sx .input-wrap label,
  .contacts .scrivici-form .sx .input-wrap input,
  .contacts .scrivici-form .sx .input-wrap textarea {
    width: 90%;
    margin: 0 auto;
    float: none;
    text-align: left;
  }
  .contacts .scrivici-form .sx .input-wrap input[type="submit"] {
    text-align: center;
  }
}
.contacts .scrivici-form .sx .submit-wrap {
  margin-bottom: 0;
}
@media only screen and (min-width: 480px) and (max-width:700px) {
  .contacts .scrivici-form .sx {
    width: 100%;
  }
}
.contacts .scrivici-form .sx .confirm {
  padding-left: 100px;
}
.contacts .scrivici-form .sx .confirm .newsletter-accept {
  padding-left: 26px;
  margin-bottom: 10px;
}
.contacts .scrivici-form .sx .confirm .newsletter-accept a {
  color: hsl(19, 81%, 61%);
}
@media only screen and (max-width: 480px) {
  .contacts .scrivici-form .sx .confirm {
    padding-left: 0;
  }
  .contacts .scrivici-form .sx .confirm .newsletter-accept {
    padding-left: 10px;
  }
}
.contacts .scrivici-form .dx {
  position: relative;
  align-self: stretch;
  line-height: 1.4em;
}
.contacts .scrivici-form .dx b,
.contacts .scrivici-form .dx a {
  color: hsl(19, 81%, 61%);
}
.contacts .scrivici-form .dx .mappa {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 700px) {
  .contacts .scrivici-form {
    flex-direction: column;
  }
  .contacts .scrivici-form .sx,
  .contacts .scrivici-form .dx {
    margin-bottom: 30px;
  }
  .contacts .scrivici-form .dx .mappa {
    position: relative;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 480px) and (max-width:700px) {
  .contacts .scrivici-form {
    flex-direction: column;
  }
}
.contacts .contatti {
  margin-bottom: 40px;
  padding: 40px 40px 40px 60px;
  color: #fff;
  background-color: #ec804d;
  align-items: flex-start;
}
.contacts .contatti .sx,
.contacts .contatti .dx {
  padding: 0 8%;
}
.contacts .contatti .sx h3,
.contacts .contatti .dx h3 {
  padding-bottom: 15px;
}
@media only screen and (min-width: 700px) {
  .contacts .contatti .sx,
  .contacts .contatti .dx {
    width: 0;
  }
}
.contacts .contatti .sx .flex {
  padding: 10px 0;
}
.contacts .contatti .text-right {
  text-align: right;
}
.contacts .contatti .dx ul li {
  list-style-type: disc;
  font-weight: bold;
}
.contacts .contatti .dx ul div {
  margin: 5px 0 10px 0;
}
@media only screen and (max-width: 700px) {
  .contacts .contatti {
    flex-direction: column;
  }
  .contacts .contatti .sx,
  .contacts .contatti .dx {
    width: 90%;
  }
  .contacts .contatti .sx {
    margin-bottom: 30px;
  }
  .contacts .contatti .dx ul div {
    text-align: right;
    padding-bottom: 25px;
  }
}
.contacts .errored {
  border: 2px solid red !important;
}
.quotation .griglia3 {
  padding: 80px;
}
.quotation .griglia3 > .flex {
  margin: 0 10px;
  text-align: center;
}
.quotation .griglia3 > .flex h3 {
  padding: 15px 0;
}
.quotation .griglia3 > .flex h6 {
  color: #333;
  font-size: 14px;
}
@media only screen and (max-width: 700px) {
  .quotation .griglia3 {
    flex-direction: column;
  }
  .quotation .griglia3 > .flex {
    margin: 30px auto;
  }
}
.quotation .preventivo-container {
  margin: 50px auto;
  text-align: center;
  width: 60%;
}
.quotation .preventivo-container .select-sede {
  position: relative;
  margin-bottom: 20px;
}
.quotation .preventivo-container .select-sede select option {
  text-align: center;
}
.quotation .preventivo-container textarea {
  height: 150px;
  margin-bottom: 20px;
}
.quotation .preventivo-container .confirm {
  clear: both;
  height: 50px;
  width: 100%;
}
.quotation .preventivo-container .confirm label {
  top: 4px;
}
.quotation .preventivo-container .confirm .newsletter-accept {
  width: 90%;
  padding: 5px 10px;
}
.quotation .preventivo-container .confirm .newsletter-accept a {
  color: hsl(19, 81%, 61%);
}
.quotation .preventivo-container input[type="submit"] {
  background-color: hsl(19, 81%, 61%);
  border-radius: 15px;
  padding: 15px 30px;
  max-width: 140px;
  color: #fff;
  font-style: italic;
  clear: both;
}
@media only screen and (max-width: 700px) {
  .quotation .preventivo-container {
    width: 90%;
  }
  .quotation .preventivo-container .input-wrap {
    width: 100%;
  }
}
.quotation .errored {
  border: 2px solid red !important;
}
.quotation .formTitle {
  background-color: hsl(19, 81%, 61%);
  margin: 0px auto 0;
  padding: 10px 30px;
  max-width: 480px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.upgradeLanding .preventivo-container {
  margin: 50px auto;
  text-align: center;
  width: 60%;
}
.upgradeLanding .preventivo-container input[type="submit"] {
  background-color: hsl(19, 81%, 61%);
  border-radius: 15px;
  padding: 15px 30px;
  color: #fff;
  font-style: italic;
  clear: both;
}
@media only screen and (max-width: 700px) {
  .upgradeLanding .preventivo-container {
    width: 90%;
  }
  .upgradeLanding .preventivo-container .input-wrap {
    width: 100%;
  }
}
.upgradeLanding .preventivo-container .confirm {
  clear: both;
  height: 50px;
  width: 100%;
}
.upgradeLanding .preventivo-container .confirm label {
  top: 2px;
}
.upgradeLanding .preventivo-container .confirm .newsletter-accept {
  width: 90%;
  padding: 5px 10px;
}
.upgradeLanding .preventivo-container .confirm .newsletter-accept a {
  color: hsl(19, 81%, 61%);
}
.upgradeLanding .errored {
  border: 2px solid red !important;
}
.support .griglia3 {
  padding: 80px;
}
.support .griglia3 > .flex {
  margin: 0 10px;
  text-align: center;
}
.support .griglia3 > .flex h3 {
  padding: 15px 0;
}
.support .griglia3 > .flex h6 {
  color: #333;
  font-size: 14px;
}
@media only screen and (max-width: 700px) {
  .support .griglia3 {
    flex-direction: column;
  }
  .support .griglia3 > .flex {
    margin: 30px auto;
  }
}
.support .formTitle {
  background-color: hsl(19, 81%, 61%);
  margin: 0px auto 0;
  padding: 10px 30px;
  max-width: 480px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.support .preventivo-container {
  margin: 50px auto;
  text-align: center;
  width: 60%;
}
.support .preventivo-container label {
  position: absolute;
  left: 50%;
  top: -9px;
  transform: translateX(-50%);
  background-color: #fff;
  display: inline-table;
  height: 10px;
}
.support .preventivo-container .input-wrap {
  position: relative;
  float: left;
  width: 45%;
  margin-bottom: 20px;
}
.support .preventivo-container input,
.support .preventivo-container select,
.support .preventivo-container textarea {
  border: 1px solid hsl(19, 81%, 61%);
  padding: 15px 0;
  width: 100%;
  text-align: center;
  font-size: 19px;
}
.support .preventivo-container .select-sede {
  position: relative;
  margin-bottom: 20px;
}
.support .preventivo-container .select-sede select option {
  text-align: center;
}
.support .preventivo-container .confirm label {
  height: 20px;
  top: -1px;
}
.support .preventivo-container .confirm .newsletter-accept {
  width: 90%;
  padding-bottom: 20px;
}
.support .preventivo-container .confirm .newsletter-accept a {
  color: hsl(19, 81%, 61%);
}
.support .preventivo-container textarea {
  height: 150px;
  margin-bottom: 20px;
}
.support .preventivo-container input[type="submit"] {
  background-color: hsl(19, 81%, 61%);
  border-radius: 15px;
  padding: 15px 30px;
  max-width: 140px;
  color: #fff;
  font-style: italic;
}
@media only screen and (max-width: 700px) {
  .support .preventivo-container {
    width: 90%;
  }
  .support .preventivo-container .input-wrap {
    width: 100%;
  }
}
.info .griglia3 {
  padding: 80px;
}
.info .griglia3 > .flex {
  margin: 0 10px;
  text-align: center;
}
.info .griglia3 > .flex h3 {
  padding: 15px 0;
}
.info .griglia3 > .flex h6 {
  color: #333;
  font-size: 14px;
}
@media only screen and (max-width: 700px) {
  .info .griglia3 {
    flex-direction: column;
  }
  .info .griglia3 > .flex {
    margin: 30px auto;
  }
}
.info .preventivo-container {
  margin: 50px auto;
  text-align: center;
  width: 60%;
}
.info .preventivo-container label {
  position: absolute;
  left: 50%;
  top: -9px;
  transform: translateX(-50%);
  background-color: #fff;
  display: inline-table;
  height: 10px;
}
.info .preventivo-container .input-wrap {
  position: relative;
  float: left;
  width: 45%;
  margin-bottom: 20px;
}
.info .preventivo-container input,
.info .preventivo-container select,
.info .preventivo-container textarea {
  border: 1px solid hsl(19, 81%, 61%);
  padding: 15px 0;
  width: 100%;
  text-align: center;
  font-size: 19px;
}
.info .preventivo-container .select-sede {
  position: relative;
  margin-bottom: 20px;
}
.info .preventivo-container .select-sede select option {
  text-align: center;
}
.info .preventivo-container .confirm label {
  height: 20px;
  top: -1px;
}
.info .preventivo-container .confirm .newsletter-accept {
  width: 90%;
  padding-bottom: 20px;
}
.info .preventivo-container .confirm .newsletter-accept a {
  color: hsl(19, 81%, 61%);
}
.info .preventivo-container textarea {
  height: 150px;
  margin-bottom: 20px;
}
.info .preventivo-container input[type="submit"] {
  background-color: hsl(19, 81%, 61%);
  border-radius: 15px;
  padding: 15px 30px;
  max-width: 140px;
  color: #fff;
  font-style: italic;
}
@media only screen and (max-width: 700px) {
  .info .preventivo-container {
    width: 90%;
  }
  .info .preventivo-container .input-wrap {
    width: 100%;
  }
}
.info .splash-info2 {
  overflow: hidden;
  margin-bottom: 80px;
  padding-bottom: 40%;
  /* Grid.less */
}
.info .splash-info2 .row.grid2 {
  *zoom: 1;
}
.info .splash-info2 .row.grid2:before,
.info .splash-info2 .row.grid2:after {
  content: ' ';
  visibility: hidden;
  display: table;
}
.info .splash-info2 .row.grid2:after {
  clear: both;
}
.info .splash-info2 .row.grid2.center,
.info .splash-info2 .row.grid2 .center {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.info .splash-info2 .row.grid2 img {
  max-width: 100%;
}
.info .splash-info2 .row.grid2 .col-2 {
  clear: both;
  width: auto;
}
.info .splash-info2 .row.grid2 .col-1 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
  width: 50%;
}
.info .splash-info2 .row.grid2 .col-1.right {
  float: right;
}
.info .splash-info2 .row.grid2 .push-1 {
  margin-left: 50%;
}
.info .splash-info2 .row.grid2.right .push-1 {
  margin-right: 50%;
}
@media (max-width: 700px) {
  .info .splash-info2 .row.grid2 .col-1 {
    float: none;
    width: 100%;
  }
  .info .splash-info2 .row.grid2 .col-1.right {
    float: none;
  }
}
.info .splash-info2 .row.grid2 .col-1 .left-image {
  width: auto !important;
}
.info .splash-info2 .row.grid2 img {
  max-width: 100%;
  float: right;
}
.info .splash-info2 .left-image {
  position: absolute;
  height: 100%;
}
.info .splash-info2 .right-text {
  position: absolute;
  right: 0;
  height: 100%;
  width: 45%;
  background-color: hsl(19, 81%, 66%);
  color: #fff;
  padding: 0 5%;
  font-weight: 300;
}
.info .splash-info2 .right-text h2 {
  width: 100%;
  font-size: 22px;
}
html.no-flexbox .info .splash-info2 .right-text h2 {
  margin-top: 20%;
}
html.no-flexbox .info .splash-info2 .right-text .links {
  position: absolute;
  bottom: 5%;
  left: 5%;
}
html.no-flexbox .info .splash-info2 .right-text .links .btn {
  float: left;
}
.info .splash-info2 .right-text .links {
  width: 100%;
}
.info .splash-info2 .right-text .btn {
  display: block;
  width: 22%;
  text-align: center;
  font-weight: 400;
  font-style: italic;
  border: 1px solid white;
  border-radius: 15px;
  padding: 12px;
}
@media only screen and (max-width: 700px) {
  .info .splash-info2 {
    padding-bottom: 0;
  }
  .info .splash-info2 .grid2 img {
    height: auto;
  }
  .info .splash-info2 .left-image {
    position: relative;
  }
  .info .splash-info2 .right-text {
    position: relative;
    padding: 0 0 25px 10%;
  }
  .info .splash-info2 .right-text h2 {
    width: 90%;
    padding: 35px;
    font-size: 22px;
  }
  .info .splash-info2 .right-text .links {
    flex-direction: column;
  }
  .info .splash-info2 .right-text .links a {
    width: 60%;
    margin: 10px auto;
  }
}
.info .errored {
  border: 2px solid red !important;
}
.info .formTitle {
  background-color: hsl(19, 81%, 61%);
  margin: 0px auto 0;
  padding: 10px 30px;
  max-width: 480px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.info .formContacts {
  padding: 30px 0px 0px 0px;
}
.company .griglia3 {
  padding: 80px;
}
.company .griglia3 > .flex {
  margin: 0 10px;
  text-align: center;
}
.company .griglia3 > .flex h3 {
  padding: 15px 0;
}
.company .griglia3 > .flex h6 {
  color: #333;
  font-size: 14px;
}
@media only screen and (max-width: 700px) {
  .company .griglia3 {
    flex-direction: column;
  }
  .company .griglia3 > .flex {
    margin: 30px auto;
  }
}
.company .preventivo-container {
  margin: 50px auto;
  text-align: center;
  width: 60%;
}
.company .preventivo-container label {
  position: absolute;
  left: 50%;
  top: -9px;
  transform: translateX(-50%);
  background-color: #fff;
  display: inline-table;
  height: 10px;
}
.company .preventivo-container .input-wrap {
  position: relative;
  float: left;
  width: 45%;
  margin-bottom: 20px;
}
.company .preventivo-container input,
.company .preventivo-container select,
.company .preventivo-container textarea {
  border: 1px solid hsl(19, 81%, 61%);
  padding: 15px 0;
  width: 100%;
  text-align: center;
  font-size: 19px;
}
.company .preventivo-container .select-sede {
  position: relative;
  margin-bottom: 20px;
}
.company .preventivo-container .select-sede select option {
  text-align: center;
}
.company .preventivo-container textarea {
  height: 150px;
  margin-bottom: 50px;
}
.company .preventivo-container input[type="submit"] {
  background-color: hsl(19, 81%, 61%);
  border-radius: 15px;
  padding: 15px 30px;
  max-width: 140px;
  color: #fff;
  font-style: italic;
}
@media only screen and (max-width: 700px) {
  .company .preventivo-container {
    width: 90%;
  }
  .company .preventivo-container .input-wrap {
    width: 100%;
  }
}
.company .contatti .dx h5 {
  padding: 20px 0  10px;
}
@media only screen and (max-width: 700px) {
  .company .contatti {
    flex-direction: column;
  }
  .company .contatti .sx,
  .company .contatti .dx {
    width: 90%;
  }
  .company .contatti .sx {
    margin-bottom: 70px;
  }
  .company .contatti .dx {
    flex-direction: column;
  }
  .company .contatti .dx > div {
    margin: 15px auto;
  }
}
.company .text-block {
  padding: 60px 10%;
}
.company .text-block h2 {
  font-size: 24px;
  width: 100%;
}
.company .story {
  padding: 5%;
  text-align: center;
  font-size: 19px;
}
.company .story h2 {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  line-height: 1.2em;
}
.company .story .descr {
  padding-top: 30px;
  line-height: 1.4em;
  color: #333;
}
.company .splash-info2 {
  overflow: hidden;
  margin-bottom: 80px;
  /* Grid.less */
}
.company .splash-info2 .row.grid2 {
  *zoom: 1;
}
.company .splash-info2 .row.grid2:before,
.company .splash-info2 .row.grid2:after {
  content: ' ';
  visibility: hidden;
  display: table;
}
.company .splash-info2 .row.grid2:after {
  clear: both;
}
.company .splash-info2 .row.grid2.center,
.company .splash-info2 .row.grid2 .center {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.company .splash-info2 .row.grid2 img {
  max-width: 100%;
}
.company .splash-info2 .row.grid2 .col-2 {
  clear: both;
  width: auto;
}
.company .splash-info2 .row.grid2 .col-1 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
  width: 50%;
}
.company .splash-info2 .row.grid2 .col-1.right {
  float: right;
}
.company .splash-info2 .row.grid2 .push-1 {
  margin-left: 50%;
}
.company .splash-info2 .row.grid2.right .push-1 {
  margin-right: 50%;
}
@media (max-width: 700px) {
  .company .splash-info2 .row.grid2 .col-1 {
    float: none;
    width: 100%;
  }
  .company .splash-info2 .row.grid2 .col-1.right {
    float: none;
  }
}
.company .splash-info2 .row.grid2 img {
  height: 100%;
  max-width: auto;
}
.company .splash-info2 .left-image {
  position: absolute;
  height: 100%;
}
.company .splash-info2 .right-text {
  position: absolute;
  right: 0;
  height: 100%;
  width: 45%;
  background-color: hsl(19, 81%, 66%);
  color: #fff;
  padding: 0 5%;
  font-weight: 300;
}
.company .splash-info2 .right-text h2 {
  width: 100%;
}
html.no-flexbox .company .splash-info2 .right-text h2 {
  margin-top: 20%;
}
html.no-flexbox .company .splash-info2 .right-text .links {
  position: absolute;
  bottom: 5%;
  left: 5%;
}
html.no-flexbox .company .splash-info2 .right-text .links .btn {
  float: left;
}
.company .splash-info2 .right-text .links {
  width: 100%;
}
.company .splash-info2 .right-text .btn {
  display: block;
  width: 22%;
  text-align: center;
  font-weight: 400;
  font-style: italic;
  border: 1px solid white;
  border-radius: 15px;
  padding: 12px;
}
@media only screen and (max-width: 700px) {
  .company .splash-info2 .right-text {
    padding: 0 0 25px 10%;
  }
  .company .splash-info2 .right-text h2 {
    width: 90%;
    padding: 35px;
    font-size: 22px;
  }
  .company .splash-info2 .right-text .links {
    flex-direction: column;
  }
  .company .splash-info2 .right-text .links a {
    width: 60%;
    margin: 10px auto;
  }
}
.company .single-image {
  padding: 60px 20px;
}
.company .single-image img {
  display: block;
  margin: 0 auto;
}
.company .single-image h2 {
  width: 90%;
  padding: 35px;
  font-size: 35px;
  font-weight: 900;
  color: #ec7e4b;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .company .single-image {
    flex-direction: column;
  }
  .company .single-image img:nth-child(2) {
    padding-top: 60px;
  }
}
.company .errored {
  border: 2px solid red !important;
}
.reseller .forms {
  height: 620px;
  color: #fff;
  text-align: center;
}
.reseller .forms > div {
  width: 30%;
  float: left;
  position: relative;
  height: 100%;
  margin: 1.66%;
}
.reseller .forms .subscribe {
  position: relative;
  margin: 0 auto;
}
.reseller .forms .form-contattaci {
  padding: 15px;
  margin: 0 auto;
  height: 100%;
  box-sizing: border-box;
}
.reseller .forms .form-contattaci h2 {
  font-size: 32px;
}
.reseller .forms .form-contattaci .inputs {
  margin: auto;
}
.reseller .forms .form-contattaci .inputs input[type="text"],
.reseller .forms .form-contattaci .inputs input[type="email"],
.reseller .forms .form-contattaci .inputs textarea {
  width: 80%;
  max-width: 400px;
  padding: 5%;
  margin: 1%;
}
@media (max-width: 960px) {
  .reseller .forms {
    height: auto;
  }
  .reseller .forms > div {
    width: 100%;
    float: none;
    clear: both;
  }
  .reseller .forms > div .subscribe {
    position: relative;
    height: 560px;
    margin: 0 auto;
  }
  .reseller .forms .form-contattaci .inputs {
    padding: 40px 0;
  }
  .reseller .forms .form-contattaci .inputs input[type="text"],
  .reseller .forms .form-contattaci .inputs textarea {
    padding: 15px;
    color: #fff;
  }
}
.reseller .api-banner {
  background: hsl(19, 81%, 61%);
  color: #fff;
}
.reseller .api-banner .btn {
  margin: 0 auto;
  background: hsl(19, 81%, 54%);
  padding: 15px ;
  border: 2px solid ;
}
.reseller .errored {
  border: 2px solid red !important;
}
.cart .container {
  margin: 30px auto;
}
@media only screen and (max-width: 700px) {
  .cart .container {
    margin: 10px auto;
  }
}
.cart .btn {
  background: hsl(19, 81%, 61%);
  border: none;
  color: #fff;
  font-size: 21px;
  padding: 12px 20px;
  transition: transform 0.1s ease-out;
  font-style: italic;
}
.cart .btn:hover {
  transform: scale(1.1);
}
.cart .nav {
  justify-content: center;
}
@media only screen and (max-width: 700px) {
  .cart .nav {
    width: 100% !important;
  }
}
.cart .nav > div {
  width: 150px;
  border-radius: 10px;
  background: hsla(19, 81%, 61%, 0.25);
  font-size: 15px;
  text-transform: capitalize;
  padding: 12px;
  margin: 10px;
}
@media only screen and (max-width: 700px) {
  .cart .nav > div {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    width: 100px;
    margin: 5px;
  }
}
.cart .nav > div.active {
  background: hsl(19, 81%, 61%);
}
.cart .nav,
.cart .cart-container {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
}
.cart .cart-container {
  position: relative;
  text-align: center;
}
.cart .cart-container .shop-section-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 700px) {
  .cart .cart-container .shop-section-title {
    font-size: 21px;
  }
}
.cart .cart-container .shop-section-title .trattino {
  margin: 10px 0 !important;
}
.cart .cart-container h3 {
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 700px) {
  .cart .cart-container h3 {
    font-size: 12px;
    text-transform: uppercase;
  }
}
.cart .cart-container > div {
  margin: 15px auto;
  width: 100%;
  overflow: hidden;
  align-items: stretch;
}
@media only screen and (max-width: 700px) {
  .cart .cart-container > div {
    padding: 0;
  }
}
.cart .cart-container > div .items {
  align-items: stretch;
  width: 100%;
  padding: 0 20px;
}
@media only screen and (max-width: 700px) {
  .cart .cart-container > div .items {
    padding: 0;
  }
}
.cart .cart-container > div .item {
  width: 100%;
  margin: 15px auto 0;
  padding: 60px 50px;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 700px) {
  .cart .cart-container > div .item {
    padding: 20px;
  }
}
.cart .cart-container > div .item b {
  font-size: 26px;
}
@media only screen and (max-width: 700px) {
  .cart .cart-container > div .item b {
    font-size: 21px;
  }
}
.cart .cart-container > div .item > div {
  align-self: flex-start;
}
.cart .cart-container > div .item .items-sub {
  margin-top: 27px;
}
.cart .cart-container > div .item .add-quantity,
.cart .cart-container > div .item .remove-quantity,
.cart .cart-container > div .item .btn {
  cursor: pointer;
  padding: 0;
  border: 0;
}
.cart .cart-container > div .item .add-quantity:hover,
.cart .cart-container > div .item .remove-quantity:hover,
.cart .cart-container > div .item .btn:hover {
  opacity: 0.7;
}
.cart .cart-container > div .item .descr {
  width: 50%;
  text-align: left;
  margin: 0;
  min-height: auto;
}
@media only screen and (max-width: 700px) {
  .cart .cart-container > div .item .descr {
    width: 100%;
  }
}
.cart .cart-container > div .item .descr .trattino {
  margin: 10px 0;
}
.cart .cart-container > div .item .descr .part {
  margin-top: 20px;
}
@media only screen and (max-width: 700px) {
  .cart .cart-container > div .item .descr .part {
    margin: 10px 0 20px;
  }
}
.cart .cart-container > div .item .btn {
  background-color: transparent;
}
.cart .cart-container .totale {
  align-items: flex-start !important;
  width: 50%;
  align-self: flex-end;
  padding: 50px;
  margin: 0 0 20px auto;
  background-color: #e8e8e8;
  border-radius: 0;
}
@media only screen and (max-width: 1300px) {
  .cart .cart-container .totale {
    width: 70%;
  }
}
@media only screen and (max-width: 960px) {
  .cart .cart-container .totale {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .cart .cart-container .totale {
    padding: 20px;
  }
}
.cart .cart-container .totale .trattino {
  margin: 10px 0 35px 0;
}
@media only screen and (max-width: 700px) {
  .cart .cart-container .totale .trattino {
    margin-bottom: 0 !important;
  }
}
.cart .cart-container .totale hr {
  width: 100%;
  margin-top: 15px;
}
.cart .cart-container .totale .importo-totale {
  margin-top: 10px;
}
.cart .cart-container .totale .explainError {
  background: #ccc;
  padding: 20px;
  color: #444;
  font-size: 16px;
}
.cart .cart-container .totale > div {
  margin: 15px 0 4px 0;
  width: 100%;
}
.cart .cart-container .totale > div b {
  font-size: 21px;
}
@media only screen and (max-width: 700px) {
  .cart .cart-container .totale > div b {
    font-size: 16px;
  }
}
.cart .cart-container .totale .btn {
  margin: 0;
}
.cart .cart-container .totale .btn-previous {
  background-color: #e8e8e8 !important;
  margin-top: 20px;
  float: left;
  width: 210px;
  box-sizing: border-box;
  color: #ec7e4b;
  border: 1px solid #ec7e4b;
}
@media only screen and (max-width: 700px) {
  .cart .cart-container .totale .btn-previous {
    float: none;
    margin: 15px auto 0;
  }
}
.cart .cart-container .totale .btn-proceed {
  margin: 20px 0 0 20px;
  float: right;
  width: 210px;
  box-sizing: border-box;
}
@media only screen and (max-width: 700px) {
  .cart .cart-container .totale .btn-proceed {
    float: none;
    margin: 10px auto 0;
  }
}
.cart .cart-container .empty-cart {
  height: 200px;
  align-self: flex-end;
  text-align: center;
  padding: 20px;
}
.cart .cart-container .bottom-btn {
  margin: 10px 0 0 0;
}
.cart .cart-container .remove-quantity {
  transform: rotate(180deg);
}
.cart .cart-container .step2,
.cart .cart-container .step3 {
  padding: 0 20px;
}
@media only screen and (max-width: 700px) {
  .cart .cart-container .step2,
  .cart .cart-container .step3 {
    padding: 0;
  }
}
.cart .cart-container .step2 .step-background,
.cart .cart-container .step3 .step-background {
  background: #e8e8e8;
  padding: 50px;
}
@media only screen and (max-width: 700px) {
  .cart .cart-container .step2 .step-background,
  .cart .cart-container .step3 .step-background {
    padding: 20px;
  }
}
.cart .cart-container .step2 .disclaimer,
.cart .cart-container .step3 .disclaimer {
  letter-spacing: 0;
  font-size: 14px;
}
.cart .cart-container .step2 > div,
.cart .cart-container .step3 > div {
  align-items: start;
}
.cart .cart-container .item {
  background: #e8e8e8;
}
.cart .cart-container .promo-container {
  margin-bottom: 20px;
  text-align: left;
}
.cart .cart-container .promo-container input {
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 8px;
  font-size: 19px;
  letter-spacing: 0.4px;
  padding: 11px;
  margin: 5px;
  font-family: "Source Sans Pro", Arial;
}
.cart .cart-container .promo-container .btn {
  width: 100px;
  padding: 7px;
  border-radius: 4px;
  font-size: 14px;
}
.cart .cart-container .metodi-di-pagamento {
  width: 500px;
  font-size: 18px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 700px) {
  .cart .cart-container .metodi-di-pagamento {
    font-size: 16px;
  }
  .cart .cart-container .metodi-di-pagamento h2 {
    font-size: 21px;
  }
}
.cart .cart-container .metodi-di-pagamento > .flex {
  justify-content: flex-start;
  margin: 20px 0 0;
}
.cart .cart-container .metodi-di-pagamento .squaredCheck {
  margin: 0 20px 0 0;
}
.cart .cart-container .metodi-di-pagamento .credit-cards {
  text-align: left;
  margin: 0 0 0 30px;
}
.cart .cart-container .metodi-di-pagamento .credit-cards .disclaimer {
  margin-left: 10px !important;
}
.cart .cart-container .step3 .shop-section-title .trattino {
  margin: 10px auto !important;
}
.cart .cart-container .step3 .fatturazione {
  max-width: 860px;
  margin: 0 auto;
  padding-top: 25px;
}
@media only screen and (max-width: 700px) {
  .cart .cart-container .step3 .fatturazione {
    padding-top: 0;
  }
}
.cart .cart-container .step3 .fatturazione .input-wrap {
  transition: background 0.3s ease-out;
  width: 50%;
  padding: 0 50px 5px;
  margin: 0;
  text-align: left;
}
@media only screen and (max-width: 960px) {
  .cart .cart-container .step3 .fatturazione .input-wrap {
    padding: 0 20px 5px;
  }
}
@media only screen and (max-width: 700px) {
  .cart .cart-container .step3 .fatturazione .input-wrap {
    width: 100%;
    padding: 0;
  }
}
.cart .cart-container .step3 .fatturazione .input-wrap input,
.cart .cart-container .step3 .fatturazione .input-wrap select {
  background-color: #fff;
  color: #333;
  padding: 10px 12px;
  border: none;
  border-radius: 4px;
  margin: 0 auto 0 0;
  text-align: left;
  box-sizing: border-box;
}
@media only screen and (max-width: 700px) {
  .cart .cart-container .step3 .fatturazione .input-wrap input,
  .cart .cart-container .step3 .fatturazione .input-wrap select {
    font-size: 16px;
  }
}
.cart .cart-container .step3 .fatturazione .input-wrap label {
  background-color: transparent;
  position: static;
  width: 50%;
  left: 0 !important;
  display: block;
  transform: inherit !important;
  letter-spacing: 0;
  white-space: normal !important;
}
.cart .cart-container .step3 .fatturazione .input-wrap select {
  margin-bottom: -2px;
  display: block;
}
.cart .cart-container .step3 .fatturazione label {
  margin: 15px auto 15px 0;
  text-align: left;
}
.cart .cart-container .step3 .overwrite {
  margin-top: 30px !important;
}
.cart .cart-container .step3 .overwrite .squaredCheck {
  margin: 0 20px 0 0;
  height: 12px;
  display: inline-block;
  vertical-align: top;
}
.cart .cart-container .step3 .overwrite .squaredCheck label {
  height: 20px;
  position: absolute;
  width: 20px;
  background-color: #fff;
}
.cart .cart-container .step3 .overwrite #conferma-dati-fatturazione {
  left: 50%;
  margin-top: 0;
  width: calc(100% - 30px);
  display: inline-block;
}
.cart .cart-container .total-cart {
  justify-content: flex-start;
  padding: 0 20px;
}
@media only screen and (max-width: 700px) {
  .cart .cart-container .total-cart {
    padding: 0;
  }
}
.shop-slide {
  /*transition-timing-function:ease-out;*/
  width: 100%;
  max-width: 994px;
  height: 500px;
  background-color: hsl(188, 53%, 62%);
  margin: 25px auto 15px;
  position: relative;
  text-align: center;
  padding: 15px 0;
  overflow: hidden;
  flex-wrap: wrap;
}
.shop-slide.filtered {
  height: auto;
}
.shop-slide.filtered .product-panel {
  position: static;
  margin: 30px auto;
}
.shop-slide .product-panel {
  width: 280px;
  max-width: 100%;
  height: 400px;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  left: 0;
  right: 0;
  box-sizing: content-box;
  bottom: 0;
  top: 0;
  overflow: hidden;
  margin: auto;
  padding: 10px 5px;
}
@media only screen and (max-width: 700px) {
  .shop-slide .product-panel {
    box-sizing: border-box;
  }
}
.shop-slide .product-panel .descr {
  margin: auto 0;
  overflow: hidden;
  min-height: 250px;
  justify-content: flex-start;
  padding: 10px 0;
}
.shop-slide .product-panel .descr .txt {
  margin-bottom: 10px;
}
.shop-slide .product-panel .descr,
.shop-slide .product-panel .descr > div {
  width: 240px;
  margin: 0 auto;
}
.shop-slide .product-panel .descr html.no-flexboxlegacy,
.shop-slide .product-panel .descr > div html.no-flexboxlegacy {
  height: 17%;
}
.shop-slide .product-panel h2 {
  font-size: 27px;
  line-height: 0.9em;
  padding: 10px 15px;
}
.shop-slide .product-panel .trattino {
  margin: 0 auto;
}
.shop-slide .ultimo {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.shop-slide .ultimo .buyBtn {
  margin: 0 auto;
  color: white;
  padding: 8px 20px;
  border-color: #fff;
}
html.no-csstransforms .shop-slide {
  height: auto;
}
html.no-csstransforms .shop-slide .nav-arrow {
  display: none;
}
html.no-csstransforms .shop-slide .product-panel {
  position: relative;
  margin: 20px;
  float: left;
}
html.no-csstransforms .shop-slide .product-panel .price {
  padding: 16px 0;
}
.parts {
  margin: 15px auto 0 auto;
  font-size: 19px;
  font-weight: 300;
  border-bottom: 1px solid #dedede;
  padding-bottom: 5px;
}
.parts div {
  letter-spacing: 0px;
}
.panel-hide {
  display: none;
}
.panel--1 {
  transform: translateX(-250%) scale(0.8);
}
.panel-0 {
  transform: translateX(-110%) scale(0.8);
}
.panel-2 {
  transform: translateX(110%) scale(0.8);
}
.panel-3 {
  transform: translateX(250%) scale(0.8);
}
.shop .filters {
  flex-wrap: wrap;
  padding: 30px;
}
@media only screen and (max-width: 700px) {
  .shop .filters {
    padding: 10px 10px 0;
  }
}
.shop .shop-container {
  position: static;
}
.shop .shop-container .nav-arrow {
  height: 100%;
  width: 80px;
  cursor: pointer;
}
.shop .shop-container .nav-arrow:hover {
  transform: scale(1.5);
  background: hsla(0, 0%, 100%, 0.2);
}
.shop .shop-container .nav-arrow-left {
  transform: rotate(180deg);
}
.shop .shop-container .nav-arrow.hide {
  transform: scaleY(0);
}
.shop .shop-container .price {
  font-size: 26px;
  padding: 26px 0;
  width: 100%;
}
.shop .shop-container .buyBtn {
  cursor: pointer;
  display: inline;
  transition: background 0.3s ease-out, color 0.3s ease-out;
  padding: 6px 22px;
  width: 80%;
  margin: 0 auto;
  font-weight: 300;
  font-style: italic;
  font-size: 21px;
  border-style: solid;
  border-width: 1px;
  border-radius: 15px;
  letter-spacing: 0px;
  white-space: nowrap;
}
.shop .filter-btn-all {
  background-color: hsl(19, 81%, 71%);
}
.shop .slide-title {
  margin: 60px auto 0;
  padding: 10px 30px;
  max-width: 400px;
  text-align: center;
  color: #fff;
  font-size: 21px;
}
.shop .filter-btn {
  padding: 6px 15px;
  color: #fff;
  font-style: italic;
  font-size: 16px;
  border-radius: 6px;
}
@media only screen and (max-width: 700px) {
  .shop .filter-btn {
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 5px;
    margin-bottom: 10px;
    letter-spacing: 0;
    width: 140px;
  }
}
.shop .slide-0,
.shop .filter-btn-0 {
  background: hsl(267, 29%, 60%);
}
.shop .slide-0 .buyBtn,
.shop .filter-btn-0 .buyBtn,
.shop .slide-0 .topUp,
.shop .filter-btn-0 .topUp {
  border-color: hsl(267, 29%, 60%);
  color: hsl(267, 29%, 60%);
}
.shop .slide-0 .buyBtn:hover,
.shop .filter-btn-0 .buyBtn:hover,
.shop .slide-0 .topUp:hover,
.shop .filter-btn-0 .topUp:hover {
  background: hsl(267, 29%, 60%);
  color: #fff;
}
.shop .slide-1,
.shop .filter-btn-1 {
  background: hsl(19, 81%, 61%);
}
.shop .slide-1 .buyBtn,
.shop .filter-btn-1 .buyBtn,
.shop .slide-1 .topUp,
.shop .filter-btn-1 .topUp {
  border-color: hsl(19, 81%, 61%);
  color: hsl(19, 81%, 61%);
}
.shop .slide-1 .buyBtn:hover,
.shop .filter-btn-1 .buyBtn:hover,
.shop .slide-1 .topUp:hover,
.shop .filter-btn-1 .topUp:hover {
  background: hsl(19, 81%, 61%);
  color: #fff;
}
.shop .slide-2,
.shop .filter-btn-2 {
  background: hsl(188, 53%, 62%);
}
.shop .slide-2 .buyBtn,
.shop .filter-btn-2 .buyBtn,
.shop .slide-2 .topUp,
.shop .filter-btn-2 .topUp {
  border-color: hsl(188, 53%, 62%);
  color: hsl(188, 53%, 62%);
}
.shop .slide-2 .buyBtn:hover,
.shop .filter-btn-2 .buyBtn:hover,
.shop .slide-2 .topUp:hover,
.shop .filter-btn-2 .topUp:hover {
  background: hsl(188, 53%, 62%);
  color: #fff;
}
.shop .slide-3,
.shop .filter-btn-3 {
  background: hsl(42, 86%, 60%);
}
.shop .slide-3 .buyBtn,
.shop .filter-btn-3 .buyBtn,
.shop .slide-3 .topUp,
.shop .filter-btn-3 .topUp {
  border-color: hsl(42, 86%, 60%);
  color: hsl(42, 86%, 60%);
}
.shop .slide-3 .buyBtn:hover,
.shop .filter-btn-3 .buyBtn:hover,
.shop .slide-3 .topUp:hover,
.shop .filter-btn-3 .topUp:hover {
  background: hsl(42, 86%, 60%);
  color: #fff;
}
.shop .slide-4,
.shop .filter-btn-4 {
  background: hsl(211, 53%, 56%);
}
.shop .slide-4 .buyBtn,
.shop .filter-btn-4 .buyBtn,
.shop .slide-4 .topUp,
.shop .filter-btn-4 .topUp {
  border-color: hsl(211, 53%, 56%);
  color: hsl(211, 53%, 56%);
}
.shop .slide-4 .buyBtn:hover,
.shop .filter-btn-4 .buyBtn:hover,
.shop .slide-4 .topUp:hover,
.shop .filter-btn-4 .topUp:hover {
  background: hsl(211, 53%, 56%);
  color: #fff;
}
.shop .slide-5,
.shop .filter-btn-5 {
  background: hsl(211, 53%, 56%);
}
.shop .slide-5 .buyBtn,
.shop .filter-btn-5 .buyBtn,
.shop .slide-5 .topUp,
.shop .filter-btn-5 .topUp {
  border-color: hsl(211, 53%, 56%);
  color: hsl(211, 53%, 56%);
}
.shop .slide-5 .buyBtn:hover,
.shop .filter-btn-5 .buyBtn:hover,
.shop .slide-5 .topUp:hover,
.shop .filter-btn-5 .topUp:hover {
  background: hsl(211, 53%, 56%);
  color: #fff;
}
.shop .banner-preventivo {
  max-width: 994px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 100px;
  margin-top: 0;
}
.shop .banner-preventivo h3 {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}
.shop .banner-preventivo .btn {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  max-width: 160px;
}
@media only screen and (max-width: 700px) {
  .shop .banner-preventivo .btn {
    padding: 15px;
  }
}
.shop #cart.loading img {
  opacity: 0.4;
}
.shop .contatti-container {
  margin-top: 40px;
}
.topUp-container {
  margin: auto;
}
.topUp-container span,
.topUp-container .topUp,
.topUp-container p {
  font-size: 20px;
}
.topUp {
  padding: 6px;
  text-align: right;
  width: 103px;
  margin-left: 15px;
}
@media only screen and (max-width: 960px) {
  .banner-preventivo {
    padding: 15px 10px !important;
  }
}
@media only screen and (max-width: 700px) {
  .shop .shop-container .banner-preventivo h3 {
    margin-bottom: 15px;
  }
  .shop .shop-container .price {
    padding: 0;
  }
  .shop .shop-container .slide-title {
    max-width: 100%;
    margin-top: 20px !important;
    padding: 15px 0 5px;
  }
  .shop .shop-container .shop-slide {
    margin-top: 0;
    margin-bottom: 0;
    height: 460px;
  }
  .shop .shop-container .product-panel h2 {
    font-size: 22px;
  }
  .shop .shop-container .parts {
    font-size: 16px;
  }
  .shop .shop-container .nav-arrow {
    width: 50px;
  }
  .shop .contatti-container {
    padding: 20px;
  }
  .shop .contatti-container .vertical-text {
    display: none;
  }
  .shop .contatti-container .sx {
    margin-bottom: 0;
  }
  .shop .contatti-container .sx h3 {
    font-size: 19px;
  }
}
@media (min-width: 1280px) {
  .wellcome .splash-wellcome h2 {
    font-size: 40px;
  }
  .wellcome .splash-wellcome h3 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .wellcome .splash-wellcome h2 {
    font-size: 32px;
  }
}
@media (max-width: 1025) {
  .wellcome .splash-wellcome h2 {
    font-size: 25px;
  }
  .wellcome .splash-wellcome h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 700px) {
  .wellcome .splash-wellcome h3 {
    line-height: 1em;
  }
}
@media only screen and (max-width: 700px) {
  .wellcome .breadcrumbs {
    padding: 10px !important;
  }
}
.wellcome .splash-servizi {
  margin: 0 0 80px 0;
  max-height: 825px;
}
.wellcome .splash-servizi .sfondo {
  /*background-image: url('/images/splash2.png')*/
}
.wellcome .splash-servizi h2 {
  align-self: flex-start;
}
.wellcome .splash-servizi .rightBanner {
  left: 65%;
}
.wellcome .splash-servizi .text {
  text-align: left;
}
.wellcome .splash-servizi .text label {
  font-size: 14px;
  margin: 0;
}
.wellcome .splash-servizi .text h2 {
  font-size: 55px;
  font-weight: bold;
}
.wellcome .splash-servizi .text h5 {
  padding: 10px 0;
}
.wellcome .splash-servizi .text a,
.wellcome .splash-servizi .shop-banner a {
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 8px 15px;
  display: inline-block;
}
.wellcome .splash-servizi .shop-banner {
  background-color: hsl(19, 81%, 66%);
  z-index: 3;
  padding: 10px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.wellcome .splash-servizi .shop-banner a {
  margin-left: 40px;
  padding: 8px 25px;
}
@media only screen and (max-width: 700px) {
  .wellcome .splash-servizi {
    margin: 0 0 30px 0;
  }
  .wellcome .splash-servizi .leftBanner,
  .wellcome .splash-servizi .rightBanner {
    position: relative;
    width: 100%;
    left: 0;
  }
  .wellcome .splash-servizi .leftBanner h2,
  .wellcome .splash-servizi .rightBanner h2 {
    font-size: 42px;
  }
  .wellcome .splash-servizi .leftBanner {
    background-size: cover;
  }
  .wellcome .splash-servizi .leftBanner .colored_overlay {
    background-color: rgba(107, 196, 209, 0.85) !important;
    padding: 15%;
    position: relative !important;
  }
  .wellcome .splash-servizi .rightBanner {
    background-size: cover;
  }
  .wellcome .splash-servizi .rightBanner .colored_overlay {
    background-color: rgba(150, 123, 183, 0.9) !important;
    padding: 15%;
    position: relative !important;
  }
  .wellcome .splash-servizi .shop-banner {
    position: relative;
  }
  .wellcome .splash-servizi .shop-banner a {
    margin-left: 10px;
  }
  .wellcome .splash-servizi .shop-banner h3 {
    margin-bottom: 10px;
  }
}
.registration .splash {
  padding: 7% 0;
}
.registration .registration-form {
  flex-wrap: wrap;
  padding: 30px 80px;
  transition: opacity 0.4s linear;
}
@media only screen and (max-width: 960px) {
  .registration .registration-form {
    padding: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .registration .registration-form {
    padding: 10px;
  }
}
.registration .registration-form form {
  display: block;
  width: 100%;
  flex-wrap: wrap;
  max-width: 1024px;
  flex-basis: 33%;
  margin: 0 auto;
}
.registration .registration-form .form-row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 700px) {
  .registration .registration-form .form-row {
    display: block;
  }
}
.registration .registration-form .form-row .input-wrap {
  flex-grow: 1;
  box-sizing: border-box;
  padding: 3px 0;
  margin: 12px 3.1%;
  transition: background 0.4s ease-out;
  width: 27%;
}
@media only screen and (max-width: 960px) {
  .registration .registration-form .form-row .input-wrap input,
  .registration .registration-form .form-row .input-wrap select,
  .registration .registration-form .form-row .input-wrap textarea {
    font-size: 16px !important;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 700px) {
  .registration .registration-form .form-row .input-wrap {
    width: 100% !important;
    margin: 10px 0;
  }
}
.registration .registration-form .form-row .input-wrap input {
  text-align: left;
  background-color: #fff;
}
.registration .registration-form .form-row .input-wrap label {
  top: -6px;
}
.registration .registration-form .form-row .input-wrap input,
.registration .registration-form .form-row .input-wrap select,
.registration .registration-form .form-row .input-wrap textarea {
  padding-left: 5px;
}
.registration .errored {
  background-color: hsl(2, 100%, 93%) !important;
  border: none !important;
}
.registration .squaredCheck.errored label {
  border: 2px solid hsl(2, 100%, 73%);
  box-sizing: border-box;
}
.registration .input-wrap input[type="submit"] {
  max-width: 200px;
  border-radius: 0;
  text-align: center!important;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  transition: background 0.3s ease-out;
}
.registration .input-wrap input[type="submit"]:hover {
  transform: scale(1.05);
  background: hsl(19, 81%, 61%);
  color: #fff;
}
.registration input[name="phoneMobile"] {
  letter-spacing: 2px;
}
.registration .privacy {
  width: 90%;
  margin: 20px 0 0 5%;
}
@media only screen and (max-width: 700px) {
  .registration .privacy {
    margin: 0;
  }
}
.registration .privacy > div {
  width: 100%;
  margin: 10px;
}
.registration .privacy .squaredCheck,
.registration .privacy h4 {
  letter-spacing: 0.4px;
  font-size: 15px;
}
.registration .privacy h4 {
  margin: 5px auto 5px 30px;
  width: 90%;
}
@media only screen and (max-width: 700px) {
  .registration .privacy h4 {
    margin-left: 8px !important;
  }
}
.registration .registrationTitle {
  background-color: hsl(19, 81%, 61%);
  margin: 0px auto 0;
  padding: 10px 30px;
  max-width: 480px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.registration .txtAfterReg {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 30px;
}
.registration .text-block {
  margin-top: 60px;
}
.registration .text-block .btn {
  margin-top: 20px;
  color: hsl(19, 81%, 61%);
  border-color: hsl(19, 81%, 61%);
}
.come_acquistare .splash .left-text {
  margin-bottom: 1.5%;
}
.come_acquistare h2 {
  margin-left: 2%;
}
.come_acquistare .txt {
  padding: 30px 10%;
  line-height: 1.3em;
}
.come_acquistare table {
  margin: 35px auto;
  width: 0%;
  max-width: 900px;
  color: #626262;
  line-height: 1.1em;
  font-size: 17px;
  letter-spacing: 1.5px;
}
.come_acquistare table p {
  color: #000;
  line-height: 1.4em;
  display: block;
  padding: 20px 5px;
}
.come_acquistare table,
.come_acquistare table th,
.come_acquistare table td {
  border: 1px solid #aaa;
}
.come_acquistare table th {
  color: hsl(19, 81%, 61%);
  font-size: 18px;
  padding: 25px;
}
.come_acquistare table td {
  width: 33%;
  padding: 30px;
}
.api .griglia3 {
  padding: 80px;
}
.api .griglia3 > .flex {
  margin: 0 10px;
  text-align: center;
}
.api .griglia3 > .flex h3 {
  padding: 15px 0;
}
.api .griglia3 > .flex h6 {
  color: #333;
  font-size: 14px;
}
@media only screen and (max-width: 700px) {
  .api .griglia3 {
    flex-direction: column;
  }
  .api .griglia3 > .flex {
    margin: 30px auto;
  }
}
@media only screen and (max-width: 960px) {
  .api .splash-api1 h3 {
    font-size: 26px!important;
  }
}
@media only screen and (min-width: 480px) and (max-width:700px) {
  .api .splash-api1 h3 {
    font-size: 22px!important;
  }
}
@media only screen and (max-width: 700px) {
  .api .splash-api1 h3 {
    font-size: 22px!important;
  }
}
.api .api-docs {
  background-color: #ec804d;
  padding: 100px 0 30px 60px;
}
.api .api-docs .top-text {
  position: absolute;
  background: #ec966d;
  top: 0;
  left: 0;
  text-align: center;
  padding: 10px 20px 10px 80px;
  color: #fff;
  width: 100%;
}
.api .api-docs .tabella-api {
  width: 80%;
  margin: 0 auto 30px;
  border: 2px solid #fff;
  border-radius: 8px;
  overflow: hidden;
}
.api .api-docs .tabella-api .title {
  width: 100%;
  background-color: white;
  text-align: center;
  color: #000;
  padding: 8px 0;
}
.api .api-docs .tabella-api > div {
  color: #fff;
  padding: 8px 15%;
  clear: both;
}
.api .api-docs .tabella-api > div a :hover {
  opacity: 0.8;
}
.api .api-docs .tabella-api > div:nth-child(odd) {
  background-color: #ec966d;
}
@media only screen and (max-width: 700px) {
  .api .api-docs {
    padding: 50px 10px;
  }
  .api .api-docs .top-text {
    padding: 0;
  }
  .api .api-docs .tabella-api {
    margin: 50px auto 0;
  }
}
.job .job-positions {
  margin-top: 20px;
}
.job .job-positions table {
  width: 100%;
}
.job .job-positions table tr {
  border-bottom: 1px solid #000;
}
.job .job-positions table td {
  padding: 15px 0;
}
.job .job-positions table .btn {
  border: none;
  padding: 4px 8px;
  background: hsl(19, 81%, 51%);
  border-radius: 4px;
}
.job .join-form {
  text-align: center;
  padding: 20px;
}
.job .join-form .story {
  font-size: 19px;
}
.job .join-form .story p {
  letter-spacing: 2px;
}
.job .join-form .inputs {
  max-width: 500px;
  margin: auto;
}
.job .join-form .inputs input[type="text"],
.job .join-form .inputs input[type="email"],
.job .join-form .inputs textarea {
  color: #fff;
  width: 80%;
  max-width: 400px;
  padding: 12px;
  margin: 1%;
}
.job .join-form .inputs input[type="submit"] {
  width: 100%;
  padding: 6px 26px;
  margin-top: 10px;
}
.job .join-form .inputs textarea {
  min-height: 140px;
}
.job .join-form .inputs .confirm {
  color: #fff;
}
.job .join-form .inputs .confirm .squaredCheck {
  margin: 10px auto;
}
.job .join-form .inputs .confirm .flex {
  flex-wrap: nowrap;
}
.job .api-banner {
  background: hsl(19, 81%, 61%);
  color: #fff;
  min-height: 120px;
}
@media only screen and (max-width: 700px) {
  .job .api-banner {
    padding: 20px;
  }
  .job .api-banner h2 {
    font-size: 21px;
  }
}
.job .api-banner .btn {
  margin: 0 auto;
  background: hsl(19, 81%, 54%);
  padding: 15px;
  border: 2px solid;
}
.job .errored {
  border: 2px solid red !important;
}
.partnership .forms,
.job .forms {
  height: 620px;
  color: #fff;
  text-align: center;
}
.partnership .forms > div,
.job .forms > div {
  width: 30%;
  float: left;
  position: relative;
  height: 100%;
  margin: 40px 1.66%;
}
@media only screen and (max-width: 700px) {
  .partnership .forms > div,
  .job .forms > div {
    margin: 40px auto;
  }
}
.partnership .forms .form-contattaci,
.job .forms .form-contattaci {
  padding: 15px;
  margin: 0 auto;
  height: 100%;
  box-sizing: border-box;
}
.partnership .forms .form-contattaci .confirm,
.job .forms .form-contattaci .confirm {
  letter-spacing: 0px;
  text-align: left;
}
.partnership .forms .form-contattaci .confirm .newsletter-accept,
.job .forms .form-contattaci .confirm .newsletter-accept {
  padding: 0 20px;
}
.partnership .forms .form-contattaci .confirm input[type="submit"],
.job .forms .form-contattaci .confirm input[type="submit"] {
  border: 2px solid #fff;
  border-radius: 10px;
}
.partnership .forms .form-contattaci h2,
.job .forms .form-contattaci h2 {
  font-size: 32px;
}
.partnership .forms .form-contattaci .inputs,
.job .forms .form-contattaci .inputs {
  height: 80%;
}
.partnership .forms .form-contattaci .inputs input[type="text"],
.job .forms .form-contattaci .inputs input[type="text"],
.partnership .forms .form-contattaci .inputs input[type="email"],
.job .forms .form-contattaci .inputs input[type="email"],
.partnership .forms .form-contattaci .inputs textarea,
.job .forms .form-contattaci .inputs textarea {
  text-align: center;
  color: #fff;
  width: 80%;
  max-width: 400px;
  padding: 3%;
  margin: 1%;
}
.partnership .forms .form-contattaci .inputs textarea,
.job .forms .form-contattaci .inputs textarea {
  min-height: 100px;
}
@media only screen and (max-width: 960px) {
  .partnership .forms,
  .job .forms {
    height: auto;
  }
  .partnership .forms > div,
  .job .forms > div {
    width: 100%;
    float: none;
    clear: both;
    margin: 40px auto;
  }
  .partnership .forms > div .subscribe,
  .job .forms > div .subscribe {
    position: relative;
    height: 560px;
    margin: 0 auto;
  }
  .partnership .forms .form-contattaci .inputs,
  .job .forms .form-contattaci .inputs {
    padding: 40px 0;
  }
  .partnership .forms .form-contattaci .inputs input[type="text"],
  .job .forms .form-contattaci .inputs input[type="text"],
  .partnership .forms .form-contattaci .inputs input[type="email"],
  .job .forms .form-contattaci .inputs input[type="email"],
  .partnership .forms .form-contattaci .inputs textarea,
  .job .forms .form-contattaci .inputs textarea {
    padding: 15px;
    color: #fff;
  }
}
.partnership .partners {
  background-color: hsl(188, 53%, 62%);
  margin: 50px;
  padding: 3%;
  align-items: stretch;
}
.partnership .partners .p {
  background-color: #fff;
  padding: 2%;
  border-radius: 12px;
  width: 30.333%;
}
.partnership .partners .p > img {
  width: 80%;
}
@media only screen and (max-width: 700px) {
  .partnership .partners {
    flex-direction: column;
    margin: 50px 0;
    padding: 6%;
  }
  .partnership .partners .p {
    width: 100%;
    margin-top: 30px;
    padding: 7%;
  }
  .partnership .partners .p img {
    margin: 16px auto;
  }
  .partnership .partners .p:first-child {
    margin-top: 0;
  }
}
.partnership .simple-text {
  padding: 30px;
  margin-bottom: 3%;
}
.partnership .simple-text h3 {
  text-align: center;
}
.partnership .sponsor {
  padding: 3%;
  background-color: hsl(19, 81%, 61%);
  color: #fff;
  font-size: 24px;
  line-height: 1.6em;
}
.partnership .errored {
  border: 2px solid red !important;
}
.partnership .api-banner {
  background-color: hsl(19, 81%, 61%);
  padding: 15% 15px;
}
.partnership .api-banner .btn {
  margin: 0;
  background-color: hsl(19, 81%, 53%);
}
.partnership .trattino {
  border: 2px solid hsl(188, 53%, 62%);
}
@media only screen and (max-width: 960px) {
  .partnership .newsletter-accept {
    width: 50% !important;
  }
}
@media only screen and (max-width: 700px) {
  .partnership .newsletter-accept {
    width: 83% !important;
  }
}
.mobGate .splash .banner {
  background-color: hsla(267, 29%, 60%, 0.9) !important;
  background-image: none;
}
.mobGate .splash .center {
  text-align: center;
}
.mobGate .form-contatto,
.mobGate .shop-slide,
.mobGate .buyBtn,
.mobGate .news-form {
  background-color: hsl(267, 29%, 60%) !important;
}
.mobGate .buyBtn {
  border: 2px solid hsl(267, 29%, 60%);
}
.mobGate .vertical-text,
.mobGate .offerta-personalizzata {
  background-color: hsl(267, 29%, 70%);
}
.mobspot .shop-slide,
.mobGate .shop-slide,
.mobmail .shop-slide,
.landing .shop-slide {
  max-width: 1024px;
  width: 100%;
  padding-top: 80px;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
  box-sizing: content-box;
  padding-bottom: 50px;
  margin-bottom: 80px;
}
.mobspot .shop-slide .title,
.mobGate .shop-slide .title,
.mobmail .shop-slide .title,
.landing .shop-slide .title {
  position: absolute;
  left: 60px;
  right: 0;
  top: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 6px 2%;
  font-size: 24px;
  color: #fff;
  width: 60%;
  margin: 0 auto;
}
.mobspot .shop-slide .product-panel,
.mobGate .shop-slide .product-panel,
.mobmail .shop-slide .product-panel,
.landing .shop-slide .product-panel {
  left: 50px;
  top: 90px;
  margin: 30px auto 80px auto;
}
.mobspot .shop-slide .product-panel .topUp,
.mobGate .shop-slide .product-panel .topUp,
.mobmail .shop-slide .product-panel .topUp,
.landing .shop-slide .product-panel .topUp {
  border-color: hsl(267, 29%, 60%);
  color: hsl(267, 29%, 60%);
}
.mobspot .shop-slide .product-panel .topUp:hover,
.mobGate .shop-slide .product-panel .topUp:hover,
.mobmail .shop-slide .product-panel .topUp:hover,
.landing .shop-slide .product-panel .topUp:hover {
  background: hsl(267, 29%, 60%);
  color: #fff;
}
@media only screen and (max-width: 700px) {
  .mobspot .shop-slide,
  .mobGate .shop-slide,
  .mobmail .shop-slide,
  .landing .shop-slide {
    padding-top: 130px;
  }
  .mobspot .shop-slide .offerta-personalizzata,
  .mobGate .shop-slide .offerta-personalizzata,
  .mobmail .shop-slide .offerta-personalizzata,
  .landing .shop-slide .offerta-personalizzata {
    margin-left: 10%;
    width: 90%;
  }
}
html.no-rgba .mobspot .shop-slide,
html.no-rgba .mobGate .shop-slide,
html.no-rgba .mobmail .shop-slide,
html.no-rgba .landing .shop-slide {
  display: none;
}
.mobspot .vertical-text,
.mobGate .vertical-text,
.mobmail .vertical-text,
.landing .vertical-text {
  z-index: 99;
}
.mobspot .offerta-personalizzata,
.mobGate .offerta-personalizzata,
.mobmail .offerta-personalizzata,
.landing .offerta-personalizzata {
  position: absolute;
  bottom: 0;
  padding: 15px;
  color: #fff;
  margin-left: 65px;
  width: 100%;
  background-color: hsla(267, 29%, 67%, 0.83);
}
.mobspot .offerta-personalizzata .btn,
.mobGate .offerta-personalizzata .btn,
.mobmail .offerta-personalizzata .btn,
.landing .offerta-personalizzata .btn {
  margin: 0;
}
.mobspot .errored,
.mobGate .errored,
.mobmail .errored,
.landing .errored {
  border: 2px solid red !important;
}
.mobmail div.landing {
  overflow: hidden;
  min-height: 300px;
}
.mobmail div.landing .descr {
  width: 40%;
  overflow: hidden;
  align-items: flex-start;
  line-height: 1.66em;
  min-height: auto;
}
.mobmail div.landing .descr h2 {
  margin-bottom: 1em;
}
.mobmail div.landing img {
  transform: translateY(12%);
}
.mobmail div.landing.odd {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 700px) {
  .mobmail div.landing {
    flex-direction: column!important;
    padding: 50px 0 320px;
  }
  .mobmail div.landing .descr {
    width: 85%;
    align-items: center;
  }
  .mobmail div.landing img {
    position: absolute;
    bottom: -250px;
  }
}
.mobmail .landing-0 {
  background-color: hsl(19, 81%, 61%);
  color: #fff;
}
.mobmail .landing-2 {
  background-color: hsl(188, 53%, 62%);
  color: #fff;
}
.mobmail .landing-3 {
  background-color: hsl(49, 96%, 54%);
}
.mobmail .form-contatto {
  background-color: hsl(19, 81%, 61%);
}
.mobmail .landing-5 {
  background-color: hsl(267, 29%, 60%);
  color: #fff;
}
.mobmail .form-contatto,
.mobmail .shop-slide {
  margin-top: 100px;
}
.mobmail .shop-slide,
.mobmail .offerta-personalizzata {
  background-color: hsla(19, 81%, 68%, 0.83);
}
.mobmail .shop-slide .product-panel {
  background-color: hsl(19, 81%, 61%);
  color: #fff;
}
.landing div.landing {
  overflow: hidden;
  min-height: 300px;
}
.landing div.landing .descr {
  width: 40%;
  overflow: hidden;
  align-items: flex-start;
  line-height: 1.66em;
  min-height: auto;
}
.landing div.landing .descr h2 {
  margin-bottom: 1em;
}
.landing div.landing img {
  transform: translateY(12%);
}
.landing div.landing.odd {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 700px) {
  .landing div.landing {
    flex-direction: column!important;
    padding: 50px 0 320px;
  }
  .landing div.landing .descr {
    width: 85%;
    align-items: center;
  }
  .landing div.landing img {
    position: absolute;
    bottom: -250px;
  }
}
.landing .landing-0 {
  background-color: hsl(19, 81%, 61%);
  color: #fff;
}
.landing .landing-2 {
  background-color: hsl(188, 53%, 62%);
  color: #fff;
}
.landing .landing-3 {
  background-color: hsl(49, 96%, 54%);
}
.landing .form-contatto {
  background-color: hsl(19, 81%, 61%);
}
.landing .landing-5 {
  background-color: hsl(267, 29%, 60%);
  color: #fff;
}
.landing .form-contatto,
.landing .shop-slide {
  margin-top: 100px;
}
.landing .shop-slide,
.landing .offerta-personalizzata {
  background-color: hsla(19, 81%, 68%, 0.83);
}
.landing .shop-slide .product-panel {
  background-color: hsl(19, 81%, 61%);
  color: #fff;
}
.email .immagini-introduttive,
.callme .immagini-introduttive {
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 3% 10%;
}
.email .immagini-introduttive > div,
.callme .immagini-introduttive > div {
  padding: 4%;
  text-align: center;
}
.email .immagini-introduttive img,
.callme .immagini-introduttive img {
  height: 75px;
  margin-bottom: 15px;
}
.email .immagini-introduttive h3,
.callme .immagini-introduttive h3 {
  margin: 20px auto 5px auto;
}
.email .immagini-introduttive h4,
.callme .immagini-introduttive h4 {
  width: 100%;
}
.email .form-container,
.callme .form-container {
  width: 60%;
  margin: 20px auto;
  padding: 30px 0;
}
.email .form-container .grow1,
.callme .form-container .grow1 {
  margin: 0 10px 20px 10px;
}
.email .form-container .domanda,
.callme .form-container .domanda {
  width: 100%;
  margin: 20px auto 30px auto;
}
.email .form-container .btn,
.callme .form-container .btn {
  background-color: hsl(19, 81%, 61%);
  color: #fff;
  border: none;
  padding: 12px 32px;
}
.email .form-container .input-wrap input,
.callme .form-container .input-wrap input,
.email .form-container .input-wrap select,
.callme .form-container .input-wrap select {
  padding: 15px 0;
}
.email .form-container .squaredCheck,
.callme .form-container .squaredCheck {
  width: 20px!important;
}
.email textarea,
.callme textarea {
  min-height: 120px;
}
.email .errored,
.callme .errored {
  border: 2px solid red !important;
}
.email .askDataTitle,
.callme .askDataTitle {
  background-color: hsl(19, 81%, 61%);
  margin: 0px auto 0;
  padding: 10px 30px;
  max-width: 480px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (max-width: 700px) {
  .email .form-email-callme,
  .callme .form-email-callme {
    width: 90%;
  }
  .email .form-email-callme .grow1,
  .callme .form-email-callme .grow1 {
    margin: 10px 0;
  }
  .email .form-email-callme .input-wrap,
  .callme .form-email-callme .input-wrap {
    width: 100%;
  }
  .email .immagini-introduttive,
  .callme .immagini-introduttive {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 960px) {
  .email .form-contatto .content,
  .callme .form-contatto .content {
    border-width: 30px 0 !important;
    flex-direction: column !important;
  }
  .email .form-contatto .content .trial-form,
  .callme .form-contatto .content .trial-form {
    width: 100%;
  }
  .email .form-contatto .content .trial-form .confirm,
  .callme .form-contatto .content .trial-form .confirm {
    width: 90%;
  }
  .email .form-contatto .content .trial-form .confirm .newsletter-accept,
  .callme .form-contatto .content .trial-form .confirm .newsletter-accept {
    width: 90%;
  }
}
.come-acquistare .splash .left-text {
  margin-bottom: 1.5%;
}
.come-acquistare h2 {
  margin-left: 2%;
}
.come-acquistare .txt {
  padding: 30px 10%;
  line-height: 1.3em;
}
.come-acquistare table {
  margin: 35px auto;
  max-width: 900px;
  color: #626262;
  line-height: 1.1em;
  font-size: 17px;
  letter-spacing: 1.5px;
}
.come-acquistare table p {
  color: #000;
  line-height: 1.4em;
  display: block;
  padding: 20px 5px;
}
.come-acquistare table,
.come-acquistare table th,
.come-acquistare table td {
  border: 1px solid #aaa;
}
.come-acquistare table th {
  color: hsl(19, 81%, 61%);
  font-size: 18px;
  padding: 25px;
}
.come-acquistare table td {
  width: 33%;
  padding: 30px;
}
.error-page {
  padding: 60px 20px;
}
.error-page .banner {
  padding: 30px 100px;
  background-color: #ec7e4b;
  color: #fff;
  font-size: 32px;
}
.error-page .content {
  background-color: #fff;
  color: #888;
  padding: 100px 50px;
}
.error-page .content .left-text {
  width: 60%;
  display: inline-block;
  font-size: 80px;
}
.error-page .content .right-text {
  width: 30%;
  display: inline-block;
  font-size: 250px;
}
.error-page .link {
  padding: 0 100px;
  text-align: right;
  font-size: 32px;
}
.error-page .link a {
  color: #888;
}
.cookie-policy .text-block {
  text-align: left;
  padding: 5%;
  width: auto;
  max-width: 800px;
}
.cookie-policy .text-block p,
.cookie-policy .text-block h2,
.cookie-policy .text-block h3,
.cookie-policy .text-block h4,
.cookie-policy .text-block ul,
.cookie-policy .text-block li {
  letter-spacing: 0;
  line-height: 1.4;
}
.cookie-policy .text-block p span,
.cookie-policy .text-block h2 span,
.cookie-policy .text-block h3 span,
.cookie-policy .text-block h4 span,
.cookie-policy .text-block ul span,
.cookie-policy .text-block li span,
.cookie-policy .text-block p a,
.cookie-policy .text-block h2 a,
.cookie-policy .text-block h3 a,
.cookie-policy .text-block h4 a,
.cookie-policy .text-block ul a,
.cookie-policy .text-block li a {
  letter-spacing: 0;
}
.cookie-policy .text-block ul {
  list-style-type: initial;
  list-style-position: inside;
}
.landingpage_marketing,
.landingpage_prodotto,
.landing-evento {
  box-sizing: border-box;
  color: #333333;
}
.landingpage_marketing h1,
.landingpage_prodotto h1,
.landing-evento h1,
.landingpage_marketing h2,
.landingpage_prodotto h2,
.landing-evento h2,
.landingpage_marketing h3,
.landingpage_prodotto h3,
.landing-evento h3,
.landingpage_marketing h4,
.landingpage_prodotto h4,
.landing-evento h4,
.landingpage_marketing h5,
.landingpage_prodotto h5,
.landing-evento h5,
.landingpage_marketing h6,
.landingpage_prodotto h6,
.landing-evento h6,
.landingpage_marketing span,
.landingpage_prodotto span,
.landing-evento span,
.landingpage_marketing a,
.landingpage_prodotto a,
.landing-evento a,
.landingpage_marketing p,
.landingpage_prodotto p,
.landing-evento p,
.landingpage_marketing div,
.landingpage_prodotto div,
.landing-evento div,
.landingpage_marketing label,
.landingpage_prodotto label,
.landing-evento label {
  letter-spacing: 0;
  line-height: 1.2;
}
.landingpage_marketing .landing-background,
.landingpage_prodotto .landing-background,
.landing-evento .landing-background {
  background-color: #f3f3f3;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 960px) {
  .landingpage_marketing .landing-background,
  .landingpage_prodotto .landing-background,
  .landing-evento .landing-background {
    padding-top: 0;
  }
}
.landingpage_marketing .landing-background-img,
.landingpage_prodotto .landing-background-img,
.landing-evento .landing-background-img {
  position: absolute;
  width: 100%;
  height: 490px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.landingpage_marketing .landing-title,
.landingpage_prodotto .landing-title,
.landing-evento .landing-title {
  position: relative;
  z-index: 100;
  background-color: rgba(51, 51, 51, 0.2);
  padding: 1% 5%;
  text-align: center;
  text-shadow: 0px 8px 25px rgba(0, 0, 0, 0.25);
}
.landingpage_marketing .landing-title .landing-title__main,
.landingpage_prodotto .landing-title .landing-title__main,
.landing-evento .landing-title .landing-title__main,
.landingpage_marketing .landing-title .landing-title__second,
.landingpage_prodotto .landing-title .landing-title__second,
.landing-evento .landing-title .landing-title__second {
  color: #fff;
  font-style: italic;
}
.landingpage_marketing .landing-title .landing-title__main,
.landingpage_prodotto .landing-title .landing-title__main,
.landing-evento .landing-title .landing-title__main {
  font-size: 38px;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .landingpage_marketing .landing-title .landing-title__main,
  .landingpage_prodotto .landing-title .landing-title__main,
  .landing-evento .landing-title .landing-title__main {
    font-size: 32px;
  }
}
@media only screen and (max-width: 700px) {
  .landingpage_marketing .landing-title .landing-title__main,
  .landingpage_prodotto .landing-title .landing-title__main,
  .landing-evento .landing-title .landing-title__main {
    font-size: 28px;
  }
}
.landingpage_marketing .landing-title .landing-title__second,
.landingpage_prodotto .landing-title .landing-title__second,
.landing-evento .landing-title .landing-title__second {
  font-size: 24px;
  font-weight: normal;
}
@media only screen and (max-width: 960px) {
  .landingpage_marketing .landing-title .landing-title__second,
  .landingpage_prodotto .landing-title .landing-title__second,
  .landing-evento .landing-title .landing-title__second {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .landingpage_marketing .landing-title .landing-title__second,
  .landingpage_prodotto .landing-title .landing-title__second,
  .landing-evento .landing-title .landing-title__second {
    font-size: 16px;
  }
}
.landingpage_marketing .landing-container,
.landingpage_prodotto .landing-container,
.landing-evento .landing-container {
  position: relative;
  z-index: 100;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 960px) {
  .landingpage_marketing .landing-container,
  .landingpage_prodotto .landing-container,
  .landing-evento .landing-container {
    display: block;
  }
}
.landingpage_marketing .landing-form,
.landingpage_prodotto .landing-form,
.landing-evento .landing-form {
  align-self: flex-start;
  box-sizing: border-box;
  max-width: 480px;
  min-height: 430px;
  right: 0;
  padding: 30px;
  margin: 30px 0;
}
@media only screen and (max-width: 960px) {
  .landingpage_marketing .landing-form,
  .landingpage_prodotto .landing-form,
  .landing-evento .landing-form {
    float: initial;
    margin: 20px auto;
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  .landingpage_marketing .landing-form,
  .landingpage_prodotto .landing-form,
  .landing-evento .landing-form {
    padding: 20px 10px;
  }
}
.landingpage_marketing .landing-form .landing-form__title,
.landingpage_prodotto .landing-form .landing-form__title,
.landing-evento .landing-form .landing-form__title {
  font-size: 32px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .landingpage_marketing .landing-form .landing-form__title,
  .landingpage_prodotto .landing-form .landing-form__title,
  .landing-evento .landing-form .landing-form__title {
    font-size: 26px;
  }
}
.landingpage_marketing .landing-form .landing-form__deco,
.landingpage_prodotto .landing-form .landing-form__deco,
.landing-evento .landing-form .landing-form__deco {
  background-color: #fff;
  height: 1px;
  width: 60%;
  margin: 5px auto 20px;
}
.landingpage_marketing .landing-form .landing-form__campiobbligatori,
.landingpage_prodotto .landing-form .landing-form__campiobbligatori,
.landing-evento .landing-form .landing-form__campiobbligatori {
  text-align: center;
  font-size: 14px;
}
.landingpage_marketing .landing-form .landing-form__field,
.landingpage_prodotto .landing-form .landing-form__field,
.landing-evento .landing-form .landing-form__field {
  display: inline-block;
  width: 49%;
  margin-bottom: 10px;
  padding: 5px;
}
.landingpage_marketing .landing-form .landing-form__field label,
.landingpage_prodotto .landing-form .landing-form__field label,
.landing-evento .landing-form .landing-form__field label {
  display: block;
  font-weight: 300;
  font-style: italic;
  padding: 10px 0 3px;
}
.landingpage_marketing .landing-form .landing-form__field input,
.landingpage_prodotto .landing-form .landing-form__field input,
.landing-evento .landing-form .landing-form__field input {
  box-sizing: border-box;
  background-color: #fff;
  height: 44px;
  width: 100%;
  padding-left: 10px;
}
.landingpage_marketing .landing-form .landing-privacy,
.landingpage_prodotto .landing-form .landing-privacy,
.landing-evento .landing-form .landing-privacy {
  margin-top: 10px;
  width: 60%;
  padding-left: 5px;
  float: left;
}
@media only screen and (max-width: 700px) {
  .landingpage_marketing .landing-form .landing-privacy,
  .landingpage_prodotto .landing-form .landing-privacy,
  .landing-evento .landing-form .landing-privacy {
    width: 100% !important;
  }
}
.landingpage_marketing .landing-form .landing-privacy .squaredCheck,
.landingpage_prodotto .landing-form .landing-privacy .squaredCheck,
.landing-evento .landing-form .landing-privacy .squaredCheck,
.landingpage_marketing .landing-form .landing-privacy .newsletter-accept,
.landingpage_prodotto .landing-form .landing-privacy .newsletter-accept,
.landing-evento .landing-form .landing-privacy .newsletter-accept {
  display: block;
  float: left;
}
.landingpage_marketing .landing-form .landing-privacy .squaredCheck,
.landingpage_prodotto .landing-form .landing-privacy .squaredCheck,
.landing-evento .landing-form .landing-privacy .squaredCheck {
  width: 12%;
}
.landingpage_marketing .landing-form .landing-privacy .newsletter-accept,
.landingpage_prodotto .landing-form .landing-privacy .newsletter-accept,
.landing-evento .landing-form .landing-privacy .newsletter-accept {
  color: #333333;
  max-width: 88%;
  margin-bottom: 20px;
}
.landingpage_marketing .landing-form .landing-form__submit,
.landingpage_prodotto .landing-form .landing-form__submit,
.landing-evento .landing-form .landing-form__submit {
  float: left;
  width: 40%;
}
@media only screen and (max-width: 700px) {
  .landingpage_marketing .landing-form .landing-form__submit,
  .landingpage_prodotto .landing-form .landing-form__submit,
  .landing-evento .landing-form .landing-form__submit {
    width: auto !important;
    float: none !important;
  }
}
.landingpage_marketing .landing-form .landing-form__submit .btn,
.landingpage_prodotto .landing-form .landing-form__submit .btn,
.landing-evento .landing-form .landing-form__submit .btn {
  margin: 10px auto;
  font-size: 18px;
  background-color: #fff;
}
.landingpage_marketing .landing-form .landing-form__submit .btn:disabled,
.landingpage_prodotto .landing-form .landing-form__submit .btn:disabled,
.landing-evento .landing-form .landing-form__submit .btn:disabled {
  opacity: 0.3;
  cursor: default;
}
.landingpage_marketing .landing-text,
.landingpage_prodotto .landing-text,
.landing-evento .landing-text {
  box-sizing: border-box;
  font-size: 14px;
  background-color: #fff;
  padding: 20px;
}
@media only screen and (max-width: 960px) {
  .landingpage_marketing .landing-text,
  .landingpage_prodotto .landing-text,
  .landing-evento .landing-text {
    max-width: 100% !important;
    width: 100% !important;
    padding: 20px;
    clear: both;
    margin-top: 0 !important;
  }
  .landingpage_marketing .landing-text .landing-text__title,
  .landingpage_prodotto .landing-text .landing-text__title,
  .landing-evento .landing-text .landing-text__title {
    text-align: center;
  }
}
.landingpage_marketing .landing-text.landing-text-1,
.landingpage_prodotto .landing-text.landing-text-1,
.landing-evento .landing-text.landing-text-1 {
  max-width: 400px;
  align-self: center;
}
@media only screen and (max-width: 960px) {
  .landingpage_marketing .landing-text.landing-text-1,
  .landingpage_prodotto .landing-text.landing-text-1,
  .landing-evento .landing-text.landing-text-1 {
    margin: 20px auto !important;
  }
}
.landingpage_marketing .landing-text.landing-text-2,
.landingpage_prodotto .landing-text.landing-text-2,
.landing-evento .landing-text.landing-text-2 {
  max-width: 480px;
  margin-bottom: 40px;
}
.landingpage_marketing .landing-text .landing-text__title,
.landingpage_prodotto .landing-text .landing-text__title,
.landing-evento .landing-text .landing-text__title {
  font-size: 26px;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .landingpage_marketing .landing-text .landing-text__title,
  .landingpage_prodotto .landing-text .landing-text__title,
  .landing-evento .landing-text .landing-text__title {
    font-size: 22px;
  }
}
.landingpage_marketing .landing-text .landing-text__content,
.landingpage_prodotto .landing-text .landing-text__content,
.landing-evento .landing-text .landing-text__content {
  margin-top: 10px;
}
@media only screen and (max-width: 960px) {
  .landingpage_marketing .landing-text .landing-text__content,
  .landingpage_prodotto .landing-text .landing-text__content,
  .landing-evento .landing-text .landing-text__content {
    max-width: 500px;
    margin: 0 auto;
  }
}
.landingpage_marketing .landing-text .landing-text__content .landing-text__content__title,
.landingpage_prodotto .landing-text .landing-text__content .landing-text__content__title,
.landing-evento .landing-text .landing-text__content .landing-text__content__title {
  margin: 15px 0 3px;
  font-size: 18px;
  font-weight: bold;
}
.landingpage_marketing .landing-text .landing-text__content p,
.landingpage_prodotto .landing-text .landing-text__content p,
.landing-evento .landing-text .landing-text__content p {
  font-size: 16px;
}
.landingpage_prodotto .landing-text.landing-text-1,
.landing-evento .landing-text.landing-text-1 {
  max-width: 480px !important;
  margin-bottom: 30px;
  margin-top: 260px;
}
@media only screen and (max-width: 1000px) and (min-width: 961px) {
  .landingpage_prodotto .landing-text.landing-text-1,
  .landing-evento .landing-text.landing-text-1 {
    max-width: 400px !important;
  }
}
.landingpage_prodotto .landing-background,
.landing-evento .landing-background {
  padding-top: 0;
}
.landingpage_prodotto .landing-title,
.landing-evento .landing-title {
  background-color: hsl(19, 81%, 61%) !important;
  text-shadow: none !important;
}
.landingpage_prodotto .landing-form,
.landing-evento .landing-form {
  margin-top: 120px !important;
}
@media only screen and (max-width: 960px) {
  .landing-prodotto .landing-form,
  .landing-evento .landing-form {
    clear: both;
    margin-top: 0 !important;
  }
  .landing-prodotto .landing-background,
  .landing-evento .landing-background {
    height: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .marketing .landing-form {
    min-height: 540px !important;
  }
}
.landingpage_marketing .landing-container {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.landingpage_marketing .landing-container .landing-form {
  order: 2;
}
.landingpage_marketing .landing-container .landing-text-1 {
  order: 1;
  margin-right: auto;
  margin-top: 273px;
}
.landingpage_marketing .landing-container .landing-text-2 {
  order: 3;
  margin-top: -260px;
}
.colored_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(237, 102, 39, 0.4);
  top: 0;
}
.colored_overlay_box {
  position: absolute;
}
.risorse__elenco {
  text-align: center;
}
.risorse__elenco .risorse__elenco__boxwrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.risorse__elenco__box {
  box-sizing: border-box;
  text-align: center;
  width: 32.8%;
  display: inline-block;
  margin: 0.26%;
  margin-top: 4px;
  background-size: cover;
  background-color: #999;
  color: #fff;
}
.risorse__elenco__box__content {
  padding: 40px 20px;
  height: 100%;
}
.risorse__elenco__box__titolo {
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}
.risorse__elenco__box__sottotitolo {
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
}
.risorse__elenco__box__testo {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
}
.risorse__elenco__box__testo p {
  line-height: 1.2;
  letter-spacing: 0;
}
.risorse__elenco__box__extra {
  color: #4b4b4b;
  background-color: #fff;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 300;
  padding: 100px 0;
}
.risorse__elenco__box__extra p {
  line-height: 1.4;
}
.risorse__elenco__box .trattino {
  border: 2px solid #fff;
  margin-bottom: 10px !important;
}
.risorse__table {
  font-size: 22px;
  font-weight: 400;
  max-width: 1000px;
  margin: 0 auto;
}
.risorse__table__intestazione {
  color: #fff;
  font-weight: 600;
}
.risorse__table__intestazione th {
  border: 1px solid #fff;
  padding: 10px;
  line-height: 1.2;
  text-align: left !important;
}
.risorse__table__riga:nth-child(odd) {
  background-color: #fae5e2;
}
.risorse__table__orario {
  min-width: 150px;
}
.risorse__table__descrizione {
  font-style: italic;
}
.risorse__table__relatore {
  min-width: 220px;
}
.risorse__table td {
  box-sizing: border-box;
  padding: 10px;
  text-align: left !important;
  border: 1px solid #cacaca;
}
.risorse__table td p {
  text-align: left;
  line-height: 1.2;
}
.risorse__link {
  font-size: 36px;
  font-weight: 300;
  color: hsl(19, 81%, 61%);
  margin: 30px auto 0 !important;
  text-transform: uppercase;
  border: 1px solid hsl(19, 81%, 61%);
  padding: 10px 60px;
  border-radius: 28px;
  display: inline-block;
}
.resources-workshop_det .risorse__elenco .risorse__elenco__box {
  width: 49.48%;
}
.resources-workshop_det .splash h2,
.resources-video_det .splash h2,
.resources-generico_det .splash h2,
.resources-wdownload .splash h2 {
  text-align: left !important;
  margin: 0 !important;
}
.resources-workshop_det h2,
.resources-video_det h2,
.resources-generico_det h2,
.resources-wdownload h2 {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.resources-workshop_det .trattino,
.resources-video_det .trattino,
.resources-generico_det .trattino,
.resources-wdownload .trattino {
  margin-bottom: 30px;
}
.resources-workshop_det .section_padding,
.resources-video_det .section_padding,
.resources-generico_det .section_padding,
.resources-wdownload .section_padding {
  padding: 30px 0;
  text-align: center;
}
.resources-workshop_det .text-block,
.resources-video_det .text-block,
.resources-generico_det .text-block,
.resources-wdownload .text-block {
  color: #000 !important;
  padding: 0 0 20px;
  width: 90% !important;
}
.resources-workshop_det .text-block h3 p,
.resources-video_det .text-block h3 p,
.resources-generico_det .text-block h3 p,
.resources-wdownload .text-block h3 p {
  line-height: 1.2;
}
.resources-workshop_det .nl_big input,
.resources-video_det .nl_big input,
.resources-generico_det .nl_big input,
.resources-wdownload .nl_big input {
  width: 650px;
  border: 1px solid hsl(19, 81%, 61%);
  color: hsl(19, 81%, 61%);
  border-radius: 28px;
  font-style: italic;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 30px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}
.resources-workshop_det .nl_big ::-webkit-input-placeholder,
.resources-video_det .nl_big ::-webkit-input-placeholder,
.resources-generico_det .nl_big ::-webkit-input-placeholder,
.resources-wdownload .nl_big ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: hsl(19, 81%, 61%);
  font-weight: 300;
}
.resources-workshop_det .nl_big ::-moz-placeholder,
.resources-video_det .nl_big ::-moz-placeholder,
.resources-generico_det .nl_big ::-moz-placeholder,
.resources-wdownload .nl_big ::-moz-placeholder {
  /* Firefox 19+ */
  color: hsl(19, 81%, 61%);
  font-weight: 300;
}
.resources-workshop_det .nl_big :-ms-input-placeholder,
.resources-video_det .nl_big :-ms-input-placeholder,
.resources-generico_det .nl_big :-ms-input-placeholder,
.resources-wdownload .nl_big :-ms-input-placeholder {
  /* IE 10+ */
  color: hsl(19, 81%, 61%);
  font-weight: 300;
}
.resources-workshop_det .nl_big :-moz-placeholder,
.resources-video_det .nl_big :-moz-placeholder,
.resources-generico_det .nl_big :-moz-placeholder,
.resources-wdownload .nl_big :-moz-placeholder {
  /* Firefox 18- */
  color: hsl(19, 81%, 61%);
  font-weight: 300;
}
.resources-workshop_det .nl_big .newsletter-accept,
.resources-video_det .nl_big .newsletter-accept,
.resources-generico_det .nl_big .newsletter-accept,
.resources-wdownload .nl_big .newsletter-accept {
  width: 600px;
  letter-spacing: 0;
  color: hsl(19, 81%, 61%);
  font-size: 14px;
}
.resources-workshop_det .nl_big .newsletter-accept a,
.resources-video_det .nl_big .newsletter-accept a,
.resources-generico_det .nl_big .newsletter-accept a,
.resources-wdownload .nl_big .newsletter-accept a {
  color: hsl(19, 81%, 61%);
  letter-spacing: 0;
  font-weight: 600;
}
.resources-workshop_det .nl_big input[type="submit"],
.resources-video_det .nl_big input[type="submit"],
.resources-generico_det .nl_big input[type="submit"],
.resources-wdownload .nl_big input[type="submit"] {
  display: inline-block;
  width: auto !important;
  font-size: 36px;
  font-weight: 300;
  font-style: normal;
  padding: 5px 20px;
  border-radius: 28px;
}
@media only screen and (max-width: 960px) {
  .resources-workshop_det .text-block,
  .resources-video_det .text-block,
  .resources-generico_det .text-block,
  .resources-wdownload .text-block {
    width: 90%;
  }
  .resources-workshop_det .h2,
  .resources-video_det .h2,
  .resources-generico_det .h2,
  .resources-wdownload .h2 {
    font-size: 22px;
  }
  .risorse__link {
    font-size: 26px;
    margin: 0 !important;
    text-transform: uppercase;
    border: 1px solid hsl(19, 81%, 61%);
    padding: 10px 20px;
    border-radius: 14px;
  }
  .risorse__table {
    font-size: 20px;
  }
  .risorse__table td {
    padding: 10px;
  }
  .risorse__elenco .risorse__elenco__boxwrapper {
    display: block;
    margin: 0 auto;
  }
  .risorse__elenco .risorse__elenco__boxwrapper .risorse__elenco__box {
    width: 60%;
    margin: 10px auto;
  }
  .risorse__elenco__box {
    width: 60%;
    display: block;
    margin: 20px auto 0;
  }
  .risorse__elenco__box__titolo {
    font-size: 28px;
  }
  .risorse__elenco__box__sottotitolo {
    font-size: 18px;
  }
  .risorse__elenco__box__testo {
    margin-top: 20px;
    font-size: 19px;
  }
  .risorse__elenco__box__extra {
    font-size: 18px;
    font-weight: 300;
    padding: 10px !important;
  }
  .risorse__elenco .trattino {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 700px) {
  .risorse__elenco__box {
    width: 95% !important;
  }
  .risorse__elenco__box__content {
    padding: 20px !important;
  }
  .risorse__elenco .risorse__elenco__box {
    width: 95%;
  }
  .risorse__elenco .risorse__elenco__box__testo {
    font-size: 16px !important;
  }
  .risorse__table {
    font-size: 16px;
  }
  .risorse__table th {
    display: none;
  }
  .risorse__table td {
    display: block;
    margin-top: -1px;
    width: 100%;
  }
  .resources-workshop_det .text-block {
    font-size: 16px !important;
    padding: 0 10px 15px !important;
  }
  .resources-workshop_det .text-block p {
    letter-spacing: 0 !important;
  }
  .section_padding {
    padding: 25px 0 !important;
  }
  .nl_big input {
    font-size: 20px !important;
    border-radius: 14px !important;
  }
  .nl_big input {
    width: 90% !important;
  }
  .nl_big .newsletter-accept {
    width: 90% !important;
    font-size: 10px !important;
  }
  .nl_big input[type="submit"] {
    width: auto !important;
    font-size: 26px !important;
    border-radius: 14px !important;
  }
  .play {
    margin-top: 10px !important;
  }
}
.resources-workshop .risorse__elenco,
.resources-video .risorse__elenco,
.resources-new .risorse__elenco,
.resources-generico .risorse__elenco {
  margin: 0 auto 30px;
}
.resources-workshop .risorse__elenco__box__testo,
.resources-video .risorse__elenco__box__testo,
.resources-new .risorse__elenco__box__testo,
.resources-generico .risorse__elenco__box__testo {
  font-size: 24px;
  text-align: center;
}
.play {
  margin-top: 20px;
}
.resources-workshop .splash .banner,
.resources-video .splash .banner,
.resources-workshop_det .splash .banner,
.resources-video_det .splash .banner {
  background-color: #999 !important;
}
.resources-workshop .splash .colored_overlay,
.resources-video .splash .colored_overlay,
.resources-workshop_det .splash .colored_overlay,
.resources-video_det .splash .colored_overlay {
  background-color: #f0f0f0 !important;
}
.resources-generico_det .text-intro,
.resources-wdownload .text-intro {
  margin: 40px auto 50px;
  font-weight: 400;
}
@media only screen and (max-width: 700px) {
  .resources-generico_det .text-intro,
  .resources-wdownload .text-intro {
    font-size: 19px;
    margin: 20px auto 30px !important;
  }
}
.resources-generico_det .text-intro p,
.resources-wdownload .text-intro p {
  line-height: 1.2;
}
.resources-generico_det .img-pagina,
.resources-wdownload .img-pagina {
  width: 400px;
  max-width: 100%;
  cursor: pointer;
}
.resources-generico_det img,
.resources-wdownload img {
  margin-bottom: 20px;
}
.smsmarketing .section__title,
.smsmarketing .section__subtitle {
  font-weight: bold;
  font-style: italic;
}
.smsmarketing .section__title {
  font-size: 35px;
}
.smsmarketing .section__subtitle {
  font-size: 18px;
}
.smsmarketing .section__list p {
  margin-top: 20px;
  font-weight: 300;
}
.smsmarketing div.alternate {
  padding: 60px 0;
  justify-content: space-evenly;
  overflow: hidden;
  min-height: 300px;
  color: #fff;
}
.smsmarketing div.alternate p {
  line-height: 1.2;
}
.smsmarketing div.alternate .descr {
  width: 40%;
  max-width: 450px;
  overflow: hidden;
  align-items: flex-start;
  min-height: auto;
}
.smsmarketing div.alternate.odd {
  flex-direction: row-reverse;
}
.smsmarketing .sections {
  margin-bottom: 40px;
}
.smsmarketing div.platforms__container {
  display: flex;
  justify-content: space-evenly;
}
.smsmarketing div.platforms__container .platform {
  color: #4b4b4b;
  max-width: 550px;
  padding: 40px 30px;
  border-radius: 20px;
  margin: 0 auto 40px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.smsmarketing div.platforms__container .platform .section__title {
  margin-bottom: 20px;
}
.smsmarketing div.platforms__container .platform .platform__img {
  text-align: center;
  margin-top: 20px;
}
.smsmarketing div.platforms__container .platform .platform__img img {
  max-width: 100%;
}
@media only screen and (max-width: 700px) {
  .smsmarketing .section__title {
    font-size: 28px;
    text-align: center;
  }
  .smsmarketing .section__subtitle {
    font-size: 15px;
    text-align: center;
  }
  .smsmarketing .section__list p {
    font-size: 14px;
  }
  .smsmarketing .sections {
    margin-top: 10px;
  }
  .smsmarketing div.alternate {
    flex-direction: column-reverse !important;
    padding: 20px 0;
  }
  .smsmarketing div.alternate .descr {
    width: 90%;
    align-items: center;
    margin-top: 20px;
  }
  .smsmarketing div.alternate .alternate_img img {
    max-width: 90px;
  }
  .smsmarketing div.platforms__container {
    flex-direction: column !important;
  }
  .smsmarketing div.platforms__container .platform {
    padding: 20px 15px;
  }
}
.rcs div.rcs {
  overflow: hidden;
  min-height: 300px;
}
.rcs div.rcs .descr {
  width: 40%;
  overflow: hidden;
  align-items: flex-start;
  line-height: 1.66em;
  min-height: auto;
}
.rcs div.rcs .descr h2 {
  margin-bottom: 1em;
}
.rcs div.rcs img {
  transform: translateY(12%);
}
.rcs div.rcs.odd {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 700px) {
  .rcs div.rcs {
    flex-direction: column!important;
    padding: 50px 0 320px;
  }
  .rcs div.rcs .descr {
    width: 85%;
    align-items: center;
  }
  .rcs div.rcs img {
    position: absolute;
    bottom: -250px;
  }
}
.rcs .rcs-0 {
  background-color: hsl(19, 81%, 61%);
  color: #fff;
}
.rcs .rcs-2 {
  background-color: hsl(188, 53%, 62%);
  color: #fff;
}
.rcs .rcs-3 {
  background-color: hsl(49, 96%, 54%);
}
.rcs .form-contatto {
  background-color: hsl(19, 81%, 61%);
}
.rcs .rcs-5 {
  background-color: hsl(267, 29%, 60%);
  color: #fff;
}
.rcs .form-contatto,
.rcs .shop-slide {
  margin-top: 100px;
}
.rcs .shop-slide,
.rcs .offerta-personalizzata {
  background-color: hsla(19, 81%, 68%, 0.83);
}
.rcs .shop-slide .product-panel {
  background-color: hsl(19, 81%, 61%);
  color: #fff;
}
