@keyframes orbit {
    0% {
        width: 58px;
    }
    100% {
        width: 0px;
    }
}

body{
    background-color:#f4f4f4!important;
}

.ca-vr_container {}


.ca-vr_container .pnlm-load-box {
    background:transparent;
    top: 0;
    left: 0!important;
    right: 0;
    width: 100%!important;
    margin: 0!important;
    height: 6px;
    border: none;
}

.ca-vr_container .pnlm-load-box p
{
    display:none;
}

.ca-vr_container .pnlm-load-box .pnlm-lbar
{
    border:none;
    width:100%;
    height:6px;
}

.ca-vr_container .pnlm-load-box .pnlm-lbar-fill
{
    background: linear-gradient(45deg, #0a7cb9, #06689c);
}

.pnlm-about-msg,
.pnlm-about-msg a {
    visibility: hidden;
    display: none;
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}

.ca-vr_container
{
    overflow:visible!important;
}

.mfp-removing
{
    opacity:1!important;
}

.ca-vr_drag-hint {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
    pointer-events:none;
    opacity:1;
    transition: opacity 1s ease;
}

.ca-vr_hotspot span {
    padding: 9px 20px;
    font-size: 14px!important;
}

.ca-vr_drag-hint .ca-vr_drag-hint_icon-container {
    display: none;
    position: absolute;
    left: 50%;
    top: 40%;
    z-index: 9;
    width: 200px;
    height: 100px;
    margin-left: -100px;
    pointer-events: none;
}

.ca-vr_drag-hint .c0161 {}

.ca-vr_drag-hint .ca-vr_drag-hint_icon_ring-0 {
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0px;
}

.ca-vr_drag-hint .c0163 {
    position: absolute;
}

.ca-vr_drag-hint .c0165 {
    top: calc(50% - 62px);
    left: 50%;
    width: 78px;
    border: 1px solid #FFFFFF;
    height: 78px;
    z-index: 1000;
    position: absolute;
    border-radius: 50%;
    transform-origin: center;
}

.ca-vr_drag-hint .ca-vr_drag-hint_icon-label-container {
    left: 0;
    width: 100%;
    color: rgba(255, 255, 255, 1);
    height: 100%;
    margin: 0 auto;
    cursor: pointer;
    z-index: 2005;
    opacity: 1;
    position: absolute;
    transform: translate3d(0px, 0px, 0px);
    text-align: center;
    margin-top: 60px;
    background: rgba(0, 0, 0, 0);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.ca-vr_drag-hint_icon-label
{
    background: #00000052;
    padding: 6px 10px;
    border-radius: 3px;
}

.ca-vr_drag-hint .c0158 {
    width: 54px;
    height: 37px;
    margin: -52px auto 0;
    z-index: 1000;
    position: relative;
    background: url(https://ca-v2.s3-ap-southeast-2.amazonaws.com/wcx/event/360-icon.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.ca-vr_drag-hint .c0159 {
    width: 80px;
    border: 2px solid #fff;
    height: 80px;
    margin: -128px auto 0;
    position: relative;
    background: rgba(0, 0, 0, .4);
    border-radius: 100%;
    padding-bottom: 0px;
    background-repeat: no-repeat;
}

.ca-vr_drag-hint .ca-vr_drag-hint_icon_rings {
    top: 14px;
    width: 76px;
    border: 2px solid rbga(0, 0, 0, 0);
    height: 76px;
    margin: -66px auto 0;
    position: relative;
    border-radius: 50%;
}

.ca-vr_drag-hint .c0161 {
    pointer-events: none;
}

.ca-vr_drag-hint .ca-vr_drag-hint_icon_ring-1 {
    animation: orbit 1s 0s linear infinite alternate both;
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
}

.ca-vr_drag-hint .ca-vr_drag-hint_icon_ring-2 {
    animation: orbit 1s 0.4s linear infinite alternate both;
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 90deg);
}

.ca-vr_drag-hint .ca-vr_drag-hint_icon_ring-3 {
    animation: orbit 1s 0.8s linear infinite alternate both;
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 135deg);
}

.ca-vr_playbutton {
    position: absolute;
    width: 150px;
    height: 150px;
    top: calc(50% - 75px);
    left: calc(50% - 75px);
    z-index: 9;
    opacity:0;
    transition: opacity 1s ease;
    text-align: center;
    font-size:80px;
    cursor: pointer;
    pointer-events: none;
}

.ca-vr_playbutton.visible {
    opacity:1;
}

.ca-vr_playbutton_icon-label-container
{
    background: #00000052;
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 20px;
    color:white;
}

.ca-vr_logo-container {
    overflow: auto;
    position: fixed;
    top: 0px;
    height: 95px;
    width: 284px;
    z-index: 1042;
}
.ca-vr_logo-container.no-logo {
    width: 100px;
}

.ca-vr_logo {
    position: fixed;
    z-index: 999;
    background-size: 100%;
    left: 70px;
    top:33px;
    cursor: pointer;
    user-select: none;
    background-repeat: no-repeat;
    background-position-y:0;
}

.ca-vr_logo-size-sm
{
    width: 220px;
    height: 64px;
}

.ca-vr_logo-size-md
{
    width: 260px;
    height:76px;
}

.ca-vr_logo-size-lg
{
    width: 600px;
    height:76px;
}

.ca-vr_menu-open .ca-vr_logo,.ca-vr_logo-container:hover .ca-vr_logo
{
    z-index:9999;
}

/* .ca-vr_menu-open .ca-vr_logo-size-sm */
.ca-vr_logo-container:hover .ca-vr_logo-size-sm
{
    background-position-y:-64px;
}

/* .ca-vr_menu-open .ca-vr_logo-size-md */
.ca-vr_logo-container:hover .ca-vr_logo-size-md
{
    background-position-y:-76px;
}

.ca-vr_logo-container:hover .ca-vr_logo-size-lg
{
    background-position-y:-76px;
}

.ca-vr_menu-open .ca-vr_logo
{
    background-position-y:0px!;
}

.ca-vr_menubutton
{
	position:absolute;
	width: 34px;
    height: 34px;
    border-radius: 4px;
	top:49px;
	left:30px;
	z-index:9999;
	color:white;
	font-size:30px;
	cursor:pointer;
	opacity:0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ca-vr_logo-container:hover .ca-vr_menubutton,
.ca-vr_menubutton:focus {
    background: #15377e;
    color: #FFF;
}

.ca-vr_menugroupitem a
{
    font-weight: 700!important;
}

.ca-vr_menugroupitem i
{
    position: absolute;
    right: 18px;
    font-size: 20px;
    line-height: 23px;
}

.ca-vr_menugroup
{
    border-bottom: 1px solid #ffffff36;
    margin-right: 20px;
    padding-bottom: 30px;
}

.ca-vr_menugroup li:not(.ca-vr_menugroupitem)
{
}

.ca-vr_loaded .ca-vr_menubutton
{
	opacity:1;
}

.ca-vr_menu-container
{
    position:absolute;
    top:0;
    left:0;
    background: linear-gradient(90deg, #000000e8, #000000ba, #00000080);
    z-index: 999999;
    display:none;
    bottom:0;
    width:90%;
    max-width:400px;
}

.ca-vr_control
{
	position: absolute;
	width:42px!important;
	height:42px!important;
	border: none;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
	line-height:42px;
	cursor:pointer;
	font-weight:200;
	font-size:20px;
	color: #666;
    z-index:9999999;
    opacity:0;
    transition: opacity 1s ease;
    text-decoration: none;
    display: flex!important;
    align-items: center;
    justify-content: center;
}

.ca-vr_control.disabled
{
    opacity: 0.4!important;
}

.ca-vr_control_tooltip
{
    content:'';
    position: absolute;
    height:42px;
    line-height:42px;
    right:52px;
    transition:opacity 200ms ease;
    opacity:0;
    text-align: right;
    padding:0 20px;
    font-size: 14px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    pointer-events: none;
    background: #00000066;
    white-space: nowrap;
    align-items: center;
    border-radius: 3px;
    z-index:999;
}

.ca-ui-controlbutton:focus,
.ca-vr_control:focus {
    color: white!important;
    background-color: #15377e;
    text-decoration: none;
}

.ca-vr_control:hover .ca-vr_control_tooltip,
.ca-vr_control:focus .ca-vr_control_tooltip,
.ca-ui-controlbutton:focus .ca-ui-controlbutton_tooltip
{
    opacity:1;
    color: #FFF;
}

.ca-vr_control-group
{
	position: absolute;
	width:42px;
	z-index: 99999;
	border: none;
	border-radius: 3px;
    opacity:0;
    transition: opacity 1s ease;
}

.ca-vr_control-group_zoom
{
    right: 30px;
    height:84px;
}

.ca-vr_control:hover
{
    color:white!important;
    text-decoration: none;
}

.ca-vr_control_motion
{
    top: 44px;
    right: 30px;
    display:none;
}

.ca-vr_control_motion svg
{
    width: 28px;
    height: 28px;
}

.pnlm-orientation-button
{
    display:none;
}

.ca-vr_control_motion svg path
{
    fill:#333;
}

.ca-vr_control_motion:hover svg path
{
    fill:white;
}

.ca-vr_control_nightday
{
  right: 30px;
  font-weight:600;
}

.ca-vr_control_welcome
{
  right: 30px;
  font-weight:600;
}

.ca-vr_control_welcome:hover
{
  color:white;
}

.ca-vr_control_audio
{
    right: 30px;
    font-weight:600;
}

.ca-vr_control_altmedia
{
    right: 30px;
    font-weight:600;
}

.ca-vr_control_zoomin
{
}

.ca-vr_control_zoomout
{
    top:42px;
}

.ca-vr_control_devmode
{
    right:30px;
}

.ca-vr_control_share
{
  right: 30px;
  font-weight:600;
}

.ca-vr_control_fullscreen
{
    right: 30px;
    font-weight:600;
}

.ca-vr_control_media-fullscreen
{
    position:absolute;
    left:auto!important;
    top:15px!important;
    right:15px!important;
    font-weight:600;
    opacity: 1;
}

.ca-vr_control_map-reset
{
    position:absolute;
    left:auto!important;
    top:65px!important;
    right:15px!important;
    font-weight:600;
    opacity: 1;
}

.ca-vr_media-fullscreen>iframe
{
    width:100%!important;
    height:100%!important;
}

.ca-vr_media-fullscreen>img
{
    width:100%!important;
}

.ca-vr_control_retToPortal
{
    right: 30px;
    font-weight:600;
}

.ca-vr_menu-open .ca-vr_logo-container
{
    z-index:999999;
}

.ca-vr_menu-open .ca-vr_grouptoggles
{
    opacity: 0!important;
    pointer-events: none;
}

.ca-vr_menu-open .ca-vr_logo,.ca-vr_logo-container:hover .ca-vr_logo
{
    z-index:999999;
}

.ca-vr_menu-scroller
{
    position: absolute;
    top: 120px;
    bottom: 80px;
    overflow-y: auto;
    width:100%;
}

*::-webkit-scrollbar{
	width: 10px;
	height: 10px;
}

*::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}

*::-webkit-scrollbar-thumb {
	background:#0000003b;
	border: 0px none #ffffff;
	border-radius: 50px;
}

*::-webkit-scrollbar-thumb:hover {
	background: #00000085;
}

*::-webkit-scrollbar-thumb:active {
	background: #00000085;
}

*::-webkit-scrollbar-track {
	background:transparent;
	border: 0px none #ffffff;
	border-radius: 50px;
}

*::-webkit-scrollbar-track:hover {
	background:transparent;
}

*::-webkit-scrollbar-track:active {
	background:transparent;
}

*::-webkit-scrollbar-corner{
	background: transparent;
}


.ca-vr_menu-list
{
    margin:0px;
    list-style: none;
    padding-left:20px;
}

.ca-vr_menu-list li
{
}

.ca-vr_menu-list li a
{
    color:white;
    text-decoration: none;
    padding:8px 15px;
    font-size:15px;
    display:block;
    border-radius: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ca-vr_menu-list li a:hover
{
    background: #00000042;
}

.ca-vr_menu-list li i
{
    padding-right: 10px;
}

.ca-vr_overlay-container
{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:8;
    pointer-events:none;
}

.ca-vr_overlay
{
    position:absolute;
    width:1168px;
    height:833px;
    background-repeat: no-repeat;
    background-position: 50%;
    pointer-events:all;
    cursor:pointer;
    box-sizing: border-box;
    overflow:hidden;
    backface-visibility:hidden!important;
}

.ca-vr_overlay_inner
{
    width:100%;
    height:100%;
}

.ca-vr_overlay video
{
    object-fit: fill;
}

.ca-vr_overlay video:hover
{
}

.ca-vr_overlay_handle
{
    position: absolute;
    border:2px solid #007bff;
    background: white;
    top:0;
    left:0;
    width:8px;
    height:8px;
    z-index: 99999999;
    border-radius: 50%;
    margin:-4px 0 0 -4px;
    pointer-events: all;
}

.ca-vr_overlay_video iframe
{
    position: relative;
    transform: translate(-50%, 50%);
    left: 50%;
    top: -50%;
    min-height: 100%;
    min-width: 100%;
}

.ca-vr_overlay:not(.ca-vr_overlay_no-hover)
{
    transition:background-size 200ms ease;
}

.ca-vr_overlay:not(.ca-vr_overlay_no-hover):hover
{
    box-shadow: 0 0 110px 20px white;
}


.ca-vr_overlay:not(.ca-vr_overlay_no-pulse):before {
	content: ' ';
	height: 110%;
	width: 110%;
	height: calc(100% + 10px);
	width: calc(100% + 10px);
	border: 40px solid #FFF;
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
	border-radius: 5%;
	z-index: 1;
	position: absolute;
	left: -5px;
	top: -5px;
	pointer-events: none;
	opacity: 0;
	-webkit-animation: pulse 2s ease-out;
	-moz-animation: pulse 2s ease-out;
	animation: pulse 2s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transform: scale(1.0);
}

@keyframes startArrowFrames {
    0% {
      margin-top: -200px;
    }
    50% {
        margin-top: -130px;
    }
    100% {
        margin-top: -200px;
    }
  }

  @keyframes startArrowOverlayFrames {
      0% {
        margin-top: -600px;
      }
      50% {
          margin-top: -130px;
      }
      100% {
          margin-top: -600px;
      }
    }

.ca-vr_hotspot-startarrow:after,.ca-vr_overlay-startarrow
{
    content:'\f063';
    position:absolute;
    width:50px;
    height:50px;
    font-family: "Font Awesome 6 Pro";
    color: #00a7df;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    animation: startArrowFrames 8s infinite;
    font-weight: 600;
    pointer-events: none;
}

.ca-vr_hotspot-startarrow::after
{
    margin-left: -25px;
    margin-top: -200px;
    font-size: 54px;
}

.ca-vr_hotspot_alwaysshowlable.tooltip span
{
    opacity:1!important;
}

.ca-vr_overlay-startarrow
{
    font-size: 300px;
    animation: startArrowOverlayFrames 8s infinite;
}

.ca-vr_overlay_allowoverflow
{
    overflow:unset!important;
}

@keyframes sliderframes {
    0% {
      left: 0;
    }
    50% {
      left: 100%;
    }
    100% {
      left: 0;
    }
  }

.ca-vr_overlay_slider
{
    background-position:100%;
    background-size:cover;
}

.ca-vr_overlay_slider_slide
{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    background-size:cover;
    background-position:100%;
    background-repeat: no-repeat;
    border-left:14px solid white;
    animation: sliderframes 10s infinite;
}

.ca-vr_hotspot
{
    z-index:9;
}

.ca-vr_hotspot {
	display:block!important;
	width:28px!important;
	height:28px!important;
	opacity:1;
	position: absolute;
	width: 25px;
    height: 25px;
    padding:0;
	text-align: center;
	font-size: 16px;
	border-radius: 50%;
	border: 2px solid #FFF;
	color: #FFF;
	transform: translate(-50%, -50%);
	cursor:pointer;
    transition: background-color 200ms ease;
}

.ca-vr_hotspot_fadein
{
    transition: opacity 1s ease-out!important;
    opacity:1;
}

.ca-vr_hotspot-hidden
{
    opacity:0!important;
}

.ca-vr_hotspot:before {
	content: ' ';
	height:36px !important;
	width:36px !important;
	left: -4px !important;
	top: -4px !important;
}

.ca-vr_hotspot:hover {
	z-index:999;
}

.ca-vr_hotspot.tooltip span {
	opacity:0;
	position: absolute;
	border-radius: 3px;
	text-align: center;
	max-width: 200px;
	padding: 5px 10px;
	cursor: default;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16.8px;
    transform: translate(-50%, -100%);
    margin:0!important;
    top:-20px;
    box-shadow:0 0 20px 0px #0000002e;
    line-height: 16px;
    pointer-events:none;
    transition: opacity 200ms ease;
}

.ca-vr_hotspot:hover {
	background-color:#15377e;
}

.ca-vr_hotspot.tooltip:hover span {
	opacity:1;
}

.ca-vr_hotspot.tooltip:hover .ca-vr_hotspot-tooltip_tip,.ca-vr_hotspot_alwaysshowlable.tooltip .ca-vr_hotspot-tooltip_tip {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	bottom: -20px;
	left: -10px;
	margin: 0 50%;
}

.ca-vr_hotspot i {
	width: 100%;
    height: 100%;
    line-height:28px;
    display:block!important;
}

.ca-vr_hotspot a {
    color:white;
    width: 100%;
    height: 100%;
    display:block!important;
    text-decoration:none;
}
.ca-vr_hotspot a:focus {
    border: 3px solid #15377e;
    border-radius: 50%;
    margin: -3px;
}

.ca-vr_hotspot.tooltip span h3 {
	margin: 0;
	padding: 0;
	font-size: 16.8px;
	font-weight: 500;
}



.ca-vr_hotspot-360
{
    width:48px!important;
    height:48px!important;
}

.ca-vr_hotspot-360:before
{
    width:56px!important;
    height:56px!important;
}

.ca-vr_hotspot-360 img
{
    margin:-6px 0 0 -6px;
    width:60px;
}

.ca-vr_hotspot_dev_optsbutton
{
    background: #212529;
    width:20px;
    height:20px;
    margin: 12px 0 0 12px;
    font-family: "Font Awesome 6 Pro";
    color: white;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    cursor: pointer;
    font-weight: 100;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    z-index:999;
}
.ca-vr_hotspot_dev_optsbutton:hover
{
    background: #212529;
    z-index:999999;
}

.ca-vr_hotspot_dev_optsbutton:after
{
    content: "\f013";
}

.ca-vr_ca-powered
{
    position:absolute;
    left:75px;
    bottom:30px;
    white-space:nowrap;
    height:16px;
    line-height:16px;
    z-index: 99999;
    background-image:url(https://media.caapp.com.au/0dilbt?v=2.0);
    background-repeat: no-repeat;
    background-position-x: right;
    padding-right:25px;
    cursor:pointer;
    background-size: contain;
}

.ca-vr_ca-powered,.ca-vr_ca-powered:hover
{
    color:white;
    text-decoration: none;
}

.ca-vr_overlay_non-interactive
{
    pointer-events:none!important;
    box-shadow:none!important;
}

.ca-vr_overlay_non-interactive:before
{
    content:none;
}

.ca-vr_dev-hotspotpanel
{
    display:none;
    position:absolute;
    width:400px;
    height:200px;
    background:#29292940;
    left:20px;
    bottom:70px;
    z-index: 99;
    border-radius:3px;
    padding:10px;
}

.ca-vr_dev-hotspotpanel:hover
{
    background:#292929e0;
}

.ca-vr_dev-hotspotpanel textarea
{
    background:transparent;
    position:absolute;
    top:36px;
    left:10px;
    right:10px;
    bottom:10px;
    width:calc(100% - 25px);
    outline:none;
    border:none;
    font-family:monospace;
    color:white;
    font-size:12px;
}

.ca-vr_dev-hotspotpanel .ca-vr_dev-hotspotpanel_button
{
    display:block;
    width:16px;
    height:16px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color:#ffffff78;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin:3px;
    cursor:pointer;
    font-weight:100;
}

.ca-vr_dev-hotspotpanel .ca-vr_dev-hotspotpanel_button_active
{
    color:white;
}

.ca-vr_dev-hotspotpanel .ca-vr_dev-hotspotpanel_button_active:hover
{
    color:white;
    font-weight:100;
}

.ca-vr_dev-hotspotpanel .ca-vr_dev-hotspotpanel_pointbutton:after{
    content: "\f041";
}

.ca-vr_dev-hotspotpanel .ca-vr_dev-hotspotpanel_areabutton:after{
    content: "\f5cb";
}

.ca-vr_dev-hotspotpanel .ca-vr_dev-hotspotpanel_selectbutton,.ca-vr_dev-hotspotpanel .ca-vr_dev-hotspotpanel_copybutton{
    float:right;
}

.ca-vr_dev-hotspotpanel .ca-vr_dev-hotspotpanel_selectbutton:hover,.ca-vr_dev-hotspotpanel .ca-vr_dev-hotspotpanel_copybutton:hover{
    color:white;
}

.ca-vr_dev-hotspotpanel .ca-vr_dev-hotspotpanel_selectbutton:after{
    content: "\f246";
}

.ca-vr_dev-hotspotpanel .ca-vr_dev-hotspotpanel_copybutton:after{
    content: "\f0c5";
}

.ca-vr_dev-hotspotpanel .ca-vr_dev-hotspotpanel_defaultbutton:after{
    content: "\f245";
}

.ca-vr_dev-hotspotpanel textarea::selection{
    background-color:#00000022;
}

.ca-vr_dev-hotspotpanel_optsbutton:after{
    content: "\f013";
}

.ca-vr_dev-hotspotpanel_optspanel
{
    display:none;
    padding:10px;
}

.ca-vr_dev-hotspotpanel_optspanel label,.ca-vr_dev-panel label
{
    font-family:monospace;
    color:white;
    display: inline-block;
    height:22px;
    line-height:22px;
    font-size:12px;
}
.ca-vr_dev-hotspotpanel_optspanel label
{
    width:80px;
}

.ca-vr_dev-panel label
{
    width:140px;
}

.ca-vr_dev-hotspotpanel_optspanel input,.ca-vr_dev-panel input
{
    font-family:monospace;
    color:white;
    background-color:#00000022;
    border:none;
    height:22px;
    outline:none;
    font-size:12px;
    box-sizing: border-box;
}

.ca-vr_dev-hotspotpanel_optspanel input
{
    width: calc(100% - 80px);
}

.ca-vr_dev-panel input
{
    width: calc(100% - 140px);
}

.mfp-bg {
    background-color: #ffffff2e!important;
}

#caDevModal
{
    background:#292929e0;
    border-radius: 4px;
}

#caDevModal .popup-header
{
    background:transparent;
}

#caDevModal .mfp-close
{
    background:transparent!important;
    border:none!important;
    top:0;
}

#caDevModal .mfp-close:hover
{
    background:transparent;
    border:none;
}

#caDevModal .ca-vr_dev-panel_opts
{
    max-height: 200px;
    overflow-y: scroll;
}

#caDevModal textarea
{
    height:100px;
    margin-top:30px;
    max-height: 100px;
    width:100%;
    border:none;
    outline:none;
    font-family:monospace;
    color:white;
    background-color:#00000022;
    font-size:12px;
    box-sizing: border-box;
    white-space: nowrap;
}

.ca-ui-pdfview {
    position: relative;
}

.ca-vr_share-panel_button
{
    padding:12px;
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 100;
    font-size:40px;
}

.ca-vr_share-panel_button:hover
{
    text-decoration:none;
}

.ca-vr_share-panel_button-facebook:after{
    content: "\f39e";
    color: #007bff;
}

.ca-vr_share-panel_button-twitter:after{
    content: "\f099";
    color: #4d90fe;
}

.ca-vr_share-panel_button-linkedin:after{
    content: "\f0e1";
    color: #2760bd;
}

.ca-vr_share-panel_button-instagram:after{
    content: "\f16d";
    color:#989898;
}

.ca-vr_share-panel_button-youtube:after{
    content: "\f167";
    color: #dc3545;
}

.ca-vr_share-panel_button-flickr:after{
    content: "\f16e";
    color: #0D61CB;
}

.ca-vr_slidebar, .ca-vr_slidebar_fade
{
    left:0;
    right:0;
    bottom:0;
    position:fixed;
    z-index:9999999!important;
    opacity:0;
    transition: all 200ms ease-in-out;
}

.btn-next i
{
    margin-left: 0.4em!important;
    margin-right:0!important;
}

.ca-vr_slidebar_fade
{
    height:100px;
    background: linear-gradient(0deg, white, transparent);
}

.ca-vr_slidebar
{
    height:80px;
    z-index:9999999;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #00000036;
}

.ca-vr_slidebar_control
{
    width: 48px;
    height: 48px;
    background: #2aaade;
    border-radius: 50%;
    margin: 0 30px;
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 600;
    font-size:22px;
    line-height:48px;
    color:White;
    text-align: center;
    transition: all 100ms ease-in-out;
    cursor: pointer;
    pointer-events: none;
    opacity: .5;
}

.ca-vr_slidebar_control.enabled
{
    opacity: 1;
    pointer-events: all;
}

.ca-vr_slidebar_control:hover
{
}

.ca-vr_slidebar_control:after
{
    width: 48px;
    height: 48px;
    text-align: center;
}

.ca-vr_slidebar_prev:after
{
    content: "\f060";
}

.ca-vr_slidebar_next:after
{
    content: "\f061";
}

body.ca-vr_slidebar-enabled .mfp-wrap
{
    height: calc(100% - 80px);
}

.ca-vr_hideonmodal
{
    transition: all 100ms ease-in-out;
}


/* MOBILE HOTSPOT NO PULSE */
.ca-vr_hotspot:not(.ca-vr_hotspot-no-pulse ):before {
	content: ' ';
	height: 0;
	width: 0;
	border: 0;
	pointer-events: none;
	opacity: 0;
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;
}


.feedbackHotspots:not(.ca-vr_hotspot-no-pulse ):before {
	content: ' ';
	height: 0;
	width: 0;
	border: 0;
	pointer-events: none;
	opacity: 0;
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;
  }



@media (max-width:700px)
{
    .ca-vr_logo-size-lg
    {
        margin-top:10px;
        width:300px;
        height: 38px;
    }

    .ca-vr_logo-container:hover .ca-vr_logo-size-lg
    {
        background-position-y:-38px;
    }
}

@media (max-width:500px)
{
    .ca-vr_control-group
    {
        right:10px;
    }

    .ca-vr_control-group .ca-vr_control
    {
        right:0px;
    }

    .ca-vr_control
    {
        right:10px;
    }

    .popup-header
    {
        padding: 16px;
        font-size: 18px;
    }

    .popup-header h2
    {
        font-size: 18px;
    }

    .popup-container
    {
        width:100%!important;
    }

    .mfp-content .mfp-close
    {
        content: '\f00d';
        top:auto;
        height:38px;
    }

    .mfp-content {
        margin-top: 50px;
        margin-bottom: 0;
    }

    .mfp-content .mfp-close:active {
        top: unset;
    }

    .ca-vr_logo-size-lg
    {
        display:none;
    }
}



@media (min-width: 922px) {
	/* Pulsate the hotspot */
	.ca-vr_hotspot:not(.ca-vr_hotspot-no-pulse ):before {
		content: ' ';
		height: 110%;
		width: 110%;
		height: calc(100% + 10px);
		width: calc(100% + 10px);
		border: 4px solid #FFF;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		z-index: 1;
		position: absolute;
		left: -5px;
		top: -5px;
		pointer-events: none;
		opacity: 0;
		-webkit-animation: pulse 2s ease-out;
		-moz-animation: pulse 2s ease-out;
		animation: pulse 2s ease-out;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-webkit-transform: scale(1.0);
	}


	.feedbackHotspots:not(.ca-vr_hotspot-no-pulse ):before {
	    content: ' ';
		height: 110%;
		width: 110%;
		height: calc(100% + 10px);
		width: calc(100% + 10px);
		border: 4px solid #559FD3 !important;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		z-index: 1;
		position: absolute;
		left: -5px;
		top: -5px;
		pointer-events: none;
		opacity: 0;
		-webkit-animation: pulse 1s ease-out;
		-moz-animation: pulse 1s ease-out;
		animation: pulse 1s ease-out;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-webkit-transform: scale(1.0);
	  }
}




.ca-dialog_beforeafter
{
    list-style-type: none;
    padding:0;
    background-color: white;
}

.ca-dialog_beforeafter li
{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    pointer-events: none;
    opacity:0;
    transition: opacity 0ms ease-in 600ms;
}

.ca-dialog_beforeafter li h2
{
    position: absolute;
    right: 30px;
    top: 30px;
}

.ca-dialog_beforeafter_item--active
{
    opacity:1!important;
    pointer-events: all!important;
    z-index: 1;
    transition: opacity 600ms ease-in 0s!important;
}

.ca-dialog_beforeafter_buttons a
{
    background:black;
    cursor:pointer;
    background: #00000091;
    color: white!important;
    padding: 10px 60px;
    height:44px;
}

.card-thumb-360:after {
    content: url(https://ca-v2.s3-ap-southeast-2.amazonaws.com/vianova/north-east-link-project/360-icon.png);
    font: normal normal normal 14px/1 "Font Awesome 6 Pro";
    color: #FFF;
    text-shadow: 0px 0px 0.5em rgba(3, 11, 20, 0.75);
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.ca-dialog_beforeafter_button_before
{
    border-radius: 22px 0 0 22px!important;
}

.ca-dialog_beforeafter_button_after
{
    border-radius: 0 22px 22px 0!important;
}

.ca-dialog_beforeafter_buttons
{
    position:absolute;
    width:400px!important;
    height:50px!important;
    top:auto!important;
    left:calc(50% - 200px)!important;
    bottom:50px;
    display:flex;
    align-items: center;
    justify-content: center;
    background-color: transparent!important;
    z-index: 2;
}

.ca-vr_overlay_clickarea:hover
{
}

.ca-vr_overlay_nohoverglow:hover
{
    box-shadow:none!important;
}

.ca-vr_hotspot_hidden
{
    display:none;
}

.ca-dialog_gallery .popup-featured-content
{
    padding:15px;
    background-image:none;
}

.ca-dialog_gallery .card-deck
{
    margin:0!important;
}

.ca-dialog_gallery .card
{
    margin:12px;
}

.ca-vr_media-fullscreen
{
    width: 100vw!important;
    height:100vh!important;
}

.ca-dialog_gallery .card-thumb i
{
    position: absolute;
    left: 50%!important;
    top: calc(50% - 30px)!important;
    transform: translate(-50%, -50%);
    font-size:60px!important;
    color:white;
    text-shadow: 0px 0px 0.5em rgba(3, 11, 20, 0.75);
}

.popup-container-scale
{
    height:100%;
    max-width:1000px;
    max-width:max-content;
}

.popup-container-scale .popup-featured-content
{
    /* height:100%; */
   background:white;
   box-shadow:none!important;
}

.popup-container-scale .popup-featured-content,.popup-container-scale .popup-featured-content img,.popup-container-scale .popup-featured-content iframe
{
    /* height:100%; */
    max-height: inherit;
    border-radius:3px;
}

.ca-dialog_mediahotspot
{
    width: 90px;
    height: 90px;
    background-size: cover;
    border-radius: 4px;
}

.ca-dialog_mediahotspot:hover .ca-dialog_mediahotspot_tooltip
{
    opacity:1;
}

.ca-dialog_mediahotspot
{
    cursor: pointer;
}

.ca-dialog_mediahotspot_tooltip
{
	position: absolute;
	border-radius: 3px;
	text-align: center;
	width: 300px;
	max-width: 200px;
	padding: 10px;
	cursor: default;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
    transform: translate(-50%, -100%);
    margin:0 0 0 43px!important;
    top:-20px;
    box-shadow:0 0 20px 0px #0000002e;
    line-height: 16px;
    transition: opacity 200ms ease;
    cursor: pointer;
}

.ca-dialog_mediahotspot,ca-dialog_mediahotspot .ca-dialog_mediahotspot_tooltip,ca-dialog_mediahotspot:hover,.ca-dialog_mediahotspot_tooltip:hover,ca-dialog_mediahotspot:active,.ca-dialog_mediahotspot_tooltip:active
{
    color:white!important;
}

.ca-dialog_mediahotspot_tooltip:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    bottom: -20px;
    left: -10px;
    margin: 0 50%;
}

.ca-dialog_mediahotspot_tooltip--bottom
{
    margin:176px 0 0 43px!important;
}

.ca-dialog_mediahotspot_tooltip--bottom:after
{
    margin: 72px 50%;
    border-color:transparent transparent #1aa54d transparent;
}

.ca-dialog_mediahotspot_tooltip:hover
{
    color: white;
    text-decoration: none;
}

.ca-vr_grouptoggles
{
    position: fixed;
    max-width: 90%;
    min-width: 100px;
    height: 42px;
    background: white;
    z-index: 99999;
    top:0;
    left: 50%;
    transform: translate(-50%, 30px);
    border-radius: 6px;
    display:flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    font-size:14px;
    line-height: 42px;
    font-weight: 600;
    opacity: 0;
    transition: all 200ms ease-in-out;
    box-shadow: 0 0 3px 1px #0000002e;
}

.ca-vr_grouptoggles .ca-vr_grouptoggle
{
    padding: 0 15px;
    cursor: pointer;
    z-index: 1;
    border-left: 1px solid #00000026;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 500ms ease-in-out;
}

.ca-vr_grouptoggles .ca-vr_grouptoggle_0
{
    border-left: none;
}

.ca-vr_grouptoggles .ca-vr_grouptoggle.active
{
   color:white;
}

.ca-vr_grouptoggles .ca-vr_grouptoggle_indicator
{
    position: absolute;
    height:48px;
    transition: all 500ms ease-in-out;
}


.ca-vr_overlay-container-blend-screen {
    background: #000;
    mix-blend-mode: screen;
}
.ca-vr_overlay-container-blend-screen .ca-vr_overlay {
    mix-blend-mode: screen;
}

.carousel3d-container {
    margin: 0 auto;
    width: 33vw;
    height: calc(33vw / 16 * 9);
    position: relative;
    perspective: 1000px;
}

.carousel3d {
    height: 100%;
    width: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 1s;
    animation: carousel-rotate 20s linear infinite;
}
@keyframes carousel-rotate {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(359deg); }
}

  .carousel3d-item {
    display: block;
    position: absolute;
    background: transparent;
    width: 33vw;
    height: calc(33vw / 16 * 9);
    line-height: 200px;
    font-size: 5em;
    text-align: center;
    color: #FFF;
    opacity: 0.95;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    mix-blend-mode: normal;
  }


.annotationLayer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0.2;
    line-height: 1.0;
    pointer-events: none;
}
.annotationLayer > section {
    color: transparent;
    position: absolute;
    white-space: pre;
    cursor: text;
    transform-origin: 0% 0%;
    pointer-events: all;
}
.annotationLayer > .linkAnnotation > a {
    position: absolute;
    font-size: 1em;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.annotationLayer > .linkAnnotation > a:hover {
    cursor: pointer;
}


/* Compass support */

/* VER compass */

#verCompass {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: transparent;
    background:rgba(255,255,255,0.9);
    transition: transform 0.5s cubic-bezier(0, 0.59, 0.58, 1);
    transform: rotate(0deg);
    display: flex;
    justify-content: center;
    align-items: center;
}

#verCompass img {
    width: 4rem;
    height: 4rem;
}
