.bookform {
	width: 68%;
	float: right;
	margin-top: 20px
}
.bookform ul {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 42%
}
.bookform ul li {
	margin-bottom: 10px
}
.bookform ul li.bl {
	border-left: solid 2px #ccc
}
.bookform input, .bookform textarea {
	border: solid 1px #999;
	color: #000;
	background-color: transparent;
	text-align: center;
	font-size: 18px;
	width: 100%
}
.bookform a {
	color: #fff
}
.bookform h1 span {
	font-size: 40px;
	border-bottom: solid 2px #b8222b
}
.booking {
	background: url(../images/bg-book-18.jpg) no-repeat;
	font-size: 20px;
	background-size: cover;
	padding: 20px 0
}
.reservation {
	margin-bottom: 10px
}
.booking {
	text-align: center
}
.reservation li {
	padding-right: 35px;
	display: inline-block;
	vertical-align: baseline;
}
.reservation p {
	position: relative;
	text-align: left
}
.reservation p input {
	width: 100%;
	cursor: pointer;
	font-size: 16px;
	padding-left: 5px;
	color: #000!important;
	height: 35px;
	line-height: 35px
}
.reservation i {
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #666
}
.reservation label {
	text-align: left;
	float: left;
	margin-bottom: 10px
}
.type-rate {
	float: right;
	padding-left: 10px
}
.css3-metro-dropdown select {
	font-size: 16px;
}
.css3-metro-dropdown::after {
	border: solid 1px #E7E7E7;
	line-height: 32px;
}
.css3-metro-dropdown {
	min-width: 100%
}
.icon-rate {
	float: left;
	padding-right: 50px
}
.rate p {
	font-size: 35px
}
.rate li {
	display: inline-block;
	vertical-align: top;
}
.rate li {
	width: 23%;
	padding-left: 2%
}
.rate li:nth-child(1) {
	width: 30%;
	padding-left: 2%
}
.rate li:nth-child(2) {
	width: 22%;
	padding-left: 2%
}
.rate li:nth-child(3) {
	width: 18%;
	padding-left: 2%
}
.rate li:nth-child(4) {
	width: 20%;
	padding-left: 2%
}
.icon-rate img {
	margin-right: 5px
}
#slidingDiv {
	display: none;
}
.rate table {
	background-color: #fff
}
.rate table td {
	padding: 5px
}
.rate table tr:last-child {
	border-top: solid 1px #ccc
}
.rate i.fa-check {
	color: #12a412
}
.rate i.fa-close {
	color: #b8222b
}
.availability-rates {
	margin-top: 10px
}
.show_hide {
	width: 100%!important;
	display: inline-block;
}
.availability-rates, .show_hide {
	background-color: rgba(255,255,255,.5);
	padding: 10px;
	margin-bottom: 10px
}
.rate li:first-child {
	text-align: left
}
.rate li:nth-child(3) {
	text-align: right
}
.rate li:nth-child(3) span {
	font-size: 25px;
	text-align: right
}
.rate li small {
	font-size: 15px
}
.icon-rate img {
	width: 15px
}
.type-rate img {
	width: 25px
}
a.show_hide {
	color: #000;
	font-size: 15px
}
/*popup*/
/* jquery.revodal popup
   ========================================================================== */

html.remodal-is-locked {
	overflow: hidden;
}
/* Anti FOUC */

.remodal, [data-remodal-id] {
 visibility: hidden;
}
/* Necessary styles of the overlay */

.remodal-overlay {
	position: fixed;
	z-index: 9999;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	display: none;
}
/* Necessary styles of the wrapper */

.remodal-wrapper {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow: auto;
	text-align: center;
	-webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
	display: inline-block;
	height: 100%;
	margin-left: -0.05em;
	content: "";
}
/* Fix iPad, iPhone glitches */

.remodal-overlay, .remodal-wrapper {
	-webkit-transform: translateZ(0px);
}
/* Necessary styles of the modal dialog */

.remodal {
	position: relative;
	display: inline-block;
}
/* Anti-zoom. Font-size should be >= 16px. */

.remodal select, .remodal textarea, .remodal input, .remodal select:focus, .remodal textarea:focus, .remodal input:focus {
	font-size: 16px;
}
/* ==========================================================================
   Remodal default theme
   ========================================================================== */

/* Default theme font */

.remodal, .remodal {
	font-family: 'Noto Serif', serif;
}
/* Background for effects */

.remodal-bg {
	-webkit-transition: -webkit-filter 0.2s ease-out;
	-moz-transition: -moz-filter 0.2s ease-out;
	-o-transition: -o-filter 0.2s ease-out;
	transition: filter 0.2s ease-out;
}
body.remodal-is-active .remodal-bg {
	-webkit-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
}
/* Default theme styles of the overlay */

.remodal-overlay {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	opacity: 0;
	background: rgba(0,0,0,.6);
}
body.remodal-is-active .remodal-overlay {
	opacity: 1;
}
/* Default theme styles of the modal dialog */

.remodal {
	font-size: 19px;
	line-height: 25px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	min-height: 100%;
	padding: 35px;
	-webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out, opacity 0.2s ease-out;
	transition: transform 0.2s ease-out, opacity 0.2s ease-out;
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
	opacity: 0;
	color: #fff;
	background: #000;
	background-clip: padding-box;
}
body.remodal-is-active .remodal {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
/* Vertical align of the modal dialog */

.remodal, .remodal-wrapper:after {
	vertical-align: middle;
}
/* Close button */

.remodal-close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 28px;
	height: 28px;
	text-align: center;
	-webkit-transition: background 0.2s ease-out;
	-moz-transition: background 0.2s ease-out;
	-o-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
	text-decoration: none;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.remodal-close:after {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
	font-size: 28px;
	line-height: 28px;
	display: block;
	content: "×";
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	text-decoration: none;
	color: #fff;
}
.remodal-close:hover, .remodal-close:active {
	background: #3e5368;
}
.remodal-close:hover.remodal-close:after, .remodal-close:active.remodal-close:after {
	color: #f4f4f4;
}
/* Dialog buttons */

.remodal-confirm, .remodal-cancel {
	font-size: 10pt;
	display: inline-block;
	width: 120px;
	margin: 0 0 5px 0;
	padding: 9px 0;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	text-align: center;
	text-decoration: none;
	background-clip: padding-box;
}
.remodal-confirm {
	color: #16a085;
	border: 2px solid #16a085;
	background: #f4f4f4;
}
.remodal-confirm:hover, .remodal-confirm:active {
	color: #f4f4f4;
	background: #16a085;
}
.remodal-cancel {
	color: #c0392b;
	border: 2px solid #c0392b;
	background: #f4f4f4;
}
.remodal-cancel:hover, .remodal-cancel:active {
	color: #f4f4f4;
	background: #c0392b;
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 768px) {
.remodal {
	max-width: 700px;
	min-height: 0;
	margin: 20px auto;
}
}
 @media only screen and (min-width: 1280px) {
.remodal {
	max-width: 700px;
	min-height: 0;
	margin: 20px auto;
}
}
/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F021242E, endColorstr=#F021242E);
}
.lt-ie9 .remodal {
	width: 700px;
	min-height: 0;
	margin: 20px auto;
}
.lt-ie9 .remodal-close:after {
	margin: auto;
	text-align: center;
}
.lt-ie9 .remodal-close:hover, .lt-ie9 .remodal-close:active {
	background: transparent;
}
.lt-ie9 .remodal-close:hover.remodal-close:after, .lt-ie9 .remodal-close:active.remodal-close:after {
	color: #3e5368;
}
p.right {
	text-align: right
}
/*table*/
.daily-rate-chart {
	margin: 0 5%;
}
.daily-rate-chart h1 {
	font-size: 30px;
	margin: 50px 0 20px 0
}
.daily-rate-chart h1 b {
	font-weight: bold
}
.table-responsive tr th b {
	font-weight: bold
}
.table-responsive tr td, .table-responsive tr th {
	border: solid 1px #d8d8d8;
	vertical-align: middle!Important
}
.table-responsive tr td {
	padding: 10px 30px !important;
	text-align: right
}
.table-responsive tr th {
	padding: 20px !important;
}
.table-responsive tr td {
	text-align: right
}
.table-responsive tr td:first-child {
	text-align: center
}
.table-responsive tr td:first-child span {
	text-transform: uppercase
}
.table-responsive tr:nth-child(even) {
	background-color: #fff
}
.table-responsive tbody tr:nth-child(odd) {
	background-color: #c9c9c9
}
span.t1 {
	width: 30%;
	display: inline-block
}
span.t2 {
	width: 60%;
	display: inline-block
}
.table-responsive tr th {
	background-color: #000;
	color: #fff;
	padding: 50px 0!important;
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
	position: relative
}
.table-responsive tr th:first-child {
	background-color: transparent!important;
	color: #fff
}
.table-responsive tr th:after {
	content: "\f0dd";
	font-family: 'FontAwesome';
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -10px;
	color: #000;
	font-size: 40px
}
.table-responsive tr th:first-child:after {
	display: none
}
i.fa-th {
	font-size: 22px
}
.css3-metro-dropdown select {
	min-width: 70px;
}

/**************RESPONSIVE*****************/
@media screen and (max-width: 1280px) {
.booking, .booking button {
	font-size: 16px
}
.rate p, .rate li:nth-child(3) span {
	font-size: 22px;
}
.rate li small {
	padding-bottom: 8px;
	display: inline-block
}
.table-responsive tr th {
	padding: 25px 0!important;
	font-size: 18px;
}
.daily-rate-chart h1 {
	font-size: 29px;
	margin: 50px 0 20px 0;
}
.table-responsive tr td {
	padding: 5px 20px !important;
}
}
 @media screen and (max-width: 1024px) {
.booking, .booking button {
	font-size: 14px
}
.rate p, .rate li:nth-child(3) span {
	font-size: 18px;
}
.rate li:nth-child(1) {
	width: 29%;
	padding-left: 2%;
}
.rate li:nth-child(4) {
	width: 18%;
	padding-left: 2%;
}
.rate li:nth-child(3) {
	width: 21%;
	padding-left: 2%;
}
.icon-rate {
	padding-right: 0
}
.reservation li {
	padding-right: 8px;
}
}
 @media screen and (max-width: 768px) {
.reservation {
	margin-bottom: 0px;
}
.icon-rate img {
	width: 10px;
}
.rate p, .rate li:nth-child(3) span {
	font-size: 16px;
}
.type-rate img {
	width: 18px;
}
.rate li:nth-child(1) {
	width: 25%;
	padding-left: 0%;
}
.rate li:nth-child(2) {
	width: 28%;
	padding-left: 0%;
}
.rate li:nth-child(3) {
	width: 22%;
	padding-left: 0;
}
.rate li:nth-child(4) {
	width: 21%;
	padding-left: 0;
}
.rate table td {
	padding: 3px;
}
.bookform {
	width: 79%;
}
.table-responsive tr th {
	padding: 20px 10px!important;
	font-size: 15px;
}
.daily-rate-chart h1 {
	font-size: 24px;
}
}
 @media screen and (max-width: 736px) {
.availability-rates {
	padding: 20px
}
.rate li {
	margin-bottom: 10px;
	width: 100%!important;
	float: left
}
.reservation li {
	padding-right: 8px;
	width: 21%;
}
.css3-metro-dropdown select {
	min-width: 61px;
}
.reservation p input, .reservation .css3-metro-dropdown select {
	font-size: 12px;
}
.reservation li.r4 {
	width: 60px;
}
.reservation li.r1 {
	width: 13%;
	padding-right: 0%;
}
.bookform {
	width: 100%;
}
}
 @media screen and (max-width: 480px) {
i.fa-th {
	font-size: 17px;
}
.reservation i {
	bottom: 8px;
}
.reservation li {
	padding-right: 2px;
}
.reservation li.r1 {
	width: 22%;
}
.reservation li.r5 {
	white-space: nowrap
}
}
 @media screen and (max-width: 414px) {.daily-rate-chart h1 {
    font-size: 22px;
}
.availability-rates {
	padding: 20px
}
span.t2 {
	width: 26%
}
span.t1 {
	width: 10%;
}
.rate li {
	margin-bottom: 10px;
	width: 100%!important;
	float: left
}
.reservation label {
	margin-bottom: 4px;
}
.bookform ul {
	width: 100%;
}
.reservation li {
	padding: 0;
	text-align: left;
	margin-bottom: 5px;
}
.reservation li.r1 {
	width: 100%;
	text-align: center;
	margin-bottom: 10px
}
.reservation li.r4 .css3-metro-dropdown select {
	width: 80px!important;
	clear: both
}
.reservation li {
	width: 29%;
}
.reservation li.r4 {
	width: 90px;
}
.reservation li.r5 {
	width: 100%;
	text-align: center;
}
.reservation li.r5 {
	text-align: center
}
.booking button {
	white-space: nowrap
}
.remodal b {
	font-weight: bold!important
}
.reservation li.r1 {
	text-transform: uppercase
}
.rate table td b {
	font-weight: bold!important
}
.r4 button, .r5 button {
	border-bottom-color: #000
}
}
 @media screen and (max-width: 320px) {
.reservation li.r1 {
	width: 28%;
}
.reservation li {
	width: 31%;
}
}
.r1 a {
	text-decoration: underline
}
.table a {
	color: #fff
}

 @media screen and (max-width: 667px) {.table-responsive tr th bx{ width:100%; float:left}.table > thead > tr > th{ font-size:12px}.table-responsive tr th{ padding:20px 5px!important}.table-responsive table td {
	font-size: 15px;
}
span.t2 {
	width: 80%;
}span.t1 {
	width: 20%;
}.table-responsive tr td{ padding:5px!important}
 }
 @media screen and (max-width: 666px) { .table-responsive table td{ font-size:14px!mportant}
span.t2 {
	width: 25%;
}
.table-responsive {
	width: 100%
}
.table-responsive table {
	border: 0;
}
.table-responsive table thead {
	display: none;
}
.table-responsive table tr {
	margin-bottom: 10px;
	display: block;
}
.table-responsive table td {
	display: block;
	text-align: right;
	font-size: 17px;
	border-bottom: 1px dotted #ccc;
}
.table-responsive table td:last-child {
	border-bottom: 0;
}
.table-responsive table td:before {
	content: attr(data-label);
	float: left;
}
}
 
/* online */
.ui-header.ui-bar-inherit, div.ui-footer.ui-bar-inherit {
    background-color: #000;
    border-color: #000;
    color: #fff;
    text-shadow: 0 1px 0 #ccc;
}
.ui-bar-a, .ui-page-theme-a .ui-bar-inherit, html .ui-bar-a .ui-bar-inherit, html .ui-body-a .ui-bar-inherit, html body .ui-group-theme-a .ui-bar-inherit {
    background-color: #000 /*{a-bar-background-color}*/;
    border-color: #000 /*{a-bar-border}*/;
    color: #fff /*{a-bar-color}*/;
    text-shadow:none!important;
    font-weight: bold;
}
.ui-page-theme-a .ui-btn, html .ui-bar-a .ui-btn, html .ui-body-a .ui-btn, html body .ui-group-theme-a .ui-btn, html head + body .ui-btn.ui-btn-a, .ui-page-theme-a .ui-btn:visited, html .ui-bar-a .ui-btn:visited, html .ui-body-a .ui-btn:visited, html body .ui-group-theme-a .ui-btn:visited, html head + body .ui-btn.ui-btn-a:visited
{    background-color: #fff /*{a-bup-background-color}*/;
    border-color: #ccc /*{a-bup-border}*/;
    color: #000 /*{a-bup-color}*/;
    text-shadow: none;
}

.ui-collapsible-inset .ui-collapsible-heading .ui-btn{    background-color: #000 /*{a-bup-background-color}*/;
    border-color: #000 /*{a-bup-border}*/;
    color: #fff /*{a-bup-color}*/;
    text-shadow:none!important;
}

[class*="ui-block-"] > button.ui-btn {
    margin-right: 0;
    margin-left: 0;
    background-color: #000!important;
    color: #fff!important;
    border-bottom: solid 3px #b8222b!important;
}
.ui-input-text input, .ui-input-search input{ min-height:2.7em}
.ui-page-theme-a .ui-btn.ui-btn-active, html .ui-bar-a .ui-btn.ui-btn-active, html .ui-body-a .ui-btn.ui-btn-active, html body .ui-group-theme-a .ui-btn.ui-btn-active, html head + body .ui-btn.ui-btn-a.ui-btn-active, .ui-page-theme-a .ui-checkbox-on:after, html .ui-bar-a .ui-checkbox-on:after, html .ui-body-a .ui-checkbox-on:after, html body .ui-group-theme-a .ui-checkbox-on:after, .ui-btn.ui-checkbox-on.ui-btn-a:after, .ui-page-theme-a .ui-flipswitch-active, html .ui-bar-a .ui-flipswitch-active, html .ui-body-a .ui-flipswitch-active, html body .ui-group-theme-a .ui-flipswitch-active, html body .ui-flipswitch.ui-bar-a.ui-flipswitch-active, .ui-page-theme-a .ui-slider-track .ui-btn-active, html .ui-bar-a .ui-slider-track .ui-btn-active, html .ui-body-a .ui-slider-track .ui-btn-active, html body .ui-group-theme-a .ui-slider-track .ui-btn-active, html body div.ui-slider-track.ui-body-a .ui-btn-active{background-color:#b8222b}

.ui-header h1{ color:#000}
#base_page .ui-panel-m.ui-corner-all.rbn-vendor-panel{ display:none!Important}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 41%!important;
    margin: 0 1%!important;
} @media screen and (max-width: 736px) {.ui-header.ui-bar-inherit h1.ui-title{ text-align:left}}
 