body {
  font-family: 'Lato', sans-serif;
}
#site-wrapper {
  max-width: 1500px;
  margin: 0 auto;
}
.pure-g [class *="pure-u"]{font-family: 'Lato', sans-serif}
strong {
  color: #00b9f1;
}
p {
  margin-top: 0;
}
a {
  text-decoration: none;
  color: #009ee7;
}
/* Global classes */
.ttac-blue { color: #009ee7; }
.ttac-gray { color: #505457}
.drop-shadow { box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.75); }
.pad20 { padding: 20px; }
.mb10 { margin-bottom: 10px; }
/* Button colors from purecss.io */
.button-primary, .button-success, .button-error, .button-warning, .button-secondary, .button-basic, .button-toggle-on, .button-toggle-off { color: white; border-radius: 4px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
.button-success { background: rgb(28, 184, 65); /* this is a green */ }
.button-error { background: rgb(202, 60, 60); /* this is a maroon */ }
.button-warning { background: rgb(223, 117, 20); /* this is an orange */ }
.button-secondary { background: rgb(66, 184, 221); /* this is a light blue */ }
.button-primary { background: #009ee7; /* this is a light blue */ }
.button-basic { background: #eee; color: #888; text-shadow: none; /* this is almost white */ }
.button-toggle-on { background: #009ee7; border: 4px solid black; }
.button-toggle-off { background: #009ee7; color: white; text-shadow: none; border: 4px solid white; }
.logo {
  /*margin: 10px auto;*/
  background-image: url(/img/505457-1x86.jpg);
  background-repeat: repeat-x;
  text-align: center;
}
/*
@media (min-width: 978px) {
  .logo { margin: 41px 0 0 50px; }
}
*/
.tagline { margin: 10px auto; }
@media (min-width: 769px) {
  .tagline { margin: 81px auto 0; }
}
.signup { color: #fff; padding-left: 20px; margin-bottom: 20px; }
@media (min-width: 1024px) {
  .signup { line-height: 37px;}
}
@media (min-width: 426px) {
  .signup { padding-left: 50px; margin-bottom: 0; }
}
.alert {
  padding: 15px;
  /*margin-bottom: 20px;*/
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.clear { clear: both; }
.pull-right { float: right; }
.text-right { text-align: right; }
.wall {
  width: 100%;
  height: 350px;
  /*min-height: 803px;*/
  background-image: url(/img/wall.jpg);
  background-size: cover;
  background-position: center center;
  margin: 8px 0 20px;
}
.wall-banner {
  width: 100%;
  height: 350px;
  /*min-height: 803px;*/
  background-size: cover;
  background-position: center center;
  position: relative;
}
.wall-banner .wall-banner-discover {
  position: absolute;
  color: #fff;
  border: 5px solid rgba(255,255,255,.7);
  background-color: rgba(80,84,87,.7);
  padding: 15px 15px 15px 8px;
  font-size: 18px;
  right: 40px;
  bottom: 60px;
  text-transform: uppercase;
  font-weight: bold;
}
.ttp-slick .discover {
  position: absolute;
  color: #fff;
  border: 5px solid rgba(255,255,255,.7);
  background-color: rgba(80,84,87,.7);
  padding: 10px 10px 10px 4px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 375px) {
.ttp-slick .discover {
  padding: 12px 12px 12px 6px;
  font-size: 16px;
}
}
@media (min-width: 425px) {
.ttp-slick .discover {
  padding: 15px 15px 15px 8px;
  font-size: 18px;
}
}
.ttp-slick .discover a {
  color: #fff;
}
.ttp-slick .textline {
  position: absolute;
  font-weight: bold;
  color: #5d6266;
  font-size: 18px;
}
.ttp-slick .upper-left {
  top: 10px;
  left: 10px;
}
.ttp-slick .upper-right {
  top: 10px;
  right: 10px;
}
.ttp-slick .lower-left {
  bottom: 35px;
  left: 10px;
}
.ttp-slick .lower-right {
  bottom: 35px;
  right: 10px;
}
@media (min-width: 426px) {
  .ttp-slick .upper-left {
    top: 30px;
    left: 30px;
  }
  .ttp-slick .upper-right {
    top: 30px;
    right: 15px;
  }
  .ttp-slick .lower-left {
    bottom: 35px;
    left: 30px;
  }
  .ttp-slick .lower-right {
    bottom: 35px;
    right: 15px;
  }
}
.wall-banner .wall-banner-discover a {
  color: #fff;
}
.wall-artist {
  width: 100%;
  height: 170px;
  /*min-height: 803px;*/
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media (min-width: 426px) {
  .wall-artist { height: 350px; }
}
.wall-artist .wall-artist-name {
  position: absolute;
  color: #fff;
  border: 5px solid rgba(255,255,255,.7);
  background-color: rgba(80,84,87,.7);
  padding: 20px 40px;
  font-size: 22px;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%);
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .wall { min-height: 1319px; }
}
.headline {
  height: 86px;
  line-height: 86px;
  color: #ffffff;
  text-align: center;
  background-color: #505457;
  text-transform: uppercase;
  position: relative;
}
.headline-ttp-logo { display: none; }
@media (min-width: 1024px) {
  .headline-sub { margin-left: -264px; }
  .headline-ttp-logo { display: block; }
}
.nav-actions {
  margin: 30px 48px;
}
.nav-actions a {
  color: #009ee5;
  margin-left: 30px;
  text-transform: uppercase;
  text-decoration: none;
}
.nav-pages {
  margin-top: 18px;
  margin-right: 48px;
}
.nav-pages a {
  color: #000000;
  margin-left: 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 22px;
}
.white-square {
  background: url(/img/box-white-border-trans-bg.png) no-repeat left center;
  padding-left: 26px;
}
.blue-square {
  background: #ffffff url(/img/blue-square.png) no-repeat left center;
  padding-left: 26px;
}
.blue-right {
  background: #ffffff url(/img/blue-right.jpg) no-repeat left center;
  padding-left: 20px;
}
.white-gray-right {
  background: #505457 url(/img/white-gray-right.jpg) no-repeat left center;
  padding-left: 18px;
}
.gray-white-square {
  background: #ffffff url(/img/gray-square-5.png) no-repeat left center;
  padding-left: 34px;
}
.blue-pin {
  background: #ffffff url(/img/blue-pin.jpg) no-repeat right center;
  padding-right: 23px;
  display: inline-block;
  height: 23px;
  line-height: 23px;
}
.blue-cart {
  background: #ffffff url(/img/blue-cart.jpg) no-repeat right top;
  padding-right: 30px;
  display: inline-block;
  /*
  height: 37px;
  line-height: 37px;
  */
}
.blue-carrot {
  background: #ffffff url(/img/blue-carrot.jpg) no-repeat right center;
  padding-right: 18px;
}
.gray-square {
  background: #505457 url(/img/blue-square.png) no-repeat left center;
  padding-left: 24px;
}
#footer {
  color: #ffffff;
  background-color: #505457;
}
#footer h3 {
  padding: 10px 0 10px 10px;
  margin: 0;
}
.nav-footer {
  list-style: none;
  margin: 0;
  padding-left: 10px;
}
.footer-p {
  padding-left: 10px;
  word-spacing: 4px;
}
@media (min-width: 426px) {
  #footer h3 {
    padding: 70px 0 20px 50px;
  }
  .nav-footer {
    padding-left: 50px;
  }
  .footer-p {
    padding-left: 60px;
  }
}
.nav-footer li {
  padding-bottom: 8px;
}
.nav-footer a {
  color: #ffffff;
  text-decoration: none;
  /*font-weight: bold;*/
}
#copyline {
  color: #a9aaac;
  background-color: #505457;
}
.copyline-padding {
  padding: 10px 36px 20px;
  text-align: center;
}
.copyline-p {
  text-align: center;
  margin: 10px 0 0 0;
}
@media (min-width: 426px) {
  .copyline-padding {
    text-align: left;
    padding: 100px 36px 90px 56px;
  }
  .copyline-p {
    text-align: right;
    margin: 33px 0 0 0;
  }
}
.a-some {
  color: #ffffff;
}
.content-padding {
  padding: 20px 25px;
}
.concept-padding {
  padding: 10px 0;
}
.mt-mobile {
  margin-top: 10px;
}
.margin80-desktop {
  margin: 0 25px;
}
@media (min-width: 426px) {
  .content-padding {
    padding: 40px 50px;
  }
  .concept-padding {
    padding: 0 20px;
  }
  .mt-mobile {
    margin-top: 0;
  }
  .margin80-desktop {
    margin: 0 80px;
  }
}
.artlist-allartworks {
  padding-left: 0;
  font-size: 22px;
  margin-top: 15px;
}
@media (min-width: 426px) {
  .artlist-allartworks {
    padding-left: 20px;
    margin-top: 0;
  }
}
.product {
  color: #545456;
  padding: 20px;
}
.artist {
  color: #009ee7;
  font-size: 20px;
  margin-bottom: 8px;
  margin-top: 4px;
  display: inline-block;
}
.artists {
  color: #009ee7;
  font-size: 20px;
  margin-bottom: 26px;
  display: block;
}
@media (min-width: 769px) {
  .artists { padding-left: 200px; }
}
.price-small {
  color: #949494;
  font-size: 16px;
  font-weight: bold;
}
.price {
  color: #009ee7;
  font-size: 18px;
  font-weight: bold;
}
.from {
  color: #949494;
  font-size: 16px;
}
.buy-box {
  background-color: #fff;
  /*text-align: center;*/
  margin-top: 10px;
  margin-left: 0px;
  padding: 20px;
}
@media (min-width: 1024px) {
  .buy-box {
    margin-top: 0;
    margin-left: 40px;
  }
}
.sort-filter {
  color: #505457;
  display: block;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  margin-top: 8px;
  padding-bottom: 4px;
}
.sort-filter:hover {
  color: #009ee7;
}
.sort-filter-active {
  color: #009ee7 !important;
}
.number-box {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.choose {
  line-height: 37px;
  text-transform: uppercase;
}
.artist-bio {
  padding: 0px;
}
@media (min-width: 769px) {
  .artist-bio { padding: 0 20px; }
}
.artist-bio a {
  color: #fff;
}
.terms a { color: #009ee7; }
.wall-concept {
  position: absolute;
  background-color: rgba(80, 84, 87, 0.8);
  text-align: justify;
  padding: 20px;
  top: 5%;
  left: 5%;
  right: 5%;
  color: #fff;
  overflow: auto;
}
@media (min-width: 769px) {
  .wall-concept {
    top: 35%;
    left: 50%;
    color: #fff;
    width: 480px;
    margin-left: -240px;
  }
}
@media (max-width: 425px) {
  .wall-concept {
  }
}
.ml20 { margin-left: 20px; }
.pure-menu-list .active { background-color: #eee; }
.ttac-portrait-full { max-height: 600px; }
.ttac-portrait-thumb { max-height: 240px; }
.ttac-square-thumb { max-height: 240px; }
.promo_perc {
  position: absolute;
  top: 6px;
  right: 6px;
  background-color: #f4c14e; /* yellow */
  background-color: #35be0e; /* green */
  background-color: #ee4123; /* red */
  /*border: 2px solid #c00;*/
  border-radius: 100%;
  /*box-shadow: 1px 1px 1px black;*/
  color: white;
  height: 52px;
  min-width: 60px;
  padding: 18px 3px 0 3px;
  text-align: center;
  transform: rotate(15deg);
  font-size: 24px;
  font-weight: bold;
}
.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.mobile-menu {
  display: block;
  background-color: white;
  text-align: center;
}
.mobile-menu-toggle a {
  display: block;
  margin: 4px 0;
  color: #000;
}
.nav-actions, .nav-pages, .headline {
  display: none;
}
@media (min-width: 769px) {
  .mobile-menu {
    display: none;
  }
  .nav-actions, .nav-pages, .headline {
    display: block;
  }
}
/* banner media toggle */
.banner-img-mobile {
  display: block;
}
.banner-img {
  display: none;
}
@media (min-width: 426px) {
  .banner-img-mobile {
    display: none;
  }
  .banner-img {
    display: block;
  }
}
/* generic media toggle */
.mobile {
  display: none;
}
.tablet {
  display: none;
}
.desktop {
  display: block;
}
@media (max-width: 425px) {
  .mobile {
    display: block;
  }
  .tablet {
    display: none;
  }
  .desktop {
    display: none;
  }
}
@media (max-width: 768px) {
  .mobile {
    display: none;
  }
  .tablet {
    display: block;
  }
  .desktop {
    display: none;
  }
}
/* matcolor radios */
.matcolor-radio {
  display: inline-block;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border: 2px solid #c2c2c2;
  cursor: pointer;
}
.matcolor-white {
  background-color: #fff;
}
.matcolor-cream {
  background-color: #fdf8da;
}
.matcolor-black {
  background-color: #000;
}
.matcolor-selected {
  border: 3px solid #009ee7;
}
.spotlight-text {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 22px;
  background-color: rgba(204,204,204,0.4);
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.spotlight-follow {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 18px;
  background-color: rgba(80, 84, 87, 0.7);
  padding: 10px 15px;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 426px) {
  .spotlight-text {
    top: 0px;
    left: 40px;
    font-size: 26px;
  }
  .spotlight-follow {
    bottom: 30px;
    left: 50%;
    width: 180px;
    margin-left: -90px;
    text-align: center;
    font-size: 18px;
  }
}
.format-wrapper {
  padding-left: 0px;
}
.format-lead {
  font-size: 20px;
  margin: 0;
  margin-top: 0;
}
@media (min-width: 767px) {
  .format-lead {
    margin-top: 35px;
  }
  .format-wrapper {
    padding-left: 40px;
  }
}
.opacity4 {
  opacity: 0.2;
}
.point6em { font-size: .6em }
.setradio { cursor: pointer; }
.sale_trans { text-align: left; color: #c00; font-weight: bold; }
@media (min-width: 1024px) {
  .sale_trans {
    text-align: right;
  }
}
ul.share-buttons{ list-style: none; padding: 0; }
ul.share-buttons li{ display: inline; }
ul.share-buttons .sr-only { position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); padding: 0; border: 0; height: 1px; width: 1px; overflow: hidden; }
ul.share-buttons img{ width: 32px; }
