@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  body.square {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    height: 100vw;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0; }
    body.square #canvas {
      width: 100vw;
      height: 100vh; } }
body.square #canvas {
  display: none;
  position: relative;
  padding: 0 15px;
  margin-top: 5px;
  margin-bottom: 5px; }
body.square #reader-main {
  /** Vertically Center Book */ }
  body.square #reader-main .row {
    display: flex; }

body.rtl .book-content {
  direction: rtl; }

.img-responsive-vertical {
  display: block;
  width: auto !important;
  max-height: 100% !important; }

#canvas .author .img-thumbnail {
  width: 160px;
  height: 160px; }

/**
 * Flipbook
 */
#flipbook {
  font-family: 'open sans hebrew', 'open sans', 'arial', sans-serif;
  -webkit-transition: margin-left 0.2s ease-in-out;
  -moz-transition: margin-left 0.2s ease-in-out;
  -o-transition: margin-left 0.2s ease-in-out;
  -ms-transition: margin-left 0.2s ease-in-out;
  transition: margin-left 0.2s ease-in-out; }
  #flipbook .hidden-link {
    cursor: pointer; }
    #flipbook .hidden-link:hover {
      text-decoration: underline; }
  #flipbook .author-intro-page .inner-content {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    font-size: 11px;
    padding: 20px 15px; }
    @media (min-width: 768px) {
      #flipbook .author-intro-page .inner-content {
        font-size: 14px;
        padding: 10% 8%; } }
    #flipbook .author-intro-page .inner-content h1 {
      height: 54px;
      overflow: hidden;
      font-size: 17px;
      line-height: 1.618034;
      margin-top: 0;
      margin-bottom: 10px;
      text-align: center; }
      @media (min-width: 768px) {
        #flipbook .author-intro-page .inner-content h1 {
          font-size: 22px;
          height: 70px;
          margin-bottom: 15px; } }
    #flipbook .author-intro-page .inner-content h2 {
      text-transform: capitalize;
      letter-spacing: 1px;
      font-weight: 400;
      margin-top: 0;
      margin-bottom: 3px; }
      #flipbook .author-intro-page .inner-content h2 span {
        text-transform: lowercase; }
      @media (min-width: 768px) {
        #flipbook .author-intro-page .inner-content h2 {
          margin-bottom: 15px; } }
    #flipbook .author-intro-page .inner-content .bottom-copyright {
      text-align: center;
      margin-top: 20px; }
      @media (min-width: 768px) {
        #flipbook .author-intro-page .inner-content .bottom-copyright {
          margin-top: 0; } }
  #flipbook .author-intro-page .line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  #flipbook .author-intro-page .author-wrap {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      #flipbook .author-intro-page .author-wrap {
        margin-bottom: 30px; } }
  #flipbook .author-intro-page .author-wrap,
  #flipbook .author-intro-page .ad-placement {
    flex-grow: 1; }
  #flipbook .author-intro-page .title {
    text-align: left;
    font-size: 22px;
    margin: 20px 0;
    color: #777; }
  #flipbook .author-intro-page .author-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch; }
    #flipbook .author-intro-page .author-row.stats {
      display: none;
      margin-top: 0; }
      @media (min-width: 768px) {
        #flipbook .author-intro-page .author-row.stats {
          display: flex;
          margin-top: 20px; } }
    #flipbook .author-intro-page .author-row .author-image {
      margin-right: 8px;
      flex: 1; }
      @media (min-width: 768px) {
        #flipbook .author-intro-page .author-row .author-image {
          margin-right: 15px; } }
    #flipbook .author-intro-page .author-row .author-by h2 {
      font-size: 12px; }
      @media (min-width: 768px) {
        #flipbook .author-intro-page .author-row .author-by h2 {
          font-size: 15px; } }
    #flipbook .author-intro-page .author-row .author-by .user-profile-href {
      display: inline-block;
      text-transform: capitalize; }
    #flipbook .author-intro-page .author-row .author-bio {
      flex: 3;
      text-align: left;
      margin-top: 5px; }
      #flipbook .author-intro-page .author-row .author-bio .read-more {
        display: inline;
        text-align: right; }
    #flipbook .author-intro-page .author-row .stat-card {
      flex-grow: 1;
      padding: 10px; }
      #flipbook .author-intro-page .author-row .stat-card ul {
        list-style: none;
        padding: 0; }
        #flipbook .author-intro-page .author-row .stat-card ul li {
          text-align: left; }
      #flipbook .author-intro-page .author-row .stat-card .card-content .stat {
        font-family: Montserrat, Georgia, "Times New Roman", Times, serif;
        font-size: 21px;
        text-align: right;
        color: #404e67; }
      #flipbook .author-intro-page .author-row .stat-card .card-content .stat-title {
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        text-align: right;
        color: #404e67; }
      #flipbook .author-intro-page .author-row .stat-card i.fa {
        float: left;
        font-size: 42px; }
  #flipbook .more-in-next .book-content {
    direction: ltr; }
  #flipbook .support-author-page .book-content {
    direction: ltr; }
  #flipbook .support-author-page i.fa {
    font-size: 32px;
    margin-right: 20px;
    float: left; }
    #flipbook .support-author-page i.fa.fa-money {
      color: green; }
    #flipbook .support-author-page i.fa.fa-heart {
      color: red; }
    #flipbook .support-author-page i.fa.fa-thumbs-o-up {
      color: #428bca; }
    #flipbook .support-author-page i.fa.fa-comment-o {
      color: #428bca; }
  #flipbook .support-author-page h4 {
    margin-top: 0;
    font-weight: 500;
    color: #111111;
    padding: 0 0 0 40px; }
  #flipbook .support-author-page p {
    margin-top: 25px;
    padding: 0 40px; }
  #flipbook .support-author-page ul {
    list-style-type: none; }
    #flipbook .support-author-page ul li {
      overflow: hidden;
      margin-bottom: 7px;
      font-size: 14px; }
      #flipbook .support-author-page ul li.clickable {
        cursor: pointer;
        -webkit-transition: color 0.1s;
        transition: color 0.1s; }
        #flipbook .support-author-page ul li.clickable:hover {
          color: #428bca; }
      #flipbook .support-author-page ul li ul#likes-wrap {
        float: left;
        padding: 0; }
        #flipbook .support-author-page ul li ul#likes-wrap li .likesCount {
          display: none; }
      #flipbook .support-author-page ul li p {
        margin: 0;
        line-height: 30px;
        padding: 0; }
  #flipbook .support-author-page #copyLinkInput {
    margin-top: 15px;
    height: 26px;
    font-size: 12px; }
  #flipbook .support-author-page .copyLinkBtn {
    padding: 2px 6px;
    margin-bottom: 1px; }
  #flipbook .support-author-page .team {
    color: dimgrey; }
  #flipbook .copyright-page .book-content {
    display: flex;
    align-items: center;
    justify-content: center; }
  #flipbook .copyright-page .bottom-wrap p {
    font-size: 13px !important;
    text-align: center; }
  #flipbook .copyright-page img {
    display: block;
    margin: 15px auto; }
  #flipbook .user-content h1 {
    font-size: 26px;
    line-height: 1.618034;
    margin-top: 0;
    margin-bottom: 20px; }
  #flipbook .user-content h2 {
    font-size: 16px; }
  #flipbook .user-content a {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
  #flipbook iframe {
    width: 100% !important; }
  #flipbook .book-content {
    font-size: 16px;
    padding: 10% 8%;
    height: 100%;
    overflow: hidden; }
    #flipbook .book-content p {
      margin: 0; }
    #flipbook .book-content .scroll-box {
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
      padding: 0 5px; }

.book-cover {
  /* width:98%;
  height:98%; */
  position: absolute;
  /*top:1%;
  left:1%; */
  /* width:480px;
  height:480px; */
  width: 100%;
  height: 100%;
  text-align: center; }
  .book-cover h2 {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: capitalize; }
    .book-cover h2 span {
      text-transform: lowercase; }
  .book-cover .default-cover {
    width: 96%;
    height: 96%;
    background-color: #f8f8f8;
    position: absolute;
    top: 2%;
    left: 2%;
    padding: 10% 8%; }
    .book-cover .default-cover .title {
      line-height: 1.5;
      margin-bottom: 40px;
      font-size: 17px; }
      @media (min-width: 768px) {
        .book-cover .default-cover .title {
          font-size: 26px; } }
    .book-cover .default-cover .default-cover-copyright {
      width: 100%;
      position: absolute;
      bottom: 20px;
      left: 0; }

.image-align-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.book-cover img {
  /* max-width:470px;
  max-height:470px; */
  /*max-width:96%;
  max-height:96%;
  vertical-align: middle;*/
  width: 96%;
  height: 96%; }

.artwork-inner {
  height: 100%;
  overflow: hidden; }

/* #flipbook .p1,
#flipbook .p2,
#flipbook .back-side, 
#flipbook .last-page {
	background-color:white;
	background-image:url('./pics/book-covers-sq.jpg') !important;
}

.ltr #flipbook .back-side {
	background-position:-960px 0 !important;
}
.rtl #flipbook .back-side {
	background-position:-480px 0 !important;
}
#flipbook .last-page {
	background-position:-1440px 0 !important;
} */
#flipbook div.p1,
#flipbook div.p2,
#flipbook .back-side,
#flipbook .last-page {
  background-color: white;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  /* background-image:url('./pics/book-covers-sq.jpg') !important; */ }

.last-page .ob-book-cta {
  background-color: #f8f8f8; }

.ob-book-cta {
  width: 96%;
  height: 96%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 2%;
  left: 2%;
  font-size: 11px; }
  .ob-book-cta .inner {
    padding: 0; }
    .ob-book-cta .inner .credits {
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      text-align: center;
      line-height: 1.3;
      color: #666; }
    .ob-book-cta .inner .img-cage {
      width: 100%;
      margin: 20px 0; }
      .ob-book-cta .inner .img-cage img {
        max-width: 40%;
        margin: 0 auto;
        display: block; }
    .ob-book-cta .inner .action .ob-btn {
      font-size: 16px;
      font-style: normal;
      padding: 4px 7px;
      margin-top: 20px; }
    .ob-book-cta .inner .action p {
      font-style: italic;
      color: #555;
      margin: 0; }
  @media (min-width: 768px) {
    .ob-book-cta {
      font-size: 14px; } }

/* One day. all these would be one sprite.. > */
/* #flipbook .p1 {
	background-position: 480px 0;
}

.ltr #flipbook .p2,
.rtl #flipbook .back-side {
	background-position: 480px 0;
}

.ltr #flipbook .back-side,
.rtl #flipbook .p2 {
	background-position:-480px 0 !important;
}

#flipbook .last-page {
	background-position: 480px 0;
} */
#flipbook div.p1 {
  background-image: url("./pics/sq-front-cover.jpg") !important; }

.ltr #flipbook div.p2,
.rtl #flipbook .back-side {
  background-image: url("./pics/sq-left-page.png") !important; }

.ltr #flipbook .back-side,
.rtl #flipbook div.p2 {
  background-image: url("./pics/sq-right-page.png") !important; }

#flipbook .last-page {
  background-image: url("./pics/sq-back-cover.jpg") !important; }

#flipbook {
  /*width:960px;
  height:480px;*/
  /*margin-left: auto;*/
  /*margin-right: auto;*/
  background-image: url(./pics/spine.png);
  background-repeat: repeat-y;
  background-position: 50% 0;
  z-index: 50; }

#flipbook blockquote {
  color: #586078;
  margin: 10px 0;
  font-style: italic; }

#flipbook blockquote:before {
  content: "\201C";
  color: #333D53;
  font-size: 20px; }

#flipbook blockquote:after {
  content: "\201D";
  color: #333D53;
  font-size: 20px; }

#flipbook cite {
  font-size: 13px;
  font-weight: 200;
  font-style: normal;
  color: #666; }

#flipbook .book-content .center-pic {
  margin: 0;
  text-indent: 0;
  text-align: center; }

#flipbook .zoom-this:hover {
  opacity: 0.9;
  cursor: pointer; }

#flipbook .left-pic {
  float: left;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px; }

.animated {
  -webkit-transition: margin-left 0.2s ease-in-out;
  -moz-transition: margin-left 0.2s ease-in-out;
  -o-transition: margin-left 0.2s ease-in-out;
  -ms-transition: margin-left 0.2s ease-in-out;
  transition: margin-left 0.2s ease-in-out; }

.show-bar #flipbook .shadow {
  -webkit-transition: -webkit-box-shadow 0.5s;
  -moz-transition: -moz-box-shadow 0.5s;
  -o-transition: -webkit-box-shadow 0.5s;
  -ms-transition: -ms-box-shadow 0.5s;
  -webkit-box-shadow: 0 0 10px #999;
  -moz-box-shadow: 0 0 10px #999;
  -ms-box-shadow: 0 0 10px #999;
  -o-box-shadow: 0 0 10px #999;
  box-shadow: 0 0 10px #999; }

#flipbook .page {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }

/* #flipbook .p1,
#flipbook .p2,
#flipbook .p15, 
#flipbook .p16{
	background-color:white;
	background-image:url(./pics/book-covers.jpg) !important;
} */
/* #flipbook .p1{
	background-position:0 0;
}
 */
#flipbook div.p1 .side {
  width: 5px;
  /* height:600px; */
  height: 480px;
  position: absolute;
  top: 0;
  left: 475px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #333), color-stop(0.5, #666), color-stop(1, #333));
  background-image: -webkit-linear-gradient(left, #333, #666, #333);
  background-image: -moz-linear-gradient(left, #333, #666, #333);
  background-image: -ms-linear-gradient(left, #333, #666, #333);
  background-image: -o-linear-gradient(left, #333, #666, #333);
  background-image: linear-gradient(left, #333, #666, #333);
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right; }

#flipbook-transform div[page="1"] > div, #flipbook-transform div[page="2"] > div {
  overflow: visible !important; }

#flipbook .depth {
  display: none;
  background-image: url(./pics/pages-depth-sq.png);
  position: absolute;
  top: 7px;
  width: 16px;
  /* height:469px; */
  /* background-size: 0 100%: */ }

.ltr #flipbook .front-side .depth {
  left: 5px;
  background-position: 0 0; }

.ltr #flipbook .back-side .depth {
  right: 4px;
  background-position: right 0; }

.rtl #flipbook .front-side .depth {
  right: 4px;
  background-position: right 0; }

.rtl #flipbook .back-side .depth {
  left: 5px;
  background-position: 0 0; }

/* .ltr #flipbook .p2{
	background-position:-480px 0 !important;
}
.rtl #flipbook .p2{
	background-position:960px 0 !important;
} */
/* #flipbook .p111{
	background-position:-960px 0 !important;
}

#flipbook .p112{
	background-position:-1440px 0 !important;
} */
#flipbook .hard {
  /* 	width:480px;
      height:480px; */
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }

#flipbook .page-wrapper {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px; }

#flipbook .own-size {
  /*
  Default sample dimensions:
  width:460px;
  height:462px; */ }

.ltr #flipbook .even {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.95, #fff), color-stop(1, #dadada));
  background-image: -webkit-linear-gradient(left, #fff 95%, #dadada 100%);
  background-image: -moz-linear-gradient(left, #fff 95%, #dadada 100%);
  background-image: -ms-linear-gradient(left, #fff 95%, #dadada 100%);
  background-image: -o-linear-gradient(left, #fff 95%, #dadada 100%);
  background-image: linear-gradient(left, #fff 95%, #dadada 100%); }

.ltr #flipbook .odd {
  background: -webkit-gradient(linear, right top, left top, color-stop(0.95, #fff), color-stop(1, #cacaca));
  background-image: -webkit-linear-gradient(right, #fff 95%, #cacaca 100%);
  background-image: -moz-linear-gradient(right, #fff 95%, #cacaca 100%);
  background-image: -ms-linear-gradient(right, #fff 95%, #cacaca 100%);
  background-image: -o-linear-gradient(right, #fff 95%, #cacaca 100%);
  background-image: linear-gradient(right, #fff 95%, #cacaca 100%); }

.rtl #flipbook .even {
  background: -webkit-gradient(linear, right top, left top, color-stop(0.95, #fff), color-stop(1, #cacaca));
  background-image: -webkit-linear-gradient(right, #fff 95%, #cacaca 100%);
  background-image: -moz-linear-gradient(right, #fff 95%, #cacaca 100%);
  background-image: -ms-linear-gradient(right, #fff 95%, #cacaca 100%);
  background-image: -o-linear-gradient(right, #fff 95%, #cacaca 100%);
  background-image: linear-gradient(right, #fff 95%, #cacaca 100%); }

.rtl #flipbook .odd {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.95, #fff), color-stop(1, #dadada));
  background-image: -webkit-linear-gradient(left, #fff 95%, #dadada 100%);
  background-image: -moz-linear-gradient(left, #fff 95%, #dadada 100%);
  background-image: -ms-linear-gradient(left, #fff 95%, #dadada 100%);
  background-image: -o-linear-gradient(left, #fff 95%, #dadada 100%);
  background-image: linear-gradient(left, #fff 95%, #dadada 100%); }

#flipbook .loader {
  background-image: url(./pics/loader.gif);
  width: 22px;
  height: 22px;
  position: absolute;
  top: 280px;
  left: 219px; }

#flipbook .page-number {
  color: #999;
  width: 100%;
  bottom: 20px;
  left: -7px;
  position: absolute;
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 11px; }

#flipbook .table-contents {
  font-size: 16px;
  width: 300px;
  margin: 110px auto;
  color: #ccc; }

#flipbook .table-contents li {
  list-style: none;
  line-height: 25px; }

#flipbook .table-contents span {
  float: right; }

#flipbook .table-contents a {
  float: left;
  width: 100%;
  clear: both;
  text-decoration: none;
  color: #333;
  margin: 2px 0;
  padding: 0 10px; }

#flipbook .table-contents a:hover {
  background: #CAD1EE;
  float: left;
  width: 100%;
  clear: both;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }

/**
 *  Responsive Breakpoints
 */
@media only screen and (min-width: 1400px) {
  #flipbook .ob-book-cta {
    font-size: 16px; }
    #flipbook .ob-book-cta .img-cage {
      margin: 40px 0; }
  #flipbook .author-intro-page .book-content {
    font-size: 16px; }
    #flipbook .author-intro-page .book-content h1 {
      height: 84px;
      font-size: 26px; }
  #flipbook .author-intro-page .author-row .author-by h2 {
    font-size: 16px; }
  #flipbook .author-intro-page .author-row .stat-card {
    padding: 15px 40px; } }

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