/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
ul {
  list-style-type: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff0000;
  color: #000000;
  text-decoration: none;
}
mark {
  background-color: #ff0000;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000000;
  cursor: help;
}
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* maxvoltar.com/archive/-webkit-font-smoothing */
html {
  -webkit-font-smoothing: antialiased;
}
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
ol {
  margin-left: 16px;
  list-style-type: decimal;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td,
td img {
  vertical-align: top;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
pre {
  padding: 15px;
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */

  white-space: pre;
  /* CSS2 */

  white-space: pre-wrap;
  /* CSS 2.1 */

  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */

  word-wrap: break-word;
  /* IE */

}
/* align checkboxes, radios, text inputs with their label
 by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css*/
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
/* hand cursor on clickable input elements */
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
/* These selection declarations have to be separate.
 No text-shadow: twitter.com/miketaylr/status/12228805301 
 Also: hot pink. */
::-moz-selection {
  background: #ff0000;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #ff0000;
  color: #ffffff;
  text-shadow: none;
}
/*j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #ff0000;
}
/* always force a scrollbar in non-IE */
html {
  overflow-y: scroll;
}
/* make buttons play nice in IE:
 www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
  width: auto;
  overflow: visible;
}
/* bicubic resizing for non-native sized IMG: 
 code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack *//* =PRIMARY VARIABLES
-------------------------------------------------------------- */
a {
  outline: 0;
}
/* =HELPER FUNCTIONS
-------------------------------------------------------------- */
.indent {
  font-size: 1px;
  line-height: 1px;
  text-indent: -99999em;
}
.no-x-scroll {
  overflow-x: hidden;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
/* =HELPER CLASSES
-------------------------------------------------------------- */
.lower {
  text-transform: lowercase;
}
.upper {
  text-transform: uppercase;
}
.clear {
  clear: both;
}
.clear-right {
  clear: right;
}
.clear-left {
  clear: left;
}
/* =GGS System
-------------------------------------------------------------- */
/*
*
*	Zoomable baseline grid
*	type size presets
*
*/
body {
  /* 16px / 24px */

  font-size: 1em;
  line-height: 1.5em;
}
.small {
  /* 13px / 18px */

  font-size: 0.8125em;
  line-height: 1.3846153846153846em;
}
.normal,
h3 {
  /* 16px / 24px */

  font-size: 1em;
  line-height: 1.5em;
  /* 24 */

}
.large,
h2,
h1 {
  /* 26 / 36px */

  font-size: 1.625em;
  line-height: 1.3846153846153846em;
}
.huge {
  /* 42px / 48px */

  font-size: 2.625em;
  line-height: 1.1428571428571428em;
}
.massive {
  /* 68px / 72px */

  font-size: 4.25em;
  line-height: 1.0588235294117647em;
}
.gigantic {
  /* 110px / 120px */

  font-size: 6.875em;
  line-height: 1.0909090909090908em;
}
.container {
  margin: 0 auto;
  width: 1780px;
}
.container.wrap {
  width: 1780px;
  position: relative;
}
.container.wrap .padding-wrap .right-side .content {
  min-height: 400px;
}
.padding-wrap {
  padding-left: 248px;
}
.padding-wrap .right-side {
  margin-top: 16px;
}
.bg {
  position: relative;
}
/** FLASH MESSAGES **/
#flashMessage,
#authMessage,
.flashMessage {
  clear: both;
  color: #333333;
  text-shadow: 1px 1px 1px #ffffff;
  overflow: auto;
  margin: 0 0 1em;
  padding: 8px 10px 8px 34px;
}
.error-message {
  clear: both;
  padding: 0.2% 2% 1% 22%;
  color: #ff0000;
  font-size: 12px;
  font-weight: normal;
}
.error-message:before {
  content: "↑ ";
  display: inline;
}
.error {
  background-color: #ee3322;
  color: #ffffff;
  margin: 1em 0;
  padding: .8em;
}
.error em {
  color: #000000;
  font-weight: 400;
  line-height: 140%;
}
.message {
  border: 1px dotted #e6e7e8;
  background: #f8dedd url("../img/icons/icon_error.png") no-repeat left center;
}
.success {
  border: 1px dotted #e6e7e8;
  background: #cbda8f url("../img/icons/icon_success.png") no-repeat left center;
}
/** PAGINATION **/
ul.pagination {
  clear: both;
  list-style: none;
  padding: 1em 0;
}
ul.pagination li {
  padding-right: 5px;
  display: inline;
}
ul.pagination li a {
  text-decoration: none;
  font-family: sans-serif;
  display: inline-block;
}
ul.pagination li span {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-decoration: none;
  background: #fff;
  padding: 5px 8px;
}
ul.pagination li span.loading {
  border: none;
  padding-left: 20px;
  background: url('../img/auto-loader.gif') no-repeat left center;
}
/** FORM  **/
form {
  clear: both;
  margin: 0 0 20px;
  padding: 0px;
}
form div {
  clear: both;
  vertical-align: top;
}
form label {
  display: block;
  width: 100%;
  float: left;
  margin-right: 2%;
  text-align: right;
}
form input {
  clear: both;
  width: auto;
  padding: 1%;
}
form textarea {
  clear: both;
  width: auto;
  width: 98%;
  padding: 1%;
  height: 250px;
}
form select {
  clear: both;
  vertical-align: text-bottom;
  padding: 0;
  max-width: 250px;
}
form select[multiple=multiple] {
  width: 98%;
}
form option {
  padding: 0 3px;
}
form input[type=checkbox] {
  clear: left;
  float: left;
  width: auto;
  margin: 0 6px 7px 2px;
}
form input[type=radio] {
  float: left;
  width: auto;
  margin: 0 3px 7px 0;
}
form div.radio label {
  margin: 0 0 6px 20px;
}
form input[type=submit] {
  display: inline;
  width: auto;
}
form .input {
  color: #444444;
}
form .input .form-error {
  background: #fcf0ef;
  border: 1px solid #cc0000;
  color: #cc0000;
  margin-right: 5px;
}
form .text input:disabled,
form .password input:disabled,
form .text textarea:disabled,
form .password textarea:disabled,
form .text select:disabled,
form .password select:disabled {
  background-color: #ebebe4;
}
form .text input,
form .password input {
  border: 1px solid #ccc;
  margin-bottom: 8px;
  height: 34px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #7e8083;
  width: 46%;
  padding: 0 2%;
  float: left;
  clear: none;
  line-height: 34px;
}
form .file input {
  width: 50%;
  padding: 10px;
  float: left;
  clear: none;
}
form .select select {
  float: left;
  clear: none;
}
form .checkbox {
  margin-left: 10px;
}
form .checkbox input {
  margin: 4px 0 0 0;
}
form .required label:after {
  content: ' *';
  color: red;
}
form div.submit {
  border: 0;
  clear: both;
  padding-left: 20%;
  padding-top: 6px;
}
form button,
form input[type=button],
form input[type=submit] {
  font-weight: normal;
  border: 0px solid #BCCBD2;
  font-size: 1em;
}
/*! http://responsiveslides.com v1.53 by @viljamis */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides div.image {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  height: 510px;
  background-repeat: no-repeat;
  background-position: center center;
}
.rslides div.image .info-bar {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 42px;
  padding: 22px 20px 0 20px;
  color: white;
}
.rslides div.image .info-bar h3 {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #e5410e;
  display: inline-block;
}
/* 
	z-index list

	header: 99;
	aside: 99;
 */
/* =HTML Resets
-------------------------------------------------------------- */
html {
  height: 100%;
}
body {
  height: 100%;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  padding-top: 120px;
  background: url('../img/tiles/diagonal-lines.jpg') 0 0 repeat;
}
body .bg {
  background: url('../img/blurred-bg.jpg') center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 746px;
  position: absolute;
  top: 0;
  box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  -moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.5);
}
body .bg img {
  width: auto;
  height: 100%;
  left: 0;
  opacity: 0;
  position: relative;
  z-index: -1;
  display: none;
}
body.page .bg {
  height: 558px;
}
body.page.home .bg {
  height: 746px;
}
body.project .bg {
  height: auto;
}
dl {
  width: 100%;
  margin: 0;
}
dl .altrow {
  background: #efefef;
}
dt {
  vertical-align: top;
}
dd {
  vertical-align: top;
}
.page h4 {
  margin: 0 20px;
}
.bg img.visible {
  display: inline-block;
  opacity: 1;
  z-index: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.title {
  color: #e94200;
}
/* =CONTAINER / SHELL
-------------------------------------------------------------- */
.wrap {
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.wrap.active {
  left: 0;
}
.logo {
  background: url('../img/logo.png') 0 0 no-repeat;
  width: 268px;
  height: 82px;
  display: block;
  text-indent: -9999px;
}
.logo.transparent {
  background: url('../img/logo-transparent.png') 0 0 no-repeat;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  height: 110px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px -1px 1px #cecece;
  -moz-box-shadow: 0 1px -1px 1px #cecece;
  -webkit-box-shadow: 0 1px -1px 1px #cecece;
}
header .logo {
  float: left;
  margin-top: 14px;
}
header .mobile-view {
  position: relative;
}
header .twitter {
  background: url('../img/icons/twitter.png') 0 0 no-repeat;
  text-indent: 9999px;
  width: 29px;
  height: 29px;
  display: inline-block;
  margin: 9px 10px 0 10px;
}
header a.menu-link {
  display: none;
}
header .extras {
  float: right;
}
header nav[role=navigation] {
  overflow: hidden;
  float: right;
  margin-top: 55px;
}
header nav[role=navigation] form {
  display: inline-block;
  clear: none;
  margin: 7px 0 0 10px;
}
header nav[role=navigation] form input[type="text"] {
  background: url('../img/icons/mag.png') 11px 8px no-repeat #e8e8e8;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border: none;
  padding: 7px 38px;
  font-size: 12px;
  border-bottom: 1px solid #fff;
  box-shadow: inset 0 1px 6px -2px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 1px 6px -2px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 1px 6px -2px rgba(0, 0, 0, 0.8);
}
header nav[role=navigation] ul {
  font-family: 'PT Sans', 'Arial', 'Sans Serif';
  font-weight: bold;
  font-size: 12px;
  float: left;
}
header nav[role=navigation] ul li {
  display: inline;
  float: right;
  text-transform: uppercase;
}
header nav[role=navigation] ul li a {
  display: block;
  height: 69px;
  padding: 0 1em;
  text-decoration: none;
  line-height: 69px;
  font-size: 12px;
  color: #9da393;
}
header nav[role=navigation] ul li ul {
  width: 12em;
  position: absolute;
  left: -999em;
  background: #000000;
  padding: 1em 0;
}
header nav[role=navigation] ul li ul li {
  float: none;
  clear: both;
}
header nav[role=navigation] ul li ul li a {
  width: 12.15em;
  height: auto;
  line-height: 0.75em;
  padding: 0.5em 1em;
  border: none;
  font-size: 0.85em;
}
header nav[role=navigation] ul li ul li a:hover {
  border: none;
}
header nav[role=navigation] ul li ul li ul {
  margin: -1.9em 0 0 12em;
  padding: 0.5em 0;
  background: #000000;
}
header nav[role=navigation] .main-menu-dropdown {
  display: block;
  float: right;
  width: auto;
}
header nav[role=navigation] .main-menu-dropdown .more {
  display: none;
}
header nav[role=navigation] .main-menu-dropdown .more .arrow-down {
  margin-left: 34px;
  margin-top: -37px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #9da393;
}
header nav[role=navigation] .main-menu-dropdown li ul {
  left: auto;
  background: none;
  position: static;
  width: auto;
  padding: 0;
  display: block;
}
header nav[role=navigation] .main-menu-dropdown li ul li {
  display: inline;
  float: right;
  clear: none;
}
header nav[role=navigation] .main-menu-dropdown li ul li a {
  display: block;
  height: 69px;
  padding: 0 1em;
  text-decoration: none;
  line-height: 69px;
  font-size: 12px;
  color: #9da393;
  width: auto;
}
header nav[role=navigation] .main-menu-dropdown li ul.shown {
  display: block;
}
header .aside-nav {
  display: none;
}
a.view-project {
  color: #fff;
  text-decoration: none;
  background: url('../img/icons/nav-arrow.png') 4px 7px no-repeat;
  background-size: 6%;
  padding-left: 15px;
}
.banner {
  height: 397px;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  background-position: center;
}
/*.js header nav[role=navigation] {
	position: static;
	width: auto;
	max-width: none;
}*/
footer {
  width: 100%;
  margin-top: 165px;
  color: white;
}
footer .bar {
  background-color: #e5410e;
  height: 121px;
}
footer .footer {
  margin: 0 auto;
}
footer .footer .right-side {
  height: 101px;
  background-color: #e5410e;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 28px 20px 0 20px;
}
footer .footer .right-side .logo {
  margin: 0 auto;
  width: 341px;
  height: 118px;
}
footer .footer .right-side .logos ul li {
  display: inline-block;
  margin: 0 5px;
}
footer .footer .right-side .logos ul li a {
  color: white;
  text-decoration: none;
}
footer .footer .right-side .contact-info {
  float: right;
  font-size: 12px;
  margin-top: -110px;
}
footer .footer .right-side .contact-info .left {
  float: left;
  text-align: right;
  margin-right: 10px;
  font-weight: 700;
}
footer .footer .right-side .contact-info .right {
  float: right;
  text-align: left;
  margin-left: 10px;
  font-weight: 700;
}
footer .footer .right-side .contact-info a {
  color: white;
  text-decoration: none;
}
footer .footer .right-side .copyright {
  float: right;
}
footer .footer .bottom {
  clear: both;
}
footer .footer .bottom ul {
  float: left;
}
footer .footer .bottom ul li {
  display: inline-block;
  margin: 0 5px 0 5px;
}
footer .footer .bottom ul li a {
  text-decoration: none;
  color: #fff;
}
.contact-info {
  float: right;
  font-size: 12px;
  margin-top: -110px;
}
.contact-info .left {
  float: left;
  text-align: right;
  margin-right: 10px;
  font-weight: 700;
}
.contact-info .right {
  float: right;
  text-align: left;
  margin-left: 10px;
  font-weight: 700;
}
.contact-info a {
  color: white;
  text-decoration: none;
}
aside {
  position: fixed;
  width: 223px;
  top: 112px;
  z-index: 100;
}
aside section.gray {
  width: auto;
  box-shadow: 0px 0px 0px 1px #cecece;
  -moz-box-shadow: 0px 0px 0px 1px #cecece;
  -webkit-box-shadow: 0px 0px 0px 1px #cecece;
  background-color: #f6f6f6;
}
aside section.gray .wrapper {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px;
}
aside section.gray .border-hide {
  height: 2px;
  background-color: #f6f6f6;
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
}
aside section.gray nav {
  margin-top: -15px;
}
aside section.gray nav ul li {
  margin: 10px 0;
}
aside section.gray nav ul li a {
  display: block;
  width: auto;
  height: 100%;
  padding: 17px 0 17px 38px;
  color: #9f9f9f;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  background: url('../img/icons/nav-arrow.png') 9px 21px no-repeat;
}
aside section.gray nav ul li a:hover {
  background-color: #e0e0e0;
  color: white;
  background-position: 8px -26px;
}
aside section.gray nav ul li a.active {
  background-color: #e5410e;
  color: white;
  background-position: 8px -26px;
}
aside section.gray nav ul li.last {
  margin-bottom: 2px;
}
aside section.gray nav ul li.first {
  margin-top: 14px;
}
aside section.most-recent {
  width: auto;
  margin-top: 8px;
  height: 60px;
  padding: 0 24px;
  color: #fff;
  background-color: #e5410e;
}
aside section.most-recent a.big-button {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  display: block;
  width: auto;
  background: url('../img/icons/nav-arrow.png') 0 -26px no-repeat;
  padding: 17px 0 17px 26px;
  text-transform: uppercase;
}
aside section.most-recent a.big-button.close-portfolio {
  display: none;
}
.cinematic {
  overflow: hidden;
}
.cinematic section.most-recent a.big-button.full-portfolio {
  display: none;
}
.cinematic section.most-recent a.big-button.close-portfolio {
  display: block;
  background-position: 0 -69px;
}
.cinematic aside .project-overlay {
  display: none;
}
.project-switcher {
  position: relative;
}
.project-switcher .title {
  display: none;
}
.project-switcher .pager {
  position: absolute;
  left: 100px;
}
.info-bar {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 42px;
  padding: 22px 20px 0 20px;
  color: white;
}
.info-bar li {
  display: inline-block;
  float: left;
  width: auto;
  position: static;
  margin: 0 10px;
}
.info-bar li h3 {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #e5410e;
  display: inline-block;
}
.image-gallery {
  margin-bottom: 50px;
}
.image-gallery .images .image {
  height: 510px;
  width: 100%;
  position: relative;
}
.image-gallery .images .image .info-bar {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 42px;
  padding: 22px 20px 0 20px;
  color: white;
}
.image-gallery .images .image .info-bar h3 {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #e5410e;
  display: inline-block;
}
.image-gallery .project-switcher,
.image-gallery .image-switcher {
  background-color: #fff;
  width: auto;
  height: 55px;
  padding: 13px 0 0 18px;
}
.image-gallery .project-switcher .prev,
.image-gallery .image-switcher .prev {
  text-indent: -9999px;
  background: url('../img/icons/arrow-buttons-medium.png') 0 0 no-repeat;
  height: 42px;
  width: 42px;
  display: inline-block;
  float: left;
}
.image-gallery .project-switcher .next,
.image-gallery .image-switcher .next {
  text-indent: -9999px;
  background: url('../img/icons/arrow-buttons-medium.png') 0 -44px no-repeat;
  height: 42px;
  width: 42px;
  display: inline-block;
  margin-left: 16px;
  float: left;
}
.image-gallery .project-switcher ul,
.image-gallery .image-switcher ul {
  display: inline-block;
  float: left;
  margin: 12px 0 0 33px;
}
.image-gallery .project-switcher ul li,
.image-gallery .image-switcher ul li {
  float: left;
  margin: 0 8px;
  background-position: -999px -999px;
  background-repeat: no-repeat;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.image-gallery .project-switcher ul li a,
.image-gallery .image-switcher ul li a {
  display: block;
  width: 19px;
  height: 19px;
  background-color: #e9e9e9;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  text-indent: -9999px;
}
.image-gallery .project-switcher ul li.rslides_here a,
.image-gallery .image-switcher ul li.rslides_here a {
  background-color: #e5410e;
}
.image-gallery .image-switcher {
  display: none;
  padding: 8px;
  height: 42.5px;
  border-bottom: 1px solid #cecece;
}
.image-gallery .image-switcher .pager {
  margin: 0;
}
.image-gallery .image-switcher .prev {
  background: url('../img/icons/arrow-buttons-large.png') 0 0 no-repeat;
  height: 41px;
  width: 41px;
  background-size: cover;
}
.image-gallery .image-switcher .next {
  background: url('../img/icons/arrow-buttons-large.png') 0 -41px no-repeat;
  height: 41px;
  width: 41px;
  margin-left: 8px;
  background-size: cover;
}
.image-gallery .image-switcher ul {
  overflow: auto;
  position: absolute;
  left: 106px;
  right: 8px;
  margin: 5px 0 0 0;
  white-space: nowrap;
}
.image-gallery .image-switcher ul li {
  position: static;
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 33.5px;
  height: 33.5px;
  float: none;
  margin-left: 0;
  display: inline-block;
}
.image-gallery .image-switcher ul li a {
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.image-gallery .image-switcher ul li.rslides_here a {
  opacity: 0.8;
}
.content {
  background-color: white;
  min-height: 300px;
  /*padding-bottom: 30px;*/

  position: relative;
}
.content #twitter {
  background: url('../img/icons/twitter-2.png') 14px 10px no-repeat #e5410e;
  min-height: 30px;
  color: white;
  padding: 5px 18px;
  padding-left: 50px;
}
.content #twitter a {
  color: #fff;
}
.content h2 {
  text-transform: uppercase;
  color: white;
  background-color: #e5410e;
  float: left;
  font-size: 16px;
  padding: 10px 20px;
}
.content p {
  padding: 20px;
}
.content .columns {
  clear: both;
  width: 99.25%;
  margin: 0 auto;
}
.content .columns .column {
  width: 31.1%;
  padding: 30px 1% 30px 1%;
  float: left;
}
.content .columns .column h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: .8em;
  color: white;
  background-color: #e5410e;
}
.content .columns .column .zone h3 {
  background: none;
  color: #e5410e;
  line-height: 13px;
}
.content .columns .column .zone a {
  color: #e84100;
  text-decoration: none;
  word-wrap: break-word;
}
.content .columns .column h4 {
  font-size: .6em;
  text-align: center;
  text-transform: uppercase;
}
.content .columns .column img {
  width: 100%;
  height: auto;
  padding: 19px 0;
}
.content .columns .column .no-padding img {
  padding: 0;
}
.content .columns .column p {
  padding: 0;
}
.content .columns.horizontal .column {
  display: block;
  width: auto;
  float: none;
  clear: both;
}
.content .columns.horizontal .column .zone {
  float: left;
}
.content .columns.horizontal .column .zone.image {
  width: 20%;
}
.content .columns.horizontal .column .zone.image .img {
  width: 100%;
  height: 300px;
  background-color: #333;
}
.content .columns.horizontal .column .zone.name {
  width: 20%;
  margin-left: 2%;
}
.content .columns.horizontal .column .zone.description {
  /*width: 55%;*/

  width: 70%;
  margin-left: 2%;
}
.content .columns.horizontal .column .zone p {
  margin-top: -7px;
}
.content .columns.two-column .column {
  width: 45%;
  margin-left: 2%;
  float: left;
}
.content .columns.two-column .column .img {
  width: 100%;
  height: 100%;
}
.project {
  height: auto;
}
.project .container.wrap {
  position: static;
}
.project .portfolio-gallery {
  position: absolute;
  top: 112px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #333;
}
.project .portfolio-gallery .slider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.project .portfolio-gallery .slider li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.project .portfolio-gallery .slider li:first-child {
  position: relative;
  display: block;
  float: left;
  height: 100%;
}
.project .portfolio-gallery .slider li:first-child .image:first-child {
  opacity: 0;
}
.project .portfolio-gallery .slider li .image {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  height: 100%;
  border: 0;
  background-size: cover;
  background-position: center;
}
.project .portfolio-gallery .data-block {
  position: fixed;
  right: 130px;
  bottom: 42px;
  z-index: 9999;
  max-width: 707px;
}
.project .portfolio-gallery .data-block div {
  text-align: right;
  display: block;
  padding-bottom: 6px;
  font-size: 14px;
}
.project .portfolio-gallery .data-block div span {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0 25px;
  color: #fff;
  display: inline-block;
}
.project .portfolio-gallery .data-block div span.title {
  color: #e94200;
  background: none;
  padding: 0;
}
.project .portfolio-gallery .data-block div.contents span {
  padding-top: 20px;
  padding-bottom: 20px;
}
.project .portfolio-gallery .data-block div.specs span {
  padding-top: 6px;
}
.project .portfolio-gallery .data-block div.title {
  margin-bottom: 13px;
}
.project .portfolio-gallery .data-block h3 {
  color: #e94200;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  float: left;
}
.project .portfolio-gallery .data-block .arrow-parent-left {
  position: absolute;
  margin-left: -70px;
  margin-top: -100px;
}
.project .portfolio-gallery .data-block .arrow-parent-right {
  position: absolute;
  margin-right: -70px;
  margin-top: -100px;
  right: 0;
}
.project .portfolio-gallery .image-switcher {
  float: right;
  margin: 3px 0 0 -16px;
  min-width: 16px;
}
.project .portfolio-gallery .image-switcher .container {
  width: auto;
  margin: 0;
}
.project .portfolio-gallery .image-switcher .prev {
  text-indent: -9999px;
  background: url('../img/icons/arrow-buttons-medium.png') 0 0 no-repeat;
  height: 42px;
  width: 42px;
  display: inline-block;
  float: left;
  display: none;
}
.project .portfolio-gallery .image-switcher .next {
  text-indent: -9999px;
  background: url('../img/icons/arrow-buttons-medium.png') 0 -44px no-repeat;
  height: 42px;
  width: 42px;
  display: inline-block;
  margin-left: 16px;
  float: left;
  display: none;
}
.project .portfolio-gallery .image-switcher ul {
  display: inline-block;
  float: left;
  margin: 15px 0 0 33px;
}
.project .portfolio-gallery .image-switcher ul li {
  float: left;
  margin: 0 8px;
  background-position: -999px -999px;
  background-repeat: no-repeat;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.project .portfolio-gallery .image-switcher ul li a {
  display: block;
  width: 13px;
  height: 13px;
  background-color: #e9e9e9;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  text-indent: 9999px;
  overflow: hidden;
}
.project .portfolio-gallery .image-switcher ul li.rslides_here a {
  background-color: #e5410e;
}
.project .pull-left a {
  float: left;
}
.project .pull-right a {
  float: right;
}
.project .prev {
  box-shadow: 1px 0 10px -4px rgba(0, 0, 0, 0.6);
  background: url('../img/icons/project-prev.jpg') 0 -20px no-repeat;
  height: 81px;
  width: 58px;
  text-indent: 9999px;
  display: block;
  margin-right: 20px;
  overflow: hidden;
}
.project .next {
  background: url('../img/icons/project-next.jpg') 0 -20px no-repeat;
  height: 81px;
  width: 58px;
  box-shadow: -1px 0 10px -4px rgba(0, 0, 0, 0.6);
  text-indent: 9999px;
  display: block;
  overflow: hidden;
}
.project footer {
  display: none;
}
.contact .content form .submit {
  padding-left: 0;
}
.contact .content form label {
  float: none;
  text-align: left;
}
.contact .content form input {
  border: 1px solid #ccc;
  margin-bottom: 8px;
  height: 34px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #7e8083;
  width: 46%;
  padding: 0 2%;
  clear: none;
  line-height: 34px;
}
.contact .content form textarea {
  border: 1px solid #ccc;
  margin-bottom: 8px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #7e8083;
  line-height: 34px;
  padding: 0 2%;
}
.contact .content form .input {
  margin: 10px 0;
}
.contact .content form .checkbox {
  margin-left: 10px;
  padding-left: 20px;
}
.contact .content form .checkbox input {
  margin: 6px 0 0 -20px;
  width: auto;
  height: auto;
}
.contact .content .contact-info {
  width: 75%;
  margin: 0 auto;
  color: #333333;
  margin-top: 36px;
  font-size: 18px;
  line-height: 37px;
  float: none;
}
.contact .content .contact-info .right,
.contact .content .contact-info .left {
  font-weight: 400;
}
.project-square {
  overflow: hidden;
  width: 250px;
  height: 180px;
  float: left;
  margin: 31px;
  position: relative;
}
.project-square img {
  width: 290px;
  height: auto;
  margin: 0 auto;
}
.project-square img.color {
  display: none;
}
.project-square .info-bar {
  padding: 14px 20px 0 20px;
  height: 33px;
  font-size: 0.8em;
  line-height: 1.7em;
}
.project-square:hover {
  cursor: pointer;
}
.project-square:hover img.color {
  display: block;
}
.project-square:hover img.black {
  display: none;
}
.downloads .project-square.download:hover {
  cursor: default;
}
.downloads .project-square.download h3 {
  text-align: center;
  background-color: #e94200;
  color: #fff;
}
.project-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(33, 33, 33, 0.8);
}
.projects {
  position: absolute;
  top: 21px;
  left: 17px;
  right: 0;
  z-index: 999999;
}
.projects .padding-wrap .right-side {
  margin: -10px;
}
.projects .padding-wrap .right-side .content {
  position: fixed;
  background: none;
  border: none;
  margin-top: 20px;
  width: 1600px;
  height: auto;
  bottom: 0;
  top: 107px;
  overflow: scroll;
}
.projects .padding-wrap .right-side .content h2 {
  display: none;
}
.full-portfolio.page .bg {
  background: url('../img/default-bg.jpg') 0 0 no-repeat;
  background-size: cover;
  height: 109%;
  z-index: -10;
}
.full-portfolio .project-overlay {
  z-index: -1;
  display: block;
}
.full-portfolio .padding-wrap .right-side {
  margin: -10px;
}
.full-portfolio .padding-wrap .right-side .content {
  background: none;
  border: none;
  margin-top: 20px;
}
.full-portfolio .padding-wrap .right-side .content h2 {
  display: none;
}
#UserLoginForm {
  margin: 0 auto;
  width: 50%;
}
#UserLoginForm label {
  text-align: left;
}
#UserLoginForm .submit {
  padding-left: 0;
}
#UserLoginForm #UserEmail {
  border: 1px solid #ccc;
  margin-bottom: 8px;
  height: 34px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #7e8083;
  padding: 0 2%;
  float: left;
  clear: none;
  line-height: 34px;
}
#UserLoginForm input[type=email],
#UserLoginForm input[type=password],
#UserLoginForm input[type=text] {
  width: 100%;
}
.results {
  padding: 20px;
}
.results li {
  width: auto;
  margin: 20px 0;
}
.results li a {
  color: #e5410e;
  font-size: 30px;
  line-height: 25px;
  text-decoration: none;
}
.results li .url {
  color: #cbcbcb;
  font-size: 13px;
  display: block;
}
.results li .excerpt {
  display: block;
}
.careers .banner {
  background-position: center 33%;
  background-size: cover;
}
.main-label {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  padding: 5px 24px;
}
.projects #twitter {
  display: none;
}
.affiliates {
  margin: 100px auto 0 auto;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}
.affiliates li {
  display: inline-block;
  margin: 0 20px;
}
.affiliations .content .columns.horizontal .column .zone.image .img {
  background: none;
  height: 155px;
}
.affiliations .content .columns.horizontal .column .zone.image .img img {
  padding: 6px 0;
}
p a {
  color: #e84100;
  text-decoration: none;
}
/*
	z-index list

	.mobile-view: 101;
	nav[role=navigation]: 0;
*/
@media screen and (max-width: 2500px) {
  body .bg img {
    height: 100%;
    width: auto;
    position: absolute;
    margin-left: -1250px;
    left: 50%;
  }
}
/* 1980px */
@media screen and (max-width: 123.75em) {
  .container {
    width: 89.7%;
  }
  .container.wrap {
    width: 89.7%;
  }
  footer .footer .right-side .logo {
    width: 200px;
    background-size: contain;
  }
  footer .footer .right-side .logos {
    max-width: 300px;
  }
  .columns .column h3 {
    width: 100%;
    height: 50px;
    display: table;
  }
  .columns .column h3 span {
    display: table-cell;
    vertical-align: middle;
  }
  .columns .column .zone h3 {
    height: 30px;
    line-height: 0.6em;
  }
  .contact .contact-info {
    margin: 30px 0 0 0;
  }
  .contact .contact-info .left,
  .contact .contact-info .right {
    float: none;
    text-align: left;
    margin-left: 0;
  }
  .projects .project-square {
    width: 217px;
  }
  .projects .padding-wrap .right-side .content {
    width: 80%;
  }
}
@media screen and (max-width: 72.5em) {
  .resize {
    background-size: cover;
  }
  aside,
  .project-overlay {
    display: none;
  }
  .padding-wrap {
    padding-left: 0;
  }
  body .bg {
    height: 578px;
  }
  body.page.home .bg {
    height: 587px;
  }
  header nav[role="navigation"] {
    margin-top: 20px;
    position: absolute;
    top: 0;
    right: 49px;
  }
  header nav[role="navigation"] .extras {
    float: none;
    text-align: right;
  }
  header nav[role="navigation"] ul {
    float: left;
  }
  header nav[role="navigation"] .main-menu-dropdown .more {
    display: block;
  }
  header nav[role="navigation"] .main-menu-dropdown li ul {
    display: none;
    position: fixed;
    background-color: white;
    padding: 10px 17px;
    margin-top: -18px;
    margin-left: -35px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
  }
  header nav[role="navigation"] .main-menu-dropdown li ul li {
    display: block;
    float: none;
  }
  header nav[role="navigation"] .main-menu-dropdown li ul li a {
    height: auto;
    padding: 0;
    line-height: 31px;
  }
  header nav[role="navigation"] .main-menu-dropdown li ul li a:hover {
    color: #9da393;
  }
  header .aside-nav {
    display: block;
    float: left;
  }
  header .logo {
    width: 28%;
    height: 70px;
    background-size: contain;
  }
  footer .logo {
    display: none;
  }
  footer .footer .right-side {
    padding-right: 3px;
    padding-left: 3px;
  }
  footer .footer .right-side .logos {
    width: 272px;
  }
  footer .footer .right-side .contact-info {
    margin-top: 0;
  }
  footer .footer .right-side .bottom {
    padding-top: 30px;
    font-size: 14px;
  }
  .rslides div.image {
    height: 357px;
    background-position: center center;
  }
  .project .portfolio-gallery .data-block {
    right: 50px;
    bottom: 93px;
  }
  .project .prev-next {
    right: 50px;
    bottom: 20px;
  }
  .content .columns.horizontal .column {
    width: 31.1%;
    float: left;
    clear: none;
    margin: 0;
  }
  .content .columns.horizontal .column .zone {
    display: block;
    float: none;
    width: 100%;
  }
  .content .columns.horizontal .column .zone.image,
  .content .columns.horizontal .column .zone.name,
  .content .columns.horizontal .column .zone.description {
    width: 100%;
  }
  .content .columns.horizontal .column .zone.name {
    margin-left: 0;
  }
  .content .columns.horizontal .column .zone p {
    margin-top: 0;
  }
  .contact .content form input,
  .contact .content form textarea {
    width: 95.5%;
    float: none;
  }
  .contact .content form input[type=submit] {
    width: 100%;
  }
  .contact .content .contact-info {
    font-size: 15px;
    line-height: 20px;
  }
  .rslides div.image .info-bar {
    font-size: 10px;
  }
  .rslides div.image .info-bar a.view-project {
    background-position: 4px 4px;
  }
  .affiliations .content .columns.horizontal .column .zone.image .img img {
    padding-bottom: 16px;
  }
}
/* IPADS */
/* @media screen and (min-width: 768px) and (max-width: 1024px) */
@media screen and (min-width: 41em) and (max-width: 64em) {
  
}
/* =HAMBURGER MENU
-------------------------------------------------------------- */
@media screen and (max-width: 41em) {
  .resize {
    background-size: auto;
  }
  body {
    padding-top: 60px;
    box-sizing: border-box;
  }
  .bg {
    display: none;
  }
  .page .content {
    display: block;
  }
  .page .banner {
    display: none;
  }
  .page.home .content {
    display: none;
  }
  .downloads .content {
    display: block;
  }
  .downloads .content .project-square {
    float: none;
    width: auto;
  }
  .container {
    width: 100%;
  }
  .container.wrap {
    width: 100%;
    z-index: 95;
  }
  .wrap.active,
  .bg.active,
  .mobile-view.active {
    left: 14.5em;
  }
  .wrap.active .portfolio-gallery,
  .bg.active .portfolio-gallery,
  .mobile-view.active .portfolio-gallery {
    left: 14.5em;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  nav[role=navigation].wrap.active {
    left: 0;
  }
  header {
    height: 55px;
  }
  header nav[role="navigation"] .main-menu-dropdown {
    display: block;
    float: none;
  }
  header nav[role="navigation"] .main-menu-dropdown .more {
    display: none;
  }
  header nav[role="navigation"] .main-menu-dropdown li ul {
    display: block;
    position: static;
    background: none;
    padding-left: 8px;
    margin: 0;
    padding: 0;
  }
  header nav[role="navigation"] .main-menu-dropdown li ul li {
    display: block;
    float: none;
    padding: 0;
  }
  header nav[role="navigation"] .main-menu-dropdown li ul li a {
    display: block;
    padding: 0.8em;
    color: #fff;
    border-bottom: 1px solid #fff;
    height: auto;
    line-height: 1em;
  }
  header nav[role="navigation"] .main-menu-dropdown li ul li a:hover {
    display: block;
    padding: 0.8em;
    color: #fff;
    border-bottom: 1px solid #fff;
    height: auto;
    line-height: 1em;
  }
  header nav[role="navigation"] .main-menu-dropdown li ul li:hover {
    border-bottom: 1px solid #fff;
  }
  header nav[role="navigation"] .main-menu-dropdown li ul:hover li a {
    border-bottom: 1px solid #fff;
  }
  header .container {
    height: 100%;
    width: 100%;
  }
  header .container .mobile-view {
    height: 100%;
    background-color: #fff;
    z-index: 101;
  }
  header .container .mobile-view .logo {
    margin-top: 0;
    height: 100%;
  }
  header .extras {
    display: none;
  }
  header .aside-nav {
    float: none;
  }
  header .logo {
    display: inline;
    float: right;
    background: url('../img/logo-black.png') 0 0 no-repeat;
    background-position: 0;
    background-size: contain;
    width: 150px;
    height: 55px;
    margin-right: 5px;
  }
  header a.menu-link {
    float: left;
    width: 55px;
    max-width: 55px;
    height: 55px;
    display: block;
    background: url('../img/icons/hamburger.png') 13px 14px no-repeat;
    background-size: 50%;
    text-indent: -9999px;
    background-color: #e2e1e1;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    box-shadow: 1px 0 0px 0px #d5d5d5;
    -moz-box-shadow: 1px 0 0px 0px #d5d5d5;
    -webkit-box-shadow: 1px 0 0px 0px #d5d5d5;
  }
  header nav[role=navigation] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -14.5em;
    width: 14.5em;
    z-index: 0;
    background-color: #333;
    margin-top: 0;
  }
  header nav[role=navigation] ul {
    float: none;
  }
  header nav[role=navigation] ul li {
    display: block;
    float: none;
    clear: both;
  }
  header nav[role=navigation] ul li a {
    display: block;
    padding: 0.8em;
    color: #fff;
    border-bottom: 1px solid #fff;
    height: auto;
    line-height: 1em;
  }
  header nav[role=navigation] ul li ul {
    position: static;
    background: transparent;
  }
  header nav[role=navigation] ul li ul li {
    padding-left: 1.25em;
  }
  header nav[role=navigation] ul li ul li ul {
    margin: 0;
    background: transparent;
  }
  header nav[role=navigation] ul li:hover a {
    background: rgba(0, 0, 0, 0.3);
    text-decoration: none;
  }
  header nav[role=navigation] ul li:hover ul li a {
    border: none;
    background: transparent;
  }
  header nav[role=navigation] ul li:hover ul li:hover a {
    border: none;
    background: transparent;
    color: #ffffff;
  }
  header nav[role=navigation] ul li:hover ul li:hover a:hover {
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
  }
  header nav[role=navigation] ul li:hover ul li:hover ul {
    position: static;
  }
  header nav[role=navigation] ul li:hover ul li:hover ul li a {
    border: none;
  }
  header nav[role=navigation] ul li:hover ul li:hover ul li a:hover {
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
  }
  header nav[role=navigation] ul li:hover ul li:hover ul li:hover a {
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
  }
  .padding-wrap {
    box-sizing: border-box;
    padding: 14px;
    height: 100%;
  }
  .padding-wrap .right-side {
    margin: 0;
  }
  .padding-wrap .right-side .image-gallery {
    padding-top: 50px;
    clear: both;
    position: relative;
  }
  .padding-wrap .right-side .image-gallery .rslides div.image {
    height: 395px;
    background-size: auto 498px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .padding-wrap .right-side .image-gallery .rslides div.image .info-bar {
    background-color: #000;
    text-align: right;
    font-size: 10px;
    font-weight: 700;
    padding: 10px 10px 0 10px;
    height: 32px;
  }
  .padding-wrap .right-side .image-gallery .rslides div.image .info-bar h3 {
    display: none;
  }
  .padding-wrap .right-side .image-gallery .rslides div.image .info-bar .view-project {
    display: none;
  }
  .padding-wrap .right-side .image-gallery .paging2 {
    /*height: 97px;
  					border-bottom: 1px solid #cecece;*/
  
    background: none;
  }
  .padding-wrap .right-side .image-gallery .paging2 .prev {
    background: url('../img/icons/arrow-buttons-large.png') 0 0 no-repeat;
    width: 41px;
    height: 41px;
    background-size: 50%;
    float: left;
  }
  .padding-wrap .right-side .image-gallery .paging2 .next {
    background: url('../img/icons/arrow-buttons-large.png') 0 -84px no-repeat;
    width: 41px;
    height: 41px;
    background-size: 50%;
    float: left;
  }
  .padding-wrap .right-side .image-gallery .paging2 ul {
    overflow: auto;
    position: absolute;
    left: 220px;
    right: 32px;
    margin: 5px 0 0 0;
    white-space: nowrap;
  }
  .padding-wrap .right-side .image-gallery .paging2 ul li {
    background-position: center center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 67px;
    height: 67px;
    margin-left: 10px;
    float: none;
    display: inline-block;
  }
  .padding-wrap .right-side .image-gallery .paging2 ul li a {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  .padding-wrap .right-side .image-gallery .project-switcher {
    display: block;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: 700;
    background: none;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 33px	;
    padding: 0;
    font-size: 10px;
  }
  .padding-wrap .right-side .image-gallery .project-switcher .title {
    display: block;
    float: left;
    width: 25%;
    background-color: #e5410e;
    padding: 4.5px;
    color: #fff;
  }
  .padding-wrap .right-side .image-gallery .project-switcher .action {
    float: right;
    width: 68%;
    background-color: #b73911;
    height: 100%;
    position: relative;
  }
  .padding-wrap .right-side .image-gallery .project-switcher .action .pager {
    position: static;
    float: none;
    margin: 0 auto;
  }
  .padding-wrap .right-side .image-gallery .project-switcher .action .pager li {
    display: none;
    float: none;
    margin: 6px 0 0 5px;
  }
  .padding-wrap .right-side .image-gallery .project-switcher .action .pager li.rslides_here {
    display: inline-block;
  }
  .padding-wrap .right-side .image-gallery .project-switcher .action .pager li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-indent: 0;
    background: none;
    width: auto;
    height: auto;
    font-size: 10px;
  }
  .padding-wrap .right-side .image-gallery .project-switcher .prev {
    width: 33px;
    height: 33px;
    box-shadow: 2px 0 11px -4px rgba(0, 0, 0, 0.6);
    background: url('../img/icons/arrow-large.png') 13px 10px no-repeat #e5410e;
    background-size: 9px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .padding-wrap .right-side .image-gallery .project-switcher .next {
    width: 33px;
    height: 33px;
    box-shadow: -2px 0 11px -4px rgba(0, 0, 0, 0.6);
    background: url('../img/icons/arrow-large.png') 13px -39px no-repeat #e5410e;
    background-size: 9px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .padding-wrap .right-side .image-gallery .image-switcher {
    display: block;
    height: 42.5px;
    padding: 8px;
  }
  .padding-wrap .right-side .image-gallery .image-switcher .pager {
    margin-top: 5px;
  }
  .mobile-switcher {
    display: block;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: 700;
  }
  .mobile-switcher .title {
    float: left;
    width: 33%;
    background-color: #e5410e;
    padding: 14.5px;
  }
  .mobile-switcher .action {
    float: right;
    width: 52%;
    background-color: #b73911;
  }
  .mobile-switcher .action .leftSide {
    float: left;
  }
  .mobile-switcher .action .rightSide {
    float: right;
  }
  .mobile-switcher .action div {
    display: inline-block;
    margin-top: 13px;
  }
  footer {
    margin-top: 22.5px;
  }
  footer .bar {
    display: none;
  }
  footer .logos {
    display: none;
  }
  footer .footer {
    width: 100%;
  }
  footer .footer .padding-wrap {
    padding: 0;
  }
  footer .footer .padding-wrap .right-side {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 40px;
    padding: 15px 6px 0 11px;
  }
  footer .footer .padding-wrap .right-side .bottom {
    width: 70%;
  }
  footer .footer .padding-wrap .right-side .bottom ul {
    display: none;
  }
  footer .footer .padding-wrap .right-side .bottom .copyright {
    width: 70%;
  }
  footer .footer .padding-wrap .right-side .contact-info {
    display: none;
  }
  footer .footer .padding-wrap .right-side .logo.transparent {
    background: url('../img/logo-transparent-small.png') 0 0 no-repeat;
    width: 81px;
    height: 39px;
    float: left;
    background-size: contain;
    display: block;
  }
  footer .footer .padding-wrap .right-side .copyright {
    float: right;
    width: 224px;
    font-size: 10px;
    width: 60%;
    line-height: 13px;
  }
  footer .footer .padding-wrap .right-side .bottom {
    float: right;
    padding-top: 0;
    clear: none;
  }
  .project .portfolio-gallery {
    top: 0;
  }
  .project .portfolio-gallery .data-block {
    position: absolute;
    left: 0;
    right: 0;
    max-width: none;
  }
  .project .portfolio-gallery .data-block div {
    text-align: center;
  }
  .project .portfolio-gallery .data-block .title span {
    padding-bottom: 11px;
  }
  .project .portfolio-gallery .data-block .title h3 {
    float: none;
  }
  .project .portfolio-gallery .data-block .title .image-switcher {
    float: none;
    text-align: center;
    margin: 0;
  }
  .project .portfolio-gallery .data-block .title .image-switcher .container {
    width: 100%;
  }
  .project .portfolio-gallery .data-block .title .image-switcher ul {
    margin: 0;
    float: none;
  }
  .project .portfolio-gallery .data-block .arrow-parent-left,
  .project .portfolio-gallery .data-block .arrow-parent-right {
    display: none;
  }
  .project .prev-next {
    right: 50%;
    margin-right: -63.5px;
    bottom: 20px;
  }
  a.view-project {
    background-position-y: 5px;
  }
  .contact .banner {
    display: block;
    height: 200px;
  }
  .contact .content {
    margin-top: 20px;
  }
  .contact form input,
  .contact form textarea {
    width: 95.5%;
    float: none;
  }
  .contact form input[type=submit] {
    width: 100%;
  }
  .contact .contact-info {
    font-size: 15px;
    line-height: 20px;
  }
  .contact .contact-info .right,
  .contact .contact-info .left {
    text-align: center;
  }
  .contact .content .columns {
    margin-top: 5px;
  }
  .content .columns.horizontal .column,
  .content .columns.two-column .column {
    padding-top: 0;
    padding-bottom: 0;
    float: none;
    width: auto;
    margin-left: 0;
  }
  .content .columns.horizontal .column .zone.description,
  .content .columns.two-column .column .zone.description {
    margin-left: 0;
  }
  .content .columns.horizontal .column .zone,
  .content .columns.two-column .column .zone {
    margin: 15px 0;
  }
  .full-portfolio .project-overlay {
    display: none;
  }
  .full-portfolio .project-square {
    float: none;
    margin: 15px 0;
    width: auto;
  }
  .full-portfolio .padding-wrap .right-side {
    margin: 0;
  }
  .hide-mobile {
    display: none;
  }
  .info-bar li {
    float: right;
  }
  .info-bar li.hide-mobile {
    display: none;
  }
  .affiliations .content .columns.horizontal .column .zone.image .img {
    height: auto;
  }
  .affiliations .content .columns.horizontal .column .zone.image .img img {
    height: auto;
    width: 100%;
  }
}
/*
*
*  Fixes for IE6-8
*  http://jonikorpi.com/leaving-old-IE-behind/
*
*/
.ie body {
  width: 40em;
  margin: 0 auto;
  font-size: 1.0625em;
}
.ie h1 {
  /* 42px / 48px */

  font-size: 2.625em;
  line-height: 1.1428571428571428em;
  margin: 1.1428571428571428em 0 0.5714285714285714em;
}
.ie9 a.view-project {
  background-position: 4px 4px;
}
.ie8 .container,
.ie7 .container,
.ie8 .container.wrap,
.ie7 .container.wrap {
  width: 1200px;
}
.ie8 .info-bar,
.ie7 .info-bar,
.ie8 .project-overlay,
.ie7 .project-overlay {
  background: url('../img/ie-images/black-repeat.png');
}
.ie8 .data-block div span,
.ie7 .data-block div span {
  background: url('../img/ie-images/black-repeat.png');
}
.ie8 .projects .padding-wrap .right-side .content,
.ie7 .projects .padding-wrap .right-side .content {
  width: 1200px;
}
.ie8 footer .footer .logos ul,
.ie7 footer .footer .logos ul {
  width: 300px;
}
.ie8 footer .footer .logo,
.ie7 footer .footer .logo {
  width: 240px;
}
.ie8 .logo.transparent,
.ie7 .logo.transparent {
  background: url('../img/ie-images/logo-transparent.png') 0 0 no-repeat;
}
.ie8 a.view-project,
.ie7 a.view-project {
  background: url('../img/ie-images/nav-arrow.png') 5px 6px no-repeat;
}
.ie8 .bg img {
  width: auto;
  height: 120%;
}
.ie9 header nav[role=navigation] .main-menu-dropdown .arrow-down {
  margin-left: 40px;
}
