/** TEMPLATE: COLLECTION HOME / ARTWORK LIST **/
#collection a {
    font-size: 16px;
    text-decoration: none;
}

#collection a .count {
    font-weight: 400;
}

#collection a {
    text-decoration: none;
}

#collection #filter-subtitle {
    padding-bottom: 15px;
}

#collection .all-collection-item {
	float: left;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #feb926;
}

#collection .collection-item {
	width: 180px;
    padding-right: 16px;
}

.page-art-collection table.cols-5 {
    margin-bottom: 0;
}

.page-art-collection table.cols-5 tr {
    height: 260px;
}

.page-art-collection table.cols-5 td {
    padding-top: 5px;
    vertical-align: top;
}

.page-art-collection .view-artwork-thumbnail-collection {
    height: 200px;
}

@media (min-width: 970px) and (max-width: 1060px) {
    #collection .collection-item {
        width: 165px;
    }

    .page-art-collection .view-artwork-thumbnail-collection {
        height: 190px;
    }
}

@media (min-width: 768px) and (max-width: 969px) {
    #collection .collection-item {
        width: 120px;
    }

    .page-art-collection .view-artwork-thumbnail-collection {
        height: 140px;
    }

    .page-art-collection table.cols-5 tr {
        height: 210px;
    }
}

@media (max-width: 767px) {
    .page-art-collection table.cols-5 {
        width: 100%;
    }

    .page-art-collection table.cols-5 tbody,
    .page-art-collection table.cols-5 tr,
    .page-art-collection table.cols-5 td {
        display: block;
        width: 100%;
    }

    .page-art-collection table.cols-5 tr {
        height: auto;
    }

    .page-art-collection .view-artwork-thumbnail-collection {
        display: none;
    }

    .view-id-all_collection .view-content .all_collection_left_column,
    .view-id-all_collection .view-content .all_collection_right_column {
        display: block;
    }

    .view-id-all_collection .view-content .all_collection_right_column {
        padding: 10px 0 0 0;
    }

    .page-art-collection #A-Z_buttons {
        display: block;
        padding-top: 0 !important;
    }

    .page-art-collection .ui-tabs-panel {
        padding-top: 6px !important;
    }
}