body {
    margin: 0;
    padding: 0;
    background-image: url(/content/images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

    body .pre-load {
        -webkit-transition: 1s;
        transition: 1s;
        height: 100%;
        width: 100%;
        position: fixed;
        background: #cdcfd1;
        background: radial-gradient(circle, #cdcfd1 44%, #9da1a7 100%);
        display: -ms-grid;
        display: grid;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        justify-items: center;
        z-index: 100;
    }

        body .pre-load .logo {
            text-align: center;
            width: 300px;
            -webkit-transition: 1.5s;
            transition: 1.5s;
        }

            body .pre-load .logo img {
                width: 100%;
            }

    body .main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100vh;
        padding-right: 100px;
        padding-left: 100px;
    }

@media screen and (max-width: 1440px) {
    body .main {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (max-width: 1920px) {
    body .main {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media screen and (max-width: 768px) {
    body .main {
        padding: 0;
        display: none;
    }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    body .main {
        display: none;
    }
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    body .main {
        display: none;
    }
}

body .main .content-l {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    margin-left: 100px;
}

@media screen and (max-width: 1920px) {
    body .main .content-l {
        margin-left: 70px;
    }
}

@media screen and (max-width: 1680px) {
    body .main .content-l {
        margin-left: 50px;
    }
}

@media screen and (max-width: 1440px) {
    body .main .content-l {
        margin-left: 30px;
    }
}

@media screen and (max-width: 768px) {
    body .main .content-l {
        margin: 0;
    }
}

body .main .content-l .logo {
    margin-bottom: -50px;
    text-align: center;
}

    body .main .content-l .logo img {
        margin-top: 120px;
    }

@media screen and (max-width: 1920px) {
    body .main .content-l .logo img {
        margin-top: 70px;
        width: 100%;
    }
}

@media screen and (max-width: 1680px) {
    body .main .content-l .logo img {
        margin-top: 40px;
        width: 80%;
    }
}

@media screen and (max-width: 1440px) {
    body .main .content-l .logo img {
        margin-top: 40px;
        width: 70%;
    }
}

body .main .content-l .books {
    margin-top: 100px;
}

@media screen and (max-width: 1920px) {
    body .main .content-l .books {
        margin-top: 50px;
    }
}

@media screen and (max-width: 1440px) {
    body .main .content-l .books {
        margin-top: 30px;
    }
}

body .main .content-l .books .book-stand .book-cover {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    /*-webkit-box-orient: horizontal;*/
    /*-webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;*/
    position: relative;
    z-index: 90;
    margin-left: -50px;
    top: -7px;
}

    body .main .content-l .books .book-stand .book-cover li {
        list-style: none;
        width: 95px;
        -webkit-transition: 1.6s;
        transition: 1.6s;
        position: relative;
    }
        body .main .content-l .books .book-stand .book-cover li:first-of-type {
            left: -20px;
        }

        body .main .content-l .books .book-stand .book-cover li a img {
            position: relative;
            z-index: 10;
            -webkit-transition: 0.4s;
            transition: 0.4s;
        }

            /*@media screen and (max-width: 2560px) {
  body .main .content-l .books .book-stand .book-cover li a img {
    width: 170px;
  }
}

@media screen and (max-width: 1920px) {
  body .main .content-l .books .book-stand .book-cover li a img {
    width: 160px;
  }
}

@media screen and (max-width: 1440px) {
  body .main .content-l .books .book-stand .book-cover li a img {
    width: 140px;
  }
}*/

            body .main .content-l .books .book-stand .book-cover li a img:hover {
                z-index: 15;
                /*margin-top: -8px;*/
            }

body .main .content-l .books .book-stand .book-foot {
    position: relative;
    z-index: 50;
    display: -ms-grid;
    display: grid;
    justify-items: center;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-top: -45px;
}

body .main .content-l .books .book-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    position: relative;
}

    body .main .content-l .books .book-controls .owl {
        cursor: pointer;
    }

        body .main .content-l .books .book-controls .owl i {
            font-size: 40px;
            color: #3b455e;
        }

    body .main .content-l .books .book-controls .book-cover {
        margin-right: 20px;
        border-right: solid 3px #3b455e;
        padding-right: 15px;
    }

        body .main .content-l .books .book-controls .book-cover .active {
            display: block;
        }

        body .main .content-l .books .book-controls .book-cover img {
            display: none;
            width: 100%;
        }

    body .main .content-l .books .book-controls .read-view .book-number {
        font-size: 150px;
        color: #3b455e;
        font-family: 'Arboria';
        font-weight: 300;
        position: relative;
    }

        body .main .content-l .books .book-controls .read-view .book-number:after {
            content: ".";
            font-size: 110px;
            font-family: 'Arboria';
            font-weight: 500;
            bottom: 30px;
            position: absolute;
            right: -2px;
            text-shadow: 0px 0px 3px white;
        }

    body .main .content-l .books .book-controls .read-view .book-link {
        width: 140px;
        line-height: 0.8;
        margin-left: 15px;
    }

        body .main .content-l .books .book-controls .read-view .book-link a {
            font-size: 35px;
            text-decoration: none;
            color: #3b455e;
            font-family: 'Arboria';
            font-weight: 300;
        }

body .main .content-r {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    margin-left: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    body .main .content-r {
        display: none;
    }
}

body .main .content-r .carousel .active {
    display: block;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

body .main .content-r .carousel .fade {
    opacity: 1;
    -webkit-transition: 2.6s;
    transition: 2.6s;
}

body .main .content-r .carousel img {
    width: 100%;
    -webkit-transition: 2.6s;
    transition: 2.6s;
    display: none;
    opacity: 0;
}

body .main .dist {
    margin-right: 10px;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
}

.mobile {
    height: 115vh;
    background-image: url(/content/images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    .mobile {
        display: none;
    }
}
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .mobile {
        display: block;
    }
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .mobile {
        display: block;
    }
}

.mobile .logo {
    text-align: center;
    padding-top: 20px;
}

    .mobile .logo img {
        width: 300px;
    }

.mobile .carousel {
    margin-top: 2vh;
    text-align: center;
    margin-bottom: 2vh;
    min-height: 270px;
}

    .mobile .carousel .active {
        display: block;
    }

    .mobile .carousel .fade {
        opacity: 1;
        -webkit-transition: 2.6s;
        transition: 2.6s;
    }

    .mobile .carousel img {
        display: none;
        -webkit-transition: 2.6s;
        transition: 2.6s;
        opacity: 0;
        width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

.mobile .books {
    margin-top: -1vh;
}

    .mobile .books .book-stand .book-cover {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        justify-items: center;
        align-items:flex-end;
        -webkit-align-items:flex-end;
        -webkit-box-orient: horizontal;
        /*-webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: in;*/
        position: relative;
        z-index: 90;
        margin-left: -50px;
    }

        .mobile .books .book-stand .book-cover li {
            list-style: none;
            width: 95px;
            -webkit-transition: 1.6s;
            transition: 1.6s;
        }

            .mobile .books .book-stand .book-cover li a img {
                position: relative;
                z-index: 10;
                -webkit-transition: 0.4s;
                transition: 0.4s;
                /*width: 170px;*/
            }

/*@media screen and (max-width: 2560px) {
    .mobile .books .book-stand .book-cover li a img {
        width: 170px;
    }
}

@media screen and (max-width: 1920px) {
    .mobile .books .book-stand .book-cover li a img {
        width: 160px;
    }
}

@media screen and (max-width: 1440px) {
    .mobile .books .book-stand .book-cover li a img {
        width: 140px;
    }
}*/

.mobile .books .book-stand .book-cover li a img:hover {
    z-index: 15;
    margin-top: -8px;
}

.mobile .books .book-stand .book-foot {
    position: relative;
    z-index: 50;
    display: -ms-grid;
    display: grid;
    justify-items: center;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-top: -35px;
}

    .mobile .books .book-stand .book-foot img {
        width: 100%;
    }

.mobile .books .book-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    position: relative;
    margin-top: 0vh;
    padding:0 15px;
}

    .mobile .books .book-controls .owl {
        cursor: pointer;
    }

        .mobile .books .book-controls .owl i {
            font-size: 40px;
            color: #3b455e;
        }

    .mobile .books .book-controls .book-cover {
        margin-right: 20px;
        margin-left: 15px;
        border-right: solid 3px #3b455e;
        padding-right: 15px;
    }

        .mobile .books .book-controls .book-cover .active {
            display: block;
        }

        .mobile .books .book-controls .book-cover img {
            display: none;
            width: 100%;
        }

    .mobile .books .book-controls .read-view {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .mobile .books .book-controls .read-view .book-number {
            font-size: 80px;
            color: #3b455e;
            font-family: 'Arboria';
            font-weight: 300;
            position: relative;
        }

            .mobile .books .book-controls .read-view .book-number:after {
                content: ".";
                font-size: 80px;
                font-family: 'Arboria';
                font-weight: 500;
                bottom: 10px;
                position: absolute;
                right: -5px;
                text-shadow: 0px 0px 3px #c5a8a8;
            }

        .mobile .books .book-controls .read-view .book-link {
            width: 140px;
            line-height: 0.8;
            margin-left: 15px;
        }

            .mobile .books .book-controls .read-view .book-link a {
                font-size: 35px;
                text-decoration: none;
                color: #3b455e;
                font-family: 'Arboria';
                font-weight: 300;
            }
/*# sourceMappingURL=layout.css.map */
