@charset "UTF-8";
/*********************
BREAKPOINTS
*********************/
.desktop-only, .laptop {
  display: none; }

@media (min-width: 48em) {
  .laptop {
    display: block; } }

@media (min-width: 64em) {
  .desktop-only {
    display: block; } }

.section-wrapper:after, .bottom-description:after, .book-section-wrapper:after, .grey-background:after, .genres-grid-wrapper:after, .blog-posts-wrapper:after, .blog-posts-list-wrapper:after, .blog-posts-list-wrapper .blog-posts-item .blog-posts-item-inner:after, .book-shelf-wrapper:after, .book-shelf-wrapper .book-shelf-items-wrapper:after, .card-header:after, .card-body:after, .card-footer:after, .home-page-slider .home-page-slider-inner div.slider-buttons:after, div.search-wrapper div.search-results ul li:after, div.related-books-list div.related-book-item:after, .lr-row:after, .flex-grid:after, .grid-responsive:after, .sidebar-grid:after, .basket-item:after, .buttons-wrapper:after, .book-cover-wrapper:after, .book-cover-rating .rate_widget:after, .category-gridview:after, .category-listview:after, .category-listview .category-item:after, .category-listview .category-item .buttons:after, .category-topbar:after, .expert-grid:after, .love-reading-loves .love-reading-loves-inner div.slider-buttons:after, .partner-grid:after, .audiobooks-lightbox .audiobooks-content:after {
  content: "";
  display: table;
  clear: both; }

.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

/* 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;
  overflow-wrap: break-word; }

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;
  text-align: left; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

img {
  max-width: 100%;
  height: auto; }

.content-wrapper {
  background: #fff; }

.comp-image {
  float: left;
  padding-right: 10px;
  max-width: 50%; }

.greybox {
  background: #efefef;
  padding: 10px; }

.tooltip {
  position: absolute;
  bottom: 100%;
  margin-bottom: 6px;
  background: #333;
  padding: 10px;
  text-indent: 0;
  font-size: 80%;
  white-space: nowrap;
  color: #fff !important;
  z-index: 1000; }
  .tooltip:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #333 transparent; }

.divider {
  width: 150px;
  height: 1px;
  background: #666;
  margin: 0 auto; }

.divider-black {
  width: 100%;
  height: 1px;
  background: #000;
  margin: 0 auto; }

.divider-white {
  width: 100%;
  height: 1px;
  background: #fff;
  margin: 0 auto; }

.button-white {
  text-transform: uppercase;
  color: #e62830;
  font-weight: 700;
  font-size: 0.9em;
  background: #fff;
  border: 0;
  cursor: pointer;
  padding: 15px 30px;
  text-align: center;
  display: inline-block; }

.section-wrapper {
  margin-bottom: 25px; }
  @media (min-width: 37.5em) {
    .section-wrapper {
      border: 1px solid #efefef;
      padding: 10px; } }
  .section-wrapper p {
    margin-bottom: 10px; }
  .section-wrapper h2.book-section-title {
    color: #666;
    background: #e62830;
    background: -webkit-gradient(linear, left top, right top, from(#e62830), to(#e60d64));
    background: -webkit-linear-gradient(left, #e62830, #e60d64);
    background: -o-linear-gradient(left, #e62830, #e60d64);
    background: linear-gradient(to right, #e62830, #e60d64);
    display: inline-block;
    color: #fff;
    padding: 0 7.5px;
    font-size: 1.2em;
    margin-left: -7.5px; }

.section-title {
  color: #666;
  background: #e62830;
  background: -webkit-gradient(linear, left top, right top, from(#e62830), to(#e60d64));
  background: -webkit-linear-gradient(left, #e62830, #e60d64);
  background: -o-linear-gradient(left, #e62830, #e60d64);
  background: linear-gradient(to right, #e62830, #e60d64);
  display: inline-block;
  color: #fff;
  padding: 0 7.5px;
  font-size: 1.2em;
  margin-left: -7.5px;
  text-align: left; }

.widget-list li {
  padding: 10px 0 10px 10px;
  position: relative;
  border-bottom: 1px solid #efefef; }

body.fixed-image-background {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 40, 48, 0.85)), to(rgba(230, 13, 100, 0.85))), url("../images/hero-background-1.jpg");
  background-image: -webkit-linear-gradient(rgba(230, 40, 48, 0.85), rgba(230, 13, 100, 0.85)), url("../images/hero-background-1.jpg");
  background-image: -o-linear-gradient(rgba(230, 40, 48, 0.85), rgba(230, 13, 100, 0.85)), url("../images/hero-background-1.jpg");
  background-image: linear-gradient(rgba(230, 40, 48, 0.85), rgba(230, 13, 100, 0.85)), url("../images/hero-background-1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
  margin: 20px; }

.bottom-description p {
  margin-bottom: 15px; }

.user-form-wrapper {
  margin: 0 auto;
  position: relative;
  margin-bottom: 15px;
  text-align: center;
  padding: 20px;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  width: 400px;
  max-width: 100%; }

.lr-icon {
  width: 100px; }

.image-round-100, .author-image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto; }
  .image-round-100 img, .author-image img {
    width: 100%; }

.image-round-150 {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto; }
  .image-round-150 img {
    width: 100%; }

div.container {
  max-width: 1245px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

div.container-800 {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.full-width-container.add-background-color {
  background: -webkit-gradient(linear, left top, right top, from(#e62830), to(#e60d64));
  background: -webkit-linear-gradient(left, #e62830, #e60d64);
  background: -o-linear-gradient(left, #e62830, #e60d64);
  background: linear-gradient(to right, #e62830, #e60d64); }

.messagebox, .errorbox, .alert-danger, .help-block li, .successbox, .alert-success, .warningbox, .alert-warning, .alert-info {
  background: #efefef;
  border: 1px solid #eee;
  margin-bottom: 10px;
  border-left: 5px solid #000;
  padding: 5px 30px 5px 10px;
  color: #333;
  position: relative;
  text-align: left; }
  .messagebox .close, .errorbox .close, .alert-danger .close, .help-block li .close, .successbox .close, .alert-success .close, .warningbox .close, .alert-warning .close, .alert-info .close {
    position: absolute;
    top: 5px;
    right: 10px;
    background: transparent;
    border: 0;
    font-size: 18px;
    cursor: pointer; }

.errorbox, .alert-danger, .help-block li {
  border-left: 5px solid #c00; }

.successbox, .alert-success {
  border-left: 5px solid #26A65B; }

.warningbox, .alert-warning {
  border-left: 5px solid #f60; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem; }

.datepicker table th {
  font-weight: 700; }

.starrr {
  font-size: 24px;
  text-align: center; }

.book-section-wrapper, .section-wrapper {
  width: 100%;
  margin-bottom: 25px; }
  @media (min-width: 37.5em) {
    .book-section-wrapper, .section-wrapper {
      border: 1px solid #efefef;
      padding: 10px; } }
  .book-section-wrapper p, .section-wrapper p {
    margin-bottom: 10px; }
  .book-section-wrapper h2.book-section-title, .book-section-wrapper h2.section-title, .section-wrapper h2.book-section-title, .section-wrapper h2.section-title {
    color: #666;
    background: #e62830;
    background: -webkit-gradient(linear, left top, right top, from(#e62830), to(#e60d64));
    background: -webkit-linear-gradient(left, #e62830, #e60d64);
    background: -o-linear-gradient(left, #e62830, #e60d64);
    background: linear-gradient(to right, #e62830, #e60d64);
    display: inline-block;
    color: #fff;
    padding: 5px 7.5px;
    font-size: 1.2em;
    margin-left: -7.5px;
    margin-bottom: 10px; }
    @media (min-width: 37.5em) {
      .book-section-wrapper h2.book-section-title, .book-section-wrapper h2.section-title, .section-wrapper h2.book-section-title, .section-wrapper h2.section-title {
        margin-left: -10px; } }

.h-100 {
  height: 100%; }

.flexbox-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (min-width: 48em) {
  .flexbox-center-tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

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

.image-left {
  float: left !important;
  margin-right: 10px; }

.image-right {
  float: right !important;
  margin-left: 10px; }

.align-left {
  text-align: left !important; }

.align-right {
  text-align: right !important; }

.align-center {
  text-align: center !important; }

.text-white {
  color: #fff !important; }
  .text-white a {
    color: #fff !important; }

.text-red {
  color: #c00 !important; }

.text-large {
  font-size: 120% !important; }

.text-super {
  font-size: 250% !important; }

.text-bold {
  font-weight: bold !important; }

.text-small {
  font-size: 85% !important; }

.text-italic, .font-italic {
  font-style: italic; }

.grey-background {
  background-color: #efefef !important; }

.vt-mg-sm {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.vt-mg-md {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

.vt-mg-lg {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.hr-mg-sm {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.hr-mg-md {
  margin-left: 25px !important;
  margin-right: 25px !important; }

.hr-mg-lg {
  margin-left: 50px !important;
  margin-right: 50px !important; }

.bm-mg, .bm-mg-sm {
  margin-bottom: 10px !important; }

.bm-mg-md {
  margin-bottom: 25px !important; }

.bm-mg-lg {
  margin-bottom: 50px !important; }

.tp-mg, .tp-mg-sm {
  margin-top: 10px !important; }

.tp-mg-md {
  margin-top: 25px !important; }

.tp-mg-lg {
  margin-top: 50px !important; }

.no-margin {
  margin: 0 !important; }

.sm-pd-tp, .tp-pd-sm {
  padding-top: 10px !important; }

.tp-pd-md {
  padding-top: 25px !important; }

.tp-pd-lg {
  padding-top: 50px !important; }

.sm-pd-bt, bt-pd-sm {
  padding-bottom: 10px !important; }

.bt-pd-md {
  padding-bottom: 25px !important; }

.bt-pd-lg {
  padding-bottom: 50px !important; }

.hr-pd-sm {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.hr-pd-md {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.hr-pd-lg {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.no-padding {
  padding: 0 !important; }

.vt-pd-md, .v-padding-medium {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.vt-pd-lg, .v-padding-large {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.vt-pd-sm, .v-padding-small {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.pos-relative {
  position: relative !important; }

.cover-h200 {
  height: 200px !important; }

@media (min-width: 37.5em) {
  .ph-no-padding {
    padding: 0 !important; } }

@media (min-width: 48em) {
  .l-align-left {
    text-align: left !important; }
  .l-align-right {
    text-align: right !important; }
  .tb-no-padding {
    padding: 0 !important; }
  .tb-no-v-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .tb-no-h-padding {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .tb-padding-small {
    padding: 10px !important; }
  .tb-padding-medium {
    padding: 25px !important; }
  .tb-padding-large {
    padding: 50px !important; }
  .tb-v-padding-small {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .tb-v-padding-medium {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .tb-v-padding-large {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .tb-h-padding-small {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .tb-h-padding-medium {
    padding-left: 25px !important;
    padding-right: 25px !important; }
  .tb-h-padding-large {
    padding-left: 50px !important;
    padding-right: 50px !important; } }

body, input, button {
  font-family: 'Montserrat',Helvetica,Verdana,Arial,sans-serif;
  font-size: 13px;
  line-height: 1.8;
  color: #333; }

a {
  color: #e62830;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

h1 {
  font-size: 2em;
  line-height: 1.3; }

h2 {
  font-size: 1.5em;
  line-height: 1.3; }

h3 {
  font-size: 1.3em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 1em; }

strong, b {
  font-weight: 700; }

i, em {
  font-style: italic; }

.home-title {
  color: #666;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase; }

pre {
  font-family: monospace;
  font-size: 110%;
  background-color: #efefef;
  border-left: none;
  padding: 60px 35px 25px;
  margin-top: 15px;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  overflow: hidden; }
  pre:before {
    content: '\f271';
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -30px;
    margin-left: -40px;
    font-size: 30px;
    font-family: "Ionicons";
    color: #444;
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    line-height: 91px;
    border-radius: 50%;
    text-align: center; }

blockquote {
  font-size: 110%;
  background-color: #efefef;
  border-left: none;
  padding: 60px 35px 25px;
  margin-top: 15px;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  overflow: hidden; }
  blockquote:before {
    content: '\f347';
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -30px;
    margin-left: -40px;
    font-size: 30px;
    font-family: "Ionicons";
    color: #444;
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    line-height: 91px;
    border-radius: 50%;
    text-align: center; }

.title-with-background {
  display: inline-block;
  background: #e62830;
  background: -webkit-gradient(linear, left top, right top, from(#e62830), to(#e60d64));
  background: -webkit-linear-gradient(left, #e62830, #e60d64);
  background: -o-linear-gradient(left, #e62830, #e60d64);
  background: linear-gradient(to right, #e62830, #e60d64);
  padding: 2px; }

.title-all-caps {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase; }

.css21-hero-image {
  max-height: 768px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.css21-article-content p:first-child:first-letter {
  color: #e62830;
  float: left;
  font-weight: 700;
  font-size: 6em;
  line-height: 0.85;
  padding-top: 0;
  padding-right: 8px;
  padding-left: 3px; }

.css21-article-wrapper {
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  font-size: 16px; }
  .css21-article-wrapper h1, .css21-article-wrapper h2, .css21-article-wrapper h3, .css21-article-wrapper h4, .css21-article-wrapper h5, .css21-article-wrapper h6, .css21-article-wrapper p, .css21-article-wrapper ul, .css21-article-wrapper ol, .css21-article-wrapper dl {
    margin: 0 auto;
    max-width: 650px; }
  .css21-article-wrapper img {
    display: block;
    margin: 0 auto; }
  .css21-article-wrapper h1, .css21-article-wrapper h2, .css21-article-wrapper h3, .css21-article-wrapper h4, .css21-article-wrapper h5, .css21-article-wrapper h6, .css21-article-wrapper p, .css21-article-wrapper ul, .css21-article-wrapper ol, .css21-article-wrapper dl, .css21-article-wrapper pre, .css21-article-wrapper blockquote, .css21-article-wrapper img {
    margin-bottom: 20px; }
  .css21-article-wrapper ul {
    list-style: disc;
    padding-left: 20px; }
  .css21-article-wrapper ol {
    list-style: decimal;
    padding-left: 20px; }
  .css21-article-wrapper dt {
    font-weight: 700; }
  .css21-article-wrapper img.alignleft {
    float: left;
    margin: 0 10px 10px 0;
    padding: 1px; }
  .css21-article-wrapper img.alignright {
    float: right;
    margin: 0 0 10px 10px;
    padding: 1px; }

.css21-page-title {
  font-size: 1.7em;
  font-weight: 700;
  text-align: center;
  line-height: 1.2; }
  @media (min-width: 37.5em) {
    .css21-page-title {
      font-size: 2em; } }
  @media (min-width: 48em) {
    .css21-page-title {
      font-size: 3em; } }

.css21-sub-title {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  line-height: 1.2; }
  @media (min-width: 37.5em) {
    .css21-sub-title {
      font-size: 2em; } }
  @media (min-width: 48em) {
    .css21-sub-title {
      font-size: 2em; } }

.css21-page-intro {
  font-style: italic;
  font-weight: 700;
  color: #666;
  text-align: center;
  line-height: 1.4; }
  @media (min-width: 37.5em) {
    .css21-page-intro {
      font-size: 1.5em; } }
  @media (min-width: 48em) {
    .css21-page-intro {
      font-size: 1.5em; } }

.css21-post-category {
  font-size: 0.9em;
  text-align: center; }
  .css21-post-category a {
    background: #e62830;
    display: inline-block;
    padding: 3px 5px;
    color: #fff; }

.css21-book-grid {
  margin: 0 auto;
  max-width: 700px; }

.css21-book-grid-item .book-shelf-item-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }

.css21-book-grid-item .book-grid-item-image {
  max-width: 150px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 250px; }

.css21-book-grid-item h4 {
  text-align: center;
  line-height: 1.2;
  margin-top: 10px;
  /*text-transform: uppercase;
                font-size: 13px;
                margin: 5px 0;
                line-height: 1.5;
                overflow: hidden;
                font-weight: 700;
                
                a {
                    color:#333;
                }*/ }

.css21-book-grid-item p.author {
  text-align: center;
  font-size: 14px; }
  .css21-book-grid-item p.author a {
    color: #333;
    text-decoration: none; }
    .css21-book-grid-item p.author a:hover {
      text-decoration: underline; }

.css21-book-grid-item p.synopsis {
  font-size: 90%;
  margin: 0 10px;
  margin-bottom: 20px;
  line-height: 1.5;
  display: none; }

.css21-book-grid-item .book-image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 230px; }

.css21-book-grid-item img {
  width: 100%;
  margin: 0 auto;
  display: block; }

#audiobooks-popup {
  background-color: #ff6600;
  /*height:200px; */
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: auto;
  z-index: -99;
  line-height: 1.4;
  text-align: center; }

#audiobooks-popup img {
  height: 80px; }

#audiobooks-popup p, #audiobooks-popup h3 {
  color: #fff; }

#audiobooks-popup a.button {
  background: #fff;
  color: #ff6600; }

@media (min-width: 608px) {
  #audiobooks-popup {
    padding: 30px 10px;
    line-height: 1.8;
    text-align: left; }
  #audiobooks-popup img {
    height: 140px;
    margin-right: 10px;
    float: left; } }

#cookie-popup {
  width: 100%;
  background: #333;
  color: #eee;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none; }
  #cookie-popup .cp-inner {
    max-width: 1245px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto; }
    #cookie-popup .cp-inner .cp-leftcol {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.2;
      margin-bottom: 10px; }
      @media (min-width: 37.5em) {
        #cookie-popup .cp-inner .cp-leftcol {
          width: 18%;
          float: left;
          font-size: 18px;
          margin-bottom: 0; } }
    #cookie-popup .cp-inner .cp-middlecol {
      margin-bottom: 10px;
      line-height: 1.4; }
      @media (min-width: 37.5em) {
        #cookie-popup .cp-inner .cp-middlecol {
          width: 62%;
          float: left;
          margin-bottom: 0; } }
    @media (min-width: 37.5em) {
      #cookie-popup .cp-inner .cp-rightcol {
        width: 20%;
        float: right; } }
    #cookie-popup .cp-inner .cp-rightcol a:hover {
      text-decoration: none;
      color: #eee; }
    #cookie-popup .cp-inner .cp-rightcol a.agree {
      font-size: 16px;
      font-weight: bold; }
      @media (min-width: 37.5em) {
        #cookie-popup .cp-inner .cp-rightcol a.agree {
          font-size: 18px; } }

#exit-intent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

#intent-popout {
  width: 100%;
  max-width: 450px;
  background: #fff;
  display: none;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px; }

.intent-button, .intent-button-close {
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1.2;
  background: #e62830;
  color: #fff;
  padding: 15px 30px;
  margin: 10px auto;
  border: 1px solid #e62830;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  max-width: 250px;
  border-radius: 50px; }

.intent-button-close {
  border: 1px solid #666;
  background: #666; }

p.intent-info {
  font-size: 18px;
  padding: 20px; }

p.intent-small-print {
  font-size: 11px;
  padding: 20px;
  color: #666;
  font-style: italic; }

#noteBarBtm {
  background: #E62C31;
  color: #FFFF;
  text-align: center;
  padding: 20px;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: block; }

.noteBarBtmLogo {
  float: left;
  max-width: 160px; }

.noteBarBtmBtn {
  border: 2px solid #FFF;
  padding: 4px;
  border-radius: 6px;
  color: #FFFF; }

#closeButton {
  border: 2px solid #FFF;
  padding: 0 2px 0 2px;
  border-radius: 6px;
  color: #FFFF;
  width: 18px;
  float: right;
  cursor: pointer; }

.top-pop-out {
  background-color: #e62830;
  background: -webkit-gradient(linear, left top, right top, from(#e62830), to(#e60d64));
  background: -webkit-linear-gradient(left, #e62830, #e60d64);
  background: -o-linear-gradient(left, #e62830, #e60d64);
  background: linear-gradient(to right, #e62830, #e60d64);
  /*height:200px; */
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: auto;
  z-index: -99;
  line-height: 1.4;
  text-align: center; }

.top-pop-out img {
  height: 80px; }

.top-pop-out p, .top-pop-out h3 {
  color: #fff; }

.top-pop-out a.button {
  background: #fff;
  color: #e62830; }

@media (min-width: 608px) {
  .top-pop-out {
    padding: 30px 10px;
    line-height: 1.8;
    text-align: left; }
  .top-pop-out img {
    height: 140px;
    margin-right: 10px;
    float: left; } }

.schools-top-pop-out {
  background-color: #e62830;
  background: -webkit-gradient(linear, left top, right top, from(#e62830), to(#e60d64));
  background: -webkit-linear-gradient(left, #e62830, #e60d64);
  background: -o-linear-gradient(left, #e62830, #e60d64);
  background: linear-gradient(to right, #e62830, #e60d64);
  /*height:200px; */
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: auto;
  z-index: -99;
  line-height: 1.4;
  text-align: center; }

.schools-top-pop-out img {
  /*height:80px;*/
  max-width: 320px; }

.schools-top-pop-out p, .schools-top-pop-out h3 {
  color: #fff; }

.schools-top-pop-out a.button {
  background: #fff;
  color: #93c12b;
  border-radius: 0;
  text-transform: uppercase; }

@media (min-width: 608px) {
  .schools-top-pop-out {
    padding: 30px 10px;
    line-height: 1.6;
    text-align: left; }
  .schools-top-pop-out img {
    height: 140px;
    margin-left: 10px;
    float: right; } }

#vss-popup {
  background-color: #e62830;
  background: -webkit-gradient(linear, left top, right top, from(#e62830), to(#e60d64));
  background: -webkit-linear-gradient(left, #e62830, #e60d64);
  background: -o-linear-gradient(left, #e62830, #e60d64);
  background: linear-gradient(to right, #e62830, #e60d64);
  /*height:200px; */
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: auto;
  z-index: -99;
  line-height: 1.4;
  text-align: center; }

#vss-popup img {
  height: 80px; }

#vss-popup p, #vss-popup h3 {
  color: #fff; }

#vss-popup a.button {
  background: #fff;
  color: #e62830; }

@media (min-width: 608px) {
  #vss-popup {
    padding: 30px 10px;
    line-height: 1.8;
    text-align: left; }
  #vss-popup img {
    height: 140px;
    margin-right: 10px;
    float: left; } }

.popup-message-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 15px;
  z-index: 9999;
  cursor: pointer;
  text-align: center; }

.popup-message-close:before {
  content: "\f2d7";
  color: #ccc;
  font-family: "Ionicons";
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  width: 100%; }

.popup-message {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ffffff;
  display: inline-block;
  padding: 20px 20px 20px 94px;
  max-width: 320px;
  width: 100%;
  min-height: 104px;
  border-radius: 10px;
  display: none;
  box-shadow: 0 0 12px #333;
  -webkit-box-shadow: 0 0 12px #333;
  -moz-box-shadow: 0 0 12px #333;
  z-index: 9999; }
  .popup-message:before {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -32px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    content: "\f149";
    color: #19B5FE;
    font-size: 64px;
    font-family: "Ionicons"; }

.success-message:before {
  content: "\f3ff";
  color: #26A65B; }

.error-message:before {
  content: "\f3bc";
  color: #D91E18; }

.button, .btn {
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1.2;
  background: #e62830;
  color: #fff;
  font-weight: 700;
  font-size: 0.9em;
  padding: 15px 30px;
  margin: 10px 0;
  border: 1px solid #e62830;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block; }
  .button:hover, .btn:hover {
    text-decoration: none;
    color: #e62830;
    background: #fff; }

/*.button {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 0.9em;
    background: #e62830;
    border:0;
    cursor: pointer;
    padding:15px 30px;
    text-align: center;
    margin:10px 0;
    display: inline-block;
    
}*/
.tooltip {
  position: absolute;
  bottom: 100%;
  margin-bottom: 6px;
  background: #333;
  padding: 10px;
  text-indent: 0;
  font-size: 80%;
  white-space: nowrap;
  color: #fff !important;
  z-index: 1000; }
  .tooltip:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #333 transparent; }

.clear-button-big {
  display: block;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #efefef;
  color: #666;
  transition: background 0.4s ease-out;
  -webkit-transition: background 0.4s ease-out;
  -moz-transition: background 0.4s ease-out;
  -ms-transition: background 0.4s ease-out;
  -o-transition: background 0.4s ease-out; }
  .clear-button-big:hover {
    background: #e62830;
    color: #fff;
    text-decoration: none; }

/*@mixin dropdown-button($color,$icon) {

    text-align: center;
    position: relative;
    box-sizing: border-box;
    display: block;
    line-height: 1.2;            
    background: $color;
    color:#fff;
    padding:10px 40px 10px 10px;
    border: 1px solid $color;
    margin: 0 0 10px 0;
    white-space: nowrap;
        
    &:after {
        content:"\f35f";
        font-size: 18px;
        font-family: "Ionicons";
        position: absolute;
        top:-1px;
        right:-1px;
        width:37px;
        height:37px;
        line-height:37px;
        background:#cf4436;
    }
        
    &:hover {
        text-decoration: none;
        color:#fff;
        background:#cf4436;
    }
        
}*/
.contact-button {
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1.2;
  background: #e62830;
  color: #fff;
  padding: 15px 10px 15px 45px;
  border: 1px solid #e62830;
  border-radius: 4px;
  margin: 0 10px 10px 10px;
  display: inline-block; }
  .contact-button:before {
    content: "";
    font-size: 24px;
    font-family: "Ionicons";
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -12px;
    width: 24px;
    height: 25px;
    line-height: 1; }
  .contact-button:hover {
    text-decoration: none;
    color: #e62830;
    background: #fff; }
  @media (min-width: 37.5em) {
    .contact-button {
      margin-left: 0;
      margin-right: 0; } }

.data-button {
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1.2;
  background: #e62830;
  color: #fff;
  padding: 15px 10px 15px 45px;
  border: 1px solid #e62830;
  border-radius: 4px;
  margin: 0 10px 10px 10px;
  display: inline-block; }
  .data-button:before {
    content: "";
    font-size: 24px;
    font-family: "Ionicons";
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -12px;
    width: 24px;
    height: 25px;
    line-height: 1; }
  .data-button:hover {
    text-decoration: none;
    color: #e62830;
    background: #fff; }
  @media (min-width: 37.5em) {
    .data-button {
      margin-left: 0;
      margin-right: 0; } }

.wishlist-square-button {
  width: 50%;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 5px;
  line-height: 1.2;
  background: #E74C3C;
  color: #fff;
  text-indent: -9999px;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  margin: 3px;
  border: 1px solid #E74C3C;
  transition: background 0.4s ease-out;
  -webkit-transition: background 0.4s ease-out;
  -moz-transition: background 0.4s ease-out;
  -ms-transition: background 0.4s ease-out;
  -o-transition: background 0.4s ease-out; }
  .wishlist-square-button:before {
    content: "";
    font-size: 24px;
    font-family: "Ionicons";
    position: absolute;
    top: 5px;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    width: 33px;
    height: 25px;
    line-height: 1;
    text-indent: 0; }
  .wishlist-square-button:hover {
    text-decoration: none;
    color: #E74C3C;
    background: #fff; }

.extract-square-button {
  width: 50%;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 5px;
  line-height: 1.2;
  background: #F2784B;
  color: #fff;
  text-indent: -9999px;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  margin: 3px;
  border: 1px solid #F2784B;
  transition: background 0.4s ease-out;
  -webkit-transition: background 0.4s ease-out;
  -moz-transition: background 0.4s ease-out;
  -ms-transition: background 0.4s ease-out;
  -o-transition: background 0.4s ease-out; }
  .extract-square-button:before {
    content: "";
    font-size: 24px;
    font-family: "Ionicons";
    position: absolute;
    top: 5px;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    width: 33px;
    height: 25px;
    line-height: 1;
    text-indent: 0; }
  .extract-square-button:hover {
    text-decoration: none;
    color: #F2784B;
    background: #fff; }

.prices-square-button {
  width: 50%;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 5px;
  line-height: 1.2;
  background: #16A085;
  color: #fff;
  text-indent: -9999px;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  margin: 3px;
  border: 1px solid #16A085;
  transition: background 0.4s ease-out;
  -webkit-transition: background 0.4s ease-out;
  -moz-transition: background 0.4s ease-out;
  -ms-transition: background 0.4s ease-out;
  -o-transition: background 0.4s ease-out; }
  .prices-square-button:before {
    content: "";
    font-size: 24px;
    font-family: "Ionicons";
    position: absolute;
    top: 5px;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    width: 33px;
    height: 25px;
    line-height: 1;
    text-indent: 0; }
  .prices-square-button:hover {
    text-decoration: none;
    color: #16A085;
    background: #fff; }

.audio-square-button {
  width: 50%;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 5px;
  line-height: 1.2;
  background: #674172;
  color: #fff;
  text-indent: -9999px;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  margin: 3px;
  border: 1px solid #674172;
  transition: background 0.4s ease-out;
  -webkit-transition: background 0.4s ease-out;
  -moz-transition: background 0.4s ease-out;
  -ms-transition: background 0.4s ease-out;
  -o-transition: background 0.4s ease-out; }
  .audio-square-button:before {
    content: "";
    font-size: 24px;
    font-family: "Ionicons";
    position: absolute;
    top: 5px;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    width: 33px;
    height: 25px;
    line-height: 1;
    text-indent: 0; }
  .audio-square-button:hover {
    text-decoration: none;
    color: #674172;
    background: #fff; }

.actions-button {
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1.2;
  background: #E74C3C;
  color: #fff;
  padding: 15px 10px 15px 45px;
  border: 1px solid #E74C3C;
  border-radius: 4px;
  margin: 0 10px 10px 10px; }
  .actions-button:before {
    content: "";
    font-size: 24px;
    font-family: "Ionicons";
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -12px;
    width: 24px;
    height: 25px;
    line-height: 1; }
  .actions-button:hover {
    text-decoration: none;
    color: #E74C3C;
    background: #fff; }
  @media (min-width: 37.5em) {
    .actions-button {
      margin-left: 0;
      margin-right: 0; } }

.currently-reading-button {
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1.2;
  background: #E74C3C;
  color: #fff;
  padding: 15px 10px 15px 45px;
  border: 1px solid #E74C3C;
  border-radius: 4px;
  margin: 0 10px 10px 10px; }
  .currently-reading-button:before {
    content: "";
    font-size: 24px;
    font-family: "Ionicons";
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -12px;
    width: 24px;
    height: 25px;
    line-height: 1; }
  .currently-reading-button:hover {
    text-decoration: none;
    color: #E74C3C;
    background: #fff; }
  @media (min-width: 37.5em) {
    .currently-reading-button {
      margin-left: 0;
      margin-right: 0; } }

.read-button {
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1.2;
  background: #E74C3C;
  color: #fff;
  padding: 15px 10px 15px 45px;
  border: 1px solid #E74C3C;
  border-radius: 4px;
  margin: 0 10px 10px 10px; }
  .read-button:before {
    content: "";
    font-size: 24px;
    font-family: "Ionicons";
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -12px;
    width: 24px;
    height: 25px;
    line-height: 1; }
  .read-button:hover {
    text-decoration: none;
    color: #E74C3C;
    background: #fff; }
  @media (min-width: 37.5em) {
    .read-button {
      margin-left: 0;
      margin-right: 0; } }

.want-to-read-button {
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1.2;
  background: #E74C3C;
  color: #fff;
  padding: 15px 10px 15px 45px;
  border: 1px solid #E74C3C;
  border-radius: 4px;
  margin: 0 10px 10px 10px; }
  .want-to-read-button:before {
    content: "";
    font-size: 24px;
    font-family: "Ionicons";
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -12px;
    width: 24px;
    height: 25px;
    line-height: 1; }
  .want-to-read-button:hover {
    text-decoration: none;
    color: #E74C3C;
    background: #fff; }
  @media (min-width: 37.5em) {
    .want-to-read-button {
      margin-left: 0;
      margin-right: 0; } }

.buy-now-button {
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1.2;
  background: #755b98;
  color: #fff;
  padding: 15px 10px 15px 45px;
  border: 1px solid #755b98;
  border-radius: 4px;
  margin: 0 10px 10px 10px;
  display: inline-block;
  width: 100%;
  max-width: 260px; }
  .buy-now-button:before {
    content: "";
    font-size: 24px;
    font-family: "Ionicons";
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -12px;
    width: 24px;
    height: 25px;
    line-height: 1; }
  .buy-now-button:hover {
    text-decoration: none;
    color: #755b98;
    background: #fff; }
  @media (min-width: 37.5em) {
    .buy-now-button {
      margin-left: 0;
      margin-right: 0; } }

.add-to-favourites-button {
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1.2;
  background: #446cb3;
  border: 1px solid #446cb3;
  border-radius: 4px;
  color: #fff;
  padding: 10px 10px 10px 45px;
  margin: 5px 2px; }
  .add-to-favourites-button:before {
    content: "";
    font-size: 24px;
    font-family: "Ionicons";
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -12px;
    width: 24px;
    height: 25px;
    line-height: 1; }
  .add-to-favourites-button:hover {
    text-decoration: none;
    color: #446cb3;
    background: #fff; }

.remove-from-favourites-button {
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1.2;
  background: #446cb3;
  border: 1px solid #446cb3;
  border-radius: 4px;
  color: #fff;
  padding: 10px 10px 10px 45px;
  margin: 5px 2px; }
  .remove-from-favourites-button:before {
    content: "";
    font-size: 24px;
    font-family: "Ionicons";
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -12px;
    width: 24px;
    height: 25px;
    line-height: 1; }
  .remove-from-favourites-button:hover {
    text-decoration: none;
    color: #446cb3;
    background: #fff; }

.copy-list-button {
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1.2;
  background: #446cb3;
  border: 1px solid #446cb3;
  border-radius: 4px;
  color: #fff;
  padding: 10px 10px 10px 45px;
  margin: 5px 2px; }
  .copy-list-button:before {
    content: "";
    font-size: 24px;
    font-family: "Ionicons";
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -12px;
    width: 24px;
    height: 25px;
    line-height: 1; }
  .copy-list-button:hover {
    text-decoration: none;
    color: #446cb3;
    background: #fff; }

.edit-button {
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1.2;
  background: #666666;
  border: 1px solid #666666;
  border-radius: 4px;
  color: #fff;
  padding: 10px 10px 10px 45px;
  margin: 5px 2px; }
  .edit-button:before {
    content: "";
    font-size: 24px;
    font-family: "Ionicons";
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -12px;
    width: 24px;
    height: 25px;
    line-height: 1; }
  .edit-button:hover {
    text-decoration: none;
    color: #666666;
    background: #fff; }

.download-list-button {
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1.2;
  background: #446cb3;
  border: 1px solid #446cb3;
  border-radius: 4px;
  color: #fff;
  padding: 10px 10px 10px 45px;
  margin: 5px 2px; }
  .download-list-button:before {
    content: "";
    font-size: 24px;
    font-family: "Ionicons";
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -12px;
    width: 24px;
    height: 25px;
    line-height: 1; }
  .download-list-button:hover {
    text-decoration: none;
    color: #446cb3;
    background: #fff; }

a.white-squared-button {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9em;
  background: #fff;
  color: #93c12b;
  border: 0;
  cursor: pointer;
  padding: 15px 40px;
  z-index: 2;
  text-decoration: none;
  text-align: center;
  margin-bottom: 10px;
  border: 2px solid #fff;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a.squared-button {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9em;
  background: #93c12b;
  color: #fff;
  border: 0;
  cursor: pointer;
  padding: 15px 40px;
  z-index: 2;
  text-decoration: none;
  text-align: center;
  margin-bottom: 10px;
  border: 2px solid #fff;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.buttons-wrapper .book2look-button {
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1.2;
  background: #F2784B;
  color: #fff;
  padding: 15px 10px 15px 45px;
  border: 1px solid #F2784B;
  border-radius: 4px;
  margin: 0 10px 10px 10px; }

.buttons-wrapper .book2look-button:before {
  content: "\f3ea";
  font-size: 24px;
  font-family: "Ionicons";
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -12px;
  width: 24px;
  height: 25px;
  line-height: 1; }

.buttons-wrapper .book2look-button:hover {
  text-decoration: none;
  color: #F2784B;
  background: #fff; }

@media (min-width: 37.5em) {
  .buttons-wrapper .book2look-button {
    margin-left: 0;
    margin-right: 0; } }

.social-user-form-button-wrapper {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin: 10px 0; }

.facebook-registration-button, .twitter-registration-button, .google-registration-button {
  width: 40px;
  display: inline-block;
  height: 40px;
  margin: 0 20px;
  padding: 0 !important;
  border-radius: 20px;
  overflow: hidden; }

.twitter-registration-button:before {
  font-size: 18px; }

.google-registration-button {
  border: 1px solid #ccc; }

.google-registration-button:before {
  width: 30px;
  height: 30px;
  top: 4px;
  left: 4px; }

.itunes-button {
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1.2;
  background: #000;
  color: #fff;
  padding: 15px 10px 15px 45px;
  border: 1px solid #000;
  border-radius: 4px;
  margin: 0 10px 10px 10px; }

.itunes-button:before {
  content: "\f227";
  font-size: 24px;
  font-family: "Ionicons";
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -12px;
  width: 24px;
  height: 25px;
  line-height: 1; }

.lr-list li {
  margin-left: 30px;
  position: relative; }
  .lr-list li:before {
    content: "";
    background-image: url("../images/icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    left: -25px; }

.top-ten-list li {
  padding: 10px 0 10px 40px;
  position: relative;
  line-height: 30px;
  border-bottom: 1px solid #efefef; }
  .top-ten-list li .top-ten-number {
    position: absolute;
    top: 10px;
    left: 0;
    width: 30px;
    height: 30px;
    background: #e62830;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 120%; }

.genres-grid-wrapper .genres-grid-item {
  position: relative; }
  @media (min-width: 37.5em) {
    .genres-grid-wrapper .genres-grid-item {
      float: left;
      width: 50%; }
      .genres-grid-wrapper .genres-grid-item:nth-child(2n + 1) {
        clear: both; } }
  @media (min-width: 64em) {
    .genres-grid-wrapper .genres-grid-item {
      width: 33.33%; }
      .genres-grid-wrapper .genres-grid-item:nth-child(2n + 1) {
        clear: none; }
      .genres-grid-wrapper .genres-grid-item:nth-child(3n + 1) {
        clear: both; } }
  .genres-grid-wrapper .genres-grid-item .genres-grid-item-inner {
    margin: 10px;
    background: #f6f6f6; }
  .genres-grid-wrapper .genres-grid-item h3 {
    padding: 10px; }
  .genres-grid-wrapper .genres-grid-item p.category {
    color: #666;
    padding: 10px;
    text-transform: uppercase; }
  .genres-grid-wrapper .genres-grid-item .genres-grid-image-link {
    display: block;
    position: relative;
    line-height: 1; }
    .genres-grid-wrapper .genres-grid-item .genres-grid-image-link:before {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      background: transparent;
      background: #e62830;
      background: rgba(230, 40, 48, 0.8);
      transition: all 0.4s ease-out;
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -ms-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out; }
    .genres-grid-wrapper .genres-grid-item .genres-grid-image-link span.readmore {
      color: #fff;
      position: absolute;
      top: 50%;
      left: 0;
      text-align: center;
      width: 100%;
      margin-top: -15px;
      height: 30px;
      line-height: 30px;
      display: none; }
    .genres-grid-wrapper .genres-grid-item .genres-grid-image-link .partnerlogo, .genres-grid-wrapper .genres-grid-item .genres-grid-image-link .icon {
      color: #fff;
      background: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      text-align: center;
      width: 100px;
      margin-top: -50px;
      margin-left: -50px;
      height: 100px;
      border-radius: 50px; }
    .genres-grid-wrapper .genres-grid-item .genres-grid-image-link .icon img {
      margin: 0 auto;
      width: 50%; }
    .genres-grid-wrapper .genres-grid-item .genres-grid-image-link img {
      display: block; }
    .genres-grid-wrapper .genres-grid-item .genres-grid-image-link:hover:before {
      background: #e62830;
      background: #e62830; }
    .genres-grid-wrapper .genres-grid-item .genres-grid-image-link:hover span.readmore {
      display: block; }
  .genres-grid-wrapper .genres-grid-item .blurred-background-image {
    overflow: hidden; }
    .genres-grid-wrapper .genres-grid-item .blurred-background-image span {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      -webkit-filter: blur(5px);
      -moz-filter: blur(5px);
      -o-filter: blur(5px);
      -ms-filter: blur(5px);
      filter: blur(5px);
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
    .genres-grid-wrapper .genres-grid-item .blurred-background-image img.cover-image {
      opacity: 0; }

.form_item {
  margin: 0 auto;
  position: relative;
  max-width: 320px;
  margin-bottom: 15px; }
  .form_item .input-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-indent: 0;
    font-size: 2em;
    color: #fff;
    text-align: center;
    background: #ccc;
    z-index: 2;
    transition: background 0.4s ease-out;
    -webkit-transition: background 0.4s ease-out;
    -moz-transition: background 0.4s ease-out;
    -ms-transition: background 0.4s ease-out;
    -o-transition: background 0.4s ease-out; }
  .form_item select, .form_item input[type="text"], .form_item input[type="tel"], .form_item input[type="number"], .form_item input[type="password"], .form_item input[type="date"], .form_item input[type="email"] {
    position: relative;
    padding-left: 60px; }
  .form_item input:focus + .input-icon {
    background: #e62830; }
  .form_item select:focus + .input-icon {
    background: #e62830; }

.genre-form-item {
  overflow: auto;
  position: relative;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px; }
  .genre-form-item label {
    line-height: 50px;
    height: 50px;
    max-width: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 76px; }
  .genre-form-item select {
    width: auto;
    position: absolute;
    top: 0;
    left: 0; }

.full_width {
  max-width: none; }

.form-wrapper {
  margin: 0 auto;
  position: relative;
  max-width: 320px;
  margin-bottom: 15px; }

.form-success-message {
  background: #2ECC71;
  padding: 10px 10px 10px 52px;
  color: #fff;
  position: relative;
  margin-bottom: 25px; }
  .form-success-message p {
    margin-bottom: 0 !important; }
  .form-success-message:before {
    width: 32px;
    height: 32px;
    content: "\f120";
    font-family: "Ionicons";
    font-size: 32px;
    line-height: 32px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -16px; }

form fieldset {
  border: 1px solid #efefef;
  padding: 7.5px;
  margin-bottom: 25px; }

form label {
  display: block;
  width: 100%; }

form select, form input[type="text"], form input[type="tel"], form input[type="number"], form input[type="password"], form input[type="email"], form input[type="date"], form textarea {
  height: 50px;
  width: 100%;
  max-width: 320px;
  padding: 0 10px 0 10px;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  display: block;
  border: 1px solid #ccc; }

form .info-block {
  margin: 0 auto;
  max-width: 320px; }

form textarea {
  max-width: none;
  padding: 10px;
  height: 200px; }

form input[type="submit"] {
  height: 40px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 0.9em;
  background: #e62830;
  border: 0;
  cursor: pointer;
  padding: 0 30px;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  max-width: 320px; }

form .field-errorbox {
  position: relative;
  margin-bottom: 6px;
  background: #333;
  padding: 10px;
  text-indent: 0;
  font-size: 80%;
  white-space: nowrap;
  color: #fff !important;
  z-index: 1000;
  background: #c00; }
  form .field-errorbox:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #c00 transparent; }

form .checkbox-wrapper {
  /*Adding focus styles on the outer-box of the fake checkbox*/
  /* RADIO */ }
  form .checkbox-wrapper p {
    display: inline; }
  form .checkbox-wrapper label {
    margin: 0 auto;
    display: inline;
    width: auto;
    max-width: none; }
  form .checkbox-wrapper .regular-checkbox {
    opacity: 0; }
  form .checkbox-wrapper .regular-checkbox + label {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 7px;
    display: inline-block;
    position: relative; }
  form .checkbox-wrapper .regular-checkbox + label:active, form .checkbox-wrapper .regular-checkbox:checked + label:active {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }
  form .checkbox-wrapper .regular-checkbox:checked + label {
    background-color: #e62830;
    border: 1px solid #e62830;
    color: #fff; }
  form .checkbox-wrapper .regular-checkbox:checked + label:after {
    content: '\f122';
    font-family: "ionicons";
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    top: 0px;
    left: 1px;
    color: #fff; }
  form .checkbox-wrapper .regular-checkbox:focus + label {
    outline: #3b99fc auto 5px; }
  form .checkbox-wrapper .big-checkbox + label {
    padding: 18px; }
  form .checkbox-wrapper .big-checkbox:checked + label:after {
    font-size: 28px;
    left: 6px; }
  form .checkbox-wrapper .tag {
    font-family: Arial, sans-serif;
    width: 200px;
    position: relative;
    top: 5px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    float: left; }
  form .checkbox-wrapper .radio-1 {
    width: 193px; }
  form .checkbox-wrapper .button-holder {
    float: left; }
  form .checkbox-wrapper .regular-radio {
    display: none; }
  form .checkbox-wrapper .regular-radio + label {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    border-radius: 50px;
    display: inline-block;
    position: relative; }
  form .checkbox-wrapper .regular-radio:checked + label:after {
    content: ' ';
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    background: #99a1a7;
    -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
    text-shadow: 0px;
    left: 3px;
    font-size: 32px; }
  form .checkbox-wrapper .regular-radio:checked + label {
    background-color: #e9ecee;
    color: #99a1a7;
    border: 1px solid #adb8c0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(0, 0, 0, 0.1); }
  form .checkbox-wrapper .regular-radio + label:active, form .checkbox-wrapper .regular-radio:checked + label:active {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }
  form .checkbox-wrapper .big-radio + label {
    padding: 16px; }
  form .checkbox-wrapper .big-radio:checked + label:after {
    width: 24px;
    height: 24px;
    left: 4px;
    top: 4px; }

.form_item.no-icon input[type=date], .form_item.no-icon input[type=email], .form_item.no-icon input[type=number], .form_item.no-icon input[type=password], .form_item.no-icon input[type=tel], .form_item.no-icon input[type=text], .form_item.no-icon select {
  padding-left: 10px; }

.form_item.full-width input[type=date], .form_item.full-width input[type=email], .form_item.full-width input[type=number], .form_item.full-width input[type=password], .form_item.full-width input[type=tel], .form_item.full-width input[type=text], .form_item.full-width select {
  max-width: none; }

.form_item.full-width {
  max-width: none; }

.form_item.checkbox {
  margin-bottom: 0; }

.form_item.checkbox label {
  display: inline; }

.register-form-wrapper {
  margin: 0 auto;
  position: relative;
  margin-bottom: 15px;
  text-align: center; }

.facebook-registration-button, .twitter-registration-button, .google-registration-button {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  line-height: 40px;
  padding-left: 45px;
  padding-right: 5px;
  text-align: center;
  color: #fff;
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 320px; }
  .facebook-registration-button:before, .twitter-registration-button:before, .google-registration-button:before {
    content: "";
    font-family: "Ionicons";
    font-size: 24px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2); }

.facebook-registration-button {
  background: #4267b2; }
  .facebook-registration-button:before {
    content: "\f231"; }

.twitter-registration-button {
  background: #1da1f2; }
  .twitter-registration-button:before {
    content: "\f243"; }

.google-registration-button {
  background: #fff;
  border: 1px solid #efefef;
  color: #333; }
  .google-registration-button:before {
    content: "";
    background: url("../images/google.jpg");
    background-size: contain;
    border-right: 1px solid #efefef; }

form.search {
  position: relative;
  margin: 0 auto;
  max-width: 320px; }
  form.search input[type="text"] {
    border: 1px solid #ccc;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px; }
  form.search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: 0;
    cursor: pointer;
    text-indent: -9999px;
    background: transparent; }
    form.search button:before {
      font-family: 'Ionicons';
      content: "\f2f5";
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      text-indent: 0;
      line-height: 40px;
      font-size: 20px;
      color: #ccc; }

.multi-step-form-wrapper {
  border: 1px solid #ccc;
  margin: 0 auto;
  padding: 20px; }

.multi-step-form-breadcrumbs {
  border-bottom: 1px solid #ccc;
  margin: -20px -20px 20px -20px; }
  .multi-step-form-breadcrumbs ul li {
    float: left;
    background: #fff;
    padding: 10px 20px; }
  .multi-step-form-breadcrumbs ul li.completed {
    background: #333;
    color: #fff; }
  .multi-step-form-breadcrumbs ul li.current {
    background: #efefef; }

table {
  width: 100%; }
  table tr th {
    padding: 5px; }
  table tr td {
    padding: 5px; }

table.info-table {
  border: 1px solid #efefef;
  width: 100%; }
  table.info-table tr {
    background: #fff; }
    table.info-table tr:nth-child(2n + 1) {
      background: #efefef; }
    table.info-table tr th {
      background: #333;
      color: #fff;
      border: 1px solid #fff; }

table.account-info td {
  width: 55%;
  padding: 5px; }

table.account-info td.label {
  text-align: right;
  width: 45%; }

table {
  width: 100%; }
  table tr th {
    padding: 5px; }
  table tr td {
    padding: 5px; }

table.info-table {
  border: 1px solid #efefef;
  width: 100%; }
  table.info-table tr {
    background: #fff; }
    table.info-table tr:nth-child(2n + 1) {
      background: #efefef; }
    table.info-table tr th {
      background: #333;
      color: #fff;
      border: 1px solid #fff; }

table.account-info td {
  width: 55%;
  padding: 5px; }

table.account-info td.label {
  text-align: right;
  width: 45%; }

.blog-posts-wrapper .blog-posts-item {
  position: relative; }
  @media (min-width: 37.5em) {
    .blog-posts-wrapper .blog-posts-item {
      float: left;
      width: 50%; }
      .blog-posts-wrapper .blog-posts-item:nth-child(2n + 1) {
        clear: both; } }
  @media (min-width: 64em) {
    .blog-posts-wrapper .blog-posts-item {
      width: 33.33%; }
      .blog-posts-wrapper .blog-posts-item:nth-child(2n + 1) {
        clear: none; }
      .blog-posts-wrapper .blog-posts-item:nth-child(3n + 1) {
        clear: both; } }
  .blog-posts-wrapper .blog-posts-item .blog-posts-item-inner {
    margin: 10px;
    background: #f6f6f6; }
  .blog-posts-wrapper .blog-posts-item .primary_category {
    background: #e62830;
    position: absolute;
    top: 15px;
    right: 15px;
    text-transform: uppercase; }
    .blog-posts-wrapper .blog-posts-item .primary_category a {
      color: #fff;
      padding: 5px;
      display: block; }
      .blog-posts-wrapper .blog-posts-item .primary_category a:hover {
        text-decoration: none; }

.blog-posts-wrapper .blog-posts-item-2 {
  background: #fff;
  text-align: left; }

.blog-posts-wrapper .blog-posts-item h3, .blog-posts-wrapper .blog-posts-item-2 h3 {
  padding: 10px; }

.blog-posts-wrapper .blog-posts-item p.category, .blog-posts-wrapper .blog-posts-item-2 p.category {
  color: #666;
  padding: 10px;
  text-transform: uppercase; }

.blog-posts-wrapper .blog-posts-item .blog-posts-image-link, .blog-posts-wrapper .blog-posts-item-2 .blog-posts-image-link {
  display: block;
  position: relative;
  line-height: 1; }
  .blog-posts-wrapper .blog-posts-item .blog-posts-image-link:before, .blog-posts-wrapper .blog-posts-item-2 .blog-posts-image-link:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: transparent;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out; }
  .blog-posts-wrapper .blog-posts-item .blog-posts-image-link span.readmore, .blog-posts-wrapper .blog-posts-item-2 .blog-posts-image-link span.readmore {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    margin-top: -15px;
    height: 30px;
    line-height: 30px;
    display: none; }
  .blog-posts-wrapper .blog-posts-item .blog-posts-image-link .partnerlogo, .blog-posts-wrapper .blog-posts-item .blog-posts-image-link .icon, .blog-posts-wrapper .blog-posts-item-2 .blog-posts-image-link .partnerlogo, .blog-posts-wrapper .blog-posts-item-2 .blog-posts-image-link .icon {
    color: #fff;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100px;
    margin-top: -50px;
    margin-left: -50px;
    height: 100px;
    border-radius: 50px; }
  .blog-posts-wrapper .blog-posts-item .blog-posts-image-link .icon img, .blog-posts-wrapper .blog-posts-item-2 .blog-posts-image-link .icon img {
    margin: 0 auto;
    width: 50%; }
  .blog-posts-wrapper .blog-posts-item .blog-posts-image-link img, .blog-posts-wrapper .blog-posts-item-2 .blog-posts-image-link img {
    display: block; }
  .blog-posts-wrapper .blog-posts-item .blog-posts-image-link:hover:before, .blog-posts-wrapper .blog-posts-item-2 .blog-posts-image-link:hover:before {
    background: #e62830;
    background: rgba(230, 40, 48, 0.9);
    opacity: 0.8; }
  .blog-posts-wrapper .blog-posts-item .blog-posts-image-link:hover span.readmore, .blog-posts-wrapper .blog-posts-item-2 .blog-posts-image-link:hover span.readmore {
    display: block; }

.blog-posts-wrapper .blog-posts-item .blurred-background-image, .blog-posts-wrapper .blog-posts-item-2 .blurred-background-image {
  overflow: hidden; }
  .blog-posts-wrapper .blog-posts-item .blurred-background-image span, .blog-posts-wrapper .blog-posts-item-2 .blurred-background-image span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .blog-posts-wrapper .blog-posts-item .blurred-background-image img.cover-image, .blog-posts-wrapper .blog-posts-item-2 .blurred-background-image img.cover-image {
    opacity: 0; }

.blog-posts-list-wrapper .blog-posts-item {
  position: relative;
  margin-bottom: 20px; }
  @media (min-width: 37.5em) {
    .blog-posts-list-wrapper .blog-posts-item img {
      float: left;
      width: 33%;
      margin-right: 10px; } }
  .blog-posts-list-wrapper .blog-posts-item .blog-posts-item-inner {
    background: #f6f6f6; }
  .blog-posts-list-wrapper .blog-posts-item .primary_category {
    background: #e62830;
    position: absolute;
    top: 15px;
    right: 15px;
    text-transform: uppercase; }
    .blog-posts-list-wrapper .blog-posts-item .primary_category a {
      color: #fff;
      padding: 5px;
      display: block; }
      .blog-posts-list-wrapper .blog-posts-item .primary_category a:hover {
        text-decoration: none; }

.blog-posts-list-wrapper .blog-posts-item h3, .blog-posts-list-wrapper .blog-posts-item-2 h3 {
  padding: 10px; }

.blog-posts-list-wrapper .blog-posts-item p.category, .blog-posts-list-wrapper .blog-posts-item-2 p.category {
  color: #666;
  padding: 10px;
  text-transform: uppercase; }

.blog-posts-list-wrapper .blog-posts-item .blog-posts-image-link, .blog-posts-list-wrapper .blog-posts-item-2 .blog-posts-image-link {
  display: block;
  position: relative;
  line-height: 1; }
  .blog-posts-list-wrapper .blog-posts-item .blog-posts-image-link:before, .blog-posts-list-wrapper .blog-posts-item-2 .blog-posts-image-link:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: transparent;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out; }
  .blog-posts-list-wrapper .blog-posts-item .blog-posts-image-link span.readmore, .blog-posts-list-wrapper .blog-posts-item-2 .blog-posts-image-link span.readmore {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    margin-top: -15px;
    height: 30px;
    line-height: 30px;
    display: none; }
  .blog-posts-list-wrapper .blog-posts-item .blog-posts-image-link .partnerlogo, .blog-posts-list-wrapper .blog-posts-item .blog-posts-image-link .icon, .blog-posts-list-wrapper .blog-posts-item-2 .blog-posts-image-link .partnerlogo, .blog-posts-list-wrapper .blog-posts-item-2 .blog-posts-image-link .icon {
    color: #fff;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100px;
    margin-top: -50px;
    margin-left: -50px;
    height: 100px;
    border-radius: 50px; }
  .blog-posts-list-wrapper .blog-posts-item .blog-posts-image-link .icon img, .blog-posts-list-wrapper .blog-posts-item-2 .blog-posts-image-link .icon img {
    margin: 0 auto;
    width: 50%; }
  .blog-posts-list-wrapper .blog-posts-item .blog-posts-image-link img, .blog-posts-list-wrapper .blog-posts-item-2 .blog-posts-image-link img {
    display: block; }
  .blog-posts-list-wrapper .blog-posts-item .blog-posts-image-link:hover:before, .blog-posts-list-wrapper .blog-posts-item-2 .blog-posts-image-link:hover:before {
    background: #e62830;
    background: rgba(230, 40, 48, 0.9);
    opacity: 0.8; }
  .blog-posts-list-wrapper .blog-posts-item .blog-posts-image-link:hover span.readmore, .blog-posts-list-wrapper .blog-posts-item-2 .blog-posts-image-link:hover span.readmore {
    display: block; }

.blog-posts-list-wrapper .blog-posts-item .blurred-background-image, .blog-posts-list-wrapper .blog-posts-item-2 .blurred-background-image {
  overflow: hidden; }
  .blog-posts-list-wrapper .blog-posts-item .blurred-background-image span, .blog-posts-list-wrapper .blog-posts-item-2 .blurred-background-image span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .blog-posts-list-wrapper .blog-posts-item .blurred-background-image img.cover-image, .blog-posts-list-wrapper .blog-posts-item-2 .blurred-background-image img.cover-image {
    opacity: 0; }

.product-details {
  padding: 0 0 30px 0; }

.product-page-wrapper {
  font-size: 110%;
  max-width: 1260px;
  padding: 0 20px;
  margin: 0 auto; }

.product-title {
  font-size: 200%;
  font-weight: 700; }

.product-price {
  font-size: 150%;
  font-weight: 700;
  margin-bottom: 20px; }

.product-review {
  background: #efefef;
  margin-bottom: 20px;
  padding: 20px; }

.review-text {
  font-style: italic; }

.customer-name {
  font-weight: 700; }

.checkout-heading {
  background: #666;
  color: #fff;
  padding: 10px;
  font-weight: 700; }

.checkout-section {
  border: 1px solid #666;
  padding: 30px 20px;
  margin-bottom: 25px; }

.checkout-page-wrapper {
  font-size: 110%;
  max-width: 960px;
  padding: 0 20px;
  margin: 0 auto; }

.css21-book-listings-wrapper {
  font-size: 16px; }
  .css21-book-listings-wrapper .genre-link, .css21-book-listings-wrapper .year-group-link {
    font-size: 14px; }
  .css21-book-listings-wrapper .category-item .category-item-info h2 {
    font-size: 1.3em; }
  .css21-book-listings-wrapper .book-info-strip {
    font-size: 15px; }

.book-shelf {
  position: relative; }
  .book-shelf .book-shelf-control-left-arrow, .book-shelf .book-shelf-control-right-arrow {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    z-index: 9999;
    border-radius: 25px;
    background: #e62830;
    overflow: hidden;
    display: inline-block;
    text-indent: -9999px; }
    .book-shelf .book-shelf-control-left-arrow:hover, .book-shelf .book-shelf-control-right-arrow:hover {
      background: #e60d64; }
    .book-shelf .book-shelf-control-left-arrow:after, .book-shelf .book-shelf-control-right-arrow:after {
      font-family: "Ionicons";
      color: #fff;
      text-align: center;
      text-indent: 0;
      line-height: 50px;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .book-shelf .book-shelf-control-left-arrow {
    left: 5px; }
    .book-shelf .book-shelf-control-left-arrow:after {
      content: "\f124"; }
  .book-shelf .book-shelf-control-right-arrow {
    right: 5px; }
    .book-shelf .book-shelf-control-right-arrow:after {
      content: "\f125"; }
  .book-shelf .book-shelf-control-left-arrow.disabled, .book-shelf .book-shelf-control-right-arrow.disabled {
    opacity: 0.2;
    cursor: default; }

.book-shelf-outer-wrapper {
  position: relative; }

.book-shelf-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  border: 1px solid #efefef;
  padding: 25px 0; }
  .book-shelf-wrapper .book-shelf-items-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }
    .book-shelf-wrapper .book-shelf-items-wrapper .book-shelf-item {
      float: left;
      width: 100%;
      /*@include breakpoint(phablet){
                width:(100% / 2);
            }*/ }
      .book-shelf-wrapper .book-shelf-items-wrapper .book-shelf-item .book-shelf-item-inner {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 0 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%; }
      @media (min-width: 20em) {
        .book-shelf-wrapper .book-shelf-items-wrapper .book-shelf-item {
          width: 50%; } }
      @media (min-width: 48em) {
        .book-shelf-wrapper .book-shelf-items-wrapper .book-shelf-item {
          width: 33.33333%; } }
      @media (min-width: 64em) {
        .book-shelf-wrapper .book-shelf-items-wrapper .book-shelf-item {
          width: 25%; } }
      @media (min-width: 70em) {
        .book-shelf-wrapper .book-shelf-items-wrapper .book-shelf-item {
          width: 16.66667%; } }
      .book-shelf-wrapper .book-shelf-items-wrapper .book-shelf-item h4 {
        text-transform: uppercase;
        font-size: 13px;
        margin: 5px 0;
        text-align: center;
        line-height: 1.5;
        height: 40px;
        overflow: hidden;
        font-weight: 700; }
        .book-shelf-wrapper .book-shelf-items-wrapper .book-shelf-item h4 a {
          color: #333; }
      .book-shelf-wrapper .book-shelf-items-wrapper .book-shelf-item p.author {
        text-align: center;
        text-transform: uppercase; }
        .book-shelf-wrapper .book-shelf-items-wrapper .book-shelf-item p.author a {
          color: #333;
          text-decoration: none; }
          .book-shelf-wrapper .book-shelf-items-wrapper .book-shelf-item p.author a:hover {
            text-decoration: underline; }
      .book-shelf-wrapper .book-shelf-items-wrapper .book-shelf-item p.synopsis {
        font-size: 90%;
        margin: 0 10px;
        margin-bottom: 20px;
        line-height: 1.5;
        display: none; }
      .book-shelf-wrapper .book-shelf-items-wrapper .book-shelf-item .book-image {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 230px; }
      .book-shelf-wrapper .book-shelf-items-wrapper .book-shelf-item img {
        width: 100%;
        margin: 0 auto;
        display: block; }

.card {
  border: 2px solid #e62830;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }

.card-header {
  background-color: #e62830;
  background: -webkit-gradient(linear, left top, right top, from(#e62830), to(#e60d64));
  background: -webkit-linear-gradient(left, #e62830, #e60d64);
  background: -o-linear-gradient(left, #e62830, #e60d64);
  background: linear-gradient(to right, #e62830, #e60d64);
  color: #fff;
  padding: 5px 10px; }

.card-header a {
  color: #fff; }

.card-body {
  padding: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.card-body p {
  margin-bottom: 10px; }

.card-footer {
  padding: 10px;
  border-top: 1px solid #e62830; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease; }

.dateText {
  float: right;
  font-size: 0.9em;
  font-style: italic; }

.card-header .profilePic {
  float: left;
  margin-right: 10px; }

.profilePic {
  cursor: pointer;
  border-radius: 50%; }

/*!
 * Datepicker for Bootstrap v1.7.1 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker-rtl {
  direction: rtl; }

.datepicker-rtl.dropdown-menu {
  left: auto; }

.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15); }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.new, .datepicker table tr td.old {
  color: #777; }

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background: #eee;
  cursor: pointer; }

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default; }

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0; }

.datepicker table tr td.highlighted.focus, .datepicker table tr td.highlighted:focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2; }

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted.active, .datepicker table tr td.highlighted:active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted.active.focus, .datepicker table tr td.highlighted.active:focus, .datepicker table tr td.highlighted.active:hover, .datepicker table tr td.highlighted:active.focus, .datepicker table tr td.highlighted:active:focus, .datepicker table tr td.highlighted:active:hover {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2; }

.datepicker table tr td.highlighted.disabled.focus, .datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted.disabled:hover, .datepicker table tr td.highlighted[disabled].focus, .datepicker table tr td.highlighted[disabled]:focus, .datepicker table tr td.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.highlighted.focus, fieldset[disabled] .datepicker table tr td.highlighted:focus, fieldset[disabled] .datepicker table tr td.highlighted:hover {
  background-color: #d9edf7;
  border-color: #85c5e5; }

.datepicker table tr td.highlighted.focused {
  background: #afd9ee; }

.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777; }

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.focus, .datepicker table tr td.today:focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400; }

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today.active, .datepicker table tr td.today:active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today.active.focus, .datepicker table tr td.today.active:focus, .datepicker table tr td.today.active:hover, .datepicker table tr td.today:active.focus, .datepicker table tr td.today:active:focus, .datepicker table tr td.today:active:hover {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400; }

.datepicker table tr td.today.disabled.focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today[disabled].focus, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.today.focus, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:hover {
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.focused {
  background: #ffc966; }

.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777; }

.datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbb;
  border-radius: 0; }

.datepicker table tr td.range.focus, .datepicker table tr td.range:focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c; }

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range.active, .datepicker table tr td.range:active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range.active.focus, .datepicker table tr td.range.active:focus, .datepicker table tr td.range.active:hover, .datepicker table tr td.range:active.focus, .datepicker table tr td.range:active:focus, .datepicker table tr td.range:active:hover {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c; }

.datepicker table tr td.range.disabled.focus, .datepicker table tr td.range.disabled:focus, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range[disabled].focus, .datepicker table tr td.range[disabled]:focus, .datepicker table tr td.range[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.focus, fieldset[disabled] .datepicker table tr td.range:focus, fieldset[disabled] .datepicker table tr td.range:hover {
  background-color: #eee;
  border-color: #bbb; }

.datepicker table tr td.range.focused {
  background: #d5d5d5; }

.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #777; }

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.focus, .datepicker table tr td.range.highlighted:focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted.active, .datepicker table tr td.range.highlighted:active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted.active.focus, .datepicker table tr td.range.highlighted.active:focus, .datepicker table tr td.range.highlighted.active:hover, .datepicker table tr td.range.highlighted:active.focus, .datepicker table tr td.range.highlighted:active:focus, .datepicker table tr td.range.highlighted:active:hover {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted.disabled.focus, .datepicker table tr td.range.highlighted.disabled:focus, .datepicker table tr td.range.highlighted.disabled:hover, .datepicker table tr td.range.highlighted[disabled].focus, .datepicker table tr td.range.highlighted[disabled]:focus, .datepicker table tr td.range.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.highlighted.focus, fieldset[disabled] .datepicker table tr td.range.highlighted:focus, fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3; }

.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777; }

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today.focus, .datepicker table tr td.range.today:focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608; }

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today:active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today.active.focus, .datepicker table tr td.range.today.active:focus, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today:active.focus, .datepicker table tr td.range.today:active:focus, .datepicker table tr td.range.today:active:hover {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608; }

.datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today[disabled].focus, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today.focus, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:hover {
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777; }

.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected.focus, .datepicker table tr td.selected.highlighted.focus, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected:focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616; }

.datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.active, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected:active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected.active.focus, .datepicker table tr td.selected.active:focus, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.highlighted.active.focus, .datepicker table tr td.selected.highlighted.active:focus, .datepicker table tr td.selected.highlighted.active:hover, .datepicker table tr td.selected.highlighted:active.focus, .datepicker table tr td.selected.highlighted:active:focus, .datepicker table tr td.selected.highlighted:active:hover, .datepicker table tr td.selected:active.focus, .datepicker table tr td.selected:active:focus, .datepicker table tr td.selected:active:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616; }

.datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.highlighted.disabled.focus, .datepicker table tr td.selected.highlighted.disabled:focus, .datepicker table tr td.selected.highlighted.disabled:hover, .datepicker table tr td.selected.highlighted[disabled].focus, .datepicker table tr td.selected.highlighted[disabled]:focus, .datepicker table tr td.selected.highlighted[disabled]:hover, .datepicker table tr td.selected[disabled].focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:hover, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:hover {
  background-color: #777;
  border-color: #555; }

.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted.focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.highlighted.disabled.focus, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active.highlighted.disabled:hover, .datepicker table tr td.active.highlighted[disabled].focus, .datepicker table tr td.active.highlighted[disabled]:focus, .datepicker table tr td.active.highlighted[disabled]:hover, .datepicker table tr td.active[disabled].focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active[disabled]:hover, fieldset[disabled] .datepicker table tr td.active.focus, fieldset[disabled] .datepicker table tr td.active.highlighted.focus, fieldset[disabled] .datepicker table tr td.active.highlighted:focus, fieldset[disabled] .datepicker table tr td.active.highlighted:hover, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #eee; }

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default; }

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover.focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active:hover:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active.active.focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover.active.focus, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active.disabled:hover[disabled].focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled].focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active:hover.disabled.focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active:hover[disabled].focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active[disabled].focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active.disabled.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, fieldset[disabled] .datepicker table tr td span.active.focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover.focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active:hover:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #777; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #eee; }

.datepicker .next.disabled, .datepicker .prev.disabled {
  visibility: hidden; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.input-daterange {
  width: 100%; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

.card {
  border: 2px solid #e62830;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }

.card-header {
  background: #e62830;
  color: #fff;
  padding: 5px 10px; }
  .card-header a {
    color: #fff; }

.card-body {
  padding: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }
  .card-body p {
    margin-bottom: 10px; }

.card-footer {
  padding: 10px;
  border-top: 1px solid #e62830; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

.show {
  display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease; }

.dateText {
  float: right;
  font-size: 0.9em;
  font-style: italic; }

.card-header .profilePic {
  float: left;
  margin-right: 10px; }

.profilePic {
  cursor: pointer;
  border-radius: 50%; }

.price-compare {
  position: relative;
  background: #ffffff;
  display: inline-block;
  padding: 20px;
  max-width: 700px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 0 25px #111;
  -webkit-box-shadow: 0 0 25px #111;
  -moz-box-shadow: 0 0 25px #111; }

.price-compare-inner {
  width: 100%;
  height: 100%;
  overflow-y: auto; }

.price-compare td {
  padding: 10px;
  vertical-align: middle; }

.price-compare td img {
  display: block; }

.price-compare th {
  background: #e62830;
  color: #fff; }

.price-compare tr:nth-child(even) {
  background: #f6f6f6; }

.price-compare tr:nth-child(odd) {
  background: #fefefe; }

.container-with-background {
  background-image: url("../images/newsletter-background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  line-height: 1.5;
  text-align: center;
  color: #fff; }
  .container-with-background .container-with-background-inner {
    background: -webkit-gradient(linear, left top, right top, from(rgba(230, 40, 48, 0.85)), to(rgba(230, 13, 100, 0.85)));
    background: -webkit-linear-gradient(left, rgba(230, 40, 48, 0.85), rgba(230, 13, 100, 0.85));
    background: -o-linear-gradient(left, rgba(230, 40, 48, 0.85), rgba(230, 13, 100, 0.85));
    background: linear-gradient(to right, rgba(230, 40, 48, 0.85), rgba(230, 13, 100, 0.85));
    line-height: 1.5;
    text-align: center;
    color: #fff; }
    .container-with-background .container-with-background-inner h2 {
      font-size: 2em;
      letter-spacing: 2px;
      text-transform: uppercase;
      text-align: center;
      font-weight: 700;
      padding-bottom: 30px; }
    .container-with-background .container-with-background-inner p {
      max-width: 600px;
      margin: 0 auto;
      padding-bottom: 30px; }

.hero-wrapper {
  position: relative;
  z-index: 1;
  background-color: #e62830;
  background: -webkit-gradient(linear, left top, right top, from(rgba(230, 40, 48, 0.85)), to(rgba(230, 13, 100, 0.85))), url("../images/hero-background-1.jpg");
  background: -webkit-linear-gradient(left, rgba(230, 40, 48, 0.85), rgba(230, 13, 100, 0.85)), url("../images/hero-background-1.jpg");
  background: -o-linear-gradient(left, rgba(230, 40, 48, 0.85), rgba(230, 13, 100, 0.85)), url("../images/hero-background-1.jpg");
  background: linear-gradient(to right, rgba(230, 40, 48, 0.85), rgba(230, 13, 100, 0.85)), url("../images/hero-background-1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  padding: 25px 0;
  text-align: center;
  width: 100%;
  height: 100vh;
  margin-top: -90px;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s; }
  .hero-wrapper a {
    color: #fff; }
  @media (min-width: 37.5em) {
    .hero-wrapper {
      padding: 50px 0; } }
  .hero-wrapper .book-genres {
    padding-top: 20px; }
  .hero-wrapper .description {
    margin: 0 auto;
    max-width: 768px; }

.vertical-center-wrapper {
  height: 100%;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s; }

.vertical-center-table {
  display: table;
  width: 100%;
  height: 100%;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
  transition: height 0.5s; }

.vertical-center-content {
  display: table-cell;
  vertical-align: middle; }

.hero-wrapper .hero-inner {
  height: 100vh;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s; }

.home-page-slider {
  position: relative;
  z-index: 3; }
  .home-page-slider .home-page-slider-inner {
    color: #fff;
    position: relative; }
    .home-page-slider .home-page-slider-inner h2 {
      font-weight: 700;
      text-align: center;
      font-size: 1.5em;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding-bottom: 30px;
      height: 75px;
      overflow: hidden; }
      @media (min-width: 37.5em) {
        .home-page-slider .home-page-slider-inner h2 {
          height: auto;
          text-align: left; } }
    @media (min-width: 37.5em) {
      .home-page-slider .home-page-slider-inner div.slider-text {
        width: 100%;
        padding-left: 20px;
        /*position: absolute;
            top:75px;
            left: 20px;
            margin-right:420px;*/ } }
    .home-page-slider .home-page-slider-inner p.description {
      display: none;
      line-height: 1.5;
      padding-bottom: 30px; }
      @media (min-width: 37.5em) {
        .home-page-slider .home-page-slider-inner p.description {
          display: block; } }
    .home-page-slider .home-page-slider-inner div.slider-buttons {
      text-align: center; }
      @media (min-width: 37.5em) {
        .home-page-slider .home-page-slider-inner div.slider-buttons {
          text-align: left; } }
    .home-page-slider .home-page-slider-inner a.view-book-button, .home-page-slider .home-page-slider-inner a.read-extract-button {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 0.9em;
      background: #fff;
      color: #e62830;
      border: 0;
      cursor: pointer;
      padding: 15px 0;
      z-index: 2;
      text-decoration: none;
      text-align: center;
      margin-bottom: 10px;
      border: 2px solid #fff;
      display: inline-block;
      width: 48%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media (min-width: 37.5em) {
        .home-page-slider .home-page-slider-inner a.view-book-button, .home-page-slider .home-page-slider-inner a.read-extract-button {
          display: inline-block;
          width: auto;
          padding: 15px 40px; } }
    .home-page-slider .home-page-slider-inner a.view-book-button {
      margin-right: 2%;
      color: #666; }
      .home-page-slider .home-page-slider-inner a.view-book-button:hover {
        background: #efefef; }
    .home-page-slider .home-page-slider-inner a.read-extract-button {
      color: #fff;
      background: transparent; }
      .home-page-slider .home-page-slider-inner a.read-extract-button:hover {
        background: #efefef;
        color: #e62830; }
    .home-page-slider .home-page-slider-inner img {
      display: block;
      margin: 0 auto;
      height: 200px; }
      @media (min-width: 37.5em) {
        .home-page-slider .home-page-slider-inner img {
          height: auto;
          max-width: none;
          width: 200px;
          padding-left: 20px; } }
      @media (min-width: 48em) {
        .home-page-slider .home-page-slider-inner img {
          height: 300px;
          max-width: none;
          width: auto;
          padding-left: 20px; } }
      @media (min-width: 64em) {
        .home-page-slider .home-page-slider-inner img {
          height: 400px;
          max-width: none;
          width: auto;
          padding-left: 20px; } }
    @media (min-width: 37.5em) {
      .home-page-slider .home-page-slider-inner {
        height: 400px; }
        .home-page-slider .home-page-slider-inner .container {
          height: 400px; }
          .home-page-slider .home-page-slider-inner .container .home-page-inner {
            height: 400px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
        .home-page-slider .home-page-slider-inner .home-page-inner {
          position: relative; }
        .home-page-slider .home-page-slider-inner img {
          /*height:100%;
            max-width:none;
            width:auto;
            position: absolute;
            top:0;
            right:0;*/ } }
  .home-page-slider .home-slider-not-active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .home-page-slider .theme-light {
    color: #fff; }
    .home-page-slider .theme-light a.view-book-button, .home-page-slider .theme-light a.read-extract-button {
      background: #fff;
      border-color: #fff; }
    .home-page-slider .theme-light a.view-book-button:hover {
      background: #efefef; }
    .home-page-slider .theme-light a.read-extract-button {
      color: #fff;
      background: transparent; }
      .home-page-slider .theme-light a.read-extract-button:hover {
        background: #fff;
        background: rgba(255, 255, 255, 0.2);
        color: #fff; }
  .home-page-slider .theme-dark {
    color: #333; }
    .home-page-slider .theme-dark a.view-book-button, .home-page-slider .theme-dark a.read-extract-button {
      background: #333;
      border-color: #333; }
    .home-page-slider .theme-dark a.view-book-button {
      color: #ccc; }
    .home-page-slider .theme-dark a.view-book-button:hover {
      background: #666; }
    .home-page-slider .theme-dark a.read-extract-button {
      color: #333;
      background: transparent; }
      .home-page-slider .theme-dark a.read-extract-button:hover {
        background: #333;
        background: rgba(0, 0, 0, 0.2);
        color: #333; }

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  z-index: 9999;
  padding: 20px;
  display: none; }

.lightbox-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background: #e62830;
  border-radius: 15px;
  z-index: 9999;
  cursor: pointer; }

.lightbox-close:before {
  content: "\f2d7";
  color: #fff;
  font-family: "Ionicons";
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  width: 100%; }

.lightbox-inner {
  position: relative;
  background: #ffffff;
  display: inline-block;
  padding: 20px;
  max-width: 700px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 25px #111;
  -webkit-box-shadow: 0 0 25px #111;
  -moz-box-shadow: 0 0 25px #111; }

/*.search-wrapper .search-results ul li a {
      padding: 10px;
      border-bottom: 1px solid #efefef;
      cursor: pointer;
      display: block; text-transform: capitalize;
}

.live-search-wrapper {

}*/
.live-search-wrapper {
  width: 100%; }

/*.search-wrapper .search-results ul li a {
	position: relative;
	z-index:2000;
}*/
.search-wrapper .search-results ul li a.full-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

form#header-search div.live-search-wrapper div.form_item {
  max-width: none !important; }

form#header-search input[type="text"] {
  background: transparent !important; }

form#header-search div.search-wrapper div.search-results ul {
  top: 40px !important; }

div.search-wrapper {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1002; }

div.search-wrapper div.search-results ul {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  background: #ffffff;
  border: 1px solid #efefef;
  z-index: 3; }

div.search-wrapper div.search-results ul li {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  overflow: auto;
  position: relative; }
  div.search-wrapper div.search-results ul li .featured-label {
    background: #049372;
    padding: 2px 5px;
    color: #fff;
    font-size: 90%;
    font-weight: bold; }

div.search-wrapper div.search-results ul li .book-cover {
  float: left;
  margin-right: 10px;
  width: 50px; }

div.search-wrapper div.search-results ul li .book-info {
  margin-right: 60px; }

div.related-books-list div.related-book-item {
  padding: 10px;
  border-bottom: 1px solid #efefef;
  cursor: pointer;
  overflow: auto; }
  div.related-books-list div.related-book-item .featured-label {
    background: #049372;
    padding: 2px 5px;
    color: #fff;
    font-size: 90%;
    font-weight: bold;
    margin-left: 5px; }
  div.related-books-list div.related-book-item .book-cover {
    float: left;
    margin-right: 10px;
    width: 50px; }
  div.related-books-list div.related-book-item .book-info {
    margin-left: 60px; }

.genre-link {
  display: inline-block;
  background: #000;
  border: 1px solid #000;
  padding: 1px 5px;
  color: #fff;
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 2px; }
  .genre-link:hover {
    text-decoration: none; }

.filter-link {
  padding-right: 30px;
  position: relative; }
  .filter-link:before {
    content: "\f128";
    position: absolute;
    top: 3.5px;
    right: 5px;
    font-family: "Ionicons";
    font-size: 18px;
    line-height: 1; }
  .filter-link.inactive {
    background: #fff;
    color: #000;
    padding-right: 5px; }
    .filter-link.inactive:before {
      display: none; }

.genre-link-tod {
  background: #ed6a25;
  border-color: #ed6a25; }
  .genre-link-tod.inactive, .genre-link-tod:hover {
    background: #fff;
    color: #ed6a25; }

.genre-link-3 {
  background: #31b2ce;
  border-color: #31b2ce; }
  .genre-link-3.inactive, .genre-link-3:hover {
    background: #fff;
    color: #31b2ce; }

.genre-link-5 {
  background: #ef7d08;
  border-color: #ef7d08; }
  .genre-link-5.inactive, .genre-link-5:hover {
    background: #fff;
    color: #ef7d08; }

.genre-link-7 {
  background: #319a29;
  border-color: #319a29; }
  .genre-link-7.inactive, .genre-link-7:hover {
    background: #fff;
    color: #319a29; }

.genre-link-9 {
  background: #3145b5;
  border-color: #3145b5; }
  .genre-link-9.inactive, .genre-link-9:hover {
    background: #fff;
    color: #3145b5; }

.genre-link-12 {
  background: #c2180c;
  border-color: #c2180c; }
  .genre-link-12.inactive, .genre-link-12:hover {
    background: #fff;
    color: #c2180c; }

.genre-link-14 {
  background: #8c0c08;
  border-color: #8c0c08; }
  .genre-link-14.inactive, .genre-link-14:hover {
    background: #fff;
    color: #8c0c08; }

.genre-link-ya {
  background: #7f006c;
  border-color: #7f006c; }
  .genre-link-ya.inactive, .genre-link-ya:hover {
    background: #fff;
    color: #7f006c; }

.year-group-link {
  display: inline-block;
  background: #000;
  border: 1px solid #000;
  padding: 1px 5px;
  color: #fff;
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 2px; }
  .year-group-link:hover {
    text-decoration: none; }

.filter-link {
  padding-right: 30px;
  position: relative; }
  .filter-link:before {
    content: "\f128";
    position: absolute;
    top: 3.5px;
    right: 5px;
    font-family: "Ionicons";
    font-size: 18px;
    line-height: 1; }
  .filter-link.inactive {
    padding-right: 5px; }
    .filter-link.inactive:before {
      display: none; }

.year-group-link-ey {
  background: #31b2ce;
  border-color: #31b2ce; }
  .year-group-link-ey.inactive, .year-group-link-ey:hover {
    background: #fff;
    color: #31b2ce; }

.year-group-link-ks1 {
  background: #ef7d08;
  border-color: #ef7d08; }
  .year-group-link-ks1.inactive, .year-group-link-ks1:hover {
    background: #fff;
    color: #ef7d08; }

.year-group-link-ks2 {
  background: #319a29;
  border-color: #319a29; }
  .year-group-link-ks2.inactive, .year-group-link-ks2:hover {
    background: #fff;
    color: #319a29; }

.year-group-link-ks3 {
  background: #3145b5;
  border-color: #3145b5; }
  .year-group-link-ks3.inactive, .year-group-link-ks3:hover {
    background: #fff;
    color: #3145b5; }

.year-group-link-ks4 {
  background: #8c0c08;
  border-color: #8c0c08; }
  .year-group-link-ks4.inactive, .year-group-link-ks4:hover {
    background: #fff;
    color: #8c0c08; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: .5; }

.modal-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem; }

.modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 15px; }

.modal-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef; }

.modal-footer > :not(:first-child) {
  margin-left: .25rem; }

.modal-footer > :not(:last-child) {
  margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.newsletter-container, .testimonials-container {
  background-image: url("../images/newsletter-background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  line-height: 1.5;
  text-align: center;
  color: #fff; }
  .newsletter-container .newsletter-inner-container, .newsletter-container .testimonials-inner-container, .testimonials-container .newsletter-inner-container, .testimonials-container .testimonials-inner-container {
    background: -webkit-gradient(linear, left top, right top, from(rgba(230, 40, 48, 0.85)), to(rgba(230, 13, 100, 0.85)));
    background: -webkit-linear-gradient(left, rgba(230, 40, 48, 0.85), rgba(230, 13, 100, 0.85));
    background: -o-linear-gradient(left, rgba(230, 40, 48, 0.85), rgba(230, 13, 100, 0.85));
    background: linear-gradient(to right, rgba(230, 40, 48, 0.85), rgba(230, 13, 100, 0.85));
    line-height: 1.5;
    text-align: center;
    color: #fff; }
    .newsletter-container .newsletter-inner-container h2, .newsletter-container .testimonials-inner-container h2, .testimonials-container .newsletter-inner-container h2, .testimonials-container .testimonials-inner-container h2 {
      font-size: 2em;
      letter-spacing: 2px;
      text-transform: uppercase;
      text-align: center;
      font-weight: 700;
      padding-bottom: 30px; }
    .newsletter-container .newsletter-inner-container p, .newsletter-container .testimonials-inner-container p, .testimonials-container .newsletter-inner-container p, .testimonials-container .testimonials-inner-container p {
      max-width: 600px;
      margin: 0 auto;
      padding-bottom: 30px; }

.newsletter-container form {
  position: relative;
  width: 100%;
  height: 50px;
  max-width: 450px;
  margin: 0 auto; }
  .newsletter-container form label {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 2; }
    .newsletter-container form label:after {
      content: "\f2eb";
      font-family: "Ionicons";
      position: absolute;
      top: 0;
      left: 0;
      width: 40px;
      height: 50px;
      line-height: 50px;
      text-indent: 0;
      font-size: 2em;
      color: #ccc;
      text-align: right; }
  .newsletter-container form input[type="text"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0 160px 0 60px;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    max-width: none; }
  .newsletter-container form input[type="submit"] {
    position: absolute;
    top: 5px;
    right: 5px;
    width: auto; }

.page-header-hero {
  /* Sizing */
  width: 100%;
  height: 100vh;
  height: calc(100vh - 60px);
  /* Flexbox stuff */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  /* Background styles */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 40, 48, 0.85)), to(rgba(230, 13, 100, 0.85))), url(../images/hero-background.jpg);
  background-image: -webkit-linear-gradient(rgba(230, 40, 48, 0.85), rgba(230, 13, 100, 0.85)), url(../images/hero-background.jpg);
  background-image: -o-linear-gradient(rgba(230, 40, 48, 0.85), rgba(230, 13, 100, 0.85)), url(../images/hero-background.jpg);
  background-image: linear-gradient(rgba(230, 40, 48, 0.85), rgba(230, 13, 100, 0.85)), url(../images/hero-background.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  @media (min-width: 64em) {
    .page-header-hero {
      height: calc(100vh - 130px); } }
  .page-header-hero a.hero-button, .page-header-hero a.hero-button-transparent {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9em;
    background: #fff;
    color: #e62830;
    border: 0;
    cursor: pointer;
    padding: 15px 0;
    z-index: 2;
    text-decoration: none;
    text-align: center;
    margin-bottom: 10px;
    border: 2px solid #fff;
    display: inline-block;
    width: 48%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (min-width: 37.5em) {
      .page-header-hero a.hero-button, .page-header-hero a.hero-button-transparent {
        display: inline-block;
        width: auto;
        padding: 15px 40px; } }
  .page-header-hero a.hero-button-transparent {
    color: #fff;
    background: transparent; }
    .page-header-hero a.hero-button-transparent:hover {
      background: #fff;
      color: #e62830; }

ul.pagination {
  text-align: center; }
  ul.pagination li {
    display: inline-block;
    margin: 0; }
    ul.pagination li a {
      border: 1px solid #eee;
      padding: 0 10px;
      display: block;
      line-height: 33px;
      height: 33px;
      margin: 5px 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      ul.pagination li a:hover {
        text-decoration: none;
        background: #eee; }
    ul.pagination li.current-page a {
      background: #e62830;
      border-color: #e62830;
      color: #fff; }
      ul.pagination li.current-page a:hover {
        background: #e62830; }

table.social-share-buttons tr td {
  vertical-align: middle; }
  table.social-share-buttons tr td iframe {
    display: block; }

form.signup {
  position: relative;
  display: inline-block;
  background: #fff;
  color: #333;
  padding: 10px;
  border: 1px solid #efefef; }
  form.signup label {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 2; }
    form.signup label:after {
      content: "\f213";
      font-family: "Ionicons";
      position: absolute;
      top: 0;
      left: 0;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-indent: 0;
      font-size: 2em;
      color: #ccc;
      text-align: right; }
  form.signup label.name:after {
    content: "\f213"; }
  form.signup label.email:after {
    content: "\f2eb"; }
  form.signup input[type="text"] {
    position: relative;
    height: 40px;
    padding-left: 60px;
    margin-right: 5px;
    margin-bottom: 10px; }
  form.signup input[type="submit"] {
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 1em;
    background: #e62830;
    border: 1px solid #e62830;
    cursor: pointer;
    padding: 5px 30px;
    z-index: 2;
    width: auto;
    display: inline-block;
    white-space: normal;
    height: auto; }
    @media (min-width: 48em) {
      form.signup input[type="submit"] {
        height: 40px;
        white-space: nowrap; } }

.testimonials-container div.quote-wrapper {
  padding: 0 100px; }
  .testimonials-container div.quote-wrapper p.quote {
    font-style: italic;
    font-size: 18px;
    line-height: 1.5; }
  .testimonials-container div.quote-wrapper p.author {
    text-transform: uppercase;
    text-align: center; }

.testimonials-container .left-speechmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: #fc0;
  text-align: center;
  font-size: 150px;
  color: #fff; }

.testimonials-container .right-speechmark {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 150px;
  color: #fff; }

nav.breadcrumbs {
  height: 30px;
  background: #f6f6f6;
  overflow: hidden; }
  @media (min-width: 64em) {
    nav.breadcrumbs {
      background: #fff; } }
  nav.breadcrumbs ul {
    width: 2000px; }
    nav.breadcrumbs ul li {
      display: inline-block;
      position: relative;
      padding-right: 30px;
      line-height: 30px;
      font-size: 90%; }
      nav.breadcrumbs ul li:after {
        content: "\f3d1";
        font-family: "Ionicons";
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
        text-align: center;
        color: #999;
        line-height: 30px; }
      nav.breadcrumbs ul li:last-child {
        padding-right: 0; }
        nav.breadcrumbs ul li:last-child a {
          color: #666; }
        nav.breadcrumbs ul li:last-child:after {
          display: none; }
  nav.breadcrumbs:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 30px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,f6f6f6+100&0+0,0.65+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(246, 246, 246, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(246, 246, 246, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(246, 246, 246, 0.65)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(246, 246, 246, 0.65) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(246, 246, 246, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6f6f6f6',GradientType=1 );
    /* IE6-9 */ }

div.breadcrumbs-wrapper {
  background: #fff;
  position: relative;
  z-index: 2; }

.page-title-wrapper {
  position: relative;
  background-color: #e62830;
  background: -webkit-gradient(linear, left top, right top, from(#e62830), to(#e60d64));
  background: -webkit-linear-gradient(left, #e62830, #e60d64);
  background: -o-linear-gradient(left, #e62830, #e60d64);
  background: linear-gradient(to right, #e62830, #e60d64);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  padding: 25px 0;
  text-align: center;
  margin-bottom: 25px; }
  .page-title-wrapper a {
    color: #fff; }
  @media (min-width: 37.5em) {
    .page-title-wrapper {
      padding: 50px 0; } }
  .page-title-wrapper .book-genres {
    padding-top: 20px; }
  .page-title-wrapper .description {
    margin: 0 auto;
    max-width: 768px; }

.lr-row {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* You can set flex-wrap and
      flex-direction individually */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* Or do it all in one line
     with flex flow */
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /* tweak where items line
      up on the row
      valid values are: flex-start,
      flex-end, space-between,
      space-around, stretch */
  -ms-flex-line-pack: end;
  align-content: flex-end; }

.lr-col {
  padding: 0 7.5px;
  width: 100%; }

.lr-col.s-1 {
  width: 8.33333%; }

.lr-col.s-2 {
  width: 16.66667%; }

.lr-col.s-3 {
  width: 25%; }

.lr-col.s-4 {
  width: 33.33333%; }

.lr-col.s-5 {
  width: 41.66667%; }

.lr-col.s-6 {
  width: 50%; }

.lr-col.s-7 {
  width: 58.33333%; }

.lr-col.s-8 {
  width: 66.66667%; }

.lr-col.s-9 {
  width: 75%; }

.lr-col.s-10 {
  width: 83.33333%; }

.lr-col.s-11 {
  width: 91.66667%; }

.lr-col.s-12 {
  width: 100%; }

@media (min-width: 20em) {
  .lr-col.sm-1 {
    width: 8.33333%; } }

@media (min-width: 20em) {
  .lr-col.sm-2 {
    width: 16.66667%; } }

@media (min-width: 20em) {
  .lr-col.sm-3 {
    width: 25%; } }

@media (min-width: 20em) {
  .lr-col.sm-4 {
    width: 33.33333%; } }

@media (min-width: 20em) {
  .lr-col.sm-5 {
    width: 41.66667%; } }

@media (min-width: 20em) {
  .lr-col.sm-6 {
    width: 50%; } }

@media (min-width: 20em) {
  .lr-col.sm-7 {
    width: 58.33333%; } }

@media (min-width: 20em) {
  .lr-col.sm-8 {
    width: 66.66667%; } }

@media (min-width: 20em) {
  .lr-col.sm-9 {
    width: 75%; } }

@media (min-width: 20em) {
  .lr-col.sm-10 {
    width: 83.33333%; } }

@media (min-width: 20em) {
  .lr-col.sm-11 {
    width: 91.66667%; } }

@media (min-width: 20em) {
  .lr-col.sm-12 {
    width: 100%; } }

@media (min-width: 37.5em) {
  .lr-col.m-1 {
    width: 8.33333%; } }

@media (min-width: 37.5em) {
  .lr-col.m-2 {
    width: 16.66667%; } }

@media (min-width: 37.5em) {
  .lr-col.m-3 {
    width: 25%; } }

@media (min-width: 37.5em) {
  .lr-col.m-4 {
    width: 33.33333%; } }

@media (min-width: 37.5em) {
  .lr-col.m-5 {
    width: 41.66667%; } }

@media (min-width: 37.5em) {
  .lr-col.m-6 {
    width: 50%; } }

@media (min-width: 37.5em) {
  .lr-col.m-7 {
    width: 58.33333%; } }

@media (min-width: 37.5em) {
  .lr-col.m-8 {
    width: 66.66667%; } }

@media (min-width: 37.5em) {
  .lr-col.m-9 {
    width: 75%; } }

@media (min-width: 37.5em) {
  .lr-col.m-10 {
    width: 83.33333%; } }

@media (min-width: 37.5em) {
  .lr-col.m-11 {
    width: 91.66667%; } }

@media (min-width: 37.5em) {
  .lr-col.m-12 {
    width: 100%; } }

@media (min-width: 48em) {
  .lr-col.l-1 {
    width: 8.33333%; } }

@media (min-width: 48em) {
  .lr-col.l-2 {
    width: 16.66667%; } }

@media (min-width: 48em) {
  .lr-col.l-3 {
    width: 25%; } }

@media (min-width: 48em) {
  .lr-col.l-4 {
    width: 33.33333%; } }

@media (min-width: 48em) {
  .lr-col.l-5 {
    width: 41.66667%; } }

@media (min-width: 48em) {
  .lr-col.l-6 {
    width: 50%; } }

@media (min-width: 48em) {
  .lr-col.l-7 {
    width: 58.33333%; } }

@media (min-width: 48em) {
  .lr-col.l-8 {
    width: 66.66667%; } }

@media (min-width: 48em) {
  .lr-col.l-9 {
    width: 75%; } }

@media (min-width: 48em) {
  .lr-col.l-10 {
    width: 83.33333%; } }

@media (min-width: 48em) {
  .lr-col.l-11 {
    width: 91.66667%; } }

@media (min-width: 48em) {
  .lr-col.l-12 {
    width: 100%; } }

@media (min-width: 64em) {
  .lr-col.xl-1 {
    width: 8.33333%; } }

@media (min-width: 64em) {
  .lr-col.xl-2 {
    width: 16.66667%; } }

@media (min-width: 64em) {
  .lr-col.xl-3 {
    width: 25%; } }

@media (min-width: 64em) {
  .lr-col.xl-4 {
    width: 33.33333%; } }

@media (min-width: 64em) {
  .lr-col.xl-5 {
    width: 41.66667%; } }

@media (min-width: 64em) {
  .lr-col.xl-6 {
    width: 50%; } }

@media (min-width: 64em) {
  .lr-col.xl-7 {
    width: 58.33333%; } }

@media (min-width: 64em) {
  .lr-col.xl-8 {
    width: 66.66667%; } }

@media (min-width: 64em) {
  .lr-col.xl-9 {
    width: 75%; } }

@media (min-width: 64em) {
  .lr-col.xl-10 {
    width: 83.33333%; } }

@media (min-width: 64em) {
  .lr-col.xl-11 {
    width: 91.66667%; } }

@media (min-width: 64em) {
  .lr-col.xl-12 {
    width: 100%; } }

@media (min-width: 70em) {
  .lr-col.xxl-1 {
    width: 8.33333%; } }

@media (min-width: 70em) {
  .lr-col.xxl-2 {
    width: 16.66667%; } }

@media (min-width: 70em) {
  .lr-col.xxl-3 {
    width: 25%; } }

@media (min-width: 70em) {
  .lr-col.xxl-4 {
    width: 33.33333%; } }

@media (min-width: 70em) {
  .lr-col.xxl-5 {
    width: 41.66667%; } }

@media (min-width: 70em) {
  .lr-col.xxl-6 {
    width: 50%; } }

@media (min-width: 70em) {
  .lr-col.xxl-7 {
    width: 58.33333%; } }

@media (min-width: 70em) {
  .lr-col.xxl-8 {
    width: 66.66667%; } }

@media (min-width: 70em) {
  .lr-col.xxl-9 {
    width: 75%; } }

@media (min-width: 70em) {
  .lr-col.xxl-10 {
    width: 83.33333%; } }

@media (min-width: 70em) {
  .lr-col.xxl-11 {
    width: 91.66667%; } }

@media (min-width: 70em) {
  .lr-col.xxl-12 {
    width: 100%; } }

.flex-grid {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* You can set flex-wrap and
      flex-direction individually */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* Or do it all in one line
     with flex flow */
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /* tweak where items line
      up on the row
      valid values are: flex-start,
      flex-end, space-between,
      space-around, stretch */
  -ms-flex-line-pack: end;
  align-content: flex-end; }
  .flex-grid .flex-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%; }
    @media (min-width: 37.5em) {
      .flex-grid .flex-item {
        width: 50%; }
        .flex-grid .flex-item:nth-child(2n) {
          clear: right; } }
    @media (min-width: 48em) {
      .flex-grid .flex-item {
        width: 33.33%; }
        .flex-grid .flex-item:nth-child(2n) {
          clear: none; }
        .flex-grid .flex-item:nth-child(3n) {
          clear: right; } }
    @media (min-width: 64em) {
      .flex-grid .flex-item {
        width: 25%; }
        .flex-grid .flex-item:nth-child(3n) {
          clear: none; }
        .flex-grid .flex-item:nth-child(4n) {
          clear: right; } }

.grid-responsive {
  padding: 50px 0; }
  .grid-responsive .grid-item {
    display: inline-block;
    width: 100%; }
    @media (min-width: 20em) {
      .grid-responsive .grid-item {
        width: 50%; }
        .grid-responsive .grid-item:nth-child(2n) {
          clear: right; } }
    @media (min-width: 37.5em) {
      .grid-responsive .grid-item {
        width: 33.33%; }
        .grid-responsive .grid-item:nth-child(2n) {
          clear: none; }
        .grid-responsive .grid-item:nth-child(3n) {
          clear: right; } }
    @media (min-width: 48em) {
      .grid-responsive .grid-item {
        width: 25%; }
        .grid-responsive .grid-item:nth-child(3n) {
          clear: none; }
        .grid-responsive .grid-item:nth-child(4n) {
          clear: right; } }

.sidebar-grid {
  padding: 50px 0; }
  .sidebar-grid .grid-item {
    display: inline-block;
    width: 100%;
    vertical-align: top; }
    @media (min-width: 20em) {
      .sidebar-grid .grid-item {
        width: 50%; }
        .sidebar-grid .grid-item:nth-child(2n) {
          clear: right; } }
    @media (min-width: 37.5em) {
      .sidebar-grid .grid-item {
        width: 33.33%; }
        .sidebar-grid .grid-item:nth-child(2n) {
          clear: none; }
        .sidebar-grid .grid-item:nth-child(3n) {
          clear: right; } }
    @media (min-width: 48em) {
      .sidebar-grid .grid-item {
        width: 50%; }
        .sidebar-grid .grid-item:nth-child(3n) {
          clear: none; }
        .sidebar-grid .grid-item:nth-child(2n) {
          clear: right; } }

header#site-header {
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 60px;
  position: relative;
  z-index: 5;
  background: #fff; }
  @media (min-width: 64em) {
    header#site-header {
      padding: 10px 0;
      height: 80px; } }

a#site-logo {
  display: block;
  background-image: url("../images/love-reading-logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  height: 27px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 160px; }
  @media (min-width: 64em) {
    a#site-logo {
      width: 90%;
      margin: 0;
      height: 60px; } }

a#menu-button {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  z-index: 9998; }
  a#menu-button:before {
    content: "\f394";
    font-family: "Ionicons";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    color: #000;
    font-size: 24px;
    text-align: center;
    line-height: 60px; }
  @media (min-width: 64em) {
    a#menu-button {
      display: none; } }

form#header-search {
  position: relative;
  display: none; }
  form#header-search input[type="text"] {
    border: 1px solid #ccc;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    max-width: none; }
  form#header-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: 0;
    cursor: pointer;
    text-indent: -9999px;
    background: transparent; }
    form#header-search button:before {
      font-family: 'Ionicons';
      content: "\f2f5";
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      text-indent: 0;
      line-height: 40px;
      font-size: 20px;
      color: #ccc; }
  @media (min-width: 64em) {
    form#header-search {
      display: block;
      margin: 10px 0; } }

.user-wishlist-social {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px; }
  @media (min-width: 64em) {
    .user-wishlist-social {
      margin: 10px 0;
      height: 40px;
      position: relative;
      width: auto; } }
  .user-wishlist-social .header-login {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px; }
    @media (min-width: 64em) {
      .user-wishlist-social .header-login {
        position: relative;
        display: inline-block;
        width: auto;
        height: 40px; } }
    .user-wishlist-social .header-login .header-login-form {
      display: none;
      background: #fff;
      position: absolute;
      top: 58px;
      left: 50%;
      margin-left: -160px;
      z-index: 1001;
      padding: 10px;
      border: 1px solid #ccc;
      width: 320px; }
      .user-wishlist-social .header-login .header-login-form:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -8px;
        border-width: 0 18px 18px 18px;
        border-style: solid;
        border-color: #ccc transparent; }

@media (min-width: 64em) {
  a#user-button-mobile {
    display: none; } }

a.header-user {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  text-indent: -9999px; }
  a.header-user:before {
    font-family: 'Ionicons';
    content: "\f47e";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    color: #000;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    text-indent: 0; }
  @media (min-width: 64em) {
    a.header-user {
      text-indent: 0;
      line-height: 40px;
      position: relative;
      padding-left: 30px;
      padding-right: 5px;
      display: inline-block;
      font-size: 90%;
      color: #333;
      text-decoration: none;
      width: auto;
      height: 40px; }
      a.header-user:hover {
        background: #f6f6f6; }
      a.header-user:before {
        left: 5px;
        width: 20px;
        height: 40px;
        text-align: right;
        color: #e62830;
        line-height: 40px; } }

.notifications-number {
  position: absolute;
  top: -5px;
  right: -5px;
  padding: 5px;
  background: #f00;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  line-height: 1;
  font-size: 0.8em; }

.notifications-popup {
  position: absolute;
  top: 40px;
  left: 0;
  background: #fff;
  z-index: 1001;
  display: none; }

ul.header-notifications {
  font-size: 0.75em;
  text-transform: lowercase;
  border: 1px solid #efefef; }
  ul.header-notifications li {
    padding: 10px;
    border-bottom: 1px solid #efefef; }

p.no-notifications {
  font-size: 0.75em;
  border: 1px solid #efefef;
  padding: 5px; }

a.header-basket {
  display: none; }
  @media (min-width: 64em) {
    a.header-basket {
      display: inline-block;
      line-height: 40px;
      position: relative;
      padding-left: 30px;
      padding-right: 5px;
      font-size: 90%;
      color: #333;
      text-decoration: none; }
      a.header-basket:hover {
        background: #f6f6f6; }
      a.header-basket:before {
        font-family: 'Ionicons';
        content: "\f370";
        position: absolute;
        top: 0;
        left: 5px;
        width: 20px;
        height: 40px;
        color: #e62830;
        text-align: right;
        font-size: 25px; } }

a.header-wishlist {
  display: none;
  line-height: 40px;
  position: relative;
  padding-left: 30px;
  padding-right: 5px;
  font-size: 90%;
  color: #333;
  text-decoration: none; }
  a.header-wishlist:hover {
    background: #f6f6f6; }
  a.header-wishlist:before {
    font-family: 'Ionicons';
    content: "\f36b";
    position: absolute;
    top: 0;
    left: 5px;
    width: 20px;
    height: 40px;
    color: #e62830;
    text-align: right;
    font-size: 25px; }
  @media (min-width: 64em) {
    a.header-wishlist {
      display: inline-block; } }

div.header-social {
  display: none;
  line-height: 40px;
  color: #e62830;
  float: right;
  position: relative;
  font-size: 18px;
  text-align: right;
  letter-spacing: 10px; }
  div.header-social a {
    color: #e62830; }
  @media (min-width: 64em) {
    div.header-social {
      display: inline-block; } }

.my-account-header-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  width: 200px;
  border: 1px solid #ccc;
  margin-top: 10px;
  padding: 5px;
  background: #fff;
  border: 2px solid #efefef;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
  .my-account-header-menu:after, .my-account-header-menu:before {
    bottom: 100%;
    left: 85%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .my-account-header-menu.hidden {
    display: none; }
  .my-account-header-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px; }
  .my-account-header-menu:before {
    border-color: rgba(239, 239, 239, 0);
    border-bottom-color: #efefef;
    border-width: 18px;
    margin-left: -18px; }
  .my-account-header-menu ul li {
    padding: 5px;
    border-bottom: 1px solid #efefef; }

.school-header-button {
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  line-height: 1.2;
  background: #e62830;
  color: #fff;
  font-weight: 700;
  font-size: 0.9em;
  padding: 10px;
  margin: 0;
  border: 1px solid #e62830;
  cursor: pointer;
  text-transform: uppercase; }
  .school-header-button:hover {
    text-decoration: none;
    color: #e62830;
    background: #fff; }
  @media (min-width: 64em) {
    .school-header-button {
      display: inline-block; } }

.css21-sidebar-widget {
  border-top: 2px solid #e62830;
  padding-top: 10px;
  margin-top: 20px; }

.css21-sidebar-widget-title {
  font-weight: 700; }

.css21-top-ten-list {
  font-size: 15px; }
  .css21-top-ten-list li {
    padding: 10px 0 10px 40px;
    position: relative;
    line-height: 30px;
    border-bottom: 1px solid #efefef; }
    .css21-top-ten-list li a {
      color: #333; }
    .css21-top-ten-list li .top-ten-number {
      position: absolute;
      top: 10px;
      left: 0;
      width: 30px;
      height: 30px;
      background: #fff;
      line-height: 30px;
      text-align: center;
      color: #e62830;
      font-weight: 700;
      font-size: 120%; }

.css21-widget-list {
  font-size: 15px; }
  .css21-widget-list li {
    padding: 10px 0 10px 10px;
    position: relative;
    border-bottom: 1px solid #efefef; }
    .css21-widget-list li a {
      color: #333; }

.year-group-sidebar-wrapper {
  border: 1px solid #93c12b;
  padding: 10px;
  margin-bottom: 10px; }
  .year-group-sidebar-wrapper .year-group-title {
    color: #fff;
    padding: 10px;
    display: block;
    background: #666;
    text-align: center;
    margin-bottom: 10px;
    font-size: 120%;
    font-weight: bold; }
  .year-group-sidebar-wrapper .yg-link {
    color: #fff;
    padding: 10px;
    display: block;
    background: #93c12b;
    text-align: center;
    margin-bottom: 10px; }
  .year-group-sidebar-wrapper .ey {
    background: #19b5fe; }
  .year-group-sidebar-wrapper .ks1 {
    background: #f60; }
  .year-group-sidebar-wrapper .ks2 {
    background: #319a29; }
  .year-group-sidebar-wrapper .ks3 {
    background: #1f3a93; }
  .year-group-sidebar-wrapper .ks4 {
    background: #96281b; }

#site-footer {
  background: #333;
  color: #fff;
  position: relative; }
  #site-footer h1, #site-footer h2, #site-footer h3, #site-footer h4 {
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase; }
  #site-footer a {
    color: #fff; }
  #site-footer .footer-social {
    text-align: center; }
    #site-footer .footer-social a {
      font-size: 24px;
      letter-spacing: 20px; }
  #site-footer form.newsletter-footer {
    position: relative;
    margin: 0 auto;
    height: 100px;
    max-width: 400px;
    width: 100%; }
    #site-footer form.newsletter-footer label {
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: 50px;
      overflow: hidden;
      text-indent: -9999px;
      z-index: 2; }
      #site-footer form.newsletter-footer label:after {
        content: "\f2eb";
        font-family: "Ionicons";
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 50px;
        line-height: 50px;
        text-indent: 0;
        font-size: 2em;
        color: #ccc;
        text-align: right; }
    #site-footer form.newsletter-footer input[type="text"] {
      padding-left: 60px;
      max-width: none; }

.footer-small-print {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9em;
  background: #000;
  color: #666;
  position: relative; }
  .footer-small-print a {
    color: #666; }

.mobile-nav-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
  z-index: 9998;
  display: none; }

body.mobile-nav-open {
  height: 100%;
  overflow: hidden; }

nav#mobile-site-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 400px;
  height: 100%;
  background: #fff;
  z-index: 9999;
  overflow-y: scroll;
  margin-left: -400px; }
  nav#mobile-site-navigation .mobile-menu-close {
    height: 50px; }
    nav#mobile-site-navigation .mobile-menu-close a#close-mobile-menu-button {
      float: right;
      width: 50px;
      height: 50px;
      position: relative;
      display: block;
      color: #e62830; }
      nav#mobile-site-navigation .mobile-menu-close a#close-mobile-menu-button:after {
        position: absolute;
        width: 50px;
        height: 50px;
        top: 0;
        right: 0;
        font-family: "Ionicons";
        content: "\f12a";
        line-height: 50px;
        text-align: center;
        font-size: 20px; }
  nav#mobile-site-navigation form#mobile-search {
    position: relative; }
    nav#mobile-site-navigation form#mobile-search input[type="text"] {
      background: #efefef;
      height: 50px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 20px;
      padding-left: 50px;
      width: 100%;
      border: 0;
      max-width: none; }
    nav#mobile-site-navigation form#mobile-search button {
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: 50px;
      border: 0;
      cursor: pointer;
      text-indent: -9999px;
      background: transparent; }
      nav#mobile-site-navigation form#mobile-search button:before {
        font-family: 'Ionicons';
        content: "\f2f5";
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        text-indent: 0;
        line-height: 50px;
        font-size: 20px;
        color: #333; }
  nav#mobile-site-navigation ul.mobile-menu-main-menu li {
    border-bottom: 1px solid #ccc;
    position: relative; }
    nav#mobile-site-navigation ul.mobile-menu-main-menu li a {
      color: #333;
      display: block;
      text-transform: uppercase;
      padding: 15px;
      font-weight: 700;
      text-decoration: none; }
  nav#mobile-site-navigation ul.mobile-menu-main-menu li.has-children:after {
    content: "\f3d0";
    font-family: "Ionicons";
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    color: #ccc; }
  nav#mobile-site-navigation ul.mobile-menu-main-menu li.child-menu-open:after {
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari 3.1+ */
    -moz-transform: rotate(180deg);
    /* Firefox 3.5-15 */
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -o-transform: rotate(180deg);
    /* Opera 10.50-12.00 */
    transform: rotate(180deg);
    /* Firefox 16+, IE 10+, Opera 12.10+ */ }
  nav#mobile-site-navigation ul.mobile-menu-main-menu ul {
    background: #efefef;
    display: none; }
    nav#mobile-site-navigation ul.mobile-menu-main-menu ul li a {
      text-transform: none;
      letter-spacing: 0;
      padding-left: 30px;
      font-weight: normal; }
  nav#mobile-site-navigation ul.mobile-menu2 {
    border-bottom: 1px solid #ccc; }
    nav#mobile-site-navigation ul.mobile-menu2 li {
      position: relative; }
      nav#mobile-site-navigation ul.mobile-menu2 li a {
        color: #333;
        display: block;
        padding: 15px;
        text-decoration: none; }
  nav#mobile-site-navigation ul.mobile-menu3 li {
    border-bottom: 1px solid #ccc;
    position: relative; }
    nav#mobile-site-navigation ul.mobile-menu3 li a {
      color: #333;
      display: block;
      padding: 15px;
      text-decoration: none; }
  nav#mobile-site-navigation .mobile-menu-social {
    text-align: center;
    padding: 15px;
    letter-spacing: 15px;
    font-size: 2em; }
    nav#mobile-site-navigation .mobile-menu-social a {
      color: #e62830; }

nav#site-navigation {
  background: #f6f6f6;
  height: 50px;
  display: none;
  position: relative;
  z-index: 4; }
  @media (min-width: 64em) {
    nav#site-navigation {
      display: block; } }
  nav#site-navigation ul.site-main-menu {
    height: 50px; }
    nav#site-navigation ul.site-main-menu li {
      display: inline-block;
      height: 50px; }
      nav#site-navigation ul.site-main-menu li.hover {
        background: #e62830; }
        nav#site-navigation ul.site-main-menu li.hover a.top-level {
          color: #fff; }
      nav#site-navigation ul.site-main-menu li a.top-level {
        position: relative;
        color: #e62830;
        text-transform: uppercase;
        font-size: 0.9em;
        font-weight: 700;
        text-decoration: none;
        line-height: 50px;
        height: 50px;
        display: block;
        padding: 0 10px; }
        nav#site-navigation ul.site-main-menu li a.top-level:hover {
          background: #e62830;
          color: #fff; }
      nav#site-navigation ul.site-main-menu li .child-menu {
        display: none;
        background: #fff;
        position: absolute;
        top: 50px;
        left: 0;
        width: 250px; }
        nav#site-navigation ul.site-main-menu li .child-menu li {
          display: block;
          height: auto; }
          nav#site-navigation ul.site-main-menu li .child-menu li a {
            display: block;
            padding: 10px 20px; }
            nav#site-navigation ul.site-main-menu li .child-menu li a:hover {
              background: #e62830;
              color: #fff;
              text-decoration: none; }
      nav#site-navigation ul.site-main-menu li .mega-menu-wrapper {
        display: none;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        top: 50px;
        left: 0;
        background: #fff;
        border-bottom: 4px solid #e62830; }
        nav#site-navigation ul.site-main-menu li .mega-menu-wrapper .mega-menu-recommendations, nav#site-navigation ul.site-main-menu li .mega-menu-wrapper .mega-menu-genre {
          height: 100%; }
        nav#site-navigation ul.site-main-menu li .mega-menu-wrapper .mega-menu-featured-book {
          text-align: center; }
          nav#site-navigation ul.site-main-menu li .mega-menu-wrapper .mega-menu-featured-book h3 {
            font-size: 1em;
            line-height: 1.3;
            margin: 10px 0; }
            nav#site-navigation ul.site-main-menu li .mega-menu-wrapper .mega-menu-featured-book h3 a {
              color: #333; }
        nav#site-navigation ul.site-main-menu li .mega-menu-wrapper h4 {
          text-transform: uppercase;
          color: #333;
          font-weight: 700;
          border-bottom: 1px solid #e5e5e5;
          padding-bottom: 5px;
          margin-bottom: 5px; }
        nav#site-navigation ul.site-main-menu li .mega-menu-wrapper ul li {
          display: list-item;
          height: auto;
          line-height: 1.3;
          margin-bottom: 10px; }
          nav#site-navigation ul.site-main-menu li .mega-menu-wrapper ul li a {
            color: #333;
            line-height: normal;
            font-size: 0.9em; }
    nav#site-navigation ul.site-main-menu li.has-children a.top-level:after {
      content: "\f3d0";
      font-family: "Ionicons";
      position: absolute;
      bottom: 0;
      left: 0;
      color: #ccc;
      width: 100%;
      text-align: center;
      line-height: normal; }
    nav#site-navigation ul.site-main-menu li.has-sub-menu {
      position: relative; }

.sub-navigation {
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px; }
  .sub-navigation ul li {
    display: inline-block;
    font-size: 120%;
    padding: 10px; }
    .sub-navigation ul li.active {
      border-bottom: 3px solid #ccc; }

.basket-item {
  background: #efefef;
  padding: 15px;
  margin-bottom: 15px; }

.basket-image {
  float: left;
  width: 75px;
  margin-right: 10px; }

.basket-quantity {
  width: auto;
  height: auto;
  padding: 5px; }

.awards-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.awards-grid-item {
  padding: 5px;
  width: 100%; }
  @media (min-width: 20em) {
    .awards-grid-item {
      width: 50%; } }
  @media (min-width: 37.5em) {
    .awards-grid-item {
      width: 33.33333%; } }
  @media (min-width: 48em) {
    .awards-grid-item {
      width: 25%; } }
  @media (min-width: 64em) {
    .awards-grid-item {
      width: 20%; } }
  @media (min-width: 70em) {
    .awards-grid-item {
      width: 16.66667%; } }
  .awards-grid-item img {
    height: 150px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px; }
    @media (min-width: 37.5em) {
      .awards-grid-item img {
        height: 181px; } }
  .awards-grid-item .book-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
    .awards-grid-item .book-info h4.title {
      text-transform: uppercase;
      font-size: 13px;
      margin: 5px 0;
      text-align: center;
      line-height: 1.5; }
    .awards-grid-item .book-info p.author {
      font-size: 90%;
      height: 20px;
      text-align: center;
      text-transform: uppercase; }
      .awards-grid-item .book-info p.author a {
        color: #333;
        text-decoration: none; }
        .awards-grid-item .book-info p.author a:hover {
          text-decoration: underline; }

.awards-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 10px; }

/* Mixin */
.star-book-wrapper {
  margin-top: -200px;
  position: relative;
  z-index: 2;
  background: #fff;
  padding-top: 7.5px !important; }

.book-title-wrapper {
  position: relative;
  background-color: #e62830;
  background: -webkit-gradient(linear, left top, right top, from(#e62830), to(#e60d64));
  background: -webkit-linear-gradient(left, #e62830, #e60d64);
  background: -o-linear-gradient(left, #e62830, #e60d64);
  background: linear-gradient(to right, #e62830, #e60d64);
  color: #fff;
  padding: 25px 0 100px 0;
  text-align: center;
  margin-bottom: 25px; }
  .book-title-wrapper a {
    color: #fff; }
  @media (min-width: 37.5em) {
    .book-title-wrapper {
      padding: 50px 0; } }

.book-genres {
  padding-top: 20px; }
  .book-genres img {
    height: 40px; }

.buttons-wrapper {
  margin: 0 0 10px 0; }
  @media (min-width: 37.5em) {
    .buttons-wrapper {
      margin-left: 0;
      margin-right: 0;
      margin-top: 10px; } }
  .buttons-wrapper .wishlist-button {
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 1.2;
    background: #E74C3C;
    color: #fff;
    padding: 15px 10px 15px 45px;
    border: 1px solid #E74C3C;
    border-radius: 4px;
    margin: 0 10px 10px 10px; }
    .buttons-wrapper .wishlist-button:before {
      content: "";
      font-size: 24px;
      font-family: "Ionicons";
      position: absolute;
      top: 50%;
      left: 10px;
      margin-top: -12px;
      width: 24px;
      height: 25px;
      line-height: 1; }
    .buttons-wrapper .wishlist-button:hover {
      text-decoration: none;
      color: #E74C3C;
      background: #fff; }
    @media (min-width: 37.5em) {
      .buttons-wrapper .wishlist-button {
        margin-left: 0;
        margin-right: 0; } }
  .buttons-wrapper .extract-button {
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 1.2;
    background: #F2784B;
    color: #fff;
    padding: 15px 10px 15px 45px;
    border: 1px solid #F2784B;
    border-radius: 4px;
    margin: 0 10px 10px 10px; }
    .buttons-wrapper .extract-button:before {
      content: "";
      font-size: 24px;
      font-family: "Ionicons";
      position: absolute;
      top: 50%;
      left: 10px;
      margin-top: -12px;
      width: 24px;
      height: 25px;
      line-height: 1; }
    .buttons-wrapper .extract-button:hover {
      text-decoration: none;
      color: #F2784B;
      background: #fff; }
    @media (min-width: 37.5em) {
      .buttons-wrapper .extract-button {
        margin-left: 0;
        margin-right: 0; } }
  .buttons-wrapper .prices-button {
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 1.2;
    background: #16A085;
    color: #fff;
    padding: 15px 10px 15px 45px;
    border: 1px solid #16A085;
    border-radius: 4px;
    margin: 0 10px 10px 10px; }
    .buttons-wrapper .prices-button:before {
      content: "";
      font-size: 24px;
      font-family: "Ionicons";
      position: absolute;
      top: 50%;
      left: 10px;
      margin-top: -12px;
      width: 24px;
      height: 25px;
      line-height: 1; }
    .buttons-wrapper .prices-button:hover {
      text-decoration: none;
      color: #16A085;
      background: #fff; }
    @media (min-width: 37.5em) {
      .buttons-wrapper .prices-button {
        margin-left: 0;
        margin-right: 0; } }
  .buttons-wrapper .audiobooks-button {
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 1.2;
    background: #674172;
    color: #fff;
    padding: 15px 10px 15px 45px;
    border: 1px solid #674172;
    border-radius: 4px;
    margin: 0 10px 10px 10px; }
    .buttons-wrapper .audiobooks-button:before {
      content: "";
      font-size: 24px;
      font-family: "Ionicons";
      position: absolute;
      top: 50%;
      left: 10px;
      margin-top: -12px;
      width: 24px;
      height: 25px;
      line-height: 1; }
    .buttons-wrapper .audiobooks-button:hover {
      text-decoration: none;
      color: #674172;
      background: #fff; }
    @media (min-width: 37.5em) {
      .buttons-wrapper .audiobooks-button {
        margin-left: 0;
        margin-right: 0; } }
  .buttons-wrapper .download-button {
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 1.2;
    background: #cf000f;
    color: #fff;
    padding: 15px 10px 15px 45px;
    border: 1px solid #cf000f;
    border-radius: 4px;
    margin: 0 10px 10px 10px; }
    .buttons-wrapper .download-button:before {
      content: "";
      font-size: 24px;
      font-family: "Ionicons";
      position: absolute;
      top: 50%;
      left: 10px;
      margin-top: -12px;
      width: 24px;
      height: 25px;
      line-height: 1; }
    .buttons-wrapper .download-button:hover {
      text-decoration: none;
      color: #cf000f;
      background: #fff; }
    @media (min-width: 37.5em) {
      .buttons-wrapper .download-button {
        margin-left: 0;
        margin-right: 0; } }
  .buttons-wrapper .audio-button {
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 1.2;
    background: #5800c4;
    color: #fff;
    padding: 15px 10px 15px 45px;
    border: 1px solid #5800c4;
    border-radius: 4px;
    margin: 0 10px 10px 10px; }
    .buttons-wrapper .audio-button:before {
      content: "";
      font-size: 24px;
      font-family: "Ionicons";
      position: absolute;
      top: 50%;
      left: 10px;
      margin-top: -12px;
      width: 24px;
      height: 25px;
      line-height: 1; }
    .buttons-wrapper .audio-button:hover {
      text-decoration: none;
      color: #5800c4;
      background: #fff; }
    @media (min-width: 37.5em) {
      .buttons-wrapper .audio-button {
        margin-left: 0;
        margin-right: 0; } }
  .buttons-wrapper .tick-button {
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 1.2;
    background: #e62830;
    color: #fff;
    padding: 15px 10px 15px 45px;
    border: 1px solid #e62830;
    border-radius: 4px;
    margin: 0 10px 10px 10px; }
    .buttons-wrapper .tick-button:before {
      content: "";
      font-size: 24px;
      font-family: "Ionicons";
      position: absolute;
      top: 50%;
      left: 10px;
      margin-top: -12px;
      width: 24px;
      height: 25px;
      line-height: 1; }
    .buttons-wrapper .tick-button:hover {
      text-decoration: none;
      color: #e62830;
      background: #fff; }
    @media (min-width: 37.5em) {
      .buttons-wrapper .tick-button {
        margin-left: 0;
        margin-right: 0; } }

table.book-info {
  max-width: 400px;
  margin: 0 auto; }
  table.book-info td {
    width: 55%;
    padding: 5px; }
  table.book-info td.label {
    width: 45%; }

.divider {
  height: 0px; }

p.coverLikes {
  color: #999; }
  p.coverLikes .active {
    color: #e62830; }

.likeCover, .dislikeCover {
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 18px;
  color: #999;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  cursor: pointer; }
  .likeCover:hover, .dislikeCover:hover {
    background: rgba(230, 40, 48, 0.2); }
  .likeCover.active, .dislikeCover.active {
    color: #e62830; }

.reader-review {
  background-color: #efefef;
  border-left: none;
  padding: 60px 35px 25px;
  position: relative;
  text-align: center;
  overflow: hidden; }
  .reader-review .author {
    text-transform: uppercase;
    color: #e62830;
    font-size: 85%;
    font-weight: 700; }
  .reader-review h2, .reader-review h3 {
    text-transform: uppercase;
    color: #e62830;
    margin-bottom: 10px; }
  .reader-review .summary {
    font-weight: 700;
    font-size: 110%; }
  .reader-review:before {
    content: '\f347';
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -30px;
    margin-left: -40px;
    font-size: 30px;
    font-family: "Ionicons";
    color: #444;
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    line-height: 91px;
    border-radius: 50%;
    text-align: center; }

.book-cover-wrapper {
  margin-top: -100px;
  margin-bottom: 10px;
  position: relative; }
  @media (min-width: 37.5em) {
    .book-cover-wrapper {
      margin-top: 0; } }
  .book-cover-wrapper img {
    display: block; }
    @media (min-width: 37.5em) {
      .book-cover-wrapper img {
        width: 100%; } }

img.book-cover {
  margin: 0 auto;
  width: 50%; }
  @media (min-width: 37.5em) {
    img.book-cover {
      width: 100%;
      margin: 0; } }

.book-cover-rating {
  border-top: 1px solid #efefef;
  margin: 10px -7.5px 0 -7.5px;
  padding: 10px 7.5px;
  line-height: 0; }
  .book-cover-rating .rating-label {
    float: left;
    height: 32px;
    line-height: 32px;
    margin-right: 10px; }
  .book-cover-rating .rate_widget_fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    overflow: hidden;
    white-space: nowrap; }
    .book-cover-rating .rate_widget_fill .rating_heart {
      color: #e62830; }
  .book-cover-rating .rate_widget {
    overflow: visible;
    position: relative;
    display: inline-block; }
  .book-cover-rating .rating_heart {
    font-size: 32px;
    color: #ccc;
    cursor: pointer; }
  .book-cover-rating .rating_heart_hover {
    color: #e62830; }
  .book-cover-rating .ratings_stars {
    background: url("star_empty.png") no-repeat;
    float: left;
    height: 28px;
    padding: 2px;
    width: 32px;
    cursor: pointer; }
    .book-cover-rating .ratings_stars:hover {
      background: url("star_full.png") no-repeat; }
  .book-cover-rating .ratings_over {
    background: url("star_highlight.png") no-repeat; }

ul.other-formats {
  display: table;
  width: 100%; }
  ul.other-formats li {
    display: table-row; }
    ul.other-formats li div {
      display: table-cell; }
    ul.other-formats li div.heart-bullet {
      color: #ccc; }
    ul.other-formats li div.current-book {
      color: #e62830; }

.book-version-item {
  overflow: auto;
  margin-bottom: 10px; }
  .book-version-item .book-version-cover {
    width: 75px;
    float: left; }
  .book-version-item .book-version-info {
    margin-left: 85px; }

.browns-order-box {
  border: 1px solid #755b99;
  background: rgba(117, 91, 153, 0.2);
  padding: 10px; }

.featured-hidden {
  display: none; }

.category-filter-menu li {
  padding: 10px 0;
  border-bottom: 1px solid #efefef; }

nav#category-filters {
  margin-bottom: 15px;
  /*
    
    h2.book-section-title {
        color:#666;
        background: #e62830;
        background:linear-gradient(to right, rgba(230,40,48,1) , rgba(230,13,100,1));
        display: inline-block;
        color:#fff;
        padding:0 7.5px;
        font-size:1.2em;
        margin-left: -7.5px;
    }*/ }
  nav#category-filters ul.category-filters li {
    position: relative; }
    nav#category-filters ul.category-filters li span.filter-title {
      /*color:#333;
                display:block;
                text-transform: uppercase;
                font-weight: 700;
                text-decoration: none;
                padding:15px;
                background:#f6f6f6;*/
      background: #efefef;
      color: #666;
      padding: 5px 40px 5px 10px;
      display: inline-block;
      position: relative;
      /*color:#666;
                background: #e62830;
                background:linear-gradient(to right, rgba(230,40,48,1) , rgba(230,13,100,1));
                display: block;
                color:#fff;
                padding:0 7.5px;
                font-size:1.2em;*/ }
  nav#category-filters ul.category-filters li.has-children {
    margin-bottom: 20px; }
  nav#category-filters ul.category-filters li.has-children span.filter-title:after {
    content: "\f38b";
    font-family: "Ionicons";
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 15px;
    color: #333; }
  nav#category-filters ul.category-filters li.child-menu-open:after {
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari 3.1+ */
    -moz-transform: rotate(180deg);
    /* Firefox 3.5-15 */
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -o-transform: rotate(180deg);
    /* Opera 10.50-12.00 */
    transform: rotate(180deg);
    /* Firefox 16+, IE 10+, Opera 12.10+ */ }
  nav#category-filters ul.category-filters ul {
    display: none;
    background: #efefef;
    position: absolute;
    top: 33px;
    left: 0; }
    @media (min-width: 48em) {
      nav#category-filters ul.category-filters ul {
        background: transparent;
        position: relative;
        top: auto; } }
    nav#category-filters ul.category-filters ul li a {
      text-transform: none;
      letter-spacing: 0;
      font-weight: normal;
      padding: 10px 10px 10px 45px;
      display: block;
      position: relative; }
      nav#category-filters ul.category-filters ul li a:before {
        content: "\f120";
        font-family: "ionicons";
        width: 20px;
        height: 43px;
        line-height: 43px;
        position: absolute;
        top: 0;
        left: 10px;
        font-size: 20px;
        color: #eee; }
      nav#category-filters ul.category-filters ul li a:hover:before {
        color: #e62830;
        opacity: 0.5; }
    nav#category-filters ul.category-filters ul li.active a:before {
      color: #e62830; }

#category-order-wrapper {
  position: relative;
  float: left; }

#category-filter-wrapper {
  position: relative;
  float: right; }

#category-filter-button, #category-order-button {
  background: #efefef;
  color: #666;
  padding: 5px 40px 5px 10px;
  display: inline-block;
  position: relative;
  cursor: pointer; }
  #category-filter-button:after, #category-order-button:after {
    content: "\f38b";
    font-family: "Ionicons";
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 15px;
    color: #333; }

#category-filter-list, #category-order-list {
  display: none;
  background: #efefef;
  position: absolute;
  top: 33px;
  right: 0;
  width: 300px;
  z-index: 1000; }
  #category-filter-list li a, #category-order-list li a {
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    padding: 10px 10px 10px 45px;
    display: block;
    position: relative; }
    #category-filter-list li a:before, #category-order-list li a:before {
      content: "\f120";
      font-family: "ionicons";
      width: 20px;
      height: 43px;
      line-height: 43px;
      position: absolute;
      top: 0;
      left: 10px;
      font-size: 20px;
      color: #eee; }
    #category-filter-list li a:hover:before, #category-order-list li a:hover:before {
      color: #e62830;
      opacity: 0.5; }
  #category-filter-list li.active a:before, #category-order-list li.active a:before {
    color: #e62830; }

#category-order-list {
  left: 0;
  right: auto; }

.category-gridview .category-item {
  position: relative;
  width: 50%;
  float: left;
  padding: 5px;
  text-align: center; }
  .category-gridview .category-item:nth-child(2n+1) {
    clear: both; }
  @media (min-width: 37.5em) {
    .category-gridview .category-item {
      width: 25%; }
      .category-gridview .category-item:nth-child(2n+1) {
        clear: none; }
      .category-gridview .category-item:nth-child(4n+1) {
        clear: both; } }
  @media (min-width: 48em) {
    .category-gridview .category-item {
      width: 33%; }
      .category-gridview .category-item:nth-child(4n+1) {
        clear: none; }
      .category-gridview .category-item:nth-child(3n+1) {
        clear: both; } }
  @media (min-width: 64em) {
    .category-gridview .category-item {
      width: 25%; }
      .category-gridview .category-item:nth-child(3n+1) {
        clear: none; }
      .category-gridview .category-item:nth-child(4n+1) {
        clear: both; } }
  .category-gridview .category-item .category-item-inner {
    position: relative;
    padding: 10px;
    border: 1px solid #efefef;
    border-radius: 6px; }
  .category-gridview .category-item .category-item-info h2 {
    font-size: 1.2em; }
    .category-gridview .category-item .category-item-info h2 span.format {
      font-size: 70%;
      color: #666; }
  .category-gridview .category-item .category-item-info p.author span {
    display: block; }
  .category-gridview .category-item .category-item-info p.author a {
    color: #666; }
  .category-gridview .category-item .category-item-info p.description {
    display: none; }
  .category-gridview .category-item .category-item-image img {
    height: 150px; }
  .category-gridview .category-item .book-of-the-month-badge {
    width: 90px;
    height: 90px;
    background: #fff;
    position: absolute;
    top: -10px;
    left: -10px;
    padding: 5px;
    border-radius: 45px; }
  .category-gridview .category-item .top-ten-number {
    width: 45px;
    height: 45px;
    background: #e62830;
    position: absolute;
    top: 0;
    right: 10px;
    padding: 10px;
    line-height: 25px;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #fff; }
  .category-gridview .category-item .buy-now-button {
    width: 50%;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 5px;
    line-height: 1.2;
    background: #755b98;
    color: #fff;
    text-indent: -9999px;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    margin: 3px;
    border: 1px solid #755b98;
    transition: background 0.4s ease-out;
    -webkit-transition: background 0.4s ease-out;
    -moz-transition: background 0.4s ease-out;
    -ms-transition: background 0.4s ease-out;
    -o-transition: background 0.4s ease-out; }
    .category-gridview .category-item .buy-now-button:before {
      content: "";
      font-size: 24px;
      font-family: "Ionicons";
      position: absolute;
      top: 5px;
      left: 0;
      margin-left: 0;
      margin-top: 0;
      width: 33px;
      height: 25px;
      line-height: 1;
      text-indent: 0; }
    .category-gridview .category-item .buy-now-button:hover {
      text-decoration: none;
      color: #755b98;
      background: #fff; }
  .category-gridview .category-item .extract-button {
    width: 50%;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 5px;
    line-height: 1.2;
    background: #F2784B;
    color: #fff;
    text-indent: -9999px;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    margin: 3px;
    border: 1px solid #F2784B;
    transition: background 0.4s ease-out;
    -webkit-transition: background 0.4s ease-out;
    -moz-transition: background 0.4s ease-out;
    -ms-transition: background 0.4s ease-out;
    -o-transition: background 0.4s ease-out; }
    .category-gridview .category-item .extract-button:before {
      content: "";
      font-size: 24px;
      font-family: "Ionicons";
      position: absolute;
      top: 5px;
      left: 0;
      margin-left: 0;
      margin-top: 0;
      width: 33px;
      height: 25px;
      line-height: 1;
      text-indent: 0; }
    .category-gridview .category-item .extract-button:hover {
      text-decoration: none;
      color: #F2784B;
      background: #fff; }
  .category-gridview .category-item .download-button {
    width: 50%;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 5px;
    line-height: 1.2;
    background: #cf000f;
    color: #fff;
    text-indent: -9999px;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    margin: 3px;
    border: 1px solid #cf000f;
    transition: background 0.4s ease-out;
    -webkit-transition: background 0.4s ease-out;
    -moz-transition: background 0.4s ease-out;
    -ms-transition: background 0.4s ease-out;
    -o-transition: background 0.4s ease-out; }
    .category-gridview .category-item .download-button:before {
      content: "";
      font-size: 24px;
      font-family: "Ionicons";
      position: absolute;
      top: 5px;
      left: 0;
      margin-left: 0;
      margin-top: 0;
      width: 33px;
      height: 25px;
      line-height: 1;
      text-indent: 0; }
    .category-gridview .category-item .download-button:hover {
      text-decoration: none;
      color: #cf000f;
      background: #fff; }
  .category-gridview .category-item .add-to-list-button {
    width: 50%;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 5px;
    line-height: 1.2;
    background: #E74C3C;
    color: #fff;
    text-indent: -9999px;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    margin: 3px;
    border: 1px solid #E74C3C;
    transition: background 0.4s ease-out;
    -webkit-transition: background 0.4s ease-out;
    -moz-transition: background 0.4s ease-out;
    -ms-transition: background 0.4s ease-out;
    -o-transition: background 0.4s ease-out; }
    .category-gridview .category-item .add-to-list-button:before {
      content: "";
      font-size: 24px;
      font-family: "Ionicons";
      position: absolute;
      top: 5px;
      left: 0;
      margin-left: 0;
      margin-top: 0;
      width: 33px;
      height: 25px;
      line-height: 1;
      text-indent: 0; }
    .category-gridview .category-item .add-to-list-button:hover {
      text-decoration: none;
      color: #E74C3C;
      background: #fff; }
  .category-gridview .category-item .prices-button {
    width: 50%;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 5px;
    line-height: 1.2;
    background: #16A085;
    color: #fff;
    text-indent: -9999px;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    margin: 3px;
    border: 1px solid #16A085;
    transition: background 0.4s ease-out;
    -webkit-transition: background 0.4s ease-out;
    -moz-transition: background 0.4s ease-out;
    -ms-transition: background 0.4s ease-out;
    -o-transition: background 0.4s ease-out; }
    .category-gridview .category-item .prices-button:before {
      content: "";
      font-size: 24px;
      font-family: "Ionicons";
      position: absolute;
      top: 5px;
      left: 0;
      margin-left: 0;
      margin-top: 0;
      width: 33px;
      height: 25px;
      line-height: 1;
      text-indent: 0; }
    .category-gridview .category-item .prices-button:hover {
      text-decoration: none;
      color: #16A085;
      background: #fff; }
  .category-gridview .category-item .audio-button {
    width: 50%;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 5px;
    line-height: 1.2;
    background: #674172;
    color: #fff;
    text-indent: -9999px;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    margin: 3px;
    border: 1px solid #674172;
    transition: background 0.4s ease-out;
    -webkit-transition: background 0.4s ease-out;
    -moz-transition: background 0.4s ease-out;
    -ms-transition: background 0.4s ease-out;
    -o-transition: background 0.4s ease-out; }
    .category-gridview .category-item .audio-button:before {
      content: "";
      font-size: 24px;
      font-family: "Ionicons";
      position: absolute;
      top: 5px;
      left: 0;
      margin-left: 0;
      margin-top: 0;
      width: 33px;
      height: 25px;
      line-height: 1;
      text-indent: 0; }
    .category-gridview .category-item .audio-button:hover {
      text-decoration: none;
      color: #674172;
      background: #fff; }
  .category-gridview .category-item .bookinfo-button {
    width: 50%;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 5px;
    line-height: 1.2;
    background: #008aff;
    color: #fff;
    text-indent: -9999px;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    margin: 3px;
    border: 1px solid #008aff;
    transition: background 0.4s ease-out;
    -webkit-transition: background 0.4s ease-out;
    -moz-transition: background 0.4s ease-out;
    -ms-transition: background 0.4s ease-out;
    -o-transition: background 0.4s ease-out; }
    .category-gridview .category-item .bookinfo-button:before {
      content: "";
      font-size: 24px;
      font-family: "Ionicons";
      position: absolute;
      top: 5px;
      left: 0;
      margin-left: 0;
      margin-top: 0;
      width: 33px;
      height: 25px;
      line-height: 1;
      text-indent: 0; }
    .category-gridview .category-item .bookinfo-button:hover {
      text-decoration: none;
      color: #008aff;
      background: #fff; }
  .category-gridview .category-item .pause-button {
    width: 50%;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 5px;
    line-height: 1.2;
    background: #666;
    color: #fff;
    text-indent: -9999px;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    margin: 3px;
    border: 1px solid #666;
    transition: background 0.4s ease-out;
    -webkit-transition: background 0.4s ease-out;
    -moz-transition: background 0.4s ease-out;
    -ms-transition: background 0.4s ease-out;
    -o-transition: background 0.4s ease-out; }
    .category-gridview .category-item .pause-button:before {
      content: "";
      font-size: 24px;
      font-family: "Ionicons";
      position: absolute;
      top: 5px;
      left: 0;
      margin-left: 0;
      margin-top: 0;
      width: 33px;
      height: 25px;
      line-height: 1;
      text-indent: 0; }
    .category-gridview .category-item .pause-button:hover {
      text-decoration: none;
      color: #666;
      background: #fff; }
  .category-gridview .category-item .resume-button {
    width: 50%;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 5px;
    line-height: 1.2;
    background: #666;
    color: #fff;
    text-indent: -9999px;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    margin: 3px;
    border: 1px solid #666;
    transition: background 0.4s ease-out;
    -webkit-transition: background 0.4s ease-out;
    -moz-transition: background 0.4s ease-out;
    -ms-transition: background 0.4s ease-out;
    -o-transition: background 0.4s ease-out; }
    .category-gridview .category-item .resume-button:before {
      content: "";
      font-size: 24px;
      font-family: "Ionicons";
      position: absolute;
      top: 5px;
      left: 0;
      margin-left: 0;
      margin-top: 0;
      width: 33px;
      height: 25px;
      line-height: 1;
      text-indent: 0; }
    .category-gridview .category-item .resume-button:hover {
      text-decoration: none;
      color: #666;
      background: #fff; }
  @media (min-width: 37.5em) {
    .category-gridview .category-item .extract-button, .category-gridview .category-item .prices-button, .category-gridview .category-item .audio-button, .category-gridview .category-item .bookinfo-button, .category-gridview .category-item .genre-add-to-my-bookshelf-button, .category-gridview .category-item .pause-button, .category-gridview .category-item .resume-button, .category-gridview .category-item .buy-now-button {
      display: inline-block; } }
  .category-gridview .category-item .genre-add-to-my-bookshelf-wrapper {
    display: inline-block;
    margin-bottom: 10px; }
    .category-gridview .category-item .genre-add-to-my-bookshelf-wrapper ul.bookshelf-action-options {
      width: auto;
      left: 3px;
      margin-top: -6px; }
  .category-gridview .category-item .genre-add-to-my-bookshelf-button {
    margin: 3px;
    text-indent: -9999px;
    padding: 5px;
    width: 35px;
    height: 35px; }
    .category-gridview .category-item .genre-add-to-my-bookshelf-button:before {
      text-indent: 0;
      left: 0;
      width: 33px; }

.category-listview .category-item:nth-child(2n+1) {
  clear: both; }

.category-listview .category-item {
  border-radius: 6px;
  border: 1px solid #efefef;
  margin-bottom: 15px;
  text-align: center;
  position: relative; }
  @media (min-width: 37.5em) {
    .category-listview .category-item {
      text-align: left; } }
  .category-listview .category-item .category-item-image {
    padding: 5px;
    border-bottom: 0; }
    .category-listview .category-item .category-item-image img {
      display: block;
      margin: 0 auto;
      width: 100px; }
      @media (min-width: 37.5em) {
        .category-listview .category-item .category-item-image img {
          width: 150px; } }
    @media (min-width: 37.5em) {
      .category-listview .category-item .category-item-image {
        float: left;
        width: 20%;
        padding: 15px; } }
    @media (min-width: 48em) {
      .category-listview .category-item .category-item-image {
        width: 15%; } }
  .category-listview .category-item .category-item-info {
    padding: 5px; }
    @media (min-width: 37.5em) {
      .category-listview .category-item .category-item-info {
        padding-top: 15px;
        float: left;
        width: 80%; } }
    @media (min-width: 48em) {
      .category-listview .category-item .category-item-info {
        width: 85%; } }
    @media (min-width: 64em) {
      .category-listview .category-item .category-item-info {
        width: 61%; } }
    .category-listview .category-item .category-item-info h2 {
      font-size: 1.5em; }
      @media (min-width: 37.5em) {
        .category-listview .category-item .category-item-info h2 {
          font-size: 1.5em;
          margin-right: 95px; } }
    .category-listview .category-item .category-item-info .book-info-strip {
      position: relative;
      padding: 10px 10px 10px 10px;
      border-top: 1px solid #efefef;
      border-bottom: 1px solid #efefef;
      margin: 10px 0;
      color: #666;
      /*&:before {
                position: absolute;
                top:50%;
                margin-top:-18px;
                left:0;
                width:36px;
                height:36px;
                line-height: 36px;
                background:#008aff;
                border-radius: 5px;
                
                content:"\f149";
                font-family: "Ionicons";
                color:#fff;
                font-size: 24px;
                text-align: center;
            }*/ }
      .category-listview .category-item .category-item-info .book-info-strip a {
        color: #666; }
      @media (min-width: 37.5em) {
        .category-listview .category-item .category-item-info .book-info-strip {
          padding-left: 0; } }
    .category-listview .category-item .category-item-info p.description {
      height: 90px;
      overflow: hidden; }
      @media (min-width: 37.5em) {
        .category-listview .category-item .category-item-info p.description {
          display: block; } }
  .category-listview .category-item .buttons {
    text-align: center;
    clear: left; }
    @media (min-width: 64em) {
      .category-listview .category-item .buttons {
        float: left;
        width: 24%;
        padding: 10px;
        clear: none; } }
    .category-listview .category-item .buttons .buy-now-button {
      text-align: center;
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      line-height: 1.2;
      background: #755b98;
      color: #fff;
      padding: 15px 10px 15px 45px;
      border: 1px solid #755b98;
      border-radius: 4px;
      margin: 0 10px 10px 10px; }
      .category-listview .category-item .buttons .buy-now-button:before {
        content: "";
        font-size: 24px;
        font-family: "Ionicons";
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -12px;
        width: 24px;
        height: 25px;
        line-height: 1; }
      .category-listview .category-item .buttons .buy-now-button:hover {
        text-decoration: none;
        color: #755b98;
        background: #fff; }
      @media (min-width: 37.5em) {
        .category-listview .category-item .buttons .buy-now-button {
          margin-left: 0;
          margin-right: 0; } }
    .category-listview .category-item .buttons .extract-button {
      text-align: center;
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      line-height: 1.2;
      background: #F2784B;
      color: #fff;
      padding: 15px 10px 15px 45px;
      border: 1px solid #F2784B;
      border-radius: 4px;
      margin: 0 10px 10px 10px; }
      .category-listview .category-item .buttons .extract-button:before {
        content: "";
        font-size: 24px;
        font-family: "Ionicons";
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -12px;
        width: 24px;
        height: 25px;
        line-height: 1; }
      .category-listview .category-item .buttons .extract-button:hover {
        text-decoration: none;
        color: #F2784B;
        background: #fff; }
      @media (min-width: 37.5em) {
        .category-listview .category-item .buttons .extract-button {
          margin-left: 0;
          margin-right: 0; } }
    .category-listview .category-item .buttons .download-button {
      text-align: center;
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      line-height: 1.2;
      background: #cf000f;
      color: #fff;
      padding: 15px 10px 15px 45px;
      border: 1px solid #cf000f;
      border-radius: 4px;
      margin: 0 10px 10px 10px; }
      .category-listview .category-item .buttons .download-button:before {
        content: "";
        font-size: 24px;
        font-family: "Ionicons";
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -12px;
        width: 24px;
        height: 25px;
        line-height: 1; }
      .category-listview .category-item .buttons .download-button:hover {
        text-decoration: none;
        color: #cf000f;
        background: #fff; }
      @media (min-width: 37.5em) {
        .category-listview .category-item .buttons .download-button {
          margin-left: 0;
          margin-right: 0; } }
    .category-listview .category-item .buttons .add-to-list-button {
      text-align: center;
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      line-height: 1.2;
      background: #E74C3C;
      color: #fff;
      padding: 15px 10px 15px 45px;
      border: 1px solid #E74C3C;
      border-radius: 4px;
      margin: 0 10px 10px 10px; }
      .category-listview .category-item .buttons .add-to-list-button:before {
        content: "";
        font-size: 24px;
        font-family: "Ionicons";
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -12px;
        width: 24px;
        height: 25px;
        line-height: 1; }
      .category-listview .category-item .buttons .add-to-list-button:hover {
        text-decoration: none;
        color: #E74C3C;
        background: #fff; }
      @media (min-width: 37.5em) {
        .category-listview .category-item .buttons .add-to-list-button {
          margin-left: 0;
          margin-right: 0; } }
    .category-listview .category-item .buttons .prices-button {
      text-align: center;
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      line-height: 1.2;
      background: #16A085;
      color: #fff;
      padding: 15px 10px 15px 45px;
      border: 1px solid #16A085;
      border-radius: 4px;
      margin: 0 10px 10px 10px; }
      .category-listview .category-item .buttons .prices-button:before {
        content: "";
        font-size: 24px;
        font-family: "Ionicons";
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -12px;
        width: 24px;
        height: 25px;
        line-height: 1; }
      .category-listview .category-item .buttons .prices-button:hover {
        text-decoration: none;
        color: #16A085;
        background: #fff; }
      @media (min-width: 37.5em) {
        .category-listview .category-item .buttons .prices-button {
          margin-left: 0;
          margin-right: 0; } }
    .category-listview .category-item .buttons .audio-button {
      text-align: center;
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      line-height: 1.2;
      background: #674172;
      color: #fff;
      padding: 15px 10px 15px 45px;
      border: 1px solid #674172;
      border-radius: 4px;
      margin: 0 10px 10px 10px; }
      .category-listview .category-item .buttons .audio-button:before {
        content: "";
        font-size: 24px;
        font-family: "Ionicons";
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -12px;
        width: 24px;
        height: 25px;
        line-height: 1; }
      .category-listview .category-item .buttons .audio-button:hover {
        text-decoration: none;
        color: #674172;
        background: #fff; }
      @media (min-width: 37.5em) {
        .category-listview .category-item .buttons .audio-button {
          margin-left: 0;
          margin-right: 0; } }
    .category-listview .category-item .buttons .bookinfo-button {
      text-align: center;
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      line-height: 1.2;
      background: #008aff;
      color: #fff;
      padding: 15px 10px 15px 45px;
      border: 1px solid #008aff;
      border-radius: 4px;
      margin: 0 10px 10px 10px; }
      .category-listview .category-item .buttons .bookinfo-button:before {
        content: "";
        font-size: 24px;
        font-family: "Ionicons";
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -12px;
        width: 24px;
        height: 25px;
        line-height: 1; }
      .category-listview .category-item .buttons .bookinfo-button:hover {
        text-decoration: none;
        color: #008aff;
        background: #fff; }
      @media (min-width: 37.5em) {
        .category-listview .category-item .buttons .bookinfo-button {
          margin-left: 0;
          margin-right: 0; } }
    .category-listview .category-item .buttons .pause-button {
      text-align: center;
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      line-height: 1.2;
      background: #666;
      color: #fff;
      padding: 15px 10px 15px 45px;
      border: 1px solid #666;
      border-radius: 4px;
      margin: 0 10px 10px 10px; }
      .category-listview .category-item .buttons .pause-button:before {
        content: "";
        font-size: 24px;
        font-family: "Ionicons";
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -12px;
        width: 24px;
        height: 25px;
        line-height: 1; }
      .category-listview .category-item .buttons .pause-button:hover {
        text-decoration: none;
        color: #666;
        background: #fff; }
      @media (min-width: 37.5em) {
        .category-listview .category-item .buttons .pause-button {
          margin-left: 0;
          margin-right: 0; } }
    .category-listview .category-item .buttons .resume-button {
      text-align: center;
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      line-height: 1.2;
      background: #666;
      color: #fff;
      padding: 15px 10px 15px 45px;
      border: 1px solid #666;
      border-radius: 4px;
      margin: 0 10px 10px 10px; }
      .category-listview .category-item .buttons .resume-button:before {
        content: "";
        font-size: 24px;
        font-family: "Ionicons";
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -12px;
        width: 24px;
        height: 25px;
        line-height: 1; }
      .category-listview .category-item .buttons .resume-button:hover {
        text-decoration: none;
        color: #666;
        background: #fff; }
      @media (min-width: 37.5em) {
        .category-listview .category-item .buttons .resume-button {
          margin-left: 0;
          margin-right: 0; } }
    .category-listview .category-item .buttons .genre-add-to-my-bookshelf-wrapper {
      display: inline-block;
      margin-bottom: 10px; }
      @media (min-width: 64em) {
        .category-listview .category-item .buttons .genre-add-to-my-bookshelf-wrapper {
          width: 100%; } }
    .category-listview .category-item .buttons .genre-add-to-my-bookshelf-button {
      margin-bottom: 0; }
    .category-listview .category-item .buttons .extract-button, .category-listview .category-item .buttons .prices-button, .category-listview .category-item .buttons .audio-button, .category-listview .category-item .buttons .bookinfo-button, .category-listview .category-item .buttons .genre-add-to-my-bookshelf-button, .category-listview .category-item .buttons .add-to-list-button, .category-listview .category-item .buttons .buy-now-button {
      display: inline-block;
      width: 100%;
      margin-left: 5px;
      margin-right: 5px;
      max-width: 260px; }
      @media (min-width: 37.5em) {
        .category-listview .category-item .buttons .extract-button, .category-listview .category-item .buttons .prices-button, .category-listview .category-item .buttons .audio-button, .category-listview .category-item .buttons .bookinfo-button, .category-listview .category-item .buttons .genre-add-to-my-bookshelf-button, .category-listview .category-item .buttons .add-to-list-button, .category-listview .category-item .buttons .buy-now-button {
          display: inline-block;
          width: auto; } }
      @media (min-width: 64em) {
        .category-listview .category-item .buttons .extract-button, .category-listview .category-item .buttons .prices-button, .category-listview .category-item .buttons .audio-button, .category-listview .category-item .buttons .bookinfo-button, .category-listview .category-item .buttons .genre-add-to-my-bookshelf-button, .category-listview .category-item .buttons .add-to-list-button, .category-listview .category-item .buttons .buy-now-button {
          display: inline-block;
          max-width: none;
          width: 100%;
          margin-left: 0;
          margin-right: 0; } }
  .category-listview .category-item .book-of-the-month-badge {
    width: 90px;
    height: 90px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 10px;
    padding: 5px;
    border-radius: 65px; }
    @media (min-width: 64em) {
      .category-listview .category-item .book-of-the-month-badge {
        right: auto;
        left: -10px;
        top: -10px; } }
  .category-listview .category-item .top-ten-number {
    width: 65px;
    height: 65px;
    background: #e62830;
    position: absolute;
    top: 0;
    right: 10px;
    padding: 10px;
    line-height: 45px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #fff; }

.category-listview .book-page-competition {
  background: #efefef; }
  @media (min-width: 48em) {
    .category-listview .book-page-competition .category-item-image {
      width: 25%; } }
  .category-listview .book-page-competition .category-item-info {
    padding-right: 10px; }
    @media (min-width: 48em) {
      .category-listview .book-page-competition .category-item-info {
        width: 75%; } }

@media (min-width: 37.5em) {
  .category-listview .featured-item .category-item-info .book-info-strip {
    padding-right: 140px; } }

@media (min-width: 64em) {
  .category-listview .featured-item .category-item-info .book-info-strip {
    padding-right: 0; } }

.category-featured-title {
  border-bottom: 1px solid #efefef;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: 700; }

.genre-sidebar {
  background: #efefef; }
  .genre-sidebar .book-section-wrapper {
    border: 0;
    margin-bottom: 0; }

.category-topbar {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 10px 0;
  padding: 5px 0; }
  .category-topbar .gridview-button, .category-topbar .listview-button {
    width: 43px;
    height: 43px;
    position: relative;
    float: left;
    margin-right: 10px;
    text-indent: -9999px; }
    .category-topbar .gridview-button:before, .category-topbar .listview-button:before {
      content: "";
      font-family: "Ionicons";
      width: 33px;
      height: 33px;
      position: absolute;
      top: 5px;
      left: 5px;
      text-indent: 0;
      color: #e62830;
      font-size: 32px;
      line-height: 33px;
      text-align: center; }
  .category-topbar .gridview-button:before {
    content: "\f13f"; }
  .category-topbar .listview-button:before {
    content: "\f20e"; }
  .category-topbar .listview-button.greyedout:before, .category-topbar .gridview-button.greyedout:before {
    color: #efefef; }

.featured-divs-tabs, .letter-filters {
  display: inline-block; }

.category-topbar .active, .featured-divs-tabs .active, .letter-filters .active {
  background: #e62830;
  color: #fff; }

a.genre-tab {
  display: inline-block;
  padding: 5px 10px; }

a.letter-filters-tab {
  display: inline-block;
  padding: 3px 7px; }

.genre-dropdown {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  margin-top: 5px; }

.filter-dropdown {
  padding: 5px 40px 5px 10px;
  display: inline-block;
  position: relative;
  margin: 5px 0;
  float: right;
  background: #efefef;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  color: #666; }
  .filter-dropdown:after {
    content: "\f38b";
    font-family: "Ionicons";
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 15px;
    color: #333; }

.wrapper-dropdown-3 {
  position: relative;
  width: 250px;
  padding: 10px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
  outline: none;
  color: #e62830; }
  @media (min-width: 37.5em) {
    .wrapper-dropdown-3 {
      margin: 0;
      float: left; } }
  .wrapper-dropdown-3:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #e62830 transparent; }

.wrapper-dropdown-3 .dropdown, .filter-dropdown .dropdown {
  position: absolute;
  top: 140%;
  right: 0;
  z-index: 1000;
  background: white;
  border-radius: inherit;
  border: 1px solid rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-weight: normal;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap; }
  .wrapper-dropdown-3 .dropdown li a, .filter-dropdown .dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #e62830;
    border-bottom: 1px solid #efefef;
    -webkit-box-shadow: inset 0 1px 0 white;
    box-shadow: inset 0 1px 0 white;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .wrapper-dropdown-3 .dropdown li i, .filter-dropdown .dropdown li i {
    float: right;
    color: inherit; }
  .wrapper-dropdown-3 .dropdown li:first-of-type a, .filter-dropdown .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0; }
  .wrapper-dropdown-3 .dropdown li:last-of-type a, .filter-dropdown .dropdown li:last-of-type a {
    border-radius: 0 0 7px 7px;
    border: none; }
  .wrapper-dropdown-3 .dropdown li:hover a, .filter-dropdown .dropdown li:hover a {
    background: #f3f8f8; }
  .wrapper-dropdown-3 .dropdown:after, .filter-dropdown .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent; }
  .wrapper-dropdown-3 .dropdown:before, .filter-dropdown .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1) transparent; }

.wrapper-dropdown-3.active .dropdown, .filter-dropdown.active .dropdown {
  opacity: 1;
  pointer-events: auto; }

.expert-grid {
  border: 1px solid #efefef; }
  .expert-grid .expert-grid-item {
    border: 1px solid #efefef;
    text-align: center;
    padding: 10px; }
    @media (min-width: 20em) {
      .expert-grid .expert-grid-item {
        float: left;
        width: 50%; }
        .expert-grid .expert-grid-item:nth-child(2n + 1) {
          clear: both; } }
    @media (min-width: 37.5em) {
      .expert-grid .expert-grid-item {
        width: 33.33%; }
        .expert-grid .expert-grid-item:nth-child(2n + 1) {
          clear: none; }
        .expert-grid .expert-grid-item:nth-child(3n + 1) {
          clear: both; } }
  .expert-grid .expert-grid-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    background: #e62830; }
    .expert-grid .expert-grid-image a {
      display: block;
      width: 100%;
      height: 100%; }
    .expert-grid .expert-grid-image img {
      transition: all 0.4s ease-out;
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -ms-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      width: 100%; }
    .expert-grid .expert-grid-image:hover img {
      opacity: 0.2; }

.expert-wrapper {
  text-align: center; }

.expert-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  background: #e62830; }
  .expert-image a {
    display: block;
    width: 100%;
    height: 100%; }
  .expert-image img {
    width: 100%; }

.expert-bio {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  padding: 0 30px;
  text-align: left; }
  .expert-bio p:first-child {
    font-size: 120%;
    font-weight: 700; }

.expert-latest-review {
  background-color: #efefef;
  border-left: none;
  padding: 60px 35px 25px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  overflow: hidden; }
  .expert-latest-review .author {
    text-transform: uppercase;
    color: #e62830;
    font-size: 85%;
    font-weight: 700; }
  .expert-latest-review:before {
    content: '\f347';
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -30px;
    margin-left: -40px;
    font-size: 30px;
    font-family: "Ionicons";
    color: #444;
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    line-height: 91px;
    border-radius: 50%;
    text-align: center; }

/*** Styles for IndieReview platform ***/
.title-large {
  font-size: 3em; }

div.search-wrapper {
  position: relative; }

div.search-wrapper div.search-results ul {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  background: #ffffff;
  border: 1px solid #efefef;
  z-index: 3; }

div.search-wrapper div.search-results ul li a {
  padding: 10px;
  border-bottom: 1px solid #efefef;
  cursor: pointer;
  display: block; }

.container-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.container-900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }

.section-header {
  border-bottom: 1px solid #e62830;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase; }

.section-header-white {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase; }

.section-header-arrow {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase; }

.arrow_box {
  position: relative;
  background-color: #e62830;
  background: -webkit-gradient(linear, left top, right top, from(#e62830), to(#e60d64));
  background: -webkit-linear-gradient(left, #e62830, #e60d64);
  background: -o-linear-gradient(left, #e62830, #e60d64);
  background: linear-gradient(to right, #e62830, #e60d64);
  padding: 20px 0; }

.arrow_box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(230, 40, 48, 0);
  border-top-color: #E61A4A;
  border-width: 30px;
  margin-left: -30px; }

.get-started-button {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9em;
  background: transparent;
  color: #fff;
  border: 0;
  cursor: pointer;
  padding: 15px 30px;
  z-index: 2;
  text-decoration: none;
  text-align: center;
  border: 2px solid #fff;
  display: inline-block;
  margin: 30px 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.get-started-button:hover {
  background: #fff;
  color: #e62830;
  text-decoration: none; }

.get-started-button-red {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9em;
  background: transparent;
  color: #e62830;
  border: 0;
  cursor: pointer;
  padding: 15px 30px;
  z-index: 2;
  text-decoration: none;
  text-align: center;
  border: 2px solid #e62830;
  display: inline-block;
  margin: 30px 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.get-started-button-red:hover {
  background: #e62830;
  color: #fff;
  text-decoration: none; }

.review-options-wrapper {
  background: #e62830;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(230, 40, 48, 0.9)), to(rgba(230, 14, 100, 0.9))), url("../images/newsletter-background.jpg");
  background-image: -webkit-linear-gradient(left, rgba(230, 40, 48, 0.9), rgba(230, 14, 100, 0.9)), url("../images/newsletter-background.jpg");
  background-image: -o-linear-gradient(left, rgba(230, 40, 48, 0.9), rgba(230, 14, 100, 0.9)), url("../images/newsletter-background.jpg");
  background-image: linear-gradient(to right, rgba(230, 40, 48, 0.9), rgba(230, 14, 100, 0.9)), url("../images/newsletter-background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  line-height: 1.5;
  color: #fff; }

.review-page-header {
  padding: 70px 20px;
  background: #e62830;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(230, 40, 48, 0.9)), to(rgba(230, 14, 100, 0.9))), url("../images/newsletter-background.jpg");
  background-image: -webkit-linear-gradient(left, rgba(230, 40, 48, 0.9), rgba(230, 14, 100, 0.9)), url("../images/newsletter-background.jpg");
  background-image: -o-linear-gradient(left, rgba(230, 40, 48, 0.9), rgba(230, 14, 100, 0.9)), url("../images/newsletter-background.jpg");
  background-image: linear-gradient(to right, rgba(230, 40, 48, 0.9), rgba(230, 14, 100, 0.9)), url("../images/newsletter-background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  line-height: 1.5;
  text-align: center;
  color: #fff; }

.review-page-header a {
  color: #fff; }

.price-table {
  overflow: auto;
  margin: 40px 0; }

.price-table-body {
  border-top: 1px solid #e62830;
  margin: 10px 0;
  padding: 10px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.price-table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #333;
  padding: 20px;
  text-align: center; }

@media (min-width: 48em) {
  .price-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .price-table-item {
    width: 33.33%; } }

.price-table-item .price {
  font-size: 180%;
  font-weight: 700; }

.price-table-perks {
  border-top: 1px solid #333; }

.price-table-perks li {
  border-bottom: 1px solid #333;
  padding: 10px 0; }

.price-table-item.odd {
  background: #fff; }

.price-table-item.even {
  background: #efefef; }

ul.review-options-list {
  list-style-type: disc;
  margin-left: 20px; }

ul.review-options-list li {
  margin-bottom: 20px; }

.info-circles {
  overflow: auto; }

.info-circle-wrapper {
  float: left;
  width: 50%; }

.info-circle {
  width: 140px;
  height: 140px;
  border-radius: 70px;
  padding: 20px;
  margin: 10px auto;
  background-color: #e62830;
  background: -webkit-gradient(linear, left top, right top, from(#e62830), to(#e60d64));
  background: -webkit-linear-gradient(left, #e62830, #e60d64);
  background: -o-linear-gradient(left, #e62830, #e60d64);
  background: linear-gradient(to right, #e62830, #e60d64);
  color: #fff;
  text-align: center;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.info-circle-big-text {
  font-size: 200%;
  font-weight: 700; }

@media (min-width: 37.5em) {
  .info-circle-wrapper {
    width: 33%; } }

@media (min-width: 48em) {
  .info-circle-wrapper {
    width: 16.66%;
    float: left; } }

.info-box {
  text-align: center; }

.info-box-icon {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  padding: 30px;
  margin: 10px auto;
  background: #ccc;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.icon {
  font-size: 400%; }

.love-reading-loves {
  position: relative; }
  .love-reading-loves .love-reading-loves-inner {
    color: #fff;
    position: relative; }
    .love-reading-loves .love-reading-loves-inner h2 {
      font-weight: 700;
      text-align: center;
      font-size: 1.5em;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding-bottom: 30px;
      height: 75px;
      overflow: hidden; }
      @media (min-width: 37.5em) {
        .love-reading-loves .love-reading-loves-inner h2 {
          height: auto;
          text-align: left; } }
    @media (min-width: 37.5em) {
      .love-reading-loves .love-reading-loves-inner div.slider-text {
        width: 100%;
        padding-left: 20px;
        /*position: absolute;
            top:75px;
            left: 20px;
            margin-right:420px;*/ } }
    .love-reading-loves .love-reading-loves-inner p.description {
      display: none;
      line-height: 1.5;
      padding-bottom: 30px; }
      @media (min-width: 37.5em) {
        .love-reading-loves .love-reading-loves-inner p.description {
          display: block; } }
    .love-reading-loves .love-reading-loves-inner div.slider-buttons {
      text-align: center; }
      @media (min-width: 37.5em) {
        .love-reading-loves .love-reading-loves-inner div.slider-buttons {
          text-align: left; } }
    .love-reading-loves .love-reading-loves-inner a.view-book-button, .love-reading-loves .love-reading-loves-inner a.read-extract-button {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 0.9em;
      background: #fff;
      color: #e62830;
      border: 0;
      cursor: pointer;
      padding: 15px 0;
      z-index: 2;
      text-decoration: none;
      text-align: center;
      margin-bottom: 10px;
      border: 2px solid #fff;
      display: inline-block;
      width: 48%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media (min-width: 37.5em) {
        .love-reading-loves .love-reading-loves-inner a.view-book-button, .love-reading-loves .love-reading-loves-inner a.read-extract-button {
          display: inline-block;
          width: auto;
          padding: 15px 40px; } }
    .love-reading-loves .love-reading-loves-inner a.view-book-button {
      margin-right: 2%;
      color: #666; }
      .love-reading-loves .love-reading-loves-inner a.view-book-button:hover {
        background: #efefef; }
    .love-reading-loves .love-reading-loves-inner a.read-extract-button {
      color: #fff;
      background: transparent; }
      .love-reading-loves .love-reading-loves-inner a.read-extract-button:hover {
        background: #efefef;
        color: #e62830; }
    .love-reading-loves .love-reading-loves-inner img {
      display: block;
      margin: 0 auto;
      height: 200px; }
      @media (min-width: 37.5em) {
        .love-reading-loves .love-reading-loves-inner img {
          height: auto;
          max-width: none;
          width: 200px;
          padding-left: 20px; } }
      @media (min-width: 48em) {
        .love-reading-loves .love-reading-loves-inner img {
          height: 300px;
          max-width: none;
          width: auto;
          padding-left: 20px; } }
      @media (min-width: 64em) {
        .love-reading-loves .love-reading-loves-inner img {
          height: 400px;
          max-width: none;
          width: auto;
          padding-left: 20px; } }
    @media (min-width: 37.5em) {
      .love-reading-loves .love-reading-loves-inner {
        height: 400px; }
        .love-reading-loves .love-reading-loves-inner .container {
          height: 400px; }
          .love-reading-loves .love-reading-loves-inner .container .home-page-inner {
            height: 400px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
        .love-reading-loves .love-reading-loves-inner .home-page-inner {
          position: relative; }
        .love-reading-loves .love-reading-loves-inner img {
          /*height:100%;
            max-width:none;
            width:auto;
            position: absolute;
            top:0;
            right:0;*/ } }
  .love-reading-loves .home-slider-not-active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .love-reading-loves .theme-light {
    color: #fff; }
    .love-reading-loves .theme-light a.view-book-button, .love-reading-loves .theme-light a.read-extract-button {
      background: #fff;
      border-color: #fff; }
    .love-reading-loves .theme-light a.view-book-button:hover {
      background: #efefef; }
    .love-reading-loves .theme-light a.read-extract-button {
      color: #fff;
      background: transparent; }
      .love-reading-loves .theme-light a.read-extract-button:hover {
        background: #fff;
        background: rgba(255, 255, 255, 0.2);
        color: #fff; }
  .love-reading-loves .theme-dark {
    color: #333; }
    .love-reading-loves .theme-dark a.view-book-button, .love-reading-loves .theme-dark a.read-extract-button {
      background: #333;
      border-color: #333; }
    .love-reading-loves .theme-dark a.view-book-button {
      color: #ccc; }
    .love-reading-loves .theme-dark a.view-book-button:hover {
      background: #666; }
    .love-reading-loves .theme-dark a.read-extract-button {
      color: #333;
      background: transparent; }
      .love-reading-loves .theme-dark a.read-extract-button:hover {
        background: #333;
        background: rgba(0, 0, 0, 0.2);
        color: #333; }

/*
.love-reading-loves {

    position: relative;

    .love-reading-loves-inner {
        color:#fff;   
        position: relative;
        
        h2 {
            font-weight: 700;
            text-align: center;

            font-size: 1.5em;
            letter-spacing: 2px;
            text-transform:uppercase;
            padding-bottom:30px;
        
            @include breakpoint(phablet){         
                text-align: left;
            }
        }
        
    
    div.slider-text {
        @include breakpoint(phablet){
         
            position: absolute;
            top:75px;
            left: 20px;
            margin-right:420px;
            
        }
    }
        
        &:nth-child(odd) {
            div.slider-text {
            @include breakpoint(phablet){
         
                left: 440px;
                margin-right: 20px;
            
            }
            }
        }
    
    p.description {
        display: none;
        line-height: 2;
        padding-bottom:30px;
        
        @include breakpoint(laptop){         
            display:block;            
        }
    }
        
    a.view-book-button, a.read-extract-button {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 0.9em;
        background: #fff;
        color: $main-color-hex;
        border:0;
        cursor: pointer;
        //padding:15px 40px;
        padding:15px 0;
        z-index:2;
        display: inline-block;
        text-decoration: none;
        text-align: center;
        margin-bottom: 10px;
        border:2px solid #fff;
        float:left;
        
        display: block;
        width:49%;
        box-sizing: border-box;
    
        @include breakpoint(phablet){
            display: inline-block;
            width:auto;
            padding:15px 40px;
        }        
        
    }
        
    a.view-book-button {
        margin-right:2%;
        color:#666;
        
        &:hover {
            background: #efefef;
        }
    }
        
    a.read-extract-button {
        color: #fff;
        background: transparent;
        
        &:hover {
            background: #efefef;
            color: $main-color-hex;
        }
    }
        
        
        img {
            display: block;
            margin: 0 auto;
            max-width: 200px;
        }
    
    @include breakpoint(phablet){
        height:400px;
        
        .lr-row {
            height:400px;
            .lr-col {
                height:400px;
            }
        }
        
        .home-page-inner {
            position: relative;
        }        
        
        img {
            height:100%;
            max-width:none;
            width:auto;
            position: absolute;
            top:0;
            right:0;
        }
        
        &:nth-child(odd) {
            img {
                left:0;
                right:auto;
            }
        }
        
    }
    
    }
    
    .theme-light {
        color:#fff;
        
        a.view-book-button, a.read-extract-button {
            background: #fff;
            border-color:#fff;
        }
        
        a.view-book-button:hover {
            background: #efefef;
        }
        
        a.read-extract-button {
            color: #fff;
            background: transparent;
        
            &:hover {
                background:#fff;
                background: rgba(255,255,255,0.2);
                color: #fff;
            }
        }
    }
    
    .theme-dark {
        color:#333;
        
        a.view-book-button, a.read-extract-button {
            background: #333;
            border-color:#333;
        }
        
        a.view-book-button:hover {
            background: #666;
        }
        
        a.read-extract-button {
            color: #333;
            background: transparent;
        
            &:hover {
                background:#333;
                background: rgba(0,0,0,0.2);
                color: #333;
            }
        }
    }
}*/
.actions-button-wrapper {
  position: relative;
  cursor: pointer; }

.bookshelf-action-options {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  background: white;
  border-radius: inherit;
  border: 1px solid #E74C3C;
  font-weight: normal;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .bookshelf-action-options li a {
    display: block;
    padding: 10px 10px 10px 54px;
    text-decoration: none;
    color: #e62830;
    border-bottom: 1px solid #efefef;
    -webkit-box-shadow: inset 0 1px 0 white;
    box-shadow: inset 0 1px 0 white;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative; }
    .bookshelf-action-options li a i.action-icon {
      position: absolute;
      display: block;
      width: 44px;
      height: 44px;
      border-right: 1px solid #efefef;
      top: 0;
      left: 0;
      line-height: 44px;
      font-size: 18px; }
  .bookshelf-action-options li.hidden {
    display: none; }

.actions-button-wrapper.active .bookshelf-action-options {
  opacity: 1;
  pointer-events: auto; }

.add-to-my-bookshelf-button {
  white-space: normal; }
  .add-to-my-bookshelf-button:after {
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    right: 0; }

.add-to-my-bookshelf-options {
  min-width: 100%;
  width: auto; }
  .add-to-my-bookshelf-options li a i.action-icon {
    text-align: center; }

.bookshelf-button-wrapper {
  position: relative;
  cursor: pointer;
  display: inline-block; }

.bookshelf-options {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  background: white;
  border-radius: inherit;
  border: 1px solid rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-weight: normal;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  margin-top: 6px; }

.bookshelf-options:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 13px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) transparent; }

.bookshelf-options:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 15px;
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent; }

.bookshelf-options li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #e62830;
  border-bottom: 1px solid #efefef;
  -webkit-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.bookshelf-button-wrapper.active .bookshelf-options {
  opacity: 1;
  pointer-events: auto; }

.bookshelf-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.bookshelf-grid-item {
  padding: 5px;
  width: 100%; }
  @media (min-width: 20em) {
    .bookshelf-grid-item {
      width: 50%; } }
  @media (min-width: 48em) {
    .bookshelf-grid-item {
      width: 33.33333%; } }
  @media (min-width: 64em) {
    .bookshelf-grid-item {
      width: 25%; } }
  @media (min-width: 70em) {
    .bookshelf-grid-item {
      width: 20%; } }
  .bookshelf-grid-item img {
    height: 150px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px; }
    @media (min-width: 37.5em) {
      .bookshelf-grid-item img {
        height: 181px; } }
  .bookshelf-grid-item .book-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
    .bookshelf-grid-item .book-info h4.title {
      text-transform: uppercase;
      font-size: 13px;
      margin: 5px 0;
      text-align: center;
      line-height: 1.5; }
    .bookshelf-grid-item .book-info p.author {
      font-size: 90%;
      text-align: center;
      text-transform: uppercase; }
      .bookshelf-grid-item .book-info p.author a {
        color: #333;
        text-decoration: none; }
        .bookshelf-grid-item .book-info p.author a:hover {
          text-decoration: underline; }

.bookshelf-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #efefef;
  border-radius: 6px;
  height: 100%;
  padding: 10px; }

.star-rating-wrapper {
  line-height: 1.2;
  padding: 10px 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin-top: 10px;
  margin-bottom: 10px; }

.star-rating {
  font-size: 24px;
  color: #e62830;
  cursor: pointer; }

.star-rating-static {
  font-size: 24px;
  color: #e62830; }

.star-rating-message {
  height: 28px;
  line-height: 28px;
  display: none; }

.remove-rating {
  color: #666;
  font-size: 85%; }

.shelf-status {
  border-top: 1px solid #efefef;
  margin-top: 10px;
  padding-top: 10px; }

.no-rating {
  padding: 6px 0; }

/*.my-bookshelf-item {
    position: relative;
    border:10px solid #fff;
    margin-bottom:10px;
            
    h4.title {
        text-transform: uppercase;
        font-size: 13px;
        margin: 5px 0;
        text-align: center;
        line-height: 1.5;
        height:40px;
        overflow: hidden;
        font-weight: 700;
                
        a {
            color:#333;
        }
    }
            
    p.author {
        font-size:90%;
        height:20px;
        text-align: center;
        text-transform: uppercase;
        font-size: 80%;
                
        a {
            color:#333;
            text-decoration: none;
                    
            &:hover {
                text-decoration: underline;
            }
        }
    }
            
    img {
        height:150px;
        margin:0 auto;
        display: block;
        margin-bottom: 20px;
        @include breakpoint(phablet){
            height:181px;
        }
    }
    
   .bookshelf-buttons-wrapper {
        height:86px;
        margin:0;
        width:100%;
    }
    
    .remove {
        width:30px;
        height:30px;
        position: absolute;
        top:-10px;
        right:-10px;
        display: block;
        background: #666;
        z-index: 2;
        border-radius: 15px;
        
    }
    
    .remove:after {
        width:30px;
        height:30px;
        position: absolute;
        top:-0;
        right:0;
        display: block;
        font-family: "ionicons";
        content:"\f2d7";
        z-index: 1234;
        border-radius: 10px;
        line-height: 30px;
        font-size: 18px;
        color:#fff;
    }
}*/
/*.genre-add-to-my-bookshelf-wrapper {
    display: inline-block;
}


.genre-add-to-my-bookshelf-button {
    white-space: normal;
    border:0;
    margin-bottom: 0;
    padding-right:50px;
    min-width: 200px;
    
    &:after {
        height:100%;
        display:inline-flex; justify-content:center; align-items:center;
    top:0;
    right:0;
    }
    
}

.genre-add-to-my-bookshelf-options {
    min-width:100%;
    width: auto;
    
    & li a {
        i.action-icon {
            text-align: center;
        }
    }
    
}*/
.partner-grid {
  margin-bottom: 25px; }
  .partner-grid .partner-grid-item {
    text-align: center;
    padding: 10px; }
    @media (min-width: 20em) {
      .partner-grid .partner-grid-item {
        float: left;
        width: 50%; }
        .partner-grid .partner-grid-item:nth-child(2n + 1) {
          clear: both; } }
    @media (min-width: 37.5em) {
      .partner-grid .partner-grid-item {
        width: 33.33%; }
        .partner-grid .partner-grid-item:nth-child(2n + 1) {
          clear: none; }
        .partner-grid .partner-grid-item:nth-child(3n + 1) {
          clear: both; } }
    @media (min-width: 70em) {
      .partner-grid .partner-grid-item {
        width: 25%; }
        .partner-grid .partner-grid-item:nth-child(3n + 1) {
          clear: none; }
        .partner-grid .partner-grid-item:nth-child(4n + 1) {
          clear: both; } }
  .partner-grid .partner-grid-image {
    width: 150px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    background: #efefef;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
    .partner-grid .partner-grid-image a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0; }
    .partner-grid .partner-grid-image img {
      max-width: 100%;
      max-height: 100%; }

.partner-image {
  width: 200px; }

body.register-page {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 40, 48, 0.85)), to(rgba(230, 13, 100, 0.85))), url("../images/hero-background-1.jpg");
  background-image: -webkit-linear-gradient(rgba(230, 40, 48, 0.85), rgba(230, 13, 100, 0.85)), url("../images/hero-background-1.jpg");
  background-image: -o-linear-gradient(rgba(230, 40, 48, 0.85), rgba(230, 13, 100, 0.85)), url("../images/hero-background-1.jpg");
  background-image: linear-gradient(rgba(230, 40, 48, 0.85), rgba(230, 13, 100, 0.85)), url("../images/hero-background-1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.register-left-column {
  color: #fff;
  font-size: 120%; }

.register-right-column {
  background: #fff;
  padding: 20px 10px; }
  @media (min-width: 64em) {
    .register-right-column {
      padding: 50px; } }

.register-info {
  padding: 20px 10px;
  text-align: center; }
  @media (min-width: 64em) {
    .register-info {
      height: 100vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 20px 50px;
      text-align: left; } }

.social-user-form-button-wrapper {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin: 10px 0; }

.facebook-registration-button, .twitter-registration-button, .google-registration-button {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  line-height: 40px;
  padding-left: 45px;
  padding-right: 5px;
  text-align: center;
  color: #fff;
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 320px; }
  .facebook-registration-button:before, .twitter-registration-button:before, .google-registration-button:before {
    content: "";
    font-family: "Ionicons";
    font-size: 24px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2); }

.facebook-registration-button {
  background: #4267b2; }
  .facebook-registration-button:before {
    content: "\f231"; }

.twitter-registration-button {
  background: #1da1f2; }
  .twitter-registration-button:before {
    content: "\f243"; }

.google-registration-button {
  background: #fff;
  border: 1px solid #efefef;
  color: #333; }
  .google-registration-button:before {
    content: "";
    background: url("../images/google.jpg");
    background-size: contain;
    border-right: 1px solid #efefef; }

body.register-page {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 40, 48, 0.85)), to(rgba(230, 13, 100, 0.85))), url("../images/hero-background-1.jpg");
  background-image: -webkit-linear-gradient(rgba(230, 40, 48, 0.85), rgba(230, 13, 100, 0.85)), url("../images/hero-background-1.jpg");
  background-image: -o-linear-gradient(rgba(230, 40, 48, 0.85), rgba(230, 13, 100, 0.85)), url("../images/hero-background-1.jpg");
  background-image: linear-gradient(rgba(230, 40, 48, 0.85), rgba(230, 13, 100, 0.85)), url("../images/hero-background-1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.register-left-column {
  color: #fff;
  font-size: 120%; }

.register-right-column {
  background: #fff;
  padding: 20px 10px; }
  @media (min-width: 64em) {
    .register-right-column {
      padding: 50px; } }

.register-info {
  padding: 20px 10px;
  text-align: center; }
  @media (min-width: 64em) {
    .register-info {
      height: 100vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 20px 50px;
      text-align: left; } }

.social-user-form-button-wrapper {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin: 10px 0; }

.facebook-registration-button, .twitter-registration-button, .google-registration-button {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  line-height: 40px;
  padding-left: 45px;
  padding-right: 5px;
  text-align: center;
  color: #fff;
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 320px; }
  .facebook-registration-button:before, .twitter-registration-button:before, .google-registration-button:before {
    content: "";
    font-family: "Ionicons";
    font-size: 24px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2); }

.facebook-registration-button {
  background: #4267b2; }
  .facebook-registration-button:before {
    content: "\f231"; }

.twitter-registration-button {
  background: #1da1f2; }
  .twitter-registration-button:before {
    content: "\f243"; }

.google-registration-button {
  background: #fff;
  border: 1px solid #efefef;
  color: #333; }
  .google-registration-button:before {
    content: "";
    background: url("../images/google.jpg");
    background-size: contain;
    border-right: 1px solid #efefef; }

.roundup-wrapper {
  /*max-width:900px;*/ }

.roundup-expert-wrapper {
  border: 1px solid #EFEFEF;
  margin: 10px;
  padding: 10px; }

.roundup-expert-image {
  float: right;
  margin: 0;
  padding: 0;
  width: 110px; }

.roundup-intro {
  border: 4px solid #EFEFEF;
  padding: 10px; }

.roundup-conclusion {
  border: 4px solid #EFEFEF;
  padding: 10px; }

.roundup-name a {
  color: white; }

.up-arrow-right {
  float: right; }

h3.title-grey {
  color: #A8A8A8; }

.collage-image {
  /*max-width:600px;*/ }

.refine-search-button {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 0.9em;
  background: #e62830;
  border: 0;
  cursor: pointer;
  padding: 10px 30px;
  z-index: 2;
  display: block;
  text-align: center; }
  @media (min-width: 48em) {
    .refine-search-button {
      display: none; } }

.refine-search-box {
  display: none; }
  .refine-search-box h2.book-section-title {
    display: none !important; }
  @media (min-width: 48em) {
    .refine-search-box {
      display: block; }
      .refine-search-box h2.book-section-title {
        display: inline-block !important; } }

.static-page p {
  margin-bottom: 15px; }

.audiobooks-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: left;
  z-index: 9999;
  padding: 20px;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .audiobooks-lightbox .lightbox-content {
    position: relative;
    background: #ffffff;
    display: inline-block;
    padding: 20px 20px 100px 20px;
    max-width: 700px;
    width: 100%;
    max-height: 100%;
    border-radius: 10px;
    box-shadow: 0 0 25px #111;
    -webkit-box-shadow: 0 0 25px #111;
    -moz-box-shadow: 0 0 25px #111; }
  .audiobooks-lightbox .lightbox-content-inner {
    width: 100%;
    height: 100%;
    overflow-y: auto; }
  .audiobooks-lightbox .audiobooks-content .cover {
    float: left;
    width: 150px; }
    .audiobooks-lightbox .audiobooks-content .cover img {
      width: 100%; }
  .audiobooks-lightbox .audiobooks-content .info {
    margin-left: 160px; }
  .audiobooks-lightbox .audiobooks-content p.description {
    height: 300px;
    overflow-y: auto; }
  .audiobooks-lightbox .audiobooks-content .audio-button {
    font-weight: 700;
    font-size: 120%;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 1.2;
    background: #674172;
    color: #fff;
    padding: 15px 10px 15px 10px;
    border: 1px solid #674172;
    border-radius: 4px;
    margin: 0; }
    .audiobooks-lightbox .audiobooks-content .audio-button:hover {
      text-decoration: none;
      color: #674172;
      background: #fff; }
  .audiobooks-lightbox .sample {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%; }

.audiobooks-lightbox-close {
  text-align: center;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background: #e62830;
  border-radius: 15px;
  z-index: 9999;
  cursor: pointer; }

.audiobooks-lightbox-close:before {
  content: "\f2d7";
  color: #fff;
  font-family: "Ionicons";
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  width: 100%; }

.audiobooks-image {
  position: relative; }
  .audiobooks-image .play-button {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    line-height: 50px;
    color: #fff;
    font-size: 48px;
    text-align: center; }

span.rating {
  font-size: 18px;
  color: #e62830;
  display: inline-block;
  white-space: nowrap; }
  span.rating i {
    margin: 0 2px; }

.category-gridview .audiobook-item .buttons {
  display: none; }

.category-gridview .audiobook-item span.rating {
  display: block; }

.category-gridview .audiobook-item a.show-toggle {
  display: none; }

.category-listview .audiobook-item p.description {
  position: relative; }

.category-listview .audiobook-item a.show-toggle {
  display: block;
  text-align: center;
  position: relative;
  background: #fff; }

.white-gradient {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20px;
  background: transparent;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  background: -o-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0)); }

.category-listview .audiobook-item p.description-expanded .white-gradient {
  display: none; }

.audiobooks-genre-list li {
  display: block;
  padding: 5px;
  border-bottom: 1px solid #efefef; }
  .audiobooks-genre-list li ul {
    background: #efefef;
    display: block; }
    .audiobooks-genre-list li ul li {
      display: block;
      padding: 5px 5px 5px 30px; }

form#audiobooks-search {
  margin: 10px auto;
  position: relative;
  max-width: 320px; }
  form#audiobooks-search input[type="text"] {
    border: 1px solid #ccc;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    max-width: none;
    background: transparent;
    color: #fff; }
  form#audiobooks-search ::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */ }
  form#audiobooks-search :-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */ }
  form#audiobooks-search ::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */ }
  form#audiobooks-search ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */ }
  form#audiobooks-search :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff; }
  form#audiobooks-search ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff; }
  form#audiobooks-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: 0;
    cursor: pointer;
    text-indent: -9999px;
    background: transparent; }
    form#audiobooks-search button:before {
      font-family: 'Ionicons';
      content: "\f2f5";
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      text-indent: 0;
      line-height: 40px;
      font-size: 20px;
      color: #ccc; }

.comments {
  margin: 25px auto 0 auto;
  padding: 40px;
  background: #fff; }

.comments h3 {
  font-weight: 700; }

.comment {
  margin-top: 10px;
  padding: 10px;
  background: #eee; }

.commentor {
  font-weight: 700; }

.comment-date {
  color: #666;
  font-weight: 700; }

.comment-box {
  width: 100%;
  height: 200px;
  padding: 10px; }

.comment {
  margin-top: 10px;
  padding: 10px;
  background: #eee; }

.comment-date {
  color: #666;
  font-weight: 700; }

.article-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 650px;
  width: 100%; }
  .article-wrapper p, .article-wrapper ul, .article-wrapper ol, .article-wrapper dl, .article-wrapper pre, .article-wrapper blockquote {
    margin-bottom: 20px; }
  .article-wrapper ul {
    list-style: disc;
    margin-left: 20px; }
  .article-wrapper ol {
    list-style: decimal;
    margin-left: 20px; }
  .article-wrapper dt {
    font-weight: 700; }
  .article-wrapper img.alignleft {
    float: left;
    margin: 0 10px 10px 0;
    padding: 1px; }
  .article-wrapper img.alignright {
    float: right;
    margin: 0 0 10px 10px;
    padding: 1px; }

.blog-author-wrapper {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin: 10px 0;
  padding: 10px 0; }
  .blog-author-wrapper span {
    position: relative;
    display: inline-block;
    padding-left: 55px; }
  .blog-author-wrapper p {
    display: inline-block;
    line-height: 50px;
    margin: 0; }
  .blog-author-wrapper .author-image {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 25px;
    position: absolute;
    top: 0;
    left: 0px; }
    .blog-author-wrapper .author-image img {
      width: 100%; }

.blog-wrapper {
  margin-top: -200px;
  position: relative;
  z-index: 2;
  background: #fff;
  padding-top: 40px; }

.social-share, .article-tags {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 5px 0;
  text-align: center; }
  .social-share h4, .article-tags h4 {
    text-transform: uppercase;
    letter-spacing: 5px; }

.social-share-icons {
  font-size: 24px;
  letter-spacing: 10px; }
  .social-share-icons a:hover {
    color: #666; }

.article-tags {
  margin-top: 10px; }
  .article-tags a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #efefef;
    color: #666;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out; }
    .article-tags a:hover {
      text-decoration: none;
      background: #e62830;
      color: #fff; }

#goodreadsConnect {
  display: none; }

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }

.badge-info {
  font-size: 0.9em; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem; }

.progress-bar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  background-color: #007bff; }

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite; }
