/* Adaptionen werden im jeweiligen Projekt hinterlegt - in json-Datei einbinden */
/*
 * GENERAL VARIABLES
 */
/* COLORS */
/* #ccc */
/* #f2f2f2 */
/* #000 */
/* opacity .8 */
/* opacity .8 */
/* opacity .7 */
/* SPACING */
/* FONTS */
/* font weight */
/* DEFAULT ELEMENTS */
/* WRAP */
/* BASIC ELEMENTS */
/* EXTENDED ELEMENTS */
/*
 * LOGIN-FORM FE
 */
/*
 * COLS
 */
/*
 * ColRight & ColLeft Space
 */
/*
 * Listings
 */
/*
 * Space If elements > cols-numer (4 items > .cols .items-x3) || .doubleSpace-break
 */
/*
 * Listings
 */
/* Card-Item */
/* Shadow */
/* Zoom */
/* link-cover */
/* List-View */
/* Border */
/* Zoom */
/* Vertical Align Content */
/* Vertical Align Image */
/* Spacing */
/* link-cover */
/* Oversize */
/*
 * BUTTON VARIABLES
 */
/*
 * NAVIGATION VARIABLES
 */
/*
 * Main Navigation
 */
/* General */
/* List-Elements */
/* Related for Level-0 */
/* Related for Level-1 */
/* Related for Level-2 */
/*
 * Main-Aside Navigation
 */
/* General */
/* Color */
/*
 * Main MegaDropdown Navigation
 */
/*
 * Mobile Navigation
 */
/*
 * MicroNav
 */
/*
 * FooterNavi
 */
/*
 * Aside
 */
/*
 * Pagination
 */
/*
 * Single-Content Navigation
 */
/*
 * PAGE VARIABLES
 */
/* Pagination */
/* Nav-Pageview */
/* Single-Content Navigation */
/* SEARCH */
/* FAQ */
/*
 * GENERAL VARIABLES
*/
/* COLORS */
/* #ccc */
/* #f2f2f2 */
/* #000 */
/* gold */
/* brown */
/* highlight */
/* opacity .8 */
/* opacity .8 */
/* FONT */
/* FONT-FAMILY */
/* Font-Size*/
/* Font-Weight */
/* Special Options */
/* WRAP */
/* Padding */
/* PAGE-ASIDE */
/* SECTION / PAGE-CONTENT */
/*
 * COLS
 */
/* List-View */
/* dunkler Untergrund (Footer, Topline, CTA, ..) */
/* Related for Level-0 */
/* Main */
/* MOBILE */
/* Top-Line */
/* SCROLL-TO-TOP */
/* BREADCRUMBS */
/* STICKY */
/* FOOTER */
/*
 * basic mixins
 */
/*
 * GRID MIXINS
 */
/*
 * IMAGE MIXINS
 */
/*
 * COLOR MIXINS
 */
.background-gradient-pseudo {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(30deg, #8e6c2c 0%, #888078 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/* KeyFrames for Animate-Border */
@-webkit-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@-moz-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@-webkit-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
/* KeyFrames for Animate-Waves */
@keyframes transform-matrix-1 {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.455, -526, 55.5);
    width: calc(100% + 526px);
  }
}
@keyframes transform-matrix-2 {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.506, -250, 50.4);
    width: calc(100% + 250px);
  }
}
@keyframes transform-matrix-1-rotate {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.455, 526, 55.5);
    width: calc(100% + 526px);
  }
}
/*
 * HEADLINE MIXINS
 */
/*
 * LISTING MIXINS
 */
/*
 * LINK MIXINS
 */
/*
 * CONTENT MIXINS
 */
.cols {
  width: calc(100% +  30px);
  overflow: hidden;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cols.nullSpace > li,
.cols.space-null > li,
.cols.nullSpace > div,
.cols.space-null > div {
  margin: 0;
  padding: 0 !important;
}
.cols.nullSpace-tb > li,
.cols.space-tb-null > li,
.cols.nullSpace-tb > div,
.cols.space-tb-null > div {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cols.doubleSpace-tb > li,
.cols.space-tb-double > li,
.cols.doubleSpace-tb > div,
.cols.space-tb-double > div {
  margin-top: calc(15px * 2);
  margin-bottom: calc(15px * 2);
}
.cols.tripleSpace-tb > li,
.cols.space-tb-triple > li,
.cols.tripleSpace-tb > div,
.cols.space-tb-triple > div {
  margin-top: calc(15px * 4);
  margin-bottom: calc(15px * 4);
}
.cols > li,
.cols > km_li,
.cols > div,
.cols > span,
.cols > main,
.cols > section,
.cols > aside {
  padding: 0 15px;
  margin: 15px 0;
  position: relative;
}
.cols > li.space-lr-null,
.cols > km_li.space-lr-null,
.cols > div.space-lr-null,
.cols > span.space-lr-null,
.cols > main.space-lr-null,
.cols > section.space-lr-null,
.cols > aside.space-lr-null {
  padding: 0 0;
}
.cols > li.space-lr-double-lr,
.cols > km_li.space-lr-double-lr,
.cols > div.space-lr-double-lr,
.cols > span.space-lr-double-lr,
.cols > main.space-lr-double-lr,
.cols > section.space-lr-double-lr,
.cols > aside.space-lr-double-lr {
  padding: 0 calc(15px * 2);
}
.cols > li.space-lr-triple-lr,
.cols > km_li.space-lr-triple-lr,
.cols > div.space-lr-triple-lr,
.cols > span.space-lr-triple-lr,
.cols > main.space-lr-triple-lr,
.cols > section.space-lr-triple-lr,
.cols > aside.space-lr-triple-lr {
  padding: 0 calc(15px * 4);
}
.cols.button-link > li,
.cols.button-link > km_li,
.cols.button-link > div,
.cols.button-link > span,
.cols.button-link > main,
.cols.button-link > section,
.cols.button-link > aside {
  padding-bottom: 80px;
}
#text .cols {
  margin: 0 -15px 0;
}
#text .cols.space-lr-null {
  margin: 0px 0;
  width: 100%;
}
#text .cols.space-lr-null > li,
#text .cols.space-lr-null > km_li,
#text .cols.space-lr-null > div,
#text .cols.space-lr-null > span,
#text .cols.space-lr-null > main,
#text .cols.space-lr-null > section,
#text .cols.space-lr-null > aside {
  padding: 0px 0;
}
#text .cols:not(.space-lr-double):not(.space-lr-triple):not(.space-lr-null) > li,
#text .cols:not(.space-lr-double):not(.space-lr-triple):not(.space-lr-null) > km_li,
#text .cols:not(.space-lr-double):not(.space-lr-triple):not(.space-lr-null) > div,
#text .cols:not(.space-lr-double):not(.space-lr-triple):not(.space-lr-null) > span,
#text .cols:not(.space-lr-double):not(.space-lr-triple):not(.space-lr-null) > main,
#text .cols:not(.space-lr-double):not(.space-lr-triple):not(.space-lr-null) > section,
#text .cols:not(.space-lr-double):not(.space-lr-triple):not(.space-lr-null) > aside {
  padding-left: 15px;
  padding-right: 15px;
}
#text .cols.simple {
  width: calc(100% - 20px);
  margin: 15px 0 15px 20px;
  overflow: visible;
}
#text .cols.simple > li,
#text .cols.simple > km_li {
  display: list-item;
  padding: 3px 20px 3px 0 !important;
  margin: 0;
}
.cols {
  margin: 0 -15px 0;
}
.cols.space-lr-null {
  width: 100%;
}
.cols.space-lr-null > li,
.cols.space-lr-null > km_li,
.cols.space-lr-null > div,
.cols.space-lr-null > span,
.cols.space-lr-null > main,
.cols.space-lr-null > section,
.cols.space-lr-null > aside {
  padding: 0px 0;
}
.cols > li,
.cols > km_li {
  padding: 0 15px;
}
.cols.space-lr-double {
  width: calc(100% + 2 *  calc(15px * 2));
  margin: 0 calc(-1 *  calc(15px * 2)) !important;
}
.cols.space-lr-double > li,
.cols.space-lr-double > km_li,
.cols.space-lr-double > div {
  padding: 0 calc(15px * 2);
}
.cols.space-lr-double > li .card-item-border,
.cols.space-lr-double > km_li .card-item-border,
.cols.space-lr-double > div .card-item-border {
  left: calc(15px * 2);
  right: calc(15px * 2);
}
.cols.space-lr-triple {
  width: calc(100% + 3 *  calc(15px * 4));
  margin: 0 calc(-1 *  calc(15px * 4)) !important;
}
.cols.space-lr-triple > li,
.cols.space-lr-triple > km_li,
.cols.space-lr-triple > div {
  padding: 0 calc(15px * 4);
}
.cols.space-lr-triple > li .card-item-border,
.cols.space-lr-triple > km_li .card-item-border,
.cols.space-lr-triple > div .card-item-border {
  left: calc(15px * 4);
  right: calc(15px * 4);
}
/*
 * general col width
 */
@media only screen and (min-width: 1440px) {
  .cols.items-x10 {
    /* masonry view */
  }
  .cols.items-x10 > li,
  .cols.items-x10 > km_li,
  .cols.items-x10 > div,
  .cols.items-x10 > span,
  .cols.items-x10 > main,
  .cols.items-x10 > section,
  .cols.items-x10 > aside {
    width: calc(100% /  10);
  }
  .cols.items-x10 > .double {
    width: calc(2 *  calc(100% /  10));
    max-width: 100%;
  }
  .cols.items-x10 > .tripple {
    width: calc(3 *  calc(100% /  10));
    max-width: 100%;
  }
  .cols.items-x10 > .quadruple {
    width: calc(4 *  calc(100% /  10));
    max-width: 100%;
  }
  .cols.items-x10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 11),
  .cols.items-x10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 11),
  .cols.items-x10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 11) {
    margin-top: 15px;
  }
  .cols.items-x10.clickable > li,
  .cols.items-x10.clickable > km_li,
  .cols.items-x10.clickable > div,
  .cols.items-x10.clickable > span {
    width: calc(10% /  10);
  }
  .cols.items-x10.masonry {
    columns: 10;
  }
  .cols > .item-x10 {
    width: calc(100% /  10);
  }
  .cols.items-x9 {
    /* masonry view */
  }
  .cols.items-x9 > li,
  .cols.items-x9 > km_li,
  .cols.items-x9 > div,
  .cols.items-x9 > span,
  .cols.items-x9 > main,
  .cols.items-x9 > section,
  .cols.items-x9 > aside {
    width: calc(100% /  9);
  }
  .cols.items-x9 > .double {
    width: calc(2 *  calc(100% /  9));
    max-width: 100%;
  }
  .cols.items-x9 > .tripple {
    width: calc(3 *  calc(100% /  9));
    max-width: 100%;
  }
  .cols.items-x9 > .quadruple {
    width: calc(4 *  calc(100% /  9));
    max-width: 100%;
  }
  .cols.items-x9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 10),
  .cols.items-x9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 10),
  .cols.items-x9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 10) {
    margin-top: 15px;
  }
  .cols.items-x9.clickable > li,
  .cols.items-x9.clickable > km_li,
  .cols.items-x9.clickable > div,
  .cols.items-x9.clickable > span {
    width: calc(10% /  9);
  }
  .cols.items-x9.masonry {
    columns: 9;
  }
  .cols > .item-x9 {
    width: calc(100% /  9);
  }
  .cols.items-x8 {
    /* masonry view */
  }
  .cols.items-x8 > li,
  .cols.items-x8 > km_li,
  .cols.items-x8 > div,
  .cols.items-x8 > span,
  .cols.items-x8 > main,
  .cols.items-x8 > section,
  .cols.items-x8 > aside {
    width: calc(100% /  8);
  }
  .cols.items-x8 > .double {
    width: calc(2 *  calc(100% /  8));
    max-width: 100%;
  }
  .cols.items-x8 > .tripple {
    width: calc(3 *  calc(100% /  8));
    max-width: 100%;
  }
  .cols.items-x8 > .quadruple {
    width: calc(4 *  calc(100% /  8));
    max-width: 100%;
  }
  .cols.items-x8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 9),
  .cols.items-x8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 9),
  .cols.items-x8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 9) {
    margin-top: 15px;
  }
  .cols.items-x8.clickable > li,
  .cols.items-x8.clickable > km_li,
  .cols.items-x8.clickable > div,
  .cols.items-x8.clickable > span {
    width: calc(10% /  8);
  }
  .cols.items-x8.masonry {
    columns: 8;
  }
  .cols > .item-x8 {
    width: calc(100% /  8);
  }
  .cols.items-x7 {
    /* masonry view */
  }
  .cols.items-x7 > li,
  .cols.items-x7 > km_li,
  .cols.items-x7 > div,
  .cols.items-x7 > span,
  .cols.items-x7 > main,
  .cols.items-x7 > section,
  .cols.items-x7 > aside {
    width: calc(100% /  7);
  }
  .cols.items-x7 > .double {
    width: calc(2 *  calc(100% /  7));
    max-width: 100%;
  }
  .cols.items-x7 > .tripple {
    width: calc(3 *  calc(100% /  7));
    max-width: 100%;
  }
  .cols.items-x7 > .quadruple {
    width: calc(4 *  calc(100% /  7));
    max-width: 100%;
  }
  .cols.items-x7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 8),
  .cols.items-x7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 8),
  .cols.items-x7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 8) {
    margin-top: 15px;
  }
  .cols.items-x7.clickable > li,
  .cols.items-x7.clickable > km_li,
  .cols.items-x7.clickable > div,
  .cols.items-x7.clickable > span {
    width: calc(10% /  7);
  }
  .cols.items-x7.masonry {
    columns: 7;
  }
  .cols > .item-x7 {
    width: calc(100% /  7);
  }
  .cols.items-x6 {
    /* masonry view */
  }
  .cols.items-x6 > li,
  .cols.items-x6 > km_li,
  .cols.items-x6 > div,
  .cols.items-x6 > span,
  .cols.items-x6 > main,
  .cols.items-x6 > section,
  .cols.items-x6 > aside {
    width: calc(100% /  6);
  }
  .cols.items-x6 > .double {
    width: calc(2 *  calc(100% /  6));
    max-width: 100%;
  }
  .cols.items-x6 > .tripple {
    width: calc(3 *  calc(100% /  6));
    max-width: 100%;
  }
  .cols.items-x6 > .quadruple {
    width: calc(4 *  calc(100% /  6));
    max-width: 100%;
  }
  .cols.items-x6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 7),
  .cols.items-x6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 7),
  .cols.items-x6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 7) {
    margin-top: 15px;
  }
  .cols.items-x6.clickable > li,
  .cols.items-x6.clickable > km_li,
  .cols.items-x6.clickable > div,
  .cols.items-x6.clickable > span {
    width: calc(10% /  6);
  }
  .cols.items-x6.masonry {
    columns: 6;
  }
  .cols > .item-x6 {
    width: calc(100% /  6);
  }
  .cols.items-x5 {
    /* masonry view */
  }
  .cols.items-x5 > li,
  .cols.items-x5 > km_li,
  .cols.items-x5 > div,
  .cols.items-x5 > span,
  .cols.items-x5 > main,
  .cols.items-x5 > section,
  .cols.items-x5 > aside {
    width: calc(100% /  5);
  }
  .cols.items-x5 > .double {
    width: calc(2 *  calc(100% /  5));
    max-width: 100%;
  }
  .cols.items-x5 > .tripple {
    width: calc(3 *  calc(100% /  5));
    max-width: 100%;
  }
  .cols.items-x5 > .quadruple {
    width: calc(4 *  calc(100% /  5));
    max-width: 100%;
  }
  .cols.items-x5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 6),
  .cols.items-x5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 6),
  .cols.items-x5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 6) {
    margin-top: 15px;
  }
  .cols.items-x5.clickable > li,
  .cols.items-x5.clickable > km_li,
  .cols.items-x5.clickable > div,
  .cols.items-x5.clickable > span {
    width: calc(10% /  5);
  }
  .cols.items-x5.masonry {
    columns: 5;
  }
  .cols > .item-x5 {
    width: calc(100% /  5);
  }
  .cols.items-x4 {
    /* masonry view */
  }
  .cols.items-x4 > li,
  .cols.items-x4 > km_li,
  .cols.items-x4 > div,
  .cols.items-x4 > span,
  .cols.items-x4 > main,
  .cols.items-x4 > section,
  .cols.items-x4 > aside {
    width: calc(100% /  4);
  }
  .cols.items-x4 > .double {
    width: calc(2 *  calc(100% /  4));
    max-width: 100%;
  }
  .cols.items-x4 > .tripple {
    width: calc(3 *  calc(100% /  4));
    max-width: 100%;
  }
  .cols.items-x4 > .quadruple {
    width: calc(4 *  calc(100% /  4));
    max-width: 100%;
  }
  .cols.items-x4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 5),
  .cols.items-x4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 5),
  .cols.items-x4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 5) {
    margin-top: 15px;
  }
  .cols.items-x4.clickable > li,
  .cols.items-x4.clickable > km_li,
  .cols.items-x4.clickable > div,
  .cols.items-x4.clickable > span {
    width: calc(10% /  4);
  }
  .cols.items-x4.masonry {
    columns: 4;
  }
  .cols > .item-x4 {
    width: calc(100% /  4);
  }
  .cols.items-x3 {
    /* masonry view */
  }
  .cols.items-x3 > li,
  .cols.items-x3 > km_li,
  .cols.items-x3 > div,
  .cols.items-x3 > span,
  .cols.items-x3 > main,
  .cols.items-x3 > section,
  .cols.items-x3 > aside {
    width: calc(100% /  3);
  }
  .cols.items-x3 > .double {
    width: calc(2 *  calc(100% /  3));
    max-width: 100%;
  }
  .cols.items-x3 > .tripple {
    width: calc(3 *  calc(100% /  3));
    max-width: 100%;
  }
  .cols.items-x3 > .quadruple {
    width: calc(4 *  calc(100% /  3));
    max-width: 100%;
  }
  .cols.items-x3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 4),
  .cols.items-x3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 4),
  .cols.items-x3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 4) {
    margin-top: 15px;
  }
  .cols.items-x3.clickable > li,
  .cols.items-x3.clickable > km_li,
  .cols.items-x3.clickable > div,
  .cols.items-x3.clickable > span {
    width: calc(10% /  3);
  }
  .cols.items-x3.masonry {
    columns: 3;
  }
  .cols > .item-x3 {
    width: calc(100% /  3);
  }
  .cols.items-x2 {
    /* masonry view */
  }
  .cols.items-x2 > li,
  .cols.items-x2 > km_li,
  .cols.items-x2 > div,
  .cols.items-x2 > span,
  .cols.items-x2 > main,
  .cols.items-x2 > section,
  .cols.items-x2 > aside {
    width: calc(100% /  2);
  }
  .cols.items-x2 > .double {
    width: calc(2 *  calc(100% /  2));
    max-width: 100%;
  }
  .cols.items-x2 > .tripple {
    width: calc(3 *  calc(100% /  2));
    max-width: 100%;
  }
  .cols.items-x2 > .quadruple {
    width: calc(4 *  calc(100% /  2));
    max-width: 100%;
  }
  .cols.items-x2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 3),
  .cols.items-x2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 3),
  .cols.items-x2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 3) {
    margin-top: 15px;
  }
  .cols.items-x2.clickable > li,
  .cols.items-x2.clickable > km_li,
  .cols.items-x2.clickable > div,
  .cols.items-x2.clickable > span {
    width: calc(10% /  2);
  }
  .cols.items-x2.masonry {
    columns: 2;
  }
  .cols > .item-x2 {
    width: calc(100% /  2);
  }
  .cols.items-x1 > li,
  .cols.items-x1 > km_li,
  .cols.items-x1 > div,
  .cols.items-x1 > span,
  .cols.items-x1 > main,
  .cols.items-x1 > section,
  .cols.items-x1 > aside {
    width: 100%;
  }
  .cols.items-x1 > .double {
    width: 100%;
  }
  .cols.items-x1 > .tripple {
    width: 100%;
  }
  .cols.items-x1.clickable > li,
  .cols.items-x1.clickable > km_li,
  .cols.items-x1.clickable > div,
  .cols.items-x1.clickable > span {
    width: 10%;
  }
  .cols > .item-x1,
  .cols [class*="cols"][class*="items-"] > .item-x1 {
    width: 100%;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1439px) {
  .cols.items-l10 {
    /* masonry view */
  }
  .cols.items-l10 > li,
  .cols.items-l10 > km_li,
  .cols.items-l10 > div,
  .cols.items-l10 > span,
  .cols.items-l10 > main,
  .cols.items-l10 > section,
  .cols.items-l10 > aside {
    width: calc(100% /  10);
  }
  .cols.items-l10 > .double {
    width: calc(2 *  calc(100% /  10));
    max-width: 100%;
  }
  .cols.items-l10 > .tripple {
    width: calc(3 *  calc(100% /  10));
    max-width: 100%;
  }
  .cols.items-l10 > .quadruple {
    width: calc(4 *  calc(100% /  10));
    max-width: 100%;
  }
  .cols.items-l10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 11),
  .cols.items-l10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 11),
  .cols.items-l10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 11) {
    margin-top: 15px;
  }
  .cols.items-l10.clickable > li,
  .cols.items-l10.clickable > km_li,
  .cols.items-l10.clickable > div,
  .cols.items-l10.clickable > span {
    width: calc(10% /  10);
  }
  .cols.items-l10.masonry {
    columns: 10;
  }
  .cols > .item-l10 {
    width: calc(100% /  10);
  }
  .cols.items-l9 {
    /* masonry view */
  }
  .cols.items-l9 > li,
  .cols.items-l9 > km_li,
  .cols.items-l9 > div,
  .cols.items-l9 > span,
  .cols.items-l9 > main,
  .cols.items-l9 > section,
  .cols.items-l9 > aside {
    width: calc(100% /  9);
  }
  .cols.items-l9 > .double {
    width: calc(2 *  calc(100% /  9));
    max-width: 100%;
  }
  .cols.items-l9 > .tripple {
    width: calc(3 *  calc(100% /  9));
    max-width: 100%;
  }
  .cols.items-l9 > .quadruple {
    width: calc(4 *  calc(100% /  9));
    max-width: 100%;
  }
  .cols.items-l9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 10),
  .cols.items-l9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 10),
  .cols.items-l9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 10) {
    margin-top: 15px;
  }
  .cols.items-l9.clickable > li,
  .cols.items-l9.clickable > km_li,
  .cols.items-l9.clickable > div,
  .cols.items-l9.clickable > span {
    width: calc(10% /  9);
  }
  .cols.items-l9.masonry {
    columns: 9;
  }
  .cols > .item-l9 {
    width: calc(100% /  9);
  }
  .cols.items-l8 {
    /* masonry view */
  }
  .cols.items-l8 > li,
  .cols.items-l8 > km_li,
  .cols.items-l8 > div,
  .cols.items-l8 > span,
  .cols.items-l8 > main,
  .cols.items-l8 > section,
  .cols.items-l8 > aside {
    width: calc(100% /  8);
  }
  .cols.items-l8 > .double {
    width: calc(2 *  calc(100% /  8));
    max-width: 100%;
  }
  .cols.items-l8 > .tripple {
    width: calc(3 *  calc(100% /  8));
    max-width: 100%;
  }
  .cols.items-l8 > .quadruple {
    width: calc(4 *  calc(100% /  8));
    max-width: 100%;
  }
  .cols.items-l8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 9),
  .cols.items-l8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 9),
  .cols.items-l8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 9) {
    margin-top: 15px;
  }
  .cols.items-l8.clickable > li,
  .cols.items-l8.clickable > km_li,
  .cols.items-l8.clickable > div,
  .cols.items-l8.clickable > span {
    width: calc(10% /  8);
  }
  .cols.items-l8.masonry {
    columns: 8;
  }
  .cols > .item-l8 {
    width: calc(100% /  8);
  }
  .cols.items-l7 {
    /* masonry view */
  }
  .cols.items-l7 > li,
  .cols.items-l7 > km_li,
  .cols.items-l7 > div,
  .cols.items-l7 > span,
  .cols.items-l7 > main,
  .cols.items-l7 > section,
  .cols.items-l7 > aside {
    width: calc(100% /  7);
  }
  .cols.items-l7 > .double {
    width: calc(2 *  calc(100% /  7));
    max-width: 100%;
  }
  .cols.items-l7 > .tripple {
    width: calc(3 *  calc(100% /  7));
    max-width: 100%;
  }
  .cols.items-l7 > .quadruple {
    width: calc(4 *  calc(100% /  7));
    max-width: 100%;
  }
  .cols.items-l7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 8),
  .cols.items-l7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 8),
  .cols.items-l7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 8) {
    margin-top: 15px;
  }
  .cols.items-l7.clickable > li,
  .cols.items-l7.clickable > km_li,
  .cols.items-l7.clickable > div,
  .cols.items-l7.clickable > span {
    width: calc(10% /  7);
  }
  .cols.items-l7.masonry {
    columns: 7;
  }
  .cols > .item-l7 {
    width: calc(100% /  7);
  }
  .cols.items-l6 {
    /* masonry view */
  }
  .cols.items-l6 > li,
  .cols.items-l6 > km_li,
  .cols.items-l6 > div,
  .cols.items-l6 > span,
  .cols.items-l6 > main,
  .cols.items-l6 > section,
  .cols.items-l6 > aside {
    width: calc(100% /  6);
  }
  .cols.items-l6 > .double {
    width: calc(2 *  calc(100% /  6));
    max-width: 100%;
  }
  .cols.items-l6 > .tripple {
    width: calc(3 *  calc(100% /  6));
    max-width: 100%;
  }
  .cols.items-l6 > .quadruple {
    width: calc(4 *  calc(100% /  6));
    max-width: 100%;
  }
  .cols.items-l6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 7),
  .cols.items-l6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 7),
  .cols.items-l6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 7) {
    margin-top: 15px;
  }
  .cols.items-l6.clickable > li,
  .cols.items-l6.clickable > km_li,
  .cols.items-l6.clickable > div,
  .cols.items-l6.clickable > span {
    width: calc(10% /  6);
  }
  .cols.items-l6.masonry {
    columns: 6;
  }
  .cols > .item-l6 {
    width: calc(100% /  6);
  }
  .cols.items-l5 {
    /* masonry view */
  }
  .cols.items-l5 > li,
  .cols.items-l5 > km_li,
  .cols.items-l5 > div,
  .cols.items-l5 > span,
  .cols.items-l5 > main,
  .cols.items-l5 > section,
  .cols.items-l5 > aside {
    width: calc(100% /  5);
  }
  .cols.items-l5 > .double {
    width: calc(2 *  calc(100% /  5));
    max-width: 100%;
  }
  .cols.items-l5 > .tripple {
    width: calc(3 *  calc(100% /  5));
    max-width: 100%;
  }
  .cols.items-l5 > .quadruple {
    width: calc(4 *  calc(100% /  5));
    max-width: 100%;
  }
  .cols.items-l5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 6),
  .cols.items-l5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 6),
  .cols.items-l5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 6) {
    margin-top: 15px;
  }
  .cols.items-l5.clickable > li,
  .cols.items-l5.clickable > km_li,
  .cols.items-l5.clickable > div,
  .cols.items-l5.clickable > span {
    width: calc(10% /  5);
  }
  .cols.items-l5.masonry {
    columns: 5;
  }
  .cols > .item-l5 {
    width: calc(100% /  5);
  }
  .cols.items-l4 {
    /* masonry view */
  }
  .cols.items-l4 > li,
  .cols.items-l4 > km_li,
  .cols.items-l4 > div,
  .cols.items-l4 > span,
  .cols.items-l4 > main,
  .cols.items-l4 > section,
  .cols.items-l4 > aside {
    width: calc(100% /  4);
  }
  .cols.items-l4 > .double {
    width: calc(2 *  calc(100% /  4));
    max-width: 100%;
  }
  .cols.items-l4 > .tripple {
    width: calc(3 *  calc(100% /  4));
    max-width: 100%;
  }
  .cols.items-l4 > .quadruple {
    width: calc(4 *  calc(100% /  4));
    max-width: 100%;
  }
  .cols.items-l4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 5),
  .cols.items-l4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 5),
  .cols.items-l4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 5) {
    margin-top: 15px;
  }
  .cols.items-l4.clickable > li,
  .cols.items-l4.clickable > km_li,
  .cols.items-l4.clickable > div,
  .cols.items-l4.clickable > span {
    width: calc(10% /  4);
  }
  .cols.items-l4.masonry {
    columns: 4;
  }
  .cols > .item-l4 {
    width: calc(100% /  4);
  }
  .cols.items-l3 {
    /* masonry view */
  }
  .cols.items-l3 > li,
  .cols.items-l3 > km_li,
  .cols.items-l3 > div,
  .cols.items-l3 > span,
  .cols.items-l3 > main,
  .cols.items-l3 > section,
  .cols.items-l3 > aside {
    width: calc(100% /  3);
  }
  .cols.items-l3 > .double {
    width: calc(2 *  calc(100% /  3));
    max-width: 100%;
  }
  .cols.items-l3 > .tripple {
    width: calc(3 *  calc(100% /  3));
    max-width: 100%;
  }
  .cols.items-l3 > .quadruple {
    width: calc(4 *  calc(100% /  3));
    max-width: 100%;
  }
  .cols.items-l3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 4),
  .cols.items-l3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 4),
  .cols.items-l3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 4) {
    margin-top: 15px;
  }
  .cols.items-l3.clickable > li,
  .cols.items-l3.clickable > km_li,
  .cols.items-l3.clickable > div,
  .cols.items-l3.clickable > span {
    width: calc(10% /  3);
  }
  .cols.items-l3.masonry {
    columns: 3;
  }
  .cols > .item-l3 {
    width: calc(100% /  3);
  }
  .cols.items-l2 {
    /* masonry view */
  }
  .cols.items-l2 > li,
  .cols.items-l2 > km_li,
  .cols.items-l2 > div,
  .cols.items-l2 > span,
  .cols.items-l2 > main,
  .cols.items-l2 > section,
  .cols.items-l2 > aside {
    width: calc(100% /  2);
  }
  .cols.items-l2 > .double {
    width: calc(2 *  calc(100% /  2));
    max-width: 100%;
  }
  .cols.items-l2 > .tripple {
    width: calc(3 *  calc(100% /  2));
    max-width: 100%;
  }
  .cols.items-l2 > .quadruple {
    width: calc(4 *  calc(100% /  2));
    max-width: 100%;
  }
  .cols.items-l2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 3),
  .cols.items-l2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 3),
  .cols.items-l2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 3) {
    margin-top: 15px;
  }
  .cols.items-l2.clickable > li,
  .cols.items-l2.clickable > km_li,
  .cols.items-l2.clickable > div,
  .cols.items-l2.clickable > span {
    width: calc(10% /  2);
  }
  .cols.items-l2.masonry {
    columns: 2;
  }
  .cols > .item-l2 {
    width: calc(100% /  2);
  }
  .cols.items-l1 > li,
  .cols.items-l1 > km_li,
  .cols.items-l1 > div,
  .cols.items-l1 > span,
  .cols.items-l1 > main,
  .cols.items-l1 > section,
  .cols.items-l1 > aside {
    width: 100%;
  }
  .cols.items-l1 > .double {
    width: 100%;
  }
  .cols.items-l1 > .tripple {
    width: 100%;
  }
  .cols.items-l1.clickable > li,
  .cols.items-l1.clickable > km_li,
  .cols.items-l1.clickable > div,
  .cols.items-l1.clickable > span {
    width: 10%;
  }
  .cols > .item-l1,
  .cols [class*="cols"][class*="items-"] > .item-l1 {
    width: 100%;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1139px) {
  .cols.items-m10 {
    /* masonry view */
  }
  .cols.items-m10 > li,
  .cols.items-m10 > km_li,
  .cols.items-m10 > div,
  .cols.items-m10 > span,
  .cols.items-m10 > main,
  .cols.items-m10 > section,
  .cols.items-m10 > aside {
    width: calc(100% /  10);
  }
  .cols.items-m10 > .double {
    width: calc(2 *  calc(100% /  10));
    max-width: 100%;
  }
  .cols.items-m10 > .tripple {
    width: calc(3 *  calc(100% /  10));
    max-width: 100%;
  }
  .cols.items-m10 > .quadruple {
    width: calc(4 *  calc(100% /  10));
    max-width: 100%;
  }
  .cols.items-m10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 11),
  .cols.items-m10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 11),
  .cols.items-m10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 11) {
    margin-top: 15px;
  }
  .cols.items-m10.clickable > li,
  .cols.items-m10.clickable > km_li,
  .cols.items-m10.clickable > div,
  .cols.items-m10.clickable > span {
    width: calc(10% /  10);
  }
  .cols.items-m10.masonry {
    columns: 10;
  }
  .cols > .item-m10 {
    width: calc(100% /  10);
  }
  .cols.items-m9 {
    /* masonry view */
  }
  .cols.items-m9 > li,
  .cols.items-m9 > km_li,
  .cols.items-m9 > div,
  .cols.items-m9 > span,
  .cols.items-m9 > main,
  .cols.items-m9 > section,
  .cols.items-m9 > aside {
    width: calc(100% /  9);
  }
  .cols.items-m9 > .double {
    width: calc(2 *  calc(100% /  9));
    max-width: 100%;
  }
  .cols.items-m9 > .tripple {
    width: calc(3 *  calc(100% /  9));
    max-width: 100%;
  }
  .cols.items-m9 > .quadruple {
    width: calc(4 *  calc(100% /  9));
    max-width: 100%;
  }
  .cols.items-m9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 10),
  .cols.items-m9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 10),
  .cols.items-m9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 10) {
    margin-top: 15px;
  }
  .cols.items-m9.clickable > li,
  .cols.items-m9.clickable > km_li,
  .cols.items-m9.clickable > div,
  .cols.items-m9.clickable > span {
    width: calc(10% /  9);
  }
  .cols.items-m9.masonry {
    columns: 9;
  }
  .cols > .item-m9 {
    width: calc(100% /  9);
  }
  .cols.items-m8 {
    /* masonry view */
  }
  .cols.items-m8 > li,
  .cols.items-m8 > km_li,
  .cols.items-m8 > div,
  .cols.items-m8 > span,
  .cols.items-m8 > main,
  .cols.items-m8 > section,
  .cols.items-m8 > aside {
    width: calc(100% /  8);
  }
  .cols.items-m8 > .double {
    width: calc(2 *  calc(100% /  8));
    max-width: 100%;
  }
  .cols.items-m8 > .tripple {
    width: calc(3 *  calc(100% /  8));
    max-width: 100%;
  }
  .cols.items-m8 > .quadruple {
    width: calc(4 *  calc(100% /  8));
    max-width: 100%;
  }
  .cols.items-m8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 9),
  .cols.items-m8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 9),
  .cols.items-m8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 9) {
    margin-top: 15px;
  }
  .cols.items-m8.clickable > li,
  .cols.items-m8.clickable > km_li,
  .cols.items-m8.clickable > div,
  .cols.items-m8.clickable > span {
    width: calc(10% /  8);
  }
  .cols.items-m8.masonry {
    columns: 8;
  }
  .cols > .item-m8 {
    width: calc(100% /  8);
  }
  .cols.items-m7 {
    /* masonry view */
  }
  .cols.items-m7 > li,
  .cols.items-m7 > km_li,
  .cols.items-m7 > div,
  .cols.items-m7 > span,
  .cols.items-m7 > main,
  .cols.items-m7 > section,
  .cols.items-m7 > aside {
    width: calc(100% /  7);
  }
  .cols.items-m7 > .double {
    width: calc(2 *  calc(100% /  7));
    max-width: 100%;
  }
  .cols.items-m7 > .tripple {
    width: calc(3 *  calc(100% /  7));
    max-width: 100%;
  }
  .cols.items-m7 > .quadruple {
    width: calc(4 *  calc(100% /  7));
    max-width: 100%;
  }
  .cols.items-m7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 8),
  .cols.items-m7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 8),
  .cols.items-m7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 8) {
    margin-top: 15px;
  }
  .cols.items-m7.clickable > li,
  .cols.items-m7.clickable > km_li,
  .cols.items-m7.clickable > div,
  .cols.items-m7.clickable > span {
    width: calc(10% /  7);
  }
  .cols.items-m7.masonry {
    columns: 7;
  }
  .cols > .item-m7 {
    width: calc(100% /  7);
  }
  .cols.items-m6 {
    /* masonry view */
  }
  .cols.items-m6 > li,
  .cols.items-m6 > km_li,
  .cols.items-m6 > div,
  .cols.items-m6 > span,
  .cols.items-m6 > main,
  .cols.items-m6 > section,
  .cols.items-m6 > aside {
    width: calc(100% /  6);
  }
  .cols.items-m6 > .double {
    width: calc(2 *  calc(100% /  6));
    max-width: 100%;
  }
  .cols.items-m6 > .tripple {
    width: calc(3 *  calc(100% /  6));
    max-width: 100%;
  }
  .cols.items-m6 > .quadruple {
    width: calc(4 *  calc(100% /  6));
    max-width: 100%;
  }
  .cols.items-m6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 7),
  .cols.items-m6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 7),
  .cols.items-m6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 7) {
    margin-top: 15px;
  }
  .cols.items-m6.clickable > li,
  .cols.items-m6.clickable > km_li,
  .cols.items-m6.clickable > div,
  .cols.items-m6.clickable > span {
    width: calc(10% /  6);
  }
  .cols.items-m6.masonry {
    columns: 6;
  }
  .cols > .item-m6 {
    width: calc(100% /  6);
  }
  .cols.items-m5 {
    /* masonry view */
  }
  .cols.items-m5 > li,
  .cols.items-m5 > km_li,
  .cols.items-m5 > div,
  .cols.items-m5 > span,
  .cols.items-m5 > main,
  .cols.items-m5 > section,
  .cols.items-m5 > aside {
    width: calc(100% /  5);
  }
  .cols.items-m5 > .double {
    width: calc(2 *  calc(100% /  5));
    max-width: 100%;
  }
  .cols.items-m5 > .tripple {
    width: calc(3 *  calc(100% /  5));
    max-width: 100%;
  }
  .cols.items-m5 > .quadruple {
    width: calc(4 *  calc(100% /  5));
    max-width: 100%;
  }
  .cols.items-m5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 6),
  .cols.items-m5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 6),
  .cols.items-m5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 6) {
    margin-top: 15px;
  }
  .cols.items-m5.clickable > li,
  .cols.items-m5.clickable > km_li,
  .cols.items-m5.clickable > div,
  .cols.items-m5.clickable > span {
    width: calc(10% /  5);
  }
  .cols.items-m5.masonry {
    columns: 5;
  }
  .cols > .item-m5 {
    width: calc(100% /  5);
  }
  .cols.items-m4 {
    /* masonry view */
  }
  .cols.items-m4 > li,
  .cols.items-m4 > km_li,
  .cols.items-m4 > div,
  .cols.items-m4 > span,
  .cols.items-m4 > main,
  .cols.items-m4 > section,
  .cols.items-m4 > aside {
    width: calc(100% /  4);
  }
  .cols.items-m4 > .double {
    width: calc(2 *  calc(100% /  4));
    max-width: 100%;
  }
  .cols.items-m4 > .tripple {
    width: calc(3 *  calc(100% /  4));
    max-width: 100%;
  }
  .cols.items-m4 > .quadruple {
    width: calc(4 *  calc(100% /  4));
    max-width: 100%;
  }
  .cols.items-m4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 5),
  .cols.items-m4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 5),
  .cols.items-m4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 5) {
    margin-top: 15px;
  }
  .cols.items-m4.clickable > li,
  .cols.items-m4.clickable > km_li,
  .cols.items-m4.clickable > div,
  .cols.items-m4.clickable > span {
    width: calc(10% /  4);
  }
  .cols.items-m4.masonry {
    columns: 4;
  }
  .cols > .item-m4 {
    width: calc(100% /  4);
  }
  .cols.items-m3 {
    /* masonry view */
  }
  .cols.items-m3 > li,
  .cols.items-m3 > km_li,
  .cols.items-m3 > div,
  .cols.items-m3 > span,
  .cols.items-m3 > main,
  .cols.items-m3 > section,
  .cols.items-m3 > aside {
    width: calc(100% /  3);
  }
  .cols.items-m3 > .double {
    width: calc(2 *  calc(100% /  3));
    max-width: 100%;
  }
  .cols.items-m3 > .tripple {
    width: calc(3 *  calc(100% /  3));
    max-width: 100%;
  }
  .cols.items-m3 > .quadruple {
    width: calc(4 *  calc(100% /  3));
    max-width: 100%;
  }
  .cols.items-m3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 4),
  .cols.items-m3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 4),
  .cols.items-m3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 4) {
    margin-top: 15px;
  }
  .cols.items-m3.clickable > li,
  .cols.items-m3.clickable > km_li,
  .cols.items-m3.clickable > div,
  .cols.items-m3.clickable > span {
    width: calc(10% /  3);
  }
  .cols.items-m3.masonry {
    columns: 3;
  }
  .cols > .item-m3 {
    width: calc(100% /  3);
  }
  .cols.items-m2 {
    /* masonry view */
  }
  .cols.items-m2 > li,
  .cols.items-m2 > km_li,
  .cols.items-m2 > div,
  .cols.items-m2 > span,
  .cols.items-m2 > main,
  .cols.items-m2 > section,
  .cols.items-m2 > aside {
    width: calc(100% /  2);
  }
  .cols.items-m2 > .double {
    width: calc(2 *  calc(100% /  2));
    max-width: 100%;
  }
  .cols.items-m2 > .tripple {
    width: calc(3 *  calc(100% /  2));
    max-width: 100%;
  }
  .cols.items-m2 > .quadruple {
    width: calc(4 *  calc(100% /  2));
    max-width: 100%;
  }
  .cols.items-m2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 3),
  .cols.items-m2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 3),
  .cols.items-m2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 3) {
    margin-top: 15px;
  }
  .cols.items-m2.clickable > li,
  .cols.items-m2.clickable > km_li,
  .cols.items-m2.clickable > div,
  .cols.items-m2.clickable > span {
    width: calc(10% /  2);
  }
  .cols.items-m2.masonry {
    columns: 2;
  }
  .cols > .item-m2 {
    width: calc(100% /  2);
  }
  .cols.items-m1 > li,
  .cols.items-m1 > km_li,
  .cols.items-m1 > div,
  .cols.items-m1 > span,
  .cols.items-m1 > main,
  .cols.items-m1 > section,
  .cols.items-m1 > aside {
    width: 100%;
  }
  .cols.items-m1 > .double {
    width: 100%;
  }
  .cols.items-m1 > .tripple {
    width: 100%;
  }
  .cols.items-m1.clickable > li,
  .cols.items-m1.clickable > km_li,
  .cols.items-m1.clickable > div,
  .cols.items-m1.clickable > span {
    width: 10%;
  }
  .cols > .item-m1,
  .cols [class*="cols"][class*="items-"] > .item-m1 {
    width: 100%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .cols.items-s10 {
    /* masonry view */
  }
  .cols.items-s10 > li,
  .cols.items-s10 > km_li,
  .cols.items-s10 > div,
  .cols.items-s10 > span,
  .cols.items-s10 > main,
  .cols.items-s10 > section,
  .cols.items-s10 > aside {
    width: calc(100% /  10);
  }
  .cols.items-s10 > .double {
    width: calc(2 *  calc(100% /  10));
    max-width: 100%;
  }
  .cols.items-s10 > .tripple {
    width: calc(3 *  calc(100% /  10));
    max-width: 100%;
  }
  .cols.items-s10 > .quadruple {
    width: calc(4 *  calc(100% /  10));
    max-width: 100%;
  }
  .cols.items-s10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 11),
  .cols.items-s10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 11),
  .cols.items-s10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 11) {
    margin-top: 15px;
  }
  .cols.items-s10.clickable > li,
  .cols.items-s10.clickable > km_li,
  .cols.items-s10.clickable > div,
  .cols.items-s10.clickable > span {
    width: calc(10% /  10);
  }
  .cols.items-s10.masonry {
    columns: 10;
  }
  .cols > .item-s10 {
    width: calc(100% /  10);
  }
  .cols.items-s9 {
    /* masonry view */
  }
  .cols.items-s9 > li,
  .cols.items-s9 > km_li,
  .cols.items-s9 > div,
  .cols.items-s9 > span,
  .cols.items-s9 > main,
  .cols.items-s9 > section,
  .cols.items-s9 > aside {
    width: calc(100% /  9);
  }
  .cols.items-s9 > .double {
    width: calc(2 *  calc(100% /  9));
    max-width: 100%;
  }
  .cols.items-s9 > .tripple {
    width: calc(3 *  calc(100% /  9));
    max-width: 100%;
  }
  .cols.items-s9 > .quadruple {
    width: calc(4 *  calc(100% /  9));
    max-width: 100%;
  }
  .cols.items-s9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 10),
  .cols.items-s9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 10),
  .cols.items-s9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 10) {
    margin-top: 15px;
  }
  .cols.items-s9.clickable > li,
  .cols.items-s9.clickable > km_li,
  .cols.items-s9.clickable > div,
  .cols.items-s9.clickable > span {
    width: calc(10% /  9);
  }
  .cols.items-s9.masonry {
    columns: 9;
  }
  .cols > .item-s9 {
    width: calc(100% /  9);
  }
  .cols.items-s8 {
    /* masonry view */
  }
  .cols.items-s8 > li,
  .cols.items-s8 > km_li,
  .cols.items-s8 > div,
  .cols.items-s8 > span,
  .cols.items-s8 > main,
  .cols.items-s8 > section,
  .cols.items-s8 > aside {
    width: calc(100% /  8);
  }
  .cols.items-s8 > .double {
    width: calc(2 *  calc(100% /  8));
    max-width: 100%;
  }
  .cols.items-s8 > .tripple {
    width: calc(3 *  calc(100% /  8));
    max-width: 100%;
  }
  .cols.items-s8 > .quadruple {
    width: calc(4 *  calc(100% /  8));
    max-width: 100%;
  }
  .cols.items-s8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 9),
  .cols.items-s8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 9),
  .cols.items-s8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 9) {
    margin-top: 15px;
  }
  .cols.items-s8.clickable > li,
  .cols.items-s8.clickable > km_li,
  .cols.items-s8.clickable > div,
  .cols.items-s8.clickable > span {
    width: calc(10% /  8);
  }
  .cols.items-s8.masonry {
    columns: 8;
  }
  .cols > .item-s8 {
    width: calc(100% /  8);
  }
  .cols.items-s7 {
    /* masonry view */
  }
  .cols.items-s7 > li,
  .cols.items-s7 > km_li,
  .cols.items-s7 > div,
  .cols.items-s7 > span,
  .cols.items-s7 > main,
  .cols.items-s7 > section,
  .cols.items-s7 > aside {
    width: calc(100% /  7);
  }
  .cols.items-s7 > .double {
    width: calc(2 *  calc(100% /  7));
    max-width: 100%;
  }
  .cols.items-s7 > .tripple {
    width: calc(3 *  calc(100% /  7));
    max-width: 100%;
  }
  .cols.items-s7 > .quadruple {
    width: calc(4 *  calc(100% /  7));
    max-width: 100%;
  }
  .cols.items-s7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 8),
  .cols.items-s7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 8),
  .cols.items-s7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 8) {
    margin-top: 15px;
  }
  .cols.items-s7.clickable > li,
  .cols.items-s7.clickable > km_li,
  .cols.items-s7.clickable > div,
  .cols.items-s7.clickable > span {
    width: calc(10% /  7);
  }
  .cols.items-s7.masonry {
    columns: 7;
  }
  .cols > .item-s7 {
    width: calc(100% /  7);
  }
  .cols.items-s6 {
    /* masonry view */
  }
  .cols.items-s6 > li,
  .cols.items-s6 > km_li,
  .cols.items-s6 > div,
  .cols.items-s6 > span,
  .cols.items-s6 > main,
  .cols.items-s6 > section,
  .cols.items-s6 > aside {
    width: calc(100% /  6);
  }
  .cols.items-s6 > .double {
    width: calc(2 *  calc(100% /  6));
    max-width: 100%;
  }
  .cols.items-s6 > .tripple {
    width: calc(3 *  calc(100% /  6));
    max-width: 100%;
  }
  .cols.items-s6 > .quadruple {
    width: calc(4 *  calc(100% /  6));
    max-width: 100%;
  }
  .cols.items-s6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 7),
  .cols.items-s6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 7),
  .cols.items-s6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 7) {
    margin-top: 15px;
  }
  .cols.items-s6.clickable > li,
  .cols.items-s6.clickable > km_li,
  .cols.items-s6.clickable > div,
  .cols.items-s6.clickable > span {
    width: calc(10% /  6);
  }
  .cols.items-s6.masonry {
    columns: 6;
  }
  .cols > .item-s6 {
    width: calc(100% /  6);
  }
  .cols.items-s5 {
    /* masonry view */
  }
  .cols.items-s5 > li,
  .cols.items-s5 > km_li,
  .cols.items-s5 > div,
  .cols.items-s5 > span,
  .cols.items-s5 > main,
  .cols.items-s5 > section,
  .cols.items-s5 > aside {
    width: calc(100% /  5);
  }
  .cols.items-s5 > .double {
    width: calc(2 *  calc(100% /  5));
    max-width: 100%;
  }
  .cols.items-s5 > .tripple {
    width: calc(3 *  calc(100% /  5));
    max-width: 100%;
  }
  .cols.items-s5 > .quadruple {
    width: calc(4 *  calc(100% /  5));
    max-width: 100%;
  }
  .cols.items-s5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 6),
  .cols.items-s5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 6),
  .cols.items-s5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 6) {
    margin-top: 15px;
  }
  .cols.items-s5.clickable > li,
  .cols.items-s5.clickable > km_li,
  .cols.items-s5.clickable > div,
  .cols.items-s5.clickable > span {
    width: calc(10% /  5);
  }
  .cols.items-s5.masonry {
    columns: 5;
  }
  .cols > .item-s5 {
    width: calc(100% /  5);
  }
  .cols.items-s4 {
    /* masonry view */
  }
  .cols.items-s4 > li,
  .cols.items-s4 > km_li,
  .cols.items-s4 > div,
  .cols.items-s4 > span,
  .cols.items-s4 > main,
  .cols.items-s4 > section,
  .cols.items-s4 > aside {
    width: calc(100% /  4);
  }
  .cols.items-s4 > .double {
    width: calc(2 *  calc(100% /  4));
    max-width: 100%;
  }
  .cols.items-s4 > .tripple {
    width: calc(3 *  calc(100% /  4));
    max-width: 100%;
  }
  .cols.items-s4 > .quadruple {
    width: calc(4 *  calc(100% /  4));
    max-width: 100%;
  }
  .cols.items-s4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 5),
  .cols.items-s4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 5),
  .cols.items-s4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 5) {
    margin-top: 15px;
  }
  .cols.items-s4.clickable > li,
  .cols.items-s4.clickable > km_li,
  .cols.items-s4.clickable > div,
  .cols.items-s4.clickable > span {
    width: calc(10% /  4);
  }
  .cols.items-s4.masonry {
    columns: 4;
  }
  .cols > .item-s4 {
    width: calc(100% /  4);
  }
  .cols.items-s3 {
    /* masonry view */
  }
  .cols.items-s3 > li,
  .cols.items-s3 > km_li,
  .cols.items-s3 > div,
  .cols.items-s3 > span,
  .cols.items-s3 > main,
  .cols.items-s3 > section,
  .cols.items-s3 > aside {
    width: calc(100% /  3);
  }
  .cols.items-s3 > .double {
    width: calc(2 *  calc(100% /  3));
    max-width: 100%;
  }
  .cols.items-s3 > .tripple {
    width: calc(3 *  calc(100% /  3));
    max-width: 100%;
  }
  .cols.items-s3 > .quadruple {
    width: calc(4 *  calc(100% /  3));
    max-width: 100%;
  }
  .cols.items-s3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 4),
  .cols.items-s3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 4),
  .cols.items-s3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 4) {
    margin-top: 15px;
  }
  .cols.items-s3.clickable > li,
  .cols.items-s3.clickable > km_li,
  .cols.items-s3.clickable > div,
  .cols.items-s3.clickable > span {
    width: calc(10% /  3);
  }
  .cols.items-s3.masonry {
    columns: 3;
  }
  .cols > .item-s3 {
    width: calc(100% /  3);
  }
  .cols.items-s2 {
    /* masonry view */
  }
  .cols.items-s2 > li,
  .cols.items-s2 > km_li,
  .cols.items-s2 > div,
  .cols.items-s2 > span,
  .cols.items-s2 > main,
  .cols.items-s2 > section,
  .cols.items-s2 > aside {
    width: calc(100% /  2);
  }
  .cols.items-s2 > .double {
    width: calc(2 *  calc(100% /  2));
    max-width: 100%;
  }
  .cols.items-s2 > .tripple {
    width: calc(3 *  calc(100% /  2));
    max-width: 100%;
  }
  .cols.items-s2 > .quadruple {
    width: calc(4 *  calc(100% /  2));
    max-width: 100%;
  }
  .cols.items-s2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 3),
  .cols.items-s2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 3),
  .cols.items-s2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 3) {
    margin-top: 15px;
  }
  .cols.items-s2.clickable > li,
  .cols.items-s2.clickable > km_li,
  .cols.items-s2.clickable > div,
  .cols.items-s2.clickable > span {
    width: calc(10% /  2);
  }
  .cols.items-s2.masonry {
    columns: 2;
  }
  .cols > .item-s2 {
    width: calc(100% /  2);
  }
  .cols.items-s1 > li,
  .cols.items-s1 > km_li,
  .cols.items-s1 > div,
  .cols.items-s1 > span,
  .cols.items-s1 > main,
  .cols.items-s1 > section,
  .cols.items-s1 > aside {
    width: 100%;
  }
  .cols.items-s1 > .double {
    width: 100%;
  }
  .cols.items-s1 > .tripple {
    width: 100%;
  }
  .cols.items-s1.clickable > li,
  .cols.items-s1.clickable > km_li,
  .cols.items-s1.clickable > div,
  .cols.items-s1.clickable > span {
    width: 10%;
  }
  .cols > .item-s1,
  .cols [class*="cols"][class*="items-"] > .item-s1 {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .cols.items-xs10 {
    /* masonry view */
  }
  .cols.items-xs10 > li,
  .cols.items-xs10 > km_li,
  .cols.items-xs10 > div,
  .cols.items-xs10 > span,
  .cols.items-xs10 > main,
  .cols.items-xs10 > section,
  .cols.items-xs10 > aside {
    width: calc(100% /  10);
  }
  .cols.items-xs10 > .double {
    width: calc(2 *  calc(100% /  10));
    max-width: 100%;
  }
  .cols.items-xs10 > .tripple {
    width: calc(3 *  calc(100% /  10));
    max-width: 100%;
  }
  .cols.items-xs10 > .quadruple {
    width: calc(4 *  calc(100% /  10));
    max-width: 100%;
  }
  .cols.items-xs10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 11),
  .cols.items-xs10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 11),
  .cols.items-xs10:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 11) {
    margin-top: 15px;
  }
  .cols.items-xs10.clickable > li,
  .cols.items-xs10.clickable > km_li,
  .cols.items-xs10.clickable > div,
  .cols.items-xs10.clickable > span {
    width: calc(10% /  10);
  }
  .cols.items-xs10.masonry {
    columns: 10;
  }
  .cols > .item-xs10 {
    width: calc(100% /  10);
  }
  .cols.items-xs9 {
    /* masonry view */
  }
  .cols.items-xs9 > li,
  .cols.items-xs9 > km_li,
  .cols.items-xs9 > div,
  .cols.items-xs9 > span,
  .cols.items-xs9 > main,
  .cols.items-xs9 > section,
  .cols.items-xs9 > aside {
    width: calc(100% /  9);
  }
  .cols.items-xs9 > .double {
    width: calc(2 *  calc(100% /  9));
    max-width: 100%;
  }
  .cols.items-xs9 > .tripple {
    width: calc(3 *  calc(100% /  9));
    max-width: 100%;
  }
  .cols.items-xs9 > .quadruple {
    width: calc(4 *  calc(100% /  9));
    max-width: 100%;
  }
  .cols.items-xs9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 10),
  .cols.items-xs9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 10),
  .cols.items-xs9:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 10) {
    margin-top: 15px;
  }
  .cols.items-xs9.clickable > li,
  .cols.items-xs9.clickable > km_li,
  .cols.items-xs9.clickable > div,
  .cols.items-xs9.clickable > span {
    width: calc(10% /  9);
  }
  .cols.items-xs9.masonry {
    columns: 9;
  }
  .cols > .item-xs9 {
    width: calc(100% /  9);
  }
  .cols.items-xs8 {
    /* masonry view */
  }
  .cols.items-xs8 > li,
  .cols.items-xs8 > km_li,
  .cols.items-xs8 > div,
  .cols.items-xs8 > span,
  .cols.items-xs8 > main,
  .cols.items-xs8 > section,
  .cols.items-xs8 > aside {
    width: calc(100% /  8);
  }
  .cols.items-xs8 > .double {
    width: calc(2 *  calc(100% /  8));
    max-width: 100%;
  }
  .cols.items-xs8 > .tripple {
    width: calc(3 *  calc(100% /  8));
    max-width: 100%;
  }
  .cols.items-xs8 > .quadruple {
    width: calc(4 *  calc(100% /  8));
    max-width: 100%;
  }
  .cols.items-xs8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 9),
  .cols.items-xs8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 9),
  .cols.items-xs8:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 9) {
    margin-top: 15px;
  }
  .cols.items-xs8.clickable > li,
  .cols.items-xs8.clickable > km_li,
  .cols.items-xs8.clickable > div,
  .cols.items-xs8.clickable > span {
    width: calc(10% /  8);
  }
  .cols.items-xs8.masonry {
    columns: 8;
  }
  .cols > .item-xs8 {
    width: calc(100% /  8);
  }
  .cols.items-xs7 {
    /* masonry view */
  }
  .cols.items-xs7 > li,
  .cols.items-xs7 > km_li,
  .cols.items-xs7 > div,
  .cols.items-xs7 > span,
  .cols.items-xs7 > main,
  .cols.items-xs7 > section,
  .cols.items-xs7 > aside {
    width: calc(100% /  7);
  }
  .cols.items-xs7 > .double {
    width: calc(2 *  calc(100% /  7));
    max-width: 100%;
  }
  .cols.items-xs7 > .tripple {
    width: calc(3 *  calc(100% /  7));
    max-width: 100%;
  }
  .cols.items-xs7 > .quadruple {
    width: calc(4 *  calc(100% /  7));
    max-width: 100%;
  }
  .cols.items-xs7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 8),
  .cols.items-xs7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 8),
  .cols.items-xs7:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 8) {
    margin-top: 15px;
  }
  .cols.items-xs7.clickable > li,
  .cols.items-xs7.clickable > km_li,
  .cols.items-xs7.clickable > div,
  .cols.items-xs7.clickable > span {
    width: calc(10% /  7);
  }
  .cols.items-xs7.masonry {
    columns: 7;
  }
  .cols > .item-xs7 {
    width: calc(100% /  7);
  }
  .cols.items-xs6 {
    /* masonry view */
  }
  .cols.items-xs6 > li,
  .cols.items-xs6 > km_li,
  .cols.items-xs6 > div,
  .cols.items-xs6 > span,
  .cols.items-xs6 > main,
  .cols.items-xs6 > section,
  .cols.items-xs6 > aside {
    width: calc(100% /  6);
  }
  .cols.items-xs6 > .double {
    width: calc(2 *  calc(100% /  6));
    max-width: 100%;
  }
  .cols.items-xs6 > .tripple {
    width: calc(3 *  calc(100% /  6));
    max-width: 100%;
  }
  .cols.items-xs6 > .quadruple {
    width: calc(4 *  calc(100% /  6));
    max-width: 100%;
  }
  .cols.items-xs6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 7),
  .cols.items-xs6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 7),
  .cols.items-xs6:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 7) {
    margin-top: 15px;
  }
  .cols.items-xs6.clickable > li,
  .cols.items-xs6.clickable > km_li,
  .cols.items-xs6.clickable > div,
  .cols.items-xs6.clickable > span {
    width: calc(10% /  6);
  }
  .cols.items-xs6.masonry {
    columns: 6;
  }
  .cols > .item-xs6 {
    width: calc(100% /  6);
  }
  .cols.items-xs5 {
    /* masonry view */
  }
  .cols.items-xs5 > li,
  .cols.items-xs5 > km_li,
  .cols.items-xs5 > div,
  .cols.items-xs5 > span,
  .cols.items-xs5 > main,
  .cols.items-xs5 > section,
  .cols.items-xs5 > aside {
    width: calc(100% /  5);
  }
  .cols.items-xs5 > .double {
    width: calc(2 *  calc(100% /  5));
    max-width: 100%;
  }
  .cols.items-xs5 > .tripple {
    width: calc(3 *  calc(100% /  5));
    max-width: 100%;
  }
  .cols.items-xs5 > .quadruple {
    width: calc(4 *  calc(100% /  5));
    max-width: 100%;
  }
  .cols.items-xs5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 6),
  .cols.items-xs5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 6),
  .cols.items-xs5:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 6) {
    margin-top: 15px;
  }
  .cols.items-xs5.clickable > li,
  .cols.items-xs5.clickable > km_li,
  .cols.items-xs5.clickable > div,
  .cols.items-xs5.clickable > span {
    width: calc(10% /  5);
  }
  .cols.items-xs5.masonry {
    columns: 5;
  }
  .cols > .item-xs5 {
    width: calc(100% /  5);
  }
  .cols.items-xs4 {
    /* masonry view */
  }
  .cols.items-xs4 > li,
  .cols.items-xs4 > km_li,
  .cols.items-xs4 > div,
  .cols.items-xs4 > span,
  .cols.items-xs4 > main,
  .cols.items-xs4 > section,
  .cols.items-xs4 > aside {
    width: calc(100% /  4);
  }
  .cols.items-xs4 > .double {
    width: calc(2 *  calc(100% /  4));
    max-width: 100%;
  }
  .cols.items-xs4 > .tripple {
    width: calc(3 *  calc(100% /  4));
    max-width: 100%;
  }
  .cols.items-xs4 > .quadruple {
    width: calc(4 *  calc(100% /  4));
    max-width: 100%;
  }
  .cols.items-xs4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 5),
  .cols.items-xs4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 5),
  .cols.items-xs4:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 5) {
    margin-top: 15px;
  }
  .cols.items-xs4.clickable > li,
  .cols.items-xs4.clickable > km_li,
  .cols.items-xs4.clickable > div,
  .cols.items-xs4.clickable > span {
    width: calc(10% /  4);
  }
  .cols.items-xs4.masonry {
    columns: 4;
  }
  .cols > .item-xs4 {
    width: calc(100% /  4);
  }
  .cols.items-xs3 {
    /* masonry view */
  }
  .cols.items-xs3 > li,
  .cols.items-xs3 > km_li,
  .cols.items-xs3 > div,
  .cols.items-xs3 > span,
  .cols.items-xs3 > main,
  .cols.items-xs3 > section,
  .cols.items-xs3 > aside {
    width: calc(100% /  3);
  }
  .cols.items-xs3 > .double {
    width: calc(2 *  calc(100% /  3));
    max-width: 100%;
  }
  .cols.items-xs3 > .tripple {
    width: calc(3 *  calc(100% /  3));
    max-width: 100%;
  }
  .cols.items-xs3 > .quadruple {
    width: calc(4 *  calc(100% /  3));
    max-width: 100%;
  }
  .cols.items-xs3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 4),
  .cols.items-xs3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 4),
  .cols.items-xs3:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 4) {
    margin-top: 15px;
  }
  .cols.items-xs3.clickable > li,
  .cols.items-xs3.clickable > km_li,
  .cols.items-xs3.clickable > div,
  .cols.items-xs3.clickable > span {
    width: calc(10% /  3);
  }
  .cols.items-xs3.masonry {
    columns: 3;
  }
  .cols > .item-xs3 {
    width: calc(100% /  3);
  }
  .cols.items-xs2 {
    /* masonry view */
  }
  .cols.items-xs2 > li,
  .cols.items-xs2 > km_li,
  .cols.items-xs2 > div,
  .cols.items-xs2 > span,
  .cols.items-xs2 > main,
  .cols.items-xs2 > section,
  .cols.items-xs2 > aside {
    width: calc(100% /  2);
  }
  .cols.items-xs2 > .double {
    width: calc(2 *  calc(100% /  2));
    max-width: 100%;
  }
  .cols.items-xs2 > .tripple {
    width: calc(3 *  calc(100% /  2));
    max-width: 100%;
  }
  .cols.items-xs2 > .quadruple {
    width: calc(4 *  calc(100% /  2));
    max-width: 100%;
  }
  .cols.items-xs2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > li:nth-child(n + 3),
  .cols.items-xs2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > km_li:nth-child(n + 3),
  .cols.items-xs2:not(.space-lr-null):not(.space-tb-triple):not(.space-tb-double):not(.space-tb-null) > div:nth-child(n + 3) {
    margin-top: 15px;
  }
  .cols.items-xs2.clickable > li,
  .cols.items-xs2.clickable > km_li,
  .cols.items-xs2.clickable > div,
  .cols.items-xs2.clickable > span {
    width: calc(10% /  2);
  }
  .cols.items-xs2.masonry {
    columns: 2;
  }
  .cols > .item-xs2 {
    width: calc(100% /  2);
  }
  .cols.items-xs1 > li,
  .cols.items-xs1 > km_li,
  .cols.items-xs1 > div,
  .cols.items-xs1 > span,
  .cols.items-xs1 > main,
  .cols.items-xs1 > section,
  .cols.items-xs1 > aside {
    width: 100%;
  }
  .cols.items-xs1 > .double {
    width: 100%;
  }
  .cols.items-xs1 > .tripple {
    width: 100%;
  }
  .cols.items-xs1.clickable > li,
  .cols.items-xs1.clickable > km_li,
  .cols.items-xs1.clickable > div,
  .cols.items-xs1.clickable > span {
    width: 10%;
  }
  .cols > .item-xs1,
  .cols [class*="cols"][class*="items-"] > .item-xs1 {
    width: 100%;
  }
}
/*
 * full sized links
 */
.cols.link-cover.space-lr-double li .card-item-border,
.cols.link-cover.space-lr-double km_li .card-item-border {
  width: calc(100% - 2 *  calc(15px * 2));
  left: calc(15px * 2);
  right: calc(15px * 2);
}
.cols.link-cover.space-lr-triple li .card-item-border,
.cols.link-cover.space-lr-triple km_li .card-item-border {
  width: calc(100% - 2 *  calc(15px * 4));
  left: calc(15px * 4);
  right: calc(15px * 4);
}
.cols.link-cover li,
.cols.link-cover km_li {
  position: relative;
}
.cols.link-cover li .card-item-wrap,
.cols.link-cover km_li .card-item-wrap {
  position: relative;
  height: 100%;
  z-index: 1;
}
.cols.link-cover li .card-item-border,
.cols.link-cover km_li .card-item-border {
  display: table;
  width: calc(100% + 0px);
  height: 100%;
  bottom: 0;
  top: 0;
  left: 0px;
  right: 0px;
  opacity: 0;
  z-index: 5;
}
.cols.link-cover li .card-item-border .content-link,
.cols.link-cover km_li .card-item-border .content-link {
  display: table-row;
  text-align: center;
  position: relative;
  bottom: auto;
  right: auto;
}
.cols.link-cover li:hover .card-item-border,
.cols.link-cover km_li:hover .card-item-border {
  opacity: 1;
}
.cols.link-cover li:hover .card-item-border .content-link a,
.cols.link-cover km_li:hover .card-item-border .content-link a {
  display: table-cell;
  vertical-align: middle;
  background: transparent;
}
.cols.link-cover li:hover .card-item-border .content-link a > span,
.cols.link-cover km_li:hover .card-item-border .content-link a > span {
  background: #888078;
  color: #fff;
  display: inline-block;
  padding: 15px 20px;
  cursor: pointer;
}
.cols.link-cover li:hover .card-item-border .content-link a > span:hover,
.cols.link-cover km_li:hover .card-item-border .content-link a > span:hover {
  background: #8e6c2c;
  color: #fff;
}
