/* Global Styles */
html,
body {
    width: 100%;
    height: 100%;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.4px;
}
body:before { 
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
  box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}
body.home {
  color: #FFFFFF;
    background: #323232 url(../img/blackbg.jpg) repeat;
}
body.page {
  color: #333;
    background: #e3e3e3 url(../img/whitebg.png) repeat;
}

.mt-3{margin-top:30px}

big{
	font-weight: bold;
}
h1, h2, h3, h4 {
  	margin: 0.8em 0 0.6em;
  	text-shadow: 1px 1px 0px #fff;
    color: #555;
}

h1 a,h2 a, h3 a ,h4 a,h5 a, a.btn  {
  text-decoration: none !important;
}
h1 {
    font-size: 2.4em; 
}
h2 {
    font-size: 2.1em; 
}
h3 {
    font-size: 1.8em; 
}
h4 {
    font-size: 1.5em; 
}
h5 {
    font-size: 1.3em; 
}
a {
  text-decoration: none;
    color: #333;
}
a:hover, a:focus, a:active {
    color: #777;
}

.text-page {
  line-height: 1.8em;
  font-size: 1.05em;
}
.breadcrumb {
  background: transparent;
  font-size: 0.85em;
}
.breadcrumb .active {
  color: #333;
}
.page-heading h1 {
	font-weight: 400; 
    font-size: 3.6em;
	font-family: 'Great Vibes', cursive;
  	margin: 0.5em 0 0.2em;
	line-height: 1.0em;
}
.contain p, .blog-text {
	line-height: 1.6em;
    text-align: justify;
}
.blog-text {
  	margin: 0.5em 0 0.2em;
}
.contain a {
	text-decoration: underline;
}
.img-main-page{
  	margin: 1.0em 0 0.6em ;
}
.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.text-vertical-center h1 {
    margin: 0;
    padding: 0;
}
.home h1, .home h2, .home h3 {
	font-family: 'Great Vibes', cursive;
    font-size: 4.0em;
  text-shadow: 1px 1px 0px #666;
}
.download {
  padding: 15px 0;
  margin: 35px 0;
  border: 2px dashed #F3F3F3;
  border-color: rgba(0, 0, 0, 0.05);
  font-size: 0.85em;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.download a {
  text-decoration: none;
    color: #555;
}
.download .fa {
  font-size: 1.3em;
}
.download .fa:hover, .download a:hover {
    color: #dd3e31;
}
/* Header */
.navbar-nav {
  margin: 7.5px 0; 
}
.navbar-header, .navbar-right  {
	z-index: 1;
	position: relative;
    padding: 6px;
}
.navbar-custom {
	float:right;
    margin-bottom: 0;
    margin-top: 15px;
    border-bottom: 0;
    /*background-color: rgba(50, 50, 50, .7);*/
    font-size: 1.15em;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.6px;
}
@media (max-width: 767px) { 
	.section-title {
		    font-size: 1.8em;
	}
	.section-subtitle {
		    font-size: 1.5em;
	}
	.navbar-custom {
    	margin-top: 0px;
    	background-color: rgba(50, 50, 50, .7);
	}
	.navbar-nav>li:hover>a:before, .navbar-nav>.active>a:before {
	  background: transparent;
	}
	.navbar-collapse.in {
	  overflow-y:visible;
	}
	.contain.page {
	  margin-top: 65px;
	}
}
.contain>.navbar-collapse {
  margin-top: 4px;
}
.navbar-custom .nav li a {
	padding: 4px 15px 5px 15px; 
  color: #FFFFFF;
  text-shadow: 1px 1px 0px #666;
    background-color: transparent;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}
.navbar-custom .nav li.active a {
    background-color: transparent;
}
.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media (min-width: 768px) { 
	.navbar-fixed-top.top-nav-collapse:after {
	  content: " ";
	  position: absolute;
	  left: 0;
	  bottom: -35px;
	  height: 220px;
	  width: 100%;
	  background-color: rgba(50, 50, 50, .75);
	  transform: skew(0deg,2.2deg);
	  -webkit-transform: skew(0deg,2.2deg);
	  -moz-transform: skew(0deg,2.2deg);
	  -o-transform: skew(0deg,2.2deg);
	  -ms-transform: skew(0deg,2.2deg);
	  z-index: 0;
	        -webkit-transition: background .6s ease-in-out,padding .6s ease-in-out;
	        -moz-transition: background .6s ease-in-out,padding .6s ease-in-out;
	        transition: background .6s ease-in-out,padding .6s ease-in-out;
	        
	        
	  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.4);
	  -moz-box-shadow: 0px 0px 8px rgba(0,0,0,.4);
	  box-shadow: 0px 0px 8px rgba(0,0,0,.4);
	}
	.navbar-nav>li:hover>a:before, .navbar-nav>.active>a:before {
	  position: absolute;
	  margin: auto;
	  z-index: 1;
	  content: "";
	  width: 75%;
	  height: 2px;
	  background: rgba(255, 255, 255,.7);
	  bottom: 0px;
	  left: 12.5%;
	  display: block;
	}
	
	.v-row {
		background: url(../img/vertical-row.jpg) repeat-y right; 
		min-height: 925px;
		padding-bottom: 30px;
	}
	.v-row-top {
		background: url(../img/vertical-row-top.png) no-repeat right top;
	}
	.v-row-bottom {
		background: url(../img/vertical-row-bottom.png) no-repeat right bottom; min-height: 120px;
	}
}

.navbar-custom .navbar-toggle {
    padding: 3px 10px;
    font-size: 23px;
    color: #fff;
    background-color: #444;
  	border: 1px solid #eee;
  	  border-radius: 1px;
}

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



.opacity {
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-duration: 0.8s;
  -moz-transition-timing-function: ease-out;
  -ms-transition-duration: 0.8s;
  -ms-transition-timing-function: ease-out;
}

.lingua {
  margin: 6px 5px 5px 10px;
}
.btn.default {
  color: #eee;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: "";
}

.btn.bianco {
  color: #666;
  background-color: rgba(255, 255, 255, 0.5);
  border-color: "";
}
.dropdown-menu {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid  rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.3);
  box-shadow: 0 6px 12px rgba(0,0,0,.3);
  min-width: 100px;
}
.breadcrumb {
	
}
/**** HEADER HOME CON IMMAGINI *****/
#header {
	position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
#image {
	position: relative;
    width: 100%;
    height: 958px;
    z-index: 1;
    overflow: hidden;
}
#image:before, 
#image:after {
    height: 0;
}
.home #header .heading {
	z-index: 888;
    bottom: 45%;
    display: block;
    position: absolute;
    width: 100%;
        font-family: 'Raleway', sans-serif;
    letter-spacing: 0.4px;
    padding: 15px;
    font-size: 28px;
    line-height: 1.3em;
}

.home .link-collezione a {
	z-index: 888;
    bottom: -12px;
    display: block;
    position: absolute;
    padding: 8px 10px;
    padding-bottom: 28px;
    background: rgba(0,0,0,0.2);
    font-size: 0.9em;
    opacity: 0.75;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.home .link-collezione a:hover {
    background: rgba(0,0,0,0.3);
    opacity: 1;
    bottom: 2px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.animate {
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: move;
  animation-name: move;
  animation-direction: alternate;
  -moz-animation-direction: alternate;
  -webkit-animation-direction: alternate;
  -o-animation-direction: alternate;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform-origin: top center;
  -o-transform-origin: top center;
  -moz-transform-origin: top center;
} 
/*** CSS per tenere le foto fisse e scrollare il contenuto
.content-header {
	position: fixed;
	background: #fff;
	z-index: 100;
    background: url(../img/bg04.jpg) no-repeat center center scroll;
    display: table;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
*/
.foto1 {
    /*background: url(../img/bg01.jpg) no-repeat center center scroll;*/
    display: table;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    background-size: cover!important;
    -o-background-size: cover!important;
}
.foto2 {
    background: url(../img/bg02.jpg) no-repeat center center scroll;
    display: table;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.foto3 {
    background: url(../img/bg03.jpg) no-repeat center center scroll;
    display: table;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.foto4 {
    background: url(../img/bg04.jpg) no-repeat center center scroll;
    display: table;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper {
  text-align:center;
  margin:0 auto;
}


/* Stile per le immagini */
  /*
  figure {
    position: relative;
    display: block;
    margin: 10px 0 10px 0;
  }
    figure a {
    background-color: #000;
  }
   figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 1.15em;
    color: #fff;
    background-color: rgba(0,0,0,.6);
    opacity: 0;
    padding: 0px 10px;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
  }
    figure:hover figcaption {
    opacity: 1;
  }
figure:hover figcaption {
    padding: 5px;
  }

     figcaption * {
    padding: 0 10px;
    margin: 0 !important;
  }
  figcaption *:first-child {
    padding-top: 5px;
  }
  figcaption *:last-child {
    padding-bottom: 5px;
  }
*/


.gallery figure {
  display: inline-block;
  position: relative;
  overflow:hidden;
  width: 48%;
  margin: 0;
  padding: 0px;
}
.gallery figure a {
  cursor: pointer; cursor: hand;
  overflow:hidden;
}
.gallery figure:hover:before {
    content: "";
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer; cursor: hand;
}
.gallery figure:hover:after {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: rgba(255,255,255,0.5);
    font-size: 40px;
    top: 40%;
    left: 42%;
  position: absolute;
  cursor: pointer; cursor: hand;
}


.gallery figcaption {
  position: absolute;
  height:0%;
  width:100%;
  background: rgba(0,0,0,0.75);
  color: #fff;
  opacity: 0;
    padding: 20px;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    cursor: pointer; cursor: hand;
    display: none;
}

@media(min-width:767px) {
	.gallery figure:hover figcaption {
		display: block;
	  height:100%;
	  bottom:0;
	  opacity: 1;cursor: pointer; cursor: hand;
	}  
}
figcaption {
  cursor: pointer; cursor: hand;
}
.gallery .thumbnail {
  margin: 0px; 
  padding: 5px;
}
.gallery-news figure {
	  width: auto;
}
.gallery-news figure:hover:after {
    color: rgba(255,255,255,0.5);
    font-size: 30px;
    top: 35%;
    left: 44%;
}
.thumb {
	margin: 5px 5px 5px 0;
	display: inline-block;
  height: auto;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.thumb  a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  max-height: 150px;
  margin: 0;
  padding: 0;
}
.thumb   .img-responsive {
  width: 100%;
  height: 100%;
}
@media (max-width: 480px) {
	.gallery figure {
	  width: auto;
	}
}	
/**** SEZIONI BOX TESTO *****/
.row {
  position: relative;
  z-index: 2;
}
section {
  width: 100%;
  position: relative;
  min-height: 300px;
  z-index: 50;
}
#section1, #section2, #section3 {
    display: table;
    width: 100%;
    height: 380px;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: #323232 url(../img/blackbg.jpg) repeat;
}

/**** PAGINE INTERNE *****/
hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 3px;
  border-color: #fff;
}
.intro-header {
    background: #e3e3e3 url(../img/whitebg.png) repeat;
}
@media only screen and (min-width: 768px) {
	.intro-header {
	  min-height: 110px;
	}
}	
.intro-header .page-heading .subheading {
  font-size: 2.0em;
  line-height: 1.1;
  display: block;
    font-family: 'Raleway', Helvetica,Arial,sans-serif;
  font-weight: 300;
  margin: 10px 0 0;
}
.contain.page {
	position: relative;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    background: #e3e3e3 url(../img/whitebg.png) repeat;
  z-index: 50;
}
.subheading {
  font-size: 2.0em;
  line-height: 1.1;
  display: block;
    font-family: 'Raleway', Helvetica,Arial,sans-serif;
  font-weight: 300;
  margin: 10px 0 10px;
}
.contain.page:before {
  content: " ";
  position: absolute;
  left: 0;
  top: -45px;
  width: 100%;
  background: #e3e3e3 url(../img/whitebg.png) repeat;
  height: 160px;
  transform: skew(0deg,-4.2deg);
  -webkit-transform: skew(0deg,-4.2deg);
  -moz-transform: skew(0deg,-4.2deg);
  -o-transform: skew(0deg,-4.2deg);
  -ms-transform: skew(0deg,-4.2deg);
  z-index: 1;
}
.contain.page:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -45px;
  width: 100%;
  background: #e3e3e3 url(../img/whitebg.png) repeat;
  height: 100px;
  transform: skew(0deg,3deg);
  -webkit-transform: skew(0deg,3deg);
  -moz-transform: skew(0deg,3deg);
  -o-transform: skew(0deg,3deg);
  -ms-transform: skew(0deg,3deg);
  z-index: 1;
}
.right-col {
	min-height: 300px;
	/*margin-top: -55px;*/
}
.right-col h2 {
	margin-top: 16px;
	font-size: 26px !important;
	
}
.right-col label {
  margin-bottom: 0;
}
.right-col .form-group,
.right-col .form-control {
	font-size: 1.0em !important;
}
.right-col .submenu {
	margin-top: 15px;
}
.right-col .submenu li {
	padding: 4px 0;
}

.right-col  .submenu a {
  text-decoration: none !important;
}
.right-col  .submenu a:hover, .right-col  .submenu a:active, .right-col  .submenu a:focus {
  text-decoration: none !important;
}
.right-col .submenu .active,
.right-col .submenu .active a {
	color:#333;
	text-decoration: none !important;
	font-weight: bold;
	/*margin-top: -55px;*/
}
.right-col .fa.fa-chevron-right {
	font-size: 0.75em;
	color: #999;
	margin-right: 3px;
}


/* Footer */
footer {
    width: 100%;
    height: 250px;
    text-align: center;
    color: #fff;
	  position: relative;
    overflow: hidden;
    font-size: 0.9em;
}
.home footer {
    height: 920px;
    background-color: rgba(50, 50, 50, .7);
}

footer #section4 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0px;
  min-height: 200px;
    display: table;
}
footer #section4:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -30px;
  height: 260px;
  width: 100%;
  background-color: rgba(50, 50, 50, .6);
  transform: skew(0deg,2.2deg);
  -webkit-transform: skew(0deg,2.2deg);
  -moz-transform: skew(0deg,2.2deg);
  -o-transform: skew(0deg,2.2deg);
  -ms-transform: skew(0deg,2.2deg);
  z-index: 1;
  -webkit-transition: background .6s ease-in-out,padding .6s ease-in-out;
  -moz-transition: background .6s ease-in-out,padding .6s ease-in-out;
  transition: background .6s ease-in-out,padding .6s ease-in-out;
}
.page footer #section4 {
  min-height: 170px;
}
.page footer #section4:after {
  height: 220px;
}

.post_news {
  display: flex;
  flex-wrap: wrap;
}
.article-item [class*="col-"] {
  display: flex;
  flex-direction: column;
}
.article-item {
	margin-bottom:20px
}
.article-item h4 {
	font-size: 1.6em;
	/*height: 45px;
	vertical-align: middle;
	display: table-cell;*/
}
.article-item .dataev{
	margin:6px 0px;
	color: #999;
}
div.ringraziamenti {
font-size: 1.2em;
 text-transform: none;
 border: none;
 text-align: left;
}
div.ringraziamenti h2 {
font-size: 1.6em;
}
div.ringraziamenti  A {
color: #777;
}
div.ringraziamenti  A  i {
	transition: all 0.2s ease-in-out;
}
div.ringraziamenti  A  i:hover {
	opacity: .7;
}




/******* ALLEGATI  ********/
.post-attachments  {
  /*border: 1px dotted #ededed;
  background: #fdfdfd;*/
  padding: 4px;
}
.post-attachments a {
	display: block;
  padding: 4px 8px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	color: #444;
	text-decoration: none;
}
.post-attachments a:hover, .post-attachments a:focus {
	display: block;
  padding: 4px 8px;
  text-decoration: underline !important;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.post-attachments i {
  padding-right: 6px;
  font-size: 1.2em;
  color: #919191;
}
.post-attachments li.xls i {
  color: #0b8e48;
}
.post-attachments li.doc i {
  color: #2a5696;
}
.post-attachments li.pdf i {
  color: #e10000;
}
.post-attachments li.ppt i {
  color: #e5601d;
}
.post-attachments li.zip i {
  color: #ff9900;
}
.post-attachments li.img i {
  color: #75aa00;
}

/*** test ombre ***/

#box {
  position: relative;
  width: 60%;
  background: #ddd;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 2em 1.5em;
  color: rgba(0,0,0, .8);
  text-shadow: 0 1px 0 #fff;
  line-height: 1.5;
  margin: 60px auto;
}
#box:after {
  z-index: -1; 
  position: absolute; 
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%; 
  top: 80%;
  max-width:300px;
  background: rgba(0, 0, 0, 0.7); 
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  transform: rotate(-3deg);
}

#box:before, #box:after {
  z-index: -1; 
  position: absolute; 
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%; 
  top: 80%;
  max-width:300px;
  background: rgba(0, 0, 0, 0.7); 
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  transform: rotate(-3deg);
}
#box:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.badge-form {
	margin-top: 25px;
}
.badge-form span {
	padding: 20px 0;
	display: block;
}
.badge-form big {
  position: relative; 
	margin: 20px 0;
  padding: 15px 20px;
}
.badge-form big .fa {
  position: absolute; 
  bottom: 5px;
  left: 0px;
}
.badge-form img {
  position: relative; 
	margin:30px auto;
	display: block;
}
.btn-green {
       border-color: #1BBC9B !important;
    background-color: #1BBC9B !important;
    color: #FFFFFF !important;
    padding: 10px 20px !important;
}


@media screen and (min-device-width: 768px)  {
	.mobile { display: none; }
}
@media screen and (max-device-width: 767px) {
	.screen { display: none; }
	.mobile a { text-decoration: none; }
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */

@media (min-width: 992px){
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
  }
  .align-bottom {
    align-self: flex-end;
    transform: translateY(-100%);
    display: inline-block;
    background-color: rgba(41, 49, 60, 0.85);
  }
} 

.loader {
    float:left;
  margin-right: 6px;
  display: inline-block;
  font-size: 8px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50% !important;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
 * 2024 - fancyBox
 * --------------------------------------------------
 */
.item-gallery {
  overflow: hidden;
  position: relative;
  background: transparent;
  margin-bottom: 25px;
}
.item-media {
  position: relative;
  overflow: hidden;
}
.item-media img {
  width: auto;
  transition: transform .3s ease-in-out;
  max-width: 100%;
}
.media-links {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

[class*="-item"] .links-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  margin-top: 0;
}
.media-links div {
  position: absolute;
  top: 50% !important;
  width: 100%;
  transform: translateY(-50%);
  z-index: 4;
}
.content-absolute .media-links div {
  display: flex;
  top: 0;
  margin-top: 0;
  justify-content: flex-end;
}
.links-wrap a {
  left: 0;
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}
.links-wrap a:hover  {
    background:rgba(0,0,0,0.5);
}
.blog-text{margin-bottom:20px}
/*
 * 2024 - contatti sidebar
 * --------------------------------------------------
 */
.form-check {
  margin-bottom: 15px;
}
input[type="checkbox"]{
  margin: 4px 4px 0 0px;
}
.contact-form-side .btn {
  display: block!important;
  margin: 0 auto;
}
.modal-content {
  color: #333!important;
}
#cookieConsent .btn {
	height: 50px !important;
	text-transform: uppercase;
}
.d-none {
  display: none !important;
}
.pb-2 {
  padding-bottom: .5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.mt-0{
	margin-top:0px!important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.modal-content  h2 {
  margin: 0.2em!important;
}
hr
{
  border-top: 1px solid #ccc;
}
.ul_custom li{list-style-type: none;margin-bottom: 15px;border-bottom:1px solid #efefef;padding-bottom: 10px;}
.ul_custom li a{text-decoration:none}
.box_app{background-color:#f6f6f6; padding:15px; margin:35px 0px
}
.box_app h3{margin:0px 0px 20px 0px}
.article-link a{margin-bottom:25px}
@media screen and (min-width: 768px) {
	.dropdown.lingua {float:right}
}
