/* Retrieved from cache */ 

/* source/vendor/normalize.min.css */
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}

/* source/interface/style.resets.css */
@charset "UTF-8";html {font-family: [[site_font_family]];font-weight: [[site_font_weight]];line-height: 24px;}h1,h2,h3,h4,h5,h6,hgroup,ul,ol,dd,p,figure,pre,table,fieldset,hr{margin-bottom: 24px;}*, *:before, *:after { box-sizing:border-box; }a, a:active, a:focus { outline: 0; }a, a:active, a:focus { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }section,header,footer { margin:0; padding: 0; display: block; }section::after,header::after,footer::after { content: ""; clear: both; display: block; }

/* source/vendor/owl.carousel.css */
.owl-carousel .animated {-webkit-animation-duration: 1000ms;animation-duration: 1000ms;-webkit-animation-fill-mode: both;animation-fill-mode: both;}.owl-carousel .owl-animated-in {z-index: 0;}.owl-carousel .owl-animated-out {z-index: 1;}.owl-carousel .fadeOut {-webkit-animation-name: fadeOut;animation-name: fadeOut;}@-webkit-keyframes fadeOut {0% {opacity: 1;}100% {opacity: 0;}}@keyframes fadeOut {0% {opacity: 1;}100% {opacity: 0;}}.owl-height {-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}.owl-carousel {display: none;width: 100%;-webkit-tap-highlight-color: transparent;position: relative;z-index: 1;}.owl-carousel .owl-stage {position: relative;-ms-touch-action: pan-Y;}.owl-carousel .owl-stage:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}.owl-carousel .owl-stage-outer {position: relative;overflow: hidden;-webkit-transform: translate3d(0px, 0px, 0px);}.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot {cursor: pointer;cursor: hand;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}.owl-carousel.owl-loaded {display: block;}.owl-carousel.owl-loading {opacity: 0;display: block;}.owl-carousel.owl-hidden {opacity: 0;}.owl-carousel .owl-refresh .owl-item {display: none;}.owl-carousel .owl-item {position: relative;min-height: 1px;float: left;-webkit-backface-visibility: hidden;-webkit-tap-highlight-color: transparent;-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}.owl-carousel .owl-item img {display: block;width: 100%;-webkit-transform-style: preserve-3d;}.owl-carousel.owl-text-select-on .owl-item {-webkit-user-select: auto;-moz-user-select: auto;-ms-user-select: auto;user-select: auto;}.owl-carousel .owl-grab {cursor: move;cursor: -webkit-grab;cursor: -o-grab;cursor: -ms-grab;cursor: grab;}.owl-carousel.owl-rtl {direction: rtl;}.owl-carousel.owl-rtl .owl-item {float: right;}.no-js .owl-carousel {display: block;}.owl-carousel .owl-item .owl-lazy {opacity: 0;-webkit-transition: opacity 400ms ease;-moz-transition: opacity 400ms ease;-ms-transition: opacity 400ms ease;-o-transition: opacity 400ms ease;transition: opacity 400ms ease;}.owl-carousel .owl-item img {transform-style: preserve-3d;}.owl-carousel .owl-video-wrapper {position: relative;height: 100%;background: #000;}.owl-carousel .owl-video-play-icon {position: absolute;height: 80px;width: 80px;left: 50%;top: 50%;margin-left: -40px;margin-top: -40px;background: url("owl.video.play.png") no-repeat;cursor: pointer;z-index: 1;-webkit-backface-visibility: hidden;-webkit-transition: scale 100ms ease;-moz-transition: scale 100ms ease;-ms-transition: scale 100ms ease;-o-transition: scale 100ms ease;transition: scale 100ms ease;}.owl-carousel .owl-video-play-icon:hover {-webkit-transition: scale(1.3, 1.3);-moz-transition: scale(1.3, 1.3);-ms-transition: scale(1.3, 1.3);-o-transition: scale(1.3, 1.3);transition: scale(1.3, 1.3);}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon {display: none;}.owl-carousel .owl-video-tn {opacity: 0;height: 100%;background-position: center center;background-repeat: no-repeat;-webkit-background-size: contain;-moz-background-size: contain;-o-background-size: contain;background-size: contain;-webkit-transition: opacity 400ms ease;-moz-transition: opacity 400ms ease;-ms-transition: opacity 400ms ease;-o-transition: opacity 400ms ease;transition: opacity 400ms ease;}.owl-carousel .owl-video-frame {position: relative;z-index: 1;}

/* source/vendor/pikaday.css */
@charset "UTF-8";.pika-single {z-index: 9999;display: block;position: relative;color: #333;background: #fff;border: 1px solid #ccc;border-bottom-color: #bbb;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}.pika-single:before,.pika-single:after {content: " ";display: table;}.pika-single:after { clear: both }.pika-single { *zoom: 1 }.pika-single.is-hidden {display: none;}.pika-single.is-bound {position: absolute;box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);}.pika-lendar {float: left;width: 240px;margin: 8px;}.pika-title {position: relative;text-align: center;}.pika-label {display: inline-block;*display: inline;position: relative;z-index: 9999;overflow: hidden;margin: 0;padding: 5px 3px;font-size: 14px;line-height: 20px;font-weight: bold;background-color: #fff;}.pika-title select {cursor: pointer;position: absolute;z-index: 9998;margin: 0;left: 0;top: 5px;filter: alpha(opacity=0);opacity: 0;}.pika-prev,.pika-next {display: block;cursor: pointer;position: relative;outline: none;border: 0;padding: 0;width: 20px;height: 30px;text-indent: 20px;white-space: nowrap;overflow: hidden;background-color: transparent;background-position: center center;background-repeat: no-repeat;background-size: 75% 75%;opacity: .5;*position: absolute;*top: 0;}.pika-prev:hover,.pika-next:hover {opacity: 1;}.pika-prev,.is-rtl .pika-next {float: left;background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');*left: 0;}.pika-next,.is-rtl .pika-prev {float: right;background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');*right: 0;}.pika-prev.is-disabled,.pika-next.is-disabled {cursor: default;opacity: .2;}.pika-select {display: inline-block;*display: inline;}.pika-table {width: 100%;border-collapse: collapse;border-spacing: 0;border: 0;}.pika-table th,.pika-table td {width: 14.285714285714286%;padding: 0;}.pika-table th {color: #999;font-size: 12px;line-height: 25px;font-weight: bold;text-align: center;}.pika-button {cursor: pointer;display: block;box-sizing: border-box;-moz-box-sizing: border-box;outline: none;border: 0;margin: 0;width: 100%;padding: 5px;color: #666;font-size: 12px;line-height: 15px;text-align: right;background: #f5f5f5;}.pika-week {font-size: 11px;color: #999;}.is-today .pika-button {color: #33aaff;font-weight: bold;}.is-selected .pika-button {color: #fff;font-weight: bold;background: #33aaff;box-shadow: inset 0 1px 3px #178fe5;border-radius: 3px;}.is-inrange .pika-button {background: #D5E9F7;}.is-startrange .pika-button {color: #fff;background: #6CB31D;box-shadow: none;border-radius: 3px;}.is-endrange .pika-button {color: #fff;background: #33aaff;box-shadow: none;border-radius: 3px;}.is-disabled .pika-button,.is-outside-current-month .pika-button {pointer-events: none;cursor: default;color: #999;opacity: .3;}.pika-button:hover {color: #fff;background: #ff8000;box-shadow: none;border-radius: 3px;}.pika-table abbr {border-bottom: none;cursor: help;}

/* source/vendor/swipebox.css */
html.swipebox-html.swipebox-touch {overflow: hidden !important;}#swipebox-overlay img {border: none !important;}#swipebox-overlay {width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 99999 !important;overflow: hidden;-webkit-user-select: none; -moz-user-select: none;-ms-user-select: none;user-select: none;}#swipebox-container {position: relative;width: 100%;height: 100%;}#swipebox-slider {-webkit-transition: -webkit-transform 0.4s ease;transition: transform 0.4s ease;height: 100%;left: 0;top: 0;width: 100%;white-space: nowrap;position: absolute;display: none;cursor: pointer;}#swipebox-slider .slide {height: 100%;width: 100%;line-height: 1px;text-align: center;display: inline-block;}#swipebox-slider .slide:before {content: "";display: inline-block;height: 50%;width: 1px;margin-right: -1px;}#swipebox-slider .slide img,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide .swipebox-inline-container {display: inline-block;max-height: 100%;max-width: 100%;margin: 0;padding: 0;width: auto;height: auto;vertical-align: middle;}#swipebox-slider .slide .swipebox-video-container {background: none;max-width: 1140px;max-height: 100%;width: 100%;padding: 5%;-webkit-box-sizing: border-box;box-sizing: border-box;}#swipebox-slider .slide .swipebox-video-container .swipebox-video {width: 100%;height: 0;padding-bottom: 56.25%;overflow: hidden;position: relative;}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {width: 100% !important;height: 100% !important;position: absolute;top: 0;left: 0;}#swipebox-slider .slide-loading {background: url(../img/ui/vendor/swipebox/loader.gif) no-repeat center center;}#swipebox-bottom-bar,#swipebox-top-bar {-webkit-transition: 0.5s;transition: 0.5s;position: absolute;left: 0;z-index: 999;height: 50px;width: 100%;}#swipebox-bottom-bar {bottom: -50px;}#swipebox-bottom-bar.visible-bars {-webkit-transform: translate3d(0, -50px, 0);transform: translate3d(0, -50px, 0);}#swipebox-top-bar {top: -50px;}#swipebox-top-bar.visible-bars {-webkit-transform: translate3d(0, 50px, 0);transform: translate3d(0, 50px, 0);}#swipebox-title {display: block;width: 100%;text-align: center;}#swipebox-prev,#swipebox-next,#swipebox-close {background-image: url(../img/ui/vendor/swipebox/icons.png);background-repeat: no-repeat;border: none !important;text-decoration: none !important;cursor: pointer;width: 50px;height: 50px;top: 0;}#swipebox-arrows {display: block;margin: 0 auto;width: 100%;height: 50px;}#swipebox-prev {background-position: -32px 13px;float: left;}#swipebox-next {background-position: -78px 13px;float: right;}#swipebox-close {top: 0;right: 0;position: absolute;z-index: 9999;background-position: 15px 12px;}.swipebox-no-close-button #swipebox-close {display: none;}#swipebox-prev.disabled,#swipebox-next.disabled {opacity: 0.3;}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {-webkit-animation: rightSpring 0.3s;animation: rightSpring 0.3s;}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {-webkit-animation: leftSpring 0.3s;animation: leftSpring 0.3s;}.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transition: all .3s ease;transition: all .3s ease;content: ' ';position: absolute;z-index: 999;top: 0;height: 100%;width: 20px;opacity: 0;}.swipebox-touch #swipebox-container:before {left: 0;-webkit-box-shadow: inset 10px 0px 10px -8px #656565;box-shadow: inset 10px 0px 10px -8px #656565;}.swipebox-touch #swipebox-container:after {right: 0;-webkit-box-shadow: inset -10px 0px 10px -8px #656565;box-shadow: inset -10px 0px 10px -8px #656565;}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {opacity: 1;}.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {opacity: 1;}@-webkit-keyframes rightSpring {0% {left: 0;}50% {left: -30px;}100% {left: 0;}}@keyframes rightSpring {0% {left: 0;}50% {left: -30px;}100% {left: 0;}}@-webkit-keyframes leftSpring {0% {left: 0;}50% {left: 30px;}100% {left: 0;}}@keyframes leftSpring {0% {left: 0;}50% {left: 30px;}100% {left: 0;}}@media screen and (min-width: 800px) {#swipebox-close {right: 10px;}#swipebox-arrows {width: 92%;max-width: 800px;}}#swipebox-overlay {background: #0d0d0d;}#swipebox-bottom-bar,#swipebox-top-bar {text-shadow: 1px 1px 1px black;background: #000;opacity: 0.95;}#swipebox-top-bar {color: white !important;font-size: 15px;line-height: 43px;font-family: Helvetica, Arial, sans-serif;}

/* source/noosite/developer.mode.css */
#developerMode {position: fixed;bottom: 10px;left: 10px;background: #de7160;border-radius: 2px;padding: 5px 10px;color: white;width: 250px;z-index: 1000;}#developerMode > h2,#developerMode > p,#developerMode > div > a {color: white;font-family: sans-serif;margin: 0;padding: 0;text-decoration: none;font-weight: normal;text-align: center;}#developerMode > h2 {line-height: 18px;font-size: 14px;}#developerMode > p {line-height: 13px;font-size: 11px; text-align: left;margin: 5px 0;}#developerMode > div > a {line-height: 14px;font-size: 10px;display: inline-block;padding: 2px 5px;border:1px solid white;text-transform: uppercase;margin: 0 5px;}#developerMode > div > a:hover {background: white;color: #de7160;}#developerModeClose {font-family:sans-serif;color: white;background: #de7160;border: 1px solid white;padding: 0 3px 1px 3px;font-size: 14px;line-height: 12px;position: absolute;top: 5px;right: 5px;text-decoration: none;}#developerModeClose:hover { text-decoration:none; background:white; color: #de7160; }#developerModeExited {position: fixed;top: 10px;left: 10px;right: 10px;background: #51d051;border-radius: 2px;padding: 10px 10px;color: white;font-family: sans-serif;margin: 0;text-decoration: none;font-weight: normal;text-align: center;font-size: 14px;line-height: 12px;z-index: 1000;}

/* source/interface/browse.happy.css */


/* source/transitions.css */
.transitionMaskHorizontal {-webkit-transition:all .8s ease-out;-moz-transition:all .8s ease-out;-ms-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;-webkit-transform:translate(100px, 0);-moz-transform:translate(100px, 0);-ms-transform:translate(100px, 0);-o-transform:translate(100px, 0);transform:translate(100px, 0);width: 0%;opacity: 0;overflow: hidden;}.transitionMaskHorizontal.show {-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);width: 100%;max-width: 100%;opacity: 1;}.transitionFadeInBottom,.colThree.transitionFadeInBottom {-webkit-transition:transform .5s ease-out, opacity .5s ease-out;-moz-transition:transform .5s ease-out, opacity .5s ease-out;-ms-transition:transform .5s ease-out, opacity .5s ease-out;-o-transition:transform .5s ease-out, opacity .5s ease-out;transition:transform .5s ease-out, opacity .5s ease-out;-webkit-transform:translate(0, 50px);-moz-transform:translate(0, 50px);-ms-transform:translate(0, 50px);-o-transform:translate(0, 50px);transform:translate(0, 50px);opacity: 0;}.transitionFadeInBottomDelay,.colThree.transitionFadeInBottomDelay {-webkit-transition:transform .5s ease-out 0.3s, opacity .5s ease-out 0.3s;-moz-transition:transform .5s ease-out 0.3s, opacity .5s ease-out 0.3s;-ms-transition:transform .5s ease-out 0.3s, opacity .5s ease-out 0.3s;-o-transition:transform .5s ease-out 0.3s, opacity .5s ease-out 0.3s;transition:transform .5s ease-out 0.3s, opacity .5s ease-out 0.3s;-webkit-transform:translate(0, 50px);-moz-transform:translate(0, 50px);-ms-transform:translate(0, 50px);-o-transform:translate(0, 50px);transform:translate(0, 50px);opacity: 0;}.transitionFadeInBottomDelay2,.colThree.transitionFadeInBottomDelay2{-webkit-transition:transform .5s ease-out 0.6s, opacity .5s ease-out 0.6s;-moz-transition:transform .5s ease-out 0.6s, opacity .5s ease-out 0.6s;-ms-transition:transform .5s ease-out 0.6s, opacity .5s ease-out 0.6s;-o-transition:transform .5s ease-out 0.6s, opacity .5s ease-out 0.6s;transition:transform .5s ease-out 0.6s, opacity .5s ease-out 0.6s;-webkit-transform:translate(0, 50px);-moz-transform:translate(0, 50px);-ms-transform:translate(0, 50px);-o-transform:translate(0, 50px);transform:translate(0, 50px);opacity: 0;}.transitionFadeInBottomDelay3,.colThree.transitionFadeInBottomDelay3 {-webkit-transition:transform .5s ease-out 0.9s, opacity .5s ease-out 0.9s;-moz-transition:transform .5s ease-out 0.9s, opacity .5s ease-out 0.9s;-ms-transition:transform .5s ease-out 0.9s, opacity .5s ease-out 0.9s;-o-transition:transform .5s ease-out 0.9s, opacity .5s ease-out 0.9s;transition:transform .5s ease-out 0.9s, opacity .5s ease-out 0.9s;-webkit-transform:translate(0, 50px);-moz-transform:translate(0, 50px);-ms-transform:translate(0, 50px);-o-transform:translate(0, 50px);transform:translate(0, 50px);opacity: 0;}.transitionFadeInBottom.show,.transitionFadeInBottomDelay.show,.transitionFadeInBottomDelay2.show,.transitionFadeInBottomDelay3.show{-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);opacity: 1;}@-webkit-keyframes pop {50% {-webkit-transform:scale(1.05);transform:scale(1.05)}100% {-webkit-transform:scale(1);transform:scale(1)}}@keyframes pop {50% {-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}100% {-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pop {display: block;-webkit-transform: translateZ(0);-ms-transform: translateZ(0);transform: translateZ(0);}.pop:hover {-webkit-animation-name: pop;animation-name: pop;-webkit-animation-duration: .2s;animation-duration: .2s;-webkit-animation-timing-function: linear;animation-timing-function: linear;-webkit-animation-iteration-count: 1;animation-iteration-count: 1}

/* source/custom.site.styles.css */
input,textarea,select {border-radius: 0;}@font-face {font-family: 'pristina_stdregular';src: url('/fonts/pristinastd-webfont.woff') format('woff2'), url('/fonts/pristinastd-webfont.woff2') format('woff');font-weight: normal;font-style: normal;}.custom-font {font-family: 'pristina_stdregular', cursive !important;font-weight: normal !important;font-style: normal !important;text-transform: capitalize !important;font-size: 50px !important;line-height: 48px !important;}.custom-font.color {color: #b3afa8 !important;}#logo {float: left;padding: 10px;}#logo h1 {background:url(../img/assets/Skydance-lifestyle.png) top left no-repeat;background-size: contain;background-position: 0 0;width: 220px;height: 100px;position: relative;margin: 0;}#logo h1 a {text-indent:-9999px;display: inline-block;width: 220px;height: 100px;}@media only screen and (max-width: 900px) {#logo h1 {width:100px;height:40px;}#logo h1 a {width:100px;height:40px;}}header#nav {position: absolute;width: 100%;margin-top: 25px;z-index: 100;}.container {width: calc(100% - 40px);max-width: 1400px;margin: 0 auto;background: #f5f5f5 url(../img/ptn-nav.png) center right no-repeat;box-shadow: 0 2px 25px rgba(0,0,0,0.2);}.container::after {content: ""; clear: both; display: block;;}header#nav ul {list-style-type: none;margin: 0;padding:0;float: right;position: relative;top: 45px;right: 10px;}header#nav ul > li {display: inline-block;margin: 0;padding: 0 8px;}header#nav ul > li > a {display: block;padding: 5px 0;color: #b3afa8;font-size: 18px;text-decoration:none;font-weight:400;font-family: 'Roboto', sans-serif;-webkit-transition: all .4s ease; -moz-transition: all .4s ease; -ms-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease;}@media only screen and (max-width: 1350px) {header#nav ul > li > a {font-size: 16px;}}header#nav ul > li > a:hover,header#nav ul > li > a.cur { text-decoration: none; transform:translate(0,-2px);}header#nav .container ul > li > ul a.disabled {color: #999;pointer-events: none;}#hamburger {display: none;width: 25px;height: 25px;position: fixed;right:10px;top:16px;cursor: pointer;}#hamburger img {width: 100%;}#close {position: fixed;top: 16px;right: 6px;width: 30px;height: 30px;z-index: 1200;display: none;cursor: pointer;}@media only screen and (max-width: 1000px) {header#nav ul > li > a {font-size: 18px;}header#nav ul > li {padding: 0 7px;}}@media screen and (max-width: 1270px) {body {padding-top: 60px;}header#nav {margin-top: 0;}.container {background: #f5f5f5;margin: 0;width: 100%;border-radius: 0;}header#nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; height:50px;background:#ffffff;box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);}header#nav ul {display: block;position: fixed;float: none;top: 0;left: 0;right: 0;bottom:0;background: #f5f5f5;padding: 10px;z-index: 1000;overflow: auto;margin: 0;-webkit-transform: translateY(-1050px);-moz-transform: translateY(-1050px);-ms-transform: translateY(-1050px);-o-transform: translateY(-1050px);transform: translateY(-1050px);-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;display:block;border-bottom: 1px solid #e1dfdc;}header#nav ul > li:last-child { border-bottom: none; }header#nav ul > li > a {display: block;font-size: 18px;text-align: center;padding: 20px 5px;color:#b3afa8;border-bottom: 0;background: none;text-decoration: none;line-height: 20px;}header#nav ul > li > a:hover,header#nav ul > li > a.cur { background:none;color:#b3afa8;transition: unset;transform: initial;}#hamburger {display: none;width: 25px;height: 25px;position: fixed;right: 15px;top: 45px;cursor: pointer;}#close {position: fixed;top: 17px;right: 15px;width: 25px;height: 25px;z-index: 1200;display: none;cursor: pointer;}#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);}header#nav .container ul > li > ul {position: relative;opacity: 1;top:0;box-shadow: none;padding: 10px 0;width: 70%;margin: 0 auto;transition: unset;}header#nav .container ul > li:hover ul{display:block;opacity:1;top:0;}header#nav .container ul > li > ul > li a {color: #dbb976;border-bottom: 0;display: block;padding: 7px 5px;font-size: 18px;}header#nav .container ul > li > ul > li a:hover {background: none;}}.heroBanner {position: relative;width: 100%;}.heroBanner .displayMobile {display: none;}.heroBanner .displayDesktop {display: block;width: 100%;}.heroBanner video {width:100%;}.heroBanner .banner-overlay {position: absolute;bottom: 20px;left: 50%;transform: translateX(-50%);text-align: center;color: white;width: 90%;}.heroBanner .banner-overlay .message {width: 95%;max-width: 750px;display: block;margin: 20px auto;filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.25));}@media only screen and (max-width: 900px) {.heroBanner .displayMobile {display: block;width: 100%;}.heroBanner .displayDesktop {display: none;}#hamburger {top: 17px;}}.fullWidth {position: relative;width: 100%;}.contained1600 {width: 100%;position: relative;max-width: 1600px;margin: 0 auto;}.contained1200 {width: 100%;position: relative;max-width: 1200px;margin: 0 auto;}.contained800 {width: 100%;position: relative;max-width: 800px;margin: 0 auto;}.fullWidth::after,.contained800::after,.contained1200::after,.contained1600::after{content: ""; clear: both; display: block;}.textCenter {text-align: center;}.textCenterAbove800 {text-align: center;}a.button.btnBlueBg,button.button.btnBlueBg {color: #fff;font-size: 18px;line-height: 20px;padding: 10px;text-decoration: none;font-weight: 400;display: inline-block;margin: 5px 0;border:2px solid #fff;font-family: 'Roboto', sans-serif;position: relative;overflow: hidden;z-index: 1;-webkit-transition: all .4s ease; -moz-transition: all .4s ease; -ms-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease;background-color: transparent;}a.button.btnBlueBg span,button.button.btnBlueBg span {position: absolute;background: #fff;display: inline-block;height: 40px;width: 100%;left: 0;z-index: -1;top: 40px;-webkit-transition: all .4s ease; -moz-transition: all .4s ease; -ms-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease;}a.button.btnBlueBg:hover span,button.button.btnBlueBg:hover span, {top:0;}a.button.btnBlueBg:hover,button.button.btnBlueBg:hover {color: #3f414e;}a.button.btnBrownBg,button.button.btnBrownBg {color: #fff;font-size: 18px;line-height: 20px;padding: 10px;text-decoration: none;font-weight: 400;display: inline-block;margin: 5px 0;border:2px solid #fff;font-family: 'Roboto', sans-serif;position: relative;overflow: hidden;z-index: 1;-webkit-transition: all .4s ease; -moz-transition: all .4s ease; -ms-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease;background-color: transparent;}a.button.btnBrownBg span,button.button.btnBrownBg span {position: absolute;background: #fff;display: inline-block;height: 40px;width: 100%;left: 0;z-index: -1;top: 40px;-webkit-transition: all .4s ease; -moz-transition: all .4s ease; -ms-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease;}a.button.btnBrownBg:hover span,button.button.btnBrownBg:hover span {top:0;}a.button.btnBrownBg:hover,button.button.btnBrownBg:hover{color: #aba6a1;}a.button,button.button {color: #8e7a6a;font-size: 18px;line-height: 20px;padding: 10px;text-decoration: none;font-weight: 400;display: inline-block;margin: 5px 0;border:2px solid #8e7a6a;font-family: 'Roboto', sans-serif;position: relative;overflow: hidden;z-index: 1;-webkit-transition: all .4s ease; -moz-transition: all .4s ease; -ms-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease;background-color: transparent;}a.button span,button.button span {position: absolute;background: #8e7a6a;display: inline-block;height: 40px;width: 100%;left: 0;z-index: -1;top: 40px;-webkit-transition: all .4s ease; -moz-transition: all .4s ease; -ms-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease;}a.button:hover span,button.button:hover span {top:0;}a.button:hover,button.button:hover {color: #fff;}.eventTextPadding {padding: 50px 20px 5px 20px;}.colHalf {width: 50%;float: left;}.colHalf img {display: block;width: 100%;}.extraPadding {padding: 50px 20px 40px 20px;}.normalText h2 {font-family: 'Muli', sans-serif;font-size:36px;line-height: 38px;color: #b3afa8;font-weight: 600;margin: 0;text-transform: uppercase;}.normalText p {font-size: 18px;font-family: 'Roboto', sans-serif;font-weight: 400;line-height: 24px;color: #666666;}.normalText p a {color: #b3afa8;text-decoration: none;}.normalText p a:hover {text-decoration: underline;}.patternBg {background: url(../img/ptn-side.png) center left repeat-y;}@media only screen and (max-width: 800px) {.colHalf {width: 100%;float: none;}.normalText h2 {font-size:24px;line-height: 28px;}.textCenterAbove800 {text-align: left;}}#intro .colHalf.normalText{padding:50px 40px;}#intro .colHalf:not(.normalText){padding: 60px 20px;}#intro {background: url(../img/ptn-side.png) center left repeat-y;}@media only screen and (max-width: 1000px) {#intro .colHalf.normalText{padding:50px 20px 20px 50px;}}@media only screen and (max-width: 800px) {#intro .colHalf:not(.normalText) {display: none;}#intro .colHalf.normalText{padding:20px;}#intro {background: none;}.patternBg {background: none;}}.textAndImage {position: relative;width: 100%;}.textAndImage::after {content: '';display: block;clear: both;}.textAndImage .normalText {width: 40%;float: left;padding: 4% 6%;}.textAndImage .normalText p,.textAndImage .normalText h2 {color: #fff;}.textAndImage .imageSide {width: 60%;float: left;position: relative;}.textAndImage.altFloat .normalText {width: 40%;float: right;padding: 4% 6%;}.textAndImage.altFloat .imageSide {width: 60%;float: right;position: relative;}.textAndImage .imageSide {position: relative;top: 0;left: 0;right: 0;bottom: 0;}.bgBrown {background: #aba6a1 url(../img/ptn-brown.png) repeat-x;background-position: bottom left;}.bgBlue {background: #3f414e url(../img/ptn-blue.png) repeat-x;background-position: bottom left;}#safariImg {background: url(../img/home/skydance-safari.jpg) center center no-repeat;background-size: cover;height: 600px;}#dietImg {background: url(../img/home/diet-and-menu.jpg) center center no-repeat;background-size: cover;height: 600px;}#dietImg2 {background: url(../img/diet/diet-1-col-img.jpg) center center no-repeat;background-size: cover;height: 600px;}#commImg {background: url(../img/home/community-development-2.jpg) center center no-repeat;background-size: cover;height: 600px;}#livingSpacesImg {background: url(../img/accommodation/yoga-col-img.jpg) center center no-repeat;background-size: cover;height: 600px;}#contactSideImg {background: url(../img/contact-side-img.jpg) center center no-repeat;background-size: cover;height: 600px;}#sharniImg {background: url(../img/team/sharnie.jpg) center center no-repeat;background-size: cover;height: 600px;}#deanImg {background: url(../img/team/dean.jpg) center center no-repeat;background-size: cover;height: 600px;}#maxwellImg {background: url(../img/team/maxwell.jpg) center center no-repeat;background-size: cover;height: 600px;}#gertrudeImg {background: url(../img/team/gertrude.jpg) center center no-repeat;background-size: cover;height: 600px;}#kameshneeImg {background: url(../img/team/kameshnee.jpg) center center no-repeat;background-size: cover;height: 600px;}#energizedImg {background: url(../img/diet/diet-4-col-img.jpg) center center no-repeat;background-size: cover;height: 600px;}#chefImg {background: url(../img/diet/chef-col-img.jpg) center center no-repeat;background-size: cover;height: 600px;}#powerImg {background: url(../img/diet/diet-3-col-img.jpg) center center no-repeat;background-size: cover;height: 600px;}#conservationImg {background: url(../img/non-profit/family-col-img.jpg) center center no-repeat;background-size: cover;height: 600px;}#yogaImg {background: url(../img/home/skydance-yoga.jpg) center center no-repeat;background-size: cover;height: 600px;}#lodgeImg {background: url(../img/safari/founders-col-img.jpg) center center no-repeat;background-size: cover;height: 600px;}#gameImg {background: url(../img/safari/founders-safari-col-img.jpg) center center no-repeat;background-size: cover;height: 600px;}#accommodationSafariImg {background: url(../img/safari/accomm-2-col-img.jpg) center center no-repeat;background-size: cover;height: 600px;}#cuisineImg {background: url(../img/safari/cuisine-2-col-img.jpg) center center no-repeat;background-size: cover;height: 600px;}#individualImg {background: url(../img/safari/individual-col-img.jpg) center center no-repeat;background-size: cover;height: 600px;}#groupImg {background: url(../img/safari/group-col-img.jpg) center center no-repeat;background-size: cover;height: 600px;}@media only screen and (max-width: 1000px) {.textAndImage .normalText,.textAndImage.altFloat .normalText {width: 100%;float: none;padding: 20px;}.textAndImage .imageSide,.textAndImage.altFloat .imageSide {width: 100%;float: none;position: relative;}#accommoImg,#constantiaImg,#livingSpacesImg,#contactSideImg {height: 400px;} .bgBrown {background: #aba6a1;}.bgBlue {background: #3f414e;}}footer {background-color: #c8c5ab;padding: 30px 30px 20px 30px;}#footerContainer {width: 100%;max-width: 1200px;margin: 0 auto;}#footerContainer ul {padding: 0;}#footerContainer ul li {list-style: none;margin: 0;color: #fff;font-family: 'Roboto', sans-serif;line-height: 20px;}#footerContainer ul li a {color: #fff;font-family: 'Roboto', sans-serif;line-height: 20px;}footer::after,#footerContainer::after {content: '';display: block;clear: both;}#footerContainer .socialIcons {margin-top: 10px;}#footerContainer .socialIcons img {width: 40px;}#footerInfo ul li a:hover{text-decoration: underline;}#mantisFooter {color: #fff;font-family: 'Roboto', sans-serif;text-decoration: none;font-size: 16px;font-weight: normal;max-width: 300px;line-height: 16px;position: relative;top: 15px;text-align: left;}#mantisFooter img {float: left;}#mantisFooter span {position: relative;top: 15px;left: 15px;}#mantisFooter a {color: #fff;text-decoration: none;}#mantisFooter::after {content: ""; clear: both; display: block;}#footerContainer .colThird {width: calc(100% / 3);float: left;}@media only screen and (max-width: 900px) {#footerContainer .colThird {width: 100%;float: none;text-align: center;}#mantisFooter {margin: 0 auto;}}#iconsSection {width: 100%;position: relative;padding: 40px 20px 60px 20px;}.iconItem {width: calc(100% / 5);float: left;text-align: center;margin-top: 30px;}.iconItem img {width: 100%;max-width: 120px;}.iconItem:nth-child(5n+1) {clear: both;}.iconItem span {font-size: 30px;line-height: 30px;color: #555;display: block;font-weight: 400;font-family: 'Roboto', sans-serif;font-size: 18px;line-height: 22px;}.titleH2 h2 {text-align: center;font-family: 'Muli', sans-serif;font-size:36px;line-height: 38px;color: #b3afa8;font-weight: 600;margin: 0;text-transform: uppercase;}@media only screen and (max-width: 800px) {.iconItem {width: calc(100% / 3);float: left;margin-top: 20px;}#iconsSection {padding:30px 20px 50px 20px;}.iconItem:nth-child(5n+1) {clear: none;}.iconItem:nth-child(3n+1) {clear: both;}.titleH2 h2 {font-size:24px;line-height: 28px;}}@media only screen and (max-width: 560px) {.iconItem {width: 50%;float: left;}.iconItem:nth-child(3n+1) {clear: none;}.iconItem:nth-child(2n+1) {clear: both;}.iconItem img {width: 100%;max-width: 100px;}}#villaBg {background: #ada089 url(../img/villa-bg.jpg) bottom center no-repeat;background-size: cover;width: 100%;position: relative;padding-top: 4%;padding-bottom: 43%;}#villaBg .normalText h2,#villaBg .normalText p {color: #fff;padding: 0 20px;}@media only screen and (max-width: 900px) {#villaBg {background: #ada089 url(../img/villa-bg-m.jpg) bottom center no-repeat;background-size: contain;padding-top: 8%;padding-bottom: 54%;}}#locationBg {background: #9ac9f4 url(../img/safari/find-yourself-background.jpg) bottom center no-repeat;background-size: cover;width: 100%;position: relative;padding-top: 4%;padding-bottom: 50%;}#locationBg .normalText h2,#locationBg .normalText p {color: #fff;padding: 0 20px;}@media screen and (max-width: 725px) {#locationBg {background: #9ac9f4 url(../img/safari/find-yourself-background-m.jpg) bottom center no-repeat;background-size: contain;padding-top: 10%;padding-bottom: 60%;}}.galleryBlock > h2 {padding: 25px 0;}.galleryImages {padding: 40px 20px;}.galleryImages.noTopPadding {padding: 0 20px 40px 20px;}.galleryImages::after {content: ""; clear: both; display: block;}.galleryImages a {width: calc(100% / 4);float: left;padding: 6px;}.galleryImages.noTopPadding a {padding: 0 6px 12px 6px;}.galleryImages a img {width: 100%;display: block;}.galleryImages a:nth-child(4n+1){clear: both;}@media only screen and (max-width: 640px) {.galleryImages a {width: calc(100% / 2);}.galleryImages a:nth-child(4n+1){clear: none;}.galleryImages a:nth-child(2n+1){clear: both;}.galleryImages {padding: 14px;}}.textTitle3Up {display: block;padding: 20px;min-height: 150px;text-align: left;}.textTitle3Up > span {display: block;font-size: 24px;line-height: 32px;color: #8e7a6a;font-weight: 400;margin: 0;text-decoration: none;max-width: 300px;font-family: 'Muli', sans-serif;text-transform: uppercase;}.textTitle3Up > span.eventText {font-family: 'Roboto', sans-serif;font-size: 18px;line-height: 24px;color: #666;font-weight: 400;margin-top: 5px;text-transform: inherit;margin-bottom: 10px;}.eventBlock > div > .col3 > div {position: relative;overflow: hidden;}.eventBlock > div > .col3 > div > h4 {margin: 0;font-family: 'Muli', sans-serif;font-size: 16px;line-height: 16px;color: #8e7a6a;font-weight: 400;letter-spacing: -0.5px;position: absolute;right: 0;background: #fff;padding: 6px 7px 7px 7px;top: 12px;box-shadow: 2px 2px 15px rgba(0,0,0,0.2);}.col3 {width: calc(100% / 3 - 30px);float: left;margin:15px;box-shadow: 10px 10px 20px rgba(0,0,0,0.25);}.col3:nth-child(3n+1){clear: both;}.eventBlock .col3 img {display: block;width: 100%;}.eventBlock .col3 a {text-decoration: none;}.eventBlock > h2 {padding: 25px 0;}.eventBlock {padding-bottom: 40px;}@media only screen and (max-width: 900px) {.col3 {width: calc(100% / 2 - 30px);float: left;margin: 15px;}.eventBlock > .contained1200 {padding: 0 20px;}.col3:nth-child(3n+1){clear: none;}.col3:nth-child(2n+1){clear: both;}}@media only screen and (max-width: 700px) {.col3 {width: 100%;float: none;margin:0;padding: 20px 0;box-shadow: none;}.textTitle3Up {min-height: auto;}.eventBlock > h2 {padding: 25px 0 0 0px;}.col3:nth-child(2n+1){clear: none;}}input,textarea {width:100%;padding:10px;color:#333;border-radius:0;font-weight: 400;background: none;margin-bottom: 10px;border:2px solid #333;}textarea {height:96px;border-radius:0;}select {width:100%;display:block;width:100%;padding:5px;color:#333;border:2px solid #333;border-radius:0;font-weight: 300;height: 42px;background: none;margin-bottom: 10px;}input#myMessage {width: 1px;display: none;}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { color: #333;}input::-moz-placeholder,textarea::-moz-placeholder { color: #333;}input:-ms-input-placeholder,textarea:-ms-input-placeholder { color: #333;}input:-moz-placeholder,textarea:-moz-placeholder{ color: #333;}input[type=submit] {color: #aba6a1;font-size: 20px;line-height: 20px;padding: 10px 20px;text-decoration: none;font-weight: 400;display: inline-block;margin: 5px 0;border:2px solid #aba6a1;font-family: 'Muli', sans-serif;position: relative;overflow: hidden;z-index: 1;width: auto;transition: all .5s ease;}input[type=submit]:hover {color: white;background: #aba6a1;}#enquireForm > div > h2 {margin-bottom: 15px;}#enquireForm.bgBrown {background-position: 0 120%;}.TTD > div > .bgBrown {background: #aba6a1;}.TTD > div > .bgBrown .normalText p a {color: #fff;text-decoration: underline;}.TTD .textAndImage .imageSide {width: 40%;}.TTD .textAndImage .normalText {width: 60%;}.TTD > div > .bgBlue {background: #3f414e;}.TTD .textAndImage {margin: 20px 0;}.TTD > div > h2 {padding:25px 0 0 0;text-align: center;}#ttd-yoga {background: url(../img/itinerary/yoga-col-img.jpg) center center no-repeat;background-size: cover;height: 370px;}#ttd-diet {background: url(../img/itinerary/diet.jpg) center center no-repeat;background-size: cover;height: 370px;}#ttd-gym {background: url(../img/itinerary/gym.jpg) center center no-repeat;background-size: cover;height: 370px;}#ttd-relax {background: url(../img/itinerary/relax.jpg) center right no-repeat;background-size: cover;height: 370px;}#ttd-boulders {background: url(../img/ttd6.jpg) center right no-repeat;background-size: cover;height: 370px;}#ttd-hiking {background: url(../img/itinerary/hiking.jpg) center right no-repeat;background-size: cover;height: 370px;}#ttd-point {background: url(../img/itinerary/cape-point.jpg) center center no-repeat;background-size: cover;height: 370px;}#ttd-table {background: url(../img/itinerary/table-mountain.jpg) center center no-repeat;background-size: cover;height: 370px;}#ttd-game {background: url(../img/itinerary/game.jpg) center center no-repeat;background-size: cover;height: 390px;}#ttd-nature {background: url(../) left center no-repeat;background-size: cover;height: 370px;}#ttd-therapy {background: url(../img/itinerary/therapy.jpg) center center no-repeat;background-size: cover;height: 370px;}#ttd-profit {background: url(../img/itinerary/profit.jpg) center center no-repeat;background-size: cover;height: 370px;}#ttd-winery {background: url(../img/itinerary/winery-col-img.jpg) center center no-repeat;background-size: cover;height: 370px;}#ttd-island {background: url(../img/itinerary/robben-island-col-img.jpg) center center no-repeat;background-size: cover;height: 370px;}#ttd-newark {background: url(../img/logistics/newark-col-img.jpg) center center no-repeat;background-size: cover;height: 370px;}#ttd-dc {background: url(../img/logistics/washington-col-img.jpg) center center no-repeat;background-size: cover;height: 370px;}#ttd-atlanta {background: url(../img/logistics/atlanta-col-img.jpg) center center no-repeat;background-size: cover;height: 370px;}#ttd-garden {background: url(../img/itinerary/kirstenbosch-col-img.jpg) center center no-repeat;background-size: cover;height: 370px;}@media only screen and (max-width: 1000px) {.TTD .textAndImage .imageSide {width: 100%;}.TTD .textAndImage .normalText {width: 100%;}#ttd-yoga,#ttd-diet,#ttd-gym,#ttd-relax,#ttd-hiking,#ttd-point,#ttd-table,#ttd-game,#ttd-nature,#ttd-therapy,#ttd-profit,#ttd-winery,#ttd-island,#ttd-garden {height: 400px;}}@media only screen and (max-width: 400px) {#ttd-yoga,#ttd-diet,#ttd-gym,#ttd-relax,#ttd-hiking,#ttd-point,#ttd-table,#ttd-game,#ttd-nature,#ttd-therapy,#ttd-profit,#ttd-winery,#ttd-island,#ttd-garden {height: 200px;}}.team-member-title {color: white;margin: 10px 0 20px 0;}.team-member-title.dark {color: #666666;}.team-popup-bg {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.4);z-index: 100;}.team-popup {position: relative;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 95%;max-width: 800px;height: fit-content;max-height: 95%;overflow-y: auto;background-color: white;padding: 2.5%;z-index: 150;text-align: center;color: #666666;}.team-popup h2 {color: #b3afa8;font-size: 36px;line-height: 40px;}@media screen and (max-width: 1270px) {.team-popup {transform: translate(-50%, calc(-50% + 50px));max-height: calc(95% - 100px);}}@media screen and (max-width: 900px) {.team-popup {transform: translate(-50%, calc(-50% + 30px));max-height: calc(95% - 50px);}}.mar-bot-0 {margin-bottom: 0 !important;}.mar-top-10 {margin-top: 10px !important;}.no-mar-top {margin-top: 0 !important;}.no-pad-bot {padding-bottom: 0 !important;}.no-pad-top {padding-top: 0 !important;}.three-col-blocks {text-align: center;margin: 0 auto;}.three-col-block {display: inline-block;width: 28%;background: #3f414e url(../img/ptn-blue.png) repeat-x;color: white;margin: 10px;padding: 20px;}@media (max-width: 940px) {.three-col-block {width: 45%;}}@media (max-width: 480px) {.three-col-block {width: 90%;}}.pad-bot-50 {padding-bottom: 50px !important;}.sessions-list {padding-left: 20px;color: white;}.rooms-grid {text-align: center;margin: 0 auto;}.room {width: 20%;margin: 35px 15px 0 15px;padding-bottom: 15px;display: inline-block;vertical-align: text-top;background-color: #3f414e;}.room-name {min-height: 48px;margin: 10px auto;text-transform: capitalize;max-width: 95%;color: white;}.room img {width: 100%;}.room p {margin: 10px auto;max-width: 95%;color: white;}@media (max-width: 1300px) {.room {width: 30%;}}@media (max-width: 1050px) {.room {width: 45%;}}@media (max-width: 700px) {.room {width: 90%;}}.hidden {display: none !important;}.form-grid {display: grid;grid-template-columns: 1fr 1fr;grid-gap: 15px;margin-top: 30px;}.form-grid textarea {grid-column: 1/3;}.form-grid .button {margin: 0 auto 10px auto;grid-column: 1/3;}.form-grid select:last-of-type {margin-bottom: 0 ;}@media (max-width: 500px) {.form-grid {grid-template-columns: 1fr;grid-gap: 0;}.form-grid textarea {grid-column: 1/2;}.form-col {grid-column: 1/2;}.form-grid select:last-of-type {margin-bottom: 10px ;}}.contact-link {display: block;color: #333;cursor: pointer;}.rates-section h3 {margin-bottom: 10px;}.rates-list {padding-left: 0;list-style: none;margin-top: 10px;}.rates-box {background-color: #3f414e;padding: 20px;}.rates-box:last-of-type {margin-top: 30px;}.rates-box h3,.rates-box li {color: white;}.rates-box li {padding: 8px 0;border-bottom: 1px solid white;}.rates-box li:last-of-type {border-bottom: none;padding-bottom: 0;}