@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: sans-serif; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: 'schoolbellregular';
  src: url(".img/Schoolbell-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 52px;
  background: yellow;
  font-family: schoolbellregular, sans-serif;
  border-bottom: 1px solid #f5f5f5; }
  header nav {
    text-align: center;
    padding-top: 2px; }
    header nav .nav-item {
      font-family: schoolbellregular, sans-serif;
      display: inline-block;
      height: 32px;
      line-height: 16px;
      padding: 6px 12px;
      background: #00818a;
      border-radius: 4px;
      color: #fff;
      margin-bottom: 3px;
      text-decoration: none;
      font-weight: bold; }

#bc {
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style-type: none; }
  #bc .item {
    font-family: schoolbellregular, sans-serif; }
    #bc .item:after {
      content: '»';
      display: inline-block;
      margin: 5px 0; }
    #bc .item:last-child:after {
      display: none; }
    #bc .item a {
      font-family: schoolbellregular, sans-serif;
      padding: 4px;
      display: inline-block;
      margin-right: 0px; }
      #bc .item a:last-child {
        margin-right: 0; }

.bdy {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: flex-start;
  width: 99%;
  margin: 0 auto;
  background: #f5f5f5;
  padding-top: 56px; }
  .bdy .item {
    width: 100%;
    border: 1px solid #eee;
    background: #fff;
    margin-bottom: 4px;
    min-height: 160px;
    text-align: center;
    position: relative; }
    .bdy .item .item-cntnr {
      display: block;
      width: 100%;
      height: 100%;
      position: relative; }
      .bdy .item .item-cntnr.dir:before {
        content: '';
        display: block;
        width: 90%;
        height: 90%;
        position: relative;
        background: #f7d573;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .bdy .item .item-cntnr.dir span {
        display: block;
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
    .bdy .item .img {
      width: 100%;
      height: auto; }
    .bdy .item .ops {
      list-style-type: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #fff;
      font-size: 11px;
      opacity: 0;
      transition: 0.25s linear opacity; }
      .bdy .item .ops .op a {
        padding: 2px 4px;
        display: inline-block; }
    .bdy .item:hover .ops {
      opacity: 1; }

@media screen and (min-width: 400px) {
  .bdy .item {
    width: 49.5%; } }
@media screen and (min-width: 600px) {
  .bdy .item {
    width: 32.5%; } }
@media screen and (min-width: 850px) {
  .bdy .item {
    width: 24.5%; } }
@media screen and (min-width: 1000px) {
  .bdy .item {
    width: 19.5%; } }
@media screen and (min-width: 1500px) {
  .bdy .item {
    width: 15.5%; } }

/*# sourceMappingURL=style.css.map */
