@import url(boiler.css);
html {
  -webkit-font-smoothing: antialiased;
  -webkit-background-clip: padding-box;
}
html,
body {
  background: #e2e2e0 url(../images/bg-html.jpg)
}
body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
body.welcome,
.welcome .site-wrap {
  background: transparent;
}
a {
  color: #BE5000;
  text-decoration: none;
  transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
}
/*Mobile tap color*/
a:active {
  background-color: rgba( 0, 0, 0, 0.3 );
}
a:link {
  /*Highlight links on iOS, Similar to :hover for mobile devices.*/
  -webkit-tap-highlight-color : rgba( 0, 0, 0, 0.3 );
}
.noimage {
  background: url(../images/default-image.gif) no-repeat center center
}
.wrap {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px;
  position: relative;
}
.js-offcanvas-active #container {
  overflow: hidden;
}
.js-offcanvas-active #art-list .blocker {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/bg-disabled.png);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  pointer-events: none;
}
.offcanvas {
  background: #c35400 url(../images/bg-footer.png) top left repeat;
  color: #fff;
  padding: 0;
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -300px;
  bottom: 0;
  z-index: 150;
  overflow: scroll;
  transition: right 0.25s ease-out;
  -o-transition: right 0.25s ease-out;
  -moz-transition: right 0.25s ease-out;
  -webkit-transition: right 0.25s ease-out;
  box-shadow: -3px 0 6px rgba(0,0,0,0.1);
  -webkit-overflow-scrolling: touch;
}
.offcanvas-wrap {
  padding: 0 20px 0;
}
.offcanvas-button {
  float: right;
  padding: 10px;
  margin: 8px 0 0;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
}
.offcanvas-button:hover {
  background-color: rgba(255,255,255,0.25);
}
.offcanvas-button_close {
  float: left;
  position: relative;
  padding-left: 30px;
  background-color: #c35400;
}
.offcanvas-button_close:hover {
  background-color: #ca6c30;
}
.offcanvas-button_close:after {
  content:"";
  display: block;
  position: absolute;
  left: 10px;
  top: 12px;
  height: 13px;
  width: 13px;
  background-color: #c35400;
  background: url(../images/bg-drop.png) 0px -44px no-repeat;
}
.offcanvas-button_close:hover:after {
  background-color: #ca6c30;
}
.js-nav .offcanvas {
  right: 0;
}
.site-wrap {
  background: #e2e2e0 url(../images/bg-html.jpg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
/* full width grid view */
.grid #container .wrap,
.search #container .wrap,
.tag #container .wrap {
  width: auto;
  padding: 0 2px;
  max-width: none;
}
#welcome {
  height: 100vh;
  z-index: 50;
  backgrond: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#welcome #info {
  max-width: 720px;
  margin: 0 auto;
  display: block;
  background-color: rgba(0,0,0,0.75);
  border-radius: 3px;
  position: relative;
  z-index: 10;
}
#welcome #info-header {
  padding: 21px 20px;
  background: #1b1b1b url(../images/bg-header.png) top left repeat ;
  border-radius: 3px 3px 0 0;
}
#welcome #info-header h1 img {
  display: block;
  max-width: 235px;
  height: auto;
}
#welcome #info-content {
  padding: 30px 20px;
  text-align: center;
}
#welcome #info-content p {
  padding: 0 0 30px;
  color: #fff;
  font: 200 24px/1.15 proxima-nova-alt-ext-cond;
}
#welcome #info-content #start {
  display: inline-block;
  padding: 6px 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font: 700 20px/1.2 proxima-nova-alt-ext-cond;
  background: url(../images/bg-start.png) top left repeat-x #c35500;
  border: 1px solid #c96309;
  border-radius: 3px;
}
#welcome #info-footer {
  padding: 0 20px;
  background: #000;
  border-radius: 0 0 3px 3px;
}
#welcome #info-footer p {
  padding: 14px 0 16px;
  color: #fff;
  text-decoration: none;
  font: 200 20px/1 proxima-nova-alt-ext-cond;
}
#welcome #info-footer p a {
  color: #cf5f2b;
  font-weight: bold;
  text-decoration: none;
  font-size: 80%;
}
#welcome img {
  position: relative;
  z-index: 1;
  width: 100%;
}
header {
  background: #1b1b1b url(../images/bg-header.png) top left repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  height: 56px;
  z-index: 100;
}
.welcome header {
  top: -100px;
}
header .wrap {
  position: relative;
}
header #logo {
  position: relative;
  display: block;
  max-width: 150px;
  height: auto;
  margin: 10px 0;
  float: left;
}
.header-nav {
  margin: 30px 0 0;
  display: none;
}
.header-nav_display {
  display: block !important;
}
.header-nav ul {
  float: left;
  margin: 0 20px 0 0;
}
.header-nav ul li {
  float: left
}
.header-nav ul li a {
  color: #fff;
  text-decoration: underline;
  font: 200 24px/1.6 proxima-nova-alt-ext-cond;
}
#searchTerms {
  background: url(../images/bg-footer.png) top left repeat-x #c35400;
  color: #fff;
  font: 600 17px/1 proxima-nova-alt-ext-cond;
  padding: 8px 100px 10px 15px;
  position: relative;
}
#searchTerms em {
  font-weight: 400;
  font-size: 20px;
}
#searchTerms a {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #843901 url(../images/x-small.png) no-repeat 7px 10px;
  color: #fff;
  display: block;
  padding: 7px 8px 5px 21px;
  text-decoration: none;
  font: 400 16px/1 proxima-nova-condensed;
  text-transform: uppercase;
  border-radius: 3px;
}
form.search {
  margin-top: 20px;
  width: 200px;
  height: 36px;
  margin-right: 5px;
  float: left;
  position: relative;
}
form.search .text {
  width: 160px;
  height: 36px;
  padding: 0 30px 0 10px;
  background: #fff;
  border: none;
  outline: none;
  color: #aaa;
  text-transform: uppercase;
  font: 300 18px/2 proxima-nova-alt-ext-cond;
  border-radius: 3px;
  box-shadow: none;
}
form.search .submit {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  display: block;
  text-indent: -9999em;
  background: url(../images/bg-search.gif) no-repeat;
  border: none;
}
#container {
  padding: 56px 0 0;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.welcome #container {
  display: none
}
#map_canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
#map_canvas .infowindow {
  color: #444;
  width: 100%;
  max-width: 420px;
  border-radius: 10px;
}
#map_canvas .infowindow h2 {
  font: 700 22px/1.3 proxima-nova-alt-ext-cond
}
#map_canvas .infowindow p {
  font: 14px/1.3 helvetica;
  margin-bottom: 15px;
}
#map_canvas .infowindow p.artist {
  font-size: 12px;
  margin-bottom: 5px;
}
#map_canvas .infowindow img {
  float: right;
  border: 1px solid #D4D4D4;
  margin-top: 10px;
  margin-left: 10px;
}
#map_canvas .infowindow a {
  padding: 6px 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font: 700 18px/1 proxima-nova-alt-ext-cond;
  background: url(../images/bg-start.png) top left repeat-x #c35500;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 5px;
}
#art-list {
  padding-bottom: 418px;
  min-height: 100%;
  min-width: 208px;
  margin: 0 auto;
}
#art-list.hidden {
  z-index: 0
}
#loading-art {
  height: 20px;
  width: 20px;
  display: block;
  position: fixed;
  bottom: 155px;
  left: 50%;
  margin-left: -10px;
  background: url(../images/ajax-loader.gif) center no-repeat;
}
#loading-art.center {
  bottom: auto;
  top: 50%;
  margin-top: 10px;
}
#art-list .blocker {
  display: none
}
#art-list.disabled .blocker {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/bg-disabled.png);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  pointer-events: none;
}
a.piece {
  margin: 2px 2px 0;
  width: 204px;
  height: 204px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  z-index: 5;
  -webkit-perspective: 1000;
}
a.piece.flip {
  z-index: 10
}
a.piece .front {
  width: 204px;
  height: 204px;
  position: absolute;
  top: 0;
  left: 0;
  float: none;
  z-index: 3;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
a.piece.flip .front,
a.piece.active .front {
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
a.piece .back {
  width: 184px;
  height: 164px;
  padding: 20px 10px;
  overflow: hidden;
  text-align: center;
  display: block;
  background: url(../images/bg-cornerplus.gif) top right no-repeat #fff;
  position: absolute;
  top: 0;
  left: 0;
  float: none;
  z-index: 1;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
a.piece .in-progress {
  display: block;
  background: url(../images/bg-inprogress-small.png) top left no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  float: none;
  z-index: 4;
  width: 97px;
  height: 93px;
}
a.piece .is-transitory {
  display: block;
  background: url(../images/bg-istransitory-small.png) top left no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  float: none;
  z-index: 4;
  width: 97px;
  height: 93px;
}
a.piece.flip .back,
a.piece.active .back {
  z-index: 1000;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
a.piece.active {
  cursor: default;
  z-index: 7;
}
a.piece.disabled {
  cursor: default
}
.no-csstransforms3d a.piece img,
.no-csstransforms3d a.piece .back {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.back h1 {
  margin: 0;
  padding: 0;
  color: #c5b951;
  font: 400 22px/1 proxima-nova-alt-ext-cond;
  text-transform: uppercase;
}
.back h2 {
  margin: 0 0 5px;
  padding: 0;
  color: #494949;
  font: 300 16px/1 proxima-nova-alt-ext-cond;
  text-transform: uppercase;
}
.back p {
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 13px;
}
#popup {
  display: block;
  background: #fff;
  max-width: 414px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 50;
  overflow: hidden;
  border-radius: 3px;
}
.popup-wrap {
  padding: 20px;
}
#popup .gallery {
  cursor: pointer;
  max-width: 414px;
  max-height: 274px;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  border-radius: 3px 3px 0 0;
}
#popup .gallery img {
  max-width: 414px;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.close {
  width: 54px;
  height: 22px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/bg-close.png);
  text-indent: -9999em;
}
#popup p {
  padding: 0;
  font: 400 16px/1.2 proxima-nova-alt-ext-cond;
}
#popup p strong {
  font-weight: 700
}
#popup p a {
  color: #c35500;
  text-decoration: none;
}
#popup a.details {
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font: 600 18px/1 proxima-nova-alt-ext-cond;
  background-color: #c35500;
  border-radius: 3px;
  display: inline-block;
  margin: 14px 0 0;
}
#popup a.details:hover {
  background-color: #5e2b13
}
#popup {
  z-index: 1500;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}
#popup.visible {
  z-index: 50;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.popup-details-wrap {
  float: left;
  max-width: 277px;
}
#popup .thumb {
  float: right;
  border: 1px solid #d4d4d4;
}
#popup .in-progress {
  display: block;
  background: url(../images/bg-inprogress-small.png) top left no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  float: none;
  z-index: 4;
  width: 97px;
  height: 93px;
}
#popup .is-transitory {
  display: block;
  background: url(../images/bg-istransitory-small.png) top left no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  float: none;
  z-index: 4;
  width: 97px;
  height: 93px;
}
#details {
  padding: 60px 0;
  position: relative;
  z-index: 2;
}
#details #banner {
  background: #fff;
  margin: 0 0 40px;
  padding: 20px;
  position: relative;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}
#details #banner h1 {
  padding: 0 0 10px;
  color: #222;
  font: 700 42px/1 proxima-nova-alt-ext-cond;
}
#details #banner h1 span {
  font-weight: 500;
  font-size: 32px;
}
#details #banner #info {
  margin: 0 0 30px 0;
  padding: 10px 20px;
  background: url(../images/bg-footer.png) #c35400;
}
#details #banner #info p {
  margin: 0;
  padding: 0;
  color: #fff;
  font: 400 20px/1.2 proxima-nova-alt-ext-cond;
}
.boxshadow #details #banner #info {
  margin-right: -30px;
  box-shadow: -1px 1px #7c4116, -2px 2px #7c4116, -3px 3px #7c4116, -4px 4px #7c4116, -5px 5px #7c4116, -6px 6px #7c4116, -7px 7px #7c4116, -8px 8px #7c4116, -9px 9px #7c4116, -10px 10px #7c4116;
}
.glance {
  background: #e4e4e4;
  color: #464646;
  padding: 20px;
  overflow: hidden;
}
.glance h2 {
  background: url('../images/icon-info.png') no-repeat 0 6px;
  font: 700 30px/1 proxima-nova-alt-ext-cond;
  margin: 0 0 5px;
  padding: 0 0 0 26px;
}
.glance p {
  font: 400 24px/1 proxima-nova-alt-ext-cond
}
#details #gallery {
  background: #E4E4E4;
  margin: 0 20px 20px 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#gallery .image {
  display: block;
  width: 100%;
  height: auto;
}
#gallery .image a,
#gallery .image img {
  vertical-align: middle;
  margin: auto;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
#gallery .image img {
  width: 100%;
  height: auto;
}
#gallery .image-caption {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #FFF;
  line-height: 1.5;
  font-size: 14px;
  padding: 0 1em;
}
#gallery .in-progress {
  display: block;
  background: url(../images/bg-inprogress-big.png) top left no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  float: none;
  z-index: 4;
  width: 128px;
  height: 123px;
}
#gallery .is-transitory {
  display: block;
  background: url(../images/bg-istransitory-big.png) top left no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  float: none;
  z-index: 4;
  width: 128px;
  height: 123px;
}
#details #gallery .prev,
#details #gallery .next {
  background: no-repeat left center;
  height: 100%;
  width: 25%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 105;
  text-indent: -9999px;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
#details #gallery a.next {
  background-image: url('../images/next.png');
  left: auto;
  right: 0;
  background-position: right center
}
#details #gallery a.prev {
  background-image: url('../images/prev.png');
  background-position: left center
}
#details #gallery a.next:hover,
#details #gallery a.next.hint {
  background-position: right center
}
#details #gallery a.prev:hover {
  background-position: left center
}
#details #gallery .noimage {
  width: 100%;
  height: 100%;
}
#details #gallery :focus {
  outline: 0
}
.cycle-overlay {
  position: absolute;
  bottom: 0px;
  background: rgba(0,0,0,0.75);
  color: #fff;
  z-index: 100;
  width: 100%;
  padding: 1rem;
  text-align: right;
  right: 0;
  min-height: 1rem;
  display: none;
}
#details #pagers {
  position: absolute;
  bottom: 14px;
  left: 19px;
  z-index: 105;
}
#details #pagers span {
  background: #ddd;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  text-indent: -9999em;
  border-radius: 6px;
}
#details #pagers span.cycle-pager-active {
  background-color: #C35400
}
.main-col {
  margin: 0 0 40px 0;
}
.main-col p {
  margin: 0 0 1.5em;
  padding: 0;
  color: #494949;
  font: 500 15px/1.5 Helvetica, Arial, sans-serif;
}
/* =related */
.related .gamma {
  margin-bottom: 15px
}
.related p {
  font-size: 14px
}
/* =tabs */
.tabs {
  list-style-type: none;
  margin: 0;
}
.tabs li {
  display: inline-block
}
.tabs a {
  color: #81787a;
  display: block;
  text-decoration: none;
  padding: 5px 15px;
  font: 400 24px/1 proxima-nova-alt-ext-cond;
}
.tabs .active a {
  background: #fff;
  color: #231f20;
}
.tabcontent {
  background: #fff;
  padding: 15px;
}
.rgba .tabs a {
  background: rgba(255,255,255,0.5)
}
.rgba .tabs .active a {
  background: #fff
}
#tags .tags {
  color: #BE5000;
  display: block;
}
#tags .tags a {
  color: #BE5000;
  font: 400 24px/1.4 proxima-nova-alt-ext-cond;
  text-decoration: none;
}
/* =headings */
.beta {
  margin: 0;
  padding: 0 0 5px;
  color: #222;
  font: 500 32px/1 proxima-nova-alt-ext-cond;
}
.gamma {
  color: #7e7e7e;
  padding: 0 0 5px;
  font: 500 26px/1 proxima-nova-alt-ext-cond;
}
.delta {
  color: #464646;
  font: 500 22px/1 proxima-nova-alt-ext-cond;
  margin-bottom: 10px;
}
.delta a {
  color: #231f20;
  text-decoration: none;
}
.side-col h1 {
  margin: 0;
  padding: 0 0 5px;
  color: #222;
  font: 600 32px/1 proxima-nova-alt-ext-cond;
}
.side-col p {
  margin: 0;
  padding: 0;
  color: #494949;
  font: 400 20px/1.4 proxima-nova-alt-ext-cond;
}
.side-col p strong {
  font-weight: 600
}
.side-col .help {
  color: #888;
  text-decoration: none;
  font-size: 16px;
  font-style: italic;
}
/* =map */
.mapPreview {
  margin-top: 5px
}
.mapPreview a {
  text-decoration: none
}
.mapPreview img {
  border: 1px solid #fff;
  max-width: 100%;
}
.mapPreview p {
  font-size: 18px
}
/* =qrcode */
.qrcode {
  margin: 20px 0 30px;
  overflow: hidden;
}
.qrcode img {
  display: inline;
  float: left;
  margin: 0 20px 0 0;
}
.qrcode p {
  color: #231f20;
  font: 400 22px/1.2 proxima-nova-alt-ext-cond;
  margin: 17px 0 0 0;
}
.qrcode a {
  display: block
}
/* =foursquare */
.foursquare {
  background: url('../images/bg-divider.png') repeat-x;
  position: relative;
  padding: 25px 0 10px;
}
.foursquare .title {
  background: url('../images/foursquare-tours.png') no-repeat;
  text-indent: -999em;
  display: block;
  width: 203px;
  height: 43px;
}
.foursquare .help {
  position: absolute;
  top: 40px;
  left: 216px;
}
.foursquare ul {
  list-style-type: none;
  margin: 10px 0 10px 17px;
  padding: 0;
}
.foursquare li {
  background: url('../images/icon-location.png') no-repeat 0 2px;
  color: #be5000;
  font-size: 18px;
  padding: 0 0 5px 20px;
}
.foursquare a {
  color: #be5000;
  text-decoration: none;
}
#share {
  background: url('../images/bg-divider.png') repeat-x;
  position: relative;
  padding: 25px 0;
}
#timeline {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#timeline .vcenter {
  height: 100%;
  width: 100%;
  /*max-height: 400px;*/
  /*top: 66px;*/
  display: block;
  position: relative;
}
#timeline section:first-child {
  margin-top: 66px;
}
#timeline section {
  /*border-left: 1px solid #cac6c6;*/
  cursor: pointer;
  /*float: left;*/
  padding: 0 12px 20px 12px;
  position: relative;
  width: 100%;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  /*height: 100vh !important;*/
  /* active by default */
  background: #fff;
  /*width: 615px;*/
  text-align: left;
  box-sizing: border-box;
  height: 100% !important;
}
#timeline section:hover {
  background: rgba(255,255,255,0.25);
}
#timeline section.active {
  cursor: auto
}
#timeline section.first {
  border: 0
}
#timeline section .preview {
  /*float: left;*/
  text-align: center;
  width: 100%;
  /*max-width: 300px;*/
}
#timeline section.active .preview {
  cursor: auto
}
#timeline h2 {
  font: 300 80px/1.4 proxima-nova-alt-ext-cond;
}
#timeline h3 {
  font: 300 30px/1.4 proxima-nova-alt-ext-cond;
}
#timeline p {
  font: 18px/1.2 proxima-nova-alt-ext-cond
}
#timeline .gallery img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  margin-bottom: 20px;
}
#timeline section .expanded {
  /*float: right;*/
  /*margin: 0 0 0 10px;*/
  width: 100%;
  /*max-width: 305px;*/
  position: relative;
}
#timeline section .expanded h3,
#timeline section .expanded .period-items {
  margin-bottom: 10px;
}
#timeline section .expanded p {
  margin-bottom: 20px;
}
#timeline section.active .expanded {
  display: block
}
#timeline section .close {
  display: none
}
#timeline section.active .close {
  top: 56px;
  right: 0;
}
#timeline section .more {
  text-decoration: none;
  color: #843901;
  font: 18px/1.4 proxima-nova-alt-ext-cond;
}
#timeline.active section {
  opacity: 0.4
}
#timeline.active section.active {
  opacity: 1
}
.period-items a {
  float: left;
  margin: 0 10px 10px 0;
}
.period-items a:nth-child(3n) {
  margin-right: 0
}
.period-items img {
  display: block;
  vertical-align: bottom;
}
/* timeline scroller */
#timelineScroller .viewport {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: scroll;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}
#timelineScroller .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  /* vertical scroll on mobile */
  /*width: 100% !important;*/
  width: 100%;
}
#timelineScroller .scrollbar {
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 0;
}
#timelineScroller .thumb {
  background: #888;
  height: 8px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 99px;
}
/* footer */
footer {
  display: none;
}
.footer_display {
  display: block !important;
}
.welcome footer {
  bottom: -100px;
  display: none;
}
footer .wrap {
  /*height: 72px;*/
  position: relative;
}
footer nav {
  margin: 0;
}
footer nav ul {
  margin: 18px 0 11px 0;
  padding: 0;
}
footer nav ul.filters {
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
footer nav ul li {
  margin: 0 4px;
  color: #fff;
  font: 500 24px/1.8 proxima-nova-alt-ext-cond;
  text-transform: uppercase;
  position: relative;
}
footer nav ul li a {
  color: #fff;
  background: #843901;
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  font: 300 24px/1 proxima-nova-alt-ext-cond;
  border-radius: 3px;
}
footer nav ul li a.drop {
  cursor: default;
  background: transparent;
}
footer nav ul li a.drop.active {
  background-position: 10px -30px;
  cursor: pointer;
}
footer nav ul li .dropdown {
  width: 100%;
  background-color: #843901;
  border-radius: 5px;
}
footer nav ul li .dropdown ul {
  margin: 4px 0 18px;
  padding: 8px 0 4px;
}
footer nav ul li .dropdown ul li a {
  display: block;
  font-size: 20px;
  padding: 5px 12px;
  margin: 0 0 4px;
  position: relative;
}
footer nav ul li .dropdown ul li a.active {
  background-color: #ca6c30
}
footer nav ul li .dropdown ul li a.active:after {
  content:"";
  display: block;
  position: absolute;
  right: 8px;
  top: 8px;
  height: 13px;
  width: 13px;
  background: url(../images/bg-drop.png) 0px -44px no-repeat #ca6c30;
}
footer #eac {
  margin: 20px auto 20px;
  display: block;
  width: 60px
}
footer #eac img {
  width: 60px;
  height: auto;
  display: block;
  vertical-align: top;
}
/* disabled filters */
footer nav ul.filters.disabled {
  opacity: 0.3
}
footer nav ul.filters.disabled .dropdown {
  display: none
}
footer nav ul.filters.disabled li a {
  cursor: default;
  background-color: #843901;
}
footer nav .view li {
  margin: 0 4px 4px;
  padding: 0;
}
footer nav .view a {
  background-image: url('../images/viewby.png');
  background-repeat: no-repeat;
  padding: 8px 12px 8px 42px;
  margin: 0;
  line-height: 1;
}
footer nav .view a.grid {
  background-position: 9px 9px
}
footer nav .view a.timeline {
  background-position: 9px -34px
}
footer nav .view a.map {
  background-position: 9px -73px
}
/* section active states */
body.grid footer nav .view a.grid,
body.search footer nav .view a.grid,
body.tag footer nav .view a.grid,
body.timeline footer nav .view a.timeline,
body.map footer nav .view a.map {
  background-color: #ca6c30
}
.modal {
  display: none;
  z-index: 400;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.modal-wrap {
  padding: 20px;
  max-width: 600px;
  margin: 0 auto;
  background: #1B1B1B;;
  display: block;
  position: relative;
}
.modal a.close-modal {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 54px;
  height: 22px;
  text-indent: -9999px;
  background: url(../images/bg-close.png) no-repeat 0 0;
}
.imgmodal .modal-wrap {
  max-width: 1000px;
  padding: 0;
}
.imgmodal img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}
.modal h1 {
  color: #fff;
  text-transform: uppercase;
  font: 500 34px/1 proxima-nova-alt-ext-cond;
  margin: -20px -20px 20px;
  padding: 21px 20px;
  background: url(../images/bg-header.png) top left repeat-x #1B1B1B;
}
.modal p {
  margin: 0 0 15px;
  padding: 0;
  color: #fff;
  font: 500 16px/1.4 Helvetica, Arial, sans-serif;
}
.modal p a {
  color: #cf5f2b;
  text-decoration: none;
}
.modal h2 {
  color: #fff;
  font-size: 18px;
}
#facebook.modal {
  top: 50%;
  bottom: auto;
  width: 480px;
  height: 170px;
  margin: -120px 0 0 -260px;
  background: #000;
  box-shadow: 0 0 100px 20px #000;
}
#facebook.modal h1 {
  padding: 10px 20px;
  background: url(../images/bg-footer.png);
}
#facebook.modal #fbtoken-text {
  width: 400px;
  padding: 10px 10px;
  font-size: 15px;
  background: #fff;
  border: none;
  outline: none;
  border-radius: 5px;
}
/* Start: Recommended Isotope styles */
.isotope-item {
  z-index: 2
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: opacity,transform;
  -moz-transition-property: opacity,transform;
  transition-property: opacity,transform;
}
/**** 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;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}
.site-curtain {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  background-color: rgba(0,0,0,0);
  transition: background-color 250ms ease-in-out;
}
.site-curtain.is-open {
  right: 0;
  bottom: 0;
  z-index: 300;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}


@media screen and (min-width: 640px) {
  #welcome #info-content {
    padding: 30px 40px;
  }
  #welcome #info-content p {
    font: 200 28px/1.15 proxima-nova-alt-ext-cond;
  }
  #welcome #info-content #start {
    font: 700 28px/1 proxima-nova-alt-ext-cond;
  }
  #welcome #info-footer p {
    font: 200 18px/1 proxima-nova-alt-ext-cond;
  }
  #details #banner #info,
  .glance {
    display: block;
    width: 40%;
  }
  #details #banner #info {
    float: left;
    margin: 0 0 10px 10px;
  }
  .glance {
    float: right;
  }
  #popup p {
    font: 400 20px/1.2 proxima-nova-alt-ext-cond;
  }
  #popup a.details {
    font: 600 22px/1 proxima-nova-alt-ext-cond;
  }
  #map_canvas .infowindow a {
    font: 700 22px/1 proxima-nova-alt-ext-cond;
  }
}
@media screen and (min-width: 768px) {
  #welcome {
    overflow: hidden;
  }
  #welcome #info {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .modal-wrap {
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .imgmodal img {
    border-radius: 3px;
  }
  .modal h1 {
    border-radius: 3px 3px 0 0;
  }
  .close-modal {
    border-radius: 0 3px 0 0;
  }
  #timeline section {
    padding: 0 12px 20px 12px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  #timeline section .preview {
    float: left;
    max-width: 300px;
  }
  #timeline section .expanded {
    float: right;
    margin: 0 0 0 20px;
    max-width: 305px;
  }
  .cycle-overlay {
    display: block;
  }
}
@media screen and (min-width: 1040px) {
  .header-nav ul li a {
    text-decoration: none;
  }
  form.search {
    margin-top: 0;
  }
  #container {
    padding: 97px 0 72px;
  }
  header #logo {
    max-width: 235px;
    margin: 20px 0;
  }
  header {
    height: 97px;
  }
  .header-nav,
  footer {
    display: block;
  }
  #offcanvas,
  .offcanvas-button {
    display: none;
  }
  #welcome #info-content {
    padding: 30px 50px;
  }
  #welcome #info-content p {
    font: 200 34px/1.15 proxima-nova-alt-ext-cond;
  }
  #welcome #info-content #start {
    font: 700 34px/1 proxima-nova-alt-ext-cond;
  }
  #welcome #info-footer p {
    font: 200 20px/1 proxima-nova-alt-ext-cond;
  }
  .header-nav {
    float: right;
  }
  #searchTerms {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    top: 30px;
    left: 275px;
    width: 245px;
    border-radius: 3px;
  }
  footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background: #c35400 url(../images/bg-footer.png) top left repeat-x;
  }
  footer nav,
  footer nav ul,
  footer nav ul li {
    float: left;
  }
  footer nav ul {
    margin: 18px 20px 11px 0;
  }
  footer nav ul li:hover a.drop {
    border-radius: 0 0 3px 3px;
  }
  footer nav ul li a:hover,
  footer nav ul li a.drop:hover {
    background-color: #5e2b13
  }
  footer nav ul li a.active,
  footer nav ul li a.drop.active {
    background-color: #ca6c30
  }
  footer nav ul li a.drop {
    padding-left: 32px;
    background: url(../images/bg-drop.png) 10px 17px no-repeat #843901;
  }
  footer nav ul li .dropdown {
    width: 120px;
    display: none;
    border-radius: 5px 5px 5px 0;
  }
  footer nav ul li .dropdown ul {
    margin: 4px 0 0;
    padding: 0;
  }
  footer nav ul li .dropdown ul li {
    width: 113px
  }
  footer nav ul li:hover .dropdown {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 0;
  }
  footer #eac {
    margin: 9px 0 0;
    float: right;
  }
  footer nav .view li {
    margin: 0 4px;
  }
  #details #gallery a.next {
    background-position: 150% center;
  }
  #details #gallery a.prev {
    background-position: -50% center;
  }
  #gallery {
    width: 70% !important;
    float: left;
    margin-bottom: 0 !important;
  }
  #details #banner #info,
  .glance {
    float: right;
  }
  #details #banner #info {
    margin: 0 -30px 30px 0 !important;
    width: 26%;
  }
  .glance {
    width: 22%;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .main-col {
    width: 68%;
    float: left;
  }
  .side-col {
    float: right;
    width: 28%;
  }
  #timeline .vcenter {
    max-height: 450px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #timeline section {
    border-left: 1px solid #cac6c6;
    float: left;
    padding: 0 12px 20px 12px;
    margin-left: auto;
    margin-right: auto;
    height: 100vh !important;
    background: transparent;
    width: 325px;
    margin-top: 0 !important;
  }
  #timelineScroller .scrollbar {
    bottom: 80px;
  }
  #timeline section.active .close {
    display: block;
    top: 97px;
  }
  #timeline section.active {
    background: #fff;
    width: 650px;
    text-align: left;
  }
  #timeline section .expanded {
    display: none;
  }
  #timeline .gallery {
    margin-top: 75px;
  }
  #timelineScroller .viewport {
    background: transparent;
  }
}
@media screen and (min-width: 1400px) {
    header {
      margin-right: -160px;
      left: auto;
    }
    header:before {
      content: url(../images/bg-header-left.png);
      position: absolute;
      top: 0;
      left: -97px;
    }
    .header-wrap {
      margin-right: 320px;
    }
    footer {
      margin-left: -150px;
    }
    footer:after {
      content: url(../images/bg-footer-right.png);
      position: absolute;
      top: 0;
      right: -72px;
    }
    .footer-wrap {
      margin-left: 300px;
    }
}