body { opacity: 1; transition: .3s opacity; }body.fade { opacity: 0; transition: none; }body { position: relative; color: #1a1a1a; font: 400 17px/1.2 Karla,sans-serif; counter-reset: section; overflow-x: hidden; }p { color: #1a1a1a; font: 400 17px/1.666 Karla,sans-serif; letter-spacing: -.2px; }a { cursor: pointer; text-decoration: none; color: #a5a5a5; }a:hover { color: #707070; }hr { position: relative; display: table; clear: both; margin: 40px auto; width: 100%; height: 1px; background-color: #707070; }h1, h2, h3, h4, h5, h6 { margin: 0; position: relative; }#page-title h1, .h1 small { color: #000; font: 400 15px/1.11 Karla,sans-serif; display: block; margin: 10px auto; letter-spacing: 1.5px; text-transform: uppercase; }#page-title h1:only-child, h2#append, .h1 { color: #000; font: 400 80px/1 "Cormorant Garamond",serif; }h2, .h2, .dividerLead { color: #000; font: 400 60px/1 "Cormorant Garamond",serif; position: relative; }h3, .h3 { color: #1a1a1a; display: block; position: relative; font: 400 32px/1 Karla,sans-serif; text-transform: uppercase; }.h4, .accordion .toogle { color: #fff; display: block; position: relative; font: 700 17px/1.25 Karla,sans-serif; letter-spacing: 1.7px; text-transform: uppercase; }.more-to-explore span { color: #a5a5a5; }.fo-title { color: #000; font: 700 16px/1.2 Karla,sans-serif; display: block; text-align: center; }[class^="btn"] { position: relative; z-index: 1; display: inline-block; vertical-align: middle; cursor: pointer; text-align: center; transition: .3s all; font: 700 17px/1.2 Karla,sans-serif; color: #a5a5a5; min-width: 255px; margin: 10px; padding: 12px 18px; background-color: transparent; border: 1px solid #707070; letter-spacing: 1.7px; text-transform: uppercase; }[class^="btn"]:hover { background-color: #000; border-color: #000; color: #fff; }.btn-alt { background-color: #fff; border-color: #fff; }.btn-alt:hover { background-color: #000; border-color: #000; color: #fff; }.btn-thr { background-color: #a5a5a5; }.btn-thr:hover { background-color: #a5a5a5; }.accent { display: table; margin: auto; }.accent:before, .accent:after { content: ''; display: inline-block; width: 58px; height: 1px; background-color: #fff; vertical-align: middle; position: absolute; top: 50%; transform: translateY(-50%); left: -70px; }.accent:after { left: auto; right: -75px; }header { position: static; z-index: 100; left: 0; top: 0; width: 100%; transition: .3s all; transition: .3s ease-in-out all; background-color: #1a1a1a; padding: 10px; }header .logo { position: relative; z-index: 3; }header a { color: #fff; }header .pho { color: #fff; font: 400 35px/1.25 Karla,sans-serif; display: block; text-transform: uppercase; letter-spacing: -.5px; }header .pho span { font-size: 15px; text-transform: none; display: block; text-align: center; }header .phy { display: block; color: #fff; font-size: 15px; margin: 0 12px; text-transform: uppercase; }header .pho:hover, header .phy:hover { box-shadow: inset 0px -5px #a5a5a5; }header .phy i, header .pho i { color: #a5a5a5; font-size: 15px; margin-right: 4px; }header li a { font-weight: 400; text-transform: uppercase; }header .ra { text-transform: uppercase; font-size: 15px; letter-spacing: 1.5px; background-color: #ffffff; color: #000000; font-weight: 700; }header .ra span { display: block; font-size: 30px; }header .ra:hover { background-color: rgba(255, 255, 255, 0.73); color: #000; }header .ra img { display: inline; vertical-align: middle; }#hd-contents { background-color: #1a1a1a; }.page_index #hd-contents { background-color: transparent; }@media (min-width: 1001px) { header .phy { padding: 10px; order: -2; flex: 1; text-align: center; margin: 0; display: flex; flex-direction: column; justify-content: center; } header .pho { padding: 10px 20px 10px 10px; text-align: center; display: flex; flex-direction: column; justify-content: center; } header .ra { padding: 10px; border-right: 1px solid #fff; text-align: center; } header .logo { margin: auto; background-color: #1a1a1a; min-width: 280px; flex: 0 0 280px; display: flex; flex-direction: column; justify-content: center; align-items: center; } header .logo img { margin: 0; } .page_index header .logo img { height: auto; } .place-nav { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; } .empty { flex: 0 0 280px; left: 8px; border: none; pointer-events: none; } nav { flex: 1 1 100%; } nav, nav ul li, nav ul li a { position: relative; } nav > ul { padding: 0; margin: auto; align-items: stretch; flex: 1 1 100%; } 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 { cursor: pointer; flex: 1; text-align: center; border-right: 1px solid #fff; display: flex; flex-direction: column; justify-content: center; align-items: center; } nav > ul > li:first-of-type { border-left: 1px solid #fff; } nav > ul > li:nth-of-type(3) { border-right: none; margin-right: -10px; } nav > ul > li:last-of-type:after { display: none; } nav > ul > li > a { padding: 27px 10px; font-size: 15px; color: #fff; width: 100%; } nav > ul > li:hover { background-color: rgba(0, 0, 0, 0.6); box-shadow: inset 0 -4px 0 #a5a5a5; } nav > ul > li:hover > a { color: #fff; } nav ul li:hover > ul { display: block; -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: .25s; animation-duration: .25s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } nav > ul > li:hover > ul { top: 100%; } nav ul ul { display: none; min-width: 200px; width: 100%; padding: 0; position: absolute; z-index: 3; left: 0; text-align: left; background-color: #707070; 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: #a5a5a5; color: #fff; } nav ul ul ul { left: 100%; top: 0; background-color: #707070; } nav ul ul ul li:hover a { background-color: #a5a5a5; color: #fff; } }.fix-nav header { position: fixed !important; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }.fix-nav header .logo { height: 85px; }.fix-nav header .logo img { height: 57px; }.fix-nav nav > ul > li > a { padding: 6px 10px; }.fix-nav.page_index #hd-contents { background-color: #1a1a1a; }@media (max-width: 1210px) and (min-width: 1000px) { header .ra { margin: 0 auto; } header .logo { left: 0; } header .empty { left: 10px; } header .phy { padding: 10px 2px; font-size: 12px; letter-spacing: -.5px; } nav > ul > li a { font-size: 13px; padding: 11px 6px; } header .logo img, .page_index header .logo img { max-height: 65px; } .fix-nav header .logo, .page_index.fix-nav header .logo { height: 80px; margin-bottom: -28px; } }@media (max-width: 1000px) { .nav-down { box-shadow: 0 3px 7px rgba(24, 23, 24, 0.2); background-color: #292929; } .nav-up { transform: translateY(-100%); background-color: #292929; } #main-nav, .hd-btns, header [class^="btn"] { display: none; } header nav ul { display: none; } header .phy { text-align: center; } .hd-info { text-align: center; } header .ra { margin: 5px; padding: 5px; } header .logo { padding: 8px; order: -1; } header .logo img { max-height: 70px; } header > div { display: flex; flex-direction: column; justify-content: center; align-items: center; } body, header, .mean-container .mean-nav { transition: all .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: .7; background-color: #131313; 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: #000; width: 70px; min-height: 70px; display: flex; flex-direction: column; justify-content: center; align-items: center; align-self: stretch; margin-left: 8px; } .mean-container a.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; position: relative; display: table; transition: .3s all; z-index: 1; transform: rotate(90deg) scaleY(1.25); letter-spacing: 3.2px; } .mean-container a.meanmenu-reveal .icon-menu:before { font-size: 30px; content: '|||'; font-family: "Karla",sans-serif; transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94); margin-top: -2px; } .mean-active .mean-container a.meanmenu-reveal .icon-menu:before { transform: skew(-15deg); } .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: #131313; } .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: .75; filter: alpha(opacity=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 a.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.2); 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; line-height: 1.76; } .mean-nav .hours p { display: table; text-align: left; font-size: 15px; margin: 10px auto 0; color: #fff; } }#banner { position: relative; overflow: hidden; display: flex; margin: 30px auto; max-width: 1150px; }#banner figure { position: relative; }#banner figure:before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(0deg, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.321166) 72%, rgba(0, 0, 0, 0.53125) 100%); }#banner figure img { width: 100%; }#banner .h1 small { color: #fff; }#banner .h1 { text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); color: #fff; font-size: 80px; }#banner .h1 span { display: block; }#banner article { text-align: center; padding: 20px; background-color: #1a1a1a; flex: 0 1 50%; }#banner article p { color: #ffffff; font-size: 19px; }#banner figure .h1 { font-size:56px; max-width:500px; text-align:center; text-shadow: 0px 0px 2px rgba(0,0,0,0.53); position: absolute; top:24%; left:0; right:0; margin: auto;}#why {text-align:center; max-width:1200px; margin: 30px auto 0; }.index .h1 small { font-size: 17px; }#bbb { display: flex; justify-content: center; margin-bottom: 20px; }#callouts { text-align: center; padding: 5px 10px 20px; background: url(assets/images/pattern-2.jpg); background-attachment: fixed; }#callouts .flex-ed { max-width: 1200px; margin: 30px auto; }#callouts h2 { font-size: 45px; margin-top: 20px; }#callouts h3 { font-size: 17px; text-transform: uppercase; }#callouts .flex-ed { justify-content: space-around; padding: 10px; margin: 10px auto; }#callouts .flex-ed:hover a:not(:hover) { transform: scale(0.95); opacity: .8; }#callouts a { transition: .3s all; flex: 0 1 200px; }#callouts a figure { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 120px; height: 120px; background-color: #fafafa; border-radius: 50%; margin: 10px auto; }#callouts a:hover figure { background-color: #a5a5a5; }#what { background-color: #fafafa; text-align: center; padding: 40px 0; color: #fff; }#what .h2 { margin-bottom: 20px; }#what .h2, #what .h1 small, #what p, #what .h4 { color: #000000; }#what .contain { max-width: 1160px; margin: auto; padding: 20px; }#what .h4 { padding: 10px 0; background-color: #ffffff; margin: 0 auto; text-transform: uppercase; font-size: 30px; }#what .h4 span { display: block; font-size: 17px; }#what .flex-ed { justify-content: center; }#what .flex-ed > a, #what .flex-ed > div { margin: 10px 15px; position: relative; }#what .flex-ed:hover a:not(:hover) { opacity: .6; tranform: scale(0.95); }#what .tiny-door { position: absolute; left: -10px; top: -10px; }#what .tiny-door:after { content: 'before'; color: #121212; background-color: #ffffff; width: 100%; display: block; text-transform: uppercase;}#history { padding: 80px 0; }#history .flex-ed { max-width: 1200px; margin: auto; justify-content: space-around; }#history .contain, #history .contain h2 { text-align:center;}#history .contain { max-width: 1200px; margin: 30px auto 0;}#history .contain h2 { font-size: 39px;}#history article { flex: 0 1 610px; padding: 0 20px; }#history figure { margin: 10px auto; }#history .btn { margin-left: 0; }#reviews { padding: 50px 0; background-color: #1a1a1a; color: #ffffff; text-align: center; }#reviews .h2, #reviews p { color: #ffffff; }#reviews .flex-ed { justify-content: center; flex-wrap: wrap; }#reviews .flex-ed > div { padding: 20px; max-width: 400px; }#reviews star { display: block; text-align: left; }#reviews .bottom { display: flex; justify-content: center; font-weight: 700;text-transform: uppercase; }#reviews .bottom > div { margin: 0 5px; }#info { background-color: #fafafa; padding: 60px 10px 30px; text-align: center; }#info .contain { max-width: 1200px; margin: auto; padding: 10px; }#info .h4 { color: #1a1a1a; margin: 10px auto; }#info .door { display: flex; flex-wrap: wrap; justify-content: space-between; position: relative; padding-bottom: 20px; max-width: 920px; margin: 20px auto; }#cutout { position: absolute; top: 50px; left: 50%; transform: translateX(-50%); max-width: 475px; -webkit-animation: fadeIn 1.6s 1s cubic-bezier(0.215, 0.61, 0.355, 1) both; animation: fadeIn 1.6s 1s cubic-bezier(0.215, 0.61, 0.355, 1) both; }.target { display: flex; margin: auto; position: relative; flex: 0 1 48%; margin: 0; cursor: pointer; }.target article { flex: 0 1 67px; }.target * { transition: .3s all; }.target figure { width: 65px; height: 65px; background-color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; position: relative; z-index: 10; }.target figure img { margin: 0; }.target:hover figure { box-shadow: 0 0 0 3px #a5a5a5; }.target:hover svg path { stroke: #000 !important; }.target:hover .path:after { background-color: #a5a5a5; -webkit-animation: .5s pulse infinite; animation: .5s pulse infinite; }.path { margin-top: 30px; position: relative; z-index: 8; }.path path { stroke: #a5a5a5; }.path:after { content: ''; width: 16px; height: 16px; background-color: #fafafa; border-radius: 50%; position: absolute; bottom: 0; right: -8px; z-index: 2; box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.77); }.target:nth-of-type(odd) { margin-bottom: -10px; }.target:nth-of-type(even), .target:nth-of-type(9) { margin-top: 30px; justify-content: flex-end; }.target:nth-of-type(even) figure, .target:nth-of-type(9) figure { margin: 0 auto; }.target:nth-of-type(even) .path, .target:nth-of-type(9) .path { order: -1; margin-right: -8px; }.target:nth-of-type(even) .path:after, .target:nth-of-type(9) .path:after { right: auto; left: -8px; }.target:nth-of-type(1) .path:after { bottom: 45px; }.target:nth-of-type(2) .path:after { left: 5px; }.target:nth-of-type(3) .path:after { bottom: 52px; }.target:nth-of-type(4) .path:after { bottom: 72px; }.target:nth-of-type(5) { margin: 10px auto 0 0; }.target:nth-of-type(5) .path { order: 0; margin-top: 20px; left: -40px; }.target:nth-of-type(5) .path:after { left: auto; right: -8px; bottom: 105px; }.target:nth-of-type(6) .path { margin-right: -50px; }.target:nth-of-type(6) .path:after { bottom: 35px; }.target:nth-of-type(7) .path { margin-top: -45px; left: -25px; }.target:nth-of-type(7) .path:after { bottom: 140px; right: -25px; }.target:nth-of-type(8) { margin: 15px auto 0 0; flex: 0 1 auto; }.target:nth-of-type(8) .path { margin-top: 20px; left: -25px; order: 1; }.target:nth-of-type(8) .path:after { bottom: 40px; left: auto; right: 0; bottom: 65px; }.target:nth-of-type(9) { margin: -180px 0 0 auto; flex: 0 1 auto; }.target:nth-of-type(9) .path { margin-right: -30px; top: -70px; }.target:nth-of-type(9) .path:after { left: 0; top: -5px; }.cycle-slideshow, .cycle-slide, .controls { z-index: 1 !important; }.cycle-slideshow { margin: 0 auto; }.cycle-slideshow > * { right: 0; margin: 0 auto; }.arrow, .pager { position: relative; z-index: 3; cursor: pointer; }.arrow, .pager, .pager span { display: inline-block; vertical-align: middle; }.arrow { color: #707070; font-family: fontello; font-size: 30px; font-weight: 400; position: absolute; top: 50%; transform: translateY(-50%); left: 0; background-color: rgba(230, 230, 230, 0.57); height: 40px; width: 40px; display: flex; align-items: center; justify-content: center; }#next { left: auto; right: 0; }.arrow:hover { left: 0; color: #a5a5a5; background-color: rgba(230, 230, 230, 0.87); }.arrow i, .arrow i:before { display: block; margin: 0; }#next:hover { right: 0; }.controls { margin: 10px auto 20px; display: table; }.pager { font-size: 0; padding: 10px 20px; }.pager span { cursor: pointer; margin: 8px; border-radius: 50%; width: 12px; height: 12px; opacity: .28; background-color: #707070; }.pager span:hover { opacity: .7; }.pager span.cycle-pager-active { opacity: 1; }.gallery { position: relative; padding: 10px; max-width: 980px; margin: 40px auto; text-align: center; }@media (max-width: 701px) { .gallery { padding: 10px; } .controls { position: relative; display: flex; align-items: center; justify-content: space-around; } .gallery .arrow { position: relative; display: inline-block; transform: none; top: auto; font-size: 40px; margin: 0; } .arrow { top: auto; transform: none; position: relative; display: inline-grid; margin: 10px; } }.double h3.h4 { text-align: center; color: #fff; font: 700 22px/1.2 Karla,sans-serif; letter-spacing: 2.2px; text-transform: uppercase; }.double .h4.bla { color: #000; }.block:nth-of-type(even) h3.h4 { color: #000; }.gallery-modal.modal-content { background-color: transparent; width: 90%; margin: 3% auto 10px; padding: 10px; position: relative; max-width: 900px; }.gallery-show { max-width: 500px; margin: auto; }.gallery-modal .h4 { text-align: center; }.gallery-modal p { color: #fff; margin: 5px auto; }.gallery-modal .num-caption { margin: auto; text-align: center; }.gallery-modal .num-caption span:first-of-type { color: #fff; }.gallery-pager { text-align: right; }.carousel { position: relative; margin: 0 auto; padding: 10px 0; }.carousel-pager { margin: auto; right: 0 !important; padding: 10px 0; }.carousel-pager figure { vertical-align: top; max-height: 200px; }.carousel-pager span { margin: 0 7px 0 5px; display: block; overflow: hidden; position: relative; }#comm .carousel-pager span img { max-width: 135%; }.carousel-pager .cycle-slide span:before { content: ''; position: absolute; z-index: 2; top: 0; bottom: 0; left: 0; right: 0; }.carousel-pager .cycle-slide:hover span:before { box-shadow: inset 0 0 0 2px #fff; }.carousel-pager .cycle-slide-active span:before { box-shadow: inset 0 0 0 2px #a5a5a5; }.carousel-nav { display: flex; justify-content: flex-end; align-items: center; padding: 10px 0; margin-right: -10px; border-top: 1px solid #a5a5a5; margin-top: 15px; }.carousel-nav .arrow { background-color: transparent; position: relative; transform: none; left: auto; }.carousel-nav #prev { left: auto; right: 0; }.num-caption { color: #cecece; text-align: right; display: block; max-width: 400px; margin: 0; }.num-caption span:first-of-type { color: #000; }.block:nth-of-type(odd) .num-caption span:first-of-type { color: #fff; }.flex-simple-galleries { display: flex; justify-content: space-around; margin: 20px auto; max-width: 1000px; flex-wrap: wrap; }.flex-simple-galleries section { flex: 0 1 240px; }.simple-gallery { margin: 20px auto; padding: 20px; flex: 0 1 30%; color: #fff; text-align: center; }.simple-gallery .h4 { margin: 10px auto; color: #000; }.numbs { margin: 10px auto; }.gallery-show { max-width: 650px; margin: 5px auto; }.gallery-show img { max-height: 85vh; margin: auto; }.gallery-modal .arrow { color: #fff; }.gallery-modal .arrow:hover { color: #000; }.gallery-modal .pager-numbs span { display: none; }.gallery-modal .pager-numbs span.cycle-pager-active { display: inline-block !important; }.gallery-modal .pager-numbs em { font-family: normal; }.gallery-modal .pager-numbs { max-width: 630px; margin: auto; text-align: center; font-size: 1.5em; }.gallery-modal .cycle-slide { right: 0 !important; }.pager-numbs { text-align: center; color: #cecece; }.pager-numbs span.cycle-pager-active { color: #fff; }#remo figure { background-color: #fff; }.pager-nav-grid { display: flex; justify-content: center; }.pager-nav-grid a { height: 180px; flex: 0 1 260px; position: relative; margin: 10px; overflow: hidden; }.pager-nav-grid a img { position: absolute; left: 0; top: 0; max-width: 100%; }.grid-slideshow img { max-height: 90vh; }.lans .pager-nav-grid a { flex: 0 1 140px; }.slider-gallery { max-width: 90%; margin: auto; }.flex-row-galleries { text-align: center; align-items: flex-start; display: flex; }.flex-row-galleries article { margin: 20px auto 30px; flex: 0 1 48%; }.flex-row-galleries article:hover .btn { background-color: #000; }.flex-row-galleries article:hover img { box-shadow: 0 0 0 3px black; }.flex-row-galleries h3.h4 { font: 700 17px/1.25 Karla,sans-serif; margin-bottom: 20px; letter-spacing: 1.7px; color: #000; text-transform: uppercase; }.flex-row-galleries .btn { border-radius: 30px; padding: 14px 15px 14px 50px; min-width: 240px; font-size: 15px; }.flex-row-galleries .btn:before { display: inline-flex; width: 47px; content: '+'; font-weight: 100; color: #fff; font-size: 40px; text-align: center; justify-content: center; align-items: center; height: 47px; border-radius: 50%; position: absolute; left: 0; top: 0; background-color: #1a1a1a; align-items: center; padding-bottom: 8px; }@media (max-width: 1000px) { .pager-nav-grid a { flex: 0 1 48%; min-height: 20px; } }@media (max-width: 590px) { .pager-nav-grid a { flex: 0 1 31%; height: 120px; margin: auto; } .pager-nav-grid a img { max-width: -webkit-fit-content; max-width: -moz-fit-content; max-width: fit-content; height: 100%; max-width: inherit; left: -5%; } .gallery-modal.modal-content { width: 100%; } .slider-gallery { max-width: 95%; } }.simple { line-height: 1; font-size: 0; margin: 0 auto; text-align: center; }.simple input, .simple textarea { box-sizing: border-box !important; border: 0; border-radius: 0; line-height: 1; font-size: 17px; width: 100%; max-width: 100%; padding: 0 11px; margin-bottom: 10px; height: 45px; color: #a5a5a5; background-color: transparent; border: 1px solid #707070; }.simple textarea { height: 130px; padding: 14px 11px; }.simple input:focus, .simple textarea:focus { outline: 0; background-color: #f3f3f3; color: #000; }::-webkit-input-placeholder { color: #121212; }::-moz-placeholder { color: #121212; }:-ms-input-placeholder { color: #121212; }::-ms-input-placeholder { color: #121212; }::placeholder { color: #121212; }.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 8px; vertical-align: middle; font-size: 20px; color: #fff; width: 42px; height: 42px; border-radius: 50%; line-height: 42px; border: 1px solid #707070; display: flex; flex-direction: column; justify-content: center; }.social a svg { display: table; margin: auto; }.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 .an:hover { background-color: #309f3b; }.social .tw:hover { background-color: #00aced; }.social .hz:hover { background-color: #78b52e; }.social a:hover { border-color: transparent; }.social a:hover i { color: #fff; }.social a:hover svg path { fill: #fff; }.social .fb i { color: #4d70a8; }.social .yp i { color: #b62717; }footer { background-color: #fff; }footer a { color: #1a1a1a; }footer a:hover { color: #a5a5a5; }footer .logo { display: block; }footer .logo img { margin: 10px 0; }footer .pho { color: #1a1a1a; font-size: 26px; margin: 30px auto 10px; display: block; }footer .phy { color: #1a1a1a; font-size: 13px; margin: 10px auto; display: block; letter-spacing: 1.4px; }footer .hours p { font-size: 13px; margin-top: 10px; line-height: 2; letter-spacing: 1.4px; }footer .hours p label { font-weight: 400; }footer .social { flex: 0 1 auto; }footer .social a:first-of-type { margin-left: 0; }.fo-title img { display: inline-block; margin-right: 5px; vertical-align: middle; }.insta { margin: 10px 0; }.insta .fo-title { margin-bottom: 20px; text-align: left; }#insta { margin: auto; max-width: 340px; }.instagram_gallery { display: flex; flex-wrap: wrap; }.instagram_gallery a { flex: 0 1 90px; margin: 5px; }#insta-feed img { max-width: 100%; width: 100% !important; }#quest { padding: 80px 20px; text-align: center; position: relative; z-index: 1; }#quest:before { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; opacity: .02; background: url(assets/images/adooring-bkg.png) center center no-repeat; background-attachment: fixed; z-index: -1; }#quest form { margin: 20px auto; max-width: 980px; }#quest textarea { height: 112px; }#quest .btn { max-width: 380px; margin: 10px auto; }#fo-contents { display: flex; justify-content: space-around; margin: auto; position: relative; max-width: 1230px; padding: 50px 10px 10px; align-items: center; }#fo-info { flex: 0 1 auto; margin: 30px auto 10px; }.bbb { display: table; margin: 0 10px 10px auto; }#copy { font: 400 15px/1.35 Karla,sans-serif; color: #1a1a1a; padding: 15px; text-align: center;}#copy a { color: #1a1a1a; }#copy a:nth-of-type(1), #copy a:nth-of-type(2) { color: #707070; }#copy a:hover { color: #a5a5a5; }#copy span {margin: 0 5px;}main { overflow: hidden; }main ul li:before { content: '\e832'; color: #a5a5a5; position: absolute; left: 0; top: 0; }#page { position: relative; display: block; width: 100%; margin: 50px auto 30px; padding: 0 10px; max-width: 1250px; clear: both; }#page.has_divider { margin-bottom: 0; }.page_index .internal { display: none; }.center { text-align: center; }#page h2 + p { margin-top: 5px; }#page .elem-left + p, #page .elem-right + p { margin-top: 20px; }#page ul + h2, #page ul + h3 { margin-top: 30px; }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: 24px; line-height: 1.6; overflow: hidden; }@media (min-width: 800px) { ul.two { -moz-column-count: 2; column-count: 2; } }@media (max-width: 590px) { main ul li { margin-left: 10px; } .elem-left, .elem-right, .block .elem-left, .block .elem-right { display: table; float: none; margin: 15px auto !important; max-width: 100%; } }#page-title { position: relative; text-align: center; padding: 0 20px; -webkit-animation: fadeIn 1.1s cubic-bezier(0.215, 0.61, 0.355, 1) both; animation: fadeIn 1.1s cubic-bezier(0.215, 0.61, 0.355, 1) both; }article.top { margin: 20px auto 60px; text-align: center; }.main-img { margin: 20px auto 0; position: relative; }.main-img:before { content: ''; position: absolute; left: -900px; right: -900px; top: 10%; bottom: -45px; background-color: #1a1a1a; z-index: -1; }.why { padding: 30px 10px 10px; position: relative; max-width: 980px; margin: 0 auto 40px; background-color: #fff; }.why:before { content: ''; position: absolute; left: -900px; right: -900px; top: 0; bottom: -42px; background-color: #1a1a1a; z-index: -1; }.why h2 { text-align: center; font: 700 20px/1.2 Karla,sans-serif; color: #121212; }.why ul { display: flex; justify-content: space-around; align-items: center; text-align: center; align-items: flex-start; margin-top: 20px; }.why ul li { max-width: 260px; flex: 1 1 33%; padding: 0; margin: 10px; width: 100%; color: #121212; font-size: 22px; line-height: 1.2; }.why ul li span { max-width: 95%; margin: 0 auto; }.why ul li:before { content: ''; position: static; display: block; margin: 0 auto 10px; width: 46px; height: 46px; border-radius: 50%; background-color: #212121; counter-increment: section; content: counter(section); color: #fff; font: 400 30px/40px "Cormorant Garamond",serif; }.page-divider { display: block; clear: both; max-width: 100%; width: 100%; position: relative; z-index: 1; margin-top: 40px; }.block { position: relative; display: table; clear: both; width: 100%; max-width: 100%; padding: 60px 10px; }.block .contain { display: flex; justify-content: space-around; align-items: flex-start; }.block h2 { margin-bottom: 20px; }.block .dividerLead:after { content: ''; display: block; margin: 10px 0; width: 58px; height: 1px; background: #000; }.block .wrap { height: 0; }.block article { margin: auto; max-width: 450px; overflow: visible; }.block article p:first-of-type { margin-top: 0; }.block ul li { margin-left: 0; }.block .btn { margin-left: 0; }.block .elem { flex: 0 0 auto; position: relative; z-index: 5; }.block .elem-right { order: 1; }.block h3 { font: 400 35px/1 "Cormorant Garamond",serif; letter-spacing: 7px; }.block section { display: table; clear: both; width: 100%; color: #fff; }.block .flex-simple-galleries section { display: block; flex: 0 1 240px; }.block:nth-of-type(even) .accent:before, .block:nth-of-type(even) .accent:after { background-color: #000; }.block:last-of-type { margin-bottom: 0; }.block:nth-of-type(odd) h2, .block:nth-of-type(odd) h3, .block:nth-of-type(odd) p, .block:nth-of-type(odd) li, .block:nth-of-type(odd) .simple-gallery .h4 { color: #fff; }.block:nth-of-type(odd) .dividerLead:after { background: #fff; }.block:nth-of-type(odd):after { content: ''; position: absolute; left: -900px; right: -900px; top: 0; bottom: 0; background-color: #1a1a1a; z-index: -1; }.block.no_img { text-align: center; }.block.no_img article { max-width: 100%; }.block.no_img article > p { max-width: 1100px; margin: 10px auto; }.block.no_img .dividerLead:after { margin: 10px auto; }.block .tall { display: block; }.block .tall article { max-width: 100%; }.block.has_slider .contain { display: block; }.block.has_slider .contain article { max-width: 100%; }.mini-block { display: table; clear: both; padding: 30px 0 0; margin-top: 30px; width: 100%; }.mini-block .elem-sm { max-width: 400px; }.more-to-explore { position: relative; text-align: center; margin: 0 auto; padding: 40px 10px 60px; }.more-to-explore p { padding: 10px; margin: auto; max-width: 1100px; }.more-to-explore [class^="btn"] { min-width: 350px; margin: 5px; }.services { max-width: 1180px; margin: 40px auto; align-items: stretch; }.services div { flex: 0 1 32%; padding: 0 15px; margin: 10px auto; }.services div h3 { display: block; text-align: center; line-height: 1.1; }.services div h3 span { display: block; font-size: 18px; }.services figure { transition: .4s all; }.services div > a:hover figure img { opacity: .7; }.services ul { display: table; margin: 20px auto; }.services ul li { line-height: 1.2; margin: 5px auto; }.services ul li a { color: #1a1a1a; }.services div > a:hover h3 { color: #a5a5a5; }.services ul li:hover a { color: #707070; }.hours { display: table; margin: 10px auto; text-align: left !important; font-size: 15px; line-height: 23px; }.hours label { width: 120px; display: inline-block; font-weight: 700; }.contact { display: flex; justify-content: space-between; flex-wrap: wrap; max-width: 1150px; margin: 30px 0; }.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 iframe { height: 100%; }.contact article { padding: 0 20px; }.page_contact-us .visit { display: none; }#estimate { background: url(assets/images/clipboard.jpg) top center no-repeat; padding: 140px 20px 20px; background-size: 100%; }#estimate .simple { font-size: 20px; max-width: 800px; width: 90%; margin: auto; text-align: left; }#estimate label { margin-bottom: 8px; display: block; }#estimate label span { float: right; }#estimate .simple input { height: 42px; }#estimate .simple [type=checkbox], #estimate .simple [type=radio] { height: auto; margin: 3px auto; }#estimate .flex-ed-form { justify-content: space-around; max-width: 820px; margin: 20px auto; }#estimate .flex-ed-form article { flex: 0 1 48%; }#estimate textarea.hw { height: 46px; padding: 12px 10px 0; }#estimate .inline { font-size: 17px; margin-bottom: 12px; }#estimate .inline .flex-ed > div:last-of-type { margin-left: auto; }#estimate .btn { display: table; margin: 10px auto; }#estimate .flex-ed-zip { justify-content: space-between; }#estimate .flex-ed-zip input { max-width: 49%; flex: 1; }.estimate-home { max-width: 1250px; margin:0 auto;}.simple [type=checkbox], .simple [type=radio] { -webkit-appearance: none; -moz-appearance: none; appearance: none; position: relative; width: 18px; height: 18px; background-color: #fff; padding: 9px; vertical-align: middle; }.simple [type=checkbox]:active, .simple [type=checkbox]:checked:active, .simple [type=checkbox]:checked { background-color: #fff; }.simple [type=checkbox]:checked:after { font-family: fontello; content: '\e832'; font-size: 13px; position: absolute; top: 2px; left: 2px; color: #707070; }#fixed-tabs { position: fixed; right: 0; text-align: center; line-height: 1; font-size: 0; z-index: 200; }#fixed-tabs a { 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 em { font-size: 10px; line-height: 1.16; margin-top: 6px; font-style: normal; text-transform: uppercase; }#fixed-tabs .ra { background-color: #121212; }#fixed-tabs .call { background-color: #a5a5a5; }#fixed-tabs .map { background-color: #1a1a1a; }@media (min-width: 1030px) { #fixed-tabs { display: none; } }@media (max-width: 1029px) { #fixed-tabs { display: block; bottom: 0; width: 100%; display: flex; } #fixed-tabs a { padding: 12px 0; flex: 1; } #fixed-tabs a img { display: none; } #fixed-tabs a span { display: inline-block; vertical-align: middle; } #fixed-tabs em { display: none; } }@media (max-width: 730px) { #fixed-tabs .ra strong { display: none; } #fixed-tabs .ra { flex: 2; } }@media (min-width: 950px) { a[name]:before { height: 140px; margin-top: -140px; display: block; content: ""; visibility: hidden; } }@media (max-width: 950px) { a[name]:before { height: 120px; margin-top: -120px; display: block; content: ""; visibility: hidden; } }@media (max-width: 590px) { a[name]:before { height: 90px; margin-top: -90px; display: block; content: ""; visibility: hidden; } }@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .flex-row-galleries .btn:before { padding-top: 3px; } }@media (max-width: 1080px) { #page-title h1:only-child, h2#append { font-size: 70px; } #what .h4 { letter-spacing: .5px; } }@media (max-width: 1000px) { #page-title h1:only-child, h2#append { font-size: 60px; } h2, .h2, .dividerLead { font-size: 50px; } #banner { flex-direction: column; margin-top:15px;} #banner figure { background-color: #000; order:-1;} #banner .h1 { font-size: 14vw; line-height: .8; } #banner .h1 span { display: block; } #why { margin-top:15px;} #callouts { padding: 40px 10px; } #callouts .flex-ed { flex-wrap: wrap; max-width: 750px; } #callouts a { margin: 10px auto 20px; } #who { padding: 40px 0; } #who a { display: table; padding: 0 20px; } #who a figure img { width: 100%; } #who a article { padding: 40px 10px; } #who a p { max-width: 600px; } #what { padding: 40px 10px; } #what .flex-ed { max-width: 750px; margin: auto; flex-wrap: wrap; justify-content: space-around; } #what .flex-ed > a, #what .flex-ed > div { flex: 0 1 48%; } #history { padding: 40px 10px; text-align: center; } #history .flex-ed { display: block; } #history figure { margin-bottom: 30px; } .target:nth-of-type(even) { margin-top: 20px; } .target:nth-of-type(2) .path svg { width: 130px; margin-top: -15px; } .target:nth-of-type(2) .path:after { bottom: 20px; } .target:nth-of-type(4) .path svg { width: 95px; } .target:nth-of-type(5) .path:after { bottom: 95px; } .target:nth-of-type(6) .path:after { bottom: 48px; } .target:nth-of-type(7) .path svg { width: 340px; } .target:nth-of-type(7) .path:after { bottom: 135px; right: -15px; } .target:nth-of-type(8) { position: absolute; bottom: 0; left: 0; bottom: -30px; } .target:nth-of-type(8) .path svg { width: 330px; } .path path { stroke-width: 2; } .path svg { width: 220px; } .target:nth-of-type(9) { margin-top: -30px; } .target:nth-of-type(9) .path svg { width: 490px; } .visit { padding: 100px 20px; } #page-title { text-align: center; } #page-title br { display: none; } .flex-ed-top { display: block; text-align: center; } .flex-ed-top article { margin: 20px auto; } .block { text-align: center; padding: 40px 10px; } .block .contain { display: block; } .block .btn { margin: 10px auto; } .block h2, .block h3 { margin-bottom: 20px; text-align: center; } .block [class^="elem"] { float: none; margin: 10px auto 20px; max-width: 100%; } .block ul { display: table; margin: 20px auto; } .block .dividerLead:after { margin: 10px auto; } #estimate { padding: 100px 20px 20px; background-size: 110% 100%; border-radius: 15px 15px 0 0; } #estimate .simple { width: 100%; } #estimate .flex-ed-form article { flex: 0 1 50%; } #estimate .flex-ed-form article:first-of-type { flex: 0 1 45%; } [data-player][class^="elem"] { max-width: 650px; } #fo-contents { flex-wrap: wrap; } .fo-logo { flex: 1 1 100%; text-align: center; } .fo-logo .logo { margin: auto; display: table; } footer .social { max-width: 300px; } footer .pho { margin-top: 20px; } .insta { margin: 40px auto 20px; } .insta .fo-title { text-align: center; } #copy { text-align: center; padding-bottom: 20px; } .flex-ed-special { display: block; text-align: center; } .bbb { margin: 0 auto 20px; } }@media (max-width: 730px) { #page-title h1:only-child, h2#append { font-size: 45px; } h2, .h2, .dividerLead { font-size: 36px; } .block h3, h3, .h3 { font-size: 30px; } header .phy { display: none; } .hd-info { flex: 0 1 auto; } #reviews .contain { padding: 0 10px; } .rv-controls { flex-wrap: wrap; margin: 10px auto; } .rv-controls > div { position: relative; max-width: 450px; flex: 1 1 100%; order: -1; margin: 10px auto; } .why ul { flex-wrap: wrap; } .why ul li { flex: 1 1 100%; } #fo-contents { display: block; text-align: center; } footer .hours { margin: 20px auto; } .fo-title { text-align: center; } #estimate { background-size: 110% auto; background-color: #000; } #estimate .simple { background-color: #fff; box-shadow: 0 0 0 13px #fff; } #estimate .flex-ed-form { display: block; margin: 0 auto; } .flex-row-galleries { display: block; } }@media (max-width: 690px) { .target, .target:nth-of-type(8), .target:nth-of-type(9) { flex: 0 1 30%; display: block; } .target figure { margin: auto; } .target article { display: block; } .target:nth-of-type(odd), .target:nth-of-type(even) { margin: 20px auto; } .target:nth-of-type(8) { position: relative; bottom: auto; } .target .path { display: none; } #info .door {display: none;} #cutout { display: none; } .contact { display: block; } .contact-map iframe { height: 400px; margin-bottom: 30px; } .contact article { text-align: center; } }@media (max-width: 590px) { #banner .h1 small { font-size: 15px; } #banner .h1 { font-size: 10vw; } #banner figure .h1 { font-size: 42px; } #callouts a { flex: 0 1 48%; } #what .flex-ed > a, #what .flex-ed > div { flex: 0 1 auto; } .target, .target:nth-of-type(8), .target:nth-of-type(9) { flex: 0 1 46%; } .target:nth-of-type(odd) { left: -10px; } .target:last-of-type { margin: 20px auto; } #map, #assoc { display: none; } .gallery { padding: 0; } .services div { flex: 1 1 100%; } .youtube[class*="elem-"] { width: 100%; } [data-player][class^="elem"] { min-width: 100%; } }@media (max-width: 480px) { .index h2, .index .h2 { font-size: 45px; } .accent:before, .accent:after { display: none; } #banner article { padding: 10px; } .contact { display: block; } #fixed-tabs strong { display: none; } .inline .flex-ed { display: block; } header .social a { width: 35px; height: 35px; margin: 5px; } }@media (max-width: 400px) { #page-title h1:only-child, h2#append { font-size: 38px; } h2, .h2, .dividerLead { font-size: 28px; } h3, .h3 { font-size: 24px; } .block h3 { font-size: 22px; } #banner .h1 small { letter-spacing: 0; font-size: 13px; } header .hours label { width: 100px; } #quest .h2 { font-size: 36px; } #quest .btn { width: 100%; } .more-to-explore [class^="btn"] { min-width: 100%; width: 100%; margin: 8px auto; } [data-embed] .close { display: block; position: unset; text-align: center; padding: 4px; } #estimate label span { float: none; display: block; } } .page_lp-form{ padding-top:0!important; }
