/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.cf:before, .cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

#top-nav {
  background: #fff;
  width: 100%;
  border-bottom:2px solid #e5e5e5;
 }
  #top-nav img {
    float: left; }
  #top-nav .top-nav-left {
    background: transparent url("../img/david-walliams.png") center center no-repeat;
    background-size: 100%;
    float: left;
    height: 71px;
    width: 25%; }
  #top-nav .top-nav-middle {
    float: left;
    width: calc(75% - 260px); }
    #top-nav .top-nav-middle ul {
      border-left: 1px solid #e5e5e5;
      float: left;
      display: inline-block; }
      #top-nav .top-nav-middle ul li {
        display: inline-block;
        float: left; }
        #top-nav .top-nav-middle ul li a {
          -webkit-transition: all 150ms ease-in-out;
          -khtml-transition: all 150ms ease-in-out;
          -moz-transition: all 150ms ease-in-out;
          -ms-transition: all 150ms ease-in-out;
          -o-transition: all 150ms ease-in-out;
          transition: all 150ms ease-in-out;
          border-right: 1px solid #e5e5e5;
          color: #333;
          display: inline-block;
          font-size: 14px;
          line-height: 71px;
          padding: 0 20px;
          text-decoration: none;
          text-transform: uppercase; }
        #top-nav .top-nav-middle ul li a strong {
          font-weight: bold;
        }

        #top-nav .top-nav-middle ul li.active a, #top-nav .top-nav-middle ul li:hover a {
          background: #0d1222;
          color: #fff; }
        #top-nav .top-nav-middle ul li.mobile {
          display: none; }
  #top-nav .top-nav-right {
    float: right;
    width: 260px; }

#top-nav.top-nav-scrolled {
  position: fixed;
  z-index: 666; }

.search-field {
  padding: 19px 20px; }
  .search-field input[type="text"] {
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background: url(../img/magnifying-glass.png) no-repeat 180px center whitesmoke;
    background-size: 16px;
    border: 1px solid #d1d1d1;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    padding: 6px 35px 6px 15px;
    width: 160px; }
    .search-field input[type="text"]:focus {
      outline: none; }

.search-button {
  display: none; }

/*@media only screen and (min-width: 1024px) and (max-width: 1185px) { */

@media only screen and (min-width: 1024px) and (max-width: 1350px) {
  #top-nav .top-nav-left {
    display: none; }

  #top-nav .top-nav-middle {
    width: calc(100% - 260px); }

  #top-nav .top-nav-middle ul {
    border: none; } }
@media only screen and (max-width: 1023px) {
  #top-nav .top-nav-middle ul {
    border: none;
    float: right; }
    #top-nav .top-nav-middle ul li {
      width: 50%; }
      #top-nav .top-nav-middle ul li.desktop {
        display: none; }
      #top-nav .top-nav-middle ul li.mobile {
        display: block; }
      #top-nav .top-nav-middle ul li a {
        border: none;
        border-left: 1px solid #e5e5e5;
        font-size: 14px; }

  #top-nav .top-nav-left {
    background-position: left center;
    max-width: 360px;
    width: calc(100% - 108px); }

  #top-nav .top-nav-middle {
    float: right;
    width: 108px; }

  #top-nav .top-nav-right {
    display: none; } }
#top-nav .mobile-menu {
  display: none;
  background: #eee;
  border-top: 1px solid #e5e5e5; }
  #top-nav .mobile-menu ul li {
    text-align: center;
    width: 100%; }
    #top-nav .mobile-menu ul li a {
      color: #333;
      display: block;
      font-size: 14px;
      padding: 10px 0;
      text-decoration: none;
      text-transform: uppercase; }
    #top-nav .mobile-menu ul li.active a, #top-nav .mobile-menu ul li:hover a {
      background: #333;
      color: #fff; }

.mobile-search {
  display: none;
  text-align: center; }

.feature-block {
  font-size: 0;
  max-height: 666px;
  position: relative;
  text-align: center; }
  .feature-block img {
    height: auto;
    width: 100%;
    margin: 0 auto;
    max-width: 1100px; }
  .feature-block .feature-top {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50; }
  .feature-block .socials {
    float: right;
    text-align: right;
    width: 50%; }
    .feature-block .socials ul {
      margin: 22px 30px; }
      .feature-block .socials ul li {
        display: inline-block;
        padding-left: 15px; }
        .feature-block .socials ul li a {
          color: #fff;
          font-size: 24px; }
  .feature-block .change-theme, .feature-block .social-icons {
    float: left;
    text-align: right;
    margin: 25px 0 25px 10px;
    z-index: 700; }
  .feature-block .social-icons {
    float: right;  }
    .feature-block .change-theme a, .feature-block .social-icons a {
      color: #fff;
      font-size: 14px;
      float: left;
      line-height: 16px;
      text-decoration: none;
      text-transform: uppercase; }
    .feature-block .social-icons a {
      font-size: 16px;
    }
    .feature-block .change-theme i, .feature-block .social-icons i {
      color: #fff;
      font-size: 22px;
      margin: -4px 0 0 10px;
      overflow: hidden; }
    .feature-block .change-theme.over {
      margin-top: 26px; }
      .feature-block .change-theme.over a, .feature-block .change-theme.over i, .feature-block .social-icons a:hover i {
        color: #ddd; }

  .feature-block .sound-button {
    float: right;
    font-size: 16px;
    margin: 14px 10px;
  }


.single-book .feature-block {
  overflow: hidden; }

.page-template-template-about-david .feature-block {
  background: none; }

@media only screen and (min-width: 1260px) {
  .feature-block {
    background-position: top center; } }
#bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1; }
  #bg #bg-inner {
    height: 100%;
    margin: 0 auto;
    width: 100%; }

.books-nav {
  -webkit-transition: all 150ms ease-in-out;
  -khtml-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  display: none;
  /*background: #0d1222;*/
  /*background: rgba(13,18,34,0.7);*/
  background: rgba(1,175,236,0.9);
  position: fixed;
  top:0;
  left: 0;
  text-align: center;
  min-height: 200px;
  margin-top: 71px;
  padding-bottom: 20px;
  width: 100%;
  z-index: 500; }
  .books-nav.over {
    display: block; }
  .books-nav h2 {
    color: #fff;
    font-size: 20px;
    padding: 20px 0;
    text-transform: uppercase; }
  .books-nav ul.books {
    padding: 10px 10px 20px; }
    .books-nav ul.books li {
      position: relative;
      display: inline-block; }
      .books-nav ul.books li a {
        color: #fff;
        padding: 10px;
        text-decoration: none;
        text-transform: uppercase; }
        .books-nav ul.books li a img {
          height: auto;
          width: 100px; }
        .books-nav ul.books li.new-book a img {
          width: 120px; }
        .books-nav ul.books.picture-books li a img {
          height: auto;
          width: 130px; }
        .books-nav ul.books.picture-books li.new-book a img {
          width: 150px; }


        .books-nav ul.books li a h3 {
          padding: 5px; }
        .books-nav ul.books li .new-flash {
          position: absolute;
          top: -25px;
          left: -25px;
          height: 60px;
          width: 60px;
        }
        .books-nav ul.books li .new-flash img {
          height: auto;
          width: 100%;
        }
  .books-nav .books-nav-close {
    position: absolute;
    top: 0;
    left: 0;
    margin: 25px 0 25px 10px; }
    .books-nav .books-nav-close a {
      color: #fff;
      font-size: 14px;
      float: left;
      text-decoration: none;
      text-transform: uppercase; }
      .books-nav .books-nav-close a i {
        font-size: 16px;
        margin-right: 5px; }
    .books-nav .books-nav-close.over {
      margin-top: 26px; }
      .books-nav .books-nav-close.over a, .books-nav .books-nav-close.over i {
        color: #ddd; }

@media only screen and (max-width: 1023px) {
    .books-nav.over {
      display: none;
    }
}


.animation-top,
.animation-left,
.animation-right,
.animation-across {
  display: none; }

.animation-top img,
.animation-left img,
.animation-right img {
  font-size: 0;
  width: 100%;
  height: auto; }

.animation-across img {
  font-size: 0;
  width: auto;
  height: 100%; }

.mute-button {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
 /* position: absolute;
  bottom: 10px;
  left: 0;*/
  color: white;
  background: rgba(33, 33, 33, 0.33);
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 15px; }

  .mute-button i {
    padding: 5px; }
  .mute-button .mute {
    display: block; }
  .mute-button .unmute {
    display: none; }
  .mute-button.muted .mute {
    display: none; }
  .mute-button.muted .unmute {
    display: block; }
  .mute-button:hover {
    background: rgba(33, 33, 33, 0.66); }

html {
  min-height: 100%; }

body {
  background: #f3f3f3;
  font-family: 'PT Sans', sans-serif;
  line-height: 1.35;
  min-height: 100%; }

#page {
  overflow-x: hidden;
  overflow-y: hidden;
  
}

.single-book #page {
  overflow-y: unset;
  display: table;
  width: 100%;
  z-index: 1000 !important;
}

#book-hero {
  display: table-row;
}

.page-template-template-rajs-shop-php #page {
    overflow-x: visible;
}

#content {
  padding: 0 20px;
  z-index: 500;
  min-height: 300px; }

.content-area {
  z-index: 600;
}

.single-book .content-area {
  display: table-row;
  width: 100%;
}

.content-area {
  z-index: 600;
}

.single-book .content-area {
  display: table-row;
  width: 100%;
}

.page-template-template-home #content {
  position: relative;
  top: -80px; }

h1, h2, h3, h4 {
  font-family: 'EB Garamond', serif;
}

h1 {
  font-size: 24px;
  padding-bottom: 16px;
  }

h2 {
  font-size: 16px; }

p {
  font-size: 16px;
  margin: 0 0 16px 0; }

p:first-of-type {
  font-size: 20px;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

.double-wrapper {
  padding-bottom: 40px; }
  .double-wrapper .double-left {
    float: left;
    margin: 0 2% 0 10%;
    width: 38%; }
  .double-wrapper .double-right {
    float: right;
    margin: 0 10% 0 2%;
    width: 38%; }

  .double-wrapper .double-left img {
    height: auto;
    width: 100%;
  }
  .double-wrapper .double-left a img {
    border:none; vertical-align:top;
  }


    .double-wrapper .irCont {
      max-width: 708px;
      margin: 0 auto;
      padding: 0 20px 50px;
    }
    .double-wrapper .irCont > img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 0 22px;
    }
    .double-wrapper .irCont p a {
      font-size: 12px;
      text-transform: uppercase;
      color: #45b6ed;
      border-bottom: 1px solid #45b6ed;
    }
    .double-wrapper .irCont .button {
      float: right;
      background: #fa0266;
    }
    .double-wrapper .irCont .button span {
      color: #FFF;
    }
     .double-wrapper .overflowH {
      overflow: hidden;
      width: 50%;
     }
  .embed-container { clear: both; position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
    .double-wrapper .double-right img {
      height: auto;
      width: 100%; }
  .double-wrapper p a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #666; }
  .double-wrapper.no-padding {
    padding-bottom: 0; }

.page-content {
  background: white;
  color: #333;
  min-height: 500px;
  padding: 20px 0; }

@media only screen and (max-width: 1023px) {
  .double-wrapper .double-left {
    float: none;
    margin: 0 auto;
    width: 90%; }
  .double-wrapper .double-right {
    float: none;
    margin: 0 auto;
    width: 90%; } }
.sharing {
  padding-bottom: 10px; }

.share-icon {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: background 150ms ease-in-out;
  -khtml-transition: background 150ms ease-in-out;
  -moz-transition: background 150ms ease-in-out;
  -ms-transition: background 150ms ease-in-out;
  -o-transition: background 150ms ease-in-out;
  transition: background 150ms ease-in-out;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 3px; }
  .share-icon i {
    color: #fff;
    padding: 6px 0 0 8px; }
  .share-icon.icon-facebook {
    background: #19569B; }
    .share-icon.icon-facebook:hover {
      background: #123e6f; }
  .share-icon.icon-twitter {
    background: #00B3EA; }
    .share-icon.icon-twitter:hover {
      background: #008cb7; }
  .share-icon.icon-google-plus {
    background: #FF2E00; }
    .share-icon.icon-google-plus:hover {
      background: #cc2500; }

.box {
  display: block;
  position: relative;
  width: 20%; }
  .box .box-lip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.38);
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    height: 60px;
    margin: 10px;
    z-index: -1; }
  .box .box-flash {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 60px;
    width: 60px;
  }
  .box .box-flash img {
    height: auto;
    width: 100%;
  }

  .box .box-outer {
    -webkit-box-shadow: 0 2px 5px 0px rgba(0,0,0,0.38);
    -khtml-box-shadow: 0 2px 5px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 0 2px 5px 0px rgba(0,0,0,0.38);
    -ms-box-shadow: 0 2px 5px 0px rgba(0,0,0,0.38);
    -o-box-shadow: 0 2px 5px 0px rgba(0,0,0,0.38);
    box-shadow: 0 2px 5px 0px rgba(0,0,0,0.38);
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background: #e5e5e5;
    margin: 10px 10px 20px; }
  .box .box-inner {
    min-height: 140px;
    padding: 15px 20px 5px; }
      .box .box-inner h2 a {
      color: #000; 
      text-decoration: none;}
    .box .box-inner p {
      font-size: 15px; }
      .box .box-inner p strong {
        font-weight: bold; }
  .box .box-news {
    -webkit-border-top-left-radius: 20px;
    -khtml-border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    -ms-border-top-left-radius: 20px;
    -o-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -khtml-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    -ms-border-top-right-radius: 20px;
    -o-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    position: relative; }
    .box .box-news.text-light {
      color: #ddd; }
    .box .box-news.text-dark {
      color: #222; }
    .box .box-news p {
      font-size: 16px; }
    .box .box-news .box-news-overlay {
      position: absolute;
      top: 0;
      right: 0;
      padding: 30px 20px 10px; }
  .box .box-image-wrapper {
    -webkit-border-top-left-radius: 20px;
    -khtml-border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    -ms-border-top-left-radius: 20px;
    -o-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -khtml-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    -ms-border-top-right-radius: 20px;
    -o-border-top-right-radius: 20px;
    border-top-right-radius: 20px; }
  .box img {
    -webkit-border-top-left-radius: 20px;
    -khtml-border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    -ms-border-top-left-radius: 20px;
    -o-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -khtml-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    -ms-border-top-right-radius: 20px;
    -o-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    height: auto;
    width: 100%; }
  .box h2 {
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 5px; }
  .box .box-extra {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
    }
  .box .box-extra-inner {
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    display: block;
    height: calc(100% - 30px);
    margin: 10px 10px 20px;
  }

.picture-book .box {
  width: 33.33%; }

@media only screen and (min-width: 1400px) {
  .box {
    width: 20%; }

  .picture-book .box {
    width: 33.33%; } }
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .box {
    width: 25%; }

  .picture-book .box {
    width: 33.33%; } }
@media only screen and (min-width: 940px) and (max-width: 1199px) {
  .box {
    width: 33.33%; } }
@media only screen and (min-width: 500px) and (max-width: 939px) {
  .box {
    width: 50%; }
  .page-template-template-rajs-shop-php .box .box-inner p {
    font-size: 13px;
  }
  .buyNav > li > span {
    display: none;
  }
}
@media only screen and (max-width: 499px) {
  .box {
    width: 100%; }
  .buyNav > li > span {
    display: inline-block;
  } }
.box-type-news .box-inner,
.box-type-david .box-inner,
.box-type-david-image .box-inner,
.box-type-event .box-inner {
  background: #fff;
  text-align: center;
  -webkit-border-bottom-left-radius: 20px;
  -khtml-border-bottom-left-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  -ms-border-bottom-left-radius: 20px;
  -o-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -khtml-border-bottom-right-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  -ms-border-bottom-right-radius: 20px;
  -o-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px; }
  .box-type-news .box-inner a,
  .box-type-david .box-inner a,
  .box-type-david-image .box-inner a,
  .box-type-event .box-inner a {
    display: inline-block;
    padding-top: 20px;
    color: #222;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden; }

.box-type-promo {
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }

.box-image-promo {
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }

.button {
  background-color: #FC0266;
  border: 2px solid black;
  -webkit-box-shadow: 0 7px 0px 0px rgba(0,0,0,0.38);
  -khtml-box-shadow: 0 7px 0px 0px rgba(0,0,0,0.38);
  -moz-box-shadow: 0 7px 0px 0px rgba(0,0,0,0.38);
  -ms-box-shadow: 0 7px 0px 0px rgba(0,0,0,0.38);
  -o-box-shadow: 0 7px 0px 0px rgba(0,0,0,0.38);
  box-shadow: 0 7px 0px 0px rgba(0,0,0,0.38);
  -webkit-border-radius: 32px;
  -khtml-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  border-radius: 32px;
  -webkit-transition: all 100ms ease-in-out;
  -khtml-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  float: left;
  height: 50px;
  min-width: 50px;
  margin-right: 20px;
  text-decoration: none; }
  .button span {
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 54px;
    padding: 0 10px;
    text-align: center; }
  .button i {
    font-size: 24px; }
  .button:hover {
    -webkit-box-shadow: 0 2px 0px 0px rgba(0,0,0,0.38);
    -khtml-box-shadow: 0 2px 0px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 0 2px 0px 0px rgba(0,0,0,0.38);
    -ms-box-shadow: 0 2px 0px 0px rgba(0,0,0,0.38);
    -o-box-shadow: 0 2px 0px 0px rgba(0,0,0,0.38);
    box-shadow: 0 2px 0px 0px rgba(0,0,0,0.38);
    margin-top: 5px; }
  .button.button-video span {
    margin: 1px -3px 0 3px; }
  .button.button-audio span {
    margin: 0; }
  .button.button-buy span {
    padding: 0 15px; }

.button-lrg span {
  font-size: 20px;
  font-weight: bold;
  margin-top: -2px;
  text-transform: uppercase;
  padding: 0 30px;
}


.box-image-wrapper {
  position: relative;
}


#new-content {
  display: none;
}

/* Diagnostics */
 /* #new-content {
    display: block;
    z-index: -1000;
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: auto;
    opacity: .5;
}
#new-content .content-area {
    display: block;
    position: relative;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
}

.grid.hidden {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
} */
/* Diagnostics end */

#new-content .content-area .grid .box {
  min-height: 500px;
  height: 500px;
}

.content-area .grid.hidden {
  height: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.home .footer .load-more {
  display: none;
}

.content-area .grid .box {
  display: inline-block !important;
}

.content-area .grid {
  padding-bottom: 1em;
}

.content-area .loading {
  display: block;
  text-align: center;
  color: #fff;
}

/* .content-area .grid .box.box-type-event {
  width: 100% !important;
} */

.grid-load-more {
  display: none; }

.alignright {
  margin-left: 70px;
  overflow: hidden;
  padding-top: 5px; }

.alignright-buy {
  overflow: hidden;
  padding-top: 5px;
  min-height: 54px;
  text-align: center;
}

.alignright-buy h3 {
  font-size:1.2em;
}

.alignright-buy.no-item {
  margin-left: 0;
}


.buyNav {
    width: 100%;
    float: left;
    clear: both;
    margin: 22px 0 0 0;
    text-transform: uppercase;
    text-align: center;
}
.buyLocation {
    margin: 2px 0 0 0;
    float: right;
    font-size: 12px;
    text-transform: uppercase;
}
.buyNav a {
    /*display: block;
    width: 10em;*/
    display: inline-block;
    color: #000;
    text-decoration: none;
}
.buyNav > li:hover a, .buyNav > li.sfhover a {
    color: #07b0cf;
    background: #FFF;
}
.buyNav > li.ulisempty a,
.buyNav > li.ulisempty.sfhover a {
  background: none;
  color: black;
  opacity: 0.5;
}
.buyNav > li.ulisempty ul {
  display: none;
}

.buyNav li {
    position: relative;
    z-index: 110;
}
.buyLocation li {
    position: relative;
    z-index: 100;
}
.buyLocation li .flag {
    width: auto;
    border-radius: 0;
    float: right;
    margin: 0 0 0 10px;
}
.buyLocation > li a {
    line-height: 21px;
}
.buyNav > li {
    float: left;
    width: 29%;
    /*font-size: 16px;*/
    font-size: 14px;
}
.buyNav > li.audiobook {
    width: 42%;
}
.buyNav > li a {
    padding: 1px 5px;
}
.buyNav > li > span {
    padding: 0 0 0 4px;
}
.buyNav li ul, .buyLocation li ul {
    position: absolute;
    /*width: 10em;*/
    width: 190px;
    /*width: auto;*/
    margin: 0 0 0 -60px;
    left: -999em;
    padding: 8px 0 9px;
    background: #FFF;
    -webkit-box-shadow: 2px 3px 1px 0px rgba(0,0,0,0.38);
    -khtml-box-shadow: 2px 3px 1px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 2px 3px 1px 0px rgba(0,0,0,0.38);
    -ms-box-shadow: 2px 3px 1px 0px rgba(0,0,0,0.38);
    -o-box-shadow: 2px 3px 1px 0px rgba(0,0,0,0.38);
    box-shadow: 2px 3px 1px 0px rgba(0,0,0,0.38);
}

.buyNav > li.audiobook ul {
    margin-left: -40px;
}
.buyLocation li ul {
    width: 155px;
    padding: 8px 5px 9px;
    margin: 0 0 0 -40px;
    text-align: center;
}
.buyNav li ul li, .buyLocation li ul li {
    width: 100%;
    float: none;
    display: none;
    font-size: 12px;
    padding: 2px 0;
}
.buyLocation li ul a.country {
    text-align: right;
}
.buyNav li ul li.uk, .buyLocation li ul li {
    display: block;
}
.buyNav li ul li a, .buyLocation li ul li a:hover, .buyLocation > li a {
    color: #07b0cf;
    text-decoration: underline;
}
.buyLocation li ul li a {
    color: #7c7e7e;
    display: block;
    text-decoration: underline;
}
.buyNav li ul li a:hover {
    color: #000;
}
.buyNav li:hover ul, .buyLocation li:hover ul {
    left: auto;
}
.buyNav li:hover ul, .buyNav li.sfhover ul, .buyLocation li:hover ul, .buyLocation li.sfhover ul {
    left: auto;
}

.maxwidth {
  margin: 0 auto;
  max-width: 1500px;
  position: relative; }

.maxwidth-main {
  margin: 0 auto;
  max-width: 1520px; }

.footer {
  position: relative;
  color: #fff;
  font-size: 11px;
  padding: 0 20px;
  padding-top: 100px;
  z-index: auto; }
  .footer .maxwidth {
    border-top: 1px solid rgba(255, 255, 255, 0.62);
    padding: 50px 0; }
  .footer .footer-left {
    float: left;
    padding-bottom: 10px;
    width: 49%; }
    .footer .footer-left img {
      height: auto;
      width: 100%;
      max-width: 260px; }
  .footer .footer-right {
    float: right;
    padding-bottom: 10px;
    text-align: right;
    width: 49%; }
    .footer .footer-right img {
      height: auto;
      width: 100%;
      max-width: 260px; }
  .footer a {
    color: #fff;
    text-decoration: none; }
  .footer .load-more {
    left: 0;
    position: absolute;
    text-align: center;
    top: 69px;
    width: 100%;
    z-index: 10; }
    .footer .load-more a {
      float: none;
      display: inline-block;
      margin: 0; }
      .footer .load-more a span {
        padding: 0 20px; }
      .footer .load-more a:hover {
        margin-top: 5px; }

.footer-links-upper li, .footer-links-lower li {
    display: inline-block;
    margin-right:5px;
    margin-bottom:5px;
}

@media only screen and (max-width: 480px) {
  .footer .footer-left img,
  .footer .footer-right img {
    width: 90%; }

  .footer-row-bottom .footer-left,
  .footer-row-bottom .footer-right {
    text-align: center;
    width: 100%; } }
.content-row {
  background: #fff; }
  .content-row .content-col-1 {
    float: left;
    width: 25%; }
  .content-row .content-col-2 {
    float: left;
    width: 50%; }

.offsetme {
  position: relative;
  top: -50px; }

.filter,
.mwfilter {
  color: #fff;
  padding: 90px 30px 30px;
  padding: 40px 30px 30px;
  margin: 0 10px;
  text-align: center; }
  .filter ul li,
  .mwfilter ul li {
    display: inline-block;
    font-size: 1.1em;
    list-style: none;
    text-transform: uppercase;
    padding: 10px; }
    .filter ul li a,
    .mwfilter ul li a {
      -webkit-transition: color 100ms ease-in-out;
      -khtml-transition: color 100ms ease-in-out;
      -moz-transition: color 100ms ease-in-out;
      -ms-transition: color 100ms ease-in-out;
      -o-transition: color 100ms ease-in-out;
      transition: color 100ms ease-in-out;
      color: rgba(255, 255, 255, 0.5);
      text-decoration: none; }
      .filter ul li a.active,
      .mwfilter ul li a.active {
        border-bottom: 2px solid white;
        color: white;
        padding-bottom: 2px; }
      .filter ul li a:hover,
      .mwfilter ul li a:hover {
        color: white; }
  .filter.filter-no-button,
  .mwfilter.filter-no-button {
    padding: 30px; }

.about-content {
  background: white;
  padding: 20px 10px 80px; }

.about-columns .about-columns-left {
  float: left;
  margin-left: 10%;
  margin-right: 3%;
  width: 37%;
  padding-top: 20px; }

.about-columns .about-columns-left strong {
  color: #333;
  font-weight: bold;
}
.about-columns .about-columns-left a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #666;
}

.about-columns .about-columns-right.full-width {
  box-sizing: border-box;
  float: right;
  width: 50%;
}
.about-columns .about-columns-right.full-width .box {
  float: left;
  width: 99%;
  
}

@media ( min-width: 1250px ){
  .about-columns .about-columns-right.full-width .box  .box-inner {
    padding-left: 20%;
    padding-right: 20%;
  }
}


.about-columns .about-columns-right {
  float: right;
  width: 50%; }
  .about-columns .about-columns-right .box {
    float: left;
    width: 70%; }
    .about-columns .about-columns-right .box h3 {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      padding-bottom: 20px; }
    .about-columns .about-columns-right .box p {
      font-size: 14px; }
    .about-columns .about-columns-right .box .questions-slider .questions-question p {
      font-size: 16px;
      margin-bottom: 0; }
    .about-columns .about-columns-right .box .questions-slider p.question-from {
      font-weight: bold;
      padding: 5px 0 20px; }
    .about-columns .about-columns-right .box .questions-slider .questions-answer p {
      color: #333;
      font-size: 18px;
      font-style: italic; }

      .about-columns .box-outer {
        background:rgb(76, 179, 220);
        padding-bottom:20px;
      }

@media only screen and (min-width: 820px) and (max-width: 1023px) {
  .about-columns .about-columns-left {
    margin-left: 3%;
    margin-right: 3%;
    width: 34%; }
  .about-columns .about-columns-right {
    width: 60%; }

  .second-content.about-linked .box {
    width: 33.33%; }

  .second-content.about-linked .box:nth-child(4) {
    display: none; } }
@media only screen and (min-width: 600px) and (max-width: 819px) {
  .about-columns .about-columns-left {
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 10%;
    width: 94%; }
  .about-columns .about-columns-right {
    width: 100%; }

  .second-content.about-linked .box {
    width: 50%; } }
@media only screen and (max-width: 600px) {
  .about-columns .about-columns-left {
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 10%;
    width: 94%; }
  .about-columns .about-columns-right {
    width: 100%; }
    .about-columns .about-columns-right .box {
      float: none;
      width: 100%; }

  .second-content.about-linked .box {
    width: 100%; } }
.button-ask-outer {
  min-height: 100px;
  padding: 15px 20px 5px;
  text-align: center; }

.button-ask {
  background-color: #FC0266;
  border: 2px solid black;
  -webkit-box-shadow: 0 7px 0px 0px rgba(0,0,0,0.38);
  -khtml-box-shadow: 0 7px 0px 0px rgba(0,0,0,0.38);
  -moz-box-shadow: 0 7px 0px 0px rgba(0,0,0,0.38);
  -ms-box-shadow: 0 7px 0px 0px rgba(0,0,0,0.38);
  -o-box-shadow: 0 7px 0px 0px rgba(0,0,0,0.38);
  box-shadow: 0 7px 0px 0px rgba(0,0,0,0.38);
  -webkit-border-radius: 32px;
  -khtml-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  border-radius: 32px;
  -webkit-transition: all 100ms ease-in-out;
  -khtml-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  height: 50px;
  min-width: 50px;
  margin-right: 20px;
  display: inline-block;
  width: 50%;
  margin: 0 auto;
  text-decoration: none; }
  .button-ask span {
    color: #fff;
    display: block;
    font-size: 17px;
    line-height: 54px;
    padding: 0 20px;
    text-align: center; }
  .button-ask:hover {
    -webkit-box-shadow: 0 2px 0px 0px rgba(0,0,0,0.38);
    -khtml-box-shadow: 0 2px 0px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 0 2px 0px 0px rgba(0,0,0,0.38);
    -ms-box-shadow: 0 2px 0px 0px rgba(0,0,0,0.38);
    -o-box-shadow: 0 2px 0px 0px rgba(0,0,0,0.38);
    box-shadow: 0 2px 0px 0px rgba(0,0,0,0.38);
    margin-top: 5px; }
  .button-ask.asking {
    background-color: #666; }

#question-form label {
  display: block;
  font-size: 14px;
  padding-bottom: 5px;
  width: 100%; }
#question-form input[type=checkbox] {
  float: left;
  width: auto;
}
#question-form input, #question-form textarea {
  border: 1px solid #ccc;
  display: block;
  font-size: 16px;
  padding: 5px 3px;
  width: calc(100% - 10px); }
#question-form textarea {
  min-height: 80px;
  margin-bottom: 20px; }

.move-higher {
  position: relative;
  top: -50px; 
  padding-bottom: 1em; }

.second-content .box {
  float: left;
  display: block;
  width: 25%; }

.backhome {
  color: #333333;
  float: right;
  font-size: 24px;
  padding: 0 0 18px; }

.add-to-favourites {
  border: 1px solid #ccc;
  background: #eee;
  color: #333333;
  font-size: 14px;
  padding: 5px;
  text-decoration: none;
  text-transform: uppercase; }
  .add-to-favourites.add-this-item .remove-item {
    display: none; }
  .add-to-favourites.remove-this-item .add-item {
    display: none; }
  .add-to-favourites:hover {
    color: black; }
  .add-to-favourites i {
    font-size: 10px; }

.join-in-button {
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10; }
  .join-in-button a {
    float: none;
    display: inline-block;
    margin: 0; }
    .join-in-button a span {
      padding: 0 20px; }
    .join-in-button a:hover {
      margin-top: 5px; }

.quotes h2 {
  background: url(../img/h2-middle-line.png) center center repeat-x;
  font-size: 13px;
  margin: 20px 0 30px;
  text-align: center;
  text-transform: uppercase; }
  .quotes h2 span {
    background: white;
    padding: 0 30px; }

.book-subnav {
  background: white;
  text-align: center; }
  .book-subnav ul {
    font-size: 0;
    background: white;
    border-left: 1px solid #e5e5e5;
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    top: -50px; }
    .book-subnav ul li {
      display: inline-block; }
      .book-subnav ul li a {
        -webkit-transition: all 150ms ease-in-out;
        -khtml-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
        border-right: 1px solid #e5e5e5;
        color: #333;
        display: inline-block;
        font-size: 14px;
        line-height: 50px;
        padding: 0 20px;
        text-decoration: none;
        text-transform: uppercase; }
      .book-subnav ul li.active a, .book-subnav ul li:hover a {
        background: #0d1222;
        color: #fff; }

.book-content {
  background: white;
  padding: 20px 10px 40px; }
  .book-content section {
    display: none;
    position: relative; }
  .book-content section:first-child {
    display: block; }

section.section-wrapper {
  min-height: 500px; }

section.section-overview .double-right {
  position: relative;
  padding-bottom: 30px; }
  /*
  section.section-overview .double-right .book-image {
    display: block;
    height: 400px;
    position: relative; }
    */
    section.section-overview .double-right .book-image img {
      display: block;
      height: 100%;
      width: auto;
      width: 100%;
      margin: 0 auto; }
  section.section-overview .double-right .place-button {
    position: absolute;
    bottom: 20%;
    right: 50%; }
    section.section-overview .double-right .place-button a {
      margin-right: 60px; }

@media only screen and (max-width: 499px) {
  section.section-overview .double-right .book-image img {
    width: 100%;
    height: auto; }

  section.section-overview .double-right .place-button {
    position: absolute;
    bottom: 20%;
    right: 50%; }
    section.section-overview .double-right .place-button a {
      margin-right: 30px; } }
ul.book-characters {
  padding: 0 0 40px; }
ul.book-characters li {
  float: left;
  list-style: none;
  text-align: center;
  width: 19%;
  margin: 0.5%; }
  ul.book-characters li .inner {
    padding: 10px;
    -webkit-box-shadow: 0 2px 5px 0px rgba(0,0,0,0.38);
    -khtml-box-shadow: 0 2px 5px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 0 2px 5px 0px rgba(0,0,0,0.38);
    -ms-box-shadow: 0 2px 5px 0px rgba(0,0,0,0.38);
    -o-box-shadow: 0 2px 5px 0px rgba(0,0,0,0.38);
    box-shadow: 0 2px 5px 0px rgba(0,0,0,0.38);
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px; }
  ul.book-characters li img {
    height: auto;
    width: 100%; }
  ul.book-characters li a {
    text-decoration: none; 
    /* fix for not working character modal */
    cursor: default;
  }
    ul.book-characters li a h2 {
      color: black;
      font-weight: bold; }
    ul.book-characters li a p {
      color: black;
      font-size: 16px; }

.each-character {
  background: white;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 500px; }
  .each-character.loading {
    background: white url(../img/loading_spinner.gif) center center no-repeat; }
  .each-character > div {
    display: none; }
    .each-character > div h1 {
      font-size: 24px;
      padding-bottom: 16px; }
    .each-character > div a.close-button {
      color: black;
      font-size: 14px;
      float: right;
      text-decoration: none;
      text-transform: uppercase; }
    .each-character > div img {
      border: 1px solid #111;
      display: block;
      margin: 50px auto; }
  .each-character .character-nav {
    padding: 20px 0; }
    .each-character .character-nav a {
      color: #0d1222;
      text-decoration: none; }
    .each-character .character-nav span {
      color: #fa0266;
      text-transform: uppercase;
      padding: 0 10px; }
    .each-character .character-nav .character-nav-left {
      float: left;
      width: 50%; }
    .each-character .character-nav .character-nav-right {
      float: right;
      text-align: right;
      width: 50%; }

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  ul.book-characters li {
    width: 24%; } }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  ul.book-characters li {
    width: 32.33%; } }
@media only screen and (min-width: 481px) and (max-width: 767px) {
  ul.book-characters li {
    width: 49%; } }
@media only screen and (max-width: 480px) {
  ul.book-characters li {
    width: 100%; margin: 0; } }
.book-scenes-left {
  display: block;
  float: left;
  width: 50px;
  visibility: hidden; }

.book-scenes-right {
  display: block;
  float: right;
  width: 50px;
  visibility: hidden; }

.book-scenes-left,
.book-scenes-right {
  position: relative;
  text-align: center; }
  .book-scenes-left a,
  .book-scenes-right a {
    color: #333;
    display: block;
    font-size: 36px;
    opacity: 0.62;
    text-decoration: none; }
    .book-scenes-left a span,
    .book-scenes-right a span {
      position: absolute;
      top: 50%;
      left: 12px; }
    .book-scenes-left a:hover,
    .book-scenes-right a:hover {
      opacity: 1; }

ul.scenes-slider {
  float: left;
  width: calc(100% - 100px); }
  ul.scenes-slider li .inner {
    padding: 10px 25px 60px; }
  ul.scenes-slider li img {
    height: auto;
    width: 100%; }
  ul.scenes-slider .owl-pagination a.arrow {
    color: #333;
    opacity: 0.62; }
    ul.scenes-slider .owl-pagination a.arrow:hover {
      opacity: 1; }

.big-picture {
  display: block;
  height: 500px; }
  .big-picture img.landscape {
    display: block;
    height: auto;
    width: 100%;
    margin: 0 auto; }
  .big-picture img.portrait {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto; }

.section-words {
  min-height: 500px; }
  .section-words .double-wrapper .double-left {
    float: left;
    margin: 0;
    width: 50%; }

.word-description h2 {
  font-size: 24px; }
.word-description h3 {
  color: #666;
  font-size: 18px;
  font-style: italic; }

.words-inner {
  margin: 10px 10%;
  min-height: 400px; }
  .words-inner .all-letters {
    color: #666;
    font-size: 20px;
    padding-top: 20px; }
    .words-inner .all-letters span {
      color: #666;
      padding: 3px 5px; }
      .words-inner .all-letters span.active {
        color: black;
        cursor: pointer;
        font-weight: bold; }
  .words-inner .letter-groups {
    padding-top: 30px; }
    .words-inner .letter-groups .letter-group span {
      color: #666;
      cursor: pointer;
      font-size: 18px; }
      .words-inner .letter-groups .letter-group span:hover {
        color: black; }
      .words-inner .letter-groups .letter-group span.active {
        color: black; }

.owl-pagination {
  padding-bottom: 20px; }
  .owl-pagination a.arrow {
    -webkit-transition: all 100ms ease-in-out;
    -khtml-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    cursor: pointer;
    display: inline-block;
    font-size: 36px;
    margin: 5px 7px;
    zoom: 1; }
    .owl-pagination a.arrow.arrow-left {
      margin-right: 20px; }
    .owl-pagination a.arrow.arrow-right {
      margin-left: 20px; }

body .owl-theme .owl-controls .owl-page span {
  background: #3d414e;
  border: 3px solid #3d414e;
  background: white;
  border: 3px solid white;
}



body .owl-theme .owl-controls .owl-page.active span {
  background: #fff;
  border: 3px solid #fb3484; }

.change-theme-box-close {
  position: absolute;
  top: 0;
  left: 0;
  margin: 25px 0 25px 10px; }
  .change-theme-box-close a {
    color: #fff;
    font-size: 14px;
    float: left;
    text-decoration: none;
    text-transform: uppercase; }
    .change-theme-box-close a i {
      font-size: 16px;
      margin-right: 5px; }
  .change-theme-box-close.over {
    margin-top: 26px; }
    .change-theme-box-close.over a, .change-theme-box-close.over i {
      color: #ddd; }

.change-theme-box {
  display: none;
  background: #0d1222;
  background: rgba(13,18,34,0.7);
  background: rgba(1,175,236,0.9);
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  min-height: 200px;
  width: 100%;
  z-index: 700; }
  .change-theme-box h2 {
    color: #fff;
    padding: 60px 10px;
    text-align: center;
    text-transform: uppercase; }
  .change-theme-box span.current {
    color: #FA0266;
    font-size: 16px;
    font-weight: bold; }
  .change-theme-box .owl-pagination a.arrow {
    color: white; }
    .change-theme-box .owl-pagination a.arrow:hover {
      opacity: 0.62; }

.slide-inner {
  padding: 10px 20px 30px;
  text-align: center; }
  .slide-inner h3 {
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    text-transform: uppercase;
    min-height: 50px; }
  .slide-inner a.select-button {
    background: #fa0266;
    border: 2px solid black;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin: 0 0 5px 0;
    padding: 3px 20px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 7px 0px 0px rgba(0,0,0,0.38);
    -khtml-box-shadow: 0 7px 0px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 0 7px 0px 0px rgba(0,0,0,0.38);
    -ms-box-shadow: 0 7px 0px 0px rgba(0,0,0,0.38);
    -o-box-shadow: 0 7px 0px 0px rgba(0,0,0,0.38);
    box-shadow: 0 7px 0px 0px rgba(0,0,0,0.38);
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 100ms ease-in-out;
    -khtml-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out; }
    .slide-inner a.select-button:hover {
      -webkit-box-shadow: 0 2px 0px 0px rgba(0,0,0,0.38);
      -khtml-box-shadow: 0 2px 0px 0px rgba(0,0,0,0.38);
      -moz-box-shadow: 0 2px 0px 0px rgba(0,0,0,0.38);
      -ms-box-shadow: 0 2px 0px 0px rgba(0,0,0,0.38);
      -o-box-shadow: 0 2px 0px 0px rgba(0,0,0,0.38);
      box-shadow: 0 2px 0px 0px rgba(0,0,0,0.38);
      margin: 5px 0 0 0; }

.quotes .quotes-slider .slide {
  padding: 20px;
  text-align: center; }
  .quotes .quotes-slider .slide p {
    font-size: 16px; }
  .quotes .quotes-slider .slide h3 {
    font-weight: bold; }
.quotes .quotes-slider .owl-pagination a.arrow {
  color: #333;
  opacity: 0.62; }
  .quotes .quotes-slider .owl-pagination a.arrow:hover {
    opacity: 1; }

.gallery-slider li {
  border: 1px solid #E5E5E5;
  margin: 10px;
  cursor: pointer; }
  .gallery-slider li img {
    display: block;
    height: auto;
    width: 100%; }
.gallery-slider .owl-pagination a.arrow {
  color: #333;
  opacity: 0.62; }
  .gallery-slider .owl-pagination a.arrow:hover {
    opacity: 1; }

.splash h1 {
  font-size: 24px;
  padding: 0 0 12px; }
.splash h2 {
  font-size: 20px;
  padding: 0 0 12px; }
.splash .splash-inner {
  padding: 15px; }
.splash .splash-left {
  float: left;
  width: 50%; }
.splash .splash-right {
  float: right;
  width: 50%; }

.login-process {
  background: #eee;
  border: 1px solid #ccc;
  display: block;
  overflow: hidden;
  margin: 20px 0;
  min-height: 250px; }
  .login-process .login-block {
    display: block;
    text-align: center; }
    .login-process .login-block .login-inner {
      padding: 20px; }
      .login-process .login-block .login-inner input.textfield,
      .login-process .login-block .login-inner input.textpassword {
        font-family: 'PT Sans';
        font-size: 16px;
        padding: 5px; }
      .login-process .login-block .login-inner h2 {
        padding-top: 10px; }
  .login-process .login-button {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 150ms ease-in-out;
    -khtml-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    background: #666;
    color: white;
    border: 0;
    cursor: pointer;
    font-size: 14px;
    outline: 0;
    padding: 10px 20px;
    margin: 10px; }
    .login-process .login-button:hover {
      background: #4d4d4d; }
  .login-process .error-msg {
    color: red; }
    .login-process .error-msg span {
      display: block;
      padding: 10px; }

.reg-process {
  background: #eee;
  border: 1px solid #ccc;
  display: block;
  overflow: hidden;
  margin: 20px 0;
  min-height: 250px; }
  .reg-process .reg-block {
    display: block;
    text-align: center; }
    .reg-process .reg-block .reg-inner {
      padding: 20px; }
    .reg-process .reg-block .reg-col {
      display: inline-block;
      padding: 10px 5px 20px; }
    .reg-process .reg-block .error-msg {
      color: red; }
      .reg-process .reg-block .error-msg span {
        display: block;
        padding: 10px; }
    .reg-process .reg-block select {
      font-size: 16px; }
    .reg-process .reg-block input.textfield {
      font-size: 16px;
      padding: 5px; }
    .reg-process .reg-block .label_username {
      display: inline-block;
      padding: 10px; }
      .reg-process .reg-block .label_username span {
        padding: 0 5px; }
    .reg-process .reg-block .reg-footer {
      min-height: 50px; }
    .reg-process .reg-block .reg-button {
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      -webkit-transition: all 150ms ease-in-out;
      -khtml-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out;
      background: #666;
      color: white;
      border: 0;
      cursor: pointer;
      font-size: 14px;
      outline: 0;
      padding: 10px 20px;
      margin: 10px; }
      .reg-process .reg-block .reg-button:hover {
        background: #4d4d4d; }
    .reg-process .reg-block h2 {
      font-size: 20px; }
    .reg-process .reg-block p {
      font-size: 15px;
      margin: 5px 0; }
      .reg-process .reg-block p.small {
        font-size: 13px;
        margin: 10px 0; }

/* added */

.social-links {
  display: block;
  font-size: 32px;
}
.social-links-facebook {
  color: #3A5795;
  margin-right: 10px;
}
.social-links-twitter {
  color: #55ACEE;
  margin-right: 10px;
}
.social-links-google-plus {
  color: #EA4335;
}

.fa-pencil {
  font-size: 25px;
}

#top-nav .top-nav-left {
    cursor: pointer;
}

.join-bullets {
  margin: 0 auto;
  width: 100%;
  z-index: 400;
}
.rosette {
  float: left;
  font-weight: bold;
  margin: -20px 10px 10px 0;
  padding: 20px;
  text-align: center;

}
.rosette1 {
  /*color: black;*/
  /*background: transparent url(../img/rosette/rosette1.png) center center no-repeat;*/
  background-size: 100%;
}
.rosette-text {
  color: #fff;
}
.rosette-text span {

}

.join-bullets-button-outer {
  height: 50px;
  position: relative;
}
.join-bullets-container {
  margin: 0 auto;
  min-width: 300px;
  max-width: 800px;
}

.books-nav {
  z-index: 800;
}

ul.rosettes {
  margin-bottom: 10px;
}

ul.rosettes li {
    /*background: url(../img/rosette/rosette-li-yellow.png) no-repeat left top;*/
    font-size: 17px;
    padding: 0 0px 5px 30px;
    list-style-position: outside;
    list-style: none;
    margin: 0;
    min-height: 20px;
}

.page-template-template-exploring-with-your-little-ones .double-wrapper .double-right .box {
  width: 90%;
}
.page-template-template-exploring-with-your-little-ones .double-wrapper .double-right h2 {
  font-size: 24px;
  padding: 0 0 12px 12px;
  width: 90%;
}

.join-in-button .button span {
  font-size: 20px;
  padding: 0 25px;
}

.login-warning {
  color: red;
  font-weight: bold;
  padding: 10px 0;
}

.login-thanks {
  font-weight: bold;
  padding: 10px 0;
}

#content {
  z-index: 0;
}

@media only screen and (max-width: 1023px) {
  .page-template-template-home #content {
    position: relative;
    top: -20px; }
}

@media only screen and (max-width: 499px) {
  .feature-block > img {
    /*opacity: 0;*/
    padding: 40px 0 20px;
  }
  .feature-block .change-theme a {
    font-size: 10px;
  }
  .feature-block .sound-button {
    /*float: none;*/
  }
  .feature-block .mute-button {
    font-size: 12px;
  }
  .filter, .mwfilter {
    padding: 40px 10px 30px;
  }
  .filter ul li {
      font-size: 0.9em;
  }
}

.page-template-template-rajs-shop .rajs-shop-outer {
  background: #242424 url(../img/rajs-shop-road.jpg) top left repeat-x;
  padding-top: 30px;
}
.page-template-template-rajs-shop body,
.page-template-template-rajs-shop .footer {
  background: #242424;
}
.page-template-template-rajs-shop .feature-block {
  background: none;
}

.page-template-template-about-david .change-theme,
.page-template-template-rajs-shop .change-theme {
  display: none;
}

.single-book .books-nav {
  z-index: 9999;
}

.single-book .feature-block {
  overflow: visible; }

body .owl-theme.quotes-slider .owl-controls .owl-page span {
    background: #3d414e;
    border: 3px solid #3d414e;
}
body .owl-theme.quotes-slider .owl-controls .owl-page.active span {
    background: #fff;
    border: 3px solid #fb3484;
}

body .owl-theme.questions-slider .owl-controls .owl-page span {
  display: none;
}

.single-book .move-higher {
  /* overflow: auto; */
  background-color: aliceblue;
}

.lost-password-link {
  padding-top: 10px;
}

#lost-password-section {
  display: none;
}
#lost-password-section.lost-password-error {
  display: block;
}

.reg-form p {
  margin: 0;
  padding: 10px 0;
}
.reg-form input {
    font-family: 'PT Sans';
    font-size: 16px;
    padding: 5px;
}

.reg-form .login-button {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 150ms ease-in-out;
  -khtml-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: #666;
  color: white;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  outline: 0;
  padding: 10px 20px;
  margin: 20px 0 10px; }
.reg-form .login-button:hover {
  background: #4d4d4d;
}

.reg-form .error {
  color: red;
  display: none;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 0;
}

.page-template-template-rajs-shop-new .fancybox-skin{
      background:rgba(255,255,255,0);
  }
  .page-template-template-rajs-shop-new .fancybox-opened .fancybox-skin {
      box-shadow: none;
    }

  .pnl-tellusajoke {
      background: transparent url('../img/pnl-tellusajoke.png') center center no-repeat;
      height: 580px;
      width: 860px;
      top: 74px;
      left: 830px;
      display: none;
  }
  .pnl-tellusajoke .pnl-form {
    display: block;
  }

  .pnl-tellusajoke .pnl-result {
    display: none;
  }

  .pnl-tellusajoke .pnl-result .contentJokeList {
    position: absolute;
    top: 220px;
    left: 60px;
    width: 300px;
  }

  .pnl-tellusajoke .pnl-result .contentJoke {
    margin: 0px 0px 1em 0px;
  }

  .pnl-tellusajoke .pnl-form form {
    position: absolute;
    left: 40px;
    top: 160px;
    width: 300px;
  }

  .pnl-tellusajoke .pnl-form form input[type="text"],.pnl-tellusajoke .pnl-form form textarea
    {
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #E5E5E5;
    font-family: Arial, ​Verdana, ​Helvetica, ​sans-serif;
    box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
    color: #555555;
    font-size: 16px;
    /*font-weight: 200;*/
    line-height: 1;
    margin-bottom: 16px;
    /*margin-right: 6px;*/
    margin-top: 2px;
    outline: 0 none;
    padding: 3px;
    width: 100%;
  }

  .pnl-tellusajoke .pnl-form form #wp-submit {
    background: url("../img/btn-sendnow.png") no-repeat scroll 0 0
      transparent;
    border-width: 0;
    display: block;
    height: 52px;
    margin: 0px -60px 0px 0px;
    float: right;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    text-shadow: none;
    width: 181px;
    outline: none;
  }

  .pnl-tellusajoke .pnl-form h2 {
    background: transparent url("../img/header-tellusajoke.png") scroll
      no-repeat 0 0;
    position: absolute;
    left: 40px;
    top: 70px;
    height: 88px;
    width: 342px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
  }

  .pnl-tellusajoke .pnl-result h2 {
    background: transparent url("../img/header-hahaha.png") scroll
      no-repeat 0 0;
    position: absolute;
    left: 40px;
    top: 70px;
    height: 111px;
    width: 365px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
  }

  /* -- */

  .rajs-shop-new .rajs-shop-image {
    position: relative;
  }
  .rajs-shop-new .rajs-shop-image img {
    height: auto;
    width: 100%;
  }
  .rajs-shop-new .rajs-shop-image #shop-whoopee {
    font-size: 0;
    position: absolute;
    top: 24.541%;
    left: 8.367%;
    width: 25.850%;
    height: 31.975%;
    background: rgba(0,0,0,0);
  }
  .rajs-shop-new .rajs-shop-image #shop-hahaha {
    font-size: 0;
    position: absolute;
    top: 63.849%;
    left: 8.367%;
    width: 25.850%;
    height: 23.763%;
    background: rgba(0,0,0,0);
  }
  .rajs-shop-new .rajs-shop-image #shop-books {
    font-size: 0;
    position: absolute;
    top: 56.517%;
    left: 38.163%;
    width: 26.394%;
    height: 31.771%;
    background: rgba(0,0,0,0);
  }
  .rajs-shop-new .rajs-shop-image #shop-photo-me {
    font-size: 0;
    position: absolute;
    top: 24.541%;
    left: 68.367%;
    width: 25.374%;
    height: 50.712%;
    background: rgba(0,0,0,0);
  }
  .rajs-shop-new .rajs-shop-outer {
    margin: 0 auto;
    width: 100%;
    max-width: 1408px;
    position: relative;
    top: 30px;
  }
  .rajs-shop-new .rajs-shop-bricks {
    background: #be9233 url('../img/rajs-shop-first-bricks.jpg') top center;
    padding-top: 100px;
  }
  .rajs-shop-new .rajs-shop-road {
    background: #252525 url('../img/rajs-shop-first-road.jpg') top center no-repeat;
    padding-top: 400px;
  }
  body.page-template-template-rajs-shop-new, .page-template-template-rajs-shop-new #bg-inner {
    background: #252525;
  }
  .rajs-shop-new .rajs-shop-image img.image-three { display: block; }
  .rajs-shop-new .rajs-shop-image img.image-two { display: none; }
  .rajs-shop-new .rajs-shop-image img.image-one { display: none; }

  @media only screen and (min-width: 481px) and (max-width: 699px) {
    .rajs-shop-new .rajs-shop-image img.image-three { display: none; }
    .rajs-shop-new .rajs-shop-image img.image-two { display: block; }
    .rajs-shop-new .rajs-shop-image img.image-one { display: none; }
    .rajs-shop-new .rajs-shop-bricks { padding-top: 50px; }
    .rajs-shop-new .rajs-shop-image #shop-whoopee {
      top: 25.574%;
      left: 12.021%;
      width: 37.021%;
      height: 33.820%;
    }
    .rajs-shop-new .rajs-shop-image #shop-hahaha {
      top: 71.920%;
      left: 52.872%;
      width: 39.787%;
      height: 22.964%;
    }
    .rajs-shop-new .rajs-shop-image #shop-books {
      top: 64.405%;
      left: 11.383%;
      width: 34.893%;
      height: 31.106%;
    }
    .rajs-shop-new .rajs-shop-image #shop-photo-me {
      top: 27.244%;
      left: 56.489%;
      width: 36.170%;
      height: 38.935%;
    }
  }

  @media only screen and (max-width: 480px) {
    .rajs-shop-new .rajs-shop-image img.image-three { display: none; }
    .rajs-shop-new .rajs-shop-image img.image-two { display: none; }
    .rajs-shop-new .rajs-shop-image img.image-one { display: block; }
    .rajs-shop-new .rajs-shop-bricks { padding-top: 30px; }
    .rajs-shop-new .rajs-shop-image #shop-whoopee {
      top: 21.246%;
      left: 10%;
      width: 80.833%;
      height: 17.160%;
    }
    .rajs-shop-new .rajs-shop-image #shop-hahaha {
      top: 83.452%;
      left: 10%;
      width: 80.833%;
      height: 12.410%;
    }
    .rajs-shop-new .rajs-shop-image #shop-books {
      top: 41.215%;
      left: 10%;
      width: 80.833%;
      height: 15.628%;
    }
    .rajs-shop-new .rajs-shop-image #shop-photo-me {
      top: 59.550%;
      left: 10%;
      width: 80.833%;
      height: 21.195%;
    }
  }

  .page-template-template-rajs-shop .box .box-inner {
    min-height: 120px;
  }



