/*!
 Theme Name: Mitchell's Window Cleaning
 Theme URI: mitchells-window-cleaning
 Author: Pure Loco
 Description: A blank Wordpress boilerplate theme to make developing Wordpress themes quicker & easier.
 Version: 0.2
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="submit"], input[type="text"], input[type="tel"], input[type="email"], select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 0px;
  border-radius: 0px;
  outline: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
input[type="text"], input[type="tel"], input[type="email"], select, textarea {
  width: 100%;
  padding: 20px 30px;
  background: #eee;
  border: 0;
  margin-bottom: 15px;
  resize: none;
}
input[type="text"].wpcf7-not-valid, input[type="tel"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, select.wpcf7-not-valid, textarea.wpcf7-not-valid {
  border-color: #e74c3c;
}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 br, .wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 p {
  margin: 0;
}
.wpcf7 p.input-title {
  font-weight: 600;
  margin: 15px 0;
}
.wpcf7 select::-ms-expand {
  display: none;
}
.wpcf7 .custom-select {
  display: block;
  position: relative;
}
.wpcf7 .custom-select:after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  right: 30px;
}
.wpcf7-checkbox, .wpcf7-radio {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.wpcf7-checkbox *, .wpcf7-radio * {
  cursor: pointer;
}
span.wpcf7-list-item {
  display: inline-block;
  margin-left: 0;
  margin-right: 30px;
  margin-bottom: 10px;
}
span.wpcf7-list-item label {
  display: block;
  height: 35px;
}
span.wpcf7-list-item input[type="checkbox"], span.wpcf7-list-item input[type="radio"] {
  display: none;
}
span.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before, span.wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background: #eee;
}
span.wpcf7-list-item .wpcf7-list-item-label {
  display: inline-block;
}
span.wpcf7-list-item .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #878787;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.wpcf7-radio span.wpcf7-list-item .wpcf7-list-item-label:before {
  border-radius: 50px;
}
.split-inputs {
  overflow: hidden;
}
.split-inputs span {
  display: block;
  width: calc(50% - 10px);
  float: left;
}
@media only screen and (max-width: 720px) {
  .split-inputs span {
    width: 100%;
    float: none;
  }
}
.split-inputs span:last-of-type {
  float: right;
}
@media only screen and (max-width: 720px) {
  .split-inputs span:last-of-type {
    float: none;
  }
}
::-webkit-input-placeholder {
  font-weight: 600;
  text-transform: capitalize;
  opacity: 1;
}
:-moz-placeholder {
  font-weight: 600;
  text-transform: capitalize;
  opacity: 1;
}
::-moz-placeholder {
  font-weight: 600;
  text-transform: capitalize;
  opacity: 1;
}
:-ms-input-placeholder {
  font-weight: 600;
  text-transform: capitalize;
  opacity: 1;
}
.wpcf7-response-output {
  padding: 15px 20px;
  font-weight: 600;
  color: #fff;
  background: #e67e22;
  display: none;
  margin-top: 20px;
}
.wpcf7-response-output.wpcf7-validation-errors {
  background: #e74c3c;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #2ecc71;
}
.data-check p.terms {
  display: block;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 30px;
  padding: 0 10px;
}
.data-check p.terms a {
  text-decoration: underline;
  font-size: 14px;
}
.data-check span.wpcf7-list-item {
  margin: 0;
  overflow: hidden;
  height: auto;
  display: block;
  user-select: none;
}
.data-check span.wpcf7-list-item * {
  cursor: pointer;
}
.data-check span.wpcf7-list-item label {
  display: block;
  height: auto;
}
.data-check span.wpcf7-list-item .wpcf7-list-item-label {
  display: block;
  position: relative;
  border: 1px solid transparent;
  border-bottom: 2px solid #859eb4;
  background: #fcfcfc;
  padding: 12px 20px;
  padding-left: 60px;
  font-size: 14px;
}
.data-check span.wpcf7-list-item .wpcf7-list-item-label:before {
  content: '';
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #fff;
  border: 1px solid #bebebe;
  text-align: center;
  font-size: 12px;
  border-radius: 0px !important;
  transform: translateY(-50%);
}
.data-check span.wpcf7-list-item input[type="checkbox"] {
  display: none;
}
.data-check span.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  content: '\f00c';
  background: #fff;
}
.ajax-loader {
  width: 12px;
  height: 12px;
  margin-left: 15px;
  display: none;
}
.ajax-loader.is-active {
  display: inline-block;
}
.ajax-loader:after {
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 2px solid #17a5c6;
  border-color: #17a5c6 transparent #17a5c6 transparent;
  animation: dual-ring 1.5s linear infinite;
}
@keyframes dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after, .slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 8020;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  padding: 0px !important;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  position: fixed;
}
.fancybox-close {
  position: absolute;
  cursor: pointer;
  z-index: 8040;
  top: 0;
  right: 0;
}
.fancybox-close:before {
  content: '\f00d';
  font-family: 'FontAwesome';
  display: block;
  font-size: 18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  text-align: center;
  width: 40px;
  line-height: 40px;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-next.fancybox-nav span:before {
  content: '\f105';
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 8040;
  width: auto;
  visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  .fancybox-nav span {
    visibility: visible;
  }
}
.fancybox-nav span:before {
  content: '\f104';
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 50px;
}
.fancybox-prev span {
  left: 15px;
}
.fancybox-next span {
  right: 15px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.7);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Gill Sans', sans-serif;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #868686;
  font-size: 18px;
  line-height: 1.6;
}
.post-edit-link {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 10;
  padding: 15px 25px;
  color: #fff;
  background: #878787;
}
.td {
  display: table-cell;
}
.table {
  display: table;
  width: 100%;
}
.vt {
  vertical-align: top;
}
.vm {
  vertical-align: middle;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 450px;
  max-height: 350px;
  height: auto;
}
@media only screen and (max-width: 1150px) {
  .alignleft {
    max-width: 350px;
    max-height: 250px;
  }
}
@media only screen and (max-width: 850px) {
  .alignleft {
    float: none;
    display: block;
    margin: 20px auto;
    max-width: 450px;
    max-height: 350px;
  }
}
@media only screen and (max-width: 560px) {
  .alignleft {
    max-width: 100%;
  }
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 450px;
  max-height: 350px;
  height: auto;
  clear: right;
}
@media only screen and (max-width: 1150px) {
  .alignright {
    max-width: 350px;
    max-height: 250px;
  }
}
@media only screen and (max-width: 850px) {
  .alignright {
    float: none;
    display: block;
    margin: 20px auto;
    max-width: 450px;
    max-height: 350px;
  }
}
@media only screen and (max-width: 560px) {
  .alignright {
    max-width: 100%;
  }
}
.aligncenter {
  display: block;
  margin: 20px auto;
  max-width: 960px;
  height: auto;
  max-height: 600px;
}
@media only screen and (max-width: 1050px) {
  .aligncenter {
    max-width: 100%;
  }
}
.aligncenter.fullwidth {
  max-width: 100%;
}
img {
  width: initial;
  width: auto;
  max-width: 100%;
}
.container {
  max-width: 1450px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1570px) {
  .container {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 720px) {
  .container {
    padding: 0 15px;
  }
}
.fa {
  color: inherit;
  font-size: inherit;
}
a {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
h1 {
  font-size: 40px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 30px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 600px) {
  h2 {
    font-size: 20px;
  }
}
h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  h3 {
    font-size: 17px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Gill Sans', sans-serif;
  color: #868686;
}
p {
  margin-bottom: 20px;
}
p a {
  color: #17a5c6;
}
p a:hover {
  color: #1ab8dd;
}
ul, ol {
  margin-bottom: 20px;
}
.main-content ul, .main-content ol {
  list-style-type: disc;
  list-style-position: inside;
}
ul li, ol li {
  margin-bottom: 5px;
  list-style: inherit;
}
.main-content ol {
  list-style-type: decimal;
}
b, strong {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
span, i {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.header-space {
  height: 90px;
}
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #676056;
  border-bottom: 3px solid #17a5c6;
}
.main-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.window-character {
  position: absolute;
  float: right;
  right: -100px;
  z-index: 1;
  max-width: 600px;
  height: auto;
}
@media only screen and (max-width: 1700px) {
  .window-character {
    top: 260px;
    max-width: 500px;
  }
}
@media only screen and (max-width: 1300px) {
  .window-character {
    top: 0;
    position: relative;
    max-width: 150px;
    float: none;
    right: 0;
  }
}
.logo a {
  display: block;
}
.logo a img {
  height: 110px;
  padding: 20px 0px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.logo a img:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media only screen and (max-width: 450px) {
  .logo a img {
    height: 90px;
  }
}
.logo h1 {
  color: #fff;
}
.social-links a {
  margin-left: 10px;
}
@media only screen and (max-width: 980px) {
  .desk-menu {
    display: none;
  }
}
.desk-menu ul {
  width: 100%;
  text-align: right;
  margin: 0;
}
.desk-menu ul li {
  display: inline-block;
  margin: 0;
  margin-left: -6px;
  margin-top: -30px;
  position: relative;
}
.desk-menu ul li a {
  display: block;
  padding: 0 30px;
  color: #e5ddd8;
  font-size: 22px;
}
.desk-menu ul li a:hover {
  color: #fff;
}
.desk-menu ul li:hover ul {
  display: block;
}
.desk-menu ul li ul {
  display: none;
  position: absolute;
  left: 0;
  width: 300px;
  background: #eee;
  text-align: left;
}
.desk-menu ul li ul li {
  display: block;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.desk-menu ul li ul li a {
  line-height: 45px;
}
.mobile-buttons {
  display: none;
  text-align: right;
}
@media only screen and (max-width: 980px) {
  .mobile-buttons {
    display: table-cell;
  }
}
.mobile-buttons a, .mobile-buttons #mob-toggle {
  display: inline-block;
  cursor: pointer;
  width: 50px;
  line-height: 90px;
  text-align: center;
}
.mobile-buttons a i, .mobile-buttons #mob-toggle i {
  color: #fff;
}
@media only screen and (max-width: 500px) {
  .mobile-buttons a, .mobile-buttons #mob-toggle {
    width: 40px;
  }
}
.mobile-buttons a button, .mobile-buttons #mob-toggle button {
  padding: 15px 20px;
}
.mobile-menu {
  position: fixed;
  top: 100px;
  bottom: 0;
  right: 0;
  width: 400px;
  padding: 20px 0;
  overflow-y: scroll;
  background: #635542;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-transform: translateX(400px);
  -moz-transform: translateX(400px);
  -ms-transform: translateX(400px);
  -o-transform: translateX(400px);
  transform: translateX(400px);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 600px) {
  .mobile-menu {
    width: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media only screen and (max-width: 980px) {
  .mobile-menu.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.mobile-menu ul {
  margin: 0;
  padding: 0;
}
.mobile-menu ul li {
  margin: 0;
}
.mobile-menu ul li a {
  padding: 0 25px;
  display: block;
  line-height: 60px;
  font-size: 22px;
  color: #fff;
}
.mobile-menu ul li ul {
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}
.mobile-menu ul li ul.active:before {
  content: '\f068';
}
.mobile-menu ul li ul:before {
  content: '\f067';
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  top: -45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}
.mobile-menu ul li ul li {
  display: none;
}
.darkness {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 980px) {
  .darkness.active {
    opacity: 1;
    visibility: visible;
  }
}
.t-center {
  text-align: center;
}
.spacer {
  height: 30px;
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner .slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.banner .slider img {
  opacity: 0.4;
}
.banner .container {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 210px 0px;
  max-width: 800px;
}
@media only screen and (max-width: 700px) {
  .banner .container {
    max-width: 80%;
  }
}
@media only screen and (max-width: 500px) {
  .banner .container {
    padding: 100px 0px;
    padding-top: 50px;
  }
}
.banner.default {
  background: linear-gradient(#17a5c6, #5a5812);
  height: 550px;
}
.banner.default h1 {
  margin: 0;
  color: #fff;
  font-weight: 400;
}
.banner.default h2 {
  color: #eee;
}
.banner.default video {
  opacity: 0.3;
}
@media only screen and (max-width: 600px) {
  .banner.default {
    height: 250px;
  }
}
.banner.home {
  background: linear-gradient(#17a5c6, #020f12);
  height: 650px;
}
.banner.home h1 {
  margin: 0;
  color: #fff;
  font-weight: 400;
}
.banner.home h2 {
  color: #eee;
}
.banner.home video {
  opacity: 0.3;
}
@media only screen and (max-width: 600px) {
  .banner.home {
    height: 400px;
  }
}
.main-content {
  padding: 60px 0;
}
.fullwidth-content {
  background: #fff;
  position: relative;
  overflow: hidden;
}
.fullwidth-content .container {
  max-width: 1100px;
}
.fullwidth-content .container.main-body {
  text-align: center;
  padding: 50px 15px;
}
.fullwidth-content .container.main-body p {
  margin-bottom: 0;
}
@media only screen and (max-width: 800px) {
  .fullwidth-content .container.main-body {
    padding: 15px;
  }
}
.fullwidth-content .container.default {
  padding-top: 30px;
}
.steps {
  clear: both;
  overflow: auto;
  padding-bottom: 60px;
}
.steps .step {
  width: 33.33%;
  float: left;
  text-align: left;
  padding: 15px;
}
.steps .step:first-child h3, .steps .step p, .steps .step span {
  color: #17a5c6;
}
.steps .step:nth-child(2) h3, .steps .step p, .steps .step span {
  color: #127d96;
}
.steps .step:nth-child(3) h3, .steps .step p, .steps .step span {
  color: #025859;
}
.steps .step span {
  font-size: 60px;
}
@media only screen and (max-width: 800px) {
  .steps .step {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  .steps img {
    padding: 20px 0px;
  }
}
.steps .cls-2 {
  stroke-dasharray: 1000px;
  stroke-dashoffset: 1000px;
  opacity: 0.8;
  animation: offset 10s ease-in-out forwards;
}
@keyframes offset {
  to {
    stroke-dashoffset: 0px;
    opacity: 1;
  }
}
.steps .massage-process {
  padding-top: 40px;
}
.benefits {
  overflow: auto;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.benefits .benefit {
  width: 40%;
  width: -webkit-calc(40% - 15px);
  width: -moz-calc(40% - 15px);
  width: calc(40% - 15px);
  text-align: center;
  margin-right: 15px;
  padding-top: 20px;
  min-height: 480px;
}
.benefits .benefit:nth-child(1) {
  background: #17a5c6;
}
.benefits .benefit:nth-child(1) .rotate-text {
  color: #fff;
  background: #127d96;
}
.benefits .benefit:nth-child(2) {
  background: #17a5c6;
}
.benefits .benefit:nth-child(2) .rotate-text {
  color: #fff;
  background: #127d96;
}
.benefits .benefit h3 {
  color: #fff;
}
.benefits .benefit img {
  padding: 70px;
  max-height: 300px;
}
@media only screen and (max-width: 800px) {
  .benefits .benefit img {
    display: none;
  }
}
.benefits .benefit .rotate-text {
  background: #676056;
  padding: 30px 10px;
  margin-bottom: 0;
  font-weight: normal;
  overflow: hidden;
  position: absolute;
  width: 100%;
  bottom: 0;
}
@media only screen and (max-width: 800px) {
  .benefits .benefit .rotate-text {
    position: relative;
  }
}
@media only screen and (max-width: 1300px) {
  .benefits .benefit {
    z-index: 2;
  }
}
@media only screen and (max-width: 800px) {
  .benefits .benefit {
    width: 100%;
    margin: 15px 0px;
    min-height: auto;
  }
}
.grey-wrap {
  background: #e5ddd8;
}
.testimonials {
  text-align: center;
  padding: 100px 0;
  width: 80%;
  margin: 0 auto;
}
.testimonials h2 {
  color: #676056;
}
.testimonials button {
  border: 1px solid #676056;
  background: transparent;
  padding: 10px 20px;
  margin: 0;
  z-index: 2;
}
.testimonials button i {
  color: #676056;
}
.testimonials button:hover {
  background: #676056;
}
.testimonials button:hover i {
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .testimonials button {
    display: none;
  }
}
.testimonials .customer-name {
  color: #676056;
}
.testimonials .right-arrow {
  float: right;
  position: absolute;
  right: -70px;
  top: 20%;
}
@media only screen and (max-width: 900px) {
  .testimonials .right-arrow {
    display: none !important;
  }
}
.testimonials .left-arrow {
  float: left;
  position: absolute;
  left: -70px;
  top: 20%;
}
@media only screen and (max-width: 900px) {
  .testimonials .left-arrow {
    display: none !important;
  }
}
.gallery ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.gallery ul li {
  margin: 0;
  overflow: hidden;
  width: 20%;
  z-index: 2;
}
.gallery ul li img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 800px) {
  .gallery ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 450px) {
  .gallery ul li {
    width: 100%;
  }
}
.map {
  text-align: center;
  overflow: auto;
  background-size: cover;
  background-position: center;
}
.map .areas {
  background: #676056;
  margin: 300px auto;
  width: 600px;
  padding: 30px;
}
.map .areas h3, .map .areas p {
  color: #fff;
}
@media only screen and (max-width: 800px) {
  .map .areas {
    width: 80%;
  }
}
.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}
.rotating.flip {
  position: relative;
}
.rotating .front, .rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 1px);
  -moz-transform: translate3d(0, 0, 1px);
  -ms-transform: translate3d(0, 0, 1px);
  -o-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
}
.rotating.flip .front {
  z-index: 1;
}
.rotating .back {
  display: block;
  opacity: 0;
}
.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}
.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  -webkit-transform: rotateY(180deg) translate3d(0, 0, 0);
  -moz-transform: rotateY(180deg) translate3d(0, 0, 0);
  -ms-transform: rotateY(180deg) translate3d(0, 0, 0);
  -o-transform: rotateY(180deg) translate3d(0, 0, 0);
  transform: rotateY(180deg) translate3d(0, 0, 0);
}
.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0, 0, 0);
  -moz-transform: rotateX(180deg) translate3d(0, 0, 0);
  -ms-transform: rotateX(180deg) translate3d(0, 0, 0);
  -o-transform: rotateX(180deg) translate3d(0, 0, 0);
  transform: rotateX(180deg) translate3d(0, 0, 0);
}
.rotating.flip.cube .front {
  -webkit-transform: translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
}
button, input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  padding: 15px 40px;
  color: #fff;
  margin: 10px;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  background: #17a5c6;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
button:hover, input[type="submit"]:hover {
  background: #127d96;
  color: #fff;
}
input[type="submit"] {
  background: #127d96;
}
input[type="submit"]:hover {
  background: #fff;
  color: #127d96;
}
.pricing {
  background: #676056;
  text-align: center;
  padding: 30px 0px;
}
.pricing h1, .pricing h2, .pricing h3, .pricing h4, .pricing p {
  color: #e5ddd8;
}
.contact {
  z-index: 2;
  padding: 30px 0px;
  background: #17a5c6;
  text-align: center;
}
.contact h3, .contact p {
  color: #fff;
}
.contact a {
  color: #025859;
}
.contact input[type="text"], .contact input[type="tel"], .contact input[type="email"], .contact select, .contact textarea {
  background: #127d96;
  border: 0;
  color: #fff;
}
.contact ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  font-weight: normal;
}
.contact ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-weight: normal;
}
.contact :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font-weight: normal;
}
.contact :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-weight: normal;
}
.contact .data-check span.wpcf7-list-item .wpcf7-list-item-label {
  background: transparent;
  border: 0;
  text-align: left;
  color: #fff;
}
.contact .data-check p.terms {
  text-align: left;
}
@media only screen and (max-width: 910px) {
  .contact .data-check p.terms {
    text-align: center;
  }
}
.contact .data-check a {
  color: #ccc;
}
.contact .data-check a:hover {
  color: #eee;
}
.contact .wpcf7-not-valid {
  border: #e74c3c 2px solid !important;
}
.data-check span.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  content: '\f00c';
  color: #17a5c6;
}
a[href^="http://maps.google.com/maps"], a[href^="https://maps.google.com/maps"], a[href^="https://www.google.com/maps"] {
  display: none !important;
}
.gmnoprint:not(.gm-bundled-control) {
  display: none;
}
.gm-bundled-control .gmnoprint {
  display: block;
}
#map {
  position: absolute;
}
.maps-container {
  overflow: auto;
  position: relative;
}
.form-section {
  padding: 30px 0px;
}
@media only screen and (max-width: 991px) {
  .form-section .form {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .form-section .table {
    display: block;
  }
}
.form-section input[type="submit"] {
  color: #fff;
  margin: 0;
}
.form-section input[type="submit"]:hover {
  background: #17a5c6;
  color: #fff;
}
.sidebar {
  width: 30%;
  padding-left: 30px;
}
.sidebar .social-links a {
  margin: 0 15px 0 0;
}
.footer {
  background: #676056;
}
.footer .container {
  max-width: 1450px;
}
.footer li, .footer p, .footer h3, .footer span {
  color: #fff;
}
.footer br {
  display: none;
}
@media only screen and (max-width: 840px) {
  .footer br {
    display: block;
  }
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #e5ddd8;
}
@media only screen and (max-width: 840px) {
  .footer span {
    display: none;
  }
}
.footer h3 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 910px) {
  .footer .td {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.footer .menu li {
  display: inline-block;
  padding-right: 10px;
}
.footer .menu li:last-child {
  padding-right: 0;
}
.footer .top-footer {
  padding: 30px 0;
}
.footer .top-footer .links .menu-col {
  display: inline-block;
}
.footer .top-footer .address {
  text-align: right;
}
@media only screen and (max-width: 910px) {
  .footer .top-footer .address {
    text-align: center;
  }
}
.footer .top-footer .address li.space {
  height: 20px;
}
.footer .top-footer .address li.social a {
  font-size: 18px;
  margin-left: 15px;
}
.footer .bottom-footer {
  text-align: center;
  padding-bottom: 30px;
  overflow: hidden;
}
.footer .bottom-footer p {
  margin: 0;
  display: inline-block;
  float: left;
}
@media only screen and (max-width: 910px) {
  .footer .bottom-footer p {
    float: none;
  }
}
.footer .bottom-footer p span {
  margin: 0 10px;
}
.footer .bottom-footer img {
  vertical-align: middle;
}
.footer .icon {
  width: 25px;
  height: 25px;
  max-width: 25px;
  max-height: 25px;
  padding-top: 10px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer .icon path {
  fill: #fff;
}
.footer .icon path:hover {
  fill: #025859;
}
#return-to-top {
  position: fixed;
  bottom: 14px;
  right: 15px;
  background: #635542;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 15px;
  top: 12px;
  font-size: 19px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
#return-to-top i:hover {
  color: #fff;
  top: 7px;
}
.error404 .footer {
  margin-top: 0;
}
.error404 .fullwidth-content {
  background: #fff;
}
.error404 input[type="submit"] {
  color: #17a5c6;
  border: 2px solid #17a5c6;
}
.error404 input[type="submit"]:hover {
  background: #17a5c6;
  color: #fff;
}
.seasonal-opening-hours {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 15px 0;
  background: #212121;
}
.seasonal-opening-hours p {
  margin: 0;
  font-size: 16px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
#cookiePolicy {
  transition: 0.3s ease;
}
#cookiePolicy.hide {
  opacity: 0;
  visibility: hidden;
}
#cookiePolicy #closeCookie {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 18px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  transform: translateY(-50%);
  background: #dcdcdc;
  cursor: pointer;
  transition: 0.3s ease;
}
#cookiePolicy #closeCookie:hover {
  background: #c9c5c5;
}
#cookiePolicy .cookie-content {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #eee;
  padding: 20px 70px 20px 30px;
}
#cookiePolicy .cookie-content p {
  margin: 0;
}
#cookieTableContainer {
  overflow-x: scroll;
}
#table {
  border-collapse: collapse;
  margin: 30px auto;
}
#table td, #table th {
  border: 1px solid #e5ddd8;
  padding: 15px 40px;
  text-align: center;
  vertical-align: middle;
  color: #868686;
}
@media only screen and (max-width: 600px) {
  #table td, #table th {
    padding: 15px;
  }
}
#table tr td:nth-of-type(1), #table tr th:nth-of-type(1) {
  min-width: 125px;
}
@media only screen and (max-width: 600px) {
  #table tr td:nth-of-type(1), #table tr th:nth-of-type(1) {
    min-width: 10px;
  }
}
#table tr td:nth-of-type(2), #table tr th:nth-of-type(2) {
  min-width: 200px;
}
@media only screen and (max-width: 600px) {
  #table tr td:nth-of-type(2), #table tr th:nth-of-type(2) {
    min-width: 10px;
  }
}
#table tr td:nth-of-type(3), #table tr th:nth-of-type(3) {
  min-width: 80px;
}
@media only screen and (max-width: 600px) {
  #table tr td:nth-of-type(3), #table tr th:nth-of-type(3) {
    min-width: 10px;
  }
}
#table tr td:nth-of-type(4), #table tr th:nth-of-type(4) {
  min-width: 300px;
}
@media only screen and (max-width: 600px) {
  #table tr td:nth-of-type(4), #table tr th:nth-of-type(4) {
    min-width: 10px;
  }
}
textarea {
  -ms-overflow-style: none;
  overflow: auto;
}
[data-aos="rotate-c"] {
  transform: rotate(-30deg);
  transition-property: transform;
  opacity: 0;
}
[data-aos="rotate-c"].aos-animate {
  transform: rotate(0deg);
  transform: translate3d(100px, 0, 0);
  transition-property: opacity, transform;
  opacity: 1;
}
