/*
*/
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	 -khtml-user-select: none; /* Konqueror HTML */
	   -moz-user-select: none; /* Old versions of Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
			user-select: none; /* Non-prefixed version, currently
								  supported by Chrome, Edge, Opera and Firefox */
}

div#container {
	height: 100% !important;
	overflow: hidden;
	top: 0 !important;
	position: relative;
	min-height: auto;
}
@media (max-width: 768px){
	body #container {
		height: 100% !important;
		top: 0px !important;
	}
	.bg-dark {
		background-color: transparent !important;
		padding: 0;
	}
}
.material-icons {
	font-size: 1rem;
	vertical-align: -2px;
}
* {
	outline: unset;
}


/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
button:focus {
	outline: 0px dotted;
	outline: 0px auto -webkit-focus-ring-color;
}
#intro-modal-content {
	position: relative;
	border-radius: 8px;
	color: #f8f8f8;
	text-align: center;
	-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;
	min-width: 90%;
	width: 90%;
	box-sizing: border-box;
	padding: 15px 10px;
}
.tour-name {
	font-weight: 600;
	margin: 0 auto;
	font-size: 1.4rem;
}
.tour-desc {
	color: #dfdfdf;
	font-weight: 300;
	overflow: auto;
	margin: 10px 10px 20px;
	max-width: 100%;
	font-size: 1.2rem;
}

#wellcome_screen_bg{
	pointer-events: none;position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: block;z-index: 9;object-fit: cover;transition: all 3.7s ease;
}
#wellcome_screen_bg.hide_wellcome_screen_bg{
	opacity:0;
}

#intro-modal-content 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;
	font-size: 13px;
}
.start-tour {
	display: block;
	background-color: #009c66;
	border-style: none;
	color: #f8f8f8;
	margin: 0 auto;
	padding: 5px 15px;
	text-transform: uppercase;
}
#intro-modal-content button svg{
	width:14px;
	height:14px;
	display:inline-block;
	fill:rgb(207, 184, 124);
	margin-top: -2px;
}
.launch-tutorial-wrap {
	display: flex;
	flex-direction: column;
	margin: 30px 0 0;
	color: #f1f1f1;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
}
button.text-btn {
	padding: 0;
	font-size: 11px;
	border: none;
	text-decoration: none;
	color: #62789d;
}
.launch-tutorial-wrap .launch-tutorial {
	margin: 5px 0 0;
	font-style: normal;
	color: #f8f8f8;
	cursor: pointer;
	font-size: .85rem;
	font-weight: 700;
	color: #f1f1f1;
	transition: all .235s ease;
	text-transform: none;
}
.launch-tutorial-wrap .launch-tutorial:after {
	content: "\00bb";
	margin: 0 0 0 5px;
}


@media (min-width: 800px) {
	#intro-modal-content {
		min-width:600px;
		width: 600px;
		padding: 20px 25px;
	}
	.tour-desc {
		font-size: 1.21rem;
		margin: 16px auto 22px;
	}
	
}
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
#scene-intro-video-modal-content{position:relative;}
svg#video_modal_close_btn {
	display: none !important;
	position: absolute;
	left: -32px;
	top: -8px;
	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;
}
body.videos_are_completed svg#video_modal_close_btn {display: block !important;}
.vjs-progress-control.vjs-control {cursor: not-allowed;}
body.videos_are_completed .vjs-progress-control.vjs-control {cursor: pointer;}
.vjs-progress-control.vjs-control {
	pointer-events: none;
}
/*
.vjs-progress-control.vjs-control::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 9999;
	display: block;
	cursor: not-allowed;
	pointer-events: auto;
}
body.videos_are_completed .vjs-progress-control.vjs-control {
	pointer-events: auto;
}
body.videos_are_completed .vjs-progress-control.vjs-control::after {display:none;}
*/

button.vjs-big-play-button {
	right: 0;
	bottom: 0;
	margin: auto;
}
#scene-intro-video-modal-content {
	width: 80%;
	max-width: 705px;
	height: 80%;
	max-height: 400px;
	border: 4px solid #ffffff;
	outline: unset;
	border-radius: 0px;
	box-sizing: border-box;
}
#scene-intro-video-modal-content .video-js {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */

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;
}
.drawer-content.open {
	bottom: 0;
	opacity: 1;
	pointer-events: auto;
}
.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
}

.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;
}
.media-thumbnail.ready {
	pointer-events:auto;
	cursor: pointer;
}
.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;
	}
	
}
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
.topleft {
	position: absolute;
	left: 30px;
	top: 30px;
	width: auto;
	height: auto;
	z-index: 8;
	pointer-events: none;
	color: #ffffff;
	font-size: 15px;
	letter-spacing: 1px;
	transition: all 400ms ease-in-out;
}
@media (max-width: 800px){
	.topleft {
		left: 10px;
		top: 10px;
	}
}
.topleft #title svg {
	fill: #d0b87c !important;
	width: 22px;
	height: 22px;
	background-color: #ffffff;
	border-radius: 50px;
	padding: 1px;
}
.topleft #title span {
	/* text-shadow: 1px 6px 6px rgba(0, 0, 0, 0.68); */
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.68);
	position: relative;
	top: 1px;
}
.topright {
	position: absolute;
	right: 30px;
	top: 30px;
	width: auto;
	height: auto;
	z-index: 8;
	color: #ffffff;
	font-size: 15px;
	transition: all 0ms ease-in-out;
	direction: rtl;
}
.topright *{
	direction: ltr;
}
.topright_btn {
	width: 36px;
	height: 36px;
	color: #d0b87c;
	background-color: #ffffff;
	border-radius: 50px;
	text-align: center;
	line-height: 39px;
	font-size: 1.5rem;
	box-shadow: 0px 4px 7px 1px rgba(0, 0, 0, 0.22);
	cursor: pointer;
	display: inline-block;
	/* overflow: hidden; */
	position: relative;
	margin:0 0 10px 10px;
}
@media (max-width: 800px){
	.topright {
		right: 10px;
		top: 10px;
	}
	.topright_btn {
		display: block;
	}
}
.topright_btn i {
	display: block;
	position: relative;
	top: 8px;
	font-size: 20px;
}
.topright_btn svg.vr-btn {
	position: absolute;
	left: 50%;
	top: 9px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	fill: #009b65;
	transition: all .25s ease;
	width: 20px;
	height: 20px;
}
@media (min-width: 801px){
	#show_map_btn{width: 114px;font-size: 15px;padding-right: 14px;position: relative;top: 4px;padding-left: 14px;}
	#show_map_btn i{display:inline-block;top: 2px;}
}
@media (max-width: 800px){
	#show_map_btn{font-size:0;}
}




.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; */
	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);
}
.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){

}
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */

#pre_loader_container, #pre_loader_container * {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

#pre_loader_container, #pre_loader_container * {
	box-sizing: inherit;
}

#pre_loader_container *:before,
#pre_loader_container *:after {
	box-sizing: inherit;
}

#pre_loader_container{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999999999;
	transition: all 0.4s ease-in-out;
	width: 100%;
	height: 100%;
	opacity:1;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	background: #1C212E;
	font-family: 'Roboto', Arial;
}
#pre_loader_container.hide{
	opacity:0;
	pointer-events:none;
}

.pre_loader {
	--background: linear-gradient(135deg, #23C4F8, #275EFE);
	--shadow: rgba(39, 94, 254, 0.28);
	--text: #6C7486;
	--page: rgba(255, 255, 255, 0.36);
	--page-fold: rgba(255, 255, 255, 0.52);
	--duration: 5s;
	width: 200px;
	height: 140px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.pre_loader:before,
.pre_loader:after {
	--r: -6deg;
	content: '';
	position: absolute;
	bottom: 8px;
	width: 120px;
	top: 80%;
	box-shadow: 0 16px 12px var(--shadow);
	-webkit-transform: rotate(var(--r));
	transform: rotate(var(--r));
}

.pre_loader:before {
	left: 4px;
}

.pre_loader:after {
	--r: 6deg;
	right: 4px;
}

.pre_loader div {
	width: 100%;
	height: 100%;
	border-radius: 13px;
	position: relative;
	z-index: 1;
	-webkit-perspective: 600px;
	perspective: 600px;
	box-shadow: 0 4px 6px var(--shadow);
	background-image: var(--background);
}

.pre_loader div ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.pre_loader div ul li {
	--r: 180deg;
	--o: 0;
	--c: var(--page);
	position: absolute;
	top: 10px;
	left: 10px;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	color: var(--c);
	opacity: var(--o);
	-webkit-transform: rotateY(var(--r));
	transform: rotateY(var(--r));
	-webkit-animation: var(--duration) ease infinite;
	animation: var(--duration) ease infinite;
}

.pre_loader div ul li:nth-child(2) {
	--c: var(--page-fold);
	-webkit-animation-name: page-2;
	animation-name: page-2;
}

.pre_loader div ul li:nth-child(3) {
	--c: var(--page-fold);
	-webkit-animation-name: page-3;
	animation-name: page-3;
}

.pre_loader div ul li:nth-child(4) {
	--c: var(--page-fold);
	-webkit-animation-name: page-4;
	animation-name: page-4;
}

.pre_loader div ul li:nth-child(5) {
	--c: var(--page-fold);
	-webkit-animation-name: page-5;
	animation-name: page-5;
}

.pre_loader div ul li svg {
	width: 90px;
	height: 120px;
	display: block;
}

.pre_loader div ul li:first-child { --r: 0deg; --o: 1; } 
.pre_loader div ul li:last-child { --o: 1; } 
.pre_loader span {
	display: block;
	left: 0;
	right: 0;
	top: 100%;
	margin-top: 20px;
	text-align: center;
	color: var(--text);
}

@-webkit-keyframes page-2 { 0% { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); opacity: 0; } 20% { opacity: 1; } 35%, 100% { opacity: 0; } 50%, 100% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } } 
@keyframes page-2 { 0% { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); opacity: 0; } 20% { opacity: 1; } 35%, 100% { opacity: 0; } 50%, 100% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } } 
@-webkit-keyframes page-3 { 15% { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); opacity: 0; } 35% { opacity: 1; } 50%, 100% { opacity: 0; } 65%, 100% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } } 
@keyframes page-3 { 15% { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); opacity: 0; } 35% { opacity: 1; } 50%, 100% { opacity: 0; } 65%, 100% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } } 
@-webkit-keyframes page-4 { 30% { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); opacity: 0; } 50% { opacity: 1; } 65%, 100% { opacity: 0; } 80%, 100% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } } 
@keyframes page-4 { 30% { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); opacity: 0; } 50% { opacity: 1; } 65%, 100% { opacity: 0; } 80%, 100% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } } 
@-webkit-keyframes page-5 { 45% { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); opacity: 0; } 65% { opacity: 1; } 80%, 100% { opacity: 0; } 95%, 100% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } } 
@keyframes page-5 { 45% { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); opacity: 0; } 65% { opacity: 1; } 80%, 100% { opacity: 0; } 95%, 100% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } } 
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
#share_conference_link_modal button {background-color: #3058a7;border: 0px;width: 45px;height: 45px;color: #ffffff;border-radius: 3px;padding: 3px 2px 2px 2px;margin: 0 5px 8px 0;cursor: pointer;}
#share_conference_link_modal button svg {width: 27px;height: 27px;}
button.button.twitter {background-color: #00acee !important;}
button.button.facebook {background-color: #3b5998 !important;}
button.button.linkedin {background-color: #0e76a8 !important;}
button.button.email {background-color: #3b5998 !important;}
button.button.whatsapp {background-color: #075e54 !important;display:none;}
button.button.telegram {background-color: #0088cc !important;}
button.button.viber {background-color: #665CAC !important;}
button.button.tumblr {background-color: #34526f !important;}
button.button.line {background-color: #00B900 !important;}
button.button.skype {background-color: #00aff0 !important;}
button.button.messenger {background-color: #0084FF !important;display:none;}
button.button.sms {background-color: #5BC236 !important;display:none;}
button.button.clipboard {background-color: #3b5998 !important;}
button.button.qrcode {background-color: #3b5998 !important;}
@media (max-width: 800px){
	button.button.whatsapp{display:inline-block;}
	button.button.messenger{display:inline-block;}
	button.button.sms{display:inline-block;}
}
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
.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;
}
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
[class*=hint--]:after {
    background: #d0b87c;
    text-shadow: unset;
}
.hint--bottom-left:before, .hint--bottom-right:before, .hint--bottom:before {
    border-bottom-color: #d0b87c;
}
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
body.map_opened .hide_on_map{
	opacity:0 !important;
	pointer-events:none !important;
}
.show_on_map{
	opacity:0 !important;
	pointer-events:none !important;
}
body.map_opened .show_on_map{
	opacity:1 !important;
	pointer-events:auto !important;
}
#close_the_map_btn {
    width: 50px;
    height: 50px;
    color: #ffffff;
    background-color: #d0b87c;
    border-radius: 50px;
    text-align: center;
    line-height: 55px;
    font-size: 1.8rem;
    box-shadow: 0px 4px 7px 1px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    display: inline-block;
    /* overflow: hidden; */
    position: absolute;
    margin: 0;
    z-index: 888889999;
    right: 10px;
    top: 10px;
	transition: all .25s ease;
}
#close_the_map_btn i.material-icons {
    font-size: inherit;
}
.leaflet-popup-content {
    color: #ffffff;
    text-align: center;
    padding: 10px;
    width: fit-content !important;
    min-width: 200px;
}











/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
.overlay-container {
    /* background-image: url(../video/intro.jpg); */
	background-color:#000000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
	transition: all 400ms ease-in-out;
	display: flex;
}
.overlay-container.overlay-container-hide{
	opacity:0 !important;
	pointer-events:none !important;
}
video#intro_video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*
.overlay-content {
	width: 90%;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	height: fit-content;
	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: 1.125rem;
	line-height: 50px;
	font-family: inherit;
	border: none;
	outline: unset;
}





.overlay-content {
    margin: auto;
    /* top: 0; */
    /* bottom: 0; */
    /* right: 0; */
    /* position: absolute; */
    /* height: fit-content; */
    /* left: 0; */
    color: #ffffff;
    text-align: center;
    width: 100%;
    height: auto;
}
.overlay-container .kpn {
    position: fixed;
    right: 28px;
    margin: auto;
    bottom: 23px;
    text-align: right;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 300;
}
.overlay-container .overlay-content h2 {
    text-align: center;
    margin-top: 95px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}
.overlay-container .kpn a {
    color: #ffcc00;
    text-decoration: none;
    font-family: inherit;
    font-weight: 300;
}
.progress-bar-container {
    width: 80%;
    max-width: 730px;
    margin: auto;
	background-color:#202834;
}
.progress-bar-container .progress-bar_loading {
	width:0%;
	height:2px;
	/* background:linear-gradient(to right,rgb(76,217,105),rgb(90,200,250),rgb(0,132,255),rgb(52,170,220),rgb(88,86,217),rgb(255,45,83)); */
    background: linear-gradient(to right,rgb(255, 224, 0),rgb(90,200,250),rgb(0,132,255),rgb(52,170,220),rgb(88,86,217),rgb(255,45,83));
	margin-top:0px;
	background-size:100% 2px;
	border-radius:10px;
	animation:loading 6s ease-in-out forwards;
	animation-iteration-count:infinite;
	margin: auto;
	animation-direction: alternate;
}
@keyframes loading {
  to {
    width:100%;
  }
}
@media (max-width:900px) and (orientation:landscape) {
	.overlay-container span.text {
		font-size: 11px;
		padding: 0;
		margin: 0;
	}
	.overlay-container .kpn {
		right: 8px;
		bottom: 8px;
	}
	.overlay-container .overlay-content h2 {
		margin-top: 50px;
	}
	.overlay-content.noselect > img {
		margin-bottom: 43px !important;
		margin-top: 10px;
	}
	.overlay-content {
		height: fit-content !important;
		height: -moz-max-content !important;
	}
}
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
.title {color:#fff;font-family:Roboto;font-size:25px;background-color: #b50000;padding: 5px;display:block;text-align:left !important;}
.text {color: #fff;font-family: Roboto;font-size: 17px;text-shadow: 3px 3px 8px #000000;text-align: left !important;background-color: rgba(0, 0, 0, 0.32);margin-top: 4px;display: block;padding: 5px;}
@media screen and (max-width: 640px) {
	.title {color:#fff;font-family:Roboto;font-size:20px;background-color: #b50000;padding: 5px;display:block;text-align:left !important;}
	.text {font-size: 16px;text-shadow: 1px 1px 5px #000000;}
}
/* div#krpanoSWFObject > div div * {box-sizing: unset;} */












/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */














/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */














/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */














/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */














/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
#info_btn{pointer-events:auto;cursor:pointer;}


/* infobox */
svg#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;
}
.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; }


