.btcolumn {
	position: relative;
	border: 1px solid #ddd;
	padding: 15px;
	background: #fcfdfb;
	margin-bottom: 15px;
}
@media (max-width:767px) {
	.btcolumn {
		padding-bottom: 30px;
	}
}
footer .btcolumn {
	position: relative;
	border: none;
	padding: 15px;
	background: transparent;
	margin-bottom: 0;
}
.btmenu {
	display: block;
	width: 100%;
	text-align: center;
	margin: 10px 0 0 0;
}
.btcolumn:hover {
	/* background: #ddd; */
}
.btcolumn-row:nth-child(1) {
	padding: 0 0 10px 0;
}
.btcolumn-row {
	padding: 10px 0px;
}
.rowtable td {
	vertical-align: top;
}

.btcolumn-title {
	text-align: center;
	color: #7c8999;
	font-weight: 100;
	padding: 0 0 15px;
}

.btcolumn-content {
	height:auto;
}

.btcolumn-link  {
	color: #fff;
	font-weight: 100;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.btcolumn-link.noabs  {
	position: relative;
}

.btcolumn-link  a {
	padding: 5px;
	display: block;
	text-align: center;
	background: #666;
	color: #fff;
	text-decoration: none;
	border-radius: 0 0 4px 4px;
}
.btcolumn-link  a:hover {
	display: block;
	text-align: center;
	background: #999;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 767px) {
	.eq-cols > .btcolumn {
		height: auto !important;
	}
}
td .btcolumn  {
	margin: 5px;
}
td .btcolumn img {
	max-width: 100%;
}
.filterbar {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
}

.filterbar li:nth-child(1) {
	background: #44db3b;
}
.filterbar li:nth-child(1) {
	margin: 0 0 5px 0;
}
.filterbar li {
	/*display: inline-block;
	width: 12.5%;*/
	text-align: center;
	background-color: #a4d0a3;
	line-height: 60px;
	border-radius: 4px;
	margin: 5px 0;
}

#yze2 ul {
    -ms-column-count: 5;
    -o-column-count: 5;
    -moz-column-count: 5;
    -khtml-column-count: 5;
    column-count: 5;
	list-style-type: none;
}
.filterbar li  a { 
	outline: none;
	padding: 10px 15px;
	text-decoration: none;
	color: #fff;
}
.filterbar li a:hover { 
	text-decoration: none;
	background: #fff;
	color: #333;
	border-radius: 4px;
	transition: all 0.2s ease-in-out 0s;
}
.filterbar li.btcurrent a {
	background: #fff;
	text-decoration: none;
	border-radius: 4px;
	color: #333;
}
@media (min-width: 992px) {
	.filterbar li:nth-child(2),
	.filterbar li:nth-child(4),
	.filterbar li:nth-child(6),
	.filterbar li:nth-child(8),
	.filterbar li:nth-child(10) {
		margin: 15px 0;
	}
}
@media (max-width: 991px) and (min-width: 501px) {
	#yze2 ul {
		-ms-column-count: 3;
		-o-column-count: 3;
		-moz-column-count: 3;
		-khtml-column-count: 3;
		column-count: 3;
		list-style-type: none;
	}
}
@media (max-width: 500px) {
    #yze2 ul {
		-ms-column-count: 2;
		-o-column-count: 2;
		-moz-column-count: 2;
		-khtml-column-count: 2;
		column-count: 2;
		list-style-type: none;
	}
}
.website {
	background: url(img/website.png) no-repeat rgba(83, 158, 150, 0.4);
	background-size: initial;
}
	