@font-face {
  font-family: 'Alright Sans LP Regular';
  src: url("//editorialdev.tv2a.dk/static/leTour/montage/common/font/regular/alrightsanslp-regular-v5-webfont.eot");
  src: url("//editorialdev.tv2a.dk/static/leTour/montage/common/font/regular/alrightsanslp-regular-v5-webfont.eot?#iefix") format("embedded-opentype"), url("//editorialdev.tv2a.dk/static/leTour/montage/common/font/regular/alrightsanslp-regular-v5-webfont.woff2") format("woff2"), url("//editorialdev.tv2a.dk/static/leTour/montage/common/font/regular/alrightsanslp-regular-v5-webfont.woff") format("woff"), url("//editorialdev.tv2a.dk/static/leTour/montage/common/font/regular/alrightsanslp-regular-v5-webfont.ttf") format("truetype"), url("//editorialdev.tv2a.dk/static/leTour/montage/common/font/regular/alrightsanslp-regular-v5-webfont.svg#alright_sans_lpregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Alright Sans LP BlackItalic';
  src: url("//editorialdev.tv2a.dk/static/leTour/montage/common/font/blackitalic/alrightsanslp-blackitalic-v5-webfont.eot");
  src: url("//editorialdev.tv2a.dk/static/leTour/montage/common/font/blackitalic/alrightsanslp-blackitalic-v5-webfont.eot?#iefix") format("embedded-opentype"), url("//editorialdev.tv2a.dk/static/leTour/montage/common/font/blackitalic/alrightsanslp-blackitalic-v5-webfont.woff2") format("woff2"), url("//editorialdev.tv2a.dk/static/leTour/montage/common/font/blackitalic/alrightsanslp-blackitalic-v5-webfont.woff") format("woff"), url("//editorialdev.tv2a.dk/static/leTour/montage/common/font/blackitalic/alrightsanslp-blackitalic-v5-webfont.ttf") format("truetype"), url("//editorialdev.tv2a.dk/static/leTour/montage/common/font/blackitalic/alrightsanslp-blackitalic-v5-webfont.svg#alright_sans_lpblack_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* fix for scroll bars on webkit & Mac OS X Lion */
::-webkit-scrollbar {
	background-color: rgba(0,0,0,0.5);
	width: 0.75em;
}
::-webkit-scrollbar-thumb {
	background-color:  rgba(255,255,255,0.5);
}
.panofullscreen #panocontainer{
    overflow: hidden;
}
.panofullscreen #panocontainer > div{
    top: -65px !important;
}
.panofullscreen .panonav{
    z-index: 99;
}
.panofullscreen{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
    padding: 0 !important;
}
.tour-wrapper{
	min-width: 100%;
	height: 100%;
	position: relative;
	margin-bottom: 10px;
    overflow-x: hidden;
}
.tour-wrapper.flash-fallback .ggcurrent-node,
.tour-wrapper.flash-fallback .tour-menu,
.tour-wrapper.flash-fallback .you-are-here,
.tour-wrapper.flash-fallback .label.map{
    display: none;
}
.tour-wrapper .panonav{
	position: relative;
    top: 0px;
    width: 100%;
    height: 55px;
    background-color: #031323;
    padding: 1px 0 0 0;
}
.tour-wrapper.flash-fallback .panonav{
    position: absolute;
    right: 0;
    width: 90px;
}
.tour-wrapper.flash-fallback .fullscrn{
    position: initial;
    text-align: center;
}
.tour-wrapper.flash-fallback .menu-fullscrn{
    margin: 0 auto;
    position: initial;
}

.tour-wrapper .label{
	font-family: 'Alright Sans LP Regular', 'Helvetica';
	color:#2776b9;
	font-size: 13px;
	position: absolute;
	top: 0;
}
.tour-wrapper .label.you-are-here{
}
.tour-wrapper .label.map{
	left:11px;
}
.tour-wrapper .label.fullscrn{
	right:11px;
}
.tour-wrapper .label.map + .label.map,
.tour-wrapper.menu-open .label.map{
	display: none;
}
.tour-wrapper.menu-open .label.map + .label.map{
	display: block;
}
.tour-wrapper .ggcontrol{
	transition: opacity 5s !important;
}
.tour-wrapper.menu-open .ggcontrol{
	transition: opacity 1s !important;
	opacity: 0;
}
.tour-wrapper .overlay{
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.78);
	background: #000 url(../images/modal-background.jpg) top left no-repeat;
	position: absolute;
	z-index: 1000;
	display: none;
}
.tour-wrapper, #panocontainer{
	min-height: 800px;
}
.tour-wrapper #videoModal {
	display:none;
	z-index:20000;
	width: 100%;
    min-height: 100%;
	position:absolute;
	top: 0;
	left: 0;
}
.tour-wrapper.showvideo #videoModal {
    display: block;
}
.tour-wrapper #videoModal > div{
    background-color: #000;
}
.tour-wrapper #videoModal > div a{
	padding: 10px;
    margin: 10px 10px;
    float: right;
    background: url(../images/close.png) center center no-repeat;
    background-size: 24px;
	opacity: .6;
}
.tour-wrapper #videoModal iframe{
	border:0;
	overflow:hidden;
}
.tour-wrapper .embed-16-9{
	background:#000;
    margin: 0;
    clear: both;
}
.tour-wrapper .vplaceholder{
	display: none;
}
.tour-wrapper #panocontainer{
	width:100%;
}
.tour-wrapper .menu-icon{
	width: 32px;
	height: 32px;
	position: absolute;
	top:20px;
	left:11px;
	background-image: url('../images/menu.png');
	background-size: 100% 100%;
	cursor: pointer;
	transition: transform .5s;
}
.tour-wrapper .menu-icon:hover{
	transform: rotate(-90deg);
}
.tour-wrapper .menu-fullscrn{
	left: auto;
	right: 11px;
	background-image: url(../images/fullscreen.png)
}

.tour-wrapper .ggskin_container:last-child{
	left:0!important;
	background-color: #031323;
	height: 60px!important;
	width: 100%!important;
	display: none;
}
.tour-wrapper .ggskin_rectangle{
	background:transparent!important;
}
.ggskin.ggcurrent-node,
.tour-wrapper .ggskin.ggskin_text{
	font-family: 'Alright Sans LP Regular', 'Helvetica';
	height: auto !important;
}
.tour-wrapper .ggskin.ggskin_text div{
	font-family: 'Alright Sans LP Regular', 'Helvetica'!important;
	height: auto!important;
	width: auto!important;
	z-index: 999999;
	background: rgba(0,0,0,1) !important;
	color: #fff !important;
	border-radius: 0 !important;
	text-align: left !important;
	font-size: 90%;
}
.tour-wrapper .ggnavmap .ggskin_text div{
	padding: 4px 4px 3px 4px !important;
	padding: 0 !important;
	border: none !important;
	line-height: 1;
}

.tour-wrapper .ggskin.ggcurrent-node div{
}
.tour-wrapper .ggskin.ggskin_svg:nth-child(8){
	display: none;
}
.tour-wrapper .ggskin.ggskin_svg:nth-child(9){
	left:190px!important;
}

.tour-wrapper .ggskin_hotspot .ggskin.ggskin_text div{
	background: rgba(0,0,0,.8) !important;
	padding: 10px 5px !important;
}
.ggnavmap{
	cursor: auto !important;
}
.ggnavmap .ggskin_text{
	margin-top: -48px;
}
.ggnavmap .ggskin_mark{
	cursor: pointer;
}
.tour-wrapper .ggannotation{
	cursor: help !important;
	cursor: auto !important;
}
.tour-wrapper img.ggskin_image{
	margin: 20px 0 0 20px;
}
.tour-wrapper .ggnavmap{

}
.tour-wrapper.menu-open #panocontainer > div > div{
}
.tour-wrapper.showintro:before{
    content: '';
    position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.65);
	/*background: #000 url(../images/modal-background.jpg) top left no-repeat;*/
	position: absolute;
	z-index: 1001;
}
.tour-wrapper .intro{
    position: absolute;
    z-index: 999999;
    height: 100%;
    width: 100%;
    font-family: 'Alright Sans LP Regular', 'Helvetica';
    display: none;
}
.tour-wrapper .intro a{
    cursor: pointer;
    display: inline-block;
    background-color: #BD2F2F;
    background-color: #2776b9;
    color: #fff;
    border-radius: 37px;
    padding: 5px 20px;
}
.tour-wrapper .intro span{
    margin: 0 0 30px 0;
    display: block;
}
.tour-wrapper .intro > div{
    display: table;
    height: 100%;
    width: 100%;
}
.tour-wrapper .intro > div > div{
    display: table-cell;
    vertical-align: middle;
}
.tour-wrapper .intro > div > div > div{
    width: 70%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.47);
    color: #fff;
    padding: 30px 20px;
}
@media only screen and (min-width: 0.063em){
    .tour-wrapper.showvideo #panocontainer{
        display: none;
    }
    .tour-wrapper.showintro:before{
        display: none;
    }
	.embeded-t2interactive{
		padding: 0;
	}
	.tour-wrapper #videoModal{
		background-color:black;
	}
	.tour-wrapper, #panocontainer{
		height:430px !important;
		min-height: 400px;
	}
	.tour-wrapper.menu-open{
		min-height: 400px;
	}
	.label.fullscrn,
	.menu-fullscrn,
	.ggskin_image{
		display: none;
	}
	.tour-wrapper.menu-open #panocontainer > div > div{
		background-position: 100px -40px;
	}
	.tour-wrapper .ggnavmap{
		left: -50px !important;
	    top: -41px !important;
	}

	.ggannotation img.ggskin{
		width: auto !important;
		height: auto !important;
		top: 7px !important;
		left: 17px !important;
	}
	.tour-wrapper .label.you-are-here,
	.tour-wrapper .ggcurrent-node{
		left: auto !important;
		right: 10px;
	}
	.tour-wrapper .ggcurrent-node{
		top: 23px !important;
	    width: auto !important;
	    color: #fff;
	    position: absolute;
	}
	.tour-wrapper .ggskin.ggcurrent-node div{
		font-size: 16px;
		position: initial !important;
	}
}
@media only screen and (min-width: 40em){
	.embeded-t2interactive{
		padding: 0 10px 20px;
	}
    .tour-wrapper.showvideo #panocontainer{
        display: block;
    }
    .tour-wrapper.showintro:before{
        display: block;
    }
    .tour-wrapper.showintro .intro{
        display: block;
    }
    .tour-wrapper .intro{
        line-height: 34px;
        font-size: 26px;
    }
    .tour-wrapper .intro > div > div{
        width: 70%;
    }
	.tour-wrapper #videoModal{
		background-color:rgba(0, 0, 0, 0.75);
	}
	#videoModal > div{
	}
	.tour-wrapper, #panocontainer{
		min-height: 800px;
		height:100% !important;
	}
	.tour-wrapper.menu-open #panocontainer > div > div{
		background-position: top left;
	}

	.tour-wrapper .label.you-are-here,
	.tour-wrapper .ggcurrent-node{
		left: calc(50% - 80px) !important;
	}
	.tour-wrapper .ggcurrent-node{
	}
	.tour-wrapper .ggskin.ggcurrent-node div{
		font-size: 26px;
	}
	.tour-wrapper .ggnavmap{
		left: calc(50% - 170px) !important;
		top: calc(50% - 250px) !important;
	    zoom: 1.8;
	}

	.tour-wrapper .ggskin.ggskin_text{
	    width: 295px !important;
	}
	.label.fullscrn,
	.menu-fullscrn{
		display: block;
	}
}

@media only screen and (min-width: 64em){
    .tour-wrapper .intro{
    }
    .tour-wrapper .intro > div > div{
    }
}

@media only screen and (min-width: 100em){
    .tour-wrapper .intro{
    }
    .tour-wrapper .intro > div > div{
    }
}
