.mobileOnly {
  display: inline-block !important;
}

.noMobile {
  display: none !important;
}

#mobile {
  width: 0;
  height: 0;
}

img {
  max-width: 500px;
  height: auto;
}
@media screen and (max-width: 500px) {
  img {
    max-width: 480px;
  }
}
@media screen and (max-width: 320px) {
  img {
    max-width: 300px;
  }
}

.page {
  margin: 0 auto;
  width: 95%;
}
.page .upperNav {
  display: none;
}
.page #mobileMenu {
  float: right;
}
.page .topBar {
  position: relative;
  width: 100%;
  height: 50px;
  text-align: left;
}
.page .topBar .logoTop {
  margin-top: 0;
  font-size: 90%;
}
.page .topBar .navBar {
  display: none;
}
.page .content {
  margin-top: 0.5em;
}
.page .content .col {
  width: 94%;
  margin-left: 3%;
  margin-right: 3%;
}
.page .content .col .bookImg {
  float: none;
  display: block;
  margin: 0 auto;
  width: 290px;
}
.page .content .col .bookImg.marginTopLg {
  margin-top: 1.0em;
}
.page .content .col .bookImg.marginBottomLg {
  margin-bottom: 1.0em;
}
.page .content .iGrid img {
  float: left;
  margin-bottom: 5px;
}

#mobileMenu {
  display: none;
}

.slicknav_menu {
  display: block;
}

.topLock {
  display: block;
  position: fixed;
  bottom: 0;
  left: 15px;
  width: 100px;
  z-index: 1000;
  background: #666666;
  color: #fff;
  text-align: center;
  padding: 6px 3px;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: 0.5s ease-in-out;
}
.topLock.on {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}
