body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

legend {
  color: #000; }

/* >> The Magnificent CLEARFIX:Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.wrap:before, .wrap:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden; }

.wrap:after {
  clear: both; }

.wrap {
  zoom: 1; }

.has_sb {
  position: absolute;
  left: -999999em;
  text-indent: -999999em; }

/* always visible styles */
.selectbox {
  display: inline-block;
  *display: inline;
  font-family: arial;
  font-size: 1em;
  margin: 1px;
  position: relative;
  vertical-align: middle;
  zoom: 1; }

.selectbox .display {
  border: 1px solid #abadb3;
  color: #000;
  cursor: default;
  display: block;
  font-weight: normal;
  height: 1.46em;
  line-height: 1.46em;
  overflow: hidden;
  outline: none;
  padding: 0 24px 0 3px;
  position: relative;
  text-decoration: none;
  overflow: hidden; }

.selectbox.disabled .display {
  color: #999; }

.selectbox.focused .display .text {
  background-color: #3399ff;
  color: #fcfcfc;
  display: inline-block;
  *display: inline;
  zoom: 1; }

.selectbox .display.active {
  border-color: #7b7d83; }

.selectbox .display .arrow_btn {
  border: 1px solid #707070;
  display: block;
  height: 1.15em;
  line-height: .92em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 1.08em; }

.selectbox .display .arrow_btn .arrow {
  display: inline-block;
  *display: inline;
  height: 4px;
  left: .33em;
  position: absolute;
  top: .5em;
  width: 7px;
  zoom: 1; }

.selectbox .value {
  display: none; }

/* dropdown styles */
.selectbox.items {
  display: block;
  font-family: arial;
  font-size: 1em;
  list-style-type: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99999; }

.selectbox.items li {
  display: block;
  margin: 0;
  padding: 0;
  /*white-space:nowrap; maybe necessary if using fixedWidth: false */ }

.selectbox.items li.first {
  margin-top: 0; }

.selectbox.items li > .item {
  color: #000;
  cursor: default;
  display: block;
  padding: 4px 6px;
  text-decoration: none; }

.selectbox.items li > .item > .text {
  display: inline-block;
  *display: inline;
  zoom: 1; }

.selectbox.items li.selected > .item {
  border-bottom: 1px dotted #999;
  border-top: 1px dotted #999; }

.selectbox.items li.disabled > .item {
  color: #999; }

.selectbox.items li.hover > .item {
  background-color: #3399ff;
  color: #fcfcfc; }

.selectbox.items .value {
  display: none; }

/* optgroup styles */
.selectbox.items .optgroup .items {
  border: none;
  margin: 0;
  padding: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.selectbox.items .optgroup > .label {
  cursor: default;
  font-weight: bold;
  line-height: 1em; }

.selectbox.items .optgroup .items li > .item {
  padding-left: 1em; }

/* easy rounding styles */
.selectbox .round_sb.display {
  padding: 2px 26px 2px 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.selectbox .round_sb.display .arrow_btn {
  right: 2px;
  top: 2px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.selectbox.round_sb.items {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.selectbox.round_sb.items > li > a {
  padding: 4px 6px; }

.selectbox.round_sb.items > li.first > .item {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px; }

.selectbox.round_sb.items > li.last > .item {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px; }

/* for optgroups */
.selectbox.round_sb.items > li > .label {
  line-height: 2.08em;
  padding: 4px 6px; }

.selectbox.round_sb.items > li > .items li > .item {
  padding: 4px 6px 4px 12px; }

/* fixed width example styles */
.selectbox .display.fixed_width {
  width: 73px;
  padding: 0 24px 0 3px; }

.selectbox.fixed_width.items {
  width: 100px;
  /* width of display text plus the padding (60 + 27) = 87 */ }

.selectbox .display.fixed_width2 {
  width: 60px;
  padding: 0 24px 0 3px; }

.selectbox.fixed_width2.items {
  width: 300px;
  /* width of display text plus the padding (60 + 27) = 87 */ }

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

@font-face {
  font-family: 'FuturaBold';
  src: url("../fonts/FuturaBold.eot");
  src: url("../fonts/FuturaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaBold.woff") format("woff"), url("../fonts/FuturaBold.ttf") format("truetype"), url("../fonts/FuturaBold.svg#FuturaBold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'FuturaBook';
  src: url("../fonts/FuturaBook.eot");
  src: url("../fonts/FuturaBook.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaBook.woff") format("woff"), url("../fonts/FuturaBook.ttf") format("truetype"), url("../fonts/FuturaBook.svg#FuturaBook") format("svg");
  font-weight: normal;
  font-style: normal; }
.account-thinkspace {
  background: #f4f4f4; }
  .account-thinkspace.page-shop section[role="main"]:before {
    margin-top: -25px;
    margin-bottom: 40px;
    font: 1.5em/1.5em FuturaBook, "Trebuchet MS", Arial, sans-serif;
    display: block;
    content: 'The new home for editions from the Thinkpace family.';
    text-align: center; }
  .account-thinkspace nav {
    height: 100px; }
    .account-thinkspace nav > ul li {
      width: auto;
      padding: 0; }
    .account-thinkspace nav li.logo a, .account-thinkspace nav li.tagline a, .account-thinkspace nav li.static-medium-brand a {
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      background-repeat: no-repeat;
      background-position: center;
      height: 60px;
      display: block;
      margin: 0; }
    .account-thinkspace nav li.logo a {
      background-image: url("../img/thinkspace-light.png");
      width: 306px;
      position: relative;
      top: 22px; }
    .account-thinkspace nav li.tagline a {
      background-image: url("../img/thinkspace-header-tagline.jpg");
      background-position: left center;
      width: 525px;
      margin-left: 25px; }
    .account-thinkspace nav li.static-medium-brand a {
      background-image: url("../img/powered-by-light.png");
      width: 141px;
      height: 31px;
      position: absolute;
      right: 0px;
      top: 40px; }
    .account-thinkspace nav li.cart {
      padding-top: 62px; }
  .account-thinkspace footer {
    background: #262626; }
    .account-thinkspace footer li.logo a, .account-thinkspace footer li.inquire a, .account-thinkspace footer li.social a {
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      background-repeat: no-repeat;
      background-position: center;
      height: 61px;
      display: block; }
    .account-thinkspace footer li.logo a {
      background-image: url("../img/thinkspace-dark.png");
      width: 255px;
      height: 58px; }
    .account-thinkspace footer li.inquire a {
      background-image: url("../img/inquire-dark.png");
      position: absolute;
      bottom: 22px;
      margin-left: 48px;
      width: 298px;
      height: 18px; }
    .account-thinkspace footer li.social {
      width: 346px;
      float: right;
      text-align: right; }
      .account-thinkspace footer li.social a {
        float: left;
        margin-right: 0px; }
        .account-thinkspace footer li.social a:last-child {
          margin-right: 0; }
      .account-thinkspace footer li.social .facebook {
        margin-left: 55px;
        width: 15px;
        height: 31px;
        margin-top: 18px;
        margin-right: 20px;
        background-image: url("../img/facebook-dark.png"); }
      .account-thinkspace footer li.social .twitter {
        background-image: url("../img/twitter-dark.png");
        width: 29px;
        height: 24px;
        margin-top: 22px;
        margin-right: 20px; }
      .account-thinkspace footer li.social .instagram {
        background-image: url("../img/instagram-dark.png");
        width: 27px;
        height: 27px;
        margin-right: 20px;
        margin-top: 20px; }
      .account-thinkspace footer li.social .static-medium-brand {
        background-image: url("../img/powered-by-dark.png");
        width: 157px;
        height: 37px;
        margin-top: 14px; }

* {
  margin: 0; }

html, body {
  height: 100%; }

.push {
  height: 80px; }

.footer-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -80px; }

section[role="main"] {
  padding-bottom: 60px; }

body {
  font-family: Courier, "Courier New", serif;
  background: url(../img/bg.png) center center;
  color: #232b34;
  font-size: 12px;
  min-width: 1020px; }

a {
  color: #919498;
  text-decoration: none;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  a:hover {
    color: #232b34; }

p {
  line-height: 1.5em;
  margin-bottom: 1em; }

h1, h2 {
  font: 2em/1.5em FuturaBold, "Trebuchet MS", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px; }

.button {
  display: block;
  padding: 15px 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  color: #919498;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1em;
  text-align: center;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  .button:hover {
    border: 1px solid #232b34;
    border: 1px solid rgba(35, 43, 52, 0.8);
    background: rgba(255, 255, 255, 0.7);
    color: #232b34;
    text-decoration: none;
    cursor: pointer; }

hr {
  color: #232b34;
  background-color: #232b34;
  height: 1px;
  border: none;
  margin: 2em 0; }

.container {
  width: 940px;
  margin: 0 auto;
  clear: both;
  position: relative; }

form div {
  margin-bottom: 20px; }
form label {
  display: block;
  margin-bottom: 4px; }

.one {
  width: 100px;
  margin-right: 30px;
  float: left; }

.two {
  width: 200px;
  margin-right: 30px;
  float: left; }

.short {
  width: 184px;
  margin-right: 16px; }

.three {
  width: 300px;
  margin-right: 30px;
  float: left; }

.four {
  width: 400px;
  margin-right: 30px;
  float: left; }

.five {
  width: 500px;
  margin-right: 30px;
  float: left; }

.first {
  float: left;
  clear: left; }

#state {
  display: none; }

.short input {
  width: 174px; }

select {
  width: 100%;
  padding: 8px 0; }

.quantity-field {
  float: left;
  position: relative; }
  .quantity-field input[type="text"] {
    float: left;
    width: 90px;
    font-size: 14px;
    height: 19px;
    outline: none;
    background: #7e8186;
    border: 0;
    padding: 10px 0 9px;
    font-family: FuturaBold, "Trebuchet MS", Arial, sans-serif;
    color: #fff;
    text-align: center; }
  .quantity-field ul {
    position: absolute;
    right: -34px;
    background: url("../img/sprite.png") no-repeat -731px 0;
    width: 34px;
    height: 38px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent; }
    .quantity-field ul li {
      display: block;
      width: 34px;
      height: 19px; }
    .quantity-field ul:hover {
      cursor: pointer; }

select {
  margin: 0;
  outline: 0;
  clear: both;
  float: left; }

input[type="text"] {
  background: url(../img/input-text.png) repeat-x 0 -26px;
  border: 0;
  border: 1px solid #d7d7d7;
  padding: 6px;
  height: 14px;
  outline: none; }

.error-message {
  color: #de513f;
  font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif; }

label.error {
  color: #de513f;
  font-weight: bold;
  margin-left: -6px; }

label.error:before {
  content: "*";
  position: relative;
  left: -3px;
  top: 25px; }

.fixed {
  height: 60px;
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 #fff; }
  .fixed a.home {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 0 #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 0 #fff; }

.nav-container {
  clear: both;
  height: 173px; }

nav {
  width: 100%;
  height: 60px;
  border-top: 1px solid #d8dad6;
  background: #fff;
  clear: both;
  position: relative;
  z-index: 20; }
  nav ul li {
    float: left;
    padding-top: 22px; }
    nav ul li a {
      margin-right: 130px;
      text-transform: uppercase;
      font-size: 14px;
      font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif;
      letter-spacing: 2px; }
    nav ul li a.home {
      display: block;
      background: url("../img/sprite.png") no-repeat -322px 0;
      width: 143px;
      height: 143px;
      margin: -23px 50px 20px 0;
      border: none;
      font: 0/0 a;
      text-shadow: none;
      color: transparent; }
    nav ul li a.last {
      margin: 0;
      font-family: FuturaBold, "Trebuchet MS", Arial, sans-serif;
      font-weight: bold; }
    nav ul li a.active {
      color: #232b34; }
  nav li.cart {
    position: absolute;
    right: 0;
    top: 38px;
    overflow: hidden; }
    nav li.cart .count {
      float: left;
      width: 115px;
      height: 53px;
      background: #f6f5f6;
      background: rgba(255, 255, 255, 0.7);
      font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px;
      position: relative;
      overflow: hidden; }
      nav li.cart .count p {
        text-align: right;
        line-height: 1.2em;
        position: absolute;
        right: 14px;
        top: 14px;
        width: 115px; }
      nav li.cart .count span {
        font-family: FuturaBold, "Trebuchet MS", Arial, sans-serif;
        font-weight: bold; }
    nav li.cart a {
      float: left;
      display: block;
      background: url("../img/sprite.png") no-repeat -475px 0;
      width: 53px;
      height: 53px;
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      margin-right: 0; }
  nav li.all-prints, nav li.checkout {
    position: absolute; }
    nav li.all-prints a, nav li.checkout a {
      margin-right: 0;
      color: #232b34; }
  nav li.all-prints {
    left: 173px;
    top: 60px;
    -moz-transition: all 200 ease-in-out;
    -o-transition: all 200 ease-in-out;
    -ms-transition: all 200 ease-in-out;
    -webkit-transition: all 200 ease-in-out;
    transition: all 200 ease-in-out; }
    nav li.all-prints span {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
      filter: alpha(opacity=0);
      opacity: 0; }
    nav li.all-prints:hover span {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
      filter: alpha(opacity=100);
      opacity: 1; }
  nav li.checkout {
    right: 75px;
    top: 60px; }

.wrapper {
  clear: both;
  width: 100% !important;
  height: 480px !important; }

#carousel {
  height: 480px; }
  #carousel div {
    width: 100%;
    height: 480px !important;
    overflow: visible;
    float: left;
    position: relative; }
    #carousel div img {
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 433px; }
    #carousel div .title {
      width: 100%;
      padding: 21px 0 19px;
      background: #232b34;
      position: absolute;
      width: 100%;
      bottom: 0;
      text-align: center;
      font-family: FuturaBold, "Trebuchet MS", Arial, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      color: #fff;
      font-size: 14px;
      letter-spacing: 2px;
      line-height: 1em; }

.carousel-nav {
  width: 320px;
  margin: -50px auto 110px auto;
  position: relative;
  z-index: 10; }
  .carousel-nav li {
    float: left;
    margin-top: 15px; }
    .carousel-nav li:hover {
      cursor: pointer; }
  .carousel-nav .button-prev {
    background: url("../img/sprite.png") no-repeat -541px -21px;
    width: 10px;
    height: 19px;
    margin-right: 300px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out; }
    .carousel-nav .button-prev:hover {
      background-position: -561px -21px; }
  .carousel-nav .button-next {
    background: url("../img/sprite.png") no-repeat -561px 0;
    width: 10px;
    height: 19px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out; }
    .carousel-nav .button-next:hover {
      background-position: -541px 0; }

.callout {
  position: relative; }
  .callout .button {
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: -350px;
    width: 110px;
    color: #232b34;
    background: rgba(255, 255, 255, 0.75); }

.homepage header {
  width: 100%;
  height: 400px;
  padding-top: 200px;
  background: url("../img/cover-1.jpg") no-repeat right top;
  clear: both;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden; }
  .homepage header h1 {
    background: url("../img/sprite.png") no-repeat 0 0;
    width: 312px;
    height: 183px;
    margin: 0 auto;
    font: 0/0 a;
    text-shadow: none;
    color: transparent; }
.homepage .intro {
  margin-bottom: 20px;
  width: 940px; }
  .homepage .intro p {
    float: left;
    width: 480px; }
  .homepage .intro .button {
    float: right;
    margin-top: 20px; }
  .homepage .intro .info {
    float: left;
    width: 460px; }
    .homepage .intro .info h1 {
      float: left;
      width: 440px;
      margin: 0 0 10px 0; }
    .homepage .intro .info h2 {
      font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 26px;
      letter-spacing: 2px; }
.homepage .prints {
  margin-bottom: 40px; }
  .homepage .prints h1 {
    margin-bottom: 20px; }
  .homepage .prints p.price {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px; }
  .homepage .prints .button {
    margin-top: 20px;
    float: right; }
  .homepage .prints ul {
    width: 960px;
    margin-left: -20px; }
    .homepage .prints ul li {
      float: left;
      margin-left: 19px;
      position: relative;
      border-bottom: 1px solid #232b34; }
      .homepage .prints ul li .button {
        position: absolute;
        width: 100px;
        height: 14px;
        left: 50%;
        margin-left: -71px;
        top: 50%;
        margin-top: -23px;
        background: #fff; }
      .homepage .prints ul li:hover .link, .homepage .prints ul li:hover .button {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
        filter: alpha(opacity=100);
        opacity: 1; }
      .homepage .prints ul li div {
        width: 220px;
        height: 285px;
        -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.4), 0 0 3px 0 rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.4), 0 0 3px 0 rgba(0, 0, 0, 0.2);
        margin-bottom: 8px; }
        .homepage .prints ul li div img {
          margin: 0 !important;
          position: relative;
          z-index: -1;
          width: 220px;
          height: 285px; }
      .homepage .prints ul li p {
        font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif;
        text-transform: uppercase;
        line-height: 1.5em;
        letter-spacing: 1px; }
        .homepage .prints ul li p span {
          font-family: FuturaBold, "Trebuchet MS", Arial, sans-serif;
          font-weight: bold; }
    .homepage .prints ul:after {
      content: '';
      width: 100%;
      display: inline-block; }
  .homepage .prints .last {
    margin: 0; }

.page-who .banner {
  background: url(../img/who.jpg) center top;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 338px;
  margin: 60px 0 40px; }
.page-who h1 {
  float: left;
  margin-right: 60px; }
.page-who h2 {
  letter-spacing: 2px;
  font-size: 14px; }
.page-who .column1 {
  float: left;
  width: 460px;
  margin: 4px 30px 0 0; }
.page-who .column2 {
  float: left;
  width: 200px;
  margin: 4px 20px 0 0;
  font-family: FuturaBold, "Trebuchet MS", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: 2px; }
.page-who .quote {
  width: 100%;
  padding: 40px 0 25px;
  margin: 60px 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  height: 160px; }
  .page-who .quote .hide {
    display: none; }
  .page-who .quote p {
    font-family: FuturaBold, "Trebuchet MS", Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 4px;
    text-align: center; }
  .page-who .quote p.artist {
    font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif;
    color: #919498;
    font-size: 14px;
    letter-spacing: 2px; }
.page-who section.artists {
  width: 660px;
  margin-right: 40px;
  float: left; }
  .page-who section.artists ul {
    margin-left: -24px; }
    .page-who section.artists ul li {
      margin: 20px 0 20px 25px;
      float: left; }
      .page-who section.artists ul li div {
        width: 200px;
        height: 285px;
        -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.4), 0 0 3px 0 rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.4), 0 0 3px 0 rgba(0, 0, 0, 0.2);
        margin-bottom: 8px; }
        .page-who section.artists ul li div img {
          margin: 0 !important;
          position: relative;
          z-index: -1;
          width: 200px;
          height: 285px; }
      .page-who section.artists ul li p {
        font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px; }
    .page-who section.artists ul:after {
      content: '';
      width: 100%;
      display: inline-block; }
.page-who aside.us {
  width: 240px;
  float: left;
  line-height: 1.5em; }
  .page-who aside.us h2 {
    font-size: 24px;
    border-bottom: 1px solid #232b34;
    padding-bottom: 14px; }
  .page-who aside.us p {
    margin-top: 14px; }
  .page-who aside.us .appointment {
    font-size: 14px;
    margin: 0 0 4px 0; }
  .page-who aside.us h4 {
    font-family: FuturaBold, "Trebuchet MS", Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 4px; }
  .page-who aside.us ul {
    font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px; }
    .page-who aside.us ul li {
      margin-bottom: 20px; }
    .page-who aside.us ul a {
      color: #232b34; }
  .page-who aside.us h3 {
    font-size: 14px;
    padding-top: 20px;
    border-top: 5px solid #232b34; }
    .page-who aside.us h3 a {
      color: #232b34; }
    .page-who aside.us h3 a:hover strong {
      text-decoration: underline; }
    .page-who aside.us h3 strong {
      font-weight: bold; }

.page-what .banner {
  background: url(../img/what.jpg) center top;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 338px;
  margin: 60px 0 0;
  position: relative; }
  .page-what .banner h1 {
    font-family: FuturaBold, "Trebuchet MS", Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 4px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    width: 100px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -226px;
    top: 200px; }
.page-what article {
  padding-top: 30px;
  width: 290px;
  margin-right: 30px;
  float: left; }
  .page-what article h1 {
    width: 100%;
    font-size: 14px;
    float: left;
    border-top: 5px solid #232b34;
    border-bottom: 1px solid #232b34;
    padding: 8px 0;
    margin-bottom: 12px; }
  .page-what article ul {
    margin: 4px 0;
    float: left;
    font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5em; }
    .page-what article ul li {
      margin-bottom: 24px; }
    .page-what article ul span {
      font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif;
      text-transform: none;
      color: #666;
      font-size: 12px; }
  .page-what article.last {
    margin: 0; }

.page-process section[role="main"] {
  padding-top: 173px; }
.page-process h1 {
  font-size: 12px;
  letter-spacing: 2px;
  border-bottom: 1px solid #232b34;
  padding-bottom: 4px; }
.page-process .photography h1, .page-process .screenprinting h1 {
  padding: 4px 0;
  float: left;
  margin: 0 40px 0 4px; }
.page-process .photography p, .page-process .screenprinting p {
  float: right;
  width: 740px;
  margin-bottom: 20px; }
.page-process .workflow {
  width: 100%;
  padding: 40px 0 25px;
  margin: 60px 0;
  background: #f6f5f6;
  background: rgba(255, 255, 255, 0.5); }
  .page-process .workflow h1 {
    font-size: 24px;
    border: none;
    float: left;
    width: 580px; }
  .page-process .workflow p {
    float: right;
    width: 350px; }
.page-process .printing, .page-process .proofing, .page-process .paper {
  width: 290px;
  height: 554px;
  float: left;
  border-bottom: 1px solid #232b34; }
  .page-process .printing h1, .page-process .proofing h1, .page-process .paper h1 {
    width: 100%;
    padding: 10px 0;
    border-top: 3px solid #232b34;
    margin-bottom: 14px; }
  .page-process .printing img, .page-process .proofing img, .page-process .paper img {
    margin: 0 0 20px; }
.page-process .proofing, .page-process .paper {
  margin-right: 30px; }
.page-process .printing {
  float: right; }
.page-process .mounting, .page-process .laser-etching {
  width: 100%;
  padding: 40px 0 25px;
  margin: 60px 0;
  background: #f6f5f6;
  background: rgba(255, 255, 255, 0.5); }
  .page-process .mounting img, .page-process .laser-etching img {
    float: left;
    margin-right: 20px; }
  .page-process .mounting h1, .page-process .laser-etching h1 {
    float: left;
    margin-bottom: 14px; }
  .page-process .mounting p, .page-process .laser-etching p {
    float: left;
    width: 210px; }
.page-process .laser-etching h1 {
  padding: 4px 0;
  float: left;
  margin: 0 40px 0 4px; }
.page-process .laser-etching p {
  float: right;
  width: 760px;
  margin-bottom: 20px; }

.link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 43, 52, 0.8);
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=0);
  opacity: 0; }

.page-shop section[role="main"] {
  padding-top: 173px; }
.page-shop .products {
  width: 965px;
  margin-left: -22px; }
  .page-shop .products .product {
    width: 300px;
    padding-bottom: 16px;
    margin-bottom: 40px;
    border-bottom: 3px solid #232b34;
    min-height: 559px;
    margin-left: 21px;
    float: left; }
    .page-shop .products .product.clear::after {
      clear: both;
      content: "";
      display: table; }
    .page-shop .products .product .image {
      width: 300px;
      height: 345px;
      -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.4), 0 0 3px 0 rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.4), 0 0 3px 0 rgba(0, 0, 0, 0.2);
      margin-bottom: 8px;
      position: relative; }
      .page-shop .products .product .image .sold-out {
        position: absolute;
        padding: 16px 0;
        text-align: center;
        color: #fff;
        width: 100%;
        background: #232b34;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: FuturaBold, "Trebuchet MS", Arial, sans-serif; }
      .page-shop .products .product .image img {
        margin: 0 !important;
        position: relative;
        z-index: -1;
        width: 300px;
        height: 345px; }
      .page-shop .products .product .image .button {
        position: absolute;
        width: 100px;
        height: 14px;
        left: 50%;
        margin-left: -71px;
        top: 50%;
        margin-top: -23px;
        background: #fff; }
      .page-shop .products .product .image:hover .link, .page-shop .products .product .image:hover .button {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
        filter: alpha(opacity=100);
        opacity: 1; }
    .page-shop .products .product dt {
      font-family: FuturaBold, "Trebuchet MS", Arial, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin: 14px 0 4px; }
    .page-shop .products .product .artist {
      font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .page-shop .products .product .price {
      text-align: right;
      font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif;
      letter-spacing: 1px;
      font-size: 14px;
      position: relative;
      padding-bottom: 10px;
      top: -16px;
      border-bottom: 1px solid #232b34; }
    .page-shop .products .product .desc {
      margin-bottom: 2px; }
  .page-shop .products:after {
    content: '';
    width: 100%;
    display: inline-block; }

.page-product section {
  padding-top: 173px; }
.page-product h2 strong {
  font-family: FuturaBold, "Trebuchet MS", Arial, sans-serif;
  letter-spacing: 0px; }
.page-product .left {
  width: 610px;
  margin-right: 30px;
  float: left; }
  .page-product .left h1 {
    font-size: 14px;
    margin: 1em 0; }
  .page-product .left .views li {
    float: left;
    margin-right: 15px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
    .page-product .left .views li img {
      display: block; }
    .page-product .left .views li a {
      position: relative;
      display: block;
      opacity: .7; }
      .page-product .left .views li a:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: 3px solid #fff;
        z-index: 10;
        opacity: .8; }
      .page-product .left .views li a:hover, .page-product .left .views li a.active {
        opacity: 1; }
.page-product .right {
  width: 300px;
  float: left; }
  .page-product .right h1, .page-product .right h2 {
    font-size: 14px;
    letter-spacing: 2px; }
  .page-product .right h2 {
    font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif;
    margin-bottom: 14px; }
  .page-product .right ul.desc {
    letter-spacing: 1px;
    margin-bottom: 30px; }
    .page-product .right ul.desc li {
      margin-bottom: 2px; }
  .page-product .right h3 {
    font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 30px; }
  .page-product .right form {
    margin-bottom: 20px; }
    .page-product .right form .button {
      background: #232b34;
      color: #fff;
      border: none;
      padding: 10px 25px 11px;
      float: right;
      width: 160px; }
      .page-product .right form .button:hover {
        cursor: pointer; }
  .page-product .right ul.social {
    width: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #232b34;
    border-bottom: 3px solid #232b34;
    font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif; }
    .page-product .right ul.social li {
      float: left; }
    .page-product .right ul.social a {
      background: url(../img/sprite.png) no-repeat;
      display: block;
      padding: 5px 0 0 35px;
      height: 22px;
      color: #232b34;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1px;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
      filter: alpha(opacity=100);
      opacity: 1; }
      .page-product .right ul.social a:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
        filter: alpha(opacity=80);
        opacity: 0.8; }
      .page-product .right ul.social a.facebook {
        background-position: -475px -64px;
        margin-right: 36px; }
      .page-product .right ul.social a.pinterest {
        background-position: -475px -101px;
        margin-right: 36px; }
      .page-product .right ul.social a.twitter {
        background-position: -475px -138px;
        float: right; }
  .page-product .right h4 {
    font-family: FuturaBold, "Trebuchet MS", Arial, sans-serif;
    text-transform: uppercase;
    margin: 30px 0 15px;
    font-size: 14px;
    letter-spacing: 2px; }
  .page-product .right p {
    color: #666; }

.page-cart section[role="main"] {
  padding-top: 153px; }
.page-cart table thead {
  font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px; }
  .page-cart table thead td {
    padding-bottom: 14px; }
.page-cart table td {
  padding: 14px 0;
  border-bottom: 1px solid #232b34;
  vertical-align: top;
  font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  position: relative;
  text-align: center; }
.page-cart table img {
  width: 140px;
  float: left;
  margin-right: 20px; }
.page-cart table tfoot td {
  border-bottom: none; }
.page-cart table td.quantity {
  padding-top: 10px; }
.page-cart table td.quantity input {
  width: 50px;
  text-align: center; }
.page-cart table td.continue .button {
  float: left;
  color: #232b34; }
.page-cart table td.subtotal {
  vertical-align: middle; }
  .page-cart table td.subtotal .button {
    background-color: #232b34;
    color: white; }
  .page-cart table td.subtotal p {
    font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: right; }
  .page-cart table td.subtotal span {
    font-family: FuturaBold, "Trebuchet MS", Arial, sans-serif;
    font-weight: bold; }
.page-cart table h2 {
  font-size: 14px; }
.page-cart table .text-left h3 {
  border: none;
  font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif;
  padding: 0;
  clear: none; }
.page-cart h3 {
  font-family: FuturaBold, "Trebuchet MS", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 14px 0 0;
  border-top: 5px solid #232b34;
  border-bottom: 1px solid #232b34;
  margin-bottom: 14px; }
.page-cart form {
  position: relative;
  border-bottom: 5px solid #232b34;
  padding-bottom: 140px;
  margin-bottom: 90px; }
  .page-cart form label {
    width: 100%; }
  .page-cart form input {
    width: 100%; }
  .page-cart form .short input {
    width: 92%; }
  .page-cart form h3 {
    clear: both;
    font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    border-top: 1px solid #232b34;
    padding: 20px 0; }
  .page-cart form .button {
    position: absolute;
    right: 0;
    bottom: -90px;
    width: auto;
    color: #232b34; }
  .page-cart form .continue .button {
    left: 0;
    right: auto; }

.page-cart-2 section[role="main"] {
  padding-top: 153px; }
.page-cart-2 table td {
  padding: 10px 0 0; }
.page-cart-2 table td.subtotal {
  padding-top: 14px;
  border-bottom: 1px solid #d1d3d6; }
.page-cart-2 table td.total {
  vertical-align: middle; }
  .page-cart-2 table td.total p {
    font-family: FuturaBold, "Trebuchet MS", Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: right; }
.page-cart-2 form {
  padding-bottom: 80px;
  margin-bottom: 90px; }
.page-cart-2 h3.payment {
  border-bottom: none;
  padding-bottom: 4px;
  font-family: FuturaBold, "Trebuchet MS", Arial, sans-serif;
  font-weight: bold; }

.page-review section[role="main"] {
  padding-top: 173px; }
.page-review .review-header {
  margin-bottom: 40px; }
.page-review .order-address {
  width: 470px;
  margin-bottom: 20px;
  float: left; }
  .page-review .order-address h1 {
    font-size: 14px;
    border-bottom: 1px solid #232b34;
    padding-bottom: 12px;
    margin-bottom: 20px;
    letter-spacing: 2px; }
  .page-review .order-address ul {
    font-size: 14px;
    margin-bottom: 12px;
    padding-bottom: 20px; }
    .page-review .order-address ul li {
      margin-bottom: 2px; }
.page-review .billing-options {
  clear: both; }
  .page-review .billing-options h2 {
    font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 2px;
    width: 940px;
    font-size: 14px;
    padding: 12px 0;
    border-top: 3px solid #232b34;
    border-bottom: 1px solid #232b34;
    margin-bottom: 20px; }
.page-review .total {
  padding: 14px 0;
  font-family: FuturaBold, "Trebuchet MS", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  text-align: right; }
  .page-review .total p {
    margin: 0; }
  .page-review .total span {
    font-family: FuturaBold, "Trebuchet MS", Arial, sans-serif;
    font-weight: bold; }
.page-review .back {
  float: left;
  background: #232b34;
  border: #232b34;
  color: #fff; }
.page-review .review {
  float: right; }
.page-review .button.checkout {
  background-color: #232b34;
  color: white;
  float: right;
  margin-top: 40px;
  margin-bottom: -10px; }
.page-review table {
  border-top: 3px solid #232b34; }
  .page-review table thead {
    font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px; }
    .page-review table thead td {
      padding-bottom: 14px;
      border-bottom: 1px solid #232b34; }
  .page-review table tbody td {
    border-bottom: 1px solid #232b34;
    padding-bottom: 14px; }
  .page-review table td {
    padding-top: 14px;
    vertical-align: top;
    font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif;
    font-size: 14px;
    text-align: center; }
  .page-review table img {
    width: 140px;
    float: left;
    margin-right: 20px; }
  .page-review table td.quantity .quantity-field {
    margin-left: 52px; }
  .page-review table td.continue .button {
    float: left;
    color: #232b34; }
  .page-review table td.subtotal {
    vertical-align: middle; }
    .page-review table td.subtotal p {
      font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif;
      letter-spacing: 2px;
      text-transform: uppercase;
      text-align: right;
      margin: 0; }
    .page-review table td.subtotal span {
      font-family: FuturaBold, "Trebuchet MS", Arial, sans-serif;
      font-weight: bold; }
  .page-review table h2 {
    font-size: 14px; }
  .page-review table h3 {
    border: none;
    font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif;
    padding: 0; }

body.page-404 {
  /* fallback */
  background: #f9f5f2;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#f9f5f2), to(#ddd6ce));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-radial-gradient(circle, #f9f5f2, #ddd6ce);
  /* Firefox 3.6+ */
  background: -moz-radial-gradient(circle, #f9f5f2, #ddd6ce);
  /* IE 10 */
  background: -ms-radial-gradient(circle, #f9f5f2, #ddd6ce);
  /* Opera cannot do radial gradients yet */ }

body.page-404 img {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -355px;
  width: 715;
  height: 615;
  z-index: 0; }

body.page-404 h1 {
  position: relative;
  padding: 200px 0 0;
  text-align: center;
  color: #fff;
  letter-spacing: 4px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 10; }

body.page-404 p {
  position: relative;
  padding: 200px 0 0;
  text-align: center;
  color: #fff;
  letter-spacing: 4px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 10; }

.fixed-footer {
  position: absolute !important;
  bottom: 0; }

footer {
  width: 100%;
  padding: 20px 0;
  background: #fff;
  position: relative; }
  footer ul li {
    float: left;
    font-family: FuturaBold, "Trebuchet MS", Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px; }
    footer ul li.email {
      width: 300px;
      line-height: 40px; }
      footer ul li.email a {
        display: block;
        color: #232b34;
        height: 40px;
        background: url("../img/sprite.png") 0 -193px;
        padding-left: 50px; }
    footer ul li.address {
      width: 400px;
      height: 40px;
      font-size: 10px;
      background: url("../img/sprite.png") 0 -193px;
      padding-left: 50px; }
      footer ul li.address p {
        font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif;
        color: #888;
        margin: 5px 0 0 0; }
    footer ul li.facebook a, footer ul li.instagram a, footer ul li.calculator a, footer ul li.yelp a {
      display: block;
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      background: url("../img/sprite.png") no-repeat;
      width: 40px;
      height: 40px;
      margin-left: 10px; }
    footer ul li.yelp a {
      background-position: -583px -46px;
      margin-left: 0; }
    footer ul li.facebook a {
      background-position: -583px 0; }
    footer ul li.instagram a {
      background-position: -633px 0; }
    footer ul li.calculator a {
      background-position: -683px -0; }
  footer .icon {
    background: url(../img/sprite.png) no-repeat;
    width: 40px;
    height: 40px; }

#calculator {
  width: 450px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 80px;
  margin-left: 40px;
  z-index: 30;
  display: none; }
  #calculator h1 {
    background: #232b34;
    color: #fff;
    width: 450px;
    padding: 14px 0;
    font-size: 14px;
    text-align: center; }
  #calculator h2 {
    font-size: 14px;
    letter-spacing: 2px; }
  #calculator table {
    width: 410px;
    letter-spacing: 2px;
    font-size: 14px;
    margin: 0 20px 14px; }
    #calculator table thead {
      vertical-align: bottom; }
    #calculator table tr {
      border-bottom: 1px solid #d7d7d9; }
    #calculator table td {
      padding: 14px 0; }
    #calculator table .title {
      font-family: FuturaBold, "Trebuchet MS", Arial, sans-serif;
      font-weight: bold;
      text-transform: uppercase; }
    #calculator table .dimension {
      font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif;
      text-transform: uppercase;
      font-size: 16px; }
    #calculator table input {
      width: 90px;
      text-align: center;
      display: block;
      margin: 0 auto; }
  #calculator .reset {
    display: block;
    background: #656a70;
    color: #fff;
    float: right;
    margin: 0 20px 20px 0;
    padding: 8px 16px;
    font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase; }
  #calculator .px {
    width: 410px;
    margin: 0 auto;
    clear: both;
    border-top: 3px solid #232b34;
    padding-top: 20px; }
    #calculator .px h2 {
      float: left;
      margin: 6px 70px 0 0;
      width: 175px; }
    #calculator .px input {
      text-align: center;
      font-size: 14px;
      width: 40px;
      margin-right: 10px; }
    #calculator .px label {
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 2px;
      font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif; }
    #calculator .px select {
      float: right;
      width: 175px;
      font-size: 14px;
      font-family: FuturaBook, "Trebuchet MS", Arial, sans-serif;
      letter-spacing: 2px;
      margin-top: 6px;
      clear: none; }

.fancybox-overlay {
  background: none !important; }
  .fancybox-overlay .fancybox-wrap {
    border-radius: 15px;
    border: 15px solid rgba(0, 0, 0, 0.3); }
    .fancybox-overlay .fancybox-wrap .fancybox-skin {
      border-radius: 0px;
      padding: 10px !important; }
    .fancybox-overlay .fancybox-wrap .fancybox-close {
      display: none; }

.lt-ie9 .page-shop .products .product .image .button {
  display: none; }
.lt-ie9 .page-shop .products .product .image:hover .button {
  display: block; }

.lt-ie8 .page-who section.artists ul li {
  margin: 20px 20px 0 0; }
.lt-ie8 .page-product .right form .button {
  width: 160px; }
.lt-ie8 .page-cart table td.quantity .quantity-field {
  margin-left: 26px; }
.lt-ie8 form div {
  height: 40px; }

@media only print {
  * {
    background: #fff !important; } }
select.selectbox {
  width: 288px; }

.selectbox .display, .selectbox.items li > .item {
  float: left;
  width: 288px;
  font-size: 14px;
  height: 19px;
  outline: none;
  background: #7e8186;
  border: 0;
  padding: 10px 0 9px 10px;
  font-family: FuturaBold, "Trebuchet MS", Arial, sans-serif;
  color: #fff; }

.selectbox.calc.items li > .item {
  font-size: 10px;
  padding: 4px 0 0px 4px; }

.select .selectbox .display, .select .selectbox.items li > .item {
  font-family: FuturaBold, "Trebuchet MS", Arial, sans-serif;
  font-size: 10px;
  height: 19px;
  padding: 6px 0px 0px 6px;
  width: auto; }

.select.two .selectbox .display {
  width: 176px; }

.px .selectbox .display {
  width: 160px; }

.select.five .selectbox .display {
  width: 506px; }

.page-cart .selectbox.items li,
.px .selectbox.items li {
  width: 99%; }

.page-cart .selectbox.items li .item,
.px .selectbox.items li .item {
  font-family: FuturaBold, "Trebuchet MS", Arial, sans-serif;
  font-size: 10px;
  padding: 6px 0px 0px 6px;
  width: 100%; }

.selectbox .display .arrow_btn {
  position: absolute;
  right: 0;
  background: url("../img/sprite.png") no-repeat -731px 0;
  width: 34px;
  height: 38px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent; }

.select .selectbox .display .arrow_btn {
  width: 22px;
  background: url("../img/small-arrows.png") no-repeat left top; }

.select .selectbox .display .text, .select .selectbox .display, .select .selectbox .display .arrow_btn {
  margin-bottom: 0px; }

.selectbox.focused .display .text {
  background-color: transparent; }

.selectbox.items li.hover > .item {
  background-color: #232b34; }

.selectbox .display .arrow_btn {
  border: none;
  padding: none; }

.selectbox .display .arrow_btn li {
  display: block;
  width: 34px;
  height: 19px; }

.selectbox ul:hover {
  cursor: pointer; }

select {
  margin: 0;
  outline: 0;
  clear: both;
  float: left; }

select.sizes {
  visibility: hidden; }

.remove-item {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -1px;
  border-top: 1px solid #de513f;
  padding-top: 14px;
  margin-right: -1.3em; }
  .remove-item a {
    color: #de513f; }
  .remove-item a:hover {
    text-decoration: underline; }

.help-text {
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 11px;
  color: #999; }

div.shipping-label {
  margin: 0 auto;
  max-width: 940px;
  text-align: center; }
  div.shipping-label img {
    max-width: 400px;
    max-height: 600px; }

.page-shipments {
  min-width: 0;
  background: white; }
  .page-shipments nav, .page-shipments footer {
    display: none; }
  .page-shipments .shipping-error {
    font-size: 24px;
    background-color: black;
    color: white;
    font-weight: bold;
    font-family: FuturaBold, "Trebuchet MS", Arial, sans-serif;
    padding: 32px; }

@media only print {
  .page-review nav, .page-review footer {
    display: none; }
  .page-review section[role=main] {
    padding-top: 10px;
    page-break-after: always; }
  .page-review div.shipping-label {
    page-break-after: always; }
    .page-review div.shipping-label img {
      max-height: 600px; } }
#newsletter-signup {
  width: 400px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: 30;
  max-height: 0px;
  overflow: hidden;
  transition: max-height .3s ease-in-out; }
  #newsletter-signup.active {
    max-height: 250px; }
  #newsletter-signup h1 {
    background: #232b34;
    color: #fff;
    padding: 14px 0;
    font-size: 14px;
    text-align: center;
    display: block;
    width: 100%;
    float: none; }
  #newsletter-signup form {
    padding: 15px 0; }
  #newsletter-signup .field {
    text-align: center;
    margin-bottom: 5px; }
    #newsletter-signup .field label, #newsletter-signup .field input {
      display: inline-block;
      vertical-align: middle; }
    #newsletter-signup .field label {
      font: 16px FuturaBook, "Trebuchet MS", Arial, sans-serif;
      text-transform: uppercase;
      padding-right: 10px;
      margin-bottom: 0; }
  #newsletter-signup .button {
    background: #232b34;
    color: #fff;
    margin: 15px auto; }
    #newsletter-signup .button:hover {
      background: #444a52; }
