body {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.highlight {
  color: #999999;
}
#header {
  width: 100%;
  background-color: #131719;
  padding-top: 56px;
  position: fixed;
  z-index: 99;
}
#header #logo {
  text-align: center;
}
#header nav {
  padding: 0;
  margin-top: 8px;
  padding-bottom: 58px;
}
#header nav ul {
  margin: 0;
}
#header nav li {
  float: left;
  width: 33.33%;
  text-align: center;
}
#header nav a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  letter-spacing: 2px;
}
#header nav a:hover {
  text-decoration: underline;
}
#header nav .left {
  width: 27%;
}
#header nav .center {
  width: 46%;
  text-align: center;
  font-weight: 600;
}
#header nav .center a {
  text-decoration: none;
}
#header nav .center li {
  width: 100%;
}
#header nav .right {
  width: 27%;
}
.wrap {
  width: 960px;
  margin: 0 auto;
}
#gallery-container {
  width: 100%;
  overflow: hidden;
}
#gallery {
  padding-top: 200px;
  width: 960px;
  margin: 0 auto;
  /* pager */
}
#gallery .slideshow {
  margin-left: -720px;
}
#gallery .slideshow img {
  width: 800px;
  height: 450px;
}
#gallery div.responsive img {
  width: auto;
  height: auto;
}
#gallery .cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
}
#gallery .cycle-pager span {
  font-family: arial;
  font-size: 40px;
  width: 20px;
  height: 20px;
  display: inline-block;
  color: #ccc;
  cursor: pointer;
  margin-right: 20px;
}
#gallery .cycle-pager span.cycle-pager-active {
  color: #141719;
}
#gallery .cycle-pager > * {
  cursor: pointer;
}
#gallery .cycle-pager {
  margin-top: 6px;
  position: static;
  height: 38px;
}
#book {
  padding: 25px 0;
}
#gallery div.vertical {
  width: 100px;
}
#gallery .description {
  font-size: 16px;
  line-height: 25px;
  margin-top: 25px;
  margin-bottom: 46px;
}
#gallery .description h1 {
  text-transform: uppercase;
}
#main-content section {
  background: transparent url('/img/spacer.png') no-repeat top;
  padding-top: 60px;
}
#main-content h1 {
  color: #131719;
  font-size: 36px;
  line-height: 43px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 20px;
  letter-spacing: 2px;
}
#main-content .description {
  font-size: 16px;
  line-height: 25px;
}

.jr-closed {
  height: 138px;
  width: 257px;
  background: url('/img/jr-closed.png') no-repeat;
  position: fixed;
  left: 0;
  top: 18px;
  z-index: 999;
}

.christmas-sales-artists {
  margin: 20px 0;
}

.christmas-sales-artists .artist {
  padding-bottom: 20px;
}

#main-content .artists {
  width: 600px;
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 16px;
}
#main-content .artists .artist {
  float: left;
  width: 300px;
  margin-bottom: 40px;
}

#main-content .artists .artist img:hover {
  opacity: 0.8;
}

#main-content .artists .artist .author {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 22px;
  margin-bottom: 10px;
}
#main-content .artists .artist .author a {
  color: #000;
  text-decoration: none;
}
#main-content .artists .artist .art {
  font-size: 14px;
  line-height: 20px;
}
#main-content .artists .artist .url {
  font-size: 14px;
  line-height: 20px;
}
#main-content .artists .artist .url a {
  text-decoration: none;
  color: #131719;
}
#main-content .foods {
  margin-top: 80px;
  line-height: 0;
}
#main-content .foods .food {
  float: left;
  width: 50%;
}
#main-content .foods .food .caption {
  font-size: 14px;
  line-height: 20px;
}
#main-content .foods .food .caption.food1 {
  width: 140px;
  padding-left: 10px;
}
#main-content .foods .food .caption.food2 {
  margin-right: 10px;
}
#main-content .foods .left {
  text-align: right;
}
#main-content .foods .left .caption {
  float: left;
}
#main-content .foods .right {
  text-align: left;
}
#main-content .foods .right .caption {
  float: right;
  width: 135px;
  padding-right: 10px;
}
#main-content .foods .right img {
  margin-left: 10px;
  margin-bottom: 20px;
}
#download {
  margin-top: 64px;
  margin-bottom: 50px;
}
#download a {
  font-size: 16px;
  line-height: 20px;
  color: #131719;
}
#map {
  margin-top: 72px;
  width: 100%;
}
#map #map-canvas {
  margin: 0;
  padding: 0;
  height: 385px;
}
#footer {
  background-color: #131719;
  width: 100%;
}
#footer .social {
  margin-top: 38px;
  margin-bottom: 44px;
  width: 33.33%;
  float: left;
}
#footer .social .media {
  color: #FFFFFF;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 7px;
}
#footer .social .web {
  font-size: 14px;
  line-height: 20px;
}
#credits {
  font-size: 13px;
  line-height: 88px;
}
#credits a {
  text-decoration: none;
}
.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
.cleanlink {
  color: #000;
  text-decoration: none;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 30px 60px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.white-popup p {
  font-size: 12px;
  line-height: 25px;
  padding-bottom: 20px;
}
.white-popup h1 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 22px;
  margin-bottom: 10px;
  text-align: center;
}
#design {
  z-index: 9999;
  width: 139px;
  height: 139px;
  position: fixed;
  top: 0;
  left: 0;
}