@charset "UTF-8";
/* =========================
	Url: http://www.nomedominio.it
	Data: 08/08/2012
	dgNet www.dgnet.it
========================= */
@import url(//fonts.googleapis.com/css?family=Parisienne);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);
@import url(//fonts.googleapis.com/css?family=Cardo:400,400italic,700);
@import url(//fonts.googleapis.com/css?family=Great+Vibes);

@import url(//fonts.googleapis.com/css?family=Hind:400,300,500,600,700);
body {
	font-family: 'Cardo', serif;
	font-family: 'Roboto Slab', serif;
	min-width:960px;
	font-family: 'Hind', sans-serif;
    font-size:14px;
	}

/* =========================
Dichiarazione e Assegnazione Fonts 
========================= */
gruppofont1 {font-family:'Yanone Kaffeesatz', sans-serif; text-transform:uppercase;}
gruppofont2 {}
gruppofont3 {}

/* =========================
CSS 3 - Effetti e Transizioni
========================= */
.alpha{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity:0.6;
	}
	
.all_transition {
	-webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	transition:all 0.1s linear; 
	}
	
.bg_transition  {
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
	}

.txt_shadow {text-shadow:20px -12px 2px #6374AB;}

.border_radius {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}

/* =========================
Reset Area Testo
========================= */
.gridTesto {
	line-height:1.5em;
	margin:20px 0;
	border:1px solid #000;
	color:#444;
	}
	
.gridTesto h1 {} /* titolo */
.gridTesto h2 {} /* sottotitolo */
.gridTesto h3 {} /* titoletto */

.gridTesto ul,.gridTesto ol {
	margin:20px 0;
	padding:0;
	}
	
.gridTesto li {
	margin-left:20px;
	color:#EEE;
	}

.gridTesto ul li {list-style-type:circle;}
.gridTesto ol li {list-style-type:decimal;}
.gridTesto strong {color:#81B1C7;}
.gridTesto a {color:#F69;}
.gridTesto a:hover {text-decoration:underline;}
	
.gridTesto .separatore {
	border-top:1px solid #333;
	background-color:#000;
	height:1px;
	width:100%;
	margin:10px 0;
	}

/* =========================
Reset Moduli di Contatto
========================= */
.box_contatti {}

.box_contatti input, .box_contatti textarea, .btn_submit { 
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow:inset 3px 3px 3px #CCC;
	-webkit-box-shadow:inset 3px 3px 3px #CCC;
	box-shadow:inset 3px 3px 5px rgba(0,0,0,0.1);
	background:#FFF;
	padding:6px;
	color:#333;
	font-size:12px;
	margin-bottom:12px;
	border:none;
	border:1px solid #EEE;
	}

.box_contatti .btn_submit {
	cursor:pointer;
	padding:6px 12px;
	display:block;
	text-transform:uppercase;
	font-size:15px;
	}

.box_contatti .btn_submit:hover {
	color:#FFF;
	background-color:#A00;
	border:1px solid #B00;
	}
	
.seoAlto{
	font-size: 9px;
	padding:8px 0;
	color:#fff;
	background:#271507;
	text-align:center;
}

.header{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:21;
}

.testata{
	width: 100%;
	z-index: 5;
	background: url(../images/header.png) bottom center repeat;
	height: 141px;
	color: #DDCDB8;
}

#logo{
	padding-top:0;
	border-top:0;
}

.nav{
	width:960px;
	color:#fff;
	margin:0 auto;
}

.sx a{
	color:#fff;
	font-size:12px;
	text-align:center;	
	padding-bottom:3px;
	
}

.sx a:hover{
	border-bottom:2px solid #fff;
	padding-bottom:3px;	
}
.lingue a{
	font-size:10px;
	padding:1px 3px;
	background:#9D0E00;
	color:#fff;
	margin-top:20px;
}

.lingue a:hover, .active{
	background: #fff !important;
	color: #9D0E00 !important;
}

.sx a, .sx .pallino{float:left; margin-top:65px;}

.nav a span{
	font-family: 'Parisienne', cursive;
	font-size:12px;
}

.pallino {
    /*background:url(../images/decoro-nav.png) center center no-repeat;*/
    height: 8px;
    width: 18px;
    padding:10px 8px;
}

#zeppettaMenu {
	display:none;
	height:93px;
	}

#loop{
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:20;
	margin-bottom:2px;
}
#zeppettabooking{
	display:none;
	height:83px;
}
.booking{
	width:100%;
	position:absolute;
	left:0;
	z-index:99999;
	background:#625147;
	height:83px;
	
	bottom:0;
	padding:20px 0 10px;
}
.booking h3{
	font-size: 20px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
	text-align:center;
	color:#fff;
}
/*.booking{
	width:100%;
	position:absolute;
	left:0;
	z-index:999;
	background:#625147;
	height:53px;
	top:-83px;
	top:0;
	padding:20px 0 10px;
}*/
.booking p {
	color:#FFF;
	font-size:11px;
	text-transform:uppercase;
	}
	
.booking input {
	background:transparent;
	border:1px solid #CDBFAA;
	color:#CECAC6;
	padding:5px 3px;
	}
	
.booking input[type="submit"]{
	text-align:center;
	background:#9D0E00;
	border:1px solid #fff;
	padding:5px 3px;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
	letter-spacing:0.2em;
	}

.booking select {
	background:transparent;
	border:1px solid #CDBFAA;
	-webkit-appearance:none;
    -webkit-border-radius:0;
	width:80px;
	color:#CECAC6;
	padding:4px 3px;
	}
	
#wrap{
	
}
.testo{
	width:830px;
	margin:0 auto;
}
.testo p{
	font-size:13px;
	line-height:1.6em;
	color:#fff;
}
.testo a{
	color:#fff;
	text-decoration:underline;
}
.testo li{
	font-size:12px;
	line-height:1.6em;
	color:#fff;
	text-align:center;
	font-weight:700;
	list-style:circle;
	
}
.riccioletto{
	background:url(http://www.hotellondra.com/images/riccioletto.png) center center no-repeat;
	widtn:100%;
	height:25px;
	margin:20px 0;
}
.seoAlto .f_right a {
	padding:2px 3px;
	color:#fff;
	font-size:9px;
}
.seoAlto .f_right a:hover {
	background:#ddcdb8;
	color:#252852;
}
.menu a{
	display:block;
	overflow:hidden;
}
.boxMenu{
	border:1px solid #ccc;
	text-align:center;
}

.boxMenu h3{
	font-size:15px;
	font-weight:700;
	color:#666;
}
.boxMenu p{
	font-size:11px;
	line-height:1.4em;
	color:#666;
}
.camere{
	width:300px;
	height:248px;
	padding-top:100px;
	cursor:pointer;
}
.boxTesto{
	width:408px;
	padding:20px 40px;
	cursor:pointer;
	display:block;
	overflow:hidden;
}
.fotoMenu img{
	display:block;
}
.fotoMenu{
	position:relative;
	display:block;
	overflow:hidden;
}
.boxTxt{
      display:block;	 
	  width:100%;
	  height:100%;
	  position:absolute;
	  left:0;
	  top:0;
	  z-index:5;
	  background:url(http://www.hotellondra.com/images/boxHome/hover.png);
	  opacity:0;
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -ms-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;	
	  cursor:pointer;
}
.fotoMenu:hover .boxTxt{
	opacity:1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
	
#ico_play {
    background:url(http://www.hotellondra.com/images/boxHome/play.png);
    display: block;
    height: 118px;
    left: 50%;
    margin-left: -59px;
    margin-top: -59px;
    position: absolute;
    top: 50%;
    width: 118px;
    z-index: 4;
}
.voucher {
    width:80%;
    left:10%;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    z-index: 4;
	text-shadow:2px 2px 2px #252852;
	
}
.voucher p{
	text-align:center;
    display:block;
	background:url(http://www.hotellondra.com/images/boxHome/hover2.png) ;
	padding:15px 0;
	color:#fff;
	font-size:40px;
	/*font-family: "Parisienne",cursive;*/
}

.voucher h3{
	text-align:center;
    display:block;
	font-size:15px;
	font-weight:700;
	color:#666;
	text-shadow:none;
}

.footer{
	width: 100%;
	padding: 30px 0 10px;
	background: #625147;
	
}

.footer p{
	color: #fff;
	font-size: 13px;
	line-height: 1.5em;
}
.footer h3{
	color: #DCC59F;
	/*color:#9d0e00;*/
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 700;
}
.footer p strong{
	font-weight:bold;
}
.footer p a{
	color: #DCC59F;
	font-weight: 700;
}

#menuFooter{
	background:#423A36;
	width:100%;
	padding:10px 0;
	color:#fff;
	font-size:10px;
	text-align: center;
}
#menuFooter a{
	color:#DDCDB8;
}
.footer a img{
	margin: 0 8px;
}

.seoBasso{
	width:100%;
	padding:15px 0;
	background:#F5F5F5;
}
.seoBasso p{
	color:#171933;
	font-size:10px;
	line-height:1.4em;
	text-align:center;
}

.gallery a{
	margin:2px 0;
}
/*#menu img{
	outline:2px solid #fff;
}*/
.gallery p img{
	display:block;
	overflow:hidden;
}
.offerte{
	margin:15px auto;
	position:relative;
}
.offerte h2{
	color: #fff;
    font-size: 15px;
    font-weight: 400;
	margin-bottom:15px;
}
.offerte p{
	color: #fff;
    font-size: 11px;
    line-height: 1.4em;
}
.bottone{
	background: none repeat scroll 0 0 #9d0e00;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	letter-spacing: 0.2em;
	padding: 5px 3px;
	text-align: center;
	text-transform: uppercase;
}
.btDettagli{
	position:absolute;
	bottom:10px;
	right:100px;
	text-decoration:none !important;
}
.btBooking{
	position:absolute;
	bottom:10px;
	right:10px;
}

.offerte h2{font-size:15px !important;}
.righino{
	border-bottom:1px solid #cdbfaa; width:604px; margin:0 auto;
}

#mappa{
	position:relative;
	width:100%;
	height:684px;
	overflow:hidden;
	z-index:0;
}
#formContatti input[type="text"], .scelta, .w620 {
    border: 1px solid #ccc;
    box-shadow: 1px 1px 4px #dedede inset;
    box-sizing: border-box;
    font-size: 12px;
    padding: 8px;
    width: 100%;
	font-family: 'Cardo', serif;
}
.w620 {
	font-size: 12px;
	color: #7d7d7d;
	height: 123px;
	line-height: 18px;
	padding: 5px;
}
.scelta {
    color: #757575;
}
.testopiccolo span {
	margin-left:10px;
}
.testopiccolo span a {
	color:#fff;
	text-decoration:underline;
}
.contatti{
	font-size:13px !important;
}
.contatti a{
	color:#757575;
	text-decoration:underline;
}

.menu a{
	float:left;
}
.menuCamere h3 {
	text-align:center;
	font-size:16px;
}

.NomeCamera {
    width:100%;
    left:0;
    position: absolute;
    bottom:0;
    z-index: 4;
	text-shadow:2px 2px 2px #252852;
	
}
.NomeCamera p{
	text-align:center;
    display:block;
	background:url(http://www.hotellondra.com/images/boxHome/hover2.png) ;
	color:#fff;
	font-size:14px;
	padding:10px 0;
}

#flexslider_camere {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	padding:0;
	}
	
#flexslider_camere .flex-direction-nav {
	position:absolute;
	left:0px;
	top:50%;
	margin-top:25px;
	z-index:10;
	width:100%;
	}
	
#flexslider_camere .flex-direction-nav li {
	margin:0;
	padding:0;
	list-style-type:none!important;
	}
	
#flexslider_camere .flex-prev,
#flexslider_camere .flex-next {
	display:block;
	width:40px;
	height:50px;
	position:absolute;
	top:0;
	z-index:11;
	color:transparent;
	}
	
#flexslider_camere .flex-prev {
	background:url(../images/ico-flex-prev.png);
	left:0;
	}
	
#flexslider_camere .flex-next {
	background:url(../images/ico-flex-next.png);
	right:0;
	}

#flexslider_camere .slides,
#flexslider_camere .slides li,
#flexslider_camere .slides li img {
	padding:0;
	margin:0;
	}

#flexslider_camere .slides li {
	width:100%;	
	}

#flexslider_camere .slides li img {
	width:100%;
	}


#flexslider_camere a.move {
	position:absolute!important;
	right:0!important;
	bottom:4px!important;
	z-index:10!important;
	background:url(../images/alphaBlack50.png)!important;
	padding:6px!important;
	}
.flex-direction-nav a {opacity:1 !important; margin: -50px 0 0 !important;}

.slider span{
	position:absolute;
	left:0;
	bottom:-20px;
	text-align:center;
	font-family: 'Great Vibes', cursive !important;
	letter-spacing:0.18em !important;
	font-size:23px !important;
}

.testo li span{
	font-family: 'Great Vibes', cursive !important;
	letter-spacing:0.18em !important;
	font-size:20px !important;
}
.footer li a {
	font-size:12px;
	color:#fff;
	line-height:1.5em;
}

.fuxia{
	background:#9D0E00;
	width:100%;
	padding:20px 0;
	color:#fff;
	text-align:center;
}

.tortora{
	background:#7B6D65;
	width:100%;
	padding:20px 0;
	color:#fff;
}

.testo h1, .testo h2{
	font-size:25px;
	letter-spacing:0.2em;
	text-transform: uppercase;
}

.testo h3{
	font-size:16px;
	letter-spacing:0.06em;
}

.wrap img{
	display:block;
	overflow:hidden;
}

.descrizione{
	color: #fff;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 200px;
	z-index: 9;
}
.text{
	top:70px;
}

.descrizione p{
	font-size:12px;
	line-height:1.4em;
}
.descrizione h3{
	font-size: 24px;
	font-weight: 500;
	line-height: 1.1em;
	margin-bottom: 12px;
}

.descrizione h3 span{
	font-weight:300;
	text-transform:uppercase;
}
.moreDetails{
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	bottom: 20px;
	color: #fff;
	z-index: 9;
	right: 90px;
}

.image{
	bottom: 0;
    content: "";
    left: 267px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.wrap a:hover .image{
	bottom: 0;
    content: "";
	left:0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 1s ease 0s;
	z-index:1;
}
.box1{background: none repeat scroll 0 0 #DCC6A0;}
.box2{background: none repeat scroll 0 0 #625147;}

.image2{
	bottom: 0;
    content: "";
    right: 267px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.wrap a:hover .image2{
	bottom: 0;
    content: "";
	left:0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 1s ease 0s;
	z-index:1;
}
.box3{background: none repeat scroll 0 0 #9D0E00}
.box4{background: none repeat scroll 0 0 #761C1F}
.descrizione p a {
	color: #FFF;
	text-decoration: underline;
}

.expo{
	position:absolute;
	right:0;
	top:200px;
}

#drvranjes{
position:absolute; 
width:270px; /*162*/
height:145px;
padding-top:20px;
z-index:99; 
top:180px; /* -860*/
left:-360px;
background: #625147;
color:#fff;
font-size:20px;
width:370px; /*162*/
height:85px;
}

.testo p .fancybox strong{font-size:17px}

#ico_play {
    background: rgba(0, 0, 0, 0) url("../images/play.png") repeat scroll 0 0;
    display: block;
    height: 118px;
    left: 50%;
    margin-left: -59px;
    margin-top: -59px;
    position: absolute;
    top: 50%;
    width: 118px;
    z-index: 4;
}

#drvranjes{
position:absolute; 
padding:20px;
z-index:99; 
top:280px; /* -860*/
left:-460px;
background:url(../images/header.png) center center repeat;
color:#fff;
font-size:15px;
line-height:1.5em;
}
#drvranjes a{
	color:#fff;
}

.wrap td  {
	border-bottom:5px solid #fff;
	border-left:5px solid #fff;
}
.boxMenuTd td{
	border:none;
}

.bollino{
	position:absolute; right:0; top:200px; color:#666; font-size:12px;line-height: 1.6em; font-family: 'Hind', sans-serif; text-align:center; background:#fff; padding:5px;
}

.bollino2{
	position:absolute; left:0; top:200px; color:#666; font-size:12px;line-height: 1.6em; font-family: 'Hind', sans-serif; text-align:center; padding:5px;
}

.plenaria{width:100%; position:absolute; left:0; top:100px; height:50px}
.churchill{width:100%; position:absolute; left:0; top:200px; height:40px}
.churchillCavour{width:100%; position:absolute; left:0; top:150px; height:45px}
.cavour{width:100%; position:absolute; left:0; top:240px; height:40px}
.kennedy{width:100%; position:absolute; left:0; top:280px; height:40px}
.nagy{width:100%; position:absolute; left:0; top:320px; height:40px}
.indipendence{width:100%; position:absolute; left:0; top:362px; height:40px}
.alamanni{width:100%; position:absolute; left:0; top:405px; height:40px}
.rosselli{width:100%; position:absolute; left:0; top:445px; height:40px}
.jacopo{width:100%; position:absolute; left:0; top:490px; height:40px}
.ilprato{width:100%; position:absolute; left:0; top:535px; height:40px}
.belfiore{width:100%; position:absolute; left:0; top:578px; height:40px}
.belfioreIlprato{width:100%; position:absolute; left:0; top:622px; height:50px}
.leopolda{width:100%; position:absolute; left:0; top:678px; height:40px}
.one{width:100%; position:absolute; left:0; top:723px; height:40px}
.pola{width:100%; position:absolute; left:0; top:768px; height:40px}

.icona360{
	background:url(../images/360.png) center center no-repeat;
	width:80px;
	left:50%;
	margin-left:-40px;
	top:50%;
	margin-top:-40px;
	z-index:9;
	height:80px;
	position:absolute
}