.elenco-formazione {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

.elenco-formazione li {
	float: left;
	position: relative;
	display: block;
	width: 24%;
	margin: 0.5% 0.5% 30px 0.5%;
	box-sizing: border-box;
	border-color: transparent;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.elenco-formazione li a:link, .elenco-formazione li a:visited {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.elenco-formazione li .img-container {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding-top: 56.25%;
	overflow: hidden;
	/*padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;*/
}

.elenco-formazione li .img-container .label-formazione {
	padding-top: 7px;
	padding-right: 14px;
	padding-bottom: 7px;
	padding-left: 14px;
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.8);
	text-transform: UPPERCASE;
}

.elenco-formazione li .img-container .label-formazione.label-formazione-left {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	z-index: 2;
}

.elenco-formazione li .img-container .label-formazione.label-formazione-right {
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	z-index: 2;
}

.elenco-formazione li .img-container img {
	height: 100%;
    width: 100%;
	object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	/*position: relative;
	display: block;
	width: 100%;*/
}

.elenco-formazione li .formazione-placeholder {
	/*position: relative;
	display: block;
	width: 100%;
	height: 200px;
	background-color: rgba(0, 0, 0, 0.3);*/
	position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; margin: auto; background-color: rgba(0,0,0,.3); 
}

.elenco-formazione li .formazione-placeholder span {
	position: absolute;
	display: block;
	top:0;
	left:0;
	bottom:0;
	right:0;
	line-height: 200px;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	color: rgba(0,0,0,0.8);
	letter-spacing: 4pt;
}

.elenco-formazione li .txt-container {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.elenco-formazione li .txt-container .fixed-height {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    height: 150px;
	color: #000000;
}

.elenco-formazione li .txt-container .fixed-height::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    content: '';
	 background-image: linear-gradient(transparent, white);
}

.elenco-formazione li .txt-container .fixed-height h3 {
    font-family: 'Raleway', 'arial', 'sans-serif';
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #3d85c6;
    margin-top: 0;
    margin-bottom: 10px;
}

.doc-preview {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 56.25%;
    margin: 15px 0;
    background: #999;
    background-size: cover;
	overflow: hidden;
}

.doc-preview i {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    color: #575757;
}

.doc-preview img {
    height: 100%;
    width: 100%;
	/*max-width: 100%;
	max-height: 100%;
	margin: auto;*/
	object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.data-doc {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: #cdcdcd 1px solid;
}

.data-doc li:nth-child(1) {
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}
.data-doc li:nth-child(2) {
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}
.data-doc li {
    display: block;
    line-height: 16px;
    color: #575757;
}

a.btn-dwl-doc:link, a.btn-dwl-doc:visited, a.btn-contatta:link, a.btn-contatta:visited, a.btn-dwl-doc, a.btn-contatta {
    display: block;
    padding: 13px 15px;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #09e;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	cursor: pointer;
}

a.btn-dwl-doc:hover, a.btn-contatta:hover {
    background-color: #333;
}

.detail_formazione {
	margin: 15px 0;
}

/* form */
.wcs-form-login { display: block; margin-bottom: 60px; }
.wcs-form-login .titolo-popup-top { display: block; font-size: 40px; font-weight: 700; line-height: 44px; font-family: 'Poppins', 'arial', 'sans-serif'; color: black; padding-bottom: 20px; margin-bottom: 20px; font-style: normal; }
.wcs-form-login input { width: 260px; }
.wcs-form-login label { margin-bottom: 20px; }
.wcs-form-login label p { padding-left: 0; }
.wcs-form-login p a:link, .wcs-form-login p a:visited { display: block; margin-bottom: 20px; font-weight: bold; }
.wcs-form-login p a:hover { text-decoration: none !important; }
.wcs-form-login .btn-box { display: block; height: auto !important; padding: 10px 20px; box-sizing: border-box; font-size: 16px; font-weight: 400; line-height: 26px; text-transform: uppercase; color: #fff; background-color: rgb(61, 133, 198); border-radius: 3px; }
.wcs-form-login .btn-box:hover { background: #000; }

/* filters menu */
.filters-menu { display: block; width: 100%; margin-top: 20px; margin-bottom: 60px; padding-left: 8px; }
.filters-menu li { display: inline-block; width: auto; margin-left: 8px; vertical-align: top; }
.filters-menu li .componente-ricerca { margin-top: 0 !important; margin-bottom: 0 !important; }
.filters-menu li .componente-ricerca.inline-search { height: 35px !important; border-radius: 3px !important; }
.filters-menu li .componente-ricerca.inline-search input { height: 33px !important; margin: 0 !important; }
.filters-menu li .componente-ricerca.inline-search:after { line-height: 33px !important; }
.filters-menu li a.medie-btn { font-size: 14px !important; line-height: 14px !important; font-weight: 400 !important; }
.filters-menu li a.medie-btn.active { background-color: black; }
.filters-menu li + li::before { position: absolute; content: ''; left: -7px; top: 0; bottom: 0; height: 100%; width: 1px; }
.blk-dati { display: block; margin-top: 30px !important; }

.sticky {
	position: -webkit-sticky;
	position: sticky;
}

.wcs-form-login .user-wrapper { position: relative; width: 100%; margin-bottom: 15px; }
.wcs-form-login .user-wrapper i { float: left; display: block; width: 40px; height: 40px; text-align: center; line-height: 40px; border: #ccc 1px solid; border-right: 0; border-radius: 10px 0 0 10px; }
.wcs-form-login .user-wrapper input { float: left; display: block; width: calc(100% - 40px); padding-left: 0; border-left: 0; border-radius: 0 10px 10px 0; }

.wcs-form-login .password-wrapper { clear: both; position: relative; display: block; width: 100%; margin-bottom: 0 !important; }
.wcs-form-login .password-wrapper i { float: left; display: block; width: 40px; height: 40px; text-align: center; line-height: 40px; border: #ccc 1px solid; border-right: 0; border-radius: 10px 0 0 10px; }
.wcs-form-login .password-wrapper input { float: left; display: block; position: relative; width: calc(100% - 40px); padding-left: 0; padding-right: 40px; box-sizing: border-box; z-index: 1; border-left: 0; border-radius: 0 10px 10px 0; }
.wcs-form-login .password-wrapper .field-icon { position: absolute; top: 0; right: 0; width: 40px; height: 40px; font-size: 14px; line-height: 40px; text-align: center; color: #000; cursor: pointer; z-index: 2; }