body {
	font-family: 'Lato', sans-serif;
	line-height: 1.2;
	color: rgb(85, 85, 85);
  position: relative;
  overflow-x: hidden; 
}
.font-nunito {
  font-family: 'Nunito', sans-serif;
}
img {
	max-width: 100%;
}
ol, ul, dl {
	margin: 0 auto;
	padding-left: 15px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 300;
	color: inherit;
}
button,
button:hover,
button:active,
button:focus,
.btn,
.btn:hover,
.btn:active,
.btn:focus,
a,
a:hover,
a:active,
a:focus {
	outline: 0!important;
	box-shadow: none!important;
}
a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}
:hover {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
::-moz-selection {
  color: white;
  background: rgba(140, 218, 195, 0.7);
}
::selection {
  color: white;
  background: rgba(140, 218, 195, 0.7);
}
/* TIPOGRAFIA */
h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 0;
	line-height: 1.2;
}
h1, h2 {
	font-size: 36px;
	line-height: 1.2;
	font-weight: 600;
}
h4 {
	font-size: 25px;
}
p, ul {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.small p, .small ul,
p.small, ul.small  {
	font-size: 18px;
}
.extra-small p, .extra-small ul,
p.extra-small, ul.extra-small {
	font-size: 15px;
}
.normal p, .normal ul,
p.normal, ul.normal  {
  font-size: 16px;
}
.big p, .big ul,
p.big, ul.big  {
  font-size: 20px;
}
.big h1, h1.big, .big h2, h2.big {
  font-size: 47px;
}
.p-mb p:not(:last-child), p.p-mb:not(:last-child),
.p-mb li:not(:last-child), li.p-mb:not(:last-child) {
	margin-bottom: 1rem;
}
.effect-3  a{
	display: inline-block;
  position: relative;
}
.effect-3 a:before {
	-webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -3px;
  background-color: #fff;
}
.effect-3 a:hover:before {
	width: 100%;
}

.icon-flipped {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
/* FINE TIPOGRAFIA */


/* BUTTON SCROLL UP */
.scrollup {
  cursor: pointer;
  width: 40px;
  height: 40px;
  opacity: 1;
  position: fixed;
  bottom: 15px;
  right: 30px;
  display: none;
  z-index: 10;
}
.scrollup::after {
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  position: absolute;
  top: 0;
  left: 5px;
  font-size: 30px;
  content: '\f0aa';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: rgba(0,0,0,0.5);
}
.scrollup:hover::after {
  color: rgba(0,0,0,0.7);
}
/* BUTTON */
.btn {
	background: rgba(255, 255, 255, 0);
	color: #fff;
  border-color: #fff;
  padding: 0.75rem 1.5rem;
  text-transform: capitalize;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.btn.green {
	border-color: rgb(0, 175, 76);
  background: rgb(0, 175, 76);
  border: 2px solid rgb(255, 255, 255);
}
.btn.orange {
	border-color: rgb(232, 76, 15);
	background: rgb(232, 76, 15);
	color: #fff!important;
}
.btn:hover, .btn:active, .btn:focus {
  color: rgb(85, 85, 85)!important;
  border-color: #8cdac3!important;
  box-shadow: 0 0 0 0.2rem rgba(140, 218, 195, 0.95)!important;
  background: rgba(255, 255, 255, 1);
}
/* FINE BUTTON */

/* FORM */
.form-alert.alert-success {
  text-transform: uppercase;
  padding: 0.375rem; 
  font-size: 16px; 
  width: 100%; 
  border: 1px solid rgb(54, 209, 220); 
  border-radius: 10px; 
  -webkit-border-radius: 10px; 
  color: rgb(54, 209, 220); 
  background: rgba(255, 255, 255, 0.95); 
  box-shadow: 
    0 1px 0 0 rgba(91, 134, 229, 0.25), 
    0 -1px 0 0 rgba(54, 209, 220, 0.25), 
    1px 0 0 0 rgba(91, 134, 229, 0.25), 
    -1px 0 0 0 rgba(54, 209, 220, 0.25), 
    1px -1px 0 0 rgba(91, 134, 229, 0.5), 
    -1px 1px 0 0 rgba(54, 209, 220, 0.5), 
    1px 1px 0 0 rgba(91, 134, 229, 0.75), 
    -1px -1px 0 0 rgba(54, 209, 220, 0.75);
}
.form-alert.alert-danger {
  text-transform: uppercase;
  padding: 0.375rem; 
  font-size: 16px; 
  width: 100%; 
  border: 1px solid rgb(255, 0, 132); 
  border-radius: 10px; 
  -webkit-border-radius: 10px; 
  color: rgb(255, 0, 132); 
  background: rgba(255, 255, 255, 0.95); 
  box-shadow: 
    0 1px 0 0 rgba(213, 15, 61, 0.25), 
    0 -1px 0 0 rgba(255, 0, 132, 0.25), 
    1px 0 0 0 rgba(213, 15, 61, 0.25), 
    -1px 0 0 0 rgba(255, 0, 132, 0.25), 
    1px -1px 0 0 rgba(213, 15, 61, 0.5), 
    -1px 1px 0 0 rgba(255, 0, 132, 0.5), 
    1px 1px 0 0 rgba(213, 15, 61, 0.75), 
    -1px -1px 0 0 rgba(255, 0, 132, 0.75);
}
.form-control::-webkit-input-placeholder {
	color: rgba(38, 38, 38, 0.75);
}

.form-control::-moz-placeholder {
	color: rgba(38, 38, 38, 0.75);
}

.form-control:-ms-input-placeholder {
	color: rgba(38, 38, 38, 0.75);
}

.form-control::-ms-input-placeholder {
	color: rgba(38, 38, 38, 0.75);
}

.form-control::placeholder {
	color: rgba(38, 38, 38, 0.75);
}
.form-control, form .custom-file-label {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid rgb(210, 210, 210);
  background-color: rgb(244, 244, 244);
  color: rgb(38, 38, 38);
  font-size: 16px;
  height: calc(2em + 0.75rem + 2px);
}
.form-control:focus {
  color: rgb(38, 38, 38);
  background-color: rgb(244, 244, 244);
  border-color: #8cdac3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(140, 218, 195, 0.95);
}
.input-group > .custom-file {
  height: 100%;
}
form .custom-file-label{
  display: flex;
  align-items: center;
}
form .custom-file-label::after {
  content: attr(data-title);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

form .btn {
	background: rgba(255, 255, 255, 0);
	color: #fff;
  border-color: #fff;
  padding: 0.75rem 1.5rem;
  text-transform: capitalize;
  min-width: 130px;
  max-width: 100%;
}
form .btn:hover, form .btn:active, form .btn:focus {
  color: rgb(85, 85, 85)!important;
  border-color: #8cdac3;
  box-shadow: 0 0 0 0.2rem rgba(140, 218, 195, 0.95)!important;
  background: rgba(255, 255, 255, 1);
}
/* BASE PER LO STILE DEI CHECK */
.form-check {
	padding-left: 0;
}
.form-check label a, label a {
	color: inherit;
	font-weight: 600;
	text-decoration: underline;
}
label a:hover,
label a:active,
label a:focus {
	color: inherit;
	text-decoration: underline;
}
.type-check label:before{
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.type-check [type="checkbox"]:not(:checked),
.type-check [type="checkbox"]:checked,
.type-check [type="radio"]:not(:checked),
.type-check [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}

/* checkbox no check */
.type-check [type="checkbox"]:not(:checked) + label:before,
.type-check [type="radio"]:not(:checked) + label:before{
	content: '';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 0.8;
	position: absolute;
	left: 0; 
	top: 2px;
	width: 15px;
	height: 15px;
	border: 1px solid rgb(210, 210, 210);
	background-color: rgb(244, 244, 244);
  border-radius: 2px;
  -webkit-border-radius: 2px;
}


/* checkbox check */
.type-check [type="checkbox"]:checked + label:before,
.type-check [type="radio"]:checked + label:before {
	content: '\f00c';
	position: absolute;
	left: 0; 
	top: 2px;
	width: 15px;
	height: 15px;
	border: 1px solid rgb(210, 210, 210);
	background-color: rgb(244, 244, 244);
	color: rgb(85, 85, 85);
	box-shadow: none;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	line-height: 0.8;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}

/* disabled checkbox */
.type-check [type="checkbox"]:disabled:not(:checked) + label:before,
.type-check [type="checkbox"]:disabled:checked + label:before,
.type-check [type="radio"]:disabled:not(:checked) + label:before,
.type-check [type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #ddd;
  background-color: #ddd;
}
.type-check [type="checkbox"]:disabled:checked + label:after,
.type-check [type="radio"]:disabled:checked + label:after {
  color: #999;
}
.type-check [type="checkbox"]:disabled + label,
.type-check [type="radio"]:disabled + label {
  color: #aaa;
}

/* FINE FORM */


/* SEARCH BAR */
#search-bar .form-control::-webkit-input-placeholder {
	color: rgb(255, 255, 255);
}

#search-bar .form-control::-moz-placeholder {
	color: rgb(255, 255, 255);
}

#search-bar .form-control:-ms-input-placeholder {
	color: rgb(255, 255, 255);
}

#search-bar .form-control::-ms-input-placeholder {
	color: rgb(255, 255, 255);
}

#search-bar .form-control::placeholder {
	color: rgb(255, 255, 255);
}
#search-bar .form-control:focus {
  color: rgb(255, 255, 255);
  border-width: 0;
  outline: 0;
  box-shadow: none;
}
#search-bar input {
	background: rgba(255, 255, 255, 0.1);
	border: none;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	padding: 0 20px;
	height: 34px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 300;
	outline: none;
	color: #fff;
	transition: width 0.5s;
	letter-spacing: 0.3px;
}
#search-bar .input-group-append {
	margin-left: 0;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	height: 34px;
}
#search-bar .input-group-append button{	
	color: #fff;
	background: transparent;
	border: none;
}
#search-bar .input-group-append button:hover,
#search-bar .input-group-append button:active,
#search-bar .input-group-append button:focus{ 
  color: inherit!important;
  box-shadow: none!important;
}


/* FINE SEARCH BAR */

/* NAVBAR */
header ol, header ul, header dl {
  line-height: 1.2;
}
header .navbar-brand {
  max-width: 300px;
}
header .contatti {}
header .contatti a {
  font-size: 16px;
}
header .contatti a.small {
  font-size: 12px;
}
header .contatti i {
  font-size: 20px;
}
header .contatti a:hover, header .contatti a:focus, header .contatti a:active {
  color: rgb(0, 175, 76);
}
header .social li {
  overflow: hidden;
  -webkit-border-radius: 25%;
  border-radius: 25%;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
header .social li:hover, header .social li:focus, header .social li:active {
  background: #1f2027;
}
header .social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 25px;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
header .social a.facebook {
  padding: 0.5rem;
  padding-bottom: 0;
  margin: auto;
  background: rgb(59,89,152);
}
header .social a.instagram {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 24px;
  margin: auto;
  background: rgb(0,119,181);
  -webkit-background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
header .social a.linkedin {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  margin: auto;
  background: #0A66C2;
}
header .social a:hover, 
header .social a:active, 
header .social a:focus {
  color: rgb(255, 255, 255);
  background: transparent;
  background: #1f2027;
  transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in;
  -webkit-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}


.navbar-light .navbar-toggler {
	color: rgb(58, 68, 77);
	border-width: 0;
}
.navbar-light .navbar-toggler:hover {
	color: rgb(96, 173, 99);
}

.navbar-light .navbar-nav .nav-link {
  padding: 8px 0px 8px 0;
  position: relative;
  color: #000;
}
.navbar-light .navbar-nav .nav-link::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  border-radius: 10px;
  height: 3px;
  background: rgba(0,0,0,0.1);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translate(-50%, 15px);
  -moz-transform: translate(-50%, 15px);
  transform: translate(-50%, 15px);
}
.navbar-light .navbar-nav .nav-link.active::after {
  background: rgb(0, 175, 76);
}

.navbar-light .navbar-nav .nav-link:hover::after,
.navbar-light .navbar-nav .nav-link:focus::after,
.navbar-light .navbar-nav .nav-link.active::after {
  opacity: 1;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.navbar-expand-lg .navbar-nav .nav-link.green {
  color: #fff;
}

/* Effect 15: scale down, reveal */
/*.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  position: relative;
  color: rgba(117,117,117,0);
  font-weight: 700;
  text-shadow: none;
  font-size: 16px;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(117,117,117,1);
}

.navbar-light .navbar-nav .nav-link.active::before {
  color: rgba(117,117,117,1);
}
.nav-link::before {
  color: rgba(38,38,38,1);
  content: attr(data-hover);
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

.nav-link:hover::before,
.nav-link:focus::before {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
}

.nav-link:not(:last-child)::after {
  content: '';
  width: 2px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(117,117,117,1);
}*/

/* FINE NAVBAR */



/* animation hover image */

figure.img-hover {
  position: relative;
  overflow: hidden;
  text-align: center;
  width: auto;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: transparent;
}

figure.img-hover img {
  display: block;
  height: auto;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; 
}
figure.img-hover figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; 
}
figure.img-hover figcaption:before, 
figure.img-hover figcaption:after {
  pointer-events: none; 
}
figure.img-hover figcaption > a, 
figure.img-hover figcaption > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 400;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
  text-decoration: none;
}
figure.img-hover h2 {
  word-spacing: -0.15em;
  font-weight: 300; 
}
figure.img-hover h2 span {
  font-weight: 800; 
}
figure.img-hover h2, figure.img-hover p {
  margin: 0; 
}
figure.img-hover p {
  letter-spacing: 1px;
  font-size: 68.5%; 
}
figure.img-hover p .icon-links a {
  opacity: 0; 
}
figure.img-hover:hover p.icon-links a {
  opacity: 1; 
}
figure.img-hover:hover p.icon-links a:first-child {
  margin-right: 5px; 
}
/* animation bubba*/
figure.img-hover.bubba {
  margin-bottom: -1px;
}
figure.img-hover.bubba img {
  opacity: 1;
  /* @include transition(opacity .35s); */ 
}
figure.img-hover.bubba figcaption:before, figure.img-hover.bubba figcaption:after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; 
}
figure.img-hover.bubba figcaption:before {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1); 
}
figure.img-hover.bubba figcaption:after {
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0); 
}
figure.img-hover.bubba figcaption a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: inherit;
  text-indent: 0;
  color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; 
}
figure.img-hover.bubba figcaption a:before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: 10px;
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
  background-color: white; 
}
figure.img-hover.bubba figcaption a span {
  font-size: 12px;
  letter-spacing: 0.25em;
  -webkit-transform: translateY(-130%);
  transform: translateY(-130%);
  opacity: 0;
  -webkit-transition: opacity 0.35s linear 0.1s, transform 0.35s linear 0.1s;
  transition: opacity 0.35s linear 0.1s, transform 0.35s linear 0.1s; 
}
figure.img-hover.bubba h2 {
  padding-top: 30%;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0); 
}
figure.img-hover.bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0); 
}
figure.img-hover.bubba:hover:not(.canceled) {
  background: #111111; 
}
figure.img-hover.bubba:hover:not(.canceled) img {
  opacity: 1;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: filter 0.25s ease-in-out 0.1s;
  transition: filter 0.25s ease-in-out 0.1s; 
}
figure.img-hover.bubba:hover:not(.canceled) figcaption:before, 
figure.img-hover.bubba:hover:not(.canceled) figcaption:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); 
}
figure.img-hover.bubba:hover:not(.canceled) figcaption a {
  opacity: 1; 
}
figure.img-hover.bubba:hover:not(.canceled) figcaption a:before {
  width: 35px;
  -webkit-transition: width 0.1s ease-out 0.3s;
  transition: width 0.1s ease-out 0.3s; 
}
figure.img-hover.bubba:hover:not(.canceled) figcaption a span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; 
}
figure.img-hover.bubba:hover:not(.canceled) h2,
figure.img-hover.bubba:hover:not(.canceled) p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); 
}
/* fine animation hover image */


/* CAROSELLO HOMEPAGE*/
.carousel-caption {
  position: absolute;
  right: 0;
  bottom: auto;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
}
.carousel-caption h2 {
	font-size: 55px;
	font-weight: 700;
	text-transform: lowercase;
}
.carousel-caption p {
	font-size: 18px;
}
.carousel-caption a i{
	font-size: 40px;
}
.carousel-caption a i:hover,
.carousel-caption a i:focus,
.carousel-caption a i:active {
	color: rgb(166, 139, 139);
}
.carousel-indicators {
	bottom: 25px;
}/*
.carousel-indicators li {
	width: 14px;
	height: 14px;
	margin-right: 6px;
	margin-left: 6px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.95);
}
.carousel-indicators li.active {
	background-color: rgb(166, 139, 139);
  }*/

  /* FINE CAROSELLO HOMEPAGE*/

  /* FLEXSLIDER CUSTOM ARROWS */
  /* FINE FLEXSLIDER CUSTOM ARROWS */

/* FOOTER */

footer{}
footer img {
  width: 110px;
}
footer i {
  font-size: 20px;
}
footer h3{
  font-weight: 400;
  font-size: 18px;
}
footer h4 {
  font-weight: 400;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 2;
  position: relative;
  padding-left: 30px;
  width: calc(100% - 30px);
  display: inline-block;
}
footer h4::before {
 position: absolute;
 content: '\e684';
 font-family: 'Pe-icon-7-stroke';
 top: 50%;
 left: -20px;
 transform: translateY(-50%);
 color: rgb(0, 175, 76);
 font-size: 50px;
}
footer h4 a{
  font-weight: 400;
  font-size: 17px;
  text-transform: uppercase;
}

footer .text-white a:hover, footer .text-white a:focus, footer .text-white a:active {
  color: rgb(0, 175, 76);
}
footer p,
footer ul {
 font-size: 14px;
}
footer ul li {}
footer ul a {
 color: inherit;
}
footer ul a:hover, footer ul a:active, footer ul a:focus {

}

/* FINE FOOTER */

/* COLORS */
.white {
  background: rgb(255, 255, 255);
}
.green {
  background: rgb(0, 175, 76);
}
.light-grey {
  background: rgb(242, 242, 242);
}
.grey {
  background: rgb(164, 165, 164);
}
.dark-grey {
  background: rgb(69, 69, 69);
}
.white-smoke {
	background: #F5F5F5;
}
.orange {
	background: rgb(232, 76, 15);
}
.orange-70 {
	background: rgba(232, 76, 15, 0.7);
}
.black-60 {
  background: rgba(0, 0, 0, 0.6);
}
.text-black {
	color: rgb(0, 0, 0);
}
.text-green {
  color: rgb(0, 175, 76);
}
.text-orange {
	color: rgb(232, 76, 15);
}
.text-grey {
  color: rgb(119, 119, 119);
}
.text-dark-grey {
  color: rgb(69, 69, 69);
}
hr.green {
  border-color: rgb(0, 175, 76);
}
hr.orange {
  border-color: rgb(232, 76, 15);
}
hr.grey {
  border-color: rgb(157, 157, 157);
}

/* FINE COLORS */

/* CLASSI GENERALI */
.bg-image {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.maps{}
.maps, .maps iframe {
  position: relative;
}
.glowing {
  text-shadow: 0 0 40px rgba(0, 255, 6, 32);
}
.w-370 {
  width: 370px; 
}
.h-370 {
  height: 370px;
}
.w-290 {
  width: 290px; 
}
.h-290 {
  height: 290px;
}

.list-arrow-end ul li{
  position: relative;
  padding-right: 3rem;
  width: 100%;
  display: inline-block;
}
.list-arrow-end ul li::after {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: rgb(0, 175, 76);
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 100%;
}
.big.list-green ul li, .big.list-orange ul li {
  font-size: 20px;
}
.list-green ul li, .list-orange ul li{
  position: relative;
  padding-left: 15px;
  list-style: none;
}
.list-green ul li::before {
  content: '';
  position: absolute;
  top: 9px;
  left: -15px;
  width: 16px;
  height: 16px;
  border: 4px solid rgb(0, 175, 76);
  border-radius: 50%;
}
.list-orange ul li::before {
  content: '';
  position: absolute;
  top: 9px;
  left: -15px;
  width: 16px;
  height: 16px;
  border: 4px solid rgb(232, 76, 15);
  border-radius: 50%;
}
.list-position-inside ul {
  list-style-position: inside;
}
.doc-wrap {
  position: relative;
  background: rgb(227, 227, 227);
  padding: 1rem;
  width: 255px;
  max-width: 100%;
}
.doc-wrap:hover {
  background: rgb(117, 117, 117);
}
.doc-wrap:hover img {
  opacity: 0.5;
}
.icon {
  border: 4px solid rgb(117, 117, 117);
  background: rgb(255, 255, 255);
  color: rgb(117, 117, 117);
  width: 103px;
  height: 103px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  font-size: 35px;
}
.doc-wrap .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.info-contatti {
  position: relative;
  font-size: 22px;
  padding-left: 3rem !important;
}
.info-contatti::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  border: 2px solid rgb(213, 213, 213);
}
.info-contatti ul {
  padding-left: 0;
  list-style-type: none;
  padding-top: 1rem;
}
.info-contatti ul li {
  position: relative;
  margin-bottom: 2rem;
}
.info-contatti ul li::before {
  content: '';
  position: absolute;
  left: -3.3rem;
  top: 0;
  color: rgb(0, 175, 76);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 25px;
  background: #fff;
}
.info-contatti ul li:nth-child(1)::before {
  content: '\f3c5';
}
.info-contatti ul li:nth-child(2)::before {
  content: '\f879';
}
.info-contatti .social {
  display: inline-block;
  width: 100%;
}
.info-contatti .social a {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 40px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  -webkit-border-radius: 25%;
  border-radius: 25%;
  margin-right: 0.25rem;
}
.info-contatti .social a.facebook {
  padding: 0.5rem;
  padding-bottom: 0;
  background: rgb(59,89,152);
}
.info-contatti .social a.instagram {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 39px;
  background: rgb(0,119,181);
  -webkit-background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.info-contatti .social a.linkedin {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  background: #0A66C2;
}
.info-contatti .social a:hover, 
.info-contatti .social a:active, 
.info-contatti .social a:focus {
  color: rgb(255, 255, 255);
  background: #1f2027;
  transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in;
  -webkit-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}
.info-contatti .social span {
  float: left;
  padding: 0.5rem 1rem;
  color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  min-height: 50px;
  max-width: calc(100% - 0.25rem - 50px);
}
.info-contatti .social span.facebook {
  background: rgb(59,89,152);
}
.info-contatti .social span.instagram {
  background: rgb(226, 25, 158);
}
.info-contatti .social span.linkedin {
  background: #0A66C2;
}
.prod-list {}
.prod-list .btn {
  border-radius: 0;
  font-size: 20px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  text-align: left;
}
.prod-list .btn i {
  float: right;
  line-height: 1.5;
}
/* Effect 3: bottom line slides/fades in */
.cl-effect-3 a {
  padding: 0px 0px 8px 0;
  position: relative;
}

.cl-effect-3 a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(0,0,0,0.1);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

.cl-effect-3 a:hover::after,
.cl-effect-3 a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

/* Elenco prodotti categoria */

/* FINE DETTAGLIO PRODOTTO */


/* Breadcrumb */
.breadcrumb {
	border-radius: 0;
	background: transparent;
	margin-top: 2rem;
	padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: rgb(255, 255, 255);
  content: "/";
  font-weight: 300;
}
.breadcrumb li a {
	padding-bottom: 3px;
}
.breadcrumb li a::after {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  background: rgb(255, 255, 255);
}
.breadcrumb li a:hover::after {
  width: 100%;
}
.breadcrumb-item.active {
	color: rgb(255, 255, 255);
}
.breadcrumb li, .breadcrumb li a {
	position: relative;
	display: inline-block;
	letter-spacing: 1px;
	font-size: 18px;
}
.breadcrumb-item a {
	color: inherit;
}
/* Fine Breadcrumb */

/* SLICK SLIDER */
.slick-prev::before, .slick-next::before {
  color: #000;
}
/* Partners */
.variable-width .slick-slide img {
  margin: 0 5px;
}
.variable-width .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
  min-width: 100% !important;
}
.variable-width .slick-slide {
 -ms-flex-item-align: center !important;
  align-self: center !important;
}
.variable-width .slick-slide img {
  width: auto;
  max-height: 150px;
}
/* FINE SLICK SLIDER */

/* Testate */
/* Fine Testate */


.bd-btm{
  padding-bottom: 35px !important;
  border-bottom: 1px solid #ccc;
}

.date-thumb{
  width: 80px;
  background: #00af4c;
  color: #fff;
  padding: 10px 15px;
  position: absolute;
  margin-top: -94px;
}

.date-thumb p{
  font-size: 25px;
  font-weight: 300;
}

.date-thumb-internal{
  width: 80px;
  background: #00af4c;
  color: #fff;
  padding: 10px 15px;
  padding-top: 10px;
}

.top-border{
  width: 80px;
  color: #fff;
  padding: 10px 15px;
  margin-top: 0;
  border-top: 350px solid #ccc;
  padding-top: 10px;
}

.date-thumb-internal p{
  font-size: 25px;
  font-weight: 300;
}

.title-single-new{
  font-size: 25px;
}


/* PAGE NOT FOUND 404 */
/* FINE PAGE NOT FOUND 404 */