/**
 * Booking Engine UI
 */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin,vietnamese);

/*.entry-content{
	max-width: 960px;
}*/

select.be-input {
/* [ec] 27 ago 2015: Circondarlo sempre con un div.be-input per dare lo stesso effetto dell'input */
    border: none;
    box-shadow: none;
    width: 108% !important;
    position: relative;
    left: -3%;
    }

select.be-input:active {
    border: none;
    box-shadow: none;
}

.bookingengine{
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 16px;
}

.search-avail{
/*	width: 400px; */
	width: 100%;  /* [ec] 27 ago 2015 */
	margin: 0 auto;
}
.search-avail label{
	display: block;
	color: #5d5d5d;
	line-height: 23px;
	margin-bottom: 7px;
}
.search-avail input{
	margin-bottom: 20px;
}
.search-avail .be-input{
	width: 100%;
}

.be-input, .be-input:hover, .be-input:active, .be-input:focus{
	background: #fff;
	border: 1px solid #EBEBEB;
	box-shadow: 1px 0px 1px 1px #EEEEEE;
	border-radius: 3px;
	padding: 10px 5px;
}

.be-input-container{
	
}

.be-button, 
.be-button:active,
.be-button:hover{
	border: 1px solid #d6ac6c;
	border-radius: 3px;
	box-shadow: 0px 2px 1px #E6CCB6;
	padding: 0;
	background: #d6ac6c ; /* Old browsers */
background: -moz-linear-gradient(top,  #d6ac6c  0%, #d6ac6c  100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6ac6c), color-stop(100%,#d6ac6c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d6ac6c  0%,#d6ac6c  100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d6ac6c  0%,#d6ac6c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d6ac6c  0%,#d6ac6c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d6ac6c 0%,#d6ac6c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6ac6c', endColorstr='#d6ac6c',GradientType=0 ); /* IE6-9 */
}
.be-button span{
	display: block;
	padding: 10px 30px;
	border-top: 1px solid #f19b7a;
	font-family: Georgia;
	color: #ffffff;
	font-style: oblique;
	font-size: 18px;

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

}
.text-right{
	text-align: center;
}
.pull-right{
	float: right;
}

/**
 * Booking form
 */
.be-booking-form{
}

.be-form-title{
	font-size: 15px;
	color: #8e8071;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 20px;
}
.be-form-title .fa{
	font-size: 80%;
}

.be-booking-form > .row{
	/*margin-left: 0;
	margin-right: 0;*/
}

/*.be-booking-form .be-booking-rooms.row{
	margin-left: 0;
	margin-right: 0;
}*/
.be-booking-form .be-booking-rooms{
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.be-booking-form .be-booking-rooms:after{
	display: table;
	content: " ";
	clear: both;
}

.be-room-wrapper{
	/*margin-bottom: ;*/
}
/*.be-booking-form .be-col-3{
	width: 32.9%;
	padding: 15px;
	float: left;
}*/
.be-booking-form .be-col-3 > .be-booking-room{

}
.be-booking-room .be-box-img img{
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.be-booking-room.selected .be-act-book{
	color: #e86741;
}
.be-booking-room .be-act-book.active{
	display: none;
}
.be-booking-room .be-act-book{
	display: block;
}
.be-booking-room.selected .be-act-book.active{
	display: block;
}
.be-booking-room.selected .be-act-book{
	display: none;
}
.be-booking-room.selected .be-box-img img{
	opacity: 1;
	filter: alpha(opacity=100);
}
.be-booking-room .be-act-book{
	color: #8e8071;
	font-size: 13px;
	text-align: left;
	display: block;
	text-decoration: none;
}
.be-booking-room .be-act-book:hover{

}
.be-booking-form .be-box-booking{
	border-radius: 4px;
	box-shadow: 2px 2px 7px #DBD8D4;
	margin-top: 5px;
	padding-bottom: 46px;
	position: relative;
	border: 1px solid #edf1f2;
}
.be-box-booking{
	background: #fff;
	color: #8e8071;
	padding: 0 10px;
	font-size: 13px;
}
.be-box-booking .be-box-img{
	margin: 0 -10px 0 -10px;
	position: relative;
}
.be-box-booking .be-box-img img{
	border-radius: 4px 4px 0 0;
	max-width: 100%;
}
.be-box-booking h4{
	font-family: "Open Sans", sans-serif;
	margin: 10px 0 5px 0;
	font-weight: bold;
}
.be-box-booking .be-box-bottom{
	background: #f6f1ed;
	margin: 0 -10px;
	height: 46px;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.be-box-booking .be-box-img .be-box-price{
	position: absolute;
	bottom: 10px;
	right: -3px;
	background: url('../img/ribbon.png');
	color: #fff;
	box-sizing: border-box;
	height: 56px;
	padding: 12px 14px 12px 5px;
	line-height: 120%;
}
.be-box-booking .be-box-img .be-box-price:before{
	background: url('../img/ribbon_left.png');
	height: 56px;
	width: 13px;
	margin: -12px 0 0 -18px;
	content: "";
	display: block;
	padding: 0;
	position: absolute;
}

.be-box-img .be-box-price strong{
	font-size: 120%;
}
.be-box-img .be-box-price .symbol{
	font-size: 80%;
}
.be-box-img .be-box-price sub{
	font-size: 80%;
	bottom: 0;
}
.be-box-booking .be-box-services{
	margin: 10px 0;
}
.be-box-booking .be-box-services ul{
	list-style: none;
	list-style-position: outside;
	list-style-image: none;
	padding: 0;
	margin: 0;
}
.be-box-booking .be-box-services ul li{
	margin: 5px 0;
	font-size: 16px;
}
.be-box-booking .be-box-services ul li input{
	vertical-align: middle;
}
.be-box-booking .be-box-services ul li label{
	font-weight: normal;
	cursor: pointer;
}
.be-box-bottom{
	border-radius: 0 0 4px 4px;
}
.be-box-bottom .be-box-col{
	height: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 13px 10px;
	text-align: center;
	border-right: 1px #fff solid;
	font-weight: bold;
	font-size: 14px;
	vertical-align: bottom;
}
.be-box-bottom .be-box-col .fa{
	font-size: 18px;
	vertical-align: middle;
}
.be-box-bottom .be-box-col:last-child{
	border-right: 0px transparent;
}
.be-box-bottom .be-box-col .be-qty-item{
	margin: -13px -10px;
	padding: 12px 5px;
	text-align: center;
	cursor: pointer;
	background: #f6f1ed;
	border-left: transparent 3px solid;
}
.be-box-qty .be-qty-display{
	border-radius: 0 0 0 4px;
}
.be-box-qty .be-qty-list{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	z-index: 9;
}
.be-box-qty .be-qty-list .be-qty-item{
	margin: 0;
	height: 46px;
}
.be-box-qty .be-qty-list .be-qty-item.be-active{
	background: #fff;
	border-left: #e86741 3px solid;
	color: #e86741;
}
input[type=checkbox].becb{
	opacity: 0;
	display: inline-block;
	position: relative;
	z-index: 9;
	width: 22px;
}
input[type=checkbox].becb + span.cb{
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-left: -22px;
	background: url('../img/sprites.png') 0 0 no-repeat;
	position: relative;
	vertical-align: middle;
	top: -2px;
}
input[type=checkbox].becb:checked + span.cb{
	background: url('../img/sprites.png') 0 -22px no-repeat;
}

.be-submit{
	margin-top: 20px;
}

/**
 * INVOICE
 */
.be-pay-invoice{
	border: 1px solid #f6f1ed;
	box-shadow: 0px 0px 7px #f6f1ed;
	border-radius: 4px 4px 0 0;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	margin-right: 20px;
}
.be-invoice-part{
	padding: 15px;
	/*margin: 0 -15px;*/
}
.be-invoice-part .be-title{
	font-size: 18px;
	font-weight: bold;
	color: #5c5146;
}
.be-invoice-part .be-subtitle{
	font-size: 13px;
	color: #8e8071;
}
.invoice-line{
	background: url('../img/dashed.png') left top repeat-x;
	height: 1px;
	margin: 10px 0;
}
.be-invoice-part.be-inv-color{
	background: #f6f1ed;
}
.be-invoice-items{
	padding: 0 10px;
	color: #8e8071;
}
.be-invoice-items .item-price{
	color: #675d52;
}
.be-invoice-items .item-price.total{
	font-weight: bold;
	color: #e86741;
}
.be-invoice-items li{
	width: 100%;
	padding: 0;
}
.be-invoice-items li > .item-inner{
	padding: 5px 0;
}
.be-invoice-items ul{
	margin: 0;
	padding: 0;
}
.be-invoice-items li li .item-inner{
	padding-left: 10px !important;
}
.be-invoice-end{
	background: url(../img/border.png) #fff top left repeat-x;
	height: 30px;
	position: absolute;
	bottom: -28px;
	width: 100%;
	left: -1px;
}

.be-pay-info{
	margin-top: -15px;
}
.be-pay-info .be-input-item {
	position: relative;
}

.be-pay-info .be-input-item label{
	color: #8e8071;
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
	font-weight: 400;
}
.be-pay-info .be-input-item label.error{
	color: #e86741;
	font-size: 0.8em;
	position: absolute;
	right: 50%;
	top: 0;
	line-height: 2em;
	margin: 0;
}
.be-pay-info .be-input-item input{
	border-radius: 4px;
	border: 1px solid #d8c8b7;
	padding: 10px;
	width: 100%;
	outline: none;
}
.be-pay-info .be-input-item input.error{
	border-color: #e86741;
}
.be-pay-info .be-input-item input:focus{
	border-color: #f2bc00
}
a.pay-method{
	background: #2980b9;
	border-radius: 4px;
	display: block;
	color: #fff;
	padding: 10px;
	text-align: center;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
a.pay-method.active{
	opacity: 1;
	filter: alpha(opacity=100);
}
a.pay-method:hover{
	color: #fff;
	text-decoration: none;
}
.payments-list{
	margin: 0 -3px;
}
.payments-list li{
	width: 32.7%;
	padding: 0 3px;
	margin: 0px 0 8px 0;
}
.payments-list li a{
	cursor: pointer;
}
.payments-list li:first-child{
	padding: 0 3px;
}

.payments-list li input[type=radio]{
	display: none;
}
/*.payments-list li:nth-child(3n){
	padding-left: 0;
}*/
.pay-method.bank, .pay-method.cash{
	background: #e86741;
}
.pay-method.2checkou{
	background: #776d9b;
}
.pay-method.stripe{
	background: #0471e1;
}
.pay-method.google{
	background: #27ae60;
}
.bookingengine-invoice{
	color: #8e8071;
}
.bookingengine-message .be-title{
	font-size: 24px;
	color: #27ae60;
	font-weight: bold;
	text-align: center;
}
.bookingengine-message .be-title.info{
	color: #3498db;
}
.bookingengine-message .be-title.error{
	color: #e86741;
}
.bookingengine-message .be-subtitle{
	font-size: 16px;
	text-align: center;
}
.be-payment-invoice{
	box-shadow: 1px 1px 8px #C9BAAA;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 35px;
	border: 1px solid #ecf0f1;
}
.be-payment-invoice .invoice-header{
	height: 50px;
	background: #f2bc00;
	padding: 15px 25px;
	margin: 0 0 0 0;
}
.be-payment-invoice .invoice-content{
	padding: 20px 25px;
}
.be-payment-invoice .invoice-line{
	margin: 20px 0;
}
.be-payment-invoice strong{
	color: #5c5146;
}
.be-payment-invoice .invoice-heading{
	margin-bottom: 15px;
}
.be-payment-invoice .invoice-details .invoice-heading{
	color: #e86741;
	font-weight: bold;
}
.be-payment-invoice .invoice-details .invoice-items-heading{
	font-size: 12px;
}
.be-payment-invoice .invoice-line{
	margin-left: -5px;
	margin-right: -5px;
}
.be-payment-invoice .invoice-details .invoice-items-heading,
.be-payment-invoice .invoice-details .invoice-item{
	border-bottom: 1px solid #f3f2f1;
	padding: 7px 0;
}
.be-payment-invoice .invoice-details .invoice-items-heading > .left,
.be-payment-invoice .invoice-details .invoice-item > .left{
	padding-left: 0;
}
.be-payment-invoice .invoice-details .invoice-items-heading > .right,
.be-payment-invoice .invoice-details .invoice-item > .right{
	padding-right: 0;
	text-align: right;
	color: #675d52;
	font-weight: 400;
}
.be-payment-invoice .invoice-details .invoice-item.room .left{
	font-weight: bold;
}
.be-payment-invoice .invoice-details .invoice-item.service .left{
	padding-left: 15px;
}
.be-payment-invoice .invoice-details .invoice-item.sum .left{
	text-align: right;
}
.be-payment-invoice .invoice-details .invoice-item.sum.subtotal{
	border-top: 2px solid #c6bfb8;
	margin-top: -1px;
}
.be-payment-invoice .invoice-details .invoice-item.sum.total .right{
	color: #e86741;
	font-weight: bold;
}
.be-payment-fail{
	padding-top: 5%;
}

.invoice-wrapper{
	width: 50%;
	margin: 0 auto;
}
.change-date {
	color:#e86741;
	font-weight: bold;
}
.picker__weekday,
.picker__day {
	text-align: center;
}
/**
 * R E S P O N S I V E
 */
@media (max-width: 768px) {
	.bookingengine{
		padding: 0 15px;
	}
	.bookingengine > .bookingengine{
		padding: 0;
	}
	.invoice-wrapper{
		width: 100%;
	}
	.be-box-booking .be-box-bottom{
		height: auto;
	}
	.be-booking-form .be-box-booking{
		padding-bottom: 144px;
		height: auto !important;
	}
	.be-room-wrapper{
		margin-bottom: 20px;
		padding-left: 0;
		padding-right: 0;
	}
	.be-box-booking .be-box-img img{
		width: 100%;
	}
	.be-box-booking .be-box-bottom > div{
		border-top: 1px solid #fff;
	}
	.be-pay-invoice{
		margin-right: 0;
	}
	.be-pay-info{
		margin-top: 20px;
	}
	.be-payment-invoice .invoice-content{
		padding: 15px;
	}
}

input[type="date"]::-webkit-inner-spin-button{
	display: none;
	-webkit-appearance: none;
}


input[type=radio] {
	display:none;
}

input[type=radio] + label {
	display:inline-block;
	margin:-2px;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

input[type=radio]:checked + label {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	background-color:#e0e0e0;
}