/*-----------------------------------------------------------------------------------*/
/*	Book Page Styles
/*-----------------------------------------------------------------------------------*/

/*
* Style the width's 
*/
.width-100 {
    float: left;
    width: 100%;
}
.width-95 {
    float: left;
    width: 95%;
}
.width-90 {
    float: left;
    width: 90%;
}
.width-85 {
    float: left;
    width: 85%;
}
.width-80 {
    float: left;
    width: 80%;
}
.width-75 {
    float: left;
    width: 75%;
}
.width-70 {
    float: left;
    width: 70%;
}
.width-67,
.width-66 {
    float: left;
    width: calc((100% / 3) * 2);
    max-width: calc((100% / 3) * 2);
}
.width-65 {
    float: left;
    width: 65%;
}
.width-60 {
    float: left;
    width: 60%;
}
.width-55 {
    float: left;
    width: 55%;
}
.width-50 {
    float: left;
    width: 50%;
}
.width-45 {
    float: left;
    width: 45%;
}
.width-40 {
    float: left;
    width: 40%;
}
.width-35 {
    float: left;
    width: 35%;
}
.width-33 {
    float: left;
    width: calc(100% / 3);
}
.width-30 {
    float: left;
    width: 30%;
}
.width-25 {
    float: left;
    width: 25%;
}
.width-20 {
    float: left;
    width: 20%;
}
.width-15 {
    float: left;
    width: 15%;
}
.width-10 {
    float: left;
    width: 10%;
}
.width-5 {
    float: left;
    width: 5%;
}
.width-auto {
    float: left;
    width: auto;
}

.height-100 {
    height: 100%;
}
.height-95 {
    height: 95%;
}
.height-90 {
    height: 90%;
}
.height-85 {
    height: 85%;
}
.height-80 {
    height: 80%;
}
.height-75 {
    height: 75%;
}
.height-70 {
    height: 70%;
}
.height-67,
.height-66 {
    height: calc((100% / 3) * 2);
    max-height: calc((100% / 3) * 2);
}
.height-65 {
    height: 65%;
}
.height-60 {
    height: 60%;
}
.height-55 {
    height: 55%;
}
.height-50 {
    width: 50%;
}
.height-45 {
    width: 45%;
}
.height-40 {
    height: 40%;
}
.height-35 {
    height: 35%;
}
.height-33 {
    height: calc(100% / 3);
}
.height-30 {
    height: 30%;
}
.height-25 {
    height: 25%;
}
.height-20 {
    height: 20%;
}
.height-15 {
    height: 15%;
}
.height-10 {
    height: 10%;
}
.height-5 {
    height: 5%;
}

/* Global Styles */
.flipbook-container .subtitle {
    position: absolute;
    inset: auto 0 0 0;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
}

.flipbook-container .fb-nav ul {
    text-align: center;
    word-spacing: -1em;
}

.flipbook-container .fb-nav ul li {
    display: inline-block;
    float: none;
    max-width: 56px;
    transition: opacity 0.25s ease;
}

.flipbook-container .fb-nav ul li:hover {
    opacity: 0.6;
}

.flipbook-container .fb-nav.spread ul li.round {
    margin-left: 5px;
}

.flipbook-container .fb-nav ul li.round span.button {
    background: none;
}

.flipbook-container .fb-nav ul li.round span.button-over {
    display: none;
}

.flipbook-container .fb-nav ul li.show-all.round span.button-icon,
.flipbook-container .fb-nav ul li.slideshow span.button-icon,
.flipbook-container .fb-nav ul li.slideshow span.button-icon-over {
    background: none;
    text-align: center;
    font-size: 0;
    text-indent: 0;
    border: 1px solid #000;
    border-radius: 5px;
    width: 54px;
    height: 24px;
    font-weight: 700;
    top: 55px!important;
}

.flipbook-container .fb-nav ul li.show-all.round span.button-icon::before,
.flipbook-container .fb-nav ul li.slideshow span.button-icon-over::before,
.flipbook-container .fb-nav ul li.slideshow span.button-icon::before {
    display: inline-block;
    content: '\f04b';
    font-size: 15px;
    line-height: 24px;
    font-family: 'Font Awesome 6 Sharp';
}

.flipbook-container .fb-nav ul li.slideshow span.button-icon-over::before {
    content: '\f04c';
}

.flipbook-container .fb-nav ul li.show-all.round span.button-icon::before {
    content: '\f141';
    font-size: 40px;
}


.flipbook-container .fb-nav ul li.show-all.round span.button-icon,
.flipbook-container .fb-nav ul li.slideshow.round span.button-icon, 
.flipbook-container .fb-nav ul li.slideshow.round span.button-icon-over {
    left: 0!important;
}

.flipbook-container div.mobile.next.round span.button-icon,
.flipbook-container div.mobile.preview.round span.button-icon {
    text-align: center;
}

.flipbook-container div.mobile.next.round span.button-icon,
.flipbook-container div.mobile.preview.round span.button-icon,
.flipbook-container div.mobile.round span.button,
.flipbook-container div.mobile.round span.button-over {
    background: none;
}

.flipbook-container div.mobile.round > span,
.flipbook-container div.mobile.round > span {
    pointer-events: none;
}

.flipbook-container div.mobile.next.round span.button-icon::before,
.flipbook-container div.mobile.preview.round span.button-icon::before {
    content: '\f060'; 
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    font-size: 30px;
    line-height: 37px;
}

.flipbook-container div.mobile.next.round span.button-icon::before {
    content: '\f061';
}

.flipbook-container div.mobile.round.next:hover,
.flipbook-container div.mobile.round.preview:hover {
    opacity: 0.6!important;
}

/* Page Content */
.content.section-flipbook > .container > .preview-content {
    width: 50%;
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
}

.content.section-flipbook > .container > .preview-content.right {
    left: 50%;
}

.content.section-flipbook > .container > .preview-content > p {
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease;
    filter: blur(4px);
    transition-property: opacity, filter;
    font-size: 18px;
    line-height: 1.1;
}

.content.section-flipbook > .container > .preview-content > p.align-center {
    left: 50%;
    transform: translateX(-50%);
}

.content.section-flipbook > .container > .preview-content > p.align-right {
    right: 0;
}

.content.section-flipbook > .container > .preview-content > p.align-bottom {
    bottom: 0;
}

.content.section-flipbook > .container > .preview-content > p.diap {
    color: #fff;
}

.content.section-flipbook > .container > .preview-content > p.text-right {
    text-align: right;
}

.content.section-flipbook > .container > .preview-content > p.top {
	bottom: calc(100% - 48px);
	padding-bottom: 55px;
	background: url(/images/arrow-top.svg) no-repeat left bottom;
}

.content.section-flipbook > .container > .preview-content.right > p.arrow-center {
    background-image: url(/images/arrow-top-right.svg);
}

.content.section-flipbook > .container > .preview-content > p.left {
    left: calc( (0px - ((100vw - 200%) / 2) ) + 10px);
    width: calc((100vw - 200%) / 2);
    padding: 0 40px 0 30px;
    background: url(/images/arrow-bottom-leftside.svg) no-repeat right bottom;
}

.content.section-flipbook > .container > .preview-content > p.left.is-cover {
    left: calc((100% / 2) - 250px);
    width: 260px;
}

.content.section-flipbook > .container > .preview-content > p.right {
    right: calc((0px - ((100vw - 200%) / 2) ) + 10px);
    width: calc((100vw - 200%) / 2);
    padding: 0 30px 0 40px;
    background: url(/images/arrow-bottom-rightside.svg) no-repeat left bottom;
}

.content.section-flipbook > .container > .preview-content > p.right.is-cover {
    right: calc((100% / 2) - 250px);
    width: 260px;
}

.content.section-flipbook > .container > .preview-content > p.text-center {
    text-align: center;
    margin-left: auto;
}

.content.section-flipbook > .container > .preview-content > p.text-bottom {
    display: flex;
    align-items: flex-end;
}

.content.section-flipbook > .container > .preview-content.left > p.text-bottom.left {
    justify-content: flex-end;
}

.content.section-flipbook > .container > .preview-content > p.arrow-bottom {
    background-position-y: bottom;
}

.content.section-flipbook > .container > .preview-content > p.text-bottom.arrow-bottom {
    padding-bottom: 40px;
} 

.content.section-flipbook > .container > .preview-content > p.arrow-center {
    background-position-x: center;
}

.content.section-flipbook > .container > .preview-content > p.arrow-top {
    background-position-y: top;
}

.content.section-flipbook > .container > .preview-content > p.arrow-top.left {
    background-image: url(/images/arrow-top-leftside.svg);
    padding-top: 35px;
}

.content.section-flipbook > .container > .preview-content > p.arrow-left.bottom {
    background: url(/images/arrow-left-bottom.svg) no-repeat left top;
    padding-top: 50px;
    top: calc(100% - 10px);
}

.content.section-flipbook > .container > .preview-content > p.active {
    opacity: 1;
    filter: blur(0);
}

.content.section-flipbook > .container > .preview-content > p.pressed {
    opacity: 0.7;
}

.content.section-flipbook > .container > .preview-content > p.extra-padding {
    padding-left: 20%;
    padding-right: 20%;
}

.content.section-flipbook > .container > .preview-content > p.extra-padding.align-left {
    background-position-x: 20%;
}

.content.section-flipbook > .container > .preview-content > p {
    background-size: 33px auto!important;
}

.content.section-flipbook > .container > .preview-content > p.bg-left-indent {
    background-position-x: 7%;
}

.content.section-flipbook > .container > .preview-content > p.bg-left-indent.extra-padding {
    background-position-x: 24%;
}

@media (max-width: 1450px) {
    .desktop-only {
        display: none!important;
    }  

    .content.section-flipbook > .container > .preview-content > p.right.mobile-bottom {
        top: calc(100% - 10px);
        margin: 0;
        padding-bottom: 0;
        padding-top: 35px;
        width: 50%;
        left: 75%;
        transform: translateX(-75%);
        height: auto;
        background-image: url(/images/arrow-bottom-mobile.svg);
        background-position: right top;
    }
}
/* A */
@media (max-width: 1024px) {
 
}

/* B*/
@media (max-width: 991px) {
    .content.section-flipbook > .container > .preview-content > p.left,
    .content.section-flipbook > .container > .preview-content > p.left.is-cover {
        left: 0;
        padding-left: 0;
        width: calc(50% + 25px);
        left: -15px;
    }

    .content.section-flipbook > .container > .preview-content > p.left.is-cover.text-right,
    .content.section-flipbook > .container > .preview-content > p.left.text-right {
        padding-bottom: 15px;
        display: flex;
        align-items: flex-end;
    }

    .content.section-flipbook > .container > .preview-content > p.right {
        right: -15px;
        padding-right: 0;
        width: calc(50% + 25px);
    }
}

/* C */
@media (max-width: 767px) {
    .content.section-flipbook > .container > .preview-content > p {
        font-size: 12px;
    }

    .content.section-flipbook > .container > .preview-content > p.extra-padding {
        padding-left: 10%;
        padding-right: 10%;
    }
}

/* D */
@media (max-width: 479px) {
    .content.section-flipbook > .container > .preview-content > p {
        font-size: 9px;
    }
}
