@import url(https://fonts.googleapis.com/css?family=Nunito);
@font-face {
  font-family: 'GT Walsheim';
  src: url(../font/gt-walsheim-medium-webfont.woff) format('woff'), url(../font/gt-walsheim-medium-webfont.ttf) format('truetype');
}

@font-face {
  font-family: 'GT Walsheim Bold';
  src: url(../font/gt-walsheim-bold.woff) format('woff'), url(../font/gt-walsheim-bold.ttf) format('truetype');
}

@font-face {
  font-family: 'GT Walsheim Black';
  src: url(../font/gt-walsheim-black-web.woff) format('woff'), url(../font/gt-walsheim-black-web.ttf) format('truetype');
}

.container {
  position: relative;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  line-height: 1.6;
  font-family: "GT Walsheim", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fcfcfc;
  color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

h1 {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -.1rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem;
}

h3 {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: -.1rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

@media (min-width:550px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 3.6rem;
  }
  h4 {
    font-size: 3rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
}

a {
  color: #1eaedb;
}

a:hover {
  color: #1b9cc5;
}

input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
input[type=email],
input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus {
  border: 1px solid #6bc048;
  outline: 0;
}

select,
textarea {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  box-shadow: none;
  box-sizing: border-box;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

select:focus,
textarea:focus {
  border: 1px solid #6bc048;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

label>.label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: 400;
}

ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0;
}

ul {
  padding-left: 0;
  margin-top: 0;
}

ul ol,
ul ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
}

pre>code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

td,
th {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}

td:first-child,
th:first-child {
  padding-left: 0;
}

td:last-child,
th:last-child {
  padding-right: 0;
}

.button,
button {
  margin-bottom: 1rem;
}

fieldset,
input,
select,
textarea {
  margin-bottom: 1.5rem;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 2.5rem;
}

.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}

.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

nav.navbar {
  display: flex;
  align-items: center;
  height: 76px;
  border-bottom: 1px solid rgba(68, 68, 68, .15);
  background-color: #fff;
  z-index: 2;
  padding: 0;
  margin: 0;
}

nav.navbar a.brand {
  display: flex;
  justify-content: flex-start;
  flex-grow: 1;
  align-items: center;
  height: 100%;
  margin: 0 39px!important;
  box-sizing: border-box;
  width: 400px;
}

nav.navbar a.brand img {
  height: 60%;
  width: auto;
  min-width: 1px;
}

nav.navbar ul.navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  margin: 0;
  margin-left: auto;
  list-style: none;
}

nav.navbar ul.navbar-nav li {
  height: 100%;
  display: inline-block;
  margin: 0;
  flex-shrink: 1;
  flex-grow: 1;
}

nav.navbar ul.navbar-nav li+li {
  margin-left: 2.5rem;
}

nav.navbar ul.navbar-nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-transform: uppercase;
  text-decoration: none;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "GT Walsheim Bold";
  line-height: 1.5;
  color: #444;
}

nav.navbar ul.navbar-nav li a.active {
  border-bottom-color: #ff9e06;
}

nav.navbar ul.navbar-nav li.accedi a {
  color: #6bc048;
}

nav.navbar ul.navbar-nav li.search-link {
  margin-right: 0;
}

nav.navbar ul.navbar-nav li.search-link a {
  background-color: #e2e2e2;
  padding: 0 30px;
}

nav.navbar ul.navbar-nav li.search-link a i {
  font-size: 2rem;
}

.menu-sub-social {
  height: 100%;
}

.menu-sub-social .social-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1rem;
  display: inline-flex;
}

.menu-sub-social .social-wrapper img {
  height: 36px;
  width: 36px;
}

#navbarSupportedContent {
  height: 100%;
  z-index: 99999;
}

.agenda-small-box {
  height: 100%;
  max-height: 120px;
  padding-bottom: 1rem;
}

@media (max-width:1200px) {
  #protagonisti .grid.main-grid,
  #specialEvent .grid.main-grid {
    display: flex;
    flex-direction: column!important;
    height: auto!important;
  }
  #protagonisti .grid.main-grid>div,
  #specialEvent .grid.main-grid>div {
    flex: 1;
  }
  #protagonisti .protagonist-box-big-picture .rest,
  #specialEvent .protagonist-box-big-picture .rest {
    position: initial!important;
  }
  #protagonisti .protagonist-box-big-picture .goto,
  #specialEvent .protagonist-box-big-picture .goto {
    float: none!important;
  }
  #protagonisti .prot-nav span,
  #specialEvent .prot-nav span {
    margin-left: .2rem;
  }
  #protagonisti .box-big,
  #specialEvent .box-big {
    height: 500px!important;
  }
  #protagonisti .box-small,
  #specialEvent .box-small {
    height: 150px!important;
  }
}

@media (max-width:991px) {
  html {
    font-size: 12px;
  }
  a.brand {
    width: 60px!important;
  }
  section {
    padding: 3rem 0!important;
  }
  section summary h1,
  section .summary h1 {
    font-size: 29px!important;
    height: auto!important;
    margin-bottom: 0;
  }
  section .foglia {
    height: 4rem!important;
  }
  section .row>* {
    padding-right: 0!important;
    padding-left: 0!important;
  }
  .box-big h1 {
    font-size: 3rem!important;
    line-height: 3.5rem!important;
  }
  .box-small .rest .title {
    font-size: 1rem!important;
  }
  #agenda .row {
    height: auto!important;
  }
  #agenda .row .agenda-box {
    margin-bottom: 1rem!important;
    height: auto!important;
    min-height: 100px;
  }
  .col-lg-3,
  .col-lg-4,
  .col-md-3,
  .col-md-4 {
    margin: 0!important;
    margin-bottom: 1rem!important;
  }
  #navbarSupportedContent {
    height: auto;
    background-color: #fff;
  }
  #navbarSupportedContent .navbar-nav {
    justify-content: flex-start;
    align-items: flex-end;
    padding: 1em;
    box-shadow: 0 5px 10px -4px rgba(0, 0, 0, .2);
  }
  .nested-grid .nested-col {
    margin: 0!important;
    padding: 0!important;
    margin-bottom: 1rem!important;
  }
  .nested-grid .nested-col .row {
    margin: 0!important;
    padding: 0!important;
  }
  .nested-grid .nested-col article {
    margin: 0!important;
  }
  .nested-grid .nested-col:nth-child(2) {
    margin-bottom: 3rem!important;
  }
  .page-not-found {
    font-size: 40px;
  }
  #protagonisti .grid.main-grid,
  #specialEvent .grid.main-grid {
    display: flex;
    flex-direction: column!important;
    height: auto!important;
  }
  #protagonisti .grid.main-grid>div,
  #specialEvent .grid.main-grid>div {
    flex: 1;
  }
  #protagonisti .protagonist-box-big-picture .rest,
  #specialEvent .protagonist-box-big-picture .rest {
    position: initial!important;
  }
  #protagonisti .protagonist-box-big-picture .goto,
  #specialEvent .protagonist-box-big-picture .goto {
    float: none!important;
  }
  #protagonisti .prot-nav span,
  #specialEvent .prot-nav span {
    margin-left: .2rem;
  }
  #multimedia .grid.main-grid {
    flex-direction: column!important;
    height: auto!important;
  }
  #multimedia .grid.main-grid>.grid.grid-col .grid {
    flex: 0 0 100%!important;
  }
  #multimedia .big-media {
    height: 250px!important;
  }
  #multimedia .big-media .rest,
  #multimedia .big-media .rest h1 {
    position: absolute!important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  #multimedia .big-media .rest h1 {
    font-size: 2rem!important;
    line-height: 2rem!important;
    padding: 1rem;
    z-index: 999;
  }
  #multimedia .big-media .images-mobile {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #multimedia .big-media .images-mobile img {
    height: 250px!important;
  }
  #multimedia .big-media .info {
    flex-direction: column;
  }
  #multimedia .box-small iframe {
    width: 45%!important;
  }
  #multimedia .box-small .rest {
    width: 55%!important;
    padding: 1rem!important;
  }
  .big-media:hover .rest {
    padding-bottom: 0!important;
  }
  #instaFeed .go-to-all {
    margin-top: 1rem!important;
  }
  #unipol {
    flex-direction: column!important;
  }
  #unipol a {
    margin-bottom: 2rem;
  }
  #agenda .agenda-small-box {
    display: flex;
  }
  #agenda .agenda-small-box .box.box-small.agenda-box .rest {
    padding: 1rem!important;
  }
  #agenda .agenda-small-box .box.box-small.agenda-box .rest .title {
    font-size: 1.2rem!important;
  }
  #agenda .agenda-small-box .box.box-small.agenda-box .location {
    font-size: 1rem!important;
  }
  .sub {
    height: auto!important;
  }
  #services .nav-pills {
    padding-top: 1rem;
  }
  #services #pills-tabContent .tab-pane .row {
    margin-left: 0!important;
    margin-right: 0!important;
    height: auto!important;
  }
  #services #pills-tabContent .service-box-medium {
    margin-bottom: 1rem;
  }
  #services .go-to-all {
    margin-top: 1rem!important;
  }
  #services #serviceTab1 .row.service-row-small .col-md-3,
  #services #serviceTab2 .row.service-row-small .col-md-3 {
    margin-bottom: 1rem!important;
  }
  .post-detail header .header-content .title {
    font-size: 3rem!important;
    line-height: 4rem!important;
  }
  .post-detail-content {
    flex-direction: column;
  }
  .post-detail-content .share-buttons {
    flex-direction: row!important;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }
  .post-detail-content .share-buttons h5 {
    margin: 0!important;
    margin-right: auto!important;
  }
  .post-detail-content .share-buttons iframe {
    margin: 0!important;
    margin-left: 1rem!important;
  }
  nav.navbar ul.navbar-nav li a {
    height: auto!important;
    justify-content: flex-end;
  }
  nav.subnav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 45px;
    background-color: #fff;
    overflow-x: auto;
    position: relative;
  }
  nav.subnav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow-x: auto;
    position: absolute;
    left: 0;
  }
  .search-link {
    width: 100%!important;
  }
  .search-link a {
    height: 5rem!important;
  }
  section#mondo-cia .container-fluid .col-md {
    padding: 1rem!important;
  }
  section#mondo-cia .container-fluid .col-md a {
    font-size: 1.4rem!important;
  }
  section#mondo-cia .container-fluid .col-md:first-of-type {
    padding-top: 2rem;
  }
  section#mondo-cia .container-fluid .col-md:last-of-type {
    padding-bottom: 2rem;
  }
  .box-banner img {
    object-fit: contain!important;
    width: auto!important;
    margin: auto!important;
  }
}

@media (min-width:992px) {
  .nested-grid * {
    box-sizing: border-box;
  }
  .nested-grid .row>*>* {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .service-content {
    position: absolute;
  }
  .images-mobile {
    visibility: hidden!important;
  }
}

.nav-shadow {
  position: relative;
  z-index: 10;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, .15);
}

nav.subnav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 45px;
  background-color: #fff;
}

nav.subnav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow-x: auto;
}

nav.subnav ul li {
  display: flex!important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13.5px;
  display: inline-block;
  margin: 0 2rem;
  height: 100%;
  text-transform: uppercase;
  box-sizing: border-box;
  color: #999;
}

nav.subnav ul li a {
  text-decoration: none;
  color: #999;
}

.nav-pills {
  margin-bottom: 1.9rem;
}

.js-tabs__header li {
  display: inline-block;
  float: left;
}

.service-tabs .nav-link {
  cursor: pointer;
  display: block;
  margin-right: 1.5em;
  text-decoration: none;
  color: #444;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 800;
  padding: .4rem 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background-color: transparent;
}

.service-tabs .nav-link.active,
.service-tabs .nav-link:hover {
  color: #444;
  border-bottom-color: #6bc048;
  text-decoration: none;
  border-radius: 0;
  background-color: transparent;
}

.col-vertical {
  display: flex;
  flex-direction: column;
}

.col-vertical .row {
  flex: 1;
  padding: .5rem 0;
}

.col-vertical .row:first-of-type {
  padding-top: 0;
}

.col-vertical .row:last-of-type {
  padding-bottom: 0;
}

.col-vertical .row .col-md-12 {
  height: 100%;
}

.category.inverted {
  color: #6bc048!important;
  background-color: #fff!important;
}

.category.orange {
  background-color: #ff9e06!important;
}

.grid {
  display: flex;
  box-sizing: border-box;
}

.grid>* {
  flex: 1;
  min-height: 0;
  min-width: 0;
}

.grid.main-grid {
  height: auto;
  margin: -10px;
}

.grid.grid-col {
  flex-direction: column;
}

.grid .grid-box {
  box-sizing: border-box;
  width: auto;
  margin: 10px;
}

footer {
  background-color: #166936;
  padding: 100px 0;
  padding-top: 80px;
}

footer p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.93;
}

footer a,
footer a:hover,
footer h4 {
  color: #fff;
}

footer h4 {
  margin-top: 2.5rem;
}

.sub {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  background-color: #0A5729;
}

.sub p {
  font-size: 14px;
  line-height: 1.93;
  letter-spacing: .4px;
  text-align: center;
  color: #fff;
  margin: 0;
}

.multicolumn2 {
  display: flex;
}

#mondo-cia .social-wrapper {
  margin: 0 1rem;
  text-decoration: none;
}

#mondo-cia .social-wrapper .fa {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  font-size: 2.5rem;
  color: #fff;
}

#mondo-cia .social-wrapper .fa-instagram {
  background-color: #fff;
  color: #cd486b;
}

#mondo-cia .social-wrapper .fa-facebook {
  background-color: #3f67c0;
}

#mondo-cia .social-wrapper .fa-twitter {
  background-color: #35b5eb;
}

#mondo-cia .social-wrapper .fa-youtube {
  background-color: #d51f1e;
}

.subnav {
  font-size: 0;
}

.subnav .social-wrapper {
  font-size: 12px;
  margin: 0 1rem;
  text-decoration: none;
}

.subnav .social-wrapper .fa {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  font-size: 1.5rem;
  color: #fff;
}

.subnav .social-wrapper .fa-instagram {
  background-color: #fff;
  color: #cd486b;
  font-size: 2.5rem;
}

.subnav .social-wrapper .fa-facebook {
  background-color: #3f67c0;
}

.subnav .social-wrapper .fa-twitter {
  background-color: #35b5eb;
}

.subnav .social-wrapper .fa-youtube {
  background-color: #d51f1e;
}

.slick-slide img {
  width: 320px;
  height: 320px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(64, 133, 45, .15);
  object-fit: cover;
}

.slick-dots {
  display: flex;
}

.slick-dots li {
  margin: .5rem;
  padding: .5rem;
  list-style: none;
  cursor: pointer;
}

.slick-dots li:before {
  content: "\f111";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  color: #e2e2e2;
}

.slick-dots li.slick-active:before {
  color: #ff9e06;
}

.slick-dots button {
  display: none;
}

section {
  padding: 8rem 0;
}

section summary,
section .summary {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}

section .summary {
  margin-bottom: 2.5em;
}

section summary>*,
section .summary>* {
  flex: 0 1 auto;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  margin: 0;
}

section summary h1,
section .summary h1 {
  height: 37px;
  line-height: 48px;
  letter-spacing: -.4px;
  font-size: 36px;
  font-family: "GT Walsheim Bold";
  color: #6bc048;
}

section summary h2,
section .summary h2 {
  height: 37px;
  line-height: 48px;
  letter-spacing: -.4px;
  font-size: 36px;
  font-family: "GT Walsheim";
  color: #444;
  margin-left: 1rem;
}

section .summary .button-container {
  align-self: flex-end;
  margin-left: auto;
  display: flex;
  gap: 0 2rem;
}

section summary a.button,
section .summary a.button {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  height: 35px;
  margin: 0;
  margin-left: auto;
  padding: 0 1.5rem;
  border-radius: 17.5px;
  font-family: "GT Walsheim Bold";
  letter-spacing: .9px;
  font-size: 12px;
  text-decoration: none;
  opacity: .84;
  border: solid 2px #6bc048;
  box-sizing: border-box;
  background-color: transparent;
  color: #6bc048;
  white-space: nowrap;
}

section summary a.button:hover,
section .summary a.button:hover {
  opacity: 1;
}

section summary .foglia,
section .summary .foglia {
  position: absolute;
  left: 1rem;
  height: 5rem;
}

section:first-of-type {
  padding: 4rem 0;
}

section#agenda {
  background-color: #ebeceb;
}

section#primoPiano {
  background-color: #fcfcfc;
}

section#services {
  background-color: #ebeceb;
}

section#protagonisti {
  background-color: #f2f8ef;
}

section#multimedia {
  background-color: #6BC146;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
}

section#multimedia summary h1,
section#multimedia .summary h1 {
  color: #fff;
}

section#multimedia summary a.button,
section#multimedia .summary a.button {
  border-color: #fff;
  color: #fff;
}

section#unipol {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-evenly;
  padding: 3rem 0;
}

section#unipol a {
  flex: 1;
  text-align: center;
}

section#mondo-cia {
  margin-top: 2rem;
  padding: 0;
  color: #444;
}

section#mondo-cia summary h1,
section#mondo-cia .summary h1 {
  color: #166936;
}

section#mondo-cia .container-fluid {
  background-color: #EBF3E9;
}

section#mondo-cia .container-fluid .col-md {
  padding: 3rem 1rem;
}

section#mondo-cia .container-fluid .col-md a,
section#mondo-cia .container-fluid .col-md a:hover {
  color: #166936;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  height: 100%;
  text-transform: uppercase;
  font-weight: 700;
}

section#mondo-cia .container-fluid .col-md a span,
section#mondo-cia .container-fluid .col-md a:hover span {
  text-transform: capitalize;
  color: #6BA07E;
  font-weight: 400;
}

section a.go-to-all {
  width: 100%;
  display: flex;
  height: 35px;
  margin: 0;
  padding: 0 1.5rem;
  border-radius: 17.5px;
  font-family: "GT Walsheim Bold";
  letter-spacing: .9px;
  font-size: 12px;
  text-decoration: none;
  opacity: .84;
  border: solid 2px #6bc048;
  box-sizing: border-box;
  background-color: transparent;
  color: #6bc048;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 30px;
}

section a.go-to-all:hover {
  opacity: 1;
}

#primoPiano .main-grid {
  height: 600px;
}

.category.attualita {
  background-color: #aec70a!important;
}

.category.dal-territorio {
  background-color: #ff9e06!important;
}

.category a {
  z-index: 7;
}

#agenda .category,
#correlatedNews .category,
#dalTerritorio .category,
#multimedia .category,
#multimediaGrid .category,
#news .category,
#primoPiano .category,
#specialEvent .category,
.container404 .category {
  padding: 4px 8px;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: .7px;
  text-transform: uppercase;
  color: #fff;
  background-color: #6bc048;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  font-family: 'GT Walsheim Bold';
}

#agenda .category a,
#correlatedNews .category a,
#dalTerritorio .category a,
#multimedia .category a,
#multimediaGrid .category a,
#news .category a,
#primoPiano .category a,
#specialEvent .category a,
.container404 .category a {
  font-family: 'GT Walsheim Bold';
  font-size: 10px;
  line-height: 12px;
  letter-spacing: .7px;
  text-transform: uppercase;
  color: #fff;
  box-sizing: border-box;
}

#agenda .category:empty,
#correlatedNews .category:empty,
#dalTerritorio .category:empty,
#multimedia .category:empty,
#multimediaGrid .category:empty,
#news .category:empty,
#primoPiano .category:empty,
#specialEvent .category:empty,
.container404 .category:empty {
  display: none!important;
}

#agenda .box,
#correlatedNews .box,
#dalTerritorio .box,
#multimedia .box,
#multimediaGrid .box,
#news .box,
#primoPiano .box,
#specialEvent .box,
.container404 .box {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
}

#agenda .box *,
#correlatedNews .box *,
#dalTerritorio .box *,
#multimedia .box *,
#multimediaGrid .box *,
#news .box *,
#primoPiano .box *,
#specialEvent .box *,
.container404 .box * {
  box-sizing: border-box;
}

#agenda .box img,
#correlatedNews .box img,
#dalTerritorio .box img,
#multimedia .box img,
#multimediaGrid .box img,
#news .box img,
#primoPiano .box img,
#specialEvent .box img,
.container404 .box img {
  flex: 0 1 auto;
  display: block;
  width: 100%;
  height: 50%;
  object-fit: cover;
  max-width: 100%;
}

#agenda .box .rest,
#correlatedNews .box .rest,
#dalTerritorio .box .rest,
#multimedia .box .rest,
#multimediaGrid .box .rest,
#news .box .rest,
#primoPiano .box .rest,
#specialEvent .box .rest,
.container404 .box .rest {
  position: relative;
  flex: 1 1 auto;
  display: block;
  width: 100%;
  height: 50%;
  padding: 2.25rem;
}

#agenda .box .rest .title,
#correlatedNews .box .rest .title,
#dalTerritorio .box .rest .title,
#multimedia .box .rest .title,
#multimediaGrid .box .rest .title,
#news .box .rest .title,
#primoPiano .box .rest .title,
#specialEvent .box .rest .title,
.container404 .box .rest .title {
  font-size: 18px!important;
  font-family: 'GT Walsheim Bold';
  line-height: 1.14;
}

#agenda .box .rest .title a,
#correlatedNews .box .rest .title a,
#dalTerritorio .box .rest .title a,
#multimedia .box .rest .title a,
#multimediaGrid .box .rest .title a,
#news .box .rest .title a,
#primoPiano .box .rest .title a,
#specialEvent .box .rest .title a,
.container404 .box .rest .title a {
  color: #444;
}

#agenda .box .rest .info,
#correlatedNews .box .rest .info,
#dalTerritorio .box .rest .info,
#multimedia .box .rest .info,
#multimediaGrid .box .rest .info,
#news .box .rest .info,
#primoPiano .box .rest .info,
#specialEvent .box .rest .info,
.container404 .box .rest .info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2.25rem;
  background-color: #fff;
  padding-top: 0;
}

#agenda .box .rest .info .date,
#correlatedNews .box .rest .info .date,
#dalTerritorio .box .rest .info .date,
#multimedia .box .rest .info .date,
#multimediaGrid .box .rest .info .date,
#news .box .rest .info .date,
#primoPiano .box .rest .info .date,
#specialEvent .box .rest .info .date,
.container404 .box .rest .info .date {
  color: #a1a1a1;
  font-size: 12px!important;
  font-weight: 700;
  text-transform: capitalize;
}

#agenda .box .rest .post-content,
#correlatedNews .box .rest .post-content,
#dalTerritorio .box .rest .post-content,
#multimedia .box .rest .post-content,
#multimediaGrid .box .rest .post-content,
#news .box .rest .post-content,
#primoPiano .box .rest .post-content,
#specialEvent .box .rest .post-content,
.container404 .box .rest .post-content {
  color: #444;
  font-family: Nunito, sans-serif;
  font-size: 1.1rem;
}

#agenda .box .invisiblelink,
#correlatedNews .box .invisiblelink,
#dalTerritorio .box .invisiblelink,
#multimedia .box .invisiblelink,
#multimediaGrid .box .invisiblelink,
#news .box .invisiblelink,
#primoPiano .box .invisiblelink,
#specialEvent .box .invisiblelink,
.container404 .box .invisiblelink,
.box-big .invisiblelink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

#agenda .box.box-banner img,
#correlatedNews .box.box-banner img,
#dalTerritorio .box.box-banner img,
#multimedia .box.box-banner img,
#multimediaGrid .box.box-banner img,
#news .box.box-banner img,
#primoPiano .box.box-banner img,
#specialEvent .box.box-banner img,
.container404 .box.box-banner img {
  border-radius: 5px;
  z-index: 2;
  object-fit: cover;
}

#agenda .box.box-banner .rest,
#correlatedNews .box.box-banner .rest,
#dalTerritorio .box.box-banner .rest,
#multimedia .box.box-banner .rest,
#multimediaGrid .box.box-banner .rest,
#news .box.box-banner .rest,
#primoPiano .box.box-banner .rest,
#specialEvent .box.box-banner .rest,
.container404 .box.box-banner .rest {
  display: none!important;
}

#agenda .box,
#agenda .box-big,
#agenda .box-small,
#correlatedNews .box,
#correlatedNews .box-big,
#correlatedNews .box-small,
#dalTerritorio .box,
#dalTerritorio .box-big,
#dalTerritorio .box-small,
#multimedia .box,
#multimedia .box-big,
#multimedia .box-small,
#multimediaGrid .box,
#multimediaGrid .box-big,
#multimediaGrid .box-small,
#news .box,
#news .box-big,
#news .box-small,
#primoPiano .box,
#primoPiano .box-big,
#primoPiano .box-small,
#specialEvent .box,
#specialEvent .box-big,
#specialEvent .box-small,
.container404 .box,
.container404 .box-big,
.container404 .box-small {
  box-shadow: 0 0 20px 0 rgba(64, 133, 45, .15);
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #fff;
}

#agenda .box .rest,
#agenda .box-big .rest,
#agenda .box-small .rest,
#correlatedNews .box .rest,
#correlatedNews .box-big .rest,
#correlatedNews .box-small .rest,
#dalTerritorio .box .rest,
#dalTerritorio .box-big .rest,
#dalTerritorio .box-small .rest,
#multimedia .box .rest,
#multimedia .box-big .rest,
#multimedia .box-small .rest,
#multimediaGrid .box .rest,
#multimediaGrid .box-big .rest,
#multimediaGrid .box-small .rest,
#news .box .rest,
#news .box-big .rest,
#news .box-small .rest,
#primoPiano .box .rest,
#primoPiano .box-big .rest,
#primoPiano .box-small .rest,
#specialEvent .box .rest,
#specialEvent .box-big .rest,
#specialEvent .box-small .rest,
.container404 .box .rest,
.container404 .box-big .rest,
.container404 .box-small .rest {
  box-sizing: border-box;
  overflow: hidden;
}

#agenda .box .info,
#agenda .box-big .info,
#agenda .box-small .info,
#correlatedNews .box .info,
#correlatedNews .box-big .info,
#correlatedNews .box-small .info,
#dalTerritorio .box .info,
#dalTerritorio .box-big .info,
#dalTerritorio .box-small .info,
#multimedia .box .info,
#multimedia .box-big .info,
#multimedia .box-small .info,
#multimediaGrid .box .info,
#multimediaGrid .box-big .info,
#multimediaGrid .box-small .info,
#news .box .info,
#news .box-big .info,
#news .box-small .info,
#primoPiano .box .info,
#primoPiano .box-big .info,
#primoPiano .box-small .info,
#specialEvent .box .info,
#specialEvent .box-big .info,
#specialEvent .box-small .info,
.container404 .box .info,
.container404 .box-big .info,
.container404 .box-small .info {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

#agenda .box .info .date,
#agenda .box-big .info .date,
#agenda .box-small .info .date,
#correlatedNews .box .info .date,
#correlatedNews .box-big .info .date,
#correlatedNews .box-small .info .date,
#dalTerritorio .box .info .date,
#dalTerritorio .box-big .info .date,
#dalTerritorio .box-small .info .date,
#multimedia .box .info .date,
#multimedia .box-big .info .date,
#multimedia .box-small .info .date,
#multimediaGrid .box .info .date,
#multimediaGrid .box-big .info .date,
#multimediaGrid .box-small .info .date,
#news .box .info .date,
#news .box-big .info .date,
#news .box-small .info .date,
#primoPiano .box .info .date,
#primoPiano .box-big .info .date,
#primoPiano .box-small .info .date,
#specialEvent .box .info .date,
#specialEvent .box-big .info .date,
#specialEvent .box-small .info .date,
.container404 .box .info .date,
.container404 .box-big .info .date,
.container404 .box-small .info .date {
  margin-left: 1rem;
  color: #fff;
}

#agenda .box .post-content,
#agenda .box-big .post-content,
#agenda .box-small .post-content,
#correlatedNews .box .post-content,
#correlatedNews .box-big .post-content,
#correlatedNews .box-small .post-content,
#dalTerritorio .box .post-content,
#dalTerritorio .box-big .post-content,
#dalTerritorio .box-small .post-content,
#multimedia .box .post-content,
#multimedia .box-big .post-content,
#multimedia .box-small .post-content,
#multimediaGrid .box .post-content,
#multimediaGrid .box-big .post-content,
#multimediaGrid .box-small .post-content,
#news .box .post-content,
#news .box-big .post-content,
#news .box-small .post-content,
#primoPiano .box .post-content,
#primoPiano .box-big .post-content,
#primoPiano .box-small .post-content,
#specialEvent .box .post-content,
#specialEvent .box-big .post-content,
#specialEvent .box-small .post-content,
.container404 .box .post-content,
.container404 .box-big .post-content,
.container404 .box-small .post-content {
  font-size: 1.5rem;
  color: #fff;
  box-sizing: border-box;
}

#agenda .box a,
#agenda .box-big a,
#agenda .box-small a,
#correlatedNews .box a,
#correlatedNews .box-big a,
#correlatedNews .box-small a,
#dalTerritorio .box a,
#dalTerritorio .box-big a,
#dalTerritorio .box-small a,
#multimedia .box a,
#multimedia .box-big a,
#multimedia .box-small a,
#multimediaGrid .box a,
#multimediaGrid .box-big a,
#multimediaGrid .box-small a,
#news .box a,
#news .box-big a,
#news .box-small a,
#primoPiano .box a,
#primoPiano .box-big a,
#primoPiano .box-small a,
#specialEvent .box a,
#specialEvent .box-big a,
#specialEvent .box-small a,
.container404 .box a,
.container404 .box-big a,
.container404 .box-small a {
  text-decoration: none;
  font-family: 'GT Walsheim Bold';
}

#agenda .box-big,
#correlatedNews .box-big,
#dalTerritorio .box-big,
#multimedia .box-big,
#multimediaGrid .box-big,
#news .box-big,
#primoPiano .box-big,
#specialEvent .box-big,
.container404 .box-big {
  display: block;
  overflow: hidden;
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: silver;
  background-size: cover;
  height: 100%;
  width: 100%;
}

#agenda .box-big .rest,
#correlatedNews .box-big .rest,
#dalTerritorio .box-big .rest,
#multimedia .box-big .rest,
#multimediaGrid .box-big .rest,
#news .box-big .rest,
#primoPiano .box-big .rest,
#specialEvent .box-big .rest,
.container404 .box-big .rest {
  width: 100%;
  padding: 3.75rem;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6) 75%);
  max-height: 100%;
}

#agenda .box-big .category a,
#correlatedNews .box-big .category a,
#dalTerritorio .box-big .category a,
#multimedia .box-big .category a,
#multimediaGrid .box-big .category a,
#news .box-big .category a,
#primoPiano .box-big .category a,
#specialEvent .box-big .category a,
.container404 .box-big .category a {
  padding: 0 8px;
  font-size: 12px;
  line-height: 18px;
}

#agenda .box-big h1,
#correlatedNews .box-big h1,
#dalTerritorio .box-big h1,
#multimedia .box-big h1,
#multimediaGrid .box-big h1,
#news .box-big h1,
#primoPiano .box-big h1,
#specialEvent .box-big h1,
.container404 .box-big h1 {
  font-size: 4rem;
  line-height: 4.5rem!important;
}

#agenda .box-big h1 a,
#correlatedNews .box-big h1 a,
#dalTerritorio .box-big h1 a,
#multimedia .box-big h1 a,
#multimediaGrid .box-big h1 a,
#news .box-big h1 a,
#primoPiano .box-big h1 a,
#specialEvent .box-big h1 a,
.container404 .box-big h1 a {
  color: #fff;
}

#agenda .box-big .title,
#correlatedNews .box-big .title,
#dalTerritorio .box-big .title,
#multimedia .box-big .title,
#multimediaGrid .box-big .title,
#news .box-big .title,
#primoPiano .box-big .title,
#specialEvent .box-big .title,
.container404 .box-big .title {
  font-family: 'GT Walsheim Bold';
  color: #fff;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, .3);
}

#agenda .box-medium,
#correlatedNews .box-medium,
#dalTerritorio .box-medium,
#multimedia .box-medium,
#multimediaGrid .box-medium,
#news .box-medium,
#primoPiano .box-medium,
#specialEvent .box-medium,
.container404 .box-medium {
  flex-direction: column;
}

#agenda .box-medium img,
#correlatedNews .box-medium img,
#dalTerritorio .box-medium img,
#multimedia .box-medium img,
#multimediaGrid .box-medium img,
#news .box-medium img,
#primoPiano .box-medium img,
#specialEvent .box-medium img,
.container404 .box-medium img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#agenda .box-medium.box-banner img,
#correlatedNews .box-medium.box-banner img,
#dalTerritorio .box-medium.box-banner img,
#multimedia .box-medium.box-banner img,
#multimediaGrid .box-medium.box-banner img,
#news .box-medium.box-banner img,
#primoPiano .box-medium.box-banner img,
#specialEvent .box-medium.box-banner img,
.container404 .box-medium.box-banner img {
  height: 100%;
}

#agenda .box-medium .no-image,
#correlatedNews .box-medium .no-image,
#dalTerritorio .box-medium .no-image,
#multimedia .box-medium .no-image,
#multimediaGrid .box-medium .no-image,
#news .box-medium .no-image,
#primoPiano .box-medium .no-image,
#specialEvent .box-medium .no-image,
.container404 .box-medium .no-image {
  height: 40%;
  background-color: #6bc048;
}

#agenda .box-small img,
#correlatedNews .box-small img,
#dalTerritorio .box-small img,
#multimedia .box-small img,
#multimediaGrid .box-small img,
#news .box-small img,
#primoPiano .box-small img,
#specialEvent .box-small img,
.container404 .box-small img {
  height: 100%;
  width: 34%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#agenda .box-small.box-banner img,
#correlatedNews .box-small.box-banner img,
#dalTerritorio .box-small.box-banner img,
#multimedia .box-small.box-banner img,
#multimediaGrid .box-small.box-banner img,
#news .box-small.box-banner img,
#primoPiano .box-small.box-banner img,
#specialEvent .box-small.box-banner img,
.container404 .box-small.box-banner img {
  border-radius: 5px;
  width: 100%;
}

#agenda .box-small .rest,
#correlatedNews .box-small .rest,
#dalTerritorio .box-small .rest,
#multimedia .box-small .rest,
#multimediaGrid .box-small .rest,
#news .box-small .rest,
#primoPiano .box-small .rest,
#specialEvent .box-small .rest,
.container404 .box-small .rest {
  height: 100%;
  width: 50%;
  padding: 1rem;
}

#agenda .box-small .rest .title,
#correlatedNews .box-small .rest .title,
#dalTerritorio .box-small .rest .title,
#multimedia .box-small .rest .title,
#multimediaGrid .box-small .rest .title,
#news .box-small .rest .title,
#primoPiano .box-small .rest .title,
#specialEvent .box-small .rest .title,
.container404 .box-small .rest .title {
  font-family: 'GT Walsheim Bold';
  font-size: 1.5rem!important;
}

#agenda .box-small .rest .info,
#correlatedNews .box-small .rest .info,
#dalTerritorio .box-small .rest .info,
#multimedia .box-small .rest .info,
#multimediaGrid .box-small .rest .info,
#news .box-small .rest .info,
#primoPiano .box-small .rest .info,
#specialEvent .box-small .rest .info,
.container404 .box-small .rest .info {
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #fff;
}

#agenda .box-small .rest .info .category,
#correlatedNews .box-small .rest .info .category,
#dalTerritorio .box-small .rest .info .category,
#multimedia .box-small .rest .info .category,
#multimediaGrid .box-small .rest .info .category,
#news .box-small .rest .info .category,
#primoPiano .box-small .rest .info .category,
#specialEvent .box-small .rest .info .category,
.container404 .box-small .rest .info .category {
  padding: 4px 8px;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: .7px;
}

#agenda .box-small .rest .info .date,
#correlatedNews .box-small .rest .info .date,
#dalTerritorio .box-small .rest .info .date,
#multimedia .box-small .rest .info .date,
#multimediaGrid .box-small .rest .info .date,
#news .box-small .rest .info .date,
#primoPiano .box-small .rest .info .date,
#specialEvent .box-small .rest .info .date,
.container404 .box-small .rest .info .date {
  color: #a1a1a1;
  font-size: 11px!important;
  text-transform: capitalize;
}

#agenda .box-small .rest .post-content,
#correlatedNews .box-small .rest .post-content,
#dalTerritorio .box-small .rest .post-content,
#multimedia .box-small .rest .post-content,
#multimediaGrid .box-small .rest .post-content,
#news .box-small .rest .post-content,
#primoPiano .box-small .rest .post-content,
#specialEvent .box-small .rest .post-content,
.container404 .box-small .rest .post-content {
  font-size: .9rem;
}

#agenda .all-news-box-medium,
#correlatedNews .all-news-box-medium,
#dalTerritorio .all-news-box-medium,
#multimedia .all-news-box-medium,
#multimediaGrid .all-news-box-medium,
#news .all-news-box-medium,
#primoPiano .all-news-box-medium,
#specialEvent .all-news-box-medium,
.container404 .all-news-box-medium {
  height: auto;
}

#agenda .all-news-box-medium img,
#correlatedNews .all-news-box-medium img,
#dalTerritorio .all-news-box-medium img,
#multimedia .all-news-box-medium img,
#multimediaGrid .all-news-box-medium img,
#news .all-news-box-medium img,
#primoPiano .all-news-box-medium img,
#specialEvent .all-news-box-medium img,
.container404 .all-news-box-medium img {
  height: 150px;
}

#agenda .all-news-box-medium .title,
#correlatedNews .all-news-box-medium .title,
#dalTerritorio .all-news-box-medium .title,
#multimedia .all-news-box-medium .title,
#multimediaGrid .all-news-box-medium .title,
#news .all-news-box-medium .title,
#primoPiano .all-news-box-medium .title,
#specialEvent .all-news-box-medium .title,
.container404 .all-news-box-medium .title {
  font-size: 18px!important;
  font-family: 'GT Walsheim Bold';
  line-height: 1.14;
  text-align: left;
  color: #444;
}

#agenda .all-news-box-medium .info,
#correlatedNews .all-news-box-medium .info,
#dalTerritorio .all-news-box-medium .info,
#multimedia .all-news-box-medium .info,
#multimediaGrid .all-news-box-medium .info,
#news .all-news-box-medium .info,
#primoPiano .all-news-box-medium .info,
#specialEvent .all-news-box-medium .info,
.container404 .all-news-box-medium .info {
  position: relative;
}

#agenda .all-news-box-medium .post-content,
#correlatedNews .all-news-box-medium .post-content,
#dalTerritorio .all-news-box-medium .post-content,
#multimedia .all-news-box-medium .post-content,
#multimediaGrid .all-news-box-medium .post-content,
#news .all-news-box-medium .post-content,
#primoPiano .all-news-box-medium .post-content,
#specialEvent .all-news-box-medium .post-content,
.container404 .all-news-box-medium .post-content {
  font-size: 16px!important;
  line-height: 1.38;
  text-align: left;
  color: #7f7f7f;
  margin-bottom: 7rem;
}

#agenda .all-news-box-medium .date,
#correlatedNews .all-news-box-medium .date,
#dalTerritorio .all-news-box-medium .date,
#multimedia .all-news-box-medium .date,
#multimediaGrid .all-news-box-medium .date,
#news .all-news-box-medium .date,
#primoPiano .all-news-box-medium .date,
#specialEvent .all-news-box-medium .date,
.container404 .all-news-box-medium .date {
  font-size: 14px!important;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: .1px;
}

#dalTerritorio h1 {
  color: #ff9e06;
}

#dalTerritorio .category {
  background-color: #ff9e06;
}

#services .tab-content>.tab-pane>.row {
  height: 400px;
}

#services .tab-content>.tab-pane>.row>.col-md-3 {
  height: 100%;
}

#services .tab-content>.tab-pane>.row.service-row-small {
  margin-top: 10px;
  height: 120px;
}

#services .service-box {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(89, 110, 83, .1);
}

#services .service-box .green-placeholder,
#services .service-box img {
  height: 50%;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #559e37;
}

#services .service-box a {
  text-decoration: none;
  color: inherit;
}

#services .service-box .goto {
  display: block;
  position: absolute;
  top: calc(50% - 17px);
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 162px;
  height: 34px;
  border-radius: 17px;
  background-color: #6bc048;
  border: solid 1px #6bc048;
  z-index: 99;
  text-transform: uppercase;
  font-size: 10.6px;
  font-weight: 700;
  letter-spacing: .8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fcfcfc;
}

#services .service-box .service-content {
  padding: 2.5rem;
  box-sizing: border-box;
}

#services .service-box .service-content h5 {
  font-size: 28px;
  font-weight: 800;
  line-height: .79;
  margin: 2rem 0;
  color: #464646;
}

#services .service-box .service-content .description {
  font-family: Nunito, sans-serif;
  font-size: 15px;
  text-align: left;
  color: #7f7f7f;
}

#services .service-box .category {
  color: #6bc048;
  text-transform: uppercase;
  font-weight: 800;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 13px;
}

#services .service-box.service-box-medium .service-content {
  bottom: 0;
  top: 50%;
}

#services .service-box.service-box-small .service-content {
  overflow: hidden;
  padding: 2rem 18px;
}

#services .service-box.service-box-small .category {
  top: 1rem;
  bottom: auto;
}

#protagonisti .main-grid,
#specialEvent .main-grid {
  height: 500px;
}

#protagonisti .arrow-dx,
#protagonisti .arrow-sx,
#specialEvent .arrow-dx,
#specialEvent .arrow-sx {
  height: 16px;
  margin: 13px;
}

#protagonisti .arrow-sx,
#specialEvent .arrow-sx {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#protagonisti .prot-nav,
#specialEvent .prot-nav {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: auto;
}

#protagonisti .prot-nav span,
#specialEvent .prot-nav span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #fff;
  border: solid 2px rgba(107, 192, 72, .5);
  margin-left: 1rem;
  color: #6bc048;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  cursor: pointer;
}

#protagonisti .protagonist-box,
#specialEvent .protagonist-box {
  position: relative;
  box-shadow: 0 0 20px 0 rgba(64, 133, 45, .15);
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 1.8rem;
}

#protagonisti .protagonist-box .protagonist-region,
#specialEvent .protagonist-box .protagonist-region {
  text-transform: uppercase;
  font-size: 11px;
  color: #888787;
  font-family: 'GT Walsheim Bold';
  letter-spacing: .7px;
}

#protagonisti .protagonist-box .protagonist-region i,
#specialEvent .protagonist-box .protagonist-region i {
  color: #ff9e06;
  margin-right: 5px;
  font-size: 14px;
}

#protagonisti .protagonist-box img,
#specialEvent .protagonist-box img {
  margin: 1rem auto;
  margin-bottom: 3rem;
  border-radius: 50%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35);
  object-fit: cover;
  object-position: center;
}

#protagonisti .protagonist-box .goto,
#specialEvent .protagonist-box .goto {
  display: block;
  width: 162px;
  height: 34px;
  border-radius: 17px;
  background-color: #6bc048;
  border: solid 1px #6bc048;
  z-index: 99;
  text-transform: uppercase;
  font-size: 10.6px;
  font-family: 'GT Walsheim Bold';
  letter-spacing: .8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fcfcfc;
  margin: 0 auto;
  text-decoration: none;
}

#protagonisti .protagonist-box .protagonist-name,
#specialEvent .protagonist-box .protagonist-name {
  font-family: 'GT Walsheim Bold';
  line-height: .8;
  text-align: center;
  color: #444;
  margin-bottom: .5rem;
}

#protagonisti .protagonist-box .protagonist-company,
#specialEvent .protagonist-box .protagonist-company {
  font-weight: 500;
  line-height: 1.33;
  text-align: center;
  color: #777;
}

#protagonisti .protagonist-box .protagonist-content,
#specialEvent .protagonist-box .protagonist-content {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33;
  text-align: center;
  color: #777;
  font-family: Nunito, sans-serif;
  margin: 2rem 0;
}

#protagonisti .protagonist-box-big-picture,
#specialEvent .protagonist-box-big-picture {
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: silver;
  background-size: cover;
  padding: 0;
}

#protagonisti .protagonist-box-big-picture.documenti-box-special h1,
#specialEvent .protagonist-box-big-picture.documenti-box-special h1 {
  font-family: 'GT Walsheim Bold';
  font-weight: 300;
  font-size: 4rem;
  line-height: 4.5rem!important;
}

#protagonisti .protagonist-box-big-picture .rest,
#specialEvent .protagonist-box-big-picture .rest {
  padding: 1.8rem;
  position: absolute;
  bottom: 0;
}

#protagonisti .protagonist-box-big-picture .protagonist-content,
#specialEvent .protagonist-box-big-picture .protagonist-content {
  color: #fff;
  text-align: left;
}

#protagonisti .protagonist-box-big-picture .goto,
#specialEvent .protagonist-box-big-picture .goto {
  float: left;
  border: solid 2px #fff;
  background-color: transparent;
  color: #fff;
}

#protagonisti .protagonist-box-big-picture img,
#specialEvent .protagonist-box-big-picture img {
  height: auto;
  width: 100%;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
}

#protagonisti .protagonist-box-big-picture .invisiblelink,
#specialEvent .protagonist-box-big-picture .invisiblelink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

#protagonisti .protagonist-box-big,
#specialEvent .protagonist-box-big {
  display: flex;
  flex-direction: column;
}

#protagonisti .protagonist-box-big .green-background,
#specialEvent .protagonist-box-big .green-background {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: calc(5.8rem + 72.5px);
  background-color: #6bc048;
  z-index: 1;
}

#protagonisti .protagonist-box-big .green-background img,
#specialEvent .protagonist-box-big .green-background img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}

#protagonisti .protagonist-box-big .protagonist-region,
#specialEvent .protagonist-box-big .protagonist-region {
  position: absolute;
  right: 1.8rem;
  margin-left: auto;
  z-index: 2;
  color: #fff;
}

#protagonisti .protagonist-box-big .protagonist-region i,
#specialEvent .protagonist-box-big .protagonist-region i {
  color: #fff;
}

#protagonisti .protagonist-box-big img,
#specialEvent .protagonist-box-big img {
  height: 145px;
  width: 145px;
  z-index: 2;
}

#protagonisti .protagonist-box-big .protagonist-name,
#specialEvent .protagonist-box-big .protagonist-name {
  font-size: 30px;
}

#protagonisti .protagonist-box-big .protagonist-company,
#specialEvent .protagonist-box-big .protagonist-company {
  font-size: 18px;
}

#protagonisti .protagonist-box-medium,
#specialEvent .protagonist-box-medium {
  display: flex;
  height: 100%;
  padding: 1.6rem;
}

#protagonisti .protagonist-box-medium img,
#specialEvent .protagonist-box-medium img {
  margin: .8rem auto;
  margin-bottom: 1.3rem;
  height: 90px!important;
  width: 90px!important;
}

#protagonisti .protagonist-box-medium .protagonist-name,
#specialEvent .protagonist-box-medium .protagonist-name {
  font-size: 19px;
  margin-bottom: .4rem;
}

#protagonisti .protagonist-box-medium .protagonist-company,
#specialEvent .protagonist-box-medium .protagonist-company {
  font-size: 14px;
  margin-bottom: .9rem;
}

#protagonisti .protagonist-box-medium .half,
#specialEvent .protagonist-box-medium .half {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#protagonisti .protagonist-box-medium .protagonist-region,
#specialEvent .protagonist-box-medium .protagonist-region {
  margin: auto;
}

#protagonisti .protagonist-box-medium .protagonist-content,
#specialEvent .protagonist-box-medium .protagonist-content {
  font-size: 1.6rem;
  text-align: left;
  margin-left: .5rem;
}

#agenda .main-grid {
  height: 460px;
}

#agenda h1 {
  color: #444;
}

#agenda .agenda-box img {
  min-height: 290px;
  height: 290px;
}

#agenda .agenda-box .title {
  margin: 0;
}

#agenda .agenda-box .category {
  position: absolute;
  top: 250px;
  left: 25px;
  font-size: 11.2px;
  font-family: 'GT Walsheim Bold';
  letter-spacing: .8px;
  height: 23px;
  background-color: #aec70a;
  pointer-events: none;
}

#agenda .agenda-box .date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 77px;
  height: 75px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(64, 133, 45, .25);
}

#agenda .agenda-box .date div:first-of-type {
  color: #444;
  font-size: 32px;
  line-height: 25px;
}

#agenda .agenda-box .date div {
  color: #7f7f7f;
  font-size: 15px;
}

#agenda .agenda-box.box-medium .title {
  font-size: 2.5rem!important;
  font-family: 'GT Walsheim Bold';
  line-height: 1.2;
  letter-spacing: -.2px;
}

#agenda .agenda-box.box-medium .post-content {
  font-size: 16px!important;
  line-height: 1.38;
  text-align: left;
  color: #7f7f7f;
}

#agenda .agenda-box.box-small .date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: static;
  width: 90px;
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
  border-right: 1px solid #d4d4d4;
  padding: 1rem;
  box-shadow: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 3rem;
}

#agenda .agenda-box.box-small .date div:first-of-type {
  color: #444;
  font-size: 34px;
  line-height: 35px;
}

#agenda .agenda-box.box-small .date div {
  color: #7f7f7f;
  font-size: 16px;
}

#agenda .agenda-box.box-small .date .location {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem!important;
  background-color: #aec70a;
  line-height: 2.5rem;
  font-weight: 700;
  border-bottom-left-radius: 5px;
}

#agenda .agenda-box.box-small .rest {
  padding: 2rem 3rem;
}

#agenda .agenda-box.box-small .rest .title {
  font-size: 1.6rem!important;
}

#agenda .agenda-box .invisiblelink {
  z-index: 5;
}

#agenda .agenda-box .no-image {
  height: 180px;
  background-color: #6bc048;
}

#multimedia .main-grid {
  height: 620px;
}

#multimedia .images .image {
  box-shadow: 0 0 20px 0 rgba(64, 133, 45, .15);
  border-radius: 5px;
  box-sizing: border-box;
  object-fit: cover;
  cursor: pointer;
  margin: 5px;
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, .5);
  border: 2px solid transparent;
  width: 10%;
  height: 56px;
  overflow: hidden;
}

#multimedia .images .image:before {
  word-wrap: break-all;
}

#multimedia .images .image.active {
  border-color: #fff;
}

#multimedia .box-big .rest {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2) 75%);
}

#multimedia .box-big .rest .images {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  display: flex;
  flex-direction: row;
  visibility: visible;
  z-index: 1000;
}

#multimedia .box-big .rest .images.thumbs-wrapper {
  padding: 10px 40px;
}

#multimedia .thumbs-wrapper .carousel {
  width: 100%;
}

#multimedia .thumbs-wrapper .carousel-control-prev,
#multimedia .thumbs-wrapper .carousel-control-next {
  width: 40px;
}

#multimedia .thumbs-wrapper .carousel-item.active {
  display: flex;
}

#multimedia .box-big .rest .images .slick-list {
  width: 540px;
}

#multimedia .box-small .rest {
  padding: 2rem;
}

#multimedia .box-small .rest .title {
  font-size: 18px!important;
  font-family: 'GT Walsheim Bold';
  line-height: 1.5;
  text-align: left;
  color: #444;
}

#multimedia .box-small .rest .category {
  display: inline;
}

#multimedia .slick-dots {
  margin-bottom: 0!important;
}

#multimedia.multimedia-plugin .images {
  visibility: hidden;
}

#multimedia.multimedia-plugin .big-media:hover .rest {
  padding-bottom: 220px;
}

#multimedia.multimedia-plugin .big-media:hover .images {
  visibility: visible;
}

#specialEvent {
  background-color: #aec70a;
}

#specialEvent .main-grid {
  height: 460px;
}

#specialEvent h1 {
  color: #fff;
}

#specialEvent .agenda-box img {
  height: 290px;
}

#specialEvent .agenda-box .title {
  margin: 0;
}

#specialEvent .agenda-box .category {
  position: absolute;
  top: 205px;
  left: 25px;
  font-size: 11.2px;
  font-family: 'GT Walsheim Bold';
  letter-spacing: .8px;
  height: 23px;
  background-color: #aec70a;
  pointer-events: none;
}

#specialEvent .agenda-box .date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 77px;
  height: 75px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(64, 133, 45, .25);
}

#specialEvent .agenda-box .date div:first-of-type {
  color: #444;
  font-size: 32px;
  line-height: 25px;
}

#specialEvent .agenda-box .date div {
  color: #7f7f7f;
  font-size: 15px;
}

#specialEvent .agenda-box.box-medium .title {
  font-size: 2.5rem!important;
  font-family: 'GT Walsheim Bold';
  line-height: 1.2;
  letter-spacing: -.2px;
}

#specialEvent .agenda-box.box-medium .post-content {
  font-size: 16px!important;
  line-height: 1.38;
  text-align: left;
  color: #7f7f7f;
}

#specialEvent .agenda-box.box-small .date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: static;
  width: 90px;
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
  border-right: 1px solid #d4d4d4;
  padding: 1rem;
  box-shadow: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 3rem;
}

#specialEvent .agenda-box.box-small .date div:first-of-type {
  color: #444;
  font-size: 34px;
  line-height: 35px;
}

#specialEvent .agenda-box.box-small .date div {
  color: #7f7f7f;
  font-size: 16px;
}

#specialEvent .agenda-box.box-small .date .location {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem!important;
  background-color: #aec70a;
  line-height: 2.5rem;
  font-weight: 700;
  border-bottom-left-radius: 5px;
}

#specialEvent .agenda-box.box-small .rest {
  padding: 2rem 3rem;
}

#specialEvent .agenda-box.box-small .rest .title {
  font-size: 1.6rem!important;
}

#specialEvent .agenda-box .invisiblelink {
  z-index: 5;
}

#specialEvent .agenda-box .no-image {
  height: 180px;
  background-color: #6bc048;
}

#news .col-md-4 .all-news-box-medium,
.container404 .col-md-4 .all-news-box-medium {
  margin-bottom: 1rem;
}

#news .box-small.box-banner,
.container404 .box-small.box-banner {
  height: auto;
}

#news.dal-territorio summary h1,
#news.dal-territorio .summary h1,
.container404.dal-territorio summary h1 {
  color: #ff9e06;
}

#news.dal-territorio .info .category,
.container404.dal-territorio .info .category {
  background-color: #ff9e06;
}

#news.dal-territorio #search .subtitle,
#news.dal-territorio #search .title,
.container404.dal-territorio #search .subtitle,
.container404.dal-territorio #search .title {
  color: #ff9e06;
}

#news.attualita summary h1,
#news.attualita .summary h1,
.container404.attualita summary h1 {
  color: #aec70a;
}

#news.attualita .info .category,
.container404.attualita .info .category {
  background-color: #aec70a;
}

#news.attualita #search .subtitle,
#news.attualita #search .title,
.container404.attualita #search .subtitle,
.container404.attualita #search .title {
  color: #aec70a;
}

#multimediaGrid .row,
#news .row,
#search .row,
.container404 .row {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

#multimediaGrid .filter-wrapper,
#news .filter-wrapper,
#search .filter-wrapper,
.container404 .filter-wrapper {
  display: flex;
}

#multimediaGrid .filter-wrapper .main-grid,
#news .filter-wrapper .main-grid,
#search .filter-wrapper .main-grid,
.container404 .filter-wrapper .main-grid {
  flex: 4;
}

#multimediaGrid .filter-banner-wrapper,
#news .filter-banner-wrapper,
#search .filter-banner-wrapper,
.container404 .filter-banner-wrapper {
  padding: .5rem;
  padding-left: 1rem;
  padding-right: 0;
}

#multimediaGrid .filter-banner-wrapper .filter,
#news .filter-banner-wrapper .filter,
#search .filter-banner-wrapper .filter,
.container404 .filter-banner-wrapper .filter {
  margin: 0;
}

#multimediaGrid .filter,
#news .filter,
#search .filter,
.container404 .filter {
  flex: 1;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(64, 133, 45, .15);
  margin: 10px;
  padding: 26px;
  align-self: flex-start;
}

#multimediaGrid .filter .title,
#news .filter .title,
#search .filter .title,
.container404 .filter .title {
  font-size: 18px;
  font-family: 'GT Walsheim Bold';
  line-height: 1.52;
  letter-spacing: .5px;
  text-align: left;
  color: #6bc048;
}

#multimediaGrid .filter .subtitle,
#news .filter .subtitle,
#search .filter .subtitle,
.container404 .filter .subtitle {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.52;
  letter-spacing: .5px;
  text-align: left;
  margin-bottom: 2rem;
  color: #6bc048;
}

#multimediaGrid .filter li,
#news .filter li,
#search .filter li,
.container404 .filter li {
  padding-top: 3px;
  padding-bottom: 10px;
  list-style: none;
  border-bottom: 1px dashed #7f7f7f;
}

#multimediaGrid .filter li a,
#news .filter li a,
#search .filter li a,
.container404 .filter li a {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.71;
  letter-spacing: .4px;
  text-align: left;
  color: #7f7f7f;
  text-decoration: none;
}

#multimediaGrid .filter li a .fa,
#news .filter li a .fa,
#search .filter li a .fa,
.container404 .filter li a .fa {
  width: 2rem;
}

#multimediaGrid .filter .tags,
#news .filter .tags,
#search .filter .tags,
.container404 .filter .tags {
  display: flex;
  flex-wrap: wrap;
}

#multimediaGrid .filter .tags .tag,
#news .filter .tags .tag,
#search .filter .tags .tag,
.container404 .filter .tags .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 11.5px;
  padding: 2px 17px;
  flex: 0 0 auto;
  background-color: #ebeceb;
  font-size: 12px;
  letter-spacing: .3px;
  text-align: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

#multimediaGrid .filter .tags .tag a,
#news .filter .tags .tag a,
#search .filter .tags .tag a,
.container404 .filter .tags .tag a {
  color: #444;
  text-decoration: none;
}

.detail-tag-link,
a {
  color: #6bc048;
}

.detail-tag-link:active,
.detail-tag-link:hover,
a:active,
a:hover {
  color: #6bc048;
  text-decoration: none;
}

#map {
  height: 600px;
}

.post-detail header {
  margin-top: -4rem;
  margin-bottom: 60px;
  display: block;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-color: #6bc048;
  background-size: cover;
  background-position: 50%;
  min-height: 600px;
  width: 100%;
}

.post-detail header .header-content {
  width: 100%;
  padding: 2rem 0;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6) 30%);
}

.post-detail header .header-content .category {
  padding: 8px 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #6bc048;
  box-sizing: border-box;
}

.post-detail header .header-content .title {
  margin: 2rem 0;
  font-size: 6rem;
  color: #fff;
  font-family: 'GT Walsheim Bold';
  line-height: 7rem;
}

.post-detail header .header-content .date {
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: .2px;
  text-align: left;
  color: rgba(255, 255, 255, .7);
  margin-bottom: 70px;
}

.post-detail header.no-image {
  margin-top: 0;
  min-height: auto;
  height: 100%;
}

.post-detail header.no-image .header-content {
  position: static;
  background: 0 0;
}

.post-detail header.no-image .container {
  margin-top: 4rem;
}

.post-detail .share {
  width: 81px;
  height: 14px;
  opacity: .3;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  text-align: left;
  color: rgba(0, 0, 0, .9);
}

.post-detail .subtitle {
  margin: 0;
  margin-bottom: 5rem;
}

.post-detail .detail-description {
  font-size: 1.8rem;
}

.post-detail .detail-description a {
  color: #6bc048;
}

.post-detail .detail-description a:active,
.post-detail .detail-description a:hover {
  color: #6bc048;
  text-decoration: none;
}

.post-detail .content {
  font-family: Nunito, sans-serif;
}

.post-detail .post-detail-content {
  font-family: Nunito, sans-serif;
  display: flex;
}

.post-detail .post-detail-content .share-buttons {
  display: flex;
  flex-direction: column;
  flex: 2;
}

.post-detail .post-detail-content .share-buttons h5 {
  color: #a1a1a1;
}

.post-detail .post-detail-content .share-buttons iframe {
  margin-bottom: 1rem;
}

.post-detail .post-detail-content .share-buttons .social-wrapper {
  margin: 1rem 0;
  margin-left: 2.1em;
  text-decoration: none;
}

.post-detail .post-detail-content .share-buttons .social-wrapper .fa {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  font-size: 2.3rem;
  color: #fff;
  border: 1px solid #6bc048;
  color: #6bc048;
  background-color: transparent;
}

.post-detail .post-detail-content .content {
  flex: 12;
  margin-top: 0;
  margin-bottom: 10rem;
}

.post-detail .post-detail-content .content p {
  display: inline-block;
  width: 100%;
}

.post-detail .post-detail-content .content img {
  max-width: 100%!important;
}

.post-detail .post-detail-content .content .tags {
  color: #a1a1a1;
  margin-right: 1rem;
}

.post-detail .post-detail-content .content .attachments {
  display: flex;
  flex-direction: column;
  background-color: #f3f3f3;
  padding: 2rem 1rem;
  border-radius: 5px;
}

.post-detail .post-detail-content .video-wapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.post-detail .post-detail-content .video-wapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-detail .post-detail-content .gallery-detail img,
.post-detail .post-detail-content .gallery-list img {
  width: auto;
}

.post-detail .post-detail-content #multimedia {
  padding: 0;
  margin: 0;
  background: 0 0;
  box-shadow: none;
}

.post-detail .post-detail-content #multimedia .main-grid {
  height: auto;
}

.post-detail .post-detail-content #multimedia .box-big {
  height: 600px;
}

.post-detail .post-detail-content #multimedia .grid-box {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.post-detail .post-detail-content #multimedia .gallery-control {
  padding: 2rem 0;
}

.post-detail #correlatedNews {
  background-color: #f8f8f8;
}

.post-detail #correlatedNews h1 {
  color: #444;
}

.more-wrapper,
.more-wrapper2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  margin-top: 3rem;
}

.more-wrapper #more,
.more-wrapper #showAllTags,
.more-wrapper2 #more,
.more-wrapper2 #showAllTags {
  width: 216px;
  height: 45px;
  opacity: .84;
  border-radius: 22.5px;
  background-color: #fff;
  border: solid 2px #6bc048;
  font-size: 12px;
  font-family: 'GT Walsheim Bold';
  letter-spacing: .9px;
  color: #6bc048;
  cursor: pointer!important;
}

#chiSiamo header {
  margin-top: -4rem;
  margin-bottom: 60px;
  display: block;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 45%;
  min-height: 400px;
  width: 100%;
}

#chiSiamo header .header-content {
  width: 100%;
  padding: 2rem 0;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6) 60%);
}

#chiSiamo header .header-content .title {
  margin: 2rem 0;
  font-size: 64px;
  color: #fff;
  font-family: 'GT Walsheim Bold';
  color: #6bc048;
}

#search form {
  position: relative;
}

#search input[type=text] {
  height: 39px;
  width: 100%;
  opacity: .7;
  border-radius: 19.5px;
  margin-bottom: 2rem;
  background-color: #ebeceb;
  border: none;
  padding: 0 2rem;
  box-sizing: border-box;
  padding-right: 6rem;
}

#search button[type=submit] {
  position: absolute;
  top: 6px;
  right: 16px;
  font-size: 1.8rem;
  cursor: pointer;
  background: 0 0;
  border: none;
  color: #888;
}

#search button[type=submit]:hover {
  color: #222;
}

#search .results {
  padding: 40px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(64, 133, 45, .15);
}

#search .results li {
  list-style: none;
}

#search .results li article {
  position: relative;
}

#search .results li article .subtitle {
  color: #6bc048;
}

#search .results li article h4 {
  margin-right: 10rem;
  font-size: 3rem;
}

#search .results li article .info {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 2px;
  background-color: #6bc048;
  padding: 2px 10px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}

#search .results li article .info.News {
  background-color: #6bc048;
}

#search .results li article .info.Agenda {
  background-color: #ff9e06;
}

#search .results li article .info.Video {
  background-color: #ff9e06;
}

#search .results li article .info.Documento {
  background-color: #aec70a;
}

#search .results li article .post-content {
  color: #444;
  font-family: Nunito, sans-serif;
  font-size: 1.5rem;
}

#search .results li article .post-content br {
  display: none!important;
}

#search .results li article .post-content p {
  margin: 0;
  margin-bottom: .2rem;
}

#search .results li article .invisiblelink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#search .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem;
}

#search .pagination .step-links a {
  padding: 0 1rem;
}

#search .count {
  margin-left: auto;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #6bc048;
}

.news-banner article {
  height: auto!important;
}

.filter-banner-wrapper {
  padding: .5rem;
  padding-left: 1rem;
  padding-right: 0;
}

.filter-banner-wrapper .filter {
  margin: 0;
}

.filter-banner-wrapper.col-xs-3 {
  padding-top: 0;
  padding-bottom: 0;
}

#multimediaGrid .count {
  margin-left: auto;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #6bc048;
}

#multimediaGrid .row {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

#multimediaGrid .box-multimedia {
  height: auto;
}

#multimediaGrid .box-multimedia img {
  height: 180px;
}

#multimediaGrid .box-multimedia .medialink {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 180px;
  width: 100%;
}

#multimediaGrid .box-multimedia .medialink i {
  font-size: 5rem;
  color: #fff;
}

#multimediaGrid .box-multimedia .rest {
  height: auto;
}

#multimediaGrid .box-multimedia .rest .title {
  word-wrap: break-word;
  font-size: 2.3rem;
  margin-bottom: 4rem;
}

#multimediaGrid .box-multimedia .rest .info .date {
  font-size: 1.5rem;
  text-transform: capitalize;
}

#multimediaGrid .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

#multimediaGrid .pagination .fa-caret-left,
#multimediaGrid .pagination .fa-caret-right {
  color: #ff9e06;
  margin: .2rem;
  padding: .2rem;
}

.ufficiostudi {
  position: relative;
  padding: 2rem 3rem;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(64, 133, 45, .15);
}

.ufficiostudi .date {
  color: #6bc048;
}

.ufficiostudi .invisiblelink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.dove-siamo {
  box-shadow: 0 0 20px 0 rgba(144, 144, 144, .15);
}

.dove-siamo>.col-md-6 {
  padding: 0;
}

.dove-siamo .slick-dots li::before {
  color: #ccc;
}

.dove-siamo .slick-dots li.slick-active::before {
  color: #ff9e06;
}

.dove-siamo .branch-children {
  padding: 3rem;
  padding-top: 2rem;
  background-color: #fcfcfc;
}

.dove-siamo .branch-children h5 {
  color: #ff9e06;
}

.dove-siamo .branch {
  padding: 1rem;
}

.dove-siamo .branch h4 {
  font-size: 26px;
  font-family: 'GT Walsheim Bold';
  line-height: 1.84;
  letter-spacing: .7px;
  color: #6bc048;
}

.dove-siamo .branch p {
  font-size: 16px;
  margin-bottom: .2rem;
  color: #7f7f7f;
}

.dove-siamo .branch p strong {
  font-size: 18px;
  color: #444;
}

.dove-siamo .branch a {
  text-decoration: none;
}

.dove-siamo .branch a.branch-link {
  border-radius: 15px;
  background-color: #fff;
  border: solid 2px #6bc048;
  padding: 2px 10px;
  text-decoration: none;
  margin-top: 18px;
}

.dove-siamo .branch a.branch-link span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .9px;
  text-align: left;
  color: #6bc048;
}

.dove-siamo .branch a.branch-link.orange {
  color: #ff9e06!important;
}

.dove-siamo .branch a.branch-link:last-of-type {
  margin-left: 0!important;
}

.dove-siamo .branch.primary-branch {
  padding: 3rem;
  padding-bottom: 2rem;
  background-color: #fff;
  border-bottom: 1px solid #e4e4e4;
}

.dove-siamo .branch.primary-branch h4 {
  color: #ff9e06;
}

.dove-siamo .branch.primary-branch .primary-branch-contacts {
  display: flex;
  flex-direction: column;
}

.dove-siamo .branch.primary-branch .primary-branch-link {
  color: #6bc048;
}

.dove-siamo .branch.primary-branch .primary-branch-link:active,
.dove-siamo .branch.primary-branch .primary-branch-link:hover {
  color: #6bc048;
  text-decoration: none;
}

.dove-siamo .branch .branch-link {
  color: #6bc048;
}

.dove-siamo .branch .branch-link:active,
.dove-siamo .branch .branch-link:hover {
  color: #6bc048;
  text-decoration: none;
}

.dove-siamo .branch.branch-small {
  padding: .8rem;
}

.dove-siamo .branch.branch-small h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  color: #464646;
  margin: 0;
  margin-bottom: 0;
}

.dove-siamo .branch.branch-small p {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  color: #7f7f7f;
}

.dove-siamo .branch.branch-small a {
  border-radius: 0;
  background-color: #fff;
  border: 0;
  padding: 0;
  text-decoration: none;
  margin: 0;
}

.dove-siamo .branch.branch-small a span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .9px;
  text-align: left;
  color: #444;
}

.dove-siamo .dove-siamo-map-legend {
  position: absolute;
  top: 2rem;
  right: 5rem;
  padding: 1rem 2rem;
  width: 286px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, .8);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, .15);
}

.single-page-container {
  margin: 5rem auto;
  font-family: Nunito;
}

.single-page-container .organigramma img {
  width: 100%;
}

.single-page-container .image-responsive {
  width: 100%;
  height: auto;
}

.single-page-container .attachments {
  display: flex;
  flex-direction: column;
  background-color: #f3f3f3;
  padding: 2rem 1rem;
  border-radius: 5px;
}

.single-page-container a {
  color: #6bc048;
}

.single-page-container a:active,
.single-page-container a:hover {
  color: #6bc048;
  text-decoration: none;
}

.single-page-container .ufficio-giunta {
  background: #e3e3e3;
  padding: 2rem;
}

.single-page-container .ufficio-giunta .ufficio-personale {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2rem;
}

.single-page-container .ufficio-giunta .ufficio-personale .name {
  margin: 0;
  font-weight: 600;
}

.single-page-container .ufficio-giunta .ufficio-personale .carica {
  margin-bottom: 1rem;
}

.single-page-container .ufficio-giunta .ufficio-personale a {
  color: #6bc048;
}

.single-page-container .ufficio-giunta .ufficio-personale a:active,
.single-page-container .ufficio-giunta .ufficio-personale a:hover {
  color: #6bc048;
  text-decoration: none;
}

.agrichef header {
  background-position: center;
}

.agrichef header .header-content {
  background: 0 0!important;
}

.agrichef header .header-content img {
  position: absolute;
  height: 250px;
  width: auto;
  object-fit: contain;
  bottom: 112px;
  max-width: 90%;
}

.agrichef #recipes {
  margin-top: 4rem;
}

.agrichef #news {
  background-color: #f0f9ed;
}

.agrichef .summary img,
.agrichef #news summary img,
.agrichef #recipes summary img {
  height: 100px;
  width: auto;
  object-fit: contain;
}

.agrichef .summary h1,
.agrichef #news summary h1,
.agrichef #recipes summary h1 {
  color: #b43835;
  align-self: flex-end;
  margin-left: 2rem;
}

.agrichef .detail-description p:first-of-type {
  font-size: 24px;
  line-height: 1.5;
}

.agrichef .detail-description blockquote {
  margin: 2rem 0;
  margin-left: 2rem;
  padding-left: 2rem;
  border-left: 10px solid #ff9e06;
  font-size: 28px;
  line-height: 1.29;
}

.agrichef .detail-description iframe {
  width: 100%;
  height: 600px;
  margin-top: 2rem;
}

.recipe-box {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(89, 110, 83, .1);
}

.recipe-box .green-placeholder,
.recipe-box img {
  height: 55%;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #559e37;
  object-fit: cover;
}

.recipe-box a {
  text-decoration: none;
  color: inherit;
}

.recipe-box .goto {
  display: block;
  position: absolute;
  top: calc(55% - 17px);
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 162px;
  height: 34px;
  border-radius: 17px;
  background-color: #6bc048;
  border: solid 1px #6bc048;
  z-index: 99;
  text-transform: uppercase;
  font-size: 10.6px;
  font-weight: 700;
  letter-spacing: .8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fcfcfc;
}

.recipe-box .recipe-content {
  padding: 2.5rem;
  box-sizing: border-box;
}

.recipe-box .recipe-content h5 {
  font-size: 28px;
  font-weight: 800;
  line-height: .79;
  margin: 2rem 0;
  color: #464646;
}

#recipes {
  background-color: #6bc048;
}

#recipes .row {
  margin-bottom: 1rem;
}

#recipes .more-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  margin-top: 3rem;
}

#recipes .more-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 3rem;
  height: 45px;
  opacity: .84;
  border-radius: 22.5px;
  background-color: #fff;
  border: solid 2px #6bc048;
  font-size: 12px;
  font-family: 'GT Walsheim Bold';
  letter-spacing: .9px;
  color: #6bc048;
}

#chef {
  background-color: #f0f9ed;
}

#chef .col-md-6 {
  padding: 1rem;
}

#chef h3 {
  color: #ff9e06;
  margin-bottom: .5rem;
  font-weight: 800;
}

#chef h4 {
  margin-bottom: 1rem;
  font-weight: 800;
}

#chef img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

#chef .description {
  font-family: Nunito;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.67;
  text-align: left;
  color: #555;
}

.container404 {
  text-align: center;
}

.container404 .contadino {
  width: 400px;
  height: auto;
  margin-top: 8rem;
}

.container404 p {
  font-size: 2rem;
}

.container404 #search {
  height: 68px;
  width: 997px;
  border-radius: 2px;
  background-color: #fff;
  border: solid 2px #e2e2e2;
}

.container404 form {
  position: relative;
}

.container404 input[type=text] {
  height: 68px;
  width: 100%;
  opacity: .7;
  border-radius: 2px;
  margin-bottom: 2rem;
  background-color: #fff;
  padding: 0 2rem;
  box-sizing: border-box;
  padding-right: 6rem;
  border: solid 2px #e2e2e2;
  font-size: 2rem;
}

.container404 button[type=submit] {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 2.8rem;
  cursor: pointer;
  background: 0 0;
  border: none;
  color: #888;
}

.container404 button[type=submit]:hover {
  color: #222;
}

.page-not-found {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5rem 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.13;
  text-align: center;
  color: #166936;
}

.caption {
  padding: 1rem;
  text-align: center;
}

.tooltip {
  font-size: 1.3rem;
}

.img-fluid {
  height: auto!important;
}

.intestazione {
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 5px;
}

@media (max-width:979px) {
  .intestazione {
    font-size: 25px;
    line-height: 30px;
  }
}

.detail-ingredients {
  margin-left: 4rem;
  border-left: 1rem solid #ff9e06;
  padding-left: 4rem;
  margin-bottom: 4rem;
  font-size: 2rem;
}

.detail-ingredients p {
  margin: .2rem;
}

#eng,
#ita {
  font-family: Nunito;
  padding: 1rem;
  color: #555;
}

.flags {
  display: flex;
  margin-left: auto;
}

.flags .flag {
  width: 5rem;
  height: auto;
}

.flags .nav-link.active {
  background-color: transparent;
}

.agriturismo-tabs {
  border: 1px solid #6bc048;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.agriturismo-tabs li {
  list-style: none;
  margin: 0;
  font-size: 2rem;
  margin-right: 1rem;
}

.agriturismo-tabs li a {
  color: #6bc048;
}

.agriturismo-region .col-md-8 {
  display: flex;
  flex-wrap: wrap;
}

.agriturismo-region .col-md-8 .agriturismo {
  padding: 1rem;
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
}

.agriturismo-region .col-md-8 .agriturismo .name {
  font-size: 2.5rem;
  color: #6bc048;
}

.agriturismo-region .col-md-8 .agriturismo .icons img {
  flex: 0;
  height: 3rem;
  width: 3rem;
}

.agriturismo-region .col-md-8 .agriturismo .icons .agrichef {
  flex: 0;
  height: 3rem;
  width: 3rem;
}

.small-live-frame {
  position: fixed;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 1rem;
  display: flex;
  background-color: #ff9e06;
  z-index: 99999;
  max-width: 350px;
  align-items: center;
}

.small-live-frame img {
  height: 120px;
  width: auto;
  flex: 2;
  cursor: pointer;
}

.small-live-frame span {
  font-size: 2.5rem;
  padding: 1rem;
  color: #fff;
  flex: 1;
  font-weight: 600;
}

.small-live-frame span p {
  font-size: 1.2rem;
}

#liveModal .video-wapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

#liveModal .video-wapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#liveModal .close {
  font-size: 4rem;
  line-height: 2rem;
}

.daterangepicker {
  font-size: 1.2rem;
}

#lavoroForm {
  font-size: 1.5rem;
}

#lavoroForm input[type=text],
#lavoroForm input[type=email] {
  font-size: 1.5rem;
}

#lavoroForm button {
  float: right;
  font-size: 1.5rem;
}

.closelive {
  position: absolute;
  top: 0;
  right: 0;
  background: 0 0;
  border: none;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  height: 3rem;
  width: 3rem;
  margin: 0;
  padding: 0;
  line-height: 3rem;
  z-index: 9999999;
}

@media (max-width:970px) {
  nav.subnav ul {
    max-width: 500px;
  }
}

@media (max-width:1200px) {
  #navbarSupportedContent {
    height: auto;
    background-color: #fff;
  }
  #navbarSupportedContent .navbar-nav {
    justify-content: flex-start;
    align-items: flex-end;
    padding: 1em;
    box-shadow: 0 5px 10px -4px rgba(0, 0, 0, .2);
  }
  nav.navbar ul.navbar-nav li a {
    height: auto!important;
    justify-content: flex-end;
  }
  nav.subnav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 45px;
    background-color: #fff;
    overflow-x: auto;
    position: relative;
  }
  nav.subnav ul {
    display: flex;
    justify-content: left;
    max-width: 600px;
    align-items: center;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow-x: auto;
    position: absolute;
    left: 0;
  }
  .search-link {
    width: 100%!important;
  }
  .search-link a {
    height: 5rem!important;
  }
}

@media (max-width:840px) {
  nav.subnav ul {
    max-width: 400px;
  }
}

@media (max-width:700px) {
  nav.subnav ul {
    max-width: 290px;
  }
}

.banner-sidebar {
  margin: 20px 0;
}

.banner-sidebar-item+.banner-sidebar-item {
  margin-top: 20px;
}