/* Cookie banner styles */
@import "../venue/uv-cookie-banner.css";

/*Normalize*/
progress,
sub,
sup {
	vertical-align: baseline
}

button,
hr,
input {
	overflow: visible
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

figcaption,
menu,
article,
aside,
details,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,
a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0
}

optgroup {
	font-weight: 700
}

button,
select {
	text-transform: none
}

[type=submit],
[type=reset],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: ButtonText dotted 1px
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}


*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 16px;
	line-height: 1.4;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

body,
html {
	height: 100%;
	position: relative;
}

body {
	font-family: 'Roboto', sans-serif;
	background-color: #000000;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: inherit;
}

a,
button {
	cursor: pointer;
	border: 0;
	outline: none;
	text-decoration: none;

	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

a label {
	cursor: pointer;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0.5rem;
	font-family: inherit;
	font-weight: 300;
	line-height: 1.1;
	color: inherit;
}

.uv-clear {
	clear: both;
}

.uv-clearfix:before,
.uv-clearfix:after {
	display: table;
	content: " ";
}

.uv-clearfix:after {
	clear: both;
}

body.uvisstaging:before {
	display: block;
	position: fixed;
	content: "STAGING";
	width: 100%;
	height: auto;
	left: 0;
	bottom: 50%;
	transform: translateY(50%);
	font-size: 20vw;
	color: #ffffff;
	z-index: 10001;
	pointer-events: none;
	text-align: center;
	font-weight: bold;
	opacity: 0.18;
}


/*Landing*/
.uv-microslanding-menucont {
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.uv-landing-cont {
	position: relative;
	height: auto;
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4px;
	height: auto;
	min-height: calc(100vh - 80px);
}

.uv-landing-cont-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.uv-landing-cont-inner>a {
	display: block;
	flex: 0 0 33.3333%;
	padding: 4px;
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);*/
}

/*.uv-landing-cont > a:first-child{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.uv-landing-cont > a:nth-child(3n + 1){border-left: 1px solid rgba(255, 255, 255, 0.2);}*/

.uv-landing-venue-item {
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}

.uv-landing-venue-item:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
	background-color: rgba(0, 0, 0, 0.6);
	content: " ";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	opacity: 1;
	top: 0;
	height: 100%;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.uv-landing-cont a:hover .uv-landing-venue-item:before {
	opacity: 0.7;
}

/*.uv-landing-venue-item:after{
	position: absolute;
	display: block;
	content: " ";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    z-index: 18;
}
.uv-landing-cont a:hover .uv-landing-venue-item:after{
	opacity: 1;
	visibility: visible;
}*/
.uv-landing-venue-item .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 10;

	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.uv-landing-cont a:hover .uv-landing-venue-item .bg {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	backface-visibility: hidden;
}

.uv-landing-venue-item-inner {
	position: absolute;
	margin: auto;
	left: 0;
	width: 100%;
	padding: 0 5%;
	z-index: 20;
	bottom: 50%;
	top: auto;
	text-align: center;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	vertical-align: middle;
}

.uv-landing-venue-item button {
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	border-style: solid;
	border-width: 2px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	padding: 0.6em 2.5em;
	border-color: #ffffff;
	color: #ffffff;
	background-color: transparent;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);

	-webkit-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
}

.uv-landing-cont a:hover .uv-landing-venue-item button {
	background-color: #ffffff;
	color: #000000;
}

.uv-landing-venue-item-inner .brand {
	position: relative;
}

.uv-landing-venue-item-inner .brand .uv-landing-venuelogo {
	position: relative;
	display: block;
	width: 100%;
	max-width: 300px;
	margin: auto;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.uv-landing-venue-item-inner .brand .uv-landing-venuelogo:before {
	position: relative;
	display: block;
	content: " ";
	padding-top: 30%;
}

.uv-landing-venuelogo-venuename {
	position: relative;
	text-align: center;
	font-size: 16px;
	width: 100%;
	margin-bottom: 1em;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
	padding-left: 10px;
	padding-right: 10px;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}

.uv-landing-venue-item-inner h2 {
	margin: 0;
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: normal;
	font-size: 40px;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}

.uv-landing-cont a {
	cursor: pointer;
}

/* Staging Switch*/
.uv-staging-switch {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 50;
}

.uv-staging-switch button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	margin: 0;
	padding: 0;
	border-radius: 20px;
	outline: none;
	padding-left: 4px;
	padding-right: 4px;
	cursor: pointer;
	width: 90px;
	height: 30px;
}

.uv-staging-switch button.uvswon {
	background-color: rgb(0, 164, 0);
}

.uv-staging-switch button.uvswoff {
	background-color: #444444;
}

.uv-staging-switch button span {
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	display: block;
	width: 100%;
}

.uv-staging-switch button.uvswon span {
	padding-left: 25px;
}

.uv-staging-switch button.uvswoff span {
	padding-right: 28px;
	font-size: 12px;
}

.uv-staging-switch button:before {
	position: absolute;
	display: block;
	content: " ";
	width: 36px;
	height: 36px;
	right: -3px;
	border-radius: 50%;
	z-index: 1;
	background: #ffffff;
	transition: all 200ms ease-in-out;
}

.uv-staging-switch button.uvswon:before {
	left: -3px;
}

.uv-staging-switch button.uvswoff:before {
	left: calc(100% + 3px - 36px);
}

/* Responsive */
@media(max-width: 992px) {
	.uv-landing-cont-inner>a {
		flex-basis: 50%;
	}
}

@media(max-width: 600px) {

	.uv-lgrid-h100 .uv-landing-venue-item,
	.uv-lgrid-h50 .uv-landing-venue-item,
	.uv-lgrid-hauto .uv-landing-venue-item {
		height: auto;
		padding-top: 100%;
	}
}

@media(max-width: 550px) {
	.uv-landing-cont-inner>a {
		flex-basis: 100%;
	}
}

/* hide tao group ultra miami */
.uv-landing-cont-inner>a.uv-landing-venuelink-714036 {
	display: none;
}

/* hide Ayu nigths and moonbean UWS-4644 */
a.uv-landing-venuelink-650556,
a.uv-landing-venuelink-650557,
a.uv-landing-venuelink-1301005 {
	display: none;
}