/* Live development CSS - 21 Jul 2026 - 09:10:36 */ article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@charset "UTF-8";#imagelightbox{position: fixed;z-index: 9999; -ms-touch-action: none;touch-action: none;}#imagelightbox-overlay{background-color: #fff;background-color: rgba( 255, 255, 255, .9 );position: fixed;z-index: 9998;top: 0;right: 0;bottom: 0;left: 0;}#imagelightbox-close {width: 2.5em; height: 2.5em; text-align: left;text-indent: -9999px;background-color: #666;position: fixed;z-index: 10002;top: 2.5em; right: 2.5em; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;-webkit-transition: color .3s ease;-moz-transition: color .3s ease;-ms-transition: color .3s ease;-o-transition: color .3s ease;transition: color .3s ease;}#imagelightbox-close:hover {background-color: #111;}#imagelightbox-close:before,#imagelightbox-close:after {width: 2px;background-color: #fff;content: '';position: absolute;top: 20%;bottom: 20%;left: 50%;margin-left: -1px;}#imagelightbox-close:before {-webkit-transform: rotate( 45deg );-moz-transform: rotate( 45deg );-ms-transform: rotate( 45deg );-o-transform: rotate( 45deg );transform: rotate( 45deg );}#imagelightbox-close:after {-webkit-transform: rotate( -45deg );-moz-transform: rotate( -45deg );-ms-transform: rotate( -45deg );-o-transform: rotate( -45deg );transform: rotate( -45deg );}html {padding:0;margin:0;line-height: 24px;font-family: 'Raleway', sans-serif;}*, *:before, *:after { box-sizing:border-box; }.forSale {text-align: left;padding: 3%;display: inline-block;position: absolute;top: 12%;left: 30%;right: 10%;border:#143f7b 2px solid;background: rgba(255,255,255,0.8);font-size: 26px;line-height: 30px;}.forSale h1 {font-size:34px;color:#143f7b;}.forSale a {color:#143f7b;}.mainBanner,.bannerLarge{width:100%;position:relative;z-index:-100;}.arrow{position:absolute;margin-left:50%;right:50%;bottom:50px;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);-webkit-animation:arrowbounce .7s linear infinite alternate;-moz-animation:arrowbounce .7s linear infinite alternate;-ms-animation:arrowbounce .7s linear infinite alternate;-o-animation:arrowbounce .7s linear infinite alternate;animation:arrowbounce .7s linear infinite alternate;}@-webkit-keyframes arrowbounce {from {-webkit-transform:translate(0,0);transform:translate(0,0);}to {-webkit-transform:translate(0,-7px);transform:translate(0,-7px);}}@-moz-keyframes arrowbounce {from {-moz-transform:translate(0,0);transform:translate(0,0);}to {-moz-transform:translate(0,-7px);transform:translate(0,-7px);}}@-ms-keyframes arrowbounce {from {-ms-transform:translate(0,0);transform:translate(0,0);}to {-ms-transform:translate(0,-7px);transform:translate(0,-7px);}}@-o-keyframes arrowbounce {from {-o-transform:translate(0,0);transform:translate(0,0);}to {-o-transform:translate(0,-7px);transform:translate(0,-7px);}}@keyframes arrowbounce {from {transform:translate(0,0);}to {transform:translate(0,-7px);}}.container img{padding:0 20px;margin-bottom:15px;display:block;}.container {text-align:center;padding-top:15px;display:inline-block;position: absolute;top: 0;left: 5%;background:rgba(255,255,255,0.8);}header#nav ul {list-style-type: none;margin: 0;padding:0;}header#nav ul > li {display: block;margin: 0;padding: 0;}header#nav ul > li > a {display: block;padding: 5px;color: #143f7b;font-size: 20px;font-family: 'Raleway', sans-serif;text-decoration:none;text-transform:uppercase;font-weight:100;}header#nav ul > li > a:hover,header#nav ul > li > a.cur { text-decoration: none; color: #f0ea4d; background:#143f7b;}#hamburger {display: none;width: 25px;height: 24px;position: fixed;right:12px;top:17px;cursor: pointer;}#hamburger > span {background: #143f7b;display: block;width: 100%;height: 4px;position: relative;margin-top: 12px;}#hamburger > span::before,#hamburger > span::after {content: "";display: block;width: 100%;height: 4px;background: #143f7b;position: absolute;top: -8px;}#hamburger > span::after { top: 8px; }#hamburger:hover > span,#hamburger:hover > span::after,#hamburger:hover > span::before {background: #f0ea4d;}#close {position: fixed;top: 17px;right: 6px;width: 30px;height: 30px;z-index: 1200;display: none;cursor: pointer;}#close > span,#close > span::after {content: "";display: block;width: 4px;height: 100%;background: #143f7b;position: absolute;left: 50%;margin-left: -3px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}#close > span::after {-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-o-transform: rotate(-90deg);transform: rotate(-90deg);}#close:hover > span,#close:hover > span::after { background: #f0ea4d; }h1 {font-weight:normal;line-height:34px;}p {font-weight:100;}header#nav ul > li > a.bookNowBtn {display:block;text-decoration:none;background:#295188;padding:13px;color:#ffffff;text-transform:uppercase;font-size:20px;}header#nav ul > li > a.bookNowBtn:hover {color:#f0ea4d;}.introSection {width:100%;background:#eeeeee;margin-top:-7px;height:400px;overflow:hidden;padding:20px;}.introSection .introContainer {max-width:970px;margin:0 auto;padding:20px 20px 0 20px;position:relative;}.introSection .introContainer h1 {margin:0;color:#143f7b;}.introSection .introContainer .introCopy {width:50%;float:left;}.introContainer img {width:40%;float:right;margin-left:50px;}.introSection .introContainer::after {display:block;content:'';clear:both;}.introCopy p {color:#666666;text-align:justify;}.mobileIntroImgs {display:none;}.malawiSection {width:100%;background:#77b3be;padding:20px;}.malawiContainer {max-width:970px;margin:0 auto;text-align:center;}.malawiContainer h1{color:#ffffff;}.malawiSection p{color:#ffffff;text-align:left;}.malawiContainer a {color: #ffffff;text-decoration: none;padding: 10px;border: 2px solid #ffffff;margin: 10px 0;display: inline-block;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}.malawiContainer a:hover {background: #ffffff;color:#77b3be;}.newsSection {width:100%;background:#2f5283;}.newsContainer {margin:0 auto;}.newsContainer::after {content:'';display:block;clear:both;}.newsContainer .newsImage {width:40%;float:left;margin-right:20px;}.newsContainer .newsImage img {width:100%;}.newsContainer .newsCopy h1 {color:#ffffff;}.newsContainer .newsCopy {float:left;width:57%;}.newsContainer .newsCopy p {color:#ffffff;}.tripAdvisorSection {width:100%;background:#ffffff;margin-top:-7px;padding:20px;}.tripContainer {max-width:970px;text-align:center;margin:0 auto;padding:20px;}.tripContainer::after {display:block;content:'';clear:both;}.tripContainer .ta-comment {width:33%;display:inline-block;float:left;padding:20px;text-align:left;}.tripContainer .ta-comment p {color:#707070;}.tripContainer .ta-logo-div {display:block;text-align:center;}.tripContainer .ta-logo-div img {width:110px;}.tripContainer .ta-comment h4 {font-weight:400;color:#707070;font-style:italic;}.tripContainer a {text-decoration:none;color:#707070;padding:10px 20px;border:2px solid #707070;margin:0 auto;width:300px;display:block;clear:both;text-align: center;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}.tripContainer a:hover {background:#01a64f;color:#fff;border-color:#01a64f;}.gallerySection {width:100%;}.zoomImages {width:16.8%;display:inline-block;margin-left:-5px;overflow:hidden;}.zoomImages img {width:100%;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;display:block;}.zoomImages img:hover {-webkit-transform:scale(1.08);-moz-transform:scale(1.08);-ms-transform:scale(1.08);-o-transform:scale(1.08);transform:scale(1.08);}footer {width:100%;background:#19314a url('../images/footer-bg.jpg') top center no-repeat;background-size:cover;margin-top:-7px;}.footerContainer {max-width:970px;margin:0 auto;position:relative;padding:20px;}.footerContainer::after {content:'';display:block;clear:both;}.footerContainer > .footerDetails h2 {color:#ffffff;font-weight:normal;}.footerContainer > .footerDetails p {color:#ffffff;}.footerContainer > .footerDetails a {color:#ffffff;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;padding:2px;}.footerContainer > .footerDetails a:hover {color:#f0ea4d;}.footerContainer .socialMedia {position:absolute;right:0;bottom:0;padding-right:20px;}.footerContainer .socialMedia {position:absolute;right:0;bottom:20px;}.footerContainer .socialMedia img {width:60px;}footer .copyright {background:rgba(0,0,0,0.5);padding:10px;}footer .copyright p {color:#ffffff;max-width:970px;margin:0 auto;padding-left:20px;}footer .copyright a {color:#ffffff;}footer .copyright a:hover {color:#f0ea4d;}.normalSection {width:100%;background:#eeeeee;margin-top:-7px;padding:20px;display:block;}.normalSection::after,.normalSection-Alt::after {content: '';display: block;clear: both;}.normalText {max-width:970px;margin:0 auto;padding:0 20px;}.normalText h1 {margin:0;color:#143f7b;}.normalText p,.normalText li {color:#666666;}.normalText strong {color:#143f7b;}.lodgeCover {width:100%;background:#eeeeee url('../images/lodge-coverimg.jpg') center center no-repeat;background-attachment:fixed;background-size:cover;height:500px;}.galleryCover {width:100%;background:#eeeeee url('../images/gallery-coverimg.jpg') center center no-repeat;background-attachment:fixed;background-size:cover;height:500px;}.thumbGallery {width:100%;text-align: center;}.thumbGallery li{width:24%;display: inline-block;padding: 10px}.thumbGallery li img {width: 100%}.thumbGallery ul {list-style: none;margin: 0;padding: 0;}.lightboxSection {width:100%;background:#eeeeee;margin-top:-7px;padding:20px 0;}.normalSection-Alt {width:100%;background:#77B3BE;margin-top:-7px;padding:20px;display:block;}.normalText-Alt {max-width:970px;margin:0 auto;padding:0 20px;}.normalText-Alt h1 {margin:0;color:#ffffff;}.normalText-Alt p {color:#ffffff;}.normalText h2 {font-size: 40px;font-weight: 100;color:#77B3BE;line-height: 43px;}.normalText-Alt h2 {font-size: 40px;font-weight: 100;color:#ffffff;line-height: 43px;}.halfOne {padding: 20px;width: 49%;float: left;}.halfTwo {background: #e5e5e5;padding: 20px;width: 48.7%;float: left;}.normalText .halfTwo h1,.halfTwo h3,.halfOne h3 {color: #143f7b;}.normalText .halfTwo li,.halfOne li {color: #666666;}.basicBtn {width:100%;display: block;background: #eeeeee;text-align: center;padding:0 0 30px 0;}.basicBtn a {background: #143f7b;color: #ffffff;text-decoration: none;padding: 5px 20px;display: inline-block;}.basicBtn a:hover {color: #f0ea4d;}.halfTwo.altColorTwo {background: #6fa7b1;}.altColorTwo h3,.altColorTwo li,.altColorTwo p{color: #ffffff;}.facilitiesContainer {max-width: 970px;margin: 0px auto;padding: 0px 20px;}.facilitiesIcons {padding:0;}.facilitiesIcons li {display:inline-block;width:24.5%;padding:10px 0;}.facilitiesIcons img {float:left;width:80px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;}.facilitiesIcons img:hover {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}.facilitiesIcons span {display:table-cell;vertical-align:middle;line-height:18px;font-weight:100;color:#ffffff;padding-left:10px;height:80px;}.iconSection {width:100%;margin-top:-7px;padding:20px;display:block;background:#466c74 url('../images/underwater-bg2.jpg') top center repeat;background-attachment:fixed;background-size:cover;}.owners {text-align: center;margin-bottom:15px;}.owners img {width:200px;margin:0 10px;}.normalText h3 {color: #143f7b;font-weight: 400; }.bookSection {width:100%;background:#eeeeee;margin-top:-7px;padding:20px;display:block;}.bookSection::after {content: '';display: block;clear: both;}.bookContainer {max-width:970px;margin:0 auto;text-align:center;}.halfOne .bookBlock {width: 90%;max-width: 90%;}.bookContainer .halfTwo{background-color: transparent;}.bookBlock .value {background: #77B3BE;padding:20px 10px;display:block;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}.bookBlock .value:hover {-webkit-transform:scale(1.07);-moz-transform:scale(1.07);-ms-transform:scale(1.07);-o-transform:scale(1.07);transform:scale(1.07);}.bookBlock .value a {color: #FFFFFF;text-decoration: none;font-size: 26px;}.ratesSection {width:100%;background:#eeeeee;margin-top:-7px;padding:20px;display:block;}.ratesSection::after {content: '';display: block;clear: both;}.ratesContainer {max-width:970px;margin:0 auto;text-align:center;}.ratesBlock {width: 30%;max-width: 300px;background: #dddddd;margin: 0 10px;display: inline-block;}.ratesBlock .low {background: #7fb53c;padding: 10px;}.ratesBlock .mid {background: #d87939;padding: 10px;}.ratesBlock .high {background: #b75332;padding: 10px;}.ratesBlock h1 {margin: 0;padding: 0;color: #ffffff;}.ratesBlock .value small,.ratesBlock .value h3{margin: 0;padding: 0;color: #ffffff;}.ratesBlock .value {background: #143f7b;padding:20px 10px;display:block;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}.ratesBlock .value:hover {-webkit-transform:scale(1.07);-moz-transform:scale(1.07);-ms-transform:scale(1.07);-o-transform:scale(1.07);transform:scale(1.07);}.ratesBlock .value h3{font-size: 36px;padding: 10px;}.ratesBlock .value small {font-size: 16px;}.ratesBlock .smallText {background: #4283c4;padding: 10px;}.ratesBlock .smallText p {color: #ffffff;}.ratesBlock .childRates h3,.ratesBlock .childRates p{margin: 0;}.ratesBlock .childRates {padding: 20px;}.ratesBlock .childRates p {color: #555555;line-height: 20px;font-size: 16px;}.ratesBlock .childRates h3 {color: #555555;}.halfOne .ratesBlock {width: 90%;max-width: 90%;}.ratesContainer .halfOne {padding: 0;}.ratesContainer .halfTwo p{text-align: left;color:#555555;}.enquiryForm {width:100%;background:#77B3BE;padding:20px;display:block;}.contactPageForm {max-width:970px;margin:0 auto;padding:0 20px;}.contactPageForm h1 {text-align: center;margin:0;color:#eeeeee;margin-bottom:10px;}.fieldRight,.fieldLeft {float:left;width:50%;padding:5px;}.fieldMessage {padding:5px;width:100%;clear:both;}input,textarea {width:100%;padding:5px;color:#333333;border:1px solid #dddddd;border-radius:0;}textarea {height:100px;border-radius:0;}label {color:#eeeeee;}input[type=submit] {display:inline-block;width:200px;margin-left:5px;border:0;color:#ffffff;background:#143f7b;padding:7px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;border-radius:0;}input[type=submit]:hover {background:#436595;}input[type=date]{width:100%;display:block;}.cutOff {height:420px;overflow:hidden;}.buttonDiv {clear: both;display: block;padding-top: 40px;}.defaultButton {text-decoration:none;color:#707070;padding:10px 20px;border:2px solid #707070;margin:0 auto;width:300px;display:block;clear:both;text-align: center;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}.defaultButton:hover {background:#143f7b;color:#fff;border-color:#143f7b;}@media only screen and (min-width: 1200px) {.zoomImages {width:16.73%;}}@media only screen and (max-width: 1400px) {.forSale {text-align: left;padding: 3%;display: inline-block;position: absolute;top: 2%;left: 35%;right: 5%;background: rgba(255,255,255,0.8);font-size: 16px;line-height: 20px;}.forSale h1 {font-size:22px;color:#143f7b;}.forSale a {color:#143f7b;}}@media only screen and (max-width: 1100px) {.arrow {display:none;}.facilitiesIcons li {width:32%;}}@media only screen and (max-width: 800px) {.forSale {text-align: left;padding: 3%;display: inline-block;position: absolute;top: 8%;left: 2%;right: 2%;background: rgba(255,255,255,0.8);font-size: 13px;line-height: 20px;}.forSale h1 {font-size:18px;color:#143f7b;}.forSale a {color:#143f7b;}header#nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; height:60px;background:#ffffff;}header#nav ul {display: block;position: fixed;float: none;top: 0;left: 0;right: 0;background: white;padding: 10px;z-index: 1000;-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);-webkit-transform: translateY(-540px);-moz-transform: translateY(-540px);-ms-transform: translateY(-540px);-o-transform: translateY(-540px);transform: translateY(-540px);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}header#nav ul > li {float: none;border-bottom: 1px solid #f2f2f2;display:block;}header#nav ul > li:last-child { border-bottom: none; }header#nav ul > li > a {display: block;font-size: 20px;text-align: center;padding: 15px;}header#nav ul > li > a:hover,header#nav ul > li > a.cur { background:none;}header#nav ul > li > a.bookNowBtn:hover { background:#143f7b;}#hamburger {display: block;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);}#close {-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-transform: translateX(50px);-moz-transform: translateX(50px);-ms-transform: translateX(50px);-o-transform: translateX(50px);transform: translateX(50px);display: block;}header#nav.showNav ul {-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);} header#nav.showNav #hamburger {-webkit-transform: translateX(50px);-moz-transform: translateX(50px);-ms-transform: translateX(50px);-o-transform: translateX(50px);transform: translateX(50px);}header#nav.showNav #close {-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);}.introSection .introContainer .introCopy {width:100%;float:none;}.introContainer img {display:none;}.introSection {height:auto;}.container img {width:150px;display:inline-block;float:left;}.container {background:none;padding:6px 0;width:100%;}.mobileIntroImgs {display:inline-block;}.mobileIntroImgs img {width:50%;padding:10px;}.newsContainer .newsImage {width:100%;float:none;margin-right:0;}.newsContainer .newsCopy {float:none;width:100%;padding:0 20px 20px 20px;}.tripContainer .ta-comment {width:100%;display:block;float:none;text-align:center;padding:0 0 1px 0;}.zoomImages {width:50.3%;margin-bottom:-7px;}.mainBanner {margin-top:60px;height:520px;}.lodgeCover,.galleryCover {background-attachment: scroll;}.thumbGallery li{width:49%;padding:0;}.halfOne {width: 100%;float: none;}.halfTwo {width: 100%;float: none;}.facilitiesIcons li {width:49%;margin-bottom:6px;}.halfOne .ratesBlock {width: 300px;max-width: 300px;margin-bottom:20px:}}@media only screen and (max-width: 740px) {.tripContainer a {display:block;margin:0 auto;margin-bottom:10px;}.ratesBlock {width:90%;max-width:90%;margin-bottom:20px}.ratesSection {margin:0;padding:0;}.halfOne .ratesBlock {width: 90%;max-width: 90%;margin-bottom:20px:}.cutOff {height:auto;}}@media only screen and (max-width: 640px) {.footerContainer .footerDetails {float:none;width:100%;}.footerContainer .socialMedia {position:relative;display:block;padding-top:30px;padding-right:0;}footer .copyright {text-align:center;}.footerContainer {padding-bottom:0;text-align:center;}.owners img {margin:0;padding:0;width:49%;}.owners {padding:0;}.fieldRight,.fieldLeft,.fieldMessage {float:none;width:100%;padding:5px 0;}input[type=submit] {margin-left:0;width:100%;}}@media only screen and (max-width: 480px) {.mobileIntroImgs img{width:100%;}.zoomImages {width:100%;margin-left:0;}.facilitiesIcons {margin:0;}.facilitiesIcons li {width:100%;padding-left: 20px}.facilitiesIcons li:nth-child(odd){background: rgba(0,0,0,0.1);display: block;}.facilitiesContainer {padding: 0;}.iconSection {padding: 0;background: #143f7b;}.tripContainer a {width:93%;padding:10px;}.tripContainer {padding:0;}.lodgeCover {background-position:center right;}.halfOne,.introSection .introContainer {padding:0;}.normalText-Alt h2,.normalText h2 {font-size:28px;line-height:34px;}.lightboxSection {margin:0;padding:0;}.ratesContainer .normalText {padding: 0 10px;}.ratesSection { padding:10px 0;}}