/*
Theme Name: saf storyline
Author: Yusupov Igor
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
 html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  
  /**
   * Remove default margin.
   */
  body {
    margin: 0; }
  
  /* HTML5 display definitions
     ========================================================================== */
  /**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block; }
  
  /**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  
  /**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
  audio:not([controls]) {
    display: none;
    height: 0; }
  
  /**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
  [hidden],
  template {
    display: none; }
  
  /* Links
     ========================================================================== */
  /**
   * Remove the gray background color from active links in IE 10.
   */
  a {
    background-color: transparent; }
  
  /**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
  a:active,
  a:hover {
    outline: 0; }
  
  /* Text-level semantics
     ========================================================================== */
  /**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
  abbr[title] {
    border-bottom: 1px dotted; }
  
  /**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
  b,
  strong {
    font-weight: bold; }
  
  /**
   * Address styling not present in Safari and Chrome.
   */
  dfn {
    font-style: italic; }
  
  /**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
  h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  
  /**
   * Address styling not present in IE 8/9.
   */
  mark {
    background: #ff0;
    color: #000; }
  
  /**
   * Address inconsistent and variable font size in all browsers.
   */
  small {
    font-size: 80%; }
  
  /**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  
  sup {
    top: -0.5em; }
  
  sub {
    bottom: -0.25em; }
  
  /* Embedded content
     ========================================================================== */
  /**
   * Remove border when inside `a` element in IE 8/9/10.
   */
  img {
    border: 0; }
  
  /**
   * Correct overflow not hidden in IE 9/10/11.
   */
  svg:not(:root) {
    overflow: hidden; }
  
  /* Grouping content
     ========================================================================== */
  /**
   * Address margin not present in IE 8/9 and Safari.
   */
  figure {
    margin: 1em 40px; }
  
  /**
   * Address differences between Firefox and other browsers.
   */
  hr {
    box-sizing: content-box;
    height: 0; }
  
  /**
   * Contain overflow in all browsers.
   */
  pre {
    overflow: auto; }
  
  /**
   * Address odd `em`-unit font size rendering in all browsers.
   */
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  
  /* Forms
     ========================================================================== */
  /**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
  /**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }
  
  /**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
  button {
    overflow: visible; }
  
  /**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
  button,
  select {
    text-transform: none; }
  
  /**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }
  
  /**
   * Re-set default cursor for disabled elements.
   */
  button[disabled],
  html input[disabled] {
    cursor: default; }
  
  /**
   * Remove inner padding and border in Firefox 4+.
   */
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  
  /**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
  input {
    line-height: normal; }
  
  /**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  
  /**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  
  /**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
  input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */ }
  
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  
  /**
   * Define consistent border, margin, and padding.
   */
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  
  /**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
  legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }
  
  /**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
  textarea {
    overflow: auto; }
  
  /**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
  optgroup {
    font-weight: bold; }
  
  /* Tables
     ========================================================================== */
  /**
   * Remove most spacing between table cells.
   */
  table {
    border-collapse: collapse;
    border-spacing: 0; }
  
  td,
  th {
    padding: 0; }
  
  @font-face {
    font-family: 'HelveticaNeueLTStd-Roman';
    src: url("/wp-content/themes/storylineonline/assets/fonts/HelveticaNeueLTStd-Roman.eot");
    src: url("/wp-content/themes/storylineonline/assets/fonts/HelveticaNeueLTStd-Roman.woff2") format("woff2"), url("/wp-content/themes/storylineonline/assets/fonts/HelveticaNeueLTStd-Roman.woff") format("woff"), url("/wp-content/themes/storylineonline/assets/fonts/HelveticaNeueLTStd-Roman.ttf") format("truetype"), url("/wp-content/themes/storylineonline/assets/fonts/HelveticaNeueLTStd-Roman.svg#HelveticaNeueLTStd-Roman") format("svg"), url("/wp-content/themes/storylineonline/assets/fonts/HelveticaNeueLTStd-Roman.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal; }
  
  /* Webfont: HelveticaNeueLTStd-MdCn */
  @font-face {
    font-family: 'HelveticaNeueLTStdMedCn';
    src: url("/wp-content/themes/storylineonline/assets/fonts/HelveticaNeueLTStd-MdCn.eot");
    /* IE9 Compat Modes */
    src: url("/wp-content/themes/storylineonline/assets/fonts/HelveticaNeueLTStd-MdCn.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/storylineonline/assets/fonts/HelveticaNeueLTStd-MdCn.woff") format("woff"), url("/wp-content/themes/storylineonline/assets/fonts/HelveticaNeueLTStd-MdCn.ttf") format("truetype"), url("/wp-content/themes/storylineonline/assets/fonts/HelveticaNeueLTStd-MdCn.svg#HelveticaNeueLTStd-MdCn") format("svg");
    /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility; }
  
  @font-face {
    font-family: 'HelveticaNeueLTStd-Bd';
    src: url("/wp-content/themes/storylineonline/assets/fonts/HelveticaNeueLTStd-Bd.eot");
    src: url("/wp-content/themes/storylineonline/assets/fonts/HelveticaNeueLTStd-Bd.woff2") format("woff2"), url("/wp-content/themes/storylineonline/assets/fonts/HelveticaNeueLTStd-Bd.woff") format("woff"), url("/wp-content/themes/storylineonline/assets/fonts/HelveticaNeueLTStd-Bd.ttf") format("truetype"), url("/wp-content/themes/storylineonline/assets/fonts/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd") format("svg"), url("/wp-content/themes/storylineonline/assets/fonts/HelveticaNeueLTStd-Bd.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal; }
  
  .btn.btn-has-drop .drop, .slick-dots, #nav, #footer-nav, .social, .sorter-list, .bookshelf .book-description ul, .detailed-description .detailed-description-body .header-list {
    margin: 0;
    padding: 0;
    list-style: none; }
  
  .clearfix:after, dl:after, .widget:after, .post-password-form p:after, .post-password-form:after,
  #search_block:after,
  #search_block p:after, .navigation:after,
  .navigation-comments:after,
  .pagination:after, .navigation-single:after, .commentlist .comment-author:after, #header .search-form:after, .bookshelf .activity-buttons:after {
    content: '';
    display: block;
    clear: both; }
  
  .ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden; }
  
  html {
    box-sizing: border-box; }
  
  *, *:before, *:after {
    box-sizing: inherit; }
  
  * {
    max-height: 1000000px; }
  
  body {
    color: #414141;
    background: #fff;
    font: 14px/1.2 "HelveticaNeueLTStd-Roman", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  
  img {
    max-width: 100%;
    height: auto;
    vertical-align: top; }
  
  .gm-style img {
    max-width: none; }
  
  p:last-child {
    margin-bottom: 0; }
  
  ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
    margin: 0 0 1.2em; }
  
  blockquote {
    border-left: 4px solid #414141;
    padding-left: .5em;
    margin-left: 1.2em; }
  
  th, td {
    border: 1px solid #414141;
    padding: .5em;
    text-align: left;
    vertical-align: top; }
  
  th {
    text-align: center;
    vertical-align: middle; }
  
  ul, ol {
    padding-left: 3em; }
  
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    padding-left: 3em;
    margin: 0; }
  
  ul {
    list-style-type: disc; }
  
  dl dt {
    float: left;
    clear: left;
    padding-right: .3em;
    font-weight: bold; }
  
  dl dd {
    overflow: hidden; }
  
  pre {
    max-width: 100%; }
  
  form,
  fieldset {
    margin: 0;
    padding: 0;
    border-style: none; }
  
  input[type='text'],
  input[type='tel'],
  input[type='email'],
  input[type='search'],
  input[type='password'],
  input[type='url'],
  textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 2px solid #dddcdc;
    padding: 0.4em 0.7em;
    outline: none;
    height: 38px;
    line-height: 38px; }
    input[type='text']:focus,
    input[type='tel']:focus,
    input[type='email']:focus,
    input[type='search']:focus,
    input[type='password']:focus,
    input[type='url']:focus,
    textarea:focus {
      border-color: #9f9f9f; }
    input[type='text']::-webkit-input-placeholder,
    input[type='tel']::-webkit-input-placeholder,
    input[type='email']::-webkit-input-placeholder,
    input[type='search']::-webkit-input-placeholder,
    input[type='password']::-webkit-input-placeholder,
    input[type='url']::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
      color: #ad172b; }
    input[type='text']::-moz-placeholder,
    input[type='tel']::-moz-placeholder,
    input[type='email']::-moz-placeholder,
    input[type='search']::-moz-placeholder,
    input[type='password']::-moz-placeholder,
    input[type='url']::-moz-placeholder,
    textarea::-moz-placeholder {
      opacity: 1;
      color: #ad172b; }
    input[type='text']:-moz-placeholder,
    input[type='tel']:-moz-placeholder,
    input[type='email']:-moz-placeholder,
    input[type='search']:-moz-placeholder,
    input[type='password']:-moz-placeholder,
    input[type='url']:-moz-placeholder,
    textarea:-moz-placeholder {
      color: #ad172b; }
    input[type='text']:-ms-input-placeholder,
    input[type='tel']:-ms-input-placeholder,
    input[type='email']:-ms-input-placeholder,
    input[type='search']:-ms-input-placeholder,
    input[type='password']:-ms-input-placeholder,
    input[type='url']:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
      color: #ad172b; }
    input[type='text'].placeholder,
    input[type='tel'].placeholder,
    input[type='email'].placeholder,
    input[type='search'].placeholder,
    input[type='password'].placeholder,
    input[type='url'].placeholder,
    textarea.placeholder {
      color: #ad172b; }
  
  select {
    -webkit-border-radius: 0; }
  
  textarea {
    min-height: 100px;
    resize: vertical;
    vertical-align: top;
    line-height: normal; }
  
  button,
  input[type='button'],
  input[type='reset'],
  input[type='file'],
  input[type='submit'] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
    -webkit-transition: color 0.2s ease, background 0.2s ease, opacity 0.2s ease , border-color 0.2s ease;
            transition: color 0.2s ease, background 0.2s ease, opacity 0.2s ease , border-color 0.2s ease;
    outline: none;
    border: 0; }
  
  input[type='submit'],
  input[type='reset'] {
    height: 38px;
    line-height: 38px;
    background: #ad172b;
    color: #fff;
    padding: 0 1.5em; }
    input[type='submit']:hover,
    input[type='reset']:hover {
      opacity: 0.85; }
  
  .btn {
    display: inline-block;
    vertical-align: top;
    font: 14px/31px "HelveticaNeueLTStd-Bd", sans-serif;
    color: #fff;
    background: #ad172b;
    padding: 0 0.7em;
    text-align: center; }
    .btn.btn-donate {
      height: 41px;
      line-height: 41px;
      min-width: 162px; }
      a#d2{
        display: none;
        height: 46px;
        line-height: 46px;
        min-width: 178px;
      }
      /*a#d1{
        display: none;
      }*/
    .btn:hover, .btn:focus {
      text-decoration: none;
      color: #fff;
      background: #961425; }
    .btn.btn-has-drop {
      position: relative;
      padding: 0; }
      .btn.btn-has-drop .opener {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 0 0.7em; }
        .btn.btn-has-drop .opener:hover, .btn.btn-has-drop .opener:focus {
          text-decoration: none; }
      .btn.btn-has-drop .drop {
        background: #ad172b;
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 0;
        width: 100%;
        margin-top: 7px;
        text-align: center; }
        .btn.btn-has-drop .drop:before {
          content: '';
          position: absolute;
          bottom: 100%;
          left: 50%;
          margin-left: -4px;
          border-style: solid;
          border-width: 0 4px 5px 4px;
          border-color: transparent transparent #ad172b transparent; }
        .btn.btn-has-drop .drop li {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .btn.btn-has-drop .drop a {
          display: block;
          color: #fff;
          padding: 0 0.7em; }
          .btn.btn-has-drop .drop a:hover, .btn.btn-has-drop .drop a:focus {
            text-decoration: none;
            background: rgba(0, 0, 0, 0.1); }
  
  .social-share-btn, .addtoany_shortcode .a2a_dd {
    display: inline-block;
    vertical-align: top;
    width: 37px;
    height: 37px;
    background: #ad172b;
    color: #fff;
    border-radius: 50%;
    text-align: center; }
    .social-share-btn:hover, .addtoany_shortcode .a2a_dd:hover {
      background: #961425; }
    .social-share-btn:before, .addtoany_shortcode .a2a_dd:before {
      content: '\e904';
      font-family: 'icomoon' !important;
      font-size: 14px;
      line-height: 1;
      display: inline-block;
      line-height: 37px;
      margin: 1px 0 0 -1px; }
  
  .widget {
    margin-bottom: 1.2em; }
    .widget ul {
      padding-left: 2em; }
    .widget select {
      min-width: inherit;
      width: 100%; }
  
  /* Calendar */
  #wp-calendar {
    width: 95%;
    margin-bottom: 15px;
    clear: both;
    padding: 0; }
    @media (max-width: 479px) {
      #wp-calendar {
        width: 100%; } }
  
  #wp-calendar caption {
    padding: 10px; }
  
  #wp-calendar th,
  #wp-calendar td {
    text-align: center;
    padding: 3px 0; }
  
  #wp-calendar td {
    background: transparent; }
  
  .comment-form label {
    display: block;
    padding-bottom: 4px; }
  
  .comment-form textarea {
    overflow: auto;
    margin: 0;
    height: 120px;
    min-height: 120px; }
  
  .comment-form textarea,
  .comment-form input[type='text'] {
    margin: 0 4px 0 0;
    width: 300px; }
    @media (max-width: 479px) {
      .comment-form textarea,
      .comment-form input[type='text'] {
        width: 100%; } }
  
  .comment-form input[type='submit'] {
    display: block;
    float: none; }
  
  .post-password-form label {
    display: block; }
  
  .post-password-form input[type='password'] {
    margin: 0 4px 0 0;
    width: 300px; }
  
  .search-form {
    position: relative;
    border: 2px solid #dddcdc;
    max-width: 300px; }
    .search-form input[type="text"] {
      width: 100%;
      display: block;
      border: 0;
      height: 38px;
      line-height: 38px;
      padding: 0 3.2em 0 1.2em; }
      .search-form input[type="text"]::-webkit-input-placeholder {
        color: #ad172b;
        font-family: "HelveticaNeueLTStd-Bd", sans-serif; }
      .search-form input[type="text"]::-moz-placeholder {
        opacity: 1;
        color: #ad172b;
        font-family: "HelveticaNeueLTStd-Bd", sans-serif; }
      .search-form input[type="text"]:-moz-placeholder {
        color: #ad172b;
        font-family: "HelveticaNeueLTStd-Bd", sans-serif; }
      .search-form input[type="text"]:-ms-input-placeholder {
        color: #ad172b;
        font-family: "HelveticaNeueLTStd-Bd", sans-serif; }
      .search-form input[type="text"].placeholder {
        color: #ad172b;
        font-family: "HelveticaNeueLTStd-Bd", sans-serif; }
    .search-form button {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      padding: 0;
      background: none;
      border: 0;
      padding: 0 9px;
      height: 100%;
      color: #dddcdc;
      padding-top: 2px; }
      .search-form button:before {
        content: "\e900";
        font-family: 'icomoon' !important;
        font-size: 24px;
        line-height: 1; }
  
  .subscribe-form {
    margin-bottom: 2em; }
    .subscribe-form .input-row {
      position: relative; }
    .subscribe-form input[type="email"] {
      width: 100%;
      display: block;
      height: 38px;
      line-height: 38px;
      border: 2px solid #dddcdc;
      padding-right: 90px; }
    .subscribe-form button {
      position: absolute;
      top: 0;
      right: 0;
      background: #ad172b;
      border: 0;
      outline: none;
      box-shadow: none;
      height: 100%;
      color: #fff;
      padding: 0 0.7em; }
      .subscribe-form button:hover {
        background: #961425; }
  
  .post-password-form input {
    float: left; }
    .post-password-form input[type='password'] {
      width: 150px; }
  
  .comment-form button,
  .comment-form input[type='submit'],
  .post-password-form button,
  .post-password-form input[type='submit'],
  #search_block button,
  #search_block input[type='submit'] {
    background: #ad172b;
    color: #fff;
    height: 38px;
    line-height: 38px;
    padding: 0 10px; }
    .comment-form button:hover,
    .comment-form input[type='submit']:hover,
    .post-password-form button:hover,
    .post-password-form input[type='submit']:hover,
    #search_block button:hover,
    #search_block input[type='submit']:hover {
      opacity: .8; }
  
  .post-password-form,
  #search_block {
    margin-bottom: 15px; }
    .post-password-form input,
    #search_block input {
      float: left;
      height: 38px;
      line-height: 38px; }
      .post-password-form input[type='search'], .post-password-form input[type='text'],
      #search_block input[type='search'],
      #search_block input[type='text'] {
        margin: 0 4px 0 0;
        width: 150px; }
      .post-password-form input[type='password'],
      #search_block input[type='password'] {
        width: 150px; }
    .post-password-form input[type="submit"],
    .post-password-form button,
    #search_block input[type="submit"],
    #search_block button {
      height: 38px;
      line-height: 38px; }
  
  .commentlist {
    margin: 0 0 1.2em; }
    .commentlist .edit-link {
      margin: 0; }
    .commentlist .avatar-holder {
      float: left;
      margin: 0 1.2em 4px 0; }
  
  .commentlist-item .commentlist-item {
    padding: 0; }
    @media (min-width: 768px) {
      .commentlist-item .commentlist-item {
        padding: 0 0 0 2em; } }
  
  .comment,
  .commentlist-holder {
    overflow: hidden; }
  
  .commentlist-item .commentlist-item,
  .commentlist-item + .commentlist-item {
    padding-top: 1.2em; }
  
  .widget_calendar #prev {
    padding-left: 5px;
    text-align: left; }
  
  .widget_calendar #next {
    padding-right: 5px;
    text-align: right; }
  
  .gallery-item dt {
    float: none;
    padding: 0; }
  
  .navigation,
  .navigation-comments,
  .pagination {
    position: relative;
    vertical-align: middle;
    margin-bottom: 1.2em; }
    .navigation .screen-reader-text,
    .navigation-comments .screen-reader-text,
    .pagination .screen-reader-text {
      position: absolute;
      left: -99999px; }
    .navigation .current,
    .navigation-comments .current,
    .pagination .current {
      color: #1da585; }
    .navigation .page-numbers,
    .navigation-comments .page-numbers,
    .pagination .page-numbers {
      display: inline-block;
      vertical-align: middle;
      padding: 0 5px; }
    .navigation .next,
    .navigation .prev,
    .navigation .al,
    .navigation .ar,
    .navigation-comments .next,
    .navigation-comments .prev,
    .navigation-comments .al,
    .navigation-comments .ar,
    .pagination .next,
    .pagination .prev,
    .pagination .al,
    .pagination .ar {
      display: inline-block;
      vertical-align: middle;
      max-width: 50%;
      background: #ad172b;
      color: #fff;
      padding: 5px;
      text-decoration: none; }
      @media (max-width: 767px) {
        .navigation .next,
        .navigation .prev,
        .navigation .al,
        .navigation .ar,
        .navigation-comments .next,
        .navigation-comments .prev,
        .navigation-comments .al,
        .navigation-comments .ar,
        .pagination .next,
        .pagination .prev,
        .pagination .al,
        .pagination .ar {
          padding: .5em; } }
      .navigation .next.disabled,
      .navigation .prev.disabled,
      .navigation .al.disabled,
      .navigation .ar.disabled,
      .navigation-comments .next.disabled,
      .navigation-comments .prev.disabled,
      .navigation-comments .al.disabled,
      .navigation-comments .ar.disabled,
      .pagination .next.disabled,
      .pagination .prev.disabled,
      .pagination .al.disabled,
      .pagination .ar.disabled {
        background: #b3b3b3;
        border-color: #b3b3b3;
        pointer-events: none; }
      .navigation .next a,
      .navigation .prev a,
      .navigation .al a,
      .navigation .ar a,
      .navigation-comments .next a,
      .navigation-comments .prev a,
      .navigation-comments .al a,
      .navigation-comments .ar a,
      .pagination .next a,
      .pagination .prev a,
      .pagination .al a,
      .pagination .ar a {
        color: #fff; }
  
  .navigation-single {
    margin-bottom: 1.2em; }
    .navigation-single .next,
    .navigation-single .prev {
      float: left;
      vertical-align: middle;
      max-width: 50%;
      background: #ad172b;
      color: #fff;
      text-decoration: none; }
      .navigation-single .next a,
      .navigation-single .prev a {
        color: inherit;
        text-decoration: none;
        padding: 5px;
        display: block; }
        @media (max-width: 767px) {
          .navigation-single .next a,
          .navigation-single .prev a {
            padding: .2em; } }
    .navigation-single .next {
      float: right; }
  
  .wp-caption {
    max-width: 100%;
    clear: both;
    border: 1px solid #414141;
    padding: 5px;
    margin-bottom: 1.2em; }
    .wp-caption img {
      margin: 0;
      vertical-align: top; }
    .wp-caption p {
      margin: .4em 0 0; }
  
  div.aligncenter,
  figure.aligncenter {
    margin: 0 auto 1.2em;
    text-align: center; }
  
  img.aligncenter {
    display: block;
    margin: 0 auto; }
  
  .alignleft {
    float: left;
    margin: 0 1.2em 10px 0; }
  
  .alignright {
    float: right;
    margin: 0 0 10px 1.2em; }
  
  .alignnone {
    margin: 0; }
  
  img.wp-smiley {
    padding: 0;
    border: none; }
  
  .mejs-container {
    margin-bottom: 1.2em; }
  
  .wp-caption .wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 0; }
  
  .wp-caption-text,
  .gallery,
  .alignnone,
  .gallery-caption,
  .sticky,
  .bypostauthor {
    height: auto; }
  
  .al,
  .navigation .next {
    float: left; }
  
  .ar,
  .navigation .prev {
    float: right; }
  
  .posts-list .entry p {
    margin: 0; }
  
  .posts-list .post {
    margin: 0 0 40px; }
  
  .post .title {
    margin-bottom: 10px; }
  
  .post .postmetadata {
    margin-bottom: 10px; }
  
  .textwidget p {
    padding: 0 0 10px 0; }
  
  .center {
    text-align: center; }
  
  .hidden {
    display: none; }
  
  code br {
    display: none; }
  
  .entry pre,
  .entry code {
    font-family: mono-space, monospace;
    border: 1px solid #eee;
    padding: 20px;
    display: block;
    margin: 0 0 20px 0;
    overflow: auto;
    white-space: pre;
    font-size: 12px;
    line-height: 20px; }
  
  .entry code {
    padding: 1px 20px 0 20px;
    background: #f6f6f6;
    border-top: 0;
    border-bottom: 0; }
  
  .last {
    margin-right: 0 !important;
    clear: right; }
  
  .clear {
    clear: both;
    line-height: 0; }
  
  .page-link {
    padding: 0 0 15px; }
  
  /* Respond */
  .comments {
    clear: both; }
    .wp-test-page .comments {
      padding-top: 20px; }
  
  #respond {
    margin: 20px 0 20px 0;
    overflow: hidden; }
  
  .commentlist #respond {
    margin: 0 0 20px 0; }
  
  #respond .comment-reply-title small {
    font-size: 12px;
    font-weight: normal; }
  
  #commentform p {
    width: 100%;
    overflow: hidden;
    padding: 0 0 10px;
    margin: 0; }
  
  #commentform p label {
    display: block;
    padding: 0 0 5px; }
  
  #commentform p textarea {
    width: 100%; }
    @media (max-width: 479px) {
      #commentform p textarea {
        width: 100%; } }
  
  /* Comments*/
  #comments,
  #reply-title {
    margin: 0 0 15px 0;
    line-height: 1.6em; }
  
  .commentlist {
    margin-left: -2em;
    padding: 0;
    text-align: justify;
    line-height: 1.6em; }
    @media (max-width: 767px) {
      .commentlist {
        margin-left: 0; } }
  
  .commentlist .comment {
    padding: 0 0 0 2em; }
    @media (max-width: 767px) {
      .commentlist .comment {
        padding: 0; } }
  
  .commentlist .comment,
  .commentlist + .comment {
    padding-top: 1.2em; }
  
  .commentlist .commentlist {
    padding: 0; }
  
  .commentlist .comment-author {
    margin-bottom: 0.5em; }
  
  .commentlist .comment-metadata {
    margin-bottom: 0.5em; }
  
  .commentlist .comment-author img {
    float: left;
    margin: 0 1.2em 4px 0; }
  
  .comment .comment-respond {
    margin-left: 20px; }
  
  .comment-body {
    margin: 0 0 20px; }
  
  .parent.comment .comment {
    margin-left: 30px; }
  
  .comment-author.vcard {
    margin-bottom: 10px; }
  
  .breadcrumb {
    padding-bottom: 20px; }
  
  .responsive-sorter-holder.right {
    text-align: right; }
  
  iframe {
    border: 0; }
  
  #content {
    float: left;
    width: 100%; }
    @media (max-width: 767px) {
      #content {
        float: none; } }
  
  .content-holder {
    padding-right: 25px;
    margin: 0 210px 0 0; }
    @media (max-width: 767px) {
      .content-holder {
        padding-right: 0;
        margin: 0 0 2em; } }
  
  #sidebar {
    width: 210px;
    float: right;
    margin: 0 0 0 -100%; }
    @media (max-width: 767px) {
      #sidebar {
        width: auto;
        float: none;
        max-width: 320px;
        margin: 0 auto; } }
  
  .entry {
    padding-bottom: 2em;
    line-height: 1.4; }
    .entry .search-form {
      margin-bottom: 1em; }
  
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5,
  h6, .h6,
  .h {
    font-family: "HelveticaNeueLTStd-Bd", sans-serif;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 0 0.5em;
    color: inherit; }
  
  h1, .h1 {
    font-size: 26px; }
  
  h2, .h2 {
    font-size: 24px; }
  
  h3, .h3 {
    font-size: 22px; }
  
  h4, .h4 {
    font-size: 19px; }
  
  h5, .h5 {
    font-size: 17px; }
  
  h6, .h6 {
    font-size: 14px; }
  
  h1 a, .h1 a,
  h2 a, .h2 a,
  h3 a, .h3 a,
  h4 a, .h4 a,
  h5 a, .h5 a,
  h6 a, .h6 a,
  .h a {
    color: inherit; }
  
  h1 a:hover, .h1 a:hover,
  h2 a:hover, .h2 a:hover,
  h3 a:hover, .h3 a:hover,
  h4 a:hover, .h4 a:hover,
  h5 a:hover, .h5 a:hover,
  h6 a:hover, .h6 a:hover,
  .h a:hover {
    color: inherit; }
  
  p {
    margin: 0 0 1em; }
  
  a {
    color: #414141;
    text-decoration: none;
    -webkit-transition: color 0.2s ease, all 0.2s ease, opacity 0.2s ease , border-color 0.2s ease;
            transition: color 0.2s ease, all 0.2s ease, opacity 0.2s ease , border-color 0.2s ease; }
    a:hover, a:focus {
      text-decoration: underline; }
  
  @font-face {
    font-family: 'icomoon';
    src: url("/wp-content/themes/storylineonline/assets/fonts/icomoon/icomoon.eot?tfbj84");
    src: url("/wp-content/themes/storylineonline/assets/fonts/icomoon/icomoon.eot?tfbj84#iefix") format("embedded-opentype"), url("/wp-content/themes/storylineonline/assets/fonts/icomoon/icomoon.ttf?tfbj84") format("truetype"), url("/wp-content/themes/storylineonline/assets/fonts/icomoon/icomoon.woff?tfbj84") format("woff"), url("/wp-content/themes/storylineonline/assets/fonts/icomoon/icomoon.svg?tfbj84#icomoon") format("svg");
    font-weight: normal;
    font-style: normal; }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  
  .icon-chevron-right:before {
    content: "\e905"; }
  
  .icon-chevron-left:before {
    content: "\e906"; }
  
  .icon-share:before {
    content: "\e904"; }
  
  .icon-twitter:before {
    content: "\e901"; }
  
  .icon-facebook:before {
    content: "\e902"; }
  
  .icon-search:before {
    content: "\e900"; }
  
  .icon-youtube:before {
    content: "\e903"; }

.icon-instagram:before {
        content: "\e903"; }

  /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
  .fancybox-wrap,
  .fancybox-skin,
  .fancybox-outer,
  .fancybox-inner,
  .fancybox-image,
  .fancybox-wrap iframe,
  .fancybox-wrap object,
  .fancybox-nav,
  .fancybox-nav span,
  .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top; }
  
  .fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020; }
  
  .fancybox-skin {
    position: relative;
    background: #fff;
    color: #444;
    text-shadow: none;
    border-radius: 4px; }
  
  .fancybox-opened {
    z-index: 8030; }
  
  .fancybox-opened .fancybox-skin {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
  
  .fancybox-outer, .fancybox-inner {
    position: relative; }
  
  .fancybox-inner {
    overflow: hidden !important; }
    @media (max-width: 767px) {
      .fancybox-inner {
        overflow-y: auto !important; } }
  
  .fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch; }
  
  .fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap; }
  
  .fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%; }
  
  .fancybox-image {
    max-width: 100%;
    max-height: 100%; }
  
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("assets/images/fancybox_sprite.png"); }
  
  #fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060; }
  
  #fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("assets/images/fancybox_loading.gif") center center no-repeat; }
  
  .fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040; }
  
  .fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("assets/images/blank.gif");
    /* helps IE */
    -webkit-tap-highlight-color: transparent;
    z-index: 8040; }
  
  .fancybox-prev {
    left: 0; }
  
  .fancybox-next {
    right: 0; }
  
  .fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden; }
  
  .fancybox-prev span {
    left: 10px;
    background-position: 0 -36px; }
  
  .fancybox-next span {
    right: 10px;
    background-position: 0 -72px; }
  
  .fancybox-nav:hover span {
    visibility: visible; }
  
  .fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important; }
  
  /* Overlay helper */
  .fancybox-lock {
    overflow: hidden !important;
    width: auto; }
  
  .fancybox-lock body {
    overflow: hidden !important; }
  
  .fancybox-lock-test {
    overflow-y: hidden !important; }
  
  .fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("assets/images/fancybox_overlay.png"); }
  
  .fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0; }
  
  .fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll; }
  
  /* Title helper */
  .fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050; }
  
  .fancybox-opened .fancybox-title {
    visibility: visible; }
  
  .fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center; }
  
  .fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap; }
  
  .fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff; }
  
  .fancybox-title-inside-wrap {
    padding-top: 10px; }
  
  .fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8); }
  
  /*Retina graphics!*/
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
      background-image: url("assets/images/fancybox_sprite@2x.png");
      background-size: 44px 152px;
      /*The size of the normal image, half the size of the hi-res image*/ }
    #fancybox-loading div {
      background-image: url("assets/images/fancybox_loading@2x.gif");
      background-size: 24px 24px;
      /*The size of the normal image, half the size of the hi-res image*/ } }
  
  /* example lightbox styles */
  .popup-holder {
    position: relative;
    overflow: hidden;
    height: 0; }
  
  .subscribe-box {
    width: 420px; }
    @media (max-width: 767px) {
      .subscribe-box {
        width: 300px; } }
    @media (max-width: 479px) {
      .subscribe-box {
        width: 250px; } }
    .subscribe-box h2 {
      margin-bottom: 1em; }
      .subscribe-box h2 span {
        display: block;
        font-size: 65%; }
    .subscribe-box .social-holder {
      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;
      margin-bottom: 2em; }
      .subscribe-box .social-holder > span {
        margin-right: 1%; }
    .subscribe-box .social  a {
      background: #ad172b; }
      .subscribe-box .social  a:hover {
        background: #961425; }
      .subscribe-box .social  a:before {
        color: #fff; }
  
  /* Slider */
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  
  .slick-list {
    position: relative;
    overflow-x: hidden;
    display: block;
    margin: 0;
    padding: 20px 0; }
    @media (max-width: 767px) {
      .slick-list {
        padding: 0; } }
    .slick-list:focus {
      outline: none; }
    .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  
  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block; }
    .slick-track:before, .slick-track:after {
      content: "";
      display: table; }
    .slick-track:after {
      clear: both; }
    .slick-loading .slick-track {
      visibility: hidden; }
  
  .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    padding: 0 6px;
    outline: none;
    -webkit-transition: -webkit-transform 0.3s ease-in;
            transition: transform 0.3s ease-in;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    display: none; }
    .slick-slide:hover {
      -webkit-transform: scale(1.07);
          -ms-transform: scale(1.07);
              transform: scale(1.07); }
    @media (max-width: 1023px) {
      .slick-slide:hover {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); } }
    [dir="rtl"] .slick-slide {
      float: right; }
    .slick-slide img {
      display: block;
      width: 100%; }
    .slick-slide.slick-loading img {
      display: none; }
    .slick-slide.dragging img {
      pointer-events: none; }
    .slick-initialized .slick-slide {
      display: block; }
    .slick-loading .slick-slide {
      visibility: hidden; }
    .slick-vertical .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
  
  .slick-arrow.slick-hidden {
    display: none; }
  
  .slick-dots {
    position: absolute;
    top: 0;
    right: 71px;
    letter-spacing: -0.36em;
    margin: 0 -3.5px;
    font-size: 0;
    line-height: 0; }
    .slick-dots li {
      letter-spacing: 0;
      display: inline-block;
      vertical-align: top;
      padding: 0 3.5px; }
      .slick-dots li.slick-active button {
        background: #c8caca; }
    .slick-dots button {
      padding: 0;
      display: block;
      width: 10px;
      height: 10px;
      text-indent: -9999px;
      overflow: hidden;
      background: #f4d559;
      border-radius: 50%; }
  
  .slick-prev,
  .slick-next {
    position: absolute;
    display: block;
    height: 61px;
    width: 61px;
    border: 5px solid #dddcdc;
    border-radius: 50%;
    cursor: pointer;
    top: 50%;
    background: none;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0;
    outline: none; }
    @media (max-width: 1023px) {
      .slick-prev,
      .slick-next {
        width: 30px;
        height: 30px;
        border-radius: 0;
        border: none; } }
    .slick-prev:hover, .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
      outline: none;
      opacity: 0.85; }
    .slick-prev:before,
    .slick-next:before {
      font-family: 'icomoon' !important;
      font-size: 40px;
      line-height: 30px;
      text-indent: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #dddcdc; }
  
  .slick-prev {
    left: 0; }
    @media (max-width: 1023px) {
      .slick-prev {
        left: 10px; } }
    @media (max-width: 767px) {
      .slick-prev {
        left: 0; } }
    .slick-prev:before {
      content: '\e906'; }
  
  .slick-next {
    right: 0; }
    @media (max-width: 1023px) {
      .slick-next {
        right: 10px; } }
    @media (max-width: 767px) {
      .slick-next {
        right: 0; } }
    .slick-next:before {
      content: '\e905'; }
  
  @media (max-width: 1023px) {
    .slider-section-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; } }
  
  @media (max-width: 767px) {
    .slider-section-holder {
      display: block;
      height: auto; } }
  
  @media (max-width: 1023px) {
    .slider-section-holder .slider-section {
      width: 100%; } }
  
  @media (max-width: 767px) {
    .slider-section-holder .slider-section {
      width: auto; } }
  
  .slider-section {
    padding: 13px 0 43px; }
    @media (max-width: 1023px) {
      .slider-section {
        padding: 20px 0; } }
    .slider-section .container {
      max-width: 1473px; }
      @media (max-width: 479px) {
        .slider-section .container {
          padding: 0 11px; } }
  
  .slick-slider {
    padding: 0 65px;
    opacity: 0; }
    .slick-slider.slick-initialized {
      opacity: 1; }
    @media (max-width: 767px) {
      .slick-slider {
        padding: 0 30px; } }
  
  @media (max-width: 767px) {
    .slider-holder {
      margin-bottom: 15px; } }
  
  .slider-holder .slider {
    margin-top: -20px; }
    @media (max-width: 767px) {
      .slider-holder .slider {
        margin-top: 0; } }
  
  .slider-header {
    padding: 0 70px;
    font-size: 20px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .slider-header {
        padding: 0 35px; } }
    .slider-header.blue {
      color: #0fadad; }
    .slider-header.green {
      color: #0fad47; }
    .slider-header.orange {
      color: #ff5a00; }
  
  .slider-inside-drop .slick-prev,
  .slider-inside-drop .slick-next {
    border-color: #ad172b; }
    .slider-inside-drop .slick-prev:before,
    .slider-inside-drop .slick-next:before {
      color: #ad172b; }
  
  html {
    height: 100%; }
  
  body {
    height: 100%;
    min-height: 100%;
    width: 100%;
    margin: 0;
    position: relative; }
    @media (max-width: 767px) {
      body.open-close-active {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%; } }
  
  .w1 {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    overflow: hidden; }
  
  #wrapper {
    display: table-cell;
    overflow: hidden;
    position: relative;
    padding-top: 79px; }
    @media (max-width: 479px) {
      #wrapper {
        padding-top: 110px; } }
  
  #footer {
    overflow: hidden;
    display: table-footer-group;
    background: #d3d5d5; }
  
  .container {
    max-width: 1330px;
    padding: 0 15px;
    margin: 0 auto; }
  
  #header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 1000; }
    @media (max-width: 479px) {
      #header {
        padding: 10px 0; } }
    #header:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 10;
      background: rgba(0, 0, 0, 0.8);
      opacity: 0;
      pointer-events: none; }
    @media (max-width: 767px) {
      .open-close-active #header:after {
        opacity: 1;
        pointer-events: auto; } }
    .page-scrolled #header {
      box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2); }
    .book-detail-page #header {
      margin-bottom: 0; }
      @media (max-width: 1023px) {
        .book-detail-page #header {
          margin-bottom: 15px; } }
    #header .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 1023px) {
        #header .container {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      #header .container > * {
        margin-right: 15px; }
        #header .container > *:last-child {
          margin-right: 0; }
    #header .search-form {
      margin-bottom: 0;
      width: 265px;
      position: relative; }
      @media (max-width: 1199px) {
        #header .search-form {
          width: 230px; } }
      @media (max-width: 767px) {
        #header .search-form {
          width: auto;
          position: absolute;
          top: 18px;
          right: 55px;
          z-index: 5; }
          #header .search-form.active-form input[type="text"] {
            display: block; } }
      @media (max-width: 479px) {
        #header .search-form {
          top: 11px; } }
      #header .search-form > * {
        float: left; }
      #header .search-form input[type="text"] {
        width: calc(100% - 42px); }
        @media (max-width: 767px) {
          #header .search-form input[type="text"] {
            position: fixed;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            display: none;
            z-index: 100;
            border-radius: 3px;
            width: 80%;
            font-size: 1.2em;
            height: 42px;
            line-height: 42px; } }
        @media (max-width: 479px) {
          #header .search-form input[type="text"] {
            width: 85%; } }
      #header .search-form button {
        position: static;
        -webkit-transform: translate(0);
            -ms-transform: translate(0);
                transform: translate(0);
        height: 38px; }
        @media (max-width: 767px) {
          #header .search-form button {
            position: relative;
            z-index: -5;
            pointer-events: none; } }
    @media (max-width: 1023px) {
      #header .btn-holder {
        width: 100%;
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
        padding-top: 10px;
        display: none; } }
    @media (max-width: 1023px) and (max-width: 479px) {
      #header .btn-holder {
        display: block; } }
    @media (max-width: 479px) {
      #header .btn-holder .btn {
        width: 100%;
        height: 35px;
        line-height: 35px; } }
    @media (max-width: 1023px) {
      #header .search-form {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    @media (max-width: 1023px) {
      #header .nav-holder {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        margin-right: 0; } }
    @media (max-width: 479px) {
      #header .logo {
        width: 174px; } }
  
  @media (max-width: 767px) {
    .search-form-overlay {
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 100;
      background: rgba(0, 0, 0, 0.8);
      opacity: 0;
      pointer-events: none; }
      .open-close-active .search-form-overlay {
        opacity: 1;
        pointer-events: auto; } }
  
  .nav-active .nav-opener span {
    width: 0; }
  
  .nav-active .nav-opener:before {
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px); }
  
  .nav-active .nav-opener:after {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px); }
  
  .nav-opener {
    position: relative;
    width: 40px;
    height: 29px;
    display: none;
    overflow: hidden; }
    @media (max-width: 1023px) {
      .nav-opener {
        display: block; } }
    .nav-opener span, .nav-opener:before, .nav-opener:after {
      content: '';
      position: absolute;
      background: #ad172b;
      height: 6px;
      left: 0;
      top: 0;
      right: 0;
      width: 100%;
      -webkit-transition: -webkit-transform 0.4s ease-in;
              transition: transform 0.4s ease-in; }
    .nav-opener:before {
      top: 0; }
    .nav-opener:after {
      top: 22px; }
    .nav-opener span {
      right: auto;
      top: 11px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-transition: width 0.3s ease-in;
              transition: width 0.3s ease-in; }
  
  .resize-active .nav-drop {
    -webkit-transition: none !important;
            transition: none !important; }
    .resize-active .nav-drop #nav {
      -webkit-transition: none !important;
              transition: none !important; }
  
  @media (max-width: 1023px) {
    .nav-drop {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      max-height: 0;
      overflow: hidden;
      z-index: 10;
      -webkit-transition: all 0.5s linear;
              transition: all 0.5s linear; }
      .nav-active .nav-drop {
        max-height: 3000px; }
        .nav-active .nav-drop #nav {
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0); } }
  
  #nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: 18px/1.2 "HelveticaNeueLTStd-Bd", sans-serif;
    -webkit-transition: -webkit-transform 0.5s ease-in;
            transition: transform 0.5s ease-in; }
    @media (max-width: 1023px) {
      #nav {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 25px 15px;
        background: #eceded;
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (max-width: 479px) {
      #nav {
        font-size: 16px; } }
    #nav li {
      padding: 0 21px; }
      @media (max-width: 1199px) {
        #nav li {
          padding: 0 10px; } }
    #nav a {
      color: #ad172b;
      white-space: nowrap; }
      #nav a:hover {
        color: #961425;
        text-decoration: none; }
      #nav a.btn-donate {
        color: #fff; }
    #nav .nav-btn-holder {
      display: none;
      width: 100%;
      text-align: center;
      margin-top: 15px; }
      @media (max-width: 1023px) {
        #nav .nav-btn-holder {
          display: block; } }
      @media (max-width: 479px) {
        #nav .nav-btn-holder {
          display: none; } }
  
  #footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1023px) {
      #footer .container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  
  #footer .footer-nav-holder {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
    @media (max-width: 1023px) {
      #footer .footer-nav-holder {
        width: 100%; } }
  
  #footer .f-logo {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
  }
    @media (max-width: 1023px) {
      #footer .f-logo {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
        width: 100%;
        padding-left: 0; } }
    #footer .f-logo a {
      display: block;
      margin-bottom: 11px; }
  
  #footer .social-holder,
  #footer .f-logo-2 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  
  @media (max-width: 1023px) {
    #footer .social-holder {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 15px; } }
  
  #footer .f-logo-2 {
    padding-right: 14px;
    margin-left: 8%; }
    @media (max-width: 1023px) {
      #footer .f-logo-2 {
        padding-right: 0;
        margin: 0;
        width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 15px; } }
  
  .copyright {
    display: block;
    font-size: 11px; }
  
  #footer-nav {
    font-size: 13px;
    font-weight: 600;
    color: #414141;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px; }
    @media (max-width: 1023px) {
      #footer-nav {
        max-width: 320px;
        text-align: center;
        margin: 0 auto 15px;
        -webkit-column-gap: 10px;
           -moz-column-gap: 10px;
                column-gap: 10px; } }
    #footer-nav li {
      margin-bottom: 0.4em; }
    #footer-nav a {
      color: inherit;
      white-space: nowrap; }
      #footer-nav a:hover {
        opacity: 0.85; }
  
  .footer-holder {
    padding: 9px 0; }
    @media (max-width: 1023px) {
      .footer-holder {
        padding: 15px 0; } }
  
  .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .social li {
      padding: 0 6px; }
    .social a {
      display: inline-block;
      vertical-align: top;
      width: 43px;
      height: 43px;
      background: #fff;
      border-radius: 50%;
      overflow: hidden;
      position: relative;
      text-align: center; }
      .social a:before {
        font-family: 'icomoon' !important;
        font-size: 20px;
        line-height: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        color: #ad172b; }
      .social a.facebook:before {
        content: '\e902'; }
      .social a.twitter:before {
        content: '\e901'; }
      .social a.youtube:before {
        content: '\e903'; }
    .social a.instagram:before {
        content: '\e903'; }
      .social a:hover {
        background: #ededed; }
  
  h1 {
    display: inline-block;
    vertical-align: middle;
    color: #ad172b;
    margin: 0 4% 2px 0;
    margin-bottom: 20px; }
  
  .header-in-main {
    margin-bottom: 20px; }
    @media (max-width: 1023px) {
      .header-in-main {
        margin-bottom: 15px; } }
    .header-in-main .responsive-sorter {
      margin-right: 1.75%; }
      .header-in-main .responsive-sorter:last-child {
        margin-right: 0; }
    @media (max-width: 549px) {
      .header-in-main h1,
      .header-in-main .responsive-sorter {
        display: block; } }
    @media (max-width: 549px) {
      .header-in-main h1 {
        margin: 0 0 10px; } }
    @media (max-width: 549px) {
      .header-in-main .responsive-sorter {
        margin-bottom: 5px; } }
  
  .responsive-sorter-holder {
    margin-bottom: 15px; }
  
  .responsive-sorter {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-family: "HelveticaNeueLTStd-Bd", sans-serif;
    font-size: 16px;
    line-height: 1.2; }
    .responsive-sorter > * {
      display: inline-block;
      vertical-align: middle; }
    .responsive-sorter .arrow-icon {
      display: inline-block;
      vertical-align: middle;
      width: 27px;
      height: 27px;
      background: #ff5a00;
      border-radius: 50%;
      overflow: hidden;
      position: relative;
      margin-left: 8px;
      display: none; }
      @media (max-width: 1023px) {
        .responsive-sorter .arrow-icon {
          display: inline-block; } }
      .responsive-sorter .arrow-icon:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -3px 0 0 -4.5px;
        border-style: solid;
        border-width: 6px 4.5px 0 4.5px;
        border-color: #fff transparent transparent transparent; }
    .responsive-sorter.always-drop .responsive-sorter-body .responsive-sorter-toggle {
      display: inline-block; }
    .responsive-sorter.always-drop .responsive-sorter-body .arrow-icon {
      display: inline-block; }
    .responsive-sorter.always-drop .responsive-sorter-body .sorter-list {
      display: none;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 200px;
      overflow-y: auto;
      z-index: 100;
      margin-top: 5px;
      border: 1px solid #000;
      padding: 5px 0;
      background: #fff;
      font-size: 1em; }
      .responsive-sorter.always-drop .responsive-sorter-body .sorter-list li {
        width: 100%;
        margin-right: 0; }
      .responsive-sorter.always-drop .responsive-sorter-body .sorter-list a {
        padding: 5px 10px; }
    .responsive-sorter.always-drop .responsive-sorter-body.drop-active .sorter-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .responsive-sorter.always-drop.right-positioned .responsive-sorter-body .sorter-list {
      left: auto;
      right: 0; }
  
  .responsive-sorter-header {
    color: #949494;
    margin-right: 3px; }
  
  .responsive-sorter-body {
    position: relative; }
    @media (max-width: 1023px) {
      .responsive-sorter-body.drop-active .sorter-list {
        display: block; } }
    .responsive-sorter-body .responsive-sorter-toggle {
      display: none;
      vertical-align: middle;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media (max-width: 1023px) {
        .responsive-sorter-body .responsive-sorter-toggle {
          display: inline-block;
          overflow: visible;
          max-width: inherit; } }
    .responsive-sorter-body .sorter-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1.125em; }
      @media (max-width: 1299px) {
        .responsive-sorter-body .sorter-list li {
          margin-right: 10px; } }
      .responsive-sorter-body .sorter-list li:last-child {
        margin-right: 0; }
      @media (max-width: 1023px) {
        .responsive-sorter-body .sorter-list {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          max-height: 200px;
          overflow-y: scroll;
          z-index: 100;
          margin-top: 5px;
          border: 1px solid #000;
          padding: 10px 0;
          background: #fff;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          min-width: 50px;
          font-size: 1em; }
          .responsive-sorter-body .sorter-list li {
            width: 100%;
            margin-right: 0; } }
      .responsive-sorter-body .sorter-list a {
        display: block;
        padding-right: 10px;
        padding-left: 10px; }
        @media (max-width: 1023px) {
          .responsive-sorter-body .sorter-list a {
            padding: 5px 10px; } }
  
  .sorter-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left; }
    .sorter-list a {
      color: #414141;
      white-space: nowrap; }
      .sorter-list a.active, .sorter-list a:focus, .sorter-list a:active, .sorter-list a:hover {
        color: #0fadad;
        text-decoration: none; }
    .sorter-list .index {
      cursor: pointer; }
      .sorter-list .index a.disabled {
        color: #ccc !important;
        cursor: default; }
  
  #main {
    padding-top: 40px; }
    #main > .container {
      max-width: 1285px; }
  @media (max-width: 767px) {
  #main {
      margin-top: -40px;
  }}
  
  .bookshelf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1.8% 43px;
    padding-bottom: 50px;
    position: relative; }
    @media (max-width: 1199px) {
      .bookshelf {
        margin: 0 -1% 20px; } }
    .bookshelf .results-msg {
      text-align: center;
      width: 100%;
      text-transform: uppercase;
      margin: 40px 0px;
      display: none; }
    .bookshelf .bookshelf-item {
      width: 25%;
      padding: 0 1.8% 51px; }
      @media (max-width: 1199px) {
        .bookshelf .bookshelf-item {
          padding: 0 1% 30px; } }
      @media (max-width: 1023px) {
        .bookshelf .bookshelf-item {
          width: 33.3333%; } }
      @media (max-width: 767px) {
        .bookshelf .bookshelf-item {
          width: 50%; } }
      @media (max-width: 479px) {
        .bookshelf .bookshelf-item {
          width: 100%; } }
    .bookshelf .bookshelf-item-frame {
      background: #eceded;
      position: relative;
      padding: 22px 15px 65px;
      min-height: 420px; }
      @media (max-width: 479px) {
        .bookshelf .bookshelf-item-frame {
          padding-bottom: 50px; } }
      .bookshelf .bookshelf-item-frame a:hover {
        text-decoration: none !important; }
    .bookshelf .img-holder {
      margin-bottom: 13px; }
      @media (max-width: 479px) {
        .bookshelf .img-holder {
          margin-bottom: 17px; } }
      .bookshelf .img-holder img {
        width: 100%; }
    .bookshelf .book-title {
      font-size: 16px;
      color: #ad172b;
      margin-bottom: 0.75em; }
    .bookshelf .book-description {
      font-size: 12px; }
      @media (max-width: 479px) {
        .bookshelf .book-description {
          font-size: 14px; } }
      .bookshelf .book-description ul li {
        margin-bottom: 0.7em; }
        .bookshelf .book-description ul li span {
          font-family: "HelveticaNeueLTStd-Bd", sans-serif; }
    .bookshelf .activity-buttons {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .bookshelf .activity-buttons .btn {
        float: left;
        width: calc(50% - 1px);
        height: 30px;
        line-height: 30px;
        white-space: nowrap;
        font-size: 12px; }
        @media (max-width: 479px) {
          .bookshelf .activity-buttons .btn {
            font-size: 14px;
            height: 35px;
            line-height: 35px; } }
        .bookshelf .activity-buttons .btn:first-child {
          margin-right: 1px; }
        .bookshelf .activity-buttons .btn:last-child {
          margin-left: 1px; }
  
  .book-details {
    max-width: 930px;
    margin: 0 auto; }
    .book-details .video-frame {
      margin-bottom: 3px; }
  
  .video-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 21px 18px 21px 16px;
    border: 3px solid #d3d5d5;
    margin-bottom: 25px;
    position: relative; }
    @media (max-width: 767px) {
      .video-controls {
        padding: 21px 14px 21px 16px; } }
    @media (max-width: 539px) {
      .video-controls {
        display: block;
        padding: 15px 9px 15px 16px; } }
    .video-controls.dropdown-active .dropdown {
      opacity: 1;
      pointer-events: auto; }
    .video-controls .side {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .video-controls .side.left {
        padding-right: 20px; }
        @media (max-width: 767px) {
          .video-controls .side.left {
            padding-right: 10px; } }
        @media (max-width: 539px) {
          .video-controls .side.left {
            padding-right: 0;
            margin-bottom: 10px; } }
        .video-controls .side.left .btn {
          margin-right: 5px; }
          @media (max-width: 767px) {
            .video-controls .side.left .btn {
              font-size: 12px; } }
          .video-controls .side.left .btn:last-child {
            margin-right: 0; }
        .video-controls .side.left .btn.btn-has-drop .opener,
        .video-controls .side.left .btn {
          padding: 0 2em; }
          @media (max-width: 1023px) {
            .video-controls .side.left .btn.btn-has-drop .opener,
            .video-controls .side.left .btn {
              padding: 0 0.7em; } }
        .video-controls .side.left .btn-has-drop {
          padding: 0; }
        .video-controls .side.left .social-share-btn, .video-controls .side.left .addtoany_shortcode .a2a_dd, .addtoany_shortcode .video-controls .side.left .a2a_dd {
          margin-right: 24px; }
          @media (max-width: 767px) {
            .video-controls .side.left .social-share-btn, .video-controls .side.left .addtoany_shortcode .a2a_dd, .addtoany_shortcode .video-controls .side.left .a2a_dd {
              margin-right: 5px; } }
      @media (max-width: 539px) {
        .video-controls .side.right {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
    .video-controls .video-slider-drop-trigger {
      position: relative;
      cursor: pointer;
      padding-right: 20px;
      font-family: "HelveticaNeueLTStd-Bd", sans-serif;
      font-size: 1.07em; }
      @media (max-width: 767px) {
        .video-controls .video-slider-drop-trigger {
          font-size: 1em; } }
      .video-controls .video-slider-drop-trigger:before {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        border-style: solid;
        border-width: 7px 7px 0 7px;
        border-color: #414141 transparent transparent transparent; }
    .video-controls .prev-next-bar {
      margin-left: 57px; }
      @media (max-width: 1023px) {
        .video-controls .prev-next-bar {
          margin-left: 30px; } }
      .video-controls .prev-next-bar a.disabled {
        color: #ccc; }
    .video-controls .dropdown {
      position: absolute;
      top: 100%;
      z-index: 10;
      padding: 0 17px;
      padding-bottom: 30px;
      margin-top: 25px;
      background: #e1e2e2;
      border: 3px solid #d3d5d5;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease-in;
              transition: opacity 0.3s ease-in;
      pointer-events: none;
      box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3); }
      @media (min-width: 1261px) {
        .video-controls .dropdown {
          left: -325px; } }
      @media (max-width: 1259px) {
        .video-controls .dropdown {
          width: 1235px;
          left: -156px;
          left: -3px;
          right: -3px;
          width: auto; } }
      @media (max-width: 767px) {
        .video-controls .dropdown {
          padding: 20px 5px; } }
      .video-controls .dropdown:before {
        content: '';
        position: absolute;
        bottom: 100%;
        right: 39%;
        border-style: solid;
        border-width: 0 24px 26px 24px;
        border-color: transparent transparent #d3d5d5 transparent;
        z-index: 2; }
        @media (max-width: 1259px) {
          .video-controls .dropdown:before {
            right: 35%; } }
        @media (max-width: 1023px) {
          .video-controls .dropdown:before {
            right: 278px; } }
        @media (max-width: 767px) {
          .video-controls .dropdown:before {
            right: 148px; } }
        @media (max-width: 539px) {
          .video-controls .dropdown:before {
            right: auto;
            left: 30px; } }
      .video-controls .dropdown:after {
        content: '';
        position: absolute;
        bottom: 100%;
        right: calc(39% + 2px);
        margin-bottom: -2px;
        border-style: solid;
        border-width: 0 22.5px 23px 22.5px;
        border-color: transparent transparent #e1e2e2 transparent;
        z-index: 3; }
        @media (max-width: 1259px) {
          .video-controls .dropdown:after {
            right: calc(35% + 2px); } }
        @media (max-width: 1023px) {
          .video-controls .dropdown:after {
            right: calc(278px + 2px); } }
        @media (max-width: 767px) {
          .video-controls .dropdown:after {
            right: calc(148px + 2px); } }
        @media (max-width: 539px) {
          .video-controls .dropdown:after {
            right: auto;
            left: calc(30px + 2px); } }
  
  .prev-next-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .prev-next-bar .prev,
    .prev-next-bar .next {
      text-transform: uppercase;
      font-size: 15px;
      font-family: "HelveticaNeueLTStd-Bd", sans-serif;
      color: #ad172b;
      position: relative;
      white-space: nowrap; }
      .prev-next-bar .prev:hover,
      .prev-next-bar .next:hover {
        color: #961425;
        text-decoration: none; }
      .prev-next-bar .prev:before,
      .prev-next-bar .next:before {
        font-family: 'icomoon' !important;
        font-size: 25px;
        line-height: 17px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      @media (max-width: 767px) {
        .prev-next-bar .prev span,
        .prev-next-bar .next span {
          display: none; } }
    .prev-next-bar .prev {
      padding-left: 25px;
      padding-right: 23px; }
      @media (max-width: 1023px) {
        .prev-next-bar .prev {
          padding-right: 10px; } }
      .prev-next-bar .prev:before {
        content: '\e906';
        left: 0; }
    .prev-next-bar .next {
      padding-right: 25px;
      padding-left: 23px; }
      @media (max-width: 1023px) {
        .prev-next-bar .next {
          padding-left: 10px; } }
      .prev-next-bar .next:before {
        content: '\e905';
        right: 0; }
    .prev-next-bar .divider {
      width: 3px;
      height: 34px;
      background: #d3d5d5; }
      @media (max-width: 767px) {
        .prev-next-bar .divider {
          height: 24px; } }
  
  .detailed-description {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 33px; }
    @media (max-width: 479px) {
      .detailed-description {
        padding-bottom: 0; } }
    .detailed-description .book-title {
      font-size: 24px;
      color: #ad172b;
      padding: 1em 150px 0 0;
      margin-bottom: 0.8em; }
      @media (max-width: 767px) {
        .detailed-description .book-title {
          padding: 0; } }
    .detailed-description .left-side {
      float: left;
      margin-right: 3.5%; }
      @media (max-width: 479px) {
        .detailed-description .left-side {
          float: none;
          margin: 0 0 1.5em; } }
    .detailed-description .right-side {
      overflow: hidden; }
    .detailed-description .img-holder {
      position: relative;
      padding-top: 7px;
      margin: 0 0 1.5em; }
      @media (max-width: 479px) {
        .detailed-description .img-holder {
          padding-top: 0; } }
      .detailed-description .img-holder .overlayed-caption {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.58);
        font-family: "HelveticaNeueLTStd-Bd", sans-serif;
        color: #ad172b;
        padding: 12px 9px; }
        @media (max-width: 479px) {
          .detailed-description .img-holder .overlayed-caption {
            font-size: 1.2em; } }
        .detailed-description .img-holder .overlayed-caption span {
          display: block; }
      @media (max-width: 479px) {
        .detailed-description .img-holder img {
          width: 100%; } }
    .detailed-description .logo-holder {
      max-width: 140px;
      position: absolute;
      top: 0;
      right: 0;
      margin: 0; }
      @media (max-width: 767px) {
        .detailed-description .logo-holder {
          position: static; } }
      .detailed-description .logo-holder .caption {
        font-family: "HelveticaNeueLTStd-Bd", sans-serif;
        font-size: 0.715em;
        color: #adb0b0;
        text-transform: uppercase;
        margin-bottom: 0.82em; }
    .detailed-description .detailed-description-body {
      line-height: 1.65; }
      .detailed-description .detailed-description-body .header-list {
        margin-bottom: 1.1em; }
        .detailed-description .detailed-description-body .header-list li {
          margin-bottom: 0.03em; }
          .detailed-description .detailed-description-body .header-list li:last-child {
            margin-bottom: 0; }
          .detailed-description .detailed-description-body .header-list li span {
            font-family: "HelveticaNeueLTStd-Bd", sans-serif; }
          .detailed-description .detailed-description-body .header-list li a {
            text-decoration: none; }
            .detailed-description .detailed-description-body .header-list li a.clickable {
              color: #ad172b; }
              .detailed-description .detailed-description-body .header-list li a.clickable:hover {
                text-decoration: underline; }
  
  .touch-device .search-form input[type="text"] {
    padding-top: 0.55em; }
  
  .touch-device .btn {
    padding-top: 0.2em; }
  
  .touch-device .responsive-sorter-body .responsive-sorter-toggle {
    padding-top: 0.2em; }
  
  .touch-device .responsive-sorter-header {
    padding-top: 0.1em; }
  
  .touch-device .navigation .next, .touch-device .navigation .prev, .touch-device .navigation .al, .touch-device .navigation .ar, .touch-device .navigation-comments .next, .touch-device .navigation-comments .prev, .touch-device .navigation-comments .al, .touch-device .navigation-comments .ar, .touch-device .pagination .next, .touch-device .pagination .prev, .touch-device .pagination .al, .touch-device .pagination .ar {
    padding-top: 0.2em; }
  
  .touch-device button,
  .touch-device input[type='button'],
  .touch-device input[type='reset'],
  .touch-device input[type='file'],
  .touch-device input[type='submit'] {
    padding-top: 0.4em; }
  
  .touch-device .search-form button {
    padding-top: 2px; }
  
  .touch-device .subscribe-form input[type="email"] {
    padding-top: 0.45em; }
  
  .touch-device .prev-next-bar .prev, .touch-device .prev-next-bar .next {
    padding-top: 0.35em; }
  
  .mac .search-form input[type="text"] {
    padding-top: 0.3em; }
  
  .mac .navigation .next, .mac .navigation .prev, .mac .navigation .al, .mac .navigation .ar, .mac .navigation-comments .next, .mac .navigation-comments .prev, .mac .navigation-comments .al, .mac .navigation-comments .ar, .mac .pagination .next, .mac .pagination .prev, .mac .pagination .al, .mac .pagination .ar {
    padding-top: 8px; }
  
  .mac .comment-form button, .mac .comment-form input[type='submit'], .mac .post-password-form button, .mac .post-password-form input[type='submit'], .mac #search_block button, .mac #search_block input[type='submit'], .mac input[type='submit'], .mac input[type='reset'] {
    padding-top: 0.1em; }
  
  .mac .subscribe-form input[type="email"] {
    padding-top: 0.7em; }
  
  .mac .subscribe-form button {
    padding-top: 0.3em; }
  
  .mac .btn {
    padding-top: 0.2em; }
  
  .mac #nav li {
    padding-top: 0.2em; }
  
  .mac .responsive-sorter.always-drop .responsive-sorter-header,
  .mac .responsive-sorter.always-drop .responsive-sorter-toggle {
    padding-top: 0.2em; }
  
  .mac .prev-next-bar .prev, .mac .prev-next-bar .next {
    padding-top: 0.45em; }
  
  .row-inner {
    font-size: 0;
    white-space: nowrap;
    padding-bottom: 10px; }
    @media (min-width: 1024px) {
      .row-inner {
        -webkit-transition: 450ms -webkit-transform;
                transition: 450ms transform; } }
  
  .tile {
    z-index: -1;
    position: relative;
    display: inline-block;
    height: auto;
    margin-right: 10px;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: 450ms all;
            transition: 450ms all;
    -webkit-transform-origin: center left;
        -ms-transform-origin: center left;
            transform-origin: center left; }
    @media (min-width: 1261px) {
      .tile {
        width: 253px !important; } }
    @media (max-width: 1259px) {
      .tile {
        width: 253px; } }
  
  .tile-img {
    width: 100%;
    height: 142.3125px;
   }
    @media (max-width: 767px) {
      .tile-img {
        display: none !important; } }
    @media (min-width: 768px) {
      .tile-img {
        display: block !important; } }
  
  .tile-img-mobile {
    width: 253px;
    height: auto; }
    @media (max-width: 767px) {
      .tile-img-mobile {
        display: block !important; } }
    @media (min-width: 768px) {
      .tile-img-mobile {
        display: none !important; } }
  img#featuredImage{
    position: absolute;
  }
  img#rolloverImage {
    position: relative;
    height:143.3125px;
    }
  .tile-details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    font-size: 10px;
    opacity: 0;
    -webkit-transition: 450ms opacity;
            transition: 450ms opacity; }
  
  .tile-text {
    color: #fff;
    margin: 0px 10px 0px 10px;
    font-size: 11px;
    line-height: 11px;
    text-overflow: ellipsis;
    overflow: hidden; }
  
  .tile-text-small {
    font-size: 9px;
    line-height: 11px; }
  
  .tile-description {
    position: relative;
    top: 100px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 0px; }
  
  .slider-header {
    position: relative;
    margin-bottom: -25px;
    top: 10px; }
    @media (max-width: 767px) {
      .slider-header {
        top: -10px; } }
  
  .slider-holder {
    position: relative; }
    @media (min-width: 768px) {
      .slider-holder {
        margin-bottom: -33px; } }
  
  .slick-prev {
    left: -8px; }
  
  .slick-dots {
    z-index: -1 !important;
    top: 15px !important; }
  
  .slick-track {
    padding: 20px 0px !important;
    width: 100000% !important; }
  
  .slick-initialized .slick-slide {
    padding: 0px !important; }
  
  @media (min-width: 1024px) {
    .tile:hover ~ .tile {
      -webkit-transform: translate3d(101.2px, 0, 0);
              transform: translate3d(101.2px, 0, 0); } }
  
  @media (min-width: 1024px) {
    .last-tile-effect {
      -webkit-transform: scale(1.4) translate3d(-50.6px, 0, 0) !important;
              transform: scale(1.4) translate3d(-50.6px, 0, 0) !important;
      opacity: 1 !important;
      z-index: 100 !important; } }
  
  @media (min-width: 1024px) {
    .row-inner:hover .tile:hover {
      -webkit-transform: scale(1.4);
          -ms-transform: scale(1.4);
              transform: scale(1.4);
      opacity: 1;
      z-index: 100; } }
  
  @media (min-width: 1024px) {
    .tile:hover .tile-details {
      opacity: 1; } }
  
  .close {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    overflow: hidden;
    display: none; }
    .close:hover::before, .close:hover::after {
      background: #0fadad; }
    .close::before, .close::after {
      content: '';
      position: absolute;
      height: 2px;
      width: 100%;
      top: 50%;
      left: 0;
      margin-top: -1px;
      background: #000; }
    .close::before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .close::after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .close.heavy::before, .close.heavy::after {
      height: 5px;
      margin-top: -3px; }
  
  @media (min-width: 1024px) {
    #popup-video-sources {
      margin: 20px 0px;
      width: 650px; } }
  
  #popup-video-sources h1 {
    text-align: center; 
      display: inherit;}
  
  #popup-video-sources h2 {
    text-align: center;
    font-size: 16px; }
  
  #popup-video-sources span {
    text-align: center;
    display: inline-block;
    width: 100%; }
  
  #popup-video-sources ul {
    list-style: none;
    margin: 25px;
    padding: 0px;
    text-align: center; }
    #popup-video-sources ul li {
      margin: 15px 0px; }
      #popup-video-sources ul li img:hover {
        cursor: pointer; }
  
  .video-source-list img:hover {
      opacity: .75; }
  
  .spinner {
    -webkit-animation: rotator 1.4s linear infinite;
            animation: rotator 1.4s linear infinite;
    width: 100%;
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px; }
  
  @-webkit-keyframes rotator {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg); } }
  
  @keyframes rotator {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg); } }
  
  .path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
            animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite; }
  
  @-webkit-keyframes colors {
    0% {
      stroke: #DE3E35; }
    25% {
      stroke: #DE3E35; }
    50% {
      stroke: #DE3E35; }
    75% {
      stroke: #DE3E35; }
    100% {
      stroke: #DE3E35; } }
  
  @keyframes colors {
    0% {
      stroke: #DE3E35; }
    25% {
      stroke: #DE3E35; }
    50% {
      stroke: #DE3E35; }
    75% {
      stroke: #DE3E35; }
    100% {
      stroke: #DE3E35; } }
  
  @-webkit-keyframes dash {
    0% {
      stroke-dashoffset: 187; }
    50% {
      stroke-dashoffset: 46.75;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
    100% {
      stroke-dashoffset: 187;
      -webkit-transform: rotate(450deg);
              transform: rotate(450deg); } }
  
  @keyframes dash {
    0% {
      stroke-dashoffset: 187; }
    50% {
      stroke-dashoffset: 46.75;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
    100% {
      stroke-dashoffset: 187;
      -webkit-transform: rotate(450deg);
              transform: rotate(450deg); } }
  
  .privacy-policy .container {
    margin-bottom: 20px; }
    .privacy-policy .container p {
      font-family: "HelveticaNeueLTStd-Roman", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      line-height: 1.65; }
    .privacy-policy .container img {
      margin: 0px 0px 20px 20px;
      float: right; }
      @media (max-width: 768px) {
        .privacy-policy .container img {
          width: 100%; } }
  
  .about-us .container, .comments-and-questions .container {
    margin-bottom: 40px; }
    .about-us .container .video-wrapper, .comments-and-questions .container .video-wrapper {
      max-width: 640px;
      margin-bottom: 20px; }
    .about-us .container p, .comments-and-questions .container p {
      font-family: "HelveticaNeueLTStd-Roman", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      line-height: 1.65; }
    .about-us .container img, .comments-and-questions .container img {
      margin: 0px 0px 20px 20px;
      float: right; }
      @media (max-width: 768px) {
        .about-us .container img, .comments-and-questions .container img {
          width: 100%; } }
    .about-us .container hr, .comments-and-questions .container hr {
      background-color: #ccc;
      border: 0;
      height: 1px;
      margin: 24px;
      margin-bottom: 1.714285714rem; }
    .about-us .container ul, .comments-and-questions .container ul {
      list-style: none;
      padding: 0px; }
      .about-us .container ul li, .comments-and-questions .container ul li {
        margin: 30px 0px;
        line-height: 20px;
        padding-left: 20px; }
        .about-us .container ul li span, .comments-and-questions .container ul li span {
          display: block; }
        .about-us .container ul li:first-child, .comments-and-questions .container ul li:first-child {
          margin: 0px; }
    .about-us .container a, .comments-and-questions .container a {
      color: #21759b; }
  
  .comments-and-questions .comments-and-questions-list {
    padding: 0px;
    list-style: none; }
    .comments-and-questions .comments-and-questions-list h3.arrow-down:before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #414141;
      margin-left: -30px;
      margin-top: 5px; }
    .comments-and-questions .comments-and-questions-list h3.arrow-right:before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 10px solid #414141;
      margin-left: -20px; }
  
      .vic-right {
        max-width: 50%;
        float: right;
        margin-top: -27.5%;
      }
      .vic-left {
        max-width: 49%;
      }
        @media (max-width: 768px){
          .vic-left, .vic-right{
            max-width: 100%;
            float:none;
            margin-top:auto;
          }
        }
  
  .single-books .slider-holder .slider {
    margin-top: 0px; }
  
  .single-books .slider-section {
    padding: 13px 0 0px; }
  
  .single-books .slick-arrow {
    border-color: #ad172b; }
    .single-books .slick-arrow:before {
      color: #ad172b; }
  
    #banner {
        position: relative;
        visibility: visible;
        }
    #closeBtn{
        position: absolute;
        width: 25%;
        right: 8%;
        top: 15px;
      }
    #closeBtn:hover{
        cursor: pointer;
    }
  
  .page-home {
    margin-top: 0px; }
    .page-home .slider-section-holder {
      padding-top: 40px; }
  
  
  .addtoany_shortcode .a2a_dd {
    font-size: 0px !important; }
  /*# sourceMappingURL=style.css.map */
  
  details {
      margin: 20px auto;
  }
  summary {
      font-size: 16px;
  }
  details a {
      color: #21759b
  }
  .apps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
   justify-content: center;
  }
  
    .apps li {
      padding: 0 6px;
      width: 55px;
      list-style-type: none;
      }
  .apps-holder{
    padding-top: 8px;
  }
  .apps-message {
    text-align: center;
    padding-bottom: 5px;
  }
  .mobile-message{
    display: none;
  }
  .closeBtn{
    display: none;
  }
  @media (max-width: 1023px){
    #footer .apps-holder{
      width: 100%;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    }
  
    .apps-message{
      display: none;
    }
  
  }
  @media (max-width: 767px){
    .mobile-message{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
      padding: 10px;
      background-color: #ad172b;
    }
    .mobile-message > a {
      color: white;
    }
    .closeBtn{
      display: block;
      margin-top: -35px;
      text-align: right;
      color: white;
      padding: 10px;
      cursor: pointer;
    }
    .search-form{
      display: none;
    }
  }
  .addtoany_shortcode .a2a_dd {
    font-size: 0px !important; }
  /*# sourceMappingURL=style.css.map */
  .sharebuttons .opener:before {
      content: '\e904';
      font-family: 'icomoon' !important;
      padding-right: 10px;
  }
  @media (max-width: 479px) {
      #rev_slider_1_1 {
          display: none;
      }}
      #rev_slider_1_1 {
          display: none;
      }
  /* fix banner clipping on mobile */
    @media(max-width: 768px){
      #n2-ss-2 {
        display: none;
      }
      .slider-section{
        margin-top: 40px;
      }
    }
  