.btcolumn {
	background:#fff;
	border-radius: 4px;
	margin: 5px 0px;
	position: relative;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	border:1px solid transparent;
}
.btcolumn:hover {
	background:rgb(255 255 255 / 74%);
}
.btcolumn-row {
	padding: 10px 0px;
}
.rowtable td {
	vertical-align: top;
}
.btcolumn-title {
	text-align: left;
	font-size: 19px;
	font-weight: 700;
	padding: 30px 15px;
	color:#B0BCBD;
}
@media (max-width:767px) {
	.btcolumn-title {
		padding: 0 0 0 15px;
	}
}
.btcolumn-content {
	padding: 15px;
	height:auto;
	font-size: 87%;
}
.btcolumn-link  {
	width: 100%;
	padding: 0 0 15px 20px;
	text-align: left;
}
@media (min-width:768px) {
	.btcolumn-link  {
		position: absolute;
		bottom: 0;
		left: 0;
	}
}
.btcolumn-link.noabs  {
	position: relative;
}
.btcolumn-link a {
    position: relative;
    text-decoration: none;
    color: #FAC93E;
	text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    transition: color 0.3s ease;
}
.btcolumn-link a::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900;
    margin-left: 8px;
    color: #FAC93E;
    display: inline-block;
    transition: transform 0.3s ease;
}
.btcolumn-link a:hover::after {
    transform: translateX(5px);
}
@media (max-width: 767px) {
	.eq-cols > .btcolumn {
		height: auto !important;
	}
}
ul.filterbar { 
  float: left; 
  font-size: 16px; 
  list-style: none; 
  margin-left: 0; 
  padding: 15px;
  width: 100%;
}
ul.filterbar li { 
  border-right: 1px solid #dedede;
  float: left;
  line-height: 16px;
  margin-right: 10px;
  padding-right: 10px;
}
.filterbar li  a { 
	outline: none;
	padding: 10px 15px;
	text-decoration: none;
}
.filterbar li  a:hover { 
	text-decoration: none;
}	
.filterbar li.btcurrent a {
	background: #666;
	color: #fff;
	text-decoration: none;
}
td .btcolumn  {
	margin: 5px;
}
td .btcolumn img {
	max-width: 100%;
}