#immaginevacanze
{
	display:block;
	position:fixed;
	width:50vw;
	margin-top:7vw;
	border-radius:1vw;
	margin-left:25vw;
	z-index:40;
	cursor:pointer;
	top:1vw;
}
#immaginevacanzesmartphone
{
	display:none;
}
#sfondoscuro
{
    display: block; 
    position: fixed; 
    z-index: 19;
    padding-top: 7vw;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: #C8C8C8;
	opacity:0.7;
}
#xchiusura
{
    display: block;
    font-size: 5vw;
    font-family: arial;
    font-weight: bold;
    position: fixed;
    z-index: 41;
    right: 27vw;
    top: 9vw;
    cursor: pointer;
    color: #CC0000;
}

body
{
	margin: 0;
	border: 0;
	font-family:'Conv_candara',Sans-Serif;
}
.contenitoreopening
{
	width:100%;
	overflow:hidden;
	position:relative;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container 
{
	margin-top:11vw;
}

/* Hide the images by default */
.mySlides 
{
	display: none;
}
.immaginehome
{
	width:100%;
	height:38vw;
}
/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 57%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 2vw;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

/* Position the "next button" to the right */
.next 
{
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover 
{
	background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text 
{
	text-shadow: 0.2vw 0.2vw #133557;
	color: #EFEFF9;
	font-size: 2vw;
	position: absolute;
	top: 23vw;
	width: 100%;
	text-align: center;
	
}

.bottoniopening
{
	font-size: 1.5vw;
	display:block;
	width:15vw;
	height:4vw;
	background-color:#133557;
	margin:auto;
	margin-top:4vw;
	line-height:3.8vw;
	border-radius:0.2vw;
	border-style: solid;
	border-width: 0.15vw;
	border-color: #EFEFF9;
	transition: 0.6s all;
}
.bottoniopening:hover 
{
	background-color: #2C7CCD;
	width:16vw;
	height:4.5vw;
	line-height:4.4vw;
}
/* The dots/bullets/indicators */
.dot 
{
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active, .dot:hover 
{
	background-color: #717171;
}

/* Fading animation */
.fade 
{
	animation-name: fade;
	animation-duration: 1.5s;
}

@keyframes fade 
{
	from {opacity: .4}
	to {opacity: 1}
}


#openinglogofronte
{
	height:6.5vw;
	width:15%;
	position:absolute;
	z-index:10;
	left:-25%;
	top:14.5vw;
	transition: all 1s; 
	z-index:1;
}
#openinglogoretro
{
	height:6.5vw;
	width:15%;
	position:absolute;
	z-index:10;
	left:100%;
	top:14.5vw;
	transition: all 1s; 
	z-index:1;
}
#barranegozioapertochiuso
{
	width:150%;
	height:5vw;
	position:absolute;
	top:6vw;
	background-color:white;
	margin:0;
	overflow:hidden;
}

#negozioapertochiuso
{
	position:absolute;
	left:-40%;
	line-height:5vw;
	margin:0;
	font-weight:bold;
	font-size:2vw; 
	animation-name:negozioapertochiusoscorrimento; 
	animation-duration:42s; 
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-delay: 4s;
	color: #133557;
    text-shadow: #1A4877 0.1vw 0.1vw;
}
@keyframes negozioapertochiusoscorrimento 
{
	0%     {left:-40%; opacity:1;}
	97%    {left:100%; opacity:1;}
	98%    {left:100%; opacity:0;}
	99%    {left:-40%; opacity:0;}
	100%   {left:-40%; opacity:1;}
}
#negozioapertochiuso2
{
	position:absolute;
	left:17%;
	line-height:5vw;
	margin:0;
	font-weight:bold;
	font-size:2vw; 
	animation-name:negozioapertochiusoscorrimento2; 
	animation-duration:42s; 
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	color: #133557;
    text-shadow: #1A4877 0.1vw 0.1vw;
}
@keyframes negozioapertochiusoscorrimento2 
{
	0%     {left:17%; opacity:1;}
	57.5%    {left:100%; opacity:1;}
	58%    {left:100%; opacity:0;}
	59%    {left:-40%; opacity:0;}
	60%    {left:-40%; opacity:1;}
	100%   {left:17%; opacity:1;}
}

#immstudenti, #immaziende
{
	display:block;
	position:absolute;
	z-index:1;
}
#immstudenti
{
	width:23vw;
	right:0vw;
	bottom:0vw;
}

.pulsanteopening
{
	margin:auto;
	margin-top:1.3vw;
	display:block;
	width:20vw;
	height:3.2vw;
	text-align:center;
	font-size:1.1vw;
	line-height:3.2vw;
	cursor:pointer;
	border-radius:0.8vw;
	background-color:#CC0000;
	box-shadow: 0.12vw 0.12vw 0.5vw black;
	transition: all 0.3s;
	z-index:2;
}
.contenitoreopening a
{
	text-decoration:none;
	color:white;
}
.pallinogiallino
{
	position:absolute;
	border-radius:2vw;
	background-color:#FEFDC7;
}
.pulsanteopening:hover
{
	opacity: 0.7;
}

.homeprimariga
{
    margin-top: 1vw;
    width: 100%;
    height: 4.5vw;
    background-color: #133557;
	box-shadow: 0.3vw 0.3vw 0.7vw grey;
}
.homeprimariga span
{
	display:block;
	margin-bottom: 1vw;
}
#homelogoblupuntinato
{
    margin-top: 2vw;
    margin-bottom: -2.3vw;
    width: 18vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.homeserviziprincipali
{
    padding-top: 1.1vw;
    text-align: center;
    display: block;
    font-size: 2vw;
    color: white;
    font-style: normal;
}
.elencoservizi
{
	width: 100%;
}

.titolotabella
{
	display:block;
	font-size:2.5vw;
	color:#CC0000;
	margin:auto;
	text-align:center;
}
.sottotitolotabella
{
	display:block;
	font-size:1vw;
	color:#CC0000;
	margin:auto;
	text-align:center;
}
.testosopratabella
{
	display:block;
	font-size:1.5vw;
	color:#CC0000;
	margin:auto;
	text-align:center;
	color:#0C2034;
}
table, td, th, tr
{
    border: 0.01vw solid black;
    border-collapse: collapse;
    border-bottom-left-radius: 0.2vw;
    text-align: center;
    vertical-align: middle;
    padding: 0.5vw 1vw;
    margin: auto;
    font-size: 1.3vw;
    color: #0C2034;
}
table
{
	box-shadow: 0.15vw 0.15vw 0.4vw grey;
}
th
{
	background-color:#4991D8;
}


/*modifica le scritte sotto ogni immagine*/
.elencoservizi
{
	margin-bottom: 5vw;
}
.contenitoreservizi
{
    position: relative;
    width: 29.7%;
    height: 43vw;
    display: inline-block;
    margin-top: 2.5vw;
    margin-left: 2.5%;
    box-shadow: 0.3vw 0.3vw 0.7vw grey;
    vertical-align: middle;
}
.contenitoreservizibig
{
    position: relative;
    width: 45.85%;
    height: 68vw;
    display: inline-block;
    margin-top: 2.5vw;
    margin-left: 2.5%;
    box-shadow: 0.3vw 0.3vw 0.7vw grey;
	vertical-align:middle;
}
.immagineservizi
{
    width: 80%;
    display: block;
	margin:auto;
}
.immagineservizistampe
{
	width: 49%;
    display: block;
    margin: auto;
	margin-top:1vw;
}
.immagineservizi2xlinea
{
    height: 101%;
    display: inline-block;
    width: 50%;
    border-color: #CC0000;
    border-style: solid;
    border-width: 0.15vw;
}
.titoloservizi
{
    height: 3vw;
    color: white;
    background-color: #CC0000;
    text-align: center;
    font-size: 1.2vw;
    line-height: 3vw;
    display: block;
    width: 100%;
    border-color: #CC0000;
    border-style: solid;
    border-width: 0vw 0.15vw 0.15vw 0.15vw;
    box-shadow: 0.3vw 0.3vw 0.7vw grey;
}

.testoservizi
{
    width: 100%;
    top: 0vw;
    left: 0vw;
    transition: .5s ease;
    font-size: 1vw;
    padding: 1vw;
    line-height: 1.7vw;
    text-align: center;
    color: #0C2034;
}
.testoservizi a
{
    display: block;
    width: 17vw;
    height: 2.8vw;
    text-align: center;
    line-height: 2vw;
    background-color: #133557;
    color: white;
    border-radius: 0.3vw;
    cursor: pointer;
    text-decoration: none;
    margin: auto;
    margin-top: 1.2vw;
    padding-top: 0.3vw;
    box-shadow: 0.15vw 0.15vw 0.4vw grey;
	transition: all 0.6s;
}
.testoservizi a:hover
{
	opacity: 0.7;
}




/*parte per le foto di instagram*/
.contenitorefoto
{
	width: 100%;
	height: 18vw;
	display: block;
	position:relative;
	overflow:hidden;
	margin-bottom: 4vw;
	margin-top: 2vw;
}
.contenitorefoto img
{
	width: 19.6%;
	height: 18vw;
	padding-left: 2%;
}
.contenitorefoto img:hover
{
	opacity:0.7;
	transition: .5s ease;
}
#foto0{position:absolute;left:-19.6%;}
#foto1{position:absolute;left:0;}
#foto2{position:absolute;left:19.6%;}
#foto3{position:absolute;left:39.2%;}
#foto4{position:absolute;left:58.8%;}
#foto5{position:absolute;left:78.4%;}
#foto6{position:absolute;left:98%;}

#bottoneindietro, #bottoneavanti
{
	position:absolute;
	width:1.5%;
	height:1.5vw;
	font-size:0.8vw;
	line-height:1.5vw;
	border-radius:0.3vw;
	text-align:center;
	cursor:pointer;
	background-color: grey;
	z-index: 10;
}
#bottoneindietro{left:0.25%; margin-top:8.25vw;}
#bottoneavanti{left:98.25%; margin-top:8.25vw;}
.puntodiancoraggio
{
	visibility: hidden;
	margin-bottom:1vw;
}


/*QUESTA PARTE SERVE SOLO PER ANNUNCI DI CHIUSURA*/
.boxrisposta
{
	width:40%;
	height:33.8vw;
	position:fixed;
	left:30%;
	top:10vw;
	border: 0.1vw solid #133557;
	border-radius:0.5vw;
	display:block;
	z-index:20;
	overflow:hidden;
	background-color:blue;
}
.boxrisposta p
{
	color: white;
	font-size:1.6vw;
	text-align:center;
	margin-top:-1.3vw;
}

.boxrisposta img
{
	width:100%;
	height:26.5vw;
	margin-top:-3.6vw;
}
.boxrisposta span
{
	position:relative;
	display:block;
	font-size:5vw;
	color:black;
	float:right;
	width:3vw;
	height:3vw;
	border: 0.1vw solid #133557;
	line-height:2vw;
	border-radius:0.2vw;
	text-align:center;
	margin-top:0.1vw;
	margin-right:0.2vw;
	cursor:pointer;
	overflow:hidden;
	background-color: white;
}
.boxrisposta span:hover
{
	background-color:grey;
	color:white;
	border-color:#CC0000;
}

.titoli
{
	margin-top:2vw;
	font-family:candara;
	text-align: center;
	font-size: 2vw;
	font-weight: bold;
	color: #FF9C00;
}
.rigablu
{
	border-bottom: 0.1vw solid #FF9C00;
    width: 100%;
    height: 1.4vw;
    left: 0;
    position: absolute;
    z-index: -1;
}
.evidenziatobianco
{
	line-height:2vw;
	background-color:white;
}
#immagineofferte
{
    width: 70vw;
    height: auto;
    display: block;
    margin: 2vw 0vw 0vw 15vw;
}
#validitaofferta
{
    text-align: right;
    margin-right: 11vw;
    font-size: 0.9vw;
    margin-top: 0vw;
}















