/* ==========================================================================
   STILI GENERICI
   ========================================================================== */
:root {
    --ebplatform-color: #00889e;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
textarea {
    resize: vertical;
}
/*questo sotto non somma il padding*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/* ==========================================================================
   STILI SITO
   ========================================================================== */
body {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Raleway', sans-serif;
	font-weight: 300;
    background:#fff;
    margin: 0px;
    padding: 0px;
}
img {
    width: auto;
    height: auto;
}
.wrapper {
    width: 95%;
    margin: 0 2.5%;
}
a, .green {
    color: var(--ebplatform-color);;
}
.red {
    color: #F00;
}
h1 {
    font-size: 36px;
    line-height: 40px;
    margin-top: 0px;
    text-align: left;
}
h2 {
    font-size: 26px;
    line-height: 30px;
    color: #000000;
    text-align: left;
}
h2.titleHome {
    font-size: 30px;
    line-height: 34px;
    background-image: url(../images/bg-h2.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 15px;
    text-align: left;
	color: #000;
	margin-top: 0px;
}
h2.titleHome a {
	color: #000;
	text-decoration: none;
}
h3 {
    text-align: left;
}
h3.bg {
    background-image: url(../images/bg-h2.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 15px;
    text-align: left;
	color: #000;
	margin-top: 50px;
}
hr {
    height: 1px;
    border: 0px;
    color: #CCC;
    background-color: #DDD;
    margin: 50px auto;
    width: 50%;
}

/* HEADER */
.since {
	display: none;
}

/* SLIDE HOME 
---------------------------------------------------------------------------
.slider-home li{
    display:block;
    width:100%;
    background-size:cover!important;
    padding: 120px 0px;
}
.slider-home li.uno{
    background:url(../images/slider/torricattedralespietro.jpg) no-repeat center top;
}
.slider-home li.due{
    background:url(../images/slider/piazza-nettuno.jpg) no-repeat center top;
}
*/
.imgHome {
	background: linear-gradient(to right, rgba(75,97,111,1) 0%, rgba(162,185,196,1) 100%);
/*	background: linear-gradient(to right, rgba(73,125,156,1) 0%, rgba(76,165,241,1) 100%);*/
	padding: 40px 0px 80px 0px;
}
.imgHomeFlex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.imgHomeBox {
	width: 100%;
}
.imgHomeBox img {
	width: 100%;
	max-width: 454px;
	padding-bottom: 40px;
	display: table;
	margin: auto;
}
.imgHome h1 {
	color: #FFF;
	font-size: 42px;
	line-height: 46px;
	text-shadow: 2px 2px 5px #000;
	margin-bottom: 0px;
}
.imgHome h2 {
	color: #FFF;
	font-size: 28px;
	line-height: 32px;
	text-shadow: 2px 2px 5px #000;
	font-weight: 400;
	margin-top: 10px;
}
.imgHomeLink a {
    display: table;
    background: #566C79;
/*    background: #497d9c;*/
    color: #FFF;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 3px;
	border: solid 1px #FFFFFF;
	text-transform: uppercase;
}
/* TITOLO INTERNO */
.fasciaTitolo {
    color: #FFF;
	background-color: var(--ebplatform-color);;
	padding: 20px 0px;
}
.fasciaTitolo h1 {
    color: #FFF;
	margin-bottom: 0px;
	font-weight: 400;
}
/* BREADCRUMBS */
.breadcrumbs {
    font-size: 14px;
    color: #FFF;
    text-transform: lowercase;
}
.breadcrumbs a {
    color: #FFF;
	text-decoration: none;
}

/* GOOGLE MAP 
---------------------------------------------------------------------------*/		
.iframe_wrap {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.iframe_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*MENU
---------------------------------------------------------------------------*/
.topMenu {
    padding: 10px 0px;
    position: relative;
}
.logo {
    text-align: center;
}
.logo img {
	width: 100%;
	max-width: 160px;
}
.payoff {
	font-size: 14px;
	line-height: 16px;
	color: var(--ebplatform-color);;
	padding-top: 10px;
}
nav.menu-container {
	margin-top: 10px;
}
nav.menu-container ul {
    margin: 0px;
    padding: 0px;
}
nav.menu-container ul li {
    display: inline-block;
    float: none;
    position: relative;
}
nav.menu-container ul li a,
nav.menu-container ul li>span{
    display: block;
    text-decoration: none;
    padding: 10px 8px 10px 0px;
    font-size: 13px;
    line-height: normal;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
}
nav.menu-container ul li a.menuAR {
    color: var(--ebplatform-color);;
    padding-left: 15px;
	border-left: solid 1px #DDD;
}
nav.menu-container ul li.current-menu-item {
    color: var(--ebplatform-color);
}
nav.menu-container a:hover, nav.menu-container span:hover {
    color: var(--ebplatform-color);;
}
nav.menu-container ul li a.menuSelected, nav.menu-container ul li span.menuSelected {
    color: var(--ebplatform-color);;
}
nav.menu-container ul li:hover a, nav.menu-container ul li:hover span {
    color: var(--ebplatform-color);;
    transition-property: color;
    transition-duration: 0.5s;
}
nav.menu-container ul li ul {
    background-color: rgba(255, 255, 255, 1)!important;
    position: absolute;
    display: none;
    top: 100%;
    border-right: none;
    z-index: 50;
    padding-top: 0px;
    margin-top:0;
    margin-left: -10px;
    border: 1px solid #DDD;
}
nav.menu-container ul li:hover ul {
    display: block;
}
nav.menu-container ul li ul li {
    min-width: 250px;
    position: relative;
    background: none;
    font-size: 16px;
    height: auto;
    border-bottom: 1px solid #DDD;
}
nav.menu-container ul li ul li:nth-last-child(1) {
    border-bottom: 0px solid #DDD;
}
nav.menu-container ul li ul li a {
    padding: 0px;
    padding: 10px;
    text-align: left;
    font-size: 14px;
    color: #333 !important;
    display: block;
    font-weight: normal;
    text-transform: none;
}
nav.menu-container ul li ul li span.on {
    padding: 0px;
    text-align: left;
    color: #AAA !important;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}
nav.menu-container ul li ul li a:hover {
    color: #AAA !important;
}
nav.menu-container ul li ul li.voceOn {
    color: #AAA !important;
}
nav.menu-container ul li ul li.voceOn a {
    color: #AAA !important;
}

/* SECTION */
section#contenuti {
    padding: 35px 0px 50px 0px;
    text-align: left;
}
section#contenuti h1 {
    text-align: left;
}
section#contenuti ul li, section#contenuti ol li {
    margin-bottom: 10px;
    text-align: left;
}
section#contenuti h3 em {
    font-weight: normal;
}
section#contenuti h2.centrato {
    text-align: center;
}
.mini {
    font-size: 14px;
    line-height: normal;
    text-align: left!important;
}
.mini02 {
    font-size: 16px;
    line-height: normal;
    text-align: left!important;
}
.big {
    font-size: 24px;
    line-height: normal;
    text-align: left!important;
}

/* HOME */
.menuQuick {
	margin-top: -50px;
}
.icone {
    flex: 0 0 30%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
	align-items: center;
	padding: 20px;
	border-radius: 10px;
	background: linear-gradient(to right, rgba(163,208,47,1) 0%, rgba(87,164,23,1) 100%);
	margin-bottom: 10px;
}
.icone a {
	display: block;
    color: #FFF;
	text-decoration: none;
}
.icone h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
	font-weight: 400;
	margin: 0px;
}
.icon img {
	height: 44px;
}
img.menuMobNo {
	display: none;
}

/* CTA */
.ctaBg {
    background: url(../images/cta.jpg) center center no-repeat;
    padding: 105px 0px;
    background-size: cover;
}
.ctaBg h1 {
    text-align: left;
    color: #FFF;
	font-size: 38px;
    line-height: 42px;
    margin-bottom: 0px;
    text-shadow: 2px 2px 5px #000;
}
.ctaBg h2 {
    text-align: left;
    color: #FFF;
    font-weight: 400;
	font-size: 24px;
    line-height: 28px;
    margin-top: 0px;
    text-shadow: 2px 2px 5px #000;
}
.ctaLink a {
    display: table;
    color: #FFF;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 3px;
    border: solid 1px #FFFFFF;
    text-transform: uppercase;
}
/* SOCI HOME */
.socielinkFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding: 40px 0px;
}
.sociHomeCont {
	width: 100%;
}
.sociHomeIconCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	align-items: center;
}
.sociHomeIconCont img {
	margin: 5px;
}
/* LINK UTILI HOME */
.sistemaHomeIconCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	align-items: center;
}
.sistemaHomeCont {
	width: 100%;
	margin-top: 40px;
}
.sistemaHomeCont img {
	margin: 5px;
}

/* SERVIZI HOME */
.serviziHome {
    margin-top: 50px !important;
}

/* TO TOP */
#toTop{
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 15px;
    right: 10px;
    background: url(../images/freccia-top.png)no-repeat;
    z-index: 100;
    display: none;
}

/*Solo turismo */
.soloTurismo {
	color: var(--ebplatform-color);;
	font-weight: 400;
	position: absolute;
	top: 4px;
	right: 30px;
	font-size: 13px;
	line-height: 15px;
}
/* ATTENZIONE */
.attenzione {
    border: dashed 2px #F00;
    padding: 0px 20px;
    border-radius: 10px;
    color: #F00;
}
.attenzione svg {
    font-size: 22px;
}
/* AVVISO */
.avviso {
    border: dashed 1px #666;
    padding: 15px;
    border-radius: 10px;
    color: #666;
	font-size: 14px;
	line-height: normal;
}
.avviso strong {
    color: #F00;
}

/* MEZZA PAGINA */
.mezzaPaginaFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mezzaPaginaBox {
    width: 100%;
}


/* CORSI DETTAGLIO */
.corsiDetCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.corsiDetBox {
    width: 100%;
}
.corsiDetBoxDati {
    border: solid 1px #CCC;
    padding: 20px;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
}
.corsiDetBoxDati h3 {
    border-top: solid 1px #CCC;
    margin-bottom: 0px;
    padding-top: 20px;
}
.corsiDetBoxDati h3 svg {
    color: #999;
    float: right;
    font-size: 32px;
}
.corsiDetBoxDati h3:nth-child(1) {
    margin-top: 0px;
    padding-top: 0px;
    border-top: solid 0px #CCC;
}

/* MODULISTICA */
.moduloBox {
    border: solid 1px #CCC;
    box-shadow: 0px 0px 10px #CCC;
    text-align: left;
    margin: 15px 0px;
    padding: 20px;
}
.moduloBox:hover {
}
.moduloLink {
    display: inline-block;
}
.moduloLink a {
    text-decoration: none;
    display: block;
    font-size: 16px;
    margin-right: 5px;
    margin-top: 10px;
    padding: 2px 5px;
    border-radius: 5px;
    border: solid 1px var(--ebplatform-color);;
    font-weight: bold;
}
.moduloLink a:hover {
    border: solid 1px #000;
    color: #000;
}
.moduloNOLink {
    text-decoration: none;
    display: table;
    font-size: 16px;
    margin-right: 5px;
    margin-top: 10px;
    padding: 2px 5px;
    border-radius: 5px;
    border: solid 1px #000;
    font-weight: bold;
}
.moduloNOLink span {
    font-weight: normal;
}
.moduloScad {
	font-size: 16px;
	line-height: 18px;
	margin-top: 5px; 
}
.moduloCat {
    color: #999;
    font-size: 16px;
    line-height: 20px;
	margin-top: 3px;
}
.moduloCatMini {
    color: #999;
    font-size: 13px;
    line-height: 16px;
}
h2.moduloH2 {
    margin-top: 45px;
}
.moduloTit {
    font-size: 24px;
    font-weight: 400;
}
.moduloText {
    font-size: 16px;
	line-height: 18px;
	margin-top: 5px;
}
.moduloTipo {
    font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	padding: 4px 5px;
	border-radius: 2px;
	margin-bottom: 10px;
	display: table;
	background-color: var(--ebplatform-color);;
}
.moduloOre {
    font-size: 18px;
}
.dataCompMod {
	text-align: center;
	margin: -30px auto -10px auto;
	background-color: #FFF;
	display: table;
	padding: 10px;
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-top: solid 1px #CCC;
	color: #000;
	font-size: 14px;
	line-height: 16px;
}

/* SERVIZI */
.serviziCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.serviziBox {
    position: relative;
    width: 100%;
    margin: 15px 0px;
	border: solid 1px #CCC;
    box-shadow: 0px 0px 10px #CCC;
}
.serviziBox img {
    width: 100%;
}
.serviziBox h2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
	font-weight: 400;
    padding: 20px 25px;
	margin: 0px;
    text-shadow: 2px 2px 5px #000;
}
.serviziBox a h2 {
    text-decoration: none;
    color: #FFF;
}
.serviziBox a:hover h2 {
    bottom: 20px;
    transition-duration: 0.5s;
	background-color: var(--ebplatform-color);;
}

/* CREDITS */
.logoCredits {
	width: 200px;
}

/* SOCI */
.sociCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sociBox {
    width: 100%;
    padding: 20px;
    border: solid 1px #CCC;
    box-shadow: 0px 0px 10px #CCC;
    text-align: left;
    margin: 15px 0px;
}
.sociBox img {
    margin: auto;
}
/* NEWS */
.newsCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.newsBox {
    width: 100%;
    border: solid 1px #CCC;
    box-shadow: 0px 0px 10px #CCC;
    text-align: left;
    margin: 15px 0px;
	position: relative;
}
.newsBoxNO {
    width: 100%;
    border: solid 0px #CCC;
    box-shadow: 0px 0px 0px #CCC;
    margin: 0px;
}
.newsBox figure {
    margin: 0px;
}
.newsBox figcaption {
    display: none;
}
.newsBox figure img {
    width: 100%;
}
.newsText {
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
}
.newsData {
    font-weight: 400;
    font-size: 18px;
	margin-bottom: 10px;
}
.newsBox h2, .newsBox h3 {
    text-align: left;
	margin-top: 0px;
}
.newsBox h2.titleHome {
	font-size: 26px;
	line-height: 30px;
}
/* NEWS in HOME */
.newsHCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.newsHBox {
    width: 100%;
    border: solid 1px #CCC;
    box-shadow: 0px 0px 10px #CCC;
    text-align: left;
    margin-bottom: 30px;
	position: relative;
}
.newsHBox figure {
    margin: 0px;
}
.newsHBox figcaption {
    display: none;
}
.newsHBox figure img {
    width: 100%;
}
.newsHBox h2, .newsHBox h3 {
    text-align: left;
	margin-top: 0px;
}
a.pulsante,button.pulsante {
    display: table;
    margin: 20px auto 0px auto;
    background: var(--ebplatform-color);;
    color: #FFF;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 3px;
}
a.pulsanteRed {
    display: inline-block;
    background: #F00;
    color: #FFF;
    text-decoration: none;
    padding: 2px 5px;
    border-radius: 2px;
}
a.pulsanteMod {
    display: inline-block;
    margin: 10px auto 0px auto;
    background: var(--ebplatform-color);;
    color: #FFF;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 3px;
}
a.active {
    background: #000000;
}
a.pulsantePrint {
    display: none;
    margin: auto;
    background: #FFF;
    color: var(--ebplatform-color);;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 3px;
    float: right;
    border: solid 1px var(--ebplatform-color);;
}
a.pulsanteCal {
    display: block;
    margin: 20px auto 0px auto;
    background: #DDD;
    color: #000;
    text-decoration: none;
    padding: 20px 20px;
    text-align: center;
    font-size: 24px;
    border-radius: 3px;
}
a.pulsanteCal:hover {
    background: #AAA;
    color: #FFF;
    transition-duration: 0.5s;
}
a.pulsanteIsc {
    display: block;
    margin: 20px auto 0px auto;
    background: #fffd78;
    color: #000;
    text-decoration: none;
    padding: 20px 20px;
    text-align: center;
    font-size: 24px;
    border-radius: 3px;
}
a.pulsanteIsc:hover {
    background: #000;
    color: #FFF;
    transition-duration: 0.5s;
}


/* TABELLA DATI ORGANI */
table.datiOrgani {
    border: solid 1px #DDD;
    width: 100%;
}
table.datiOrgani th {
    width: 30%;
    text-align: right;
    vertical-align: top;
    padding: 5px;
}
table.datiOrgani td {
    vertical-align: top;
    padding: 5px;
    text-align: left;
}
table.datiOrgani tr:nth-child(odd) {
    background-color: #EEE;
}
/* TABELLA DATI PRIVACY */
table.tabPrivacy {
    border: solid 1px #DDD;
    width: 100%;
}
table.tabPrivacy td {
    border: solid 1px #DDD;
	width: 50%;
    vertical-align: top;
    padding: 10px 15px;
    text-align: left;
}



/* FORM CONTATTI */
input, select, textarea, button{
    padding:10px;
    background:#efefef;
    border:none;
}
.campo{
    margin-bottom:15px;
    position: relative;
}
span.obb{
}
form.cmsForm {
    border: solid 1px #CCC;
	box-shadow: 0px 0px 10px #CCC;
    padding: 20px;
}
form.cmsForm label{
    display:block;
    width:100%;
    float:left;
    font-weight: bold;
    text-align: left;
}
form.cmsForm .campoTre label{
    font-size: 14px;
    line-height: 18px;
}
form.cmsForm .campoTre label a{
	text-align: left;
}
form.cmsForm .campoTre label span, form.cmsForm .campoTre label a {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
}
form.cmsForm input, form.cmsForm textarea, form.cmsForm select{
    width:100%;
}
form.cmsForm textarea{
    height:100px;
}
form.cmsForm input[type=radio], form.cmsForm input[type=checkbox]{
    width:auto;
	float: left;
	margin-right: 5px;
}
form.cmsForm div.correggi input[type=radio], form.cmsForm div.correggi input[type=checkbox]{
    float: none;
    margin-right: 0px;
}
form.cmsForm .campoRadio input[type=radio] {
	float: none;
}
/*form.cmsForm .newsletter label{
    width:100%;
}
form.cmsForm .newsletter label .obb{
    width:3%;
}
form.cmsForm .newsletter input[type=checkbox]{
    float:left;
    margin-left:3%;
}
*/form.cmsForm input[type="submit"], button{
    width:auto;
    background:var(--ebplatform-color);;
    color: #FFF;
    font-weight: normal;
    border-radius: 3px;
    padding:10px 20px;
}
form.cmsForm .consensi .obb{
    height:auto;
}
form.cmsForm .consensi {
    font-size:14px;
    line-height: normal;
	text-align: left;
}
form.cmsForm .contratto{
    width:100%;
    height:100px;
    overflow:auto;
    padding:10px;
    border: 1px solid #dfdfdf;
    font-size:10px;
    line-height:13px;
}
form.cmsForm .acconsento {
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
}
form.cmsForm .acconsento label {
	width: auto;
	float: right;
}
form.cmsForm .acconsento input {
    margin-right: 3px;
	margin-top: 2px;
}
form.cmsForm .acconsento div {
	display: inline-table;
	margin-right: 20px;
}
.error input, .error textarea{border:1px solid red;}
.stripesError{
    display:block;
    color:red!important;
    font-size: 14px;
    line-height: normal;
}
form.cmsForm .stripes_errors_header div, form.cmsForm .errorePsw {
    color:red!important;
    text-align: center;
    margin-bottom: 15px;
	margin-top: 10px;
}
form.cmsForm h3 {
    margin-top: 30px!important;
    margin-bottom: 12px!important;
    font-weight: normal;
    border-bottom: solid 2px var(--ebplatform-color);;
    display: table;
    margin-left: -20px;
    padding-left: 20px;
    padding-bottom: 3px;
}
form.cmsForm h3:nth-child(2) {
    margin-top: 0px!important;
}
form.cmsForm .campoDue, form.cmsForm .campoTre {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
form.cmsForm .campoDue .campo, form.cmsForm .campoTre .campo {
    width: 100%;
}
img.ui-datepicker-trigger {
    padding-left: 0px!important;
    position: absolute;
    right:10px;
    top:35px;
}
form.cmsForm .mini {
    font-size: 14px;
    line-height: normal;
	font-weight: 400;
}
button:disabled,
button[disabled]{
    color: #fff;
     background: #CCC;
}
/*NUMERAZIONE PAGINE*/
.pager {
    margin-top: 10px;
}
.pager a {
    font-size: 18px;
    padding-right: 5px;
    text-decoration: none;
}
.pager a.pager_previous, .pager a.pager_next, .pager a.pager_link {
    font-weight: bold;
}
.pager a.pager_linkSelected {
    color: #000;
}
.pager a.pager_previous, .pager a.pager_next, .pager a.pager_link, .pager a.pager_linkSelected {
    font-size: 18px;
}


/*FOOTER
---------------------------------------------------------------------------*/
.azurFooter {
    background-color: #333333;
    padding: 10px 0px 30px 0px;
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
}
.azurCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.azurBox {
    width: 100%;
}
.azurBox h2 {
    color: #FFF;
    text-decoration: none;
	font-size: 20px;
}
.azurBox a {
    color: #FFF;
    text-decoration: none;
}
.azurBox a:hover {
    color: #CCC;
}
.azurBox ul {
    margin: 10px 0px;
    padding: 0px;
    list-style-type: square;
    margin-left: 15px;
}
.azurBox .icoFooter {
    font-size: 24px;
    float: left;
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 27px;
    text-align: right;
}
.azurBox div {
    margin-bottom: 15px;
}
.azurBox div:nth-last-child(1) {
    margin-bottom: 0px;
}
.bluFooter {
    background-color: #333333;
    color: #FFFFFF;
    font-size: 14px;
    line-height: normal;
}
.ebplatformCont {
    padding: 20px 0px;
    text-align: center;
	border-top: solid 1px #444444;
}
.privacyFooter {
    margin-top: 15px;
}
.privacyFooter a {
    color: #FFF;
    text-decoration: none;
	margin: 0px 5px;
}
.privacyFooter img {
    border-radius: 100px;
    display: table;
    margin: 15px auto 0px auto;
}

/* SCADENZE e NEWS IN HOME */

.scadenzeNewsHCont {
	padding: 20px 0px;
}
.scadenzeHome {
	margin-top: 20px;
}
.scadenzeHBox {
	background-color: #F7F7F7;
	padding: 20px;
	margin: 20px 0px;
}
.scadenzeHData {
	color: #FFF;
	padding: 5px 10px;
	background-color: var(--ebplatform-color);;
	border-radius: 3px;
	display: table;
	font-weight: 400;
}


/* SCADENZE */
.scadenzeCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.scadenzeBox {
    width: 100%;
    padding: 20px;
    border: solid 1px #CCC;
    box-shadow: 0px 0px 10px #CCC;
    text-align: left;
    margin: 15px 0px;
    background-image: url(../images/punto-esclamativo.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #FFF;
}
.scadenzeData {
    font-weight: bold;
    font-size: 18px;
}
.scadenzeBox h2 {
    text-align: left;
    margin: 15px 0px 10px 0px;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.clearfix:before, .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.invisible{
    display:none;
}

/* ==========================================================================
    MEDIA QUERIES
   ========================================================================== */

@media only screen and (min-width: 768px) {
    section#contenuti h1 {
        padding-bottom: 30px;
    }
    /* MODULISTICA */
    .moduloTipo {
        float: right;
		font-size: 14px;
		line-height: 16px;
		padding: 6px 8px;
		border-radius: 0px;
		margin-right: -20px;
		margin-left: 20px;
    }
    /* SERVIZI */
    .serviziBox {
        width: 48%;
    }
    /* SOCI */
    .sociBox {
        width: 48%;
    }
    /* NEWS */
    .newsBox {
        width: 48%;
    }
    .newsText {
        padding: 30px;
    }
    /* NEWS in HOME */
    .newsHBox {
        width: 48%;
    }
    section#contenuti {
        text-align: justify;
    }
    a.pulsantePrint {
        display: inline-table;
        margin-top: 10px;
    }
	/* SCADENZE */
    .scadenzeBox {
        width: 48%;
        padding: 30px;
    }


}
@media only screen and (min-width: 1024px) {
	/* SOCI HOME */
	.sociHomeIconCont {
		justify-content: space-between;
	}
	.socielinkFlex {
		padding: 80px 0px;
	}
	.sociHomeIconCont img {
		margin: 0px;
	}
	.sociHomeCont {
		width: 70%;
	}
	/* LINK UTILI HOME */
	.sistemaHomeIconCont {
		justify-content: space-between;
	}
	.sistemaHomeIconCont img {
		margin: 0px;
	}
	.sistemaHomeCont {
		width: 26%;
		margin-top: 0px;
	}
	.menuQuickCont {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.icone {
		margin-bottom: 0px;
	}
	.since {
		display: block;
		margin-bottom: -2px;
	}
	.payoff {
		padding-top: 0px;
		text-align: left;
		padding-left: 25px;
		margin-bottom: -2px;

	}
    .topSinceLogo {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
		align-items: flex-end;
    }
	.logo {
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-end;
	}
	.logo img {
		max-width: 262px;
	}
	.imgHomeFlex {
		flex-direction: row-reverse;
	}
	.imgHomeBox {
		width: 48%;
	}
	.imgHomeBox img {
		padding-bottom: 0px;
	}
	.newsHBox {
		margin-bottom: 0px;
	}
    /* SERVIZI */
    .serviziBox {
        width: 32%;
    }
    /* FORM CONTENITORE */
    .formCont {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .formBox {
        width: 48%;
    }
    .formHR {
        display: none;
    }
    form.cmsForm .campoDue .campo {
        width: 49%;
    }
    form.cmsForm .campoTre .campo {
        width: 32%;
    }
    /* FOOTER */
    .azurBox {
        width: 28%;
		border-top: solid 1px #444444;
    }
    .azurFooter {
        padding: 50px 0px;
    }
    .ebplatformCont {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }
    .privacyFooter {
        margin-top: 0px;
    }
    .privacyFooter a {
        margin-left: 20px;
        margin-right: 0px;
    }
    .privacyFooter img {
        display: inline-block;
        margin: auto;
    }
    /* CORSI DETTAGLIO */
    .corsiDetBox {
        width: 48%;
    }

	
	/* SCADENZE e NEWS IN HOME */

	.scadenzeNewsHCont {
		padding: 10px 0px;
	}
	.scadenzeNewsHFlex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.scadenzeHome {
		width: 30%;
		margin-top: 0px;
	}
	.newsHome {
		width: 65%;
	}
	img.menuMobNo {
		display: inline;
	}

}

@media only screen and (min-width: 1120px) {
   nav.menu-container ul li a,
    nav.menu-container ul li>span{
        font-size: 14px;
    }
}

@media only screen and (min-width: 1240px) {

   nav.menu-container ul li a,
    nav.menu-container ul li>span{
    	padding: 10px 15px 10px 0px;
		font-size: 15px;
    }
    nav.menu-container ul li a.menuAR {
        padding-left: 20px;
    }
	img.menuMobNo {
		display: inline;
		margin-right: 5px;
	}
    /* NEWS */
    .newsBox {
        width: 32%;
    }
    /* SOCI */
    .sociBox {
        width: 23%;
    }
	/* MEZZA PAGINA */
	.mezzaPaginaBox {
    width: 48%;
	}
	.mezzaPaginaHR {
		display: none;
	}

}
@media only screen and (min-width: 1366px) {
   nav.menu-container ul li a,
    nav.menu-container ul li>span{
     	padding: 10px 18px 10px 0px;
       font-size: 16px;
    }
     nav.menu-container ul li a.menuAR {
        padding-left: 23px;
    }
   .wrapper {
        width: 1296px;
        margin: 0 auto;
    }
}