@-ms-viewport { width:device-width; }
@media only screen and (min-device-width:800px) { html { overflow:hidden; } }
html { height:100%; }
body { height:100%; overflow:hidden; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF; background-color:#000000; }
#pano { width:100%;height:100%; }

.calloutcontainer, .calloutcontainermobile {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	z-index: 99;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	display: none;
	
}

.callout {
	position: absolute;
	width: 300px;
	background-color: #fff;
	left: 132px;
	top: 0;
	transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	border: 2px white solid;
}

.calloutcontainer .callout, .calloutcontainermobile .callout {
	position: static;
	transform: none;
	opacity: 1;
	height: 200px;
    overflow-y: scroll;
}

.calloutcontainermobile {
	width: 300px;
}

.callout-title {
	font-size: 20px;
	font-family: Helvetica,Arial,sans-serif !important;
	position: relative;
	color: #116cac;
	padding: 25px 30px 5px 30px;
}

.callout-title sup {
	font-size: 12px
}

.callout-body sup {
	font-size: 9px;
}

.callout-body {
	font-size: 15px;
	margin-bottom: 10px;
	font-family: Helvetica,Arial,sans-serif !important;
	color: #999;
	padding: 0 30px 30px 30px;
}

.legal {
	font-size: 10px;
	color: #999;
	margin-top: 15px;
}
.legal sup {
	font-family: Helvetica,Arial,sans-serif !important;
	font-size: 4px;
	font-weight: 900;
}

.close {
	width: 27px;
	height: 27px;
	background-image:url('close.png');
	position: absolute;
	right: 5px;
	top: 3px;
	cursor: pointer;
	z-index: 100;
}

.callout .shadow-box-gallery {
	border-top: none;
	border-left: none;
	border-right: none;
}

.shadow-box-gallery {
	overflow: hidden;
	display: block;
	border: 2px solid white;
	border-bottom: 6px solid white;
}

.shadow-box-gallery, .callout-image {
	height: 170px;
	width: 100%;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}

.callout-image:hover {transform: scale(1.25); transition: transform 0.5s;}

.callout-link {
	background-image:url('cta-fr.png');
	position: absolute;
	bottom: -18px;
	width: 279px;
	height: 41px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
}

.fade {
	background-image:url('fade.png');
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	left: 0;
	z-index: 2;
}

.shine {
	height: 100%;
	width: 90px;
	position: absolute;
	left: -90px;
	top:0;
	background-image:url('shine.png');
	background-size: 100% 100%;
}

#active-hotspot {
	background-position: 0 !important;
	background: url('hotspot-active.png') center top !important;
}

.desktop {display: none;}

#preload img {width: 1px; height: 1px; opacity: 0; left: -1px; top: -1px; position: absolute;}

.modelname {
	font-family: Helvetica,Arial,sans-serif !important;
	font-weight: 800;
    font-size: 10px;
    position: absolute;
    bottom: 60px;
    left: 12px;
    color: white;
    background: rgba(0,0,0,0.7);
    padding: 15px;
    margin: 0 60px 0 0;}

@media (min-width: 655px) {
	.calloutcontainer {width: 465px;}
	.callout {height: auto}
	.desktop {display: inline-block;}
	.shadow-box-gallery, .callout-image {height: 240px;}
	.modelname {font-size: 12px;}
}

.shadow-box-gallery[href*='placeholder'] {display: none;}
.legal:empty {display: none;}