
* { margin: 0px; padding: 0px; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-text-size-adjust: none; }
html, body { margin: 0px; width: 100%; font-size: 16px; line-height: 24px; color: #000000; font-family: 'Josefin Sans'; font-weight: 400; }
html { background: #ffffff; }
body { background: rgba(255, 222, 39, 0.95) url(../images/bg-pattern.png) no-repeat; background-size: cover; }
*::-webkit-input-placeholder { opacity:1; color: #000; }
*::-moz-placeholder {opacity:1;color: #000; }
*:-ms-input-placeholder {opacity:1;color: #000;}

input[type=checkbox]{ -webkit-appearance: checkbox; margin: 5px 0 0 5px; display: inline-block; vertical-align: top;}
button, input, textarea, select { -webkit-appearance: none; -webkit-border-radius: 0px; }

:focus,input:focus, textarea:focus { outline: none; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
:focus { outline: none; }

/* common */
b,strong { font-weight: 500; }
a { text-decoration: none; outline: none; }
sup { display: inline-block; vertical-align: super; line-height: 1; font-size: 70%; position: relative; top: 2px; }
sub { vertical-align: sub; }
ul { list-style: none; }
.clear { clear: both; overflow: hidden; font-size:0; line-height:0; }
img { border: 0px; outline: none; display: block; max-width: 100%; height: auto; }
p a { color: #424242; text-decoration:underline; }
p a:hover { text-decoration:none; }
h3 { font-weight: 500; color: #171717; font-size: 24px; line-height: 29.24px; }
h3 strong { font-weight: 500; }
.mob-show { display: none !important; }
h1, h2, h3, h4, h5, h6 { padding: 0px; margin: 0px; }  

#back-to-top { box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; -ms-box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; position: fixed; bottom: 20px; display: none; right: 15px; z-index: 9999; width: 34px; height: 34px; cursor: pointer; border-radius: 50%; -webkit-border-radius: 50%; transition: opacity 0.2s ease-out; -webkit-transition: opacity 0.2s ease-out; opacity: 0; background: #006bb6; }
#back-to-top:after { width: 0px; height: 0px; content: ''; position: absolute; left: 50%; top: 50%; border: 10px solid transparent; border-bottom-color: #fff; margin: -15px 0 0 -10px; }
#back-to-top.show { opacity: 0.8; }
#back-to-top.show:hover { opacity: 1; }

/* wrapper */
#wrapper { padding-top: 55px; width: 100%; min-height: 100%; position: relative; }
.cont_wrapper { width:100%; max-width: 1190px; padding: 0 20px; margin: 0 auto; position: relative; }
.wrapper { width: 100%; max-width: 1280px; padding: 0 20px; margin: 0 auto; position: relative; }

.head-wrap { width: 100%; position: relative; padding-bottom:55px; z-index: 999999999; }

.ad_container { width: 100%; min-height:0px; height: 0px; background-color: #000000}
.ad_container .ad { display: block; width: 100%; text-align: center; max-width: 100%; margin: 0px auto; padding: 10px 0; max-height: 110px; }
.ad_container .ad img { vertical-align: top; }


/*********Header Css*********/

header { float: left; width: 100%; background: #000000; text-align: center; position: fixed; z-index:100; left:0; top:0; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); }
header .header_inner{float:left; width:100%; padding:0 15px 0 20px; position:relative; min-height:55px; z-index:99;}
header.show { position: fixed; top:0; bottom: auto; }

header .logobar { float: left; padding: 4px 0px 0px; display: flex; align-items: center; flex-wrap: wrap; min-height: 51px; }
header .logobar a.site-logo { display:inline-block; width: 243px; vertical-align: middle; }
header .logobar a.brand-logo { display:inline-block; width: 162px; vertical-align: middle; }
header .logobar .plus { margin: 0 15px; width: 6px; position: relative; }

header a.paid_logo{ display:inline-block;width:auto;  margin:0 auto;vertical-align:top; color:#000; text-transform:uppercase; font-family: 'Source Sans Pro', sans-serif; font-size:13px; line-height: 18px; font-weight:600; background:#bce2f1; padding:0 10px 3px 10px; position:absolute; top:0; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%);}
a.paid_logo img { margin: 3px 0px 0px 2px; display: inline-block; vertical-align: top; }
header .show_text { float:left; width:100%; font-family: 'Source Sans Pro', sans-serif; font-size:11px; font-weight:600; color:#151515; text-transform:uppercase; text-align:center; background:#fff; padding:8px 20px; margin:0; position:relative; display:none; line-height:14px; position:absolute; left:0; top:100%; z-index: 1; width:100%; box-shadow: 0px 2px 2px rgba(0,0,0,0.1); }
header .show_text a { color: #003865; }
header .show_text span.close{ position:absolute; right:2px; top:7px; width:20px; height:20px; cursor:pointer;}
header .show_text span.close:before, header .show_text span.close:after { position:absolute; left:10px; content:""; height:13px; width:1px; background-color:#151515; }
header .show_text span.close:before { transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); }
header .show_text span.close:after { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); }
header ul.social_icon{ list-style:none; float:right; width:auto; margin-top:13px;}
header ul.social_icon li{ list-style:none; display:inline-block; float:left; margin-left:7px;  }
header ul.social_icon li:first-child{ margin-left:0; }
header ul.social_icon li a{ display: flex; align-items: center; justify-content: center; width:30px; height:30px; opacity:1; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; border: 2px solid #ffffff; border-radius: 100%; -webkit-border-radius: 100%; }
header ul.social_icon li a i{ font-size:15px; line-height:26px; vertical-align: top; color:#fff; display:inline-block; }
header ul.social_icon li a:hover{opacity:0.7;}
header .social_part .toggle_social { display: none; width: 29px;}

header .paid-info { margin: -8px 0 0 -48px; position: absolute; top: 50%; left: 50%; cursor: pointer; display: inline-block; vertical-align: top; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; line-height: 17px; text-transform: uppercase; color: #ffffff; text-decoration: none; }
header .paid-info svg { margin: 2px 2px 0px 0px; width: 11px; display: inline-block; vertical-align: top; }
header .paid-info svg .i-circle { fill: #ffffff; }
header .paid-info svg .i-pin { fill: #000000; }
header .paid-info span { padding: 7px 10px; font-weight: normal; color: #000000; will-change: filter; visibility: hidden; align-items: center; position: absolute; top:calc(100% + .5rem); left: -76px; text-align: left; width: 296px; height: fit-content; background: #fff; text-transform: none; cursor: pointer; filter: drop-shadow(0 0 0.1em #000) drop-shadow(0 0 0.1em #000) }
header .paid-info span:before { content: ""; position: absolute; bottom:calc(100% - .0625rem);
left: 75px; height:.375rem; width:.75rem; background: #ffffff; clip-path: polygon(50% 0, 0 100%, 100% 100%); -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%) }
header .paid-info:hover span { opacity: 1; visibility: visible; }

.social_icons_box {position: fixed; width: 100%; max-width: 100%; height: 100%; left: 0;
top: 100%; background: rgba(0, 0, 0, 0.7); z-index: 9999999;padding: 62px 30px 0;    overflow-y: scroll; }

.d-flex { display: flex; flex-wrap: wrap; }
.v-center { align-items: center; } 
.v-start { align-items: flex-start; } 
.v-end { align-items: flex-end; } 
.h-center { justify-content: center; }

.hidden-text { display: none !important; }

html.is-hidden, bod.is-hidden { height: 100%; overflow: hidden; }


/*content-part*/
#content-part { width: 100%; position: relative; overflow: hidden; }

	.intro-bar { padding: 0px; min-height: calc(100vh - 111px); overflow: hidden; position: relative; }
	.intro-bar .wrapper.is-hidden { overflow: hidden; }
	.overBG { cursor: pointer; opacity: 0; visibility: hidden; pointer-events: none; position: absolute; top: -1000px; left: -1000px; width: 50000px; height: 50000px; display: block; font-size: 0px; line-height: 0px; transition: all 350ms; -webkit-transition: all 350ms; background: rgba(0, 0, 0, 0.8); }
	.overBG.is-show { opacity: 1; visibility: visible; pointer-events: auto; }
	.intro-bar .wrapper { padding: 0px; max-width: 100%; width: 100%; }
	.intro-bar .is-mobile-scale { min-width: 1280px; height: 830px; }
	.intro-bar .wrapper .intro-screen { padding: 70px 0px 0px; margin: 0 auto; min-width: 1280px; position: relative; width: 100%; height: 830px; }
	.intro-bar .wrapper .intro-screen:after { content: ""; margin: -160px 486px 0px 0px; opacity: 0; visibility: hidden; pointer-events: none; position: absolute; top: 50%; right: 50%; width: 250000px; height: 5px; transition: all 350ms; -webkit-transition: all 350ms; background: #000000; }
	.intro-bar .wrapper .intro-screen.is-bodered:after { opacity: 1; visibility: visible; }
	.intro-bar .wrapper .intro-screen .flower-img { margin: 0px 0px 0px -721px; top: 0px; left: 50%; position: relative; width: 1442px; max-width: none; transition: all 1s; -webkit-transition: all 1s; transition-delay: 0.4s; }
	.intro-bar .wrapper .intro-screen .cap-img { margin: 0px 0px 0px -92px; position: absolute; top: -6px; left: 50%; width: 156px; transform: scale(0.63); transition: all 1s; -webkit-transition: all 1s; transition-delay: 0.2s; }
	.intro-bar .wrapper .intro-screen .intro-logo { margin: 0px 0px 0px -297px; position: absolute; top: 136px; left: 50%; width: 595px; transition: all 1s; -webkit-transition: all 1s; }
	.intro-bar .wrapper .intro-screen .intro-logo.is-hide { opacity: 0; }
	.intro-bar .wrapper .intro-screen .cap-img.is-show { top: 126px; transform: scale(1); }
	
	.more_click { padding: 0px; position: relative; z-index: 1; height: 60px; width: 100%; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; font-size: 20px; line-height: 26px; color: #FFFFFF; font-family: 'Futura PT'; text-align: center; transition: all 350ms; -webkit-transition: all 350ms; background: #000000; }
	.more_click.is-hide { height: 0px; }
	.more_click img { margin-top: 2px; display: inline-block; vertical-align: top; width: 28px; }
	.more_click .left-arrow { margin-right: 16px; }
	.more_click .right-arrow { margin-left: 16px; }
	
	.intro-bar .map-overlay { margin: -1450px 0px 0px -1980px; position: absolute; width: 4000px; height: 2769px; top: 50%; left: 50%; pointer-events: none; }
	.intro-bar .map-overlay img { max-width: none; width: 100%; height: 100%; transform: scale(7); transition: all 1s; -webkit-transition: all 1s; }
	.intro-bar .map-overlay.is-show img { transform: scale(1); }
	.intro-bar .wrapper .intro-screen .flower-img.is-show { top: -176px; }
	
	.intro-bar .map-overlay.is-bordered { opacity: 0; transition: all 600ms; -webkit-transition: all 600ms; transition-delay: 1.2s; }
	.intro-bar .map-overlay.is-bordered.is-show { opacity: 1; }
	
	.intro-bar .top { padding: 0 0 0 25px; }
	.intro-bar .img { width: 260px; }
	.intro-bar .img img { width: 100%; } 
	.intro-bar .intro { padding: 10px 0 0 20px; }
	.intro-bar h2 { padding-bottom: 10px; text-align: center; font-family: 'Futura'; font-weight: 500; font-size: 36.21px; line-height: 40.92px; text-transform: uppercase; color: #FFFFFF; letter-spacing: 0.16em; }
	.intro-bar h2 span { padding: 10px 0px 18px; font-size: 18px; line-height: 20px; display: block; letter-spacing: 0.18em; }
	.intro-bar h2 strong { font-size: 54.317px; font-weight: 500; display: block; letter-spacing: 0.15em; } 	
	.intro-bar .dot-style { pointer-events: none; position: absolute; top: 50%; left: 50%; display: block; background-position: top center; background-repeat: no-repeat; background-size: 100% auto; }	
	.intro-bar .dot-style.go { pointer-events: auto; }
	.intro-bar .dot-style:before { content: ""; opacity: 0; visibility: hidden; pointer-events: none; position: absolute; top: 0px; left: 0px; transition: all 350ms; background-position: top center; background-repeat: no-repeat; background-size: 100% auto; }
	.intro-bar .dot-style:after { content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-position: top center; background-repeat: no-repeat; background-size: 100% auto; }
	.intro-bar .dot-style:hover { z-index: 1; }
	.intro-bar .dot-style .active-text { opacity: 0; visibility: hidden; pointer-events: none; position: absolute; bottom: -95px; right: 10px; min-width: 550px; text-align: right; display: block; font-size: 60px; line-height: 1; font-family: 'Futura PT'; font-weight: 500; text-transform: uppercase; color: #FFFFFF; text-shadow: 0px 5.09821px 5.09821px rgba(0, 0, 0, 0.25); transition: all 350ms; }
	.intro-bar .dot-style .active-text small { padding: 0 2px; margin-top: -3px; display: block; display: block; font-size: 20.3929px; line-height: 1.1; text-transform: uppercase; color: #FFFFFF; font-weight: 400; }
	.intro-bar .dot-style:hover .active-text { opacity: 1; visibility: visible; pointer-events: auto; }
	.intro-bar .dot-style:hover:before { opacity: 1; visibility: visible; pointer-events: auto; }
	.intro-bar .wrapper .intro-screen .flower-img:not(.is-show) { cursor: pointer; }
	
	.intro-bar .dot-style.two .active-text { bottom: 12px; right: 92px; }
	.intro-bar .dot-style.three .active-text { bottom: -85px; right: -160px; }
	.intro-bar .dot-style.four .active-text { bottom: 97px; right: 76px; }
	.intro-bar .dot-style.five .active-text { bottom: 109px; right: 220px; }
	.intro-bar .dot-style.six .active-text { bottom: 132px; right: auto; left: 85px; text-align: left; }
	
	.intro-bar .dot-style.one:after { background-image: url(../images/pin1.png); }
	.intro-bar .dot-style.two:after { background-image: url(../images/pin2.png); }
	.intro-bar .dot-style.three:after { background-image: url(../images/pin3.png); }
	.intro-bar .dot-style.four:after { background-image: url(../images/pin4.png); }
	.intro-bar .dot-style.five:after { background-image: url(../images/pin5.png); }
	.intro-bar .dot-style.six:after { background-image: url(../images/pin6.png); }
	
	.intro-bar .dot-style.one { margin: -280px 0px 0px 323px; width: 163px; height: 138px; }
	.intro-bar .dot-style.two { margin: 117px 0px 0px 222px; width: 195px; height: 150px; }
	.intro-bar .dot-style.three { margin: -120px 0px 0px 356px; width: 59px; height: 55px; }
	.intro-bar .dot-style.four { margin: -188px 0px 0px 118px; width: 84px; height: 129px; }
	.intro-bar .dot-style.five { margin: 297px 0px 0px 442px; width: 168px; height: 80px; }
	.intro-bar .dot-style.six { margin: -205px 0px 0px -490px; width: 132px; height: 242px; }
	
	.intro-bar .dot-style.one:before { top: -80px; left: -51px; width: 286px; height: 156px; background-image: url(../images/overlay-1.png); }
	.intro-bar .dot-style.two:before { top: -134px; left: -5px; width: 299px; height: 247px; background-image: url(../images/overlay-2.png); }
	.intro-bar .dot-style.three:before { top: -144px; left: -82px; width: 251px; height: 163px; background-image: url(../images/overlay-3.png); }
	.intro-bar .dot-style.four:before { top: -140px; left: 0px; width: 184px; height: 312px; background-image: url(../images/overlay-4.png); }
	.intro-bar .dot-style.five:before { top: -152px; left: -30px; width: 212px; height: 170px; background-image: url(../images/overlay-5.png); }
	.intro-bar .dot-style.six:before { top: -122px; left: -138px; width: 400px; height: 447px; background-image: url(../images/overlay-6.png); }
	
	.intro-bar .bottom-text { padding: 0px; min-width: 1280px; position: absolute; bottom: 0px; left: 0px; width: 100%; pointer-events: none; opacity: 0; visibility: hidden; transition: all 350ms; -webkit-transition: all 350ms; } 
	.intro-bar .bottom-text.is-show { opacity: 1; visibility: visible; } 
	.intro-bar .bottom-text .wrapper { padding: 0px; margin: 0px auto; max-width: 1280px; }
	.intro-bar .bottom-text .intro { padding: 0px; width: 35%; }
	.intro-bar .bottom-text h1 { padding-bottom: 25px; margin: 0px auto; max-width: 398px; }
	.intro-bar .bottom-text .meta_data { padding-bottom: 20px; text-align: center; display: block; font-size: 24.5px; line-height: 30px; color: #ffffff; font-family: 'Futura PT'; font-weight: 900; text-transform: uppercase; }
	.intro-bar .text { padding: 18px 30px 20px 22px; width: 46.7%; border: 5px solid #000000; border-bottom: 0px; position: relative; }
	.intro-bar .text:before { content: ""; width: 5px; height: 178px; position: absolute; left: -5px; bottom: 100%; display: block; background: #000000; }
	.intro-bar .text:after { content: ""; width: 25000px; height: 5px; position: absolute; left: 100%; top: -5px; display: block; background: #000000; }
	.intro-bar .text p { font-size: 17px; line-height: 20px; color: #FFFFFF; font-family: 'Futura PT'; font-weight: 900; }
	
/*footer*/
.footer { float: left; width: 100%; background: #000000; padding: 22px 0; padding: 14px 0px; text-align: center; z-index: 99; line-height: 20px; }
.footer .wrapper { max-width: 100%; }
.footer a.footer_logo { display: inline-block; vertical-align: top; line-height: 20px; vertical-align: top; width: 211.5px; }
.footera.footer_logo img { vertical-align: top; width: 169px; }
.footer ul { margin-left: auto; list-style: none; padding: 0; line-height: 10px; }
.footer ul li { display: inline-block; vertical-align: top; font-size: 11px; line-height: 14px; font-weight: 400; color: #000000; padding: 0 7px 0 3px; border-right: 1px solid #ffffff; line-height: 10px; line-height: 10px;}
.footer ul li:first-child { background: none; }
.footer ul li:last-child { border-right: 0;} 
.footer ul li a { display: block; color: #ffffff; }
.footer ul li a:hover, footer ul li a:focus { color: #ffffff; }

.slick-sr-only { border: 0!important; clip: rect(1px,1px,1px,1px)!important; -webkit-clip-path: inset(50%)!important; clip-path: inset(50%)!important; height: 1px!important; margin: -1px!important; overflow: hidden!important; padding: 0!important; position: absolute!important; width: 1px!important; white-space: nowrap!important }

.mobile-only { display: none !important; }

/****************************Video Popup Css********************************************/
.video-js { width: 100%; height: 0; padding-bottom: 56.2%; }
.v_box { position: relative; height: 0; width: 100%; /*padding-bottom:0%;*/ padding-bottom: 56.25%; }
.vid_box .video-js { height: 100%; width: 100%; position: absolute; top: 0; left: 0; }
.popup_view { overflow: hidden; }

/****** CSS LIGHTBOX ******/
.vid_box { position: fixed; top: 100%; left:0; background: rgba(0, 0, 0, .85); opacity: 0; -webkit-transition: opacity .5s ease-in-out; moz-transition: opacity .5s ease-in-out;  o-transition: opacity .5s ease-in-out;  transition: opacity .5s ease-in-out; overflow-y: scroll; z-index: 9999999999; width: 100%; max-width: 100%; padding: 0 35px 0; display:flex;  align-items:center;  justify-content: center;  flex-wrap: wrap; }
.vid_box_inner { display: block; /*width:100%;*/ width: 1100px; /*margin: 0 auto;*/ padding: 10px 0 10px; position: relative; max-width: 100%; }
.vid_box video { margin: auto; position: absolute; top: 0; left: 0; right: 0; bottom: 0; max-height: 100%; max-width: 100%; border: none; box-shadow: 0px 0px 8px rgba(0, 0, 0, .3); box-sizing: border-box; -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; }
span.vid-close { cursor: pointer; display: block; width: 18px; height: 20px; text-decoration: none; position: absolute; top: -80px; right: -30px; -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; }
span.vid-close img{ vertical-align: top; width: 18px; height: 20px; }
.vid_box.active { opacity: 1; top: 0; bottom: 0; }
.vid_box.active .v_box { padding-bottom: 56.25%; border:2px solid #fff; }
.vid_box.active .video-js { background: #000; }
.vid_box.active video { max-height: 100%; max-width: 100%; }
.vid_box.active span.vid-close { top: 0; }

.gpt-ad { position: absolute !important; height: 0px !important; }

.state-overlay-wrap { opacity: 0; pointer-events: none; transition: all 350ms; -webkit-transition: all 350ms; position: fixed; top: 0px; left: 0px; width: 100%; z-index: 200; height: 100%; overflow: auto; overflow-x: hidden; background: url(../images/overlay-bg.jpg) top center no-repeat; background-size: cover; }
.state-overlay-wrap.is-show-overlay { opacity: 1; pointer-events: auto; }
.state-overlay { padding: 0px; max-width: 1193px; position: relative; }
.state-overlay .overlay-close { display: block; font-size: 0px; line-height: 0px; cursor: pointer; z-index: 2; position: absolute; top: 0px; right: 0px; width: 68px; height: 68px; background: #3CB0FD url(../images/close-x.png) center no-repeat; background-size: 21px auto; border-radius: 0px 0px 10px 10px; }
.state-overlay .overlay-back { padding: 190px 0px 0px 70px; display: block; font-size: 19.39px; line-height: 1.2; color: #ffffff; text-transform: uppercase; text-align: right; font-family: 'Futura PT'; font-weight: 900; cursor: pointer; z-index: 2; position: absolute; bottom: 0px; right: 0px; background: url(../images/flower1.png) top left no-repeat; background-size: 194px auto; }
.state-overlay .overlay-back span { padding: 23px 20px; display: block; border-radius: 10px 10px 0px 0px; -webkit-border-radius: 10px 10px 0px 0px; background: #3CB0FD; }
.state-overlay .state-overlay-inner { padding: 102px 108px 102px 115px; position: relative; }
.state-overlay .state-overlay-inner:before { content: ""; width: 214px; height: 217px; z-index: 1; position: absolute; top: -26px; left: -22px; background: url(../images/flower.png) top left no-repeat; background-size: contain; }
.state-overlay .state-overlay-inner .BT { display: block; font-size: 0px; line-height: 0px; position: absolute; top: 35px; right: 79px; width: 910px; height: 34px; background: url(../images/nyc/bt.png) top left repeat-x; }
.state-overlay .state-overlay-inner .BR { display: block; font-size: 0px; line-height: 0px; position: absolute; top: 77px; right: 38px; width: 34px; height: 2210px; background: url(../images/nyc/br.png) top left repeat-y; }
.state-overlay .state-overlay-inner .BB { display: block; font-size: 0px; line-height: 0px; position: absolute; bottom: 24px; right: 177px; width: 971px; height: 34px; background: url(../images/nyc/bb.png) top left repeat-x; }
.state-overlay .state-overlay-inner .BL { display: block; font-size: 0px; line-height: 0px; position: absolute; top: 168px; left: 40px; width: 34px; height: 2205px; background: url(../images/nyc/bl.png) top left repeat-y; }
.state-overlay .overlay-header { margin-bottom: 48px; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); background: #ffffff; }
.state-overlay .overlay-header .overlay-header-image { position: relative; min-height: 295px; background-position: center center; background-repeat: no-repeat; background-size: cover; }
.state-overlay .overlay-header .overlay-header-image:before { content: ""; display: block; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); }
.state-overlay .overlay-header .overlay-header-inner { position: relative; }
.state-overlay .overlay-header .name { padding-top: 6px; margin-bottom: -10px; text-align: center; font-family: 'Futura PT'; display: block; font-size: 40px; line-height: 45px; text-transform: uppercase; text-shadow: 0px 5.09821px 5.09821px rgba(0, 0, 0, 0.25); color: #FFDE27; }
.state-overlay .overlay-header h2 { text-align: center; font-family: 'Futura PT'; font-weight: 500; font-size: 125px; line-height: 1.15; color: #FFFFFF; text-transform: uppercase; text-shadow: 0px 6.84032px 6.84032px rgba(0, 0, 0, 0.25); }
.state-overlay .overlay-header .overlay-header-text { padding: 28px 56px; }
.state-overlay h3 { padding-bottom: 15px; font-size: 59.84px; line-height: 1; color: #000000; font-family: 'Futura PT'; font-weight: 500; }
.state-overlay h3.is-small { font-size: 43px; }
.state-overlay h3 a { color: #000000; text-decoration: underline; }
.state-overlay h3 a:hover { text-decoration: none; }
.state-overlay p { font-size: 23px; color: #000000;	line-height: 31px; font-family: 'Futura PT'; font-weight: normal; }
.state-overlay p a { color: #000000; }
.state-overlay .row-repeat { margin-bottom: 48px; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); background: #ffffff; }
.state-overlay .row-repeat.is-mb { margin-bottom: 29px; }
.state-overlay .row-repeat .text { padding: 30px 35px; width: 51%; }
.state-overlay .row-repeat .image { width: 49%; }
.state-overlay .row-repeat .image a { display: flex; min-height: 100%; }
.state-overlay .row-repeat .image img { min-height: 100%; object-fit: cover; }
.state-overlay .order-first { order: -1; }
.state-overlay .cta-block { width: 100%; }
.state-overlay .cta-block .cta-block-inner { padding: 10px 10px; margin: 0 auto; text-align: center; max-width: 502px; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); background: #FFFFFF; } 
.state-overlay .cta-block .cta-block-inner p { font-size: 20px; line-height: 1.17; color: #000000; font-family: 'Futura PT'; font-weight: 500; text-transform: uppercase; }

.state-overlay-wrap[data-href="#miami-overlay"] .state-overlay .row-repeat .text { padding: 45px 55px; width: 50%; }  
.state-overlay-wrap[data-href="#miami-overlay"] .state-overlay .row-repeat .image { width: 50%; }  
.state-overlay-wrap[data-href="#miami-overlay"] .state-overlay .state-overlay-inner .BT { top: 44px; right: 50px; width: 937px; height: 13px; background-image: url(../images/miami/bt.png); }
.state-overlay-wrap[data-href="#miami-overlay"] .state-overlay .state-overlay-inner .BR { top: 50px; right: 44px; width: 13px; height: 2262px; background-image: url(../images/miami/br.png); }
.state-overlay-wrap[data-href="#miami-overlay"] .state-overlay .state-overlay-inner .BB { bottom: 50px; width: 937px; height: 13px; background-image: url(../images/miami/bb.png); }  
.state-overlay-wrap[data-href="#miami-overlay"] .state-overlay .state-overlay-inner .BL { top: 161px; left: 57px; width: 13px; height: 2262px; background-image: url(../images/miami/bl.png); } 

.state-overlay-wrap[data-href="#d-c-overlay"] .state-overlay .state-overlay-inner { padding-bottom: 150px; }
.state-overlay-wrap[data-href="#d-c-overlay"] .state-overlay .overlay-header h2 { font-size: 105px; }
.state-overlay-wrap[data-href="#d-c-overlay"] .state-overlay .state-overlay-inner .BT { top: 27px; right: 67px; width: 908px; height: 30px; background-image: url(../images/wdc/bt.png); }
.state-overlay-wrap[data-href="#d-c-overlay"] .state-overlay .state-overlay-inner .BR { top: 52px; right: 40px; width: 32px; height: 2187px; background-image: url(../images/wdc/br.png); }
.state-overlay-wrap[data-href="#d-c-overlay"] .state-overlay .state-overlay-inner .BB { bottom: 22px; right: 193px; width: 945px; height: 30px; background-image: url(../images/wdc/bb.png); }  
.state-overlay-wrap[data-href="#d-c-overlay"] .state-overlay .state-overlay-inner .BL { top: 168px; left: 29px; width: 32px; height: 2180px; background-image: url(../images/wdc/bl.png); } 
.state-overlay-wrap[data-href="#d-c-overlay"] .state-overlay .row-repeat .text { padding: 45px 50px; width: 50%; }  
.state-overlay-wrap[data-href="#d-c-overlay"] .state-overlay .row-repeat .image { width: 50%; }

.state-overlay-wrap[data-href="#chicago-overlay"] .state-overlay .state-overlay-inner { padding-bottom: 100px; }
.state-overlay-wrap[data-href="#chicago-overlay"] .state-overlay .overlay-header h2 { font-size: 105px; }
.state-overlay-wrap[data-href="#chicago-overlay"] .state-overlay .state-overlay-inner .BT { top: 30px; right: 46px; width: 955px; height: 40px; background-image: url(../images/chicago/bt.png); }
.state-overlay-wrap[data-href="#chicago-overlay"] .state-overlay .state-overlay-inner .BR { top: 53px; right: 36px; width: 40px; height: 2248px; background-image: url(../images/chicago/br.png); }
.state-overlay-wrap[data-href="#chicago-overlay"] .state-overlay .state-overlay-inner .BB { bottom: 34px; right: 180px; width: 955px; height: 40px; background-image: url(../images/chicago/bb.png); }  
.state-overlay-wrap[data-href="#chicago-overlay"] .state-overlay .state-overlay-inner .BL { top: 164px; left: 36px; width: 40px; height: 2222px; background-image: url(../images/chicago/bl.png); } 
.state-overlay-wrap[data-href="#chicago-overlay"] .state-overlay .cta-block .cta-block-inner { max-width: 520px; }

.state-overlay-wrap[data-href="#puerto-rico-overlay"] .state-overlay .state-overlay-inner { padding-bottom: 150px; }
.state-overlay-wrap[data-href="#puerto-rico-overlay"] .state-overlay .overlay-header h2 { font-size: 105px; }
.state-overlay-wrap[data-href="#puerto-rico-overlay"] .state-overlay .state-overlay-inner .BT { top: 36px; right: 54px; width: 954px; height: 46px; background-image: url(../images/pr/bt.png); }
.state-overlay-wrap[data-href="#puerto-rico-overlay"] .state-overlay .state-overlay-inner .BR { top: 57px; right: 32px; width: 46px; height: 2213px; background-image: url(../images/pr/br.png); }
.state-overlay-wrap[data-href="#puerto-rico-overlay"] .state-overlay .state-overlay-inner .BB { bottom: 36px; right: 177px; width: 960px; height: 46px; background-image: url(../images/pr/bb.png); }  
.state-overlay-wrap[data-href="#puerto-rico-overlay"] .state-overlay .state-overlay-inner .BL { top: 173px; left: 36px; width: 46px; height: 2199px; background-image: url(../images/pr/bl.png); } 
.state-overlay-wrap[data-href="#puerto-rico-overlay"] .state-overlay .cta-block .cta-block-inner { max-width: 688px; }

.state-overlay-wrap[data-href="#los-angeles-overlay"] .state-overlay .overlay-header h2 { font-size: 105px; }
.state-overlay-wrap[data-href="#los-angeles-overlay"] .state-overlay .state-overlay-inner .BT { top: 29px; right: 52px; width: 951px; height: 53px; background-image: url(../images/la/bt.png); }
.state-overlay-wrap[data-href="#los-angeles-overlay"] .state-overlay .state-overlay-inner .BR { top: 59px; right: 33px; width: 53px; height: 2158px; background-image: url(../images/la/br.png); }
.state-overlay-wrap[data-href="#los-angeles-overlay"] .state-overlay .state-overlay-inner .BB { bottom: 28px; right: 175px; width: 951px; height: 53px; background-image: url(../images/la/bb.png); }  
.state-overlay-wrap[data-href="#los-angeles-overlay"] .state-overlay .state-overlay-inner .BL { top: 174px; left: 40px; width: 53px; height: 2108px; background-image: url(../images/la/bl.png); } 
.state-overlay-wrap[data-href="#los-angeles-overlay"] .state-overlay .row-repeat .text { width: 50%; }  
.state-overlay-wrap[data-href="#los-angeles-overlay"] .state-overlay .row-repeat .image { width: 50%; }
.state-overlay-wrap[data-href="#los-angeles-overlay"] .state-overlay .cta-block .cta-block-inner { max-width: 418px; }

.mobile-welcome { position: relative; overflow: hidden; width: 100%; background: url(../images/bg1.jpg) top center no-repeat; background-size: cover; transition: all 1s; -webkit-transition: all 1s; }
.mobile-welcome .intro { padding-top: 25px; height: 801px; overflow: hidden; position: relative; }
.mobile-welcome .flower-img { width: 451px; max-width: none; transition: all 1s; -webkit-transition: all 1s; transition-delay: 0.1s; }
.mobile-welcome .is-logo { margin: 0 auto; position: absolute; top: 250px; left: 0px; right: 0px; width: 336px; transition: all 1s; -webkit-transition: all 1s; }
.mobile-welcome .full-img { margin: -98px 0px 0px 10px; width: 1274px; max-width: none; align-self: flex-end; top: 0px; position: relative; transition: all 1s; -webkit-transition: all 1s; transition-delay: 0.3s; }
.mobile-welcome .cap-img { margin: 0px 0px 0px -79px; position: absolute; top: 91px; left: 50%; width: 156px; transform: scale(0.72); transition: all 1s; -webkit-transition: all 1s; transition-delay: 0.2s; transition: all 1s; -webkit-transition: all 1s; }
.mobile-welcome .flower-img.is-hide { margin-top: -317px; opacity: 0; }
.mobile-welcome .is-logo.is-hide { opacity: 0; }
.mobile-welcome .cap-img.is-hide { margin-left: -92px; top: 10px; transform: scale(0.35); }
.mobile-welcome .full-img.is-hide { transform: scale(0.37); margin-top: 0px; top: -320px; margin: 0px; left: -14px; }

.mobile-welcome .map-overlay { margin: -962px 0px 0px -1000px; position: absolute; width: 2000px; height: 1385px; top: 50%; left: 50%; pointer-events: none; }
.mobile-welcome .map-overlay img { max-width: none; width: 100%; height: 100%; transform: scale(7); transition: all 1s; -webkit-transition: all 1s; }
.mobile-welcome .map-overlay.is-show img { transform: scale(0.72); }

.mobile-welcome .map-overlay.is-bordered { opacity: 0; transition: all 600ms; -webkit-transition: all 600ms; transition-delay: 1.2s; }
.mobile-welcome .map-overlay.is-bordered.is-show { opacity: 1; }
.mobile-welcome .intro-text { padding: 0px 20px 30px; display: none; position: absolute; bottom: 0px; left: 0px; width: 100%; text-align: center; background: url(../images/mobile-text-bg.jpg) top center no-repeat; background-size: cover; }
.mobile-welcome .intro-text .intro-text-inner { margin: 0px auto; max-width: 330px; }
.mobile-welcome .intro-text .logo { margin: 0 auto 20px; width: 338px; }
.mobile-welcome .intro-text .meta_data { padding-bottom: 15px; text-align: center; display: block; font-size: 24px; line-height: 27px; color: #ffffff; font-family: 'Futura PT'; font-weight: 900; text-transform: uppercase; }
.mobile-welcome .intro-text .meta_data:after { content: ""; margin: 20px auto 0px; display: block; width: 60px; height: 2px; background: #000000; }
.mobile-welcome .intro-text p { font-size: 18px; line-height: 28px; color: #FFFFFF; letter-spacing: 0.01em; font-family: 'Futura'; font-weight: 500; }

.location-list { padding: 30px 0px; width: 100%; display: none; background: url(../images/location-bg.jpg) top center no-repeat; background-size: cover; }
.location-list .note { padding-bottom: 25px; display: block; text-align: center; font-size: 13px; line-height: 18px; color: #FFFFFF; text-transform: uppercase; letter-spacing: 0.01em; font-family: 'Futura PT'; font-weight: 900; letter-spacing: 0.5px; }
.location-list ul { padding: 0px; margin: 0px; list-style-type: none; }
.location-list ul li { padding-bottom: 10px; }
.location-list ul li a { padding: 12px 0px 14px; position: relative; display: block; text-align: center; font-size: 44px; line-height: 1; color: #FFFFFF; text-transform: uppercase; font-family: 'Futura PT'; font-weight: 500; background-position: top center; background-repeat: no-repeat; background-size: cover; }
.location-list ul li a strong { font-weight: 500; position: relative; }
.location-list ul li a .image { margin: 0 auto 14px; position: relative; width: 316px; right: 10px; }
.location-list ul li a .image img { position: relative; }
.location-list ul li a .image.miamiimg { width: 360px; right: 0px; }
.location-list ul li a .image.wdcimg { width: 224px; right: -30px; }
.location-list ul li a .image.chicagoimg { width: 175px; right: 10px; }
.location-list ul li a .image.puertoimg { padding-top: 20px; width: 375px; right: -10px; }
.location-list ul li a .image.laimg { width: 298px; right: -20px; }

.location-list ul li a .image .m-overlay { margin-left: -141px; position: absolute; top: 5px; left: 50%; max-width: none; width: 322px; }
.location-list ul li a .image .m-overlay.ov2 { margin-left: -177px; top: -15px; width: 354px; }
.location-list ul li a .image .m-overlay.ov3 { margin-left: -200px; top: -30px; width: 312px; }
.location-list ul li a .image .m-overlay.ov4 { margin-left: -155px; top: 54px; width: 321px; }
.location-list ul li a .image .m-overlay.ov5 { margin-left: -161px; top: -20px; width: 322px; }
.location-list ul li a .image .m-overlay.ov6 { margin-left: -202px; top: 81px; width: 365px; }

















