#immaginevacanze
{
	display:none;
}
#immaginevacanzesmartphone
{
	display:block;
	position:fixed;
	width:70vw;
	margin-top:24vw;
	border-radius:1vw;
	margin-left:15vw;
	z-index:40;
	cursor:pointer;
	top:1vw;
}
#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: 9vw;
    font-family: arial;
    font-weight: bold;
    position: fixed;
    z-index: 50;
    right: 19vw;
    top: 27vw;
    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:26vw;
}

/* Hide the images by default */
.mySlides 
{
	display: none;
}
.immaginehome
{
	width:100%;
	height:100vw;
}
/* 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.4vw 0.4vw #133557;
    color: #EFEFF9;
    font-size: 4vw;
    position: absolute;
    top: 47vw;
    width: 100%;
    text-align: center;
	
}
.bottoniopening
{
	font-size: 3.5vw;
    display: block;
    width: 41vw;
    height: 9vw;
    background-color: #133557;
    margin: auto;
    margin-top: 11vw;
    line-height: 8.8vw;
    border-radius: 0.8vw;
    border-style: solid;
    border-width: 0.15vw;
    border-color: #EFEFF9;
    transition: 0.6s all;
}
/* The dots/bullets/indicators */
.dot 
{
	cursor: pointer;
	height: 4vw;
	width: 4vw;
	margin: 0 1vw;
	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: 8.5vw;
    width: 22%;
    position: absolute;
    z-index: 10;
    left: -25%;
    top: 34.5vw;
    transition: all 1s;
    z-index: 1;
}
#openinglogoretro
{
    height: 8.5vw;
    width: 20%;
	position:absolute;
	z-index:10;
	left:100%;
    top: 34.5vw;
	transition: all 1s; 
	z-index:1;
}
#barranegozioapertochiuso
{
	width: 150%;
    height: 10vw;
    position: absolute;
    top: 16vw;
    background-color: white;
    margin: 0;
    overflow: hidden;
}

#negozioapertochiuso
{
	position:absolute;
	left:-50%;
	line-height:10vw;
	margin:0;
	font-weight:bold;
	font-size:3.5vw; 
	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:-50%; opacity:1;}
	97%    {left:100%; opacity:1;}
	98%    {left:100%; opacity:0;}
	99%    {left:-50%; opacity:0;}
	100%   {left:-50%; opacity:1;}
}
#negozioapertochiuso2
{
	position:absolute;
	left:13%;
	line-height:10vw;
	margin:0;
	font-weight:bold;
	font-size:3.5vw; 
	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:-50%; opacity:0;}
	60%    {left:-50%; 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: 7.5vw;
    background-color: #133557;
	box-shadow: 0.3vw 0.3vw 0.7vw grey;
}
.homeprimariga span
{
	display:block;
	margin-bottom: 1vw;
}
#homelogoblupuntinato
{
    margin-top: 6vw;
    margin-bottom: -3vw;
    width: 31vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.homeserviziprincipali
{
    padding-top: 1.1vw;
    text-align: center;
    display: block;
    font-size: 4vw;
    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: 1.5vw 1vw;
    margin: 5vw auto auto auto;
    font-size: 3.3vw;
    color: #0C2034;
}
th
{
	background-color:#4991D8;
}


/*modifica le scritte sotto ogni immagine*/
.elencoservizi
{
	margin-bottom: 5vw;
}
.contenitoreservizibig, .contenitoreservizi
{
    position: relative;
    width: 95.9%;
    height: auto;
	padding-bottom:6vw;
    display: inline-block;
    margin-top: 6.5vw;
    margin-left: 2.5%;
    box-shadow: 0.3vw 0.3vw 0.7vw grey;
    vertical-align: middle;
}
.immagineservizi
{
	width: 54%;
    display: block;
    margin: 3vw auto auto auto;
}
.immagineservizistampe
{
	width: 57%;
    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: 6vw;
    color: white;
    background-color: #CC0000;
    text-align: center;
    font-size: 3.2vw;
    line-height: 6vw;
    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: 2.5vw;
    padding: 1vw;
    line-height: 3.7vw;
    text-align: center;
    color: #0C2034;
}
.testoservizi a
{
	display: block;
    width: 42vw;
    height: 7.8vw;
    text-align: center;
    line-height: 7vw;
    background-color: #133557;
    color: white;
    border-radius: 0.8vw;
    cursor: pointer;
    text-decoration: none;
    margin: auto;
    margin-top: 3vw;
    padding-top: 0.3vw;
    box-shadow: 0.15vw 0.15vw 0.4vw grey;
}
.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: 92vw;
    height: auto;
    display: block;
    margin: 5vw 0vw 0vw 4vw;
}
#validitaofferta
{
    text-align: right;
    margin-right: 5vw;
    font-size: 1.9vw;
    margin-top: 2vw;
}















