/* CSS Document */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/* Variables */
/*! Typography */
html {
  background: #ededed; }

body {
  font-size: 62.5% !important;
  font-family: 'Open Sans',sans-serif;
  max-width: 1500px;
  margin: 0 auto;
  background: #fff; }

h1, h2, h3, h4, h5, h6, h7 {
  font-weight: normal;
  margin: 0 0 15px;
  line-height: 1.2; }

h1, .h1 {
  font-size: 3.6em;
  line-height: 1.16;
  font-weight: 300; }

h2, .h2 {
  font-size: 2.4em;
  line-height: 1.25;
  font-weight: 300; }

h3, .h3 {
  font-size: 1.8em;
  line-height: 1.33; }

h4, .h4 {
  font-size: 1.6em;
  line-height: 1.375; }

h5, .h5 {
  font-size: 1.4em;
  line-heigh: 1.43; }

h6, .h6 {
  font-size: 1.2em;
  line-height: 1.5; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 65%;
  color: #666; }

* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
  margin-top: 25px; }

.uppercase-heading {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2em;
  text-align: center; }

.uppercase-heading a {
  text-decoration: none;
  color: inherit; }

p, li, dl, address {
  font-size: 1.4em;
  margin: 0 0 10px;
  line-height: 1.55; }

.with-lead > p:first-of-type,
p.lead {
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.3; }

address {
  font-style: normal; }

a {
	color: #6da0b5;
}

a:hover {
  text-decoration: none; }

.link-reset {
  color: inherit;
  text-decoration: none; }

/* Lists */
ul, ol {
  margin: 0;
  padding: 0 0 0 20px; }

ul ul, ol ol, ul ol, ol ul {
  padding: 15px 0 0 40px; }

ol ol {
  list-style: lower-roman; }

li li {
  font-size: 1em; }

.reset-list {
  list-style: none;
  margin: 0;
  padding: 0; }

hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin: 30px 0; }

dl {
  margin: 0 0 15px; }

dt {
  font-weight: 700; }

dd {
  margin: 0; }

dt, dd {
  line-height: 1.45; }

pre {
  padding: 10px;
  background: #fafafa;
  font: 1.4em/1.4 Consolas, monospace, serif;
  color: #6da0b5;
  -moz-tab-size: 4;
  tab-size: 4;
  overflow: auto;
  border: 1px solid #e5e5e5;
  border-radius: 3px; }

.dl-horizontal dt {
  clear: left;
  float: left;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px; }

.dl-horizontal dd {
  margin-left: 180px; }

.dl-horizontal dd:before {
  content: '';
  display: table; }

blockquote {
  margin: 0;
  padding: 35px 0;
  color: #666; }

blockquote:before {
  content: open-quote;
  font-size: 100px;
  font-family: Georgia, serif;
  display: block;
  height: 50px;
  position: relative;
  top: -50px;
  color: #ccc;
  transition: all 1s ease; }

blockquote:after {
  content: close-quote;
  font-size: 100px;
  font-family: Georgia, serif;
  display: block;
  height: 50px;
  position: relative;
  top: -20px;
  color: #ccc;
  transition: all 1s ease; }

.flex-active-slide blockquote:before {
  font-size: 200px;
  top: -100px; }

.flex-active-slide blockquote:after {
  font-size: 200px;
  top: -50px; }

blockquote > p {
  font-size: 2.4em;
  line-height: 1.2;
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
  font-style: italic;
  margin: 0 0 20px; }

blockquote footer {
  font-size: 1.2em;
  text-transform: uppercase; }

blockquote footer cite {
  font-style: normal; }

.quote-outdented {
  margin-left: -50px; }

.quote-indented {
  padding-left: 20px;
  border-left: 5px solid #ccc; }

.quote-pullout {
  width: 50%;
  margin: 0 20px 10px 0;
  float: left;
  font-style: italic;
  max-width: 400px;
  padding: 20px;
  background: #e6e6e6; }

.quote-pullout > p {
  font-size: 2em; }

@media only screen and (min-width: 480px) {
  .quote-pullout {
    width: 50%;
    margin: 0 20px 10px 0;
    float: left;
    font-style: italic;
    max-width: 400px;
    padding: 20px;
    background: #e6e6e6; }

  .quote-pullout > p {
    font-size: 3em; } }
.quote-right {
  text-align: right; }

.quote-right.quote-pullout {
  float: right;
  margin: 0 0 10px 20px; }

.quote-right.quote-indented {
  border-left: none;
  border-right: 5px solid #ccc;
  padding-right: 20px;
  padding-left: 0; }

.badge {
  display: inline-block;
  padding: 0 5px;
  background: #009dd8;
  font-size: 80%;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-transform: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.3);
  background-origin: border-box;
  background-image: linear-gradient(to bottom, #00b4f5, #008dc5);
  border-radius: 2px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase; }

.badge-danger {
  background: #C9181B; }

@media only screen and (min-width: 1500px) {
  html {
    background: #ededed url(../img/blur-bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed; } }
@media only screen and (min-width: 1024px) {
  .lg-text-columns-2 {
    column-count: 2;
    text-align: left;
    column-gap: 40px; } }
/*! Framework */
body {
  height: auto !important; }

img {
  max-width: 100%;
  height: auto; }

.page-content {
  background: #ededed;
  padding: 20px 0; }
  .blog-search + .page-content {
    padding: 0; }

.page-heading {
  color: #6da0b5;
  padding: 20px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 3em; }

.page-heading span {
  color: #666;
  font-size: 50%;
  display: block; }

.page-heading a {
  color: inherit;
  text-decoration: none; }

.page-content-feature-image {
  width: 100%;
  margin: 0 0 20px; }

.row.last-row {
  padding-bottom: 40px; }

.breakout {
  background: #ededed;
  margin: 0 0 20px; }

@media screen and (min-width: 768px) {
  .page-heading {
    font-size: 3.8em;
    padding: 60px; }

  .page-content-feature-image {
    margin: 0 0 60px; }

  .row.last-row {
    padding-bottom: 60px; } }
@media screen and (min-width: 1200px) {
  .page-heading {
    font-size: 3.8em;
    padding: 80px; } }
.centre-page-actions {
  text-align: center; }

/*! Helpers */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after,
.clear-both {
  clear: both; }

.hide {
  display: none; }

/*! Forms */
label {
  display: block;
  margin: 0 0 3px; }

.lg-input {
  font-size: 2em; }

.sm-input {
  font-size: 1.1em; }

/*--
FORM INLINE
--*/
.form-inline p {
  display: inline-block;
  margin: 0 10px 0 0; }

.form-inline label {
  display: inline-block;
  padding: 0 3px 0 0; }

.form-inline input {
  width: auto !important; }

/*--
FORM HORIZONTAL
--*/
.form-horizontal label {
  display: inline-block;
  width: 200px;
  text-align: right;
  padding-right: 10px; }

.form-horizontal .checkbox label,
.form-horizontal .radio label {
  text-align: left; }

.form-horizontal .checkbox,
.form-horizontal .radio {
  padding-left: 204px; }

/*--
INPUTS
--*/
input, textarea, select {
  -moz-appearance: none;
  -webkit-appearance: none; }

textarea {
  height: 100px;
  resize: vertical; }

select {
  position: relative;
  background: #fff url(../img/select-arrow.png) no-repeat center right 10px; }

.standard-form-control {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  width: 250px;
  outline-width: 0; }

select.standard-form-control {
  background: #fff url(../img/select-arrow.png) no-repeat center right 10px; }

input + label {
  display: inline-block; }

.help-block,
.help-inline {
  color: #666; }

.help-block {
  display: block;
  padding: 4px 0 0; }

.help-inline {
  display: inline-block;
  margin: 0 0 0 10px; }

.form-action-right {
  text-align: right; }

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer; }

[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  transition: border-color 0.2s, box-shadow 0.2s; }

[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  text-align: center;
  color: #000;
  transition: all .2s;
  display: block;
  background: #000;
  border-radius: 5px; }

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

[type="checkbox"]:checked:focus + label:before, [type="checkbox"]:not(:checked):focus + label:before {
  outline: none; }

[type="radio"] + label {
  display: inline-block; }

[type="radio"]:not(:checked), [type="radio"]:checked {
  position: absolute;
  left: -9999px; }

[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer; }

[type="radio"]:not(:checked) + label:before, [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 50%;
  transition: border-color 0.2s, box-shadow 0.2s; }

[type="radio"]:not(:checked) + label:after, [type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  transition: all .2s; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

[type="radio"]:checked:focus + label:before, [type="radio"]:not(:checked):focus + label:before {
  outline: none; }

.radio-inline p,
.checkbox-inline p {
  display: inline-block;
  margin-right: 10px; }

/*! Header */
.header-holder {
  margin: 0 auto;
  position: relative;
  transition: height 500ms; }

.site-header {
  background: #fff;
  z-index: 1000;
  width: 100%;
  transition: height 500ms;
  padding: 10px 20px; }

.site-header h1 {
  margin: 0; }

.main-logo {
  width: 105px;
  height:61px;
  display: block; }

.main-logo svg {
  width: 105px;
  height: 61px; }

@media screen and (min-width: 768px) {
  .site-header {
    padding: 20px; } }
@media screen and (min-width: 480px) {
  .site-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #ededed;
    backdrop-filter: blur(10px); } }
@media screen and (min-width: 1024px) {
  .site-header {
    background: rgba(255, 255, 255, 0.95); } }
@media screen and (min-width: 1500px) {
  .site-header {
    width: 1500px;
    left: 50%;
    margin-left: -750px; } }
/*! Footer */
.page-wrap {
  margin-bottom: 0; }

.night .site-footer:after {
  content: '';
  display: block;
  width: 58px;
  height: 90px;
  background: url(../img/footer-owl.png) no-repeat left top;
  position: absolute;
  right: 20px;
  top: -88px; }

.morning .site-footer:after {
  content: '';
  display: block;
  width: 109px;
  height: 39px;
  background: url(../img/footer-bird.png) no-repeat left top;
  position: absolute;
  right: 20px;
  top: -39px; }

.afternoon .site-footer:after {
  content: '';
  display: block;
  width: 49px;
  height: 102px;
  background: url(../img/footer-bee.png) no-repeat left top;
  position: absolute;
  right: 20px;
  top: -102px; }

.site-footer {
  background: #6da0b5;
  padding: 30px 30px 60px;
  position: relative; }

.site-footer h2 {
  text-transform: uppercase;
  font-size: 1.6em;
  color: #fff;
  margin: 0 0 1em;
  font-weight: normal; }

.site-footer ul {
  margin: 0 0 1em;
  padding: 0;
  list-style: none; }

.site-footer li {
  padding: 0;
  font-size: 1.4em;
  margin: 0 0 20px; }

.site-footer a {
  color: #fff;
  text-decoration: none; }

.site-footer small {
  color: #fff;
  font-size: 1.2em; }

.footer-section {
  padding: 0 0 20px; }

.footer-section li {
  margin: 0 0 10px; }

.follow-us {
  margin: 0;
  padding: 20px 0 0;
  list-style: none; }

.follow-us li {
  float: left;
  margin: 0 10px 1px 0;
  font-size: 4em; }

.follow-us a {
  display: block;
  transition: all .25s ease; }

.follow-us a:hover {
  opacity: 0.8; }

@media screen and (min-width: 480px) {
  .page-wrap {
    padding-top: 81px; }

  .footer-section {
    width: 33%;
    float: left;
    padding: 0 0 40px 0; }

  .footer-section-faqs {
    width: 66%; }

  .site-footer .follow-us {
    float: right;
    padding: 0 0 0;
    clear: both; }

  .site-footer small {
    display: block;
    padding: 20px 0 0; }

  .site-footer {
    background: #6da0b5;
    padding: 30px 30px 60px; } }
@media screen and (max-width: 767px) {
  .site-footer small {
    clear: both; } }
@media screen and (min-width: 768px) {
  .page-wrap {
    padding-top: 101px; }

  .follow-us li {
    float: left;
    margin: 0 0 0 20px;
    font-size: 4em; } }
@media screen and (min-width: 1024px) {
  .site-footer {
    padding: 30px; }

  .footer-section {
    float: left;
    width: 17%; }

  .footer-section-faqs {
    width: 32%; } }
/*! Grid */

.holder_1 {
  max-width: 480px;
  margin: 0 auto; }
  
.holder {
  max-width: 480px;
  margin: 0 auto; }

[class*='xs-col-'] {
  float: left; }

.reverse-row [class*='xs-col-'] {
  float: right; }

.xs-col-1-1 {
  width: 100%; }

.xs-col-1-2 {
  width: 50%; }

.xs-col-1-3 {
  width: 33.33%; }

.xs-col-2-3 {
  width: 66.66%; }

.xs-col-1-4 {
  width: 25%; }

.xs-col-3-4 {
  width: 75%; }

.xs-push-1-4 {
  margin-left: 25%; }

.xs-push-3-4 {
  margin-left: 75%; }

.xs-push-1-2 {
  margin-left: 50%; }

.xs-push-1-3 {
  margin-left: 33.33%; }

.xs-push-2-3 {
  margin-left: 66.66%; }

.row {
  clear: both;
  padding: 0 1px;
  margin: 0; }

.row:before,
.row:after {
  content: "";
  display: table; }

.row:after {
  clear: both; }

.column-content {
  padding: 20px;
  margin: 0 1px; }

.column-content--no-hz-padding {
  padding-left: 0;
  padding-right: 0; }

.column-content--no-vt-padding {
  padding-top: 0;
  padding-bottom: 0; }

.column-content--no-t-padding {
  padding-top: 0; }

.column-content--no-b-padding {
  padding-bottom: 0; }

.column-content--no-l-padding {
  padding-left: 0; }

.column-content--no-r-padding {
  padding-right: 0; }

.column-content--no-padding {
  padding: 0; }

.column-content--border-right {
  border-right: 1px solid #000;
  margin-right: 0;
  padding-right: 30px; }

.column-content--border-left {
  border-left: 1px solid #000;
  margin-left: 0;
  padding-left: 30px; }

.centre-col {
  margin-left: auto;
  margin-right: auto;
  float: none !important; }

.xs-width-1-1 {
  width: 100%; }

.xs-width-1-2 {
  width: 50%; }

.xs-width-1-3 {
  width: 33.33%; }

.xs-width-1-4 {
  width: 25%; }

.panel-box {
  background: #fafafa;
  border: 1px solid #ededed;
  border-radius: 4px; }

@media only screen and (min-width: 480px) {
	
   .holder_1 {
    max-width: 768px;
    margin: 0 auto; }
	
  .holder {
    max-width: 768px;
    margin: 0 auto; }

  [class*='sm-col-'] {
    float: left; }

  .reverse-row [class*='sm-col-'] {
    float: right; }

  .sm-col-1-1 {
    width: 100%; }

  .sm-col-1-2 {
    width: 50%; }

  .sm-col-1-3 {
    width: 33.33%; }

  .sm-col-1-4 {
    width: 25%; }

  .sm-col-3-4 {
    width: 75%; }

  .sm-col-2-3 {
    width: 66.66%; }

  .sm-col-1-5 {
    width: 20%; }

  .sm-col-2-5 {
    width: 40%; }

  .sm-col-3-5 {
    width: 60%; }

  .sm-col-4-5 {
    width: 80%; }

  .sm-push-1-4 {
    margin-left: 25%; }

  .sm-push-3-4 {
    margin-left: 75%; }

  .sm-push-1-2 {
    margin-left: 50%; }

  .sm-push-1-3 {
    margin-left: 33.33%; }

  .sm-push-2-3 {
    margin-left: 66.66%; }

  .sm-push-1-5 {
    margin-left: 20%; }

  .sm-push-2-5 {
    margin-left: 40%; }

  .sm-width-1-1 {
    width: 100%; }

  .sm-width-1-2 {
    width: 50%; }

  .sm-width-1-3 {
    width: 33.33%; }

  .sm-width-1-4 {
    width: 25%; } }
@media only screen and (min-width: 768px) {
	.holder_1 {
    max-width: 1024px;
    margin: 0 auto; }
	
  .holder {
    max-width: 1024px;
    margin: 0 auto; }

  .column-content--md-no-hz-padding {
    padding-left: 0;
    padding-right: 0;
    background: #fff; }

  .column-content--md-no-vt-padding {
    padding-top: 0;
    padding-bottom: 0;
    background: #fff; }

  .column-content--md-no-t-padding {
    padding-top: 0; }

  .column-content--md-no-b-padding {
    padding-bottom: 0; }

  .column-content--md-no-l-padding {
    padding-left: 0; }

  .column-content--md-no-r-padding {
    padding-right: 0; }

  .column-content--md-no-padding {
    padding: 0; }

  [class*='md-col-'] {
    float: left; }

  .reverse-row [class*='md-col-'] {
    float: right; }

  .md-col-1-1 {
    width: 100%; }

  .md-col-1-2 {
    width: 50%; }

  .md-col-1-3 {
    width: 33.33%; }

  .md-col-2-3 {
    width: 66.66%; }

  .md-col-3-4 {
    width: 75%; }

  .md-col-1-4 {
    width: 25%; }

  .md-col-1-5 {
    width: 20%; }

  .md-col-2-5 {
    width: 40%; }

  .md-col-3-5 {
    width: 60%; }

  .md-col-4-5 {
    width: 80%; }

  .md-col-1-6 {
    width: 16.66%; }

  .md-col-5-6 {
    width: 83.3%; }

  .md-col-1-7 {
    width: 14.28%; }

  .md-col-2-7 {
    width: 28.56%; }

  .md-col-3-7 {
    width: 42.84%; }

  .md-col-4-7 {
    width: 57.12%; }

  .md-col-5-7 {
    width: 71.4%; }

  .md-col-6-7 {
    width: 85.68%; }

  .md-col-1-8 {
    width: 12.5%; }

  .md-col-3-8 {
    width: 37.5%; }

  .md-col-5-8 {
    width: 62.5%; }

  .md-col-7-8 {
    width: 87.5%; }

  .md-push-1-4 {
    margin-left: 25%; }

  .md-push-3-4 {
    margin-left: 75%; }

  .md-push-1-2 {
    margin-left: 50%; }

  .md-push-1-3 {
    margin-left: 33.33%; }

  .md-push-2-3 {
    margin-left: 66.66%; }

  .md-push-1-5 {
    margin-left: 20%; }

  .md-push-2-5 {
    margin-left: 40%; }

  .md-push-1-7 {
    margin-left: 14.28%; }

  .md-push-2-7 {
    margin-left: 28.56%; }

  .md-push-3-7 {
    margin-left: 42.84%; }

  .md-push-4-7 {
    margin-left: 57.12%; }

  .md-push-5-7 {
    margin-left: 71.4%; }

  .md-push-6-7 {
    margin-left: 85.68%; }

  .md-push-1-8 {
    margin-left: 12.5%; }

  .md-push-3-8 {
    margin-left: 37.5%; }

  .md-push-5-8 {
    margin-left: 62.5%; }

  .md-push-7-8 {
    margin-left: 87.5%; }

  .md-width-1-1 {
    width: 100%; }

  .md-width-1-2 {
    width: 50%; }

  .md-width-1-3 {
    width: 33.33%; }

  .md-width-1-4 {
    width: 25%; } }
@media only screen and (min-width: 1024px) {
  .holder {
    max-width: 1366px;
    margin: 0 auto; }

  .column-content--lg-no-hz-padding {
    padding-left: 0;
    padding-right: 0;
    background: #fff; }

  .column-content--lg-no-vt-padding {
    padding-top: 0;
    padding-bottom: 0;
    background: #fff; }

  .column-content--lg-no-t-padding {
    padding-top: 0; }

  .column-content--lg-no-b-padding {
    padding-bottom: 0; }

  .column-content--lg-no-l-padding {
    padding-left: 0; }

  .column-content--lg-no-r-padding {
    padding-right: 0; }

  .column-content--lg-no-padding {
    padding: 0; }

  [class*='lg-col-'] {
    float: left; }

  .reverse-row [class*='lg-col-'] {
    float: right; }

  .lg-col-1-1 {
    width: 100%; }

  .lg-col-1-2 {
    width: 50%; }

  .lg-col-1-3 {
    width: 33.33%; }

  .lg-col-2-3 {
    width: 66.66%; }

  .lg-col-3-4 {
    width: 75%; }

  .lg-col-1-4 {
    width: 25%; }

  .lg-col-1-5 {
    width: 20%; }

  .lg-col-2-5 {
    width: 40%; }

  .lg-col-3-5 {
    width: 60%; }

  .lg-col-4-5 {
    width: 80%; }

  .lg-col-1-6 {
    width: 16.66%; }

  .lg-col-5-6 {
    width: 83.3%; }

  .lg-col-1-7 {
    width: 14.28%; }

  .lg-col-2-7 {
    width: 28.56%; }

  .lg-col-3-7 {
    width: 42.84%; }

  .lg-col-4-7 {
    width: 57.12%; }

  .lg-col-5-7 {
    width: 71.4%; }

  .lg-col-6-7 {
    width: 85.68%; }

  .lg-col-1-8 {
    width: 12.5%; }

  .lg-col-3-8 {
    width: 37.5%; }

  .lg-col-5-8 {
    width: 62.5%; }

  .lg-col-7-8 {
    width: 87.5%; }

  .lg-push-1-4 {
    margin-left: 25%; }

  .lg-push-3-4 {
    margin-left: 75%; }

  .lg-push-1-2 {
    margin-left: 50%; }

  .lg-push-1-3 {
    margin-left: 33.33%; }

  .lg-push-2-3 {
    margin-left: 66.66%; }

  .lg-push-1-5 {
    margin-left: 20%; }

  .lg-push-2-5 {
    margin-left: 40%; }

  .lg-push-1-7 {
    margin-left: 14.28%; }

  .lg-push-2-7 {
    margin-left: 28.56%; }

  .lg-push-3-7 {
    margin-left: 42.84%; }

  .lg-push-4-7 {
    margin-left: 57.12%; }

  .lg-push-5-7 {
    margin-left: 71.4%; }

  .lg-push-6-7 {
    margin-left: 85.68%; }

  .lg-push-1-8 {
    margin-left: 12.5%; }

  .lg-push-3-8 {
    margin-left: 37.5%; }

  .lg-push-5-8 {
    margin-left: 62.5%; }

  .lg-push-7-8 {
    margin-left: 87.5%; }

  .lg-width-1-1 {
    width: 100%; }

  .lg-width-1-2 {
    width: 50%; }

  .lg-width-1-3 {
    width: 33.33%; }

  .lg-width-1-4 {
    width: 25%; } }
@media only screen and (min-width: 1200px) {
  body {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

  .holder {
    max-width: 1366px;
    margin: 0 auto; }

  [class*='xl-col-'] {
    float: left; }

  .reverse-row [class*='xl-col-'] {
    float: right; }

  .xl-col-1-1 {
    width: 100%; }

  .xl-col-1-2 {
    width: 50%; }

  .xl-col-1-3 {
    width: 33.33%; }

  .xl-col-2-3 {
    width: 66.66%; }

  .xl-col-3-4 {
    width: 75%; }

  .xl-col-1-4 {
    width: 25%; }

  .xl-col-1-5 {
    width: 20%; }

  .xl-col-2-5 {
    width: 40%; }

  .xl-col-3-5 {
    width: 60%; }

  .xl-col-4-5 {
    width: 80%; }

  .xl-col-1-6 {
    width: 16.66%; }

  .xl-col-5-6 {
    width: 83.3%; }

  .xl-col-1-7 {
    width: 14.28%; }

  .xl-col-2-7 {
    width: 28.56%; }

  .xl-col-3-7 {
    width: 42.84%; }

  .xl-col-4-7 {
    width: 57.12%; }

  .xl-col-5-7 {
    width: 71.4%; }

  .xl-col-6-7 {
    width: 85.68%; }

  .xl-col-1-8 {
    width: 12.5%; }

  .xl-col-3-8 {
    width: 37.5%; }

  .xl-col-5-8 {
    width: 62.5%; }

  .xl-col-7-8 {
    width: 87.5%; }

  .xl-push-1-4 {
    margin-left: 25%; }

  .xl-push-3-4 {
    margin-left: 75%; }

  .xl-push-1-2 {
    margin-left: 50%; }

  .xl-push-1-3 {
    margin-left: 33.33%; }

  .xl-push-2-3 {
    margin-left: 66.66%; }

  .xl-push-1-5 {
    margin-left: 20%; }

  .xl-push-2-5 {
    margin-left: 40%; }

  .xl-push-1-7 {
    margin-left: 14.28%; }

  .xl-push-2-7 {
    margin-left: 28.56%; }

  .xl-push-3-7 {
    margin-left: 42.84%; }

  .xl-push-4-7 {
    margin-left: 57.12%; }

  .xl-push-5-7 {
    margin-left: 71.4%; }

  .xl-push-6-7 {
    margin-left: 85.68%; }

  .xl-push-1-8 {
    margin-left: 12.5%; }

  .xl-push-3-8 {
    margin-left: 37.5%; }

  .xl-push-5-8 {
    margin-left: 62.5%; }

  .xl-push-7-8 {
    margin-left: 87.5%; }

  .xl-width-1-1 {
    width: 100%; }

  .xl-width-1-2 {
    width: 50%; }

  .xl-width-1-3 {
    width: 33.33%; }

  .xl-width-1-4 {
    width: 25%; } }
	
/*! General */
/*!
 * animsition v4.0.1
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.no-js .animsition,
.no-js .animsition-overlay {
  position: relative;
  opacity: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/**
 * overlay option
 */
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd; }

/* loading option */
.animsition-loading,
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 100; }

.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading; }

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in; }

@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out; }

/*! Blog Teasers */
.blog-teasers-row {
  text-align: center;
  padding: 20px 1px 0; }

.blog-teasers img {
  width: 100%;
  height: auto;
  display: block; }

.blog-teasers a {
  text-decoration: none;
  color: inherit; }

.blog-image-holder {
  overflow: hidden;
  margin: 0 0 10px; }

.blog-teasers a:hover img {
  transform: scale(1.1, 1.1); }

.blog-teasers h3 {
  margin: 0 0 10px;
  font-size: 2em;
  font-weight: 300; }

@media screen and (min-width: 480px) {
  .blog-teasers-row {
    padding: 2px 1px 0; }
    .blog-teasers-row .uppercase-heading {
      display: none; }

  .blog-teasers {
    margin: 0 -15px; } }
/*! Breadcrumbs */
.breadcrumbs {
  background-color: #f5f5f5;
  border-radius: 5px;
  list-style: outside none none;
  margin-bottom: 20px;
  padding: 8px 15px; }

.breadcrumbs > li {
  display: inline-block;
  margin: 0; }

.breadcrumbs > li + li::before {
  color: #ccc;
  content: "/ ";
  padding: 0 5px; }

.breadcrumbs > .active {
  color: #333; }

/*! Buttons */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 5px;
  text-decoration: none;
  transition: background .2s, border-color .2s, color .2s; }

.btn {
  color: #333;
  background-color: transparent;
  border-color: #ccc;
  text-transform: uppercase;
  font-weight: 300; }

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-primary {
	color: #fff;
	background-color: #8cb4d9;
	border-color: #8cb4d9;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	color: #fff;
	background-color: #577c9e;
	border-color: #577c9e;
}

.btn-secondary {
  color: #fff;
  background-color: #f90;
  border-color: #cc7a00; }

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #fff;
  background-color: #ffad33;
  border-color: #ff9900; }

.btn-tertiary {
  color: #fff;
  background-color: #c30;
  border-color: #c30; }

.btn-tertiary:active,
.btn-tertiary:focus,
.btn-tertiary:hover {
  color: #fff;
  background-color: #992600;
  border-color: #992600; }

.btn-lg {
  font-size: 150%;
  padding: 6px 18px; }

.btn-sm {
  font-size: 90%;
  padding: 4px 8px; }

.btn i {
  font-size: 12px; }

.chapel-tv-links {
  margin: 0 -10px;
  display: flex;
  justify-content: center; }
  .chapel-tv-links li {
    padding: 0 10px;
    width: 50%;
    font-size: 1em;
    margin: 0 0 20px; }
  .chapel-tv-links a {
    color: inherit;
    text-decoration: none;
    display: block;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ededed; }
  .chapel-tv-links img {
    margin: 0 0 10px; }

.channel-list {
  display: block;
  text-align: left;
  max-width: 1024px;
  margin: 0 auto 20px; }

.channel-list li {
  display: inline-block !important;
  margin: 0 0 20px -4px;
  text-align: left;
  vertical-align: top;
  overflow: hidden; }

.chapel-tv-title {
  font-size: 1.4em;
  font-weight: 300;
  margin: 0;
  padding: 0 20px 20px;
  height: 60px;
  overflow: hidden; }

.chapel-tv-links li:nth-child(n+2) {
  display: none; }

.chapel-tv-links li:last-child {
  display: block; }

.chapel-tv-links .block-button-holder {
  position: relative; }

.chapel-tv-links .block-button-holder a {
  position: absolute;
  left: 10px;
  top: 0;
  right: 10px;
  bottom: 0;
  display: flex; }

.chapel-tv-links .block-button-holder a h2 {
  margin: auto;
  padding: 0;
  height: auto;
  text-transform: uppercase;
  font-size: 1.4em; }

.video-image {
  position: relative; }

.video-image img {
  display: block; }

.video-image:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 2; }

.video-image:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  display: block;
  margin: -10px 0 0 -5px;
  z-index: 3;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff; }

.list-videos-row h2 {
  text-align: center; }

.list-videos-row {
  padding: 20px 0 0; }

.list-videos-row:nth-child(2n) {
  background: #ededed; }

@media screen and (min-width: 480px) {
  .chapel-tv-links li {
    width: 50%; }

  .chapel-tv-title {
    font-size: 1.6em; } }
@media screen and (min-width: 768px) {
  .channel-list {
    text-align: center; }

  .chapel-tv-links li {
    width: 33.333%; }

  .chapel-tv-links li:nth-child(2) {
    display: block; }

  .list-videos-row {
    padding: 40px 0 20px; } }
@media screen and (min-width: 768px) {
  .chapel-tv-links li {
    width: 25%; }

  .chapel-tv-links li:nth-child(3) {
    display: block; }

  .channel-list li {
    width: 227px !important; } }
@media screen and (min-width: 1024px) {
  .chapel-tv-links li {
    width: 20%; }

  .chapel-tv-links li:nth-child(4) {
    display: block; } }
@media screen and (min-width: 1200px) {
  .chapel-tv-links li {
    width: 16.666%; }

  .chapel-tv-links li:nth-child(5) {
    display: block; } }
.feature-expert-advice {
  margin: 0 10px 20px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden; }
  .feature-expert-advice img {
    width: 100%;
    height: auto;
    display: block; }

.expert-advice-image picture,
.feature-expert-advice picture {
  overflow: hidden;
  display: block; }

.expert-advice-image img:hover,
.feature-expert-advice img:hover {
  transform: scale(1.1, 1.1); }

.feature-expert-advice-header {
  position: relative; }

.feature-expert-advice-title {
  font-weight: 300;
  padding: 20px 20px 0;
  margin: 0; }

.expert-advice-category {
  background: #6455a0;
  position: absolute;
  left: 0;
  top: 20px;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.6em;
  z-index: 1;
  width: 135px;
  font-weight: 600;
  border-radius: 0 2px 2px 0;
  margin: 0; }

.expert-advice-colour .expert-advice-category {
  background: #b01657; }

.feature-expert-advice-text {
  padding: 5px 20px 10px; }

.expert-advice-row {
  background: #ededed;
  padding: 20px 10px; }

@media screen and (min-width: 768px) {
  .feature-expert-advice-text {
    height: 160px;
    display: flex;
    flex-direction: column; }

  .feature-expert-advice-teaser {
    flex-grow: 1;
    max-height: 100px;
    overflow: hidden; }

  .expert-advice-row {
    padding: 60px 30px; } }
@media screen and (min-width: 1024px) {
  .feature-expert-advice {
    margin: 0 10px 20px; }

  .feature-expert-advice-header:after {
    content: '';
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%; }

  .feature-expert-advice-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    margin: 0;
    color: #fff;
    font-weight: 300;
    z-index: 1; }

  .feature-expert-advice-text {
    padding: 20px 20px 10px; } }
.expert-advice {
  position: relative;
  margin: 0 10px 20px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff; }

.expert-advice-title {
  font-weight: 300;
  margin: 0 0 5px;
  font-size: 2em; }

.expert-advice-text {
  padding: 20px; }

@media screen and (min-width: 1024px) {
  .expert-advice--wide {
    height: 335px;
    padding-left: 50%; }

  .expert-advice--wide .expert-advice-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden; }
    .expert-advice--wide .expert-advice-image img {
      height: 100%;
      width: auto;
      max-width: none;
      max-height: 100%; }
    .expert-advice--wide .expert-advice-image picture, .expert-advice--wide .expert-advice-image a {
      height: 100%;
      display: block; }

  .expert-advice--wide .expert-advice-text {
    display: flex;
    flex-direction: column;
    height: 335px; }

  .expert-advice--wide .expert-advice-teaser {
    flex-grow: 1;
    max-height: 100px;
    overflow: hidden; } }
.md-col-1-2:nth-child(odd) .come-in {
  animation-duration: 0.6s;
  /* So they look staggered */ }

@media screen and (min-width: 768px) {
  .md-col-1-3:nth-child(1) .come-in {
    animation-duration: 0.4s;
    /* So they look staggered */ }

  .md-col-1-3:nth-child(2) .come-in {
    animation-duration: 0.6s;
    /* So they look staggered */ } }
.expert-article-feature-image {
  width: 100%; }

.expert-article-holder {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto 30px; }

.expert-article-holder--blog {
  margin: 0 auto; }

.expert-article {
  position: relative;
  padding: 80px 20px 20px; }

.expert-article--blog {
  padding: 80px 20px 0; }

.expert-article-holder .expert-advice-category {
  left: 20px;
  border-radius: 3px; }

.all-posts-holder {
  margin: 0;
  position: absolute;
  right: 20px;
  top: 23px; }

.image-credit--main-image {
  background: #ededed; }

.article-title {
  font-size: 3.2em;
  font-weight: 300; }

.article-row {
  position: relative; }

.article-row h2 {
  margin: 30px 0 10px;
  font-weight: 600;
  font-size: 2.4em; }

.image-credit {
  font-size: 1.1em;
  margin: 0 0 10px;
  padding: 10px; }

.article-image-holder {
  margin: 0 -30px 20px;
  position: relative;
  background: #ededed; }

.article-image-holder img {
  width: 100%;
  height: auto;
  display: block; }

.article-image-holder .image-credit {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  background: #fff;
  width: 120px; }

.next-previous {
  padding: 30px 30px 10px;
  border-top: 1px solid #ccc;
  margin: 30px -30px 0; }

.next-post {
  float: right; }

.previous-post {
  float: left; }

@media screen and (min-width: 768px) {
  .expert-article-holder {
    margin: 0 auto 100px;
    max-width: 640px; }

  .expert-article-feature-image {
    width: 100%;
    position: absolute;
    left: 0;
    top: 101px; }

  .expert-article {
    background: #fff;
    margin-top: 200px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative; }

  .image-credit--main-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px; }

  .article-title {
    font-size: 3.8em;
    font-weight: 300; }

  .article-row {
    padding-left: 150px;
    position: relative; }

  .article-image-holder {
    margin: 0 -20px 20px -170px;
    position: relative;
    background: #ededed; }

  .next-previous {
    padding: 30px 20px 10px;
    border-top: 1px solid #ccc;
    margin: 30px -20px 0; }

  .expert-article {
    margin-top: 330px; } }
@media screen and (min-width: 1024px) {
  .expert-article {
    margin-top: 400px; }

  .expert-article-holder {
    max-width: 800px; } }
@media screen and (min-width: 1200px) {
  .expert-article {
    margin-top: 550px; }

  .expert-advice--wide .expert-advice-teaser,
  .feature-expert-advice-teaser {
    max-height: none;
    overflow: inherit; } }
/*! Feature Banner */
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith ($mbmufffin)
 * 
 */
/*--
RESET
--*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/*--
BASE
--*/
.flexslider {
  margin: 0;
  padding: 0;
  overflow: hidden; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  font-size: 1em;
  overflow: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/*--
THEME
--*/
.flexslider {
  background: #ffffff;
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto; }

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  display: none;
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 40%;
  z-index: 300;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  overflow: hidden; }

.flex-direction-nav a:before {
  font-size: 20px;
  display: inline-block;
  font-family: 'Flaticon';
  content: '\f100';
  color: #fff; }

.flex-direction-nav a.flex-next:before {
  content: '\f108'; }

.flex-direction-nav .flex-prev {
  left: 20px; }

.flex-direction-nav .flex-next {
  right: 20px;
  text-align: right; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  border: 1px solid #999; }

.flex-control-paging li a:hover {
  background: #ccc; }

.flex-control-paging li a.flex-active {
  background: #999;
  cursor: default; }

@media screen and (min-width: 768px) {
  .flex-direction-nav a {
    top: 50%; }

  .flex-control-nav {
    bottom: 20px;
    z-index: 100; }

  .flex-control-paging li a {
    border-color: #fff;
    background: none; }

  .flex-control-paging li a:hover {
    background: rgba(255, 255, 255, 0.6); }

  .flex-control-paging li a.flex-active {
    background: #fff;
    cursor: default; } }
@media screen and (min-width: 1024px) {
  .flex-direction-nav {
    display: block; } }
/*--
RESPONSIVE
--*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/*--
CONTENT ANIMATION
--*/
.flexslider--feature .flexslider,
.flexslider--feature .slides,
.flexslider--feature .slides li {
  height: 200px !important; }

.slideshow-holder {
  position: relative;
  overflow: hidden; }

.feature-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 300;
  max-height: 100%;
  width: auto; }

.scroll-down-arrow {
  text-align: center;
  padding: 0;
  font-size: 2em;
  color: #999;
  transform: translateY(-20px);
  display: table;
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  .feature-links {
    list-style: none;
    margin: 0;
    padding: 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc; }

  .feature-links li {
    width: 50%;
    float: left;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0; }

  .feature-links li:first-child {
    width: 100%; }

  .feature-links li a {
    padding: 15px 0;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    color: #333;
    text-align: center; }

  .feature-links .reveal-on-hover {
    display: none; }

  .flexslider--feature .slides li {
	background-repeat: no-repeat;
	background-position: center center !important;
	background-size: cover;
	background-color: #6da0b5;
}

	
  .flexslider--salons .slides .slide-sov {
    background-image: url(../img/projectos_sov_sm.jpg); }
	
	
	
  .flexslider--feature .slides .slide-sov1 {
    background-image: url(../img/apoio-social_sm1.jpg); }
	
  .flexslider--feature .slides .slide-sov2 {
    background-image: url(../img/apoio-social_sm2.jpg); }
	
  .flexslider--feature .slides .slide-sov3 {
    background-image: url(../img/apoio-social_sm3.jpg); }
	
   .flexslider--feature .slides .slide-sov4 {
    background-image: url(../img/apoio-social_sm4.jpg); }	
	
	

  .flexslider--feature .slides .slide-fundador2 {
    background-image: url(../img/landing-fundador-sm1.jpg); }

  .flexslider--feature .slides .slide-fundador3 {
    background-image: url(../img/landing-fundador-sm2.jpg); }

  .flexslider--feature .slides .slide-fundador4 {
    background-image: url(../img/landing-fundador-sm3.jpg); }

  .flexslider--feature .slides .slide-fundador5 {
    background-image: url(../img/landing-fundador-sm4.jpg); }
	
	

  .flexslider--salons .slides .slide-educacao {
    background-image: url(../img/projectos_educacao_sm.jpg); }
	
	

  .flexslider--feature .slides .slide-sobre-nos2 {
    background-image: url(../img/landing-sobre-sm1.jpg); }

  .flexslider--feature .slides .slide-sobre-nos3 {
    background-image: url(../img/landing-sobre-sm2.jpg); }

  .flexslider--feature .slides .slide-sobre-nos4 {
    background-image: url(../img/landing-sobre-sm3.jpg); }

  .flexslider--feature .slides .slide-sobre-nos5 {
    background-image: url(../img/landing-sobre-sm4.jpg); }
	
	

  .flexslider--salons .slides .slide-saude {
    background-image: url(../img/projectos_saude_sm.jpg); }
	
	
	
  .flexslider--feature .slides .slide-adolescentes {
    background-image: url(../img/landing-adolescentes-sm1.jpg); }

  .flexslider--feature .slides .slide-adolescentes1 {
    background-image: url(../img/landing-adolescentes-sm2.jpg); }

  .flexslider--feature .slides .slide-adolescentes2 {
    background-image: url(../img/landing-adolescentes-sm3.jpg); }
	
  .flexslider--feature .slides .slide-adolescentes3 {
    background-image: url(../img/landing-adolescentes-sm4.jpg); }	
	
	
	
  .flexslider--feature .slides .slide-infantil {
    background-image: url(../img/landing-infantil1-sm.jpg); }

  .flexslider--feature .slides .slide-infantil1 {
    background-image: url(../img/landing-infantil2-sm.jpg); }

  .flexslider--feature .slides .slide-infantil2 {
    background-image: url(../img/landing-infantil3-sm.jpg); }
	
  .flexslider--feature .slides .slide-infantil3 {
    background-image: url(../img/landing-infantil4-sm.jpg); }
	
	
	
	.flexslider--feature .slides .slide-jovem {
    background-image: url(../img/landing-juventude-sm1.jpg); }

  .flexslider--feature .slides .slide-jovem1 {
    background-image: url(../img/landing-juventude-sm2.jpg); }

  .flexslider--feature .slides .slide-jovem2 {
    background-image: url(../img/landing-juventude-sm3.jpg); }
	
  .flexslider--feature .slides .slide-jovem3 {
    background-image: url(../img/landing-juventude-sm4.jpg); }
	
  .flexslider--feature .slides .slide-jovem4 {
    background-image: url(../img/landing-juventude-sm5.jpg); }
	
	
	
	.flexslider--feature .slides .slide-senhoras {
    background-image: url(../img/landing-senhoras-sm1.jpg); }

  .flexslider--feature .slides .slide-senhoras1 {
    background-image: url(../img/landing-senhoras-sm2.jpg); }

  .flexslider--feature .slides .slide-senhoras2 {
    background-image: url(../img/landing-senhoras-sm3.jpg); }

  .flexslider--feature .slides .slide-senhoras3 {
    background-image: url(../img/landing-senhoras-sm4.jpg); }
	
	

  .flexslider--salons .slides .slide-templo {
    background-image: url(../img/projectos_templo_sm.jpg); }

  .flexslider--feature .slides .slide-perfil {
    background-image: url(../img/landing-perfil-sm.jpg); }

  .flexslider--feature .slides .slide-colour {
    background-image: url(../img/banner-colour-sm.jpg); }

  .flexslider--feature .slides .slide-benvindo {
    background-image: url(../img/landing-benvindo-sm.jpg); }

  .flexslider--feature {
    display: none; }

  .flexslider--salons .flexslider,
  .flexslider--salons .slides,
  .flexslider--salons .slides li {
    height: 330px !important; } }
@media screen and (min-width: 768px) {
  .scroll-down-arrow {
    transform: translateY(-60px); }

  .flexslider--feature,
  .flexslider--feature .slides,
  .flexslider--feature .slides li {
    height: 530px !important; }

  .flexslider--salon-feature,
  .flexslider--salon-feature .slides,
  .flexslider--salon-feature .slides li {
    height: 600px !important; }

  .flexslider--salons,
  .flexslider--salons .slides,
  .flexslider--salons .slides li {
    height: 320px !important;
    background-size: cover; }

  .flexslider--feature .slides li {
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: auto 730px;
    background-color: #6da0b5; }
	

  .flexslider--feature .slides .slide-fundador {
    background-image: url(../img/slide_fundador.jpg);
    background-position: right top; }

  .flexslider--feature .slides .slide-fundador2 {
    background-image: url(../img/slide_fundador_1.jpg);
    background-position: right top; }

  .flexslider--feature .slides .slide-fundador3 {
    background-image: url(../img/slide_fundador_2.jpg);
    background-position: right top; }

  .flexslider--feature .slides .slide-fundador4 {
    background-image: url(../img/slide_fundador_3.jpg);
    background-position: right top; }

  .flexslider--feature .slides .slide-fundador5 {
    background-image: url(../img/slide_fundador_4.jpg);
    background-position: right top; }
	
	

  .flexslider--feature .slides .slide-sobre-nos {
    background-image: url(../img/landing-sobre.jpg); }

  .flexslider--feature .slides .slide-sobre-nos2 {
    background-image: url(../img/landing-sobre1.jpg); }

  .flexslider--feature .slides .slide-sobre-nos3 {
    background-image: url(../img/landing-sobre2.jpg); }

  .flexslider--feature .slides .slide-sobre-nos4 {
    background-image: url(../img/landing-sobre3.jpg); }

  .flexslider--feature .slides .slide-sobre-nos5 {
    background-image: url(../img/landing-sobre4.jpg); }
	
  
	
	.flexslider--feature .slides .slide-sov1 {
    background-image: url(../img/slides_apoio-social_1.jpg); }
	
  .flexslider--feature .slides .slide-sov2 {
    background-image: url(../img/slides_apoio-social_2.jpg); }
	
  .flexslider--feature .slides .slide-sov3 {
    background-image: url(../img/slides_apoio-social_3.jpg); }
	
   .flexslider--feature .slides .slide-sov4 {
    background-image: url(../img/slides_apoio-social_4.jpg); }	
	
	
  .flexslider--feature .slides .slide-infantil {
    background-image: url(../img/slides_infantil_1.jpg); }

  .flexslider--feature .slides .slide-infantil1 {
    background-image: url(../img/slides_infantil_2.jpg); }

  .flexslider--feature .slides .slide-infantil2 {
    background-image: url(../img/slides_infantil_3.jpg); }
	
 .flexslider--feature .slides .slide-infantil3 {
    background-image: url(../img/slides_infantil_4.jpg); }	
	
	

  .flexslider--feature .slides .slide-adolescentes {
    background-image: url(../img/slides_adolescentes_1.jpg); }

  .flexslider--feature .slides .slide-adolescentes1 {
    background-image: url(../img/slides_adolescentes_2.jpg); }

  .flexslider--feature .slides .slide-adolescentes2 {
    background-image: url(../img/slides_adolescentes_3.jpg); }
	
  .flexslider--feature .slides .slide-adolescentes3 {
    background-image: url(../img/slides_adolescentes_4.jpg); }	
	
	
	.flexslider--feature .slides .slide-jovem {
    background-image: url(../img/slide_juventude_1.jpg); }

  .flexslider--feature .slides .slide-jovem1 {
    background-image: url(../img/slide_juventude_2.jpg); }

  .flexslider--feature .slides .slide-jovem2 {
    background-image: url(../img/slide_juventude_3.jpg); }
	
  .flexslider--feature .slides .slide-jovem3 {
    background-image: url(../img/slide_juventude_4.jpg); }
	
  .flexslider--feature .slides .slide-jovem4 {
    background-image: url(../img/slide_juventude_5.jpg); }
	
	
	
	.flexslider--feature .slides .slide-senhoras {
    background-image: url(../img/slide_senhoras.jpg);
    background-position: right top; }

  .flexslider--feature .slides .slide-senhoras1 {
    background-image: url(../img/slide_senhoras_1.jpg);
    background-position: right top; }

  .flexslider--feature .slides .slide-senhoras2 {
    background-image: url(../img/slide_senhoras_2.jpg);
    background-position: right top; }

  .flexslider--feature .slides .slide-senhoras3 {
    background-image: url(../img/slide_senhoras_3.jpg);
    background-position: right top; }
	
	

  .flexslider--feature .slides .slide-eventos {
    background-image: url(../img/landing-eventos.jpg);
    background-position: left top; }
	
	

  .flexslider--feature .slides .slide-benvindo {
    background-color: #fff;
    background-image: url(../img/slide_1.jpg);
    background-position: center center;
    background-size: auto; }
	

  .flexslider--salons .slides li {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 120% auto;
    background-color: #6da0b5; }

  .flexslider--salons .slides .slide-sov {
    background-image: url(../img/projectos_sov.jpg);
    background-position: right top; }

  .flexslider--salons .slides .slide-educacao {
    background-image: url(../img/projectos_educacao.jpg); }
	

  .flexslider--salons .slides .slide-saude {
    background-image: url(../img/projectos_saude.jpg); }

  .flexslider--salons .slides .slide-templo {
    background-image: url(../img/projectos_templo.jpg);
    background-position: left top; }

  .flexslider--salon-feature .slides li {
    background-size: cover; }

  .feature-logo--standard {
    margin: -54px 0 0 -45px;
    opacity: .2 !important; }

  .flexslider--feature .slides .slide-perfil {
    background-image: url(../img/landing-perfil.jpg); }

  .flexslider--feature .slides .slide-colour {
    background-image: url(../img/banner-colour.jpg); }

  .feature-links {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    list-style: none;
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom, transparent 65%, rgba(0, 0, 0, 0.7) 100%); }

  .feature-links li {
    width: 20%;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    margin: 0;
    float: left;
    height: 600px;
    position: relative;
    font-size: 1.8em; }

  .feature-links li:first-child {
    border-left: none; }

  .feature-links a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    transition: all .75s ease; }

  .feature-links a .feature-link-name {
    position: absolute;
    width: 180px;
    border: 1px solid #fff;
    padding: 5px 0;
    display: block;
    left: 50%;
    bottom: 100px;
    margin: 20px 0 0 -90px;
    transition: all 1s ease;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.2); }

  .feature-links a .reveal-on-hover {
    position: absolute;
    width: 180px;
    border: 1px solid transparent;
    padding: 5px 0;
    display: block;
    left: 50%;
    bottom: 100px;
    margin: 20px 0 0 -90px;
    transition: all 1s ease;
    border-radius: 3px;
    opacity: 0;
    font-size: 75%;
    transition-delay: 0; }

  .reveal-on-hover .fi {
    font-size: 50%;
    position: relative;
    top: -2px;
    left: 0;
    transition: all .5s ease; }

  .feature-links a:hover {
    background: rgba(0, 0, 0, 0.2); }

  .feature-links a:hover .feature-link-name {
    bottom: 150px;
    border-color: #fff;
    margin-bottom: -15px;
    background: rgba(0, 0, 0, 0.5); }

  .feature-links a:hover .reveal-on-hover {
    opacity: 1;
    transition-delay: .5s; }

  .feature-links a:hover .reveal-on-hover .fi {
    left: 8px;
    transition-delay: .75s; }

  .feature-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 300; }
    .afternoon .feature-logo {
      margin: -195px 0 0 40px; }
    .morning .feature-logo {
      margin: -74px 0 0 60px; }
    .night .feature-logo {
      margin: -116px 0 0 41px; } }
@media screen and (min-width: 1024px) {
  .flexslider--salons,
  .flexslider--salons .slides,
  .flexslider--salons .slides li {
    height: 440px !important; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .feature-links a .feature-link-name {
    margin: 20px 0 0 -70px;
    width: 140px;
    font-size: 90%; } }
.flexslider--quotes,
.flexslider--quotes .slides,
.flexslider--quotes .slides li {
  height: auto; }

.flexslider--quotes .slides li {
  background: #fff;
  text-align: center; }

.flexslider--quotes .slides {
  max-width: 740px;
  margin: 0 auto; }

.flexslider--quotes .flex-direction-nav a:before {
  color: #999; }

.flexslider-quotes-alternate-bg {
  background: #ededed; }

.flexslider-quotes-alternate-bg .flexslider,
.flexslider-quotes-alternate-bg .slides li {
  background: none; }

@media screen and (min-width: 768px) {
  .flexslider--quotes {
    margin: 60px 40px; }

  .flexslider-quotes-alternate-bg {
    padding: 1px 0; } }
@media screen and (min-width: 1200px) {
  .flexslider--salons,
  .flexslider--salons .slides,
  .flexslider--salons .slides li {
    height: 490px !important; } }
.flexslider--twitter {
  width: 100%; }

.flexslider--twitter,
.flexslider--twitter .slides,
.flexslider--twitter .slides li {
  background: none;
  color: #fff; }

.flexslider--twitter .slides li {
  height: auto; }

.flexslider--twitter .slides li {
  text-align: center; }

.flexslider--twitter .slides {
  max-width: 740px;
  margin: 0 auto; }

.the-tweet {
  font-size: 1.8em;
  font-weight: 300; }

.twitter-follow-us {
  color: #6da0b5; }

@media screen and (min-width: 768px) {
  .flexslider--twitter {
    margin: 60px 40px; } }
.shop-image {
  margin: 0 auto;
  display: block; }

@media screen and (min-height: 600px) and (max-height: 768px) and (min-width: 600px) {
  .flexslider--feature,
  .flexslider--feature .slides,
  .flexslider--feature .slides li {
    height: 480px !important; }

  .flexslider--salon-feature,
  .flexslider--salon-feature .slides,
  .flexslider--salon-feature .slides li {
    height: 600px !important; } }
/*! Feature Heading */
.feature-heading {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 3em;
  margin: 20px 30px 10px; }

.feature-heading span {
  display: block;
  font-size: 50%;
  text-align: center; }

.feature-in-page-nav {
  border: 1px solid #ccc;
  margin: 0 30px 20px; }
  .feature-in-page-nav li {
    width: 50%;
    float: left;
    font-size: 1.6em;
    margin: 0;
    font-weight: 300; }
  .feature-in-page-nav li:first-child {
    border-right: 1px solid #ccc; }
  .feature-in-page-nav a {
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    text-transform: uppercase; }

@media screen and (min-width: 768px) {
  .feature-heading-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 440px;
    margin: 60px 0 0 -220px;
    z-index: 300;
    color: #fff; }

  .feature-in-page-nav,
  .feature-heading {
    border-color: #fff;
    background: rgba(0, 0, 0, 0.3); }

  .feature-in-page-nav li:first-child {
    border-color: #fff; }

  .feature-heading {
    font-size: 3.8em; } }
.find-us-row {
  padding: 20px 10px;
  background: #ededed; }

.contact-page:nth-child(even) {
  background: #ededed; }

.contact-page .uppercase-heading {
  font-size: 3em; }

.home-find-us-row {
  padding: 20px 10px; }

.opening-times {
  background: #ededed;
  padding: 20px;
  margin: 0 0 10px; }

.find-us-row .opening-times {
  display: none;
  z-index: 1100;
  height: 332px; }

.find-us-row .opening-times.show {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -185px 0 0 -150px;
  background: #fff;
  padding: 40px 20px 20px;
  width: 300px;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  height: 370px; }

.close-overlay {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  top: 0;
  font-size: 1em;
  line-height: 40px;
  text-align: center;
  cursor: pointer; }

.contact-page:nth-child(even) .opening-times {
  background: #fff; }

.opening-times table,
.opening-times p {
  width: 100% !important;
  font-size: 1.3em; }

.opening-times tr th {
  text-align: left;
  padding: 10px 0; }

.opening-times tr td {
  text-align: right;
  padding: 10px 0; }

.opening-times tr th, .opening-times tr td {
  border-bottom: 1px dotted #ccc; }

.map {
  background: #ededed;
  height: 360px;
  width: 100%; }

.find-us-row .map-holder {
  visibility: hidden;
  z-index: 1100;
  height: 0; }

.find-us-row .map-holder.show {
  visibility: visible;
  position: fixed;
  left: 30px;
  top: 50%;
  right: 30px;
  margin: -200px 0 0;
  background: #fff;
  padding: 40px 0 0;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  height: 400px; }

.find-us-row .map-holder.show .map {
  width: 100%;
  height: 100%; }

.contact-col {
  border: 1px solid #ccc;
  margin: 0 10px 20px;
  min-height: 267px;
  background: #fff; }

.map-overlay {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px; }

.map-overlay p {
  font-size: 1.2em; }

.opening-times-trigger-holder,
.map-trigger-holder {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  display: inline-block; }
  .opening-times-trigger-holder a,
  .map-trigger-holder a {
    text-decoration: none;
    color: #333; }

.map-frame {
  margin: 0 10px;
  height: 400px; }

.map-frame .map {
  margin: 0; }

@media screen and (min-width: 480px) {
  .find-us-row {
    padding: 20px 10px; }

  .home-find-us-row {
    padding: 40px 10px; }

  .contact-page {
    padding: 40px 10px; }

  .find-us-row .map {
    width: 580px;
    height: 580px; }

  .find-us-row .map-holder.show {
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    width: 580px;
    height: 580px;
    margin: -290px 0 0 -290px; } }
@media screen and (min-width: 768px) {
  .opening-times {
    margin: 0; }

  .flex {
    display: flex; }

  .map-holder {
    position: relative;
    margin: 20px -20px 0; }

  .map-frame {
    position: relative;
    height: 100%;
    margin: 0 10px 0 0; }

  body.safari .map-frame {
    height: 516px; }

  .map-frame .map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0; } }
@media screen and (min-width: 1200px) {
  .find-us-row .opening-times {
    display: block;
    margin: 20px 0 10px; }

  .opening-times-trigger-holder,
  .map-trigger-holder {
    display: none; }

  .find-us-row .map-holder {
    display: block;
    margin: 10px 0 0; }

  .find-us-row .map-holder,
  .find-us-row .map {
    visibility: visible;
    height: 360px;
    width: 100%; } }
.gm-style-iw {
  left: 25px !important; }

.gm-style-iw > div {
  display: block !important;
  max-width: 150px !important; }

.gm-style {
  font-family: "Open Sans",sans-serif !important; }

.gmap_marker p {
  font-size: 1em;
  text-align: center;
  margin: 0; }

/*! House Rules */
.house-rules-list li {
  font-size: 1em;
  margin: 0 0 20px;
  border: 1px solid #ccc; }
  .house-rules-list li h2 a {
    text-decoration: none;
    display: block;
    padding: 20px 20px; }
  .house-rules-list li h2:hover a {
    color: #333; }

.house-rules-list h2 {
  font-size: 1.8em;
  margin: 0; }

.jsFaqDescription {
  display: none; }

.no-js .jsFaqDescription {
  display: block; }

.house-rule-answer {
  padding: 0 20px 10px; }

.house-rule-answer table {
  display: inline-block !important;
  font-size: 1.4em !important;
  float: none !important;
  width: 30% !important; }
  .house-rule-answer table th, .house-rule-answer table td {
    border-bottom: 1px dotted #ccc;
    padding: 10px 0; }

@media screen and (min-width: 1024px) {
  .house-rules-list h2 {
    font-size: 2em; } }
/*! Image Promo */
.image-promo {
  display: block;
  position: relative;
  margin: 0 0 2px;
  overflow: hidden; }

.image-promo:after {
  content: '';
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%; }

.image-promo-text,
.image-promo .reveal-on-hover {
  position: absolute;
  width: 200px;
  text-align: center;
  border: 1px solid #fff;
  font-size: 2em;
  color: #fff;
  text-transform: uppercase;
  left: 50%;
  margin: 0 0 0 -100px;
  bottom: 40px;
  font-weight: 300;
  z-index: 2;
  line-height: 1.1;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px;
  letter-spacing: 1px;
  transition: all 1s ease;
  border-radius: 3px;
  transition-delay: .2s; }

.image-promo .reveal-on-hover {
  opacity: 0;
  font-size: 1.4em;
  border: none;
  background: none;
  transition-delay: 0s; }

.image-promo img {
  width: 100%;
  display: block; }

.image-promo:hover img {
  transform: scale(1.1, 1.1); }

.image-promo-text span {
  font-size: 75%;
  display: block;
  text-align: center; }

.image-promo:hover .reveal-on-hover {
  opacity: 1;
  transition-delay: .5s; }

.image-promo:hover .image-promo-text {
  bottom: 80px;
  transition-delay: 0s; }

.image-promo:hover .reveal-on-hover .fi {
  left: 8px;
  transition-delay: .75s; }

/*! Instagram Row */
.instagram-row {
  background: #ededed;
  text-align: center;
  padding: 20px 0; }

.night .instagram-row {
  background: url(../img/owl1.png) no-repeat 10% 20%, url(../img/owl2.png) no-repeat 48% 110%, url(../img/owl3.png) no-repeat 85% 40%;
  background-color: #ededed; }

.instagram-pictures {
  margin: 0 -10px;
  padding: 20px 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  .instagram-pictures li {
    padding: 10px;
    width: 50%;
    margin: 0; }
  .instagram-pictures img {
    display: block; }

@media screen and (max-width: 1023px) {
  .instagram-pictures li:nth-child(7),
  .instagram-pictures li:nth-child(8) {
    display: none; } }
@media screen and (min-width: 480px) {
  .instagram-row {
    padding: 40px 0; }

  .instagram-pictures li {
    width: 33.333%; } }
@media screen and (min-width: 768px) {
  .instagram-pictures li {
    width: 25%; }

  .instagram-pictures li:nth-child(7),
  .instagram-pictures li:nth-child(8) {
    display: block; } }
@media screen and (min-width: 1024px) {
  .instagram-pictures li {
    width: 20%; }

  .instagram-pictures li:nth-child(6),
  .instagram-pictures li:nth-child(7),
  .instagram-pictures li:nth-child(8) {
    display: none; } }
@media screen and (min-width: 1200px) {
  .instagram-pictures li {
    width: 14.285%; }

  .instagram-pictures li:nth-child(6),
  .instagram-pictures li:nth-child(7) {
    display: block; }

  .instagram-pictures li:nth-child(8) {
    display: none; } }
/*! Lazy Load */
.lazyload {
  opacity: 0;
  transform: scale(1); }

.no-js .lazyload,
.lazyloaded {
  opacity: 1;
  transform: scale(1);
  transition: all 1s; }

/*! Overlays */
.overlay-bg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0; }

.overlay-bg.overlay-bg-visible {
  visibility: visible;
  opacity: 1; }

/*! Pagination */
.pagination ul {
  border-radius: 5px;
  display: inline-block;
  margin: 20px 0;
  padding-left: 0; }

.pagination ul > li {
  display: inline;
  line-height: 1.1; }

.pagination ul > li > a {
  background-color: #fff;
  border: 1px solid #ccc;
  color: red;
  float: left;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  line-height: 1.4; }

.pagination ul > li:first-child > a {
  border-radius: 5px 0 0 5px;
  margin-left: 0; }

.pagination ul > li:last-child > a {
  border-radius: 0 5px 5px 0; }

.pagination ul > li > a:focus,
.pagination ul > li > a:hover {
  background-color: #eee;
  color: #977c4f; }

.pagination ul > li.disabled > a,
.pagination ul > li.disabled > a:hover {
  color: #ccc;
  cursor: default;
  background: none; }

.pagination ul > li.active > a,
.pagination ul > li.active > a:hover {
  color: #fff;
  background: blue;
  cursor: default; }

.pagination--large ul > li {
  font-size: 2em; }

.pagination--small ul > li {
  font-size: 1.1em; }

/*! Products */
.product-row {
  padding: 20px 0; }

.product-row-grey {
  background: #f5f5f5; }

.product-row-grey img {
  mix-blend-mode: multiply; }

@media screen and (min-width: 768px) {
  .product-row {
    padding: 60px 0; } }
/*! Summary Copy */
.summary-copy {
  padding: 40px 20px;
  background: url(../img/big-watch.png) no-repeat 85% 200%, url(../img/big-watch2.png) no-repeat 25% 140%, url(../img/watch.png) no-repeat 5% 20%, url(../img/small-watch.png) no-repeat 100% 20%, url(../img/small-watch.png) no-repeat 55% 60%, url(../img/small-watch.png) no-repeat 0 120%;
  font-weight: 300;
  text-align: left; }

.summary-copy p {
  font-size: 1.6em; }

.summary-copy p.summary-feature-text {
  font-size: 2em;
  line-height: 1.25; }

@media screen and (min-width: 480px) {
  .summary-copy {
    padding: 80px; }
    .summary-copy .row--full-bleed {
      margin: 0 -80px; } }
@media screen and (min-width: 768px) {
  .summary-feature-text {
    font-size: 2.4em;
    line-height: 1.25; } }
/*! Tables */
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  font-size: 1.4em; }

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.45;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none; }

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none; }

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5; }

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8; }

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8; }

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6; }

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7; }

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }

  .table-responsive > .table {
    margin-bottom: 0; }

  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap; }

  .table-responsive > .table-bordered {
    border: 0; }

  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0; }

  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0; }

  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; } }
/*! Tabs */
.tabs-navigation {
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
  top: 1px;
  display: table; }

.tabs-navigation li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0 4px 0 0;
  display: table-cell; }

.tabs-navigation li a {
  border: 1px solid #ccc;
  padding: 10px 20px;
  background: #666;
  text-decoration: none;
  display: inline-block;
  color: #6da0b5;
  border-radius: 5px 5px 0 0;
  background-clip: padding-box; }

.tabs-navigation li a:hover {
  color: #977c4f; }

.tabs-navigation li a.current {
  background: #fff;
  color: #333;
  border-bottom: 1px solid #fff; }

.tabs-content {
  border: 1px solid #ccc;
  padding: 15px;
  display: none;
  background: #fff;
  border-radius: 0 5px 5px 5px; }

.tabs-content.currentTab {
  display: block; }

.tabs--pills .tabs-navigation {
  top: 0;
  margin: 0 0 15px; }

.tabs--pills .tabs-navigation li {
  display: inline-block;
  padding: 0;
  margin: 0 10px 0 0; }

.tabs--pills .tabs-navigation li a {
  border-radius: 5px; }

.tabs--pills .tabs-navigation li a.current {
  border: 1px solid #ccc; }

.tabs--pills .tabs-content {
  border: none;
  padding: 0; }

/*! The Team */
.the-team-row {
  background: #ededed;
  text-align: center;
  padding: 20px 10px; }

.the-team {
  max-width: 940px;
  margin: 0 -14px; }
  .the-team li {
    display: inline-block;
    margin: 0 0 0 -4px;
    padding: 5px 7px;
    width: 33.33%; }
  .the-team img {
    border: 8px solid #fff;
    display: block;
    border-radius: 5px;
    width: 100%;
    height: auto; }

.staff {
  transition: opacity .25s ease; }

.staff.recessed {
  opacity: .2; }

@media screen and (min-width: 480px) {
  .the-team-row {
    padding: 40px 10px; }

  .the-team li {
    width: 25%; } }
@media screen and (min-width: 600px) {
  .the-team li {
    width: 20%; } }
@media screen and (min-width: 768px) {
  .the-team li {
    width: auto; } }
@media screen and (min-width: 1024px) {
  .the-team-row {
    margin: 0 0 20px; }

  .the-team {
    margin: 0 auto; } }
.team-profile {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px 100px; }

.team-profile img {
  width: 100%;
  margin: 0 0 20px; }

.team-profile .addthis_sharing_toolbox {
  margin: 0 0 20px; }

/*! Tooltips */
a.tooltip {
  outline: none;
  display: block; }

a.tooltip strong {
  line-height: 30px; }

a.tooltip:hover {
  text-decoration: none; }

.tooltip-text {
  z-index: 10;
  padding: 14px 20px;
  margin-top: -25px;
  margin-left: 15px;
  width: auto;
  line-height: 16px;
  border-radius: 4px;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 90%; }

a.tooltip .tooltip-text {
  display: inline;
  position: absolute;
  color: #333;
  background: #fff; }

.tooltip-text {
  opacity: 0;
  pointer-events: none;
  transition: all .5s ease;
  transform: scale(0.8, 0.8); }

.tooltip:hover .tooltip-text {
  opacity: 1;
  transform: scale(1, 1); }

a.tooltip--bottom {
  position: relative; }

a.tooltip--bottom .tooltip-text {
  margin-top: 0;
  left: 0;
  margin-left: -20%;
  width: 140%; }

a.tooltip--bottom:hover .tooltip-text {
  display: block; }

a.tooltip--top {
  position: relative; }

a.tooltip--top .tooltip-text {
  margin-top: 12px;
  left: 0;
  margin-left: 0;
  top: auto;
  bottom: 30px; }

a.tooltip--top:hover .tooltip-text {
  display: block; }

a.tooltip--top .tooltip-text:after {
  z-index: 20;
  position: absolute;
  top: auto;
  bottom: -12px;
  border: 0;
  left: 12px;
  width: 0;
  content: '';
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-top: 6px solid #999; }

/*! Transforms */
/*! Tweet Question */
.tweet-question {
  display: block;
  border: 1px solid #ccc;
  padding: 20px 20px 10px 108px;
  background: url(../img/tweet-question.png) no-repeat 20px center;
  margin: 30px 0 0;
  color: inherit;
  text-decoration: none;
  border-radius: 3px; }

/*! Twitter Row */
.twitter-row {
  background: url(../img/twitter-bg.jpg) no-repeat;
  background-size: auto 703px;
  padding: 1px 0;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center; }

.twitter-logo {
  font-size: 4em;
  color: #fff;
  margin: 0 0 20px; }

.twitter-row--tw {
  background: url(../img/twitter-bg.jpg) no-repeat 50% 0;
  background-size: auto 703px; }

.twitter-row--i {
  background: url(../img/twitter-bg-i.jpg) no-repeat 50% 0;
  background-size: auto 703px; }

.twitter-row--s {
  background: url(../img/twitter-bg-s.jpg) no-repeat 50% 0;
  background-size: auto 703px; }

.blog-teaser {
  height: 275px;
  position: relative;
  margin: 0 1px 2px;
  background: #ccc;
  overflow: hidden;
  text-align: left; }
  .blog-teaser img {
    height: 275px; }

.blog-teaser--feature {
  height: 440px; }
  .blog-teaser--feature img {
    height: 440px; }

.blog-teaser--tall {
  height: 480px; }
  .blog-teaser--tall img {
    height: 480px; }

.fade-entry {
  opacity: 0; }

.staggered-entry {
  transform: translateY(100px); }

.expert-article-holder.expert-article-holder--blog {
  margin: 0 auto 30px; }

@media screen and (min-width: 768px) {
  .blog-teaser {
    height: 350px;
    position: relative; }
    .blog-teaser img {
      height: 350px; }

  .blog-teaser--feature {
    height: 440px; }

  .blog-teaser--tall {
    height: 480px; } }
@media screen and (min-width: 1024px) {
  .blog-teaser {
    height: 300px;
    position: relative; }
    .blog-teaser img {
      height: 300px; }

  .blog-teaser--feature {
    height: 440px; }

  .blog-teaser--tall {
    height: 480px; }

  .first-in-row.come-in {
    animation-duration: 0.4s;
    /* So they look staggered */ }

  .second-in-row.come-in {
    animation-duration: 0.6s;
    /* So they look staggered */ }

  .third-in-row.come-in {
    animation-duration: 0.8s;
    /* So they look staggered */ } }
.come-in {
  transform: translateY(100px);
  animation: come-in 0.8s ease forwards; }

.fade-entry.come-in {
  transform: translateY(0);
  opacity: 0;
  animation: fade-in 2s ease forwards; }

@keyframes come-in {
  to {
    transform: translateY(0); } }
@keyframes fade-in {
  to {
    opacity: 1; } }
.no-js .staggered-entry,
.no-js .fade-entry,
.already-visible {
  transform: translateY(0);
  opacity: 1 !important; }

.blog-teaser__image-holder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  overflow: hidden; }
  .blog-teaser__image-holder:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none; }

.blog-teaser__image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: auto;
  max-width: none; }
  .blog-teaser:hover .blog-teaser__image {
    transform: translate(-50%, -50%) scale(1.1, 1.1); }

@media screen and (max-width: 767px) {
  .blog-teaser {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; } }
@media screen and (min-width: 1366px) {
  .md-col-1-2 .blog-teaser__image, .md-col-2-3 .blog-teaser__image {
    width: 100%;
    height: auto; }
  .md-col-1-3 .blog-teaser--tall .blog-teaser__image {
    width: auto;
    height: 100%; }

  .blog-related-posts .md-col-1-2 .blog-teaser__image {
    width: auto;
    height: 100%; } }
.blog-teaser__headline {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 30px;
  margin: 0;
  color: #fff;
  z-index: 2;
  transition: bottom 1s ease; }
  .blog-teaser__headline a {
    text-decoration: none;
    color: inherit; }
  .blog-teaser--related .blog-teaser__headline {
    bottom: 20px; }
  .blog-teaser:hover .blog-teaser__headline {
    bottom: 59px; }

.blog-teaser__tags {
  position: absolute;
  left: 20px;
  bottom: -80px;
  right: 20px;
  font-size: 1em;
  line-height: 1.4;
  margin: 0;
  height: 28px;
  overflow: hidden;
  transition: bottom 1s ease; }
  .blog-teaser__tags a {
    color: #ccc;
    text-decoration: none;
    text-transform: uppercase; }
    .blog-teaser__tags a:not(:last-child):after {
      content: ', '; }
    .blog-teaser__tags a:hover {
      color: #fff; }
  .blog-teaser:hover .blog-teaser__tags {
    bottom: 20px; }

.blog-teaser__category {
  position: absolute;
  top: 18px;
  left: 0;
  padding: 10px 10px 10px 78px;
  border-radius: 0;
  margin: 0;
  z-index: 1;
  font-size: 1em;
  color: #333;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #ededed;
  border-bottom: 4px solid #ccc; }
  .blog-teaser--related .blog-teaser__category {
    padding-left: 20px; }
  .blog-teaser__category a {
    color: inherit;
    text-decoration: none; }

.blog-teaser__date {
  position: absolute;
  left: 20px;
  top: 14px;
  width: 48px;
  height: 44px;
  background: #fff;
  border-radius: 7px;
  z-index: 2;
  padding-top: 7px;
  font-weight: 700;
  font-size: 1em;
  border: 1px solid #ededed; }

.blog-teaser__date__day,
.blog-teaser__date__month {
  display: block;
  text-align: center; }

.blog-teaser__date__day {
  font-size: 1.8em;
  line-height: 1; }

.blog-teaser__date__month {
  font-size: 1em;
  text-transform: uppercase; }

.blog-article__category {
  position: absolute;
  top: 24px;
  left: -10px;
  padding: 10px 10px 10px 88px;
  background: #fff;
  margin: 0;
  z-index: 1;
  font-size: 1em;
  color: #333;
  text-transform: uppercase;
  border: 1px solid #ededed;
  border-bottom: 4px solid #ccc; }
  .blog-article__category a {
    color: #333;
    text-decoration: none; }

.blog-article__date {
  position: absolute;
  left: 20px;
  top: 18px;
  width: 48px;
  height: 44px;
  background: #fff;
  border-radius: 7px;
  z-index: 2;
  padding-top: 7px;
  font-weight: 700;
  font-size: 1em;
  border: 1px solid #ededed; }

.blog-article__date__day,
.blog-article__date__month {
  display: block;
  text-align: center; }

.blog-article__date__day {
  font-size: 1.8em;
  line-height: 1; }

.blog-article__date__month {
  font-size: 1em;
  text-transform: uppercase; }

@media screen and (min-width: 768px) {
  .blog-article__category {
    left: 0;
    padding-left: 78px;
    top: 24px; }

  .blog-article__date {
    top: 20px; } }
.blog-article__tags {
  font-size: 1.1em;
  line-height: 1.2;
  margin: 0;
  border-bottom: 1px solid #ccc;
  padding: 30px 0; }
  .blog-article__tags a {
    color: #999;
    text-decoration: none;
    text-transform: uppercase; }
    .blog-article__tags a:not(:last-child):after {
      content: ', '; }
    .blog-article__tags a:hover {
      color: #333; }

.blog-related-posts {
  background: #f4f2ed;
  margin: 30px -30px 0;
  padding: 30px 2px 2px; }

@media screen and (min-width: 768px) {
  .blog-related-posts {
    margin: 30px -20px 0;
    padding: 30px 2px 2px; } }
.blog-next-previous {
  border-top: 1px solid #ccc;
  margin: 0 -30px; }
  .blog-next-previous li {
    font-size: 1em;
    margin: 0; }
  .blog-next-previous a {
    display: block;
    padding: 30px;
    font-size: 2.4em;
    line-height: 1.2;
    font-weight: 300;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #ccc; }

.blog-next-prev-label {
  display: block;
  color: #999;
  font-size: 58%;
  margin: 0 0 10px;
  text-transform: uppercase; }

.blog-link-category {
  display: table;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  padding: 3px 6px;
  font-weight: 700;
  margin: 10px 0 0; }

@media screen and (min-width: 768px) {
  .blog-next-previous {
    margin: 0 -20px; }
    .blog-next-previous li {
      width: 50%;
      float: left; }
    .blog-next-previous li:first-child a {
      border-right: 1px solid #ccc; }
    .blog-next-previous a {
      padding: 30px 20px;
      border: none; }
      .blog-next-previous a:hover {
        color: #6da0b5; }

  .blog-next-post a {
    text-align: right; }

  .blog-next-post .blog-link-category {
    margin-left: auto; } }
.blog-instagram {
  margin: 20px 0; }

h2 + .blog-instagram {
  margin: 0 0 20px; }

.getty-widget {
  margin: 0 0 20px;
  background: #ededed;
  text-align: center;
  padding: 20px 0; }

.uppercase-heading--results {
  padding: 10px 0;
  margin: 0; }

@media screen and (min-width: 480px) {
  .uppercase-heading--results {
    padding: 40px 0;
    margin: 0; } }
.article-row .article-row {
  padding-left: 0; }

.at4-jumboshare .at4-share-container {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.blog-article-share {
  border-bottom: 1px solid #ccc;
  margin: 0 0 30px; }

.youtube-video {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 20px 0 0; }

.youtube-video iframe,
.youtube-video object,
.youtube-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.youtube-video {
  padding-bottom: 56.25%; }

.blog-search {
  text-align: center;
  font-size: 1.6em;
  background: #6da0b5;
  border-top: 1px solid #ededed; }
  .blog-search form {
    position: relative;
    display: table;
    margin: 0 auto; }

.blog-search__input {
  background: none;
  border: none;
  height: 40px;
  line-height: 1;
  vertical-align: top;
  padding-left: 50px;
  width: 150px;
  color: #333;
  transition: width .25s ease;
  text-overflow: ellipsis; }
  .blog-search__input:focus {
    width: 320px; }

.blog-search__input::-webkit-input-placeholder {
  color: #999;
  text-transform: uppercase;
  opacity: 1;
  font-size: 14px; }

.blog-search__input::-moz-placeholder {
  color: #999;
  text-transform: uppercase;
  opacity: 1;
  font-size: 14px; }

.blog-search__input:-ms-input-placeholder {
  color: #999;
  text-transform: uppercase;
  opacity: 1;
  font-size: 14px; }

.blog-search__button {
  background: none;
  border: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
  position: absolute;
  vertical-align: top;
  left: 0;
  top: 0; }
  .blog-search__button svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.blog-categories {
  text-align: center;
  padding: 30px 10px; }

.blog-categories--tinted {
  background: #dce3ef; }

.blog-category-list {
  list-style: none;
  margin: 0;
  padding: 10px 0; }
  .blog-category-list li {
    padding: 0;
    float: left;
    width: 50%;
    font-size: 1.1em; }
  .blog-category-list a {
    display: block;
    border-radius: 0;
    font-weight: 700;
    padding: 5px 10px;
    text-transform: uppercase;
    text-align: left;
    color: #333;
    text-decoration: none;
    margin: 0 10px;
    border: 1px solid #ededed;
    border-bottom: 4px solid #ccc;
    background: #fff; }
  .blog-category-list a:hover {
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.3); }

@media screen and (min-width: 480px) {
  .blog-category-list li {
    width: 33.333%; } }
.blog-category-1 {
  border-bottom-color: #6455a0 !important; }

.blog-category-2 {
  border-bottom-color: #b45bd3 !important; }

.blog-category-3 {
  border-bottom-color: #cc9933 !important; }

.blog-category-4 {
  border-bottom-color: #aca486 !important; }

.blog-category-5 {
  border-bottom-color: #ff9933 !important; }

.blog-category-6 {
  border-bottom-color: #2e2453 !important; }

.blog-category-7 {
  border-bottom-color: #ad8a6d !important; }

.blog-category-8 {
  border-bottom-color: #00b2e8 !important; }

.blog-category-9 {
  border-bottom-color: #64c265 !important; }

.blog-category-10 {
  border-bottom-color: #cc66cc !important; }

.blog-category-11 {
  border-bottom-color: #702d86 !important; }

.blog-category-12 {
  border-bottom-color: #35a074 !important; }

.blog-category-13 {
  border-bottom-color: #e1b069 !important; }

.blog-category-14 {
  border-bottom-color: #d0493e !important; }

.blog-category-15 {
  border-bottom-color: #006699 !important; }

.join-our-mailing-list {
  text-align: center;
  background: #fff;
  padding: 3rem; }

.mailing-list-signup-form {
  width: 100%;
  padding: 12px;
  max-width: 500px;
  margin: 0 auto; }

.mc-field-group {
  display: inline-block;
  text-align: left;
  font-size: 1.4em;
  padding: 0 5px 15px;
  width: 50%;
  margin: 0 0 0 -4px; }
  .mc-field-group input {
    background: #ededed;
    padding: 20px;
    border: none;
    border-radius: 5px;
    width: 100%;
    border-bottom: 2px solid #ededed; }
    .mc-field-group input:focus {
      border-bottom: 2px solid #6da0b5; }

.mc-field-group--email {
  width: 100%; }

.btn-subscribe {
  display: inline-block;
  padding: 20px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  background-color: #696;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  transition: background .2s, color .2s;
  font-size: 1.4em;
  display: block;
  text-align: center;
  width: calc(100% - 9px); }

.email-sign-up h2 {
  font-weight: 300 !important;
  text-align: left !important; }

.email-sign-up .mailing-list-signup-form {
  margin: 0;
  width: 100%;
  max-width: none;
  padding: 0; }

/*! Feature Quote */
.feature-quote {
  text-align: center;
  background: linear-gradient(135deg, #6da0b5 0%, #48788b 100%);
  color: #fff;
  padding: 30px; }
  .feature-quote blockquote {
    color: inherit;
    max-width: 680px;
    margin: 0 auto; }
    .feature-quote blockquote p {
      font-size: 2.6em;
      font-weight: 300; }
    .feature-quote blockquote footer {
      font-weight: 300; }
    .feature-quote blockquote:before, .feature-quote blockquote:after {
      font-size: 200px;
      color: #fff;
      opacity: .2; }

@media screen and (min-width: 768px) {
  .feature-quote {
    padding: 70px 30px; }
    .feature-quote blockquote p {
      font-size: 3.2em; } }
/*! Our Story */
.our-story-text {
  text-align: left;
  max-width: 610px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin: 20px 0; }

.our-story-year {
  position: absolute;
  font-size: 100px;
  font-weight: 700;
  right: 0;
  top: 0;
  color: #ededed;
  z-index: -1;
  line-height: 120px; }
  .grey-background .our-story-year {
    color: #fff; }

@media screen and (min-width: 768px) {
  .our-story-year {
    right: -80px;
    top: -30px;
    font-size: 180px; }
    .our-story-year.our-story-year--left {
      right: auto;
      left: -80px;
      opacity: .6; }

  p .our-story-year {
    top: 0; } }
.grey-background {
  background-color: #ededed;
  max-width: none; }

@media screen and (max-width: 479px) {
  .our-story-image-presidente {
    height: 0;
    padding-bottom: 61.4%;
    background: #ededed url(../img/our-story/historia_1_small.jpg) no-repeat center top;
    background-size: cover; }
	
	.our-story-image-quintal {
    height: 0;
    padding-bottom: 61.6%;
    background: #ededed url(../img/our-story/historia_quintal_small.jpg) no-repeat center top;
    background-size: cover; } 
	
	.our-story-image-capela {
    height: 0;
    padding-bottom: 62.2%;
    background: #ededed url(../img/our-story/historia_capela_small.jpg) no-repeat center top;
    background-size: cover; } 

  .our-story-image-obreiros {
    height: 0;
    padding-bottom: 64.6%;
    background: #ededed url(../img/our-story/historia_obreiros_small.jpg) no-repeat center top;
    background-size: cover; }

  .our-story-image-templo {
    height: 0;
    padding-bottom: 65.8%;
    background: #ededed url(../img/our-story/historia_templo_small.jpg) no-repeat center top;
    background-size: cover; }

  .our-story-image-construcao {
    height: 0;
    padding-bottom: 62.6%;
    background: #ededed url(../img/our-story/historia_construcao_small.jpg) no-repeat center top;
    background-size: cover; }

  .summary-copy {
    background-image: none; }

  .our-story-main-heading {
    font-size: 3em; } }
@media screen and (min-width: 480px) {
  .our-story-image-presidente {
    height: 0;
    padding-bottom: 48.31625%;
    background: #ededed url(../img/our-story/historia_1.jpg) no-repeat center top;
    background-size: cover; }

  .our-story-image-quintal {
    height: 0;
    padding-bottom: 54.90483%;
    background: #ededed url(../img/our-story/historia_quintal.jpg) no-repeat center top;
    background-size: cover; }
	
	 .our-story-image-capela {
    height: 0;
    padding-bottom: 54.90483%;
    background: #ededed url(../img/our-story/historia_capela.jpg) no-repeat center top;
    background-size: cover; }

  .our-story-image-obreiros {
    height: 0;
    padding-bottom: 54.90483%;
    background: #ededed url(../img/our-story/historia_obreiros.jpg) no-repeat center top;
    background-size: cover; }

  .our-story-image-templo {
    height: 0;
    padding-bottom: 58.56515%;
    background: #ededed url(../img/our-story/historia_templo.jpg) no-repeat center top;
    background-size: cover; }

  .our-story-image-construcao {
    height: 0;
    padding-bottom: 52.41581%;
    background: #ededed url(../img/our-story/historia_construcao.jpg) no-repeat center top;
    background-size: cover; } }
.summary-copy.summary-copy--no-background {
  background-image: none; }

.our-story-main-heading {
  font-weight: 300;
  text-transform: uppercase;
  color: #666; }

.our-story-share {
  border-top: 1px solid #ccc;
  margin: 50px 0 0;
  padding: 20px 0 0; }

.main-navigation {
  position: relative;
  margin: 0 auto; }

.main-navigation a {
  color: #333;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle; }

.main-navigation a .fi {
  font-size: 70%;
  position: relative;
  top: -1px; }

.main-navigation a .fi:before {
  transition: all .25s ease; }

.main-navigation a.down {
  background: #fff; }

.main-navigation a.down .fi {
  top: 1px; }

.main-navigation a.down .fi:before {
  transform: rotate(180deg); }

.main-navigation li.on > a,
.main-navigation a:hover {
	color: #6da0b5;
}

.main-navigation li span {
  padding: 2px 0;
  display: table;
  border-bottom: 2px solid transparent;
  margin: 0 auto; }

.main-navigation li.on > a span {
  border-bottom: 1px solid #6da0b5; }

.main-navigation ul {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  list-style: none; }

.main-navigation ul > li {
  color: #333;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  cursor: pointer;
  letter-spacing: 1px;
  font-weight: 300; }

.main-navigation ul > li:hover {
  color: #fff;
  opacity: 1; }

.dropnav,
.meganav {
  height: 0;
  overflow: hidden;
  transition: height .25s ease; }

.no-js li:hover .meganav,
.meganav.expanded {
  height: 260px; }

.no-js li.hair-link:hover .meganav,
.hair-link .meganav.expanded {
  height: 260px; }

@media screen and (max-width: 1023px) {
  .main-navigation ul > li {
    width: 100%;
    text-align: left;
    margin: 0;
    position: relative; }

  .menu-trigger {
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 201;
    padding: 10px 0 0;
    cursor: pointer; }

  .trigger-bar {
    display: block;
    height: 2px;
    background: #666;
    width: 24px;
    position: absolute;
    width: 24px;
    left: 50%;
    margin: 0 0 0 -12px;
    transition: all .25s; }

  .menu-trigger .trigger-bar:nth-child(1) {
    top: 10px; }

  .menu-trigger .trigger-bar:nth-child(2) {
    top: 18px; }

  .menu-trigger .trigger-bar:nth-child(3) {
    top: 26px; }

  .navigation-expanded .menu-trigger .trigger-bar:nth-child(1) {
    transform: rotate(-45deg);
    top: 18px; }

  .navigation-expanded .menu-trigger .trigger-bar:nth-child(3) {
    transform: rotate(45deg);
    top: 18px; }

  .navigation-expanded .menu-trigger .trigger-bar:nth-child(2) {
    opacity: 0; }

  .main-navigation ul li a {
    padding: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    display: block;
    text-align: center;
    transition: background .25s ease; }

  .main-navigation ul > li a:hover {
    background: #ededed; }

  .main-navigation {
    height: 0;
    padding: 0;
    transform: translate3d(0, 0, 0);
    transition: height .25s ease-in-out .7s;
    z-index: 200;
    overflow: hidden; }

  .expanded.main-navigation {
    left: 0;
    width: 100%;
    transition: height .25s ease-in-out;
    height: 640px; }

  .salons-expanded.main-navigation {
    height: 915px; }

  .hair-expanded.main-navigation {
    height: 776px; }

  .main-navigation > ul > li:first-child {
    padding-top: 20px; }

  .main-navigation > ul > li:first-child > a {
    border-top: none; }

  .main-navigation li {
    transform: translateX(-300px);
    opacity: 0;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out; }

  .expanded.main-navigation li {
    transform: translateX(0);
    opacity: 1; }

  .meganav.expanded {
    background: #ededed; }

  .expanded.main-navigation li:nth-child(1) {
    transition-delay: .7s; }

  .expanded.main-navigation li:nth-child(2) {
    transition-delay: .8s; }

  .expanded.main-navigation li:nth-child(3) {
    transition-delay: .9s; }

  .expanded.main-navigation li:nth-child(4) {
    transition-delay: 1s; }

  .expanded.main-navigation li:nth-child(5) {
    transition-delay: 1.1s; }

  .expanded.main-navigation li:nth-child(6) {
    transition-delay: 1.2s; }

  .expanded.main-navigation li:nth-child(7) {
    transition-delay: 1.3s; }

  .expanded.main-navigation li:nth-child(8) {
    transition-delay: 1.4s; }

  .expanded.main-navigation li:nth-child(9) {
    transition-delay: 1.5s; }

  .main-navigation li:nth-child(9) {
    transition-delay: 0s; }

  .main-navigation li:nth-child(8) {
    transition-delay: .1s; }

  .main-navigation li:nth-child(7) {
    transition-delay: .2s; }

  .main-navigation li:nth-child(6) {
    transition-delay: .3s; }

  .main-navigation li:nth-child(5) {
    transition-delay: .4s; }

  .main-navigation li:nth-child(4) {
    transition-delay: .5s; }

  .main-navigation li:nth-child(3) {
    transition-delay: .6s; }

  .main-navigation li:nth-child(2) {
    transition-delay: .7s; }

  .main-navigation li:nth-child(1) {
    transition-delay: .8s; } }
@media screen and (min-width: 1024px) {
  .main-navigation {
    margin: 0 auto 20px;
    position: absolute;
    right: 0;
    top: 20px; }

  .main-navigation > ul {
    list-style: none;
    margin: 0;
    padding: 0; }

  .main-navigation > ul > li {
    font-size: 1.3em;
    display: inline-block;
    margin-left: 0;
    vertical-align: top; }

  .main-navigation > ul > li a {
    padding: 5px 10px; }

  .meganav {
    position: fixed;
    left: 0;
    top: 102px;
    background: rgba(255, 255, 255, 0.9);
    right: 0; }

  .no-js li:hover .meganav,
  .meganav.expanded {
    height: 459px; }

  .no-js li.hair-link:hover .meganav,
  .hair-link .meganav.expanded {
    height: 459px; }

  .meganav ul {
    font-size: 1em; }

  .meganav li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    font-size: 1.38em;
    font-weight: 300; }

  .meganav a {
    display: block;
    text-align: center;
    padding: 40px !important; }

  .main-navigation a.down .fi {
    top: -2px; } }
@media screen and (min-width: 1200px) {
  .main-navigation ul > li {
    margin-left: 20px; } }
@media screen and (min-width: 1500px) {
  .meganav {
    left: 50%;
    margin-left: -750px;
    width: 1500px;
    z-index: 1000; } }
/*
Flaticon icon font: Flaticon
Creation date: 14/06/2016 10:14
*/
@font-face {
  font-family: "Flaticon";
  src: url("icon-fonts/flaticon.eot");
  src: url("icon-fonts/flaticond41d.eot?#iefix") format("embedded-opentype"), url("icon-fonts/flaticon.woff") format("woff"), url("icon-fonts/flaticon.ttf") format("truetype"), url("icon-fonts/flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("icon-fonts/flaticon.svg#Flaticon") format("svg"); } }
.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.flaticon-arrows:before {
  content: "\f100"; }

.flaticon-checked:before {
  content: "\f101"; }

.flaticon-close:before {
  content: "\f102"; }

.flaticon-download:before {
  content: "\f103"; }

.flaticon-facebook-logo-button:before {
  content: "\f104"; }

.flaticon-flickr-circle-logo:before {
  content: "\f105"; }

.flaticon-google-plus-logo-button:before {
  content: "\f106"; }

.flaticon-instagram-logo:before {
  content: "\f107"; }

.flaticon-next:before {
  content: "\f108"; }

.flaticon-pinterest:before {
  content: "\f109"; }

.flaticon-search:before {
  content: "\f10a"; }

.flaticon-shopping-basket:before {
  content: "\f10b"; }

.flaticon-twitter-logo-button:before {
  content: "\f10c"; }

.flaticon-youtube-logotype:before {
  content: "\f10d"; }

/*! Page Feature */
.page-feature {
  display: flex;
  flex-direction: column; }

.page-feature-text {
  order: 2;
  padding: 2rem; }

.page-feature-slideshow {
  order: 1; }

.page-feature-heading {
  color: #6da0b5;
  font-weight: 400;
  font-size: 2.4em; }

.page-feature-intro-text p {
  font-weight: 300;
  font-size: 1.7em; }

@media screen and (min-width: 768px) {
  .page-feature {
    flex-direction: row;
    padding: 0 1px; }

  .page-feature-text {
    order: 1;
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #fff;
    padding: 4rem; }

  .page-feature-slideshow {
    order: 2;
    width: 50%;
    border: 1px solid #fff; } }
@media screen and (min-width: 1200px) {
  .page-feature-text {
    width: 33.333%; }

  .page-feature-slideshow {
    width: 66.666%; }

  .page-feature-heading {
    font-size: 3.6em; }

  .page-feature-intro-text p {
    font-size: 2em; } }
/*! Signpost Links */
.signpost-link {
  border: 1px solid #fff;
  background: #fff;
  position: relative;
  color: #fff;
  text-decoration: none;
  display: block; }
  .signpost-link:after {
    content: '';
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%; }
  .signpost-link img {
    width: 100%;
    height: auto; }

.signpost-link-text {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
  transition: bottom 1s ease;
  width: 80%;
  max-width: 320px; }

.signpost-link-heading {
  text-align: center;
  border: 1px solid #fff;
  font-size: 2em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  z-index: 2;
  line-height: 1.1;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px;
  letter-spacing: 1px;
  border-radius: 3px;
  transition-delay: .2s;
  display: table;
  margin: 0 auto 10px; }

.signpost-link .reveal-on-hover {
  display: none; }

.play-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #fff;
  transition: opacity .4s ease .3s; }

.signpost-link:hover .play-icon {
  opacity: 0;
  transition-delay: 0s; }

@media screen and (min-width: 375px) {
  .signpost-link .reveal-on-hover {
    display: block;
    position: absolute;
    width: 200px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 2em;
    color: #fff;
    text-transform: uppercase;
    left: 50%;
    margin: 0 0 0 -100px;
    bottom: 20px;
    font-weight: 300;
    z-index: 2;
    line-height: 1.1;
    background: rgba(0, 0, 0, 0.1);
    padding: 10px;
    letter-spacing: 1px;
    transition: all 1s ease;
    border-radius: 3px;
    transition-delay: .2s;
    opacity: 0;
    font-size: 1.4em;
    border: none;
    background: none;
    transition-delay: 0s; }

  .signpost-link:hover .reveal-on-hover {
    opacity: 1;
    transition-delay: .5s; }
  .signpost-link:hover .reveal-on-hover .fi {
    left: 8px;
    transition-delay: .75s; }

  .signpost-link:hover .signpost-link-text {
    bottom: 50px; } }
.play-icon {
  display: none; }

@media screen and (min-width: 768px) {
  .play-icon {
    display: block;
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #fff;
    transition: opacity .4s ease .3s; }

  .signpost-link:hover .play-icon {
    opacity: 0;
    transition-delay: 0s; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .signpost-links {
    display: flex;
    padding: 0 1px; }

  .signpost-link {
    flex: 1;
    height: 250px;
    overflow: hidden; }
    .signpost-link img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 100%;
      width: auto;
      max-width: none; }

  .signpost-link-text {
    min-height: 108px; } }
@media screen and (min-width: 1024px) {
  .signpost-links {
    display: flex;
    padding: 0 1px; }

  .signpost-link {
    flex: 1; }

  .signpost-link-text {
    min-height: 108px; } }
/*! Salons List */
.salons-list {
  border: 1px solid #ededed; }

.salon {
  border: 1px solid #ededed;
  padding: 20px;
  display: flex;
  flex-direction: column; }

.salon__name {
  text-transform: uppercase;
  font-weight: 300;
  margin: 0 0 10px; }

.salon__address {
  font-size: 12px;
  font-weight: 300; }

.salon__description {
  flex-grow: 1; }
  .salon__description p,
  .salon__description li {
    font-weight: 300; }

.salon__cta {
  margin: 0; }

@media screen and (min-width: 768px) {
  .salons-list {
    display: flex; }

  .salon {
    flex: 1; } }
@media screen and (min-width: 1024px) {
  .salon {
    padding: 40px; } }
.flexslider--salons__link {
	position: absolute;
	width: auto;
	text-align: center;
	border: 1px solid #fff;
	font-size: 2em;
	color: #fff;
	text-transform: uppercase;
	left: 50%;
	margin: 0;
	transform: translate(-50%, -50%);
	top: 50%;
	font-weight: 300;
	z-index: 2;
	line-height: 1.1;
	padding: 10px;
	letter-spacing: 1px;
	transition: all 1s ease;
	border-radius: 3px;
	text-decoration: none;
	background-color: rgba(68,106,132,0.4);
}

/*! Content Row */
.content-row {
  display: flex;
  flex-direction: column; }

.content-row__image {
  order: 1;
  background: #ededed;
  height: 240px;
  width: 100%;
  background-position: center center;
  background-size: cover; }

.content-row__text {
  order: 2;
  padding: 20px;
  font-weight: 300; }
  .content-row__text p {
    font-size: 1.6em; }

@media screen and (min-width: 480px) {
  .content-row__image {
    height: 350px; }

  .content-row__text {
    width: 75%;
    margin: 0 auto;
    padding: 20px 0; } }
@media screen and (min-width: 768px) {
  .content-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #f5f5f5; }

  .content-row__image {
    height: auto;
    align-self: stretch;
    width: 50%;
    order: 2;
    min-height: 590px; }

  .content-row__text {
    width: 50%;
    margin: 0;
    order: 1;
    padding: 40px; }

  .content-row--inverse {
    background: #fff; }
    .content-row--inverse .content-row__image {
      order: 1; }
    .content-row--inverse .content-row__text {
      order: 2; } }
@media screen and (min-width: 1024px) {
  .content-row__image {
    width: 66.6666%; }

  .content-row__text {
    width: 33.33333%;
    padding: 60px; } }
@media screen and (min-width: 1200px) {
  .content-row__text {
    padding: 100px; } }
@media screen and (max-width: 767px) {
  .slide-fundador {
    background-image: url(../img/landing-fundador-sm.jpg); }

  .slide-sobre-nos {
    background-image: url(../img/landing-sobre-sm.jpg); }

  .slide-sevenoaks {
    background-image: url(../img/landing-sevenoaks-sm.jpg); } }
@media screen and (min-width: 768px) {
  .slide-sobre-nos {
    background-image: url(../img/landing-sobre.jpg);
    background-position: right top; }

  .slide-fundador {
    background-image: url(../img/slide_fundador.jpg); }

  .slide-sevenoaks {
    background-image: url(../img/landing-sevenoaks.jpg); } }
/*! Content Row */
.block-row {
  display: flex;
  flex-direction: column; }

.block-row__image {
  order: 1;
  background: #ededed;
  height: 360px;
  width: 100%;
  background-position: center center;
  background-size: cover; }

.block-row__text {
  order: 2;
  padding: 20px;
  font-weight: 300; }
  .block-row__text p {
    font-size: 1.6em; }

@media screen and (min-width: 480px) {
  .block-row__image {
    height: 500px; }

  .block-row__text {
    width: 75%;
    margin: 0 auto;
    padding: 20px 0; } }
@media screen and (min-width: 768px) {
  .block-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 0 80px 0;
    position: relative; }

  .block-row__image {
    height: auto;
    align-self: stretch;
    width: 50%;
    order: 2;
    min-height: 590px; }

  .block-row__image2 {
    width: 325px;
    height: 300px;
    position: absolute;
    right: 0;
    bottom: -80px;
    z-index: 10;
    border: 30px solid #f5f5f5;
    background-position: center;
    background-size: cover;
    background-clip: content-box; }

  .block-row__text {
    width: 50%;
    margin: 0;
    order: 1;
    padding: 0; }

  .block-row--inverse {
    margin: 0 0 80px 0; }
    .block-row--inverse .block-row__image {
      order: 1; }
    .block-row--inverse .block-row__text {
      order: 2; }
    .block-row--inverse .block-row__image2 {
      right: auto;
      left: 0; }

  .block-row__text-content {
    padding: 40px;
    background: #f5f5f5;
    transform: translateX(0);
    margin-right: -90px;
    position: relative;
    z-index: 2; }
    .block-row--inverse .block-row__text-content {
      margin-right: 0;
      margin-left: -90px;
      transform: translateX(0); } }
@media screen and (min-width: 1024px) {
  .block-row__image {
    width: 66.6666%; }

  .block-row__text {
    width: 33.33333%; }

  .block-row {
    margin: 0 30px 80px; }

  .block-row__image2 {
    border-color: #fff;
    right: 30px; }
    .block-row--inverse .block-row__image2 {
      right: auto;
      left: 30px; }

  .block-row__text-content {
    transform: translateX(50px);
    margin-right: -120px; }
    .block-row--inverse .block-row__text-content {
      margin-right: 0;
      margin-left: -120px;
      transform: translateX(-50px); } }
@media screen and (min-width: 1200px) {
  .block-row__text {
    padding: 100px; }

  .block-row__text-content {
    transform: translateX(50px);
    margin-right: -120px; }
    .block-row--inverse .block-row__text-content {
      margin-right: 0;
      margin-left: -120px;
      transform: translateX(-50px); }

  .block-row__image2 {
    width: 450px;
    height: 400px; } }
@media screen and (max-width: 767px) {
  .london-image-1 {
    background-image: url(../img/london-1-sm.jpg); }

  .london-image-2 {
    background-image: url(../img/london-2-sm.jpg); }

  .london-image-3 {
    background-image: url(../img/london-3-sm.jpg); }

  .london-image-4 {
    background-image: url(../img/london-4-sm.html); } }
@media screen and (min-width: 768px) {
  .london-image-1 {
    background-image: url(../img/london-1.jpg); }

  .london-image-2 {
    background-image: url(../img/london-2.jpg); }

  .london-image-3 {
    background-image: url(../img/london-3.jpg); }

  .london-image-4 {
    background-image: url(../img/london-4.jpg); } }
.video-promo {
  background: linear-gradient(to right, #6da0b5 0%, #3e7288 100%);
  color: #fff;
  position: relative;
  z-index: 10; }
  .video-promo a {
    display: flex;
    text-decoration: none;
    color: inherit;
    align-items: center;
    transition: background .25s ease;
    height: 76px; }
    .video-promo a:hover {
      background: rgba(0, 0, 0, 0.1); }
  .video-promo p {
    font-size: 1.2em;
    margin: 0;
    padding: 10px 10px 10px 0; }
  .video-promo strong {
    display: block; }

.video-promo__image {
  width: 161px;
  max-width: 25%;
  position: relative;
  margin: 0 10px 0 0;
  height: 100%;
  overflow: hidden; }
  .video-promo__image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: none; }

@media screen and (min-width: 480px) {
  .video-promo {
    padding: 81px 0 0;
    margin: 0 0 -81px; }
    .video-promo a {
      height: 89px; }
    .video-promo p {
      font-size: 1.4em; }

  .video-promo__image {
    margin: 0 20px 0 0; } }
@media screen and (min-width: 768px) {
  .video-promo {
    padding: 101px 0 0;
    margin: 0 0 -101px; } }
.new-client-page .flexslider--feature,
.new-client-page .flexslider--feature .slides,
.new-client-page .flexslider--feature .slides li {
  height: 243px !important; }
.new-client-page .flexslider--feature .slides li {
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: auto 800px;
  background-color: #6da0b5; }
.new-client-page .flexslider--feature::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, black 100%);
  z-index: +2;
  top: 0;
  left: 0;
  opacity: .5; }
.new-client-page .home-find-us-row h2 {
  margin-bottom: 40px; }
.new-client-page .vcard.contact-address p.email {
  margin: 0; }

.new-client-lede {
  text-align: center;
  margin: 40px auto 30px auto;
  max-width: 620px; }
  .new-client-lede h1 {
    color: #6da0b5;
    text-transform: uppercase;
    font-size: 3em;
    margin: 0;
    font-weight: 400; }
    .new-client-lede h1 span {
      display: block;
      font-size: .6em;
      line-height: 1em; }
  .new-client-lede h2 {
    color: #6da0b5;
    text-transform: uppercase;
    font-size: 1.8em;
    margin: 0;
    font-weight: 400; }
  .new-client-lede .copy {
    margin: 20px auto 0 auto;
    max-width: 520px; }
    .new-client-lede .copy p {
      font-size: 1.8em;
      color: #333;
      line-height: 1.4em;
      margin: 0;
      font-weight: 300; }

.new-client-copy--grey-bg {
  background: #ededed; }

.new-client-copy-header {
  color: #6da0b5;
  text-align: center;
  font-size: 2em;
  text-transform: uppercase;
  margin: 50px 20px 30px 20px; }

.new-client-copy {
  padding: 0 0 30px 0; }
  .new-client-copy .column-content h3, .new-client-copy .column-content .h2-as-h3 {
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 300; }
  .new-client-copy .column-content p {
    margin: 0 0 50px 0;
    margin: 0; }

@media screen and (min-width: 768px) {
  .new-client-lede h1 {
    font-size: 3.8em; }
  .new-client-lede h2 {
    font-size: 2.4em; }
  .new-client-lede .copy p {
    font-size: 2.4em; } }
	
	
/********************* VIDEO *****************/

.wpb_video_wrapper{padding-top:56.25%;position:relative;width:100%}
.wpb_video_widget 
.wpb_video_wrapper>div{padding-top:0!important;position:static}
.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper{padding-top:56.25%}
.wpb_video_widget.vc_video-aspect-ratio-43 .wpb_video_wrapper{padding-top:75%}
.wpb_video_widget.vc_video-aspect-ratio-235 .wpb_video_wrapper{padding-top:42.55319149%}
.wpb_video_widget.vc_video-align-left .wpb_wrapper{float:left}
.wpb_video_widget.vc_video-align-center .wpb_wrapper{margin:0 auto}
.wpb_video_widget.vc_video-align-right .wpb_wrapper{float:right}
.wpb_video_widget .wpb_wrapper{position:relative}
.wpb_video_widget .wpb_wrapper iframe{width:100%;height:100%;display:block;position:absolute;margin:0;top:0;left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.wpb_video_wrapper .fluid-width-video-wrapper{padding-top:0!important;position:static}	
	
.vc_row.vc_row-flex>.vc_vc_column>.vc_column_container>.vc_column-inner,.vc_row.vc_row-flex>.vc_vc_column_inner>.vc_column_container>.vc_column-inner{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}	
