body {
  font-size: 14px;}

/* wrapper */   
.wrapper {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;}
@media (min-width: 768px) {
.wrapper {
    max-width: 2500px;
	padding: 0 70px;}
}
@media (max-width: 767px) {
.wrapper {
	padding: 0 35px;}
} 




/* main-div */
.main-div {
  padding-top: 70px;
  max-width: 2500px;
  margin-left: auto;
  margin-right: auto;}
@media (max-width: 991px) {
.main-div {
  padding-top: 60px;}
}


/* section */
section {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;}





/* header */
header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #232323;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 2500px;
  margin-left: auto;
  margin-right: auto;
 /**/
  opacity: 1;
  transition: height 0ms 0ms, opacity 600ms 0ms;}
body.specific_scroll:not(.up_scroll) header {
  height: 0;
  z-index: 0;
  opacity: 0;
  transition: height 0ms 400ms, opacity 400ms 0ms;}
@media (max-width: 991px) {
header {
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;}
}
/* header-bg-transparent */
body:not(.specific_scroll) .header-bg-transparent header {
  background-color: transparent;}



/* a-logo */
header .a-logo {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;}
header .a-logo .logo {
  max-width: 100%;
  height: 32px;}
header .a-logo span {
  position: relative;
  top: 4px;
  left: 10px;}
 



  
/* toggle-btn */
.toggle-btn {
  background: transparent;
  min-width: auto;
  box-shadow: none;
  border-radius: 0;
  border: none;
  width: 35px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 18px;
  padding: 0;}
.toggle-btn:focus,
.toggle-btn:hover {
  outline: none;
  background: transparent;}
.toggle-btn span {
  background-color: #fff;
  border-radius: 145px;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 4px;
  width: 60%;
  transition: all .3s ease-in-out;}
.toggle-btn:not(.toggle_btn_on) span:first-child {
  transform: translate3d(0, -4px, 0);
  left: 0;
  top: 5px;}
.toggle-btn:not(.toggle_btn_on) span:nth-child(2) {
  width: 100%;
  top: 12px;
  right: 1px;}
.toggle-btn:not(.toggle_btn_on) span:last-child {
  transform: translate3d(0, 4px, 0);
  right: 0;
  top: 19px;}
@media (min-width: 992px) {
.toggle-btn {
  display: none;}
}

/* toggle_btn_on */
.toggle_btn_on {
  z-index: 11;
  top: 20px;
  right: 275px;}
.toggle_btn_on span {
  top: 12px;
  background-color: #fff;}
.toggle_btn_on span:first-child {
  transform: rotate(135deg) translate3d(0, 0, 0);}
.toggle_btn_on span:last-child {
  transform: rotate(-135deg) translate3d(0, 0, 0);}
.toggle_btn_on span:nth-child(2) {
  opacity: 0;}
@media (min-width: 992px) {
.toggle_btn_on {
  display: none;}
}
@media (max-width: 991px) {
.toggle_btn_on {
  right: 20px;}
}


/* nav */
@media (min-width: 992px) {
header nav {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);}
}
@media (max-width: 991px) {
header nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: right .30s ease-in-out;
  -moz-transition: right .30s ease-in-out;
  -ms-transition: right .30s ease-in-out;
  -o-transition: right .30s ease-in-out;
  transition: right .30s ease-in-out;}
/* menu_open */
header nav:not(.menu_open) {
  right: -400px;}
/* menu-area */
header nav.menu_open .menu-area {
  background: #00000096;
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;}
}



/* menu */
.menu ul {
  padding-left: 0;}
.menu li {
  list-style: none;}
.menu li a {
  text-decoration: none;
  display: block;
  font-size: 16px;
  color: #9b9b9b;}
.menu li a:hover {
  color: #fff;}
@media (min-width: 992px) {
.menu ul {
  margin-bottom: 0;}
.menu li {
  display: inline-block;
  margin-left: 25px;}
.menu li a {
  font-size: 13.8px;}
}
@media (max-width: 991px) {
.menu {
  background: #23afbb;
  overflow-y: auto;
  height: 100%;
  width: 300px;}
.menu ul {
  padding-top: 60px;}
.menu li {
  padding: 5px 10px 0 40px;}
.menu li a {
  padding-top: 22px;
  color: #fff;}
.menu li a:hover {
  font-weight: bold;
  color: #fae100;}
}


/* logo */
@media (min-width: 992px) {
.menu .logo {
  display: none;}
}
.menu .logo {
  width: 100%;
  position: absolute;
  bottom: 50px;
  display: inline-block;}
.menu .logo img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-height: 80px;}



/* active */
a.active {
    cursor: default;}

/* box-shadow */
.box-shadow {
    box-shadow: 6px 6px 34px #d1d1d1;}


/* btn-zoom-hover */
.btn-zoom-hover {
  overflow: hidden;
  transition: transform .6s;}
.btn-zoom-hover:hover,
.btn-zoom-hover:focus {
  -ms-transform: scale(1.1); 
  -webkit-transform: scale(1.1);
  transform: scale(1.1);}



/* btn-forward */
.btn-forward {
  background-color: transparent;
  border: none;}
.btn-forward img {
  height: 30px;}


/* read-more */
.read-more {
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  font-size: 13.4px;
  color: #323232;
  font-family: airbnb_cereal_appmedium;}
.read-more:hover {
  color: #000;}



/* mobile_device */
body:not(.mobile_device) .show-mobile {
  display: none;}
.mobile_device .hide-mobile {
  display: none;}


/* card-items  */
.card-items .item {
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  padding: 10px 10px 20px;}
.card-items .item .img-primary {
  border-radius: 15px;
  margin-bottom: 15px;}
/* tags */
.card-items .item .tags ul {
  padding-left: 0;
  margin-bottom: 8px;}
.card-items .item .tags ul li {
  display: inline-block;
  border: 1px solid #b8bbbf;
  list-style: none;
  color: #6b6b6c;
  border-radius: 8px;
  padding: 1.5px 11px;
  margin-right: 10px;
  margin-bottom: 7px;
  font-size: 10px;
  vertical-align: middle;}
/**/
.card-items .item .title {
  color: #232323;
  font-size: 13.4px;
  line-height: 16px;}
.card-items .item .dec {
  margin-top: 10px;
  font-size: 11.5px;
  margin-bottom: 10px;
  color: #6e6e6e;}
.card-items .item .read-more {
  font-size: 11px;}
.card-items .item .btn-label {
  display: inline-block;
  font-size: 13.4px;
  position: relative;
  top: 7px;
  margin-right: 25px;
  text-decoration: none;
  color: #323232;
  font-family: airbnb_cereal_appmedium;}
.card-items .item .btn-label:hover {
  color: #000;}
.card-items .item .btn-buy {
  color: #fff;
  margin-top: 10px;
  font-size: 13px;
  padding: 7px 35px;
  border-radius: 8px;}
.card-items .item .btn-forward img {
  height: 20px;}
.card-items .item .btn-contact {
  font-size: 10.5px;
  color: #fff;
  background-color: #23afbb;
  padding: 4px 15px;}
.card-items .item .div-bottom {
  position: absolute;
  bottom: 20px;
  width: 100%;}
@media (min-width: 576px) {
.card-items .item .img-primary {
  width: 100%;
  height: 150px;
  object-fit: cover;}
}



/* search-form */
.search-form {
  max-width: 500px;}
.search-form .form-control {
  border: none;
  font-size: 14px;
  box-shadow: 9px 8px 22px #d7d7d7;
  padding: 8px 15px 6px 45px;
  border-radius: 7px;}
.search-form .btn {
  right: initial;
  top: -4px;
  left: 0;}



/* chosen */
.chosen-container-single .chosen-single div b:before {
  color: #23afbb;}


/* dropdown */
/* dropdown-toggle */
.share .dropdown .dropdown-toggle {
  background-color: transparent;
  border: none;}
.share .dropdown .dropdown-toggle::after {
  border: none;}
/* dropdown-menu */
.share .dropdown .dropdown-menu {
  width: 130px;
  overflow-x: hidden !important;
  border: none;
  border-radius: 5px;
  box-shadow: #89818152 2px 30px 33px;}
.share .dropdown .dropdown-menu .dropdown-item {
  display: block !important;
  color: #787b7d;
  cursor: pointer;
  font-size: 11px;
  padding: 7px 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 15px;
  list-style: none;}
.share .dropdown .dropdown-menu .dropdown-item.active, 
.share .dropdown .dropdown-menu .dropdown-item:active {
  color: #787b7d;
  background-color: transparent;}
.share .dropdown .dropdown-menu li:not(:last-of-type) .dropdown-item {
  border-bottom: 1px solid #dee2e5;}
.share .dropdown .dropdown-menu .dropdown-item:active,
.share .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #414242;}
.share .dropdown .dropdown-menu .dropdown-item:focus {
  outline: none;}
.share .dropdown .dropdown-menu .dropdown-item .fa {
  width: 20px;}
.share .dropdown .dropdown-menu .dropdown-item span {
  font-size: 11px;}
.share .dropdown .dropdown-menu .btn-copy {
  background-color: transparent;
  border: none;
  color: #000;
  position: absolute;
  right: 25px;
  top: 25px;}
.share .dropdown .dropdown-menu .dropdown-item a {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  min-width: 110px;
  color: #6e6e6e;}
.share .dropdown .dropdown-menu .dropdown-item a:hover {
  color: #000;}


/* form-default */
/* form-body */
.form-default .form-body [class^="col-"] {
    margin-bottom: 20px;}
.form-default .form-body .form-control,
.form-default .form-body .form-select {
    background-color: #f2f2f2;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 8px;
    border-color: transparent;}
/* form-foot */
.form-default .form-foot .btn-primary {
    border: none;
    font-size: 16px;
    min-width: 200px;
    padding: 10px;}

  

/* pagination */
.pagination .page-item .page-link {
  font-size: 14px;}
.pagination .page-item .page-link.active {
  background-color: transparent;
  color: #000;}
.pagination .page-item.next-item .page-link,
.pagination .page-item.prev-item .page-link {
  background-color: #000;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 27px;
  font-size: 18px;}



/* contact-table */
.contact-table td {
  vertical-align: top;
  padding-top: 15px;
  font-size: 13.9px;
  color: #bdbfc5;}
.contact-table td img {
  height: 18px;
  padding-right: 15px;}
.contact-table td img[src="/static/public/images/icons/mail.png"] {
  height: 15px;}
.contact-table td a {
  display: block;
  color: #bdbfc5;
  text-decoration: none;}
.contact-table td a:hover {
  color: #fff;}





/* banner-top */
.banner-top {
  position: relative;
  overflow-x: hidden;}
.banner-top::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #00000075;}
.banner-top .img-primary {
  height: 380px;
  width: 100%;
  object-fit: cover;}
.banner-top .caption {
  width: 85%;
  position: absolute;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%,50%);
  -ms-transform: translate(50%,50%);
  transform: translate(50%,50%);}
.banner-top .caption h3 {
  font-size: 40px;
  margin-top: 0;}
.banner-top .caption h5 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 0;}
@media (max-width: 991px) {
.banner-top .img-primary {
  height: 250px;}
.banner-top .caption h3 {
  font-size: 30px;}
.banner-top .caption h5 {
  font-size: 15px;}
}




/* qr */
#qr .item {
  box-shadow: 1px 2px 21px #c4c5c7;
  padding: 25px;
  border-radius: 25px;}
#qr .banner-top::before {
  border-radius: 15px;}
#qr .banner-top .img-primary {
  height: 450px;
  border-radius: 15px;}
#qr .banner-top .img-qr {
  height: 150px;}
@media (max-width: 991px) {
#qr .banner-top .img-primary {
  height: 350px;}
}
@media (max-width: 767px) {
#qr .banner-top .img-primary {
  height: 400px;}
#qr .banner-top .img-qr {
  height: 100px;}
}


/* buy-sell-book */
#buy-sell-book .buy,
#buy-sell-book .sell { 
  background-image: url(../images/bg/bg-circle.png);
  background-size: 500px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;}
@media (min-width: 992px) {
#buy-sell-book .buy,
#buy-sell-book .sell {
	padding-left: 70px;
  padding-right: 70px;}
}
@media (max-width: 991px) {
#buy-sell-book .buy,
#buy-sell-book .sell {
  padding-left: 35px;
  padding-right: 35px;}
} 
#buy-sell-book .buy {
  background-color: #33ADB7;}
#buy-sell-book .sell {
  background-color: #3F3F3F;}
#buy-sell-book h2 {
  margin-bottom: 30px;}
/* form-default */
#buy-sell-book .buy .btn-primary {
  color: #33ADB7;
  background-color: #fae100;}
#buy-sell-book .sell .btn-primary {
  color: #fff;
  background-color: #33ADB7;}

@media (max-width: 767px) {
#buy-sell-book .form-default {
  padding-left: 50px;}
#buy-sell-book .head {
  position: absolute;
  left: 10px;
  top: 60px;}
#buy-sell-book .head h2 {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition-duration: 0.8s;
  transition-property: transform;
  writing-mode: vertical-lr;
  white-space: nowrap;}
}


/* book-search */
@media (max-width: 767px) {
#book-search .form-select {
  max-width: 100%;
  width: 100%;
  padding: 5px;
  font-size: 12px;}
}



/* login_page */
.login_page .page-content {
    padding: 120px 35px 80px;
    box-shadow: 9px 19px 35px #dcdcdd;}
/* form-head */
.login_page .page-content .form-head {
    margin-bottom: 25px;}
/* form-body */
.login_page .page-content .form-body .field-col {
    margin-top: 15px;}
.login_page .page-content .form-body .field-col .form-label {
    font-size: 13px;}
.login_page .page-content .form-body .field-col .form-control {
    font-size: 14px;}
/* form-foot */
.login_page .page-content .form-foot {
    margin-top: 25px;}
.login_page .page-content .form-foot .btn-primary {
    min-width: 100px;}





/* top-footer */
/* wrapper */
footer .top-footer .wrapper {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;}


/* info */
footer .top-footer .info {
  background-color: #33ADB7;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 40px;}
footer .top-footer .info .a-logo {
  margin-top: 30px;
  margin-bottom: 15px;
  display: inline-block;}
footer .top-footer .info .a-logo img {
  max-height: 100px;}
footer .top-footer .info h5 {
  font-size: 15px;
  margin-top: 40px;
  margin-right: 30px;
  line-height: 24px;
  color: #fff;}
@media (min-width: 992px) {
footer .top-footer .info {
  padding-left: 70px;}
}
@media (max-width: 991px) {
footer .top-footer .info {
  padding-right: 35px;
  padding-left: 35px;}
}
@media (max-width: 767px) {
footer .top-footer .info h5 {
  font-size: 13px;
  margin-top: 30px;
  line-height: 20px;}
}

/* details */
footer .top-footer .details {
  background-color: #232323;}
@media (min-width: 992px) {
footer .top-footer .details {
  padding-right: 70px;}
}
@media (max-width: 991px) {
footer .top-footer .details {
  padding: 40px 35px;}
}


/* social-circle */
footer .top-footer .social-circle {
  margin-top: 40px;
  padding-left: 0;}
footer .top-footer .social-circle li {
  float: left;
  margin-right: 30px;
  list-style: none;}
footer .top-footer .social-circle li a {
  display: inline-block;
  text-decoration: none;
  font-size: 28px;
  color: #fff;}
@media (max-width: 767px) {
footer .top-footer .social-circle li a {
  font-size: 24px;}
}

/* contact-table */
footer .top-footer .contact-table td {
  font-size: 19px;}
footer .top-footer .contact-table tr:not(:first-of-type) td {
  padding-top: 22px;}
footer .top-footer .contact-table td img {
  height: 30px;
  padding-right: 20px;}
footer .top-footer .contact-table td img[src="/static/public/images/icons/mail.png"] {
  height: 22px;}
@media (min-width: 992px) {
footer .top-footer .contact-table {
  position: absolute;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%,50%);
  -ms-transform: translate(50%,50%);
  transform: translate(50%,50%);}
}
@media (max-width: 767px) {
footer .top-footer .contact-table td {
  font-size: 15px;}
footer .top-footer .contact-table tr:not(:first-of-type) td {
  padding-top: 20px;}
footer .top-footer .contact-table td img {
  height: 25px;
  padding-right: 15px;}
footer .top-footer .contact-table td img[src="/static/public/images/icons/mail.png"] {
  height: 17px;}
}



/* bottom-footer */
footer .bottom-footer {
  background: #1c1c1c;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;}
footer .bottom-footer p {
  color: #676762;
  font-size: 13px;
  margin-bottom: 0;}
footer .bottom-footer p span {
  display: inline-block;}
footer .bottom-footer p a {
  font-family: airbnb_cereal_appmedium;
  text-decoration: none;
  color: #747370;}
footer .bottom-footer p a:hover {
  color: #a5a4a3;}
@media (max-width: 991px) {
footer .bottom-footer p {
  font-size: 12px;}
footer .bottom-footer {
  padding-top: 15px;
  padding-bottom: 15px;}
}