.booking-widget {
	position: fixed;
	z-index: 1000000000;
	top: 0;
	right: -370px;
	width: 370px;
	height: 100%;
	-webkit-transition: right 0.4s;
	transition: right 0.4s;
}

.booking-widget.-show {
	right: 0;
}

.booking-widget form {
	display: none;
}

.booking-widget iframe {
	width: 100%;
	height: 100%;
	border: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: url("images/loading.gif") white center center no-repeat;
}

.booking-widget .booking-widget_header {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 52px;
}

.booking-widget_header {
	background: #322C2C;
}

.booking-widget_close {
	float: right;
	font-size: 36px;
	font-weight: lighter;
	text-align: center;
	width: 58px;
	height: 58px;
	line-height: 58px;
	color: #fff;
	cursor: pointer;
}

.booking-widget_title {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: lighter;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	height: 58px;
	margin: 0 58px 0 0;
	line-height: 58px;
	color: #fff;
	clear:none;
}


.ttweb-booking-widget__body__date-selection__selected-dates__selected-date.ttweb-booking-widget__body__date-selection__selected-dates__selected-date--checkin:before {
		display: block;
		position: absolute;
		letter-spacing: .5px;
		font-size: 12px;
		line-height: 7px;
		height: 16px;
		padding: 4px 1px 2px;
		text-align: center;
		width: 35%;
		text-transform: uppercase;
		background: #197db2;
		box-sizing: border-box;
		font-weight: 500;
		content: "arrival";
		top: 42px;
		color: #fff;
		border-radius: 4px 4px 0 0;
    }

	.ttweb-booking-widget__body__date-selection__selected-dates__selected-date.ttweb-booking-widget__body__date-selection__selected-dates__selected-date--checkout:before {
		display: block;
		position: absolute;
		letter-spacing: .5px;
		font-size: 12px;
		line-height: 7px;
		height: 16px;
		padding: 4px 1px 2px;
		text-align: center;
		width: 34%;
		text-transform: uppercase;
		background: #197db2;
		box-sizing: border-box;
		font-weight: 500;
		content: "departure";
		top: 42px;
		right: 11px;
		color: #fff;
		border-radius: 4px 4px 0 0;
	}
	.ttweb-booking-widget__footer__rate__label{
		font-size:12px!important;
		
		text-align: left!important;
		width:35%!important;
	}
	.ttweb-booking-widget__body__date-selection__calendar .calendar-month table.calendar-month__grid tbody td{
		height:auto !important;
	}
	
	.ttweb-booking-widget__footer__rate__cost__crossout{
		font-size:12px!important;
	}
	.ttweb-booking-widget__footer__rate__cost{
		width: 65%!important;
	}
	.ttweb-booking-widget__body__date-selection__calendar .calendar-month table.calendar-month__grid .calendar-month__grid__date{
	   overflow:visible!important;
	   padding: 8px 0; 
	}
	.ttweb-booking-widget__body__date-selection__calendar .calendar-month table.calendar-month__grid .calendar-month__grid__date--end-selection:after{
		border-radius: 0 0 5px 5px!important;
		bottom: -6px!important;
		height:11px!important;
	}
	.ttweb-booking-widget__body__date-selection__calendar .calendar-month table.calendar-month__grid .calendar-month__grid__date__number{
		opacity: .8;
	}
	@media only screen and (max-width: 767px){
		.ttweb-booking-widget__body__date-selection__calendar .calendar-month table.calendar-month__grid tbody td {
		    font-size: 10px!important;
		}
	}