/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*!
 * Preboot v2
 *
 * Open sourced under MIT license by @mdo.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */
.custom-font {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption-text {
  margin-top: 3px;
  line-height: 1.2 !important;
}
.wp-caption {
  width: 175px !important;
  height: 220px;
}
input,
textarea {
  border: 1px solid #aaa;
  padding: 3px 5px !important;
  font-size: 14px !important;
}
input[type=text] {
  width: 300px !important;
  max-width: 98%;
}
.button {
  background: #2face6;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px !important;
  padding: 10px 20px !important;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.button:hover {
  background: #8ad0f1;
}
#content .gform_wrapper {
  margin-bottom: 30px;
}
#content .gform_wrapper ul {
  padding: 0 !important;
}
#content .gform_wrapper li.gfield {
  margin-bottom: 1em !important;
}
#content .gform_wrapper select {
  width: auto !important;
}
#content .ginput_left input,
#content .ginput_right input {
  width: 90% !important;
}
#content .gfield_checkbox li {
  margin-bottom: 3px;
}
#content .validation_error {
  font-size: 1em !important;
  font-weight: normal !important;
}
#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-left: 0 !important;
}
#content .gform_wrapper li.gfield.gfield_error,
#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none !important;
  padding: 0 !important;
  border: none !important;
}
#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0;
}
#content .gform_wrapper .top_label .gfield_description.validation_message,
#content .gform_wrapper .gfield_description.validation_message {
  padding: 5px 0 !important;
}
#content .gfield_required,
#content .validation_error,
#content .validation_message,
#content .gfield_error .gfield_label {
  color: #ef5a28;
}
#content .gfield_error input,
#content .gfield_error textarea {
  border-color: #ef5a28;
}
#content .gform_wrapper .description,
#content .gform_wrapper .gfield_description,
#content .gform_wrapper .gsection_description,
#content .gform_wrapper .instruction {
  font-size: 0.9em;
  font-family: inherit;
  color: #888;
}
table {
  border-top: 3px solid #c3dbe8;
  margin: 2em 0;
  max-width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
table ul,
table p {
  margin-top: 0;
}
tr {
  border-bottom: 1px solid #c3dbe8;
}
tr:hover {
  background: rgba(0, 0, 0, 0.02);
}
td {
  padding: 5px;
  vertical-align: top;
}
#preheader {
  scrollbar-face-color: #000;
  scrollbar-arrow-color: #d5e6ef;
  scrollbar-track-color: #15394f;
  scrollbar-shadow-color: #15394f;
  scrollbar-highlight-color: #15394f;
  scrollbar-3dlight-color: #15394f;
  scrollbar-darkshadow-color: #15394f;
}
#lst {
  opacity: 0.2;
}
#testing {
  position: fixed;
  top: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 30px;
  display: none;
}
body {
  background: #2face6 url(https://h2oxtream.com/wp-content/themes/uhcch2o/stylesheets/../images/h2o-bg.jpg) center top fixed;
  background-size: cover;
  font-family: "Open Sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}
body a {
  color: #2face6;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body a:hover {
  color: #1891ca;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
html,
body {
  height: 100%;
}
#above-footer {
  min-height: 1000px;
}
.container {
  width: 93.75%;
  margin: 0 auto;
}
.full-width {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .full-width {
    float: left;
    width: 100%;
  }
}
header {
  background: #2face6;
  height: 250px;
}
header .container {
  padding-top: 20px;
}
header #logo {
  width: 500px;
  height: 113px;
  display: block;
  text-indent: -9999px;
  background: url(https://h2oxtream.com/wp-content/themes/uhcch2o/stylesheets/../images/h2o-logo.png) no-repeat;
  background-size: 100%;
  float: left;
  margin: 0 0 0 10px;
}
header #fantail-logo {
  width: 79px;
  height: 113px;
  display: block;
  text-indent: -9999px;
  background: url(https://h2oxtream.com/wp-content/themes/uhcch2o/stylesheets/../images/fantail.png) no-repeat;
  float: right;
  margin-right: 10px;
}
#bg-img {
  position: absolute;
  width: 100%;
}
#bg-img img {
  width: 100%;
}
#content {
  position: relative;
  z-index: 1;
}
#content .container {
  margin-top: -90px;
}
#content .slider {
  overflow: hidden;
  background: url(https://h2oxtream.com/wp-content/themes/uhcch2o/stylesheets/../images/slider-background.png) no-repeat 780px 75px #ffffff;
  height: 400px;
  margin-bottom: 40px;
}
#content .slider #current-image {
  height: 400px;
  width: 74%;
  overflow: hidden;
  background: #eee;
}
#content .slider #current-image,
#content .slider #current-text {
  float: left;
}
#content .slider #current-text {
  padding: 32px 20px;
}
#content .page-slider {
  overflow: hidden;
  margin-bottom: 40px;
}
#content .page-slider #current-image {
  height: 320px;
  width: 960px;
  overflow: hidden;
  background: #eee;
}
#content #luxury-text {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #0172b0;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 28px;
}
#content .slider-controls {
  margin-top: -20px;
  margin-bottom: 45px;
  position: relative;
}
#content .slider-controls .left-arrow,
#content .slider-controls .right-arrow {
  background: url(https://h2oxtream.com/wp-content/themes/uhcch2o/stylesheets/../images/slider-left-arrow.png) no-repeat center;
  opacity: 0.6;
  filter: alpha(opacity=60);
  width: 13px;
  height: 78px;
  position: absolute;
  top: 0;
  cursor: pointer;
}
#content .slider-controls .left-arrow:hover,
#content .slider-controls .right-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#content .slider-controls .left-arrow {
  margin-right: 3px;
  left: 10px;
}
#content .slider-controls .right-arrow {
  background-image: url(https://h2oxtream.com/wp-content/themes/uhcch2o/stylesheets/../images/slider-right-arrow.png);
  right: 10px;
}
#content .slider-controls .thumbnails {
  height: 84px;
  margin: 0 35px;
  overflow: hidden;
}
#content .slider-controls .thumbnails .sliding-bit {
  width: 9999px;
  position: relative;
  left: 0;
  -webkit-transition: left 0.4s;
  -moz-transition: left 0.4s;
  -o-transition: left 0.4s;
  transition: left 0.4s;
}
#content .slider-controls .thumbnails a {
  height: 78px;
  width: 140px;
  display: block;
  background: #333;
  float: left;
  margin-right: 10px;
  margin-bottom: 6px;
  -webkit-transition: border 0.4s;
  -moz-transition: border 0.4s;
  -o-transition: border 0.4s;
  transition: border 0.4s;
}
#content .slider-controls .thumbnails a img {
  height: 78px;
  width: 140px;
}
#content .slider-controls .thumbnails a .hover-effect {
  height: 78px;
  width: 140px;
  position: absolute;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  top: 0;
}
#content .slider-controls .thumbnails a .hover-effect:hover {
  background: url(https://h2oxtream.com/wp-content/themes/uhcch2o/stylesheets/../images/magnify.png) no-repeat center rgba(0, 0, 0, 0.5);
}
#content .slider-controls .thumbnails a:hover {
  border-bottom: 6px solid #2face6;
}
.breadcrumb {
  border-left: 5px solid #2face6;
  padding-left: 15px;
  font-size: 12px;
  margin-bottom: 30px;
  color: #2face6;
}
.breadcrumb span {
  margin: 0 5px;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
#left-sidebar-area {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #left-sidebar-area {
    float: left;
    width: 25%;
  }
}
#left-sidebar-area nav {
  margin: 0 auto;
  min-width: 147px;
}
#left-sidebar-area nav a,
#left-sidebar-area .facebook-link {
  line-height: 1.2;
  padding: 10px 15px;
  color: #2face6;
  background: #fff;
  display: block;
  margin: 2px 0;
  font-size: 16px;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
#left-sidebar-area nav a:hover,
#left-sidebar-area .facebook-link:hover {
  color: #fff;
  background: #2face6;
}
#left-sidebar-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#left-sidebar-area .sub-menu {
  display: none;
}
#left-sidebar-area .sub-menu a {
  font-size: 14px;
  padding: 8px 15px;
  margin: 2px 10px;
  background: #d5e6ef;
}
#left-sidebar-area .sub-menu a:hover {
  background: #2face6;
  color: #fff;
}
#left-sidebar-area .current-menu-ancestor .sub-menu,
#left-sidebar-area .current-menu-item .sub-menu {
  display: block;
}
#sidebar-facebook-wrapper {
  margin: 2em 0;
  border-top: 3px solid #15394f;
}
#sidebar-facebook-wrapper h3 {
  background: #15394f;
  color: #fff;
  padding: 10px 15px;
  margin: 0;
  line-height: 1;
  font-size: 1.125em;
}
#sidebar-facebook-wrapper .facebook-like-wrapper {
  padding: 10px 15px;
  background: #d5e6ef;
}
#sidebar-facebook-wrapper #cff a {
  font-family: "Open Sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 13px;
  border: none;
  padding: 0;
  display: inline;
}
#sidebar-facebook-wrapper #cff a:hover {
  background: none;
  color: #0172b0;
}
#sidebar-facebook-wrapper .cff-item {
  padding: 10px 15px !important;
  margin-top: 2px;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: none;
  width: auto;
}
#sidebar-facebook-wrapper .cff-author {
  float: none;
  margin: 0 0 5px 0;
}
#sidebar-facebook-wrapper .cff-author img {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  margin-right: 10px;
}
#sidebar-facebook-wrapper .cff-author span {
  height: 40px;
}
#sidebar-facebook-wrapper .cff-more,
#sidebar-facebook-wrapper .cff-less {
  color: #999;
  padding-left: 5px;
}
#sidebar-facebook-wrapper .cff-post-text {
  font-size: 13px;
  color: #666;
}
#sidebar-facebook-wrapper .cff-post-desc {
  font-size: 12px;
  color: #666;
}
#sidebar-facebook-wrapper .cff-item > .cff-post-desc {
  width: auto;
  border-left: 2px solid #c0c9dd;
  padding-left: 10px;
  margin-bottom: 10px;
}
#sidebar-facebook-wrapper .cff-link-title {
  line-height: 1;
}
#sidebar-facebook-wrapper .cff-viewpost-facebook {
  margin: 5px 0;
  font-size: 11px !important;
  line-height: 1.4;
}
#sidebar-facebook-wrapper .facebook-link {
  border-top-width: 2px;
}
#main {
  font-size: 14px;
  color: #15394f;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 70px;
  background: #fff;
  padding: 15px;
  position: relative;
}
@media (min-width: 768px) {
  #main {
    float: left;
    width: 75%;
  }
}
#main:before,
#main:after {
  content: " ";
  display: table;
}
#main:after {
  clear: both;
}
#main > div:before,
#main > div:after {
  content: " ";
  display: table;
}
#main > div:after {
  clear: both;
}
#main h2 {
  margin-top: 0;
  line-height: 1.3;
}
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
  color: #2face6;
  clear: both;
}
#main p {
  line-height: 1.5;
}
#main ul,
#main ol {
  padding-left: 23px;
}
#main li {
  margin-bottom: 0.6em;
  line-height: 1.5;
}
#main img {
  max-width: 100%;
  height: auto;
  border: none !important;
}
#main .print-btn {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #d5e6ef url(https://h2oxtream.com/wp-content/themes/uhcch2o/stylesheets/../images/print.png) 5px 50% no-repeat;
  color: #2face6;
  font-size: 12px;
  padding: 3px 10px 3px 28px;
  cursor: pointer;
}
#main .print-btn:hover {
  background-color: #c3dbe8;
}
#after-main {
  margin-top: 30px;
  background: #fff;
  height: 150px;
}
#after-main:before,
#after-main:after {
  content: " ";
  display: table;
}
#after-main:after {
  clear: both;
}
#after-main #sponsors {
  padding-right: 200px;
  height: 150px;
  line-height: 150px;
}
#after-main #sponsors img {
  max-width: 100%;
  vertical-align: middle;
}
#after-main #advert {
  float: right;
}
#after-main #advert a {
  display: block;
  line-height: 0;
}
footer {
  background: #2face6;
  color: #d5e6ef;
  padding-top: 25px;
  padding-bottom: 30px;
  font-size: 12px;
  position: relative;
  z-index: 1;
  border-top: 5px solid #d5e6ef;
  box-shadow: inset 0 5px #0172b0;
}
footer .container:before,
footer .container:after {
  content: " ";
  display: table;
}
footer .container:after {
  clear: both;
}
footer nav {
  float: left;
}
footer nav #footer-links {
  overflow: hidden;
  margin-bottom: 10px;
}
footer nav #footer-links a {
  color: #d5e6ef;
  text-decoration: none;
}
footer nav #footer-links a:hover {
  color: #d5e6ef;
  text-decoration: underline;
}
footer nav #social:before,
footer nav #social:after {
  content: " ";
  display: table;
}
footer nav #social:after {
  clear: both;
}
footer nav #social a {
  display: block;
  background: url(https://h2oxtream.com/wp-content/themes/uhcch2o/stylesheets/../images/social-sprite.png) no-repeat;
  width: 20px;
  text-indent: -9999px;
  height: 20px;
  float: left;
  margin-right: 5px;
  opacity: 0.7;
}
footer nav #social a:hover {
  opacity: 1;
}
footer nav #social .twitter {
  background-position: right;
}
footer nav ul {
  list-style: none;
  margin-left: -60px;
}
footer nav li {
  float: left;
  margin-right: 15px;
}
footer nav li::before {
  content: "|";
  margin-right: 15px;
}
footer #hutt-city-logo {
  float: left;
  background: url(https://h2oxtream.com/wp-content/themes/uhcch2o/stylesheets/../images/hutt-city-logo.png) no-repeat;
  width: 140px;
  height: 90px;
  text-indent: -9999px;
  display: block;
}
footer .footer-contact {
  float: left;
  width: 50%;
}
footer .footer-contact strong {
  margin-right: 10px;
}
footer .footer-contact a {
  color: #fff;
  text-decoration: none;
}
footer .footer-contact a:hover {
  text-decoration: underline;
}
.clear {
  clear: both;
}
.home-tile {
  background: #d5e6ef;
  border-top: 10px solid #0172b0;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 25px;
}
.home-tile .description {
  padding: 0 15px;
}
.home-tile h3 {
  margin-bottom: 0;
  color: #15394f;
}
.home-tile h3 a {
  color: inherit;
  text-decoration: none;
}
.home-tile h3 a:hover {
  text-decoration: underline;
}
.home-tile p {
  margin-top: 5px;
  font-size: 14px;
}
.learn-more-btn,
.view-options-btn {
  background: url(https://h2oxtream.com/wp-content/themes/uhcch2o/stylesheets/../images/learn-more-btn.png);
  width: 123px;
  height: 34px;
  display: block;
  text-indent: -9999px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.learn-more-btn:hover,
.view-options-btn:hover {
  background-position: 0 -40px;
}
#page-header {
  background: #15394f;
  padding: 16px 30px;
  color: #fff;
}
#page-header h1 {
  margin: 0;
}
/* ------------------------
   MEDIA QUERIES
------------------------ */
/*
   #########
  # |     | #              ##########
  # | . . | #           ######     ####
  # |     | #            #######
  # |  v  | #                  #######
  # |_____| #           ####     ######
  #   ( )   #            ###########
   #########
*/
@media (max-width: 767px) {
  #preheader,
  #after-main,
  footer nav,
  #bg-img,
  .footer-contact,
  .print-btn {
    display: none;
  }
  header #logo {
    margin: 20px 10% 0;
    background-size: contain;
    width: 80%;
    position: relative;
    z-index: 9;
  }
  header #fantail-logo {
    display: none;
  }
  header {
    background-position: 10% 0;
  }
  .container {
    width: 100% !important;
  }
  #content .container {
    margin-top: -75px;
  }
  #content .page-slider {
    margin-bottom: 20px;
  }
  #content .slider {
    height: auto !important;
  }
  #content #current-image {
    width: 100% !important;
    height: auto !important;
  }
  #content #current-image img {
    width: 100%;
  }
  #content #current-text {
    background: #fff;
  }
  #main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-tile {
    width: 80%;
    margin: 0 auto 30px;
  }
  .home-tile > a > img {
    width: 100%;
  }
  .home-tile .description {
    padding-bottom: 20px;
  }
  #hutt-city-logo {
    margin: 0 auto;
    float: none !important;
  }
  #left-sidebar-area {
    padding-left: 20px;
    padding-right: 20px;
  }
  #left-sidebar-area nav {
    width: 100%;
    text-align: center;
  }
  #mobile-menu {
    background: #15394f;
  }
  #mobile-menu:before,
  #mobile-menu:after {
    content: " ";
    display: table;
  }
  #mobile-menu:after {
    clear: both;
  }
  #mobile-menu nav {
    clear: both;
    display: none;
  }
  #mobile-menu nav ul {
    list-style: none;
    padding-left: 0;
  }
  #mobile-menu nav .menu {
    margin: 0;
    border-top: 1px solid #25658b;
  }
  #mobile-menu nav a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 12px 18px;
    border-bottom: 1px solid #25658b;
  }
  #mobile-menu nav .sub-menu a {
    color: #2face6;
  }
  #mobile-menu nav .house {
    background-size: 160px 80px;
  }
  #mobile-menu nav .house a {
    height: 50px;
  }
  #mobile-menu-button {
    display: block;
    background: #2face6;
    color: #fff;
    float: right;
    margin: 10px;
    padding: 6px 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    cursor: pointer;
  }
}
/*
   ######################
  ##                    ##
  ##     O   |   O      ##           ####
  ##        _|          ##           ####
  ##      -_____-       ##           ####
  ##                    ##           ####
  ##---------==---------##           ####
   ######################            ##############
           /::::\                    ##############
         ==========
*/
@media (min-width: 768px) {
  #mobile-menu {
    display: none;
  }
  .container {
    max-width: 960px;
  }
  #content #current-text {
    width: 20%;
  }
  #content #luxury-text {
    max-width: 167px;
  }
  .home-tile {
    width: 300px;
    height: 345px;
    float: left;
  }
  #main {
    float: right;
  }
}
