@charset "UTF-8";
/* Brand Colours */
/*#FDEFED*/
/* Background Colours */
/* Import fonts */
@import url("https://fonts.googleapis.com/css?family=Overpass:200,200i,400,600,700&display=swap");
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  height: 100%; }

/**
 * Remove default margin.
 */
body {
  font-family: "Overpass", sans-serif;
  font-style: normal;
  background: #FAFAEE;
  color: #06262D;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  cursor: auto;
  font-size: 1em;
  transition: background 1.4s ease-in; }
  @media only screen and (min-width: 679px) {
    body {
      font-size: 1em;
      line-height: 1.5; } }
  @media only screen and (min-width: 1600px) {
    body {
      font-size: 1.1em; } }
  @media only screen and (min-width: 1920px) {
    body {
      font-size: 1.35em; } }
  body.activated {
    background: #FFD2C6; }
  body.activated-green {
    background: #15574F; }
  body.noscroll {
    overflow: hidden; }

/*html, body {
  min-height:100%; 
}

preload pages 

body {
    overflow: hidden;
}

/* Preloader 

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; 
    z-index:99;
}

#status {
    width:90px;
    height:90px;
    position:absolute;
    left:50%;
    top:50%;
    background: url(../images/cambrex-ripple-grey.svg) center center no-repeat;
	background-size: contain;
    margin:-45px 0 0 -45px;
	
	-webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  
}*/
button:focus {
  outline: 0; }

textarea, input {
  outline: none; }

/* 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.
 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  color: #06262D;
  text-decoration: none; }

a:visited {
  background-color: transparent;
  color: #06262D;
  text-decoration: none; }

li a:visited, .button:visited {
  color: #06262D; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/* util */
@media screen and (max-width: 679px) {
  .hide-mobile {
    display: none !important; } }

@media screen and (max-width: 1023px) {
  .hide-tablet {
    display: none !important; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .hide-portrait {
    display: none !important; } }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 



a {
	transition: all 0.3s ease-in;	
}
*/
p {
  margin: 2em 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;
  width: 100%;
  height: auto; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
svg {
  height: 100%;
  width: 100%; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 0;
  /* Firefox 1-3.6 */
  -moz-border-radius: 0;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 0;
  -webkit-appearance: none;
  border: 0; }

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: ''; }

select::-ms-expand {
  display: 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="text"], input[type="email"] {
  padding: .625em; }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

ul {
  list-style-type: none; }

ul.two-col {
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 481px) {
    ul.two-col {
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2; } }
  ul.two-col li {
    padding: 8px 0; }
  ul.two-col i {
    display: inline-block;
    margin-right: 10px; }

.wrapTable {
  overflow-x: auto;
  /* width: 1020px; */
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 10px;
  margin: 0 0 10px; }
  .wrapTable td, .wrapTable th {
    display: table-cell;
    vertical-align: inherit; }
  .wrapTable table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%; }
  .wrapTable tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit; }
  .wrapTable tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit; }
  .wrapTable .ccbnContent * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

/*
 * @cleaner.scss
 * Sass file containing a seamless, responsive variable column grid
 */
/* page container */
.wrapper {
  margin: 0;
  position: relative;
  overflow: hidden; }

.row {
  width: 100%;
  margin: 0 auto;
  clear: both;
  box-sizing: border-box; }

/* contained row */
.small-row {
  clear: both;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  box-sizing: border-box; }
  @media only screen and (min-width: 1024px) {
    .small-row {
      max-width: 1000px; } }
  @media only screen and (min-width: 1600px) {
    .small-row {
      max-width: 1400px; } }
  @media only screen and (min-width: 2400px) {
    .small-row {
      max-width: 1900px; } }

.search-filter-results {
  clear: both;
  max-width: 900px;
  margin: 3em auto;
  padding: 0;
  position: relative;
  box-sizing: border-box; }
  @media screen and (min-width: 1281px) {
    .search-filter-results {
      max-width: 1000px; } }

.indented-row {
  padding: 0; }

.paddedColumn {
  float: left;
  padding: 2em;
  box-sizing: border-box; }
  @media screen and (min-width: 600px) {
    .paddedColumn {
      padding: 3em; } }

.plainColumn {
  float: left;
  box-sizing: border-box; }

@media only screen {
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; } }

@media only screen and (min-width: 679px) {
  .pull-right {
    float: right; }
  .align-right {
    text-align: right; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; } }

@media only screen and (min-width: 1024px) {
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; } }

@media only screen and (min-width: 1281px) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-12 {
    width: 100%; } }

@media only screen and (min-width: 1600px) {
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-12 {
    width: 100%; } }

.hero {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 7000;
  background: #06262D;
  transition-delay: .8s;
  transition: all 0.4s ease; }
  .hero.transheader {
    background: transparent !important;
    position: absolute !important; }
  .hero.is-hidden {
    opacity: 1;
    -webkit-transform: translate(0, -80px); }
  .hero.is-visible {
    opacity: 1;
    -webkit-transform: translate(0, 0); }

.logo-wrapper {
  position: relative;
  width: 90px;
  transition: all 0.6s ease;
  z-index: 900;
  padding: 0.9em 2em .9em 2em; }
  .logo-wrapper img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 678px) {
    .logo-wrapper {
      left: calc(50%);
      transform: translateX(-50%);
      width: auto; } }

#menu-1 {
  margin: 0;
  padding: 0.7em 2em;
  float: right;
  font-family: "Overpass", sans-serif;
  transition: padding 0.3s ease; }
  #menu-1 li {
    display: inline-block;
    margin-left: 1em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.725em;
    /* current menu item */ }
    @media screen and (min-width: 1024px) {
      #menu-1 li {
        margin-left: 2em; } }
    #menu-1 li a {
      color: #FAFAEE;
      text-decoration: none;
      position: relative; }
      #menu-1 li a::after {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 50%;
        width: 0%;
        border-top: 1px solid #FAFAEE;
        transition: all 0.5s ease; }
      #menu-1 li a:hover::after {
        left: 0;
        width: 99%; }
    #menu-1 li.current-menu-item a::after {
      content: '';
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 99%;
      border-top: 1px solid #FAFAEE;
      transition: all 0.5s ease; }

.hero.fixed,
.hero.is-visible {
  background: #06262D;
  z-index: 7000; }
  .hero.fixed .logo-wrapper,
  .hero.is-visible .logo-wrapper {
    padding: 0.9em 2em .9em 2em; }
  .hero.fixed #menu-1,
  .hero.is-visible #menu-1 {
    margin: 0;
    padding: 0.7em 2em; }

/* apply mobile header styles */
.hide-large {
  display: none !important; }

.mobile-menu-icon {
  display: inline-block;
  position: fixed;
  padding: 0.725em 2em 0.725em 2em;
  top: 0;
  right: 0;
  z-index: 9001;
  width: 18px; }

.hero.fixed .mobile-menu-icon {
  padding: 0.725em 2em 0.725em 2em; }

.subpages.fixed .menu-icon path, .subpages.fixed .menu-icon line,
.subpages.is-visible .menu-icon path,
.subpages.is-visible .menu-icon line {
  stroke: #FAFAEE; }

.menu-container .call-text {
  display: none; }

.menu-container .specs-icon-block, .menu-container .mobile-close-icon {
  display: none; }

@media screen and (max-width: 1023px) {
  .menu-container {
    position: fixed;
    height: 100vh;
    top: -120vh;
    left: 0;
    right: 0;
    transition: all 0.6s ease;
    background: #06262D;
    overflow-y: auto;
    z-index: 9000; }
    .menu-container #menu-1 {
      float: none;
      padding: 2em; }
      .menu-container #menu-1 .hide-large {
        display: block !important; }
      .menu-container #menu-1 li {
        display: block;
        margin-left: 0; }
        .menu-container #menu-1 li a {
          padding: 0.5em 0;
          opacity: 0;
          display: block;
          text-transform: none;
          font-family: "Overpass", serif;
          font-size: 2em;
          letter-spacing: 0; }
          .menu-container #menu-1 li a::after {
            display: none !important; }
    .menu-container .call-text {
      display: block;
      margin: 2em;
      color: #A0ABA5; }
      .menu-container .call-text a {
        color: #A0ABA5; }
    .menu-container .mobile-close-icon {
      position: absolute;
      top: 0;
      right: 0;
      padding: 1.5em 2em;
      display: block;
      z-index: 50; }
    .menu-container .specs-icon-block {
      display: block;
      margin: 4em 2em 2em 2em;
      border-bottom: 1px solid #FAFAEE; }
      .menu-container .specs-icon-block a {
        display: block;
        margin-bottom: 1em; }
      .menu-container .specs-icon-block img {
        display: block;
        width: 60px;
        height: auto; }
    .menu-container.open {
      top: 0;
      z-index: 9009; }
      .menu-container.open .menu1 a {
        animation-name: fadeInRight;
        animation-fill-mode: forwards;
        animation-duration: 720ms;
        -webkit-animation-delay: 600ms;
        animation-delay: 600ms; }
      .menu-container.open .menu2 a {
        animation-name: fadeInRight;
        animation-fill-mode: forwards;
        animation-duration: 720ms;
        -webkit-animation-delay: 650ms;
        animation-delay: 650ms; }
      .menu-container.open .menu3 a {
        animation-name: fadeInRight;
        animation-fill-mode: forwards;
        animation-duration: 720ms;
        -webkit-animation-delay: 700ms;
        animation-delay: 700ms; }
      .menu-container.open .menu4 a {
        animation-name: fadeInRight;
        animation-fill-mode: forwards;
        animation-duration: 720ms;
        -webkit-animation-delay: 700ms;
        animation-delay: 700ms; } }

@media screen and (min-width: 1024px) {
  .mobile-menu-icon {
    display: none; }
  .menu-container {
    position: relative;
    background: transparent;
    height: auto; } }

/* colours for subpage menu */
.logo-switcher {
  position: relative;
  height: 17px;
  overflow: hidden; }

#greystlogo {
  position: absolute;
  top: 34px;
  left: 0;
  transition: all 0.4s ease;
  height: 17px; }
  #greystlogo.visible {
    top: 0; }

#specslogo {
  position: absolute;
  top: -17px;
  width: 50px;
  height: 17px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s ease; }
  #specslogo.visible {
    top: 0; }

/* fixed menu */
.hero.fixed.subpages .logochange,
.hero.is-visible.subpages .logochange {
  fill: #FAFAEE !important; }

.hero.fixed.subpages #menu-1 li a, .hero.fixed.subpages #menu-1 li a:visited,
.hero.is-visible.subpages #menu-1 li a,
.hero.is-visible.subpages #menu-1 li a:visited {
  color: #FAFAEE; }
  .hero.fixed.subpages #menu-1 li a::after, .hero.fixed.subpages #menu-1 li a:visited::after,
  .hero.is-visible.subpages #menu-1 li a::after,
  .hero.is-visible.subpages #menu-1 li a:visited::after {
    border-top: 1px solid #FAFAEE; }

.subpages.transheader .menu-icon path, .subpages.transheader .menu-icon line,
.hero.is-visible.subpages.transheader .menu-icon path,
.hero.is-visible.subpages.transheader .menu-icon line {
  stroke: #06262D; }

.subpages.transheader .logochange,
.hero.is-visible.subpages.transheader .logochange {
  fill: #06262D !important;
  transition: all 0.4s ease; }

.subpages.transheader .menu-container #menu-1 li a, .subpages.transheader .menu-container #menu-1 li a:visited,
.hero.is-visible.subpages.transheader .menu-container #menu-1 li a,
.hero.is-visible.subpages.transheader .menu-container #menu-1 li a:visited {
  color: #06262D; }
  .subpages.transheader .menu-container #menu-1 li a::after, .subpages.transheader .menu-container #menu-1 li a:visited::after,
  .hero.is-visible.subpages.transheader .menu-container #menu-1 li a::after,
  .hero.is-visible.subpages.transheader .menu-container #menu-1 li a:visited::after {
    border-top: 1px solid #06262D; }

.subpages.transheader .menu-container.open #menu-1 li a, .subpages.transheader .menu-container.open #menu-1 li a:visited,
.hero.is-visible.subpages.transheader .menu-container.open #menu-1 li a,
.hero.is-visible.subpages.transheader .menu-container.open #menu-1 li a:visited {
  color: #FAFAEE; }

/* footer */
footer {
  margin: 0;
  position: relative;
  clear: both;
  color: #06262D;
  overflow: hidden;
  background: #FAFAEE; }

.sign-up {
  background: #FFD2C6;
  clear: both;
  overflow: hidden;
  position: relative; }
  .sign-up input[type="email"] {
    color: #06262D;
    background: white;
    border: 1px solid #FFD2C6;
    display: inline-block;
    padding: 12px 19px 13px 19px;
    margin-right: 20px;
    width: calc(100% - 110px);
    box-sizing: border-box;
    position: relative; }
    .sign-up input[type="email"] .button {
      width: 90px; }
    .sign-up input[type="email"]:before {
      content: '\f0da';
      font-family: 'FontAwesome';
      position: relative;
      color: #06262D;
      margin-left: 10px; }

*html input[type="email"] {
  width: 70%; }

#mce-responses {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.copyright {
  position: relative; }
  .copyright a {
    color: #FFD2C6;
    transition: all 0.3s ease-in; }
    .copyright a i {
      font-size: 2.5em;
      display: inline-block;
      margin: 20px 20px 40px 0; }
    .copyright a:hover {
      color: #FFD2C6; }

.footer-menu {
  margin: 0;
  padding: 0; }
  .footer-menu li {
    display: list-item;
    float: left;
    margin-bottom: 20px; }
    .footer-menu li a {
      display: block;
      padding: 0 10px 0 0;
      margin-right: 10px;
      color: #FFD2C6;
      border-right: 1px solid #FFD2C6;
      position: relative; }
      @media screen and (max-width: 679px) {
        .footer-menu li a {
          margin-right: 5px;
          padding-right: 5px; } }
      .footer-menu li a::after {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 50%;
        width: 0%;
        border-top: 1px solid #FFD2C6;
        transition: all 0.5s ease; }
      .footer-menu li a:hover::after {
        left: 0;
        width: 99%; }
    .footer-menu li:last-child a {
      border: 0; }

.copyright-text {
  margin-bottom: 20px; }

@media screen and (min-width: 679px) {
  .copyright-text {
    text-align: right; } }

.footer-image-wrapper {
  height: 270px;
  overflow: hidden;
  margin-top: -170px; }
  .footer-image-wrapper img {
    width: 100%;
    height: auto; }

.news-sign-up-wrapper {
  clear: both;
  position: relative;
  overflow: hidden;
  background: #06262D;
  padding: 2rem 0; }
  .news-sign-up-wrapper h3 {
    margin-top: 0;
    margin-bottom: 1.5em;
    font-family: "Overpass", serif;
    font-size: 2em;
    font-weight: normal;
    color: #FFD2C6; }
    @media screen and (min-width: 679px) {
      .news-sign-up-wrapper h3 {
        margin-bottom: 2em; } }
    @media screen and (min-width: 1025px) {
      .news-sign-up-wrapper h3 {
        width: 65%; } }
  .news-sign-up-wrapper input[type="email"] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #FFD2C6;
    font-family: "Overpass", sans-serif;
    color: #FFD2C6;
    line-height: 2.2;
    padding: 0;
    margin-bottom: 1.5em; }
    @media screen and (min-width: 679px) {
      .news-sign-up-wrapper input[type="email"] {
        margin: 0; } }
  .news-sign-up-wrapper button {
    background: #FFD2C6;
    color: #06262D;
    font-family: "Overpass", sans-serif;
    border: 1px solid #FFD2C6;
    padding: 5px 26px;
    transition: all 0.3s ease;
    width: 100%; }
    @media screen and (min-width: 679px) {
      .news-sign-up-wrapper button {
        margin-left: 10px; } }
    @media screen and (min-width: 1025px) {
      .news-sign-up-wrapper button {
        width: auto; } }
    .news-sign-up-wrapper button:hover {
      background: transparent;
      color: #FFD2C6; }

.footer-telno {
  display: inline-block; }
  @media screen and (min-width: 679px) {
    .footer-telno {
      margin-top: 26px; } }

.social-links {
  font-weight: bold;
  margin-top: 18px;
  position: relative; }
  @media screen and (max-width: 678px) {
    .social-links {
      margin: 2em 0 0 0; } }
  .social-links span {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px; }
    @media screen and (min-width: 1024px) {
      .social-links span {
        left: 40px; } }
    @media screen and (min-width: 1280px) {
      .social-links span {
        left: 20px; } }
  .social-links a {
    display: inline-block;
    margin-right: 20px; }
    @media screen and (min-width: 679px) {
      .social-links a {
        margin-right: 0;
        margin-left: 12px; } }

.copyright-info {
  color: #707070; }
  @media screen and (max-width: 1023px) {
    .copyright-info .paddedColumn.mobileCollapse {
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: -2em; } }
  .copyright-info .copyright-text {
    font-size: 0.625em;
    display: inline-block; }
  .copyright-info #menu-3 {
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 1023px) {
      .copyright-info #menu-3 {
        float: right; } }
    .copyright-info #menu-3 li {
      display: inline-block;
      float: left;
      text-transform: uppercase;
      padding-right: 12px;
      font-size: 0.625em; }
      .copyright-info #menu-3 li a {
        color: #707070;
        position: relative; }
        .copyright-info #menu-3 li a::after {
          content: '';
          position: absolute;
          bottom: -3px;
          left: 50%;
          width: 0%;
          border-top: 1px solid #FFD2C6;
          transition: all 0.5s ease; }
        .copyright-info #menu-3 li a:hover::after {
          left: 0;
          width: 99%; }

.iscwp-gallery-grid.iscwp-image-fit .iscwp-col-4 .iscwp-img-wrp, .iscwp-image-fit.slidestoshow-4 .iscwp-img-wrp {
  height: auto !important; }

/* form styles */
.contact-heading {
  text-align: center;
  margin-bottom: 3em; }

.wpcf7-form .paddedColumn {
  padding-top: 0; }

.form-left {
  display: block;
  margin-bottom: 1em;
  font-size: 1em;
  display: block;
  margin-bottom: 1em;
  font-weight: bold; }
  @media screen and (min-width: 1024px) {
    .form-left {
      font-size: 1.250em; } }

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px 0 7px 1em;
  border: 1px solid #06262D;
  background-color: transparent;
  colour: #FFD2C6;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 1rem;
  box-sizing: border-box; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  textarea:focus {
    color: #FAFAEE;
    background: #06262D; }

textarea {
  height: 190px; }

input[type="submit"] {
  border: 0;
  color: #FAFAEE;
  background: #06262D;
  padding: 0;
  display: inline-block;
  transition: all 0.3s ease; }
  input[type="submit"].appointmentbutton {
    padding: 10px 20px;
    border: 1px solid #06262D; }
    input[type="submit"].appointmentbutton:hover {
      background: transparent;
      border: 1px solid #06262D;
      color: #06262D; }

.selectWrap {
  border: 1px solid #06262D;
  background: #FAFAEE;
  box-sizing: border-box;
  position: relative;
  overflow: hidden; }
  .selectWrap:focus {
    color: #FAFAEE;
    background: #06262D; }
  .selectWrap select {
    background: transparent;
    padding: 12px 0 12px 1em;
    line-height: 1;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    box-sizing: border-box;
    width: 100%; }
  .selectWrap:after {
    content: '';
    display: block;
    background: url(../images/chevron-thin-down.svg) center center no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%); }
  .selectWrap.date-picker-wrap:after {
    display: none; }
  .selectWrap.date-picker-wrap input[type="date"] {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 0 12px 1em;
    line-height: 1;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    background: transparent url(../images/chevron-thin-down.svg) right 15px center no-repeat;
    background-size: 15px; }
    .selectWrap.date-picker-wrap input[type="date"]:focus {
      background: #06262D url(../images/chevron-thin-down-light.svg) right 15px center no-repeat;
      background-size: 15px;
      color: #FAFAEE; }
  .selectWrap.date-picker-wrap [type="date"]::-webkit-inner-spin-button {
    display: none; }
  .selectWrap.date-picker-wrap input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer; }

.selectWrap.date-picker-wrap:hover:after,
.selectWrap.date-picker-wrap:focus:after {
  display: none; }

.checkstyle span.wpcf7-list-item {
  margin: 0; }

.checkstyle input {
  -webkit-appearance: checkbox; }

.datefield {
  background: url(../images/chevron-thin-down.svg) right 15px center no-repeat;
  background-size: 15px; }
  .datefield:focus {
    background: #06262D url(../images/chevron-thin-down-light.svg) right 15px center no-repeat !important;
    color: #FAFAEE;
    background-size: 15px; }

/*
.wpcf7-checkbox, .radio {
  display: inline;
  margin: 10px 0 0;

  .wpcf7-list-item {
    display: inline-block;
	margin-left: 0;
	  
    input[type=checkbox], input[type=radio] {
      display: none;

      &:checked + .wpcf7-list-item-label::before {
        content: "\f0c8";
        color: $bodyText;
        font-size: 12px;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 14px;
        text-decoration: inherit;
        text-align: center;
      }
    }
  }

  .wpcf7-list-item-label {
    display: inline-block;
    left: 20px;
    line-height: 14px;
    margin: 0 0 15px;
    position: relative;

    &::before {
      background: $baseColour;
      border: 1px solid $bodyText;
      border-radius: 0;
      content: "";
      height: 15px;
      left: -22px;
      position: absolute;
      width: 15px;
    }

    &:hover {
      cursor: pointer;
    }
  }
}

.radio {
  .wpcf7-list-item-label {
    &::before {
      border-radius: 100%;
    }
  }
}*/
section {
  clear: both; }

#primary {
  clear: both; }

h1, h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  font-family: "Overpass", serif;
  color: #06262D;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.1em; }

.locations-text h2 {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

#main {
  position: relative;
  overflow: hidden; }
  #main a:hover {
    text-decoration: underline; }

@media screen and (min-width: 1024px) {
  .image-toppad {
    margin-top: -15em; }
  .fullimage-right {
    padding-left: 2em;
    padding-bottom: 4em; } }

a.standout-button {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-left: 60px;
  transition: all 0.3s ease; }
  a.standout-button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 48%;
    width: 50px;
    border-top: 1px solid #06262D;
    transition: all 0.3s ease; }
  @media screen and (min-width: 1024px) {
    a.standout-button:hover {
      text-decoration: underline;
      padding-left: 50px; }
      a.standout-button:hover::before {
        left: -20px; } }

/* PAGE TRANSITIONAL */
.quicklinks {
  position: relative;
  clear: both;
  overflow: hidden; }

.projectholder {
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .projectholder.homepage-holder {
      margin-top: 4em; } }
  @media screen and (min-width: 1280px) {
    .projectholder.homepage-holder {
      margin-top: 8em; } }
  @media screen and (min-width: 1600px) {
    .projectholder.homepage-holder {
      margin-top: 16em; } }

.m-scene {
  position: relative;
  overflow: hidden;
  /** Reverse "exit" animations */ }
  .m-scene .scene_element {
    animation-duration: 1800ms;
    transition-timing-function: ease-in-out;
    animation-fill-mode: both; }
  .m-scene .scene_element--fadein {
    animation-name: fadeIn; }
  .m-scene .scene_element--fadeInUp {
    animation-name: fadeInUp;
    animation-duration: 600ms;
    -webkit-animation-delay: 600ms;
    animation-delay: 850ms; }
  .m-scene .scene_element--fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 0.6s; }
  .m-scene .scene_element--slideInDown {
    animation-name: slideInDown; }
  .m-scene .scene_element--slideInLeft {
    animation-name: slideInLeft;
    animation-duration: 0.5s;
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms; }
  .m-scene .scene_element--fadeInLeftEase {
    animation-name: fadeInDown;
    animation-duration: 1.1s;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms; }
  .m-scene .scene_element--fadeInRightDelay {
    animation-name: fadeInRight;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  .m-scene.is-exiting .scene_element {
    animation-direction: alternate-reverse; }

/*
.small-row.page-overview {
	@media screen and (min-width: 1025px) {
		padding-left: 7%;
		padding-right: 7%;
	}
}*/
/* contact */
.contact-panel {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFD2C6;
  z-index: 680;
  color: #FFD2C6; }
  .contact-panel.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s; }
  .contact-panel a {
    color: #FFD2C6 !important; }

/* contact form */
.wpcf7-form {
  display: block;
  transition: all 0.4s ease-in-out; }
  .wpcf7-form.sent .field-holder {
    display: none; }
  .wpcf7-form.sent .submit-hover {
    display: none; }

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #FFD2C6;
  background-color: transparent;
  border: 0; }

div.wpcf7-response-output {
  margin: 0;
  padding: 0; }

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #FFD2C6;
  background-color: transparent;
  border: 0;
  text-align: center;
  display: block;
  margin: 4em 0;
  position: relative;
  overflow: hidden;
  clear: both; }

div.wpcf7-mail-sent-ok:before {
  content: ""; }

div.wpcf7-validation-errors:before {
  content: ""; }

.vertical-center {
  position: relative;
  margin-top: 4rem; }
  @media screen and (min-width: 769px) {
    .vertical-center {
      max-width: 800px;
      margin: 0 auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 60%; } }

.close-panel {
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 30px;
  height: 30px; }
  .close-panel img {
    width: 100%;
    height: auto; }

/* lazy load */
img.lazy {
  display: block;
  border: 0; }

/* SITE STYLES */
video {
  width: 100%;
  height: auto;
  display: block; }

video::-webkit-media-controls {
  display: none !important; }

.vidpad {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

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

.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
  width: 100% !important;
  height: 100% !important; }

.mejs-container {
  padding-top: 56.25%; }

.wp-video, video.wp-video-shortcode {
  max-width: 100% !important; }

video.wp-video-shortcode {
  position: relative; }

.mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important; }

@media screen and (max-width: 679px) {
  .short-contact {
    display: block;
    background: #FFD2C6;
    position: fixed;
    top: -90px;
    z-index: 500;
    left: 0;
    right: 0;
    padding: 10px 20px;
    color: #FCE1DA !important;
    text-align: right;
    -webkit-transform: translateZ(0); }
  .maketrans .short-contact {
    display: block;
    background: #FFD2C6;
    position: fixed;
    top: 0;
    z-index: 500;
    left: 0;
    right: 0;
    padding: 10px 20px;
    color: #FCE1DA !important;
    text-align: right; } }

.full-image {
  line-height: 0; }

.site-main img {
  width: 100%;
  height: auto; }

.casehouse {
  position: relative;
  overflow: hidden;
  background: white; }

/* hero */
.hero-area {
  clear: both;
  position: relative;
  overflow: hidden;
  background: #06262D;
  color: #FAFAEE; }
  .hero-area .standout-button {
    color: #FAFAEE; }
    .hero-area .standout-button::before {
      border-top: 1px solid #FAFAEE; }
  .hero-area.bloghero {
    /*@media screen and (min-width: 1024px) {
			overflow: visible;
		}*/ }
  .hero-area.homepage {
    height: 80vh; }
    @media screen and (min-width: 679px) {
      .hero-area.homepage {
        height: 85vh; } }
    @media screen and (min-width: 679px) and (orientation: portrait) {
      .hero-area.homepage {
        height: 60vh; } }
    @media screen and (min-width: 1024px) {
      .hero-area.homepage {
        height: 100vh; } }
    .hero-area.homepage .heroContent {
      height: 110vh; }
      @media screen and (min-width: 679px) {
        .hero-area.homepage .heroContent {
          height: 85vh; } }
      @media screen and (min-width: 679px) and (orientation: portrait) {
        .hero-area.homepage .heroContent {
          height: 60vh; } }
      @media screen and (min-width: 1024px) {
        .hero-area.homepage .heroContent {
          padding-left: 0;
          height: 110vh; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
        .hero-area.homepage .heroContent {
          height: 60vh; } }
  .hero-area.bloghero {
    height: auto; }
    @media screen and (min-width: 679px) {
      .hero-area.bloghero {
        min-height: 110vh; } }
    @media screen and (min-width: 1024px) {
      .hero-area.bloghero {
        min-height: 120vh;
        overflow: visible; } }

/*.contact-hero .hero-area {
	background: $accentColour;
	
	
	h1 {
		color: $bodyText;
	}
	
	p {
		color: $bodyText;
	}
}*/
.hero-area-contact {
  background: #FAFAEE;
  color: #06262D;
  /*border-bottom: 1px solid $bodyText;*/ }
  .hero-area-contact .standout-button {
    color: #06262D; }
    .hero-area-contact .standout-button::before {
      border-top: 1px solid #06262D; }
  @media screen and (min-width: 1024px) {
    .hero-area-contact {
      height: 100vh; } }
  .hero-area-contact .blog-title {
    text-decoration: none;
    font-family: "Overpass", serif;
    color: #06262D;
    margin-bottom: 0.5em;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  @media screen and (min-width: 679px) {
    .hero-area-contact .heroContent {
      height: 85vh; } }
  @media screen and (min-width: 1024px) {
    .hero-area-contact .heroContent {
      padding-left: 0;
      height: 110vh; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .hero-area-contact .heroContent {
      height: 60vh; } }
  .hero-area-contact .main-title-wrap {
    position: absolute;
    width: 100%;
    bottom: 80px;
    text-align: center;
    z-index: 4; }
    .hero-area-contact .main-title-wrap .blog-title {
      font-size: 0.825em;
      letter-spacing: 5px;
      text-transform: uppercase;
      font-weight: 200;
      color: #FAFAEE; }
    .hero-area-contact .main-title-wrap .hero-description {
      font-weight: 700;
      color: #FAFAEE;
      font-size: 1.25em;
      display: block; }
    .hero-area-contact .main-title-wrap::after {
      position: absolute;
      content: '';
      width: 1px;
      height: 90px;
      top: 5em;
      border-right: 1px solid #FFAD00; }

.single-hero-area {
  clear: both;
  position: relative;
  background: #06262D;
  color: #FFD2C6; }
  @media screen and (max-width: 1023px) {
    .single-hero-area {
      overflow: hidden; } }
  @media screen and (min-width: 1024px) {
    .single-hero-area {
      height: 100vh; } }
  .single-hero-area .heroContent {
    height: 110vh; }
    @media screen and (min-width: 679px) {
      .single-hero-area .heroContent {
        height: 85vh; } }
    @media screen and (min-width: 1024px) {
      .single-hero-area .heroContent {
        padding-left: 0;
        height: 110vh; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      .single-hero-area .heroContent {
        height: 60vh; } }

.heroImage {
  height: 110vh;
  background-size: contain;
  background-position: center center; }
  @media screen and (min-width: 679px) {
    .heroImage {
      height: 85vh; } }
  @media screen and (min-width: 1024px) {
    .heroImage {
      height: 110vh; } }
  .heroImage.blogheroImage {
    height: 85vh; }
    @media screen and (min-width: 679px) {
      .heroImage.blogheroImage {
        height: 85vh; } }
    @media screen and (min-width: 1024px) {
      .heroImage.blogheroImage {
        height: 85vh; } }

.hero-title {
  position: relative;
  font-family: "Overpass", serif;
  font-weight: 300;
  font-size: 1.9em;
  color: #FFD2C6;
  text-transform: none;
  letter-spacing: 0; }
  @media screen and (min-width: 1024px) {
    .hero-title {
      font-size: 2.4em; } }
  @media screen and (min-width: 1280px) {
    .hero-title {
      font-size: 2.5em; } }

.hero-content-holder {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-223%);
  -ms-transform: translateY(-223%);
  transform: translateY(-223%); }
  @media screen and (min-width: 374px) {
    .hero-content-holder {
      -webkit-transform: translateY(-322%);
      -ms-transform: translateY(-322%);
      transform: translateY(-322%); } }
  @media screen and (min-width: 679px) {
    .hero-content-holder {
      padding: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media screen and (min-width: 1024px) {
    .hero-content-holder {
      position: absolute;
      padding: 0; } }

.hero-area-contact .hero-title {
  color: #FFD2C6; }

.hero-wash {
  position: relative;
  height: 60vh; }
  @media screen and (min-width: 679px) and (orientation: portrait) {
    .hero-wash {
      height: 50vh; } }
  @media screen and (min-width: 1024px) {
    .hero-wash {
      height: 85vh; } }
  .hero-wash::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #06262D;
    opacity: 0.7;
    z-index: -1; }

.contact-hero .hero-content-holder {
  position: relative;
  top: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  padding-top: 5em; }
  .contact-hero .hero-content-holder .slide-appoint {
    display: none; }
  @media screen and (min-width: 679px) {
    .contact-hero .hero-content-holder {
      padding-top: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .contact-hero .hero-content-holder .slide-appoint {
        display: block; } }
  @media screen and (min-width: 679px) and (orientation: portrait) {
    .contact-hero .hero-content-holder {
      width: 304px; } }
  @media screen and (min-width: 1024px) {
    .contact-hero .hero-content-holder {
      padding: 0;
      width: 380px; } }

.blog-title {
  position: relative;
  font-family: "Overpass", serif;
  color: #FFD2C6;
  display: block;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5;
  letter-spacing: 0.1em; }
  .blog-title a, .blog-title a:visited {
    color: #FFD2C6;
    transition: all 0.3s ease; }
  .blog-title a:hover {
    color: #ffded5; }
  @media screen and (min-width: 679px) {
    .blog-title {
      display: inline-block;
      padding: 0; } }

.hero-2-border {
  margin-top: -230px;
  z-index: 4;
  padding: 2em; }
  @media screen and (min-width: 679px) {
    .hero-2-border {
      margin-top: -260px;
      padding: 0; }
      .hero-2-border.less-margin {
        margin-top: -180px; } }
    @media only screen and (min-width: 679px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      .hero-2-border.less-margin {
        margin-top: 0; } }
  @media screen and (min-width: 1025px) {
    .hero-2-border {
      padding: 0;
      padding-left: 20%; } }
  @media only screen and (min-device-width: 679px) and (max-device-width: 1024px) and (orientation: portrait) {
    .hero-2-border {
      margin-top: -283px; } }

@media screen and (min-width: 679px) {
  .hero-2-image-container {
    float: right;
    padding-left: 41%;
    width: 250px;
    padding-right: 2em; } }

@media screen and (min-width: 1025px) {
  .hero-2-image-container {
    /*border-left: 1px solid $accentColour;*/
    padding-left: 82%;
    width: 250px;
    padding-right: 0; } }

.hero-2-image-container.no-border {
  border: none; }

.hero-2-image-container img {
  width: 100%;
  height: auto; }
  @media screen and (min-width: 679px) {
    .hero-2-image-container img {
      max-width: 330px; } }

/* call to action block */
#call-to-action-block {
  position: relative;
  overflow: hidden; }

@media only screen and (min-width: 768px) {
  .cta-title-block {
    padding-top: 3em; } }

@media only screen and (min-width: 1024px) {
  .cta-title-block {
    padding-top: 7em; } }

@media only screen and (min-width: 1280px) {
  .cta-title-block {
    padding-top: 9em; } }

@media only screen and (min-width: 1600px) {
  .cta-title-block {
    padding-top: 12em; } }

.cta-title-block h2 a {
  text-decoration: none; }

.cta-content-block {
  padding-bottom: 5em; }

@media only screen and (min-width: 1024px) {
  .cta-content-block {
    padding-top: 13em;
    padding-bottom: 8em; } }

@media only screen and (min-width: 1280px) {
  .cta-content-block {
    padding-top: 16em;
    padding-bottom: 9em; } }

@media only screen and (min-width: 1600px) {
  .cta-content-block {
    padding-top: 18em;
    padding-bottom: 13em; } }

#call-to-action-block.homepage .cta-title-block {
  padding-top: 0; }

@media only screen and (min-width: 1024px) {
  #call-to-action-block.homepage .cta-content-block {
    padding-top: 8em; } }

@media only screen and (min-width: 1280px) {
  #call-to-action-block.homepage .cta-content-block {
    padding-top: 9em; } }

@media only screen and (min-width: 1600px) {
  #call-to-action-block.homepage .cta-content-block {
    padding-top: 13em; } }

.endpoint-cta {
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 1024px) {
    .endpoint-cta {
      margin-top: 0;
      margin-bottom: 0; } }

.insta-wrapper {
  overflow: hidden; }

.insta-handle {
  text-align: center; }
  .insta-handle h2 {
    margin: 0; }

/* Intro Container */
.intro-container {
  position: relative;
  overflow: hidden;
  clear: both;
  font-family: "Overpass", serif;
  text-align: center;
  font-size: 1.175em;
  font-weight: 200;
  line-height: 1.75; }
  @media screen and (min-width: 679px) {
    .intro-container {
      text-align: center;
      font-size: 1.175em; } }
  @media screen and (min-width: 1024px) {
    .intro-container {
      padding: 2em 13em; } }
  @media screen and (min-width: 1280px) {
    .intro-container {
      padding: 2em 18em; } }
  @media screen and (min-width: 1600px) {
    .intro-container {
      font-size: 1.425em; } }
  @media screen and (max-width: 1920px) {
    .intro-container .paddedColumn {
      padding: 2em 1.5em; } }

/* footer */
.footer-text {
  clear: both;
  color: #FFD2C6;
  font-size: 2.5rem;
  font-weight: 200;
  line-height: 1.2; }
  @media screen and (max-width: 679px) {
    .footer-text br {
      content: ' '; }
    .footer-text br:after {
      content: ' '; } }
  @media screen and (min-width: 680px) {
    .footer-text {
      width: 48%; } }

.footer-email, .case-link, .submit-hover {
  color: #FFD2C6 !important;
  text-decoration: none;
  position: relative;
  display: inline-block; }
  .footer-email:after, .case-link:after, .submit-hover:after {
    position: absolute;
    content: '';
    right: 0;
    top: 53%;
    left: 106%;
    width: 60px;
    border-top: 1px solid #FFD2C6;
    transition: all ease-in-out 0.4s; }
  .footer-email:hover:after, .case-link:hover:after, .submit-hover:hover:after {
    position: absolute;
    content: '';
    right: 0;
    top: 53%;
    left: 0;
    width: 100%;
    border-top: 1px solid #FFD2C6;
    transition: all ease-in-out 0.4s; }

.submit-hover:after {
  border-top: 1px solid #FFD2C6;
  left: 100%;
  top: 52%; }

.submit-hover:hover:after {
  border-top: 1px solid #FFD2C6;
  width: 70%; }

/* case list */
.case-title {
  font-weight: 500;
  margin-top: 1rem;
  display: inline-block; }

.case-link {
  margin-top: 1rem; }

@media screen and (min-width: 680px) {
  .case-title {
    margin-top: 0; }
  .case-link {
    margin-top: 0;
    display: inline-block;
    float: right;
    margin-right: 70px; } }

.social-links a {
  text-decoration: none;
  color: #FFD2C6;
  display: inline-block; }
  .social-links a:hover {
    color: #FFD2C6;
    text-decoration: line-through; }

.social-links .divider {
  position: relative;
  display: inline-block;
  padding: 0 10px; }

.casehouse {
  clear: both;
  display: block; }

.casehouse .paddedColumn {
  padding: 0; }

.imagenopad {
  padding-bottom: 0 !important; }

@media screen and (min-width: 768px) {
  .casehouse {
    padding: 6rem 2em; }
  .casehouse .paddedColumn {
    padding: 2em; } }

.case-description {
  font-family: "Overpass", sans-serif;
  font-size: 0.825em;
  line-height: 1.75; }

.case-description p:first-child {
  margin-top: 6px; }

.case-study-items .image-holder {
  line-height: 0; }

.case-text-block {
  background: #FFD2C6;
  color: #FFD2C6; }

img.lazy {
  display: block;
  width: 100%;
  height: auto; }

/* insta slider */
.iscwp-gallery-slider .iscwp-cnt-wrp.slick-slide {
  padding: 0 !important; }

.iscwp-gallery-slider button.slick-next, .iscwp-gallery-slider button.slick-next:hover, .iscwp-gallery-slider button.slick-next:focus, .iscwp-gallery-slider button.slick-next:active {
  background: rgba(0, 0, 0, 0.2) url("../images/slider-next.svg") center center no-repeat !important;
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important; }

.iscwp-gallery-slider button.slick-prev, .iscwp-gallery-slider button.slick-prev:hover, .iscwp-gallery-slider button.slick-prev:focus, .iscwp-gallery-slider button.slick-prev:active {
  background: rgba(0, 0, 0, 0.2) url("../images/slider-prev.svg") center center no-repeat !important;
  outline: none !important;
  box-shadow: none !important; }

.iscwp-gallery-slider button {
  opacity: 0.9 !important;
  transition: all 0.4s ease !important; }

.iscwp-gallery-slider:hover button {
  opacity: 1 !important; }

/* contact page styles */
.contact-form-block {
  padding-top: 3em; }

/* Map launch */
.click-specs {
  cursor: pointer; }
  .click-specs path {
    transition: all 0.2s ease; }
  .click-specs:hover path {
    fill: white; }

.world-map {
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 679px) {
    .world-map {
      max-width: 100vw;
      overflow-x: auto; }
      .world-map .mapcol {
        padding: 0;
        margin: 0; } }

.map-activity {
  padding: 0; }
  @media screen and (max-width: 679px) {
    .map-activity {
      width: 70em; } }

@media screen and (min-width: 1280px) {
  .map-activity {
    padding: 4em 9em; } }

.click-map .st1 {
  transition: all 0.4s ease-in-out;
  stroke-width: 1px; }

.click-map:hover {
  z-index: 12; }
  .click-map:hover .st1 {
    fill: #FFD2C6; }

.map-content {
  position: fixed;
  height: 100vh;
  top: 0;
  right: -40%;
  width: 40%;
  transition: all 0.4s ease;
  z-index: 4;
  background: #06262D; }
  @media screen and (max-width: 678px) {
    .map-content {
      transition: all 0s ease;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 4;
      width: 100%;
      display: none; } }
  .map-content .add-map-information {
    color: #FAFAEE; }
    .map-content .add-map-information h2 {
      color: #FAFAEE;
      font-family: "Overpass", serif; }

.locations-text {
  display: none; }

.world-map.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #15574F;
  z-index: 9000; }
  .world-map.fullscreen .map-activity {
    position: absolute;
    width: 60%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 0 !important; }
  .world-map.fullscreen .map-content {
    display: block;
    position: fixed;
    min-height: 100vh;
    overflow-y: auto;
    top: 0;
    right: 0;
    transition: all 0.4s ease; }
    .world-map.fullscreen .map-content.loaded {
      right: 0; }
    @media screen and (max-width: 678px) {
      .world-map.fullscreen .map-content {
        display: block;
        transition: all 0s ease;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 4;
        width: 100%; } }

.map-close-icon {
  width: 20px;
  height: 20px;
  padding: 2em;
  position: absolute;
  top: 0;
  right: 0; }

/* worldmap */
.click-map {
  cursor: pointer;
  transform-origin: center; }
  .click-map:hover {
    border: 1px solid black; }

/* map styles */
.map-wrapper {
  margin-bottom: 3em;
  position: relative;
  overflow: hidden; }

.acf-map {
  width: 100%;
  height: 500px;
  margin: 0; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

/* eyewear page */
.big-image {
  width: 100%;
  position: relative;
  z-index: -1;
  top: -1em;
  height: 380px; }
  @media screen and (min-width: 767px) {
    .big-image {
      top: -10em;
      height: 550px; } }

/* homepage quicklinks */
.quicklinkbox {
  height: 50vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transition-delay: 0s; }
  @media screen and (min-width: 679px) and (orientation: portrait) {
    .quicklinkbox {
      height: 37vh; } }
  @media screen and (min-width: 1281px) {
    .quicklinkbox {
      height: 67vh; } }
  .quicklinkbox h2 {
    position: absolute;
    z-index: 2;
    top: 15%;
    transform: translateY(0);
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #FAFAEE;
    font-size: 1.5em;
    font-weight: 700;
    transition: all 0.3s ease;
    letter-spacing: 0.1em; }
  .quicklinkbox::after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: 0.4s ease; }
  .quicklinkbox:hover h2 {
    top: 20%; }
  .quicklinkbox:hover::after {
    content: '';
    background: #FFAD00;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1; }

.quicklinkbox.eyewear {
  transition: all 0.9s cubic-bezier(0, 0, 0.35, 0.99); }
  .quicklinkbox.eyewear:hover::after {
    content: '';
    background: #035D73; }

@media screen and (min-width: 679px) {
  .stretch-image img {
    width: calc(100% + 2em); } }

.viewport-fill {
  position: relative;
  overflow: hidden;
  z-index: 2; }
  @media screen and (min-width: 679px) {
    .viewport-fill {
      position: absolute;
      margin-top: 26em; } }
  @media screen and (min-width: 1280px) {
    .viewport-fill {
      margin-top: 25em; } }
  @media screen and (min-width: 1600px) {
    .viewport-fill {
      margin-top: 37em; } }

/* slider */
.slider-panel {
  clear: both;
  position: relative;
  overflow: hidden; }

.js .slider-single > div:nth-child(1n+2) {
  display: none; }

.js .slider-single.slick-initialized > div:nth-child(1n+2) {
  display: block; }

.slider-single div {
  height: 45vh; }
  @media screen and (min-width: 1024px) {
    .slider-single div {
      height: 75vh; } }

.slider-nav {
  z-index: 3;
  margin-top: -7em; }

.slider-nav .slick-slide {
  cursor: pointer;
  background: #06282f;
  margin: 15px;
  position: relative;
  height: 7em;
  transition: background-size 0.5s ease; }
  .slider-nav .slick-slide:focus {
    outline: 0; }
  @media screen and (min-width: 1024px) {
    .slider-nav .slick-slide {
      margin: 35px;
      height: 9em; } }
  .slider-nav .slick-slide::after {
    position: absolute;
    content: "";
    background: rgba(6, 38, 45, 0);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.9s ease-in; }
  .slider-nav .slick-slide:hover {
    background-size: 175% !important; }
    .slider-nav .slick-slide:hover::after {
      background: rgba(6, 38, 45, 0.5); }

.slick-slide.is-active h3 {
  color: #FFAD00;
  position: relative; }

/* inner transition */
.itemload {
  position: relative;
  opacity: 0;
  transition: all 0.8s ease; }
  .itemload.itemload-active {
    opacity: 1;
    padding-top: 0; }

.maptext-holder .paddedColumn {
  padding-bottom: 0; }

#mapsection .mapcol {
  padding-top: 0; }

.about-you {
  border-top: 1px solid #06262D; }

.centred-cont {
  max-width: 600px;
  text-align: center;
  position: relative;
  margin: 0 auto; }

.team-block {
  position: relative; }

/* lazyload */
.inview {
  opacity: 0;
  transform: translate3d(0, 4em, 0);
  transition: all 0.9s cubic-bezier(0, 0, 0.35, 0.99); }
  .inview.inview-active {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

.map-details {
  background: #035D73;
  margin-bottom: -3em;
  color: #FAFAEE; }
  .map-details a {
    color: #FAFAEE; }

/* post feed */
@media screen and (max-width: 678px) {
  .paddedColumn.blog-feed-image {
    padding-left: 0;
    padding-right: 0; } }

.mimic-link {
  font-family: "Marcellus", serif;
  font-weight: 300;
  font-size: 1.75em; }
  @media screen and (min-width: 768px) {
    .mimic-link {
      font-size: 2.3em; } }

.journal-copy {
  position: relative;
  z-index: 2; }

.vertical-align-height, .feed-link {
  z-index: 2; }
  .vertical-align-height a, .vertical-align-height .mimic-link, .feed-link a, .feed-link .mimic-link {
    position: relative;
    display: inline-block;
    margin-left: 0;
    transition: all 0.4s ease; }
    .vertical-align-height a::after, .vertical-align-height .mimic-link::after, .feed-link a::after, .feed-link .mimic-link::after {
      content: '';
      width: 110px;
      height: 110px;
      background: #D5D0CA;
      position: absolute;
      left: -1.5em;
      top: 50%;
      transform: translateY(-50%);
      z-index: -1;
      transition: all 0.4s ease; }
      @media screen and (min-width: 679px) {
        .vertical-align-height a::after, .vertical-align-height .mimic-link::after, .feed-link a::after, .feed-link .mimic-link::after {
          width: 180px;
          height: 180px;
          position: absolute;
          left: -44%; } }
      @media only screen and (min-width: 1024px) {
        .vertical-align-height a::after, .vertical-align-height .mimic-link::after, .feed-link a::after, .feed-link .mimic-link::after {
          width: 200px;
          height: 200px;
          left: -45%; } }
      @media only screen and (min-width: 1280px) {
        .vertical-align-height a::after, .vertical-align-height .mimic-link::after, .feed-link a::after, .feed-link .mimic-link::after {
          width: 230px;
          height: 230px;
          left: -55%; } }
      @media only screen and (min-width: 2400px) {
        .vertical-align-height a::after, .vertical-align-height .mimic-link::after, .feed-link a::after, .feed-link .mimic-link::after {
          width: 290px;
          height: 290px; } }
    .vertical-align-height a:hover, .vertical-align-height .mimic-link:hover, .feed-link a:hover, .feed-link .mimic-link:hover {
      text-decoration: underline;
      /*margin-left: 1em;*/ }
      .vertical-align-height a:hover::after, .vertical-align-height .mimic-link:hover::after, .feed-link a:hover::after, .feed-link .mimic-link:hover::after {
        left: -55%;
        background: #ffe6e0; }
        @media screen and (min-width: 679px) {
          .vertical-align-height a:hover::after, .vertical-align-height .mimic-link:hover::after, .feed-link a:hover::after, .feed-link .mimic-link:hover::after {
            left: -55%; } }
        @media screen and (min-width: 1024px) {
          .vertical-align-height a:hover::after, .vertical-align-height .mimic-link:hover::after, .feed-link a:hover::after, .feed-link .mimic-link:hover::after {
            left: -65%; } }
        @media only screen and (min-width: 1280px) {
          .vertical-align-height a:hover::after, .vertical-align-height .mimic-link:hover::after, .feed-link a:hover::after, .feed-link .mimic-link:hover::after {
            left: -58%; } }

@media only screen and (min-width: 679px) {
  .image-left {
    /* handle standard portait */ }
    .image-left .vertical-align-height {
      position: absolute;
      z-index: 2;
      left: auto;
      right: -330px;
      top: 50%;
      transform: translateY(-50%); }
      .image-left .vertical-align-height a, .image-left .vertical-align-height .mimic-link {
        position: relative;
        display: inline-block;
        margin-left: 0;
        transition: all 0.4s ease;
        padding: 1em;
        width: 420px; } }
      @media only screen and (min-width: 679px) and (min-width: 1600px) {
        .image-left .vertical-align-height a, .image-left .vertical-align-height .mimic-link {
          width: 420px; } }
      @media only screen and (min-width: 679px) and (min-width: 2400px) {
        .image-left .vertical-align-height a, .image-left .vertical-align-height .mimic-link {
          width: 530px; } }

@media only screen and (min-width: 679px) {
        .image-left .vertical-align-height a::after, .image-left .vertical-align-height .mimic-link::after {
          content: '';
          width: 208px;
          height: 208px;
          background: #FFD2C6;
          position: absolute;
          left: -5%;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          z-index: -1;
          transition: all 0.4s ease; }
        .image-left .vertical-align-height a:hover, .image-left .vertical-align-height .mimic-link:hover {
          /*margin-left: -3%;*/
          text-decoration: underline; }
          .image-left .vertical-align-height a:hover::after, .image-left .vertical-align-height .mimic-link:hover::after {
            left: -10%;
            background: #ffe6e0; }
    .image-left.portrait {
      margin-top: -5em; }
  /* handle portrait alt */
  .portrait.alt {
    margin-top: -5em; }
  .image-right {
    /* handle portrait */
    /* handle portrait alt */ }
    .image-right .pull-image-right {
      float: right; }
    .image-right .vertical-align-height {
      position: absolute;
      z-index: 2;
      left: -330px;
      right: auto;
      top: 50%;
      transform: translateY(-50%); }
      .image-right .vertical-align-height a, .image-right .vertical-align-height .mimic-link {
        position: relative;
        display: inline-block;
        text-align: right;
        margin-right: 0;
        padding: 1em;
        width: 380px; } }
      @media only screen and (min-width: 679px) and (min-width: 1600px) {
        .image-right .vertical-align-height a, .image-right .vertical-align-height .mimic-link {
          width: 420px; } }
      @media only screen and (min-width: 679px) and (min-width: 2400px) {
        .image-right .vertical-align-height a, .image-right .vertical-align-height .mimic-link {
          width: 530px; } }

@media only screen and (min-width: 679px) {
        .image-right .vertical-align-height a::after, .image-right .vertical-align-height .mimic-link::after {
          content: '';
          width: 208px;
          height: 208px;
          background: #FFD2C6;
          position: absolute;
          left: auto;
          right: 0;
          top: 50%;
          transition: all 0.4s ease;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          z-index: -1; }
        .image-right .vertical-align-height a:hover, .image-right .vertical-align-height .mimic-link:hover {
          text-decoration: underline;
          /*margin-left: 1em;*/ }
          .image-right .vertical-align-height a:hover::after, .image-right .vertical-align-height .mimic-link:hover::after {
            right: -30px;
            background: #ffe6e0; }
    .image-right.portrait {
      margin-top: -5em; }
    .image-right.portrait.alt {
      margin-top: -5em; } }

.date-display {
  color: #035D73; }

.post-feed {
  position: relative;
  overflow: hidden; }
  .post-feed h3 {
    font-size: 1em;
    font-weight: 300; }
  @media screen and (min-width: 768px) {
    .post-feed {
      margin-bottom: 5em; } }
  .post-feed .blog-title {
    font-family: "Overpass", serif;
    font-weight: 700;
    color: #06262D;
    padding: 1em 0;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .post-feed .blog-title {
        padding: 1em; } }
  .post-feed .feed-link .blog-title {
    margin: 1em 0; }
    @media screen and (min-width: 679px) {
      .post-feed .feed-link .blog-title {
        margin: 3em 0 5em 0;
        padding: 1em 0; } }
    @media screen and (min-width: 1600px) {
      .post-feed .feed-link .blog-title {
        margin: 3em 0 7em 0; } }
  .post-feed .tighter-feed {
    padding-top: 0; }
  .post-feed .blog-excerpt-block {
    clear: both;
    padding-top: 0; }
    .post-feed .blog-excerpt-block p {
      margin: 1em 0; }
  .post-feed .blog-excerpt-block-feed {
    clear: both;
    padding-top: 0;
    margin-top: 2em; }
    @media screen and (min-width: 768px) {
      .post-feed .blog-excerpt-block-feed {
        margin-top: 120px; } }
    .post-feed .blog-excerpt-block-feed h4 {
      padding-top: 0;
      margin-top: 0; }

/* single blog styles */
.back-blog-link, .back-blog-link:visited {
  font-size: 0.75em;
  padding: 1em 0;
  position: relative;
  display: block;
  text-transform: uppercase;
  color: #FAFAEE; }
  @media screen and (min-width: 679px) {
    .back-blog-link, .back-blog-link:visited {
      padding: 3em 0;
      margin-bottom: 3em;
      font-size: 1em;
      margin-top: 4em; }
      .back-blog-link::after, .back-blog-link:visited::after {
        content: '';
        border-bottom: 1px solid #FAFAEE;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 900000px; } }
  .back-blog-link::before, .back-blog-link:visited::before {
    content: url(../images/chevron-thin-left.svg);
    position: absolute;
    left: -20px; }
    @media screen and (max-width: 1023px) {
      .back-blog-link::before, .back-blog-link:visited::before {
        width: 20px; } }

.singlepost h1 {
  text-decoration: underline; }

@media screen and (min-width: 1024px) {
  .singlepost {
    padding-left: 3em; } }

.singlepost h4 {
  margin-top: 0;
  margin-bottom: 3.5em; }
  @media screen and (min-width: 1024px) {
    .singlepost h4 {
      margin-bottom: 7em; } }

.wp-caption {
  width: 100% !important;
  margin: 0 !important; }

.single-hero-image {
  margin-top: 6em; }
  @media screen and (min-width: 1024px) {
    .single-hero-image {
      margin-top: -2em; } }

.image-block-single {
  position: relative;
  z-index: 4;
  height: 40vh; }
  @media screen and (min-width: 679px) {
    .image-block-single {
      height: 520px; } }
  @media screen and (min-width: 1024px) {
    .image-block-single {
      height: 110vh;
      margin-left: 120px; } }

.hero-area-contact .single-hero-image {
  margin-top: 1em;
  margin-left: -2em;
  margin-right: -2em; }
  @media screen and (min-width: 1024px) {
    .hero-area-contact .single-hero-image {
      margin: 0;
      margin-top: -2em; } }

.hero-area-contact .image-block-single {
  position: relative;
  z-index: 4;
  height: 50vh; }
  @media screen and (min-width: 679px) {
    .hero-area-contact .image-block-single {
      height: 350px; } }
  @media screen and (min-width: 1024px) {
    .hero-area-contact .image-block-single {
      height: 80vh;
      margin-left: 120px; } }

.post-content-block {
  position: relative; }
  @media screen and (min-width: 1024px) {
    .post-content-block {
      margin-top: 4em; } }
  .post-content-block img {
    width: 100%;
    height: auto;
    display: block;
    margin: 3em 0; }

/* filter  */
.filter-trigger {
  position: relative;
  width: 100%;
  top: 145px; }
  .filter-trigger .filter-open {
    display: block;
    color: #FAFAEE;
    padding: 1em 0 1em 2em;
    z-index: 2;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 4px;
    background: url("../images/search.svg") no-repeat left; }
    @media screen and (max-width: 1023px) {
      .filter-trigger .filter-open {
        margin-left: 2em; } }
    .filter-trigger .filter-open::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 190%;
      border-bottom: 1px solid #FAFAEE;
      z-index: -1; }

.blog-latest-post {
  position: relative;
  width: 100%;
  top: 250px; }
  .blog-latest-post .standout-button {
    color: #FAFAEE; }
    .blog-latest-post .standout-button::before {
      border-top: 1px solid #FAFAEE; }

.filter-wrapper {
  display: none; }

.filter-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  top: 144px;
  z-index: 1;
  padding-bottom: 3em; }
  @media screen and (min-width: 1024px) {
    .filter-wrapper {
      top: 200px;
      height: 95vh;
      position: absolute; } }
  .filter-wrapper::after {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    background: #FAFAEE;
    height: 100%;
    z-index: -1; }
    @media screen and (min-width: 1281px) {
      .filter-wrapper::after {
        width: 50%; } }
  .filter-wrapper .filter-close-icon {
    opacity: 0;
    position: absolute;
    /*border-left: 1px solid $bodyText;
			border-bottom: 1px solid $bodyText;*/
    z-index: 1;
    padding: 14px 20px;
    transition: 0.3s ease; }
    .filter-wrapper .filter-close-icon.visible {
      opacity: 1;
      right: 0;
      top: 0; }
      @media screen and (min-width: 1024px) {
        .filter-wrapper .filter-close-icon.visible {
          top: 0; } }

.searchandfilter .sf-input-checkbox {
  color: inherit;
  font: inherit;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: checkbox;
  border: 0; }

.searchandfilter h4 {
  border-bottom: 1px solid #06262D;
  font-size: 14px !important;
  font-weight: 300; }

.searchandfilter > ul {
  margin: 0;
  padding: 30px; }

/* 2 xolumn filter 
.searchandfilter > ul > li {
	@media screen and (min-width: 768px) {
		float: left;
		width: 50%;
	}
}*/
.searchandfilter > ul > li {
  width: 100%; }

.searchandfilter input[type="submit"] {
  border: 1px solid #06262D;
  color: #FAFAEE;
  background: #06262D;
  padding: 0.5em 3em;
  display: inline-block;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: right; }
  .searchandfilter input[type="submit"]:hover {
    color: #06262D;
    background: #FAFAEE;
    border: 1px solid #06262D; }

.searchandfilter > ul > li {
  display: inline-block;
  vertical-align: top;
  padding: 0; }
  .searchandfilter > ul > li ul {
    margin: 0;
    padding: 1em 0;
    position: relative;
    /*&::after {
				content: '';
				position: absolute;
				bottom: 0;
				left: 0;
				border-bottom: 1px solid $bodyText;
				width: 100%;
			}*/ }
  @media screen and (min-width: 768px) {
    .searchandfilter > ul > li ul {
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2;
      margin-bottom: 3em; } }

/* blog filter */
.filter-house {
  position: relative;
  overflow: hidden;
  background: #FAFAEE;
  color: #06262D; }
  @media screen and (min-width: 768px) {
    .filter-house {
      height: 100vh; } }

.infinite-scroll-end {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px; }

.number-results {
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 2em;
  padding: 0 2em; }
  @media screen and (min-width: 1024px) {
    .number-results {
      padding: 0; } }

/* hide first result if unfiltered */
.search-filter-results-list .small-row:first-child {
  display: none; }

@media screen and (min-width: 1024px) {
  .search-filter-results-list {
    margin-top: 8em; } }

#call-to-action-block {
  /*background: $baseColour;*/
  transition: all 1.5s ease-in;
  position: relative;
  overflow: hidden;
  /*&.call-to-action-block-active {
		background: $primaryColour;
	}*/ }

/*
body.activated-green #mapsection,
body.activated-green .projectholder {
	
		color: $baseColour;
		

		h4, h2 {
			color: $baseColour;
			transition: all 1s ease-in;
		}
	
		a, a:visited {
			color: $baseColour;
			transition: all 1s ease-in;
		}
	
		a.standout-button::before {
			border-top: 1px solid $baseColour;
			transition: all 1s ease-in;
		}
}*/
.click-map {
  opacity: 0;
  transform: translateY(10%) scale(1.6);
  transition: all 0.6s cubic-bezier(0.06, 0.975, 0.195, 0.985); }

.click-map.full {
  opacity: 1; }

.mapswell {
  opacity: 0.5;
  transition: all 0.5s ease-out; }

body.activated-green #mapsection .mapswell {
  opacity: 1; }

body.activated-green #mapsection .click-map {
  opacity: 1;
  transform: translateY(0) scale(1); }
  body.activated-green #mapsection .click-map .st1 {
    fill: #FAFAEE;
    stroke: #ccc; }
  body.activated-green #mapsection .click-map:hover .st1 {
    fill: #06262D;
    stroke: #06262D; }

body.activated-green #mapsection .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  /*fill:#12413B;*/
  fill: #FAFAEE;
  stroke-miterlimit: 10; }

#primary {
  background: transparent;
  transition: background 1.5s ease-in; }

/*
#primary.inactive {
	background: $primaryColour !important;
}*/
.instagram-feed {
  position: relative;
  overflow: hidden;
  clear: both;
  background: #06262D;
  transition: background 1.5s ease-in; }
  .instagram-feed h2, .instagram-feed h3 {
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 700; }
    .instagram-feed h2 a, .instagram-feed h3 a {
      color: #FAFAEE; }

#primary.racinggreen.inactive {
  background: #15574F; }

.blogload {
  position: relative; }
  .blogload img {
    opacity: 0;
    transition: all 0.8s ease;
    padding-top: 20px;
    display: block; }
  .blogload.blogload-active img {
    opacity: 1;
    padding-top: 0; }

.ssba img {
  border: 0;
  box-shadow: none !important;
  display: inline !important;
  vertical-align: middle;
  box-sizing: unset; }

.ssba-classic-2 .ssbp-text {
  display: none !important; }

.ssbp-list li a {
  height: 48px !important;
  width: 48px !important;
  background-color: #FAFAEE !important; }

.ssbp-list li a:hover {
  background-color: #06262D !important; }

.ssbp-list li a::before {
  line-height: 48px !important;
  font-size: 18px;
  color: #06262D !important; }

.ssbp-list li a:hover::before {
  color: #FAFAEE !important; }

.ssbp-list li {
  margin-left: 12px !important; }

.ssba-share-text {
  font-size: 12px;
  font-weight: normal;
  font-family: inherit; }

.ssbp-list li {
  margin-left: 0px !important; }

.ssbp-btn {
  border: 1px solid #06262D !important;
  margin-right: -1px; }

.ssbp-list li:last-child .ssbp-btn {
  margin-right: 0; }

.ssba-share-text {
  font-size: 16px;
  display: block;
  margin-bottom: 2em;
  text-transform: uppercase;
  letter-spacing: 4px; }

#ssba-bar-2 .ssbp-bar-list {
  max-width: 48px !important; }

#ssba-bar-2 .ssbp-bar-list li a {
  height: 48px !important;
  width: 48px !important;
  background-color: #06262D !important; }

#ssba-bar-2 .ssbp-bar-list li a:hover {
  background-color: #F9F9ED !important; }

#ssba-bar-2 .ssbp-bar-list li a::before {
  line-height: 48px !important;
  font-size: 18px;
  color: #F9F9ED !important; }

#ssba-bar-2 .ssbp-bar-list li a:hover::before {
  color: #06262D !important; }

#ssba-bar-2 .ssbp-bar-list li {
  margin: 0px 0 !important; }

@media only screen and (max-width: 767px) {
  #ssba-bar-2 {
    display: none; } }

.ssbp-bar-list .ssbp-btn {
  display: block;
  border: 1px solid #F9F9ED !important;
  margin-right: 0;
  margin-left: -1px;
  margin-top: -1px; }

.ssbp-bar-list .ssbp-btn:hover {
  border: 1px solid #F9F9ED !important; }

@font-face {
  font-family: 'ssbp';
  src: url("https://www.greyst.co.uk/2019/wp-content/plugins/simple-share-buttons-adder/fonts/ssbp.eot?xj3ol1");
  src: url("https://www.greyst.co.uk/2019/wp-content/plugins/simple-share-buttons-adder/fonts/ssbp.eot?#iefixxj3ol1") format("embedded-opentype"), url("https://www.greyst.co.uk/2019/wp-content/plugins/simple-share-buttons-adder/fonts/ssbp.woff?xj3ol1") format("woff"), url("https://www.greyst.co.uk/2019/wp-content/plugins/simple-share-buttons-adder/fonts/ssbp.ttf?xj3ol1") format("truetype"), url("https://www.greyst.co.uk/2019/wp-content/plugins/simple-share-buttons-adder/fonts/ssbp.svg?xj3ol1#ssbp") format("svg");
  font-weight: normal;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wpac {
  font-size: 1em !important;
  line-height: 1.5 !important;
  direction: ltr !important;
  text-align: left !important;
  font-family: "Overpass", sans-serif !important;
  color: #06262D !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: none !important;
  list-style-type: disc !important; }

.testimonials-block {
  background: #06262D;
  position: relative;
  overflow: hidden;
  clear: both;
  /*padding: 11em 0 5em 0;*/
  padding: 5em 0; }
  .testimonials-block .testimonials {
    padding: 0; }

  .testimonials-block h2 {
    color: #FFAD00;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 300;
    font-size: 1.5em;
    text-align: center; }

@media screen and (min-width: 767px) {
  .testimonials-block h2 {
    text-align: left;
  }
  .wp-gr .wp-google-url {
    clear: both !important;
    float: right !important; } }

.wp-gr .wp-google-review {
  padding-left: 0 !important; }
  @media screen and (min-width: 767px) {
    .wp-gr .wp-google-review {
      width: 50% !important;
      float: left !important;
      padding: 2em  4em 2em 0 !important; } }

.wp-gr .wp-google-text {
  color: #FAFAEE !important;
  font-size: 1em !important;
  line-height: 1.5em !important;
  max-width: 100% !important;
  overflow: hidden !important;
  white-space: pre-wrap !important;
  font-family: 'Overpass', sans-serif !important; }

.wp-star path {
  fill: #06262D !important; }

.wp-gr .wp-more-toggle {
  color: #06262D !important;
  cursor: pointer !important;
  text-decoration: underline !important; }

.wp-google-place {
  display: none !important; }

.wp-gr.wpac a.wp-google-name {
  color: #FAFAEE !important;
  text-decoration: none !important;
  font-family: 'Overpass', sans-serif !important;
  font-size: 1em !important; }

.wp-gr.wpac .wp-google-review .wp-google-stars {
  display: none !important; }

.wp-gr .wp-google-time {
  color: #009887 !important;
  font-size: 1em !important;
  display: block !important;
  margin-bottom: 1.5em !important; }

.wp-gr .wp-google-left {
  display: none !important; }

.wp-gr.wpac .wp-google-left img {
  width: 50px !important;
  height: 50px !important;
  border-radius: 0 !important; }

.wp-gr .wp-google-url {
  margin: 2em 0 !important;
  color: #06262D !important;
  text-align: left !important;
  position: relative !important;
  display: inline-block !important;
  text-transform: uppercase !important;
  letter-spacing: 4px !important;
  padding-left: 60px !important;
  transition: all 0.3s ease !important; }
  .wp-gr .wp-google-url::before {
    content: '';
    position: absolute;
    left: 0;
    top: 48%;
    width: 50px;
    border-top: 1px solid #06262D !important;
    transition: all 0.3s ease !important; }
  .wp-gr .wp-google-url:hover {
    padding-left: 70px !important; }
    .wp-gr .wp-google-url:hover::before {
      left: -10px !important; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 
 //////// REMOVE UNREQUIRED TRANSITIONS ////////
 
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-15%, 0, 0);
    transform: translate3d(-15%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftEase {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(-6%, 0, 0);
    transform: translate3d(-6%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftEase {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-15%, 0, 0);
    transform: translate3d(-15%, 0, 0); }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(-3%, 0, 0);
    transform: translate3d(-3%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftEase {
  -webkit-animation-name: fadeInLeftEase;
  animation-name: fadeInLeftEase; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(15%, 0, 0);
    transform: translate3d(15%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@media print {
  body {
    background: #fff;
    color: #000;
    font-size: 8pt;
    line-height: 150%;
    margin: 0px; }
  hr {
    color: #ccc;
    background-color: #ccc; }
  h1, h2, h3, h4, h5, h6, code, pre {
    color: #000;
    text-transform: none;
    /* because sometimes I set all-caps */ }
  h1 {
    font-size: 11pt;
    margin-top: 1em; }
  h2 {
    font-size: 10pt; }
  h3 {
    font-size: 9pt; }
  h4, h5, h6 {
    font-size: 8pt; }
  code, pre {
    font-size: 8pt;
    background-color: transparent;
    /* just in case the user configured browser to print backgrounds */ }
  blockquote {
    background-image: none;
    /* though they may not print, I’d rather be sure */ }
  a:link, a:visited {
    text-decoration: underline;
    color: #000; }
  abbr:after, acronym:after {
    /* some HTML4 love */
    content: " (" attr(title) ") ";
    /* I suspect I am one of the few who still use these elements */ }
  .nav-container, footer, .keylinks, .video-wrapper, .side-menus, .contact-widget {
    display: none !important; }
  header, .logo-container {
    margin-bottom: 1em; }
  .introTextBlock {
    height: 5cm !important; }
  .reveal-panel, .invisible {
    display: block !important; } }

/* style datepicker */
.xdsoft_datetimepicker {
  box-shadow: none !important;
  background: #FAFAEE;
  border: 1px solid #06262D;
  color: #06262D;
  font-family: "Overpass", sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  top: 0; }

.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px; }

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: 0; }

.xdsoft_datetimepicker button {
  border: none !important; }

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.xdsoft_noselect::selection {
  background: transparent; }

.xdsoft_noselect::-moz-selection {
  background: transparent; }

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none; }

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none; }

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block; }

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px; }

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px; }

.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center; }

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC); }

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: .5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle; }

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0; }

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0; }

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: .5;
  -ms-filter: "alpha(opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-top: 1px solid #06262D; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #FAFAEE;
  border-top: 1px solid #06262D;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0; }

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)"; }

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #FAFAEE;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer; }

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline; }

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border-top: 1px solid #06262D;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #FAFAEE;
  max-height: 160px;
  overflow-y: hidden; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #FAFAEE;
  background: #06262D; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #FAFAEE;
  box-shadow: 0;
  color: #06262D;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right; }

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both; }

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%; }

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px; }

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #FAFAEE;
  border: 1px solid #ddd;
  color: #06262D;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #FAFAEE; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #06262D; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #06262D;
  box-shadow: none;
  color: #FAFAEE; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #666;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: .5;
  -ms-filter: "alpha(opacity=50)";
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: .2;
  -ms-filter: "alpha(opacity=20)"; }

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #FAFAEE !important;
  background: #06262D !important;
  box-shadow: none !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #FAFAEE !important;
  box-shadow: 0 !important;
  color: #999 !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px; }

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important; }

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important; }

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc; }

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px; }

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto; }

.xdsoft_scroller_box {
  position: relative; }

.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==); }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #c50; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important; }

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333; }

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important; }

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #ddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px; }

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #fff 0, #f4f8fa 73%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(73%, #f4f8fa));
  background: -webkit-linear-gradient(top, #fff 0, #f4f8fa 73%);
  background: -o-linear-gradient(top, #fff 0, #f4f8fa 73%);
  background: -ms-linear-gradient(top, #fff 0, #f4f8fa 73%);
  background: linear-gradient(to bottom, #fff 0, #f4f8fa 73%); }

.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0, #FFF 73%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f8fa), color-stop(73%, #FFF));
  background: -webkit-linear-gradient(top, #f4f8fa 0, #FFF 73%);
  background: -o-linear-gradient(top, #f4f8fa 0, #FFF 73%);
  background: -ms-linear-gradient(top, #f4f8fa 0, #FFF 73%);
  background: linear-gradient(to bottom, #f4f8fa 0, #FFF 73%); }

.wp-google-review:nth-child(8) {
  display: none;
}

.grecaptcha-badge{
	visibility: collapse !important;  
}