* {
  margin: 0;
  padding: 0;
  font: inherit;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-focus-ring-color: rgba(255,255,255,0);
  cursor: default;
}

body {
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  background: transparent;
  color:#0786C7;
}

*:focus,
*:active,
*:hover {
  outline: none;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  -moz-tab-size: 4;
  tab-size: 4;
  white-space: pre-wrap;
}

q {
  quotes: '\201C' '\201D' '\2018' '\2019';
}

img {
  border: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

input,
select,
textarea {
  border-radius: 0;
  box-shadow: none;
}

input,
textarea {
  resize: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}

[placeholder]:focus::placeholder {
  color: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
custom bootstrap styles
*/

a:hover {
  color: #13D3A6;
  text-decoration: none;
}

ol,
ul {
  margin-bottom: 0;
}

button:focus {
  outline: none;
}

/* SNDS */
/* CLASSI PER RESPONSIVE */
.show-desktop {display:block}
.show-mobile {display:none}
.show-small-mobile{display:none}
.show-small-desktop{display:block;}
.show-tablet{display:none}
.hide-tablet{display:block}
.show-big-desktop{display:block;}
.no-resp {display:block}
.resp {display:none}

/* IMPOSTAZIONI GENERALI */
.float_left, .fl{float:left;}
.float_right, .fr{float:right;}
.clear_both, .clear{clear:both;}
.pointer, .cursor_pointer{cursor:pointer!important;}
.display-flex {display:flex}

/* POSIZIONI */
.rel-up {position:relative; z-index:1}
.rel-xsup {position:relative; z-index:3}
.rel-sup {position:relative; z-index:20}
.flex-center {display: flex;align-items: center;justify-content: center;}
.flex-center-left {display: flex;align-items: center;}
.flex-center-right {display: flex;align-items: center; justify-content: flex-end;}
.flex-center-col {display: flex;align-items: center;justify-content: center; flex-direction:column}
.flex-center-col-left {display: flex; flex-direction:column; justify-content: center;}
.flex-display {display:flex}
.flex-align {display:flex; align-items: center;}

/* MARGIN E PADDING */
.no-mar, .nomar {margin:0!important;}
.no-mar-l, .nomarl {margin-left:0 !important}
.no-mar-t, .nomart {margin-top:0 !important}
.no-mar-b, .nomarb {margin-bottom:0 !important}
.no-mar-r, .nomarr {margin-right:0 !important}
.no-pad, .nopad {padding:0!important;}
.no-pad-l, .nopadl {padding-left: 0 !important;}
.no-pad-t, .nopadt {padding-top: 0 !important;}
.no-pad-b, .nopadb {padding-bottom: 0 !important;}
.no-pad-r, .nopadr {padding-right: 0 !important;}

.m-10 {margin:10px}
.m-20 {margin:20px}
.m-30 {margin:30px}
.m-40 {margin:40px}
.m-50 {margin:50px}
.m-60 {margin:60px}

.mtb-10 {margin:10px 0}
.mtb-20 {margin:20px 0}
.mtb-30 {margin:30px 0}
.mtb-40 {margin:40px 0}
.mtb-50 {margin:50px 0}
.mtb-60 {margin:60px 0}

.mrl-10 {margin:0 10px}
.mrl-20 {margin:0 20px}
.mrl-30 {margin:0 30px}
.mrl-40 {margin:0 40px}
.mrl-50 {margin:0 50px}
.mrl-60 {margin:0 60px}

.mr-10 {margin-right:10px}
.mr-20 {margin-right:20px}
.mr-30 {margin-right:30px}
.mr-40 {margin-right:40px}
.mr-50 {margin-right:50px}
.mr-60 {margin-right:60px}

.ml-10 {margin-left:10px}
.ml-20 {margin-left:20px}
.ml-30 {margin-left:30px}
.ml-40 {margin-left:40px}
.ml-50 {margin-left:50px}
.ml-60 {margin-left:60px}

.mt-10 {margin-top:10px}
.mt-20 {margin-top:20px}
.mt-30 {margin-top:30px}
.mt-40 {margin-top:40px}
.mt-50 {margin-top:50px}
.mt-60 {margin-top:60px}
.mt-80 {margin-top:80px}
.mt-neg-100 {margin-top:-100px}

.mb-10 {margin-bottom:10px}
.mb-20 {margin-bottom:20px}
.mb-30 {margin-bottom:30px}
.mb-40 {margin-bottom:40px}
.mb-50 {margin-bottom:50px}
.mb-60 {margin-bottom:60px}
.mb-80 {margin-bottom:80px}

.p-10 {padding:10px}
.p-20 {padding:20px}
.p-30 {padding:30px}
.p-40 {padding:40px}
.p-50 {padding:50px}
.p-60 {padding:60px}
.p-80 {padding:80px}

.ptb-10 {padding:10px 0}
.ptb-20 {padding:20px 0}
.ptb-30 {padding:30px 0}
.ptb-40 {padding:40px 0}
.ptb-50 {padding:50px 0}
.ptb-60 {padding:60px 0}
.ptb-80 {padding:80px 0}

.prl-10 {padding:0 10px}
.prl-20 {padding:0 20px}
.prl-30 {padding:0 30px}
.prl-40 {padding:0 40px}
.prl-50 {padding:0 50px}
.prl-60 {padding:0 60px}
.prl-80 {padding:0 80px}

.pr-10 {padding-right:10px}
.pr-20 {padding-right:20px}
.pr-30 {padding-right:30px}
.pr-40 {padding-right:40px}
.pr-50 {padding-right:50px}
.pr-60 {padding-right:60px}
.pr-80 {padding-right:80px}

.pl-10 {padding-left:10px}
.pl-20 {padding-left:20px}
.pl-30 {padding-left:30px}
.pl-40 {padding-left:40px}
.pl-50 {padding-left:50px}
.pl-60 {padding-left:60px}
.pl-80 {padding-left:80px}

.pt-10 {padding-top:10px}
.pt-20 {padding-top:20px}
.pt-30 {padding-top:30px}
.pt-40 {padding-top:40px}
.pt-50 {padding-top:50px}
.pt-60 {padding-top:60px}
.pt-80 {padding-top:80px}

.pb-10 {padding-bottom:10px}
.pb-20 {padding-bottom:20px}
.pb-30 {padding-bottom:30px}
.pb-40 {padding-bottom:40px}
.pb-50 {padding-bottom:50px}
.pb-60 {padding-bottom:60px}
.pb-80 {padding-bottom:80px}

/* ALTEZZE E LARGEZZE */
.w-auto {width:auto}
.h-auto {height:auto}
.w-100 {width:100%}
.h-100 {height:100%}
.rel {position:relative}
.rel-up {position:relative; z-index:1}

/* COLORI */
.light-text {color:#fff !important}
.bg-grey-gradient {background: linear-gradient(#fff, #f2f2f2);}
.bg-grey-gradient-inv {background: linear-gradient(#f2f2f2, #fff);}
/*
base styles
*/

body {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  line-height: 1.714285714285714;
  font-size: 14px;
  background: #fff;
  color: #333;
}

main {
  position: relative;
  z-index: 2;
  background: #fff;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #fff;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #0786C7;
}

::selection {
  background-color: #0786C7;
  color: #fff;
}

.no-mobile [data-motion-svg] {
  opacity: 0;
}

.no-mobile [data-motion-svg].animated {
  opacity: 1;
}

/*
link
*/

a:not([class]) {
  color: currentColor;
  transition: 0.3s ease;
  cursor: pointer;
}

a:not([class]):hover {
  color: #13D3A6;
}

.single-post__text a {color:#0786C7}
.single-post__text a:hover {color:#13D3A6}
.single-post__text h3 {margin-top:20px; margin-bottom:20px}
.single-post__text h2 {margin-bottom:40px;}
.link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: none;
  cursor: pointer;
}

.link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.link:hover {
  color: #0786C7;
}

.link:hover:after {
  opacity: 1;
}

.link_active {
  color: #0786C7;
}

.link_active:after {
  opacity: 1;
}

.link_inverted:after {
  opacity: 1;
}

.link_inverted:hover:after {
  opacity: 0;
}

/*
article-item
*/

.article-item {
  text-decoration: none;
  color: currentColor;
}

.article-item__image-wrapper {
  display: block;
  overflow: hidden;
  margin-bottom: 23px;
}

.article-item img {
  display: block;
  width: 100%;
  transition: 0.5s;
  transform: scale(1);
}

.article-item img:hover {
  transform: scale(1.04);
}

.article-item__item-title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  transition: color 0.3s;
  line-height: 1;
  margin-bottom: 8px;
  color: currentColor;
}

.article-item__item-title:hover {
  color: #0786C7;
}

.article-item__category {
  color: currentColor;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  transition: color 0.3s;
}

.article-item__category:hover {
  color: #0786C7;
}

.article-item__date {
  color: #0786C7;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.article-item__date:after {
  content: '';
  position: absolute;
  background: currentColor;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  top: 50%;
  left: 0;
  display:none
}

.article-text {
  font-size:15px;
  color:#666;
  margin-top:10px;
}
/*
article-listing-item
*/

.article-listing-item {
  background: #f2f2f2;
  text-decoration: none;
  color: currentColor;
  transition: 0.3s;
  display: -ms-flexbox;
  display: flex;
}

.article-listing-item:hover {
  background: #0786C7;
  color: #fff;
}

.article-listing-item__cover {
  width: 66.66666666666667%;
  overflow: hidden;
  position: relative;
}

.article-listing-item__cover-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  transform: scale(1);
  transition: 0.5s;
}

.article-listing-item__cover-image:hover {
  transform: scale(1.04);
}

.article-listing-item__content {
  width: 33.333333333333336%;
  padding: 60px 55px 55px;
}

.article-listing-item__category {
  font-weight: 500;
}

.article-listing-item__header {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.article-listing-item__date {
  color: #999;
  position: relative;
  padding-left: 14px;
  margin-left: 12px;
  transition: 0.3s;
}

.article-listing-item:hover .article-listing-item__date {
  color: #fff;
}

.article-listing-item__date:after {
  content: '';
  position: absolute;
  background: currentColor;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  top: 50%;
  left: 0;
}

.article-listing-item__title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 32px;
}

.article-listing-item__item-inner:hover .article-listing-item__title {
  color: #0786C7;
}

.article-listing-item__text {
  min-height: 255px;
  color: #666;
  transition: 0.3s;
}

.article-listing-item:hover .article-listing-item__text {
  color: #fff;
}

.article-listing-item__continue {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
}

.article-listing-item__continue-icon {
  font-size: 1.428571428571429em;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  margin-left: 6px;
}

/*
articles-block
*/

.articles-block {
  padding-top: 150px;
  padding-bottom: 95px;
  overflow: hidden;
}

.articles-block__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 78px;
}

.articles-block__head-link {
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  color: #999;
  font-size: 16px;
}

.articles-block__list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -35px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.articles-block__item {
  width: 50%;
  padding: 0 35px;
  margin-bottom: 60px;
}

.articles-block__item-inner {
  text-decoration: none;
  color: currentColor;
}

.articles-block__item-inner img {
  display: block;
  width: 100%;
  margin-bottom: 23px;
}

.articles-block__item-title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  transition: color 0.3s;
  line-height: 1;
  margin-bottom: 8px;
}

.articles-block__item-inner:hover .articles-block__item-title {
  color: #0786C7;
}

.articles-block__category {
  font-weight: 500;
}

.articles-block__date {
  color: #999;
  position: relative;
  padding-left: 14px;
  margin-left: 12px;
}

.articles-block__date:after {
  content: '';
  position: absolute;
  background: currentColor;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  top: 50%;
  left: 0;
}

/*
articles-grid
*/

.articles-grid {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -35px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.articles-grid__item {
  width: 50%;
  padding: 0 35px;
  margin-bottom: 60px;
}

/*
articles-list-wrapper
*/

.articles-list-wrapper {
  padding-bottom: 134px;
  overflow: hidden;
  margin-top: 112px;
  border-bottom: 1px solid #ebebeb;
}

.articles-list-wrapper__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 56px;
}

.articles-list-wrapper__loader {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #999;
  text-align: center;
  margin-top: 40px;
}

/*
articles-list
*/

.articles-list {
  margin-bottom: 114px;
}

.articles-list__item {
  margin-bottom: 70px;
}

/*
awards-block
*/

.awards-block {
  padding-top: 127px;
  margin-bottom: 90px;
}

.awards-block__body_bordered {
  border-bottom: 1px solid #e0e0e0;
}

.awards-block__item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  width: 100%;
}

.awards-block__year {
  width: 25%;
  min-width: 25%;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  padding-right: 40px;
  margin-bottom: 30px;
}

.awards-block__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 10px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.awards-block__text {
  width: 45%;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 48px;
  padding-right: 40px;
}

.awards-block__text-footer {
  color: #0786C7;
}

/*
back-link
*/

.back-link {
  margin-bottom: 68px;
}

.back-link__link {
  font-weight: 600;
  text-transform: uppercase;
  color: currentColor;
  transition: all 0.3s;
  text-decoration: none;
}

.back-link__link:hover {
  color: #0786C7;
}

.back-link__icon {
  margin-right: 16px;
  margin-left: -0.2em;
  font-size: 1.1em;
}

/*
cards-block
*/

.cards-block {
  padding-top: 140px;
  padding-bottom: 30px;
}

.cards-block__head {
  margin-bottom: 135px;
}

.cards-block__title {
  font-size: 48px;
  line-height: 1.25;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
}

.cards-block__text {
  padding-top: 6px;
  font-size: 16px;
  line-height: 1.875;
  color: #666;
}

/*
cards
*/

.cards__item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  color: #fff;
}

.cards__item-inner {
  width: 100%;
  min-height:450px;
  border:1px solid #0786C7;
  display: block;
  text-decoration: none;
  color: currentColor;
  padding: 48px 55px;
  position: relative;
  overflow:hidden;
  background-size: cover;
}

.cat-2lev .cards__item-inner {
  min-height:230px;
}

.cat-2lev .cards__item-inner .img-cat, .cat-3lev .cards__item-inner .img-cat {background-size:cover; opacity:0.6}
.cat-2lev .cards__item-inner:hover .img-cat, .cat-3lev .cards__item-inner:hover .img-cat {opacity:0.6}
.cat-3lev .cards__item-inner:hover .img-cat {background-position:center}

.cat-3lev .cards__item-inner {
  min-height:100px;
}

.prodotti-list .cards__item-inner {
  min-height:380px;
  background-color:#fff;
}

.prodotti-list .cards__item-inner a:hover, .corr-list .cards__item-inner a:hover {
  text-decoration:none;
}

.prodotti-list .cards__item-inner a:not([class]):after, .corr-list .cards__item-inner a:not([class]):after {
  display:none;
}

.cat-3lev .cards__item-inner h2 {
  margin-bottom:30px;
}

.prodotti-list .cards__item-inner h2 {
  margin-bottom:0;
}

.prodotti-list .cards__item-inner .cards__item-text, .corr-list .cards__item-inner .cards__item-text {
  color:#13D3A6;
}

.cards__item-inner:hover {
  border-radius:10px;
}

.cards__item-inner .img-cat{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  opacity:0;
  background-position: 400px 600px;
  background-size: contain;
  background-repeat: no-repeat;
}


.cards__item-inner:hover .img-cat{
  background-position:bottom right;
  opacity:1;
  z-index:2;
}

h2.titolo-cat {font-size: 1.5rem;}

@keyframes move{
  0%{
    background-position: 400px 600px;
    opacity: 0;
  }

  100%{
    background-position:bottom right;
    opacity: 1;
  }
}

.cards__item-inner:hover:before,
.cards__item-inner:hover:after,
.promoprod-slide.projects-block__slider .swiper-slide:hover:after {
  opacity: 1;
}

.prodotti-list .cards__item-inner:hover:after, .corr-list .cards__item-inner:hover:after, .promoprod-slide.projects-block__slider .swiper-slide:hover:after  {
  opacity:0.8;
}

.cards__item-inner:before,{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 25px 70px 0px rgba(0,0,0,0.25);
  opacity: 0;
  transition: all 0.3s;
}

.cards__item-inner:after, .promoprod-slide.projects-block__slider .swiper-slide:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0786C7;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}

.cards__item-content {
  display: flex;
  flex-direction:column;
  justify-content: center;
  position: relative;
  z-index: 999;
  height: 100%;
  color:#333;
}

.prodotti-list .cards__item-content {
  height:inherit;
  padding:0 20px;
}

.img-prod-list {position:relative}

.cards__item-index {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 7px;
}

.cards__item-title {
  font-size: 30px;
  line-height: 1.25;
  font-family: 'Montserrat', sans-serif;
  display: block;
}

.cat-2lev .cards__item-title {
  font-size:22px;
}

.cat-3lev .cards__item-title {
  font-size:15px;
}

.prodotti-list .cards__item-title {font-size:18px}

.catalogo-listing {position:relative; z-index:3}

.catalogo-listing .cards__item-inner:hover .cards__item-content {
  display:block;
  color:#fff;
}

.cards__item-text {
  font-size: 16px;
  line-height: 1.75;
  display: block;
}

.cards__arrow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #0786C7;
  color:#0786C7;
  font-size: 20px;
  font-weight: 600;
  padding-left: 4px;
  transition: all 0.3s;
}

.prodotti-list .cards__arrow, .promoprod-slide .cards__arrow {
  position:relative;
  left:unset;
  bottom:unset;
  margin-top:10px;
}

.cards__item-inner:hover .cards__arrow {
  color: #0786C7;
  background: #fff;
}

.cat-3lev .cards__arrow {
  width:30px;
  height:30px;
  font-size:15px;
}

/*
clients-wrapper
*/

.clients-wrapper {
  padding: 50px 0 60px;
  background: #f4f4f4;
}

/*
clients
*/

.clients__title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 60px;
}

.clients__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -30px;
  margin-right: -30px;
}

.clients__item {
  padding-right: 30px;
  padding-left: 30px;
}

.clients__item-inner {
  opacity: 0.6;
  transition: 0.3s ease;
}

.clients__item-inner:hover {
  opacity: 1;
}

.clients img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*
collapse-block
*/

.collapse-block {
  padding-top: 100px;
  padding-bottom: 100px;
}

.collapse-block__title {
  font-size: 48px;
  line-height: 1.25;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 34px;
}

.collapse-block__text {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  line-height: 1.75;
  margin-bottom: 33px;
}

/*
collapse-list
*/

.collapse-list__title {
  font-size: 48px;
  line-height: 1.25;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 34px;
}

.collapse-list__text {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  line-height: 1.75;
  margin-bottom: 33px;
}

.collapse-list__collapse:not(:last-of-type) {
  border-bottom: 2px solid #e7e7e7;
}

.collapse-list__collapse-head {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #0786C7;
  padding: 20px 40px 18px 0;
  position: relative;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}

.collapse-list__collapse-head.collapsed:not(:hover) {
  color: currentColor;
}

.collapse-list__collapse-head-icon {
  position: absolute;
  right: 3px;
  top: 24px;
  font-size: 17px;
  transform: scale(1, 1);
  transition: all 0.3s;
}

.collapse-list__collapse-head.collapsed .collapse-list__collapse-head-icon {
  transform: scale(1, -1);
}

.collapse-list__collapse-text {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  line-height: 1.75;
}

.collapse-list__collapse-text-inner {
  padding-bottom: 32px;
}

/*
comment-card
*/

.comment-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 38px;
}

.comment-card__image {
  width: 70px;
  min-width: 70px;
  margin-right: 30px;
  margin-top: 2px;
}

.comment-card__content {
  border-top: 1px solid #dbdbdb;
  padding-left: 22px;
  padding-top: 14px;
}

.comment-card__head {
  font-size: 14px;
  margin-bottom: 12px;
}

.comment-card__name {
  font-size: 16px;
  font-weight: 600;
  display: inline;
}

.comment-card__date {
  color: #999;
  display: inline;
}

.comment-card__duration {
  color: #666;
  display: inline;
}

.comment-card__text {
  color: #666;
  margin-bottom: 12px;
}

.comment-card__link {
  text-decoration: none;
  font-style: italic;
  color: currentColor;
  transition: 0.3s;
}

.comment-card__link:hover {
  color: #09c;
}

/*
comments
*/

.comments {
  padding-top: 110px;
  padding-bottom: 118px;
  background: #f8f8f8;
  border-bottom: 1px solid #ebebeb;
}

.comments__title {
  margin-bottom: 28px;
}

.comments__list {
  margin-bottom: 74px;
}

.comments__input-text {
  width: 100%;
  height: 50px;
  border: 0;
  background: #fff;
  margin-bottom: 30px;
  padding: 0 16px;
}

.comments__input-text::-webkit-input-placeholder {
  color: #999 !important;
}

.comments__input-text:-moz-placeholder {
  color: #999 !important;
}

.comments__input-text::-moz-placeholder {
  color: #999 !important;
}

.comments__input-text:-ms-input-placeholder {
  color: #999 !important;
}

.comments__input-text.placeholder {
  color: #999 !important;
}

.comments__input-textarea {
  width: 100%;
  border: 0;
  background: #fff;
  margin-bottom: 30px;
  padding: 10px 16px;
}

.comments__input-textarea::-webkit-input-placeholder {
  color: #999 !important;
}

.comments__input-textarea:-moz-placeholder {
  color: #999 !important;
}

.comments__input-textarea::-moz-placeholder {
  color: #999 !important;
}

.comments__input-textarea:-ms-input-placeholder {
  color: #999 !important;
}

.comments__input-textarea.placeholder {
  color: #999 !important;
}

.comments__submit {
  height: 50px;
  background: #112A3D;
  color: #fff;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  padding: 0 32px;
  transition: 0.3s;
}

.comments__submit:hover {
  background: #0786C7;
}

/*
contact-block
*/

.contact-block {
  padding-top: 60px;
}
.contact-block.form-bg {
  border-bottom:0;
  padding-bottom:60px;
  padding-top:60px;
  background-image:url("../img/bg-contacts.jpg");
  background-repeat:no-repeat;
  background-size:cover;
}
.form-bg {color:#fff; position:relative}
.contact-block__map {
  height: 500px;
  margin-top: 60px;
  margin-bottom: 130px;
}

.contact-block__place {
  font-size: 20px;
  line-height: 1.25;
  font-family: 'Montserrat', sans-serif;
  margin-top: 40px;
  margin-bottom: 20px;
}

.contact-block__place-marker {
  font-weight: 100;
  font-size:35px;
  color: #0786c7;
}

.contact-block__text {
  color: #333;
  margin-bottom: 20px;
}

.contact-block__text a {
  color: currentColor;
  text-decoration: none;
  transition: 0.3s;
}

.contact-block__text a:hover {
  color: #0786C7;
}

.contact-block__text p {
  margin-bottom: 24px;
}

.contact-block__link {
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  color: #09c;
  transition: all 0.3s;
  text-decoration: none;
  margin-bottom: 65px;
}

.contact-block__link:hover {
  color: #0786C7;
}

.contact-block__link-icon {
  font-size: 0.8em;
  margin-left: 7px;
}

.contact-block__form {
  display: block;
  margin-top: 72px;
}

.contact-block__input-text,
.contact-block__input-textarea {
  width: 100%;
  display: block;
  border: 0;
  border-bottom: 1px solid #fff;
  background: transparent;
}
.form-bg .contact-block__input-text, .contact-block__input-textarea {
  border-bottom:1px solid #fff
}
.contact-block__input-text::-webkit-input-placeholder,
.contact-block__input-textarea::-webkit-input-placeholder {
  color: #333 !important;
}
.form-bg .contact-block__input-text::-webkit-input-placeholder,
.form-bg .contact-block__input-textarea::-webkit-input-placeholder,
.form-banner .contact-block__input-text::-webkit-input-placeholder,
.form-banner .contact-block__input-textarea::-webkit-input-placeholder {
  color: #fff !important;
}

.contact-block__input-text:-moz-placeholder,
.contact-block__input-textarea:-moz-placeholder {
  color: #333 !important;
}
.form-bg .contact-block__input-text:-moz-placeholder,
.form-bg .contact-block__input-textarea:-moz-placeholder,
.form-banner .contact-block__input-text:-moz-placeholder,
.form-banner .contact-block__input-textarea:-moz-placeholder {
  color: #fff !important;
}

.form-bg .contact-block__input-text::-moz-placeholder,
.form-bg .contact-block__input-textarea::-moz-placeholder,
.form-banner .contact-block__input-text:-moz-placeholder,
.form-banner .contact-block__input-textarea:-moz-placeholder {
  color: #fff !important;
}
.contact-block__input-text::-moz-placeholder,
.contact-block__input-textarea::-moz-placeholder {
  color: #333 !important;
}

.contact-block__input-text:-ms-input-placeholder,
.contact-block__input-textarea:-ms-input-placeholder {
  color: #333 !important;
}
.form-bg .contact-block__input-text:-ms-input-placeholder,
.form-bg .contact-block__input-textarea:-ms-input-placeholder,
.form-banner .contact-block__input-text:-moz-placeholder,
.form-banner .contact-block__input-textarea:-moz-placeholder {
  color: #ffffff !important;
}

.contact-block__input-text.placeholder,
.contact-block__input-textarea.placeholder {
  color: #333 !important;
}
.form-bg .contact-block__input-text.placeholder,
.form-bg .contact-block__input-textarea.placeholder,
.form-banner .contact-block__input-text:-moz-placeholder,
.form-banner .contact-block__input-textarea:-moz-placeholder {
  color: #333 !important;
}

.contact-block__input-text:focus,
.contact-block__input-textarea:focus {
  border-color: #13D3A6;
}

.contact-block__input-text {
  height: 52px;
  margin-bottom: 23px;
}

.organizza-matrimonio .contact-block__input-text {
  color:#fff;
}

.contact-block__input-textarea {
  padding: 12px 0;
  min-height: 160px;
}

.contact-block__submit {
  color: #fff;
  text-transform: uppercase;
  border: 0;
  background: none;
  padding: 0;
  font-weight: 600;
  margin-top: 45px;
  transition: 0.3s;
}

.contact-block__submit:hover {
  color: #112A3D;
}

.organizza-matrimonio .contact-block__submit {
  color:#333;
  background:#fff;
  padding:10px 20px;
  border-radius:50px;
}

.organizza-matrimonio .contact-block__submit:hover {
  color: #fff;
  background:#0786C7;
}

.contact-block__submit-icon {
  display: inline-block;
  vertical-align: top;
  font-size: 1.3em;
  margin-left: 0.2em;
  margin-top: -0.05em;
}

.logo-box {background-color:#fff; padding:30px;}
.small-pad {padding-right:5px; padding-left:5px;}

/*
counter-block
*/

.counter-block {
  padding-top: 20px;
  padding-bottom: 40px;
}

.counter-block__card {
  padding: 55px 52px;
  text-transform: uppercase;
}

.counter-block__card-title {
  color: #333;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
}

.counter-block__card img {width:60px; margin-top:30px}

.counter-block__card-value {
  color: #13D3A6;
  font-size: 50px;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
  font-weight:600;
  margin-top:30px;
}

.counter-block__card-description {
  color: #0786C7;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  padding-bottom:20px;
  border-bottom:5px solid #0786C7;
}

.counter-block__title {
  margin-bottom: 66px;
}

.counter-block__item {
  margin-bottom: 46px;
}

.counter-block__item-value {
  font-family: 'Montserrat', sans-serif;
  font-size: 100px;
  line-height: 1;
  margin-bottom: 11px;
}

.counter-block__item-text {
  color: #666;
  font-size: 16px;
}

/*
dropdown
*/

.dropdown {
  position: relative;
}

.dropdown__menu {
  position: absolute;
  background: #fff;
  color: #112A3D;
  display: -ms-flexbox;
  display: flex;
  padding: 37px 0px 40px 45px;
  left: -45px;
  top: 66px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.3s;
  box-shadow: 0 0 65px rgba(0,0,0,0.07);
}

.dropdown:hover .dropdown__menu {
  opacity: 1;
  visibility: visible;
}

.dropdown__menu_side_right {
  left: auto;
  right: -30px;
}

.dropdown__column {
  margin-right: 30px;
  min-width: 125px;
}

.dropdown__title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.dropdown__item {
  margin-bottom: 2px;
}

.dropdown__link {
  color: #666;
  text-decoration: none;
  transition: 0.3s;
}

.dropdown__link_active,
.dropdown__link:hover {
  color: #0786C7;
}

/*
error-block
*/

.error-block {
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f2f2f3;
  text-align: center;
  padding: 40px 0;
  color: #112A3D;
}

.error-block__image {
  display: block;
  margin: 0 auto 26px;
  max-width: 100%;
}

.error-block__title {
  font-size: 48px;
  line-height: 1.25;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
}

.error-block__text {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  margin-bottom: 44px;
}

.error-block__text a {
  color: #0786C7;
}

.error-block__text a:hover {
  text-decoration: none;
}

.error-block__form {
  display: block;
  position: relative;
  max-width: 370px;
  margin: 0 auto;
}

.error-block__input {
  font-size: 16px;
  line-height: 1.75;
  display: block;
  border: 1px solid #cececf;
  color: #666;
  width: 100%;
  height: 54px;
  padding: 0 20px;
}

.error-block__submit {
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  color: #112A3D;
  background: none;
  border: 0;
  font-size: 20px;
  transition: 0.3s;
}

.error-block__submit:hover {
  color: #0786C7;
}

.faded-block {
  display: block;
}

/*
featured-block
*/

.featured-block {
  background-image: url("../../assets/img/dot-gray.jpg");
  padding-top: 125px;
  padding-bottom: 138px;
  overflow: hidden;
}

.featured-block__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 56px;
}

.featured-block__head-link {
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  color: currentColor;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.3s;
  text-decoration: none;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.featured-block__head-link:hover {
  color: #0786C7;
}

.featured-block__head-icon {
  font-size: 14px;
  margin-right: -0.4em;
  margin-left: 0.4em;
}

.featured-block__title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.featured-block__list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -22px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 58px;
}

.featured-block__item {
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 0 22px;
  margin-bottom: 44px;
}

.featured-block__item-inner {
  width: 100%;
  display: block;
  text-decoration: none;
  background: #fff;
  color: #112A3D;
  position: relative;
}

.featured-block__item-inner:hover:after {
  opacity: 1;
}

.featured-block__item-inner:after {
  content: '';
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0px 20px 60px 0px rgba(2,3,3,0.25);
  transition: 0.3s ease;
}

.featured-block__item-inner img {
  display: block;
  width: 100%;
}

.featured-block__item-content {
  display: block;
  padding: 16px 20px 24px;
  position: relative;
  z-index: 2;
}

.featured-block__item-footer {
  display: block;
  margin-bottom: 7px;
}

.featured-block__item-title {
  font-size: 18px;
  line-height: 1.444444444444444;
  margin-bottom: 8px;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}

.featured-block__item-inner:hover .featured-block__item-title {
  border-color: currentColor;
}

.featured-block__category {
  font-weight: 500;
}

.featured-block__date {
  color: #999;
  position: relative;
  padding-left: 14px;
  margin-left: 10px;
}

.featured-block__date:after {
  content: '';
  position: absolute;
  background: currentColor;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  top: 0.55em;
  left: 0;
}

/*
features-block
*/

.features-block {
  text-align: center;
  padding: 84px 0 40px;
}

.features-block__subtitle {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 11px;
}

.features-block__title {
  font-size: 48px;
  line-height: 1.25;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 26px;
}

.features-block__text {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
  margin-bottom: 100px;
}

.features-block__item {
  margin-bottom: 40px;
}

.features-block__feature-icon {
  font-size: 80px;
  color: #0786C7;
  margin-bottom: 31px;
}

.features-block__feature-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.features-block__feature-text {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  line-height: 1.75;
}

/*
footer-default
*/

.footer-default {
  padding-top: 50px;
  background-color:#EAEAEA;
  color:#333333;
}

hr.footer-hr {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.footer-default__head {
  position: relative;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 37px;
  margin-bottom: 73px;
}

.footer-default__head:after {
  content: '';
  width: 35px;
  height: 2px;
  background: #0786C7;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.footer-default__group-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 22px;
}

.footer-default__list {
  color: #666;
  line-height: 1.571428571428571;
  list-style: none;
}

.footer-default p {
  color: #333;
  line-height: 1.571428571428571;
  margin-bottom: 10px;
}

.footer-default p a {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

.footer-default p a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.footer-default p a:hover {
  color: #0786C7;
}

.footer-default p a:hover:after {
  opacity: 1;
}

.footer-default p a_active {
  color: #0786C7;
}

.footer-default p a_active:after {
  opacity: 1;
}

.footer-default p a_inverted:after {
  opacity: 1;
}

.footer-default p a_inverted:hover:after {
  opacity: 0;
}

.footer-default__list-item {
  margin-bottom: 2px;
}

.footer-default__list-link {
  color: #333;
  font-family: inherit;
  font-size:15px;
  font-weight:700;
  margin-bottom:10px;
  text-decoration: none;
  transition: 0.3s ease;
  display: block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

.footer-default__list-link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.footer-default__list-link:hover {
  color: #13D3A6;
}

.footer-default__list-link:hover:after {
  opacity: 1;
}

.footer-default__list-link_active {
  color: #13D3A6;
}

.footer-default__list-link_active:after {
  opacity: 1;
}

.footer-default__list-link_inverted:after {
  opacity: 1;
}

.footer-default__list-link_inverted:hover:after {
  opacity: 0;
}

.footer-default__socials {
  padding-top: 9px;
}

.footer-default__bottom {
  padding:30px 0;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size:12px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-default__bottom strong {
  color: #0786C7;
  font-weight: 600;
}

.footer-default__bottom a {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
}
.footer-default__bottom a span {color:#13D3A6}
.footer-default__bottom a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.footer-default__bottom a:hover {
  color: #13D3A6;
}

.footer-default__bottom a:hover:after {
  opacity: 1;
}

.footer-default__bottom a_active {
  color: #0786C7;
}

.footer-default__bottom a_active:after {
  opacity: 1;
}

.footer-default__bottom a_inverted:after {
  opacity: 1;
}

.footer-default__bottom a_inverted:hover:after {
  opacity: 0;
}

.address-footer {
  display:flex;
}

.address-box {
  font-size:13px;
  padding-left:15px;
}
.address-box .adt {
  font-weight:bold;
  color:#333;
  width:60px;
}
.loghi-asso {display:flex}
.loghi-asso .img-certificato img {width:inherit; height:55px}
/*
footer-interior
*/

.footer-interior {
  padding-top: 136px;
  padding-bottom: 15px;
  background-size: cover;
  background-position: 50%;
  background-color: #112A3D;
  color: #fff;
  font-size: 16px;
  line-height: 1.875;
}

.footer-interior__column {
  margin-bottom: 40px;
}

.footer-interior__group-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 17px;
}

.footer-interior__list {
  color: #999;
  list-style: none;
}

.footer-interior p {
  color: #999;
  margin-bottom: 0;
}

.footer-interior p a {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

.footer-interior p a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.footer-interior p a:hover {
  color: #0786C7;
}

.footer-interior p a:hover:after {
  opacity: 1;
}

.footer-interior p a_active {
  color: #0786C7;
}

.footer-interior p a_active:after {
  opacity: 1;
}

.footer-interior p a_inverted:after {
  opacity: 1;
}

.footer-interior p a_inverted:hover:after {
  opacity: 0;
}

.footer-interior p a:hover {
  color: #fff;
}

.footer-interior__list-item {
  margin-bottom: 0;
}

.footer-interior__list-link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

.footer-interior__list-link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.footer-interior__list-link:hover {
  color: #0786C7;
}

.footer-interior__list-link:hover:after {
  opacity: 1;
}

.footer-interior__list-link_active {
  color: #0786C7;
}

.footer-interior__list-link_active:after {
  opacity: 1;
}

.footer-interior__list-link_inverted:after {
  opacity: 1;
}

.footer-interior__list-link_inverted:hover:after {
  opacity: 0;
}

.footer-interior__list-link:hover {
  color: #fff;
}

.footer-interior__socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-interior__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: currentColor;
  border-radius: 100%;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 15px;
  transition: all 0.3s;
}

.footer-interior__social:not(:last-child) {
  margin-right: 24px;
}

.footer-interior__social:hover {
  color: #0786C7;
}

.footer-interior__social.icofont-behance,
.footer-interior__social.icofont-google-plus {
  font-size: 26px;
}

.footer-interior__social.icofont-linkedin {
  font-size: 22px;
}

.footer-interior__form {
  width: 100%;
  position: relative;
  margin-top: 16px;
}

.footer-interior__input {
  font-size: 16px;
  height: 54px;
  width: 100%;
  color: #112A3D;
  padding: 2px 120px 0 20px;
}

.footer-interior__input::-webkit-input-placeholder {
  color: #999 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-interior__input:-moz-placeholder {
  color: #999 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-interior__input::-moz-placeholder {
  color: #999 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-interior__input:-ms-input-placeholder {
  color: #999 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-interior__input.placeholder {
  color: #999 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-interior__input:focus::-webkit-input-placeholder {
  color: #999 !important;
  opacity: 0;
}

.footer-interior__input:focus:-moz-placeholder {
  color: #999 !important;
  opacity: 0;
}

.footer-interior__input:focus::-moz-placeholder {
  color: #999 !important;
  opacity: 0;
}

.footer-interior__input:focus:-ms-input-placeholder {
  color: #999 !important;
  opacity: 0;
}

.footer-interior__input:focus.placeholder {
  color: #999 !important;
  opacity: 0;
}

.footer-interior__submit {
  height: 100%;
  padding-top: 2px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 12px;
  white-space: nowrap;
  border: 0;
  background: none;
  transition: all 0.3s;
}

.footer-interior__submit:hover {
  color: #0786C7;
}

.footer-interior__submit-icon {
  font-weight: 700;
  font-size: 12px;
  margin-left: 1px;
  transform: translateY(-1px);
  display: inline-block;
}

.footer-interior__bottom {
  margin-top: 58px;
  color: #999;
}

.footer-interior__bottom strong {
  color: #fff;
  font-weight: 600;
}

.footer-interior__copyright a {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}

.footer-interior__copyright a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.footer-interior__copyright a:hover {
  color: #0786C7;
}

.footer-interior__copyright a:hover:after {
  opacity: 1;
}

.footer-interior__copyright a_active {
  color: #0786C7;
}

.footer-interior__copyright a_active:after {
  opacity: 1;
}

.footer-interior__copyright a_inverted:after {
  opacity: 1;
}

.footer-interior__copyright a_inverted:hover:after {
  opacity: 0;
}

/*
footer-minimal
*/

.footer-minimal {
  padding-top: 126px;
  padding-bottom: 78px;
  background-color: #0786C7;
  color: #fff;
  font-size: 14px;
  line-height: 1.571428571428571;
}

.footer-minimal__logo {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
}

.footer-minimal__column {
  margin-bottom: 40px;
}

.footer-minimal__group-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 44px;
  text-transform: uppercase;
}

.footer-minimal__list {
  list-style: none;
}

.footer-minimal p {
  margin-bottom: 10px;
}

.footer-minimal p a {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

.footer-minimal p a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.footer-minimal p a:hover {
  color: #0786C7;
}

.footer-minimal p a:hover:after {
  opacity: 1;
}

.footer-minimal p a_active {
  color: #0786C7;
}

.footer-minimal p a_active:after {
  opacity: 1;
}

.footer-minimal p a_inverted:after {
  opacity: 1;
}

.footer-minimal p a_inverted:hover:after {
  opacity: 0;
}

.footer-minimal p a:hover {
  color: #fff;
}

.footer-minimal__list-item {
  margin-bottom: 2px;
}

.footer-minimal__list-link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

.footer-minimal__list-link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.footer-minimal__list-link:hover {
  color: #0786C7;
}

.footer-minimal__list-link:hover:after {
  opacity: 1;
}

.footer-minimal__list-link_active {
  color: #0786C7;
}

.footer-minimal__list-link_active:after {
  opacity: 1;
}

.footer-minimal__list-link_inverted:after {
  opacity: 1;
}

.footer-minimal__list-link_inverted:hover:after {
  opacity: 0;
}

.footer-minimal__list-link:hover {
  color: #fff;
}

.footer-minimal__socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-minimal__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: currentColor;
  border-radius: 100%;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 15px;
  transition: all 0.3s;
}

.footer-minimal__social:not(:last-child) {
  margin-right: 24px;
}

.footer-minimal__social:hover {
  color: #0786C7;
}

.footer-minimal__social.icofont-behance,
.footer-minimal__social.icofont-google-plus {
  font-size: 26px;
}

.footer-minimal__social.icofont-linkedin {
  font-size: 22px;
}

.footer-minimal__form {
  width: 100%;
  position: relative;
  margin-top: 16px;
}

.footer-minimal__input {
  font-size: 16px;
  height: 54px;
  width: 100%;
  color: #112A3D;
  padding: 2px 120px 0 20px;
}

.footer-minimal__input::-webkit-input-placeholder {
  color: #999 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-minimal__input:-moz-placeholder {
  color: #999 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-minimal__input::-moz-placeholder {
  color: #999 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-minimal__input:-ms-input-placeholder {
  color: #999 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-minimal__input.placeholder {
  color: #999 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-minimal__input:focus::-webkit-input-placeholder {
  color: #999 !important;
  opacity: 0;
}

.footer-minimal__input:focus:-moz-placeholder {
  color: #999 !important;
  opacity: 0;
}

.footer-minimal__input:focus::-moz-placeholder {
  color: #999 !important;
  opacity: 0;
}

.footer-minimal__input:focus:-ms-input-placeholder {
  color: #999 !important;
  opacity: 0;
}

.footer-minimal__input:focus.placeholder {
  color: #999 !important;
  opacity: 0;
}

.footer-minimal__submit {
  height: 100%;
  padding-top: 2px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 12px;
  white-space: nowrap;
  border: 0;
  background: none;
  transition: all 0.3s;
}

.footer-minimal__submit:hover {
  color: #0786C7;
}

.footer-minimal__submit-icon {
  font-weight: 700;
  font-size: 12px;
  margin-left: 1px;
  transform: translateY(-1px);
  display: inline-block;
}

.footer-minimal__bottom {
  margin-top: 58px;
  color: #999;
}

.footer-minimal__bottom strong {
  color: #fff;
  font-weight: 600;
}

.footer-minimal__copyright a {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}

.footer-minimal__copyright a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.footer-minimal__copyright a:hover {
  color: #0786C7;
}

.footer-minimal__copyright a:hover:after {
  opacity: 1;
}

.footer-minimal__copyright a_active {
  color: #0786C7;
}

.footer-minimal__copyright a_active:after {
  opacity: 1;
}

.footer-minimal__copyright a_inverted:after {
  opacity: 1;
}

.footer-minimal__copyright a_inverted:hover:after {
  opacity: 0;
}

/*
footer-studio
*/

.footer-studio {
  padding-top: 136px;
  padding-bottom: 15px;
  background-size: cover;
  background-position: 50%;
  background-color: #252525;
  color: #fff;
  font-size: 16px;
  line-height: 1.875;
}

.footer-studio__column {
  margin-bottom: 40px;
}

.footer-studio__group-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 17px;
}

.footer-studio__list {
  color: #999;
  list-style: none;
}

.footer-studio p {
  color: #999;
  margin-bottom: 0;
}

.footer-studio p a {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

.footer-studio p a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.footer-studio p a:hover {
  color: #0786C7;
}

.footer-studio p a:hover:after {
  opacity: 1;
}

.footer-studio p a_active {
  color: #0786C7;
}

.footer-studio p a_active:after {
  opacity: 1;
}

.footer-studio p a_inverted:after {
  opacity: 1;
}

.footer-studio p a_inverted:hover:after {
  opacity: 0;
}

.footer-studio p a:hover {
  color: #fff;
}

.footer-studio__list-item {
  margin-bottom: 0;
}

.footer-studio__list-link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

.footer-studio__list-link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.footer-studio__list-link:hover {
  color: #0786C7;
}

.footer-studio__list-link:hover:after {
  opacity: 1;
}

.footer-studio__list-link_active {
  color: #0786C7;
}

.footer-studio__list-link_active:after {
  opacity: 1;
}

.footer-studio__list-link_inverted:after {
  opacity: 1;
}

.footer-studio__list-link_inverted:hover:after {
  opacity: 0;
}

.footer-studio__list-link:hover {
  color: #fff;
}

.footer-studio__socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-studio__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 15px;
  transition: all 0.3s;
}

.footer-studio__social:not(:last-child) {
  margin-right: 24px;
}

.footer-studio__social:hover {
  color: #0786C7;
}

.footer-studio__social.icofont-behance,
.footer-studio__social.icofont-google-plus {
  font-size: 26px;
}

.footer-studio__social.icofont-linkedin {
  font-size: 22px;
}

.footer-studio__form {
  width: 100%;
  position: relative;
  margin-top: 16px;
}

.footer-studio__input {
  font-size: 16px;
  height: 54px;
  width: 100%;
  color: #fff;
  padding: 2px 120px 0 20px;
  background: #333;
  border: 0;
}

.footer-studio__input::-webkit-input-placeholder {
  color: #666 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-studio__input:-moz-placeholder {
  color: #666 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-studio__input::-moz-placeholder {
  color: #666 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-studio__input:-ms-input-placeholder {
  color: #666 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-studio__input.placeholder {
  color: #666 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-studio__input:focus::-webkit-input-placeholder {
  color: #666 !important;
  opacity: 0;
}

.footer-studio__input:focus:-moz-placeholder {
  color: #666 !important;
  opacity: 0;
}

.footer-studio__input:focus::-moz-placeholder {
  color: #666 !important;
  opacity: 0;
}

.footer-studio__input:focus:-ms-input-placeholder {
  color: #666 !important;
  opacity: 0;
}

.footer-studio__input:focus.placeholder {
  color: #666 !important;
  opacity: 0;
}

.footer-studio__submit {
  height: 100%;
  padding-top: 2px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 12px;
  white-space: nowrap;
  border: 0;
  background: none;
  transition: all 0.3s;
  color: #fff;
}

.footer-studio__submit:hover {
  color: #0786C7;
}

.footer-studio__submit-icon {
  font-weight: 700;
  font-size: 12px;
  margin-left: 1px;
  transform: translateY(-1px);
  display: inline-block;
}

.footer-studio__bottom {
  margin-top: 58px;
  color: #999;
}

.footer-studio__bottom strong {
  color: #fff;
  font-weight: 600;
}

.footer-studio__copyright a {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}

.footer-studio__copyright a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.footer-studio__copyright a:hover {
  color: #0786C7;
}

.footer-studio__copyright a:hover:after {
  opacity: 1;
}

.footer-studio__copyright a_active {
  color: #0786C7;
}

.footer-studio__copyright a_active:after {
  opacity: 1;
}

.footer-studio__copyright a_inverted:after {
  opacity: 1;
}

.footer-studio__copyright a_inverted:hover:after {
  opacity: 0;
}

/*
footer
*/

.footer_fixed {
  position: fixed;
  left:0;
  bottom:0;
  width: 100%;
  z-index: 1;
  background-color:#112A3D;
  color:#fff;
}

/*
full-screen-block
*/

.full-screen-block {
  position: relative;
  min-height: 100vh;
}

.full-screen-block.is-white {
  color: #fff;
}

.full-screen-block__slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  background-size: cover;
  background-position: 50%;
  padding-top: 120px;
  padding-bottom: 120px;
  color: #112A3D;
}

.full-screen-block__slide_dark {
  color: #fff;
}

.full-screen-block__slide-inner {
  position: relative;
}

.full-screen-block__subtitle {
  font-size: 24px;
  margin-bottom: 17px;
}

.full-screen-block__title-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 178px;
  margin-bottom: 11vh;
}

.full-screen-block__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 120px;
  line-height: 0.875;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: -4px;
}

.full-screen-block__label {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: auto;
  padding-top: 35px;
  text-align: right;
}

.full-screen-block__label-value {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  margin-top: 6px;
}

.full-screen-block__text {
  font-size: 20px;
  max-width: 500px;
  margin-bottom: 86px;
  line-height: 1.6;
}

.full-screen-block__link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 1.4;
}

.full-screen-block__link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.full-screen-block__link:hover {
  color: #0786C7;
}

.full-screen-block__link:hover:after {
  opacity: 1;
}

.full-screen-block__link_active {
  color: #0786C7;
}

.full-screen-block__link_active:after {
  opacity: 1;
}

.full-screen-block__link_inverted:after {
  opacity: 1;
}

.full-screen-block__link_inverted:hover:after {
  opacity: 0;
}

.full-screen-block__link:after {
  height: 2px;
}

.full-screen-block__counter {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  position: absolute;
  right: -12px;
  bottom: -4px;
  letter-spacing: 12px;
  line-height: 1.3;
}

.full-screen-block__counter-all {
  color: #999;
  margin-left: -18px;
}

.full-screen-block__slide_dark .full-screen-block__counter-all {
  color: #ccc;
}

.full-screen-block__footer {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  z-index: 5;
}

.full-screen-block__footer-inner {
  display: -ms-flexbox;
  display: flex;
}

.full-screen-block__socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.full-screen-block__social-link {
  font-size: 18px;
  color: currentColor;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  margin-right: 35px;
  transition: color 0.3s;
}

.full-screen-block__social-link:hover {
  color: #0786C7;
}

.full-screen-block__social-link.icofont-behance {
  font-size: 24px;
}

.full-screen-block__locales {
  margin-left: auto;
}

.full-screen-block__locale {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  margin-left: 25px;
}

.full-screen-block__locale:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.full-screen-block__locale:hover {
  color: #0786C7;
}

.full-screen-block__locale:hover:after {
  opacity: 1;
}

.full-screen-block__locale_active {
  color: #0786C7;
}

.full-screen-block__locale_active:after {
  opacity: 1;
}

.full-screen-block__locale_inverted:after {
  opacity: 1;
}

.full-screen-block__locale_inverted:hover:after {
  opacity: 0;
}

.full-screen-block__locale:after {
  display: none;
}

/*
grid-block
*/

.grid-block {
  height: calc(100vh - 100px);
  background-size: cover;
  background-position: 50%;
  padding-top: 100px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
  background: #666;
  color: #fff;
}

.grid-block__image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform: scale(1);
  transition: transform 5s, opacity 0.35s;
  opacity: 0;
}

.grid-block__image:before {
  content:"";
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.3));
  width:100%;
  height:100%;
  position:absolute;
}

.grid-block__image_active {
  opacity: 1;
  transform: scale(1.03);
}

.grid-block__content {
  position: relative;
  z-index: 2;
}

.grid-block__column {
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 230px);
}

.grid-block__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px solid rgba(255,255,255,0.5);
  width: 100%;
  text-decoration: none;
  color: currentColor;
  padding: 80px 20px 32px;
  transition: all 0.3s;
  background: rgba(242,74,0,0);
  position: relative;
}

.grid-block__item_active,
.grid-block__item:hover {
  background-color: #0786C7;
  border-color: #0786C7;
  background-repeat:no-repeat;
  background-size: contain;
  color:#fff;
}

.grid-block__item_active.item-sfoglia,
.grid-block__item.item-sfoglia:hover{
  background-image:url('../img/sfoglia.svg');
  background-position: 70px;
  border-radius:10px;
}

.grid-block__item_active.item-configura,
.grid-block__item.item-configura:hover{
  background-image:url('../img/configura.svg');
  background-position: 140px;
  background-size:80%;
  border-radius:10px;
}

.grid-block__item_active.item-scopri,
.grid-block__item.item-scopri:hover{
  background-image:url('../img/locations.svg');
  background-position: 70px;
  border-radius:10px;
}

.grid-block__item_active.item-wedding,
.grid-block__item.item-wedding:hover{
  background-image:url('../img/wedding.svg');
  background-position: 70px;
  border-radius:10px;
}

.grid-block__year {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight:500;
  font-style:italic;
  line-height: 1;
  position: absolute;
  right: 30px;
  top: 27px;
}

.grid-block__item_active .grid-block__year,
.grid-block__item:hover .grid-block__year {
  color:#13D3A6;
}
.grid-block__year img {
  width:40px;
}
.item-wedding .grid-block__year img {
  width:100px;
}
.grid-block__subtitle {
  display: block;
  margin-bottom: 4px;
  font-family: 'Work Sans', sans-serif;
  font-weight:300;
  font-size:22px;
}
.wedding-left .grid-block__subtitle {font-size:15px}
.grid-block__title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight:800;
  font-size: 36px;
  line-height: 1;
  margin-bottom:40px;
  position:relative;
}

.grid-block__title::after {
  content:"";width:60px; height:5px; background-color:#fff; position:absolute; bottom:-22px; left:0
}

.catalogo-listing .grid-block__title::after {
  background-color:#333;
}

/*
header-fixed
*/

.header-fixed {
  position: absolute;
  left: 0;
  width: 100%;
  top: 25px;
}

.header-fixed__menu {
  margin-right: auto;
  margin-left: auto;
}

.header-fixed__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*
header-full-page
*/

.header-full-page {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 32px;
}

.header-full-page__menu {
  margin-right: 20px;
}

.header-full-page__contacts {
  text-transform: uppercase;
}

.header-full-page__contacts span {
  transition: all 0.3s;
}

.header-full-page__contacts a {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.header-full-page__contacts a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.header-full-page__contacts a:hover {
  color: #0786C7;
}

.header-full-page__contacts a:hover:after {
  opacity: 1;
}

.header-full-page__contacts a_active {
  color: #0786C7;
}

.header-full-page__contacts a_active:after {
  opacity: 1;
}

.header-full-page__contacts a_inverted:after {
  opacity: 1;
}

.header-full-page__contacts a_inverted:hover:after {
  opacity: 0;
}

.header-full-page__contacts a:after {
  display: none;
}

.header-full-page__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*
header
*/

.header {
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  z-index: 3;
  background-color:#fff;
  color: #242323;
}

.header_white {
  color: #fff;
}

.header.header-wedding {
  background-color:transparent;
  color: #fff;
}

.header.header-wedding .logo img {
  width:130px
}

.fixed-top {
  position: fixed !important;
  top: 0 !important;
  right: 0;
  left: 0 !important;
  z-index: 1030 !important;
}

.header__overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #112A3D;
  opacity: 0.2;
  display: none;
}

.header__container {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header_fixed .header__container {
  transform: translateY(0%);
}

.header_is_fixed .header__container {
  position: fixed;
  background: #fff;
  color: #242323;
  transform: translateY(100%);
  transition: background 0.5s ease, transform 0.5s ease;
  box-shadow: 0 0 65px rgba(0,0,0,0.07);
}

.header__logo {
  position: relative;
  display: block;
  z-index: 3;
}

.header__wrapper {
  padding-top: 0;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.menu-container {
  width:100%;
}

.header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.header__menu-button {
  position: absolute;
  right: -13px;
  top: 50%;
  margin-top: -25px;
  border: 0;
  width: 50px;
  height: 50px;
  background: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: currentColor;
  transition: color 0.5s;
  z-index: 2;
}

.header-wedding .header__menu-button {
  margin-top:-32px;
}

.header__menu-button_dark {
  color: #112A3D;
}

.header__menu-button_fixed {
  right: 47px;
  top: 10px;
  margin: 0;
}

.header__menu-button-inner {
  height: 2px;
  width: 24px;
  background: currentColor;
  position: relative;
  border: 0;
  transition: background 0.5s;
}

.header__menu-button_cross .header__menu-button-inner {
  background: transparent;
}

.header__menu-button-inner:before,
.header__menu-button-inner:after {
  position: absolute;
  right: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: currentColor;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.header__menu-button-inner:before {
  transform: translateY(7px);
}

.header__menu-button_burger .header__menu-button-inner:before {
  animation-name: button-before-open-animation;
}

.header__menu-button_cross .header__menu-button-inner:before {
  animation-name: button-before-close-animation;
}

@keyframes button-before-close-animation {
  0% {
    transform: translateY(7px);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(0px) rotate(45deg);
  }
}

@keyframes button-before-open-animation {
  0% {
    transform: translateY(0px) rotate(45deg);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(7px);
  }
}

.header__menu-button-inner:after {
  transform: translateY(-7px);
}

.header__menu-button_burger .header__menu-button-inner:after {
  animation-name: button-after-open-animation;
}

.header__menu-button_cross .header__menu-button-inner:after {
  animation-name: button-after-close-animation;
}

@keyframes button-after-close-animation {
  0% {
    transform: translateY(-7px);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(0px) rotate(-45deg);
  }
}

@keyframes button-after-open-animation {
  0% {
    transform: translateY(0px) rotate(-45deg);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(-7px);
  }
}

.header__menu {
  transform: translateX(100%) translateZ(0);
  transition: 0.6s;
  z-index: 9;
}

.header__menu_opened {
  transform: translateX(0%) translateZ(0);
}

/*
heading-default
*/

.heading-default {
  padding-top: 220px;
  margin-bottom: 98px;
}

.heading-default_context_listing {
  text-align: center;
  margin-bottom: 84px;
}

.heading-default_context_listing .heading-default__breadcrumbs {
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-default__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 80px;
  line-height: 1.2;
  margin-bottom: 11px;
}

.heading-default__breadcrumbs {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-default__breadcrumb-item {
  font-size: 16px;
  color: #999;
}

.heading-default__breadcrumb-item:not(:first-child):before {
  content: '/ ';
}

.heading-default__breadcrumb-item:not(:last-child) {
  margin-right: 0.3em;
}

.heading-default__breadcrumb-link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  color: #112A3D;
}

.heading-default__breadcrumb-link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.heading-default__breadcrumb-link:hover {
  color: #0786C7;
}

.heading-default__breadcrumb-link:hover:after {
  opacity: 1;
}

.heading-default__breadcrumb-link_active {
  color: #0786C7;
}

.heading-default__breadcrumb-link_active:after {
  opacity: 1;
}

.heading-default__breadcrumb-link_inverted:after {
  opacity: 1;
}

.heading-default__breadcrumb-link_inverted:hover:after {
  opacity: 0;
}

.profondimetro{margin:0; display:flex; align-items: center;}
.profondimetro .item-bread {display:flex; margin-right:5px;}
.profondimetro .item-bread:hover .stringaposizione {background-color:#0786C7}
.profondimetro .item-bread:hover .bordo-arrow {border-color: transparent transparent transparent #0786C7;}
.profondimetro-inpage {margin:0 0 12px; padding-top:12px}
.profondimetro a{-webkit-transition: .3s ease-in-out;}
.profondimetro a:hover{opacity:0.8; color:#333}
.profondimetro [class^="flaticon-"]:before, .profondimetro [class*=" flaticon-"]:before, .profondimetro [class^="flaticon-"]:after, .profondimetro [class*=" flaticon-"]:after {font-size:10px; color:#0786C7}

/*
heading-group
*/

.heading-group {
  margin-bottom: 85px;
}

.heading-group_centered {
  text-align: center;
}

.heading-group__subtitle {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 9px;
}

.heading-group__title {
  font-size: 48px;
  line-height: 1.25;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 26px;
}

.heading-group__text {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  line-height: 1.75;
  margin-bottom: 32px;
  max-width: 900px;
}

.heading-group_centered .heading-group__text {
  margin-left: auto;
  margin-right: auto;
}

/*
heading-smallest
*/

.heading-smallest {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}

.heading-smallest_size_small {
  font-size: 16px;
}

.heading-smallest_has-offset {
  margin-bottom: 72px;
}

.heading-smallest_has-offset.heading-smallest_size_small {
  margin-bottom: 40px;
}

.section-text {font-size:18px; color:#666}

/*
icon
*/

.icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: middle;
  fill: inherit;
  fill: currentColor;
  stroke: inherit;
}

.icon use {
  fill: inherit;
  fill: currentColor;
}

.icon_behance {
  width: 1.5em;
}

.icon_facebook {
  width: 0.466666666666667em;
}

.icon_twitter {
  width: 1.090909090909091em;
}

/*
info-card-content
*/

.info-card-content {
  padding: 12px 40px 52px;
}

.info-card-content__title {
  font-size: 48px;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 28px;
}

.info-card-content__text {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  margin-bottom: 40px;
}

.info-card-content__list:not(:last-child) {
  margin-bottom: 46px;
}

.info-card-content__list-item {
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0 9px;
  -ms-flex-align: center;
  align-items: center;
}

.info-card-content__list-item:not(:last-child) {
  border-bottom: 1px solid rgba(0,0,0,0.15);
}

.info-card-content__list-item-name {
  text-transform: uppercase;
  font-weight: 600;
  margin-right: auto;
}

.info-card-content__list-item-text {
  font-size: 16px;
  text-align: right;
  margin-left: 20px;
}

.info-card-content__socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 20px;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.info-card-content__social {
  font-size: 18px;
  text-decoration: none;
  color: #112A3D;
  transition: color 0.3s;
  margin-bottom: 5px;
}

.info-card-content__social:hover {
  color: #0786C7;
}

.info-card-content__social:not(:first-child) {
  margin-left: 26px;
}

/*
info-card
*/

.info-card {
  position: relative;
  max-width: 530px;
  width: 100%;
  margin-right:120px;
}

.info-card__button {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  height: 80px;
  background: #fff;
  border: 0;
  padding: 0 45px;
  margin-left: auto;
  transition: color 0.3s;
}

.info-card__button:hover {
  color: #0786C7;
}

.info-card__body {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  color: #515151;
  max-height: 80vh;
  overflow: auto;
}

/*
listing-block
*/

.listing-block {
  padding-bottom: 134px;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}

.listing-block__filter {
  color: #666;
  margin-bottom: 58px;
}

.listing-block .listing-block__filter-link {
  margin-left: 17px;
  margin-right: 17px;
}

.listing-block__grid {
  margin-bottom: 116px;
}

.listing-block__item {
  text-decoration: none;
  color: currentColor;
  display: block;
  margin-bottom: 58px;
}

.listing-block__image-wrapper {
  margin-bottom: 26px;
  overflow: hidden;
  display: block;
}

.listing-block__image {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  opacity: 1;
}

.listing-block__image:hover {
  transform: scale(1.04);
  opacity: 0.6;
}

.listing-block__item-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  line-height: 0.666666666666667;
  display: block;
  transition: color 0.3s;
  margin-bottom: 14px;
}

.listing-block__item:hover .listing-block__item-title {
  color: #0786C7;
}

.listing-block__item-category {
  color: #999;
}

.listing-block__loader {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #999;
}

/*
logo
*/

.logo {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  line-height: 0.555555555555556;
  margin-top: 0.1em;
  text-transform: uppercase;
  color: currentColor;
  text-decoration: none;
  letter-spacing: 0.2em;
  transition: all 0.3s;
}
.logo img {width:185px}
.header_is_fixed .logo img {width:140px;}
/*
main-slide
*/

.main-slide {
  min-height: 100vh;
  background-size: cover;
  background-position: 50%;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  position: relative;
}

.evento-new .main-slide {
  height: 50vh;
  min-height:450px;
}

.main-slide.banner-ricerca {
  min-height: 380px
}

.main-slide.banner-cat {
  min-height: 200px;
  overflow:hidden;
}

.main-slide.banner-cat.banner-dettaglio {
  min-height: 720px;
  overflow:hidden;
  height:100vh;
}


.banner-cat .img-cat{
  position:absolute;
  bottom:0;
  right:0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right -30px;
}

.main-slide__image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100% !important;
  width: 100%;
  z-index: 1;
}

.banner-ricerca .main-slide__image, .banner-cat .main-slide__image, .form-banner .main-slide__image {
  background: linear-gradient(-45deg, #13D3A6, #0786C7, #0071AB, #13D3A6);
  background-size: 400% 400%;
  animation: gradientBG 15s ease infinite;
}

@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.main-slide__container {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
}

.banner-ricerca .main-slide__container{
  padding-top:80px;
  padding-bottom:0px;
}

.banner-cat .main-slide__container {
  padding-bottom:0px;
  position:relative;
  z-index:99;
}

.banner-ricerca .contact-block__form, .banner-cat .contact-block__form {
  margin-top:0px
}

.main-slide__slide-inner {
  width: 100%;
  position: relative;
  z-index: 2;
}

.main-slide__subtitle-wrapper {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 24px;
}

.main-slide__subtitle {
  font-size: 24px;
}

.banner-ricerca .main-slide__subtitle, .banner-cat .main-slide__subtitle, .banner-ricerca .main-slide__subtitle h1, .banner-cat .main-slide__subtitle h1 {
  font-size: 32px;
  font-weight:800;
  line-height:1.3
}

.banner-ricerca .flaticon-search:before, .banner-cat .flaticon-search:before {
  font-size:40px
}

.main-slide__title-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 63px;
}

.main-slide__title-wrapper > *:first-child {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.main-slide__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 180px;
  line-height: 0.75;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: -6px;
}

.main-slide_size_medium .main-slide__title {
  font-size: 160px;
}

.main-slide__label-wrapper {
  margin-left: auto;
}

.main-slide__label {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 35px;
  text-align: right;
}

.main-slide__label-value {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  margin-top: 6px;
  text-align: right;
}

.main-slide__text-wrapper {
  max-width: 500px;
}

.main-slide__text-wrapper:not(:last-child) {
  margin-bottom: 86px;
}

.main-slide__text {
  font-size: 20px;
  line-height: 1.6;
}

.main-slide_size_medium .main-slide__text {
  font-size: 16px;
}

.main-slide__link-wrapper {
  display: inline-block;
  vertical-align: top;
}

.main-slide__link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  color: #0786C7;
  line-height: 1.4;
}

.main-slide__link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.main-slide__link:hover {
  color: #0786C7;
}

.main-slide__link:hover:after {
  opacity: 1;
}

.main-slide__link_active {
  color: #0786C7;
}

.main-slide__link_active:after {
  opacity: 1;
}

.main-slide__link_inverted:after {
  opacity: 1;
}

.main-slide__link_inverted:hover:after {
  opacity: 0;
}

.main-slide__link:after {
  height: 2px;
}

.main-slide__counter-wrapper {
  position: absolute;
  right: -12px;
  bottom: 0;
}

.main-slide__counter-inner {
  position: relative;
}

.main-slide__counter {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  letter-spacing: 12px;
  line-height: 1.3;
}

.main-slide__counter-all {
  color: #999;
  margin-left: -18px;
}

.main-slide .tp-parallax-wrap {
  min-width: auto !important;
  position: inherit !important;
  top: auto !important;
  left: auto !important;
}

.main-slide .tp-loop-wrap,
.main-slide .tp-mask-wrap {
  position: inherit !important;
}

/*
main-slider
*/

.main-slider {
  position: relative;
  color: #fff;
  min-height: 100vh;
}

.main-slider__footer {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  z-index: 20;
}

.main-slider__footer-inner {
  display: -ms-flexbox;
  display: flex;
}

.main-slider__socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.main-slider__social-link {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  margin-right: 35px;
  transition: color 0.3s;
}

.main-slider__social-link:hover {
  color: #0786C7;
}

.main-slider__social-link.icofont-behance {
  font-size: 24px;
}

.main-slider__locales {
  margin-left: auto;
}

.main-slider__locale {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-size: 16px;
  margin-left: 25px;
}

.main-slider__locale:after {
  display: none;
}

/*
masonry-block
*/

.masonry-block {
  padding-bottom: 110px;
  border-bottom: 1px solid #ebebeb;
}

.masonry-block__grid {
  margin-bottom: 82px;
}

.masonry-block__item {
  margin-bottom: 42px;
}

/*
masonry-item
*/

.masonry-item {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.masonry-item__image-wrapper {
  margin-bottom: 20px;
  overflow: hidden;
}

.masonry-item__image {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  opacity: 1;
}

.masonry-item__image-wrapper:hover .masonry-item__image {
  transform: scale(1.04);
  opacity: 0.6;
}

.masonry-item__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 1.066666666666667;
  display: block;
  transition: color 0.3s;
}

.masonry-item:hover .masonry-item__title {
  color: #0786C7;
}

.masonry-item__category {
  color: #999;
}

/*
masonry-large-block
*/

.masonry-large-block {
  margin-top: 120px;
  padding-bottom: 110px;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
}

.masonry-large-block__grid {
  margin-bottom: 76px;
}

.masonry-large-block__item-inner {
  text-decoration: none;
  color: currentColor;
  display: block;
  margin-bottom: 42px;
}

.masonry-large-block__item-inner img {
  width: 100%;
  margin-bottom: 10px;
}

.masonry-large-block__item-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 1.066666666666667;
  display: block;
  transition: color 0.3s;
}

.masonry-block__item-inner:hover .masonry-large-block__item-title {
  color: #0786C7;
}

.masonry-large-block__item-category {
  color: #999;
}

.masonry-large-block__loader {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #999;
  text-align: center;
  margin-top: 40px;
}

/*
masonry
*/

.masonry__primary-filters {
  margin-bottom: 12px;
}

.masonry__primary-filter-button {
  font-size: 16px;
  font-weight: 600;
  border: 0;
  background: none;
  color: #ccc;
  margin-right: 40px;
  transition: color 0.3s;
}

.masonry__primary-filter-button:hover,
.masonry__primary-filter-button_active {
  color: #112A3D;
}

.masonry__secondary-filters-wrapper {
  position: relative;
}

.masonry__secondary-filters {
  margin-bottom: 56px;
  top: 0;
  left: 0;
}

.masonry__secondary-filter-button {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  border: 0;
  background: none;
  margin-right: 34px;
  transition: color 0.3s;
  line-height: inherit;
}

.masonry__secondary-filter-button:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.masonry__secondary-filter-button:hover {
  color: #0786C7;
}

.masonry__secondary-filter-button:hover:after {
  opacity: 1;
}

.masonry__secondary-filter-button_active {
  color: #0786C7;
}

.masonry__secondary-filter-button_active:after {
  opacity: 1;
}

.masonry__secondary-filter-button_inverted:after {
  opacity: 1;
}

.masonry__secondary-filter-button_inverted:hover:after {
  opacity: 0;
}

/*
menu-panel
*/

.bg-menu-1 {
  position:absolute;
  top:-130px;
  left:0;
  z-index:-1;
}
.bg-menu-2 {
  position:absolute;
  bottom:0px;
  right:0;
  z-index:-1;
}

.menu-panel {
  position: fixed;
  background: #fff;
  color: #112A3D;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.menu-panel__inner {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.menu-panel__menu {
  transition: all 0.5s 0.6s ease;
  transform: translateY(3rem);
  opacity: 0;
}

.header__menu_opened .menu-panel__menu {
  transform: translate(0);
  opacity: 1;
}
*::-ms-backdrop, .header__menu_opened .menu-panel__menu {overflow-y:scroll; overflow-x:hidden}/* IE11 */
.menu-panel__menu-item {
  margin-bottom: 15px;
}

.menu-panel__menu-link {
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  text-transform:uppercase;
  border-bottom:1px solid #ccc;
  color: #515151;
  transition: 0.3s;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 10px;
  line-height: 1.1;
  width:100%;
}

.menu-panel__menu-link.collapsed {
  color: #0786C7;
}

.menu-panel__menu-link_active {
  color: currentColor;
}

.menu-panel__menu-link_active.collapsed {
  color: currentColor;
}

.menu-panel__menu-link:hover {
  color: #13D3A6;
}

.menu-panel__bottom-submenu {
  padding-left: 15px;
}

.menu-panel__submenu-item {
  margin-bottom: 2px;
}

.menu-panel__submenu-item:first-child {
  padding-top: 9px;
}

.menu-panel__submenu-item:last-child {
  padding-bottom: 9px;
}

.menu-panel__submenu-link, .menu-panel__bottom-submenu .col-menu a{
  font-size: 16px;
  line-height: 1.75;
  text-decoration: none;
  color: #999;
  transition: 0.3s;
}

.menu-panel__submenu-link_active,
.menu-panel__submenu-link:hover {
  color: #0786C7;
}

.menu-panel__locales {
  margin-bottom: 26px;
  transition: all 0.5s 0.4s ease;
  transform: translateY(3rem);
  opacity: 0;
}

.menu-panel__locales .logo {
  display:inline-block;
  margin-top:0;
  margin-right:15px;
}

.menu-panel__locales .logo img {
  width:120px;
}

.header__menu_opened .menu-panel__locales {
  transform: translate(0);
  opacity: 1;
  display:flex;
  padding-right:50px;
}

.menu-panel__locale {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-size: 14px;
  margin-right: 15px;
  text-transform: uppercase;
}

.menu-panel__locale:after {
  display: none;
}

.menu-panel__footer {
  border-top:1px solid #ccc;
  margin-top: auto;
  padding-bottom: 20px;
}

.menu-panel__socials {
  margin-top: 20px;
  transition: all 0.5s 0.7s ease;
  transform: translateY(3rem);
  opacity: 0;
}

.header__menu_opened .menu-panel__socials {
  transform: translate(0);
  opacity: 1;
}

.menu-panel .menu-panel__socials {
  -ms-flex-pack: start;
  justify-content: space-between;
}
.menu-panel .menu-panel__socials a.bottom-menu {
  color:#0786C7;
  font-size:15px;
  padding:10px 0;
}
.menu-panel .menu-panel__socials a.bottom-menu:hover {
  color:#13D3A6;
}
.menu-panel__bottom {
  margin-top: 18px;
  color: #999;
  transition: all 0.5s 0.9s ease;
  transform: translateY(2rem);
  opacity: 0;
}

.header__menu_opened .menu-panel__bottom {
  transform: translate(0);
  opacity: 1;
}

.menu-panel__bottom strong {
  color: #112A3D;
  font-weight: 600;
}

.menu-panel__bottom a {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  color: #112A3D;
  font-weight: 600;
}

.menu-panel__bottom a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.menu-panel__bottom a:hover {
  color: #0786C7;
}

.menu-panel__bottom a:hover:after {
  opacity: 1;
}

.menu-panel__bottom a_active {
  color: #0786C7;
}

.menu-panel__bottom a_active:after {
  opacity: 1;
}

.menu-panel__bottom a_inverted:after {
  opacity: 1;
}

.menu-panel__bottom a_inverted:hover:after {
  opacity: 0;
}

/*
minimal-head-block
*/

.minimal-head-block {
  padding-top: 250px;
  padding-bottom: 116px;
}

.minimal-head-block__title {
  font-size: 80px;
  line-height: 1.05;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 24px;
}

.minimal-head-block__label-wrapper {
  position: relative;
}

.minimal-head-block__label-inner:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: 3px;
  top: -5px;
  width: 100%;
  background: #0786C7;
}

.minimal-head-block__label {
  color: #fff;
  display: inline-block;
  vertical-align: bottom;
  padding: 0 10px;
  line-height: 1;
  position: relative;
  z-index: 2;
}

.minimal-head-block__text {
  font-size: 20px;
  line-height: 1.6;
  color: #666;
  max-width: 770px;
}

/*
news-masonry-item
*/

.news-masonry-item {
  background: #f2f2f2;
  text-decoration: none;
  color: currentColor;
  transition: 0.3s;
  display: block;
}

.news-masonry-item:hover {
  background: #0786C7;
  color: #fff;
}

.news-masonry-item__image-wrapper {
  overflow: hidden;
  display: block;
}

.news-masonry-item__image {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}

.news-masonry-item__image:hover {
  transform: scale(1.04);
}

.news-masonry-item__content {
  padding: 30px 35px 32px;
}
.evento-item .news-masonry-item__content {display:none}
.news-masonry-item__category {
  font-weight: 500;
}

.news-masonry-item__header {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}

.news-masonry-item__date {
  color: #333;
  position: relative;
  padding-left: 14px;
  margin-left: 12px;
  transition: 0.3s;
}

.news-masonry-item:hover .news-masonry-item__date {
  color: #fff;
}

.news-masonry-item__date:after {
  content: '';
  position: absolute;
  background: currentColor;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  top: 50%;
  left: 0;
}

.news-masonry-item__title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 22px;
}

.news-masonry-item__item-inner:hover .news-masonry-item__title {
  color: #0786C7;
}

.news-masonry-item__text {
  color: #333;
  transition: 0.3s;
  margin-bottom: 24px;
}

.news-masonry-item:hover .news-masonry-item__text {
  color: #fff;
}

.news-masonry-item__continue {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
}

.news-masonry-item__continue-icon {
  font-size: 1.428571428571429em;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  margin-left: 6px;
}

/*
panorama-slider
*/

.panorama-slider__data-layer {
  position: absolute;
  width: 100%;
  top: 23%;
  left: 0;
}

.panorama-slider__container {
  position: relative;
  max-width: 1530px;
  padding: 0 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 22;
}

.panorama-slider__menu-link {
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  min-width: 80px;
  height: 80px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 35px;
  background: #fff;
  margin-left: 22px;
  text-decoration: none;
  color: #112A3D;
  transition: color 0.3s;
}

.panorama-slider__menu-link:hover {
  color: #0786C7;
}

.panorama-slider__content {
  display: none;
}

/*
panorama-slider2
*/

.panorama-slider2 {
  position: relative;
  color: #fff;
}

.panorama-slider2__slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  background-size: cover;
  background-position: 50%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.panorama-slider2__slide-inner {
  position: relative;
}

.panorama-slider2__subtitle {
  font-size: 20px;
  margin-bottom: 20px !important;
}

.panorama-slider2__title-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 78px;
}

.panorama-slider2__title-wrapper > *:first-child {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.panorama-slider2__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 120px;
  line-height: 0.875;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: -6px;
}

.panorama-slider2__label {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: auto;
  text-align: center;
  padding-bottom: 6px;
}

.panorama-slider2__label-icon {
  font-size: 72px;
  padding-right: 0.3em;
  text-align: center !important;
}

.panorama-slider2__label-value {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.25em;
}

.panorama-slider2__text {
  font-size: 20px;
  max-width: 500px;
  margin-bottom: 86px;
  line-height: 1.6;
}

.panorama-slider2__link-wrapper {
  display: inline-block;
  vertical-align: top;
  pointer-events: auto;
}

.panorama-slider2__link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 1.4;
}

.panorama-slider2__link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.panorama-slider2__link:hover {
  color: #0786C7;
}

.panorama-slider2__link:hover:after {
  opacity: 1;
}

.panorama-slider2__link_active {
  color: #0786C7;
}

.panorama-slider2__link_active:after {
  opacity: 1;
}

.panorama-slider2__link_inverted:after {
  opacity: 1;
}

.panorama-slider2__link_inverted:hover:after {
  opacity: 0;
}

.panorama-slider2__link:after {
  height: 2px;
}

.panorama-slider2__footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

.panorama-slider2__footer:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  right: 50%;
  background: linear-gradient(#fff, #fbfbfb);
  z-index: 1;
}

.panorama-slider2__footer-inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}

.panorama-slider2__footer-menu {
  min-width: 68%;
  width: 68vmin;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  color: #112A3D;
  background: linear-gradient(#fff, #fbfbfb);
  font-size: 2.8vmin;
  line-height: 1.363636363636364;
  text-transform: uppercase;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.panorama-slider2__footer-item {
  width:100%;
  height: 16vmin;
  padding-right: 30px;
  padding-top: 5vmin;
}

.panorama-slider2__footer-link {
  text-decoration: none;
  color: #0786C7;
  transition: all 0.3s;
}

.panorama-slider2__footer-link:hover {
  color: currentColor;
}

.panorama-slider2__controls {
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  position: absolute;
  top: 50%;
  right: 60px;
  margin-top: -30px;
  z-index: 2;
}

.panorama-slider2__control {
  width: 60px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  border-radius: 100%;
  border: 1px solid #fff;
  color: #fff;
  background: rgba(255,255,255,0);
  transition: all 0.3s;
  margin-left: 25px;
}

.panorama-slider2__control:hover {
  background: rgba(255,255,255,0.25);
  border-color: rgba(255,255,255,0.25);
}

.panorama-slider2 .tparrows {
  display: none;
}

.panorama-slider2 .tp-parallax-wrap {
  min-width: auto !important;
  position: inherit !important;
  top: auto !important;
  left: auto !important;
}

.panorama-slider2 .tp-loop-wrap,
.panorama-slider2 .tp-mask-wrap {
  position: inherit !important;
}

/*
parallax-block
*/

.parallax-block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  color: #fff;
  background: #242323;
  overflow: hidden;
}

.parallax-block__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 1;
  display: block !important;
}

.parallax-block__inner {
  position: relative;
  z-index: 2;
}

.parallax-block__subtitle {
  margin-bottom: 35px;
}

.parallax-block__title-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 58px;
}

.parallax-block__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 160px;
  line-height: 0.84375;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: -7px;
}

.parallax-block__label {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: auto;
  padding-top: 38px;
  text-align: right;
}

.parallax-block__play {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #0786C7;
  border: 0;
  margin-left: auto;
  margin-top: 52px;
}

.parallax-block__play:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  background: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #fff;
  margin-left: 3px;
}

.parallax-block__text {
  font-size: 16px;
  max-width: 500px;
  margin-bottom: 94px;
  line-height: 1.875;
}

.parallax-block__download-link {
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: currentColor;
  line-height: 1;
  transition: color 0.3s;
}

.parallax-block__download-link:hover {
  color: #0786C7;
}

.parallax-block__download-icon {
  font-size: 36px;
  margin-right: 22px;
  display: inline-block;
  vertical-align: top;
}

.parallax-block__download-text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 3px;
  margin-top: 3px;
}

.parallax-block__download-text:after {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  background: currentColor;
  left: 0;
  bottom: 0;
  width: 100%;
}

/*
parallax-image
*/

.parallax-image {
  overflow: hidden;
  height: 500px;
}

.parallax-image__image {
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

/*
person-block
*/

.person-block {
  background: #f8f8f8;
  padding: 60px 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.person-block.collapse-list__collapse {display:block; position:relative}
.person-block.collapse-list__collapse:not(:last-of-type) {border-bottom:0}
.person-block .collapse-list__collapse-head {text-transform:unset; font-size:inherit; font-weight:inherit}
.person-block a.collapse-list__collapse-head:hover {color:#212529 !important}
.person-block.collapse-list__collapse .socials {position: absolute;top: 45px;right: 65px;}
.person-block .collapse-list__collapse-text-inner {padding-top:30px}
.person-block .collapse-list__collapse-text {color:inherit; font-size:15px}
.collapse-list__collapse-text-inner .riepilogo {background-color:inherit; border-radius:inherit; color:inherit; padding:0 5px}
.collapse-list__collapse-text-inner .heading-smallest_has-offset.heading-smallest_size_small {margin-bottom:10px}
.collapse-list__collapse-text-inner .riepilogo .dati .qta, .collapse-list__collapse-text-inner .riepilogo .dati .prezzo {color:inherit}
.collapse-list__collapse-text-inner .riepilogo .item-riepilogo, .collapse-list__collapse-text-inner .sped-riepilogo {border-bottom:none}
.collapse-list__collapse-text-inner .totale-riepilogo span.prezzo {color:inherit}
.collapse-list__collapse-text-inner .totale-riepilogo {padding:10px 10px 0 10px}

.person-block__image {
  width: 180px;
  min-width: 180px;
  margin-right: 37px;
  margin-top: 5px;
}

.person-block__name {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 16px;
}

.person-block__name h3 {
  font-weight:600;
}

.person-block__name h3 .grid-block__title {
  font-size:inherit;
}

.person-block__name h3 .grid-block__title::after {
  background-color:#333
}

.person-block__name h3 a:hover:after {display:none}

.person-block__text {
  color: #666;
  margin-bottom: 24px;
}

.person-block__share-item {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #999;
  text-decoration: none;
  margin: 0 5px;
  transition: 0.3s;
}

.person-block__share-item:hover {
  color: #112A3D;
}

.person-block__share-item:first-child {
  margin-left: 0;
}

/*
posts
*/

.posts__item-inner {
  width: 100%;
  display: block;
  text-decoration: none;
  background: #fff;
  color: #112A3D;
  position: relative;
  overflow: hidden;
}

.posts__item-inner:hover:after {
  opacity: 1;
}

.posts__item-inner:after {
  content: '';
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0px 20px 60px 0px rgba(2,3,3,0.25);
  transition: 0.3s ease;
}

.posts__item-inner:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
}

.posts__image {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}

.posts__item-inner:hover .posts__image {
  transform: scale(1.04);
}

.posts__item-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 16px 25px 19px;
  z-index: 2;
  color: #fff;
}

.posts__item-footer {
  display: block;
  margin-bottom: 5px;
}

.posts__item-title {
  font-size: 18px;
  line-height: 1.444444444444444;
  margin-bottom: 8px;
  font-weight: 500;
  transition: all 0.3s;
}

.posts__item-inner:hover .posts__item-title {
  text-decoration: underline;
}

.posts__category {
  font-weight: 500;
}

.posts__date {
  color: #ccc;
  position: relative;
  padding-left: 14px;
  margin-left: 7px;
}

.posts__date:after {
  content: '';
  position: absolute;
  background: currentColor;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  top: 50%;
  left: 0;
}

/*
preloader
*/

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f24a01;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

/*
project-block
*/

.project-block {
  padding-top: 180px;
  padding-bottom:60px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:bottom left;
}

.project-block__item {
  border: 4px solid #008000;
}

.project-block__image-wrapper {
  overflow: hidden;
  position: relative;
  display: block;
}

.project-block__image-wrapper_offset {
  margin-top: 120px;
}

.project-block__image-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #112A3D 100%);
}

.project-block__image {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}

.project-block__project:hover .project-block__image {
  transform: scale(1.04);
}

.project-block__subtitle {
  text-transform: uppercase;
  color: #0786C7;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.project-block__title h2{
  font-family: 'Montserrat', sans-serif;
  font-size: 46px;
  line-height: 1;
  margin-bottom: 124px;
}

.project-block__project {
  display: block;
  text-decoration: none;
  color: currentColor;
  position: relative;
  margin-bottom: 125px;
  width: 100%;
}

.project-block__project.smallpad {margin-bottom:60px}

.project-block__project-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 35px 44px;
  transform: translateY(20px);
  transition: 0.5s;
}

.project-block__project:hover .project-block__project-content {
  opacity: 1;
  transform: translateY(0);
}

.project-block__project-content-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  width: 100%;
}

.project-block__project-subtitle {
  font-size: 16px;
  display: block;
  margin-bottom: 12px;
  width: 100%;
}

.project-block__project-title {
  display: block;
  font-size: 48px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  width: 70%;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.project-block__project-more {
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: color 0.3s;
  color: #0786C7;
  position: relative;
}

.project-block__project:hover .project-block__project-more {
  color: #0786C7;
}

.project-block__project-more-arrow {
  font-size: 12px;
  margin-left: 4px;
}

.project-block__read-more-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.project-block__read-more {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 84px;
}

/*
project-detail
*/

.project-detail {
  padding-top: 110px;
  overflow: hidden;
}

.project-detail__head-items {
  margin-top: 68px;
  margin-bottom: 118px;
  font-size: 16px;
}

.project-detail__head-item {
  color: #666;
  margin-bottom: 3px;
}

.project-detail__head-item strong {
  color: #112A3D;
  font-weight: 500;
}

.project-detail__head-item-link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

.project-detail__head-item-link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.project-detail__head-item-link:hover {
  color: #0786C7;
}

.project-detail__head-item-link:hover:after {
  opacity: 1;
}

.project-detail__head-item-link_active {
  color: #0786C7;
}

.project-detail__head-item-link_active:after {
  opacity: 1;
}

.project-detail__head-item-link_inverted:after {
  opacity: 1;
}

.project-detail__head-item-link_inverted:hover:after {
  opacity: 0;
}

.project-detail__head-item-link_twitter {
  color: #00c1f1;
}

.project-detail__head-item-link_facebook {
  color: #1f5fa6;
}

.project-detail__head-item-link_google {
  color: #d10000;
}

.project-detail__head-item-link_rss {
  color: #fc7d00;
}

.project-detail__title {
  font-size: 48px;
  line-height: 0.625;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 70px;
}

.project-detail__text {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  margin-bottom: 75px;
}

.project-detail__footer-link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  color: #0786C7;
  font-size: 48px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.291666666666667;
  margin-top: 115px;
  margin-bottom: 140px;
}

.project-detail__footer-link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.project-detail__footer-link:hover {
  color: #0786C7;
}

.project-detail__footer-link:hover:after {
  opacity: 1;
}

.project-detail__footer-link_active {
  color: #0786C7;
}

.project-detail__footer-link_active:after {
  opacity: 1;
}

.project-detail__footer-link_inverted:after {
  opacity: 1;
}

.project-detail__footer-link_inverted:hover:after {
  opacity: 0;
}

.project-detail__footer-link:after {
  height: 3px;
}

.project-detail__navigation {
  display: -ms-flexbox;
  display: flex;
  background: #f4f5f7;
}

.project-detail__navigation-link {
  width: 50%;
  position: relative;
  min-height: 125px;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  color: #999;
  transition: color 0.3s;
}

.project-detail__navigation-link:hover {
  color: #fff;
}

.project-detail__navigation-link-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-position: 50%;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.3s;
}

.project-detail__navigation-link:hover .project-detail__navigation-link-image {
  opacity: 1;
}

.project-detail__navigation-link-image:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #112A3D;
  opacity: 0.3;
}

.project-detail__navigation-link-text {
  position: relative;
  z-index: 2;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1em;
  margin-left: 1em;
}

/*
info-slide
*/

.project-slider__data-layer {
  position: absolute;
  width: 100%;
  top: 17%;
  left: 0;
}

.project-slider__container {
  position: relative;
  max-width: 1530px;
  padding: 0 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 22;
}

.project-slider__menu-link {
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  min-width: 80px;
  height: 80px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 35px;
  background: #fff;
  margin-left: 22px;
  text-decoration: none;
  color: #112A3D;
  transition: color 0.3s;
}

.project-slider__menu-link:hover {
  color: #0786C7;
}

/*
projects-block
*/

.projects-block__filter {
  padding-top: 2px;
  font-size: 16px;
  color: #666;
}

.projects-block__filter-link {
  margin-right: 45px;
  margin-bottom: 5px;
}

.projects-block__slider {
  color: #fff;
  height: 475px;
}

.projects-block__slider .swiper-slide {
  -ms-flex-negative: initial;
  flex-shrink: initial;
}

.projects-block__slide-wrapper {
  width: auto;
}

.projects-block__slide {
  background-color: #fff;
  color: #333;
  height: 425px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align:center;
}

.projects-block__slide .wrap-pac a:after{
  content: "";
  box-shadow: 0 1px 0 0 rgba(200, 228, 235, 0.25), 0 -1px 0 0 rgba(7, 134, 199, 0.25), 1px 0 0 0 rgba(200, 228, 235, 0.25), -1px 0 0 0 rgba(7, 134, 199, 0.25), 1px -1px 0 0 rgba(200, 228, 235, 0.5), -1px 1px 0 0 rgba(7, 134, 199, 0.5), 1px 1px 0 0 rgba(200, 228, 235, 0.75), -1px -1px 0 0 rgba(7, 134, 199, 0.75);
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
}

.projects-block__image {
  display: block;
  max-height: 100%;
  width: auto !important;
}

.projects-block__slide-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 30px 40px;
}

.projects-block__slide-head {
  display: block;
  transform: translateY(0);
  transition: transform 0.6s 0.2s;
}

.projects-block__slide:hover .projects-block__slide-head {
  transform: translateY(-24px);
}

.projects-block__slide-title {
  display: block;
  font-size: 18px;
  font-weight:600;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.3;
  margin-bottom: 4px;
}

.projects-block__slide-title a:not([class]):after {
  display:none;
}

.projects-block__slide-label {
  display: block;
  width: 40%;
  height: 1px;
  margin: 10px auto 10px auto;
  background-color: #0786C7;
}

.projects-block__slide-text {
  display: block;
  padding-right: 20px;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: transform 0.6s 0.4s, max-height 1s, opacity 0.2s, visibility 0.2s;
}

.projects-block__slide:hover .projects-block__slide-text {
  max-height: 400px;
  opacity: 1;
  visibility: visible;
  margin-left: 0;
  transform: translateX(0);
  transition: transform 0.6s 0.4s, max-height 2s, opacity 0.2s 0.4s, visibility 0.2s 0.4s;
}

.projects-block__arrow {
  position: absolute;
  left: 50%;
  bottom: 20px;
  font-size: 18px;
  margin-left:-50px;
  width:100px;
  text-align:center;
  transform: translateX(-10px);
  opacity: 0;
  transition: transform 0.6s 0.4s, opacity 0.2s;
}

.projects-block__slide:hover .projects-block__arrow {
  transform: translateX(0);
  opacity: 1;
  transition: opacity 0.2s 0.4s, transform 0.6s 0.4s;
}

.projects-block__arrow {
  color:rgba(7,134,199, 0.4)
}

.projects-block__arrow:hover {
  color:#0786C7;
}

.projects-block__arrow a:not([class]):after {
  display:none;
}

.projects-block__controls {
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -3px;
}

.projects-block__control {
  background: none;
  color: currentColor;
  border: 0;
  transition: 0.3s ease;
  transform: translateZ(0);
}

.projects-block__control:hover {
  color: #999;
}

/*
quote
*/

.quote__text {
  font-size: 24px;
  line-height: 1.666666666666667;
  font-weight: 100;
  line-height: 1.5;
  padding-left: 12.5%;
  padding-right: 12.5%;
  position: relative;
  margin-bottom: 32px;
}

.quote__text strong {
  font-weight: 500;
}

.quote__text:before {
  position: absolute;
  content: '';
  width: 4px;
  left: 0;
  top: 9px;
  bottom: 9px;
  background: #0786C7;
}

.quote__name {
  font-size: 16px;
  line-height: 1.75;
  padding-left: 12.5%;
  line-height: 1.5;
}

.quote__role {
  color: #999;
  padding-left: 12.5%;
}

/*
review-slider
*/

.review-slider__title h3{
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  font-size: 46px;
  margin-bottom: 44px;
}

.review-slider__slider {
  margin-bottom: 70px;
}

.review-slider__text {
  color: #666;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 32px;
}

.review-slider__person {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.review-slider__controls {
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
}

.review-slider__control {
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 100%;
  border: 1px solid #ccc;
  color: #ccc;
  background: rgba(50,50,50,0);
  transition: all 0.3s;
  margin-right: 20px;
}

.review-slider__control:hover {
  background: #323232;
  border-color: #323232;
}

/*
reviews-block
*/

.reviews-block {
  background-image: url("../../assets/img/bg-review.jpg");
  padding-top: 134px;
  padding-bottom: 138px;
  overflow: hidden;
  position:relative;
}

.reviews-block:before {content:""; width:100%; height:100%; position:absolute; top:0; left:0; background: linear-gradient(-220deg, rgba(7,134,199, 0.7), rgba(19,211,166,0.2));z-index:0}

.reviews-block_template_zoom {
  background: #f8f8f8;
}

.bg-ref-home {
  background-image: url("../../assets/img/bg-ref-home.png");
  background-size:cover;
  background-repeat:no-repeat;
}

.reviews-block_template_zoom .reviews-block__title {
  font-size: 16px;
  line-height: 1.125;
  text-transform: uppercase;
  font-weight: 600;
  background: #0786C7;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 4px 6px 1px;
}

.reviews-block_template_zoom .reviews-block__title:empty {
  opacity: 0;
}

.reviews-block__title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.reviews-block__slider {
  margin-top: 76px;
}

.reviews-block__main:not(:last-child) {
  margin-bottom: 126px;
}

.reviews-block__slide {
  background: #fff;
  padding: 44px 50px;
}

.reviews-block__text {
  color: #666;
  font-size: 18px;
  line-height: 1.666666666666667;
  margin-bottom: 32px;
}

.reviews-block__person {
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  position: relative;
  -ms-flex-align: start;
  align-items: flex-start;
}

.reviews-block__person-data {
  margin-top: 5px;
}

.reviews-block__person-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 2px;
}

.reviews-block__person-role {
  color: #999;
}

.reviews-block__person-image {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 23px;
}

.reviews-block__person-image img {
  width: 100%;
}

.reviews-block__quote {
  width: auto !important;
  position: absolute;
  right: 0;
  top: 12px;
}
.reviews-block__control {width: 50px;height: 50px;display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;-ms-flex-pack: center;justify-content: center;border-radius: 100%;background-color:#fff; border: 1px solid #fff;color:#0786C7;font-size: 20px;font-weight: 600;padding-left: 4px;transition: all 0.3s;}
.reviews-block__control:hover {border: 1px solid #0786C7; background-color:#0786C7; color:#fff;}
/*
revolution-slider
*/

.revolution-slider .tparrows {
  position: absolute;
  transform: translateY(-50%) !important;
  top: 50% !important;
  background: none !important;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.revolution-slider .tparrows:hover {
  opacity: 1;
}

.revolution-slider .tparrows:before {
  font-size: 44px;
  font-family: 'Linearicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.revolution-slider .tparrows.tp-leftarrow {
  left: 50px !important;
  right: auto !important;
}

.revolution-slider .tparrows.tp-leftarrow:before {
  content: "\e93b";
}

.revolution-slider .tparrows.tp-rightarrow {
  right: 50px !important;
  left: auto !important;
}

.revolution-slider .tparrows.tp-rightarrow:before {
  content: "\e93c";
}

/*
service-block
*/

.service-block {
  background: #f8f8f8;
  padding-top: 146px;
  padding-bottom: 30px;
}

.service-block__head {
  margin-bottom: 116px;
}

.service-block__title {
  font-size: 48px;
  line-height: 1.25;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
}

.service-block__text {
  padding-top: 6px;
  font-size: 16px;
  line-height: 1.875;
  color: #666;
}

/*
service-detail
*/

.service-detail {
  padding-top: 120px;
  overflow: hidden;
}

.service-detail__head {
  margin-bottom: 100px;
}

.service-detail__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 24px;
}

.service-detail__intro {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 92px;
}

.service-detail__text {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  margin-bottom: 104px;
}

.service-detail__subtitle {
  font-size: 36px;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.6em;
}

/*
service-works
*/

.service-works {
  background: #f3f5f6;
  padding-top: 116px;
  padding-bottom: 80px;
  border-bottom: 1px solid #ebebeb;
}

.service-works__item {
  margin-bottom: 42px;
}

/*
show-more
*/

.show-more {
  text-align: center;
}

.show-more__link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.show-more__link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.show-more__link:hover {
  color: #0786C7;
}

.show-more__link:hover:after {
  opacity: 1;
}

.show-more__link_active {
  color: #0786C7;
}

.show-more__link_active:after {
  opacity: 1;
}

.show-more__link_inverted:after {
  opacity: 1;
}

.show-more__link_inverted:hover:after {
  opacity: 0;
}

/*
simple-slider
*/

.simple-slider {
  position: relative;
}

.simple-slider__slide img {
  display: block;
  max-width: 100%;
}

.simple-slider__control {
  position: absolute;
  top: 50%;
  background: none;
  border: 0;
  color: currentColor;
  margin-bottom: -2px;
  transition: 0.3s ease;
  transform: translateY(-50%) translateZ(0);
  font-size: 38px;
  opacity: 0.25;
  font-weight: 600;
}

.simple-slider__control:hover {
  color: #999;
}

.simple-slider__control_prev {
  left: -80px;
}

.simple-slider__control_next {
  right: -80px;
}

.simple-slider .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.simple-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-left: 11px !important;
  margin-right: 11px !important;
  background: #fff !important;
  opacity: 0.5 !important;
  transition: opacity 0.3s;
}

.simple-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
.simple-slider .swiper-pagination-bullet:hover {
  opacity: 1 !important;
}

/*
single-post
*/

.single-post {
  overflow: hidden;
}

.single-post__head {
  margin-bottom: 100px;
}

.single-post__image {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.single-post__category {
  font-weight: 500;
  color: currentColor;
  transition: 0.3s;
}

.single-post__category:hover {
  color: #13d3a6;
}

.single-post__header {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.single-post__date {
  color: #0786C7;
  position: relative;
  padding-left: 14px;
  margin-left: 12px;
}

a.single-post__date {
  color:#333
}

a.single-post__date:hover {
  color: #13d3a6;
}

.single-post__date:after {
  content: '';
  position: absolute;
  background: #333;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  top: 50%;
  left: 0;
}

.single-post__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 76px;
}

.single-post__intro {
  font-size: 24px;
  line-height: 1.666666666666667;
  font-weight: 100;
  margin-bottom: 74px;
}

.single-post__intro strong {
  font-weight: 500;
}

.single-post__text {
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  margin-bottom: 76px;
}

.single-post__text p {
  margin-bottom: 30px;
}

.single-post__text ul, .single-post__text ol {padding-left: 40px; padding-bottom: 40px;}

.single-post__images {
  margin-bottom: 62px;
}

.single-post__gallery {
  margin-bottom: 82px;
}

.single-post__subtitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 32px;
}

.single-post__quote {
  margin-bottom: 55px;
}

.single-post__links {
  margin-bottom: 26px;
  color: #999;
}

.single-post__links-title {
  display: inline-block;
  vertical-align: middle;
  color: #112A3D;
  font-weight: 600;
}

.single-post__links-item {
  color: currentColor;
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s;
  text-decoration: none;
}

.single-post__links-item:hover {
  color: #0786C7;
}

.single-post__links-item_iconed {
  font-size: 18px;
  padding: 0 7px;
}

.single-post__author {
  margin-bottom: 64px;
}

.single-post__posts-title {
  margin-bottom: 60px;
}

.single-post__posts-list {
  display: -ms-flexbox;
  display: flex;
  margin-left: -35px;
  margin-right: -35px;
  padding-bottom: 65px;
}

.single-post__posts-item {
  width: 50%;
  padding: 0 35px;
  margin-bottom: 30px;
}

/*
socials
*/

.socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.socials__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid #0786C7;
  color: #0786C7;
  border-radius: 100%;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 15px;
  transition: all 0.3s;
}

.prodotti-list .socials__social, .corr-list .socials__social, .promoprod-slide .socials__social{
  border: 1px solid #fff;
  color: #fff;
}

.socials__social:not(:first-child) {
  margin-left: 15px;
}

.socials__social:hover, .socials__social.active {
  background: #13D3A6;
  color: #fff;
  border-color: #13D3A6;
}

.subfooter {
  background-color:#0786C7;
  border-top:14px solid #13D3A6;
}

/*
specialization-block
*/

.specialization-block {
  padding-top: 125px;
  padding-bottom: 100px;
}

.specialization-block .icon {
  font-size: 111px;
}

.specialization-block__image {
  height: 111px;
  margin-bottom: 35px;
}

.specialization-block__item {
  max-width: 310px;
  margin-bottom: 55px;
}

.specialization-block__title {
  margin-bottom: 80px;
}

.specialization-block__item-title {
  font-size: 48px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  margin-bottom: 14px;
}

.specialization-block__item-text {
  color: #666;
  line-height: 1.714285714285714;
  margin-bottom: 35px;
}

/*
studio-filter
*/

.studio-filter {
  padding: 58px 0 68px;
}

.studio-filter__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.studio-filter__title {
  font-size: 48px;
  line-height: 1.25;
  font-family: 'Montserrat', sans-serif;
}

.studio-filter__filter {
  padding-top: 26px;
  font-size: 16px;
  color: #666;
}

.studio-filter__filter-link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1.375;
  margin-bottom: 6px;
}

.studio-filter__filter-link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.studio-filter__filter-link:hover {
  color: #0786C7;
}

.studio-filter__filter-link:hover:after {
  opacity: 1;
}

.studio-filter__filter-link_active {
  color: #0786C7;
}

.studio-filter__filter-link_active:after {
  opacity: 1;
}

.studio-filter__filter-link_inverted:after {
  opacity: 1;
}

.studio-filter__filter-link_inverted:hover:after {
  opacity: 0;
}

.studio-filter__filter-link:not(:last-child) {
  margin-right: 40px;
}

/*
studio-intro-slide
*/

.studio-intro-slide {
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  background-size: cover;
  background-position: 50%;
  text-align: center;
  position: relative !important;
  z-index: 999 !important;
  color: #fff;
}

.studio-intro-slide__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 130px;
  padding-bottom: 90px;
}

.studio-intro-slide__inner {
  position: relative;
  left: auto !important;
}

.studio-intro-slide__subtitle {
  font-size: 24px;
  margin-bottom: 17px;
}

.studio-intro-slide__title-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 52px;
}

.studio-intro-slide__title h1{
  font-family: 'Montserrat', sans-serif;
  font-size: 80px;
  line-height: 0.875;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.studio-intro-slide__title h1 span {font-weight:300}
.studio-intro-slide__text {
  font-size: 20px;
  max-width: 630px;
  margin-bottom: 40px;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  white-space: initial !important;
}

.studio-intro-slide__link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 1.4;
}

.studio-intro-slide__link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.studio-intro-slide__link:hover {
  color: #0786C7;
}

.studio-intro-slide__link:hover:after {
  opacity: 1;
}

.studio-intro-slide__link_active {
  color: #0786C7;
}

.studio-intro-slide__link_active:after {
  opacity: 1;
}

.studio-intro-slide__link_inverted:after {
  opacity: 1;
}

.studio-intro-slide__link_inverted:hover:after {
  opacity: 0;
}

.studio-intro-slide__link:after {
  height: 2px;
}

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

.Background:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
}

.Background:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0,0,0,0.5), transparent 50%, rgba(0,0,0,0.5));
}

/*
studio-main-slide
*/

.studio-main-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 700px;
  background-size: cover;
  background-position: 50%;
  padding-top: 130px;
  padding-bottom: 90px;
  text-align: center;
  position: relative !important;
  z-index: 999 !important;
  color: #fff;
}

.studio-main-slide__inner {
  position: relative;
  left: auto !important;
}

.studio-main-slide__subtitle {
  font-size: 24px;
  margin-bottom: 17px;
}

.studio-main-slide__title-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 52px;
}

.studio-main-slide__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 120px;
  line-height: 0.875;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.studio-main-slide__text {
  font-size: 20px;
  max-width: 630px;
  margin-bottom: 84px;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  white-space: initial !important;
}

.studio-main-slide__link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 1.4;
}

.studio-main-slide__link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.studio-main-slide__link:hover {
  color: #0786C7;
}

.studio-main-slide__link:hover:after {
  opacity: 1;
}

.studio-main-slide__link_active {
  color: #0786C7;
}

.studio-main-slide__link_active:after {
  opacity: 1;
}

.studio-main-slide__link_inverted:after {
  opacity: 1;
}

.studio-main-slide__link_inverted:hover:after {
  opacity: 0;
}

.studio-main-slide__link:after {
  height: 2px;
}

/*
studio-main-slider
*/

.studio-main-slider {
  position: relative;
}

/*
studio-posts
*/

.studio-posts {
  background-image: url("../../assets/img/dot-gray.jpg");
  overflow: hidden;
  padding-top: 123px;
  padding-bottom: 150px;
}

/*
studio-reviews
*/

.studio-reviews {
  background: #f8f8f8;
  padding-top: 116px;
  padding-bottom: 100px;
}

.studio-reviews__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 48px;
}

.studio-reviews__title {
  font-size: 48px;
  line-height: 1.25;
  font-family: 'Montserrat', sans-serif;
}

.studio-reviews__more-link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin-top: 27px;
  margin-left: auto;
}

.studio-reviews__more-link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.studio-reviews__more-link:hover {
  color: #0786C7;
}

.studio-reviews__more-link:hover:after {
  opacity: 1;
}

.studio-reviews__more-link_active {
  color: #0786C7;
}

.studio-reviews__more-link_active:after {
  opacity: 1;
}

.studio-reviews__more-link_inverted:after {
  opacity: 1;
}

.studio-reviews__more-link_inverted:hover:after {
  opacity: 0;
}

.studio-reviews__review {
  background: #fff;
  padding: 36px 40px 44px;
  margin-bottom: 52px;
}

.studio-reviews__review-status {
  font-size: 20px;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.studio-reviews__review-stars {
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  color: #67a900;
  margin-left: 4px;
  font-size: 22px;
  margin-bottom: 3px;
}

.studio-reviews__review-star {
  margin-right: 3px;
}

.studio-reviews__review-star_empty {
  opacity: 0.4;
}

.studio-reviews__review-text {
  font-size: 16px;
  line-height: 1.75;
}

.studio-reviews__person {
  position: relative;
  padding-left: 72px;
  padding-top: 4px;
  padding-bottom: 10px;
  min-height: 60px;
  opacity: 0.25;
  margin-bottom: 20px;
  transition: opacity 0.3s;
  cursor: pointer;
}

.studio-reviews__person:hover {
  opacity: 0.7;
}

.studio-reviews__person_active {
  opacity: 1;
}

.studio-reviews__person-image {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 56px;
  height: 56px;
  border-radius: 100%;
}

.studio-reviews__person-name {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.5625;
  margin-bottom: -4px;
}

.studio-reviews__person-role a {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  color: #09c;
}

.studio-reviews__person-role a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.studio-reviews__person-role a:hover {
  color: #0786C7;
}

.studio-reviews__person-role a:hover:after {
  opacity: 1;
}

.studio-reviews__person-role a_active {
  color: #0786C7;
}

.studio-reviews__person-role a_active:after {
  opacity: 1;
}

.studio-reviews__person-role a_inverted:after {
  opacity: 1;
}

.studio-reviews__person-role a_inverted:hover:after {
  opacity: 0;
}

/*
team-block
*/

.team-block {
  overflow: hidden;
}

.team-block_separated {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 52px;
}

.team-block__body {
  padding-bottom: 105px;
}
.team-block__body .swiper-wrapper {height:auto}
.team-block__body_bordered {
  border-bottom: 1px solid #e0e0e0;
}

.team-block__slider-wrapper {
  position: relative;
}

.team-block__slide {
  text-align: center;
}

.team-block__person-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 9px;
  transition: 0.3s;
}

.team-block__slide:hover .team-block__person-name {
  color: #0786C7;
}

.team-block__slide .team-block__person-name a:hover {
  color: #0786C7;
}

.team-block__slide .team-block__person-name a:hover:after{
  display:none;
}

.team-block__person-role {
  color: #999;
}

.team-block__image-wrapper {
  position: relative;
  margin-bottom: 30px;
}

.team-block__image-wrapper img {
  width: 100%;
  opacity: 1;
  transition: 0.3s;
}

.team-block__slide:hover .team-block__image-wrapper img {
  opacity: 0.05;
}

.team-block__hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: 0.3s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team-block__slide:hover .team-block__hover {
  opacity: 1;
}

.prodotti-list .cards__item-inner:hover .team-block__hover,
.corr-list .cards__item-inner:hover .team-block__hover,
.promoprod-slide.projects-block__slider .swiper-slide:hover .team-block__hover{
  opacity: 1;
}

.team-block__control  {position: absolute; top: 30%;width: 50px;height: 50px;display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;-ms-flex-pack: center;justify-content: center;border-radius: 100%;border: 1px solid #0786C7;color:#0786C7;font-size: 20px;font-weight: 600;padding-left: 4px;transition: all 0.3s;}
.team-block__control:hover {border: 1px solid #0786C7; background-color:#0786C7; color:#F3F3F3;}


.team-block__control_prev {
  left: -50px;
}

.team-block__control_next {
  right: -50px;
}

.team-block__text {
  font-size: 18px;
  line-height: 1.222222222222222;
  margin-top: 75px;
}

.team-block__text a {
  color: #09c;
}

/*
header-fixed
*/

.top-menu {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  position:relative;
}

.top-menu__menu-item:not(:last-child) {
  margin-right: 28px;
}
.top-menu__menu-item.nopadr {
  margin-right: 0 !important;
}
.top-menu__menu-link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-menu__menu-link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.top-menu__menu-link:hover {
  color: #0786C7;
}

.top-menu__menu-link:hover:after {
  opacity: 1;
}

.top-menu__menu-link_active {
  color: #0786C7;
}

.top-menu__menu-link_active:after {
  opacity: 1;
}

.top-menu__menu-link_inverted:after {
  opacity: 1;
}

.top-menu__menu-link_inverted:hover:after {
  opacity: 0;
}

.top-menu__menu-link:after {
  display: none;
}

.top-menu__contacts {
  text-transform: uppercase;
}

.top-menu__contacts span {
  transition: all 0.3s;
}

.top-menu__contacts a {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.top-menu__contacts a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.top-menu__contacts a:hover {
  color: #0786C7;
}

.top-menu__contacts a:hover:after {
  opacity: 1;
}

.top-menu__contacts a_active {
  color: #0786C7;
}

.top-menu__contacts a_active:after {
  opacity: 1;
}

.top-menu__contacts a_inverted:after {
  opacity: 1;
}

.top-menu__contacts a_inverted:hover:after {
  opacity: 0;
}

.top-menu__contacts a:after {
  display: none;
}

.top-menu__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-menu__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

/*
video-block
*/

.video-block {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-top: 100px;
  width: 83.33333333333334%;
  margin-right: auto;
  color: #fff;
  transition: all 0.3s;
}

.video-block:hover {
  color: #0786C7;
}

.video-block:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: -100px;
  right: -20%;
  background: url("../../assets/img/dot.jpg");
  z-index: 1;
}

.video-block img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}

.video-block__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 2px solid currentColor;
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 8px;
}

.video-block__play:after {
  width: 0;
  height: 0;
  background: 0;
  border-style: solid;
  border-width: 15px 0 15px 23px;
  border-color: transparent transparent transparent currentColor;
  content: '';
}

/*
visually-hidden
*/

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

/*
zoom-counter
*/

.zoom-counter {
  padding: 220px 0 60px;
}

.zoom-counter__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.zoom-counter__card {
  padding: 54px 59px 60px 66px;
  background-size: cover;
  background-position: 50%;
  text-transform: uppercase;
  margin-bottom: 80px;
  width: 34.3%;
  min-width: 34.3%;
  position: relative;
  margin-right: 14.4%;
}

.zoom-counter__card:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  background: #fff;
}

.zoom-counter__card-title {
  color: #112A3D;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  margin-bottom: 76px;
  position: relative;
  z-index: 2;
  text-align: right;
}

.zoom-counter__card-value {
  background: inherit;
  font-size: 250px;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  margin-left: -2px;
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
  font-weight: 600;
  margin-bottom: 4px;
}

.zoom-counter__card-description {
  color: #112A3D;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.zoom-counter__info {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.zoom-counter__subtitle {
  font-size: 16px;
  line-height: 1.125;
  text-transform: uppercase;
  font-weight: 600;
  background: #0786C7;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 4px 6px 1px;
  margin-bottom: 26px;
}

.zoom-counter__subtitle:empty {
  opacity: 0;
}

.zoom-counter__title {
  font-size: 72px;
  line-height: 0.861111111111111;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 50px;
}

.zoom-counter__text {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  margin-bottom: 103px;
}

.zoom-counter__text p {
  margin-bottom: 30px;
}

.zoom-counter__read-more {
  color: #0786C7;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.4;
}

.zoom-counter__read-more:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #0786C7;
  transition: opacity 0.3s;
  opacity: 0;
}

.zoom-counter__read-more:hover {
  color: currentColor;
}

.zoom-counter__read-more:hover:after {
  opacity: 1;
}

.zoom-counter__read-more_active {
  color: #0786C7;
}

.zoom-counter__read-more_active:after {
  opacity: 1;
}

.zoom-counter__read-more_inverted:after {
  opacity: 1;
}

.zoom-counter__read-more_inverted:hover:after {
  opacity: 0;
}

.zoom-counter__read-more:after {
  height: 1px;
}

/*
zoom-counters
*/

.zoom-counters {
  padding-top: 75px;
  padding-bottom: 100px;
}

.zoom-counters__item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.zoom-counters__value {
  font-size: 72px;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  margin-right: 28px;
  visibility: hidden;
}

.zoom-counters__value-inner {
  position: absolute;
  visibility: visible;
  left: 0;
  top: 0;
}

.zoom-counters__text {
  padding-top: 11px;
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #666;
}

/*
zoom-image-head
*/

.zoom-image-head {
  position: relative;
  height: 100vh;
  z-index: 2;
  color: #242323;
}

.no-mobile .zoom-image-head {
  margin-bottom: 400px;
}

.zoom-image-head__body {
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.zoom-image-head__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.zoom-image-head__bg-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50%;
}

.zoom-image-head__bg2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.zoom-image-head__content {
  position: relative;
  width: 100%;
  z-index: 3;
  padding-top: 100px;
}

.zoom-image-head__subtitle {
  font-size: 24px;
  line-height: 1.666666666666667;
  font-weight: 100;
  font-weight: 500;
  margin-bottom: 34px;
}

.zoom-image-head__subtitle strong {
  font-weight: 500;
}

.zoom-image-head__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 110px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 0.909090909090909;
  margin-bottom: 57px;
  margin-bottom: 5vh;
}

.zoom-image-head__text {
  font-size: 18px;
  line-height: 1.222222222222222;
  color: #666;
  line-height: 1.666666666666667;
}

.zoom-image-head__icon {
  color: #0786C7;
  font-size: 60px;
  margin-top: 115px;
  margin-top: 9vh;
}

/*
zoom-posts
*/

.zoom-posts {
  padding-top: 123px;
  padding-bottom: 140px;
}

.zoom-posts__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 70px;
}

.zoom-posts__title {
  font-size: 16px;
  line-height: 1.125;
  text-transform: uppercase;
  font-weight: 600;
  background: #0786C7;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 4px 6px 1px;
  margin-right: auto;
}

.zoom-posts__title:empty {
  opacity: 0;
}

.zoom-posts__more-link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  margin-top: 6px;
  font-size: 16px;
}

.zoom-posts__more-link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.zoom-posts__more-link:hover {
  color: #0786C7;
}

.zoom-posts__more-link:hover:after {
  opacity: 1;
}

.zoom-posts__more-link_active {
  color: #0786C7;
}

.zoom-posts__more-link_active:after {
  opacity: 1;
}

.zoom-posts__more-link_inverted:after {
  opacity: 1;
}

.zoom-posts__more-link_inverted:hover:after {
  opacity: 0;
}

/*
zoom-services
*/

.zoom-services__title {
  font-size: 16px;
  line-height: 1.125;
  text-transform: uppercase;
  font-weight: 600;
  background: #0786C7;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 4px 6px 1px;
  margin-bottom: 70px;
}

.zoom-services__title:empty {
  opacity: 0;
}

.zoom-services__wrapper {
  margin-bottom: 70px;
}

.zoom-services__wrapper_bordered {
  margin-bottom: 0;
  padding-bottom: 100px;
  border-bottom: 1px solid #e6e6e6;
}

.zoom-services__list {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zoom-services__item {
  width: 25%;
  padding: 30px 32px 172px;
  display: block;
  text-decoration: none;
  color: currentColor;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.3s;
  position: relative;
  background: #fff;
}

.zoom-services__item:hover {
  background: #0786C7;
  color: #fff;
}

.zoom-services__item-title {
  font-size: 30px;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  display: block;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.zoom-services__item-text {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  color: #999;
  transition: all 0.3s;
}

.zoom-services__item:hover .zoom-services__item-text {
  color: #fff;
}

.zoom-services__item-footer {
  display: block;
  position: absolute;
  left: 32px;
  bottom: 24px;
}

.zoom-services__more {
  font-weight: 600;
  text-transform: uppercase;
}

.zoom-services__item-icon {
  font-size: 48px;
  display: block;
  color: #0786C7;
  margin-bottom: 46px;
  transition: all 0.3s;
}

.zoom-services__item:hover .zoom-services__item-icon {
  color: #fff;
}

/*
zoom-slider
*/

.zoom-slider {
  padding-top: 18px;
}

.zoom-slider_top-offset {
  padding-top: 230px;
}

.zoom-slider__header {
  margin-bottom: 38px;
}

.zoom-slider__title {
  font-size: 16px;
  line-height: 1.125;
  text-transform: uppercase;
  font-weight: 600;
  background: #0786C7;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 4px 6px 1px;
  margin-bottom: 30px;
}

.zoom-slider__title:empty {
  opacity: 0;
}

.zoom-slider__filter {
  font-size: 16px;
  font-weight: 600;
  color: #999;
  margin-bottom: 30px;
}

.zoom-slider__filter-link {
  text-transform: uppercase;
}

.zoom-slider__filter-link:not(:last-child) {
  margin-right: 55px;
}

.zoom-slider__head-link {
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  color: currentColor;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s;
  text-decoration: none;
  white-space: nowrap;
}

.zoom-slider__head-link:hover {
  color: #0786C7;
}

.zoom-slider__head-icon {
  font-size: 14px;
  margin-right: -0.4em;
  margin-left: 0.4em;
}

.zoom-slider__slider-wrapper {
  position: relative;
  color: #fff;
}

.zoom-slider__slider-wrapper:before,
.zoom-slider__slider-wrapper:after {
  content: '';
  width: 1px;
  top: 0;
  bottom: 0;
  position: absolute;
  background: #fff;
  opacity: 0.5;
  z-index: 2;
}

.zoom-slider__slider-wrapper:before {
  left: 25%;
}

.zoom-slider__slider-wrapper:after {
  left: 75%;
}

.zoom-slider__slider:after {
  content: '';
  width: 1px;
  top: 0;
  bottom: 0;
  position: absolute;
  background: #fff;
  opacity: 0.5;
  left: 50%;
  z-index: 2;
}

.zoom-slider__slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  max-height: 100vh;
  height: 730px;
  background-size: cover;
  background-position: 50%;
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}

.zoom-slider__buttons {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  height:100%;
  left: 0;
  z-index: 2;
}

.zoom-slider__button {
  width: 25%;
  text-align: left;
  background: none;
  border: 0;
  color: #fff;
  padding: 38px 40px 60px 40px;
  transition: background 0.3s;
  height: auto;
  display: flex;
  align-items: left;
  justify-content:flex-end;
  flex-direction: column;
  cursor:pointer;
}
.zoom-slider__button:hover {background-color:rgba(255,255,255,0.4);}
.zoom-slider__button.swiper-slide-thumb-active {
  background-color:rgba(255,255,255,0.8);
  color: #112A3D;
}

.zoom-slider__button .show-go {
  opacity:0;
  margin-top:15px;
}
.zoom-slider__button:hover .show-go {opacity:1}
.zoom-slider__button.swiper-slide-thumb-active .show-go{
  opacity:1
}

.zoom-slider__button-title {
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
  margin-top: 9px;
  transition: color 0.3s;
  display: block;
  font-weight:800;
}

.zoom-slider__button:hover .zoom-slider__button-title,
.swiper-slide-thumb-active .zoom-slider__button-title {
  color: #0786C7;
  text-shadow: 1px 1px rgba(0,0,0,0.5);
}

.zoom-slider__control {
  position: absolute;
  width: 55px;
  height: 55px;
  font-size: 24px;
  top: 50%;
  z-index: 99;
  border: 0;
  background: #0786C7;
  color: #fff;
  padding-bottom: 4px;
  transform: translateY(-50%);
  transition: all 0.3s;
  border-radius:100%;
}

.zoom-slider__control:hover {
  background: #13D3A6;
}

.zoom-slider__control_prev {
  left: 60px;
}

.zoom-slider__control_next {
  right: 60px;
}

/* SMACRENT FOR WEDDING */
.wedding-left {
  background-color:#fff;
  width: 50%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 6;
}
.wedding-right {
  width: 50%;
  position: absolute;
  right: 0;
  z-index: 2;
}
.bg {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.droopmenu li {list-style:none; line-height:1.3; margin-bottom:5px;}
.droopmenu li:nth-last-child() {margin-bottom:0}
.sections section {background-size:cover}
.letter {font-family: 'Vidaloka', serif; font-size: calc(50px + (550 - 40) * ((100vw - 300px) / (1600 - 300))); line-height:.8}
.letter.hvr-shrink {display:inherit}
.sectionbg-1{background-position:center;}
.sectionbg-1 .letter {color:#b9626b}
.sectionbg-3 .letter {color:#8cceca}
.sectionbg-5 .letter {color:#fff}
.sectionbg-7 .letter {color:#a28132}
.sectionbg-5 h2 {color:#fff}
.sectionbg-6 .letter {font-size: calc(50px + (480 - 40) * ((100vw - 300px) / (1600 - 300))); line-height:1}
.section-container-inner h2{font-weight:300}
.section-container a:hover {color:inherit; text-decoration:none}
.section-container a:hover:after {display:none}
.section-container a {height:100%; width:100%}
.letter.bg-letter{color: transparent; background-repeat:no-repeat;-webkit-background-clip: text; background-size:contain}
.section-container-inner .article-item {background-color:#fff; padding-bottom:20px;}
.cta-wed {font-size:18px; text-align:left; font-weight:300}
.cta-wed a{font-weight:600}
.cta-wed a:hover{color:#13D3A6}
.pacchetto-img {background-color:#13D3A6; display:flex;align-items:flex-end; width:100%; height:calc(33.33vh - 60px); background-size:cover; background-repeat:no-repeat; position:relative}
.pacchetto-img .grid-block__item-content {padding:0 20px 30px 20px; text-align:left}
.pacchetto-img .grid-block__item-content h3 {color:#fff; font-weight:700; font-size:18px; position:relative}
.pacchetto-img .grid-block__item-content h3::after {content:"";width:60px; height:5px; background-color:#fff; position:absolute; bottom:-12px; left:0}
.overlay-bg {width:100%; height:100%; position:absolute; top:0; left:0; background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4));}
.mood-col {padding-right:10px !important; padding-left:10px !important}
.mood-gallery {width:100%; height:100%; padding:90px 60px 40px 60px}
.mood-img {width:100%; height:calc(33.33vh - 60px); background-size:cover; background-repeat:no-repeat;}
.img-evidenza {border:8px solid #fff; width:calc(40vw - 50%); min-width:250px; height:50vh; position:absolute; top:50%; left:-20px; margin-top:-25vh; background-size:cover; -webkit-box-shadow: -8px 10px 38px -6px rgba(0,0,0,0.67);
-moz-box-shadow: -8px 10px 38px -6px rgba(0,0,0,0.67);
box-shadow: -8px 10px 38px -6px rgba(0,0,0,0.67);}
.sectionbg-8{
  background-color:#67BD9B;
  background-image: linear-gradient(90deg,#004250 0,#67BD9B 100%);
}
.sectionbg-9{background-color: #EAEAEA;}
.sectionbg-10{
  background-color: #D3B8C6;
  background-image: linear-gradient(142deg, #E3B2CB, #B57B99 31%, #C66F9B 65%, #B5608C);
}
.left-mood {
  width: 50%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 6;
}
.right-mood {
  width: 50%;
  height:100vh;
  position: absolute;
  right: 0;
  z-index: 2;
  background: linear-gradient(rgba(0,0,0,0.2), #fff 20%);
}
.scrollBox {
  position:absolute;
  width:4px;
  height:50px;
/*   border:1px solid #FA003c; */
  overflow:hidden;
  bottom:-40px;
  right:22px;
}
.scrollBox:after {
  content:"";
  position:absolute;
  top:-50px;
  height:50px;
  width:2px;
  background: #fff;
  animation:scrollDrive 2s ease infinite;
}
.new-index .scrollBox {z-index:99999; bottom:20px}
.new-index .vertical-text {z-index:99999; color:#fff; bottom:80px}
@keyframes scrollDrive {
  0% {
    top:-50px;
  }
  50% {
    top:50px;
  }
  100% {
    top:50px;
  }
}

.vertical-text {
  margin: 0 auto 2em;
  width: 0;
  word-wrap: break-word;
  position:absolute;
  right:26px;
  bottom:0px;
  font-size:9px;
  text-transform:uppercase;
}


/* SEARCH */
.form-search {
  position: absolute;
  height: 50px;
  width: 300px;
  margin-left: 0;
  top: 40px;
  left: 0;
}

.form-search.on {
  -webkit-animation-name: in-out;
  animation-name: in-out;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.form-search input {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: Roboto;
  outline: 0;
  -webkit-transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out,
    padding 0.2s;
  transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out,
    padding 0.2s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.form-search .search {
  background: none;
  position: absolute;
  top: 0px;
  left: 0;
  height: 50px;
  width: 50px;
  padding: 0;
  border-radius: 100%;
  outline: 0;
  border: 0;
  color: inherit;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.form-search .search:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 26px;
  margin-left: 17px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.form-search .close {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  left:80%;
}

.form-search .close:before {
  content: "";
  position: absolute;
  width: 27px;
  height: 4px;
  margin-top: -1px;
  margin-left: -13px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.form-search .close:after {
  content: "";
  position: absolute;
  width: 27px;
  height: 4px;
  background-color: #fff;
  margin-top: -1px;
  margin-left: -13px;
  cursor: pointer;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.form-search .square {
  box-sizing: border-box;
  padding: 0 40px 0 10px;
  width: 300px;
  height: 50px;
  border: 4px solid #ffffff;
  border-radius: 0;
  background: none;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  outline: 0;
  -webkit-transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out,
    padding 0.2s;
  transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out,
    padding 0.2s;
  -webkit-transition-delay: 0.4s, 0s, 0.4s;
  transition-delay: 0.4s, 0s, 0.4s;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* SIDEBAR */
.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.sidebar-item {
  position: relative;
  width:100%;
  padding-bottom:60px;
}

.make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.cat-sidebar {position:relative}

.cat-sidebar a {color:#333;}

.cat-sidebar a:not([class]):after {display:none}

/*.cat-sidebar ul ul.list-unstyled {border-bottom:1px solid #333}*/

.cat-sidebar .list-unstyled.last {border-bottom:0}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    perspective: 1500px;
}


#sidebar {
    min-width: 250px;
    max-width: 250px;
    color: #333;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
}

#sidebar.active {
    margin-left: -250px;
    transform: rotateY(100deg);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul h5 {
    color: #333;
    padding: 10px 0;
}

#sidebar ul li a {
    padding: 5px 10px;
    font-size: 1.1em;
    display: block;
    color:#0786C7;
}

#sidebar ul li ul li a {
    color:#333;
}

#sidebar ul li ul li ul li a {
    padding-left:40px !important
}

#sidebar ul li ul li ul li a.active {
    color:#0786C7;
}

#sidebar ul li a:hover {
    color: #0786C7;
}

#sidebar ul li a[aria-expanded="true"]:hover {
    color: #13D3A6;
}

#sidebar ul li ul li a[aria-expanded="true"]:hover {
    color: #13D3A6;
}

#sidebar ul li.active > a:hover, a[aria-expanded="true"]:hover {
    color: #13D3A6;
    border-bottom: 1px solid #13D3A6;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #0786C7;
    font-weight:700;
    border-bottom: 1px solid #0786C7;
}


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    padding-left: 30px !important;
}

ul.CTAs {
    padding: 20px;
    margin-top:20px;
    border-top:1px solid #ddd;
}

ul.CTAs a {
    text-align: center;
    display: block;
    border-radius: 50px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #0786CB;
}

a.download:hover {
    background: #fff;
    color: #13D3A6 !important;
}

a.article{
    background: #13D3A6 !important;
    color: #fff !important;
}
a.article.hov-article {background: #0786CB !important;}
a.article:hover {
    background: #0786CB !important;
    color: #fff !important;
}
a.article.hov-article:hover {background: #13D3A6 !important;}




/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    transition: all 0.3s;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #F3F3F3;
    cursor: pointer;
    margin-bottom:10px;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #555;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}


#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}

/* FILTERS */
.filter {
  display: inline-block;
  width: 190px;
  position: relative;
  height: 55px;
  font-size: 14px;
  color: #00253b;
}
.filter__label {
  position: absolute;
  font-weight: bold;
  top: -20px;
  left: 0;
  font-size: 12px;
  transition: opacity 0.2s, top 0.2s;
}
.filter--is-ready .filter__label,
.filter--is-open .filter__label {
  opacity: 0;
  top: -10px;
}
.filter--has-value:not(.filter--is-open) .filter__label {
  opacity: 1;
  top: -20px;
}
.filter__control {
  position: absolute;
  display: block;
  width: 100%;
  z-index:1;
}
.filter__option,
.filter__toggle,
.filter__select {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: #F3F3F3;
  transition: background 0.1s;
  cursor: pointer;
  outline: 0;
  border: 1px solid #cad4d8;
  user-select: none;
}
.filter__option:hover,
.filter__toggle:hover,
.filter__select:hover,
.filter__option:focus,
.filter__toggle:focus,
.filter__select:focus {
  background: #fff;
}
.filter__option {
  border-top: 0;
}
.filter__option:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.filter--is-ready .filter__option {
  display: none;
}
.filter--is-open .filter__option {
  display: block;
  animation: fadeIn 0.2s;
}
.filter__option.filter__option--is-selected {
  background: #fff;
  font-weight: bold;
}
.filter__toggle {
  z-index: 1;
  font-weight: bold;
  border-radius: 5px;
  transition: border-radius 0.2s;
}
.filter__toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right:20px;
    width: 0;
    height: 0;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.filter--is-open .filter__toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.filter__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.filter__select::-ms-expand {
  display: none;
}
.filter--is-ready .filter__select {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.filter__clear {
  display: none;
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 11px;
  font-weight: normal;
  padding: 0 5px;
}
.filter__clear:hover {
  text-decoration: underline;
}
.filter__option--is-selected .filter__clear {
  display: block;
}
.filter__indicator,
.filter__indicator:before,
.filter__indicator:after {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #00253b;
  border-radius: 50%;
}
.filter__indicator {
  z-index: 2;
  top: 28px;
  right: 26px;
  pointer-events: none;
}
.filter__indicator:before {
  content: '';
  top: -5px;
  right: -6px;
}
.filter__indicator:after {
  content: '';
  top: -5px;
  left: -6px;
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
}

/* FILTRI CATEGORIA */
div.checkbox_select
{
  width: 200px;
}

.checkbox_select_anchor
{
  display: block;
  background: firebrick;
  color: white;
  cursor: pointer;
  padding: 10px 5px 5px;
  position: relative;
}

.checkbox_select_anchor:after
{
  width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid darkred;
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
}

.expanded .checkbox_select_anchor:after
{
	border-top: 0;
	border-bottom: 10px solid firebrick;
}


.checkbox_select_anchor:hover
{
  background: #FF3030 !important;
}

.expanded .checkbox_select_anchor
{
    background: #7C1818;
}

div.checkbox_select .select_input
{
    width: 100%;
    cursor: pointer;
}

.checkbox_select_dropdown
{
    display: none;
    background: whitesmoke;
}

.checkbox_select_dropdown.show
{
    display: block;
}

.checkbox_select_dropdown ul
{
    max-height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0;
  margin: 0;
      border: 1px solid #999;
  border-top: 0;
  border-bottom: 0;
}
.checkbox_select_dropdown ul li
{
    list-style: none;
    position: relative;
    color: #666;
}
.checkbox_select_dropdown ul li label
{
  position: relative;
      padding: 10px 5px 5px 40px;
     display: block;
  cursor: pointer;
}
.checkbox_select_dropdown ul li label:hover
{
  background: #cbcbcb;
  color: white;
}
.checkbox_select_dropdown ul li input:checked + label
{
  background: #bbb;
  color: white;
  text-shadow: 0px 1px 1px rgba(150, 150, 150, 1);
}
.checkbox_select_dropdown ul li input
{
  position: absolute;
  left:0;
  z-index:1;
  display: inline-block;
  height: 100%;
  width: 30px;
}
.checkbox_select_search
{
    width: 200px;
    padding: 10px 5px 5px;
    border: 1px solid #999;
      border-top: 0;
    -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
}

.checkbox_select_submit
{
    background: #00A600;
    color: white;
    padding: 10px 5px 5px;
    border: 0;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
}

.hide
{
    display: none;
}

/* FILTRI MENU */
.filter-row {position:relative}
.filter-row  .btn-group{padding:0 5px 10px 5px}
.filter-row .filtri-menu {padding-left:10px}
.filtri-menu .dropdown-menu {
  border-radius: 0;
}
.filtri-menu .multiselect-native-select {
  position: relative;
}
.filtri-menu .multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}
.filtri-menu .multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: scroll;
    height: 300px;
}
.filtri-menu .multiselect-container .input-group {
  padding: 5px;
}
.filtri-menu .multiselect-container li {
  padding: 0;
}

.multiselect-item.filter .input-group-btn button {border:0}
.multiselect-item.filter .input-group-btn button i {font-size:20px}

.filtri-menu .multiselect-container li .multiselect-all label {
  font-weight: 700;
}
.filtri-menu .multiselect-container li a {
  padding: 0;
  width:100%;
}
.filtri-menu .multiselect-container li a label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 10px;
  border-bottom: 1px solid #f2f2f2;;
}
.filtri-menu .multiselect-container li a label input[type=checkbox] {
  margin-bottom: 5px;
}
.filtri-menu .multiselect-container li a label.radio {
  margin: 0;
}
.filtri-menu .multiselect-container li a label.checkbox {
  margin: 0;
  width:100%;
}
.filtri-menu .multiselect-container li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: 700;
}
.filtri-menu .multiselect-container li.multiselect-group-clickable label {
  cursor: pointer;
}
.filtri-menu .btn-group .btn-group .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.filtri-menu .form-inline .multiselect-container label.checkbox {
  padding: 3px 20px 3px 40px;
}
.filtri-menu .form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}
.filtri-menu .form-inline .multiselect-container li a label.checkbox input[type=checkbox] {
  margin-left: -20px;
  margin-right: 0;
}
.filtri-menu .form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0;
}
.filtri-menu .btn {
  border-radius: 5px;
  padding: 10px 0;
}
.filter-row .filtri-menu .btn {padding:10px 30px}
.filtri-menu .btn-primary {
  background: #0786C7; border:1px solid #0786C7; color:#fff; padding: 10px 30px; border-radius: 50px;
}
.filtri-menu button.btn-default {background-color:#fff; color:#333 !important}
.filtri-menu .dropdown-menu {width:100%}
.filtri-menu h5 {margin-top:20px; margin-bottom:10px}
/* LISTING PRODOTTO */
.moodboard-item .news-masonry-item__image {height:350px; background-position:center; background-size:cover; background-repeat:no-repeat; display: flex !important; align-items: center; position:relative; color:#fff}
.moodboard-item .news-masonry-item__image:before {content:""; width:100%; height:100%; position:absolute; top:0; left:0; background: linear-gradient(60deg, rgba(0,0,0,0.2), rgba(0,0,0, 0.4));z-index:-1}
.moodboard-item .news-masonry-item__title {color:#fff;}
.moodboard-item .news-masonry-item__title h2 {font-weight:800}
.moodboard-item .news-masonry-item__content {padding:30px 35px 0px}
.moodboard-item .news-masonry-item__text {margin-bottom:32px}
.moodboard-item .cards__arrow {right:40px;left:unset; bottom:40px; border: 1px solid #fff; color: #fff;}
.moodboard-item .news-masonry-item:hover .cards__arrow {background: #fff; color: #0786C7;}
.prodotti-list .prezzo-prod {font-size:20px}
/*DETTAGLIO PRODOTTO */
.prod-slide-cont .carousel {margin:60px 60px 60px 0}
.prod-slide-cont .carousel-indicators {bottom:70px}
.prod-slide-cont .carousel-control-prev, .prod-slide-cont .carousel-control-next {font-size:30px}
.prod-slide-cont .carousel-indicators li {height:2px; border-radius:5px;}
.link-cat {color:#13D3A6}
.prezzo-prod {font-size:24px; font-weight:700}
.prezzo-prod span {font-size:15px; font-weight:300}
.prezzo-prod span.info-span {display:block; font-size:12px; line-height:1.2}
button.btn-aggiungi {margin-left:10px}
.aggiungi-prod {padding:5px 0 20px 0; border-bottom:1px solid #fff; margin-bottom:10px}
a.btn-aggiungi, button.btn-aggiungi  {background: #13D3A6; border:1px solid #13D3A6; color:#fff; padding: 10px 30px; border-radius: 50px;}
button.btnSelected  {background:#0786C7; border:1px solid #0786C7; color:#fff !important}
a.btn-aggiungi:hover, button.btn-aggiungi:hover {background:#fff; border:1px solid #fff; color:#0786C7 !important}
.value-button {color:#333;margin: 0px;width: 40px;height: 38px;text-align: center;vertical-align: middle;padding: 6px 0;background: #eee;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.value-button:hover {cursor: pointer;background:#dadada;}
.aggiungi-prod input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.aggiungi-prod input[type=number] {
  -moz-appearance: textfield;
}
form #decrease {margin-right: -3px;border-radius: 50px 0 0 50px;}
form #increase {margin-left: -4px;border-radius: 0 50px 50px 0;}
form #input-wrap {margin: 0px;padding: 0px;}
input#number, input.value-number {text-align: center;border: none;margin: 0px;width: 40px;height: 38px;position:relative;}
input.num-smachsop {text-align: center;border: none;margin: 0px;width: 40px;height: 38px;position:relative;}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0;}
.aggiungi-linea {display: flex; align-items: center; justify-content: center; margin-top:15px}
.aggiungi-linea .btn-aggiungi {width:100%; text-align:center}
.lista-dettagli {padding-bottom:20px; border-bottom:1px solid #fff; margin-bottom:10px}
.dettaglio-item {display:flex}
.dettaglio-item .dettaglio-label {width:50%}
.dettaglio-item .dettaglio-dato {width:50%; text-align:right}
.dettaglio-label [class^="flaticon-"]:before, .dettaglio-label [class*=" flaticon-"]:before {font-size:18px; margin-right:10px;}
.dettaglio-label span {line-height:1.3}
.tabs {display: flex;flex-wrap: wrap; padding:30px 0}
.tabs .tab {order: 99;flex-grow: 1;width: 100%;display: none; padding:30px 30px 0 30px}
.tabs label {border-bottom:2px solid #ddd; padding: 0 20px 10px 20px}
.tabs input[type="radio"] {display: none;}
.tabs input[type="radio"]:checked + label {color:#0786C7;border-bottom:2px solid #0786C7}
.tabs input[type="radio"]:checked + label + .tab {display: block;}
.tabs .cont-testo-pagina {padding:0}
.scheda-tecnica {padding:10px 0; border-bottom:1px solid #ddd; display: flex; align-items: center;}
.scheda-tecnica span {color:#333; font-weight:700; margin-left:auto; text-align:right}
.scheda-tecnica.download {color:#333}
a:hover .scheda-tecnica.download {color:#13D3A6}
.corr-list h3 {font-size:22px}
.corr-list .cards__item {margin-bottom:0}
.corr-list .cards__item-inner {min-height:100px;}
.corr-list .cards__item-content {height:110px; padding: 0 10px 20px 10px;}
.corr-list .cards__item-inner {padding:0;}
.corr-list .cards__item-content h2 {margin-bottom:0; font-size:15px}
.corr-list .cards__item-title {font-size:15px;}
.corr-list .img-prod-list img {width:70%; margin:auto}
.corr-list .cards__item-inner:hover .cards__item-content {color:#fff;}
.dettaglio-prodotto-cont .collapse-list__collapse-text-inner {padding-bottom:15px;}
.dettaglio-prodotto-cont .collapse-list__collapse-head {padding:30px 40px 5px 0}
.dettaglio-prodotto-cont .collapse-list__collapse-head.second-head {padding:10px 40px 5px 0}
.dettaglio-prodotto-cont .collapse-list__collapse-head-icon {top:34px}
.dettaglio-prodotto-cont .second-head  .collapse-list__collapse-head-icon {top:14px}
.dettaglio-prodotto-cont a[aria-expanded="true"] {border-bottom:0}
.owl-theme .owl-dots .owl-dot.active span {background:#0786C7}
.owl-theme .owl-dots .owl-dot:hover span {background:#13D3A6}
.container-fluid.container-pacchetti {padding-right:0; overflow:hidden}
.pacchetti-prod {padding:0 50px 0 30px }
.pacchetti-prod span {font-style:italic; font-size:24px; color:#13D3A6; text-transform: uppercase;}
.pacchetti-prod h2, .pacchetti-prod h1 {font-size:35px; font-weight:800}
a.btn-default, button.btn-default {background: #0786C7; border:1px solid #0786C7; color:#fff; padding: 10px 30px; border-radius: 50px;}
a.btn-default:hover, button.btn-default:hover {background:#13D3A6; border:1px solid #13D3A6; color:#fff !important}
a.btn-outline {background:transparent; border:1px solid #0786C7; color:#0786C7; padding: 10px 30px; border-radius: 50px;}
a.btn-outline:hover {background:#13D3A6; border:1px solid #13D3A6; color:#fff !important}
a.btn-small, button.btn-small {background: #0786C7; border:1px solid #0786C7; font-size:11px; color:#fff; padding: 2px 8px; border-radius: 50px;}
a.btn-small:hover, button.btn-small:hover {background:#13D3A6; border:1px solid #13D3A6; color:#fff !important}
.container-pacchetti .projects-block__controls {position:absolute; top:170px; left:-60px; z-index:3; display:block}
.container-pacchetti .projects-block__controls .projects-block__control {width: 50px;height: 50px;display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;-ms-flex-pack: center;justify-content: center;border-radius: 100%;border: 1px solid #0786C7;color:#0786C7;font-size: 20px;font-weight: 600;padding-left: 4px;transition: all 0.3s;}
.container-pacchetti .projects-block__controls .projects-block__control:hover {border: 1px solid #0786C7; background-color:#0786C7; color:#F3F3F3;}
.container-pacchetti .projects-block__slide-content {background-color:rgba(255,255,255,0.8)}
.container-pacchetti .projects-block__slide:after {height:50%}
.sa-confirm-button-container .confirm {background-color: #0786C7 !important; border:1px solid #0786C7; color:#fff; padding: 10px 30px; border-radius: 50px; font-size:15px}
.sa-confirm-button-container .confirm:hover {background-color: #13D3A6 !important; border:1px solid #13D3A6; color:#fff;}
.sweet-alert p {color:#333 !important}
.select-blu .select2-container--default .select2-selection--single {border:unset; border-bottom:1px solid #0786C7; border-radius:0}
.select-blu .select2-container--default .select2-selection--single .select2-selection__arrow {display:none}
/* SMAGAZINE */
.smag-banner {position:relative}
.smag-banner:before {content:""; width:100%; height:100%; position:absolute; top:0; left:0; background: linear-gradient(-220deg, rgba(19,211,166,0.2), rgba(7,134,199, 0.7));z-index:2}
.smag-banner .main-slide__subtitle-wrapper {margin-bottom:0}
.smag-banner  .main-slide__title-wrapper {margin-bottom:0}
.smag-banner .main-slide__title h1 {font-size: 54px;font-weight:800;line-height:1.3;text-transform:uppercase;}
.smag-banner .main-slide__text-wrapper:not(:last-child) {margin-bottom:0}
.button-group.filters-button-group {display: flex;align-items: center;justify-content: center;}
.button {display: inline-block;padding: 0.5em 1.0em;margin-bottom: 10px;background: #f2f2f2;border: none;border-radius: 7px;color: #333;font-family: sans-serif;font-size: 15px;cursor: pointer;}
.button:hover {background-color: #0786C7;color: #fff;}
.button:active, .button.is-checked {background-color: #13d3a6;}
.button.is-checked {color: #fff;}
.button-group:after {content: '';display: block;clear: both;}
.button-group .button {float: left;border-radius: 0;margin-left: 0;margin-right: 1px;}
.button-group .button:first-child { border-radius: 1em 0 0 1em; }
.button-group .button:last-child { border-radius: 0 1em 1em 0; }
.grid:after { content: ''; display: block; clear: both;}
.grid-sizer, .grid-item {width: 33.33%;}
.grid-item {height: auto; float: left; margin-bottom: 20px; padding-left:10px; padding-right:10px}
.grid-item--height2 { height: 200px; }
.grid-item--height3 { height: 260px; }
.grid-item--height4 { height: 360px; }
.smagazine-list h2 {font-size:24px; font-weight:700; line-height:1.3}
.smagazine-list .news-masonry-item__image {height:250px; background-position:center; background-size:cover;}
.smagazine-list .news-masonry-item__category {color:#13D3A6; text-transform:uppercase;}
.smagazine-list .news-masonry-item:hover {border-radius:10px; overflow:hidden}
.smagazine-list .evento-item .news-masonry-item__image {height:380px; background-position:center; text-align:center; display: flex !important; align-items: center; justify-content: center; position:relative}
.smagazine-list .evento-item .news-masonry-item__image:before {content:""; width:100%; height:100%; position:absolute; top:0; left:0; background: linear-gradient(60deg, rgba(0,0,0,0.2), rgba(0,0,0, 0.4));z-index:-1}
.smagazine-list .evento-item .news-masonry-item__title {margin-bottom:0; padding:40px; color:#fff; position:relative; }
.smagazine-list .evento-item .news-masonry-item__category {font-size:14px;}
.smagazine-list .evento-item .news-masonry-item__continue {font-size:14px}
.smagazine-list .evento-item .news-masonry-item__continue-icon {margin-top:-3px;}
.smagazine-list .evento-item .news-masonry-item__header {flex-direction:column;}
.smagazine-list .evento-item .news-masonry-item__date {margin-left:0; padding-left:0}
.smagazine-list .evento-item .news-masonry-item__date:after {display:none}
.smagazine-list .video-item .news-masonry-item__image {height:440px; background-position:center; background-size:cover; background-repeat:no-repeat; display: flex !important; align-items: center; justify-content: center; position:relative; color:#fff}
.smagazine-list .video-item .news-masonry-item__image:before {content:""; width:100%; height:100%; position:absolute; top:0; left:0; background: linear-gradient(60deg, rgba(0,0,0,0.2), rgba(0,0,0, 0.4));z-index:-1}
.smagazine-list .video-item .news-masonry-item__title {color:#fff}
.smagazine-list .video-item .news-masonry-item__content {padding:30px 35px 0px}
.smagazine-list .video-item .news-masonry-item__text {margin-bottom:32px}
.smagazine-list .video-item .parallax-block__play {background:rgba(7,134,199, 0.6); margin-left:inherit; margin-top:inherit; width:70px; height:70px; margin-bottom:20px}
.smagazine-list .video-item .parallax-block__play:after {border-width: 15px 0 15px 25px;}
.smagazine-list .video-item .news-masonry-item:hover .parallax-block__play {background:rgba(7,134,199, 1)}
/* DETTAGLIO SMAGAZINE */
.blog-detail .single-post__header {margin-bottom:0}
.blog-detail .main-slide {min-height:50vh}
.blog-detail .main-slide .news-masonry-item__header {text-transform:uppercase}
.blog-detail .main-slide .news-masonry-item__date {color:#fff}
.blog-detail .main-slide .socials {justify-content:flex-start; margin-top:10px;}
.blog-detail .main-slide .socials__social {border-color: #fff; color: #fff;}
.blog-detail .main-slide .socials__social:hover {border-color: #13D3A6;}
.carousel-cell {background-position:center; background-size:cover; margin-right: 24px; width: calc((99.99% + 24px)*.909090909090909 - 24px); height: calc(85% + 14px);min-height:500px;background-color: #8C8;}
.flickity-prev-next-button.next {right: calc((11.5% + 24px)*.909090909090909 - 24px);}
.flickity-prev-next-button .flickity-button-icon {color:#0786c7}
.flickity-page-dots .dot {background:#D6D6D6; opacity:unset}
.flickity-page-dots .dot:hover {background:#13D3A6}
.flickity-page-dots .dot.is-selected {background:#0786c7}
.person-block__share .socials {justify-content: inherit}
.blog-detail .single-post__links {margin-bottom:64px}
.related-list .news-masonry-item {background:#fff}
.related-list .news-masonry-item:hover {background:#0786c7}
/* EVENTO DETTAGLIO */
.event-banner .single-post__header {margin-bottom:0; align-items: center; justify-content: center;}
.event-banner .single-post__date {color:#fff}
.event-banner .single-post__date:after {background:#fff}
.event-banner .single-post__category:hover {color:#0786c7}
.event-banner a.single-post__date:hover {color:#0786c7}
.event-banner {position:relative}
.event-banner:before {content:""; width:100%; height:100%; position:absolute; top:0; left:0; background: linear-gradient(-220deg, rgba(19,211,166,0.2), rgba(7,134,199, 0.7));z-index:2}
.event-banner .main-slide__subtitle-wrapper {margin-bottom:0}
.event-banner  .main-slide__title-wrapper {margin-bottom:0}
.event-banner .main-slide__title h1 {font-size: 54px;font-weight:800;line-height:1.3;text-transform:uppercase;}
.event-banner .main-slide__text-wrapper:not(:last-child) {margin-bottom:0}
.event-banner .main-slide__text {padding:40px 20px}
.shadow-box {-webkit-box-shadow: 0px -9px 30px 0px rgba(0,0,0,0.48);
-moz-box-shadow: 0px -9px 30px 0px rgba(0,0,0,0.48);
box-shadow: 0px -9px 30px 0px rgba(0,0,0,0.48);}
.smagazine-list.dett-evento .video-item .news-masonry-item__image {height:688px;}
.smagazine-list.dett-evento .video-item.pacch-item .news-masonry-item__image {height:250px;}
.smagazine-list.dett-evento .video-item.ultimi-item .news-masonry-item__image {height:200px;}
.smagazine-list.dett-evento .video-item.ultimi-item .news-masonry-item__category, .smagazine-list.dett-evento .video-item.pacch-item .news-masonry-item__category, .smagazine-list.dett-evento .video-item .news-masonry-item__category {color:#fff}
.smagazine-list.dett-evento .video-item .news-masonry-item__image:before {content:""; width:100%; height:100%; position:absolute; top:0; left:0; background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0, 0.4));z-index:-1}
.smagazine-list.dett-evento .news-masonry-item__title {margin-bottom:42px}
.smagazine-list.dett-evento .prodotto-item .news-masonry-item {display:flex; height:200px; margin-bottom:20px}
.smagazine-list.dett-evento .prodotto-item .masonry-img-prod .news-masonry-item__image {width:200px; height:100%; background-size:contain}
.smagazine-list.dett-evento .prodotto-item h2 {font-size:18px;}
.smagazine-list.dett-evento .prodotto-item .news-masonry-item__content {padding: 30px 15px 32px;}
.smagazine-list.dett-evento .prodotto-item .masonry-img-prod .news-masonry-item__image-wrapper {width:100%; height:100%;}
.smagazine-list.dett-evento .prodotto-item .masonry-img-prod {height:205px;width:200px}
/* CHI SIAMO */
.about-box {padding-top:40px}
.about-box .cards__item-content {justify-content:flex-end; padding-bottom:70px;}
.about-box .cards__item-content .cards__item-title {color:#fff; font-weight:800; font-size:24px}
.about-box .cards__item-inner {background-size:cover; background-position:center}
.collapse-block .pacchetti-prod {padding: 0;}
/* PACCHETTI */
.pacchetto-head .main-slide__title-wrapper {display:block}
.pacchetto-text {padding-left:30px}
.pacchetto-text .main-slide__subtitle h2 {font-weight:800}
.pacchetto-text a.btn-aggiungi:hover, .pacchetto-text button.btn-aggiungi:hover {background:#0786C7; color:#fff !important}
.pacchetto-text a {color:#0786c7}
.pacchetto-text a:not([class]):after {display:none}
.pacchetto-text h4 {padding-top:20px}
.pacchetto-dettaglio {padding: 20px 0; border-bottom: 1px solid #333; border-top: 1px solid #333; margin: 20px 0 ;}
.pacchetto-list .person-block {padding:10px; align-items:center; margin-bottom:20px}
.pacchetto-list .person-block__name {margin-bottom:0}
.pacchetto-list .person-block__name h3 {font-size:18px; font-weight:500; margin-bottom:0}
.pacchetto-list .person-block__text {color:#13D3A6; text-transform:uppercase;}
.pacchetto-list .person-block__image {width:140px; min-width:140px; margin-top:0; margin-right:20px}
.pacchetto-list .socials__social {width:30px; height:30px; font-size:14px; margin-bottom:0}
/* SMACSHOP */
.pacchetto-list.smacshop-list .person-block__text {margin-bottom:0}
.smacshop-list .prezzo-prod {margin-bottom:2px}
.smacshop-list .collapse-list__collapse-head {padding:0 40px 0 0}
.smacshop-list .collapse-list__collapse-head-icon {top:5px; right:10px}
.smacshop-list a[aria-expanded="true"] {border-bottom:0}
.smacshop-list .btn-aggiungi:hover {background: #0786C7;color: #fff !important;}
.pagination ul {list-style:none}
.pagination ul li {display:inline-block}
.pagination a {font-size:12px;color: black;float: left;padding: 4px 8px;text-decoration: none;transition: .3s;background-color: #fff; border: 1px solid #ddd;margin: 0 2px;}
.pagination a.is-active {background-color: #be3629;color: #fff;border: 1px solid #da3b31;}
.pagination a:hover:not(.active) {background-color: #0786C7; color:#fff; border-color:#0786C7}
.pagination .page-item.active .page-link {background-color:#0786C7; border-color:#0786C7}
.pagination .page-item:first-child .page-link {border-top-left-radius: 50px; border-bottom-left-radius: 50px;}
.pagination .page-item:last-child .page-link {border-top-right-radius:50px; border-bottom-right-radius:50px; }
.smacshop-aggiungi.aggiungi-prod {padding:0; border-bottom:none; margin-bottom:0px}
/* FORM CONFIGURA EVENTO */
.form-banner .main-slide__title h1 {font-size: 54px;font-weight:800;line-height:1.3;}
.form-banner .main-slide__title-wrapper {margin-bottom:20px}
.form-banner .contact-block__form {margin-top:40px}
.form-step {display: flex;}
.form-step-inactive {display: none;}
select.contact-block__input-text{-webkit-appearance: none; -webkit-border-radius: 0px;}
.form-banner .contact-block__submit-icon {margin-left:0}
.form-banner .organizza-matrimonio .contact-block__submit {border:1px solid #fff}
.form-banner .organizza-matrimonio .contact-block__submit:hover {background:#13D3A6; border:1px solid #13D3A6; color:#fff !important}
button.btn-outline {background:transparent; border:1px solid #fff; color:#fff; padding: 10px 20px; border-radius: 50px;}
button.btn-outline:hover {background:#13D3A6; border:1px solid #13D3A6; color:#fff !important}
.form-banner .organizza-matrimonio .contact-block__submit.step-form-confirm {background:#13D3A6; border:1px solid #13D3A6; color:#fff !important}
.form-banner .organizza-matrimonio .contact-block__submit.step-form-confirm:hover {background:#fff; border:1px solid #fff; color:#333 !important}
/* PROMOZIONI */
.promoprod-slide.projects-block__slider {height:510px}
.promoprod-slide .swiper-slide:hover {border-radius:10px}
.promoprod-slide .swiper-slide:hover .projects-block__slide {overflow:hidden; border-radius:10px}
.promoprod-slide.projects-block__slider .swiper-slide:after {border-radius:10px}
.promoprod-slide .projects-block__slide:after {display:none}
.promoprod-slide .projects-block__slide {text-align:left; position:relative; height:508px}
.promoprod-slide .cards__item-content {height:auto; padding:20px}
.promoprod-slide .cards__item-title {font-size:18px;}
.promoprod-slide .cards__item-text {color:#13D3A6}
.promoprod-slide.projects-block__slider .swiper-slide {border: 1px solid #0786C7;}
.promoprod-slide a:not([class]):after {display:none}
.promoprod-slide .img-prod-list img {width:300px}
.promoprod-slide .swiper-slide .prezzo-prod {color:#0786C7}
.promoprod-slide .swiper-slide .prezzo-prod span.strike {font-size:16px; color:#333; font-weight:800; text-decoration: line-through;}
.promoprod-slide .swiper-slide:hover .cards__item-title, .promoprod-slide .swiper-slide:hover .prezzo-prod {color:#fff}
.promoprod-slide .swiper-slide:hover .prezzo-prod span.strike {opacity:0}
.promoprod-slide .swiper-slide:hover .cards__arrow {background-color:#fff}
.promomese-slide .projects-block__slide:before {content:""; width:100%; height:100%; position:absolute; top:0; left:0; background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0, 0.5));z-index:1}
.promomese-slide .projects-block__slide-head {color:#fff}
.promomese-slide .projects-block__slide-label {background-color:#fff}
.promomese-slide .projects-block__arrow {color:#fff}
.promomese-slide .projects-block__slide:after{box-shadow: 0 1px 0 0 rgba(200, 228, 235, 0.25), 0 -1px 0 0 rgba(255, 255, 255, 0.5), 1px 0 0 0 rgba(200, 228, 235, 0.25), -1px 0 0 0 rgba(255, 255, 255, 0.8), 1px -1px 0 0 rgba(200, 228, 235, 0.5), -1px 1px 0 0 rgba(255, 255, 255, 0.5), 1px 1px 0 0 rgba(200, 228, 235, 0.75), -1px -1px 0 0 rgba(255, 255, 255, 0.4);}
/* CONTATTI */
#map-canvas{height: 100%;position: relative;width: 100%;z-index: 10;}
.form-contatti .contact-block__input-text, .form-contatti .contact-block__input-textarea {;border-bottom: 1px solid #333;}
.form-contatti .contact-block__input-text:focus, .form-contatti .contact-block__input-textarea:focus {border-color: #13D3A6;}
.form-contatti .contact-block__submit {margin-top:20px}
.privacy {color:#333;font-size: 12px;cursor:pointer;}
.privacy a{color:#333;text-decoration:underline;}
.privacy2 {font-size: 14px; font-weight: 300;cursor:pointer;}
.privacy2 a{color:#333;text-decoration:underline;}
.privacy2 a:hover{color:#333;}
.privacy3 a{color:#13D3A6;text-decoration:underline;}
.privacy3 a:hover{color:#333;}
label.checkbox, label.radio{padding-left: 0px;}
.checkbox, .radio{margin-top:0;margin-bottom:25px;}
#capatcha {display: block; }
.carousel-sedi .cards__item-content {color:#fff}
.carousel-sedi .grid-block__title {font-size:24px;}
.carousel-sedi .address-box {font-size:inherit; padding-left:0}
.carousel-sedi .address-box .adt {color:#fff; width:50%}
.carousel-sedi .cards__item-inner:before {content:""; width:100%; height:100%; position:absolute; top:0; left:0; background: linear-gradient(-220deg, rgba(19,211,166,0.2), rgba(7,134,199, 0.7));z-index:2}
/* SERVIZI */
.bg-servizi {position:relative}
.bg-servizi .bg-menu-3 {position:absolute; bottom:0; right:0; z-index:0;}
/* LOGIN */
.box-login {background-color:#0786C7;}
.box-login.dark-box {background-color:#046090}
.box-login.dark-box.cards__item-inner {border:1px solid #046090}
.box-login.green-box {background-color:#12d3a6}
.box-login.green-box.cards__item-inner {border:1px solid #12d3a6}
.box-login.green-box.cards__item-inner:hover {border:1px solid #0786C7}
.box-login .cards__item-content {color:#fff}
.box-login i {font-size:22px;}
.box-login .cards__arrow {border:1px solid #fff; color:#fff}
.box-login .contact-block__submit {color:#333; background: #fff; padding: 10px 20px; border-radius: 50px;}
.box-login .contact-block__input-text {color:#fff}
.box-login .contact-block__input-text::-webkit-input-placeholder {color: #fff !important;}
.box-login .contact-block__input-text:-moz-placeholder {color: #fff !important;}
.box-login .contact-block__input-text::-moz-placeholder {color: #fff !important;}
.box-login .contact-block__input-text:-ms-input-placeholder {color: #fff !important;}
.box-login .contact-block__input-text.placeholder {color: #fff !important;}
.box-login .recupera-link {text-decoration: underline; cursor:pointer}
.box-login .recupera-link:hover {color:#12d3a6}
.modal-body .contact-block__input-text {border-bottom:1px solid #0786C7}
.modal-body a.btn-aggiungi {color:#fff !important; cursor:pointer}
.modal-body a.btn-aggiungi:hover {background-color:#0786C7;}
/* CARRELLO */
.page-carrello {margin-top:70px}
.page-carrello .contact-block {padding-top:20px}

.product-image {
  float: left;
  width: 20%;
}

.product-details {
  float: left;
  width: 37%;
}
.cart-smacshop .product-details {width:50%}
.product-price {
  float: left;
  width: 10%;
  text-align:center;
}

.product-quantity {
  float: left;
  width: 12%;
}

.product-removal {
  float: left;
  width: 9%;
}
.cart-smacshop .product-removal {width:18%}
.product-line-price {
  float: left;
  width: 12%;
  text-align: right;
}

/* This is used as the traditional .clearfix class */
.group:before, .shopping-cart:before,
.column-labels:before,
.product:before,
.totals-item:before,
.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
  content: "";
  display: table;
}

.group:after, .shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
  clear: both;
}

.group, .shopping-cart,
.column-labels,
.product,
.totals-item {
  zoom: 1;
}

/* Apply clearfix in a few places */
/* Apply dollar signs */
.product .product-price:before,
.product .product-line-price:before,
.totals-value:before {
  /*content: "€";*/
  margin-right:5px;
}

.dettagli-carrello .totals-value:before {
  display:none;
}

/* Body/Header stuff */
.shopping-cart {
  padding-bottom:100px
}
.cart-smacshop.shopping-cart {padding-bottom:40px}
/* Column headers */
.column-labels label {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  text-align:center;
}
.column-labels .product-image,
.column-labels .product-details,
.column-labels .product-removal {
  text-indent: -9999px;
}

/* Product entries */
.product {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.product .product-image {
  text-align: left;
}
.product .product-image img {
  width: 100px;
}
.cart-smacshop  .product .product-image img {width:50px}
.product .product-details .product-title {
  margin-right: 20px;
  display: block;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.3;
  margin-bottom: 4px;

}
.cart-smacshop .product .product-details .product-title {font-size:13px}
.product .product-details .product-description {
  margin: 5px 20px 20px 0;
  line-height: 1.4em;
}
.product .product-quantity input {
  width: 40px;
  text-align:center;
}

/* Chrome, Safari, Edge, Opera */
.product .product-quantity input::-webkit-outer-spin-button,
.product .product-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.product .product-quantity input[type=number] {
  -moz-appearance: textfield;
}

.product .remove-product {
  padding: 4px 8px;
  background-color: transparent;
  border:1px solid #0786C7;
  color: #0786C7;
  font-size: 12px;
  border-radius: 50px;
}
.product .remove-product:hover {
  background-color: #13D3A6;
  border:1px solid #13D3A6;
  color:#fff;
}

/* Totals section */
.totals .totals-item {
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}
.totals .totals-item label {
  float: left;
  clear: both;
  width: 60%;
  text-align: right;
}
.totals .totals-item .totals-value {
  float: right;
  width: 40%;
  text-align: right;
}

.totals .totals-item.totals-item-total {
  font-weight:700;
}

.checkout {
  float: right;
  border: 0;
  margin-top: 20px;
  padding: 6px 25px;
  background-color: #6b6;
  color: #fff;
  font-size: 25px;
  border-radius: 3px;
}

.checkout:hover {
  background-color: #494;
}

.dettagli-carrello {border:1px solid #0786C7; padding:20px}
.dettagli-carrello .totals .totals-item {margin-bottom:0}
.dettagli-carrello .totals .totals-item label {text-align:left}
.dettagli-carrello .totals .totals-item .totals-value {font-weight:700}

/* SHOPPING CART */


.badge {
  background-color: #13D3A6;
	border-radius: 100%;
	width:22px;
	height:22px;
  color: white;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shopping-cart-menu {
  margin: 20px 0;
  background: #f3f3f3;
	top:30px;
	right:0;
  width: 320px;
  position: absolute;
  border-radius: 3px;
  padding: 20px;
	z-index:999;
	display:none;
}
.shopping-cart-menu .shopping-cart-header {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 15px;
}
.shopping-cart-menu .shopping-cart-header svg {color:#4e5252}
.shopping-cart-menu .shopping-cart-header .shopping-cart-total {
  float: right;
}
.shopping-cart-menu .shopping-cart-items {
  padding: 20px 0 0 0;
}
.shopping-cart-menu .shopping-cart-items li {
  margin-bottom: 18px;
	list-style:none;
}
.shopping-cart-menu .shopping-cart-items img {
	width:50px;
  float: left;
  margin-right: 12px;
}
.shopping-cart-menu .shopping-cart-items .item-name {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  font-weight:700;
}
.shopping-cart-menu .shopping-cart-items .item-price {
  color: #0786C7;
  margin-right: 8px;
}
.shopping-cart-menu .shopping-cart-items .item-quantity {
  color: #333;
}

.shopping-cart-menu:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #f3f3f3;
  border-width: 8px;
  margin-left: -8px;
}

.cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}

.shopping-cart-menu .button-cta {padding-top:15px; border-top:1px solid #E8E8E8}

.delete {
  cursor: pointer;
  float: right;
  display: inline-block;
  margin: 12px 1em;
  width: 14px;
  height: 14px;
  opacity: .12;
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJkZWxldGUtaWNvbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9Ii0yNTIuNSAzNDggNzQuOSA3NC45IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0yNTIuNSAzNDggNzQuOSA3NC45OyI+PHBhdGggZD0iTS0yMTUsMzQ4Yy0yMC43LDAtMzcuNSwxNi44LTM3LjUsMzcuNWMwLDIwLjcsMTYuOCwzNy41LDM3LjUsMzcuNXMzNy41LTE2LjgsMzcuNS0zNy41Qy0xNzcuNSwzNjQuOC0xOTQuMywzNDgtMjE1LDM0OHogTS0yMTUsNDE2LjFjLTE2LjksMC0zMC42LTEzLjctMzAuNi0zMC42YzAtMTYuOSwxMy43LTMwLjYsMzAuNi0zMC42YzE2LjksMCwzMC42LDEzLjcsMzAuNiwzMC42Qy0xODQuNCw0MDIuNC0xOTguMSw0MTYuMS0yMTUsNDE2LjF6Ii8+PHBhdGggZD0iTS0yMDQuNiwzNzEuNWMtMy41LDMuNS02LjksNi45LTEwLjQsMTAuNGMtMy40LTMuNC02LjktNi45LTEwLjMtMTAuM2MtMy4xLTMuMS04LDEuNy00LjksNC45YzMuNCwzLjUsNi45LDYuOSwxMC4zLDEwLjNjLTMuNCwzLjQtNi45LDYuOS0xMC4zLDEwLjNjLTMuMSwzLjEsMS43LDgsNC45LDQuOWMzLjQtMy40LDYuOS02LjksMTAuMy0xMC4zYzMuNSwzLjUsNi45LDYuOSwxMC40LDEwLjRjMy4xLDMuMSw4LTEuNyw0LjktNC45Yy0zLjUtMy41LTYuOS02LjktMTAuNC0xMC40YzMuNS0zLjUsNi45LTYuOSwxMC40LTEwLjRDLTE5Ni42LDM3My4yLTIwMS41LDM2OC40LTIwNC42LDM3MS41eiIvPjwvc3ZnPg==) no-repeat;
  transition: opacity .15s;
}
.delete:hover {
  opacity: .5;
}

.quiz-step {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: -1000em;
    overflow: hidden;
    height: 1px;
    width: 1px;
}
.quiz-step.current {
  display: block;
    position: relative;
    left: initial;
    overflow: auto;
    min-height: 230px;
    width: auto;
}
*::-ms-backdrop, .quiz-step.current  {left:0}/* IE11 */
/* CHECKOUT */
.riepilogo {padding:40px; background-color:#0786C7; color:#fff; border-radius:20px}
.riepilogo .item-riepilogo {padding:10px; border-bottom:1px solid #fff}
.riepilogo .dati {display:flex; flex-direction:row;}
.riepilogo .dati .qta {color:#fff}
.riepilogo .dati .prezzo {color: #fff}
.riepilogo .dati .prezzo.prezzo-con-agg {width:80px}
.totale-riepilogo {display:flex; flex-direction:row; padding:20px 10px;}
.totale-riepilogo span {font-weight:800; font-size:18px;}
.totale-riepilogo span.prezzo {color: #fff}
.tot-list {margin-top:20px}
.tot-list .totale-riepilogo {padding: 5px 10px}
.sped-riepilogo {padding:20px 10px; border-bottom:1px solid #fff}
.sped-riepilogo span {font-weight:800; font-size:18px;}
.sped-riepilogo span.prezzo {color: #fff}
.sped-riepilogo div {text-align:right}
.checkout-form .input_home {background-color:#f8f8f8}
.checkout-form .input_home:focus {outline: none}
.box-indirizzo {padding: 0 20px 20px 20px;border: 1px solid #f2f2f2;}
.box-indirizzo:hover {background-color:#f2f2f2;}
.box-indirizzo .heading-smallest_has-offset.heading-smallest_size_small {margin-top:20px; margin-bottom:20px}
.titolo_area{margin-bottom: 10px;color: #7F7365;font-size: 18px;font-weight: bold;}
.input_ind{width:100%;border:0;color:#212529; font-size:16px;padding:0 16px 5px 0;margin-bottom:10px;}
.button-cta-form.checkout-btn {width:100%; background-color:#564d43; border:2px solid #564d43; color:#fff}
.radio-img {width:100%}
.radio-img  > input {display:none;}
.radio-img  > .metodo {padding:20px; cursor:pointer;border:1px solid #f2f2f2;}
.radio-img > .metodo i {font-size:4rem}
.radio-img  > input:checked + .metodo{border:1px solid #f2f2f2; background-color:#f2f2f2;}
.radio-azienda {margin-right:10px}
.radio-azienda > input {margin-right:5px}
/* AREA RISERVATA */
.container.container-area-riservata {padding-left:0; padding-right:0}
.main-slide__title.titolo-area {margin-bottom:30px; margin-left:0}
.main-slide__title.titolo-area h2{font-weight: 800;}
.menu-area {padding-right:40px}
a.menu-area-item{width:100%; display:block; padding: 5px 20px; background-color: #EAEAEA; color: #333; border-radius: 50px; font-size: 16px; text-transform: uppercase; font-weight: 500; margin-bottom:10px}
a.menu-area-item:hover {background-color:#13D3A6; color:#fff}
a.menu-area-item.active {background-color: #0786C7; color: #fff;}
.order-list .person-block {padding:20px; align-items:center; margin-bottom:20px}
.order-list .person-block__name {margin-bottom:0}
.order-list .person-block__name h3 {font-size:18px; font-weight:500; margin-bottom:0}
.order-list .person-block__text {color:#13D3A6; text-transform:uppercase; margin-bottom:0}
.order-list .order-dettaglio {margin-bottom:24px}
.order-list .socials__social {width:30px; height:30px; font-size:14px; margin-bottom:0}
.stato__label {border-radius:100px;padding:3px 15px;}
.stato__label.lavorazione {background-color:#f9f18e}
.stato__label.completato {background-color:#95f98e}
.stato__label.cancellato {background-color:#f9b68e}
.wishlist.smagazine-list h2 {font-size:18px}
.wishlist.smagazine-list .news-masonry-item__image {height:auto}
.wishlist .grid-item {position:relative}
.no-wish {width:30px; height:30px; position:absolute; bottom:10px; right:15px;font-size: 20px; text-align: center;}
.no-wish a.no-wish-action {color:#13D3A6}
.no-wish a.no-wish-action:hover {color:#0786C7}
.order-list.evento-list .order-dettaglio {margin-bottom:0px}
.tabs.utente-tabs {padding:0}
.tabs.utente-tabs .tab {padding:30px 0}
.tabs.utente-tabs .heading-smallest_has-offset.heading-smallest_size_small {margin-bottom:10px; border-bottom:1px solid #0786C7}
.tabs.utente-tabs .box-indirizzo {background-color:#f2f2f2}
/* SCROLL */
.mouse-wrapper {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mouse-icon {
  height: 35px;
  width: 22px;
  border-radius: 12px;
  border: 2px solid #fff;
  position: relative;
}

.mouse-icon:after {
  content: '';
  height: 5px;
  width: 3px;
  display: block;
  margin: 5px auto;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
}

.mouse-arrow {
  display: block;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 2px 0 3px 6px;
  width: 8px;
  height: 8px;
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  -webkit-animation-direction: alternate;
}

.mouse-arrow:after,
.mouse-arrow:before {
  position: absolute;
  content: '';
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 8px;
  height: 8px;
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
}

.mouse-arrow:after {
  margin: 7px 0 3px 7px;
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -webkit-animation-direction: alternate;
}

.mouse-arrow:before {
  margin: 14px 0 3px 14px;
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  -webkit-animation-direction: alternate;
}

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}


/* LOADER */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #fff;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #fff;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   {
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   {
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #0786C7;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;
                transition: all 0.3s 1s ease-out;
    }

    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }

    .collapsible.info-tip {
      background-color: #0786C7;
      color: #fff;
      cursor: pointer;
      padding: 10px;
      width: 100px;
      border: none;
      text-align: left;
      outline: none;
      font-size: 15px;
      position:absolute;
      right:0;
      z-index:99
    }

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .collapsible.info-tip:hover {
      background-color: #13D3A6;
    }
  .content.info-content {
    padding: 0 18px;
    display: block;
    overflow: hidden;
    background-color: #0786C7;
    width: calc(100% - 100px);
    position:relative;
    z-index:2;
    color:#fff;
    height:38px;
  }
  .content.info-content span {margin:0 10px}
.standard-text a {color:#13D3A6}

.pacchetto-new .news-masonry-item{
	-webkit-box-shadow: -3px -5px 18px -1px rgba(0,0,0,0.48);
box-shadow: -3px -5px 18px -1px rgba(0,0,0,0.48);

}

.pacchetto-new .news-masonry-item__content {min-height:290px}

/* GALLERY PAGE */
.gallery-page .info-card-content__text {margin-bottom:0}
.gallery-page .info-card-content {padding:40px; background-color:rgba(255,255,255,0.9)}
.gallery-page .panorama-slider__data-layer {height:100%}
.gallery-page .panorama-slider__container {height:100%}
.gallery-page .info-card__body {top:inherit; bottom:250px}

/* BANNER COOKIES */
.mt-20 {margin-top:20px}
.mr-20 {margin-right:20px}
.show_banner_cookies {position: fixed;   bottom: 0px;   width: 40%;   background: #f5f5f5;   border:5px solid #fff; color: #333;    z-index: 1000;    padding: 30px;    left: 0px;    font-size: 16px; text-align:left}
.btn-cookie {background:#fff; color:#333; border:2px solid #333; padding:1em;}
.btn-cookie-out {background:transparent; border:2px solid #b7b7b7; color:#333; padding:1em;}
.btn-cookie-out:hover {background:#fff; color:#333;}
@media only screen and (max-width: 991px) {
  .show_banner_cookies {width:50%}
}
@media only screen and (max-width: 767px) {
  .show_banner_cookies {width:70%}
}
@media only screen and (max-width: 575px) {
  .show_banner_cookies {width:90%}
}

/* MIGLIORAMENTI 2022 */
.footer-default__column.border-right {border-right:1px solid #CBCBCB !important}
.menu-link-footer {padding-top:75px; padding-left:30px}
.panorama-slider .carousel-item {height:100vh; background-size:cover; background-position:center center}
.carousel-inner .info-card-content, .panorama-slider .info-card-content {position:absolute; bottom:50px; left:50px; z-index:10}
.carousel-fade .carousel-item {opacity: 0; transition-duration: .6s; transition-property: opacity;}
.carousel-fade  .carousel-item.active, .carousel-fade  .carousel-item-next.carousel-item-left, .carousel-fade  .carousel-item-prev.carousel-item-right {opacity: 1;}
.carousel-fade .active.carousel-item-left, .carousel-fade  .active.carousel-item-right {opacity: 0;}
.carousel-fade  .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade  .active.carousel-item-prev {transform: translateX(0); transform: translate3d(0, 0, 0);}
.wrap-pac {width:425px; height:50%; position:relative}
.wrap-pac img {width: 100% !important; height: 100%; -o-object-fit: cover; object-fit: cover; transition: all 1.3s;}
.wrap-pac a:hover img {transform: scale(1.1);}
.section-eventi {overflow:hidden; padding:40px 0 100px 0}
.altri-eventi {background-color:#f8f8f8; padding:80px 0}
.net-eventi {display:flex; padding-top:60px}
.evento-home-item {background-position:top right; width: 25%; position:relative;transition: transform 0.2s;}
.evento-home-item:before {content: ""; display: block; padding-top: 100%;}
.evento-home-item .cards__item-content {display:none; position:absolute; top:0; left:0; justify-content: flex-end; color:#fff; padding:40px}
.evento-home-item .cards__item-content .grid-block__title {font-size:22px; margin-bottom:20px}
.evento-home-item .cards__item-content .grid-block__title:after {display:none}
.btn-net-evento {color: #0786C7; background: #fff; width:100px; padding: 5px 20px; border-radius: 50px; text-align:center}
.net-eventi:hover .evento-home-item {transform: translateX(-25%);}
.net-eventi:hover .evento-home-item:hover {transform: scale(1.5);transition-duration: 0.1818181818s;}
.net-eventi .evento-home-item:hover:after {content:""; width:100%; height:100%; position:absolute; top:0; left:0; background-color:rgba(7, 134, 199, 0.7)}
.net-eventi:hover .evento-home-item:hover ~ .evento-home-item {transform: translateX(25%);}
.net-eventi:hover .evento-home-item:hover .cards__item-content {display:flex}
.pacchetti-home .wrap-pac {width:295px; height:235px; overflow:hidden}
.box-share a {margin:10px 0; border:1px solid #ddd; padding:10px; width:100%; text-align:center}
.box-share a:hover {background-color:#f2f2f2}
.box-share a svg {color:#0786C7}
.box-share a svg.no-social {color:#aaa}
.box-share a:hover svg, .box-share a:hover svg.no-social {color:#13D3A6}
.box-share a:not([class]):after {display:none}
.copy-link-container form {display: flex; align-items: center; justify-content: center;}
.copy-link-container input[type=text] {border: 0; background-color: transparent; color: #fff; font-size: .9em; padding: 0.4em; width: 80%;}
.copy-link-container input[type=submit] {background-color: #13D3A6; border: 0; border-radius: 50px; color: #fff; padding: 0.5em; width: 4.5em;}
.copy-link-container input[type=button] {background-color: #13D3A6; border: 0; border-radius: 50px; color: #fff; padding: 0.5em; width: 4.5em;}
.copy-link-container .copy-link {background-color: #f2f2f2; color: #fff; padding: .8em; margin-top:20px; overflow: hidden;display: flex; align-items: center; justify-content: center;}
.copy-link-container .copy-link-inner {background-color: #0E4257; border: 0; border-radius: 5px; padding: 10px; width: 100%;}
.pacchetti-home {position:relative}
.pacchetti-home:after {content:""; width:50%; height:498px; bottom:0; left:0; position:absolute; background-image:url("/img/bg-home-pacchetti.svg"); background-size:contain; background-position:bottom left; background-repeat:no-repeat;}
.aziende-home {padding:150px 0; background-image:url("/img/bg-eventi-aziende.jpg"); background-size:cover; position:relative}
.aziende-home:before {content:""; background-color:rgba(0,0,0,0.4); width:100%; height:100%; position:absolute; top:0; left:0}
.aziende-home h2 {color:#fff}
.smag-home {background-color:#f8f8f8; padding:80px 0}
.carousel-news-home {padding:40px 30px}
.carousel-news-home .news-masonry-item__image {background-size:cover; height:200px}
.carousel-news-home h2 {font-size: 22px; font-weight: 700; line-height: 1.3;}
.carousel-news-home .news-masonry-item {background-color:#fff; min-height:495px;}
.carousel-news-home .news-masonry-item:hover {color:#fff; background-color:#0786C7;}
.svuota-filtri {position:absolute; top:0; right:0}
.btn-svuota {background-color:#F3F3F3; color:#333; padding:0 20px; height:40px; display: flex; align-items: center; justify-content: center;}
.btn-svuota:hover {background-color:#13D3A6; color:#fff}
.per-aziende .smag-banner .main-slide__title h1 {font-size:35px; text-transform:none}
.per-aziende .smag-banner .main-slide__title h1 span {color:#13D3A6}
.per-aziende .main-slide {min-height:70vh; text-shadow: 2px 2px 4px #000000;}
.per-aziende .smag-banner:before {background: linear-gradient(-220deg, rgba(7,134,199,0.5), rgba(0,0,0, 0.7));z-index:2}
.section-menu-list {background-color:#0786C7; padding:40px 0 20px 0;color:#fff}
.aziende-ricerca {display: flex; align-items: center; justify-content: center;}
.aziende-ricerca .titolo-ricerca {font-size:24px; color:#fff; font-weight:800; margin-right:50px}
.aziende-ricerca form {display: flex; align-items: center; justify-content: center; width:50%}
.aziende-ricerca input {border:2px solid #fff; border-radius:50px; width:100%; background-color:#0786C7; color:#fff; padding:8px 10px}
.aziende-ricerca button.btn-aggiungi {background:#fff; border:1px solid #fff; color:#0786C7; font-weight:bold; text-transform:uppercase}
.aziende-ricerca button.btn-aggiungi:hover {background:#13D3A6; border:1px solid #13D3A6; color:#fff !important;}
.menu-esp {padding-top:70px}
.menu-esp a:not([class]):after {display:none}
.col-menu {padding:0 30px; margin-bottom:40px}
.col-menu h5 {border-bottom:1px solid rgba(255,255,255,0.5); padding-bottom:10px; text-align:center;}
.col-menu h5 a {font-weight:bold; font-size:18px;}
.col-menu h5 a:hover {text-decoration:none; color:#fff}
.col-menu a[aria-expanded="true"]:hover {border-bottom:1px solid transparent}
.col-menu a {color:#fff}
.col-menu li {padding:5px 0}
.col-menu li a {display:flex;width:100%}
.ultime-novita-section {background-color:#f8f8f8}
.tabella-fasce {color:#fff; display: flex; align-items: center; justify-content: center; margin:20px 0; background-color:rgba(255, 255, 255, 0.2); border-radius:10px; padding:10px 5px}
.tabella-fasce .item-fascia {font-size:13px; line-height:1.3; padding:0 2px; border-right:1px solid #fff; width:20%}
.tabella-fasce .item-fascia .prezzo-fascia {text-align:center; font-weight:bold}
.tabella-fasce .item-fascia .giorni-fascia {font-size:10px; text-align:center;}
.tabella-fasce .item-fascia:nth-last-child(1) {border-right:0}
.filtri-menu button.btn-default.filtro-selezionato {background-color:#13D3A6; color:#fff !important; border: 1px solid #13D3A6;}
.banner-dettaglio .main-slide__subtitle-wrapper {margin-top:80px}
.contact-block__input-text.data-input {position:relative}
.contact-block__input-text.data-input:after {content:"3"; position:absolute; top:0; left:0;}
.input-group.data-group {flex-wrap:inherit}
.input-group.data-group .input-group-text {background-color:transparent; border:0;}
.social-home {background-color:#fff; padding:80px 0}
.cont-social-wall {padding-top:60px}
.cont-social-wall {height:650px; overflow:hidden; position:relative}
.cont-social-wall:before {content:""; width:100%; height:150px; position:absolute; bottom:0; left:0; background: linear-gradient(rgba(255, 255, 255, 0), #fff 80%); z-index:1}
.cards__item-inner.log-social {min-height:200px}
.box-login.log-social {background-color:#026395}
.log-social .cards__item-content {flex-direction:row}
.box-bot-social {padding-left:40px}
.top-menu__menu-link.special-item {background-color:#13D3A6; border-radius:50px; color:#fff; padding:6px 20px; text-transform:uppercase; margin-top:-5px}
.top-menu__menu-link.special-item:hover {background-color:#0786C7}
.top-menu__menu-link.link-ico i {background-color: #0786C7; color: #fff; border-radius: 50px; padding: 2px; height: 25px; width: 25px; display: flex; align-items: center; justify-content: center;}
.top-menu__menu-link.link-ico i:hover {background-color:#13D3A6}
.img-certificato img {width:50px}
.img-certificato a:hover {text-decoration:none}
.img-certificato a:not([class]):hover:after {opacity:0}

/* popup iscriviti alla newsletter*/
.popup{background-color: #fff;}
.popup h4 {color:#0786C7; font-weight:bold}
.popup p {font-size:18px}
#popup-article:target{
  display: flex;
}
.modal-header {display:block !important}
.popup:before{
  content: "";
  box-sizing: border-box;
  width: 100%;


  position: fixed;
  left: 0;
  top: 50%;
  will-change: height, top;
  animation: open-animation .6s cubic-bezier(0.83, 0.04, 0, 1.16) .65s both;
}

@keyframes line-animation{

  0%{
    width: 0;
    opacity: 1;
  }

  99%{
    width: 100%;
    opacity: 1;
  }

  100%{
    width: 100%;
    opacity: 0;
  }
}

@keyframes open-animation{

  0%{
    height: 0;
    top: 50%;
  }

  100%{
    height: 600px;
    top: 0;
  }
}

.popup__block{
  padding: 30px;
  box-sizing: border-box;
  position: relative;

  margin: auto;
  overflow: auto;
  animation: fade .5s ease-out 1.3s both;
}

@keyframes fade{

  0%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }
}

.popup__title{
  font-size: 2.5rem;
  margin: 0 0 1em;
}

/* LINEA */
.testo-cat {padding-top:30px}
.linea-page .pacchetto-head {min-height:550px; background-position:bottom}
.linea-page .parallax-image__image {background-position:center}
.section-table th {background-color:#0786C7; color:#fff; border:0; font-weight:400}
.section-table .table-bordered {border:0}
.table-responsive-stack tr {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; line-height:1.3}
.table-responsive-stack td, .table-responsive-stack th {display: flex; align-items: center; justify-content: center; -ms-flex: 1 1 auto; flex: 1 1 auto; position:relative}
.table-responsive-stack .table-responsive-stack-thead {font-weight: bold;}
.section-table .cards__item-title {font-size:14px; line-height:1.3}
.section-table .cards__item-title a {font-weight:500}
.section-table .cards__item-title a:hover {text-decoration: none}
.section-table .cards__item-title span {color:#13D3A6}
.tabella-fasce-linea {padding:10px 5px; width:100%}
.tabella-fasce-linea .item-fascia {display:flex; align-items: center; justify-content: center;padding:0 5px 5px 5px; margin-bottom: 5px; border-bottom: 1px solid rgba(0,0,0,0.2);}
.tabella-fasce-linea .item-fascia .prezzo-fascia {text-align:center; font-weight:bold}
.tabella-fasce-linea .item-fascia .giorni-fascia {text-align:center; margin-left:auto}
.section-table .value-button {background:#e0e0e0; display: flex; align-items: center; justify-content: center;}
.section-table .value-button:hover {background:#dadada;}
.section-table button.btn-aggiungi:hover {background:#0786C7; border:1px solid #0786C7; color:#fff !important}
.qta-linea {display:flex}
.linea-page .modal-header {display:flex !important}
.container-pacchetti .slider-linea .projects-block__slide:after {height:45%}
.slider-linea .wrap-pac img {object-fit:cover}
.slider-linea .projects-block__slide-content {position:relative}
.slider-linea  .projects-block__slide {height:385px}
.lista-linea-dettaglio .collapse-list__collapse-head {color:#333; margin-bottom:20px}
.lista-linea-dettaglio .linea-item .linea-no-title img {width:80px}
.lista-linea-dettaglio .linea-item .cards__item-text {font-size:15px}
.table-responsive-stack td.cell-or {flex-direction:column}
.lista-linea-dettaglio button.btn-aggiungi {margin-top:10px; margin-left:0; padding:5px 30px; width:113px}
.lista-linea-dettaglio input#number, .lista-linea-dettaglio input.value-number {height:28px}
.lista-linea-dettaglio .value-button {height:28px}
.section-table .cards__item-title span.mag-tab {color:#333; font-weight:600}
.lista-linea-dettaglio .section-table .cards__item-title {margin-right:10px}
.lista-linea-dettaglio .table td, .lista-linea-dettaglio .table th {padding:5px}
.lista-linea-dettaglio thead {display:none !important}
.sidebar {position: sticky; top:50px;}
.nuovo-listing .sidebar {top:70px;}
.listing-linee-cat {padding-top:30px; padding-bottom:40px}
.listing-linee-cat .masonry-large-block__item {margin-bottom:30px}
.listing-linee-cat .news-masonry-item__content {padding:10px}
.listing-linee-cat.smagazine-list h2 {font-size: 15px; font-weight: 500; line-height: 1.2;}
.listing-linee-cat.smagazine-list .news-masonry-item__image {height:250px; background-size:contain !important}
.listing-linee-cat .cards__arrow {width: 30px; height: 30px; font-size: 15px; position:relative; left:inherit; bottom:inherit}
.listing-linee-cat .news-masonry-item:hover .cards__arrow {color: #0786C7; background: #fff;}
.listing-linee-cat .heading-smallest {margin-bottom:20px}
.linee-list-home .team-block__image-wrapper {position:relative; height:165px}
.linee-list-home .team-block__image-wrapper img {-o-object-fit: cover; object-fit: cover; object-position: center center; width: 100%; height: 100%;}
.pop-info {cursor:pointer}
.pop-info:hover {color:#13D3A6}
.show-gallery {width:25px; height:25px; position:absolute; font-size:22px; top:10px;left:10px; display: flex;align-items: center;justify-content: center; cursor:pointer; z-index:1}
.show-gallery:hover {color:#13D3A6}
.modal-body .carousel-item {height:550px}
.modal-body .carousel-item img {-o-object-fit: contain; object-fit: contain; object-position: center center; width: 100%; height: 100%;}
.modal-body .carousel-control-next, .modal-body .carousel-control-prev {width:60px; background-color:#cacaca}
/* LINGUA */
.lang-sel {color:#333333;  transition: all 1s ease-in-out;}
.lang-sel:hover {color:#13D3A6}
.lang-sel form {display:inline}
.lang-sel .langselect {border:0px; height:20px; padding:0px; padding-right:15px !important; box-shadow:none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("../img/arrow.png") right / 15px no-repeat transparent;
	padding-right: 20px;
}
.lang-sel select.langselect::-ms-expand {display: none;}
.lang-sel select.langselect option {background-color:#fff; color:#333}

/* LOCATIONS */
.smagazine-list .listing-location .news-masonry-item__image {min-height:280px}
.smagazine-list .listing-location .news-masonry-item__image img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; transition: all 1.3s;}
.smagazine-list .listing-location .news-masonry-item:hover .news-masonry-item__image img {transform: scale(1.1);}
.single-post.location-post {overflow:inherit;}
.location-post .single-post__text {padding-right:50px}
.sidebar-location {background-color: #fff; border-radius: 20px 20px 0 0; margin-top: -200px; padding-top:40px; position: relative; z-index: 2;}
.sidebar-location .logo-location {margin:0 auto 30px auto; padding:20px 0; width:180px}
.sidebar-location h5 {font-weight:600; font-size:16px}
.dettagli-location {background-color:#0786C7; color:#fff; border-radius:10px; margin-bottom:30px; padding:40px 15px}
.dettagli-location ul {padding-left:20px}
.contatti-location {background-color:#13D3A6; color:#fff; border-radius:10px; padding:40px 15px}
.contatti-location a:hover {color:#fff; text-decoration:underline;}
.carousel-photo img {display: block; height: 450px; margin-right: 20px;}
.location-gallery .flickity-prev-next-button.next {right:10px}

/* MODIFICHE INDEX MARZO 2024 */
.new-index .section-menu-list {padding:30px 0}
.section-prodotti-home .tabs {padding:0}
.section-prodotti-home .tabs label {font-size: 22px; font-weight: 700; width:50%; text-align:center}
.section-prodotti-home .tabs .team-block {overflow:inherit}
.section-prodotti-home .team-block__body {padding-bottom:0}
.section-prodotti-home .team-block__control_prev {left:-60px}
.section-prodotti-home .team-block__control_next {right:-60px}
.new-ricerca {display: flex; align-items: center; justify-content: center;}
.new-ricerca .titolo-ricerca {font-size:24px; color:#fff; font-weight:800; margin-right:50px}
.new-ricerca .autocomplete {display: flex; align-items: center; justify-content: center; width:50%; position:relative}
.new-ricerca .autocomplete form {width:100%; position:relative}
.new-ricerca input {border:2px solid #fff; border-radius:50px; width:100%; background-color:#0786C7; color:#fff; padding:8px 10px; position:relative}
.new-ricerca .autocomplete form:before {content:"\f10b"; font-family: "Flaticon"; font-style: normal; font-size:18px; font-weight:600; text-decoration: inherit; position: absolute; right: 15px; top:2px; z-index:1}
.autocomplete-result {border-top: 1px solid #eee; padding: 10px; background: #fff; z-index:999; color:#333;-webkit-box-shadow: 0px 8px 18px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 8px 18px -6px rgba(0,0,0,0.75);
box-shadow: 0px 8px 18px -6px rgba(0,0,0,0.75);}
.autocomplete ul.autocomplete-result-list {z-index:999999;overflow: scroll; height:500px}
.autocomplete ul li {list-style: none; cursor:pointer}
.autocomplete ul li:hover {background-color:#13D3A6}
.group {padding: 10px; text-transform: uppercase; font-size: 14px; background: #f2f2f2; color:#333;}
.wiki-title {font-size: 15px; margin-bottom: 5px; color:#333; font-weight:600}
.wiki-snippet {font-size: 14px; color:#333;}
.social-prodotto {padding:0 60px;}
.social-prodotto .socials {justify-content: flex-start;}
.btn-outline-white {border:1px solid #fff; color:#fff; padding: 10px 30px; border-radius: 50px;}
.img-partner {display:flex; justify-content: flex-end; padding-right:30px}
.footer-default__column {padding-top:20px}

.toast-title {
font-weight: bold;
}
.toast-message {
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.toast-message a,
.toast-message label {
color: #FFFFFF;
}
.toast-message a:hover {
color: #CCCCCC;
text-decoration: none;
}
.toast-close-button {
position: relative;
right: -0.3em;
top: -0.3em;
float: right;
font-size: 20px;
font-weight: bold;
color: #FFFFFF;
-webkit-text-shadow: 0 1px 0 #ffffff;
text-shadow: 0 1px 0 #ffffff;
zoom: 1;
-webkit-opacity: 0.8;
-moz-opacity: 0.8;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.8;
filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
color: #000000;
text-decoration: none;
cursor: pointer;
zoom: 1;
-webkit-opacity: 0.4;
-moz-opacity: 0.4;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
opacity: 0.4;
filter: alpha(opacity=40);
}
/*Additional properties for button version
iOS requires the button element instead of an anchor tag.
If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.toast-top-full-width {
top: 0;
right: 0;
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
}
.toast-bottom-full-width {
bottom: 0;
right: 0;
width: 100%;
}
.toast-top-left {
top: 0;
left: 0;
}
.toast-top-right {
top: 0;
right: 0;
}
.toast-bottom-right {
right: 12px;
bottom: 12px;
}
.toast-bottom-left {
bottom: 12px;
left: 12px;
}
#toast-container {
position: fixed;
z-index: 999999;
/*overrides*/
}
#toast-container * {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#toast-container > div {
margin: 0 0 6px;
padding: 15px 15px 15px 50px;
width: 300px;
background-position: 15px center;
background-repeat: no-repeat;
color: #FFFFFF;
zoom: 1;
-webkit-opacity: 1;
-moz-opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
opacity: 1;
filter: alpha(opacity=100);
}
#toast-container > :hover {
zoom: 1;
-webkit-opacity: 1;
-moz-opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
filter: alpha(opacity=100);
cursor: pointer;
}

#toast-container > .toast-info {
background-image: url("../../assets/img/ok-cart.svg") !important; background-size:22px;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
width: 96%;
margin: auto;
}
#toast-container .toast-success.black,
#toast-container .toast-error.black,
#toast-container .toast-info.black,
#toast-container .toast-warning.black {
background-color: rgba(0, 0, 0, 0.7);
color: #fff;
}


.toast-info {
background-color: #0786C7;
}

/*Responsive Design*/
@media all and (max-width: 240px) {
#toast-container > div {
  padding: 8px 8px 8px 50px;
  width: 11em;
}
#toast-container .toast-close-button {
  right: -0.2em;
  top: -0.2em;
}
}
@media all and (min-width: 241px) and (max-width: 480px) {
#toast-container > div {
  padding: 8px 8px 8px 50px;
  width: 18em;
}
#toast-container .toast-close-button {
  right: -0.2em;
  top: -0.2em;
}
}
@media all and (min-width: 481px) and (max-width: 768px) {
#toast-container > div {
  padding: 15px 15px 15px 50px;
  width: 25em;
}
}

/* VIDEO RESPONSIVE */
.video-prodotto {background-color:#f2f2f2; position:relative}
.video-responsive {position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin-bottom:1rem}
.video-responsive iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;}
.magazine-viewport a {display:none !important}
/* RICERCA ORDINE */
.prod-ricerca-ordine {padding:10px;}
.prod-ricerca-ordine .label-ric {width:30%}
.prod-ricerca-ordine.new-ricerca .autocomplete {width:70%}
.prod-ricerca-ordine.new-ricerca input {border:2px solid #fff; border-radius:50px; width:100%; background-color:#fff; color:#333; padding:8px 10px; position:relative}
.prod-res-img {width:50px; height:50px; margin-right:20px}
.prod-res-img img {-o-object-fit: cover; object-fit: cover; object-position: center; width:100%; height:100%}
.prod-result {line-height:1.3}
.prod-result .wiki-title {margin-bottom:0}
.prod-result .prod-result-price {font-weight:700}
a.ico-del-prod {display: flex;align-items: center; color:#0786C7; font-size:13px;}
a.ico-del-prod:hover {color:#13D3A6}
a.ico-del-prod i {font-size:10px; margin-right:5px}
.risultati-ricerca .listing-linee-cat.smagazine-list .news-masonry-item__image {background-size:contain !important; height:200px}
.risultati-ricerca .main-slide.banner-cat {min-height:280px}
.risultati-ricerca .banner-cat .main-slide__container {padding-bottom:80px}
/* NUOVI ARRIVI */
.section-nuovi-home {padding:80px 0; background-color:#f0f0f0}
.section-nuovi-home .team-block__slide {background-color:#f8f8f8; padding-bottom:30px}
.section-nuovi-home .team-block__image-wrapper {margin-bottom:0; background-color:#fff}
.carousel-nouvi-home {padding-top:40px;}
.section-nuovi-home .team-block__person-name {font-size:18px; padding:20px 10px}
/* MODIFICHE FOOTER */
a.btn-footer {background-color:transparent; border:1px solid #0786C7; color:#0786C7; padding:3px 15px; border-radius:100px}
a.btn-footer:hover {background-color:#0786C7; color:#fff;}
/* RICERCA HEADER */
.site-search {
  background-color: transparent;
  border: 0;
  outline: none;
}

.site-header-search {
  background-color: #0786C7;
  position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.header_is_fixed .site-header-search {position:relative}
.site-search-input {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background-color: transparent;
  outline: none;
  color: #fff;
}

.site-search-reset {
  outline: none;
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 5%;
  margin: 20px 0;
  top: 0;
  bottom: 0;
  width: 50px;
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE5MS40MTQgMTkxLjQxNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTkxLjQxNCAxOTEuNDE0IiB3aWR0aD0iMTI4cHgiIGhlaWdodD0iMTI4cHgiPgogIDxnPgogICAgPHBhdGggZD0iTTEwNy44ODgsOTYuMTQybDgwLjkxNi04MC45MTZjMy40OC0zLjQ4LDMuNDgtOC43MDEsMC0xMi4xODFzLTguNzAxLTMuNDgtMTIuMTgxLDBMOTUuNzA3LDgzLjk2MUwxNC43OTEsMy4wNDUgICBjLTMuNDgtMy40OC04LjcwMS0zLjQ4LTEyLjE4MSwwcy0zLjQ4LDguNzAxLDAsMTIuMTgxbDgwLjkxNSw4MC45MTZMMi42MSwxNzcuMDU3Yy0zLjQ4LDMuNDgtMy40OCw4LjcwMSwwLDEyLjE4MSAgIGMxLjc0LDEuNzQsNS4yMiwxLjc0LDYuOTYsMS43NHM1LjIyLDAsNS4yMi0xLjc0bDgwLjkxNi04MC45MTZsODAuOTE2LDgwLjkxNmMxLjc0LDEuNzQsNS4yMiwxLjc0LDYuOTYsMS43NCAgIGMxLjc0LDAsNS4yMiwwLDUuMjItMS43NGMzLjQ4LTMuNDgsMy40OC04LjcwMSwwLTEyLjE4MUwxMDcuODg4LDk2LjE0MnoiIGZpbGw9IiNGRkZGRkYiLz4KICA8L2c+Cjwvc3ZnPgo=);
}

.hide {
  visibility: hidden;
  opacity: 0;
}

/* POPUP VIDEO */
.smac-boot {position:fixed; bottom:20px; right:20px; width:70px; height:70px; z-index:2; cursor:pointer}
.smac-boot:hover {position:fixed; bottom:20px; right:20px; width:142px; height:70px; z-index:2; cursor:pointer;}
.smac-boot .img-on {display:block}
.smac-boot .img-off {display:none}
.smac-boot:hover .img-on {display:none}
.smac-boot:hover .img-off {display:block}
.modal-video {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index:99999;
}
.modal-video  video {
  width: 80%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

.modal-video .tutorial {
  width: 80%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-video .tutorial iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.modal-video  .modal-close {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 5px;
  font-size:30px;
  color:#fff;
}
.modal-video  .modal-close:hover {color:#13D3A6 !important}
.is-hide {
  display: none;
}

#bilancio-sos img {width:100%;}
/* CATEGORIE BLOG */
.smag-banner-new.main-slide {height:555px; min-height:inherit}
.smag-banner-new {position:relative}
.smag-banner-new:before {content:""; width:100%; height:555px; position:absolute; top:0; left:0; background: linear-gradient(-220deg, rgba(19,211,166,1), rgba(7,134,199, 1));z-index:2}
.smag-banner-new .main-slide__subtitle-wrapper {margin-bottom:0}
.smag-banner-new  .main-slide__title-wrapper {margin-bottom:0}
.smag-banner-new .main-slide__title h1 {font-size: 50px;font-weight:800;line-height:1.3;text-transform:uppercase;}
.smag-banner-new .main-slide__text-wrapper:not(:last-child) {margin-bottom:0}
.sticky-menu-cat {position: -webkit-sticky; position: sticky; top:61px; z-index:3;}
.sticky-menu-cat .menu-cat-cont {background-color: #0786C7; padding: 15px 0; }
.sticky-menu-cat .navbar {padding:0; position:relative}
.cat-menu {margin: 0; list-style: none; display: flex; align-items: center; justify-content: space-between; width:100%}
.cat-menu .cat-item {color:#fff; font-size:15px; font-weight:700; display:block; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; padding:0 12px;}
.cat-menu .cat-item:hover{color:#13D3A6; -webkit-transition-delay:0s; -moz-transition-delay:0s; transition-delay:0s;}
.cat-menu .cat-item.active {color:#13D3A6; font-weight: 400; text-decoration:underline;}
.new-smagazine .sidebar {position: sticky; top:122px;}
.categorie-side {background-color:#F2F2F2; padding:0px 35px 20px 35px}
.categorie-side h3 {font-size:22px; margin-top:0; margin-bottom:0; padding-bottom:20px; padding-top:40px}
.categorie-side .side-cat-link {color:#333333; padding-bottom:5px; margin-bottom:5px; border-bottom:1px solid rgba(0,0,0,0.2)}
.categorie-side .side-cat-link a {color:#333333;}
.categorie-side .side-cat-link a:hover, .categorie-side .side-cat-link a.active {color:#0786C7}
.new-smagazine .smagazine-list .news-masonry-item__image {height:280px}
.newsletter-side {background-color:#0786C7; color:#fff; padding:40px 35px 50px 35px}
.newsletter-side h3 {color:#fff; font-size:22px; font-weight:700; margin-bottom:20px}
.newsletter-side a.btn-default {background-color:#13D3A6; font-weight:700; text-transform: uppercase;}
.newsletter-side a.btn-default:hover {background-color:#fff; color:#333}
.newsletter-side p {padding-bottom:20px}
.new-smagazine .smagazine-list .evento-item .news-masonry-item__image {min-height:560px !important}
.new-smagazine .smagazine-list .news-item {min-height:560px}
.new-smagazine.smagazine-cat .smag-banner-new:before, .smagazine-cat .smag-banner-new:before {background:rgba(0,0,0,0.5)}
.new-smagazine.smagazine-cat .pacchetti-prod, .smagazine-cat .pacchetti-prod {padding:0 0 60px 0}
.nome-cat {display: flex;align-items: center; padding-bottom:20px; margin-bottom:30px; border-bottom:1px solid rgba(0,0,0,0.4)}
.nome-cat span {font-size:18px; font-style:italic;; color:#13D3A6; font-weight:600; text-transform: uppercase}
.nome-cat .btn-default {margin-left:auto; padding:2px 30px;}
.cont-categoria-eventi .team-block__control_prev, .cont-categoria-blog .team-block__control_prev {left:-60px}
.cont-categoria-eventi .team-block__control_next, .cont-categoria-blog .team-block__control_next {right:-60px}
.cont-categoria-eventi .team-block__control, .cont-categoria-blog .team-block__control {top:50%; margin-top:-25px;}
.cont-categoria-eventi, .cont-categoria-blog {padding-bottom:40px}
.smagazine-list .cont-categoria-eventi h2 {font-size:22px}
.smagazine-list .cont-categoria-blog h2 {font-size:18px}
.cont-categoria-blog .team-block__slider .news-masonry-item {background:#fff}
.cont-categoria-blog .team-block__slider .news-masonry-item:hover {color:#0886C7; background:#f9f9f9}
.cont-categoria-blog .team-block__slider .news-masonry-item:hover .news-masonry-item__text {color:#333}
.section-cta-newsletter {background-color:#0786C7; color:#fff; padding:80px}
.section-cta-newsletter h2 {color:#fff; margin-bottom:20; font-weight:700}
.section-cta-newsletter p {font-size:18px;}
.section-cta-newsletter a.btn-default {background-color:#13D3A6; color:#fff; font-weight:700; text-transform: uppercase;}
.section-cta-newsletter a.btn-default:hover {color:#333 !important; background-color:#fff}
.section-menu-localita {background-color:#f2f2f2; padding:80px 0}
.col-menu-loc {padding-right:50px}
.col-menu-loc h3 {font-size:22px; margin-top:0; margin-bottom:0; padding-bottom:30px;}
.col-menu-loc .side-cat-link {color:#333333; padding-bottom:5px; margin-bottom:5px; border-bottom:1px solid rgba(0,0,0,0.2)}
.ccol-menu-loc.side-cat-link a {color:#333333;}
.col-menu-loc .side-cat-link a:hover, .categorie-side .side-cat-link a.active {color:#0786C7}
/* PAGINAZIONE */
.pagination {text-align: center; padding: 20px 0 40px 0; }
.pagination ul {list-style: none; clear: both; display: -webkit-box; display: flex; -webkit-box-pack: center; justify-content: center; }
.pagination__page {font-size: 0.875rem; display: inline-block; width: 40px; height: 40px; border-radius:50%; line-height: 36px; margin: 0 2px; text-align: center; color: #3E4E50; vertical-align: middle; white-space: nowrap; border: 1px solid #3E4E50; list-style: none; -webkit-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; }
.pagination a:hover, .pagination a:focus, .pagination__page--active {background-color: #13D3A6; color: #fff; border-color: transparent; }
.pagination i {font-size: 0.75rem; }
/* AGGIUNTE SENZA PREZZI */
.campo-sel {display:flex}
.campo-sel .select2-container {width:100% !important; margin-left:10px}
.form-contatti label {margin-bottom:0; font-size:12px}
.form-contatti label span {color:#0786C7}
.soloItalia {margin-bottom:23px}
.soloItaliaSped {margin-bottom:23px}
.form-contatti .soloItalia label {margin-bottom:20px}
.form-contatti .soloItaliaSped label {margin-bottom:20px}
a.tabella-fasce.log-prezzi {color:#fff; font-weight:600; display: flex; align-items: center; justify-content: center; margin:20px 0; background-color:rgba(255, 255, 255, 0.2); border-radius:10px; padding:10px 5px}
a.tabella-fasce.log-prezzi:hover {color:#0786C7; background-color:rgba(255,255,255,1)}
a.tabella-fasce.log-prezzi i {margin-right:10px}
a.tabella-linea.log-prezzi {color:#0786C7; font-weight:600; display: inline; align-items: center; justify-content: center; margin:20px 0; background-color:rgba(255, 255, 255, 0.2); border:1px solid #0786C7; border-radius:10px; padding:10px 20px}
a.tabella-linea.log-prezzi:hover {color:#fff; background-color:#0786C7}
a.tabella-linea.log-prezzi i {margin-right:10px}
a.tabella-linea-small.log-prezzi {color:#0786C7; font-weight:600; display: inline; align-items: center; justify-content: center; margin:20px 0; background-color:rgba(255, 255, 255, 0.2); border:1px solid #0786C7; border-radius:10px; padding:10px 20px}
/* NUOVA COOKIE BAR */
.show_banner_cookies {position: fixed;   bottom: 0px;   width: 50%;   background: #0786C7; color: #fff; z-index: 1000; padding: 30px; left: 0px; font-size: 14px; font-weight:400}
.show_banner_cookies a {color:#13D3A6}
.show_banner_cookies a:hover {color:#fff;}
.show_banner_cookies a.btn {padding:15px 20px; min-width:210px}
.show_banner_cookies a.btn.btn-white, a.btn.btn-white {background-color:#fff; border:1px solid #fff; color:#333; border-radius:50px}
.show_banner_cookies a.btn.btn-outline, a.btn.btn-outline {background-color:transparent; border:1px solid #fff; color:#fff}
.show_banner_cookies a.btn.btn-outline-dark, a.btn.btn-outline-dark {background-color:transparent; border:1px solid #13D3A6; color:#13D3A6}
.show_banner_cookies a.btn.btn-color, a.btn.btn-color {background-color:#13D3A6; border:1px solid #13D3A6; color:#fff}
.show_banner_cookies a.btn:hover, .bottoni-accetta a.btn:hover {background-color:#13D3A6; border: 1px solid #13D3A6; color:#fff}
.show_banner_cookies.big-ban {width: 70%;}
.show_banner_cookies.big-ban .col-bottoni-cookie {display: flex; align-items: center; justify-content: center; flex-direction: column;}
.show_banner_cookies.big-ban .btn-foot {text-align:center}
.switch-cont {display:flex}
.switch-item {display: flex; align-items: center; justify-content: center;}
.switch-item-text {display: flex; align-items: center; justify-content: center; margin-left:auto}
.cmn-toggle {position: absolute; margin-left: -9999px; visibility: hidden;}
.cmn-toggle + label {display: block; position: relative; cursor: pointer; outline: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
input.cmn-toggle-round-flat + label
{
  padding: 2px;
  width: 45px;
  height: 25px;
  background-color: #b7b7b7;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
	margin-bottom:0;
	margin-left:10px;
}
input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after {display: block; position: absolute; content: "";}
input.cmn-toggle-round-flat + label:before
{
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:after
{
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 18px;
  background-color: #b7b7b7;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.4s, background 0.4s;
  -moz-transition: margin 0.4s, background 0.4s;
  -o-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s;
}
input.cmn-toggle-round-flat:checked + label {background-color: #13D3A6;}
input.cmn-toggle-round-flat:checked + label:after {margin-left: 19px;background-color: #13D3A6;}
.para-cookie {display: flex; flex-wrap: wrap; margin-bottom:30px}
.col-switch {display: flex; flex-direction:column; justify-content: center; border-left:1px solid #f2f2f2}
.col-switch .switch-label {font-size:13px; margin-bottom:10px}
.col-switch input.cmn-toggle-round-flat + label {margin-left:0}
.col-switch .switch-page {padding-left:30px}
.bot_ros {box-shadow:none; border:1px solid #040506}
.bottoni-accetta .bot_ros.bot-und {background:transparent; border:1px solid #13D3A6; color:#13D3A6}
.bottoni-accetta .bot_ros:hover, .bottoni-accetta .bot_ros.bot-und:hover {border:1px solid #ed3042}
.bottoni-accetta .bot_ros.bot-und:hover {background:#ed3042; color:#fff}
.col-custom {position: relative;min-height: 1px;padding-right: 5px;padding-left: 5px;width:20%;float:left;}
.col-custom a .box-scelta{padding:20px;}
/* FINE COOKIES */


/*auto suggest indirizzo*/
.resultsAutocompleteIndirizzo {
  max-width: 500px;
  margin: 10px auto 0;
  background: white;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  display: none;
}
.suggestion {
  padding: 8px;
  padding-top: 1px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.suggestion:hover {
  background: #e9ecef;
}
/*fine autosuggest indirizzo*/


/*select2 largo a tutta pagina*/
.select2-container {
    width: 100% !important;
}

/* Oppure più specifico */
.select2-container .select2-selection--single {
    width: 100% !important;
}
/*select2 largo a tutta pagina*/

/*nascondo blocco newsletter*/
.newsletter-side{display: none}
.section-cta-newsletter{display: none}
/*nascondo blocco newsletter*/
