@import 'iSiteFont.css';
@import 'font.css';


/* Impostazioni generali */


/* ---------- correzione lingue aggiuntive ---*/

#checkLang .otherLang a{color:#0082C4}
#checkLang .otherLang{padding:0 0 5px 5px!important}


html,body{
	font-family: 'Lato', sans-serif!important;
	height: 100%;
	width:100%;
	font-size:1em!important;
	background-color: #E3E4E4!important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
}

#bottoneInvia{margin:20px 0!important;float:left!important;text-align:center!important;width:100px;color:#fff;background:#009036;padding:5px 15px;font-weight:bold;text-transform:uppercase;font-family: 'Roboto ', sans-serif;font-size:14px;text-decoration:none;color:#fff}
#bottoneInvia a{color:#fff!important}

h1,h2,h3,h4,h5,h6{font-weight:700;margin:0;padding:0}


.inverno .pagesBlock a, .inverno .pagesBlockEv a, .inverno .elencoitemBlock a, .inverno .contenuto-general a{color:#0082C4!important;}
.estate .pagesBlock a, .estate .pagesBlockEv a, .estate .elencoitemBlock a, .estate .contenuto-general a{color:#009036!important;}

.inverno .title-season{
	color: #0082C4;
}

.estate .title-season{
	color: #009036;
	padding-bottom: 0.7em;
}


.clear-after:after{
	content: '.';
	display:block;
	height:0;
	overflow:hidden;
	clear:both;
}

.remove-padding{
	padding-left:0px!important;
	padding-right: 0px!important;
}

.centered{
	float:none!important;
	margin:auto!important;
}

.content-page>div{
	max-width: 1300px;
}

.image-bg, .video-bg {
    background: #efefef;
    background-position: center top;
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 250px;
}

.image-bg-contain {
    background: #efefef;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 250px;
}

.image-bg-coll {
    background: #efefef;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 150px;
}

.image-infoWindow {
    height: 150px;
    padding: 10px 10px 5px 0;
}

.imgBlock{
	padding-bottom: 5px;
}

.spazio-sotto{
	padding-bottom: 1.5em;
}

.image-bg7{
	background-size: cover;
	background-position: center center;
	height: 400px;
	box-shadow: 5px 5px 2px #888888;
}

.title-page{
	padding-top:10%;
	text-align:center;
	text-transform: uppercase;
	display: inline-block;
	width:100%!important;
	font-size: 2.8em;
	font-weight: lighter;
	color:#fff;
	line-height: 1;
	text-shadow: 2px 2px #000;
	z-index:999999;
	margin-top: 0;
	margin-bottom: 0;
}

.subtitle-page{
	text-align:center;
	display: inline-block;
	width:100%!important;
	font-size: 2.2em;
	font-weight: lighter;
	color:#fff;
	line-height: 1;
	text-shadow: 2px 2px #000;
	z-index:999999;
	margin-top: 0;
	margin-bottom: 0;
}

.content-page{
	z-index: 19;
}

#ui-datepicker-div{
	z-index: 30!important;
}

/* Cover image */
.cover-image{
	position: fixed;
	opacity: 1;
    z-index: 33;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.75);
    text-align: center;
    padding-top: calc(50vh - 244px);
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
}

/* blocco località e montagne outdooractive */
.oax_region_container {display: none;}

/* responsive mobile */
@media (max-width: 767px){
	.image-bg, .img-bg-contain{height: 400px;}
	.imgBlock{padding-left:0px!important;padding-right:0px!important}
}

@media (max-width:1023px){
  #cpid{
    left: initial!important;
  }
}