/* 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;
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  margin-bottom: 0 !important;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}
/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background-color: #000;
}
#cboxTopLeft {
  width: 0;
  height: 0;
  background: none;
}
#cboxTopRight {
  width: 0;
  height: 0;
  background: none;
}
#cboxBottomLeft {
  width: 0;
  height: 0;
  background: none;
}
#cboxBottomRight {
  width: 0;
  height: 0;
  background: none;
}
#cboxMiddleLeft {
  width: 0;
  height: 0;
  background: none;
}
#cboxMiddleRight {
  width: 0;
  height: 0;
  background: none;
}
#cboxTopCenter {
  width: 0;
  height: 0;
  background: none;
}
#cboxBottomCenter {
  width: 0;
  height: 0;
  background: none;
}
#cboxContent {
  background: none;
  overflow: none;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 28px;
}
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
  display: none !important;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
  display: none !important;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious {
  position: absolute;
  bottom: 50%;
  left: -52px;
  background: url(../img/colorbox/controls-taxi.png) no-repeat 0 0;
  width: 32px;
  height: 44px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: 0 -44px;
}
#cboxNext {
  position: absolute;
  bottom: 50%;
  right: -52px;
  background: url(../img/colorbox/controls-taxi.png) no-repeat -32px 0;
  width: 32px;
  height: 44px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: -32px -44px;
}
#cboxLoadingOverlay {
  background: url(../img/colorbox/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
  background: url(../img/colorbox/loading.gif) no-repeat center center;
}
#cboxClose {
  position: fixed;
  top: 10%;
  right: 5%;
  background: url(../img/colorbox/controls-taxi.png) no-repeat -64px 0;
  width: 30px;
  height: 29px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: -64px -29px;
}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft {
  background: url(../img/colorbox/ie6/borderTopLeft.png);
}
.cboxIE6 #cboxTopCenter {
  background: url(../img/colorbox/ie6/borderTopCenter.png);
}
.cboxIE6 #cboxTopRight {
  background: url(../img/colorbox/ie6/borderTopRight.png);
}
.cboxIE6 #cboxBottomLeft {
  background: url(../img/colorbox/ie6/borderBottomLeft.png);
}
.cboxIE6 #cboxBottomCenter {
  background: url(../img/colorbox/ie6/borderBottomCenter.png);
}
.cboxIE6 #cboxBottomRight {
  background: url(../img/colorbox/ie6/borderBottomRight.png);
}
.cboxIE6 #cboxMiddleLeft {
  background: url(../img/colorbox/ie6/borderMiddleLeft.png);
}
.cboxIE6 #cboxMiddleRight {
  background: url(../img/colorbox/ie6/borderMiddleRight.png);
}
.dk_container {
  background-color: #FFF;
  font-family: TAXIGroteskBold;
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 18px;
}
.dk_container:focus {
  outline: 0;
}
.dk_container a {
  cursor: pointer;
  text-decoration: none;
}
.dk_toggle {
  background-image: url('../img/sort-arrow.gif');
  background-repeat: no-repeat;
  background-position: 90% center;
  border: solid 1px #d7d7d7;
  color: #92cf53;
  padding: 4px 4px 4px 9px;
}
.dk_open {
  z-index: 10;
}
.dk_open .dk_toggle {
  background-color: #FFF;
  color: #92cf53;
}
.dk_options a {
  background-color: #fff;
  border-bottom: 1px solid #d7d7d7;
  padding: 4px 4px 4px 9px;
}
.dk_options li:last-child a {
  border-bottom: none;
}
.dk_options a:hover,
.dk_option_current a {
  background-color: #92cf53;
  color: #fff;
  text-decoration: none;
}
.dk_options_inner {
  border: 1px solid #d7d7d7;
  border-bottom-width: 1px;
  border-bottom-color: #d7d7d7;
  color: #959595;
  max-height: 250px;
}
.dk_options_inner,
.dk_touch .dk_options {
  max-height: 250px;
}
.dk_container {
  display: none;
  float: left;
  position: relative;
}
.dk_container a {
  outline: 0;
}
.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1;
}
.dk_open {
  position: relative;
}
.dk_open .dk_options {
  display: block;
}
.dk_open .dk_label {
  color: inherit;
}
.dk_options {
  display: none;
  margin-top: -1px;
  position: absolute;
  right: 0;
  width: 100%;
}
.dk_options a,
.dk_options a:link,
.dk_options a:visited {
  display: block;
}
.dk_options_inner {
  overflow: auto;
  position: relative;
}
.dk_touch .dk_options {
  overflow: hidden;
}
.dk_touch .dk_options_inner {
  max-height: none;
  overflow: visible;
}
.dk_fouc select {
  position: relative;
  top: -99999em;
  visibility: hidden;
}
@font-face {
  font-family: 'TAXIGroteskBold';
  src: url('fonts/taxigrobol-webfont.eot');
  src: url('fonts/taxigrobol-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/taxigrobol-webfont.woff') format('woff'), url('fonts/taxigrobol-webfont.ttf') format('truetype'), url('fonts/taxigrobol-webfont.svg#TAXIGroteskBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TAXIGroteskBoldItalic';
  src: url('fonts/taxigrobolit-webfont.eot');
  src: url('fonts/taxigrobolit-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/taxigrobolit-webfont.woff') format('woff'), url('fonts/taxigrobolit-webfont.ttf') format('truetype'), url('fonts/taxigrobolit-webfont.svg#TAXIGroteskBoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TAXIGroteskItalic';
  src: url('fonts/taxigroit-webfont.eot');
  src: url('fonts/taxigroit-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/taxigroit-webfont.woff') format('woff'), url('fonts/taxigroit-webfont.ttf') format('truetype'), url('fonts/taxigroit-webfont.svg#TAXIGroteskItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TAXIGroteskLight';
  src: url('fonts/taxigrolig-webfont.eot');
  src: url('fonts/taxigrolig-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/taxigrolig-webfont.woff') format('woff'), url('fonts/taxigrolig-webfont.ttf') format('truetype'), url('fonts/taxigrolig-webfont.svg#TAXIGroteskLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TAXIGroteskTAXIGroteskLtOsF';
  src: url('fonts/taxigroligosf-webfont.eot');
  src: url('fonts/taxigroligosf-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/taxigroligosf-webfont.woff') format('woff'), url('fonts/taxigroligosf-webfont.ttf') format('truetype'), url('fonts/taxigroligosf-webfont.svg#TAXIGroteskTAXIGroteskLtOsF') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TAXIGroteskMedium';
  src: url('fonts/taxigromd-webfont.eot');
  src: url('fonts/taxigromd-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/taxigromd-webfont.woff') format('woff'), url('fonts/taxigromd-webfont.ttf') format('truetype'), url('fonts/taxigromd-webfont.svg#TAXIGroteskMedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TAXIGroteskMediumItalic';
  src: url('fonts/taxigromdit-webfont.eot');
  src: url('fonts/taxigromdit-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/taxigromdit-webfont.woff') format('woff'), url('fonts/taxigromdit-webfont.ttf') format('truetype'), url('fonts/taxigromdit-webfont.svg#TAXIGroteskMediumItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TAXIGroteskRegular';
  src: url('fonts/taxigroreg-webfont.eot');
  src: url('fonts/taxigroreg-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/taxigroreg-webfont.woff') format('woff'), url('fonts/taxigroreg-webfont.ttf') format('truetype'), url('fonts/taxigroreg-webfont.svg#TAXIGroteskRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TAXIGroteskSuper';
  src: url('fonts/taxigrosup-webfont.eot');
  src: url('fonts/taxigrosup-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/taxigrosup-webfont.woff') format('woff'), url('fonts/taxigrosup-webfont.ttf') format('truetype'), url('fonts/taxigrosup-webfont.svg#TAXIGroteskSuper') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**** GLOBAL *****************************************************************************************************************/
.callouts {
  position: fixed;
  margin: 400px 0 0 0;
  height: 330px;
  width: 165px;
  overflow: hidden;
  z-index: 1;
}
.square {
  width: 165px;
  height: 165px;
  position: absolute;
  z-index: 2;
}
.titleBgTest {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 30px;
  color: #ffffff;
  text-align: center;
  font-family: arial;
  font-size: 13px;
  line-height: 28px;
  position: relative;
  margin: -33px 0 0 0;
  top: 333px;
  z-index: 5;
}
.titleBgNews {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 30px;
  color: #ffffff;
  text-align: center;
  font-family: arial;
  font-size: 13px;
  line-height: 28px;
  position: absolute;
  margin: -33px 0 0 0;
  top: 169px;
  z-index: 5;
}
.spotlight-info p,
.spotlight-info h2 span {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.newsItem {
  overflow: hidden;
}
.instagram {
  top: 165px;
}
.callouts a {
  text-decoration: none;
}
.newsItem .titleBg {
  top: -15px;
}
a.newsLink {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.newsItem img {
  z-index: -1;
  width: 165px;
}
#medias {
  width: 165px !important;
  height: 165px !important;
  position: relative !important;
  left: -22px !important;
  top: -22px !important;
}
#header {
  display: none !important;
}
#instafeed img {
  width: 165px;
}
.controls1 {
  text-align: center;
  width: 165px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  top: 270px;
  position: relative;
  z-index: 3;
}
.prev {
  background-image: url(../img/previous.png);
  width: 29px;
  height: 28px;
  position: relative;
  top: -40px;
  cursor: pointer;
}
.next {
  background-image: url(../img/next.png);
  width: 29px;
  height: 28px;
  position: relative;
  top: -67px;
  left: 135px;
  cursor: pointer;
}
strong {
  font-weight: bold;
}
.page-id-55 .work-featured,
.featured .work-featured,
.tax-office .office-filter a,
.single-campaign .office-filter a {
  color: #92CF53;
}
.hide-item {
  display: none;
}
.top-arrow {
  position: absolute;
  bottom: 0;
}
.single-campaign .featured .office-filter a {
  color: #959595;
}
::selection {
  background: #000;
  color: #92CF53;
}
html {
  height: 100%;
}
body {
  background-color: #EBEBEB;
  height: 100%;
}
.wrapper {
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1000;
}
.webkit .bg img {
  display: none;
}
.ie8 .bg {
  background-image: none !important;
}
.ie8 .bg img {
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}
/**** NAVIGATION *****************************************************************************************************************/
.navigation {
  background-color: #252525;
  width: 167px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.navigation h1 {
  position: relative;
}
.navigation h1 a {
  background: url("../img/header/logo.gif") no-repeat;
  width: 167px;
  height: 167px;
  display: block;
  text-indent: -9999px;
}
.navigation h1 span {
  background: url("../img/header/logo-arrow.png") no-repeat;
  width: 22px;
  height: 23px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  top: 73px;
  right: -8px;
}
.primary-nav ul {
  text-align: right;
  padding: 35px 44px 32px 0;
}
.primary-nav ul li {
  margin-bottom: 9px;
}
.primary-nav ul li a {
  font-family: TAXIGroteskBold;
  font-size: 14px;
  color: #959595;
  text-decoration: none;
  text-transform: uppercase;
  -ms-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.no-touch .primary-nav ul li a:hover {
  color: #FFF;
}
.primary-nav ul li.current_page_item a,
.primary-nav ul li.current_page_parent a {
  background: url("../img/header/nav-arrow.png") no-repeat;
  background-position: 0 2px;
  padding-left: 18px;
  color: #FFF;
}
.sub-nav {
  top: 359px;
  position: absolute;
  background-color: #252525;
  width: 167px;
  z-index: 1;
}
.sub-nav h2 {
  font-family: TAXIGroteskBold;
  font-size: 12px;
  color: #707070;
  text-transform: uppercase;
  text-align: right;
  margin-right: 44px;
  margin-bottom: 10px;
}
.sub-nav ul {
  text-align: right;
  padding: 0 44px 83px 0;
  z-index: 1;
}
.sub-nav ul li {
  margin-bottom: 8px;
}
.sub-nav ul li a {
  font-family: TAXIGroteskRegular;
  font-size: 13px;
  color: #959595;
  text-decoration: none;
}
.no-touch .sub-nav ul li a:hover {
  color: #92CF53;
}
.sub-nav ul li.current_page_item a {
  color: #92CF53;
}
.page_item.page-item-2637 {
/*  display: none;
*/}
.parent-pageid-140 .sub-nav {
  display: none;
}
.sub-nav ul.children {
  display: none;
}
.controls {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
}
.controls ul {
  float: left;
}
.controls ul li {
  float: left;
  margin-left: 1px;
}
.controls ul li.toggle {
  margin-left: 9px;
}
.controls ul li a {
  background: url("../img/header/controls-sprite.gif") no-repeat;
  background-position: 0 0;
  width: 28px;
  height: 28px;
  display: block;
  text-indent: -9999px;
  -ms-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: background-position 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.no-touch .controls ul li.facebook a:hover {
  background-position: 0 -28px;
}
.controls ul li.twitter a {
  background-position: -28px 0;
}
.no-touch .controls ul li.twitter a:hover {
  background-position: -28px -28px;
}
.controls ul li.linkedin a {
  background-position: -56px 0;
}
.no-touch .controls ul li.linkedin a:hover {
  background-position: -56px -28px;
}
/**** LANGUAGE TOGGLE *****************************************************************************************************************/
.controls ul.qtrans_language_chooser {
  position: relative;
  width: 28px;
  height: 28px;
  display: block;
}
.controls ul.qtrans_language_chooser li {
  position: absolute;
  top: 0;
  left: 0;
}
.controls ul.qtrans_language_chooser li a.qtrans_flag_fr {
  background-position: -84px 0;
}
.controls ul.qtrans_language_chooser li a.qtrans_flag_en {
  background-position: -112px 0;
}
.controls ul.qtrans_language_chooser li a.qtrans_flag_fr:hover {
  background-position: -84px -28px;
}
.controls ul.qtrans_language_chooser li a.qtrans_flag_en:hover {
  background-position: -112px -28px;
}
.controls ul.qtrans_language_chooser li {
  display: block;
}
.controls ul.qtrans_language_chooser li.active {
  display: none;
}
.no-touch .controls ul li.toggle a:hover {
  background-position: -84px -28px;
}
/**** FILMSTRIP *****************************************************************************************************************/
.loadstrip {
  position: fixed;
  top: 0;
  left: 167px;
  width: 190px;
  background-color: none;
  overflow-y: auto;
  outline: none;
  height: 100%;
  z-index: 2;
}
.filmstrip {
  /*position: fixed;
		top: 0;
		left: 167px;
		width: 190px;
		background-color: none;
		overflow-y: auto;
		outline: none;
		height: 300px;*/

}
.filmstrip ul li {
  border: solid 1px #bebdbf;
  border-top: none;
  position: relative;
  width: 168px;
  overflow: hidden;
}
.filmstrip ul li a {
  background-position: 0 0;
  background-color: #FFF;
  display: block;
  width: 166px;
  height: 166px;
  text-indent: -9999px;
  border: solid 1px #FFF;
  -webkit-filter: grayscale(100%);
  -ms-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: -webkit-filter 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.filmstrip ul li a:hover {
  -webkit-filter: grayscale(0);
}
.filmstrip ul li.current-campaign a {
  -webkit-filter: grayscale(0);
}
.filmstrip ul li span {
  font-family: TAXIGroteskBold;
  text-transform: uppercase;
  font-size: 12px;
  color: #ebe9ea;
  width: 166px;
  /* height: 166px;
	*/
  display: block;
  background-color: #252525;
  padding: 3px 0 3px 3px;
  position: absolute;
  bottom: -17px;
}
.loader {
  background: url('../img/ajax-loader-2.gif') no-repeat;
  width: 16px;
  height: 16px;
  float: left;
  margin: 4px 0 0 7px;
  display: none;
}
/**** SPOTLIGHT *****************************************************************************************************************/
.ny {
  display: none;
}
.page-id-2185 .not-ny,
.page-id-279 .not-ny,
.page-id-2637 .not-ny,
.page-id-1408 .not-ny {
    display: none;
}
.page-id-2185 .ny,
.page-id-279 .ny,
.page-id-2637 .ny,
.page-id-1408 .ny {
  display: block;
}
#spotlight-container,
.spotlight-container.welcome {
  width: 100%;
  height: 100%;
  position: absolute;
}
.spotlight-container.welcome {
  position: static;
}
.spotlight,
.spotlight.welcome {
  width: 100%;
  height: 100%;
  position: relative;
}
.spotlight.welcome .spotlight-info p{
  font-size: 20px;
  line-height: 25px;
}
.spotlight-bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: -1000;
  position: absolute;
}
.spotlight-info {
  width: 750px;
  position: absolute;
}
.spotlight-info p:first-of-type {
  margin-bottom: 0;
}
.spotlight-info h2 {
  float: left;
  margin-bottom: 35px;
  clear: left;
}
.spotlight-info h2.spotlight-title span {
  font-size: 22px;
  display: none;
}
.spotlight-info p,
.spotlight-info h2 span {
  font-family: TAXIGroteskRegular;
  font-size: 17px;
  color: #FFF;
  width: 570px;
  clear: left;
  margin-bottom: 25px;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.7) !important;
  padding: 20px;
}
.spotlight-info h2 span {
  font-family: TAXIGroteskBoldItalic;
  width: auto;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-size: 60px;
  line-height: 60px;
  color: #FFF;
  background-color: #000;
  display: block;
  margin-bottom: 3px;
  float: left;
  clear: left;
  padding: 2px 20px 2px 11px;
  -ms-transition: font-size 1s, color 1s;
  -moz-transition: font-size 1s;
  -webkit-transition: font-size 1s, color 1s;
  -o-transition: font-size 1s;
  transition: font-size 1s;
}
.spotlight-info h2.happening span {
  background-color: #92cf53;
}
.spotlight.welcome .spotlight-info h2 {
  font-family: TAXIGroteskBoldItalic;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-size: 70px;
  color: #FFF;
  color: #8dc63f;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  margin-bottom: 30px;
  float: left;
  clear: left;
  padding: 2px 20px 2px 11px;
  -ms-transition: font-size 1s, color 1s;
  -moz-transition: font-size 1s;
  -webkit-transition: font-size 1s, color 1s;
  -o-transition: font-size 1s;
  transition: font-size 1s;
}


.spotlight-info h2 span
.relations img {
  float: left;
  display: none;
}
.relations p {
  font-family: TAXIGroteskMediumItalic;
  font-size: 17px;
  float: left;
  width: auto;
  clear: none;
  margin-bottom: 0;
  margin-top: 10px;
  margin-left: 30px;
  display: none;
}
.relations a {
  font-family: TAXIGroteskBold;
  font-size: 13px;
  color: #000;
  background-color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 8px 2px 8px;
  margin-top: 10px;
  float: left;
}
.spotlight.welcome .relations {
  width: 600px;
}
.spotlight.welcome .relations a {
  font-family: TAXIGroteskBold;
  font-size: 13px;
  color: #000;
  background-color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 8px 2px 8px;
  margin: 10px 20px 0 0;
  float: left;
}
.fun-button {
  display: inline-block;
  font-family: TAXIGroteskBold;
  font-size: 13px;
  color: #000;
  background-color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 8px 0 8px;
  margin-top: 10px;
}
.no-touch .relations a:hover,
.no-touch .fun-button:hover {
  color: #FFF;
  background-color: #92CF53;
}
.relations {
  float: left;
  height: 40px;
  border-top: solid 1px #D4D6D7;
  outline-top: solid 1px #656769;
  padding-top: 20px;
  width: 490px;
}
.spotlight-arrow {
  background: url("../img/spotlight-arrow.png") no-repeat;
  display: block;
  width: 86px;
  height: 101px;
  position: absolute;
  left: 50%;
  bottom: -15px;
}
.top-arrow {
  background: url("../img/spotlight-arrow-top.png") no-repeat;
  display: block;
  width: 86px;
  height: 101px;
  position: absolute;
  left: 50%;
  bottom: 0;
  cursor: pointer;
}
/**** DRIVERS *****************************************************************************************************************/
.driver {
  padding: 0 35px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  width: auto;
  color: #FFF;
  position: absolute;
  left: 336px;
  top: 0;
  z-index: 0;
}
.driver h2 {
  font-family: TAXIGroteskBoldItalic;
  font-size: 54px;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 15px;
  margin-top: 70px;
}
.driver h3 {
  font-family: TAXIGroteskItalic;
  font-size: 15px;
  margin-bottom: 35px;
}
.driver p {
  font-family: TAXIGroteskRegular;
  font-size: 15px;
  line-height: 17px;
  width: 285px;
  margin-right: 25px;
}
/**** NEWS *****************************************************************************************************************/
.news-container {
  padding-top: 55px;
  position: relative;
}
.news-container header {
  margin-left: 265px;
}
.news-container header h2 {
  font-family: TAXIGroteskBoldItalic;
  font-size: 47px;
  color: #FFF;
  background-color: #000;
  float: left;
  padding: 5px;
  margin-bottom: 30px;
}
.news-container header p {
  font-family: TAXIGroteskRegular;
  font-size: 13px;
  color: #959595;
  clear: both;
  width: 515px;
  margin-bottom: 20px;
  line-height: 18px;
}
.news-container header p a {
  color: #959595;
  text-decoration: none;
}
.news-container header p a:hover {
  text-decoration: underline;
}
.news {
  font-family: TAXIGroteskRegular;
  color: #959595;
  clear: left;
  background-color: #EBEBEB;
  border-bottom: solid 1px #D5D5D5;
  padding-left: 265px;
  position: relative;
  min-height: 140px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news:nth-child(odd) {
  background-color: #E2E2E2;
}
.news img {
  width: 141px;
  height: 141px;
  border: solid 1px #D7D7D7;
  float: left;
  margin-right: 30px;
}
.news h3 {
  font-family: TAXIGroteskBoldItalic;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  width: 720px;
  margin-bottom: 6px;
}
.news .date {
  font-size: 11px;
  margin-bottom: 6px;
}
.news p {
  font-size: 14px;
  width: 720px;
  line-height: 17px;
  margin-bottom: 8px;
  color: #707070;
}
.news a.link {
  font-family: TAXIGroteskBold;
  font-size: 13px;
  color: #000;
  background-color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px 8px 2px 8px;
}
.no-touch .news a.link:hover {
  color: #92CF53;
  background-color: #000;
}
/**** CAREERS *****************************************************************************************************************/
.table {
  font-size: 15px;
  font-family: TAXIGroteskRegular;
}
.awards {
  clear: both;
}
.table #row-header {
  font-family: TAXIGroteskBold;
  font-size: 13px;
  text-transform: uppercase;
  background-color: #EBEBEB;
  border: none;
  outline: solid 1px #D5D5D5;
  margin-bottom: 5px;
}
.table #row-header p {
  padding: 7px 0;
  cursor: pointer;
}
.careers #row-header .column1 {
  background-image: none;
  padding-left: 0;
  width: 510px;
}
.awards #row-header .column1 {
  background-image: none;
  padding-left: 0;
  width: 235px;
}
.row {
  padding-left: 265px;
  background-color: #E2E2E2;
  border-top: solid 1px #D5D5D5;
}
.row:nth-child(odd) {
  background-color: #EBEBEB;
}
.row p,
.row a {
  display: inline-block;
  padding: 15px 0;
}
.careers .row .column1 {
  width: 480px;
  background: url("../img/arrow.gif") no-repeat left center;
  padding-left: 30px;
}
.awards .row .column1 {
  background: none;
  padding-left: 0;
  width: 235px;
}
.careers .row .column2 {
  width: 100px;
}
.awards .row .column2 {
  width: 235px;
}
.careers .row .column3 {
  width: 135px;
}
.awards .row .column3 {
  width: 130px;
}
.awards #row-header .cur-sort {
  color: #92cf53;
  background: url('../img/sort-arrow.gif') no-repeat 50% center;
}
.row a {
  background-color: #FFF;
  padding: 6px 10px 5px 10px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: TAXIGroteskBold;
  color: #000;
  text-decoration: none;
  -ms-transition: background-color 0.6s, color 0.2s;
  -moz-transition: background-color 0.6s, color 0.2s;
  -webkit-transition: background-color 0.6s, color 0.2s;
  -o-transition: background-color 0.6s, color 0.2s;
  transition: background-color 0.6s, color 0.2s;
}
.row a:hover {
  background-color: #000;
  color: #92CF53;
}
.details {
  font-family: TAXIGroteskRegular;
  font-size: 13px;
  color: #959595;
  margin-left: 30px;
  padding-bottom: 20px;
  display: none;
}
.details h3 {
  color: #000;
  font-size: 14px;
}
.qualifications p {
  /*kind of a hackity hack for wpautop*/

  display: none;
}
.qualifications ul {
  list-style: square;
  padding-top: 15px;
  padding-left: 17px;
}
.qualifications ul li {
  padding-bottom: 5px;
}
/**** WORK *****************************************************************************************************************/
.bg-dots {
  background: url("../img/bg-dots.png") repeat;
  width: 100%;
  height: 100%;
  position: relative;
}
.campaign,
.office {
  width: 703px;
  position: absolute;
  left: 475px;
  top: 70px;
  -ms-transition: left 0.4s;
  -moz-transition: left 0.4s;
  -webkit-transition: left 0.4s;
  -o-transition: left 0.4s;
  transition: left 0.4s;
}
.campaign-info {
  margin-bottom: 40px;
  color: #FFF;
}
.campaign-info h3 {
  font-family: TAXIGroteskBold;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/*same as news-container h2*/
.campaign-info h2 {
  font-family: TAXIGroteskBoldItalic;
  font-size: 47px;
  color: #FFF;
  background-color: #000;
  float: left;
  padding: 5px 15px;
  margin-bottom: 20px;
}
.campaign-info p {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
  clear: left;
  width: 550px;
  font-family: TAXIGroteskRegular;
  font-size: 15px;
  line-height: 18px;
}
.work-item {
  margin-bottom: 40px;
}
.work-item h2 {
  font-family: TAXIGroteskBold;
  font-size: 13px;
  color: #FFF;
  text-transform: uppercase;
  clear: left;
}
.work-item .print {
  display: block;
  border: solid 3px transparent;
  float: left;
  margin-bottom: 10px;
  margin-left: -3px;
  position: relative;
  outline: none;
}
.no-touch .work-item .print:hover {
  border: solid 3px #FFF;
}
.work-item .print img {
  display: block;
  width: 100%;
}
.work-item .print span {
  background: url("../img/arrow-expand.gif") no-repeat;
  width: 27px;
  height: 27px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.work-item .video {
  border: solid 1px #FFF;
  margin-bottom: 10px;
  -ms-transition: width 0.4s;
  -moz-transition: width 0.4s;
  -webkit-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
  height: 393px;
}
.work-item .video iframe {
  -ms-transition: width 0.4s;
  -moz-transition: width 0.4s;
  -webkit-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
}

/**** ABOUT *****************************************************************************************************************/
.campaign-story {
  width: 100%;
  height: 100%;
  /*position: relative;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.about-campaign.campaign {
  left: 20%;
  top: 20%;
}
.story-copy {
  position: absolute;
  top: 20%;
  left: 20%;
  top: 0;
  left: 0;
  width: 750px;
/*  margin-top: 20%;
  margin-left: 0%;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.campaign-info .story-copy h2.about-header {
  font-family: TAXIGroteskBoldItalic;
  text-transform: uppercase !important;
  letter-spacing: -2px;
  font-size: 70px;
  color: #8dc63f;
  clear: left;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  margin-bottom: 50px;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.campaign-info .about-copy-box {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px 20px;
  /*padding-right: 20px;*/
  /*clear: left;*/
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*margin-top: 20px;*/
}

.campaign-info .story-copy p {

  background-color: transparent;
  clear: left;
      /*float: right;*/
  /*padding: 0;*/
  /*margin: 10px;*/
  width: 100%;
  font-family: TAXIGroteskRegular;
  font-size: 20px;
  line-height: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**** CONTACT *****************************************************************************************************************/
.offices-nav {
  position: absolute;
  top: 168px;
  left: 230px;
}
.offices-nav ul li a,
.offices-nav a.careers-link {
  font-family: TAXIGroteskBoldItalic;
  font-size: 40px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #FFF;
  margin-bottom: 9px;
  display: block;
  float: left;
  clear: left;
  padding: 7px 12px 2px 10px;
}
.offices-nav a.careers-link {
  display: none;
}
.offices-nav ul li.current_page_item a {
  color: #FFF;
  background-color: #92CF53;
}
.offices-nav a.careers-link {
  font-size: 20px;
  margin-top: 30px;
}
.offices-nav .page-item-281,
.offices-nav .page-item-275 {
  display: none;
}
.no-touch .offices-nav ul li a:hover,
.no-touch .offices-nav a:hover {
  color: #FFF;
  background-color: #92CF53;
}
.office-info {
  position: absolute;
  top: 170px;
  right: 20%;
  font-family: TAXIGroteskRegular;
  font-size: 18px;
  color: #FFF;
  width: 400px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 15px;
}
.office-info h2 {
  background: url("../img/location-pin.png") no-repeat;
  font-family: TAXIGroteskBold;
  margin-bottom: -5px;
  height: 33px;
  padding-top: 5px;
  padding-left: 45px;
  margin-left: -45px;
}
.office-info .address {
  margin-bottom: 15px;
}
.office-info hr {
  color: #DEDEDE;
  background-color: #DEDEDE;
  height: 1px;
  border: none;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}
.office-info a {
  color: #FFF;
  text-decoration: none;
}
.office-info a:hover {
  text-decoration: underline;
}
a.location-drivers {
  font-family: TAXIGroteskBold;
  font-size: 13px;
  color: #000;
  background-color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 8px 2px 8px;
  margin-top: 10px;
  float: left;
  clear: left;
}
/**** CUSTOM SCROLLBAR *****************************************************************************************************************/
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 8px;
  width: 8px;
  height: 100%;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
}
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: none;
  position: relative;
  border-radius: 5px;
}
.jspDrag {
  background: #FFF;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 1;
  border-radius: 5px;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
/**** NEW STUFF *****************************************************************************************************************/
.filters {
  position: fixed;
  top: 325px;
  z-index: 3;
  width: 167px;
  background-color: #252525;
}
.filters-sort {
  padding-top: 56px;
}
.filters-sort h2 {
  font-family: TAXIGroteskBold;
  font-size: 12px;
  color: #707070;
  text-transform: uppercase;
  text-align: right;
  margin-right: 44px;
  margin-bottom: 10px;
}
.filters-sort ul {
  text-align: right;
  padding: 0 44px 83px 0;
  z-index: 1;
}
.filters-sort ul li {
  margin-bottom: 5px;
}
.filters ul li a {
  color: #959595;
  font-family: TAXIGroteskRegular;
  font-size: 13px;
  text-decoration: none;
  position: relative;
}
.filters ul li a:hover {
  color: #92cf53;
}
.work-filter {
  background-color: #2F2F2F;
  position: absolute;
  top: 0;
  left: -600px;
  width: 460px;
  padding: 30px 60px;
  -ms-transition: left 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out;
  -webkit-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}
.slide-out {
  left: 167px;
}
.work-filter ul li {
  float: left;
  width: 150px;
  text-align: left;
  margin-bottom: 5px;
}
.filter-close {
  background: url("../img/filter-close.jpg");
  width: 18px;
  height: 18px;
  display: block;
  position: absolute !important;
  top: 10px;
  right: 10px;
  text-indent: -9999px;
}
.fourohfour h2 {
  font-family: TAXIGroteskBold;
  font-size: 100px;
  text-align: center;
  margin-top: 400px;
}
.offices-filter ul {
  text-align: right;
  padding: 0 44px 33px 0;
  z-index: 1;
}
.offices-filter ul li a {
  color: #959595;
  font-family: TAXIGroteskRegular;
  font-size: 13px;
  text-decoration: none;
  position: relative;
}
.filmstrip ul li.client-logo a {
  -webkit-filter: none;
}
.access {
  clear: both;
  padding-top: 5px;
  display: none;
}
.yandr {
  display: block;
}
.news-container header p.commit {
  color: #000;
}
.page-id-261 .access,
.page-id-67 .access,
.page-id-277 .access {
  display: block;
}
.news-container .human p {
  margin-bottom: 0;
}
.news-container .human p strong {
  color: #000;
  margin-bottom: 5px;
  display: block;
}
.news-container .human a {
  margin-top: 5px;
  display: block;
  color: #959595;
}
.access-back {
  background: url("../img/access-arrow.gif");
  width: 29px;
  height: 28px;
  display: block;
  margin-top: 20px;
}
.page-id-55 .work-item h2 {
  text-transform: none;
  font-size: 15px;
  font-family: TAXIGroteskRegular;
  line-height: 18px;
}
.sup-fr {
  font-size: 0.5em;
  vertical-align: top;
  position: relative;
  top: 0;
}
/*
 * photoswipe.css
 * Copyright (c) %%year%% by Code Computerlove (http://www.codecomputerlove.com)
 * Licensed under the MIT license
 *
 * Default styles for PhotoSwipe
 * Avoid any position or dimension based styles
 * where possible, unless specified already here.
 * The gallery automatically works out gallery item
 * positions etc.
 */
body.ps-active,
body.ps-building,
div.ps-active,
div.ps-building {
  background: #000;
  overflow: hidden;
}
body.ps-active *,
div.ps-active * {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  display: none;
}
body.ps-active *:focus,
div.ps-active *:focus {
  outline: 0;
}
/* Document overlay */
div.ps-document-overlay {
  background: #000;
}
/* UILayer */
div.ps-uilayer {
  background: #000;
  cursor: pointer;
}
/* Zoom/pan/rotate layer */
div.ps-zoom-pan-rotate {
  background: #000;
}
div.ps-zoom-pan-rotate * {
  display: block;
}
/* Carousel */
div.ps-carousel-item-loading {
  background: url('../img/mobile/loader.gif') no-repeat center center;
}
div.ps-carousel-item-error {
  background: url('../img/mobile/loader.gif') no-repeat center center;
}
/* Caption */
div.ps-caption {
  background: #000000;
  background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #303130), color-stop(100%, #000101));
  border-bottom: 1px solid #42403f;
  color: #ffffff;
  font-size: 13px;
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  text-align: center;
}
div.ps-caption * {
  display: inline;
}
div.ps-caption-bottom {
  border-top: 1px solid #42403f;
  border-bottom: none;
  min-height: 44px;
}
div.ps-caption-content {
  padding: 13px;
  display: block;
}
/* Toolbar */
div.ps-toolbar {
  background: #000000;
  background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #303130), color-stop(100%, #000101));
  border-top: 1px solid #42403f;
  color: #ffffff;
  font-size: 13px;
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  text-align: center;
  height: 44px;
  display: table;
  table-layout: fixed;
}
div.ps-toolbar * {
  display: block;
}
div.ps-toolbar-top {
  border-bottom: 1px solid #42403f;
  border-top: none;
}
div.ps-toolbar-close,
div.ps-toolbar-previous,
div.ps-toolbar-next,
div.ps-toolbar-play {
  cursor: pointer;
  display: table-cell;
}
div.ps-toolbar div div.ps-toolbar-content {
  width: 44px;
  height: 44px;
  margin: 0 auto 0;
  background-image: url('../img/mobile/photoswipe-icons.png');
  background-repeat: no-repeat;
}
div.ps-toolbar-close div.ps-toolbar-content {
  background-position: 0 0;
}
div.ps-toolbar-previous div.ps-toolbar-content {
  background-position: -44px 0;
}
div.ps-toolbar-previous-disabled div.ps-toolbar-content {
  background-position: -44px -44px;
}
div.ps-toolbar-next div.ps-toolbar-content {
  background-position: -132px 0;
}
div.ps-toolbar-next-disabled div.ps-toolbar-content {
  background-position: -132px -44px;
}
div.ps-toolbar-play div.ps-toolbar-content {
  background-position: -88px 0;
}
/* Hi-res display */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
  div.ps-toolbar div div.ps-toolbar-content {
    -moz-background-size: 176px 88px;
    -o-background-size: 176px 88px;
    -webkit-background-size: 176px 88px;
    background-size: 176px 88px;
    background-image: url('../img/mobile/photoswipe-icons@2x.png');
  }
}
/*1024 x 768 ******************************************************************/
@media only screen and (max-width: 1280px) {
  .campaign {
    left: 400px;
    width: 540px;
  }
  .spotlight-info h2 span {
    font-size: 40px;
  }
  .office-info {
    right: auto;
    left: 230px;
    top: 595px;
    padding-bottom: 40px;
  }
  .video iframe {
    width: 538px;
    height: 302px;
  }
  .work-item .video {
    height: 303px;
  }
  .spotlight-arrow,
  .top-arrow {
    width: 50px;
    height: 59px;
    background-size: 50px 59px;
  }
}
/*IPAD ******************************************************************/
@media only screen and (device-width: 768px) {
  /*SPOTLIGHT HOMEPAGE*/
  .navigation h1 span {
    top: 49px;
    right: -8px;
  }
  .spotlight-info {
    width: 500px;
  }
  .spotlight-info h2 {
    width: 500px;
  }
  .spotlight-info h2 span {
    font-size: 30px;
  }
  .video iframe {
    width: 538px;
    height: 302px;
  }
  .work-item .video {
    height: 303px;
  }
  .campaign {
    left: 400px;
    width: 540px;
  }
  .spotlight-info p {
    font-family: TAXIGroteskRegular;
    font-size: 17px;
    color: #FFF;
    width: 450px;
    clear: left;
    margin-bottom: 25px;
    line-height: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px;
  }
  .bg {
    background-position: left center !important;
  }
  .navigation,
  .filters {
    width: 122px;
  }
  .filters {
    top: 283px;
  }
  .navigation h1 a {
    width: 122px;
    height: 122px;
    background-size: 122px 122px;
  }
  .primary-nav ul,
  .filters-sort ul {
    padding-right: 30px;
  }
  .filters-sort h2 {
    margin-right: 30px;
  }
  .loadstrip {
    left: 122px;
    width: 138px;
  }
  .filmstrip ul li a {
    width: 120px;
    height: 120px;
    background-size: 120px 120px;
  }
  .yo {
    display: none;
  }
  .filmstrip ul li {
    width: 122px;
  }
  .filmstrip ul li span {
    bottom: 1px;
    width: 122px;
  }
  .driver {
    left: 246px;
  }
  .offices-nav {
    top: 120px;
    left: 165px;
  }
  .offices-nav ul li a {
    font-size: 26px;
  }
  .office-info {
    right: auto;
    left: 195px;
    top: 470px;
    padding-bottom: 40px;
  }
  .campaign {
    left: 310px;
    width: 440px;
  }
  .campaign p {
    left: 310px;
    width: auto;
  }
  .video iframe {
    width: 438px;
    height: 246px;
  }
  .work-item .video {
    height: 247px;
  }
  .driver {
    z-index: 20;
  }
  .news {
    padding-left: 165px;
  }
  .news-container header {
    margin-left: 165px;
  }
  .news p,
  .news h3 {
    width: 520px;
  }
  .about-campaign.campaign {
    width: 500px;
  }
}
/*** MOBILE MEDIA QUERY **************************************************************************/
@media only screen and (max-height: 729px) {
  .instagram,
  .controls1,
  .titleBgTest {
    display: none;
  }
}
@media only screen and (max-height: 564px), screen and (max-width: 840px) {
  .callouts {
    display: none;
  }
}
@media only screen and (max-width: 610px) {
  /*** GLOBAL **************************************************************************************/
  .wrapper {
    height: auto;
  }
  .controls {
    display: none;
  }
  header.navigation {
    display: none;
  }
  a.m-btn {
    font-family: TAXIGroteskBold;
    margin-left: 0;
    font-size: 10px;
    display: block;
    padding: 10px 9px 8px 10px;
    color: #000;
    background-color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
  }
  /*** MOBILE NAVIGATION **************************************************************************/
  #m-navigation {
    height: 57px;
    background: url("../img/mobile/logo.png") no-repeat center 0;
    background-color: #000;
    background-size: 65px 114px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  #m-navigation .back {
    background: url("../img/mobile/back.png") no-repeat;
    width: 57px;
    height: 57px;
    display: block;
    background-size: 57px 114px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #m-navigation .back:active {
    background-position: 0 -57px;
  }
  #m-navigation .open-menu {
    background: url("../img/mobile/nav-arrow-x2.png") no-repeat;
    background-position: 0 0;
    background-size: 57px 114px;
    width: 57px;
    height: 57px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
  }
  #m-navigation .open-menu.visible {
    background-position: 0 -57px;
  }
  .m-dropdown {
    z-index: 1;
    position: fixed;
    top: -210px;
    width: 100%;
    -ms-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -webkit-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
    display: none;
  }
  .m-dropdown li {
    font-family: TAXIGroteskBold;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
  }
  .m-dropdown li a {
    color: #959595;
    background-color: #252525;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 14px 0;
  }
  .m-dropdown li a:active {
    color: #FFF;
    background-color: #92cf53;
    text-decoration: none;
  }
  .m-visible {
    top: 57px !important;
    display: block;
  }
  /*** MOBILE SPOTLIGHT **************************************************************************/
  #m-spotlight {
    width: 100%;
    margin-top: 57px;
    position: relative;
  }
  .spotlight {
    height: 322px;
    width: 100%;
  }
  .spotlight-info {
    left: 10px !important;
    top: 47px !important;
    width: 90%;
  }
  .relations {
    padding-top: 0;
    padding-left: 10px;
    width: auto;
  }
  .relations p {
    font-family: TAXIGroteskRegular;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    float: none;
  }
  .spotlight-info h2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .spotlight-info h2 span {
    font-size: 25px;
    padding-right: 11px;
    text-align: left;
  }
  .spotlight-info h2.mobile-headline span {
    font-family: TAXIGroteskBoldItalic;
    margin-bottom: 5px;
    padding: 0;
    padding-right: 11px;
    /*font-size: 17px;*/
    color: #FFF;
    width: auto;
    clear: left;
    /*margin-bottom: 25px;*/
    line-height: 25px;
    background-color: rgba(0, 0, 0, 0.4) !important;
    /*padding: 20px;*/
  }

  .relations {
    border-top: none;
  }
  #scroll-0 .spotlight-info {
    display: block;
  }
  .mobile-description {
    display: none;
    width: 100%;
  }
  .extras {
    display: none;
    text-align: left;
  }
  #scroll-0 .extras {
    display: block;
  }
  .spotlight-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: none;
    width: 100%;
    height: 322px;
    z-index: -1000;
    position: absolute;
  }
  .spotlight-arrow {
    display: none;
  }
  /*** MOBILE FEATURED WORK **************************************************************************/
  #m-featured {
    width: 100%;
    display: none;
  }
  #m-featured header {
    font-family: TAXIGroteskBold;
    font-size: 15px;
    color: #959595;
    background-color: #EBEBEB;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0;
  }
  .m-featured-item {
    display: block;
    height: 80px;
    border-bottom: solid 1px #555;
    background: url("../img/mobile/featured-arrow.png") no-repeat 96% 28px;
    background-color: #252525;
    background-size: 22px 100px;
    text-decoration: none;
  }
  .m-featured-item:active {
    background-position: 96% -42px;
  }
  .m-thumb {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
    float: left;
  }
  .f-title {
    font-size: 10px;
    font-family: TAXIGroteskRegular;
    color: #959595;
    text-transform: uppercase;
    padding-top: 26px;
    padding-left: 100px;
  }
  .f-link {
    font-size: 17px;
    color: #FFF;
    font-family: TAXIGroteskBoldItalic;
    padding-left: 100px;
  }
  /*** MOBILE DOUBT STORY **************************************************************************/
  #m-doubt {
    background-color: #000;
    text-align: center;
    padding: 32px;
  }
  #m-doubt p {
    font-family: TAXIGroteskBoldItalic;
    font-size: 19px;
    color: #FFF;
    width: 150px;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 15px;
  }
  #m-doubt a {
    float: none;
    display: inline-block;
  }
  /*** MOBILE OFFICES **************************************************************************/
  /*fix this cause it will cause probs
  */
  .spotlight {
    text-align: center;
  }
  #m-contact {
    position: relative;
  }
  .m-office {
    display: inline-block;
  }
  .m-office-name {
    font-family: TAXIGroteskBold;
    font-size: 41px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .m-office-info {
    width: 200px;
    margin: 0 auto;
  }
  .m-office-info li {
    margin-bottom: 6px;
    font-family: TAXIGroteskBold;
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
    text-decoration: none;
    box-shadow: 2px 2px 2px rgba(2, 3, 3, 0.5);
  }
  .m-office-info li a {
    display: block;
    text-decoration: none;
    color: #000;
    background-color: #FFF;
    padding: 10px;
    position: relative;
  }
  .m-office-info li a p {
    text-align: left;
    display: inline-block;
    margin-right: 15px;
    position: absolute;
    left: 10px
  }
  .m-office-info li a:active {
    background-color: #92cf53;
    color: #FFF;
  }
  .m-office-info li a:active span {
    color: #FFF;
  }
  .m-office-info li a span {
    font-family: TAXIGroteskRegular;
    color: #959595;
    text-transform: none;
    /*padding-left: 10px;*/
  }
  .m-office-list {
    margin-top: 15px;
  }
  .m-office-list li {
    display: inline;
    margin-right: 8px;
  }
  .m-office-list li a {
    font-family: TAXIGroteskBold;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
  }
  .m-loader {
    background: url('../img/mobile/ajax-loader.gif') no-repeat;
    width: 32px;
    height: 32px;
    display: none;
    margin: 9px auto 0 auto;
  }

  .swiper-button-prev.prev-arrow,
  .swiper-container-rtl .swiper-button-next {
    background-image: url("../img/prev.svg");
    background-size: 130px 44px;
  }

  .swiper-button-next.next-arrow,
  .swiper-container-rtl .swiper-button-prev {
    background-image: url("../img/next.svg");
    background-size: 130px 44px;
  }
  /*** MOBILE FOLLOW US **************************************************************************/
  #m-follow {
    font-family: TAXIGroteskLight;
    font-size: 9px;
    color: #959595;
    text-transform: uppercase;
    text-align: center;
    padding: 17px;
    background-color: #252525;
  }
  #m-follow a {
    background: url('../img/mobile/follow.gif') no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: 100px 100px;
    text-indent: -9999px;
    margin: 13px 7px 40px 15px;
  }
  #m-follow a:active {
    background-position: 0 -50px;
  }
  #m-follow a.tw {
    background-position: -50px 0;
  }
  #m-follow a.tw:active {
    background-position: -50px -50px;
  }
  /*** MOBILE WORK PAGE **************************************************************************/
  .bg {
    display: none;
  }
  .filters,
  .loadstrip {
    display: none;
  }
  .story .bg {
    display: block;
  }
  .campaign,
  .story-copy {
    width: 94%;
    position: static;
    margin: 57px auto 0 auto;
    padding-top: 10px;
  }
  .story h2 {
    font-size: 30px;
  }
  .story p {
    font-size: 14px;
  }
  a.m-details {
    font-family: TAXIGroteskBold;
    font-size: 8px;
    color: #000;
    text-transform: uppercase;
    background: #FFF;
    padding: 8px 6px 6px 6px;
    position: absolute;
    top: 57px;
    right: 10px;
    box-shadow: 2px 2px 2px rgba(2, 3, 3, 0.5);
  }
  .campaign-info {
    color: #959595;
    margin-bottom: 0;
  }
  .campaign-info h2 {
    font-size: 30px;
    padding: 1px 5px;
    margin-bottom: 16px;
  }
  .work-item {
    margin-bottom: 20px;
    width: 100%;
  }
  .work-item .print {
    margin-bottom: 5px;
  }
  .work-item .print img {
    width: 100%;
  }
  .campaign-info p {
    width: 100%;
    font-size: 15px;
    display: none;
    margin-bottom: 20px;
    background-color: transparent;
  }
  .story-copy {
    background-color: rgba(0, 0, 0, 0);
  }
  .story-copy p {
    display: block;
    background-color: black !important;
    width: 90%;
  }
  .top-arrow {
    display: none;
  }
  .work-items {
    padding-top: 47px;
  }
  .work-item h2 {
    font-size: 12px;
    color: #252525;
  }
  .work-item .video iframe {
    width: 100%;
    height: 167px;
  }
  .swiper-slide:nth-of-type(1) {
    /*display: none;*/
  }

  /*
  @media all and (orientation:landscape) {
         .spotlight-info {
  	top: 10px !important;
  }
      }*/
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /*#m-navigation .open-menu {
  		background: url("../img/mobile/nav-arrow-x2.png") no-repeat;
  		background-size: 57px 114px;
  	}*/
}
.fr .primary-nav ul li a {
  font-size: 13px;
}

/*new location selector fixed nav*/

.fixed-header {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 167px;
  z-index: 200;
  width: calc(100% - 167px);
  width: 100%;
  left: 0;
  box-sizing: border-box;
  padding: 0;
}

.home .fixed-header {
  padding: 8px 200px 8px 115px;
  padding-left: 20%;
}

.controls {
  position: absolute;
  top: 2px;
  right: 2px;
  overflow: hidden;
}

.location-selector {
  width: 100%;
  box-sizing: border-box;
  display: none;
}

.home .location-selector {
  display: block;
}

.location-selector__list {
  display: flex;
  justify-content: space-between;
}

.location-selector__location {
  display: inline-block;
}

.location-selector__location a {
  font-family: TAXIGroteskBold;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}

.location-selector__location a:hover {
  color: #92CF53; 
}

@media only screen and (max-width: 770px) {

  .location-selector__location a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 610px) {

  .fixed-header {
    display: none;
  }
}