/***** mixins *****/
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/***** global styles *****/
.faded {
  opacity: 0.25;
}
.extra-faded {
  opacity: 0.15;
}
.disabled {
  opacity: 0.25;
}
i {
  font-style: italic;
}
b {
  font-weight: bold;
}
a {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  opacity: 0.25;
}
p {
  margin-bottom: 12px;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
.hidden {
  display: none;
}
::-moz-placeholder {
  color: #000;
}
::-webkit-input-placeholder {
  color: #000;
}
/***** main layout *****/
html {
  height: 100%;
  font-family: arial, sans-serif;
  font-size: 11px;
}
body {
  overflow-y: scroll;
  padding: 80px 0;
  min-width: 1000px;
}
.nav-link a {
  text-decoration: none;
}
.nav-link a:hover {
  color: #ccc;
  opacity: 1;
}
#home-link {
  font-family: dinot;
  font-size: 14px;
  position: fixed;
  bottom: 18px;
  right: 24px;
}
#info-link {
  position: fixed;
  bottom: 18px;
  left: 24px;
}
#container {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding-left: 100px;
}
body.section-works #container {
  padding-left: 300px;
}
body.section-home #container {
  padding-left: 0px;
}
#main-content {
  margin-left: 0px;
}
ng-view {
  height: 100%;
}
#header {
  height: 133px;
}
#header img {
  position: fixed;
  top: 40px;
  left: 50%;
  margin-left: -60px;
  z-index: 1000000;
}
#header img:hover {
  opacity: 0.25;
}
/***** nav menu *****/
.nav-menu {
  display: none;
}
/***** project listing *****/
.project-listing {
  max-width: 640px;
  margin: 0 auto;
  padding-top: 40px;
}
.project-listing a.project-link:hover {
  opacity: 1;
}
.project-listing .project {
  width: 240px;
  float: left;
  padding: 40px;
}
.project-listing .project .project-img {
  cursor: pointer;
  height: 174px;
  width: 240px;
  opacity: 1;
  transition: opacity .30s linear;
  -moz-transition: opacity .30s linear;
  -webkit-transition: opacity .30s linear;
}
.project-listing .project .project-img:hover {
  opacity: 0.25;
}
/***** photos/gallery *****/
.image-wrapper {
  z-index: 1000000;
  background-color: white;
  position: relative;
}
.image-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 688px;
  max-height: 437px;
}
.image-wrapper img.current {
  z-index: 10;
}
.image-wrapper img.other {
  z-index: 9;
}
.image-wrapper .credit {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 437px;
  padding-top: 4px;
  transform: rotate(270deg);
  transform-origin: right top 0;
  color: #aaa;
}
.project-gallery {
  position: relative;
}
.project-gallery .image-wrappers {
  width: 688px;
  height: 437px;
  float: left;
  position: relative;
}
.project-gallery .image-wrappers .image-wrapper {
  width: 688px;
  height: 437px;
  position: absolute;
  top: 0;
  left: 0;
}
.project-gallery .gallery-menu {
  position: absolute;
  font-size: 11px;
  line-height: 15px;
  text-transform: lowercase;
  top: -2px;
  left: -200px;
  width: 140px;
  text-align: left;
}
.project-gallery .gallery-menu a {
  text-decoration: none;
}
.project-gallery .gallery-menu a:hover {
  opacity: 0.25;
}
.project-gallery .controls-wrapper {
  padding-top: 4px;
  position: relative;
  width: 688px;
  clear: both;
}
.project-gallery .info-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 8px;
}
.project-gallery .info-wrapper img.logo {
  margin-top: -4px;
  margin-bottom: 18px;
}
.project-gallery .info-wrapper .title {
  font-size: 1.5em;
  margin-bottom: 16px;
}
.project-gallery .info-wrapper .subtitles {
  font-size: 1em;
  line-height: 1.33em;
  margin-bottom: 16px;
}
.project-gallery .info-wrapper .read-state-button {
  cursor: pointer;
}
.project-gallery .info-wrapper .description {
  line-height: 1.33em;
  margin-bottom: 18px;
}
.project-gallery .info-wrapper .details {
  font-size: 1em;
  line-height: 1.33em;
  margin-bottom: 18px;
}
.project-gallery .info-wrapper .details .info-field-underline {
  text-decoration: underline;
}
.project-gallery .less-info-wrapper {
  width: 224px;
  padding-left: 16px;
  float: left;
}
.project-gallery .more-info-wrapper {
  width: 320px;
  height: 437px;
  background-color: white;
  position: absolute;
  left: 368px;
  z-index: 1000;
}
.project-gallery .bottom-caption {
  width: 688px;
}
.project-gallery .bottom-caption .left {
  padding-top: 4px;
  margin-left: 154px;
  float: left;
}
.project-gallery .bottom-caption .right {
  padding-top: 4px;
  float: right;
  text-align: right;
}
.project-gallery .page-indicator {
  margin-top: 2px;
}
.project-gallery .page-indicator .current-page {
  float: right;
  margin-right: 4px;
}
.project-gallery .page-indicator .num-pages {
  float: right;
  margin-right: 66px;
}
.project-gallery .navigation {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 6px;
  right: 0px;
}
.project-gallery .navigation .prev,
.project-gallery .navigation .next {
  cursor: pointer;
}
.project-gallery .navigation .prev:hover,
.project-gallery .navigation .next:hover {
  opacity: 0.25;
}
.project-gallery .info {
  float: left;
  margin-top: -10px;
  text-align: left;
  width: 688px;
}
.project-gallery .info .more-less-link {
  margin-left: 2px;
  margin-top: 28px;
}
.project-gallery .info .more-less-link .text {
  font-size: 11px;
}
.project-gallery .info .more-less-link .button {
  float: left;
  cursor: pointer;
}
.project-gallery .info .more-less-link .button .arrow {
  height: 5px;
  margin-right: 6px;
}
.project-gallery .info .more-less-link .button:hover {
  opacity: 0.25;
}
.project-gallery .info .content {
  font-family: arial, sans-serif;
  width: 444px;
  margin-top: 8px;
  font-size: 11px;
  line-height: 15px;
}
.project-gallery .info .content .description {
  margin-top: 22px;
}
.project-gallery .info .content .divider {
  height: 6px;
}
.project-gallery .info .content .details {
  margin-top: 12px;
  font-family: arial, sans-serif;
}
.project-gallery .less-info .less-link {
  display: none;
}
.project-gallery .less-info .content {
  display: none;
}
.project-gallery .more-info .more-link {
  display: none;
}
/***** info *****/
.info-section {
  text-align: left;
}
.info-section .sub-section {
  margin-bottom: 24px;
}
.info-section .sub-section .header {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 16px;
}
.info-section .sub-section.about .body p {
  margin: 0;
  max-width: 360px;
  line-height: 15px;
  letter-spacing: .1px;
}
.info-section .sub-section.address .body {
  line-height: 15px;
}
.info-section .sub-section.distributors {
  margin-top: 48px;
}
.info-section .sub-section.distributors .distributor {
  margin-bottom: 16px;
}
.info-section .sub-section.distributors div {
  line-height: 15px;
  letter-spacing: .1px;
}
