@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');
body {
	min-height:100vh;
}
#header-primary { /* Temp fix - this menu covers the expo menu so you can't click anything */
	display:none;
}
#header-primary, header nav {
	background-color: transparent !important;
}
#navbar-topright {
    border-left: none !important;
    padding: 5px 15px !important;
    margin-top: 0px;
}

#navbar-topright li a {
    color:#cdcccc;
}

.gold-background {
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}


#chat {
	z-index: 10000;
    position: absolute;
	height:80vh;
	width:300px;
	background-color: white;
	margin:20px;
}
#chat .chat-header {
	padding: 8px 12px;
	background-color:#f28a1f;
	color:white;
	height: 40px;
}
#chat .chat-content {
	height: calc(80vh - 40px);
}
#chat iframe {
	height: 100%;
    width: 100%;
}
#chat .btn-close {
	float:right;
}
#chat .btn-close i {
	font-size: 22px;
    padding-top: 2px;
}

.adabundle-trigger-button-box {
	margin:-6px !important;
}

.adabundle-trigger-button-box {
    transform: scale3d(0.5,0.5,0.5) !important;
}
.adabundle-trigger-button-box:hover {
    transform: scale3d(0.6,0.6,0.6) !important;
}

.navbar-brand {
    display: none !important;
}
#navbar-topright .divider {
        border-left: 1px solid #666;
	    margin-left: 10px;
	    margin-right: 10px;
	    height: 1.2em;
	    display: inline-block;
	    vertical-align: bottom;
}
.center-content {
    display: flex;
	align-items: center;
	justify-content: center;
}
#gate {
	background-image: url(/images/gate.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:bottom;
	height:100vh;
	width:100vw;
	position:absolute;
	top:0;
	left:0;
	z-index: 1000;
}
#gate2 {
	background-image: url(/images/gate2.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:bottom;
	height:100vh;
	width:100vw;
	position:absolute;
	top:0;
	left:0;
	z-index: 999;
}

#header {
	display:block !important;
    margin: 20px 0px;
    bottom: 0px;
    width: 100%;
    position: relative;
    text-align:center;
}

#gate-main {
	text-align:center;
	margin-bottom: 40px;
}

#password-login {
    position:relative;
    text-align:center;
}

/*
#password-login {
    bottom: 6vh;
}

#password-login {
position:absolute;
bottom: 25vh;
left: 7vw;
}
*/
#gate-buttons {
    width:100%;
    text-align:center;
}

#gate-buttons > div {
	display:inline-block;
	vertical-align:middle;
}

#header h1 {
    font-size: 60px;
}

#header h2 {
	font-size: 18px;
	margin-left: 0px;
}

/*
#login-register {
    margin-top: 0px;
    padding-left: 40px;
}
*/


#header {
	
	/*
	margin-top:15vh;
	margin-left: 41vw;
    position: absolute;
    bottom: 50vh;
    margin-bottom: -160px;
    */
}
#header .header-slogan {
	display:none;
	font-weight:600;
	font-size:17px;
	color:#4b5860;
	text-align:center;
	line-height: 23px;
}

#header .header-slogan em {
	color:#fe8b03;
	font-weight:bold;
	font-style:normal;
}

#header .header-logo img {
	max-width:100%;
}
#header .header-logo {
    width: 320px;
    margin: auto;
}


/*
#btn-enter-expo {
	    margin-right: 50px;
}
*/
#header h1 {
	display: inline-block;
	color:white;
	font-size:115px;
	font-family: "Roboto Condensed";
	text-shadow: 
	-1px 1px 0px #ddd,
	-2px 2px 0px #bbb,
	-3px 3px 0px #aaa;
	/*
	text-shadow: 
	0px 1px 0px #999, 
	0px 2px 0px #888, 
	0px 3px 0px #777, 
	0px 4px 0px #666, 
	0px 5px 0px #555, 
	0px 6px 0px #444, 
	0px 7px 0px #333, 
	0px 8px 7px #001135;
	*/
}

#gate-video-container {
	display:inline-block;
    background-image: url(/images/screen.jpg);
    padding: 12px;
	margin: 20px 0;
    /*
    padding: 13px 16px;
    margin: 60px 0px 0px 20px;
    */
    background-repeat: no-repeat;
    background-size:contain;
    
 }

#gate-video {
	width: 320px;
	height: 180px;
}


/*
 #gate-video iframe {
 	max-width: 352px;
    max-height: 198px;
 }
 */

 #gate-buttons {
    display: block;
    padding: 0px;
    /*
    text-align: right;
    */
 }

#promo-button {
	display: inline-block;
	width:80px;
	margin-bottom:40px;
	/*
    margin-left:40px;
    */
    -webkit-box-shadow: 4px 4px 12px 7px rgba(0,0,0,0.5); 
	box-shadow: 4px 4px 12px 7px rgba(0,0,0,0.5);
}

#promo-button img {
	max-width: 100%;
}

#promo-button a:hover img {
	filter: brightness(1.5);
}

#sneak-peek .btn {
	background-color: #9a9a9a !important;
	padding: 5px 14px;
}

#header h2 {
	color:white;
	font-size: 30px;
	margin-left: 150px;
	margin-bottom: 20px;
}
#login-register {
	color:white;
	/*
	margin-top: 40px;
	*/
}
#login-register a {
	margin:20px;
}

#sneak-peek-password {
	width:190px;
	text-align: center;
}
#sneak-peek-password::placeholder {
    font-size: 14px;
    color: #aaa;
}

@media only screen and (min-width: 1024px) {
	#header {
	    margin: 20px auto;
	}

	#gate-main {
		position: absolute;
	    top: 140px;
	    width: 100%;
	}
	#gate-video {
		width: 352px;
		height: 198px;
	}

	/*
	#promo-button, #sneak-peek {
		display:inline-block;
		margin:20px;
	}
	*/

	#password-login {
		display:inline-block;
		width:100vw;
	}

	#sneak-peek {
	    position: absolute;
	    bottom: 0px;
	    right: 90px;
	}

	#promo-button, #sneak-peek {
	    display: block;
	    margin: 10px auto;
	}

	#promo-button {
		float: left;
    	margin-left: 40px;
	}

	#gate-bottom {
		position: absolute;
	    bottom: 0px;
	    padding-bottom: 40px;
	}
}

@media only screen and (min-width: 1300px) {
	#header {
	    margin: 20px auto;
	}
	#header .header-slogan {
		display:block;
	}
	.sidebar-container {
		width:28vw;
		float:left;
	}
	#header .header-logo {
		display:inline-block;
		margin:30px auto 40px auto;
	}
}

@media only screen and (min-width: 1600px) {
	#header .header-logo {
		width:400px;
	}
	#header .header-slogan {
    	padding-top: 20px;
	}
	#password-login {
		display:inline-block;
	}

	#adabundle-trigger-button {
	    bottom: 44px;
	}


	#promo-button, #sneak-peek {
	    display: block;
	    margin: 20px auto;
	}

	#promo-button {
		float: left;
    	margin-left: 40px;
	}

	#gate-video {
		width: 400px;
		height: 225px;
	}
}

#expo {
	background-image: url(/images/background-sandiego.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	height:100vh;
	width:100vw;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}

.booth:not(body) {
	background-image: url(/images/booth-lg.png);
	background-repeat:no-repeat;
	width: 918px;
	height: 379px;
	position:relative;
	margin:auto;
	z-index:99;
}

.booth .booth-lighting, .booth .booth-background {
	position: absolute;
}
.booth .booth-lighting {
    top: 29px;
    left: -33px;
    opacity: 0%;
    /*z-index: 200; This will make lighting image cover buttons so you can't click anything*/ 
}
.booth .video {
	position: absolute;
    top: 135px;
    left: 273px;
    width: 311px;
    height: 178px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.video .media,.video .media > div, .video .media a, .video img {
	width: 100%;
}
.video iframe,.video > div,.video .dc-video-player-wrapper {
	max-width: 100%;
	max-height:100%;
}

.panel {
    position: absolute;
    top: 186px;
    left: 639px;
    width: 249px;
    height: 102px;
}
.booth .counter {
	position: absolute;
    display: block;
    background-color: #BBB;
    padding: 0px 8px;
	top: 373px;
	left: 617px;
    font-size:12px;
}

.scrolling-text {
	font-family: 'Oswald', sans-serif;
	position: absolute;	
    top: 62px;
    left: 262px;
    width: 646px;
    font-size: 36px;
    height: 50px;
    line-height: 50px;
	vertical-align: middle;
    color:yellow;
    text-align: center;
    padding-top:3px;
}
.scrolling-text > * {
	
}

.booth .booth-contact,.booth .booth-title {
	display:none;
}

nav h3 {
	margin-bottom: 5px;
}

.dropdown-item-heading {
	padding-bottom:10px;
}

#expo-nav .booth-title {
	display:none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 24px;
    padding: 10px;
 }

 #expo-nav .nav-item-right {
 	float: right;
    position: relative;
 }

.booth .logo {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
    height: 78px;
    width: 203px;
    top: 39px;
    left: 39px;
}
.btn-primary {
	background-color:#429fe7;
}
.btn-secondary {
	background-color:#48555e;
}

.buttons {
	position:absolute;
	top: 126px;
    left: 54px;
    width: 176px;
    font-family: 'Oswald', sans-serif;
	/*font-family: 'Roboto Condensed';*/
	font-size: 18px;
	text-align:center;
}
.buttons>* {
	display:block;
	padding:4px 0px;
	line-height: 28px;
	margin-bottom:2px;
}
.buttons a {
	text-decoration:none;
	color:cyan;
	position:relative;
}
.buttons a img {
	vertical-align:top;
	margin:auto;
    width: 100%;
}
.buttons>*:hover {
	background-color:rgba(255,255,255,0.4);
}

.buttons a.hover-scroll-across .button-overlay {
	background-position-x: 230px;
}
.buttons a.hover-scroll-across .button-overlay:hover {
	-webkit-animation: hover-scroll-across 8s infinite; /* Chrome, Safari, Opera */
	-webkit-animation-timing-function: linear; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
	animation: hover-scroll-across 8s infinite;
	animation-timing-function: linear; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
}
.buttons a.hover-blink-overlay .button-overlay {
	opacity:0%;
}
.buttons a.hover-blink-overlay .button-overlay:hover {
	-webkit-animation: hover-blink-overlay 2s infinite; /* Chrome, Safari, Opera */
	-webkit-animation-timing-function: ease-in-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
	animation: hover-blink-overlay 2s infinite;
	animation-timing-function: ease-in-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
}
.buttons a.hover-blink:hover {
	-webkit-animation: hover-blink 2s infinite; /* Chrome, Safari, Opera */
	-webkit-animation-timing-function: ease-in-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
	animation: hover-blink 2s infinite;
	animation-timing-function: ease-in-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
}
.buttons a .button-overlay {
	height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    width: 190px;
    background-repeat: no-repeat;
    background-position:center;
}

.blink {
	-webkit-animation: blink 6s infinite; /* Chrome, Safari, Opera */
	-webkit-animation-timing-function: ease-in-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
	animation: blink 6s infinite;
	animation-timing-function: ease-in-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
}

/* Chrome, Safari, Opera */
@-webkit-keyframes hover-scroll-across {
	0% {background-position-x: 230px;}
    100% {background-position-x: -800px;}
}
/* Standard syntax */
@keyframes hover-scroll-across {
	0% {background-position-x: 230px;}
    100% {background-position-x: -800px;}
}

@keyframes hover-blink {
	0% {background-color:rgba(255,255,255,0);}
    50% {background-color:rgba(255,255,255,0.6);}
    100% {background-color:rgba(255,255,255,0);}
}

@-webkit-keyframes hover-blink {
	0% {background-color:rgba(255,255,255,0);}
    50% {background-color:rgba(255,255,255,0.6);}
    100% {background-color:rgba(255,255,255,0);}
}

@keyframes hover-blink-overlay {
	0% {opacity: 0%;}
    50% {opacity: 100%;}
}

@-webkit-keyframes hover-blink-overlay {
    0% {opacity: 0%;}
    50% {opacity: 100%;}
}

@keyframes blink {
	0% {filter: brightness(1); color:cyan;}
    6% {filter: brightness(10); color:white;}
    12% {filter: brightness(1); color:cyan;}
    18% {filter: brightness(10); color:white;}
    24% {filter: brightness(1); color:cyan;}
    30% {filter: brightness(10); color:white;}
    36% {filter: brightness(1); color:cyan;}
}

@-webkit-keyframes blink {
	0% {filter: brightness(1); color:cyan;}
    6% {filter: brightness(10); color:white;}
    12% {filter: brightness(1); color:cyan;}
    18% {filter: brightness(10); color:white;}
    24% {filter: brightness(1); color:cyan;}
    30% {filter: brightness(10); color:white;}
    36% {filter: brightness(1); color:cyan;}
}

.buttons a.hover-scroll-across .button-overlay:hover {
	background-position-x:-180px;
}
a#button3 {
	color: #00ffff !important;
}

.person-offset {
	left: 900px;
}
.link {
	position: absolute;
    top: 120px;
    left: 622px;
    width: 285px;
    height: 32px;
    font-size: 16px;
	text-align: center;
}
.link a {
	text-decoration:none;
	color:#e1e1e1;
    vertical-align: middle;
}
.booth .popup {
	background-image: url(/images/popup-panel.jpg);
	position: absolute;
    top: 100px;
    left: -136px;
    width: 149px;
    height: 265px;
    background-repeat: no-repeat;
    opacity:0%;
}
.booth .popup-close {
    position: absolute;
    z-index: 99;
    background: white;
    border: 1px solid #666;
    border-radius: 20px;
    padding: 4px 5px;
    top: -7px;
    left: -12px;
}
.booth .popup-close:hover {
	background: #fafa88;
	cursor: pointer;
}
.booth.booth-variant-sign1a .popup.popup-xl {
	background-size:contain;
	top:85px;
	height:383px;
	width: 217px;
	left:-226px;
}
/*
.booth.booth-variant-sign1a .popup.popup-xl .dc-video-player-wrapper {
	width: 205px;
	height: 369px;
}
*/
.booth .popup>* {
	padding: 7px 5px;
    display: block;
}
.booth .popup iframe {
	width: 140px;
    height: 252px;
}

.unslider {
	margin-top: 50vh;
	overflow: visible;
}
.video .media {
    width: 100%;
    height: 100%;
}

#booth-container {
	margin-top:50vh;
}

#booth-container ul {
	margin-top:-220px;
	padding:0px;
	box-sizing: content-box;
	position: relative;
	list-style-type: none;
}
#booth-container ul li {
	float:left;
}

#nav-arrows {
	width: 100%;
	bottom:80px;
	color:white;
	position: absolute;
	z-index: 200;
}
#nav-arrows>* {
	margin: 40px;
}
#nav-arrows a {
	color: white;
	font-size: 20px;
	font-weight:300;
	text-decoration: none !important;
}
#btn-prev {
	float:left;
}
#btn-next {
	float:right;
}
.play-button {
    position: absolute;
    top: 110px;
    left: 50px;
    background-color: rgba(50,50,50,0.75);
    padding: 20px 15px 20px 20px;
    border-radius: 30px;
    color: white;
    font-size: 30px;
    line-height: 20px;
}
.play-button:hover {
    background-color: rgba(150,150,150,0.75);
}
.item-container {
	position: absolute;
	height:50vh;
	z-index:90;
}
.item-wrapper {
	width:99999px;
	position:absolute;
	bottom:0;
}

.expo-item {
	vertical-align: bottom;
	display:inline-block;
}
.expo-item:not(.cover) {
	transform-origin: bottom left;
}
.expo-item.absolute {
	position: absolute;
	bottom: 0;
}
.expo-item.absolute>* {
	margin-left:-50%;
}
.expo-item-background-image {
	background-position:bottom center;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
}

#nav-thumbs {
	z-index: 300;
	height: 118px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
}
#nav-thumbs>* {
	display:inline-block;
}
#nav-thumbs-outer {
	margin:0px 30px;
	position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    width: calc( 100vw - 60px );
    height: 100%;
}
#nav-thumbs-inner {
	white-space:nowrap;
	position: absolute;
    left: 0px;
    top: 0;
}
#nav-thumbs .logo {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	height: 50px;
	width: 124px;
	display: inline-block;
	margin: 15px;
}
#nav-thumbs-next,#nav-thumbs-prev {
	height: 100%;
    position: absolute;
    width: 30px;
    text-align: center;
	line-height: 84px;
}
#nav-thumbs-prev {
	left:0px;
}
#nav-thumbs-next {
	right:0px;
}
.fancybox-content {
	min-width: 550px !important;
	max-width: 550px;
}
.fancybox-iframe body {
	overflow-x: hidden !important;
	overflow-y: scroll !important;
}
.ask-a-question {
	position: absolute;
    top: 68px;
    right: 965px;
}

.loader {
  border: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin 2s linear infinite;
  float: right;
  margin:5px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* DEFAULT BOOTH */
.booth:not(body) {
	background-image: url(/images/boothv3-1000.png);
	width: 1000px;
	height: 433px;
}

.booth.booth-variant-default .booth-lighting {
	top: -10px;
	left: -248px;
	max-width: 1457px;
}

.booth .logo {
	top: 71px;
    left: 37px;
    width: 221px;
    height: 83px;
}

.booth .buttons {
    top: 164px;
    left: 52px;
    width: 192px;
}
.buttons>* {
	padding: 0px;
    line-height: 37px;
    margin-bottom: 5px;
}

.booth .chat-button {
	position: absolute;
    top: 234px;
    left: 974px;
}

.booth .scrolling-text>* {
	height:100%;
}
.booth .scrolling-text {
	font-size: 36px;
	top: 37px;
	left: 272px;
	width: 706px;
    height: 58px;
}

.booth .scrolling-text {
	vertical-align:middle;
}

.booth .scrolling-text .marquee {
    height: 100%;
    width: 100%;
    margin: 0;
    overflow:hidden;
}

.booth .link {
	font-size: 16px;
	top: 109px;
	left: 734px;
	width: 238px;
    height: 37px;
    line-height: 37px;
}
.booth .link a {
	vertical-align: baseline;
}
.booth .link a:hover {
	filter: brightness(5.0);
}

.booth .video {
	top: 125px;
	left: 290px;
	width: 411px;
	height: 230px;
}
.booth .panel {
	top: 175px;
	left: 737px;
	width: 230px;
	height: 173px;
}
.booth .btn-panel-toggle,.booth .panel-popup-close {
	display: none;
}
.booth .person {
	position: absolute;
    bottom:-20px;
    left: 810px;
}
.booth .person-offset {
    left: 1020px;
}

/* SIGN 1A */
.booth.booth-variant-sign1a {
	background-image: url(/images/boothv2-sign1a.png);
	top: -120px;
    width: 648px;
    height: 611px;
}
.booth.booth-variant-sign1a .logo {
	display:none;
}

.booth.booth-variant-sign1a .buttons a {
	opacity:0;
}
.booth.booth-variant-sign1a .booth-lighting {
	top: 384px;
    left: -231px;
}
.booth.booth-variant-sign1a .scrolling-text {
    top: 5px;
    left: 51px;
    width: 547px;
    font-size: 36px;
    height: 66px;
    line-height: 62px;
    text-align: center;
    color: white;
}
.booth.booth-variant-sign1a .video {
    top: 109px;
    left: 25px;
    width: 598px;
    height: 336px;
}
.booth.booth-variant-sign1a .link {
    top: 319px;
    left: 648px;
    width: 32px;
    height: 108px;
}
.booth.booth-variant-sign1a .link a {
	font-size:12px;
	writing-mode: vertical-rl;
	text-orientation: upright;
	-webkit-text-orientation: upright;
	padding: 8px 4px 12px 4px;
	letter-spacing:-3px;
	background-color: #111;
}
.booth.booth-variant-sign1a .ask-a-question {
    position: absolute;
    top: 113px;
    left: 648px;
}

.booth.booth-variant-sign1a .counter {
    top: 470px;
    left: 560px;
}

.booth.booth-variant-sign1a .popup {
	top: 92px;
    left: -166px;
}

/* SIGN 1B */
.booth.booth-variant-sign1b {
	background-image: url(/images/boothv2-sign1b.png);
	top: -168px;
    width: 648px;
    height: 659px;
}
.booth.booth-variant-sign1b .booth-lighting {
	top: 432px;
    left: -231px;
}
.booth.booth-variant-sign1b .logo {
	display:none;
}

.booth.booth-variant-sign1b .buttons a {
	opacity:0;
}

.booth.booth-variant-sign1b .scrolling-text {
    top: 53px;
    left: 51px;
    width: 547px;
    font-size: 36px;
    height: 66px;
    line-height: 62px;
    text-align: center;
    color: white;
}
.booth.booth-variant-sign1b .sponsor {
	position:absolute;
    top: 4px;
    left: 167px;
    width: 313px;
    font-size: 24px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: white;
}
.booth.booth-variant-sign1b .sponsor img {
	vertical-align:top;
}
.booth.booth-variant-sign1b .video {
    top: 157px;
    left: 25px;
    width: 598px;
    height: 336px;
}
.booth.booth-variant-sign1b .link {
    top: 367px;
    left: 648px;
    width: 32px;
    height: 108px;
}
.booth.booth-variant-sign1b .link a {
	font-size:12px;
	writing-mode: vertical-rl;
	text-orientation: upright;
	-webkit-text-orientation: upright;
	padding: 8px 4px 12px 4px;
	letter-spacing:-3px;
	background-color: #111;
}
.booth.booth-variant-sign1b .ask-a-question {
    position: absolute;
    top: 161px;
    left: 648px;
}

.booth.booth-variant-sign1b .counter {
    top: 518px;
    left: 560px;
}

.booth.booth-variant-sign1b .popup {
	top: 132px;
    left: -164px;
}

/* SIGN 1C */
.booth.booth-variant-sign1c {
	background-image: url(/images/boothv2-sign1c.png);
    top: -120px;
    width: 809px;
    height: 588px;
}
.booth.booth-variant-sign1c .logo {
	display:none;
}

.booth.booth-variant-sign1c .buttons a {
	opacity:0;
}
.booth.booth-variant-sign1c .booth-lighting {
	top: 384px;
    left: -70px;
}
.booth.booth-variant-sign1c .scrolling-text {
    top: 5px;
    left: 211px;
    width: 547px;
    font-size: 36px;
    height: 66px;
    line-height: 62px;
    text-align: center;
    color: white;
}
.booth.booth-variant-sign1c .video {
    top: 109px;
    left: 187px;;
    width: 598px;
    height: 336px;
}
.booth.booth-variant-sign1c .link {
    top: 319px;
	left: 809px;
    width: 32px;
    height: 108px;
}
.booth.booth-variant-sign1c .link a {
	font-size:12px;
	writing-mode: vertical-rl;
	text-orientation: upright;
	-webkit-text-orientation: upright;
	padding: 8px 4px 12px 4px;
	letter-spacing:-3px;
	background-color: #111;
}
.booth.booth-variant-sign1c .ask-a-question {
    position: absolute;
    top: 113px;
    left: 809px;
}

.booth.booth-variant-sign1c .panel {
    top: 142px;
    left: 4px;
    width: 141px;
    height: 254px;
}

.booth.booth-variant-sign1c .counter {
    top: 470px;
    left: 720px;
}

.booth.booth-variant-sign1c .popup {
	top: 137px;
    left: -154px;
}

/* VOTING BOOTH */
.booth.booth-variant-voting {
	background-image: url(/images/boothv2-voting-405.png);
    top: -60px;
    width: 405px;
    height: 445px;
}
.booth.booth-variant-voting .booth-lighting {
	top: 0px;
    left: -337px;
}
.booth.booth-variant-voting .logo {
	display:none;
}

.booth.booth-variant-voting .buttons {
    top: 326px;
    left: 1px;
    width: inherit;
}
.booth.booth-variant-voting .buttons a {
	background-color: #444;
    width: 40px;
    display: inline-block;
    margin: 5px;
}
.booth.booth-variant-voting .buttons a:hover {
	background-color: #777;
}

.booth.booth-variant-voting .scrolling-text {
    top: 33px;
    left: 36px;
    width: 332px;
    font-size: 28px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: white;
}

.booth.booth-variant-voting .video {
    top: 107px;
    left: 18px;
    width: 369px;
    height: 209px;
}

.booth.booth-variant-voting .popup {
    top: 74px;
    left: -166px;
}

.booth.booth-variant-voting .vote {
    position: absolute;
	top: 280px;
    left: 406px;
}

.booth.booth-variant-voting .btn-vote {
	display:none;
    background-color: blue;
    color: white;
    padding: 2px 4px;
    min-width: 50px;
    font-size: 12px;
}
.toggler-boothmenu {
	display:none;
}
.toggler-boothmenu i {
	color: white;
    background-color: black;
    padding: 12px;
    border-radius: 22px;
    font-size: 20px;
}

#floor-container {
	perspective: 420px;
	/*
    perspective: 1000px;
    perspective-origin: top;
    */
    position: absolute;
    bottom: 0;
    height: 100vh;
    width: 100vw;
}
#floor-canvas-container {
    position: absolute;
    /*transform: rotateX(90deg);*/
    left: 0%;
    /* width: 1600vw; */
    opacity: 50%;
    /*
    top: 50vh;
    height: 50vh;
    */
    transform: rotateX(69deg);
    perspective-origin: top;
    bottom: 0px;
    height: 52vh;
}
#floor-canvas {
    background-image: url(/images/floor-marble.jpg);
    background-size: 200px 100px;
    /*transform: translateX(-480px) translateY(-310px);*/
    transform: translateX(-1200px) translateY(-370px) scaleX(2);
}

#floor-overlay {
    position: absolute;
    height: 50vh;
    width: 100vw;
    top: 50vh;
    background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.7455357142857143) 0%, rgba(255,255,255,0) 100%);
}

footer {
	z-index: 200;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0px !important;
    background-color: rgba(0,0,0,0.4);
    border-top: none !important;
    font-size: 11px !important;
}

footer {
	z-index: 1000;
}

footer>div,.footer-copyright>div {
	display:inline-block;
	padding-right: 20px;
}

.booth-nav {
	z-index: 10000;
    position: absolute;
    top: 0px;
    margin: 12px 20px;
}
.booth-nav .btn {
	font-size:12px;
	background-color:#577fa0;
	color:white;
	border: none;
	padding: 4px 8px;
	font-family:sans-serif;
}
.booth-nav strong {
	color:#6464A4;
}
.booth-nav .dropdown-menu {
	background-color: white;
}
.booth-nav .dropdown-item {
	line-height: 1em;
	font-size: 14px;
}

.nav-item .submenu{ 
	display: none;
	position: absolute;
	left:100%; top:-7px;
}
.nav-item .submenu-left{ 
	right:100%; left:auto;
}
/* Open submenu on hover */
.dropdown-menu > li:hover { background-color: #f1f1f1 }
/*
.dropdown-menu > li:hover > .submenu {
	display: block;
}
*/

/* Open submenu on click */
.dropdown-menu > li.open > .submenu {
	display: block;
}

/* Submenu scroll */
.dropdown-menu-scroll {
    max-height: 620px;
    overflow-y: auto;
}

/*Special Offers menu */
.special-title {
    color: #0b6800;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2em;
}

#booth1c-nav.booth-nav {
	left:120px;
}
#booth1c-nav.booth-nav .btn {
	background-color:#415d74;
}

#allbooths-nav.booth-nav {
    left: 224px;
}

/*
#allbooths-nav.booth-nav {
    right: 180px;
}

#allbooths-nav .dropdown-menu {
	left:inherit !important;
    right: 0px;
}
*/
#allbooths-nav .dropdown-item img {
    max-width: 80px;
    padding-right: 10px;
}

#expo-list {
	background-color:rgba(255,255,255,0.7);
	color:#666;
	font-size: 24px;
	border-radius: 20px 20px;
    max-width: 700px;
    padding: 40px;
    text-align: center;
    float: right;
    margin: 40px;
}

#expo-list h2 {
	color:#f96c02;
	font-size:32px;
	font-weight:bold;
}
#expo-list h3 {
	font-size:24px;
	font-weight: 200;
}

#expo-list p {
	font-weight:bold;
}

#expo-list .smol {
	font-weight: normal;
    font-size: 16px;
    font-style:cursive;
}

#expo-list em {
	color:#08af00;
	font-style:normal;
}

#expo-list .medium {
	font-size: 19px;
	font-weight: 600;
}

#expo-list ul {
    text-align: left;
    margin: auto;
    margin-left: 60px;
}

.navbar button.navbar-toggler {
	display:none;
}

#expo-nav { 
	width:100%;
    display: block;
    height: 40px;
    z-index: 1000;
    position: absolute;
    top: 0;
    padding:0;
}
#orientation-message {
	display:none;
}
/*
#orientation-message {
	display:none;
	background-color:#4444a5;
	border-radius:5px;
	margin:10px;
    color: white;
    padding: 10px;
    text-align: center;
    margin: auto;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    z-index: 1000;
    position: absolute;
}
*/

@media only screen and (max-width: 1100px) {
	.booth {
		transform: scale(0.8);
	}
	.expo-item:not(.cover) {
		display:none;
	}
	#nav-thumbs {
	    height: 104px;
	}
	#nav-thumbs .logo {
		height: 40px;
		width: 99px;
	}
	#expo-nav { 
		background-color: rgba(0,0,0,0.5) !important;
	}
	#expo-nav .booth-title {
		display:block;
		font-size: 20px;
    	padding: 4px;
	}
	.booth-nav {
		margin: 5px 10px;
	}

	.booth-nav .btn {
		background-color: transparent !important;
	}

	#nav-arrows {
		display:none;
	}

	#promo-button {
		/*display:none;*/
	}

	#header h1 {
	    font-size: 75px;
	}

	#header h2 {
		font-size: 22px;
		margin-left: 100px;
	}


/*
	#password-login {
	    bottom: 29vh;
	    left: 33vw;
	}
*/
}


@media only screen and (max-width: 1020px) {
	.booth {
		transform: scale(0.7);
	}
	.booth.booth-variant-default {
		left: -40px;
	}

}


@media only screen and (max-width: 1599px) {
	.expo-item.responsive { /*, .expo-item:not(.cover)*/
		transform: scale(0.9);
	}
	.booth-variant-default .panel img {
		width:100%;
	}
}

@media only screen and (min-width: 1600px) {
	/* DEFAULT BOOTH */
	.booth.booth-variant-default:not(body) {
		background-image: url(/images/boothv3-1200.png);
		transform: scale(1.1);
		width: 1200px;
		height: 519px;
		margin-top:-60px;
	}

	.booth.booth-variant-default .booth-lighting {
		top: -11px;
		left: -299px;
		max-width: 1748px;
	}

	.booth.booth-variant-default .logo {
		top: 83px;
	    left: 44px;
	    width: 265px;
	    height: 102px;
	}

	.booth.booth-variant-default .ask-a-question {
	    top: 96px;
	    right: 1158px;
	}

	.booth.booth-variant-default .buttons {
	    top: 196px;
	    left: 62px;
	    width: 230px;
	}
	.booth.booth-variant-default .buttons>* {
		line-height: 45px;
    	margin-bottom: 6px;
	}
	.buttons a .button-overlay {
	    height: 45px;
	    width: 230px;
	}
	.booth.booth-variant-default .scrolling-text {
		top: 45px;
		left: 326px;
		width: 846px;
	    height: 70px;
	    line-height: 66px;
	}

	.booth.booth-variant-default .link {
		top: 131px;
		left: 880px;
		width: 286px;
	    height: 44px;
	    line-height: 44px;
	}

	.booth.booth-variant-default .video {
		top: 149px;
		left: 347px;
		width: 495px;
		height: 278px;
	}
	.booth.booth-variant-default .panel {
		top: 211px;
		left: 885px;
		width: 275px;
		height: 206px;
	}
	.booth.booth-variant-default .person {
	    left: 970px;
	}
	.booth.booth-variant-default .person-offset {
	    left: 1224px;
	}
	.booth.booth-variant-default .counter {
		top: 447px;
		left: 740px;
	}

	.booth .chat-button {
	    top: 290px;
	    left: 1169px;
	}
}

@media only screen and (min-width: 2500px) {
	.booth:not(body), .expo-item:not(.cover) {
		transform: scale(1.5);
	}
	.booth:not(body) {
	    background-image: url(/images/booth_1528w.png);
	    background-size: 918px;
	}
	.floor {
	    left: -720px;
	    bottom: 211px;
	    height: 32vh;
	}
}
@media only screen and (min-width: 3000px) {
	.booth:not(body), .expo-item:not(.cover) {
		transform: scale(2.3);
	}

	.booth:not(body) {
	    background-image: url(/images/booth_1836w.png);
	}
}

/* Always show buttons unless in mobile view */
.booth .buttons.collapse {
	display: block !important;
}
/*
@media only screen and (min-width: 801px) {
	.booth .buttons.collapse {
		display: block !important;
	}
}
*/

body.mobile #floor-container {
	display:none;
}

@media only screen and (max-width: 900px) {
	/*.booth-lighting {
		display:none;
	}*/
	#floor-container, .item-container {
		display:none;
	}
	#booth-container ul li {
	    transform: scale(0.45);
	}
	.booth.booth-variant-sign1a {
		left:-110px;
		top:-160px;
	}
	.booth.booth-variant-default {
		left: -244px;
	}

	#expo-nav .booth-title {
		top:50px;
		/* display:none; */
	}
	.toggler-boothmenu {
		display:inline-block;
		float:right;
	}
	.ask-a-question {
	    top: 43px !important;
	    left: 260px !important;
	}

}

@media only screen and (max-width: 600px) {
    #nav-thumbs {
        height: 123px;
    }
}

@media only screen and (max-width: 400px) {

	#booth-container ul li {
	    transform: scale(0.3);
	}
	.booth.booth-variant-sign1a {
		left:-160px;
		top:-250px;
	}
	.booth.booth-variant-default {
		left: -310px;
	}

	/*body {
    	perspective: none;
    }
	#expo {
		background-image: none;
		height: calc(100vh - 36px);
	}
	.booth .booth-header {
		height: 86px;
	}
	.booth .logo {
		position: relative;
    	display: inline-block;
	}
	.booth .booth-contact {
		display: inline-block;
	    position: relative;
	    width: calc(100vw - 228px);
	    clear: both;
	    vertical-align: top;
	}
	.booth .booth-title {
	    color: white;
    	display: inline-block;
	    text-align: center;
	    width: 100%;
	}


*/


	/*
	#floor-overlay {
	    height: 100vh;
	    top: 0vh;
	}

  	.booth:not(body), .booth.booth-variant-sign1a {
		transform: none;
	    width: 1000px;
	    height: 407px;
	    background-image: none;
	    position: relative;
    	margin: 0px !important;
	}
	#booth-container {
		margin-top: 40px;
	}
	#booth-container ul {
    	margin-top: 0px;
    }

    .booth .logo {
	    top: 0px;
	    left: 0px;
	    width: 228px;
	    height: 86px;
	}
	.booth .scrolling-text {
		top: inherit !important;
	    left: 0px !important;
	    width: 100vw !important;
	    height: 60px !important;
	    background-color: rgba(0,0,0,0.9);
	}
	.booth .video ,
	.booth.booth-variant-sign1a .video,
	.booth.booth-variant-sign1b .video,
	.booth.booth-variant-sign1c .video
	 {
	    top: 86px;
	    left: 0px;
	    width: 100vw;
	    height: 340px;
	    position: relative;
	    background-size: contain;
	}

    .booth .popup {
    	
	    left: 50vw;
	    margin-left: -75px;
	}*/

	/*
	.booth .popup iframe {
	    width: 100%;
	    height: 100%;
	    padding:0px;
	}


	.slick-slide img {
    	width: 100%;
    }
    */

	/*.booth.booth-variant-default {
		height: calc(100vh - 136px);
	}

	.booth.booth-variant-sign1a .video,
	.booth.booth-variant-sign1a .video iframe,
	.booth.booth-variant-sign1b .video,
	.booth.booth-variant-sign1b .video iframe,
	.booth.booth-variant-sign1c .video,
	.booth.booth-variant-sign1c .video iframe
	 {
		height: calc(100vh - 126px);
	    width: 100vw;
	}

	.booth .buttons {
    	top: 86px;
	    width: 100vw;
	    left: 0;
	    background-color: rgba(0,0,0,0.9);
	    z-index: 2000;
	    position: absolute;
    }

    .booth .buttons a>img {
    	max-width: 230px;
    }

	.booth .person {
	    display:none;
	}

	.booth .panel {
	    display:none;
	    left: 10vw;
	    right: 90vw;
	    width: 80vw;
	}

	.booth .btn-panel-toggle {
		display: block;
		position: absolute;
	    top: inherit;
	    bottom:0px;
	    left: 0;
	    width: 50vw;
	    height: 50px;
	    font-size: 20px;
	    color: white !important;
	    line-height: 50px;
	    background-color: #1A5A5A;
	    border-radius:0;
	    padding:0px;
	}
	.booth .link {
		display: block;
		position: absolute;
	    top: inherit;
	    bottom:0px;
	    left:50vw;
	    right: 0;
	    width: 50vw;
	    height: 50px;
	    font-size: 20px;
	    color: white !important;
	    line-height: 50px;
	    background-color: #1A255A;
	}
	.booth .panel-popup-close {
		display: block;
	}

	footer#footer {
		color:white;
		padding: 2px !important;
	}

	#nav-thumbs {
	    height: 60px;
	}

	#nav-thumbs .logo {
    	margin: 10px;
    }

    #nav-thumbs-next, #nav-thumbs-prev {
    	line-height: 60px;
    }*/

}

/*
@media only screen and (max-width: 420px) {
	#gate-video {
	    margin: 20px 0;
	}
}
*/
/*
@media only screen and (orientation: portrait) and (max-width: 800px) {
  #orientation-message {
    display:block;
  }
}

@media only screen and (max-width: 700px) {
	.booth-variant-default {
		margin-left:-150px;
	}
}
*/