@media all and (min-width: 768px) {
  .popup-wrapper .popup-inner {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .popup-wrapper .popup-inner .close-btn {
    margin-top: -40px;
  }
}
@media all and (max-width: 767px) {
  .popup-wrapper .popup-outer {
    height: 100vh;
    overflow-y: auto;
    background: #f5f5f5;
  }
  .popup-wrapper .popup-inner {
    width: 100%;
  }
  .popup-wrapper .popup-inner .ptitle {
    padding-top: 65px;
  }
  .popup-wrapper .popup-inner .close-btn {
    width: 50px;
    height: 50px;
  }
}
@media all and (min-width: 599px) {
  .half-first,
  .half-last,
  .half {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.new-pins-list .pin-content-wrapper {
  background: url("/images/icons/bcg-arrow-up.png") no-repeat 50% 35px;
}
.new-pins-list .pin-content {
  padding: 18px 10px;
  margin-top: 15px;
}
@media all and (max-width: 1201px) {
  .new-pins-list {
    display: none !important;
  }
  .new-pins-list .pin-content-wrapper {
    display: none !important;
    background: none !important;
  }
}
.current-pins-list .pin-content {
  padding: 0;
  width: 180px;
}
.current-pins-list .pin-content .pins-list {
  padding: 10px;
}
.current-pins-list .cat-list {
  padding: 8px 10px;
}
.current-pins-list .cat-list span {
  display: block;
  font-size: 8pt;
  font-weight: bold;
  line-height: 17px;
}
.pin-content-wrapper {
  position: absolute;
  width: 200px;
}
.pin-content-wrapper .pin-content {
  display: none;
}
.pin-content-wrapper.open .pin-content {
  display: block;
}
.pin-content-wrapper .pin-icon {
  background: url("/images/product_plus.png") no-repeat center;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.pin-content-wrapper .pin-content {
  background: #F5F5F5;
  border-radius: 5px;
}
.pin-content-wrapper:hover .pin-icon,
.pin-content-wrapper.open .pin-icon {
  background: url("/images/product_plus.png") no-repeat center;
}
.pin-content-wrapper .option-list li {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 10px;
  font-size: 13px;
}
.pin-content-wrapper .option-list li.active {
  color: #B89A4F;
}
.pin-content-wrapper .details-selectors {
  padding: 0 10px;
}
.pin-content-wrapper .details-selectors select {
  margin: 20px 0 0 0;
  width: 100%;
}
.pin-content-wrapper .submit-buttons {
  margin-top: 18px;
}
.pin-content-wrapper .pins-list .item-info {
  padding: 0 10px;
}
.pins-list .content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.pins-list .content-wrapper .img-wrapper {
  width: 50px;
  height: 50px;
  position: relative;
  background: white;
}
.pins-list .content-wrapper .img-wrapper img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.pins-list .content-wrapper .item-info {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.pins-list .content-wrapper .item-info .pname {
  font-weight: bold;
  font-size: 8pt;
}
.pins-list .content-wrapper .item-info .pauthor {
  font-size: 8pt;
}
.pins-list .content-wrapper .buttons-wrapper > a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px;
  width: auto;
  height: auto;
}
.pins-list .content-wrapper .buttons-wrapper .remove-item {
  width: 24px;
  height: 24px;
}
body.search-listing {
  background-color: #F3F3F3;
}
body.search-listing #main-wrapper {
  background-color: #F3F3F3;
}
body.search-listing #footer-wrapper {
  background-color: #F3F3F3;
}
body.search-listing .results-list-wrapper .list-item.featured .f-icon {
  width: 20px;
  top: 10px;
  left: 15px;
}
body.search-listing .results-list-wrapper .list-item .image-wrapper:after {
  padding-bottom: 100%;
}
body.search-listing .results-list-wrapper .list-item .r-info {
  background: none;
}
.t-icon {
  position: absolute;
  z-index: 35;
  width: 20px;
  height: 20px;
}
#main-search-box {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 9999;
  background: #F5F5F5;
  top: 80px;
  -webkit-transition: top 300ms linear;
  -moz-transition: top 300ms linear;
  -o-transition: top 300ms linear;
  transition: top 300ms linear;
}
#main-search-box .search-input-group {
  padding-top: 20px;
  padding-bottom: 15px;
  width: 100%;
}
#main-search-box.affix {
  top: 50px;
}
#main-search-box input {
  background-image: none !important;
  padding: 0 100px 0 10px;
  line-height: 1.2;
  font-size: 36pt;
  word-wrap: break-word;
  color: #333333;
  height: 65px;
  width: 100%;
  border-bottom: 1px solid #333;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#main-search-box .close-btn {
  background: url("/images/icons/close-nobcg.svg") no-repeat;
  background-position: left center;
  width: 50px;
  height: 50px;
  background-size: cover;
  display: block;
  position: absolute;
  right: 35px;
  top: 22px;
}
#main-search-box .close-btn:hover,
#main-search-box .close-btn:active {
  background-position: right center;
}
.no-result-message strong {
  padding-left: 5px;
}
#filters-wrapper .filter-type li.active a {
  pointer-events: none;
}
#filters-wrapper .filter-type .ficon {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 10px;
}
#filters-wrapper .filter-type .prj .ficon {
  background: url("/images/icons/prj-icon.svg") no-repeat;
  background-position: left center;
}
#filters-wrapper .filter-type .prj:hover .ficon,
#filters-wrapper .filter-type .prj:active .ficon,
#filters-wrapper .filter-type .prj.active .ficon {
  background-position: right center;
}
#filters-wrapper .filter-type .prd .ficon {
  background: url("/images/icons/prd-icon.svg") no-repeat;
  background-position: left center;
}
#filters-wrapper .filter-type .prd:hover .ficon,
#filters-wrapper .filter-type .prd:active .ficon,
#filters-wrapper .filter-type .prd.active .ficon {
  background-position: right center;
}
#filters-wrapper .filter-type .edt .ficon {
  background: url("/images/icons/edt-icon.svg") no-repeat;
  background-position: left center;
}
#filters-wrapper .filter-type .edt:hover .ficon,
#filters-wrapper .filter-type .edt:active .ficon,
#filters-wrapper .filter-type .edt.active .ficon {
  background-position: right center;
}
#filters-wrapper .select-input {
  width: 100%;
  max-width: 170px;
}
#filters-wrapper .product-type li {
  padding-left: 0;
}
#filters-wrapper section {
  padding: 20px 0 0 0;
}
#filters-wrapper section > p {
  padding-bottom: 27px;
}
#filters-wrapper section li {
  cursor: pointer;
}
#filters-wrapper section li a {
  color: #222;
}
#filters-wrapper section > span {
  text-transform: uppercase;
  font-family: 'PT Serif', serif;
  color: #222;
  display: block;
  padding: 16px 0 3px 0;
  border-top: 1px solid #E6E6E6;
}
#filters-wrapper section .el-name {
  font-family: 'PT Serif', serif;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  padding: 5px 0 3px 0;
  border-top: 1px solid #E6E6E6;
}
#filters-wrapper section.filter-type {
  padding: 10px 0 10px 0;
  margin-right: 10px;
}
#filters-wrapper section.filter-type li span {
  padding: 5px 5px 5px 0;
  display: inline-block;
}
#filters-wrapper section.filter-type li.active span,
#filters-wrapper section.filter-type li:hover span,
#filters-wrapper section.filter-type:active span {
  color: #333333;
  font-weight: bold;
}
#filters-wrapper section.filter-other > ul li {
  padding: 2px 0;
}
#filters-wrapper section.filter-other > ul li span {
  display: block;
  padding: 3px 5px 3px 0;
}
#filters-wrapper section.filter-other > ul li .el-name {
  padding-top: 16px;
}
#filters-wrapper section.photo-fo {
  padding: 0;
}
#filters-wrapper section li.has-submenu .sub li.item-hidden {
  display: none;
}
#filters-wrapper section li.has-submenu .sub li.item-hidden.on {
  display: block;
}
#filters-wrapper section li.has-submenu .sub li:hover > span,
#filters-wrapper section li.has-submenu .sub li.active > span {
  color: #333333;
  font-weight: bold;
}
#filters-wrapper section li.has-submenuli:hover > span {
  color: #333333;
  font-weight: bold;
}
#filters-wrapper section li.has-submenu .type-sub,
#filters-wrapper section li.has-submenu .categ-list {
  padding-left: 0;
}
#filters-wrapper section li.has-submenu .type-sub .checkbox,
#filters-wrapper section li.has-submenu .categ-list .checkbox {
  margin-bottom: 0;
  padding: 6px 0;
  position: relative;
}
#filters-wrapper section li.has-submenu .type-sub .checkbox label:before,
#filters-wrapper section li.has-submenu .categ-list .checkbox label:before {
  content: "";
  vertical-align: middle;
}
#filters-wrapper section li.has-submenu.open > span {
  font-weight: bold;
  color: #333333;
}
#filters-wrapper section li.has-submenu.open .el-name {
  font-weight: normal;
}
#filters-wrapper section li.has-submenu.open span :after {
  background: url("/images/icons/arrow-up-grey.svg") no-repeat center;
}
#filters-wrapper section .categ-list li span {
  text-transform: capitalize;
}
#filters-wrapper section .sub-colours-list {
  padding-top: 8px;
  margin-left: -3px;
  padding-bottom: 10px;
}
#filters-wrapper section .sub-colours-list li {
  display: inline-block;
  margin: 0 3px;
  width: 26px;
  height: 26px;
  padding: 0;
  position: relative;
  border-radius: 50px;
}
#filters-wrapper section .sub-colours-list li .col-var {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50px;
}
#filters-wrapper section .sub-colours-list li.colour1 .col-var {
  background-color: black;
}
#filters-wrapper section .sub-colours-list li.colour2 .col-var {
  background-color: grey;
}
#filters-wrapper section .sub-colours-list li.colour3 .col-var {
  background: url("/images/colors/3_silver_a.png") no-repeat center center;
}
#filters-wrapper section .sub-colours-list li.colour4 .col-var {
  background-color: white;
  border: 1px solid grey;
}
#filters-wrapper section .sub-colours-list li.colour5 .col-var {
  background-color: #734b28;
}
#filters-wrapper section .sub-colours-list li.colour6 .col-var {
  background: url("/images/colors/6_gold_a.png") no-repeat center center;
}
#filters-wrapper section .sub-colours-list li.colour7 .col-var {
  background-color: #fff6c5;
  border: 1px solid grey;
}
#filters-wrapper section .sub-colours-list li.colour8 .col-var {
  background-color: #00852c;
}
#filters-wrapper section .sub-colours-list li.colour9 .col-var {
  background-color: #4177b9;
}
#filters-wrapper section .sub-colours-list li.colour10 .col-var {
  background-color: #990099;
}
#filters-wrapper section .sub-colours-list li.colour11 .col-var {
  background-color: #ff99cc;
}
#filters-wrapper section .sub-colours-list li.colour12 .col-var {
  background-color: #e61e1e;
}
#filters-wrapper section .sub-colours-list li.colour13 .col-var {
  background-color: #ff9933;
}
#filters-wrapper section .sub-colours-list li.colour14 .col-var {
  background-color: #ffed00;
}
#filters-wrapper section .sub-colours-list li.active:after {
  position: absolute;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  z-index: 10;
  top: 4px;
  left: 50%;
  transform: translate(-50%,0);
  background: #f5f5f5 url("/images/colors/selected3.png") no-repeat center center;
  border-radius: 150px;
}
#filters-wrapper section.selected-items {
  padding: 25px 0 0 0;
  border-top: 1px solid #E6E6E6;
}
#filters-wrapper section.selected-items > p {
  padding: 0;
}
#filters-wrapper section.selected-items .filters-action {
  padding-top: 12px;
  font-size: 11px;
}
#filters-wrapper section.selected-items .filters-action span {
  cursor: pointer;
  float: right;
}
#filters-wrapper section.selected-items .filters-action span a {
  color: #B89A4F;
}
#filters-wrapper section.selected-items ul {
  overflow: hidden;
  padding-top: 10px;
}
#filters-wrapper section.selected-items ul li {
  float: left;
  padding-right: 10px;
  margin-bottom: 3px;
}
#filters-wrapper section.selected-items ul li span {
  line-height: 1;
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
}
#filters-wrapper section.selected-items ul li span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  background: url("/images/icons/x-grey.svg") no-repeat center top;
  width: 10px;
  height: 12px;
}
#filters-wrapper section.selected-items ul li span:hover,
#filters-wrapper section.selected-items ul li span:active,
#filters-wrapper section.selected-items ul li span:focus {
  color: #333333;
}
#filters-wrapper section.selected-items ul li span:hover:after,
#filters-wrapper section.selected-items ul li span:active:after,
#filters-wrapper section.selected-items ul li span:focus:after {
  content: "";
  display: inline-block;
  background: url("/images/icons/x-dark-grey.svg") no-repeat center top;
  width: 10px;
  height: 12px;
}
#filters-wrapper section .checkbox label {
  font-weight: normal;
}
.filters-inner > p {
  font-family: 'PT Serif', serif;
  text-transform: uppercase;
  font-size: 11pt;
  padding-bottom: 10px;
}
section > span {
  text-transform: uppercase;
  color: #222;
}
.project-categories-list li a {
  display: inline-block;
  line-height: 1;
}
.project-categories-list li:hover a,
.project-categories-list li:active a,
.project-categories-list li:focus a,
.project-categories-list li.active a {
  font-weight: bold;
}
INVISIBLE SCROLLBAR
.hide-scroll::-webkit-scrollbar {
  width: 0 !important;
  background: transparent !important;
}
.hide-scroll::-webkit-scrollbar-thumb {
  background: #1f1a34 !important;
}
.hide-scroll::-webkit-scrollbar {
  display: none !important;
}
.hide-scroll {
  overflow: -moz-scrollbars-none !important;
  -ms-overflow-style: none !important;
}
.m-btn {
  cursor: pointer;
  color: #B89A4F;
  margin-bottom: 5px;
}
.m-btn:hover,
.m-btn:active,
.m-btn:focus {
  color: #333333;
}
.m-btn:after {
  content: "More...";
  display: inline-block;
  font-size: 10pt;
}
.l-btn {
  cursor: pointer;
  color: #B89A4F;
  display: none;
  margin-bottom: 5px;
}
.l-btn:hover,
.l-btn:active,
.l-btn:focus {
  color: #333333;
}
.l-btn:after {
  content: "Less";
  display: inline-block;
  font-size: 10pt;
}
.results-list-wrapper {
  overflow: hidden;
}
.results-list-wrapper .list-item {
  display: inline-block;
  z-index: 200;
  position: relative;
  float: left;
  -webkit-transition: width 300ms linear;
  -moz-transition: width 300ms linear;
  -o-transition: width 300ms linear;
  transition: width 300ms linear;
}
.results-list-wrapper .list-item .pname p,
.results-list-wrapper .list-item .pauthor {
  display: block;
}
.listing-page .l-designers.results-list-wrapper,
.listing-page .listing-wrapper .l-editorials,
.listing-page .listing-wrapper .l-projects {
  padding-bottom: 0;
}
.project-list .image-wrapper {
  padding-bottom: 66.66666%;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.project-list .image-wrapper a img {
  top: -20%;
  right: -20%;
  left: -20%;
  bottom: -20%;
  position: absolute;
  max-width: 100%;
  margin: auto;
  height: auto;
  width: auto;
}
.listing-page {
  background: #F5F5F5;
}
.listing-page #main-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
}
.listing-page header,
.listing-page #footer-wrapper {
  background: #F5F5F5;
}
.listing-page header.menu-open {
  background: #fff;
}
.listing-page .listing-wrapper {
  position: relative;
}
.listing-page .listing-wrapper .results-list-wrapper {
  width: 100%;
}
.results-list-wrapper .list-item {
  padding: 0 15px;
  margin-bottom: 40px;
}
.number-info {
  font-size: 24pt;
  font-family: 'PT Serif', serif;
  font-weight: bold;
}
.first-line {
  font-size: 16px;
}
.sort-layout-switcher {
  position: relative;
}
.sort-layout-switcher .form-group {
  float: none;
}
.sort-layout-switcher span.sw {
  cursor: pointer;
  padding: 0;
  display: block;
}
.sort-layout-switcher span.sw:after {
  content: "";
  display: inline-block;
  background: url("/images/icons/arrow-down-grey.svg") no-repeat center;
  width: 20px;
  height: 20px;
  margin: 0 0 0 7px;
  vertical-align: middle;
}
.sort-layout-switcher span.sw.active:after {
  background: url("/images/icons/arrow-up-grey.svg") no-repeat center;
}
.sort-layout-switcher .sort-box {
  display: none;
  position: absolute;
  background: #ededed;
  padding: 12px 12px 0 16px;
  left: -15px;
  z-index: 500;
  font-size: 8pt;
  width: 160px;
}
.sort-layout-switcher .sort-box .sort-type .st-title {
  display: block;
  padding: 10px 0;
  color: #163F68;
}
.sort-layout-switcher .sort-box .sort-type .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.sort-layout-switcher .sort-box .sort-type li:hover .st-title,
.sort-layout-switcher .sort-box .sort-type li:active .st-title,
.sort-layout-switcher .sort-box .sort-type li:focus .st-title {
  color: #B89A4F;
}
.sort-layout-switcher .sort-box .sort-type li.active .st-title {
  color: #333333;
}
.sort-layout-switcher .sort-box .sort-time li span {
  color: #163F68;
}
.sort-layout-switcher .sort-box .sort-time li:hover span,
.sort-layout-switcher .sort-box .sort-time li:active span,
.sort-layout-switcher .sort-box .sort-time li:focus span {
  color: #B89A4F;
}
.sort-layout-switcher .sort-box .sort-time li.active span {
  color: #333333;
}
.sort-layout-switcher .sort-box li {
  cursor: pointer;
  border-bottom: 1px solid #e4e4e4;
}
.sort-layout-switcher .sort-box li.active {
  font-weight: bold;
  pointer-events: none;
  cursor: default;
}
.sort-layout-switcher .sort-box li.active span {
  background: url("/images/icons/check-grey-dark.svg") no-repeat center right;
}
.sort-layout-switcher .sort-box li:hover span,
.sort-layout-switcher .sort-box li:active span,
.sort-layout-switcher .sort-box li:focus span {
  background: url("/images/icons/check-gold.svg") no-repeat center right;
}
.sort-layout-switcher .sort-box .new .icon {
  background: url("/images/icons/new.svg") no-repeat;
  background-position: center left;
}
.sort-layout-switcher .sort-box .new.active .icon {
  background-position: center right;
}
.sort-layout-switcher .sort-box .new:hover .icon {
  background-position: center center;
}
.sort-layout-switcher .sort-box .mostv .icon {
  background: url("/images/icons/mostv.svg") no-repeat;
  background-position: center left;
}
.sort-layout-switcher .sort-box .mostv.active .icon {
  background-position: center right;
}
.sort-layout-switcher .sort-box .mostv:hover .icon {
  background-position: center center;
}
.sort-layout-switcher .sort-box .topr .icon {
  background: url("/images/icons/topr.svg") no-repeat;
  background-position: center left;
}
.sort-layout-switcher .sort-box .topr.active .icon {
  background-position: center right;
}
.sort-layout-switcher .sort-box .topr:hover .icon {
  background-position: center center;
}
.sort-layout-switcher .sort-type {
  padding: 5px 0 20px 0;
}
.sort-layout-switcher .sort-time {
  margin-top: 3px;
}
.sort-layout-switcher .sort-time li {
  padding-left: 0;
}
.sort-layout-switcher .sort-time li:last-child {
  border-bottom: 0;
}
.sort-layout-switcher .sort-time li span {
  display: block;
  padding: 10px 0;
  color: #163F68;
}
.sort-layout-switcher .sort-time.open {
  display: block;
}
.sort-layout-switcher .layout {
  float: right;
}
.sort-layout-switcher .layout li {
  display: inline-block;
  width: 30px;
  height: 50px;
}
.sort-layout-switcher .layout li a {
  display: block;
  width: 20px;
  height: 50px;
}
.sort-layout-switcher .layout li.active a {
  pointer-events: none;
  cursor: default;
}
.sort-layout-switcher .layout li.large a {
  background: url("/images/icons/large-grid.svg") no-repeat;
  background-position: left center;
}
.sort-layout-switcher .layout li.large.active a,
.sort-layout-switcher .layout li.large:hover a {
  background-position: right center;
}
.sort-layout-switcher .layout li.small a {
  background: url("/images/icons/small-grid.svg") no-repeat;
  background-position: left center;
}
.sort-layout-switcher .layout li.small.active a,
.sort-layout-switcher .layout li.small:hover a {
  background-position: right center;
}
.sort-layout-switcher .layout li.mix a {
  background: url("/images/icons/mix-grid.svg") no-repeat;
  background-position: left center;
}
.sort-layout-switcher .layout li.mix.active a,
.sort-layout-switcher .layout li.mix:hover a {
  background-position: right center;
}
.sort-layout-switcher.open .sort-box {
  display: block;
}
.row-description {
  clear: both;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 45px;
  overflow: hidden;
}
.row-description h1,
.row-description h2,
.row-description h3,
.row-description h4,
.row-description h5,
.row-description h6,
.row-description p {
  margin-bottom: 15px;
}
.row-description a {
  padding-bottom: 10px;
  display: inline-block;
  color: #163F68;
}
.row-description a:hover,
.row-description a:active {
  color: #333333;
}
.bottom-rd {
  padding: 10px 20px 30px 20px;
  clear: both;
}
.large-grid .list-item {
  background: none;
}
.large-grid .list-item .r-info .pname p {
  font-size: 10pt;
}
.large-grid .t-icon {
  left: 20px;
  bottom: 20px;
}
.small-grid .pname p,
.search-page .pname p {
  font-size: 10pt;
}
.small-grid .list-item,
.search-page .list-item {
  background: none;
}
.small-grid .list-item .f-icon,
.search-page .list-item .f-icon {
  width: 20px;
  left: 10px;
  top: 10px;
  background: url("/images/icons/featured-xs-gold.svg") no-repeat center;
}
.small-grid .list-item .r-info .pname p,
.search-page .list-item .r-info .pname p {
  font-size: 10pt;
}
.small-grid .list-item .t-icon,
.search-page .list-item .t-icon {
  left: 10px;
  bottom: 10px;
}
.l-projects .t-icon {
  background: url("/images/icons/t-icon-project.svg") no-repeat center;
}
.l-projects .small-grid .f-icon {
  background: url("/images/icons/featured-xs-gold.svg") no-repeat center;
  top: 10px;
  left: 10px;
}
.l-editorials .t-icon {
  background: url("/images/icons/t-icon-editorial.svg") no-repeat center;
}
.l-editorials .small-grid .f-icon {
  background: url("/images/icons/featured-xs-gold.svg") no-repeat center;
  top: 10px;
  left: 10px;
}
.l-brands .t-icon {
  background: url("/images/icons/t-icon-product.svg") no-repeat center;
}
.l-brands .results-list-wrapper .brand-item .box-wrapper,
.l-brands .results-list-wrapper .box-info {
  background: white;
}
.d-logo {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 70px;
  height: 70px;
  padding: 5px;
  z-index: 50;
  background: #fff;
}
.d-logo img {
  position: absolute;
  max-width: 60px;
  z-index: 30;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
}
.project-list .l-editorials {
  padding: 0;
}
.project-list .pr-info {
  background: #fff;
}
.project-list .info-bar > li img {
  width: auto;
}
.project-list .pr-share.active {
  width: 100px;
  background: none;
}
.project-list .small-grid .pr-info {
  padding: 17px 18px 16px 18px;
}
.project-list .small-grid .info-bar {
  display: none;
}
.project-list .mix-grid .equal-height .list-item {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  position: static;
}
.project-list .white-icons {
  display: none;
}
.editorial-list .list-item .list-image img {
  left: -50%;
}
.editorial-list .large-grid .bottom-pr-info {
  right: 0;
  padding: 0 28px 10px 28px;
}
.editorial-list .small-grid .bottom-pr-info {
  position: static;
  padding-left: 8px;
  padding-right: 0;
}
.editorial-list .small-grid .bottom-pr-info .info-bar {
  display: none;
}
.editorial-list .pr-info .info-bar img {
  width: auto;
}
.product-list .brand-item a {
  background: #fff;
}
.product-list.product-pr-list .product-item .box-wrapper {
  float: none;
  width: 100%;
}
.designer-list .list-item .pauthor a {
  font-size: 10pt;
}
body.no-scroll {
  height: 100vh;
  overflow: hidden;
}
body.no-scroll .listing-wrapper {
  overflow: hidden;
}
.products-per-page .pp-wrap {
  position: relative;
}
.products-per-page .pp-wrap.open .sort-box {
  display: block;
  text-align: left;
}
.products-per-page .slabel {
  color: #999999;
  vertical-align: middle;
  display: inline-block;
}
.products-per-page .sort .sw {
  vertical-align: middle;
  display: inline-block;
  padding-right: 27px;
}
.products-per-page .pagination {
  margin: 0;
}
.pagination li a {
  color: #163F68;
  background: transparent;
  padding: 6px 12px;
  line-height: 1.3;
  border: 0;
  margin-left: 10px;
  border-bottom: 1px solid #163F68;
  border-radius: 0 !important;
}
.pagination li a.current {
  color: #999999;
  border-color: #999999;
  pointer-events: none;
  cursor: default;
}
.pagination li a:hover,
.pagination li a:active,
.pagination li a:focus {
  color: #999999;
  background-color: transparent;
  border-color: #999999;
}
.results-list-wrapper .pagination {
  float: right;
  padding: 0 15px;
  margin: 10px 0 50px 0;
}
@media all and (min-width: 1440px) {
  .selected-items {
    margin-right: 10px;
  }
  .small-grid .list-item {
    width: 20%;
  }
  .small-grid .list-item:nth-of-type(5n+1) {
    clear: left;
  }
}
@media all and (min-width: 1200px) and (max-width: 1439px) {
  .small-grid .list-item {
    width: 25%;
  }
  .small-grid .list-item:nth-of-type(4n+1) {
    clear: left;
  }
}
@media all and (min-width: 1200px) and (max-width: 1349px) {
  .large-grid.editorial-list-results .list-item {
    width: 50%;
  }
  .large-grid.editorial-list-results .list-item:nth-of-type(3n+1) {
    clear: none;
  }
}
@media all and (min-width: 1200px) {
  .top-row {
    display: none !important;
  }
  .results-top-info {
    padding: 50px 5px 0 10px;
  }
  .search-page .list-item {
    width: 210px;
  }
  .number-info {
    max-width: 80%;
  }
  .professionals-listing .number-info {
    padding-top: 6px;
    float: left;
  }
  body.search-listing .search-results {
    padding-top: 120px;
  }
  #main-search-box {
    height: 100px;
  }
  #main-search-box .search-input-group {
    padding-left: 290px;
    padding-right: 30px;
    height: 100px;
  }
  .large-grid .list-item {
    width: 33.33333%;
  }
  .large-grid .list-item:nth-of-type(3n+1) {
    clear: left;
  }
  .project-list .large-grid .medium-item {
    width: 66.66666667%;
    float: left;
  }
  .project-list .medium-item .pr-info {
    position: absolute;
    right: 45px;
    z-index: 22;
    width: 50%;
    bottom: 30px;
    background: white;
  }
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-2 {
    right: 0;
    width: 66.6666%;
    position: relative;
    overflow: hidden;
  }
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-2 .list-image {
    padding-bottom: 0;
    height: 100%;
  }
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-2 .list-image img {
    height: auto;
  }
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-2 .pr-info {
    position: absolute;
    right: 45px;
    z-index: 22;
    width: 50%;
    bottom: 30px;
    background: white;
  }
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-4 {
    left: 0;
    width: 66.6666%;
    position: relative;
    overflow: hidden;
  }
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-4 .pr-info {
    position: absolute;
    left: 45px;
    z-index: 22;
    width: 50%;
    bottom: 30px;
    background: white;
  }
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-4 .list-image {
    padding-bottom: 0;
    height: 100%;
  }
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-4 .list-image img {
    height: auto;
  }
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-3 {
    width: 100%;
    overflow: hidden;
  }
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-3 .list-image {
    padding-bottom: 700px;
    height: 100%;
  }
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-3 .list-image img {
    height: auto;
  }
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-3 .pr-info {
    background: #163F68;
    border: 0;
    position: absolute;
    padding: 35px 20px 25px 20px;
    width: 450px;
    top: 30px;
    left: 45px;
    z-index: 30;
    color: white;
    padding-bottom: 65px;
    text-align: center;
    -webkit-transition: height 300ms linear;
    -moz-transition: height 300ms linear;
    -o-transition: height 300ms linear;
    transition: height 300ms linear;
  }
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-3 .pr-info p {
    color: #fff;
  }
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-3 .pr-info .pname {
    padding: 10px 0 5px 0;
  }
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-3 .pr-info .pname p {
    font-size: 24pt;
  }
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-3 .pr-info .pauthor {
    padding-top: 3px;
  }
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-3 .pr-info .pauthor a {
    color: #fff;
  }
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-3 .pr-info .discover-btn {
    display: block !important;
    border-color: #fff;
    color: #fff;
    margin: 45px auto;
    width: 280px;
  }
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-3 .pr-info .discover-btn:hover,
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-3 .pr-info .discover-btn:active,
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-3 .pr-info .discover-btn:focus {
    background-color: white;
    color: #163F68;
  }
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-3 .pr-info .info-bar {
    text-align: left;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 20px;
  }
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-3 .pr-info .grey-icons {
    display: none;
  }
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-3 .pr-info .white-icons {
    display: inline-block;
  }
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-3 .pr-info .pr-share {
    background: url("/images/icons/share-white.svg") no-repeat right bottom;
  }
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-3 .pr-info .pr-share.active {
    background: none;
  }
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-3 .pr-info .pr-share .share-links li a.fb {
    background: url("/images/icons/fb-white-gold-blue.svg") no-repeat;
    background-position: left center;
  }
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-3 .pr-info .pr-share .share-links li a.fb:hover,
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-3 .pr-info .pr-share .share-links li a.fb:active,
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-3 .pr-info .pr-share .share-links li a.fb:focus {
    background: url("/images/icons/fb-white-gold-blue.svg") no-repeat;
    background-position: center center;
  }
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-3 .pr-info .pr-share .share-links li a.tw {
    background: url("/images/icons/tw-white-gold-blue.svg") no-repeat;
    background-position: left center;
    margin: 0 10px;
  }
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-3 .pr-info .pr-share .share-links li a.tw:hover,
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-3 .pr-info .pr-share .share-links li a.tw:active,
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-3 .pr-info .pr-share .share-links li a.tw:focus {
    background: url("/images/icons/tw-white-gold-blue.svg") no-repeat;
    background-position: center center;
  }
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-3 .pr-info .pr-share .share-links li a.pt {
    background: url("/images/icons/pt-white-gold-blue.svg") no-repeat;
    background-position: left center;
  }
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-3 .pr-info .pr-share .share-links li a.pt:hover,
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-3 .pr-info .pr-share .share-links li a.pt:active,
  section.l-projects .results-list-wrapper.mix-grid .list-item.mix-grid-item-3 .pr-info .pr-share .share-links li a.pt:focus {
    background: url("/images/icons/pt-white-gold-blue.svg") no-repeat;
    background-position: center center;
  }
  section.l-editorials .results-list-wrapper.mix-grid .list-item.ed-mix-grid-item-1 {
    width: 100%;
    height: 700px;
    overflow: hidden;
  }
  section.l-editorials .results-list-wrapper.mix-grid .list-item.ed-mix-grid-item-1 .list-image {
    padding-bottom: 0;
    height: 100%;
  }
  section.l-editorials .results-list-wrapper.mix-grid .list-item.ed-mix-grid-item-1 .list-image img {
    height: auto;
  }
  section.l-editorials .results-list-wrapper.mix-grid .list-item.ed-mix-grid-item-1 .pr-info {
    background: #163F68;
    border: 0;
    position: absolute;
    padding: 35px 20px 25px 20px;
    width: 450px;
    top: 30px;
    bottom: auto;
    right: 45px;
    z-index: 30;
    color: #fff;
    padding-bottom: 65px;
    text-align: center;
    -webkit-transition: height 300ms linear;
    -moz-transition: height 300ms linear;
    -o-transition: height 300ms linear;
    transition: height 300ms linear;
  }
  section.l-editorials .results-list-wrapper.mix-grid .list-item.ed-mix-grid-item-1 .pr-info p {
    color: #fff;
  }
  section.l-editorials .results-list-wrapper.mix-grid .list-item.ed-mix-grid-item-1 .pr-info .pname {
    padding: 10px 0 5px 0;
  }
  section.l-editorials .results-list-wrapper.mix-grid .list-item.ed-mix-grid-item-1 .pr-info .pname p {
    font-size: 24pt;
  }
  section.l-editorials .results-list-wrapper.mix-grid .list-item.ed-mix-grid-item-1 .pr-info .pauthor {
    padding-top: 3px;
  }
  section.l-editorials .results-list-wrapper.mix-grid .list-item.ed-mix-grid-item-1 .pr-info .pauthor a {
    color: #fff;
  }
  section.l-editorials .results-list-wrapper.mix-grid .list-item.ed-mix-grid-item-1 .pr-info .discover-btn {
    display: block !important;
    border-color: #fff;
    color: #fff;
    margin: 45px auto;
    width: 280px;
  }
  section.l-editorials .results-list-wrapper.mix-grid .list-item.ed-mix-grid-item-1 .pr-info .discover-btn:hover,
  section.l-editorials .results-list-wrapper.mix-grid .list-item.ed-mix-grid-item-1 .pr-info .discover-btn:active,
  section.l-editorials .results-list-wrapper.mix-grid .list-item.ed-mix-grid-item-1 .pr-info .discover-btn:focus {
    background-color: white;
    color: #163F68;
  }
  section.l-editorials .results-list-wrapper.mix-grid .list-item.ed-mix-grid-item-1 .pr-info .info-bar {
    text-align: left;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 25px;
  }
  section.l-editorials .results-list-wrapper.mix-grid .list-item.ed-mix-grid-item-1 .pr-info .grey-icons {
    display: none;
  }
  section.l-editorials .results-list-wrapper.mix-grid .list-item.ed-mix-grid-item-1 .pr-info .white-icons {
    display: inline-block;
  }
  section.l-editorials .results-list-wrapper.mix-grid .list-item.ed-mix-grid-item-1 .pr-info .pr-share {
    background: url("/images/icons/share-white.svg") no-repeat right bottom;
  }
  section.l-editorials .results-list-wrapper.mix-grid .list-item.ed-mix-grid-item-1 .pr-info .pr-share.active {
    background: none;
  }
  section.l-editorials .results-list-wrapper.mix-grid .list-item.ed-mix-grid-item-2 {
    width: 50%;
  }
  section.l-editorials .large-grid .pr-info,
  section.l-editorials .large-grid .pr-info a {
    color: white;
  }
  .editorial-list .mix-grid .fw-item {
    width: 100%;
  }
  .editorial-list .mix-grid .fw-item img {
    top: -50%;
    bottom: -50%;
    right: -50%;
    left: -50%;
    width: auto;
    min-height: 100%;
  }
  .editorial-list .mix-grid .fw-item.fw-item-left .big-info {
    left: 30px;
    right: auto;
  }
  .editorial-list .mix-grid .half-item {
    width: 50%;
  }
  .mix-grid .fw-item .f-icon {
    left: auto;
    right: 30px;
  }
  .row-description .rd-right li,
  .row-description .rd-right > p {
    padding: 0 10px;
  }
  .editorial-list-results.mix-grid .list-item:nth-of-type(3n+1) {
    clear: none;
  }
  .professionals-listing .sort-layout-switcher {
    float: right;
    padding-top: 0;
    min-height: 50px;
  }
  .sort-layout-switcher {
    min-height: 80px;
    padding: 10px 0 0 0;
  }
  .sort-layout-switcher .sort {
    float: left;
  }
  .sort-layout-switcher .sort .sw {
    line-height: 50px;
  }
  .sort-layout-switcher .sort-box {
    top: 65px;
  }
  .products-per-page .pp-wrap {
    padding: 12px 40px 0 12px;
    float: right;
  }
  .products-per-page .pp-wrap .sort-box {
    left: 67px;
  }
  .products-per-page .slabel {
    padding-right: 15px;
  }
  .products-per-page .sort .sw {
    line-height: 30px;
  }
  .designer-brand-scroll {
    min-height: 750px;
  }
  .listing-page .page-inner-wrapper {
    padding: 0;
  }
  .listing-page #main-wrapper {
    height: 100vh;
    overflow: hidden;
    padding-top: 80px;
    position: relative;
    margin-bottom: -80px;
  }
  .listing-page .listing-wrapper {
    width: 100%;
    padding-left: 290px;
    max-height: 100%;
    overflow-y: auto;
  }
  .listing-page.professionals-listing #main-wrapper {
    height: 100%;
  }
  .results-list-wrapper .no-results {
    padding: 0 25px;
  }
  #filters-wrapper {
    width: 285px;
    margin-right: -285px;
    padding-right: 10px;
    display: block !important;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  #filters-wrapper section li.has-submenu .sub {
    max-height: 250px;
    overflow-y: auto;
    margin: 10px 0;
    padding-left: 15px;
  }
  #filters-wrapper section li.has-submenu .categ-list {
    padding-left: 0;
  }
  #filters-wrapper section li.has-submenu.type-checkbox .sub {
    padding-left: 0;
  }
  .listing-page.product-list #filters-wrapper li.has-submenu .sub {
    max-height: none;
  }
  .listing-page.product-list #filters-wrapper li.has-submenu .sub .sub-sub {
    max-height: 250px;
  }
  .filters-outer {
    height: 100%;
    max-width: 100%;
  }
  .filters-outer .filters-inner {
    height: 100%;
    overflow-y: auto;
    max-width: 100%;
    padding: 50px 25px 50px 10px;
  }
  .sub-colours-list li .col-name {
    display: none;
  }
  #apply-clear-bar {
    display: none !important;
  }
  #fs-show {
    display: none !important;
  }
  .filter-list-fixed {
    display: none !important;
  }
}
@media all and (min-width: 1199px) and (max-width: 1499px) {
  .filters-outer .select-input {
    max-width: 100%;
  }
}
@media all and (max-width: 1199px) {
  .project-list .pname p {
    font-size: 10pt;
  }
  .project-list .info-bar {
    display: none;
  }
  .project-list .mix-grid .fw-item .list-image {
    height: auto;
    padding-bottom: 66.66666%;
  }
  .project-list .mix-grid .fw-item .pr-info {
    padding-bottom: 18px;
  }
  .project-list .mix-grid .equal-height .list-item {
    margin-bottom: 40px;
  }
  .project-list .mix-grid .medium-item .list-image {
    padding-bottom: 66.66666%;
  }
  .project-list .mix-grid .pr-info {
    position: static;
    width: 100%;
    border-bottom: 5px solid #E6E6E6;
  }
  .editorial-list .large-grid .fw-item .list-image {
    height: auto;
    padding-bottom: 0;
    position: absolute;
    height: 100%;
  }
  .editorial-list .large-grid .fw-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .editorial-list .large-grid .fw-image-wrapper:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .editorial-list .large-grid .list-item .list-image img {
    right: -50%;
    height: 100%;
    width: auto;
  }
  .editorial-list .large-grid .bottom-pr-info,
  .editorial-list .large-grid .big-info,
  .editorial-list .large-grid .pr-info {
    padding: 14px 0 0 10px;
    position: static;
    background: transparent;
    text-align: left;
    width: 100%;
  }
  .editorial-list .large-grid .bottom-pr-info .hidden-xs,
  .editorial-list .large-grid .big-info .hidden-xs,
  .editorial-list .large-grid .pr-info .hidden-xs {
    display: none;
  }
  .editorial-list .large-grid .bottom-pr-info .pauthor,
  .editorial-list .large-grid .big-info .pauthor,
  .editorial-list .large-grid .pr-info .pauthor {
    color: #333333;
  }
  .editorial-list .large-grid .bottom-pr-info .pname,
  .editorial-list .large-grid .big-info .pname,
  .editorial-list .large-grid .pr-info .pname {
    padding: 0;
  }
  .editorial-list .large-grid .bottom-pr-info .pname p,
  .editorial-list .large-grid .big-info .pname p,
  .editorial-list .large-grid .pr-info .pname p {
    font-size: 10pt;
    display: block;
  }
  .editorial-list .large-grid .bottom-pr-info .info-bar,
  .editorial-list .large-grid .big-info .info-bar,
  .editorial-list .large-grid .pr-info .info-bar {
    display: none;
  }
  .row-description {
    padding-bottom: 15px;
  }
  .row-description .rd-right {
    padding-top: 35px;
  }
  body.touch-yes .filters-inner,
  body.touch-yes .listing-page .listing-wrapper {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  body.filters-vh {
    overflow: hidden;
  }
  .top-row {
    height: 50px;
    position: fixed;
    width: 100%;
    padding-left: 15px;
    left: 0;
    display: none;
    top: 10px;
    z-index: 10001;
  }
  .listing-page .top-row {
    background: #f5f5f5;
  }
  .listing-page .close-btn {
    display: block !important;
    width: 30px;
    height: 30px;
    float: right;
    cursor: pointer;
    background: url(/images/icons/close-nobcg.svg) no-repeat left center;
    margin-right: 10px;
  }
  .listing-page .close-btn:hover,
  .listing-page .close-btn:focus,
  .listing-page .close-btn:active {
    background-position: right center;
  }
  .listing-page .listing-wrapper {
    width: 100%;
    top: 0;
  }
  .listing-page .listing-wrapper > section {
    margin: 0 -15px;
  }
  .listing-page.professionals-listing .results-top-info {
    padding: 40px 15px 20px 15px;
  }
  #main-search-box #fs-show {
    border: 0;
    line-height: 25px;
    margin: 0 0 10px 10px;
    width: auto;
  }
  #main-search-box .search-input-group {
    padding-left: 15px;
    padding-right: 15px;
  }
  .results-list-wrapper .no-results {
    padding: 0 20px;
  }
  .results-top-info {
    padding: 0 0 40px 0;
  }
  #filters-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #f5f5f5;
    padding-bottom: 120px;
    padding-top: 80px;
    z-index: 10000;
  }
  #filters-wrapper .filters-outer {
    max-height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #filters-wrapper .filters-inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 40px;
    max-height: 100%;
    overflow-y: hidden;
  }
  #filters-wrapper section.filter-type {
    overflow: hidden;
    padding: 15px 0 17px 0;
    margin-right: 0;
  }
  #filters-wrapper section.filter-type li {
    float: left;
    padding-right: 30px;
  }
  #filters-wrapper section.filter-type .all .ficon {
    display: none;
  }
  #filters-wrapper section.filter-other {
    padding: 0 0 30px 0;
  }
  #filters-wrapper section.filter-other li span {
    position: relative;
    display: block;
  }
  #filters-wrapper section.filter-other li span > a {
    display: block;
  }
  #filters-wrapper section.filter-other li span i {
    position: absolute;
    right: 0;
    top: 5px;
  }
  #filters-wrapper section.filter-other > ul {
    margin-top: 10px;
  }
  #filters-wrapper section.filter-other > ul li {
    width: 100%;
    overflow: hidden;
  }
  #filters-wrapper section.filter-other > ul li a {
    padding: 5px 0;
  }
  #filters-wrapper section.filter-other > ul li.open .sub {
    padding-left: 15px;
  }
  #filters-wrapper section.filter-other ul .type-checkbox {
    border-bottom: 1px solid #e8e8e8;
  }
  #filters-wrapper section.filter-other ul .type-checkbox .type-sub {
    padding: 0 15px;
  }
  #filters-wrapper section.filter-other ul .type-checkbox .type-sub li.item-hidden {
    display: block;
  }
  #filters-wrapper section.filter-other ul .type-checkbox .m-btn,
  #filters-wrapper section.filter-other ul .type-checkbox .l-btn {
    display: none !important;
  }
  #filters-wrapper section.filter-colours {
    padding: 0 0 30px 0;
  }
  #filters-wrapper section .sub-colours-list {
    padding-top: 25px;
    min-height: 70px;
    max-width: 450px;
    margin-left: 0;
  }
  #filters-wrapper section .sub-colours-list li {
    width: 50px;
    height: 55px;
    text-align: center;
    margin: 0;
  }
  #filters-wrapper section .sub-colours-list li .col-var {
    margin: 0 auto;
  }
  #filters-wrapper section .sub-colours-list li .col-name {
    position: absolute;
    bottom: 8px;
    font-size: 11px;
    padding: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: bold;
  }
  #filters-wrapper section .sub-colours-list li.active .col-name {
    color: #333333;
  }
  #filters-wrapper section.selected-items {
    padding: 25px 0 30px 0;
  }
  #filters-wrapper section.selected-items .clearall {
    display: none;
  }
  #filters-wrapper section.project-categories-list {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 15px 20px 15px;
  }
  #filters-wrapper section.project-categories-list ul {
    margin-bottom: 10px;
  }
  #filters-wrapper section.project-categories-list ul li span {
    border: 0;
  }
  .row-sort-switcher {
    width: 100%;
  }
  #fs-show {
    width: 50%;
    float: left;
    display: block !important;
    font-size: 10pt;
    padding: 0 15px;
    cursor: pointer;
    line-height: 50px;
    border: 1px solid #E6E6E6;
    text-transform: capitalize;
  }
  .filter-list-fixed {
    display: block !important;
  }
  .sort-layout-switcher {
    min-height: 35px;
    width: 50%;
    float: left;
    border: 1px solid #E6E6E6;
    position: static;
  }
  .sort-layout-switcher span.sw {
    padding: 0 15px;
    line-height: 50px;
    position: relative;
    cursor: pointer;
  }
  .sort-layout-switcher span.sw:after {
    position: absolute;
    right: 20px;
    top: 13px;
  }
  .sort-layout-switcher .sort-box {
    top: 51px;
    right: 0;
    left: 0;
    width: 100vw;
  }
  .products-per-page {
    width: 100%;
    float: none;
    border: 0;
    clear: both;
    min-height: 60px;
  }
  .products-per-page .pp-wrap {
    padding: 12px 20px 0 12px;
  }
  .products-per-page .pp-wrap .sort-box {
    width: 160px;
    left: 67px;
  }
  .products-per-page .sort {
    float: left;
  }
  .products-per-page .sort .sw {
    line-height: 30px;
    margin-right: 25px;
  }
  .products-per-page .sort .sw:after {
    right: 0;
    top: 4px;
  }
  .products-per-page .pagination {
    float: right;
  }
  .number-info {
    padding: 30px 15px 40px 15px;
    clear: both;
  }
  .row-description {
    padding-top: 0;
    padding-left: 15px;
  }
  #apply-clear-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #163F68;
    padding: 20px;
    z-index: 50;
  }
  #apply-clear-bar div {
    width: 50%;
    float: left;
    padding: 0 15px;
    text-align: center;
    color: white;
    text-transform: uppercase;
  }
  #apply-clear-bar div span {
    width: 250px;
    display: block;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin: 0 auto;
    padding: 12px 5px;
    font-weight: bold;
    -webkit-transition: background 300ms linear;
    -moz-transition: background 300ms linear;
    -o-transition: background 300ms linear;
    transition: background 300ms linear;
  }
  #apply-clear-bar div span:hover,
  #apply-clear-bar div span:active {
    background: white;
    border-color: white;
    color: #163F68;
  }
  .editorial-list #filters-wrapper .type-checkbox {
    padding-top: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .search-page .list-item {
    width: 160px;
  }
  .large-grid .list-item,
  .small-grid .list-item {
    width: 33.3333%;
  }
  .large-grid .list-item:nth-of-type(3n+1),
  .small-grid .list-item:nth-of-type(3n+1) {
    clear: left;
  }
  body.search-listing .search-results {
    padding-top: 130px;
  }
}
@media all and (min-width: 768px) {
  .large-grid .f-icon {
    left: 20px;
    top: 20px;
  }
  .select-sls {
    min-height: 85px;
    padding-top: 25px;
    margin-bottom: 5px;
  }
  .select-sls .sort {
    margin: 5px 0 0 0;
  }
  .select-sls .sort-box {
    top: 70px;
  }
  .main-search-input::-webkit-input-placeholder {
    color: #808080;
    font-size: 36pt;
  }
  .main-search-input:-moz-placeholder {
    color: #808080;
    font-size: 36pt;
  }
  .main-search-input::-moz-placeholder {
    color: #808080;
    font-size: 36pt;
  }
  .main-search-input:-ms-input-placeholder {
    color: #808080;
    font-size: 36pt;
  }
  .row-description {
    padding-right: 10%;
  }
}
@media all and (max-width: 767px) {
  body.search-listing .search-results {
    padding-top: 110px;
  }
  .filters-outer.affix {
    position: relative !important;
  }
  .main-search-input::-webkit-input-placeholder {
    color: #808080;
    font-size: 16pt;
  }
  .main-search-input:-moz-placeholder {
    color: #808080;
    font-size: 16pt;
  }
  .main-search-input::-moz-placeholder {
    color: #808080;
    font-size: 16pt;
  }
  .main-search-input:-ms-input-placeholder {
    color: #808080;
    font-size: 16pt;
  }
  #main-search-box {
    top: 50px;
  }
  #main-search-box input {
    padding: 20px 40px 0 10px;
    font-size: 18pt;
  }
  #main-search-box .search-input-group {
    height: 100%;
    padding-bottom: 14px;
    padding-top: 0px;
  }
  #main-search-box textarea {
    padding-right: 50px;
    padding-top: 16px;
    height: 38px;
  }
  #main-search-box .close-btn,
  #main-search-box .close-btn:hover,
  #main-search-box .close-btn:active {
    width: 30px;
    height: 30px;
    top: 26px;
    right: 20px;
    margin: 0;
  }
  .results-list-wrapper .list-item {
    margin-bottom: 30px;
  }
  #filters-wrapper > p {
    font-size: 12pt;
  }
  .project-list .mix-grid .equal-height .list-item {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 600px) and (max-width: 767px) {
  .large-grid .list-item,
  .small-grid .list-item {
    width: 50%;
  }
  .large-grid .list-item:nth-of-type(2n+1),
  .small-grid .list-item:nth-of-type(2n+1) {
    clear: left;
  }
}
@media all and (max-width: 600px) {
  .large-grid .list-item,
  .large-grid .col-sm-4,
  .small-grid .list-item,
  .small-grid .col-sm-4 {
    width: 100%;
  }
  .designer-list .image-wrapper .d-logo img {
    max-height: none;
    min-height: 0;
  }
  .l-brands .brand-item .box:first-of-type img {
    min-height: 0;
  }
  #filters-wrapper .filters-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  #filters-wrapper section .sub-colours-list li {
    width: 60px;
    height: 60px;
  }
  #apply-clear-bar {
    text-align: right;
    padding: 5px 15px;
  }
  #apply-clear-bar div {
    width: auto;
    float: none;
    display: inline-block;
    padding: 0;
    margin-left: 15px;
  }
  #apply-clear-bar div span {
    width: auto;
    border: 0;
  }
}
@media all and (max-width: 550px) {
  .search-page .results-list-wrapper .list-item {
    width: 50%;
  }
  #filters-wrapper section.filter-type li {
    width: 50%;
  }
  #filters-wrapper section.filter-type li.all .ficon {
    display: inline-block;
  }
  .products-per-page .pp-wrap {
    float: none;
  }
  .products-per-page .pagination {
    display: block;
  }
}
@media all and (min-width: 500px) and (max-width: 1199px) {
  #filters-wrapper section.filter-other ul li.has-submenu .categ-list,
  #filters-wrapper section.filter-other ul .type-checkbox .type-sub {
    padding: 10px 0 0 0;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #filters-wrapper section.filter-other ul li.has-submenu .categ-list .checkbox,
  #filters-wrapper section.filter-other ul li.has-submenu .categ-list li,
  #filters-wrapper section.filter-other ul .type-checkbox .type-sub .checkbox,
  #filters-wrapper section.filter-other ul .type-checkbox .type-sub li {
    flex: 0 0 50%;
    margin-top: 0;
  }
  #filters-wrapper .project-categories-list ul {
    padding: 10px 0 0 0;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #filters-wrapper .project-categories-list ul li {
    flex: 0 0 50%;
    padding-bottom: 2px;
  }
}
@media all and (max-height: 500px) {
  #apply-clear-bar {
    text-align: right;
    padding: 5px 15px;
  }
  #apply-clear-bar div {
    width: auto;
    float: none;
    display: inline-block;
    padding: 0;
    margin-left: 15px;
  }
  #apply-clear-bar div span {
    width: auto;
    border: 0;
  }
}
@media all and (max-width: 380px) {
  #filters-wrapper section.filter-type li {
    width: 100%;
  }
  #fs-show {
    padding: 0 10px 0 15px;
  }
}
@-moz-document url-prefix() {
  @media all and (min-width: 1200px) {
    .fi-wrapper {
      width: 100%;
      overflow: hidden;
    }
    #filters-wrapper section.selected-items {
      margin-right: 10px;
    }
  }
}
.search-page.photo-list #main-wrapper {
  min-height: 100vh;
  height: auto;
}
.search-page.photo-list .results-list-wrapper {
  overflow-y: visible;
}
