@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,400,500,600,700,800,900');

/* *********
RESET CSS
********* */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

body {
    line-height: 0em;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

p {
    line-stacking: 4em;
}

/* FINE DEL RESET */




@media all {
    #clear_left {
        clear: left;
    }

    #clear_right {
        clear: right;
    }

    #clear_both {
        clear: both;
    }

    .clear_left {
        clear: left;
    }

    .clear_right {
        clear: right;
    }

    .clear_both {
        clear: both;
    }

    html {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
    }

    body {
        line-height: 1em;
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 20px;
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        background: #fff;
        width: 100%;
        color: #000;
    }

    /* SLIDE */
    #slideHome {
        height: 100vh;
    }

    .slideimg {
        position: absolute;
        z-index: 1;
        background: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        margin: 0;
    }

    #sfondo {
        width: 100%;
        position: absolute;
        z-index: 1;
    }

    .slide {
        border: none;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0;
        left: 0;
    }

    .showMe {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    /* FINE SLIDE */
    /* FRECCE */
    .containerfrecce {
        position: absolute;
        display: inline-block;
        /*width: 100%;*/
        z-index: 20;
        bottom: 10px;
        right: 10px;
        line-height: 0em;
        z-index: 2;
    }

    .containerfrecce a {
        float: left;
    }

    /* FINE FRECCE */
    img {
        border: 0;
        max-width: 100%;
        max-height: 100%;
    }

    h1 {
        font-size: 42px;
        line-height: 1em;
        font-weight: 400;
        padding: 0 0 25px 0;
    }
    h2 {
        font-size: 38px;
        line-height: 1em;
        font-weight: 400;
        padding: 0 0 25px 0;
	}
    h3 {
        /* usato nei titoli dei box sotto all'immagine */
        font-size: 17px;
        font-weight: 800;
        line-height: 1.2em;
        margin: 0 0 10px 0;
    }

    /*h4{
		font-size: 50px;
		line-height: 1.2em;
		font-weight: 700;
		padding: 20px 0;
		text-align: center;
	}*/
    /*h5{
		font-size: 25px;
		line-height: 1em;
		font-weight: 700;
		padding: 15px 0 15px 0;
	}*/
    .testobold {
        font-weight: 700;
    }

    .colorrosso {
        color: #f00;
    }

    .colorrosso a,
    .colorrosso a:link {
        color: #f00;
        text-decoration: underline;
    }

    .colorrosso a:hover,
    .colorrosso a:focus,
    .colorrosso a:active {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #000;
    }

    /*.colorrossounderline{color:#f00;}
	.colorrossounderline a, .colorrossounderline a:link{ color:#f00; text-decoration:underline;}
	.colorrossounderline a:hover, .colorrossounderline a:focus, .colorrossounderline a:active{
        -webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease; 
		transition: all 0.3s ease;
        color: #000;
    }*/
    .colornero {
        color: #000;
    }

    .colornero a,
    .colornero a:link {
        color: #000;
        text-decoration: underline;
    }

    .colornero a:hover,
    .colornero a:focus,
    .colornero a:active {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #f00;
    }

	
    .colorneronone {
        color: #000;
    }

    .colorneronone a,
    .colorneronone a:link {
        color: #000;
        text-decoration: none;
    }

    .colorneronone a:hover,
    .colorneronone a:focus,
    .colorneronone a:active {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #f00;
    }
	
	
    .colorbianco {
        color: #fff;
    }

    .colorbianco a,
    .colorbianco a:link {
        color: #fff;
        text-decoration: none;
    }

    .colorbianco a:hover,
    .colorbianco a:focus,
    .colorbianco a:active {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #f00;
    }

    .colorgrigetto {
        color: #828282;
    }

    /* usato nel calendario, nel breadcrumb, nel form contatti */
    .colorgrigetto a,
    .colorgrigetto a:link {
        color: #828282;
        text-decoration: none;
    }

    .colorgrigetto a:hover,
    .colorgrigetto a:focus,
    .colorgrigetto a:active {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #828282;
    }

    .bgrosa {
        background-color: #ffe8ed;
    }

    .bgrosso {
        background-color: #f00;
    }

    .bgbianco {
        background-color: #fff;
    }

    /* usato nel calendario !!!!!!!!!!!!!!!! OKKIO CHE DIVENTA GRIGIO NELLA RISOLUZIONE @media all and (max-width: 850px) */

    .textaligncenter {
        text-align: center;
    }

    .container {
        position: relative;
        max-width: 1488px;
        width: 100%;
        margin: 0px auto;
        padding: 0;
    }

    .containerigasolotesto {
        max-width: 840px;
        width: 100%;
        margin: 0px auto;
        line-height: 1.7em;
    }

    .margine {
        padding: 80px 0;
    }

    .borderdiriportolaterale {
        border-left: solid 20px #f0f;
        border-right: solid 20px #f0f;
    }

    .borderdiriportoaltezza {
        border-top: solid 20px #f0f;
    }

    /* BOX CON LARGHEZZA ALTEZZA FISSA */
    .containerbox {
        display: flex;
        flex-wrap: wrap;
    }

    .boxtre {
        position: relative;
        /* float: left; */
        width: 456px;
        /*height: 800px;*/
        margin: 20px;
        padding: 0;
        /*overflow: hidden;*/
        /*background: #00f;*/
    }

    .boxtre>a>img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    .boxtredue {
        position: relative;
        /*float: left;*/
        width: 952px;
        height: 400px;
        margin: 20px;
        padding: 0;
        /*overflow: hidden;*/
    }

    .boxtredue>a>img {
        /*max-width: none;
			max-height: none;
			width: 953px;
			height: 634px;
			margin-top: -117px;*/
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    .titolosuimmagine {
        position: absolute;
        z-index: 9;
        left: 20px;
        bottom: 20px;
        font-size: 38px;
        font-weight: 500;
        line-height: 1.1em;
		text-shadow: 1px 1px 3px black;
    }

    .titolodisezione {
        font-size: 38px;
        font-weight: 500;
        line-height: 1.3em;
    }

    .testodisezione {
        padding: 10px 0 0 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5em;
    }

    .visualizzatutto {
        position: absolute;
        width: 100%;
        bottom: 0;
        font-size: 14px;
        font-weight: 500;
    }

    .visualizzatutto img {
        padding: 0 0 0 20px;
    }

    .containertxtbox {
        width: 90%;
        /* è un effetto grafico sul testo voluto */
        margin: 12px 0 0 0;
    }

    .testosottoimgbox {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.3em;
    }

    .calendariosubox {
        position: absolute;
        z-index: 12;
        top: 340px;
    }

    .giornosuboxtre {
        float: left;
        width: 60px;
        height: 60px;
        margin: 0 1px 0 0;
        text-align: center;
    }

    .giornosuboxtre .numero {
        padding: 10px 0 5px 0;
        font-size: 34px;
        font-weight: 600;
    }

    .giornosuboxtre .mese {
        font-size: 15px;
        font-weight: 400;
    }

    .giornosuboxtre .altredate {
        padding: 18px 0 0 0;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.2em;
    }

    .altezzaannullata {
        /* NON SERVE PIU' serve per annullare l'altezza imposta nei box che così sono tutti uguali */
        /*height: auto;
		overflow-x: hidden;*/
        /*padding: 0 0 15px 0;*/
        /* mi serve  per far apparire la linea border sotto al linkmaiuscolosottolineato che altrimetni sparisce per colpa dell'altezza auto del div */
    }

    /* FINE BOX CON LARGHEZZA ALTEZZA FISSA */
	
	/* MESI CALENDARIO */
	.calevemeatt {
        float: left;
        width: 95px;
        height: 95px;
        margin: 0 1px 0 0;
        text-align: center;
		background-color: #f00;
	}
    .calevemeatt .mese {
		margin: 42px 0 0 0;
        font-size: 35px;
        font-weight: 600;
		line-height: 0.3;
    }
    .calevemeatt .anno {
		padding: 12px 0 0 0;
        font-size: 15px;
        font-weight: 400;
    }
    .calevemes {
        float: left;
        width: 60px;
        height: 60px;
        margin: 0 1px 1px 0;
        text-align: center;
		background-color: #eee;
    }
    .calevemes .mese {
		padding: 22px 0 0 0;
        font-size: 15px;
        font-weight: 600;
    }
	/* MESI CALENDARIO */


    /* FOTO CON DESCRIZIONI SOCRREVOLI */
    .imgtopdettaglioscroll {
        position: relative;
        height: 80vh;
        background: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        margin: 0;
    }

    .bgdetscroll {
        background-image: url(/res/img/bgscroll.png);
        background-position: 0;
        background-repeat: repeat-y;
    }

    .imgtopdettaglioscroll .riquadro {
        position: absolute;
        z-index: 2;
        width: 100%;
        bottom: 0;
        left: 0;
        line-height: 0;
        line-height: 1em;
        /*background-color: #0f0;*/
    }

    .imgtopdettaglioscroll .riquadro .titolodisezione {
        padding: 0 0 40px 0;
        color: #fff;
        font-size: 50px;
        font-weight: bold;
        line-height: 1.1em;
    }

    .imgtopdettaglioscroll .riquadro .dettscroll {
        float: left;
        width: 375px;
        background-color: #fff;
        position: relative;
    }

    .imgtopdettaglioscroll .riquadro .dettscroll .microtitscorr {
        width: calc(100% - 90px);
        padding: 20px 0 20px 0;
        font-size: 14px;
        font-style: italic;
    }

    .imgtopdettaglioscroll .riquadro .dettscroll .titscorr {
        width: calc(100% - 90px);
        padding: 0 0 20px 0;
        font-size: 30px;
        font-weight: 600;
        line-height: 1.1em;
    }

    .imgtopdettaglioscroll .riquadro .dettscroll .dettscorr {
        width: calc(100% - 90px);
        padding: 0 0 20px 0;
        font-size: 15px;
        font-weight: normal;
        font-style: italic;
        line-height: 1.5em;
    }

    .imgtopdettaglioscroll .riquadro .dettscroll .scdp {
        float: left;
        width: calc(100% - 70px);
        text-align: left;
        padding: 20px 0 0 0;
        font-size: 14px;
        font-weight: normal;
    }

    .imgtopdettaglioscroll .riquadro .dettscroll .scdp img {
        padding: 0 0 0 10px;
    }

    .imgtopdettaglioscroll .riquadro .dettscroll .scdpfrecce {
        float: left;
        width: 70px;
        line-height: 0;
    }

    .imgtopdettaglioscroll .riquadro .frecce {
        position: absolute;
        left: 375px;
        bottom: 0;
        padding: 0;
        line-height: 0;
    }

    .imgtopdettaglioscroll .riquadro .frecce img {
        width: 70px;
        margin: 2px 0 0 0;
    }

    /* FINE FOTO CON DESCRIZIONI SOCRREVOLI */

    /* FOTO AL TOP */
    .imgtoppiccola {
        position: relative;
        height: 60vh;
        background: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        margin: 0;
        /*line-height: 0;*/
    }

    .imgtoppiccola .iconarioimgpiccola {
        position: absolute;
        z-index: 2;
        /*width: 240px;*/
        bottom: 0;
        left: 0;
        line-height: 0;
        /*background-color: #00f;*/
    }

    .imgtoppiccola .iconarioimgpiccola img {
        margin: 2px 0 0 0;
        width: 70px;
    }

    .imgtoppiccola .divconttitlosuimgtop {
        position: absolute;
        width: calc(100% - 40px);
        padding: 0 20px;
        bottom: 57px;
        font-size: 60px;
        font-weight: bold;
        line-height: 1.5em;
        color: #fff;
    }

    /* FINE FOTO AL TOP */

    /* IMMAGINE DI STACCO */
    .immaginedistacco {
        position: relative;
        width: 100%;
        height: 350px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        text-align: center;
    }

    .immaginedistacco p {
        position: absolute;
        width: 100%;
        top: 48%;
        font-size: 80px;
        font-weight: bold;
        color: #fff;
        text-shadow: 2px 2px 10px #000;

    }

    /* FINE IMMAGINE DI STACCO */


    /* BREADCRUMB */
    .breadcrumb {
        padding: 10px;
        font-size: 12px;
    }


	/* RISULTATI RICERCA */
	.bloccocerca{
		border-bottom: solid 1px #f00;
		padding: 10px 0;
	}
	.bloccocerca:last-child{
		border-bottom: none;
	}
	.ctit{
		font-size: 22px;
		font-weight: bold;
		padding: 0 0 5px 0;
	}
	/*.cdesc{}*/
	
	/* FINE RISULTATI RICERCA */
	
	
    /* SEF POR */
    .por{
        width: 100%;
        padding: 40px 0 30px 0;
        text-align: center;
        /*height: 500px;
        background-color: #325;*/
    }
    .por img{
        width: 380px;
    }
    
    /* FINE SEF POR */
	
	
	/* OUTDOORACTIVE */
	.contoutdoor{
		border-radius: 6px;
		background-color: #a7b237;
	}
	.contoutdoor .imgtop{
		height: 80px;
		padding: 20px 0 0 0;
		background-image: url(/res/img/bg_outdoor.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		border-radius: 6px 6px 0 0;
		text-align: center;
	}
	.contoutdoor .imgtop img{
		width: 80%;
	}
	.contoutdoor .testo{
		text-align: center;
		
		padding: 20px;
		/*border-radius: 0 0 6px 6px;*/
		font-size: 20px;
	}
	.contoutdoor .klm{
		border-top: solid 1px #fff;
		text-align: center;
		padding: 20px;
		/*border-radius: 0 0 6px 6px;*/
		font-size: 20px;
	}
	


}






@media all and (max-width: 1950px) {
    .bgdetscroll {
        background-position: -300px 0;
        /*background-color: #00f;*/
    }
}







@media all and (max-width: 1630px) {
    body {
        font-size: 18px;
    }

    h1 {
        font-size: 40px;
        /*line-height: 1em;
		font-weight: 400;
		padding: 0 0 25px 0;*/
    }
    h2 {
        font-size: 34px;
        /*line-height: 1em;
        font-weight: 400;
        padding: 0 0 25px 0;*/
	}
    h3 {
        /*font-size: 17px;
        font-weight: 800;
        line-height: 1.2em;
        margin: 0 0 10px 0;*/
    }

    .container {
        max-width: 1296px;
        /*width:100%;
		margin:0px auto;
		padding: 0;*/
        /*background-color: #eee;*/
    }

    .containerigasolotesto {
        max-width: 780px;
        /*width:100%;
		margin:0px auto;
		line-height: 1.7em;*/
        /*background-color: #f0f;*/
    }

    /*.margine{padding: 80px 0;}
	.borderdiriportolaterale{
		border-left: solid 20px #f0f;
		border-right: solid 20px #f0f; 
	}
	.borderdiriportoaltezza{
		border-top: solid 20px #f0f;
	}*/
    /* BOX CON LARGHEZZA ALTEZZA FISSA */
    .boxtre {
        /*float: left;*/
        width: 392px;
        /*height: 344px;*/
        /*margin: 20px;*/
        /*padding: 0;*/
    }

    .boxtre>a>img {
        /*width: 100%;*/
        height: 344px;
        /*object-fit: cover;*/
    }

    .boxtredue {
        /*float: left;*/
        width: 824px;
        height: 344px;
        /*margin: 20px;
		padding: 0;*/
        overflow: hidden;
    }

    .boxtredue>a>img {
        /*width: 100%;*/
        height: 344px;
        /*object-fit: cover;*/
    }

    .titolosuimmagine {
        /*position: absolute;
        z-index: 9;*/
        /*left: 20px;
        bottom: 20px;*/
        font-size: 34px;
        /*font-weight: 500;*/
    }

    .titolodisezione {
        font-size: 36px;
        /*font-weight: 500;
        line-height: 1.3em;*/
    }

    /*.testodisezione{
		padding: 10px 0 0 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5em;
    }*/
    /*.visualizzatutto{
		width: 100%;
        bottom: 0;
        font-size: 14px;
        font-weight: 500;
    }*/
    /*.visualizzatutto img{
		padding: 0 0 0 20px;
    }*/
    .containertxtbox {
        /*width: 90%;
        margin: 12px 0 0 0;*/
        /*background-color: #0f5;*/
    }

    /*.testosottoimgbox{
        font-size: 14px;
        font-weight: 400;
        line-height: 1.3em;
    }*/
    .calendariosubox {
        /*position: absolute;
        z-index: 12;*/
        top: 289px;
    }

    .giornosuboxtre {
        width: 55px;
        height: 55px;
        /*margin: 0 1px 0 0;*/
        /*text-align: center;*/
    }

    .giornosuboxtre .numero {
        padding: 8px 0 4px 0;
        font-size: 31px;
        /*font-weight: 600;*/
    }

    /*.giornosuboxtre .mese{
			font-size: 15px;
			font-weight: 400;
		}*/
    .giornosuboxtre .altredate {
        padding: 15px 0 0 0;
        /*font-size: 15px;
			font-weight: 400;
			line-height: 1.2em;*/
    }

    .altezzaannullata {
        height: auto;
        overflow-x: hidden;
        padding: 0 0 15px 0;
    }

    /* FINE BOX CON LARGHEZZA ALTEZZA FISSA */

    /* FOTO CON DESCRIZIONI SOCRREVOLI */
    /*.imgtopdettaglioscroll{
		position: relative;
		height: 80vh;
        background:center;
        -webkit-background-size: cover; 
        -moz-background-size: cover; 
        -o-background-size: cover;
        background-size: cover;
        margin: 0;
    }*/
    /*.bgdetscroll{
		background-image: url(/res/img/bgscroll.png);
		background-position: -300px 0;
		background-repeat: repeat-y;
		background-color: #00f;
	}*/
    /*.imgtopdettaglioscroll .riquadro{
		position: absolute;
		z-index: 2;
		/*width: 100%;
		bottom: 0;
		left: 0;
		line-height: 0;
		line-height: 1em;
	}*/
    .imgtopdettaglioscroll .riquadro .titolodisezione {
        padding: 0 0 35px 0;
        /*color: #fff;*/
        font-size: 45px;
        /*font-weight: bold;
		line-height: 1.1em;*/
    }

    .imgtopdettaglioscroll .riquadro .dettscroll {
        /*float: left;*/
        width: 352px;
        /*background-color: #fff;*/
        /*position: relative;*/
    }

    .imgtopdettaglioscroll .riquadro .dettscroll .microtitscorr {
        width: calc(100% - 80px);
        padding: 18px 0 18px 0;
        /*font-size: 14px;*/
        /*font-style: italic;*/
    }

    .imgtopdettaglioscroll .riquadro .dettscroll .titscorr {
        width: calc(100% - 80px);
        padding: 0 0 18px 0;
        font-size: 28px;
        /*font-weight: 600;
			line-height: 1.1em;*/
    }

    .imgtopdettaglioscroll .riquadro .dettscroll .dettscorr {
        width: calc(100% - 80px);
        padding: 0 0 18px 0;
        /*font-size: 15px;
			font-weight: normal;
			font-style: italic;
			line-height: 1.5em;*/
    }

    .imgtopdettaglioscroll .riquadro .dettscroll .scdp {
        /*float: left;*/
        width: calc(100% - 60px);
        /*text-align: left;*/
        padding: 18px 0 0 0;
        /*font-size: 14px;
			font-weight: normal;*/
    }

    .imgtopdettaglioscroll .riquadro .dettscroll .scdpfrecce {
        /*float: left;*/
        width: 60px;
        /*line-height: 0;*/
    }

    .imgtopdettaglioscroll .riquadro .frecce {
        /*position: absolute;*/
        left: 352px;
        /*bottom: 0;
		padding: 0;
		line-height: 0;*/
    }

    .imgtopdettaglioscroll .riquadro .frecce img {
        width: 60px;
        /*margin: 2px 0 0 0;*/
    }

    /* FINE FOTO CON DESCRIZIONI SOCRREVOLI */

    /* FOTO AL TOP */
    .imgtoppiccola {
        /*position: relative;*/
        /*height: 60vh;*/
        /*background:center;
        -webkit-background-size: cover; 
        -moz-background-size: cover; 
        -o-background-size: cover;
        background-size: cover;
        margin: 0;*/
        /*line-height: 0;*/
    }

    .imgtoppiccola .iconarioimgpiccola {
        /*position: absolute;
		z-index: 2;*/
        /*width: 240px;*/
        /*bottom: 0;
		left: 0;
		line-height: 0;*/
        /*background-color: #00f;*/
    }

    .imgtoppiccola .iconarioimgpiccola img {
        /*margin: 0 0 2px 0;*/
        width: 65px;
    }

    .imgtoppiccola .divconttitlosuimgtop {
        /*position: absolute;*/
        /*width: 100%;*/
        /*padding: 0 20px;*/
        bottom: 49px;
        font-size: 50px;
        /*font-weight: bold;
		line-height: 1.5em;
		color: #fff;*/
    }

    /* FINE FOTO AL TOP */

    /* IMMAGINE DI STACCO */
    .immaginedistacco {
        /*position: relative;
		width: 100%;*/
        /*height: 350px;*/
        /*background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		text-align: center;*/
    }

    .immaginedistacco p {
        /*position: absolute;
		width: 100%;*/
        /*top: 48%;
		font-size:200px;*/
        /*font-weight: bold;
		color: #fff;
		text-shadow: 2px 2px 10px #000;*/

    }

    /* FINE IMMAGINE DI STACCO */
}










@media all and (max-width: 1490px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 36px;
        /*line-height: 1em;
		font-weight: 400;
		padding: 0 0 25px 0;*/
    }
    h2 {
        font-size: 32px;
        /*line-height: 1em;
        font-weight: 400;
        padding: 0 0 25px 0;*/
	}
    h3 {
        font-size: 16px;
        /*font-weight: 800;
        line-height: 1.2em;
        margin: 0 0 10px 0;*/
    }

    .container {
        max-width: 1176px;
        /*width:100%;
		margin:0px auto;
		padding: 0;*/
        /*background-color: #0f0;*/
    }

    .containerigasolotesto {
        max-width: 780px;
        /*width:100%;
		margin:0px auto;
		line-height: 1.7em;*/
        /*background-color: #f0f;*/
    }

    .margine {
        padding: 60px 0;
    }

    .borderdiriportolaterale {
        border-left: solid 10px #fff;
        border-right: solid 10px #fff;
    }

    .borderdiriportoaltezza {
        border-top: solid 10px #fff;
    }

    /* BOX CON LARGHEZZA ALTEZZA FISSA */
    .boxtre {
        width: 372px;
        /*height: 326px;*/
        margin: 10px;
    }

    .boxtre>a>img {
        /*width: 100%;*/
        height: 326px;
        /*object-fit: cover;*/
    }

    .boxtredue {
        width: 764px;
        height: 326px;
        margin: 10px;
    }

    .boxtredue>a>img {
        /*width: 100%;*/
        height: 326px;
        /*object-fit: cover;*/
    }

    .titolosuimmagine {
        /*position: absolute;
        z-index: 9;*/
        /*left: 20px;
        bottom: 20px;*/
        font-size: 32px;
        /*font-weight: 500;*/
    }

    .titolodisezione {
        font-size: 36px;
        /*font-weight: 500;
        line-height: 1.3em;*/
    }

    /*.testodisezione{
		padding: 10px 0 0 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5em;
    }*/
    /*.visualizzatutto{
		width: 100%;
        bottom: 0;
        font-size: 14px;
        font-weight: 500;
    }*/
    /*.visualizzatutto img{
		padding: 0 0 0 20px;
    }*/
    .containertxtbox {
        /*width: 90%;
        margin: 12px 0 0 0;*/
        /*background-color: #f00;*/
    }

    /*.testosottoimgbox{
        font-size: 14px;
        font-weight: 400;
        line-height: 1.3em;
    }*/
    .calendariosubox {
        /*position: absolute;
        z-index: 12;*/
        top: 276px;
    }

    .giornosuboxtre {
        width: 50px;
        height: 50px;
        /*margin: 0 1px 0 0;*/
        /*text-align: center;*/
    }

    .giornosuboxtre .numero {
        padding: 8px 0 4px 0;
        font-size: 28px;
        /*font-weight: 600;*/
    }

    /*.giornosuboxtre .mese{
			font-size: 15px;
			font-weight: 400;
		}*/
    .giornosuboxtre .altredate {
        padding: 11px 0 0 0;
        font-size: 14px;
        /*font-weight: 400;
			line-height: 1.2em;*/
    }

    .altezzaannullata {
        height: auto;
        overflow-x: hidden;
        padding: 0 0 15px 0;
    }

    /* FINE BOX CON LARGHEZZA ALTEZZA FISSA */

    /* FOTO CON DESCRIZIONI SOCRREVOLI */
    /*.imgtopdettaglioscroll{
		position: relative;
		height: 80vh;
        background:center;
        -webkit-background-size: cover; 
        -moz-background-size: cover; 
        -o-background-size: cover;
        background-size: cover;
        margin: 0;
    }*/
    /*.bgdetscroll{
		background-image: url(/res/img/bgscroll.png);
		background-position: -300px 0;
		background-repeat: repeat-y;
		background-color: #00f;
	}*/
    /*.imgtopdettaglioscroll .riquadro{
		position: absolute;
		z-index: 2;
		/*width: 100%;
		bottom: 0;
		left: 0;
		line-height: 0;
		line-height: 1em;
	}*/
    .imgtopdettaglioscroll .riquadro .titolodisezione {
        padding: 0 0 30px 0;
        /*color: #fff;*/
        font-size: 40px;
        /*font-weight: bold;
		line-height: 1.1em;*/
    }

    .imgtopdettaglioscroll .riquadro .dettscroll {
        /*float: left;*/
        width: 325px;
        /*background-color: #fff;*/
        /*position: relative;*/
    }

    .imgtopdettaglioscroll .riquadro .dettscroll .microtitscorr {
        width: calc(100% - 70px);
        padding: 16px 0 16px 0;
        /*font-size: 14px;*/
        /*font-style: italic;*/
    }

    .imgtopdettaglioscroll .riquadro .dettscroll .titscorr {
        width: calc(100% - 70px);
        padding: 0 0 16px 0;
        font-size: 26px;
        /*font-weight: 600;
			line-height: 1.1em;*/
    }

    .imgtopdettaglioscroll .riquadro .dettscroll .dettscorr {
        width: calc(100% - 70px);
        padding: 0 0 16px 0;
        /*font-size: 15px;
			font-weight: normal;
			font-style: italic;
			line-height: 1.5em;*/
    }

    .imgtopdettaglioscroll .riquadro .dettscroll .scdp {
        /*float: left;*/
        width: calc(100% - 55px);
        /*text-align: left;*/
        padding: 16px 0 0 0;
        /*font-size: 14px;
			font-weight: normal;*/
    }

    .imgtopdettaglioscroll .riquadro .dettscroll .scdpfrecce {
        /*float: left;*/
        width: 55px;
        /*line-height: 0;*/
    }

    .imgtopdettaglioscroll .riquadro .frecce {
        /*position: absolute;*/
        left: 325px;
        /*bottom: 0;
		padding: 0;
		line-height: 0;*/
    }

    .imgtopdettaglioscroll .riquadro .frecce img {
        width: 55px;
        /*margin: 2px 0 0 0;*/
    }

    /* FINE FOTO CON DESCRIZIONI SOCRREVOLI */


    /* FOTO AL TOP */
    .imgtoppiccola {
        /*position: relative;*/
        /*height: 60vh;*/
        /*background:center;
        -webkit-background-size: cover; 
        -moz-background-size: cover; 
        -o-background-size: cover;
        background-size: cover;
        margin: 0;*/
        /*line-height: 0;*/
    }

    .imgtoppiccola .iconarioimgpiccola {
        /*position: absolute;
		z-index: 2;*/
        /*width: 240px;*/
        /*bottom: 0;
		left: 0;
		line-height: 0;*/
        /*background-color: #00f;*/
    }

    .imgtoppiccola .iconarioimgpiccola img {
        /*margin: 0 0 2px 0;*/
        width: 60px;
    }

    .imgtoppiccola .divconttitlosuimgtop {
        /*position: absolute;*/
        /*width: 100%;*/
        /*padding: 0 20px;*/
        bottom: 46px;
        font-size: 42px;
        /*font-weight: bold;
		line-height: 1.5em;
		color: #fff;*/
    }

    /* FINE FOTO AL TOP */


    /* IMMAGINE DI STACCO */
    .immaginedistacco {
        /*position: relative;
		width: 100%;*/
        height: 320px;
        /*background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		text-align: center;*/
    }

    .immaginedistacco p {
        /*position: absolute;
		width: 100%;*/
        /*top: 48%;*/
        font-size: 70px;
        /*font-weight: bold;
		color: #fff;
		text-shadow: 2px 2px 10px #000;*/

    }

    /* FINE IMMAGINE DI STACCO */

}









@media all and (max-width: 1280px) {
    body {
        font-size: 15px;
    }

    h1 {
        font-size: 32px;
        /*line-height: 1em;
		font-weight: 400;
		padding: 0 0 25px 0;*/
    }
    h2 {
        font-size: 28px;
        /*line-height: 1em;
        font-weight: 400;
        padding: 0 0 25px 0;*/
	}
    h3 {
        font-size: 15px;
        /*font-weight: 800;
        line-height: 1.2em;
        margin: 0 0 10px 0;*/
    }

    .container {
        max-width: 960px;
        /*width:100%;
		margin:0px auto;
		padding: 0;*/
        /*background-color: #000;*/
    }

    .containerigasolotesto {
        max-width: 750px;
        /*width:100%;
		margin:0px auto;
		line-height: 1.7em;*/
        /*background-color: #00f;*/
    }

    .margine {
        padding: 50px 0;
    }

    /*.borderdiriportolaterale{
		border-left: solid 10px #fff;
		border-right: solid 10px #fff; 
	}
	.borderdiriportoaltezza{
		border-top: solid 10px #fff;
	}*/
    /* BOX CON LARGHEZZA ALTEZZA FISSA */
    .boxtre {
        width: 300px;
        /*height: 263px;*/
        margin: 10px;
    }

    .boxtre>a>img {
        /*width: 100%;*/
        height: 263px;
        /*object-fit: cover;*/
    }

    .boxtredue {
        width: 620px;
        height: 263px;
        margin: 10px;
    }

    .boxtredue>a>img {
        /*width: 100%;*/
        height: 263px;
        /*object-fit: cover;*/
    }

    .titolosuimmagine {
        /*position: absolute;
        z-index: 9;*/
        /*left: 20px;
        bottom: 20px;*/
        font-size: 28px;
        /*font-weight: 500;*/
    }

    .titolodisezione {
        font-size: 32px;
        /*font-weight: 500;
        line-height: 1.3em;*/
    }

    /*.testodisezione{
		padding: 10px 0 0 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5em;
    }*/
    /*.visualizzatutto{
		width: 100%;
        bottom: 0;
        font-size: 14px;
        font-weight: 500;
    }*/
    /*.visualizzatutto img{
		padding: 0 0 0 20px;
    }*/
    .containertxtbox {
        /*width: 90%;
        margin: 12px 0 0 0;*/
        /*background-color: #0f0;*/
    }

    /*.testosottoimgbox{
        font-size: 14px;
        font-weight: 400;
        line-height: 1.3em;
    }*/
    .calendariosubox {
        /*position: absolute;
        z-index: 12;*/
        top: 223px;
    }

    .giornosuboxtre {
        width: 40px;
        height: 40px;
        /*margin: 0 1px 0 0;*/
        /*text-align: center;*/
    }

    .giornosuboxtre .numero {
        padding: 5px 0 3px 0;
        font-size: 22px;
        font-weight: 800;
    }

    .giornosuboxtre .mese {
        font-size: 12px;
        /*font-weight: 400;*/
    }

    .giornosuboxtre .altredate {
        padding: 11px 0 0 0;
        font-size: 12px;
        /*font-weight: 400;*/
        line-height: 1.1em;
    }

    .altezzaannullata {
        height: auto;
        overflow-x: hidden;
        padding: 0 0 15px 0;
    }

    /* FINE BOX CON LARGHEZZA ALTEZZA FISSA */

    /* FOTO CON DESCRIZIONI SOCRREVOLI */
    /*.imgtopdettaglioscroll{
		position: relative;
		height: 80vh;
        background:center;
        -webkit-background-size: cover; 
        -moz-background-size: cover; 
        -o-background-size: cover;
        background-size: cover;
        margin: 0;
    }*/
    /*.bgdetscroll{
		background-image: url(/res/img/bgscroll.png);
		background-position: -300px 0;
		background-repeat: repeat-y;
		background-color: #00f;
	}*/
    /*.imgtopdettaglioscroll .riquadro{
		position: absolute;
		z-index: 2;
		/*width: 100%;
		bottom: 0;
		left: 0;
		line-height: 0;
		line-height: 1em;
	}*/
    .imgtopdettaglioscroll .riquadro .titolodisezione {
        padding: 0 0 30px 0;
        /*color: #fff;*/
        font-size: 33px;
        /*font-weight: bold;
		line-height: 1.1em;*/
    }

    .imgtopdettaglioscroll .riquadro .dettscroll {
        /*float: left;*/
        width: 260px;
        /*background-color: #fff;*/
        /*position: relative;*/
    }

    .imgtopdettaglioscroll .riquadro .dettscroll .microtitscorr {
        width: calc(100% - 60px);
        padding: 14px 0 14px 0;
        font-size: 13px;
        /*font-style: italic;*/
    }

    .imgtopdettaglioscroll .riquadro .dettscroll .titscorr {
        width: calc(100% - 60px);
        padding: 0 0 14px 0;
        font-size: 22px;
        /*font-weight: 600;
			line-height: 1.1em;*/
    }

    .imgtopdettaglioscroll .riquadro .dettscroll .dettscorr {
        width: calc(100% - 60px);
        padding: 0 0 14px 0;
        font-size: 13px;
        /*font-weight: normal;
			font-style: italic;
			line-height: 1.5em;*/
    }

    .imgtopdettaglioscroll .riquadro .dettscroll .scdp {
        /*float: left;*/
        width: calc(100% - 50px);
        /*text-align: left;*/
        padding: 14px 0 0 0;
        font-size: 13px;
        /*font-weight: normal;*/
    }

    .imgtopdettaglioscroll .riquadro .dettscroll .scdpfrecce {
        /*float: left;*/
        width: 50px;
        /*line-height: 0;*/
    }

    .imgtopdettaglioscroll .riquadro .frecce {
        /*position: absolute;*/
        left: 260px;
        /*bottom: 0;
		padding: 0;
		line-height: 0;*/
    }

    .imgtopdettaglioscroll .riquadro .frecce img {
        width: 50px;
        /*margin: 2px 0 0 0;*/
    }

    /* FINE FOTO CON DESCRIZIONI SOCRREVOLI */

    /* FOTO AL TOP */
    .imgtoppiccola {
        /*position: relative;*/
        /*height: 60vh;*/
        /*background:center;
        -webkit-background-size: cover; 
        -moz-background-size: cover; 
        -o-background-size: cover;
        background-size: cover;
        margin: 0;*/
        /*line-height: 0;*/
    }

    .imgtoppiccola .iconarioimgpiccola {
        /*position: absolute;
		z-index: 2;*/
        /*width: 240px;*/
        /*bottom: 0;
		left: 0;
		line-height: 0;*/
        /*background-color: #00f;*/
    }

    .imgtoppiccola .iconarioimgpiccola img {
        /*margin: 0 0 2px 0;*/
        width: 55px;
    }

    .imgtoppiccola .divconttitlosuimgtop {
        /*position: absolute;*/
        /*width: 100%;*/
        /*padding: 0 20px;*/
        bottom: 42px;
        font-size: 36px;
        /*font-weight: bold;
		line-height: 1.5em;
		color: #fff;*/
    }

    /* FINE FOTO AL TOP */


    /* IMMAGINE DI STACCO */
    .immaginedistacco {
        /*position: relative;
		width: 100%;*/
        height: 300px;
        /*background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		text-align: center;*/
    }

    .immaginedistacco p {
        /*position: absolute;
		width: 100%;*/
        /*top: 48%;*/
        font-size: 60px;
        /*font-weight: bold;
		color: #fff;
		text-shadow: 2px 2px 10px #000;*/

    }

    /* FINE IMMAGINE DI STACCO */
}









@media all and (max-width: 1090px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 34px;
        /*line-height: 1em;
		font-weight: 400;
		padding: 0 0 25px 0;*/
    }
    h2 {
        font-size: 30px;
        /*line-height: 1em;
        font-weight: 400;
        padding: 0 0 25px 0;*/
	}
    h3 {
        font-size: 16px;
        /*font-weight: 800;
        line-height: 1.2em;
        margin: 0 0 10px 0;*/
    }



    .container {
        max-width: 768px;
        /*width:100%;
		margin:0px auto;
		padding: 0;*/
        /*background-color: #505;*/
    }

    .containerigasolotesto {
        max-width: 748px;
        /*width:100%;
		margin:0px auto;
		line-height: 1.7em;*/
        /*background-color: #00f;*/
    }

    /*.margine{padding: 50px 0;}*/
    /*.borderdiriportolaterale{
		border-left: solid 10px #fff;
		border-right: solid 10px #fff; 
	}
	.borderdiriportoaltezza{
		border-top: solid 10px #fff;
	}*/
    /* BOX CON LARGHEZZA ALTEZZA FISSA */
    .boxtre {
        width: 364px;
        /*height: 319px;*/
        margin: 10px;
        /*background-color: #0f0;*/
    }

    .boxtre>a>img {
        /*width: 100%;*/
        height: 319px;
        /*object-fit: cover;*/
    }

    .boxtredue {
        width: 748px;
        height: 319px;
        margin: 10px;
    }

    .boxtredue>a>img {
        /*width: 100%;*/
        height: 319px;
        /*object-fit: cover;*/
    }

    .titolosuimmagine {
        /*position: absolute;
        z-index: 9;*/
        /*left: 20px;
        bottom: 20px;*/
        font-size: 30px;
        /*font-weight: 500;*/
    }

    .titolodisezione {
        font-size: 36px;
        /*font-weight: 500;
        line-height: 1.3em;*/
    }

    /*.testodisezione{
		padding: 10px 0 0 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5em;
    }*/
    /*.visualizzatutto{
		width: 100%;
        bottom: 0;
        font-size: 14px;
        font-weight: 500;
    }*/
    /*.visualizzatutto img{
		padding: 0 0 0 20px;
    }*/
    .containertxtbox {
        /*width: 90%;
        margin: 12px 0 0 0;*/
        /*background-color: #0f0;*/
    }

    /*.testosottoimgbox{
        font-size: 14px;
        font-weight: 400;
        line-height: 1.3em;
    }*/
    .calendariosubox {
        /*position: absolute;
        z-index: 12;*/
        top: 264px;
    }

    .giornosuboxtre {
        width: 55px;
        height: 55px;
        /*margin: 0 1px 0 0;*/
        /*text-align: center;*/
    }

    .giornosuboxtre .numero {
        padding: 8px 0 7px 0;
        font-size: 32px;
        font-weight: 600;
    }

    .giornosuboxtre .mese {
        font-size: 15px;
        font-weight: 400;
    }

    .giornosuboxtre .altredate {
        padding: 14px 0 0 0;
        font-size: 15px;
        /*font-weight: 400;
			line-height: 1.2em;*/
    }

    .altezzaannullata {
        height: auto;
        overflow-x: hidden;
        padding: 0 0 15px 0;
    }

    /* FINE BOX CON LARGHEZZA ALTEZZA FISSA */

	

    /* FOTO CON DESCRIZIONI SOCRREVOLI */
    /*.imgtopdettaglioscroll{
		position: relative;
		height: 80vh;
        background:center;
        -webkit-background-size: cover; 
        -moz-background-size: cover; 
        -o-background-size: cover;
        background-size: cover;
        margin: 0;
    }*/
    /*.bgdetscroll{
		background-image: url(/res/img/bgscroll.png);
		background-position: -300px 0;
		background-repeat: repeat-y;
		background-color: #00f;
	}*/
    /*.imgtopdettaglioscroll .riquadro{
		position: absolute;
		z-index: 2;
		/*width: 100%;
		bottom: 0;
		left: 0;
		line-height: 0;
		line-height: 1em;
	}*/
    .imgtopdettaglioscroll .riquadro .titolodisezione {
        padding: 0 0 20px 0;
        /*color: #fff;*/
        /*font-size: 33px;*/
        /*font-weight: bold;
		line-height: 1.1em;*/
    }

    .imgtopdettaglioscroll .riquadro .dettscroll {
        /*float: left;*/
        width: 330px;
        /*background-color: #fff;*/
        /*position: relative;*/
    }

    .imgtopdettaglioscroll .riquadro .dettscroll .microtitscorr {
        width: calc(100% - 55px);
        padding: 13px 0 13px 0;
        /*font-size: 13px;*/
        /*font-style: italic;*/
    }

    .imgtopdettaglioscroll .riquadro .dettscroll .titscorr {
        width: calc(100% - 55px);
        padding: 0 0 13px 0;
        font-size: 20px;
        /*font-weight: 600;
			line-height: 1.1em;*/
    }

    .imgtopdettaglioscroll .riquadro .dettscroll .dettscorr {
        width: calc(100% - 55px);
        padding: 0 0 13px 0;
        /*font-size: 13px;*/
        /*font-weight: normal;
			font-style: italic;
			line-height: 1.5em;*/
    }

    .imgtopdettaglioscroll .riquadro .dettscroll .scdp {
        /*float: left;*/
        width: calc(100% - 45px);
        /*text-align: left;*/
        padding: 13px 0 0 0;
        /*font-size: 13px;*/
        /*font-weight: normal;*/
    }

    .imgtopdettaglioscroll .riquadro .dettscroll .scdpfrecce {
        /*float: left;*/
        width: 45px;
        /*line-height: 0;*/
    }

    .imgtopdettaglioscroll .riquadro .frecce {
        /*position: absolute;*/
        left: 330px;
        /*bottom: 0;
		padding: 0;
		line-height: 0;*/
    }

    .imgtopdettaglioscroll .riquadro .frecce img {
        width: 45px;
        /*margin: 2px 0 0 0;*/
    }

    /* FINE FOTO CON DESCRIZIONI SOCRREVOLI */

    /* FOTO AL TOP */
    .imgtoppiccola {
        /*position: relative;*/
        /*height: 60vh;*/
        /*background:center;
        -webkit-background-size: cover; 
        -moz-background-size: cover; 
        -o-background-size: cover;
        background-size: cover;
        margin: 0;*/
        /*line-height: 0;*/
    }

    .imgtoppiccola .iconarioimgpiccola {
        /*position: absolute;
		z-index: 2;*/
        /*width: 240px;*/
        /*bottom: 0;
		left: 0;
		line-height: 0;*/
        /*background-color: #00f;*/
    }

    .imgtoppiccola .iconarioimgpiccola img {
        /*margin: 0 0 2px 0;*/
        width: 50px;
    }

    .imgtoppiccola .divconttitlosuimgtop {
        /*position: absolute;*/
        /*width: 100%;*/
        /*padding: 0 20px;*/
        bottom: 38px;
        font-size: 32px;
        /*font-weight: bold;
		line-height: 1.5em;
		color: #fff;*/
    }

    /* FINE FOTO AL TOP */


    /* IMMAGINE DI STACCO */
    .immaginedistacco {
        /*position: relative;
		width: 100%;*/
        height: 270px;
        /*background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		text-align: center;*/
    }

    .immaginedistacco p {
        /*position: absolute;
		width: 100%;*/
        /*top: 48%;*/
        font-size: 50px;
        /*font-weight: bold;
		color: #fff;
		text-shadow: 2px 2px 10px #000;*/

    }

    /* FINE IMMAGINE DI STACCO */


	/* RISULTATI RICERCA */
	/*.bloccocerca{
		border-bottom: solid 1px #f00;
		padding: 10px 0;
	}*/
	.ctit{
		font-size: 20px;
		/*font-weight: bold;
		padding: 0 0 5px 0;*/
	}
	/*.cdesc{}*/
	
	/* FINE RISULTATI RICERCA */

}













@media all and (max-width: 880px) {
    .bgbianco {
        background-color: #eee;
    }

    /* OKKIO CHE PRIMA È BIANCO */
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 28px;
        /*line-height: 1em;
		font-weight: 400;
		padding: 0 0 25px 0;*/
    }
    h2 {
        font-size: 24px;
        /*line-height: 1em;
        font-weight: 400;
        padding: 0 0 25px 0;*/
	}
    h3 {
        font-size: 16px;
        /*font-weight: 800;
        line-height: 1.2em;
        margin: 0 0 10px 0;*/
    }

    .container {
        max-width: 550px;
        /*width:100%;
		margin:0px auto;
		padding: 0;*/
        /*background-color: #ff0;*/
    }

    .containerigasolotesto {
        max-width: 510px;
        width: calc(100% - 40px);
        /*margin:0px 20px;*/
        /*line-height: 1.7em;*/
        /*background-color: #00f;*/
    }

    /*.margine{padding: 50px 0;}*/
    /*.borderdiriportolaterale{
		border-left: solid 10px #fff;
		border-right: solid 10px #fff; 
	}
	.borderdiriportoaltezza{
		border-top: solid 10px #fff;
	}*/


    .margine {
        padding: 40px 0;
    }

    .borderdiriportolaterale {
        border-left: none;
        border-right: none;
    }

    .borderdiriportoaltezza {
        border-top: solid 10px #fff;
    }

    /* BOX CON LARGHEZZA ALTEZZA FISSA */
    .boxtre {
        position: relative;
        width: calc(100% - 40px);
        /*height: auto;*/
        margin: 10px 20px 10px 20px;
        overflow: visible;
    }

    .boxtre>a>img {
        /*width: 100%;*/
        height: 250px;
        /*object-fit: cover;*/
    }

    .boxtredue {
        position: relative;
        width: calc(100% - 40px);
        height: 250px;
        margin: 10px 20px 10px 20px;
        overflow: none;
    }

    .boxtredue>a>img {
        /*width: 100%;*/
        height: 250px;
        /*object-fit: cover;*/
    }

    .titolosuimmagine {
        /*position: absolute;
        z-index: 9;*/
        /*left: 20px;
        bottom: 20px;*/
        font-size: 24px;
        /*font-weight: 500;*/
    }

    .titolodisezione {
        font-size: 24px;
        /*font-weight: 500;*/
        line-height: 1.2em;
    }

    /*.testodisezione{
		padding: 10px 0 0 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5em;
    }*/
    .visualizzatutto {
        position: relative;
        width: 100%;
        bottom: auto;
        padding: 10px 0 0 0;
        font-size: 14px;
        font-weight: 500;
    }

    /*.visualizzatutto img{
		padding: 0 0 0 20px;
    }*/
    .containertxtbox {
        width: 100%;
        /*margin: 12px 0 0 0;*/
        /*background-color: #0f0;*/
    }

    /*.testosottoimgbox{
        font-size: 14px;
        font-weight: 400;
        line-height: 1.3em;
    }*/
    .calendariosubox {
        position: relative;
        z-index: auto;
        top: auto;
    }

    .giornosuboxtre {
        width: 50px;
        height: 50px;
        /*margin: 0 1px 0 0;*/
        /*text-align: center;*/
    }

    .giornosuboxtre .numero {
        padding: 9px 0 6px 0;
        font-size: 28px;
        font-weight: 800;
    }

    .giornosuboxtre .mese {
        font-size: 14px;
        font-weight: 400;
    }

    .giornosuboxtre .altredate {
        padding: 13px 0 0 0;
        font-size: 14px;
        /*font-weight: 400;*/
        line-height: 1.1em;
    }

    .altezzaannullata {
        height: auto;
        overflow-x: hidden;
        padding: 0 0 15px 0;
    }

    /* FINE BOX CON LARGHEZZA ALTEZZA FISSA */


	/* MESI CALENDARIO */
	.calevemeatt {
        /*float: left;*/
        width: 81px;
        height: 81px;
        /*margin: 0 1px 0 0;
        text-align: center;
		background-color: #000;*/
	}
    .calevemeatt .mese {
		margin: 30px 0 0 0;
        font-size: 25px;
        /*font-weight: 600;*/
		/*line-height: 0.3;*/
    }
    .calevemeatt .anno {
		padding: 7px;
        font-size: 14px;
        /*font-weight: 400;*/
    }
    .calevemes {
        /*float: left;*/
        width: 40px;
        height: 40px;
        /*margin: 0 1px 0 0;*/
        /*text-align: center;*/
		/*background-color: #eee;*/
    }
    .calevemes .mese {
		padding: 13px 0 0 0;
        font-size: 13px;
        font-weight: 400;
    }
	/* MESI CALENDARIO */


    /* FOTO CON DESCRIZIONI SOCRREVOLI */
    .imgtopdettaglioscroll {
        /*position: relative;*/
        /*height: 80vh;*/
        /*background:center;
        -webkit-background-size: cover; 
        -moz-background-size: cover; 
        -o-background-size: cover;
        background-size: cover;
        margin: 0;*/
    }

    .bgdetscroll {
        /*background-image: url(/res/img/bgscroll.png);*/
        background-position: -400px 0;
        /*background-repeat: repeat-y;
		background-color: #00f;*/
        padding: 0 0 0 10px;
    }

    /*.imgtopdettaglioscroll .riquadro{
		position: absolute;
		z-index: 2;
		width: 100%;
		bottom: 0;
		left: 0;
		line-height: 0;
		line-height: 1em;
	}*/
    .imgtopdettaglioscroll .riquadro .titolodisezione {
        padding: 10px;
        /*color: #fff;*/
        font-size: 26px;
        /*font-weight: bold;
		line-height: 1.1em;*/
    }

    .imgtopdettaglioscroll .riquadro .dettscroll {
        /*float: left;*/
        width: 280px;
        /*background-color: #fff;*/
        /*position: relative;*/
    }

    .imgtopdettaglioscroll .riquadro .dettscroll .microtitscorr {
        width: calc(100% - 60px);
        padding: 12px 0 12px 0;
        font-size: 12px;
        /*font-style: italic;*/
    }

    .imgtopdettaglioscroll .riquadro .dettscroll .titscorr {
        width: calc(100% - 60px);
        padding: 0 0 13px 0;
        font-size: 18px;
        /*font-weight: 600;
			line-height: 1.1em;*/
    }

    .imgtopdettaglioscroll .riquadro .dettscroll .dettscorr {
        width: calc(100% - 60px);
        padding: 0 0 12px 0;
        font-size: 12px;
        /*font-weight: normal;
			font-style: italic;
			line-height: 1.5em;*/
    }

    .imgtopdettaglioscroll .riquadro .dettscroll .scdp {
        /*float: left;*/
        width: calc(100% - 50px);
        /*text-align: left;*/
        padding: 12px 0 0 0;
        font-size: 12px;
        /*font-weight: normal;*/
    }

    .imgtopdettaglioscroll .riquadro .dettscroll .scdpfrecce {
        /*float: left;*/
        width: 50px;
        /*line-height: 0;*/
    }

    .imgtopdettaglioscroll .riquadro .frecce {
        /*position: absolute;*/
        left: 280px;
        /*bottom: 0;
		padding: 0;
		line-height: 0;*/
    }

    .imgtopdettaglioscroll .riquadro .frecce img {
        width: 50px;
        /*margin: 2px 0 0 0;*/
    }

    /* FINE FOTO CON DESCRIZIONI SOCRREVOLI */

    /* FOTO AL TOP */
    .imgtoppiccola {
        /*position: relative;*/
        /*height: 60vh;*/
        /*background:center;
        -webkit-background-size: cover; 
        -moz-background-size: cover; 
        -o-background-size: cover;
        background-size: cover;
        margin: 0;*/
        /*line-height: 0;*/
    }

    .imgtoppiccola .iconarioimgpiccola {
        /*position: absolute;
		z-index: 2;*/
        /*width: 240px;*/
        /*bottom: 0;
		left: 0;
		line-height: 0;*/
        /*background-color: #00f;*/
    }

    .imgtoppiccola .iconarioimgpiccola img {
        /*margin: 0 0 2px 0;*/
        width: 45px;
    }

    .imgtoppiccola .divconttitlosuimgtop {
        /*position: absolute;*/
        width: calc(100% - 80px);
        padding: 0 20px 0 60px;
        bottom: 8px;
        font-size: 22px;
        /*font-weight: normal;*/
        /*line-height: 1.5em;
		color: #fff;*/
    }

    /* FINE FOTO AL TOP */


    /* IMMAGINE DI STACCO */
    .immaginedistacco {
        /*position: relative;
		width: 100%;*/
        height: 200px;
        /*background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		text-align: center;*/
    }

    .immaginedistacco p {
        /*position: absolute;
		width: 100%;*/
        top: 35%;
        font-size: 40px;
        line-height: 1.1em;
        /*font-weight: bold;
		color: #fff;
		text-shadow: 2px 2px 10px #000;*/

    }

    /* FINE IMMAGINE DI STACCO */


    .search-form {
        display: none !important;
    }
}


@media all and (max-width: 585px) {}


@media all and (max-width: 500px) {}



/* MAPPA GOOGLE */
.mappagrande {
    width: 100%;
}

#map {
    height: 550px;
    width: 100%;
}

#map img {
    max-width: none;
    max-height: none;
}

/* MAPPA HOME */





/* BARRA RICERCA */
.search-form {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 19;
}

.search-form > form {
    height: 110px;
    width: 100%;
    max-width: 600px;
    background-color: white;
    display: flex;
}

.search-form > form > input {
    box-sizing: border-box;
    width: calc(100% - 110px);
    height: 100%;
    border: 0px;
    padding: 0px 30px;
    font-size: 20px;
}

.search-form > form > button {
    width: 110px;
    height: 110px;
    background: linear-gradient(90deg, rgb(226 13 13) 0%, rgb(255, 0, 0) 20%);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px;
    cursor: pointer;
}

.search-form > form > button:hover {
    background: #f00;
}
/* FINE BARRA RICERCA */


.pagination {
    display: flex;
}

.pagination > button {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    border: 1px solid #d7d7d7;
    color: #8b8b8b;
    margin-right: 10px;
    font-weight: 600;
    cursor: pointer;
}

.pagination > button.current {
    background: #f00;
    color: white;
    border-color: #f00;
}

.pagination > button.arrow {
    background: none;
    border: 0px;
}

.pagination > button.arrow > svg {
    fill: red;
}

.pagination > button.transparent {
    opacity: 0;
    cursor: default;
}