body {
	overflow-x: hidden;
}
html, html a {
    -webkit-font-smoothing: antialiased !important;
}


/* Headings */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height: 1.1;
	color: #5e5e5e;
}
h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 24px;
}
h3, .h3 {
	font-size: 18px;
}
h4, .h4 {
	font-size: 14px;
}
h5, .h5 {
	font-size: 12px;
}
h6, .h6 {
	font-size: 10px;
}
.lined-heading {
	position: relative;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
	display: block;
}


h1.lined-heading:before, h2.lined-heading:before, h3.lined-heading:before, h4.lined-heading:before, h5.lined-heading:before, h6.lined-heading:before {
	position: absolute;
	top: 50%;
	z-index: 1;
	display: block;
	width: 100%;
	height: 1px;
	border-top: 2px solid #ccc;
	content: "";
}
h1.lined-heading span, h2.lined-heading span, h3.lined-heading span, h4.lined-heading span, h5.lined-heading span, h6.lined-heading span {
	position: relative;
	z-index: 1;
	padding: 0 20px;
	background: #fff;
	display: inline-block;
}

h1 i, h2 i, h3 i, h4 i h5 i {
	padding-right: 15px;
}
/* Fonts */
body ,.ui-widget, .revolution-starhotel  {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 13px;
}
a {
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}
a:hover, a:focus {
	color: #000;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
/* Link hover color */
a:hover, a:focus, .box-icon a:hover, .usp a:hover i {
	color: #5e5e5e;
}
/* Margins */
.mt20 {
	margin-top: 0px;
}
.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}
.mt100 {
	margin-top: 100px;
}
.mt150 {
	margin-top: 150px;
}
.mt200 {
	margin-top: 200px;
}
/* Form */
label {
	color: #5e5e5e;
}
.form-control {
	color: #bfbfbf;
}
.form-control option {
	color: #5e5e5e;
}
.form-control option:disabled {
	color: #bfbfbf;
}
.form-control:focus {
	border: 1px solid #cccccc;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control:-moz-placeholder {
 color: #bfbfbf;
}
 .form-control::-moz-placeholder {
 color: #bfbfbf;
 opacity: 1;
}
 .form-control:-ms-input-placeholder {
 color: #bfbfbf;
}
 .form-control::-webkit-input-placeholder {
 color: #bfbfbf;
}
/* Buttons */
.btn { /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0.38) 0%, rgba(255,255,255,0) 100%); /* Opera 11.10+ */ /* IE10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.38)), to(rgba(255,255,255,0)));
	background: linear-gradient(to bottom, rgba(255,255,255,0.38) 0%, rgba(255,255,255,0) 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61ffffff', endColorstr='#00ffffff', GradientType=0 ); /* IE6-9 */
	color: #ffffff;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3);
	-webkit-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	text-transform: uppercase;
	font-weight: 700;
	padding: 7px 12px !important;
	border: none !important;
	outline: none !important;
	text-shadow: none !important;
	box-shadow: none !important;

}
.btn-lg {
	padding: 8px 12px !important;
	font-size: 14px !important;
}
.btn-default {
	text-shadow: 0 -1px 0 #fff; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.06) 100%); /* Opera 11.10+ */ /* IE10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(0,0,0,0.06)));
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.06) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#0f000000', GradientType=0 ); /* IE6-9 */
	background-color: #fff;
	border-color: #d2d2d2;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	text-shadow: 0 -1px 0 #fff;
	background-color: #fff;
	border-color: #d2d2d2;
	-webkit-box-shadow: inset 5px 5px 100px 100px #FFFFFF;
	box-shadow: inset 5px 5px 100px 100px #FFFFFF;
}
.btn-purple {
	background-color: #e331bf;
	border-color: #b90a96;
	text-shadow: 0 -1px 0 #c026a1;
}
.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active, .open .dropdown-toggle.btn-purple {
	background-color: #f449d2;
	border-color: #cf0ba7;
	color: #fff;
}
.btn-black { /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0.33) 0%, rgba(255,255,255,0.13) 100%); /* Opera 11.10+ */ /* IE10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.33)), to(rgba(255,255,255,0.13)));
	background: linear-gradient(to bottom, rgba(255,255,255,0.33) 0%, rgba(255,255,255,0.13) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54ffffff', endColorstr='#21ffffff', GradientType=0 ); /* IE6-9 */
	background-color: #000;
	border-color: #000;
	text-shadow: 0 -1px 0 #000;
}
.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active, .open .dropdown-toggle.btn-black {
	background-color: #333;
	border-color: #000;
	color: #fff;
}
.btn-success {
	background-color: #7ec923;
	border-color: #09c817;
	text-shadow: 0 -1px 0 #408c1f;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	background-color: #86E215;
	border-color: #75c529;
}
.btn-info {
	background-color: #057ad4;
	border-color: #057ad4;
	text-shadow: 0 -1px 0 #1f659a;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	background-color: #36a6eb;
	border-color: #2a8de9;
}
.btn-warning {
	background-color: #dc7b13;
	border-color: #d48405;
	text-shadow: 0 -1px 0 #d29128;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	background-color: #eab037;
	border-color: #d48405;
}
.btn-danger {
	background-color: #c20808;
	border-color: #ba3535;
	text-shadow: 0 -1px 0 #760202;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	background-color: #e51f1f;
	border-color: #ba3535;
}
section.buttons .btn{
margin: 0 10px 10px 0;
}

/* Image Hover Zoom */
a.mask {
	text-decoration: none;
	overflow: hidden;
	display: block;
}
img.zoom-img {
	width: 100%;
	position: relative;
	padding: 0;
}
img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	        box-shadow: 0px 0px 0px 0px #000; /*Firefox opacity flickr bug fix */
}
img.zoom-img:hover {
	-webkit-transform: scale(1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
	opacity: 0.7;
}
/* Grid */
.boxed {
	max-width: 1170px;
	margin: 0 auto;
	background: #fff;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
	        box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);	
}
/* Background options */
.pattern-1 {
	background:url(../images/patterns/xv.png) center center repeat;
}
.pattern-2 {
	background:url(../images/patterns/purty_wood.png) center center repeat;
}
.pattern-3 {
	background:url(../images/patterns/hexellence.png) center center repeat;
}
.pattern-4 {
	background:url(../images/patterns/brushed_alu.png) center center repeat;
}
.pattern-5 {
	background:url(../images/patterns/grid_noise.png) center center repeat;
}
.pattern-6 {
	background:url(../images/patterns/diamond_upholstery.png) center center repeat;
}
.pattern-7 {
	background:url(../images/patterns/escheresque.png) center center repeat;
}
.pattern-8 {
	background:url(../images/patterns/knitting250px.png) center center repeat;
}
.pattern-9 {
	background:url(../images/patterns/bo_play_pattern.png) center center repeat;
}
.background-color-1 {
	background: #D8F1FE;
}
.background-color-2 {
	background: #DC9CDC;
}
.background-color-3 {
	background: #94CA86;
}
.background-color-4 {
	background: #CCCCCC;
}
.background-color-5 {
	background: #F0E1FF;
}
#background-image {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
/* Top Header
-------------------------------------------------- */
/* Items */
#top-header, #top-header a {
	background: #272727;
	color: #939393;
	font-size: 11px;
}
#top-header a:hover, #top-header .th-text .th-item .btn-group .btn-default:hover {
	color: #fff;
	text-decoration: none;
}
#top-header i {
	font-size: 14px;
	padding-right: 5px;
}
#top-header .th-text {
	padding: 10px 0;
	font-size: 11px;
}
#top-header .th-text .th-item {
	margin: 0;
	padding: 0;
}
#top-header .th-text .th-item {
	display: inline-block;
	padding: 0 10px;
	line-height: 10px;
	border-right: 1px solid #3c3c3c;
}
#top-header .th-text .th-item:first-child {
	padding-left: 0;
}
#top-header .th-text .th-item:last-child {
	border-right: none;
}
/* Language Dropdown */
#top-header .th-text .th-item .btn-group {
	z-index: 9999;
	margin-top: -6px;
}
#top-header .th-text .th-item .btn-group .btn-default {
	color: inherit;
	background-color: transparent;
	border: none;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	text-transform: uppercase;
	font-size: 11px;
	background: none; /* FF3.6+ */
	-webkit-filter: none;
	        filter: none; /* IE6-9 */
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	font-weight: normal;
}
#top-header .th-text .th-item .btn-group:hover {
	color: #fff;
}
#top-header .th-text .th-item .btn-group ul.dropdown-menu {
	font-size: 11px;
	background-color: #272727;
	padding: 0;
	line-height: 20px;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 10px;
	margin-left: 35px;
}
#top-header .th-text .th-item .btn-group .btn-default span.caret {
	margin-left: 5px;
	margin-top: -4px;
}
#top-header .th-text .th-item .btn-group ul.dropdown-menu > li > a {
	padding: 10px 20px;
	color: #939393;
	text-transform: uppercase;
	-webkit-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
#top-header .th-text .th-item .btn-group ul.dropdown-menu > li > a:hover {
	color: #fff;
}
/* Social Icons */
#top-header .th-text .th-item .social-icons i {
	padding-right: 20px;
}
/* Retina Logo */
header #logo #retina-logo {
	display: none;
}
/* Header
-------------------------------------------------- */
header {
	background: #fff;
	border-top: 2px solid;
}
/* Base Navigation */
header nav {
	float: left;
	margin: 0 0 0 20px;
}

.navbar {
	border: none;
	z-index: 9997;
	-webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .09);
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .09);
}
.navbar-header {
	position: relative;
	z-index: 1999;
}
.navbar-header a {
	display: block;
}
.navbar-default {
	background-color: #fff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #5e5e5e;
}
.navbar-default .navbar-nav > li > a {
	color: #5e5e5e;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #fff;
}	
.navbar-nav .dropdown-menu  {
	border-top: 2px solid;
	font-size: 23px;
}
.navbar-default .navbar-nav .dropdown-menu > li > a {
	color: #5e5e5e;
}
.navbar-default .navbar-nav .dropdown-menu > .active > a, .navbar-default .navbar-nav .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .dropdown-menu > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #428bca;
	outline: 0;
}
.navbar-default .navbar-nav .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .dropdown-menu > .disabled > a:focus {
	color: #999999;
}
 @media (min-width: 768px) {
/* Logo */
header #logo {
	float: left;
	padding: 20px 60px 20px 0;
	/*border-right: 1px solid #e1e1e1;*/
	max-width: 100%;
}
/* Navbar */
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0;
}
.navbar-brand {
	float: left;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
}
.navbar > .container .navbar-brand {
	margin-left: 0;
}
/* Dropdown */
.navbar-nav > li > a {
	padding: 32px 20px;
}
.navbar-nav > li:first-child {
	padding-left: 40px;
}
.navbar-nav .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 5px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.navbar-nav .dropdown {
	position: relative;
	z-index: 99999;
}
.navbar-nav .dropdown-toggle:focus {
	outline: 0;
}
.navbar-nav .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	float: left;
	min-width: 160px;
	padding: 0;
	margin: 0;
	font-size: 13px;
	list-style: none;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.95);
	color: rgba(255, 255, 255, 0.95);
	border-right: none;
	border-bottom: 1px solid #fff;
	border-left: none;
	border-radius: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: -1px;
}
.navbar-nav .dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.navbar-nav .dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.navbar-nav .dropdown-menu > li > a {
	display: block;
	padding: 10px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	white-space: nowrap;
	-webkit-transition: all ease-in .1s;
	-o-transition: all ease .1s;
	-o-transition: all ease-in .1s;
	transition: all ease-in .1s;
	border-bottom: 1px solid #e1e1e1;
	background-color: transparant;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
.navbar-nav .dropdown-menu > li:last-child > a {
	border-bottom: 0px;
}
.navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus {
	text-decoration: none;
	background-color: #fff;
	-webkit-transition: all ease-out .1s;
	-o-transition: all ease .1s;
	-o-transition: all ease-out .1s;
	transition: all ease-out .1s;
}
.navbar-nav .dropdown-menu > .disabled > a:hover, .navbar-nav .dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.navbar-nav .open > .dropdown-menu {
	display: block;
}
.navbar-nav .open > .dropdown-menu, #top-header .open > .dropdown-menu {
	animation-name: fadeIn;
	animation-duration: 0.4s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-name: fadeIn;
	-moz-animation-duration: 0.4s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-out;
}
/* Shrink Navigation */
.navbar.shrink .navbar {
	height: 64px;
	-webkit-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
}
.navbar.schrink .navbar-default {
	background-color: rgba(255, 255, 255, 0.95);
}
.navbar #logo {
	width: 100%;
}
.navbar.shrink #logo {
	-webkit-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
	padding: 10px 60px 10px 0;
}
.navbar.shrink .navbar-nav > li > a {
	padding-top: 22px;
	padding-bottom: 22px;
	-webkit-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
}
}
/* Nav Yamm3 Megamenu */
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
	position: static;
}
.yamm .container {
	position: relative;
}
.yamm .dropdown-menu {
	left: auto;
}
.yamm .nav.navbar-right .dropdown-menu {
	left: auto;
	right: 0;
}
.yamm .yamm-content {
	padding: 0 30px 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
}
.yamm a{
	color: #5e5e5e;
}
.list-unstyled, .list-unstyled ul {
	min-width: 120px;
	color: #5e5e5e;
}

/* Reservation Form
-------------------------------------------------- */
#reservation-form {
	margin-top: 0px;
}
/* Vertical */
#reservation-form .reservation-horizontal, #reservation-form .reservation-vertical, #contact-form .contact-vertical {
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #ebebeb;
	-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	padding: 30px 30px;
	z-index: 9999;
	background-color: #cccccc;
}
#reservation-form .reservation-vertical h2 {
	margin-top: 0;
	margin-bottom: 12px;
}
#reservation-form .reservation-vertical h4 {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
}
/* Price */
#reservation-form .price {
	padding: 10px 25px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 12px;
	font-size: 16px;
	display: block;
	border: 1px dashed #ebebeb;
}
#reservation-form .price h4 {
	color: #333;
	padding-right: 5px;
}
#reservation-form .price span {
	color: #FFF;
	font-weight: normal;
	padding-left: 5px;
	font-size: 11px;
}
#reservation-form .price p {
	color: #333;
	font-weight: normal;
	padding-left: 5px;
	font-size: 13px;
}
/* Horizontal */
#reservation-form .reservation-horizontal .col-sm-1, #reservation-form .reservation-horizontal .col-sm-2, #reservation-form .reservation-horizontal .col-sm-3 {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}
#reservation-form .form-inline select.form-control {
	width: 100% !important;
}
#reservation-form .form-inline .form-group {
	width: 100%;
}
/* Icons */
#reservation-form .popover-icon i {
	color: #9f9f9f;
	font-size: 18px;
}
#reservation-form .fa.infield {
	position: absolute;
	float: right;
	right: 57px;
	margin-top: 35px;
	font-size: 14px;
}
#reservation-form .form-inline .fa.infield {
	position: absolute;
	float: right;
	right: 20px;
	font-size: 14px;
	top: 0;
	width: 14px;
}
/* Button */
#reservation-form .col-sm-2 button {
	margin-top: 25px;
}
/* Guests */
#reservation-form .guests-select {
	z-index: 100;
	cursor: pointer;
}
#reservation-form .guests-select .guests {
	margin-top: -261px;
	width: 200px;
	height: auto;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #ebebeb;
	-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	z-index: 500;
	background-color: #fff;
	position: absolute;
	padding: 20px;
	cursor: default !important;
	display: none;
	animation-name: fadeIn;
	animation-duration: 0.2s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 0.2s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-name: fadeIn;
	-moz-animation-duration: 0.2s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-out;
}
#reservation-form .form-inline .guests-select .form-group {
	padding-bottom: 15px;
}
/* Datepicker*/
#reservation-form .hasDatepicker {
	cursor: pointer;
}
/* Error Message */
.error_message {
	color: #F00;
}
/* Rooms
-------------------------------------------------- */
/* Room Thumbnails */
.room-thumb {
	width: 100%;
	height: 353px;
	float: left;
	overflow: hidden;
	position: relative;
	padding: 0;
	border: none;
	border-radius: 10px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 5px 50px 0 rgba(0, 0, 0, .05);
	        box-shadow: 0px 5px 50px 0 rgba(0, 0, 0, .05);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 5000;
}
.room-thumb .mask {
	width: 100%;
	height: 351px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0
}
.room-thumb img {
	display: block;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #ebebeb;
}
.room-thumb .main {
	border-bottom: 1px solid #ebebeb;
	height: 60px;
}
.room-thumb .main h5 {
	font-size: 14px;
	font-weight: 700;
	position: relative;
	padding: 10px 0 0 15px;
	display: inline-block;
}
.room-thumb .main .price {
	display: inline;
	float: right;
	font-size: 18px;
	font-weight: 700;
	height: 60px;
	padding: 6px 20px;
	border: none;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	}
.room-thumb .main .price span {
	/*display: block;*/
	color: #444;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}
.room-thumb .content {
	position: relative;
	padding: 20px;
	text-align: left;
}
.room-thumb .content button {
	margin-top: 5px;
}
.room-thumb .content p span {
	font-weight: 700;
	display: block;
}
.room-thumb img {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.room-thumb .mask {
	background-color: #cccccc;
	-webkit-transform: translateY(298px);
	-ms-transform: translateY(298px);
	transform: translateY(298px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.room-thumb:hover .mask {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.room-thumb:hover img {
	-webkit-transform: translateY(-298px);
	-ms-transform: translateY(-298px);
	transform: translateY(-298px);
}
/* Room List */
.room-list {
	margin-top: -60px;
	margin-bottom: -60px;
}
.room-list .room-thumb {
	margin-bottom: 60px;
}
/* Rooms
-------------------------------------------------- */
/* Room Thumbnails */
.room-thumbs {
	width: 100%;
	height: 253px;
	float: left;
	overflow: hidden;
	position: relative;
	padding: 0;
	border: none;
	border-radius: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 5px 50px 0 rgba(0, 0, 0, .05);
	        box-shadow: 0px 5px 50px 0 rgba(0, 0, 0, .05);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 5000;
}
.room-thumbs .mask {
	width: 100%;
	height: 251px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0
}
.room-thumbs img {
	display: block;
	position: relative;
	width: 100%;
	height: 253px;
	border-bottom: 1px solid #ebebeb;
}
.room-thumbs .main {
	border-bottom: 1px solid #ebebeb;
	height: 60px;
}
.room-thumbs .main h5 {
	font-size: 14px;
	font-weight: 700;
	position: relative;
	padding: 10px 0 0 15px;
	display: inline-block;
}
.room-thumbs .main .price {
	display: inline;
	float: right;
	font-size: 18px;
	font-weight: 700;
	height: 60px;
	padding: 6px 20px;
	border: none;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	}
.room-thumbs .main .price span {
	/*display: block;*/
	color: #444;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}
.room-thumbs .content {
	position: relative;
	padding: 20px;
	text-align: left;
}
.room-thumbs .content button {
	margin-top: 5px;
}
.room-thumbs .content p span {
	font-weight: 700;
	display: block;
}
.room-thumbs img {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.room-thumbs .mask {
	background-color: #cccccc;
	-webkit-transform: translateY(298px);
	-ms-transform: translateY(298px);
	transform: translateY(298px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.room-thumbs:hover .mask {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.room-thumbs:hover img {
	-webkit-transform: translateY(-298px);
	-ms-transform: translateY(-298px);
	transform: translateY(-298px);
}
/* Room List */
.room-lists {
	margin-top: -60px;
	margin-bottom: -60px;
}
.room-lists .room-thumbs {
	margin-bottom: 60px;
}
/* USP's
-------------------------------------------------- */
.usp {
	text-align: center;
}
/* Circle */
.box-icon .circle {
	border-radius: 60px;
	padding: 30px;
	display: table;
	margin: 0 auto;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	position: relative;
	float: left;
	border: 1px solid;
	font-size: 24px;
}
.usp .box-icon .circle {
	float: none;
}
.box-icon .circle:hover i {
	color: #fff;
	animation-name: swing;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	text-decoration: none;
	-webkit-animation-name: swing;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-name: swing;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-out;
}
/* Icon */
.box-icon i {
	width: 30px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.usp a {
	font-weight: 700;
	margin-bottom: 20px;
	display: block;
}
.box-icon a i {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* Blog
-------------------------------------------------- */
/* Article */
.blog article {
	border-bottom: 2px solid #ccc;
	padding: 0 0 50px 0;
	margin-bottom: 50px;
}
/* Meta */
article .meta {
	z-index: 1;
}
article .meta-date {
	display: inline-block;
	color: #fff;
	position: absolute;
	font-size: 18px;
	font-weight: 700;
	z-index: 9;
	padding: 6px 16px;
	margin: 20px 0 0 0;
	border-radius: 30px 30px 30px 30px;
	height: 50px;
	width: 50px;
	line-height: 17px;
	text-align: center;
}
article .meta-date span {
	display: block;
	font-size: 11px;
	font-weight: normal;
}
article .meta-author, .meta-category, .meta-comments {
	font-size: 12px;
	padding: 0px 0 10px 0;
	display: inline-block;
	color: #979797;
	margin-right: 20px;
}
/* Content */
article h2 {
	margin-bottom: 5px;
}
article i {
	padding: 0 10px 0 0;
}
article p.intro {
	padding-bottom: 10px;
}
article iframe {
	width: 100%;
	border: none;
}
article .video-format {
	overflow: hidden;
	width: 100%;
	position:relative;
}
article .video-format iframe{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
/* Blog Author */
.blog-author {
	padding-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
	margin-top: -50px;
}
.blog-author img {
	float: left;
	margin: 13px 17px 15px 0;
	border: 1px solid;
}
.blog-author p {
	margin: 18px 0 0 0;
}
/* Blog Comments */
.comment {
	margin: 20px 0 0 0;
	padding-bottom: 20px;
}
.comment p {
	margin: 0;
	padding: 0 20px 0 20px;
}
.comment .avatar {
	display: block;
	float: left;
	padding: 18px;
}
.comment .avatar img{
	border: 1px solid;
}
.comment-text .author {
	position: relative;
	padding: 15px 0 0 0;
}
.comment-text .author .name {
	float: left;
	font-weight: 700;
}
.comment-text .author .name:after {
	padding: 0 5px 0 5px;
	color: #ddd;
	content: '|';
	font-weight: normal;
}
.comment .reply-button {
	position: relative;
	z-index: 10;
	float: right;
	padding: 5px 10px 5px 10px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.reply {
	position: relative;
	margin-left: 40px;
}
.comment .reply-button:hover {
	background-color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.reply-line {
	float: left;
	margin-left: 20px;
	width: 20px;
	height: 65px;
	border-bottom: solid 1px #ddd;
	border-left: solid 1px #ddd;
}
.send-comment {
	margin-top: 40px;
}
/* Aside
-------------------------------------------------- */
/* Headings */
aside h3:first-of-type {
	margin-top: 0;
}
aside h3 {
	padding: 0 0 10px 0;
}
/* Widget */
aside .widget {
	margin-bottom: 50px;
}
/*	Widget: Tags */
aside .widget .tags {
	padding-top: 5px;
}
aside .widget .tags a {
	position: relative;
	display: inline-block;
	margin: 8px 5px 0 0;
	padding: 2px 6px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
aside .widget .tags a:hover {
	background-color: #000;
}
/* Widget: List Styles */
aside .widget ul {
	margin-top: -10px;
	list-style-type: none;
}
aside .widget ul a {
	display: list-item;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #272727;
	text-decoration: none;
}
aside .widget ul.arrow li a:before {
	margin-right: 10px;
	content: "»";
	vertical-align: text-bottom;
	font-size: 12px;
}
aside .widget ul a:hover {
	position: relative;
}
aside .widget ul li {
	margin-bottom: 0;
	border-bottom: 1px solid #e9e9e9;
}
aside .widget ul li .badge {
	margin-left: 10px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
/* Widget: Latest News */
aside .widget .news-thumb {
	float: left;
}
aside .widget .news-thumb img {
	border: 3px solid #ccc;
	margin-right: 12px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
aside .widget .news-thumb img:hover {
	opacity: 0.7;
}
aside .widget .news-content h4 {
	padding-top: 2px;
}
aside .widget .news-content a {
	padding: 0;
}
aside .widget .news-content span a {
	color: #ccc;
	font-size: 12px;
}
/* Pages
-------------------------------------------------- */
/* 404 Error page*/
.error-404 {
	text-align: center;
}
.error-404 h2 {
	color: #f5f5f5;
	text-align: center;
	font-size: 200px;
	padding: 30px 0 30px;
}
/* Fontawesome Page */
.fontawesome-icon-list {
	position: relative;
	padding-top: 20px;
}
.fontawesome-icon-list ul li {
	display: inline-block;
	float: left;
	margin: 0;
	width: 270px;
}
.fontawesome-icon-list ul li .fa {
	font-size: 20px;
	width: 20px;
	margin: 0 10px 40px 0;
}
/* Gallery */
.gallery a {
	text-decoration: none;
	overflow: hidden;
	display: block;
	margin-bottom: 30px;
}
.gallery a i, 
.gallery-slider a i {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 80%;
	left: 50%;
	display: block;
	margin: -22px 0 0 -22px;
	border-radius: 20px;
	padding: 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.gallery a:hover i, 
.gallery-slider a:hover i {
	top: 45%;
	opacity: 1;
	-webkit-transform: translateY(20);
	-ms-transform: translateY(20);
	transform: translateY(20);
}
.gallery a:hover i, .gallery-slider a:hover i {
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.gallery h5 {
	font-size: 16px;
	margin-bottom: 0;
}
/* Bootstrap Components
-------------------------------------------------- */
/* Image styles */
.img-thumbnail {
	border: 1px solid #ebebeb;
	border-radius: 5px 5px 5px 5px;
}
/* Nav Tabs */
.nav-tabs {
	border-bottom: 1px solid #ebebeb;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.428571429;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	font-weight: 600;
	padding: 15px 20px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.nav-tabs > li > a:hover {
	border: 1px solid #ebebeb;
	background: #fff;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #555555;
	cursor: default;
	background-color: #ffffff;
	border: 1px solid #ebebeb;
	border-bottom-color: transparent;
}
.tab-content {
	padding: 20px;
}
/* Nav Pills */
.nav-pills {
	margin-top: 30px;
}
.nav-pills > li > a {
	color: #5e5e5e;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/* Call To Action */
#call-to-action {
	position: relative;
	height: 100%;
	margin-bottom: -100px;
}
#call-to-action h1, #call-to-action h2, #call-to-action h3, #call-to-action h4, #call-to-action h5, #call-to-action h6   {
	color: #fff;
}
#call-to-action h2 {
	margin: 43px 0;
}
#call-to-action .btn {
	margin: 35px 0;
}
/* Breadcrumb */
.breadcrumb {
	padding: 0;
	margin: 30px 0 20px 0;
	list-style: none;
	background-color: transparent;
}
.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #bdbdbd;
	content: "/\00a0";
}
.breadcrumb > li a {
	color: #fff;
	padding: 3px 5px;
	text-decoration: underline;
}
.breadcrumb > .active {
	color: #fff;
}
/* Popover */
.popover-icon {
	display: inline-block;
	margin-left: 5px;
	cursor: pointer;
}
.popover {
	font-size: 12px;
	color: #5e5e5e;
}
/* Table */
.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
	border: 1px solid #ebebeb;
}
table i {
	padding-right: 5px;
}
/* Panel */
.panel-default {
	border: 1px solid #ebebeb;
}
.panel-default > .panel-heading {
	border-bottom: 1px solid #ebebeb;
}
/* Pagination */
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
	z-index: 2;
	color: #ffffff;
	cursor: default;
	border-color: #ccc;
}
/* Badge */
.badge {
	background: #ccc;
}
/* Blockquote */
blockquote {
	margin: 30px 0;
}
blockquote span {
	color: #ccc;
}
/* Alerts */
.alert-success {
	color: #408c1f;
	background-color: #f1ffe0;
	border-color: #c2e5b3;
}
.alert-info {
	color: #1f659a;
	background-color: #d0efff;
	border-color: #a4d3f6;
}
.alert-warning {
	color: #d29128;
	background-color: #fff4e0;
	border-color: #f3dfb6;
}
.alert-danger {
	color: #bd2323;
	background-color: #fadfdf;
	border-color: #f1b7c1;
}


/* Footer
-------------------------------------------------- */
/* Base */
footer {
	color: #c1c1c1;
	font-size: 12px;
	padding: 50px 0 0 0;
	margin-top: 30px;
}
footer a {
	color: #c1c1c1;
}
footer a:hover, footer a:focus {
	color: #fff;
}
footer h4 {
	font-size: 14px;
	color: #898989;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}
footer ul {
	list-style: none;
	padding: 0;
}
footer ul li {
	border-bottom: 1px solid #898989;
	padding: 10px 0;
}
footer ul li:first-child {
	padding-top: 0;
}
footer ul li:last-child {
	border-bottom: none;
}
footer .form-control {
	border: 1px solid #5b5b5b;
	background-color: transparent;
	font-size: 12px;
	-webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.3);
}
footer .btn-black{
	color: #d1d1d1;
}
/* Footer Bottom */
footer .footer-bottom {
	background: #272727;
	padding: 30px 0;
	margin-top: 30px;
	line-height: 14px;
}
footer .footer-bottom ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
footer .footer-bottom ul li {
	border: none;
	padding: 0 10px 0 0;
	display: inline-block;
}
footer .footer-bottom ul li:first-child {
	padding-top: 0;
}
/* Plugin Styles
-------------------------------------------------- */
/* Datepicker */
#ui-datepicker-div {
	padding: 20px !important;
}
#ui-datepicker-div, .ui-datepicker-title {
	color: #5e5e5e !important;
}
.ui-widget-content {
	border-radius: 5px 5px 5px 5px !important;
	border: 1px solid #ebebeb !important;
	-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	background-color: #fff;
	margin-top: -3px;
}
.ui-widget-header {
	background: none !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: 2px solid !important;
	border-left: none !important;
}
.ui-datepicker-header {
	border-radius: 0 0 0 0 !important;
}
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {
	background: none !important;
	border: 1px solid #e1e1e1 !important;
}
.ui-datepicker table {
	margin: 0 !important;
}
.ui-state-hover, 
.ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, 
.ui-state-focus, 
.ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus {
	background: none !important
}
.ui-state-highlight, 
.ui-widget-content .ui-state-highlight, 
.ui-widget-header .ui-state-highlight, 
.ui-state-hover, 
.ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, 
.ui-state-focus, 
.ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus, 
.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active {
	border: 1px solid !important;
}
/* Sticky */
.navbar {
	width: 100%;
}
/* Owl Gallery */
#owl-gallery {
	padding-top: 1px;
	padding-bottom: 1px;
	background: #fff;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
#owl-gallery .item {
	margin: 0;
}
#owl-gallery .item img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#owl-gallery .item img:hover {
	opacity: 0.5;
}
/* Owl Reviews */
#owl-reviews {
	padding: 0 70px;
}
#owl-reviews img {
	margin-bottom: 20px;
	border: 1px solid;
}
#owl-reviews .text-balloon {
	display: inline-block;
	border: 1px solid #ebebeb;
	padding: 15px;
	border-radius: 5px 5px 5px 5px;
	margin: 0 10px 10px 8px;
	-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
}
#owl-reviews .text-balloon:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 14px;
	top: 30px;
	border-top: 7px solid;
	border-bottom: 7px solid;
	border-right: 10px solid;
	border-color: #fff #ebebeb transparent transparent;
}
#owl-reviews .text-balloon:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 16px;
	top: 30px;
	border-top: 6px solid;
	border-bottom: 6px solid;
	border-right: 10px solid;
	border-color: transparent #fff transparent transparent;
}
#owl-reviews .text-balloon span {
	display: block;
	padding-top: 5px;
	color: #333;
}
.standard-slider .owl-theme .owl-controls .owl-buttons div  {
	border: 1px solid;
}
.testimonials .owl-theme .owl-controls .owl-buttons div, 
.standard-slider .owl-theme .owl-controls .owl-buttons div {
	border-radius: 60px;
	padding: 10px;
	display: inline-block;
	margin: 0 auto;
	background-color: #fff;
	filter: Alpha(Opacity=100);
	opacity: 1;
	border: 1px solid;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.testimonials .owl-theme .owl-controls .owl-buttons div i, 
.standard-slider .owl-theme .owl-controls .owl-buttons div i {
	width: 35px;
	height: 35px;
	text-align: center;
}
.testimonials .owl-theme .owl-controls .owl-buttons div:hover i, 
.standard-slider .owl-theme .owl-controls .owl-buttons div:hover i {
	color: #fff;
}
.testimonials .owl-theme .owl-controls .owl-buttons div.owl-prev {
	position: absolute;
	top: 35%;
	left: 0;
}
.testimonials .owl-theme .owl-controls .owl-buttons div.owl-next {
	position: absolute;
	top: 35%;
	right: 20px;
}
.testimonials .owl-theme .owl-controls .owl-buttons div.owl-prev:hover i, 
.standard-slider .owl-theme .owl-controls .owl-buttons div.owl-prev:hover i {
	animation-name: fadeOutLeft;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: fadeOutLeft;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: fadeOutLeft;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
}
.testimonials .owl-theme .owl-controls .owl-buttons div.owl-next:hover i, 
.standard-slider .owl-theme .owl-controls .owl-buttons div.owl-next:hover i {
	animation-name: fadeOutRight;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: fadeOutRight;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: fadeOutRight;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
}
.testimonials .owl-theme .owl-controls .owl-buttons div.owl-prev i, 
.standard-slider .owl-theme .owl-controls .owl-buttons div.owl-prev i {
	padding-right: 3px;
	padding-right: 0;
}
.testimonials .owl-theme .owl-controls .owl-buttons div.owl-next i, 
.standard-slider .owl-theme .owl-controls .owl-buttons div.owl-next i {
	padding-left: 3px;
	padding-right: 0;
}
/* Owl Slider */
.standard-slider.room-slider #owl-standard {
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
}
.standard-slider.room-slider, 
.standard-slider.room-slider img {
	border-radius: 5px 5px 5px 5px;
}
.standard-slider .owl-theme .owl-controls .owl-buttons div{
	border: 1px solid;
}
.standard-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
	position: absolute;
	top: 40%;
	left: 20px;
}
.standard-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
	position: absolute;
	top: 40%;
	right: 20px;
}
/* Parallax */
.parallax-effect {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	background: #fff;
	border-top: 0;
	border-bottom: 0;
	width: 100%;
}
.parallax-effect::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #0000004d;
}
.parallax-effect h1, 
.parallax-effect h2, 
.parallax-effect h3, 
.parallax-effect h4, 
.parallax-effect h5, 
.parallax-effect h6 {
	color: #fff;
}
.parallax-effect #parallax-image {
	color: #fff;
	height: 300px;
	margin: 0;
	padding: 0;
	width: 100%;
	background-position: center center;
	background-size: cover;
}
.parallax-effect .color-overlay {
	position: relative;
	height: 100%;
}
.parallax-effect .content {
	padding: 50px 0 0 0;
}
.parallax-effect .content h3 {
	font-size: 36px;
	margin-bottom: 20px;
}
.parallax-effect .content p {
	font-size: 24px;
}
.parallax-effect .content button {
	margin-top: 50px;
}
.parallax-effect #parallax-pagetitle {
	margin-top: -1px;
	color: #fff;
	height: 140px;
	padding: 0;
	width: 100%;
	background-position: center center;
	background-size: cover;
}
/* Revolution Slider */
.revolution-slider {
	padding-bottom: 0;
	background: #fff;
	margin-top: 0;
	border-bottom: none;
}
.revolution-slider .bannercontainer {
	width: 100%;
	position: relative;
	padding: 0;
	background: #272727;
}
.revolution-slider .banner {
	width: 100%;
	position: relative;
	z-index: 0;
}
.revolution-slider .banner a {
   z-index: 9999;
}
.revolution-slider .tp-caption.revolution-starhotel.bigtext {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 600;
	font-size: 35px;
	line-height: 55px;
	font-family: "Open Sans";
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
	padding: 0px 4px;
	padding-top: 1px;
	text-shadow: 0px 3px 3px rgba(0,0,0, 0.3);
}
.revolution-slider .tp-caption.revolution-starhotel.bigtext span {
	letter-spacing: -3px;
}
.revolution-slider .tp-caption.revolution-starhotel.bigtext span i {
	font-size: 0.5em;
	vertical-align: middle;
}
.revolution-slider .tp-caption.revolution-starhotel.smalltext {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	font-family: "Open Sans";
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
	padding: 0px 4px;
	padding-top: 1px;
	text-shadow: 0px 3px 3px rgba(0,0,0, 0.3);
}
/* Waypoints */
.appear {
	opacity: 0;
}
.animated {
	opacity: 1;
}
/* Go-Top Button */
#go-top {
	position: fixed;
	float: right;
	right: 65px;
	bottom: 70px;
	z-index: 9999;
	display: none;
	cursor: pointer;
	border-radius: 70px;
	padding: 10px;
	background-color: #cccccc;
	opacity: 0.75;
	border: 1px solid;
}
#go-top:hover {
	border-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#go-top i {
	width: 27px;
	text-align: center;
}
#go-top:hover i {
	color: #fff;
}
#go-top:hover i {
	animation-name: fadeOutUp;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: fadeOutUp;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: fadeOutUp;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
}
/* Isotope */
/* Isotope Filtering */
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/* Isotope CSS3 transitions */
.isotope, 
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}
/* Disabling Isotope CSS3 transitions */
.isotope.no-transition, 
.isotope.no-transition .isotope-item, 
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.isotope-item {
	z-index: 2;
	margin: 0 -1px;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/* Gmap */
#map {
	width: 100%;
	height: 300px;
	overflow: visible !important;
	border: 1px solid;
	margin-top: -1px;
}
#map img {
	max-width: none !important;
}
.span-anekaweb1 {
	width: 100%;
	float: right;
}
.table.shopping-cart-table th, 
.table.shopping-cart-table td {
	padding: 8px 10px 8px 10px;
	border-bottom: 2px solid #e5e5e5;
	width: 100%;
}
.table.shopping-cart-table a {
	text-decoration: underline;
}
.table.shopping-cart-table a:hover {
	text-decoration: none;
}
.table.shopping-cart-table th {
	padding: 5px 10px;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-top: 2px solid #e5e5e5;
	background-color: #333333;
}
.table th.aligncenter, 
.table td.aligncenter {
	text-align: center;
}
.table th.alignright, 
.table td.alignright {
	text-align: right;
}
.table.shopping-cart-table td {
	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
.table.shopping-cart-table td:first-child {
	border-left: 1px solid #e5e5e5;
	width: 30%;
	min-width: 135px;
}
.table.shopping-cart-table th {
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
}
.table.shopping-cart-table input.qty {
	width: 30px;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	margin-top: -5px;
	margin-bottom: -5px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.table.shopping-cart-table a[class^="icon-"], 
.table.shopping-cart-table a[class*=" icon-"] {
	font-size: 20px;
}
.table.shopping-cart-table .cart-col-name {
	display: none;
}
.table.shopping-cart-table-total {
	border-bottom: 2px solid #e5e5e5;
	float: right;
}
.table.shopping-cart-table-total th, 
.table.shopping-cart-table-total td {
	padding: 0 15px;
	border: none;
}
.img-bank {
	float: left;
	padding-bottom: 5px;
	text-align: center;
	width: 100%;
	padding-top: 10px;
}
.rek-bank {
	text-align: center;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-weight: 700;
	width: 100%;
}
.bank {
	text-align: center;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-weight: 700;
}

.anekaweb-crop,
.anekaweb-crop-galeri {
	/* overflow: hidden; */
	position: relative;
	width: 100%;
	height: auto;
}
.anekaweb-crop-blog {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 300px;
}

.card {
	position: relative;
	width: 100%;
	padding: 32px 24px;
	border: none;
	border-radius: 10px;
	-webkit-box-shadow: 0px 5px 50px 0 rgba(0, 0, 0, .05);
	box-shadow: 0px 5px 50px 0 rgba(0, 0, 0, .05);
}

.reservation {
	position: relative;
	width: 100%;
}
.reservation .reservation-vertical {
	padding: 24px !important;
	border: none !important;
	border-radius: 10px !important;
	-webkit-box-shadow: 0px 5px 50px 0 rgba(0, 0, 0, .05) !important;
	box-shadow: 0px 5px 50px 0 rgba(0, 0, 0, .05) !important;
}
.reservation .reservation-vertical h2 {
	margin-bottom: 24px !important;
	color: #333;
}
.reservation .reservation-vertical h4 {
	margin-bottom: 10px !important;
}
.reservation .detail__block {
	margin-bottom: 15px;
}
.reservation .detail__block p:nth-of-type(1) {
	display: none;
}
.reservation .actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.reservation .actions .price__tag {
	position: relative;
	margin-right: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-size: 20px;
	font-weight: 700;
}
.reservation .actions .price__tag em {
	font-style: normal;
	font-size: 70%;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-right: 4px;
}
.reservation .actions .price__tag span {
	font-size: 50%;
	opacity: .5;
	color: #444;
}

.amenities-slider {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.amenities-slider .item {
	display: block;
	width: 85px;
	margin-right: 15px;
}
.amenities-slider .item i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	width: 48px;
	height: 48px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}
.amenities-slider .item.item--0 i {
	background-color: #FFADAD40;
	color: #ff7a7a;
}
.amenities-slider .item.item--1 i {
	background-color: #FFD6A540;
	color: #ffbf70;
}
.amenities-slider .item.item--2 i {
	background-color: #FDFFB640;
	color: #e3eb00;
}
.amenities-slider .item.item--3 i {
	background-color: #CAFFBF40;
	color: #28f000;
}
.amenities-slider .item.item--4 i {
	background-color: #9BF6FF40;
	color: #33eeff;
}
.amenities-slider .item.item--5 i {
	background-color: #A0C4FF40;
	color: #6ba4ff;
}
.amenities-slider .item.item--6 i {
	background-color: #BDB2FF40;
	color: #9380ff;
}
.amenities-slider .item.item--7 i {
	background-color: #FFC6FF40;
	color: #ff94ff;
}
.amenities-slider .item.item--8 i {
	background-color: #ffd7ba40;
	color: #ffb885;
}
.amenities-slider .item.item--9 i {
	background-color: #fec89a40;
	color: #fdae68;
}
.amenities-slider .item.item--10 i {
	background-color: #cdb4db40;
	color: #cdb4db;
}
.amenities-slider .item.item--11 i {
	background-color: #ffc8dd40;
	color: #ffc8dd;
}
.amenities-slider .item.item--12 i {
	background-color: #ffafcc40;
	color: #ffafcc;
}
.amenities-slider .item.item--13 i {
	background-color: #bde0fe40;
	color: #bde0fe;
}
.amenities-slider .item.item--14 i {
	background-color: #a2d2ff40;
	color: #a2d2ff;
}
.amenities-slider .item.item--15 i {
	background-color: #f6bd6040;
	color: #f6bd60;
}
.amenities-slider .item.item--16 i {
	background-color: #e07a5f40;
	color: #e07a5f;
}
.amenities-slider .item.item--0 i.fa::before {
	content: '\f2dc';
}
.amenities-slider .item.item--1 i.fa::before {
	content: '\f12e';
}
.amenities-slider .item.item--2 i.fa::before {
	content: '\f0f5';
}
.amenities-slider .item.item--3 i.fa::before {
	content: '\f26c';
}
.amenities-slider .item.item--4 i.fa::before {
	content: '\f0f4';
}
.amenities-slider .item.item--5 i.fa::before {
	content: '\f2cc';
}
.amenities-slider .item.item--6 i.fa::before {
	content: '\f252';
}
.amenities-slider .item.item--7 i.fa::before {
	content: '\f000';
}
.amenities-slider .item.item--8 i.fa::before {
	content: '\f0fc';
}
.amenities-slider .item.item--9 i.fa::before {
	content: '\f1eb';
}
.amenities-slider .item.item--10 i.fa::before {
	content: '\f1eb';
}
.amenities-slider .item.item--11 i.fa::before {
	content: '\f1eb';
}
.amenities-slider .item.item--12 i.fa::before {
	content: '\f1eb';
}
.amenities-slider .item.item--13 i.fa::before {
	content: '\f1eb';
}
.amenities-slider .item.item--14 i.fa::before {
	content: '\f1eb';
}
.amenities-slider .item.item--15 i.fa::before {
	content: '\f1eb';
}
.amenities-slider .item.item--16 i.fa::before {
	content: '\f1eb';
}
.amenities-slider .item label {
	margin-bottom: 0;
	text-align: center;
}

.labelAmenities {
	color: #fff;
}

.booking-lists {
	position: relative;
	width: 100%;
}
.booking-lists .item {
	position: relative;
	width: 100%;
	background-color: #eaf4f56b;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 30px;
}
.booking-lists .item:first-of-type {
    margin-top: 0px;
}
.booking-lists .item .book__head {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 20px 40px;
}
.booking-lists .item .book__head::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	opacity: .25;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #000), color-stop(0%, rgba(255, 255, 255, 0)));
	background-image: -o-linear-gradient(left, #000 33%, rgba(255, 255, 255, 0) 0%);
	background-image: linear-gradient(to right, #000 33%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 48px 1px;
	background-repeat: repeat-x;
}
.booking-lists .item .book__head .image {
	width: 164px;
	min-width: 164px;
	height: 116px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 20px;
	margin-right: 20px;
}
.booking-lists .item .book__head h5 {
	font-size: 36px;
	margin: 0;
}
.booking-lists .item .book__head h5 span {
	display: block;
	font-size: 16px;
	margin-bottom: 2px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.booking-lists .item .book__body {
	position: relative;
	padding: 40px 20px 20px;
}
.booking-lists .item .book__body::before {
	content: '';
	position: absolute;
	top: -24px;
	left: -24px;
	right: auto;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	background-color: #ffffff;
}
.booking-lists .item .book__body::after {
	content: '';
	position: absolute;
	top: -24px;
	left: auto;
	right: -24px;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	background-color: #ffffff;
}
.booking-lists .item .book__body .timeline {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.booking-lists .item .book__body .timeline::before {
	content: '';
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	width: 1px;
	height: 50%;
	margin: auto;
	opacity: .25;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #000), color-stop(0%, rgba(255, 255, 255, 0)));
	background-image: -o-linear-gradient(#000 33%, rgba(255, 255, 255, 0) 0%);
	background-image: linear-gradient(#000 33%, rgba(255, 255, 255, 0) 0%);
	background-position: right;
	background-size: 1px 15px;
	background-repeat: repeat-y;
}
.booking-lists .item .book__body .timeline .timeline__block {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}
.booking-lists .item .book__body .timeline .timeline__block::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 24px;
	height: 24px;
	background-color: #fafafa;
	border: 1px solid #7cc7d0;
	border-radius: 50%;
	margin: auto;
}
.booking-lists .item .book__body .timeline .timeline__block:last-child::before {
	background-color: #7cc7d0;
}
.booking-lists .item .book__body .timeline .timeline__block h5 {
	font-size: 16px;
	font-weight: 400;
	color: #33333375;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	text-align: center;
	margin: 0;
}
.booking-lists .item .book__body .timeline .timeline__block h5 span {
	display: block;
	font-weight: 700;
	margin-top: 5px;
	color: #333333;
	line-height: 2;
}
.booking-lists .item .book__body .timeline .timeline__block h5 select {
	max-width: 100px;
	margin: 5px auto 0;
	padding: 6px 12px;
	height: 28px;
	border-radius: 0;
	border: none;
	outline: none;
	font-weight: 700;
	color: #333;
	-webkit-box-shadow: 0 5px 40px #0000000d;
	box-shadow: 0 5px 40px #0000000d;
}
.booking-lists .item .book__body .total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 20px;
	color: #333333;
	border-radius: 20px;
	padding: 16px 24px;
	background-color: #75c5cf1f;
	margin-top: 20px;
}
.booking-lists .item .book__body .total span {
	display: inline-block;
	font-weight: 700;
	color: #75c5cf;
}
.booking-lists .item .book__body .total span em {
	font-size: 70%;
	display: inline-block;
	margin-left: 2px;
	color: #3333335e;
	font-style: normal;
}

.grand-price {
	background-color: #f6fafb;
	border-radius: 20px;
	padding: 10px 25px;
	font-weight: 700;
	text-align: center;
	display: block;
	margin-bottom: 15px;
}
.grand-price h4 {
	font-size: 14px;
	color: #3333337d;
}
.grand-price h4 span {
	display: block;
	font-size: 24px;
	margin-top: 10px;
	color: #7cc7d0;
	font-weight: 700;
}

.nav-bottom {
	position: fixed;
	z-index: 105;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	width: 100%;
	height: 64px;
	padding: 0;
	margin: 0;
	background-color: #fff;
	border-top: 1px solid #b8c2dc36;
}
.nav-bottom li {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.nav-bottom li::before {
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
	width: 0%;
	height: 2px;
	margin: auto;
	background-color: #75c5cf;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.nav-bottom li.active::before {
	width: 20%;
}
.nav-bottom li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 64px;
	line-height: 1;
	color: #B8C2DC;
	opacity: .75;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.nav-bottom li.active a,
.nav-bottom li a:hover {
	color: #75c5cf;
	opacity: 1;
	background-color: transparent;
}
.nav-bottom li a:focus,
.nav-bottom li a:active {
	background-color: #75c5cf17 !important;
}
.nav-bottom li a i {
	font-size: 20px;
	display: block;
	margin-bottom: 0;
	min-height: 24px;
}

.call-us {
	position: fixed;
	bottom: 15px;
	right: 15px;
	background-color: bisque;
	cursor: pointer;
	color: green;
	border-radius: 10px;
	padding: 8px 16px;
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.call-us svg {
	font-size: 25px;
	vertical-align: middle;
	margin-left: 6px;
}



.zoom-image {
	width: 100%;
	position: relative;
	padding: 0;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0 5px 10px #00000014;
}
.zoom-image img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000; /*Firefox opacity flickr bug fix */
}
.zoom-image:hover img {
	-webkit-transform: scale(1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
	opacity: 0.7;
}

.book-widget {
	position: relative;
	margin-top: -37px;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0px 5px 50px 0 rgba(0, 0, 0, .05);
}

.date-custom {
	position: relative;
	display: flex;
	border: 2px solid #cccccc;
	border-radius: 5px;
}
.date-custom::before {
	content: '';
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 2px;
	height: 80%;
	background-color: #EDF3F6;
}
.date-custom > div {
	position: relative;
	flex: 0 0 50%;
	max-width: 50%;
}
.date-custom > div  i {
	position: absolute;
	top: 10px;
	left: 12px;
	color: #c9c9c9;
}
.date-custom div > input {
	padding-left: 36px;
	color: #3a3a3a;
	height: 32px;
	border: none;
	box-shadow: none;
}

.number-custom {
	position: relative;
	display: flex;
	max-width: 110px;
}
.number-custom input {
	height: 24px;
	padding: 0;
	margin: 0 5px;
	border: none !important;
	text-align: center;
	outline: none !important;
	box-shadow: none !important;
	color: #3a3a3a;
	font-weight: 700;
}
.number-custom input::-webkit-outer-spin-button,
.number-custom input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.number-custom input[type=number] {
  -moz-appearance: textfield;
}
.number-custom button {
	min-width: 24px;
	height: 24px;
	background-color: #ccdde53b;
	border: none;
	outline: none;
	box-shadow: none;
	font-size: 16px;
	color: #989898;
	border-radius: 5px;
	line-height: 1;
	transition: all .3s ease-in-out;
}
.number-custom button:active {
	background-color: #ccdde5;
}

.quantity {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 2px solid #cccccc;
	padding: 4px 12px;
	border-radius: 5px;
}
.quantity span {
	display: block;
	color: #c9c9c9;
}

.modal {
  text-align: center;
}
.modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.promo-lists {	
	position: relative;
	width: 100%;
	margin-bottom: -50px;
}
.promo-lists .slick-list {
	padding-top: 20px;
	padding-bottom: 60px;
}
.promo-lists .item {
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 10px;
	border-radius: 20px;
	background-color: #cccccc;
	border: 1px solid #bfe5e945;
	transform: translateY(0);
	transition: all .3s ease-in-out;
	box-shadow: 0 20px 50px #00000017;
}
.promo-lists .item:hover {
	transform: translateY(-5px);
}
.promo-lists .item .icon {
	display: flex;
	width: 120px;
	flex-direction: column;
	margin-right: 20px;
	min-width: 64px;
}
.promo-lists .item .icon i {
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 33px;
	color: #cccccc;
	background-color: #ffffff;
	border-radius: 100%;
	margin: 0 auto;
}
.promo-lists .item .icon span {
	font-size: 10px;
	display: block;
	text-align: center;
	margin-top: 10px;
}
.promo-lists .item .icon span em {
	display: block;
	font-size: 110%;
	font-style: normal;
	font-weight: 700;
}
.promo-lists .item .desc {
	width: 100%;
	border-left: 1px dashed #c1c1c1;
	padding-left: 20px;
	text-align: right;
}
.promo-lists .item .desc h4 {
	display: block;
	text-align: right;
	font-size: 14px;
}
.promo-lists .item .desc h4 span {
	display: block;
	font-size: 24px;
	font-weight: 700;
	margin-top: 5px;
}
.promo-lists .item .desc h4 span em {
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	color: #fff;
}
.promo-lists .item .desc h5 {
	margin: 0;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.promo-lists .item .desc h5 em {
	font-style: normal;
}
.promo-lists .item .desc .save {
	font-style: normal;
	color: #fff;
	font-size: 16px !important;
}
.promo-lists .item .desc h5 span {
	cursor: pointer;
	padding: 10px 20px;
	display: inline-block;
	background-color: #072B43;
	border-radius: 30px;
	margin-left: 10px;
	transition: all .3s ease-in-out;
}
.promo-lists .item .desc h5 span:hover {
	color: #cccccc;
	background-color: #072B43;
}

.feature-us {
	position: relative;
	width: 100%;
}
.feature-us .box-icon {
	min-height: 260px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	border-radius: 20px;
	margin-top: 20px;
	box-shadow: 0 0px 0px transparent;
	transition: all .3s ease-in-out;
}
.feature-us .box-icon:hover {
	box-shadow: 0 10px 40px #eee;
}
.feature-us .box-icon.box--1:hover .circle {
	background-color: #ff7a7a;
}
.feature-us .box-icon.box--2:hover .circle {
	background-color: #9380ff;
}
.feature-us .box-icon.box--3:hover .circle {
	background-color: #fdae68;
}
.feature-us .box-icon.box--4:hover .circle {
	background-color: #ff94ff;
}
.feature-us .box-icon:hover .circle i {
	color: #ffffff !important;
}
.feature-us .box-icon.box--1 .circle,
.feature-us .box-icon.box--2 .circle,
.feature-us .box-icon.box--3 .circle,
.feature-us .box-icon.box--4 .circle,
.feature-us .box-icon.box--1 .circle i,
.feature-us .box-icon.box--2 .circle i,
.feature-us .box-icon.box--3 .circle i,
.feature-us .box-icon.box--4 .circle i {
	transition: all .3s ease-in-out;
}
.feature-us .box-icon.box--1 .circle {
	background-color: #FFADAD40;
	border-color: #FFADAD40 !important;
}
.feature-us .box-icon.box--2 .circle {
	background-color: #BDB2FF40;
	border-color: #BDB2FF40 !important;
}
.feature-us .box-icon.box--3 .circle {
	background-color: #fec89a40;
	border-color: #fec89a40 !important;
}
.feature-us .box-icon.box--4 .circle {
	background-color: #FFC6FF40;
	border-color: #FFC6FF40 !important;
}
.feature-us .box-icon.box--1 .circle i {
	color: #ff7a7a;
}
.feature-us .box-icon.box--2 .circle i {
	color: #9380ff;
}
.feature-us .box-icon.box--3 .circle i {
	color: #fdae68;
}
.feature-us .box-icon.box--4 .circle i {
	color: #ff94ff;
}
.feature-us .box-icon h3 {
	line-height: 1.4;
}
.feature-us .box-icon p {
	margin-bottom: 0;
}

.contact-details .panel-default {
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 50px 0 rgb(0 0 0 / 5%);
    box-shadow: 0px 5px 50px 0 rgb(0 0 0 / 5%);
}


.call-us-contact {
	position: fixed;
	bottom: 15px;
	right: 15px;
	background-color: bisque;
	cursor: pointer;
	color: green;
	border-radius: 10px;
	padding: 8px 16px;
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.call-us-contact svg {
	font-size: 25px;
	vertical-align: middle;
	margin-left: 6px;
}

@media screen and (max-width: 600px) {
	.call-us {
		position: fixed;
    	visibility: hidden;
		bottom: 15px;
		right: 15px;
		background-color: bisque;
		cursor: pointer;
		color: green;
		border-radius: 10px;
		padding: 8px 16px;
		z-index: 100;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.col-wa{
		display: inline !important;
	}

	

}
.call-us1 {
		bottom: 15px;
		right: 15px;
		background-color: bisque;
		cursor: pointer;
		color: green;
		border-radius: 10px;
		padding: 8px 16px;
		z-index: 100;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	    margin: 0 auto;
	}

.booking-formx {
	background: #cccccc;
	/*-webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.3);*/
	/*box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.3);*/
	max-width: 642px;
	width: 100%;
	margin: auto;
	padding: 5px 10px;
	border-radius: 10px;
}

.booking-formx .form-group {
	position: relative;
	margin-bottom: 20px;
}

.booking-formx .form-control {
	background-color: #cccccc;
	height: 55px;
	padding: 0px;
	padding-top: 15px;
	color: #072B43;
	font-size: 16px;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-bottom: 2px solid rgba(255,255,255,255);
	border-radius: 0px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.booking-formx .form-control::-webkit-input-placeholder {
	color: rgba(255,255,255,255);
}

.booking-formx .form-control:-ms-input-placeholder {
	color: rgba(255,255,255,255);
}

.booking-formx .form-control::placeholder {
	color: rgba(255,255,255,255);
}

.booking-formx input[type="date"].form-control:invalid {
	color: rgba(255,255,255,255);
}

.booking-formx .form-group:not(.input-not-empty) .form-control:not(:focus) {
	color: transparent;
}

.booking-formx select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.booking-formx select.form-control+.select-arrow {
	position: absolute;
	right: 0px;
	bottom: 7px;
	width: 32px;
	line-height: 32px;
	height: 32px;
	text-align: center;
	pointer-events: none;
	color: rgba(255,255,255,255);
	font-size: 14px;
}

.booking-formx select.form-control+.select-arrow:after {
	content: '\279C';
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.booking-formx .form-label {
	/*color: rgba(255,255,255,255);*/
	font-weight: 700;
	position: absolute;
	top: 20px;
	color : #072B43;
	left: 0px;
	line-height: 24px;
	height: 23px;
	font-size: 14px;
	pointer-events: none;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}
.booking-formx .form-group .form-control:focus {
	top: 0px;
	color: #072B43;
	font-size: 14px;
	border-bottom: 2px solid rgba(255,255,255,255);
}
.booking-formx .form-group .form-control:focus+.form-label {
	top: 0px;
	color: #fff;
	font-size: 14px;
}

.booking-formx .form-group.input-not-empty .form-label {
	top: 0px;
	font-size: 14px;
	color: #fff;
}

.booking-formx .submit-btn {
	color: #072B43;
	background-color: #2b9328;
	font-weight: 700;
	height: 55px;
	padding: 10px 35px;
	font-size: 18px;
	border: none;
	display: block;
	width: 100%;
	text-transform: capitalize;
}
 .vertical {
            border-right: 1px solid #fff;
}


@media screen and (max-width: 600px) {
	 .vertical {
            border-right: 0px solid #FFF;
		}
 }



.booking-formy {
	background: #cccccc;
	/*-webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.3);*/
	/*box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.3);*/
	max-width: 642px;
	width: 100%;
	margin: auto;
	padding: 5px 10px;
	border-radius: 10px;
}

.booking-formy .form-group {
	position: relative;
	margin-bottom: 0px;
}

.booking-formy .form-control {
	background-color: #cccccc;
	height: 55px;
	padding: 0px;
	padding-top: 15px;
	color: #072B43;
	font-size: 16px;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-bottom: 2px solid rgba(255,255,255,255);
	border-radius: 0px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.mini {
	font-size: 13px !important;
}

.booking-formy .form-control::-webkit-input-placeholder {
	color: rgba(255,255,255,255);
}

.booking-formy .form-control:-ms-input-placeholder {
	color: rgba(255,255,255,255);
}

.booking-formy .form-control::placeholder {
	color: rgba(255,255,255,255);
}

.booking-formy input[type="date"].form-control:invalid {
	color: rgba(255,255,255,255);
}



.booking-formy select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.booking-formy select.form-control+.select-arrow {
	position: absolute;
	right: 0px;
	bottom: 7px;
	width: 32px;
	line-height: 32px;
	height: 32px;
	text-align: center;
	pointer-events: none;
	color: rgba(255,255,255,255);
	font-size: 14px;
}

.booking-formy select.form-control+.select-arrow:after {
	content: '\279C';
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.booking-formy .form-label {
	/*color: rgba(255,255,255,255);*/
	font-weight: 700;
	position: absolute;
	top: 0px;
	color : #072B43;
	left: 0px;
	line-height: 24px;
	height: 23px;
	font-size: 14px;
	pointer-events: none;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}
.booking-formy .form-group .form-control:focus {
	top: 0px;
	color: #072B43;
	font-size: 14px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}
.booking-formy .form-group .form-control:focus+.form-label {
	top: 0px;
	color: #072B43;
	font-size: 14px;
}

.booking-formy .form-group.input-not-empty .form-label {
	top: 0px;
	font-size: 14px;
}

.booking-formy .submit-btn {
	color: #072B43;
	background-color: #2b9328;
	font-weight: 700;
	height: 55px;
	padding: 10px 35px;
	font-size: 18px;
	border: none;
	display: block;
	width: 100%;
	text-transform: capitalize;
}

.btn-primary-blue {
      background-color: #0070c0 !important;
      border-color: #0070c0 !important;
	  text-transform: capitalize !important;
    }

.btn-primary-new {
       background: #072B43;
	  background-image: -webkit-linear-gradient(top, #072B43, #16608a);
	  background-image: -moz-linear-gradient(top, #072B43, #16608a);
	  background-image: -ms-linear-gradient(top, #072B43, #16608a);
	  background-image: -o-linear-gradient(top, #072B43, #16608a);
	  background-image: linear-gradient(to bottom, #072B43, #16608a);
	  -webkit-border-radius: 12;
	  -moz-border-radius: 12;
	  border-radius: 12px;
  		color: #cccccc;
    }

 .btn-primary-new:hover {
 	color: #fff;
 }

 .btn-primary-new-ccc {
       background: #072B43;
	  background-image: -webkit-linear-gradient(top, #072B43, #16608a);
	  background-image: -moz-linear-gradient(top, #072B43, #16608a);
	  background-image: -ms-linear-gradient(top, #072B43, #16608a);
	  background-image: -o-linear-gradient(top, #072B43, #16608a);
	  background-image: linear-gradient(to bottom, #072B43, #16608a);
	  -webkit-border-radius: 12;
	  -moz-border-radius: 12;
	  border-radius: 12px;
  		color: #cccccc;
    }

 .btn-primary-new-ccc:hover {
 	color: #fff;
 }

.row-time{
  	text-align: center;
	border-radius: 10px;
	margin-top: 50px;
    margin: 0 auto;
	background-color: #cccccc; 
	border-color: #cccccc;
}
.font-time {
	color: #FFFFFF !important;
}

.h5-black {
	color: #000 !important;
  font-weight: bold;
}

.borderKiri {
	border-left: 1px dashed #0070c0;	
	padding-left: 10px;
}
.borderKanan {
	border-right: 1px dashed #FFF;
	padding-right: 20px;
}
.namaRoom {
	padding-right: 10px;
	width: 50%;
}
.h4-blue {
	color: #0070c0;
	font-weight: 50%;
}
.h4-new {
	color: #FFF;
	font-weight: 50%;
}

.button-biru {
	 background-color: #0070c0 !important;
}

.font-black {
	color: #000 !important;
}
.row-bottom-margin { margin-bottom:-10px !important;
  line-height:0.6; }



@media only screen and (max-width: 768px) {
	#first {
		order: 2;
	}
	#second {
		order: 4;
	}
	#third {
		order: 1;
	}
	#fourth {
		order: 3;
	}

	.promo-listsModal {	 
		width: 100%; 
		margin-left: 0px !important;
	}
}



.promo-listsModal {	 
	width: 100%; 
	margin-left: 90px;
}
 
.promo-listsModal .item {
	cursor: pointer;
	display: flex;
	width: 380px;
	align-items: center;
	padding: 10px;
	margin-bottom: 5px;
	border-radius: 20px;
	background-color: #cccccc;
	border: 1px solid #bfe5e945;
	transform: translateY(0);
	transition: all .3s ease-in-out;
	box-shadow: 0 10px 20px #00000017;
}
/*.promo-listsModal .item:hover {
	transform: translateY(-5px);
}*/
.promo-listsModal .item .icon {
	display: flex;
	width: 120px;
	flex-direction: column;
	margin-right: 20px;
	min-width: 64px;
}
.promo-listsModal .item .icon i {
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 33px;
	color: #cccccc;
	background-color: #fff;
	border-radius: 100%;
	margin: 0 auto;
}
.promo-listsModal .item .icon span {
	font-size: 10px;
	display: block;
	text-align: center;
	margin-top: 10px;
}
.promo-listsModal .item .icon span em {
	display: block;
	font-size: 110%;
	font-style: normal;
	font-weight: 700;
}
.promo-listsModal .item .desc {
	width: 100%;
	border-left: 1px dashed #c1c1c1;
	padding-left: 20px;
	text-align: right;
}
.promo-listsModal .item .desc h4 {
	display: block;
	text-align: right;
	font-size: 14px;
}
.promo-listsModal .item .desc h4 span {
	display: block;
	font-size: 24px;
	font-weight: 700;
	margin-top: 5px;
}
.promo-listsModal .item .desc h4 span em {
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	color: #a9b1c7;
}
.promo-listsModal .item .desc h5 {
	margin: 0;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.promo-listsModal .item .desc h5 em {
	font-style: normal;
}
.promo-listsModal .item .desc .save {
	font-style: normal;
	color: #fff;
	font-size: 16px !important;
}
.promo-listsModal .item .desc h5 span {
	cursor: pointer;
	padding: 10px 20px;
	display: inline-block;
	background-color: #072B43;
	border-radius: 30px;
	margin-left: 10px;
	transition: all .3s ease-in-out;
}
/*.promo-listsModal .item .desc h5 span:hover {
	color: #ffffff;
	background-color: #072B43;
}*/

.em-kecil {
	font-size: 12px !important
}


@media only screen and (max-width: 768px) {
	.divKosong {
		display: none;
	}

	.labelAmenities {
			color: #fff;
			font-size: 13px;
		}
		.amenities-slider .item {
			display: block;
			width: 75px;
			margin-right: 10px;
		}

}
.detail_booking {
		margin-top: 35px;
	}
.fontWhite {
	color: #fff;
}

/* Circle */
.box-iconf .circle {
	border-radius: 60px;
	padding: 30px;
	display: table;
	margin: 0 auto;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	position: relative;
	float: left;
	border: 1px solid;
	font-size: 24px;
}

.box-iconf .circle:hover i {
	color: #fff;
	animation-name: swing;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	text-decoration: none;
	-webkit-animation-name: swing;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-name: swing;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-out;
}

.lined-heading-no-border {
	position: relative;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
	display: block;
}


h1.lined-heading-no-border:before, h2.lined-heading-no-border:before, h3.lined-heading-no-border:before, 
h4.lined-heading-no-border:before, h5.lined-heading-no-border:before, h6.lined-heading-no-border:before {
	position: absolute;
	top: 50%;
	z-index: 1;
	display: block;
	width: 100%;
	height: 1px;
	content: "";
}
h1.lined-heading-no-border span, h2.lined-heading-no-border span, h3.lined-heading-no-border span, h4.lined-heading-no-border span, 
h5.lined-heading-no-border span, h6.lined-heading-no-border span {
	position: relative;
	z-index: 1;
	padding: 0 20px;
	display: inline-block;
}


.default-logo-mobile {
	display: none;
}
@media only screen and (max-width: 1920px) {
	.default-logo-mobile {
		display: inline;
	}
	.default-logo-desktop {
	display: none !important;
	}

	

}

.multi-item-carousel{
  .carousel-inner{
    > .item{
      transition: 500ms ease-in-out left;
    }
    .active{
      &.left{
        left:-33%;
      }
      &.right{
        left:33%;
      }
    }
    .next{
      left: 33%;
    }
    .prev{
      left: -33%;
      margin-top: 50px;
    }
    @media all and (transform-3d), (-webkit-transform-3d) {
      > .item{
        // use your favourite prefixer here
        transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out all;
        backface-visibility: visible;
        transform: none!important;
      }
    }
  }
  .carouse-control{
    &.left, &.right{
      background-image: none;
    }
  }
}

 @media (min-width: 992px) {
      .modal-lg {
        min-width: 900px !important;
      }
    }


