* {
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: translate3d(0, 0, 0);
  font-family: litterbox;
  font-weight: 400;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  * :focus {
    background: rgba(0, 0, 0, 0); }

html, body {
  min-width: 100%;
  min-height: 100%;
  cursor: url(../images/cursor/cloud.gif) 40 40, auto;
  position: fixed;
  background-color: #067dc2;
  background-image: url(../images/home-canvas/catteland2.png), linear-gradient(to bottom, #1b8ed9, #0566a3);
  background-size: auto 100%;
  background-position: 50% 0%;
  background-repeat: no-repeat; }

.links a {
  cursor: url(../images/cursor/cloud-black.gif) 40 40, auto !important; }

#burgermenu {
  position: fixed; }

#iframe {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  transform-origin: 50% 0; }
  #iframe .links {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%; }

#dragme {
  width: 180px;
  height: 180px;
  margin-top: -100px;
  position: absolute;
  background-image: url(../images/home-canvas/mobile_traccia_new.gif);
  background-size: cover;
  top: 50%;
  left: -20px;
  display: none; }

#topheader a#backhome {
  transform-origin: 50% 0;
  display: none; }

#canvas {
  z-index: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none; }

a.home-menu {
  font-family: litterbox;
  position: absolute;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%) translateY(0%);
  top: 470px;
  left: 50%;
  display: inline-block;
  white-space: nowrap;
  cursor: url(../images/cursor/cloud.gif) 40 40, auto;
  transform-origin: 50% 0; }
  a.home-menu span {
    font-size: 80px;
    line-height: 70px;
    font-family: inherit;
    color: inherit;
    display: block;
    text-align: center; }
    a.home-menu span.small {
      font-size: 80px;
      line-height: 70px; }
  a.home-menu.home-menu1 {
    margin-top: -340px; }
  a.home-menu.home-menu2 {
    margin-top: -180px;
    margin-left: -420px; }
  a.home-menu.home-menu3 {
    margin-top: -210px;
    margin-left: 370px; }
    a.home-menu.home-menu3 span {
      transform: rotate(-8deg); }
  a.home-menu.home-menu4 {
    margin-top: 40px;
    margin-left: -380px; }
    a.home-menu.home-menu4 span {
      transform: rotate(-8deg); }
      a.home-menu.home-menu4 span span {
        font-size: 110px;
        line-height: 70px;
        transform: rotate(2deg); }
  a.home-menu.home-menu5 {
    margin-top: -60px;
    margin-left: 410px; }
    a.home-menu.home-menu5 span {
      transform: rotate(9deg); }
  a.home-menu.home-menu6 {
    margin-top: 90px;
    margin-left: 290px; }
    a.home-menu.home-menu6 span {
      transform: rotate(9deg); }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    a.home-menu {
      position: relative;
      margin-left: 0 !important;
      margin-top: 0 !important;
      top: 25vh !important;
      display: block;
      margin-bottom: 30px; }
      a.home-menu span {
        transform: rotate(0deg) !important;
        font-size: 60px !important;
        line-height: 50px !important; } }
  a.home-menu:hover {
    display: block; }
    a.home-menu:hover span {
      color: #aaa; }
    a.home-menu:hover.home-menu1 span {
      color: #1b8ed9; }

@keyframes oversurprise {
  33% {
    transform: translateX(-50%) translateY(0%) scale(1.1); }
  50% {
    transform: translateX(-50%) translateY(0%) scale(0.8); }
  66% {
    transform: translateX(-50%) translateY(0%) scale(1.1); } }
a.surprise {
  font-family: litterbox;
  position: absolute;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%) translateY(0%);
  top: 350px;
  left: 50%;
  display: inline-block;
  white-space: nowrap;
  cursor: url(../images/cursor/cloud.gif) 40 40, auto;
  animation-name: oversurprise;
  animation-duration: .5s;
  animation-iteration-count: infinite;
  display: inline-block;
  width: 200px;
  text-align: center;
  margin-top: 59vh;
  margin-left: -8vw; }
  a.surprise span {
    font-size: 7vh;
    line-height: 7vh;
    font-family: inherit;
    color: inherit;
    display: block;
    text-align: center;
    display: inline-block;
    text-align: center;
    transform: rotate(-9deg); }

a.sale {
  font-family: litterbox;
  position: absolute;
  color: red;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%) translateY(0%);
  top: calc(75vh - 225px);
  z-index: 100;
  left: 50vw;
  display: inline-block;
  white-space: nowrap;
  cursor: url(../images/cursor/cloud.gif) 40 40, auto;
  width: 450px;
  height: 450px;
  text-align: center;
  padding-top: 100px;
  box-sizing: border-box;
  border-radius: 100%; }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    a.sale {
      top: 90vh;
      display: none !important; } }
  a.sale:hover {
    cursor: url(../images/cursor/cloud.gif) 40 40, auto !important; }
  a.sale span {
    font-size: 7vh;
    line-height: 7vh;
    font-family: inherit;
    color: inherit;
    display: block;
    text-align: center;
    display: inline-block;
    text-align: center;
    transform: rotate(-9deg); }
  a.sale img {
    display: block;
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -30px; }

#claim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 150;
  display: none; }
  #claim .table {
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%; }
    #claim .table .cell {
      display: table-cell;
      vertical-align: middle;
      width: 100%;
      height: 100%; }
      #claim .table .cell p {
        text-align: center;
        font-size: 1.8vw;
        line-height: 2.2vw;
        padding: 0 5%;
        font-weight: lighter;
        color: #333; }
        #claim .table .cell p strong {
          font-weight: stronger;
          color: #000;
          font-size: 32px; }
        @media screen and (max-width: 768px) {
          #claim .table .cell p {
            font-size: 2.5vw;
            line-height: 2.5vw; } }
        @media screen and (max-width: 414px) {
          #claim .table .cell p {
            font-size: 4.5vw;
            line-height: 5.5vw; } }

div.closepopup {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  top: 0;
  text-align: center;
  font-size: 50px;
  margin-top: 30px;
  color: #000; }

#ibot {
  position: absolute;
  z-index: 20;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 350px;
  height: 430px;
  transition-duration: .5s; }

#bot {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  z-index: 20;
  bottom: 0;
  margin-bottom: -430px;
  right: 0;
  width: 100%;
  max-width: 350px;
  height: 430px;
  transition-duration: .5s; }
  #bot.opened {
    margin-bottom: 0px; }
  @media screen and (max-width: 600px) {
    #bot {
      max-width: 100%;
      margin-bottom: -330px;
      height: 330px; } }
  @media screen and (max-height: 600px) and (orientation: landscape) {
    #bot {
      height: 280px;
      margin-bottom: -280px; } }
  #bot a.button {
    width: 70px;
    display: block;
    position: absolute;
    right: 0;
    margin-right: 0px;
    top: 0;
    margin-top: -80px; }
    #bot a.button img {
      display: block;
      width: 100%; }
  #bot h2 {
    color: red;
    text-align: center;
    font-size: 26px;
    line-height: 40px;
    text-transform: lowercase;
    border-bottom: 1px solid #dedede;
    width: calc(100% - 20px);
    margin: auto; }
  #bot .topbar {
    display: block;
    width: 100%;
    overflow-y: scroll;
    position: absolute;
    top: 0px;
    margin-top: 40px;
    bottom: 65px;
    box-sizing: border-box;
    padding: 10px; }
  #bot ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000; }
  #bot :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000; }
  #bot ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000; }
  #bot .inputbox {
    outline: none;
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0px;
    box-sizing: border-box;
    left: 0;
    padding: 0 10px;
    font-size: 20px;
    color: #000;
    background-color: #dedede; }
  #bot .rounded-div-bot {
    display: inline-block;
    clear: left;
    max-width: 80%;
    border-radius: 5px;
    background-color: #1b8ed9;
    float: right;
    margin: 10px;
    padding: 5px 10px;
    min-height: 1em;
    font-size: 20px;
    color: #fff; }
  #bot .rounded-div {
    display: inline-block;
    clear: right;
    max-width: 80%;
    border-radius: 5px;
    margin: 10px;
    padding: 5px 10px;
    background-color: lightgray;
    float: left;
    font-size: 20px;
    color: #000; }

/*# sourceMappingURL=home-canvas-2.css.map */
