/* Clearfix hack */
.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

@media screen and (max-width: 768px) and (min-width: 320px) {
  html {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none; } }

body {
  background-color: #f7f7f7;
  font-family: 'Ubuntu', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

/* AJAX */
#loading {
  display: none;
  position: fixed;
  top: 0;
  left: 47%;
  z-index: 100;
  background-color: red;
  padding: 10px 30px;
  color: #fff;
  font-size: 16px; }

h1, h2, h3 {
  font-family: 'Ubuntu', sans-serif; }

h2 {
  font-size: 30px;
  color: #333333;
  padding-bottom: 10px; }

p {
  margin-bottom: 15px;
  font-weight: 100; }

.container {
  max-width: 1500px;
  margin: auto;
  background-color: #f7f7f7;
  padding-top: 150px; }
  @media (max-width: 414px) {
    .container {
      padding-top: 120px; } }

.uppercase {
  text-transform: uppercase; }

.header {
  padding: 0 0 0 4.137323943662%; }
  @media (max-width: 768px) {
    .header {
      padding-left: 0; } }

.spaglogo {
  width: 66.9%;
  float: left;
  padding: 24px 0 36px 0;
  margin-bottom: 10px; }
  .spaglogo img {
    width: 42%;
    float: left;
    margin-right: 4.5%; }
  .spaglogo h1 {
    font-size: 1.375em;
    color: #999;
    font-weight: 900;
    padding-top: 5px;
    line-height: 20px; }
    .spaglogo h1 b {
      display: block; }
  @media (max-width: 970px) {
    .spaglogo {
      width: 60%; }
      .spaglogo h1 b {
        display: inline; } }
  @media (max-width: 768px) {
    .spaglogo {
      padding: 24px 0 36px 3%; } }
  @media (max-width: 700px) {
    .spaglogo {
      padding: 10px 0 20px 3%; }
      .spaglogo img {
        width: 75%;
        padding-top: 5px;
        float: none; }
      .spaglogo h1 {
        font-size: 1em;
        line-height: .8em; }
        .spaglogo h1 b {
          display: inline; } }

.rpartlogo {
  width: 33.1%;
  background: #bab7b7 url("../images/header-shadow.png") repeat-y left top;
  float: left;
  padding: 24px 0 36px 0;
  height: 62px;
  position: relative; }
  .rpartlogo .logo-box {
    width: 15.5%;
    float: right;
    margin: -24px 8.35% 0 2.5%;
    background-color: #5f5f5f;
    height: 105px;
    position: relative;
    transition: background-color 0.5s ease; }
    .rpartlogo .logo-box img {
      width: 70%;
      position: absolute;
      bottom: 0;
      left: 10%; }
  .rpartlogo h2 {
    font-size: 1.375em;
    color: #888;
    font-weight: 900;
    line-height: .95em;
    padding-top: 23px;
    text-align: right;
    transition: color 0.5s ease; }
  .rpartlogo .rpart-pattern {
    background: url("../images/spag-pattern.png") repeat;
    width: 100%;
    height: 121px;
    position: absolute;
    top: 0;
    left: 0; }
  @media (max-width: 970px) {
    .rpartlogo {
      width: 37%;
      float: right; }
      .rpartlogo .logo-box {
        margin-right: 13%; } }
  @media (max-width: 700px) {
    .rpartlogo {
      width: 20%;
      height: 52px; }
      .rpartlogo .logo-box {
        width: 65%;
        height: 85px; }
      .rpartlogo h2 {
        display: none; }
      .rpartlogo .rpart-pattern {
        height: 111px; } }
  @media (max-width: 500px) {
    .rpartlogo {
      height: 26px; }
      .rpartlogo .logo-box {
        width: 70%;
        height: 64px; }
      .rpartlogo .rpart-pattern {
        height: 85px; } }
  @media (max-width: 413px) {
    .rpartlogo {
      width: 20%;
      height: 22px; }
      .rpartlogo .logo-box {
        width: 65%;
        height: 60px; }
      .rpartlogo h2 {
        display: none; }
      .rpartlogo .rpart-pattern {
        height: 81px; } }

.rpartlogo:hover .logo-box {
  background-color: #bf0f00; }

.rpartlogo:hover h2 {
  color: #777; }

.navigation-holder {
  clear: both;
  position: relative; }

.navigation {
  clear: left;
  background: #513d3d url("../images/spag-pattern.png") repeat;
  color: #fff;
  ffont-family: 'Ubuntu', sans-serif;
  font-size: 1.375em;
  text-transform: uppercase;
  padding: 0 1.5% 0 1.5%;
  height: 48px;
  float: left;
  width: 63.3%;
  line-height: 20px; }
  .navigation li {
    display: block;
    float: left;
    padding: 14px 2.5% 14px 2.5%;
    transition: background 0.5s ease; }
    .navigation li a {
      display: block;
      color: #fff;
      width: 100%; }
  .navigation li:hover {
    background: #97d8d8 url("../images/spag-pattern.png") repeat; }
  .navigation .search-field-icon, .navigation #search-field-icon-close {
    display: none;
    font-family: "WebSymbolsRegular";
    margin-right: 1%;
    float: right; }
  @media (max-width: 1048px) {
    .navigation {
      width: 92.6%; }
      .navigation .search-field-icon {
        display: block; } }
  @media (max-width: 815px) {
    .navigation {
      font-size: 1.3em; } }
  @media (max-width: 768px) {
    .navigation {
      width: 97%; } }
  @media (max-width: 700px) {
    .navigation {
      display: none; }
      .navigation li {
        border-bottom: 1px solid #422f2f; } }

.phone-navigation {
  display: block;
  height: auto;
  padding: 10px 0 70px 0;
  width: 100%; }
  .phone-navigation li {
    display: block;
    float: none;
    padding: 14px 3.5% 14px 3.5%; }
  .phone-navigation #search-field-icon-close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    margin-right: 0;
    font-size: 16px; }
    .phone-navigation #search-field-icon-close:hover {
      background: none; }
    .phone-navigation #search-field-icon-close a {
      color: #7c6d6d; }

#Search label.error {
  display: none !important; }

.search-field {
  border: 1px solid #e6e6e6;
  width: 25%;
  margin-left: 15%;
  float: left;
  height: 43px;
  padding: 10px .5% 2px .6%;
  margin-top: 10px;
  background-color: #fff; }
  .search-field input {
    color: #513d3d;
    font-size: 1.375em;
    width: 98%;
    height: 36px;
    font-family: 'Ubuntu', sans-serif;
    border: none;
    padding-left: 5px; }
  .search-field input:focus {
    outline: 0; }
  .search-field .search-submit-icon {
    font-family: "WebSymbolsRegular";
    float: left;
    font-size: 1.6em;
    margin-top: 4px;
    cursor: pointer;
    color: #ccc; }
    @media (max-width: 860px) {
      .search-field .search-submit-icon {
        margin-top: 0;
        font-size: 1.2em; } }
  @media only screen and (max-width: 1024px) {
    .search-field {
      width: 33%; } }
  @media only screen and (max-width: 860px) {
    .search-field {
      float: none;
      width: 50%;
      height: 28px;
      margin-left: 19%; } }
  @media only screen and (max-width: 414px) {
    .search-field {
      width: 66%; } }
  @media only screen and (max-width: 375px) {
    .search-field {
      margin-left: 21%; } }

.search-border-on {
  border: 3px solid #513d3d;
  background-color: #fff; }

.phone-search-field {
  display: block;
  position: static;
  width: 94%;
  background: transparent;
  padding: 0 0 10px 3%;
  margin-top: -60px;
  border: none; }
  .phone-search-field #Form_search_Search {
    width: 90%;
    padding-left: 10px; }

#Form_search {
  margin-top: -7px; }

#menu-reveal {
  display: none;
  font-size: 3em;
  color: #3A2B2B;
  position: absolute;
  top: 18px;
  right: 24%;
  font-family: 'FontAwesome';
  width: 50px;
  text-align: center; }
  @media (max-width: 700px) {
    #menu-reveal {
      display: block; } }

.content {
  padding: 4.137323943662%;
  clear: left; }

.removable-banner {
  line-height: 0;
  position: relative;
  margin-bottom: 30px; }
  .removable-banner img {
    float: left;
    width: 70%; }
  .removable-banner a.view-collection {
    display: block;
    padding: 20px 0 20px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    width: 30%;
    font-size: .8em;
    transition: background-color 0.5s ease; }
  .removable-banner .banner-details {
    width: 24.4%;
    float: left;
    line-height: normal;
    color: #fff;
    padding: 1.5% 2.8% 3% 2.8%; }
    .removable-banner .banner-details p {
      font-size: .9em; }
    .removable-banner .banner-details h3 {
      font-size: 1.375em;
      padding-bottom: 20px; }
    .removable-banner .banner-details b a {
      font-family: "WebSymbolsRegular";
      float: right;
      color: #fff;
      margin: 1px -20px 0 0;
      display: block;
      width: 44px;
      text-align: center;
      height: 44px;
      font-size: 1em;
      line-height: 1.5em;
      transition: color 0.3s ease; }
      .removable-banner .banner-details b a:hover {
        color: #333; }
    .removable-banner .banner-details h4 {
      font-size: 1.2em;
      padding-bottom: 10px; }
  @media (max-width: 1048px) {
    .removable-banner img {
      width: 50%; }
    .removable-banner a.view-collection {
      width: 50%; }
    .removable-banner .banner-details {
      width: 44.4%; }
      .removable-banner .banner-details h3 {
        padding-bottom: 5px; }
      .removable-banner .banner-details h4 {
        font-size: 1.1em;
        padding-bottom: 0; }
      .removable-banner .banner-details p {
        font-size: .8em; } }
  @media (max-width: 900px) {
    .removable-banner .banner-details {
      width: 44.4%; }
      .removable-banner .banner-details h3 {
        padding-bottom: 0;
        font-size: 1.2em; }
      .removable-banner .banner-details h4 {
        font-size: 1em;
        padding-bottom: 0; }
      .removable-banner .banner-details p {
        font-size: .8em; } }
  @media (max-width: 768px) {
    .removable-banner p {
      display: none; } }
  @media (max-width: 767px) {
    .removable-banner {
      height: 173px; }
      .removable-banner img {
        width: 100%; }
      .removable-banner a.view-collection {
        width: 100%; }
      .removable-banner .banner-details {
        width: 93%;
        color: #fff;
        position: absolute;
        text-shadow: 0px 0px 8px #666666; }
        .removable-banner .banner-details h3 {
          padding-bottom: 10px;
          font-size: 1.3em; }
        .removable-banner .banner-details h4 {
          font-size: 1.1em;
          padding-bottom: 5px; } }
  @media (max-width: 767px) {
    .removable-banner {
      height: 149px; } }

a.heading-link {
  color: #333;
  padding: 8px 5px 6px 5px;
  display: block;
  line-height: 20px;
  margin-bottom: 15px;
  text-align: center;
  transition: all 0.5s ease;
  border-bottom: 2px solid #f7f7f7;
  width: 20%;
  margin: 0 auto 30px auto; }
  a.heading-link:hover {
    border-color: #333; }
  a.heading-link h2 {
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
    font-size: 30px; }

.signup, .login {
  display: none; }

.sold {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: url("../images/spag-transparency-red.png");
  color: #fff;
  text-align: center;
  line-height: 60px;
  position: absolute;
  top: 20px;
  left: 20px; }

.home-featured {
  padding-bottom: 20px; }
  .home-featured h2 {
    font-size: 1.5em;
    padding-bottom: 10px;
    text-transform: uppercase; }
  .home-featured ul {
    padding: 0;
    margin: 0; }
  .home-featured li {
    display: block;
    width: 30.5%;
    float: left;
    margin-right: 4.25%;
    position: relative;
    line-height: 0; }
  .home-featured li.last {
    margin-right: 0; }
  .home-featured img {
    width: 100%; }
  .home-featured span {
    display: block;
    width: 100%;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    padding: 10px 0 10px 0;
    background: url("../images/spag-transparency.png") repeat;
    display: none;
    line-height: 1.3em;
    min-height: 44px; }
    .home-featured span h3 {
      opacity: 1; }

.home-categories {
  padding: 60px 0 20px 0; }
  .home-categories h2 {
    font-size: 1.5em;
    padding-bottom: 10px; }
  .home-categories ul {
    padding: 0;
    margin: 0; }
  .home-categories li {
    display: block;
    width: 14.3%;
    float: left;
    margin-right: 2.84%;
    text-align: right;
    font-family: 'Ubuntu', sans-serif; }
  .home-categories li.last {
    margin-right: 0; }
  .home-categories img {
    width: 100%; }
  @media (max-width: 700px) {
    .home-categories li {
      font-size: .5em;
      line-height: 1em; } }

.search-page {
  padding: 20px 0 20px 0; }
  .search-page h1 {
    font-size: 1.8em;
    padding-bottom: 20px;
    text-align: left; }
  .search-page h2 {
    font-size: 30px;
    padding-bottom: 10px;
    text-align: left; }
  .search-page .item-left {
    width: 63%;
    float: left;
    padding-right: 2%;
    position: relative; }
    .search-page .item-left img {
      width: 100%; }
  .search-page .left {
    text-align: left; }
  .search-page .half {
    width: 50%; }
    @media (max-width: 768px) {
      .search-page .half {
        width: 90%; } }
    @media (max-width: 414px) {
      .search-page .half {
        width: 100%; } }
  .search-page span.description {
    display: block; }
  .search-page .collections {
    font-weight: 300;
    width: 40%;
    float: left;
    padding: 2% 5%;
    min-height: 600px; }
    .search-page .collections h2 {
      font-size: 20px; }
    .search-page .collections p {
      padding-bottom: 15px; }
    .search-page .collections a.load-collection {
      border: 1px solid #cecdcd;
      padding: 5px 10px;
      border-radius: 3px;
      transition: background-color 0.5s ease;
      color: #333; }
      font
.search-page .collections a.load-collection:hover {
        background-color: #cecdcd; }
  @media (max-width: 700px) {
    .search-page h1, .search-page h2 {
      width: 60%;
      padding-bottom: 5px; }
    .search-page .item-left {
      width: 100%;
      float: none; }
    .search-page span.description p {
      width: 100%; } }
  @media (max-width: 414px) {
    .search-page .item-right h1, .search-page .item-right h2 {
      width: 100%; } }
  .search-page .item-right {
    background-color: #fff;
    float: left;
    width: 29%;
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.5em;
    position: relative;
    padding: 3%; }
    .search-page .item-right h2 {
      font-size: 1.5em;
      text-align: left; }
    .search-page .item-right ul {
      padding: 3% 0 5% 0;
      margin: 0; }
      .search-page .item-right ul li {
        margin-bottom: 15px;
        font-size: 1.1em;
        line-height: 1.3em; }
      .search-page .item-right ul li.informational {
        color: #808080;
        font-size: .9em; }
      .search-page .item-right ul .price {
        font-size: 1.6em;
        margin-bottom: 20px;
        padding-top: 10px; }
        .search-page .item-right ul .price span {
          display: inline-block;
          width: 30%;
          border: 1px solid #ccc;
          border-radius: 3px;
          text-align: center;
          padding: 3px 3px 5px 3px; }
          .search-page .item-right ul .price span:hover {
            background-color: #ef2c24;
            cursor: pointer;
            color: #fff; }
            .search-page .item-right ul .price span:hover i {
              color: #eee; }
          .search-page .item-right ul .price span i {
            display: block;
            color: #999;
            font-size: 1rem;
            line-height: 1rem; }
        .search-page .item-right ul .price .chosen {
          background-color: #ef2c24;
          color: #fff; }
        .search-page .item-right ul .price .chosen > i {
          color: #eee; }
    .search-page .item-right .shipping, .search-page .item-right .shipping-ul {
      display: none; }
    .search-page .item-right .shipping span {
      font-size: .9rem;
      line-height: .9rem;
      text-align: center;
      border-radius: 3px;
      padding: 6px 8px 8px 6px;
      color: #fff;
      opacity: .5;
      display: inline-block;
      width: 34%; }
      .search-page .item-right .shipping span:hover {
        cursor: pointer;
        opacity: .7; }
    .search-page .item-right .shipping-label {
      color: #666;
      font-size: 0.6rem;
      margin-bottom: 6px; }
    .search-page .item-right .australia {
      background-color: #92b600;
      border: 1px solid #465409; }
    .search-page .item-right .international {
      background-color: #ef2c24;
      border: 1px solid #771915; }
    .search-page .item-right .shipping span.chosenship {
      opacity: 1; }
    .search-page .item-right #hidden-enquiry {
      display: none; }
    .search-page .item-right a.link-order {
      margin-left: 10%;
      color: #808080; }
      .search-page .item-right a.link-order:hover {
        text-decoration: underline; }
    .search-page .item-right .features {
      padding: 0 0 0 25px;
      height: 130px; }
      .search-page .item-right .features ul {
        padding-top: 0;
        padding-left: 2%; }
      .search-page .item-right .features li {
        margin-bottom: 0;
        line-height: 1em; }
    .search-page .item-right .framed {
      width: 50px;
      height: 50px;
      border-radius: 50px;
      padding: 6px;
      float: left;
      background-color: #d2eaea;
      margin-right: 15px; }
    .search-page .item-right .screenprinted {
      width: 38px;
      height: 38px;
      border-radius: 38px;
      background-color: #d2eaea;
      padding: 6px; }
    .search-page .item-right .numbered {
      width: 26px;
      height: 26px;
      border-radius: 26px;
      background-color: #d2eaea;
      padding: 6px; }
    .search-page .item-right .signed {
      width: 14px;
      height: 14px;
      border-radius: 14px;
      background-color: #d2eaea;
      padding: 6px; }
    .search-page .item-right .framed-color {
      background-color: #ff0000; }
    .search-page .item-right .screenprinted-color {
      background-color: #23a1df; }
    .search-page .item-right .numbered-color {
      background-color: #fe0076; }
    .search-page .item-right .signed-color {
      background-color: #edfd00; }
  .search-page .order {
    display: block;
    background-color: #333;
    color: #fff;
    text-align: center;
    text-decoration: none;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 15px 0 15px 0;
    font-size: 1.6em;
    left: 0; }
  @media (max-width: 700px) {
    .search-page .item-right {
      width: 94%;
      float: none;
      margin-bottom: 30px; } }
  .search-page .search-categories ul {
    padding: 0;
    margin: 0; }
  .search-page .search-categories li {
    display: block;
    width: 30.5%;
    float: left;
    margin: 0 4.25% 20px 0;
    text-align: right;
    font-family: 'Ubuntu', sans-serif;
    font-size: .8em;
    line-height: 1.3em;
    position: relative;
    min-height: 380px; }
    .search-page .search-categories li a {
      color: #3a2b2b; }
  .search-page .search-categories li.every-0 {
    margin-right: 0; }
  .search-page .search-categories img {
    width: 100%; }
  @media (max-width: 1000px) {
    .search-page .search-categories li {
      min-height: 350px; } }
  @media (max-width: 800px) {
    .search-page .search-categories li {
      min-height: 300px; } }
  @media (max-width: 700px) {
    .search-page .search-categories li {
      font-size: .6em;
      min-height: 145px; }
    .search-page .search-categories .title-hide {
      display: none; }
    .search-page .search-categories .sold {
      left: 5px;
      top: 5px;
      width: 35px;
      height: 35px;
      border-radius: 35px;
      line-height: 35px; } }
  .search-page .search-category-row {
    padding: 180px 0 0 0;
    clear: left; }
    .search-page .search-category-row h2 {
      font-size: 1.5em;
      padding-bottom: 10px; }
    .search-page .search-category-row ul {
      padding: 0;
      margin: 0; }
    .search-page .search-category-row li {
      display: block;
      width: 14.3%;
      float: left;
      margin-right: 2.84%;
      text-align: right;
      font-family: 'Ubuntu', sans-serif; }
    .search-page .search-category-row li.last {
      margin-right: 0; }
    .search-page .search-category-row img {
      width: 100%; }
    @media (max-width: 700px) {
      .search-page .search-category-row {
        padding: 60px 0 0 0; }
        .search-page .search-category-row li {
          font-size: .5em;
          line-height: 1em; } }
  .search-page .search-collection-row {
    padding: 0px 0 40px 0;
    clear: left; }
    .search-page .search-collection-row h3 {
      font-size: 1.2em;
      padding-bottom: 10px; }
    .search-page .search-collection-row ul {
      padding: 0;
      margin: 0; }
    .search-page .search-collection-row li {
      display: block;
      width: 7.15%;
      float: left;
      margin-right: 1.42%;
      text-transform: uppercase;
      text-align: right;
      font-family: 'Ubuntu', sans-serif; }
    .search-page .search-collection-row li.last {
      margin-right: 0; }
    .search-page .search-collection-row img {
      width: 100%; }
    @media (max-width: 700px) {
      .search-page .search-collection-row li {
        width: 14.3%;
        margin-right: 2.82%; } }
  .search-page .set-collection-row {
    padding: 20px 0 40px 0;
    clear: left;
    width: 63%; }
    .search-page .set-collection-row h3 {
      font-size: 1.2em;
      padding-bottom: 10px; }
    .search-page .set-collection-row ul {
      padding: 0;
      margin: 0; }
    .search-page .set-collection-row li {
      display: block;
      width: 23.69%;
      float: left;
      margin: 0 1.7% 7px 0;
      text-transform: uppercase;
      text-align: right;
      font-family: 'Ubuntu', sans-serif; }
    .search-page .set-collection-row li.set-row-end {
      margin-right: 0; }
    .search-page .set-collection-row img {
      width: 100%; }
    @media (max-width: 700px) {
      .search-page .set-collection-row {
        width: 100%; }
        .search-page .set-collection-row li {
          width: 23.69%;
          margin: 0 1.7% 7px 0; } }
  .search-page .search-artist {
    padding: 0 0 10px 0;
    clear: left; }
    .search-page .search-artist h3 {
      font-size: 1.2em; }
    .search-page .search-artist ul {
      padding: 0;
      margin: 0; }
    .search-page .search-artist li {
      display: block;
      width: 30.5%;
      float: left;
      margin: 0 4.25% 20px 0;
      text-transform: uppercase;
      text-align: right;
      font-family: 'Ubuntu', sans-serif;
      font-size: .8em;
      line-height: 1.3em;
      position: relative; }
    .search-page .search-artist li.last {
      margin-right: 0; }
    .search-page .search-artist img {
      width: 100%; }
    .search-page .search-artist a {
      color: #3a2b2b; }
    .search-page .search-artist .sold {
      width: 40px;
      height: 40px;
      border-radius: 40px;
      line-height: 40px;
      top: 10px;
      left: 10px; }
    @media (max-width: 800px) {
      .search-page .search-artist li {
        line-height: 1em;
        font-size: .7em; } }
    @media (max-width: 540px) {
      .search-page .search-artist li {
        height: 140px;
        font-size: .6em; } }
  .search-page .order-form {
    background-color: #dbdbdb;
    padding: 6% 2% 2% 2%;
    float: right;
    width: 31%;
    display: none;
    position: relative; }
    @media (max-width: 700px) {
      .search-page .order-form {
        float: left;
        width: 96.5%; } }
  .search-page .order-success {
    background-color: #dbdbdb;
    padding: 20px 2% 20px 2%;
    margin-bottom: 50px; }
    .search-page .order-success a {
      font-family: 'Ubuntu', sans-serif;
      color: #3a2b2b; }
      .search-page .order-success a:hover {
        text-decoration: underline; }
  .search-page .back-button {
    display: block;
    float: right;
    color: #333;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.375em;
    padding: 10px 1.5% 8px 1.5%;
    margin: -60px 0 0 0;
    line-height: 20px;
    transition: all 0.5s ease;
    border-bottom: 2px solid #f7f7f7; }
    .search-page .back-button:hover {
      border-color: #333; }
    .search-page .back-button h2 {
      display: inline;
      font-weight: normal; }
    .search-page .back-button h2 b {
      display: block;
      float: left;
      margin-top: -1px; }
    .search-page .back-button span {
      font-family: "WebSymbolsRegular";
      font-size: 1.3em;
      float: left;
      margin-right: 8px;
      margin-top: 4px; }
  .search-page .back-left {
    display: none; }
  @media (max-width: 700px) {
    .search-page .back-right {
      display: none; }
    .search-page .back-left {
      display: block; } }
  .search-page ul.search-results {
    margin: 20px 0 0 0; }
    .search-page ul.search-results .sold {
      width: 50px;
      height: 50px;
      border-radius: 50px;
      line-height: 50px;
      top: 10px;
      left: 10px; }
    .search-page ul.search-results li {
      padding: 0 0 30px 0;
      display: block;
      width: 70%;
      position: relative; }
    .search-page ul.search-results li a {
      color: #333333; }
    .search-page ul.search-results li span {
      text-transform: uppercase; }
    .search-page ul.search-results li img {
      width: 23%;
      float: left;
      margin-right: 3%; }
    .search-page ul.search-results .view-search-item {
      padding-top: 20px;
      display: block;
      float: left; }
    @media (max-width: 700px) {
      .search-page ul.search-results li {
        width: 100%; }
      .search-page ul.search-results .view-search-item {
        display: none; } }
  .search-page .related-description {
    clear: both; }

.price {
  color: #666; }

.browse-page h1 {
  font-size: 1.8em;
  padding-bottom: 20px; }

.browse-page .browse-categories {
  padding: 40px 0 40px 0; }
  .browse-page .browse-categories h2 {
    font-size: 30px; }
  .browse-page .browse-categories a.heading-link {
    width: 100%; }
  .browse-page .browse-categories ul {
    padding: 0;
    margin: 0; }
  .browse-page .browse-categories li {
    display: block;
    width: 17.3%;
    float: left;
    margin-right: 1%;
    font-family: 'Ubuntu', sans-serif; }
  .browse-page .browse-categories li.last {
    margin-right: 0;
    width: 8.3%; }
    .browse-page .browse-categories li.last a {
      color: #7b7b7b;
      transition: background 0.5s ease;
      text-align: left;
      font-size: 24px;
      display: block;
      transition: all 0.5s ease;
      border-bottom: 2px solid #f7f7f7;
      padding-bottom: 10px; }
      .browse-page .browse-categories li.last a span {
        margin-top: 2px;
        display: inline-block; }
      .browse-page .browse-categories li.last a:hover {
        border-color: #7b7b7b; }
  .browse-page .browse-categories img {
    width: 100%; }
  @media (max-width: 768px) {
    .browse-page .browse-categories li {
      width: 49%; }
    .browse-page .browse-categories li.even {
      width: 49%; } }
  @media (max-width: 375px) {
    .browse-page .browse-categories li, .browse-page .browse-categories li.even {
      width: 100%; } }
  @media (max-width: 700px) {
    .browse-page .browse-categories li.last a {
      font-size: .8em;
      padding: 31% 0 31% 0; } }

.about-page {
  padding-bottom: 60px; }
  .about-page .about-content {
    float: right;
    width: 53%;
    padding-right: 12%; }
  .about-page h1 {
    font-size: 1.8em;
    padding-bottom: 20px;
    text-transform: uppercase; }
  .about-page .about-image {
    display: block;
    width: 30.5%;
    clear: left;
    float: left;
    margin-right: 4.25%; }
    .about-page .about-image img {
      width: 100%;
      margin-bottom: 30px; }
  .about-page .contact-text {
    background-color: #ececec;
    padding: 2%;
    float: left;
    color: #333;
    width: 61%;
    font-size: 1.3em;
    margin-bottom: 0;
    line-height: 1.9em; }
    .about-page .contact-text a {
      color: #fff; }
  @media (max-width: 700px) {
    .about-page .about-content {
      float: left;
      width: 100%;
      padding: 0 0 20px 0; }
    .about-page .about-image {
      width: 48%;
      float: left;
      margin-right: 4%;
      clear: none; }
    .about-page .about-image-b {
      float: right;
      margin-right: 0; }
    .about-page .contact-text {
      width: 96%;
      margin-top: 20px;
      padding: 4%;
      line-height: 1.4em; } }

.contact-page {
  padding-bottom: 60px; }
  .contact-page h1 {
    font-size: 1.8em;
    padding-bottom: 20px;
    text-transform: uppercase; }
  .contact-page #map_canvas {
    display: block;
    float: left;
    width: 400px;
    height: 400px;
    margin: 0 4.25% 30px 0; }
  .contact-page .map-link {
    display: none; }
  .contact-page a {
    color: #ef2c24; }
    .contact-page a:hover {
      text-decoration: underline; }
  @media (max-width: 700px) {
    .contact-page #map_canvas {
      display: none; }
    .contact-page .map-link {
      display: inline; } }

.footer, .footer a {
  color: #333333; }

.footer a:hover {
  text-decoration: underline; }

.mega-footer {
  background-color: #fff;
  padding: 2%;
  position: relative; }
  .mega-footer a img.social {
    width: 4%;
    position: absolute;
    bottom: 20px;
    left: 27px; }
  @media (max-width: 700px) {
    .mega-footer a img.social {
      width: 8%;
      left: auto;
      right: 20px;
      top: 17px; } }
  @media (max-width: 450px) {
    .mega-footer a img.social {
      top: 12px;
      right: 12px; } }
  .mega-footer .footer-brand {
    width: 20%;
    float: left;
    padding-right: 12%;
    font-size: .8em;
    line-height: 1.3em; }
    .mega-footer .footer-brand img {
      width: 40%;
      margin-bottom: 10px; }
  .mega-footer .footer-artist, .mega-footer .footer-works {
    width: 34%;
    float: left; }
    .mega-footer .footer-artist ul, .mega-footer .footer-works ul {
      display: block;
      width: 50%;
      float: left;
      font-size: .8em;
      line-height: 1.2em;
      padding-top: 10px;
      margin: 0; }
  .mega-footer h4 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.2em;
    margin-bottom: 5px; }
  @media (max-width: 1000px) {
    .mega-footer .footer-artist ul, .mega-footer .footer-works ul {
      width: 45%;
      padding-right: 2.5%; } }
  @media (max-width: 700px) {
    .mega-footer .footer-brand {
      float: none;
      width: 88%; }
      .mega-footer .footer-brand img {
        width: 40%;
        margin-bottom: 10px; }
    .mega-footer .footer-artist, .mega-footer .footer-works {
      width: 100%; }
      .mega-footer .footer-artist ul, .mega-footer .footer-works ul {
        width: 50%;
        padding-right: 0; } }

.footer-nav {
  padding: 30px 3% 30px 3%;
  font-size: .9em; }
  .footer-nav ul {
    padding: 0;
    margin: 0; }
  .footer-nav .footer-links {
    padding: 20px 0 0 0; }
    .footer-nav .footer-links a {
      padding: 0 1% 0 1%; }
    .footer-nav .footer-links .first {
      padding: 0 1% 0 0; }
  .footer-nav .footer-address {
    text-align: right;
    width: 30%;
    float: right; }

.shitter {
  border: 1px solid green;
  display: block; }

.headinggo {
  color: #3A2B2B;
  border-radius: 4px;
  padding: 8px 5px 6px 5px;
  background-color: #f3f2f2;
  display: block;
  line-height: 20px;
  margin-bottom: 15px;
  text-align: center;
  transition: background 0.5s ease;
  border: 1px solid red; }
  .headinggo:hover {
    background-color: #97D8D8;
    color: #fff; }
  .headinggo h2 {
    padding: 0;
    margin: 0; }

/* New styles */
.centered-text {
  text-align: center; }

.right {
  float: right; }

.navigation-bar {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  height: 95px;
  padding-top: 10px;
  position: fixed;
  width: 100%;
  z-index: 1; }
  @media only screen and (max-width: 860px) {
    .navigation-bar {
      padding-top: 5px; } }
  @media only screen and (max-width: 414px) {
    .navigation-bar {
      height: 65px; } }

.rpart-logo {
  position: absolute;
  width: 10%;
  top: 0; }
  @media only screen and (max-width: 1024px) {
    .rpart-logo {
      width: 100px;
      height: 100px; } }
  @media only screen and (max-width: 414px) {
    .rpart-logo {
      width: 70px;
      height: 70px; } }

.main-menu {
  float: left;
  width: 50%;
  padding-top: 30px; }
  .main-menu a {
    float: left;
    color: #333333;
    display: block;
    width: 14%;
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 2px solid #fff;
    transition: all 0.5s ease; }
    .main-menu a:hover {
      border-color: #333; }
    @media only screen and (max-width: 1440px) {
      .main-menu a {
        font-size: 16px; } }
    @media only screen and (max-width: 1270px) {
      .main-menu a {
        font-size: 14px; } }
    @media only screen and (max-width: 1024px) {
      .main-menu a {
        width: 16.5%; } }
    @media only screen and (max-width: 860px) {
      .main-menu a {
        padding-bottom: 13px; } }
    @media only screen and (max-width: 414px) {
      .main-menu a {
        font-size: 12px;
        background-color: #f7f7f7; } }
    @media only screen and (max-width: 375px) {
      .main-menu a {
        font-size: 11px; } }
  @media only screen and (max-width: 860px) {
    .main-menu {
      float: none;
      margin-left: 15%;
      padding-top: 12px;
      width: 85%; } }
  @media only screen and (max-width: 414px) {
    .main-menu {
      margin-left: 0;
      padding-top: 16px;
      width: 100%;
      background-color: #f7f7f7;
      margin-top: 14px; } }

.member-menu {
  float: right;
  width: 5%;
  margin-right: 2%; }
  .member-menu a {
    color: #333333;
    display: block;
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 2px solid #fff;
    transition: all 0.5s ease; }
    .member-menu a:hover {
      border-color: #333; }
    @media only screen and (max-width: 1440px) {
      .member-menu a {
        font-size: 16px; } }
    @media only screen and (max-width: 1270px) {
      .member-menu a {
        font-size: 14px; } }
  @media only screen and (max-width: 1024px) {
    .member-menu {
      float: none;
      position: absolute;
      right: 2%;
      top: 10px; } }

.load-more {
  display: block;
  width: 100%;
  text-align: center; }
  .load-more a {
    color: #333333;
    font-size: 18px; }
    .load-more a:hover {
      color: #000; }

#load-more-prints {
  border: 1px solid #cecdcd;
  padding: 5px 10px;
  border-radius: 3px;
  transition: background-color 0.5s ease; }
  #load-more-prints:hover {
    background-color: #cecdcd; }

/* Masonry setup */
.wrapper {
  width: 100%;
  margin: 1.5em auto; }
  .wrapper img, .wrapper iframe {
    max-width: 100%;
    height: auto;
    display: block; }

.masonry {
  margin: 1.5em 0;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  font-size: .85em; }

.infoaction {
  color: #ccc;
  padding-top: 15px; }

.info-artists {
  font-size: 20px;
  color: #333; }

.item {
  display: inline-block;
  background: #fff;
  padding: 1.5em;
  margin: 0 0 1.5em;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.lesspadding {
  padding: .8em;
  margin: 0 0 .8em;
  color: #ccc;
  font-size: 14px;
  text-align: left; }

@media only screen and (min-width: 700px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }

@media only screen and (min-width: 900px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; } }

@media only screen and (min-width: 1100px) {
  .masonry {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4; } }

.variations-heading {
  font-size: 1.6em; }

.search-page .item-right ul.variations {
  background-color: #eee;
  padding: 3% 0% 1% 7%;
  width: 97%; }

.search-page .item-right ul li.prices, .search-page .item-right ul li.dimensions {
  font-size: 1.2em; }
  .search-page .item-right ul li.prices span, .search-page .item-right ul li.dimensions span {
    color: #aaa;
    font-size: .7em; }

.search-page .item-right ul li.description p {
  padding-bottom: 15px;
  font-size: .8em; }

.price-holder {
  width: 48%;
  float: left; }

.please-note {
  display: block;
  font-size: .8em;
  line-height: 1.2em;
  color: #aaa; }

/* .squaredThree */
.squaredThree {
  width: 20px;
  position: relative;
  margin-right: 4px;
  float: left; }
  .squaredThree label {
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top: 4px;
    left: 0;
    background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
    /*-webkit-linear-gradient(#917c4d, #ffffff);*/
    border-radius: 4px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4); }
    .squaredThree label:after {
      content: '';
      width: 6px;
      height: 3px;
      position: absolute;
      top: 4px;
      left: 4px;
      border: 3px solid #fcfff4;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      transform: rotate(-45deg); }
    .squaredThree label:hover::after {
      opacity: 0.3; }
  .squaredThree input[type=checkbox] {
    visibility: hidden; }
    .squaredThree input[type=checkbox]:checked + label:after {
      opacity: 1; }

/* end .squaredThree */
.row-intro {
  width: 50%;
  padding-bottom: 30px; }
  @media only screen and (max-width: 1024px) {
    .row-intro {
      width: 70%; } }
  @media only screen and (max-width: 768px) {
    .row-intro {
      width: 100%; } }

.row {
  clear: both;
  margin-bottom: 44px; }

.row-image {
  float: left;
  width: 24%;
  margin-right: 3%; }
  .row-image img {
    width: 100%; }
  @media only screen and (max-width: 1024px) {
    .row-image {
      width: 30%; } }
  @media only screen and (max-width: 768px) {
    .row-image {
      width: 40%; } }
  @media only screen and (max-width: 414px) {
    .row-image {
      width: 100%; } }

.row-text {
  float: left;
  width: 40%; }
  .row-text h2 {
    width: 100%; }
    @media only screen and (max-width: 414px) {
      .row-text h2 {
        font-size: 22px; } }
  .row-text ul {
    padding-left: 3%; }
  .row-text li {
    list-style-type: disc;
    font-weight: 100; }
  .row-text a {
    color: #ef2c24; }
    .row-text a:hover {
      text-decoration: underline; }
  @media only screen and (max-width: 1024px) {
    .row-text {
      width: 54%; } }
  @media only screen and (max-width: 414px) {
    .row-text {
      width: 100%; } }

.switch {
  margin-top: 15px;
  width: 120px;
  display: block;
  border: 2px solid #F7F7F7; }
  .switch.selected {
    border: 2px solid #666; }
  .switch:hover {
    border: 2px solid #000; }

.search-page .item-left img.thumbitem {
  width: 100%; }
