/*! 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.
 */
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,400i|Montserrat:300');
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  text-size-adjust: 100%;
}
/**
 * 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;
  border: none;
}


td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
@font-face {
  font-family: 'Escariz';
  src: url('../icons/Escariz/Escariz.ttf?198x7p') format('truetype'), url('../icons/Escariz/Escariz.woff?198x7p') format('woff'), url('../icons/Escariz/Escariz.svg?198x7p#Escariz') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Escariz' !important;
  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;
}
.icon-check:before {
  content: "\e913";
}
.icon-3d:before {
  content: "\e912";
}
.icon-click-to-scroll-base:before {
  content: "\e907";
}
.icon-click-to-scroll-button:before {
  content: "\e909";
}
.icon-click-to-scroll:before {
  content: "\e90f";
}
.icon-menu:before {
  content: "\e911";
}
.icon-close:before {
  content: "\e906";
}
.icon-arrow-up:before {
  content: "\e902";
}
.icon-arrow-left:before {
  content: "\e904";
}
.icon-arrow-down:before {
  content: "\e905";
}
.icon-arrow-right:before {
  content: "\e908";
}
.icon-play:before {
  content: "\e903";
}
.icon-screen-rotation:before {
  content: "\e910";
}
.icon-link:before {
  content: "\e90a";
}
.icon-linkedin:before {
  content: "\e90b";
}
.icon-pinterest:before {
  content: "\e90c";
}
.icon-instagram:before {
  content: "\e90d";
}
.icon-twitter:before {
  content: "\e90e";
}
.icon-youtube:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e901";
}
body {
  font-family: "Montserrat", serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-variant-ligatures: common-ligatures;
  -moz-font-variant-ligatures: common-ligatures;
  -o-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
  /*color: #7a7d7d;*/
  color: #3a3d3d;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.7em;
  text-transform: none;
  background: #ffffff;
  margin: 0;
}
/*---------------------- Text Styles ----------------------*/
a {
  color: #40C2D8;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
a,
a:active,
a:visited {
  color: #40C2D8;
}
.usingMouse a:hover {
  color: #2b8291;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a.a--arrow {
  display: inline-block;
  margin: 1em 3em 0 0;
  text-transform: uppercase;
  font-weight: bold;
}
a.a--arrow:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Escariz' !important;
  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;
  /*content: "\e908";*/
  content: "";
  margin-left: 0.5em;
  background: url('../images/arrow-treatments.png') no-repeat;
  padding: 0px 7px;
}
a.a--arrow:hover:after {
	background: url('../images/arrow-treatments-hover.png') no-repeat;
}
::-moz-selection {
  background: rgba(64, 194, 216, 0.5);
  color: #2b8291;
}
::selection {
  background: rgba(64, 194, 216, 0.5);
  color: #2b8291;
}
:focus {
  outline: none;
}
p {
  margin: 0 0 1.2em 0;
  padding: 0;
}
ul {
  list-style-type: disc ;
  padding: 0 0 0 1.2em;
  margin: 0 0 1.5em 0;
}
ul li {
  position: relative;
  list-style-type: disc;
  padding: 0 0 0 0.75em;
  margin: 0 0 0 0;
  background: none;
}
ul li:after,
ul li:before {
  content: none;
}
ul li ul,
ul li ol {
  margin-top: 1em;
}
ul.checklist {
  list-style-type: none;
  padding-left: 0;
  margin-top: 1.5em;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
ul.checklist li {
  display: inline-block;
  list-style-type: none;
  width: 100%;
  padding: 0.2em 0 0 34px;
  margin: 0 0 1em 0;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.5em;
}
ul.checklist li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Escariz' !important;
  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;
  font-size: 1.6em;
  color: #006890;
  position: absolute;
  left: 0;
}
ol {
  padding: 0 0 0 1.2em;
  margin: 0 0 1.5em 0;
  list-style-type: decimal;
}
ol li {
  padding: 0 0 0 0.75em;
  margin: 0 0 0 0;
  background: none;
}
ol li ul,
ol li ol {
  margin-top: 1em;
}
dl {
  padding: 0;
  margin: 0 0 1.5em 0;
  line-height: 1.6em;
}
dl dt {
  display: inline-block;
  vertical-align: bottom;
  margin-top: 0.4em;
  font-weight: normal;
  color: #000000;
}
dl dt:first-child {
  margin-top: 0;
}
dl dt.first-child {
  margin-top: 0;
}
dl dd {
  display: inline;
  vertical-align: bottom;
  white-space: pre-line;
  margin-left: 0.5em;
}
dl dd:after {
  content: "\A";
}
strong {
  font-weight: 600;
}
ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
}
pre {
  margin-bottom: 1.5em;
}
blockquote {
  position: relative;
  font-family: "Georgia", sans-serif;
  font-weight: 200;
  font-size: 1.25em;
  font-style: italic;
  line-height: 1.5em;
  text-transform: none;
  letter-spacing: 0;
  padding: 0 0 0 1.5em;
  border-left: 3px solid #40C2D8;
  margin: 50px 0 50px 60px;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote:before {
  display: block;
  position: absolute;
  left: -60px;
  top: 0.25em;
  content: open-quote;
  font-size: 5em;
  font-style: normal;
}
blockquote cite {
  display: block;
  text-align: right;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.7em;
  line-height: 1.5em;
  margin: 1.2em 0 0 0;
}
hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 60px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: 1.2em;
  text-transform: unset;
  letter-spacing: 0;
  margin: 0 0 1.2em 0;
  color: #4d4e4e;
}
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 2.5em;
}
h1 {
  font-size: 2.4em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.2em;
  text-transform: uppercase;
}
h5 {
  font-size: 1em;
  text-transform: none;
}
h6 {
  font-size: 0.9em;
  text-transform: none;
}
button.button,
a.button,
input.button {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2.5em;
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #40C2D8;
  position: relative;
  z-index: 200;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  height: 2.5em;
  padding: 0 1.75em;
  border: none;
  border-radius: 1.25em;
  margin: 15px 0 0 1em;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear;
  -moz-transition: color 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear;
}
button.button:before,
a.button:before,
input.button:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -100;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  width: 0;
  background: rgba(43, 130, 145, 0.7);
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
.usingMouse button.button:hover,
.usingMouse a.button:hover,
.usingMouse input.button:hover {
  color: #ffffff;
  background: #40C2D8;
}
.usingMouse button.button:hover:before,
.usingMouse a.button:hover:before,
.usingMouse input.button:hover:before {
  width: 100%;
}
button.button.button--small,
a.button.button--small,
input.button.button--small {
  font-size: 0.9375em;
  line-height: 2em;
  height: 2em;
  border-radius: 1em;
}
button.button.button--arrow,
a.button.button--arrow,
input.button.button--arrow {
  padding-right: 1.5em;
}
button.button.button--arrow:after,
a.button.button--arrow:after,
input.button.button--arrow:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Escariz' !important;
  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;
  /*content: "\e908";*/
  vertical-align: middle;
  margin-left: 0.6em;
  position: relative;
  top: -0.1em;
}
button.button.button--play,
a.button.button--play,
input.button.button--play {
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  background: none;
  overflow: visible;
  height: auto;
  padding: 0;
  border-radius: none;
  color: #40C2D8;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
button.button.button--play:before,
a.button.button--play:before,
input.button.button--play:before {
  content: none;
}
button.button.button--play:after,
a.button.button--play:after,
input.button.button--play:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Escariz' !important;
  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;
  content: "\e903";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  padding: 0.8em;
  border-radius: 50%;
  background: #40C2D8;
  text-align: center;
  color: #ffffff;
  margin-left: 0.5em;
  top: 0em;
  font-size: 2em;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.usingMouse button.button.button--play:hover,
.usingMouse a.button.button--play:hover,
.usingMouse input.button.button--play:hover {
  color: #2b8291;
  background: none;
}
.usingMouse button.button.button--play:hover:after,
.usingMouse a.button.button--play:hover:after,
.usingMouse input.button.button--play:hover:after {
  background: #2b8291;
}
button.button.button--cts,
a.button.button--cts,
input.button.button--cts {
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  background: none;
  overflow: visible;
  height: auto;
  padding: 0;
  border-radius: none;
  color: #40C2D8;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
button.button.button--cts:before,
a.button.button--cts:before,
input.button.button--cts:before {
  content: none;
}
button.button.button--cts:after,
a.button.button--cts:after,
input.button.button--cts:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  /*font-family: 'Escariz' !important;*/
  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;
  content: "\e905";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  /*padding: 0.8em;*/
  padding: 2.6em;
  border-radius: 50%;
  /*background: #40C2D8;*/
  background: #40C2D8 url('../images/arrow-meet-us.png') no-repeat center;
  text-align: center;
  /*color: #ffffff;*/
  margin-left: 0.5em;
  top: 0em;
  /*font-size: 2em;*/
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.usingMouse button.button.button--cts:hover,
.usingMouse a.button.button--cts:hover,
.usingMouse input.button.button--cts:hover {
  color: #2b8291;
  background: none;
}
.usingMouse button.button.button--cts:hover:after,
.usingMouse a.button.button--cts:hover:after,
.usingMouse input.button.button--cts:hover:after {
  /*background: #2b8291;*/
  background: #2b8291 url('../images/arrow-meet-us.png') no-repeat center;
}
button.button.button--lefthalf,
a.button.button--lefthalf,
input.button.button--lefthalf {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
button.button.button--righthalf,
a.button.button--righthalf,
input.button.button--righthalf {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
p.message {
  font-weight: 200;
  margin-bottom: 2em;
}
.message-ok {
  position: relative;
  font-weight: 400;
  font-size: 1.75em;
  line-height: 1.4em;
  text-transform: none;
  letter-spacing: 0;
  padding-left: 2.5em;
  margin: 0 0 1.2em 0;
}
.message-ok:before {
  position: absolute;
  top: 0;
  left: 0;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Escariz' !important;
  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;
  content: "\e913";
  display: inline-block;
  font-size: 1.8em;
  vertical-align: middle;
  -webkit-transform: translateY(-0.1em);
  -moz-transform: translateY(-0.1em);
  -o-transform: translateY(-0.1em);
  transform: translateY(-0.1em);
}
img.alignnone,
img.alignright,
img.alignleft,
img.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0.5em 0 40px 0;
}
img.alignright {
  float: right;
  max-width: 50%;
  height: auto;
  margin: 0.5em 0 40px 40px;
}
img.alignleft {
  float: left;
  max-width: 50%;
  height: auto;
  margin: 0.5em 40px 40px 0;
}
img.aligncenter {
  float: none;
  max-width: none;
  width: 100%;
  height: auto;
  margin: 0.5em auto 40px auto;
}
.wp-caption {
  display: block;
  width: auto!important;
  margin: 0.5em 0 40px 0;
}
.wp-caption img {
  display: block;
  max-width: 100%;
  height: auto;
}
.wp-caption a {
  cursor: default;
}
.wp-caption .wp-caption-text,
.wp-caption .wp-caption-dd {
  margin: 1em 0 0 0;
  padding: 0;
  font-family: "Georgia", serif;
  font-size: 0.9375em;
  font-style: italic;
  line-height: 1.8em;
  text-align: left;
}
.wp-caption.alignnone,
.wp-caption.alignright,
.wp-caption.alignleft,
.wp-caption.aligncenter {
  max-width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0.5em 40px 40px 0;
  text-align: left;
}
.wp-caption.alignnone img,
.wp-caption.alignright img,
.wp-caption.alignleft img,
.wp-caption.aligncenter img {
  display: block;
  max-width: 100%;
  height: auto;
}
.wp-caption.alignright {
  float: right;
  max-width: 50%;
  margin: 0.5em 0 40px 40px;
}
.wp-caption.alignright .wp-caption-text,
.wp-caption.alignright .wp-caption-dd {
  text-align: left;
}
.wp-caption.alignleft {
  float: left;
  max-width: 50%;
  margin: 0.5em 40px 40px 0;
}
.wp-caption.alignleft .wp-caption-text,
.wp-caption.alignleft .wp-caption-dd {
  text-align: right;
}
.wp-caption.aligncenter {
  float: none;
  max-width: none;
  height: auto;
  margin: 0.5em auto 40px auto;
}
.wp-caption.aligncenter img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.gallery {
  white-space: normal;
  margin: 0 -10px -2.5em 0 !important;
}
.gallery:after {
  content: "";
  display: table;
  clear: both;
}
.gallery .gallery-item {
  white-space: normal;
  float: left!important;
  box-sizing: border-box;
  padding: 0 10px 0 0!important;
  margin: 0 0 1.8em 0!important;
  text-align: left!important;
  line-height: normal!important;
}
.gallery .gallery-item .gallery-icon {
  display: block!important;
  margin: 0!important;
}
.gallery .gallery-item .gallery-icon img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border: none!important;
  -webkit-transform: translate3D(0,0,0);
  -moz-transform: translate3D(0,0,0);
  -o-transform: translate3D(0,0,0);
  transform: translate3D(0,0,0);
}
.gallery .gallery-item .gallery-icon a {
  display: block;
}
.usingMouse .gallery .gallery-item .gallery-icon a:hover img {
  opacity: 0.8;
}
.gallery .gallery-item .gallery-caption {
  white-space: normal;
  display: block!important;
  margin: 0.5em 5px 0 0!important;
  padding: 0!important;
  font-family: "Georgia", serif;
  font-size: 0.9375em;
  font-style: italic;
  line-height: 1.4em;
  text-align: left;
}
.gallery.gallery-columns-2 .gallery-item,
.gallery.gallery-columns-3 .gallery-item,
.gallery.gallery-columns-4 .gallery-item,
.gallery.gallery-columns-5 .gallery-item,
.gallery.gallery-columns-6 .gallery-item {
  width: 33.33%!important;
}
@media (max-width: 800px) {
  .gallery.gallery-columns-2 .gallery-item,
  .gallery.gallery-columns-3 .gallery-item,
  .gallery.gallery-columns-4 .gallery-item,
  .gallery.gallery-columns-5 .gallery-item,
  .gallery.gallery-columns-6 .gallery-item {
    width: 100%!important;
  }
}
@media (max-width: 600px) {
  .gallery.gallery-columns-2 .gallery-item,
  .gallery.gallery-columns-3 .gallery-item,
  .gallery.gallery-columns-4 .gallery-item,
  .gallery.gallery-columns-5 .gallery-item,
  .gallery.gallery-columns-6 .gallery-item {
    width: 33.33%!important;
  }
}
@media (max-width: 500px) {
  .gallery.gallery-columns-2 .gallery-item,
  .gallery.gallery-columns-3 .gallery-item,
  .gallery.gallery-columns-4 .gallery-item,
  .gallery.gallery-columns-5 .gallery-item,
  .gallery.gallery-columns-6 .gallery-item {
    width: 100%!important;
  }
}
/*---------------------- Reset appearance of form controls ----------------------*/
input[type=text]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  outline: 0;
  box-shadow: none;
  border: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
input:required {
  box-shadow: none;
}
input:invalid {
  box-shadow: 0 0 0 #000;
}
input[type=checkbox],
input[type=radio],
input[type=number],
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=date],
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-datetime-edit,
input[type=date]::-webkit-datetime-edit-fields-wrapper,
input[type=date]::-webkit-datetime-edit-text,
input[type=date]::-webkit-datetime-edit-month-field,
input[type=date]::-webkit-datetime-edit-day-field,
input[type=date]::-webkit-datetime-edit-year-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type=date]::-webkit-search-cancel-button,
input[type=date]::-webkit-search-results-button {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
input[type=date]::-webkit-calendar-picker-indicator,
input[type=date]::-webkit-clear-button {
  display: none !important;
}
/*---------------------- Form controls ----------------------*/
.form {
  width: 100%;
  padding: 0;
  border: 0;
  margin: 4em 0;
}
.form p.form-row,
.form div.form-row {
  max-width: 500px;
  margin: 0!important;
}
.form p.form-row:after,
.form div.form-row:after {
  content: "";
  display: table;
  clear: both;
}
.form p.form-note {
  max-width: 500px;
}
.form button,
.form .button {
  margin-top: 3em;
  margin-left: 0;
}
.form label {
  position: relative;
  display: block;
  float: left;
  padding: 0;
  width: 98%;
  height: 70px;
  border: none;
  margin: 0 2% 20px 0;
  background: #ffffff;
  cursor: default;
}
.form label.form_controlSize2 {
  width: 48%;
}
.form label.form_controlSize3 {
  width: 31.333333333%;
}
.form label span.form-control-label,
.form label .wpcf7-list-item-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 0.9em;
  text-transform: none;
  color: #4d4e4e;
  position: absolute;
  z-index: 100;
  top: 8px;
  left: 0;
  padding: 0;
  margin: 0 20px;
}
.form label.form_controlSelect span.form-control-label,
.form label.form_controlSelect .wpcf7-list-item-label {
  margin-right: 40px;
}
.form label.form_controlSelect:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 22px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #7a7d7d transparent transparent transparent;
  border-style: inset;
  opacity: 0.8;
  pointer-events: none;
}
.form label.form_controlInputCheckbox,
.form label.form_controlInputRadio {
  height: 40px;
  border: none;
  margin-bottom: 20px;
  background: none;
}
.form label.form_controlInputCheckbox span.form-control-label,
.form label.form_controlInputRadio span.form-control-label,
.form label.form_controlInputCheckbox .wpcf7-list-item-label,
.form label.form_controlInputRadio .wpcf7-list-item-label {
  position: relative;
  top: 0;
  left: 0;
  vertical-align: middle;
  font-style: normal;
  line-height: 1.2em;
  width: auto;
  color: #ffffff;
}
.form label.form_controlTextarea {
  height: 190px;
}
.form input[type=text],
.form input[type=date],
.form input[type=datetime],
.form input[type=email],
.form input[type=number],
.form input[type=password],
.form input[type=url],
.form input[type=tel],
.form textarea,
.form select {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 17px 20px 0 20px;
  border: 0;
  border-radius: 0;
  margin: 0;
  background: none;
  color: #7a7d7d;
  font-size: 1.2em;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  appearance: antialiased;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  cursor: default;
}
.form input[type=text]::-ms-expand,
.form input[type=date]::-ms-expand,
.form input[type=datetime]::-ms-expand,
.form input[type=email]::-ms-expand,
.form input[type=number]::-ms-expand,
.form input[type=password]::-ms-expand,
.form input[type=url]::-ms-expand,
.form input[type=tel]::-ms-expand,
.form textarea::-ms-expand,
.form select::-ms-expand {
  display: none;
}
.form input[type=text]:focus,
.form input[type=date]:focus,
.form input[type=datetime]:focus,
.form input[type=email]:focus,
.form input[type=number]:focus,
.form input[type=password]:focus,
.form input[type=url]:focus,
.form input[type=tel]:focus,
.form textarea:focus,
.form select:focus {
  outline: none !important;
}
.form input[type=text]:focus::-ms-value,
.form input[type=date]:focus::-ms-value,
.form input[type=datetime]:focus::-ms-value,
.form input[type=email]:focus::-ms-value,
.form input[type=number]:focus::-ms-value,
.form input[type=password]:focus::-ms-value,
.form input[type=url]:focus::-ms-value,
.form input[type=tel]:focus::-ms-value,
.form textarea:focus::-ms-value,
.form select:focus::-ms-value {
  color: #7a7d7d;
  background: none;
}
.form input[type=text]::-moz-focus-inner,
.form input[type=date]::-moz-focus-inner,
.form input[type=datetime]::-moz-focus-inner,
.form input[type=email]::-moz-focus-inner,
.form input[type=number]::-moz-focus-inner,
.form input[type=password]::-moz-focus-inner,
.form input[type=url]::-moz-focus-inner,
.form input[type=tel]::-moz-focus-inner,
.form textarea::-moz-focus-inner,
.form select::-moz-focus-inner,
.form input[type=text]:-moz-focusring,
.form input[type=date]:-moz-focusring,
.form input[type=datetime]:-moz-focusring,
.form input[type=email]:-moz-focusring,
.form input[type=number]:-moz-focusring,
.form input[type=password]:-moz-focusring,
.form input[type=url]:-moz-focusring,
.form input[type=tel]:-moz-focusring,
.form textarea:-moz-focusring,
.form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.form textarea {
  top: 38px;
  height: 150px;
  padding-top: 0;
  padding-bottom: 20px;
}
.form input[type=checkbox] {
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 0;
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
}
.form input[type=checkbox]:checked:after {
  position: absolute;
  top: 3px;
  left: 13px;
  content: "";
  display: block;
  width: 10px;
  height: 25px;
  border-right: 2px solid #7a7d7d;
  border-bottom: 2px solid #7a7d7d;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.form input[type=radio] {
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
}
.form input[type=radio]:checked:after {
  position: absolute;
  top: 11px;
  left: 11px;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #7a7d7d;
}
.form input[type=file] {
  visibility: hidden;
}
.form .g-recaptcha {
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  margin: 0 0 -15px 0;
}
/*---------------------- Contact Form 7 controls ----------------------*/
.wpcf7 .form .wpcf7-form-control-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.wpcf7 .form .wpcf7-form-control-wrap:after {
  content: "";
  display: table;
  clear: both;
}
.wpcf7 .form span.wpcf7-list-item {
  margin: 0;
}
.wpcf7 .form .form_controlInputCheckbox > .wpcf7-form-control-wrap + .form-control-label {
  margin-left: 60px;
}
.wpcf7 .form .wpcf7-form-control.wpcf7-checkbox,
.wpcf7 .form .wpcf7-form-control.wpcf7-radio {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.wpcf7 .form label.form-control-not-valid {
  color: #ff1c1c;
  border-color: #ff1c1c;
  margin-bottom: 3em;
}
.wpcf7 .form label.form-control-not-valid * {
  color: #ff1c1c;
  border-color: #ff1c1c;
}
.wpcf7 .form label.form-control-not-valid.form_controlSelect:after {
  border-color: #ff1c1c transparent transparent transparent;
}
.wpcf7 .form label.form-control-not-valid span.form-control-label,
.wpcf7 .form label.form-control-not-valid .wpcf7-list-item-label {
  color: #ff1c1c;
}
.wpcf7 .form label.form-control-not-valid span.form-control-label a,
.wpcf7 .form label.form-control-not-valid .wpcf7-list-item-label a {
  color: #ff1c1c!important;
}
.wpcf7 .form label.form-control-not-valid .wpcf7-not-valid-tip {
  font-size: 0.84615385em;
  font-style: italic;
  color: #FFFFFF;
  line-height: 1.1em;
  position: absolute;
  bottom: -2em;
  left: 0;
  right: 0;
}
.wpcf7 .form div.wpcf7-response-output {
  max-width: 500px;
  padding: 0;
  border-radius: 0;
  margin: 30px 0 0 0;
  line-height: 1.5em;
}
.wpcf7 .form div.wpcf7-response-output.wpcf7-mail-sent-ok,
.wpcf7 .form div.wpcf7-response-output.wpcf7-mail-sent-ng,
.wpcf7 .form div.wpcf7-response-output.wpcf7-spam-blocked,
.wpcf7 .form div.wpcf7-response-output.wpcf7-validation-errors {
  border: none;
  margin-right: 2%;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: 200;
  font-style: italic;
}
.wpcf7 .form div.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #FFFFFF;
}
.wpcf7 .form img.ajax-loader {
  margin: 40px 0 0 20px;
  display: inline-block;
}
.wpcf7 .form img.ajax-loader:not([style*="visibility: hidden"]) + .ajax-message {
  max-width: 500px;
  margin: 30px 0 0 0;
  line-height: 1.5em;
  font-size: 1em;
  font-weight: 200;
  font-style: italic;
  display: inline-block;
}
.wpcf7 .form img.ajax-loader:not([style*="visibility: hidden"]) + .ajax-message:after {
  content: "Sending message. This process may take a few seconds.";
}
.wpcf7 .form img.ajax-loader:not([style*="visibility: hidden"]) + .ajax-message:lang(es):after {
  content: "Enviando mensaje. Este proceso puede tardar unos segundos.";
}
.wpcf7 .form div.form-row-buttons {
  max-width: 500px;
  margin: 0 0 0 0!important;
}
.wpcf7 .form div.form-row-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.wpcf7 .form div.form-row-buttons .wpcf7-form-control-wrap {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  display: block;
  width: auto;
  height: auto;
}
.wpcf7 .form div.form-row-buttons .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 0.84615385em;
  font-style: italic;
  color: #ff1c1c;
  line-height: 1.1em;
  position: absolute;
  left: 0;
  bottom: -20px;
}



#contact_firstname {
	border-top: 1px solid #989898;
	height: 35px;
	margin-top: 32px;
	padding: 0px 10px;
}
#contact_email {
	border-top: 1px solid #989898;
	height: 35px;
	margin-top: 32px;
	padding: 0px 10px;
}
#contact_phone {
	border-top: 1px solid #989898;
	height: 35px;
	margin-top: 32px;
	padding: 0px 10px;
}
.form textarea {
	border-top: 1px solid #989898;
	/*margin-top: 32px;*/
	padding: 0px 10px;
}




@media (max-width: 500px) {
  /*---------------------- Form controls ----------------------*/
  .form label {
    width: 100%;
    margin-right: 0;
  }
  .form label.form_controlSize2,
  .form label.form_controlSize2.form_controlInputCheckbox,
  .form label.form_controlSize2.form_controlInputRadio,
  .form label.form_controlSize3,
  .form label.form_controlSize3.form_controlInputCheckbox,
  .form label.form_controlSize3.form_controlInputRadio {
    width: 100%;
    margin-right: 0;
  }
  .form label span.form-control-label,
  .form label .wpcf7-list-item-label {
    margin: 0 12px;
  }
  .form label.form_controlSelect span.form-control-label,
  .form label.form_controlSelect .wpcf7-list-item-label {
    margin-right: 30px;
  }
  .form label.form_controlSelect:after {
    right: 12px;
  }
  .form label.form_controlInputCheckbox,
  .form label.form_controlInputRadio {
    height: 40px;
  }
  .form label.form_controlInputFile:not(.form_controlEmpty):after {
    padding-left: 12px;
    padding-right: 12px;
  }
  .form input[type=text],
  .form input[type=date],
  .form input[type=datetime],
  .form input[type=email],
  .form input[type=number],
  .form input[type=password],
  .form input[type=url],
  .form input[type=tel],
  .form textarea,
  .form select {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.mCSB_inside > .mCSB_container {
  margin-right: 15px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 0;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background: none;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
.fancybox-close {
  display: block;
  width: 32px;
  height: 32px;
  top: -16px;
  right: -16px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.fancybox-close:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Escariz' !important;
  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;
  /*content: "\e906";*/
  background: url(../images/fancybox-close-button.png) no-repeat;
  padding: 16px;
  content: "";
  font-size: 16px;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #40C2D8;
}
.fancybox-nav span {
  display: block;
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  visibility: visible;
}
.fancybox-nav span:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Escariz' !important;
  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;
  font-size: 16px;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #40C2D8;
}
.fancybox-nav.fancybox-prev span {
  left: -16px;
}
.fancybox-nav.fancybox-prev span:after {
  /*content: "\e904";*/
  content: "";
  background: url(../images/arrow-fancybox-left.png) no-repeat;
  padding: 16px;
}
.fancybox-nav.fancybox-next span {
  right: -16px;
}
.fancybox-nav.fancybox-next span:after {
  /*content: "\e908";*/
  content: "";
  background: url(../images/arrow-fancybox-right.png) no-repeat;
  padding: 16px;
}
@media (max-width: 600px) {
  .fancybox-close {
    width: 24px;
    height: 24px;
    top: -12px;
    right: -12px;
  }
  .fancybox-close:after {
    font-size: 12px;
  }
  .fancybox-nav span {
    width: 24px;
    height: 24px;
  }
  .fancybox-nav span:after {
    font-size: 12px;
  }
  .fancybox-nav.fancybox-prev span {
    left: -12px;
  }
  .fancybox-nav.fancybox-next span {
    right: -12px;
  }

}



.before_after_img {
	border: none !important;
	float: left;
	text-align: center;
	width: 100%;
}
.before_after_img tbody tr td {
	border: 0px solid #ddd;
	width: 300px !important;
}
.before_after_img tbody tr td img {
	border: 1px solid #ddd;
	margin: 0px 0px 0px !important;
	padding: 0px 5px 0px 0px;
}
.before_after_img tbody tr td h4 {
	margin: 15px 10px 5px;
	padding: 0;
	text-align: left;
	font-weight: 700;
	width: 38% !important;
	display: inline-block;
}
.before_after_img tbody tr td h4 span {
	float: right !important;
	margin-right: 35px;
	width: 149px !important;
}










/* Title helper */
.fancybox-title {
  font: normal 13px/20px "Georgia", serif;
  font-size: 0.9375em;
  font-style: italic;
  line-height: 1.6em;
}
.fancybox-title-float-wrap .child {
  font-weight: normal;
  line-height: 1.6em;
}
html {
  position: relative;
  height: 100%;
  overflow-x: hidden;
  margin: 0 !important;
}
body {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: hidden;
}
#general {
  position: relative;
  height: 100%;
  height: 100vh;
  overflow: hidden;
}
#loading {
  position: absolute;
  z-index: 10000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 99999px;
  background: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear, max-height 0.01s linear;
  -moz-transition: opacity 0.3s linear, max-height 0.01s linear;
  -o-transition: opacity 0.3s linear, max-height 0.01s linear;
  transition: opacity 0.3s linear, max-height 0.01s linear;
}
#loading .spinning {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 48px;
  height: 48px;
}
#loading .spinning:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  box-sizing: border-box;
  width: 46px;
  height: 46px;
  margin: 1px;
  text-align: center;
  border-top: 8px solid #40C2D8;
  border-right: 8px solid #40C2D8;
  border-bottom: 8px solid #40C2D8;
  border-left: 8px solid transparent;
  border-radius: 50%;
  -webkit-animation: spin 10s infinite linear;
  -moz-animation: spin 10s infinite linear;
  -ms-animation: spin 10s infinite linear;
  -o-animation: spin 10s infinite linear;
  animation: spin 10s infinite linear;
}
#loading .spinning:after {
  content: "";
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  margin: 0px;
  text-align: center;
  border-top: 24px solid #FFFFFF;
  border-right: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid transparent;
  border-radius: 50%;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  to {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.htmlReady #loading {
  opacity: 0;
  max-height: 0;
  -webkit-transition: opacity 0.3s linear, max-height 0.01s linear 0.3s;
  -moz-transition: opacity 0.3s linear, max-height 0.01s linear 0.3s;
  -o-transition: opacity 0.3s linear, max-height 0.01s linear 0.3s;
  transition: opacity 0.3s linear, max-height 0.01s linear 0.3s;
}
.htmlReady #loading .spinning:before,
.htmlReady #loading .spinning:after {
  content: none;
}
@media (max-width: 900px) and (orientation: landscape) and (min-aspect-ratio: 3/2) {
  #general {
    height: 100%;
    background: #40C2D8;
  }
  #general * {
    display: none;
  }
  #general:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Escariz' !important;
    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;
    content: "\e910";
    font-size: 15vw;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
#navigation {
  position: absolute;
  z-index: 200;
  top: 0;
  bottom: 0;
  left: 0;
  width: 240px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 1em;
}
#navigation__inner {
  min-height: 600px;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#navigation__logo {
  position: absolute;

  z-index: 200;
  /*left: 40px;*/
  left: 20px;
  /*top: 40px;*/
  /*top: 10px;*/
  top: 0px;
  display: block;
  /*width: 110px;*/
  width: 160px;
  /*height: 150.52631579px;*/
  height: 94px;
  /*background-image: url('../images/logo.png');*/
  background-image: url('../images/logo-new.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
#navigation__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#navigation__logo a span {
  display: none;
}
#navigation__menubutton {
  display: none;
}
#navigation__menu {
  display: block;
  position: absolute;
  z-index: 100;
  /*top: 50%;*/
  top: 54%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 120px 40px 0 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 0.875em;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.3em;
}
#navigation__menu > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#navigation__menu > ul > li {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1em 0;
}
#navigation__menu > ul > li > a {
  color: #7a7d7d;
  display: inline-block;
  padding: 0.5em;
  margin: -0.5em;
}
.usingMouse #navigation__menu > ul > li > a:hover {
  color: #40C2D8;
}
#navigation__menu > ul > li > ul {
  display: none;
}
#navigation__menu > ul > li:last-child {
  margin-bottom: 0;
}
#navigation__menu > ul > li.current-menu-item > a,
#navigation__menu > ul > li.current_page_item > a,
#navigation__menu > ul > li.current-menu-parent > a,
#navigation__menu > ul > li.current-page-parent > a,
#navigation__menu > ul > li.current-menu-ancestor > a,
#navigation__menu > ul > li.current-page-ancestor > a {
  color: #242221;
}
#navigation__menu > ul > li.current-menu-item,
#navigation__menu > ul > li.current_page_item {
  pointer-events: none;
}
#navigation__menu > ul > li.contact {
  margin-top: 1em;
}
#navigation__menu > ul > li.contact > a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2.5em;
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #40C2D8;
  position: relative;
  z-index: 200;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  height: 2.5em;
  padding: 0 1.75em;
  border: none;
  border-radius: 1.25em;
  margin: 15px 0 0 1em;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear;
  -moz-transition: color 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear;
  font-size: 1em;
  line-height: 2em;
  height: 2em;
  border-radius: 1em;
  margin-left: 0;
}
#navigation__menu > ul > li.contact > a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -100;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  width: 0;
  background: rgba(43, 130, 145, 0.7);
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
.usingMouse #navigation__menu > ul > li.contact > a:hover {
  color: #ffffff;
  background: #40C2D8;
}
.usingMouse #navigation__menu > ul > li.contact > a:hover:before {
  width: 100%;
}
#navigation__menu > ul > li.contact > a.button--small {

  font-size: 0.9375em;
  line-height: 2em;
  height: 2em;
  border-radius: 1em;
}
#navigation__menu > ul > li.contact > a.button--arrow {
  padding-right: 1.5em;
}
#navigation__menu > ul > li.contact > a.button--arrow:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Escariz' !important;
  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;
  content: "\e908";
  vertical-align: middle;
  margin-left: 0.6em;
  position: relative;
  top: -0.1em;
}
#navigation__menu > ul > li.contact > a.button--play {
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  background: none;
  overflow: visible;
  height: auto;
  padding: 0;
  border-radius: none;
  color: #40C2D8;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
#navigation__menu > ul > li.contact > a.button--play:before {
  content: none;
}
#navigation__menu > ul > li.contact > a.button--play:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Escariz' !important;
  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;
  content: "\e903";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  padding: 0.8em;
  border-radius: 50%;
  background: #40C2D8;
  text-align: center;
  color: #ffffff;
  margin-left: 0.5em;
  top: 0em;
  font-size: 2em;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.usingMouse #navigation__menu > ul > li.contact > a.button--play:hover {
  color: #2b8291;
  background: none;
}
.usingMouse #navigation__menu > ul > li.contact > a.button--play:hover:after {
  background: #2b8291;
}
#navigation__menu > ul > li.contact > a.button--cts {
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  background: none;
  overflow: visible;
  height: auto;
  padding: 0;
  border-radius: none;
  color: #40C2D8;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
#navigation__menu > ul > li.contact > a.button--cts:before {
  content: none;
}
#navigation__menu > ul > li.contact > a.button--cts:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Escariz' !important;
  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;
  content: "\e905";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  padding: 0.8em;
  border-radius: 50%;
  background: #40C2D8;
  text-align: center;
  color: #ffffff;
  margin-left: 0.5em;
  top: 0em;
  font-size: 2em;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.usingMouse #navigation__menu > ul > li.contact > a.button--cts:hover {
  color: #2b8291;
  background: none;
}
.usingMouse #navigation__menu > ul > li.contact > a.button--cts:hover:after {
  background: #2b8291;
}
#navigation__menu > ul > li.contact > a.button--lefthalf {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#navigation__menu > ul > li.contact > a.button--righthalf {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#navigation__languages {
  position: absolute;
  z-index: 200;
  left: 40px;
  right: 40px;
  bottom: 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 0.875em;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.5em;
}
#navigation__languages > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#navigation__languages > ul > li {
  display: inline;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#navigation__languages > ul > li:after {
  content: "/";
  margin: 0 0.5em;
}
#navigation__languages > ul > li > a {
  color: #7a7d7d;
  display: inline-block;
  padding: 0.5em;
  margin: -0.5em;
}
.usingMouse #navigation__languages > ul > li > a:hover {
  color: #40C2D8;
}
#navigation__languages > ul > li > ul {
  display: none;
}
#navigation__languages > ul > li:last-child:after {
  content: none;
}
#navigation__languages > ul > li.current-menu-item {
  pointer-events: none;
}
#navigation__languages > ul > li.current-menu-item > a {
  color: #242221;
}
@media (min-width: 2000px) {
  #navigation {
    font-size: 1.25em;
    width: 360px;
  }
  #navigation__inner {
    min-height: 800px;
  }
  #navigation__logo {
    left: 60px;
    /*top: 60px;*/
	/*top: 10px;*/
	top: 0px;
    width: 165px;
    /*height: 225.78947368px;*/
	height: 94px;
  }
  #navigation__menu {
    padding: 180px 60px 0 60px;
  }
  #navigation__languages {
    left: 60px;
    right: 60px;
    bottom: 60px;
  }
}
@media (max-width: 1300px) {
  #navigation {
    width: 220px;
  }
  #navigation__inner {
    min-height: 500px;
  }
  #navigation__logo {
    /*left: 30px;*/
	left: 20px;
    top: 30px;
    /*width: 80px;*/
	width: 160px;
    height: 109.47368421px;
  }
  #navigation__menu {
    padding: 50px 30px 0 30px;
  }
  #navigation__languages {
    left: 30px;
    right: 30px;
    bottom: 30px;
  }
}
@media (max-width: 1000px) {
  #navigation,
  #navigation__inner {
    position: static;
    width: 0;
    height: 0;
    min-height: 0;
    background: none;
    overflow: visible;
  }
  #navigation__top {
    position: absolute;
    z-index: 400;
    top: 0;
    height: 80px;
    left: 0;
    right: 0;
    background: #ffffff;
  }
  #navigation__logo {
    /*top: 20px;
    width: 150px;
    height: 40px;
    background-image: url('../gfx/lgo-escariz-hor.svg');*/


	top: 20px;
    width: 150px;
    height: 40px;
    /*background-image: url('../images/logo.png');*/
	background-image: url('../images/logo-new.png');
  }
  #navigation__menubutton {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 40px;
    top: 30px;
  }
  #navigation__menubutton button#navigation__menubutton__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    margin: 0;
    background: none;
    vertical-align: middle;
    text-align: center;
  }
  #navigation__menubutton button#navigation__menubutton__button span {
    display: none;
  }
  #navigation__menubutton button#navigation__menubutton__button:before,
  #navigation__menubutton button#navigation__menubutton__button:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Escariz' !important;
    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;
    font-size: 20px;
    vertical-align: middle;
    -webkit-transition: transform 0.6s cubic-bezier(.55,0,.1,1), opacity 0.4s linear;
    -moz-transition: transform 0.6s cubic-bezier(.55,0,.1,1), opacity 0.4s linear;
    -o-transition: transform 0.6s cubic-bezier(.55,0,.1,1), opacity 0.4s linear;
    transition: transform 0.6s cubic-bezier(.55,0,.1,1), opacity 0.4s linear;
    position: absolute;
    top: 0;
    left: 0;
  }
  #navigation__menubutton button#navigation__menubutton__button:before {
    content: "\e911";
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
	padding: 0px 100px !important;
    background: url('../images/menubutton.png') no-repeat;
  }
  #navigation__menubutton button#navigation__menubutton__button:after {
    content: "\e906";
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
    pointer-events: none;
  }
  .navigationVisible #navigation__menubutton button#navigation__menubutton__button:before {
    content: "\e911";
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    transform: translateX(-200%);
    opacity: 0;
    pointer-events: none;
  }
  .navigationVisible #navigation__menubutton button#navigation__menubutton__button:after {
    content: "\e906";
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
	padding: 0px 100px !important;
    background: url('../images/menuclosebutton.png') no-repeat;
  }
  #navigation__bottom {
    position: absolute;
    z-index: 300;
    top: 80px;
    bottom: 0;
    right: 0;
    left: auto;
    width: 240px;
    background: #ffffff;
    border-top: 1px solid #EEEEEE;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.4s cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 0.4s cubic-bezier(.55,0,.1,1);
    -o-transition: transform 0.4s cubic-bezier(.55,0,.1,1);
    transition: transform 0.4s cubic-bezier(.55,0,.1,1);
  }
  .navigationVisible #navigation__bottom {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.4s cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 0.4s cubic-bezier(.55,0,.1,1);
    -o-transition: transform 0.4s cubic-bezier(.55,0,.1,1);
    transition: transform 0.4s cubic-bezier(.55,0,.1,1);
  }
  #navigation__bottom__inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 400px;
  }
  #navigation__menu {
    padding-top: 60px;
  }
  
  .fatd-badge-outer img {
	  margin-top: 50px;
  }
}
@media (max-width: 600px) {
  #navigation__top {
    height: 60px;
  }
  #navigation__logo {
    /*top: 15px;
    left: 20px;
    width: 112.5px;
    height: 30px;*/


	top: 0px;
    left: 20px;
    width: 112.5px;
    height: 60px;
  }
  #navigation__menubutton {
    top: 20px;
    right: 20px;
  }
  #navigation__bottom {
    top: 60px;
  }
.module.module--address .module--address__text .module--address__text__phone p {
  line-height: 40px;
}
}
#main {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 240px;
  right: 0;
  font-size: 1em;
  -webkit-transition: left 0.4s cubic-bezier(.55,0,.1,1);
  -moz-transition: left 0.4s cubic-bezier(.55,0,.1,1);
  -o-transition: left 0.4s cubic-bezier(.55,0,.1,1);
  transition: left 0.4s cubic-bezier(.55,0,.1,1);
}
#main__inner {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-perspective: 100vw;
  -moz-perspective: 100vw;
  -o-perspective: 100vw;
  perspective: 100vw;
  -webkit-perspective-origin: center center;
  -moz-perspective-origin: center center;
  -o-perspective-origin: center center;
  perspective-origin: center center;
}
.main__section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.main__section .main__section__text {
  position: absolute;
  z-index: 200;
  bottom: 120px;
  right: 100px;
  width: 45em;
  text-align: right;
  -webkit-transform: translateZ(0) scale(1);
  -moz-transform: translateZ(0) scale(1);
  -o-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
.main__section .main__section__text .main_section_text_title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 2.375em;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.3em;
  color: #4d4e4e;
  margin: 0 0 30px 0;
}
.main__section .main__section__text h1,
.main__section .main__section__text h2 {
  font-size: 1em;
}
.main__section .main__section__text .main__section__text__pretitle {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 1.375em;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.3em;
  color: #4d4e4e;
  margin: 0 0 30px 0;
}
.main__section .main__section__text .main__section__text__sep {
  display: none;
}
.main__section .main__section__text .main__section__text__title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 2.375em;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.3em;
  color: #4d4e4e;
  margin: 0 0 30px 0;
}
.main__section .main__section__text h1.main__section__text__title {
  font-size: 2.5em;
}
.main__section .main__section__text .main__section__text__intro {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 1.3125em;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.4em;
  width: 80%;
  margin: 0 0 0 auto;
}
.main__section .main__section__text .main_section_text_intro {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 1.3125em;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.4em;
  width: 80%;
  margin: 0 0 0 auto;
}
.main__section .main__section__text .main_section_text_intro p {
  margin: 0;
}
.main__section .main__section__text .main__section__text__intro p {
  margin: 0;
}
.main__section .main__section__text .button {
  margin: 50px 0 0 0em;
  -webkit-transition: transform 1s ease-in-out, opacity 1s linear, color 0.2s linear, background 0.2s linear;
  -moz-transition: transform 1s ease-in-out, opacity 1s linear, color 0.2s linear, background 0.2s linear;
  -o-transition: transform 1s ease-in-out, opacity 1s linear, color 0.2s linear, background 0.2s linear;
  transition: transform 1s ease-in-out, opacity 1s linear, color 0.2s linear, background 0.2s linear;
  -webkit-transform: translateX(-2em);
  -moz-transform: translateX(-2em);
  -o-transform: translateX(-2em);
  transform: translateX(-2em);
  opacity: 0;
}
.main__section .main__section__text .button.appear--on {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.main__section .main__section__text .button + .button {
  margin-left: 0.3em;
}
.main__section .main__section__background {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  /*left: 0;*/
  left: 0px;
  right: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: transform 0.4s ease-out;
  -moz-transition: transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  -webkit-transform: translateZ(-20vw) scale(1.4);
  -moz-transform: translateZ(-20vw) scale(1.4);
  -o-transform: translateZ(-20vw) scale(1.4);
  transform: translateZ(-20vw) scale(1.4);
}
.isiOS .main__section .main__section__background {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}
.main__section .main__section__background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.main__section .main__section__background:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 70%, #ffffff 95%);*/
 background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 70%, #ffffff 95%);
}
#main__pagination {
  position: absolute;
  z-index: 500;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#main__pagination ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#main__pagination ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#main__pagination ul li a {
  display: block;
  width: 20px;
  height: 20px;
  padding: 7px;
}
#main__pagination ul li a span {
  display: none;
}
#main__pagination ul li a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #40C2D8;
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
#main__pagination ul li.active a:after {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
}
.isiOS #main__pagination {
  display: none;
}
button#main__cts {
  position: absolute;
  z-index: 200;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 38px;
  height: 38px;
  padding: 0;
  border: none;
  margin: 0;
  color: #7a7d7d;
  background: none;
  font-size: 38px;
  line-height: 1em;
  text-align: center;
  cursor: pointer;
}
button#main__cts:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Escariz' !important;
  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;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  /*content: "\e907";*/
  content: "";
  /*background: url('../images/animated-arrow-down.png') no-repeat;*/
}
button#main__cts:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  /*font-family: 'Escariz' !important;*/
  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;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  content: "\e909";
  padding: 90px 0px !important;
  background: url('../images/animated-arrow-down.png') no-repeat;
  -webkit-animation: updown 1s ease-in-out 0s infinite;
  -moz-animation: updown 1s ease-in-out 0s infinite;
  -ms-animation: updown 1s ease-in-out 0s infinite;
  -o-animation: updown 1s ease-in-out 0s infinite;
  animation: updown 1s ease-in-out 0s infinite;
}
@keyframes updown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#main__overlay {
  position: absolute;
  z-index: 500;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.4s linear, max-height 0.01s linear 0.4s;
  -moz-transition: opacity 0.4s linear, max-height 0.01s linear 0.4s;
  -o-transition: opacity 0.4s linear, max-height 0.01s linear 0.4s;
  transition: opacity 0.4s linear, max-height 0.01s linear 0.4s;
}
.modalVisible #main__overlay {
  max-height: 999999px;
  opacity: 1;
  -webkit-transition: opacity 0.4s linear, max-height 0.01s linear 0s;
  -moz-transition: opacity 0.4s linear, max-height 0.01s linear 0s;
  -o-transition: opacity 0.4s linear, max-height 0.01s linear 0s;
  transition: opacity 0.4s linear, max-height 0.01s linear 0s;
}
@media (min-width: 2000px) {
  #main {
    font-size: 1.25em;
    left: 360px;
  }
  button#main__cts {
    bottom: 48px;
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
@media (max-width: 1300px) {
  #main {
    font-size: 0.9375em;
    left: 220px;
  }
  .main__section .main__section__text {
    right: 50px;
    bottom: 80px;
  }
  button#main__cts {
    bottom: 24px;
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
}
@media (max-width: 1100px) {
  .main__section .main__section__background {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
  #main__pagination {
    display: none;
  }
}
@media (max-width: 1000px) {
  #main {
    top: 80px;
    left: 0;
    -webkit-transition: transform 0.4s cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 0.4s cubic-bezier(.55,0,.1,1);
    -o-transition: transform 0.4s cubic-bezier(.55,0,.1,1);
    transition: transform 0.4s cubic-bezier(.55,0,.1,1);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .navigationVisible #main {
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  .main__section {
    min-height: calc(100vh - 80px);
  }
  .main__section .main__section__text {
    width: auto;
    right: 40px;
    left: 80px;
  }
  .navigationVisible #main__overlay {
    opacity: 1;
    max-height: 999999px;
    -webkit-transition: opacity 0.4s linear, max-height 0.01s linear;
    -moz-transition: opacity 0.4s linear, max-height 0.01s linear;
    -o-transition: opacity 0.4s linear, max-height 0.01s linear;
    transition: opacity 0.4s linear, max-height 0.01s linear;
  }
}
@media (max-width: 600px) {
  #main {
    top: 60px;
    /*font-size: 0.875em;*/
	font-size: 0.765em;
  }
  .main__section {
    min-height: calc(100vh - 60px);
  }
  .main__section .main__section__text {
    bottom: 70px;
    right: 20px;
    left: 20px;
  }
  .main__section .main__section__text .main__section__text__pretitle {
    font-size: 1.21428571em;
    margin: 0 0 20px 0;
  }
  .main__section .main__section__text .main__section__text__title {
    font-size: 1.85714286em;
    margin: 0 0 20px 0;
  }
  .main__section .main__section__text h1.main__section__text__title {
    font-size: 2em;
  }
  .main__section .main__section__text .main__section__text__intro {
    font-size: 1em;
    line-height: 1.5em;
    width: 90%;
  }
  .main__section .main__section__text .button {
    margin-top: 30px;
    margin-left: -20px;
    font-size: 0.92307692em;
  }
  .main__section .main__section__background:after {
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, #ffffff 95%);
  }
  #main__pagination {
    display: none;
  }
}
@media (max-width: 400px) {
  .main__section .main__section__text .main__section__text__pretitle {
    font-size: 1.14285714em;
    margin: 0 0 20px 0;
  }
  .main__section .main__section__text .main__section__text__title {
    font-size: 1.71428571em;
    margin: 0 0 20px 0;
  }
  .main__section .main__section__text .main__section__text__intro {
    width: 100%;
  }
  .main__section .main__section__text .button {
    font-size: 0.71428571em;
  }
}
#modal {
  position: absolute;
  z-index: 200;
  top: 0;
  bottom: 0;
  left: 240px;
  right: 0;
  background: linear-gradient(to bottom, #f5f7f8 0%, #f5f7f8 60%, #ffffff 90%, #ffffff 100%);
  font-size: 1em;
  -webkit-transition: transform 0.6s cubic-bezier(.55,0,.1,1);
  -moz-transition: transform 0.6s cubic-bezier(.55,0,.1,1);
  -o-transition: transform 0.6s cubic-bezier(.55,0,.1,1);
  transition: transform 0.6s cubic-bezier(.55,0,.1,1);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.modalVisible #modal {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
#modal__inner {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.modal--contact #modal__inner {
  background: #40C2D8;
  color: #ffffff;
}
.modal--contact #modal__inner h1,
.modal--contact #modal__inner h2,
.modal--contact #modal__inner h3,
.modal--contact #modal__inner h4,
.modal--contact #modal__inner h5,
.modal--contact #modal__inner h6 {
  color: #ffffff;
}
.modal__back__arrow {
	background: url(../images/back-arrow-contact.png) no-repeat;
	padding: 2px 0px;
}
.modal--contact #modal__inner a {
  color: #2b8291;
}
.modal--contact #modal__inner a,
.modal--contact #modal__inner a:active,
.modal--contact #modal__inner a:visited {
  color: #2b8291;
  font-weight:bold;
   
}
.usingMouse .modal--contact #modal__inner a:hover {
  color: #236976;
  text-decoration: none;
}
.modal--contact #modal__inner button.button,
.modal--contact #modal__inner a.button,
.modal--contact #modal__inner input.button {
  background: #2b8291;
  color: #ffffff;
}
.usingMouse .modal--contact #modal__inner button.button:hover,
.usingMouse .modal--contact #modal__inner a.button:hover,
.usingMouse .modal--contact #modal__inner input.button:hover {
  background: rgba(255, 255, 255, 0.7);
  color: #2b8291;
}
.usingMouse .modal--contact #modal__inner button.button:hover:before,
.usingMouse .modal--contact #modal__inner a.button:hover:before,
.usingMouse .modal--contact #modal__inner input.button:hover:before {
  width: 100%;
}





.modal__inner__header_banner {
	width: 100%;
}
.modal__inner__header_banner img {
	width: 100%;
}





#modal__scroller {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
#modal__scroller:after {
  content: "";
  display: table;
  clear: both;
}
a#modal__back {
  display: block;
  position: absolute;
  z-index: 300;
  left: 40px;
   top: 15px;
   /*top: 40px;*/
}
a#modal__back span {
  display: none;
}
a#modal__back:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Escariz' !important;
  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;
  display: block;
  content: "";
  background: url(../images/back-arrow.png) no-repeat;
  font-size: 40px;
  width: 38px;
  height: 39px;
}
a#modal__back:hover:after {
	background: url(../images/back-arrow-hover.png) no-repeat;
}
#modal__navigation {
  display: block;
  width: 240px;
  padding: 40px;
  position: absolute;
  z-index: 200;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 0.875em;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.3em;
}
#modal__navigation > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#modal__navigation > ul > li {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1.5em 0;
}
#modal__navigation > ul > li > a {
  color: #40C2D8;
  padding: 0.5em;
  margin: -0.5em;
  font-weight:bold;
}
.usingMouse #modal__navigation > ul > li > a:hover {
  color: #2b8291;
}
#modal__navigation > ul > li > ul {
  display: none;
}
#modal__navigation > ul > li:last-child {
  margin-bottom: 0;
}
#modal__navigation > ul > li.current-menu-item {
  pointer-events: none;
}
#modal__navigation > ul > li.current-menu-item > a {
  color: #242221;
}


.spacing_margin {
	/*margin: 0em 0em 3em 0em;*/
	margin: 5px 1px 3em 17px;
}
.spacing_margin h1 {
    margin: 0em 0em 0.3em 0em !important;
}

.spacing_margin h2 {
    margin: 1em 0em 0.5em 0em !important;
}

.spacing_margin h3 {
    margin: 1em 0em 0.5em 0em !important;
}



#modal__content {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding-left: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0.875em;
}
#modal__content .modal__content__heading {
  box-sizing: content-box;
  max-width: 50em;
 /* margin: 46px 40px 5px 0;*/
}
#modal__content .modal__content__heading h1 {
  font-size: 2.71428571em;
  margin: 0 0 40px 0;
}
#modal__content .modal__content__heading h1 span.modal__content__heading__parent {
  display: block;
  font-size: 0.47368421em;
  margin-top: -0.5em;
}
#modal__content .modal__content__heading h1 span.modal__content__heading__sep {
  display: none;
}
#modal__content .modal__content__heading .modal__heading__intro {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.42857143em;
  line-height: 1.5em;
}
#modal__content.modal__content--noNavigation {
  left: 120px;
}
#modal__overlay {
  position: absolute;
  z-index: 500;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.4s linear, max-height 0.01s linear 0.4s;
  -moz-transition: opacity 0.4s linear, max-height 0.01s linear 0.4s;
  -o-transition: opacity 0.4s linear, max-height 0.01s linear 0.4s;
  transition: opacity 0.4s linear, max-height 0.01s linear 0.4s;
}
#modal__loading {
  position: absolute;
  z-index: 10000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 0;
  background: linear-gradient(to bottom, #f5f7f8 0%, #f5f7f8 80%, #ffffff 90%, #ffffff 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s linear, max-height 0.01s linear 0.3s;
  -moz-transition: opacity 0.3s linear, max-height 0.01s linear 0.3s;
  -o-transition: opacity 0.3s linear, max-height 0.01s linear 0.3s;
  transition: opacity 0.3s linear, max-height 0.01s linear 0.3s;
}
#modal__loading .spinning:before,
#modal__loading .spinning:after {
  content: none;
}
.modalLoading #modal__loading {
  opacity: 1;
  max-height: 99999px;
  -webkit-transition: opacity 0.3s linear, max-height 0.01s linear;
  -moz-transition: opacity 0.3s linear, max-height 0.01s linear;
  -o-transition: opacity 0.3s linear, max-height 0.01s linear;
  transition: opacity 0.3s linear, max-height 0.01s linear;
}
.modalLoading #modal__loading .spinning {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 48px;
  height: 48px;
}
.modalLoading #modal__loading .spinning:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  box-sizing: border-box;
  width: 46px;
  height: 46px;
  margin: 1px;
  text-align: center;
  border-top: 8px solid #40C2D8;
  border-right: 8px solid #40C2D8;
  border-bottom: 8px solid #40C2D8;
  border-left: 8px solid transparent;
  border-radius: 50%;
  -webkit-animation: spin 10s infinite linear;
  -moz-animation: spin 10s infinite linear;
  -ms-animation: spin 10s infinite linear;
  -o-animation: spin 10s infinite linear;
  animation: spin 10s infinite linear;
}
.modalLoading #modal__loading .spinning:after {
  content: "";
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  margin: 0px;
  text-align: center;
  border-top: 24px solid #f5f7f8;
  border-right: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid transparent;
  border-radius: 50%;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  to {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (min-width: 2000px) {
  #modal {
    font-size: 1.25em;
    left: 360px;
  }
  a#modal__back {
    left: 60px;
    top: 60px;
  }
  a#modal__back:after {
    font-size: 60px;
  }
  #modal__navigation {
    width: 360px;
    padding: 60px;
  }
  #modal__content {
    padding-left: 360px;
  }
  #modal__content .modal__content__heading {
    margin: 75px 60px 90px 0;
  }
  #modal__content.modal__content--noNavigation {
    left: 180px;
  }
}
@media (max-width: 1300px) {
  #modal {
    left: 220px;
  }
  a#modal__back {
    left: 30px;
    top: 30px;
  }
  #modal__navigation {
    width: 220px;
    padding: 30px;
  }
  #modal__content {
    padding-left: 220px;
  }
  #modal__content .modal__content__heading {
    margin: 38px 30px 5px 0; 
  }
  #modal__content .modal__content__heading h1 {
    margin-bottom: 30px;
  }
  #modal__content.modal__content--noNavigation {
    left: 100px;
  }
}
@media (max-width: 1000px) {
  #modal {
    top: 80px;
    left: 0;
  }
  .modalVisible.navigationVisible #modal {
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  .modalVisible.navigationVisible #modal__overlay {
    opacity: 1;
    max-height: 999999px;
    -webkit-transition: opacity 0.4s linear, max-height 0.01s linear;
    -moz-transition: opacity 0.4s linear, max-height 0.01s linear;
    -o-transition: opacity 0.4s linear, max-height 0.01s linear;
    transition: opacity 0.4s linear, max-height 0.01s linear;
  }
}
@media (max-width: 600px) {
  #modal {
    top: 60px;
  }
  a#modal__back {
    display: none;
  }
  #modal__navigation {
    display: none;
  }
  #modal__content {
    padding-left: 0;
  }
  #modal__content .modal__content__heading {
    margin: 30px 20px 40px 20px;
  }
  #modal__content .modal__content__heading h1 {
    font-size: 2.14285714em;
    margin-bottom: 20px;
  }
  #modal__content .modal__content__heading .modal__heading__intro {
    font-size: 1.14285714em;
    line-height: 1.6em;
  }
  #modal__content.modal__content--noNavigation {
    left: 0;
  }
}
#awwwards {
  position: absolute;
  z-index: 150;
  right: 0;
  top: 30px;
}
#awwwards a {
  display: block;
  width: 60px;
  height: 90px;
  background-image: url(../gfx/awwwards_nominee_white_right@2x.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#awwwards a span {
  display: none;
}
@media (max-width: 1000px) {
  #awwwards {
    top: 100px;
  }
}
@media (max-width: 600px) {
  #awwwards {
    top: 70px;
  }
}
#cookies {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #FFFFFF;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -o-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: transform 0.6s cubic-bezier(.55,0,.1,1);
  -moz-transition: transform 0.6s cubic-bezier(.55,0,.1,1);
  -o-transition: transform 0.6s cubic-bezier(.55,0,.1,1);
  transition: transform 0.6s cubic-bezier(.55,0,.1,1);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75em;
  line-height: 1.5em;
}
#cookies > .inner {
  position: relative;
  max-width: 1000px;
  padding: 20px 50px;
  margin: 0 auto;
}
#cookies > .inner:after {
  content: "";
  display: table;
  clear: both;
}
#cookies .cookies__content {
  width: 67%;
}
#cookies .cookies__content p {
  padding: 0;
  margin: 0;
}
#cookies .cookies__content a {
  white-space: nowrap;
}
#cookies .cookies__accept {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}
.cookiesVisible #cookies {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1200px) {
  #cookies {
    font-size: 0.6875em;
  }
}
@media screen and (max-width: 1300px) {
  #cookies > .inner {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 600px) {
  #cookies > .inner {
    padding: 20px 20px;
  }
  #cookies .cookies__content {
    width: auto;
  }
  #cookies .cookies__accept {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    display: block;
    margin: 20px auto 0 auto;
  }
}
body .buorg {
  position: fixed;
  z-index: 10000;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-bottom: none;
  background: rgba(0, 0, 0, 0.8);
  text-align: left;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 0.9375em;
  line-height: 1.5em;
  color: #7a7d7d;
}
body .buorg > div {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  width: 100%;
  padding: 30px 20% 95px 50px;
  margin: 0 auto;
  background: #ffffff;
  line-height: 1.5em;
}
body .buorg a,
body .buorg a:visited {
  color: #40C2D8;
  text-decoration: none;
}
body .buorg div a,
body .buorg div a:visited {
  position: absolute;
  left: 50px;
  bottom: 35px;
  display: block;
  padding: 0.35em 1em 0.5em 1em;
  margin: 1em 1em 0 0;
  border-radius: 0;
  box-shadow: none;
  background: #40C2D8;
  font-weight: normal;
  text-decoration: none;
  text-indent: 0;
  color: #fff;
  white-space: nowrap;
}
body .buorg #buorgig {
  background: #4d4e4e;
}
@media only screen and (max-width: 700px) {
  body .buorg {
    font-size: 0.8125em;
  }
  body .buorg > div {
    padding: 15px 20px 75px 20px;
    text-indent: 0;
    line-height: 1.5em;
  }
  body .buorg div a,
  body .buorg div a:visited {
    left: 20px;
    bottom: 25px;
  }
}
.module.module--wysiwyg {
  width: 100%;
  max-width: 50em;
  padding: 0 40px 80px 0;
  line-height: 1.7em;
}
.module.module--wysiwyg img,
.module.module--wysiwyg .wp-caption {
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  opacity: 0;
}
.module.module--wysiwyg img.appear--on,
.module.module--wysiwyg .wp-caption.appear--on {
  opacity: 1;
}
.usingTouch .module.module--wysiwyg img,
.usingTouch .module.module--wysiwyg .wp-caption {
  opacity: 1;
}
@media (max-width: 1300px) {
  .module.module--wysiwyg {
    padding: 0 30px 60px 0;
  }
}
@media (max-width: 600px) {
  .module.module--wysiwyg {
    padding: 0 20px 35px 20px;
  }
  .module.module--wysiwyg * + h2,
  .module.module--wysiwyg * + h3,
  .module.module--wysiwyg * + h4,
  .module.module--wysiwyg * + h5,
  .module.module--wysiwyg * + h6 {
    margin-top: 1.8em;
  }
  .module.module--wysiwyg hr {
    margin: 50px 0;
  }
}
.module.module--treatments {
  display: table;
  width: 100%;
  max-width: 1400px;
}
.module.module--treatments .module--treatments__section {
  display: table-row;
}
.module.module--treatments .module--treatments__section .module--treatments__section__image {
  display: table-cell;
  vertical-align: top;
  width: 40%;
  padding-bottom: 40px;
  background: #edefee;
  overflow: hidden;
}
.module.module--treatments .module--treatments__section .module--treatments__section__image img {
  display: block;
  width: 100%;
  height: auto;
   /*-webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
 opacity: 0;*/
}
.module.module--treatments .module--treatments__section .module--treatments__section__image img.appear--on {
  opacity: 1;
}
.usingTouch .module.module--treatments .module--treatments__section .module--treatments__section__image img {
  opacity: 1;
}
.module.module--treatments .module--treatments__section .module--treatments__section__text {
  display: table-cell;
  vertical-align: top;
  width: 60%;
  padding: 5px 40px 60px 40px;
  line-height: 1.7em;
}
.module.module--treatments .module--treatments__section .module--treatments__section__text h2 {
  font-size: 1.64285714em;
}
@media (min-width: 2000px) {
  .module.module--treatments .module--treatments__section .module--treatments__section__image {
    width: 50%;
    padding-bottom: 60px;
  }
  .module.module--treatments .module--treatments__section .module--treatments__section__text {
    width: 50%;
    padding: 5px 60px 60px 60px;
  }
}
@media (max-width: 1300px) {
  .module.module--treatments .module--treatments__section .module--treatments__section__image {
    padding-bottom: 30px;
  }
  .module.module--treatments .module--treatments__section .module--treatments__section__text {
    padding: 5px 30px 30px 30px;
  }
}
@media (max-width: 800px) {
  .module.module--treatments {
    display: block;
  }
  .module.module--treatments .module--treatments__section {
    display: block;
  }
  .module.module--treatments .module--treatments__section .module--treatments__section__image {
    display: block;
    width: 100%;
    padding: 0;
  }
  .module.module--treatments .module--treatments__section .module--treatments__section__text {
    display: block;
    width: 100%;
    padding: 30px;
    background: #edefee;
  }
}
@media (max-width: 600px) {
  .module.module--treatments .module--treatments__section .module--treatments__section__image {
    background: none;
  }
  .module.module--treatments .module--treatments__section .module--treatments__section__text {
    padding: 35px 20px 35px 20px;
    background: none;
  }
}
.module.module--team {
  display: table;
  width: 100%;
  max-width: 1400px;
}
.module.module--team .module--team__section {
  display: table-row;
}
.module.module--team .module--team__section .module--team__section__image {
  display: table-cell;
  vertical-align: top;
  width: 40%;
  padding-bottom: 40px;
  background: #edefee;
  overflow: hidden;
}
.module.module--team .module--team__section .module--team__section__image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  /*opacity: 0;*/
  opacity: 1;
}
.module.module--team .module--team__section .module--team__section__image img.appear--on {
  opacity: 1;
}
.module.module--team .module--team__section .module--team__section__text {
  display: table-cell;
  vertical-align: top;
  width: 60%;
  padding: 5px 40px 60px 40px;
  line-height: 1.7em;
}
.module.module--team .module--team__section .module--team__section__text h2 {
  font-size: 1.64285714em;
}
@media (min-width: 2000px) {
  .module.module--team .module--team__section .module--team__section__image {
    width: 50%;
    padding-bottom: 60px;
  }
  .module.module--team .module--team__section .module--team__section__text {
    width: 50%;
    padding: 5px 60px 60px 60px;
  }
}
@media (max-width: 1300px) {
  .module.module--team .module--team__section .module--team__section__image {
    padding-bottom: 30px;
  }
  .module.module--team .module--team__section .module--team__section__text {
    padding: 5px 30px 30px 30px;
  }
}
@media (max-width: 800px) {
  .module.module--team {
    display: block;
  }
  .module.module--team .module--team__section {
    display: block;
  }
  .module.module--team .module--team__section .module--team__section__image {
    display: block;
    width: 100%;
    padding: 0;
  }
  .module.module--team .module--team__section .module--team__section__text {
    display: block;
    width: 100%;
    padding: 30px;
    background: #edefee;
  }
}
@media (max-width: 600px) {
  .module.module--team .module--team__section .module--team__section__image {
    background: none;
  }
  .module.module--team .module--team__section .module--team__section__text {
    padding: 35px 20px 35px 20px;
    background: none;
  }
}
.module.module--centers {
  min-height: 300px;
}
.module.module--centers ul.module--centers__list {
  list-style-type: none;
  height: 100%;
  padding: 0;
  margin: 0;
}
.module.module--centers ul.module--centers__list:after {
  content: "";
  display: table;
  clear: both;
}
.module.module--centers ul.module--centers__list li.module--centers__list__item {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
}
.module.module--centers ul.module--centers__list li.module--centers__list__item:after {
  content: none;
}
.module.module--centers ul.module--centers__list li.module--centers__list__item .module--centers__image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  background-color: #4d4e4e;
  background-size: cover;
  background-position: center bottom;
  -webkit-transition: transform 1.5s ease-in-out;
  -moz-transition: transform 1.5s ease-in-out;
  -o-transition: transform 1.5s ease-in-out;
  transition: transform 1.5s ease-in-out;
}
.module.module--centers ul.module--centers__list li.module--centers__list__item .module--centers__image:before {
  content: "";
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}
.module.module--centers ul.module--centers__list li.module--centers__list__item .module--centers__text {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 200;
  top: 50%;
  -webkit-transform: translateY(-1em);
  -moz-transform: translateY(-1em);
  -o-transform: translateY(-1em);
  transform: translateY(-1em);
  color: #ffffff;
  text-align: center;
  height: 200px;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.module.module--centers ul.module--centers__list li.module--centers__list__item .module--centers__text .module--centers__text__title {
  color: #ffffff;
  font-size: 2.28571429em;
  margin: 0;
}
.module.module--centers ul.module--centers__list li.module--centers__list__item .module--centers__text .module--centers__text__details {
  opacity: 0;
  -webkit-transform: translateY(150%);
  -moz-transform: translateY(150%);
  -o-transform: translateY(150%);
  transform: translateY(150%);
  -webkit-transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  margin: 1em 0 0 0;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.28571429em;
  line-height: 1.5em;
}
.module.module--centers ul.module--centers__list li.module--centers__list__item .module--centers__text .module--centers__text__details .button {
  font-size: 0.72222222em;
  margin: 4em 0 0 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.usingMouse .module.module--centers ul.module--centers__list li.module--centers__list__item:hover .module--centers__image,
.usingTouch .module.module--centers ul.module--centers__list li.module--centers__list__item.hover .module--centers__image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.usingMouse .module.module--centers ul.module--centers__list li.module--centers__list__item:hover .module--centers__image:before,
.usingTouch .module.module--centers ul.module--centers__list li.module--centers__list__item.hover .module--centers__image:before {
  background: rgba(0, 0, 0, 0.6);
}
.usingMouse .module.module--centers ul.module--centers__list li.module--centers__list__item:hover .module--centers__text,
.usingTouch .module.module--centers ul.module--centers__list li.module--centers__list__item.hover .module--centers__text {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.usingMouse .module.module--centers ul.module--centers__list li.module--centers__list__item:hover .module--centers__text .module--centers__text__details,
.usingTouch .module.module--centers ul.module--centers__list li.module--centers__list__item.hover .module--centers__text .module--centers__text__details {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.usingMouse .module.module--centers ul.module--centers__list li.module--centers__list__item:hover .module--centers__text .module--centers__text__details .button,
.usingTouch .module.module--centers ul.module--centers__list li.module--centers__list__item.hover .module--centers__text .module--centers__text__details .button {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media (max-width: 800px) {
  .module.module--centers {
    display: block;
    min-height: 0!important;
  }
  .module.module--centers ul.module--centers__list {
    display: block;
  }
  .module.module--centers ul.module--centers__list li.module--centers__list__item {
    display: block;
    width: 100%;
    height: 300px;
  }
}
.module.module--quotes {
  position: static;
  background: #40C2D8;
  color: #ffffff;
  overflow: hidden;

}
.module.module--quotes .module__inner1 {
  position: static;
}
.module.module--quotes .module__inner1 .module__inner2 {
  position: relative;
  box-sizing: content-box;
  height: 200px;
  padding: 150px 0 80px 0;
}
.module.module--quotes ul.module--quotes__list {
  position: static;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
}
.module.module--quotes ul.module--quotes__list li.module--quotes__list__item {
  position: static;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.module.module--quotes ul.module--quotes__list li.module--quotes__list__item .module--quotes__list__item__author {
  position: absolute;
  z-index: 100;
  top: 60px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.module.module--quotes ul.module--quotes__list li.module--quotes__list__item .module--quotes__list__item__author p {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.92857143em;
  font-weight: 300;
  font-style: normal;
  line-height: 1.7em;
  text-align: center;
  padding: 0 0 20px 0;
  margin: 0;
}
.module.module--quotes ul.module--quotes__list li.module--quotes__list__item .module--quotes__list__item__author p .module--quotes__list__item__author__name {
  font-size: 1.07692308em;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.module.module--quotes ul.module--quotes__list li.module--quotes__list__item .module--quotes__list__item__quote {
  position: absolute;
  z-index: 100;
  top: 150px;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 60%;
  padding: 0;
  margin: 0 auto;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.71428571em;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5em;
  text-align: center;
  opacity: 0;
  quotes: "\201C" "\201D";
  -webkit-transition: opacity 0.3s linear, transform 0.6s ease;
  -moz-transition: opacity 0.3s linear, transform 0.6s ease;
  -o-transition: opacity 0.3s linear, transform 0.6s ease;
  transition: opacity 0.3s linear, transform 0.6s ease;
}
.module.module--quotes ul.module--quotes__list li.module--quotes__list__item .module--quotes__list__item__quote p:last-child {
  margin-bottom: 0;
}
.module.module--quotes ul.module--quotes__list li.module--quotes__list__item .module--quotes__list__item__quote p:first-child:before {
  content: open-quote;
}
.module.module--quotes ul.module--quotes__list li.module--quotes__list__item .module--quotes__list__item__quote p:last-child:after {
  content: close-quote;
}
.module.module--quotes ul.module--quotes__list li.module--quotes__list__item.current .module--quotes__list__item__author,
.module.module--quotes ul.module--quotes__list li.module--quotes__list__item.current .module--quotes__list__item__quote {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear 0.3s, transform 0.6s ease;
  -moz-transition: opacity 0.3s linear 0.3s, transform 0.6s ease;
  -o-transition: opacity 0.3s linear 0.3s, transform 0.6s ease;
  transition: opacity 0.3s linear 0.3s, transform 0.6s ease;
}
.module.module--quotes ul.module--quotes__list li.module--quotes__list__item.onTheLeft .module--quotes__list__item__quote {
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -o-transform: translateX(-200%);
  transform: translateX(-200%);
}
.module.module--quotes ul.module--quotes__list li.module--quotes__list__item.onTheRight .module--quotes__list__item__quote {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}
.module.module--quotes ul.module--quotes__pagination {
  display: none;
}
.module.module--quotes .module--quotes__controls button {
  display: block;
  background: none;
  border: none;
  width: 3em;
  height: 3em;
  padding: 1em;
  position: absolute;
  z-index: 200;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Escariz' !important;
  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;
  font-size: 2em;
  color: #ffffff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.usingMouse .module.module--quotes .module--quotes__controls button:hover {
  color: #2b8291;
}
.module.module--quotes .module--quotes__controls button.module--quotes__controls__prev {
  left: 40px;
  background: url(../images/arrow-white-l.png) no-repeat;
}
.module.module--quotes .module--quotes__controls button.module--quotes__controls__prev:hover {
  background: url(../images/arrow-hover-l.png) no-repeat;
}
.module.module--quotes .module--quotes__controls button.module--quotes__controls__prev:after {
  /*content: "\e904";*/
  content: "";
}
.module.module--quotes .module--quotes__controls button.module--quotes__controls__next {
  right: 0;
  background: url(../images/arrow-white-r.png) no-repeat;
}
.module.module--quotes .module--quotes__controls button.module--quotes__controls__next:hover {
  background: url(../images/arrow-hover-r.png) no-repeat;
}
.module.module--quotes .module--quotes__controls button.module--quotes__controls__next:after {
  /*content: "\e908";*/
  content: "";
}
@media (max-width: 800px) {
  .module.module--quotes ul.module--quotes__list li.module--quotes__list__item .module--quotes__list__item__quote {
    width: 75%;
  }
  .module.module--quotes .module--quotes__controls button {
    font-size: 1.5em;
  }
}
@media (max-width: 600px) {
  .module.module--quotes ul.module--quotes__list li.module--quotes__list__item .module--quotes__list__item__quote {
    width: 100%;
    padding: 0 20px;
    font-size: 1.42857143em;
  }
  .module.module--quotes .module--quotes__controls button {
    font-size: 1.5em;
    top: auto;
    bottom: -30px;
  }
}
.module.module--address {
  background: #40C2D8;
  color: #ffffff;
}
.module.module--address a {
  color: #ffffff;
}
.module.module--address a,
.module.module--address a:active,
.module.module--address a:visited {
  color: #ffffff;
}
.usingMouse .module.module--address a:hover {
  color: #2b8291;
  text-decoration: none;
}
.module.module--address .module--address__text {
  /*max-width: 58em;*/
  max-width: 60em;
  padding: 40px;
}
.module.module--address .module--address__text:after {
  content: "";
  display: table;
  clear: both;
}
.module.module--address .module--address__text .module--address__text__address {
  /*width: 50%;*/
  width: 45%;
  float: left;
  font-size: 1.14285714em;
}
.module.module--address .module--address__text .module--address__text__address p {
  margin: 0;
}
.module.module--address .module--address__text .module--address__text__phone {
  /*width: 50%;*/
  width: 55%;
  float: left;
  font-family: "Georgia", serif;
  font-size: 2.57142857em;
  font-style: italic;
  text-align: right;
  /*padding-left: 20px;*/
  padding-left: 0px;
}
.module.module--address .module--address__text .module--address__text__phone p {
  margin: 0.2em 0 0 0;
  /*line-height: 36px;*/
}
.modal--contact .module.module--address {
  background: rgba(255, 255, 255, 0.5);
  color: #2b8291;
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  .module.module--address .module--address__text {
    padding: 30px;
  }
  .module.module--address .module--address__text .module--address__text__phone {
    font-size: 2.14285714em;
  }
}
@media (max-width: 800px) {
  .module.module--address .module--address__text .module--address__text__address,
  .module.module--address .module--address__text .module--address__text__phone {
    width: auto;
    float: none;
    padding: 0;
  }
  .module.module--address .module--address__text .module--address__text__phone {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .modal--contact .module.module--address {
    margin-left: 20px;
    margin-right: 20px;
  }
  .module.module--address .module--address__text {
    padding: 20px;
  }
}
.module.module--map {
  position: relative;
  height: 0;
  padding: 40% 0 0 0;
}
.module.module--map a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.module.module--map a .module--map__image {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  -webkit-transition: transform 1.5s ease-in-out;
  -moz-transition: transform 1.5s ease-in-out;
  -o-transition: transform 1.5s ease-in-out;
  transition: transform 1.5s ease-in-out;
}
.module.module--map a .module--map__text {
  position: absolute;
  z-index: 300;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 20px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.module.module--map a:after {
  content: "";
  position: absolute;
  z-index: 200;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.usingMouse .module.module--map a:hover .module--map__image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.usingMouse .module.module--map a:hover .module--map__text,
.usingMouse .module.module--map a:hover:after {
  opacity: 1;
}
@media (max-width: 600px) {
  .module.module--map {
    padding: 50% 0 0 0;
  }
  .module.module--map a:after {
    opacity: 0!important;
  }
  .module.module--map a span {
    opacity: 0!important;
  }
}
.module.module--gallery .module--gallery__vr {
  position: relative;
  height: 0;
  padding: 40% 0 0 0;
}
.module.module--gallery .module--gallery__vr a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.module.module--gallery .module--gallery__vr a .module--gallery__vr__image {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  -webkit-transition: transform 1.5s ease-in-out;
  -moz-transition: transform 1.5s ease-in-out;
  -o-transition: transform 1.5s ease-in-out;
  transition: transform 1.5s ease-in-out;
}
.module.module--gallery .module--gallery__vr a .module--gallery__vr__text {
  position: absolute;
  z-index: 300;
  top: 70%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 20px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.module.module--gallery .module--gallery__vr a:after {
  content: "";
  position: absolute;
  z-index: 200;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.module.module--gallery .module--gallery__vr a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Escariz' !important;
  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;
  /*content: "\e912";*/
  content: "";
  background: url(../images/3d-map-icon.png) no-repeat center;
  color: #ffffff;
  font-size: 5vh;
  display: block;
  padding: 35px;
  position: absolute;
  z-index: 400;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.usingMouse .module.module--gallery .module--gallery__vr a:hover .module--gallery__vr__image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.usingMouse .module.module--gallery .module--gallery__vr a:hover .module--gallery__vr__text,
.usingMouse .module.module--gallery .module--gallery__vr a:hover:after {
  opacity: 1;
}
.usingTouch .module.module--gallery .module--gallery__vr a .module--gallery__vr__text,
.usingTouch .module.module--gallery .module--gallery__vr a:after {
  opacity: 1;
}
.module.module--gallery .module--gallery__photos {
  position: relative;
  height: 0;
  padding: 40% 0 0 0;
}
.module.module--gallery .module--gallery__photos ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.module.module--gallery .module--gallery__photos ul > li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;
  overflow: hidden;
  position: absolute;
}
.module.module--gallery .module--gallery__photos ul > li > a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.module.module--gallery .module--gallery__photos ul > li > a > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: transform 1.5s ease-in-out;
  -moz-transition: transform 1.5s ease-in-out;
  -o-transition: transform 1.5s ease-in-out;
  transition: transform 1.5s ease-in-out;
}
.module.module--gallery .module--gallery__photos ul > li > a:after {
  content: "";
  position: absolute;
  z-index: 200;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.usingMouse .module.module--gallery .module--gallery__photos ul > li > a:hover > img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.usingMouse .module.module--gallery .module--gallery__photos ul > li > a:hover:after {
  opacity: 1;
}
.module.module--gallery .module--gallery__photos ul > li:nth-child(1) {
  display: block;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
}
.module.module--gallery .module--gallery__photos ul > li:nth-child(2) {
  display: block;
  left: 40%;
  top: 0;
  width: 40%;
  height: 50%;
}
.module.module--gallery .module--gallery__photos ul > li:nth-child(3) {
  display: block;
  left: 80%;
  top: 0;
  width: 20%;
  height: 50%;
}
.module.module--gallery .module--gallery__photos ul > li:nth-child(4) {
  display: block;
  left: 40%;
  top: 50%;
  width: 20%;
  height: 50%;
}
.module.module--gallery .module--gallery__photos ul > li:nth-child(5) {
  display: block;
  left: 60%;
  top: 50%;
  width: 40%;
  height: 50%;
}
@media (max-width: 600px) {
  .module.module--gallery .module--gallery__vr {
    padding: 50% 0 0 0;
  }
  .module.module--gallery .module--gallery__photos {
    padding: 100% 0 0 0;
  }
  .module.module--gallery .module--gallery__photos ul > li:nth-child(1) {
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 34%;
  }
  .module.module--gallery .module--gallery__photos ul > li:nth-child(2) {
    display: block;
    left: 0;
    top: 34%;
    width: 66%;
    height: 33%;
  }
  .module.module--gallery .module--gallery__photos ul > li:nth-child(3) {
    display: block;
    left: 66%;
    top: 34%;
    width: 34%;
    height: 33%;
  }
  .module.module--gallery .module--gallery__photos ul > li:nth-child(4) {
    display: block;
    left: 0;
    top: 67%;
    width: 34%;
    height: 33%;
  }
  .module.module--gallery .module--gallery__photos ul > li:nth-child(5) {
    display: block;
    left: 34%;
    top: 67%;
    width: 66%;
    height: 33%;
  }
  
  




}



















#gallery-1 {
	margin: auto;
}
#gallery-1 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
#gallery-1 img {
	border: 2px solid #cfcfcf;
}
#gallery-1 .gallery-caption {
	margin-left: 0;
}
/* see gallery_shortcode() in wp-includes/media.php */


#gallery-2 {
	margin: auto;
}
#gallery-2 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
#gallery-2 img {
	border: 2px solid #cfcfcf;
}
#gallery-2 .gallery-caption {
	margin-left: 0;
}
/* see gallery_shortcode() in wp-includes/media.php */


#gallery-3 {
	margin: auto;
}
#gallery-3 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
#gallery-3 img {
	border: 2px solid #cfcfcf;
}
#gallery-3 .gallery-caption {
	margin-left: 0;
}
/* see gallery_shortcode() in wp-includes/media.php */


#gallery-4 {
	margin: auto;
}
#gallery-4 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
#gallery-4 img {
	border: 2px solid #cfcfcf;
}
#gallery-4 .gallery-caption {
	margin-left: 0;
}
/* see gallery_shortcode() in wp-includes/media.php */


#gallery-5 {
	margin: auto;
}
#gallery-5 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
#gallery-5 img {
	border: 2px solid #cfcfcf;
}
#gallery-5 .gallery-caption {
	margin-left: 0;
}
/* see gallery_shortcode() in wp-includes/media.php */


#gallery-6 {
	margin: auto;
}
#gallery-6 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
#gallery-6 img {
	border: 2px solid #cfcfcf;
}
#gallery-6 .gallery-caption {
	margin-left: 0;
}
/* see gallery_shortcode() in wp-includes/media.php */







/*PDF File CSS Start*/
.pdf_box_section {
	background: url(../images/finalflyer-image.jpg) no-repeat center center fixed;
	/*height: 100%;*/
	height: 100vh;
	margin: 0px 0px 0px;
	overflow: hidden;
	padding: 20px 20px;
	width: 100%;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.center_box {
	margin: 0 auto;
	max-width: 720px;
}
.pdf_heading_div {
	display: inline-block;
	margin: 30px 0px 20px;
	width: 100%;
}
.pdf_heading_div h1 {
	color: #000 !important;
	/*font-family: "Georgia", sans-serif;*/
	/*font-family: 'Escariz' !important;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
}
.pdf_heading_div h4 {
	background: #f0c44c;
	color: #000 !important;
	/*font-family: "Georgia", sans-serif;*/
	/*font-family: 'Escariz' !important;*/
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	margin: 0px 75px 0px 0px;
	padding: 10px 16px;
	text-align: right;
	text-decoration: none;
}
.pdf_comprehensive_div {
	display: inline-block;
	margin: 0px 0px 20px;
	width: 100%;
}
.pdf_comprehensive_div h4 {
	color: #000 !important;
	/*font-family: "Georgia", sans-serif;*/
	/*font-family: 'Escariz' !important;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 20px;
	padding: 0px 0px;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
}
.left_comprehensive_part {
	float: left;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px;
	width: 55%;
}
.left_comprehensive_part ul {
	margin: 0px 0px 0px;
	padding: 0px 40px 0px;
}
.left_comprehensive_part ul li {
	list-style: disc;
	margin: 0px 0px 7px;
	padding: 0px 10px 0px;
}
.left_comprehensive_part ul li p {
	color: #000 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 0px;
	padding: 0px 0px;
	text-align: left;
	text-decoration: none;
}
.right_comprehensive_part {
	float: right;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px;
	width: 43%;
}
.right_comprehensive_part h6 {
	color: #000 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	line-height: 32px;
	margin: 20px 0px 10px;
	padding: 0px 0px;
	text-align: center;
	text-decoration: none;
}
.right_comprehensive_part h6 span {
	display: block;
	font-size: 20px;
	font-weight: bold;
}



.pdf_address_div {
	display: inline-block;
	margin: 0px 0px 20px;
	width: 100%;
}
.pdf_address_div h5 {
	color: #000 !important;
	/*font-family: "Georgia", sans-serif;*/
	/*font-family: 'Escariz' !important;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 20px;
	padding: 0px 0px;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
}
.left_info_part {
	float: left;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px;
	width: 40%;
}
.left_info_part p {
	color: #000 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	line-height: 30px;
	margin: 0px 0px 0px;
	padding: 0px 0px;
	text-align: center;
	text-decoration: none;
}
.left_info_part p a {
	color: #000 !important;
	text-decoration: none;
}
.right_info_part {
	float: right;
	margin: -40px 0px 0px;
	padding: 0px 0px 0px;
	width: 58%;
}
.right_info_part img {
	width: 100%;
}
.right_info_part h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	line-height: 26px;
	margin: 20px 0px 10px;
	padding: 0px 0px;
	text-align: center;
	text-decoration: none;
}
.right_info_part h6 span {
	display: block;
	font-size: 18px;
	font-weight: normal;
}

.mobile_show {
	display: none !important;
	width: 100%;
}

















/*PDF File IV Therapy Start*/
.therapy_new_section_boxs {
	background: url(https://www.pierceaesthetics.com/images/therapy-background-img.png);
	display: inline-block;
	margin: 0px 0px 0px;
	padding: 30px 30px 30px;
	width: 100%;
}
.therapy_bottom_border_image {
	display: inline-block;
	width: 100%;
}
.therapy_bottom_border_image img {
	width: 100%;
}
.therapy_four_boxs {
	display: inline-block;
	margin: 0px 0px 30px;
	width: 100%;
}
.therapy_four_boxs h1 {
	color: #253f6a;
	font-family: 'Montserrat', sans-serif;
	font-size: 70px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 5px;
	margin: 0px 0px 20px;
	padding: 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
}
.therapy_four_boxs h2 {
	color: #2b8291;
	font-family: 'Montserrat', sans-serif;
	font-size: 60px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0;
	margin: 0px 0px 20px;
	padding: 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
}
.therapy_four_boxs h3 {
	color: #2b8291;
	font-family: 'Montserrat', sans-serif;
	font-size: 45px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0;
	margin: 0px 0px 20px;
	padding: 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
}
.therapy_four_boxs p {
}
.therapy_pickme_antidote_boxs {
	border: 4px solid #253f6a;
	display: inline-block;
	margin: 0px 0px 40px;
	padding: 30px 25px;
	width: 100%;
}

.therapy_tittle_heading_boxs {
	border-bottom: 0px solid #253f6a;
	display: inline-block;
	margin: 0px 0px 20px;
	padding: 0px 0px 10px;
	width: 100%;
}
.therapy_tittle_heading_boxs h1 {
	color: #253f6a;
	border-bottom: 4px solid #253f6a;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 7.6px;
	margin: 0px 0px 0px;
	padding: 0px 0px 10px;
	text-align: left;
	text-transform: uppercase;
	width: 74%;
}
.therapy_tittle_heading_boxs h2 {
	color: #253f6a;
	clear: inherit !important;
	border-bottom: 0px solid #253f6a;
	float: right;
	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 7.6px;
	margin: 0px 0px 0px;
	padding: 0px 0px 10px;
	text-align: left;
	text-transform: uppercase;
}


/*.therapy_pickme_antidote_boxs h1 {
	color: #4d4e4e;
	border-bottom: 4px solid #4d4e4e;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 38.4px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0;
	margin: 0px 0px 26px;
	padding: 0px 0px 10px;
	text-align: left;
	text-transform: uppercase;
}
.therapy_pickme_antidote_boxs h2 {
	color: #4d4e4e;
	border-bottom: 4px solid #4d4e4e;
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0;
	margin: 0px 0px 26px;
	padding: 0px 0px 10px;
	text-align: left;
	text-transform: uppercase;
}
.therapy_pickme_antidote_boxs h2 span {
	color: #4d4e4e;
	float: right;
}*/
.therapy_pickme_antidote_boxs h3 {
	color: #4d4e4e;
	border-bottom: 4px solid #4d4e4e;
	font-family: 'Montserrat', sans-serif;
	font-size: 45px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0;
	margin: 0px 0px 26px;
	padding: 0px 0px 10px;
	text-align: left;
	text-transform: uppercase;
}
.therapy_pickme_antidote_boxs h6 {
	color: #253f6a;
	border-bottom: 0px solid #4d4e4e;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7em;
	letter-spacing: 7.6px;
	margin: 0px 0px 15px;
	padding: 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
}
.therapy_pickme_antidote_boxs p {
}
.therapy_pickme_antidote_boxs ul {
	margin: 0px 20px 0px;
	padding: 0px 10px 0px;
}
.therapy_pickme_antidote_boxs ul li {
	list-style: disc;
	color: #253f6a;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: 7.6px;
	margin: 0px 0px 0px;
	padding: 0px 10px 0px;
	text-align: left;
	text-transform: uppercase;
}
.therapy_calcium_sodium_underlist {
	border-width: 4px 0px 0px 0px;
	border-color: #253f6a;
	border-style: solid;
	display: table;
	margin: 30px auto 0px;
	width: 90%;
}
.therapy_calcium_sodium_underlist p {
	border: none !important;
	color: #253f6a;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7em;
	letter-spacing: 7.6px;
	margin: 0px 0px 0px;
	padding: 0px 0px;
	text-align: center;
	text-transform: uppercase;
}
.therapy_calcium_sodium_underlist p a {
	color: #4d4e4e;
	text-decoration: none;
}
.therapy_calcium_sodium_underlist p a:hover {
	color: #4d4e4e;
	text-decoration: none;
}
.therapy_calcium_sodium_underlist tbody {
	border: none !important;
}
.therapy_calcium_sodium_underlist tbody tr {
	border: none !important;
}
.therapy_calcium_sodium_underlist tbody tr td {
	border: none !important;
	padding: 10px 0px;
	text-align: center;

	color: #253f6a;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.7em;
	letter-spacing: 4px;
	margin: 0px 0px 0px;
	text-transform: uppercase;
}
/*.therapy_calcium_sodium_underlist ul li p span {
	display: block;
	margin: 5px 0px 0px;
}*/


.new_table_boxs_table {
	margin: 0px 0px 0px !important;
	padding: 0px 0px 0px !important;
}
.new_table_boxs_table tr td {
	margin: 0px 0px 0px !important;
	padding: 0px 0px 0px !important;
}
/*PDF File IV Therapy End*/
































/*Media Quries Start*/
@media screen and (min-width: 640px) and (max-width: 767px) {
.pdf_box_section {
	padding: 30px 20px 20px 20px;
}
.pdf_heading_div h1 {
	font-size: 30px;
}
.pdf_heading_div h4 {
	float: none;
	font-size: 26px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
.center_box {
	overflow-y: scroll !important;
	height: 1200px !important;
}

.pdf_comprehensive_div h4 {
	font-size: 24px;
}
.left_comprehensive_part {
	float: none;
	margin: 0px 0px 30px;
	width: 100%;
}
.right_comprehensive_part {
	float: none;
	margin: 0px 0px 30px;
	width: 100%;
}

.left_comprehensive_part ul li {
	margin: 0px 0px 7px;
	padding: 0px 0px 0px;
}
.left_comprehensive_part ul li p {
	font-size: 20px;
}

.right_comprehensive_part h6 {
	font-size: 24px;
}


.pdf_address_div h5 {
	font-size: 28px;
}
.left_info_part {
	float: none;
	margin: 0px 0px 30px;
	width: 100%;
}
.right_info_part {
	float: none;
	margin: 0px 0px 30px;
	width: 100%;
}





/*PDF File IV Therapy Start*/
.therapy_new_section_boxs {
	padding: 0px 10px 0px;
}
.therapy_four_boxs h1 {
	font-size: 36px;
}
.therapy_pickme_antidote_boxs {
	padding: 30px 20px;
}
.therapy_tittle_heading_boxs h1 {
	font-size: 22px;
	letter-spacing: normal;
	width: auto;
}
.therapy_tittle_heading_boxs h2 {
	font-size: 22px;
	letter-spacing: normal;
}
.therapy_pickme_antidote_boxs h6 {
	font-size: 18px;
}
.therapy_pickme_antidote_boxs ul {
	margin: 0px 10px 0px;
	padding: 0px 0px 0px;
}
.therapy_pickme_antidote_boxs ul li {
	font-size: 16px;
}
.therapy_calcium_sodium_underlist {
	width: 100%;
}
.therapy_calcium_sodium_underlist tbody tr td {
	display: block;
	line-height: normal;
}
.new_table_boxs_table tr td {
	margin: 0px 0px 0px !important;
	padding: 0px 0px 0px !important;
	display: block !important;
	width: 100% !important;
}
/*PDF File IV Therapy End*/


}

@media screen and (min-width: 480px) and (max-width: 639px) {
  .main_section_text_intro.main_section_text_intro_4 {
    width: 100% !important;
}

span.review_3 {
    top: 105px !important;
    text-align: left;
    left: 22px !important;
    right: inherit !important;
}

span.review_2 {
    top: 80px !important;
}
.pdf_box_section {
	height: 100vh !important;
	overflow: scroll !important;
	padding: 30px 20px 20px 20px;
}
.center_box {
	/*overflow-y: scroll !important;
	height: 1200px !important;*/
}
.pdf_heading_div h1 {
	font-size: 30px;
}
.pdf_heading_div h4 {
	float: none;
	font-size: 26px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}


.pdf_comprehensive_div h4 {
	font-size: 24px;
}
.left_comprehensive_part {
	float: none;
	margin: 0px 0px 30px;
	width: 100%;
}
.right_comprehensive_part {
	float: none;
	margin: 0px 0px 30px;
	width: 100%;
}

.left_comprehensive_part ul li {
	margin: 0px 0px 7px;
	padding: 0px 0px 0px;
}
.left_comprehensive_part ul li p {
	font-size: 20px;
}

.right_comprehensive_part h6 {
	font-size: 24px;
}


.pdf_address_div h5 {
	font-size: 28px;
}
.left_info_part {
	float: none;
	margin: 0px 0px 30px;
	width: 100%;
}
.right_info_part {
	float: none;
	margin: 0px 0px 30px;
	width: 100%;
}

.mobile_show {
	display: inline-block;
	height: 300px !important;
	width: 100%;
}


#modal__content > iframe {
	height: 350px !important;
	width: 94% !important;
}





/*PDF File IV Therapy Start*/
.therapy_new_section_boxs {
	padding: 0px 10px 0px;
}
.therapy_four_boxs h1 {
	font-size: 36px;
}
.therapy_pickme_antidote_boxs {
	padding: 30px 20px;
}
.therapy_tittle_heading_boxs h1 {
	font-size: 20px;
	letter-spacing: normal;
	width: auto;
}
.therapy_tittle_heading_boxs h2 {
	font-size: 20px;
	letter-spacing: normal;
}
.therapy_pickme_antidote_boxs h6 {
	font-size: 16px;
}
.therapy_pickme_antidote_boxs ul {
	margin: 0px 10px 0px;
	padding: 0px 0px 0px;
}
.therapy_pickme_antidote_boxs ul li {
	font-size: 14px;
}
.therapy_calcium_sodium_underlist {
	width: 100%;
}
.therapy_calcium_sodium_underlist tbody tr td {
	display: block;
	line-height: normal;
}

.new_table_boxs_table tr td {
	margin: 0px 0px 0px !important;
	padding: 0px 0px 0px !important;
	display: block !important;
	width: 100% !important;
}
/*PDF File IV Therapy End*/


}
span.review_3 {
  font-size: 13px !important;
}

span.review_2 {
  font-size: 13px !important;
}
@media screen and (max-width: 479px) {
  .main_section_text_intro.main_section_text_intro_4 {
    width: 100% !important;
}

span.review_3 {
    top: 86px !important;
    text-align: left;
    left: 22px !important;
    right: inherit !important;
    font-size: 13px !important;
}

span.review_2 {
    top: 66px !important;
    font-size: 13px !important;
}
.pdf_box_section {
	height: 100% !important;
	overflow: scroll !important;
	padding: 30px 10px 20px 10px;
	margin: 0px 0px 600px !important;
}
.center_box {
	/*overflow-y: scroll !important;
	height: 1500px !important;*/
}
.pdf_heading_div h1 {
	font-size: 26px;
}
.pdf_heading_div h4 {
	float: none;
	font-size: 22px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}


.pdf_comprehensive_div h4 {
	font-size: 20px;
}
.left_comprehensive_part {
	float: none;
	margin: 0px 0px 30px;
	width: 100%;
}
.right_comprehensive_part {
	float: none;
	margin: 0px 0px 30px;
	width: 100%;
}

.left_comprehensive_part ul li {
	margin: 0px 0px 7px;
	padding: 0px 0px 0px;
}
.left_comprehensive_part ul li p {
	font-size: 18px;
}

.right_comprehensive_part h6 {
	font-size: 20px;
}


.pdf_address_div h5 {
	font-size: 24px;
}
.left_info_part {
	float: none;
	margin: 0px 0px 30px;
	width: 100%;
}
.right_info_part {
	float: none;
	margin: 0px 0px 30px;
	width: 100%;
}

.mobile_show {
	display: inline-block;
	height: 300px !important;
	width: 100%;
}


#modal__content > iframe {
	height: 350px !important;
	width: 94% !important;
}





/*PDF File IV Therapy Start*/
.therapy_new_section_boxs {
	padding: 0px 10px 0px;
}
.therapy_four_boxs h1 {
	font-size: 36px;
}
.therapy_pickme_antidote_boxs {
	padding: 30px 20px;
}
.therapy_tittle_heading_boxs h1 {
	font-size: 20px;
	letter-spacing: normal;
	width: auto;
}
.therapy_tittle_heading_boxs h2 {
	font-size: 20px;
	letter-spacing: normal;
}
.therapy_pickme_antidote_boxs h6 {
	font-size: 16px;
}
.therapy_pickme_antidote_boxs ul {
	margin: 0px 10px 0px;
	padding: 0px 0px 0px;
}
.therapy_pickme_antidote_boxs ul li {
	font-size: 14px;
}
.therapy_calcium_sodium_underlist {
	width: 100%;
}
.therapy_calcium_sodium_underlist tbody tr td {
	display: block;
	line-height: normal;
}

.new_table_boxs_table tr td {
	margin: 0px 0px 0px !important;
	padding: 0px 0px 0px !important;
	display: block !important;
	width: 100% !important;
}
/*PDF File IV Therapy End*/


}
/*PDF File CSS End*/





  
  
  
  
#menu, #menu ul, #menu ul li, #menu ul li a, #menu #menu-button {
    border: 0 none;
    box-sizing: border-box;
    display: block;
    line-height: 1;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}
#menu::after, #menu > ul::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#menu #menu-button {
    display: none;
}
#menu {
    background: transparent;
    float: right;
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
    line-height: 1;
    /*width: 80%;*/
	width: auto;
    z-index: 99999;
	margin: 5px 0px 0px;
}
#menu ul {
    float: right;
}
#menu > ul > li {
    float: left;
}
#menu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#menu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#menu.align-center ul ul {
    text-align: left;
}
#menu.align-right > ul > li {
    float: right;
}
#menu.align-right ul ul {
    text-align: right;
}
#menu > ul > li > a {
    color: #2e4551;
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin: 0px 0px;
    padding: 10px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    transition: color 0.2s ease 0s;
}
#menu > ul > li:hover > a {
    background: transparent;
    color: #bb9f5d;
}
#menu > ul > li.active > a {
    background: transparent;
    color: #bb9f5d;
}
#menu > ul > li.has-sub > a {
    padding-right: 25px;
}
#menu > ul > li.has-sub > a::after {
    border-bottom: 1px solid #5d5d5d;
    border-right: 1px solid #5d5d5d;
    content: "";
    height: 4px;
    position: absolute;
    right: 15px;
    top: 15px;
    transform: rotate(45deg);
    transition: border-color 0.2s ease 0s;
    width: 4px;
}
#menu > ul > li.has-sub:hover > a::after {
	border-color: #fff;
}
#menu ul ul {
    left: -9999px;
    position: absolute;
}
#menu li:hover > ul {
    left: auto;
}
#menu.align-right li:hover > ul {
    right: 0;
}
#menu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#menu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#menu ul ul li {
    height: 0;
    transition: height 0.2s ease 0s;
}
#menu ul li:hover > ul > li {
    height: auto;
}
#menu ul ul li a {
    background: #383838;
    border-bottom: 1px solid #474747;
    color: #dddddd;
    font-size: 13px;
    padding: 15px 20px;
    text-decoration: none;
    transition: color 0.2s ease 0s;
    width: 160px;
}
#menu ul ul li:hover > a, #menu ul ul li a:hover {
	background: #bb9f5d;
    color: #fff;
}
#menu ul ul li.has-sub > a::after {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    height: 4px;
    position: absolute;
    right: 10px;
    /*top: 13px;*/
	top: 20px;
    transform: rotate(-45deg);
    transition: border-color 0.2s ease 0s;
    width: 4px;
}
#menu.align-right ul ul li.has-sub > a::after {
    border-color: #dddddd -moz-use-text-color -moz-use-text-color #dddddd;
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    left: 10px;
    right: auto;
}
#menu ul ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}
@media all and (max-width: 870px), not all, only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), not all, not all, only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
#menu {
    width: 100%;
}
#menu ul {
    display: none;
    width: 100%;
}
#menu.align-center > ul, #menu.align-right ul ul {
    text-align: left;
}
#menu ul li, #menu ul ul li, #menu ul li:hover > ul > li {
	background: #383838;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
    height: auto;
    width: 100%;
}
#menu ul li a, #menu ul ul li a {
    /*width: 100%;*/
	color: #cdcdcd;
	width: auto;
}
#menu > ul > li, #menu.align-center > ul > li, #menu.align-right > ul > li {
    display: block;
    float: none;
}
#menu ul ul li a {
    background: #383838 none repeat scroll 0 0;
    color: #dddddd;
    font-size: 13px;
    padding: 15px 20px;
    text-align: left;
    text-decoration: none;
}
#menu ul ul li:hover > a, #menu ul ul li a:hover {
    background: #383838;
    color: #fff;
    text-decoration: none;
}
#menu ul ul ul li a {
    padding-left: 40px;
}
#menu ul ul, #menu ul ul ul {
    left: 0;
    margin: 0;
    position: relative;
    right: auto;
    width: 100%;
}
#menu > ul > li.has-sub > a::after, #menu ul ul li.has-sub > a::after {
    display: none;
}
#menu-line {
    display: none;
}
#menu #menu-button {
    background: #bb9f5d;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding: 14px;
    text-align: left;
    text-transform: uppercase;
}
#menu #menu-button::after {
    background: #ffffff;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 20px;
    top: 17px;
    width: 15px;
}
#menu #menu-button::before {
    border-bottom: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    right: 20px;
    top: 22px;
    width: 15px;
}
#menu .submenu-button {
    border-left: 0 solid rgba(120, 120, 120, 0.15);
    cursor: pointer;
    display: block;
    height: 52px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}
#menu .submenu-button::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 11px;
    position: absolute;
    right: 26px;
    top: 14px;
    width: 1px;
    z-index: 99;
}
#menu .submenu-button::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: 21px;
    top: 19px;
    width: 11px;
    z-index: 99;
}
#menu .submenu-button.submenu-opened::after {
    display: none;
}
}
@media screen and (min-width: 982px) and (max-width: 1100px) {
#menu {
    width: auto;
}
}
@media screen and (min-width: 871px) and (max-width: 981px) {
#menu {
    width: auto;
}

#menu > ul > li > a {
	padding: 11px 8px;
}
}
@media screen and (min-width: 770px) and (max-width: 870px) {
#menu {
	margin: 10px 0px 0px;
    width: 100%;
}
#menu ul {
    float: left;
}

}
@media screen and (min-width: 640px) and (max-width: 769px) {
#menu {
	margin: 10px 0px 0px;
}
#menu ul {
    float: none;
}
}
@media screen and (min-width: 480px) and (max-width: 639px) {
#menu {
	margin: 10px 0px 0px;
}
#menu ul {
    float: none;
}
}
@media screen and (max-width: 479px) {
#menu {
	margin: 10px 0px 0px;
}
#menu ul {
    float: none;
}
}
/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
	border: #ddd 1px solid;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../images/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
	list-style: none;
	padding: 0px 0px;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.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;
	background: #f9f9f9;
	color: #444;
	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, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.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;
}

/* 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: url('fancybox_overlay.png');
}

.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);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}