progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.animated { animation-duration: 1s; animation-fill-mode: both; }@keyframes fadeInLeft { from { opacity: 0; transform: translate3d(-20%, 0, 0); } to { opacity: 1; transform: none; } }.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.fadeInLeft { animation-name: fadeInLeft; }@keyframes fadeInRight { from { opacity: 0; transform: translate3d(20%, 0, 0); } to { opacity: 1; transform: none; } }.fadeInRight { animation-name: fadeInRight; }@keyframes pulse { from { transform: scale3d(1, 1, 1); } 50% { transform: scale3d(1.05, 1.05, 1.05); } to { transform: scale3d(1, 1, 1); } }.pulse { animation-name: pulse; }@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; }}.fadeIn { animation-name: fadeIn; }@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}address { font-style: normal; }.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.clear { clear:both; line-height: 0px; height:0px; width:0px; }.elem-right, .elem-left, .block { display:block; }.elem-right { float:right; margin:0 0 25px 25px; }.elem-left { float:left; margin:0 25px 25px 0; }.elem-shadow{ box-shadow: 0 0 3px #000; }h1:first-child{ margin-top: 0; }.flex-ed, .col-flex-ed { display: -webkit-box; display: -ms-flexbox; display: flex; }.flex-ed { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }.col-flex-ed { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; }.stretch-ed { -webkit-box-flex:1; -ms-flex:1; flex:1; }.fill-ed { -webkit-box-flex:0; -ms-flex:0 0 100%; flex:0 0 100%; }label { display: block; }label.error{ color: red; }input, textarea{ display: block; width: 100%; box-sizing: border-box; border: none; padding: 12px 10px; font-size: 17px; margin-bottom: 10px; color: inherit; line-height: 1em; transition:.3s ease all; }input[type="checkbox"], input[type="radio"]{ display: inline; width: auto; margin-left: 15px; }select{ margin-bottom: 15px; color: inherit; }button { border:none; background:none; cursor:pointer; } .page .forms label { font-weight:bold; display:block; margin-bottom:.5em; }.forms .inline-box > div, .page .forms textarea, .page .forms input { border:1px solid rgb(38, 86, 116); }.forms .inline-box > div { padding:10px; margin-bottom:10px; background-color: rgba(255, 255, 255,.8); }.forms .inline { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; justify-content:space-between; box-sizing:border-box; }.forms .inline > * { width:32%; box-sizing:border-box; }.forms span { display: block; }.forms .inline .btn { min-width: 100%; }.forms input:focus, .forms textarea:focus { background:rgba(0,0,0,.8)!important; color:#fff; }::-webkit-input-placeholder { opacity: 1; } ::-moz-placeholder { opacity:1; }body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size:16px; line-height:2; color:#253b59; background-color: rgb(217, 206, 193); font-family: 'Montserrat', sans-serif; font-weight: 300;}h2, h3, h4, h6 { margin-top : 1em; color:#736759; }h1 { font-size:64px; line-height:1.1; }#page-title { margin-top:-197px; background: url(assets/images/page-title.jpg) center center; background-size: cover; padding-top:227px; padding-bottom:30px; display: flex; justify-content: center; align-items:center; flex-flow:column; text-align: center;position:relative;}#page-title:after {min-width:400px;display:block;background-color: rgb(217, 206, 193);height:2px;content:"";margin:40px 0 10px;}#page-title h1, #page-title h2 { color:white; margin:0px; max-width: 1200px; box-sizing:border-box; padding:0 10px; }#page-title h2 { font-size:28px; line-height:1.4; }h2 { font-size:48px; line-height:1.25; }h3 { font-size:28px; line-height:1.4; }h6 { font-size:50px; line-height:1; margin:0; }.page h1, .page h2, .page h3 { text-align: center; }a { text-decoration: none; transition:.3s ease; color:#70872b; }a:hover { text-decoration: underline; } a[name]:before {height: 80px; margin-top: -80px; display: block; content: ""; visibility: hidden; }@media (min-width:1020px) { a[name]:before {height: 125px; margin-top: -125px; }}hr { position: relative; width: 40%; height: 2px; background-color: rgb(184, 172, 158); display: table; clear: both; margin: 30px auto; border:none; }.btn, .btn-alt { min-width: 200px; display:inline-block; padding:16px 20px; margin:0 5px 5px 0; box-sizing:border-box; text-align:center; font-size:14px; color: rgb(37, 59, 89); text-transform: uppercase; position: relative; overflow: hidden; font-weight: bold; line-height: 1.1; border: 2px solid rgb(115, 103, 89); z-index: 1; }.btn-alt { color:white; border-color:white; }.btn-alt:after, .btn:after { width: 100%; height: 100%; top:0; left:-100%; right:0; content: ""; position: absolute; transition:.2s; z-index: -1; }.btn-alt:hover:after, .btn:hover:after { left:0; }.btn:hover:after { background-color: rgb(115, 103, 89); }.btn-alt:hover:after { background: white; }.btn:hover, .btn-alt:hover { color:white; text-decoration:none; }.btn-alt:hover { color: rgb(37, 59, 89); }.more-to-explore { text-align:center; margin:60px 0 -60px; padding:30px 0; position: relative; }.more-to-explore:before { left:-500px; right:-500px; position: absolute; background: url(assets/images/more-to-explore.jpg) center bottom no-repeat; top:0; bottom:0; background-size: cover; content: ""; z-index: -1;}.more-to-explore h6 { margin-bottom:30px; font-size: 28px; color:white; }.more-to-explore h6:after { width: 40%; height: 2px; display: block; margin:0 auto; background-color: rgb(217, 206, 193); content: ""; margin-top:20px;}.more-to-explore .btn, .more-to-explore .btn-alt { min-width: 30%; }.more-to-explore .btn { color:white; border-color:white; } #fixed-tabs { position: fixed; right: 0; top: 240px; padding:10px 0 10px 10px; z-index: 1000; }#fixed-tabs a { color: #fff; background-color: rgb(27, 42, 65); font-size: 12px; padding:5px; margin-bottom:8px; display:flex; flex-flow:column; font-weight: 400; position: relative; box-sizing:border-box; line-height: 1; box-shadow: 0 0 0 4px rgba(255,255,255,.4); text-align: center; background-color: rgba(25, 48, 90,.8); }#fixed-tabs a.ra { background-color: rgba(133, 145, 83,.8); transform:scale(1.2); transform-origin:right bottom; padding:8px; }#fixed-tabs a.fb:hover { background-color: rgb(77, 112, 168); }#fixed-tabs a.gp:hover { background-color: rgb(220, 78, 65); }#fixed-tabs i { display: block; margin: 0; line-height: 1.4; text-align: center; font-size:20px; }#fixed-tabs a.map, #fixed-tabs a.call { display: none; }#fixed-tabs a.call { background: gray; }#fixed-tabs a:hover { text-decoration: none; background-color: rgb(53, 53, 53); }.page ul { margin:0px; padding:0px; list-style:none; overflow:hidden; }.page ul li { position:relative; padding-left:30px; }.page ul li:before { content:""; background: url(assets/images/bullet-list.png) left top no-repeat; position:absolute; left:0; top:8px; width: 15px; height: 15px;}.site-title b, body, .logo b { font-family: 'Montserrat', sans-serif; }.site-title, .logo, .faq-btn, footer strong, #footer-form strong, .page-services ul li:first-child a,#services, .name,h1, h2, h4, h6 { font-family: 'Poiret One', cursive; font-weight: normal; } img.elem-left, img.elem-right, .img-border { box-shadow: 0 17px 30px rgba(0, 1, 1, 0.2); }.container { max-width:1200px; margin:0 auto; }header { position: relative; z-index: 1004; padding-top:10px; line-height: 1; }header a:hover { text-decoration: none; }#header-bar { padding:5px 10px; font-weight: 400; font-size: 14px; text-align: center; max-height: 32px; transition:.3s ease; background: black; color:white; background-color: rgb(37, 59, 89); }#header-bar .flex-ed { max-width: 1200px; margin:0 auto; align-items:center; justify-content: space-between; }#header-bar a { color: white; }.top-links { font-style: italic; }.top-links i { color: rgb(252, 80, 80); f= }#header-info { display: flex; align-items:center; }#header-info .phone { font-size: 24px; padding:0 10px; font-weight: bold; }#header-info .phone i { font-size:18px; }#header-bar a:hover,#header-info address a:hover,#header-info .phone:hover { color:#70872b; }#header-info address a { font-style: italic; }#header-info address a i { font-style: normal; color: rgb(212, 198, 181); }#header-contents { max-width: 1200px; margin:0 auto; padding:10px; align-items:center; justify-content: space-around; }.logo { color:white; text-transform: uppercase; font-size:40px; line-height: 1; margin-right:30px; text-align: center; }.logo em { display: block; font-style: normal; text-transform: uppercase; }.logo img { display:block; }.logo b { display: block; font-size: 18px; }.logo b:before { width: 100%; height: 1px; display: block; box-shadow: 1px 1.7px 3px rgba(0, 1, 1, 0.15); background: white; margin:10px 0; content: ""; }nav#main-nav { flex:1 1 auto; }nav#main-nav ul { width:100%; margin:0px; padding:0px; text-align:center; }nav#main-nav > ul { margin:0 auto; display: flex; justify-content: space-between; }nav#main-nav ul li { display:inline-block; position:relative; }nav#main-nav > ul > li:last-of-type > ul { left: auto; right: 0; }nav#main-nav ul li a { color:#fff; padding:0 10px; font-size:13px; font-weight: bold; text-transform: uppercase; line-height:40px; display:block;}nav#main-nav > ul > li > a { text-shadow: 0.5px 0.9px 3px rgba(0, 1, 1, 0.35); }nav#main-nav ul li a:hover { text-decoration:none; color: rgb(37, 59, 89)}nav#main-nav ul ul { display:none; width:220px; text-align:left; position:absolute; left:0; top:40px; background-color: rgb(37, 59, 89); z-index:10001;}nav#main-nav ul ul li { width:100%; }nav#main-nav ul li:hover > ul { display:block; }nav#main-nav ul ul li a { line-height:1.6; padding:5px 10px; font-weight: normal; text-transform: none;}nav#main-nav ul ul li a:hover { background:white; color: rgb(37, 59, 89);}nav#main-nav ul ul ul { left:220px; top:0; }section.page { padding:30px 0 60px; overflow: hidden; }#footer-form { background-color: rgb(37, 59, 89); justify-content: center; flex-wrap:nowrap; padding:35px 10px; }#footer-form article { color:white; max-width: 370px; margin-right:30px; flex:1 0 auto; }#footer-form strong { font-size:36px; line-height: 1.2; padding-bottom: 20px; border-bottom: 1px solid rgb(88, 111, 140); display: block; }#footer-form strong em { display: block; font-style: normal; }#footer-form .forms { max-width: 770px; flex:100%; font-weight: 400; }#footer-form .forms textarea { height: 90px; font-size: 14px; }#footer-form .forms input { text-align: center; font-size: 14px; }#footer-form .forms .btn-alt { min-width: 100%; }footer { padding:50px 0 30px; background: white; line-height: 1.2; font-size:13px; font-weight: 400; color: rgb(71, 71, 71); }footer a { color: rgb(71, 71, 71); }footer a:hover { color: rgb(112, 135, 43); text-decoration: none; }#footer-contents { max-width: 1200px; margin:0 auto; box-sizing:border-box; padding:10px; justify-content: space-between; flex-flow:nowrap; }#footer-contents > * { flex:1 1 auto; }footer strong { display: block; color: rgb(32, 36, 39); font-size:24px; margin-bottom: 15px; font-weight: 400; }.site-title { display: block; font-size: 20px; margin-bottom:15px; }.site-title b { display: block; font-weight: bold; font-size: 15px; }.footer-info .phone { font-size:30px; display: block; font-weight: 600; margin:.5em 0; }.footer-info address { display: block; margin-bottom: 10px; }.footer-info address a { font-size:13px; line-height: 1.3; }footer .social { margin:20px 0; display: block; }footer .social a { display: inline-block; vertical-align: top; margin:0 10px 0 0; }footer .social a i:before { font-size:20px; line-height: 1; display: block; transition:.2s; border: 1px solid rgb(37, 59, 89); border-radius: 50%; padding:10px; }footer .social a:hover { text-decoration: none; }footer .social a i.icon-facebook:before { color: rgb(77, 112, 168); }footer .social a i.icon-gplus:before { color: rgb(220, 78, 65); }footer .social a i.icon-yelp:before { color: rgb(182, 39, 23); }footer .social a:hover i:before { background: rgb(37, 59, 89); color: white; }footer nav { max-width: 400px; margin:0 auto; padding:0; }footer nav ul { margin:0px; padding:0px; list-style: none; display: flex; justify-content: space-between; flex-flow:row wrap; line-height: 2.7; }footer nav ul li { min-width: 50%; }footer nav ul li a { }footer nav ul li a:hover { text-decoration: none; }#footer-map { max-width: 450px; flex:0 1 450px; }footer .hours { max-width: 270px; display: block; padding:0; margin:0; line-height: 1.8; }footer .hours b { display: inline-block; min-width: 80px; font-family: inherit; font-weight: inherit; }#footer-logos { max-width: 979px; justify-content: space-around; display: flex; margin:0 auto; padding:40px 0; }#footer-logos img { display: block; }#copy { text-align:center; font:13px/18px Arial; }#copy a {}#copy a:hover { text-decoration: none; }#copy em { display: block; margin-top:10px; font-style: normal; }@keyframes slideIn { from { opacity: 0; transform: translate3d(0, -100%, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }.fix-nav.index header,.fix-nav header { background-color: rgb(88, 111, 140); position:fixed; width:100%; left:0; top:0; z-index:1004; animation-duration: .5s; animation-fill-mode: both; animation-name: slideIn; box-shadow: 0 2px 10px rgba(0,0,0,.3); } .fix-nav .logo { font-size: 25px; }.fix-nav .logo b { display: none; }.fix-nav .logo img { height: 35px; }iframe.google-map, .google-map iframe { display:block; }#pager span { width:1em; height:1em; line-height:1em; display:inline-block; cursor:pointer; }#controls { text-align: center; margin:20px 0; }#controls #pager { display: inline-block; vertical-align: middle; }#pager span { width:1em; height:1em; line-height:1em; display:inline-block; cursor:pointer; }#prev, #next { display: inline-block; vertical-align: middle; }#prev i:before, #next i:before { margin:0px; width: 1em; font-size:48px; color: rgb(75, 193, 220); }body.index #page-title,body.index section.page { display:none; }body.index h1, body.index h2, body.index h3 { margin:0px; line-height:1; }body.index h2 { font-size:64px; }body.index h2 small { display: block; font-size: 48px; }.section-split { justify-content: center; flex-flow:nowrap; padding:70px 0; }.section-split article { max-width: 500px; }.section-split figure { margin:0 0 0 100px; position: relative; }.section-alt figure { margin:0 100px 0 0; order:-1; }.section-split figure img { vertical-align: bottom; }.section-two-col { justify-content: center; flex-flow:row nowrap; text-align: center; }.section-two-col > div { max-width: 700px; flex:100%; }.section-two-col figure { margin:0px; }.name-alt,.name { width: 100%; font-size:36px; left:80px; bottom:60px; position: absolute; transform:rotate(-90deg); transform-origin:left bottom; color: rgb(37, 59, 89); }.name-alt { transform:none; left:10px; bottom:auto; top:10px; font-weight:600; text-shadow:0 0 4px rgba(0,0,0,.5); color:white; font-size:18px; }.name a { color: rgb(37, 59, 89); }a.name:hover, .name a:hover { color:#70872b; text-decoration: none; }#banner { position: relative; margin-top:-197px; background: white; }#banner .caption { position: absolute; left: 50%; bottom:250px; margin-left:-600px; z-index: 101; box-sizing:border-box; padding:20px; color:white; max-width: 540px; background: rgba(0,0,0,.5); text-align: center; }#banner .caption h1 small { font-size:28px; line-height: 1.1; display: block; }#banner .caption span { display: flex; align-items:center; justify-content: space-between; flex-flow:row nowrap; }#banner .caption span strong { font-weight: bold; font-size:18px; text-transform:uppercase; white-space: nowrap; margin:0 10px; }#banner .caption i { flex:100%; height: 2px; background-color: rgb(217, 206, 193); }.banner-rotation > div { width: 100%; background-size: cover; background-repeat: no-repeat; background-position: center bottom; display: flex!important; justify-content: center; }.banner-rotation .banner-1 { background-image: url(assets/images/banner-1.jpg); }.banner-rotation .banner-2 { background-image: url(assets/images/banner-2.jpg); }.banner-rotation .banner-3 { background-image: url(assets/images/banner-3.jpg); }.banner-rotation figure { margin:0px; max-width: 1200px; flex:100%; position: relative; text-align: right; padding-top:197px; min-height: 650px; }.banner-rotation figure img { position: absolute; right:0; bottom:0; }#pager.banner-pager { position: absolute; right:100px; bottom:40px; z-index: 1001; }#pager.banner-pager span { border:2px solid white; background: none; font-size: 12px; border-radius: 50%; display: block; margin:0 0 5px 0; }#pager.banner-pager span.cycle-pager-active { background: white; }#section-meet { padding-top:100px; }#section-meet h2 { width: 120%; }#section-reviews { text-align: center; padding:65px 0; box-sizing:border-box; background: url(assets/images/section-reviews.jpg) center center no-repeat; background-size: cover; }#section-reviews h2 { color:white; }.reviews-rotation #prev, .reviews-rotation #next { position: absolute; left:-130px; top:50%; width: 70px; margin-top:-75px; z-index: 101; transform:scale(-1); }.reviews-rotation #prev img, .reviews-rotation #next img { display: block; }.reviews-rotation #next { left:auto; right:-130px; transform:none; }.reviews-rotation { background-color: rgba(255, 255, 255, 0.6); max-width: 800px; margin:30px auto; }.reviews-rotation > article { width: 100%; display:flex!important; justify-content: center; box-sizing:border-box; padding:20px 50px; align-items:center; font-size: 20px; line-height: 1.6; font-style: italic; }.reviews-rotation author { display: block; font-size:16px; font-weight: 600; font-style: normal; margin-top:20px; }.reviews-rotation author:before { content: "\e80f \e80f \e80f \e80f \e80f"; font-family: "fontello"; color: rgb(220, 190, 27); margin-right:10px; letter-spacing: 2px; }.reviews-rotation author i.icon-location { color: rgb(113, 147, 193); }.reviews-rotation > article:after { width: 260px; position: absolute; left:50%; margin-left:-130px; bottom:-30px; min-height: 60px; line-height: 1; content: ""; border-radius: 30px; background-position: center center; background-repeat: no-repeat; }.reviews-rotation > article.review-google:after { content: "\e846"; font-style: normal; line-height: 60px; width: 60px; margin-left:-30px; font-family: "fontello"; background-color: rgb(220, 78, 65); color:white; }.reviews-rotation > article.review-alist:after { background:rgb(28, 160, 59) url(assets/images/logo-alist.png) center center no-repeat; }.reviews-controls { position: relative; }.reviews-pager span { font-size:9px; border-radius: 50%; margin:0 5px; border: 2px solid white; }.reviews-pager span.cycle-pager-active { background:white; }#section-services { padding:60px 0; text-align: center; color:white; background: url(assets/images/section-services.jpg) center center no-repeat; background-size: cover; }#section-services article { max-width: 1080px; margin:0 auto; }#section-services article h2 { color:white; }#services { max-width: 1200px; margin:0 auto; justify-content: space-between; flex-flow:row nowrap; }#services img { display: block; box-shadow: 0 17px 30px rgba(0, 1, 1, 0.2); }#services a { max-width: 190px; color:white; margin-bottom: 50px; font-size: 26px; font-weight: 400; display: flex; flex-flow:column; }#services a:nth-child(even) { margin-bottom: 0px; margin-top:50px; }#services a:nth-child(even) em { order:-1; }#services em { font-style: normal; display: block; line-height: 1.1; box-sizing:border-box; padding:5px 10px; }#services:hover a { transform:scale(.9); filter:brightness(1) grayscale(1); }#services a:hover { text-decoration: none; transform:scale(1); filter:none; }#section-options { padding:70px 0; }#section-options .name { font-size:30px; }#section-options .name small { font-size:20px; }.page-services { display: flex; justify-content:center; flex-wrap:wrap; }.page-services ul { padding:0; background: white; margin:10px 10px; text-align: center; max-width: 276px; line-height: 1; font-weight: 400; box-shadow: 0 17px 30px rgba(0, 1, 1, 0.2); }.page-services ul li img { display: block; margin-bottom: 10px; }.page-services ul li + li:last-child { margin-bottom:25px; }.page-services ul li:first-child { padding: 0px; }.page-services ul li:nth-child(2) { margin-top:10px; }.page-services ul li { padding: 0px; margin-bottom: 1em; box-sizing:border-box; padding:0 5px; }.page-services ul li:before { display: none; }.page-services ul li:first-child a { display: block; text-align: center; line-height: 1.2; font-size:26px; padding:0 0 10px; color: rgb(115, 103, 89); }.page-services ul li:first-child b { display: block; }.page-services ul li a { color: rgb(112, 135, 43); font-weight: 400; }.page-services ul li:first-child a:hover { background: rgb(37, 59, 89); text-decoration: none; color:white; }.services-align { align-self:flex-start; }.services-align li:first-child { margin:0px; }.faq-btn { padding:5px 0 5px 50px; margin:0px; font-size:26px; position: relative; font-weight: normal; cursor: pointer; }.page .faq-btn { text-align: left; }.faq-btn:before { width: 1em; height: 1em; line-height: 1; text-align: center; position: absolute; padding:5px; left: 0; top:5px; border-radius: 50%; color:white; color: rgb(217, 206, 193); background-color: rgb(112, 135, 43); font-weight: bold; font-size:26px; content: "\e81a"; font-family: "fontello"; transition:.3s ease; }.faq-content { display:none; position:relative; padding-left: 70px; }.faq-btn.active:before { transform:rotate(90deg); }.page-split { display:flex; }.page-split > div { width:100%; }.page-split h2, .page-split h3 { text-align: left; }article .hours b,article .hours label { display:inline-block; min-width:120px; font-weight:inherit; }.gallery-rotation .cycle-slide { width: 100%; display: flex!important; justify-content: center; text-align: center; }.gallery-rotation .cycle-slide b { display: block; border: 1px solid rgb(113, 48, 0); padding: 30px 20px 10px; box-sizing:border-box; margin-top:-20px; font-weight: normal; color: rgb(115, 70, 31); font-size: 18px;}.gallery-rotation .cycle-slide img { display: block; margin:0 10px; }#controls.gallery-controls { justify-content: center; margin-top:0px; }.gallery-controls > div { border: 1px solid rgb(113, 48, 0); align-items:center; }.gallery-controls #prev, .gallery-controls #next { line-height: 1; }.gallery-controls #prev i:before, .gallery-controls #next i:before { background-color: rgb(113, 48, 0); color:white; font-size:40px;}.gallery-pager { margin:0 10px; height: 20px; text-align: center; }.gallery-pager span { background-color: white; margin:0 3px; border-radius: 50%; font-size: 20px;}.gallery-pager span.cycle-pager-active { background: rgb(37, 59, 89); }.tour-rotation { max-width: 720px; margin:0 auto; position: relative; }.tour-rotation img { display: block; }.tour-rotation .cycle-slide { width: 100%; }.tour-rotation #prev,.tour-rotation #next { width: 60px; position: absolute; left:0; top:0; bottom:0; background-color: rgba(37, 59, 89,.5); z-index: 101; display: flex; justify-content: center; align-items:center; }.tour-rotation #prev i:before, .tour-rotation #next i:before { color:white; } .tour-rotation #next { left:auto; right:0; }#pager.tour-pager { text-align: center; margin:1em 0; }#pager.tour-pager > span { font-size:12px; margin:0 5px; border-radius: 50%; background-color: white; border: 3px solid transparent; box-sizing:border-box; }#pager.tour-pager span.cycle-pager-active { background: rgb(37, 59, 89); border-color:white; box-shadow: 0 4px 7px rgba(0, 1, 1, 0.25); }.page-divider { margin-bottom:-30px; }h2.divider-title { margin-top:0px; text-align: left; border-top:2px solid rgb(184, 172, 158); overflow: hidden; padding-top:10px; margin-bottom:.5em; }.divider-body { width: 100%; padding:10px 0; display: table; }#responsive-nav { display:none; }@media screen and (max-width: 1300px) { img { max-width: 100%; } body.index #fixed-tabs { position: absolute; } }@media screen and (max-width: 1200px) { .page article { max-width: calc(98% - 100px); margin-left:2%; } #section-meet h2 { width: 100%; } .section-split figure { margin-left:50px; margin-right:20px; } .section-alt figure { margin-right:50px; margin-left:20px; } .section-split article { box-sizing:border-box; padding:0 10px; } .reviews-rotation #prev, .reviews-rotation #next { width: auto; left:-60px; } .reviews-rotation #next { left:auto; right:-60px; } .reviews-rotation #prev img, .reviews-rotation #next img { height: 60px; } footer nav { margin:0 10px; } .footer-info .phone { font-size: 24px; } #banner .caption { margin:0px; left:0; } #pager.banner-pager { right:20px;} .banner-rotation figure { padding-bottom:0; min-height: auto; }.banner-rotation figure img { vertical-align:bottom; position:static; } #section-services article { box-sizing:border-box; padding:0 20px; } #services a { font-size:20px; } body.index h2 { font-size: 42px; } body.index h2 small { font-size:28px; }footer nav { max-width:350px; }.page-split h2, .page-split h3 { font-size:22px; }#fixed-tabs a.ra { transform:none; }}@media screen and (max-width: 1023px) { body.scrolled #header-bar { max-height: 0; opacity: 0; padding:0px; } #header-bar .flex-ed { justify-content: center; } .container { max-width: 96%; margin:0 2%; } .page article { max-width: 90%; margin:0 auto; } header { background:rgb(88, 111, 140); padding:0px; } #header-bar { justify-content: flex-end; } .top-links { display: none; } .logo { font-size:25px; } .logo b { display: none; } #banner { margin:0px; } .banner-rotation figure { margin:0px; } #banner .caption { position: static; margin:0px; max-width: 100%; background: rgba(0,0,0,.7);} .banner-rotation figure { padding:0px; } .banner-rotation figure img { display: inline-block; vertical-align: bottom; position: static;} #fixed-tabs { right:auto; top:auto; bottom:0; left:0; right:0; width:100%; display: flex; padding:0px; position: fixed!important; } #fixed-tabs a { display: flex; flex-flow:row nowrap; align-items:center; justify-content: center; flex:0 1 100%; padding:0px; left:auto; margin-bottom: 0px; position: static; text-align: center; border:none; box-shadow: none; } #fixed-tabs a i { width:auto; margin:0 5px 0 0; display: inline-block; vertical-align: middle; } #fixed-tabs a.ra { transform:none; } #fixed-tabs a.pf { display: none; } #fixed-tabs a.fb { background-color: rgb(77, 112, 168); } #fixed-tabs a.gp { background-color: rgb(220, 78, 65); } #copy { padding-bottom:50px; } header {width:100%; position: fixed; left:0; top:0; box-shadow: 0 0 15px rgba(0,0,0,0.3);} body, header, .mean-container .mean-nav {-webkit-transition:all .3s; transition: all .3s;} body {right: 0; position: relative;} body { padding-top:110px!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} body.mean-active .mean-container .mean-nav {right: 0; padding-bottom:40px;} .mean-container .mean-bar, .mean-container .mean-nav { background-color: rgb(37, 59, 89); } a.meanmenu-reveal {display: none;} .mean-container { display: -webkit-box!important;display: -webkit-flex!important;display: -ms-flexbox!important;display: flex!important; -webkit-flex-flow: row nowrap!important; -ms-flex-flow: row nowrap!important; flex-flow: row nowrap!important; -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center!important; -webkit-box-pack: justify!important; -webkit-justify-content: space-between!important; -ms-flex-pack: justify!important; justify-content: space-between!important;} .mean-container .mean-bar{flex:0!important; margin:8px;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1} .mean-container a.meanmenu-reveal{width:22px;height:22px;padding:10px 9px 8px 9px;cursor:pointer;color:#fff!important;text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;display:block;font-family:Arial,Helvetica,sans-serif;font-weight:700} .mean-container a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px} .mean-container .mean-nav{font-size:16px;position:fixed;right:-80%;margin:0;top:0;bottom:0;width:80%;overflow:auto} .mean-container .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none} .mean-container .mean-nav ul li{position:relative;float:left;width:100%} .mean-container .mean-nav ul li a{display:block;float:left;width:90%;padding:1em 5%;margin:0;text-align:left;color:#fff;border-top:1px solid #383838;border-top:1px solid rgba(255,255,255,.5);text-decoration:none;} .mean-container .mean-nav ul li li a{width:80%;padding:1em 10%;border-top:1px solid #f1f1f1;border-top:1px solid rgba(255,255,255,.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{width:70%;padding:1em 15%} .mean-container .mean-nav ul li li li li a{width:60%;padding:1em 20%} .mean-container .mean-nav ul li li li li li a{width:50%;padding:1em 25%} .mean-container .mean-nav ul li a:hover{background:#252525;background:rgba(255,255,255,.1)} .mean-container .mean-nav ul li a.mean-expand{margin-top:1px;width:24px;height:24px;padding:12px!important;text-align:center;position:absolute;right:0;top:0;z-index:2;font-weight:700;background:rgba(255,255,255,.1);border:none!important;border-left:1px solid rgba(255,255,255,.4)!important;border-bottom:1px solid rgba(255,255,255,.2)!important} .mean-container .mean-nav ul li a.mean-expand:hover{background:rgba(0,0,0,.9)} .mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both;width:0} .mean-nav .wrapper{width:100%;padding:0;margin:0} .mean-container .mean-bar,.mean-container .mean-bar *{box-sizing:content-box} .mean-remove{display:none!important} .section-split, .section-two-col { flex-flow:row wrap!important; } .section-two-col > div { width: 90%; flex:auto; justify-content: space-around; } .section-split article { max-width: 90%; text-align: center; } .section-split figure { margin:0px; } .section-alt figure { order:0; } #section-meet { padding-top:30px; } .reviews-rotation #prev, .reviews-rotation #next { display: none; } #footer-contents { flex-flow:row wrap; justify-content: space-around; } .footer-info { max-width: 350px; } #footer-map { max-width: 100%; flex:100%; } footer nav { width: 90%; flex:auto; } .page { padding:30px 0; } #footer-form { flex-flow:row wrap; } #footer-form article { max-width: 90%; margin:0px; text-align:center; }#footer-form strong { text-align:center; }#footer-form strong em { display:inline-block; } #footer-form .forms { max-width: 90%; } #footer-form .forms input { text-align: left; }}@media screen and (max-width: 759px) { .fix-nav header { position:relative; animation:none; } .page-split { display:block; } .page-split > div { width:100%; } article .forms .input { display:block; width:100%; } article .forms .inline { border:none; min-height:0px; } .forms .inline > * { width: 100%; } .more-to-explore .btn, .more-to-explore .btn-alt { min-width: 46%; } .google-map, .google-map iframe { height: 200px; } #footer-map { display: none; } #footer-logos { padding: 20px 10px 40px; } .section-split, #section-reviews, #section-options, #section-services { padding:30px 0; } #section-reviews { padding-left:10px; padding-right:10px; } #services { flex-flow:row wrap; padding:0 10px; } #services a { margin:0px!important; } #services a:nth-child(even) em { order:0; } #pager.banner-pager { display: none; } #footer-logos { flex-flow:wrap; } #footer-logos img { margin:0 0 10px;} .banner-rotation figure:before { display: none; }}@media screen and (max-width: 600px) { h1 { font-size: 36px; } h2 { font-size: 28px; } #services { justify-content: space-around; } .elem-right, .elem-left { float:none!important; margin:0 auto 15px!important; } #fixed-tabs a b { display: none; } #fixed-tabs a { flex:1; } #fixed-tabs a.ra b { display: inline-block; } #fixed-tabs a.gp, #fixed-tabs a.fb { display: none; } #fixed-tabs a.call, #fixed-tabs a.map { display: flex; } #copy > span { display: block; } #copy span span { display:none; } .faq-btn { line-height: 1.2em; } .faq-btn, .faq-content { padding-left:50px; } .faq-btn:before, .faq-content:before { left:0; transform:scale(.8); } .tour-rotation #prev, .tour-rotation #next { display: none; } h2.divider-title { border:none; } .reviews-rotation > article { padding:20px; font-size: 18px; } footer { padding:20px 0; } .footer-info { max-width: 90%; text-align: center; display: flex; justify-content: center; flex-flow:column; align-items:center; } footer .hours { margin:0 auto; text-align: left; max-width: 250px;} footer .hours strong { text-align: center; } footer nav { display: none; } header address { display: none; } }@media screen and (max-width: 479px) {#page-title:after { min-width:90%; margin-top:20px; } h1 { font-size:12vw; } h6 { font-size:6vw; } .more-to-explore .btn, .more-to-explore .btn-alt { min-width: 100%; margin:0 0 5px; }}
