/* Jquery UI */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #000000 !important;
    background: #000000 !important;
}

.zoom-container {
    display: none;
    width: 100%;
    height: 100%;
}

.zoom-flex {
    width: 100%;
    height: 100%;
    background: #2E8CFB;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.zoom-img {
    width: 220px;
}

.zoom-text {
    color: white;
    font-size: 20px;
}


/* User Account Dropdown */


.user-profile {
    min-width: 150px;
    text-align: right;
}

.user-profile-container {
    margin: auto;
    margin-right: 20px;
}

.subnav{
    display: none;
    position: absolute;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 15px;
    -webkit-box-shadow: 0px 0px 23px -2px #707070;
    -moz-box-shadow: 0px 0px 23px -2px #707070;
    box-shadow: 0px 0px 23px -2px #707070;
}
.subnav ul {
    list-style-type: none;
    padding: 5px 30px;
}

.subnav-button {
    cursor: pointer;
    color: #000000;
    padding: 5px 0px;
}


.arrow {
    display: none;
    position: absolute;
    left: 75px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    z-index: 1;
}

.profile-modal {
    width: 500px;
    color:#000000;
}

.profile-information {
    display: flex;
}

.profile-titles {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

.profile-title {
    margin-bottom: 5px;
}

.profile-values {
    display: flex;
    flex-direction: column;
}

.profile-value {
    font-weight: bold;
    margin-bottom: 5px;
}

.update-password-input-container {
    display: none;
    border: 1px solid #e0e0e0;
    padding: 18px;
}

.update-password-message {
    display: none;
    margin-top: 20px;
    font-weight: bold;
}


body {
    position: relative;
    background: #000000;
    margin: 0px;
    padding: 0px;
    height: 100%;
    color: #FFFFFF;
    font-family: Helvetica, sans-serif;
    overflow: hidden;
}

.header {
    z-index: 1000;
    position:fixed;
    width: 100%;
    height: 60px;
    background: rgb(0, 0, 0);
}

.button-green {
    display: inline-block;
    cursor: pointer;
    border:rgba(0, 0, 0, .6);
    color: #000000;
    background-color: #78bf26;
    padding:10px;
    font-weight: bold;
    margin-right: 20px;
    margin-top:20px;
}

.main-menu {
    margin-left: 20px;
    display: flex;
    height: 100%;
    justify-content: left;
}

.menu-logo {
    margin-right: 50px;
    max-height: 50px;
    cursor: pointer;
}

.menu-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 12px 15px;
}
.menu-item:hover{
    background-color: #003978;
}
.menu-item:first-child{
    padding: 12px 15px 12px 0px;
}
.menu-item:last-child{
    padding: 12px 0px 12px 15px;
}
.menu-item.not-empty{
	position:relative;
}
.menu-item.not-empty:hover .wrap-sub-menu{
	display:block;
}
.menu-item.not-empty .wrap-sub-menu{
	position:absolute;
	top:100%;
	left:0;
	background-color: rgb(0, 0, 0);
	padding: 0px;
	min-width: 240px;	
	display:none;
}
.menu-item.not-empty .sub-menu-item{
	padding: 15px;
}
.menu-item.not-empty .sub-menu-item:hover{
	background-color: #003978;
}
.fullscreen {
    z-index: 1;
    position: absolute;
    width: 100%;
    top:25px;
    max-height: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
}
.wrap-modal-url{
    max-width:1024px;
    max-height: 627px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wrap-modal-url img{
    opacity: 0;
    width: 100%;
    height: auto;
    padding-bottom: 10%;
}
.wrap-modal-url iframe{
    width:100%;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
    transform: scale(0.7);
}
.exterior {
    opacity: 0;
}

.exteriorlogin {
    opacity: 0;
}

.lobby {
    opacity: 0;
}

.exhibit-hall {
    opacity: 0;
}
.public-safety {
    opacity: 0;
}

.booth1 {
    opacity: 0;
}

.booth2 {
    opacity: 0;
}

.booth3 {
    opacity: 0;
}

.booth4 {
    opacity: 0;
}

.booth5 {
    opacity: 0;
}

.auditorium {
    opacity: 0;
}

.breakout {
    opacity: 0;
}

.fancybox-slide {
    padding: 100px;
}

.button-container {
    width: 100%;
    height: 100%;
}

.lobby-buttons {
    position: relative;
}

.eb {
    position: absolute;
    cursor: pointer;
    background: red;
    opacity: 0;
}

.lobby-button {
    position: absolute;
    cursor: pointer;
  /*  background: blue;*/
    opacity: 1;
}

.lobby-auditorium-button {
    top: 52.3%;
    left: 74.67%;
    width: 21%;
    height: 3%;
    transform: rotate(-2deg);

    background-color: rgba(255,255,255,0);
}
.lobby-auditorium-button-rapiddeploy {
    top: 42.3%;
    left: 74.67%;
    width: 21%;
    height: 5%;
    transform: rotate(-5deg);

    background-color: rgba(255,255,255,0);
}
.lobby-breakout-a-button {
  top: 62.2%;
  left: 75.11%;
  width: 17%;
  height: 3%;
  transform: rotate(0.9deg);
  background-color: rgba(255,255,255,0);
}

.lobby-breakout-b-button {
  top: 58.6%;
  left: 75.5%;
  width: 17%;
  height: 3%;
  transform: rotate(0.5deg);
  background-color: rgba(255,255,255,0);
}

.lobby-breakout-c-button {
  top: 52.5%;
  left: 77.4%;
  width: 14%;
  height: 3%;
  transform: rotate(-2deg);
  background-color: rgba(255,255,255,0);
}

.lobby-breakout-d-button {
  top: 54.4%;
  left: 75%;
  width: 17%;
  height: 3%;
  transform: rotate(-1deg);
  background-color: rgba(255,255,255,0);
}

.lobby-exhibit-hall-button {
  top: 71.2%;
  left: 78.58%;
  width: 11%;
  height: 3.7%;
  transform: rotate(4deg);
  background-color: rgba(255,255,255,0);
}

.lobby-public-safety-training-button {
  top: 66.2%;
  left: 76.43%;
  width: 14.5%;
  height: 3%;
  transform: rotate(2.4deg);
  background-color: rgba(255,255,255,0);
  cursor: pointer;
}

.public-safety a{
    color: white;
    text-decoration: none;
}
.lobby-private-meeting-room-button {
    top: 64.5%;
    right: 8%;
    width: 15%;
    height: 4%;
}


.information-desk-modal {
    color: #000000;
    display: none;
    width: 1050px;
    max-width: 1050px;
}

.information-desk-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.lobby-information-button {
    position: absolute;
    width: 21.5%;
    height: 8%;
    top: 63%;
    left: 11%;
    cursor: pointer;
    background-color: rgba(255,255,255,0); 
    transform: rotate(-2deg);  
}
.lobby-information-monitor-button {
    position: absolute;
    width: 5.5%;
    height: 8%;
    top: 54%;
    left: 10%;
    cursor: pointer;
    background-color: rgba(255,255,255,0);
    transform: rotate(-2deg);
}
.lobby-information-accordian-button {
    cursor:pointer;
    display: flex;
    margin-bottom: 8px;
    transition: background-color ease .3s;
}
.lobby-information-accordian-button:hover{
    background-color: #eee;
}
.fullbackground {
    width: 100%;
}

.back-button {
    cursor: pointer;
    background:rgba(0, 0, 0, .6);
    color: #ffffff;
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1 solid #ffffff;
    position: fixed;
    left: -1px;
    top: 100px;
    -webkit-box-shadow: 0px 4px 13px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0px 4px 13px 0px rgba(255, 255, 255, 0.75);
    box-shadow: 0px 4px 13px 0px rgba(255, 255, 255, 0.75);
}

.booth-buttons {
    position: relative;
}

.exibit-buttons {
    position: relative;
}

.eb {
    position: absolute;
    cursor: pointer;
    background: red;
    opacity: 0;
}

.exibit-button-1 {
    top: 15%;
    left: 12%;
    width: 25%;
    height: 20%;
}

.exibit-button-2 {
    top: 15%;
    left: 40%;
    width: 22%;
    height: 23%;
}

.exibit-button-3 {
    top: 15%;
    left: 65%;
    width: 27%;
    height: 23%;
}

.exibit-button-4 {
    top: 39%;
    right: 0px;
    width: 53%;
    height: 56%;
}

.exibit-button-5 {
    bottom: 10%;
    left: 0;
    width: 40%;
    height: 55%;
}


.bb {
    position: absolute;
    cursor: pointer;
    background: red;
    opacity: 0;
}
 

.booth-button-mirror {
    top: 34.5%;
    left: 34.5%;
    width: 22%;
    height: 16%;
    transition: opacity 0.3s ease, background-color 0.3s ease;
    background-color: rgba(255,255,255,0);
    border-radius: 10px;    
}

.booth-button-mirror:hover{
/*    background-color: rgba(255,255,255,0.2); */
    opacity: 1;
}
.booth-button-vertical {
    top: 35%;
    left: 75.5%;
    width: 9%;
    height: 38%;
    transition: opacity 0.3s ease, background-color 0.3s ease;
    background-color: rgba(255,255,255,0);
    border-radius: 10px;    
}

.booth-button-vertical:hover{
 /*    background-color: rgba(255,255,255,0.2); */
    opacity: 1;
}
.booth-button-horizonal {
    top: 35%;
    left: 21.5%;
    width: 13%;
    height: 38%;
    transition: opacity 0.3s ease, background-color 0.3s ease;
    background-color: rgba(255,255,255,0);
    border-radius: 10px;    
}

.booth-button-horizonal:hover{
 /*    background-color: rgba(255,255,255,0.2); */
    opacity: 1;
}
.booth-button-info-desk {
    top: 59.61%;
    left: 43.48%;
    width: 29%;
    height: 22.78%;
    transition: opacity 0.3s ease, background-color 0.3s ease;
    background-color: rgba(255,255,255,0);  
    border-radius: 10px;  
}

.booth-button-info-desk-ipad {
    top: 10.61%;
    left: 38.48%;
    width: 21%;
    height: 95.78%;
    transition: opacity 0.3s ease, background-color 0.3s ease;
    background-color: rgba(255,255,255,0);
    border-radius: 10px;
}
.booth-button-info-desk-ipad:hover{
  /*   background-color: rgba(255,255,255,0.2); */
    opacity: 1;
}

.booth-button-info-desk:hover{
 /*   background-color: rgba(255,255,255,0.2);*/
    opacity: 1;
}


.booth-button-chat {
    top: 40%;
    right: 53%;
    width: 4%;
    height: 11%;
}

.booth-button-1 {
    top: 27%;
    right: 20%;
    width: 21%;
    height: 11%;
}

.booth-button-2 {
    top: 28%;
    left: 21%;
    width: 19%;
    height: 10%;
}

.booth-button-3 {
    top: 25%;
    left: 42%;
    width: 15%;
    height: 13%;
}
.booth-button-name {
    top: 12%;
    left: 40.25%;
    width: 20%;
    height: 12%;
}
.booth-button-1-externalLinkContainer {
    top: 12%;
    left: 40%;
    width: 20%;
    height: 12%;
    position: absolute;
    cursor: pointer;
    background: none;
    opacity: 0.75;
}
.booth-button-2-externalLinkContainer {
    top: 12%;
    left: 40%;
    width: 20%;
    height: 12%;
    position: absolute;
    cursor: pointer;
    background: none;
    opacity: 0.75;
}
.booth-button-3-externalLinkContainer {
    top: 12%;
    left: 39%;
    width: 20%;
    height: 12%;
    position: absolute;
    cursor: pointer;
    background: none;
    opacity: 0.75;
}
.booth-button-4-externalLinkContainer {
    top: 12%;
    left: 40.5%;
    width: 20%;
    height: 12%;
    position: absolute;
    cursor: pointer;
    background: none;
    opacity: 0.75;
}
.booth-button-5-externalLinkContainer {
    top: 12%;
    left: 41.5%;
    width: 20%;
    height: 12%;
    position: absolute;
    cursor: pointer;
    background: none;
    opacity: 0.75;
}
.booth-externalLink-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width:64px;
    height:64px;
    margin-top: -32px; /* Half the height */
    margin-left: -32px; /* Half the width */
    opacity: 0;
}
.booth-button-logo {
    top: 56%;
    left: 50%;
    width: 12%;
    height: 10%;
}

.modal-shadow {
    /* width: 500px; */
    /* height: 200px; */
    -webkit-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.75);
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.auditorium-buttons {
    width: 100%;
    height: 100%;
}

.auditorium-button {
    display: flex;
    justify-content: left;
    align-items: center;
    cursor: pointer;
    border:rgba(0, 0, 0, .6);
    color: #000000;
    padding-left:40px;
    transition: background-color .3s ease;
}
.auditorium-button:hover{
    background-color: #eee;
}
.video-thumb {
    width: 25%;
    margin-right: 40px;
}

.video-title {
    font-weight: bold;
    line-height: 30px;
}

.video-description {

}

.auditorium-back-button {
    cursor: pointer;
    width: 100%;
    text-align: center;
    color: #000000;
    margin-top: 30px;
}

.contactUs-modal {
    -webkit-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.75);
}

.contactUs-buttons {
    width: 100%;
    height: 100%;
}

.contactUs-button {
    display: flex;
    justify-content: left;
    align-items: center;
    cursor: pointer;
    border:rgba(0, 0, 0, .6);
    color: #000000;
    padding-left:10px;
}
.contactUs-description {

}

.contactUs-back-button {
    cursor: pointer;
    width: 100%;
    text-align: center;
    color: #000000;
    margin-top: 30px;
}	



.login-modal {
    -webkit-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.75);
    color: #000000;
}

.login-buttons {
    width: 100%;
    height: 100%;
}

.login-button {
    display: flex;
    justify-content: left;
    align-items: center;
    cursor: pointer;
    border:rgba(0, 0, 0, .6);
    color: #000000;
    padding-left:10px;
}

.login-back-button {
    cursor: pointer;
    width: 100%;
    text-align: center;
    color: #000000;
    margin-top: 30px;
}	

.drag-header {
    padding: 10px;
    cursor: move;
    z-index: 10;
    background-color: #2196F3;
    color: #fff;
}

#chatwindow {
    position: absolute;
    display: flex;
    flex-direction: column;
    top:100px;
    left: calc(50% - 350px); 
    width: 700px;
    height: 560px;
    z-index: 10000;
    background-color: #f1f1f1;
    text-align: center;
    border: 1px solid #d3d3d3;
}

#chatwindowheader {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    cursor: move;
    z-index: 10;
    background-color: #000000;
    color: #fff;
}

.close-button {
    color: #FFFFFF;
    cursor: pointer;
}

.chat {
    width: 100%;
    height: 100%;
    border: none;
}

.toggle-group {
    display: flex;
    margin-right: auto;
}

.toggle-button {
    margin-right: 20px;
    cursor: pointer;
}

#lobby-tv-frame{
    position: absolute;
    left: 9.2%;
    top: 19.5%;
    width: 22.3%;
    height: 26.3%;
    transform: rotate(1.8deg);
}


#lobby-video-container{
    position: absolute;
    left: 10.2%;
    top: 21.1%;
    width: 20.9%;
    height: 23.2%;
    perspective: 250px;
    perspective-origin: 50% 100%;
    transform: rotate(1.8deg);
}

#lobby-video{
    width:100%;
    height:100%;
    object-fit:fill;
    transform:rotateY(2deg) skewX(1deg);
}
/** glow animate*/
.mouse-pointer{
    display: block;
    width: 8px;
    height: 8px;
 /*   background-image: url(../images/mouse-pointer-solid.svg); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.mouse-pointer.pointer-right{
    transform: rotate(45deg);
}
.blob {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 10px;
    height: 15px;
    width: 15px;
    min-width: 15px;
    min-height: 15px;
    transform: scale(1);
    opacity: 1;
    background: rgba(255, 173, 0, 1);
    box-shadow: 0 0 0 0  rgba(255, 173, 0, 1);
    -webkit-animation: pulse-blue 2s infinite;
    animation: pulse-blue 2s infinite;
    position: absolute;   
}

@keyframes pulse-blue {
    0% {
        transform: scale(0.75);
        box-shadow: 0 0 0 0 rgba(255, 173, 0, 1);
    }
    70% {
        transform: scale(1.2);
        box-shadow: 0 0 0 20px rgba(255, 173, 0, 0);
    }
    100% {
        transform: scale(0.75);
        box-shadow: 0 0 0 0 rgba(255, 173, 0, 0);
    }    
}

menu-item:hover {
  background-color: yellow;
}

@media (max-width:768px){
    .main-menu{
        text-align: center;
    }
}

#exhibit-video-container {
    position: absolute;
    left: 38.8%;
    top: 7.8%;
    width: 20.2%;
    height: 77.5%;
}
#exhibit-video {
    width: 100%;
    object-fit: fill;

}

#exhibit-small-video-container {
    position: absolute;
    left: 67.0%;
    top: 53.5%;
    width: 4.55%;
    height: 28.5%;
}
#exhibit-small-video {
    width: 100%;
    object-fit: fill;
}
.footer{
    width: 100%;
    padding:5px 0;
    background-color: black;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;


}
 
.footer-nav{
    display: block;
    margin: 0;
    padding: 0;
}
.footer-nav li{
    display: inline-block;
    padding: 0px 20px;
    border-right:1px solid rgba(255,255,255,0.6);
    font-size: 12px;
}
.footer-nav li:last-child{
    border-right:0;
}
.footer-nav li a{
    display: block;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: color ease 0.2s;
}

.footer-nav li a:hover{
    color: rgba(255,255,255,1);
}

 

 
 
@media (min-width: 0px) and (max-width: 1024px) and (orientation: landscape) {
	.header{
		top:20px;
	}
	.footer{
		bottom: 28px; 
	}
	.fullscreen{
	    top:-50px;
	}
}

  

.footerfollow {

    height:24px; 
    width: 100%; 
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    position: fixed;
    bottom: 0pt;
    left: 0pt;
	z-index:100;
	background:#000;
	color:rgba(255,255,255,0.6);

}   

.footer_contents {

    height:24px;  
    width: 1000px;  
    margin-left:20px;
	z-index:100;
	padding: 5px 0px;
    font-size: 12px;
	color:rgba(255,255,255,0.6);

}
.footer_contents a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: color ease 0.2s;
}

.footer_contents a:hover {
    color: rgba(255,255,255,1);
 
}
