.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 */
}

body {
    font-family: 'Montserrat', sans-serif;;
}

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;
}
/* *, *:focus { */
/* * { */
/* outline: unset; */
/* } */
.accessibility_tab_parent {display:block !important;}
button.accessibility_tab {
    background-color: rgba(0,0,0,0.6);
    background-color: rgba(0,0,0,0);
    width: 100%;
    height: 100%;
    position: absolute;
    left: -10px;
    top: -10px;
    padding: 10px;
    border: 0px;
}

button.accessibility_tab:focus:after,button.accessibility_tab:focus:before {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s
}

button.accessibility_tab.hint--top:focus:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

button.accessibility_tab.hint--top:focus:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px)
}
button.accessibility_tab:focus {
    outline: 3px solid rgba(0,0,0,0.5) !important;
}

/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
.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 div#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 div#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;
}
button.bottomleft_btn {
    color: #ffffff !important;
}

.topright {
    position: absolute;
    right: 20px;
    /* top: 30px; */
    top: 68px;
    width: auto;
    height: auto;
    z-index: 8;
    color: #ffffff;
    font-size: 15px;
    transition: all 0ms ease-in-out;
    direction: rtl;
}
.topright > div {
    margin-left: 15px;
}
@media (max-width: 500px) {
    .topright > div {
        margin-left: 0px;
        display: block;
        margin-bottom: 30px;
    }
}

.topright .topright_btn {
    color: #ffffff;
    cursor: pointer;
}
.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: 30px;
}
body.no-header .topleft {
    top: 30px;
}

@media (max-width: 768px) {
    .topright {
        top: 30px;
    }
    .topleft {
        top: 30px;
    }
    #menu_btn_parent {
        display: inline-block;
    }
}
@media (max-width: 500px) {
    .topright {
        right: 16px;
        top: 20px;
    }
    .bottomleft {
        left: 10px;
        bottom: 0px;
    }
    .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 !important;
}
body .show_on_map {
    opacity: 0;
    pointer-events: none;
    display: none !important;
}
body.map_opened .show_on_map {
    opacity: 1 !important;
    pointer-events: auto !important;
}
.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: 999999;
    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;
    display: none;
}
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: 750px) and (orientation: landscape) {
    .overlay-container span.text {
        font-size: 11px;
        padding: 0;
        margin: 0;
    }
    .overlay-container .kpn {
        right: 8px;
        bottom: 8px;
    }
    .overlay-container .overlay-content h2 {
        margin-top: 50px;
    }
    .overlay-content.noselect > img {
        margin-bottom: 43px !important;
        margin-top: 10px;
    }
    .overlay-content {
        height: fit-content !important;
        height: -moz-max-content !important;
    }
}

.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: 0;
    left: 0;
    margin: auto;
    height: fit-content;
    width: -moz-max-content;
    max-height: 95%;
    width: 80%;
    max-width: 700px;
    color: #ffffff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.75);
    overflow: auto;
}
#intro_logo {
    width: 80%;
    max-width: 266px;
    margin-top: 33px;
    margin-bottom: 52px;
}
#intro_text {
    width: 80%;
    max-width: 395px;
    margin-top: 66px;
    margin-bottom: 45px;
}
.overlay-content p {
    font-size: 1.3em;
    padding: 0 37px;
    line-height: 1.5;
    letter-spacing: 0.12em;
    word-spacing: 0.16em;
    margin: auto;
}
#intro_text {
    width: 80%;
    max-width: 345px;
    display: block;
    margin: 54px auto 44px auto;
}

.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(https://virtualtourcompany.co.uk/inside-train-4car/img/drop_down.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;
}
@media (max-width: 1100px) {
    #intro_logo {
        width: 40%;
        max-width: 266px;
        margin-top: 33px;
        margin-bottom: 32px;
    }
    .overlay-content p {
        font-size: 19px;
        line-height: 1.2;
        word-spacing: unset;
        letter-spacing: unset;
        padding: 0 10px;
    }
    #intro_text {
        width: 37%;
        margin: 30px auto 30px auto;
    }
    .overlay-content p.constrain-width {
        font-size: 21px;
        max-width: 240px;
        padding: 0 10px;
        margin-bottom: 30px;
    }
}
@media (max-width: 700px) {
    #intro_logo {
        width: 40%;
        max-width: 266px;
        margin-top: 33px;
        margin-bottom: 32px;
    }
    .overlay-content p {
        font-size: 16px;
    }
    #intro_text {
        width: 45%;
        margin: 35px auto 35px auto;
    }
}
@media (max-width: 550px) {
    #intro_logo {
        width: 40%;
        max-width: 266px;
        margin-top: 33px;
        margin-bottom: 32px;
    }
    .overlay-content p {
        font-size: 19px;
        line-height: 1.2;
        word-spacing: unset;
        letter-spacing: unset;
        padding: 0 10px;
    }
    #intro_text {
        width: 45%;
        margin: 35px auto 35px auto;
    }
    .overlay-content p.constrain-width {
        font-size: 21px;
        max-width: 240px;
        padding: 0 10px;
        margin-bottom: 30px;
    }
}

.overlay-layer-loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.36);
    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: 100%;
    max-height: 100%;
    position: fixed;
    left: 0px;
    bottom: -100%;
    transition: all 0.5s ease;
    z-index: 6000000;
    background-color: white;
    padding: 5%;
    overflow: auto;
}
.thumbcontainer:not(.down) {
    visibility: hidden;
}
.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);
}
.thumbcontainer.down {
    bottom: 0px !important;
    visibility: visible !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;
}

@media (max-width: 768px) {
    .navbar-dark .navbar-toggler {
        background-color: #000000 !important;
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 9999;
    }
    div#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) {
    div#navbarCollapse {
        max-height: 100vh;
        overflow: auto;
    }
}
@media (min-width: 768px) {
    .navbar-nav .sub-menu {
        background-color: #1e72b3 !important;
    }
    .navbar-expand-md .navbar-nav > li:hover > ul,
    .navbar-expand-md .navbar-nav > li:focus > ul {
        display: block;
    }
    .navbar-expand-md .navbar-nav > li > ul,
    .navbar-expand-md .navbar-nav > li > ul {
        min-width: 280px;
        background-color: rgba(255, 255, 255, 0.85);
    }
    .dropdown-menu .submenu {
        background-color: rgba(255, 255, 255, 0.85) !important;
    }
    .navbar-expand-md .navbar-nav > li:hover ul,
    .navbar-expand-md .navbar-nav > li::focus 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: 60px;
        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;
    }
    div#container {
        z-index: 1;
    }
}
.navbar-expand-md .navbar-nav > li:hover > ul a,
.navbar-expand-md .navbar-nav > li:focus > ul a,
.navbar-expand-md .navbar-nav > li > ul a {
    font-weight: normal !important;
}

/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */

.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) {
}

/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */

/* button {
  position: relative;
  text-transform: uppercase;
  background-color: initial;
  font-weight: 600;
  padding: 5px 10px 3px;
  border-radius: 20px;
  transition: all 0.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, 0.8);
    width: 100%;
    height: 100%;
    transition: all 0.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: 0.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: 0.25s;
    animation-duration: 0.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: 0.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: 0.8;
    transition: border 0.5s ease, width 0.5s ease, height 0.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: 0.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;
    }
}

.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;
}

/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
#info_btn {
    pointer-events: auto;
    cursor: pointer;
}

.q-dialog.fullscreen .owl-controls.clickable {
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}
.q-dialog.fullscreen .infomedia .owl-carousel .owl-wrapper {
    display: flex !important;
    max-height: 300px;
}
.q-dialog.fullscreen .infomedia .owl-carousel .owl-wrapper img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 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;
}
#infobox_close_btn svg {
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.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;
}
/* css from index.html -----------------------------------------------------------------------------*/
.sidebar_btn > div {
    cursor: pointer;
}
.sidebar_btn svg {
    width: 20px;
    fill: #ffffff;
}
.rightcenter {
    position: absolute;
    right: 14px;
    top: 0px;
    bottom: 0;
    height: 60px;
    width: auto;
    margin: auto;
    z-index: 1;
}
.leftcenter {
    position: absolute;
    left: 14px;
    top: 0px;
    bottom: 0;
    height: 60px;
    width: auto;
    margin: auto;
    z-index: 1;
}

body {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-primary {
    position: absolute;
    left: 0;
    z-index: 9999;
    top: 500px;
    width: 100%;
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #000000;
}
@media (min-width: 768px) {
    .dropdown-menu .dropdown-toggle:after {
        border-top: 0.3em solid transparent;
        border-right: 0;
        border-bottom: 0.3em solid transparent;
        border-left: 0.3em solid;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu li {
        position: relative;
    }
    /*.nav-item .submenu222{ */
    nav.navbar ul#top_menu > li > ul > li > ul.submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -3px;
        width: 280px;
    }
    nav.navbar ul#top_menu > li > ul > li:hover > ul.submenu,
    nav.navbar ul#top_menu > li > ul > li:focus > ul.submenu {
        display: block;
    }
    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover > .submenu,
    .dropdown-menu > li > a:focus > .submenu {
        display: block;
    }
    li.extra_menu_item_link.nav-item.noselect {
        position: absolute;
        right: 83px;
        top: -2px;
        border-right: 0;
    }
    li.extra_menu_item_link.nav-item.noselect a {
        font-size: 0.875rem !important;
        font-weight: 500 !important;
        top: 11px;
    }
    .navbar-nav.mr-auto > li {
        border-right: 1.5px solid #d0d0d0;
        top: -8px;
        position: relative;
        padding-top: 1px;
        margin: 0px 0px 0 10px;
        padding-right: 5px;
    }
    .navbar-nav.mr-auto > li > a {
        top: 10px;
        position: relative;
    }
    img#menu_logo {
        display: block !important;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
    }
    nav.navbar {
        box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 38%);
    }
    .bg-dark {
        background-color: #ffffff !important;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: #485865;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: #485865;
        font-weight: bold;
        font-size: 1.1rem;
        letter-spacing: 0.02em;
        /* text-transform: uppercase; */
    }
    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover {
        color: rgb(208 26 13) !important;
    }
    .dropdown-toggle::after {
        border-top: 0.3em solid #e73629;
    }
    .dropdown-menu .dropdown-toggle:after {
        border-left: 0.3em solid #e73629;
        vertical-align: 0px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1161px) {
    .navbar-nav.mr-auto > li {
        margin: 0;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 1035px) {
    img#menu_logo {
        display: none !important;
    }
    li.extra_menu_item_link.nav-item.noselect {
        right: 0;
    }
    #top_bar_logo{display:none;}
}
@media screen and (min-width: 768px) and (max-width: 945px) {
    .navbar-nav.mr-auto > li {
        padding: 0;
    }
    .navbar {
        padding-left: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
    li.extra_menu_item_link.nav-item.noselect {
        display: none;
    }
}
.menu_extra_items:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #d0d0d0;
    margin: auto;
    left: 0;
}
.menu_extra_items a {
    display: inline-block;
    color: #077114;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    width: 50%;
    box-sizing: border-box;
    font-size: 0.875rem;
}
.menu_extra_items a i {
    font-size: 11px;
    position: relative;
    top: -2px;
    margin-left: 3px;
}
@media screen and (max-width: 768px) {
    .navbar-dark .navbar-nav .active > .nav-link,
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .show > .nav-link {
        color: #000000;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: #000000 !important;
        padding-top: 0.25em;
        padding-bottom: 0.25em;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
    }
    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover {
        color: #000000;
    }
    ul.submenu.dropdown-menu {
        padding: 10px;
        border: 0px;
    }
    li.menu_extra_items {
        display: none;
    }
}

img#menu_logo {
    display: none;
}
.topleft {
    padding-left: 0;
    left: 33px;
}
div#logo_text_line_2 {
    font-size: 1.5rem !important;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 54%);
    font-weight: normal;
}

#toolbar_btn_back {
    left: 17px;
}
#toolbar_btn_next {
    right: 17px;
}
.bottomcenter {
    background-color: #e8c6c673;
    padding: 10px 0 9px 0;
    max-width: 500px;
    border-radius: 100px;
}
.bottomleft .bottomleft_btn {
    display: block;
    font-weight: bold;
    width: 222px;
    font-size: 1rem;
    letter-spacing: 0.08em;
    height: auto;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #000000;
}
.bottomleft .bottomleft_btn:hover {
    background-color: #de1412;
}
.bottomleft > div {
    display: block;
    margin-right: 0;
}
.bottomleft {
    height: auto;
}
.bottomleft .bottomleft_btn svg {
    width: 9px;
    height: 9px;
    top: 0px;
    display: inline;
    margin-left: 8px;
    transform: rotate(-90deg);
}

.thumbcontainer {
    width: 100%;
    height: 100%;
    max-height: initial;
    position: fixed;
    left: 0px;
    bottom: -100%;
    transition: all 0.5s ease;
    z-index: 6000000;
    background-color: rgb(113 113 113 / 31%);
    padding: 5%;
    overflow: auto;
    backdrop-filter: blur(9px);
}
span.thumbheading.noselect {
    font-weight: bold;
}

#courses_link_modal_items a {
    display: block;
    background-color: #000000;
    padding: 5px 10px;
    border-radius: 5px;
    color: #ffffff;
    width: fit-content;
    margin: 0 auto 10px auto;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 46%);
}
@media screen and (min-width: 900px) {
    .bottomleft > div {
        display: inline-block;
    }
    .bottomleft .bottomleft_btn {
        width: auto !important;
        padding: 10px 18px;
        background-color: rgba(0, 0, 0, 0.65);
    }
}
#not_presenter_chromakey_toolbar .action_btn {
    right: auto;
    left: 0;
}
.bottomright {
    right: auto;
    left: 0;
}
#not_presenter_chromakey_toolbar {
    padding-left: 48px;
}

/* bootstrap styles */
@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; }
