body { position: relative; background-color: #f3f1ed; color: #000; font: 500 18px/1.67 "Plus Jakarta Sans", sans-serif; counter-reset: section; overflow-x: hidden; }p { margin-top: 1em; margin-bottom: 1em; }a { cursor: pointer; text-decoration: none; color: #2ad295; }a:hover { color: #26e6a1; }p a:not([class^=btn]) { color: #2ad295; text-decoration: underline; }p a:not([class^=btn]):hover { color: #26e6a1; }hr { position: relative; display: table; clear: both; margin: 40px auto; width: 100%; height: 1px; background-color: #26e6a1; }*:focus, a:focus, button:focus, input:focus { outline-width: medium; outline-color: #2ad295 !important; }h1, h2, h3, h4, h5, h6 { margin: 0; position: relative; }#page-title h1, .h1 small { font-size: 14px; font-weight: 600; font-stretch: normal; font-style: normal; line-height: 1; letter-spacing: 2.8px; color: #000; display: block; margin: 10px auto; text-transform: uppercase; }#page-title h1:only-child, h2#append, .h1 { font-size: 55px; font-weight: 600; font-stretch: normal; font-style: normal; line-height: 1.1; letter-spacing: normal; color: #000; text-transform: none; }h2, .h2, .dividerLead, .more-to-explore span { font-size: 46px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1; letter-spacing: normal; color: #1c1f10; position: relative; }h3, .h3 { color: #000; display: block; position: relative; font-size: 26px; font-weight: bold; font-stretch: normal; font-style: normal; line-height: 1.2; letter-spacing: normal; color: #1d2010; }.h4, .toggle h2, .toggle h3 { color: #000; display: block; position: relative; font-size: 20px; font-weight: bold; font-stretch: normal; font-style: normal; line-height: 1; letter-spacing: normal; color: #1d2010; }.more-to-explore span { font-size: 71px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1; letter-spacing: normal; color: #1c1f10; }.fo-title { margin-bottom: 20px; font-size: 15px; font-weight: bold; font-stretch: normal; font-style: normal; line-height: 1.1; letter-spacing: 1.5px; color: #fff; display: block; text-transform: uppercase; }.text-white, .h1 .text-white { color: #fff; }.deco:after { content: ""; display: block; height: 1px; width: 47px; background-color: #2ad295; margin-top: 20px; }h2#append:after, #banner .h2:after { content: ""; background-image: url(assets/images/deco.png); background-repeat: no-repeat; background-position: center; height: 36px; display: block; margin: 5px auto; }.text-center:not(.lg\:text-left) .deco:after { margin: 20px auto 0; }[class^=btn] { position: relative; z-index: 1; display: inline-block; vertical-align: middle; cursor: pointer; text-align: center; transition: 0.3s all; font: 700 17px/1.2 "Plus Jakarta Sans", sans-serif; color: #000; min-width: 285px; margin: 4px; padding: 18px 20px 20px; border-radius: 31.5px; background-color: #2ad295; }[class^=btn]:hover { background-color: #26e6a1; color: #000; }.btn-alt { background-color: #000; color: #fff; }.btn-alt:hover { background-color: #26e6a1; color: #000; }.btn-thr { background-color: transparent; border: 1px solid #2ad295; }.btn-thr:hover { background-color: #26e6a1; border-color: #26e6a1; }.learn { text-decoration: underline; font-size: 17px; font-weight: 700; font-stretch: normal; font-style: normal; line-height: 1; letter-spacing: 3.2px; color: #fff; text-transform: uppercase; }.learn img { display: inline-block; vertical-align: middle; margin-left: 5px; position: relative; right: 0px; transition: 0.3s; }.learn:hover { color: #000; }.learn:hover img { right: -5px; }form [class^=btn] { width: auto; }.insurance-bar { display: none; padding: 2px; text-transform: uppercase; color: #fff; text-align: center; font-size: 14px; background-color: #2ad295; }header { position: fixed; z-index: 100; left: 0; top: 0; width: 100%; background-color: #fff; transition: 0.3s all; }header:focus-within { z-index: 500; }header .logo { position: relative; z-index: 1; }header .pho { color: #000; font: 600 23px/1 "Plus Jakarta Sans", sans-serif; }header .pho .num{ position: relative; padding-left: 25px; display: table; margin: auto;}header .pho .text{display: block; text-align: center; text-transform: uppercase; font-size: 14px;} header .phy { display: block; color: #000; font-size: 14px; text-align: center; display: table; margin: auto; margin-top: 15px; line-height: 1.29; position: relative; }header .pho:hover, header .phy:hover { color: #2ad295; }header .phy i, header .pho i { color: #2ad295; font-size: 15px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }header li a { font-weight: 400; font-family: "Plus Jakarta Sans", sans-serif; }header nav .active { box-shadow: inset 0 -3px 0 0 #2ad295; }.hd-info { display: block; order: -1; }@media (min-width:1026px) { .place-nav { max-width: 1350px; margin: 0 auto; padding: 20px 10px; display: flex; justify-content: space-between; align-items: center; } nav { flex: 0 1 1050px; } nav, nav ul li, nav ul li a { position: relative; } nav > ul { padding: 0; max-width: 1300px; margin: auto; } nav ul { margin: auto; list-style: none; display: flex; justify-content: space-around; } nav ul li a { display: block; color: #fff; } nav ul li a:hover { color: #fff; } nav > ul > li { flex: 1 1 auto; text-align: center; } nav > ul > li:last-of-type:after { display: none; } nav > ul > li > a { padding: 6px; font-size: 17px; font-weight: 500; color: #000; } nav > ul > li > a button { color: #2ad295; } nav > ul > li:hover > a { color: #000000; } nav ul li:hover > ul { display: block; visibility: visible; animation-name: fadeIn; animation-duration: 0.25s; animation-fill-mode: both; } nav ul ul { display: none; min-width: 280px; width: 100%; padding: 0; position: absolute; z-index: 3; left: 0; text-align: left; background-color: #2ad295; box-shadow: 10px 17.3px 25px rgba(0, 0, 0, 0.2); } nav > ul > li:last-child ul { right: 0; left: auto; } nav ul ul li > a { padding: 10px 12px; font-size: 14px; line-height: 1.3; text-transform: none; } nav ul ul li:hover > a { background-color: #000000; color: #fff; } nav ul ul ul { left: 100%; top: 0; background-color: #26e6a1; } nav ul ul ul li button i:before { content: "\e825" !important; } nav ul ul ul ul { top: auto; left: 0px; position: relative; display: block; box-shadow: none; background-color: #16c385; } nav ul ul ul ul li a { padding-left: 2em; padding-left: 2em; } nav ul ul ul ul li a { background-color: #17cc8b; } nav ul ul ul ul li:hover a { background-color: black; } .has-submenu span > a, .has-submenu button { display: inline-block; } .has-submenu.open > ul { display: block; } .has-submenu.open > ul *:focus { background-color: rgba(255, 255, 255, 0.2); } nav li button { display: inline-block; }}.fix-nav header .logo img { max-height: 60px; }.fix-nav .place-nav { padding: 5px; }.fix-nav header { position: fixed !important; box-shadow: 0 3px 7px rgba(24, 23, 24, 0.35); animation-duration: 1s; animation-fill-mode: both; z-index: 100; }.fix-nav #hd-top, .fix-nav .fm, .fix-nav .of { display: none; }@media (min-width:1350px) { .fix-nav header .logo img { max-height: 60px; } .fix-nav .place-nav { padding: 5px; } .fix-nav .hd-info, .fix-nav .hd-btns { margin-bottom: -40px; } .fix-nav nav { max-width: 800px; margin: 0 auto; }}@media (max-width:1025px) { .insurance-bar { display: block; } #hd-top { display: none; } .hd-info { display: none; align-items: center; margin-right: 10px; justify-content: flex-end; text-align: center; } header .pho { font-size: 30px; } header .logo { padding: 8px; } header .logo img { max-height: 60px; } #main-nav, header .hd-btns, header [class^=btn] { display: none; } .nav-down { box-shadow: 0 3px 7px rgba(24, 23, 24, 0.2); } .nav-up { transform: translateY(-100%); } header nav ul { display: none; } body, header, .mean-container .mean-nav { transition: all 0.3s; } body { right: 0; } .attach header { position: fixed !important; box-shadow: 0 3px 7px rgba(24, 23, 24, 0.35); } .attach header .top-nav { display: none !important; } body.mean-active header { left: -80%; } body.mean-active { overflow: hidden; right: 80%; } body.mean-active:before { z-index: 98; content: ""; opacity: 0.7; background-color: #000; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-image: none; height: inherit; } body.mean-active .mean-container .mean-nav { right: 0; } .mean-container { display: flex !important; flex-flow: row nowrap; align-items: center; justify-content: space-between; } .mean-container .mean-bar { background-color: #2AD295; width: 70px; min-height: 70px; display: flex; flex-direction: column; justify-content: center; align-items: center; align-self: stretch; margin-left: 8px; } .mean-container .meanmenu-reveal { display: block; color: #fff; } .mean-container a.meanmenu-reveal.meanclose i:before { transform: rotate(45deg); font-size: 60px; content: "+"; margin: -5px 0 0 8px; } .mean-container .mean-bar .icon-menu { position: relative; display: table; transition: 0.3s all; z-index: 1; margin-bottom: 15px; } .mean-container .meanmenu-reveal .icon-menu:before { font-size: 30px; content: "|||"; font-size: 20px; transform: rotate(90deg) scaleY(1.6); letter-spacing: 3.2px; } .mean-container .mean-bar .icon-menu:after, .mean-container .meanmenu-reveal.meanclose:after { content: "MENU"; font-style: normal; position: absolute; left: 48%; transform: translateX(-50%); bottom: -13px; letter-spacing: 1px; font-size: 0.55em; font-weight: 700; } .mean-container .meanmenu-reveal.meanclose i:before { transform: rotate(45deg); font-size: 60px; content: "+"; margin: -5px 0 0 8px; } .mean-container .meanmenu-reveal.meanclose:after { content: "CLOSE"; bottom: 5px; } .mean-container .mean-nav { position: fixed; right: -80%; margin: 0; top: 0; bottom: 0; width: 80%; overflow: auto; display: flex; flex-flow: column; justify-content: flex-start; background-color: #2AD295; } .mean-container .mean-nav ul { font-size: 16px; padding: 0; margin: 0; width: 100%; list-style-type: none; } .mean-container .mean-nav ul li { position: relative; width: 100%; } .mean-container .mean-nav ul li a { display: block; padding: 1em 5%; padding-right: 58px !important; margin: 0; text-align: left; color: #fff; border-top: 1px solid rgba(255, 255, 255, 0.5); text-decoration: none; text-transform: uppercase; } .mean-container .mean-nav ul li li a { padding: 1em 10%; border-top: 1px solid #f1f1f1; border-top: 1px solid rgba(255, 255, 255, 0.25); opacity: 0.75; text-shadow: none !important; visibility: visible; } .mean-container .mean-nav ul li.mean-first a { border-top: none; margin-top: 0; } .mean-container .mean-nav ul li.mean-last a { border-bottom: none; margin-bottom: 0; } .mean-container .mean-nav ul li li li a { padding: 1em 15%; } .mean-container .mean-nav ul li li li li a { padding: 1em 20%; } .mean-container .mean-nav ul li li li li li a { padding: 1em 25%; } .mean-container .mean-nav ul li a:hover { background: #252525; background: rgba(255, 255, 255, 0.1); } .mean-container .mean-nav ul li a.mean-expand { width: 48px; line-height: 50px; font-size: 20px; padding: 0 !important; text-align: center; position: absolute; right: 0; top: 0; z-index: 2; background: rgba(255, 255, 255, 0.1); border: none !important; border-left: 1px solid rgba(255, 255, 255, 0.4) !important; border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important; } .mean-container .mean-nav ul li a.mean-expand:before { content: "\e825"; font-family: "fontello"; font-weight: 400; margin: 0; font-style: normal; } .mean-container .mean-nav ul li .mean-expand.mean-clicked:before { content: "\e83a"; } .mean-remove { display: none !important; } .mean-nav .social { min-height: 66px; background-color: rgba(0, 0, 9, 0.1); margin: 0; padding: 10px 5px; justify-content: center; } .mean-nav .fo-title { color: #fff; text-align: center; } .mean-nav .hours { display: block; text-align: center; color: #fff; padding: 10px; margin: 10px auto auto; } .mean-nav .hours p { display: table; text-align: left; font-size: 15px; margin: 10px auto 0; color: #fff; }}.play { cursor: pointer; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; color: #000; font: 700 15px/1 "Plus Jakarta Sans", sans-serif, sans-serif; text-transform: uppercase; letter-spacing: 1.5px; text-align: center; transition: 0.3s all; }.play i { width: 85px; height: 85px; border-radius: 50%; background-color: #fff; display: block; color: #000; display: inline-flex; align-items: center; justify-content: center; font-size: 30px; margin: 10px; transition: 0.3s all; }.play i:before { margin: auto; padding-left: 5px; }.play:hover { color: #26e6a1; }.play:hover i { background-color: #26e6a1; color: #fff; }[data-embed] .close, [data-vimeo] .close { cursor: pointer; line-height: 1; background-color: #2ad295; color: #fff; padding: 8px; text-transform: uppercase; z-index: 5; }[data-embed] .close i, [data-vimeo] .close i { font-style: normal; font-size: 1.5em; line-height: 1; vertical-align: middle; display: inline-block; margin-bottom: 5px; }[data-embed] .close:focus, [data-vimeo] .close:focus { background-color: #22a877; }[data-embed] .close:hover, [data-vimeo] .close:hover { background-color: #1b1b1b; color: #fff; }[data-embed] .close { position: absolute; top: 0; right: 0; }[data-embed] .close i:before { transform: rotate(45deg); }body.page_index { background-color: #fff; }#banner { position: relative; padding: 40px 20px 0; }#banner article { text-align: center; max-width: 1186px; margin: 0 auto 40px; }#callouts { padding: 60px 20px 80px; background-color: #1d2010; }#callouts .top { margin-bottom: 60px; }#callouts h3 { font-size: 22px; font-weight: 600; margin-bottom: 35px; }#callouts .content { display: flex; align-items: end; }#callouts .title { flex: 0 0 auto; }#callouts .img { position: relative; display: block; }#callouts .img:after { content: url(assets/images/index-callout-arrow.png); position: absolute; right: -9px; bottom: 50%; transform: translateY(50%); opacity: 0; transition: 0.3s; }#callouts .text { display: none; line-height: 1.4; font-size: 17px; flex: 0 1 385px; margin-left: 25px; }#callouts .text .btn { margin-left: 0; padding: 16px 20px; }#callouts .slick-callouts { max-width: 1200px; margin: 0 auto; }#callouts .slick-slide { margin: 0 30px; }#callouts .slick-slide.slick-current .text { display: block; }#callouts .slick-slide.slick-current .img:after { opacity: 1; }#callouts .slick-slide:not(.slick-current):hover h3 { color: #2ad295; }@media (min-width:1181px) { #callouts .slick-slide.slick-current { max-width: 570px; }}@media (max-width:1180px) { #callouts .content { display: block; text-align: center; } #callouts .text { margin: 35px auto 0; } #callouts .text .btn { display: block; margin: 10px auto 0; max-width: 280px; } #callouts .img:after { transform: rotate(90deg) translateX(50%); right: 50%; bottom: -19px; } #callouts .slick-slide { max-width: 500px !important; margin: 0 10px; }}@media (max-width:768px) { #callouts .slick-list { height: 100% !important; } #callouts .slick-track { width: 100% !important; } #callouts .slick-slide { float: none !important; margin: 50px auto 20px; }}.split { padding: 0 20px; }.split > div { max-width: 1200px; margin: 0 auto; }.split article { flex: 0 1 480px; padding: 10px; }.split figure { flex: 0 1 auto; }.split [class^=btn] { margin-left: 0; }.split .caption { padding: 10px; text-align: center; }.split .caption a { color: #fff; padding: 0 5px; }.split .caption a:hover { color: #2ad295; }.split.playing .flex-ed { display: block; }#meet { padding-top: 20px; }#meet article { flex: 0 1 470px; }#index-tour, #apnea { margin: 100px auto; padding: 0; background-color: #F3F1ED; border-radius: 26px; overflow: hidden; max-width: 1200px; }#index-tour article, #apnea article { padding: 10px; margin: 0 auto; flex: 0 1 520px; }#index-tour p, #apnea p { max-width: 480px; }#apnea { background-color: #1b2143; overflow: visible; }#apnea figure { margin-top: -30px; margin-left: -40px; }#apnea article { flex: 0 1 610px; }#apnea p { max-width: 100%; }#services { margin: 100px auto; }#services figure div { display: flex; align-items: center; margin-top: 10px; justify-content: center; }#services figure div span { margin: 0 10px; text-transform: uppercase; font-size: 16px; font-weight: 600; font-stretch: normal; font-style: normal; line-height: 1; letter-spacing: 1.6px; text-align: center; color: #1c1f10; }#services figure div:before, #services figure div:after { content: ""; height: 1px; flex: 1 1 auto; background-color: #707070; }#financing article { flex: 0 1 580px; }#reviews { position: relative; margin: 0px auto; padding: 100px 10px; background-color: #f3f1ed; text-align: center; }#reviews .re-top { display: flex; max-width: 1200px; margin: 0 auto 50px; justify-content: space-between; align-items: center; }#reviews .slick-reviews { margin: 30px auto; max-width: 1200px; }#reviews .slick-reviews .slick-list { padding-bottom: 10px; }#reviews .slick-reviews .slick-slide { padding: 40px; padding-left: 65px; padding-bottom: 20px; text-align: left; border-radius: 26px; border: solid 1px #707070; background-color: #fff; margin: 0 20px; }#reviews .slick-reviews p { position: relative; margin-top: 0; }#reviews .slick-reviews p:before { content: url(assets/images/quote.png); position: absolute; top: 10px; left: -30px; }#reviews .slick-track { align-items: center; display: flex; }#reviews .author { text-transform: uppercase; letter-spacing: 2.4px; font-weight: 700; display: flex; font-size: 12px; text-align: left; margin: 10px 0; align-items: center; justify-content: start; }#reviews .author i, #reviews .author img { margin-right: 20px; display: block; }#reviews .author star { font-size: 12px; }#reviews star { display: block; letter-spacing: 4px; }#reviews star:before { color: #2ad295; }#reviews .slick-controls { margin: 0; }#kor{ padding:40px 20px; background-color: #f3f1ed;}#kor article{flex: 0 1 850px;}.coupon { position: relative; display: table; margin: 20px auto; }#find { margin: 100px auto; }#find ul li { margin-left: 0; }#find article { flex: 0 1 570px; }#find #map { flex: 0 1 557px; }#find #map iframe { border-radius: 26px; height: 355px; width: 100%; }#quest { padding: 10px 20px; flex: 0 1 525px; }#quest form { margin: 10px 0; max-width: 405px; margin: 0 auto; }#quest .input { display: flex !important; width: 100%; }#quest select, #quest option, #quest input:not([class^=btn]), #quest textarea { flex: 1; height: 50px; width: 100%; background: transparent; padding: 10px; font-size: 16px; border: none; margin: 0px; color: #fff; margin-top: 8px; background-color: transparent; border: 1px solid #fff; }#quest .block * + * { margin-left: 15px !important; }#quest textarea { padding-top: 15px; min-height: 110px; }#quest .next { color: #fff; background-color: #26e6a1; min-width: 100px; position: relative; left: auto; right: auto; top: auto; margin: 0; font-size: 16px; font-family: "Plus Jakarta Sans", sans-serif; border: none; display: flex; justify-content: center; align-items: center; transform: none; text-transform: uppercase; border-radius: 0; padding: 0; height: auto; }#quest .next:after { display: none; }#quest .next:hover { background-color: #2ad295; border-color: #2ad295; }#quest::placeholder { color: #2b2d2f; }#quest::-webkit-input-placeholder { color: #2b2d2f; }@media (max-width:768px) { #quest .block * + * { margin-left: auto !important; }}#assoc { background-color: #D9D7D2; padding: 20px; }#assoc .flex-row { max-width: 1400px; margin: auto; }#assoc span { padding: 8px; }.simple { line-height: 1; font-size: 0; margin: 0 auto; text-align: center; }.simple select, .simple option, .simple input:not([class^=btn]), .simple textarea { -webkit-box-sizing: border-box !important; box-sizing: border-box !important; border: 0; border-radius: 0; line-height: 1; font-size: 18px; width: 100%; max-width: 100%; padding: 0 11px; margin-bottom: 10px; height: 45px; color: #2ad295; background-color: #eee; }.simple select, .simple option { display: block; color: #000; }.simple textarea { height: 130px; padding: 14px 11px; }.simple input:focus, .simple textarea:focus { outline: 0; background-color: #e7f0f6; color: #2ad295; }::placeholder { color: #000; }::-webkit-input-placeholder { color: #000; }.social { font-size: 0; text-align: center; margin: 10px auto; display: flex; justify-content: space-around; }.social a { position: relative; display: inline-block; margin: 5px; font-size: 26px; color: #fff; width: 60px; height: 60px; border: 1px solid #2ad295; border-radius: 50%; line-height: 58px; }.social .fb:hover { background-color: #4d70a8; }.social .gp:hover { background-color: #dc4e41; }.social .yp:hover { background-color: #b62717; }.social .yt:hover { background-color: #d00; }.social .in:hover { background-color: #c13584; }.social .tw:hover { background-color: #00aced; }.social a:hover { color: #fff; border-color: transparent; }footer { color: #fff; max-width: 1326px; margin: 30px auto; border-radius: 26px; overflow: hidden; background-image: url(assets/images/footer-bg.png); background-size: cover; padding: 40px 20px; position: relative; }footer:after { content: url(assets/images/footer-deco.png); position: absolute; right: -50px; bottom: -30px; }footer .fo-container { max-width: 900px; margin-left: 70px; }footer a { color: #fff; }footer a:hover { color: #26e6a1; }footer .logo { display: block; }footer .pho { font: 600 23px/1.2 "Plus Jakarta Sans", sans-serif; margin: 10px auto; display: block; }footer .phy { font: 500 16px/1.6 "Plus Jakarta Sans", sans-serif; margin: 20px auto; display: block; }footer .hours p { color: #fff; }footer .social { display: table; margin-top: 30px; }footer .social a:first-of-type { margin-left: 0; }#fo-contents { display: flex; justify-content: space-around; align-items: start; position: relative; max-width: 700px; padding: 40px 0 0; }.fo-info { flex: 0 1 auto; }.fo-logo { display: flex; align-items: center; justify-content: start; }#copy { font: 400 15px/1.5 "Plus Jakarta Sans", sans-serif; color: #fff; max-width: 840px; text-align: center; margin-top: 80px; }#copy a { color: #fff; }#copy a:nth-of-type(1), #copy a:nth-of-type(2) { color: #26e6a1; text-decoration: underline; }#copy a:hover { color: #2ad295; }#copy img { display: inline-block; vertical-align: middle; margin: 0 0 5px 5px; }.slick-controls { display: flex; align-items: center; justify-content: space-around; max-width: 1000px; margin: 10px auto; }.slick-arrow { color: #2ad295; font-family: fontello; font-size: 40px; width: 50px; height: 50px; flex: 0 0 50px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 50%; background-color: #fff; border: 1px solid #707070; z-index: 5; transition: 0.3s all; }.slick-arrow i { margin-left: -4px; }.slick-arrow:hover { background-color: #2ad295; border-color: #2ad295; }.slick-arrow:hover svg path, .slick-arrow:hover svg line { stroke: #707070; }#next svg { transform: rotate(180deg); }#next { left: auto; right: 0; order: 2; }#next i { margin-left: 4px; }.slick-arrows { display: flex; justify-content: center; }.slick-arrows .slick-arrow { margin: 0 5px; }.slick-dots { line-height: 1; }.slick-dots li { line-height: 1; }.slick-dots li button { padding: 0; }.slick-dots span { cursor: pointer; background-color: #1c1f10; height: 12px; width: 12px; border-radius: 50%; display: inline-block; margin: 0 5px; opacity: 0.18; }.slick-dots .slick-active span { opacity: 1; background-color: #2ad295; }.pagingInfo { font-size: 30px; text-align: center; }.gallery { max-width: 1050px; margin: 40px auto; padding: 0 60px; position: relative; }.gallery .slick-arrow { top: 50%; }.slick-gallery { position: relative; margin: 20px auto; text-align: center; }.slick-gallery article .flex-ed { justify-content: space-around; }.slick-gallery article .flex-ed span { margin: 10px; position: relative; }.slick-gallery article .flex-ed span img { width: 100%; }.slick-gallery article .flex-ed span:after { content: "Before"; margin: auto; margin-top: 15px; display: block; font-size: 15px; font-weight: bold; font-stretch: normal; font-style: normal; line-height: 0.87; letter-spacing: 3px; text-align: center; color: #1d2010; text-transform: uppercase; }.slick-gallery article .flex-ed span:last-of-type:after { content: "After"; }.slick-gallery article div p { display: block; }.slick-gallery figcaption { margin: 5px auto; }#tour img { border-radius: 33px; }.tour-top .slick-arrows { position: absolute; right: 0; bottom: 50%; transform: translateY(50%); }.video-grid > div { flex: 0 1 480px; margin: 10px; }.video-grid h3 { margin-top: 10px; display: block; line-height: 1.1; }.video-grid > div { margin: 10px; }.team-grid{text-align: center; margin: 40px auto;}.team-grid >div{margin: 10px;}.team-grid h2{margin-top: 15px;}.bio-grid{ text-align: left; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-around; align-items: start;}.bio-grid p{font-size: 14px; flex: 0 1 250px;}.bio-grid img{margin: 0; margin-right: 10px;}.bio-grid > div{margin: 10px; flex: 0 1 500px; display: flex; align-items: start;}.why { padding: 30px 10px 10px; position: relative; counter-reset: why-section; }.why:before{content: ''; position: absolute; left: -1000px; right: -1000px; top: 0; bottom: 0; background-color: rgba(0, 0, 0, .1); }.why h2 { text-align: center; font-size: 30px; }.why ul { display: flex; justify-content: space-around; align-items: center; text-align: center; align-items: flex-start; }.why ul li { max-width: 280px; flex: 1 1 33%; padding: 0; margin: 10px; width: 100%; overflow: visible; }.why ul li span { max-width: 95%; margin: 0 auto; }.why ul li:before { content: url(assets/images/check.png); display: block; position: static; margin: 0 auto 5px; }.section-toggle { display: none; margin-top: 20px; position: relative; z-index: 5; }.page-divider { display: block; max-width: 100%; width: 100%; position: relative; z-index: 1; }.divider-block { position: relative; display: table; clear: both; width: 100%; max-width: 100%; padding: 100px 10px; }.divider-block:before { content: ""; position: absolute; left: -1000px; right: -1000px; top: 0; bottom: 0; z-index: -1; }.divider-block .contain { display: flex; justify-content: space-around; align-items: flex-start; }.divider-block h2 { margin-bottom: 20px; }.divider-block h2:after { content: ""; display: block; height: 1px; width: 47px; background-color: #2ad295; margin-top: 20px; }.divider-block .wrap { height: 0; }.divider-block article { margin: auto 0; flex: 0 1 550px; }.divider-block article p:first-of-type { margin-top: 0; }.divider-block ul li { margin-left: 0; }.divider-block .btn { margin-left: 0; }.divider-block .elem { flex: 0 0 auto; position: relative; z-index: 3; }.divider-block .elem img, .divider-block .elem-sm img { border-radius: 26px; }.divider-block .elem-right { order: 1; }.divider-block:nth-of-type(even):before { background-color: #fff; }.mini-block { display: table; clear: both; max-width: 1140px; width: 100%; margin: 30px auto; }.divider-block.no_img h2:after { margin: 20px auto 0; }.divider-block.no_img article { max-width: 1130px; margin: auto; text-align: center; }.meet-dr .page-divider .divider-block:nth-of-type(2):before { background-color: #1D2010; }.meet-dr .page-divider .divider-block:nth-of-type(2) h2, .meet-dr .page-divider .divider-block:nth-of-type(2) p { color: #fff; }.kor-gallery{position: relative;}.kor-gallery+ .page-divider .divider-block:before{ content: ""; position: absolute; left: -1000px; right: -1000px; top: 0; bottom: 0; z-index: -1; background-color: #fff; ;}.more-to-explore { position: relative; text-align: center; margin: 0 auto; padding: 40px 10px 60px; }.more-to-explore > span:after { content: url(assets/images/more-deco.png); display: block; margin: 0 auto; }.more-to-explore p { padding: 10px; margin: auto; max-width: 1250px; display: flex; align-items: center; flex-wrap: wrap; justify-content: center; }.more-to-explore [class^=btn] { min-width: 350px; margin: 5px; }/** Remove the class="off" from the leanModal link in the html to activate the link/connect to its pop-up *****/.off { pointer-events: none; }.service-icons { display: flex; justify-content: center; text-align: center; flex-wrap: wrap; margin: 20px auto; max-width: 1400px; }.service-icons .mini-block { margin: 0; }.service-icons .modal .icon { height: 80px; display: flex; flex-direction: column; justify-content: center; align-items: center; }.service-icons .modal .icon .ic-color { fill: #26e6a1; }.service-icons .modal .has-h3 { clear: both; display: table; width: 100%; margin: 20px auto; text-align: left; }.service-icons .modal .has-h3 h3 { margin: 0 auto 10px; text-align: left; }.service-icons h3 { margin: 5px auto; font-size: 22px; line-height: 1.1; }.service-icons > * { padding: 5px; flex: 0 1 180px; margin: 10px auto; display: block; }.service-icons a { color: #000; text-decoration: none; }.service-icons a:hover .icon .ic-color { fill: #2ad295; }.service-icons a:hover h3 { color: #2ad295; }@media (max-width:750px) { .has-h3, .has-h3 h3 { text-align: center; }}body.page_our-services { background-color: #D9D7D2; }.services-grid { position: relative; margin: 40px auto; display: flex; align-items: stretch; flex-wrap: wrap; justify-content: center; }.services-grid > div { flex: 0 1 352px; border-radius: 26px; padding: 30px 20px; background-color: #fff; margin: 10px; }.services-grid > div:nth-of-type(even) { background-color: #f3f1ed; }.services-grid h3 { display: block; text-align: center; line-height: 1.1; font-weight: 600; font-size: 22px; }.services-grid h3 a { color: #1c1f10; }.services-grid h3 span { display: block; font-size: 18px; }.services-grid figure { transition: 0.4s all; height: 100px; width: 100px; display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; }.services-grid ul { margin: 20px auto; }.services-grid ul li { overflow: visible; line-height: 1.2; margin: 10px auto; }.services-grid ul li a { color: #000; }.services-grid h3:hover a { color: #2ad295; }.services-grid ul li:hover a { color: #26e6a1; }#all { background-color: #1d2010; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; flex: 0 1 59%; max-width: 100%; min-height: 250px; transition: 0.4s all; }#all .h2 { padding: 10px; }#all .h2, #all .btn { color: #fff; }#all:hover { background-color: #2ad295; }#all:hover .btn { background-color: #26e6a1; color: #fff; }#page { position: relative; display: block; width: 100%; margin: auto; padding: 0px 20px; max-width: 1280px; clear: both; }#page.has_divider { padding-bottom: 0; }.page_index .internal { display: none; }.center { text-align: center; }main { overflow: hidden; }main ol { text-align: left; }main ul { list-style: none; padding: 0; margin: 10px 0; text-align: left; overflow: hidden; }main ul li { position: relative; display: block; margin: 0 0 10px 26px; padding-left: 55px; line-height: 1.6; overflow: hidden; }main ul li:before { content: url(assets/images/check.png); color: #2ad295; position: absolute; left: 0; top: 2px; font-size: 0.9em; }@media (min-width:800px) { ul.two { -webkit-column-count: 2; column-count: 2; }}@media (max-width:750px) { main ul li { margin-left: 10px; } .elem-left, .elem-right, .divider-block .elem-left, .divider-block .elem-right { display: table; float: none; margin: 20px auto; max-width: 100%; }}#interior-banner { display: flex; flex-direction: column; justify-content: center; position: relative; text-align: center; background-color: #fff; padding-top: 20px; }#interior-banner .contain { max-width: 1200px; margin: auto; width: 100%; flex: 0 1 50%; padding: 50px 20px; }#interior-banner .flex-title { max-width: 1500px; margin: auto; }#interior-banner .flex-title .contain { position: relative; z-index: 5; max-width: 45%; margin: auto; }#page-title { position: relative; margin: auto; }.flex-title { height: 100%; }.flex-title #page-title { margin: auto; }#intro { margin: 0 auto; }#intro ul{display: table; margin: 10px auto;}#static-banner { display: none; }#main-img{align-self: end;}.landing { display: flex; align-items: flex-start; justify-content: space-around; flex-wrap: wrap; }.landing a { flex: 0 1 30%; margin: 10px auto 20px; text-align: center; }.landing a h3 { padding: 10px; background-color: #2ad295; color: #fff; font: 400 15px/1 "Plus Jakarta Sans", sans-serif; text-transform: none; transition: 0.3s all; }.landing a:hover h3 { background-color: #26e6a1; color: #fff; }#refer { background: #26e6a1; margin: 40px auto; max-width: 700px; padding: 40px 20px 30px; }#refer .simple { max-width: 650px; margin: auto; }.faq-container { padding: 100px 0; position: relative; }.faq-container > h2, .faq-container > p { text-align: center; }.faq-container.alt:before { content: ""; position: absolute; left: -1000px; right: -1000px; top: 0; bottom: 0; z-index: -1; background-color: #fff; }.accordion { margin: 20px auto; text-align: left; max-width: 980px; }.accordion > article { border-radius: 26px; border: solid 1px #707070; background-color: #fff; margin: 10px auto; }.accordion > article.active { background-color: #2ad295; }.accordion .toggle { position: relative; cursor: pointer; clear: both; padding: 20px 80px 20px 20px; margin: 0px auto 0; width: 100%; display: block; text-align: left; }.accordion .toggle:hover h2, .accordion .toggle:hover h3 { color: #000000; }.accordion .toggle.active h2, .accordion .toggle.active h3 { color: #000000; }.accordion .toggle.active:after { content: url(assets/images/faq-minus.png); }.accordion .toggle:after { content: url(assets/images/faq-plus.png); position: absolute; height: 36px; right: 10px; bottom: 50%; transform: translateY(50%); }.accordion article > div { display: none; margin-top: -10px; padding: 20px 20px 20px 20px; }.hours { display: table; margin: 10px auto; text-align: left !important; }.hours label { width: 120px; display: inline-block; font-weight: 700; }.contact { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; max-width: 1150px; margin: 30px auto; padding: 10px; }.contact h3 { margin: 10px auto; font-size: 20px; }.contact h2 { font-size: 25px; }.contact p { margin: 15px 0 10px; line-height: 1.4; }.contact > div:first-child { flex: 1 0 auto; margin-right: 20px; }.contact > div:last-child { margin-right: 10px; }.contact-map { margin: 20px auto 40px; }.contact-map iframe { width: 100%; }#appt-form { display: none; padding: 40px 10px; text-align: left; max-width: 800px; margin: 10px auto; }#appt-form h2, #appt-form h3 { text-align: center; margin: 20px auto 50px; }#appt-form .flex-row-input { display: flex; justify-content: space-around; align-items: flex-start; }#appt-form .flex-row-input article { flex: 1; margin: 10px; }#appt-form .options { color: #000; margin: 0 10px 0; }#appt-form .options label { display: block; font-size: 18px; position: relative; margin-bottom: 10px; text-align: left; }#appt-form .flex-checks { display: flex; flex-wrap: wrap; }#appt-form .flex-checks span { flex: 0 1 30%; margin: 10px 5px 10px 0; display: flex; align-items: center; font-size: 16px; }#appt-form .flex-checks span [type=checkbox], #appt-form .flex-checks span [type=radio] { margin-right: 8px; }#appt-form button.btn { display: table; margin: 20px auto !important; }#appt-form::-webkit-input-placeholder { color: #333; }#appt-form:-moz-placeholder { color: #333; }#appt-form::-moz-placeholder { color: #333; }#appt-form:-ms-input-placeholder { color: #333; }#appt-form .input-content, #appt-form .styled-form .inline label, #appt-form .styled-form .inline, #appt-form .input--filled .input__label .input__label-content strong, #appt-form .input--filled .input__label .input__label-content a { color: #000; }#appt-form .input-content { position: relative; z-index: 1; border-bottom: 1px solid #2ad295; display: block; width: 100%; min-height: 65px; background: none; }#appt-form .input-content.txt { height: 150px; }#appt-form .input-content textarea { padding: 5px; display: block; width: 100%; height: 130px; display: table; font-family: "Plus Jakarta Sans", sans-serif; }#appt-form .input__field { position: absolute; z-index: 2; display: block; border: none; border-radius: 0; padding: 0 10px; margin-top: 20px; height: 40px; width: 100%; background: transparent; color: #000; }#appt-form .input__label { display: inline-block; padding: 0; width: 100%; height: 100%; position: absolute; background: transparent; text-align: left; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }#appt-form .input__label::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0 solid transparent; -webkit-transition: border-width 0.3s, border-color 0.3s; transition: border-width 0.3s, border-color 0.3s; }#appt-form .input__label-content { position: relative; display: block; width: 100%; padding: 40px 10px 10px; text-rendering: geometricPrecision; transform-origin: 0% 50%; transition: color 0.3s, -webkit-transform 0.3s; transition: transform 0.3s, color 0.3s; transition: transform 0.3s, color 0.3s; color: #000; }#appt-form .input__field:focus + .input__label .input__label-content, #appt-form .input--filled .input__label .input__label-content { color: #000; -webkit-transform: translate3d(0, -0.8em, 0); transform: translate3d(0, -0.8em, 0); padding: 15px 5px 5px; font-size: 0.75em; }#appt-form input:-webkit-autofill, #appt-form textarea:-webkit-autofill, #appt-form select:-webkit-autofill { background-color: transparent !important; }.options [type=checkbox], .options [type=radio] { -webkit-appearance: none; position: relative; border-radius: 3px; vertical-align: middle; height: 25px; width: 25px; border: 1px solid #000; }.options [type=radio] { border-radius: 50%; }.options [type=checkbox]:active, .options [type=checkbox]:checked:active, .options [type=checkbox]:checked, .options [type=radio]:active, .options [type=radio]:checked:active, .options [type=radio]:checked { background-color: #fff; border: 1px solid #2ad295; }.options [type=checkbox]:checked:after, .options [type=radio]:checked:after { font-family: fontello; content: "\e832"; font-size: 13px; position: absolute; top: 4px; left: 4px; color: #2ad295; }.options [type=radio]:checked:after { content: ""; width: 14px; height: 14px; background-color: #2ad295; border-radius: 50%; }.dwn { position: relative; }.dwn:after { position: absolute; content: "\e935"; font-family: fontello; font-size: 1.2em; line-height: 1.5; color: #2ad295; bottom: 5px; right: 10px; z-index: 8; pointer-events: none; }#other-int { display: none; margin: 10px auto; }#int-list.oth #other-int { display: block; }.group { position: relative; margin-bottom: 20px; }.group input, .group select, .group textarea { font-size: 18px; padding: 10px 10px 10px 5px; display: block; width: 100%; border: none; border-bottom: 1px solid #2ad295; background: none; color: #000; height: 45px; -webkit-appearance: none; position: relative; }.group select:after { position: absolute; right: 5px; top: 5px; content: "\e825"; font-family: fontello; z-index: 5; color: #fff; }.group textarea { height: 160px; }.group input:focus, .group textarea:focus, .group select:focus { outline: none; background-color: rgba(0, 0, 0, 0.03); }.bar { position: relative; display: block; max-width: 100%; position: absolute; bottom: -1px; left: 0; right: 0; }.bar:before, .bar:after { content: ""; height: 2px; width: 0; bottom: 1px; position: absolute; background: #2ad295; transition: 0.2s ease all; -moz-transition: 0.2s ease all; -webkit-transition: 0.2s ease all; }.bar:before { left: 50%; }.bar:after { right: 50%; }input:focus ~ .bar:before, input:focus ~ .bar:after, textarea:focus ~ .bar:before, textarea:focus ~ .bar:after, select:focus ~ .bar:before, select:focus ~ .bar:after { width: 50%; }.highlight { position: absolute; height: 60%; width: 100px; top: 25%; left: 0; pointer-events: none; opacity: 0.5; }input:focus ~ .highlight, textarea:focus ~ .highlight, select:focus ~ .highlight { -webkit-animation: inputHighlighter 0.3s ease; -moz-animation: inputHighlighter 0.3s ease; animation: inputHighlighter 0.3s ease; }@-webkit-keyframes inputHighlighter { from { background: #2ad295; } to { width: 0; background: transparent; }}@-moz-keyframes inputHighlighter { from { background: #2ad295; } to { width: 0; background: transparent; }}@keyframes inputHighlighter { from { background: #2ad295; } to { width: 0; background: transparent; }}#insure-help { text-align: center; margin: 60px auto; }#no-insure .h2, #no-insure h3 { text-align: center; }@media (max-width:750px) { #appt-form .flex-row-input { display: block; } #appt-form .options { margin: 10px auto 20px; }}@media (max-width:480px) { #appt-form .flex-row-input article { margin: 10px auto; } #appt-form .flex-checks span { flex: 0 1 48%; }}@media (max-width:400px) { .group input, .group select, .group textarea { font-size: 16px; }}.block #insure-form { margin: 10px auto; }#insure-form { position: relative; max-width: 800px; margin: 50px auto; background-color: #2ad295; padding: 60px 40px; text-align: center; }#insure-form .h2 { line-height: 1.2; margin: 10px auto 30px; }#insure-form .h1 small, #insure-form .h2, #insure-form p, #insure-form .group label { color: #fff; }#insure-form input, #insure-form select { display: table; width: 100%; margin: 10px auto; height: 50px; padding: 5px; border: none; border-bottom: 1px solid #fff; background-color: transparent; color: #fff; }#insure-form::-webkit-input-placeholder { color: #fff; }#insure-form:-ms-input-placeholder { color: #fff; }#insure-form::placeholder { color: #fff; }#insure-form .select2-container { width: 100% !important; max-width: 620px; }#insure-form .select2-container--default .select2-selection--single { background-color: transparent; color: #fff; border-radius: 0; border: none; border-bottom: 1px solid #fff; outline: none; }#insure-form .select2-container--default .select2-selection--single .select2-selection__rendered { color: #fff; text-align: left; }#insure-form .select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #fff transparent transparent transparent; }#insure-form .select2-container .select2-selection--single { height: 36px; }#insure-form button#submit { border: 1px solid #fff; padding: 20px; border-radius: 30px; text-transform: uppercase; min-width: 250px; margin: 20px auto; background-color: transparent; color: #fff; }#insure-form button#submit:hover { background-color: #26e6a1; }#in, #out { display: none; }.insure-modal { background-color: #2ad295; }.insure-modal p { margin: 20px auto; max-width: 600px; }.insure-modal .btn { margin: 20px auto 10px; }.open-in { position: absolute; top: 0; left: 50%; width: 98%; transform: translateX(-50%); display: flex !important; flex-direction: column; justify-content: center; align-items: center; height: 100%; transition: 3s all; }.close-ins { background-color: transparent; border: 2px solid #fff; border-radius: 50%; color: #fff; font-size: 30px; position: absolute; top: 0; right: 0; z-index: 3; flex: 0 0 40px; width: 40px; height: 40px; background-color: #26bd86; top: -20px; right: -20px; display: flex; justify-content: center; align-items: center; cursor: pointer; }.close-ins span { transform: rotate(45deg); padding: 0 0 4px 2px; }.close-ins:before { content: "Try another insurance"; font-size: 12px; position: absolute; left: -130px; color: #000; top: 0; opacity: 0.35; }.close-ins:hover { background-color: #26e6a1; }.close-ins:hover:before { opacity: 1; }.yep { width: 80px; height: 80px; border: 2px solid #fff; border-radius: 50%; color: #fff; font-size: 42px; display: flex; justify-content: center; align-items: center; margin: 10px auto; }.yep i { margin-top: 5px; }#fixed-tabs { position: fixed; right: 0; text-align: center; line-height: 1; font-size: 0; z-index: 200; padding: 0; }#fixed-tabs li { flex: 1; }#fixed-tabs a { display: block; font-size: 14px; font-weight: 700; color: #fff; position: relative; overflow: hidden; }#fixed-tabs i { font-size: 16px; }#fixed-tabs #fixed-tabs i, #fixed-tabs #fixed-tabs i:before { display: block; margin: 0 auto !important; }#fixed-tabs .ra { background-color: #2ad295; }#fixed-tabs .call { background-color: #1C1F10; }#fixed-tabs .map, #fixed-tabs .fr { background-color: #8A8ACE; }#fixed-tabs .fb { background-color: #4d70a8; }#fixed-tabs .gg { background-color: #dc4e41; }@media (min-width:1025px) { #fixed-tabs { display: none; }}@media (max-width:1024px) { #fixed-tabs { bottom: 0; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; } #fixed-tabs a { padding: 12px 0; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } #fixed-tabs a span { display: inline-block; vertical-align: middle; } #fixed-tabs .call, #fixed-tabs .map { display: none; }}@media (max-width:1000px) { #fixed-tabs .fr, #fixed-tabs .gg, #fixed-tabs .fb { display: none; } #fixed-tabs .call, #fixed-tabs .map { display: block; }}@media (max-width:730px) { #fixed-tabs .ra strong { display: none; } #fixed-tabs .ra { -webkit-box-flex: 2; -ms-flex: 2; flex: 2; }}@media (max-width:1024px) { .text-center.lg\:text-left .deco:after, .divider-block h2:after { margin: 20px auto 0; } .split figure { display: block; margin: auto; } .split article { margin: 20px auto; } #reviews .slick-arrow, .gallery .slick-arrow { position: relative; left: auto; right: auto; top: auto; transform: none; } #index-tour, #apnea { border-radius: 0; padding: 0; } #index-tour p, #apnea p { max-width: 100%; } #index-tour article, #apnea article { padding: 20px; } #index-tour figure, #apnea figure { margin: 0 auto; } #reviews .slick-controls { flex-wrap: wrap; margin: 10px auto; } #reviews .re-top { display: block; text-align: center; } #reviews .re-top star { display: none; } #find ul { display: table; margin: 20px auto; } footer { border-bottom-right-radius: 0; border-bottom-left-radius: 0; margin: 0 auto; } footer:after { content: none; } footer .fo-container { margin: 0 auto; } footer .fo-logo, footer #fo-contents { display: block; margin: 0 auto; } footer .hours { margin-top: 30px; } #copy { max-width: 100%; } #fo-contents { flex-wrap: wrap; text-align: center; } footer .hours { margin: 20px auto; } .fo-title { text-align: center; } #interior-banner .flex-title .contain { max-width: 100%; } .flex-title { display: block; text-align: center; } .flex-title #page-title { text-align: center; } #main-img { min-height: auto; } #main-img img { display: block; width: 100%; } #intro { margin: 20px auto; } .divider-block { text-align: center; padding: 40px 10px; } .divider-block .contain { display: block; } .divider-block .btn { margin: 10px auto; } .divider-block h2, .divider-block h3 { margin-bottom: 20px; text-align: center; } .divider-block [class^=elem] { float: none; margin: 10px auto 20px; max-width: 100%; } .divider-block ul { display: table; margin: 20px auto; } .services > div, #all { flex: 0 1 48%; } .services-grid ul li { text-align: center; } [data-player][class^=elem] { max-width: 650px; } .contact { text-align: center; display: block; } .contact > div:first-child, .contact p { margin: 10px auto; }}@media (max-width:768px) { #hd-info { flex: 0 1 auto; } header .phy { display: none; } header .pho { font-size: 18px; } #reviews .contain { padding: 0 10px; } #find { display: block; } #map { display: none; } #assoc .flex-row { flex-wrap: wrap; } #assoc .flex-row span { flex: 0 1 45%; } #page-title h1:only-child, h2#append, .h1, h2, .h2, .h2.big, .dividerLead { font-size: 35px; } .why ul { flex-wrap: wrap; } .why ul li { flex: 1 1 100%; } .contact { text-align: center; display: block; } .contact > div:first-child, .contact p { margin: 10px auto; }}@media (max-width:640px) { #map { display: none; } .gallery { padding: 0; } .services > div, #all { flex: 1 1 100%; } .youtube[class*=elem-] { width: 100%; } [data-player][class^=elem] { min-width: 100%; } .landing { display: block; }}@media (max-width:480px) { .hd-info { display: none; } header .hours label { width: 100px; } #fixed-tabs strong { display: none; } }@media (max-width:400px) { [class^=btn], .more-to-explore [class^=btn] { min-width: auto; width: 100%; margin: 8px auto; } [data-embed] .close { display: block; position: unset; text-align: center; padding: 4px; }}
