@font-face {
    font-family: 'Open Sans';
    src: url('../../fonts/myfonts/OpenSans-Regular.woff2') format('woff2'),
        url('../../fonts/myfonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../../fonts/myfonts/OpenSans-Bold.woff2') format('woff2'),
        url('../../fonts/myfonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PT Sans';
    src: url('../../fonts/myfonts/PTSans-Regular.woff2') format('woff2'),
        url('../../fonts/myfonts/PTSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PT Sans';
    src: url('../../fonts/myfonts/PTSans-Bold.woff2') format('woff2'),
        url('../../fonts/myfonts/PTSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Frank Ruhl Libre';
    src: url('../../fonts/myfonts/FrankRuhlLibre-Regular.woff2') format('woff2'),
        url('../../fonts/myfonts/FrankRuhlLibre-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Frank Ruhl Libre';
    src: url('../../fonts/myfonts/FrankRuhlLibre-Bold.woff2') format('woff2'),
        url('../../fonts/myfonts/FrankRuhlLibre-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
  --grid-gutter-width:32px;
  --gutter-small: 8px;
  --gutter-medium: 16px;
  --gutter-normal: 32px;  
  --gutter-large: 36px;
  --global-spacing: 8px;
  --t4-gutter-x: 2rem;
}
.sharing {
  display: none!important;
}

@media (min-width: 1400px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .t4-masthead .t4-masthead-detail {
  max-width: 1200px;
}
}  
@media (min-width: 1700px) {
.container-xl {
  max-width: 1560px;
}
}  
/*.container, .t4-masthead .t4-masthead-detail, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  padding-right: calc(var(--t4-gutter-x) * 1);
  padding-left: calc(var(--t4-gutter-x) * 1);
}*/
#t4-header.t4-sticky {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
}
.t4-sticky {
  position: sticky !important;
  top: 0 !important;
  z-index: 10;
}
/*.header-block-2 .container-xxl {
  padding-right: 0;
  padding-left: 0;
}*/
.navbar-brand {
  margin-right: 1rem;
  font-size: 1.25rem;
}
/*-----LOGO (variare a seconda del logo)------*/
@media screen and (min-width: 1025px) {
  .logo-image {
    max-width: 320px;
}
}
@media screen and (max-width: 1024px) {
  .logo-image {
    max-width: 280px;
}
}
@media screen and (max-width: 768.98px) {
  .logo-image {
    max-width: 240px;
}
}
@media screen and (max-width: 638px) {
  .logo-image {
    max-width: 200px;
}
}
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
  color: var(--mainnav-link-color);
 /* font-size: 18px;*/
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
}
/*----OFFCANVAS------*/
.t4-offcanvas .t4-off-canvas-body .navbar .nav-item {
  border-bottom: 1px solid #e9ecef;
}
.t4-offcanvas .t4-off-canvas-body .navbar .nav-link, .t4-offcanvas .t4-off-canvas-body .navbar .separator {
  color: var(--body-text-color);
  padding: 0.75rem 0;
}
.t4-offcanvas .nav .nav-link, .t4-offcanvas .dropdown-menu {
  font-size: 1.0625rem;
  font-weight: 400;
}
.t4-offcanvas .t4-off-canvas-body .navbar .nav-link, .t4-offcanvas .t4-off-canvas-body .navbar .separator {
  font-weight: 400;
}
.t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle {
  background:  url(../../images/chevron-down-gray.svg) 3px 4px no-repeat;
  background-color: #f2f4f6;
  border-radius: 50%;
  color: #adb5bd;
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  width: 30px;
 } 
.t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle::after {
  display: none;
}
.t4-offcanvas .t4-off-canvas-body .navbar.drilldown-effect .navbar-nav .btn-toggle::after {
  display: none;
}  
.t4-offcanvas .t4-off-canvas-body .navbar.drilldown-effect .navbar-nav .btn-toggle,
.t4-offcanvas .t4-off-canvas-body .navbar.drilldown-effect .navbar-nav .btn-toggle:hover {
  color: var(--headings-color);
  background:  url(../../images/chevron-right.svg) 7px 6px no-repeat;
}
.t4-offcanvas .t4-off-canvas-body .navbar.drilldown-effect .sub-menu-back,
.t4-offcanvas .t4-off-canvas-body .navbar.drilldown-effect .sub-menu-back:hover {
  background:  url(../../images/chevron-left.svg) 0 10px no-repeat;
  background-color: transparent;
  padding: 0.5rem 1rem 0.5rem 1.2rem;
}
.t4-offcanvas .t4-off-canvas-body .navbar.drilldown-effect .sub-menu-back i.fa-chevron-left  {
  display: none;
}


.t4-slideshow .container-fluid, .features .container-fluid, .t4-hero .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.card, body.contentpane .well {
--t4-card-border-radius: 0rem;
}

.t4-footnav {
  border-bottom: 1px solid #f9f9f9;
}
.mod-title, .module-title {
  font-family: var(--megamenu-font-family);
}
/*------MOD FINDER------*/
.mod-finder.js-finder-searchform-popup .finder-btn-search {
  cursor: pointer;
  margin-top: -3px;
}
.mod-finder.js-finder-searchform-popup .finder-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  position: fixed;
  visibility: hidden;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
}
.mod-finder.js-finder-searchform-popup .overlay {
  background-color: rgba(0, 0, 0, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  transition: 500ms all;
  opacity: 0;
}
.mod-finder.js-finder-searchform-popup div.mod-finder-wrap {
  max-width: 500px;
  width: 90%;
  z-index: 10;
}
.mod-finder.js-finder-searchform-popup div.mod-finder-search {
  margin: 0 auto;
  transition: 500ms all;
  opacity: 0;
  transform: translateY(30px);
  position: relative;
  z-index: 2;
  max-width: 500px;
}
.mod-finder.js-finder-searchform-popup div.mod-finder-search input.form-control {
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: var(--h2-font-size);
  padding: 0 0 var(--gutter-sm) 0;
  max-width: 100%;
}
@media (max-width: 575.98px) {
.mod-finder.js-finder-searchform-popup div.mod-finder-search input.form-control {
  font-size: var(--body-font-size);
  width: 95%;
}
}
.mod-finder.js-finder-searchform-popup div.mod-finder-search input.form-control:focus {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.mod-finder.js-finder-searchform-popup div.mod-finder-search button[type="submit"] {
  z-index: 5;
}
.mod-finder.js-finder-searchform-popup div.mod-finder-search button[type="submit"]:before {
  display: none;
}
.head-search-open .mod-finder.js-finder-searchform-popup .finder-popup {
  opacity: 1;
  visibility: visible;
}
.head-search-open .mod-finder.js-finder-searchform-popup .overlay {
  opacity: 1;
  transition: 500ms all;
}
.head-search-open .mod-finder.js-finder-searchform-popup div.mod-finder-search {
  transform: translateY(0);
  opacity: 1;
  transition: 500ms all;
}
.search-results .badge-secondary {
  background-color: transparent;
  border: 1px solid var(--tpl-base-200);
  border-radius: 0;
  color: var(--headings-color);
  --t4-badge-font-weight: 400;
}
.t4-offcanvas-toggle {
  font-size: 0.875rem;
}
/*------SEARCH-------*/
.com-finder__search .input-group .btn  {
  --t4-btn-padding-x: 1rem;
  --t4-btn-padding-y: 0.4rem;
}  
.icon-search {
  color: #fff;
  background:  url(../../images/search-white.svg) 0 0 no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  display: block;
  float: left;
}
.icon-search-plus {
  color: #fff;
  background:  url(../../images/search-plus-white.svg) 0 0 no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  display: block;
  float: left;
}
.awesomplete {
  margin-bottom: 0.5rem;
}
.com-finder__search .input-group-append, .com-finder__search .input-group-addon {
  margin: 0 0 0.5rem 0.25rem;
}
@media (max-width: 575.98px) {
.com-finder__search .input-group-append {
  padding-top: 0;
}
}

.features.style-1 .features-content {
  background: #1d1f22;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  height: 100%;
  padding: 60px 120px 60px 120px;
  position: relative;
}
@media (min-width: 1500px) {
.features.style-1 .features-content {
  padding: 90px 120px 90px 120px;
}
}
@media (max-width: 1199.98px){
.features.style-1 .features-content {
  padding: 60px;
}
}
@media (max-width: 767.98px) {
.features.style-1 .features-content {
  padding: 30px;
} 
.section-title-wrap .sub-heading {
  font-size: var(--h3-font-size);
  line-height: 1;
}
.lead, .t4-masthead .t4-masthead-description {
  font-size: 1rem;
}
}
.features.style-1 .features-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.features.style-1 .features-content p,
.features.style-1 .features-content .ft-position {
  opacity: 0.75!important;
  margin-bottom: 0;
} 
.features.style-1 .features-content .features-info {
  margin-top: 40px;
}
.t4-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 96px 32px;
}
.t4-inner .title ,
.t4-inner .desc {
  color: #fff;
  margin: 0;
  position: relative;
}
.t4-inner .title.big  {
  font-size: 4rem;
}
.t4-inner .desc  {
  font-size: 1.125rem;
  margin-left: 64px;
  line-height: 1.7;
}
.t4-inner .btn-action {
  margin-left: 64px;
}
@media (max-width: 991.98px) {
  .t4-inner  {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 48px 16px;
}
.t4-inner .desc  {
  font-size: 1rem;
  margin-left: 0;
  line-height: 1.3;
}
.t4-inner .btn-action {
  margin-left: 0;
  margin-top: 1.6rem;
text-align: center;
}
}
@media (max-width: 1439.98px) {
.t4-inner .title.big  {
  font-size: 2rem;
}
}
.t4-inner.fixed {
  opacity: 1 !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 1024px) {
.t4-inner.fixed {
  background-attachment: fixed;
}
}
@media (max-width: 1023.98px) {
.t4-inner .title {
	font-size: 1.625rem;
}
}
.t4-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.9);
}
@media (min-width: 1024px) {
.fixed .t4-masthead-inner {
  background-attachment: fixed;
}
}
/*-------SECTION------*/
.section-heading .mod-title {
  font-family: var(--heading-font-family);
  font-size: var(--h2-font-size);
} 
@media (min-width: 1200px) {
.section-heading .mod-title  {
  font-size: 2.5rem !important;
}
}
.section-heading .lead {
  margin-top: 0.5rem!important;
} 

.container, .t4-masthead .t4-masthead-detail, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.layout-default-ad .t4-masthead-inner, .layout-wide .t4-masthead-inner, .layout-blocks .t4-masthead-inner, .section-overlap + div .t4-masthead-inner {
  padding: 5rem 0 5rem;
}

/*-----MASTHEAD------*/
.t4-masthead .t4-masthead-detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: calc(var(--t4-gutter-x) * 0.5);
  padding-left: calc(var(--t4-gutter-x) * 0.5);
  text-align: center;
}
@media (min-width: 576px) {
  .container-sm, .container, .t4-masthead .t4-masthead-detail {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .t4-masthead .t4-masthead-detail {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
.container-lg, .container-md, .container-sm, .container, .t4-masthead .t4-masthead-detail {
    max-width: 960px;
}
.com-content-article.small-content .content-article {
  max-width: 900px;
  margin: 0 auto;
}
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .t4-masthead .t4-masthead-detail {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .t4-masthead .t4-masthead-detail {
    max-width: 1200px;
  }
}

.container, .t4-masthead .t4-masthead-detail, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.layout-default-ad .t4-masthead-inner, .layout-wide .t4-masthead-inner, .layout-blocks .t4-masthead-inner, .section-overlap + div .t4-masthead-inner {
  padding: 5rem 0 5rem;
}
.t4-masthead-inner {
  background-position: center center;
  padding: 0;
}
.t4-masthead-detail {
  background-position: center center;
  padding: 4rem 0;
}
.fixed .t4-masthead-inner{
    background-attachment: scroll;
}

@media screen and (min-width: 1024px) {
.t4-masthead-detail {
  padding: 10rem 0;
}
.fixed .t4-masthead-inner {
  background-attachment: fixed;
}
.parallax.t4-masthead-inner {
  background-attachment: fixed;
}
}

@media screen and (min-width: 768px) and (max-width: 1023.98px)  {
  .t4-masthead-detail {
    padding: 6rem 0;
  }
}
.t4-masthead .t4-masthead-title {
  font-size: calc(1.75rem + 2vw);
  font-weight: 400;
  line-height: var(--heading-line-height);
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}
@media (min-width: 992px) {
  .t4-masthead .t4-masthead-title {
    padding-left: 10%;
    padding-right: 10%;
}
}
.t4-masthead .t4-masthead-detail, .t4-masthead .t4-masthead-title{
  color: #fff;
  z-index: 1;
}
.dark .t4-masthead .t4-masthead-detail, .dark .t4-masthead .t4-masthead-title{
  color: #111;
}
.fixed .t4-masthead-inner {
  background-attachment: scroll;
}
@media (min-width: 1024px) {
  .fixed .t4-masthead-inner {
    background-attachment: fixed;
}
}
.t4-masthead .t4-masthead-description {
  font-size: 1.25rem;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .lead, .t4-masthead .t4-masthead-description {
    font-size: 1rem;
}
}
.t4-masthead-inner {
  padding: 0;
}


.t4-masthead .t4-masthead-title {
  margin: 0!important;
}

.t4-masthead-inner.has-bg {
background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
 /* height: auto;*/
  overflow: hidden;
  position: relative;
}

.masthead .custom.bg-mask, .features-bottom .custom.bg-mask, .bg-fixed {
  background-attachment: fixed;
}
 .masthead .custom.bg-mask, .masthead .custom.bg-mask.category {
    height: 50vh;
  }
  .masthead .custom.bg-mask, .masthead .custom.video-mask, .masthead .custom.bg-mask.category {
  overflow: hidden;
  background-size: 100% auto !important;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
}
.mask-caption {
  position: absolute;
  top: 0%;
  z-index: 2;
}
.mask-caption {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.mask-text {
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  top: 50%;
  font-weight: normal!Important;
}

.caption-text {
  z-index: 0;
}
.btn, .blog-list .item-readmore a {
  --t4-btn-border-radius: 0rem;
}
.parallax .btn {
  padding: 0.75rem 1.25rem;
  font-size: 20px;
}
@media (min-width: 768px) {
.t4-main-body {
  padding-top: 3.5rem!important;
  padding-bottom: 3.5rem!important;
}
}
@media (min-width: 320px) {
.t4-main-body {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
}
.t4-footnav .container {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.t4-footnav .t4-module .navbar .nav > li a.nav-link {
  padding: 0;
  font-size: 1rem;
}

.fs-5 {
  font-size: 1.3rem !important;
}
/*-----BLOG-------*/

.d-blog .item-inner {
    margin-bottom: 2rem;
    padding-bottom: 0;
}
@media (max-width: 767.98px) {
.item-7 .article-title {
   padding-top: 1rem ;
  }
}
/*---Accordion-----*/
.accordion {
  padding: 0;
  border: 1px solid #e9ecef;
}
/*----Stili Articoli-----*/
.item-image img {
  border-radius: 0;
}
@media (min-width: 992px) {
.item-page .article-body {
  font-size: 1.125rem;
}
}
.item-page .item-image {
  margin: 0 0 32px 0;
  float: none;
  width: 100%;
}
.item-image a img {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.item-image a:hover img {
  opacity: 0.7;
}
.article-info .fa {
  display: none;
}
.article-info {
  color: #8D8D8D !important;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.item-2 .intro-text > p {
  font-family: var(--heading-font-family);
}
  @media (min-width: 576px) {
.item-2 .intro-text {
  font-size: var(--h5-font-size);
  line-height: 1.4;
  margin-bottom: 32px;
}
}    
.com-content-article.item-4 .full-width .wrap-content, .com-content-article.item-5 .wrap-content, .com-content-article.item-6 .wrap-content {
  background: #f9f9f9;
  margin-bottom: 64px;
}
.no-gutter {
  margin-left: calc(0px / -2);
  margin-right: calc(0px / -2);
  margin-top: calc(0px / -2);
  margin-bottom: calc(0px / -2);
}
.no-gutter > .col, .no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.wrap-content .item-image {
  margin-bottom: 0 !important;
  height: 100%;
  float: none;
  width: 100%;
}
.com-content-article.item-5 .article-lead, 
.com-content-article.item-6 .article-lead {
  display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 32px 96px;
text-align: center;
height: 100%;
}
@media (max-width: 1295.98px) {
.com-content-article.item-4 .article-lead,
.com-content-article.item-5 .article-lead,
.com-content-article.item-6 .article-lead {
  padding: 32px!important;
}
}
@media (min-width: 640px) and (max-width: 767.98px) {
.com-content-article.item-4 .col-md-6,
.com-content-article.item-5 .col-md-6,
.com-content-article.item-6 .col-md-6 {
  max-width: 100%;
}
}
@media (max-width: 575.98px) {
.com-content-article.item-4 .article-lead,
.com-content-article.item-5 .article-lead,
.com-content-article.item-6 .article-lead {
  padding: 32px 16px;
}
}
.link-social {
  text-align: center;
}
.link-social ul a {
  background: #fff;
  border: 1px solid #dadfe3;
  display: inline-block;
  color: #666;
  line-height: 30px;
/*  font-size: 14px;*/
  margin: 3px 5px;
  height: 36px;
  width: 36px;
}
.com-content-article.item-4 .link-social ul, .com-content-article.item-5 .link-social ul, .com-content-article.item-6 .link-social ul {
  list-style: none;
}
.com-content-article.item-4 .link-social ul, .com-content-article.item-5 .link-social ul, .com-content-article.item-6 .link-social ul, .com-content-article.item-7 .link-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}
@media (min-width: 992px) {
.item-2 .article-body, .item-5 .article-body, .item-6 .article-body {
  padding-left: 100px;
  padding-right: 16px;
}
} 
.item-5 .item-image img, .item-6 .item-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.item-7 .wrap-content .item-image {
  margin-bottom: 20px !important;
  height: auto;
  float: none;
  width: 100%;
}
.item-7 .sidebar-article {
  position: sticky;
  top: 140px;
}
.item-7 .sharing {
  float: none;
}
/*-------SHARING-------*/

.jssocials-share-link {
  padding: .5em .555em .5em;
}
.item-page.has-share {
  position:relative;
  width:100%;
}
@media (min-width: 641px) {
.jssocials {
  font-size: 15px;
}
.sharing {
  float: left;
  position: sticky;
  top: 32px;
  display: block;
  z-index: 1;
}
.has-share.square .sharing .jssocials {
  display: block;
  max-width: 50px;
}
.has-share.square .sharing .jssocials .jssocials-share-label {
  display: none;
}
.has-share.square .sharing .jssocials .jssocials-share-link {
  padding: .5em .53em;
}
.has-share.square .jssocials-share {
  display: block;
  margin: 6px 10px 12px 0;
}
.has-share.square .sharing .jssocials [class^="och-icon-"], .has-share.square .sharing .jssocials [class*=" och-icon-"] {
  font-size: 17px;
}
}
@media (min-width: 992px) {
.jssocials {
  font-size: 15px;
}
.sharing {
  float: left;
  position: sticky;
  top: 50px;
  display: block;
}
.sharing .jssocials {
  display: block;
  max-width: 50px;
}
.has-share.square .sharing .jssocials [class^="och-icon-"], .has-share.square .sharing .jssocials [class*=" och-icon-"] {
  font-size: 20px!important;
}
.has-share.square .sharing .jssocials .jssocials-share-link {
  padding: .7em .7em!important;
}
}
  @media (min-width: 641px) {
.has-share.square .sharing .jssocials .jssocials-share-label {
  display: none;
}
}    
.item-page .article-tags {
  width: 100%;
  float:left;
}
/*------N3T Cookieconsent-------*/
.cc-trigger.cc-trigger-handle.cc-trigger-bottom.cc-trigger-left {
  transform: rotate(0deg) translateY(100%)!important;
  transform-origin: left bottom !important;
  border-radius: .5rem .5rem 0 0 !important;
  bottom: 2.1rem !important;
}
.cc-trigger.cc-trigger-handle svg {
  display: none !important;
}
@media (min-width: 1024px) {
.cc-trigger.cc-trigger-handle.cc-trigger-bottom.cc-trigger-left {
  left: 10px !important;
}
}
@media screen and (max-width: 1023px) {
.cc-trigger.cc-trigger-handle {
  font-size: 12px !important;
}
}
/*------READ NEXT-----*/
.read-next .category-module .item-media img {
  height: 100%;
}
.category-module > li .item-media img, .latestnews > li .item-media img, .mostread > li .item-media img {
  border-radius: 0;
} 
/*----OS MODUL----*/
.osmodul{
  z-index: 0;
}
/*-----BACK TO TOP--------*/
#back-to-top {
  line-height: 2rem;
  color: #fff!important;
}
#back-to-top svg {
  width: 32px;
}
/*------COLORI-----*/
.light {
  color: #fff !important;
}
.gold {
  color: var(--mainnav-link-hover-color);
}
svg .gold {
  color: var(--mainnav-link-hover-color);
}
.bg-beige {
  background-color: #f9ceb9;
}
.bg-celeste {
  background-color: #ADD2FF;
}
.bg-giallo {
  background-color: #fbc847;
}
.light {
  color: #fff;
} 
.bg {
  padding: 1rem;
} 
.bg-white,
.bg-white .blog-item-content,
.wrap-white .wrap-content {
  background-color: #fff!important;
} 
.bg-black,
.bg-black .blog-item-content,
.wrap-black .wrap-content {
  background-color: #000!important;
} 
.bg-brown,
.bg-brown .blog-item-content,
.wrap-brown .wrap-content {
  background-color: #cfc1b9!important;
} 
.bg-cream,
.bg-cream .blog-item-content,
.wrap-cream .wrap-content  {
  background-color: #f8f4ef!important;
}
.bg-gold,
.bg-gold .blog-item-content,
.wrap-gold .wrap-content  {
  background-color: #c1ab7c!important;
} 
.bg-pink,
.bg-pink .blog-item-content,
.wrap-pink .wrap-content  {
  background-color: #fff7f5!important;
}
.bg-yellow,
.bg-yellow .blog-item-content,
.wrap-yellow .wrap-content  {
  background-color: #fef7e0!important;
}
.bg-cyan,
.bg-cyan .blog-item-content,
.wrap-cyan .wrap-content  {
  background-color: #e2f8fe!important;
}
.bg-green,
.bg-green .blog-item-content,
.wrap-green .wrap-content  {
  background-color: #e6f4ea!important;
}
.bg-gray,
.bg-gray .blog-item-content,
.wrap-gray .wrap-content  {
  background-color: #f2f3f7!important;
}
.wrap-cream .text {
  background-color: #f8f4ef!important;
}
.wrap-pink .text{
  background-color: #fff7f5!important;
}
.wrap-yellow .text {
  background-color: #fef7e0!important;
}
.wrap-cyan .text{
  background-color: #e2f8fe!important;
}
.wrap-green .text {
  background-color: #e6f4ea!important;
}
/*-------BG-MASK-------*/
.bg-mask {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.t4-masthead-inner:after,
.bg-mask:after,
.t4-inner:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  clear: both;
  width: 100%;  
}
.mask-db:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,.7)), to(transparent));
  background: linear-gradient(to top, rgba(0,0,0,.7), transparent);
}
.mask-grad-d:after {
background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.7)),color-stop(0%,transparent),color-stop(40%,transparent),to(rgba(0,0,0,.7)));
  background: linear-gradient(180deg,rgba(0,0,0,.7) 0,transparent 0%,transparent 40%,rgba(0,0,0,.7));
}
.mask-d:after {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
}
.mask-d30:after {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
}.mask-d80:after {
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
}
.mask-lb:after  {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.9)), to(transparent));
  background: linear-gradient(to top, rgba(255, 255, 255, 0.9), transparent);
}
.mask-grad-l:after {
background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.7)),color-stop(0%,transparent),color-stop(40%,transparent),to(rgba(255,255,255,.7)));
  background: linear-gradient(180deg,rgba(255,255,255,.7) 0,transparent 0%,transparent 40%,rgba(255,255,255,.7));
}
.mask-l:after {
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
}
.mask-l30:after {
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
}
.acm-features.style-9 .bg-mask {
  background-attachment: scroll;
}

.shadow-m {
  position: relative;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1)!important;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1!important);
}
.card.bg-light {
  transition: all 0.5s;
}
.card.bg-light:hover  {
 background-color: rgba(0, 0, 0, 0.8)!important;
  width: 100%;
  color: #fff;
  transition: all 0.5s;
}
.card.bg-light:hover h4 {
  color: #fff;
  transition: all 0.5s;
}

@media (min-width: 768px) {
.mt-up .col-md-6 {
  width: 33.333%;
}
.mt-up {
  margin-top: -50px;
}
}
@media (min-width: 1280px) {
.mt-up {
  margin-top: -70px;
}
}
@media (max-width: 767px) {
.mt-up {
  margin-top: 2rem;
}
}
