.txtStandardTilte {
  display: block;
  font-family: 'PT Sans Caption';
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #455c6e;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .txtStandardTilte {
      font-size: 19px;
      line-height: 23px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .txtStandardTilte {
      font-size: 16px;
      line-height: 23px; } }
  @media only screen and (max-width: 479px) {
    .txtStandardTilte {
      font-size: 16px;
      line-height: 23px; } }

.txtStandardTxt {
  font-family: 'PT Sans Caption';
  font-size: 19px;
  line-height: 30px;
  font-weight: 100;
  color: #404040;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .txtStandardTxt {
      font-size: 19px;
      line-height: 23px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .txtStandardTxt {
      font-size: 15px;
      line-height: 22px; } }
  @media only screen and (max-width: 479px) {
    .txtStandardTxt {
      font-size: 15px;
      line-height: 22px; } }

.bg {
  width: 100% !important;
  height: auto !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: table;
  table-layout: fixed;
  margin: 0 auto; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .bg {
      width: 200% !important;
      left: 50%;
      margin-left: -100%; } }
  @media only screen and (max-width: 479px) {
    .bg {
      width: 300% !important;
      left: 50%;
      margin-left: -200%; } }

.title {
  width: 600px;
  height: 230px;
  position: absolute;
  top: 230px;
  left: 50%;
  margin-left: -300px;
  font-family: 'PT Sans';
  font-weight: 900;
  font-size: 55px;
  letter-spacing: -1px;
  line-height: 57px;
  text-align: center;
  color: #ffffff;
  animation: title 1s;
  animation-play-state: paused linear; }
  @media only screen and (min-width: 980px) and (max-width: 1279px) {
    .title {
      width: 500px;
      margin-left: -250px;
      top: 230px;
      font-size: 45px;
      line-height: 45px; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .title {
      width: 400px;
      margin-left: -200px;
     top: 230px; 
      font-size: 35px;
      line-height: 35px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .title {
      width: 350px;
      margin-left: -180px;
      top: 230px;
      font-size: 30px;
      line-height: 30px; } }
  @media only screen and (max-width: 479px) {
    .title {
      width: 250px;
      margin-left: -125px;
      top: 200px;
      font-size: 35px;
      line-height: 35px; } }

@keyframes title {
  0% {
    top: -1px;
    opacity: 0; }
  100% {
    opacity: 1; } }
.arrowDown {
  width: 100%;
  position: relative;
  float: left;
  top: 40px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  .arrowDown img {
    left: 50%; }
  .arrowDown:hover {
    top: 50px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
  @media only screen and (min-width: 980px) and (max-width: 1279px) {
    .arrowDown {
      top: 30px; }
      .arrowDown:hover {
        top: 35px;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .arrowDown {
      top: 30px; }
      .arrowDown:hover {
        top: 35px;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .arrowDown {
      top: 20px; }
      .arrowDown:hover {
        top: 25px;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out; } }

.boxgiallo {
  font-family: 'PT Sans Caption';
  font-style: italic;
  padding: 40px 60px 40px 60px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -1px;
  width: 603px;
  height: auto;
  left: 50%;
  margin-left: -301px;
  top: -110px;
  background-color: #fedb48;
  color: #3e4c54;
  z-index: 99;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-animation: moveBoxGiallo 1s linear;
  /* Chrome, Safari, Opera */
  animation: moveBoxGiallo 1s;
  animation-play-state: paused linear; }
  @media only screen and (min-width: 980px) and (max-width: 1279px) {
    .boxgiallo {
      padding: 30px 50px 30px 50px;
      width: 500px;
      left: 50%;
      margin-left: -250px;
      top: -70px;
      font-size: 23px;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .boxgiallo {
      padding: 30px 50px 30px 50px;
      width: 400px;
      left: 50%;
      margin-left: -200px;
      top: -50px;
      font-size: 18px;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .boxgiallo {
      padding: 20px 30px 20px 30px;
      width: 300px;
      left: 50%;
      margin-left: -150px;
      top: -20px;
      font-size: 15px;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; } }
  @media only screen and (max-width: 479px) {
    .boxgiallo {
      padding: 10px 20px 10px 20px;
      width: 250px;
      left: 50%;
      margin-left: -125px;
      top: -20px;
      font-size: 15px;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; } }
  .boxgiallo .text {
    width: 100%;
    height: auto;
    float: left;
    background-color: #fedb48; }
  .boxgiallo .txtBxG {
    z-index: 9999; }

@keyframes moveBoxGiallo {
  0% {
    top: 110px; }
  100% {
    @media only screen and (min-width: 980px) and (max-width: 1279px) {
      top: -10px; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      top: -20px; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      top: -50px; }
    @media only screen and (max-width: 479px) {
      top: -50px; } } }
.txt-cheBanca {
  font-size: 17px;
  font-family: 'PT Sans Caption';
  font-style: italic;
  letter-spacing: -1px;
  margin-top: 20px;
  margin-left: 20px;
  display: hidden; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .txt-cheBanca {
      display: none; } }
  @media only screen and (max-width: 479px) {
    .txt-cheBanca {
      height: 1250px;
      display: none; } }

.cont {
  height: 50px;
  width: 100%;
  padding-right: 15%;
  padding-left: 15%; }

.message1 {
  width: 40%;
  height: auto;
  left: 0;
  margin-left: 15%;
  margin-top: 100px;
  position: absolute;
  font-family: 'PT Sans Caption';
  font-size: 19px;
  line-height: 30px;
  color: #404040;
  font-weight: 300; }
  .message1 .message1-anim {
    width: 100%;
    height: auto;
    position: absolute;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .message1 .txt-tt {
    font-size: 20px;
    line-height: 32px;
    color: #455c6e; }
  @media only screen and (min-width: 980px) and (max-width: 1279px) {
    .message1 {
      top: -10px; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .message1 {
      margin-top: 50px;
      font-size: 18px;
      line-height: 23px; }
      .message1 .txt-tt {
        font-size: 19px;
        line-height: 23px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .message1 {
      width: 100%;
      padding: 50px;
      margin-left: 0px;
      margin-top: 470px;
      font-size: 15px;
      line-height: 22px; }
      .message1 .message1-anim {
        width: 100%;
        padding: 50px;
        left: 0;
        margin-left: 0px; }
      .message1 .txt-tt {
        font-size: 16px;
        line-height: 22px; } }
  @media only screen and (max-width: 479px) {
    .message1 {
      width: 100%;
      padding: 20px;
      margin-left: 0px;
      margin-top: 470px;
      font-size: 15px;
      line-height: 22px; }
      .message1 .message1-anim {
        width: 100%;
        padding: 20px;
        left: 0;
        margin-left: 0px; }
      .message1 .txt-tt {
        font-size: 16px;
        line-height: 22px; } }

/* Grid cont parallax */
.contParallax {
  width: 100%;
  height: auto;
  position: relative; }
  .contParallax .oneParalax {
    width: 60%;
    height: auto;
    float: left;
    position: relative; }
  .contParallax .boxctxtFour {
    width: 350px;
    height: 350px;
    margin-top: 50px;
    float: left;
    position: relative;
    padding: 30px;
    font-size: 28px;
    font-family: 'PT Sans Caption';
    font-style: italic;
    color: #455c6e;
    font-weight: 500; }
    .contParallax .boxctxtFour .txtObbiettivi {
      width: 100%;
      height: 100%; }
    @media only screen and (min-width: 980px) and (max-width: 1279px) {
      .contParallax .boxctxtFour {
        width: 350px;
        height: 350px;
        font-size: 25px; } }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .contParallax .boxctxtFour {
        width: 300px;
        height: auto;
        font-size: 20px;
        margin-top: -30px;
        margin-left: -15px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .contParallax .boxctxtFour {
        width: 100%;
        height: auto;
        font-size: 20px;
        margin-top: -20px;
        margin-left: 0px; } }
    @media only screen and (max-width: 479px) {
      .contParallax .boxctxtFour {
        padding: 20px;
        width: 100%;
        height: auto;
        font-size: 18px;
        margin-top: -20px;
        margin-left: 0px; } }

/* parallax */
#scene {
  padding: 0;
  margin: 0;
  width: 530px;
  height: 500px;
  overflow: hidden;
  left: 25%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    #scene {
      left: 20%;
      margin-top: -60; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    #scene {
      width: 370px;
      height: 370px;
      left: 50%;
      margin-left: -70px;
      margin-top: -90; } }
  @media only screen and (max-width: 479px) {
    #scene {
      width: 320px;
      height: 370px;
      left: 50%;
      margin-left: -110px;
      margin-top: -80; } }

.layer {
  width: 530px;
  height: 500px;
  overflow: hidden; }

.layer2 {
  background-image: url(../img/pall1.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 338px;
  height: 338px;
  left: 80px;
  top: 70px; }
  @media only screen and (min-width: 980px) and (max-width: 1279px) {
    .layer2 {
      width: 338px;
      height: 338px; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .layer2 {
      width: 200px;
      height: 200px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .layer2 {
      width: 200px;
      height: 200px; } }
  @media only screen and (max-width: 479px) {
    .layer2 {
      width: 180px;
      height: 180px; } }

.layer1 {
  background-image: url(../img/pall2.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 168px;
  height: 167px;
  left: 30px;
  top: 30px; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .layer1 {
      width: 120px;
      height: 120px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .layer1 {
      width: 120px;
      height: 120px; } }
  @media only screen and (max-width: 479px) {
    .layer1 {
      width: 100px;
      height: 100px; } }

.layer3 {
  background-image: url(../img/pall3.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 221px;
  height: 220px;
  left: 300px;
  top: 60px; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .layer3 {
      width: 160px;
      height: 160px;
      left: 200px;
      top: 60px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .layer3 {
      width: 160px;
      height: 160px;
      left: 200px;
      top: 60px; } }
  @media only screen and (max-width: 479px) {
    .layer3 {
      width: 120px;
      height: 120px;
      left: 200px;
      top: 60px; } }

.layer4 {
  background-image: url(../img/pall4.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 221px;
  height: 220px;
  left: 20px;
  top: 270px; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .layer4 {
      width: 160px;
      height: 160px;
      left: 20px;
      top: 200px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .layer4 {
      width: 160px;
      height: 160px;
      left: 20px;
      top: 200px; } }
  @media only screen and (max-width: 479px) {
    .layer4 {
      width: 120px;
      height: 120px;
      left: 20px;
      top: 200px; } }

/*End parallax */
.videoTitle {
  width: 100%;
  height: 115px;
  float: left;
  text-align: center;
  font-family: 'PT Sans Caption';
  font-size: 45px;
  background-color: #fedb48;
  padding-top: 20px;
  color: #ffffff; }

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