.cbp,
.cbp *,
.cbp *:after,
.cbp:after,
.cbp-l-filters-dropdownHeader:after{
    box-sizing: border-box
}

.cbp-l-filters-button,
.cbp-l-filters-button *,
.cbp-l-filters-dropdown,
.cbp-l-filters-dropdown *{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box
}

.cbp:after{
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: cbp-rotation .8s infinite linear;
    animation: cbp-rotation .8s infinite linear;
    border-left: 3px solid rgba(114,144,182,0.15);
    border-right: 3px solid rgba(114,144,182,0.15);
    border-bottom: 3px solid rgba(114,144,182,0.15);
    border-top: 3px solid rgba(114,144,182,0.8);
    border-radius: 100%
}

.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter{
    opacity: 1;
    -webkit-transform: translateY(-44px);
    transform: translateY(-44px)
}

.cbp-l-filters-button .cbp-filter-counter{
    font: 400 11px/18px "Open Sans", sans-serif;
    border-radius: 3px;
    color: #FFFFFF;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: -webkit-transform .25s, opacity .25s;
    transition: transform .25s, opacity .25s
}

.cbp-l-filters-button .cbp-filter-counter:after{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent
}

.cbp-item {
    display: inline-block;
    margin: 0 10px 20px 0
}

.cbp {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    height: 400px
}

.cbp>* {
    visibility: hidden
}

.cbp .cbp-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
}

.cbp img {
    display: block;
    border: 0;
    width: 100%;
    height: auto
}

.cbp a,
.cbp a:hover,
.cbp a:active {
    text-decoration: none;
    outline: 0
}

.cbp-wrapper-outer {
    /* overflow: hidden; */
    position: relative;
    margin: 0 auto;
}

.cbp-wrapper-outer,
.cbp-wrapper{
    list-style-type: none;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.cbp-wrapper{
    margin: 0
}

.cbp-ready>* {
    visibility: visible
}

.cbp-ready:after {
    display: none;
    visibility: hidden
}

.cbp-ready .cbp-item {
    /* position: absolute; */
    top: 0;
    left: 0
}

.cbp-ready .cbp-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.cbp-item-off {
    z-index: -1;
    pointer-events: none;
    visibility: hidden;
	display:none;
}

.cbp-item-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
	padding:0 5px;
}
.cbp-item-wrapper .img{
    width: 100%;
    background:#eee;
    overflow: hidden;
}
.cbp-item-wrapper .img img{
    display: block;
    width: 100%;
    /* max-width: 300px; */
    padding: 40px;
    margin: 0 auto;
    transition: all 200ms linear;
}
.cbp-item-wrapper:hover .img img{
    transform: scale(1.2);
}
.cbp-item-wrapper .title{
	text-align:center;
	margin-top:15px;
}
.cbp-item-wrapper .name{
	text-align:center;
	font-weight:600;
	font-size:18px;
}
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

.cbp-caption,
.cbp-caption-defaultWrap,
.cbp-caption-activeWrap {
    display: block
}

.cbp-caption-active .cbp-caption,
.cbp-caption-active .cbp-caption-defaultWrap,
.cbp-caption-active .cbp-caption-activeWrap {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.cbp-caption-active .cbp-caption-defaultWrap {
    top: 0
}

.cbp-caption-overlayBottomAlong .cbp-caption-defaultWrap,
.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s
}

.cbp-l-filters-button {
	margin:30px 0;
	background:#eee;
	padding:10px 15px;
}

.cbp-l-filters-button .cbp-filter-item {
    background-color: #FFFFFF;
    border: 1px solid #ECECEC;
    color: #000;
    cursor: pointer;
    font: 400 12px/32px "Open Sans", sans-serif;
    margin: 0 5px 0 5px;
    overflow: visible;
    padding: 0 17px;
    position: relative;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
	border-radius:3px;
}

.cbp-l-filters-button .cbp-filter-item:hover {
    color: #545454;
    border-color: #DADADA
}

.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    background-color: #545454;
    color: #fff;
    border-color: #5d5d5d;
    cursor: default
}

.cbp-l-filters-button .cbp-filter-item:first-child {
    margin-left: 0
}

.cbp-l-filters-button .cbp-filter-item:last-child {
    margin-right: 0
}

.cbp-l-filters-button .cbp-filter-counter {
    background-color: #545454
}

.cbp-l-filters-button .cbp-filter-counter:after {
    border-top: 4px solid #545454
}

@media only screen and (max-width: 480px) {
    .cbp-l-filters-button {
        text-align:center
    }
}
@media (min-width:601px) {
	.cbp-l-filters-dropdown{
		display:none;
	}
}
@media (max-width:600px) {
	.cbp-l-filters-button{
		display:none;
	}
}

.cbp-l-filters-dropdown {
    margin-top: 40px;
    margin-bottom: 30px;
    height: 38px;
    position: relative;
    z-index: 5
}

.cbp-l-filters-dropdownWrap {
    width: 100%;
    position: absolute;
    right: 0;
    background: #4d4c4d
}

.cbp-l-filters-dropdownHeader {
    font: 400 12px/38px "Open Sans", sans-serif;
    margin: 0 17px;
    color: #FFF;
    cursor: default;
    position: relative
}

.cbp-l-filters-dropdownHeader:after {
    border-color: #fff rgba(0,0,0,0);
    border-style: solid;
    border-width: 5px 5px 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    margin-top: -1px
}

.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownHeader:after {
    border-width: 0 5px 5px
}

.cbp-l-filters-dropdownList {
    display: none;
    list-style: none outside none;
    margin: 0;
    padding: 0
}

.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownList {
    display: block;
    margin: 0
}

.cbp-l-filters-dropdownList .cbp-filter-item {
    background: transparent;
    color: #b3b3b3;
    width: 100%;
    text-align: left;
    font: 400 12px/40px "Open Sans", sans-serif;
    margin: 0;
    padding: 0 17px;
    cursor: pointer;
    border: none;
    border-top: 1px solid #595959
}

.cbp-l-filters-dropdownList .cbp-filter-item:hover {
    color: #e6e6e6
}

.cbp-l-filters-dropdownList .cbp-filter-item-active {
    color: #fff;
    cursor: default
}

.cbp-animation-flipOut {
    -webkit-transition: height .7s ease-in-out;
    transition: height .7s ease-in-out;
    will-change: height
}

.cbp-animation-flipOut .cbp-item {
    -webkit-transition: -webkit-transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-flipOut .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

@-webkit-keyframes flipOut-out {
    50%,100% {
        -webkit-transform: translateZ(-1000px) rotateY(-90deg);
        opacity: 0.2
    }
}

@keyframes flipOut-out {
    50%,100% {
        transform: translateZ(-1000px) rotateY(-90deg);
        opacity: 0.2
    }
}

@-webkit-keyframes flipOut-in {
    0%,50% {
        -webkit-transform: translateZ(-1000px) rotateY(90deg);
        opacity: 0.2
    }
}

@keyframes flipOut-in {
    0%,50% {
        transform: translateZ(-1000px) rotateY(90deg);
        opacity: 0.2
    }
}

.cbp-animation-flipOutDelay {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-flipOutDelay .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-flipOutDelay .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-flipOutDelay .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: flipOut-out 1s both ease-in;
    animation: flipOut-out 1s both ease-in
}

.cbp-animation-flipOutDelay .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: flipOut-in 1s both ease-out;
    animation: flipOut-in 1s both ease-out
}

.cbp-displayType-fadeIn {
    -webkit-animation: fadeIn .5s both ease-in;
    animation: fadeIn .5s both ease-in
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.cbp-displayType-sequentially .cbp-item {
    -webkit-animation: fadeIn .5s both ease-in;
    animation: fadeIn .5s both ease-in
}

@media (max-width:2000px){
	.cbp-ready .cbp-wrapper{
	    grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width:1500px){
	.cbp-ready .cbp-wrapper{
	    grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width:600px){
	.cbp-ready .cbp-wrapper{
	    grid-template-columns: repeat(1, 1fr);
	}
}