.animate-swift {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.animate-smooth-js {
  -webkit-transition: all 19ms linear;
  -moz-transition: all 19ms linear;
  -ms-transition: all 19ms linear;
  -o-transition: all 19ms linear;
  transition: all 19ms linear;
}
.bookslist-title {
  line-height: 40px;
}
.bookslist-title .glyphicon {
  font-size: 20px;
  line-height: 40px;
}
.bookslist > a:link {
  text-decoration: inherit;
  color: inherit;
  cursor: auto;
}
.bookslist > a {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #CCC;
}
.bookslist .bookitem {
  display: inline-block;
  width: 100%;
  min-height: 107px;
  text-align: justify;
  padding: 8px 0;
  cursor: pointer;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -ms-perspective: 600px;
  -o-perspective: 600px;
  -webkit-perspective-origin: 0% -30%;
  -moz-perspective-origin: 0% -30%;
  -ms-perspective-origin: 0% -30%;
  -o-perspective-origin: 0% -30%;
}
.bookslist .bookitem:hover {
  background-color: #ddd;
}
.bookslist .bookitem .cover-container {
  display: inline-block;
  position: relative;
  float: left;
  height: 103px;
  width: 68px;
  margin-right: 8pt;
}
.bookslist .bookitem .cover-container .test-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -webkit-transform: rotateY(30deg);
  -moz-transform: rotateY(30deg);
  -ms-transform: rotateY(30deg);
  -o-transform: rotateY(30deg);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  background-size: cover;
}
.bookslist .bookitem .text-container {
  padding-right: 8pt;
  color: #333;
  width: 100%;
  max-width: 460pt;
}
.bookslist .bookitem .text-container p {
  white-space: normal;
  text-align: left;
}
.bookslist .bookitem:hover .test-cover {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}
.bookslist .booktile {
  display: inline-block;
  width: 200px;
  height: 200px;
  border: 1px solid #DDD;
  padding: 15px;
  width: 100%;
}
.bookslist .booktile:hover {
  background-color: #FFF;
}
.bookslist .booktile .cover-container {
  display: inline-block;
  position: relative;
  height: 103px;
  width: 68px;
  margin-right: 8pt;
  float: left;
}
.bookslist .booktile .cover-container .test-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -webkit-transform: rotateY(30deg);
  -moz-transform: rotateY(30deg);
  -ms-transform: rotateY(30deg);
  -o-transform: rotateY(30deg);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  background-size: cover;
}
.bookslist .booktile .text-container {
  margin-top: -23px;
}
.bookslist .booktile table {
  min-width: 200px;
}
.bookslist .booktile table td {
  color: #333;
  font-size: 20px;
}
.bookslist .booktile table td:first-of-type {
  padding-right: 15px;
}
.feature-canvas {
  position: relative;
  display: none;
  width: 100%;
  height: 165px;
  background-color: #FFF;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 10pt;
  text-align: center;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);
}
.feature-canvas.visible {
  display: inline-block;
}
.feature-canvas .books-container {
  position: absolute;
  padding: 15px 80px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 19ms linear;
  -moz-transition: all 19ms linear;
  -ms-transition: all 19ms linear;
  -o-transition: all 19ms linear;
  transition: all 19ms linear;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*text-align: center;
		white-space: nowrap;*/
}
.feature-canvas .books-container .artificial-padding {
  display: inline-block;
  width: 80px;
  height: 100%;
}
.feature-canvas .canvas-slide {
  z-index: 900;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
  cursor: pointer;
  width: 80px;
  line-height: 165px;
  height: 100%;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: inset 0 30px 80px 10px #FFFFFF;
  box-shadow: inset 0 30px 80px 10px #FFFFFF;
}
.feature-canvas .canvas-slide:hover {
  background-color: rgba(160, 160, 160, 0.7);
}
.feature-canvas .canvas-slide.prev {
  top: 0;
  left: 0;
  border-right: 1px solid #cccccc;
}
.feature-canvas .canvas-slide.next {
  top: 0;
  right: 0;
  border-left: 1px solid #cccccc;
}
.feature-canvas .canvas-slide-under {
  z-index: 800;
  position: absolute;
  background-color: #FFF;
  width: 80px;
  line-height: 165px;
  height: 100%;
  overflow: hidden;
  padding: 15px 0;
  white-space: nowrap;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.feature-canvas .canvas-slide-under.prev {
  top: 0;
  left: 0;
}
.feature-canvas .canvas-slide-under.next {
  top: 0;
  right: 0;
}
.feature-canvas .canvas-slide-under .artificial-padding {
  display: inline-block;
  width: 80px;
  height: 100%;
}
.feature-canvas .bookitem {
  z-index: 700;
  display: inline-block;
  position: relative;
  margin: 0 15px;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -ms-perspective: 600px;
  -o-perspective: 600px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  -o-perspective-origin: 50% 50%;
}
.feature-canvas .bookitem .cover-container {
  display: inline-block;
  position: relative;
  z-index: 1;
  height: 135px;
  width: 90px;
  margin-right: -8pt;
  cursor: pointer;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.feature-canvas .bookitem .cover-container .test-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  background-size: cover;
}
.feature-canvas .bookitem .text-container {
  display: none;
}
.pagebox.feature-pagebox {
  -webkit-box-shadow: inset 0 0 60px -2px #ffffff;
  box-shadow: inset 0 0 60px -2px #ffffff;
}
.pagebox.feature-pagebox .title {
  padding: 4px 15px;
  font-size: 30px;
}
.pagebox.feature-pagebox .feature-tabs {
  z-index: 2;
  position: relative;
}
.pagebox.feature-pagebox .feature-tabs li a {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.pagebox.feature-pagebox .feature-tabs li:not(.active):hover a {
  border-bottom: 0;
  background-color: #F8F8F8;
  -webkit-box-shadow: 0 6px 0 0 #ffffff, 0 0 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 0 0 #ffffff, 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.pagebox.feature-pagebox .feature-tabs li.active a {
  -webkit-box-shadow: 0 6px 0 0 #ffffff, 0 0 8px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 6px 0 0 #ffffff, 0 0 8px 0 rgba(0, 0, 0, 0.6);
}
.pagebox.feature-pagebox .feature-tabs .not-a-tab {
  border: none;
  background: none;
  font-size: 14px;
  font-family: sans-serif;
  line-height: 42px;
  padding-left: 15px;
  color: #777;
}
@media (max-width: 1000px) {
  .bookslist-search-style .search-area .button_b .text {
    display: none;
  }
}
