@media screen and (min-width: 730px) and (max-width: 767px) {
	.cf-item-data, .grid-pad {
		width: 50% !important;
	}

}

@media screen and (min-width: 768px) and (max-width: 900px) {

	.widget-mode > .back-to-categories-btn {
		margin: 15px;
	}

}

@media screen and (min-width: 900px) and (max-width: 992px) {
	#cf-cal {
		float: right;
	}
}

@media all and (min-width: 359px ) and (max-width: 375px) {
	.cf-item-thumb {
		margin: 0 5px 0 0;
	}
}

@media all and (max-width: 360px ) {
	.cf-item-thumb {
		margin: 0 5px 0 0;
	}

	.icon-menu, .price-overlay {
		font-size: 12px;
	}
}

@media screen and (max-width: 31.5em) {
	.grid figure {
		width: 100%;
	}
}

@media screen and (min-width: 1024px) {
	form {
		margin-top: 0;
	}

	.text-jumbo {
		font-size: 60px;
	}
}

@media screen and (max-width: 1023px) {
	.text-jumbo {
		font-size: 40px;
	}
}

@media screen and (max-width: 667px) {
	.cf-item-info {
		width: auto;
	}
}

@media screen and (max-width: 367px) {
	.cf-item-info .cf-item-action li {
		display: block;
		text-align: left;
		float: none;
	}
}

/*----
Reserve 'Hero' View
-----*/

#cf-query-end_date, #cf-query-start_date, .hdate{
	width:100%;
	background-color:#eee !important;
	height: 43px;
	line-height: 43px;
}
.back-to-categories-btn {
	display: none;
}

.cf-item-status {
	padding: 2px 7px;
}

.cf-item-data {
	/* Note: min-height is overridden by javascript in reserve.js */
	min-height: 460px;
}

.cc-parent {
	position: absolute !important;
	top: 4px !important;
	left: 0 !important;
	right: 0;
	text-align: center;
}

.inline-search .full {
	position: relative !important;
}

.hero-upcoming li {
	display: inline;
	float: left;
	margin: 20px 0 20px 0 !important;
}

.stick {
	position: fixed !important;
	top: 0px;
	left: 0px;
	right: 0px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background: rgba(0, 0, 0, .6);
	z-index: 1000;
}

.stick .sticky-show {
	color: #FFF;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}

.sticky-show h1 {
	margin: 2px;
}

.jumbotron {
	height: 450px;
	background-size: cover !important;

}

.jumbotron, .sub-header {
	text-align: center;
}

.inline-search .sub-header > div {
	height: 85px !important;
}

.sub-header h1 {
	margin: 7px 0 0 0;
	font-size: 1em !important;
}

.video-container {
	height: 450px;
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 48px;

}

#bgndVideo {
	z-index: 1;
}

.imageOverlay {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-size: cover !important;

}

.page-header {
	border-bottom: 0 !important;
}

.search-area {
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.6);
	padding-top: 10px;
	padding-bottom:10px;
}

.search-area input, .search-area .drop-input .drop, .search-area button {
	border-radius: 0px !important;
}

.search-area .search-input input, .search-area .search-input button {
	border-top: 0;
}

.inline-search > form {
	background: none;
	padding-top: 25px !important;
	border-radius: 4px;
}

.inline-search h1 {
	margin: 5px 0px !important;
}

.inline-search {
	text-align: center;
	padding: 0 !important;
	margin-bottom: 5px;
}

.view-full {
	position: relative;
	border-radius: 0px !important;
}

.view-full h2 {
	padding-top: 2em;
}

.view-full .full {
	position: absolute;
	bottom: 0px;
	left: 0;
	text-align: center;
	height:130px;
}

.text-jumbo {
	font-weight: 900;
	text-align: center;
}

.view-full .text-contrast {
	color: #fff !important;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}

#cf-query-start_date {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-right: none;
}

#cf-query label {
	text-align: left;
	margin-left: 3px;
	margin-bottom: 0px;
}

input[name='keyword'], .date {
	background-color: #EEE;
	border-radius: 0;
	color: #000;
}

.input-placeholder-group > input[type='text'], .input-placeholder-group .btn-primary, .input-placeholder-group, .input-placeholder-group .date.form-control[readonly] {
	height: 43px;
}

.input-placeholder-group > .input-group {
	width: 260px;
}

.dropdown-wrapper .btn {
	height: 43px;
	background-color: #EEE;
	color: #999;
}

.dropdown-wrapper .btn-default:active, .dropdown-wrapper .btn-default:focus, .dropdown-wrapper .btn-default:hover, #cf-query-start_date:hover, #cf-query-end_date:hover {
	color: #000;
	background-color: #eee !important;
}

.input-placeholder-group .btn-primary {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	position: relative;
}

.input-placeholder-group {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	height: auto;
}
.end_date + #category_id + .search-input label {
	display: none !important;
}

.search-form-input-wrapper {
	display: inline-block;
	position: relative;
}

.jumbotron .buttonBar {
	display: none;
}

/*----
Category Grid CSS
-----*/

.cf-grid-list, .cf-grid-max {
	max-width: 1400px;
	margin: 0 auto;
}

.category-wrapper {
	padding: 10px;
	height: 300px;
}

.placement {
	display: table;
	height: 280px;
	width: 100%;
}

.child-placement {
	display: table-cell;
	vertical-align: middle;
}

.grid-pad {
	padding-top: 15px;
	padding-bottom: 15px;
}

.grid {
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure h3 {
	font-weight: 900;
	color: #FFF;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}

.grid figure:hover .category-wrapper h3 {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0;
}

.grid figure .category-wrapper h3 {
	position: relative;
	top: 35%;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.8);
}

.grid figcaption h3, .grid figcaption span, .grid figcaption p {
	position: relative;
	top: 10%;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 16px;
}

.grid figcaption p {
	margin: 10px;
}

.hover-style figure {
	overflow: hidden;
}

.hover-style figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	transform: translateY(100%);
	transition: ease-in-out 0.4s, opacity 0.1s 0.3s;
}

.hover-style figure:hover figcaption {
	opacity: 1;
	transform: translateY(0px);
	transition: ease-in-out 0.4s, opacity 0.1s;
}

/*These are hidden on regular booking page for mobile. This fixes for hero page.*/
.grid-description > .cf-title, .grid-description > .cf-item-summary, .grid-title-only > .cf-title {
	display: block !important;
	text-align: left;
}

/*For non HTML5 browser (Mobile)*/

@media screen and (max-width: 1024px) {
	.hdate {
		background-color: #EEE;
	}
}
.hdate {
	-webkit-appearance: none;
	-moz-appearance: none;
}

/*----
Image Grid CSS
-----*/
.price-overlay {
	position: absolute;
	background-color: rgba(60, 63, 64, 0.9);
	color: #FFF;
	bottom: 15px;
	left: 15px;
	padding: 7px 10px;
	opacity: .9;
}

.icon-menu-overlay {
	position: absolute;
	bottom: 18px;
	right: 5px;
	color: #FFF;
}

.cf-grid-price {
	font-size: 1.5em;
	margin-top: 5px;
}

.cf-grid-price em {
	font-size: .5em;
	line-height: 1;
	position: relative;
	top: -3px;
	display: block;
	margin-bottom: 5px;
}

.cf-grid-image {
	min-height: 300px;
}

.cf-currency {
	font-size: .5em;
	margin-left: 5px;
}

.btn-grid {
	color: #333;
	background-color: #FFF;
}

.cf-btn-book {
	background-color: #2c97de;
	color: #fff;
}

.soldout {
	margin-left: 0px !important;
}

.btn-grid:hover {
	background: #2c97de;
	color: #fff;
	-o-transition: color .3s ease-in, background .3s ease-in;
	-ms-transition: color .3s ease-in, background .3s ease-in;
	-moz-transition: color .3s ease-in, background .3s ease-in;
	-webkit-transition: color .3s ease-in, background .3s ease-in;
	transition: color .3s ease-in, background .3s ease-in;
}

.cf-item-info {
	min-width: 0;
	max-width: 100%;
}

.cf-item-info ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0px;
	display: block;
	width: 100%;
}

.cf-item-info ul li {
	display: inline-block;
	float: left;
	list-style-type: none;
}

.grid-h2 {
	font-size: 20px;
}

.grid-description {
	margin: 10px 0;
}

.grid-title-only {
	margin: 10px 0px 20px 0px;
}

/** Icon Menu **/
.icon-menu li {
	margin: 15px 10px;
	text-align: center;
	border: 2px solid white;
	border-right: none;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	position: relative;
	background-color: #1E90FF;
	-o-transition: border .3s ease-in-out;
	-ms-transition: border .3s ease-in-out;
	-moz-transition: border .3s ease-in-out;
	-webkit-transition: border .3s ease-in-out;
	transition: border .3s ease-in-out;
}

.icon-menu li:hover {
	border: 2px solid #1E90FF;
	background-color: white;
	color: #1E90FF;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.icon-btn a {
	display: inline-block;
	width: 100%;
	padding: 10px;
	color: #fff;
	background: none !important;
	-o-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.icon-btn a:hover {
	color: #1E90FF !important;
	-o-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
}

.icon-menu li:hover {
	border: 2px solid #1E90FF;
	border-right: none;
	-o-transition: border .3s ease-in-out;
	-ms-transition: border .3s ease-in-out;
	-moz-transition: border .3s ease-in-out;
	-webkit-transition: border .3s ease-in-out;
	transition: border .3s ease-in-out;
}

.hero-multilang-group {
	float: right;
	margin-right: 15px;
	margin-top: -30px;
}

.hero-dropdown {
	margin-right: 15px;
}

.hero_header_button, .hero-multilang-group > .hero-dropdown > button {
	height: 34.5px;
	border: 1px solid transparent;
	border-radius: 0 0 4px 4px;
}

.hero_header_button {
	padding: 6px 12px;
	border-radius: 4px;
	color: black;
}

@media screen and (min-width: 768px) {
	.hero-multilang-group {
		margin-top: -48px;
	}
}

.search-input #cf-query-keyword {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

/* Apply when Category dropdown is right beside an active Search */
.cat-dropdown + .search-input #cf-query-keyword {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

/* Make the .sticker hero elements fit on one line when appropriate.
   Note: there's an edge case where Widget->render_categories() can return a single category for the category selector,
   so make sure we don't have the awkward case where there's an empty top-right cell because of input#cateogry_id. */
.start_date, .end_date, .cat-dropdown, .start_date + .search-input, .start_date + #category_id + .search-input {
	width: 50%;
	float: left;
}
.start_date + #category_id + .search-input input {
	border-radius: 0 0;
}

.search-input{
	width:100%;
}
/* No end date active.  Search beside start date --  or Cat dropdown beside start date*/
.start_date + .search-input #cf-query-keyword, .start_date + .cat-dropdown .btn {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

/* End date active */
.start_date + .end_date #cf-query-end_date{
	border-top-right-radius:4px;
	border-bottom-right-radius: 4px;
}

/* No end date, cat dropdown beside full width search*/
.start_date + .cat-dropdown + .search-input #cf-query-keyword{
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}

/* Start date input directly beside category dropdown*/
.start_date + .cat-dropdown {
	width: 50%;
}

#cf-query .end_date + .cat-dropdown label,
#cf-query .end_date + .search-input label,
#cf-query .cat-dropdown + .search-input label {
	display: none !important;
}

.cat-dropdown.rounded {
	margin-right: 0;
}

.search-input #cf-query-keyword {
	width: 75%;
	float: left;
}

.cat-dropdown button{
	min-width:130px !important;
}

.start_date + .search-input #cf-query-keyword {
	width: 74%;
}

.sticker .search-form-input-wrapper {
	padding: 0px 15px;
}

.search-form-input-wrapper .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	white-space: nowrap;
}

.search-form-input-wrapper .dropdown ul {
	min-width: 0;
}

/* Adjust width of category dropdown when displayed on it's own line (when dates are hidden) */
.search-form-input-wrapper > #cf-query-start_date + #cf-query-end_date + .cat-dropdown {
	width: auto;
	min-width: 100%;
}

.search-btn {
	width: 25%;
	float: left;
	padding: 0;
}

.search-btn i {
	display: inline-block;
	width: 100%;
	text-align: center;
}

#pload {
	height: 0;
	position: relative;
	top: 10px;
	left: 30px;
	width: 200px;
}
