@charset "UTF-8";
/*!
Theme Name: Laerbium Theme
Version: 1.2.2
*/
/* helpers */
/* COLORI PRODOTTI */
/* INFORMA */
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXOhpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhpKKSTjw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Laerbium';
  src: url("https://www.laerbium.com/wp-content/themes/laerbium/fonts/laerbium-webfont.woff2") format("woff2"), url("https://www.laerbium.com/wp-content/themes/laerbium/fonts/laerbium-webfont.woff") format("woff"), url("https://www.laerbium.com/wp-content/themes/laerbium/fonts/laerbium-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@keyframes hoverProduct {
  0% {
    transform: scale(1, 1) rotate(0);
    opacity: 1;
    top: -10px;
  }
  20% {
    top: -20px;
  }
  40% {
    transform: scale(1.4, 1.4) rotate(15deg);
    opacity: 1;
  }
  80% {
    transform: rotate(-10deg);
  }
  100% {
    transform: scale(1, 1) rotate(0);
    opacity: 1;
    top: -10px;
  }
}

@keyframes btnhover {
  0% {
    transform: scale(1, 1);
  }
  80% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}

/* base */
html,
body {
  background-color: #ffffff;
  color: #444444;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  overflow-x: hidden;
}

html a,
body a {
  color: #6692a5;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

html a:hover, html a:focus, html a:active,
body a:hover,
body a:focus,
body a:active {
  color: #80a4b4;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

html strong,
body strong {
  font-weight: 700 !important;
}

#site {
  padding: 0px;
}

main.container {
  padding-top: 20px;
  min-height: 650px;
  padding-bottom: 40px;
  background-color: #ffffff;
}

.small,
small {
  font-size: 0.7em;
  font-weight: 300;
}

*::-moz-selection {
  /* Code for Firefox */
  background: #a6c0cb;
}

*::selection {
  background: #a6c0cb;
}

* strong::-moz-selection {
  /* Code for Firefox */
  background: #6692a5;
}

* strong::selection {
  background: #6692a5;
}

.margin-top-xs {
  margin-top: 5px;
}

.margin-top-sm {
  margin-top: 10px;
}

.margin-top-md {
  margin-top: 30px;
}

.margin-top-lg {
  margin-top: 45px;
}

.margin-top-xl {
  margin-top: 60px;
}

@font-face {
  font-family: "icons";
  src: url("fonts/icons.eot");
  src: url("fonts/icons.eot?#iefix") format("eot"), url("fonts/icons.woff2") format("woff2"), url("fonts/icons.woff") format("woff"), url("fonts/icons.ttf") format("truetype"), url("fonts/icons.svg#icons") format("svg");
}

.icon-check:before, .icon-crane:before, .icon-doc:before, .icon-email:before, .icon-facebook:before, .icon-gluten-free:before, .icon-lactose-free:before, .icon-link:before, .icon-messenger:before, .icon-pdf:before, .icon-remove:before, .icon-right-arrow:before, .icon-search:before, .icon-sugar-free:before, .icon-swimming-pool:before, .icon-twitter:before, .icon-whatsapp:before, .icon-xls:before, .icon-zip:before {
  font-family: "icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icon-x125 {
  font-size: 1.25em;
}

.icon-x150 {
  font-size: 1.5em;
}

.icon-x175 {
  font-size: 1.75em;
}

.icon-x200 {
  font-size: 2em;
}

.icon-x250 {
  font-size: 2.5em;
}

.icon-x300 {
  font-size: 3em;
}

.icon-x400 {
  font-size: 4em;
}

.icon-x500 {
  font-size: 5em;
}

.icon-x600 {
  font-size: 6em;
}

.icon-x700 {
  font-size: 7em;
}

.icon-x800 {
  font-size: 8em;
}

.icon-x900 {
  font-size: 9em;
}

.icon-check:before {
  content: "";
}

.icon-crane:before {
  content: "";
}

.icon-doc:before {
  content: "";
}

.icon-email:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-gluten-free:before {
  content: "";
}

.icon-lactose-free:before {
  content: "";
}

.icon-link:before {
  content: "";
}

.icon-messenger:before {
  content: "";
}

.icon-pdf:before {
  content: "";
}

.icon-remove:before {
  content: "";
}

.icon-right-arrow:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-sugar-free:before {
  content: "";
}

.icon-swimming-pool:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-whatsapp:before {
  content: "";
}

.icon-xls:before {
  content: "";
}

.icon-zip:before {
  content: "";
}

@media screen and (max-width: 768px) {
  header .navbar-brand {
    margin-left: 15px !important;
  }
  section .column {
    text-align: center;
  }
  section figure img {
    margin: 0px auto;
  }
  footer .column {
    text-align: center;
  }
  .gallery-columns-2 dl.gallery-item,
  .gallery-columns-4 dl.gallery-item,
  .gallery-columns-5 dl.gallery-item,
  .gallery-columns-6 dl.gallery-item,
  .gallery-columns-7 dl.gallery-item,
  .gallery-columns-8 dl.gallery-item {
    width: 25% !important;
  }
}

@media screen and (max-width: 400px) {
  .gallery-columns-2 dl.gallery-item,
  .gallery-columns-4 dl.gallery-item,
  .gallery-columns-5 dl.gallery-item,
  .gallery-columns-6 dl.gallery-item,
  .gallery-columns-7 dl.gallery-item,
  .gallery-columns-8 dl.gallery-item {
    width: 50% !important;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
}

.hidden {
  display: none !important;
}

/* components */
.section--lg-p {
  padding: 45px 0px;
}

@media (max-width: 575.9px) {
  .section--lg-p {
    padding: 25px 0px;
  }
}

.section--xl-p {
  padding: 80px 0px;
}

@media (max-width: 575.9px) {
  .section--xl-p {
    padding: 25px 0px;
  }
}

.section--no-m {
  margin: 0 -15px;
}

.section__title {
  font-size: 1.7em;
  font-weight: 300 !important;
}

@media (min-width: 768px) {
  .section__title {
    font-size: 2em;
  }
}

.section__title--smal {
  font-size: 1.3em;
  font-weight: 300 !important;
}

@media (min-width: 768px) {
  .section__title--smal {
    font-size: 1.6em;
  }
}

.section--superlight {
  background-color: #ffffff;
}

.section--light {
  background-color: whitesmoke;
}

.section--info {
  background-color: #f3f3f3;
}

.section--brand-1 {
  position: relative;
  color: #000000;
  background: #6692a5;
}

.section--brand-1 a {
  margin: 20px 5px;
}

.section--brand-1 h1 {
  font-size: 50px;
  font-weight: 700;
}

.section--brand-1 h2 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 5px;
}

.section--brand-1 * {
  text-align: center;
}

@media (min-width: 768px) {
  .section--brand-1 * {
    text-align: left;
  }
}

.section--brand-2 {
  background-color: #6692a5;
  text-align: center;
}

.section--brand-2 h3 {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 30px;
}

.section--brand-2 a {
  color: #ffffff;
}

.section--texture {
  background-image: url("images/bg-laerbium.svg");
}

.section#contentSection {
  position: relative;
  text-align: center;
  padding-bottom: 100px;
  color: #6692a5;
}

.page .section#contentSection {
  background-color: #6692a5;
}

.section#contentSection figure {
  margin-top: 0px;
  margin-bottom: 5px;
}

@media (max-width: 575.9px) {
  .section#contentSection figure {
    margin-top: 15px;
  }
}

.section#contentSection h3 {
  margin-top: 20px;
  margin-bottom: 50px;
  color: #cfd9db;
}

@media (max-width: 575.9px) {
  .section#contentSection h3 {
    font-size: 24px;
    margin-top: 25px;
  }
}

.section#contentSection p {
  font-size: 0.9em;
}

.section#contentSection a {
  display: block;
}

.section#contentSection a:hover i {
  color: #6692a5;
}

.box {
  position: relative;
}

.box--light {
  background-color: #ffffff;
}

.box--dark {
  background-color: #000000;
}

.box--brand-1 {
  background-color: #6692a5;
}

.box--brand-2 {
  background-color: #dae4e9;
}

.box--offset {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.box--offset.full {
  max-width: 100%;
}

@media (min-width: 576px) {
  .box--offset img {
    width: 90%;
    vertical-align: middle;
  }
}

@media (min-width: 992px) {
  .box--offset img {
    width: 70%;
    vertical-align: middle;
  }
}

.box--offset .box__content {
  position: absolute;
  top: 50%;
  height: 90%;
  transform: translate(0, -50%);
  z-index: 3;
  width: 40%;
  background-color: #dae4e9;
  text-align: center;
  padding: 0.5rem;
}

@media (min-width: 576px) {
  .box--offset .box__content__button {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

@media (max-width: 575.9px) {
  .box--offset .box__content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    transform: translate(0, -20px);
  }
}

@media (min-width: 576px) {
  .box--offset--right img {
    margin-right: 10%;
  }
}

@media (min-width: 992px) {
  .box--offset--right img {
    margin-right: 30%;
  }
}

.box--offset--right .box__content {
  right: 0;
}

@media (min-width: 992px) {
  .box--offset--right.full img {
    width: 50%;
    margin-right: 50%;
  }
}

@media (min-width: 992px) {
  .box--offset--right.full .box__content {
    right: 50%;
    transform: translate(75%, -50%);
  }
}

@media (min-width: 576px) {
  .box--offset--left img {
    margin-left: 10%;
  }
}

@media (min-width: 992px) {
  .box--offset--left img {
    margin-left: 30%;
  }
}

.box--offset--left .box__content {
  left: 0;
}

@media (min-width: 992px) {
  .box--offset--left.full img {
    width: 50%;
    margin-left: 50%;
  }
}

@media (min-width: 992px) {
  .box--offset--left.full .box__content {
    left: 50%;
    transform: translate(-75%, -50%);
  }
}

.pagePreview a figure {
  overflow: hidden;
  position: relative;
}

.pagePreview a figure img {
  transition: all 0.3s ease-in;
}

.pagePreview a h4 {
  min-height: 60px;
  font-size: 1em;
  text-align: center;
  font-weight: normal;
}

.articlePreview:before {
  content: '';
  display: block !important;
  height: 1px !important;
  background-color: #dadada;
  margin-left: 15px;
  margin-right: 15px;
  width: 100%;
  margin-bottom: 5px;
}

.header {
  padding-bottom: 0px;
  font-family: "Open Sans", sans-serif;
  background: #f18a61 url("images/bg-informa.svg") repeat;
  z-index: 99;
}

.header .navbar-brand {
  max-width: 340px;
  padding: 0.5rem 0;
  height: 100px;
}

@media (max-width: 575.9px) {
  .header .navbar-brand {
    height: 90px;
  }
}

.header .navbar-brand img {
  max-height: 60px;
  height: 100%;
}

@media (min-width: 576px) {
  .header .navbar-brand img {
    max-height: 95px;
  }
}

.navbar {
  padding: .5rem 0;
  justify-content: start;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.navbar-light {
  border: 0px;
  margin-bottom: 0px;
}

.navbar-light .navbar-toggler {
  position: absolute;
  right: 5px;
  top: 0px;
  border: 0px;
  margin-top: 17.5px;
}

.navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover {
  background-color: transparent;
  color: #ffffff;
}

.navbar-light .navbar-toggler.collapsed {
  background-color: transparent;
}

.navbar-light .navbar-toggler.collapsed .icon-bar {
  background-color: #ffffff;
}

@media (min-width: 576px) {
  .navbar-light .navbar-toggler {
    top: 20px;
  }
}

.navbar-light .navbar-collapse {
  border: 0px;
}

#navigazione {
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 2;
}

@media screen and (max-width: 991.9px) {
  #navigazione.container {
    max-width: 100%;
  }
}

#navigazione ul.navbar-nav {
  margin-top: 10px;
  margin-bottom: 0px;
}

@media (max-width: 575.9px) {
  #navigazione ul.navbar-nav {
    margin-top: 0px;
  }
}

#navigazione ul.navbar-nav li {
  /* sub menu */
  /* separator */
}

#navigazione ul.navbar-nav li.different a {
  color: #f08053;
  font-style: italic;
}

#navigazione ul.navbar-nav li.strong a {
  color: #000000;
  font-weight: bold;
}

#navigazione ul.navbar-nav li.wpml-ls-menu-item a {
  color: #444444;
  font-style: italic;
}

#navigazione ul.navbar-nav li.wpml-ls-menu-item.wpml-ls-current-language a {
  color: #444444;
}

#navigazione ul.navbar-nav li.menu-item-has-children {
  position: relative;
}

#navigazione ul.navbar-nav li.menu-item-has-children:before {
  float: left;
  margin-right: 0.25em;
}

#navigazione ul.navbar-nav li.menu-item-has-children > a:after {
  content: '';
  width: 7px;
  height: 7px;
  border-right: 1px solid #444444;
  border-bottom: 1px solid #444444;
  transform: rotate(45deg) translate(0px, -5px);
  margin-left: 0.5em;
  display: inline-block;
}

#navigazione ul.navbar-nav li.menu-item-has-children .sub-menu {
  opacity: 0;
  height: 0;
  overflow: hidden;
  top: -999em;
  min-width: 200px;
  background-color: #f3f3f3;
  padding-left: 0px;
}

#navigazione ul.navbar-nav li.menu-item-has-children .sub-menu li {
  list-style-type: none;
}

#navigazione ul.navbar-nav li.menu-item-has-children .sub-menu li a {
  height: 70px -20px;
  line-height: 70px -20px;
  border-top: 1px solid #dadada !important;
  display: block;
  color: #6692a5;
  white-space: nowrap;
}

#navigazione ul.navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  color: #444444;
}

#navigazione ul.navbar-nav li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: 0px;
}

#navigazione ul.navbar-nav li.menu-item-has-children .sub-menu li:first-child a {
  border-top: 0px !important;
}

@media (min-width: 992px) {
  #navigazione ul.navbar-nav li.menu-item-has-children .sub-menu {
    position: absolute;
    z-index: 9999;
    overflow: visible;
    transform: translate(0px, 0px);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
  #navigazione ul.navbar-nav li.menu-item-has-children .sub-menu:before {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    content: '';
    position: absolute;
    top: -5px;
    left: 10%;
    width: 12px;
    height: 12px;
    background-color: #f3f3f3;
    pointer-events: none;
    transform: rotate(45deg);
  }
}

#navigazione ul.navbar-nav li.menu-item-has-children:hover a:after {
  transform: rotate(-135deg);
}

#navigazione ul.navbar-nav li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  top: 70px;
  height: auto;
}

@media (min-width: 992px) {
  #navigazione ul.navbar-nav li.menu-item-has-children:hover .sub-menu {
    transform: translate(0px, -10px);
    transition-duration: 0.3s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}

@media (min-width: 992px) {
  #navigazione ul.navbar-nav li.separator a:after {
    content: '';
    position: relative;
    bottom: -8px;
    display: inline-block;
    width: 0px;
    height: 25px;
    border-right: 1px dotted #444444;
    margin-left: 15px;
    margin-right: -10px;
  }
}

#navigazione ul.navbar-nav li a {
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0px 15px;
  color: #6692a5;
  -webkit-transition: all 0.5s fade;
  -moz-transition: all 0.5s fade;
  -o-transition: all 0.5s fade;
  transition: all 0.5s fade;
}

@media screen and (max-width: 768px) {
  #navigazione ul.navbar-nav li a {
    border-left: 0px;
    border-right: 0px;
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #dadada;
    display: block;
  }
}

#navigazione ul.navbar-nav li a:hover {
  color: #444444;
}

@media (max-width: 575.9px) {
  #navigazione ul.navbar-nav li a:hover {
    background-color: #f3f3f3;
  }
}

@media (max-width: 575.9px) {
  #navigazione ul.navbar-nav li a:focus, #navigazione ul.navbar-nav li a:active {
    background-color: #f3f3f3;
  }
}

#navigazione ul.navbar-nav li:first-child a {
  border-left: 0px;
}

#navigazione ul.navbar-nav li:last-child a {
  border-right: 0px;
}

#navigazione ul.navbar-nav li.current_page_item > a, #navigazione ul.navbar-nav li.current-page-ancestor > a, #navigazione ul.navbar-nav li.current-menu-item > a, #navigazione ul.navbar-nav li.current-post-ancestor > a, #navigazione ul.navbar-nav li.current-menu-parent > a {
  color: #444444 !important;
  position: relative;
}

@media (max-width: 575.9px) {
  #navigazione ul.navbar-nav li.current_page_item > a, #navigazione ul.navbar-nav li.current-page-ancestor > a, #navigazione ul.navbar-nav li.current-menu-item > a, #navigazione ul.navbar-nav li.current-post-ancestor > a, #navigazione ul.navbar-nav li.current-menu-parent > a {
    border-bottom: 0px;
  }
}

#navigazione ul.navbar-nav li.current_page_item .sub-menu li a, #navigazione ul.navbar-nav li.current-page-ancestor .sub-menu li a, #navigazione ul.navbar-nav li.current-menu-item .sub-menu li a, #navigazione ul.navbar-nav li.current-post-ancestor .sub-menu li a, #navigazione ul.navbar-nav li.current-menu-parent .sub-menu li a {
  color: #6692a5;
}

#navigazione ul.navbar-nav li.current_page_item .sub-menu li.current_page_item a,
#navigazione ul.navbar-nav li.current_page_item .sub-menu li.current-menu-item a, #navigazione ul.navbar-nav li.current-page-ancestor .sub-menu li.current_page_item a,
#navigazione ul.navbar-nav li.current-page-ancestor .sub-menu li.current-menu-item a, #navigazione ul.navbar-nav li.current-menu-item .sub-menu li.current_page_item a,
#navigazione ul.navbar-nav li.current-menu-item .sub-menu li.current-menu-item a, #navigazione ul.navbar-nav li.current-post-ancestor .sub-menu li.current_page_item a,
#navigazione ul.navbar-nav li.current-post-ancestor .sub-menu li.current-menu-item a, #navigazione ul.navbar-nav li.current-menu-parent .sub-menu li.current_page_item a,
#navigazione ul.navbar-nav li.current-menu-parent .sub-menu li.current-menu-item a {
  color: #444444 !important;
}

#navigazione .collapse ul.nav {
  padding-right: 0px;
}

.topbar__container {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  padding: 0.5rem;
}

@media (min-width: 576px) {
  .topbar__container {
    text-align: right;
  }
}

/* 
gallerie inline (standard wordpress)
*/
.gallery {
  padding: 0px;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  /* gallery standard wordpress */
}

.gallery dl.gallery-item {
  padding: 0px;
  margin: 0px !important;
}

.gallery dl.gallery-item dt.gallery-icon {
  margin: 0px;
}

.gallery dl.gallery-item dt.gallery-icon a img {
  border: 0px !important;
  max-width: 100%;
  height: auto;
}

.gallery dl.gallery-item dd.wp-caption-text {
  display: none;
}

.gallery > div a {
  padding: 0 0.5rem 0.5rem 0;
  display: block;
}

.btn {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.btn i {
  font-size: 1.2em;
}

.btn.btn-primary {
  background-color: #444444;
  border-color: #444444;
}

.btn.btn-primary:hover {
  background-color: #535353;
  border-color: #535353;
}

.btn.btn-default {
  background-color: #ffffff;
  border-color: #ffffff;
  border: 1px solid #6692a5;
}

.btn.btn-default:hover {
  background-color: white;
  border-color: white;
  border-color: #96b4c1;
}

.btn.btn-danger {
  background-color: #6692a5;
  border-color: #6692a5;
}

.btn.btn-danger:hover {
  background-color: #79a0b0;
  border-color: #79a0b0;
}

.btn.btn-outline {
  background: transparent;
  border: 1px solid #444444;
  color: #444444;
}

.btn.btn-outline:hover {
  background: transparent;
  border-color: #6a6a6a;
  color: #6a6a6a;
}

.btn.btn-warning {
  background-color: #7099ab;
  border: 0px;
}

.btn.btn-warning:hover {
  background-color: #769dae;
}

.btn.btn-warning:focus {
  background-color: #030303 !important;
}

.btn--hover:hover {
  animation: btnhover 0.2s linear forwards 2;
}

.btn.btn-informa1 {
  background: #f18a61 url("images/bg-informa.svg") no-repeat;
  background-size: cover;
  background-color: #f18a61;
  border: 1px solid #f18a61;
  color: #047e9a !important;
}

.btn.btn-informa1:hover {
  background-color: #f2916a;
  border-color: #f2916a;
}

.btn.btn-informa1:focus {
  background-color: #f08358 !important;
  border-color: #f08358;
}

.btn.btn-informa1 em {
  color: #ffffff !important;
}

.btn.btn-informa2 {
  background-color: #048aa9;
  border: 0px;
  color: #ffffff !important;
}

.btn.btn-informa2:hover {
  background-color: #0592b3;
}

.btn.btn-informa2:focus {
  background-color: #04829f !important;
}

.btn.btn-informa3 {
  background-color: #ffffff;
  border: 0px;
  color: #047e9a !important;
}

.btn.btn-informa3:hover {
  background-color: #ffffff;
}

.btn.btn-informa3:focus {
  background-color: #ffffff;
}

.fb-link {
  background-color: #1778F2;
  color: #fff !important;
  text-decoration: none;
  display: inline-block;
  padding: 4px 10px;
  white-space: nowrap;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.fb-link i {
  color: #fff;
  line-height: 1;
  font-size: 1.6em;
  position: relative;
  top: 4px;
  margin-right: 5px;
}

.fb-link:hover {
  text-decoration: none !important;
}

.table-container {
  font-size: 0.8em;
}

table {
  border: 1px solid #cfd9db;
  margin-bottom: 1rem;
}

table tbody {
  background-color: #ffffff;
}

table tbody tr {
  border-bottom: 1px solid #dee5e6;
}

table tbody tr:last-child {
  border-bottom: 0px;
}

table tbody tr:nth-child(odd) {
  background-color: white;
}

table tbody tr:nth-child(even) {
  background-color: white;
}

table tbody tr td {
  padding: 0.5rem;
  line-height: normal;
  vertical-align: top;
}

table tbody tr:not(:first-child) td:first-child {
  width: 75% !important;
  border-right: 1px solid #cfd9db;
}

table tbody > tr:first-child {
  background-color: #cfd9db;
}

table tbody > tr:first-child td {
  padding: 1rem 0.5rem;
  line-height: normal;
}

table thead + tbody > tr:first-child {
  background-color: inherit;
}

table thead + tbody > tr:first-child td {
  padding: 1rem 0.5rem;
  line-height: normal;
}

table thead {
  background-color: #cfd9db;
}

table thead tr th {
  padding: 1rem 0.5rem;
  line-height: normal;
}

a.label-danger {
  background-color: #6692a5;
  font-size: 0.75em;
  margin-right: 0.25em;
}

a.label-danger[href]:focus, a.label-danger[href]:hover, a.label-danger:hover, a.label-danger:focus {
  background-color: #769dae !important;
}

a.label-block {
  display: block;
  clear: both;
  margin-bottom: 0.25;
}

#breadcrumbs {
  color: #444444;
  background: #f3f3f3;
  margin-left: -15px;
  margin-right: -15px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

#breadcrumbs > * {
  font-size: 0.8em;
  font-weight: normal;
}

#breadcrumbs.inverse {
  background: #6692a5;
  height: 90px;
  line-height: 90px;
}

#breadcrumbs.inverse a {
  color: #ffffff;
}

@media (max-width: 575.9px) {
  #breadcrumbs {
    height: 30px;
    line-height: 30px;
  }
  #breadcrumbs .breadcrumb_last {
    display: none;
  }
}

#cookie-notice {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

/* layouts */
/*  SECTIONS  */
.customsection {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}

.col:first-child {
  margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 */
}

/*  GRID OF FIVE  */
.span_5_of_5 {
  width: 100%;
}

.span_4_of_5 {
  width: 79.68%;
}

.span_3_of_5 {
  width: 59.36%;
}

.span_2_of_5 {
  width: 39.04%;
}

.span_1_of_5 {
  width: 18.72%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 768px) {
  .col {
    margin: 1% 0 1% 0%;
  }
  .span_1_of_5,
  .span_2_of_5,
  .span_3_of_5,
  .span_4_of_5,
  .span_5_of_5 {
    width: 100%;
  }
}

.footer {
  padding: 30px 0px;
  color: #ffffff;
  background-color: #047e9a;
  font-size: 0.8em;
}

.footer .footer__title {
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #f3f3f3;
}

.footer ul {
  margin: 0px;
  padding: 0px;
  clear: none;
}

.footer ul.ul-inline li {
  display: inline;
  margin-right: 10px;
}

.footer ul li {
  list-style-type: none;
}

.footer ul li .sub-menu {
  display: none;
}

.footer a {
  color: white;
}

.footer a:hover {
  text-decoration: underline;
  color: white;
}

.credits {
  clear: both;
  margin-top: 70px;
}

.wpcf7 .wpcf7-not-valid-tip {
  color: #f52e00;
  font-weight: normal;
}

.wpcf7 .form-control {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  color: #6692a5;
  font-weight: normal;
  margin-bottom: 14px;
}

.wpcf7 .form-control:placehodler {
  color: #dae4e9;
  opacity: 1;
}

.wpcf7 .form-control:focus {
  border-color: #eaf0f2;
  outline: 0;
  background-color: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 8px rgba(91, 136, 155, 0.6);
}

.wpcf7 label {
  font-weight: 300;
}

.wpcf7 .wpcf7-not-valid {
  border-color: #f52e00;
}

.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  background: #f52e00;
  color: #ffffff !important;
  right: 15px;
  z-index: 2;
  top: 0px;
  font-size: 0.65em;
  padding: 3px;
  border-radius: 0 3px 0 3px;
}

.wpcf7 .wpcf7-response-output {
  padding: 10px;
}

.wpcf7 .wpcf7-response-output.wpcf7-validation-errors, .wpcf7 .wpcf7-response-output.wpcf7-acceptance-missing {
  background-color: #f52e00;
  color: #ffffff;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #5cc544;
  color: #ffffff;
}

.wpcf7 .screen-reader-response {
  display: none;
}

.wpcf7 .privacy {
  display: block;
  font-size: small;
}

textarea {
  width: 100%;
}

label {
  width: 100%;
}

input[type=checkbox] {
  margin-right: 5px;
}

/* vendors */
body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
}

.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}

.sl-wrapper button:hover {
  opacity: 0.7;
}

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}

.sl-wrapper .sl-close:focus {
  outline: none;
}

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #000;
  font-size: 1rem;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button:focus {
  outline: none;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}

@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}

@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}

.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}

@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}

.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

/* pages */
#archiveHeader {
  position: relative;
  background-color: #f3f3f3;
}

#archiveHeader picture {
  width: 100%;
  max-height: 430px;
  max-height: 50vh;
  overflow: hidden;
}

#archiveHeader img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

#archiveHeader #archiveHeaderTxt {
  text-align: center;
  width: 88%;
  position: absolute;
  top: 95%;
  left: 50%;
  padding: 0.25rem;
  transform: translate(-50%, -55%);
  background: #f3f3f3;
  margin: .5rem auto;
  border-radius: 100px;
}

#archiveHeader #archiveHeaderTxt h1 {
  font-family: 'Laerbium', sans-serif;
  color: #444444;
  font-size: 1.3em;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  #archiveHeader #archiveHeaderTxt {
    margin: 0rem auto;
    width: 50%;
  }
  #archiveHeader #archiveHeaderTxt h1 {
    font-size: 1.7em;
  }
  #archiveHeader #archiveHeaderTxt h2 {
    font-size: 1em;
    font-weight: normal;
    max-width: 768px;
    margin: 1em auto;
  }
  #archiveHeader #archiveHeaderTxt p {
    max-width: 768px;
    margin: 1em auto;
  }
}

@media (min-width: 992px) {
  #archiveHeader #archiveHeaderTxt {
    max-width: 768px;
  }
}

#archiveHeader #archiveHeaderTxt #breadcrumbs {
  background-color: transparent;
  height: 40px;
  margin-bottom: 5px;
  margin-top: 0px;
}

body.category #archiveHeader #archiveHeaderTxt {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: none;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 0px;
  padding-top: 2em;
}

body.category #archiveHeader #archiveHeaderTxt #breadcrumbs {
  height: 25px;
}

@media (min-width: 576px) {
  body.category #archiveHeader #archiveHeaderTxt {
    padding-top: 4em;
  }
  body.category #archiveHeader #archiveHeaderTxt #breadcrumbs {
    height: 40px;
  }
}

body.category #archiveHeader #archiveHeaderTxt * {
  color: #ffffff;
}

.pagination {
  margin-top: 1rem;
  display: block;
  text-align: center;
}

.pagination a {
  padding: 1rem;
}

.pagination:before {
  content: '';
  display: block !important;
  height: 1px !important;
  background-color: #dadada;
  margin-left: 15px;
  margin-right: 15px;
  width: 100%;
  margin-bottom: 10px;
}

.page .header-image,
.single .header-image {
  position: relative;
}

.page .header-image .header-title,
.single .header-image .header-title {
  position: absolute;
  text-align: center;
  width: 100%;
  background-color: rgba(68, 68, 68, 0.7);
  bottom: -10px;
  padding: 10px;
  color: #000000;
}

.page .header-image .img-fluid,
.single .header-image .img-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page .header-image figure,
.single .header-image figure {
  margin: 0;
}

@media (max-width: 575.9px) {
  .page .container,
  .single .container {
    padding-top: 0px;
  }
}

.page article .fb-like,
.single article .fb-like {
  width: 100%;
  display: block;
}

.page article .entry-content,
.single article .entry-content {
  padding: 10px 0px;
  margin: 20px 0px 0px 30px;
}

@media (max-width: 575.9px) {
  .page article .entry-content,
  .single article .entry-content {
    margin-left: 0px;
    margin-top: 10px;
  }
}

.page article .entry-content #slideInBody,
.single article .entry-content #slideInBody {
  margin-top: 10px;
  margin-bottom: 10px;
}

.page article .entry-content figure,
.single article .entry-content figure {
  margin: 15px 0px;
}

.page article .panel,
.single article .panel {
  margin-top: 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$color1+1,39bbb8+100 */
  background: #dae4e9;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOWJiYjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #dae4e9 1%, #e3ebef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #dae4e9), color-stop(100%, #e3ebef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dae4e9 1%, #e3ebef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dae4e9 1%, #e3ebef 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dae4e9 1%, #e3ebef 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dae4e9 1%, #e3ebef 100%);
  padding: 20px;
  color: #444444;
}

.page article .panel h2,
.single article .panel h2 {
  color: #ffffff;
  margin-top: 16px;
}

.page article .galleryBox,
.single article .galleryBox {
  clear: both;
  padding: 0px;
  margin-top: 20px;
}

.page article .galleryBox .row,
.single article .galleryBox .row {
  margin: 0px;
}

.page article .galleryBox .row figure,
.single article .galleryBox .row figure {
  margin: 0px !important;
  padding: 0px;
}

.page article .galleryBox .row figure img,
.single article .galleryBox .row figure img {
  margin: 0px 3px 3px 0px;
}

.page article p,
.single article p {
  line-height: 1.7em;
}

.page article p strong,
.single article p strong {
  font-weight: 700;
  color: black;
}

.page article header,
.single article header {
  margin-top: 30px;
}

.page article header time,
.single article header time {
  color: #333333;
}

.page article header h1,
.single article header h1 {
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  color: #000000;
}

@media (max-width: 575.9px) {
  .page article header h1,
  .single article header h1 {
    font-size: 2em;
  }
}

.page article header h1 i,
.single article header h1 i {
  font-size: 130%;
  margin-left: -10px;
}

.page article header ul.inlineTag,
.single article header ul.inlineTag {
  padding: 5px 0px 10px 0px !important;
  margin: 0px;
  font-size: 0.9em;
}

.page article header ul.inlineTag li,
.single article header ul.inlineTag li {
  display: inline;
  margin-right: 9px;
  padding: 0px;
}

.page article header ul.inlineTag li:before,
.single article header ul.inlineTag li:before {
  content: '\e80c';
  font-family: 'custom';
  color: #dae4e9;
}

.page article header ul.inlineTag li a,
.single article header ul.inlineTag li a {
  background-color: #dae4e9;
  color: #ffffff;
  padding: 2px 4px;
}

.page article header .dataSingle,
.single article header .dataSingle {
  font-size: 0.9em;
  margin: 0px;
  text-align: right;
  padding: 5px 0px 10px 0px;
}

.page article header .dataSingle .data,
.single article header .dataSingle .data {
  padding: 2px 4px;
}

.page article h1,
.page article h2,
.page article h3,
.single article h1,
.single article h2,
.single article h3 {
  font-weight: normal;
}

.page article h1:after,
.page article h2:after,
.page article h3:after,
.single article h1:after,
.single article h2:after,
.single article h3:after {
  content: '';
  display: block;
  clear: both;
  margin-top: 3px;
  margin-bottom: 5px;
}

.page article h1,
.single article h1 {
  font-size: 2em;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 30px;
}

.page .page article h1, .page
.single article h1 {
  border-bottom: 1px dotted #444444;
}

.page article h2,
.single article h2 {
  font-size: 1.4em;
  margin-top: 1em;
}

.page article h2.titoletto,
.single article h2.titoletto {
  margin-top: 2em;
  font-size: 1.2em;
  color: #6692a5;
}

.page article hr,
.single article hr {
  clear: both;
  margin: 15px 0px;
}

.page article .shortcode_box-right,
.single article .shortcode_box-right {
  font-size: 2em;
  margin: 0px 0px 15px 15px;
  max-width: 300px;
  float: right;
  background-color: #6a6a6a;
  text-align: center;
  padding: 40px;
}

@media (max-width: 575.9px) {
  .page article .shortcode_box-right,
  .single article .shortcode_box-right {
    float: none;
    display: block;
    max-width: 100%;
    margin: 20px 0px;
  }
}

.page article .shortcode_box-left,
.single article .shortcode_box-left {
  font-size: 2em;
  margin: 0px 15px 15px 0px;
  max-width: 300px;
  float: left;
  background-color: #6a6a6a;
  text-align: center;
  padding: 40px;
}

@media (max-width: 575.9px) {
  .page article .shortcode_box-left,
  .single article .shortcode_box-left {
    float: none;
    display: block;
    max-width: 100%;
    margin: 20px 0px;
  }
}

.page article .shortcode_box,
.single article .shortcode_box {
  display: block;
  margin: 20px 0px;
  background-color: white;
  padding: 20px 0px;
  box-shadow: 0 12px 12px -12px rgba(0, 0, 0, 0.25), 0 -12px 12px -12px rgba(0, 0, 0, 0.25);
}

.page article .shortcode_highlight,
.single article .shortcode_highlight {
  font-weight: bold;
  background-color: #6a6a6a;
  color: #dae4e9;
  font-size: 1em;
}

.page article .shortcode_box-highlight,
.single article .shortcode_box-highlight {
  background-color: #6a6a6a;
  padding: 10px;
}

.page article .shortcode_box-highlight h2,
.single article .shortcode_box-highlight h2 {
  font-size: 1.3em;
  margin: 0px;
}

.page article .shortcode_box-highlight h2:after,
.single article .shortcode_box-highlight h2:after {
  display: none;
}

.page article .shortcode_box-highlight h3,
.single article .shortcode_box-highlight h3 {
  font-size: 1em;
  color: #6692a5;
  margin-bottom: 0px;
}

.page article .shortcode_box-highlight h3:after,
.single article .shortcode_box-highlight h3:after {
  border-bottom-style: dotted;
}

.page article .shortcode_box-highlight ul,
.single article .shortcode_box-highlight ul {
  font-size: 0.85em;
  margin: 3px 0px;
  border-left: 3px solid #dae4e9;
}

.page article .shortcode_box-highlight ul li,
.single article .shortcode_box-highlight ul li {
  margin-bottom: 0px;
}

.page article blockquote,
.single article blockquote {
  margin: 30px 70px 30px 30px;
  line-height: 1.7em;
  color: #444444;
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  border-left: 0px;
  text-align: center;
}

.page article blockquote:before,
.single article blockquote:before {
  content: '“';
  font-family: "Open Sans", sans-serif;
  font-size: 6em;
  float: left;
  position: relative;
  top: 20px;
}

.page article blockquote:after,
.single article blockquote:after {
  content: '”';
  font-family: "Open Sans", sans-serif;
  font-size: 6em;
  float: right;
  margin-top: 10px;
}

@media (max-width: 575.9px) {
  .page article blockquote,
  .single article blockquote {
    margin: 20px 0px 30px 0px;
  }
  .page article blockquote:before, .page article blockquote:after,
  .single article blockquote:before,
  .single article blockquote:after {
    font-size: 4em;
  }
}

.page article ul,
.single article ul {
  padding: 10px;
  margin: 15px 0px;
  border-left: 3px solid #dae4e9;
}

.page article ul li,
.single article ul li {
  list-style-type: none;
  margin-bottom: 4px;
}

.page article ul li:before,
.single article ul li:before {
  content: '\E00C';
  font-family: 'icons';
  color: #6692a5;
  font-size: 1em;
  margin-right: 5px;
}

.page article ul li ul,
.single article ul li ul {
  margin: 0px;
  padding: 0px;
  padding-left: 20px;
}

.page article .slide ul li:before,
.single article .slide ul li:before {
  display: none;
}

.page article ol,
.single article ol {
  padding: 10px;
  margin: 15px 0px;
  counter-reset: section;
}

.page article ol li,
.single article ol li {
  list-style-type: none;
  margin-bottom: 4px;
  color: #a6c0cb;
}

.page article ol li:before,
.single article ol li:before {
  counter-increment: section;
  content: counter(section);
  color: #86a9b8;
  font-weight: bold;
  font-size: 1.4em;
  margin-right: 5px;
}

.page article .wp-caption,
.single article .wp-caption {
  background-color: white;
  padding: 5px;
  margin-bottom: 10px;
}

.page article .wp-caption .wp-caption-text,
.single article .wp-caption .wp-caption-text {
  font-style: italic;
  font-size: 80%;
  margin: 2px;
  text-align: right;
}

.page article .alignleft,
.single article .alignleft {
  float: left;
  margin: 0.5em 0 0.5em 1em;
}

.page article .alignright,
.single article .alignright {
  float: right;
  margin: 0.5em 1em 0.5em 0;
}

.page article .aligncenter,
.single article .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.page article footer,
.single article footer {
  clear: both;
  display: block;
  float: none;
  min-height: 50px;
  margin: 0px 0px 20px 0px;
  padding-top: 10px;
}

/* 
* preview page
*/
.page-preview {
  padding: 10px;
  display: block;
}

.page-preview a {
  display: block;
  margin-top: 10px;
  padding: 10px;
  margin-bottom: 10px;
  color: #dae4e9;
  border: 1px solid #cfd9db;
}

.page-preview a h4 {
  color: #6692a5;
  font-weight: normal;
  text-align: left;
  font-size: 0.9em;
  margin: 5px 0px;
  height: 30px;
}

@media (max-width: 575.9px) {
  .page-preview a h4 {
    text-align: center;
  }
}

.page-preview a .shortdesc {
  display: block;
  padding: 0px 10px;
  margin-bottom: 10px;
}

@media (max-width: 575.9px) {
  .page-preview a .shortdesc {
    text-align: center;
  }
}

.page-preview a:hover {
  border-color: #6692a5;
}

.page-preview a:hover figure img {
  -ms-transform: scale(1.2, 1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2, 1.2);
  /* Safari */
  transform: scale(1.2, 1.2);
  /* Standard syntax */
}

.home:not(.logged-in) main, .single-news:not(.logged-in) main, .single-dossier:not(.logged-in) main, .tax-segmento:not(.logged-in) main {
  position: relative;
  min-height: 750px;
  background: #f08053 url("images/visual-informa.jpg") no-repeat center top;
  background-size: contain;
}

@media (min-width: 768px) {
  .home:not(.logged-in) main, .single-news:not(.logged-in) main, .single-dossier:not(.logged-in) main, .tax-segmento:not(.logged-in) main {
    background-position: center center;
    background-size: cover;
  }
}

.home:not(.logged-in) main * a, .single-news:not(.logged-in) main * a, .single-dossier:not(.logged-in) main * a, .tax-segmento:not(.logged-in) main * a {
  color: #047e9a !important;
}

.home:not(.logged-in) .informa-login, .single-news:not(.logged-in) .informa-login, .single-dossier:not(.logged-in) .informa-login, .tax-segmento:not(.logged-in) .informa-login {
  position: absolute;
  padding: 2rem 1rem;
  border: 0px;
  top: 30%;
  left: 0%;
  right: 0%;
  color: #ffffff;
  background: #f08053 url("images/bg-informa.svg");
}

@media (min-width: 576px) {
  .home:not(.logged-in) .informa-login, .single-news:not(.logged-in) .informa-login, .single-dossier:not(.logged-in) .informa-login, .tax-segmento:not(.logged-in) .informa-login {
    top: 40%;
  }
}

@media (min-width: 768px) {
  .home:not(.logged-in) .informa-login, .single-news:not(.logged-in) .informa-login, .single-dossier:not(.logged-in) .informa-login, .tax-segmento:not(.logged-in) .informa-login {
    width: 40%;
    right: 0;
    left: auto;
    bottom: 0;
    top: 0;
    padding-top: 100px;
  }
}

.home:not(.logged-in) .informa-login h3, .single-news:not(.logged-in) .informa-login h3, .single-dossier:not(.logged-in) .informa-login h3, .tax-segmento:not(.logged-in) .informa-login h3 {
  text-transform: uppercase;
}

.home:not(.logged-in) .informa-login-body, .single-news:not(.logged-in) .informa-login-body, .single-dossier:not(.logged-in) .informa-login-body, .tax-segmento:not(.logged-in) .informa-login-body {
  margin: 1rem;
  max-width: 320px;
}

.home:not(.logged-in) .informa-login-footer, .single-news:not(.logged-in) .informa-login-footer, .single-dossier:not(.logged-in) .informa-login-footer, .tax-segmento:not(.logged-in) .informa-login-footer {
  margin: 1rem;
  clear: both;
  display: block;
}

.home:not(.logged-in) .informa-login-footer a, .single-news:not(.logged-in) .informa-login-footer a, .single-dossier:not(.logged-in) .informa-login-footer a, .tax-segmento:not(.logged-in) .informa-login-footer a {
  color: #ffffff !important;
}

.home:not(.logged-in) .informa-login .recupero-n-card, .single-news:not(.logged-in) .informa-login .recupero-n-card, .single-dossier:not(.logged-in) .informa-login .recupero-n-card, .tax-segmento:not(.logged-in) .informa-login .recupero-n-card {
  max-width: 320px;
  background-color: #05a7cc;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.page main,
.single-news main,
.single-dossier main,
.tax-segmento main {
  position: relative;
  min-height: 750px;
  background-size: contain;
}

@media (min-width: 768px) {
  .page main,
  .single-news main,
  .single-dossier main,
  .tax-segmento main {
    background-position: center center;
    background-size: cover;
  }
}

.page main * a,
.single-news main * a,
.single-dossier main * a,
.tax-segmento main * a {
  color: #047e9a !important;
}

.page.logged-in main, .page.informa-section main,
.single-news.logged-in main,
.single-news.informa-section main,
.single-dossier.logged-in main,
.single-dossier.informa-section main,
.tax-segmento.logged-in main,
.tax-segmento.informa-section main {
  background-image: none;
}

.page #breadcrumbs,
.single-news #breadcrumbs,
.single-dossier #breadcrumbs,
.tax-segmento #breadcrumbs {
  background-color: transparent;
}

.page img.size-full,
.single-news img.size-full,
.single-dossier img.size-full,
.tax-segmento img.size-full {
  max-width: 100%;
  height: auto;
}

.page img.alignnone,
.single-news img.alignnone,
.single-dossier img.alignnone,
.tax-segmento img.alignnone {
  clear: both;
  float: none;
}

.page img.alignleft,
.single-news img.alignleft,
.single-dossier img.alignleft,
.tax-segmento img.alignleft {
  float: left;
  margin-right: 1rem;
}

.page img.alignright,
.single-news img.alignright,
.single-dossier img.alignright,
.tax-segmento img.alignright {
  float: right;
  margin-left: 1rem;
}

.page img.aligncenter,
.single-news img.aligncenter,
.single-dossier img.aligncenter,
.tax-segmento img.aligncenter {
  float: none;
  margin: 1rem auto;
  display: block;
}

.page .donwload_dossier,
.single-news .donwload_dossier,
.single-dossier .donwload_dossier,
.tax-segmento .donwload_dossier {
  display: block;
  background: #f18a61 url("images/bg-informa.svg") no-repeat;
  background-size: cover;
  border-radius: 8px;
  color: #ffffff !important;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1rem auto;
}

.page .donwload_dossier:hover,
.single-news .donwload_dossier:hover,
.single-dossier .donwload_dossier:hover,
.tax-segmento .donwload_dossier:hover {
  background-color: #f08053;
}

.page .donwload_dossier:focus,
.single-news .donwload_dossier:focus,
.single-dossier .donwload_dossier:focus,
.tax-segmento .donwload_dossier:focus {
  background-color: #ee7240;
}

.page .donwload_dossier .row,
.single-news .donwload_dossier .row,
.single-dossier .donwload_dossier .row,
.tax-segmento .donwload_dossier .row {
  display: flex;
  align-items: center;
}

.page .donwload_dossier figure,
.single-news .donwload_dossier figure,
.single-dossier .donwload_dossier figure,
.tax-segmento .donwload_dossier figure {
  margin: 2px 2px 1rem 2px;
}

@media (min-width: 576px) {
  .page .donwload_dossier figure,
  .single-news .donwload_dossier figure,
  .single-dossier .donwload_dossier figure,
  .tax-segmento .donwload_dossier figure {
    margin: 2px;
  }
}

.page .donwload_dossier figure img,
.single-news .donwload_dossier figure img,
.single-dossier .donwload_dossier figure img,
.tax-segmento .donwload_dossier figure img {
  border-radius: 8px 8px 0 0;
}

@media (min-width: 576px) {
  .page .donwload_dossier figure img,
  .single-news .donwload_dossier figure img,
  .single-dossier .donwload_dossier figure img,
  .tax-segmento .donwload_dossier figure img {
    border-radius: 8px 0 0 8px;
  }
}

.page .donwload_dossier .iconadonwload,
.single-news .donwload_dossier .iconadonwload,
.single-dossier .donwload_dossier .iconadonwload,
.tax-segmento .donwload_dossier .iconadonwload {
  max-width: 65px;
  margin: 0.5rem auto;
}

.page .donwload_dossier .iconadonwload path,
.single-news .donwload_dossier .iconadonwload path,
.single-dossier .donwload_dossier .iconadonwload path,
.tax-segmento .donwload_dossier .iconadonwload path {
  fill: #ffffff;
}

#navigazione ul.navbar-nav li.informa a {
  color: #f08053;
}

#navigazione ul.navbar-nav li.informa.current-menu-item a {
  background-color: #f08053;
  color: #047e9a;
}

.preview-news-informa {
  padding: 2rem 0;
  border-bottom: 1px solid #dadada;
}

.preview-news-informa h2 {
  font-size: 1.3em;
  margin-top: 0px !important;
}

.preview-news-informa p {
  font-size: 0.9em;
}

.informa-sidebar {
  padding-top: 50px;
}

.informa-login-sidebar {
  background-color: #f08053;
  padding: 1rem;
  color: #ffffff;
  border-radius: 10px;
}

.informa-login-sidebar .form-check-label {
  font-size: small;
}

.informa-login-sidebar button {
  margin: 16px auto !important;
}

.informa-section--title {
  font-size: 1.3rem;
  color: #000000;
  font-weight: bold;
}

.informa-section--title:after {
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  background-color: #047e9a;
  margin: 0.5rem auto;
}

@media (min-width: 576px) {
  .informa-section--title:after {
    margin-left: 0;
  }
}

.informa-section-icon {
  width: 50px;
  height: auto;
  margin-right: 1rem;
  margin-top: -20px;
}

.informa-section-icon path {
  fill: #000000;
}

/* dossier */
.informa--dossier {
  background: #f08053 url("images/bg-informa.svg");
  padding: 30px 16px 0 16px;
}

@media (min-width: 576px) {
  .informa--dossier {
    padding: 30px 0px 0px 0px;
  }
}

.informa--dossier .informa-section--title {
  color: #ffffff;
  position: relative;
}

.informa--dossier .informa-section--title .scelti {
  position: absolute;
  white-space: nowrap;
  background-color: #047e9a;
  padding: 0.3rem 0.6rem;
  margin-left: 1rem;
  border-radius: 3px;
  font-weight: bold;
}

.informa--dossier .informa-section--title .scelti:before {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: #047e9a;
  left: -5px;
  top: 7px;
  transform: rotate(45deg);
}

.informa--dossier-icon {
  width: 50px;
  height: auto;
  margin-right: 1rem;
  margin-top: -20px;
}

.informa--dossier-icon path {
  fill: #ffffff;
}

.informa--dossier.informa--dossier-short {
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  margin-top: 2rem;
  border-radius: 10px;
}

.informa--dossier.informa--dossier-short h4 {
  font-size: 1.2rem;
}

.informa--dossier.informa--dossier-short h1 {
  font-size: 2rem;
}

.preview--dossier {
  background-color: #ffffff;
  border: 1px solid #f3f3f3;
  display: flex;
  height: 100%;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.preview--dossier img {
  border-radius: 6px;
}

.preview--dossier h4 {
  font-size: 1rem;
  padding: 0.5rem;
  margin-top: auto;
}

.preview--dossier:hover {
  box-shadow: 0 12px 12px -12px rgba(0, 0, 0, 0.4), 0 -12px 12px -12px rgba(0, 0, 0, 0.4);
}

.informa-dossier {
  list-style-type: none;
  border-left: 0px !important;
}

.informa-dossier li:before {
  display: none;
}

.informa-dossier li a {
  color: #ffffff;
  background: #f08053 url("images/bg-informa.svg") no-repeat;
  background-size: cover;
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  border-left: 0px;
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
}

.informa-dossier li a:hover {
  background-color: #f18a61;
}

.informa-pagination {
  clear: both;
  display: block;
  margin: 2rem 0;
  text-align: center;
}

.informa-pagination a {
  background: transparent;
  border: 1px solid #047e9a;
  color: #047e9a;
  padding: 0.5em 1em;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.informa-pagination a:hover {
  background: transparent;
  border-color: #06bbe5;
  color: #06bbe5;
}

.informa-pagination:after {
  content: '';
  display: table;
  clear: both;
}

/*
FRONTEND
*/
#informa-button {
  font-size: 0.9em;
  position: absolute;
  right: 40px;
  top: 5px;
  margin-top: 17.5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

@media (min-width: 576px) {
  #informa-button {
    font-size: 1.1em;
    top: 20px;
  }
}

@media (min-width: 768px) {
  #informa-button {
    font-size: 1.2em;
  }
}

@media (min-width: 992px) {
  #informa-button {
    position: relative;
    margin-top: 0px;
    top: 5px;
    margin-left: 10px;
    right: 5px;
  }
}

#informa-section {
  background: #f08053 url("images/bg-informa.svg");
}

.informa-logo {
  color: #ffffff;
  display: block;
  font-style: italic;
  font-size: 4em;
  line-height: 0.5em;
  margin: 30px auto;
}

.informa-logo span {
  text-transform: uppercase;
  display: block;
  font-size: 27%;
  font-style: normal;
  margin-left: 30%;
}

.informa-logo em {
  color: #047e9a;
  font-style: normal;
}

.informa-logo.dark {
  color: #000000;
}

.informa-informazioni {
  clear: both;
  float: none;
  margin-top: 3rem;
}

.informa-informazioni-descrizione {
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.informa-informazioni-card {
  background: #eee;
  padding: 2.6rem;
}

.informa-informazioni-card-image {
  padding: 1.5rem;
}

.informa-card-section {
  align-items: center;
}

.informa-card-descrizione {
  text-align: center;
}

@media (min-width: 768px) {
  .informa-card-descrizione {
    text-align: left;
  }
}

.my-informa-card {
  position: relative;
}

.my-informa-card--id {
  position: absolute;
  top: 18%;
  text-align: center;
  font-size: 1.8em;
  color: #ffffff;
  z-index: 2;
  width: 100%;
}

.my-informa-menu {
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 10px;
  padding: 1rem;
  margin-top: 16px;
  margin-bottom: 16px;
  position: relative;
}

.my-informa-menu:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  transform: rotate(45deg);
  top: -10px;
  left: 50%;
  margin-left: -20px;
}

.my-informa-menu-title {
  font-size: 1.4em;
  line-height: 1;
}

.my-informa-menu a {
  display: block;
  padding: 0.5em 1em;
}

.my-informa-menu a.current {
  font-weight: bold;
  background-color: #f3f3f3;
  border-radius: 2rem;
}

.my-informa-menu.dossier {
  background: #f08053 url("images/bg-informa.svg") no-repeat !important;
  background-size: cover;
  padding-bottom: 0px;
}

.my-informa-menu.dossier:before {
  background-color: #f08053 !important;
}

.my-informa-menu.dossier .my-informa-menu-title {
  color: #ffffff;
}

.my-informa-menu.dossier .btn {
  max-width: 70%;
  margin: 10px auto;
}

.my-informa-menu.dossier a {
  position: relative;
  color: #ffffff !important;
}

.my-informa-menu.dossier a.current {
  background-color: #ec5d24 !important;
}

.my-informa-menu.dossier a .scelti {
  position: absolute;
  white-space: nowrap;
  background-color: #047e9a;
  padding: 0.3rem 0.6rem;
  margin-left: 1rem;
  border-radius: 3px;
  font-weight: bold;
}

.my-informa-menu.dossier a .scelti:before {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: #047e9a;
  left: -5px;
  top: 7px;
  transform: rotate(45deg);
}

.my-informa-menu ul {
  padding: 0;
}

.my-informa-menu ul li {
  list-style-type: none;
  padding: 0;
}

#modificaprofiloinforma label {
  font-weight: bold;
}

.grid-products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 2rem;
}

@media screen and (max-width: 960px) {
  .grid-products {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 480px) {
  .grid-products {
    grid-template-columns: 1fr;
  }
}

.grid-products .product {
  padding: 5px;
  border: 1px solid #dadada;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
}

.grid-products .product img {
  width: 150px;
  aspect-ratio: 4/3;
  object-fit: cover;
  overflow: hidden;
}

.grid-products .product h3 {
  font-size: 1.25rem;
  padding: 5px 0px;
}

@media screen and (min-width: 480px) {
  .grid-products .product {
    flex-direction: column;
  }
  .grid-products .product img {
    width: 100%;
  }
  .grid-products .product h3 {
    margin-top: auto;
  }
}

.label-informa {
  font-size: 2rem;
  color: #047e9a;
}

.label-informa em {
  color: #ffffff;
}

.error404 {
  background-color: #f3f3f3;
}

.error404 main.container {
  background-color: #f3f3f3;
  text-align: center;
}

.error404 main.container .titolo-404 {
  font-size: 8em;
  margin-top: 60px;
}

.error404 main.container .titolo-oops {
  font-size: 3em;
}

.error404 main.container .testo-404 {
  font-size: 1.3em;
}

.modal-success .close {
  position: absolute;
  right: 16px;
  top: 16px;
}

.modal-success i {
  color: #5cc544;
}

.modal-success p {
  font-size: 1.2em;
  max-width: 80%;
  margin: 0px auto;
  padding: 0px 20px 20px 20px;
}

.grecaptcha-badge {
  display: none;
}
