A:link {text-decoration: none; color:#333;}
A:visited {text-decoration: none; color:#333;}
A:hover {text-decoration: none; color:#333;}

#cookieChoiceInfo
{
	top:inherit!important;
	bottom:0px!important;
	padding:8px 1%!important;
	font-family:Verdana, Geneva, sans-serif!important;
	color:#333!important;
	border-top:1px solid #ccc;
	width:98%!important;
	font-size:14px;
	z-index:999999!important;
}
#cookieChoiceInfo a, hover, visited
{
	color:#333!important;
}

/* fine css per i cookies */




/* popup */

#divPopUp
{
	position:fixed;
	left:2%;
	top:50px;
	width:400px;
	z-index:9;
	visibility: visible;
	background-color: #FFFFFF;
	border: 1px solid#CCC;
}
/* fine popup */

body {
	margin:0px;
	padding:0px;
	font-family: 'Roboto Slab', serif;
	font-size:15px;
	font-weight:normal;
	color:#5F5F5F;
	background-color:#ffffff;
}
img {
	border:0px;
}
form {
	margin:0px;
	padding:0px;
}
#collagegallery img
{
	border:2px solid white;
}
.spacer
{
	height:0px;
	width:0px;
	overflow:hidden;
	clear:both;
}
.spacer2
{
	height:15px;
	width:0px;
	overflow:hidden;
	clear:both;
}
.visibile420
{
	display:none;
	visibility:hidden;
}
H1
{
	color:#032a64;
	font-size:24px;
	font-weight: normal;
	margin: 20px 0px 15px 0px;
	text-align:center;
	text-transform: uppercase
}
H1 strong
{
	font-weight: normal!important;
}
.titolo
{
	color:#032a64;
	font-size:24px;
	font-weight: normal;
	margin: 20px 0px 15px 0px;
	text-align:center;
	text-transform: uppercase
}
H2
{
	color:#032a64;
	font-size:20px;
	font-weight: normal;
	margin: 20px 0px 15px 0px;
	text-align:center;
	text-transform: uppercase
}
.sottotitolo2
{
	color:#032a64;
	font-size:20px;
	font-weight: normal;
	margin:0px 0px 10px 0px!important;
	text-align:center;
	text-transform: uppercase
}
.sottotitolo2 strong
{
	font-weight: normal!important;
}
H3
{
	color:#032a64;
	font-size:20px;
	font-weight: normal;
	margin: 20px 0px 15px 0px;
	text-align:center;
	text-transform: uppercase
}
H5
{
	color:#032a64;
	font-size:20px;
	font-weight: normal;
	margin: 20px 0px 15px 0px;
	text-align:center;
	text-transform: uppercase
}

/* inizio box contatti */

#boxcontattibg
{
	position:fixed; 
	top:0px; 
	bottom:0px; 
	left:0px; 
	right:0px; 
	width:100%; 
	height:100%; 
	background:url('../grafiche/blackbg.png'); 
	z-index:99999; 
	display:none;
}
#boxcontatti
{
	width:300px; 
	margin:0 auto; 
	margin-top:0px; 
	padding:20px; 
	background:black; 
	text-align:center;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	margin-top:-600px;
}
.contact
{
	border:0px!important;
}

.contactbox
{
	border:15px solid white!important;
	background:#333 ;
	padding:20px;
	width:600px;
	text-align:center;
}

#rifnome
{
	border:1px solid #cccccc;
	border-radius:4px;
	padding:8px;
	width:90%;
	margin:0px 0px 10px 0px;
}

#rifemail, #riftelefono
{
	border:1px solid #cccccc;
	border-radius:4px;
	padding:8px;
	width:90%;
	margin:0px 0px 10px 0px;
}

#rifarrivo
{
	border:1px solid #cccccc;
	border-radius:4px;
	padding:8px;
	width:90%;
	margin:0px 0px 10px 0px;
}

#rifpartenza
{
	border:1px solid #cccccc;
	border-radius:4px;
	padding:8px;
	width:90%;
	margin:0px 0px 10px 0px;
}

#rifbutton
{
	padding:14px;
	border:1px solid #032a64;
	border-bottom:1px solid white;
	cursor:pointer;
	background:#032a64;
	color:white;
	font-size:15px;
	font-family: 'Roboto Slab', serif;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;		
	-webkit-appearance:none;
}

#rifbutton:hover
{
	background:#143d7c;
}

#rifmessaggio
{
	border:1px solid #cccccc;
	border-radius:4px;
	padding:8px;
	width:90%;
	height:160px;
	margin:0px 0px 10px 0px;
}

/*

    Zebra_DatePicker: a lightweight jQuery date picker plugin

    Default theme

    copyright (c) 2011 - 2013 Stefan Gabos
    http://stefangabos.ro/jquery/zebra-datepicker/

*/

.Zebra_DatePicker *,
.Zebra_DatePicker *:after,
.Zebra_DatePicker *:before  { -moz-box-sizing: content-box !important; -webkit-box-sizing: content-box !important; box-sizing: content-box !important;  }

.Zebra_DatePicker           { position: absolute; background: #333; border: 3px solid #333; display: none; z-index: 100; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 13px; z-index:999999; }

.Zebra_DatePicker *         { margin: 0; padding: 0; color: #000; background: transparent; border: none }

/* = GLOBALS
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker table                      { border-collapse: collapse; border-spacing: 0 }

.Zebra_DatePicker td,
.Zebra_DatePicker th                         { text-align: center; padding: 5px 0 }

.Zebra_DatePicker td                         { cursor: pointer }

.Zebra_DatePicker .dp_daypicker,
.Zebra_DatePicker .dp_monthpicker,
.Zebra_DatePicker .dp_yearpicker             { margin-top: 3px }

.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td         { background: #E8E8E8; width: 30px; border: 1px solid #7BACD2 }

.Zebra_DatePicker,
.Zebra_DatePicker .dp_header .dp_hover,
.Zebra_DatePicker .dp_footer .dp_hover { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }

/* = HEADER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_header td             { color: #FFF }

.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next       { width: 30px }

.Zebra_DatePicker .dp_header .dp_caption    { font-weight: bold }
.Zebra_DatePicker .dp_header .dp_hover      { background: #222; color: #FFF }
.Zebra_DatePicker .dp_header .dp_blocked    { color: #888; cursor: default }

/* = DATEPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_daypicker th              { background: #FFCC33 }
.Zebra_DatePicker td.dp_not_in_month            { background: #F3F3F3; color: #CDCDCD; cursor: default }
.Zebra_DatePicker td.dp_not_in_month_selectable { background: #F3F3F3; color: #CDCDCD; cursor: pointer }
.Zebra_DatePicker td.dp_weekend                 { background: #D8D8D8 }
.Zebra_DatePicker td.dp_weekend_disabled        { color: #CCC; cursor: default }
.Zebra_DatePicker td.dp_selected                { background: #5A4B4B; color: #FFF !important }
.Zebra_DatePicker td.dp_week_number             { background: #FFCC33; color: #555; cursor: text; font-style: italic }

/* = MONTHPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_monthpicker td    { width: 33% }

/* = YEARPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_yearpicker td     { width: 33% }

/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_footer            { margin-top: 3px }
.Zebra_DatePicker .dp_footer .dp_hover  { background: #222; color: #FFF }

/* = SELECT CURRENT DAY
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_today { color: #FFF; padding: 3px }

/* = CLEAR DATE
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_clear { color: #FFF; padding: 3px }

/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PREVIOUS PROPERTIES)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker td.dp_current             { color: #C40000 }
.Zebra_DatePicker td.dp_disabled_current    { color: #E38585 }
.Zebra_DatePicker td.dp_disabled            { background: #F3F3F3; color: #CDCDCD; cursor: default }
.Zebra_DatePicker td.dp_hover               { background: #482424; color: #FFF }

/* = ICON
----------------------------------------------------------------------------------------------------------------------*/
button.Zebra_DatePicker_Icon                { display: block; position: absolute; width: 16px; height: 16px; background: url('../css/calendar.png') no-repeat left top; text-indent: -9000px; border: none; cursor: pointer; padding: 0; line-height: 0; vertical-align: top }
button.Zebra_DatePicker_Icon_Disabled       { background-image: url('../css/calendar-disabled.png') }

/* don't set vertical margins! */
button.Zebra_DatePicker_Icon                { margin: 0 0 0 3px }
button.Zebra_DatePicker_Icon_Inside         { margin: 0 3px 0 0 }




/* fine box contatti */


#logo
{
	width:100%;
	position:absolute;
	z-index:99;
}
#logo img
{
	margin-top:40px;
}
.mainmenu
{
	margin:0px;
	padding:0px;
	background:white;
	border-bottom:1px solid #c9c9ca;
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:999;
	font-family: 'Julius Sans One', sans-serif;
	
	font-size:16px;
	width:100%;
	display:block;
}
.mainmenu ul
{
	width:970px;
	margin:0px auto;
	padding:0px;
	text-align:center;
	height:38px;
}
.mainmenu li
{
	list-style-type:none;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
}
.mainmenu a
{
	color:#333;
	padding:10px 8px;
	display:table-cell;
}

.mainmenu a:hover
{
	color:white;
	background-color:#333;
}




.pulsantemenuscheda
{
	display:none;
	visibility:hidden;
}
/* inizio menu mobile */
.pulsantemenuscheda img
{
	width:60px;
}
#listMenu {
	width:100%;
	height:266px;
	position:absolute;
	z-index:999;
	display:none;
	top:52px;
	background-image:url(grafiche/bg_opaco.png);
	background-color:#FFF;
	overflow:scroll;
}
#listMenu ul {
	margin:10px;
	padding:0px;
	width:inherit;
}
#listMenu li {
	list-style-type:none;
	margin:4px 0px;
	padding:5px 0px;
	font-family: 'Julius Sans One', sans-serif;
	/* font-family: 'Roboto Slab', serif; */
	font-weight:bold;
	color:#55453c;
	text-align:center;
	border-bottom: 1px solid #213b87;
	font-size:16px!important;
	display:list-item;
	list-style-type:none;
}
#listMenu a
{
	color:#333;
	padding:inherit;
	display:inherit;
}


/* fine menu mobile */

.linkbooking
{
	color:#FFF;
	padding:inherit;
	display:inherit;
	background-color:#003;
	padding: 10px 5px;
	cursor:pointer;
}
#bg1
{
	width:100%;
	padding:30px 0px;
	margin:0px;
	background-image: url(grafiche/sfondi/01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	font-size:16px;
	color:#000;
	text-align:center;
}
#bg2
{
	width:100%;
	padding:30px 0px;
	margin:0px;
	background-image: url(grafiche/sfondi/03.jpg);
	background-repeat: repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom:3px;
}
#bg3
{
	width:100%;
	padding:30px 0px;
	margin:0px;
	margin-bottom:3px;
}
#bg4
{
	width:100%;
	padding:30px 0px;
	margin:0px;
	background-image: url(grafiche/sfondi/04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom:3px;
}
.pannelliniindex
{
	width:50%;
	text-align:center;
	float:left;
}
.testoindex
{
	font-size:16px;
	color: #000000;
  	text-shadow: 2px 2px 2px #ffffff;
}
.sfumaturatestoindex
{
	width:100%;
	background:#FFF;
	padding:10px 0px;
	text-align:center;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	text-align:center;
}
.corpo
{
	width:970px;
	margin:0px auto;
	padding:0px;
}
#contenuto
{
	width:710px;
	float: left;
}
#dx
{
	width:236px;
	float:right;
	margin:0px;
	padding:0px;
}
#richiestaVeloce
{
	float:left;
	width:230px;
	height:38px;
    text-align:left;
	margin:5px 0px 10px 0px;
	background-color: #fff1f1;
	overflow:hidden;
}
#richiestaVeloce H1
{
	font-size:12px;
	font-weight:bold;
	color:#666666;
	text-align:left;
	padding: 10px;
	margin:0px;
	height:20px;
}
#richiestaVeloce form {
	margin:8px;
	padding:0px;
}
#richiestaVeloce H1 div#block{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:58px;
	background-color:transparent;
	display:none;
}
#richiestaVeloce span.pulsante{
	width:100%;
	height:20px;
	display:block;
	overflow:hidden;
	background-image:url(grafiche/openDisp.gif);
	background-repeat:no-repeat;
	padding:0px;
	cursor:pointer;
	z-index:99;
}
#richiestaVeloce .campo175px {
	font-size:10px;
	font-weight:normal;
	color:#767575;
	width:120px;
	border:1px solid #dadada;
	float:left;
	margin:3px;
}
#richiestaVeloce .campo120px {
	font-size:10px;
	font-weight:normal;
	color:#767575;
	width:120px;
	border:1px solid #dadada;
	float:left;
	margin:3px;
}
#richiestaVeloce .campo20px {
	font-size:10px;
	font-weight:normal;
	color:#767575;
	width:15px;
	border:1px solid #dadada;
	float:left;
	margin:3px;
}
.pannellocanali
{
	width:230px;
	margin:5px 0px 15px 0px;
	float:left;
	background-color:#FFF;
	position:relative;
	display:block;
}
.pannellocanali img
{
	padding:0px;
	max-width:230px;
}
.immaginecanali
{
	position:relative;
	display:block;
}
.pannellocanali a, hover, visited
{
	font-weight:normal;
	color:#666;
}
.pannellocanali H1
{
	font-family: 'Roboto Slab', serif;
	font-weight:normal;
	margin: 0px;
	padding:5px 0px;
	text-align:center;
	bottom:4px;
	z-index:99;
	width:230px;
	margin:1px;
	background-color:#ebffff;
	font-size:16px;
}
.pannellocanali p
{
	text-align:left;
	height:140px;
}
.pannellocanali ul
{
	font-weight:normal;
	display: block;
	margin:0px;
	padding:0px;
	color:#666;
}
.pannellocanali li
{
	list-style:none;
	margin:6px;
	background-image:url(grafiche/px_grigio.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:center;
	font-size:14px;
}
.pannelloindex h2
{
	margin:5px!important;
	padding:0px!important;
	font-size:16px;
}
.mascherapannellocanali {
    position: absolute;
    top: 0;
    width: 198px;
    z-index: 99;
}
.paragrafobordo {
	margin:0px 0px 10px 0px;
	padding:5px;
	float:left;
	background-image:url(grafiche/bg_mail.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color:#FFFFFF;
	border-radius: 10px;
	border: 1px solid #C0C0BE;
	width: 99%;
}
.immagineareasx
{
	padding:5px;
	border: 1px solid #9F9FA0;
	background-color:#FFF;
	float:left;
	margin:10px 20px 5px 0px;
}
.immagineareadx
{
	padding:5px;
	border: 1px solid #9F9FA0;
	background-color:#FFF;
	float:right;
	margin:10px 0px 3px 20px;
}
#bottommobile
{
	display:none;
	overflow:hidden;
}
#bgbottom
{
	background-color:#484549;
	background-image:url(grafiche/bg_bottom.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}
#bottom
{
	width:970px;
	margin:0px auto;
	padding:20px 0px;
	text-align:center;
	color:#FFF;
}
#bottom a, hover, visited
{
	color:#FFF;
}
#bottom img
{
	margin:0px 5px;
}
.layer33percento
{
	width:33%;
	float:left;
	text-align:center;
	margin:10px 0px;
}
.layer34percento
{
	width:34%;
	float:left;
	text-align:center;
	margin:10px 0px;
}
.nomecamporichiestaveloce
{
	float:left;
	font-size:10px;
	font-weight:bold;
	color:#000;
	margin:3px;
	width:55px;
}
.nomecampobold
{
	float:left;
	font-weight:bold;
	margin:5px;
	width:210px;
}
.nomecampoboldnodimensione
{
	float:left;
	font-weight:bold;
	margin:5px;
}
.nomecamponodimensione
{
	float:left;
	font-size:12px;
	font-weight:normal;
	color:#000;
	margin:5px;
}
.nomecampo
{
	float:left;
	font-weight:normal;
	color:#000;
	margin:5px;
	width:145px;
}
.camporichiestaveloce {
	width:80px;
	background-color:#FFFFFF;
	font-family: Verdana;
	font-size:10pt;
	color:#000;
	border:1px solid #dadada;
	margin:6px;
}
.campo250px{
	border: 1px solid #C0C0BE;
	border-radius: 4px;
	background-color:#FFFFFF;
	font-size:12px;
    color:#767575;
    width: 244px;
	height: 15px;
    padding: 3px;
	margin:5px;
	float:left;
}
.campo200px{
	border: 1px solid #C0C0BE;
	border-radius: 4px;
	background-color:#FFFFFF;
	font: normal 11px Verdana, Verdana, Tahoma, Helvetica;
    color:#767575;
    width: 194px;
	height: 15px;
    padding: 3px;
	margin:5px;
	float:left;
}
.campo170px{
	border: 1px solid #C0C0BE;
	border-radius: 4px;
	background-color:#FFFFFF;
	font: normal 11px Verdana, Verdana, Tahoma, Helvetica;
    color:#767575;
    width: 164px;
	height: 15px;
    padding: 3px;
	margin:5px;
	float:left;
}
.campo150px {
	border: 1px solid #C0C0BE;
	border-radius: 4px;
	background-color:#FFFFFF;
	font: normal 11px Verdana, Verdana, Tahoma, Helvetica;
    color:#767575;
    width: 144px;
	height: 15px;
    padding: 3px;
	margin:5px;
	float:left;
}
.campo130px {
	border: 1px solid #C0C0BE;
	border-radius: 4px;
	background-color:#FFFFFF;
	font: normal 11px Verdana, Verdana, Tahoma, Helvetica;
    color:#767575;
    width: 124px;
	height: 15px;
    padding: 3px;
	margin:5px;
	float:left;
}
.campo100px {
	border: 1px solid #C0C0BE;
	border-radius: 4px;
	background-color:#FFFFFF;
	font: normal 11px Verdana, Verdana, Tahoma, Helvetica;
    color:#767575;
    width: 80px;
	height: 15px;
    padding: 3px;
	margin:5px;
	float:left;
}
.campo40px {
	border: 1px solid #C0C0BE;
	border-radius: 4px;
	background-color:#FFFFFF;
	font: normal 11px Verdana, Verdana, Tahoma, Helvetica;
    color:#767575;
    width: 34px;
	height: 15px;
    padding: 3px;
	margin:5px;
	float:left;
}
.select250px {
	font: normal 11px Verdana, Verdana, Tahoma, Helvetica;
	color:#767575;
	width: 250px;
	height: 20px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin:5px;
	float:left;
	background-color: #FFFFFF;
}
.select60px {
	font: normal 11px Verdana, Verdana, Tahoma, Helvetica;
	color:#767575;
	width: 60px;
	height: 20px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin:5px;
	float:left;
	background-color: #FFFFFF;
}
.select40px {
	font: normal 11px Verdana, Verdana, Tahoma, Helvetica;
	color:#767575;
	width: 40px;
	height: 20px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin:5px;
	float:left;
	background-color: #FFFFFF;
}
.camponodimensione {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#000;
	border:1px solid #dadada;
	background-color:#F4EFE6;
	float:left;
	margin:5px;
}
.campo100percento {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#000;
	border:1px solid #dadada;
	background-color:#F4EFE6;
	float:left;
	margin:5px;
	width:50%;
}
.checkbox {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#000;
	border:1px solid #dadada;
	margin:5px;
}
.textboxContatti{
	font: normal 11px Verdana, Verdana, Tahoma, Helvetica;
    color:#767575;
    border: 1px solid #C0C0BE;
	border-radius: 4px;
	background-color:#FFFFFF;
    width: 294px;
	height: 64px;
    padding: 3px;
	float:left;
}
.pulsanteform {
	background-color:#032a64;
	font-size:14pt;
	color: #FFFFFF;
	border:1px solid #FFFFFF;
	float:right;
	padding:3px 20px;
	border-radius:5px;
}
.pulsanteform a, hover, visited {
	color: #FFFFFF;
}
.datiragionesociale
{
	width:90%;
	margin:0px 0px 10px 0px;
	padding:5px;
	float:left;
	background-color:#FFFFFF;
	border-radius: 10px;
	border: 1px solid #C0C0BE;
	text-align:left;
}
#googlemap
{
	width:100%;
	height:320px;
}
#googlemap img
{
	max-width:none!important;
}
#contactsmaps
{
	background:#FFF;
	position:absolute;
	margin-top:-80px;
	padding:10px 0px;
	width:970px;
	text-align:center;
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
}
#contactsmaps img
{
	margin:0px 10px;
}

#contactsmaps a
{
	color:#666;
}
#sitemap
{
	height:40px;
	width:223px;
	margin:5px 0px 10px 0px;
	overflow:hidden;
	width:960px;
	margin:0px auto;
}
#sitemap span.pulsantesitemap{
	width:100%;
	display:block;
	overflow:hidden;
	padding:0px;
	cursor:pointer;
	z-index:99;
	height:40px;
}
.sitemap
{
	font-size:9px;
	color:#999;
	width:19%;
	float:left;
	margin-right:6px;
	font-size:9px;
}
.sitemap a, hover, visited
{
	color:#999;
}
.sitemap B
{
	font-weight:normal;
}
.sitemap h3
{
	font-size:10px;
	color:#999;
	font-weight:bold;
}
.sitemap ul
{
	margin:6px 0px;
	padding:0px;
	color:#999;
}
.sitemap li
{
	margin:2px;
	padding:0px;
	font-size:9px;
	color:#999;
	list-style-type:none;
}
.testobiancob {
	font-weight:bold;
	color:#FFFFFF;
	margin:0px!important;
}
.testobianco {
	font-weight:normal;
	color:#FFFFFF;
}
.testorosso {
	font-weight:normal;
	color:#CC0000;
}
.testob {
	font-weight:bold;
}
.testoblub {
	font-weight:bold;
	color:#006;
}
.testorossob {
	font-weight:bold;
	color:#CC0000;
}
.testobottom {
	font-size:10px;
}
.tabellaprezzi
{
	width:70%;
}


@media screen and (max-width: 900px)
{
#logo img
{
	height:160px;
}
}

@media screen and (max-width: 850px)
{
#logo img
{
	height:150px;
}
}
@media screen and (max-width: 700px)
{
#logo img
{
	height:120px;
}
}


@media screen and (max-width: 768px) {
.blueberry
{
	margin-top:30px!important;
	text-align:center;
}
.visibile420
{
	display:inherit;
	visibility:inherit;
}
.nascosto420
{
	display:none;
	visibility:hidden;
}
#logo img
{
	margin-top:35px;
	max-width:160px;
	width:100%;
	height:inherit;
}


/* inizio menu mobile */
#listMenu {
	height:230px;
}
.pulsantemenuscheda
{
	width:60px;
	float:left;
	margin:0px 0px 0px 20px;
	display:inherit;
	visibility:inherit;
}
.linkbooking
{
	color: #333;
	background-color:#FFF;
	padding: 10px 5px;
}
.mainmenu a:hover
{
	background-color:#FFF;
}
#listMenu li {
	margin:3px 0px;
	padding:4px 0px;
}
/* fine menu mobile */

.corpo
{
	width:420px;
}
#contenuto
{
	width:100%;
}
#dx
{
	width:100%;
}
#richiestaVeloce
{
	width:410px!important;
}
.pannellocanali
{
	width:398px!important;
	margin-top:10px;
}
.pannellocanali h1
{
	border-radius: 10px;
	border: 1px solid #C0C0BE;
	background-color:#FFF;
	width:100%;
}
.pannellocanali ul
{
	margin:0px!important;
	padding:0px!important;
	
}
.pannellocanali img
{
	visibility:hidden;
	display:none;
	height:0px!important;
	width:0px!important;
	margin:0px;
	padding:0px;
}
.pannellocanali li:hover
{
	background-color:#F4F4F4!important;
}
.immagineareasx img
{
	width:120px;
}
.immagineareadx img
{
	width:120px;
}
#PannelliContatti
{
	display:none;
	overflow:hidden;
}
#LayerForm
{
	width:100%;
}
.pannello50percento
{
	width:400px;
}
.pannello50percento img
{
	width:95%;
}

#contactsmaps
{
	width:420px;
}
.pannelliniindex
{
	width:100%;
}
#bgbottom
{
	display:none;
	overflow:hidden;
}
#bottommobile
{
	display:inherit;
	overflow:inherit;
	width:420px;
	margin:0px auto;
}
#bottommobile ul
{
	margin:0px;
	padding:0px;
}
#bottommobile li
{
	list-style-type:none;
}
#bottommobile .arrow
{
	background-image:url(images/chevron.png);
	background-position: left center;
	background-repeat: no-repeat;
	border: 1px solid #b4b4b4;
	border-radius:5px;
	margin:2px 0px;
	padding:5px 0px;
	text-align:center;
}
#sitemap
{
	display:none;
	overflow:hidden;
	visibility:hidden;
}
.tabellaprezzi
{
	width:100%;
}

}



@media screen and (max-width: 420px)
{
#divPopUp
{
	width:300px;
}	
	
	
#listMenu {
	height:266px;
}
.corpo
{
	width:310px;
}
.pulsanteform
{
	width:280px!important;
}
#richiestaVeloce
{
	width:300px!important;
}
.pannellocanali
{
	width:298px!important;
	margin-top:30px;
}
#contactsmaps
{
	width:310px;
}
#bottommobile
{
	width:310px;
}
}
