<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* COLOR VARIABLES
============================================= */
/* BTN PADDING WITH IMAGE BACKGROUND
============================================= */
/* FONT WEIGHTS
============================================= */
/* BG IMAGES
============================================= */
/* FLEXBOX
============================================= */
/* GRID
============================================= */
/* BOX SHADOW
============================================= */
/* OPACITY
============================================= */
/* TRANSITION
============================================= */
/* TRANSFORM
============================================= */
/* BORDER RADIUS
============================================= */
/* TEXT TRANSFORM
============================================= */
/* Compiled Less CSS File */
/* Generated from "grk.custom.layout.css" */
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* BLOG/EVENTI ---------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.blogContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
  margin-top: 50px;
}
.blogContainer .blogMenu {
  margin-left: 30px;
  width: 440px;
  background: #EFF2F7;
}
.blogContainer .articles-list {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
.blogContainer .articles-list, .blogContainer .article-detail {
  width: calc(100% - 470px);
}

#lista_paginazione article, .related article {
  margin-bottom: 50px;
  padding: 0 10px 20px 10px;
}
#lista_paginazione article p, .related article p {
  font-size: 14px;
  line-height: 24px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
#lista_paginazione article picture, .related article picture {
  position: relative;
  display: block;
  max-height: 600px;
  overflow: hidden;
}
#lista_paginazione article picture img, .related article picture img {
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
#lista_paginazione article .date, .related article .date {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #FFFFFF;
  color: #000000;
  padding: 5px 10px;
  text-transform: uppercase;
  display: block;
  height: auto;
}
#lista_paginazione article .date p, .related article .date p {
  margin: 0;
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
  text-align: center;
}
#lista_paginazione article .date p:first-child, .related article .date p:first-child {
  border-bottom: 1px solid #000000;
}
#lista_paginazione article .info, .related article .info {
  font-family: "Metropolis-Light", Arial, Helvetica, Clean, sans-serif;
  font-display: fallback;
  color: #000000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
  height: auto;
  padding: 0 10px;
}
#lista_paginazione article .info p, .related article .info p {
  line-height: 21px;
  font-size: 13px;
  margin: 0;
  width: calc(100% - clamp(50px, 5vw, 70px) - 10px);
  text-align: left;
}
#lista_paginazione article .info p strong, .related article .info p strong {
  text-transform: uppercase;
  margin-bottom: 10px;
  margin: 10px 0 4px 0;
  display: block;
}
#lista_paginazione article .info .catImage, .related article .info .catImage {
  width: clamp(50px, 5vw, 70px);
  height: clamp(50px, 5vw, 70px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}
#lista_paginazione article:hover picture img, .related article:hover picture img {
  opacity: 0.8;
}

/* SUBMENU */
.titolo_submenu {
  border-bottom: none;
  color: #000000;
  float: left;
  text-transform: uppercase;
  padding: 15px;
  font-family: "Metropolis-Black", Arial, Helvetica, Clean, sans-serif;
}

ul.submenu {
  list-style: none;
  float: left;
  display: block;
  width: 100%;
  margin: 0;
  padding: 15px 0;
  background: #F7F8F9;
}
ul.submenu li {
  border-bottom: 1px solid #FFFFFF;
  list-style: none;
  float: left;
  display: block;
  padding: 0;
  width: 100%;
}
ul.submenu li a {
  -webkit-transition: color 0.5s ease 0s;
  -moz-transition: color 0.5s ease 0s;
  -ms-transition: color 0.5s ease 0s;
  -o-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
  width: 100%;
  padding: 10px 0;
  float: left;
  color: #000000;
  font-size: 15px;
  margin-top: 1px;
  text-align: left;
}
ul.submenu li a span {
  float: left;
  margin: 10px 0 0 20px;
}
ul.submenu li a img {
  width: 40px;
  float: left;
}
ul.submenu li a p {
  float: left;
  width: calc(100% - 60px);
  margin: 5px 10px;
}
ul.submenu li a:hover {
  color: #0090DF;
  /*background-color: #f4f4f4;*/
}
ul.submenu li.recents a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
  padding: 5px;
}
ul.submenu li.recents a img {
  width: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
ul.submenu li.recents a p {
  text-align: left;
  margin-left: 12px;
  float: left;
  width: calc(100% - 10px);
  font-size: clamp(13px, 3vw, 15px);
  line-height: clamp(18px, 5vw, 20px);
}
ul.submenu li.tags {
  border-bottom: none;
}
ul.submenu li.tags a {
  width: auto;
  margin-top: 5px;
  color: #000000;
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
}
.cta-gallery {
  width: calc(100% - 30px);
  padding: 15px;
  background: #F7F8F9;
}
.cta-gallery a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: auto;
  flex-wrap: wrap;
}
.cta-gallery span {
  width: 200px;
  height: 200px;
  display: block;
  max-width: calc(50% - 10px);
  margin: 5px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
.cta-gallery a:hover span {
  opacity: 0.9;
}

/* SUBMENU MOBILE */
.submenu-blog-mobile {
  display: none;
  text-align: center;
  margin-top: 40px;
}
.submenu-blog-mobile ul li {
  width: calc(25% - 5px);
  margin: 10px 5px;
  min-width: 100px;
  display: inline-block;
}
.submenu-blog-mobile ul li a {
  color: #000000;
}
.submenu-blog-mobile ul li p {
  text-align: center;
  margin-top: 5px;
}

.event-description {
  background: #EFF2F7;
  position: relative;
  text-align: center;
}

.event-info {
  position: relative;
  height: 100%;
}

.event-info h2 {
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
  text-transform: uppercase;
  padding: 5px 25px 0 25px;
  margin: 0;
}

.event-info h3 {
  font-family: "Metropolis-Black", Arial, Helvetica, Clean, sans-serif;
  font-size: 12px;
  padding: 0 25px;
  margin: 0;
  color: #000000;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 20px;
}

.event-info img {
  transform: translateX(-25px);
  width: calc(100% + 25px);
  margin-top: 30px;
}

.events.invertito .event-info img {
  transform: translateX(0);
}

.events.invertito .event-info h2,
.events.invertito .event-info h3 {
  text-align: right;
}

.event-info hr {
  height: 2px;
  background: #00A5FF;
  margin: 10px 0;
}

.events .btn-container {
  bottom: -20px;
  position: absolute;
  right: 25px;
}

.padding-events {
  padding: 120px 60px;
}

.event-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
}

.event-title h2 {
  text-align: center;
  color: #000000;
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
  text-transform: none;
  padding: 0 0 10px 0;
  margin: 0;
}

.event-title h3 {
  text-align: center;
  margin: 30px 0 0 0;
  font-size: 18px;
}

.event-title .scrollDown {
  float: none;
}

.event-title img {
  margin-bottom: 20px;
}

h4.data-article {
  color: #E2E6EB;
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
  font-size: 15px;
  display: inline-block;
  border-bottom: 2px solid #E2E6EB;
  padding: 0 0 10px 0;
  letter-spacing: 3px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.after767 {
  display: none;
}

.article img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.article .container-small {
  max-width: 900px;
}

.gallery-blog {
  margin-top: 50px;
}

.gallery-blog a {
  position: relative;
}

.gallery-blog a img.view-gallery {
  position: absolute;
  top: calc(50% - 25px);
  right: calc(50% - 25px);
  -webkit-transition: opacity 0.6s ease 0s;
  -moz-transition: opacity 0.6s ease 0s;
  -o-transition: opacity 0.68s ease 0s;
  transition: opacity 0.6s ease 0s;
  opacity: 0;
}

.gallery-blog a:hover img.view-gallery {
  opacity: 1;
}

.tags a {
  background: #9AD0FD;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #000000;
  display: inline-block;
  font-size: 14px;
  padding: 12px !important;
  position: relative;
  text-align: center;
  width: auto;
  margin: 5px 0 0 8px;
  float: left;
  height: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.tags .overflow-x {
  display: none;
}

.submenu li.tags a:hover, .tags a:hover {
  background: #00A5FF;
}

/* ---------------------------------------------------------------------------------------------------- */
/* DETTAGLIO BLOG --------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.article-detail .blog-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
.article-detail .date {
  background: #9AD0FD;
  color: #000000;
  padding: 5px 10px;
  text-transform: uppercase;
  margin-right: 25px;
  min-width: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
}
.article-detail .date p {
  margin: 0;
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
  text-align: center;
}
.article-detail .date p:first-child {
  border-bottom: 1px solid #000000;
}
.article-detail h1 {
  font-family: "Metropolis-Regular", Arial, Helvetica, Clean, sans-serif;
  text-align: left;
  font-size: clamp(18px, 3vw, 26px);
  line-height: clamp(26px, 3.5vw, 32px);
  margin-bottom: 0;
}
.article-detail h2 {
  margin-top: 45px;
  font-family: "Metropolis-Regular", Arial, Helvetica, Clean, sans-serif;
  font-size: clamp(16px, 3vw, 24px);
  line-height: clamp(26px, 3.5vw, 30px);
  color: #0090DF;
}
.article-detail .img-container {
  max-height: 600px;
  height: calc(66vw - 40px);
}
.article-detail .blog-breadcrumb {
  background: #EFF2F7;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
.article-detail .blog-breadcrumb div {
  width: 100%;
  padding: 0 15px;
}
.article-detail .blog-breadcrumb a {
  color: #000000;
  text-align: left;
  padding: 17px 5px;
  display: inline-block;
}
.article-detail .blog-breadcrumb a::after {
  content: "|";
  margin-left: 10px;
}
.article-detail .blog-breadcrumb a:last-child::after {
  content: "";
}
.article-detail .blog-breadcrumb a.next {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
  background: #E2E6EB;
  flex: 0 0 230px;
}
.article-detail .blog-breadcrumb img {
  width: auto;
  margin-left: 10px;
}
.article-detail .tags, .article-detail .source {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
  border-top: 1px solid #E2E6EB;
  padding: 10px 0;
}
.article-detail .tags a:nth-child(2), .article-detail .source a:nth-child(2) {
  margin-left: 10px;
  margin-top: 0;
}
.article-detail .source {
  border-bottom: 1px solid #E2E6EB;
  margin-bottom: 20px;
  color: #636B73;
}
.article-detail .source a {
  color: #636B73;
  margin-left: 10px;
}
.article-detail .source a:hover {
  color: #0090DF;
}
.article-detail .utility {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
  border-top: 1px solid #E2E6EB;
  border-bottom: 1px solid #E2E6EB;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
.article-detail .utility ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
  margin-left: 10px;
}
.article-detail .utility a, .article-detail .utility span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
  width: 50px;
  height: 50px;
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #0090DF;
  padding: 0;
}
.article-detail .utility a:hover, .article-detail .utility span:hover {
  background: #00A5FF;
}
.article-detail .utility a img, .article-detail .utility span img {
  margin-right: 0;
  width: 40px;
}
.article-detail .utility a img.download, .article-detail .utility span img.download {
  width: 24px;
}
.article-detail .video-container {
  margin-bottom: 40px;
}
.article-detail .related h4 {
  margin-bottom: 50px;
  font-family: "Metropolis-Black", Arial, Helvetica, Clean, sans-serif;
}
.article-detail .related article .img-container {
  position: relative;
  height: 280px;
  margin-bottom: 15px;
}

/* gallery */
.blog-gallery-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
  height: auto;
  margin-bottom: 20px;
}
.blog-gallery-container .seven .gallery, .blog-gallery-container .five .gallery {
  display: block;
  line-height: 0;
  position: relative;
}
.blog-gallery-container .seven span, .blog-gallery-container .five span {
  cursor: pointer;
}
.blog-gallery-container .seven {
  margin-right: clamp(2px, 1vw, 10px);
  width: calc(70% - clamp(2px, 1vw, 10px));
}
.blog-gallery-container .seven .gallery {
  width: 100%;
  height: 100%;
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.blog-gallery-container .five {
  margin-left: clamp(2px, 1vw, 10px);
  width: calc(30% - clamp(2px, 1vw, 10px));
}
.blog-gallery-container .five .gallery {
  margin-bottom: clamp(4px, 2vw, 20px);
}
.blog-gallery-container .five .gallery:last-child {
  margin-bottom: 0;
}
.blog-gallery-container .bg-blur {
  background: rgba(2, 51, 115, 0.95);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
}
.blog-gallery-container .bg-blur span {
  color: #9AD0FD;
  font-family: "Metropolis-Black", Arial, Helvetica, Clean, sans-serif;
  text-transform: uppercase;
}
.blog-gallery-container .bg-blur:hover {
  background: rgba(0, 0, 0, 0.6);
}

.blog-gallery-container.single .seven {
  width: 100%;
  min-height: 400px;
}
.blog-gallery-container.single .five {
  display: none;
}

.blog-gallery-container.double .seven {
  width: calc(60% - clamp(2px, 1vw, 10px));
}
.blog-gallery-container.double .five {
  width: calc(40% - clamp(2px, 1vw, 10px));
}
.blog-gallery-container.double .five .gallery {
  margin-bottom: 0;
}
.blog-gallery-container.double .five .gallery:last-child {
  display: none;
}

.related .cont {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
}
.related h4 {
  text-align: center;
}
.related article {
  width: calc(50% - 15px);
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* GALLERY --------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.gallery-filter {
  height: auto;
  margin-top: clamp(10px, 1vw, 50px);
  text-align: center;
}
.gallery-filter .padding10 {
  display: inline-block;
  width: calc(clamp(120px, 8vw, 150px) - 10px);
  margin: 0 5px;
  cursor: pointer;
}
.gallery-filter .padding10 svg {
  width: 100%;
}
.gallery-filter .btn.btn-outline {
  padding: 10px;
  float: left;
  width: calc(100% - 20px);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-family: "Metropolis-Black", Arial, Helvetica, Clean, sans-serif;
  white-space: initial;
  margin-top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
  height: 48px;
}
.gallery-filter .bag-cat {
  cursor: pointer;
  display: block;
}

.galleryCats {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
  flex-wrap: wrap;
  margin: 50px 0;
}
.galleryCats a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: auto;
  flex-wrap: nowrap;
  width: calc(25% - 20px);
  margin: 10px;
}
.galleryCats a:nth-child(even) {
  flex-direction: column-reverse;
}
.galleryCats a h3 {
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin: 10px 0 4px 0;
  display: block;
  font-size: 15px;
  color: #000000;
  margin: 15px 0;
}

#gallery-list {
  min-height: 50vh;
}

.photoGallery {
  display: none;
  margin-bottom: 50px;
  /*article.square {
      grid-row-end: span 2;
  }

  article.vert {
      grid-row-end: span 3;
  }*/
}
.photoGallery article {
  position: relative;
  overflow: hidden;
  padding: 20px 10px;
}
.photoGallery article a {
  display: block;
}
.photoGallery article picture img {
  background: #000000;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  width: 100%;
}
.photoGallery article:hover picture img {
  opacity: 0.8;
}
.photoGallery .info {
  font-family: "Metropolis-Light", Arial, Helvetica, Clean, sans-serif;
  font-display: fallback;
  color: #000000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
  height: auto;
  padding: 0 10px;
  margin-top: 8px;
}
.photoGallery .info p {
  line-height: 21px;
  font-size: 14px;
  text-align: left;
  margin: 0;
  width: calc(100% - 80px);
  /* strong {
       text-transform: uppercase;
       margin-bottom: 10px;
       margin: 10px 0 4px 0;
       display: block;
   }*/
}
.photoGallery .info .catImage {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}
.gallery-footer {
  display: grid;
  grid-template-areas: "uno due tre" "uno quattro cinque";
  grid-gap: 10px;
  max-width: 100%;
  margin-top: 30px;
  float: right;
  /*max-width: calc(clamp(80px, calc(10vw - 10px), 120px) + clamp(80px, calc(10vw - 10px), 120px) + clamp(170px, calc(20vw - 10px), 250px) + 20px);*/
  max-width: calc(clamp(80px, 10vw - 10px, 133px) + clamp(80px, 10vw - 10px, 133px) + clamp(170px, 20vw - 10px, 275px) + 20px);
}
.gallery-footer span {
  background-size: cover;
  background-position: 50% 50%;
  height: clamp(80px, 10vw - 10px, 133px);
  width: clamp(80px, 10vw - 10px, 133px);
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
.gallery-footer span:nth-child(1) {
  grid-area: uno;
  height: clamp(170px, 20vw - 10px, 275px);
  width: clamp(170px, 20vw - 10px, 275px);
}
.gallery-footer span:nth-child(2) {
  grid-area: due;
}
.gallery-footer span:nth-child(3) {
  grid-area: tre;
}
.gallery-footer span:nth-child(4) {
  grid-area: quattro;
}
.gallery-footer span:nth-child(5) {
  grid-area: cinque;
}
.gallery-footer:hover span {
  opacity: 0.9;
}

.dateMobile {
  display: none;
}

@media all and (max-width: 1024px) {
  .blogContainer .blogMenu {
    margin-left: 30px;
    width: 320px;
  }
  .blogContainer .articles-list, .blogContainer .article-detail {
    width: calc(100% - 350px);
  }
}
@media all and (max-width: 860px) {
  #lista_paginazione article .info p {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  #lista_paginazione article {
    padding: 0 0 20px 0;
  }
  #lista_paginazione article .info {
    margin-top: 15px;
  }
  .article-detail h1 {
    margin-top: 15px;
  }
  .article-detail .date {
    display: none;
  }
  .dateMobile {
    color: #636B73;
    display: inline-block;
  }
  .related .cont {
    flex-direction: column;
  }
  .related article {
    width: calc(100% - 20px);
  }
  .tags {
    position: relative;
  }
  .tags a.link-tags {
    display: none;
  }
  .tags .overflow-x {
    display: block;
  }
  .tags .overflow-x li {
    display: inline-block;
  }
  .photoGallery.container-full {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%;
  }
  .photoGallery.container-full article {
    padding: 20px 0;
  }
}
@media all and (max-width: 568px) {
  .submenu-blog-mobile ul li {
    width: auto;
  }
  .submenu-blog-mobile ul li a {
    display: block;
    padding: 8px 13px;
    border: 2px solid #000000;
    -webkit-transition: background 0.5s ease 0s;
    -moz-transition: background 0.5s ease 0s;
    -ms-transition: background 0.5s ease 0s;
    -o-transition: background 0.5s ease 0s;
    transition: background 0.5s ease 0s;
  }
  .submenu-blog-mobile ul li a p {
    font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
    text-align: center;
    margin: 0;
  }
  .submenu-blog-mobile ul li a img {
    display: none;
  }
  .submenu-blog-mobile ul li a.active, .submenu-blog-mobile ul li a:hover {
    background: #9AD0FD;
  }
}

/*# sourceMappingURL=blog.css.map */
</pre></body></html>