/* 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: Roboto, sans-serif;font-weight: 500;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; }input, select, textarea {font-family: Roboto, sans-serif;font-weight: 500;}

/* 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/vendor/rangeslider.css */
.rangeslider,.rangeslider__fill {display: block;-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;}.rangeslider {background: #e6e6e6;position: relative;}.rangeslider--horizontal {height: 20px;width: 100%;}.rangeslider--vertical {width: 20px;min-height: 150px;max-height: 100%;}.rangeslider--disabled {filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);opacity: 0.4;}.rangeslider__fill {background: #00ff00;position: absolute;}.rangeslider--horizontal .rangeslider__fill {top: 0;height: 100%;}.rangeslider--vertical .rangeslider__fill {bottom: 0;width: 100%;}.rangeslider__handle {background: white;border: 1px solid #ccc;cursor: pointer;display: inline-block;width: 40px;height: 40px;position: absolute;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;}.rangeslider__handle:after {content: "";display: block;width: 18px;height: 18px;margin: auto;position: absolute;top: 0;right: 0;bottom: 0;left: 0;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;}.rangeslider__handle:active, .rangeslider--active .rangeslider__handle {background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));}.rangeslider--horizontal .rangeslider__handle {top: -10px;touch-action: pan-y;-ms-touch-action: pan-y;}.rangeslider--vertical .rangeslider__handle {left: -10px;touch-action: pan-x;-ms-touch-action: pan-x;}input[type="range"]:focus + .rangeslider .rangeslider__handle {-moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);-webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);}

/* 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;}

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


/* source/interface/header.non-fixed.nav.css */
header.non-fixed {z-index: 200;margin: 0;padding: 0;background: white;height: 90px;position: relative;-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);}header.non-fixed > #site-logo {margin: 10px;padding: 0;position: relative;height: 70px;width: 350px;float: left;background-position: center center;background-repeat: no-repeat;background-size: contain;}header.non-fixed > #site-logo > a {position: absolute;top: 0;left: 0;right: 0;bottom: 0;text-indent: -9999px;overflow: hidden;}header.non-fixed > nav {margin: 0;padding: 0;float: left;margin: 0 20px;}header.non-fixed > nav > ul {list-style-type: none;margin: 0;padding: 0;display: block;}header.non-fixed > nav > ul::after { content: ""; clear: both; display: block; }header.non-fixed > nav > ul > li {margin: 0;padding: 0;display: block;float: left;position: relative;}header.non-fixed > nav > ul > li.mobile-only { display: none; }header.non-fixed > nav > ul > li > a,header.non-fixed > nav > ul > li > span {display: block;height: 90px;line-height: 90px;padding: 0 10px;text-decoration: none;cursor: pointer;font-size: 1em;}header.non-fixed > nav > ul > li:hover > a,header.non-fixed > nav > ul > li:hover > span { opacity: 0.7; }header.non-fixed > nav > ul > li > span::after {content: '';display: inline-block;width: 0;height: 0;border: 4px solid rgba(0,0,0,0);border-top: 6px solid black;margin-left: 3px;position: relative;top: 2px;}header.non-fixed > nav > ul > li:hover > span::after { opacity: 0.8; }header.non-fixed > nav > ul > li > ul {list-style-type: none;margin: 0;padding: 0;position: absolute;top: 100%;opacity: 0;pointer-events: none;background: white;min-width: 100%;-webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,0.1);box-shadow: 0 1px 10px 0 rgba(0,0,0,0.1);-webkit-transform: scale(0.9) translateY(20px); -moz-transform: scale(0.9) translateY(20px);-ms-transform: scale(0.9) translateY(20px); -o-transform: scale(0.9) translateY(20px);transform: scale(0.9) translateY(20px);-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;}header.non-fixed > nav > ul > li:hover > ul {opacity: 1;pointer-events: auto;-webkit-transform: scale(1) translateY(0); -moz-transform: scale(1) translateY(0);-ms-transform: scale(1) translateY(0); -o-transform: scale(1) translateY(0);transform: scale(1) translateY(0);}header.non-fixed > nav > ul > li > ul > li {display: block;margin: 0;padding: 0;}header.non-fixed > nav > ul > li > ul > li > a {display: block;font-size: 1em;padding: 5px 20px;border-bottom: 1px solid rgba(0,0,0,0.05);text-decoration: none;}header.non-fixed > nav > ul > li > ul > li:hover > a { opacity: 0.7; }header.non-fixed > #nav-call-to-action {position: absolute;top: 0;right: 0;height: 90px;line-height: 90px;text-decoration: none;padding: 0 20px;font-size: 1em;}header.non-fixed > #nav-call-to-action:hover { opacity: 0.8; }@media only screen and (max-width: 900px) {body { padding-top: 50px; }header.non-fixed { height: 50px; position: fixed; top: 0; left: 0; right: 0; }header.non-fixed > #site-logo { height: 50px; margin: 0 0 0 10px; }header.non-fixed > #nav-call-to-action { height: 50px; line-height: 50px; }header.non-fixed > nav {pointer-events: none;opacity: 0;float: none;position: fixed;top: 50px;left:0;right:0;height:100%;margin:0;z-index: 999;background: rgba(0,0,0,0.95);-webkit-transform: translateY(100px);-moz-transform: translateY(100px);-ms-transform: translateY(100px); -o-transform: translateY(100px);transform: translateY(100px);-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;}header.non-fixed > nav > ul > li {float: none;text-align: center;border-bottom: 1px solid rgba(0,0,0,0.05);-webkit-transform: translateY(30px);-moz-transform: translateY(30px);-ms-transform: translateY(30px); -o-transform: translateY(30px);transform: translateY(30px);opacity: 0;-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;}header.non-fixed > nav > ul > li.mobile-only { display: block; }header.non-fixed > nav > ul > li:last-child { border-bottom: none; }header.non-fixed > nav > ul > li:nth-child(1){ -webkit-transition-delay: 100ms; transition-delay: 100ms; }header.non-fixed > nav > ul > li:nth-child(2){ -webkit-transition-delay: 200ms; transition-delay: 200ms; }header.non-fixed > nav > ul > li:nth-child(3){ -webkit-transition-delay: 300ms; transition-delay: 300ms; }header.non-fixed > nav > ul > li:nth-child(4){ -webkit-transition-delay: 400ms; transition-delay: 400ms; }header.non-fixed > nav > ul > li:nth-child(5){ -webkit-transition-delay: 500ms; transition-delay: 500ms; }header.non-fixed > nav > ul > li:nth-child(6){ -webkit-transition-delay: 600ms; transition-delay: 600ms; }header.non-fixed > nav > ul > li:nth-child(7){ -webkit-transition-delay: 700ms; transition-delay: 700ms; }header.non-fixed > nav > ul > li:nth-child(8){ -webkit-transition-delay: 800ms; transition-delay: 800ms; }header.non-fixed > nav > ul > li:nth-child(9){ -webkit-transition-delay: 900ms; transition-delay: 900ms; }header.non-fixed > nav > ul > li:nth-child(10) { -webkit-transition-delay: 1000ms; transition-delay: 1000ms; }header.non-fixed > nav > ul > li:nth-child(11) { -webkit-transition-delay: 1100ms; transition-delay: 1100ms; }header.non-fixed > nav > ul > li:nth-child(12) { -webkit-transition-delay: 1200ms; transition-delay: 1200ms; }header.non-fixed > nav > ul > li:nth-child(13) { -webkit-transition-delay: 1300ms; transition-delay: 1300ms; }header.non-fixed > nav > ul > li:nth-child(14) { -webkit-transition-delay: 1400ms; transition-delay: 1400ms; }header.non-fixed > nav > ul > li:nth-child(15) { -webkit-transition-delay: 1500ms; transition-delay: 1500ms; }header.non-fixed > nav > ul > li:nth-child(16) { -webkit-transition-delay: 1600ms; transition-delay: 1600ms; }header.non-fixed > nav > ul > li > a, header.non-fixed > nav > ul > li > span { line-height: 33px; height: auto; }body.menuActive header.non-fixed > nav {-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0); -o-transform: translateY(0);transform: translateY(0);opacity: 1;pointer-events: auto;}body.menuActive header.non-fixed > nav > ul > li {-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0); -o-transform: translateY(0);transform: translateY(0);opacity: 1;}#hamburger {position: absolute;top: 15px;right: 15px;width: 20px;height: 20px;}#hamburger::before,#hamburger::after,#hamburger > span {position: absolute;content: "";display: block;width: 100%;height: 20%;background: #f89d3c;left: 0;opacity: 1;-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;}#hamburger::before { top: 0; }#hamburger::after { top: 40%; }#hamburger > span { bottom: 0; }body.menuActive #hamburger > span { opacity: 0; }body.menuActive #hamburger::before {-moz-transform: rotate(45deg);-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);top: 8px;}body.menuActive #hamburger::after {-moz-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-o-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}header.non-fixed > nav > ul > li > ul {display: block;position: relative;width: 100%;min-width: 100%;top: auto;opacity: 1;background: rgba(0,0,0,0.05);-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);box-shadow: 0 0 0 0 rgba(0,0,0,0);-webkit-transform: scale(1) translateY(0); -moz-transform: scale(1) translateY(0);-ms-transform: scale(1) translateY(0); -o-transform: scale(1) translateY(0);transform: scale(1) translateY(0); }header.non-fixed > nav > ul > li > ul > li > a { border-bottom: 0; border-top: 1px solid rgba(0,0,0,0.05);}}

/* source/interface/section.full-width.video.css */
section.full-width-video {overflow: hidden;display: block;position: relative;margin: 0;padding: 0;}section.full-width-video > video {display: block;width: 100%;}section.full-width-video > img {display: none;}section.full-width-video > a.fwv_play-button {display: none;position: absolute;width: 100px;height: 100px;left: 50%;top: 50%;margin-left: -50px;margin-top: -50px;background: url(../img/ui/play-icon-white.png) center center no-repeat;background-size: contain;text-indent: -999px;overflow: hidden;}@media screen and (max-width: 800px) {section.full-width-video > video {display: none;}section.full-width-video > img { display: block; width: 100%; }section.full-width-video > a.fwv_play-button { display: block; }}

/* source/interface/section.info-and-carousel.css */
section.info-and-carousel {position: relative;}section.info-and-carousel > .carousel {position: absolute;width: 50% !important;height: 100%;}section.info-and-carousel > .carousel div {position: relative;height:100%;}section.info-and-carousel > .carousel .owl-item > div {background-position: center center;background-repeat: no-repeat;background-size: cover;}section.info-and-carousel > .carousel div.owl-controls {position: absolute;height: auto;}section.info-and-carousel > .carousel > div.owl-controls > .owl-nav {position: relative;}section.info-and-carousel > .carousel > div.owl-controls > .owl-nav > div {position: relative;height: 44px;width: 44px;margin-left: 2px;border: 2px solid white;cursor: pointer;text-indent: -999px;overflow: hidden;display: inline-block;}section.info-and-carousel > .carousel > div.owl-controls > .owl-nav > div::after {content: "";display: block;position: absolute;top: 25%;width: 20px;height: 20px;border-bottom: 2px solid white;border-left: 2px solid white;}section.info-and-carousel > .carousel > div.owl-controls > .owl-nav > div.owl-prev::after {left: 40%;-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg);-ms-transform: rotate(45deg); -o-transform: rotate(45deg);transform: rotate(45deg);}section.info-and-carousel > .carousel > div.owl-controls > .owl-nav > div.owl-next::after {left: 15%;-webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg);-ms-transform: rotate(-135deg); -o-transform: rotate(-135deg);transform: rotate(-135deg);}section.info-and-carousel > .carousel > div.owl-controls > .owl-nav > div:hover {background: white;}section.info-and-carousel > .carousel > div.owl-controls > .owl-nav > div:hover::after {border-bottom: 2px solid #999;border-left: 2px solid #999;}section.info-and-carousel > div.information {position: relative;width: 50%;padding: 80px;max-width: 650px;}section.info-and-carousel.carousel-left > div.carousel {position: absolute;top: 0;left: 0;height: 100%;}section.info-and-carousel.carousel-left > div.information {margin-left: 50%;}section.info-and-carousel.carousel-left > .carousel div.owl-controls {top: 20px;right: 20px;}section.info-and-carousel.carousel-right > div.carousel {position: absolute;top: 0;right: 0;height: 100%;}section.info-and-carousel.carousel-right > div.information {margin-right: 50%;float: right;}section.info-and-carousel.carousel-right > .carousel div.owl-controls {top: 20px;left: 20px;}section.info-and-carousel.with-captions > .carousel .owl-item > div > div.caption{position: absolute;top: 80px;height: auto;padding: 5px 10px;background: white;display: inline-block;color: [[text_colour]];max-width: 300px;}section.info-and-carousel.carousel-left.with-captions > .carousel .owl-item > div > div.caption { right: 20px; text-align: right; }section.info-and-carousel.carousel-right.with-captions > .carousel .owl-item > div > div.caption { left: 20px; }section.info-and-carousel > .carousel > div {background-position: center center;background-repeat: no-repeat;background-size: cover;}section.info-and-carousel > .carousel > div:nth-child(n+2) { display: none; }section.info-and-carousel > .carousel > div > div.caption { display: none; }section.info-and-carousel > .carousel.owl-loaded > div:nth-child(n+2) { display: block; }@media only screen and (max-width: 1100px) {section.info-and-carousel > div.information,section.info-and-carousel.carousel-left > div.information,section.info-and-carousel.carousel-right > div.information {padding: 20px 40px;}}@media only screen and (max-width: 800px) {section.info-and-carousel > div.carousel,section.info-and-carousel.carousel-left > div.carousel,section.info-and-carousel.carousel-right > div.carousel { width: 100% !important; position: relative; height: 500px; }section.info-and-carousel > div.information,section.info-and-carousel.carousel-left > div.information,section.info-and-carousel.carousel-right > div.information { position: relative; max-width: 100%; width: 100%; margin-left: 0; margin-right: 0; }}@media only screen and (max-width: 500px) {section.info-and-carousel > div.carousel,section.info-and-carousel.carousel-left > div.carousel,section.info-and-carousel.carousel-right > div.carousel { height: 350px; }}

/* source/interface/section.pic-info-and-carousel.css */
section.pic-info-and-carousel {position: relative;}section.pic-info-and-carousel > .carousel {position: absolute;width: 50% !important;height: 100%;}section.pic-info-and-carousel > .carousel div {position: relative;height:100%;}section.pic-info-and-carousel > .carousel .owl-item > div {background-position: center center;background-repeat: no-repeat;background-size: cover;}section.pic-info-and-carousel > .carousel div.owl-controls {position: absolute;height: auto;}section.pic-info-and-carousel > .carousel > div.owl-controls > .owl-nav {position: relative;}section.pic-info-and-carousel > .carousel > div.owl-controls > .owl-nav > div {position: relative;height: 44px;width: 44px;margin-left: 2px;border: 2px solid white;cursor: pointer;text-indent: -999px;overflow: hidden;display: inline-block;}section.pic-info-and-carousel > .carousel > div.owl-controls > .owl-nav > div::after {content: "";display: block;position: absolute;top: 25%;width: 20px;height: 20px;border-bottom: 2px solid white;border-left: 2px solid white;}section.pic-info-and-carousel > .carousel > div.owl-controls > .owl-nav > div.owl-prev::after {left: 40%;-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg);-ms-transform: rotate(45deg); -o-transform: rotate(45deg);transform: rotate(45deg);}section.pic-info-and-carousel > .carousel > div.owl-controls > .owl-nav > div.owl-next::after {left: 15%;-webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg);-ms-transform: rotate(-135deg); -o-transform: rotate(-135deg);transform: rotate(-135deg);}section.pic-info-and-carousel > .carousel > div.owl-controls > .owl-nav > div:hover {background: white;}section.pic-info-and-carousel > .carousel > div.owl-controls > .owl-nav > div:hover::after {border-bottom: 2px solid #999;border-left: 2px solid #999;}section.pic-info-and-carousel > div.information {position: relative;width: 25%;padding: 80px;}section.pic-info-and-carousel > div.pic {position: absolute;top: 0;height: 100%;width: 25%;background-size: cover;background-position: center center;background-repeat: no-repeat;}section.pic-info-and-carousel.carousel-left > div.carousel {position: absolute;top: 0;left: 0;height: 100%;}section.pic-info-and-carousel.carousel-left > div.information {margin-left: 50%;}section.pic-info-and-carousel.carousel-left > div.pic {right: 0;}section.pic-info-and-carousel.carousel-left > .carousel div.owl-controls {top: 20px;right: 20px;}section.pic-info-and-carousel.carousel-right > div.carousel {position: absolute;top: 0;right: 0;height: 100%;}section.pic-info-and-carousel.carousel-right > div.information {margin-right: 50%;float: right;}section.pic-info-and-carousel.carousel-left > div.pic {left: 0;}section.pic-info-and-carousel.carousel-right > .carousel div.owl-controls {top: 20px;left: 20px;}section.pic-info-and-carousel.with-captions > .carousel .owl-item > div > div.caption {position: absolute;top: 80px;height: auto;padding: 5px 10px;background: white;display: inline-block;color: [[text_colour]];max-width: 90%;}section.pic-info-and-carousel.carousel-left.with-captions > .carousel .owl-item > div > div.caption { right: 20px; }section.pic-info-and-carousel.carousel-right.with-captions > .carousel .owl-item > div > div.caption { left: 20px; }section.pic-info-and-carousel > .carousel > div {background-position: center center;background-repeat: no-repeat;background-size: cover;}section.pic-info-and-carousel > .carousel > div:nth-child(n+2) { display: none; }section.pic-info-and-carousel > .carousel > div > div.caption { display: none; }section.pic-info-and-carousel > .carousel.owl-loaded > div:nth-child(n+2) { display: block; }@media only screen and (max-width: 1250px) {section.pic-info-and-carousel > div.information {padding: 20px 40px;}}@media only screen and (max-width: 1000px) {section.pic-info-and-carousel > div.pic { display: none; }section.pic-info-and-carousel > div.information { width: 50%; }section.pic-info-and-carousel.with-captions > .carousel .owl-item > div > div.caption { font-size: 0.85em; line-height: 1.3em; }}@media only screen and (max-width: 800px) {section.pic-info-and-carousel > div.carousel,section.pic-info-and-carousel.carousel-left > div.carousel,section.pic-info-and-carousel.carousel-right > div.carousel {width: 100% !important;position: relative;height: 500px; float: none;}section.pic-info-and-carousel > div.information,section.pic-info-and-carousel.carousel-left > div.information,section.pic-info-and-carousel.carousel-right > div.information {position: relative;max-width: 100%;width: 100%;margin-left: 0;margin-right: 0;float: none;}}@media only screen and (max-width: 500px) {section.pic-info-and-carousel > div.carousel,section.pic-info-and-carousel.carousel-left > div.carousel,section.pic-info-and-carousel.carousel-right > div.carousel { height: 350px; }}

/* source/interface/section.full-screen-breakaway.css */
.full-screen-breakaway > .contents {margin: 0 auto;width: 90%;max-width: 640px;text-align: center;overflow: hidden; }

/* source/interface/section.full-carousel-slideshow-with-info.css */
section.full-carousel-slideshow-with-info {position: relative;height: 600px;background: #eee;}section.full-carousel-slideshow-with-info > .carousel div.slide {width: 100%;height: 600px;background-size: cover;background-position: center right;}section.full-carousel-slideshow-with-info.info-right > .carousel div.slide { background-position: center left; }section.full-carousel-slideshow-with-info > .info-box {position: absolute;top: auto;left: 40px;bottom: 40px;width: 350px;background: rgba(255, 255, 255, 0.9);z-index: 100;-webkit-box-shadow: 5px 5px 30px 0 rgba(0,0,0,0.1);box-shadow: 5px 5px 30px 0 rgba(0,0,0,0.1);}section.full-carousel-slideshow-with-info.info-right > .info-box { left:auto; right: 40px; }section.full-carousel-slideshow-with-info > .info-box h2,section.full-carousel-slideshow-with-info > .info-box p {color: #555;}section.full-carousel-slideshow-with-info > .info-box h2 { margin: 0; }section.full-carousel-slideshow-with-info > .info-box a.ghost-button {display: inline-block;text-transform: uppercase;border: 2px solid #555;padding: 5px 10px;cursor: pointer;}section.full-carousel-slideshow-with-info > .info-box a:hover.ghost-button { opacity: 0.7; }section.full-carousel-slideshow-with-info > .info-box a.ghost-button-start {display: inline-block;text-transform: uppercase;background: #d18807;border: 2px solid #d18807;color: white;padding: 5px 10px;cursor: pointer;}section.full-carousel-slideshow-with-info > .info-box a.ghost-button-start:hover { background: #de9a24; border: 2px solid #de9a24; }section.full-carousel-slideshow-with-info > .info-box a.ghost-button.arr-left,section.full-carousel-slideshow-with-info > .info-box a.ghost-button.arr-right {position: relative;text-indent: -999px;overflow: hidden;width: 40px;height: 40px;}section.full-carousel-slideshow-with-info > .info-box a.ghost-button.arr-left::after,section.full-carousel-slideshow-with-info > .info-box a.ghost-button.arr-right::after {content: "";display: block;position: absolute;top: 28%;width: 17px;height: 17px;border-bottom: 2px solid #555;border-left: 2px solid #555;}section.full-carousel-slideshow-with-info > .info-box a.ghost-button.arr-left::after {left: 40%;-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg);-ms-transform: rotate(45deg); -o-transform: rotate(45deg);transform: rotate(45deg);}section.full-carousel-slideshow-with-info > .info-box a.ghost-button.arr-right::after {left: 15%;-webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg);-ms-transform: rotate(-135deg); -o-transform: rotate(-135deg);transform: rotate(-135deg);}section.full-carousel-slideshow-with-info > .info-box > .info {pointer-events: none;position: relative;top: 0;left: 0;right: 0;padding: 20px;padding-bottom: 0;display: none;}section.full-carousel-slideshow-with-info > .info-box > .info.current { display:block; pointer-events: auto; }@media only screen and (max-width: 1200px) {section.full-carousel-slideshow-with-info { height: 500px; }section.full-carousel-slideshow-with-info > .carousel div.slide { height: 500px; }section.full-carousel-slideshow-with-info > .info-box { width: 250px; left: 20px; bottom: 20px; }section.full-carousel-slideshow-with-info.info-right > .info-box { left:auto; right: 20px; }section.full-carousel-slideshow-with-info > .info-box h2 { font-size: 1.4em; }section.full-carousel-slideshow-with-info > .info-box p {font-size: 0.9em; line-height: 1.4em; }}@media only screen and (max-width: 900px) {section.full-carousel-slideshow-with-info { height: 300px; }section.full-carousel-slideshow-with-info > .carousel div.slide { height: 300px; }section.full-carousel-slideshow-with-info > .info-box { width: 300px; left: 10px; bottom: 10px; }section.full-carousel-slideshow-with-info.info-right > .info-box { left:auto; right: 10px; }section.full-carousel-slideshow-with-info> .info-box > .info { padding: 15px 15px 0 15px; }section.full-carousel-slideshow-with-info > .info-box h2 { font-size: 1.3em; }section.full-carousel-slideshow-with-info > .info-box p {font-size: 0.8em; line-height: 1.2em; margin-bottom: 15px; }}@media only screen and (max-width: 700px) {section.full-carousel-slideshow-with-info { height: auto; }section.full-carousel-slideshow-with-info > .carousel div.slide { height: 250px; }section.full-carousel-slideshow-with-info.info-left > .info-box,section.full-carousel-slideshow-with-info.info-right > .info-box {position: relative;top: auto;left: auto;right: auto;bottom: auto;padding: 10px 20px;width: 100%;}section.full-carousel-slideshow-with-info > .info-box h2 { font-size: 1.4em; }section.full-carousel-slideshow-with-info > .info-box p {font-size: 0.9em; line-height: 1.4em; }}@media only screen and (max-width: 500px) {section.full-carousel-slideshow-with-info > .carousel div.slide { height: 220px; }}

/* source/interface/section.full-width-gallery-with-intro.css */
#swipebox-title > a {display: inline-block;padding: 3px 5px;border: 1px solid white;border-radius: 3px;color: white;text-decoration: none;font-size: 12px;line-height: 15px;margin-top: 5px;text-shadow: none;margin-left: 10px;}#swipebox-title > a:hover { background: white; color: black; }section.full-width-gallery-with-intro > .intro {padding-top: 50px;margin: 0 auto;width: 90%;max-width: 640px;text-align: center;overflow: hidden; }section.full-width-gallery-with-intro > .intro > h2,section.full-width-gallery-with-intro > .intro > p { color: #555; }section.full-width-gallery-with-intro > .gallery::after { content: ""; clear: both; display: block; }section.full-width-gallery-with-intro > .gallery > a {display: block;width: 25%;position: relative;overflow: hidden;float: left;}section.full-width-gallery-with-intro > .gallery > a > img {display: block;width: 100%;}section.full-width-gallery-with-intro > .gallery > a::before {content: "";display: block;position: absolute;top: 0; left: 0; right: 0; bottom: 0;background: rgba(0,0,0,0.4);opacity: 0;-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;z-index: 2;}section.full-width-gallery-with-intro > .gallery > a:hover::before { opacity: 1; }section.full-width-gallery-with-intro > .gallery > a::after {content: "";display: block;position: absolute;top: 50%; left: 50%;width: 60px; height: 60px;margin-left: -30px; margin-top: -30px;background: url(../img/ui/enlarge-icon-white.png) center center no-repeat;background-size: contain;opacity: 0;-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;z-index: 3;}section.full-width-gallery-with-intro > .gallery > a:hover::after { opacity: 1; }@media only screen and (max-width: 800px) {section.full-width-gallery-with-intro > .gallery > a { width: 50%; }}

/* source/interface/section.animated-carousel.css */
section.animated-carousel {position: relative;height: 600px;background: #eee;}section.animated-carousel > .carousel > div {position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-size: cover;background-position: center right;opacity: 0;-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;}section.animated-carousel > .carousel > div.active { opacity:1; }section.animated-carousel.info-right > .carousel div { background-position: center left; }section.animated-carousel > .info-box {position: absolute;top: 50%;left: 220px;z-index: 2;}section.animated-carousel.info-right > .info-box { left:auto; right: 220px; }section.animated-carousel > .info-box > .info {position: absolute;top: 0;left: 0;opacity: 0;pointer-events: none;}section.animated-carousel.info-right > .info-box > .info { left: auto; right: 0; }section.animated-carousel > .info-box > .info.active { opacity: 1; pointer-events: auto; }

/* source/interface/footer.two-col-centered.css */
footer.two-col-centered {padding: 40px 0;}footer.two-col-centered > .contents {margin: 0 auto;width: 90%;max-width: 800px;}footer.two-col-centered > .contents > div {width: 45%;float: left;margin: 0 2.5%;}footer.two-col-centered > .contents > div::after { content: ""; clear: both; display: block; }footer.two-col-centered > .contents > div:nth-child(1) { text-align: right; }footer.two-col-centered > .contents > div:nth-child(1) > p {margin: 0;}footer.two-col-centered > .contents > div:nth-child(1) > p > a { color: white; text-decoration: none; }footer.two-col-centered > .contents > div:nth-child(1) > p > a:hover { text-decoration: underline; }.social-icons-circle > a {display: block;width: 50px;height: 50px;float: left;margin-right: 6px;background-position: center center;background-size: contain;background-repeat: no-repeat;text-indent: -999px;overflow: hidden;-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;}.social-icons-circle > a:hover { opacity: 0.5; }.social-icons-circle > a.fb { background-image: url(../img/general/social-facebook.png); }.social-icons-circle > a.tw { background-image: url(../img/general/social-twitter.png); }.social-icons-circle > a.yt { background-image: url(../img/general/social-youtube.png); }.social-icons-circle > a.pi { background-image: url(../img/general/social-pinterest.png); }.social-icons-circle > a.li { background-image: url(../img/general/social-linkedin.png); }.social-icons-circle > a.in { background-image: url(../img/general/social-instagram.png); }.social-icons-circle > a.insta { background-image: url(../img/general/social-insta.png); }@media only screen and (max-width: 850px) and (min-width: 701px) {footer.two-col-centered > .contents > div { font-size: 0.85em; }.social-icons-circle > a { width: 40px; height: 40px; }}@media only screen and (max-width: 700px) {footer.two-col-centered > .contents > div { float: none; width: 100%; margin: 0; }footer.two-col-centered > .contents > div:nth-child(1),footer.two-col-centered > .contents > div:nth-child(2) { text-align: center; padding-bottom: 15px; }.social-icons-circle > a {display: inline-block;float: none;}}@media only screen and (max-width: 400px) {footer.two-col-centered { padding-bottom: 20px; }.social-icons-circle > a { width: 40px; height: 40px; }}

/* source/custom.site.styles.css */
@font-face {font-family: "gara-paddles";src:url("../fonts/gara-paddles.eot");src:url("../fonts/gara-paddles.eot?#iefix") format("embedded-opentype"),url("../fonts/gara-paddles.woff") format("woff"),url("../fonts/gara-paddles.ttf") format("truetype"),url("../fonts/gara-paddles.svg#gara-paddles") format("svg");font-weight: normal;font-style: normal;}[data-icon]:before {font-family: "gara-paddles" !important;content: attr(data-icon);font-style: normal !important;font-weight: normal !important;font-variant: normal !important;text-transform: none !important;speak: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}[class^="gara-"]:before,[class*=" gara-"]:before {font-family: "gara-paddles" !important;font-style: normal !important;font-weight: normal !important;font-variant: normal !important;text-transform: none !important;speak: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.gara-joined:before {content: "\61";}.gara-marathon:before {content: "\62";}.gara-river:before {content: "\63";}.gara-split:before {content: "\64";}.gara-sprint:before {content: "\65";}.gara-surfski:before {content: "\66";}body { background-color: #252525; }h2 { font-weight: 900; text-transform: uppercase; font-size: 1.7em; color: white; font-style: italic; }p { font-size: 1em; font-weight: 500; color: white; }p > a { color: #ff9624; text-decoration: none; }p > a:hover { text-decoration: underline; }.button.white { text-decoration: none; padding: 5px 10px; border: none; background: white; color: #252525; display: inline-block; }.button.white:hover { background: #ddd; color:black; }.button.orange { text-transform:uppercase; font-style:italic; font-weight: 900; text-decoration: none; padding: 5px 10px; border: none; background: #ff9624; color: white; display: inline-block; }.button.orange:hover { background: white; color:black; }.contents.wider { max-width: 850px !important; }.err { background: #c83737; color: white; padding: 5px 10px; margin: 20px auto; clear:both; }.red { border: 2px solid red !important; }#modal-overlay { position: fixed; top:0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 110; }#modal { width: 500px; position: fixed; top: 50%; left: 50%; margin-left: -250px; margin-top: -105px; background: white; z-index: 111; color: black; font-size: 1.2em; text-transform: uppercase; font-weight: 800; font-style: italic; }#modal:after { content: ""; display: block; clear: both; }#modal-heading { padding: 20px; text-align: center; border-bottom: 1px solid #ccc; }#modal-body { display: block; width: 100%; }#modal-body > a {display: block;width: 50%;float: left;text-align: center;color: black;padding: 20px;text-decoration: none;}#modal-body > a:first-child { border-right: 1px solid #ccc; }#modal-body > a > img { display: block; height: 80px; margin: 0 auto; }#modal-body > a > span { display: block; width: 100%; text-align: center; }@media only screen and (max-width:530px) {#modal { width: 300px; margin-left: -150px; font-size: 0.9em; }#modal-heading { padding: 10px; }#modal-body > a { padding: 10px; }#modal-body > a > img { height: 60px; }}.rippling-water-bg {background: #333 url(../img/home/text-bg.jpg) repeat-x;background-size: cover;}.styled-form {width: 90%;max-width: 850px;margin: 0 auto;}.styled-form .col {width: 50%;float: left;padding-bottom: 20px;}.styled-form.col::after { content: ""; clear: both; display: block; }.styled-form .fieldset {padding: 5px 0;}.styled-form .fieldset::after { content: ""; clear: both; display: block; }.styled-form .fieldset > label {display: block;float: left;width: 35%;text-align: left;color: #FFF;line-height: 25px;}.styled-form .fieldset > input,.styled-form .fieldset > select {display: block;float: left;border: 2px solid #FFF;color: #FFF;line-height: 25px;background: none;padding-left: 5px;width: 55%;}.styled-form .fieldset > select { padding-top: 3px; padding-bottom: 3px; }.styled-form .fieldset > select#adults,.styled-form .fieldset > select#children { width: auto; }#submit-form {clear: both;display: block;padding: 20px 0;}#submit-form > input {text-decoration: none;text-transform: uppercase;font-size: 18px;font-style: italic;background: #b17534;color: white;padding: 5px 20px;border: 2px solid #b17534;display: inline-block;}#submit-form > input:hover { background: white;border: 2px solid white;color: #252525;}header.non-fixed { background: #252525; z-index: 100; }header.non-fixed > #site-logo { background-image: url(../img/general/gara-logo-sml.png); width: 200px; }header.non-fixed > nav > ul > li > a,header.non-fixed > nav > ul > li > span { font-weight: 900;font-style: italic;color: #cccccc;text-transform: uppercase;}header.non-fixed > nav > ul > li > ul {min-width: 180%;}header.non-fixed > nav > ul > li > ul > li > span {display: block;background: #ff9624;color: white;font-weight: 900;font-style: italic;text-transform: uppercase;padding: 5px 20px;border-bottom: 1px solid rgba(255,255,255,0.1);}header.non-fixed > nav > ul > li > ul > li > a {font-weight: 900;color: #cccccc;background: #252525;font-style: italic;text-transform: uppercase;border-bottom: 1px solid rgba(255,255,255,0.1);}header.non-fixed > nav > ul > li > ul > li:last-child > a { border-bottom: none; } header.non-fixed > nav > ul > li > span::after {border: 4px solid rgba(255,255,255,0);border-top: 6px solid #cccccc;}header.non-fixed > nav > ul > li > ul#athletes-dropdown { width: 230%; }header.non-fixed > nav > ul > li > ul#athletes-dropdown > li > a::after { content: ""; clear: both; display: block; }header.non-fixed > nav > ul > li > ul#athletes-dropdown > li > a { padding: 0; }header.non-fixed > nav > ul > li > ul#athletes-dropdown > li > a > img {display: block;float: left;width: 50px;height: 50px;margin-right: 20px;}header.non-fixed > nav > ul > li > ul#athletes-dropdown > li > a > span {display: block;float: left;width: calc(100% - 100px - 20px);padding: 5px 20px 5px 0;line-height: 20px;}@media only screen and (max-width:1050px) {header.non-fixed > #site-logo { width: 150px; }header.non-fixed > nav { margin-left: 0; }header.non-fixed > nav > ul > li > a, header.non-fixed > nav > ul > li > span { padding: 0 7px; font-size: 0.9em; }}header.non-fixed > #nav-call-to-action { padding: 0; }header.non-fixed > #nav-call-to-action:hover { opacity: 1; }header.non-fixed > #nav-call-to-action::after { content: ""; clear: both; display: block; }header.non-fixed > #nav-call-to-action > #select-currency {float: left;position: relative;display: block;}header.non-fixed > #nav-call-to-action > #select-currency::after { content: ""; clear: both; display: block; }#select-currency-current {line-height: 90px;padding-left: 15px;padding-right: 30px;background: rgba(255,255,255,0.05);border-left: 1px solid rgba(255,255,255,0.1);cursor: pointer;}#select-currency-current:hover { background: rgba(255,255,255,0.15); }#select-currency-current::after {top: 50%;right: 10px;margin-top: -2px;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(204, 204, 204, 0);border-top-color: #cccccc;border-width: 5px;margin-left: -5px;}.disable-currency-dropdown #select-currency-current { padding-right: 15px; cursor: default; }.disable-currency-dropdown #select-currency-current:hover { background: rgba(255,255,255,0.05); }.disable-currency-dropdown #select-currency-current::after { display: none; }#select-currency-current > img {display: inline-block;margin-right: 5px;width: 15px;height: 10px;}#select-currency-current > span {font-weight: 900;font-style: italic;color: #cccccc;}#select-currency-dropdown {position: absolute;top: 100%;right: 0px;background: #252525;min-width: 100px;pointer-events: none;opacity: 0;z-index: 100;line-height: 40px;border-left: 1px solid rgba(255,255,255,0.1);border-right: 1px solid rgba(255,255,255,0.1);-webkit-transform: scale(0.9) translateY(20px); -moz-transform: scale(0.9) translateY(20px);-ms-transform: scale(0.9) translateY(20px); -o-transform: scale(0.9) translateY(20px);transform: scale(0.9) translateY(20px);-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;}#select-currency-dropdown.visible {pointer-events: auto;opacity: 1;-webkit-transform: scale(1) translateY(0); -moz-transform: scale(1) translateY(0);-ms-transform: scale(1) translateY(0); -o-transform: scale(1) translateY(0);transform: scale(1) translateY(0);}#select-currency-dropdown > ul {list-style-type: none;margin: 0;padding: 0;}#select-currency-dropdown > ul > li {display: block;margin: 0;padding: 0;}#select-currency-dropdown > ul > li > a {display: block;border-bottom: 1px solid rgba(255,255,255,0.1);padding: 0 10px;color: #cccccc;text-decoration: none;}#select-currency-dropdown > ul > li > a:hover { background: rgba(255,255,255,0.1); }#select-currency-dropdown > ul > li > a::after { content: ""; clear: both; display: block; }#select-currency-dropdown > ul > li > a > img {display: inline-block;width: 30px;border: 0;position: relative;top: 5px;}#select-currency-dropdown > ul > li > a > span {display: inline-block;padding-left: 5px;}header.non-fixed > #nav-call-to-action > #cart-summary-orange {float: left;background: #ff9624;cursor: pointer;font-weight: 900;font-style: italic;color: white;text-transform: uppercase;padding-left: 20px;padding-right: 20px;height: 90px;}header.non-fixed > #nav-call-to-action > #cart-summary-orange:hover { background: #cf8f49; }header.non-fixed > #nav-call-to-action > #cart-summary-orange > .ico {float: right;display: block;width: 32px;height: 45px;margin: 20px 0 0 20px;background: url(../img/general/shopping-bag-icon.png) center center no-repeat;background-size: contain;}header.non-fixed > #nav-call-to-action > #cart-summary-orange > p {line-height: 26px;text-align: right;float: right;}header.non-fixed > #nav-call-to-action > #cart-summary-orange > p > #cartNumItems,header.non-fixed > #nav-call-to-action > #cart-summary-orange > p > #cartTotal {display: block;}#cart-summary-dropdown {position: absolute;top: 100%;right: 0;background: #252525;min-width: 250px;pointer-events: none;opacity: 0;-webkit-transform: scale(0.9) translateY(20px); -moz-transform: scale(0.9) translateY(20px);-ms-transform: scale(0.9) translateY(20px); -o-transform: scale(0.9) translateY(20px);transform: scale(0.9) translateY(20px);-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;}#cart-summary-dropdown.visible {pointer-events: auto;opacity: 1;-webkit-transform: scale(1) translateY(0); -moz-transform: scale(1) translateY(0);-ms-transform: scale(1) translateY(0); -o-transform: scale(1) translateY(0);transform: scale(1) translateY(0);}#cart-summary-dropdown > ul { list-style-type: none; margin: 0; padding: 0; }#cart-summary-dropdown > ul > li { position: relative; margin: 0; padding: 10px 50px 10px 20px; border-bottom: 1px solid rgba(255,255,255,0.1); }#cart-summary-dropdown > ul > li > span.productName,#cart-summary-dropdown > ul > li > span.productSummary {display: block;text-transform: uppercase;font-weight: 900;font-style: italic;color: #cccccc;}#cart-summary-dropdown > ul > li > span.productSummary { opacity: 0.5; }#cart-summary-dropdown > ul > li > a.ps-deleteItem {position: absolute;top: 50%;right: 10px;color: #252525;background: #cccccc;width: 20px;height: 20px;border-radius: 50%;margin-top: -10px;opacity: 0.5;line-height: 20px;text-decoration: none;font-weight: 900;text-align: center;}#cart-summary-dropdown > ul > li > a.ps-deleteItem:hover { opacity: 1; }#cart-summary-dropdown > a {display: block;width: 100%;padding: 10px 20px;background: #ff9624;color: white;text-decoration: none;font-weight: 900;font-style: italic;text-transform: uppercase;text-align: center;}#cart-summary-dropdown > a:hover { background: white; color: #252525; }@media only screen and (max-width:900px) {header.non-fixed > #site-logo { margin-top: 5px; height: calc(100% - 10px); width: 120px; }nav {max-height: calc(100% - 50px);overflow-y: auto;-webkit-overflow-scrolling: touch;z-index: 100;}#cart-summary-orange { display: none; }#cart-mobile {position: absolute;top: 15px;right: 60px;width: 20px;height: 20px;background: url(../img/general/shopping-bag-icon.png) center center no-repeat;background-size: contain;}header.non-fixed > #nav-call-to-action > #select-currency {float: none; position: absolute;display: block;top: 0;right: 100px;width: 105px;border-right: 1px solid rgba(255,255,255,0.1);}#select-currency-current {line-height: 50px;}body.menuActive header.non-fixed > nav > ul > li > ul { pointer-events: auto; }header.non-fixed > nav > ul > li > ul { max-width: 100%; min-width: 100%; }header.non-fixed > nav > ul > li > ul#athletes-dropdown > li > a > img { display: none; }header.non-fixed > nav > ul > li > ul#athletes-dropdown > li > a > span {float: none; width: 100%;padding: 7px 0;}header.non-fixed > nav > ul > li > ul > li > span { background: none; color: #ccc; }}footer { border-top: 1px solid rgba(255,255,255,0.1); }.two-cols {-webkit-column-count: 2; -moz-column-count: 2;column-count: 2;-webkit-column-gap: 10%; -moz-column-gap: 10%;column-gap: 10%;}@media only screen (max-width: 600px) {.two-cols {-webkit-column-count: 1; -moz-column-count: 1;column-count: 1;}}.globalAlert {position: fixed;top: 100px;left: 50%;width: 300px;margin-left: -150px;background: #b13f34;color: white;border: 1px solid white;padding: 10px 20px;text-align: center;border-radius: 5px;-webkit-box-shadow: 0 0 100px 0 rgba(0,0,0,0.5);box-shadow: 0 0 100px 0 rgba(0,0,0,0.5);z-index: 10000;}.current-has-no-options::after{border-top-color: #0000 !important;}

/* source/page-specifics/home.css */
#home-carousel > .info-box > .info { width: 500px; }#home-carousel > .info-box > .info > .title,#home-carousel > .info-box > .info > .description,#home-carousel > .info-box > .info > .buttons {position: absolute;font-weight: 900;font-style: italic;padding: 10px 20px;text-transform: uppercase;}#home-carousel > .info-box > .info > .title {top: 0;right: 0;background: white;color: #252525;font-size: 2em;z-index: 2;}#home-carousel > .info-box > .info > .description {top: 35px;right: 10px;background: #252525;color: white;font-size: 1.2em;text-align: right;z-index: 1;padding-top: 15px;}#home-carousel > .info-box > .info > .buttons {top: 105px;right: 20px;text-align: right;}#home-carousel > .info-box > .info > .buttons > a {display: inline-block;}.ghost-button.white:hover {background: none;color: white;border: 2px solid white;}.ghost-button.white {text-decoration: none;text-transform: uppercase;font-size: 18px;font-style: italic;background: white;color: black;padding: 5px 20px;border: 2px solid white;display: inline-block;}.ghost-button.orange:hover {background: none;color: #b17534;border: 2px solid #b17534;}.ghost-button.orange {text-decoration: none;text-transform: uppercase;font-size: 18px;font-style: italic;background: #b17534;color: white;padding: 5px 20px;border: 2px solid #b17534;display: inline-block;}.ghost-button.orange-disabled {text-decoration: none;text-transform: uppercase;font-size: 18px;font-style: italic;background: none;color: #b17534;padding: 5px 20px; border: 2px solid #b17534;display: inline-block;}.our-paddles > .contents {margin: 0 auto;width: 100%;max-width: 800px;text-align: center;overflow: hidden;}.our-paddles {background: #f9f3e0 url(../img/home/paddles-bg.jpg) repeat-x;background-size: cover;padding: 50px;}.our-paddles > .contents > h2 {color: #000;}.our-paddles > .contents > p {color: #000;max-width: 600px;margin: 0 auto;}#viking-spirit > div.information {padding: 60px 60px;}#paddle-vikings { color: #000; width: 100%;}#paddle-vikings::after { content: ""; clear: both; display: block; }#paddle-vikings > div > h2 {color: #000;}#paddle-vikings > div > p {color: #000;text-align:center;}#paddle-vikings > .magni {float: left;width: 33%;}#paddle-vikings > .odin {float: left;width: 33%;}#paddle-vikings > .freya {float: left;width: 33%;}@media only screen and (max-width: 1100px) {section.animated-carousel.info-right > .info-box {right:4%;}}@media only screen and (max-width: 800px) {section.animated-carousel {height: 400px;}#home-carousel > .info-box > .info > .title {font-size: 1.2em;}#home-carousel > .info-box > .info > .description {font-size: 0.9em;line-height: 1.4em;width: 350px;}}@media only screen and (max-width: 600px) {#home-carousel > .info-box > .info > .title { top: 68px;}#home-carousel > .info-box > .info > .description { display: none; }#home-carousel > .info-box > .info > .buttons {top: 105px !important;right: 0;}#paddle-vikings > .magni,#paddle-vikings > .odin,#paddle-vikings > .freya {float: none;width: 100%;}}@media only screen and (max-width: 520px) {#home-carousel { height: 350px; }}@media only screen and (max-width: 400px) {#home-carousel > .info-box > .info > .description {font-size: 0.9em;line-height: 1.4em;width: 300px;}section.animated-carousel.info-right > .carousel div {background-position: center center;}}

/* source/page-specifics/athletes.css */
.paddle-text {background: #333 url(../img/hank/paddle-bg.jpg) repeat-x;background-size: cover;}.black > h2 { color: #000;}.black > p { color: #000;}.hank-awards {background: #333 url(../img/hank/awards-bg.jpg);background-size: cover;padding: 40px;}.hank-awards-spacer {display: block;clear: both;position: relative;padding-bottom: 20%;min-height: 300px;}.hank-awards > .contents {margin: 0 auto;width: 100%;max-width: 800px;text-align: center;overflow: hidden;}.hank-awards > .contents > h2 {color: #000;margin-bottom: 30px;}.hank-awards > .contents > .two-cols >h3 {color: #000;font-size: 20px;margin: 0;}.hank-awards > .contents > .two-cols > p,.hank-awards > .contents > .two-cols > p > a {color: #616161;font-size: 18px;margin: 0 0 30px 0;}.ghost-button.brown:hover {background: none;color: #252525;border: 2px solid #252525;}.ghost-button.brown {text-decoration: none;text-transform: uppercase;font-size: 18px;font-style: italic;background: #252525;color: #ceb691;padding: 5px 20px;border: 2px solid #252525;display: inline-block;}@media only screen and (max-width: 600px) {.hank-awards .contents .two-cols {-webkit-column-count: 1;-moz-column-count: 1;column-count: 1;-webkit-column-gap: 10%;-moz-column-gap: 10%;column-gap: 10%;}.hank-awards {background: #f1d0a7 url(../img/hank/awards-bg.jpg);background-size: inherit;background-repeat: no-repeat;background-position: left bottom;}}

/* source/page-specifics/catalogue.css */
#catalogue-intro form select {display: block;margin-bottom: 10px;padding: 3px 10px;border: 1px solid white;background: white;} .catalogueTitle {text-align: center;padding: 50px 20px;background:#fff;}.catalogueTitle h2{margin: 0;color: #252525;}.catalogueProducts {width: 100%;}.catalogueProducts::after {content: ""; clear: both; display: block;}.catalogueItem {width: calc(100% / 4);float: left;position: relative;}.catalogueProducts > .catalogueItem:nth-child(4n+1) { clear: both; }.catalogueItem .itemImg {width: 100%;position: relative;}.catalogueItem .itemImg h4 {position: absolute;margin: 0;padding:5px 12px;right: 0;bottom: 0;background: #b17534;color:#fff;font-weight: 900;font-size: 24px;font-style: italic;}.catalogueItem .itemImg p {display: none;}.catalogueItem.outOfStock .itemImg img {opacity: 0.4;}.catalogueItem.outOfStock .itemImg p{display: block;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);transform: translate(-50%,-50%);width: 100%;pointer-events: none;margin:0;z-index: 2;text-align: center;font-size: 24px;font-style: italic;text-transform: uppercase;}.catalogueItem .itemImg img {width: 100%;display: block;}.catalogueItem h3 {padding: 10px 20px;color: #fff;font-size: 24px;font-style: italic;margin: 0;}.catalogueItem .suitability {padding: 0 20px;}.catalogueItem .suitability span{width: 50%;float: left;color: #fff;font-size: 16px;font-style: italic;}.catalogueItem .suitability span:last-child {width: 100%;}.catalogueItem .suitability span.suitable::before {content: "";display: inline-block;background: url(../img/catalogue/icon-suitable.png) no-repeat center center;background-size: contain;width: 20px;height: 20px;position: relative;top:3px;margin-right: 7px;}.catalogueItem .suitability span.notSuitable::before {content: "";display: inline-block;background: url(../img/catalogue/icon-not-suitable.png) no-repeat center center;background-size: contain;width: 20px;height: 20px;position: relative;top:3px;margin-right: 7px;}.catalogueItem .suitability::after {content: ""; clear: both; display: block;}.catalogueItem .catalogueBtns {padding:25px 0;text-align: right;}.filterCatalogue {width: 100%;padding:20px;background: #ff9624;}.filterCatalogue form {width: 100%;}.filterCatalogue form span {width: calc(100% / 3);padding: 0 10px;}.filterCatalogue form label {color: #fff;font-size: 18px;margin-right: 5px;font-style: italic;text-transform: uppercase;}.filterCatalogue form select {padding: 5px 40px 5px 10px;-webkit-appearance:none;border-radius: 0;border: none;background: #fff url(../img/catalogue/select-bg.png) no-repeat;background-position: 93% 50%;font-style: italic;text-transform: uppercase;height: 38px;}.filterCatalogue form input[type=submit] {border: 2px solid #fff;border-radius: 0;background: #fff;padding: 5px 10px;-webkit-appearance:none;font-style: italic;text-transform: uppercase;font-size: 18px;width: 100px;}.filterCatalogue form input[type=submit]:hover {background:none;color: #fff;}@media only screen and (max-width: 1000px) {.catalogueItem {width: calc(100% / 3);}}@media only screen and (max-width: 700px) {.catalogueItem {width: calc(100% / 2);}}@media only screen and (max-width: 470px) {.catalogueItem {width: 100%;float: none;}}

/* source/page-specifics/news.css */
.newsItem {width: 50%;float: left;}.newsArticles {width: 100%;}.newsItem .newsImg {width: 40%;float: left;}.newsArticles::after,.newsItem::after {content: ""; clear: both; display: block;}.newsItem .newsImg img {width: 100%;display: block;}.newsItem .newsInfo {width: 60%;float: left;padding: 20px;}.newsItem .newsInfo h2{margin: 0;}.newsItem .newsInfo h4 {margin: 0;color: #999999;font-style: italic;}.newsItem .newsInfo p {margin: 0;}.newsItem .newsInfo a.button {margin-top: 20px;padding: 8px 25px;}

/* source/page-specifics/distributors.css */
#become-distributor-form { padding-top: 30px; padding-bottom: 50px; }#bad-error,#bad-success {width: 90%;margin: 20px auto;text-align: center;color: #b13f34;}#bad-success { color: #59b134; }.information > div > ul > li {color: #cccccc;}.information > div > ul > li > a {color: black;text-decoration: none;}.information > div > ul > li > a:hover {text-decoration: underline;}.distributors-from-accept-privacy-policy-fieldset{display: grid;grid-template-columns: 30px 1fr;grid-column-gap: 10px;width: 100%;max-width: 220px;margin: 0 auto;align-items: center;} .styled-form .fieldset.distributors-from-accept-privacy-policy-fieldset > label{width: 100%;} .styled-form .fieldset.distributors-from-accept-privacy-policy-fieldset > input[type='checkbox']{ height: 18px;} .styled-form .fieldset.distributors-from-accept-privacy-policy-fieldset > label > a{ color: #FFFFFF;}@media only screen and (max-width: 600px) {#become-distributor-form form > .col {width: 100%;float: none;}#become-distributor-form form > .col .fieldset label {float: none;width: 100%;}#become-distributor-form form > .col .fieldset label {float: none;width: 100%;}#become-distributor-form .styled-form .fieldset > input,#become-distributor-form .styled-form .fieldset > select {width: 100%;float: none;}}

/* source/page-specifics/contact.css */
.contact a {color: #cccccc;text-decoration: none;}.contact a:hover {color: #cccccc;text-decoration: underline;}.contact h3 { color: #FFF;padding: 0;margin: 0;}#meet-the-team::after { content: ""; clear: both; display: block; }#meet-the-team > div {float: left;width: 25%;padding-bottom: 20px;text-align: center;}#meet-the-team > div > img { display: block; width: 100%; margin-bottom: 10px; }#meet-the-team > div > h3 { color: white; margin: 0; padding: 0; text-transform: uppercase; }#meet-the-team > div > p { color: #999; margin: 0; padding: 0 10px; }@media only screen and (max-width: 600px) {#meet-the-team > div { width: 50%; }}

/* source/page-specifics/find-distibutor.css */
#distributor > .contents {margin: 0 auto;width: 100%;max-width: 900px;text-align: center;overflow: hidden;padding-top: 30px;}#distributor > .contents > .distributor {text-align: left;display: block;float: left;width: 45%;}#distributor > .contents > .distributor:nth-child(2n) { clear: both; margin-right: 10%; }#distributor > .contents > .distributor {text-decoration: none;color: #cccccc;}#distributor > .contents > .distributor > p > a { color: #cccccc; text-decoration: none; }#distributor > .contents > .distributor > p > a:hover { text-decoration: underline; }#distributor > .contents > .distributor > h3 {color: white;font-size: 1.1em;margin: 20px 0 0 0;text-transform: uppercase;}@media only screen and (max-width: 900px) {#distributor > .contents {padding: 0 20px;}}@media only screen and (max-width: 600px) {#distributor > .contents > .distributor {float: none;width: 100%;}}

/* source/page-specifics/login.css */
#login-form { padding: 30px 0 50px 0; }#forgot-password {clear: both;max-width: 500px;margin: 0 auto;color: #999;}#forgot-password > a { color: #ccc; text-decoration:none; }#forgot-password > a:hover { text-decoration:underline; }

/* source/page-specifics/gift-voucher.css */
#gift-voucher-form > .contents {margin: 50px auto;width: 90%;max-width: 800px;border: 1px solid rgba(255,255,255,0.1);}#gift-voucher-form h2 { text-align: center; }.gv-form-input {padding: 10px 20px;}.gv-form-input::after { content: ""; clear: both; display: block; }.gv-form-input > label {width: 45%;margin-right: 5%;float: left;text-align: right;color: #cccccc;}.gv-form-input > input,.gv-form-input > select,.gv-form-input > textarea {width: 40%;float: left;text-align: left;color: #cccccc;border: 1px solid rgba(255,255,255,0.2);padding: 5px 10px;border-radius: 5px;background: none;}.gv-form-input > select > option { color: #333; }.gv-form-input > input:hover,.gv-form-input > select:hover,.gv-form-input > textarea:hover,.gv-form-input > input:focus,.gv-form-input > select:focus,.gv-form-input > textarea:focus {border: 1px solid rgba(255,255,255,0.5);}.gv-form-input > textarea { height: 110px; }.gv-form-input > input.error,.gv-form-input > select.error,.gv-form-input > textarea.error {border: 1px solid #b13f34;}#voucher-value { width: 100px; }#voucher-value-disclaimer { font-size: 0.85em; color: white; margin: 20px 0; text-align: center; }#gv-currency {display: inline-block;padding: 2px 0;color: #cccccc;}#submit-gv-form {margin-top: 30px;padding: 30px;border-top: 1px solid rgba(255,255,255,0.1);text-align: right;}#submit-gv-form > input {background: #ff9624;color: white;font-weight: 500;font-style: italic;text-transform: uppercase;padding: 10px 20px;border: 0;clear: both;}#submit-gv-form > input:hover {background: #cf8f49;}@media only screen and (max-width: 500px) {#gift-voucher-form .checkout-form-input > textarea {width: 100%;float: none;}#gift-voucher-form .checkout-form-input > label {text-align: left;width: 100%;}#voucher-value {width: 100%;}#gift-voucher-form .checkout-form-input > input {width: 100%;}}

/* source/page-specifics/paddle-builder.css */
#paddle-builder-top {border-top: 1px solid rgba(255,255,255,0.1);padding-bottom: 10px;}#paddle-builder-top > .contents { text-align: center; }ul#progress-paddle-builder {margin: 0 auto;padding: 0;list-style-type: none;text-align: center;width: 300px;display: inline-block;margin-right: 20px;}ul#progress-paddle-builder > li {display: block;padding: 0;float: left;}ul#progress-paddle-builder > li > a,ul#progress-paddle-builder > li > span {width: 80px;color: white;text-decoration: none;display: block;border: 2px solid white;padding: 0 10px;font-size: 1em;position: relative;height: 43px;line-height: 40px;cursor: pointer;}ul#progress-paddle-builder > li > a:hover,ul#progress-paddle-builder > li.current > span,ul#progress-paddle-builder > li.current > a {color: #252525;background: white;}ul#progress-paddle-builder > li:first-child > a,ul#progress-paddle-builder > li:first-child > span {border-bottom-left-radius: 10px;border-top-left-radius: 10px;border-right: none;width: 100px;}ul#progress-paddle-builder > li:last-child > a,ul#progress-paddle-builder > li:last-child > span {border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-left: none;width: 120px;}#total-cost-paddle-builder {display: inline-block;}#total-cost-paddle-builder > span {display: block;height: 43px;line-height: 40px;border: 2px solid #ff9624;background: #ff9624;border-radius: 10px;text-align: center;padding-left: 10px;padding-right: 10px;color: white;float: left;font-weight: 500;font-style: italic;}.paddle-step {padding-bottom: 40px;display: none;}.paddle-step.visible { display: block; }.paddle-step > .contents {margin: 0 auto;width: 90%;max-width: 800px;}.paddle-step h3 {text-align: center;text-transform: uppercase;font-weight: 500;font-style: italic;margin: 50px 0 20px 0;color: #ff9624;}.step-next-prev {display: block;text-align: center;padding: 80px 0;}.next-step,.prev-step {display: inline-block;margin: 0 10px;width: 200px;background: #ff9624;color: white;font-weight: 500;font-style: italic;padding: 10px 20px;text-align: center;text-decoration: none;text-transform: uppercase;}.next-step:hover { background: #cf8f49; }.prev-step { background: none; border: 2px solid #999; color: #aaa; padding: 8px 20px; }.prev-step:hover { background: #999; color: #333; }.chooser-list::after { content: ""; clear: both; display: block; }.chooser {display: block;float: left;overflow: hidden;opacity: 0.8;padding: 5px 10px;margin: 0.5% 0.5%;border: 2px solid rgba(255,255,255,0.1);border-radius: 10px;cursor: pointer;-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;}.chooser:hover {opacity: 1;border: 2px solid rgba(255,255,255,0.3);}.chooser::after { content: ""; clear: both; display: block; }.chooser > img {display: block;float: left;width: 150px;}.chooser > div {float: left;width: calc(100% - 170px);margin-left: 20px;}.chooser > div > h4 {text-align: left;color: white;margin: 0;padding: 10px 0 10px 0;font-size: 1.2em;}.chooser > div > p {margin: 0;padding: 0 0 10px 0;font-weight: 500;font-style: italic;color: #cccccc;}.chooser > div > .outofstock {color: red;font-size: 0.85em;font-weight: 500;font-style: italic;text-transform: uppercase;}.chooser > div > .outofstock > em {margin-left: 5px;display: inline-block;width: 15px;height: 15px;line-height: 15px;background: red;color: #252525;text-align: center;font-size: 0.85em;font-weight: 500;font-style: italic;border-radius: 50%;text-transform: lowercase;position: relative;}.chooser > div > .outofstock > em > span {text-transform: none;display: block;position: absolute;bottom: 100%;left: -80px;right: -80px;background: white;color: #333;padding: 3px 5px;-webkit-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.5);box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.5);opacity: 0;pointer-events: none;-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;}.chooser > div > .outofstock > em.active > span {opacity: 1;bottom: 130%;}.chooser.chosen,.chooser.chosen:hover {opacity: 1;background: rgba(255,255,255,0.95);border: 2px solid #ff9624;}.chooser.chosen > div > h4,.chooser.chosen > div > p,.chooser.chosen:hover > div > h4,.chooser.chosen:hover > div > p {color: #ff9624;}.chooser.chosen > div > .outofstock > em { color: white; }.chooser.disabled {cursor: default;background: rgba(255,255,255,0.1);}.chooser.disabled:hover {opacity: 0.8;border: 2px solid rgba(255,255,255,0.1);}.chooser.disabled::after {content: ""; clear: both; display: block;content: "Not available on international orders";color: #dc3f30;text-align: center;font-weight: 500;font-style: italic;}.chooser.disabled img,.chooser.disabled .pb-icon { filter: grayscale(100%); }.chooser.disabled.rapid::after {content: "Not available for Rapid Paddles";font-size: 0.7em;}.chooser.disabled.all-paddles::after {content: "Not available";font-size: 0.7em;}.chooser.extra-height::after {content: " x";font-size: 0.7em;text-align: center;font-weight: 500;font-style: italic;opacity: 0;}.chooser-list.four-up .chooser { width: 24%; }.chooser-list.three-up .chooser { width: 32.3%; }.chooser-list.two-up .chooser { width: 49%; }.chooser-list.two-up-small .chooser { width: 49%; }.chooser-list.two-up-small{ max-width: 400px; margin: 0 auto;}.chooser-list.centered .chooser > div > h4,.chooser-list.centered .chooser > div > p { text-align: center; }.chooser-list.no-image .chooser > div { width: 100%; margin-left: 0; }.chooser .pb-icon { font-size: 3em; text-align: center; color: white; display: block; padding-top: 15px; }.chooser.chosen .pb-icon { color: #ff9624; }.pb-icon.local { background: url(../img/paddle-builder/sa-icon.png) center center no-repeat; background-size: contain; width: 70%; max-width: 70px; height: 70px; margin: 10px auto 0 auto; }.pb-icon.international { background: url(../img/paddle-builder/international-icon.png) center center no-repeat; background-size: contain; width: 70%; max-width: 70px; height: 70px; margin: 10px auto 0 auto; }.range-slider::after { content: ""; clear: both; display: block; }.range-slider {display: block;overflow: hidden;padding: 5px 10px;margin: 0 auto;max-width: 500px;width: 90%;border: 2px solid rgba(255,255,255,0.1);border-radius: 10px;padding: 20px;}.range-slider p { padding-bottom: 0; margin-bottom: 0; }.rangeslider__fill {background: #ff9624;}#split-shaft-options,#fixed-shaft-options { display: none; }#assembled-options,#not-assembled-options { display: none; }#pb-add-to-cart {display: inline-block;margin: 0 10px;width: 200px;background: #ff9624;color: white;font-weight: 500;font-style: italic;padding: 10px 20px;text-align: center;text-decoration: none;text-transform: uppercase;}#pb-add-to-cart:hover { background: #cf8f49; }#notice-out-of-stock {display: block;width: 90%;max-width: 500px;color: white;background: #620d0d;font-size: 0.85em;font-weight: 500;font-style: italic;text-transform: uppercase;padding: 5px 10px;border: 1px solid #b13f34;margin: 50px auto -50px auto;}@media only screen and (max-width: 650px) {.chooser-list.two-up .chooser {width: 100%;}.chooser > div > h4 {font-size: 0.9em;line-height: 1.4em;}}@media only screen and (max-width: 500px) {.chooser-list.four-up .chooser {width: 49%;}.step-next-prev .prev-step span,.step-next-prev .next-step span{display: none;}.step-next-prev .prev-step,.step-next-prev .next-step {padding: 10px;margin-bottom: 10px;}}@media only screen and (max-width: 400px) {ul#progress-paddle-builder {margin-right: 0;}}

/* source/page-specifics/checkout.css */
#checkout > .contents {margin: 50px auto;width: 90%;max-width: 800px;border: 1px solid rgba(255,255,255,0.1);}#checkout h2 { text-align: center; }#checkout-cart-items {list-style-type: none;margin: 0;padding: 0;border-top: 1px solid rgba(255,255,255,0.1);}#checkout-cart-items > li {display: block;margin: 0;padding: 0;border-bottom: 1px solid rgba(255,255,255,0.1);}#checkout-cart-items > li::after { content: ""; clear: both; display: block;; }#continue-shopping {margin: 0 10% 20px 10%;text-align: center;background: #298034;color: white;border-radius: 5px;padding: 5px;}#continue-shopping > a {color: white;text-decoration: none;}#continue-shopping > a:hover { text-decoration: underline; }.checkout-cartItem-info {display: block;float: left;width: calc(100% - 350px);padding: 10px 20px;border-right: 1px solid rgba(255,255,255,0.1);min-height: 120px;}.checkout-cartItem-title {font-size: 1.3em;font-style: italic;font-weight: 500;color: #cccccc;text-transform: uppercase;}.checkout-cartItem-description {font-size: 0.9em;color: #cccccc;opacity: 0.5;}.checkout-outofstock {color: #b13f34;font-size: 0.9em;}.checkout-cartItem-actions {display: block;float: left;width: 170px;padding: 10px 20px;border-right: 1px solid rgba(255,255,255,0.1);min-height: 100%;text-align: center;min-height: 120px;}.checkout-cartItem-qty { display: inline-block; }.checkout-cartItem-qty::after { content: ""; clear: both; display: block; }.checkout-cartItem-qty > span {display: block;float: left;width: 50px;border: 1px solid rgba(255,255,255,0.1);margin: 0 5px;height: 30px;line-height: 30px;color: #cccccc}.minus,.plus {display: block;float: left;width: 30px;height: 30px;line-height: 26px;border: 2px solid #cccccc;color: #cccccc;cursor: pointer;border-radius: 50%;text-align: center;font-size: 1.5em;-webkit-touch-callout: none; -webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none; -ms-user-select: none; user-select: none; }.checkout-cartItem-remove {display: inline-block;color: #ff9624;font-style: italic;font-weight: 500;padding: 3px 7px;text-transform: uppercase;font-size: 0.85em;margin-top: 10px;cursor: pointer;-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;}.checkout-cartItem-remove:hover { color: white; }.checkout-cartItem-price {display: block;float: left;width: 180px;color: #ff9624;font-size: 1.2em;font-style: italic;font-weight: 500;text-transform: uppercase;text-align: center;padding: 10px;}.custom-paddle > .checkout-cartItem-info,.custom-paddle > .checkout-cartItem-actions,.custom-paddle > .checkout-cartItem-price {min-height:170px;}.checkout-from-accept-privacy-policy-checkout-form-input > input[type="checkbox"]{width: auto;height: 24px;}.checkout-from-accept-privacy-policy-checkout-form-input > label > a{color: #FFFFFF;}@media only screen and (max-width: 800px) {.checkout-cartItem-info,.checkout-cartItem-actions,.checkout-cartItem-price { min-height: 165px; }.custom-paddle > .checkout-cartItem-info,.custom-paddle > .checkout-cartItem-actions,.custom-paddle > .checkout-cartItem-price {min-height:210px;}}@media only screen and (max-width: 700px) {#checkout-cart-items > li { border-top: 1px solid rgba(255,255,255,0.1); margin-bottom: 5px; }.checkout-cartItem-info { width: 100%; float: none; min-height: 0 !important; border-bottom: 1px solid rgba(255,255,255,0.1); border-right: none; }.checkout-cartItem-actions,.checkout-cartItem-price { width: 50%; min-height: 50px !important; }}#grandTotal {display: block;width: 100%;}#grandTotal::after { content: ""; clear: both; display: block; }#grandTotal-items {margin-left: calc(100% - 351px);border-left: 1px solid rgba(255,255,255,0.1);border-right: 1px solid rgba(255,255,255,0.1);color: white;font-style: italic;font-weight: 500;padding: 10px 20px;text-transform: uppercase;text-align: center;display: block;float: left;width: 171px;height: 50px;}#grandTotal-price {display: block;float: left;width: 180px;height: 50px;color: white;font-size: 1.2em;font-style: italic;font-weight: 500;text-transform: uppercase;text-align: center;padding: 10px;}#checkout-enter-giftvoucher { padding-bottom: 20px; }#checkout-enter-giftvoucher > p { text-align: center; padding-left: 20px; padding-right: 20px; }#checkout-enter-giftvoucher > .checkout-form-input { text-align: center; }#checkout-enter-giftvoucher > .checkout-form-input > input[type=text] { float: none; width: 20%; }@media only screen and (max-width: 800px) {#checkout-enter-giftvoucher > .checkout-form-input > input[type=text] { float: none; width: 40%; }}#checkout-enter-giftvoucher > .checkout-form-input > input[type=submit] {display: inline-block;margin-left: 10px;background: #ff9624;color: white;text-transform: uppercase;font-style: italic;padding: 5px 10px;border-radius: 5px;border: 0;width: auto;float: none;}#checkout-gv-error,#checkout-gv-correct {display: none;margin: 0 5px;position: relative;top: 3px;}#checkout-gv-message {display: none;text-align: center;width: 90%;margin: 0 auto;color: #b13f34;padding: 10px 0;}#checkout-distributor-discount { padding-bottom: 0; }#checkout-distributor-discount > p { text-align: center; padding-left: 20px; padding-right: 20px; }#distributor-discount {font-size: 1.2em;color: #ff9624;font-style: italic;font-weight: 500;text-transform: uppercase;}.checkout-form-input {padding: 10px 20px;}.checkout-form-input::after { content: ""; clear: both; display: block; }.checkout-form-input > label {width: 45%;margin-right: 5%;float: left;text-align: right;color: #cccccc;}.checkout-form-input > input,.checkout-form-input > select,.checkout-form-input > textarea {width: 40%;float: left;text-align: left;color: #cccccc;border: 1px solid rgba(255,255,255,0.2);padding: 5px 10px;border-radius: 5px;background: none;}.checkout-form-input > select > option { color: #333; }.checkout-form-input > input:hover,.checkout-form-input > select:hover,.checkout-form-input > textarea:hover,.checkout-form-input > input:focus,.checkout-form-input > select:focus,.checkout-form-input > textarea:focus {border: 1px solid rgba(255,255,255,0.5);}.checkout-form-input > textarea { height: 110px; }.checkout-form-input > input.error,.checkout-form-input > select.error,.checkout-form-input > textarea.error {border: 1px solid #b13f34;}.checkout-form-delivery-method {border-top: 1px solid rgba(255,255,255,0.1);}.checkout-form-delivery-method-options {width: 40%;float: left;text-align: left;}.delivery-method-option {display: block;margin-bottom: 8px;color: #cccccc;cursor: pointer;}.delivery-method-option:last-child { margin-bottom: 0; }.delivery-method-option > input[type="radio"] {width: auto;height: auto;float: none;margin: 0 8px 0 0;padding: 0;border: none;border-radius: 0;cursor: pointer;}.delivery-method-option > span { vertical-align: middle; }#delivery-price {margin-top: 30px;padding: 20px;border-top: 1px solid rgba(255,255,255,0.1);text-align: center;}#delivery-country-ZA-price,#delivery-country-Intl-price { display: none; }#error-message {display: none;margin: 0 auto;width: 90%;max-width: 400px;background: #b13f34;color: white;border: 1px solid white;border-radius: 5px;text-align: center;margin-top: 20px;}#submit-checkout-form {padding: 30px;border-top: 1px solid rgba(255,255,255,0.1);text-align: center;}#submit-checkout-form > input {background: #ff9624;color: white;font-weight: 500;font-style: italic;text-transform: uppercase;padding: 10px 20px;border: 0;clear: both;}#submit-checkout-form > input:hover {background: #cf8f49;}#visa-mastercard-paypal,#visa-mastercard-payfast {margin: 0 auto;width: 70%;max-width: 300px;height: 100px;background: url(../img/checkout/visa-mastercard-payfast.png) center center no-repeat;background-size: contain;margin-bottom: 50px;margin-top: -30px;opacity: 0.6;}#visa-mastercard-paypal { background-image: url(../img/checkout/visa-mastercard-paypal.png); }#payment-form {padding: 50px;text-align: center;}#payment-form > input[type=submit] {display: inline-block;padding: 10px 20px;font-size: 1.2em;font-style: italic;font-weight: 500;text-transform: uppercase;color: white;background: #ff9624;cursor: pointer;border: none;border-radius: 0;}#payment-form > input[type=submit]:hover { background: #cf8f49; }

/* source/page-specifics/product-details.css */
#product-intro .information { padding: 50px 80px; min-height: 400px; }#product-intro .information::after { content: ""; clear: both; display: block; }#product-cart-buttons > a {display: block;float: left;clear: both;margin-bottom: 10px;padding: 5px 10px;text-transform: uppercase;text-decoration: none;font-weight: 500;font-style: italic;}#product-cart-buttons > a.primary {background: #ff9624;color: white;}#product-cart-buttons > a.primary:hover { background: #cf8f49; }#product-cart-buttons > a.secondary {background: none;border: 2px solid white;color: white;}#product-cart-buttons > a.secondary:hover {color: #cccccc;border: 2px solid #cccccc;}#product-cart-buttons > a.secondary::after { content: ""; clear: both; display: block; }#product-cart-buttons > a.secondary > span {display: block;float: left;border-right: 1px solid #cccccc;padding: 5px 8px 5px 5px;margin: -5px 8px -5px -5px;}#product-cart-buttons-add-only {color: white;display: block;float: left;clear: both;padding: 20px 0 10px 0;}#product-out-of-stock {color: #b13f34;padding: 0 0 20px 0;display: block;}#variation-dropdown-product-details-page {display: block;float: left;clear: both;border: 2px solid #999;padding: 5px 10px;color: white;margin-bottom: 20px;background: #333;}#product-suitability > .contents {width: 90%;max-width: 500px;margin: 0 auto;}#product-suitability > .contents > h2 {text-align: center;margin-top: 50px;}#product-suitability > .contents > table {width: 100%;border-collapse: collapse;margin-bottom: 50px;}#product-suitability > .contents > table tr td {border: 1px solid #555;color: #cccccc;padding: 5px 10px;}#suitability-matrix tr td {width: 18%;text-align: center;}#suitability-matrix tr td:first-child { width: 28%; text-align: left; }@media only screen and (max-width: 400px) {#product-suitability > .contents > table tr td {padding: 2px 0 2px 5px;font-size: 0.8em;}#product-intro .information {padding: 50px 40px;}}

/* source/404.css */
