﻿.booc-filter-menu {
  background: #000;
  border-top: 10px solid #fff;
  margin-bottom: 10px; }

#booc-filters {
  margin: 0;
  padding: 0; }

#booc-filters li {
  display: inline-block;
  margin: 0;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
  cursor: hand;
  color: #fff; }

#booc-filters li.booc-checked {
  color: #000;
  background: #fff; }

/* clear fix */
.iso-grid:after {
  content: '';
  display: block;
  clear: both; }

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* ---- .element-item ---- */
.element-item {
  position: relative;
  float: left;
  width: 146px;
  height: 146px;
  margin: 0px 10px 10px 0;
  padding: 10px;
  background: #888;
  color: #262524;
  cursor: pointer;
  cursor: hand;
  overflow: hidden; }

.element-item > * {
  margin: 0;
  padding: 0; }

.element-item.BOOCType1 {
  background: #EB6F27; }

.element-item.BOOCType2 {
  background: #0B6DB6; }

.element-item.BOOCType3 {
  background: red; }

.element-item.BOOCType4 {
  background: #C72980; }

.element-item.BOOCType5 {
  background: #25AD4B; }

.element-item .item-icon-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: transparent; }

.element-item .item-icon-holder .item-icon i {
  opacity: 0.2;
  color: #000;
  font-size: 100px;
  position: absolute;
  bottom: -30px;
  left: -10px; }

.element-item p {
  color: #fff;
  text-align: left;
  z-index: 1;
  position: relative; }

p.booc-item-title {
  font-size: 16px;
  font-family: 'BlissLight'; }

p.booc-item-author {
  font-size: 14px;
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
  margin-top: 5px; }

.booc-header {
  background: #000 url("Images/booc-logo.jpg") no-repeat right 15px bottom 60px;
  background-size: 75px 61px;
  position: relative;
  height: 150px; }

.booc-intro p {
  font-size: 18px;
  font-family: 'BlissLight'; }

.booc-article-body {
  font-family: 'BlissLight'; }

.booc-body a {
  color: #4c4c4c;
  font-weight: bold;
  text-decoration: underline; }

.booc-body h2 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  clear: both; }

.booc-body h3 {
  font-family: 'BlissLight'; }

.booc-article-media {
  margin: 10px 0; }

.booc-article-media img {
  display: block;
  margin: 0 auto;
  max-height: 140px;
  max-width: 100%; }

.booc-media-data {
  width: 100%;
  margin: 5px 0;
  font-size: 11px; }

.booc-footnote {
  font-size: 11px; }

.booc-select-holder {
  clear: both; }

.booc-select-holder select {
  max-width: 350px;
  float: right;
  margin-bottom: 10px; }

#aRoot {
  width: 100%; }

*.anchor:before {
  display: inline-block;
  content: " ";
  margin-top: -86px;
  height: 86px;
  visibility: hidden; }

.booc-frame {
  min-width: 280px;
  min-height: 280px; }

@media (min-width: 481px) {
  .booc-article-media img {
    max-height: 200px; }
  *.anchor:before {
    margin-top: -118px;
    height: 118px; }
  .booc-header {
    background: #000 url("Images/booc-logo.jpg") no-repeat left 15px bottom 16px;
    background-size: 100px 83px; }
  .booc-frame {
    min-width: 350px;
    min-height: 350px; } }

@media (min-width: 768px) {
  .booc-header {
    background: #000 url("Images/booc-logo.jpg") no-repeat left 15px bottom 16px;
    background-size: 150px 122px; }
  .booc-frame {
    min-width: 600px;
    min-height: 500px; } }

@media (min-width: 992px) {
  .booc-article-media img {
    max-height: 280px; }
  .booc-body {
    width: 60%;
    margin: 0 auto; }
  *.anchor:before {
    margin-top: -123px;
    height: 123px; }
  .booc-header {
    background: #000 url("Images/booc-logo.jpg") no-repeat left 15px bottom 25px;
    background-size: 200px 167px;
    height: 250px; } }
