.container-filter {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 30px;
	padding: 0;
	text-align: center;
}

.container-filter li {
	list-style: none;
	display: inline-block;
}

.container-filter a {
	display: block;
	font-size: 14px;
	margin: 10px 20px;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 400;
	line-height: 30px;
	-webkit-transition: all 0.6s;
	border-bottom: 1px solid transparent;
	color: #807c7c !important;
}

.container-filter a:hover {
	color: #222222 !important;
}

.container-filter a.active {
	color: #222222 !important;
	border-bottom: 1px solid #222222;
}

.card-img-tiles {
	display: block;
	border-bottom: 1px solid #e1e7ec;
}

a {
	color: #0da9ef;
	text-decoration: none !important;
}

.card-img-tiles > .inner {
	display: table;
	width: 100%;
}

.card-img-tiles .main-img,
.card-img-tiles .thumblist {
	display: table-cell;
	width: 65%;
	padding: 15px;
	vertical-align: middle;
}

.card-img-tiles .main-img > img:last-child,
.card-img-tiles .thumblist > img:last-child {
	margin-bottom: 0;
}

.card-img-tiles .main-img > img,
.card-img-tiles .thumblist > img {
	display: block;
	width: 100%;
	margin-bottom: 6px;
}

.thumblist {
	width: 35%;
	border-left: 1px solid #e1e7ec !important;
	display: table-cell;
	width: 65%;
	padding: 15px;
	vertical-align: middle;
}

.card-img-tiles .thumblist > img {
	display: block;
	width: 100%;
	margin-bottom: 6px;
}

.btn-group-sm > .btn,
.btn-sm {
	padding: 0.45rem 0.5rem !important;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}
/* LOADER */
.lds-dual-ring.hidden {
	display: none;
}
.lds-dual-ring {
	display: inline-block;
	width: 80px;
	height: 80px;
}
.lds-dual-ring:after {
	content: ' ';
	display: block;
	width: 64px;
	height: 64px;
	margin: 5% auto;
	border-radius: 50%;
	border: 6px solid #fff;
	border-color: #fff transparent #fff transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
	z-index: 999;
	opacity: 1;
	transition: all 0.5s;
}
