
@font-face {
  font-family: gotham;
  src: url("res/fonts/Gotham-Light.ttf");
}

head {

}

body {
  margin: 0px;
  background-color: #DDDDDD;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: repeat;
}

a {
  text-decoration: none;
  color: #dddddd;
  font-family: gotham;
  font-size: 15px;
}

a:hover {
  text-decoration: none;
  color: #bbbbbb;
}

a:link {
  text-decoration: none;
  color: #dddddd;
}



a.left{
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ccc;
  border-radius: 60px;
  font-size: 30px;
  color: #333;
  opacity: 0.8;
  z-index: 2;
  position: absolute;
  top: 40%;
  left: 0px;
}

a.right {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ccc;
  border-radius: 40px;
  font-size: 30px;
  color: #333;
  opacity: 0.8;
  right: 0px;
  z-index: 2;
  position: absolute;
  top: 40%;
}



a.right:hover{
  background-color: #bbb;
}

a.left:hover{
  background-color: #bbb;
}



nav {
  margin: 10px auto;
  font-family: gotham;
  background-image: url("res/navbar.png");
  border-color: #454545;
  border-radius: 5px; /* Questo è il contorno rotondato della navbar */
  padding-bottom: 17px;
  padding-left: 15px; /* Questo è praticamente lo spazio dentro */
  padding-right: 10px;
  height: 30px; /* Questa è l'altezza della navbar in pixel */
  width: 50%;
  color:  #dddddd; /* Questo è il colore delle scritte dentro alla navbar */
}

#navbar {

  height : 30px;
  display: block;
  width: 55%;
  margin: 10px auto;
  border-radius: "5px";

}

div {
  margin-right: 0px;
  margin-left: 0px;
}

div a {
  margin: 0px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
  display: inline-block;

}

ul {
  display: inline;
  margin: 0;
  padding: 0;
}

ul li {display: inline-block;}
ul li:hover {background-image: url("res/navbar_hover.png");}
ul li:hover ul {display: block;}

ul li ul {
  position: absolute;
  width: 200px;
  display: none;
}

ul li ul li {
  background: #555;
  border-left: 2px solid;
  border-right: 2px solid;
  border-color: #444;
  ///background-image: url("res/navbar_hover.png");
  display: block;
}

ul li ul li a {display:block !important;}
ul li ul li:hover {background: #666;}

h1 {
  text-align: left;
  font-family: gotham;
  color: #aeaeae;
}


h3 {
  color: #787878;
  font-family: gotham;
  font-size: 15px;
}

h2 {
  color: #aeaeae;
  font-family: gotham;
  font-size: 15px;
}

h4 {
  color: #444444;
  font-family: gotham;
  font-size: 15px;
}

.p1 {
  color: #444444;
  font-family: gotham;
  font-size: 15px;
}

a.Stores {
  margin: 0;
  padding: 0;
  border: 0;
}

div.italiano {
  display: none;
}


#logo {
  display: none;
}

/* Parte del badge dei cookies */
div.cookies {

  background-color: rgba(50, 50, 50, 1);
  position: fixed;



  bottom: 0px;

  width: 90%;
  padding: 0;

  margin-left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: 0px;

  border-top-left-radius: 10px;
  border-top-right-radius: 10px;

  z-index: 20;
  display: none;

}


div.cookies a{
  color: #000;
}

/* Parte della cookie label */

a.cookiesLabel {

  background-color: #fff;

  position: fixed;
  bottom: 0;
  right: 3%;

  width: 120px;
  text-align: center;
  padding: 15px;

  color: #000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;

  z-index: 21;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);

}



/* Parte dei trailers in testa alla sezione */

div.trailers-player {

  margin-left: 50%;
  transform: translate(-50%, 0);

  width: 853px;
  height: 480px;

  margin-top: 50px;

}

@media (max-width: 900px) {

  div.trailers-player {
    width: 90vw;
    height: 50vw;
    margin-bottom: 200px;
  }
}

/* Parte degli slider relativa allo slider della home */

img.sliderImage {
  width: 853px;
  height: 480px;
}

#slider{

  width: 853px;
  height: 480px;

  border: 5px solid;
  border-radius: 5px;
  border-color: #ccc;
  overflow: hidden;

}

#slider > Img {

  width: 853px;
  height: 480px;
  margin-right: 0px;
  float: center;

  display: none;
}

#new_slider{

  width: 853px;
  height: 480px;

  border: 5px solid;
  border-radius: 5px;
  border-color: #ccc;
  overflow: hidden;

}

#new_slider > Img {

  width: 853px;
  height: 480px;
  margin-right: 0px;
  float: center;

  display: none;
}









div.productContentLinks {
  vertical-align: top;
  margin-top: 150px;
  margin-bottom: 150px;
}

#ancientTowerDiv{
  margin-top: 30px;
  margin-left: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  background-color: #444;
}

#atWarDiv{
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 40px;
  padding-bottom: 30px;
  width: 100%;
  background-color: #dddddd;


}

#simpleRacingDiv{
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 40px;
  padding-bottom: 30px;
  width: 100%;
  background-color: #444;
}

#mathTriviaDiv{
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 40px;
  padding-bottom: 30px;
  width: 100%;
  background-color: #dddddd;
}

.footerLine{
  background-color: #454545;
  position: relative;
  height: 1px;
  margin-top: 80px;
  margin-left: 20%;
  margin-right: 20%;
  width: 60%;
}

#footerSpace {

  background-image: url("res/footer_home.png");
  background-repeat: repeat-x;

  width: 100%;
  height: 455px;
  opacity: 0.6;

}


.outerDiv {
  width: 100%;
  text-align: center;
}

.innerDiv {
  display: inline-block;
  margin-top: 10px;
}

#testoAT {
  display: inline-block;
  width: 640px;
  padding: 10px;
  text-align: justify;
}

#testoATWar {
  display: inline-block;
  width: 400px;
  padding: 10px;
  text-align: justify;
}

#testoSR {
  display: inline-block;
  width: 400px;
  padding: 10px;
  text-align: justify;
}

#testoMT {
  display: inline-block;
  width: 400px;
  padding: 10px;
  text-align: justify;
}

#divLogoRisBassa_inner_1 {
  float: left;
}

img.logo-cl {
  display: inline-block;
  width: 200px;
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 25%;
  margin-right: 25%;
}

img.logo-cl-2 {
  width: 50vw;
  max-width: 200px;
}

div.logo-risoluzione-bassa {
  display: none;
  width: 100%;
  text-align: center;
  display: none;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
  background-color: #ddd;
  z-index: 7;
  float: left;
  margin-bottom: 30px;
}


#socials{
  display: none;
}

#sidedHiddenMenu {
  display: none;
  z-index: 10;
  background-color: #565252;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  box-shadow: 10px 0px 30px rgba(0, 0, 0, 0.4);
}

#sidedHiddenMenuCross {
  display: none;
  z-index: 10;
  color: #FFF;
  width: 30px;
  height: 30px;
  position: fixed;
  top: 0px;
  left: 0px;
  font-family: gotham;
  font-size: 30px;
}

#sidedHiddenMenuCross a{
  font-family: gotham;
  font-size: 30px;
}


#contenutoMenuNascosto {
  font-family: gotham;
  margin-top: 30px;
  margin-left: 20px;

  margin-right: 500px;
}

#contenutoMenuNascosto a{

  font-size: 30px;

}

#navBarContent {
  display: inline-block;
}

#navBarMenu {
  display: none;
  ///background-image: url("res/barramenumobile.png");
  ///background-repeat: repeat-x;
  border-radius: 20px;
  z-index: 7;

  position: absolute;
  top: 10px;
  right: 5%;

}

#testoPassion {

  width: 50vw;

}

img.stores {
  width: 80%;
  max-width: 190px;
}

div.footerButton {
  margin-top: 10px;
  display: inline-block;
  background-color: #ddd;
  border: solid #444;
}

div.footerButton a{
  color: #444;
  float: right;
  font-size: 30px;
}

div.footerButton:hover{
  background-color: #444;
  transition: (all 500ms);
}


div.footerButton a:hover{
  color: #ddd;
  transition: (all 500ms);
}


/* Questa è la sezione del css relativa esclusivamente alla parte dei products */

#menuProdotti {

  z-index: 3;
  background-color: #FFF;
  box-shadow: 10px 0px 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0%;
  width: 20vw;
  ///width: 100px;
  font-family: gotham;
  margin-top: 20px;
  padding: 12px;

}

.aMenuProdotti {

  color: #000;
  float: right;
  width: 70px;
  padding-left: 500px;
  padding-top: 10px;

}

.hrProductsMenu {

  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 35px;
  margin-left: 35px;

}

div.containerContenutoProdotto {

  position: relative;
  background-color: #eee;
  width: 1000px;

  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;

  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);

}

div.imgLoghiProdotti {
  position: absolute;
  top: -130px;
  left: 30px;
  width: 30%;
}

/* Nuovo materiale */

div.container {
  background-color: #fff;
  margin: auto;

  width: 90%;
  box-shadow: 0px 5px 10px rgba( 0, 0, 0, 0.2);
}

div.download-at{
  margin-bottom: 5px;
  font-family: gotham;
  font-size: 30px;
  text-align: left;
}

img.floated {
  width: 200px;
  float: left;
  margin: 30px;
}

div.container-scuro {
  color: #ddd;
  background-color: #444;
  margin: 0;
}

div.download-content {
  float: left;
  padding: 10px;
  margin-top: 30px;
}

div.product-title {
  font-family: gotham;
  color: #444;
  text-align: left;
  font-size: 50px;
  width: 100%;
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

div.divSpaziBianchi {
  margin-top: 130px;
}

#spaziBianchiProdottiMobile {
  display: none;
}



@media (max-width: 760px) {

  img.floated {
    margin-left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 10px;
  }

  div.download-content {
      margin-left: 50%;
      transform: translate(-50%, 0);
      margin-top: 0px;
  }

  div.download-at {
    text-align: center;

  }

}

/* RESIZE */

@media (max-width: 900px) {

  img.logo-cl {
    display: none;
  }

  div.logo-risoluzione-bassa {
    display: block;

  }

  #navBarContent {
    display: none;
  }

  #navBarMenu {
    display: inline-block;
  }

  #navbar {
    display: none;
  }

  img.sliderImage {
    width: 100%;
    height: 100%;
  }

  #new_slider {
    width : 90vw;
    height: 50vw;
  }

  #new_slider > Img {
    width : 100%;
    height : 100%;
  }

  #slider {
    width: 90vw;
    height: 50vw;
  }

  #slider > Img {
    width: 100%;
    height: 100%;
  }

  #sliderContainer {
    margin-top : 10px;
  }




  img.loghiProdotti {

    width: 70%;
    height: 60%;

  }

  div.imgLoghiProdotti {

    left: 50%;
    transform: translate(-50%, 0);
    width: 80vw;
    height: 80vw;

  }

  div.product-title {
    text-align: center;
    margin-left: 0;
    margin-right: 0;

  }

}


@media (max-width: 380px) {
  #spaziBianchiProdotti {
    display: none;
  }

  #spaziBianchiProdottiMobile {
    display: block;
  }
}


@media (max-width: 620px) {
  div.imgLoghiProdotti {
    left: 50%;
    top: -80px;
    transform: translate(-50%, 0);
    width: 80vw;
    height: 80vw;
  }
}

@media (max-width: 500px) {
  div.imgLoghiProdotti {
    left: 50%;
    top: -80px;
    transform: translate(-50%, 0);
    width: 80vw;
    height: 80vw;
  }

  img.loghiProdotti {
    width: 70%;
    height: 60%;
  }

  img.stores {
    max-width: 164px;
  }

}



div.testi-about-us {
  font-family: gotham;
  color: #666;
  line-height: 140%;
  max-width: 600px;
}

div.sfondo-secondo-testo {
  padding-top: 0px;
  padding-bottom: 40px;
  ///background-color: #444;
}


@media (max-width: 1030px) {
  div.testi-about-us {
    max-width: 100%;
  }
}

@media (max-width: 1130px) {

  div.containerContenutoProdotto {
    width: 90vw;
  }

}

#sfondoCurvato {
  display: none;
}

@media (min-width: 1030px) and (max-width: 1950px){
  #sfondoCurvato {
    display: block;
    position: absolute;
    top: 400px;
    left: 0px;
    width: 100%;
    overflow: hidden;
  }
}
