@import "../lesscss/ehanlin-basicss.css";
.hide {
  display: none;
}
.left-side {
  float: left;
  width: 215px;
}
img.banner {
  display: block;
  margin: auto;
  width: 98%;
}
.unblock {
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  right: 5px;
  top: 3px;
}
.box.half {
  width: 49.5%;
  height: 350px;
  float: left;
}
.half + .half {
  margin-left: 1%;
}
#player {
  margin: auto;
}
.box-body {
  text-align: center;
  position: relative;
  height: 85%;
  padding: 2%;
}
.box-body .btns {
  position: absolute;
  bottom: 0;
  margin: 0 auto 10px auto;
  width: 96%;
}
.box-body .btn {
  margin: 10px 0;
}
.box-body .btn + .btn {
  margin-left: 10px;
}
.story {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  height: 215px;
  border: #eee 3px solid;
  border-radius: 3px;
  padding: 5px;
}
.story:hover {
  box-shadow: 1px 1px 3px grey;
}
.story + .story {
  margin-left: 3%;
}
.story img {
  float: left;
  width: 100px;
  border-radius: 3px;
  box-shadow: 1px 1px 3px gray;
}
.story .text {
  margin: 15px 3px;
  text-align: left;
}
.story .school {
  float: right;
  width: 95px;
  padding: 5px;
}
.story .name {
  float: right;
  width: 95px;
  padding: 10px 5px;
  color: #0189dc;
  font-size: 15px;
}
#more-story {
  float: right;
  margin-right: 15px;
  line-height: 35px;
}
.books {
  margin: 15px 0;
  display: none;
}
.books.jhs {
  display: block;
}
.books .book {
  position: relative;
  display: inline-block;
  width: 13%;
}
.books .book img {
  width: 110px;
}
.hero-board {
  position: relative;
}
.flexslider {
  max-width: 974px;
  margin: 0 auto 12px;
  box-shadow: 1px 1px 4px 1px #CCC;
}
.flex-control-nav {
  bottom: 5px;
  left: 5px;
  width: auto;
}
.flex-direction-nav a {
  top: 42%;
}
.player {
  height: 225px;
  position: relative;
}
.player:hover .play {
  opacity: .75;
}
.player .play {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  background: black;
  border-radius: 50%;
  opacity: .4;
}
.player .play .triangle {
  position: absolute;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent white;
  left: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
}
