@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after, .js #omninav #go-back .icon a:after, .js #omninav #filter-reset .icon a:after, #omninav #side-panel-toggle .icon a:after, .swiper-arrow .icon a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/* COLOURS */
/* MIXINS */
/**
 * Retina images
 * Include image for high-resolution devices.
 */
/**
 * Sprites
 * Pass in the number of blocks to desired icon space.
 */
.nbsp {
  white-space: nowrap !important; }

html.allow-y-scrolling {
  overflow-y: scroll; }

@media (orientation: landscape) {
  html.fullscreen.ipad.ios7 > body {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 672px !important; } }
@media screen and (max-width: 768px) {
  html.allow-y-scrolling-on-mobile {
    overflow-y: scroll; } }
html, body {
  width: 100%;
  height: 100%; }

body {
  background-color: #787878;
  font-size: 13px;
  font-family: "Swiss 721 W01 Light", helvetica, arial, sans-serif; }

a:focus {
  outline: none; }

strong {
  font-family: "Swiss 721 W01 Bold", helvetica, arial, sans-serif;
  font-weight: normal; }


#omninav {
  position: fixed;
  z-index: 100;
  left: 20px;
  top: 20px;
  right: 20px;
  color: #fff;
  -webkit-font-smoothing: subpixel-antialiased; }
  .js #omninav.closed {
    pointer-events: none; }
  #omninav #go-back, #omninav #unsubscribe {
    background: #000;
    line-height: 0;
    padding: 7px 6px 6px;
    display: block;
    float: left;
    margin-right: 1px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    pointer-events: all; }
  .js #omninav #go-back .icon {
    background: url(../img/icon-sprite.png) no-repeat -39px center;
    width: 13px;
    height: 13px;
    display: inline-block; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
      .js #omninav #go-back .icon {
        background-image: url(../img/icon-sprite@2x.png);
        background-size: auto 17px; } }
  .js #omninav.closed #go-back .icon {
    background-position: -13px center; }
  #omninav #unsubscribe {
    width: 293px;
    line-height: 1.4em;
    padding: 4px 0 4px 8px;
    margin: 0 1px 0 0;
    cursor: default; }
    @media screen and (max-width: 768px) {
      #omninav #unsubscribe {
        width: 100%;
        position: absolute;
        padding: 9px 0 10px 8px;
        top: 38px;
        left: 38px; } }
  #omninav #filter-reset {
    background: #000;
    line-height: 0;
    padding: 7px 6px 6px;
    float: left;
    margin-right: 1px;
    margin-left: -26px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    pointer-events: all;
    -webkit-transition: margin 300ms;
    -moz-transition: margin 300ms;
    transition: margin 300ms; }
    #omninav #filter-reset.reset {
      margin-left: 0; }
  .js #omninav #filter-reset .icon {
    background: url(../img/icon-sprite.png) no-repeat -91px center;
    width: 16px;
    height: 13px;
    display: inline-block; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
      .js #omninav #filter-reset .icon {
        background-image: url(../img/icon-sprite@2x.png);
        background-size: auto 17px; } }
  .js #omninav.closed #filter-reset .icon {
    background-position: -13px center; }
  #omninav .toggle-contents {
    -webkit-transition: opacity 700ms;
    transition: opacity 700ms;
    position: relative;
    z-index: 1;
    opacity: 1; }
    .lt-ie9 #omninav .toggle-contents {
      display: block; }
  .js #omninav.closed .toggle-contents {
    opacity: 0;
    pointer-events: none; }
  .lt-ie9.js #omninav.closed .toggle-contents {
    display: none; }
  .ie-9.js #omninav.closed .toggle-contents, .ie-10.js #omninav.closed .toggle-contents {
    width: 0;
    overflow: hidden; }
  .ie-10.js #home #omninav.closed, .ie-10.js #people #omninav.closed, .lt-ie10.js #home #omninav.closed, .lt-ie10.js #people #omninav.closed {
    right: auto;
    width: 200px;
    height: 30px; }
  #omninav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #000; }
  #omninav .filter {
    overflow: hidden;
    width: 165px;
    float: left;
    margin-right: 1px;
    position: relative;
    height: 26px;
    z-index: 10; }
    .no-touch #omninav .filter:hover, .touch #omninav .filter.doubletap-hovered {
      height: auto; }
      .no-touch #omninav .filter:hover ul, .touch #omninav .filter.doubletap-hovered ul {
        opacity: 1; }
    #omninav .filter ul {
      background: #000;
      padding: 6px 0 24px;
      opacity: 0;
      -webkit-transition: opacity 250ms;
      transition: opacity 250ms; }
    #omninav .filter li {
      cursor: pointer;
      padding: 0 8px 1px; }
    #omninav .filter .sub-group {
      padding-left: 20px; }
    #omninav .filter h3 {
      padding: 4px 8px 4px;
      background: #000;
      margin: 0 0 1px;
      font-size: 13px;
      font-weight: normal;
      cursor: pointer; }
    #omninav .filter .display-all {
      height: 0;
      overflow: hidden;
      opacity: 0;
      -webkit-transition: 400ms;
      transition: 400ms;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    #omninav .filter.filtered h3 {
      color: #bbb; }
    #omninav .filter.filtered .display-all {
      height: 28px;
      opacity: 1; }
    #omninav .filter .filter-active {
      pointer-events: none;
      cursor: default; }
    #omninav .filter .filter-active,
    #omninav .filter li:hover {
      color: #bbb; }
    #omninav .filter .option-disabled,
    #omninav .filter .option-disabled:hover {
      color: #666;
      cursor: default; }
    #omninav .filter:after {
      content: ' ';
      position: absolute;
      z-index: 3;
      background: url(../img/icon-sprite.png) no-repeat -26px center;
      width: 13px;
      height: 7px;
      right: 6px;
      top: 10px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        #omninav .filter:after {
          background-image: url(../img/icon-sprite@2x.png);
          background-size: auto 17px; } }
  #omninav a {
    text-decoration: none;
    color: #fff; }
  #omninav a:hover {
    color: #bbb; }
  #omninav .active a {
    color: #bbb; }
  #omninav .inline {
    overflow: hidden; }
    #omninav .inline li {
      float: right;
      opacity: 0;
      -webkit-transition: opacity 500ms;
      -moz-transition: opacity 500ms;
      transition: opacity 500ms; }
    #omninav .inline a {
      display: block;
      padding: 4px 8px 4px; }
    #omninav .inline .right {
      position: absolute;
      right: 0; }
    #omninav .inline.revealed li {
      opacity: 1; }
  #omninav .contents {
    top: 0;
    pointer-events: all; }
    #practice #omninav .contents h1, #services #omninav .contents h1 {
      display: none; }
    #practice #omninav .contents #side-panel-toggle, #services #omninav .contents #side-panel-toggle {
      display: none; }
    #omninav .contents h1 {
      margin: 0;
      font-size: 13px;
      font-weight: normal;
      font-family: "Swiss 721 W01 Light", helvetica, arial, sans-serif;
      width: 289px; }
      .js #omninav .contents h1 {
        cursor: pointer; }
    #omninav .contents .nav-loader {
      float: left;
      overflow: hidden;
      pointer-events: none; }
      #omninav .contents .nav-loader .wrapper {
        margin-left: -88px;
        -webkit-transition: margin 300ms;
        transition: margin 300ms; }
        .no-csstransforms #omninav .contents .nav-loader .wrapper {
          display: none; }
      #omninav .contents .nav-loader.nav-visible .wrapper {
        margin-left: 0px; }
        .no-csstransforms #omninav .contents .nav-loader.nav-visible .wrapper {
          display: block; }
        @media screen and (max-width: 768px) {
          #omninav .contents .nav-loader.nav-visible .wrapper {
            margin-left: 13px; } }
      #unsubscribe #omninav .contents .nav-loader {
        display: none; }
    #omninav .contents .block {
      float: left;
      background: #000;
      margin-right: 1px;
      padding: 4px 8px 4px; }
    #omninav .contents .loading {
      height: 19px;
      width: 18px;
      padding: 4px 3px 3px; }
      #omninav .contents .loading img {
        width: 100%;
        height: auto;
        display: block; }
  #omninav #side-panel-toggle {
    background: #000;
    line-height: 0;
    padding: 7px 6px 6px;
    display: block;
    float: left;
    margin-right: 1px;
    cursor: pointer;
    position: relative; }
    #omninav #side-panel-toggle .icon {
      background: url(../img/icon-sprite.png) no-repeat 0 center;
      background-position: -78px center;
      width: 13px;
      height: 13px;
      display: inline-block; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        #omninav #side-panel-toggle .icon {
          background-image: url(../img/icon-sprite@2x.png);
          background-size: auto 17px; } }
    #omninav #side-panel-toggle.open .icon {
      background-position: 0 center; }
    @media screen and (min-width: 1350px), screen and (max-width: 768px) {
      .profile #omninav #side-panel-toggle {
        display: none; } }

@media screen and (max-width: 768px) {
  #omninav {
    left: 0;
    top: 0;
    right: 0;
    /* adjust padding etc to make sizes nice for fingers */ }
    #omninav #filter-reset,
    #omninav #go-back,
    #omninav #side-panel-toggle {
      padding: 12px; }
    #omninav #go-back {
      position: absolute;
      top: 38px; }
      #project #omninav #go-back {
        top: 0; }
    #omninav .contents {
      left: 38px;
      position: absolute;
      top: 38px; }
      #home #omninav .contents, #practice #omninav .contents, #people #omninav .contents, #contact #omninav .contents, #services #omninav .contents {
        left: 0; }
      #practice #omninav .contents h1, #services #omninav .contents h1 {
        display: none; }
      #practice #omninav .contents #side-panel-toggle, #services #omninav .contents #side-panel-toggle {
        display: none; }
      #contact #omninav .contents h1 {
        padding-left: 46px; }
      #profiles #omninav .contents h1 {
        width: 100%; }
      #project #omninav .contents {
        top: 0; }
      #omninav .contents .nav-loader {
        position: absolute;
        top: 0px;
        z-index: 1;
        right: 38px;
        left: -15px; }
        #omninav .contents .nav-loader .wrapper {
          -webkit-transition: 800ms;
          transition: 800ms; }
        #omninav .contents .nav-loader.nav-visible {
          background: #000; }
        #omninav .contents .nav-loader .block.loading {
          padding: 10px 10px 8px;
          border-right: 1px solid #888; }
        #home #omninav .contents .nav-loader, #contact #omninav .contents .nav-loader, #project #omninav .contents .nav-loader, #profiles #omninav .contents .nav-loader {
          top: 38px; }
        #project #omninav .contents .nav-loader, #profiles #omninav .contents .nav-loader {
          left: -52px; }
    #omninav .contents .block,
    #omninav .inline a {
      padding: 9px 8px 10px; }
    #omninav #filter-reset {
      margin: 0;
      position: absolute;
      top: 38px;
      right: 0; }
    #omninav .filter {
      position: absolute;
      top: 38px;
      width: 49.845%;
      height: 37px;
      margin-bottom: 1px; }
      #omninav .filter:after {
        top: 15px; }
      #omninav .filter h3 {
        padding: 9px 25px 10px 8px;
        overflow: hidden;
        text-overflow: ellipsis; }
      #omninav .filter ul {
        line-height: 2;
        max-height: 182px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; }
      #omninav .filter#location-filter {
        right: 0;
        margin-right: 0; }
      #omninav .filter.filtered#location-filter, #omninav .filter.mobile-adjust#location-filter {
        right: 41px; }
    #omninav .inline {
      width: 100%; }
      #omninav .inline .right {
        position: static; }
      #project #omninav .inline {
        display: none; }
    #omninav .toggle-contents {
      clear: left; }
    #omninav .contents {
      right: 0; }
      #omninav .contents h1 {
        width: auto;
        position: absolute;
        left: 0;
        right: 37px; }
    #omninav #side-panel-toggle {
      position: absolute;
      right: 0;
      margin-right: 0; } }
#wrapper {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 4; }
  .logo-on-top #wrapper {
    z-index: 2; }
  .js #wrapper {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1000ms;
    transition: opacity 1000ms;
    pointer-events: none; }
  .js #wrapper.revealed {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  @media screen and (max-width: 768px) {
    #practice #wrapper, #services #wrapper {
      margin-top: 38px; }
    #profiles #wrapper, #contact #wrapper {
      margin-top: 76px; } }

#grid-wrapper {
  width: 100%;
  min-height: 100%;
  /*	height: 100%;*/
  overflow-x: hidden;
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }
  .js #grid-wrapper {
    visibility: hidden;
    opacity: 0; }
  .js #grid-wrapper.grid-ready {
    visibility: visible;
    opacity: 1; }
  #grid-wrapper .grid-line {
    background-color: black;
    position: absolute;
    z-index: 1; }
    #grid-wrapper .grid-line.grid-line-vertical {
      top: 0;
      height: 100%;
      width: 1px; }
    #grid-wrapper .grid-line.grid-line-horizontal {
      left: 0;
      width: 100%;
      height: 1px; }
  @media screen and (max-width: 768px) {
    #home #grid-wrapper {
      margin-top: 76px; }
    #people #grid-wrapper {
      margin-top: 38px; } }

#grid {
  width: 112%;
  /* extra width to avoid rounding errors */
  height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 2; }
  #grid .grid-item {
    display: block;
    position: relative;
    /* will become absolute when masonry is called */
    float: left;
    /* fallback for masonry */
    width: 17.87%;
    /* 5 cols */
    padding-top: 17.87%;
    overflow: hidden;
    text-decoration: none;
    -webkit-transform: translateZ(0);
    /* REALLY IMPORTANT to fix hidden scrollbar webkit bug. See http://stackoverflow.com/a/14525109/940252 */
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased; }
    .no-touch #grid .grid-item:hover .colour-image {
      opacity: 1;
      filter: alpha(opacity=100); }
    .no-touch #grid .grid-item.group-hover .colour-image {
      opacity: 1;
      filter: alpha(opacity=100); }
    .no-touch #grid .grid-item:hover .text, .touch #grid .grid-item .text {
      display: block; }
    #grid .grid-item.unload-resources .bw-image, #grid .grid-item.unload-resources .colour-image {
      visibility: hidden;
      opacity: 0; }
  #grid article {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.75s;
    transition: opacity 0.75s; }
    .js #grid article {
      opacity: 0; }
    .js #grid article.loaded {
      opacity: 1; }
  #grid .bw-image {
    background: no-repeat left top;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity 0.75s;
    transition: opacity 0.75s;
    -webkit-transform: translate3d(0, 0, 0); }
  #grid .colour-image {
    background: no-repeat left top;
    background-size: cover;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity 0.75s;
    transition: opacity 0.75s;
    z-index: 4;
    -webkit-transform: translate3d(0, 0, 0); }
  #grid .image-preloader {
    display: none; }
  #grid .text {
    position: absolute;
    left: 10px;
    bottom: 10px;
    right: 10px;
    z-index: 5; }
    .js #grid .text {
      display: none; }
    #grid .text h1, #grid .text p {
      background: #000;
      color: #fff;
      font-size: 1em;
      margin: 0;
      font-weight: 200;
      padding: 4px 5px 3px;
      margin-top: 1px; }
    .touch #grid .text h1, .touch #grid .text p {
      float: left;
      clear: left; }
    .touch #grid .text .no-touch-only {
      display: none; }

#contact #side-panel h1 {
  -webkit-font-smoothing: antialiased; }
@media screen and (max-width: 768px) {
  #contact #side-panel {
    padding-bottom: 76px; } }
#contact form input {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  height: 30px;
  width: 260px;
  margin: 10px 0 0 -10px;
  padding: 0 0 0 10px;
  color: #fff;
  background-color: #232323;
  outline: none;
  border: 0;
  font-weight: normal; }
  html.lt-ie9 #contact form input {
    padding-top: 8px;
    height: 25px; }
  @media screen and (max-width: 400px) {
    #contact form input {
      margin-right: 5px; } }
#contact form input:invalid {
  -moz-box-shadow: none;
  box-shadow: none; }
#contact form button {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  opacity: 0;
  cursor: default;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  transition: opacity 500ms;
  display: inline-block;
  margin: 0 0 0 10px;
  background: none;
  border: 0;
  outline: 0;
  color: #fff;
  padding: 0;
  border-bottom: 1px solid #fff; }
  html.lt-ie9 #contact form button {
    visibility: hidden; }
  @media screen and (max-width: 400px) {
    #contact form button {
      margin: 10px 0 0 0; } }
#contact form.valid button {
  opacity: 1;
  cursor: pointer; }
  html.lt-ie9 #contact form.valid button {
    visibility: visible; }
#contact form .status-message {
  margin: 18px 0; }

/**** Isotope Styles **********************************************/
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
  visibility: hidden; }

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

@media screen and (max-width: 1900px) {
  header {
    width: 100%;
    margin-left: 0%; }

  #grid .grid-item {
    width: 22.35%;
    padding-top: 22.35%; } }
@media screen and (max-width: 1024px) {
  header {
    width: 100%;
    margin-left: 0%; }

  #grid .grid-item {
    width: 29.85%;
    padding-top: 29.85%; } }
@media screen and (max-width: 600px) {
  header {
    width: 100%;
    margin-left: 0%; }

  #grid .grid-item {
    width: 44.8%;
    padding-top: 44.8%; } }
@media screen and (max-width: 320px) {
  header {
    width: 100%;
    margin-left: 0%; }

  #grid .grid-item {
    width: 90%;
    padding-top: 90%; } }

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  float: left; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x; }

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  background: #404040;
  width: 100%;
  height: 100%;
  z-index: 4;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.swiper-wrapper {
  -webkit-transform: translate3d(0, 0px, 0px); }

.swiper-slide {
  /* Specify Slides's Size: */
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  opacity: 0;
  cursor: pointer;
  visibility: hidden; }

.swiper-slide-visible {
  visibility: visible;
  opacity: 0.25; }

.swiper-container.single-slide .swiper-slide {
  cursor: default; }

#wrapper.revealed .swiper-slide {
  -webkit-transition: all 750ms;
  transition: all 750ms; }

.swiper-slide .image {
  height: 100%;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.lt-ie8 .swiper-slide .image {
  margin: 0; }

.swiper-slide-active {
  /* Specific active slide styling: */
  opacity: 1; }

.swiper-can-desaturate.desaturated .swiper-slide-active {
  -webkit-filter: saturate(30%);
  -moz-filter: saturate(30%);
  filter: saturate(30%);
  opacity: 0.6; }

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */ }

.swiper-active-switch {
  /* Specific active button style: */ }

.swiper-visible-switch {
  /* Specific visible button style: */ }

.swiper-arrow {
  background: #000;
  position: absolute;
  z-index: 5;
  top: 50%;
  cursor: pointer;
  line-height: 0;
  padding: 5px 7px; }
  .swiper-arrow .icon {
     background: url(../../img/icon-sprite.png) no-repeat 0 center;
    width: 13px;
    height: 17px;
    display: inline-block; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
      .swiper-arrow .icon {
        background-image: url(../img/icon-sprite@2x.png);
        background-size: auto 17px; } }
  .swiper-arrow.arrow-right {
    right: 20px; }
    .swiper-arrow.arrow-right .icon {
      background-position: -52px center; }
  .swiper-arrow.arrow-left {
    left: 20px; }
    .swiper-arrow.arrow-left .icon {
      background-position: -39px center; }

@media screen and (max-width: 768px) {
  .swiper-arrow {
    padding: 10px 12px; }
    .swiper-arrow.arrow-right {
      right: 0; }
    .swiper-arrow.arrow-left {
      left: 0; } }
.image-preloader {
  width: 0;
  height: 0;
  overflow: hidden; }

noscript.slideshow-fallback img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 4; }

#map-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }
  #map-wrapper #map {
    height: 100%; }

#side-panel .credit {
  color: #aaa; }
  #side-panel .credit a {
    color: #aaa; }

.utility-message {
  color: #000;
  background: #bcbcbc;
  position: absolute;
  left: 20px;
  top: 47px;
  right: 20px;
  padding: 18px 34px; }
  @media screen and (max-width: 768px) {
    .utility-message {
      left: 0;
      right: 0;
      top: 38px;
      padding: 10px; } }
  .utility-message img {
    width: 200px;
    height: auto;
    margin-bottom: 30px; }
  .utility-message h1 {
    font-size: 1em;
    font-weight: normal;
    font-family: "Swiss 721 W01 Bold", helvetica, arial, sans-serif; }
  .utility-message h1, .utility-message p {
    margin: 0 0 0.5em; }
    .utility-message h1:last-child, .utility-message p:last-child {
      margin-bottom: 0; }
  .utility-message a {
    color: #000; }
