.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.bounce {
  -webkit-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
@-moz-keyframes bounce {
  0%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes bounce {
  0%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation: pulse 1s;
  -o-animation: pulse 1s;
  animation: pulse 1s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(500px);
  }
  50% {
    -webkit-transform: perspective(500px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(500px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(500px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(500px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(500px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(500px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(500px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/gotham_pro/GothamProLight.eot");
  src: url("../fonts/gotham_pro/GothamProLight.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham_pro/GothamProLight.woff") format("woff"), url("../fonts/gotham_pro/GothamProLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/gotham_pro/GothamProRegular.eot");
  src: url("../fonts/gotham_pro/GothamProRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham_pro/GothamProRegular.woff") format("woff"), url("../fonts/gotham_pro/GothamProRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/gotham_pro/GothamProMedium.eot");
  src: url("../fonts/gotham_pro/GothamProMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham_pro/GothamProMedium.woff") format("woff"), url("../fonts/gotham_pro/GothamProMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/gotham_pro/GothamProBold.eot");
  src: url("../fonts/gotham_pro/GothamProBold.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham_pro/GothamProBold.woff") format("woff"), url("../fonts/gotham_pro/GothamProBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/icomoon.eot?l6um6l');
  src: url('../fonts/icomoon/icomoon.eot?#iefixl6um6l') format('embedded-opentype'), url('../fonts/icomoon/icomoon.ttf?l6um6l') format('truetype'), url('../fonts/icomoon/icomoon.woff?l6um6l') format('woff'), url('../fonts/icomoon/icomoon.svg?l6um6l#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="f-icon-"],
[class*=" f-icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.f-icon-arrow-right:before {
  content: "\e600";
}
.f-icon-google-plus:before {
  content: "\e601";
}
.f-icon-twitter:before {
  content: "\f099";
}
.f-icon-facebook:before {
  content: "\f09a";
}
.f-icon-linkedin:before {
  content: "\f0e1";
}
.f-icon-pinterest-p:before {
  content: "\f231";
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 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 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * 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/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.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: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.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,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../images/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  background: #fff;
  margin: 0;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 99999;
  -webkit-perspective: 800;
}
#fancybox-loading div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #2b6ca2;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.fancybox-close {
  position: fixed;
  top: 25px;
  right: 40px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  border-radius: 30px;
  border: 2px solid black;
  padding: 5px;
  z-index: 8040;
  background: url('../images/fancybox/fancybox_close.png') center center no-repeat;
  transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  -ms-transition: all 200ms;
}
.fancybox-close:hover {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/fancybox/blank.gif');
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev {
  left: 0;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next {
  right: 0;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.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;
}
.fancybox-lock {
  overflow: hidden;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: #fff;
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.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;
  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: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.fancybox-close {
  background: none !important;
  -webkit-backface-visibility: hidden;
  width: 50px;
  height: 50px;
}
.fancybox-close:before,
.fancybox-close:after {
  content: "";
  height: 2px;
  width: 32px;
  background: #000;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 21.5px;
  left: 7px;
}
.fancybox-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.icon-play,
.icon-enegry,
.icon-health,
.icon-plane,
.icon-overcome,
.icon-performance,
.icon-relieve,
.icon-watch,
.icon-location,
.icon-hours,
.icon-contact,
.icon-list {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: inline-block;
}
.icon-play {
  width: 13px;
  height: 16px;
  background-image: url('../svg/play-arrow.svg');
  margin-right: 10px;
  margin-bottom: -2px;
}
.icon-enegry {
  background-image: url('../svg/01-stress.svg');
  width: 50px;
  height: 50px;
}
.icon-health {
  width: 50px;
  height: 50px;
  background-image: url('../svg/02-creativity.svg');
}
.icon-plane {
  width: 50px;
  height: 50px;
  background-image: url('../svg/03-chronic-pain.svg');
}
.icon-overcome {
  width: 50px;
  height: 50px;
  background-image: url('../svg/04-joint-pain.svg');
}
.icon-performance {
  width: 50px;
  height: 50px;
  background-image: url('../svg/05-performance.svg');
}
.icon-relieve {
  width: 50px;
  height: 50px;
  background-image: url('../svg/06-jetlag.svg');
}
.icon-watch {
  background-image: url('../svg/visible_filled.svg');
  width: 26px;
  height: 14px;
  margin-right: 10px;
  margin-bottom: -2px;
}
.icon-location {
  background-image: url('../svg/location.svg');
  width: 22px;
  height: 33px;
}
.icon-hours {
  background-image: url('../svg/clock.svg');
  width: 32px;
  height: 32px;
}
.icon-contact {
  background-image: url('../svg/speech_bubble.svg');
  height: 30px;
  width: 31px;
}
.icon-list {
  background-image: url('../svg/todo_list_filled.svg');
  width: 22px;
  height: 21px;
  margin-right: 15px;
  margin-bottom: -5px;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Cube */
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
iframe {
  border: none;
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.visible-tablet {
  display: none;
}
html,
body {
  position: relative;
  font-family: 'Gotham Pro', Helvetica, sans-serif;
  color: #333;
  text-rendering: optimizelegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-text-size-adjust: none;
  -moz-font-smoothing: antialiased;
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: none;
  -ms-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-uppercase {
  text-transform: uppercase;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.hidden {
  display: none;
}
.btn {
  border: none;
  outline: none;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  border-radius: 25px;
  padding: 12px 25px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.btn-md {
  border-radius: 50px;
  font-weight: 500;
  padding: 18px 35px;
}
.btn.btn-lg {
  border-radius: 75px;
  font-weight: 500;
  font-size: 26px;
  padding: 26px 35px;
}
.btn.btn-lg1 {
  border-radius: 75px;
  font-weight: 500;
  font-size: 26px;
  padding: 26px 35px;
}

.btn.btn-light-blue {
  background: #2a73b2;
}
.btn.btn-light-blue:hover {
  background: #338dda;
}
.btn.btn-blue {
  background: #286ba4;
}
.btn.btn-blue:hover {
  background: #2f7cbe;
}
.btn.btn-ghost.white {
  border: 2px solid #fff;
}
.btn.btn-ghost.white:hover {
  border-color: #2a73b2;
  background: #2a73b2;
}
.btn.btn-arrow {
  position: relative;
  overflow: hidden;
}
.btn.btn-arrow i {
  position: absolute;
  height: 100%;
  font-size: 125%;
  line-height: 82px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  left: 130%;
  opacity: 0;
  top: 0;
}
.btn.btn-arrow:hover i {
  left: 88%;
  opacity: 1;
}
section {
  text-align: center;
  position: relative;
  background: #fff;
  padding: 75px 0 70px;
}
section p {
  margin: 0 0 0;
  font-size: 21px;
  line-height: 36px;
  font-weight: 200;
}
section p.heading {
  font-size: 44px;
  font-weight: 400;
  margin: 0 0 0;
}
section p a {
  text-decoration: none;
  color: #286ba4;
}
section p a:hover {
  color: #368ad1;
}
section .description {
  padding-top: 30px;
  padding-bottom: 25px;
}
section .buttons-container {
  padding-bottom: 36px;
}
#top_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  z-index: 5;
  padding: 15px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translate3d(0, -100px, 0);
  -moz-transform: translate3d(0, -100px, 0);
  -ms-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
#top_menu.visible {
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
#top_menu .logo-sm {
  float: left;
}
#top_menu .top-menu {
  float: right;
}
#top_menu .nav {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
#top_menu .nav li {
  display: block;
  float: left;
  padding: 0;
  margin: 0 11px;
}
#top_menu .nav li a {
  display: block;
  font-size: 18px;
  color: #286ba4;
  text-decoration: none;
  padding: 17px 0;
}
#top_menu .nav li a:hover {
  color: #368ad1;
}
#top_menu .nav li a.btn {
  color: #fff;
  font-weight: 500;
  padding: 7px 20px 11px;
}
#top_menu .nav li.btn-container {
  margin-left: 30px;
  margin-top: 6px;
}
#top_menu .phone-container {
  float: left;
  margin-left: 25px;
  padding-top: 13px;
}
#top_menu .phone-container span,
#top_menu .phone-container a {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  text-decoration: none;
}
#welcome {
  min-height: 650px;
  padding: 0;
}
#welcome .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}
#welcome .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: auto;
}
#welcome .video-container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .7;
}
#welcome .logo-container {
  text-align: center;
  padding-top: 135px;
  padding-bottom: 140px;
}
#welcome .logo-container a {
  display: inline-block;
}
#welcome h1 {
  position: relative;
  margin: 0 0 20px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 78px;
}
#welcome h2 {
  position: relative;
  margin: 0 0 46px;
  font-size: 34px;
  font-weight: 200;
  text-align: center;
  color: #2f80c6;
}
#welcome .buttons-container .btn {
  width: 245px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}
#welcome .arrow-container {
  position: absolute;
  width: 44px;
  height: 44px;
  bottom: 35px;
  left: 50%;
  margin-left: -22px;
}
#welcome .arrow-container a {
  display: block;
}
#welcome .arrow-container a img {
  -webkit-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#what_is .explanation-videos-container {
  margin-left: -15px;
  margin-right: -15px;
}
#what_is .explanation-videos-container .explanation-video {
  float: left;
  width: 330px;
  padding: 0 15px;
}
#what_is .explanation-videos-container .explanation-video a {
  display: block;
  position: relative;
}
#what_is .explanation-videos-container .explanation-video a:after {
  content: "";
  width: 48px;
  height: 48px;
  background: url('../svg/play-circle.svg') no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
}
#what_is .explanation-videos-container .explanation-video a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: #000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#what_is .explanation-videos-container .explanation-video a:hover:after {
  background-image: url('../svg/play-circle-blue.svg');
}
#what_is .explanation-videos-container .explanation-video a:hover:before {
  opacity: .1;
}
#what_is .explanation-videos-container .explanation-video p {
  padding-top: 17px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
#benefits {
  padding: 60px 0 80px;
  background: url('../images/benefits-bg.jpg') no-repeat center center;
  background-size: cover;
  color: #fff;
}
#benefits p.heading {
  font-size: 24px;
  font-weight: 500;
}
#benefits .benefits-row {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 53px;
  padding-bottom: 6px;
}
#benefits .benefits-row .icon-container {
  padding-bottom: 15px;
}
#benefits .benefits-row .benefit {
  float: left;
  width: 330px;
  padding: 0 15px;
}
#benefits .benefits-row .benefit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
}
#benefits .benefits-row .benefit p.heading {
  font-weight: 500;
}
#photogallery .buttons-container {
  padding-bottom: 18px;
}
#photogallery .gallery-container {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 0px;
}
#photogallery .gallery-container .gallery-item {
  float: left;
  width: 330px;
  padding: 16px 15px;
}
#photogallery .gallery-container .gallery-item a {
  display: block;
  position: relative;
}
#photogallery .gallery-container .gallery-item a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#photogallery .gallery-container .gallery-item a:hover:after {
  opacity: .1;
}
#pricing {
  background: #f5f5f5;
  padding-bottom: 36px;
}
#pricing .holiday-specials {
  font-size: 21px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: -17px;
}
#pricing .pricing-tables {
  margin-left: -21px;
  margin-right: -21px;
  padding-top: 44px;
}
#pricing .pricing-tables .pricing-table-container {
  float: left;
  width: 332px;
  padding-left: 21px;
  padding-right: 21px;
}
#pricing .pricing-tables .pricing-table-container .pricing-table {
  background: #fff;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  padding: 36px 20px 26px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#pricing .pricing-tables .pricing-table-container .pricing-table:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
}
#pricing .pricing-tables .pricing-table-container .pricing-table p.heading {
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 30px;
}
#pricing .pricing-tables .pricing-table-container .pricing-table p.price {
  font-size: 48px;
  font-weight: 500;
  color: #286ba4;
}
#pricing .pricing-tables .pricing-table-container .pricing-table p.price span {
  font-weight: 200;
}
#pricing .pricing-tables .pricing-table-container .pricing-table p.price span.smaller {
  font-size: 32px;
}
#pricing .pricing-tables .pricing-table-container .pricing-table p.per-float {
  color: #adadad;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 7px;
}
#pricing .pricing-tables .pricing-table-container .pricing-table p.per-float.smaller {
  line-height: 30px;
}
#pricing .pricing-tables .pricing-table-container .pricing-table p.includes {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 24px;
  padding-bottom: 17px;
}
#pricing .pricing-tables .pricing-table-container .pricing-table p.includes a {
  color: #286ba4;
  border-bottom: 1px dotted;
  padding-bottom: 3px;
  text-decoration: none;
}
#pricing .pricing-tables .pricing-table-container .pricing-table p.info {
  font-size: 14px;
  font-weight: 400;
  color: #adadad;
  line-height: 21px;
}
#pricing .pricing-tables .pricing-table-container .pricing-table .button-container {
  padding-bottom: 22px;
}
#pricing .pricing-tables .pricing-table-container .pricing-table .button-container .btn {
  font-weight: 500;
  font-size: 18px;
  width: 220px;
  text-transform: uppercase;
  padding: 13px 25px 17px;
}
#pricing .faq-container {
  padding-top: 70px;
}
#pricing .faq-container p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
#pricing .faq-container p.heading {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 37px;
}
#pricing .faq-container p.question {
  font-weight: 700;
  line-height: 30px;
}
#pricing .faq-container .faq-row {
  margin-left: -21px;
  margin-right: -21px;
}
#pricing .faq-container .faq-col {
  float: left;
  width: 50%;
  padding: 0 21px;
  text-align: left;
}
#pricing .faq-container .faq-item {
  padding-bottom: 30px;
}
#pricing .btn.open-faq {
  padding: 11px 25px 10px;
}
#pricing .tooltip .tooltip-inner {
  max-width: 400px;
  text-align: left;
}
#pricing .tooltip .tooltip-inner p {
  font-size: 14px;
  font-weight: 400;
}
#pricing .tooltip .tooltip-inner ul {
  padding-left: 20px;
}
#pricing .tooltip .tooltip-inner ul li {
  padding: 5px 0;
}
#location {
  padding-bottom: 75px;
}
#location .map-container {
  padding-top: 45px;
  padding-bottom: 35px;
}
#location .map-container #map {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
#location .additional-info-container .additional-info {
  float: left;
  width: 365px;
  text-align: left;
  padding-left: 45px;
  position: relative;
}
#location .additional-info-container .additional-info.address {
  padding-left: 34px;
}
#location .additional-info-container .additional-info.contact {
  float: right;
  width: auto;
}
#location .additional-info-container .additional-info.hours span {
  display: inline-block;
  min-width: 69px;
  text-align: right;
}
#location .additional-info-container .additional-info p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
#location .additional-info-container .additional-info p.heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
#location .additional-info-container .additional-info a {
  color: #333;
  text-decoration: none;
}
#location .additional-info-container .additional-info .icon {
  position: absolute;
  top: 4px;
  left: 0;
}
#ready {
  padding-top: 105px;
  padding-bottom: 95px;
  background: url('../images/ready-bg.jpg') no-repeat center center;
  background-size: cover;
  color: #fff;
}
#ready .buttons-container {
  padding-top: 42px;
}
#ready .buttons-container .btn.btn-lg {
  width: 490px;
}
#ready .description {
  padding: 0 0 0;
}
#ready .description p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
#other_services {
  padding-top: 35px;
  padding-bottom: 50px;
}
#other_services p.heading {
  font-size: 24px;
  font-weight: 500;
}
#other_services .other-services {
  padding-top: 30px;
}
#other_services .other-services .service {
  float: left;
  width: 450px;
  padding: 0 30px;
  border-radius: 7px;
  overflow: hidden;
  height: 165px;
  position: relative;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
#other_services .other-services .service.last {
  float: right;
}
#other_services .other-services .service:before {
  -webkit-transition: all 20s linear;
  -moz-transition: all 20s linear;
  -ms-transition: all 20s linear;
  -o-transition: all 20s linear;
  transition: all 20s linear;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/sauna.jpg') no-repeat center center;
  background-size: cover;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
#other_services .other-services .service.massage:before {
  background-image: url('../images/massage.jpg');
}
#other_services .other-services .service a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
}
#other_services .other-services .service .button-container {
  position: absolute;
  width: 100%;
  height: 50px;
  top: 50%;
  left: 0;
  margin-top: -25px;
}
#other_services .other-services .service .btn {
  position: relative;
  font-size: 21px;
  font-weight: 500;
  height: 50px;
  width: 240px;
  padding: 9px 20px;
}
#other_services .other-services .service:hover .btn {
  border-color: #2a73b2;
  background: #2a73b2;
}
#other_services .other-services .service:hover:before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
footer {
  padding-bottom: 45px;
}
footer .container {
  border-top: 1px solid #d9d9d9;
}
footer .copyright-info,
footer .schedule-floating {
  float: left;
  padding-top: 41px;
}
footer .copyright-info p,
footer .schedule-floating p {
  font-size: 16px;
  margin: 0;
}
footer .copyright-info a,
footer .schedule-floating a {
  text-decoration: none;
  color: #286ba4;
}
footer .copyright-info a:hover,
footer .schedule-floating a:hover {
  color: #368ad1;
}
footer .schedule-floating {
  float: right;
}
footer .social-links {
  float: right;
  padding-top: 45px;
}
footer .social-links a {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: block;
  float: left;
  margin-left: 12px;
  background: #cccccc;
  text-decoration: none;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .social-links a i {
  display: inline-block;
  line-height: 30px;
  font-size: 15px;
}
footer .social-links a.fb:hover {
  background: #3b5998;
}
footer .social-links a.gplus i {
  margin-top: 2px;
  margin-left: 2px;
}
footer .social-links a.gplus:hover {
  background: #dc4e41;
}
footer .social-links a.tw i {
  font-size: 16px;
  margin-left: 1px;
}
footer .social-links a.tw:hover {
  background: #55acee;
}
footer .social-links a.lin:hover {
  background: #0077b5;
}
footer .social-links a.pin i {
  margin-top: 1px;
}
footer .social-links a.pin:hover {
  background: #bd081c;
}
.fancybox-outer * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
.fancybox-pricing-tooltip .fancybox-inner {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  overflow: hidden;
}
.fancybox-pricing-tooltip #price_tooltip {
  padding: 40px 40px 15px;
  padding-right: 25px;
  overflow: hidden;
}
.fancybox-pricing-tooltip #price_tooltip p {
  margin: 0px 0 0px;
  padding-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  color: #286ba4;
  text-align: center;
}
.fancybox-pricing-tooltip #price_tooltip ul {
  padding-left: 50px;
}
.fancybox-pricing-tooltip #price_tooltip ul li {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  padding-bottom: 20px;
}
.fancybox-pricing-tooltip .fancybox-close {
  position: absolute;
  top: -43px;
  right: -50px;
}
.switch-mobile-version {
  display: block;
  height: 160px;
  font-weight: bold;
  font-size: 42px;
  line-height: 160px;
  color: #FFF !important;
  text-decoration: none;
  text-align: center;
  background: #000;
}
@media (max-width: 1199px) {
  section {
    padding-top: 55px;
    padding-bottom: 60px;
  }
  section .description {
    padding-top: 14px;
    padding-bottom: 29px;
  }
  section .buttons-container {
    padding-bottom: 40px;
  }
  .container {
    width: 700px;
  }
  .hidden-tablet {
    display: none;
  }
  .visible-tablet {
    display: block;
  }
  section p {
    font-size: 18px;
    line-height: 32px;
  }
  section p.heading {
    font-size: 36px;
  }
  #top_menu .phone-container,
  #top_menu .logo-sm {
    width: 140px;
    margin-left: 0;
    margin-right: 0;
  }
  #top_menu .phone-container {
    text-align: right;
  }
  #top_menu .top-menu .nav {
    width: 410px;
    text-align: center;
  }
  #top_menu .top-menu .nav li {
    display: none;
    margin: 0;
  }
  #top_menu .top-menu .nav li.btn-container {
    float: none;
    display: inline-block;
    margin: 6px 0 0;
  }
  #welcome h1 {
    font-size: 58px;
  }
  #welcome h2 {
    font-size: 30px;
  }
  #what_is .explanation-videos-container {
    margin: 0;
  }
  #what_is .explanation-videos-container .explanation-video {
    float: none;
    width: 100%;
    padding: 0;
  }
  #what_is .explanation-videos-container .explanation-video a:after {
    margin-top: -48px;
    margin-left: -48px;
    width: 96px;
    height: 96px;
  }
  #benefits {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  #benefits .benefits-row {
    margin-left: 0px;
    margin-right: 0px;
  }
  #benefits .benefits-row .icon-container {
    padding-bottom: 12px;
  }
  #benefits .benefits-row .benefit {
    width: 33.33%;
    padding-left: 0px;
    padding-right: 0px;
  }
  #benefits .benefits-row .benefit p {
    display: inline;
  }
  #photogallery .gallery-container {
    margin: 0;
  }
  #photogallery .gallery-container .gallery-item {
    padding: 0;
    width: 100%;
    float: none;
  }
  #photogallery .buttons-container {
    padding-bottom: 40px;
  }
  #pricing {
    padding-bottom: 20px;
  }
  #pricing .pricing-tables {
    margin-left: -27px;
    margin-right: -27px;
    padding-top: 40px;
  }
  #pricing .pricing-tables .pricing-table-container {
    padding-left: 13px;
    padding-right: 13px;
    width: 251px;
  }
  #pricing .pricing-tables .pricing-table-container .pricing-table {
    min-height: 437px;
    padding: 26px 15px 24px;
  }
  #pricing .pricing-tables .pricing-table-container .pricing-table p.heading {
    font-size: 22px;
  }
  #pricing .pricing-tables .pricing-table-container .pricing-table p.price {
    font-size: 40px;
  }
  #pricing .pricing-tables .pricing-table-container .pricing-table p.price span.smaller {
    font-size: 26px;
  }
  #pricing .pricing-tables .pricing-table-container .pricing-table p.includes {
    min-height: 96px;
  }
  #pricing .pricing-tables .pricing-table-container .pricing-table p.per-float.smaller {
    line-height: 24px;
  }
  #pricing .pricing-tables .pricing-table-container .pricing-table .button-container {
    padding-bottom: 28px;
  }
  #pricing .pricing-tables .pricing-table-container .pricing-table .button-container .btn {
    padding: 12px 25px 13px;
    width: 176px;
  }
  #pricing .faq-container {
    padding-top: 55px;
  }
  #pricing .faq-container .faq-row {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  #pricing .faq-container .faq-row .faq-col {
    float: none;
    width: 100%;
    padding: 0 0 0px;
  }
  #location {
    padding-bottom: 53px;
  }
  #location .map-container {
    padding-top: 35px;
  }
  #location #map {
    height: 430px;
  }
  #location .additional-info-container .additional-info {
    width: 235px;
  }
  #location .additional-info-container .additional-info.address {
    width: 245px;
  }
  #location .additional-info-container .additional-info.hours {
    width: 225px;
  }
  #ready {
    padding-top: 110px;
  }
  #ready .buttons-container {
    padding-bottom: 35px;
  }
  #other_services {
    padding-top: 52px;
  }
  #other_services .other-services {
    padding-top: 34px;
  }
  #other_services .other-services .service {
    width: 340px;
    height: 135px;
  }
}
@media (max-width: 991px) {
  .fancybox-pricing-tooltip #price_tooltip {
    padding: 20px 20px 15px;
    max-width: 600px;
  }
  .fancybox-pricing-tooltip #price_tooltip ul {
    padding-left: 30px;
  }
}
html.desktop #welcome .logo-container {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
html.desktop #welcome .logo-container.visible {
  opacity: 1;
  -webkit-animation: bounceIn .9s;
  -o-animation: bounceIn .9s;
  animation: bounceIn .9s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
html.desktop #welcome h1 > span {
  display: inline-block;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
html.desktop #welcome h1 > span.visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html.desktop #welcome h2 {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
html.desktop #welcome h2.visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html.desktop #welcome .buttons-container {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
html.desktop #welcome .buttons-container.visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html.desktop #what_is .explanation-video {
  opacity: 0;
  -webkit-transform: translate3d(0, 200px, 0);
  -moz-transform: translate3d(0, 200px, 0);
  -ms-transform: translate3d(0, 200px, 0);
  transform: translate3d(0, 200px, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
html.desktop #what_is .explanation-video:nth-child(5) {
  -webkit-transition: all 1.8s ease-out;
  -moz-transition: all 1.8s ease-out;
  -ms-transition: all 1.8s ease-out;
  -o-transition: all 1.8s ease-out;
  transition: all 1.8s ease-out;
}
html.desktop #what_is .explanation-video:nth-child(4) {
  -webkit-transition: all 1.6s ease-out;
  -moz-transition: all 1.6s ease-out;
  -ms-transition: all 1.6s ease-out;
  -o-transition: all 1.6s ease-out;
  transition: all 1.6s ease-out;
}
html.desktop #what_is .explanation-video:nth-child(3) {
  -webkit-transition: all 1.4s ease-out;
  -moz-transition: all 1.4s ease-out;
  -ms-transition: all 1.4s ease-out;
  -o-transition: all 1.4s ease-out;
  transition: all 1.4s ease-out;
}
html.desktop #what_is .explanation-video:nth-child(2) {
  -webkit-transition: all 1.2s ease-out;
  -moz-transition: all 1.2s ease-out;
  -ms-transition: all 1.2s ease-out;
  -o-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
}
html.desktop #what_is .explanation-video:nth-child(1) {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
html.desktop #what_is .explanation-video.visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html.desktop #benefits .benefit {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
html.desktop #benefits .benefit.visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html.desktop #photogallery .gallery-container {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
html.desktop #photogallery .gallery-container.visible {
  opacity: 1;
}
html.desktop #pricing .pricing-table-container {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  -webkit-transform: translate3d(-50px, 0, 0);
  -moz-transform: translate3d(-50px, 0, 0);
  -ms-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
html.desktop #pricing .pricing-table-container.visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html.desktop #bookOnline .innerContainer {
  width: 100%;
}
html.handheld #welcome {
  background: url('../images/header-bg.jpg') no-repeat center center;
  background-size: cover;
}
html.handheld #welcome .video-container {
  display: none;
}

.action_c {
 position: fixed;
 z-index: 9999999;
 bottom: 0px;
 width: 100%;
 background: #2a73b2;
 text-align: center;
}

.action_certs {
 color: #fff;
 font-size: 20px;
 padding: 3px;
 display: inline-block;
 vertical-align: top;
}

.action_certs a {
 background: yellow;
 color: #000;
 font-size: 21px;
 padding: 8px 15px 8px 15px;
 border-radius: 9px;
 margin: 14px 0 0 12px;
 text-decoration: none;
 display: inline-block;
 vertical-align: top;
}

.action_certs span{
 display: inline-block;
 vertical-align: top;
 margin-top: 22px;
}

.action_certs span.gift {
 background: url('/garan/gift-box.png') no-repeat;
 display: inline-block;
 width: 60px;
 height: 60px;
 margin: 0 0 5px 25px;
}