@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 100;
  src: url(./fonts/92aa0d7878fe4d8d55dab98aae0796e5.woff);
}
@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 300;
  src: url(./fonts/c431096955795da262fc32297d7bfa8f.woff);
}
@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 500;
  src: url(./fonts/995c64e152e8dc077222766889194951.woff);
}
@font-face {
  font-family: 'icomoon';
  src: url(./fonts/813a3239880bf243e84c53859bedc1cf.eot);
  src: url(./fonts/813a3239880bf243e84c53859bedc1cf.eot#iefix) format('embedded-opentype'), url(./fonts/32c4aca2f1711b1a59823662e860cc6e.ttf) format('truetype'), url(./fonts/bb4f7936ff827b4403df685fc2472f41.woff) format('woff'), url(./images/dc3b2a1283fa25fde3ca66bb0a1374c9.svg#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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;
}
.icon-grid_on:before {
  content: "\E900";
}
.icon-list2:before {
  content: "\E9BB";
}
.icon-briefcase:before {
  content: "\E9AE";
}
.icon-trash-o:before {
  content: "\E901";
}
.select-cat {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.select-cat .select-class {
  width: 35%;
}
@media (max-width: 768px) {
  .select-cat .select-class {
    width: 40%;
  }
}
.select-cat .select-subject {
  width: 60%;
}
@media (max-width: 768px) {
  .select-cat .select-subject {
    width: 58%;
  }
}
.select-cat h2 {
  margin-bottom: 10px;
  margin-top: 0;
}
@media (max-width: 1140px) {
  .select-cat h2 {
    margin-top: 5px;
  }
}
.select-cat a {
  text-decoration: none;
  color: #fff;
  background: #2066c5;
  display: inline-block;
  padding: 8px 10px;
  font-size: 18px;
  line-height: 18px;
  border-radius: 5px;
  margin-bottom: 7px;
  margin-right: 5px;
}
@media (max-width: 1140px) {
  .select-cat a {
    font-size: 16px;
    padding: 5px 20px;
  }
}
@media (max-width: 768px) {
  .select-cat a {
    padding: 5px;
  }
}
.select-cat a:hover {
  background: #4d58a0;
  color: #fff;
}
.category-page .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
.category-page .container .category-content {
  width: 75%;
}
@media (max-width: 768px) {
  .category-page .container .category-content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .category-page .container .category-content h1 {
    margin-top: 10px;
  }
}
.category-page .container .category-content .list-style-container {
  display: inline-block;
  float: right;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .category-page .container .category-content .list-style-container {
    display: block;
    text-align: right;
  }
}
.category-page .container .category-content .list-style-container span {
  font-size: 24px;
  color: #2066c4;
  cursor: pointer;
}
.category-page .container .category-content .list-style-container span:first-child {
  margin-right: 5px;
  font-size: 22px;
}
.category-page .container .category-content .list-style-container span:hover {
  color: #4d58a0;
}
.category-page .container .category-content .class-list {
  width: 100%;
}
@media (max-width: 768px) {
  .category-page .container .category-content .class-list {
    margin-top: 5px;
  }
}
.category-page .container .category-content .class-list a {
  text-decoration: none;
  color: #fff;
  background: #2066c5;
  display: inline-block;
  padding: 2px 10px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 5px;
  margin-right: 2px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .category-page .container .category-content .class-list a {
    margin-bottom: 5px;
  }
}
.category-page .container .category-content .class-list a:hover {
  background: #4d58a0;
  color: #fff;
}
.category-page .container .category-content .book-list {
  margin-top: 10px;
}
.category-page .container .category-content .book-list .book {
  width: 27%;
  margin-right: 40px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media (max-width: 1140px) {
  .category-page .container .category-content .book-list .book {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .category-page .container .category-content .book-list .book {
    width: 46.5%;
    margin-right: 10px;
  }
}
@media (max-width: 360px) {
  .category-page .container .category-content .book-list .book {
    width: 46%;
    margin-right: 10px;
  }
}
.category-page .container .category-content .book-list .book img {
  height: 270px;
}
.category-page .container .category-content .book-list .book .delete-fav {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  background: #2166c5;
  font-size: 27px;
  border-radius: 5px;
  display: block;
  padding: 2px 5px;
}
.category-page .container .category-content .book-list .book .delete-fav:hover {
  transform: scale(1.2);
}
.category-page .container .category-content .book-list .book .flag {
  position: absolute;
  top: 238px;
  font-weight: 500;
  right: 0;
  font-size: 22px;
  line-height: 22px;
  display: block;
  padding: 5px;
}
@media (max-width: 768px) {
  .category-page .container .category-content .book-list .book .flag {
    top: 238px;
  }
}
.category-page .container .category-content .book-list .book .flagkz {
  background: #00afca;
  color: #ffe100;
}
.category-page .container .category-content .book-list .book .flagru {
  background: #006ddc;
  color: #fff;
}
.category-page .container .category-content .book-list .list-style-book {
  width: 100%;
  padding: 10px;
  background: rgba(32,102,196,0.102);
  padding-right: 40px;
  margin-bottom: 10px;
}
.category-page .container .category-content .book-list .list-style-book .flag {
  top: 0!important;
}
.category-page .container .sidebar {
  width: 23%;
  margin-top: 80px;
  box-shadow: 0 0 10px 2px rgba(0,0,0,0.15);
  padding: 10px;
}
@media (max-width: 768px) {
  .category-page .container .sidebar {
    width: 100%;
    margin-top: 10px;
  }
}
.category-page .container .sidebar .filter-head {
  font-weight: 700;
  text-align: center;
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}
@media (max-width: 1140px) {
  .category-page .container .sidebar .filter-head {
    margin-top: 10px;
  }
}
.category-page .container .sidebar a {
  text-decoration: none;
  color: #2066c2;
  display: inline-block;
  padding: 3px 10px;
  /* white-space: nowrap; */
  font-size: 18px;
  line-height: 27px;
  border-radius: 10px;
  margin-bottom: 3px;
}
@media (max-width: 1140px) {
  .category-page .container .sidebar a {
    display: block;
  }
}
@media (max-width: 768px) {
  .category-page .container .sidebar a {
    display: inline-block;
    padding: 5px;
    margin-bottom: 0;
  }
}
.category-page .container .sidebar a:hover {
  background: #2066c5;
  color: #fff;
}
.category-page .container .sidebar .active-link {
  background: #2066c2;
  color: #fff;
}
.book-info {
  margin-top: 10px;
  display: flex;
  align-items: baseline;
}
@media (max-width: 768px) {
  .book-info {
    display: block;
  }
}
@media (max-width: 768px) {
  .book-info .book-info-left {
    margin-bottom: 20px;
  }
}
.book-info .book-info-left img.cover {
  width: 150px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  height: auto;
}
@media (max-width: 768px) {
  .book-info .book-info-left img.cover {
    width: 100px;
  }
}
@media (max-width: 330px) {
  .book-info .book-info-left img.cover {
    width: 80px;
  }
}
.book-info .book-info-left table {
  font-size: 18px;
  line-height: 26px;
  max-width: 445px;
}
@media (max-width: 768px) {
  .book-info .book-info-left table {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 330px) {
  .book-info .book-info-left table {
    font-size: 12px;
    line-height: 12px;
  }
}
.book-info .book-info-left table tr {
  background: rgba(32,102,195,0.129);
}
.book-info .book-info-left table tr:nth-child(2n) {
  background: transparent;
}
.book-info .book-info-left table tr td {
  padding: 2px 10px;
}
.book-info .book-info-left table tr td:first-child {
  font-weight: 500;
}
.book-info .book-info-right {
  margin-left: 20px;
  clear: both;
}
@media (max-width: 768px) {
  .book-info .book-info-right {
    margin-left: 0;
  }
}
.book-info .book-info-right .book-info-link,
.book-info .book-info-right .efav-link {
  display: block;
  padding: 10px 20px;
  background: #2066c4;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  border-radius: 10px;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 768px) {
  .book-info .book-info-right .book-info-link,
  .book-info .book-info-right .efav-link {
    font-size: 6vw;
    padding: 5px 10px;
  }
}
.book-info .book-info-right .book-info-link:hover,
.book-info .book-info-right .efav-link:hover {
  filter: brightness(120%);
}
.original-book-url {
  display: block;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 10px;
  border-radius: 10px;
  width: 100%;
  cursor: pointer;
  font-weight: 400;
  background: transparent;
  margin-top: 10px;
  color: #d8e9ff;
}
@media (max-width: 768px) {
  .original-book-url {
    font-size: 4vw;
  }
}
.original-book-url:hover {
  filter: brightness(120%);
}
.book-structure {
  columns: 200px 2;
}
.book-structure h2 {
  margin-top: 5px;
}
.book-structure a {
  display: block;
  text-decoration: none;
  color: #2066c5;
  font-size: 20px;
  margin-bottom: 10px;
}
.book-structure a:hover {
  background: rgba(32,102,196,0.102);
}
.popular-books-post a {
  width: 24%;
}
@media (max-width: 768px) {
  .popular-books-post a {
    width: 46.5%;
    margin-right: 10px;
  }
}
.publisher-link {
  color: #2066c5;
}
.publisher-link:hover {
  text-decoration: none;
}
.mob-to-full {
  background: #2066c3;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  display: inline-block;
  cursor: pointer;
}
/* @media (max-width: 768px) {
  .mob-to-full {
    display: inline-block;
  }
} */
.book-online-title {
  display: inline-block;
}
@media (max-width: 768px) {
  .book-online-title {
    display: none;
  }
  .mob-to-full {
    display: none;
  }
}
.player {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.player canvas {
  width: auto;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 768px) {
  .player canvas {
    width: 100%;
  }
}
.panel {
  width: 100%;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: transparent;
  color: #2066c5;
  align-items: center;
  z-index: 100;
}
@media (max-width: 768px) {
  .panel {
    background: #ebebeb;
  }
}
.panel .page-input-box {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
}
.panel .page-input-box input {
  width: 50%;
  background: transparent;
  border: 1px solid #2066c5;
  color: #2066c5;
  padding: 5px;
  border-radius: 5px;
  font-size: 22px;
  text-align: center;
  width: 75px;
}
.panel .page-input-box input:focus {
  outline: none;
}
.panel .page-input-box span {
  font-size: 22px;
  color: #2066c5;
}
.panel button {
  color: #2066c5;
  font-size: 16px;
  border: none;
  background: transparent;
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
}
.panel button:hover {
  background: #c3dcff;
}
@media (max-width: 768px) {
  .panel button:hover {
    text-decoration: none;
  }
}
.panel button:focus {
  outline: none;
}
.panel #prev {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 100;
  background: #f0f6ff;
}
@media (max-width: 768px) {
  .panel #prev {
    bottom: 10px;
    top: auto;
    height: auto;
  }
}
.panel #next {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #f0f6ff;
}
@media (max-width: 768px) {
  .panel #next {
    top: auto;
    bottom: 10px;
    height: auto;
  }
}
#page-num {
  position: absolute;
  bottom: 0;
  left: 40%;
}
.full-player {
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  display: flex;
}
.hide-scroll {
  overflow: hidden;
}
.close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 42px;
  height: 42px;
  display: none;
  cursor: pointer;
  background: #2166c4;
  z-index: 999;
}
@media (max-width: 768px) {
  .close {
    right: 0px;
    top: 5px;
    width: 40px;
    height: 32px;
  }
}
.close:before,
.close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 43px;
  width: 5px;
  background-color: #fff;
  background: #fff;
}
@media (max-width: 768px) {
  .close:before,
  .close:after {
    height: 33px;
    width: 3px;
  }
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
.preloader-wrapper {
  position: relative;
  display: none;
}
.preloader {
  display: inline-block;
  margin-top: 20px;
  border: 20px solid #f3f3f3;
  border-radius: 50%;
  border-top: 20px solid #2065c4;
  width: 30vh;
  height: 30vh;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}
.preloader-title {
  position: absolute;
  top: 50%;
  left: 10vh;
  color: #2064c4;
  font-weight: 500;
  font-size: 2.5vh;
  text-transform: uppercase;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tml {
  width: 50%;
}
.tml .tml-label {
  display: inline-block !important;
}
.tml br {
  display: none;
}
.tml label {
  color: #2066c3;
  font-weight: 500;
  font-size: 20px;
}
.tml input {
  width: 100%;
  color: #2066c5;
  font-size: 16px;
  padding: 10px;
  border-radius: 10px;
  border: 1.5px solid #2066c5;
  outline: none;
}
.tml .the_champ_social_login_title {
  color: #2066c3;
  font-weight: 500;
  font-size: 20px;
}
.tml .tml-button {
  border: none;
  outline: none;
  background: #2066c4;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  width: 100%;
}
.tml .tml-button:hover {
  background: #4d58a0;
}
.tml .theChampLogin {
  height: 45px !important;
  width: 45px !important;
  border-radius: 5px !important;
}
.tml .tml-links {
  margin: 0;
  padding: 0;
}
.tml .tml-links .tml-login-link,
.tml .tml-links .tml-lostpassword-link,
.tml .tml-links .tml-register-link {
  list-style: none;
}
.tml .tml-links .tml-login-link a,
.tml .tml-links .tml-lostpassword-link a,
.tml .tml-links .tml-register-link a {
  color: #2066c3;
  font-size: 20px;
}
.tml #rememberme {
  display: inline-block;
  width: auto;
}
* {
  box-sizing: border-box;
  touch-action: manipulation;
}
html {
  height: 100%;
}
body {
  margin: 0;
  height: 100%;
  padding: 0;
  font-family: "Futura";
  font-weight: 300;
  color: #373737;
  display: flex;
  flex-direction: column;
}
h1 {
  font-size: 26px;
  color: #2066c4;
}
@media (max-width: 768px) {
  h1 {
    font-size: 20px;
    margin: 0;
  }
}
h1.index-title {
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 0;
}
h2 {
  color: #2066c4;
}
h3 {
  color: #2066c4;
  margin: 10px 0;
  font-size: 20px;
}
header {
  width: 100%;
  padding: 10px 0;
  box-shadow: 0 4px 4px rgba(0,0,0,0.15);
  padding-bottom: 0;
}
@media (max-width: 768px) {
  header {
    padding: 5px 0;
    padding-bottom: 0;
  }
}
header .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  align-items: center;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  header .container {
    padding-bottom: 0;
    position: relative;
  }
}
header .container a.header-left {
  width: 18%;
  font-size: 0;
  position: relative;
}
@media (max-width: 768px) {
  header .container a.header-left {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 0;
    padding-bottom: 5px;
  }
}
header .container a.header-left img {
  width: 100%;
}
@media (max-width: 768px) {
  header .container a.header-left img {
    display: none;
  }
}
header .container a.header-left .mobile-logo {
  display: none;
}
@media (max-width: 768px) {
  header .container a.header-left .mobile-logo {
    display: block;
  }
}
@media (max-width: 768px) {
  header .container .header-right {
    display: none !important;
  }
}
header .container .header-right a {
  color: #fff;
  background: #2066c5;
  text-decoration: none;
  border-radius: 25px;
  padding: 7px 20px;
  font-size: 18px;
}
header .container .header-right a:hover {
  filter: brightness(1.2);
}
header .container .header-right .search {
  width: 60%;
  display: flex;
}
header .container .header-right .search input {
  width: 100%;
  color: #2066c5;
  font-size: 16px;
  padding: 7px;
  border-radius: 5px;
  border: 1px solid #2066c5;
  outline: none;
}
@media (max-width: 1140px) {
  header .container .header-right .search input {
    padding: 5px 10px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  header .container .header-right .search input {
    padding: 10px;
  }
}
header .container .header-right .search button {
  border: none;
  outline: none;
  background: #2066c4;
  padding: 0 10px;
  border-radius: 5px;
  margin-left: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
}
header .container .header-right .search button:hover {
  background: #4d58a0;
}
header nav {
  margin-bottom: 10px;
  background: #2166c4;
}
@media (max-width: 768px) {
  header nav {
    margin-bottom: 0;
    background: transparent;
    display: none;
    padding: 0 10px;
    padding-bottom: 0px;
    width: 100%;
    border-top: 1px solid #2066c5;
  }
}
header nav .container {
  background: #2166c4;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  header nav .container {
    display: block;
    background: transparent;
  }
}
header nav .nav-right {
  float: right;
}
@media (max-width: 768px) {
  header nav .nav-right {
    float: none;
    margin-bottom: 0;
  }
}
header nav .nav-right a span {
  margin-right: 5px;
}
header nav .nav-right .search {
  width: 100%;
  display: flex;
}
@media (max-width: 768px) {
  header nav .nav-right .search {
    display: flex !important;
  }
}
header nav .nav-right .search input {
  width: 100%;
  color: #2066c5;
  font-size: 16px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #2066c5;
  outline: none;
}
@media (max-width: 768px) {
  header nav .nav-right .search input {
    padding: 5px;
    margin-bottom: 10px;
  }
}
header nav .nav-right .search button {
  border: none;
  outline: none;
  background: #2066c4;
  padding: 0 10px;
  border-radius: 5px;
  margin-left: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  margin-bottom: 10px;
}
header nav .nav-right .search button:hover {
  background: #4d58a0;
}
header nav a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  display: inline-block;
  padding: 10px;
  padding-bottom: 6px;
  border-bottom: 4px solid transparent;
}
@media (max-width: 768px) {
  header nav a {
    display: block;
    padding: 10px 0;
    font-size: 18px;
    color: #2066c5;
  }
}
header nav a:hover {
  border-color: #fff;
}
.hamb {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 3%;
  top: 10%;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 768px) {
  .hamb {
    display: block;
  }
}
.hamb .hamb-line {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #2066c3;
  margin-bottom: 5px;
  cursor: pointer;
}
.hamb .hamb-line:last-child {
  margin-bottom: 0;
}
.seo-text,
.book-desc {
  font-size: 18px;
  line-height: 26px;
  color: #2066c5;
}
.seo-text a,
.book-desc a {
  color: #006cff;
}
.book-desc {
  margin-bottom: 5px;
}
.library-alert {
  padding: 10px;
  background: #d1e5ff;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 400;
  color: #2066c3;
}
.book-info-link {
  display: inline-block;
  padding: 10px 20px;
  background: #2066c4;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  border-radius: 10px;
  width: auto;
  margin-right: 10px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .book-info-link {
    font-size: 6vw;
    padding: 5px 10px;
  }
}
.book-info-link:hover {
  filter: brightness(120%);
}
.post-popular-books .book img {
  height: 210px;
}
.post-popular-books .book .flag {
  top: 178px;
}
.popular-books {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 20px;
}
.book {
  width: 27%;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 1140px) {
  .book {
    width: 24%;
  }
}
@media (max-width: 768px) {
  .book {
    width: 48%;
  }
}
.book:hover {
  transform: scale(1.03);
}
.book img {
  width: 100%;
  height: 270px;
  box-shadow: 1px 0px 10px 0px rgba(0,0,0,0.15);
}
@media (max-width: 768px) {
  .book img {
    height: 230px;
  }
}
.book .book-title {
  color: #2066c5;
  font-weight: 500;
  font-size: 15px;
}
.book .flag {
  position: absolute;
  top: 238px;
  font-weight: 500;
  right: 0;
  font-size: 22px;
  line-height: 22px;
  display: block;
  padding: 5px;
}
.book .flagkz {
  background: #00afca;
  color: #ffe100;
}
.book .flagru {
  background: #006ddc;
  color: #fff;
}
@media (max-width: 768px) {
  .breadcrumbs {
    font-size: 14px;
  }
}
.breadcrumbs a {
  color: #2066c3;
}
footer {
  background: #ebebeb;
  color: #2066c5;
  margin-top: 10px;
  box-shadow: 0 4px 4px rgba(0,0,0,0.15);
}
footer .footer-top {
  background: #ebebeb;
}
footer .footer-top .container {
  background: #ebebeb;
}
footer .footer-top a {
  color: #006cff;
}
footer .footer-bottom {
  background: #2066c3;
}
footer .footer-bottom .container {
  background: #2066c3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer-bottom p {
  padding: 0;
  color: #fff;
}
footer .footer-bottom p a {
  color: #fff;
}
footer .footer-bottom p a:hover {
  text-decoration: none;
}
.main {
  padding-top: 0px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .main {
    margin-top: 10px;
  }
}
.wrapper {
  flex: 1 0 auto;
}
.container {
  width: 1140px;
  margin: 0 auto;
  padding: 0 10px;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 170px;
}
@media (max-width: 1140px) {
  .container {
    width: 768px;
    border: none;
    padding: 0 10px;
  }
}
@media (max-width: 1090px) {
  .book-info {
    display: block;
  }
  .book-info .book-info-right {
    margin-left: 0;
  }
  .container {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 5px;
  }
}
.hide {
  display: none;
}
.hide-on-desktop {
  display: none !important;
}
@media (max-width: 768px) {
  .hide-on-desktop {
    display: block;
  }
}
.show {
  display: block !important;
}
hr {
  background: #c1dbff;
  height: 1px;
  border: none;
}
.prikaz-table {
  word-wrap: break-word;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-color: #cfcfcf;
  border-width: 1px;
  border-style: solid;
}
.prikaz-table tr {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: #cfcfcf;
  border-width: 1px;
  border-style: solid;
}
.prikaz-table tr td {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: #cfcfcf;
  border-width: 1px;
  border-style: solid;
  padding: 3px 5px;
}
.admitad a {
  padding: 0 !important;
}
.admitad a:hover {
  background: transparent !important;
}
.ad {
  margin: 5px auto;
}
.kzgdz-banner img {
  width: 100%;
}
@media (max-width: 768px) {
  .kzgdz-banner {
    display: none;
  }
}
.kzgdz-banner:hover {
  filter: brightness(1.1);
}
.kzgdz-banner-mobile {
  display: none;
}
.kzgdz-banner-mobile img {
  width: 100%;
}
@media (max-width: 768px) {
  .kzgdz-banner-mobile {
    display: block;
  }
}
.kzgdz-banner-mobile:hover {
  filter: brightness(1.1);
}
@media (max-width: 768px) {
  .admitad {
    display: none;
  }
}
.news-page .sidebar {
  margin-top: 90px !important;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .news-list {
    margin-top: 10px;
  }
}
.news-list .news-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-decoration: none;
  padding: 10px;
  transition: 0.2s;
  box-shadow: 1px 0px 10px 0px rgba(0,0,0,0.15);
  margin-bottom: 20px;
}
.news-list .news-item:hover {
  transform: scale(1.02);
}
.news-list .news-item img {
  width: 40%;
  height: auto;
}
@media (max-width: 768px) {
  .news-list .news-item img {
    width: 100%;
  }
}
.news-list .news-item .news-item-right {
  width: 58%;
}
@media (max-width: 768px) {
  .news-list .news-item .news-item-right {
    width: 100%;
  }
}
.news-list .news-item .news-item-right h3 {
  margin-top: 0;
}
.news-list .news-item .news-item-right p {
  margin-top: 10px;
  color: #2268c2;
}
.news-widget-title {
  text-decoration: none;
  color: #2066c4;
}
.news-widget-title:hover {
  text-decoration: underline;
}
.news-widget .news-item {
  width: 49% !important;
}
@media (max-width: 768px) {
  .news-widget .news-item {
    width: 100% !important;
  }
}
.news-content h1 {
  margin-bottom: 10px;
}
.news-content p {
  font-size: 18px;
  line-height: 26px;
}
.news-content .wp-block-quote {
  margin-left: 20px;
  border-left: 5px solid #2066c3;
  padding-left: 10px;
}
.news-content .wp-block-image {
  margin: 0;
}
.news-content .wp-block-image img {
  width: 100%;
}
.news-content figure {
  margin: 0 auto;
  text-align: center;
}
.news-content iframe {
  border: none;
  margin: 0 auto;
  text-align: center;
}
.news-content a {
  color: #2166c4;
}
.news-content a:hover {
  text-decoration: none;
}
.materials-list .news-item {
  width: 49%;
  background: #2166c4;
}
.materials-list .news-item .news-item-right {
  width: 100%;
}
.materials-list .news-item .news-item-right h3 {
  color: #fff;
}
.materials-list .news-item .news-item-right p.news-desc {
  color: #fff;
}

.banner{
  display: block;
  width: 100%;
  margin: 10px 0;
  height: auto;
}
.banner-vk{
  width: 100%;
}
.banner-vk img{
  width: 100%;
}
.hide-link{
  display: none!important;
}
.book-info-link-small{
  margin-bottom: 10px;
  display: inline-block;
  color: #2166c4;
  font-size: 18px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .efav-span{
    display: block;
  }
}
.right-banner {
  width: 245px;
  height: 405px;
  outline: 2px solid #2166c4;
  z-index: 50;
  position: fixed;
  right: 10px;
}
@media (max-width: 1090px) {
  .right-banner {
    display: none;
  }
}
.fixed-ad-sidebar {
  position: fixed;
  bottom: 0;
}

.buy-paper{
  background: #8f48bb!important;
}

#timer{
  font-size: 28px;
  color: #2166c4;
}
#timer span{
  display: block;
  font-size: 36px;
  font-weight: 700;
}
#example{
  margin-top: 20px;
  margin-bottom: 20px;
}
#example .book-info-link{
  font-size: 42px;
}

.pagination-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.pagination-links a {
  text-decoration: none;
  color: #fff;
  background: #2066c5;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 24px;
  border-radius: 5px;
}
.pagination-links a:hover {
  background: #4d58a0;
  color: #fff;
}
@media (max-width: 768px) {
  .pagination-links a {
    font-size: 15px;
    padding: 5px 10px;
  }
}

.player-wrapper {
  opacity: 0;
}

.player-cover {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  font-size: 10px;
  position: relative;
  background: #fff;
  z-index: 99;
  touch-action: none;
  background: #222429;
}

.player-cover .book-player-cover {
  width: auto;
  height: 100%;
  margin: 0 auto;
  filter: blur(3px);
  display: block;
}

.player-cover .read-online-cover {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%, -50%);
  background: #2066c5;
  padding: 20px 40px;
  text-decoration: none;
  color: #fff;
  font-size: 26px;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0px 0px 10px 10px rgb(255 255 255 / 70%);
}

.player-cover .read-online-cover:hover {
  box-shadow: none;
  background: #27528c;
  filter: brightness(120%);
}

.player-header {
  color: #fff;
  font-size: 23px;
  font-style: italic;
  font-weight: normal;
  overflow: hidden;
  padding: 10px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #2066c4;
}

.player-show {
  opacity: 1;
}

@media (max-width: 768px) {
  .player-cover .read-online-cover {
    padding: 10px 15px;
    font-size: 24px;
  }
}

.player-cover .spinner {
  position: absolute;
  width: 40%;
  top: 50%;
  left: 50%;
  transform:translate(-50%, -50%);
}

.download-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.download-wrapper .cover {
  width: 38%;
}

.download-right {
  text-align: center;
  width: 59%;
  position: relative;
}

.download-right p {
  margin: 0;
}

.download-right .spinner {
  width: 25%;
}

.download-wrapper .book-info-link {
  display: block;
  text-align: center;
}

.new-player {
  background: #444;
}