/*html {*/
/*font-size: 62.5%;*/
/*}*/

/*-------------------- section : header --------------------*/
.header__angle-down__container {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    padding: 1rem;
    text-align: center;
}

.goDown {
    opacity: 0.5;
    color: rgba(255, 255, 255, 0.6);

    animation-name: winkingArrow;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes winkingArrow {
    0% {
        opacity: 0.5;
    }
    /*50%  {opacity: 0.8;}*/
    100% {
        opacity: 1;
    }
}

/*.header__angle-down__container .goDown:hover {*/
/*opacity: 1;*/
/*}*/

.header__angle-down__container .goDown i {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    /*width: 70px;*/
    padding: 5px 15px;
    background-color: rgba(255, 255, 255, 0.38);
    font-size: 42px;
}

.index-header {
    display: flex;
    height: 100%;
    align-items: center;
}

#left-box img {
    /*width: 150px;*/
    /*height: auto;*/
    margin-bottom: 1rem;
}

.white-right-border {
    border-right: 1px solid white;
}

.white-right-border * {
    text-align: center;
}

header {
    overflow: hidden;
    background-image: url(../../../images/home/header/headerBackground.jpg);
    height: 100vh;
    min-height: 600px;
    background-position: center 52px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 52px;
    margin-top: 0;
    position: relative;
    color: #fff;
    /*left: 0;*/
    /*top:0;*/
}

/*-------------------- section : book history --------------------*/

.bookHistory {
    max-width: 1170px;
    margin: 0 auto;
    padding: 30px 0 10px;
}

.bookHistory__asides {
    margin-bottom: 1.5rem;
    padding: 0 auto;
}

.bookHistory__asides .bookHistory__header {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.bookHistory .bookHistory__header .bookHistory__wroteDate,
.bookHistory .bookHistory__header .bookHistory__comment {
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
}

.bookHistory .bookHistory__header .bookHistory__wroteDate {
    margin-left: 2.18rem;
}

.bookHistory .bookHistory__asides > .bookHistory__more {
    float: left;
    /*padding: 0.15rem 0.625rem;*/
    /*border-bottom: 2px solid rgba(0, 0, 0, 0.7);*/
}

.bookHistory .bookHistory__asides .bookHistory__body {
    padding-bottom: 2rem;
    text-align: justify;
    font-weight: 500;
    line-height: 1.7em;
    margin-bottom: 0.75rem;
    height: 200px;
    overflow: hidden;
    padding-top: 1rem;
}

/*-------------------- section : video carousel(special books) --------------------*/

.pills-relative__body .pills-description__text {
    padding: 0;
    margin: 0.75rem 0 0;
    font-size: 14px;
    text-align: right;
}

/*.pills-relative__header {*/
/*padding-top: 0.625rem;*/
/*}*/

.extraInfo {
    /*direction: rtl;*/
    position: absolute;
    bottom: 0%;
    width: 100%;
    /*height: calc(100% - 170px);*/
    height: 0;
    color: #000;
    background: #fff;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -ms-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
    /*display: none;*/
}

.pills-tabContent {
    padding-bottom: 0.625rem;
    height: calc(100% - 51px);
    overflow-y: auto;
    overflow-x: hidden;
}

.specialBooks .extraInfo ul li .active {
    color: #000 !important;
    background: inherit !important;
    border-color: transparent;
    border-bottom: 2px solid #00939b !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.specialBooks .extraInfo .tab-content .active {
    background: none;
}

.specialBooks .nav > li > a:hover,
.specialBooks .nav > li > a:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 2px solid #00939b !important;
    /*text-decoration: none;*/
    /*background-color: #560000;*/
}

.pills-relative__caption:hover {
    color: #00bfc9 !important;
}

.specialBooks__bookLink:hover h5 {
    color: #00bfc9 !important;
}

.pills-relative__caption_text {
    color: inherit;
}

#pills-relative .pills-relative__caption {
    display: block;
    margin-bottom: 0.625rem;
    -webkit-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    will-change: box-shadow;
    box-shadow: 0 0 0 transparent;
    -webkit-transform: translate3d(0, 0, 0);
    transform: scale(1);
    position: relative;
    overflow: hidden;
    outline: none !important;
    color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
}

.pills-relative__caption-bg {
    display: block;
    content: " ";
    width: 100%;
    height: auto;
    padding-top: 133%;
    margin-bottom: 5px;
    background-size: cover !important;
    position: relative;
    background: #222;
    background-position: center center;
}

.pills-relative__caption_img {
    display: none !important;
    max-width: 100%;
    height: auto;
    border: 0;
}

.pills-relative__caption_text {
    line-height: 1.2em;
    height: 3.6em;
}

.pills-relative__caption_text {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 4.5em;
    line-height: 1.5em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: content-box;
}

.pills-relative__caption_text {
    font-size: 13px;
    text-rendering: geometricPrecision;
    line-height: 1.5em;
}

#pills-comment p {
    font-size: 0.875rem;
}

.pills-comments__avatar-image {
    width: 40px;
    height: 40px;
}

.pills-comments__profile-link * {
    display: inline-block !important;
}

.pills-comments__body .pills-comments__context {
    text-align: justify;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.pills-comments__body div:last-child p {
    margin-bottom: 2.5rem;
    border-bottom: none;
}

.specialBooks__closeBtn {
    background: #fff;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    color: #000 !important;

    text-align: center;
    vertical-align: middle;
    right: 1rem;
    position: absolute;
    top: 1rem;
    /*background: rgba(255,255,255,0.5);*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: -100;
    padding: 1px 10px;
}

.specialBooks__closeBtn:focus, .specialBooks__closeBtn:hover {
    color: #fff !important;
    background: rgba(0, 0, 0, 0.2);

    /*background: rgba(0, 0, 0, 0.6);*/
    font-size: 1em;
}

/*.specialBooks a span {*/
/*content: '';*/
/*display: block;*/
/*!*padding: 3rem;*!*/
/*position: absolute;*/
/*width: 100%;*/
/*height: 100%;*/
/*top: 0;*/
/*!*right: calc(40% - 35px);*!*/
/*left: 0;*/
/*font-size: xx-large;*/
/*-webkit-transition: font-size 500ms;*/
/*-moz-transition: font-size 500ms;*/
/*-ms-transition: font-size 500ms;*/
/*-o-transition: font-size 500ms;*/
/*transition: font-size 500ms;*/
/*background: rgba(0, 0, 0, 0.2);*/

/*}*/

/*.specialBooks a span i {*/
/*color: #fff;*/
/*font-size: inherit;*/
/*vertical-align: middle;*/
/*padding: 65% 0 0 0;*/
/*height: fit-content;*/
/*}*/

/*.specialBooks__link:hover > span {*/
/*background: rgba(0, 0, 0, 0.5);*/
/*font-size: 2.5rem;*/
/*}*/

/*.specialBooks__link:hover > span i {*/
/*visibility: visible;*/
/*}*/

.pills-comments__context {
    padding: 0.625rem;
}

.specialBooks {
    box-shadow: none;
    border: none;
}

/*--------------------mostPopular-books section--------------------*/

.mostPopular-books .titleBoldLine {
    margin-right: 5px;
    border-bottom: 10px solid rgba(0, 0, 0, 0.3);
    margin-top: auto;
    margin-bottom: 0.625rem;
    border-radius: 2px;
}

/*.favorite-container {*/
/*width: 100%;*/
/*height: 250px;*/
/*}*/

/*.favorite-container img {*/
/*height: 100%;*/
/*}*/

/*--------------------top authors section--------------------*/

.topAuthors__link:hover, .topAuthors__link:focus {
    color: #fff;
    background-color: #3a3a3a;
}

.topAuthors__textContainer {
    position: absolute;
    max-width: 100%;
    /*height: 100%;*/
    display: block;
    bottom: 25%;
    right: 15%;
    /*padding: 3.2rem;*/
}

.topAuthors__text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.topAuthors__title {
    /*margin-right: 10%;;*/
    /*margin-left: auto;*/
    margin-bottom: 1rem;
    color: #fff;
}

.topAuthors__link {
    padding: 5px 1rem;
    width: max-content;
    margin-right: auto;
    margin-left: auto;
    color: #000;
    background-color: #fff;
    box-shadow: 1px 1px 10px #000;
}

/*-------------------- section weekly --------------------*/
.pimg2 {
    background-image: url(../../../images/home/weekly/weeklyBackground.jpg);
    min-height: 350px;
    position: relative;
    opacity: 0.80;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.weekly-section, .steps {
    margin-bottom: 0 !important;
}

.weekly-section {
    color: white;
}

.weekly-section .ptext2 {
    text-align: center;
    padding-top: 4rem;
}

.weekly-section .ptext2 h1 {
    font-size: 50px;
}

.weekly-section .ptext2 p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 25px;
}

/*.weekly-section .newsLetter {*/
/*margin-top: 0.9375rem;*/
/*margin-bottom: auto;*/
/*}*/

.weekly-section .newsLetter::after {
    content: '';
    clear: both;
    display: block;
}

input:focus, textarea:focus, select:focus {
    outline-offset: -2px;
}

.weekly-section #email {
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    margin: 0 0 15px 0;

    height: 3.357rem;
    line-height: 3.357rem;
    font-size: 1rem;
    padding: 0 2rem;

    direction: ltr;
    border-bottom: 1px solid #9e9e9e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.9);
}

.weekly-section #email:focus {
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 1px 0 0 #ffffff;
}

.weekly-section button {
    color: #fff;
    margin-bottom: 0;
    height: auto;
    line-height: 3.357rem;
    font-size: 13px;
    padding: 0 1.2rem;
    min-width: 3.357rem;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /*background: #0769a7;*/
    /*padding: 0 2rem;*/
    /*font-size: x-large;*/
    /*border-color: #0769a7;*/

}

/*.weekly-section button {*/
/*background: -moz-linear-gradient(left, #01b799 0%, #01b799 50%, #01dfba 50%, #01dfba 100%);*/
/*background: -webkit-linear-gradient(left, #01b799 0%, #01b799 50%, #01dfba 50%, #01dfba 100%);*/
/*background: linear-gradient(to left, #01b799 0%, #01b799 50%, #01dfba 50%, #01dfba 100%);*/
/*background-repeat: no-repeat;*/
/*background-size: 200% 100%;*/
/*background-position-x: 2%;*/
/*}*/

.newsLetter__container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.newsLetter__container .form-group:first-child {
    position: relative;
}

.newsLetter__container .form-row__like {
    align-items: normal;
}

.weekly-section .fake-placeholder {
    color: #9e9e9e;
    position: absolute;
    top: 0.8rem;
    left: .75rem;
    font-size: 1rem;
    cursor: text;

    width: 100%;
    text-align: right;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: all .3s ease-out;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    /*-webkit-transform-origin: top left;*/
    /*transform-origin: top left;*/

    /*-webkit-transition: all .3s;*/
    /*-webkit-transition-property: color, top, transform;*/
    /*transition-property: color, top, transform;*/

    /*color: rgba(255, 255, 255, 0.9);*/
    /*pointer-events: none;*/
}

.qt-btn, input[type="button"], input[type="submit"] {
    display: inline-block;
    text-transform: uppercase;
    padding: 0 0.9rem;
    line-height: 1.5rem;
    height: 1.5rem;
    font-size: 13px;
    text-rendering: geometricPrecision;
    position: relative;
    box-sizing: border-box;
    letter-spacing: 0.08em;
    border: none;
    -webkit-transition: all 0.14s;
    transition: all 0.14s;
}

.qt-btn-primary, input[type='submit'] {
    background: -moz-linear-gradient(left, #39b1c3 0%, #39b0c2 50%, #1da0b6 50%, #1da0b6 100%);
    background: -webkit-linear-gradient(left, #39b1c3 0%, #39b0c2 50%, #1da0b6 50%, #1da0b6 100%);
    background: linear-gradient(to left, #39b1c3 0%, #39b0c2 50%, #1da0b6 50%, #1da0b6 100%);
    background-repeat: no-repeat;
    background-size: 200% 100%;
    background-position-x: 2%;
}

.qt-btn.qt-btn-xl, input[type="button"].qt-btn-xl, input[type="submit"].qt-btn-xl {
    height: auto;
    color: #fff;
    line-height: 3.357rem;
    font-size: 13px;
    padding: 0 1.2rem;
    min-width: 3.357rem;
    border-radius: .25rem;
}

.qt-btn:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background-position-x: 98%;
    cursor: hand;
}

/*section#weekly-section input#email::placeholder {*/
/*color: rgba(255,255,255,0.7);*/
/*}*/

/*.newsLetter__container #email:focus + div {*/
/*bottom:20px;*/
/*font-size: 12px;*/
/*}*/

/*-------------------- section steps --------------------*/

.arrow-down-container {
    position: relative;
}

/*.arrow-down-container a {*/
    /*float: left;*/
/*}*/

.steps__heading {
    color: dimgrey;
    margin-top: 0.625rem;
    margin-bottom: 1.875rem;
    text-align: center;
}

.arrow-down::before {
    content: "";
    position: absolute;
    bottom: 99%;
    left: 48%;
    margin-left: -5px;
    border-width: .9375rem;
    border-style: solid;
    border-color: transparent transparent #58585A transparent;
}

.steps .content {
    align-items: center;
    position: relative;
}

.steps__image__container {
    width: 100%;
    height: 100%;
    text-align: center;
}

.steps__image {
    width: 120px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}

.steps__title {
    text-align: center;
    /*color: rgba(255, 85, 22, 0.8);*/
    /*color: #ffc107;*/
    color: #585858;
    margin-bottom: 1.5rem;
}

.steps__body {
    line-height: 2rem;
    padding: 1rem;
    border-radius: 0 0 10px 10px;
    font-size: inherit;
    font-weight: 300;
    min-height: 150px;
    background: #58585A;
    color: #fff;
}

/*.steps .btn-outline-warning {
    color: #FF9933;
    border-color: #FF9933;
}

.steps .btn-outline-warning:hover {
    color: #58585A;
    background-color: #FF9933;
    border-color: #FF9933;
}*/

.specialBooks {
    overflow: hidden;
}

.specialBooks__link .gradient:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    font-size: 2.5rem;
}

.specialBooks a span i {
    color: #fff;
    font-size: inherit;
    vertical-align: middle;
    padding: 65% 0 0 0;
    height: fit-content;
}

.specialBooks__link .gradient:hover i {
    visibility: visible;
}

/*.specialBooks__link:hover i {*/
/*visibility: visible;*/
/*}*/

.specialBooks__image {
    position: relative;
    width: 100% !important;
    height: auto !important;
    max-height: none;
}

.gradient {
    content: '';
    text-align: center;
    font-size: xx-large;
    -webkit-transition: font-size 500ms;
    -moz-transition: font-size 500ms;
    -ms-transition: font-size 500ms;
    -o-transition: font-size 500ms;
    transition: font-size 500ms;

    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;

    background-image: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.7))
}

.specialBooks__bookLinkContainer {
    text-overflow: ellipsis;
    overflow: hidden;
}

.specialBooks__bookLink {
    white-space: normal;

    display: block;
    max-width: 100%;
    /*margin: 0 auto;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/

    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
}

.darkBg {
    display: block;
    width: 100%;
    height: auto;
}

.mostFavorite__image {
    width: 100%;
    height: auto;
}

.notFoundImage {
    width: auto;
    height: auto;
    margin: 1rem 0;
    max-width: 310px;
    max-height: 520px;

}

.header__angle-down__container .goDown i {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.thumbnail {
    background: #fff;
}

hr {
    margin: 0 1rem !important;
}

@keyframes translateAngleUp {
    0% {
        transform: translateY(3px);
    }

    100% {
        transform: translateY(-3px);
    }
}

.specialBooks__bookLink, .caption p {
    min-height: 42px;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal !important;
}

.description__header h5 {
    font-size: 1.15rem;
    line-height: 2rem;
}

.header_logo {
    max-width: 150px;
    max-height: 150px;
    width: 100%;
    height: 100%;
}

/*.slick-dots {*/
    /*bottom: -7%;*/
/*}*/

@media (min-width: 401px) {
    .notFoundImage {
        max-width: 520px;
    }

    /*.specialBooks__bookLink {*/
        /*text-overflow: ellipsis;*/
        /*overflow: hidden;*/
        /*white-space: nowrap !important;*/
        /*margin-left: 2px;*/
    /*}*/
}

/*// small devices (mobiles 1576px and up)*/
@media (min-width: 576px) {

    .header__title, .header__description {
        border-bottom: 2px solid #fff;
        padding: 10px 0;
        margin-left: auto;
        margin-right: auto;

        width: max-content;
        width: -moz-max-content;
        width: 80%;
    }

    .header_container .header__description {
        font-size: 17px;
        word-spacing: 7px;
        font-weight: 500;
        line-height: 1.2;
    }

    .header_container .header__address {
        font-weight: 500;
        line-height: 1.2;
        text-align: center;
        letter-spacing: 10px;
    }

    .pills-description__text:last-child {
        margin-bottom: 2.8125rem !important;
    }

    /*.pills-relative__header {*/
    /*padding-top: 1.5rem;*/
    /*}*/
    .pills-relative__body {
        padding-top: 0.875rem;
    }
}

/*//  medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .topAuthors__bgImage {
        max-width: 100%;
        height: auto;
    }

    .header__title {
        font-size: 30px;
    }
}

/*// large devices (laptops, desktops, 992px and up)*/
@media (min-width: 992px) {
    /*.topAuthors__bgImage {*/
    /*min-height: 400px;*/
    /*}*/
    /*.topAuthors__title {*/
    /*font-size: 18px;*/
    /*margin-right: 10%;*/
    /*margin-left: 25%;*/
    /*}*/
    /*.topAuthors__link {*/
    /*!*font-size: 12px;*!*/
    /*margin-right: 27%;*/
    /*}*/
    .custom-col-lg-offset-5 {
        margin-right: 41.666667%
    }

    .pills-relative__header {
        margin-bottom: 1.25rem !important;
        /*padding-top: 2.8rem;*/
    }

    .pills-relative__body {
        padding-top: 0 !important;
    }

    .specialBooks a span i {
        visibility: hidden;
    }

    #hand {
        display: none;
        position: absolute;
        right: 8%;
        /* max-width: 500px; */
        height: 70%;
        width: auto;
        bottom: 0%;
        margin-bottom: 0px;

        animation-name: movingHand;
        animation-duration: 3s;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        /*animation-iteration-count:;*/
    }

    @keyframes movingHand {
        from {
            margin-bottom: -500px;
        }
        to {
            margin-bottom: 0;
        }
    }

    .header_logo {
        position: absolute;
        top: -300%;

        animation-name: movingLogo;

        animation-duration: 3s;

        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        animation-delay: 1s;

        -webkit-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
        -o-animation-timing-function: ease-out;
        animation-timing-function: ease-out;

        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    @keyframes movingLogo {
        from {
            top: -300%;
        }
        to {
            top: 0;
        }
    }

    .header__title {
        visibility: hidden;

        width: max-content;
        width: -moz-max-content;
        width: 80%;

        margin-left: auto;
        margin-right: auto;

        animation-name: movingTexts;

        animation-duration: 2s;

        -webkit-animation-delay: 3s;
        -moz-animation-delay: 3s;
        -o-animation-delay: 3s;
        animation-delay: 3s;

        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;

        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .header__description {
        visibility: hidden;

        width: max-content;
        width: -moz-max-content;
        width: 80%;

        word-spacing: 5px;
        /*margin-left: -150%;*/
        margin-left: auto;
        margin-right: auto;

        animation-name: movingTexts;

        animation-duration: 2s;

        -webkit-animation-delay: 3s;
        -moz-animation-delay: 3s;
        -o-animation-delay: 3s;
        animation-delay: 3s;

        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;

        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .header__address {
        width: max-content;
        width: -moz-max-content;

        visibility: hidden;

        text-align: center;
        letter-spacing: 5px;
        /*margin-left: -250%;*/
        margin-left: auto;
        margin-right: auto;

        animation-name: movingAddress;

        animation-duration: 2s;

        -webkit-animation-delay: 3s;
        -moz-animation-delay: 3s;
        -o-animation-delay: 3s;
        animation-delay: 3s;

        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;

        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    @keyframes movingTexts {
        0% {
            visibility: visible;

            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%);
            /*margin-left: -150%*/
        }

        100% {
            visibility: visible;

            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }
    }

    @keyframes movingAddress {
        0% {
            visibility: visible;

            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%);
            /*margin-left: -150%*/
        }

        100% {
            visibility: visible;

            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }
    }

}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .notFoundImage {
        max-width: 700px;
    }

    .pills-tabContent {
        line-height: 1.9em;
    }

    .pills-tabContent__container {
        width: 100%;
        padding: 0 1rem;
    }

    /*.pills-relative__header {*/
    /*padding-top: 2.8rem;*/
    /*}*/
    .pills-relative__body {
        padding-top: 0.625rem;
    }
}

@media (min-width: 1400px) {

    @keyframes movingHand {
        from {
            margin-bottom: -500px;
        }
        to {
            margin-bottom: 0;
        }
    }

    .header_logo {
        position: absolute;
        top: -600%;

        animation-name: movingLogo;

        animation-duration: 3s;

        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        animation-delay: 1s;

        -webkit-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
        -o-animation-timing-function: ease-out;
        animation-timing-function: ease-out;

        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    @keyframes movingLogo {
        from {
            top: -300%;
        }
        to {
            top: 0;
        }
    }

    /*.header__titles {*/
    /*margin-left:auto;*/
    /*margin-right: 200%;*/
    /*!*padding:0.01px;*!*/
    /*animation-name: movingTexts;*/
    /*white-space:nowrap;*/
    /*animation-duration: 2s;*/
    /*-webkit-animation-delay: 3s;*/
    /*-moz-animation-delay: 3s;*/
    /*-o-animation-delay: 3s;*/
    /*animation-delay: 3s;*/
    /*-webkit-animation-timing-function: ease-in-out;*/
    /*-moz-animation-timing-function: ease-in-out;*/
    /*-o-animation-timing-function: ease-in-out;*/
    /*animation-timing-function: ease-in-out;*/
    /*-webkit-animation-fill-mode: forwards;*/
    /*-moz-animation-fill-mode: forwards;*/
    /*-o-animation-fill-mode: forwards;*/
    /*animation-fill-mode: forwards;*/
    /*}*/
    /*.header__descriptions {*/
    /*word-spacing: 5px;*/
    /*margin-right: 200%;*/
    /*margin-left:auto;*/
    /*white-space:nowrap;*/
    /*animation-name: movingTexts;*/
    /*animation-duration: 2s;*/
    /*-webkit-animation-delay: 3s;*/
    /*-moz-animation-delay: 3s;*/
    /*-o-animation-delay: 3s;*/
    /*animation-delay: 3s;*/
    /*-webkit-animation-timing-function: ease-in-out;*/
    /*-moz-animation-timing-function: ease-in-out;*/
    /*-o-animation-timing-function: ease-in-out;*/
    /*animation-timing-function: ease-in-out;*/
    /*-webkit-animation-fill-mode: forwards;*/
    /*-moz-animation-fill-mode: forwards;*/
    /*-o-animation-fill-mode: forwards;*/
    /*animation-fill-mode: forwards;*/
    /*}*/
    /*.header__addresss {*/
    /*text-align: center;*/
    /*letter-spacing: 5px;*/
    /*margin-right: 200%;*/
    /*margin-left:auto;*/
    /*white-space:nowrap;*/
    /*animation-name: movingAddress;*/
    /*animation-duration: 2s;*/
    /*-webkit-animation-delay: 3s;*/
    /*-moz-animation-delay: 3s;*/
    /*-o-animation-delay: 3s;*/
    /*animation-delay: 3s;*/
    /*-webkit-animation-timing-function: ease-in-out;*/
    /*-moz-animation-timing-function: ease-in-out;*/
    /*-o-animation-timing-function: ease-in-out;*/
    /*animation-timing-function: ease-in-out;*/
    /*-webkit-animation-fill-mode: forwards;*/
    /*-moz-animation-fill-mode: forwards;*/
    /*-o-animation-fill-mode: forwards;*/
    /*animation-fill-mode: forwards;*/
    /*}*/
    /*@keyframes movingTexts {*/
    /*0% {*/
    /*margin-right: 200%*/
    /*}*/
    /*!*5% {*!*/
    /*!*margin-left: -142.5%*!*/
    /*!*}*!*/
    /*!*10% {*!*/
    /*!*margin-left: -135%*!*/
    /*!*}*!*/
    /*!*15% {*!*/
    /*!*margin-left: -127.5%*!*/
    /*!*}*!*/
    /*!*20% {*!*/
    /*!*margin-left: -120%*!*/
    /*!*}*!*/
    /*!*25% {*!*/
    /*!*margin-left: -112.5%*!*/
    /*!*}*!*/
    /*!*30% {*!*/
    /*!*margin-left: -105%*!*/
    /*!*}*!*/
    /*!*35% {*!*/
    /*!*margin-left: -97.5%*!*/
    /*!*}*!*/
    /*!*40% {*!*/
    /*!*margin-left: -90%*!*/
    /*!*}*!*/
    /*!*45% {*!*/
    /*!*margin-left: -82.5%*!*/
    /*!*}*!*/
    /*!*50% {*!*/
    /*!*margin-left: -75%*!*/
    /*!*}*!*/
    /*!*55% {*!*/
    /*!*margin-left: -67.5%*!*/
    /*!*}*!*/
    /*!*60% {*!*/
    /*!*margin-left: -60%*!*/
    /*!*}*!*/
    /*!*65% {*!*/
    /*!*margin-left: -52.5%*!*/
    /*!*}*!*/
    /*!*70% {*!*/
    /*!*margin-left: -45%*!*/
    /*!*}*!*/
    /*!*75% {*!*/
    /*!*margin-left: -37.5%*!*/
    /*!*}*!*/
    /*!*80% {*!*/
    /*!*margin-left: -30%*!*/
    /*!*}*!*/
    /*!*85% {*!*/
    /*!*margin-left: -22.5%*!*/
    /*!*}*!*/
    /*!*90% {*!*/
    /*!*margin-left: -15%*!*/
    /*!*}*!*/
    /*!*95% {*!*/
    /*!*margin-left: -7.5%*!*/
    /*!*}*!*/
    /*99.9% {*/
    /*margin-right: 20%*/
    /*}*/
    /*100% {*/
    /*margin-right: auto;*/
    /*}*/
    /*}*/
    /*@keyframes movingAddress {*/
    /*!*from {*!*/
    /*!*margin-left: -200%*!*/
    /*!*}*!*/
    /*!*to {*!*/
    /*!*margin-left: auto*!*/
    /*!*}*!*/
    /*0% {*/
    /*margin-right: 200%*/
    /*}*/
    /*!*10% {*!*/
    /*!*margin-left: -225%*!*/
    /*!*}*!*/
    /*!*20% {*!*/
    /*!*margin-left: -200%*!*/
    /*!*}*!*/
    /*!*30% {*!*/
    /*!*margin-left: -175%*!*/
    /*!*}*!*/
    /*!*40% {*!*/
    /*!*margin-left: -150%*!*/
    /*!*}*!*/
    /*!*50% {*!*/
    /*!*margin-left: -125%*!*/
    /*!*}*!*/
    /*!*60% {*!*/
    /*!*margin-left: -100%*!*/
    /*!*}*!*/
    /*!*70% {*!*/
    /*!*margin-left: -75%*!*/
    /*!*}*!*/
    /*!*80% {*!*/
    /*!*margin-left: -50%*!*/
    /*!*}*!*/
    /*!*90% {*!*/
    /*!*margin-left: -25%*!*/
    /*!*}*!*/
    /*99.9% {*/
    /*margin-right: 20%*/
    /*}*/
    /*100% {*/
    /*margin-right: auto*/
    /*}*/
    /*}*/
    /*.topAuthors .pimg1 {*/
    /*height: 500px !important;*/
    /*}*/
}

@media (min-width: 1800px) {
    #hand {
        height: 60%;
    }

    /*.topAuthors .pimg1 {*/
    /*height: 600px !important;*/
    /*}*/
}

/*// Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 400px) {
    /*.topAuthors__bgImage {*/
    /*min-height: 250px !important;*/
    /*}*/
    .topAuthors__title {
        font-size: 13px !important;
        /*margin-right: 5% !important;*/
        /*margin-left: 25% !important;*/
    }

    .topAuthors__link {
        font-size: 10px !important;
        padding: 5px !important;
        /*margin-right: 10% !important;*/
    }
}

@media (max-width: 575.98px) {

    .topAuthors__title {
        font-size: 14px;
        /*margin-right: 10%;*/
        /*margin-left: 25%;*/
    }

    .topAuthors__link {
        font-size: 12px;
    }

    .header_logo {
        opacity: 0;
        z-index: -1;

        animation-name: movingLogo;

        animation-duration: 3s;

        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        animation-delay: 1s;

        -webkit-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
        -o-animation-timing-function: ease-out;
        animation-timing-function: ease-out;

        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    @keyframes movingLogo {
        from {
            opacity: 0;
            z-index: -1;
        }
        to {
            opacity: 1;
            z-index: 1;
        }
    }

    .header__title {
        margin-left: -200%;

        animation-name: movingTexts;

        animation-duration: 2s;

        -webkit-animation-delay: 2s;
        -moz-animation-delay: 2s;
        -o-animation-delay: 2s;
        animation-delay: 2s;

        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;

        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .header__description {
        word-spacing: 5px;
        margin-left: -200%;

        animation-name: movingTexts;

        animation-duration: 2s;

        -webkit-animation-delay: 3s;
        -moz-animation-delay: 3s;
        -o-animation-delay: 3s;
        animation-delay: 3s;

        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;

        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .header__address {
        text-align: center;
        letter-spacing: 5px;
        margin-left: -250%;

        animation-name: movingAddress;

        animation-duration: 2s;

        -webkit-animation-delay: 4s;
        -moz-animation-delay: 4s;
        -o-animation-delay: 4s;
        animation-delay: 4s;

        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;

        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    @keyframes movingTexts {
        0% {
            margin-left: -200%
        }

        100% {
            margin-left: 0
        }
    }

    @keyframes movingAddress {
        0% {
            margin-left: -250%
        }
        100% {
            margin-left: 0
        }
    }

    .white-right-border {
        border: none;
    }

    .header__title {
        margin-bottom: 2.5rem;
        font-size: 2.1rem;
    }

    .steps .content {
        margin-bottom: 3.125rem !important;
    }

    .weekly-section button {
        font-size: large;
        padding: 0 1em;
    }

    .weekly_title, .steps__heading {
        font-size: 2.25rem !important;
    }

    .weekly_text {
        padding: 0.3125rem;
        font-size: 1.25rem !important;
    }

    .weekly_text, .weekly_title {
        margin-bottom: 1.25rem;
    }

    .newsLetter__container {
        padding: 0 0.9375rem;
    }

    .pills-tabContent__container {
        padding: 1.25rem 0.9375rem !important;
    }

    .pills-relative__caption_text {
        text-align: center;
        font-size: 1rem;
    }

    .specialBooks__link span i {
        visibility: visible !important;
    }

    /*section.specialBooks .carousel-inner img {*/
    /*height: 90vh;*/
    /*}*/
    section .categoryTitle {
        width: 60% !important;
    }

    section#weekly-section .ptext2 h1 {
        font-size: 30px;
    }

    section#weekly-section .ptext2 p {
        font-size: large;
    }
}

@media (max-width: 767.98px) {
    .topAuthors__textContainer {
        right: 20%;
    }

    .topAuthors__bgImage {
        width: 100% !important;
        height: 100% !important;
    }

    /*.topAuthors__title {*/
    /*font-size: 18px;*/
    /*margin-right: 10% !important;*/
    /*margin-left: 25% !important;*/
    /*}*/
    /*.topAuthors__link {*/
    /*font-size: 12px;*/
    /*margin-right: 22% !important;*/
    /*}*/
    /*section.weekly-section .ptext2 h1 {*/
    /*font-size: 30px;*/
    /*}*/
    /*section.weekly-section .ptext2 p {*/
    /*font-size: large;*/
    /*}*/
}

@media (max-width: 991.98px) {
    /*.topAuthors__bgImage {*/
    /*min-height: 400px;*/
    /*}*/
    /*.topAuthors__title {*/
    /*!*font-size: 18px;*!*/
    /*margin-right: 10%;*/
    /*margin-left: 25%;*/
    /*}*/
    /*.topAuthors__link {*/
    /*font-size: 12px;*/
    /*margin-right: 22%;*/
    /*}*/
    #hand {
        display: none;
    }

    section .categoryTitle {
        width: 70% !important;
    }
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .header_logo {
        position: absolute;
        top: -400%;

        animation-name: movingLogo;

        animation-duration: 3s;

        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        animation-delay: 1s;

        -webkit-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
        -o-animation-timing-function: ease-out;
        animation-timing-function: ease-out;

        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    @keyframes movingLogo {
        from {
            top: -400%;
        }
        to {
            top: 0;
        }
    }

    .header__title {
        margin-left: -150%;

        animation-name: movingTexts;

        animation-duration: 2s;

        -webkit-animation-delay: 5s;
        -moz-animation-delay: 5s;
        -o-animation-delay: 5s;
        animation-delay: 5s;

        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;

        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .header__description {
        word-spacing: 5px;
        margin-left: -150%;

        animation-name: movingTexts;

        animation-duration: 2s;

        -webkit-animation-delay: 8s;
        -moz-animation-delay: 8s;
        -o-animation-delay: 8s;
        animation-delay: 8s;

        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;

        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .header__address {
        text-align: center;
        letter-spacing: 5px;
        margin-left: -250%;

        animation-name: movingAddress;

        animation-duration: 2s;

        -webkit-animation-delay: 11s;
        -moz-animation-delay: 11s;
        -o-animation-delay: 11s;
        animation-delay: 11s;

        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;

        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    @keyframes movingTexts {
        0% {
            margin-left: -150%
        }
        99.9% {
            margin-left: -1%
        }
        100% {
            margin-left: auto
        }
    }

    @keyframes movingAddress {
        /*from {*/
        /*margin-left: -250%*/
        /*}*/
        /*to {*/
        /*margin-left: auto*/
        /*}*/

        0% {
            margin-left: -250%
        }

        99.9% {
            margin-left: -1%
        }
        100% {
            margin-left: auto
        }
    }


    /*.navbar .left .nav-item:hover,*/
    /*.navbar .left .nav-item.active {*/
    /*color: #ffffff;*/
    /*-webkit-border-radius: 10px;*/
    /*-moz-border-radius: 10px;*/
    /*border-radius: 10px;*/
    /*background-color: rgba(255, 255, 255, .3);*/
    /*}*/

}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .header_logo {
        position: absolute;
        top: -400%;

        animation-name: movingLogo;

        animation-duration: 4s;

        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        animation-delay: 1s;

        -webkit-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
        -o-animation-timing-function: ease-out;
        animation-timing-function: ease-out;

        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    @keyframes movingLogo {
        from {
            top: -400%;
        }
        to {
            top: 0;
        }
    }

    .header__title {
        margin-left: -150%;

        animation-name: movingTexts;

        animation-duration: 2s;

        -webkit-animation-delay: 5s;
        -moz-animation-delay: 5s;
        -o-animation-delay: 5s;
        animation-delay: 5s;

        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;

        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .header__description {
        word-spacing: 5px;
        margin-left: -150%;

        animation-name: movingTexts;

        animation-duration: 2s;

        -webkit-animation-delay: 8s;
        -moz-animation-delay: 8s;
        -o-animation-delay: 8s;
        animation-delay: 8s;

        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;

        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .header__address {
        text-align: center;
        letter-spacing: 5px;
        margin-left: -250%;

        animation-name: movingAddress;

        animation-duration: 2s;

        -webkit-animation-delay: 11s;
        -moz-animation-delay: 11s;
        -o-animation-delay: 11s;
        animation-delay: 11s;

        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;

        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    @keyframes movingTexts {
        0% {
            margin-left: -150%
        }
        99.9% {
            margin-left: -1%
        }
        100% {
            margin-left: auto
        }
    }

    @keyframes movingAddress {
        /*from {*/
        /*margin-left: -250%*/
        /*}*/
        /*to {*/
        /*margin-left: auto*/
        /*}*/

        0% {
            margin-left: -250%
        }

        99.9% {
            margin-left: -1%
        }
        100% {
            margin-left: auto
        }
    }
    /*.header_container{*/
    /*padding:0 5rem;*/
    /*}*/
    .star-rating > span {
        display: inherit;
    }

    .pills-relative__body .pills-description__text:last-child {
        margin-bottom: 2.8125rem !important;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .star-rating > span {
        display: inherit;
    }
}