/*** Chris Hart - DB Book***/

/* General */

:focus { outline: none !important; }

@font-face {
    font-family: 'Sailec';
    font-display: auto;
    src: url('../fonts/type_dynamic_-_sailec-webfont.eot');
    src: url('../fonts/type_dynamic_-_sailec-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/type_dynamic_-_sailec-webfont.woff2') format('woff2'),
         url('../fonts/type_dynamic_-_sailec-webfont.woff') format('woff'),
         url('../fonts/type_dynamic_-_sailec-webfont.ttf') format('truetype'),
         url('../fonts/type_dynamic_-_sailec-webfont.svg#type_dynamic_-_sailec-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Sailec Light';
    font-display: auto;
    src: url('../fonts/type_dynamic_-_sailec_light-webfont.eot');
    src: url('../fonts/type_dynamic_-_sailec_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/type_dynamic_-_sailec_light-webfont.woff2') format('woff2'),
         url('../fonts/type_dynamic_-_sailec_light-webfont.woff') format('woff'),
         url('../fonts/type_dynamic_-_sailec_light-webfont.ttf') format('truetype'),
         url('../fonts/type_dynamic_-_sailec_light-webfont.svg#type_dynamic_-_sailec-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Sailec Bold';
    font-display: auto;
    src: url('../fonts/type_dynamic_-_sailec_bold-webfont.eot');
    src: url('../fonts/type_dynamic_-_sailec_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/type_dynamic_-_sailec_bold-webfont.woff2') format('woff2'),
         url('../fonts/type_dynamic_-_sailec_bold-webfont.woff') format('woff'),
         url('../fonts/type_dynamic_-_sailec_bold-webfont.ttf') format('truetype'),
         url('../fonts/type_dynamic_-_sailec_bold-webfont.svg#type_dynamic_-_sailec-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Sailec';
    background: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background: #000;
}

.horizontal-timeline {
    margin: 0 !important;
    height: 100% !important;
    width: 100%;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s;
    display: flex;
    background: #000;
    background: transparent;
}

.horizontal-timeline .events-content li {
    border-radius: 0;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}

.horizontal-timeline .events-content li#first,
.horizontal-timeline .events-content li#last {
    background: #fff !important;
}

.horizontal-timeline .events-content li.animationSpeed {
    -webkit-animation-duration: .6s;
    -moz-animation-duration: .6s;
    animation-duration: .6s;
}

/* General */

/* Readbar */

.horizontal-timeline .timeline {
    padding: 0 18px;
    background: rgba(64, 64, 64, 0.40);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 0;
    position: fixed;
    left: 50%;
    z-index: 99;
    bottom: 0;
    box-sizing: border-box;
    transform: translate(-50%, 136px);
    display: flex;
    transition: transform 1000ms linear;
    transition-delay: 1.2s;
    justify-content: center;
    max-width: 1800px;
}

.horizontal-timeline.reading .timeline {
    transform: translate(-50%, -16px);
}

.horizontal-timeline.hide .timeline {
    transition-delay: 0s !important;
    transition: transform 400ms linear;
    pointer-events: none;
}

.touched .horizontal-timeline.up .timeline,
.horizontal-timeline.down .timeline,
.openmenu .horizontal-timeline .timeline {
    transition-delay: 0s !important;
    transition: transform 400ms linear;
    pointer-events: all;
}

.touched .horizontal-timeline.hide:not(.up) .share:not(.share-mobile),
body:not(.touched) .horizontal-timeline.hide:not(.down) .share:not(.share-mobile) {
    z-index: -1;
    opacity: 0;
}

.timeline-navigation a.scroll-left,
.timeline-navigation a.scroll-right {
    display: none;
}

.timeline-navigation {
    opacity: 1;
    height: 100vh;
    width: 50%;
    position: fixed;
    top: 0px;
    display: flex;
    transform: none;
    z-index: 10;
    opacity: 0.5;
}

.timeline-navigation a {
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.timeline-navigation a.inactive {
    cursor: default;
}

.timeline-navigation#leftNav {
    left: 0;
}

.timeline-navigation#rightNav {
    right: 0;
}

.page-navigation {
    opacity: 1;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    display: flex;
    transform: none;
    z-index: 10;
    opacity: 0.5;
    left: 0;
}

.page-navigation span {
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.page-navigation span.page-prev{
    left: 0;
}

.page-navigation span.page-next {
    right: 0;
}

.horizontal-timeline .events-wrapper {
    display: flex;
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: visible;
    justify-content: center;
    align-items: center;
    cursor: default;
    flex-wrap: nowrap;
}

.horizontal-timeline .events {
    max-width: 1500px !important;
    width: calc(100% - 232px) !important;
    width: 100% !important;
    transform: none !important;
    background: transparent;
    bottom: 0;
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
    margin: 0 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 36px 0 28px;
}

.horizontal-timeline .events a {
    color: #fff;
    font-size: 11px;
    position: relative;
    transform: none !important;
    padding: 0 !important;
    left: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 10;
    justify-content: flex-end;
    background: transparent;
}

.horizontal-timeline .events a::before {
    content: "";
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    left: 0;
    width: calc(100% - 15px);
}

.horizontal-timeline .events a::after {
    content: "";
    height: 1px;
    background: #37FF9A;
    position: absolute;
    left: 0px;
    width: 0;
    bottom: auto;
    border-radius: 0;
    transition: all .2s ease-in-out;
}

.horizontal-timeline .events a.older-event::after,
.horizontal-timeline .events a.selected::after {
    background: #37FF9A;
    width: calc(100% - 15px);
}

.horizontal-timeline .events a:hover {
    text-decoration: none;
}

a[class*="-sub"] {
  display: none !important;
}

.horizontal-timeline .events a {
}

.horizontal-timeline .events a.page-cover {
    min-width: 15px;
    max-width: 15px;
}

a.page-intro {
    width: 25px;
}

a.page-ac-milan {
    width: 11%;
}

a.page-love-people {
    width: 7%;
}

a.page-all-4 {
    width: 6%;
}

a.page-rituals {
    width: 5%;
}

a.page-regent-s-place {
    width: 6%;
}

a.page-amazon-pl {
    width: 7%;
}

a.page-year-of-the-ghost {
    width: 3%;
}

a.page-play {
    width: 4%;
}

a.page-imax-enhanced {
    width: 10.5%;
}

a.page-eurosport-tennis {
    width: 4%;
}

a.page-v-a {
    width: 3%;
}

a.page-collaborate {
    width: 2.5%;
}

a.page-fox-international {
    width: 7.5%;
}

a.page-top-gear-font {
    width: 4%;
}

a.page-pluto-tv {
    width: 4%;
}

a.page-feet-grounded {
    width: 5.5%;
}

a.page-outro {
    width: calc(10% - 40px);
}

.horizontal-timeline .events a span {
    position: absolute;
    white-space: nowrap;
    width: auto;
    top: 0;
    letter-spacing: -0.3px;
    pointer-events: none;
    opacity: 1;
    margin-top: -22px;
    transition: all .5s ease-in-out;
}


.horizontal-timeline.reading .events a:not(.selected) span {
    opacity: 0;
}

.horizontal-timeline .events a span.dropped {
    opacity: 0;
    margin-top: -19px;
    transition-delay: 0s !important;
    transition: all .3s ease-in-out;
}

.horizontal-timeline .events a.selected span.dropped.fadeout {
    opacity: 0 !important;
}

dis.horizontal-timeline .events:hover a.selected span.dropped {
    opacity: 0;
}

.horizontal-timeline .events a.selected span.dropped,
.horizontal-timeline .events a:hover span.dropped {
    opacity: 1;
    margin-top: -22px;
}

.marker {
    width: 15px;
    height: 15px;
    position: relative;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-in-out;
    z-index: 0;
    pointer-events: none;
    min-width: 15px;
    float: right;
}

.marker:before {
    content: "";
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.35);
    position: relative;
    transition: all .4s ease-in-out;
}

.horizontal-timeline .events a.selected .marker:before,
.horizontal-timeline .events a.older-event .marker:before,
.horizontal-timeline .events a:hover .marker:before {
    background: #37FF9A;
}

.horizontal-timeline .filling-line {
    display: none;
}

span.book-icon {
    width: 18px;
    height: 18px;
    display: flex;
    box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.7;
    cursor: pointer;
}

.book-icon-holder {
    display: flex;
    margin-left: 15px;
    margin-right: 15px;
    height: 30px;
    width: 17px;
    min-width: 17px;
}

svg.book-icon {
    opacity: 0.35;
    cursor: pointer;
    transition: all .4s ease-in-out;
    width: 100%;
}

svg.book-icon path {
    transition: all .4s ease-in-out;
}

.book-icon-holder:hover svg.book-icon {
    opacity: 1;
}

.book-icon-holder:hover svg.book-icon .book-fill {
    fill: #37FF9A;
}

.book-icon-holder:hover svg.book-icon .book-stroke {
    stroke: #37FF9A;
}

/* Readbar */


/* Pages */

.horizontal-timeline .events-content {
    margin: 0 !important;
    height: auto !important;
    width: 100%;
    padding: 0 !important;
    display: flex;
    z-index: 0;
    opacity: 1;
    transform: translateX(0);
    transition: transform 400ms ease-in-out, opacity 600ms ease-in-out;
}

.openmenu .horizontal-timeline .events-content {
    opacity: 0;
    transform: translateX(-100%);
}

.closemenu .horizontal-timeline .events-content {
    transform: translateX(100%);
    z-index: -1;
}

.stickmenu:not(.closemenu) .horizontal-timeline {
    z-index: 9999;
}

.horizontal-timeline .events-content li {
    box-sizing: border-box;
    background: transparent;
    padding: 0;
    display: flex;
    height: 100%;
    width: 100%;
    display: none;
    cursor: grab;
}

/*.horizontal-timeline .events-content li.selected {
    z-index: -1 !important;
}*/

.stickmenu .horizontal-timeline .events-content li:not(.selected) {
    opacity: 0 !important;
}

.horizontal-timeline .events-content li:active {
    cursor: grabbing;
}

.horizontal-timeline .events-content li a {
    pointer-events: none;
    display: none;
}

.horizontal-timeline .events-content li img {
    pointer-events: none;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.horizontal-timeline .events-content li span.slide-title {
    display: none;
}

.horizontal-timeline .events-content li span.slide-image {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.horizontal-timeline .events-content li span.slide-image video {
    width: 100%;
    height: 100%;
    outline: 0 !important;
}

/* Pages */

/* Menu */

.book-menu {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(0);
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: transform 200ms ease-in-out, opacity 600ms ease-in-out;
    transition-delay: 0s;
    background: #fff;
}

.stickmenu .book-menu {
    transform: translateX(0);
    z-index: 9998;
}

.openmenu .book-menu {
    z-index: 9999;
    opacity: 1;
}

.book-menu .container {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    padding: 75px 6%;
    box-sizing: border-box;
    opacity: 0;
    transition-delay: 2000ms;
    transition: opacity 600ms ease-in-out;
}

.openmenu .book-menu .container {
    opacity: 1;
    transition: opacity 1600ms ease-in-out;
}

.book-menu-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    width: 100%;
    padding-top: 40px;
}

.openmenu .book-menu .container {
    opacity: 1;
}

.book-menu-list li {
    width: 25%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    height: auto;
    flex-wrap: wrap;
    padding-left: 14px;
    padding-right: 14px;
}    

.book-menu-close,
.book-menu-top,
.book-menu .book-menu-list li {
    transition-delay: 1200ms;
    transition: transform 900ms ease-in-out, opacity 400ms linear;
}  

.book-menu .book-menu-list li {
    transform: translateX(100px);
}  

.book-menu-close,
.book-menu-top {
    transform: translateY(-50%) translateX(80px);
}

.stickmenu:not(.openmenu) .book-menu .book-menu-list li {
    transition: transform 500ms ease-in-out;
    transform: translateX(-30px);
}

.stickmenu:not(.openmenu) .book-menu-close,
.stickmenu:not(.openmenu) .book-menu-top {
    transition: transform 900ms ease-in-out, opacity 400ms linear;
    transform: translateY(-50%) translateX(-30px);
}

.openmenu .book-menu .book-menu-list li {
    transform: translateX(0px);
    transition: transform 900ms ease-in-out, opacity 400ms linear;
}

.openmenu .book-menu-close,
.openmenu .book-menu-top {
    transform: translateY(-50%) translateX(0px);
    transition: transform 900ms ease-in-out, opacity 400ms linear;
}
    
.book-menu-close,
.book-menu-top {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: fixed;
    z-index: 99999;
    top: 50%;
} 
    
.book-menu-close {
    left: 3%;
} 
    
.book-menu-top {
    left: auto;
    right: 3%;
    opacity: 0;
    z-index: -1;
}
    
.book-menu-top.show {
    opacity: 1;
    z-index: 99999;
}
    
.book-menu-close svg,   
.book-menu-top svg {
    width: 15px;
    opacity: 0.7;
    transition: all 0.4s linear;
}    
    
.book-menu-close:hover {
    color: #37FF9A;
}  
    
.book-menu-close:hover svg {
    fill: #37FF9A;
}  
    
.book-menu-list li {
    margin-bottom: 28px;
    cursor: pointer;
}

.book-menu-list a.goto-horizontal-timeline {
    display: inline-block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.book-menu-list li span.slide-image {
    display: flex;
    position: relative;
    background: rgba(200, 200, 200, 0.24);
}

.book-menu-list li img {
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #fff;
    transition: all 0.2s linear;
    /* object-fit: cover; */
    max-width: 100%;
}

.book-menu-list li:hover img {
    opacity: 1;
    border-color: #37FF9A;
}

.book-menu-list li span.slide-image:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #37FF9A;
    height: 100%;
    width: 100%;
    padding: 9px;
    z-index: 999999;
    transform: translateY(-50%) translateX(-50%);
    opacity: 0;
    transition: all 0.2s linear;
    pointer-events: none;
    display: none;
}

.book-menu-list li:hover span.slide-image:before {
    opacity: 1;
}

.book-menu-list li span.slide-image video {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    height: 100%;
}

span.slide-title {
    font-size: 13px;
    margin: 23px auto 0;
    display: flex;
    line-height: 1.4;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.7s linear;
}

.book-menu-list li:hover span.slide-title {
    opacity: 1;
}

span.slide-title:before {
    content: "";
    height: 6px;
    width: 6px;
    background: #06C57B;
    display: inline-block;
    margin-right: 10px;
    border-radius: 100px;
    min-width: 6px;
}

/* Menu */

/* Reveal */

.book-grid-reveal {
    z-index: -1;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    transition-delay: 600ms;
    pointer-events: none;
}

.book-grid-reveal.expand {
    z-index: 99999;
    transition-delay: 0ms;
}

.book-grid-reveal span {
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    transition: transform 600ms;
    position: absolute;
    left: 0;
    bottom: 0;
}

.book-grid-reveal span.reveal_a {
    background: #fff;
    transition-delay: 0ms;
    z-index: 1;
}

.book-grid-reveal span.reveal_b {
    background: #eee;
    transition-delay: 100ms;
    z-index: 2;
}

.book-grid-reveal span.reveal_c {
    background: #fff;
    transition-delay: 200ms;
    z-index: 3;
}

.book-grid-reveal.expand span {
    transform: translateY(-100%);
}

/* Reveal */


/* Thumbnails */

.book-thumbnails {
    width: 100%;
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
}

.book-thumbnails ul {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 12px 7px;
    width: 100%;
    box-sizing: border-box;
}

.book-thumbnails ul::-webkit-scrollbar {
    display: none;
}

.book-thumbnails ul li {
    height: 23px;
    width: calc(0.4149% - 1px);
    min-width: calc(0.4149% - 1px);
    display: flex;
    position: relative;
    display: inline-block;
    z-index: 1;
    transition: transform 0.1s linear, opacity 0.1s linear;
    transform: scale(1);
    margin-right: 1px;
    justify-content: center;
    overflow: hidden;
}

.book-thumbnails ul li:not(.active) {
    opacity: 0.65;
}

.book-thumbnails ul li:hover {
    opacity: 1 !important;
}

.book-thumbnails ul li.active,
.book-thumbnails ul li:hover {
    z-index: 2;
    overflow: visible;
    transform: scale(1.3) !important;
}

.book-thumbnails ul li.active:first-child,
.book-thumbnails ul li.active:last-child,
.book-thumbnails ul li:first-child:hover,
.book-thumbnails ul li:last-child:hover {
    transform: scale(1.6) !important;
    z-index: 3;
    overflow: visible;
}

.book-thumbnails ul li a {
    height: 100%;
    width: 100%;
    position: absolute !important;
    z-index: 1;
    justify-content: initial !important;
}

.book-thumbnails ul li a:before,
.book-thumbnails ul li a:after {
    display: none !important;
}

.book-thumbnails ul li span.slide-image {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    transition: none;
    left: 0;
    transform: translateX(0);
    cursor: pointer;
}

.book-thumbnails ul li:not(:first-child):not(:last-child).active span.slide-image,
.book-thumbnails ul li:not(:first-child):not(:last-child):hover span.slide-image {
    width: 28px;
    left: 50%;
    transform: translateX(-50%);
}

.book-thumbnails ul li.active:first-child span.slide-image,
.book-thumbnails ul li.active:last-child span.slide-image,
.book-thumbnails ul li:first-child:hover span.slide-image,
.book-thumbnails ul li:last-child:hover span.slide-image {
    width: 16px !important;
    margin: 0 !important;
    left: 50%;
    transform: translateX(-50%);
}

.book-thumbnails ul li span.slide-image img {
    object-fit: cover;
    margin: 0;
    height: 100%;
    width: 100%;
}

/* Thumbnails */

/* Share */

.share {
    padding: 18px 10px;
    background: rgba(64, 64, 64, 0.40);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: flex;
    width: auto;
    flex-wrap: nowrap;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    align-items: center;
    justify-content: center;
    z-index: -1;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    pointer-events: none;
}

.share.open {
    z-index: 9999999;
    opacity: 1;
    pointer-events: all;
}

.share a,
.share span {
    display: block;
    width: auto;
    margin: 0 12px;
    cursor: pointer;
}

.share svg {
    fill: #fff;
    opacity: 0.7;
    width: auto;
    height: 14px;
    display: block;
}

.share path {
    transition: all .4s linear;
}

.share a:hover svg path,
.share span:hover svg path {
    fill: #37FF9A;
}

.copy-notification {
    color: #ffffff;
    background: rgba(64, 64, 64, 0.40);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 15px 30px;
    border-radius: 10px;
    position: fixed;
    display: none;
    text-align: center;
    cursor: pointer;
}

/* Share */

/* Cover */

.cover {
    position: fixed;
    z-index: 10000;
    background: #fff;
    background: linear-gradient(120deg, rgba(255,255,255,1) 25%, rgba(199,199,199,1) 100%);
    background: rgb(255,255,255);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0 50px;
    box-sizing: border-box;
    opacity: 1;
}

.read #cover {
    transition: all .4s linear;
    transition-delay: 0.8s;
    opacity: 0;
    z-index: -1;
}

.cover img {
    height: 100%;
    max-height: 800px;
    width: auto;
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    opacity: 0;
    position: relative;
    transform: translateX(150px);
    z-index: 10;
    object-fit: contain;
}

#cover img,
#backcover img {
    cursor: pointer;
}

.read #cover img {
    opacity: 0 !important;
}

.cover-content {
    transition: opacity 1s linear;
    opacity: 0;
    width: 100%;
    max-width: 250px;
    padding: 20px 0;
    transition-delay: 0.8s;
    left: -130px;
    position: relative;
    z-index: 100;
}

.read #cover .cover-content {
    transition-delay: 0.1s;
    transition: opacity 0.2s linear;
    opacity: 0 !important;
}

.cover-content h2 {
    font-size: 44px;
    letter-spacing: -3.5px;
    font-family: "Sailec Bold";
    line-height: 1;
    margin: 0;
    padding: 0 0 28px;
}

.cover-content p {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 0 0 20px;
    color: rgba(0, 0, 0, 0.50);
}

.cover-share {
    transition: opacity .4s linear;
    color: rgba(0, 0, 0, 0.70);
    text-decoration: underline;
    cursor: pointer;
}

.cover-share:hover {
    opacity: 0.7;
}

span.cover-links {
    padding-top: 16px;
    display: block;
}

.cover-links a {
    font-size: 12px;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-decoration: none;
    position: relative;
    opacity: 1;
    transition: opacity .4s linear;
    color: rgba(0, 0, 0, 0.70);
    margin-bottom: 20px;
    display: block;
}

.cover-links a span {
    position: relative;
}

.cover-links a:hover {
    opacity: 0.7;
}

.cover-links a span:before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: rgba(0, 0, 0, 0.70);
}

#cover span.cover-links-spacer {
    height: 10px;
    display: block;
}

/* Cover */

/* Cover - Back */

#backcover {
    transition: all .4s linear;
    opacity: 0;
    z-index: -1;
}

#backcover img {
    transition-delay: 0.8s;
    transition: opacity 1s ease-in-out, transform 1s ease-in-out 2s;
}

#backcover .cover-content {
    transition-delay: 0.1s;
}

#backcover {
    transition-delay: 1.4s;
}

.backcover #backcover {
    transition-delay: 0s;
    opacity: 1;
    z-index: 10000;
}

.backcover #backcover img {
    transition-delay: 0.8s;
    opacity: 1 !important;
    transform: translateX(0px) !important;
}

.backcover #backcover .cover-content {
    transition-delay: 1.6s;
    opacity: 1 !important;
}

/* Cover - Back */

/* Orientation */

div#orientation {
    position: fixed;
    background: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    z-index: -1;
    opacity: 0;
    transition: opacity 0s linear;
    padding: 50px;
    box-sizing: border-box;
    object-fit: contain;
}

div#orientation.check {
    z-index: 1000000;
    opacity: 1;
}

div#orientation svg {
    width: 250px;
    max-width: 100%;
}

/* Orientation */

/* Audio */

.tracks {
    position: fixed;
    top: 28px;
    right: 28px;
    z-index: -100;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: opacity .2s linear;
    opacity: 0;
}

.read .audioplay {
    z-index: 12;
    opacity: 1;
}

.audioplay:hover {
    opacity: 0.8;
}


.track {
    position: absolute;
    z-index: -10;
    cursor: pointer;
    display: flex;
    opacity: 0;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 100px;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background: rgba(64, 64, 64, 0.4);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.audioshow {
    z-index: 1;
    opacity: 1;
}

.trackcover {
    position: relative;
}

.trackcover svg {
 	position: absolute;
	top: 50%;
	left: 50%;
	stroke: #fff;
	border-radius: 100%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 0;
}

.play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    background: transparent !important;
    cursor: pointer;
    transform: translate(-50%, -50%);
    border: 0;
    outline: none;
}

.play::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border: 0px;
	border-radius: 100%;
	opacity: 0;
}

.play::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/icons/audio-play.svg');
	background-position: 54% 50%;
	background-repeat: no-repeat;
	opacity: 0.4;
}

#circle,
.playing #circle {
	visibility: visible;
}

.playing .play::after {
	background-image: url('../img/icons/audio-pause.svg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.playing .play::before {
	opacity: 1;
}

/* Audio */

/* Audio Sizing */

.tracks,
.track,
.play {
    height: 44px;
    width: 44px;
}

.trackcover svg {
    height: 46px;
    width: 46px;
}

#circle {
    stroke-width: 2;
}

.play::after,
.playing .play::after {
    background-size: 19px;
}

/* Audio Sizing */

/* Audio Sizing (Touched) */

.touched .audioplay {
    transition: opacity .8s linear;
}

.touched .tracks {
    top: 20px;
    right: 17.5px;
}

.touched.nofullscreen .tracks {
    top: 40px;
}

.touched .tracks,
.touched .track,
.touched .play {
    height: 35px;
    width: 35px;
}

.touched .trackcover svg {
    height: 37px;
    width: 37px;
}

.touched #circle {
    stroke-width: 3;
}

.touched .play::after,
.touched .playing .play::after {
    background-size: 15px;
}

/* Audio Sizing (Touched) */

/* Fullscreen */

.betterfull {
    width: auto;
    display: block;
    position: absolute;
    z-index: 100;
    transition: opacity .8s linear;
    transition-delay: 1s;
    pointer-events: none;
    line-height: 1;
    padding: 0;
    margin: 0;
    color: #fff;
    font-family: 'Sailec Light';
    transform: translateX(-50%);
    top: 50px;
    left: 50%;
    opacity: 0;
    font-size: 20px;
    letter-spacing: -1.4px;
}

.read .betterfull {
    opacity: 0.7;
}

.read .hide .betterfull {
    opacity: 0;
}

/* Fullscreen */

/* Arrow Next */

.arrownext {
    width: auto;
    display: block;
    position: absolute;
    z-index: 100;
    transition: opacity .8s linear;
    transition-delay: 1s;
    pointer-events: none;
    padding: 0;
    margin: 0;
    transform: translateY(-50%);
    top: 50%;
    right: 25px;
    opacity: 0;
}

.read .arrownext {
    opacity: 0.7;
}

.read .hide .arrownext,
.read .arrownext.fadeout {
    opacity: 0 !important;
}

.read .arrownext.fadeout {
    transition: opacity .3s linear;
}

.arrownext svg {
    width: 15px;
}

/* Arrow Next */

/* Touch Icon Menu */
    
.book-icon-holder-mobile {
    position: fixed;
    height: 30px !important;
    width: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    cursor: pointer;
    opacity: 0.7;
    transition: all .8s linear;
    opacity: 0;
    z-index: 100;
    margin: 0 !important;
    left: 20px;
    top: 20px;
}
    
.book-icon-holder-mobile.book-icon-home {
    top: 20px;
}

.book-icon-holder-mobile.book-icon-share {
    top: 65px;
}
    
.book-icon-holder-mobile.book-icon-thumbs {
    top: 110px;
}
    
.book-icon-holder-mobile.book-icon-readbar {
    top: 155px;
}

.book-icon-holder-mobile.book-icon-full {
    top: 200px;
}
    
.nofullscreen .book-icon-holder-mobile.book-icon-home {
    top: 40px;
}

.nofullscreen .book-icon-holder-mobile.book-icon-share {
    top: 85px;
}
    
.nofullscreen .book-icon-holder-mobile.book-icon-thumbs {
    top: 130px;
}
    
.nofullscreen .book-icon-holder-mobile.book-icon-readbar {
    top: 175px;
}

.nofullscreen .book-icon-holder-mobile.book-icon-full {
    top: 220px;
}
    
.touched.read .book-icon-holder-mobile.book-icon-readbar {
    opacity: 1;
    display: flex !important;
}

.touched.read .book-icon-holder-mobile.book-icon-readbar.readbar-loading path.book-fill {
    fill: #37FF9A !important;
}
    
.touched.read .book-icon-holder-mobile.book-icon-readbar.hide,
.touched.read .tracks.hide {
    transition-delay: 0s;
}
    
.touched.read .book-icon-readbar {
    transition-delay: 2.1s;
}
    
.touched.read .book-icon-readbar.show {
    transition-delay: .3s;
}
    
.touched.read .tracks.show {
    transition-delay: .4s;
}
    
.touched .book-icon-holder-mobile.book-icon-readbar.hide,
.touched .tracks.hide {
    opacity: 0;
    transition: all 0.1s linear;
}
    
.touched .book-icon-holder-mobile path.book-fill {
    fill: #c8c8c8 !important;
}
    
.touched .book-icon-holder-mobile.book-icon-home:hover path.book-fill,    
.openreadbar.touched .book-icon-holder-mobile.book-icon-readbar path.book-fill,  
.fullscreen.touched .book-icon-holder-mobile.book-icon-full path.book-fill,  
.openmenu.touched .book-icon-holder-mobile.book-icon-thumbs path.book-fill,  
.openshare.touched .book-icon-holder-mobile.book-icon-share path.book-fill {
    fill: #37FF9A !important;
}

.touched .book-icon-holder-mobile.book-icon-readbar svg {
    width: 19px;
    opacity: 1;
}  

/* Touch Icon Menu */


@media only screen and (min-width: 1024px) {
 
.book-icon-holder-mobile {
    display: none;
}   
    
body.fullscreen .book-icon-full-screen,
body:not(.fullscreen) .book-icon-full-fullscreen {
    display: none;
}  
    
.book-icon-share {
    position: relative;
}
    
.share.share-mobile {
    display: none;
}
    
.share {
    transform: none;
    left: auto;
    right: -15px;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    border-radius: 10px;
    bottom: 80px;
}
    
.share:after {
    content: "";
    background: red;
    width: 24px;
    height: 11px;
    position: absolute;
    bottom: -11px;
    background: url(../img/icons/share-arrow.svg);
    right: 14px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}  
    
.book-menu-top:hover svg {
    fill: #37FF9A;
}  
    
.touched .book-icon-holder-mobile.book-icon-readbar svg {
    width: 15px;
}
    
.book-icon-holder-mobile.book-icon-readbar,
.nofullscreen .book-icon-holder-mobile.book-icon-readbar,
.touched .tracks {
    top: 24px;
}
    
.touched .tracks {
    margin-top: -6px;
}
    
.touched .tracks,
.touched .track,
.touched .play {
    height: 42px;
    width: 42px;
}

.touched .trackcover svg {
    height: 44px;
    width: 44px;
}

.touched .play::after,
.touched .playing .play::after {
    background-size: 18px;
}
    
}


@media only screen and (min-width: 1441px) {

.horizontal-timeline .timeline {
    width: calc(100% - 54px);
    border-radius: 12px;
}

.horizontal-timeline.hide .timeline {
    transform: translate(-50%, 136px);
}

.touched .horizontal-timeline.up .timeline,
.horizontal-timeline.down .timeline {
    transform: translate(-50%, -16px);
}

.openmenu .horizontal-timeline .timeline {
    transform: translate(-50%, 136px) !important;
}
    
.share {
    bottom: 100px;
}
    
}


@media only screen and (min-width: 1921px) {
    
}


@media only screen and (max-width: 1100px) {
    
.horizontal-timeline .timeline {
    padding-bottom: 0 !important;
}

}


@media only screen and (max-width: 1440px) {

.horizontal-timeline .timeline {
    width: 100%;
}
    
.horizontal-timeline.reading .timeline {
    transform: translate(-50%, 0);
}

.horizontal-timeline.hide .timeline {
    transform: translate(-50%, 90px);
}

.touched .horizontal-timeline.up .timeline,
.horizontal-timeline.down .timeline {
    transform: translate(-50%, 0);
}

.openmenu .horizontal-timeline .timeline {
    transform: translate(-50%, 90px) !important;
}

.marker {
    width: 12px;
    height: 12px;
    min-width: 12px;
}

.horizontal-timeline .events a.page-cover {
    min-width: 12px;
    max-width: 12px;
}

.marker:before {
    width: 5px;
    height: 5px;
}

.horizontal-timeline .events a::before {
    left: 0px;
    width: calc(100% - 12px);
}

.horizontal-timeline .events a::after {
    left: 0;
}

.horizontal-timeline .events a.older-event::after,
.horizontal-timeline .events a.selected::after {
    width: calc(100% - 12px);
}
    
.horizontal-timeline .events a span {
    margin-top: -16px;
}
    
.horizontal-timeline .events a span.dropped {
    margin-top: -13px;
}
    
.horizontal-timeline .events a.selected span.dropped,
.horizontal-timeline .events a:hover span.dropped {
    margin-top: -16px;
}
    
.book-icon-holder {
    width: 14px;
    min-width: 14px;
    margin-left: 10px;
    margin-right: 10px;
}
    
.nofullscreen .horizontal-timeline .events-wrapper .book-icon-share {
    padding: 0px 10px;
    margin-right: 20px;
}
    
.horizontal-timeline .timeline {
    border-radius: 0;
}

.book-menu .container {
    padding: 42px 6%;
}
    
.book-menu-list {
    padding-top: 20px;
} 

.book-menu-list li {
    width: 33.3%;
}

.book-menu-list li span.slide-image:before {
    display: none;
}

span.slide-title {
    opacity: 1;
}

.book-thumbnails ul li {
    height: 17px;
}
    
.horizontal-timeline .events {
    width: calc(100% - 206px) !important;
    width: 100% !important;
    padding: 24px 0 12px;
    margin: 0 20px;
}

.cover-content p,
.cover-links a {
}

#cover img {
    transform: translateX(10px);
}

.book-thumbnails ul li.active,
.book-thumbnails ul li:hover {
    transform: scale(1.4) !important;
}

.book-thumbnails ul li:not(:first-child):not(:last-child).active span.slide-image,
.book-thumbnails ul li:not(:first-child):not(:last-child):hover span.slide-image {
    width: 22px;
}

.book-thumbnails ul li.active:first-child,
.book-thumbnails ul li.active:last-child,
.book-thumbnails ul li:first-child:hover,
.book-thumbnails ul li:last-child:hover {
    transform: scale(1.8) !important;
}

.book-thumbnails ul li.active:first-child span.slide-image,
.book-thumbnails ul li.active:last-child span.slide-image,
.book-thumbnails ul li:first-child:hover span.slide-image,
.book-thumbnails ul li:last-child:hover span.slide-image {
    width: 12px !important;
}

.book-icon-full-screen:before {
    top: 7px;
    right: -5px;
}

}

@media only screen and (max-width: 1439px) {
    
.cover-content {
    left: -120px;
    margin-right: 0px;
}
    
.cover img {
    max-height: 700px;
}
    
}

@media only screen and (max-width: 1024px) {
    
.cover {
    padding: 0;
    justify-content: flex-end;
}
    
.cover-content-blank {
    display: none;
}

.cover-content h2 {
    font-size: 34px;
    padding-bottom: 20px;
    letter-spacing: -3px;
}

.cover-content h2 br {
    display: none;
}

.cover-content p {
    padding-bottom: 13px;
    line-height: 17px;
}

.cover-content p,
.cover-links a {
    font-size: 10.5px;
}
    
span.cover-links {
    padding-top: 14px;
}

#cover img {
    transform: translateX(50px);
}
    
}

@media only screen and (max-width: 1023px) {
    
.horizontal-timeline .timeline {
    padding: 0 !important;
}
    
.horizontal-timeline .events-wrapper {
    padding: 0;
}
    
.book-thumbnails {
    margin-top: 0px;
}
    
.book-thumbnails ul {
    padding: 13px 7px;
}
    
.book-thumbnails ul li {
    width: calc(0.4149% - 0.2px);
    min-width: calc(0.4149% - 0.2px);
    margin-right: 0.2px;
    opacity: 1;
}
    
.horizontal-timeline .events > a {
    display: none;
}
    
.horizontal-timeline .events a span {
    display: none !important;
}

.marker:before {
    width: 5px;
    height: 5px;
}

.horizontal-timeline .events a::before {
    left: 10px;
    width: calc(100% - 32px);
}

.horizontal-timeline .events a::after {
    left: 10px;
}

.horizontal-timeline .events a.older-event::after,
.horizontal-timeline .events a.selected::after {
    width: calc(100% - 32px);
}
    
.horizontal-timeline .events-wrapper .book-icon-holder {
    display: none;
}
    
.read .book-icon-holder-mobile {
    opacity: 1;
}
    
.read .book-icon-holder-mobile.hide {
    transition-delay: 0s;
}

.read .tracks.audioplay {
    transition-delay: 2s;
}
    
.read .book-icon-home {
    transition-delay: 2s;
}
    
.read .book-icon-share {
    transition-delay: 2.1s;
}
    
.read .book-icon-thumbs {
    transition-delay: 2.2s;
}
    
.read .book-icon-readbar {
    transition-delay: 2.3s;
}
    
.read .book-icon-full {
    transition-delay: 2.4s;
}
    
.read .tracks.audioplay.show {
    transition-delay: .2s;
}
    
.read .book-icon-home.show {
    transition-delay: .2s;
}
    
.read .book-icon-share.show {
    transition-delay: .3s;
}
    
.read .book-icon-thumbs.show {
    transition-delay: .4s;
}
    
.read .book-icon-readbar.show {
    transition-delay: .5s;
}
    
.read .book-icon-full.show {
    transition-delay: .6s;
}
    
.book-icon-holder-mobile.hide,
.read .tracks.hide {
    opacity: 0;
    transition: all 0.1s linear;
}

.book-icon-holder-mobile svg {
    width: 19px;
    opacity: 1;
}  

body.fullscreen .book-icon-full-mobile-screen,
body:not(.fullscreen) .book-icon-full-mobile-fullscreen {
    display: none;
}  

.book-menu-list li {
    width: 50%;
}
    
span.slide-title {
    margin: 18px auto 0;
}
    
.horizontal-timeline .events {
    width: 100% !important;
    padding: 0;
}
    
.book-icon-share .share {
    display: none !important;
}
    
.share.share-mobile {
    bottom: auto;
    top: 50%;
}

.share {
    padding: 25px 16px;
}
    
.share a, .share span {
    margin: 0 16px;
}

.share svg {
    height: 19px;
}

.cover-content {
    left: -50px;
    max-width: 32%;
}
    
.cover-links a:last-child {
    margin-bottom: 0;
}
    
.cover-links a {
    display: inline-block;
    margin: 16px 12px 0 0;
}
    
span.cover-links {
    padding-top: 0;
}
    
span.cover-links-spacer {
    display: block;
}

.cover img {
    height: 100%;
}
    
.betterfull {
    top: 25px;
    font-size: 15px;
    letter-spacing: -1px;
}
    
.cover-content {
    margin-right: 30px;
}
    
.read .arrownext {
    opacity: 1;
}
    
.arrownext path {
    fill: #c8c8c8 !important;
}

}

@media only screen and (max-width: 767px) {

div#orientation {
    justify-content: center;
    align-items: center;
    padding: 30px;
}
    
div#orientation svg {
    width: 180px;
}

#cover span.cover-links-spacer {
    height: 5px;
}
    
}

@media only screen and (max-width: 600px) {
    
.cover {
    padding: 0;
}

.cover-content {
    max-width: 45%;
    left: -40px;
}

.cover-content p {
    padding-bottom: 12px;
    line-height: 16px;
}

.cover-content p,
.cover-links a {
    font-size: 10px;
}
    
.cover-links a {
    margin-top: 16px;
}

#cover span.cover-links-spacer {
    height: 0;
}
    
}


.horizontal-timeline .events-content li {
    left: 0 !important;
}

/* Cover Share */

.share.share-mobile.open.covershare {
    bottom: auto;
    top: 50%;
    left: 50%;
    right: auto !important;
    padding: 25px 16px;
    z-index: 100001;
    display: flex !important;
    transform: translate(-50%, -50%);
}
    
.share.share-mobile.open.covershare a,
.share.share-mobile.open.covershare span {
    margin: 0 16px;
}

.share.share-mobile.open.covershare svg {
    height: 19px;
}

.share.share-mobile.open.covershare:after {
    display: none;
}

/* Cover Share */