@charset "utf-8";
@import url('css/w3.css');
.btcolumn {
    border: 1px solid #aaa;
    margin: 5px 0;
    position: relative;
}
.btcolumn:hover {
    background: #eee none repeat scroll 0 0;
}
.btcolumn-row {
    padding: 10px 0;
}
.rowtable td {
    vertical-align: top;
}
.btcolumn-title {
    background: #428bca none repeat scroll 0 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 10px;
    text-align: center;
}
.websitebaker .btcolumn-title {
    background: #e74c3c none repeat scroll 0 0;
    color: #fff;
}
.btcolumn-content {
    height: auto;
    min-height:150px;
    padding: 20px;
}

.btcolumn-link a{
    bottom: 0;
    color: #fff !important;
    font-size: 1.2em;
    font-weight: 400;
    left: 0;
    position: absolute;
    width: 100%;
}
.btcolumn-link.noabs {
    position: relative;
}
.btcolumn-link a {
    background: #666 none repeat scroll 0 0;
    color: #fff;
    display: block;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}
.btcolumn-link a:hover {
    background: #999 none repeat scroll 0 0;
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
}
@media (max-width: 767px) {
.eq-cols > .btcolumn {
    height: auto !important;
}
}
ul.filterbar {
    float: left;
    font-size: 16px;
    list-style: outside none 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: medium none;
    padding: 10px 15px;
    text-decoration: none;
}
.filterbar li a:hover {
    text-decoration: none;
}
.filterbar li.btcurrent a {
    background: #666 none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}
td .btcolumn {
    margin: 5px;
}
td .btcolumn img {
    max-width: 100%;
}
.middle {
}
.middle .btcolumn {
    background: #ffc775 none repeat scroll 0 0;
    color: #000;
}
.middle .btcolumn-title {
    background: #d35400 none repeat scroll 0 0;
    color: #fff;
}
.box {min-height:210px;}
h4.columstitle {font-weight:200;padding-bottom:10px;}
