
.disponibilita {
	margin: 25px 0;
}

.disponibilita label {
	margin: 0;
	font-weight: 400;
}



/******** Booking Engine **********/

#engine {

}

#engine h2 {
/*	text-transform: uppercase;
	font-size: 17px;
	font-weight: 700;
	margin: 20px 0 0 0;*/
}

#engine .bootstrap-select i {
	margin-right: 10px;
}


#engine .table > thead > tr > th,
#engine .table > tbody > tr > th,
#engine .table > tfoot > tr > th,
#engine .table > thead > tr > td,
#engine .table > tbody > tr > td,
#engine .table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 11px solid #F2EBDD;
}

#engine table {
	background: transparent;
/*	border-collapse: separate;*/
  /*border-spacing: 0 17px;*/
}

#engine table tr {
	background-color: #FFF;

/* 	display: block;
	margin-bottom: 17px;
	box-shadow: 1px 1px 10px #DDD;*/
}

#engine table tr th {
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
    background-color: #3E331D;
    color: #F9F9F9;
    padding: 8px 0;
}

#engine table tr td {
	text-align: left;
	vertical-align: middle;
}

#engine table tr td p {
	margin: 2px 0 0 0;
}

#engine table tr td.CS {
    display: none;
}

#engine table tr td.dimensiona {
/*    width: 1px;
    white-space: nowrap;*/
}

#engine table tr td.fotografia {
    vertical-align: top;
    width: 200px;
    max-width: 200px;
}

#engine table tr td.fotografia img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
}

#engine table tr td.fotografia h1 {
    font-size: 90px;
    color: #D9D9D9;
}

#engine table tr td.descrizione {
	min-width: 200px;
    max-width: 200px;
    vertical-align: top;

}

#engine table tr td.descrizione-servizi {
    min-width: 220px;
    max-width: 220px;
    vertical-align: top;
    padding: 15px 11px 15px 11px;
}

#engine table tr td.descrizione h3.nomeCamera,
#engine table tr td.descrizione-servizi h3.nomeCamera {
    margin: 0px 0 5px 0;
    min-height: 59px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #474747;
    text-shadow: 1px 1px 1px #FFF;
}

#engine table tr td.descrizione .text-muted {
    font-size: 12px;
    line-height: 1;
}

#engine table tr td.descrizione .label.label-engine,
#engine table tr td.descrizione-servizi .label.label-engine {
    display: block;
    margin: 5px 0;
    background: #FFF;
    border: 1px solid #DDD;
    text-align: left;
    color: #474747;
    width: 100%;
    height: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0;
    text-align: left;
    padding: 2px 3px 3px 5px;
}

#engine table tr td.descrizione-servizi .label.label-engine {
    margin-top: 29px;
}

#engine table tr td.prezzi {
    vertical-align: top;
    padding: 12px 15px 0 15px;
    min-width: 140px;
    margin: 0px 0 14px 0;

}

#engine table tr td.prezzi p.valuta {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0px;
    margin-bottom: 14px;
}

#engine table tr td span.prezzo {
    color: #7F6735;
}

#engine table tr td.prezzi .label.label-engine {
    margin: 5px 0;
    background: #7F6735;
    border: 1px solid #7F6735;
    color: #FFF;
    display: block;
    width: 100%;
    height: 20px;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0;
    text-align: left;
    padding: 2px 3px 3px 5px;
}

#engine table tr td .valute span {
    margin: 0 9px 0 2px;
    font-size: 10px;
}

#engine table tr td.occupazione {
    vertical-align: top;
}

#engine table tr td.aggiungi {
    max-width: 170px;
}

#engine table tr td.aggiungi p.text-muted {
}

#engine .errore {

}

#engine .errore h1 {
    font-size: 19px;
    color: #464646;
    text-transform: uppercase;
    margin: 15px 0;
}

#engine .errore h1 span {
    font-size: 64px;
    color: #A9A9A9;
}

#engine .errore p {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}

#engine .errore a {
	text-decoration: underline;
	color: #464646;
}



/******** jQuery Notice **********/

.notice-wrap {
	position: fixed;
	top: 50%;
	margin-top: -175px;
	left: 50%;
	margin-left: -180px;
	width: 360px;
	z-index: 9999;
}

* html .notice-wrap {
	position: absolute;
}

.notice-item {
	width: 360px;
	min-height: 40px;
	background: #3E331D;
	background: rgba(62,51,29,0.95);
	padding: 17px;
	font-weight: 400;
	display: block;
	position: relative;
	text-align: center;
	margin: 0 0 25px 0;
	border: 2px solid #3E331D;
	border-radius: 4px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.17);
}

.notice-item span {
	display: block;
	font-family: 'Glyphicons Halflings';
	font-size: 48px;
	line-height: 1.3;
	text-align: center;
	color: #F9F9F9;
}

.notice-item h3 {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
	text-transform: uppercase;
	text-align: center;
	color: #F9F9F9;
	margin: 0 0 10px 0;
}

.notice-item h4 {
	font-weight: 300;
	font-size: 15px;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	color: #F9F9F9;
	margin: 10px 0 1px 0;
	padding: 0 15px 0 15px;
}

.notice-item h5 {
	font-weight: 400;
	font-size: 13px;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 2px;;
	text-align: center;
	color: #F9F9F9;
	margin: 7px 0 10px 0;
}

.notice-item small {
	font-weight: 400;
	font-size: 17px;
	line-height: 1;
}

.notice-item-close {
	position: absolute;
	font-weight: 400;
	font-size: 17px;
	color: #F9F9F9;
	right: 17px;
	top: 6px;
	cursor: pointer;
}


/*
                         _ _
  ___ __ _ _ __ _ __ ___| | | ___
 / __/ _` | '__| '__/ _ \ | |/ _ \
| (_| (_| | |  | | |  __/ | | (_) |
 \___\__,_|_|  |_|  \___|_|_|\___/ */

/*.carrello {
    float: right;
    right: 0;
    margin-top: -105px;
}*/


#carrello h1 {
    font-weight: 400;
    color: #464646;
    font-size: 52px;
}

#carrello h4,
#carrello h3 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #464646;
    line-height: 24px;
}

#carrello h4 span,
#carrello h3 span {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    color: #3E331D;
}

#carrello h3 {
    margin: 17px 0 0 0;
}

#carrello h3.titolo {
    margin: 0 0 17px 0;
}

#cartPopover .headerRow {
    display: none;
}

#carrello .itemRow {
    clear: both;
    margin: 0;
    border: none;
    padding: 0;
    height: 35px;
    background: transparent;
}

#carrello .itemRow div {
    float: left;
    font-size: 13px;
    line-height: 35px;
}

#carrello .item-thumb img {
    width: 28px;
    margin-right: 15px;
}

#carrello .itemRow .item-custom {
    color: #464646;
    padding-right: 10px;
}

#carrello .itemRow .item-name {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    text-align: left;
    padding-left: 0 7px;
    color: #333;
}

#carrello .itemRow .item-variazione,
#carrello .itemRow .item-variazioneb {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #AAA;
}

#carrello .itemRow .item-quantita {
    width: 36px;
    overflow: hidden;
    text-align: left;
}

#carrello .itemRow .item-total {
    float: right;
    font-size: 13px;
    font-weight: 700;
    color: #464646;
}

#carrello .itemRow .item-rem {
    float: left;
    width: 25px;
    margin-right: 20px;
    padding-left: 0;
    text-align: center;
    background: transparent;
}

#carrello .itemRow .btn-sm { 
    font-size: 17px;
    padding: 0 6px;
}


#carrello hr {
  border: solid #E5E5E5;
  border-width: 1px 0 0;
  clear: both;
  height: 1px;
  margin: 15px 0;
}

/*
  ___ __ _ ___ ___  __ _
 / __/ _` / __/ __|/ _` |
| (_| (_| \__ \__ \ (_| |
 \___\__,_|___/___/\__,_|*/

.cassa {
  margin-bottom: 50px;
}

.cassa table {
	background-color: #FFF;
}

.cassa table tr.inverso {
  background-color: #3E331D;
  color: #F9F9F9;
}

.cassa table tr.inverso:hover {
  background-color: #3E331D;
color: #F9F9F9;
}

.cassa table tr th {
    padding: 8px 17px;
    letter-spacing: 0.5px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.cassa table tr td {
    vertical-align: middle;
    padding: 12px 17px;
}

.cassa table tr td h4 {
    font-size: 15px;
}

.cassa table tr td.icona {
    font-size: 24px;
    color: #A9A9A9;
}

.cassa table tr td.tabellaparziale {
    padding-right: 17px;
    width: 150px;
}

.cassa table tr td.riepiloghi {
    text-align: right;
    padding-right: 17px;
}

.cassa table tr td.importo {
    text-align: right;
    padding: 4px 17px 4px 0;
    width: 150px;
}

.cassa table tr td.totale {
    font-weight: 700;
    font-size: 20px;
    text-align: right;
    color: #333;
    padding: 7px 17px 7px 0;
}


.cassa input.error {
	border: 2px solid #D9534F;
}

.cassa fieldset {
    /*padding: 0 17px 17px 17px;*/
		padding: 10px 40px;
    background: #FFF;
    border: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.cassa fieldset legend {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: auto;
    border: none;
    padding: 0 15px;
}

.cassa fieldset h3 {
	margin: 10px 0;
}

.cassa label {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    text-transform: none;
}

.cassa label span {}

.cassa input, textarea {
    margin-bottom: 0;
}

.cassa .fancy-select {
    margin-bottom: 0;
    width: 100%;
}

.cassa textarea {
    height: 100px;
}

.cassa .alert-cassa {
    background: #F2EBDD;
}


.coupon {
    border: 1px solid #DDD;
    padding: 5px;
}

.coupon small  {
    display: block;
    margin-top: 10px;
    padding: 15px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
}

.coupon input {
    display: block;
    clear: both;
    width: 100%;
    height: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 6px;
    margin: 0 0 7px 0;
}

/*
 _                 _       _
| |__   ___   ___ | |_ ___| |_ _ __ ___
| '_ \ / _ \ / _ \| __/ __| __| '__/ _ \
| |_) | (_) | (_) | |_\__ \ |_| | | (_) |
|_.__/ \___/ \___/ \__|___/\__|_|  \___/
*/
.bootstro-backdrop {
    opacity: 0.6;
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
    filter: alpha(opacity = 60);
}

.bootstro-highlight {
}

.bootstro-finish-btn-wrapper {
    padding-top:10px;
    text-align:center;
    clear:both;
}

.bootstro-finish-btn-wrapper .btn-link {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #CCC;
}

.bootstro-finish-btn-wrapper .btn-link:hover {
    color: #808080;
}

.bootstro-nav-wrapper {
    margin-top:10px;
    padding-top:10px;
}


.CS {
    display: none;
}
