html, body {
    width:100%;
    height:100%;
}
body{background: black;}
.preload * {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  -o-animation: none !important;
}
.body_grigio{
  background: #787878;
}
/*------ FONTS ------*/
@font-face {
  font-family: 'franchise-bold';
  src: url('../fonts/franchise-bold.eot');
  src: url('../fonts/franchise-bold.woff2') format('woff2'),
       url('../fonts/franchise-bold.woff') format('woff'),
       url('../fonts/franchise-bold.ttf') format('truetype'),
       url('../fonts/franchise-bold.svg#franchise-bold') format('svg'),
       url('../fonts/franchise-bold.eot?#iefix') format('embedded-opentype');
}
@font-face {
  font-family: 'robotoslab-regular';
  src: url('../fonts/robotoslab-regular.eot');
  src: url('../fonts/robotoslab-regular.woff2') format('woff2'),
       url('../fonts/robotoslab-regular.woff') format('woff'),
       url('../fonts/robotoslab-regular.ttf') format('truetype'),
       url('../fonts/robotoslab-regular.svg#robotoslab-regular') format('svg'),
       url('../fonts/robotoslab-regular.eot?#iefix') format('embedded-opentype');
}
@font-face {
  font-family: 'robotoslab-bold';
  src: url('../fonts/robotoslab-bold.eot');
  src: url('../fonts/robotoslab-bold.woff2') format('woff2'),
       url('../fonts/robotoslab-bold.woff') format('woff'),
       url('../fonts/robotoslab-bold.ttf') format('truetype'),
       url('../fonts/robotoslab-bold.svg#robotoslab-bold') format('svg'),
       url('../fonts/robotoslab-bold.eot?#iefix') format('embedded-opentype');
}
@font-face {
  font-family: 'opensanscondensed-light';
  src: url('../fonts/opensanscondensed-light.eot');
  src: url('../fonts/opensanscondensed-light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/opensanscondensed-light.woff2') format('woff2'),
      url('../fonts/opensanscondensed-light.woff') format('woff'),
      url('../fonts/opensanscondensed-light.ttf') format('truetype'),
      url('../fonts/opensanscondensed-light.svg#opensanscondensed-light') format('svg');
}
/*------ MESSAGGIO RISOLUZIONE ------*/
#messaggio_risoluzione{
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../img/sfondo_dispositivi_non_compatibili.jpg) no-repeat;
  display: none;
  background-size: cover;
}
.cont_messaggio{
  z-index: 5;
  position: absolute;
  width: 320px;
  height: 320px;
  left: 50%;
  margin-left: -160px;
  top: 50%;
  margin-top: -160px;
  box-sizing: border-box;
}
.cont_logo_messaggio{
  position: relative;
  width: 250px;
  height: 180px;
  margin: 0 auto;
}
.cont_decorazione_messaggio{
  width: 320px;
  height: 20px;
  margin-top: 18px;
}
.cont_testo_messaggio{
  width: 320px;
  height:100px;
  box-sizing: border-box;
  font-size: 15.5px;
  color: white;
  font-family: robotoslab-regular;
  margin-top: 10px;
  text-align: justify;
  padding: 0px 20px 0px 20px;
}
/*------ TUTORIAL ------*/
#tutorial {
  opacity: 0;
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  height: 100%;
  width: 100%;
}
.cont_tutorial{
  position: absolute;
  width: 950px;
  height: 600px;
  left: 50%;
  margin-left: -475px;
  top: 50%;
  margin-top: -300px;
  padding: 75px 50px 75px 50px;
  box-sizing: border-box;
  background: url(../img/bg_tutorial.jpg) no-repeat;
}
.pagine{
  position: absolute;
  width: 750px;
  height: 450px;
  left: 50%;
  margin-left: -375px;
  display: none;
}
.immagini_tutorial{
  position: relative;
  width: 350px;
  height: 450px;
  box-sizing: border-box;
  float: left;
}
.gif_tutorial{
  width: 175px;
  height: 225px;
}
.cont_gif{
  width: 175px;
  height: 225px;
}
.gif_tutorial_2{
  width: 175px;
  height: 450px;
}
#padding_icone{padding-left: 25px;}
.lettere_tutorial,.lettere_tutorial_2{
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  font-family: robotoslab-bold;
  color: #be1622;
  margin-top: -30px;
  font-size: 20px;
}
.lettere_tutorial_2{
  margin-top: 195px;
}
#lettere{
  position: relative;
  top: -20px;
}
#float_left{
  float: left;
}
#float_right{
  float: right;
}
.freccia_sinistra{
  position: relative;
  width: 50px;
  height: 450px;
  float: left;
}
.testi_tutorial{
  position: relative;
  width: 350px;
  height: 450px;
  box-sizing: border-box;
  float: right;
}
.fregio_tutorial{
  width:85px;
  height: 40px;
  margin: 0 auto;
  box-sizing: border-box;
}
.titolo_tutorial{
  width: auto;
  height: 50px;
  font-family: franchise-bold;
  font-size: 20px;
  color: black;
  text-transform: uppercase;
  box-sizing: border-box;
  text-align: center;
  margin-top: -15px;
}
.decorazione_tutorial{
  width: 350px;
  height: 15px;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.testo_tutorial{
  position: relative;
  width: 87.304%;
  height:auto;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 15.5px;
  color: black;
  font-family: robotoslab-regular;
  margin-top: -16px;
  line-height: 1.3em;
}
#rosso{
  color: #9d1915;
  font-family: robotoslab-bold;
}
.freccia_destra{
  position: relative;
  width: 50px;
  height: 450px;
  float: right;
}
.frecce{
  position: relative;
  width: 30px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
}
#giustifica_tutorial{
  text-align: justify;
  text-justify: inter-word;
}
#right{float: right; margin-right: 5px;}
#left{ float: left; margin-left: 5px;}
.pagina_attiva{
  display: block;
}
#chiudi{
  position: absolute;
  width: 50px;
  height:50px;
  z-index: 1000;
  margin-top: -25px;
  cursor: pointer;
}
.destra{
  position: relative;
  width: 50px;
  height: 450px;
  float: right;
}
/*------ LOADER ------*/
#loading {
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: fixed;
   display: block;
   background-color: black;
   z-index: 999;
}
.cont_loader{
  position: absolute;
  width: 400px;
  height: 470px;
  top: 50%;
  margin-top: -235px;
  left: 50%;
  margin-left: -200px;
}
.loader{
  width: 400px;
  height: 400px;
}
.caricamento{
  width: 181px;
  height: 40px;
  margin: 0 auto;
  margin-top: 30px;
}
/*------ CONTAINER 100% LARGHEZZA E ALTEZZA ------*/
#contenitore-slides {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/*------ RADDOPPIAMNETO LARGHEZZA E ALTEZZA DEL VIEWPORT ------*/
#slides {
    width: 200%;
    height: 200%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
}
/*------ CLASSE COMUNE A OGNI SLIDE ------*/
.slide {
    position:absolute;
    top:0;
    left:0;
    width:50%;
    height:50%;
}
/*------ COPERTINA ------*/
#slide-1 {
  background: #787878;
}
#copertina {
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../img/copertina.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.busto {
  position: absolute;
  z-index: 2;
  top:140px;
  left: 50%;
  margin-left: -250px;
	width:500px;
	height:500px;
}
.cont_logo {
  z-index:3;
  position: absolute;
  top:550px;
  left: 50%;
  margin-left: -150px;
	width:300px;
	height:300px;
  background:url(../img/ombra_logo.png) no-repeat;
  background-size:cover;
  background-position: center;
}
.logo{
  position: relative;
  width: 300px;
  height: 200px;
  margin: 0 auto;
}
.icona_scroll{
  position: relative;
  width: 35px;
  height: 40px;
  margin: 0 auto;
  margin-top: 15px;
}
@-webkit-keyframes freccia {
    from{
        padding-top:0;
        opacity: 1;

    }
    to{
        padding-top: 30px;
        opacity: 0;
    }
}
@-ms-keyframes freccia {
    from{
        padding-top:0;
        opacity: 1;

    }
    to{
        padding-top: 30px;
        opacity: 0;
    }
}
@-moz-keyframes freccia {
    from{
        padding-top:0;
        opacity: 1;

    }
    to{
        padding-top: 30px;
        opacity: 0;
    }
}
@-o-keyframes freccia {
    from{
        padding-top:0;
        opacity: 1;

    }
    to{
        padding-top: 30px;
        opacity: 0;
    }
}
@keyframes freccia {
    from{
        padding-top:0;
        opacity: 1;

    }
    to{
        padding-top: 30px;
        opacity: 0;
    }
}
.scroll_freccia {
    -webkit-animation: freccia 2s linear infinite;
    -ms-animation: freccia 2s linear infinite;
    -moz-animation: freccia 2s linear infinite;
    -o-animation: freccia 2s linear infinite;
    animation: freccia 2s linear infinite;
}
.bombardieri_copertina {
  z-index: 1;
  position: absolute;
  top: 300px;
  left: 50%;
  margin-left: -600px;
	width:400px;
	height:50px;
  -webkit-animation: bombardieri_copertina 2s linear;
  -ms-animation: bombardieri_copertina 2s linear;
  -moz-animation: bombardieri_copertina 2s linear;
  -o-animation: bombardieri_copertina 2s linear;
  animation: bombardieri_copertina 2s linear;
}
@-webkit-keyframes bombardieri_copertina {
  from{
      padding-top:100px;
      opacity: 0;

  }
  to{
      padding-top: 0;
      opacity: 1;
  }
}
@-ms-keyframes bombardieri_copertina {
  from{
      padding-top:100px;
      opacity: 0;

  }
  to{
      padding-top: 0;
      opacity: 1;
  }
}
@-moz-keyframes bombardieri_copertina {
  from{
      padding-top:100px;
      opacity: 0;

  }
  to{
      padding-top: 0;
      opacity: 1;
  }
}
@-o-keyframes bombardieri_copertina {
  from{
      padding-top:100px;
      opacity: 0;

  }
  to{
      padding-top: 0;
      opacity: 1;
  }
}
@keyframes bombardieri_copertina {
  from{
      padding-top:100px;
      opacity: 0;

  }
  to{
      padding-top: 0;
      opacity: 1;
  }
}
/*------ PARALLAX ORIGINI ------*/
#slide-2 {
  -webkit-transform: translate(0,100%);
  -ms-transform: translate(0,100%);
  -o-transform: translate(0,100%);
  -moz-transform: translate(0,100%);
  transform: translate(0,100%);
  background: #787878;
}
.div_nero_origini{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: black;
}
.primo_piano_origini {
  position: absolute;
  z-index: 6;
  width: 100%;
  height: 100%;
  background:url(../img/primo_piano_origini.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.cielo {
  position: absolute;
  z-index: 2;
	width:100%;
	height:100%;
  background:url(../img/cielo_origini.png) no-repeat;
  background-position: top;
  background-size: cover;
}
.montagne_origini {
  position: absolute;
  z-index: 3;
  width:100%;
	height:100%;
  background:url(../img/montagne_origini.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.nuvola_origini_01 {
  position: absolute;
  z-index: 4;
  width:90%;
	height:90%;
  background:url(../img/nuvola_origini_01.png) no-repeat;
  background-position: left;
  background-size: cover;
}
.nuvola_origini_02 {
  position: absolute;
  z-index: 4;
	width:70%;
	height:70%;
  background:url(../img/nuvola_origini_02.png) no-repeat;
  background-position: right;
  background-size: cover;
  right: 0;
}
.titolo_origini {
  position: absolute;
  z-index: 5;
  width:480px;
  height:280px;
  left: 50%;
  margin-left: -240px;
}
.uccellini, .tamburo_guerra, .accensione_aereo, .eliche_stormo, .bombardamento_malta, .spitfire, .costa_audio, .dopoguerra_audio{
  position:absolute;
  width:300px;
  height:240px;
  left: 50%;
  margin-left: -150px;
  top: 50%;
  margin-top: -120px;
  margin-left: 300px;
  background: blue;
  z-index: 12;
  opacity: 0;
}
/*------ DESCRIZIONE ORIGINI ------*/
#slide-3 {
  -webkit-transform: translate(0,200%);
  -ms-transform: translate(0,200%);
  -o-transform: translate(0,200%);
  -moz-transform: translate(0,200%);
  transform: translate(0,200%);
  background:black;
}
#sfondo_pattern_origini{
  position: absolute;
  width: 100%;
  height: 100%;
  background:url(../img/pattern.jpg) repeat;
}
#descrizione_origini_01{
  position: absolute;
  width: 100%;
  height: 100%;
  background:url(../img/bg_origini_01.png) no-repeat;
  background-size: contain;
  background-position: center;
}
#descrizione_origini_02{
  position: absolute;
  width: 100%;
  height: 100%;
  background:url(../img/bg_origini_02.png) no-repeat;
  background-size: contain;
  background-position: center;
}
#descrizione_origini_03{
  position: absolute;
  width: 100%;
  height: 100%;
  background:url(../img/bg_origini_03.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.cont_descrizione{
  z-index: 5;
  position: absolute;
  width: 950px;
  height: 600px;
  left: 50%;
  margin-left: -475px;
  top: 50%;
  margin-top: -300px;
  padding: 50px;
  box-sizing: border-box;
}
.fotografie{
  position: absolute;
  width: 350px;
  height: 500px;
  margin-top: 10px;
}
.cont_testi{
  position: absolute;
  width: 400px;
  height: auto;
  margin-left: 450px;
  box-sizing: border-box;
}
.fregio{
  width:100px;
  height: 30px;
  margin: 0 auto;
  box-sizing: border-box;
}
.titolo{
  width: 400px;
  height: 50px;
  font-family: franchise-bold;
  font-size: 25px;
  color: black;
  text-transform: uppercase;
  box-sizing: border-box;
}
.decorazione{
  width: 400px;
  height: 60px;
  box-sizing: border-box;
  padding-top: 15px;
}
.testo{
  width: 90%;
  height:300px;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 15.5px;
  line-height: 1.2em;
  color: white;
  font-family: robotoslab-regular;
}
#testo_origini{
  width: 348px;
  height: 330px;
}
.animazione_testi{
  white-space: nowrap;
  overflow: hidden;
}
#giustifica{
  margin-top: -12px;
}
#giovinezza{
  margin-left: 115px;
}
#origini{
  height: 410px;
  top: 50%;
  margin-top: -205px;
}
/*------ GUERRA PARALLAX ------*/
.fade_in_out{
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
}
#slide-4 {
  -webkit-transform: translate(0,300%);
  -ms-transform: translate(0,300%);
  -o-transform: translate(0,300%);
  -moz-transform: translate(0,300%);
  transform: translate(0,300%);
  background: #8d8d8d;
}
.cielo_guerra {
  position: absolute;
  z-index: 1;
	width:100%;
	height:100%;
  background:url(../img/cielo_guerra.png) no-repeat;
  background-position: top;
  background-size: cover;
}
.raggi_guerra {
  position: absolute;
  z-index: 2;
	width:100%;
	height:100%;
}
.nuvole_guerra {
  position: absolute;
  z-index: 3;
	width:100%;
	height:100%;
}
.busto_guerra{
  position: absolute;
  z-index: 5;
  left: 50%;
  margin-left: -350px;
	width:700px;
	height:600px;
}
.caccia_guerra{
  position: absolute;
  z-index: 2;
	width:400px;
	height:300px;
  left: 50%;
  margin-left: -200px;
}
.titolo_guerra{
  position: absolute;
  z-index: 6;
  width:450px;
  height:250px;
  left: 50%;
  margin-left: -225px;
}
.bombardieri_guerra{
  position: absolute;
  z-index: 6;
  width:300px;
  height:30px;
  left: 50%;
  margin-left: -150px;
}
/*------ 8^ SQUADRIGLIA PARALLAX ------*/
#slide-5 {
  -webkit-transform: translate(0,400%);
  -ms-transform: translate(0,400%);
  -o-transform: translate(0,400%);
  -moz-transform: translate(0,400%);
  transform: translate(0,400%);
  background:#8d8d8d;
}
.primo_piano_8_squadriglia {
  position: absolute;
  z-index: 6;
  width: 100%;
  height: 100%;
  background: url(../img/primo_piano_8_squadriglia.png) no-repeat;
  background-size: contain;
  background-position: bottom;
}
.nuvole_8_squadriglia {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: url(../img/nuvole_8_squadriglia.png) no-repeat;
  background-size: cover;
  background-position: bottom;
}
.titolo_8_squadriglia {
  position: absolute;
  z-index: 5;
  width: 500px;
  height: 250px;
  left: 50%;
  margin-left: -250px;
  top: 20%;
  margin-top: -125px;
}
/*------ DESCRIZIONE 8^ SQUADRIGLIA ------*/
#slide-6 {
  -webkit-transform: translate(100%,400%);
  -ms-transform: translate(100%,400%);
  -o-transform: translate(100%,400%);
  -moz-transform: translate(100%,400%);
  transform: translate(100%,400%);
}
.sfondo_descrizioni_periodo_guerra{
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background:#9d1915;
  background-position: center;
}
.bordo_texture_descrizioni_periodo_guerra{
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
  background:#9d1915;
  background: url(../img/texture_descrizioni_periodo_guerra.png) no-repeat;
  box-sizing: border-box;
  border: 20px white solid;
}
#descrizione_8_squadriglia_1{
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/descrizione_8_squadriglia_1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#descrizione_8_squadriglia_2{
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/descrizione_8_squadriglia_2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.svg_aereo_laterale{
  width: 350px;
  height: 102px;
}
#br20_laterale{
  position: absolute;
  top: -3px;
  left: -2px;
  width: 350px;
  height: 102px;
  background: url(../img/br20_laterale.png) no-repeat;
}
.svg_aereo_inferiore{
  width: 350px;
  height: 300px;
}
#br20_inferiore{
  position: absolute;
  top: 103px;
  width: 350px;
  height: 300px;
  background: url(../img/br20_inferiore.png) no-repeat;
}
.svg_aereo_anteriore{
  width: 350px;
  height: 102px;
  padding-bottom: 30px;
}
#br20_anteriore{
  position: absolute;
  top: 410px;
  width: 350px;
  height: 102px;
  background: url(../img/br20_anteriore.png) no-repeat;
}
#titolo_br20{
  margin-left: 120px;
  color: white;
}
.svg_logo_8_squadriglia{
  width: 350px;
  height: 500px;
}
#logo_8_squadriglia{
  position: absolute;
  margin-top: 1px;
  left: 1px;
  width: 350px;
  height: 500px;
  background: url(../img/logo_8_squadriglia.png) no-repeat;
}
#titolo_squadriglia{
  margin-left: 90px;
  color: white;
}
/*------ DESCRIZIONE 8^ SQUADRIGLIA ------*/
#slide-6 {
  -webkit-transform: translate(100%,400%);
  -ms-transform: translate(100%,400%);
  -o-transform: translate(100%,400%);
  -moz-transform: translate(100%,400%);
  transform: translate(100%,400%);
}
.sfondo_descrizioni_periodo_guerra{
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background:#9d1915;
}
.bordo_texture_descrizioni_periodo_guerra{
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
  background:#9d1915;
  background: url(../img/texture_descrizioni_periodo_guerra.png) no-repeat;
  box-sizing: border-box;
  border: 20px white solid;
}
#descrizione_8_squadriglia_1{
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/descrizione_8_squadriglia_1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#descrizione_8_squadriglia_2{
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/descrizione_8_squadriglia_2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.svg_aereo_laterale{
  width: 350px;
  height: 102px;
}
#br20_laterale{
  position: absolute;
  top: -3px;
  width: 350px;
  height: 102px;
  background: url(../img/br20_laterale.png) no-repeat;
}
.svg_aereo_inferiore{
  width: 350px;
  height: 300px;
}
#br20_inferiore{
  position: absolute;
  top: 103px;
  width: 350px;
  height: 300px;
  background: url(../img/br20_inferiore.png) no-repeat;
}
.svg_aereo_anteriore{
  width: 350px;
  height: 102px;
  padding-bottom: 30px;
}
#br20_anteriore{
  position: absolute;
  top: 410px;
  width: 350px;
  height: 102px;
  background: url(../img/br20_anteriore.png) no-repeat;
}
.svg_logo_8_squadriglia{
  width: 350px;
  height: 500px;
}
#logo_8_squadriglia{
  position: absolute;
  top: 5.5px;
  left: 1px;
  width: 350px;
  height: 500px;
  background: url(../img/logo_8_squadriglia.png) no-repeat;
}
#titolo_squadriglia{
  margin-left: 90px;
  color: white;
}
/*------ 231^ SQUADRIGLIA PARALLAX ------*/
#slide-7 {
  -webkit-transform: translate(100%,300%);
  -ms-transform: translate(100%,300%);
  -o-transform: translate(100%,300%);
  -moz-transform: translate(100%,300%);
  transform: translate(100%,300%);
  background: url(../img/cielo_231_squadriglia.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.nuvola_inferiore_231_squadriglia{
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../img/nuvola_inferiore_231_squadriglia.png) no-repeat;
  background-size: cover;
}
.nuvola_superiore_231_squadriglia{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../img/nuvola_superiore_231_squadriglia.png) no-repeat;
  background-size: cover;
}
.primo_piano_231_squadriglia{
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: url(../img/primo_piano_231_squadriglia.png) no-repeat;
  background-size: cover;
}
.secondo_piano_231_squadriglia{
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: url(../img/secondo_piano_231_squadriglia.png) no-repeat;
  background-size: cover;
}
.terzo_piano_231_squadriglia{
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url(../img/terzo_piano_231_squadriglia.png) no-repeat;
  background-size: cover;
}
.quarto_piano_231_squadriglia{
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url(../img/quarto_piano_231_squadriglia.png) no-repeat;
  background-size: cover;
}
.titolo_231_squadriglia {
    position: absolute;
    z-index: 1;
    width: 500px;
    height: 250px;
    left: 50%;
    margin-left: -250px;
    top: 20%;
    margin-top: -125px;
}
/*------ 231^ SQUADRIGLIA DESCRIZIONE ------*/
#slide-8 {
  -webkit-transform: translate(200%,300%);
  -ms-transform: translate(200%,300%);
  -o-transform: translate(200%,300%);
  -moz-transform: translate(200%,300%);
  transform: translate(200%,300%);
}
#descrizione_231_squadriglia{
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/descrizione_231_squadriglia.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#cant_laterale{
  position: absolute;
  top: -6px;
  left: 1px;
  width: 350px;
  height: 102px;
  background: url(../img/cant_laterale.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#cant_inferiore{
  position: absolute;
  top: 100px;
  left: -3.5px;
  width: 350px;
  height: 300px;
  background: url(../img/cant_inferiore.png) no-repeat;
}
#cant_anteriore{
  position: absolute;
  top: 398px;
  width: 350px;
  height: 100px;
  background: url(../img/cant_anteriore.png) no-repeat;
}
#titolo_cant_1007_bis{
  margin-left: 80px;
  color: white;
}
#testi_15_righe{
  margin-top: -10px;
}
/*------ 211^ SQUADRIGLIA PARALLAX ------*/
#slide-9 {
  -webkit-transform: translate(200%,200%);
  -ms-transform: translate(200%,200%);
  -o-transform: translate(200%,200%);
  -moz-transform: translate(200%,200%);
  transform: translate(200%,200%);
  overflow: hidden;
}
.malta_citta{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 135%;
  background: url(../img/malta_211_squadriglia.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
}
.bomba_1{
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 135%;
  background: url(../img/bomba_1.png) no-repeat;
  background-size: cover;
}
.bomba_2{
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 135%;
  background: url(../img/bomba_2.png) no-repeat;
  background-size: cover;
}
.bomba_3{
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 135%;
  background: url(../img/bomba_3.png) no-repeat;
  background-size: cover;
}
.bomba_4{
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 135%;
  background: url(../img/bomba_4.png) no-repeat;
  background-size: cover;
}
.bomba_5{
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 135%;
  background: url(../img/bomba_5.png) no-repeat;
  background-size: cover;
}
.bomba_6{
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 135%;
  background: url(../img/bomba_6.png) no-repeat;
  background-size: cover;
}
.bomba_7{
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 135%;
  background: url(../img/bomba_7.png) no-repeat;
  background-size: cover;
}
.bomba_8{
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 135%;
  background: url(../img/bomba_8.png) no-repeat;
  background-size: cover;
}
.nuvole_inferiori_211_squadriglia{
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 135%;
  background: url(../img/nuvole_inferiori_211_squadriglia.png) no-repeat;
  background-size: cover;
}
.nuvole_superiori_211_squadriglia{
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 135%;
  background: url(../img/nuvole_superiori_211_squadriglia.png) no-repeat;
  background-size: cover;
}
.titolo_211_squadriglia {
    z-index: 4;
    position: absolute;
    width: 550px;
    height: 250px;
    left: 50%;
    margin-left: -275px;
    top: 50%;
    margin-top: -125px;
}
/*------ 211^ SQUADRIGLIA DESCRIZIONE ------*/
#slide-10 {
  -webkit-transform: translate(200%,100%);
  -ms-transform: translate(200%,100%);
  -o-transform: translate(200%,100%);
  -moz-transform: translate(200%,100%);
  transform: translate(200%,100%);
}
#descrizione_211_squadriglia_1{
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/descrizione_211_squadriglia_1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.svg_logo_cant{
  width: 350px;
  height: 500px;
}
#logo_cant{
  position: absolute;
  top: 72px;
  width: 350px;
  height: 350px;
  background: url(../img/logo_cant.png) no-repeat;
}
#descrizione_211_squadriglia_2{
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/descrizione_211_squadriglia_2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.svg_mappa_malta{
  width: 950px;
  height: 600px;
  margin-top: -50px;
}
#cont_titolo_mappa{
  position: absolute;
  width: 300px;
  height: 180px;
  top: 50px;
  right: 0;
}
#mappa_malta{
  position: absolute;
  top: 32px;
  width: 620px;
  height: 535px;
  left: 174px;
  background: url(../img/mappa_malta.png) no-repeat;
  background-size: cover;
}
#puntino_tavenezia{
  position: absolute;
  top: 32px;
  width: 620px;
  height: 535px;
  left: 174px;
  background: url(../img/puntino_tavenezia.png) no-repeat;
  background-size: cover;
}
#tavenezia{
  position: absolute;
  top: 32px;
  width: 620px;
  height: 535px;
  left: 174px;
  background: url(../img/tavenezia.png) no-repeat;
  background-size: cover;
}
#icone_tavenezia{
  position: absolute;
  top: 32px;
  width: 620px;
  height: 535px;
  left: 174px;
  background: url(../img/icone_tavenezia.png) no-repeat;
  background-size: cover;
}
#puntino_floriana{
  position: absolute;
  top: 32px;
  width: 620px;
  height: 535px;
  left: 174px;
  background: url(../img/puntino_floriana.png) no-repeat;
  background-size: cover;
}
#floriana{
  position: absolute;
  top: 32px;
  width: 620px;
  height: 535px;
  left: 174px;
  background: url(../img/floriana.png) no-repeat;
  background-size: cover;
}
#icone_floriana{
  position: absolute;
  top: 32px;
  width: 620px;
  height: 535px;
  left: 174px;
  background: url(../img/icone_floriana.png) no-repeat;
  background-size: cover;
}
#puntino_gadia{
  position: absolute;
  top: 32px;
  width: 620px;
  height: 535px;
  left: 174px;
  background: url(../img/puntino_gadia.png) no-repeat;
  background-size: cover;
}
#gadia{
  position: absolute;
  top: 32px;
  width: 620px;
  height: 535px;
  left: 174px;
  background: url(../img/gadia.png) no-repeat;
  background-size: cover;
}
#icone_gadia{
  position: absolute;
  top: 32px;
  width: 620px;
  height: 535px;
  left: 174px;
  background: url(../img/icone_gadia.png) no-repeat;
  background-size: cover;
}
#tratto_1{
  position: absolute;
  top: 32px;
  width: 620px;
  height: 535px;
  left: 174px;
  background: url(../img/tratto_1.png) no-repeat;
  background-size: cover;
}
#tratto_2{
  position: absolute;
  top: 32px;
  width: 620px;
  height: 535px;
  left: 174px;
  background: url(../img/tratto_2.png) no-repeat;
  background-size: cover;
}
#tratto_3{
  position: absolute;
  top: 32px;
  width: 620px;
  height: 535px;
  left: 174px;
  background: url(../img/tratto_3.png) no-repeat;
  background-size: cover;
}
#tratto_4{
  position: absolute;
  top: 32px;
  width: 620px;
  height: 535px;
  left: 174px;
  background: url(../img/tratto_4.png) no-repeat;
  background-size: cover;
}
#tratto_5{
  position: absolute;
  top: 32px;
  width: 620px;
  height: 535px;
  left: 174px;
  background: url(../img/tratto_5.png) no-repeat;
  background-size: cover;
}
#tratto_6{
  position: absolute;
  top: 32px;
  width: 620px;
  height: 535px;
  left: 174px;
  background: url(../img/tratto_6.png) no-repeat;
  background-size: cover;
}
#tratto_7{
  position: absolute;
  top: 32px;
  width: 620px;
  height: 535px;
  left: 174px;
  background: url(../img/tratto_7.png) no-repeat;
  background-size: cover;
}
#tratto_8{
  position: absolute;
  top: 32px;
  width: 620px;
  height: 535px;
  left: 174px;
  background: url(../img/tratto_8.png) no-repeat;
  background-size: cover;
}
#tratto_9{
  position: absolute;
  top: 32px;
  width: 620px;
  height: 535px;
  left: 174px;
  background: url(../img/tratto_9.png) no-repeat;
  background-size: cover;
}
#tratto_10{
  position: absolute;
  top: 32px;
  width: 620px;
  height: 535px;
  left: 174px;
  background: url(../img/tratto_10.png) no-repeat;
  background-size: cover;
}
#bombardamento{
  position: absolute;
  top: 32px;
  width: 620px;
  height: 535px;
  left: 174px;
  background: url(../img/bombardamento.png) no-repeat;
  background-size: cover;
}
#puntino_micabba{
  position: absolute;
  top: 32px;
  width: 620px;
  height: 535px;
  left: 174px;
  background: url(../img/puntino_micabba.png) no-repeat;
  background-size: cover;
}
#micabba{
  position: absolute;
  top: 32px;
  width: 620px;
  height: 535px;
  left: 174px;
  background: url(../img/micabba.png) no-repeat;
  background-size: cover;
}
#icone_micabba{
  position: absolute;
  top: 32px;
  width: 620px;
  height: 535px;
  left: 174px;
  background: url(../img/icone_micabba.png) no-repeat;
  background-size: cover;
}
#puntino_halfar{
  position: absolute;
  top: 32px;
  width: 620px;
  height: 535px;
  left: 174px;
  background: url(../img/puntino_halfar.png) no-repeat;
  background-size: cover;
}
#halfar{
  position: absolute;
  top: 32px;
  width: 620px;
  height: 535px;
  left: 174px;
  background: url(../img/halfar.png) no-repeat;
  background-size: cover;
}
#icone_halfar{
  position: absolute;
  top: 32px;
  width: 620px;
  height: 535px;
  left: 174px;
  background: url(../img/icone_halfar.png) no-repeat;
  background-size: cover;
}
.cont_legenda{
  position: absolute;
  width: 500px;
  height: 330px;
  bottom: 40px;
  left: 0;
}
.cont_voci_legenda{
  position: relative;
  width: 500px;
  height: 30px;
  padding: 10px 0px 0px 0px;
}
.cont_icone_legenda{
  position: absolute;
  width: 35px;
  height: 35px;
}
#voci_legenda{
  color: white;
  font-family: robotoslab-regular;
  height: 40px;
  width: 90%;
  margin-left: 50px;
  font-size: 13.2px;
  line-height: 17px;
  margin-top: -4px;
}
/*------ TA VENEZIA PARALLAX ------*/
#slide-11 {
  -webkit-transform: translate(300%,100%);
  -ms-transform: translate(300%,100%);
  -o-transform: translate(300%,100%);
  -moz-transform: translate(300%,100%);
  transform: translate(300%,100%);
  background: url(../img/cielo_231_squadriglia.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.nuvole_superiori_tavenezia{
  position: absolute;
  z-index: 2;
  width: 90%;
  height: 90%;
  right: 0;
  background: url(../img/nuvole_superiori_tavenezia.png) no-repeat;
  background-size: cover;
}
.nuvole_inferiori_tavenezia{
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: url(../img/nuvole_inferiori_tavenezia.png) no-repeat;
  background-size: cover;
}
.spitfire_sinistra{
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: url(../img/spitfire_sinistra.png) no-repeat;
  background-size: cover;
}
.spitfire_destra{
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: url(../img/spitfire_destra.png) no-repeat;
  background-size: cover;
}
.proiettili_spitfire{
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: url(../img/proiettili_spitfire.png) no-repeat;
  background-size: cover;
}
.titolo_tavenezia {
  z-index: 3;
  position: absolute;
  width: 550px;
  height: 250px;
  left: 50%;
  margin-left: -275px;
  top: 50%;
  margin-top: -200px;
}
/*------ TA VENEZIA DESCRIZIONE ------*/
#slide-12 {
  background: #ff9d00;
  -webkit-transform: translate(300%,200%);
  -ms-transform: translate(300%,200%);
  -o-transform: translate(300%,200%);
  -moz-transform: translate(300%,200%);
  transform: translate(300%,200%);
}
#descrizione_spitfire{
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/descrizione_spitfire.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
}
#spitfire_laterale{
  position: absolute;
  top: 0px;
  left: 3px;
  width: 336px;
  height: 100px;
  background: url(../img/spitfire_laterale.png) no-repeat;
  background-size: cover;
}
#spitfire_inferiore{
  position: absolute;
  top: 109px;
  left: 12px;
  width: 334px;
  height: 283px;
  background: url(../img/spitfire_inferiore.png) no-repeat;
  background-size: cover;
}
#spitfire_anteriore{
  position: absolute;
  top: 406px;
  left: 15px;
  width: 320px;
  height: 86px;
  background: url(../img/spitfire_anteriore.png) no-repeat;
  background-size: cover;
}
#titolo_spitfire{
  margin-left: 30px;
  color: white;
}
#cont_ar{
  position: absolute;
  width: 50px;
  height: 50px;
  background: red;
  margin-top: -250px;
  left: 50px;
  background: url(../img/ar_icona_modello.png) no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 1000;
}
#logo_entiti_ar{
  position: absolute;
  width: 50px;
  height: 50px;
  background: red;
  margin-top: -250px;
  left: 250px;
  background: url(../img/logo_entiti_ar.png) no-repeat;
  background-size: cover;
}
#descrizione_attacco_spitfire{
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/descrizione_attacco_spitfire.jpg) no-repeat;
  background-size: cover;
}
#titolo_sotto_attacco{
  margin-left: 90px;
  color: white;
}
#cant_anteriore_danni{
  position: absolute;
  z-index: 5;
  top: 398px;
  width: 350px;
  height: 100px;
  background: url(../img/cant_anteriore_danni.png) no-repeat;
}
#cant_inferiore_danni{
  position: absolute;
  top: 100px;
  left: -3px;
  width: 350px;
  height: 300px;
  background: url(../img/cant_inferiore_danni.png) no-repeat;
}
#cant_laterale_danni{
  position: absolute;
  top: -7px;
  left: 1px;
  width: 350px;
  height: 102px;
  background: url(../img/cant_laterale_danni.png) no-repeat;
}
#cont_marker{
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
  z-index: 9;
}
#markers{
  display: none;
}
.marker{
  position: absolute;
  width: 690px;
  height: 496px;
  background: green;
  left: 50%;
  margin-left: -345px;
  top: 50%;
  margin-top: -248px;
  z-index: 10;
}
#chiusura_marker{
  position: absolute;
  width: 30px;
  height: 30px;
  background: green;
  top: -12px;
  right: -12px;
  background: url(../img/chiusura_marker.png) no-repeat;
  background-size: contain;
  cursor: pointer;
}
/*------ COSTA SICULA PARALLAX ------*/
#slide-13 {
  -webkit-transform: translate(400%,200%);
  -ms-transform: translate(400%,200%);
  -o-transform: translate(400%,200%);
  -moz-transform: translate(400%,200%);
  transform: translate(400%,200%);
  background: url(../img/cielo_costa_sicula.jpg) no-repeat;
  background-size: cover;
}
.costa_sicula{
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../img/costa_sicula.png) no-repeat;
  background-size: cover;
  background-position: bottom;
}
.gabbiani_costa_sicula{
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: url(../img/gabbiani_costa_sicula.png) no-repeat;
  background-size: cover;
}
.titolo_costa_sicula{
  z-index: 1;
  position: absolute;
  width: 550px;
  height: 220px;
  left: 50%;
  margin-left: -275px;
  top: 50%;
  margin-top: -200px;
}
/*------ COSTA SICULA DESCRIZIONE ------*/
#slide-14 {
  background: #7ab776;
  -webkit-transform: translate(400%,100%);
  -ms-transform: translate(400%,100%);
  -o-transform: translate(400%,100%);
  -moz-transform: translate(400%,100%);
  transform: translate(400%,100%);
}
.cont_medaglie{
  margin: 0 auto;
  width: 180px;
  height: 450px;
}
.cont_360{
  width: 50px;
  height: 30px;
  margin: 0 auto;
  margin-top: 20px;
}
.cont_360_2{
  width: 50px;
  height: 30px;
  margin: 0 auto;
  margin-top: 20px;
  margin-top: -450px;
}
#descrizione_costa_sicula_1{
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/descrizione_costa_sicula_1.jpg) no-repeat;
  background-size: cover;
}
#titolo_croce_valor_militare{
  margin-left: 25px;
  color: white;
}
#descrizione_costa_sicula_2{
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/descrizione_costa_sicula_2.jpg) no-repeat;
  background-size: cover;
}
#titolo_medaglia_argento_valor_militare{
  margin-left: 10px;
  font-size: 47px;
  color: white;
}
#croce_valore{
  margin: 0 auto;
  width: 210px;
  height: 450px;
  padding-left: 32px;
}
#medaglia_argento{
  margin: 0 auto;
  width: 210px;
  height: 450px;
  padding-left: 10px;
}
/*------ NORDAFRICA PARALLAX ------*/
#slide-15 {
  -webkit-transform: translate(500%,100%);
  -ms-transform: translate(500%,100%);
  -o-transform: translate(500%,100%);
  -moz-transform: translate(500%,100%);
  transform: translate(500%,100%);
  background: url(../img/cielo_nordafrica.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.primo_piano_nordafrica{
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url(../img/primo_piano_nordafrica.png) no-repeat;
  background-size: contain;
}
.bombardieri_nordafrica {
  z-index: 2;
  position: absolute;
  top: 500px;
  left: 50%;
  margin-left: -200px;
	width:350px;
	height:40px;
}
.titolo_nordafrica{
  z-index: 1;
  position: absolute;
  width: 550px;
  height: 220px;
  left: 50%;
  margin-left: -275px;
  top: 50%;
  margin-top: -200px;
}
/*------ DESCRIZIONE NORDAFRICA ------*/
#slide-16 {
  -webkit-transform: translate(500%,0%);
  -ms-transform: translate(500%,0%);
  -o-transform: translate(500%,0%);
  -moz-transform: translate(500%,0%);
  transform: translate(500%,0%);
  background: black;
}
#descrizione_nordafrica_1{
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/descrizione_nordafrica_1.jpg) no-repeat;
  background-size: cover;
}
#titolo_nordafrica{
  margin-left: 20px;
  font-size: 46px;
  color: white;
}
#foto_nordafrica{
  margin-top: 15px;
}
#descrizione_nordafrica_2{
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/descrizione_nordafrica_2.jpg) no-repeat;
  background-size: cover;
}
.svg_nordafrica{
  width: 900px;
  height: 400px;
  margin-left: -50px;
  margin-top: 150px;
}
.cont_titolo_mappa_2{
  position: absolute;
  width: 250px;
  height: 170px;
  top: 30px;
  right: 0;
}
#mappa_nordafrica,#algeria,#tunisia,#mediterraneo{
  position: absolute;
  width: 950px;
  height: 400px;
  background-size: cover;
  margin-left: -50px;
  margin-top: -420px;
}
.cont_legenda_2{
  position: absolute;
  width: 500px;
  height: 260px;
  top: 20px;
  left: 0;
}
#puntino_maison_blanche,#maison_blanche,#icone_maison_blanche,#puntino_philippeville,#philippeville,#icone_philippeville,#puntino_bona,#bona,#icone_bona,#puntino_souk,#souk,#icone_souk,#puntino_tabarca,#tabarca,#tratto_11,#tratto_12,#tratto_13,#tratto_14,#tratto_15,#tratto_16,#tratto_17,#tratto_18,#tratto_19,#bombardamento_2,#tratto_20,#tratto_21,#tratto_22{
  position: absolute;
  width: 950px;
  height: 400px;
  background-size: cover;
  margin-top: -80px;
}
#tratto_23,#tratto_24,#tratto_25,#tratto_26,#tratto_27,#tratto_28,#tratto_29,#tratto_30,#puntino_biserta,#biserta,#icone_biserta{
  position: absolute;
  width: 950px;
  height: 400px;
  background-size: cover;
  margin-top: -80px;
}
#mappa_nordafrica{background: url(../img/mappa_nordafrica.png) no-repeat;}
#algeria{background: url(../img/algeria.png) no-repeat;}
#tunisia{background: url(../img/tunisia.png) no-repeat;}
#mediterraneo{background: url(../img/mediterraneo.png) no-repeat;}
#puntino_maison_blanche{background: url(../img/puntino_maison_blanche.png) no-repeat;}
#maison_blanche{background: url(../img/maison_blanche.png) no-repeat;}
#icone_maison_blanche{background: url(../img/icone_maison_blanche.png) no-repeat;}
#puntino_philippeville{background: url(../img/puntino_philippeville.png) no-repeat;}
#philippeville{background: url(../img/philippeville.png) no-repeat;}
#icone_philippeville{background: url(../img/icone_philippeville.png) no-repeat;}
#puntino_bona{background: url(../img/puntino_bona.png) no-repeat;}
#bona{background: url(../img/bona.png) no-repeat;}
#icone_bona{background: url(../img/icone_bona.png) no-repeat;}
#puntino_souk{background: url(../img/puntino_souk.png) no-repeat;}
#souk{background: url(../img/souk.png) no-repeat;}
#icone_souk{background: url(../img/icone_souk.png) no-repeat;}
#puntino_tabarca{background: url(../img/puntino_tabarca.png) no-repeat;}
#tabarca{background: url(../img/tabarca.png) no-repeat;}
#tratto_11{background: url(../img/tratto_11.png) no-repeat;}
#tratto_12{background: url(../img/tratto_12.png) no-repeat;}
#tratto_13{background: url(../img/tratto_13.png) no-repeat;}
#tratto_14{background: url(../img/tratto_14.png) no-repeat;}
#tratto_15{background: url(../img/tratto_15.png) no-repeat;}
#tratto_16{background: url(../img/tratto_16.png) no-repeat;}
#tratto_17{background: url(../img/tratto_17.png) no-repeat;}
#tratto_18{background: url(../img/tratto_18.png) no-repeat;}
#tratto_19{background: url(../img/tratto_19.png) no-repeat;}
#bombardamento_2{background: url(../img/bombardamento_2.png) no-repeat;}
#tratto_20{background: url(../img/tratto_20.png) no-repeat;}
#tratto_21{background: url(../img/tratto_21.png) no-repeat;}
#tratto_22{background: url(../img/tratto_22.png) no-repeat;}
#tratto_23{background: url(../img/tratto_23.png) no-repeat;}
#tratto_24{background: url(../img/tratto_24.png) no-repeat;}
#tratto_25{background: url(../img/tratto_25.png) no-repeat;}
#tratto_26{background: url(../img/tratto_26.png) no-repeat;}
#tratto_27{background: url(../img/tratto_27.png) no-repeat;}
#tratto_28{background: url(../img/tratto_28.png) no-repeat;}
#tratto_29{background: url(../img/tratto_29.png) no-repeat;}
#tratto_30{background: url(../img/tratto_30.png) no-repeat;}
#puntino_biserta{background: url(../img/puntino_biserta.png) no-repeat;}
#biserta{background: url(../img/biserta.png) no-repeat;}
#icone_biserta{background: url(../img/icone_biserta.png) no-repeat;}
/*------ 3 SPOT ------*/
#slide-17 {
  -webkit-transform: translate(600%,0%);
  -ms-transform: translate(600%,0%);
  -o-transform: translate(600%,0%);
  -moz-transform: translate(600%,0%);
  transform: translate(600%,0%);
  background:black;
}
#spot_1{
  position: absolute;
  width: 100%;
  height: 100%;
  background:url(../img/spot_1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.cont_spot{
  z-index: 12;
  position: absolute;
  width: 500px;
  height: 300px;
  left: 50%;
  margin-left: -250px;
  top: 50%;
  margin-top: -150px;
  box-sizing: border-box;
}
.cont_coccarde_1{
  position: relative;
  width:100px;
  height: 100px;
  margin: 0 auto;
  box-sizing: border-box;
}
.decorazione_spot{
  width: 500px;
  height: 40px;
  box-sizing: border-box;
  padding-top: 10px;
}
.testo_spot{
  width: 85%;
  height:200px;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 19px;
  color: white;
  font-family: robotoslab-regular;
  line-height: 22px;
  padding-top: 10px;
}
.testo_spot_2{
  width: 82%;
  height:200px;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 19px;
  color: white;
  font-family: robotoslab-regular;
  line-height: 22px;
  padding-top: 10px;
}
#spot_2{
  position: absolute;
  width: 100%;
  height: 100%;
  background:url(../img/spot_2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.cont_coccarde_2{
  position: relative;
  width:286px;
  height: 100px;
  margin: 0 auto;
  box-sizing: border-box;
}
.coccarde{
  position: relative;
  width:100px;
  height: 100px;
  float: left;
  box-sizing: border-box;
}
.versus{
  position: relative;
  width:86px;
  height: 100px;
  float: left;
  box-sizing: border-box;
}
#spot_3{
  position: absolute;
  width: 100%;
  height: 100%;
  background:url(../img/spot_3.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.epilogo{
  position: absolute;
  width: 300px;
  height: 100px;
  left: 50%;
  margin-left: -150px;
  top: 50%;
  margin-top: -50px;
  z-index: 10;
  text-align: center;
  font-family: franchise-bold;
  color: white;
  font-size: 100px;
  text-transform: uppercase;
}
#epilogo{margin-top: 0px;}
/*------ PARALLAX DOPOGUERRA ------*/
#slide-18 {
  -webkit-transform: translate(600%,100%);
  -ms-transform: translate(600%,100%);
  -o-transform: translate(600%,100%);
  -moz-transform: translate(600%,100%);
  transform: translate(600%,100%);
  background: black;
}
.cielo_dopoguerra{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background:url(../img/sfondo_dopoguerra.jpg) no-repeat;
  background-position: bottom;
  background-size: cover;
}
.caserma{
  position: absolute;
  z-index: 2;
  width: 700px;
  height: 400px;
  left: 700px;
  top: 600px;
}
.militare{
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background:url(../img/militare.png) no-repeat;
  background-position: bottom;
  background-size: contain;
}
.aerei_dopoguerra{
  position: absolute;
  z-index: 2;
  width: 500px;
  height: 170px;
  left: 50%;
  margin-left: -250px;
  top: 100px;
}
.titolo_dopoguerra {
  position: absolute;
  z-index: 4;
  width:630px;
  height:220px;
  left: 50%;
  margin-left: -315px;
  top: 50%;
  margin-top: -110px;
}
.busto_dopoguerra{
  position: absolute;
  z-index: 5;
  width: 650px;
  height: 850px;
  top: 160px;
}
.spot_nero{
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background:url(../img/spot_nero.png) no-repeat;
  background-size: cover;
}
/*------ DESCRIZIONE DOPOGUERRA ------*/
#slide-19 {
  -webkit-transform: translate(700%,100%);
  -ms-transform: translate(700%,100%);
  -o-transform: translate(700%,100%);
  -moz-transform: translate(700%,100%);
  transform: translate(700%,100%);
  background:black;
}
#descrizione_dopoguerra_01{
  position: absolute;
  width: 100%;
  height: 100%;
  background:url(../img/bg_dopoguerra_01.png) no-repeat;
  background-size: contain;
  background-position: center;
}
#dopoguerra{
  height: 410px;
  top: 50%;
  margin-top: -255px;
}
#merito_guerra{
  margin-left: 7px;
  font-size: 48px;
}
#descrizione_dopoguerra_02{
  position: absolute;
  width: 100%;
  height: 100%;
  background:url(../img/bg_dopoguerra_02.png) no-repeat;
  background-size: contain;
  background-position: center;
}
#lunga_navigazione{
  margin: 0 auto;
  width: 210px;
  height: 450px;
  padding-left: 15px;
}
.cont_medaglie_2{
  position: absolute;
  width: 180px;
  height: 450px;
  top: 0;
  left: 62px;
}
#titolo_lunga_navigazione{
  margin-left: 15px;
  font-size: 48px;
}
.fine{
  position: absolute;
  z-index: 10;
  background: black;
  width: 100%;
  height: 100%;
}
.cont_testi_2{
  position: absolute;
  z-index: 11;
  width: 400px;
  height: 150px;
  margin-left: -200px;
  left: 50%;
  top: 50%;
  margin-top: -75px;
  box-sizing: border-box;
}
/*------ FINE ------*/
#slide-20 {
  -webkit-transform: translate(700%,0%);
  -ms-transform: translate(700%,0%);
  -o-transform: translate(700%,0%);
  -moz-transform: translate(700%,0%);
  transform: translate(700%,0%);
  background:black;
}
#titolo_fine{
  margin-left: 170px;
  font-size: 47px;
  color: white;
}
#spot_conclusivo{
  position: absolute;
  width: 100%;
  height: 100%;
  background:url(../img/spot_conclusivo.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-size: cover;
  background-position: center;
}
/*------ TITOLI DI CODA ------*/
#slide-21 {
  -webkit-transform: translate(800%,0%);
  -ms-transform: translate(800%,0%);
  -o-transform: translate(800%,0%);
  -moz-transform: translate(800%,0%);
  transform: translate(800%,0%);
  background:black;
}
.cont_titoli{
  position: absolute;
  width: 800px;
  height: auto;
  left: 50%;
  margin-left: -400px;
}
.titolo_coda{
  width: 600px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 60px;
}
.ruolo{
  width: 100%;
  height: 30px;
  text-align: center;
  font-family: opensanscondensed-light;
  font-size: 10px;
  color: white;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 1px;
}
.nome{
  width: 100%;
  height: 50px;
  text-align: center;
  font-family: opensanscondensed-light;
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  line-height: 5px;
}
#margin_autore{
  margin-top: -20px;
}
a.rosso:link{
  text-decoration: none;
  color: #9d1915;
}
a.rosso:hover{
  text-decoration: none;
  color: #9d1915;
}
a.rosso:visited{
  text-decoration: none;
  color: #9d1915;
}
a.rosso:active{
  text-decoration: none;
  color: #9d1915;
}

a.bianco:link{
  text-decoration: none;
  color: white;
}
a.bianco:hover{
  text-decoration: none;
  color: white;
}
a.bianco:visited{
  text-decoration: none;
  color: white;
}
a.bianco:active{
  text-decoration: none;
  color: white;
}
/*------ FORM DI CONTATTO ------*/
#slide-22 {
  -webkit-transform: translate(800%,100%);
  -ms-transform: translate(800%,100%);
  -o-transform: translate(800%,100%);
  -moz-transform: translate(800%,100%);
  transform: translate(800%,100%);
  background:black;
}
#sfondo_form{
  position: absolute;
  width: 100%;
  height: 100%;
  background:url(../img/bg_form.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.form{
  position: absolute;
  width: 100%;
  height: 100%;
}
.lettera{
  position: absolute;
  width: 950px;
  height: 600px;
  background:url(../img/lettera.png) no-repeat;
  left: 50%;
  margin-left: -475px;
  top: 50%;
  margin-top: -300px;
}
#mittente {
  position: absolute;
  left: 520px;
  top: 270px;
}
#mail_mittente {
  position: absolute;
  left: 520px;
  top: 335px;
}
#messaggio {
  position: absolute;
  left: 165px;
  top: 180px;
}
#bottone {
  position: absolute;
  left: 380px;
  top: 480px;
  width: 200px;
  height: 50px;
  left:50%;
  margin-left:-100px;
  cursor: pointer;
  background:url(../img/invio.png) no-repeat;
  border: none;
}
#bottone:hover,
#bottone:focus {
  outline   : none;
  background:url(../img/invio_hover.png) no-repeat;
}
input, textarea {
  font-family: robotoslab-regular;
  border: none;
  padding: 0 10px;
  margin: 0;
  width: 160px;

  background: none;
}
label {
  font-family: robotoslab-bold;
}
input:focus, textarea:focus {
  background: rgba(0,0,0,.1);
  border-radius: 5px;
  outline: none;
}
textarea {
  display: block;
  padding: 12px;
  margin : 10px 0 0 -10px;
  width: 280px;
  height: 200px;
  resize: none;
  overflow: auto;
}
#caricamento{
  position:absolute;
  width:100%;
  text-align:center;
  margin-top: 515px;
  font-family: robotoslab-regular;
  color:black;
}
h2{
  position:absolute;
  text-align: center;
  width: 100%;
  margin-top:490px;
  font-family: robotoslab-bold;
  font-size:20px;
  color:#9d1915;
}
/*------ MEDIA QUERIES ------*/
@media screen and ( min-width: 1367px ) and ( max-height: 700px ){
  #slides{display: none;}
  #tutorial{display: none;}
  #messaggio_risoluzione{display: block;}
}
@media screen and ( min-height: 630px ) and ( max-height: 700px ){
    .busto{width: 400px; height: 400px; margin-left: -200px;top: 80px;}
    .cont_logo{width: 300px; margin-left: -150px;top: 400px;}
    .logo{width: 250px; height: 150px;}
    .bombardieri_copertina{width: 300px;height: 40px;top: 250px;margin-left: -450px;}
    @-webkit-keyframes bombardieri_copertina {
      from{
          padding-top:50px;
          opacity: 0;

      }
      to{
          padding-top: 0;
          opacity: 1;
      }
    }
    @-ms-keyframes bombardieri_copertina {
      from{
          padding-top:50px;
          opacity: 0;

      }
      to{
          padding-top: 0;
          opacity: 1;
      }
    }
    @-moz-keyframes bombardieri_copertina {
      from{
          padding-top:50px;
          opacity: 0;

      }
      to{
          padding-top: 0;
          opacity: 1;
      }
    }
    @-o-keyframes bombardieri_copertina {
      from{
          padding-top:50px;
          opacity: 0;

      }
      to{
          padding-top: 0;
          opacity: 1;
      }
    }
    @keyframes bombardieri_copertina {
      from{
          padding-top:50px;
          opacity: 0;

      }
      to{
          padding-top: 0;
          opacity: 1;
      }
    }
    #intorno_768px{display: block;}
    #intorno_1080px{display: none;}
    #intorno_900px{display: none;}
    #intorno_720px{display: none;}
    #intorno_990px{display: none;}
    #intorno_1050px{display: none;}
    .titolo_origini{width:420px;height:250px; left: 50%;margin-left: -210px;top:-20px;}
    .busto_guerra{left: 50%;margin-left: -250px;width:500px;height:425px;top: -100px;}
    .caccia_guerra{width:300px;height:200px;}
    #caccia_sinistra{left: 780px;top:-100px;}
    #caccia_destra{top: -100px;}
    .titolo_guerra{position: absolute;z-index: 6;width:350px;height:200px;left: 50%;top:-200px;margin-left:-175px;}
    .bombardieri_guerra{top:-280px;}
    .titolo_8_squadriglia{width:360px;height:200px;left: 50%;margin-left: -180px;}
    .titolo_231_squadriglia{width: 400px;height: 200px; margin-left: -200px;}
    .titolo_tavenezia{width: 450px;height: 200px; margin-left: -225px;}
    .nuvole_inferiori_tavenezia{width: 120%; height: 120%;}
    .titolo_costa_sicula{position: absolute;width: 400px;height: 150px;margin-left: -200px;}
    .bombardieri_nordafrica {width:250px;height:30px;}
    .titolo_nordafrica{width: 450px;height: 180px;margin-left: -225px;margin-top: -90px;}
    .busto_dopoguerra{width:450px; height: 600px;top:100px;}
    .caserma{width: 400px;height: 250px;margin-top: -150px;margin-left: -170px;}
    .titolo_dopoguerra{width: 530px; height: 200px;left: 50%;margin-left: -275px;}
}
@media  screen and ( min-height: 701px ) and ( max-height: 824px ){
  #intorno_720px{display: none;}
  #intorno_900px{display: block;}
  #intorno_768px{display: none;}
  #intorno_1080px{display: none;}
  #intorno_1050px{display: none}
  @-webkit-keyframes bombardieri_copertina {
    from{
        padding-top:50px;
        opacity: 0;

    }
    to{
        padding-top: 0;
        opacity: 1;
    }
  }
  @-ms-keyframes bombardieri_copertina {
    from{
        padding-top:50px;
        opacity: 0;

    }
    to{
        padding-top: 0;
        opacity: 1;
    }
  }
  @-moz-keyframes bombardieri_copertina {
    from{
        padding-top:50px;
        opacity: 0;

    }
    to{
        padding-top: 0;
        opacity: 1;
    }
  }
  @-o-keyframes bombardieri_copertina {
    from{
        padding-top:50px;
        opacity: 0;

    }
    to{
        padding-top: 0;
        opacity: 1;
    }
  }
  @keyframes bombardieri_copertina {
    from{
        padding-top:50px;
        opacity: 0;

    }
    to{
        padding-top: 0;
        opacity: 1;
    }
  }
  .bombardieri_copertina{margin-top: -50px;}
  .busto{margin-top: -100px;}
  .cont_logo{margin-top: -100px;}
  .titolo_origini{width:420px;height:250px; left: 50%;margin-left: -210px;top: -30px;}
  .busto_guerra{top: -100px;}
  #caccia_sinistra{top:-100px;}
  #caccia_destra{top:-100px;}
  .titolo_guerra{position: absolute;z-index: 6;width:350px;height:200px;left: 50%;top:-100px;margin-left:-175px;}
  .bombardieri_guerra{top:-160px;}
  .titolo_8_squadriglia{top: 200px;}
  .bombardieri_nordafrica{width:300px; height:30px; margin-left: -100px;}
  #foto_nordafrica{margin-top: 0px;}
  .busto_dopoguerra{width:550px; height: 700px;top: 100px;}
  .caserma{width: 500px;height: 300px;margin-top: -100px;margin-left: -100px;}
}
@media  screen and ( min-height: 580px ) and ( max-height: 630px ){
  #intorno_720px{display: block;}
  #intorno_900px{display: none;}
  #intorno_768px{display: none;}
  #intorno_1080px{display: none;}
  #intorno_1050px{display: none}
  .busto{width: 400px; height: 400px; margin-left: -200px;top: 40px;}
  .cont_logo{width: 300px; margin-left: -150px;top: 350px;}
  .logo{width: 250px; height: 160px;}
  .bombardieri_copertina{width: 300px;height: 40px;top: 200px;margin-left: -450px;}
  .titolo_origini{width:420px;height:250px; left: 50%;margin-left: -210px;top: -30px;}
  .busto_guerra{left: 50%;margin-left: -275px;width:550px;height:450px;top: -100px;}
  .caccia_guerra{width:300px;height:200px;}
  #caccia_sinistra{left: 750px;top:-100px;}
  #caccia_destra{top: -100px;}
  .titolo_guerra{position: absolute;z-index: 6;width:320px;height:190px;left:50%;margin-left:-150px;top:-220px;}
  .bombardieri_guerra{top:-300px;}
  .titolo_8_squadriglia{width:360px;height:200px;left: 50%;margin-left: -180px;}
  .titolo_231_squadriglia{width: 300px;height: 150px; margin-left: -150px;}
  .titolo_211_squadriglia{width: 400px;height: 180px; margin-left: -200px;margin-top: -90px;}
  .titolo_tavenezia{width: 450px;height: 200px; margin-left: -225px;}
  .nuvole_inferiori_tavenezia{width: 120%; height: 120%;}
  .titolo_costa_sicula{position: absolute;width: 400px;height: 150px;margin-left: -200px;}
  .bombardieri_nordafrica {width:250px;height:30px;}
  .titolo_nordafrica{width: 450px;height: 180px;margin-left: -225px;margin-top: -90px;}
  .bombardieri_nordafrica{width:250px; height:25px; margin-left: -100px;}
  #foto_nordafrica{margin-top: 0px;}
  .busto_dopoguerra{width:450px; height: 600px;top:50px;}
  .caserma{width: 400px;height: 250px;margin-top: -200px;margin-left: -190px;}
  .titolo_dopoguerra{width: 530px; height: 200px;left: 50%;margin-left: -275px;}
}
@media screen and ( min-height: 825px ) and ( max-height: 948px ){
  #intorno_720px{display: none;}
  #intorno_900px{display: none;}
  #intorno_768px{display: none;}
  #intorno_1080px{display: none;}
  #intorno_1050px{display: block;}
  .titolo_origini{width:420px;height:250px; left: 50%;margin-left: -210px;top: -30px;}
  .nuvole_8_squadriglia{background-size: contain;height: 300%;top: 200px;}
  .titolo_8_squadriglia{top: 250px;}
  .nuvola_superiore_231_squadriglia{height: 150%;}
  .nuvola_inferiore_231_squadriglia{top: 150px;height: 150%;}
  .primo_piano_nordafrica{background-size: contain;}
  .bombardieri_nordafrica{width:250px; height:30px; margin-left: -100px;}
  .busto_dopoguerra{width:610px; height:800px; top: 150px;left: -60px;}
  .titolo_dopoguerra{width:480px; height:170px;left: 50%; margin-left:-170px;z-index: 6;}
  .caserma{width:480px; height:300px;left: 50%; margin-left:-190px;z-index: 3;}
}
@media screen and (min-height: 929px) and (max-width: 1400px) {
  #slides{display: none;}
  #tutorial{display: none;}
  #messaggio_risoluzione{display: block;}
}
@media screen and (max-height: 861px) and (min-width: 1681px) {
  #slides{display: none;}
  #tutorial{display: none;}
  #messaggio_risoluzione{display: block;}
}
@media screen and (min-height: 700px) and (max-height: 756px) {
  #slides{display: none;}
  #tutorial{display: none;}
  #messaggio_risoluzione{display: block;}
}
@media screen and (max-width: 1200px) {
  #slides{display: none;}
  #tutorial{display: none;}
  #messaggio_risoluzione{display: block;}
}
@media screen and ( min-height: 949px ) and ( max-height: 980px ){
  #intorno_768px{display: none;}
  #intorno_900px{display: none;}
  #intorno_720px{display: none;}
  #intorno_1050px{display: none;}
  #intorno_1080px{display: block;}
  .nuvole_inferiori_tavenezia{width: 120%; height: 120%;}
  .titolo_origini{width:460px;height:250px;left: 50%;margin-left: -240px;}
}
@media screen and ( min-height: 981px ) and ( max-height: 1099px ){
  #slides{display: none;}
  #tutorial{display: none;}
  #messaggio_risoluzione{display: block;}
}
@media screen and ( max-width: 1400px ){
  #primo_piano_origini{top: 50px;}
  #nuvole_guerra{background-size: contain;margin-top: -100px;}
  #raggi_guerra{background-size: contain;margin-top: -100px;}
}
@media screen and ( max-height: 588px ){
  #slides{display: none;}
  #tutorial{display: none;}
  #messaggio_risoluzione{display: block;}
}
@media screen and ( min-height: 1022px ){
  #slides{display: none;}
  #tutorial{display: none;}
  #messaggio_risoluzione{display: block;}
}
