/* 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
 */

/* Impostazioni per il logoline*/
/* Importo i file necessari */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
/* line 6, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
body {
  font-size: 1rem;
  line-height: 1.5;
}
/* line 8, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h1 {
  font-size: 2.2rem;
}
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h2 {
  font-size: 2rem;
}
/* line 16, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h3 {
  font-size: 1.7rem;
}
/* line 20, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h4 {
  font-size: 1.25rem;
}
/* line 24, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h5 {
  font-size: 1.2rem;
}
/* line 28, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h6 {
  font-size: 1rem;
}
/* line 33, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
small {
  font-size: 0.875rem;
}
/* line 37, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
cite {
  font-size: 0.875rem;
}
/* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
sub, sup {
  font-size: 0.75rem;
}
/* line 46, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
/* line 1, media/gantry5/engines/nucleus/scss/nucleus/theme/_forms.scss */
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
/* aggiungo animazione al toggle */
/* line 11, templates/rt_akuatik/custom/scss/sfweb.scss */
.g-offcanvas-toggle {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 16, templates/rt_akuatik/custom/scss/sfweb.scss */
.title {
  font-family: "chivo", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}
/* line 19, templates/rt_akuatik/custom/scss/sfweb.scss */
.promo {
  font-family: "";
}
/* line 22, templates/rt_akuatik/custom/scss/sfweb.scss */
.acolor-1 {
  color: #2382c0 !important;
}
/* line 25, templates/rt_akuatik/custom/scss/sfweb.scss */
.acolor-2 {
  color: #b0b8d0 !important;
}
/* line 28, templates/rt_akuatik/custom/scss/sfweb.scss */
.acolor-3 {
  color: #07102a !important;
}
/* line 31, templates/rt_akuatik/custom/scss/sfweb.scss */
body p {
  margin: 0 0 0.625rem;
}
/* line 35, templates/rt_akuatik/custom/scss/sfweb.scss */
.line {
  display: block;
  height: 2px;
  background: #d6d6d6;
  position: relative;
  margin: 70px auto;
  width: 80%;
}
/* line 44, templates/rt_akuatik/custom/scss/sfweb.scss */
.line .logoline {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent url('../images/utilities/logoline.png') 50% 50% no-repeat;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 60, templates/rt_akuatik/custom/scss/sfweb.scss */
.g-spacer {
  margin: 0.625rem;
}
/* line 63, templates/rt_akuatik/custom/scss/sfweb.scss */
.g-row {
  margin: 0 -0.625rem;
}
/* line 66, templates/rt_akuatik/custom/scss/sfweb.scss */
.g-branding {
  text-align: right;
}
/* line 69, templates/rt_akuatik/custom/scss/sfweb.scss */
.g-image-5 img {
  border-radius: 5px;
}
/* line 72, templates/rt_akuatik/custom/scss/sfweb.scss */
.g-image-10 img {
  border-radius: 10px;
}
/* line 75, templates/rt_akuatik/custom/scss/sfweb.scss */
.g-image-100 img {
  border-radius: 100%;
}
/* line 79, templates/rt_akuatik/custom/scss/sfweb.scss */
div.text-over-image {
  position: relative;
}
/* line 82, templates/rt_akuatik/custom/scss/sfweb.scss */
div.text-over-image .text-over {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50.1%, -50%);
  -moz-transform: translate(-50.1%, -50%);
  -ms-transform: translate(-50.1%, -50%);
  -o-transform: translate(-50.1%, -50%);
  transform: translate(-50.1%, -50%);
}
/* line 94, templates/rt_akuatik/custom/scss/sfweb.scss */
.sfw1, .sfw2, .sfw3 {
  line-height: 1.2;
}
/* line 95, templates/rt_akuatik/custom/scss/sfweb.scss */
.sfw6 {
  font-size: 5rem;
}
/* line 96, templates/rt_akuatik/custom/scss/sfweb.scss */
.sfw5 {
  font-size: 3.8rem;
}
/* line 97, templates/rt_akuatik/custom/scss/sfweb.scss */
.sfw4 {
  font-size: 2.8rem;
}
/* line 98, templates/rt_akuatik/custom/scss/sfweb.scss */
.sfw3 {
  font-size: 2.25rem;
}
/* line 99, templates/rt_akuatik/custom/scss/sfweb.scss */
.sfw2 {
  font-size: 1.8rem;
}
/* line 100, templates/rt_akuatik/custom/scss/sfweb.scss */
.sfw1 {
  font-size: 1.3rem;
}
/* line 101, templates/rt_akuatik/custom/scss/sfweb.scss */
.sfw-1 {
  font-size: 0.9rem;
}
/* line 102, templates/rt_akuatik/custom/scss/sfweb.scss */
.sfw-2 {
  font-size: 0.8rem;
}
/* line 103, templates/rt_akuatik/custom/scss/sfweb.scss */
.sfw-3 {
  font-size: 0.6rem;
}
/* line 104, templates/rt_akuatik/custom/scss/sfweb.scss */
.sfw-4 {
  font-size: 0.4rem;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  /* line 108, templates/rt_akuatik/custom/scss/sfweb.scss */
  .sfw6 {
    font-size: 4rem;
  }
  /* line 109, templates/rt_akuatik/custom/scss/sfweb.scss */
  .sfw5 {
    font-size: 3rem;
  }
  /* line 110, templates/rt_akuatik/custom/scss/sfweb.scss */
  .sfw4 {
    font-size: 2.4rem;
  }
  /* line 111, templates/rt_akuatik/custom/scss/sfweb.scss */
  .sfw3 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  /* line 115, templates/rt_akuatik/custom/scss/sfweb.scss */
  .sfw6 {
    font-size: 3rem;
  }
  /* line 116, templates/rt_akuatik/custom/scss/sfweb.scss */
  .sfw5 {
    font-size: 2.1rem;
  }
  /* line 117, templates/rt_akuatik/custom/scss/sfweb.scss */
  .sfw4 {
    font-size: 1.8rem;
  }
  /* line 118, templates/rt_akuatik/custom/scss/sfweb.scss */
  .sfw3 {
    font-size: 1.5rem;
  }
  /* line 119, templates/rt_akuatik/custom/scss/sfweb.scss */
  .sfw2 {
    font-size: 1.3rem;
  }
  /* line 120, templates/rt_akuatik/custom/scss/sfweb.scss */
  .sfw1 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  /* line 123, templates/rt_akuatik/custom/scss/sfweb.scss */
  .sfw6 {
    font-size: 1.6rem;
  }
  /* line 124, templates/rt_akuatik/custom/scss/sfweb.scss */
  .sfw5 {
    font-size: 1.5rem;
  }
  /* line 125, templates/rt_akuatik/custom/scss/sfweb.scss */
  .sfw4 {
    font-size: 1.4rem;
  }
  /* line 126, templates/rt_akuatik/custom/scss/sfweb.scss */
  .sfw3 {
    font-size: 1.3rem;
  }
  /* line 127, templates/rt_akuatik/custom/scss/sfweb.scss */
  .sfw2 {
    font-size: 1.2rem;
  }
  /* line 128, templates/rt_akuatik/custom/scss/sfweb.scss */
  .sfw1 {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 480px) {
  /* line 131, templates/rt_akuatik/custom/scss/sfweb.scss */
  .sfw-3 {
    font-size: 0.7rem;
  }
  /* line 132, templates/rt_akuatik/custom/scss/sfweb.scss */
  .sfw-4 {
    font-size: 0.6rem;
  }
}
/* line 135, templates/rt_akuatik/custom/scss/sfweb.scss */
.rt-center {
  text-align: center;
}
/* line 138, templates/rt_akuatik/custom/scss/sfweb.scss */
.rt-right {
  text-align: right;
}
/* line 141, templates/rt_akuatik/custom/scss/sfweb.scss */
.rt-title-right .module-title .title {
  text-align: right;
}
/* line 144, templates/rt_akuatik/custom/scss/sfweb.scss */
.rt-title-center .module-title .title {
  text-align: center;
}
/* line 147, templates/rt_akuatik/custom/scss/sfweb.scss */
.wow {
  visibility: hidden;
}
/* line 150, templates/rt_akuatik/custom/scss/sfweb.scss */
.paragraph-center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
/* line 155, templates/rt_akuatik/custom/scss/sfweb.scss */
.rt-circle img {
  border-radius: 100%;
}
/* line 159, templates/rt_akuatik/custom/scss/sfweb.scss */
.largemarginbottom {
  margin-bottom: 1.5rem !important;
}
/* line 162, templates/rt_akuatik/custom/scss/sfweb.scss */
.largemargintop {
  margin-top: 1.5rem !important;
}
/* line 165, templates/rt_akuatik/custom/scss/sfweb.scss */
.largepaddingbottom {
  padding-bottom: 1.5rem !important;
}
/* line 168, templates/rt_akuatik/custom/scss/sfweb.scss */
.largepaddingtop {
  padding-top: 1.5rem !important;
}
/* line 172, templates/rt_akuatik/custom/scss/sfweb.scss */
.extramargintop {
  margin-top: 30px !important;
}
/* line 175, templates/rt_akuatik/custom/scss/sfweb.scss */
.extrapaddingtop {
  padding-top: 30px !important;
}
/* line 178, templates/rt_akuatik/custom/scss/sfweb.scss */
.extramarginbottom {
  margin-bottom: 30px !important;
}
/* line 181, templates/rt_akuatik/custom/scss/sfweb.scss */
.extrapaddingbottom {
  padding-bottom: 30px !important;
}
/* line 184, templates/rt_akuatik/custom/scss/sfweb.scss */
.ultramargintop {
  margin-top: 60px !important;
}
/* line 187, templates/rt_akuatik/custom/scss/sfweb.scss */
.ultrapaddingtop {
  padding-top: 60px !important;
}
/* line 190, templates/rt_akuatik/custom/scss/sfweb.scss */
.ultramarginbottom {
  margin-bottom: 60px !important;
}
/* line 193, templates/rt_akuatik/custom/scss/sfweb.scss */
.ultrapaddingbottom {
  padding-bottom: 60px !important;
}
/* line 196, templates/rt_akuatik/custom/scss/sfweb.scss */
.nomarginleft {
  margin-left: 0 !important;
}
/* line 199, templates/rt_akuatik/custom/scss/sfweb.scss */
.nomarginright {
  margin-right: 0 !important;
}
/* line 202, templates/rt_akuatik/custom/scss/sfweb.scss */
.nomargintop {
  margin-top: 0 !important;
}
/* line 205, templates/rt_akuatik/custom/scss/sfweb.scss */
.nomarginleft {
  margin-left: 0 !important;
}
/*k2*/
/* line 209, templates/rt_akuatik/custom/scss/sfweb.scss */
#k2Container div.itemListCategory {
  background: none;
  border: 0;
  padding: 0;
}
/* line 215, templates/rt_akuatik/custom/scss/sfweb.scss */
.itemList .size-25 h3.title {
  font-size: 0.9rem;
}
/* line 218, templates/rt_akuatik/custom/scss/sfweb.scss */
.itemList .size-25 a.button {
  font-size: 0.7rem;
}
/* line 222, templates/rt_akuatik/custom/scss/sfweb.scss */
.itemList .catItemCategory {
  font-size: 0.6rem;
}
/* line 225, templates/rt_akuatik/custom/scss/sfweb.scss */
.SubCategoriesk2 .size-33 h2.title {
  font-size: 1rem;
}
/* line 228, templates/rt_akuatik/custom/scss/sfweb.scss */
.SubCategoriesk2 .size-33 a.button {
  font-size: 0.8rem;
}
@media only all and (min-width: 88rem) {
  /* line 4, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
}
@media only all and (min-width: 76rem) and (max-width: 87.938rem) {
  /* line 7, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
}
@media only all and (min-width: 51rem) and (max-width: 75.938rem) {
  /* line 13, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  /* line 252, templates/rt_akuatik/custom/scss/sfweb.scss */
  .tablet-center {
    text-align: center;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 50.938rem) {
  /* line 16, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
}
@media only all and (max-width: 30rem) {
  /* line 19, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
}
@media only all and (min-width: 76rem) {
  /* line 10, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
}
@media only all and (min-width: 51rem) {
  /* line 22, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
}
@media only all and (max-width: 50.938rem) {
  /* line 25, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  /* line 279, templates/rt_akuatik/custom/scss/sfweb.scss */
  .mobile-center {
    text-align: center;
  }
}
@media only all and (max-width: 75.938rem) {
  /* line 28, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
}
/* line 1, templates/rt_akuatik/custom/scss/_slideshow.scss */
/* line 2, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-panel {
  padding: 25px;
}
@media only all and (max-width: 50.938rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
  /* line 6, templates/rt_akuatik/custom/scss/_slideshow.scss */
  .g-slideshow .uk-overlay-panel.uk-overlay-left {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  /* line 12, templates/rt_akuatik/custom/scss/_slideshow.scss */
  .g-slideshow .uk-overlay-panel.uk-overlay-right {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.938rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
  /* line 21, templates/rt_akuatik/custom/scss/_slideshow.scss */
  .g-slideshow .uk-overlay-panel.uk-overlay-left {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  /* line 27, templates/rt_akuatik/custom/scss/_slideshow.scss */
  .g-slideshow .uk-overlay-panel.uk-overlay-right {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only all and (min-width: 76rem) and (max-width: 87.938rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
}
/* line 38, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .g-overlay-container {
  width: 88rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
@media only all and (min-width: 76rem) and (max-width: 87.938rem) {
  .g-slideshow .g-overlay-container {
    width: 76rem;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.938rem) {
  .g-slideshow .g-overlay-container {
    width: 51rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 50.938rem) {
  .g-slideshow .g-overlay-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-slideshow .g-overlay-container {
    width: 100%;
  }
}
/* line 57, templates/rt_akuatik/custom/scss/_slideshow.scss */
/* line 58, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .nav-visible .uk-slidenav {
  opacity: 1;
}
/* line 62, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-title {
  margin: 0 0 15px;
  color: #fff !important;
}
@media only all and (max-width: 50.938rem) {
  .g-slideshow .g-slideshow-title {
    margin: 0;
    font-size: 1rem;
  }
}
/* line 70, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-desc {
  margin: 0;
}
@media only all and (max-width: 50.938rem) {
  .g-slideshow .g-slideshow-desc {
    display: none;
  }
}
/* line 75, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-desc a:not(.button) {
  color: #2382c0;
}
/* line 77, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-desc a:not(.button):hover {
  text-decoration: underline;
}
/* line 82, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-buttons {
  margin: 25px 0 0;
}
@media only all and (max-width: 50.938rem) {
  .g-slideshow .g-slideshow-buttons {
    margin: 15px 0 0;
  }
}
/* line 87, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-buttons .button {
  margin-right: 15px;
  border: 2px solid #2382c0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 91, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-buttons .button:hover {
  background: #3298da;
  border-color: #3298da;
}
/* line 96, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-buttons .button:last-child {
  margin-right: 0;
}
/* line 99, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-buttons .button > span {
  margin-right: 10px;
}
@media only all and (max-width: 50.938rem) {
  .g-slideshow .g-slideshow-buttons .button {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  /* line 106, templates/rt_akuatik/custom/scss/_slideshow.scss */
  .g-slideshow .g-slideshow-buttons .button:last-child {
    margin-bottom: 0;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.938rem) {
  .g-slideshow .g-slideshow-buttons .button {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  /* line 114, templates/rt_akuatik/custom/scss/_slideshow.scss */
  .g-slideshow .g-slideshow-buttons .button:last-child {
    margin-bottom: 0;
  }
}
/* line 118, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-buttons .button.empty {
  background: none;
  border: 2px solid #2382c0;
  color: #2382c0;
}
/* line 122, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-buttons .button.empty:hover {
  background: #2382c0;
  border-color: #2382c0;
  color: #fff;
}
/* line 130, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .uk-flex-center {
  text-align: center;
}
/* line 133, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .style2 {
  padding: 70px 0;
}
/* line 135, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .style2 .g-slideshow-title {
  padding: 15px 25px;
  background: #fff;
  color: #1a1a1a !important;
  font-size: 2rem;
  display: table;
  margin-bottom: 20px;
}
/* line 143, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .style2 .g-slideshow-desc {
  padding: 15px 20px;
  background: #1a1a1a;
  color: #fff !important;
  font-size: 1.2rem;
  display: table;
}
/* line 150, templates/rt_akuatik/custom/scss/_slideshow.scss */
/* line 151, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .style2 .g-slideshow-buttons .button {
  font-size: 1.2rem;
}
/* line 153, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .style2 .g-slideshow-buttons .button.standard {
  background: #fff;
  border-color: #fff;
  color: #1a1a1a;
}
/* line 157, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .style2 .g-slideshow-buttons .button.standard:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
/* line 163, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .style2 .g-slideshow-buttons .button.empty {
  border-color: #fff;
  color: #fff;
}
/* line 166, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .style2 .g-slideshow-buttons .button.empty:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
/* line 174, templates/rt_akuatik/custom/scss/_slideshow.scss */
/* line 175, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .style2.uk-flex-right .g-slideshow-title, .g-slideshow .style2.uk-flex-right .g-slideshow-desc {
  margin-left: auto;
}
/* line 179, templates/rt_akuatik/custom/scss/_slideshow.scss */
/* line 180, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .style2.uk-flex-center .g-slideshow-title {
  margin: 0 auto 20px;
}
/* line 183, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .style2.uk-flex-center .g-slideshow-desc {
  margin: auto;
}
/* line 188, templates/rt_akuatik/custom/scss/_slideshow.scss */
/* line 189, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .style3 .g-slideshow-title {
  font-size: 2rem;
}
@media only all and (max-width: 50.938rem) {
  .g-slideshow .style3 .g-slideshow-title {
    font-size: 1.2rem;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.938rem) {
  .g-slideshow .style3 .g-slideshow-title {
    font-size: 1.4rem;
  }
}
/* line 198, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .style3 .g-slideshow-desc {
  font-size: 17px;
  line-height: 30px;
}
/* line 203, templates/rt_akuatik/custom/scss/_slideshow.scss */
/* line 204, templates/rt_akuatik/custom/scss/_slideshow.scss */
/* line 205, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .dark-text .style3 .g-slideshow-title {
  color: #030303 !important;
}
/* line 208, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .dark-text .style3 .g-slideshow-desc {
  color: #030303;
}
/* line 213, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .uk-dotnav {
  margin: 0 0 35px;
}
/* line 216, templates/rt_akuatik/custom/scss/_slideshow.scss */
/* line 217, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-item iframe {
  pointer-events: auto !important;
}
/* line 221, templates/rt_akuatik/custom/scss/_slideshow.scss */
/* line 222, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .slideshow-caption.uk-overlay-background {
  padding: 25px;
}
/* line 226, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-left-short {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  -o-transform: translateX(-10%);
  transform: translateX(-10%);
}
/* line 229, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-right-short {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  -o-transform: translateX(10%);
  transform: translateX(10%);
}
/* line 232, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-top-short {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}
/* line 235, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-bottom-short {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
}
/* line 238, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-scale {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* line 241, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-left-short, .g-slideshow .uk-overlay-right-short, .g-slideshow .uk-overlay-top-short, .g-slideshow .uk-overlay-bottom-short {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 244, templates/rt_akuatik/custom/scss/_slideshow.scss */
/* line 245, templates/rt_akuatik/custom/scss/_slideshow.scss */
/* line 246, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-active .uk-active .uk-overlay-scale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 251, templates/rt_akuatik/custom/scss/_slideshow.scss */
.g-slideshow audio, .g-slideshow canvas, .g-slideshow video {
  display: block;
}
/* line 256, templates/rt_akuatik/custom/scss/_slideshow.scss */
/* line 257, templates/rt_akuatik/custom/scss/_slideshow.scss */
/* line 258, templates/rt_akuatik/custom/scss/_slideshow.scss */
#g-fullwidth .g-slideshow .g-content, .g-flushed .g-slideshow .g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
/*
 CLASSI POCO NOTE
 g-horizontalmenu
 */
/*
 Utilizzo di variabili
 $mycolor: #fcfcfc;
 //variabili rocket
 $core-font-size;
 $core-line-height;
 $accent-color-1
 */
/* Codice generale - per tutte le pagine */
/* line 30, templates/rt_akuatik/custom/scss/custom.scss */
.vertical-align {
  align-items: center;
  justify-content: center;
}
/* line 34, templates/rt_akuatik/custom/scss/custom.scss */
.page-header h2 {
  line-height: 1em;
}
/* line 38, templates/rt_akuatik/custom/scss/custom.scss */
#g-container-footer {
  border-top: 2px solid #2382c0;
}
/* Fine Codice generale */
/* categoria */
/* line 45, templates/rt_akuatik/custom/scss/custom.scss */
/* line 46, templates/rt_akuatik/custom/scss/custom.scss */
.blog .items-row .page-header h2 {
  font-size: 1.8rem;
}
/* line 49, templates/rt_akuatik/custom/scss/custom.scss */
.blog .items-row .pull-none.item-image {
  margin-bottom: 0.625rem;
}
/* Suddivisione per pagine */
/* Homepage */
/* partner */
/* line 58, templates/rt_akuatik/custom/scss/custom.scss */
/* line 59, templates/rt_akuatik/custom/scss/custom.scss */
.partner .field-value > ul {
  margin: 0;
  list-style: none;
}
/* line 62, templates/rt_akuatik/custom/scss/custom.scss */
.partner .field-value > ul > li {
  margin: 15px 0;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
/* filter oi2 */
/* line 70, templates/rt_akuatik/custom/scss/custom.scss */
.toolbar-top, .toolbar-bottom {
  display: none;
}
/* OI1 SECTION */
/* line 75, templates/rt_akuatik/custom/scss/custom.scss */
.layout-pedagogicalreference .category-desc {
  border-bottom: 1px solid #ccc;
}
/* line 79, templates/rt_akuatik/custom/scss/custom.scss */
.oi1-title-container {
  background-image: url('../../../../images/loghi/decoration_little.png'), url('../../../../images/loghi/decoration_large.png');
  background-position: right bottom, left top;
  background-repeat: no-repeat, no-repeat;
  background-size: 70px, 170px;
  border-bottom: 3px solid #2583c5;
  padding: 20px 0;
}
@media only all and (min-width: 76rem) {
  /* line 88, templates/rt_akuatik/custom/scss/custom.scss */
  .oi1-title-container {
    background-size: 150px, 380px;
  }
}
/* line 94, templates/rt_akuatik/custom/scss/custom.scss */
.oi1-title {
  text-align: center;
  margin-bottom: 30px !important;
}
/* line 99, templates/rt_akuatik/custom/scss/custom.scss */
.orange-title {
  color: #f7941e;
}
/* line 103, templates/rt_akuatik/custom/scss/custom.scss */
.blue-title {
  color: #2583c5;
}
/* line 107, templates/rt_akuatik/custom/scss/custom.scss */
.green-background {
  background-color: #1ab26b;
}
/* line 111, templates/rt_akuatik/custom/scss/custom.scss */
.position-of-the-topic-in-the-school-program-container td {
  border: 1px solid #000;
}
/* line 114, templates/rt_akuatik/custom/scss/custom.scss */
.topic-experiences p a {
  display: block;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
/* line 120, templates/rt_akuatik/custom/scss/custom.scss */
.sustainable-development-issues-identified-in-this-topic-container h4, .introduction-of-the-topic-container h4, .green-title-underline {
  color: #1ab26b;
  text-decoration: underline;
  margin-top: 15px;
}
/* line 128, templates/rt_akuatik/custom/scss/custom.scss */
.sfw2.blue-title {
  margin-bottom: 30px;
}
/* line 132, templates/rt_akuatik/custom/scss/custom.scss */
.green-title {
  color: #1ab26b;
}
/* line 136, templates/rt_akuatik/custom/scss/custom.scss */
.fish-icon {
  max-width: 65px;
  margin-right: 10px;
}
/* line 141, templates/rt_akuatik/custom/scss/custom.scss */
.fish-circle-icon {
  max-width: 65px;
  margin-right: 10px;
}
/* line 146, templates/rt_akuatik/custom/scss/custom.scss */
.topic-summary-container {
  border-bottom: 3px solid #2583c5;
  margin-bottom: 25px;
  padding: 15px;
}
/* line 152, templates/rt_akuatik/custom/scss/custom.scss */
.italic {
  font-style: italic;
}
/* line 156, templates/rt_akuatik/custom/scss/custom.scss */
/* line 157, templates/rt_akuatik/custom/scss/custom.scss */
/* line 158, templates/rt_akuatik/custom/scss/custom.scss */
.oi1-container .left-side .g-spacer > div {
  background-color: #2583c5;
  color: #fff;
  padding: 4rem 0.625rem;
}
/* line 165, templates/rt_akuatik/custom/scss/custom.scss */
/* line 166, templates/rt_akuatik/custom/scss/custom.scss */
.oi1-container .left-side .g-spacer .sfw2 {
  text-decoration: underline;
}
/* line 171, templates/rt_akuatik/custom/scss/custom.scss */
/* line 172, templates/rt_akuatik/custom/scss/custom.scss */
.oi1-container .right-side .definition-text {
  margin-left: 75px;
}
/* OI1 SECTION END */
/* OI2 section */
/* line 181, templates/rt_akuatik/custom/scss/custom.scss */
.oi2-blog .category-desc {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.625rem;
}
/* line 186, templates/rt_akuatik/custom/scss/custom.scss */
/* line 187, templates/rt_akuatik/custom/scss/custom.scss */
@media only all and (min-width: 88rem) {
  /* line 191, templates/rt_akuatik/custom/scss/custom.scss */
  table.oi2-table tr td:first-child {
    min-width: 400px;
  }
}
@media only all and (min-width: 76rem) and (max-width: 87.938rem) {
  /* line 197, templates/rt_akuatik/custom/scss/custom.scss */
  table.oi2-table tr td:first-child {
    min-width: 350px;
  }
}
/* line 202, templates/rt_akuatik/custom/scss/custom.scss */
table.oi2-table tr td div.tableValue {
  margin-top: 1.5rem;
}
/* line 204, templates/rt_akuatik/custom/scss/custom.scss */
table.oi2-table tr td div.tableValue > ul {
  margin-top: 0;
}
/* fine Oi2 */
/* Fine Suddivisione per pagine */
@media only all and (min-width: 88rem) {
}
@media only all and (min-width: 76rem) and (max-width: 87.938rem) {
}
@media only all and (min-width: 51rem) and (max-width: 75.938rem) {
  /* line 234, templates/rt_akuatik/custom/scss/custom.scss */
  .tablet-center {
    text-align: center;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 50.938rem) {
}
@media only all and (max-width: 30rem) {
}
@media only all and (min-width: 76rem) {
}
@media only all and (min-width: 51rem) {
}
@media only all and (max-width: 50.938rem) {
  /* line 261, templates/rt_akuatik/custom/scss/custom.scss */
  .mobile-center {
    text-align: center;
  }
}
@media only all and (max-width: 75.938rem) {
}
/*# sourceMappingURL=custom_9.css.map */