/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* Custom By GRAFFITIWEB */
/* line 2, templates/rt_xenon/custom/scss/custom.scss */
.g-flexslider-slideshow-item-content {
  /* Altezza dello slideshow particle */
  height: 800px;
}
/* line 5, templates/rt_xenon/custom/scss/custom.scss */
.flex-direction-nav a {
  /* Posizione cursori di navigazione slideshow */
  margin: -25px 0 300px;
}
/* line 8, templates/rt_xenon/custom/scss/custom.scss */
.flex-direction-nav .flex-next {
  /* Distanza cursore navigazione destro dal sinistro slideshow */
  left: 72.9rem;
}
/* line 11, templates/rt_xenon/custom/scss/custom.scss */
.flex-direction-nav .flex-prev {
  /* Distanza cursore navigazione sinistro dal bordo slideshow */
  left: 3px;
}
/* Pulsanti Slideshow Responsive */
@media only all and (max-width: 75rem) {
  /* line 17, templates/rt_xenon/custom/scss/custom.scss */
  .flex-direction-nav .flex-next {
    left: 57.9rem;
  }
}
@media only all and (max-width: 60rem) {
  /* line 22, templates/rt_xenon/custom/scss/custom.scss */
  .flex-direction-nav .flex-next {
    left: 45.9rem;
  }
}
@media only all and (max-width: 48rem) {
  /* line 27, templates/rt_xenon/custom/scss/custom.scss */
  .flex-direction-nav .flex-next {
    left: 27.9rem;
  }
}
@media only all and (max-width: 30rem) {
  /* line 37, templates/rt_xenon/custom/scss/custom.scss */
  /* line 33, templates/rt_xenon/custom/scss/custom.scss */
  .flex-direction-nav .flex-next {
    left: 20.9rem;
  }
}
@media only all and (max-width: 25rem) {
  /* line 37, templates/rt_xenon/custom/scss/custom.scss */
  /* line 39, templates/rt_xenon/custom/scss/custom.scss */
  .flex-direction-nav .flex-next {
    left: 16.9rem;
  }
}
/* Colore e stile del Menu */
/* line 46, templates/rt_xenon/custom/scss/custom.scss */
#g-navigation .menu .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #fff;
  padding: 0.2rem 0.5rem;
  background-color: #eb9602;
  border-radius: 2rem;
}
/* Logo Castello e MaiaWeb Responsive */
@media only all and (max-width: 48rem) {
  /* line 55, templates/rt_xenon/custom/scss/custom.scss */
  .maia {
    display: none;
  }
}
/* line 59, templates/rt_xenon/custom/scss/custom.scss */
#g-navigation .g-content {
  margin: 0;
  padding: 0;
}
@media only all and (max-width: 48rem) {
  /* line 64, templates/rt_xenon/custom/scss/custom.scss */
  .castello {
    margin-bottom: 13px;
    margin-top: 13px;
  }
}
/* Spazio fra gli elementi del Menu */
/* line 71, templates/rt_xenon/custom/scss/custom.scss */
#g-navigation .menu .g-main-nav .g-toplevel > li {
  margin: 0;
}
