
/***************  templates/main/css/table-reservation-widget.css  ***************/
#booking-mask-wrapper .restaurant-picker label{
	margin-top: 2px;
}

#booking-mask-wrapper .booking-header{
	height: 50px;
	padding: 0;
	background: rgba(224, 186, 116, 0.8);
}
	#booking-mask-wrapper .booking-button .booking-button-text{
		float: left;
		display: block;
		width: 50%;
		padding: 10px 0;
		
		font-size: 12px;
		text-align: center;
		line-height: 15px;
	}
	
	#booking-mask-wrapper .booking-button .reservation.booking-button-text{
		width: 49.5%;
		border-right: 1px solid #94a1b3;
	}
	#booking-mask-wrapper.open .booking-button .reservation.booking-button-text{
		border-right: 1px solid transparent;
	}
	#booking-mask-wrapper.open .booking-button .booking-button-text.default{
		background: #e0ba74;
	}
#booking-mask-wrapper .booking-wpr{
	background: rgba(224, 186, 116, 0.8);
	padding: 0 22px;
}	
#booking-mask-wrapper.open .booking-wpr{
	padding: 0 22px 22px;
}
/*#booking-mask-wrapper .date, .booking .choose{
	height: 26px;
}*/
#booking-mask-wrapper .choose.children{
	margin-bottom: 10px;
}
#booking-mask-wrapper .table-plus-wrapper .choose.children{
	margin-bottom: 22px;
}
#booking-mask-wrapper label{
	/*margin: 8px 0 0;*/
	font-size: 13px;
}
#booking-mask-wrapper .additionals label{
	margin: 4px 0 0;
}

#booking-mask-wrapper .date input, 
#booking-mask-wrapper .choose select{
	float: right;
	width: 100%;
	font-size: 12px;
}
#booking-mask-wrapper .date input{
	width: 100%;
	/*padding-left: 10px;*/
}

#header .booking .choose:after{
	right: 0;
}

#booking-mask-wrapper .availability-checker,
#booking-mask-wrapper .table-plus-wrapper{
	display: none;
	/*margin: 25px 0 0;*/
}
#booking-mask-wrapper .table-plus-wrapper{
	margin-top: 18px;
}

#booking-mask-wrapper .availability-checker.active,
#booking-mask-wrapper .table-plus-wrapper.active{
	display: block;
}

#booking-mask-wrapper .additionals{
	margin: 10px 0;
}
#booking-mask-wrapper .close-switcher{
	display: none;
}
#booking-mask-wrapper.open .close-switcher{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	width: 58px;
	height: 15px;
	background: rgba(99,44,106,.9);
	margin: 0 auto;
	cursor: pointer;
	display: block;
}

.close-switcher.icon-arrow_up:after{
	position: relative;
	top: -4px;
	display: block;
	width: 100%;
	color: white;
 	font-size: 7px;
	content: '\e81e';
	text-align: center;
}
.close-switcher.icon-arrow_up:before{
	width: 100%;
}

/* Desktop & Landscape*/	
@media (min-width: 1024px) {

}

/* Landscape tablet to Desktop */	
@media (min-width: 1024px) and (max-width: 1279px) {

}

/* Portrait & Mobile */
@media (max-width: 1023px) {


}

/* Portrait tablet to Landscape */
@media (min-width: 768px) and (max-width: 1023px) {    

.booking .date.icon-grid:before{
	top: 21px;
	right: 3px;
}

}

/* Mobile to Portrait tablet */
@media (max-width: 767px) {

}

@media (max-width: 367px) {

}

@media (min-width: 1280px){ 

}

/***************  templates/main/../respwidgets/meetings-grid/template.layout.css  ***************/
.itemPreview{
	width: 50%;
	height: 464px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	position: relative;
	padding: 15px;
	box-sizing: border-box;
}

	.itemPreview:before{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: rgba(124,136,151,0.6);
		transition: background 0.5s ease-in-out;
	    -moz-transition: background 0.5s ease-in-out;
	    -webkit-transition: background 0.5s ease-in-out;
	}

	.item-content{
		position: relative;
		z-index: 1;
		width: 100%;
		height: 100%;
		overflow:hidden;
		border:rgba(255,255,255,0) solid 1px;
		transition: border-color 0.3s ease-in-out;
	    -moz-transition: border-color 0.3s ease-in-out;
	    -webkit-transition: border-color 0.3s ease-in-out;
	}

		.item-content .item-top-content{
			width: 100%;
			position: absolute;
			text-align: center;
			padding: 0 30px;
			box-sizing: border-box;
			top: 50%;
			transform: translateY(-50%);
		}

			.item-content .item-top-content .item-title,
			.item-content .item-title.first-view{
				color: #ffffff;
				font-size: 30px;
				letter-spacing: 5px;
				transition: margin 0.3s ease-in-out;
			    -moz-transition: margin 0.3s ease-in-out;
			    -webkit-transition: margin 0.3s ease-in-out;
			}

			.item-content .item-title.first-view{
				width: 364px;
				height: auto;
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				text-align: center;
			}

			.item-content .item-top-content .item-intro{
				padding: 0 10px;
				box-sizing: border-box;
				color: #ffffff;
				line-height: 26px;
				margin-top: 20px;
			}

			.button-wrapper{
				width: 100%;
				float: left;
				position: relative;
				height: auto;
			}

			.item-content .item-top-content .read-more{
				width: auto;
				display: inline-block;
				margin:30px 15px 0;
				height: 36px;
				text-align: center;
				text-decoration: none;
			}

				.item-content .item-top-content .read-more a{
					background: #000000;
					color: #ffffff;
					text-transform: uppercase;
					font-size: 14px;
					padding: 10px 28px 7px;
					text-decoration: none;
					display: block;
				}

			.item-content .item-top-content .capcity-wrapper{
				width: 100%;
				float: left;
				text-align: center;
				margin-top: 30px;
			}

				.item-content .item-top-content .capcity-wrapper ul li{
					width: auto;
					display: inline-block;
					color: #ffffff;
					margin: 0 12px 10px;
					position: relative;
				}

					.item-content .item-top-content .capcity-wrapper ul li span{
						display: block;
					}

					.item-content .item-top-content .capcity-wrapper ul li .icon{
						width: 34px;
						height: 34px;
						display: inline-block;
						position: relative;
					}


					.item-content .item-top-content .capcity-wrapper ul li .icon:before{
						font-family: "sprite-icons-font";
						color: #ffffff;
						content: '';
						position: absolute;
						top: 0;
						left: 50%;
						transform: translateX(-50%);
						font-size: 27px;
					}

					.item-content .item-top-content .capcity-wrapper ul li.capacityBanquet .icon:before{content: '\e827';}
					.item-content .item-top-content .capcity-wrapper ul li.capacityClassroom .icon:before{content: '\e812';}
					.item-content .item-top-content .capcity-wrapper ul li.capacityTheatre .icon:before{content: '\e826';}
					.item-content .item-top-content .capcity-wrapper ul li.capacityReception .icon:before{content: '\e827';}
					.item-content .item-top-content .capcity-wrapper ul li.capacityConference .icon:before{content: '\e80f';}
					.item-content .item-top-content .capcity-wrapper ul li.capacityUShape .icon:before{content: '\e825';}
					.item-content .item-top-content .capcity-wrapper ul li.capacityHSquare .icon:before{content: '\e810';}


			.item-content .item-top-content{
				height: 0px;
				overflow: hidden;
				opacity: 0;
				visibility: hidden;
				transition: opacity 0.5s ease-in-out;
			    -moz-transition: opacity 0.5s ease-in-out;
			    -webkit-transition: opacity 0.5s ease-in-out;
			}

			.itemPreview:hover .item-content .item-top-content{
				height: auto;
				overflow: auto;
				opacity: 1;
				visibility: visible;
			}

			.itemPreview:hover .item-content .item-title.first-view{
				display: none;
			}

			.itemPreview:hover:before{
				background: rgba(124,136,151,0.9)
			}

			.itemPreview:hover .item-content{
				border-color: rgba(255,255,255,1);
			}

.more-item-icon{
	width: 50px;
	height: 24px;
	margin: 20px auto 10px;
	position: relative;
	display: block;
	cursor: pointer;
}

	.more-item-icon:before{
		font-family: "sprite-icons-font";
		content: '\e820';
		font-size: 22px;
		color: #E0BA74;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.more-item-icon.show:before{
		content: '\e81e';
	}


.virtual-popup{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.75);
	z-index: 999;
}

	.virtual-popup .iframe{
		width: 770px;
		height: 516px;
		background: #000000 url(/templates/respwidgets/meetings-grid/ajax-loader.gif) no-repeat center;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.virtual-popup .close-btn{
		position: absolute;
		top: 20px;
		right: 20px;
		width: 20px;
		height: 20px;
		background: red;
		background: url(/templates/main/images/fancybox/close_white.svg) no-repeat center;
		cursor: pointer;
	}

@media (min-width: 1024px) and (max-width: 1279px) {
	.itemPreview{
		width: 100%;
		height: 590PX;
	}

	.item-content .item-top-content .item-intro,
	.item-content .item-top-content .item-title{
		display: none;
	}

	.item-content .item-title.first-view{
		margin-top: -50px;
	}

	.item-content{
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
	}

	.item-content .item-top-content{
	    opacity: 1;
	    visibility: visible;
	    height: auto;
	    position: absolute;
	    bottom: 0;
	    transform: inherit;
	    top: auto;
	    width: 100%;
	    padding: 12px;
	    background: rgba(124,136,151,0.9);
	    box-sizing: border-box;

	}

		.item-content .item-top-content .item-inner{
			border:#ffffff solid 1px;
			width: 100%;
			height: 100px;
			float: left;
			position: relative;
		}

	.item-content .item-top-content .capcity-wrapper{
		width: 70%;
		position: absolute;
		margin: 0;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}

		.item-content .item-top-content .capcity-wrapper ul{
			margin-left: 34px;
			margin-top: 12px;
		}

			.item-content .item-top-content .capcity-wrapper ul li{
				float: left;
			}


	.item-content .item-top-content .button-wrapper{
		width: 30%;
		float: left;
		position: absolute;
		right: 0;
		margin: 0;
		height: auto;
		left: auto;
		top: 50%;
		transform: translateY(-50%);
	}
		.item-content .item-top-content .read-more{
			width: calc(100% - 34px);
			margin: 5px 34px 0 0;
		}

		.item-content .item-top-content .read-more.virtual-tour{
			margin: 0px 34px 5px 0;
		}


	.itemPreview:hover:before {
	    background: rgba(124,136,151,0.65);
	}

	.itemPreview:hover .item-content {
	    border-color: rgba(255,255,255,0);
	}

	.itemPreview:hover .item-content .item-title.first-view{
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.itemPreview{
		width: 100%;
		height: 590PX;
	}

	.item-content .item-top-content .item-intro,
	.item-content .item-top-content .item-title{
		display: none;
	}

	.item-content .item-title.first-view{
		margin-top: -50px;
	}

	.item-content{
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
	}

	.item-content .item-top-content{
	    opacity: 1;
	    visibility: visible;
	    height: auto;
	    position: absolute;
	    bottom: 0;
	    transform: inherit;
	    top: auto;
	    width: 100%;
	    padding: 12px;
	    background: rgba(124,136,151,0.9);
	    box-sizing: border-box;

	}

		.item-content .item-top-content .item-inner{
			border:#ffffff solid 1px;
			width: 100%;
			height: 100px;
			float: left;
			position: relative;
		}

	.item-content .item-top-content .capcity-wrapper{
		width: 65%;
		position: absolute;
		margin: 0;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}

		.item-content .item-top-content .capcity-wrapper ul{
			margin-left: 25px;
			margin-top: 12px;
		}

			.item-content .item-top-content .capcity-wrapper ul li{
				float: left;
			}

				.item-content .item-top-content .capcity-wrapper ul li .icon{
					width: 30px;
					height: 30px;
				}

					.item-content .item-top-content .capcity-wrapper ul li .icon:before{
						font-size: 25px;
					}


	.item-content .item-top-content .button-wrapper{
		width: 35%;
		float: left;
		position: absolute;
		right: 0;
		margin: 0;
		height: auto;
		left: auto;
		top: 50%;
		transform: translateY(-50%);
	}
		.item-content .item-top-content .read-more{
			width: calc(100% - 25px);
			margin: 5px 25px 0 0;
		}

		.item-content .item-top-content .read-more.virtual-tour{
			margin: 0px 25px 5px 0;
		}


	.itemPreview:hover:before {
	    background: rgba(124,136,151,0.65);
	}

	.itemPreview:hover .item-content {
	    border-color: rgba(255,255,255,0);
	}

	.itemPreview:hover .item-content .item-title.first-view{
		display: block;
	}

	.virtual-popup .iframe{
		width: 640px;
		height: 430px;
	}
}

@media (max-width: 767px) {
	.itemPreview{
		width: 100%;
		height: 382px;
		margin-bottom: 10px;
		cursor: pointer;
	}

		.itemPreview.active:before{
			background: rgba(124,136,151,0.9);
		}

		.itemPreview:hover .item-content .item-top-content{
			height: 0px;
			overflow: hidden;
			opacity: 0;
			visibility: hidden;
		}

			.item-content .item-top-content .item-intro{
				display: block;
				height: 137px;
				overflow: hidden;
				width: 100%;
			}
		
		.itemPreview:hover .item-content .item-title.first-view{
			display: block;
		}
		.itemPreview.active .item-content{
			border:#fff solid 1px;
		}
		.itemPreview.active .item-content .item-top-content{
			padding:0 15px;
			visibility: visible;
			height: auto;
			opacity: 1;
		}

		.item-content .item-title.first-view{
			width: 100%;
			padding: 0 20px;
			box-sizing: border-box;
			font-size: 22px;
			letter-spacing: 0;
		}

		.itemPreview.active .item-content .item-title.first-view{
			display: none;
		}

		.item-content .item-top-content .item-title{
			font-size: 22px;
			letter-spacing: 0;
			width: 100%;
		}

		.item-content .item-top-content .read-more{
			width: 216px;
			margin: 10px 0 0;
		}

		.item-content .item-top-content .capcity-wrapper{
			margin-top: 10px;
			height: 50px;
			overflow: hidden;
		}
			.item-content .item-top-content .capcity-wrapper ul li{
				margin: 0 10px 10px;
			}

				.item-content .item-top-content .capcity-wrapper ul li .icon{
					width: 28px;
					height: 28px;
				}
					.item-content .item-top-content .capcity-wrapper ul li .icon:before{
						font-size: 24px;
					}

	.virtual-popup .iframe{
		width: 90%;
		height: 200px;
	}
}
