@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

@import url(magnific-popup.css);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: black;
  text-decoration: 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.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url("../bower_components/slick.js/slick/fonts/slick.eot");
  src: url("../bower_components/slick.js/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../bower_components/slick.js/slick/fonts/slick.woff") format("woff"), url("../bower_components/slick.js/slick/fonts/slick.ttf") format("truetype"), url("../bower_components/slick.js/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 25px;
}

[dir="rtl"] .slick-next {
  left: 25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

html {
  box-sizing: border-box;
}

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

body {
  font: 16px/1.5 "Roboto", Arial, sans-serif;
  color: black;
  text-decoration: none;
}

.siteHead {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 20px;
  right: 20px;
  overflow: hidden;
  padding-bottom: 10px;
  position: fixed;
}

.siteHead .center {
  background: #FFF;
  padding: 35px 40px 15px 40px;
  max-width: none;
  background: #FFF;
  max-width: none;
}

@media screen and (max-width: 768px) {
  .siteHead {
    top: 0;
    padding-bottom: 0;
  }
  .siteHead .center {
    padding: 10px;
  }
}

.siteLogo {
  margin: 0;
  font-size: 1.375em;
  float: left;
  margin: 0 0 0 0.6%;
  float: left;
  line-height: 22px;
  font-size: 18px;
  font-weight: 500;
}

.siteLogo a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  text-transform: uppercase;
}

.siteLogo a span {
  display: block;
  margin: 0 0 0 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .siteLogo {
    display: block;
    float: none;
  }
}

.mainNav {
  float: right;
  margin-right: 0px;
  margin-top: 10px;
}

.mainNav ul {
  margin: 0;
  padding: 0;
}

.mainNav li {
  display: inline-block;
}

.mainNav a {
  color: #000;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
}

.mainNav a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .mainNav {
    float: none;
    margin-top: 0;
  }
  .mainNav a {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 20px;
  }
}

@font-face {
  font-family: "manners";
  src: url("../icons/fonts/manners.eot");
  src: url("../icons/fonts/manners.eot?#iefix") format("eot"), url("../icons/fonts/manners.woff") format("woff"), url("../icons/fonts/manners.ttf") format("truetype"), url("../icons/fonts/manners.svg#manners") format("svg");
}

.icon-booking,
.icon-clock,
.icon-cost,
.icon-dmpicto,
.icon-DM_logo_mono,
.icon-email,
.icon-email2,
.icon-facebook,
.icon-facebook2,
.icon-google,
.icon-google2,
.icon-home,
.icon-instagram,
.icon-instagram2,
.icon-left,
.icon-linkdin,
.icon-linkdin2,
.icon-logo,
.icon-mic,
.icon-phone,
.icon-phone2,
.icon-right,
.icon-twitter,
.icon-twitter2,
.icon-user {
  font-family: "manners";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
}

.icon-booking:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-cost:before {
  content: "";
}

.icon-dmpicto:before {
  content: "";
}

.icon-DM_logo_mono:before {
  content: "";
}

.icon-email:before {
  content: "";
}

.icon-email2:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-facebook2:before {
  content: "";
}

.icon-google:before {
  content: "";
}

.icon-google2:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-instagram2:before {
  content: "";
}

.icon-left:before {
  content: "";
}

.icon-linkdin:before {
  content: "";
}

.icon-linkdin2:before {
  content: "";
}

.icon-logo:before {
  content: "";
}

.icon-mic:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-phone2:before {
  content: "";
}

.icon-right:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-twitter2:before {
  content: "";
}

.icon-user:before {
  content: "";
}

img {
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: auto;
}

a {
  outline: 0 !important;
}

.center {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}

.center::after {
  clear: both;
  content: "";
  display: table;
}

::-moz-selection {
  background: #8ab6c7;
  text-shadow: none;
}

::selection {
  background: #8ab6c7;
  text-shadow: none;
}

.t-Title {
  font-size: rem-calc(40px);
  color: #545352;
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 18px;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  padding: 60px 0 20px 0;
  max-width: 660px;
}

.t-Title span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}

.t-Title span:before,
.t-Title span:after {
  display: block;
  content: "";
  height: 1px;
  background: #bab9b8;
  position: absolute;
  left: -1000%;
  right: 100%;
  top: 50%;
  margin-top: -1px;
}

.t-Title span:after {
  left: 100%;
  right: -1000%;
}

.t-MoreButton {
  display: inline-block;
  padding: 10px 15px;
  background: transparent;
  color: #000;
  text-decoration: none;
  transition: 200ms;
  font-weight: 100;
  border: 0;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #000;
  letter-spacing: 1px;
  word-spacing: 4px;
}

.t-MoreButton:hover {
  background: #000;
  color: #FFF;
  border-color: #000;
}

.t-input-Select {
  background: #545352;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  transition: 200ms;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-right: 10px;
}

.t-input-Select option {
  background: transparent;
}

.t-input-Select:hover {
  background: #474645;
}

.t-input-Select:hover:after {
  background-color: #474645;
}

.t-input-Select:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
  transition: 60ms;
}

.t-input-Select:after {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  line-height: 43px;
  font-size: 0.75em;
  color: #999999;
  top: 0;
  right: 0;
  text-align: center;
  background: no-repeat center center;
  background-color: #545352;
  pointer-events: none;
  transition: 200ms;
}

.t-input-Select select {
  border: 0;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  padding: 9px 10px 8px;
  outline: none;
  cursor: pointer;
  color: #4d4d4d;
  display: block;
  background: #FFF;
  background: transparent;
  padding-right: 40px;
  display: block;
}

.t-input-Select select[disabled] {
  color: rgba(0, 0, 0, 0.3);
}

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

a {
  cursor: pointer;
}

.flowerOverlay,
.flowerOverlay--White {
  font-size: rem-calc(1200px);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 0.6;
  bottom: 0;
  color: #000;
  opacity: 0.05;
  z-index: -1;
}

.flowerOverlay--White {
  color: #FFF;
  opacity: 0.1;
  bottom: -200px;
}

.mainWrapper {
  padding: 140px 20px 20px;
  min-height: 100vh;
  width: 100%;
  padding: 140px 20px 20px;
  background: #FFF;
}

.mainWrapper:before,
.mainWrapper:after {
  background: white;
}

@media screen and (max-width: 768px) {
  .mainWrapper {
    padding-top: 100px;
  }
}

.workGrid,
.workGrid--Two {
  padding: 10px 0px 30px 2%;
}

.workGrid::after,
.workGrid--Two::after {
  clear: both;
  content: "";
  display: table;
}

.workGrid__Slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.workGrid .slick-list,
.workGrid--Two .slick-list,
.workGrid .slick-track,
.workGrid--Two .slick-track {
  height: 100%;
}

.workGrid .slick-prev,
.workGrid--Two .slick-prev,
.workGrid .slick-next,
.workGrid--Two .slick-next {
  opacity: 0;
  transition: 300ms;
}

.workGrid__Slide {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.workGrid__Article {
  float: left;
  display: block;
  margin-right: 5.88235%;
  width: 20.58824%;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 21.9%;
  margin-right: 3.7%;
  margin-top: 45px;
  margin-bottom: 45px;
  background-color: #000;
  margin-bottom: 45px;
  width: 21.7%;
}

.workGrid__Article:last-child {
  margin-right: 0;
}

.workGrid__Article:nth-child(4n) {
  margin-right: 0;
}

.workGrid__Article:nth-child(4n+1) {
  clear: left;
}

.workGrid__Article h1 {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.25em;
  text-transform: uppercase;
  background: #000;
  color: #FFF;
  padding: 7px 10px;
  text-align: center;
  line-height: 1;
  margin: 0;
  transition: 300ms;
  opacity: 0;
  z-index: 200;
  font-weight: 100;
  display: none;
}

.workGrid__Article:hover {
  background-color: white;
}

.workGrid__Article:hover h1 {
  opacity: 1;
}

.workGrid__Article:hover img {
  opacity: 1;
  height: auto;
  background-color: white;
}

.workGrid__Article:hover .slick-prev,
.workGrid__Article:hover .slick-next {
  opacity: 1;
}

.workGrid__Article img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 180;
  opacity: 0;
  width: 101%;
  max-width: 101%;
  height: auto;
  background-color: white;
}

@media screen and (max-width: 768px) {
  .workGrid__Article {
    float: left;
    display: block;
    margin-right: 5.88235%;
    width: 47.05882%;
  }
  .workGrid__Article:nth-child(4n) {
    margin-right: 5.88235%;
  }
  .workGrid__Article:nth-child(4n+1) {
    clear: none;
  }
  .workGrid__Article:last-child {
    margin-right: 0;
  }
  .workGrid__Article:nth-child(2n) {
    margin-right: 0;
  }
  .workGrid__Article:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (max-width: 768px) {
  .workGrid__Article {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0;
  }
}

.workGrid__Scale,
.workGrid__Scale--Featured,
.workGrid__Scale--Inner,
.workGrid__Scale--Post {
  padding-bottom: 63%;
  display: block;
  color: #000;
}

.workGrid__Scale--Featured {
  box-sizing: content-box;
  padding-top: 20px;
}

.workGrid--Two {
  padding: 10px 0px 30px 2%;
  -webkit-column-count: 2;
  column-count: 2;
}

@media screen and (max-width: 768px) {
  .workGrid,
  .workGrid--Two {
    padding-left: 0;
  }
}

@-webkit-keyframes removeWork {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes removeWork {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

.firstWork {
  position: fixed;
  background: #000;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation: 1s 3s removeWork forwards;
  animation: 1s 3s removeWork forwards;
}

.firstWork img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.workArticle,
.workArticle--Masonry {
  max-width: 50%;
  margin: 0 auto;
  display: block;
  margin-bottom: 120px;
}

.workArticle::after,
.workArticle--Masonry::after {
  clear: both;
  content: "";
  display: table;
}

.workArticle .gallery-item,
.workArticle--Masonry .gallery-item {
  padding: 0 10px;
  margin-top: 0;
  padding: 0 8px;
  margin-bottom: 8px;
}

.workArticle .gallery-item {
  padding: 0 8px;
  margin-bottom: 8px;
}

.workArticle .gallery-item img,
.workArticle--Masonry .gallery-item img {
  border: 0 !important;
  max-width: none;
  width: 100%;
  display: block;
  color: white;
  text-decoration: underline;
  background: white;
}

.workArticle .gallery-item-cover,
.workArticle--Masonry .gallery-item-cover {
  margin: 0;
  width: 50%;
  margin-left: 50%;
  padding: 0 8px 0 8px;
}

@media screen and (max-width: 768px) {
  .workArticle .gallery-item-cover,
  .workArticle--Masonry .gallery-item-cover {
    width: auto;
    margin: 0;
  }
}

.workArticle__Row {
  margin-left: 10px;
  margin-right: 10px;
}

.workArticle__Row::after {
  clear: both;
  content: "";
  display: table;
}

.workArticle__Description,
.workArticle__Info {
  float: left;
  display: block;
  margin-right: 5.88235%;
  width: 47.05882%;
  padding: 5% 0 8% 0;
}

.workArticle__Description:last-child,
.workArticle__Info:last-child {
  margin-right: 0;
}

.workArticle__Description {
  padding: 0;
}

.workArticle__Description h2 {
  font-size: 1.5em;
}

.workArticle__Description a {
  color: black;
  text-decoration: none;
}

.workArticle__Description a:hover {
  color: #666;
}

.workArticle__Info h2 {
  font-weight: 600;
  margin-top: 20px;
  font-size: 1.25em;
}

.workArticle__Info ul {
  margin: 0;
  padding: 0;
  max-width: 600px;
}

.workArticle__Info li {
  border-bottom: 1px solid #000;
  display: block;
  padding: 5px;
  font-size: 0.8125em;
}

.workArticle--Masonry {
  -webkit-column-count: 2;
  column-count: 2;
  margin-bottom: 120px;
  overflow: hidden;
}

.workArticle--Masonry br {
  display: none;
}

.workArticle--Masonry .gallery-item {
  width: 100% !important;
  float: none !important;
  vertical-align: top;
  margin: 0;
  margin: 0 !important;
  padding: 0 0 15px !important;
  display: inline-block;
}

button.mfp-arrow {
  margin-top: 0 !important;
  opacity: 0.1;
  transition: 200ms;
  width: 50%;
  top: 0;
  bottom: 0;
  position: absolute;
  height: auto;
  cursor: url(../images/left.png), w-resize;
  cursor: url("../images/left.png") 16 22, auto;
}
button.mfp-arrow title {
  display: none;
}
button.mfp-arrow:focus {
  opacity: 0.1;
}
button.mfp-arrow:hover {
  opacity: 1 !important;
}
button.mfp-arrow:before,
button.mfp-arrow:after {
  display: none;
}
button.mfp-arrow-right {
  cursor: url("../images/right.png") 16 22, auto;
}
img.mfp-img {
  padding: 0;
  vertical-align: middle;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: url("../images/cross.png") 12 12, auto;
}

@media screen and (max-width: 768px) {
  .workArticle .gallery-item,
  .workArticle--Masonry .gallery-item {
    width: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .workArticle,
  .workArticle--Masonry {
    -webkit-column-count: 1;
    column-count: 1
  }
}

@media screen and (max-width: 960px) {
  .workArticle,
  .workArticle--Masonry {
    margin: 0 0 60px;
    max-width: none;
  }
  .page .workArticle__Description {
    padding: 0;
  }
  .page .workArticle__Description a {
    color: black;
    text-decoration: none;
  }
  .page .workArticle__Description a:hover {
    color: #666;
  }
  .page .workArticle {
    margin-bottom: 20px;
  }
  .workArticle__Description h5 {
    font-size: 18px;
  }
}