/* Begin ielts exam library page */
.exam-library {
  padding-bottom: 8rem; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .exam-library .iot-widget {
      margin-bottom: 0; } }
  .exam-library__title {
    font-weight: 700;
    font-size: 48px;
    padding: 0;
    margin: 3rem 0; }
    @media (max-width: 767px) {
      .exam-library__title {
        font-size: 32px;
        margin: 1rem 0; } }
  .exam-library__grid {
    display: flex;
    gap: 20px; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .exam-library__grid {
        flex-wrap: wrap;
        padding: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .exam-library__grid {
        flex-wrap: wrap;
        padding: 0; } }
    @media (max-width: 767px) {
      .exam-library__grid {
        flex-wrap: wrap;
        padding: 0; } }
  .exam-library__col-left {
    width: 66.053%; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .exam-library__col-left {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .exam-library__col-left {
        width: 100%; } }
    @media (max-width: 767px) {
      .exam-library__col-left {
        width: 100%; } }
  .exam-library__col-right {
    width: calc(100% - 66.053% - 20px);
    padding-top: 3rem; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .exam-library__col-right {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .exam-library__col-right {
        width: 100%;
        display: flex;
        gap: 2rem; } }
    @media (max-width: 767px) {
      .exam-library__col-right {
        width: 100%; } }
  .exam-library .book {
    transform: scale(0.7);
    float: left;
    top: -22px;
    flex-shrink: 0;
    line-height: 1.4;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .exam-library .book {
        float: none;
        display: block;
        transform: translate3d(0, 0, 0) scale(0.9);
        -webkit-transform: translate3d(0, 0, 0) scale(0.9);
        transform-style: flat;
        top: 0; } }
  .exam-library .hardcover_front img {
    height: 100%; }
  .exam-library .test-caption {
    padding-top: 15px;
    padding-left: 15px;
    color: #282828; }
    @media (min-width: 768px) and (max-width: 991px) {
      .exam-library .test-caption {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .exam-library .test-caption {
        font-size: 16px; } }
  .exam-library .test-annotation {
    padding-left: 15px;
    opacity: 0;
    transition: 0.7s; }
  .exam-library .item-selected strong {
    font-size: 22px;
    color: #32b4c8; }
  .exam-library .book-logo {
    padding: 30px 0 0 30px; }
    .exam-library .book-logo img {
      transform-style: preserve-3d;
      transform: rotateY(180deg); }
  .exam-library .test-nav {
    display: flex;
    border-bottom: 1px solid #EAECEF;
    margin-bottom: 2rem;
    position: relative; }
    @media (min-width: 768px) and (max-width: 991px) {
      .exam-library .test-nav {
        overflow: scroll hidden; } }
    @media (max-width: 767px) {
      .exam-library .test-nav {
        overflow: scroll hidden; } }
    .exam-library .test-nav__item {
      font-weight: 500;
      font-size: 18px; }
      @media (max-width: 767px) {
        .exam-library .test-nav__item {
          font-size: 16px; } }
      .exam-library .test-nav__item:last-child {
        margin-right: 0; }
      .exam-library .test-nav__item.active .test-nav__item-link {
        font-weight: bold;
        color: #294563; }
        .exam-library .test-nav__item.active .test-nav__item-link:after {
          content: '';
          position: absolute;
          display: inline-block;
          width: 100%;
          height: 1px;
          left: 0;
          top: 100%;
          background-color: #294563; }
          @media (max-width: 767px) {
            .exam-library .test-nav__item.active .test-nav__item-link:after {
              display: none; } }
        .exam-library .test-nav__item.active .test-nav__item-link.-academic:before {
          content: "\e98a"; }
        .exam-library .test-nav__item.active .test-nav__item-link.-general:before {
          content: "\e908"; }
    .exam-library .test-nav__item-link {
      display: inline-flex;
      padding: 15px 30px;
      align-items: center;
      position: relative;
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      color: #546A82;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s; }
      @media (min-width: 768px) and (max-width: 991px) {
        .exam-library .test-nav__item-link {
          padding: 15px; } }
      @media (max-width: 767px) {
        .exam-library .test-nav__item-link {
          white-space: nowrap;
          padding: 15px; } }
      .exam-library .test-nav__item-link.-academic:before {
        content: "\e989"; }
      .exam-library .test-nav__item-link.-general:before {
        content: "\e987"; }
      .exam-library .test-nav__item-link:before {
        content: "\e98b";
        display: inline-block;
        width: 32px;
        height: 32px;
        font-size: 32px;
        font-family: 'iot-fonts' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 10px; }
  .exam-library .skill-nav {
    display: flex;
    margin-bottom: 2rem;
    gap: 1rem; }
    @media (min-width: 768px) and (max-width: 991px) {
      .exam-library .skill-nav {
        flex-wrap: wrap; } }
    @media (max-width: 767px) {
      .exam-library .skill-nav {
        flex-wrap: wrap;
        margin-bottom: 1rem; } }
    .exam-library .skill-nav__item {
      flex: 1;
      padding: 0.9rem 1.5rem;
      cursor: pointer;
      font-size: 16px;
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      border: 1px solid #9DA9B7;
      border-radius: 30px;
      position: relative;
      display: flex;
      justify-content: center;
      color: #294563;
      background: #fff;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .exam-library .skill-nav__item {
          flex-direction: column;
          align-items: center;
          gap: 6px;
          font-size: 14px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .exam-library .skill-nav__item:first-child {
          flex-basis: 100%; } }
      @media (max-width: 767px) {
        .exam-library .skill-nav__item:first-child {
          flex-basis: 100%; } }
      .exam-library .skill-nav__item:hover {
        color: #fff;
        background: linear-gradient(180deg, #294563 0%, #1D3146 100%); }
      .exam-library .skill-nav__item.active {
        color: #fff;
        background: linear-gradient(180deg, #294563 0%, #1D3146 100%); }
      .exam-library .skill-nav__item.-listening:hover, .exam-library .skill-nav__item.-listening.active {
        border: 1px solid #32B4C8;
        background: linear-gradient(180deg, #33B2C7 0%, #268695 100%); }
      .exam-library .skill-nav__item.-listening:before {
        content: "\e905"; }
      .exam-library .skill-nav__item.-reading:hover, .exam-library .skill-nav__item.-reading.active {
        border: 1px solid #37854D;
        background: linear-gradient(180deg, #337845 0%, #265A35 100%); }
      .exam-library .skill-nav__item.-reading:before {
        content: "\e907"; }
      .exam-library .skill-nav__item.-writing:hover, .exam-library .skill-nav__item.-writing.active {
        border: 1px solid #F9A95A;
        background: linear-gradient(180deg, #FAA859 0%, #BB7F44 100%); }
      .exam-library .skill-nav__item.-writing:before {
        content: "\e98e"; }
      .exam-library .skill-nav__item.-speaking:hover, .exam-library .skill-nav__item.-speaking.active {
        border: 1px solid #C76378;
        background: linear-gradient(180deg, #C86478 0%, #954B5A 100%); }
      .exam-library .skill-nav__item.-speaking:before {
        content: "\e98d"; }
      .exam-library .skill-nav__item:last-child {
        margin-right: 0; }
      .exam-library .skill-nav__item:before {
        content: "\e991";
        display: inline-block;
        width: 24px;
        height: 24px;
        font-size: 24px;
        font-family: 'iot-fonts' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 8px; }
  .exam-library .search-box {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem; }
    .exam-library .search-box .iot-opselect button.dropdown-toggle {
      border: 1px solid #BDC5CF !important;
      color: #6F6F6F;
      border-radius: 30px; }
      .exam-library .search-box .iot-opselect button.dropdown-toggle .caret {
        font-size: 14px;
        color: #294563; }
    .exam-library .search-box .iot-opselect ul.dropdown-menu {
      text-align: center; }
    .exam-library .search-box div.search-box__select {
      max-width: calc((100% - 40px)/5); }
      @media (max-width: 767px) {
        .exam-library .search-box div.search-box__select {
          max-width: calc((100% - 10px)/2); } }
    .exam-library .search-box__input-wrap {
      position: relative;
      background: #FFFFFF;
      flex: 1; }
    .exam-library .search-box__input {
      border: 1px solid #BDC5CF;
      border-radius: 30px;
      padding: 10px 15px;
      font-size: 14px;
      box-shadow: none;
      height: 40px;
      color: #6F6F6F; }
      .exam-library .search-box__input:focus {
        border-color: #294563;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(41, 69, 99, 0.56);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(41, 69, 99, 0.56); }
    .exam-library .search-box__btn {
      width: 20px;
      height: 20px;
      background: url(../../images/icons/magnifying-glass.svg) center no-repeat;
      border: none;
      box-shadow: none;
      background-size: contain;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%); }
  .exam-library .mocktest-wrapper {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px); }
  .exam-library .mocktest-item {
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(41, 69, 99, 0.08);
    border-radius: 30px;
    padding: 20px;
    display: flex;
    gap: 20px;
    margin-bottom: 3rem; }
    @media (min-width: 768px) and (max-width: 991px) {
      .exam-library .mocktest-item {
        flex-direction: column;
        align-items: center; } }
    @media (max-width: 767px) {
      .exam-library .mocktest-item {
        flex-direction: column;
        align-items: center; } }
    .exam-library .mocktest-item:last-child {
      margin-bottom: 0; }
    .exam-library .mocktest-item__img {
      width: 120px;
      align-self: flex-start; }
    .exam-library .mocktest-item__infos {
      width: 100%; }
    .exam-library .mocktest-item__title {
      font-weight: 700;
      font-size: 24px;
      margin: 0 0 2rem; }
    .exam-library .mocktest-item__packs-wrap {
      display: flex;
      --spacing: 10px;
      --columns: 2; }
      @media (min-width: 768px) and (max-width: 991px) {
        .exam-library .mocktest-item__packs-wrap {
          --spacing: 10px;
          --columns: 2; } }
      @media (max-width: 767px) {
        .exam-library .mocktest-item__packs-wrap {
          --spacing: 0px;
          --columns: 1; } }
      .exam-library .mocktest-item__packs-wrap > .tooltip {
        width: auto !important;
        margin: initial !important; }
      .exam-library .mocktest-item__packs-wrap .tooltip-inner {
        background: linear-gradient(180deg, #294563 0%, #172636 100%);
        padding: 5px 10px;
        font-size: 11px;
        max-width: 250px; }
      .exam-library .mocktest-item__packs-wrap .tooltip-arrow {
        border-top-color: #172636; }
    .exam-library .mocktest-item__pack {
      background: #FFFFFF;
      border: 0.8px solid #EAECEF;
      border-radius: 18px;
      padding: 15px;
      display: flex;
      align-items: center;
      gap: 1rem;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s;
      position: relative;
      z-index: 9; }
      @media (max-width: 767px) {
        .exam-library .mocktest-item__pack {
          margin-bottom: 1rem; } }
      .exam-library .mocktest-item__pack:hover {
        border: 0.8px solid #F9A95A;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; }
    .exam-library .mocktest-item__pack-details {
      order: 2; }
    .exam-library .mocktest-item__pack-title {
      margin: 0 0 8px;
      display: flex;
      position: relative;
      padding-right: 30px; }
      .exam-library .mocktest-item__pack-title .ioticon-video-screen {
        content: "\e906";
        display: inline-block;
        font-size: 20px;
        font-family: 'iot-fonts' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-left: 6px; }
      .exam-library .mocktest-item__pack-title .tooltip-inner {
        background: linear-gradient(180deg, #294563 0%, #172636 100%);
        padding: 5px 10px; }
      .exam-library .mocktest-item__pack-title .tooltip.top .tooltip-arrow {
        border-top-color: #294563; }
    .exam-library .mocktest-item__pack-taken {
      position: relative;
      display: flex;
      align-items: center;
      font-size: 14px;
      color: #787878; }
      .exam-library .mocktest-item__pack-taken:before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(../../images/icons/lightning.svg) center no-repeat;
        background-size: contain;
        margin-right: 5px; }
    .exam-library .mocktest-item__pack-status {
      order: 1;
      font-size: 20px;
      color: #294563;
      flex-shrink: 0; }
      .exam-library .mocktest-item__pack-status.ioticon-check-v2 {
        font-size: 14px;
        width: 20px;
        height: 20px;
        display: flex;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        color: #fff;
        background-color: #294563; }
      .exam-library .mocktest-item__pack-status.ioticon-lock-item-solid {
        font-size: 24px;
        color: #9DA9B7; }
  .exam-library .mocktest-card {
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(41, 69, 99, 0.08);
    border-radius: 30px;
    padding: 20px;
    display: flex;
    gap: 10px;
    margin-bottom: 3rem; }
    @media (max-width: 767px) {
      .exam-library .mocktest-card {
        flex-direction: column;
        justify-content: center; } }
    .exam-library .mocktest-card .book {
      pointer-events: none; }
    .exam-library .mocktest-card:last-child {
      margin-bottom: 0; }
    .exam-library .mocktest-card__infos {
      width: 100%; }
    .exam-library .mocktest-card__view-more {
      background-image: linear-gradient(to top, white 30%, rgba(255, 255, 255, 0.8) 81%, rgba(255, 255, 255, 0));
      bottom: -1rem;
      display: flex;
      justify-content: center;
      padding-top: 50px;
      position: absolute;
      width: 100%;
      z-index: 99;
      margin: 0; }
      .exam-library .mocktest-card__view-more.active {
        padding-top: 20px; }
    .exam-library .mocktest-card__btn-view-more {
      border: none;
      background: none;
      position: relative;
      color: #294563;
      display: flex;
      align-items: center; }
      .exam-library .mocktest-card__btn-view-more.active:after {
        transform: rotate(270deg); }
      .exam-library .mocktest-card__btn-view-more:after {
        content: "\ea29";
        display: inline-block;
        font-family: 'iot-fonts' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        font-size: 14px;
        transform: rotate(90deg);
        -moz-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        -webkit-transition: all ease 0.2s;
        transition: all ease 0.2s;
        margin-left: 10px;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .exam-library .mocktest-card__more-items-wrap {
      display: none;
      width: 100%; }
    .exam-library .mocktest-card__more-items {
      --spacing: 10px;
      --columns: 2;
      align-items: flex-start; }
      @media (min-width: 768px) and (max-width: 991px) {
        .exam-library .mocktest-card__more-items {
          --spacing: 10px;
          --columns: 2; } }
      @media (max-width: 767px) {
        .exam-library .mocktest-card__more-items {
          --spacing: 0px;
          --columns: 1; } }
    .exam-library .mocktest-card__progress {
      display: flex;
      justify-content: flex-end;
      order: 1;
      position: relative;
      flex-shrink: 0; }
      .exam-library .mocktest-card__progress .ioticon-lock-item-solid {
        font-size: 20px;
        color: #9DA9B7;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .exam-library .mocktest-card__locked-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 46px;
      height: 46px;
      flex-shrink: 0;
      border: 1px solid #ccc;
      border-radius: 50%; }
      .exam-library .mocktest-card__locked-icon:after {
        content: '\e995';
        display: inline-block;
        font-family: 'iot-fonts' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        color: #ccc; }
    .exam-library .mocktest-card__img {
      width: 120px;
      align-self: flex-start; }
    .exam-library .mocktest-card__title {
      font-weight: 700;
      font-size: 24px;
      margin: 0 0 2rem; }
    .exam-library .mocktest-card__packs-wrap {
      display: flex;
      position: relative;
      padding-bottom: 2rem;
      --spacing: 10px;
      --columns: 2; }
      @media (min-width: 768px) and (max-width: 991px) {
        .exam-library .mocktest-card__packs-wrap {
          --spacing: 10px;
          --columns: 2; } }
      @media (max-width: 767px) {
        .exam-library .mocktest-card__packs-wrap {
          --spacing: 0px;
          --columns: 1; } }
      .exam-library .mocktest-card__packs-wrap > .tooltip {
        width: auto !important;
        margin: initial !important; }
      .exam-library .mocktest-card__packs-wrap .tooltip-inner {
        background: linear-gradient(180deg, #294563 0%, #172636 100%);
        padding: 5px 10px;
        font-size: 11px;
        max-width: 250px; }
      .exam-library .mocktest-card__packs-wrap .tooltip-arrow {
        border-top-color: #172636; }
    .exam-library .mocktest-card__pack {
      display: flex;
      background: #FFFFFF;
      border: 0.8px solid transparent;
      border-radius: 18px;
      padding: 15px;
      align-items: center;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s;
      position: relative;
      z-index: 9;
      gap: 6px; }
      .exam-library .mocktest-card__pack:hover {
        border: 0.8px solid #33B2C7;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px; }
      .exam-library .mocktest-card__pack.-listening {
        border: 0.8px solid #D6F0F4; }
        .exam-library .mocktest-card__pack.-listening:hover {
          border: 0.8px solid #32B4C8; }
        .exam-library .mocktest-card__pack.-listening .mocktest-card__locked-icon {
          border: 1px solid #32B4C8; }
          .exam-library .mocktest-card__pack.-listening .mocktest-card__locked-icon:after {
            color: #32B4C8; }
      .exam-library .mocktest-card__pack.-reading {
        border: 0.8px solid #D6E4DA; }
        .exam-library .mocktest-card__pack.-reading:hover {
          border: 0.8px solid #37854D; }
        .exam-library .mocktest-card__pack.-reading .mocktest-card__locked-icon {
          border: 1px solid #37854D; }
          .exam-library .mocktest-card__pack.-reading .mocktest-card__locked-icon:after {
            color: #37854D; }
      .exam-library .mocktest-card__pack.-writing {
        border: 0.8px solid #FEEEDE; }
        .exam-library .mocktest-card__pack.-writing:hover {
          border: 0.8px solid #F9A95A; }
        .exam-library .mocktest-card__pack.-writing .mocktest-card__locked-icon {
          border: 1px solid #F9A95A; }
          .exam-library .mocktest-card__pack.-writing .mocktest-card__locked-icon:after {
            color: #F9A95A; }
      .exam-library .mocktest-card__pack.-speaking {
        border: 0.8px solid #F4E0E4; }
        .exam-library .mocktest-card__pack.-speaking:hover {
          border: 0.8px solid #C76378; }
        .exam-library .mocktest-card__pack.-speaking .mocktest-card__locked-icon {
          border: 1px solid #C76378; }
          .exam-library .mocktest-card__pack.-speaking .mocktest-card__locked-icon:after {
            color: #C76378; }
      .exam-library .mocktest-card__pack.-in-progress .mocktest-card__pack-title:before {
        content: "\e996";
        display: inline-block;
        font-size: 20px;
        font-family: 'iot-fonts' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 0;
        top: 0; }
      .exam-library .mocktest-card__pack.-finished .mocktest-card__pack-title:before {
        content: '';
        width: 20px;
        height: 20px;
        background: url(../../images/icons/check-list-icon-blue.svg) center no-repeat;
        background-size: contain;
        position: absolute;
        right: 0;
        top: 0; }
      .exam-library .mocktest-card__pack.-completed [class^="circular-progress-percent"] {
        display: none; }
    .exam-library .mocktest-card__pack-details {
      order: 2;
      flex: 1; }
    .exam-library .mocktest-card__pack-title {
      margin: 0 0 8px;
      display: flex;
      position: relative; }
      .exam-library .mocktest-card__pack-title.-has-video:after {
        content: "\e906";
        display: inline-block;
        font-size: 20px;
        font-family: 'iot-fonts' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-left: 6px; }
    .exam-library .mocktest-card__pack-taken {
      position: relative;
      display: flex;
      align-items: center;
      font-size: 14px;
      color: #787878;
      white-space: nowrap; }
      .exam-library .mocktest-card__pack-taken:before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(../../images/icons/lightning.svg) center no-repeat;
        background-size: contain;
        margin-right: 5px; }
    .exam-library .mocktest-card [class^="circular-progress-text"] {
      font-weight: 600;
      font-size: 24px; }

/* ///////////////////////////////////////////////////

HARDCOVER
Table of Contents

1. container
2. background & color
3. opening cover, back cover and pages
4. position, transform y transition
5. events
6. Bonus
  - Cover design
  - Ribbon
  - Figcaption
7. mini-reset

/////////////////////////////////////////////////////*/
/*
  1. container
*/
.hardcover_back li:before, .hardcover_back li:after {
  content: ""; }

.book {
  position: relative;
  width: 160px;
  height: 220px;
  -ms-perspective: 1000px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*
  2. background & color
*/
/* HARDCOVER FRONT */
.hardcover_front li:first-child {
  background-color: #eee;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

/* reverse */
.hardcover_front li:last-child {
  background: #fffbec; }

/* HARDCOVER BACK */
.hardcover_back li:first-child {
  background: #fffbec; }

/* reverse */
.hardcover_back li:last-child {
  background: #fffbec; }

.book_spine li:first-child {
  background: #eee; }

.book_spine li:last-child {
  background: #333; }

/* thickness of cover */
.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before,
.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before,
.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before,
.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before,
.book_spine li:first-child:after,
.book_spine li:first-child:before,
.book_spine li:last-child:after,
.book_spine li:last-child:before {
  background: #999; }

/* page */
.book-page > li {
  background: -webkit-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
  background: -moz-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
  background: -ms-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
  background: linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
  box-shadow: inset 0px -1px 2px rgba(50, 50, 50, 0.1), inset -1px 0px 1px rgba(150, 150, 150, 0.2);
  border-radius: 0px 5px 5px 0px; }

/*
  3. opening cover, back cover and pages
*/
.hardcover_front {
  -ms-transform: rotateY(-34deg) translateZ(8px);
  -webkit-transform: rotateY(-34deg) translateZ(8px);
  -moz-transform: rotateY(-34deg) translateZ(8px);
  transform: rotateY(-34deg) translateZ(8px);
  z-index: 100; }

.hardcover_back {
  -ms-transform: rotateY(-15deg) translateZ(-8px);
  -webkit-transform: rotateY(-15deg) translateZ(-8px);
  -moz-transform: rotateY(-15deg) translateZ(-8px);
  transform: rotateY(-15deg) translateZ(-8px); }

.book-page li:nth-child(1) {
  -ms-transform: rotateY(-28deg);
  -webkit-transform: rotateY(-28deg);
  -moz-transform: rotateY(-28deg);
  transform: rotateY(-28deg); }

.book-page li:nth-child(2) {
  -ms-transform: rotateY(-30deg);
  -webkit-transform: rotateY(-30deg);
  -moz-transform: rotateY(-30deg);
  transform: rotateY(-30deg); }

.book-page li:nth-child(3) {
  -ms-transform: rotateY(-32deg);
  -webkit-transform: rotateY(-32deg);
  -moz-transform: rotateY(-32deg);
  transform: rotateY(-32deg); }

.book-page li:nth-child(4) {
  -ms-transform: rotateY(-34deg);
  -webkit-transform: rotateY(-34deg);
  -moz-transform: rotateY(-34deg);
  transform: rotateY(-34deg); }

.book-page li:nth-child(5) {
  -ms-transform: rotateY(-36deg);
  -webkit-transform: rotateY(-36deg);
  -moz-transform: rotateY(-36deg);
  transform: rotateY(-36deg); }

/*
  4. position, transform & transition
*/
.hardcover_front,
.hardcover_back,
.book_spine,
.hardcover_front li,
.hardcover_back li,
.book_spine li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.hardcover_front,
.hardcover_back {
  -ms-transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  transform-origin: 0% 100%; }

.hardcover_front {
  -ms-transition: all 0.8s ease, z-index 0.6s;
  -webkit-transition: all 0.8s ease, z-index 0.6s;
  -moz-transition: all 0.8s ease, z-index 0.6s;
  transition: all 0.8s ease, z-index 0.6s; }

/* HARDCOVER front */
.hardcover_front li:first-child {
  z-index: 99;
  cursor: default;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -ms-transform: translateZ(2px);
  -webkit-transform: translateZ(2px);
  -moz-transform: translateZ(2px);
  transform: translateZ(2px); }

.hardcover_front li:last-child {
  -ms-transform: rotateY(180deg) translateZ(2px);
  -webkit-transform: rotateY(180deg) translateZ(2px);
  -moz-transform: rotateY(180deg) translateZ(2px);
  transform: rotateY(180deg) translateZ(2px); }

/* HARDCOVER back */
.hardcover_back li:first-child {
  -ms-transform: translateZ(2px);
  -webkit-transform: translateZ(2px);
  -moz-transform: translateZ(2px);
  transform: translateZ(2px); }

.hardcover_back li:last-child {
  -ms-transform: translateZ(-2px);
  -webkit-transform: translateZ(-2px);
  -moz-transform: translateZ(-2px);
  transform: translateZ(-2px); }

/* thickness of cover */
.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before,
.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before,
.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before,
.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before,
.book_spine li:first-child:after,
.book_spine li:first-child:before,
.book_spine li:last-child:after,
.book_spine li:last-child:before {
  position: absolute;
  top: 0;
  left: 0; }

/* HARDCOVER front */
.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before {
  width: 4px;
  height: 100%; }

.hardcover_front li:first-child:after {
  -ms-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  -moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  transform: rotateY(90deg) translateZ(-2px) translateX(2px); }

.hardcover_front li:first-child:before {
  -ms-transform: rotateY(90deg) translateZ(158px) translateX(2px);
  -webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
  -moz-transform: rotateY(90deg) translateZ(158px) translateX(2px);
  transform: rotateY(90deg) translateZ(158px) translateX(2px); }

.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before {
  width: 4px;
  height: 160px; }

.hardcover_front li:last-child:after {
  -ms-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px); }

.hardcover_front li:last-child:before {
  box-shadow: 0px 0px 30px 5px #333;
  -ms-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px); }

/* thickness of cover */
.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before {
  width: 4px;
  height: 100%; }

.hardcover_back li:first-child:after {
  -ms-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  -moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  transform: rotateY(90deg) translateZ(-2px) translateX(2px); }

.hardcover_back li:first-child:before {
  -ms-transform: rotateY(90deg) translateZ(158px) translateX(2px);
  -webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
  -moz-transform: rotateY(90deg) translateZ(158px) translateX(2px);
  transform: rotateY(90deg) translateZ(158px) translateX(2px); }

.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before {
  width: 4px;
  height: 160px; }

.hardcover_back li:last-child:after {
  -ms-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px); }

.hardcover_back li:last-child:before {
  box-shadow: 10px -1px 80px 20px #666;
  -ms-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px); }

/* BOOK SPINE */
.book_spine {
  -ms-transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
  -webkit-transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
  -moz-transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
  transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
  width: 16px;
  z-index: 0; }

.book_spine li:first-child {
  -ms-transform: translateZ(2px);
  -webkit-transform: translateZ(2px);
  -moz-transform: translateZ(2px);
  transform: translateZ(2px); }

.book_spine li:last-child {
  -ms-transform: translateZ(-2px);
  -webkit-transform: translateZ(-2px);
  -moz-transform: translateZ(-2px);
  transform: translateZ(-2px); }

/* thickness of book spine */
.book_spine li:first-child:after,
.book_spine li:first-child:before {
  width: 4px;
  height: 100%; }

.book_spine li:first-child:after {
  -ms-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  -moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  transform: rotateY(90deg) translateZ(-2px) translateX(2px); }

.book_spine li:first-child:before {
  -ms-transform: rotateY(-90deg) translateZ(-12px);
  -webkit-transform: rotateY(-90deg) translateZ(-12px);
  -moz-transform: rotateY(-90deg) translateZ(-12px);
  transform: rotateY(-90deg) translateZ(-12px); }

.book_spine li:last-child:after,
.book_spine li:last-child:before {
  width: 4px;
  height: 16px; }

.book_spine li:last-child:after {
  -ms-transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px); }

.book_spine li:last-child:before {
  box-shadow: 5px -1px 100px 40px rgba(0, 0, 0, 0.2);
  -ms-transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px); }

.book-page,
.book-page > li {
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.book-page {
  width: 100%;
  height: 98%;
  top: 1%;
  left: 3%;
  z-index: 10; }

.book-page > li {
  width: 100%;
  height: 100%;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  transform-origin: left center;
  -ms-transition-property: transform;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  transition-property: transform;
  -ms-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease; }

.book-page > li:nth-child(1) {
  -ms-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s; }

.book-page > li:nth-child(2) {
  -ms-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  line-height: 1.3; }

.book-page > li:nth-child(3) {
  -ms-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s; }

.book-page > li:nth-child(4) {
  -ms-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.book-page > li:nth-child(5) {
  -ms-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s; }

/*
  5. events
*/
.book:hover > .hardcover_front, .mocktest-item:hover .hardcover_front {
  -ms-transform: rotateY(-145deg) translateZ(0);
  -webkit-transform: rotateY(-145deg) translateZ(0);
  -moz-transform: rotateY(-145deg) translateZ(0);
  transform: rotateY(-145deg) translateZ(0);
  z-index: 0; }

.book:hover > .book-page li:nth-child(1), .mocktest-item:hover .book-page li:nth-child(1) {
  -ms-transform: rotateY(-30deg);
  -webkit-transform: rotateY(-30deg);
  -moz-transform: rotateY(-30deg);
  transform: rotateY(-30deg);
  -ms-transition-duration: 1.5s;
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  transition-duration: 1.5s; }

.book:hover > .book-page li:nth-child(2), .mocktest-item:hover .book-page li:nth-child(2) {
  -ms-transform: rotateY(-35deg);
  -webkit-transform: rotateY(-35deg);
  -moz-transform: rotateY(-35deg);
  transform: rotateY(-35deg);
  -ms-transition-duration: 1.8s;
  -webkit-transition-duration: 1.8s;
  -moz-transition-duration: 1.8s;
  transition-duration: 1.8s; }

.book:hover > .book-page li:nth-child(3), .mocktest-item:hover .book-page li:nth-child(3) {
  -ms-transform: rotateY(-118deg);
  -webkit-transform: rotateY(-118deg);
  -moz-transform: rotateY(-118deg);
  transform: rotateY(-118deg);
  -ms-transition-duration: 1.6s;
  -webkit-transition-duration: 1.6s;
  -moz-transition-duration: 1.6s;
  transition-duration: 1.6s; }

.book:hover > .book-page li:nth-child(4), .mocktest-item:hover .book-page li:nth-child(4) {
  -ms-transform: rotateY(-130deg);
  -webkit-transform: rotateY(-130deg);
  -moz-transform: rotateY(-130deg);
  transform: rotateY(-130deg);
  -ms-transition-duration: 1.4s;
  -webkit-transition-duration: 1.4s;
  -moz-transition-duration: 1.4s;
  transition-duration: 1.4s; }

.book:hover > .book-page li:nth-child(5), .mocktest-item:hover .book-page li:nth-child(5) {
  -ms-transform: rotateY(-140deg);
  -webkit-transform: rotateY(-140deg);
  -moz-transform: rotateY(-140deg);
  transform: rotateY(-140deg);
  -ms-transition-duration: 1.2s;
  -webkit-transition-duration: 1.2s;
  -moz-transition-duration: 1.2s;
  transition-duration: 1.2s; }

/*
  6. Bonus
*/
/* cover CSS */
.coverDesign {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.coverDesign::after {
  background-image: -webkit-linear-gradient(-135deg, rgba(255, 255, 255, 0.45) 0%, transparent 100%);
  background-image: -moz-linear-gradient(-135deg, rgba(255, 255, 255, 0.45) 0%, transparent 100%);
  background-image: linear-gradient(-135deg, rgba(255, 255, 255, 0.45) 0%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.coverDesign h1 {
  color: #fff;
  font-size: 2.2em;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 54% 0 0 0;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1); }

.coverDesign p {
  color: #f8f8f8;
  font-size: 1em;
  text-align: center;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1); }

.yellow {
  background-color: #f1c40f;
  background-image: -webkit-linear-gradient(top, #f1c40f 58%, #e7ba07 0%);
  background-image: -moz-linear-gradient(top, #f1c40f 58%, #e7ba07 0%);
  background-image: linear-gradient(top, #f1c40f 58%, #e7ba07 0%); }

.blue {
  background-color: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db 58%, #2a90d4 0%);
  background-image: -moz-linear-gradient(top, #3498db 58%, #2a90d4 0%);
  background-image: linear-gradient(top, #3498db 58%, #2a90d4 0%); }

.grey {
  background-color: #f8e9d1;
  background-image: -webkit-linear-gradient(top, #f8e9d1 58%, #e7d5b7 0%);
  background-image: -moz-linear-gradient(top, #f8e9d1 58%, #e7d5b7 0%);
  background-image: linear-gradient(top, #f8e9d1 58%, #e7d5b7 0%); }

/* Basic ribbon */
.ribbon {
  background: #c0392b;
  color: #fff;
  display: block;
  font-size: 0.7em;
  position: absolute;
  top: 11px;
  right: 1px;
  width: 40px;
  height: 20px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-align: center;
  -ms-transform: rotateZ(45deg) translateZ(1px);
  -webkit-transform: rotateZ(45deg) translateZ(1px);
  -moz-transform: rotateZ(45deg) translateZ(1px);
  transform: rotateZ(45deg) translateZ(1px);
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 10; }

.ribbon::before,
.ribbon::after {
  position: absolute;
  top: -20px;
  width: 0;
  height: 0;
  border-bottom: 20px solid #c0392b;
  border-top: 20px solid transparent; }

.ribbon::before {
  left: -20px;
  border-left: 20px solid transparent; }

.ribbon::after {
  right: -20px;
  border-right: 20px solid transparent; }

/* figcaption */
figcaption {
  padding-left: 40px;
  text-align: left;
  position: absolute;
  top: 0%;
  left: 160px;
  width: 310px; }

figcaption h1 {
  margin: 0; }

figcaption span {
  color: #16a085;
  padding: 0.6em 0 1em 0;
  display: block; }

figcaption p {
  color: #63707d;
  line-height: 1.3; }

/* Media Queries */
@media screen and (max-width: 37.8125em) {
  .align > li {
    width: 100%;
    min-height: 440px;
    height: auto;
    padding: 0;
    margin: 0 0 30px 0; }
  .book {
    margin: 0 auto; }
  figcaption {
    text-align: center;
    width: 320px;
    top: 250px;
    padding-left: 0;
    left: -80px;
    font-size: 90%; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

/* End ielts exam library page */

/*# sourceMappingURL=ielts-exam-library.css.map */