/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2013 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Mark Simonson Studio
 * License URL: http://www.fontspring.com/fflicense/mark-simonson-studio
 *
 *
 */
@font-face {
  font-family: 'ProximaNovaCn';
  src: url('../fonts/ProximaNovaCond-Light-webfont.eot');
  src: url('../fonts/ProximaNovaCond-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNovaCond-Light-webfont.woff') format('woff'), url('../fonts/ProximaNovaCond-Light-webfont.ttf') format('truetype'), url('../fonts/ProximaNovaCond-Light-webfont.svg#ProximaNovaCnLtLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNovaCn';
  src: url('../fonts/ProximaNovaCond-Sbold-webfont.eot');
  src: url('../fonts/ProximaNovaCond-Sbold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNovaCond-Sbold-webfont.woff') format('woff'), url('../fonts/ProximaNovaCond-Sbold-webfont.ttf') format('truetype'), url('../fonts/ProximaNovaCond-Sbold-webfont.svg#ProximaNovaCnLtSemibold') format('svg');
  font-weight: bold;
  font-style: normal;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*  ===============================================================================================================================
    Variables
    =============================================================================================================================== */
/*  Brand Colors  */
/*  Scaffolding  */
/*  Sizes  */
/*  ===============================================================================================================================
   	Typography
    =============================================================================================================================== */
a {
  text-decoration: none;
  color: #111111;
}
em,
i {
  font-style: italic;
}
strong,
b {
  font-weight: bold;
}
/*  ===============================================================================================================================
    Mixins: Vendor Prefixes
    =============================================================================================================================== */
.fade-in-out-hover {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
/*  ===============================================================================================================================
    Mixins Utilities
    =============================================================================================================================== */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.inline-block {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.inline-block-top {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.hidden-text {
  text-indent: -999px;
  overflow: hidden;
}
/*  ===============================================================================================================================
    Sprite
    =============================================================================================================================== */
/*  ===============================================================================================================================
    Nav
    =============================================================================================================================== */
.wrapper {
  width: 100%;
  overflow: hidden;
}
.header {
  font-size: 19px;
  left: 0;
  position: fixed;
  top: 0;
  height: auto;
  width: 100%;
  z-index: 14;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .header {
    height: 70px;
    font-size: 18px;
  }
}
.header .header-bg {
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 800px;
  -webkit-transform: translateY(-730px);
  -moz-transform: translateY(-730px);
  -o-transform: translateY(-730px);
  transform: translateY(-730px);
}
@media screen and (max-width: 768px) {
  .header .header-bg {
    -webkit-transform: translateY(-730px) !important;
    -moz-transform: translateY(-730px) !important;
    -o-transform: translateY(-730px) !important;
    transform: translateY(-730px) !important;
  }
}
@media screen and (max-width: 699px) {
  .header .header-bg {
    -webkit-transform: translateY(-750px) !important;
    -moz-transform: translateY(-750px) !important;
    -o-transform: translateY(-750px) !important;
    transform: translateY(-750px) !important;
  }
}
.header .toggle-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .toggle-menu {
    color: #757575;
    display: block;
    position: absolute;
    right: 60px;
    line-height: 70px;
    z-index: 3;
    font-weight: bold;
  }
}
@media screen and (max-width: 699px) {
  .header .toggle-menu {
    line-height: 50px;
    -webkit-transition: -webkit-transform 0.4s ease, opacity 0.4s linear;
    -moz-transition: -moz-transform 0.4s ease, opacity 0.4s linear;
    -o-transition: -o-transform 0.4s ease, opacity 0.4s linear;
    transition: transform 0.4s ease, opacity 0.4s linear;
  }
  .search-open .header .toggle-menu {
    -webkit-transform: translate3d(-260px, 0, 0);
    -moz-transform: translate3d(-260px, 0, 0);
    -o-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0);
    opacity: 0;
  }
}
.header nav {
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .header nav {
    bottom: 0;
    position: fixed;
    top: 70px;
    left: 100%;
    width: 240px;
    padding-top: 10px;
    text-align: left;
    background: white;
  }
}
@media screen and (max-width: 699px) {
  .header nav {
    top: 50px;
  }
}
.header nav a {
  line-height: 30px;
  color: #757575;
  display: block;
  padding: 0 3px;
  position: relative;
  text-align: left;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.header nav a:hover {
  color: #000;
}
@media screen and (max-width: 768px) {
  .header nav a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
  }
}
.header .primary {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  padding-right: 80px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .header .primary {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header .primary li {
  padding: 20px 12px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .header .primary li {
    display: block;
    padding: 10px 0 !important;
  }
}
@media screen and (max-width: 699px) {
  .header .primary li {
    padding: 5px 0 !important;
  }
}
.header .primary li:not(.social) a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #36f2b8;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.header .primary li.selected:not(.social) > a:after {
  opacity: 1;
}
.header .primary li.has-submenu.is-open {
  padding-bottom: 60px;
}
.header .primary > li > a {
  font-weight: bold;
}
.header .primary .social {
  padding-bottom: 0;
  position: absolute;
  bottom: 35px;
  left: 43px;
}
.header .primary .social a {
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 20px;
  height: 20px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  display: block;
  background: url("../images/sprite.svg") no-repeat 0 -250px;
}
.header .primary .social a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header .primary .twitter {
  left: 80px;
}
.header .primary .twitter a {
  background: url("../images/sprite.svg") no-repeat -26px -250px;
}
.header .primary .linkedin {
  left: 124px;
}
.header .primary .linkedin a {
  background: url("../images/sprite.svg") no-repeat -60px -250px;
}
.header .primary .gplus a {
  background: url("../images/sprite.svg") no-repeat -100px -250px;
}
.header .primary .gplus {
  left: 170px;
}
.header .primary .ny,
.header .primary .sf,
.header .primary .all {
  position: absolute;
  left: 40px;
}
.header .primary .ny {
  bottom: 60px;
}
.header .primary .sf {
  bottom: 102px;
}
.header .primary .all {
  bottom: 144px;
}
@media screen and (max-width: 768px) {
  .header .primary li .menu-link-toggle {
    display: none;
  }
  .header .primary li .menu-link-standard {
    display: block;
  }
}
@media screen and (min-width: 768px+1px) {
  .header .primary li.selected .menu-link-toggle {
    display: none;
  }
  .header .primary li:not(.selected) .menu-link-standard {
    display: none;
  }
}
.header .submenu {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, transform 0.4s ease;
  -moz-transition: opacity 0.4s ease, transform 0.4s ease;
  -o-transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media screen and (max-width: 768px) {
  .header .submenu {
    -webkit-transition: opacity 0.4s ease, height 0.4s ease;
    -moz-transition: opacity 0.4s ease, height 0.4s ease;
    -o-transition: opacity 0.4s ease, height 0.4s ease;
    transition: opacity 0.4s ease, height 0.4s ease;
    height: 0px;
    display: block;
    overflow: hidden;
    position: relative;
  }
}
.header .is-open.has-submenu .submenu {
  display: block;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
@media screen and (max-width: 768px) {
  .header .is-open.has-submenu .submenu {
    height: 100px;
  }
}
.header .submenu li {
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .header .submenu li {
    padding: 0 0 0 20px !important;
  }
  .header .submenu li:first-child {
    padding-top: 10px !important;
  }
}
.header .submenu li:first-child {
  padding-left: 0;
}
.header .work-filters {
  -webkit-column-width: auto;
  -moz-column-width: auto;
  column-width: auto;
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: opacity 0.1s ease, transform 0.1s ease;
  -moz-transition: opacity 0.1s ease, transform 0.1s ease;
  -o-transition: opacity 0.1s ease, transform 0.1s ease;
  transition: opacity 0.1s ease, transform 0.1s ease;
  height: auto;
  left: 0;
  opacity: 0;
  padding: 10px 20px 40px 275px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: left;
  top: 110px;
  z-index: 1;
}
.header .work-filters li a {
  font-size: 18px;
  line-height: 25px;
  color: #757575;
}
.header .work-filters.is-visible {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: opacity 0.4s ease, transform 0.4s ease;
  -moz-transition: opacity 0.4s ease, transform 0.4s ease;
  -o-transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.header .filter-closer {
  -webkit-transition: -webkit-transform transform 0.2s ease;
  -moz-transition: -moz-transform transform 0.2s ease;
  -o-transition: -o-transform transform 0.2s ease;
  transition: transform transform 0.2s ease;
  -webkit-transform-origin: 15px 15px;
  -moz-transform-origin: 15px 15px;
  -o-transform-origin: 15px 15px;
  transform-origin: 15px 15px;
  background: url("../images/sprite.svg") no-repeat -10px -290px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 13px;
  top: -40px;
}
.header .filter-closer:hover {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.header #header-logo {
  -webkit-transition: -webkit-transform 0.4s ease, opacity 0.2s linear;
  -moz-transition: -moz-transform 0.4s ease, opacity 0.2s linear;
  -o-transition: -o-transform 0.4s ease, opacity 0.2s linear;
  transition: transform 0.4s ease, opacity 0.2s linear;
  position: absolute;
  z-index: 2;
  margin-left: 20px;
  line-height: 68px;
  display: block;
  opacity: 0;
  background-color: #ffffff;
}
.header #header-logo svg {
  vertical-align: middle;
  overflow: visible;
  -webkit-backface-visibility: hidden;
}
.header #header-logo g {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: -o-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.header #header-logo g.gold {
  mix-blend-mode: multiply;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.safari .header #header-logo g.gold path:first-child {
  opacity: 0.8;
}
.header #header-logo g.first {
  -webkit-transition-delay: 0.01s;
  -moz-transition-delay: 0.01s;
  -o-transition-delay: 0.01s;
  transition-delay: 0.01s;
}
.header #header-logo g.second {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.header #header-logo g.third {
  -webkit-transition-delay: 0.02s;
  -moz-transition-delay: 0.02s;
  -o-transition-delay: 0.02s;
  transition-delay: 0.02s;
}
.header #header-logo g.fourth {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.header #header-logo:not(.is-visible) g.first {
  -webkit-transform: translate3d(0, -40px, 0);
  -moz-transform: translate3d(0, -40px, 0);
  -o-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
}
.header #header-logo:not(.is-visible) g.second {
  -webkit-transform: translate3d(0, -80px, 0);
  -moz-transform: translate3d(0, -80px, 0);
  -o-transform: translate3d(0, -80px, 0);
  transform: translate3d(0, -80px, 0);
}
.header #header-logo:not(.is-visible) g.third {
  -webkit-transform: translate3d(0, -60px, 0);
  -moz-transform: translate3d(0, -60px, 0);
  -o-transform: translate3d(0, -60px, 0);
  transform: translate3d(0, -60px, 0);
}
.header #header-logo:not(.is-visible) g.fourth {
  -webkit-transform: translate3d(0, -40px, 0);
  -moz-transform: translate3d(0, -40px, 0);
  -o-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
}
.header #header-logo.anim-right:not(.is-visible) g.first {
  -webkit-transform: translate3d(40px, 0, 0);
  -moz-transform: translate3d(40px, 0, 0);
  -o-transform: translate3d(40px, 0, 0);
  transform: translate3d(40px, 0, 0);
}
.header #header-logo.anim-right:not(.is-visible) g.second {
  -webkit-transform: translate3d(33px, 40px, 0);
  -moz-transform: translate3d(33px, 40px, 0);
  -o-transform: translate3d(33px, 40px, 0);
  transform: translate3d(33px, 40px, 0);
}
.header #header-logo.anim-right:not(.is-visible) g.third {
  -webkit-transform: translate3d(66px, -40px, 0);
  -moz-transform: translate3d(66px, -40px, 0);
  -o-transform: translate3d(66px, -40px, 0);
  transform: translate3d(66px, -40px, 0);
}
.header #header-logo.anim-right:not(.is-visible) g.fourth {
  -webkit-transform: translate3d(165px, 0, 0);
  -moz-transform: translate3d(165px, 0, 0);
  -o-transform: translate3d(165px, 0, 0);
  transform: translate3d(165px, 0, 0);
}
.header #header-logo.anim-left-one:not(.is-visible) g.first {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.header #header-logo.anim-left-one:not(.is-visible) g.second {
  -webkit-transform: translate3d(-33px, 0, 0);
  -moz-transform: translate3d(-33px, 0, 0);
  -o-transform: translate3d(-33px, 0, 0);
  transform: translate3d(-33px, 0, 0);
}
.header #header-logo.anim-left-one:not(.is-visible) g.third {
  -webkit-transform: translate3d(-66px, 0, 0);
  -moz-transform: translate3d(-66px, 0, 0);
  -o-transform: translate3d(-66px, 0, 0);
  transform: translate3d(-66px, 0, 0);
}
.header #header-logo.anim-left-one:not(.is-visible) g.fourth {
  -webkit-transform: translate3d(-99px, 0, 0);
  -moz-transform: translate3d(-99px, 0, 0);
  -o-transform: translate3d(-99px, 0, 0);
  transform: translate3d(-99px, 0, 0);
}
.header #header-logo.anim-allsides:not(.is-visible) g.first {
  -webkit-transform: translate3d(-40px, 0, 0);
  -moz-transform: translate3d(-40px, 0, 0);
  -o-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
.header #header-logo.anim-allsides:not(.is-visible) g.second {
  -webkit-transform: translate3d(0, -40px, 0);
  -moz-transform: translate3d(0, -40px, 0);
  -o-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
}
.header #header-logo.anim-allsides:not(.is-visible) g.third {
  -webkit-transform: translate3d(0, 40px, 0);
  -moz-transform: translate3d(0, 40px, 0);
  -o-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
.header #header-logo.anim-allsides:not(.is-visible) g.fourth {
  -webkit-transform: translate3d(40px, 0, 0);
  -moz-transform: translate3d(40px, 0, 0);
  -o-transform: translate3d(40px, 0, 0);
  transform: translate3d(40px, 0, 0);
}
.header #header-logo.is-visible {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  opacity: 1;
}
.header #header-logo.is-visible g {
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.header #header-logo.is-visible g.first {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.header #header-logo.is-visible g.second {
  -webkit-transition-delay: 0.075s;
  -moz-transition-delay: 0.075s;
  -o-transition-delay: 0.075s;
  transition-delay: 0.075s;
}
.header #header-logo.is-visible g.third {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.header #header-logo.is-visible g.fourth {
  -webkit-transition-delay: 0.225s;
  -moz-transition-delay: 0.225s;
  -o-transition-delay: 0.225s;
  transition-delay: 0.225s;
}
@media screen and (max-width: 768px) {
  .header #header-logo {
    opacity: 1;
  }
  .header #header-logo g {
    -webkit-transform: translate3d(0, 0px, 0) !important;
    -moz-transform: translate3d(0, 0px, 0) !important;
    -o-transform: translate3d(0, 0px, 0) !important;
    transform: translate3d(0, 0px, 0) !important;
  }
}
@media screen and (max-width: 699px) {
  .header #header-logo {
    line-height: 46px;
    margin-left: 9px;
  }
  .header #header-logo svg {
    height: 26px;
    width: 92px;
  }
  .search-open .header #header-logo {
    -webkit-transform: translate3d(-260px, 0, 0);
    -moz-transform: translate3d(-260px, 0, 0);
    -o-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0);
  }
}
.header form {
  position: absolute;
  height: 70px;
  display: block;
  right: 20px;
  top: 0;
  width: 320px;
}
.header form:before {
  content: "";
  display: block;
  position: absolute;
  height: 40px;
  background: #36f2b8;
  right: 0;
  top: 15px;
  left: 0;
  pointer-events: none;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: opacity 0.4s ease, transform 0.4s ease;
  -moz-transition: opacity 0.4s ease, transform 0.4s ease;
  -o-transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.search-open .header form:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
@media screen and (max-width: 768px) {
  .header form {
    height: 50px;
    right: 10px;
    width: 300px;
    top: 10px;
  }
  .header form:before {
    height: 30px;
    top: 10px;
  }
  .search-open .header form {
    z-index: 5;
  }
}
@media screen and (max-width: 699px) {
  .header form {
    top: 0;
  }
}
.header button {
  background: url("../images/sprite.svg") no-repeat -40px 10px;
  z-index: 10;
  position: absolute;
  cursor: pointer;
  left: 0px;
  top: 15px;
  height: 40px;
  width: 40px;
  display: block;
  text-indent: 40px;
  overflow: hidden;
  opacity: 0.61;
  -webkit-transform: translate3d(280px, 0, 0);
  -moz-transform: translate3d(280px, 0, 0);
  -o-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}
.header button:hover,
.header button:focus {
  opacity: 1;
  outline: none;
}
.search-open .header button {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
@media screen and (max-width: 768px) {
  .header button {
    top: 5px;
    -webkit-transform: translate3d(260px, 0, 0);
    -moz-transform: translate3d(260px, 0, 0);
    -o-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
  }
}
.header input {
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  -webkit-border-radius: 0;
  width: 320px;
  padding-left: 40px;
  height: 30px;
  margin-top: 20px;
  display: none;
  background: transparent;
  opacity: 0;
  position: relative;
  z-index: 1;
}
.search-open .header input {
  -webkit-transition: opacity 0.4s ease 0.4s;
  -moz-transition: opacity 0.4s ease 0.4s;
  -o-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
  display: block;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .header input {
    margin-top: 10px;
  }
}
.header input:focus {
  outline: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
.no-csstransforms3d #content,
.android #content,
.no-csstransforms3d .header nav,
.android .header nav {
  margin-left: 0;
  -webkit-transition: margin-left 0.4s, opacity 0.4s ease;
  -moz-transition: margin-left 0.4s, opacity 0.4s ease;
  -o-transition: margin-left 0.4s, opacity 0.4s ease;
  transition: margin-left 0.4s, opacity 0.4s ease;
}
.no-csstransforms3d .menu-open #content,
.android .menu-open #content,
.no-csstransforms3d .menu-open .header nav,
.android .menu-open .header nav {
  margin-left: -240px;
}
.no-csstransforms3d #oldcontent,
.android #oldcontent,
.no-csstransforms3d #loadedcontent,
.android #loadedcontent {
  -webkit-transition: margin-left 0.6s, opacity 0.4s ease;
  -moz-transition: margin-left 0.6s, opacity 0.4s ease;
  -o-transition: margin-left 0.6s, opacity 0.4s ease;
  transition: margin-left 0.6s, opacity 0.4s ease;
}
.no-csstransforms3d .shift-content #oldcontent,
.android .shift-content #oldcontent,
.no-csstransforms3d .shift-content #loadedcontent,
.android .shift-content #loadedcontent {
  margin-left: -100%;
}
.no-csstransforms3d .shift-content-right #oldcontent,
.android .shift-content-right #oldcontent,
.no-csstransforms3d .shift-content-right #loadedcontent,
.android .shift-content-right #loadedcontent {
  margin-left: 100%;
}
.csstransforms3d.no-android #content {
  -webkit-transition: -webkit-transform 0.4s ease, opacity 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease, opacity 0.4s ease;
  -o-transition: -o-transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.csstransforms3d.no-android .header nav {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}
.csstransforms3d.no-android #loadedcontent,
.csstransforms3d.no-android #oldcontent {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}
.csstransforms3d.no-android .shift-content #oldcontent,
.csstransforms3d.no-android .shift-content #loadedcontent {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.csstransforms3d.no-android .shift-content-right #oldcontent,
.csstransforms3d.no-android .shift-content-right #loadedcontent {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.csstransforms3d.no-android .menu-open #content,
.csstransforms3d.no-android .menu-open .header nav {
  -webkit-transform: translate3d(-240px, 0, 0);
  -moz-transform: translate3d(-240px, 0, 0);
  -o-transform: translate3d(-240px, 0, 0);
  transform: translate3d(-240px, 0, 0);
}
@media screen and (min-width: 769px) {
  .csstransforms3d.no-android .search-open .header nav {
    -webkit-transform: translate3d(-280px, 0, 0);
    -moz-transform: translate3d(-280px, 0, 0);
    -o-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
  }
}
#oldcontent,
#loadedcontent {
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: inherit;
}
#loadedcontent {
  left: 100%;
}
.shift-content-right #loadedcontent {
  left: -100%;
}
.loader {
  position: absolute;
  width: 60px;
  height: 60px;
  background: url("../images/ajax-loader.gif") no-repeat center center;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
}
/*  ===============================================================================================================================
    NO SVG FALLBACK
    =============================================================================================================================== */
.no-svg .grid-trigger,
.no-svg .header .primary .social a,
.no-svg .header button {
  background-image: url("../images/sprite.png") !important;
}
/*  ===============================================================================================================================
    Loading
    =============================================================================================================================== */
.csstransforms .feed img.loading {
  opacity: 0;
}
.csstransforms .feed img {
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
/*  ===============================================================================================================================
    Verticla align
    =============================================================================================================================== */
.tab-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.tab {
  width: 100%;
  height: 100%;
  display: table;
}
.cell {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
/*  ===============================================================================================================================
    Common UI elements
    =============================================================================================================================== */
/*  ===============================================================================================================================
    Forms
    =============================================================================================================================== */
button,
input,
textarea {
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
}
body {
  font-weight: 300;
  font-family: "ProximaNovaCn", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1em;
  background: #ffffff;
  color: #111111;
  text-rendering: optimizeLegibility;
}
input,
textarea,
button {
  font-family: "ProximaNovaCn", "Helvetica Neue", Helvetica, sans-serif;
}
html {
  overflow-y: scroll;
}
::-moz-selection {
  background: transparent;
  color: #36f2b8;
}
::selection {
  background: transparent;
  color: #36f2b8;
}
.wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.content {
  margin: 70px auto 0;
  width: 1180px;
  width: auto !important;
}
@media screen and (max-width: 699px) {
  .content {
    margin-top: 50px;
  }
}
.hide-content {
  opacity: 0;
  pointer-events: none;
}
.logo {
  margin-left: 10px;
  width: 220px;
  height: 220px;
  position: absolute;
  left: 0;
  top: 260px;
}
.logo a {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff url("../images/gsp.svg") center center no-repeat;
  text-indent: -999px;
}
.contact {
  position: absolute;
  left: 0;
  top: 500px;
}
.contact + .contact {
  left: 240px;
}
.contact-tab {
  width: 100%;
  height: 100%;
  display: table;
}
.contact-cell {
  vertical-align: middle;
  display: table-cell;
}
.contact-info {
  width: 70%;
  padding: 8px 16px;
  background: #fff;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0 2px 2px #cccccc;
  box-shadow: 0 2px 2px #cccccc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.contact-info h2 {
  color: #f94d51;
  font-weight: bold;
  line-height: 1.4em;
  font-size: 0.95em;
}
.contact-info .block {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.contact-info p a {
  position: relative;
  z-index: 3;
}
.contact-info:before {
  content: "";
  border-width: 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.3) transparent transparent;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -6px;
}
.contact-info:after {
  content: "";
  border-width: 6px;
  border-style: solid;
  border-color: #ffffff transparent transparent;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -6px;
}
/*  ===============================================================================================================================
    Tiles / Grids
    =============================================================================================================================== */
.feed {
  font-weight: bold;
  position: relative;
  margin-left: 10px;
  text-align: center;
  padding-bottom: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  /* Social Posts */
}
.feed .h-1 {
  font-size: 4.45em;
  line-height: 0.9em;
  margin-left: -3px;
  letter-spacing: -1px;
}
.feed .h-2 {
  font-size: 2.5em;
  line-height: 0.9em;
  padding-bottom: 0.1em;
}
.feed .h-3 {
  font-size: 1.45em;
  line-height: 1em;
}
.feed .h-1,
.feed .h-2,
.feed .h-3 {
  opacity: 0.99;
  display: block;
  -webkit-backface-visibility: hidden;
}
.feed .h-1 + .h-2 {
  margin-top: -0.1em;
}
.feed .h-1 + .h-3 {
  margin-top: -0.1em;
}
.feed .h-2 + .h-3 {
  margin-top: -0.1em;
}
.feed img {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  height: 100%;
}
.feed .static img {
  width: initial;
  height: initial;
}
.feed .info {
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.feed .more {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  color: #fff;
  padding-right: 1em;
  padding-top: 12px;
  font-size: 0.95em;
  line-height: 1.4em;
  position: relative;
}
.feed .ajax-loaded {
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.feed video {
  position: absolute;
  left: -1%;
  top: -1%;
  width: 102%;
  height: 102%;
}
.feed .just-added {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}
.feed p {
  font-size: 0.95em;
  line-height: 1.4em;
}
.feed .news {
  background: #000;
  color: #fff;
}
.feed .news blockquote {
  padding-bottom: 20px;
  font-style: italic;
}
.feed .news blockquote p {
  font-size: 1.2em;
  line-height: 1em;
}
.feed .news figcaption {
  font-size: 0.8125em;
  line-height: 1.2em;
  font-weight: normal;
}
.feed .news > a {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.feed .red-news {
  background: #f94d51;
  color: #ffffff;
}
.feed .red-news a {
  color: #ffffff;
}
.feed .red-news .more {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.feed .red-news time {
  padding-bottom: 1.4em;
  display: block;
  font-weight: bold;
  line-height: 1.2em;
}
.feed .red-news h2 {
  font-size: 2.5em;
  padding-bottom: .2em;
  opacity: .99;
  display: block;
  text-transform: none;
  line-height: 0.9em;
}
.feed .red-news a {
  color: #fff;
}
.feed .cell-content,
.feed .news figure {
  margin: 20px;
}
.feed .cell-content {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
}
.feed .align-LT .cell-content {
  top: auto;
  bottom: auto;
}
.feed .align-RB .cell-content {
  right: 0;
  left: auto;
  text-align: right;
}
.feed .align-RT .cell-content {
  right: 0;
  top: 0;
  left: auto;
  bottom: auto;
  text-align: right;
}
.feed .tweet .cell-content {
  position: static;
}
.feed .tweet {
  font-weight: normal;
  background: #58595b;
  font-weight: bold;
}
.feed .tweet .cell-content {
  color: #ffffff;
  /*position: relative;*/
}
.feed .tweet .tweet-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.feed .tweet .account {
  font-style: normal;
  display: block;
}
.feed .tweet a,
.feed .tweet span {
  color: #ffffff;
}
.feed .tweet a:hover {
  text-decoration: underline;
}
.feed .tweet .account span {
  font-weight: bold;
}
.feed .contact-red {
  background: #f94d51;
}
.feed .contact-red p {
  text-transform: none;
}
.feed .contact-red h2,
.feed .contact-red p {
  padding-bottom: 0.5em;
}
.feed .like,
.feed .comment,
.feed .ago {
  font-size: 0.8125em;
  line-height: 20px;
  font-weight: normal;
  z-index: 1;
  color: #fff;
  padding: 1px 0 4px 30px;
  position: absolute;
  padding-left: 30px;
}
.feed .ago {
  left: 10px;
  top: 10px;
  background: url("../images/sprite.svg") no-repeat 0 -200px;
}
.feed .like {
  padding-left: 25px;
  right: 70px;
  bottom: 10px;
  background: url("../images/sprite.svg") no-repeat 0 -100px;
}
.feed .comment {
  right: 20px;
  bottom: 10px;
  background: url("../images/sprite.svg") no-repeat -50px -100px;
}
.feed .facebook-image .like {
  right: 100px;
}
.feed .facebook-image .comment {
  right: 50px;
}
.feed .facebook-image .icon {
  right: 10px;
  bottom: 13px;
  position: absolute;
  background: url("../images/sprite.svg") no-repeat 0 -250px;
  display: block;
  width: 20px;
  height: 20px;
}
/* Tweets */
.tweet .icon {
  background: url("../images/sprite.svg") no-repeat -26px -250px;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 0;
}
.tweet .facebook.icon {
  background: url("../images/sprite.svg") no-repeat 0 -250px;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 0;
}
.touch .feed video {
  display: none;
}
.js #pages {
  width: 100%;
  height: 10px;
  overflow: hidden;
  text-indent: -999px;
  text-align: left;
  opacity: 0;
  filter: alpha(opacity=0);
}
#infscr-loading {
  width: 70px !important;
  height: 70px !important;
  z-index: 10;
  margin: 100px auto 100px;
  position: relative;
}
#infscr-loading img {
  width: 70px;
  height: 70px;
  display: block;
}
#feed #infscr-loading {
  position: absolute;
  bottom: 40px;
  margin-bottom: 0;
  margin-left: -37px;
  left: 50%;
}
/* Grid/Feed structure */
.feed,
.feed .grid-cell {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.feed.packed {
  opacity: 1;
  filter: alpha(opacity=100);
}
.grid-cell {
  text-align: left;
  float: left;
  margin: 0 10px 20px;
  position: relative;
  background: #dedede;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.45);
}
.grid-cell > a,
.grid-cell .cell-content > a {
  display: block;
  height: 100%;
}
.grid-cell.is-logo {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .grid-cell.is-logo {
    display: none;
  }
}
.grid-cell.is-logo-video {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .grid-cell.is-logo-video {
    display: none;
  }
}
.grid-cell:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.col-2 {
  width: 460px;
}
.col-1 {
  width: 220px;
}
.row-2 {
  height: 460px;
}
.row-1 {
  height: 220px;
}
.csstransforms .feed .gird-cell:after {
  content: "";
  width: 100%;
  display: block;
}
.csstransforms .feed .col-2.row-1:after {
  padding-top: 50%;
  margin-top: -10px;
}
.csstransforms .feed .col-1.row-1:after {
  padding-top: 100%;
}
.csstransforms .feed .col-1.row-2:after {
  padding-top: 200%;
  margin-top: 20px;
}
.csstransforms .feed .col-2.row-2:after {
  padding-top: 100%;
  content: "";
}
/*  ===============================================================================================================================
    Content Page
    ============================================================================================================================== */
.loader {
  width: 70px;
  height: 70px;
  z-index: 10;
  margin: -35px 0 0 -35px;
  background: url("../images/ajax-loader.gif") center center no-repeat;
  position: fixed;
  left: 50%;
  top: 50%;
}
.post {
  padding-top: 3.5em;
  color: #343534;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 1.125em;
  line-height: 1.3em;
}
.post h1,
.post h2 {
  font-weight: bold;
  font-size: 4.2em;
  line-height: 0.9em;
  margin: 0 0 0.125em;
}
.post .meta,
.post .credits,
.post time {
  display: block;
}
.post .meta dd,
.post .credits dd,
.post time dd,
.post .meta dt,
.post .credits dt,
.post time dt {
  display: inline;
}
.post .meta dd,
.post .credits dd,
.post time dd {
  margin-right: 20px;
}
.post .meta dt,
.post .credits dt,
.post time dt {
  color: #757575;
  margin-right: 5px;
}
.post .meta {
  font-size: 0.9em;
}
.post .meta dd {
  display: block;
  color: #757575;
}
.post .meta dd a {
  font-weight: bold;
}
.post .meta dt {
  float: left;
  margin-right: 0.25em;
  font-weight: bold;
}
.post .credits {
  font-weight: bold;
}
.post .credits,
.post time {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.1em;
}
.post h3 {
  font-weight: bold;
  margin-bottom: 1em;
}
.post p {
  color: #757575;
  padding-bottom: 1.2em;
}
.post .col {
  width: 50%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.post .col img {
  width: 100%;
}
.post .col h3,
.post .col-wide h3 {
  padding-top: 0.4em;
}
@media screen and (min-width: 1201px) {
  .post .col-wide {
    width: 75%;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
  }
}
.post .col-wide div {
  max-width: 710px;
}
.post .col-short {
  margin-top: 80px;
}
@media screen and (min-width: 1201px) {
  .post .col-short {
    padding-left: 40px;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    text-align: right;
    margin-top: 0;
  }
}
.post .col-short div {
  text-align: left;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.new-slideshow {
  padding-bottom: 100px;
}
.new-slideshow .post {
  max-width: none;
}
.new-slideshow .post .post-content {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.new-slideshow .post .slideshow .post-content img,
.new-slideshow .post .slideshow .post-content iframe,
.new-slideshow .post .slideshow .post-content .vimeo-player {
  margin-bottom: 1em;
}
/*  ===============================================================================================================================
    SlideShow Media
    =============================================================================================================================== */
.slide-media {
  margin-bottom: 1em;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.slide-wrap {
  overflow: hidden;
  position: relative;
}
.slide-wrap iframe {
  width: 100%;
  height: 100%;
}
#slider {
  visibility: hidden;
}
.slideshow {
  position: relative;
  overflow: hidden;
}
.slideshow li {
  min-height: 100px;
  text-align: center;
  top: 0;
  float: left;
  position: relative;
  width: 100%;
}
.slideshow img {
  margin: 0 auto;
  width: 100%;
}
.slideshow img.portrait {
  width: auto;
}
.slideshow .slide-content {
  text-align: left;
}
.vimeo-player {
  overflow: hidden;
  width: 100%;
  min-height: 160px;
  position: relative;
}
.vimeo-player img {
  cursor: pointer;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 10;
}
.vimeo-player iframe {
  opacity: 0;
  filter: alpha(opacity=0);
}
.vimeo-player.playing img {
  display: none;
}
.vimeo-player.playing iframe {
  opacity: 1;
  filter: alpha(opacity=100);
}
.vimeo-player.playing span {
  opacity: 0;
  filter: alpha(opacity=0);
}
.vimeo-player.playing.paused img {
  display: block;
}
.vimeo-player.playing.paused iframe {
  opacity: 0;
  filter: alpha(opacity=0);
}
.vimeo-player.playing.paused span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.vimeo-player.is-loading {
  background: url("../images/ajax-loader.gif") center center no-repeat;
}
.vimeo-player.is-loading span {
  opacity: 0;
  filter: alpha(opacity=0);
}
.vimeo-player.loaded img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.csstransforms .vimeo-player.loaded .icon {
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  cursor: pointer;
  display: block;
  width: 66px;
  height: 66px;
  z-index: 11;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -33px;
  margin-top: -33px;
}
.csstransforms .vimeo-player.loaded .icon:after {
  content: "";
  border-width: 16px;
  border-style: solid;
  border-color: transparent transparent transparent #f94d51;
  width: 0;
  height: 0;
  position: absolute;
  left: 26px;
  top: 18px;
}
.csstransforms .vimeo-player iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.csstransforms .vimeo-player:before {
  content: "";
  width: 100%;
  padding-top: 56.25%;
  display: block;
}
.image-col .col-set {
  margin: 36px 0 24px;
}
.image-col .col:first-child img {
  width: 95%;
}
.image-col h1 {
  font-size: 3.2em;
  margin-left: -1px;
}
.image-col h3 {
  margin-top: -0.6em;
  padding-bottom: 0.2em;
}
.slideshow-captions {
  width: 100%;
  min-height: 28px;
  position: relative;
}
.slideshow-captions h3 {
  width: 35%;
  font-weight: bold;
  font-size: 1.1em;
}
.slideshow-captions .num {
  position: absolute;
  left: 50%;
  top: 0;
  width: 60px;
  margin-left: -30px;
  white-space: nowrap;
  text-align: center;
  color: #757575;
}
.slideshow-captions .controls {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
}
.slideshow-captions .controls span {
  margin-left: 28px;
}
.slideshow-captions .next,
.slideshow-captions .prev {
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
}
.slideshow-captions .next {
  padding-right: 0.85em;
}
.slide-controls {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  z-index: 2;
}
.slide-controls .controls,
.slide-controls .num {
  margin-top: 1em;
  position: absolute;
  top: 0;
  padding-top: 56.25%;
}
.slide-controls .num {
  left: 50%;
  width: 60px;
  margin-left: -30px;
  white-space: nowrap;
  text-align: center;
  color: #757575;
}
.slide-controls .controls {
  right: 0;
}
.slide-controls .next,
.slide-controls .prev {
  font-weight: bold;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
}
.slide-controls .next {
  padding-right: 0.85em;
}
.slide-controls span {
  margin-left: 28px;
}
.touch .slide-controls .controls {
  display: none;
}
.csstransforms .prev:after,
.csstransforms .next:after {
  content: "";
  border-width: 0.375em;
  border-style: solid;
  border-color: transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.15em;
}
.csstransforms .prev:before,
.csstransforms .next:before {
  width: 0.3em;
  height: 0.15em;
  content: "";
  background: #f94d51;
  top: 0.425em;
  position: absolute;
}
.csstransforms .prev:before {
  left: -0.7em;
}
.csstransforms .prev:after {
  left: -1.3em;
  border-right-color: #f94d51;
}
.csstransforms .next:after {
  right: -0.4em;
  border-left-color: #f94d51;
}
.csstransforms .next:before {
  right: 0.2em;
}
.article-break {
  border: 0;
  display: block;
  max-width: 1100px;
  margin: 3.5em auto 0;
  height: 1px;
  background: #d4d4d4;
}
/* Prototype */
.tiles .grid-cell {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.tiles .grid-cell.show {
  opacity: 1;
  filter: alpha(opacity=100);
}
.down .grid-cell {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: -webkit-transform 0.4s ease, opacity 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease, opacity 0.4s ease;
  -o-transition: -o-transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  -webkit-transform: translate3d(0, 200px, 0);
  -moz-transform: translate3d(0, 200px, 0);
  -o-transform: translate3d(0, 200px, 0);
  transform: translate3d(0, 200px, 0);
}
.down .grid-cell.show {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
.ie .feed .grid-cell video {
  display: none;
}
.feed .grid-cell {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.feed .grid-cell video {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}
.feed .grid-cell img {
  -webkit-transition: -webkit-transform 0.4s ease-out, opacity 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease-out, opacity 0.4s ease;
  -o-transition: -o-transform 0.4s ease-out, opacity 0.4s ease;
  transition: transform 0.4s ease-out, opacity 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.feed .grid-cell:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.feed .grid-cell:hover video {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.feed img {
  position: absolute;
  left: 0;
  top: 0;
}
/* Image effects */
.grid-cell img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.grid-cell.has-video img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.grid-cell.has-video:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/*  ===============================================================================================================================
    Clients
    =============================================================================================================================== */
.client-logos .grid-cell {
  background: #dedede;
}
/*  ===============================================================================================================================
    Contact
    =============================================================================================================================== */
.map {
  width: 100%;
  height: 600px;
}
.contact-page h3 {
  margin: 0;
  padding-bottom: 0.9em;
  color: #111111;
}
.contact-page h4 {
  font-weight: bold;
}
.contact-page .contact-wrap {
  margin-top: 1em;
}
.contact-page .contact-col {
  font-size: 1em;
  display: block;
}
.contact-page .contact-col:first-child {
  float: left;
  width: 205px;
  margin-right: 1em;
}
.contact-page .contact-col:first-child li {
  margin-bottom: 0;
}
.contact-page .contact-col {
  margin-right: -2em;
}
.contact-page .contact-col p,
.contact-page .contact-col h4,
.contact-page .contact-col li {
  color: #757575;
}
.contact-page .contact-col p {
  font-size: 0.85em;
  margin-bottom: 1em;
}
.contact-page .contact-col ul {
  text-align: justify;
}
.contact-page .contact-col li {
  width: 205px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  text-align: left;
  margin-right: 1em;
  margin-bottom: 1px;
}
/*  ===============================================================================================================================
    NO SVG FALLBACK
    =============================================================================================================================== */
.no-svg .feed .like,
.no-svg .feed .comment,
.no-svg .feed .ago,
.no-svg .feed .icon,
.no-svg .feed .tweet .icon {
  background-image: url("../images/sprite.png") !important;
}
.no-svg .logo a {
  background-image: url("../images/gsp.png");
}
/*  ===============================================================================================================================
    Phones
    =============================================================================================================================== */
@media screen and (max-width: 699px) {
  #post.new-slideshow .post-content,
  #post {
    padding-left: 66px;
    padding-right: 66px;
  }
  .post .col {
    width: 100%;
    margin: 0;
  }
  .post h1,
  .post h2 {
    font-size: 3em;
  }
  #post.new-slideshow {
    padding-left: 0;
    padding-right: 0;
  }
  .image-col .col:first-child img {
    margin-bottom: 1em;
    width: 100%;
  }
  .slide-controls .controls {
    right: 66px;
  }
  #post.new-slideshow .post-content.slide-controls-wrap {
    padding: 0;
  }
}
/*  ===============================================================================================================================
    iPhone Landscape
    =============================================================================================================================== */
@media screen and (max-width: 481px) {
  body {
    font-size: 12px;
  }
  .logo a {
    background-image: url("../images/gsp-tab.svg");
  }
  .feed {
    padding: 0;
    margin-left: 8px;
  }
  .feed .cell-content,
  .feed .news figure {
    margin: 10px;
  }
  .feed .news > a {
    left: 10px;
  }
  .feed .grid-cell {
    margin: 0 8px 16px;
  }
  .feed .red-news .more {
    left: 10px;
    bottom: 10px;
  }
  .feed .contact-info p {
    font-size: 0.85em;
  }
  .header .active-tag span {
    margin-top: 0.2em;
  }
  .menu-trigger,
  .grid-trigger,
  .home-trigger {
    top: 240px;
    width: 20px;
    padding: 10px;
    background: #fff;
    height: 20px;
    margin-top: 0;
  }
  .menu-trigger .trigger-inner,
  .grid-trigger .trigger-inner,
  .home-trigger .trigger-inner {
    height: 10px;
    width: 20px;
    border-top: 4px solid #f94d51;
    border-bottom: 4px solid #f94d51;
  }
  .menu-trigger span {
    background: #f94d51;
    margin-top: 3px;
    text-indent: -999px;
    height: 4px;
    display: block;
    width: 100%;
  }
  .home-trigger {
    top: 300px;
  }
  .home-trigger div {
    width: 21px;
    height: 21px;
  }
  .home-trigger span:first-child {
    top: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
  }
  .home-trigger span + span {
    top: 0;
    left: 5px;
    border-left: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    width: 5px;
  }
  .grid-trigger {
    background: url("../images/sprite.svg") no-repeat -42px -342px;
    top: 360px;
    background-color: #ffffff;
  }
  #post.new-slideshow .post-content,
  #post {
    padding-left: 42px;
    padding-right: 42px;
  }
  #post {
    font-size: 120%;
  }
  #post .post .col p,
  #post .post .col-wide p {
    margin: 0 10px 0;
  }
  #post.new-slideshow {
    padding-left: 0;
    padding-right: 0;
  }
  .post .slideshow-captions .controls span {
    margin-left: 8px;
  }
  .post .slideshow-captions h3 {
    width: auto;
    margin-top: 0.1em;
  }
  .post h1,
  .post h2 {
    margin-left: 10px;
    font-size: 3em;
  }
  .post h3 {
    margin-left: 10px;
  }
  .post .meta,
  .post .credits,
  .post time {
    margin-left: 10px;
  }
  .post .meta {
    line-height: 1.4em;
    font-size: 1em;
  }
  .post .col p {
    margin-left: 10px;
    margin-right: 10px;
  }
  .post .slideshow-captions h3 {
    margin-left: 10px;
  }
  .post .meta dt {
    margin-right: 6px;
  }
  .post .controls {
    display: none;
  }
  .post .slide-controls .num {
    left: 52px;
    margin-left: 0;
    margin-top: 1.5em;
    text-align: left;
  }
  .post .slideshow-captions .num {
    text-align: left;
    left: 10px;
    margin-left: 0;
  }
  .post .slide-media {
    margin-bottom: 1.5em;
  }
  .post .slideshow-captions {
    padding-top: 1.3em;
  }
  .post .slideshow-captions h3 {
    font-size: 1.3em;
  }
  .post .contact-col {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-left: 10px;
  }
  .facebook-image .like,
  .facebook-image .comment {
    display: none;
  }
  .facebook-image .icon {
    right: 10px;
    bottom: 13px;
    position: absolute;
    background: url("../images/sprite.svg") no-repeat 0 -250px;
    display: block;
    width: 20px;
    height: 20px;
  }
  .contact-page .post h3 {
    margin-left: 0;
  }
  .contact-page .map {
    height: 250px;
  }
  .csstransforms .vimeo-player.loaded .icon {
    display: block;
    width: 33px;
    height: 33px;
    z-index: 11;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
  }
  .csstransforms .vimeo-player.loaded .icon:after {
    content: "";
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #f94d51;
    width: 0;
    height: 0;
    position: absolute;
    left: 14px;
    top: 9px;
  }
}
@media screen and (max-width: 481px) and (max-height: 321px) {
  .menu-trigger,
  .grid-trigger,
  .home-trigger {
    margin-top: -120px;
  }
  body {
    -webkit-text-size-adjust: none;
  }
}
/*  ===============================================================================================================================
    Smaller phones
    =============================================================================================================================== */
@media screen and (max-width: 450px) {
  .logo a {
    background-image: url("../images/gsp-mob.svg");
  }
  body {
    font-size: 12px;
  }
  .feed {
    margin-left: 5px;
  }
  .feed .cell-content,
  .feed .news figure {
    margin: 10px;
  }
  .feed .grid-cell {
    margin: 0 5px 10px;
  }
  .logo a {
    background-image: url("../images/gsp-mob.svg");
  }
  #post.new-slideshow .post-content,
  #post {
    padding-left: 36px;
    padding-right: 36px;
  }
  #post.new-slideshow {
    padding-left: 0;
    padding-right: 0;
  }
  .vimeo-player img {
    left: -14%;
    width: 124%;
  }
  .grid-trigger {
    margin-top: -40px;
  }
  .home-trigger {
    margin-top: -20px;
  }
  .post .slide-controls .num {
    padding-top: 75%;
    left: 46px;
  }
}
/*  ===============================================================================================================================
    Desktop
    =============================================================================================================================== */
@media screen and (min-width: 1201px) {
  #post.new-slideshow .post-content,
  .slide-media,
  #post {
    padding-left: 15%;
    padding-right: 15%;
  }
  #post.new-slideshow {
    padding-left: 0;
    padding-right: 0;
  }
}
/*  ===============================================================================================================================
    Tablets & Desktop
    =============================================================================================================================== */
@media screen and (min-width: 700px) {
  #post.new-slideshow .post-content,
  .slide-media,
  #post {
    padding-left: 15%;
    padding-right: 15%;
  }
  #post.new-slideshow {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .tablet-hide {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .desktop-hide {
    display: none !important;
  }
}
