 /*!
 * Hotel Gigliola
 * Copyright 2014
 * All Rights Reserved
 * Design by: Cubici Design - www.cubicdesign.it
 */

@import url(http://fonts.googleapis.com/css?family=Cabin+Condensed);
 
/* GENERAL */
html, body {
	font: 300 87.5%/1.6 Lato !important;
	height:100%;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
.noHeight {
	height: 0;
}

/* HEADER */
header {
	position: absolute;
	left: 0;
	right:0;
	top: 20px;
	margin: 10px auto;
	z-index: 30;
	font-weight: 600;
	font-family: 'Cabin Condensed', sans-serif;
	
}
a {
	color: #726656;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #AF936B;
}
.navbar {
	margin: 0;
	background-color: rgba(0, 0, 0, 0.60);
	border-radius: 0;
	text-transform: uppercase;
	font-size: 17px;
	border: 0;
}
.navbar-nav > li > a {
	padding: 25px 12px;
	color: #fff;
	transition: background-color 0.2s ease 0s;
	background-color: transparent;
	font-size: 16px;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:active, .navbar-nav > li > a:focus {
	background-color: rgba(0, 0, 0, 0.18);
}
#lang {
	float: left;
	line-height: 20px;
	list-style: none;
	margin: 5px 5px 5px 10px;
	padding: 0;
	text-align: center;
}
#lang .dropdown-toggle {
	color: #fff;
}
#lang .dropdown-toggle img, #lang i {
	display: block;
}
#lang .dropdown-menu {
	text-align: left;
	background: rgba(0, 0, 0, 0.6);
	margin: 5px 0 0 -10px;
	border-radius: 0;
	min-width: 70px;
}
#lang .dropdown-menu a {
	color:#fff;
	padding: 3px 10px;
}
#lang .dropdown-menu li a:hover {
	background: rgba(0, 0, 0, 0.18);
}
.navbar-brand {
	padding: 5px;
}
#logo {
	width: 220px;
}

/* Slider Caption */
.caption {
	position: absolute;
	z-index: 2;
	color: #fff;
	top: 300px;
	left:15px;
	right: 0;
}
.caption-title {
	font-size: 26px;
	line-height: 1;
	text-shadow: 1px 1px 1px #000;
}
.caption-title span {
	font-size: 85px;
	display: block;
}
.caption-text {
	padding: 10px 25px 20px 0;
	font-size: 20px;
	text-shadow: 1px 1px 1px #000;
}
.caption.dark .caption-title, .caption.dark .caption-text{
	color: #333;
	text-shadow: none;
}
.captionAnchor {
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	display: block;
	font-size: 18px;
	padding: 10px;
	text-transform: uppercase;
	width: 100%;
	font-family: 'Cabin Condensed', sans-serif;
}
.captionAnchor i {
	font-size: 25px;
	line-height: 25px;
}
.captionAnchor:hover, .captionAnchor:active, .captionAnchor:focus {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.80);
}
.captionAnchor:hover i {
	margin-right: 10px;
}

/* Arrow */
#arrow {
	position: relative;
	z-index: 2;
	width:48px;
	margin: 0 auto;
	bottom:70px;
	text-align: center;
}
#arrow a {
	position: absolute;
	width:48px;
	margin:0 auto;
	font-size: 18px;
	color: #fff;
	margin-left: -20px;
}
#arrow a:hover, #arrow a:active, #arrow a:focus {
	text-decoration: none;
}

/* PAGE */
.padded {
	padding: 50px;
}
.mt50 {
	margin-top: 50px;
}
.page h1 {
	color: #746248;
	font-size: 60px;
	margin: 0 0 20px;
}
.page h2 {
	color: #746248;
}
.page p {
	color: #423227;
	font-size: 18px;
	text-align: justify;
}

/* POSIZIONE */
.boxIndicazioni, .boxIndicazioni p {
	text-align: center;
}
.boxIndicazioni i {
	font-size: 60px;
	margin-top: 30px;
	color: #DDCEA5;
}
.boxIndicazioni a {
	font-size: 18px;
	color: #AF936B;
	display: block;
}
.boxIndicazioni a:hover, .boxIndicazioni a:focus, .boxIndicazioni a:active {
	text-decoration: none;
	color: #DDCEA5;
}
#mappa_alt {
	padding: 70px 0 0;
}
#mappa_alt img {
	width: 100%;
}

/* CALCOLO PERCORSO */
#calcolo_percorso_indirizzo {
	margin-top:35px;
}
#calcolo_percorso_indirizzo, #calcolo_percorso_punti_di_interesse {
	text-align: left;
}
#indirizzo {
	padding:6px;
}
#calcola {
	margin-top:-3px;
}
#esempio {
	font-size: 14px;
}
#errore_calcolo_percorso {
	display: none;
	color: red;
	font-size: 16px;
}
#calcolo_percorso_punti_di_interesse ul {
	list-style: none;
}
#calcolo_percorso_punti_di_interesse ul li {
	font-size: 14px;
}
.adp-directions {
	width:100%;
}

/* SERVIZI */
.boxServizi {
	text-align: center;
}
.boxServizi i {
	font-size: 60px;
	margin-top: 30px;
	color: #DDCEA5;
}
.boxServizi ul {
	padding: 0;
}
.boxServizi ul li {
	font-size: 16px;
	color: #423227;
	list-style: none;
}
#btnCamere {
	background: none repeat scroll 0 0 rgb(255, 255, 255);
	border: 1px solid #786b5a;
	color: #786b5a;
	display: block;
	font-size: 20px;
	margin: 27px auto 0;
	padding: 3px;
	width: 45%;
	font-weight: bold;
}
#btnCamere span {
	background: url(/themes/images/bed-icon.png);
	width: 40px;
	height: 40px;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
}
#btnCamere:hover {
	background: #786b5a;
	color: #fff;
}
#btnCamere:hover span {
	background: url(/themes/images/bed-icon-hover.png);
	background-size: cover;
}

/* GALLERY */
.galleryItem {
	padding: 15px;
}
.galleryItem img {
	border: 1px solid #DDCEA5;
	padding:3px;
	border-radius: 2px;
	width:100%;
}
/* GUESTBOOK */
.contenitore_messaggio_guestbook {
	border-bottom: 1px solid #746248;
	margin-right: 50px;
}
.contenitore_messaggio_guestbook h3 {
	font-weight: 600;
	color: #746248;
	font-size:17px;
}
.contenitore_messaggio_guestbook h3  span{
	font-weight: 400;
}
#sectionGuestbook  h2 {
	font-size: 24px;
}
#sectionGuestbook  p {
	font-size: 14px;
}
#sectionGuestbook  input[type=text], #sectionGuestbook textarea {
	width:100%;
	padding:5px;
	font-size: 15px;
	margin-bottom: 15px;
}

.submitBtn {
	color: #DDCEA5;
	background: #77664f; /* Old browsers */
	background: -moz-linear-gradient(top, #77664f 0%, #605749 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77664f), color-stop(100%,#605749)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #77664f 0%,#605749 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #77664f 0%,#605749 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #77664f 0%,#605749 100%); /* IE10+ */
	background: linear-gradient(to bottom, #77664f 0%,#605749 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77664f', endColorstr='#605749',GradientType=0 ); /* IE6-9 */
}
.submitBtn:hover {
	background: #605749;
	color: #fff;
}


/* CONTATTI */
#contatti label {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #746248;
}
#contatti label span, #contatti p span {
	color: red;
	font-size: 25px;
	line-height: 14px;
	vertical-align: middle;
}
#contatti input[type=text], #contatti textarea  {
	width:100%;
	padding:5px;
	font-size: 15px;
	margin-bottom: 15px;
}
#contatti textarea {
	resize: none;
}
#contatti p {
	line-height: 17px;
	font-size: 16px;
}
#form_incompleto h4, #form_inviato_ok h4 {
	margin-bottom: 5px;
}
#form_incompleto p, #form_inviato_ok p {
	font-size: 14px;
	line-height: 15px;
}
#form_incompleto p {
	color: #a94442;
}
#form_inviato_ok p {
	color: #3c763d;
}
.socialBigIcon {
	text-align: center;
	margin-top:10px;
}
.socialBigIcon a {
	font-size: 35px;
}

/* FOOTER */
footer {
	background: #786B5A;
	color: #fff;
}
footer a {
	color: #DDCEA5;
}
footer a:hover, footer a:active, footer a:focus {
	text-decoration: none;
	color: #AF936B;
}
#footer-top {
	padding:20px;
}
#logo-footer {
	text-align: center;
}
#logo-footer img {
	width:230px;
	max-width: 100%;
}
#footer-top h5 {
	font-weight: bold;
	font-size: 16px;
}
#footer-top .nav {
	width: 70%;
	float: right;
}
#footer-top .nav a  {
	padding: 2px 0;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	text-align: right;
}
#footer-top .nav a:hover  {
	border-bottom: 1px solid #ddcea5;
	color: #ddcea5;
	background: none;
}
#footer-bottom {
	background: #726656;
	text-align: center;
}
#footer-bottom a img {
	padding:15px;
}
#offers-list > div:nth-child(3n+1) {  
	clear: left;
}