@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

@import url(https://fonts.googleapis.com/css?family=Rouge+Script);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

}
.box-size {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../../../boxsizing.htc);
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */

  vertical-align: baseline;
  /* 2 */

}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */

  font: inherit;
  /* 2 */

  margin: 0;
  /* 3 */

}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #ffffff;
}
/* Box sizing
   ========================================================================== */
.box-size {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../../../boxsizing.htc);
}
/* -- Clear fix .cf  -- */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
ul {
  margin: 0;
  padding: 0;
}
/* *********************************************************************************************************************
 * Main container for all
 */
.grid,
.fullwidth {
  margin: 0 auto;
  padding: 0 0 0 0%;
}
.grid {
  max-width: 1170px;
  /* Change this based on the design */

}
.fullwidth {
  width: 100%;
  /* Change this based on the design */

  float: left;
}
.grid,
.fullwidth {
  z-index: 1000;
}
.row,
hr {
  clear: both;
  display: block;
}
.row:after,
.grid:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.row {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .row {
  height: 1%;
}
.row {
  display: block;
}
/* *********************************************************************************************************************
 * Common columns definitions
 */
/* *********************************************************************************************************************
 * Common columns definitions
 */
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
  margin: 0 3% 0 0;
}
.col-lg-1.last,
.col-lg-2.last,
.col-lg-3.last,
.col-lg-4.last,
.col-lg-5.last,
.col-lg-6.last,
.col-lg-7.last,
.col-lg-8.last,
.col-lg-9.last,
.col-lg-10.last,
.col-lg-11.last,
.col-lg-12.last,
.col-md-1.last,
.col-md-2.last,
.col-md-3.last,
.col-md-4.last,
.col-md-5.last,
.col-md-6.last,
.col-md-7.last,
.col-md-8.last,
.col-md-9.last,
.col-md-10.last,
.col-md-11.last,
.col-md-12.last,
.col-sm-1.last,
.col-sm-2.last,
.col-sm-3.last,
.col-sm-4.last,
.col-sm-5.last,
.col-sm-6.last,
.col-sm-7.last,
.col-sm-8.last,
.col-sm-9.last,
.col-sm-10.last,
.col-sm-11.last,
.col-sm-12.last,
.col-xs-1.last,
.col-xs-2.last,
.col-xs-3.last,
.col-xs-4.last,
.col-xs-5.last,
.col-xs-6.last,
.col-xs-7.last,
.col-xs-8.last,
.col-xs-9.last,
.col-xs-10.last,
.col-xs-11.last,
.col-xs-12.last {
  margin: 0;
}
.col-lg-1 img,
.col-lg-2 img,
.col-lg-3 img,
.col-lg-4 img,
.col-lg-5 img,
.col-lg-6 img,
.col-lg-7 img,
.col-lg-8 img,
.col-lg-9 img,
.col-lg-10 img,
.col-lg-11 img,
.col-lg-12 img,
.col-md-1 img,
.col-md-2 img,
.col-md-3 img,
.col-md-4 img,
.col-md-5 img,
.col-md-6 img,
.col-md-7 img,
.col-md-8 img,
.col-md-9 img,
.col-md-10 img,
.col-md-11 img,
.col-md-12 img,
.col-sm-1 img,
.col-sm-2 img,
.col-sm-3 img,
.col-sm-4 img,
.col-sm-5 img,
.col-sm-6 img,
.col-sm-7 img,
.col-sm-8 img,
.col-sm-9 img,
.col-sm-10 img,
.col-sm-11 img,
.col-sm-12 img,
.col-xs-1 img,
.col-xs-2 img,
.col-xs-3 img,
.col-xs-4 img,
.col-xs-5 img,
.col-xs-6 img,
.col-xs-7 img,
.col-xs-8 img,
.col-xs-9 img,
.col-xs-10 img,
.col-xs-11 img,
.col-xs-12 img {
  width: 100%;
  height: auto;
  display: block;
}
.hidden-xs {
  display: none;
}
.hidden-sm {
  display: block;
}
.hidden-md {
  display: block;
}
.hidden-lg {
  display: block;
}
.visible-xs {
  display: block;
}
.visible-sm {
  display: none;
}
.visible-md {
  display: none;
}
.visible-lg {
  display: none;
}
.pull-right {
  float: right;
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
  .hidden-sm {
    display: none;
  }
  .hidden-md {
    display: block;
  }
  .hidden-lg {
    display: block;
  }
  .visible-xs {
    display: none;
  }
  .visible-sm {
    display: block;
  }
  .visible-md {
    display: none;
  }
  .visible-lg {
    display: none;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .hidden-xs {
    display: block;
  }
  .hidden-sm {
    display: block;
  }
  .hidden-md {
    display: none;
  }
  .hidden-lg {
    display: block;
  }
  .visible-xs {
    display: none;
  }
  .visible-sm {
    display: none;
  }
  .visible-md {
    display: block;
  }
  .visible-lg {
    display: none;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .hidden-xs {
    display: block;
  }
  .hidden-sm {
    display: block;
  }
  .hidden-md {
    display: block;
  }
  .hidden-lg {
    display: none;
  }
  .visible-xs {
    display: none;
  }
  .visible-sm {
    display: none;
  }
  .visible-md {
    display: none;
  }
  .visible-lg {
    display: block;
  }
}
.grid {
  padding: 0 3.5%;
}
.col-xs-1 {
  width: 5.5833%;
  margin: 0 3% 0 0;
}
.col-xs-2 {
  width: 14.1667%;
  margin: 0 3% 0 0;
}
.col-xs-3 {
  width: 22.75%;
  margin: 0 3% 0 0;
}
.col-xs-4 {
  width: 31.3333%;
  margin: 0 3% 0 0;
}
.col-xs-5 {
  width: 40.1666%;
  margin: 0 3% 0 0;
}
.col-xs-6 {
  width: 48.4999%;
  margin: 0 3% 0 0;
}
.col-xs-7 {
  width: 56.8333%;
  margin: 0 3% 0 0;
}
.col-xs-8 {
  width: 65.667%;
  margin: 0 3% 0 0;
}
.col-xs-9 {
  width: 74.25%;
  margin: 0 3% 0 0;
}
.col-xs-10 {
  width: 82.8333%;
  margin: 0 3% 0 0;
}
.col-xs-11 {
  width: 91.416%;
  margin: 0 3% 0 0;
}
.col-xs-12 {
  width: 100%;
  margin: 0 0 0 0;
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .grid {
    padding: 0 10px;
  }
  .col-sm-1 {
    width: 5.5833%;
    margin: 0 3% 0 0;
  }
  .col-sm-2 {
    width: 14.1667%;
    margin: 0 3% 0 0;
  }
  .col-sm-3 {
    width: 22.75%;
    margin: 0 3% 0 0;
  }
  .col-sm-4 {
    width: 31.3333%;
    margin: 0 3% 0 0;
  }
  .col-sm-5 {
    width: 40.1666%;
    margin: 0 3% 0 0;
  }
  .col-sm-6 {
    width: 48.4999%;
    margin: 0 3% 0 0;
  }
  .col-sm-7 {
    width: 56.8333%;
    margin: 0 3% 0 0;
  }
  .col-sm-8 {
    width: 65.667%;
    margin: 0 3% 0 0;
  }
  .col-sm-9 {
    width: 74.25%;
    margin: 0 3% 0 0;
  }
  .col-sm-10 {
    width: 82.8333%;
    margin: 0 3% 0 0;
  }
  .col-sm-11 {
    width: 91.416%;
    margin: 0 3% 0 0;
  }
  .col-sm-12 {
    width: 100%;
    margin: 0 0 0 0;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .grid {
    padding: 0 15px;
  }
  .col-md-1 {
    width: 5.5833%;
    margin: 0 3% 0 0;
  }
  .col-md-2 {
    width: 14.1667%;
    margin: 0 3% 0 0;
  }
  .col-md-3 {
    width: 22.75%;
    margin: 0 3% 0 0;
  }
  .col-md-4 {
    width: 31.3333%;
    margin: 0 3% 0 0;
  }
  .col-md-5 {
    width: 40.1666%;
    margin: 0 3% 0 0;
  }
  .col-md-6 {
    width: 48.4999%;
    margin: 0 3% 0 0;
  }
  .col-md-7 {
    width: 56.8333%;
    margin: 0 3% 0 0;
  }
  .col-md-8 {
    width: 65.667%;
    margin: 0 3% 0 0;
  }
  .col-md-9 {
    width: 74.25%;
    margin: 0 3% 0 0;
  }
  .col-md-10 {
    width: 82.8333%;
    margin: 0 3% 0 0;
  }
  .col-md-11 {
    width: 91.416%;
    margin: 0 3% 0 0;
  }
  .col-md-12 {
    width: 100%;
    margin: 0 0 0 0;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .col-lg-1 {
    width: 5.5833%;
    margin: 0 3% 0 0;
  }
  .col-lg-2 {
    width: 14.1667%;
    margin: 0 3% 0 0;
  }
  .col-lg-3 {
    width: 22.75%;
    margin: 0 3% 0 0;
  }
  .col-lg-4 {
    width: 31.3333%;
    margin: 0 3% 0 0;
  }
  .col-lg-5 {
    width: 40.1666%;
    margin: 0 3% 0 0;
  }
  .col-lg-6 {
    width: 48.4999%;
    margin: 0 3% 0 0;
  }
  .col-lg-7 {
    width: 56.8333%;
    margin: 0 3% 0 0;
  }
  .col-lg-8 {
    width: 65.667%;
    margin: 0 3% 0 0;
  }
  .col-lg-9 {
    width: 74.25%;
    margin: 0 3% 0 0;
  }
  .col-lg-10 {
    width: 82.8333%;
    margin: 0 3% 0 0;
  }
  .col-lg-11 {
    width: 91.416%;
    margin: 0 3% 0 0;
  }
  .col-lg-12 {
    width: 100%;
    margin: 0 0 0 0;
  }
}
body {
  font-size: 15px;
  line-height: 1.56;
  font-weight: normal;
  overflow-x: hidden;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #585858;
}
@media all and (max-width: 992px) {
  body {
    font-size: 13px;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 300;
  line-height: 1.3;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2.8em;
}
h3 {
  font-size: 1.7em;
}
h4 {
  font-size: 1.7em;
}
h5 {
  font-size: 1.7em;
}
@media all and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    line-height: 1.3;
  }
  h1 {
    font-size: 2.55em;
  }
  h2 {
    font-size: 2.3em;
  }
  h3 {
    font-size: 1.4em;
  }
  h4 {
    font-size: 1.4em;
  }
  h5 {
    font-size: 1.4em;
  }
}
p {
  margin: 0 0 10px;
}
img {
  max-width: 100%;
  height: inherit;
}
.opensans {
  font-family: 'Open Sans', sans-serif;
}
.rouge {
  font-family: 'Rouge Script', cursive;
}
::selection {
  background: #333333;
  color: #fff;
}
::-moz-selection {
  background: #333333;
  color: #fff;
}
.load {
  opacity: 0 !important;
}
.load.visible {
  opacity: 1 !important;
}
@media all and (max-width: 768px) {
  .load {
    opacity: 1 !important;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    opacity: 1\9;
    /* IE9 only */
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
    opacity: 1\9;
    /* IE9 only */
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    opacity: 1\9;
    /* IE9 only */
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  opacity: 0;
  /* make things invisible upon start */

  -webkit-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */

  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/

  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
/*Border radius */
/* Border radius Example */
#somediv {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
/* Border radius custom sides */
/* Border radius custom sides Example */
#somediv {
  -webkit-border-radius: 20px 20px 0px 0px;
  -moz-border-radius: 20px 20px 0px 0px;
  border-radius: 20px 20px 0px 0px;
}
/* Box shadow */
/* Box shadow Examples */
#somediv {
  -webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
}
/* Transitions */
/* Transitions Example */
#somediv {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
#somediv:hover {
  opacity: 0;
}
/* Gradient  */
/* Gradient Example */
#someDiv {
  background-color: #663333;
  background-image: -webkit-linear-gradient(left, #663333, #333333);
  background-image: -moz-linear-gradient(left, #663333, #333333);
  background-image: -o-linear-gradient(left, #663333, #333333);
  background-image: -ms-linear-gradient(left, #663333, #333333);
  background-image: linear-gradient(left, #663333, #333333);
}
/* ==========================================================================
   Navigation
   ========================================================================== */
.toggleMenu {
  display: none;
  padding: 10px 15px;
  color: #fff;
  float: right;
  clear: both;
  margin-right: 0;
  position: absolute;
  right: 0px;
  z-index: 99999;
  font-size: 1.62em;
  margin-top: 14px;
}
.toggleMenu:hover,
.toggleMenu:active,
.toggleMenu:focus {
  color: #fff;
  text-decoration: none;
}
ul.nav {
  list-style: none;
  *zoom: 1;
  float: right;
  margin-top: 24px;
}
ul.nav a {
  padding: 4px 0;
  color: #fff;
  font-size: 0.97em;
}
ul.nav > li {
  float: left;
  margin: 0 13px;
}
ul.nav > li > a {
  display: block;
  text-decoration: none;
  text-align: center;
  position: relative;
  padding: 9px 0 20px 0;
}
ul.nav > li > a:after {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 70%;
  height: 1px;
  background: #edbcc7;
  content: "";
  position: absolute;
  left: 15%;
  bottom: 15px;
  opacity: 0;
}
ul.nav > li.current a:after,
ul.nav > li:hover a:after,
ul.nav > li.current-menu-item a:after,
ul.nav > li.current_page_parent a:after {
  opacity: 1;
}
ul.nav li {
  position: relative;
}
ul.nav li ul {
  list-style: none;
  position: absolute;
  left: -9999px;
  z-index: 9999;
  margin: 0;
  width: 230px;
  background: #000;
  padding: 9px 0 7px 0;
  /*&:before {
        position: absolute;
        top: -10px;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid black;
        left: 29px;
      }
      */

}
ul.nav li ul li a {
  color: #fff;
  display: block;
  position: relative;
  z-index: 100;
  padding: 6px 10px 7px 16px;
  font-size: 0.91em;
  text-decoration: none;
  font-weight: 100;
}
ul.nav li ul li a:hover {
  text-decoration: underline;
}
ul.nav > li:hover ul {
  left: 0;
}
ul.nav:before,
ul.nav:after {
  content: " ";
  display: table;
}
ul.nav:after {
  clear: both;
}
@media all and (max-width: 992px) {
  ul.nav {
    margin-top: 20px;
    margin-right: -11px;
  }
  ul.nav a {
    font-size: 0.89em;
  }
}
@media screen and (max-width: 767px) {
  .active {
    display: block;
  }
  .toggleMenu {
    display: block;
  }
  header.main ul.nav {
    display: none;
  }
  body {
    display: block;
    right: 0px;
    position: relative;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    transition: all 0.35s linear;
  }
  div.main-body {
    display: block;
    right: 0px;
    position: relative;
  }
  div.main-body:after {
    background: #000 none repeat scroll 0 0;
    content: "";
    display: none;
    height: 100%;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
  }
  .mobile_navigation {
    background: #202020;
    padding: 0 0px 71px 0;
    position: fixed;
    right: -240px;
    bottom: 0;
    width: 240px;
    z-index: 99999;
    height: 100%;
    top: 0;
    -webkit-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    transition: all 0.35s linear;
  }
  .mobile_navigation li.number {
    color: #fff;
    list-style: none;
    margin-top: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    padding: 14px;
    text-align: center;
  }
  .mobile_navigation li.number a {
    color: #fff;
    text-decoration: none;
  }
  .mobile_navigation ul.nav {
    display: block;
    list-style: none;
    width: 100%;
    float: left;
    margin-top: 20px;
    padding: 0;
    height: 100%;
    overflow-x: scroll;
  }
  .mobile_navigation ul.nav li {
    width: 100% !important;
    text-align: left;
    padding: 0px 10px;
    margin: 0;
  }
  .mobile_navigation ul.nav li a {
    text-align: left;
    padding-left: 15px;
    font-size: 0.99em;
    font-weight: 400;
    margin: 0;
  }
  .mobile_navigation ul.nav li a:after {
    display: none;
  }
  .mobile_navigation ul.nav > li {
    float: none;
  }
  .mobile_navigation ul.nav > li.hover > a {
    color: #fff;
    text-decoration: none;
    font-weight: bolder;
  }
  .mobile_navigation ul.nav > li.hover > a a {
    color: #fff;
  }
  .mobile_navigation ul.nav > li.active > a {
    color: #fff;
  }
  .mobile_navigation ul.nav > li a.parent {
    background: url("../img/downArrow.png") no-repeat scroll 91% 18px;
  }
  .mobile_navigation ul.nav > li.hover > ul,
  .mobile_navigation ul.nav .nav li li.hover ul {
    position: static;
  }
  .mobile_navigation ul.nav > li.hover > ul {
    clear: both;
    width: 100%;
    border: none;
  }
  .mobile_navigation ul.nav > li:hover ul {
    left: -9999px;
  }
  .mobile_navigation ul.nav li ul {
    background: none;
    border-top: none;
    padding: 0;
    margin-top: -9px;
    margin-bottom: 3px;
  }
  .mobile_navigation ul.nav li ul:before {
    display: none;
  }
  .mobile_navigation ul.nav li ul li a {
    margin-bottom: 0 !important;
    margin-left: 5px;
    margin-right: 0 !important;
    margin-top: 0 !important;
    padding: 6px 0px;
  }
  .mobile_navigation ul.nav li ul li a:hover {
    text-decoration: underline;
  }
  body.open {
    border-left: none;
    border-right: none;
    right: 240px;
    position: relative;
    overflow: hidden;
  }
  body.open .headerToggleLinks.toggleMenu {
    right: 252px;
    color: #fff;
  }
  body.open div.main-body {
    position: relative;
    height: 100%;
  }
  body.open div.main-body:after {
    display: block;
    opacity: 0.5;
    z-index: 9999;
  }
  body.open div.mobile_navigation {
    right: 0;
    z-index: 99999999999;
  }
}
.single .mainContent-container {
  width: 100%;
}
.single .mainContent-container .alignright {
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .single .mainContent-container .alignright {
    max-width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .single .mainContent-container .alignright {
    display: none;
  }
}
#cookie-bar .cb-enable {
  background: #edbcc7 !important;
}
/* ==========================================================================
   PopUp container
   ========================================================================== */
.popupContainer {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483647;
  display: none;
}
.popupContainer:before {
  background: #000;
  opacity: 0.89;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.popupContainer .popupInner {
  background: #ffffff url(../img/popUpFormBG.jpg) no-repeat;
  background-size: cover;
  max-width: 740px;
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popupContainer .popupInner a.close {
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  background-image: url('../img/fancybox_sprite.png');
  color: #fff;
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  right: -16px;
  text-align: center;
  top: -16px;
}
.popupContainer .popupInner .content-container {
  background: #f1ecdf;
}
.popupContainer .popupInner .content-container .textarea {
  padding: 4%;
  color: #838383;
}
.popupContainer .popupInner .content-container .textarea h2 {
  font-weight: 900;
  font-size: 1.82em;
  margin-top: 0;
}
.popupContainer .popupInner .content-container .textarea p {
  font-size: 0.9em;
  line-height: 1.4;
}
.popupContainer .popupInner .content-container .textarea a {
  color: #838383;
}
.popupContainer.team .popupInner {
  background: #fff;
  padding: 1.4em;
  text-align: left;
  font-size: 95%;
}
.popupContainer.team .popupInner aside {
  padding: 22.75% 0 0;
  border-radius: 50%;
}
.popupContainer.team .popupInner article .textarea {
  padding-left: 3%;
  overflow: hidden;
  max-height: 317px;
}
.popupContainer.team .popupInner article .textarea header {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 17px;
  padding-bottom: 16px;
}
.popupContainer.team .popupInner article .textarea header h3 {
  margin-top: 0;
  font-size: 1.55em;
  font-weight: 600;
}
.popupContainer.team .popupInner article .textarea header span.subTitle {
  font-size: 1.25em;
  font-weight: 400;
}
/*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) {
  .popupContainer .popupInner a.close {
    background-image: url('../img/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  
  }
}
@media all and (max-width: 980px) {
  .popupContainer .popupInner {
    width: 85%;
  }
}
@media all and (max-width: 767px) {
  .popupContainer .popupInner .content-container .textarea h2,
  .popupContainer .popupInner .content-container .textarea p {
    display: none;
  }
}
/* ==========================================================================
   Header
   ========================================================================== */
a.booking-button {
  background: #edbcc7;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  font-weight: 700;
  opacity: 0;
  top: 50%;
  right: -145px;
  padding: 16px 0px;
  text-decoration: none;
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 350px;
  text-align: center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: fixed;
  z-index: 8010;
}
a.booking-button:hover {
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 900px) {
  a.booking-button {
    right: -107px;
    width: 254px;
  }
}
@media all and (max-width: 600px) {
  a.booking-button {
    right: 50%;
    margin-right: -126px;
    top: inherit;
    bottom: 0;
    padding: 14px 0px;
    font-size: 1.2em;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
header.main {
  background: #000000;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  z-index: 8000;
  padding: 16px 0 0px 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header.main.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 8001;
  background-color: #000000;
}
header.main .logo {
  margin: 12px 0;
  position: relative;
}
header.main .logo img {
  width: auto;
  max-width: 100%;
  min-width: 180px;
}
header.main .headerContent-container ul.topRow {
  list-style: none;
  font-size: 0.82em;
  float: right;
  margin-top: 6px;
}
header.main .headerContent-container ul.topRow li {
  float: left;
  color: #fff;
  position: relative;
  margin: 0 10px;
}
header.main .headerContent-container ul.topRow li br {
  display: none;
}
header.main .headerContent-container ul.topRow li p {
  display: inline;
}
header.main .headerContent-container ul.topRow li:after {
  display: inline-block;
  content: "";
  width: 1px;
  background: #fff;
  height: 15px;
  left: -10px;
  top: 2px;
  position: absolute;
}
header.main .headerContent-container ul.topRow li:first-child:after {
  display: none;
}
header.main .headerContent-container ul.topRow li.address a {
  text-decoration: none !important;
}
header.main .headerContent-container ul.topRow li#book-link a {
  color: #edbcc7;
}
header.main .headerContent-container ul.topRow li a {
  color: #fff;
  text-decoration: none;
}
header.main .headerContent-container ul.topRow li a:hover {
  text-decoration: underline;
}
header.main .headerContent-container ul.topRow li.consultation a {
  color: #edbcc7;
}
header.main .headerContent-container ul.topRow li .fa-map-marker {
  color: #edbcc7;
  font-size: 1.2em;
}
@media all and (max-width: 767px) {
  header.main {
    padding: 10px 0;
  }
  header.main .logo img {
    width: 180px;
  }
}
/* ==========================================================================
   Reusable page sections -
      .keyPoints-container  -  .patientReviews-container   -  .booking-container
   ========================================================================== */
section.keyPoints-container {
  color: #fff;
  text-align: center;
  max-height: 520px;
  position: relative;
  padding: 4.5% 0;
}
section.keyPoints-container h1 {
  color: #fff;
  margin-bottom: 4.5%;
}
section.keyPoints-container .content-container ul li {
  list-style: none;
}
section.keyPoints-container .content-container ul li span {
  background: #333;
  background-color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  width: 95px;
  height: 95px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
}
section.keyPoints-container .content-container ul li span i {
  margin-top: 29px;
  display: inline-block;
  width: 42px;
  height: 42px;
  content: "";
  background: url(../img/bannerFloral-icons.png) no-repeat;
}
section.keyPoints-container .content-container ul li span i.one {
  background-position: 0 0;
}
section.keyPoints-container .content-container ul li span i.two {
  background-position: -61px -2px;
}
section.keyPoints-container .content-container ul li span i.three {
  background-position: -127px 0px;
}
section.keyPoints-container .content-container ul li span i.four {
  background-position: -193px 2px;
}
section.keyPoints-container .content-container ul li p {
  font-size: 1.14em;
  line-height: 1.3;
  margin-top: 12px;
}
section.keyPoints-container img.bannerMain {
  width: 100%;
}
@media all and (max-width: 767px) {
  section.keyPoints-container {
    padding: 5.5% 0;
  }
  section.keyPoints-container h1 {
    margin-top: 0;
    margin-bottom: 0.6em;
  }
  section.keyPoints-container .content-container ul li span {
    height: 75px;
    width: 75px;
  }
  section.keyPoints-container .content-container ul li span i {
    margin-top: 18px;
  }
}
section.patientReviews-container {
  text-align: center;
  margin: 3.5% 0 3.5%;
}
section.patientReviews-container h1 {
  margin-bottom: 2.4%;
}
section.patientReviews-container blockquote {
  text-align: center;
  margin: 3.1em 0 0;
  padding: 0;
  border: none;
  font-size: 1.25em;
  padding: 0 10%;
  font-weight: 300;
}
section.patientReviews-container blockquote footer {
  font-family: 'Open Sans', sans-serif;
  margin-top: 20px;
  display: inline-block;
}
section.patientReviews-container blockquote footer .name {
  color: #222;
  font-size: 1.15em;
  font-weight: 600;
  margin-bottom: 4px;
}
section.patientReviews-container blockquote footer .site {
  color: #c5c7ca;
}
section.patientReviews-container .bx-controls {
  position: absolute;
  top: 0;
  width: 100%;
}
section.patientReviews-container .bx-controls .bx-pager.bx-default-pager a {
  background: #c3c3c3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.patientReviews-container .bx-controls .bx-pager.bx-default-pager a:hover,
section.patientReviews-container .bx-controls .bx-pager.bx-default-pager a.active {
  background: #c5c7ca;
}
section.patientReviews-container.bg_img {
  color: #fff;
  padding: 5% 0;
  margin: 0;
}
section.patientReviews-container.bg_img h1 {
  color: #fff;
}
section.patientReviews-container.bg_img blockquote footer .name,
section.patientReviews-container.bg_img blockquote footer .site {
  color: #fff;
}
section.patientReviews-container.bg_img .bx-controls .bx-pager.bx-default-pager a:hover,
section.patientReviews-container.bg_img .bx-controls .bx-pager.bx-default-pager a.active {
  background: #edbcc7;
}
section.booking-container {
  background: #F9F9F9;
  padding: 3em 0;
}
section.booking-container h2 {
  margin-top: 0;
  margin-bottom: 1.45em;
  text-align: center;
}
section.booking-container img {
  width: auto;
  max-width: 100%;
}
section.booking-container form ul {
  display: inline-block;
  width: 100%;
}
section.booking-container form ul li {
  list-style: none;
  font-size: 0.95em;
  margin-bottom: 28px;
}
section.booking-container form ul li span.required {
  color: red;
}
section.booking-container form ul li label {
  display: block;
  margin-bottom: 5px;
}
section.booking-container form ul li br {
  display: none !important;
}
section.booking-container form ul li input,
section.booking-container form ul li select {
  width: 100%;
  padding: 7px;
  background: #fff;
  border: 0;
  outline: 1px solid #CCC;
  height: 39px;
  -webkit-appearance: none;
}
section.booking-container form ul li select {
  cursor: pointer;
}
section.booking-container form ul li.captcha img.wpcf7-captchac {
  width: 118px;
  display: inline-block;
  float: left;
  margin-right: 3%;
}
section.booking-container form ul li.captcha input {
  width: 56%;
  display: inline-block;
}
section.booking-container form ul li.button-holder {
  margin-bottom: 0;
}
section.booking-container form ul li .button_text {
  color: #ffffff;
  background: #333333;
  display: inline-block;
  font-size: 0.88em;
  padding: 8px 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  outline: none;
  border: none;
  display: block;
  margin: 18px auto 0;
  background: #c5c7ca;
  padding: 10px 25px;
  width: auto;
  cursor: pointer;
}
section.booking-container form ul li .button_text:before {
  background: #333333;
}
section.booking-container form ul li .button_text:hover {
  background: #000;
}
section.booking-container form ul li .ajax-loader {
  margin-top: -20px;
  float: left;
}
section.booking-container form div.wpcf7-response-output {
  border: none !important;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 80%;
  margin-top: 10px;
  color: red;
}
section.booking-container form div.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: green;
}
section.booking-container form span.wpcf7-not-valid-tip {
  font-size: 80%;
  margin-top: 5px;
}
@media all and (max-width: 767px) {
  section.booking-container {
    padding: 1.5em 0 0;
  }
  section.booking-container h2 {
    margin-bottom: 1.1em;
    margin-top: 0;
  }
  section.booking-container form ul li {
    margin-bottom: 20px !important;
  }
  section.booking-container form ul li.captcha input {
    width: 100%;
    display: inherit;
    margin-top: 15px !important;
  }
  section.booking-container form ul li input,
  section.booking-container form ul li select {
    height: 32px;
  }
  section.booking-container form ul li .button_text {
    margin-top: -10px;
    margin-bottom: 5px;
    font-size: 0.92em;
  }
  section.booking-container form div.wpcf7-response-output {
    margin-bottom: 20px;
  }
}
/* ==========================================================================
   Home page / Index.php
   ========================================================================== */
section.homeBanner-container {
  position: relative;
  max-height: 800px;
  overflow: hidden;
}
section.homeBanner-container .content-container {
  z-index: 1;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
  left: 50% \9;
  opacity: 1 \9;
}
section.homeBanner-container .content-container ul.bannerBox-container {
  list-style: none;
  max-width: 400px;
  margin-top: -20px;
}
section.homeBanner-container .content-container ul.bannerBox-container li.cta {
  width: 50%;
  float: left;
}
section.homeBanner-container .content-container ul.bannerBox-container li.cta img {
  width: 100%;
}
section.homeBanner-container .content-container .textarea {
  text-align: center;
  color: #fff;
  margin-top: 3%;
}
section.homeBanner-container .content-container .textarea h1 {
  color: #fff;
  font-size: 5.8em;
  line-height: 1.15;
  margin-bottom: 0;
  font-family: 'Rouge Script', cursive;
}
section.homeBanner-container .content-container .textarea p {
  font-size: 1.65em;
  line-height: 1.45;
}
section.homeBanner-container .content-container .textarea a {
  color: #ffffff;
  background: none;
  font-size: 0.88em;
  padding: 8px 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  border: none;
  outline: none;
  border: 1px solid #fff;
  display: inline-block;
  margin-top: 18px;
}
section.homeBanner-container .content-container .textarea a:before {
  background: none;
}
section.homeBanner-container .content-container .textarea a:hover {
  background: #000;
}
section.homeBanner-container .content-container .textarea a:before {
  background: #fff !important;
}
section.homeBanner-container .content-container .textarea a:hover {
  background: #fff !important;
  color: #333;
}
section.homeBanner-container img.bannerMain {
  width: 100%;
  min-height: 470px;
}
@media all and (max-width: 1200px) {
  section.homeBanner-container .content-container ul.bannerBox-container {
    margin-top: 0;
  }
}
@media all and (max-width: 992px) {
  section.homeBanner-container .content-container .textarea {
    font-size: 0.88em;
  }
  section.homeBanner-container .content-container .textarea h1 {
    margin-top: 0;
    font-size: 5.9em;
  }
  section.homeBanner-container .content-container .textarea p {
    font-size: 1.55em;
  }
  section.homeBanner-container .content-container .textarea br {
    display: none;
  }
}
@media all and (max-width: 767px) {
  section.homeBanner-container img.bannerMain {
    min-height: 318px;
    width: 145%;
    max-width: inherit;
    margin-left: -10%;
  }
  section.homeBanner-container .content-container .textarea {
    font-size: 0.9em;
    padding: 0 10px;
  }
  section.homeBanner-container .content-container .textarea h1 {
    margin-bottom: -1px;
  }
  section.homeBanner-container .content-container .textarea a {
    margin-top: 8px;
  }
}
@media all and (max-width: 767px) {
  section.homeBanner-container .content-container .textarea h1 {
    font-size: 4.1em;
  }
  section.homeBanner-container .content-container .textarea a {
    margin-top: 8px;
  }
}
section.introduction-container {
  text-align: center;
  font-size: 1.06em;
  margin: 4.5% 0 3%;
}
section.introduction-container article {
  padding: 0 6%;
}
section.introduction-container article h1 {
  margin-top: 0;
  margin-bottom: 14px;
}
section.introduction-container article a {
  color: #333333;
  font-weight: 700;
  text-decoration: none;
}
section.introduction-container .cta-container .ctaBox {
  margin-top: 4%;
  margin-bottom: 4%;
}
section.introduction-container .cta-container .ctaBox img {
  width: 100%;
}
section.introduction-container .cta-container .ctaBox span {
  display: block;
  padding: 17px;
  background: #2E2F2C;
  color: #fff;
  font-size: 1.62em;
  font-weight: 200;
  margin-bottom: 6.5%;
}
section.introduction-container .cta-container .ctaBox p {
  padding: 0 15% 0 15%;
}
section.introduction-container .cta-container .ctaBox a {
  color: #ffffff;
  background: #333333;
  display: inline-block;
  font-size: 0.88em;
  padding: 8px 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  border: none;
  outline: none;
  margin-top: 5%;
}
section.introduction-container .cta-container .ctaBox a:before {
  background: #333333;
}
section.introduction-container .cta-container .ctaBox a:hover {
  background: #000;
}
section.introduction-container .cta-container .ctaBox.one span {
  background: #555a6f;
}
section.introduction-container .cta-container .ctaBox.one a {
  background: #555a6f;
}
section.introduction-container .cta-container .ctaBox.one a:hover {
  background: #333;
}
section.introduction-container .cta-container .ctaBox.two span {
  background: #edbcc7;
}
section.introduction-container .cta-container .ctaBox.two a {
  background: #edbcc7;
}
section.introduction-container .cta-container .ctaBox.two a:hover {
  background: #333;
}
section.introduction-container .cta-container .ctaBox.three span {
  background: #c5c7ca;
}
section.introduction-container .cta-container .ctaBox.three a {
  background: #c5c7ca;
}
section.introduction-container .cta-container .ctaBox.three a:hover {
  background: #333;
}
@media all and (max-width: 767px) {
  section.introduction-container article {
    padding: 0 2%;
  }
  section.introduction-container .cta-container .ctaBox {
    padding: 0 4%;
  }
}
section.popularTreatments-container {
  text-align: center;
  margin: 3.5em 0 1.5em;
}
section.popularTreatments-container h1 {
  margin-bottom: 1em;
}
section.popularTreatments-container span.title {
  display: block;
  padding: 14px;
  background: #2E2F2C;
  color: #fff;
  font-size: 1.7em;
  font-weight: 200;
  margin-bottom: 6.5%;
  background: #edbcc7;
}
section.popularTreatments-container ul {
  list-style: none;
  border: 1px solid #DEDEDE;
}
section.popularTreatments-container ul li {
  border-bottom: 1px solid #DEDEDE;
}
section.popularTreatments-container ul li:last-child {
  border: none;
}
section.popularTreatments-container ul li a.toggle-link {
  border-bottom: 1px solid #DEDEDE;
  font-weight: 200;
  font-size: 1.34em;
  padding: 2% 0;
  display: block;
  color: #333333;
  text-decoration: none;
}
section.popularTreatments-container ul li a.toggle-link:hover {
  text-decoration: underline;
}
section.popularTreatments-container ul li div.toggle-box {
  padding: 7%;
}
section.popularTreatments-container ul li div.toggle-box .featured-image {
  margin: 0 auto 8%;
  max-width: 290px;
}
section.popularTreatments-container ul li div.toggle-box .featured-image img {
  width: 100%;
}
section.popularTreatments-container ul li div.toggle-box .featured-image span {
  padding: 11% 12%;
  color: #fff;
  display: block;
  font-weight: 200;
  font-size: 1.34em;
}
section.popularTreatments-container ul li div.toggle-box p {
  font-size: 88%;
}
section.popularTreatments-container ul li div.toggle-box a.button {
  color: #ffffff;
  background: #333333;
  display: inline-block;
  font-size: 0.88em;
  padding: 8px 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  border: none;
  outline: none;
  margin-top: 5%;
}
section.popularTreatments-container ul li div.toggle-box a.button:before {
  background: #333333;
}
section.popularTreatments-container ul li div.toggle-box a.button:hover {
  background: #000;
}
section.popularTreatments-container a.footerLink {
  display: block;
  font-size: 90%;
  font-weight: 600;
  margin: 1.9em 0;
  text-decoration: none;
  text-transform: uppercase;
}
section.popularTreatments-container a.footerLink:hover {
  text-decoration: underline;
}
section.popularTreatments-container .left span.title {
  background: #edbcc7;
}
section.popularTreatments-container .left div.toggle-box .featured-image span {
  background: #edbcc7;
}
section.popularTreatments-container .left div.toggle-box a.button {
  background: #edbcc7;
}
section.popularTreatments-container .left a.footerLink {
  color: #edbcc7;
}
section.popularTreatments-container .right span.title {
  background: #555a6f;
}
section.popularTreatments-container .right div.toggle-box .featured-image span {
  background: #555a6f;
}
section.popularTreatments-container .right div.toggle-box a.button {
  background: #555a6f;
}
section.popularTreatments-container .right a.footerLink {
  color: #555a6f;
}
@media all and (max-width: 767px) {
  section.popularTreatments-container {
    margin: 2.5em 0 1em;
  }
  section.popularTreatments-container h1 {
    margin-bottom: 0.5em;
  }
}
/* ==========================================================================
   Treatment page / main page layout
   ========================================================================== */
section.mainBanner-container {
  position: relative;
  max-height: 501px;
  min-height: 390px;
  overflow: hidden;
  background: #D1CBBA;
}
section.mainBanner-container .content-container {
  z-index: 1;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
  left: 50% \9;
  opacity: 1 \9;
}
section.mainBanner-container .content-container .textarea {
  text-align: center;
  color: #fff;
  margin-top: 3%;
}
section.mainBanner-container .content-container .textarea h1 {
  color: #fff;
  font-size: 3.4em;
  line-height: 1.15;
  margin-bottom: 0;
  margin-top: -20px;
}
section.mainBanner-container .breadcrumbs-container {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 12px;
}
section.mainBanner-container .breadcrumbs-container p#breadcrumbs {
  color: #fff;
  position: relative;
}
section.mainBanner-container .breadcrumbs-container p#breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
section.mainBanner-container .breadcrumbs-container p#breadcrumbs a:hover {
  text-decoration: underline;
}
section.mainBanner-container .breadcrumbs-container p#breadcrumbs:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.25;
  position: absolute;
  top: -20px;
}
section.mainBanner-container img.bannerMain {
  width: 100% ;
  min-height: 300px;
  float: right;
  max-width: inherit;
  margin-bottom: -6px;
}
@media all and (max-width: 1350px) {
  section.mainBanner-container img.bannerMain {
    width: auto !important;
  }
}
@media all and (max-width: 768px) {
  section.mainBanner-container {
    max-height: 310px;
    min-height: 310px;
  }
  section.mainBanner-container .content-container .textarea h1 {
    font-size: 2.75em;
  }
  section.mainBanner-container .breadcrumbs-container {
    font-size: 90%;
    bottom: 10px;
  }
  section.mainBanner-container .breadcrumbs-container ul:before {
    top: -10px;
  }
}
@media all and (max-width: 767px) {
  section.mainBanner-container {
    max-height: 310px;
    min-height: 290px;
  }
  section.mainBanner-container .content-container .textarea h1 {
    font-size: 2.7em;
  }
  section.mainBanner-container img.bannerMain {
    opacity: 0;
    min-height: 290px;
  }
}
article.mainContent-container {
  overflow: hidden;
  margin: 4.5% 0 4.5%;
  display: inline-block;
  max-width: 100%;
}
article.mainContent-container h1 {
  font-size: 2.33em;
}
article.mainContent-container h2,
article.mainContent-container h3,
article.mainContent-container h4 {
  font-size: 1.43em;
  margin-top: 1.6em;
  font-weight: 500;
}
article.mainContent-container h2.noMarginTop,
article.mainContent-container h3.noMarginTop,
article.mainContent-container h4.noMarginTop {
  margin-top: 0;
}
article.mainContent-container h5 {
  font-size: 1.3em;
  margin-top: 1.6em;
  color: #f997a9;
  font-weight: 500;
}
article.mainContent-container a {
  color: #585858;
}
article.mainContent-container a:hover {
  text-decoration: none;
}
article.mainContent-container ol,
article.mainContent-container ul {
  padding: 0;
}
article.mainContent-container ol li,
article.mainContent-container ul li {
  list-style: none;
  margin: 7px 0;
}
article.mainContent-container ol li:before,
article.mainContent-container ul li:before {
  font-family: FontAwesome;
  content: "\f00c";
  color: #555A6F;
  font-size: 131%;
  margin-right: 15px;
}
@media all and (max-width: 992px) {
  article.mainContent-container .alignright {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  article.mainContent-container .alignright {
    width: 100%;
    margin-bottom: 15px;
  }
}
/* ==========================================================================
   About us page
   ========================================================================== */
section.team-container {
  text-align: center;
  padding: 0em 0 1em 0;
  overflow: hidden;
}
section.team-container header.title {
  padding-top: 1.8em;
  margin-bottom: 3em;
  border-top: 1px solid #E5E5E5;
}
section.team-container ul.teamMembers > li {
  list-style: none;
  width: 48.5%;
  margin: 0 3% 0 0;
  display: block;
  float: left;
  position: relative;
}
section.team-container ul.teamMembers > li:nth-child(2n+2) {
  margin-right: 0;
  clear: right;
}
section.team-container ul.teamMembers > li:nth-child(2n-1) {
  margin-right: 0;
  clear: left;
}
section.team-container ul.teamMembers > li a.team {
  height: 260px;
  width: 260px;
  -webkit-border-radius: 400px;
  -moz-border-radius: 400px;
  border-radius: 400px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  z-index: 3;
}
section.team-container ul.teamMembers > li a.team span {
  color: #ffffff;
  background: none;
  font-size: 0.88em;
  padding: 8px 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  border: none;
  outline: none;
  border: 1px solid #fff;
  display: inline-block;
  margin-top: 18px;
  opacity: 0;
  z-index: 2;
  position: absolute;
  padding: 16px 9px;
  bottom: 0%;
  left: 50%;
  margin-top: 40px;
  height: 35px;
  font-size: 90%;
  width: 100px;
  line-height: 0;
  margin-left: -46px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.team-container ul.teamMembers > li a.team span:before {
  background: none;
}
section.team-container ul.teamMembers > li a.team span:hover {
  background: #000;
}
section.team-container ul.teamMembers > li a.team:before {
  opacity: 0;
  background: #555a6f;
  height: 100%;
  width: 100%;
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-border-radius: 400px;
  -moz-border-radius: 400px;
  border-radius: 400px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.team-container ul.teamMembers > li a.team img {
  width: 100%;
  height: 100%;
}
section.team-container ul.teamMembers > li a.team:hover span {
  opacity: 1;
  margin-bottom: -25px;
  bottom: 50%;
}
section.team-container ul.teamMembers > li a.team:hover span:hover {
  background: #fff;
  color: #333;
}
section.team-container ul.teamMembers > li a.team:hover:before {
  opacity: 0.8;
}
section.team-container ul.teamMembers > li .head {
  position: relative;
  z-index: 1;
}
section.team-container ul.teamMembers > li h3 {
  margin-bottom: 3px;
}
section.team-container ul.teamMembers > li span.subTitle {
  font-weight: 600;
  color: #c4c4c4;
  display: block;
}
section.team-container ul.teamMembers > li .Introduction {
  display: block;
  margin-top: 22px;
  margin-bottom: 12px;
}
section.team-container ul.teamMembers > li .Introduction p {
  font-weight: 300;
}
section.team-container ul.teamMembers > li ul.sm-container {
  display: inline-block;
}
section.team-container ul.teamMembers > li ul.sm-container li {
  list-style: none;
  float: left;
}
section.team-container ul.teamMembers > li ul.sm-container li a {
  background: #E5E5E5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  height: 29px;
  width: 29px;
  text-align: center;
  -webkit-border-radius: 400px;
  -moz-border-radius: 400px;
  border-radius: 400px;
  color: #fff;
  font-size: 15px;
  margin: 0 4px;
}
section.team-container ul.teamMembers > li ul.sm-container li a.fb {
  padding-top: 3px;
}
section.team-container ul.teamMembers > li ul.sm-container li a.gp {
  padding-top: 2px;
}
section.team-container ul.teamMembers > li ul.sm-container li a.tw {
  padding-top: 3px;
}
section.team-container ul.teamMembers > li ul.sm-container li a.li {
  padding-top: 2px;
}
section.team-container ul.teamMembers > li ul.sm-container li a:hover {
  background: #555a6f;
}
@media only screen and (max-width: 992px) {
  section.team-container ul.teamMembers > li a.team {
    width: 230px;
    height: 230px;
  }
}
@media only screen and (max-width: 768px) {
  section.team-container header.title {
    margin-bottom: 4em;
  }
  section.team-container ul.teamMembers > li {
    width: 50%;
    margin: 0;
  }
}
@media only screen and (max-width: 610px) {
  section.team-container ul.teamMembers > li {
    width: 100%;
    margin: 14px 0;
  }
  section.team-container ul.teamMembers > li a.team {
    width: 200px;
    height: 200px;
  }
}
/* ==========================================================================
   Gallery page
   ========================================================================== */
section.gallery-container {
  text-align: center;
  padding: 0em 0 1em 0;
  position: relative;
}
section.gallery-container nav {
  padding-top: 1.6em;
  margin-bottom: 2em;
}
section.gallery-container nav ul {
  list-style: none;
  display: inline-block;
}
section.gallery-container nav ul li {
  float: left;
}
section.gallery-container nav ul li span {
  cursor: pointer;
  color: #ffffff;
  background: #333333;
  display: inline-block;
  font-size: 0.88em;
  padding: 8px 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  border: none;
  outline: none;
  padding: 5px 20px;
  margin-top: 0;
  background: none;
  color: #666;
  display: block;
}
section.gallery-container nav ul li span:before {
  background: #333333;
}
section.gallery-container nav ul li span:hover {
  background: #000;
}
section.gallery-container nav ul li span.active {
  background: #333;
  color: #fff;
}
section.gallery-container #main-gallery {
  width: 100;
}
section.gallery-container #main-gallery .gallery {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: none;
  overflow: hidden;
  width: 31.33%;
  margin: 0 1% 0 1%;
  float: left;
}
section.gallery-container #main-gallery .gallery a {
  margin-bottom: 4.5%;
  display: block;
}
section.gallery-container #main-gallery .gallery a img {
  max-width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section.gallery-container nav {
    margin-bottom: 1em;
  }
  section.gallery-container #main-gallery .gallery {
    width: 48%;
  }
}
/* ==========================================================================
   Prices page
   ========================================================================== */
section.price-container {
  margin-top: 2.5%;
  margin-bottom: 1em;
  background: #ffffff;
  padding: 0 1em 0.5em;
}
section.price-container .table-holder {
  width: 100%;
}
section.price-container #masonry.multiple {
  margin-left: -3%;
  width: 106%;
}
section.price-container #masonry.multiple .table-container {
  width: 48.5%;
  padding-left: 3%;
}
section.price-container .table-container {
  width: 100%;
  margin-top: 16px;
  float: left;
  margin-bottom: 16px;
}
section.price-container .table-container h3 {
  margin-top: 0;
}
section.price-container .table-container .table {
  width: 100%;
  max-width: 100%;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
section.price-container .table-container .table p {
  margin: 0;
}
section.price-container .table-container .table tr {
  width: 100%;
  background-color: #ffffff;
}
section.price-container .table-container .table tr:nth-child(odd) {
  background-color: #f9f9f9;
}
section.price-container .table-container .table tr td {
  padding: 10px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
section.price-container .table-container .table tr td.text-right {
  font-weight: 700;
  text-align: right;
}
section.price-container aside .map-container {
  width: 100%;
  margin-bottom: 1.5em;
}
section.price-container aside .map-container iframe {
  width: 100%;
  height: 260px;
}
section.price-container aside .map-container p {
  margin: 0;
  line-height: 0;
}
section.price-container aside .address-holder {
  width: 100%;
  background: #f9f9f9;
  float: left;
  padding: 0.5em 1em;
}
@media screen and (max-width: 1170px) {
  section.price-container aside .address-holder {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 830px) {
  section.price-container aside .address-holder {
    font-size: 0.74em;
  }
}
section.price-container aside .address-holder span {
  clear: both;
  float: left;
  width: 100%;
}
section.price-container aside .address-holder span.address-line a {
  float: left;
  margin-right: 10px;
  color: #edbcc7;
}
section.price-container aside .address-holder span.address-line p {
  float: left;
  margin-top: 1px;
}
section.price-container aside .address-holder span.address-line p br {
  display: none;
}
section.price-container aside .address-holder span.phone-number a i {
  float: left;
  margin-right: 10px;
  color: #edbcc7;
}
section.price-container aside .address-holder span.phone-number a p {
  float: left;
  margin-top: -4px;
  color: #585858;
  margin-bottom: 0;
}
section.price-container aside .address-holder span.phone-number a p br {
  display: none;
}
section.price-container aside .address-holder span.phone-number a:hover p {
  text-decoration: underline;
}
section.price-container aside .opening-hours {
  width: 100%;
  background: #f9f9f9;
  float: left;
  margin-top: 1.5em;
}
section.price-container aside .opening-hours .table {
  width: 100%;
  float: left;
}
section.price-container aside .opening-hours .table tbody {
  width: 100%;
  float: left;
}
section.price-container aside .opening-hours .table tbody tr {
  width: 100%;
  float: left;
  padding: 0.5em 1em;
}
section.price-container aside .opening-hours .table tbody tr:nth-child(2n) {
  background: #f1f1f1;
}
section.price-container aside .opening-hours .table tbody tr td {
  float: left;
}
section.price-container aside .opening-hours .table tbody tr td.text-right {
  float: right;
  text-align: right;
}
@media all and (max-width: 660px) {
  section.price-container #masonry.multiple {
    margin-left: 0;
    width: 100%;
  }
  section.price-container #masonry.multiple .table-container {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
/* ==========================================================================
   Reviews page
   ========================================================================== */
body.page-template-reviews {
  background: #f9f9f9;
}
ul.reviews-container {
  list-style: none;
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
}
ul.reviews-container li {
  float: left;
  background: #fff;
  width: 23%;
  margin: 1%;
  text-align: center;
  font-size: 98%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
ul.reviews-container li blockquote {
  padding: 1.25em 1.25em;
  margin: 0;
  font-weight: 300;
  font-style: italic;
}
ul.reviews-container li blockquote footer {
  font-size: 92%;
  font-weight: 600;
  font-style: normal;
}
ul.reviews-container li blockquote footer p {
  margin-bottom: 0;
}
@media all and (max-width: 992px) {
  ul.reviews-container li {
    width: 31.33%;
  }
}
@media all and (max-width: 767px) {
  ul.reviews-container li {
    width: 45%;
    margin: 2%;
  }
}
/* ==========================================================================
   Contact page
   ========================================================================== */
h3.title {
  color: #c5c7ca;
  margin-top: 0 !important;
  margin-bottom: -1px;
}
form ul.contactForm {
  list-style: none;
  border: 1px solid #E5E5E5;
  background: #F9F9F9;
  padding: 0 22px;
  margin-top: 5px;
}
form ul.contactForm img {
  width: auto;
  display: inline-block;
}
form ul.contactForm img.wpcf7-captchac {
  float: left;
  margin-top: -1px;
  position: relative;
  margin-right: 10px;
}
form ul.contactForm img.ajax-loader {
  left: 15px;
  position: relative;
}
form ul.contactForm li {
  margin: 12px 0;
  display: inline-block;
  width: 100%;
}
form ul.contactForm li:before {
  content: none;
}
form ul.contactForm li label {
  font-size: 1.1em;
  margin-bottom: 10px;
  display: inline-block;
}
form ul.contactForm li p {
  display: none;
}
form ul.contactForm li span.required {
  color: red;
}
form ul.contactForm li.treatment-list .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}
form ul.contactForm li.treatment-list .wpcf7-list-item {
  width: 48%;
  display: inline-block;
  margin: 3px 0;
}
form ul.contactForm li.treatment-list .wpcf7-list-item-label {
  margin-left: 5px;
  color: #666;
  font-size: 95%;
}
form ul.contactForm li.treatment-list input {
  cursor: pointer;
}
form ul.contactForm li input.wpcf7-text,
form ul.contactForm li textarea,
form ul.contactForm li select {
  width: 100%;
  padding: 7px;
  background: #fff;
  border: 0;
  outline: 1px solid #CCC;
  height: 35px;
  -webkit-appearance: none;
  font-weight: 300;
}
form ul.contactForm li textarea {
  height: auto;
}
form ul.contactForm li .wpcf7-captchar {
  border: 0;
  outline: 1px solid #CCC;
  -webkit-appearance: none;
  height: 27px;
}
form ul.contactForm li .button_text {
  color: #ffffff;
  background: #333333;
  font-size: 0.88em;
  padding: 8px 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  outline: none;
  border: none;
  display: inline-block;
  background: #c5c7ca;
  padding: 10px 25px;
  width: auto;
  cursor: pointer;
}
form ul.contactForm li .button_text:before {
  background: #333333;
}
form ul.contactForm li .button_text:hover {
  background: #000;
}
form span.wpcf7-not-valid-tip {
  font-size: 85%;
}
form div.wpcf7-validation-errors {
  border-color: red;
  font-size: 85%;
  text-align: center;
  color: red;
}
form div.wpcf7-mail-sent-ok {
  border: 2px solid green;
  color: green;
  text-align: center;
  font-size: 85%;
}
@media all and (max-width: 768px) {
  form ul.contactForm img.wpcf7-captchac {
    margin-bottom: 15px;
    display: block;
  }
}
aside.contact-details {
  margin-top: 3% !important;
  margin-bottom: 3% !important;
}
aside.contact-details .map-container iframe {
  height: 250px;
  width: 100%;
}
aside.contact-details .opening-hours .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
aside.contact-details .opening-hours .table tr {
  width: 100%;
}
aside.contact-details .opening-hours .table tr:nth-child(odd) {
  background-color: #f9f9f9;
}
aside.contact-details .opening-hours .table tr td {
  padding: 10px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
aside.contact-details .opening-hours .table tr td.text-right {
  font-weight: 700;
  text-align: right;
}
aside.contact-details .address a.number {
  text-decoration: none;
  color: #585858;
}
aside.contact-details .address a.map {
  color: #c5c7ca;
}
aside.contact-details .address a.map:hover {
  text-decoration: none;
}
/* ==========================================================================
   Book your consultation page
   ========================================================================== */
div.booking-form section.steps {
  margin: 4% 0;
}
div.booking-form section.steps img {
  width: auto;
}
div.booking-form section.steps .step-desc {
  text-align: center;
}
div.booking-form section.steps .step-desc h2 {
  margin-top: 0;
  position: relative;
}
div.booking-form section.steps ul.form {
  max-width: 920px;
  margin: 0 auto;
  background: #F9F9F9;
  list-style: none;
  padding: 1% 2%;
}
div.booking-form section.steps ul.form li {
  margin-top: 1%;
  margin-bottom: 1%;
}
div.booking-form section.steps ul.form span.required {
  color: red;
}
div.booking-form section.steps ul.form label {
  display: block;
  margin-bottom: 7px;
  font-weight: 600;
}
div.booking-form section.steps ul.form br {
  display: none !important;
}
div.booking-form section.steps ul.form input.wpcf7-text,
div.booking-form section.steps ul.form select,
div.booking-form section.steps ul.form textarea {
  width: 100%;
  padding: 7px;
  background: #fff;
  border: 0;
  outline: 1px solid #CCC;
  height: 35px;
  -webkit-appearance: none;
}
div.booking-form section.steps ul.form input[type=checkbox] {
  width: auto;
  height: auto;
  border: 0;
  padding: 7px;
  background: #fff;
  cursor: pointer;
}
div.booking-form section.steps ul.form textarea {
  height: auto;
}
div.booking-form section.steps ul.form select {
  cursor: pointer;
}
div.booking-form section.steps ul.form .wpcf7-list-item {
  width: 32%;
  display: inline-block;
  margin: 0.8% 0;
}
div.booking-form section.steps ul.form .wpcf7-file {
  line-height: 0;
  font-size: 86%;
  cursor: pointer;
}
div.booking-form section.steps.button-container ul.form {
  text-align: center;
}
div.booking-form section.steps.button-container ul.form .captcha img.wpcf7-captchac {
  width: 118px;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: -13px;
}
div.booking-form section.steps.button-container ul.form .captcha input {
  width: auto;
  display: inline-block;
  margin: 0 auto;
  height: auto;
  padding: 5px;
  max-width: 240px;
  margin-left: 8px;
}
div.booking-form section.steps.button-container ul.form .button_text {
  color: #ffffff;
  background: #333333;
  font-size: 0.88em;
  padding: 8px 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  outline: none;
  border: none;
  display: inline-block;
  margin: 18px auto 0;
  background: #c5c7ca;
  padding: 10px 25px;
  width: auto;
  cursor: pointer;
  margin-left: 61px;
}
div.booking-form section.steps.button-container ul.form .button_text:before {
  background: #333333;
}
div.booking-form section.steps.button-container ul.form .button_text:hover {
  background: #000;
}
div.booking-form section.steps.button-container ul.form .ajax-loader {
  display: inline-block;
}
div.booking-form div.wpcf7-response-output {
  max-width: 920px;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 85%;
  margin-top: -30px;
  color: red;
  margin: 0 auto;
  margin-top: -24px;
  margin-bottom: 40px;
}
div.booking-form div.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: green;
  border-color: green;
}
div.booking-form span.wpcf7-not-valid-tip {
  font-size: 85%;
  margin-top: 5px;
}
@media all and (max-width: 767px) {
  div.booking-form section.steps.button-container ul.form .captcha img.wpcf7-captchac {
    display: block;
    margin-bottom: 15px;
  }
  div.booking-form section.steps.button-container ul.form .captcha input {
    margin: 0 auto;
    display: block;
  }
  div.booking-form section.steps.button-container ul.form .button_text {
    margin-left: 0;
  }
  div.booking-form section.steps.button-container ul.form .ajax-loader {
    display: block;
  }
}
/* ==========================================================================
   Footer
   ========================================================================== */
footer.main {
  font-size: 0.88em;
  font-weight: 300;
  line-height: 1.95;
  padding: 3em 0 6em 0;
  position: relative;
  background-size: cover!important;
}
footer.main .address-container img {
  width: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 80%;
}
footer.main .address-container address {
  color: #fff;
  font-size: ;
  font-style: normal;
  line-height: 2.25;
}
footer.main .address-container a {
  color: #fff;
  text-decoration: none;
}
footer.main .address-container a:hover {
  text-decoration: underline;
}
footer.main .address-container a.button {
  color: #ffffff;
  background: #333333;
  display: inline-block;
  font-size: 0.88em;
  padding: 8px 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  border: none;
  outline: none;
  padding: 5px 20px;
  margin-top: 44px;
  background: #edbcc7;
}
footer.main .address-container a.button:before {
  background: #333333;
}
footer.main .address-container a.button:hover {
  background: #000;
}
footer.main h2 {
  color: #fff;
  font-size: 1.55em;
  margin-bottom: 16px;
}
footer.main ul#menu-footer-menu li a {
  color: #edbcc7;
  text-decoration: none;
}
footer.main ul#menu-footer-menu li a:hover {
  text-decoration: underline;
}
footer.main ul li {
  list-style: none;
  margin: 5px 0;
}
footer.main ul li span.title {
  color: #edbcc7;
}
footer.main ul li span.title a {
  color: #edbcc7;
  text-decoration: none;
}
footer.main ul li span.title a:hover {
  text-decoration: underline;
}
footer.main ul li span.content {
  color: #fff;
}
footer.main ul li span.content a {
  color: #fff;
  text-decoration: none;
}
footer.main ul li span.content a:hover {
  text-decoration: underline;
}
footer.main .opening-hours {
  padding-left: 34px;
}
footer.main .opening-hours a.button {
  color: #ffffff;
  background: #333333;
  display: inline-block;
  font-size: 0.88em;
  padding: 8px 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  border: none;
  outline: none;
  padding: 5px 20px;
  margin-top: 23px;
  background: #edbcc7;
}
footer.main .opening-hours a.button:before {
  background: #333333;
}
footer.main .opening-hours a.button:hover {
  background: #000;
}
div.credits {
  color: #727979;
  background: #000;
  font-size: 0.89em;
  padding: 16px 0 4px 0;
}
div.credits a {
  color: #727979;
  text-decoration: none;
  display: inline-block;
  margin-top: -3px;
  padding: 3px;
  line-height: 1.1;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
div.credits a:hover {
  background: #29AAE2;
  color: #fff;
}
@media all and (max-width: 767px) {
  div.credits {
    text-align: center;
  }
}
/* ==========================================================================
    Blog page
   ========================================================================== */
section.blog {
  margin-top: 2.6em;
  margin-bottom: 2.6em;
}
ul.blogPosts-container li.row {
  display: block!important;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: 1px solid #E5E5E5;
}
ul.blogPosts-container li.row:nth-child(odd) div.img-container {
  float: right;
  margin-left: 50%;
}
ul.blogPosts-container li.row:nth-child(odd) div.text-container {
  float: left;
  position: absolute;
  bottom: 50%;
}
ul.blogPosts-container li.row > div {
  align-items: stretch;
  position: relative;
}
ul.blogPosts-container .text-container {
  width: 50%;
  margin: 0;
}
ul.blogPosts-container .text-container .textarea {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
ul.blogPosts-container .text-container .textarea .inner {
  max-width: 530px;
  margin: 0 auto;
  padding: 25px;
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  ul.blogPosts-container .text-container .textarea .inner {
    max-width: 400px;
  }
}
ul.blogPosts-container .text-container .textarea .inner.post-content {
  margin-top: 0;
  text-align: center;
}
ul.blogPosts-container .text-container .textarea .inner.post-content h1 {
  margin-top: 0;
}
ul.blogPosts-container .text-container .textarea .inner.post-content h1 a {
  color: #333;
  text-decoration: none;
}
ul.blogPosts-container .text-container .textarea .inner.post-content p {
  margin: 0;
  margin-top: 20px;
}
ul.blogPosts-container .text-container .textarea .inner.post-content p.date {
  margin-top: 0;
  margin-bottom: 0;
}
ul.blogPosts-container .text-container .textarea .inner.post-content p a {
  color: #edbcc7;
  margin-left: 8px;
}
ul.blogPosts-container .text-container .textarea .inner.post-content p a i {
  font-size: 0.65em;
  margin-left: -2px;
  text-decoration: underline;
}
ul.blogPosts-container .text-container .textarea .inner.post-content p a:hover {
  text-decoration: none;
}
ul.blogPosts-container .text-container .textarea .inner.post-content p a:hover i {
  text-decoration: none;
}
ul.blogPosts-container .text-container .textarea .inner.post-content a.readMore {
  color: #edbcc7;
  display: block;
  margin: 14px 0 20px 0;
}
ul.blogPosts-container .text-container .textarea .inner.post-content a.readMore:hover {
  text-decoration: none;
}
ul.blogPosts-container .text-container .textarea .inner ul.social {
  list-style: none;
  display: inline-block;
}
ul.blogPosts-container .text-container .textarea .inner ul.social li {
  float: left;
}
ul.blogPosts-container .text-container .textarea .inner ul.social li a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}
ul.blogPosts-container .text-container .textarea .inner ul.social li a span {
  background: #E5E5E5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  height: 29px;
  width: 29px;
  text-align: center;
  -webkit-border-radius: 400px;
  -moz-border-radius: 400px;
  border-radius: 400px;
  color: #fff;
  margin: 0 2px;
}
ul.blogPosts-container .text-container .textarea .inner ul.social li a span.fb {
  padding-top: 6px;
}
ul.blogPosts-container .text-container .textarea .inner ul.social li a span.gp {
  padding-top: 6px;
}
ul.blogPosts-container .text-container .textarea .inner ul.social li a span.tw {
  padding-top: 6px;
}
ul.blogPosts-container .text-container .textarea .inner ul.social li a span.mail {
  padding-top: 6px;
}
ul.blogPosts-container .text-container .textarea .inner ul.social li a span:hover {
  background: #555a6f;
}
ul.blogPosts-container .img-container {
  width: 50%;
  margin: 0;
  overflow: hidden;
  position: relative;
}
ul.blogPosts-container .img-container span {
  color: #ffffff;
  background: none;
  font-size: 0.88em;
  padding: 8px 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  border: none;
  outline: none;
  border: 1px solid #fff;
  display: inline-block;
  margin-top: 18px;
  opacity: 0;
  z-index: 2;
  position: absolute;
  padding: 16px 9px;
  line-height: 0;
  bottom: 00%;
  left: 50%;
  height: 35px;
  font-size: 90%;
  width: 100px;
  margin-left: -46px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul.blogPosts-container .img-container span:before {
  background: none;
}
ul.blogPosts-container .img-container span:hover {
  background: #000;
}
ul.blogPosts-container .img-container:before {
  opacity: 0;
  background: #555a6f;
  height: 100%;
  width: 100%;
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul.blogPosts-container .img-container:hover span {
  opacity: 1;
  margin-bottom: -15px;
  bottom: 50%;
}
ul.blogPosts-container .img-container:hover span:hover {
  background: #fff;
  color: #333;
}
ul.blogPosts-container .img-container:hover:before {
  opacity: 0.8;
}
ul.blogPosts-container .img-container img {
  width: 100%;
  min-height: 345px;
}
ul.blogPosts-container li.no-featuredIMG {
  display: block;
  float: none;
  position: inherit;
}
ul.blogPosts-container li.no-featuredIMG .text-container {
  position: relative !important;
  bottom: 0 !important;
  margin-left: 0 !important;
  float: none !important;
  width: 100%;
}
ul.blogPosts-container li.no-featuredIMG .text-container .textarea {
  position: relative !important;
  left: 0% !important;
  top: 0% !important;
  -webkit-transform: translate(0%, 0%) !important;
  -ms-transform: translate(0%, 0%) !important;
  transform: translate(0%, 0%) !important;
}
@media only screen and (max-width: 992px) {
  ul.blogPosts-container .text-container .textarea .inner.post-content h1 {
    font-size: 2.55em;
  }
}
html[data-useragent*='MSIE 10.0'] ul.blogPosts-container li.row {
  display: block;
}
html[data-useragent*='MSIE 10.0'] ul.blogPosts-container li.row .img-container {
  display: none;
}
html[data-useragent*='MSIE 10.0'] ul.blogPosts-container li.row div.text-container {
  left: 0  !important;
  top: 0  !important;
  position: relative  !important;
  -webkit-transform: translate(0%, 0%) !important;
  -ms-transform: translate(0%, 0%) !important;
  transform: translate(0%, 0%) !important;
}
html[data-useragent*='MSIE 10.0'] ul.blogPosts-container li.row div.text-container .textarea {
  left: 0  !important;
  top: 0  !important;
  position: relative  !important;
  -webkit-transform: translate(0%, 0%) !important;
  -ms-transform: translate(0%, 0%) !important;
  transform: translate(0%, 0%) !important;
}
@media all and (max-width: 767px) {
  ul.blogPosts-container {
    display: block;
  }
  ul.blogPosts-container li.row {
    display: block;
  }
  ul.blogPosts-container li.row > div {
    align-items: block;
    position: relative;
    width: 100%;
  }
  ul.blogPosts-container li.row.row:nth-child(2n) div.text-container {
    position: relative;
    margin-left: 0;
  }
  ul.blogPosts-container .text-container {
    position: relative !important;
    margin: 15px 0 !important;
  }
  ul.blogPosts-container .text-container .textarea {
    position: relative;
    left: 0;
    transform: none;
    width: 100%;
    padding: 0;
    text-align: center;
    max-height: 350px;
  }
  ul.blogPosts-container .text-container .textarea .inner {
    max-width: 100%;
    padding: 0;
  }
  ul.blogPosts-container .img-container {
    max-height: 140px;
  }
  ul.blogPosts-container .img-container img {
    min-height: 255px;
  }
}
@media all and (max-width: 767px) {
  ul.blocks-container {
    display: block;
  }
  ul.blocks-container li.row {
    display: block;
  }
  ul.blocks-container li.row > div {
    align-items: block;
    position: relative;
  }
  ul.blocks-container li.row.row:nth-child(2n) div.text-container {
    position: relative;
    margin-left: 0;
  }
  ul.blocks-container .text-container .textarea {
    position: relative;
    left: 0;
    transform: none;
    width: 100%;
    padding: 6% 2.5%;
    text-align: center;
    max-height: 350px;
  }
  ul.blocks-container .text-container .textarea .mCustomScrollBox {
    max-width: 100%;
  }
  ul.blocks-container .text-container .textarea .inner {
    max-width: 100%;
  }
  ul.blocks-container .text-container .textarea .inner h2 {
    text-align: center;
  }
  ul.blocks-container .img-container {
    max-height: 190px;
  }
  section.blockFullwidth-container a h2 {
    font-size: 1.44em;
    line-height: 1.2;
  }
}
div#navbelow {
  position: relative;
  display: table;
  margin: 0 auto;
}
div#navbelow .pagination {
  margin-top: 2.6em;
}
div#navbelow .pagination a,
div#navbelow .pagination span {
  width: 30px;
  height: 27px;
  margin-right: 5px;
  padding-top: 3px;
  display: inline-block;
  text-align: center;
  background-color: #E5E5E5;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div#navbelow .pagination a:hover,
div#navbelow .pagination span:hover {
  background-color: #edbcc7;
}
div#navbelow .pagination span {
  background-color: #edbcc7;
}
.page-template-about-us-php section.patientReviews-container {
  display: none;
}
