.masonry-filter-container {
    margin-bottom: 1.85714286em;
}

.text-center {
    text-align: center;
}

.text-center {
    text-align: center !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.d-flex {
    display: flex !important;
}

.masonry-filter-container>span {
    position: relative;
}

.masonry-filter-container>span+.masonry-filter-holder {
    margin-left: 0.92857143em;
}

.masonry-filter-holder:not(.masonry-filters--horizontal) {
    display: inline-block;
    cursor: pointer;
    height: 3.71428571em;
    position: relative;
    z-index: 9;
    min-width: 143px;
}

.masonry-filter-holder:not(.masonry-filters--horizontal) .masonry__filters {
    cursor: pointer;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    z-index: 2;
    display: inline-block;
    position: absolute;
    left: 0;
    text-align: left;
    padding: 0.92857143em 1.85714286em;
    border: 1px solid #ececec;
    background: #ffffff;
    border-radius: 6px;
    min-width: 180px;
}

.masonry-filter-holder:not(.masonry-filters--horizontal):not(:hover) .masonry__filters ul {
    max-height: 1.85714286em;
    overflow: hidden;
    padding-left: 0;
}

.masonry-filter-holder:not(.masonry-filters--horizontal) .masonry__filters ul {
    margin: 0;
    cursor: pointer;
    padding-left: 0;
}

.masonry-filter-holder:not(.masonry-filters--horizontal) .masonry__filters ul li.active {
    color: #4a90e2;
    cursor: pointer;
}

.masonry-filter-holder:not(.masonry-filters--horizontal) .masonry__filters ul li:hover {
    color: #4a90e2;
}

.masonry-filter-holder:not(.masonry-filters--horizontal) .masonry__filters ul li {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    display: block;
    color: #666666;
    white-space: nowrap;
}

.masonry .masonry__filters li.active {
    cursor: default;
}

.masonry .masonry__filters li {
    display: inline-block;
    cursor: pointer;
    text-transform: capitalize;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.masonry__filters li a {
    font-family: 'Open Sans';
    color: #666666;
    font-weight: 400;
    text-decoration: none;
}

.masonry__filters li a:hover {
    color: #4a90e2;
}

.masonry__filters li.active a {
    color: #4a90e2;
}

.masonry__filters ul li.active:after {
    font-family: 'stack-interface';
    content: '\e80a';
    font-size: 8px;
    margin-left: 6px;
    position: relative;
    bottom: 2px;
    display: inline-block;
    transform: scaleX(1.4) scaleY(0.9);
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}

.masonry-filter-holder:not(.masonry-filters--horizontal):not(:hover) .masonry__filters ul li:not(.active) {
    display: none;
}

.masonry-filter-holder:not(.masonry-filters--horizontal) .masonry__filters ul li {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    display: block;
    color: #666666;
    white-space: nowrap;
}

.masonry .masonry__filters li {
    display: inline-block;
    cursor: pointer;
    text-transform: capitalize;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

* {
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
}


/* ---- button ---- */

.button {
    display: inline-block;
    padding: 10px 18px;
    margin-bottom: 10px;
    background: #EEE;
    border: none;
    border-radius: 7px;
    background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2));
    color: #222;
    font-family: sans-serif;
    font-size: 16px;
    text-shadow: 0 1px white;
    cursor: pointer;
}

.button:hover {
    background-color: #8CF;
    text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
    color: #222;
}

.button:active,
.button.is-checked {
    background-color: #28F;
}

.button.is-checked {
    color: white;
    text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
    box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}


/* ---- button-group ---- */

.button-group:after {
    content: '';
    display: block;
    clear: both;
}

.button-group .button {
    float: left;
    border-radius: 0;
    margin-left: 0;
    margin-right: 1px;
}

.button-group .button:first-child {
    border-radius: 0.5em 0 0 0.5em;
}

.button-group .button:last-child {
    border-radius: 0 0.5em 0.5em 0;
}


/* ---- isotope ---- */


/* clear fix */

.grid:after {
    content: '';
    display: block;
    clear: both;
}
