/* General */
html,
body{
	height: 100%;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5,
a, p, span, label,button {
	font-family: 'Roboto', sans-serif;
}

a:hover{
  text-decoration: none!Important;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #9CBE3F;
}


b{font-weight:bold; color:#174043;}
h1,h2,h3,h4,p,label{ font-weight:300; color:#174043;}
h1{
  font-size:2rem;
  line-height:2.5rem;
}

h2{
  font-size:1.8rem;
  line-height:2.5rem;
}

h3{
  font-size:1.6rem;
  line-height:2.2rem;
}

h4 {
  font-size: 1.3rem;
  line-height: 2rem;
}

h5{
    font-weight: 300;
    font-size: 0.9rem;
    color:#337C81;
}

p {
  font-size: 0.9rem;
  line-height: 1.8rem;
  color:#174043;
}
.font-size-08{
  font-size: 0.8rem;
}
button{
  border: none;
  margin: 5px 0px 5px;
  border-radius:100px;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 1rem;
}
button p{
  color:white!important;
}

/* Textilechain Customization */

@media (min-width: 1500px){
.d-xxl-block {
    display: block!important;
}
}
a.dropdown-item.language-item.cursor{
  font-weight: 600;
  text-decoration: none;
  background-color: none;
  color: #FFF;
}
a {
  font-weight: 600;
  text-decoration: none;
  background-color: none;
  color: #337C81;
}
.dropdown-menu {
	background-color: #174043!important;

}
a.nav-link{
	color: #FFF!important;
}
.bg-dark-transparent {
	background-color: rgb(23, 64, 67)!important;
	background-color: rgba(23, 64, 67, 0.8)!important;
}
.bg-dark {
	background-color: #174043!important;
}

.bg-red {
	background-color: #C2726F!important;
}
@media (max-width: 991px) {
	.img-map {
		background-image: none;
	}
}
@media (min-width: 992px) {
	.img-map {
			background-image: url("../images/landing/mappa_track.png");
			background-repeat: no-repeat;
			background-position-x: center;
			background-position-y: top;
			width: 100%;
	}
}
.img-header {
	background-image: url("../images/landing/hero_bottom.png"), url("../images/landing/hero_img.jpg");
  background-repeat: no-repeat;
  /*background-size: cover;*/
	background-position: left bottom, left top;
	width: 100%;
}

.ca3-scroll-down-link {
    bottom: 150px!important;
}

.card-img-overlay {
    left: 360px;
    top: 180px;
}

.carousel-control-next, .carousel-control-prev {
	-webkit-filter: invert(.8);
	filter: invert(.8);
}
.carousel-indicators {
	color: #174043!important;
	padding-bottom: 40px;
	margin: 0px;
}

.carousel-indicators li {
    width: auto;
		margin: 20px;
    text-indent: 0px;
    height: 30px;
		white-space:nowrap;
	}

.carousel-indicators .active {
		font-weight: bold;
		color: #174043!important;
    border-bottom: 3px #96BA43 solid!important;
}
.carousel-inner {
	min-height: 500px!important;
}
@media (min-width: 992px){
	.carousel-inner {
	    height: auto!important;
	}
}

.table-br {
	border: 1px solid #96BA43;
	width:60px;
}

.bg-textile-gradiente{
	background-image: linear-gradient(#9bbd4212, #337c8112);
}
.bg-textile-gradiente-img-1{

	background-image: url("../images/landing/onda.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
}
.bg-textile-gradiente-img-2{

	background-image: url("../images/landing/onda.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);}
.bg-footer{
	background-color: #174043;
}
.bg-footer-2{
  background-color: #16393b;
}
.bg-footer-3{
  background-color: #123133;
}
.bg-footer-img{

	background-image: url("../images/landing/onda_footer.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-head.page {
	background-image: linear-gradient(#9bbd4212, #337c8112);
/*  background-image: url("../images/other/hero.png"); */
}
/* End Textilechain Customization */



.btn:focus {
    box-shadow: inherit;
}
.btn-disabled{
  background-color: #F3F5F5!important;
  color: #B1B1B1!important;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  letter-spacing: 1px;
  font-weight: bold;
  align-content: center;
  height: 45px;
}

.black {
	color: #383838;
}

.light-grey {
	color: #a7a7a7;
}

.grey {
	color: #707070 !important;
}

.white {
	color: #F3F5F5!important;
}

.dark-white {
	color: #ffffff!important;
}

.light-green {
	color: #9CBE3F!important;
}
.dark-green{
  color: #174043;
}
.green {
	color: #337C81!important;
}
.green-on-green {
	color: #96BA43!important;
}
.bg-green{
  background-color:#337C81!important;
}
.bg-green-89{
  background-color:#174043e3;
}
.bg-green-80{
  background-color:#337C81CC;
}
.bg-green-50{
  background-color:#17404380;
}
.bg-gradient-top{
  background: -webkit-linear-gradient(top, #337C81, transparent);
  background: -o-linear-gradient(bottom, #337C81, transparent);
  background: -moz-linear-gradient(bottom, #337C81, transparent);
  background: linear-gradient(to top, #337C81, transparent);
}
.bg-light-green-20{
  background-color:#9CBE3F33!important;
}

.bg-light-green{
  background-color:#9CBE3F!important;
}
.bg-dark-green{
  background-color: #174043!important;
}

.bg-green-smoke{
  background: -webkit-linear-gradient(right, #337C81, #9CBE3F);
  background: -o-linear-gradient(left, #337C81, #9CBE3F);
  background: -moz-linear-gradient(left, #337C81, #9CBE3F);
  background: linear-gradient(to right, #174043 0%, #174043CC 40%, transparent 41%);

}
.bg-light-grey {
	background-color: #f3f5f5;
}
.bg-grey-mobile{
  background-color:#f3f5f5;
}
.light-azure{
  color:#89C5C9;
}

.font-weight-200 {
	font-weight: 200;
}

.font-weight-300 {
	font-weight: 300;
}

.font-weight-400 {
	font-weight: 400;
}

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

.font-weight-700 {
	font-weight: 700;
}

.font-weight-900 {
	font-weight: 900;
}

.font-bold {
	font-weight: bold;
}

.font-height {
  line-height: 1.5em;
}
.quote{
  border-left: 3px solid #9CBE3F; padding-left: 2rem; display: block;
}
.form-control{
  background-color: #F5F5F5!important;
  border: 1px solid #F5F5F5;
}
.form-control:focus{
  box-shadow:none;
  border: 1px solid #F5F5F5;
}
.box{
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(23, 61, 64, 0.1);
  border: 1px solid #17404348;
  padding: 5%;
  margin: 0px 0px 20px;
  background: #fff;
  /* box ad altezza fissa */
  height: 410px;
}
.box.effect{
  box-shadow: 0px 0px 30px rgba(23, 61, 64, 0.1);
  -webkit-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  border: 1px solid #1740434d;
  /*border: none;
  box-shadow: 0px 0px 30px rgba(23, 61, 64, 0.1);
  transition: box-shadow 0.3s ease-in-out;*/
}
.box.effect::after{
  box-shadow: 0px 0px 30px rgba(23, 61, 64, 0.1);
  opacity: 0;
}
.box.effect:hover{

}
.box.effect::after:hover{
  opacity: 1;
}
.img-circled {
    border: 1px solid #17404348;
    border-radius:100%;
    max-width: 150px;
    text-align: center;
}

.btn-rounded {
  border-radius: 50px;
}
.rounded-5 {
  border-radius: 5px;
}
.text-vertical{
  font-size: 13px;
  color: #96BA43;
  transform: rotate(180deg);
  writing-mode: vertical-lr;
  white-space: nowrap;
}

.stick{
  height: 100%;
  display: inline-block;
  border: 1px solid #96BA43;
}

.btn-animation{
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
}
.btn-animation a{
	color: rgba(51,51,51,1);
}
.btn-animation::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
	-webkit-transform: translate(-105%,0);
	transform: translate(-105%,0);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(255,255,255,1);
	background-color: rgba(255,255,255,0.25);
  border-bottom-left-radius:100px;
  border-top-left-radius:100px;
}

.btn-animation:hover::before{
	opacity: 0;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}

.btn-foodchain-gradient,.btn-foodchain-gradient:focus,.btn-foodchain-gradient:active {
  background: #377f7d;
  background: -webkit-linear-gradient(right, #337C81, #9CBE3F);
  background: -o-linear-gradient(left, #337C81, #9CBE3F);
  background: -moz-linear-gradient(left, #337C81, #9CBE3F);
  background: linear-gradient(to left, #337C81, #9CBE3F);
  box-shadow: 0px 10px 10px rgba(23, 61, 64, 0.3);
  border: 0px transparent;
  padding: 10px 40px;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  letter-spacing: 1px;
  font-weight: bold;
}

.btn-foodchain-gradient {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
}

.btn-foodchain-gradient a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}

.btn-foodchain-gradient::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
	-webkit-transform: translate(-105%,0);
	transform: translate(-105%,0);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(255,255,255,1);
	background-color: rgba(255,255,255,0.25);
}
.btn-foodchain-gradient:hover::before{
	opacity: 0;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: inherit;
  font-style: inherit;
  font-size: 1.5rem;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}

.container-foodchain{
  max-width:1700px;
  padding-bottom:5%;
  padding-top:5%;
  margin-left: auto;
  margin-right: auto;
}
.img-intro{
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  max-width:80%;
}


.border-bottom-row{
  border-radius: 0px;
  border-bottom: 1px solid #dadada;
}
.border-top-row{
  border-radius: 0px;
  border-top: 1px solid #dadada;
}
.border-bottom-row-mobile{
  border-radius: 0px;
  border-bottom: 1px solid #dadada;
}
.border-top-row-mobile{
  border-radius: 0px;
  border-top: 1px solid #dadada;
}



.bg-pattern{
  background-image: url("../images/other/pattern_1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-pattern-2{
  background-image: url("../images/other/pattern_2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height:40vh;
  background-attachment: fixed
}

.bg-header {
	background: #377f7d;
  background: -webkit-linear-gradient(right, #357D7F, #96BA43);
  background: -o-linear-gradient(left, #357D7F, #96BA43);
  background: -moz-linear-gradient(left, #357D7F, #96BA43);
  background: linear-gradient(to left, #357D7F, #96BA43);
}

.cursor{
  cursor:pointer;
}
/* Navbar */
#NavbarMenu ul li a {
	font-size: 14px;
}

#NavbarMenu a:hover{
  color: #174043;
}


#NavbarMenu .nav-link.active {
	color: #174043 !important;
  font-weight: 600;
}

#NavbarMenu .nav-link {
  font-weight: 600;
}

#NavbarMenu #NavbarLogin a {
	font-weight: 500;
	-webkit-transition: all 400ms;
	        transition: all 400ms;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: none !important;
  border-radius: 0 !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #357D7F !important;
    text-decoration: underline;
    background-color: transparent !important;
}

#NavbarMenu #NavbarLogin .btn-login {
  background-color: #357D7F;
  border-color: #357D7F;
	border-radius: 50px;
  width: 8rem;
	margin: auto;
}

#NavbarMenu #NavbarLogin .btn-login:hover, #NavbarMenu #NavbarLogin .btn-login:focus {
  background-color: #245556;
  border-color: #245556;
  outline:0;
  box-shadow: none;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #444;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  -webkit-transition: transform .35s ease;
  -moz-transition: transform .35s ease;
  -o-transition: transform .35s ease;
  transition: transform .35s ease;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  left: 0;
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  left: 0;
  top: -13px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

.navbar-light .navbar-toggler {
	border: 0!important;
}

.navbar {
  padding: .8rem;
}
/* Home*/
.img-header-size{
  height:100vh;
}
.header_claim {
	position: absolute;
	top: 0;
  width: 100%;
  height:100%;
}
.button-back{
  cursor:pointer; transform: rotate(180deg); font-size:1.9rem;
}
#snake_container{
  display:flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}

.image_snake{
  margin:0px;
  margin:0px;
}

.col_snake{
  padding:3px;
  margin:0px;
}
/** Home Carousel **/

.slide1{
  background: url("../images/landing/como_slide.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height:80vh;
}

.slide2{
  background: url("../images/landing/i3p_slide.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height:80vh;
}
.slide3{
  background: url("../images/landing/trento_slide.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height:80vh;
}
.slide1:before, .slide2:before, .slide3:before, .slide-contact{
  background: -webkit-linear-gradient(left, #174043, #55916C96, #9cbe3f00);
  background: -o-linear-gradient(right, #174043, #55916C96, #9cbe3f00);
  background: -moz-linear-gradient(right, #174043, #55916C96, #9cbe3f00);
  background: linear-gradient(to right, #174043, #55916C96, #9cbe3f00);
  content: '';
  width: 100%;
}

.carousel-title {
	position: absolute;
  z-index: 15;
  top: 0vh;
  left: 5vw;
  width: 95vw;
}

.carousel-indicators h3:hover{
	background-color:transparent;
	color: white;
	border-bottom: 3px white solid;
}

.carousel-indicators {
	bottom: auto;
	position: relative;
	color: #b9c3cd;
	border-bottom: 0px;
	background-color:transparent;
}

.carousel-indicators .active {
	background-color:transparent;
	color: white;
	border-bottom: 3px white solid;
}

.carousel-control-next, .carousel-control-prev {
  opacity: 1 !important;
  z-index: 2;
}

.carousel-arrow {
	width: 40px;
  height: 40px;
	border-radius: 50%;
}

.underline{
  cursor: pointer;
  border: 1px solid white;
  border-radius: 20px;
  padding-left: 8px;
  padding-right: 8px;
  color: white;
  background: transparent;
}

.underline.active{
  background: #fff3;
  border-bottom: 1px solid white;
}

.carousel-caption {
  width: 90vw;
  bottom: 3vh;
  left: 5vw;
}

.dots-place{
  bottom: 5vh;
}

.dots-place li{
  height:18px;
  width:18px;
  border-radius:50%;
  background-color: transparent;
  border:1px solid white;
}

.dots-place li.active::after{
  width: 12px;
  height: 12px;
  content: "";
  background: white;
  border-radius: 50%;
  left: 2px;
  top: 2px;
}
.dots-place li::after{
  width: 12px;
  height: 12px;
  content: "";
  background: white;
  border-radius: 50%;
  left: 2px;
  top: 2px;
}
.barCarousel{
  width: 0%;
  max-width: 100%;
  height: 8px;
}
.border-green{
  border-right:5px solid #174043;
}

/* Case*/
.bg-head.sandomenico {
  background-image: url("../images/other/head.png");
}

.bg-head.t18 {
  background-image: url("../images/other/head.png");
}

.bg-head.posti {
  background-image: url("../images/other/head.png");
}

/* Contact*/
.bg-maps{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/** NEWS **/

.card a {
	color: #1a1a1a;
}

.news-img {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  height: 22vh;
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(23, 61, 64, 0.1);
}

.news-img::before{
  background: -webkit-linear-gradient(top , #337C81, #174043);
  background: -moz-linear-gradient(top, #337C81, #17404300);
  background: -ms-linear-gradient(top , #337C81, #17404300);
  background: -o-linear-gradient(top, #337C81, #917404300);
  background: linear-gradient(to top, #337C81, #17404300);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  border-radius: 10px;
  z-index: 0;
}

.news-img-modal {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  height: 22vh;
}

.news-img-modal::before{
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.category{
  display: block;
  z-index: 1000;
  color:#F3F5F5;
  text-align: center;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1000;
}

.category span{
  background: #174043;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 0.7rem;
  border: 1px solid #17404348;
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(23, 61, 64, 0.1);
  padding: 0.5rem;
}
.box-news-date{
  line-height: 1.5rem;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 700!important;
  color:#fff!important;
  position: relative;
  display: inline-block;
}

.box-news-title{
  font-size: 0.9rem!important;
  line-height: 1.6rem;
  font-family: 'Roboto', sans-serif!Important;
  font-weight: 400!important;
  color:#fff!important;
  display: inline-block;
}

.news-img.full {
  height: 30vh;
}

.news-img-h {
  height: 410px;
}

.card a:hover {
	color: #000;
}

/* Career*/
#accordion{
  margin-left:-15px;
  margin-right:-15px;
}
.title-active:hover{
  font-weight:bold;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.bg-head{
  height:30vh;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
}



/** ACCORDION **/
.bg-accordion{
  background-image: url("../images/other/gradient_accordion.png");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.card{
	border-radius: 0px;
	border: 1px solid #dadada;
}

.card-career{
	border-radius: 0px;
  border-left: 0px solid transparent!important;
  border-right: 0px solid transparent!important;
  border-top: 0px solid transparent !important;
}

.card-header{
	border:0;
	border-radius: 0px!important;
	background-color: white;
}

.img-position {
	position: relative;
}

.linkedin-box {
	width: 35px;
	height: 35px;
	background-color: #0077B5;
	position: absolute;
	bottom: 0px;
	right: 0;
}

.linkedin-icon {
	font-size: 1rem;
	margin-top: 25%;
}

#accordion a {
	color: #1a1a1a;
}

#accordion a:hover {
	font-weight: 400 !important;
	text-decoration: none !important;
}

.arrow-size {
	font-size: 1.4rem;
	float: right;
}

.rotation-start {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition-duration: 0.5s;
}

.rotation-arrow {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition-duration: 0.5s;
}

.rotation-arrow-1 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition-duration: 0.5s;
}

/*Timeline*/
.timeline {
  position: relative;
  padding: 0;
  width: 100%;
  margin-top: 20px;
  list-style-type: none;

}

.timeline:before {
  position: absolute;
  left: 0;
  top: 1%;
  content: ' ';
  display: block;
  width: 10px;
  height: 85.5%;
  margin-left: -1px;
  background-color: #d1d1d1;
  z-index: 5;
  border-top-left-radius:30px;
  border-bottom-right-radius:30px;
  border-bottom-left-radius:30px;
}

.hexa{
  width: 1rem;
  height: 1rem;
  position: absolute;
  z-index: 5;
  top: 8px;
  border-radius: 50%;
}

.hexa.left{
  left: -8px;
}

.hexa.right{
  left: -8px;
}

.bar-join{
  position: absolute;
  background-color: #d1d1d1;
  height: 0.7rem;
  top: 10px;
}

.bar-join.left {
  left: 14px;
  width: 76%;
}

.bar-join.right{
  right:-9px;
   width: 91%;
}

.bar-join.right.last{border-bottom-right-radius:10px;}
.bar-join.left.first{border-top-left-radius:10px;}
.bar-join.left.last{border-bottom-left-radius:30px;}

/*Slick*/
.slick-dotted.slick-slider {
  margin-bottom:50px!important;
}
.slick-dots {
  bottom: -35px!important;
}
.carousel-slick .slick-dots li, .carousel-slick-people .slick-dots li, .carousel-slick-why .slick-dots li{
  width: 20px;
  height: 20px;
  border: 1px solid #337C81;
  border-radius: 50%;
}
.carousel-slick .slick-dots li button, .slick-place .slick-dots li button, .carousel-slick-people .slick-dots li button,
.carousel-slick-why .slick-dots li button{
  width: 12px;
  height: 12px;
  margin: 3px;
  color: transparent;
  background-color:transparent;
  border-radius: 50%;
}

a.icon-links {
  position: relative;
  top: -43px;
}

.mt-43 {
  margin-top: -43px;
}

.carousel-slick .slick-dots li.slick-active button, .carousel-slick-people .slick-dots li.slick-active button,
.carousel-slick-why .slick-dots li.slick-active button{
    background-color:#337C81;
}

.slick-dots li.slick-active button:before, .slick-dots li button::before {
    color: transparent!important;
}

.slick-place {
  margin-bottom:0!important;
}

.slick-place .slick-dots {
  bottom: 15px!important;
}

.slick-place .slick-dots li {
  width: 20px;
  height: 20px;
  border: 1px solid white;
  border-radius: 50%;
}

.slick-place .slick-dots li {
  width: 20px;
  height: 20px;
  border: 1px solid white;
  border-radius: 50%;
}

.slick-place .slick-dots li.slick-active button{
  background-color: white;
}

.slick-place .slick-dots li.slick-active button:before,.slick-place .slick-dots li button::before {
  color: transparent!important;
}

.label_piatto{
  position:absolute;
  pointer-events:none;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.hexa_piatto{
  position:absolute;
  opacity:0;
}
/* Check Form Login */
.form-module input[type=checkbox] {
  /* hide original check and radio buttons */
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance: none;
  border-radius: 0;
  background-color: #ffffff!important;
  border: 1px solid #357D7F!important;
  width: 15px;
  height: 15px;
}

.form-module input[type=checkbox]:checked  {
  border: 1px solid #357D7F!important;
  background-color: #357D7F!important;
}

.check-fod:hover input ~ .checkmark {
  background-color: #357D7F;
}

.check-fod input:checked ~ .checkmark {
  background-color: #357D7F;
}
.check-fod .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-fod .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 13px;
	height: 13px;
	background: #357D7F;
}

.form-module {
  position: relative;
  background: #ffffff;
  width: 100%;
  border-top: 5px solid #327b81;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

.form-module .toggle {
  cursor: pointer;
  position: absolute;
  top: -0;
  right: -0;
  background: #327b81;
  width: 100px;
  height: 30px;
  margin: -5px 0 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
	font-family: 'Montserrat';
	font-weight: 700;
}

.form-module .form {
  display: none;
  padding: 40px;
}

.form-module .form:nth-child(2) {
  display: block;
}

.form-module h2 {
  margin: 0 0 20px;
  color: #327b81;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.form-module input {
  outline: none;
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin: 0 0 20px;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.form-module input:focus {
  border: 1px solid #327b81;
  color: #333333;
}

.form-module button {
  cursor: pointer;
  background: #327b81;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.form-module button:hover {
  background: #327b81;
}

.form-module .cta {
  background: #f2f2f2;
  width: 100%;
  padding: 15px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #666666;
  font-size: 12px;
  text-align: center;
}

.form-module .cta a {
  color: #333333;
  text-decoration: none;
}

html body [data-ca3_iconfont="ETmodules"]::before {
  font-family: "ETmodules";
}
[data-ca3_icon]::before {
  font-weight: normal;
  content: attr(data-ca3_icon);
}

.ca3-scroll-down-arrow {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
	background-size: contain;
	background-repeat: no-repeat;
}

.ca3-scroll-down-link {
  cursor:pointer;
	height: 60px;
	width: 80px;
	margin: 0px 0 0 -40px;
	line-height: 60px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	color: #FFF;
	text-align: center;
	font-size: 70px;
	z-index: 100;
	text-decoration: none;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);

	-webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
	-moz-animation:    ca3_fade_move_down 2s ease-in-out infinite;
	animation:         ca3_fade_move_down 2s ease-in-out infinite;
}


/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@-moz-keyframes ca3_fade_move_down {
  0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,20px); opacity: 0; }
}
@keyframes ca3_fade_move_down {
  0%   { transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,20px); opacity: 0; }
}
