/* =============================================================================
   .LESS VARIABLES & MIXINS
   ========================================================================== */
/* =============================================================================
   FONT FACES
   ========================================================================== */

@font-face {
  font-family: "AktivGrotesk";
  font-style: normal;
  font-weight: normal;
  src: url("/Css/Fonts/aktivgrotesk_std_rg-webfont.eot?#iefix") format("embedded-opentype"), url("/Css/Fonts/aktivgrotesk_std_rg-webfont.woff") format("woff"), url("/Css/Fonts/aktivgrotesk_std_rg-webfont.ttf") format("truetype"), url("/Css/Fonts/aktivgrotesk_std_rg-webfont.svg#AktivGroteskRegular") format("svg");
}
@font-face {
  font-family: "AktivGrotesk";
  font-style: normal;
  font-weight: bold;
  src: url("/Css/Fonts/aktivgrotesk_std_bd-webfont.eot?#iefix") format("embedded-opentype"), url("/Css/Fonts/aktivgrotesk_std_bd-webfont.woff") format("woff"), url("/Css/Fonts/aktivgrotesk_std_bd-webfont.ttf") format("truetype"), url("/Css/Fonts/aktivgrotesk_std_bd-webfont.svg#AktivGroteskBold") format("svg");
}
/* =============================================================================
   Twins version of HTML5 Boilerplate CSS: h5bp.com/css 
   ========================================================================== */
body{
	background-color:#666;  
}

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

section {
	background-color:#666;  
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
::-moz-selection {
  background: #fe57a1;
  color: white;
  text-shadow: none;
}
::selection {
  background: #fe57a1;
  color: white;
  text-shadow: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border-top: 1px solid #e2e2e2;
  margin: 1em 0 2em;
  padding: 0;
  border-left-style: none;
  border-left-color: inherit;
  border-left-width: 0;
  border-right-style: none;
  border-right-color: inherit;
  border-right-width: 0;
  border-bottom-style: none;
  border-bottom-color: inherit;
  border-bottom-width: 0;
}
ins {
  background: #ffff99;
  color: black;
  text-decoration: none;
}
mark {
  background: yellow;
  color: black;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 90%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.3em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #cccccc;
  color: black;
  padding: 0.2em 0;
}
/* ===== Primary Styles ========================================================
   Author: Lars Jakobsen // Twins // www.twinssolutions.dk
   ========================================================================== */

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: "AktivGrotesk", sans-serif;
  color: #777777;
}
body {
  margin: 0;
  line-height: 1.4;
}
h1 {
  font-size: 4.6875em;
  color: #333333;
  margin: .75em 0 .2em;
  line-height: 1.1;
}
h1 sup {
  font-size: 67%;
  top: -0.4em;
}
h1.small {
  font-size: 1.875em;
  color: #333333;
  line-height: 1.2;
  margin: 1.8em 0 .2em;
}
h2 {
  font-size: 1.875em;
  color: #000;
}
h3 {
  font-size: 1em;
  color: #333333;
  margin-bottom: .4em;
}
h4 {
  font-size: 1.125em;
  color: #333333;
  margin: 1em 0 .45em;
}
p {
  margin-top: .4em;
  font-size: 0.875em;
  font-weight: normal;
  text-transform: none;
  color: #777777;
  font-style: normal;
}
p.quoteOf {
  color: #999999;
  text-transform: uppercase;
  font-size: .6875em;
  margin-bottom: 3em;
  margin-top: 0;
}
p.manchet {
  font-size: 1.125em;
}
p.cite {
  margin-top: -7px;
  margin-bottom: .5em;
}
.center {
  text-align: center;
}
cite,
.cite {
  font-size: 1.875em;
  font-weight: normal;
  text-transform: none;
  color: #999999;
  font-style: normal;
  line-height: 1.2;
}
a:link {
  color:#CCC;
  text-decoration: none;
}
a:visited {
  color:#CCC;}
a:hover {
  color:#CCC;}
a:focus {
  outline: transparent dotted 0;
}
a:hover,
a:active {
  outline: 0;
}
a.btn {
  display: block;
  float: left;
  height: 22px;
  font-size: 0.6875em;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  font-style: normal;
  line-height: 22px;
  padding: 0 1.1em;
  margin-right: 8px;
  background-color: #aeacac;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
a.btn:hover,
a.btn.selected {
  background-color: #000 !important;
}


/* Safe to use transitions? */

html.csstransitions a.btn:hover {
  -webkit-transition: background-color 0.7s;
  -moz-transition: background-color 0.7s;
  -o-transition: background-color 0.7s;
  -ms-transition: background-color 0.7s;
  transition: background-color 0.7s;
}
a.twitter {
  display: block;
  float: left;
  width: 21px;
  height: 21px;
  margin-right: 3px;
  background: transparent url(/Images/twitter_btn.png) no-repeat 0 -50px;
}
.no-touch a.twitter:hover {
  background-position: 0 -25px;
}
a.facebook {
  display: block;
  float: left;
  width: 21px;
  height: 21px;
  background: transparent url(/Images/facebook_btn.png) no-repeat 0 -50px;
}
.no-touch a.facebook:hover {
  background-position: 0 -25px;
}
/* Safe to use transitions? (only on no-touch) */

html.csstransitions.no-touch a.facebook,
html.csstransitions.no-touch a.twitter {
  position: relative;
}
html.csstransitions.no-touch a.facebook:hover,
html.csstransitions.no-touch a.twitter:hover {
  background-position: 0 -50px;
}
html.csstransitions.no-touch a.facebook .transitionHelper,
html.csstransitions.no-touch a.twitter .transitionHelper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(/Images/facebook_btn.png) no-repeat;
  background-position: 0 -25px;
  opacity: 0;
  -webkit-transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
}
html.csstransitions.no-touch a.twitter .transitionHelper {
  background-image: url(/Images/twitter_btn.png);
}
html.csstransitions.no-touch a.facebook:hover .transitionHelper,
html.csstransitions.no-touch a.twitter:hover .transitionHelper {
  opacity: 1;
}
/* +++ HEADER +++ */

header {
  position: fixed;
  z-index: 99;
  top: 0;
  height: 153px;
  width: 100%;
  background:transparent url(../images/header.png)no-repeat center top;
  }
header .logo {
  float: right;
  margin-top: 52px;
}
header .icon {
  float: left;
  margin-top: 29px;
}
header nav {
  float: left;
  margin: 45px 0 0 24px;
  font-size: 1em;
  font-weight: normal;
  text-transform: none;
  color: #f98c20;
  font-style: normal;
}
header nav ul li {
  display: inline-block;
  padding: 0 12px 0 13px;
  background: url(/Images/nav_separator.png) no-repeat 0 6px;
}
header nav ul li:first-child {
  padding-left: 0;
  background-image: none;
}
header nav ul li a {
  color: #999999;
}
header nav ul li.selected a {
  color: #fff;
}
/* Safe to use css transitions? */

html.csstransitions header nav a:link,
header nav a:visited {
  -moz-transition-property: color;
  -moz-transition-duration: .7s;
  -webkit-transition-property: color;
  -webkit-transition-duration: .7s;
  -o-transition-property: color;
  -o-transition-duration: .7s;
  -ms-transition-property: color;
  -ms-transition-duration: .7s;
  transition-property: color;
  transition-duration: .7s;
}
/* +++ FOOTER +++ */

footer {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 0;
}
footer > hr {
  margin: 0 0 30px 0;
}
footer h4 {
  font-size: 1.125em;
  font-weight: normal;
  text-transform: none;
  color: #555555;
  font-style: normal;
}
footer .col {
  width: 229px;
  margin-right: 16px;
  float: left;
  font-size: 0.75em;
  font-weight: normal;
  text-transform: none;
  color: #999999;
  font-style: normal;
}
footer .about {
  float: left;
}
footer address {
  float: right;
  text-align: right;
  font-size: 0.75em;
  font-weight: normal;
  text-transform: none;
  color: #999999;
  font-style: normal;
}
footer .end {
  margin: 30px 0;
}
footer .terms {
  width: 500px;
  padding-top: 30px;
  font-size: 0.6875em;
  font-weight: normal;
  text-transform: none;
  color: #999999;
  font-style: normal;
}
footer .social {
  float: right;
  text-align: right;
  font-size: 0.75em;
  font-weight: normal;
  text-transform: none;
  color: #999999;
  font-style: normal;
}
footer .social a {
  float: right;
  margin: 5px 0 0 3px;
}
/* footer carousel */

#mobileCarousel {
  display: none;
}
#footerCarousel {
  position: relative;
  margin: 0 auto 38px;
  max-width: 978px;
}
#footerCarousel .shadowLeft {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 10;
}
#footerCarousel .shadowRight {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 10;
}
#footerCarousel .wrapper .footerSlide {
  display: none;
  position: relative;
  overflow: hidden;
  width: 316px;
  height: 197px;
  float: left;
  margin-left: 15px;
}
#footerCarousel .wrapper .footerSlide:first-child {
  margin-left: 0;
}
#footerCarousel .wrapper .footerSlide a {
  display: block;
  float: left;
  width: 316px;
}
.no-touch #footerCarousel .footerSlide a:hover {
  background-color: #000;
}
#footerCarousel .footerSlide a .txt {
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 316px;
  height: 60px;
  text-align: center;
  font-size: 0.875em;
  font-weight: normal;
  text-transform: none;
  color: white;
  font-style: normal;
}
#footerCarousel .footerSlide a .name {
  font-size: 1.1429em;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  font-style: normal;
  padding-bottom: 7px;
  margin-bottom: 5px;
  background: transparent url(/Images/hover_separator.gif) no-repeat center bottom;
}
.no-touch #footerCarousel .footerSlide a:hover .txt {
  opacity: 1;
  margin-top: -24px;
}
.no-touch #footerCarousel .footerSlide a:hover img {
  opacity: .1;
}
/* safe to use transitions? */

html.csstransitions.no-touch #footerCarousel .footerSlide a:hover img {
  opacity: .1;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
}
html.csstransitions.no-touch #footerCarousel .footerSlide a:hover .txt {
  opacity: 1;
  margin-top: -24px;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
/* +++ GRID & COLUMN CONTENT +++ */

.content {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
.oneCol {
  border-top: 1px solid #e2e2e2;
}
.twoCol {
  border-top: 1px solid #e2e2e2;
  padding: 60px 0;
}
.twoCol .col {
  width: 490px;
  float: left;
}
.twoCol .col:first-child {
  width: 489px;
  border-right: 1px solid #e2e2e2;
}
.twoCol .col p,
.twoCol .col h3 {
  display: block;
  margin-left: 50px;
}
.twoCol .col:first-child p,
.twoCol .col:first-child h3 {
  display: block;
  margin-left: 0;
  margin-right: 50px;
}
.threeCol {
  border-top: 1px solid #e2e2e2;
  padding: 60px 0;
}
.threeCol .col {
  width: 312px;
  margin-left: 16px;
  float: left;
}
.threeCol .col:first-child {
  margin-left: 0;
}
.threeCol .col p,
.threeCol .col h3 {
  margin-right: 40px;
}
.threeCol.readMore {
  padding: 0 0 40px;
  border-top: 0;
}
.threeCol.readMore .expandArea {
  display: none;
}
.threeCol.readMore .expandArea .col {
  margin: 0;
}
.threeCol.readMore .col {
  margin: 20px 0;
  width: 326px;
}
.threeCol.manchetAndMinis {
  border-top: 0;
  padding: 0;
  margin-bottom: 60px;
}
.threeCol.manchetAndMinis .col {
  padding-right: 30px;
  width: 610px;
  float: left;
  border-right: 1px solid #e2e2e2;
}
.threeCol.manchetAndMinis .col p {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.threeCol.manchetAndMinis .col_mini {
  padding-left: 30px;
  padding-top: 2px;
  width: 130px;
  float: left;
  font-size: 0.75em;
  font-weight: normal;
  text-transform: none;
  color: #999999;
  font-style: normal;
}
.threeCol.manchetAndMinis .col_mini p {
  color: #999999;
  font-size: 1em;
}
.threeCol.manchetAndMinis .col_mini h4 {
  font-size: 0.9167em;
  font-weight: bold;
  text-transform: uppercase;
  color: #999999;
  font-style: normal;
  margin: 0;
}
.threeCol.facts {
  line-height: 1.2;
  border-bottom: 1px solid #e2e2e2;
  margin: 0 0 50px 0;
  padding: 34px 0 46px;
}
.threeCol.facts.first {
  border-bottom: 0;
  margin: 50px 0 0 0;
}
.threeCol.facts .col {
  border-left: 1px solid #e2e2e2;
  width: 330px;
  padding-top: 20px;
}
.threeCol.facts .col.middle {
  width: 350px;
}
.threeCol.facts .col:first-child {
  border-left: none;
  width: 260px;
}
.threeCol.facts .fact {
  width: 180px;
  font-size: 4.125em;
  font-weight: bold;
  text-transform: none;
  color: #000;
  font-style: normal;
  height: 90px;
  float: left;
  text-align: right;
  margin-right: 10px;
}
.threeCol.facts .description {
  height: 80px;
  float: left;
  padding-top: 7px;
  line-height: 1.3;
  font-size: 0.9375em;
  font-weight: bold;
  text-transform: none;
  color: #000;
  font-style: normal;
}
.threeCol.facts .description p {
  color: #000;
}
.threeCol.facts .fact.small {
  width: 100px;
}
.fourCol {
  border-top: 1px solid #e2e2e2;
  padding: 30px 0;
  margin-top: 30px;
}
.fourCol .col {
  width: 25%;
  float: left;
}
/* +++ HOME +++ */

#home footer {
  border-top: 0;
}
hr.home {
  display: none;
}
#homeCarousel {
  position: relative;
  height: 100% !important;
  width: 100% !important;
  overflow: hidden;
}
#homeCarousel .slides {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
#homeCarousel .slide {
  /*display:none;*/
  position: relative;
  overflow: hidden;
  float: left;
}
#homeCarousel .slide .imgContainer {
  width: 100%;
}
#homeCarousel .slide .imgContainer .backstretch {
  width: 100%;
}
#homeCarousel .info {
  position: absolute;
  left: 50%;
  margin-left: -490px;
  top: 220px;
}
#homeCarousel .info .title {
  font-size: 3.125em;
  font-weight: normal;
  text-transform: none;
  color: white;
  font-style: normal;
  line-height: 1.1;
  margin-bottom: 20px;
}
#homeCarousel .info .category {
  font-size: 1.125em;
  font-weight: normal;
  text-transform: none;
  color: white;
  font-style: normal;
}
#homeCarousel .info a.btn {
  background-color: transparent;
  background-color: rgba(102, 102, 102, 0.5);
  height: 18px;
  line-height: 19px;
  padding: 0 .8em;
  font-size: 0.5625em;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  font-style: normal;
}
#pager {
  position: absolute;
  left: 50%;
  margin-left: -490px;
  bottom: 10px;
  z-index: 6;
}
#pager a {
  display: block;
  float: left;
  margin-right: 3px;
  width: 12px;
  height: 12px;
  overflow: hidden;
  cursor: pointer;
  background: url(../images/dots.png) no-repeat 0 0;
  text-indent: 999em;
}
#pager a.activeSlide {
  background-position: 0 -12px;
}
/* +++ WORK +++ */

section#work {
  margin-top: 155px;
}
#isotopeBoxes {
  margin: 18px auto 60px;
  padding: 0;
}
#isotopeBoxes .box {
  width: 316px;
  margin-bottom: 16px;
  padding: 0 8px;
}
#work #isotopeBoxes .box a {
  display: block;
  position: relative;
  background-color: #fff;

}
#work #isotopeBoxes .box a .txt {
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 316px;
  height: 60px;
  margin-top: 0;
  text-align: center;
  font-size: 0.875em;
  font-weight: normal;
  text-transform: none;
  color: white;
  font-style: normal;
}
#work #isotopeBoxes .box a .txt .name {
  font-size: 1.1429em;
  font-weight: normal;
  text-transform: uppercase;
  color: #f98c20;
  font-style: normal;
  padding-bottom: 7px;
  margin-bottom: 5px;
  background: transparent url(/Images/hover_separator.gif) no-repeat center bottom;
}
.no-touch #work #isotopeBoxes .box a:hover .txt {
  opacity: 1;
  margin-top: -24px;
}
.no-touch #work #isotopeBoxes .box a:hover img {
  opacity: .1;
}
/* safe to use transitions? */

html.csstransitions.no-touch #work #isotopeBoxes .box a:hover img {
  opacity: .1;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
}
html.csstransitions.no-touch #work #isotopeBoxes .box a:hover .txt {
  opacity: 1;
  margin-top: -24px;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
/* Isotope Filtering */

.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/* Isotope CSS3 transitions */

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
/* disabling Isotope CSS3 transitions */

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* +++ SERVICES +++ */

section#services {
  margin-top: 155px;
}
section#services > .threeCol.manchetAndMinis {
  margin-bottom: 0;
}
.anchorSection img.serviceIcon {
  float: right;
  margin: 40px 0 0 40px;
}
/*.anchorSection h1 { font-size:4.3em; }*/

.serviceList {
  margin: 0 0 60px;
}
.serviceList a {
  display: block;
  position: relative;
  width: 196px;
  height: 230px;
  float: left;
  overflow: hidden;
  text-align: center;
}
.serviceList a img {
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(0 196px 179px 0);
}
.serviceList a span {
  display: block;
  position: absolute;
  top: 175px;
  width: 120px;
  margin: 15px 0 0 10px;
  font-size: 0.6875em;
  font-weight: normal;
  text-transform: uppercase;
  color: #999999;
  font-style: normal;
}
.serviceList a:hover span {
  color: #000;
}
.serviceList a:hover img {
  top: -200px;
  clip: rect(0 196px 379px 0);
}
/* +++ CASE +++ */

section#case {
  margin-top: 155px;
}
#case .gallery {
  margin-top: 18px;
}
#case a.expand.btn {
  margin-top: -50px;
}
#case iframe {
  width: 980px;
  height: 551px;
  margin-top: 18px;
}
/* +++ ABOUT US +++ */

section#aboutUs {
  margin-top: 155px;
}
.mindsetList {
  margin: 30px 0;
}
.aboutList a,
.mindsetList a {
  display: block;
  position: relative;
  width: 148px;
  height: 230px;
  float: left;
  overflow: hidden;
  text-align: center;
  margin: 0 23px;
}
.aboutList a img {
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(0 148px 148px 0);
}
.aboutList a span,
.mindsetList a span {
  display: block;
  position: absolute;
  top: 148px;
  width: 150px;
  margin: 15px 0 0 0;
  font-size: 0.6875em;
  font-weight: normal;
  text-transform: uppercase;
  color: #999999;
  font-style: normal;
  text-align: center;
}
.aboutList a:hover img {
  top: -150px;
  left: 0;
  clip: rect(0 148px 298px 0);
}
.aboutList a:hover span,
.mindsetList a:hover span,
.mindsetList a.selected span {
  color: #000;
}
.mindsetList a img.rollOver,
.mindsetList a img.mouseDown {
  display: none;
}
#explore,
#define,
#form,
#activate {
  width: 430px;
  margin-bottom: 30px;
}
#explore img.mobile,
#define img.mobile,
#form img.mobile,
#activate img.mobile {
  display: none;
}
section#aboutUs > a.anchorBottom {
  display: inline;
}
.galleryWrapper {
  margin-top: 115px;
  position: relative;
}
.galleryWrapper #sticker {
  position: absolute;
  z-index: 30;
  top: -100px;
  left: 35px;
  width: 205px;
  height: 210px;
  overflow: hidden;
  padding: 85px 45px 0;
  background-color: #000;
  font-size: 1.125em;
  font-weight: normal;
  text-transform: none;
  color: white;
  font-style: normal;
  text-align: center;
  border-radius: 155px;
  -webkit-border-radius: 155px;
  -moz-border-radius: 155px;
}
.galleryWrapper #sticker p {
  color: white;
  z-index: 2;
}
.employees {
  padding-top: 20px;
}
.colleague {
  width: 161px;
  height: 120px;
  overflow: hidden;
  float: left;
  margin-top: 30px;
  line-height: 1.1;
}
.colleague h4 {
  font-size: 0.6875em;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  font-style: normal;
  margin: 0;
}
.colleague .title {
  margin: .5em 0 1.5em 0;
  font-size: 0.6875em;
  font-weight: normal;
  text-transform: none;
  color: #999999;
  font-style: normal;
}
.colleague a {
  font-size: 0.785em;
  font-weight: normal;
  text-transform: none;
  color: #777777;
  font-style: normal;
}
.colleague a:hover {
  color: #000;
}
/* +++ NEWS +++ */

section#news {
  margin-top: 155px;
}
section#news h1 {
  margin-top: .5em;
}
#isotopeBoxes .box.news {
  padding-bottom: 9px;
}
.news img {
  margin-bottom: 10px;
}
.news .social {
  margin-top: 10px;
}
.news .social a {
  background-color: transparent !important;
}
.news h2 {
  font-size: 1.25em;
  font-weight: bold;
  text-transform: none;
  color: #333333;
  font-style: normal;
  margin-bottom: 0;
}
.news p {
  margin-top: 0;
}
.news .date {
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  background-color: #cccccc;
  font-size: 1em;
  font-weight: bold;
  text-transform: none;
  color: white;
  font-style: normal;
  text-align: center;
  line-height: 1.1em;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.news .date span {
  display: block;
  font-size: 0.5em;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  font-style: normal;
  margin-top: 9px;
  line-height: .7em;
}
.news .expand {
  display: none;
}
#isotopeBoxes .news a.btn {
  background-color: #aeacac;
}
section#news a.anchorBottom {
  display: none;
}
/* +++ TEXT PAGE +++ */

section#NormalPage {
  margin-top: 155px;
}
/* +++ GENERIC ELEMENTS +++ */

/* filter menu */

ul#filters,
ul#filters ul {
  list-style-type: none;
  height: 22px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
ul#filters li {
  display: block;
  float: left;
  height: 22px;
}
ul#filters li a {
  display: block;
  float: left;
  line-height: 22px;
  height: 22px;
  font-size: 0.6875em;
  font-weight: normal;
  text-transform: uppercase;
  color: #aeacac;
  font-style: normal;
  padding: 0 .7em 0 .4em;
}
ul#filters li:first-child a {
  color: #fff;
  padding-left: 0;
}
ul#filters li a:hover {
  color: #000;
}
ul#filters li.open a {
  color: #000;
}
ul#filters li.open.selected a {
  color: #777777;
}
ul#filters li.open.selected a {
  color: #777777;
}
ul#filters li.sep {
  background: transparent url(/images/nav_separator_mobile.png) no-repeat 0 6px;
}
/* Safe to use transitions? */

html.csstransitions ul#filters li:hover a {
  -webkit-transition: color 0.7s;
  -moz-transition: color 0.7s;
  -o-transition: color 0.7s;
  -ms-transition: color 0.7s;
  transition: color 0.7s;
}
/* level 2*/

ul#filters li ul {
  display: none;
  float: left;
  margin-right: .3em;
  margin-left: .3em;
}
ul#filters ul li a {
  color: #cccccc !important;
  padding: 0 .7em 0;
}
ul#filters li.selected ul li a:hover,
ul#filters li ul li a.selected {
  color: #000 !important;
}
/* gallery */

.galleryBtns {
  float: left;
}
#supersized-loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  text-indent: -999em;
  background:url(../images/lazy-loader.gif) no-repeat center center;
}
#supersized.active {
  z-index: 99;
}
#supersized {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -999;
  height: 100%;
  width: 100%;
  margin: 0 0 50px 0;
}
#supersized img {
  width: auto;
  height: auto;
  position: relative;
  display: none;
  outline: none;
  border: none;
}
#supersized.speed img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
}
/*Speed*/

#supersized.quality img {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
}
/*Quality*/

#supersized li {
  display: block;
  list-style: none;
  z-index: -30;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111111;
}
#supersized a {
  width: 100%;
  height: 100%;
  display: block;
}
#supersized li.prevslide {
  z-index: -20;
}
#supersized li.activeslide {
  z-index: -10;
}
#supersized li.image-loading {
  background: #111111;
  background:url(../images/lazy-loader.gif) no-repeat center center;
  width: 100%;
  height: 100%;
}
#supersized li.image-loading img {
  visibility: hidden;
}
#supersized li.prevslide img,
#supersized li.activeslide img {
  display: inline;
}
#supersizedControls {
  position: fixed;
  bottom: 0;
  display: block;
  width: 100%;
  height: 50px;
  z-index: 100;
  background-color: white;
  font-size: .6875em;
}
#supersizedControls > div {
  margin: 0;
  height: 35px;
  padding: 17px 15px 0 15px;
}
#supersizedControls > div a.n,
#supersizedControls > div a.p {
  display: inline-block;
  height: 25px;
  margin-right: 4px;
  margin-top: -5px;
  line-height: 999px;
  overflow: hidden;
  text-indent: -9999px;
  vertical-align: middle;
  width: 26px;
  background:url(../images/gallery-button-t2.png) no-repeat scroll 0px 0px transparent;
}
#supersizedControls > div a.n {
  background-position: -26px 0px;
  margin-right: 10px;
}
.no-touch #supersizedControls > div a.p:hover {
  background-position: 0px -25px;
}
.no-touch #supersizedControls > div a.n:hover {
  background-position: -26px -25px;
}
#supersizedControls > div a.normalView {
  margin-left: 20px;
}
a.closeSupersize {
  position: fixed;
  top: 0;
  right: 15px;
  z-index: 100;
  margin: 15px 0 0 0;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background: url(../images/close_btn.png) no-repeat 0 0;
}
a.closeSupersize:hover {
  background-position: 0 -25px;
  cursor: pointer;
}
/* controls */

.controls {
  font-size: 0.6875em;
  font-weight: bold;
  text-transform: uppercase;
  color: #999999;
  font-style: normal;
  margin-top: 23px;
  line-height: 24px;
}
.controls .progress {
  margin-left: 10px;
  display: none;
  margin-top: 5px;
}
.controls a.toggleFullscreen {
  margin-left: 20px;
}
/* anchor section */

.anchorSection {
  padding: 40px 0 60px;
  border-top: 1px solid #e2e2e2;
  position: relative;
}
.anchorSection a.anchorBottom,
.anchorSection a.anchorTop {
  position: absolute;
  left: 0;
  margin-bottom: 0;
}
.anchorSection a.anchorBottom {
  bottom: 10px;
}
.anchorSection a.anchorTop {
  top: 10px;
}
a.anchorBottom,
a.anchorTop {
  font-size: 0.625em;
  font-weight: normal;
  text-transform: uppercase;
  color: #cccccc;
  font-style: normal;
  padding-left: 25px;
  background: transparent url(../images/anchor.png) no-repeat 0 2px;
}
a.anchorBottom {
  background-position: 0 -23px;
}
a.anchorBottom:hover {
  background-position: 0 -48px;
  color: #000;
}
a.anchorTop:hover {
  background-position: 0 -73px;
  color: #000;
}
.anchorSection:last-of-type a.anchorBottom {
  display: none;
}
section > a.anchorBottom {
  line-height: 34px;
}
/* =============================================================================
   Media Queries Tablet
   ========================================================================== */

/* =============================================================================
   Tablet Media Query - iPad landscape - (769px - 1024px)
   ========================================================================== */

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    line-height: 1.25;
  }
  section > a.anchorBottom {
    display: inline;
  }
  html.touch ul#filters {
    display: none;
  }
  footer .col:first-child {
    margin-left: 15px;
  }
  footer address {
    margin-right: 15px;
  }
  footer .end {
    padding: 0 15px;
  }
  section#work,
  section#news {
    padding: 0;
    width: 100%;
    padding-top: 16px;
  }
  section#news a.anchorBottom {
    display: inline;
    line-height: 34px;
  }
  section#aboutUs {
    max-width: 980px;
    padding-left: 15px;
  }
  section#case {
    max-width: 980px;
    padding-left: 15px;
  }
}
/* =============================================================================
   Tablet Media Query - iPad Portrait (569 - 768px)
   ========================================================================== */

@media only screen and (min-width: 569px) and (max-width: 768px) {
  .main {
    width: 768px;
	background-color:#666;
  }
  header,
  footer {
    padding: 0 57px;
    width: 654px;
  }
  header .logo {
    margin-top: 52px;
  }
  #footerCarousel {
    margin: 0 auto 38px;
    width: 647px;
  }
  #footerCarousel .shadowRight {
    right: 0px;
  }
  #homeCarousel .info {
    position: absolute;
    left: 0;
    margin-left: 7.5%;
    top: 220px;
    padding-right: 5%;
  }
  section#home {
    width: 100%;
    overflow: hidden;
  }
  hr.home {
    display: block;
  }
  section#work,
  section#news {
    padding: 0;
    width: 100%;
    padding-top: 16px;
	
  }
  section#news h1 {
    margin-left: 7.5%;
  }
  section#news ul#filters,
  section#work ul#filters {
    display: none;
  }
  section#news .content {
    padding: 0 57px;
    width: 654px;
  }
  section#news a.anchorBottom {
    display: inline;
    line-height: 34px;
  }
  section#services {
    padding: 0 7.5%;
    width: 85%;
  }
  section#services .anchorSection > p {
    max-width: 50%;
  }
  .serviceList {
    text-align: center;
    /*padding-left:50px;*/
  
  }
  .anchorSection img.serviceIcon {
    margin: 40px 0 0 40px;
    max-width: 50%;
  }
  .anchorSection h1 {
    font-size: 2.4em;
  }
  section#aboutUs {
    padding: 0 7.5%;
    width: 85%;
  }
  section#aboutUs .aboutList a {
    margin: 0 28px;
  }
  section#aboutUs .mindsetList a {
    margin: 0 27px 0 0;
    width: 130px;
    height: 202px;
  }
  section#aboutUs .mindsetList a:first-child {
    margin-left: 0;
  }
  section#aboutUs .mindsetList a img {
    max-width: 130px;
    height: 130px;
  }
  section#aboutUs .colleague {
    width: 18%;
    padding: 0 1%;
  }
  section#case {
    padding: 0 7.5%;
    width: 85%;
  }
  section#case ul#filters {
    margin: 0;
  }
  #case iframe {
    width: 100%;
    height: 367px;
  }
  section#case a.expand.btn {
    display: none;
  }
  section#case .threeCol,
  section#case .twoCol {
    display: none;
  }
  section#case .threeCol.manchetAndMinis {
    display: block;
    border-bottom: 0;
  }
  section#clients {
    padding: 0 7.5%;
    width: 85%;
  }
  h1 {
    font-size: 4em;
  }
  a.toggleFullscreen {
    display: none;
  }
  /* +++ GRID & COLUMN CONTENT +++ */
  
  .content {
    width: 100%;
    margin: 0;
  }
  .twoCol .col {
    border: 0 !important;
    float: none;
    margin: 0 auto;
  }
  .threeCol.manchetAndMinis {
    border-top: 0;
    border-bottom: 1px solid #e2e2e2;
  }
  .threeCol.manchetAndMinis .col {
    padding-right: 0px;
    width: auto;
    float: none;
    border-right: none;
  }
  .threeCol.manchetAndMinis .col:first-child {
    border-bottom: 1px solid #e2e2e2;
    margin-top: 3px;
  }
  .threeCol.manchetAndMinis .col_mini {
    width: 47%;
    padding: 17px 3% 0 0;
  }
  .threeCol.facts {
    line-height: 1.2;
    border: 0;
    width: 49%;
    margin: 0;
    padding: 0;
    float: left;
  }
  .threeCol.facts.first {
    margin: 0;
  }
  .threeCol.facts .col,
  .threeCol.facts .col.middle,
  .threeCol.facts .col:first-child {
    border-left: 0;
    width: 330px;
    padding-top: 0;
  }
  .threeCol.facts .fact {
    width: 156px;
  }
  .threeCol.facts .fact.small {
    width: 156px;
  }
  .threeCol.facts .fact.last {
    width: 148px;
  }
  .threeCol.facts .description.last {
    width: 170px;
  }
  .threeCol.readMore {
    padding: 0 0 20px;
  }
  .threeCol.readMore .col,
  .threeCol .col {
    width: 100%;
    margin: 0;
  }
  .fourCol {
    border-top: 0;
    padding: 0;
    margin-top: 0;
  }
  .fourCol .col {
    width: 25%;
    float: left;
  }
}
/* =============================================================================
   Media Queries Mobile
   ========================================================================== */

/* MQ = max-width: 320px */

/* =============================================================================
   Mobile Media Quiry
   ========================================================================== */

@media only screen and (max-width: 568px) {
  h1,
  h1.small {
    font-size: 1.125em;
  }
  header {
    padding: 0 4%;
    width: 92%;
    overflow: hidden;
    position: absolute;
    padding-top: 25px;
    height: 58px;
    background-position: center bottom;
  }
  header a img.icon {
    display: none;
  }
  header .logo img {
    width: 52px;
  }
  header .logo {
    margin-top: 5px;
  }
  header nav {
    font-size: .6875em;
    margin: 0;
  }
  header nav ul li {
    padding: 0 5px 0 8px;
    background: url(/Images/nav_separator_mobile.png) no-repeat 0 3px;
  }
  footer {
    margin: 0 4%;
    width: 92%;
    overflow: hidden;
    padding-top: 5px;
  }
  footer h4 {
    font-size: .5625em;
  }
  footer .col {
    width: 47%;
    padding: 0 3% 0 0;
    margin: 0;
  }
  footer address {
    font-size: .75em;
    text-align: left;
    float: left;
  }
  footer .about {
    float: left;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  footer .end {
    margin: 10px 0;
  }
  footer .end .social {
    width: 100px;
    font-size: .5625em;
    margin-bottom: 10px;
  }
  footer .social a {
    margin-top: -4px;
  }
  footer .social br {
    display: none;
  }
  footer .terms {
    font-size: .5625em;
    width: auto;
    float: left;
    padding: 0;
  }
  /* footer carousel */
  
  #footerCarousel {
    display: none;
  }
  #mobileCarousel {
    display: block;
    border-bottom: 1px solid #e2e2e2;
    padding: 2px 0 30px;
    margin-bottom: 15px;
  }
  #mobileCarousel a:first-child {
    margin-right: 2%;
  }
  #mobileCarousel img {
    width: 48%;
    height: auto;
  }
  section#home {
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
  }
  hr.home {
    display: block;
  }
  #homeCarousel .slides {
    height: auto;
  }
  #homeCarousel .slide {
    height: auto;
  }
  #homeCarousel .slide .wrapper {
    position: relative;
    width: 100%;
  }
  #homeCarousel .info {
    position: static;
    left: auto;
    margin: 20px 4% 5px;
    top: auto;
  }
  #homeCarousel .info .title {
    font-size: 1.125em;
    font-weight: normal;
    text-transform: none;
    color: #555555;
    font-style: normal;
    margin-bottom: 0;
  }
  #homeCarousel .info .category {
    font-size: 0.6875em;
    font-weight: normal;
    text-transform: none;
    color: #555555;
    font-style: normal;
    line-height: 1.1;
  }
  #homeCarousel .info a.btn {
    display: none;
    background-color: rgba(102, 102, 102, 0.5);
  }
  #home .flex-control-nav {
    position: static;
    bottom: auto;
    left: auto;
    text-align: center;
  }
  #home .flex-control-nav li {
    margin-bottom: 10px;
  }
  #home .flex-control-paging li a {
    background-position: 0 -24px;
  }
  #home .flex-control-paging li a.flex-active {
    background-position: 0 -12px;
  }
  section#case {
    overflow: hidden;
    margin-top: 83px;
    padding: 0 4%;
    width: 92%;
  }
  section#case .gallery {
    margin-top: 5px;
  }
  section#case p {
    font-size: .5625em;
  }
  section#case img {
    height: auto;
  }
  section#case a.expand.btn {
    display: none;
  }
  section#case .threeCol.manchetAndMinis {
    border-bottom: 0;
  }
  #case iframe {
    width: 100%;
    margin: 18px auto 0;
    height: 235px;
  }
  section#work {
    width: 100%;
    overflow: hidden;
    margin-top: 95px;
  }
  section#work .content {
    margin-top: 10px;
  }
  section#work ul#filters {
    display: none;
  }
  #work #isotopeBoxes .box a {
    display: block;
    position: relative;
    background-color: #333333;
  }
  #work #isotopeBoxes .box a img {
    height: auto !important;
  }
  #work #isotopeBoxes .box a .txt {
    display: none;
  }
  #work #isotopeBoxes .box a .txt .name {
    display: none;
  }
  #work #isotopeBoxes .box a:hover .txt {
    display: none;
  }
  #work #isotopeBoxes .box a:hover img {
    opacity: 1;
  }
  /* safe to use transitions? */
  
  html.csstransitions #work #isotopeBoxes .box a:hover img {
    opacity: 1;
  }
  html.csstransitions #work #isotopeBoxes .box a:hover .txt {
    display: none;
  }
  section#news {
    width: 100%;
    overflow: hidden;
    margin-top: 83px;
  }
  section#news .content {
    margin-top: 10px;
  }
  section#news h1 {
    margin: 0 4% 1em;
  }
  section#news h2 {
    font-size: .75em;
  }
  section#news p {
    font-size: .6825em;
  }
  section#news ul#filters {
    display: none;
  }
  section#news .date {
    font-size: .75em;
    width: 30px;
    height: 30px;
  }
  section#news .date span {
    margin-top: 8px;
  }
  #news #isotopeBoxes .box img {
    height: auto !important;
  }
  section#news > a.anchorBottom {
    display: inline;
    margin-left: 4%;
  }
  section#aboutUs {
    overflow: hidden;
    margin-top: 83px;
    padding: 0 4%;
    width: 92%;
  }
  section#aboutUs p {
    font-size: .6875em;
  }
  .mindsetList {
    display: none;
  }
  #ourMindset {
    margin-top: 7px;
    padding-top: 10px;
  }
  #ourMindset > .threeCol,
  #ourMindset > .threeCol .col {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .employees {
    margin-top: -10px;
  }
  .colleague {
    height: 80px;
    width: 48%;
    padding: 0 2% 0 0;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .colleague h4,
  .colleague p,
  .colleague p.title {
    font-size: .5625em;
  }
  .colleague a {
    font-size: 1em;
  }
  .aboutList,
  .serviceList {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 8px;
  }
  .aboutList a,
  .serviceList a {
    display: block;
    position: relative;
    width: 74px;
    height: 115px;
    float: left;
    overflow: hidden;
    text-align: center;
    margin: 0 9px;
  }
  .aboutList a img,
  .serviceList a img {
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(0 74px 74px 0);
    width: 100% !important;
    height: auto !important;
  }
  .aboutList a span,
  .serviceList a span {
    display: block;
    position: absolute;
    top: 74px;
    width: 75px;
    margin: 10px 0 0 0;
    font-size: 0.5625em;
    font-weight: normal;
    text-transform: uppercase;
    color: #999999;
    font-style: normal;
    text-align: center;
  }
  .aboutList a:hover img,
  .serviceList a:hover img {
    top: -75px;
    left: 0;
    clip: rect(0 74px 149px 0);
  }
  #explore,
  #define,
  #form,
  #activate {
    width: 100%;
    display: block;
    clip: rect(0);
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: 100%;
    margin: 0 0 25px;
  }
  #explore img.mobile,
  #define img.mobile,
  #form img.mobile,
  #activate img.mobile {
    display: block;
  }
  #explore p,
  #define p,
  #form p,
  #activate p {
    font-size: .5625em;
  }
  section#aboutUs .anchorSection {
    margin-top: 0;
  }
  section#aboutUs .threeCol.facts {
    border: none;
    padding: 0;
    font-size: .75em;
    margin: 0 0 22px;
  }
  section#aboutUs .threeCol.facts.first {
    border-bottom: none;
    margin: 0;
    padding: 10px 0 0;
  }
  section#aboutUs .threeCol.facts .col {
    border-left: none;
    width: 100%;
    float: left;
    margin: 0;
    padding: 3px 0 0;
  }
  section#aboutUs .threeCol.facts .col.middle {
    width: 100%;
  }
  section#aboutUs .threeCol.facts .col:first-child {
    border-left: none;
    width: 100%;
  }
  section#aboutUs .threeCol.facts .fact {
    width: 50%;
    height: 40px;
    text-align: right;
    font-size: 3.5em;
  }
  section#aboutUs .threeCol.facts .description {
    height: 40px;
    float: left;
    padding-top: 7px;
  }
  section#aboutUs .threeCol.facts .description p {
    line-height: 1.3;
    margin-top: 0;
    font-size: 0.8182em;
    font-weight: bold;
    text-transform: none;
    color: #000;
    font-style: normal;
  }
  section#aboutUs .threeCol.facts .fact.small {
    width: 50%;
  }
  section#services {
    overflow: hidden;
    margin-top: 83px;
    padding: 0 4%;
    width: 92%;
  }
  section#services p {
    font-size: .6875em;
  }
  .anchorSection img.serviceIcon {
    float: none;
    width: 60%;
    max-width: 265px;
    height: auto;
    display: block;
    margin: 20px auto 0;
  }
  .serviceList a {
    width: 92px;
    height: 119px;
    margin: 0;
  }
  .serviceList a span {
    width: 87px;
    top: 81px;
  }
  .serviceList a img {
    left: 10px;
    clip: rect(0 86px 86px 0);
  }
  .serviceList a:hover img {
    top: -94px;
    left: 10px;
    clip: rect(0 86px 178px 0);
  }
  section#clients {
    overflow: hidden;
    margin-top: 83px;
    padding: 0 4%;
    width: 92%;
  }
  section#clients .fourCol {
    padding: 0;
    margin: 0;
    border: 0;
  }
  h2 {
    font-size: .75em;
  }
  h3 {
    font-size: .75em;
  }
  h4 {
    font-size: .6875em;
  }
  p {
    font-size: .75em;
  }
  img {
    max-width: 100%;
  }
  footer div hr {
    display: none;
  }
  .gallery .toggleFullscreen {
    display: none;
  }
  .gallery .social {
    margin-top: -5px;
  }
  ul#filters li a {
    font-size: .4375em;
  }
  a.btn {
    font-size: .5625em;
  }
  #isotopeBoxes {
    margin: 0 auto 10px;
  }
  #isotopeBoxes .box {
    width: 139px;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .galleryWrapper {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .galleryWrapper #sticker {
    position: static;
    z-index: auto;
    top: auto left:auto;
    width: 100%;
    height: auto;
    padding: 0;
    background-color: transparent;
    font-size: 1em;
    font-weight: normal;
    text-transform: none;
    color: #777777;
    font-style: normal;
    text-align: left;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  .galleryWrapper #sticker p {
    color: #777777;
  }
  .gallery .flex-direction-nav a {
    height: 17px;
    margin-top: -5px;
    margin-right: 2px;
    width: 21px;
    background:url(../images/gallery_btns.png) no-repeat scroll 0 -348px transparent;
  }
  .gallery .controls {
    margin-top: 8px;
    font-size: .5625em;
  }
  .gallery .controls .  {
    float: left;
  }
  .gallery .controls a.twitter,
  .gallery .controls a.facebook {
    margin-top: 2px;
  }
  .gallery .flex-direction-nav a.flex-next {
    background-position: 0 -373px;
  }
  .gallery .flex-direction-nav a.flex-next:hover {
    background-position: 0 -323px;
  }
  .gallery .flex-direction-nav a.flex-prev:hover {
    background-position: 0 -298px;
  }
  .anchorSection {
    padding: 15px 0 0;
    margin-top: 27px;
  }
  .anchorSection a.anchorBottom,
  .anchorSection a.anchorTop {
    display: none;
  }
  a.anchorBottom,
  a.anchorBottom:hover {
    padding-left: 15px;
    color: #cccccc;
    background-position: 0 -125px;
    line-height: 1.2 !important;
  }
  .content {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
  .twoCol {
    border-top: 1px solid #e2e2e2;
    padding: 30px 0;
  }
  .twoCol .col,
  .twoCol .col:first-child {
    width: 100%;
    border: 0;
  }
  .twoCol .col p,
  .twoCol .col h3,
  .twoCol .col .cite {
    margin-left: 0;
  }
  .twoCol .col .cite {
    font-size: 1em !important;
  }
  .twoCol .col:first-child p,
  .twoCol .col:first-child h3,
  .twoCol .col:first-child cite {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .threeCol {
    padding: 10px 0;
  }
  .threeCol .col {
    margin: 15px 0;
    width: 100%;
    float: none;
  }
  .threeCol .col p {
    margin-right: 0;
    font-size: .5625em;
  }
  .threeCol .col h3 {
    margin-right: 0;
  }
  .threeCol.manchetAndMinis {
    border-top: 0;
    padding: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
  }
  .threeCol.manchetAndMinis .col {
    float: none;
    width: 100%;
    border: 0;
    padding: 0 0 15px 0;
  }
  .threeCol.manchetAndMinis .col:first-child {
    border-bottom: 1px solid #e2e2e2;
    margin-top: 3px;
  }
  .threeCol.manchetAndMinis .col p {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .threeCol.manchetAndMinis .col p.manchet {
    font-size: .75em !important;
  }
  .threeCol.manchetAndMinis .col_mini {
    width: 47%;
    padding: 2px 3% 0 0;
    font-size: 1em;
  }
  .threeCol.manchetAndMinis .col_mini h4 {
    font-size: .6875em;
  }
  .threeCol.manchetAndMinis .col_mini p {
    font-size: .6875em;
  }
  .threeCol.readMore {
    padding: 0 0 10px;
    border-top: 0;
  }
  .threeCol.readMore .col:first-child {
    margin-top: 10px;
  }
  .threeCol.readMore .col {
    width: 100%;
    float: none;
    margin: 20px 0;
  }
  .threeCol.readMore .expandArea .col {
    margin: 0;
  }
  .fourCol .col {
    width: 47%;
    padding: 0 1.5%;
  }
}
/* =============================================================================
   Tablet Media Query - (530px - 568px)
   ========================================================================== */

@media only screen and (min-width: 530px) and (max-width: 568px) {
  #isotopeBoxes .box {
    width: 167px;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  #case iframe {
    width: 100%;
    margin: 18px auto 0;
    height: 319px;
  }
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.fltrt {
  float: right;
}
.fltlft {
  float: left;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.escapeBorders {
  border: 0 !important;
  padding-top: 0;
}
/* =============================================================================
   Print Styles
   ========================================================================== */

/* =============================================================================
   Print Styles
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-section {
  display: block;
  
}-group;
  }
  /* h5bp.com/t */
  
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* =============================================================================
   Hacks :-<
   ========================================================================== */

/* Fixing that f****** 1px off on webkit btns */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  a.btn,
  ul#filters li a {
    line-height: 23px;
  }
  #homeCarousel .info a.btn {
    line-height: 20px;
  }
  #homeCarousel .slide:first-child img {
    position: absolute;
    top: 0;
  }
}
/* =============================================================================
   Slim menu
   ========================================================================== */

.slim {
  height: 67px!important;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.slim .icon {
  width: 37px!important;
  margin-top: 15px!important;
}
.slim nav {
  margin: 23px 0 0 17px;
}
.slim nav span {
  display: none;
}
.slim .logo img {
  width: 72px;
  height: 25px;
}
.slim .logo {
  margin-top: 20px;
}
header {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-property: opacity, height;
  -moz-transition-property: opacity, height;
  -ms-transition-property: opacity, height;
  -o-transition-property: opacity, height;
  transition-property: opacity, height;
  -webkit-transition-duration: 1000ms, 200ms;
  -moz-transition-duration: 1000ms, 200ms;
  -ms-transition-duration: 1000ms, 200ms;
  -o-transition-duration: 1000ms, 200ms;
  transition-duration: 1000ms, 200ms;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -ms-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
