@import url('stylesheet.css');

html,body{
	-webkit-overflow-scrolling : touch !important;
}

.quandoo-widget-builder {
		margin-bottom:0;
}

.quandoo-widget-builder-link {
		height:auto;
}

.quandoo-popup-layer {
	z-index:9999999;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:none;
	/*overflow:auto;
	-webkit-overflow-scrolling:touch;*/
	outline:0;
	background-color:rgba(0, 0, 0, 0.78);
}

.quandoo-popup-layer-new {
	z-index:9999999;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	visibility: hidden;
	opacity: 0;
	outline:0;
	background-color:rgba(0, 0, 0, 0.78);
	transition: visibility .3s ease, opacity .3s ease;
}

.quandoo-booking-widget-holder {
	width: 100%;
	position: relative;
}

.quandoo-popup-layer-new.active {
	opacity: 1;
	visibility: visible;
	transition: opacity .3s ease;
}

.quandoo-popup-container {
	top:15px;
	position:absolute;
	height: calc(100% - 15px);
	left:50%;
	margin-left: -155px;
	z-index: 99999;
	max-width: 320px;
	width: 100%;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
}

.quandoo-popup-container-new {
	top:0;
	position:fixed;
	height: 100%;
	right:0;
	z-index: 99999;
	width: 100%;
	overflow:auto;
	background-color: #ffffff;
	transform: translateX(100%);
	transition: transform .3s ease;
	-webkit-overflow-scrolling:touch;
}

@media (min-width: 1024px) {
	.quandoo-popup-container-new {
		max-width: 460px;
	}
}

.quandoo-popup-container-new.open {
	transform: translateX(0);
}

.quandoo-popup-content {
	position:relative;
}

.quandoo-popup-content-new {
	position:relative;
}

.quandoo-button, .quandoo-button-select {
	cursor:pointer;
}

.quandoo-button-image {
	margin-bottom:20px;
	width:auto;
}

.quandoo-button-text:hover {
	-webkit-filter: brightness(110%); /* Safari */
    filter: brightness(110%);
}

.quandoo-button-text {
	padding:12px 20px;
	box-sizing: border-box;
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
}



.quandoo-round-border {
	border-radius:12px;
}

.quandoo-fixed {
	position:fixed !important;
	z-index: 999999 !important;
}

.quandoo-b {
	bottom:10px;
}

.quandoo-t {
	top:10px;
}

.quandoo-l {
	left:10px;
}

.quandoo-r {
	right:10px;
}

.quandoo-s {
    transform-origin: right bottom 0px;
    transform: rotate(-90deg);
    right: 0;
    top: 35%;
    box-shadow:none !important;
}

.quandoo-xl {
	font-size:2.5em;
}

.quandoo-lg {
	font-size:2em;
}

.quandoo-md {
	font-size:1.5em;
}

.quandoo-sm {
	font-size:1em;
}

.quandoo-xs {
	font-size:0.5em;
}

.quandoo-static-font {
	font-family: 'Averta', sans-serif;;
	font-size: 18px;
}

.quandoo-multi-container {
	max-width:360px;
	width: 100%;
	position:relative;
}

.quandoo-venues {
	display:none;
	position:absolute;
	width:100%;
	z-index:999;
	max-height: 420px;
	overflow: auto;
	border-radius: 8px;
	background: #FFFFFF;
	box-shadow: 1px 1px 15px rgba(51, 51, 51, 0.15);
}

.quandoo-venues-item {
	box-shadow: none !important;
	border: none !important;
}

.quandoo-venues-item:hover {
	background-color: rgba(0,0,0,.1);
}

.quandoo-button-select, .quandoo-venues .quandoo-button {
	display:block;
	width:100%;
	text-align: center;
}

.quandoo-active {
	display:block;
}

.quandoo-pointy-bottom {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom:1px solid #dedede;
}

.quandoo-title {
	color:#ffffff;
	font-size:20px;
	text-align: center;
	background-color:#f8b333;
	width:100%;
}

.quandoo-pixel {
	position:absolute;
	height:0;
}
