body.qv-open { overflow: hidden; }
body.qv-open #sb-container {
	z-index: 10001;
}

.qv-wrapper {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 10000;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s ease;
}
	body.qv-open .qv-wrapper {
		right: 0;
		pointer-events: all;
		opacity: 1;
		transition: opacity 0.5s ease;
	}

	.qv-wrapper .qv-close {
		padding: 10px;
		position: absolute;
		top: 0;
		right: 9px;
		font-size: 24px;
		color: #000;
		cursor: pointer;
		z-index: 10003;
	}


/* detail page container */
.qv-wrapper .qv-content {
	width: 85%;
	height: 100%;
	padding: 10px;
	position: absolute;
	right: -100%;
	background-color: #fff;
	overflow-y: auto;
	z-index: 10002;
	box-shadow: -5px 0px 5px -2px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: -5px 0px 5px -2px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: -5px 0px 5px -2px rgba(0, 0, 0, 0.35);
	transition: right 0.4s ease;
}
	body.qv-open .qv-wrapper .qv-content {
		right: 0;
		transition: right 0.6s ease;
	}


/* shade background */
.qv-wrapper .qv-shade {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10001;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.5);
}


/* tablet */
@media only screen and (min-width: 40.063em) {
	.qv-wrapper .qv-content {
		width: 70%;
		padding: 25px;
	    padding-top: 40px;
	}
}


/* desktop */
@media only screen and (min-width: 64.063em) {
	.qv-wrapper .qv-content {
		width: 575px;
	}
}


/*Pane overwrites*/

.qv-wrapper .qv-content .shared-detail ul.mapTabs .weatherTab,
body.qv-open .qv-wrapper .qv-content .detailTA-header,
body.qv-open .qv-wrapper .qv-content .detailTA-header,
body.qv-open .qv-wrapper .qv-content .detailTA,
body.qv-open .qv-wrapper .qv-content .mediaGallery,
body.qv-open .qv-wrapper .qv-content .detailPanes .qv-hide,
body.qv-open .qv-wrapper .qv-content .detailPanes dl.tabs,
body.qv-open .qv-wrapper .qv-content .left.middle-widgets,
body.qv-open .qv-wrapper .qv-content .info-list.action-items,
body.qv-open .qv-wrapper .qv-content .detailTop .bookbtn {
	display: none !important;
}
body.qv-open .qv-wrapper .qv-content .qv-full-width {
	width: 100%;
}
body.qv-open .qv-wrapper .qv-content .detailMiddle .qv-full-width,
body.qv-open .qv-wrapper .qv-content .detailMiddle .qv-full-width .right{
	float: none !important;
	text-align: center;
	pointer-events: none;
}

body.qv-open .qv-wrapper .qv-content .detailMiddle .qv-full-width .right .tripadvisor-preview {
	width: auto;
	margin: auto;
	display: inline-block;
}

body.qv-open .qv-wrapper .qv-content .listingTitle {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 0px;
	padding: 10px 0;
}
body.qv-open .qv-wrapper .qv-content .full-listing-link {
	margin: auto;
	float: none;
	margin-top: 50px;
	margin-bottom: 3rem;
	display: block;
	position: relative;
	width: 150px;
}
body.qv-open .qv-wrapper .qv-content .shared-detail .smallMap {
	width: 155px;
	height: 189px;
}
body.qv-open .qv-wrapper .qv-content .shared-detail .detailMaps .primary .gMapContainer .gMapHolder {
	height: 350px;
}
