/*********************
BREAKPOINTS
*********************/
/* @group Greys */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
.FlexEmbed {
  display: block;
  overflow: hidden;
  position: relative; }

.FlexEmbed-content {
  bottom: 0;
  height: 105%;
  left: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%; }

.BGImage {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  transition: opacity 0.3s ease-out;
  opacity: 0; }
  .BGImage.loaded {
    opacity: 1; }

.video-section .backstretch {
  z-index: -1; }

/* @group Variables */
/* @end */
/* @group Light */
.LightT .YTPOverlay, .LightT .vimeo_player_overlay {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: opacity(0.2);
  backdrop-filter: opacity(0.2); }

/* @end */
/* @group To oversize blur images to avoid feathering */
.parallax.BGImage {
  background-attachment: fixed; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .parallax.BGImage {
    background-attachment: scroll; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .parallax.BGImage {
    background-attachment: scroll; } }

@media only screen and (min-device-width: 0px) and (max-device-width: 667px) {
  .parallax.BGImage {
    background-attachment: scroll; } }

/* @end */
/* @group With sidebar */
.SB_Section .AniSlider img {
  filter: brightness(1) blur(0px) !important;
  -webkit-filter: brightness(1) blur(0px) !important;
  -moz-filter: brightness(1) blur(0px) !important;
  -o-filter: brightness(1) blur(0px) !important;
  -ms-filter: brightness(1) blur(0px) !important; }

/* @end */
/* @group IE fix */
.SectionSpace {
  position: relative;
  z-index: 2; }

.ieTint {
  position: absolute;
  z-index: 1;
  position: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.LightT .ieTint {
  background: rgba(0, 0, 0, 0.2); }

.MediumT .ieTint {
  background: rgba(0, 0, 0, 0.4); }

.StrongT .ieTint {
  background: rgba(0, 0, 0, 0.6); }

.HeavyT .ieTint {
  background: rgba(0, 0, 0, 0.6); }

/* @end */
