/* RESET CSS */
html, body, img, nav, section {
  color: #767676;
  font-family: Arial;
  font-size: 11px;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: baseline;
}

a:link, a:visited, a:hover, a:active, a:focus {
  outline: none;
  text-decoration: none;
}

p {
  margin: 1em 0;
}

input, textarea, select, option {
  outline: none;
  outline-style: none;
}

img {
  border: none;
  outline: none;
}

ol, ul, li, h1, h2, h3 {
  margin: 0;
  padding: 0;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
  overflow: visible;
}

/* BASIC CLASSES */
.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.clear {
  clear: both;
}

.font14 {
  font-size: 14px;
}

.font13 {
  font-size: 13px;
}

.font12 {
  font-size: 12px;
}

.font11 {
  font-size: 11px;
}

.font10 {
  font-size: 10px;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.textLight {
  color: #888;
}

.textOrange {
  color: #f15a24;
}

.textBlue {
  color: #1d59a0;
}

.pLong p {
  margin: 1.5em 0;
}

.hide {
  display: none;
}

.show {
  display: block !important;
}

.width50 {
  width: 50px;
}

.linkGray:link,
.linkGray:active,
.linkGray:visited {
  color: #767676;
}

.linkGray:hover {
  color: #767676;
  text-decoration: underline;
}

.hide-from-view {
  color: #000;
  font-size: 16px;
  position: fixed;
  top: -30px;
}

/* MAIN STRUCTURE */
html,
body {
  background-color: #fff;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.mainWrapper {
  width: 980px;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -200px 0 0 -490px;
  backface-visibility: hidden;
}
.mainWrapper.alt {
  position: relative;
  top: auto;
  right: auto;
  margin: 20px auto;
}

.leftArea {
  width: 310px;
  height: 400px;
  float: left;
  position: relative;
  overflow: hidden;
}

.rightArea {
  float: left;
  position: relative;
  margin: 0 0 0 60px;
  height: 400px;
  border: none;
  outline: none;
  width: 610px;
}
.rightArea.hide-initially {
  opacity: 0;
}

#pageProject .rightArea {
  border: none;
  float: right;
  margin: 0;
  outline: none;
  overflow: hidden;
  width: 650px;
}

/* LEFT AREA */
.logo {
  clear: both;
  float: right;
  display: block;
  width: 266px;
  height: 19px;
}

.gradient {
  height: 400px;
  width: 20px;
  position: absolute;
  left: 0;
  background: url(/images/gradient.webp) no-repeat left top;
}

ul.navigation {
  list-style: none;
  line-height: 14px;
  color: #767676;
  float: right;
  clear: both;
  text-align: right;
  padding: 5px 0 0;
  margin: 10px 0;
  font-weight: normal;
}
ul.navigation li {
  margin: 14px 0 0;
  padding: 0;
  white-space: nowrap;
}
ul.navigation li a:link,
ul.navigation li a:active,
ul.navigation li a:visited {
  color: #767676;
}
ul.navigation li a:hover {
  color: #f15a24;
}

ul.navigationSub {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.navigationSub.projects {
  font-style: italic;
}
ul.navigationSub li {
  margin: 3px 0 0 0;
  padding: 0;
}
ul.navigationSub li a:link,
ul.navigationSub li a:active,
ul.navigationSub li a:visited {
  color: #767676;
}
ul.navigationSub li a:hover {
  color: #f15a24;
}

.navActive:link,
.navActive:active,
.navActive:visited,
.navActive:hover {
  color: #f15a24 !important;
  font-weight: bold !important;
}

.descriptionArea {
  position: absolute;
  top: 200px;
  width: 270px;
  margin: 0 0 0 40px;
  padding: 10px 0 0 0;
}

.project-title {
  clear: both;
  font-size: 11px;
  margin: 0;
  padding: 0;
}

.aboutImages {
  height: 130px;
  width: 266px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
.aboutImages img {
  float: left;
  display: block;
}

.bottomNav {
  position: absolute;
  bottom: 0;
  margin: 0 0 0 40px;
  padding: 0 8px 0 10px;
  border: 1px solid #c7c7c7;
  height: 19px;
}

ul.pageNumbers {
  margin: 4px 0 0 0;
  list-style: none;
  float: left;
  font-size: 10px;
  line-height: 12px;
  display: block;
}
ul.pageNumbers li {
  display: block;
  float: left;
  margin: 0 8px 0 0;
}
ul.pageNumbers li a {
  display: block;
}
ul.pageNumbers li a:link,
ul.pageNumbers li a:active,
ul.pageNumbers li a:visited {
  color: #767676;
}
ul.pageNumbers li a:hover {
  color: #f15a24;
}

.bottomArrows {
  float: left;
}

.navArrowLeft {
  display: block;
  float: left;
  height: 10px;
  width: 6px;
  margin: 4px 0 0 0;
  background: url(/images/nav-arrows.webp) no-repeat left top;
}

.navArrowRight {
  display: block;
  float: left;
  height: 10px;
  width: 6px;
  margin: 4px 0 0 6px;
  background: url(/images/nav-arrows.webp) no-repeat right top;
}

.verticalDivider {
  height: 19px;
  width: 1px;
  float: left;
  background-color: #c7c7c7;
  margin: 0 0 0 8px;
}

.nextProject {
  font-family: Arial;
  letter-spacing: -0.1em;
  margin: 4px 0 0 8px;
  float: left;
  font-size: 10px;
  line-height: 12px;
}
.nextProject a:link,
.nextProject a:active,
.nextProject a:visited {
  color: #767676;
}
.nextProject a:hover {
  color: #f15a24;
}

/* RIGHT AREA */
.rightArea .imageWrapper {
  position: relative;
  text-align: right;
  float: right;
  height: inherit;
  clear: both;
}
.rightArea .homeImages img {
  display: block;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 1.4s;
}
.rightArea .homeImages img.show {
  opacity: 1;
}
.rightArea .projectImages img {
  display: none;
  position: absolute;
  right: 0;
}
.rightArea .projectImages img:first-child {
  display: block;
}
.rightArea .montageWrapper {
  float: right;
  height: inherit;
  width: 535px;
  position: relative;
}
.rightArea .montageWrapper a {
  width: 100px;
  height: 100px;
  float: left;
  margin: 0 0 0 7px;
  display: block;
  position: relative;
}
.rightArea .montageWrapper a::before {
  border: 2px solid #333;
  content: "";
  cursor: pointer;
  display: none;
  height: 96px;
  position: absolute;
  width: 96px;
  z-index: 100;
}
.rightArea .montageWrapper a:hover::before {
  display: block;
}
.rightArea .montageWrapper img {
  display: block;
  height: 100px;
  position: absolute;
  width: 100px;
}

html.touchevents .rightArea .montageWrapper a::before {
  display: none;
}

.projectDescription {
  height: 400px;
  width: 540px;
  line-height: 17px;
  position: absolute;
  right: 0;
  background-color: #607ea6;
  text-align: left;
  color: #fff;
}
.projectDescription .fakeTop {
  height: 38px;
  width: 525px;
  position: absolute;
  z-index: 900;
  left: 0;
  top: 0;
  background-color: #607ea6;
}
.projectDescription .fakeBottom {
  height: 38px;
  width: 525px;
  position: absolute;
  z-index: 900;
  left: 0;
  bottom: 0;
  background-color: #607ea6;
}

.innerDescription {
  width: 480px;
  height: 400px;
  padding: 0 25px 0 0;
  margin: 0 0 0 35px;
  overflow: auto;
}
.innerDescription p:first-child {
  margin-top: 0;
}
.innerDescription a:link,
.innerDescription a:active,
.innerDescription a:visited {
  color: #fff;
}
.innerDescription a:hover {
  color: #fff;
  text-decoration: underline;
}
.innerDescription ul {
  margin: 0 0 0 25px;
}
.innerDescription .spacerTop {
  width: 300px;
  height: 25px;
  clear: both;
}
.innerDescription .spacerBottom {
  width: 300px;
  height: 35px;
  clear: both;
}

.credits {
  line-height: 14px;
  clear: both;
  margin: 40px 0 0 0;
}

.whiteText {
  width: 585px;
  height: 400px;
  padding: 0 25px 0 0;
  left: 0;
  top: 0;
  overflow: auto;
  position: absolute;
}

.otherProjectsDiv h2 {
  color: #1d59a0;
  font-size: 14px;
  font-weight: bold;
  margin: 25px 0 0 0;
}
.otherProjectsDiv h2:first-child {
  margin: 0;
}

/*!
 * jScrollPane - v2.0.23 - 2016-01-28
 * http://jscrollpane.kelvinluck.com/
 *
 * Copyright (c) 2014 Kelvin Luck
 * Dual licensed under the MIT or GPL licenses.
 */
.jspScrollable {
  outline: none;
}

.jspContainer {
  overflow: hidden;
  position: relative;
  border: none;
  outline: none;
}

.jspPane {
  position: absolute;
  border: none;
  outline: none;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  background: red;
  border: none;
  outline: none;
}

.innerDescription .jspVerticalBar {
  border-left: 1px solid #333;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #bcbec0;
  position: relative;
}

.jspDrag {
  background: #1d59a0;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

* html .jspCorner {
  margin: 0 -3px 0 0;
}