.btcolumn {
	/* border: 1px solid #aaa; */
	/* box-shadow: 1px 1px 2px #aaa; */
	margin: 5px 0px 25px;
	position: relative;
	/* padding-bottom: 30px; */
	background: #
	8e9;
}



.btcolumn:hover {
	/* background: #ddd; */
}

.btcolumn-row {
	padding: 10px 0px;
}
.rowtable td {
	vertical-align: top;
}

.btcolumn-title {
	text-align: center;
	background: #fff;
	color: #8d7761;
	font-size: 20px;
	font-weight: 700;
		font-weight: 400;
	padding: 8px;
}



.btcolumn-content {

	padding: 20px;
	height:auto;
	
	
}
.btcolumn-content p{

	padding: 0px; 
	
	
}

.btcolumn-content img{

	max-width:90% !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
	
}

.btcolumn-link  {
	color: #fff;
	font-size: 24px;
		font-size: 14px;
	font-weight: 700;
		font-weight: 300;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	margin:-3px 20px 0px 0;
}
.btcolumn-link.noabs  {
	position: relative;
}

.btcolumn-link  a {
	padding: 5px;
	display: block;
	text-align: center;
	background: #fff;
	color: #8d7761!important;
	text-decoration: none;
}
.btcolumn-link  a:hover {
	display: block;
	text-align: center;
	background: #FFFBF2;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 767px) {

.btcolumn {
	/* border: 1px solid #aaa; */
	/* box-shadow: 1px 1px 2px #aaa; */
	margin: 5px 0px 10px;
	position: relative;
	/* padding-bottom: 30px; */
	background: rgba(0,0,0,.07);
}

	
	.eq-cols > .btcolumn {
		height: auto !important;
		
	}
	.btcolumn-content p{

	padding: 0px; 
	
	
}	.btcolumn-content {

	/*padding: 10px 20px 30px;
	height:auto;*/
	
	
	
}


.btcolumn-link  {
	/*color: #fff;
	font-size: 24px;
		font-size: 14px;
	font-weight: 700;
		font-weight: 300;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	margin:20px 20px 0px 0;*/
}


}


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%;
}