.zero {
    margin: 0;
    padding: 0;
    list-style: none;
}
.d-none {
    display: none;
}
.link {
    cursor: pointer;
}
.flleft { float: left}
.flright { float: right}
.upcase {
    text-transform: uppercase;
}
.clear { clear: both}
.tac { text-align: center; }
.bradius { border-radius: 5px; }

.table { display: table;}
.row { display: table-row;}
.cell { display: table-cell;}
.cell.top { vertical-align: top;}
.inline, .ulinline li { display: inline-block;}
.vtop, .vtop li { vertical-align: top;}
.vmiddle {.vmiddle}
.cntr {
    margin-left: auto;
    margin-right: auto;
}
/*.icon {
    background: url("../img/iconset.png") no-repeat;
    display: inline-block;
}*/
.pointer {
    cursor: pointer;
}
.shadow {
    box-shadow: 0px 0px 3px 0px #333;
}
.img-max img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
