

/* Fix per il body e layout generale */
body {
    background-color: #7c5033;
    background-image: url(image/background.jpg);
    background-size: 100vw;
    background-attachment: fixed;
    width: 100vw;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

#ga_title_strusture{
  width:100vw;
  text-align:center;
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 100px;
}

#ga_title_border{
  position:absolute;
  display:block;
  color:#FFF;
  font-size:82px;
  -webkit-text-stroke: 15px #FFF;
  font-family: sans-serif;
  font-weight:800;
}

h1{
  margin:0px;
  padding:0px;
  position:absolute;
  display:block;
  color:#cd1719;
  font-size:82px;
  font-family: sans-serif;
  font-weight:800;
}

h2{
  margin:0px;
  padding:0px;
  display:block;
  color:#000;
  font-size:28px;
  font-family: sans-serif;
  font-weight:600;
}

h4{
  font-size:28px;
  font-family: sans-serif;
  font-weight:600;
  color:#FFF;
  display: inline;
  border-radius: 15px;
}

img {
    object-fit: contain;
    max-width: 100%;
    height: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

#ga_logo{
  background-color:#FFF;
  width:100vw;
  padding:75px 0px 100px 0px;
  border-radius: 0px 0px 0px 0px;
  text-align: center;
  margin:0px auto;
}

#ga_logo img{
    width: 15vw;
    position: relative;
    z-index: 2;
}

.linea{
    background-color: #e3e3e3;
    width: 100%;
    height: 3vw;
    position: relative;
    margin-top: -5vw;
    z-index: 0;
}

#ga_subtitle{
  margin-top:75px;
  width:100vw;
  background-color:#FFF;
  padding-top:50px;
  padding-bottom:20px;
  text-align: center;
}

#ga_mappa{
  position:absolute;
  background-image: url(image/ga_mappa.png);
  background-size:75%;
  background-repeat: no-repeat;
  background-position: center;
  width:100vw;
  height:100vh;
  z-index:-1;
}

#ga_bussola{
    position: absolute;
    background-image: url(image/ga_bussola.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 15%;
    height: 18vw;
    z-index: 1;
    left: 5%;
    top: 25px;
}

#ga_what{
  background-color:#cd1719;
  text-align: center;
  margin-top: 100px;
  padding: 50px 50px;
}

#ga_cta{
  margin-top:100px;
  width:100vw;
  background-color: #FFF;
  height:300px;
  display:flex;
  justify-content: center;
  position: relative;
}

#ga_pirate{
  position: absolute;
  width: 33%;
  max-width: 600px;
  filter: drop-shadow(5px 5px 5px #00000059);
  bottom: -9px;
  margin-top:0px;
}

a.ga_cta_button{
  position:absolute;
  display:block;
  text-align: center;
  padding: 32px 200px;
  background-color: #0e4866;
  font-size:28px;
  font-family: sans-serif;
  font-weight:600;
  color:#FFF;
  border-radius: 15px;
  bottom:-70px;
  box-shadow: 10px 10px 10px #00000069;
  cursor:pointer;
  transition:all 300ms;
}

a.ga_cta_button::before{
  content: "\2022";
  position: absolute;
  font-size: 72px;
  top: 8px;
  left: 25px;
  width: 25px;
  height: 25px;
  color: #f3c144;
}

a.ga_cta_button::after{
  content: "\2022";
  position: absolute;
  font-size: 72px;
  top: 8px;
  right: 25px;
  width: 25px;
  height: 25px;
  color: #f3c144;
}

a.ga_cta_button:hover{
  box-shadow: 0px 0px 10px #00000069;
  margin-left:10px;
  margin-top:10px;
}

#ga_rule a.ga_cta_button{
  text-align: center;
  width: fit-content;
  display: flex;
  position:relative;
  padding: 32px 200px;
  margin: -100px auto 0px auto;
  background-color: #cd1719;
  font-size:28px;
  font-family: sans-serif;
  font-weight:600;
  color:#FFF;
  bottom:0px;
  border-radius: 15px;
  box-shadow: 10px 10px 10px #00000069;
  cursor:pointer;
  transition:all 300ms;
}

#ga_rule a.ga_cta_button:hover{
  box-shadow: 0px 0px 10px #00000069;
  margin-left:10px;
  margin-top:10px;
}

#ga_rule{
  margin:75px 75px 0px 75px;
  padding:100px 0px 0px 0px;
  background-color:#eac196;
  border-top: 50px solid #daab7d;
  border-left: 50px solid #daab7d;
  border-right: 50px solid #daab7d;
  background-image: url(image/road.png);
  background-size:40%;
  background-repeat: no-repeat;
  background-position: 80% 50px;
}

.ga_rule-single{
  padding: 25px 0px 25px 0px;
  display: flex;
  justify-content: center;
}

.ga_rule-single img{
  width: 300px;
  height: fit-content;
  filter: drop-shadow(5px 5px 5px #00000059);
}

.ga_rule-single span{
  width: 50%;
  align-content: center;
  padding: 0px 50px;
  margin: 50px 0px;
}

.ga_rule-bottom{
  padding: 25px 0px 25px 0px;
  display: flex;
  align-items: center;
}

.ga_rule-bottom img{
  width: 500px;
  height: fit-content;
  margin-bottom: -30px;
}

.ga_rule-bottom span{
    width: 50%;
    align-content:center;
    padding: 0px 50px;
    margin: 50px 0px;

}

h3{
  font-size:28px;
  font-family: sans-serif;
  font-weight:600;
  color:#FFF;
  background-color:#cd1719;
  display: inline;
  padding:20px 50px;
  border-radius: 15px;
}

p{
  font-size:18px;
  font-family: sans-serif;
  color:#000;
  display: block;
  padding:20px 0px;
  font-weight: 500;
}

#ga_badge{
  padding:50px 0px;
  margin:0px 75px 25px 75px;
  background-color:#eac196;
  border-bottom: 50px solid #daab7d;
  border-left: 50px solid #daab7d;
  border-right: 50px solid #daab7d;
  background-image: url(image/road.png);
  background-size:40%;
  background-repeat: no-repeat;
  background-position: center;
}

.ga_badge-single{
  padding: 0px;
  flex-wrap: nowrap;
  text-align: center;
}

.ga_badge-single img{
  width:100%;
  display: inline;
  height:200px;
  margin:50px 0px;
  filter: drop-shadow(5px 5px 5px #00000059);
}

.ga_badge-single p{
  margin:25px auto 0px auto;
  text-align: center;
  max-width:300px;
}

/* TABELLA */

#ga_classifiche{
  width: 100%;
  background-color:#FFF;
  padding: 175px 50px 50px 50px;
  box-sizing: border-box;
  position:relative;
}

#ga_stats{
  position:absolute;
  display:contents;
}

#ga_stats_mese {
  position:absolute;
  display:contents;
}

#ga_classifica_mese{
  background-color: #0f4866;
  padding-bottom:50px;
  top: 100px;
  position: absolute;
  z-index: 1;
  border-radius: 15px 15px 0px 0px;
  right: 50px;
  opacity: 0.5;
}

#ga_classifica_globale{
  background-color: #0f4866;
  padding-bottom:50px;
  top: 100px;
  position: absolute;
  z-index: 1;
  border-radius: 15px 15px 0px 0px;
  opacity: 1;
}

#classifica{
   z-index: 2;
  position:absolute;
  display:contents;
}

button.button{
  padding: 20px 50px;
  font-size:18px;
  font-family: sans-serif;
  background-color: #cd1719;
  border: 0px solid;
  color:#FFF;
  border-radius: 5px;
}

table{
  width: 100%;
  border-collapse: collapse;
  margin-top: 45px;
}

table tbody{
  background-color: #0f4866;
  color:#FFF;
  border-radius:50px;
}

table tbody th{
  font-size:18px;
  font-family: sans-serif;
  padding:20px;
  text-align: center;
}

table tbody tr td{
  font-size: 16px;
  font-family: sans-serif;
  color:#FFF;
  text-align: center;
}

table tbody tr td a{
  font-size:16px;
  font-family: sans-serif;
  color:#FFF;
}

table tbody tr td{
  padding: 20px;
}

table tbody tr:nth-child(even) {
  background-color: #487289;
}

/* FINE TABELLA */

@media screen and (max-width:1024px){

#ga_logo {
    background-color: #FFF;
    width: calc(100vw - 0px);
    padding: 50px 0px 75px 0px;
    border-radius: 0px;
    text-align: center;
    margin: 0px auto;
}

#ga_logo img {
    width: 35vw;
}

#ga_mappa {
      background-size: 165%;
       background-position: center 172px;
}

#ga_bussola {
    width: 28%;
    height: 32vw;
    z-index: 2;
    left: -5%;
    top: 42px;
}

.linea {
    background-color: #e3e3e3;
    width: 100vw;
    height: 7vw;
    position: relative;
    margin-top: -13vw;
    z-index: 0;
}

h1{
  margin:0px;
  padding:0px;
  position:absolute;
  display:block;
  color:#cd1719;
  font-size: 48px;
  line-height: 48px;

}

#ga_title_border {
    position: absolute;
    display: block;
    color: #FFF;
    font-size: 48px;
    line-height: 48px;
    -webkit-text-stroke: 14px #FFF;
}

#ga_subtitle {
    margin-top: 32px;
    width: calc(100vw - 100px);
    background-color: #FFF;
    padding-top: 100px;
    padding-bottom: 20px;
    padding-right: 50px;
    padding-left: 50px;
    text-align: center;
}

h2 {
  margin:0px;
  padding:0px;
  display:block;
  color:#000;
  font-size: 24px;
  font-family: sans-serif;
  font-weight:600;
  }

h3 {
   font-size: 18px;
   padding: 12px 24px;
  }

p {
    font-size: 16px;
  }

#ga_cta {
    height: 200px;
  }

a.ga_cta_button {
  width: calc(80% - 120px);
  bottom: auto;
  margin-top: 150px;
  padding: 32px 60px;
  }

a.ga_cta_button:hover {
  margin-top: 150px;
  }

#ga_pirate {
  width: 320px;
  bottom: auto;
  margin-top: -12px;
}

#ga_rule {
    margin: 50px 25px 0px 25px;
    padding: 0px 0px 0px 0px ;
    background-color: #eac196;
    border-top: 25px solid #daab7d;
    border-left: 25px solid #daab7d;
    border-right: 25px solid #daab7d;
    background-size:80%;
    background-repeat: no-repeat;
    background-position: center 50px;
}

#ga_badge {
    margin: 0px 25px 25px 25px;
    padding: 0px 0px 0px 0px ;
    background-color: #eac196;
    border-bottom: 25px solid #daab7d;
    border-left: 25px solid #daab7d;
    border-right: 25px solid #daab7d;
    background-size:80%;
    background-repeat: no-repeat;
    background-position: center:
}

.ga_badge-single img {
    width: 120px;
    display: block;
    margin: 0px auto;
}

.ga_badge-single {
    padding:0px 25px;
}

#ga_stats {
    padding: 60px 25px 25px 25px;
    box-sizing: border-box;
}

.ga_rule-single, .ga_rule-bottom{
    display:block;
    text-align: center;
}

.ga_rule-single img, .ga_rule-bottom img{
  width: 200px;
  height: auto;
  margin-bottom: 25px;
}

.ga_rule-single h3, .ga_rule-bottom h3{
  display: block;
  width: 164px;
  margin:0px auto;
}

.ga_rule-bottom span{
  width: 50%;
  align-content: center;
  padding: 0px 15px;
  margin: 25px 0px;
}

.ga_rule-single p{
  padding: 0px 20px;
}

.ga_rule-single span{
  width: 50%;
  align-content: center;
  padding: 0px 15px;
  margin: 25px 0px;
}

table tbody th {
    font-size: 12px;
    font-family: sans-serif;
    padding: 12px;
    text-align: center;
}

table tbody tr td {
    font-size: 12px;
    font-family: sans-serif;
    padding: 12px;
    text-align: center;
}

table tbody tr td a {
    font-size: 14px;
    font-family: sans-serif;
    color: #FFF;
}

#ga_stats {
        padding: 60px 0px 25px 0px;
        box-sizing: border-box;
    }

button.button {
    padding: 20px 20px;
    font-size: 14px;
    font-family: sans-serif;
    background-color: #cd1719;
    border: 0px solid;
    color: #FFF;
    border-radius: 5px;
}

#classifica{
    width: 100%;
    margin-top: -32px;
}

  a.ga_cta_button {
    font-size: 18px;
  }

  #ga_classifiche {
    width: 100%;
    background-color: #FFF;
    padding: 175px 0px 50px 0px;
    box-sizing: border-box;
    position: relative;
}
  #ga_classifica_mese{
  background-color: #0f4866;
  padding-bottom:50px;
  top: 100px;
  position: absolute;
  z-index: 1;
  border-radius: 15px 15px 0px 0px;
  right: 0px;
  opacity: 0.5;
  width:150px;
  text-align:right;
}

#ga_classifica_globale{
  background-color: #0f4866;
  padding-bottom:50px;
  top: 100px;
  position: absolute;
  z-index: 1;
  border-radius: 15px 15px 0px 0px;
  opacity: 1;
  width:150px;
}

}
