/*
*/
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	 -khtml-user-select: none; /* Konqueror HTML */
	   -moz-user-select: none; /* Old versions of Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
			user-select: none; /* Non-prefixed version, currently
								  supported by Chrome, Edge, Opera and Firefox */
}

div#container {
	height: 100% !important;
	overflow: hidden;
	top: 0 !important;
	position: relative;
	min-height: auto;
}
@media (max-width: 768px){
	body #container {
		height: 100% !important;
		top: 0px !important;
	}
}
.material-icons {
	font-size: 1rem;
	vertical-align: -2px;
}
/* *, *:focus { */
	/* outline: unset; */
/* } */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
.topleft {
    position: absolute;
    left: 0px;
    top: 26px;
    width: auto;
    height: auto;
    z-index: 8;
    pointer-events: none;
    color: #ffffff;
    font-size: 15px;
    transition: all 400ms ease-in-out;
    padding-left: 0;
}





.bottomleft {
	position: absolute;
	left: 28px;
	bottom: 25px;
	width: auto;
	height: auto;
	z-index: 8;
	color: #ffffff;
	font-size: 15px;
	transition: all 400ms ease-in-out;
	/* overflow: hidden; */
	height: 53px;
}


.topright {
    position: absolute;
    right: 30px;
    top: 30px;
    width: auto;
    height: auto;
    z-index: 8;
    color: #ffffff;
    font-size: 15px;
    transition: all 0ms ease-in-out;
}
.topright #logo {
	display: block;
	width: 72px;
}
.topright #logo img{
	display:block;
	width: 100%;
}

.rightcenter {
    position: absolute;
    right: 32px;
    bottom: 0px;
    top: 0px;
    width: auto;
    height: moz-max-content;
    height: fit-content;
    z-index: 8;
    color: #ffffff;
    margin: auto;
}
.bottomcenter {
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    height: auto;
    width: moz-max-content;
    width: fit-content;
    z-index: 8;
    color: #ffffff;
    margin: auto;
}
.rightbottom {
    position: absolute;
    right: 31px;
    bottom: 28px;
    width: fit-content;
    width: moz-max-content;
    height: fit-content;
    height: moz-max-content;
    z-index: 8;
    color: #ffffff;
    font-size: 15px;
	transition: all 400ms ease-in-out;
}
.leftbottom {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 25;
    color: #ffffff;
    font-size: 15px;
    max-width: 540px;
    max-height: 836px;
	transition: all 1200ms ease-in-out;
}
.leftbottom.hide_leftbottom {
	left:-100%;
}

@media (max-width: 700px){
.topright {
    top: 10px;
    right: 10px;
}
.topleft {
    top: 11px;
}
.topleft div#title {
    font-size: 14px;
}
.topleft span#scene_title {
    font-size: 20px;
}
.topleft div#title {
    padding-left: 15px;
}
#info_btn {
    top: 65px;
}
.rightcenter {
    right: 13px;
}
.rightbottom {
    right: 11px;
}




}

/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
.topleft span#scene_title {
    display: block;
    text-align: left;
    color: #ffffff;
    font-size: 22px;
    white-space: nowrap;
    text-shadow: rgb(0, 0, 0) 1px 1px 3.2px;
    margin-top: -5px;
}
.topleft div#title {
    margin: 2px 2px 2px 2px;
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    white-space: nowrap;
    text-shadow: rgb(0, 0, 0) 1px 1px 3.2px;
	padding-left: 25px;
}
#info_btn {
    background-image: url(../png/scroll-nikc4ca.png);
    width: 96px;
    height: 48px;
    cursor: pointer;
    pointer-events: all;
    background-position: 0 0;
    background-size: 100%;
    position: absolute;
    left: -10px;
    top: 75px;
	transition: all 80ms ease-in-out;
}
#info_btn:hover {
    left: 0px;
}


#question_btn {
    background-image: url(../png/questionc4ca.png);
    width: 40px;
    height: 40px;
    cursor: pointer;
    pointer-events: all;
    background-position: 0 0;
    background-size: auto 100%;
    transition: all 300ms ease-in-out;
    background-repeat: no-repeat;
    margin-bottom: 1px;
    position: absolute;
    right: 0;
    top: -42px;
}
#question_btn:hover {
    width: 120px;
}
#floorplan_btn {
    background-image: url(../png/introductionc4ca.png);
    width: 40px;
    height: 40px;
    cursor: pointer;
    pointer-events: all;
    background-position: 0 0;
    background-size: auto 100%;
    transition: all 300ms ease-in-out;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: -1px;
}
#floorplan_btn:hover {
    width: 120px;
}
#menu_btn {
    background-image: url(../png/whereami_btna87f.png);
    width: 180px;
    height: 90px;
    cursor: pointer;
    pointer-events: all;
    background-position: 0 0;
    background-size: auto 100%;
    transition: all 80ms ease-in-out;
    background-repeat: no-repeat;
	position:relative;
	bottom: -11px;
}
.bottomcenter:hover #menu_btn{
    bottom: 0px;
}


#introduction_box {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 0px;
    border-width: 0px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
	height: 100%;
	position:absolute;
	color:#ffffff;
}
#introduction_box #introduction_box_close_btn {
    background-image: url(../png/close2-whitec4ca-2.png);
    position: absolute;
    top: 23px;
    right: 23px;
    cursor: pointer;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
}
#introduction_box #introduction_box_header {
	font-size: 22px;
	padding-top: 6px !important;
	font-weight: 400;
}
div#introduction_box_container {
    font-weight: 300;
    font-size: 18px;
    padding-top: 15px;
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 79px);
    overflow: auto;
}
div#introduction_box_container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
div#introduction_box_container::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}
div#introduction_box_container::-webkit-scrollbar {
    width: 5px;
}



/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
.infomedia * {
    max-width: 100%;
}
.infomedia {
    margin-bottom: 18px;
}
#introduction_box #introduction_box_container audio {
	width: 250px;
	height: 30px;
}

#introduction_box #introduction_box_container video {
	display: block;
}

#introduction_box #introduction_box_container .aud {
	width: 120px;
	margin-bottom: 15px;
}

/*customise audio/video player plyr.js*/
.plyr {
	min-width:100px;
}

.plyr__control {
	border-radius: 0;
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
    background: #666;
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: #666;
}

.plyr--audio .plyr__controls {
    background: transparent;
    color: #fff;
    padding: 0;
	border: 1px dashed #666;
	padding-right: 10px;
}

.plyr--video .plyr__controls {
    background: transparent;
    color: #fff;
	bottom:auto;
	top:0;
	padding-top:10px;
}

.plyr--full-ui input[type=range] {
	color: #fff;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    border-radius: 0px;
}

.plyr--full-ui input[type=range]::-moz-range-track {
	border-radius: 0px;
}


/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
.rightbottom_toolbar_btn {
    width: 42px;
    height: 42px;
    background-size: 100% auto;
    cursor: pointer;
    background-repeat: no-repeat;
    margin-bottom: 3px;
	display: block;
	position: relative;
}
.rightbottom_toolbar_btn:focus, .rightbottom_toolbar_btn:active {
    background-position: 0 -84px;
}
.rightbottom_toolbar_btn:hover {
	/* background-position: 0px -41px; */
}
#zoom_in_btn{
	background-image:url(../png/btn_zoom_inc4ca.png);
}
#zoom_out_btn{
	background-image:url(../png/btn_zoom_outc4ca.png);
	
}
#hide_hotspots_btn{
	/* background-image:url(../img/assets/btn_hide_show_hotspots.png?1); */
}
div#hide_hotspots_btn.rightbottom_toolbar_btn svg {
    width: 22px;
    left: 10px;
    position: relative;
    top: 9px;
    display: block;
    height: auto;
}
#vr_btn{
	background-image:url(../png/btn_vr_modec4ca.png);
	
}
#share_btn{
	
}
div#share_btn.rightbottom_toolbar_btn svg {
    width: 22px;
    left: 10px;
    position: relative;
    top: 9px;
	display: block;
    height: auto;
}
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
body.map_opened .hide_on_map{
	opacity:0 !important;
	pointer-events:none !important;
}
body .show_on_map{
	opacity:0;
	pointer-events:none;
}
body.map_opened .show_on_map{
	opacity:1 !important;
	pointer-events:auto !important;
}
body.vr_opened .show_on_map{
	opacity:0 !important;
	pointer-events:none !important;
}
.sub_floorplan {
    position: absolute;
    left: 0;
    bottom: -130px;
    width: 100%;
    height: fit-content;
    height: moz-max-content;
	background-color:transparent;
	transition: all 600ms ease-in-out;
}
body.map_opened .sub_floorplan{
    bottom: 67px;
}
.sub_floorplan > div {
    width: 100%;
    height: 50px;
    margin-top: 15px;
    background-color: rgba(0, 0, 0, 0.73);
    text-align: center;
    line-height: 51px;
	cursor: pointer;
	transition: all 80ms ease-in-out;
}
.sub_floorplan > div.active{
    background-color: rgba(0, 0, 0, 0.9);
}

img.leaflet-marker-icon[src="img/map_hotspot.svg"] {
    pointer-events: none;
}

/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */



/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
#share_conference_link_modal button {background-color: #3058a7;border: 0px;width: 45px;height: 45px;color: #ffffff;border-radius: 3px;padding: 3px 2px 2px 2px;margin: 0 5px 8px 0;cursor: pointer;}
#share_conference_link_modal button svg {width: 27px;height: 27px;}
button.button.twitter {background-color: #00acee !important;}
button.button.facebook {background-color: #3b5998 !important;}
button.button.linkedin {background-color: #0e76a8 !important;}
button.button.email {background-color: #3b5998 !important;}
button.button.whatsapp {background-color: #075e54 !important;display:none;}
button.button.telegram {background-color: #0088cc !important;}
button.button.viber {background-color: #665CAC !important;}
button.button.tumblr {background-color: #34526f !important;}
button.button.line {background-color: #00B900 !important;}
button.button.skype {background-color: #00aff0 !important;}
button.button.messenger {background-color: #0084FF !important;display:none;}
button.button.sms {background-color: #5BC236 !important;display:none;}
button.button.clipboard {background-color: #3b5998 !important;}
button.button.qrcode {background-color: #3b5998 !important;}
@media (max-width: 800px){
	button.button.whatsapp{display:inline-block;}
	button.button.messenger{display:inline-block;}
	button.button.sms{display:inline-block;}
}
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
[class*=hint--]:after {
	/* background: #FFFFFF; */
	/* text-shadow: unset; */
	/* color:#000000; */
}
.hint--bottom-left:before, .hint--bottom-right:before, .hint--bottom:before {
	/* border-bottom-color: #FFFFFF; */
}
.hint--top-left:before, .hint--top-right:before, .hint--top:before {
	/* border-top-color: #FFFFFF; */
}
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
.overlay-container {
    /* background-image: url(../video/intro.jpg); */
	background-color:#000000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
	transition: all 400ms ease-in-out;
}
.overlay-container.overlay-container-hide{
	opacity:0 !important;
	pointer-events:none !important;
}
video#intro_video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*
.overlay-content {
	width: 90%;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	height: fit-content;
	height: moz-max-content;
	color: #ffffff;
	text-align: center;
}
*/
/* .overlay-content { */
    /* width: 90%; */
    /* margin: auto; */
    /* top: 0; */
    /* left: 0; */
    /* bottom: 0; */
    /* right: 0; */
    /* position: absolute; */
    /* height: fit-content; */
    /* height: moz-max-content; */
    /* color: #ffffff; */
    /* text-align: center; */
    /* background-color: rgba(0, 0, 0, 0.13); */
    /* width: 200%; */
    /* left: -50%; */
    /* padding: 50px 0px 58px 0; */
/* } */

.overlay-container .overlay-content h1 {
	text-transform: uppercase;
	font-size: 33px;
	line-height: 36px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 700;
}
/* .overlay-container .overlay-content h2 { */
	/* text-align: center; */
	/* margin-bottom: 30px; */
	/* margin-top: 0; */
	/* text-transform: uppercase; */
	/* font-size: 27px; */
/* } */
/* .overlay-container .kpn { */
	/* position: fixed; */
	/* left: 0; */
	/* right: 0; */
	/* margin: auto; */
	/* bottom: 43px; */
/* } */
/* .overlay-container .kpn a { */
	/* color: #ffffff; */
	/* text-decoration: none; */
	/* font-family: inherit; */
	/* font-weight: 700; */
/* } */

.overlay-container .button {
	cursor: pointer;
	font: inherit;
	font-size: 1rem;
	border-radius: 2px;
	transition: color 0.5s, background-color 0.5s;
}
.overlay-container .button.button-light {
	color: #000;
	background-color: #fff;
}
.overlay-container .overlay-content button#start_tour {
	padding: 0 28px;
	font-size: 1.125rem;
	line-height: 50px;
	font-family: inherit;
	border: none;
	outline: unset;
}





.overlay-content {
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    height: fit-content;
    height: moz-max-content;
    color: #ffffff;
    text-align: center;
    width: 100%;
    left: 0;
}
.overlay-container .kpn {
    position: fixed;
    right: 28px;
    margin: auto;
    bottom: 23px;
    text-align: right;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 300;
}
.overlay-container .overlay-content h2 {
    text-align: center;
    margin-top: 95px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}
.overlay-container .kpn a {
    color: #ffcc00;
    text-decoration: none;
    font-family: inherit;
    font-weight: 300;
}
.progress-bar-container {
    width: 80%;
    max-width: 730px;
    margin: auto;
	background-color:#202834;
}
.progress-bar-container .progress-bar_loading {
	width:0%;
	height:2px;
	/* background:linear-gradient(to right,rgb(76,217,105),rgb(90,200,250),rgb(0,132,255),rgb(52,170,220),rgb(88,86,217),rgb(255,45,83)); */
    background: linear-gradient(to right,rgb(255, 224, 0),rgb(90,200,250),rgb(0,132,255),rgb(52,170,220),rgb(88,86,217),rgb(255,45,83));
	margin-top:0px;
	background-size:100% 2px;
	border-radius:10px;
	animation:loading 6s ease-in-out forwards;
	animation-iteration-count:infinite;
	margin: auto;
	animation-direction: alternate;
}
@keyframes loading {
  to {
    width:100%;
  }
}
@media (max-width:750px) and (orientation:landscape) {
	.overlay-container span.text {
		font-size: 11px;
		padding: 0;
		margin: 0;
	}
	.overlay-container .kpn {
		right: 8px;
		bottom: 8px;
	}
	.overlay-container .overlay-content h2 {
		margin-top: 50px;
	}
	.overlay-content.noselect > img {
		margin-bottom: 43px !important;
		margin-top: 10px;
	}
	.overlay-content {
		height: fit-content !important;
		height: -moz-max-content !important;
	}
}

/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
.thumbcontainer {
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: fixed;
    left: 0px;
    top: -100%;
    transition: all 0.5s ease;
    z-index: 6000000;
    background-color: white;
    padding: 5%;
    overflow: auto;
}
.thumbcontainer::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);background-color: transparent;cursor: pointer;}
.thumbcontainer::-webkit-scrollbar{width: 8px;background-color: transparent;cursor: pointer;}
.thumbcontainer::-webkit-scrollbar-thumb{background-color: rgba(42, 58, 75, 0.6);cursor: pointer;transition: all 300ms ease-in-out;border-radius: 900px;}
.thumbcontainer::-webkit-scrollbar-thumb:hover{background-color: rgba(42, 58, 75, 0.9);}
.down {
    top: 0px !important;
}
body.no-header .down {
    top: 0px !important;
}
.wall-thumbnail img {
    max-width: 250px;
}

.box {
    padding: 10px;
    position: relative;
}

.thumbtitle {
    position: absolute;
    bottom: 15px;
    width: 80%;
    left: 0px;
    text-align: center;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-size: 1.2em;
    font-weight: 500;
    background: #2B3B4C;
	pointer-events: none;
}

.close-button3 {
    height: 50px;
    width: 50px;
    position: relative;
    box-sizing: border-box;
    line-height: 50px;
    display: inline-block;
}

.close-button3:before,
.close-button3:after {
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -25px;
    display: block;
    height: 10px;
    width: 50px;
    background-color: rgb(22, 21, 21);
    transition: all 0.25s ease-out;
}

.close-button3:after {
    transform: rotate(-135deg);
}

.close-button3:hover:before,
.close-button:hover:after {
    transform: rotate(0deg);
}
.close-button4 {
    height: 30px;
    width: 30px;
    position: relative;
    box-sizing: border-box;
    line-height: 33px;
    display: inline-block;
}

.close-button4:before,
.close-button4:after {
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -25px;
    display: block;
    height: 7px;
    width: 30px;
    background-color: rgb(255, 255, 255);
    transition: all 0.25s ease-out;
}
.showonsmall {
    display: none;
}
.close-button4:after {
    transform: rotate(-135deg);
}

.close-button4:hover:before,
.close-button:hover:after {
    transform: rotate(0deg);
}
.thumbcloser {
    position: absolute;
    top: 10px;
    right: 10px;
}
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
.bottomleft {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    height: auto;
    /* background-color: #ff000069; */
	/* pointer-events: none; */
    z-index: 9;
	display:none;
	transition: all 300ms ease-in-out;
}
body.opened_map .bottomleft {
    opacity: 0;
    pointer-events: none;
}
/* .bottomleft *{pointer-events: none;} */
#live_presenter_canvas{transform: scale(0.4);transform-origin: left top;}
#live_presenter_video_parent{position: fixed; z-index: -99999; bottom: -1000px; left: -1000px;width:0;height:0;overflow:hidden;}
.bottomleft.initialized{display:block;}
.bottomleft.initialized .video_btn {
	/* display:none; */
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
    width: 50px;
    margin: auto;
    height: 50px;
    z-index: 9999999999999;
    color: #ffffff;
    background-color: rgba(32, 52, 105, 0.72);
    border-radius: 110px;
	cursor:pointer;
	pointer-events: none;
	opacity:0;
	transition: all 300ms ease-in-out;
}

@media (max-width: 850px){
	.bottomleft.initialized .video_btn {
		top: 35px;
		width: 25px;
		height: 25px;
	}
}
.bottomleft.playing:hover .pause_btn{
	/* display:block; */
	opacity:1;
	pointer-events: auto;
}
.bottomleft.paused:hover .play_btn{
	/* display:block; */
	opacity:1;
	pointer-events: auto;
}
.bottomleft.initialized .stop_btn {
    right: 15px;
    left: auto;
    width: 15px;
    height: 15px;
    top: 15px;
    bottom: auto;
    overflow: hidden;
}
.bottomleft.initialized:hover .stop_btn {
    /* display: block; */
	pointer-events: auto;
	opacity:1;
}
.bottomleft.initialized .stop_btn svg {
    display: block;
}








.bottomleft.close_video_box {
    height: 37px !important;
}
#not_presenter_chromakey_toolbar {
    width: 100%;
    height: 37px;
    color: #ffffff !important;
    /* background-color: #737f97; */
    padding: 9px 0 0 28px;
    box-sizing: border-box;
    font-size: 0.95rem;
	position: relative;
	cursor: pointer;
	color:transparent;
}
#not_presenter_chromakey_toolbar .action_btn {
    position: absolute;
    right: 0;
    background-color: rgba(0, 0, 0, 0.29);
    top: 0;
    height: 100%;
    width: 37px;
	cursor:pointer;
}
#not_presenter_chromakey_toolbar .action_btn svg {
	fill:#ffffff;
	width:10px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    bottom: 0;
}
#not_presenter_chromakey_toolbar .action_btn svg.not_presenter_chromakey_toolbar_closed_svg {display:none;}
#not_presenter_chromakey_toolbar .action_btn svg.not_presenter_chromakey_toolbar_opened_svg {display:block;}
.bottomleft.close_video_box #not_presenter_chromakey_toolbar .action_btn svg.not_presenter_chromakey_toolbar_closed_svg {display:block !important;transform: rotate(180deg);}
.bottomleft.close_video_box #not_presenter_chromakey_toolbar .action_btn svg.not_presenter_chromakey_toolbar_opened_svg {display:none !important;}
.bottomleft.not_presenter_chromakey {background-color: rgba(0, 0, 0, 0.29);}
.bottomleft.not_presenter_chromakey .stop_btn{display:none !important;}
.bottomleft.close_video_box.not_presenter_chromakey #not_presenter_chromakey_toolbar{color:#ffffff;}

.bottomleft.presenter_chromakey #not_presenter_chromakey_toolbar {
    display: none;
}
.bottomleft.presenter_chromakey.close_video_box #not_presenter_chromakey_toolbar {
    display: block;
	background: rgba(0, 0, 0, 0.29);
}

@media screen and (max-width: 800px) {
	.bottomleft.close_video_box #not_presenter_chromakey_toolbar {
		color: transparent !important;
		background-color: transparent;
	}
	.bottomleft.close_video_box #not_presenter_chromakey_toolbar .action_btn {
		color: #ffffff !important;
		pointer-events: auto;
	}
	.bottomleft.close_video_box {
		background-color: transparent !important;
		pointer-events: none;
	}
}

/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */

.wall-thumbnail.seen_scene:after { right: 13px; top: 14px; content: "\2713"; position: absolute; background-color: green; width: 18px; height: 18px; border-radius: 50%; color: #ffffff; line-height: 11px; text-align: center; font-size: 16px; font-weight: bold; padding-left: 3px; pointer-events: none; }
li.seen_scene::after { right: 2px; top: 3px; content: "\2713"; position: absolute; background-color: green; width: 18px; height: 18px; border-radius: 50%; color: #ffffff; line-height: 11px; text-align: center; font-size: 16px; font-weight: bold; padding-left: 3px; pointer-events: none; }
.grid-wrapper .media-thumbnail.seen_scene:after{ right: 7px; top: 8px; content: "\2713"; position: absolute; background-color: green; width: 18px; height: 18px; border-radius: 50%; color: #ffffff; line-height: 11px; text-align: center; font-size: 16px; font-weight: bold; padding-left: 3px; pointer-events: none; }



/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */













/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */














/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */














/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */














/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */




