@charset "UTF-8";
/* CSS Document */
/* right bounce */
@keyframes bounceRight {
  0% {
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  50% {
    -ms-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%); } }
/* /right bounce */
@keyframes bounceRightNormal {
  0% {
    -ms-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

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

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

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

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

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
* {
  box-sizing: border-box; }

.container {
  position: relative;
  width: 100%;
  max-width: 1636px;
  margin: auto;
  padding: 0;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 550px */
@media (min-width: 768px) {
  .container {
    width: 80%; }

  .column,
  .columns {
    margin-left: 4%; }

  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns {
    width: 4.66666666667%; }

  .two.columns {
    width: 13.3333333333%; }

  .three.columns {
    width: 22%; }

  .four.columns {
    width: 30.6666666667%; }

  .five.columns {
    width: 39.3333333333%; }

  .six.columns {
    width: 48%; }

  .seven.columns {
    width: 56.6666666667%; }

  .eight.columns {
    width: 65.3333333333%; }

  .nine.columns {
    width: 74.0%; }

  .ten.columns {
    width: 82.6666666667%; }

  .eleven.columns {
    width: 91.3333333333%; }

  .twelve.columns {
    width: 100%;
    margin: 0 auto;
    float: none; }

  .one-third.column {
    width: 30.6666666667%; }

  .two-thirds.column {
    width: 65.3333333333%; }

  .one-half.column {
    width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; } }
/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

body {
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  line-height: 32px;
  color: #000000; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  margin: 0;
  padding: 0 0 25px 0; }

p:last-of-type {
  padding: 0; }

h1 {
  font-size: 60px;
  line-height: 72px;
  font-family: "Abhaya Libre", serif;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0 0 45px 0;
  letter-spacing: -0.010em; }

h2 {
  font-family: "Abhaya Libre", serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 45px 0; }

h3 {
  font-family: "Abhaya Libre", serif;
  font-size: 27px;
  line-height: 34px;
  margin: 0;
  padding: 0 0 10px 0;
  font-weight: 600; }

a {
  text-decoration: none; }

p.orange {
  color: #ff640a; }

p.large {
  font-size: 31px !important;
  line-height: 36px !important;
  font-weight: 500; }

p.small {
  font-size: 20px !important;
  line-height: 35px !important; }

p a {
  color: #000000;
  transition: all 0.5s ease-in-out; }
  p a:hover {
    color: #ff640a; }

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

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #000000;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .80;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

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

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

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

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

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

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

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

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

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

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

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

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none; } }
.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  display: flex; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 32px;
  height: 32px;
  margin: 0;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  text-indent: -9999px;
  background: url("../images/icon-direction-arrow.svg") 0 0 no-repeat; }

.flex-direction-nav .flex-next {
  margin-left: 10px;
  transform: rotate(180deg); }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

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

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  position: absolute;
  bottom: -74px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  height: 12px; }

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

.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background: #CFCFCF;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #CFCFCF;
  outline: 0; }

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

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

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
body.no-resize {
  overflow: hidden; }

.anim {
  opacity: 0; }

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  header .logo {
    display: block;
    width: 200px;
    height: 73px;
    margin: 50px auto 0 auto;
    opacity: 0.5;
    transition: opacity 0.4s ease-in-out;
    background: url("../images/cw-new-logo.png") 0 0 no-repeat;
    background-size: 100% auto; }
  header.fade .logo {
    opacity: 0; }
  header.on-white .logo {
    opacity: 1;
    background: url("../images/cw-new-logo-black.png") 0 0 no-repeat;
    background-size: 100% auto; }
  header.on-white.fade .logo {
    opacity: 0; }
  header.on-white a#nav-trigger .menu {
    background: black; }
  header.on-white a#nav-trigger .menu:after, header.on-white a#nav-trigger .menu:before {
    background: black; }
  header.on-white a#nav-trigger.open .menu {
    background: 0 0;
    transition: none; }
  header.on-white a#nav-trigger.open .menu:before {
    background: black; }
  header.on-white a#nav-trigger.open .menu:after {
    background: black; }
  header.off-hero a#nav-trigger .menu {
    background: black; }
  header.off-hero a#nav-trigger .menu:after, header.off-hero a#nav-trigger .menu:before {
    background: black; }
  header.off-hero a#nav-trigger.open .menu {
    background: 0 0;
    transition: none; }
  header.off-hero a#nav-trigger.open .menu:before {
    background: black; }
  header.off-hero a#nav-trigger.open .menu:after {
    background: black; }

a#nav-trigger {
  position: absolute;
  top: 50px;
  right: 5%;
  transform: translateX(14px);
  cursor: pointer;
  display: block;
  transition: transform .5s ease;
  width: 28px;
  height: 20px;
  z-index: 120; }

a#nav-trigger .menu {
  background: rgba(255, 255, 255, 0.5);
  display: block;
  height: 3px;
  position: absolute;
  top: 50%;
  transition: background .5s ease;
  width: 28px; }

a#nav-trigger .menu:after, a#nav-trigger .menu:before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  top: -7px;
  transition: transform .5s ease,top .3s ease,bottom .3s ease, background .5s ease;
  width: 28px; }

a#nav-trigger .menu:after {
  bottom: -7px;
  top: auto; }

a#nav-trigger.open .menu {
  background: 0 0;
  transition: none; }

a#nav-trigger.open .menu:before {
  transform: rotate(45deg);
  width: 28px;
  top: 0;
  background: #E2E2E2; }

a#nav-trigger.open .menu:after {
  top: 7px;
  width: 28px;
  bottom: auto;
  transform: translateY(-7px) rotate(-45deg);
  background: #E2E2E2; }

#nav-holder {
  position: absolute;
  left: 0;
  top: 0;
  height: 132px;
  width: 100%;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 110;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform .4s ease,opacity .15s ease,z-index .15s ease;
  -webkit-transition-delay: 0s,.05s,0s;
  -moz-transition: -moz-transform .4s ease,opacity .15s ease .05s,z-index .15s ease;
  -o-transition: -o-transform .4s ease,opacity .15s ease .05s,z-index .15s ease;
  transition: transform .4s ease,opacity .15s ease .05s,z-index .15s ease; }

#nav-holder.open {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform .4s ease,opacity .25s ease;
  -webkit-transition-delay: 0s,.05s;
  -moz-transition: -moz-transform .4s ease,opacity .25s ease .05s;
  -o-transition: -o-transform .4s ease,opacity .25s ease .05s;
  transition: transform .4s ease,opacity .25s ease .05s; }

#nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(217, 217, 217, 0.5);
  z-index: -9999;
  opacity: 0;
  transition: opacity 0.5s ease .05s,z-index .1s ease 0.5s;
  pointer-events: none; }
  #nav-overlay.open {
    z-index: 90;
    opacity: 1;
    transition: opacity 0.5s ease .05s;
    pointer-events: auto; }

#menu-header-menu {
  list-style: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex; }
  #menu-header-menu li {
    margin: 0 20px; }
    #menu-header-menu li a {
      position: relative;
      display: inline-block;
      font-size: 25px;
      line-height: 25px;
      color: black;
      padding-bottom: 0;
      text-decoration: none;
      transition: color .5s ease; }
  #menu-header-menu:hover li a {
    color: rgba(0, 0, 0, 0.3); }
    #menu-header-menu:hover li a:hover {
      color: black; }
  #menu-header-menu:hover li.current_page_item a {
    color: black; }

footer {
  color: #000; }
  footer .inner {
    position: relative;
    width: 80%;
    max-width: 1636px;
    margin: auto;
    display: flex;
    justify-content: space-between; }
  footer .footer-top {
    background-color: #F7F7F7;
    padding: 100px 0; }
    footer .footer-top h2 {
      font-size: 50px;
      line-height: 60px; }
    footer .footer-top p {
      font-size: 20px;
      line-height: 30px; }
      footer .footer-top p a {
        color: #000;
        transition: color ease 0.5s; }
  footer .col-left, footer .col-right {
    width: calc(50% - 50px); }
  footer .col-right form {
    margin: 20px 0 0 0;
    max-width: 515px; }
  footer .footer-logo {
    width: 200px;
    margin: 40px 0 0 0; }
  footer .footer-bottom {
    background-color: #F2F2F2;
    padding: 30px 0;
    font-size: 18px;
    line-height: 18px;
    color: #707070; }
    footer .footer-bottom #menu-footer-menu {
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0; }
      footer .footer-bottom #menu-footer-menu li {
        margin: 0 30px 0 0; }
        footer .footer-bottom #menu-footer-menu li:last-child {
          margin: 0; }
    footer .footer-bottom .col-right p {
      text-align: right; }
    footer .footer-bottom a {
      color: #707070; }

.socials {
  display: flex;
  list-style: none;
  margin: 60px 0 0 0;
  padding: 0; }
  .socials li {
    margin: 0 40px 0 0;
    align-self: center; }
  .socials a {
    display: block;
    width: 22px;
    height: 22px;
    transition: opacity 0.5s ease;
    opacity: 1; }
    .socials a:hover, .socials a:active {
      opacity: 0.6; }
  .socials a.instagram {
    background: url("../images/icon-instagram.svg") 0 0 no-repeat; }
  .socials a.linkedin {
    background: url("../images/icon-linkedin.svg") 0 0 no-repeat; }
  .socials a.twitter {
    background: url("../images/icon-twitter.svg") 0 0 no-repeat; }

form input[type="email"] {
  border: 0;
  outline: 0;
  font-size: 18px;
  line-height: 18px;
  background: #fff;
  width: 100%;
  padding: 10px; }
form input[type="submit"] {
  display: block;
  width: 40px;
  height: 16px;
  background: url(../images/icon-form-arrow.svg) 0 0 no-repeat;
  margin: 16px 0 0 0;
  border: 0;
  outline: 0;
  text-indent: -9999px;
  cursor: pointer; }
  form input[type="submit"]:hover {
    -webkit-animation: bounceRightNormal 1s 1;
    animation: bounceRightNormal 0.5s 1 easeOut; }

input::-webkit-input-placeholder {
  color: #707070; }

input:-moz-placeholder {
  color: #707070; }

input::-moz-placeholder {
  color: #707070; }

input:-ms-input-placeholder {
  color: #707070; }

input:focus::-webkit-input-placeholder {
  color: transparent !important; }

input:focus:-moz-placeholder {
  color: transparent !important; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent !important; }

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent !important; }

/* IE 10+ */
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  text-align: center;
  border: none !important;
  margin-bottom: 20px !important; }

div.wpcf7-response-output {
  width: 100%;
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
  border: none !important;
  font-size: 14px;
  line-height: 16px;
  color: #f1d7d7;
  text-align: center; }

.wpcf7-not-valid {
  background: #f1d7d7 !important; }

span.wpcf7-not-valid-tip {
  display: none !important; }

div.wpcf7 .ajax-loader, .wpcf7-spinner {
  display: none !important;
  width: 24px !important;
  height: 24px !important;
  margin-left: 10px !important;
  background-size: 100%; }

#contact-overlay {
  background: #080808;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
  overflow-y: scroll; }
  #contact-overlay .overlay-content {
    position: relative;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%; }
  #contact-overlay .inner {
    color: #E2E2E2;
    text-align: center;
    max-width: 600px; }
    #contact-overlay .inner h1 {
      font-size: 100px;
      line-height: 1em;
      padding: 0; }
    #contact-overlay .inner .contact-heading p {
      font-size: 20px;
      line-height: 25px; }
    #contact-overlay .inner .contact-details {
      margin: 60px 0 100px 0; }
      #contact-overlay .inner .contact-details p {
        font-size: 18px;
        line-height: 30px; }
        #contact-overlay .inner .contact-details p a {
          color: #fff; }
    #contact-overlay .inner .newsletter-details {
      margin: 0 0 30px 0; }
      #contact-overlay .inner .newsletter-details h2 {
        font-size: 50px;
        line-height: 50px;
        padding: 0 0 15px 0; }
      #contact-overlay .inner .newsletter-details p {
        font-size: 20px;
        line-height: 25px; }
      #contact-overlay .inner .newsletter-details form {
        margin: 30px 0 0 0; }
        #contact-overlay .inner .newsletter-details form input[type="email"] {
          border: 0;
          outline: 0;
          font-size: 18px;
          line-height: 18px;
          background: #626262;
          width: 100%;
          padding: 10px;
          color: #000; }
        #contact-overlay .inner .newsletter-details form input[type="submit"] {
          display: block;
          background: url(../images/icon-form-arrow-light.svg) 0 0 no-repeat;
          margin: 16px auto 0 auto; }
          #contact-overlay .inner .newsletter-details form input[type="submit"]:hover {
            -webkit-animation: bounceRightNormal 1s 1;
            animation: bounceRightNormal 0.5s 1 easeOut; }
        #contact-overlay .inner .newsletter-details form input::-webkit-input-placeholder {
          color: #000; }
        #contact-overlay .inner .newsletter-details form input:-moz-placeholder {
          color: #000; }
        #contact-overlay .inner .newsletter-details form input::-moz-placeholder {
          color: #000; }
        #contact-overlay .inner .newsletter-details form input:-ms-input-placeholder {
          color: #000; }
    #contact-overlay .inner .socials {
      margin: 120px auto 0 auto;
      justify-content: center; }
      #contact-overlay .inner .socials li:last-child {
        margin: 0; }
      #contact-overlay .inner .socials a.instagram {
        background: url("../images/icon-instagram-light.svg") 0 0 no-repeat; }
      #contact-overlay .inner .socials a.linkedin {
        background: url("../images/icon-linkedin-light.svg") 0 0 no-repeat; }
      #contact-overlay .inner .socials a.twitter {
        background: url("../images/icon-twitter-light.svg") 0 0 no-repeat; }

#contact-close {
  position: fixed;
  top: 50px;
  right: 5%;
  cursor: pointer;
  display: block;
  width: 28px;
  height: 20px;
  z-index: 120; }
  #contact-close .close {
    background: rgba(255, 255, 255, 0.5);
    display: block;
    height: 3px;
    position: absolute;
    top: 50%;
    transition: background .5s ease;
    width: 28px;
    background: 0 0;
    transition: none; }
    #contact-close .close:after, #contact-close .close:before {
      background: rgba(255, 255, 255, 0.5);
      content: "";
      display: block;
      height: 3px;
      position: absolute;
      top: -7px;
      transition: transform .5s ease,top .3s ease,bottom .3s ease;
      width: 28px; }
    #contact-close .close:before {
      transform: rotate(45deg);
      width: 28px;
      top: 0;
      background: #E2E2E2; }
    #contact-close .close:after {
      top: 7px;
      width: 28px;
      bottom: auto;
      transform: translateY(-7px) rotate(-45deg);
      background: #E2E2E2; }

/* HOME */
#home-hero p.avec {
  font-size: 26px;
  color: #FFF;
  font-family: "Abhaya Libre", serif;
  font-style: normal;
  font-weight: 400; }

#home-hero {
  position: relative;
  height: calc(90vh);
  min-height: 500px; }
  #home-hero .inner {
    height: 100%; }
    #home-hero .inner ul {
      height: 100%; }
      #home-hero .inner ul li {
        height: 100%; }
        #home-hero .inner ul li .image {
          height: 100%;
          background-size: cover;
          background-position: center; }
  #home-hero .heading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 10;
    text-align: center; }
  #home-hero .partner {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 300px;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    opacity: 0.85; }

#home-projects .projects-filter {
  padding: 45px 0 0 0; }
  #home-projects .projects-filter ul {
    display: flex;
    justify-content: center;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0; }
    #home-projects .projects-filter ul li {
      font-family: "Karla", sans-serif;
      font-size: 20px;
      line-height: 20px;
      text-transform: uppercase;
      padding: 0 70px;
      letter-spacing: 0.1em; }
      #home-projects .projects-filter ul li a {
        display: block;
        color: #000000; }
#home-projects .hover-holder {
  position: relative;
  height: 5px;
  margin: 20px 0 0 0; }
  #home-projects .hover-holder .dot {
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; }
    #home-projects .hover-holder .dot img {
      display: block; }
#home-projects .projects-holder {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 80px; }
  #home-projects .projects-holder .project {
    position: relative;
    width: calc(50% - 54px);
    max-width: 770px;
    padding-top: 32.84%;
    margin: 54px 0; }
    #home-projects .projects-holder .project a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #home-projects .projects-holder .project .image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }
    #home-projects .projects-holder .project .cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      opacity: 0;
      transition: opacity ease 0.5s;
      display: flex;
      align-items: center;
      justify-content: center; }
      #home-projects .projects-holder .project .cover .copy {
        text-align: center;
        padding: 20px; }
        #home-projects .projects-holder .project .cover .copy h2 {
          font-size: 60px;
          line-height: 60px;
          padding: 0 0 20px 0; }
        #home-projects .projects-holder .project .cover .copy p {
          font-size: 20px;
          line-height: 24px;
          padding: 0; }
    #home-projects .projects-holder .project:hover .cover {
      opacity: 1; }

/* Project - Single */
.page.project {
  padding: 180px 0 0 0; }

.block.spacing-block-below {
  margin: 0 0 46px 0; }
.block.spacing-other-below {
  margin: 0 0 60px 0; }
.block.spacing-last {
  margin: 0 0 120px 0; }

.text-block {
  padding: 245px 0; }
  .text-block .text-inner {
    width: 50%;
    margin: 0 auto; }
  .text-block h2 {
    font-size: 60px;
    line-height: 60px;
    padding: 0 0 30px 0; }
    .text-block h2:last-child {
      padding: 0; }
  .text-block p {
    line-height: 40px; }

.image-block .double {
  display: flex;
  justify-content: space-between; }
  .image-block .double .image {
    width: calc(50% - 23px); }
    .image-block .double .image:last-child img {
      margin-left: auto; }
.image-block .image-size5 img {
  margin: 0 auto; }

.video-block {
  width: 100%;
  margin: 0 auto; }
  .video-block .cover {
    position: relative; }
    .video-block .cover .button {
      z-index: 10;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #000;
      border: 1px solid #000;
      padding: 15px 30px;
      font-size: 18px;
      line-height: 1em;
      text-transform: uppercase;
      transition: all ease 0.4s; }
      .video-block .cover .button:hover {
        background: #000;
        color: #fff; }

.video-holder video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.carousel-block {
  padding-bottom: 74px; }
  .carousel-block.rows-1 {
    padding-bottom: 0; }

.carousel-block.testimonials .testimonial {
  margin: 0 auto;
  width: 70%;
  max-width: 800px;
  padding: 230px 0; }
  .carousel-block.testimonials .testimonial .main {
    font-family: "Abhaya Libre", serif;
    font-size: 50px;
    line-height: 70px;
    padding: 0 0 60px 0;
    text-align: center; }
  .carousel-block.testimonials .testimonial .signoff {
    display: flex;
    justify-content: center; }
    .carousel-block.testimonials .testimonial .signoff p {
      padding: 0; }
    .carousel-block.testimonials .testimonial .signoff p.title:before {
      content: '•';
      margin-left: 15px;
      padding-right: 15px; }

.back-to-projects {
  margin: 0 0 80px 0;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 20px;
  line-height: 20px; }
  .back-to-projects a {
    position: relative;
    display: inline-block;
    color: #000;
    padding-left: 70px; }
    .back-to-projects a:before {
      position: absolute;
      top: 50%;
      left: 0;
      content: '';
      display: block;
      width: 40px;
      height: 16px;
      background: url(../images/icon-back-arrow.svg) 0 0 no-repeat;
      margin: -8px 0 0 0; }
    .back-to-projects a:hover:before {
      -webkit-animation: bounceRightNormal 1s 1;
      animation: bounceRightNormal 0.5s 1 easeOut; }
  .back-to-projects.btp-header {
    position: fixed;
    top: 50px;
    left: 5%;
    transform: translateX(-20px);
    width: 40px;
    height: 16px;
    margin: 0;
    z-index: 100; }

.next-project {
  position: relative;
  height: 458px;
  background-size: cover;
  background-position: center; }
  .next-project a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all ease 0.4s;
    background-color: rgba(0, 0, 0, 0.25); }
    .next-project a:hover {
      background: #C7C7C7; }
  .next-project .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none; }
    .next-project .title p {
      font-size: 30px;
      line-height: 35px;
      letter-spacing: 0.05em;
      color: #fff;
      text-align: center;
      text-transform: uppercase; }

/* About */
#about {
  padding-bottom: 180px; }

.about-intro {
  width: 70%;
  max-width: 940px;
  margin: 170px auto;
  text-align: center; }
  .about-intro h1 {
    font-size: 90px;
    line-height: 110px; }
  .about-intro p {
    font-size: 25px;
    line-height: 40px; }

.about-profiles {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  max-width: 1263px;
  margin: 0 auto; }
  .about-profiles.with-cvs .profile .expand {
    width: 22px;
    height: 15px;
    margin: 30px auto 0 auto;
    background: url("../images/icon-cv-expand.svg") 0 0 no-repeat;
    background-size: 22px auto; }
  .about-profiles.with-cvs .profile.cv-open .expand {
    background: url("../images/icon-cv-expand.svg") 0 -15px no-repeat;
    background-size: 22px auto; }
  .about-profiles.with-cvs .profile.clickable {
    cursor: pointer; }
  .about-profiles .profile {
    transition: opacity 0.4s ease;
    width: calc(33.333333% - 46px);
    margin: 0 23px 60px 23px; }
    .about-profiles .profile .mobile-cv {
      display: none; }
    .about-profiles .profile .image {
      margin: 0 0 35px 0; }
    .about-profiles .profile .copy p {
      text-align: center;
      font-size: 25px;
      line-height: 29px;
      padding: 0; }
      .about-profiles .profile .copy p.name {
        text-transform: uppercase;
        padding: 0 0 10px 0; }
    .about-profiles .profile.hover-fade {
      opacity: 0.04 !important; }

.cv-holder {
  opacity: 0;
  width: 80%;
  max-width: 1263px;
  margin: 0 auto;
  position: relative;
  height: 0;
  z-index: 20;
  overflow: hidden; }
  .cv-holder .profile-cv {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .cv-holder .profile-cv .inner {
      display: flex;
      justify-content: space-between; }
      .cv-holder .profile-cv .inner p {
        font-size: 20px;
        line-height: 35px; }
      .cv-holder .profile-cv .inner .col {
        width: calc(50% - 20px); }
      .cv-holder .profile-cv .inner .col-right p {
        font-size: 18px;
        line-height: 30px; }

#cv-bg-click {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  display: none; }

#clients {
  margin: 170px 0; }
  #clients .client-grid {
    display: flex;
    flex-wrap: wrap; }
    #clients .client-grid .client {
      width: 20%;
      margin: 40px 2.5%;
      position: relative; }
      #clients .client-grid .client .logo {
        transition: opacity 0.4s ease; }
      #clients .client-grid .client .image {
        opacity: 0;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: opacity 0.4s ease; }
      #clients .client-grid .client a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 5; }
      #clients .client-grid .client:hover .logo {
        opacity: 0; }
      #clients .client-grid .client:hover .image {
        opacity: 1; }

.page-content.default {
  width: 90%;
  max-width: 1200px;
  margin: 170px auto; }

.anim {
  opacity: 0; }

@media only screen and (max-width: 1599px) {
  body {
    font-size: 22px;
    line-height: 29px; }

  h1 {
    font-size: 56px;
    line-height: 63px; }

  h2 {
    font-size: 35px;
    line-height: 40px; }

  header .logo {
    width: 200px;
    height: 73px;
    margin: 40px auto 0 auto; }

  #nav-holder {
    height: 110px; }

  a#nav-trigger, #contact-close {
    top: 40px;
    transform: translateX(11px);
    width: 24px;
    height: 18px; }

  a#nav-trigger .menu {
    width: 24px; }

  a#nav-trigger .menu:after, a#nav-trigger .menu:before {
    width: 24px; }

  #menu-header-menu li a {
    font-size: 21px;
    line-height: 21px; }

  footer .footer-top {
    padding: 80px 0; }

  footer .footer-top h2 {
    font-size: 46px;
    line-height: 50px; }

  footer .footer-top p:last-of-type {
    font-size: 18px;
    line-height: 28px; }

  footer .footer-bottom {
    padding: 20px 0;
    font-size: 16px;
    line-height: 22px; }

  .socials li {
    margin: 0 30px 0 0; }

  footer .footer-bottom .col-right p {
    font-size: 16px;
    line-height: 22px; }

  form input[type="email"] {
    font-size: 16px;
    line-height: 16px; }

  #home-projects .projects-filter ul li {
    font-size: 17px;
    line-height: 17px;
    padding: 0 40px; }

  #home-projects .projects-holder .project {
    width: calc(50% - 40px);
    margin: 40px 0; }

  #home-projects .projects-holder .project .cover .copy h2 {
    font-size: 46px;
    line-height: 46px; }

  #home-projects .projects-holder .project .cover .copy p {
    font-size: 17px;
    line-height: 21px; }

  .about-intro {
    width: 80%; }

  .about-intro h1 {
    font-size: 85px;
    line-height: 90px; }

  .about-intro p {
    font-size: 23px;
    line-height: 38px; }

  .about-profiles .profile .copy p {
    font-size: 22px;
    line-height: 26px; }

  .text-block {
    padding: 200px 0; }

  .text-block .text-inner {
    width: 60%; }

  .text-block h2 {
    font-size: 48px;
    line-height: 48px; }

  .text-block p {
    line-height: 33px; }

  .carousel-block.testimonials .testimonial .main {
    font-size: 38px;
    line-height: 48px;
    padding: 0 0 50px 0; }

  .carousel-block.testimonials .testimonial {
    margin: 0 auto;
    width: 70%;
    padding: 130px 0; }

  .next-project {
    height: 358px; }

  .next-project .title {
    width: 90%; } }
@media only screen and (max-width: 1441px) {
  .about-intro {
    width: 90%; }

  .about-intro h1 {
    font-size: 78px;
    line-height: 88px; }

  .about-intro p {
    font-size: 21px;
    line-height: 31px; }

  .about-profiles .profile .copy p {
    font-size: 20px;
    line-height: 24px; }

  .text-block {
    padding: 140px 0; }

  .text-block .text-inner {
    width: 70%; }

  .text-block h2 {
    font-size: 45px;
    line-height: 45px; }

  .text-block p {
    line-height: 30px; }

  #contact-overlay .inner h1 {
    font-size: 70px; }

  #contact-overlay .inner .contact-details {
    margin: 40px 0 60px 0; }

  #contact-overlay .inner .newsletter-details h2 {
    font-size: 40px;
    line-height: 40px; }

  #contact-overlay .inner .socials {
    margin: 60px auto 0 auto; }

  #clients .client-grid .client {
    width: 27.333333%;
    margin: 40px 3%; } }
@media only screen and (max-width: 1023px) {
  .container {
    width: 90%; }

  .about-intro {
    width: 90%;
    margin: 150px auto 110px; }

  .about-intro h1 {
    font-size: 65px;
    line-height: 73px; }

  .about-intro p {
    font-size: 18px;
    line-height: 28px; } }
@media only screen and (max-width: 959px) {
  body {
    font-size: 20px;
    line-height: 24px; }

  a#nav-trigger {
    transform: none; }

  footer .inner {
    width: 90%; }

  footer .footer-top h2 {
    font-size: 46px;
    line-height: 50px;
    padding: 0 0 10px 0; }

  footer .footer-top p:last-of-type {
    font-size: 16px;
    line-height: 30px;
    padding: 20px 0 0 0; }

  #home-projects .projects-filter ul li {
    font-size: 17px;
    line-height: 17px;
    padding: 0 25px; }

  #home-projects .projects-holder .project {
    width: calc(50% - 22px);
    margin: 22px 0; }

  .block.spacing-block-below {
    margin: 0 0 36px 0; }

  .text-block {
    padding: 90px 0; }

  .text-block h1, .text-block h2 {
    font-size: 35px;
    line-height: 40px;
    padding: 0 0 30px 0; }

  .text-block p {
    line-height: 28px; }

  .image-block .double .image {
    width: calc(50% - 18px); }

  .carousel-block.testimonials .testimonial {
    width: 80%;
    padding: 100px 0; }

  .carousel-block.testimonials .testimonial .main {
    font-size: 32px;
    line-height: 36px;
    padding: 0 0 30px 0; }

  .flex-control-nav {
    bottom: -36px; }

  .video-block .cover .button {
    padding: 13px 25px;
    font-size: 17px; }

  .next-project {
    height: 240px; }

  .next-project .title p {
    font-size: 20px;
    line-height: 24px; }

  .back-to-projects {
    margin: 0 0 60px 0;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.14em; }

  .back-to-projects a {
    padding-left: 60px; }

  .back-to-projects a:before {
    width: 36px;
    height: 14px;
    margin: -7px 0 0 0; } }
@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 20px; }

  h1 {
    font-size: 56px;
    line-height: 60px; }

  h2 {
    font-size: 22px;
    line-height: 28px; }

  p.small {
    font-size: 16px !important;
    line-height: 20px !important; }

  header .logo {
    margin: 30px auto 0 auto; }

  a#nav-trigger {
    top: 28px;
    right: 20px; }

  #nav-holder {
    height: auto; }

  #menu-header-menu {
    flex-direction: column;
    padding: 50px 0;
    position: relative;
    transform: none;
    top: auto;
    left: auto; }

  #menu-header-menu li {
    margin: 10px 0; }

  footer .footer-top {
    padding: 70px 0; }

  footer .inner {
    width: 100%;
    padding: 0 20px;
    flex-wrap: wrap; }

  footer .col-left, footer .col-right {
    width: 100%; }

  footer .footer-top .col-right {
    margin: 50px 0 0 0; }

  footer .footer-top h2 {
    padding: 0 0 10px 0; }

  footer .footer-top p:last-of-type {
    padding: 20px 0 0 0; }

  footer .footer-bottom {
    padding: 20px 0;
    font-size: 16px;
    line-height: 30px; }

  .socials {
    margin: 30px 0 0 0; }

  .socials li {
    margin: 0 20px 0 0; }

  footer .footer-bottom #menu-footer-menu {
    flex-direction: column; }

  footer .footer-bottom .col-right p {
    text-align: left;
    padding-top: 20px;
    font-size: 14px;
    line-height: 20px; }

  .container {
    width: 100%; }

  .about-intro {
    width: 100%; }

  #home-projects .projects-filter {
    display: none; }

  #home-projects .projects-holder {
    padding: 10px 20px; }

  #home-projects .projects-holder .project {
    width: calc(50% - 10px);
    margin: 10px 0; }

  #home-projects .projects-holder .project .cover .copy h2 {
    font-size: 22px;
    line-height: 28px;
    padding: 0; }

  #home-projects .projects-holder .project .cover .copy p {
    display: none; }

  .page.project {
    padding: 120px 0 0 0; }

  .page.project .block {
    padding-left: 20px;
    padding-right: 20px; }

  .block.spacing-block-below {
    margin: 0 0 20px 0; }

  .block.spacing-last {
    margin: 0 0 60px 0; }

  .text-block {
    padding: 70px 0; }

  .text-block .text-inner {
    width: 100%; }

  .text-block h1, .text-block h2 {
    font-size: 26px;
    line-height: 32px;
    padding: 0 0 20px 0; }

  .text-block p {
    line-height: 20px; }

  .image-block .double .image {
    width: calc(50% - 10px); }

  .carousel-block.testimonials .testimonial {
    margin-left: 5%;
    width: 90%;
    padding: 70px 0; }

  .carousel-block.testimonials .testimonial .main {
    font-size: 26px;
    line-height: 32px;
    padding: 0 0 30px 0; }

  .flex-control-nav {
    bottom: -44px; }

  .carousel-block.rows-1 {
    padding-bottom: 0; }

  .carousel-block.testimonials .testimonial .signoff {
    flex-direction: column;
    text-align: center; }

  .carousel-block.testimonials .testimonial .signoff p {
    padding: 0; }

  .carousel-block.testimonials .testimonial .signoff p.title:before {
    display: none; }

  .video-block .cover .button {
    padding: 12px 20px;
    font-size: 16px; }

  .next-project {
    height: 140px; }

  .next-project .title p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600; }

  #about {
    padding-bottom: 70px; }

  .about-intro, .page-content.default {
    width: 90%;
    margin: 150px auto 80px; }

  .about-intro h1 {
    font-size: 46px;
    line-height: 50px; }

  .about-intro p {
    font-size: 16px;
    line-height: 20px; }

  .about-profiles {
    padding: 0 22px;
    width: 100%; }

  .about-profiles .profile {
    width: calc(33.333333% - 16px);
    margin: 0 8px 36px 8px; }

  .about-profiles .profile .image {
    margin: 0 0 15px 0; }

  .about-profiles .profile .copy p {
    font-size: 16px;
    line-height: 22px; }

  .about-profiles .profile .copy p.name {
    padding: 0; }

  .cv-holder {
    width: calc(100% - 60px);
    margin: 0 30px; }

  .cv-holder .profile-cv .inner {
    flex-wrap: wrap; }

  .cv-holder .profile-cv .inner .col {
    width: 100%; }

  .cv-holder .profile-cv .inner .col-right {
    margin-top: 25px; }

  .cv-holder .profile-cv .inner .col-right p {
    font-size: 15px;
    line-height: 22px; }

  .cv-holder .profile-cv .inner p {
    font-size: 16px;
    line-height: 20px; }

  .cv-holder .profile-cv .inner p {
    padding-bottom: 15px !important; }

  #contact-overlay .inner .newsletter-details {
    display: none; }

  #contact-close {
    top: 28px;
    right: 20px;
    transform: none; }

  #contact-overlay .inner h1 {
    font-size: 56px;
    padding-bottom: 20px; }

  .back-to-projects {
    margin: 0 0 50px 0;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.12em; }

  .back-to-projects a {
    padding-left: 50px; }

  .back-to-projects a:before {
    width: 32px;
    height: 12px;
    margin: -6px 0 0 0; }

  #clients {
    margin: 120px 0 80px 0; }

  #clients .client-grid .client {
    width: 40%;
    margin: 20px 5%; }

  .back-to-projects.btp-header {
    top: 28px;
    left: 20px;
    transform: none; } }
@media only screen and (max-width: 499px) {
  header .logo {
    width: 180px;
    height: 66px; }

  #home-projects .projects-holder {
    padding: 10px 0; }

  .about-profiles .profile {
    width: 100%;
    margin: 0 auto 36px auto; }

  .about-profiles .profile .image {
    max-width: 200px;
    margin: 0 auto 15px auto; }

  .about-profiles .profile .mobile-cv {
    margin-top: 30px; }

  .about-profiles .profile .mobile-cv .col-right {
    margin-top: 25px; }

  .about-profiles .profile.hover-fade {
    opacity: 1 !important; }

  #clients .client-grid .client {
    width: 50%;
    max-width: 277px;
    margin: 20px auto; }

  .about-profiles.with-cvs .profile .expand {
    margin: 15px auto 0 auto; }

  #home-projects .projects-holder .project {
    width: 100%;
    margin: 10px 0;
    padding-top: 56%; } }
