/*BODY*/

body, html {
    height: 100%;
    width: 100%;
    position: relative;
    /*overflow-x: hidden;*/
}

body{
	color: rgb(0 0 0);
}

a{
	color: #464646c2;
	text-decoration: none;
	}
	a:hover{
	color: #464646;
	}
/*MENU*/
.head_logo {
    display: block;
    height: 57px;
    position: absolute;
    z-index: 3;
    width: 100%;
    margin-left: 9%;
    transition: 1.5s;
    pointer-events: auto;
}
.head_logo.stykymenu.sticky {
    opacity: 0;
}

.logo_back {
    position: absolute;
    width: 124px;
    height: 54px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    /* z-index: 10; */
    top: 0px;
    left: 19px;
}

ul#tree1 {
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: center;
    align-items: baseline;
    margin: 0;
    flex-wrap: wrap;
}

ul.submenuCD {
    margin: 0;
    padding: 0;
}

li.mainmenu {
    padding: 0px;
    margin: 0;
}

ul#tree1>li {
    padding: 11px;
}
.top_tools {
    display: flex;
    justify-content: space-evenly;
    padding: 35px;
    font-size: 1.2em;
}	
	/*Loader page*/
.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);

	transform: translateX(-100%);
	-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);/*opacity: 0;*/
}
.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.7s 0.3s cubica-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);/*opacity: 0;*/
}
.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%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 0.3s 1s ease-out;
	transition: all 0.3s 1s ease-out;
}


#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	background: #fff;
	z-index: 1000;
}
#loader-wrapper .loader-section.section-left {
	left: 0;
}
#loader-wrapper .loader-section.section-right {
	right: 0;
}
#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	z-index: 99999;
}
#loader {
	z-index: 11111;
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	margin: 0 0 0;
	-webkit-animation: scale 2s linear infinite;
	animation: scale 2s linear infinite;
	left: calc(50% - 30px);
	top: calc(50% - 30px);
	background-image: url('/public/galleria_varius/loghi/057e4_layout_imt.png');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-font-smoothing: antialiased;
}
/*swiper*/
.swiper-container {
    overflow: hidden;
    z-index: 0;
    position: relative;
}

.swiperBTT i {
    display: none;
}

.swiperBTT:after {
    color: #00000061;
    font-size:26px!important
}

/*FOOTER*/
#treeF li, #treeF ul {
    list-style: none;
}

#treeF {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
img.logoFooter {
    max-width: 100px;
    margin: auto;
    display: block;
    filter: grayscale(1);
    margin: auto;
    margin-top: 15px;
    margin-bottom: 16px;
}

.reference {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    background: #93908e14;
}

#treeF>.mainmenu>a {
    font-size: 1.5em;
    margin-bottom: 5px;
    display: block;
    color: #222;
    font-weight: 200;
}
#treeF>.mainmenu {
    margin-bottom: 23px;
    display: block;
    padding-right: 24px;
}

/*BLOCCHI moduli*/
.paddingTop {
    padding-top: 70px;
    overflow-x: hidden;
}
.paddingBottom{
    /* padding-bottom: 80px; */
}
.index-box {
    overflow: hidden;
}

/*blocco sfalato dx/sx*/
img.bk_image {
    padding: 7%;
}

img.bk_logo {
    max-width: 300px;
}
.box-text-page .button {
    margin: auto;
    display: table;
}
/*SOCIAL*/
.loghiSocialFoot a i:before {
    color: white!important;
    background: #272727;
    padding: 8px;
    
}
.mainmenu.social{
	
    min-width: 195px;
}


.loghiSocialFoot a:hover i:before {filter: blur(.7px);}

@media only screen and (max-width: 767px) {

.mainmenu{
	
    min-width: 100%;
}

#treeF .mainmenu.company{
	display:none;
}
#treeF .mainmenu.servizi{
	display:none;
}
}

/*animazione su scroll*/
.catch{
    display:none;
  }
.mv_fade_in{
    display: block;
    padding: 20px;
    background-color: cadetblue;
}

.fade_in{
    display: block;
}
.u-fade-type-left{
    transform: translateX(-300px);
    opacity: 0;
}
.u-fade-type-left.is-active{
    transition: 1s;
    transform: translateX(0);
    opacity: 1;
}
.u-fade-type-right{
    transform: translateX(300px);
    opacity: 0;
}

.u-fade-type-right.is-active{
    transition: 1s;
    transform: translateX(0);
    opacity: 1;
}


.u-fade-type-down{
    transform: translateY(300px);
    opacity: 0;
}

.u-fade-type-down.is-active{
    transition: 2s;
    transform: translateY(0);
    opacity: 1;
}


.u-fade-type-up{
    transform: translateY(-300px);
    opacity: 0;
}

.u-fade-type-up.is-active{
    transition: 2s;
    transform: translateY(0);
    opacity: 1;
}

.u-fade-type-static{
    opacity: 0;
}
.u-fade-type-static.is-active{
    transition: 2s;
    opacity: 1;
}
.fade_opacityt {
    opacity: 0;
}
.fade_opacityt.is-active {


    opacity: 1;
    transition: opacity 3s;
}


/*blocchi sfalsati*/
.box-text-page {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.colonna_50_dx {
    width: 50%;
    text-align: right;
}

.colonna_50_sx {
    width: 55%;
}

.colonna_50_dx,.colonna_50_sx {
    width: 55%;
}

.colonna_50_dx {padding-right: 41px;}

.box-text-page:nth-child(odd)  .colonna_50_dx{
 width: 45%;
 }
.box-text-page:nth-child(even)  .colonna_50_sx{
 width: 45%;
 }
 
.box-text-page:nth-child(odd)  .colonna_50_sx{

 }
.box-text-page:nth-child(even)  .colonna_50_dx{text-align: right;}

    
@media only screen and (max-width: 767px) {
.box-text-page {
    flex-direction: column;
    }

 .box-text-page:nth-child(odd)  .colonna_50_dx{order:1}

.colonna_50_dx:nth-child(1), .colonna_50_sx:nth-child(2) {
    display: block;
    width: 100%!important;
    padding: 0;
    text-align: center!important;
    }
}
body#tinymce .js-scroll-trigger {
    transform: none;
    opacity: 1;
}
/*/menu fade*/
.headerBlock {
    height: 100%;
    position: relative;
}
nav#nav {
    position: absolute;
    top: 0px;
    height: 100%;
}
main {
  height: 100%;
  position: relative;
}
.aside-section {
  top: 0;
  bottom: 0;
  position: absolute;
  pointer-events: auto;
}
.aside-left {
  display: none;
  width: 30%;
  left: 0;
  background-color: #ffffff;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: transform 0.4s ease-in-out;
  border-right: 1px solid #cbcbcb;
}
.aside-right {
  width: 100%;
  right: 0;
  background-color: #ffffff;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
}
.aside-list {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}
.aside-content {
  margin-top: 150px;
  padding: 0 40px;
  position: relative;
  color: #464646;
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
}
.aside-list li {
  list-style: none;
  font-size: 18px;
  font-weight: 400;
}
.aside-anchor::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #ff5964;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 3px;
}
.aside-anchor::before {
  border-radius: 3px;
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #fff;
  left: 0;
  height: 3px;
  z-index: 1;
  width: 50%;
  -webkit-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.aside-anchor:hover:before {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.aside-anchor {
  padding-bottom: 7px;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  position: relative;
  font-weight: 500;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked ~ aside .aside-left {
  transform: translateY(0%);
}



input[type="checkbox"]:checked ~ aside .aside-right {
  transform: translateX(0%);
}

input[type="checkbox"]:checked ~ label .bar {
  background-color: #464646;
}

input[type="checkbox"]:checked ~ label .top, .closedsvg  .top{
  -webkit-transform: translateY(6px) rotateZ(45deg);
  -moz-transform: translateY(6px) rotateZ(45deg);
  -ms-transform: translateY(6px) rotateZ(45deg);
  -o-transform: translateY(6px) rotateZ(45deg);
}
input[type="checkbox"]:checked ~ label .bottom, .closedsvg  .bottom {
  -webkit-transform: translateY(-10px) rotateZ(-45deg);
  -moz-transform: translateY(-10px) rotateZ(-45deg);
  -ms-transform: translateY(-10px) rotateZ(-45deg);
  -o-transform: translateY(-10px) rotateZ(-45deg);
  transform: translateY(-10px) rotateZ(-45deg);
}
input[type="checkbox"]:checked ~ label .middle, .closedsvg  .middle {
  width: 0;
}
.content_x {
    width: 100%;
    position: absolute;
    max-width: 1857px;
    margin: auto;
    z-index: 1;
}
input[type="checkbox"]:checked ~ aside .aside-list, input[type="checkbox"]:checked ~ aside .aside-content  {
	opacity: 1;
	transition: opacity 0.6s ease-in-out;
	transition-delay: .3s;
-webkit-transition-delay: .3s;
	}

.middle {
  margin: 0 auto;
}
.closedsvg {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    display: none;
    /* z-index: 1; */
    cursor: pointer;
}
main label {
  top: 10px;
  display: inline-block;
  padding: 7px 10px;
  background-color: transparent;
  cursor: pointer;
  margin: 10px;
  z-index: 3;
  position: fixed;
  pointer-events: auto;
  right: 4px;
  top: 0;
  margin-right: 10%;
}
.bar {
  display: block;
  background-color: #464646;
  width: 30px;
  height: 3px;
  border-radius: 5px;
  margin: 5px auto;
  transition: background-color 0.4s ease-in, transform 0.4s ease-in,
    width 0.4s ease-in;
  -webkit-box-shadow: 0px 0px 1px 1px rgb(255 255 255 / 83%);
  box-shadow: 0px 0px 0px 1px rgb(255 255 255);
}
#nav_top {
    top: 0px;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 2;
    pointer-events: none;
}
@media (min-width: 992px) {
  .aside-left {
    display: block;
  }
  .aside-right {
    width: 70%;
  }
}
/* FINE menu fade*/


/*INLINE BLOCK MARCHI*/
.content_marchio {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-right: -3%;
    margin-left: -3%;
    border-bottom: 1px solid#ededed;
}
.content_marchio .marchio {
    padding: 3%;
}
/*INLINE BLOCK MARCHI*/

/*
PROVVISORIO*/

.galleriadivani {
    display: flex;
    width: 100%;
    max-width: 88%;
    align-items: center;
    justify-content: space-evenly;
    margin: auto;
    flex-direction: row;
    flex-wrap: wrap;
}

.galleriadivani img {
    /* max-width: -webkit-fill-available; */
    padding: 20px;
    width: 519px;
}
input#provvisorio {
    display: block;
    display: block;
    height: 20px!important;
    width: 20px!important;
    margin: 0px!important;
    margin-left: 12px!important;
}

.provvisorio {
    display: flex;
    border: 1px solid;
    height: 39px;
    padding-left: 17px;
    border-radius: 4px;
    padding-right: 17px;
    margin-left: 9px;
    align-content: center;
    align-items: center;
    flex-direction: row;
}
.provvisorio > label {
    display: flex;
    margin-bottom: 0px!important;
    padding: 0;
    line-height: normal;
    align-content: center;
    align-items: center;
    height: auto;
}


/*
PROVVISORIO*/