.card-width {
    position: relative;
    min-height: 1px;
    margin-bottom: 10px;
    float:left;
}
.card-width {
    position: relative;
    min-height: 1px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.card-width-nofloat {
    display:inline-block !important;
    margin-left: -4px;
    float:none !important;
    vertical-align:top;
}
.card-width-float {
}
.card-child-width>* {box-sizing: border-box;}
@media (max-width: 639px) {
.card-width {width: 100%;}
.card-child-width>* {width: 100%;}
}
@media (min-width: 640px) {
.card-width {width: 50%;}
.card-child-width>* {width: 50%;}
}
@media (min-width: 960px) {
.card-width {width: 25%;}
.card-child-width>* {width: 25%;}
}
.card-image-holder {
    width: 100% !important;
    padding-top: 100% !important;
    margin: auto;
}
.theme-color {
    color: #1c1c1c !important;
}
.theme-color:hover {
    color: #494949 !important;
}
.theme-color-dark { color: #494949 !important; }
.theme-bg { background-color: #1c1c1c !important; color: #fff !important;}
.theme-bg:hover { background-color: #494949 !important;}
.theme-border-color {border-color: #1c1c1c !important;}
.theme-border-color-dark {border-color: #494949 !important;}
