@keyframes joinchat_show{0%{transform:scale3d(0,0,0)}to{transform:scaleX(1)}}@keyframes joinchat_badge_in{0%{opacity:0;transform:translate3d(0,50px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes joinchat_image_loop{0%,25%,to{opacity:0}20%,3%{opacity:1}}ul{box-sizing:border-box}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px;--joinchat-ico:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0s4.686 12.283 0 16.97a12 12 0 0 1-13.754 2.299l-5.814.735a.392.392 0 0 1-.438-.44l.748-5.788A12 12 0 0 1 3.517 3.517zm3.61 17.043.3.158a9.85 9.85 0 0 0 11.534-1.758c3.843-3.843 3.843-10.074 0-13.918s-10.075-3.843-13.918 0a9.85 9.85 0 0 0-1.747 11.554l.16.303-.51 3.942a.196.196 0 0 0 .219.22zm6.534-7.003-.933 1.164a9.84 9.84 0 0 1-3.497-3.495l1.166-.933a.79.79 0 0 0 .23-.94L9.561 6.96a.79.79 0 0 0-.924-.445l-2.023.524a.797.797 0 0 0-.588.88 11.754 11.754 0 0 0 10.005 10.005.797.797 0 0 0 .88-.587l.525-2.023a.79.79 0 0 0-.445-.923L14.6 13.327a.79.79 0 0 0-.94.23z'/%3E%3C/svg%3E");--joinchat-font:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif}.joinchat{--bottom:20px;--sep:20px;--s:60px;display:none;position:fixed;z-index:9000;right:var(--sep);bottom:var(--bottom);font:16px/1.625em var(--joinchat-font);letter-spacing:0;animation:joinchat_show .5s cubic-bezier(.18,.89,.32,1.28) 10ms both;transform:scale3d(0,0,0);transform-origin:calc(var(--s)/-2) calc(var(--s)/-4);-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgb(0 0 0/0)}.joinchat *,.joinchat :after,.joinchat :before{box-sizing:border-box}.joinchat--show{display:block;transform:scaleX(1)}.joinchat--noanim{animation:none}.joinchat__button{position:absolute;z-index:2;bottom:8px;right:8px;height:var(--s);min-width:var(--s);background:#25d366;color:inherit;border-radius:calc(var(--s)/2);box-shadow:1px 6px 24px 0 rgba(7,94,84,.24);cursor:pointer;transition:background-color .2s linear}.joinchat__button:hover{background:#128c7e}.joinchat__button:active{background:#128c7e;transition:none}.joinchat__button__open{width:var(--s);height:var(--s);border-radius:50%;background:rgb(0 0 0/0) var(--joinchat-ico) 50%no-repeat;background-size:60%;overflow:hidden}.joinchat__button__image{position:absolute;top:1px;right:1px;width:calc(var(--s) - 2px);height:calc(var(--s) - 2px);border-radius:50%;overflow:hidden;opacity:0}.joinchat__button__image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.joinchat--show .joinchat__button__image{animation:joinchat_image_loop 20s linear 5s infinite normal both}.joinchat__qr,.joinchat__tooltip{position:absolute;border:0;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);white-space:nowrap;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));pointer-events:none}.joinchat__tooltip{top:calc(var(--s)/2 - 16px);right:calc(var(--s) + 16px);max-width:calc(100vw - var(--s) - 45px);height:32px;padding:0 14px;line-height:31px;opacity:0;transition:opacity .3s ease-out .4s}.joinchat__qr:after,.joinchat__tooltip:after{content:"";display:block;position:absolute;border:8px solid transparent}.joinchat__tooltip:after{top:10px;right:-6px;border-width:6px 0 6px 8px;border-left-color:#fff}.joinchat__tooltip div{width:-moz-max-content;width:max-content;max-width:100%;overflow:hidden;text-overflow:ellipsis}.joinchat__qr{bottom:calc(var(--s) + 16px);right:0;display:none;flex-direction:column-reverse;width:228px;min-height:200px;padding:14px 14px 10px;text-align:center;animation:joinchat_badge_in .4s cubic-bezier(.11,.84,.83,1.01) .5s both}.joinchat__qr:after{bottom:-6px;right:calc(var(--s)/2 - 6px);border-width:8px 6px 0;border-top-color:#fff}.joinchat__qr div{font-size:14px;color:#4a4a4a;overflow:hidden;text-overflow:ellipsis}@media (hover:hover){.joinchat__button:hover .joinchat__tooltip{opacity:1;animation:none;transition:opacity .2s}.joinchat--btn .joinchat__button:hover .joinchat__qr{display:flex}}@media (prefers-reduced-motion){.joinchat{animation:none}}:root{--page-title-display:block}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}footer,header,nav{display:block}::-moz-selection{color:#fff;background:#172549}::selection{color:#fff;background:#172549}*{box-sizing:border-box;-webkit-padding-start:0;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-appearance:none}body{min-width:1200px;font-family:"Poppins",sans-serif;font-size:12px;line-height:1.2em;color:#555;margin:0;padding:85px 0 0;background:#fff}img{border:0}a{text-decoration:none;transition:.3s ease;color:rgb(54 128 33/1);cursor:pointer}a:hover{color:#000}h2,h4{font-weight:700;line-height:1}h3,p{padding:0}h3{font-weight:700;line-height:1;margin:0 0 12px}p{margin:0 0 20px}.clear{clear:both}.titleLine{width:120px;height:2px;background-color:#e1e1e1;display:block;margin:20px auto;clear:both}.titleLine em{width:60px;height:2px;background-color:rgb(54 128 33/1);display:block;margin:auto}.sectionHeader{text-align:center}.sectionHeader h2{color:#333;font-size:2em;font-weight:500}.sectionHeader h3{font-size:1.4em;font-weight:300;line-height:1.4em}.linkButton{display:inline-block;background:rgb(54 128 33/1);padding:0 20px;border-radius:18px;color:#fff;font-weight:600;height:36px;line-height:36px;letter-spacing:.04em}.linkButton:hover{background:#333;color:#fff}.homeHotel .hhContent h4{font-size:16px}.customTextBlock,.customTextBlock2{max-width:1200px;margin:0 auto 30px;text-align:center;font-size:16px;line-height:1.8;color:#333;font-weight:400}.centeredContent{width:1170px;margin:0 auto;position:relative}.pageHeader{background:#fff;border-bottom:1px solid #e6e6e6;box-shadow:2px 0 2px #e6e6e6;position:fixed;margin:0;padding:0;width:100%;top:0;height:85px;z-index:10}.logo{float:left;margin:22px 0 0}.logo img{width:230px;height:auto}.pageNav{float:right;line-height:50px;text-align:right;text-transform:uppercase;clear:right;margin:35px 0 0 40px}*,.pageNav ul,h2,h4{padding:0;margin:0}.pageNav ul li{list-style:none;padding:0;margin:0 20px 0 0;display:inline-block;position:relative;line-height:50px}.pageNav ul li a{color:rgb(0 0 0/.9);font-weight:600}.current-menu-item a,.current_page_item a,.pageNav ul li a:hover{color:rgb(54 128 33/1)!important}.pageNav ul li:last-child{margin-right:0}.pageFooter .fwidget a,.pageNav ul li:hover>a{color:#18a84c}.galleryFooter{clear:both;width:100%;border-top:5px #f4f4f4 solid;background:#fff;margin:40px 0 0}.galleryFooter a,.pageFooter{background:center center no-repeat;background-size:cover}.galleryFooter a{display:inline-block;width:20%;height:165px;margin:0;padding:0;float:left}.pageFooter{position:relative}.fOverlay{width:100%;background:#f4f4f4;padding:32px 0 8px;font-size:.95em;line-height:1.4em}.fOverlay h3{text-transform:uppercase;font-size:1.2em;margin:0 0 16px}.pageFooter .fwidget{width:33.33%;float:left;padding:0 30px 0 0}.fOverlay h3,.homeHotel h4,.pageFooter .fwidget strong{font-weight:600}.fBottomText{text-align:center;font-size:.85em;color:#888;padding:10px 0;clear:both}.fCredits,.fMenu{text-align:center;background:#e6e6e6}.fCredits{clear:both;font-size:.85em;padding:16px 0;overflow:hidden}.fCredits a,.fCredits strong{color:rgb(0 0 0/.7)}.fCredits strong{font-weight:400}.fMenu{padding:16px 0 0}.fMenu ul{margin:0;padding:0}.fMenu ul li{display:inline-block;margin:0 12px;padding:0;list-style:none}.fMenu a:hover{color:#fff}.fMenu,.homeHeader{clear:both}.homeSlider{float:left;width:80%}.picHolder{width:100%;height:495px;background:center center no-repeat;background-size:cover;display:table;position:relative;overflow:hidden}.phText,.slideLink{width:100%;height:100%}.phText{display:table-cell;vertical-align:middle;padding:0 12%;color:#fff;text-align:center}.phText h2{font-size:2.7em;font-weight:500;text-shadow:0 0 2px #000;margin:0 0 16px;line-height:1.2em}.slideLink{position:absolute;left:0;top:0;display:block}.homeBanners{width:20%;float:right;height:495px;padding:0 0 0 5px}.hBanner{display:block;height:165px;width:100%;background:center center no-repeat;background-size:cover}.homeHotelsContainer{clear:both;background:#f5f5f5;padding:16px 0;margin:30px auto}.homehotels{padding:16px 0 0;text-align:center}.homeHotel{background:#fff;box-shadow:0 1px 3px rgb(0 0 0/.2);border-radius:4px;overflow:hidden;width:22%;margin:1%;text-align:left;display:inline-block}.hHotelPic{background:#e6e6e6 center center no-repeat;background-size:cover;width:100%;height:170px;display:block;position:relative}.homeHotel h4{font-size:1.32em}.homeHotel h4 a{color:#333}.homeHotel h4 a:hover{color:rgb(54 128 33/1)}.hhContent{padding:12px 16px;font-size:.9em}.fPrice{text-transform:uppercase;font-weight:600;color:#d00;font-size:1.6em}.hhPrice{clear:both;padding:10px 0;font-size:1.2 em}.BlogHome{padding:60px 0 0}.BlogHome h3{text-align:left;margin:0}.BlogHome h3 small a{margin:0 0 0 8px;color:#0744a2;font-size:16px}.BlogHome h3 small a:hover{color:#871214}.BlogHome h3 small:before{content:"|";display:inline-block}.hhServices{margin:-2px -6px 10px;height:30px;overflow:hidden}.hhServices img{width:auto;height:27px;margin:2px}.BlogHome h3 small a,.hhDistance{font-weight:700;display:inline-block}.hhDistance{font-size:1.1em;color:#333;float:left;height:36px;line-height:36px}.hotelListItem .linkButton{display:inline-block;float:right}.capacity{font-size:12px;font-weight:700;text-align:right;background-color:#143d59;color:#fff;padding:1px 42px;border-radius:5px}.hhPrice{margin-bottom:5px}.recentBlogHeader{clear:both;padding:24px 0}.recentBlogHeader .bhFeatured{width:25%;height:230px;float:left;display:block;background:#ccc center center no-repeat;background-size:cover;border-left:5px solid #fff;border-top:5px solid #fff;overflow:hidden;position:relative;color:#fff;text-transform:uppercase}.recentBlogHeader .bhFeatured:first-child{width:50%;height:460px;border-left:none}.recentBlogHeader .bhFeatured .bhOverlay{position:absolute;z-index:1;background:rgb(0 0 0/.4);width:100%;height:100%;transition:.3s ease}.bhText{position:absolute;z-index:2;padding:12px;bottom:0;left:0}.recentBlogHeader .bhFeatured h2{font-weight:600;font-size:1.3em;margin-bottom:2px;line-height:1.1em}.recentBlogHeader .bhFeatured:first-child h2{font-size:2em}.recentBlogHeader .bhFeatured span{font-size:.8em}.recentBlogHeader .bhFeatured:hover .bhOverlay{background:rgb(47 69 125/.8)}.menu_button{display:none}@media only screen and (min-width:0) and (max-width:767px){img{max-width:100%!important}body{min-width:320px;padding:0}.centeredContent,body{width:100%}.menu_button{width:42px;position:absolute;right:5px;top:18px;display:inline-block;cursor:pointer;z-index:999999}.menu_button .line{width:100%;height:3px;background:#172549;margin:0 0 9px;transition:.3s ease}.menu_button .line.last{margin:0}.pageNav{display:none;float:none;clear:both;position:fixed;background:rgb(23 37 73/.95);z-index:99999;top:0;left:0;padding:72px 0 0;width:100%;margin:0;text-align:left;height:500px}.pageNav ul li{float:none;display:block;margin:0;border-bottom:2px solid rgb(0 0 0/.3)!important;box-shadow:inset 0 2px 0 0#fff}.pageNav ul li a{display:block;color:#fff;background:0 0;line-height:50px;padding:0 16px}.pageNav ul li a:hover{color:#fff}.pageHeader{position:relative;height:auto;z-index:auto;box-shadow:none;border-bottom:none;padding:0 16px}.homeSlider,.pageFooter .fwidget{float:none;clear:both;width:100%}.picHolder{height:200px}.homeBanners{clear:both;float:none;width:100%;height:auto;display:block}.hBanner{width:calc(33.33% - 10px);display:inline-block;margin:5px;padding:0;float:left;height:80px}.homeHotelsContainer{margin:16px auto;padding:10px 16px}.sectionHeader h3{font-size:1.1em}.sectionHeader h2{font-size:1.8em}.titleLine{margin:16px auto}.hHotelPic{height:220px}.homeHotel{width:calc(100% - 20px);overflow:inherit}.homeHotel .hhContent h4{font-size:20px}.linkButton{width:50%;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:0;padding:0;height:36px;text-align:center;text-transform:uppercase;font-size:14px;line-height:36px}.galleryFooter{display:none}.pageFooter .fwidget{padding:10px 16px}.fCredits{padding:10px 16px;font-size:.75em}.fMenu{font-size:.85em;padding:10px 16px 0}.fBottomText{padding:10px 16px;font-size:.75em}.logo{clear:both;padding:13px 0 3px}.logo img{width:180px;height:auto}.hotelListItem .linkButton,.logo{display:block;float:none}.hotelListItem{margin-bottom:30px}.recentBlogHeader .bhFeatured:first-child{width:100%;height:260px}.recentBlogHeader .bhFeatured{width:50%;border:5px solid #fff;height:180px}.recentBlogHeader{padding-top:0}}