@charset "utf-8";
/* CSS Document */
body {
	font-weight: 300;
	font-family: "sofia-pro", sans-serif;
	color: #09402f;
	background-color: #000000;
}
strong {
	font-weight: 400;
}
a {
	color: #ffffff;
}
a:link {
	color: #ffffff;
	;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover, a:focus {
	color: #fbaf5d;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #fbaf5d;
}
a:active, a:focus {
	outline: none;
 ie-dummy: expression(this.hideFocus=true);
}
:focus {
	outline: none;
}
a[href^=tel] {
	color: inherit;
}
.center-image {
	margin: 0 auto;
}
.center-image img {
	margin: 0 auto;
}
.width-image {
	width: 100%;
	margin: 0 auto;
}
.padding-zero {
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
h1 {
	font-family: "sofia-pro", sans-serif;
	font-size: 85px;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 10px 10px 0px;
	margin: 0px 0px 0px 0px;
}
h2 {
	font-family: "sofia-pro", sans-serif;
	font-size: 85px;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 10px 10px 0px;
	margin: 0px 0px 0px 0px;
}
/* Nav */
.masthead {
	position: absolute;
	font-family: "sofia-pro", sans-serif;
	/*width:100%;*/
	/*height:140px;*/
	height: auto;
	text-align: left;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	padding: 0px 0px 0px 0px;
	z-index: 1203;
	background-color: transparent;
	overflow: hidden;
}
.logo_container {
	position: relative;
	padding: 20px 0px 0px 40px;
	z-index: 10;
	background-color: transparent;
}
.nav_logo {
	width: auto;
	height: 100px;
}
.nav_drop_logo {
	display: none;
	width: auto;
	height: 35px;
	opacity: 0;
	/*-webkit-transition: opacity 1.0s linear;
    -moz-transition: opacity 1.0s linear;
    -o-transition: opacity 1.0s linear;
    transition: opacity 1.0s linear;  */
	margin: 22px 0px 0px 40px;
}
.affix-topX .nav_drop_logo {
	display: block;
	/*width:auto;
	height:35px;*/
	opacity: 0;
	/*  -webkit-transition: opacity 1.0s linear;
    -moz-transition: opacity 1.0s linear;
    -o-transition: opacity 1.0s linear;
    transition: opacity 1.0s linear;  
	margin: 22px 0px 0px 40px;*/ 
	animation-name: fadeOut;
}
.affix .nav_drop_logo {
	display: block;
	/*width:auto;
	height:35px;*/
	opacity: 1;
	/*-webkit-transition: opacity 1.0s ease-in-out;
    -moz-transition: opacity 1.0s ease-in-out;
    -o-transition: opacity 1.0s ease-in-out;
    transition: opacity 1.0s ease-in-out;    */   
	animation-name: fadeIn;
}
.booknow_button {
	padding: 20px 130px 0px 0px;
	text-align: right;
	text-transform: uppercase;
}
.booknow_button a {
	display: inline-block;
	color: #ffffff;
	font-size: 22px;
	line-height: 22px;
	font-weight: 300;
	letter-spacing: -1px;
	text-decoration: none;
	border: 1px #ffffff solid;
	border-color: rgba(255, 255, 255, .9);
	padding: 6px 25px 8px 25px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.booknow_button a:hover {
	color: #14141a;
	text-decoration: none;
	background: #ffffff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
	background-color: transparent;
}
.navbar-nav {
	margin-left: -35px;
	margin-right: -45px;
	text-align: center;
	text-transform: uppercase;
}
.navbar-default {
	font-family: "sofia-pro", sans-serif;
	background-color: transparent;
}
.navbar {
	border: 0px;
	min-height: 20px;
}
.navbar {
	position: fixed;
	border-bottom-width: 0px!important;
	margin-bottom: 0px;
	background-color: transparent;
	height: 80px;
	min-height: 80px;
	border: 0px;
	z-index: 1202!important;
	-webkit-transition: background-color 1.0s ease-in-out;
	-moz-transition: background-color 1.0s ease-in-out;
	-o-transition: background-color 1.0s ease-in-out;
	transition: background-color 1.0s ease-in-out;
}
#top_mini_nav.navbar.affix {
	position: fixed;
	border-bottom-width: 0px!important;
	margin-bottom: 0px;
	background-color: rgba(0, 0, 0, 0.5)!important;
	height: 80px;
	min-height: 80px;
	border: 0px;
	z-index: 1202!important;
	-webkit-transition: background-color 1.0s ease-in-out;
	-moz-transition: background-color 1.0s ease-in-out;
	-o-transition: background-color 1.0s ease-in-out;
	transition: background-color 1.0s ease-in-out;
}
#top_mini_nav.navbar.affix.trans {
	position: fixed;
	border-bottom-width: 0px!important;
	margin-bottom: 0px;
	background-color: transparent!important;
	height: 80px;
	min-height: 80px;
	border: 0px;
	z-index: 1202!important;
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}
.hide-nav-items {
	display: none!important;/*-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;      */
}
.mini_nav_container {
	position: relative;
	width: 100%;
	padding: 0px 20px 0px 20px;
	margin: 0 auto;
}
.bg-fade-carousel {
	overflow: hidden;
}
.jumbo_bottom {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 40px;
	text-align: center;
	padding: 20px 40px 50px 40px;
	z-index: 10;
}
.social_icons_jumbo {
	display: inline-block;
	text-align: left;
	width: 28%;
	padding: 0px 0px 0px 0px;
}
.social_icons_jumbo img {
	width: auto;
	height: 30px;
	margin: -8px 30px 0px 0px;
}
.hours_jumbo {
	font-family: "sofia-pro-condensed", sans-serif;
	display: inline-block;
	width: 45%;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	line-height: 24px;
	font-weight: 100;
	letter-spacing: 2px;
	padding: 0px 0px 0px 0px;
}
.hours_jumbo br {
	display: none;
}
.hours_jumbo span {
	display: inline;
}
.soundcloud_jumbo {
	display: inline-block;
	width: 25%;
	text-align: right;
	color: #ffffff;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 2px;
	padding: 0px 0px 8px 0px;
}
.soundcloud_jumbo img {
	width: 150px;
	max-width: 100%;
	height: auto;
}
.elist_jumbo {
	display: inline-block;
	width: 25%;
	text-align: right;
	color: #ffffff;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 2px;
	padding: 0px 0px 0px 0px;
}
.elist_jumbo a {
	display: inline-block;
	color: #ffffff;
	font-size: 22px;
	line-height: 24px;
	font-weight: 300;
	letter-spacing: 0px;
	text-decoration: none;
	border: 1px #ffffff solid;
	border-color: rgba(255, 255, 255, .9);
	padding: 6px 25px 8px 25px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.elist_jumbo a:hover {
	color: #14141a;
	text-decoration: none;
	background: #ffffff;
}
/* start general */

.med_container {
	position: relative;
	width: 100%;
	max-width: 980px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
}
.large_container {
	position: relative;
	width: 100%;
	max-width: 1200px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
}
.exlarge_container {
	position: relative;
	width: 100%;
	max-width: 1500px;
	padding: 20px 20px 0px 20px;
	margin: 0 auto;
}
/* start main */

.main_topwrap {
	position: relative;
	height: 100vh;
	border-right: none;
	border-left: none;
	position: relative;
	padding: 0px;
	z-index: 0;
}
.main_topwrap h1 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 150px;
	line-height: 150px;
	letter-spacing: 10px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	z-index: 10;
}
.main_topwrap h2 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 8px;
	font-weight: 200;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 0px 0px 10px 0px;
	margin: 0 auto;
	z-index: 10;
}
.mid_angle {
	position: relative;
	width: 100%;
	height: 130px;
	text-align: center;
	padding: 0px;
	margin-top: -65px;
	margin-bottom: -65px;
	z-index: 130;
	overflow: hidden;
}
.mid_angle img {
	width: auto;
	height: 130px;
}
.hours_mainwrap {
	position: relative;
	width: 100%;
	color: #ffffff;
	text-align: center;
	padding: 30px 20px 100px 20px;
	overflow: hidden;
	background: url(../assets/images/lucid/general/ld_angle-background.png) no-repeat center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 10;
}
.hours_text {
	position: relative;
	max-width: 980px;
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 20px 20px 20px 20px;
	margin: 0 auto;
}
.hours_border {
	position: relative;
	width: 50%;
	height: 1px;
	padding: 0px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 80px;
	background: #5f5f5f;
}
.icons_home_padding {
	margin: 0px 20px 60px 20px;
}
.social_icons_nav img {
	width: 30px;
	height: auto;
	margin: 0px 10px 60px 10px;
}
.social_icons img {
	width: 65px;
	height: auto;
	margin: 0px 20px 0px 20px;
}
.social_half {
	display: inline-block;
}
.hours_day {
	color: #ffffff;
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 20px 0px 10px 0px;
}
.hours_time {
	color: #ffffff;
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
.events_mainwrap .hours_time {
	color: #14141a;
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 0px 0px 10px 0px;
}
.hours_clock {
	text-align: center;
	padding: 20px 0px 0px 0px;
}
.parallax_mainwrap {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
	height: 800px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	background-image: url(../assets/images/lucid/main/mainwrapimage.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.parallax_container {
	position: relative;
	width: 100%;
	max-width: 1100px;
	color: #ffffff;
	font-size: 36px;
	font-weight: 100;
	letter-spacing: -2px;
	text-align: center;
	padding: 0px 60px 0px 60px;
	margin: 0 auto;
}
.eventshead_mainwrap {
	position: relative;
	width: 100%;
	color: #ffffff;
	text-align: center;
	padding: 0px 20px 0px 20px;
	overflow: hidden;
	background: url(../assets/images/lucid/main/ld_main-upcoming-parallax.jpg) no-repeat center center fixed;
	-moz-background-size: 1800px 1000px;
	-o-background-size: 1800px 1000px;
	-webkit-background-size: 1800px 1000px;
	background-size: 1800px 1000px;
}
.eventshead_mainwrap h3 {
	position: relative;
	display: inline-block;
	font-size: 100px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	padding: 20px 20px 20px 20px;
	margin: 100px 20px 100px 20px;
	border: 3px #ffffff solid;
}
.events_mainwrap {
	position: relative;
	width: 100%;
	height: auto;
	color: #ffffff;
	text-align: center;
	padding: 20px 20px 100px 20px;
	overflow: hidden;
	background: #ffffff;
}
.events_mainwrap h3 {
	position: relative;
	font-size: 60px;
	letter-spacing: -4px;
	font-weight: 200;
	color: #14141a;
	text-align: center;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.event_panel {
	position: relative;
	width: 100%;
	height: 364px;
	background: url(../assets/images/lucid/general/ld_angle-background.png) no-repeat center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 30px 30px 30px 30px;
	margin-top: 20px;
	white-space: nowrap;
	text-align: center;
}
.event_padding {
	padding: 20px 20px 20px 20px;
}
.event_panel a {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.event_panel img {
	position: relative;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
/* start onewrap */

.one_diffusewrap {
	position: relative;
	width: 100%;
	height: auto;
	font-family: "sofia-pro", sans-serif;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	background: url(../assets/images/lucid/general/ld_diffuser-repeat.png) repeat center top;
	padding: 100px 20px 100px 20px;
	overflow: hidden;
	z-index: 10;
}
.one_mainwrap {
	position: relative;
	width: 100%;
	height: auto;
	font-family: "sofia-pro", sans-serif;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	z-index: 10;
}
.one_mainwrap h3 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 60px;
	line-height: 62px;
	font-weight: 300;
	letter-spacing: -2px;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 30px 0px;
}
.one_mainwrap h4 {
	position: relative;
	width: 100%;
	height: auto;
	font-family: "sofia-pro", sans-serif;
	font-size: 28px;
	letter-spacing: -1px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	padding: 20px 0px 20px 0px;
}
.one_mainwrap p {
	font-family: "sofia-pro", sans-serif;
	font-size: 24px;
	color: #ffffff;
	padding: 20px 0px 20px 0px;
	font-weight: 200;
}
.one_logo_container {
	position: relative;
	width: 100%;
	max-width: 470px;
	height: auto;
	text-align: center;
	padding: 20px 0px 40px 0px;
	margin: 0 auto;
}
.one_small {
	font-family: "sofia-pro", sans-serif!important;
	Position: relative;
	font-size: 12px!important;
	padding: 60px 0px 60px 0px!important;
}
#contact_submitXXX {
	padding: 20px 0px 5px 0px;
	text-align: center;
}
.one_button {
	display: inline-block;
	font-size: 22px;
	letter-spacing: 2px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 10px 15px 10px 15px;
	border: 1px solid #ffffff;
	border-radius: 0px;
	text-decoration: none!important;
	background-color: transparent;
	margin-bottom: 40px;
}
.one_button:hover {
	font-size: 22px;
	color: #000000;
	text-decoration: none!important;
	text-transform: uppercase;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}
.one_mainwrap label {
	font-size: 20px;
	font-weight: 300;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: "sofia-pro", sans-serif;
}
.one_mainwrap .form-control {
	display: block;
	width: 100%;
	height: 28px;
	padding: 6px 12px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 20px;
	color: #fbaf5d;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.1);
	background-image: none;
	border: 0px solid #e2e2e2;
	border-radius: 0px;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.one_mainwrap .form-control:focus {
	border: 0px solid #e2e2e2;
	outline: 0;
	color: #ffffff;
	background-color: #fbaf5d;
}
.main_all_events_wrap {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #000000;
	text-align: center;
	padding: 20px 20px 20px 20px;
	overflow: hidden;
	background: #ffffff;
}
.main_all_events_wrap h3 {
	position: relative;
	max-width: 1400px;
	display: block;
	font-size: 100px;
	line-height: 80px;
	letter-spacing: -4px;
	font-weight: 100;
	color: #14141a;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 30px;
}
.main_all_events {
	max-width: 800px;
	margin: 0 auto;
	padding: 0px 0px 120px 0px;
}
.main_all_events a {
	display: block;
	width: 90%;
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 6px;
	text-decoration: none;
	border: 1px #fbaf5d solid;
	padding: 8px 20px 10px 20px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #fbaf5d;
}
.main_all_events a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #14141a;
	border: 1px #14141a solid;
}
/* Map */

#map-canvasXXX {
	width: 100%;
	height: 500px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	z-index: 10;
	border: 0;
}
#map-canvas {
	width: 100%;
	height: 720px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	z-index: 10;
	border: 0;
}
#map-canvas a {
	color: #fbaf5d!important;
	font-weight: 400;
}
.row_eq_height_map {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.about-map {
	position: relative;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	background: #2e2e2e;
	z-index: 10;
}
.map_wrap {
	position: relative;
	width: 100%;
	height: 720px;
	color: #1c3766;
	text-align: center;
	padding: 0px 0px 0px 0px;
	z-index: 9;
	overflow: hidden;
	margin-bottom: 0px;
}
.map_right_wrap {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	background: #2e2e2e;
}
.map_right_container {
	position: relative;
	width: 100%;
	max-width: 565px;
	text-align: left;
	color: #ffffff;
	font-size: 16px;
	line-height: 18px;
	font-weight: 100;
	letter-spacing: 2px;
	z-index: 0;
	overflow: hidden;
	padding: 20px 40px 20px 40px;
	margin: 0 auto;
}
.map_right_container .large_map_right {
	position: relative;
	display: inline-block;
	text-align: left;
	font-size: 60px;
	line-height: 62px;
	font-weight: 100;
	letter-spacing: -3px;
	text-transform: uppercase;
	color: #ffffff;
	z-index: 0;
	overflow: hidden;
	padding: 0px 0px 30px 0px;
	margin: 0 auto;
}
.map_right_container a {
	position: relative;
	display: inline-block;
	font-size: 24px;
	line-height: 26px;
	font-weight: 200;
	letter-spacing: 1px;
	color: #fbaf5d!important;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.map_right_container a:hover {
	position: relative;
	color: #ffffff!important;
}
.black_mainwrap {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 40px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	padding: 40px 20px 40px 20px;
	overflow: hidden;
	background: #14141a;
}
.black_mainwrap h3 {
	position: relative;
	width: 100%;
	font-size: 80px;
	line-height: 80px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.white_mainwrap {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #000000;
	text-align: center;
	padding: 130px 20px 90px 20px;
	overflow: hidden;
	background: #ffffff;
}
.white_mainwrap h3 {
	position: relative;
	display: inline-block;
	font-size: 100px;
	line-height: 80px;
	letter-spacing: -4px;
	font-weight: 100;
	color: #14141a;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
.white_mainwrap h3.reservesuite {
	position: relative;
	max-width: 1200px;
	display: block;
	font-size: 100px;
	line-height: 80px;
	letter-spacing: -4px;
	font-weight: 100;
	color: #14141a;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.main_eventhead_wrap {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #000000;
	text-align: center;
	padding: 130px 20px 60px 20px;
	overflow: hidden;
	background: #ffffff;
	z-index: 3;
}
.main_eventhead_wrap h3 {
	position: relative;
	display: inline-block;
	font-size: 100px;
	line-height: 80px;
	letter-spacing: -4px;
	font-weight: 100;
	color: #14141a;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
.main_suitewrap {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
.main_suitewrap a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 0px;
}
.main_suitewrap a:hover {
	text-decoration: none;
}

.main_suites_container::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	transform-origin: 0 0;
	z-index: -1;
	-webkit-transition: 0.4s all linear;
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-in;
	-webkit-transition-duration: 250ms;
	width: 100%;
	height: 500px;
	padding: 0px 0px 0px 0px;
	background: url('../assets/images/lucid/suites/ld_suites-ddeck-2x.jpg') center top no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.main_suites_container {
	width: 100%;
	height: 500px;
	padding: 0px 0px 0px 0px;
}




.double_containerXXX {
	position: relative;
	width: 100%;
	height: 500px;
	padding: 0px 0px 0px 0px;
}
.double_container::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	transform-origin: 0 0;
	z-index: -1;
	-webkit-transition: 0.4s all linear;
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-in;
	-webkit-transition-duration: 250ms;
	width: 100%;
	height: 500px;
	padding: 0px 0px 0px 0px;
	background: url('../assets/images/lucid/suites/ld_suites-ddeck-2x.jpg') center top no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.stage_container::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	transform-origin: 0 0;
	z-index: -1;
	-webkit-transition: 0.4s all linear;
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-in;
	-webkit-transition-duration: 250ms;
	width: 100%;
	height: 500px;
	padding: 0px 0px 0px 0px;
	background: url('../assets/images/lucid/suites/ld_suites-stage-2x.jpg') center top no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.glow_containerXXX {
	position: relative;
	width: 100%;
	height: 500px;
	padding: 0px 0px 0px 0px;
}
.glow_container::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	transform-origin: 0 0;
	z-index: -1;
	transition: 0.4s linear;
	transform: scale(1, 1);
	-webkit-transition: 0.4s all linear;
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-in;
	-webkit-transition-duration: 250ms;
	width: 100%;
	height: 500px;
	padding: 0px 0px 0px 0px;
	background: url('../assets/images/lucid/suites/ld_suites-glow-2x.jpg') center top no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.hub_containerXXX {
	position: relative;
	width: 100%;
	height: 500px;
	padding: 0px 0px 0px 0px;
}
.hub_container::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	transform-origin: 0 0;
	z-index: -1;
	transition: 0.4s linear;
	transform: scale(1, 1);
	-webkit-transition: 0.4s all linear;
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-in;
	-webkit-transition-duration: 250ms;
	width: 100%;
	height: 500px;
	padding: 0px 0px 0px 0px;
	background: url('../assets/images/lucid/suites/ld_suites-hub-2x.jpg') center top no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.loft_containerXXX {
	position: relative;
	width: 100%;
	height: 500px;
	padding: 0px 0px 0px 0px;
}
.loft_container::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	transform-origin: 0 0;
	z-index: -1;
	transition: 0.4s linear;
	transform: scale(1, 1);
	-webkit-transition: 0.4s all linear;
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-in;
	-webkit-transition-duration: 250ms;
	width: 100%;
	height: 500px;
	padding: 0px 0px 0px 0px;
	background: url('../assets/images/lucid/suites/ld_suites-loft-2x.jpg') center top no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.grow {
	position: relative;
	width: 100%;
	height: 500px;
	padding: 0px 0px 0px 0px;
}
.grow_before:hover .grow::before {
	transform: scale(1.05, 1.07);
	transition-duration: 250ms;
	transition-timing-function: ease-out;
	-webkit-transform: scale(1.05, 1.07));
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;/*filter: none;
	-webkit-filter: grayscale(0%);*/
}

.overlay_container {
	position: relative;
	width: 100%;
	min-height: 500px;
	font-size: 30px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	background: url('../assets/images/lucid/general/ld_diffuser-repeat.png') left top repeat;/*transform: scale(1);*/
}
.overlay_containerXXX:hover {
	background: url('../assets/images/lucid/general/ld_diffuser-repeat.png') left top repeat;/*transform: scale(1);*/
}
.overlay_container p {
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.overlay_container h3 {
	position: relative;
	width: 100%;
	font-size: 80px;
	line-height: 60px;
	letter-spacing: -6px;
	font-weight: 200;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

.overlay_container .suite_logos p {
	font-size: 35px;
	line-height: 35px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
.overlay_container .suite_logos h3 {
	position: relative;
	width: 100%;
	font-size: 68px;
	line-height: 60px;
	letter-spacing: -6px;
	font-weight: 200;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 10px 0px;
}


.double_content, .stage_content, .glow_content, .hub_content, .loft_content {
	display: none;
}

.suites_content {
	display: none;
}

.logo1, .logo2, .logo3, .logo4, .logo5, .logo6 {
	position: relative;
	top: 160px;
}

.suite_logos {
	position: relative;
	top: 160px;
}

.hide_logo {
	display: none;
}
.details {
	display: block;
	width: 100%;
	min-height: 600px;
	padding: 40px 0px 0px 0px;
	margin: 0 auto;
	overflow: hidden;
	opacity: 1.0;
	-webkit-transition-property: width;
	-webkit-transition-duration: 20s;
	-webkit-transition-timing-function: linear;
	-webkit-transition-delay: 10s;
}
.details p {
	width: 86%;
	padding: 10px 0px 10px 0px;
	margin: 0 auto;
}
.info_button {
	position: relative;
	top: 180px;
	display: inline-block;
	font-size: 22px;
	font-weight: 300;
	color: #f8f6f6;
	text-decoration: none;
	padding: 5px 10px 7px 10px;
	border: 1px #ffffff solid;
}
/* GROW */

.padding-zero {
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
.grow_container {
}
.growXXX {
	position: relative;
	display: block;
	cursor: pointer;
	max-width: 100%;
	transition: 0.4s linear;
	transform: scale(1, 1);
	-webkit-transition: 0.4s all linear;
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-in;
	-webkit-transition-duration: 250ms;
	z-index: 10;/* filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
	
	filter: gray; 
 -webkit-transition: all .6s ease; 
	-webkit-filter: grayscale(100%); 
	*/
}
.growXXX:hover {
	transform: scale(1.05, 1.07);
	transition-duration: 250ms;
	transition-timing-function: ease-out;
	-webkit-transform: scale(1.05, 1.07);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;/*filter: none;
	-webkit-filter: grayscale(0%);*/
}
.lucid_instaphoto_wrap {
	position: relative;
	width: 100%;
	z-index: 10;
	overflow: hidden;
	background: #14141a url(../assets/images/lucid/general/ld_diffuser-repeat.png) repeat center center;
	padding: 0px 0px 0px 0px;
}
.lucid_instaphoto_container {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	height: 100%;
}
.lucid_instaphotos {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 16.66666667%;
	padding: 0px;
	margin: 0px;
}
.lucid_instaphotos img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.lucid_instaphotos_last {
	position: relative;
	order: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 16.66666667%;
	padding: 0px;
	margin: 0px;
}
.lucid_instaphotos_last h3 {
	font-size: 18px;
	font-weight: 200;
	letter-spacing: 3px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
}
.lucid_insta_link {
	padding: 0px 0px 0px 0px;
}
.lucid_insta_link img {
	width: 30px;
	height: auto
}
.blackcat_photosXXX {
	margin: 0px -15px 0px -15px;
}
.instagram_mainwrap {
	position: relative;
	width: 100%;
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 30px 0px 40px 0px;
	overflow: hidden;
	background: #14141a url(../assets/images/lucid/general/ld_diffuser-repeat.png) repeat center center;
}
.instagram_mainwrap h3 {
	font-size: 100px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
}
.insta_link {
	padding: 10px 0px 80px 0px;
}
.instagram_photos {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px -10px -10px -10px;
	overflow: hidden;
}
.instagram_photos img {
	width: 150%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* start video */

.video_text {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	flex-direction: column;
	padding: 200px 0px 0px 0px;
}
#video-container {
	position: absolute;
}
#video-container {
	top: 0%;
	left: 0%;
	height: 100%;
	width: 100%;
	overflow: hidden;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
video {
	position: absolute;
	width: 100%!important;
	height: auto!important;
	z-index: 0;
	margin: 0 auto;
}
video.fillWidth {
	width: 100%!important;
	height: auto!important;
}
.video_overlay {
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 1;
	margin: 0 auto;
	background: url(../assets/images/lucid/general/ld_diffuser-repeat.png) repeat left top;
}
/* start about */

.about_overlay_wrap {
	position: relative;
	width: 100%;
	min-height: 1200px;
	z-index: 1;
	margin: 0 auto;
	background: url(../assets/images/lucid/general/ld_diffuser-repeat.png) repeat left top;
}
.top_aboutwrap {
	position: relative;
	width: 100%;
	min-height: 1200px;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
	z-index: 0;
}
.top_aboutwrap h1 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 120px;
	line-height: 120px;
	letter-spacing: 4px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	z-index: 10;
}
.top_aboutwrap h2 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 70px;
	line-height: 70px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 0px 0px 10px 0px;
	margin: 0 auto;
	z-index: 10;
}
.about_text {
	position: relative;
	max-width: 980px;
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 100px 20px 20px 20px;
	margin: 0 auto;
}
.about_border {
	position: relative;
	width: 50%;
	height: 1px;
	padding: 0px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 80px;
	background: #ffffff;
}
/* start gallery */


.top_gallerywrap {
	position: relative;
	width: 100%;
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 30px 0px 40px 0px;
	overflow: hidden;
	background: #14141a url(../assets/images/lucid/general/ld_diffuser-repeat.png) repeat center center;
}
.top_gallerywrap h1 {
	font-size: 140px;
	font-weight: 300;
	letter-spacing: -3px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	margin: 40px 0px 40px 0px;
}
.top_gallerywrap h2 {
	font-size: 32px;
	font-weight: 100;
	letter-spacing: -2px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	margin: 40px 0px 40px 0px;
}
.gallery_text {
	position: relative;
	max-width: 980px;
	color: #ffffff;
	font-size: 24px;
	font-weight: 200;
	letter-spacing: 3px;
	text-align: center;
	padding: 120px 20px 40px 20px;
	margin: 0 auto;
}
/* start studio */
.studio_overlay_wrap {
	position: relative;
	width: 100%;
	min-height: 1000px;
	z-index: 1;
	margin: 0 auto;
	background: url(../assets/images/lucid/general/ld_diffuser-repeat.png) repeat left top;
}
.top_studiowrap {
	position: relative;
	width: 100%;
	min-height: 1000px;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
	z-index: 0;
}
.top_studiowrap h1 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 120px;
	line-height: 120px;
	letter-spacing: 4px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	z-index: 10;
}
.top_studiowrap h2 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 70px;
	line-height: 65px;
	letter-spacing: -2px;
	font-weight: 200;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 80px 0px 60px 0px;
	margin: 0 auto;
	z-index: 10;
}
.studio_text {
	position: relative;
	max-width: 1200px;
	color: #ffffff;
	font-size: 30px;
	line-height:35px;
	font-weight: 200;
	letter-spacing: -1px;
	text-align: center;
	padding: 200px 20px 200px 20px;
	margin: 0 auto;
}
.studio_logo  {
	padding: 0px 20px 0px 20px;
}
.studio_logo img {
	width: 400px;
	max-width:100%;
	height:auto;
}
.studio_border {
	position: relative;
	width: 50%;
	height: 1px;
	padding: 0px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 80px;
	background: #ffffff;
}
.lucid_studio a {
	display: inline-block;
	font-size: 22px;
	letter-spacing: 2px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 10px 15px 10px 15px;
	border: 1px solid #ffffff;
	border-radius: 0px;
	text-decoration: none!important;
	background-color: transparent;
	margin-top: 40px;
}
.lucid_studio a:hover {
	font-size: 22px;
	color: #000000;
	text-decoration: none!important;
	text-transform: uppercase;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}


.top_streamwrap {
	position: relative;
	width: 100%;
	min-height: 1200px;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
	background: url(../assets/images/lucid/studio/cn_studio-streaming-hero-2x.jpg) no-repeat center top;	
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 0;
}
.top_streamwrap h1 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 120px;
	line-height: 120px;
	letter-spacing: -8px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	z-index: 10;
}
.top_streamwrap h2 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 70px;
	line-height: 65px;
	letter-spacing: -2px;
	font-weight: 200;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 0px 0px 60px 0px;
	margin: 0 auto;
	z-index: 10;
}
.top_stream_text {
	position: relative;
	max-width: 980px;
	color: #ffffff;
	font-size: 30px;
	line-height: 35px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 450px 20px 200px 20px;
	margin: 0 auto;
}

.top_stream_text p {
	position: relative;
	color: #ffffff;
	font-size: 30px;
	line-height:35px;
	font-weight: 200;
	letter-spacing: -1px;
	text-align: center;
	padding: 0px 0px 100px 0px;
}
/* start suites */
.suites_overlay_wrap {
	position: relative;
	width: 100%;
	min-height: 700px;
	z-index: 1;
	margin: 0 auto;
	background: url(../assets/images/lucid/general/ld_diffuser-repeat.png) repeat left top;
}
.top_suiteswrap {
	position: relative;
	width: 100%;
	min-height: 700px;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
	z-index: 0;
}
.top_suiteswrap h1 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 120px;
	line-height: 120px;
	letter-spacing: 4px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	z-index: 10;
}
.top_suiteswrap h2 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 70px;
	line-height: 70px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 0px 0px 10px 0px;
	margin: 0 auto;
	z-index: 10;
}
.suites_toptext {
	position: relative;
	max-width: 980px;
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 200px 20px 20px 20px;
	margin: 0 auto;
	overflow: hidden;
}
.suites_maintextwrap {
	position: relative;
	width: 100%;
	color: #ffffff;
	text-align: center;
	padding: 30px 20px 40px 20px;
	overflow: hidden;
	background: url(../assets/images/lucid/general/ld_angle-background.png) no-repeat center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 10;
}
.suites_maintext {
	position: relative;
	max-width: 980px;
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 20px 0px 20px 0px;
	margin: 0 auto;
}
.suites_border {
	position: relative;
	width: 50%;
	height: 1px;
	padding: 0px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 80px;
	background: #5f5f5f;
}
.white_suitewrap {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 300;
	color: #5f5f5f;
	text-align: center;
	padding: 40px 20px 80px 20px;
	overflow: hidden;
	background: #ffffff;
}
.white_suitewrap h3 {
	position: relative;
	display: inline-block;
	font-size: 80px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #14141a;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 40px 0px;
}
.white_suitewrap h4 {
	position: relative;
	display: inline-block;
	font-size: 27px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #14141a;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 50px 0px 50px 0px;
}

/* New Suites */

.suitespage_suites_wrap {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #ffffff;
	background: #14141a url(../assets/images/lucid/general/ld_diffuser-repeat.png) no-repeat center center;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
.suitespage_suites_wrap h3 {
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.suites_containerXXX {
	height: 500px;	
}


.suitespage_suites_wrap .row {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}
.suitespage_suites_wrap .row:nth-child(odd) {
	position: relative;
	display: flex;
	flex-direction: row;
}




.suitespage_suites_wrap .row .col-lg-12 {
	padding: 0px 0px 0px 0px;
	margin-left:-1px;
	margin-right:-1px;
	height: 100%;
}

.suites_logoangle {
	text-align:center;
}
.suites_logoangle img {
	margin:0 auto
}

.suite_preXXX {
	position: relative;
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.suite_descriptionXX {
	position: relative;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #ffffff;
	text-align: center;
	padding: 10px 20px 0px 20px;
}
.suite_buttonsXXX {
	padding: 0px 0px 20px 0px;
	text-align: center;
}
.suite_buttonsXXX a {
	display: inline-block;
	min-width: 210px;
	color: #ffffff;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: -1px;
	text-decoration: none;
	border: 1px #ffffff solid;
	padding: 10px 40px 10px 40px;
	margin: 10px 20px 10px 20px;
}
.suite_buttonsXXX a:hover {
	color: #000000;
	text-decoration: none;
	background: #ffffff;
}

/* End New Suites */

.suites_wrap {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #ffffff;
	background: #14141a url(../assets/images/lucid/general/ld_diffuser-repeat.png) no-repeat center center;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
.suites_wrap h3 {
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.suite_pre {
	position: relative;
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.suites_container {
	padding: 40px 20px 40px 20px;	
}
.suites_container h3 {
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-weight: 200;
	letter-spacing: -6px;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
}
.suites_container .suite_pre {
	position: relative;
	font-size: 38px;
	line-height: 38px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

.suite_description {
	position: relative;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #ffffff;
	text-align: center;
	padding: 20px 30px 10px 30px;
}
.suite_buttons {
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.suite_buttons a {
	display: inline-block;
	min-width: 210px;
	color: #ffffff;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: -1px;
	text-decoration: none;
	border: 1px #ffffff solid;
	padding: 8px 40px 10px 40px;
	margin: 10px 20px 10px 20px;
}
.suite_buttons a:hover {
	color: #000000;
	text-decoration: none;
	background: #ffffff;
}
.suite_disclaim {
	font-family: "sofia-pro", sans-serif;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 0px;
	font-weight: 200;
	padding: 30px 0px 0px 0px;
}
.suites_text {
	position: relative;
	width: 100%;
	height: 100%;
	display: table;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #ffffff;
	text-align: center;
	padding: 0px 20px 0px 20px;
}
.suites_text_inner {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
.suites_padding {
	padding: 0px 0px 0px 0px;
	height: 500px;
}
.suites_image {
	padding: 0px 0px 0px 0px;
	height: 560px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.suites_image_overlay {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../assets/images/lucid/general/ld_diffuser-repeat.png) repeat left top;
}
/*
.suites_image {
	padding: 0px 0px 0px 0px;
}
.suites_image img {
	width:100%;
	max-width:200%;
}
*/
/* start vip/book */
.book_overlay_wrap {
	position: relative;
	width: 100%;
	min-height: 800px;
	z-index: 1;
	margin: 0 auto;
	background: url(../assets/images/lucid/general/ld_diffuser-repeat.png) repeat left top;
}
.top_bookwrap {
	position: relative;
	width: 100%;
	min-height: 800px;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
	z-index: 0;
}
.top_bookwrap h1 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 120px;
	line-height: 120px;
	letter-spacing: 4px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	z-index: 10;
}
.top_bookwrap h2 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 70px;
	line-height: 70px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 0px 0px 10px 0px;
	margin: 0 auto;
	z-index: 10;
}
.book_formwrap {
	position: relative;
	width: 100%;
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: left;
	padding: 100px 20px 150px 20px;
	overflow: hidden;
	background: #14141a url(../assets/images/lucid/general/ld_diffuser-repeat.png) repeat center center;
}
.book_formwrap h2 {
	position: relative;
	display: block;
	font-size: 90px;
	line-height: 90px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
h3.double {
	position: relative;
	display: block;
	font-size: 55px;
	line-height: 55px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #ea9227;
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
h3.stage {
	position: relative;
	display: block;
	font-size: 55px;
	line-height: 55px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #e03853;
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
h3.glow {
	position: relative;
	display: block;
	font-size: 55px;
	line-height: 55px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #e31633;
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
h3.hub {
	position: relative;
	display: block;
	font-size: 55px;
	line-height: 55px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #dc0ee8;
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
h3.loft {
	position: relative;
	display: block;
	font-size: 55px;
	line-height: 55px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #1a4bee;
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
/* start events */
.mobile_event_image {
	display: none;
}
.desktop_event_image {
	display: block;
	width: 100%;
	height: auto;
}
.top_eventswrapXXX {
	position: relative;
	width: 100%;
	height: 500px;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-color: #14141a;
}
.top_eventswrap {
	position: relative;
	width: 100%;
	min-height: 400px;
	padding: 0px 0px 0px 0px;
	background-color: #14141a;
	overflow: hidden;
}
.main_eventswrap {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #14141a;
	padding: 20px 20px 20px 20px;
	overflow: hidden;
	background: #ffffff;
}
.main_eventswrap h3 {
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #14141a;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.main_events_container {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #14141a;
	padding: 0px 0px 0px 0px;
}
.events_line {
	width: 200px;
	height: 5px;
	background-color: #fbaf5d;
	margin: 0 auto;
}
.events_time {
	position: relative;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #14141a;
	text-align: center;
	padding: 20px 0px 0px 0px;
}
.events_text {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #14141a;
	text-align: center;
	padding: 0px 20px 0px 20px;
}
.events_text_inner {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
.events_padding {
	padding: 0px 0px 0px 0px;
	height: 500px;
}
.events_image {
	padding: 0px 0px 0px 0px;
	height: 500px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
/*
.events_text {
	position:relative;
	width:100%;
	height:100%;
	font-size: 18px;
	font-weight: 300;
	letter-spacing:-1px;
	color: #14141a;
	text-align:center;
	padding: 20px 20px 20px 20px;
	margin-top:40px;
}
*/


.event_details {
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #14141a;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 20px 0px;
}
.events_buttons {
	padding: 0px 0px 20px 0px;
	text-align: center;
	text-transform: uppercase;
}
.events_buttons a {
	display: inline-block;
	min-width: 210px;
	color: #14141a;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: -1px;
	text-decoration: none;
	border: 1px #14141a solid;
	padding: 10px 20px 10px 20px;
	margin: 10px 10px 10px 10px;
}
.events_buttons a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #14141a;
}
.events_image {
	padding: 0px 0px 0px 0px;
}
.events_image img {
	width: 100%;
	max-width: 200%;
}
.events_dailywrap {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #14141a;
	padding: 20px 20px 20px 20px;
	overflow: hidden;
	background: #ffffff;
	z-index: 2;
}
.events_dailywrap .row {
	display: flex;
	justify-content: center;
}
.event_flyer {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 18px;
	text-align: center;
	padding: 20px 12px 20px 12px;
	overflow: hidden;
	background: #ffffff;
}
.event_flyer img {
	margin: 0 auto;
}
.event_content {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #14141a;
	text-align: center;
	padding: 20px 10px 20px 10px;
	overflow: hidden;
	background: #ffffff;
}
.event_content h3 {
	position: relative;
	display: block;
	font-size: 90px;
	line-height: 74px;
	font-weight: 400;
	letter-spacing: -3px;
	color: #14141a;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.event_content h4 {
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 30px;
	font-weight: 200;
	letter-spacing: 3px;
	color: #14141a;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.event_daily_details {
	font-family: "sofia-pro-condensed", sans-serif;
	position: relative;
	display: block;
	font-size: 45px;
	line-height: 47px;
	font-weight: 300;
	min-height: 40px;
	letter-spacing: -3px;
	color: #fbaf5d;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}
.events_daily_buttons {
	padding: 20px 0px 20px 0px;
	text-align: center;
	text-transform: uppercase;
}
.events_daily_buttons a {
	display: block;
	width: 90%;
	color: #14141a;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: -1px;
	text-decoration: none;
	border: 1px #14141a solid;
	padding: 8px 20px 10px 20px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.events_daily_buttons a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #14141a;
}
/* start employment */

.employ_topwrap {
	position: relative;
	width: 100%;
	height: 100vh;
	text-align: center;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	background: url(../assets/images/lucid/general/ld_employment-jumbo-2x.jpg) no-repeat center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 0;
}
.employ_topwrap h1 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 120px;
	line-height: 120px;
	letter-spacing: -3px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	z-index: 10;
}
.employ_topwrap h2 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 8px;
	font-weight: 200;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 0px 0px 60px 0px;
	margin: 0 auto;
	z-index: 10;
}
.employ_formwrap {
	position: relative;
	width: 100%;
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: left;
	padding: 80px 20px 150px 20px;
	overflow: hidden;
	background: #14141a url(../assets/images/lucid/general/ld_diffuser-repeat.png) repeat center center;
}
.employ_formwrap h2 {
	position: relative;
	display: block;
	font-size: 90px;
	line-height: 90px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
.jumbo_overlay {
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 1;
	margin: 0 auto;
	background: url(../assets/images/lucid/general/ld_diffuser-repeat.png) repeat left top;
}
.jumbo_text {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	max-width: 1200px;
	color: #ffffff;
	font-size: 30px;
	line-height: 34px;
	font-weight: 100;
	letter-spacing: -1px;
	text-align: center;
	padding: 200px 40px 0px 40px;
	margin: 0 auto;
}
/* startcontact */
.top_contactwrap {
	position: relative;
	width: 100%;
	color: #ffffff;
	text-align: center;
	padding: 30px 20px 100px 20px;
	overflow: hidden;
	background: url(../assets/images/lucid/general/ld_angle-background.png) no-repeat center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 0;
}
.contact_text {
	position: relative;
	max-width: 980px;
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 120px 20px 20px 20px;
	margin: 0 auto;
}
.contact_border {
	position: relative;
	width: 50%;
	height: 1px;
	padding: 0px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 80px;
	background: #5f5f5f;
}
.contact_day {
	color: #ffffff;
	font-size: 70px;
	line-height: 70px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 20px 0px 10px 0px;
}
.contact_time {
	color: #ffffff;
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
.contact_clock {
	text-align: center;
	padding: 20px 0px 0px 0px;
}
/* start signup */
.emailsignup_wrap {
	position: relative;
	width: 100%;
	height: auto;
	color: #14141a;
	padding: 100px 40px 100px 40px;
	overflow: hidden;
	background: #ffffff;
}
.emailsignup_wrap .row {
	display:flex;
	align-items: center;
}
.emailsignup_wrap h4 {
	font-size: 36px;
	line-height: 38px;
	font-weight: 300;
	letter-spacing: -2px;
	color: #14141a;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
.emailsignup_wrap .form-control {
	display: inline-block;
	width: 75%;
	height: 50px;
	padding: 6px 15px 6px 15px;
	font-size: 18px;
	color: #ffffff!important;
	text-transform: uppercase;
	border: 1px solid #fbaf5d;
	border-radius: 5px 0px 0px 5px!important;
	margin: 0px -4px 10px 0px;
	background-color: #fbaf5d;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
	transition: border-color ease-in-out .0s, box-shadow ease-in-out .0s;
	-webkit-appearance: none;
}
.emailsignup_wrap .form-control:focus {
	color: #ffffff!important;
	text-transform: uppercase;
	border: 1px solid #fbaf5d;
	border-radius: 5px 0px 0px 5px!important;
	margin: 0px -4px 10px 0px;
	background-color: #fbaf5d;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
	transition: border-color ease-in-out .0s, box-shadow ease-in-out .0s;
	-webkit-appearance: none;
}
.emailsignup_wrap .form-control::-moz-placeholder {
 color: #ffffff;
 opacity: 1;
}
.emailsignup_wrap .form-control:-ms-input-placeholder {
 color: #ffffff;
}
.emailsignup_wrap .form-control::-webkit-input-placeholder {
 color: #ffffff;
}
input#mce-EMAIL:-webkit-autofill, input#mce-EMAIL:-webkit-autofill:hover, input#mce-EMAIL:-webkit-autofill:focus {
 border-width: 0px 0px 1px 0px;
 border-color: rgba(255, 255, 255, 0.0)!important;
 -webkit-text-fill-color: #14141a!important;
 -webkit-box-shadow: 0 0 0px 1000px transparent inset;
 transition: background-color 5000s ease-in-out 0s;
 background-color: transparent;
}
.email_submit {
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	height: 50px;
	padding: 6px 10px 6px 10px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	background-color: #fbaf5d;
	cursor: pointer;
	border: 1px #fbaf5d solid;
	border-radius: 0px 5px 5px 0px!important;
}
.email_submit:hover {
	color: #ffffff!important;
	border-color: #14141a;
	background-color: #14141a;
}
.form-inline .form-control {
	vertical-align: top!important;
}
.btn-inverseXXX {
	color: #09402f;
	font-size: 20px!important;
	line-height: 24px;
	height: 45px;
	letter-spacing: -1px;
	font-weight: 500;
	background-color: #ffffff;
	border: 1px solid #ffffff!important;
	border-radius: 0px!important;
	padding: 2px 15px;
}
.btn-inversXXe:hover, .btn-inverseXX:focus, .btn-inverseXX.focus, .btn-inverseXX:active, .btn-inverseXX.active {
	color: #ffffff;
	background-color: #09402f;
	border: 1px solid #ffffff!important;
	padding: 2px 15px;
}
.btn-inverseXX:active, .btn-inverseXx.active {
	background-image: none;
}
/* FORMS */
labelXXX {
	display: inline-block;
	font-size: 22px;
	color: #ffffff;
	margin: 0px 10px 0px 10px;
}
.emailsignupXXX input[type=text] {
	display: inline-block;
	width: 200px;
	height: 28px!important;
	font-size: 20px!important;
	font-weight: 400;
	padding: 20px 10px 20px 10px!important;
	margin: -2px 0px 0px 10px;
	color: #302b22;
	background-color: #f4efe9;
	background-image: none;
	border: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.emailsignupXXX input[type=text]:focus {
	border: 0px;
	outline: 0;
	background-color: #169997;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}
/* start footer */

.footerwrap {
	position: relative;
	width: 100%;
	font-family: "sofia-pro", sans-serif;
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	background: #000000;
	padding: 100px 40px 100px 40px;
	overflow: hidden;
}
.footerwrap a {
	color: #ffffff;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: -1px;
	text-decoration: none;
}
.footerwrap a:hover {
	color: #fbaf5d;
	text-decoration: underline;
}
.row_eq_height_footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	flex-direction: row-reverse;
}
.footer_text {
	position: relative;
	text-align: left;
	padding: 0px 0px 0px 0px;
}
.footer_dress {
	position: relative;
	width: 80%;
	max-width: 460px;
	height: auto;
	padding: 0px 0px 0px 0px;
}
.footer_address {
	font-family: "sofia-pro", sans-serif;
	color: #ffffff;
	font-size: 16px;
	line-height: 18px;
	font-weight: 100;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.footercopyright {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	font-family: "sofia-pro", sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.footercopyright p {
	position: relative;
	padding: 0px 40px 0px 0px;
}
.footer_logo {
	position: relative;
	width: 80%;
	max-width: 295px;
	margin: 0 auto;
}
.footer_employ a {
	display: inline-block;
	color: #ffffff;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: -1px;
	text-decoration: none;
	border: 1px #ffffff solid;
	padding: 4px 40px 7px 40px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.footer_employ a:hover {
	color: #000000;
	text-decoration: none;
	background: #ffffff;
}
.footer_container {
	position: relative;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
.footer_divider {
	border-right: 1px #327e58 solid;
}
.footer_hours {
	font-family: "sofia-pro", sans-serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: 100;
	letter-spacing: 1px;
	color: #ffffff;
	padding: 0px 0px 20px 0px;
}
.footer_hours span {
	font-size: 24px;
	line-height: 26px;
	font-weight: 200;
	letter-spacing: 1px;
	color: #fbaf5d;
	padding: 0px 0px 0px 0px;
}
.footer_phone {
	font-family: "sofia-pro", sans-serif;
	font-size: 35px;
	font-weight: 600;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
}
.rstar {
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 2px;
	color: #5f5f5f;
	text-transform: uppercase;
	padding: 20px 0px 0px 0px;
}
.rstar a {
	color: #5f5f5f;
	text-decoration: none;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 2px;
}
.rstar a:hover {
	color: #8a8a8a;
	text-decoration: underline;
}

@media (max-width: 991px) {
/* Nav */
.nav_container {
	position: relative;
	width: 100%;
	max-width: 980px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	margin-top: 10px;
}
/* Nav */

.mobile_logoXXX {
	height: 40px;
	width: auto;
}
.navbar-defaultXXX .navbar-toggle {
	border-color: transparent!important;
}
.navbar-defaultXXX .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent!important;
	border-radius: 0px;
}
.navbar-defaultXXX .navbar-toggle .icon-bar {
	position: relative;
	background-color: #ffffff;
	height: 2px;
	margin: 0px 0px 0px 0px!important;
	border-color: transparent!important;
	width: 36px;
}
.navbar-defaultXXX .navbar-toggle:hover .icon-bar {
	background-color: #ffffff!important;
	height: 2px;
	margin: 0px 0px 0px 0px!important;
	border-color: transparent!important;
	width: 36px;
}
.mobile-menu {
	text-align: center;
	overflow: hidden;
}
.navmenu-default {
	padding-top: 20px;
	margin-top: 0px;
	border: 0px solid transparent;
	text-transform: uppercase;
	background-color: transparent!important;
	z-index: 100;
}
.navmenu-nav {
	margin-left: 0px;
	margin-top: 20px;
}
.navbar-nav {
	margin-left: 0px;
	margin-top: 20px;
}
.navmenu-fixed-right {
	z-index: 1028;
}
.navmenu {
	width: 100%!important;
}
.navmenu2 {
	width: 100%!important;
}
.main_topwrap {
	height: 100vh;
	border-right: none;
	border-left: none;
	position: relative;
	padding: 0px;
	z-index: 0;
}
.main_topwrap h1 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 124px;
	line-height: 124px;
	letter-spacing: 10px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	z-index: 10;
}
.main_topwrap h2 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 44px;
	line-height: 44px;
	letter-spacing: 8px;
	font-weight: 200;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 0px 0px 10px 0px;
	margin: 0 auto;
	z-index: 10;
}
.jumbo_bottom {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
	padding: 20px 40px 50px 40px;
}
.social_icons_jumbo {
	display: block;
	width: 100%;
	text-align: left;
	padding: 0px 0px 20px 0px;
}
.social_icons_jumbo img {
	width: auto;
	height: 30px;
	margin: 0px 25px 0px 0px;
}
.hours_jumbo {
	display: inline-block;
	width: 74%;
	text-align: left;
	color: #ffffff;
	font-size: 21px;
	font-weight: 200;
	letter-spacing: 2px;
	padding: 0px 0px 0px 0px;
}
.elist_jumbo {
	display: inline-block;
	width: 25%;
	color: #ffffff;
	font-size: 21px;
	font-weight: 300;
	letter-spacing: 2px;
}
.parallax_mainwrap {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
	height: auto;
	padding: 200px 0px 200px 0px;
	overflow: hidden;
	background-image: url(../assets/images/lucid/main/ld_main-parallax-2x.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	-moz-background-size: auto 120%;
	-o-background-size: auto 120%;
	-webkit-background-size: auto 120%;
	background-size: auto 120%;
}
/* start video */



.video_text {
	text-align: center;
	padding: 220px 0px 0px 0px;
}
#video-container {
	position: absolute;
}
#video-container {
	top: 0%;
	left: 0%;
	height: 100%;
	width: 100%;
	overflow: hidden;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
videoX {
	position: absolute;
	z-index: 0;
	margin: 0 auto;
}
video.fillWidthX {
	width: 100%;
}
.video_overlay {
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 1;
	margin: 0 auto;
	background: url(../assets/images/lucid/general/ld_diffuser-repeat.png) repeat left top;
}
#map-canvas {
	width: 100%;
	height: 720px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	z-index: 10;
	border: 0;
}
.row_eq_height_map {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: block;
	flex-wrap: nowrap;
	align-items: center;
}
.map_wrap {
	position: relative;
	width: 100%;
	height: 720px;
	color: #1c3766;
	text-align: center;
	padding: 0px 0px 0px 0px;
	z-index: 9;
	overflow: hidden;
	margin-bottom: 0px;
}
.hours_day {
	color: #ffffff;
	font-size: 70px;
	line-height: 70px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 20px 0px 10px 0px;
}
.hours_time {
	color: #ffffff;
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
.events_dailywrap {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #14141a;
	padding: 20px 60px 20px 60px;
	overflow: hidden;
	background: #ffffff;
}
.events_dailywrap .row {
	display: block;
	justify-content: center;
}
.event_content {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #14141a;
	text-align: center;
	padding: 20px 10px 70px 10px;
	overflow: hidden;
	background: #ffffff;
}
.events_mainwrapXXX .hours_time {
	color: #14141a;
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
.hours_clock {
	text-align: center;
	padding: 20px 0px 0px 0px;
}
.events_mainwrap {
	position: relative;
	width: 100%;
	height: auto;
	color: #ffffff;
	text-align: center;
	padding: 20px 20px 100px 20px;
	overflow: hidden;
	background: #ffffff;
}
.events_mainwrapXXX h3 {
	position: relative;
	font-size: 70px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #14141a;
	text-align: center;
	padding: 20px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}
.event_panel_mainwrap {
	position: relative;
	width: 100%;
	height: auto;
	color: #ffffff;
	text-align: center;
	padding: 40px 0px 40px 0px;
	overflow: hidden;
	background: #ffffff;
}
.events_daily_buttons {
	padding: 20px 0px 20px 0px;
	text-align: center;
	text-transform: uppercase;
}
.events_daily_buttons a {
	display: block;
	width: 60%;
	color: #14141a;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: -1px;
	text-decoration: none;
	border: 1px #14141a solid;
	padding: 8px 20px 10px 20px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.events_daily_buttons a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #14141a;
}
.event_panel {
	position: relative;
	width: 100%;
	height: auto;
	background: url(../assets/images/lucid/general/ld_angle-background.png) no-repeat center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 40px 20px 40px 20px;
}
.event_panel img {
	position: relative;
	top: 0%;
	bottom: 0%;
}
/* start events */

.top_eventswrapXXX {
	position: relative;
	width: 100%;
	height: 400px;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.top_eventswrap {
	position: relative;
	width: 100%;
	min-height: 400px;
	padding: 0px 0px 0px 0px;
}
.mobile_event_imageX {
	display: block;
	width: auto;
	height: 400px;
}
.desktop_event_image {
	width: auto;
	height: 100%;
	left: 50%;
	margin-left: -50%;
}
.events_padding {
	padding: 20px 0px 20px 0px;
	height: auto;
}
.events_buttons {
	padding: 0px 0px 20px 0px;
	text-align: center;
}
.events_buttons a {
	display: block;
	width: 90%;
	min-width: 210px;
	color: #14141a;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: -1px;
	text-decoration: none;
	border: 1px #14141a solid;
	padding: 10px 20px 10px 20px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.events_buttons a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #14141a;
}
.events_daily_buttons {
	padding: 20px 0px 20px 0px;
	text-align: center;
	text-transform: uppercase;
	min-height: 0px;
}
.lucid_instaphotos {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 25%;
	padding: 0px;
	margin: 0px;
}
.lucid_instaphotos img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.lucid_instaphotos_last {
	position: relative;
	order: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 25%;
	padding: 0px;
	margin: 0px;
}
.lucid_instaphotos_last h3 {
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
}
.white_mainwrap {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #000000;
	text-align: center;
	padding: 130px 40px 90px 40px;
	overflow: hidden;
	background: #ffffff;
}
/* start signup */
.emailsignup_wrap .row {
	display:block;
	align-items: center;
}	
.emailsignup_container {
	position: relative;
	width: 100%;
	font-size: 17px;
	max-width: 980px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
}
.emailsignup_wrap h4 {
	font-size: 34px;
	line-height: 36px;
	font-weight: 300;
	letter-spacing: -2px;
	color: #14141a;
	text-align: center;
	margin: 10px 0px 30px 0px;
}
.emailsignupwrap_container {
	position: relative;
	width: 100%;
	max-width: 1200px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
}
.emailsignup_container .form-control {
	width: 100%;
	height: 45px;
	padding: 5px 16px;
	font-size: 18px;
	text-align: center;
	color: #09402f!important;
	text-transform: uppercase;
	border: 0px solid #cccccc;
	border-radius: 0px!important;
	margin: 20px -4px 10px 0px;
}
.form-inline .form-control {
	vertical-align: top!important;
}
.btn-inverse {
	color: #ffffff;
	font-size: 20px!important;
	line-height: 24px;
	height: 45px;
	width: 100%;
	letter-spacing: -1px;
	font-weight: 500;
	background-color: #327e58;
	border: 1px solid #327e58!important;
	border-radius: 0px!important;
	padding: 2px 15px;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse.focus, .btn-inverse:active, .btn-inverse.active {
	color: #ffffff;
	background-color: #327e58;
	border: 1px solid #ffffff!important;
	padding: 2px 15px;
}
.btn-inverse:active, .btn-inverse.active {
	background-image: none;
}
.map_right_container {
	position: relative;
	width: 100%;
	max-width: 100%;
	text-align: left;
	color: #ffffff;
	font-size: 16px;
	line-height: 18px;
	font-weight: 100;
	letter-spacing: 2px;
	z-index: 0;
	overflow: hidden;
	padding: 100px 80px 50px 80px;
	margin: 0 auto;
}
.row_eq_height_footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: block;
	flex-wrap: nowrap;
	align-items: center;
	flex-direction: row;
}
.footer_dress {
	position: relative;
	width: 90%;
	height: auto;
	padding: 0px 0px 40px 0px;
	margin-bottom: 60px;
}
.footer_employXXX a {
	display: inline-block;
	color: #ffffff;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: -1px;
	text-decoration: none;
	border: 1px #ffffff solid;
	padding: 6px 40px 6px 40px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.footer_employXXX a:hover {
	color: #000000;
	text-decoration: none;
	background: #ffffff;
}
	
.suites_container {
	padding: 40px 20px 80px 20px;	
}

.suitespage_suites_wrap .row {
	position: relative;
	display: block;
}

.suitespage_suites_wrap .row:nth-child(odd) {
	position: relative;
	display: block;
}
	
	
	
}

/* I-Phone X Horz */
@media (min-width: 811px) and (max-width: 813px) {
.main_topwrap {
	height: 200vh;
	border-right: none;
	border-left: none;
	position: relative;
	padding: 0px;
	z-index: 0;
}
.video_overlay {
	position: relative;
	width: 100%;
	height: 200vh;
	z-index: 1;
	margin: 0 auto;
	background: url(../assets/images/lucid/general/ld_diffuser-repeat.png) repeat left top;
}
}

@media (max-width: 767px) {
.navbar {
	position: fixed;
	border-bottom-width: 0px!important;
	margin-bottom: 0px;
	background-color: transparent;
	height: 70px;
	min-height: 70px;
	border: 0px;
	z-index: 1202!important;
	-webkit-transition: background-color 1.0s ease-in-out;
	-moz-transition: background-color 1.0s ease-in-out;
	-o-transition: background-color 1.0s ease-in-out;
	transition: background-color 1.0s ease-in-out;
}
#top_mini_nav.navbar.affix {
	position: fixed;
	border-bottom-width: 0px!important;
	margin-bottom: 0px;
	background-color: rgba(0, 0, 0, 0.5)!important;
	height: 70px;
	min-height: 70px;
	border: 0px;
	z-index: 1202!important;
	-webkit-transition: background-color 1.0s ease-in-out;
	-moz-transition: background-color 1.0s ease-in-out;
	-o-transition: background-color 1.0s ease-in-out;
	transition: background-color 1.0s ease-in-out;
}
#top_mini_nav.navbar.affix.trans {
	position: fixed;
	border-bottom-width: 0px!important;
	margin-bottom: 0px;
	background-color: transparent!important;
	height: 70px;
	min-height: 70px;
	border: 0px;
	z-index: 1202!important;
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}
.logo_container {
	position: relative;
	padding: 20px 0px 0px 20px;
	z-index: 10;
	background-color: transparent;
}
.nav_logo {
	width: auto;
	height: 60px;
}
.nav_drop_logo {
	display: none;
	width: auto;
	height: 18px;
	opacity: 0;
	/*-webkit-transition: opacity 1.0s ease-in-out;
    -moz-transition: opacity 1.0s ease-in-out;
    -o-transition: opacity 1.0s ease-in-out;
    transition: opacity 1.0s ease-in-out;  */
	margin: 26px 0px 0px 20px;
}
.affix .nav_drop_logo {
	display: block;
	width: auto;
	height: 18px;
	opacity: 1;/*  -webkit-transition: opacity 1.0s ease-in-out;
    -moz-transition: opacity 1.0s ease-in-out;
    -o-transition: opacity 1.0s ease-in-out;
    transition: opacity 1.0s ease-in-out;   */
}
.jumbo_bottom {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 50px;
	text-align: center;
	padding: 20px 40px 50px 40px;
}
.hours_jumboXXX br {
	display: inline;
}
.hours_jumbo span {
	display: none;
}
.social_icons_jumbo {
	display: inline-block;
	width: 54%;
	text-align: left;
	padding: 0px 0px 0px 0px;
}
.social_icons_jumbo img {
	width: auto;
	height: 25px;
	margin: -5px 20px 0px 0px;
}
.hours_jumbo {
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 21px;
	font-weight: 200;
	letter-spacing: 2px;
	padding: 0px 0px 20px 0px;
}
.soundcloud_jumbo {
	display: inline-block;
	width: 40%;
	text-align: right;
	color: #ffffff;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 2px;
	padding: 0px 0px 8px 0px;
}		
.elist_jumbo {
	display: inline-block;
	width: 44%;
	text-align: right;
	color: #ffffff;
	font-size: 21px;
	font-weight: 300;
	letter-spacing: 2px;
}
.elist_jumbo a {
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
	line-height: 22px;
	font-weight: 300;
	letter-spacing: 0px;
	text-decoration: none;
	border: 1px #ffffff solid;
	border-color: rgba(255, 255, 255, .9);
	padding: 6px 20px 8px 20px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.elist_jumbo a:hover {
	color: #14141a;
	text-decoration: none;
	background: #ffffff;
}
.booknow_button {
	padding: 18px 80px 0px 0px;
	text-align: right;
	text-transform: uppercase;
}
.booknow_button a {
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
	line-height: 22px;
	font-weight: 300;
	letter-spacing: -1px;
	text-decoration: none;
	border: 1px #ffffff solid;
	border-color: rgba(255, 255, 255, .6);
	padding: 4px 15px 6px 15px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.booknow_button a:hover {
	color: #14141a;
	text-decoration: none;
	background: #ffffff;
}
.social_icons_nav img {
	width: 30px;
	height: auto;
	margin: 10px 10px 60px 10px;
}
.main_topwrap {
	height: 100vh;
	border-right: none;
	border-left: none;
	position: relative;
	padding: 0px;
	z-index: 0;
}
.main_topwrap h1 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 55px;
	line-height: 55px;
	letter-spacing: 4px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	z-index: 10;
}
.main_topwrap h2 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 26px;
	line-height: 26px;
	letter-spacing: 1px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 0px 0px 10px 0px;
	margin: 0 auto;
	z-index: 10;
}
.mid_angle {
	position: relative;
	width: 100%;
	height: 80px;
	text-align: center;
	padding: 0px;
	margin-top: -40px;
	margin-bottom: -40px;
	z-index: 130;
	overflow: hidden;
}
.mid_angle img {
	width: auto;
	height: 80px;
}
.parallax_container {
	position: relative;
	width: 100%;
	max-width: 1100px;
	color: #ffffff;
	font-size: 30px;
	line-height: 36px;
	font-weight: 100;
	letter-spacing: -1px;
	text-align: center;
	padding: 0px 40px 0px 40px;
	margin: 0 auto;
}
.main_all_events_wrap {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #000000;
	text-align: center;
	padding: 0px 20px 20px 20px;
	overflow: hidden;
	background: #ffffff;
}
.main_all_events_wrap h3 {
	position: relative;
	max-width: 500px;
	display: block;
	font-size: 55px;
	line-height: 50px;
	letter-spacing: -2px;
	font-weight: 100;
	color: #14141a;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 0px;
}
.main_all_events {
	max-width: 800px;
	margin: 0 auto;
	padding: 0px 0px 100px 0px;
}
.main_all_events a {
	display: block;
	width: 100%;
	color: #ffffff;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 6px;
	text-decoration: none;
	border: 1px #fbaf5d solid;
	padding: 8px 10px 10px 10px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	background: #fbaf5d;
}
.main_all_events a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #14141a;
	border: 1px #14141a solid;
}
/* start video */
.video_text {
	text-align: center;
	padding: 110px 0px 0px 0px;
}
#video-container {
	position: absolute;
}
#video-container {
	top: 0%;
	left: 0%;
	height: 100%;
	width: 100%;
	overflow: hidden;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
video {
	position: absolute;
	z-index: 0;
	margin: 0 auto;
}
video.fillWidth {
	width: 100%;
}
.video_overlay {
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 1;
	margin: 0 auto;
	background: url(../assets/images/lucid/general/ld_diffuser-repeat.png) repeat left top;
}
.hours_mainwrap {
	position: relative;
	width: 100%;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	background: url(../assets/images/lucid/general/ld_angle-background.png) no-repeat center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 10;
}
.hours_text {
	position: relative;
	max-width: 980px;
	color: #ffffff;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 20px 20px 20px 20px;
	margin: 0 auto;
}
.hours_border {
	position: relative;
	width: 50%;
	height: 1px;
	padding: 0px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 80px;
	background: #5f5f5f;
}
.social_icons img {
	width: 65px;
	height: auto;
	margin: 0px 20px 60px 20px;
}
.hours_day {
	color: #ffffff;
	font-size: 60px;
	line-height: 60px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 20px 0px 10px 0px;
}
.hours_time {
	color: #ffffff;
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
.hours_clock {
	text-align: center;
	padding: 20px 0px 0px 0px;
}
.eventshead_mainwrap {
	position: relative;
	width: 100%;
	color: #ffffff;
	text-align: center;
	padding: 0px 20px 0px 20px;
	overflow: hidden;
	background: url(../assets/images/lucid/main/ld_main-upcoming-parallax.jpg) no-repeat center center scroll;
	-moz-background-size: 1800px 1000px;
	-o-background-size: 1800px 1000px;
	-webkit-background-size: 1800px 1000px;
	background-size: 1800px 1000px;
}
.eventshead_mainwrap h3 {
	position: relative;
	display: inline-block;
	font-size: 55px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	padding: 20px 0px 20px 0px;
	margin: 50px 0px 50px 0px;
	border: 0px #ffffff solid;
}
.events_mainwrap {
	position: relative;
	width: 100%;
	height: auto;
	color: #ffffff;
	text-align: center;
	padding: 20px 20px 70px 20px;
	overflow: hidden;
	background: #ffffff;
}
.events_mainwrap h3 {
	position: relative;
	font-size: 60px;
	letter-spacing: -4px;
	font-weight: 200;
	color: #14141a;
	text-align: center;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.hours_day {
	color: #ffffff;
	font-size: 50px;
	line-height: 50px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
.hours_time {
	color: #ffffff;
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 0px 0px 10px 0px;
}
.events_mainwrap .hours_time {
	color: #14141a;
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 0px 0px 10px 0px;
}
.hours_clock {
	text-align: center;
	padding: 20px 0px 0px 0px;
}
.hours_clock img {
	width: 45px;
	height: auto;
}
.event_panel {
	position: relative;
	width: 100%;
	height: 280px;
	background: url(../assets/images/lucid/general/ld_angle-background.png) no-repeat center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 20px 20px 20px 20px;
	margin-top: 40px;
	white-space: nowrap;
	text-align: center;
	margin: 1em 0;
}
.events_padding {
	padding: 10px 0px 10px 0px;
	height: auto;
}
.events_image {
	padding: 0px 10px 0px 10px;
	height: auto;
	background-image: none!important;
}
.event_panel a {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.event_panel img {
	position: relative;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
.events_dailywrap {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #14141a;
	padding: 20px 10px 0px 10px;
	overflow: hidden;
	background: #ffffff;
}
.events_daily_buttons {
	padding: 10px 0px 15px 0px;
	text-align: center;
}
.events_daily_buttons a {
	display: block;
	width: 70%;
	color: #14141a;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -1px;
	text-decoration: none;
	border: 1px #14141a solid;
	padding: 8px 20px 8px 20px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.events_daily_buttons a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #14141a;
}
.main_eventhead_wrap {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #000000;
	text-align: center;
	padding: 100px 20px 20px 20px;
	overflow: hidden;
	background: #ffffff;
}
.main_eventhead_wrap h3 {
	position: relative;
	display: inline-block;
	font-size: 55px;
	line-height: 50px;
	letter-spacing: -2px;
	font-weight: 100;
	color: #ffffff;
	color: #14141a;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
.map_right_container .large_map_right {
	position: relative;
	display: inline-block;
	text-align: left;
	font-size: 40px;
	line-height: 42px;
	font-weight: 100;
	letter-spacing: -2px;
	text-transform: uppercase;
	color: #ffffff;
	z-index: 0;
	overflow: hidden;
	padding: 0px 0px 30px 0px;
	margin: 0 auto;
}
.black_mainwrap {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 30px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	padding: 40px 20px 40px 20px;
	overflow: hidden;
	background: #14141a;
}
.white_mainwrap {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #000000;
	text-align: center;
	padding: 90px 20px 40px 20px;
	overflow: hidden;
	background: #ffffff;
}
.white_mainwrap h3 {
	position: relative;
	display: inline-block;
	font-size: 55px;
	line-height: 50px;
	letter-spacing: -2px;
	font-weight: 100;
	color: #14141a;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
.white_mainwrap h3.reservesuite {
	position: relative;
	max-width: 1200px;
	display: block;
	font-size: 55px;
	line-height: 50px;
	letter-spacing: -2px;
	font-weight: 100;
	color: #14141a;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.double_container {
	position: relative;
	width: 100%;
	height: 380px;
	padding: 0px 0px 0px 0px;
	background: url('../assets/images/lucid/general/ld_suites-ddeck.jpg') center top no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.stage_container {
	position: relative;
	width: 100%;
	height: 380px;
	padding: 0px 0px 0px 0px;
	background: url('../assets/images/lucid/general/ld_suites-stage.jpg') center top no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.glow_container {
	position: relative;
	width: 100%;
	height: 380px;
	padding: 0px 0px 0px 0px;
	background: url('../assets/images/lucid/general/ld_suites-glow.jpg') center top no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.hub_container {
	position: relative;
	width: 100%;
	height: 380px;
	padding: 0px 0px 0px 0px;
	background: url('../assets/images/lucid/general/ld_suites-hub.jpg') center top no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.loft_container {
	position: relative;
	width: 100%;
	height: 380px;
	padding: 0px 0px 0px 0px;
	background: url('../assets/images/lucid/general/ld_suites-loft.jpg') center top no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.grow {
	position: relative;
	width: 100%;
	height: 380px;
	padding: 0px 0px 0px 0px;
}	
.overlay_container {
	position: relative;
	width: 100%;
	min-height: 380px;
	font-size: 30px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	background: url('../assets/images/lucid/general/ld_diffuser-repeat.png') left top repeat;
	transform: scale(1);
}
.overlay_containerXXX p {
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.overlay_containerXXX h3 {
	position: relative;
	width: 100%;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
	
.overlay_container .suite_logos p {
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
.overlay_container .suite_logos h3 {
	position: relative;
	width: 100%;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: -6px;
	font-weight: 200;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}	
	
.logo1, .logo2, .logo3, .logo4, .logo5, .logo6 {
	position: relative;
	top: 90px;
}
.suite_logos {
	position: relative;
	top: 90px;
}	
.info_button {
	position: relative;
	top: 80px;
	display: inline-block;
	font-size: 22px;
	font-weight: 400;
	color: #f8f6f6;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border: 1px #ffffff solid;
}
.lucid_instaphotos {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50%;
	padding: 0px;
	margin: 0px;
}
.lucid_instaphotos img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.lucid_instaphotos:nth-child(6), .lucid_instaphotos:nth-child(7), .lucid_instaphotos:nth-child(8), .lucid_instaphotos:nth-child(9), .lucid_instaphotos:nth-child(10), .lucid_instaphotos:nth-child(11) {
	display: none;
	;
}
.lucid_instaphotos_last {
	position: relative;
	order: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50%;
	padding: 0px;
	margin: 0px;
}
.lucid_instaphotos_last h3 {
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
}
.instagram_mainwrap h3 {
	font-size: 50px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
}
.insta_link {
	padding: 10px 0px 60px 0px;
}
.instagram_photos {
	display: inline-block;
	padding: 10px 0px 10px 0px;
}
/* start about */
.about_overlay_wrap {
	position: relative;
	width: 100%;
	min-height: 800px;
	z-index: 1;
	margin: 0 auto;
}
.top_aboutwrap {
	position: relative;
	width: 100%;
	min-height: 800px;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
	z-index: 0;
}
.top_aboutwrap h1 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 80px;
	line-height: 80px;
	letter-spacing: 4px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	z-index: 10;
}
.top_aboutwrap h2 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 0px 0px 10px 0px;
	margin: 0 auto;
	z-index: 10;
}
.about_text {
	position: relative;
	max-width: 980px;
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 160px 20px 20px 20px;
	margin: 0 auto;
}
/* start studio */

.top_studiowrap {
	position: relative;
	width: 100%;
	min-height: 1000px;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
	z-index: 0;
}
.top_studiowrap h1 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 80px;
	line-height: 80px;
	letter-spacing: 4px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	z-index: 10;
}
.top_studiowrap h2 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: -2px;
	font-weight: 200;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 80px 0px 60px 0px;
	margin: 0 auto;
	z-index: 10;
}
.top_streamwrap h1 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 80px;
	line-height: 80px;
	letter-spacing: -8px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	z-index: 10;
}
.top_streamwrap h2 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: -2px;
	font-weight: 200;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 0px 0px 60px 0px;
	margin: 0 auto;
	z-index: 10;
}
.top_stream_text {
	position: relative;
	max-width: 980px;
	color: #ffffff;
	font-size: 30px;
	line-height: 35px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 350px 20px 150px 20px;
	margin: 0 auto;
}	
.studio_text {
	position: relative;
	max-width: 980px;
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 150px 20px 150px 20px;
	margin: 0 auto;
}
.white_suitewrap h3 {
	position: relative;
	display: inline-block;
	font-size: 40px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #14141a;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.top_gallerywrap {
	position: relative;
	width: 100%;
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 30px 20px 40px 20px;
	overflow: hidden;
	background: #14141a url(../assets/images/lucid/general/ld_diffuser-repeat.png) repeat center center;
}
.top_gallerywrap h3 {
	font-size: 40px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
}
.gallery_text {
	position: relative;
	max-width: 980px;
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 140px 0px 0px 0px;
	margin: 0 auto;
}
/* start suites */
.suites_overlay_wrap {
	position: relative;
	width: 100%;
	min-height: 500px;
	z-index: 1;
	margin: 0 auto;
}
.top_suiteswrap {
	position: relative;
	width: 100%;
	min-height: 500px;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
	z-index: 0;
}
.top_suiteswrap h1 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 4px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	z-index: 10;
}
.top_suiteswrap h2 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 0px 0px 10px 0px;
	margin: 0 auto;
	z-index: 10;
}
.suites_toptext {
	position: relative;
	max-width: 980px;
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 200px 20px 20px 20px;
	margin: 0 auto;
}
.suites_maintextwrap {
	position: relative;
	width: 100%;
	color: #ffffff;
	text-align: center;
	padding: 30px 20px 60px 20px;
	overflow: hidden;
	background: url(../assets/images/lucid/general/ld_angle-background.png) no-repeat center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 10;
}
.suites_maintext {
	position: relative;
	max-width: 980px;
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
}
.suites_border {
	position: relative;
	width: 50%;
	height: 1px;
	padding: 0px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 80px;
	background: #5f5f5f;
}
.white_suitewrap {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 300;
	color: #5f5f5f;
	text-align: center;
	padding: 40px 20px 40px 20px;
	overflow: hidden;
	background: #ffffff;
}
.suitemap {
	position: relative;
	width: 100%;
	height: auto;
}
.suitemap img {
	position: relative;
	display: block;
	width: 130%;
	height: auto;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	padding: 50% 0;
	margin-left: -15%;
}
.white_suitewrap h3 {
	position: relative;
	display: inline-block;
	font-size: 40px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #14141a;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
.white_suitewrap h4 {
	position: relative;
	display: inline-block;
	font-size: 27px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #14141a;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 50px 0px 50px 0px;
}
.suites_wrap {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #ffffff;
	background: #14141a url(../assets/images/lucid/general/ld_diffuser-repeat.png) no-repeat center center;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
.suites_wrap h3 {
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.suite_pre {
	position: relative;
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.suites_container {
	
}
.suites_container h3 {
	position: relative;
	display: block;
	font-size: 50px;
	line-height: 50px;
	font-weight: 200;
	letter-spacing: -6px;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
}
.suites_container .suite_pre {
	position: relative;
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
}	
.suite_description {
	position: relative;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #ffffff;
	text-align: center;
	padding: 30px 20px 0px 20px;
}
.suite_buttons {
	padding: 20px 0px 0px 0px;
	text-align: center;
}
.suite_buttons a {
	display: block;
	min-width: 150px;
	width: 90%;
	color: #ffffff;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: -1px;
	text-decoration: none;
	border: 1px #ffffff solid;
	padding: 8px 40px 10px 40px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.suite_buttons a:hover {
	color: #000000;
	text-decoration: none;
	background: #ffffff;
}
.suites_text {
	position: relative;
	height: 100%;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #ffffff;
	text-align: center;
	padding: 40px 20px 40px 20px;
}
.suites_padding {
	padding: 0px 0px 0px 0px;
	height: auto;
}
.suites_image {
	padding: 0px 0px 0px 0px;
	height: 400px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
/*
.suites_image {
 padding: 0px 0px 0px 0px;
}
.suites_image img {
 width:100%;
 max-width:200%;
}
*/
/* start suites */

/* start events */
.top_eventswrapXXX {
	position: relative;
	width: 100%;
	height: 350px;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.top_eventswrap {
	position: relative;
	width: 100%;
	min-height: 400px;
	padding: 0px 0px 0px 0px;
}
.mobile_event_imageX {
	display: block;
	width: auto;
	height: 400px;
}
.main_eventswrap {
	position: relative;
	width: 100%;
	height: auto;
	color: #14141a;
	padding: 20px 20px 20px 20px;
	overflow: hidden;
	background: #ffffff;
}
.contact_text {
	position: relative;
	max-width: 980px;
	color: #ffffff;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 220px 0px 20px 0px;
	margin: 0 auto;
}
.main_eventswrap h3 {
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #14141a;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.black_mainwrap h3 {
	position: relative;
	width: 100%;
	font-size: 40px;
	line-height: 45px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.events_line {
	width: 200px;
	height: 5px;
	background-color: #fbaf5d;
	margin: 0 auto;
}
.events_time {
	position: relative;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #14141a;
	text-align: center;
	padding: 20px 0px 0px 0px;
}
.events_text {
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #14141a;
	text-align: center;
	padding: 20px 0px 20px 0px;
	margin-top: 40px;
}
.event_details {
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #14141a;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 20px 0px;
}
.top_gallerywrap h1 {
	font-size: 60px;
	font-weight: 300;
	letter-spacing: -3px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	margin: 40px 0px 40px 0px;
}
.top_gallerywrap h2 {
	font-size: 24px;
	font-weight: 100;
	letter-spacing: -2px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	margin: 40px 0px 40px 0px;
}
.gallery_text {
	position: relative;
	max-width: 980px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 200;
	letter-spacing: 3px;
	text-align: center;
	padding: 120px 20px 40px 20px;
	margin: 0 auto;
}
/* start vip/book */
    
.book_overlay_wrap {
	position: relative;
	width: 100%;
	min-height: 800px;
	z-index: 1;
	margin: 0 auto;
	background: url(../assets/images/lucid/general/ld_diffuser-repeat.png) repeat left top;
}
.top_bookwrap {
	position: relative;
	width: 100%;
	min-height: 800px;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
	z-index: 0;
}
.top_bookwrap h1 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	z-index: 10;
}
.top_bookwrap h2 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 0px 0px 10px 0px;
	margin: 0 auto;
	z-index: 10;
}
.book_formwrap {
	position: relative;
	width: 100%;
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: left;
	padding: 100px 20px 100px 20px;
	overflow: hidden;
	background: #14141a url(../assets/images/lucid/general/ld_diffuser-repeat.png) repeat center center;
}
.book_formwrap h2 {
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
.book_formwrap h3 {
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #dc0ee8;
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
/* start employment */
.employ_formwrap {
	position: relative;
	width: 100%;
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: left;
	padding: 50px 20px 20px 20px;
	overflow: hidden;
	background: #14141a url(../assets/images/lucid/general/ld_diffuser-repeat.png) repeat center center;
}
.employ_topwrap {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100vh;
	position: relative;
	text-align: center;
	padding: 0px 0px 100px 0px;
	overflow: hidden;
	background: url(../assets/images/lucid/general/ld_employment-jumbo-2x.jpg) no-repeat center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 0;
}
.employ_topwrap h1 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 75px;
	line-height: 60px;
	letter-spacing: -3px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 10px 0px 15px 0px;
	margin: 0 auto;
	z-index: 10;
}
.employ_topwrap h2 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 8px;
	font-weight: 200;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 0px 0px 40px 0px;
	margin: 0 auto;
	z-index: 10;
}
.jumbo_overlay {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100vh;
	z-index: 1;
	margin: 0 auto;
	background: url(../assets/images/lucid/general/ld_diffuser-repeat.png) repeat left top;
}
.jumbo_text {
	position: relative;
	width: 100%;
	max-width: 1200px;
	color: #ffffff;
	font-size: 24px;
	font-weight: 100;
	letter-spacing: -1px;
	text-align: center;
	padding: 100px 20px 0px 20px;
	margin: 0 auto;
}
/* start signup */
.emailsignup_wrap {
	position: relative;
	width: 100%;
	height: auto;
	color: #14141a;
	padding: 90px 20px 60px 20px;
	overflow: hidden;
	background: #ffffff;
}
.emailsignup_wrap h4 {
	font-size: 26px;
	line-height: 28px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #14141a;
	text-align: center;
	margin: 10px 0px 30px 0px;
}
.emailsignup_wrap .form-control {
	width: 100%;
	height: 50px;
	padding: 6px 10px 6px 10px;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #14141a;
	border-radius: 5px!important;
	margin: 0px 0px 10px 0px;
	background-color: #14141a;
}
.emailsignup_wrap .form-control:focus {
	color: #ffffff!important;
	text-transform: uppercase;
	border: 1px solid #fbaf5d;
	border-radius: 5px!important;
	margin: 0px 0px 10px 0px;
	background-color: #fbaf5d;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
	transition: border-color ease-in-out .0s, box-shadow ease-in-out .0s;
	-webkit-appearance: none;
}
.email_submit {
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	width: 100%;
	height: 50px;
	padding: 6px 10px 6px 10px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	background: #fbaf5d;
	cursor: pointer;
	border: 1px #fbaf5d solid;
	border-radius: 5px!important;
}
.email_submit:hover {
	color: #ffffff;
	background: #fbaf5d;
	cursor: pointer;
	border: 1px #fbaf5d solid;
}
.map_right_container {
	position: relative;
	width: 100%;
	max-width: 100%;
	text-align: left;
	color: #ffffff;
	font-size: 16px;
	line-height: 18px;
	font-weight: 100;
	letter-spacing: 2px;
	z-index: 0;
	overflow: hidden;
	padding: 100px 40px 50px 40px;
	margin: 0 auto;
}
#map-canvas {
	width: 100%;
	height: 500px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	z-index: 10;
	border: 0;
}
.map_wrap {
	position: relative;
	width: 100%;
	height: 500px;
	color: #1c3766;
	text-align: center;
	padding: 0px 0px 0px 0px;
	z-index: 9;
	overflow: hidden;
	margin-bottom: 0px;
}
.footerwrap {
	position: relative;
	width: 100%;
	font-family: "sofia-pro", sans-serif;
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	background: #000000;
	padding: 100px 20px 80px 20px;
	overflow: hidden;
}
.footer_dress {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px 0px 40px 0px;
	margin-bottom: 20px;
}
.footercopyright {
	font-family: "sofia-pro", sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
}
.footercopyright p {
	position: relative;
	padding: 0px 0px 0px 0px;
}
.footercopyright img {
	margin: 0px 0px 0px 30px;
}
.footer_employ a {
	display: inline-block;
	color: #000000;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: -1px;
	text-decoration: none;
	border: 1px #ffffff solid;
	background: #ffffff;
	padding: 6px 40px 6px 40px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.footer_employ a:hover {
	color: #000000;
	text-decoration: none;
	background: #ffffff;
}
}

@media (max-width: 680px) {
.jumbo_bottom {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 50px;
	text-align: center;
	padding: 20px 20px 20px 20px;
}
}

/* I-Phone X Horz */
@media (min-width: 567px) and (max-width: 570px) {
.main_topwrap {
	height: 150vh;
	border-right: none;
	border-left: none;
	position: relative;
	padding: 0px;
	z-index: 0;
}
.video_overlay {
	position: relative;
	width: 100%;
	height: 150vh;
	z-index: 1;
	margin: 0 auto;
	background: url(../assets/images/lucid/general/ld_diffuser-repeat.png) repeat left top;
}
}

@media (max-width: 550px) {
.video_text {
	text-align: center;
	padding: 180px 0px 0px 0px;
}
.mobile_event_image {
	display: block;
	width: auto;
	height: 400px;
	left: 50%;
	margin-left: -50%;
}
.desktop_event_image {
	display: none;
}
.top_eventswrap {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 400px;
	/*height: 750px;
 padding: 0px 0px 0px 0px;
 background: url('../assets/images/lucid/events/ld_events-jumbo-mobile.jpg') center top no-repeat;
 -moz-background-size: cover;
 -o-background-size: cover;
 -webkit-background-size: cover;
 background-size: cover;*/
	background-image: none;
}
.social_half {
	display: block;
}
}

@media (max-width: 480px) {
.booknow_button {
	padding: 18px 0px 0px 0px;
	text-align: left;
	text-transform: uppercase;
}
.jumbo_bottom {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 50px;
	text-align: center;
	padding: 20px 20px 40px 20px;
}
.social_icons_jumbo {
	display: inline-block;
	width: 55%;
	text-align: left;
	padding: 0px 0px 0px 0px;
}
.social_icons_jumbo img {
	width: auto;
	height: 25px;
	margin: -5px 15px 0px 0px;
}
.hours_jumbo {
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 21px;
	font-weight: 200;
	letter-spacing: 2px;
	padding: 0px 0px 20px 0px;
}
.elist_jumbo {
	display: inline-block;
	width: 43%;
	text-align: right;
	color: #ffffff;
	font-size: 21px;
	font-weight: 300;
	letter-spacing: 2px;
}
}

@media (max-width: 368px) {
.main_all_events_wrap h3 {
	position: relative;
	max-width: 500px;
	display: block;
	font-size: 50px;
	letter-spacing: -2px;
	font-weight: 100;
	color: #14141a;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 0px;
}
.white_mainwrap h3 {
	position: relative;
	display: inline-block;
	font-size: 50px;
	letter-spacing: -2px;
	font-weight: 100;
	color: #14141a;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
.white_mainwrap h3.reservesuite {
	position: relative;
	max-width: 1200px;
	display: block;
	font-size: 50px;
	letter-spacing: -2px;
	font-weight: 100;
	color: #14141a;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.jumbo_bottom {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 50px;
	text-align: center;
	padding: 20px 20px 50px 20px;
}
.social_icons_jumbo {
	display: inline-block;
	width: 54%;
	text-align: left;
	padding: 0px 0px 0px 0px;
}
.social_icons_jumbo img {
	width: auto;
	height: 20px;
	margin: 0px 15px 0px 0px;
}

.elist_jumbo {
	display: inline-block;
	width: 44%;
	text-align: right;
	color: #ffffff;
	font-size: 21px;
	font-weight: 300;
	letter-spacing: 2px;
}
.elist_jumbo a {
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	letter-spacing: 0px;
	text-decoration: none;
	border: 1px #ffffff solid;
	border-color: rgba(255, 255, 255, .9);
	padding: 6px 15px 8px 15px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.elist_jumbo a:hover {
	color: #14141a;
	text-decoration: none;
	background: #ffffff;
}
.hours_jumbo {
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 21px;
	font-weight: 200;
	letter-spacing: 2px;
	padding: 0px 0px 20px 0px;
}
.footercopyright {
	font-family: "sofia-pro", sans-serif;
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
}
.footercopyright p {
	position: relative;
	padding: 0px 0px 0px 0px;
}
.footercopyright img {
	margin: 0px 0px 0px 15px;
}
}

@media (max-width: 350px) {
.nav_drop_logo {
	display: none;
	width: auto;
	height: 16px;
	opacity: 0;
	-webkit-transition: opacity 1.0s ease-in-out;
	-moz-transition: opacity 1.0s ease-in-out;
	-o-transition: opacity 1.0s ease-in-out;
	transition: opacity 1.0s ease-in-out;
	margin: 26px 0px 0px 15px;
}
.affix .nav_drop_logo {
	display: block;
	width: auto;
	height: 16px;
	opacity: 1;
	-webkit-transition: opacity 1.0s ease-in-out;
	-moz-transition: opacity 1.0s ease-in-out;
	-o-transition: opacity 1.0s ease-in-out;
	transition: opacity 1.0s ease-in-out;
}
.booknow_button {
	padding: 18px 0px 0px 0px;
	text-align: left;
	text-transform: uppercase;
}
.booknow_button a {
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	letter-spacing: -1px;
	text-decoration: none;
	border: 1px #ffffff solid;
	border-color: rgba(255, 255, 255, .6);
	padding: 4px 10px 6px 10px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.booknow_button a:hover {
	color: #14141a;
	text-decoration: none;
	background: #ffffff;
}
.main_topwrap h1 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 55px;
	line-height: 55px;
	letter-spacing: 3px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	z-index: 10;
}
.main_topwrap h2 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 23px;
	line-height: 23px;
	letter-spacing: 1px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 0px 0px 10px 0px;
	margin: 0 auto;
	z-index: 10;
}
.lucid_instaphotos_last h3 {
	font-size: 24px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
}
.events_mainwrap h3 {
	position: relative;
	font-size: 50px;
	letter-spacing: -4px;
	font-weight: 200;
	color: #14141a;
	text-align: center;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.events_daily_buttons {
	padding: 10px 0px 15px 0px;
	text-align: center;
}
.events_daily_buttons a {
	display: block;
	width: 80%;
	color: #14141a;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -1px;
	text-decoration: none;
	border: 1px #14141a solid;
	padding: 8px 20px 8px 20px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.events_daily_buttons a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #14141a;
}
.top_streamwrap h1 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 70px;
	line-height: 70px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	z-index: 10;
}
.top_streamwrap h2 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -1px;
	font-weight: 200;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 0px 0px 60px 0px;
	margin: 0 auto;
	z-index: 10;
}	
}

@media (min-width: 1200px) {
.nav_logo {
	width: auto;
	height: 100px;
}
.main_topwrap {
	height: 100vh;
	border-right: none;
	border-left: none;
	position: relative;
	padding: 0px;
	z-index: 0;
}
.main_topwrap h1 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 170px;
	line-height: 170px;
	letter-spacing: 12px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	z-index: 10;
}
.main_topwrap h2 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 8px;
	font-weight: 200;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 0px 0px 10px 0px;
	margin: 0 auto;
	z-index: 10;
}
.jumbo_bottom {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0px;
	text-align: center;
	padding: 20px 80px 30px 80px;
}
.hours_jumbo br {
	display: none;
}
.hours_jumbo span {
	display: inline;
}
.social_icons_jumbo {
	display: inline-block;
	text-align: left;
	width: 28%;
	padding: 0px 0px 0px 0px;
}
.social_icons_jumbo img {
	width: auto;
	height: 30px;
	margin: -8px 30px 0px 0px;
}
.hours_jumbo {
	display: inline-block;
	width: 45%;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	line-height: 24px;
	font-weight: 100;
	letter-spacing: 2px;
	padding: 0px 0px 0px 0px;
}
.elist_jumbo {
	display: inline-block;
	width: 25%;
	text-align: right;
	color: #ffffff;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 2px;
	padding: 0px 0px 0px 0px;
}
/* start video */

.video_text {
	text-align: center;
	padding: 200px 0px 0px 0px;
}
#video-container {
	position: absolute;
}
#video-container {
	top: 0%;
	left: 0%;
	height: 100%;
	width: 100%;
	overflow: hidden;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
video {
	position: absolute;
	width: auto!important;
	height: 700px!important;
	z-index: 0;
	margin: 0 auto;
}
video.fillWidth {
	width: auto!important;
	height: 800px!important;
}
.video_overlay {
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 1;
	margin: 0 auto;
	background: url(../assets/images/lucid/general/ld_diffuser-repeat.png) repeat left top;
}
.top_eventswrapXXX {
	position: relative;
	width: 100%;
	height: 650px;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.suites_text {
	position: relative;
	height: 100%;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #ffffff;
	text-align: center;
	padding: 0px 10px 0px 10px;
}
.events_padding {
	padding: 0px 0px 0px 0px;
	height: 450px;
}
.events_image {
	padding: 0px 0px 0px 0px;
	height: 450px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.top_gallerywrap h1 {
	font-size: 170px;
	font-weight: 300;
	letter-spacing: -3px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	margin: 40px 0px 40px 0px;
}
.top_gallerywrap h2 {
	font-size: 36px;
	font-weight: 100;
	letter-spacing: -2px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	margin: 40px 0px 40px 0px;
}
.gallery_text {
	position: relative;
	max-width: 980px;
	color: #ffffff;
	font-size: 30px;
	font-weight: 200;
	letter-spacing: 3px;
	text-align: center;
	padding: 120px 20px 100px 20px;
	margin: 0 auto;
}
.emailsignup_wrap h4 {
	font-size: 36px;
	line-height: 38px;
	font-weight: 300;
	letter-spacing: -2px;
	color: #14141a;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
.lucid_instaphotos_last h3 {
	font-size: 20px;
	font-weight: 200;
	letter-spacing: 3px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
}
.lucid_insta_link img {
	width: 30px;
	height: auto;
}
.white_mainwrap {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #000000;
	text-align: center;
	padding: 130px 20px 90px 20px;
	overflow: hidden;
	background: #ffffff;
}
.white_mainwrapXX h3 {
	position: relative;
	display: inline-block;
	font-size: 100px;
	letter-spacing: -2px;
	font-weight: 100;
	color: #14141a;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
.white_mainwrapXX h3.reservesuite {
	position: relative;
	max-width: 1200px;
	display: block;
	font-size: 100px;
	letter-spacing: -2px;
	font-weight: 100;
	color: #14141a;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.main_all_events_wrap h3 {
	position: relative;
	max-width: 1400px;
	display: block;
	font-size: 100px;
	line-height: 80px;
	letter-spacing: -4px;
	font-weight: 100;
	color: #14141a;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 30px;
}
.jumbo_text {
	position: relative;
	width: 100%;
	max-width: 1200px;
	color: #ffffff;
	font-size: 30px;
	line-height: 34px;
	font-weight: 100;
	letter-spacing: -1px;
	text-align: center;
	padding: 0px 20px 0px 20px;
	margin: 0 auto;
	top: 25%;
}
.suites_container {
	padding: 0px 0px 0px 0px;	
}	
.suitespage_suites_wrap .row {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}
.suitespage_suites_wrap .row:nth-child(odd) {
	position: relative;
	display: flex;
	flex-direction: row;
}

.suitespage_suites_wrap .row .col-lg-12 {
	padding: 0px 0px 0px 0px;
	/*margin-left:-1px;
	margin-right:-1px;*/
	height: 100%;
}	
.suites_image {
	padding: 0px 0px 0px 0px;
	height: 600px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}	
}

@media (min-width: 1400px) {
.suites_image {
	padding: 0px 0px 0px 0px;
	height: 600px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}	
.main_all_events_wrap h3 {
	position: relative;
	max-width: 1400px;
	display: block;
	font-size: 100px;
	letter-spacing: -2px;
	font-weight: 100;
	color: #14141a;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 30px;
}
.events_mainwrap h3 {
	position: relative;
	font-size: 70px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #14141a;
	text-align: center;
	padding: 20px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}
.event_flyer {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 18px;
	text-align: center;
	padding: 20px 32px 20px 32px;
	overflow: hidden;
	background: #ffffff;
}
.hours_day {
	color: #ffffff;
	font-size: 70px;
	line-height: 70px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 20px 0px 10px 0px;
}
.events_line {
	width: 200px;
	height: 5px;
	background-color: #fbaf5d;
	margin: 0 auto;
}
.events_time {
	position: relative;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #14141a;
	text-align: center;
	padding: 20px 0px 20px 0px;
}
.events_text {
	position: relative;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #14141a;
	text-align: center;
	padding: 0px 20px 0px 20px;
}
.event_details {
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #14141a;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 60px 0px;
}
.events_buttons {
	padding: 0px 0px 20px 0px;
	text-align: center;
}
.events_buttons a {
	display: inline-block;
	min-width: 210px;
	color: #14141a;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: -1px;
	text-decoration: none;
	border: 1px #14141a solid;
	padding: 10px 40px 10px 40px;
	margin: 10px 20px 10px 20px;
}
.events_buttons a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #14141a;
}
/* start employment */

.employ_topwrap {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100vh;
	position: relative;
	text-align: center;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	background: url(../assets/images/lucid/general/ld_employment-jumbo-2x.jpg) no-repeat center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 0;
}
.employ_topwrap h1 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 150px;
	line-height: 130px;
	letter-spacing: -3px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	z-index: 10;
}
.employ_topwrap h2 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: 8px;
	font-weight: 200;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 0px 0px 60px 0px;
	margin: 0 auto;
	z-index: 10;
}
.jumbo_overlay {
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 1;
	margin: 0 auto;
	background: url(../assets/images/lucid/general/ld_diffuser-repeat.png) repeat left top;
}
.jumbo_text {
	position: relative;
	width: 100%;
	max-width: 1200px;
	color: #ffffff;
	font-size: 30px;
	line-height: 34px;
	font-weight: 100;
	letter-spacing: -1px;
	text-align: center;
	padding: 0px 20px 0px 20px;
	margin: 0 auto;
	top: 25%;
}

}

@media (min-width: 1500px) {
.overlay_container .suite_logos p {
	font-size: 38px;
	line-height: 38px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
.overlay_container .suite_logos h3 {
	position: relative;
	width: 100%;
	font-size: 80px;
	line-height: 60px;
	letter-spacing: -6px;
	font-weight: 200;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 10px 0px;
}		
}

@media (min-width: 1600px) {
.main_topwrap {
	height: 100vh;
	border-right: none;
	border-left: none;
	position: relative;
	padding: 0px;
	z-index: 0;
}
.main_topwrap h1 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 200px;
	line-height: 200px;
	letter-spacing: 12px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	z-index: 10;
}
.main_topwrap h2 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 70px;
	line-height: 70px;
	letter-spacing: 8px;
	font-weight: 200;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 0px 0px 10px 0px;
	margin: 0 auto;
	z-index: 10;
}
.parallax_container {
	position: relative;
	width: 100%;
	max-width: 1500px;
	color: #ffffff;
	font-size: 36px;
	font-weight: 100;
	letter-spacing: -2px;
	text-align: center;
	padding: 0px 60px 0px 60px;
	margin: 0 auto;
}
/* start video */

.video_text {
	position: relative;
	text-align: center;
	padding: 0px 0px 0px 0px;
	top: 30%;
}
#video-container {
	position: absolute;
}
#video-container {
	top: 0%;
	left: 0%;
	height: 100%;
	width: 100%;
	overflow: hidden;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
video {
	position: absolute;
	width: auto!important;
	height: 1000px!important;
	z-index: 0;
	margin: 0 auto;
}
video.fillWidth {
	width: auto!important;
	height: 1000px!important;
}
.video_overlay {
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 1;
	margin: 0 auto;
	background: url(../assets/images/lucid/general/ld_diffuser-repeat.png) repeat left top;
}
.events_daily_buttons {
	padding: 20px 0px 20px 0px;
	text-align: center;
	text-transform: uppercase;
}
.events_daily_buttons a {
	display: block;
	width: 70%;
	color: #14141a;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: -1px;
	text-decoration: none;
	border: 1px #14141a solid;
	padding: 8px 20px 10px 20px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.events_daily_buttons a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #14141a;
}
/* start suites */
.suites_overlay_wrap {
	position: relative;
	width: 100%;
	min-height: 800px;
	z-index: 1;
	margin: 0 auto;
	background: url(../assets/images/lucid/general/ld_diffuser-repeat.png) repeat left top;
}
.top_suiteswrap {
	position: relative;
	width: 100%;
	min-height: 800px;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
	z-index: 0;
}
.top_suiteswrap h1 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 120px;
	line-height: 120px;
	letter-spacing: 4px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	z-index: 10;
}
.top_suiteswrap h2 {
	position: relative;
	font-family: "sofia-pro", sans-serif;
	font-size: 70px;
	line-height: 70px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 0px 0px 10px 0px;
	margin: 0 auto;
	z-index: 10;
}
.suites_toptext {
	position: relative;
	max-width: 980px;
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 300px 20px 20px 20px;
	margin: 0 auto;
}
.suites_maintextwrap {
	position: relative;
	width: 100%;
	color: #ffffff;
	text-align: center;
	padding: 30px 20px 100px 20px;
	overflow: hidden;
	background: url(../assets/images/lucid/general/ld_angle-background.png) no-repeat center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 10;
}
.suites_maintext {
	position: relative;
	max-width: 980px;
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	padding: 20px 20px 20px 20px;
	margin: 0 auto;
}
.suites_border {
	position: relative;
	width: 50%;
	height: 1px;
	padding: 0px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 80px;
	background: #5f5f5f;
}
.white_suitewrap {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 300;
	color: #5f5f5f;
	text-align: center;
	padding: 40px 20px 80px 20px;
	overflow: hidden;
	background: #ffffff;
}
.white_suitewrap h3 {
	position: relative;
	display: inline-block;
	font-size: 80px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #14141a;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 40px 0px;
}
.white_suitewrap h4 {
	position: relative;
	display: inline-block;
	font-size: 27px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #14141a;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 50px 0px 50px 0px;
}
.suites_wrap {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #ffffff;
	background: #14141a url(../assets/images/lucid/general/ld_diffuser-repeat.png) no-repeat center center;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
.suites_wrap h3 {
	position: relative;
	display: block;
	font-size: 80px;
	line-height: 80px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
.suite_pre {
	position: relative;
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.suite_description {
	position: relative;
	max-width:950px;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #ffffff;
	text-align: center;
	padding: 40px 60px 10px 60px;
	margin: 0 auto;
}
.suite_buttons {
	padding: 20px 0px 20px 0px;
	text-align: center;
}
.suite_buttons a {
	display: inline-block;
	color: #ffffff;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: -1px;
	text-decoration: none;
	border: 1px #ffffff solid;
	padding: 10px 40px 10px 40px;
	margin: 10px 20px 10px 20px;
}
.suite_buttons a:hover {
	color: #000000;
	text-decoration: none;
	background: #ffffff;
}
.suites_text {
	position: relative;
	height: 100%;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #ffffff;
	text-align: center;
	padding: 0px 20px 0px 20px;
}
.suites_padding {
	padding: 0px 0px 0px 0px;
	height: 600px;
}
.suites_image {
	padding: 0px 0px 0px 0px;
	height: 600px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
/*
.suites_image {
 padding: 0px 0px 0px 0px;
}
.suites_image img {
 width:100%;
 max-width:200%;
}
*/
.top_eventswrapXXX {
	position: relative;
	width: 100%;
	height: 800px;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.main_eventswrap {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #14141a;
	padding: 20px 20px 20px 20px;
	overflow: hidden;
	background: #ffffff;
}
.main_eventswrap h3 {
	position: relative;
	display: block;
	font-size: 70px;
	line-height: 70px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #14141a;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.events_text {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #14141a;
	text-align: center;
	padding: 0px 20px 0px 20px;
}
.events_text_inner {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
.events_padding {
	padding: 0px 0px 0px 0px;
	height: 600px;
}
.events_image {
	padding: 0px 0px 0px 0px;
	height: 600px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.lucid_instaphotos_last h3 {
	font-size: 33px;
	font-weight: 200;
	letter-spacing: 3px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	margin: 0px 0px 40px 0px;
}
.lucid_insta_link {
	padding: 0px 0px 0px 0px;
}
.lucid_insta_link img {
	width: 40px;
	height: auto
}
.emailsignup_wrap h4 {
	font-size: 36px;
	line-height: 38px;
	font-weight: 300;
	letter-spacing: -2px;
	color: #14141a;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
.footerwrap {
	position: relative;
	width: 100%;
	font-family: "sofia-pro", sans-serif;
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	background: #000000;
	padding: 100px 80px 100px 80px;
	overflow: hidden;
}
.footer_dress {
	position: relative;
	width: 60%;
	height: auto;
	padding: 0px 0px 0px 0px;
}
.footerwrap .col-lg-16 {
	width: 70%;
}
.footerwrap .col-lg-8 {
	width: 30%;
}
}

@media (min-width: 1700px) {
#map-canvas {
	width: 100%;
	height: 800px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	z-index: 10;
	border: 0;
}
.map_wrap {
	position: relative;
	width: 100%;
	height: 800px;
	color: #1c3766;
	text-align: center;
	padding: 0px 0px 0px 0px;
	z-index: 9;
	overflow: hidden;
	margin-bottom: 0px;
}
.col-exlg-16 {
	width: 66.66666667%;
}
.col-exlg-8 {
	width: 33.33333333%;
}
}

@media (min-width: 1800px) {
.eventshead_mainwrap {
	position: relative;
	width: 100%;
	height: 400px;
	color: #ffffff;
	text-align: center;
	padding: 50px 20px 0px 20px;
	overflow: hidden;
	background: url(../assets/images/lucid/main/ld_main-upcoming-parallax.jpg) no-repeat center center fixed;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
video.fillWidth {
	width: 100%!important;
	height: auto!important;
}
}
