body {
    background:#140000 url("/static/content/bckg-body.jpg") repeat-y scroll center center;
    color: #444242;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
}
h1 {
    color: #540619;
    font-family: 'Pinyon Script',cursive;
    font-size: 35px;
    text-align: right;
}
h1 span {
    font-size: 80px;
}
h2 {
    color: #FFFFFF;
    font-family: 'Pinyon Script',cursive;
    font-size: 24px;
    margin: 10px 0 0 10px;
}

#wrap1 h2 {
	color: #540619 !important;
	margin-bottom: 0.6em;
}

#wrap1 ul {
	list-style: circle;
	line-height: 1.5em;
	margin-left: 3em;
}
#wrapper-content {
    background: url("/static/content/bckg-wrapper-content.png") repeat-y scroll center center transparent;
    margin: 80px auto;
    position: relative;
    width: 100%;
    z-index: 1;
}
#bckg-wrapper-content {
    background: url("/static/content/bckg-wrapper-content.png") repeat-y scroll center center transparent;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
#wrapper {
    background:#fff5e4;
    margin: 0 auto;
    padding: 0 0;
    position: relative;
    width: 960px;
    z-index: 2;
	-webkit-border-radius:	20px;
	-moz-border-radius:		20px;
	border-radius:			20px;
	overflow: hidden;	
	-moz-box-shadow:	0 0 25px 0px #140000;
    -webkit-box-shadow	0 0 25px 0px #140000;
    box-shadow:			0 0 25px 0px #140000;
}
#decoro {
    background: url("/static/content/bckg-decoro.png") repeat scroll 0 0 transparent;
    height: 286px;
    position: absolute;
    right: 0;
    top: 370px;
    width: 305px;
    z-index:-1;
}
#wrapper-top, #wrapper-bottom {
    height: 350px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}
#wrapper-top {
    background: url("/static/content/bckg-wr-top.png") no-repeat scroll center center transparent;
    top: -80px;
}
#wrapper-bottom {
    background: url("/static/content/bckg-wr-bottom.png") no-repeat scroll center center transparent;
    bottom: -80px;
}

#lingue {
    height: 32px;
    position: absolute;
    right: -10px;
    top: 10px;
    width: 195px;
}

#lingue .it, #lingue .en {
	width: 16px;
	height: 16px;
	padding-right: 24px;
	text-decoration: none;
	color: #333;
}

#lingue .it {
	background: url(/static/content/it.png) no-repeat right 0;
	margin-right: 10px;
}

#lingue .en {
	background: url(/static/content/en.png) no-repeat right 0;
}

#lingue .it:hover, #lingue .en:hover {
	text-decoration: underline
}

#logo a {
    float: left;
    margin: 30px 0 0 30px;
    position: relative;
    width: 280px;
    height: 345px;
    background: url(/static/content/logo.jpg) no-repeat 0 0;
    display: block;
    text-decoration: none;
}

#logo1 {
    height: 100px;
    left: 0;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 270px;
    width: 280px;
}
h3 {
    color: #FFFFFF;
    font-size: 20px;
}
h3 span {
    font-family: 'Pinyon Script',cursive;
    font-size: 28px;
}
#slide {
    float: right;
    height: 345px;
    margin: 30px 30px 0 0;
    overflow: hidden;
    width: 600px;
}
#slide .cicle {
    height: 345px;
    position: relative;
    width: 640px;
}
#slide .cicle h2, #slide .cicle p, #slide .cicle h1 {
    background: url("/static/content/bckg-black-20.png") repeat scroll 0 0 transparent;
    bottom: 0;
    color: #f4f4f4;
    font: bold 12px Verdana,Geneva,Arial,Helvetica,sans-serif;
    left: 0;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    width: 600px;
    text-indent:0;
}

.nav {
	list-style: none;
	padding: 20px 30px;
	float: left;
}

.nav .decorosx {
	background: url(/static/content/ornaments_sx.png) no-repeat center center;
    width: 16px;
    height: 50px;
    margin: 0;
}

.nav .decorodx {
	background: url(/static/content/ornaments_dx.png) no-repeat center center;
    width: 16px;
    height: 50px;
    margin: 0;
}

.nav li {
	float: left;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	vertical-align: middle;
	margin: 6px 0;
}

.nav li:hover > a {
	color: #FFF5E4;
	background: #550619;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.nav li a {
	text-decoration: none;
	color: #444242;
	font-weight: bold;
	display: block;
	height: 36px;
	line-height: 36px;
	font-family: Tahoma,Geneva,sans-serif;
    font-size: 18px;
    padding: 0
}

.nav li a:hover {
	background: #550619;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #FFF5E4;
}

.axx {
	background: url(/static/content/separatore.png) no-repeat center 0;
	height: 37px;
	display: block;
	margin: 0;
}

.nav li ul {
	display: none;
	list-style: none;
	position: absolute;
	padding: 10px;
	left: 0;
	-webkit-border-radius: 0 10px 10px 10px;
	-moz-border-radius: 0 10px 10px 10px;
	border-radius: 0 10px 10px 10px;
}

.nav .drop:hover {
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.nav li:hover ul {
	display: block;
	position: absolute;
	top: 36px;
	left: 0;
	font-size: 0.8333em;
	z-index: 80;
	width: 176px;
	background: #550619;
}

.nav li li {
	text-align: left;
	float: none;
	width: auto;
	margin: 0;
}

.nav li li a {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	text-transform: none;
	color: #FFF5E4;
	background: #550619;
	font-size: 11px;
}

.nav li li a:hover {
	height: 30px;
	line-height: 30px;
	border: none;
	background: #1C0103;
}

#sx, #center, #dx, #ornament {
    float: left;
}
#ornament {
	height:460px;
}
#sx {
    background: url("/static/content/bckg-sx.png") no-repeat scroll 0 0 #A69378;
	-webkit-border-radius:	15px;
	-moz-border-radius:		15px;
	border-radius:			15px;
    margin: 10px 10px 30px 30px;
    width: 230px;
    padding: 25px 25px 25px;
}
#sx ul {
    margin: 0 auto;
    padding: 0;
    width: 230px;
}
#sx ul li {
    background: url("/static/content/bckg-white-20.png") repeat scroll 0 0 transparent;
    border-radius: 10px 10px 10px 10px;
    cursor: pointer;
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 230px;
}
#sx ul li:first-child {
	margin-bottom:25px;
}
#sx ul li section {
    left: 0;
    position: relative;
    top: 100px;
}
#sx ul li section p {
	position: absolute;
	left:0;
	top:165px;
	width:230px;
	height:30px;
	text-align:center;
	color:#FFF;
	padding-top:5px;
	background-color:rgba(20,0,0,0.65);
	text-indent:0;
}
#sx ul li p {
    font-size: 12px;
    height: 180px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 210px;
}
#sx ul li a {
    bottom: 110px;
    color: #444242;
    font-size: 14px;
    position: absolute;
    right: 15px;
    text-decoration: none;
}
#sx .first-child img {
	margin:0 20px 20px 0;
}
#sx .link-img img {
	padding:5px;
	border:#420505 solid 1px;
	background:#FFF;
	margin-bottom:20px;
	-webkit-border-radius:	5px;
	-moz-border-radius:		5px;
	border-radius:			5px;
	float: left;
}
footer {
    background:#530619;
    clear: both;
    color: #FFFFFF;
    font-size: 11px;
    margin: 25px auto 0;
    padding: 30px 30px 0;
    position: relative;
    width: 900px;
}
footer a {
    color: #FFFFFF;
    font-weight: bold;
}
footer a:hover {
    color: #777777;
}
footer #contatti {
	background: url(/static/content/contatti.png) no-repeat 10px center;
	width: 400px;
	float: right;
	padding: 10px 10px 20px 10px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background-color:rgba(20,0,0,0.75);
}
footer .titolo {
	font-family: 'Pinyon Script',cursive;
	font-size: 28px;
}
footer #contatti img {
	float: left;
}
footer #contatti p {
	float: left;
	margin-left:30px;
	text-indent:0;
	padding-left: 130px;
	margin-bottom: 0;
}
footer #tiphys {
	position: absolute;
	bottom:20px;
	right: 20px;
	color: #FFFFFF;
    font-size: 9px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    text-align: right;
    width: 146px;

}
#map_canvas {
    height: 250px;
    width: 450px;
    float: left;
}
#map {
    float: left;
    width: 450px;
}
#directionsPanel {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	width: 500px;
	clear: both;
	background-color:#FFF;
}
#calc-percorso {
	width: 450px;
	float: left;
	padding-bottom:20px;
}
#calc-percorso form {
	margin-top:15px;
}
#calc-percorso form label {
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	margin:10px 10px 0 0;
	float:left;
}
#calc-percorso form input#locationFrom {	
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	border:#666 solid 1px;
	padding:5px;
	color:#666;
	margin: 10px auto;
	float:left;
}
#calc-percorso form input#button {
	width:50px;
	height:30px;
	border:#999 solid 1px;
	float:left;
	color:#999;
	font-weight:bold;
	font-size:15px;
	margin:7px 0 0 30px;
	cursor:pointer;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.13, #420505),
    color-stop(0.47, #660000)
	);
	background-image: -moz-linear-gradient(
		center bottom,
		#420505 13%,
		#660000 47%
	);	
	-moz-box-shadow:0 0 2px 0 #420505 inset;
    -webkit-box-shadow:0 0 2px 0 #420505 inset;
    box-shadow:0 0 2px 0 #420505 inset;
	background-color:#660000;
}
#calc-percorso form input#button:hover {
	-moz-box-shadow:0 0 3px 0 #CCC;
    -webkit-box-shadow:0 0 3px 0 #CCC;
	box-shadow:0 0 3px 0 #CCC;
    background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.43, #878487),
    color-stop(0.85, #666666)
	);
	background-image: -moz-linear-gradient(
		center top,
		#878487 43%,
		#666666 85%
	);
	color:#222;
	background-color:#666;
}
#tiphys a {
    color: #FFFFFF;
}
#tiphys a:hover {
    color: #777777;
}
#logo {
    float: left;
    height: 345px;
}
#flash {
    margin: 15px 0 0 12px;
    width: 642px;
}
#lingue img {
    margin: 0 10px;
}

#titolo {
    float: right;
    margin-right: 30px;
}

#center {
    margin: 0 0 0 20px;
    width: 260px;
}
#ornament {
    background: url("/static/content/ornaments.png") no-repeat scroll 100% 20% transparent;
    width: 30px;
}
#dx {
    margin: 0 30px 0 20px;
    width: 280px;
}
h4 {
    color: #540619;
    font-size: 40px;
    text-align: center;
}
h4 span {
    font-size: 80px;
}

p {
    margin: 0 0 1em 0;
    text-indent: 20px;
    line-height: 1.5em;
}
#wrap1 {
	float:left;
	width:580px;
	min-height:150px;
	background;#140000;
	margin: 0 0 30px 30px;
}
.link-r img, .link-l img {
	padding:10px;
	border:#420505 solid 1px;	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#FFF;
}
.link-r img {
	margin: 0 0 1em 1em;
	float:right;
}
.link-l img {
	margin: 1em 1em 0 0;
	float:left;
}
.link-r img:hover, .link-l img:hover, #sx .link-img img:hover {
	border:#333 solid 1px;
	background:#777;
	-webkit-transition: all .2s; /* Chrome */
	-moz-transition:    all .2s; /* Firefox */
	-o-transition:      all .2s; /* Opera */
	transition:         all .2s; /*Generale */
}

/*FORM PRENOTAZIONE*/

#form-prenotazione {
	width: 600px;
	margin: 0 auto;
	margin-bottom: 5em;
}

#form-prenotazione .lopinsjk {
	display: none;
}

#form-prenotazione .row {
	padding-top: 20px;
	clear: both;
}

#form-prenotazione label {
	margin-right: 20px;
	width: 110px;
	float: left;
	text-align: right;
	height: 25px;
	line-height: 2.2em;
	color: #540619;
}

#form-prenotazione input {
	float: left;
	width: 100px;
	background: #f4f4f4;
}

#form-prenotazione select {
	width: 110px;
	float: left;
	background: #f4f4f4;
}

#form-prenotazione textarea {
	width: 344px;
	height: 80px;
	background: #f4f4f4;
}

#form-prenotazione img {
	display: none;
}

#form-prenotazione .privacy {
	width: 16px;
	height: 22px;
}

#form-prenotazione .button {
	float: right;
	margin-right: 80px;
	margin-bottom: 2em;
	width: auto;
	background: #6e0303 url(/static/content/overlay.png) repeat-x 0 -30px;
	padding: 10px;
	color: #f4f4f4;
}

#form-prenotazione .button:hover {
	background-color: #990000;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-o-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-ms-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#form-prenotazione label.required:after {
	content:" *";
	color: #C93C15;
}

.errors {
	margin: 0 auto;
	width: 300px;
	background-color: #DDD1BE;
	padding: 10px;
}

.errors ul {
	list-style: none;
}

.errors li {
	color: #540619;
}

.gallery {
	list-style: none !important;
	line-height: 0 !important;
	margin-left: 0 !important;
}

.gallery li {
	float: left;
	margin: 0 15px 23px;
}

.generica .asidegenerica .last {
	margin: 0;
}

.gallery img {
	padding: 5px;
	border:#420505 solid 1px;
	background:#FFF;
	margin-bottom: 20px;
	-webkit-border-radius:	5px;
	-moz-border-radius:		5px;
	border-radius:			5px;
	width: 150px;
	height: 100px;
	max-width: none;
}

.gallery img:hover {
	border:#333 solid 1px;
	background:#777;
	-webkit-transition: all .2s; /* Chrome */
	-moz-transition:    all .2s; /* Firefox */
	-o-transition:      all .2s; /* Opera */
	transition:         all .2s; /*Generale */
}
