/* main SCSS */
/* base */
/* reset styles */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700|Oswald:400,500,700");
* {
  margin: 0;
  padding: 0;
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
  font-size: 100%;
  font: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  line-height: 1; }

ol, ul {
  list-style: none;
  margin: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1,
h2,
h3,
h4,
h4,
h6,
p {
  margin-top: 0;
  margin-bottom: 0; }

.clear {
  clear: both; }

/* grid */
.container {
  width: 1170px; }

.fluid {
  width: 90%;
  max-width: 1400px; }

/* colors */
/* google font */
/* font-sizes
$thirteen : 13px;
$fifteen : 15px;
$sixteen : 16px;
$eighteen : 18px;
$twenty : 20px;
$twentytwo : 22px;
$thirty : 30px;
$fourtytwo :42px;
$sixty : 60px; */
/* font-weight */
/* mixins */
.violet {
  color: #b095db; }

.blue {
  color: #344d62; }

.blue_e {
  color: #134563; }

.blue_n {
  color: #1f3950; }

.blue-bg {
  background-color: #344d62; }

.blue_e-bg {
  background-color: #134563; }

.blue_n-bg {
  background-color: #1f3950; }

.underline,
.underline:hover,
.underline:visited {
  text-decoration: underline;
  color: inherit; }

.reset-shadow-couponing {
  box-shadow: none !important;
  margin-top: 0 !important;
  padding-left: 10%;
  margin-bottom: -36% !important; }

.reset-shadow {
  box-shadow: none !important;
  margin-top: 0 !important; }

.lower {
  text-transform: lowercase; }

.desktop {
  display: block; }

.smartphone {
  display: none; }

@media (max-width: 768px) {
  .desktop {
    display: none; }

  .smartphone {
    display: block; }

  .reset-shadow-couponing {
    box-shadow: none !important;
    margin-top: 0 !important;
    padding-left: 0%;
    margin-bottom: 30px !important; }

  .reset-shadow {
    width: 100%;
    margin-top: 80px !important; } }
/* base */
/* mixins */
body {
  font-family: "Lato", sans-serif;
  background-color: #fff;
  font-size: 16px;
  overflow-x: hidden; }

/******* generali *******/
.arrow-up {
  width: 60px;
  height: 60px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  color: #b095db;
  display: none; }

h1 {
  font-size: 3.75em;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 400; }

h2 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 2.625em;
  font-weight: 400; }

h3 {
  font-family: "Lato", sans-serif;
  text-transform: uppercase; }

p {
  font-size: 1em;
  line-height: 25px; }

.upper {
  font-size: 1.375em;
  text-transform: uppercase;
  line-height: 28px; }

.hr-motion {
  height: 4px;
  width: 40px;
  background-color: #b095db;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  margin: 30px 0; }

.hr-motion:hover {
  width: 70px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.hr-mega {
  width: 60px;
  background-color: #e91e63;
  margin: 20px 0; }

.appear-fade {
  -webkit-animation: appear 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
  -moz-animation: appear 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
  animation: appear 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards; }
@-webkit-keyframes appear {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
@keyframes appear {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
/* parametri base sezioni */
.half-one {
  padding-top: 150px;
  padding-bottom: 180px;
  background-color: #fff; }
  .half-one .laptop {
    min-height: 600px;
    position: relative; }
    .half-one .laptop .video {
      display: none;
      position: absolute;
      top: 4%;
      width: 77%;
      left: 11.5%;
      border-top: 12px solid #000;
      border-bottom: 16px solid #000; }
    .half-one .laptop .play {
      position: absolute;
      top: 35%;
      left: 50%;
      margin-top: -42px;
      margin-left: -42px;
      z-index: 1; }
    .half-one .laptop .pause {
      display: none;
      position: absolute;
      top: 35%;
      left: 50%;
      margin-top: -42px;
      margin-left: -42px;
      z-index: 1; }
    .half-one .laptop .full {
      display: none;
      position: absolute;
      top: 58%;
      left: 85%;
      z-index: 1;
      color: #fff; }

.simple-row {
  background-color: #fff;
  color: #e91e63;
  font-size: 30px;
  line-height: 34px;
  text-align: center; }

.simple-row,
.what-is {
  padding: 60px 0;
  position: relative;
  z-index: 2; }
  .simple-row h2,
  .what-is h2 {
    margin: 0 0 60px;
    font-size: 42px;
    color: #fff; }

.small-row {
  padding: 30px 0;
  position: initial; }
  .small-row h2 {
    margin: 0; }

.what-is {
  background-color: #303030; }
  .what-is .hr-mega,
  .what-is h3 {
    margin-bottom: 5px; }
  .what-is h3 {
    color: #e12e68;
    font-weight: bolder; }
  .what-is p {
    font-size: 17px;
    line-height: 23px;
    color: #fff;
    margin-bottom: 40px; }

.mega-options {
  position: relative; }
  .mega-options .menu-fixed {
    position: fixed;
    width: 230px;
    padding: 25px 15px;
    background-color: #fff;
    z-index: 1;
    top: 0;
    text-transform: uppercase;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada; }
  .mega-options li {
    margin-bottom: 40px; }
  .mega-options a,
  .mega-options a:hover {
    color: inherit;
    text-decoration: none; }
  .mega-options .icon {
    padding-left: 0;
    transition: 0.3s; }
  .mega-options .active {
    color: #e41f66; }
    .mega-options .active .icon {
      padding-left: 7px;
      transition: 0.3s; }
    .mega-options .active .st0 {
      fill: #e41f66; }
  .mega-options .active-img {
    color: #e41f66; }

.mega-options li:hover,
.mega-options .active {
  color: #e41f66; }

.mega-stripe {
  padding: 80px 0;
  text-align: left; }
  .mega-stripe h3 {
    font-family: "Oswald", sans-serif;
    color: #e41f66;
    text-transform: uppercase;
    font-size: 26px;
    margin: 0 0 30px; }
  .mega-stripe p {
    font-size: 18px;
    line-height: 23px; }
  .mega-stripe img {
    width: 100%;
    max-width: 400px; }

.half-two {
  padding-top: 65px;
  padding-bottom: 140px;
  background-color: #344d62;
  color: #fff; }
  .half-two video {
    padding-left: 30%;
    margin-bottom: -2px; }
  .half-two img {
    margin-top: 140px;
    box-shadow: 1px 1px 110px #222; }
  .half-two .upper {
    margin-top: 55px;
    font-weight: 300; }
  .half-two .gears-wrapper {
    text-align: center; }

.half-three {
  padding-top: 90px;
  padding-bottom: 80px; }
  .half-three .right-bordered {
    border-left: 3px solid #b095db; }
    .half-three .right-bordered h3 {
      font-size: 1.25em;
      margin-bottom: 30px;
      font-family: "Oswald", sans-serif; }
    .half-three .right-bordered p {
      margin-bottom: 45px; }

.half-list {
  padding-top: 110px;
  padding-bottom: 95px; }
  .half-list .container {
    display: flex;
    align-items: center; }
  .half-list .bottone {
    margin-top: 90px; }
  .half-list .right-limiter {
    padding-right: 200px; }
  .half-list .right-limiter-industria {
    padding-right: 155px; }
  .half-list .listing li {
    height: 60px;
    margin: 17px 0; }
    .half-list .listing li .number {
      font-size: 1.875em;
      font-weight: 500;
      font-family: "Oswald", sans-serif;
      height: 100%;
      text-align: right;
      border-right: 3px solid #b095db; }
    .half-list .listing li .words {
      font-size: 0.9375em;
      font-weight: 300;
      line-height: 22px; }

.icon-choice {
  padding-top: 90px;
  padding-bottom: 80px;
  text-align: center; }
  .icon-choice h2 {
    margin-bottom: 100px; }
  .icon-choice h3 {
    font-family: "Oswald", sans-serif;
    font-size: 1.25em;
    margin-bottom: 30px;
    margin-top: 50px; }
  .icon-choice p {
    font-size: 0.9375em;
    padding-right: 8px;
    padding-left: 8px;
    color: #d0d0d0; }

.sentence {
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: #344d62;
  text-align: center;
  font-size: 1.875em;
  color: #fff;
  text-transform: uppercase;
  line-height: 35px; }

.sentence-two {
  background-color: #1e4563;
  border-top: 2px solid #fff; }

.animation {
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 120px;
  text-align: center; }
  .animation p {
    margin-bottom: 85px;
    margin-right: 22%;
    margin-left: 22%; }
  .animation .central {
    position: absolute;
    left: 50%;
    margin-left: -50%;
    z-index: 100;
    width: 100%; }
  .animation .right {
    width: 150%;
    margin-left: -50%;
    margin-top: 20%; }
  .animation .left {
    width: 150%;
    margin-right: -50%;
    margin-top: 20%; }

.specs {
  background-color: #fff;
  padding: 75px 0;
  text-align: center; }
  .specs h2 {
    color: #222; }
  .specs .hr-motion {
    display: inline-block; }
  .specs p {
    margin-bottom: 50px;
    padding: 0 20%; }
  .specs h3 {
    color: #d0d0d0;
    font-size: 1.875em; }

/* sezione contatti e form */
.contact {
  padding-top: 40px;
  padding-bottom: 65px;
  min-height: 500px;
  text-align: center;
  background-image: url("../images/contact-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff; }
  .contact h2 {
    margin-bottom: 80px; }
  .contact form {
    overflow: hidden; }
  .contact .pusher {
    margin-top: 75px; }
  .contact .bottone {
    margin-top: 30px;
    margin-bottom: 70px; }
  .contact .call {
    font-size: 1.875em; }
    .contact .call a:hover {
      text-decoration: none; }
    .contact .call .shake {
      width: 32px;
      -webkit-animation-name: spaceboots !important;
      -webkit-animation: 0.8s infinite;
      -webkit-transform-origin: 50% 50%;
      -webkit-animation-timing-function: ease; }
@-webkit-keyframes spaceboots {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }
.contact-mega {
  background-image: url("../images/contact-bg2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.discover-wrapper div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 190px; }

/* header */
header {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100vh;
  background-color: #344d62;
  text-align: center; }
  header .logolink {
    margin-top: 110px;
    display: inline-block; }
  header .logo-megadesk {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    z-index: 1;
    margin-top: 50px; }
  header .home-video {
    object-fit: cover;
    min-height: 300px;
    height: 100vh;
    max-height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden; }
  header .home-image {
    width: 100%;
    height: 100vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/ig-mobile.jpg");
    display: none; }
    header .home-image .box {
      position: absolute;
      top: 40%;
      width: 100%;
      text-align: center; }
    header .home-image .play {
      margin-bottom: 25px; }
    header .home-image h2 {
      text-transform: uppercase;
      font-size: 36px;
      color: #e91e63; }
  header .text-wrapper {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 38%;
    height: 180px; }
    header .text-wrapper h1 {
      color: #fff;
      margin-bottom: 30px; }
    header .text-wrapper h3 {
      font-size: 1.875em;
      color: #b095db;
      margin-bottom: 45px;
      font-weight: 700; }
    header .text-wrapper h2 {
      color: #b095db;
      text-transform: initial;
      font-size: 1.25em;
      font-weight: 700;
      font-family: "Lato", sans-serif; }
  header .arrow {
    position: absolute;
    bottom: 50px;
    display: inline-block;
    text-align: center;
    width: 30px;
    margin-left: -10px;
    color: #ccd0d5;
    -webkit-animation-name: bounce !important;
    -webkit-animation: 1.3s infinite;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-timing-function: ease; }
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
  header .right-nav {
    height: 90%;
    position: fixed;
    right: 2%;
    top: 5%;
    width: auto;
    z-index: 1;
    font-family: "Oswald", sans-serif; }
    header .right-nav li {
      text-align: right;
      border-right: 1px solid #576673;
      margin-bottom: 6px;
      color: #576673;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      header .right-nav li .desc {
        display: none; }
      header .right-nav li .num {
        font-size: 0.8125em;
        padding-right: 15px;
        font-family: "Oswald", sans-serif; }
        header .right-nav li .num a {
          color: inherit;
          text-decoration: none; }
    header .right-nav li:hover .desc {
      display: inline-block;
      padding-right: 10px;
      text-transform: uppercase;
      vertical-align: top;
      font-size: 10px; }
    header .right-nav li.active:hover .desc {
      display: inline-block;
      padding-right: 10px;
      text-transform: uppercase;
      vertical-align: top;
      font-size: 0.8125em; }
    header .right-nav .active {
      border-right: 3px solid #b4b4b4;
      color: #b4b4b4;
      -webkit-transition: 0.1s;
      -moz-transition: 0.1s;
      -ms-transition: 0.1s;
      -o-transition: 0.1s;
      transition: 0.1s; }
      header .right-nav .active .num {
        font-size: 1.375em; }
        header .right-nav .active .num a {
          color: inherit;
          text-decoration: none; }

/* news */
.news {
  padding-top: 85px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
  text-align: center; }
  .news h2 {
    margin-bottom: 60px;
    color: #838383; }
  .news .wrapper {
    min-height: 320px;
    margin-bottom: 50px; }
    .news .wrapper .image {
      background-image: url("");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 220px; }
    .news .wrapper .divider {
      padding: 0;
      text-transform: uppercase;
      font-size: 0.9375em;
      margin-top: 25px;
      margin-bottom: 20px; }
    .news .wrapper .left {
      text-align: left;
      color: #b095db; }
    .news .wrapper .right {
      text-align: right;
      color: #696969; }
    .news .wrapper h4 {
      font-size: 1.375em;
      color: #222;
      line-height: 22px;
      text-align: left; }

/* footer */
footer {
  min-height: 245px;
  padding-top: 45px;
  background-color: #fff;
  text-align: center; }
  footer .logolink {
    display: inline-block;
    margin-bottom: 30px; }
  footer p {
    font-size: 0.8125em;
    color: #878787; }
  footer .ololink {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 20px; }

/******* PARAMETRI SPECIFICI e VARIABILI *******
** 
**
**
**
/**********************************/
/* headers */
.bigboot {
  background-image: url("../images/bigboot-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.ibeacon {
  background-image: url("../images/ibeacon-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.couponing {
  background-image: url("../images/couponing-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.industria {
  background-image: url("../images/industria-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.loyalty {
  background-image: url("../images/loyalty-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.community {
  background-image: url("../images/community-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

/* half-one */
.half-one .bigboot {
  background-image: url("../images/bigbootmask.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover; }
.half-one .ibeacon {
  background-image: url("../images/ibeaconmask.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover; }
.half-one .couponing {
  background-image: url("../images/couponingmask.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover; }
.half-one .industria {
  background-image: url("../images/industriamask.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover; }
.half-one .loyalty {
  background-image: url("../images/loyaltymask.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover; }

/* landing */
.community-laptop {
  background-color: #fff;
  padding: 70px 0;
  color: #000;
  text-align: center; }
  .community-laptop .laptop-container {
    max-width: 600px;
    margin-top: 90px;
    position: relative;
    margin: 90px auto 0; }
  .community-laptop .comment-left,
  .community-laptop .comment-right,
  .community-laptop .rating,
  .community-laptop .like {
    position: absolute; }
  .community-laptop .comment-left {
    left: -60px;
    top: -80px;
    opacity: 0; }
  .community-laptop .comment-right {
    right: -65px;
    bottom: 210px;
    opacity: 0; }
  .community-laptop .rating {
    left: -150px;
    top: 88px; }
  .community-laptop .like {
    right: -100px;
    top: -55px;
    opacity: 0; }
  .community-laptop .bundle {
    width: 100%;
    max-width: 943px;
    margin-top: 50px; }

.loyalty-one .listing {
  margin-left: -30px; }
  .loyalty-one .listing li {
    height: 42px;
    margin: 10px 0; }
    .loyalty-one .listing li .number {
      font-size: 1.875em;
      font-weight: 500;
      font-family: "Oswald", sans-serif;
      height: 100%;
      text-align: right;
      border-right: 3px solid #b095db; }
    .loyalty-one .listing li .words {
      font-size: 1.125em;
      font-weight: 400;
      line-height: 22px; }

.slider-landing {
  padding-top: 110px;
  padding-bottom: 45px;
  background-color: #344d62;
  height: 750px;
  border-bottom: 2px solid #fff;
  text-align: center; }
  .slider-landing h2 {
    color: #fff; }

/* parametri slider */
#carousel-example-generic {
  height: 100%; }

.carousel-control.right,
.carousel-control.left {
  background-image: none; }

.carousel-inner > .item > img {
  display: inline-block;
  margin: 100px auto;
  height: 140px; }

/* half-two */
.half-two-ibeacon {
  padding-bottom: 0;
  position: relative; }
  .half-two-ibeacon .beacon-absolute {
    position: absolute;
    width: 100px;
    height: 130px;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 0px 30px #222; }
    .half-two-ibeacon .beacon-absolute .waves-relative {
      padding-top: 25px;
      position: relative; }
    .half-two-ibeacon .beacon-absolute .waves-absolute {
      left: 130px;
      top: 20px;
      position: absolute; }

/* half-list */
.bigboot-list,
.ibeacon-list,
.loyalty-one {
  background-color: #fff;
  color: #222; }
  .bigboot-list .listing li .number,
  .bigboot-list .listing li .words,
  .ibeacon-list .listing li .number,
  .ibeacon-list .listing li .words,
  .loyalty-one .listing li .number,
  .loyalty-one .listing li .words {
    color: #222; }

.megadesk-list {
  padding: 60px 0;
  font-size: 18px; }
  .megadesk-list .listing li .number {
    border: none;
    font-size: 24px; }
  .megadesk-list .listing li .words {
    font-size: 20px; }

.industria-list {
  background-color: #344d62;
  color: #fff; }
  .industria-list .listing li .number,
  .industria-list .listing li .words {
    color: #fff; }

/* icon-choice */
.icon-choice-bigboot {
  background-color: #344d62;
  color: #fff; }

.icon-choice-ibeacon {
  padding-top: 130px;
  background-color: #fff;
  color: #222; }
  .icon-choice-ibeacon p {
    color: #222; }

/* half-three */
.half-three {
  background-color: #fff;
  color: #222; }
  .half-three h3 {
    color: #b095db; }
  .half-three .right-limiter {
    padding-right: 120px; }

/******* MEDIA QUERIES *******/
@media (max-width: 1670px) {
  .half-one .laptop {
    min-height: 600px; }
    .half-one .laptop .video {
      border-top: 20px solid #000;
      border-bottom: 20px solid #000; } }
@media (max-width: 1550px) {
  .half-one .laptop {
    min-height: 550px; } }
@media (max-width: 1425px) {
  .half-one .laptop {
    min-height: 475px; }
    .half-one .laptop .video {
      border-top: 12px solid #000;
      border-bottom: 16px solid #000; }

  .mega-options .menu-fixed {
    width: 94px; }
  .mega-options .word {
    display: none; } }
@media (max-width: 991px) {
  .mega-options .menu-fixed {
    display: none !important; } }
@media (max-width: 1170px) {
  .container {
    width: 100%; }

  .half-one .laptop .video {
    position: absolute;
    top: 3%;
    width: 77%;
    left: 11.5%; }
  .half-one .bigboot {
    background-image: url("../images/bigbootmask.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain; }
  .half-one .ibeacon {
    background-image: url("../images/ibeaconmask.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain; }
  .half-one .couponing {
    background-image: url("../images/couponingmask.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain; }
  .half-one .industria {
    background-image: url("../images/industriamask.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain; }
  .half-one .loyalty {
    background-image: url("../images/loyaltymask.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain; } }
@media (max-width: 768px) {
  .right-nav {
    display: none; }

  header .logolink {
    margin-top: 20px;
    display: inline-block; }
  header .text-wrapper {
    width: 97%;
    padding: 0 1.5%;
    top: 26%; }
  header .home-video {
    display: none; }
  header .home-image {
    display: block; }

  .half-one,
  .half-two,
  .half-three,
  .half-list,
  .icon-choice {
    padding-top: 40px;
    padding-bottom: 40px; }

  .half-one p {
    margin-bottom: 45px;
    padding-right: 0px;
    padding-left: 0px; }
  .half-one .laptop {
    min-height: 500px;
    margin: 40px auto;
    position: relative; }
    .half-one .laptop .video {
      display: none;
      position: absolute;
      top: 4%;
      width: 77%;
      left: 11.5%;
      border-top: 17px solid #000;
      border-bottom: 16px solid #000; }

  .mega-stripe p {
    margin-bottom: 40px; }

  .half-two img {
    margin-top: 20px;
    margin-bottom: 55px;
    box-shadow: 1px 1px 110px #222; }
  .half-two video {
    padding-left: 0%;
    margin-bottom: 30px; }

  .half-list .container {
    display: block; }
  .half-list .right-limiter {
    padding-right: 0; }
  .half-list .right-limiter-industria {
    padding-right: 0; }
  .half-list .bottone {
    margin: 40px auto; }
  .half-list .listing li {
    height: auto;
    margin: 25px 0; }
    .half-list .listing li .number {
      text-align: left;
      padding-bottom: 3px; }

  .icon-choice h2 {
    margin-bottom: 40px; }
  .icon-choice h3 {
    margin-bottom: 20px;
    margin-top: 20px; }
  .icon-choice p {
    margin-bottom: 55px; }

  .half-three .right-limiter {
    padding-right: 0px; }
  .half-three .right-bordered {
    border-left: none;
    margin-top: 55px; }
    .half-three .right-bordered h3 {
      margin-bottom: 15px; }

  .animation p {
    font-weight: 300;
    margin-bottom: 85px;
    margin-right: 0%;
    margin-left: 0%; }
  .animation .central {
    position: initial;
    left: initial;
    margin-left: initial;
    z-index: 100;
    width: 100%; }
  .animation .right {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%; }
  .animation .left {
    width: 100%;
    margin-right: 0%;
    margin-top: 0%; }

  footer {
    min-height: 0;
    padding-top: 45px; } }
@media (max-width: 500px) {
  body {
    font-size: 13px; }

  h1 {
    font-size: 28px; }

  h2 {
    font-size: 23px; }

  h3 {
    font-size: 20px; }

  p {
    font-size: 15px; }

  .icon-choice {
    font-size: 15px; }

  .half-two,
  .half-three,
  .half-list,
  .icon-choice {
    padding-top: 60px;
    padding-bottom: 60px; }

  .half-one {
    padding-top: 60px;
    padding-bottom: 0px; }
    .half-one p {
      margin-bottom: 45px; }
    .half-one .laptop {
      min-height: 250px; }
      .half-one .laptop .video {
        display: none;
        top: 2%;
        border-top: 10px solid #000; }
      .half-one .laptop .play-static {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50px;
        margin-top: -50px;
        margin-left: -25px; }
    .half-one .loyalty {
      min-height: 200px; }

  .slider-landing {
    padding-top: 80px;
    height: 530px; }

  .carousel-inner > .item > img {
    display: inline-block;
    margin: 60px auto;
    height: 100px; }

  .half-two video {
    width: 100%; }

  .specs p {
    padding: 0; }

  .half-list .listing li .words {
    font-size: 14px; } }
@media (max-width: 320px) {
  body {
    font-size: 12px; }

  .half-one .laptop .play-static {
    margin-top: -65px; } }
/* components */
/* buttons */
.bottone,
.bottone:visited {
  display: inline-block;
  width: 210px;
  height: 50px;
  border: 3px solid #b095db;
  text-align: center;
  line-height: 44px;
  color: #b095db;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9375em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.bottone:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #b095db;
  color: #fff;
  text-decoration: none; }

.bottone-pieno {
  background-color: #b095db;
  width: 160px;
  color: #344d62; }

.richiedi {
  box-shadow: 0 0 0 0 #b095db;
  -webkit-animation-name: pulse !important;
  -webkit-animation: 1.1s infinite;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-timing-function: ease; }
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(176, 149, 219, 0); } }
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(176, 149, 219, 0); } }
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(176, 149, 219, 0); } }
@keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(176, 149, 219, 0); } }

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