/*
*/
.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 */
}

#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;
	}
	.bg-dark {
		background-color: transparent !important;
		padding: 0;
	}
}
.material-icons {
	font-size: 1rem;
	vertical-align: -2px;
}
/* *, *:focus { */
	/* outline: unset; */
/* } */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
.topleft {
	position: absolute;
	left: 26px;
	/* top: 30px; */
	top: 80px;
	width: auto;
	height: auto;
	z-index: 8;
	/* pointer-events: none; */
	color: #ffffff;
	font-size: 15px;
	transition: all 400ms ease-in-out;
	padding-left: 100px;
}
.topleft #logo {
	display: block;
	width: 73px;
	position: absolute;
	left: 0;
	top: 0;
}
.topleft #logo img{
	display:block;
	width: 100%;
}
.topleft #logo_text_line_1 {
    padding-top: 1px;
    position: relative;
    font-size: 18px;
    letter-spacing: -1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.79);
    padding-bottom: 7px;
}
.topleft #logo_text_line_2 {
	margin-top: 8px;
	font-size: 15px;
	letter-spacing: -0.4px;
}
.bottomleft {
	position: absolute;
	right: 13px;
	bottom: 3px;
	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: 22px;
	/* top: 30px; */
	top: 78px;
	width: auto;
	height: auto;
	z-index: 8;
	color: #ffffff;
	font-size: 15px;
	transition: all 0ms ease-in-out;
	direction: rtl;
}
.topright > div{
	margin-left: 13px;
}
@media (max-width: 500px){
	.topright > div {
		margin-left: 0px;
		display: block;
		margin-bottom: 16px;
	}
}


.topright .topright_btn {
	color: #ffffff;
	cursor: pointer;
	padding: 0;
}
.topright .topright_btn svg{
	width:33px;
	height: 33px;
	fill:#ffffff;
	display: inline-block;
	top: 0px;
	position: relative;
}

.bottomcenter {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 13px;
	width: fit-content;
	height: auto;
	z-index: 8;
	color: #ffffff;
	font-size: 15px;
	transition: all 0ms ease-in-out;
	margin: auto;
	width: 90%;
	max-width: 270px;
	text-align: center;
	font-weight: bold;
}


button.navbar-toggler.collapsed {
    display: none;
}
#menu_btn_parent{
	display:none;
}
.navbar-toggler svg {
    width: 25px;
}

@media (min-width: 768px){
	body.no-header header {display: none !important;}
}
body.no-header .topright {top: 14px;}
body.no-header .topleft {top: 14px;}

@media (max-width: 768px){
	.topright {
		top: 14px;
		right: 14px;
	}
	.topleft {
		top: 14px;
	}
	#menu_btn_parent{
		display:inline-block;
	}
}
@media (max-width: 500px){
	.topright {
		right: 16px;
		top: 20px;
	}
	/* .bottomleft { */
		/* left: 18px; */
		/* bottom: 18px; */
	/* } */
	.topleft {
		left: 16px;
		top: 20px;
	}
	.topleft {
		left: 16px;
		top: 20px;
		padding-left: 90px;
	}
}
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
#share_conference_link_modal2 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_modal2 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;
}
.hint--left-left:before, .hint--left-right:before, .hint--left:before {
	border-left-color: #FFFFFF;
}
.hint--right-left:before, .hint--right-right:before, .hint--right:before {
	border-right-color: #FFFFFF;
}
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
.bottomleft > div{
	display:inline-block;
	margin-right: 6px;
}
.bottomleft .bottomleft_btn {
	box-sizing: border-box;
	width: fit-content;
	height: 53px;
	padding: 0;
	text-align: center;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.29);
	cursor: pointer;
	overflow: hidden;
	width: 53px;
}
.bottomleft .bottomleft_btn svg{
	width:30px;
	height: 30px;
	fill:#ffffff;
	display: inline-block;
	top: 11px;
	position: relative;
}
.bottomleft_btn.btn_floorplan{
	width:auto;
	padding: 16px 17px 0 17px;
}
.bottomleft_btn.btn_floorplan svg {
	width: 16px;
	margin-right: 7px;
	top: -2px;
	position: relative;
	height: auto;
}

#autorotate_btn.show_autorotate_play #btn_autorotate_pause{display:none;}
#autorotate_btn.show_autorotate_play #btn_autorotate_play{display:inline-block;}
#autorotate_btn.show_autorotate_pause #btn_autorotate_pause{display:inline-block;}
#autorotate_btn.show_autorotate_pause #btn_autorotate_play{display:none;}
body.map_opened .hide_on_map{
	opacity:0 !important;
	pointer-events:none !important;
	display:none;
}
body .show_on_map{
	opacity:0;
	pointer-events:none;
	display:none;
}
body.map_opened .show_on_map{
	opacity:1 !important;
	pointer-events:auto !important;
	display:block;
}
.sub_floorplan .bottomleft_btn{
	/* width: auto; */
	/* padding: 16px 17px 0 17px; */
	padding: 16px 5px 0 14px;
	display: block;
	margin-bottom: 11px;
	text-align: left;
	width: 125px;
	background-color: rgba(0, 199, 177, 0.35);
}
.sub_floorplan .bottomleft_btn.active{
	background-color: rgba(0, 199, 177, 1);
}
.sub_floorplan .bottomleft_btn svg {
	width: 16px;
	margin-right: 7px;
	top: -2px;
	position: relative;
	height: auto;
	display:none;
}
.sub_floorplan {
	position: absolute;
	left: 0;
	bottom: 53px;
}
img.leaflet-marker-icon[src="img/map_hotspot.svg"] {
    pointer-events: none;
}

/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
.overlay-container {
    /* background-image: url(../video/intro.jpg); */
	background-color:#000000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 80;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
	transition: all 400ms ease-in-out;
	opacity:1;
}
.overlay-container.overlay-container-hide{
	display:none;
	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;
	color: #ffffff;
	text-align: center;
}
*/
/* .overlay-content { */
    /* width: 90%; */
    /* margin: auto; */
    /* top: 0; */
    /* left: 0; */
    /* bottom: 0; */
    /* right: 0; */
    /* position: absolute; */
    /* height: fit-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: 2rem;
	color: #ffffff;
    line-height: 50px;
    font-family: inherit;
    border: none;
    /* outline: unset; */
    background-color: #003c3c;
    width: 100%;
    border-radius: 0;
    margin-bottom: 27px;
    height: 76px;
}
.overlay-container .overlay-content button.start_tour img {
	max-width: 100%;
}





.overlay-content {
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    height: fit-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;
	color: #ffffff;
}
.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%;
  }
}





.overlay-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
}
.overlay-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    left: 124px;
    margin: auto;
    height: 100%;
    width: 523px;
    color: #000000;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.90);
    overflow: auto;
    /* backdrop-filter: blur(3px); */
    padding-left: 58px;
    padding-top: 52px;
	padding-right: 58px;
	transition: all 400ms ease-in-out;
}


#intro_logo {
    width: 80%;
    max-width: 266px;
	margin-top: 0px;
	margin-bottom: 80px;
	max-width: 90%;
	left: -10px;
	position: relative;
}
img#intro_text_1 {
    margin-bottom: 33px;
	max-width: 100%;
}
img#intro_text_2 {
    margin-bottom: 74px;
	max-width: 100%;
}
@media (max-width: 1100px){
	#intro_logo {
		width: 80%;
		max-width2: 266px;
		margin-top: 0;
		margin-bottom: 80px;
	}
}
#intro_buttons {
    position: fixed;
    width: 407px;
    bottom: 50px;
}

@media (max-width:900px){
	#intro_buttons {
		position: relative;
		width: 100%;
		bottom: unset;
	}
	.overlay-content {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		height: 100%;
		width: 80%;
		max-width: 523px;
		color: #000000;
		text-align: left;
		background-color: rgba(255, 255, 255, 0.90);
		overflow: auto;
		padding-left: 26px;
		padding-top: 25px;
		padding-right: 26px;
	}
	#intro_logo {
		width: 80%;
		max-width2: 200px;
		margin-top: 0;
		margin-bottom: 30px;
	}
	img#intro_text_1 {
		margin-bottom: 33px;
	}
	img#intro_text_2 {
		margin-bottom: 40px;
	}
	.overlay-container .kpn {
		display: none;
	}
	.overlay-container .overlay-content button.start_tour {
		padding: 0 28px;
		line-height: 50px;
		font-family: inherit;
		border: none;
		/* outline: unset; */
		background-color: #003c3c;
		width: 100%;
		border-radius: 0;
		margin-bottom: 27px;
		height: 60px;
	}
}

@media (max-width: 700px){
	.overlay-content.noselect {
		height: fit-content !important;
		height: -moz-max-content !important;
		padding: 50px 30px 20px 30px;
	}
}
@media (max-width: 800px){
	.overlay-container .overlay-content button.start_tour {
		font-size: 1.5rem;
	}
}
@media (max-width: 500px){
	.overlay-container .overlay-content button.start_tour {
		font-size: 1.1rem;
	}
}
@media (max-width: 340px){
	.overlay-container .overlay-content button.start_tour {
		font-size: 0.8rem;
	}
}
@media (min-width: 1100px) and (max-width: 1400px){
	.overlay-content {
		width: 434px;
		left: 118px;
		padding-left: 47px;
	}
	#intro_buttons {
		width: 364px;
		bottom: 82px;
		left: 157px;
	}
	.overlay-container .overlay-content button.start_tour {
		height: 62px;
	}
	img#intro_logo {
		margin-top: 29px;
		max-width2: 305px;
		margin-bottom: 110px;
	}
	img#intro_text_1 {
		width: 445px;
	}
}
@media (min-width:1400px){
	.overlay-content {
		width: 512px;
		left: 165px;
	}
	#intro_buttons {
		width: 410px;
		bottom: 57px;
	}
	.overlay-container .overlay-content button.start_tour {
		height: 75px;
	}
	img#intro_logo {
		margin-top: 57px;
		max-width2: 214px;
		margin-bottom: 83px;
	}
	img#intro_text_1 {
		width: 360px;
	}
}
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */

.overlay-content_explore_by_subject {
    background: #ffffff;
    opacity: 1;
    width: 84%;
    height: 72%;
    position: absolute;
    left: 0;
    top: 0;
    top: 10%;
    bottom: 0;
    right: 0;
    margin: auto;
	transition: all 400ms ease-in-out;
}
img#explore_by_subject_logo {
    position: absolute;
    left: 5px;
    top: -104px;
    width: 219px;
}
.explore_by_subject_topbar {
    width: 100%;
    background-color: #003c3c;
    height: 79px;
	position: relative;
}

.explore_by_subject_topbar h3 {
    color: #ffffff;
    line-height: 70px;
    padding-left: 40px;
}

.explore_by_subject_topbar #show_tour_by_subject_button_holder{
    position: absolute;
    right: 105px;
    right: 8%;
    bottom: 0;
    top: auto;
	font-size: 0;
}
#explore_by_subject_topbar_close {
    position: absolute;
    right: 0;
    color: #ffffff;
    font-size: 21px;
    text-align: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
button#show_tour_by_subject_under, button#show_tour_by_subject_post {
	display:inline-block;
    border: 0px solid transparent;
    border-radius: 2px 2px 0 0;
    font-weight: lighter;
    text-transform: capitalize;
    font-size: 18px;
    min-height: 56px;
    padding: 0 19px;
    letter-spacing: 1.5px;
	background-color:#003c3c;
    color: white;
	/* outline: unset; */
}
button#show_tour_by_subject_under.active_tab, button#show_tour_by_subject_post.active_tab {
    background-color: white;
	color:#003c3c;
}
.hide_tab{
	pointer-events:none;
	opacity:0;
	display:none;
}
.explore_by_subject_warper {
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(100% - 79px);
    top: 79px;
    padding: 0;
}
.explore_by_subject_tab1, .explore_by_subject_tab2 {
    position: absolute;
    left: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 0;
    padding: 15px 5px;
    overflow: auto;
    margin: 10px 10px;
}
.explore_by_subject_warper div::-webkit-scrollbar {
    width: 20px;
}
.explore_by_subject_warper div::-webkit-scrollbar-thumb {
    background-color: #003c3c;
    border-radius: 0px;
    border: 3px solid #acacac;
}
.explore_by_subject_warper div::-webkit-scrollbar-track {
    background: #acacac;
}

.explore_by_subject_warper > div > ul{
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}
@media (max-width: 1000px){
	.explore_by_subject_warper > div > ul{
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
}
@media (max-width: 600px){
	.explore_by_subject_warper > div > ul{
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
}
@media (max-width: 800px){
	.explore_by_subject_topbar h3 {
		padding-left: 20px;
		font-size: 16px;
	}
}
@media (max-width: 650px){
	button#show_tour_by_subject_under, button#show_tour_by_subject_post {
		min-height: 45px;
		font-size: 16px;
		padding: 0 10px;
	}
	img#explore_by_subject_logo {
		top: -75px;
		width: 170px;
	}
}
@media (max-width: 550px){
	.explore_by_subject_topbar h3 {
		display:none;
	}
	.explore_by_subject_topbar {
		height: 60px;
	}
	.explore_by_subject_warper {
		height: calc(100% - 60px);
		top: 60px;
	}
	.overlay-content_explore_by_subject {
		width: 84%;
		height: 84%;
	}
	img#explore_by_subject_logo {
		display:none;
	}
}
.explore_by_subject_warper > div > ul > li {
    list-style: none;
    line-height: 2;
    padding: 4px 14px;
    border-radius: 4px;
    cursor: pointer;
    background-color: #ffffff;
}
.explore_by_subject_warper > div > ul > li:hover {
    background-color: #003c3c;
    color: #ffffff;
}

.overlay-container.hide_page_intro .overlay-content{
	pointer-events:none;
	opacity:0;
	display:none;
}
.overlay-container.hide_page_explore_by_subject .overlay-content_explore_by_subject{
	pointer-events:none;
	opacity:0;
	display:none;
}
.overlay-container.hide_page_explore_by_campus .overlay-content_explore_by_campus{
	pointer-events:none;
	opacity:0;
	display:none;
}

/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */



#choose_campus_popup {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
    max-width: 567px;
    z-index: 99999999;
    min-height: 276px;
    height: fit-content;
    height: -moz-max-content;
    background-color: #003c3c;
    border: 2.5px solid #ffffff;
    box-shadow: 0px 1px 38px 0px rgba(0, 0, 0, 0.48);
    box-sizing: border-box;
    padding: 49px;
    font-size: 16px;
	transition: all 400ms ease-in-out;
    opacity: 1;
}
#choose_campus_popup.choose_campus_hide_popup {
    transform: scale(0);
    pointer-events: none;
    opacity: 0;
	display:none;
}
#choose_campus_popup #choose_campus_popup_text {
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 27px;
    line-height: 39px;
    letter-spacing: 1.5px;
    font-weight: 100;
}
#choose_campus_popup #choose_campus_popup_select {
    background-color: #003c3c;
    width: 100%;
    height: 48px;
    position: relative;
}
#choose_campus_popup_select select {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	cursor: pointer;
	background-color: #003c3c;
	transition: all 400ms ease-in-out;
	color: #ffffff;
}
#choose_campus_popup_select select:focus {
    opacity: 1;
    border: 2px solid #00fb82 !important;
}
#choose_campus_popup_select img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
}
#choose_campus_popup_close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 35px;
    height: 35px;
    background-color: #1c5095;
    color: #ffffff;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    line-height: 28px;
}
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
#global-overlay-layer{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
	z-index:9999;
	transition: all 300ms ease-in-out;
	opacity:0;
    pointer-events: none;
	display:none;
}
body.show_global-overlay-layer #global-overlay-layer{
	opacity:1;
    pointer-events: auto;
	display:block;
}
#explore_by_subject_intro_popup{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
    max-width: 673px;
    z-index: 99999999;
    height: 80%;
    max-height: 370px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 0;
    font-size: 16px;
	transition: all 400ms ease-in-out;
    opacity: 1;
}
#explore_by_subject_intro_popup.explore_by_subject_intro_hide_popup{
    opacity: 0;
    transform: scale(0);
    pointer-events: none;
    opacity: 0;
	display:none;
}
#explore_by_subject_intro_popup_media * {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#explore_by_subject_intro_popup_topbar {
    height: 42px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 9px 22px;
    background-color: #003c3c;
    color: #ffffff;
}
#explore_by_subject_intro_popup_close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    font-size: 17px;
    color: #ffffff;
    font-weight: normal;
	border: 0px;
    border-radius: 0;
}
#explore_by_subject_intro_popup_content {
    position: absolute;
    left: 0;
    top: 42px;
    height: calc(100% - 42px);
    overflow: hidden;
	width: 100%;
}
@media (max-width: 1000px){
	#explore_by_subject_intro_popup_content {
		overflow: auto;
	}
}
#explore_by_subject_intro_popup_left {
    position: absolute;
    left: 0;
    width: 59%;
    height: 100%;
    /* padding: 21px; */
    padding: 3%;
}
#explore_by_subject_intro_popup_right {
    position: absolute;
    right: 0;
    width: 41%;
    height: 96%;
    padding: 3% 3% 3% 1%;
    overflow: auto;
    padding: 2% 2% 2% 1%;
    margin: 1% 1% 1% 0;
}
#explore_by_subject_intro_popup_right::-webkit-scrollbar {
    width: 20px;
}
#explore_by_subject_intro_popup_right::-webkit-scrollbar-thumb {
    background-color: #003c3c;
    border-radius: 0px;
    border: 3px solid #acacac;
}
#explore_by_subject_intro_popup_right::-webkit-scrollbar-track {
    background: #acacac;
}
#explore_by_subject_intro_popup_right_title {
    font-weight: bold;
    margin-bottom: 10px;
}
.explore_by_subject_intro_popup_button {
    background-color: #003c3c;
    color: #ffffff;
    width: calc(50% - 10px);
    display: inline-block;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin-top: 15px;
	position: relative;
	border: 0px;
    border-radius: 0;
}
#explore_by_subject_intro_popup_buttons {
    display: flex;
    justify-content: space-between;
}
#explore_by_subject_intro_popup_buttons_start i {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
}
#explore_by_subject_intro_popup_buttons_back i {
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
}

#explore_by_subject_intro_popup_media {
    width: 100%;
    height: calc(100% - 57px);
}
@media (max-width: 780px){
	#explore_by_subject_intro_popup_left {
		width: 51%;
	}
	#explore_by_subject_intro_popup_right {
		width: 49%;
	}
	.explore_by_subject_intro_popup_button i{
		display:none;
	}
}
@media (max-width: 730px){
	#explore_by_subject_intro_popup {
		height: fit-content;
		height: -moz-max-content;
		max-height: 85%;
		overflow: hidden;
	}
	#explore_by_subject_intro_popup_topbar {
		position: relative;
	}
	#explore_by_subject_intro_popup_content {
		position: relative;
		height: auto;
		top: 0;
	}
	#explore_by_subject_intro_popup_left {
		position: relative;
		width: 100%;
		padding-bottom: 0;
		height: auto;
	}
	#explore_by_subject_intro_popup_right {
		position: relative;
		width: 100%;
		padding: 3%;
		height: auto;
		overflow: initial;
		margin:0;
	}
	#explore_by_subject_intro_popup_media {
		width: 100%;
		max-height: unset;
		height: auto;
	}
	#explore_by_subject_intro_popup_media * {
		width: 100%;
		max-height: 250px;
		object-fit: cover;
	}
	.explore_by_subject_intro_popup_button i{
		display:block;
	}
}
@media (max-width: 425px){
	.explore_by_subject_intro_popup_button i{
		display:none;
	}
}
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
.overlay-content_explore_by_campus {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
	transition: all 400ms ease-in-out;
}
#content_explore_by_campus_topbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 54px;
    background-color: #003c3c;
    color: #ffffff;
    line-height: 54px;
    border-bottom: 1px solid #ffffff;
    padding: 0 18px 0 18px;
}
#content_explore_by_campus_topbar_back_btn {
    cursor: pointer;
    width: fit-content;
    width: -moz-max-content;
	color: #ffffff;
}
#content_explore_by_campus_topbar_right_side {
    position: absolute;
    right: 0;
    top: 0;
}
img#content_explore_by_campus_topbar_logo {
    width: 120px;
}
img#content_explore_by_campus_topbar_goto_explore_by_subject {
    width: 150px;
    margin-right: 40px;
    cursor: pointer;
}
#content_explore_by_campus_content {
    font-size: 0;
}
.content_explore_by_campus_column {
    display: inline-block;
    width: 33.33333333333333333333333%;
    height: calc(100vh - 54px);
    overflow: hidden;
    padding: 0;
    margin: 54px auto auto auto;
	position: relative;
}
img.content_explore_by_campus_column_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: all 300ms ease-in-out;
	filter: blur(0px);
}

.content_explore_by_campus_column_img_over_color {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: block;
	transition: all 300ms ease-in-out;
	/* backdrop-filter: blur(0px); */
}
#content_explore_by_campus_c1 .content_explore_by_campus_column_img_over_color {background-color:#007d69;opacity: 0.85;}
#content_explore_by_campus_c2 .content_explore_by_campus_column_img_over_color {background-color:#003c3c;opacity: 0.60;}
#content_explore_by_campus_c3 .content_explore_by_campus_column_img_over_color {background-color:#007d69;opacity: 0.67;}
#content_explore_by_campus_c1 .content_explore_by_campus_column_img_over_color:hover {opacity: 0.88;}
#content_explore_by_campus_c2 .content_explore_by_campus_column_img_over_color:hover {opacity: 0.63;}
#content_explore_by_campus_c3 .content_explore_by_campus_column_img_over_color:hover {opacity: 0.70;}
/* .content_explore_by_campus_column_img_over_color:hover{opacity2222: 0.90;backdrop-filter: blur(4px);} */
/* .content_explore_by_campus_column:hover img.content_explore_by_campus_column_img {filter: blur(2px);} */
.content_explore_by_campus_column .content_explore_by_campus_column_text_wrapper {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #ffffff;
    width: fit-content;
    /* width: -moz-max-content; */
    height: 100px;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
	transition: all 400ms ease-in-out;
	overflow:hidden;
}
.content_explore_by_campus_column:hover .content_explore_by_campus_column_text_wrapper {
    /* height: fit-content; */
    /* height: -moz-max-content; */
    height: 450px;
}
@media (min-width: 1000px){
	.content_explore_by_campus_column.always_visible .content_explore_by_campus_column_text_wrapper {
		height: 450px;
	}
}


.content_explore_by_campus_column .content_explore_by_campus_column_text_wrapper .title {
    margin: auto;
    color: #ffffff;
    width: fit-content;
    height: fit-content;
    /* width: -moz-max-content; */
    height: -moz-max-content;
    text-align: center;
    /* text-shadow: 0px 1px 9px rgb(0 0 0); */
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    line-height: 1.2;
    font-weight: bold;
    transition: all 300ms ease-in-out;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 40px;
    margin-bottom: 43px;
	font-size: 35px;
}
@media (max-width: 1200px){
	.content_explore_by_campus_column .content_explore_by_campus_column_text_wrapper .title {
		font-size: 25px;
	}
}
.content_explore_by_campus_column .content_explore_by_campus_column_text_wrapper .description {
    font-size: 19px;
    line-height: 1.7;
    font-weight: lighter;
    margin-bottom: 45px;
    padding: 0 10px;
}
.content_explore_by_campus_column .content_explore_by_campus_column_text_wrapper .start_tour {
    background-color: #003c3c;
    width: fit-content;
    margin: auto;
    width: -moz-max-content;
    padding: 17px 36px;
    font-size: 20px;
    letter-spacing: 1.8px;
	cursor: pointer;
	color: #ffffff;
    font-weight: normal;
    border-radius: 0;
	border: 1px solid #ffffff;
}
@media only screen and (orientation: portrait) {
	.content_explore_by_campus_column .content_explore_by_campus_column_text_wrapper .start_tour {display:none;}
	.content_explore_by_campus_column .content_explore_by_campus_column_text_wrapper .description {display:none;}
	.content_explore_by_campus_column .content_explore_by_campus_column_text_wrapper .title {margin:0;padding:0;border:0;}
	.content_explore_by_campus_column .content_explore_by_campus_column_text_wrapper {height: fit-content !important;height: -moz-max-content !important;}
	#content_explore_by_campus_content { font-size: 0; position: absolute; left: 0; top: 54px; width: 100%; height: calc(100% - 54px); }
	#content_explore_by_campus_c3 { width: 100%; height: 33.333333%; position: absolute; top: 0; margin: auto; }
	#content_explore_by_campus_c2 { width: 100%; height: 33.333333%; position: absolute; top: 33.333333%; margin: auto; }
	#content_explore_by_campus_c1 { width: 100%; height: 33.333333%; position: absolute; top: 66.666666%; margin: auto; }
}
@media only screen and (orientation: landscape) and (max-width: 1100px){
	.content_explore_by_campus_column .content_explore_by_campus_column_text_wrapper .start_tour {display:none;}
	.content_explore_by_campus_column .content_explore_by_campus_column_text_wrapper .description {display:none;}
	.content_explore_by_campus_column .content_explore_by_campus_column_text_wrapper .title {margin:0;padding:0;border:0;}
	.content_explore_by_campus_column .content_explore_by_campus_column_text_wrapper {height: fit-content !important;height: -moz-max-content !important;}
}
@media (max-width: 450px){
	img#content_explore_by_campus_topbar_goto_explore_by_subject{display:none;}
}
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
.info_btn {
	background-color: #ffce00;
	width: 50px;
	height: 50px;
	cursor: pointer;
	position: relative;
	border-radius: 0;
	border: 0px;
}
.info_btn img {
    width: 69%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}


#tour_explore_by_subject_topbar_back_btn {
    cursor: pointer;
    width: fit-content;
    width: -moz-max-content;
}
#tour_explore_by_subject_topbar_right_side {
    position: absolute;
    right: 0;
    top: 0;
	overflow: hidden;
	display:none;
}
img#tour_explore_by_subject_topbar_logo {
    width: 130px;
    top: 4px;
    position: relative;
}
img#tour_explore_by_subject_topbar_goto_explore_by_subject {
    width: 150px;
    margin-right: 40px;
    cursor: pointer;
}
@media (min-width: 1000px) AND (max-width: 4300px){
	li.home_icon2 * {
		font-size: 19px !important;
		left: -8px !important;
		top: 14px !important;
		padding: 0;
	}
	#tour_explore_by_subject_topbar_right_side{
		display:block !important;
	}
}

/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
.bottomcenter {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: fit-content;
	height: auto;
	z-index: 8;
	color: #ffffff;
	font-size: 15px;
	transition: all 0ms ease-in-out;
	margin: auto;
	width: 90%;
	/* max-width: 270px; */
	max-width: 340px;
	text-align: center;
	font-weight: bold;
}
.bottomcenter #top_border {
	position: absolute;
	width: 300%;
	height: 2px;
	top: -15px;
	left: -100%;
	background: linear-gradient(to right, rgba(226, 226, 226, 0) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254, 254, 254, 0) 100%);
	opacity: 0.2;
}
.zmdi-play-circle.prev {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.bottomcenter .bottomcenter_btn  {
	display: inline-block;
	cursor: pointer;
	/* font-size: .8rem; */
	font-size: 15px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	color: #ffffff;
}
.bottomcenter .bottomcenter_btn.deactive {color: rgba(207, 207, 207, 0.65);pointer-events:none;}
#toolbar_btn_back{
	position:absolute;
	left:0;
}
#toolbar_btn_menu{

}
#toolbar_btn_next{
	position:absolute;
	right:0;
}
.bottomcenter_btn i {
	/* font-size: 1rem; */
	/* font-size: 18px; */
	font-size: 21px;
	position: relative;
	top: 3px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
#toolbar_btn_next.bottomcenter_btn i, #toolbar_btn_back.bottomcenter_btn i {top: 3px;}
.material-icons.prev {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media (max-width: 768px){

}













.bottomcenter, .bottomcenter * {transition: all 400ms ease-in-out;}
.bottomcenter {
    padding: 0px 0 0px 0;
    max-width: 372px;
    max-height: 123px;
    height: 30%;
    width: 50%;
    backdrop-filter: blur(2px);
}
.bottomcenter button {
	color: #ffffff;
}
.bottomcenter_left_column {
    width: 97px;
    font-size: 0;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* cursor: pointer; */
	background-color: rgba(0,0,0,0.49);
}
.bottomcenter_left_column svg {
    width: 33px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.bottomcenter_right_column {
    position: absolute;
    right: 0;
    height: 100%;
    width: calc(100% - 98px);
    font-size: 0;
}
#bottomcenter_right_column_up {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    height: calc(50% - 0.5px);
    background-color: rgba(0,0,0,0.49);
    cursor: pointer;
	line-height: 55px;
}
/* #bottomcenter_right_column_up svg{ */
	/* display:none; */
/* } */
#bottomcenter_right_column_down {
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: calc(50% - 0.5px);
    background-color: rgba(0,0,0,0.49);
    cursor: pointer;
}
#bottomcenter_right_column_down svg {
    width: 19px;
    margin-right: 12px;
}
.bottomcenter_right_column > div > div {
    position: absolute;
    width: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    height: fit-content;
    height: -moz-max-content;
}
#bottomcenter_right_column_up.disabled{
	pointer-events:none;
}
#bottomcenter_right_column_up.disabled div {
    filter: blur(1px);
    text-decoration: line-through;
    opacity: 0.5;
    transform: scale(0.75);
}
#bottomcenter_right_column_down.disabled{
	pointer-events:none;
}
#bottomcenter_right_column_down.disabled div {
    filter: blur(1px);
    text-decoration: line-through;
    opacity: 0.5;
    transform: scale(0.75);
}
#bottomcenter_right_column_up .for_explore_by_subject{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 20px;
}
.bottomcenter_left_column img {
    display: block;
    /* width: 64.5%; */
    /* height: 64.5%; */
    width: 79px;
    height: 79px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    margin: 9px auto auto auto;
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.54);
	/* cursor: pointer; */
}
#transcript_placeholder {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 372px;
    max-height: calc(100% - 183px);
    max-height: 60%;
    width: 80%;
    z-index: 7;
    backdrop-filter: blur(2px);
    margin: auto;
    background-color: rgba(0,0,0,0.49);
    color: #ffffff;
    overflow: visible;
    transition: all 400ms ease-in-out;
    bottom: 30%;
    /* opacity: 1; */
    opacity: 0;
}
body.explore_by_campus #transcript_placeholder {
	max-width: 405px;
}
#transcript_placeholder .transcript_placeholder_text {
    padding: 6px 10px;
    overflow-x: hidden;
    overflow-y: auto;
}
#transcript_placeholder.show_transcript_placeholder {
    /* bottom: -100%; */
    bottom: 113px;
    opacity: 1;
    /* opacity: 0; */
}

#transcript_placeholder .transcript_placeholder_text::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);background-color: transparent;cursor: pointer;}
#transcript_placeholder .transcript_placeholder_text::-webkit-scrollbar{width: 8px;background-color: transparent;cursor: pointer;}
#transcript_placeholder .transcript_placeholder_text::-webkit-scrollbar-thumb{background-color: rgba(256, 256, 256, 0.6);cursor: pointer;transition: all 300ms ease-in-out;border-radius: 900px;}
#transcript_placeholder .transcript_placeholder_text::-webkit-scrollbar-thumb:hover{background-color: rgba(42, 58, 75, 0.9);}

#show_transcript {
	font-size: 1.1rem;
	color: #ffffff;
	text-transform: lowercase;
	font-weight: 300;
}


@media only screen and (max-width: 767px)and (orientation: portrait){#transcript_placeholder.show_transcript_placeholder {max-height: calc(100% - 183px);}}
@media only screen and (max-width: 767px)and (orientation: landscape){#transcript_placeholder.show_transcript_placeholder {max-height: calc(100% - 76px);}}
@media (min-width: 1300px){
	/* body.explore_by_subject .bottomcenter { */
	#transcript_placeholder {
		max-width: 534px;
	}
}
@media (max-width: 1000px){
	#transcript_placeholder.show_transcript_placeholder {
		bottom: 76px;
	}
	.bottomcenter_left_column span {
		transform: scale(0.75);
		transform-origin: left top;
	}
	.bottomcenter_left_column #show_transcript {
		position: absolute;
		bottom: 0;
		background-color: rgba(0,0,0,0.4);
		backdrop-filter: blur(3px);
		transform: scale(1);
	}
}
@media (max-width: 400px){
	#transcript_placeholder {
		width: 85%;
		right: auto;
	}
}

@media (max-width: 1000px){
	.bottomcenter_left_column img {
		width: 62.5px;
		height: 62.5px;
	}
}
.bottomcenter_left_column span {
    color: #ffffff;
    display: block;
    width: 100%;
    font-size: 15px;
    /* margin-top: 6px; */
    cursor: pointer;
    font-weight: 100;
}
.bottomcenter_left_column span:after {
    background-image: url(../png/audio-3.png);
    content: "";
    position: absolute;
    z-index: 9999;
    left: 5px;
    top: 5px;
    width: 35px;
    height: 35px;
    display: block;
    background-position: center;
    background-size: contain;
    pointer-events: none;
	opacity:0;
}
#btn_play_audio_sound_deactive {
    background-image: url(../png/audio_deactive-3.png);
    position: absolute;
    z-index: 10000;
	left: 6px;
    top: 5px;
    width: 35px;
    height: 35px;
    display: block;
    background-position: center;
    background-size: contain;
    /* pointer-events: none; */
    background-repeat: no-repeat;
    cursor: pointer;
}
#btn_play_audio_sound_active {
    background-image: url(../png/audio_active-3.png);
    position: absolute;
    z-index: 10000;
	left: 6px;
    top: 5px;
    width: 47px;
    height: 47px;
    display: block;
    background-position: center;
    background-size: contain;
    /* pointer-events: none; */
    background-repeat: no-repeat;
	cursor: pointer;
}
body.explore_by_subject .for_explore_by_campus{display:none !important;}
body.explore_by_campus .for_explore_by_subject{display:none !important;}

@media (min-width: 1000px) AND (max-width: 1300px){
	.bottomcenter_left_column {width: 124px;}
	.bottomcenter {max-height: 112px;}
	#toolbar_btn_next, #toolbar_btn_back {font-size: 0;}
	body.explore_by_campus .bottomcenter {max-width: 405px;max-height: 112px;}
}
@media (min-width: 1300px){
	body.explore_by_subject .bottomcenter_left_column {width: 124px;}
	body.explore_by_subject .bottomcenter {max-width: 534px;max-height: 112px;}
	body.explore_by_campus .bottomcenter_left_column {width: 124px;}
	body.explore_by_campus .bottomcenter {max-width: 405px;max-height: 112px;}
}

@media (min-width: 1000px){
	#bottomcenter_right_column_up::before, #bottomcenter_right_column_up::after {display: none !important;}
	#bottomcenter_right_column_down::before, #bottomcenter_right_column_down::after {display: none !important;}
	.bottomcenter_right_column {width: calc(100% - 125px);}
}
@media (max-width: 1000px){
	#toolbar_btn_next, #toolbar_btn_back {display: none;}
	body.explore_by_subject #bottomcenter_right_column_down {height: 100%;}
	.bottomcenter {max-height: 75px;}
	.bottomcenter_left_column span:after {left: 8px; top: 8px; width: 25px; height: 25px;}
	.bottomcenter .bottomcenter_btn {font-size: 0;}
	.bottomcenter .bottomcenter_btn i {font-size: 40px;}
	.bottomcenter {max-width: 173px;}

	body.explore_by_subject #bottomcenter_right_column_up {display: none;}
	body.explore_by_campus #bottomcenter_right_column_up {padding: 0;}
	body.explore_by_campus .for_explore_by_campus svg {position: absolute !important;left: 0 !important;top: 0 !important;bottom: 0 !important;right: 0 !important;margin: auto !important;overflow: hidden;padding: 0;}
	
	.bottomcenter {
		max-width: 200px;
	}
	#bottomcenter_right_column_up, #bottomcenter_right_column_down{
		font-size: 0px;
	}
	#bottomcenter_right_column_up svg {
		display: block;
		width: 28px;
		height: 28px;
		margin: auto;
	}
	#bottomcenter_right_column_down svg{
		margin:auto;
	}
}
@media (max-width: 400px){
	body.explore_by_campus .bottomcenter {
		right: auto;
		min-width: 129px;
	}
	body.explore_by_subject .bottomcenter {
		right: auto;
		min-width: 140px;
	}
	.bottomleft {
		right: 0;
		left: auto;
		bottom: 0;
	}
}
#bottomcenter_right_column_down .for_explore_by_campus svg {
    width: 19px;
    height: 19px;
}
#bottomcenter_right_column_up .for_explore_by_campus svg {
    width: 19px;
    height: 19px;
    position: relative;
    top: -2px;
    margin-right: 12px;
}






















/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */






.custom-select {
    position: relative;
}
.custom-select select {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border: 0px solid transparent;
}





.overlay-content p.constrain-width {
    font-size: 21px;
    width: auto;
    max-width: 300px;
    padding: 0 10px;
	margin-bottom: 30px;
}
.overlay-content .constrain-width * {
    color: #000000;
}
.center-select,
.center-select * {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

.center-select {
  display: block;
  position: relative;
}

.center-select__input {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  width: 100%;
  height: 45px;
}

.center-select__text {
    background: #fff;
    border-bottom: 1px solid #ccc;
    line-height: 45px;
    pointer-events: none;
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(../png/drop_down-9.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    border: 2px solid #ff0000;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    letter-spacing: 0.07em;
}

.overlay-layer-loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.36);
	z-index: 999999999;
	display:none;
}
.overlay-layer-loader .loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
.thumbcontainer {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    position: fixed;
    left: 0px;
    bottom: -100vh;
    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 {
    bottom: 0px !important;
}
body.no-header .down {
    bottom: 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;
}
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
.bottomright {
    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 .bottomright {
    opacity: 0;
    pointer-events: none;
}
/* .bottomright *{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;}
.bottomright.initialized{display:block;}
.bottomright.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){
	.bottomright.initialized .video_btn {
		top: 35px;
		width: 25px;
		height: 25px;
	}
}
.bottomright.playing:hover .pause_btn{
	/* display:block; */
	opacity:1;
	pointer-events: auto;
}
.bottomright.paused:hover .play_btn{
	/* display:block; */
	opacity:1;
	pointer-events: auto;
}
.bottomright.initialized .stop_btn {
    right: 15px;
    left: auto;
    width: 15px;
    height: 15px;
    top: 15px;
    bottom: auto;
    overflow: hidden;
}
.bottomright.initialized:hover .stop_btn {
    /* display: block; */
	pointer-events: auto;
	opacity:1;
}
.bottomright.initialized .stop_btn svg {
    display: block;
}








.bottomright.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: #525e6c;
    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;}
.bottomright.close_video_box #not_presenter_chromakey_toolbar .action_btn svg.not_presenter_chromakey_toolbar_closed_svg {display:block !important;transform: rotate(180deg);}
.bottomright.close_video_box #not_presenter_chromakey_toolbar .action_btn svg.not_presenter_chromakey_toolbar_opened_svg {display:none !important;}
.bottomright.not_presenter_chromakey {background-color: #94a3c0;}
.bottomright.not_presenter_chromakey .stop_btn{display:none !important;}
.bottomright.close_video_box.not_presenter_chromakey #not_presenter_chromakey_toolbar{color:#ffffff;}

.bottomright.presenter_chromakey #not_presenter_chromakey_toolbar {
    display: none;
}
.bottomright.presenter_chromakey.close_video_box #not_presenter_chromakey_toolbar {
    display: block;
}

@media screen and (max-width: 800px) {
	.bottomright.close_video_box #not_presenter_chromakey_toolbar {
		color: transparent !important;
		background-color: transparent;
	}
	.bottomright.close_video_box #not_presenter_chromakey_toolbar .action_btn {
		color: #ffffff !important;
		pointer-events: auto;
	}
	.bottomright.close_video_box {
		background-color: transparent !important;
		pointer-events: none;
	}
}




/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
.bg-dark {
    background-color: #ffffff !important;
}
header{
    display: block;
    z-index: 9;
    position: absolute;
}
header *{
	font-family:'Open Sans';
}
@media (max-width: 768px){
	.navbar-dark .navbar-toggler {
		background-color: #000000 !important;
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 9999;
	}
	#navbarCollapse {
		background: #ffffff !important;
		padding: 10px 19px;
	}
}
.navbar-nav.mr-auto > li{
	text-transform: capitalize;
	margin-right: 24px;
	font-size: 15px;
}
.navbar-nav a.nav-link svg {
    width: 26px;
    margin-right: 15px;
    position: relative;
    top: -1px;
}
.navbar-nav .nav-link{cursor:pointer;}
.navbar-nav .sr-only{display:none;}
.navbar-nav .active .sr-only{display:inline-block;}
.navbar-nav .dropdown-menu{left:auto;}
.navbar-nav .sub-menu {
	text-transform: initial;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(43, 59, 76, 0) !important;
    backdrop-filter: blur(10px);
}
@media (max-width: 768px){
	#navbarCollapse {
		max-height: 100vh;
		overflow: auto;
	}
}
@media (min-width: 768px){
	.navbar-nav .sub-menu {
		background-color: #1e72b3 !important;
	}
	.navbar-expand-md .navbar-nav > li > ul{min-width: 280px;background-color: rgba(21, 36, 60, 0.85);}
	.navbar-expand-md .navbar-nav > li:hover > ul{display:block;}
	.dropdown-menu .submenu {background-color: rgba(21, 36, 60, 0.85) !important;}
	.navbar-expand-md .navbar-nav > li ul {
		min-width: 280px;
		padding: 0px;
		left: -12px;
		border-radius: 0;
	}
	.dropdown-menu > li {
		border-bottom: 1px solid #d0d0d0;
		padding-left: 10px;
		padding: 5px 5px 5px 10px;
	}
	.dropdown-menu > li:last-child {
		border-bottom: 0px;
	}
	nav.navbar ul#top_menu > li > ul {
		margin-top: -1px;
	}
	.dropdown-menu {
		top: 57px;
	}
	.navbar-expand-md .navbar-nav > .nav-item > .nav-link {
		border-bottom: 17px solid transparent;
	}
	.navbar-nav{
		margin-left: 0px;
	}
	nav.navbar {
		height: 56px;
		padding-top: 24px;
		box-sizing: border-box;
	}
	li.nav-item.apply_now_btn {
		position: absolute;
		right: 0;
		background-color: #94a3c0;
		margin: 0;
		top: 0;
		border-left: 1px solid #ffffff;
		height: 100%;
		line-height: 38px;
		width: 166px;
		text-align: center;
		font-size: 15px;
	}
	li.nav-item.apply_now_btn a{
		color: #000000 !important;
		border: 0px solid transparent;
	}
}
@media (min-width: 768px) and (max-width: 850px){
	.navbar-nav{
		margin-left: 0px;	
	}	
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.navbar-expand-md .navbar-nav{display:block;}
	.navbar-nav.mr-auto > li{display:inline-block;}
	#container{z-index:1;}
}
/* .navbar-expand-md .navbar-nav > li:hover > ul a { */
.navbar-expand-md .navbar-nav > li > ul a {
    font-weight: normal !important;
}











/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */




/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */

button {
	position: relative;
	/* font-family: Poppins,sans-serif; */
	text-transform: uppercase;
	background-color: initial;
	font-weight: 600;
	padding: 5px 10px 3px;
	border-radius: 20px;
	transition: all .25s ease;
	line-height: 1rem;
}
.drawer-content {
	position: fixed;
	z-index: 9999999;
	right: 0;
	bottom: -100%;
	left: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	background-color: rgba(26,26,26,.8);
	width:100%;
	height:100%;
	transition: all .7s ease;
	opacity: 0;
	pointer-events: none;
	display:none;
}
.drawer-content.open {
	bottom: 0;
	opacity: 1;
	pointer-events: auto;
	display:block !important;
}
.drawer-content .gesture-button-wrapper {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 100px
}

.drawer-content .gesture-button-wrapper .gesture-button .bar {
	margin-top: 15px;
	height: 4px;
	width: 30px;
	background-color: #e8e8e8;
	border-radius: 5px
}

.media-gallery {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	width: 100%
}

@media (min-width: 2049px) {
	.media-gallery {
		justify-content:space-between
	}
}
/*
@media only screen and (min-width: 414px) and (max-width:812px) and (orientation:landscape) {
	.media-gallery {
		justify-content:center;
		height: 100%
	}
}
*/
/*
@media (min-width: 1025px) {
	.media-gallery ::-webkit-scrollbar {
		display:none
	}
}
*/
.close-btn {
	color: #e8e8e8!important;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: .8rem;
	border: none;
	margin: 0;
	pointer-events: all;
	height: 48px;
	padding: 0 10px;
	border-radius: 0;
	box-shadow: none!important;
	-webkit-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: .25s;
	animation-duration: .25s
}

@media (min-width: 1025px) {
	.close-btn {
		color:#e8e8e8!important;
		background: transparent!important;
		height: 32px
	}

	.close-btn:hover {
		color: #fff!important
	}
}

.info {
	min-height: 100px;
	width: 70%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 10vh
}

@media screen and (max-width: 420px) {
	.info {
		margin-top:50px;
		width: calc(100% - 40px)
	}
}
/*
@media only screen and (min-width: 414px) and (max-width:812px) and (orientation:landscape) {
	.info {
		display:none
	}
}
*/
@media (max-width:1024px) {
	.info {
		margin-top:50px
	}
}

.info h2 {
	top: 0;
	color: #e8e8e8;
	font-size: 1.2rem
}

.info .description {
	color: #e8e8e8;
	font-size: 1rem;
	text-align: center;
	margin-top: 10px;
	/*max-height: 60px;*/
	/*overflow-y: scroll;*/
	text-overflow: ellipsis;
	scrollbar-width: none;
}


@media screen and (max-width: 700px) {
	.info .description{margin-bottom:0;}
}
@media screen and (max-width: 420px) {
	.info .description {
		font-size:.8rem;
	}
}
/*
@media only screen and (min-width: 414px) and (max-width:812px) and (orientation:landscape) {
	.info .description {
		max-height:40px
	}
}
*/
.media-gallery .line {
	margin: 20px 0 40px 0;
	width: 70%;
	height: 1px;
	background-color: #4a4a4a;
}

@media screen and (max-width: 900px) {
	.media-gallery .line {
		width:calc(100% - 40px);
		margin: 20px 0;
	}
}
@media screen and (max-width: 420px) {
	.media-gallery .line {
		width:calc(100% - 40px);
		margin: 10px 0;
	}
}
/*
@media only screen and (min-width: 414px) and (max-width:812px) and (orientation:landscape) {
	.media-gallery .line {
		display:none;
	}
}
*/
.grid-wrapper {
	width: 70%
}

@media (min-width: 2049px) {
	.grid-wrapper {
		bottom:240px
	}
}

@media (max-width:1024px){
	.grid-wrapper {
		width:calc(100% - 40px)
	}
}

@media screen and (max-width: 420px) {
	.grid-wrapper {
		width:calc(100% - 40px)
	}
}
/*
@media only screen and (min-width: 414px) and (max-width:812px) and (orientation:landscape) {
	.grid-wrapper {
		position:fixed;
		width: calc(100% - 40px)
	}
}
*/
.grid-wrapper .thumbnail-grid {
	z-index: 10;
	/* max-height: 500px; */
	/* overflow-y: auto; */
	/*scrollbar-width: none; */
	/* display: grid; */
	/* align-items: center; */
	/* grid-template-columns: repeat(auto-fill,minmax(260px,1fr)); */
	/* grid-auto-rows: minmax(150px,1fr); */
	/* grid-gap: 20px; */
	width: 100%;
}
.grid-wrapper .media-thumbnail {
	display: inline-block;
	width: 23% !important;
	height: auto !important;
	margin-right: 1%;
	margin-left: 1%;
}
@media screen and (max-width: 1200px) {
	.grid-wrapper .media-thumbnail {
		display: inline-block;
		width: 31% !important;
		height: auto !important;
		margin-right: 1%;
		margin-left: 1%;
	}
}
@media screen and (max-width: 625px) {
	.grid-wrapper .media-thumbnail {
		display: inline-block;
		width: 48% !important;
		height: auto !important;
		margin-right: 1%;
		margin-left: 1%;
	}
}
@media screen and (max-width: 430px) {
	.grid-wrapper .media-thumbnail {
		display: inline-block;
		width: 98% !important;
		height: auto !important;
		margin-right: 1%;
		margin-left: 1%;
	}
}

@media screen and (max-width: 420px) {
	.grid-wrapper .thumbnail-grid {
		max-height:calc(100vh - 225px);
		max-height: calc(var(--vh, 1vh)*100 - 225px)
	}
}

@media (max-width:1024px){
	.grid-wrapper .thumbnail-grid {
		max-height:calc(100vh - 250px);
		max-height: calc(var(--vh, 1vh)*100 - 250px)
	}
}
/*
@media only screen and (min-width: 414px) and (max-width:812px) and (orientation:landscape) {
	.grid-wrapper .thumbnail-grid {
		display:grid;
		grid-gap: 10px;
		grid-template-columns: repeat(10000,70%);
		grid-template-rows: minmax(260px,1fr);
		overflow-x: scroll
	}
}
*/
@media (min-width: 2049px) {
	.grid-wrapper .thumbnail-grid {
		max-height:680px
	}
}

.grid-wrapper .grid:before {
	content: "";
	width: 0;
	padding-bottom: 100%
}

.grid-wrapper .grid:before,.grid-wrapper .grid>* {
	grid-row: 1/1;
	grid-column: 1/1
}

.grid-wrapper .media-thumbnail {
	position: relative;
	/* background-color: #fff; */
	width: 100%;
	height: 100%;
	opacity: .8;
	transition: border .5s ease,width .5s ease,height .5s ease;
	background: unset !important;
}

.grid-wrapper .media-thumbnail.active {
	border: 1px solid #fff;
	width: calc(100% - 2px);
	height: calc(100% - 2px)
}

.grid-wrapper .media-thumbnail.active .stop-name {
	color: #fff
}

.grid-wrapper .media-thumbnail img {
	width: 100%;
	height: 100%
}

.grid-wrapper .media-thumbnail:hover {
	opacity: 1
}

.grid-wrapper .media-thumbnail:focus {
	border: 2px solid #33adff;
	width: calc(100% - 4px);
	height: calc(100% - 4px)
}

.grid-wrapper .media-thumbnail .stop-name {
    position: absolute;
    bottom: 5px;
    left: 10px;
    color: #ffffff;
    font-size: .8rem;
    /* font-weight: 600; */
    max-width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-shadow: 0px 0 3px rgba(0, 0, 0, 0.55);
    letter-spacing: 0.5px;
}

.grid-wrapper .selected {
	color: #e8e8e8;
	position: absolute;
	bottom: 20px
}
.media-thumbnail svg {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	color: rgba(256,256,256,0.1);
	font-size: 110px;
	width: 21%;
	height: auto;
	fill: rgba(255, 255, 255, 0.8);
}
.media-thumbnail{
	pointer-events:none;
	display:none;
}
.media-thumbnail.ready {
	pointer-events:auto;
	cursor: pointer;
	display:inline-block;
}
.media-thumbnail.ready svg{
	display:none;
}



@media (max-width:900px) and (orientation:landscape) {
	.media-gallery {
		backdrop-filter: blur(3px);
	}
	.media-gallery > span.selected.noselect {
		top: 10px !important;
	}
	.media-gallery > .close-btn {
		top: 2px !important;
	}
	.info {
		width: 90%;
		margin-top: 58px;
		height: auto;
		min-height: auto;
	}
	.info h2 {
		display:none;
		margin-bottom: 0;
		font-size: 16px;
	}
	.info .description {
		font-size: 13px;
		line-height: normal;
		margin-top: -36px;
		margin-bottom: 0px;
	}
	.media-gallery .line {
		margin: 10px 0;
	}
	.grid-wrapper {
		padding-bottom: 10px !important;
	}
	
}

.grid-wrapper::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.grid-wrapper::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.grid-wrapper::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.grid-wrapper::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
.grid-wrapper::-webkit-scrollbar-thumb:active {
  background: #000000;
}
.grid-wrapper::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.grid-wrapper::-webkit-scrollbar-track:hover {
  background: #666666;
}
.grid-wrapper::-webkit-scrollbar-track:active {
  background: #333333;
}
.grid-wrapper::-webkit-scrollbar-corner {
  background: transparent;
}











/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */



.accessibility_tab_parent {
    display: block !important;
}
.accessibility_tab_parent button.accessibility_tab {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0px;
}
.accessibility_tab_parent .hint--top:after {
    background-color: transparent !important;
    color: #ffffff !important;
    box-shadow: unset;
    font-size: 15px !important;
    letter-spacing: 0.5px !important;
    background-color: #003c3c !important;
    border-radius: 50px !important;
    padding: 10px 20px !important;
}
.accessibility_tab_parent .hint--top:before {
    border-top-color: #003c3c !important;
}


.btn_transparent{
	background-color:transparent;
	border:0px solid;
}

.explore_by_subject_warper > div > ul > li button {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    text-align: left;
    width: 100%;
	text-transform: inherit;
}





/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */














/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
#info_btn{pointer-events:auto;cursor:pointer;}


/* infobox */
#infobox_close_btn {
	display: block !important;
	position: absolute;
	right: -30px;
	top: -4px;
	width: 24px;
	height: 24px;
	z-index: 9999;
	fill: #ffffff;
	/* background-color: rgba(0, 0, 0, 0.39); */
	padding: 2px;
	box-sizing: border-box;
	border-radius: 5px;
	cursor: pointer;
}
.infomedia > * {
	border-radius: 4px 4px 0 0;
	overflow: hidden;
}
.q-dialog .q-dialog__inner>div {
	overflow: inherit !important;
}

.q-dialog .fixed,.q-dialog  .fixed-bottom,.q-dialog  .fixed-bottom-left,.q-dialog .fixed-bottom-right,.q-dialog  .fixed-center,.q-dialog  .fixed-full,.q-dialog  .fixed-left,.q-dialog  .fixed-right,.q-dialog  .fixed-top,.q-dialog  .fixed-top-left,.q-dialog  .fixed-top-right,.q-dialog.fullscreen {
	position: fixed;
}
.q-dialog .absolute-full,.q-dialog  .fixed-full, .q-dialog.fullscreen {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.q-dialog a{
	color:#000000;
	text-decoration: underline;
}
.q-dialog .flex-center,.q-dialog  .items-center {
	align-items: center;
}
.q-dialog .flex-center,.q-dialog  .justify-center {
	justify-content: center;
}
.q-dialog .column,.q-dialog  .flex,.q-dialog  .row {
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0;
}
.q-dialog.fullscreen *,.q-dialog.fullscreen :after,.q-dialog.fullscreen :before {
	box-sizing: inherit;
	-webkit-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
}
.no-pointer-events {
	pointer-events: none!important;
}
.q-dialog.fullscreen {
	z-index: 6000;
	border-radius: 0!important;
	max-width: 100vw;
	max-height: 100vh;
	position: fixed;
}
.q-dialog{
	transition: all 300ms ease-in-out;
	transform: scale(1);
	opacity:1;
}

.q-card::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);background-color: transparent;cursor: pointer;}
.q-card::-webkit-scrollbar{width: 8px;background-color: transparent;cursor: pointer;}
.q-card::-webkit-scrollbar-thumb{background-color: rgba(42, 58, 75, 0.6);cursor: pointer;transition: all 300ms ease-in-out;border-radius: 900px;}
.q-card::-webkit-scrollbar-thumb:hover{background-color: rgba(42, 58, 75, 0.9);}

.q-dialog.hide_popup *{
	pointer-events: none !important;
}
.q-dialog.hide_popup{
	pointer-events: none;
	/* transform: scale(0); */
	opacity:0;
	display:none;
}
.q-dialog .q-dialog__backdrop {
	z-index: -1;
	pointer-events: all;
	background: rgba(0,0,0,0.4);
}
.q-dialog .q-dialog__inner--minimized {
	padding: 24px;
}
.q-dialog .q-dialog__inner {
	outline: 0;
}
.q-dialog .q-card__actions {
	padding: 8px;
	align-items: center;
}
.q-dialog .q-card__section--vert {
	padding: 16px;
}
.q-dialog .q-card__section--vert {
	padding: 16px;
}
.q-dialog .q-card__section {
	position: relative;
}
.q-dialog .q-card>div {
	border-left: 0;
	border-right: 0;
	box-shadow: none;
}
.q-dialog .q-card {
	box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
	border-radius: 4px;
	vertical-align: top;
	background: #fff;
	position: relative;
	transition: all 300ms ease-in-out;
	transform:scale(0);
	transform:scale(1);
}
.q-dialog.hide_popup .q-card{
	transform:scale(0);
}
.q-dialog .q-dialog__inner>div {
	pointer-events: all;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	will-change: scroll-position;
	border-radius: 4px;
	box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px rgba(0,0,0,0.14), 0 1px 10px rgba(0,0,0,0.12);
}
.q-dialog .q-dialog__inner--minimized>div {
	max-height: calc(100vh - 48px);
}
.q-dialog .q-card>div:first-child,.q-dialog .q-card>img:first-child {
	border-top: 0;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}
.q-dialog .q-card>div:not(:last-child),.q-dialog .q-card>img:not(:last-child) {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.q-dialog .q-card>div:not(:first-child),.q-dialog .q-card>img:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.q-dialog .infoabovetitle {
	font-size: 0.8em;
	font-weight: 500;
}
.q-dialog .infotitle {
	font-size: 1.1em;
	font-weight: 700;
}
.q-dialog .infocontent {
	font-size: 0.8em;
	font-weight: 400;
}
.q-dialog .taggies {
	font-size: 0.8em;
	cursor: pointer;
}
.q-dialog .taggies a {
	padding: 5px;
}

@media (min-width: 0) {
	.flex>.col,.flex>.col-0,.flex>.col-1,.flex>.col-2,.flex>.col-3,.flex>.col-4,.flex>.col-5,.flex>.col-6,.flex>.col-7,.flex>.col-8,.flex>.col-9,.flex>.col-10,.flex>.col-11,.flex>.col-12,.flex>.col-auto,.flex>.col-grow,.flex>.col-shrink,.flex>.col-xs,.flex>.col-xs-0,.flex>.col-xs-1,.flex>.col-xs-2,.flex>.col-xs-3,.flex>.col-xs-4,.flex>.col-xs-5,.flex>.col-xs-6,.flex>.col-xs-7,.flex>.col-xs-8,.flex>.col-xs-9,.flex>.col-xs-10,.flex>.col-xs-11,.flex>.col-xs-12,.flex>.col-xs-auto,.flex>.col-xs-grow,.flex>.col-xs-shrink,.row>.col,.row>.col-0,.row>.col-1,.row>.col-2,.row>.col-3,.row>.col-4,.row>.col-5,.row>.col-6,.row>.col-7,.row>.col-8,.row>.col-9,.row>.col-10,.row>.col-11,.row>.col-12,.row>.col-auto,.row>.col-grow,.row>.col-shrink,.row>.col-xs,.row>.col-xs-0,.row>.col-xs-1,.row>.col-xs-2,.row>.col-xs-3,.row>.col-xs-4,.row>.col-xs-5,.row>.col-xs-6,.row>.col-xs-7,.row>.col-xs-8,.row>.col-xs-9,.row>.col-xs-10,.row>.col-xs-11,.row>.col-xs-12,.row>.col-xs-auto,.row>.col-xs-grow,.row>.col-xs-shrink {
		width:auto;
		min-width: 0;
		max-width: 100%
	}

	.column>.col,.column>.col-0,.column>.col-1,.column>.col-2,.column>.col-3,.column>.col-4,.column>.col-5,.column>.col-6,.column>.col-7,.column>.col-8,.column>.col-9,.column>.col-10,.column>.col-11,.column>.col-12,.column>.col-auto,.column>.col-grow,.column>.col-shrink,.column>.col-xs,.column>.col-xs-0,.column>.col-xs-1,.column>.col-xs-2,.column>.col-xs-3,.column>.col-xs-4,.column>.col-xs-5,.column>.col-xs-6,.column>.col-xs-7,.column>.col-xs-8,.column>.col-xs-9,.column>.col-xs-10,.column>.col-xs-11,.column>.col-xs-12,.column>.col-xs-auto,.column>.col-xs-grow,.column>.col-xs-shrink,.flex>.col,.flex>.col-0,.flex>.col-1,.flex>.col-2,.flex>.col-3,.flex>.col-4,.flex>.col-5,.flex>.col-6,.flex>.col-7,.flex>.col-8,.flex>.col-9,.flex>.col-10,.flex>.col-11,.flex>.col-12,.flex>.col-auto,.flex>.col-grow,.flex>.col-shrink,.flex>.col-xs,.flex>.col-xs-0,.flex>.col-xs-1,.flex>.col-xs-2,.flex>.col-xs-3,.flex>.col-xs-4,.flex>.col-xs-5,.flex>.col-xs-6,.flex>.col-xs-7,.flex>.col-xs-8,.flex>.col-xs-9,.flex>.col-xs-10,.flex>.col-xs-11,.flex>.col-xs-12,.flex>.col-xs-auto,.flex>.col-xs-grow,.flex>.col-xs-shrink {
		height: auto;
		min-height: 0;
		max-height: 100%
	}

	.col,.col-xs {
		flex: 10000 1 0%
	}

	.col-0,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-xs-0,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-auto {
		flex: 0 0 auto
	}

	.col-grow,.col-xs-grow {
		flex: 1 0 auto
	}

	.col-shrink,.col-xs-shrink {
		flex: 0 1 auto
	}

	.row>.col-0,.row>.col-xs-0 {
		height: auto;
		width: 0%
	}

	.row>.offset-0,.row>.offset-xs-0 {
		margin-left: 0%
	}

	.column>.col-0,.column>.col-xs-0 {
		height: 0%;
		width: auto
	}

	.row>.col-1,.row>.col-xs-1 {
		height: auto;
		width: 8.3333%
	}

	.row>.offset-1,.row>.offset-xs-1 {
		margin-left: 8.3333%
	}

	.column>.col-1,.column>.col-xs-1 {
		height: 8.3333%;
		width: auto
	}

	.row>.col-2,.row>.col-xs-2 {
		height: auto;
		width: 16.6667%
	}

	.row>.offset-2,.row>.offset-xs-2 {
		margin-left: 16.6667%
	}

	.column>.col-2,.column>.col-xs-2 {
		height: 16.6667%;
		width: auto
	}

	.row>.col-3,.row>.col-xs-3 {
		height: auto;
		width: 25%
	}

	.row>.offset-3,.row>.offset-xs-3 {
		margin-left: 25%
	}

	.column>.col-3,.column>.col-xs-3 {
		height: 25%;
		width: auto
	}

	.row>.col-4,.row>.col-xs-4 {
		height: auto;
		width: 33.3333%
	}

	.row>.offset-4,.row>.offset-xs-4 {
		margin-left: 33.3333%
	}

	.column>.col-4,.column>.col-xs-4 {
		height: 33.3333%;
		width: auto
	}

	.row>.col-5,.row>.col-xs-5 {
		height: auto;
		width: 41.6667%
	}

	.row>.offset-5,.row>.offset-xs-5 {
		margin-left: 41.6667%
	}

	.column>.col-5,.column>.col-xs-5 {
		height: 41.6667%;
		width: auto
	}

	.row>.col-6,.row>.col-xs-6 {
		height: auto;
		width: 50%
	}

	.row>.offset-6,.row>.offset-xs-6 {
		margin-left: 50%
	}

	.column>.col-6,.column>.col-xs-6 {
		height: 50%;
		width: auto
	}

	.row>.col-7,.row>.col-xs-7 {
		height: auto;
		width: 58.3333%
	}

	.row>.offset-7,.row>.offset-xs-7 {
		margin-left: 58.3333%
	}

	.column>.col-7,.column>.col-xs-7 {
		height: 58.3333%;
		width: auto
	}

	.row>.col-8,.row>.col-xs-8 {
		height: auto;
		width: 66.6667%
	}

	.row>.offset-8,.row>.offset-xs-8 {
		margin-left: 66.6667%
	}

	.column>.col-8,.column>.col-xs-8 {
		height: 66.6667%;
		width: auto
	}

	.row>.col-9,.row>.col-xs-9 {
		height: auto;
		width: 75%
	}

	.row>.offset-9,.row>.offset-xs-9 {
		margin-left: 75%
	}

	.column>.col-9,.column>.col-xs-9 {
		height: 75%;
		width: auto
	}

	.row>.col-10,.row>.col-xs-10 {
		height: auto;
		width: 83.3333%
	}

	.row>.offset-10,.row>.offset-xs-10 {
		margin-left: 83.3333%
	}

	.column>.col-10,.column>.col-xs-10 {
		height: 83.3333%;
		width: auto
	}

	.row>.col-11,.row>.col-xs-11 {
		height: auto;
		width: 91.6667%
	}

	.row>.offset-11,.row>.offset-xs-11 {
		margin-left: 91.6667%
	}

	.column>.col-11,.column>.col-xs-11 {
		height: 91.6667%;
		width: auto
	}

	.row>.col-12,.row>.col-xs-12 {
		height: auto;
		width: 100%
	}

	.row>.offset-12,.row>.offset-xs-12 {
		margin-left: 100%
	}

	.column>.col-12,.column>.col-xs-12 {
		height: 100%;
		width: auto
	}

	.row>.col-all {
		height: auto;
		flex: 0 0 100%
	}
}

@media (min-width: 600px) {
	.flex>.col-sm,.flex>.col-sm-0,.flex>.col-sm-1,.flex>.col-sm-2,.flex>.col-sm-3,.flex>.col-sm-4,.flex>.col-sm-5,.flex>.col-sm-6,.flex>.col-sm-7,.flex>.col-sm-8,.flex>.col-sm-9,.flex>.col-sm-10,.flex>.col-sm-11,.flex>.col-sm-12,.flex>.col-sm-auto,.flex>.col-sm-grow,.flex>.col-sm-shrink,.row>.col-sm,.row>.col-sm-0,.row>.col-sm-1,.row>.col-sm-2,.row>.col-sm-3,.row>.col-sm-4,.row>.col-sm-5,.row>.col-sm-6,.row>.col-sm-7,.row>.col-sm-8,.row>.col-sm-9,.row>.col-sm-10,.row>.col-sm-11,.row>.col-sm-12,.row>.col-sm-auto,.row>.col-sm-grow,.row>.col-sm-shrink {
		width:auto;
		min-width: 0;
		max-width: 100%
	}

	.column>.col-sm,.column>.col-sm-0,.column>.col-sm-1,.column>.col-sm-2,.column>.col-sm-3,.column>.col-sm-4,.column>.col-sm-5,.column>.col-sm-6,.column>.col-sm-7,.column>.col-sm-8,.column>.col-sm-9,.column>.col-sm-10,.column>.col-sm-11,.column>.col-sm-12,.column>.col-sm-auto,.column>.col-sm-grow,.column>.col-sm-shrink,.flex>.col-sm,.flex>.col-sm-0,.flex>.col-sm-1,.flex>.col-sm-2,.flex>.col-sm-3,.flex>.col-sm-4,.flex>.col-sm-5,.flex>.col-sm-6,.flex>.col-sm-7,.flex>.col-sm-8,.flex>.col-sm-9,.flex>.col-sm-10,.flex>.col-sm-11,.flex>.col-sm-12,.flex>.col-sm-auto,.flex>.col-sm-grow,.flex>.col-sm-shrink {
		height: auto;
		min-height: 0;
		max-height: 100%
	}

	.col-sm {
		flex: 10000 1 0%
	}

	.col-sm-0,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto {
		flex: 0 0 auto
	}

	.col-sm-grow {
		flex: 1 0 auto
	}

	.col-sm-shrink {
		flex: 0 1 auto
	}

	.row>.col-sm-0 {
		height: auto;
		width: 0%
	}

	.row>.offset-sm-0 {
		margin-left: 0%
	}

	.column>.col-sm-0 {
		height: 0%;
		width: auto
	}

	.row>.col-sm-1 {
		height: auto;
		width: 8.3333%
	}

	.row>.offset-sm-1 {
		margin-left: 8.3333%
	}

	.column>.col-sm-1 {
		height: 8.3333%;
		width: auto
	}

	.row>.col-sm-2 {
		height: auto;
		width: 16.6667%
	}

	.row>.offset-sm-2 {
		margin-left: 16.6667%
	}

	.column>.col-sm-2 {
		height: 16.6667%;
		width: auto
	}

	.row>.col-sm-3 {
		height: auto;
		width: 25%
	}

	.row>.offset-sm-3 {
		margin-left: 25%
	}

	.column>.col-sm-3 {
		height: 25%;
		width: auto
	}

	.row>.col-sm-4 {
		height: auto;
		width: 33.3333%
	}

	.row>.offset-sm-4 {
		margin-left: 33.3333%
	}

	.column>.col-sm-4 {
		height: 33.3333%;
		width: auto
	}

	.row>.col-sm-5 {
		height: auto;
		width: 41.6667%
	}

	.row>.offset-sm-5 {
		margin-left: 41.6667%
	}

	.column>.col-sm-5 {
		height: 41.6667%;
		width: auto
	}

	.row>.col-sm-6 {
		height: auto;
		width: 50%
	}

	.row>.offset-sm-6 {
		margin-left: 50%
	}

	.column>.col-sm-6 {
		height: 50%;
		width: auto
	}

	.row>.col-sm-7 {
		height: auto;
		width: 58.3333%
	}

	.row>.offset-sm-7 {
		margin-left: 58.3333%
	}

	.column>.col-sm-7 {
		height: 58.3333%;
		width: auto
	}

	.row>.col-sm-8 {
		height: auto;
		width: 66.6667%
	}

	.row>.offset-sm-8 {
		margin-left: 66.6667%
	}

	.column>.col-sm-8 {
		height: 66.6667%;
		width: auto
	}

	.row>.col-sm-9 {
		height: auto;
		width: 75%
	}

	.row>.offset-sm-9 {
		margin-left: 75%
	}

	.column>.col-sm-9 {
		height: 75%;
		width: auto
	}

	.row>.col-sm-10 {
		height: auto;
		width: 83.3333%
	}

	.row>.offset-sm-10 {
		margin-left: 83.3333%
	}

	.column>.col-sm-10 {
		height: 83.3333%;
		width: auto
	}

	.row>.col-sm-11 {
		height: auto;
		width: 91.6667%
	}

	.row>.offset-sm-11 {
		margin-left: 91.6667%
	}

	.column>.col-sm-11 {
		height: 91.6667%;
		width: auto
	}

	.row>.col-sm-12 {
		height: auto;
		width: 100%
	}

	.row>.offset-sm-12 {
		margin-left: 100%
	}

	.column>.col-sm-12 {
		height: 100%;
		width: auto
	}
}

@media (min-width: 1024px) {
	.flex>.col-md,.flex>.col-md-0,.flex>.col-md-1,.flex>.col-md-2,.flex>.col-md-3,.flex>.col-md-4,.flex>.col-md-5,.flex>.col-md-6,.flex>.col-md-7,.flex>.col-md-8,.flex>.col-md-9,.flex>.col-md-10,.flex>.col-md-11,.flex>.col-md-12,.flex>.col-md-auto,.flex>.col-md-grow,.flex>.col-md-shrink,.row>.col-md,.row>.col-md-0,.row>.col-md-1,.row>.col-md-2,.row>.col-md-3,.row>.col-md-4,.row>.col-md-5,.row>.col-md-6,.row>.col-md-7,.row>.col-md-8,.row>.col-md-9,.row>.col-md-10,.row>.col-md-11,.row>.col-md-12,.row>.col-md-auto,.row>.col-md-grow,.row>.col-md-shrink {
		width:auto;
		min-width: 0;
		max-width: 100%
	}

	.column>.col-md,.column>.col-md-0,.column>.col-md-1,.column>.col-md-2,.column>.col-md-3,.column>.col-md-4,.column>.col-md-5,.column>.col-md-6,.column>.col-md-7,.column>.col-md-8,.column>.col-md-9,.column>.col-md-10,.column>.col-md-11,.column>.col-md-12,.column>.col-md-auto,.column>.col-md-grow,.column>.col-md-shrink,.flex>.col-md,.flex>.col-md-0,.flex>.col-md-1,.flex>.col-md-2,.flex>.col-md-3,.flex>.col-md-4,.flex>.col-md-5,.flex>.col-md-6,.flex>.col-md-7,.flex>.col-md-8,.flex>.col-md-9,.flex>.col-md-10,.flex>.col-md-11,.flex>.col-md-12,.flex>.col-md-auto,.flex>.col-md-grow,.flex>.col-md-shrink {
		height: auto;
		min-height: 0;
		max-height: 100%
	}

	.col-md {
		flex: 10000 1 0%
	}

	.col-md-0,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto {
		flex: 0 0 auto
	}

	.col-md-grow {
		flex: 1 0 auto
	}

	.col-md-shrink {
		flex: 0 1 auto
	}

	.row>.col-md-0 {
		height: auto;
		width: 0%
	}

	.row>.offset-md-0 {
		margin-left: 0%
	}

	.column>.col-md-0 {
		height: 0%;
		width: auto
	}

	.row>.col-md-1 {
		height: auto;
		width: 8.3333%
	}

	.row>.offset-md-1 {
		margin-left: 8.3333%
	}

	.column>.col-md-1 {
		height: 8.3333%;
		width: auto
	}

	.row>.col-md-2 {
		height: auto;
		width: 16.6667%
	}

	.row>.offset-md-2 {
		margin-left: 16.6667%
	}

	.column>.col-md-2 {
		height: 16.6667%;
		width: auto
	}

	.row>.col-md-3 {
		height: auto;
		width: 25%
	}

	.row>.offset-md-3 {
		margin-left: 25%
	}

	.column>.col-md-3 {
		height: 25%;
		width: auto
	}

	.row>.col-md-4 {
		height: auto;
		width: 33.3333%
	}

	.row>.offset-md-4 {
		margin-left: 33.3333%
	}

	.column>.col-md-4 {
		height: 33.3333%;
		width: auto
	}

	.row>.col-md-5 {
		height: auto;
		width: 41.6667%
	}

	.row>.offset-md-5 {
		margin-left: 41.6667%
	}

	.column>.col-md-5 {
		height: 41.6667%;
		width: auto
	}

	.row>.col-md-6 {
		height: auto;
		width: 50%
	}

	.row>.offset-md-6 {
		margin-left: 50%
	}

	.column>.col-md-6 {
		height: 50%;
		width: auto
	}

	.row>.col-md-7 {
		height: auto;
		width: 58.3333%
	}

	.row>.offset-md-7 {
		margin-left: 58.3333%
	}

	.column>.col-md-7 {
		height: 58.3333%;
		width: auto
	}

	.row>.col-md-8 {
		height: auto;
		width: 66.6667%
	}

	.row>.offset-md-8 {
		margin-left: 66.6667%
	}

	.column>.col-md-8 {
		height: 66.6667%;
		width: auto
	}

	.row>.col-md-9 {
		height: auto;
		width: 75%
	}

	.row>.offset-md-9 {
		margin-left: 75%
	}

	.column>.col-md-9 {
		height: 75%;
		width: auto
	}

	.row>.col-md-10 {
		height: auto;
		width: 83.3333%
	}

	.row>.offset-md-10 {
		margin-left: 83.3333%
	}

	.column>.col-md-10 {
		height: 83.3333%;
		width: auto
	}

	.row>.col-md-11 {
		height: auto;
		width: 91.6667%
	}

	.row>.offset-md-11 {
		margin-left: 91.6667%
	}

	.column>.col-md-11 {
		height: 91.6667%;
		width: auto
	}

	.row>.col-md-12 {
		height: auto;
		width: 100%
	}

	.row>.offset-md-12 {
		margin-left: 100%
	}

	.column>.col-md-12 {
		height: 100%;
		width: auto
	}
}

@media (min-width: 1440px) {
	.flex>.col-lg,.flex>.col-lg-0,.flex>.col-lg-1,.flex>.col-lg-2,.flex>.col-lg-3,.flex>.col-lg-4,.flex>.col-lg-5,.flex>.col-lg-6,.flex>.col-lg-7,.flex>.col-lg-8,.flex>.col-lg-9,.flex>.col-lg-10,.flex>.col-lg-11,.flex>.col-lg-12,.flex>.col-lg-auto,.flex>.col-lg-grow,.flex>.col-lg-shrink,.row>.col-lg,.row>.col-lg-0,.row>.col-lg-1,.row>.col-lg-2,.row>.col-lg-3,.row>.col-lg-4,.row>.col-lg-5,.row>.col-lg-6,.row>.col-lg-7,.row>.col-lg-8,.row>.col-lg-9,.row>.col-lg-10,.row>.col-lg-11,.row>.col-lg-12,.row>.col-lg-auto,.row>.col-lg-grow,.row>.col-lg-shrink {
		width:auto;
		min-width: 0;
		max-width: 100%
	}

	.column>.col-lg,.column>.col-lg-0,.column>.col-lg-1,.column>.col-lg-2,.column>.col-lg-3,.column>.col-lg-4,.column>.col-lg-5,.column>.col-lg-6,.column>.col-lg-7,.column>.col-lg-8,.column>.col-lg-9,.column>.col-lg-10,.column>.col-lg-11,.column>.col-lg-12,.column>.col-lg-auto,.column>.col-lg-grow,.column>.col-lg-shrink,.flex>.col-lg,.flex>.col-lg-0,.flex>.col-lg-1,.flex>.col-lg-2,.flex>.col-lg-3,.flex>.col-lg-4,.flex>.col-lg-5,.flex>.col-lg-6,.flex>.col-lg-7,.flex>.col-lg-8,.flex>.col-lg-9,.flex>.col-lg-10,.flex>.col-lg-11,.flex>.col-lg-12,.flex>.col-lg-auto,.flex>.col-lg-grow,.flex>.col-lg-shrink {
		height: auto;
		min-height: 0;
		max-height: 100%
	}

	.col-lg {
		flex: 10000 1 0%
	}

	.col-lg-0,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto {
		flex: 0 0 auto
	}

	.col-lg-grow {
		flex: 1 0 auto
	}

	.col-lg-shrink {
		flex: 0 1 auto
	}

	.row>.col-lg-0 {
		height: auto;
		width: 0%
	}

	.row>.offset-lg-0 {
		margin-left: 0%
	}

	.column>.col-lg-0 {
		height: 0%;
		width: auto
	}

	.row>.col-lg-1 {
		height: auto;
		width: 8.3333%
	}

	.row>.offset-lg-1 {
		margin-left: 8.3333%
	}

	.column>.col-lg-1 {
		height: 8.3333%;
		width: auto
	}

	.row>.col-lg-2 {
		height: auto;
		width: 16.6667%
	}

	.row>.offset-lg-2 {
		margin-left: 16.6667%
	}

	.column>.col-lg-2 {
		height: 16.6667%;
		width: auto
	}

	.row>.col-lg-3 {
		height: auto;
		width: 25%
	}

	.row>.offset-lg-3 {
		margin-left: 25%
	}

	.column>.col-lg-3 {
		height: 25%;
		width: auto
	}

	.row>.col-lg-4 {
		height: auto;
		width: 33.3333%
	}

	.row>.offset-lg-4 {
		margin-left: 33.3333%
	}

	.column>.col-lg-4 {
		height: 33.3333%;
		width: auto
	}

	.row>.col-lg-5 {
		height: auto;
		width: 41.6667%
	}

	.row>.offset-lg-5 {
		margin-left: 41.6667%
	}

	.column>.col-lg-5 {
		height: 41.6667%;
		width: auto
	}

	.row>.col-lg-6 {
		height: auto;
		width: 50%
	}

	.row>.offset-lg-6 {
		margin-left: 50%
	}

	.column>.col-lg-6 {
		height: 50%;
		width: auto
	}

	.row>.col-lg-7 {
		height: auto;
		width: 58.3333%
	}

	.row>.offset-lg-7 {
		margin-left: 58.3333%
	}

	.column>.col-lg-7 {
		height: 58.3333%;
		width: auto
	}

	.row>.col-lg-8 {
		height: auto;
		width: 66.6667%
	}

	.row>.offset-lg-8 {
		margin-left: 66.6667%
	}

	.column>.col-lg-8 {
		height: 66.6667%;
		width: auto
	}

	.row>.col-lg-9 {
		height: auto;
		width: 75%
	}

	.row>.offset-lg-9 {
		margin-left: 75%
	}

	.column>.col-lg-9 {
		height: 75%;
		width: auto
	}

	.row>.col-lg-10 {
		height: auto;
		width: 83.3333%
	}

	.row>.offset-lg-10 {
		margin-left: 83.3333%
	}

	.column>.col-lg-10 {
		height: 83.3333%;
		width: auto
	}

	.row>.col-lg-11 {
		height: auto;
		width: 91.6667%
	}

	.row>.offset-lg-11 {
		margin-left: 91.6667%
	}

	.column>.col-lg-11 {
		height: 91.6667%;
		width: auto
	}

	.row>.col-lg-12 {
		height: auto;
		width: 100%
	}

	.row>.offset-lg-12 {
		margin-left: 100%
	}

	.column>.col-lg-12 {
		height: 100%;
		width: auto
	}
}

@media (min-width: 1920px) {
	.flex>.col-xl,.flex>.col-xl-0,.flex>.col-xl-1,.flex>.col-xl-2,.flex>.col-xl-3,.flex>.col-xl-4,.flex>.col-xl-5,.flex>.col-xl-6,.flex>.col-xl-7,.flex>.col-xl-8,.flex>.col-xl-9,.flex>.col-xl-10,.flex>.col-xl-11,.flex>.col-xl-12,.flex>.col-xl-auto,.flex>.col-xl-grow,.flex>.col-xl-shrink,.row>.col-xl,.row>.col-xl-0,.row>.col-xl-1,.row>.col-xl-2,.row>.col-xl-3,.row>.col-xl-4,.row>.col-xl-5,.row>.col-xl-6,.row>.col-xl-7,.row>.col-xl-8,.row>.col-xl-9,.row>.col-xl-10,.row>.col-xl-11,.row>.col-xl-12,.row>.col-xl-auto,.row>.col-xl-grow,.row>.col-xl-shrink {
		width:auto;
		min-width: 0;
		max-width: 100%
	}

	.column>.col-xl,.column>.col-xl-0,.column>.col-xl-1,.column>.col-xl-2,.column>.col-xl-3,.column>.col-xl-4,.column>.col-xl-5,.column>.col-xl-6,.column>.col-xl-7,.column>.col-xl-8,.column>.col-xl-9,.column>.col-xl-10,.column>.col-xl-11,.column>.col-xl-12,.column>.col-xl-auto,.column>.col-xl-grow,.column>.col-xl-shrink,.flex>.col-xl,.flex>.col-xl-0,.flex>.col-xl-1,.flex>.col-xl-2,.flex>.col-xl-3,.flex>.col-xl-4,.flex>.col-xl-5,.flex>.col-xl-6,.flex>.col-xl-7,.flex>.col-xl-8,.flex>.col-xl-9,.flex>.col-xl-10,.flex>.col-xl-11,.flex>.col-xl-12,.flex>.col-xl-auto,.flex>.col-xl-grow,.flex>.col-xl-shrink {
		height: auto;
		min-height: 0;
		max-height: 100%
	}

	.col-xl {
		flex: 10000 1 0%
	}

	.col-xl-0,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto {
		flex: 0 0 auto
	}

	.col-xl-grow {
		flex: 1 0 auto
	}

	.col-xl-shrink {
		flex: 0 1 auto
	}

	.row>.col-xl-0 {
		height: auto;
		width: 0%
	}

	.row>.offset-xl-0 {
		margin-left: 0%
	}

	.column>.col-xl-0 {
		height: 0%;
		width: auto
	}

	.row>.col-xl-1 {
		height: auto;
		width: 8.3333%
	}

	.row>.offset-xl-1 {
		margin-left: 8.3333%
	}

	.column>.col-xl-1 {
		height: 8.3333%;
		width: auto
	}

	.row>.col-xl-2 {
		height: auto;
		width: 16.6667%
	}

	.row>.offset-xl-2 {
		margin-left: 16.6667%
	}

	.column>.col-xl-2 {
		height: 16.6667%;
		width: auto
	}

	.row>.col-xl-3 {
		height: auto;
		width: 25%
	}

	.row>.offset-xl-3 {
		margin-left: 25%
	}

	.column>.col-xl-3 {
		height: 25%;
		width: auto
	}

	.row>.col-xl-4 {
		height: auto;
		width: 33.3333%
	}

	.row>.offset-xl-4 {
		margin-left: 33.3333%
	}

	.column>.col-xl-4 {
		height: 33.3333%;
		width: auto
	}

	.row>.col-xl-5 {
		height: auto;
		width: 41.6667%
	}

	.row>.offset-xl-5 {
		margin-left: 41.6667%
	}

	.column>.col-xl-5 {
		height: 41.6667%;
		width: auto
	}

	.row>.col-xl-6 {
		height: auto;
		width: 50%
	}

	.row>.offset-xl-6 {
		margin-left: 50%
	}

	.column>.col-xl-6 {
		height: 50%;
		width: auto
	}

	.row>.col-xl-7 {
		height: auto;
		width: 58.3333%
	}

	.row>.offset-xl-7 {
		margin-left: 58.3333%
	}

	.column>.col-xl-7 {
		height: 58.3333%;
		width: auto
	}

	.row>.col-xl-8 {
		height: auto;
		width: 66.6667%
	}

	.row>.offset-xl-8 {
		margin-left: 66.6667%
	}

	.column>.col-xl-8 {
		height: 66.6667%;
		width: auto
	}

	.row>.col-xl-9 {
		height: auto;
		width: 75%
	}

	.row>.offset-xl-9 {
		margin-left: 75%
	}

	.column>.col-xl-9 {
		height: 75%;
		width: auto
	}

	.row>.col-xl-10 {
		height: auto;
		width: 83.3333%
	}

	.row>.offset-xl-10 {
		margin-left: 83.3333%
	}

	.column>.col-xl-10 {
		height: 83.3333%;
		width: auto
	}

	.row>.col-xl-11 {
		height: auto;
		width: 91.6667%
	}

	.row>.offset-xl-11 {
		margin-left: 91.6667%
	}

	.column>.col-xl-11 {
		height: 91.6667%;
		width: auto
	}

	.row>.col-xl-12 {
		height: auto;
		width: 100%
	}

	.row>.offset-xl-12 {
		margin-left: 100%
	}

	.column>.col-xl-12 {
		height: 100%;
		width: auto
	}
}






/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */

.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; }

