@charset "UTF-8";
@-webkit-keyframes wrapper-open {
  from {
    max-height: 0;
  }
  to {
    max-height: 1000px;
  }
}
@keyframes wrapper-open {
  from {
    max-height: 0;
  }
  to {
    max-height: 1000px;
  }
}
@-webkit-keyframes wrapper-close {
  from {
    max-height: 1000px;
  }
  to {
    max-height: 0;
  }
}
@keyframes wrapper-close {
  from {
    max-height: 1000px;
  }
  to {
    max-height: 0;
  }
}
:focus {
  outline: 0;
}

*,
:after,
:before {
  box-sizing: inherit;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

body.is-reveal-open {
  overflow: visible;
}

body.add-lightbox-popup-open.is-reveal-open {
  overflow: visible;
}

.cvisible {
  overflow-x: hidden;
}

a:not(.button, .btn) {
  color: #222;
  text-decoration: underline;
}

a {
  transition: all 0.25s ease-out;
}

a:hover {
  transition: all 0.25s ease-out;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1rem;
}

.button {
  text-transform: uppercase;
  /*height: 40px;*/
  border: 0;
}

.btn-prim {
  text-transform: none;
  font-size: 12px;
  line-height: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-alt {
  text-transform: none;
  font-size: 12px;
  line-height: 17px;
  color: #444444;
  background: #E6E6E6;
  padding-top: 10px;
  padding-bottom: 10px;
}

th {
  text-align: left;
}

blockquote,
blockquote p {
  color: #222;
}

hr {
  border-color: #222;
}

a.button,
button {
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease-out;
  font-size: 0.75rem;
  font-weight: 700;
}

a.button:hover,
button:hover {
  transition: all 0.25s ease-out;
}

a.button-large, .button-large {
  font-size: 20px;
  height: 3.5rem;
}

p {
  font-size: 1rem;
}

body {
  line-height: 1.2;
}

button {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 12px;
  color: #fff;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.frontpage-header .content .second-half .item p,
.frontpage-header .header-columns .message .item p,
h1,
h2,
h3,
h4,
h5,
h6,
header .top-bar .dropdown.menu li a {
  font-family: brandon-grotesque, "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.title-bar {
  background: #2d2d2d;
}

body.account header,
body.cart header,
body.collections header,
body.cut-out-backgrounds header,
body.cut-out-people header,
body.cut-out-plants header,
body.cut_out_backgrounds header,
body.cut_out_people header,
body.cut_out_plants header,
body.ground-textures header,
body.ground_textures header,
body.picture header,
body.sky-textures header,
body.sky_textures header {
  border-bottom: 2px solid #97aabb;
}

header .top-bar .dropdown.menu li a.active {
  color: #fa706b;
}

header .top-bar img {
  height: 70px;
  margin-top: 5px;
}

.no-js .title-bar {
  display: none;
}

.pagination .current {
  background: #97aabb;
}

.lb-container {
  padding: 0 !important;
}

.header-buttons .header-user__username {
  height: 40px;
}

.header-user__username a {
  padding-top: 10px;
  top: 0;
  width: 100%;
  right: 39px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  transition: 0.5s all;
}

.header-user__username a:hover {
  background: rgba(255, 255, 255, 0.3);
}

#creditsForm {
  padding-top: 5px;
}

body.credits {
  background-color: transparent;
  text-transform: inherit;
  font-size: inherit;
  padding: inherit;
}

body.credits:hover {
  background-color: transparent;
}

.content-left-container {
  background-color: #ececec;
  z-index: 5;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.content-right-container {
  z-index: 3;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.content-inner {
  position: relative;
}

.content-left-container label,
.content-right-container label {
  line-height: normal;
}

.content-left .sub-nav {
  list-style-type: none;
}

.content-left .sub-nav li {
  margin-bottom: 0.5rem;
}

.content-left .sub-nav li a {
  color: #222;
  text-decoration: underline;
}

.content-left .sub-nav li.active a {
  font-weight: 700;
}

.content-left .sub-nav li.active a span {
  font-weight: 400;
}

.profile .content-right-container a:not(.button),
.textcontent:not(.gallery) .content-right-container a:not(.button) {
  color: #222;
  text-decoration: underline;
}

.textcontent .content-right h2 {
  font-weight: 700;
  font-size: 0.8rem;
}

.tag-cloud-public {
  position: relative;
}

.tag-cloud-wrapper {
  position: absolute;
  top: 0;
  margin-left: 1rem;
  background-color: #f4f4f4;
  padding: 1rem;
  z-index: 5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  display: none;
}

.tag-cloud ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tag-cloud ul li {
  display: inline-block;
  margin-right: 1rem;
}

.tag-cloud ul li a {
  color: #222;
}

.tag-cloud ul li a.active {
  color: #97aabb;
}

.search-container {
  margin-bottom: 1rem;
}

.filter-container,
.search-container {
  position: relative;
}

.search-container input[type=text] {
  width: 100%;
  height: 2rem;
  background-color: #fff;
  border: none;
  color: #707070;
  padding: 0.4rem 0.3rem;
  transition: all 0.25s ease-out;
  font-size: 0.85rem;
}

.search-container input[type=text]:focus,
.search-container input[type=text]:hover {
  color: #222;
  background-color: #ddd;
  transition: all 0.25s ease-out;
}

.search-container input[type=text]::-webkit-input-placeholder {
  color: #222;
}

.search-container input[type=text]:-moz-placeholder {
  color: #222;
  opacity: 1;
}

.search-container input[type=text]::-moz-placeholder {
  color: #222;
  opacity: 1;
}

.search-container input[type=text]:-ms-input-placeholder {
  color: #222;
}

.search-container button {
  position: absolute;
  top: 0.5rem;
  right: 0.4rem;
  color: #88898c;
  padding: 0;
  height: auto;
}

.search-container button .fa-search {
  font-size: 1.1rem;
}

.search-container button:hover {
  color: #222;
}

.search-container + div > label {
  display: inline-block;
}

.search-container + div > label input {
  margin-bottom: 0;
}

.search-options {
  font-size: 0.85rem;
}

.search-options a {
  text-decoration: none;
}

.search-options .link-reset {
  padding: 0.5rem 0.8rem 0.4rem;
}

.search-options .switch {
  color: #222;
  font-weight: 400;
  font-size: inherit;
}

.search-options label {
  font-size: inherit;
}

.search-options label input[type=checkbox] {
  margin-right: 0;
  border: none;
  border-radius: 0;
  float: left;
  top: 3px;
  margin-right: 4px;
}

.search-options label.label-hide-bought {
  display: block;
}

.pictures-wrapper.search,
.pictures-wrapper.search:hover {
  background: 0 0;
}

.pictures-wrapper.search h1 {
  text-transform: uppercase;
  font-size: 2rem;
}

.pictures-wrapper.search h3 {
  font-weight: 400;
}

.options-container {
  border-top: 1px solid #97aabb;
  margin-top: 1rem;
}

.options-block {
  position: relative;
  border-top: 1px solid #97aabb;
  margin-bottom: 0.6rem;
  padding-top: 0.6rem;
}

.options-container .options-block:first-child {
  border-top: none;
}

.options-block h3 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
  transition: all 0.5s ease-out;
}

.options-block h3 a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}

.options-block.has-selected h3,
.options-block.has-selected h3 a {
  color: #97aabb;
  transition: all 0.5s ease-out;
}

.options-block .block-close,
.options-block .block-open {
  position: absolute;
  top: 0.7rem;
  right: 0;
  display: block;
  background: #fff;
  width: 14px;
  height: 14px;
  padding: 0;
  text-align: center;
  color: #222;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.1;
}

.options-block .block-open::after {
  content: "–";
}

.options-block.closed .block-open::after {
  content: "+";
}

.options-block-content {
  margin-top: 1rem;
  margin-bottom: 0.4rem;
}

.options-block-content .row {
  margin: 0;
}

.options-block-content .row .column {
  padding: 0;
  min-height: 1.5rem;
}

.options-block-content input {
  margin: 0;
}

.options-block.closed .options-block-content {
  display: none;
}

.options-block [type=checkbox] {
  display: none;
}

.options-block [type=checkbox] + label {
  position: relative;
  margin-left: 0.1rem;
  margin-right: 0;
  font-size: 0.8rem;
  text-transform: capitalize;
  cursor: pointer;
  height: 1.48rem;
  transition: all 0.5s ease-out;
  font-family: inherit !important;
  line-height: 1;
}

.options-block [type=checkbox] + label::before {
  font-size: 1.2rem;
  margin-right: 0.2rem;
}

.options-block [type=checkbox]:checked + label {
  color: #97aabb;
  transition: all 0.5s ease-out;
}

.options-block .row.small-up-3 .column,
.options-block .row.small-up-4 .column,
.options-block .row.small-up-5 .column {
  text-align: center;
  display: block;
}

.options-block .row.small-up-3 .column label::before,
.options-block .row.small-up-4 .column label::before,
.options-block .row.small-up-5 .column label::before,
.options-block .row.small-up-6 .column label::before {
  display: block;
  margin-right: 0;
  margin-bottom: 7px;
}

.options-block .row .column.column-any {
  display: none;
}

.options-block.option-ethnicity [type=checkbox], .options-block.option-gender .see-more-div-118 [type=checkbox] {
  display: inline-block;
  float: left;
  top: 3px;
  margin-right: 4px;
}

.invoice-reveal [type=checkbox] {
  display: none;
}

.invoice-reveal [type=checkbox] + label {
  position: relative;
  margin-left: 1.4rem;
  margin-right: 0;
  font-size: 1.2rem;
  text-transform: capitalize;
  cursor: pointer;
  height: 1.48rem;
  transition: all 0.5s ease-out;
  font-family: inherit !important;
  line-height: 1;
}

.invoice-reveal [type=checkbox] + label::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #b6c6d5;
  background: #fff;
  position: absolute;
  background-size: 100%;
  margin-top: -2px;
  margin-left: -25px;
  box-shadow: inset 1px 2px 2px rgba(10, 10, 10, 0.2);
}

.invoice-reveal [type=checkbox]:checked + label::before {
  background-image: url(../img/lightbox-added.svg);
  content: "";
  font-size: 23px;
  color: #fff;
}

.invoice-reveal .checkmark {
  top: 1px;
}

.sub-title {
  display: none;
}

.reveal-product {
  width: 100vw;
  padding: 0 !important;
  max-width: 90%;
}

.paypal-btn {
  padding: 8px;
  border: 1px solid #b8c6d6;
  border-radius: 60px;
  height: 46px;
  margin-top: -2px;
}

.paypal-btn:hover {
  background: #b8c6d6;
  opacity: 0.9;
}

.credits .paypal-btn {
  margin-top: 5px;
}

.go-back-arrow:hover,
.go-next-arrow:hover,
.pictures-wrapper-inside-new > .popup-close:hover {
  background-color: #7891a9;
}

.big-picture-meta-reveal {
  background: #e8eaec;
  padding: 2em 0 1em 0;
  border-left: 1px solid #afc1cf;
  height: auto;
  position: relative;
  z-index: 199;
}

.meta-wrapper {
  min-height: 551px;
}

.big-picture-wrapper-outside {
  text-align: center;
}

.big-picture-meta-reveal h3 {
  position: absolute;
  padding: 0 20px;
  color: #afc1cf;
  margin-top: -5px;
}

.price-wrapper h3 {
  position: absolute;
  color: #afc1cf;
  margin-top: -4px;
}

.collections .price-wrapper h3 {
  margin-top: -5px;
}

.big-picture-wrapper-outside > a {
  margin: auto;
}

.reveal-product {
  margin-bottom: 30px;
}

.pictures-wrapper-reveal {
  max-width: none;
  display: flex;
  display: -ms-flexbox;
  display: -ms-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
}

.reveal .big-picture-meta-reveal {
  display: flex;
  flex-flow: row wrap;
}

.reveal .meta-wrapper {
  height: auto;
}

.collections .meta-wrapper h3 {
  display: none;
}

.related-images-wrapper {
  border-top: 1px solid #afc1cf;
  padding: 20px;
  overflow: hidden;
  max-height: 220px;
  justify-content: center;
  background: #fff;
  position: relative;
  z-index: 990;
}

.collections .related-images-wrapper {
  border-top: 1px solid #afc1cf;
  padding: 20px;
  overflow: hidden;
  max-height: none;
  justify-content: center;
}

.pictures-wrapper-reveal::before {
  content: "Similar images";
  position: absolute;
  background: #fff;
  border-top: 1px solid #afc1cf;
  border-right: 1px solid #afc1cf;
  left: 0;
  font-weight: 700;
  font-size: 20px;
  color: #8899a6;
  bottom: 0;
  padding: 10px;
  margin-bottom: -2px;
  z-index: 9999;
  pointer-events: none;
}

.collections .pictures-wrapper-reveal::before {
  content: "Collection";
  position: absolute;
  background: #fff;
  border-top: 1px solid #afc1cf;
  border-right: 1px solid #afc1cf;
  left: 0;
  font-weight: 700;
  font-size: 20px;
  color: #8899a6;
  bottom: 0;
  padding: 10px;
  margin-bottom: -2px;
  z-index: 9999;
  pointer-events: none;
}

.go-back-arrow {
  background: #afc1cf;
  color: #fff !important;
  padding: 4px 12px;
  position: absolute;
  top: 255px;
  left: 0;
  z-index: 110;
  height: 88px;
  width: 42px;
}

.go-next-arrow {
  background: #afc1cf;
  color: #fff !important;
  padding: 4px 12px;
  position: absolute;
  top: 255px;
  right: 0;
  height: 88px;
  width: 42px;
  z-index: 100;
}

.rectangel-right {
  height: 20px;
  width: 20px;
  border-right: 1px solid;
  border-top: 1px solid;
  transform: rotate(45deg);
  position: absolute;
  margin-top: 33px;
  left: 6px;
}

.rectangel-left {
  height: 20px;
  width: 20px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  transform: rotate(45deg);
  position: absolute;
  margin-top: 33px;
  right: 6px;
}

.vat {
  width: 82%;
  display: inline;
  float: right;
}

.vat-lable {
  padding: 0.7rem 0.5rem;
  color: #0a0a0a;
  white-space: nowrap;
  display: inline;
  height: 100%;
  float: left;
}

.validate {
  position: absolute;
  top: 0;
  left: 100%;
  /*margin-left: 16px;*/
}

.invoice-reveal {
  width: 100%;
  max-width: 650px;
}

.vat-column {
  text-align: right;
  position: relative;
}

.invoice-header {
  color: #afc1cf;
  font-size: 23px;
  line-height: 45px;
}

.full-details-wrapper > #profileForm {
  margin: 0;
}

.not-selected > .vat-lable {
  display: none !important;
}

.not-selected > .vat {
  width: 100% !important;
}

.company-radio-lable {
  font-size: 1em;
}

.vat-check {
  visibility: hidden;
}

.vat-column.vat-validated > .vat-check {
  position: absolute !important;
  visibility: visible;
  right: 0;
  top: 0;
  color: green;
  font-size: 20px;
  padding: 10px 25px;
  top: 0;
}

.vat-reveal.vat-validated > .vat-check {
  position: absolute !important;
  visibility: visible;
  right: 0;
  top: 0;
  color: green;
  font-size: 20px;
  padding: 10px 25px;
  margin-top: -39px;
}

.vat-reveal.vat-not-validated > .vat-cross {
  position: absolute !important;
  visibility: visible;
  right: 0;
  top: 0;
  color: red;
  font-size: 20px;
  padding: 10px 25px;
  margin-top: -39px;
}

.vat-cross {
  visibility: hidden;
}

.vat-column.vat-not-validated > .vat-cross {
  position: absolute !important;
  visibility: visible;
  right: 0;
  top: 0;
  color: red;
  font-size: 20px;
  padding: 10px 25px;
}

.big-picture-wrapper-container {
  height: auto;
  text-align: center;
  flex: 1 50%;
  -webkit-flex: 1 50%;
  -moz-box-flex: 1 50%;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
}

body .full-details-popup-container {
  display: none;
}

.full-details-popup-container.open {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -ms-flexbox;
  z-index: 10;
  padding: 40px;
  overflow-y: scroll;
}

.full-details-popup-container.open .product-popup {
  margin: auto;
  z-index: 99999;
  background: #fff;
  width: 90%;
  position: relative;
}

.big-picture-wrapper-outside a,
.easyzoom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  position: relative;
  z-index: 10;
}

.easyzoom img,
.easyzoom-flyout img {
  max-width: none;
  z-index: 99999;
}

.easyzoom::after {
  content: url(/images/loading.svg);
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transition: 0.2s all;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  line-height: 0;
}

.popup-loading .easyzoom::after {
  z-index: 9999999999;
}

.big-picture-wrapper-outside a > img {
  margin: auto;
}

.product-popup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 10000;
  transition: 0.4s all;
  pointer-events: none;
  opacity: 0;
}

.popup-loading .easyzoom {
  filter: grayscale(40%);
  transition: 1s all;
}

.product-popup.popup-loading::before {
  opacity: 0.2;
}

.product-popup.popup-loading::after {
  opacity: 1;
}

.custom-popup-open {
  overflow: hidden;
}

.big-picture-wrapper-outside {
  text-align: center;
  margin: auto;
  width: 100%;
}

.big-picture-wrapper {
  margin: auto;
}

body.is-reveal-open {
  overflow: hidden;
}

.at-share-btn-elements {
  text-align: center;
}

.loading-reveal {
  flex-flow: row wrap;
  width: 90% !important;
  max-width: 100% !important;
}

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
}

.collections .picture-details-list {
  max-width: 410px;
  padding: 0;
}

.collections .lightbox-download {
  max-width: 125px;
  margin: 0;
}

.big-picture-wrapper-outside .easyzoom {
  display: flex;
  z-index: 100;
}

.big-picture-wrapper-outside .easyzoom > a {
  margin: auto;
  cursor: zoom-in;
  cursor: -webkit-zoom-in;
  z-index: 100;
}

.big-picture-wrapper-outside .easyzoom-flyout {
  background: #fff;
  width: 100%;
  cursor: zoom-out;
  cursor: -webkit-zoom-out;
  z-index: 100;
}

.collections .big-picture-wrapper-container {
  display: flex;
  position: relative;
}

.prev-collection-image {
  margin-left: -1px;
}

.next-collection-image {
  margin-right: -1px;
}

.collections .reveal .thumbnail-block img {
  width: auto;
}

.company-radio {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  right: -17px;
}

.lightbox-download > a {
  margin-top: 15px;
  width: 100%;
}

.button.small {
  padding: 7px;
  margin: 0;
}

.lightbox-download {
  flex: 1 auto;
  text-align: center;
  max-width: 125px;
  margin: auto;
}

.company-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 3px solid #b4c6d4;
  border-radius: 50%;
}

.company-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.company-radio input:checked ~ .checkmark:after {
  display: block;
}

.company-radio .checkmark:after {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b4c6d4;
}

.invoice-reveal medium-8 {
  padding-right: 0;
}

.invoice-reveal .company-radio {
  padding-right: 0;
  right: -55px;
}

.invoice-reveal .company-radio-lable {
  font-size: 0.9em;
}

#pictures-wrapper > h1 {
  display: none;
}

.pictures-wrapper.search {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 5rem;
  color: #bbb;
}

.orderdetails .pictures-wrapper {
  list-style-type: none;
}

body.picture .content-right-container {
  background-color: #f7f7f7;
}

body.picture .pictures-wrapper {
  padding: 2rem 0;
}

body.picture .pictures-wrapper > .row {
  margin: 0 auto;
}

body.picture .pictures-wrapper .big-picture-wrapper {
  margin-bottom: 1rem;
  text-align: center;
  position: relative;
}

body.picture .pictures-wrapper .big-picture-wrapper a {
  display: block;
  margin: auto;
}

body.picture .pictures-wrapper .big-picture-wrapper a img {
  width: 100%;
}

body.picture .pictures-wrapper .big-picture-meta {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 0.5rem;
}

.pictures-wrapper .big-picture-meta .content-footer {
  text-align: left;
}

.pictures-wrapper .big-picture-meta .content-footer a.cart-icon {
  margin: 1rem 0 0;
  padding-left: 26px;
}

.pictures-wrapper .big-picture-meta .content-footer a.cart-icon::after {
  display: table;
  content: "";
  clear: both;
}

.pictures-wrapper .big-picture-meta .content-footer a.cart-icon::before {
  width: 18px;
  height: 18px;
}

.pictures-wrapper .big-picture-meta .content-footer a.button {
  clear: both;
  margin: 1rem 0 0;
}

.pictures-wrapper .big-picture-meta .collection-top {
  text-align: left;
}

.pictures-wrapper .big-picture-meta .collection-top a.cart-icon {
  margin: 1rem 0 0;
}

.pictures-wrapper .big-picture-meta .collection-top a.cart-icon::after {
  display: table;
  content: "";
  clear: both;
}

.pictures-wrapper .big-picture-meta .collection-top a.button {
  clear: both;
  margin: 1rem 0 0;
}

.pictures-wrapper {
  margin: 0 2rem 1rem;
}

.account-picture-divider {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.pictures-wrapper + .account-picture-divider {
  border-top: 1px solid #c2c2c2;
  margin-top: 1rem;
  padding-top: 1rem;
}

.sub-extra-links {
  display: none;
}

.catalogue-pdf {
  margin-top: 0.7rem;
}

body.cart .pictures-wrapper.closed,
body.my_files .pictures-wrapper.closed {
  display: none;
}

body.cart .pictures-wrapper.opened,
body.my_files .pictures-wrapper.opened {
  display: block;
}

body.cart .account-picture-divider,
body.my_files .account-picture-divider {
  position: relative;
}

body.cart .account-picture-divider a,
body.my_files .account-picture-divider a {
  display: block;
  position: relative;
  color: #222;
  text-decoration: none;
}

body.cart .account-picture-divider a::before,
body.my_files .account-picture-divider a::before {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #e6e7e8;
  color: #222;
  line-height: 1.2;
  font-size: 0.75rem;
  margin-right: 0.4rem;
  text-align: center;
}

body.cart .account-picture-divider.open a::before,
body.my_files .account-picture-divider.open a::before {
  content: "+";
}

body.cart .account-picture-divider.close a::before,
body.my_files .account-picture-divider.close a::before {
  content: "-";
}

.extra-links-container {
  text-align: right;
}

.extra-links .button {
  margin-right: 0;
}

.my_files .filter-container {
  box-shadow: none;
  padding: 0 0 1rem;
}

.cart .filter-container {
  box-shadow: none;
  padding: 0 0 1rem;
}

.filter-block {
  text-align: center;
}

.filter-block label {
  display: inline-block;
}

.filter-block label input[type=checkbox] {
  margin-right: 0.2rem;
}

.filter-block input,
.filter-block select {
  margin: 0;
}

.filter-block select {
  display: inline-block;
  padding: 0 0.2rem 0 0.2rem;
  height: auto;
  font-size: inherit;
  width: auto;
}

.filter-block select#showOrder {
  width: 9rem;
}

.filter-block select#showLimit {
  width: 4rem;
}

.filter-block .button {
  margin: 0;
  padding: 0.5rem 0.8rem 0.4rem;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.filter-block a {
  display: inline-block;
  text-decoration: none;
}

.filter-block.items-per-page a {
  display: inline-block;
  font-size: 0.8rem;
  padding: 0.1rem 0.2rem;
}

.filter-block.items-per-page a.active {
  background-color: #97aabb;
  color: #fff;
}

.filter-block.extra-links {
  padding-right: 0;
}

.filter-block.extra-links a:not(.button) {
  text-decoration: underline;
  color: #222;
  margin-right: 1rem;
}

.download-container-column {
  text-align: right;
}

.download-container-column .filter-block {
  padding-right: 0;
}

.label-free-only {
  display: inline-block;
}

.label-free-only input {
  margin-bottom: 0;
}

.second-filter-container {
  padding: 1rem 0 0.4rem;
}

#pictures-wrapper .second-filter-container > .row > .column + .column {
  text-align: right;
  padding-right: 0;
}

ul.og-grid {
  list-style-type: none;
  margin-left: 0;
}

ul.og-grid::after {
  display: table;
  content: " ";
  clear: both;
}

.thumbnails-container {
  padding: 1rem;
}

.thumbnail-block {
  position: relative;
  margin: 0 1% 1rem 0;
  float: left;
  height: 11.5rem;
  min-height: 2rem;
  display: inline-block;
}

.thumbnail-block.picture-open {
  height: auto !important;
}

.thumbnail-block > a {
  display: block;
  height: 10rem;
  text-align: center;
  position: relative;
  border: 1px solid #e2e2e2;
  transition: all 0.25s ease-out;
  overflow: hidden;
  background-color: #fff;
}

.thumbnail-block > a .thumbnail-inner {
  position: absolute;
  bottom: 0;
  margin: 1px;
}

.thumbnail-block > a:hover {
  border-color: #97aabb;
  transition: all 0.25s ease-out;
}

.thumbnail-block.picture-open > a,
.thumbnail-block > a.active {
  border-color: #97aabb;
  margin: 0;
}

.thumbnail-block > a img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
}

body.cut-out-people .thumbnail-block > a .thumbnail-inner,
body.cut_out_people .thumbnail-block > a .thumbnail-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

body.cut-out-people .thumbnail-block > a .thumbnail-inner img,
body.cut_out_people .thumbnail-block > a .thumbnail-inner img {
  max-height: 9.9rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.cut-out-plants .thumbnail-block > a .thumbnail-inner,
body.cut_out_plants .thumbnail-block > a .thumbnail-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

body.cut-out-plants .thumbnail-block > a .thumbnail-inner img,
body.cut_out_plants .thumbnail-block > a .thumbnail-inner img {
  max-height: 9.9rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.ground-textures .thumbnail-block > a .thumbnail-inner,
body.ground_textures .thumbnail-block > a .thumbnail-inner {
  position: absolute;
  bottom: 0;
  max-height: 5.3rem;
}

body.ground-textures .thumbnail-block > a .thumbnail-inner img,
body.ground_textures .thumbnail-block > a .thumbnail-inner img {
  max-height: none;
}

body.sky-textures .thumbnail-block > a .thumbnail-inner,
body.sky_textures .thumbnail-block > a .thumbnail-inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 6.3rem;
}

body.sky-textures .thumbnail-block > a .thumbnail-inner img,
body.sky_textures .thumbnail-block > a .thumbnail-inner img {
  max-height: none;
  position: absolute;
  bottom: 0;
  left: 0;
}

.big-picture-wrapper-outside > a {
  height: auto !important;
  width: 100% !important;
}

.collections .reveal .thumbnail-block > a {
  display: flex;
}

.collections .thumbnail-block > a img {
  margin: auto;
}

.popup-close {
  z-index: 9999;
}

body.cut-out-backgrounds .thumbnail-block > a .thumbnail-inner,
body.cut_out_backgrounds .thumbnail-block > a .thumbnail-inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: none;
}

body.cut-out-backgrounds .thumbnail-block > a .thumbnail-inner img,
body.cut_out_backgrounds .thumbnail-block > a .thumbnail-inner img {
  max-height: none;
  position: absolute;
  bottom: 0;
  left: 0;
}

body.cut_out_backgrounds .related-images-wrapper {
  max-height: 150px;
}

.cut_out_backgrounds .related-images-wrapper::before {
  bottom: 148px;
}

.cut_out_plants .related-images-wrapper::before {
  bottom: 219px;
}

body.sky_textures .related-images-wrapper {
  max-height: 150px;
}

.sky_textures .related-images-wrapper::before {
  bottom: 148px;
}

body.ground_textures .related-images-wrapper {
  max-height: 150px;
}

body.ground_textures .related-images-wrapper::before {
  bottom: 148px;
}

.collections .thumbnail-block {
  height: auto;
}

.collections .thumbnail-block > a {
  height: auto;
}

.collections .reveal .thumbnail-block > a {
  height: 10rem;
}

.collections .thumbnail-block > a .thumbnail-inner {
  position: relative;
}

.collections .thumbnail-block > a img {
  position: relative;
  left: 0;
  transform: none;
}

.reveal-product {
  box-shadow: 0 4px 55px rgba(0, 0, 0, 0.5);
}

.big-picture-wrapper .free-icon,
.thumbnail-block .free-icon {
  height: 28px;
  width: 28px;
  position: absolute;
  top: -1px;
  right: -1px;
  background: url(../img/free-icon.svg) no-repeat 0 0 transparent;
  background-size: 28px;
  z-index: 4;
}

.big-picture-wrapper-container .free-icon {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/free-icon.svg) no-repeat 0 0 transparent;
  background-size: 40px;
  z-index: 4;
}

.big-picture-wrapper-container {
  position: relative;
}

.thumbnail-block .picture-text {
  position: relative;
  padding-right: 27px;
  font-size: 0.85rem;
}

.thumbnail-block .picture-text a {
  font-weight: 700;
  text-decoration: none;
}

.thumbnail-block .picture-text .picture-price {
  display: block;
  font-size: 0.7rem;
}

.thumbnail-block .picture-text .picture-price-usd {
  font-weight: 700;
  color: #97aabb;
  font-size: 0.7rem;
}

.thumbnail-block .cart-icon {
  position: absolute;
  background-color: #e6e7e8;
  color: #222;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
}

.thumbnail-block .cart-icon::after {
  display: block;
  content: "";
  background-image: url(../img/lightbox-add.svg);
  background-size: cover;
  width: 100%;
  height: 100%;
}

.thumbnail-block .cart-icon.in-cart,
.thumbnail-block .cart-icon.in-selection {
  background-color: #97aabb;
  color: #fff;
}

.thumbnail-block .cart-icon.in-cart::after,
.thumbnail-block .cart-icon.in-selection::after {
  content: "";
  background-image: url(../img/lightbox-added.svg);
  background-size: cover;
}

.thumbnail-block.picture-open .arrow-up {
  display: block;
  border-bottom: 8px solid #3f3f3f;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  height: 0;
  width: 0;
  margin: 2px auto 0;
}

body.collections .thumbnail-block.picture-open .arrow-up {
  margin-top: 22px;
}

.thumbnail-block .pictures-wrapper-inside {
  background-color: #3f3f3f;
  position: relative;
  box-sizing: content-box;
  overflow: hidden;
  width: 500%;
  color: #ececec;
  max-height: 0;
  animation: wrapper-close 1s ease-out forwards;
}

.thumbnail-block.picture-open .pictures-wrapper-inside {
  margin: 0 0 10px;
  height: auto;
  max-height: 1350px;
  animation: wrapper-open 1s ease-out forwards;
}

body.picture-preview-opened .thumbnail-block.picture-open .pictures-wrapper-inside {
  animation: none;
}

.thumbnail-block .pictures-wrapper-inside * {
  box-sizing: border-box;
}

.thumbnail-block .pictures-wrapper-inside a {
  color: #ececec;
}

.thumbnail-block .pictures-wrapper-inside label {
  color: inherit;
}

.picture-next,
.picture-prev {
  display: block;
  background: rgba(255, 255, 255, 0.5);
  width: 2rem;
  height: 3rem;
  text-align: center;
  position: absolute;
  top: 47%;
  left: 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.8;
  text-decoration: none;
  opacity: 0.4;
}

.picture-next {
  left: auto;
  right: 0;
}

.picture-next::after,
.picture-prev::after {
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-bottom: none;
  border-left: none;
  transform: rotate(-135deg);
  margin-top: 1.1rem;
  margin-left: 0.8rem;
}

.picture-next::after {
  transform: rotate(45deg);
  margin-left: 0.5rem;
}

.picture-next:hover,
.picture-prev:hover {
  opacity: 1;
}

.big-picture-wrapper .picture-next,
.big-picture-wrapper .picture-prev {
  background: rgba(0, 0, 0, 0.7);
}

.thumbnail-block .pictures-wrapper-inside .price-wrapper {
  color: #222;
}

.thumbnail-block .pictures-wrapper-inside .price-wrapper label {
  color: inherit;
}

.thumbnail-block .pictures-wrapper-inside .addthis {
  display: none !important;
}

.thumbnail-block .pictures-wrapper-inside .cart-icon {
  width: auto;
  height: auto;
  top: auto;
  right: auto;
  position: static;
  background-color: transparent;
  margin-right: 0.5rem;
}

.thumbnail-block .pictures-wrapper-inside .cart-icon::after {
  content: none;
}

.thumbnail-block .pictures-wrapper-inside .content-footer {
  text-align: left;
}

.thumbnail-block .pictures-wrapper-inside .content-footer .button {
  margin: 0;
  clear: left;
}

.thumbnail-block .pictures-wrapper-inside .close-box {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #787878;
  font-size: 1.8rem;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.thumbnail-block .pictures-wrapper-inside .close-box:before {
  content: "×";
}

.thumbnail-block .pictures-wrapper-inside .close-box:hover {
  color: #fff;
}

.thumbnail-block .pictures-wrapper-inside .big-picture-wrapper-container {
  height: 100%;
}

.thumbnail-block .pictures-wrapper-inside .big-picture-wrapper-outside {
  display: block;
  height: 100%;
}

.thumbnail-block .pictures-wrapper-inside .big-picture-wrapper {
  height: 100%;
  min-height: 100px;
  min-width: 200px;
}

.thumbnail-block .pictures-wrapper-inside .big-picture-wrapper img {
  max-height: 600px;
  cursor: pointer;
  vertical-align: middle;
  width: 100%;
  min-width: 200px;
  min-height: 100px;
}

.thumbnail-block .pictures-wrapper-inside .big-picture-wrapper .detailed-view-hint {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 60%;
  min-width: 200px;
  max-width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.5rem;
  pointer-events: none;
}

.cart-icon.cart-icon-with-text {
  position: relative !important;
  padding-left: 22px;
}

.cart-icon.cart-icon-with-text::before {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 1px;
  content: "";
  background-image: url(../img/lightbox-add-white.svg);
  background-size: cover;
}

.cart-icon.cart-icon-with-text.in-cart::before,
.cart-icon.cart-icon-with-text.in-selection::before {
  content: "";
  background-image: url(../img/lightbox-added.svg);
  background-size: cover;
  background-color: #97aabb;
  color: #fff;
}

.cart-icon.cart-icon-with-text::after {
  display: none;
}

.add-to-lightbox,
.added-to-lightbox {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1rem;
  height: 1rem;
  background-color: #e6e7e8;
  text-align: center;
}

.added-to-lightbox {
  background-color: #97aabb;
}

.add-all-lightbox {
  margin: 0 0 15px;
}

#pictures-wrapper .pagination {
  display: block;
  margin-left: 2rem;
}

.pagination li {
  font-size: 0.75rem;
}

.content-footer {
  clear: both;
  text-align: right;
}

.content-footer .button {
  margin-right: 0;
  padding: 0.5rem 0.8rem 0.4rem;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.login-form-signup-wrapper {
  border-top: 1px solid #e2e2e2;
}

.agreement {
  text-align: center;
  margin-top: 2rem;
}

.agreement + .agreement {
  margin-top: 0;
}

.agreement a {
  color: #222;
  text-decoration: underline;
}

.registration-wrapper > .row {
  margin: 0 auto 1rem;
}

.registration-wrapper > .row .row {
  margin-bottom: 1rem;
}

.registration-wrapper input {
  margin: 0;
}

.registration-wrapper input.checkbox {
  margin-left: -1rem;
  margin-right: 0.2rem;
}

.center {
  text-align: center;
}

#profile_view h1 {
  text-align: center;
}

#profile_view h3 {
  text-align: center;
  font-size: 1rem;
}

#profileForm {
  margin-top: 2rem;
}

header .login-signup #currentCreditNum {
  font-weight: 700;
  margin-left: 0.2rem;
}

.menu-off .drop-down,
.menu-on .drop-down {
  display: none;
  background-color: #2d2d2e;
  margin: 0;
  z-index: 11;
}

.menu-off:hover .drop-down,
.menu-on:hover .drop-down {
  display: block;
}

.orders-table {
  width: 100%;
}

.path-block {
  margin-bottom: 1rem;
}

.path-block a {
  color: #222;
  text-decoration: none;
}

.left-arrow-ico {
  margin: 0 0.5rem;
}

.left-arrow-ico::after {
  display: inline-block;
  content: ">";
}

.meta-table {
  margin-bottom: 1rem;
}

.meta-table .column + .column {
  font-weight: 700;
}

.meta-table h1,
.meta-table h2 {
  font-size: 0.75rem;
  font-weight: 700;
}

.price-wrapper {
  display: flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  padding: 1.5rem;
  width: 100%;
  border-top: 1px solid #afc1cf;
  min-height: 110px;
  height: auto;
  position: relative;
}

.price-wrapper h3 {
  padding: 0;
  font-weight: 700;
}

.price-wrapper .meta-table {
  margin-bottom: 0;
}

.price-wrapper .meta-table .small {
  display: block;
  font-weight: 100;
}

.price-wrapper > ul > li > label {
  text-align: right;
  padding-left: 4em;
}

.price-wrapper > ul {
  flex: 1 auto;
  padding-left: 2.5em;
}

.collections .price-wrapper {
  justify-content: space-between;
}

.credits.account .content-right {
  text-align: center;
}

.credits.account .content-right .path-block {
  text-align: left;
}

.credits-bttom-block {
  padding: 0;
  width: 100%;
  max-width: 640px;
  margin: auto;
}

.credits-bttom-block #creditsAmount {
  font-weight: 700;
  font-size: 1.5rem;
  padding-right: 0.625rem;
}

.credits-bttom-block #creditsSymbol {
  font-weight: 700;
  font-size: 1.5rem;
}

.credits-bttom-block .text-center {
  margin-top: 1rem;
}

.credits-bttom-block + .credits-bttom-block {
  text-align: center;
  margin-top: 3rem;
}

.credits-bttom-block + .credits-bttom-block + .credits-bttom-block {
  margin-top: 1rem;
}

.credits-bttom-block a.button {
  margin: 1rem 0 0;
}

body.credits .credits-table + .credits-bttom-block {
  text-align: right;
  margin-top: 4rem;
}

body.gallery:hover > .container,
body.gallery > .container {
  background-color: #ececec;
}

.gallery #gallery-id {
  margin-bottom: 0;
}

.gallery #gallery-id li {
  display: inline-block;
  margin-right: 10px;
}

.gallery #gallery-id li.active {
  font-weight: 700;
}

.gallery #gallery-id li a {
  display: block;
  text-decoration: none;
  background: #b1adae;
  border-radius: 10px;
  padding: 10px 15px;
  color: #444;
}

.gallery #gallery-id li.active a {
  background: #97aabb;
  color: #fff;
}

.gallery h1 {
  margin-bottom: 5px;
}

.gallery-wrapper {
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
}

.gallery-block {
  display: inline-block;
  padding: 10px;
  width: 25%;
}

.gallery-block .lazyload {
  padding-bottom: 100%;
}

.gallery-block.img-loaded {
  height: auto;
}

.gallery-img-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0;
  background: #fff;
  cursor: pointer;
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  margin-bottom: 5px;
}

.gallery-img-wrapper:hover {
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}

.gallery-img-wrapper img {
  width: 100%;
  height: auto;
}

.gallery-meta-wrapper {
  text-align: left;
  padding: 0 5px;
}

.gallery-meta-wrapper p {
  margin-top: 0;
  padding-top: 0;
  text-align: justify;
}

.gallery-row {
  padding: 0;
  position: relative;
  min-height: 18px;
}

.gallery-row span {
  display: inline-block;
  text-align: left;
  padding: 1px 5px;
  text-transform: capitalize;
}

.gallery-row .gallery-title {
  text-align: right;
  width: 90px;
  font-size: 12px;
  color: #222;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-row .gallery-name {
  font-size: 12px;
  color: #222;
  padding-left: 110px;
}

.gallery-row .gallery-author {
  text-align: right;
  width: 90px;
  font-size: 12px;
  color: #222;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-row .gallery-author-name {
  font-size: 12px;
  color: #222;
  padding-left: 110px;
  font-weight: 700;
}

.gallery-row .gallery-links {
  text-align: right;
  width: 90px;
  font-size: 12px;
  color: #222;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-row .gallery-image-links {
  font-size: 10px;
  color: #222;
  padding-left: 110px;
}

.grid-sizer {
  width: 25%;
}

.gallery .admin-content-wrapper .pictures-wrapper .picture-wrapper {
  width: auto;
}

.carousel-container + .row > .column > h1 {
  display: none;
}

.featured-block .thumbnail {
  border: none;
  box-shadow: none;
  width: 100%;
}

.button.print {
  position: absolute;
  top: 0.5rem;
  right: 2rem;
  margin: 0;
}

footer {
  color: #fff;
}

footer a,
footer a:not(.button) {
  color: #fff;
  text-decoration: none;
}

footer a:hover,
footer a:not(.button):hover {
  color: #97aabb;
}

footer .social-media button {
  font-size: 19px;
}

footer .text-align-right a {
  text-decoration: underline;
}

footer .text-align-right a:hover {
  text-decoration: none;
}

footer .social-media + p {
  margin-bottom: 0;
}

.big-picture-wrapper-outside:before {
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  background: url(/images/loading.svg);
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
}

.ui-message {
  background: #fff;
  padding: 1rem;
  margin: 0.5rem 0;
}

.ui-message.error {
  color: red;
}

.pagination {
  text-align: right;
  margin-right: 0;
  margin-top: 1rem;
}

.pagination li {
  font-size: 0.7rem;
}

.pagination li + li {
  margin-left: 0.2rem;
}

.pagination a,
.pagination button {
  display: inline-block;
  background-color: #e6e7e8;
  text-decoration: none;
}

.gallery .pagination .current,
.gallery .pagination .inactive {
  font-size: 0.7rem;
  width: 26px;
  height: 23px;
  display: inline-block;
  line-height: 19px;
  text-align: center;
}

.reveal {
  margin-top: 1rem;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}

a.popup-close,
a.popup-close:not(.button) {
  background-color: #97aabd;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 2rem;
  height: 2rem;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  z-index: 99999;
}

a.popup-close::after {
  display: block;
  content: "×";
  line-height: 1.3;
}

.reveal#login-popup,
.reveal#passwordreminder-popup {
  padding: 2rem 4rem 1.5rem;
}

#login-popup p,
#passwordreminder-popup p {
  font-size: 1rem;
}

#login-popup .input-container {
  margin-top: 0.5rem;
}

#passwordreminder-popup .input-container {
  margin-top: 1.5rem;
}

#login-popup .rememberme {
  margin: 0.5rem 0;
}

.login-popup-wrapper {
  text-align: center;
}

#loginForm .input-container .input {
  width: 100%;
}

#login-form-buttons .button {
  margin: 0 auto 0.5rem;
}

#login-form-buttons .gray-link {
  clear: both;
  font-size: 0.8rem;
  display: block;
  margin-bottom: 2.5rem;
}

.login-form-signup-wrapper {
  margin: 0 -4rem -1.5rem;
  padding: 2rem 4rem 1.5rem;
  background-color: #e6e6e6;
}

.login-form-signup-wrapper p {
  margin: 0 0 0.5rem;
  text-align: center;
  font-size: 1rem;
}

.login-form-signup-wrapper .button {
  margin-top: 20px !important;
  margin-bottom: 10px;
}

#login-form-message .ui-message {
  margin-bottom: 2rem;
}

.checkout-popup {
  text-align: center;
}

.ui-message {
  padding: 0.5rem;
}

.ui-message.error {
  background-color: #fce6e2;
}

.ui-message.success {
  background-color: #13A639;
  color: #FFFFFF;
}

.table-container .column {
  text-align: center;
  padding: 0.5rem 0;
  border-left: 1px solid #999;
}

.table-container .column.first {
  border-left: none;
  border-right: 1px solid #999;
  padding-right: 1rem;
}

.table-container .column + .column {
  padding-left: 1rem;
  margin-left: -1px;
}

.table-container a.button {
  margin: 0 0 0.5rem 0;
}

.table-container p {
  font-size: 1rem;
}

.table-container .disclaimer {
  font-size: 0.8rem;
}

.table-container .buying-hint {
  border: none;
  font-size: 0.85em;
  padding-top: 1.5rem;
}

.table-container .buying-hint p {
  line-height: 1.1;
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
}

.table-container .buying-hint p:last-child {
  margin-bottom: 0;
}

.table-container h3 {
  font-weight: 700;
  font-size: 1.3rem;
  text-transform: uppercase;
}

.download-select {
  width: 100%;
  font-size: 0.8rem;
}

.download-select a.button {
  margin: 0;
}

.collection-top {
  text-align: right;
  margin-bottom: 1rem;
}

.collection-top .button {
  margin: 0 0 0 2rem;
}

.side-pictures {
  margin-top: 2rem;
}

.also-collections {
  margin-top: 1rem;
}

.content-footer {
  text-align: right;
  margin-bottom: 1rem;
}

.content-footer .button {
  margin: 0 0 0 2rem;
}

.content-footer:last-child {
  margin-bottom: 0;
}

.sticky {
  z-index: 20;
  left: 0;
  right: 0;
  margin-top: 0 !important;
}

.off-canvas.position-left,
.off-canvas.position-right {
  background-color: #97aabb;
}

.off-canvas.position-left ul.menu li a,
.off-canvas.position-right ul.menu li a {
  text-decoration: none;
  text-transform: capitalize;
}

.off-canvas.position-left ul.menu li a.active,
.off-canvas.position-right ul.menu li a.active {
  background-color: #fff;
}

.anchor-links {
  display: none;
}

.options-block.keyword-cloud h3 {
  width: 144px;
  height: 28px;
  background: url(../img/keyword-cloud-icon.png);
  background-size: 144px 28px;
  background-repeat: no-repeat;
  margin: 0 auto;
  text-indent: -900em;
  cursor: pointer;
}

.options-block.keyword-cloud.has-selected h3 {
  background: url(../img/keyword-cloud-icon-active.png);
  background-size: 144px 28px;
}

.option-gender [type=checkbox] + label::before {
  font-size: 1.5rem;
}

.slider-container {
  position: relative;
  border: 1px solid transparent;
}

.slider {
  margin: 1rem 0;
}

.slider-label {
  display: block;
}

.slider-container .divider-wrapper {
  position: absolute;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  height: 14px;
  bottom: 1rem;
  margin-bottom: -6px;
  width: 100%;
}

.slider-container .divider-wrapper .slider-divider {
  position: relative;
  height: 100%;
  float: left;
}

.slider-container .divider-wrapper .slider-divider + .slider-divider {
  border-left: 2px solid #000;
}

.slider-container.dividers-3 .divider-wrapper .slider-divider {
  width: 50%;
}

.slider-container.dividers-5 .divider-wrapper .slider-divider {
  width: 25%;
}

.slider-container.dividers-6 .divider-wrapper .slider-divider {
  width: 25%;
}

.slider-container .divider-wrapper .slider-divider:last-child {
  border-left: none;
  border-right: none;
  margin-left: 0;
  width: 0;
  background: red;
}

.slider-container .divider-wrapper .slider-divider .slider-label {
  position: absolute;
  transform: translateX(-60%);
  bottom: -1.3rem;
  font-size: 0.8rem;
  -webkit-font-smoothing: initial;
}

.slider-container .divider-wrapper .slider-divider:last-child .slider-label {
  transform: translateX(-30%);
}

.slider-container.dividers-3 .divider-wrapper .slider-divider.s1 .slider-label {
  transform: translateX(-90%);
}

.slider-container.dividers-3 .divider-wrapper .slider-divider.s2 .slider-label {
  transform: translateX(-150%);
}

.slider-container.dividers-3 .divider-wrapper .slider-divider.s3 .slider-label {
  transform: translateX(-100%);
}

.slider-container.dividers-5 .divider-wrapper .slider-divider.s1 .slider-label {
  transform: translateX(-80%);
}

.slider-container.dividers-5 .divider-wrapper .slider-divider.s2 .slider-label {
  transform: translateX(-75%);
}

.slider-container.dividers-5 .divider-wrapper .slider-divider.s4 .slider-label {
  transform: translateX(-50%);
}

.slider-container.dividers-5 .divider-wrapper .slider-divider.s5 .slider-label {
  transform: translateX(-30%);
}

.slider-container .ui-widget-header {
  background: #97aabb;
}

.ui-widget-content.ui-slider-horizontal {
  height: 2px;
  background: #000 !important;
  border: none;
}

.ui-widget-content.ui-slider-horizontal .ui-slider-handle {
  background: #97aabb !important;
  border-radius: 30px;
  width: 20px !important;
  height: 20px !important;
  border: none !important;
  transition: all 0.25s ease-out;
  cursor: pointer !important;
  outline-style: none;
  outline-color: transparent;
  top: -8px;
  margin-left: -10px;
}

.ui-widget-content.ui-slider-horizontal .ui-slider-handle:focus,
.ui-widget-content.ui-slider-horizontal .ui-slider-handle:hover {
  background: #97aabb !important;
  transition: all 0.25s ease-out;
  outline-style: none;
  outline-color: transparent;
}

.slider-container.slider-disabled .divider-wrapper {
  border-left: 2px solid #88898c;
  border-right: 2px solid #88898c;
}

.slider-container.slider-disabled .divider-wrapper .slider-divider + .slider-divider {
  border-left: 2px solid #88898c;
}

.slider-container.slider-disabled .divider-wrapper .slider-divider:last-child {
  border-left: none;
  border-right: none;
}

.slider-container.slider-disabled .ui-widget-header {
  background: #88898c;
}

.slider-container.slider-disabled .ui-widget-content.ui-slider-horizontal {
  background: #88898c !important;
}

.slider-container.slider-disabled .ui-widget-content.ui-slider-horizontal .ui-slider-handle {
  background: #88898c !important;
}

.option-view-angle [type=checkbox] + label {
  position: static;
  height: auto;
}

.option-view-angle .options-block-content .row {
  position: relative;
  width: 49%;
  float: left;
}

.option-view-angle .options-block-content .row + .row {
  width: 25%;
  float: right;
}

.option-view-angle .options-block-content::after {
  display: table;
  content: " ";
  clear: both;
}

.option-view-angle .options-block-content .row::after {
  font-family: vis-ico;
  content: "\e906";
  display: block;
  font-size: 1.8rem;
  position: absolute;
  right: 2rem;
  top: 32%;
}

.option-view-angle .options-block-content .row + .row::after {
  content: "\e905";
  left: auto;
  top: 28%;
  left: -3.6rem;
  right: auto;
}

.option-view-angle .options-block-content .row .column {
  width: 50%;
  margin-right: 0;
  margin-left: auto;
  min-height: 0;
}

.option-view-angle .options-block-content .row + .row .column {
  width: 100%;
}

.option-view-angle .options-block-content .row .column.above {
  margin-bottom: 1.2rem;
}

.option-view-angle .options-block-content .row .column.eyelevel {
  margin-bottom: 1.2rem;
}

.option-view-angle .options-block-content .row .column label span::after {
  font-family: vis-ico;
  display: block;
  content: "\e904";
  height: 24px;
  font-size: 1.7rem;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0.5;
}

.option-view-angle .options-block-content .row + .row .column label span::after {
  right: auto;
  left: -50%;
}

.option-view-angle .options-block-content .row .column.checked label span::after {
  color: #97aabb;
}

.option-view-angle .options-block-content .row .column.back label span::after {
  top: 20%;
  right: 2rem;
}

.option-view-angle .options-block-content .row .column.back-angle label span::after {
  top: 20%;
  right: 0.5rem;
  transform: rotate(45deg);
}

.option-view-angle .options-block-content .row .column.side label span::after {
  top: 38%;
  right: 0.5rem;
  transform: rotate(90deg);
}

.option-view-angle .options-block-content .row .column.front-angle label span::after {
  top: auto;
  bottom: 17%;
  right: 0.5rem;
  transform: rotate(135deg);
}

.option-view-angle .options-block-content .row .column.front label span::after {
  top: auto;
  bottom: 17%;
  right: 2rem;
  transform: rotate(180deg);
}

.option-view-angle .options-block-content .row .column.above label span::after {
  top: 16%;
  transform: rotate(45deg);
  left: -55%;
}

.option-view-angle .options-block-content .row .column.eyelevel label span::after {
  top: 38%;
  transform: rotate(90deg);
}

.option-view-angle .options-block-content .row .column.below label span::after {
  top: auto;
  bottom: 15%;
  transform: rotate(135deg);
  left: -55%;
}

.option-number-of-people .slider-container {
  position: relative;
  margin: 0 2rem;
}

.option-number-of-people .slider-container .slider {
  margin-top: 3.2rem;
  margin-bottom: 2.1rem;
}

.option-number-of-people .slider-container .divider-wrapper {
  bottom: 2.1rem;
}

.option-number-of-people .slider-container .divider-wrapper .slider-divider::before {
  font-family: vis-ico;
  display: block;
  font-size: 1.9rem;
  position: absolute;
  top: -2.7rem;
}

.option-number-of-people .slider-container .divider-wrapper .slider-divider.s1::before {
  content: "\e941";
  left: -1rem;
}

.option-number-of-people .slider-container .divider-wrapper .slider-divider.s5::before {
  content: "\e942";
  left: -1.3rem;
}

.option-cloud-amount .slider-container {
  position: relative;
  margin: 0 2rem;
}

.option-cloud-amount .slider-container .slider {
  margin-top: 3.2rem;
  margin-bottom: 2.1rem;
}

.option-cloud-amount .slider-container .divider-wrapper {
  bottom: 2.1rem;
}

.option-cloud-amount .slider-container .divider-wrapper .slider-divider::before {
  font-family: vis-ico;
  display: block;
  font-size: 1.3rem;
  position: absolute;
  top: -2rem;
}

.option-cloud-amount .slider-container .divider-wrapper .slider-divider.s2::before {
  content: "\e91a";
  left: -0.8rem;
}

.option-cloud-amount .slider-container .divider-wrapper .slider-divider.s3::before {
  content: "\e91b";
  left: -0.9rem;
}

.option-cloud-amount .slider-container .divider-wrapper .slider-divider.s4::before {
  content: "\e91c";
  left: -1rem;
}

.option-cloud-amount .slider-container .divider-wrapper .slider-divider.s5::before {
  content: "\e91d";
  left: -0.7rem;
}

.option-viewpoint .options-block-content {
  position: relative;
}

.option-viewpoint .options-block-content::before {
  display: block;
  position: absolute;
  bottom: 0.25rem;
  right: 65%;
  content: "\e969";
  font-family: vis-ico;
  font-size: 1.5rem;
}

.option-viewpoint .options-block-content .row {
  width: 60%;
  margin-left: 40%;
}

.option-viewpoint .options-block-content .row .column {
  width: 100%;
}

.option-viewpoint .options-block-content .row .column label span::after {
  font-family: vis-ico;
  display: block;
  content: "\e904";
  height: 24px;
  font-size: 2rem;
  position: absolute;
  top: 0;
  right: 100%;
  line-height: 0.5;
}

.option-viewpoint .options-block-content .row .column.birdeye label span::after {
  top: 0;
  transform: rotate(45deg);
}

.option-viewpoint .options-block-content .row .column.eyelevel label span::after {
  top: -24%;
  transform: rotate(90deg);
}

.option-viewpoint .options-block-content .row .column.frogeye label span::after {
  top: auto;
  bottom: 43%;
  transform: rotate(135deg);
}

.option-type .slider-container {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 50%;
}

.option-type .slider-container .slider {
  margin-bottom: 1.7rem;
}

.option-type .slider-container .divider-wrapper {
  bottom: 1.7rem;
}

.option-type .slider-label {
  width: 30%;
  font-size: 0.7rem;
}

.options-block.option-type .ico-grounds:before {
  font-size: 0.82rem !important;
}

.options-block.option-type .column.grounds {
  margin-top: 0.2rem;
}

.options-block.option-age .options-block-content .column [type=checkbox] + label::before {
  font-size: 1.5rem;
}

.options-block.option-age .options-block-content .row.small-up-5 .column [type=checkbox] + label::before {
  margin-bottom: 3px;
}

.reveal .ui-corner-all {
  border-radius: 0 !important;
}

.reveal .ui-widget-content {
  background: 0 0 !important;
  border: none !important;
  border-bottom: 1px solid #afc1cf !important;
  border-right: 1px solid #afc1cf !important;
}

.ui-tooltip {
  text-align: center;
}

.reveal .ui-tooltip {
  text-align: center;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  z-index: 2 !important;
}

.ui-tooltip img {
  min-width: 0 !important;
  max-width: 600px !important;
  max-height: 396px !important;
}

.ui-tooltip .over-container {
  min-width: 100px;
  min-height: 100px;
  background-image: url(../img/preload.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.ui-tooltip img.mojozoom_img {
  max-width: none !important;
  max-height: none !important;
}

[class*=" ico-"],
[class^=ico-] {
  font-family: Verdana, Roboto, Arial, sans-serif !important;
}

[class*=" ico-"]::before,
[class^=ico-]::before {
  font-family: vis-ico !important;
}

.search-options .switch::after {
  display: inline-block;
  background: #fff;
  width: 14px;
  height: 14px;
  padding: 0;
  text-align: center;
  color: #222;
  text-decoration: none;
  margin-left: 0.2rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.search-options .switch.close-all-icon::after {
  content: "–";
}

.search-options .switch.open-all-icon::after {
  content: "+";
}

.open-close-container {
  display: inline-block;
  text-align: right;
  padding: 0.15rem 0 0 0.5rem;
  float: right;
}

.options-block .row.small-up-2 [type=checkbox] + label {
  margin-left: 26px;
}

.options-block .row.small-up-2 [type=checkbox] + label::before {
  position: absolute;
  left: -26px;
  top: -5px;
}

.options-block.option-ethnicity .row.small-up-2 [type=checkbox] + label, .options-block.option-gender .row.small-up-2 [type=checkbox] + label {
  margin-left: 0;
}

.option-type .row {
  position: relative;
}

.trees-sizes {
  clear: none;
  position: absolute;
  top: 0.25rem;
  right: 0;
  white-space: nowrap;
}

.trees-sizes .big,
.trees-sizes .medium,
.trees-sizes .small {
  width: auto;
  display: inline;
  clear: none !important;
  margin-left: 1rem;
}

.options-block .trees-sizes label {
  margin: 0 !important;
}

.column.tree {
  width: 100% !important;
  margin-bottom: 1.2rem;
}

.column.tree-size {
  display: none;
}

.order-summary {
  width: 100%;
}

.content-news {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #93b840;
}

.content-news:last-child {
  border-bottom: none;
}

.content-news h1 + p.date {
  margin-top: -0.4rem;
}

body.picture .pictures-wrapper .big-picture-wrapper .addthis {
  text-align: right;
  margin-top: 0.5rem;
}

body.picture .pictures-wrapper .big-picture-wrapper .addthis a {
  display: inline-block;
  margin: 0 0 0 3px;
}

.addthis .at-share-btn .at-icon-wrapper {
  background-color: #86878a !important;
  transition: all 0.5s ease;
}

.addthis .at-share-btn .at-icon-wrapper:hover {
  transition: all 0.5s ease;
}

.addthis .at-share-btn.at-svc-facebook .at-icon-wrapper:hover {
  background-color: #3b5998 !important;
}

.addthis .at-share-btn.at-svc-twitter .at-icon-wrapper:hover {
  background-color: #1da1f2 !important;
}

.addthis .at-share-btn.at-svc-pinterest_share .at-icon-wrapper:hover {
  background-color: #cb2027 !important;
}

.addthis .at-share-btn.at-svc-google_plusone_share .at-icon-wrapper:hover {
  background-color: #dc4e41 !important;
}

.addthis .at-share-btn.at-svc-email .at-icon-wrapper:hover {
  background-color: #636363 !important;
}

.picture-details-list {
  list-style-type: none;
  margin: 0 0 1rem;
  padding: 0 4rem;
}

.picture-details-list::after {
  display: table;
  content: " ";
  clear: both;
}

.picture-details-list li {
  position: relative;
  min-height: 1rem;
  padding-left: 130px;
}

.picture-details-list li.no-label {
  padding-left: 0;
}

.picture-details-list li label {
  color: #848b91;
  text-align: right;
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
}

.picture-details-list li span {
  font-weight: 700;
}

.picture-details-list.free-collection li span {
  font-weight: 700;
  text-transform: uppercase;
}

.picture-details-list li h1 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.6;
}

.picture-details-list li h2 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.6;
}

.pic-keywords {
  text-align: left;
}

.pic-keywords pre {
  font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  overflow: hidden;
  white-space: normal;
}

.pic-keywords .keywords-title {
  margin-right: 0.5rem;
  float: left;
  line-height: 2.1;
  display: none;
}

.pic-keywords ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

.pic-keywords ul li {
  position: relative;
  display: inline-block;
  background-color: #e6e7e8;
  margin-right: 0.2rem;
  margin-bottom: 0.1rem;
  padding: 0.3rem 1.5rem 0.4rem 0.5rem;
  line-height: 1;
  font-size: 0.85rem;
}

.pic-keywords ul li a.delete {
  position: absolute;
  display: block;
  top: 4px;
  right: 0.4rem;
  color: #7b7d80;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.2rem;
  height: 1rem;
  line-height: 1;
}

.ui-autocomplete.ui-corner-all {
  border-radius: 0;
}

.ui-menu .ui-menu-item a {
  font-size: 0.75rem;
}

.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a.ui-state-focus {
  border: none;
  background: 0 0;
  background-color: #dadada;
  margin: 0 !important;
}

.ui-menu .ui-menu-item a.ui-corner-all {
  border-radius: 0;
  padding: 2px 0.4em !important;
}

.mojozoom_marker {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #aaa;
  position: absolute;
}

#main_image_zoom {
  margin: -1rem 0 0 0;
  box-sizing: padding-box;
}

.contact-inputs .ui-message {
  margin-bottom: 2rem;
}

.news-container .back-btn {
  margin-bottom: 2rem;
}

.header-columns--column {
  cursor: pointer;
}

body.logged-in .frontpage-header .buy-credits {
  width: 100% !important;
}

.lb-data a {
  color: #ccc;
}

.credits_login {
  /*margin-left: 1rem*/
}

.reveal-overlay {
  background-color: rgba(55, 58, 71, 0.4);
}

.cookie-consent {
  text-align: center;
  background: #dae6ef;
  padding: 10px 0 15px;
  position: fixed;
  bottom: 0;
  z-index: 99999;
  width: 100%;
}

.cookie-consent p {
  margin: 14px 0 0;
  max-width: 1140px;
  margin: auto;
}

.cookie-agree {
  display: inline-block;
  margin: -4px 0 0 10px;
  height: auto;
  padding: 5px 15px 3px;
}

footer .social-media li a {
  display: block;
  padding: 0;
  width: 40px;
  background-color: #fff;
  color: #222;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  height: 40px;
  text-align: center;
  line-height: 2;
}

footer .social-media li a:hover {
  color: #fff;
}

footer .social-media li a.facebook:hover {
  background-color: #336799;
}

footer .social-media li a.pinterest:hover {
  background-color: #cb2027;
}

footer .social-media li a.twitter:hover {
  background-color: #639ecd;
}

footer .social-media li a.google-plus:hover {
  background-color: #dd4b39;
}

footer .social-media li a.instagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.main.categories .category h2 {
  font-size: 2.5rem;
}

.vishopper-logo {
  padding: 0;
  margin: 0;
}

.categories .category .cat-img {
  background-color: #fff;
  background-repeat: no-repeat;
  cursor: pointer;
}

.categories .category.cat-PE .cat-img {
  background-size: contain;
}

.categories .category.cat-PL .cat-img {
  background-size: contain;
}

.categories .category .cat-img .overlay {
  cursor: pointer !important;
}

.categories .category .cat-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer !important;
}

.categories .category .row.info {
  z-index: 2;
}

.categories .category .row.info .button-container,
.categories .category .row.info button {
  cursor: pointer !important;
}

.header-buttons button.lightbox {
  margin-top: 0;
}

body.collections .header-buttons button.lightbox,
body.cut_out_backgrounds .header-buttons button.lightbox,
body.cut_out_people .header-buttons button.lightbox,
body.cut_out_plants .header-buttons button.lightbox,
body.ground_textures .header-buttons button.lightbox,
body.sky_textures .header-buttons button.lightbox {
  margin-top: 2px;
}

.header-buttons button.lightbox.in-cart {
  background-color: #ffff82;
}

.header-buttons button.lightbox.in-cart span {
  display: block;
}

.reveal {
  outline: 0;
}

.search-updated {
  display: none;
}

.frontpage-header__text p {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}

.frontpage-header__text h1 {
  font-size: 1.3rem;
  margin-top: 20px;
  line-height: 1.4;
  font-weight: 400;
  text-shadow: 2px 2px 30px rgba(150, 150, 150, 0.6);
}

.b4nnr-container {
  text-align: center;
  background: #999;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99998;
  width: 100%;
  height: 58px;
  overflow: hidden;
}

.b4nnr {
  display: block;
  position: relative;
  text-align: center;
  margin: auto;
  width: 100%;
  height: 58px;
  overflow: hidden;
  z-index: 1;
}

.b4nnr img {
  margin: auto;
}

.b4nnr-container .close-box {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #787878;
  font-size: 1.8rem;
  line-height: 1;
  text-decoration: none;
  display: block;
  z-index: 2;
}

.b4nnr-container .close-box:before {
  content: "×";
}

.b4nnr-container .close-box:hover {
  color: #fff;
}

.unlimited-credit-text {
  margin-top: 20px;
}

.unlimited-credit-table tr th {
  text-align: right !important;
}

.unlimited-credit-table tr td {
  background-color: #f2f2f2;
}

.unlimited-credit-table tr td + td {
  text-align: right !important;
}

.unlimited-credit-table tr td + td + td {
  font-weight: 700;
}

.unlimited {
  font-size: 22px;
  font-weight: 400;
  width: 17px;
  text-indent: -999em;
  display: inline-block;
  position: absolute;
  background: url(../img/infinity.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

picture {
  overflow: hidden;
}

.download-icon {
  position: absolute;
  top: 3px;
  background-image: url("data:image/svg+xml,%3Csvg height='12' viewBox='0 0 12 12' width='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd' transform=''%3E%3Cpath d='m0 0h12v12h-12z' fill='%23e6e7e8'/%3E%3Cg fill='%23808285'%3E%3Cpath d='m5 2h2v5h-2z'/%3E%3Cpath d='m6 6 4 4h-8z' transform='matrix(1 0 0 -1 0 16)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hidden {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.path-block-container {
  padding: 0 20px;
}

.expanded .path-block-container {
  padding: 0;
}

.path-block-helper {
  display: inline-block;
}

.addthis {
  position: absolute;
  right: 42%;
  bottom: 0;
}

.pictures-wrapper-reveal {
  position: relative;
}

.thumbs-none.pictures-wrapper-reveal::before {
  display: none;
}

.ie-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 42px 35px;
  background: #fff;
  box-shadow: 0 7px 50px 1000px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  width: 832px;
  z-index: 1000;
  overflow: hidden;
  pointer-events: auto;
}

.ie-popup img {
  margin: auto;
}

.is-ie {
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.see-more {
  clear: both;
  text-align: center;
  margin-bottom: 0.5rem;
}

.see-more a {
  text-decoration: none;
  font-weight: 400;
  font-size: 0.8rem;
}

.see-more a::after {
  content: "\e90d";
  text-decoration: none !important;
  display: inline-block;
  font-family: vis-ico !important;
  font-size: 0.5rem;
}

.option-light-direction .options-block-content {
  display: flex;
}

.option-light-direction .options-block-content .row {
  display: flex;
  flex-flow: column;
}

.ico-partial-tree-shade::before {
  top: 5px !important;
}

.options-block-content ul {
  margin: 0;
  list-style: none;
}

.options-block-content ul li {
  position: relative;
  margin-left: 0.1rem;
  margin-right: 0;
  font-size: 0.8rem;
  text-transform: capitalize;
  cursor: pointer;
  height: 1.48rem;
  transition: all 0.5s ease-out;
  font-family: inherit !important;
  line-height: 1;
  margin-left: 2rem;
}

.options-block .small-up-2 > .column:nth-of-type(2n+1),
.small-up-2 > .columns:nth-of-type(2n+1) {
  clear: none;
}

.filter-child label {
  margin-left: 0 !important;
}

.options-block .column:last-child:not(:first-child),
.options-block .columns:last-child:not(:first-child) {
  float: left;
}

.filter-child-dropdown::after {
  content: "\e90d";
  text-decoration: none !important;
  display: inline-block;
  font-family: vis-ico !important;
  font-size: 0.5rem;
}

.options-block .column.sidelit::before {
  content: "\e961";
  font-family: vis-ico !important;
  margin-left: -1.5rem;
  padding-right: 1rem;
  font-size: 1.2rem;
}

.backlit .ico-backlit,
.frontlit .ico-frontlit {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidelit .ico-sidelit {
  width: 80%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  line-height: 2 !important;
  padding: 1.1rem 0.8rem;
  margin-left: -4px !important;
}

.sidelit .ico-sidelit::before {
  margin-left: -1rem;
}

.options-block .running {
  clear: both !important;
}

.backlit .ico-backlit {
  margin-left: 0.2rem !important;
}

.backlit .ico-backlit::before {
  font-size: 1.8em !important;
}

.social-links {
  display: flex;
  display: -ms-flex;
  display: -ms-flexbox;
}

.social-icon {
  font-size: 0;
  text-decoration: none !important;
  transition: 0.5s all;
  display: inline-block;
  padding: 0 2px;
  width: 26px;
  height: 26px;
}

.ico-twitter + span {
  font-size: 0 !important;
  display: block;
  width: 26px !important;
  height: 22px !important;
  background-position: center !important;
  border-radius: 0 !important;
  border: 0 !important;
  background: 0 0 !important;
  text-indent: 0 !important;
  box-shadow: none !important;
  margin-top: -3px;
  overflow: hidden;
  padding: 0 2px !important;
  transition: 0.5s all;
}

.ico-twitter + span::before {
  font-size: 1rem;
  background: #86878a;
  padding: 3px;
  color: #fff;
  font-weight: 400 !important;
  content: "\e98b";
  display: inline-block;
  font-family: vis-ico !important;
  margin-top: -2px;
}

.ico-twitter + span:hover::before {
  background: #bd081c;
}

.ico-twitter + span:hover {
  background: #bd081c;
  transform: translateY(-5px);
}

.social-icon:hover {
  font-size: 0;
  text-decoration: none !important;
  transform: translateY(-5px);
}

.social-icon::before {
  font-size: 1rem;
  background: #86878a;
  padding: 3px;
  color: #fff;
}

.social-icon.ico-facebook:hover::before {
  background: #3b5998;
}

.social-icon.ico-twitter:hover::before {
  background: #1da1f2;
}

.social-icon.ico-pinterest:hover::before {
  background: #bd081c;
}

.filter-child.checked label {
  color: #97aabb;
}

.filter-child .child_label {
  position: relative;
  margin-left: 0.1rem;
  margin-right: 0;
  font-size: 0.8rem;
  text-transform: capitalize;
  cursor: pointer;
  height: 1.48rem;
  transition: all 0.5s ease-out;
  font-family: inherit !important;
  line-height: 1;
}

.filter-child label:hover {
  cursor: pointer;
}

.option-number-of-people.has-selected h3,
.option-number-of-people.has-selected h3 a {
  color: #444 !important;
}

.female,
.male {
  text-align: center;
}

.ico-20-40,
.ico-40-60 {
  font-size: 0.74rem !important;
}

.ico-20-40::before,
.ico-40-60::before {
  margin-bottom: 0.51rem !important;
}

.option-age .column {
  text-align: center !important;
}

.progress-column {
  width: 40%;
}

progress {
  -webkit-appearance: none;
  appearance: none;
}

progress[value] {
  background-color: #97aabd;
}

.currency-selection-container {
  background-color: #99B6CB;
  position: relative;
  width: 50%;
  font-size: 14px;
}

body.collections .header-buttons .currency-selection-container,
body.cut_out_backgrounds .header-buttons .currency-selection-container,
body.cut_out_people .header-buttons .currency-selection-container,
body.cut_out_plants .header-buttons .currency-selection-container,
body.ground_textures .header-buttons .currency-selection-container,
body.sky_textures .header-buttons .currency-selection-container {
  margin-top: 2px;
}

.currency-current {
  position: relative;
  display: block;
  height: 40px;
  padding: 0.8rem 0 0 1rem;
}

.currency-current:after {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  transform: rotate(45deg);
  position: absolute;
  top: 1rem;
  right: 0.5rem;
}

.currency-selection-container a {
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-out;
}

.currency-selection-container a:hover {
  background-color: #94AABE;
  transition: all 0.5s ease-out;
}

.currency-selection-container ul {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.currency-selection-container:hover ul {
  display: block;
}

.currency-selection-container ul li a {
  display: block;
  padding: 0.5rem 1rem;
}

.currency-active {
  display: none;
}

.payment-button-containers {
  margin-top: 2rem;
}

.payment-button-containers ul {
  list-style-type: none;
  position: relative;
  padding-bottom: 2rem;
}

.payment-button-containers ul:after {
  content: "";
  display: block;
  clear: both;
}

.payment-button-containers ul li {
  background-color: #ececec;
  display: block;
  width: 30%;
  padding: 1.55rem 0.5rem 0;
  position: relative;
  height: 80px;
  float: left;
}

.payment-button-containers.total-items-2 ul li {
  width: 47%;
}

.payment-button-containers ul li.payment-paypal {
  padding-top: 1.25rem;
}

.payment-button-containers ul li + li {
  margin-left: 3%;
}

.payment-button-containers .powered-by {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  margin-left: -46px;
}

.pop-up-paypal-upper {
  text-transform: uppercase;
}

.header-buttons button.lightbox span {
  left: 47%;
  margin-left: 15px;
  right: unset;
}

/* Define mobile styles */
@media only screen {
  .off-canvas-wrapper {
    background-color: #97aabb;
  }
  .big-picture-wrapper-outside::before {
    display: none;
  }
  header {
    z-index: 6 !important;
  }
  header .slogan {
    display: none;
  }
  header .upper-header {
    text-align: center;
    font-size: 1rem;
  }
  header .lower-header {
    display: none;
  }
  header .login-signup {
    display: block;
  }
  header .login-signup .cart-icon::before {
    top: 0;
    left: -24px;
    width: 20px;
    height: 20px;
    line-height: 1;
  }
  header .login-signup ul li.user-menu-container {
    display: block;
    margin-top: 0.5rem;
    border-top: 1px solid #444;
    padding-top: 0.2rem;
  }
  header .login-signup ul li.user-menu-container div > a {
    display: block;
    font-weight: 700;
  }
  header .login-signup ul ul.drop-down {
    margin: 0.5rem 0 0;
  }
  header .login-signup ul ul.drop-down li {
    border-top: 1px solid #444;
  }
  header .login-signup ul ul.drop-down li a {
    display: block;
    padding: 0.5rem 0;
  }
  header .login-signup ul li.header-signup {
    display: block;
    margin-top: 0.5rem;
    border-top: 1px solid #444;
    padding-top: 0.2rem;
  }
  header .menu-off .drop-down,
header .menu-on .drop-down {
    padding: 0;
  }
  header a#userMenu {
    display: inline-block;
    position: relative;
    padding-right: 16px;
  }
  header a#userMenu::after {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    content: " ";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 7px solid #fff;
    margin-left: 0.2rem;
    transition: all 0.25s ease-out;
  }
  header a:hover#userMenu::after {
    border: 5px solid transparent;
    border-top: 7px solid #97aabb;
    margin-left: 0.2rem;
    margin-top: 0;
    transition: all 0.25s ease-out;
  }
  header .additional-menu {
    display: none;
  }
  .content {
    margin-top: 1rem;
  }
  .carousel-container {
    padding: 0 0.9375rem;
  }
  .carousel-container #vishopper-carousel {
    display: none;
  }
  .tag-cloud-wrapper {
    left: 0;
    right: 0;
  }
  .account .content-right .content-inner,
.cart .content-right .content-inner,
.textcontent .content-right .content-inner {
    padding: 2rem 1rem;
  }
  body.gallery .content-right .content-inner {
    padding: 2rem 0.5rem;
  }
  ul.og-grid {
    margin-right: -3%;
  }
  .thumbnail-block {
    width: 47%;
    margin: 0 3% 1rem 0;
  }
  .cut-out-backgrounds .thumbnail-block,
.ground-textures .thumbnail-block,
.sky-textures .thumbnail-block,
body.cut_out_backgrounds .thumbnail-block,
body.ground_textures .thumbnail-block,
body.sky_textures .thumbnail-block {
    height: 12rem;
  }
  .thumbnail-block .pictures-wrapper-inside {
    width: auto;
    padding: 1rem 0;
  }
  .thumbnail-block .pictures-wrapper-inside .big-picture-wrapper {
    display: none;
  }
  #pictures-wrapper {
    padding: 0.3rem 1rem 1rem;
  }
  .picture-next,
.picture-prev {
    display: none;
  }
  .thumbnail-block .cart-icon {
    top: 3px;
    right: 0;
    width: 24px;
    height: 24px;
    line-height: 1.5;
  }
  .thumbnail-block .download-icon {
    top: 3px;
    right: 28px;
    width: 24px;
    height: 24px;
    line-height: 1.5;
    background-size: 100%;
  }
  body.picture .content-left {
    display: none;
  }
  .pagination li {
    display: inline-block;
  }
  .content-left {
    padding: 3rem 1rem 1rem;
  }
  .content-left .sub-nav {
    margin: 1rem;
  }
  .filter-container {
    padding: 0.5rem;
    margin: 1rem;
    border: 1px solid #ddd;
  }
  .filter-block {
    display: block;
    margin-bottom: 0;
    padding: 0.5rem 0;
  }
  .filter-block + .filter-block {
    border-top: 1px solid #ddd;
    padding: 0.5rem 0;
  }
  .filter-block.sort-by {
    border-bottom: 1px solid #ddd;
  }
  .gallery-meta-wrapper p {
    font-size: 1rem;
    line-height: 1.2;
  }
  header .top-bar__menu__user ul {
    width: 100%;
  }
  .top-bar .content {
    margin-top: 0;
  }
  footer h5 {
    font-size: 20px;
  }
  footer ul li a {
    font-size: 18px;
  }
  .title-bar .header-buttons {
    position: absolute !important;
    top: 100%;
    right: 0;
    left: auto;
    width: auto;
  }
  .title-bar .menu-icon:not(.closed) + .header-buttons {
    display: none;
  }
  .categories .category .cat-img .row.info .info-container h2 a {
    color: #fff;
    text-decoration: none;
  }
  .b4nnr-container {
    display: none;
  }
}
/* max-width 640px, mobile-only styles */
@media only screen and (max-width: 40em) {
  .reveal-product {
    max-width: 100%;
  }
  .content-left.sticky {
    position: relative !important;
  }
  .content-left-container {
    height: auto !important;
  }
  .related-images-wrapper::before {
    display: none;
  }
  .big-picture-wrapper-outside::before {
    display: none;
  }
  header .title-bar .header-buttons {
    left: 0;
  }
  .header-buttons button.lightbox {
    position: absolute;
    right: 0;
    left: auto;
  }
  .top-bar .header-buttons button.lightbox {
    width: 25%;
  }
  .header-buttons .currency-selection-container {
    position: absolute;
    right: 25%;
    left: auto;
    top: 40px;
    width: 25%;
  }
  header .title-bar .currency-selection-container {
    display: none;
  }
  /*.currency-current:after {
        right: 5.7rem !important;
    }*/
  .search-updated {
    position: fixed;
    bottom: -20px;
    left: 0;
    right: 0;
    background: #f1f1f1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 10001;
    text-align: center;
    padding: 1rem 1rem 36px;
  }
  .search-updated button {
    clear: both;
    margin: 0.5rem 0 0;
  }
  .search-updated span {
    font-weight: 700;
  }
  .search-updated a {
    position: absolute;
    top: 0;
    right: 0;
    background: #f6f6f6;
    padding: 0.1rem 0.7rem;
    font-size: 2rem;
    text-decoration: none;
  }
  .lb-nav a.lb-next,
.lb-nav a.lb-prev {
    opacity: 1;
  }
  header .top-bar__menu__user {
    height: 110%;
    top: -36px;
  }
  .full-details-popup-container.open {
    padding: 0;
  }
  .full-details-popup-container.open .product-popup {
    width: 100%;
  }
  .big-picture-wrapper-outside .easyzoom {
    height: auto !important;
    pointer-events: none;
  }
  .easyzoom img {
    width: 100%;
  }
  .big-picture-meta-reveal {
    border-left: none;
  }
  .picture-details-list {
    padding: 0 10px;
  }
  .price-wrapper .picture-details-list li {
    padding-left: 76px;
  }
  .price-wrapper .picture-details-list li label {
    width: 66px;
    padding: 0;
  }
  a.popup-close,
a.popup-close:not(.button) {
    position: fixed;
  }
  .collections .price-wrapper .picture-details-list li {
    padding-left: 104px;
  }
  .collections .price-wrapper .picture-details-list li label {
    width: 97px;
    padding: 0;
  }
  .collections .price-wrapper .picture-details-list {
    padding: 0 10px 0 0;
  }
  .collections .thumbnail-block .picture-text {
    padding-right: 52px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .big-picture-wrapper-container .free-icon {
    left: 0;
    transform: rotate(270deg);
    z-index: 999;
  }
  .header-user__username a {
    right: unset;
    padding: 10px 30px;
  }
  body.collections .header-buttons .currency-selection-container,
body.cut_out_backgrounds .header-buttons .currency-selection-container,
body.cut_out_people .header-buttons .currency-selection-container,
body.cut_out_plants .header-buttons .currency-selection-container,
body.ground_textures .header-buttons .currency-selection-container,
body.sky_textures .header-buttons .currency-selection-container {
    margin-top: 0;
  }
  .payment-button-containers ul {
    margin-left: 0;
  }
  .payment-button-containers ul li {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .payment-button-containers.total-items-2 ul li {
    width: 100%;
  }
  .payment-button-containers ul li + li {
    margin-left: 0;
  }
  .payment-button-containers ul li.payment-cc {
    margin-bottom: 2.8rem;
  }
}
@media only screen and (max-width: 789px) {
  .reveal-product {
    max-width: 100%;
  }
  .textcontent .eq .half.first {
    background-color: #fff;
  }
  .textcontent .eq .half.second {
    background-color: #fff;
  }
  .addthis {
    display: none;
  }
  .big-picture-wrapper-outside::before {
    display: none;
  }
  .related-images-wrapper::before {
    display: none;
  }
  .full-details-popup-container.open {
    padding: 0;
  }
  .full-details-popup-container.open .product-popup {
    width: 100%;
  }
  .big-picture-wrapper-outside .easyzoom {
    height: auto !important;
    pointer-events: none;
  }
  .easyzoom img {
    width: 100%;
  }
  .big-picture-meta-reveal {
    border-left: none;
  }
  .picture-details-list {
    padding: 0 10px;
  }
  .collections .price-wrapper .picture-details-list li {
    padding-left: 104px;
  }
  .collections .price-wrapper .picture-details-list li label {
    width: 97px;
    padding: 0;
  }
  .collections .price-wrapper .picture-details-list {
    padding: 0 10px 0 0;
  }
  .header-user__username a {
    right: unset;
    padding: 10px 30px;
  }
  .collections .thumbnail-block .picture-text {
    padding-right: 52px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .big-picture-wrapper-container .free-icon {
    left: 0;
    transform: rotate(270deg);
    z-index: 999;
  }
  a.popup-close,
a.popup-close:not(.button) {
    position: fixed;
  }
  header .header-buttons .log-in,
header .header-buttons .credits {
    width: 51%;
  }
}
@media only screen and (max-width: 819px) {
  .reveal .easyzoom {
    height: auto !important;
  }
  .big-picture-wrapper-container .free-icon {
    left: 0;
    transform: rotate(270deg);
    z-index: 999;
  }
}
@media only screen and (max-width: 986px) {
  .collections .lightbox-download,
.lightbox-download {
    margin: auto !important;
  }
  .big-picture-wrapper-container .free-icon {
    left: 0;
    transform: rotate(270deg);
    z-index: 999;
  }
}
/* min-width 641px */
@media only screen and (min-width: 40.063em) {
  hr {
    clear: none;
  }
  .content-left input[type=checkbox] {
    position: relative;
    display: none;
  }
  .content-left input[type=checkbox]::before {
    display: inline-block;
    content: "";
    margin-right: 0.2rem;
    width: 14px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    top: 0;
    background-size: 100%;
  }
  .content-left input[type=checkbox]:checked::before {
    background-image: url(../img/lightbox-added.svg);
  }
  .filter-block input[type=checkbox],
.search-options input[type=checkbox] {
    display: inline-block;
  }
  .filter-block input[type=checkbox]::before {
    background-color: #e6e7e8;
  }
  header .column.medium-4.large-3 {
    width: 255px !important;
  }
  header .column.medium-8.large-9 {
    width: auto !important;
    float: none;
    margin-left: 255px;
  }
  header .slogan {
    display: block;
    text-indent: -900em;
  }
  header .upper-header {
    text-align: left;
    font-size: 0.75rem;
  }
  header .lower-header {
    display: block;
  }
  header .login-signup-container {
    text-align: right;
    float: right;
  }
  header .login-signup {
    display: inline-block;
  }
  header .login-signup .cart-icon::before {
    top: 1px;
    left: -16px;
    width: 12px;
    height: 12px;
    line-height: 1;
  }
  header .login-signup ul {
    list-style-type: none;
    margin: 0 0 0 2.5rem;
  }
  header .login-signup ul li.user-menu-container {
    display: inline-block;
    margin-top: 0;
    border-top: none;
    padding-top: 0;
  }
  header .login-signup ul ul.drop-down {
    position: absolute;
    top: 1.2rem;
    right: -1rem;
    margin-top: 0;
  }
  header .login-signup ul ul.drop-down li a {
    display: block;
    padding: 0.2rem 0;
  }
  header .menu-off,
header .menu-on {
    margin-left: 1rem;
  }
  header .menu-off .drop-down,
header .menu-on .drop-down {
    width: 10rem;
    padding: 1rem;
  }
  header .login-signup .menu-off > a {
    display: inline-block;
  }
  header a#userMenu {
    padding-right: 12px;
  }
  header a#userMenu::after {
    display: block;
    top: 7px;
    border: 4px solid transparent;
    border-top: 6px solid #fff;
    margin-left: 0.2rem;
    margin-top: 0;
  }
  header a:hover#userMenu::after {
    border: 4px solid transparent;
    border-top: 6px solid #97aabb;
    margin-left: 0.2rem;
    margin-top: 0;
  }
  header .additional-menu {
    display: inline-block;
  }
  header .login-signup .cart-icon {
    margin-right: 1rem;
  }
  header .login-signup ul li.header-signup {
    display: inline-block;
    margin-top: 0;
    border-top: none;
    padding-top: 0;
  }
  header nav .menu > li > a {
    padding: 1rem 0.4rem;
  }
  .content {
    margin-top: 0;
  }
  .content-left-container,
.content-right-container {
    min-height: 20rem;
  }
  .content-left-container {
    width: 255px !important;
    float: left;
  }
  .content-right-container {
    width: auto !important;
    float: none;
    margin-left: 255px;
  }
  .account .content-right-container,
.cart .content-right-container {
    margin-left: 0;
  }
  body.gallery .content-right-container {
    float: none !important;
  }
  .content-right {
    overflow: hidden;
  }
  .carousel-container {
    padding: 0;
  }
  .carousel-container #vishopper-carousel {
    display: block;
  }
  .carousel-container .carousel-overlay {
    position: absolute;
    margin: 2rem;
    z-index: 10;
    top: 0;
    right: 0;
  }
  .carousel-container .carousel-overlay .overlay-block {
    width: 45%;
    float: left;
  }
  .carousel-container .carousel-overlay .overlay-block + .overlay-block {
    margin-left: 1rem;
  }
  .carousel-container .carousel-overlay .overlay-block a:not(.button) {
    color: #97aabb;
  }
  .content-left {
    padding: 0;
  }
  .content-left form {
    padding: 1rem 1rem 3rem;
    display: block;
    position: relative;
  }
  body.picture .content-left {
    display: none;
  }
  #pictures-wrapper {
    padding: 0.3rem 2rem 1rem;
  }
  .pictures-wrapper {
    overflow: hidden;
  }
  .tag-cloud-wrapper {
    left: 100%;
    right: -220%;
  }
  .account .content-right .content-inner,
.cart .content-right .content-inner,
.textcontent .content-right .content-inner {
    padding: 1.5rem 2rem 3rem;
  }
  body.gallery .content-right .content-inner {
    padding: 1.5rem 0 3rem;
  }
  .cut-out-backgrounds .thumbnail-block,
.ground-textures .thumbnail-block,
body.cut_out_backgrounds .thumbnail-block,
body.ground_textures .thumbnail-block {
    height: 7.5rem;
  }
  .sky-textures .thumbnail-block,
body.sky_textures .thumbnail-block {
    height: 8.5rem;
  }
  .ground-textures .thumbnail-block > a,
.sky-textures .thumbnail-block > a,
body.ground_textures .thumbnail-block > a,
body.sky_textures .thumbnail-block > a {
    border-color: transparent;
  }
  .cut-out-backgrounds .thumbnail-block > a,
.ground-textures .thumbnail-block > a,
body.cut_out_backgrounds .thumbnail-block > a,
body.ground_textures .thumbnail-block > a {
    height: 5.6rem;
  }
  .sky-textures .thumbnail-block > a,
body.sky_textures .thumbnail-block > a {
    height: 6.3rem;
  }
  .cut-out-backgrounds .thumbnail-block > a img,
.ground-textures .thumbnail-block > a img,
.sky-textures .thumbnail-block > a img,
body.cut_out_backgrounds .thumbnail-block > a img,
body.ground_textures .thumbnail-block > a img,
body.sky_textures .thumbnail-block > a img {
    width: 100%;
  }
  .collections .thumbnail-block img {
    width: 100%;
  }
  .thumbnail-block .pictures-wrapper-inside {
    max-width: none;
  }
  .thumbnail-block .pictures-wrapper-inside .big-picture-wrapper-container {
    text-align: center;
  }
  .thumbnail-block .pictures-wrapper-inside .big-picture-wrapper {
    display: inline-block;
    margin: 0 auto 1rem;
    position: relative;
    top: 50%;
    height: auto;
  }
  .thumbnail-block .pictures-wrapper-inside .picture-next,
.thumbnail-block .pictures-wrapper-inside .picture-prev {
    display: block;
  }
  .og-grid li.thumbnail-block:first-child .pictures-wrapper-inside .picture-prev {
    display: none;
  }
  .og-grid li.thumbnail-block:last-child .pictures-wrapper-inside .picture-next {
    display: none;
  }
  .thumbnail-block .cart-icon {
    top: 3px;
    right: 0;
    width: 12px;
    height: 12px;
    line-height: 1;
  }
  .thumbnail-block .download-icon {
    top: 3px;
    right: 15px;
    height: 11.99px;
    width: 11.99px;
    line-height: 1;
  }
  .wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -17rem;
    z-index: 1;
  }
  .form-label {
    text-align: right;
  }
  .registration-wrapper .form-label {
    padding-top: 0.7rem;
    line-height: normal;
  }
  .registration-wrapper > .row:first-child strong {
    display: inline-block;
    margin-top: 0.7rem;
  }
  .registration-wrapper > .row:first-child a {
    display: inline-block;
    margin-top: 0.7rem;
  }
  .gallery-meta-wrapper p {
    font-size: 0.8rem;
    line-height: 1.2;
  }
  body.gallery .content-right-container {
    margin-left: 0;
  }
  .filter-container {
    padding: 0.8rem 2rem;
    margin: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    border: none;
  }
  .filter-container > .row::after {
    clear: left;
  }
  .second-filter-container {
    overflow: hidden;
  }
  .second-filter-container > .row::after {
    clear: left;
  }
  .filter-block {
    display: inline-block;
    margin-bottom: 0;
    padding: 0.5rem 1.5rem 0.5rem 0;
    text-align: left;
  }
  .filter-block + .filter-block {
    border-top: none;
    border-left: 1px solid #97aabb;
    padding: 0.5rem 1.5rem;
  }
  .filter-block.sort-by {
    border-bottom: none;
  }
  .filter-block.download-button {
    padding-top: 0;
    padding-bottom: 0;
  }
  .filter-block .button {
    margin: 0;
  }
  body.picture .content-left {
    display: block;
  }
  .content-left .sub-nav {
    margin: 0;
  }
  footer h5 {
    font-size: 20px;
  }
  footer ul li a {
    font-size: 18px;
  }
  .secondary-header h3 {
    font-size: 1.875rem;
  }
  .reveal#login-popup,
.reveal#passwordreminder-popup {
    width: 350px;
  }
  .checkout-popup-wrapper {
    width: 520px;
  }
  .frontpage-header .header-columns--column .columns__hover .info-box {
    padding: 0;
  }
  .frontpage-header .header-columns--column .columns__hover .info-box-block {
    display: block !important;
  }
  .frontpage-header .header-columns--column .columns__hover .info-box-block a {
    display: block !important;
    color: #fff;
    padding-bottom: 6px;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
  }
  .frontpage-header .header-columns--column .columns__hover .info-box-block a:hover {
    color: #aaa;
  }
  .frontpage-header .header-columns--column .columns__hover .info-box-block:first-child a {
    padding-top: 15px;
  }
  .frontpage-header .header-columns--column .columns__hover .info-box-block:last-child a {
    padding-bottom: 230px;
  }
  .frontpage-header .header-columns--column .columns__hover .info-box__p--title {
    display: block;
    padding-bottom: 7px;
  }
  .frontpage-header .header-columns--column .columns__hover .info-box__p--answer {
    display: block;
    padding-bottom: 0;
  }
  .categories .category .cat-img .row.info .info-container h2 a {
    color: #fff;
    text-decoration: none;
  }
  .categories .category .cat-img .row.info .info-container h5 a {
    color: #fff;
    text-decoration: none;
  }
  .categories .category.animate .cat-img .row.info .info-container h2 a {
    color: #444;
  }
  .categories .category.animate .cat-img .row.info .info-container h5 a {
    color: #444;
  }
  .search-updated {
    display: none !important;
  }
  ul.og-grid {
    margin-right: -2%;
  }
  .thumbnail-block {
    width: 31.3%;
    margin: 0 2% 1rem 0;
  }
  .thumbnail-block .pictures-wrapper-inside {
    width: 283%;
    padding: 2rem 15%;
  }
  .b4nnr-container {
    display: block;
  }
}
/* min-width 641px and max-width 1024px */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .pictures-wrapper-tpl .thumbnail-block:nth-of-type(3n+4) {
    clear: left;
  }
  .thumbnail-block:nth-of-type(3n+2) .pictures-wrapper-inside {
    margin-left: -106.2%;
  }
  .thumbnail-block:nth-of-type(3n+3) .pictures-wrapper-inside {
    margin-left: -213.2%;
  }
}
/* max-width 1023px */
@media only screen and (max-width: 1023px) {
  .header-user__username a {
    right: unset;
    padding: 10px 0 0 80px;
  }
  .gallery-block {
    width: 50%;
  }
  .gallery-block p {
    text-align: left;
  }
  .add-all-lightbox {
    display: inline-block;
  }
  .big-picture-wrapper-container .free-icon {
    left: 0;
    transform: rotate(270deg);
    z-index: 999;
  }
  header .title-bar .currency-selection-container {
    display: none;
  }
  .header-buttons .currency-selection-container {
    position: absolute;
    right: 25%;
    left: auto;
    top: 40px;
    width: 25%;
  }
  header .top-bar .header-buttons .lightbox {
    width: 25%;
  }
  header .top-bar .header-buttons .log-in,
header .top-bar .header-buttons .credits {
    width: 51%;
  }
  body.collections .header-buttons .currency-selection-container,
body.cut_out_backgrounds .header-buttons .currency-selection-container,
body.cut_out_people .header-buttons .currency-selection-container,
body.cut_out_plants .header-buttons .currency-selection-container,
body.ground_textures .header-buttons .currency-selection-container,
body.sky_textures .header-buttons .currency-selection-container,
body.collections .header-buttons button.lightbox,
body.cut_out_backgrounds .header-buttons button.lightbox,
body.cut_out_people .header-buttons button.lightbox,
body.cut_out_plants .header-buttons button.lightbox,
body.ground_textures .header-buttons button.lightbox,
body.sky_textures .header-buttons button.lightbox {
    margin-top: 0;
  }
}
/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
  header .login-signup-container {
    text-align: right;
    float: right;
  }
  header .slogan {
    text-indent: 0;
  }
  header nav .menu > li > a {
    padding: 1rem 1rem;
  }
  .carousel-container .carousel-overlay {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 20rem;
    margin: 0;
  }
  .carousel-container .carousel-overlay .overlay-block {
    width: auto;
    float: none;
  }
  .carousel-container .carousel-overlay .overlay-block + .overlay-block {
    margin-left: 0;
  }
  .featured-block {
    padding: 0 2rem;
  }
  .owl-stage-outer {
    height: auto;
  }
  .tag-cloud-wrapper {
    left: 100%;
    right: -330%;
  }
  body.picture .pictures-wrapper .big-picture-wrapper a {
    margin: 0 0 0 auto;
  }
  .thumbnail-block .pictures-wrapper-inside .big-picture-wrapper {
    transform: translateY(-52%);
  }
  .thumbnail-block .pictures-wrapper-inside > .column {
    min-height: 400px;
  }
  .wrapper {
    margin: 0 auto -13rem;
  }
  header .top-bar__menu__user ul {
    width: 71%;
  }
  ul.og-grid {
    margin-right: -1%;
  }
  .thumbnail-block {
    width: 19%;
    margin: 0 1% 1rem 0;
  }
  .thumbnail-block .pictures-wrapper-inside {
    width: 501%;
    padding: 2rem 10%;
  }
}
/* min-width 1025px and max-width 1440px */
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .pictures-wrapper-tpl .thumbnail-block:nth-of-type(5n+6) {
    clear: left;
  }
  .thumbnail-block:nth-of-type(5n+2) .pictures-wrapper-inside {
    margin-left: -105.2%;
  }
  .thumbnail-block:nth-of-type(5n+3) .pictures-wrapper-inside {
    margin-left: -210.3%;
  }
  .thumbnail-block:nth-of-type(5n+4) .pictures-wrapper-inside {
    margin-left: -315.9%;
  }
  .thumbnail-block:nth-of-type(5n+5) .pictures-wrapper-inside {
    margin-left: -421%;
  }
}
/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) {
  ul.og-grid {
    margin-right: -1%;
  }
  .thumbnail-block {
    width: 13.28%;
    margin: 0 1% 1rem 0;
  }
  .thumbnail-block .pictures-wrapper-inside {
    width: 726%;
  }
}
/* min-width 1441px and max-width 1920px */
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .pictures-wrapper-tpl .thumbnail-block:nth-of-type(7n+8) {
    clear: left;
  }
  .thumbnail-block:nth-of-type(7n+2) .pictures-wrapper-inside {
    margin-left: -107.3%;
  }
  .thumbnail-block:nth-of-type(7n+3) .pictures-wrapper-inside {
    margin-left: -215.3%;
  }
  .thumbnail-block:nth-of-type(7n+4) .pictures-wrapper-inside {
    margin-left: -322.3%;
  }
  .thumbnail-block:nth-of-type(7n+5) .pictures-wrapper-inside {
    margin-left: -430.3%;
  }
  .thumbnail-block:nth-of-type(7n+6) .pictures-wrapper-inside {
    margin-left: -538.3%;
  }
  .thumbnail-block:nth-of-type(7n+7) .pictures-wrapper-inside {
    margin-left: -645.3%;
  }
}
/* min-width 1921px, xxlarge screens */
@media only screen and (min-width: 120.063em) {
  ul.og-grid {
    margin-right: -0.5%;
  }
  .thumbnail-block {
    width: 9.5%;
    margin: 0 0.5% 1rem 0;
  }
  .thumbnail-block .pictures-wrapper-inside {
    width: 1028%;
  }
  .pictures-wrapper-tpl .thumbnail-block:nth-of-type(10n+11) {
    clear: left;
  }
  .thumbnail-block:nth-of-type(10n+2) .pictures-wrapper-inside {
    margin-left: -105.3%;
  }
  .thumbnail-block:nth-of-type(10n+3) .pictures-wrapper-inside {
    margin-left: -210.5%;
  }
  .thumbnail-block:nth-of-type(10n+4) .pictures-wrapper-inside {
    margin-left: -315.7%;
  }
  .thumbnail-block:nth-of-type(10n+5) .pictures-wrapper-inside {
    margin-left: -420.9%;
  }
  .thumbnail-block:nth-of-type(10n+6) .pictures-wrapper-inside {
    margin-left: -526.1%;
  }
  .thumbnail-block:nth-of-type(10n+7) .pictures-wrapper-inside {
    margin-left: -631.3%;
  }
  .thumbnail-block:nth-of-type(10n+8) .pictures-wrapper-inside {
    margin-left: -736.6%;
  }
  .thumbnail-block:nth-of-type(10n+9) .pictures-wrapper-inside {
    margin-left: -841.8%;
  }
  .thumbnail-block:nth-of-type(10n+10) .pictures-wrapper-inside {
    margin-left: -947.1%;
  }
  .collections .thumbnail-block {
    height: auto;
  }
}
@media print {
  *,
:after,
:before {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " " !important;
    display: none !important;
  }
  abbr[title]:after {
    content: " " !important;
    display: none !important;
  }
  blockquote,
pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
h3,
p {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  body {
    margin-top: 2rem;
    font-size: 0.7rem;
  }
  header {
    display: none;
  }
  h1 {
    font-size: 1.5rem;
  }
  .path-block {
    display: none;
  }
  .content-left-container {
    display: none;
  }
  footer {
    display: none;
  }
  .button.print {
    display: none;
  }
  .pagination {
    display: none;
  }
  table {
    border: 1px solid #ddd;
    font-size: 0.7rem;
  }
  tbody td,
tbody th {
    padding: 0.2rem 0.5rem 0.2rem !important;
    border-bottom: 1px solid #ddd;
  }
  td.purchase-date {
    white-space: nowrap;
  }
  .thumbnail-block {
    width: 20%;
  }
}

/*# sourceMappingURL=style.v2.css.map */
