@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptug8zYS_SKggPNyC0ISg.ttf) format('truetype');
}
html,
body {
  height: 100%;
}
body {
  color: #34495e;
  font-size: 14px;
  line-height: 1.25em;
}
body .created,
body h1,
body h2,
body h3,
body h4 {
  font-family: Raleway;
  font-weight: 400;
}
body h5,
body h6 {
  margin: 0;
}
input:invalid {
  border: 2px solid #f0f0f0;
}
p {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 24px;
  margin-top: 12px;
}

.navbar {
  border-radius: 0;
  padding: 10px;
  margin-left:-15px;
  margin-right:-15px;
}
.navbar a {
  color: #fff;
}
.navbar a:hover {
  color: #00bec2;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.ajax-loader {
  background: #000;
  border-radius: 8px;
  display: none;
  padding: 20px;
}
/* New Moden CSS Loader */
.overlay-loader {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  height: 100%;
  left: 0;
  padding: 5%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10010;
}
.loader {
  position: relative;
  margin: 0 auto;
  width: 100px;
  top: 50%;
  margin-top: -100px;
}
.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.circular {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%,
  0% {
    stroke: #eee;
  }
  66% {
    stroke: #999;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #eee;
  }
  66% {
    stroke: #999;
  }
}
/* End New Moden CSS Loader */
/* Navigation */
.logo-image {
  position: relative;
  z-index: 1001;
}
.login-logout-text {
  display: block;
  font-weight: 700;
  margin: 26px 0;
  position: relative;
  z-index: 1000;
}
.login-logout-text > div > a:first-child:after {
  content: '|';
  margin-left: 6px;
  margin-right: 4px;
}
.login-logout-text span.dropdown {
  margin-left: 10px;
}
#toSearch {
  border-bottom: 3px solid #ededed;
  border-left: none;
  border-right: none;
  border-top: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-left: 6px;
  min-height: 30px!important;
  width: 140px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#toSearch:focus {
  border-bottom: 3px solid silver;
  outline: 0;
  width: 220px;
}
.nav-cart {
  position: relative;
  text-align: center;
}
.nav-cart:hover .nav-cart-dropdow,
.nav-cart:hover {
  display: block;
}
.user-dropdown {
  position: relative;
}
.nav-cart-dropdow {
  background: #fff;
  border: 0;
  bottom: -32px;
  display: none;
  left: -1px;
  padding: 8px 0px 4px 0px;
  position: absolute;
  width: 102%;
  z-index: 1001;
  background-clip: padding-box;
}
.user-dropdown-menu {
  border-radius: 0;
  border-top: 0;
  border-right: 1px solid #3cf;
  border-bottom: 1px solid #3cf;
  border-left: 1px solid #3cf;
  right: 0;
  left: auto;
  margin-top: 0;
  min-width: auto;
  position: absolute;
}
.user-dropdown-menu:before {
  display: none!important;
}
.user-dropdown-menu:after {
  border-bottom: 12px solid #3cf;
}
.header-extra-stuff {
  float: left;
  margin-left: 100px;
  text-align: center;
  width: 500px;
}
.header-extra-stuff h1 {
  font-size: 30px;
}
.header-extra-stuff h1 small {
  font-size: 0.57em;
}
.preview-button {
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
  z-index: 10000;
}
.purchase-buttons {
  margin-top: 12px;
}
.purchase-buttons-blocks a {
  display: block;
  width: 100%;
}
.btn-read-now-sm {
  max-width: 140px;
}
.btn-login {
  background: #82cf2e;
  border: 0;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  height: 43px;
  margin: 15px 0;
  min-width: 100%!important;
  padding: 0 25px;
  text-align: center;
}
.btn-google {
  color: #545454;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 1px #ddd
}

.btn-clever {
  color: #545454;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 1px #ddd
}

.btn-classlink {
  color: #545454;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 1px #ddd
}

.btn-microsoft365 {
  color: #545454;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 1px #ddd
}

.btn-openathens {
  color: #545454;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 1px #ddd
}

.btn-2api-oauth {
  color: #545454;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 1px #ddd
}

.nav > li > a.btn-login {
  margin-left: 16.66666667%;
}
.btn-login:hover,
.btn-login:active,
.btn-login:focus,
.nav > li > a.btn-login:hover,
.nav > li > a.btn-login:active,
.nav > li > a.btn-login:focus {
  background: #68a525;
  color: #fff;
}
.innerDiv span.btn-read-now {
  position: relative;
  bottom: 0;
}
.btn-danger-outline {
  background: #fff;
  border-color: #d9534f;
  border-radius: 0;
  color: #d9534f;
  text-align: center;
  text-transform: uppercase;
}
.btn-danger-outline:hover {
  background: #ff6660;
  border-color: #ac2925;
  color: #fff;
}
.btn-addon {
  background: #eee;
  border-left: 3px solid #eee;
  height: 88%;
  position: absolute;
  right: 3px;
  top: 3px;
}
/* Product */
/*
.product-cover {
  width: 150px;
  height: 225px;
}
.product-info {
  border-bottom: 1px #EEE solid;
  padding: 8px;
}
.product-details {
  margin-top: 12px;
}
.owl-carousel .item span {
  display: block;
  color: #333;
}
.item-inner {
  position: relative;
  width: 150px;
}
.product-image-wrapper {
  position: relative;
  max-width: 320px;
}
.owl-carousel-mod .owl-item img {
  margin: 0 auto;
  width: auto;
}
section .owl-carousel .item span {
  padding: 10px 0;
}*/



/* Library Login */
.library-list {
  list-style-type: none;
  text-align: left;
  padding: 0;
  margin: 0;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.library-list li {
  position: relative;
  padding: 5px 10px;
  cursor: pointer;
}
.library-list li:hover,
.library-list li.hovered {
  background-color: #DDD;
}
.library-list-section {
  background-color: #fff;
  position: absolute;
  z-index: 100;
  opacity: 0.98;
  top: 56px;
  left: 15px;
}
li.partial-match {
  display: block;
}
li.no-match {
  display: none;
}
.login-show-email,
.signup-show-email {
  display: none;
}
.input-comment a {
  margin-left: 18px;
}
/* End Library Login*/

/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
.cart_complete .btn-read-now {
  display: block;
  float: none;
  margin-bottom: 36px;
}
.cart_complete img {
  display: block;
  margin-bottom: 14px;
}
.cart_complete span {
  display: block;
  font-size: 0.95em;
  height: 32px;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.border-top {
  border-top: 1px solid #e7e7e7;
}
.add-some-space {
  margin-bottom: 100px;
}
.btn.btn-transparent {
  border: 3px solid #fff;
  background: 0 0;
  color: #fff;
}
.btn.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.btn.btn-link {
  color: #3cf;
  padding: 0;
}
.btn.btn-link:hover {
  text-decoration: none;
}
.btn-primary,
.btn-primary:hover {
  background-color: #3cf;
}
a:focus,
a:hover {
  color: #005580;
  text-decoration: none;
  outline: 0;
}
body > section {
  padding: 50px 0;
}
body > section#slide-show {
  padding: 0;
}
#recent-works {
  background: #3cf;
  color: #fff;
}
#recent-works .links > a {
  background: #fff;
  color: #3cf;
  text-shadow: none;
}
.title {
  background: #3cf;
  color: #fff;
  padding: 20px 0;
}
.progress {
  margin-bottom: 10px;
}
.progress,
.progress .bar {
  -moz-border-radius: 0;
  -moz-box-shadow: none;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
  background-image: none;
  border-radius: 0;
  box-shadow: none;
  height: 30px;
  line-height: 30px;
  text-shadow: none;
}
.badge,
.label {
  font-weight: 300;
  font-size: 90%;
}
ul.breadcrumb {
  margin: 12px 0 0;
  background: 0 0;
}
ul.breadcrumb > li {
  text-shadow: none;
}
ul.breadcrumb > li .divider,
ul.breadcrumb > li > a {
  color: #fff;
}
ul.breadcrumb > li.active {
  color: rgba(255, 255, 255, 0.7);
}
ul.tag-cloud li {
  display: inline-block;
  margin: 0 0 2px;
}
.btn-social {
  border: 0;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}
.btn-social.btn-facebook {
  background: #4f7dd4;
}
.btn-social.btn-facebook:hover {
  background: #789bde;
}
.btn-social.btn-twitter {
  background: #5bceff;
}
.btn-social.btn-twitter:hover {
  background: #8eddff;
}
.btn-social.btn-linkedin {
  background: #21a6d8;
}
.btn-social.btn-linkedin:hover {
  background: #49b9e3;
}
.btn-social.btn-google-plus {
  background: #dc422b;
}
.btn-social.btn-google-plus:hover {
  background: #e36957;
}
.btn-social:hover {
  color: #fff;
}
.main-info {
  background-color: #fff;
  color: #999;
}
.main-info h4 {
  color: #999;
}
.icon-medium {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #3cf;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  padding: 10px;
  text-align: center;
  width: 18px;
}
.modal {
  border: 0;
}
.modal#loginForm {
  width: 600px;
  margin-left: -300px;
}
.modal .modal-header {
  border: 0;
  padding: 20px 20px 0;
}
.modal .modal-header > h4 {
  font-weight: 300;
  font-size: 14px;
  color: #848484;
  text-transform: uppercase;
  margin: 0;
}
.modal .modal-body {
  padding: 20px;
}
/*.modal input[type=text],.modal input[type=password]{
  padding:5px 10px;
  min-height:30px;
  width:130px;
  margin-right:10px
}*/
.modal .icon-remove {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #ebebeb;
  border-radius: 100%;
  color: #848484;
  cursor: pointer;
  display: block;
  height: 16px;
  line-height: 16px;
  position: absolute;
  right: -5px;
  text-align: center;
  top: -5px;
  width: 16px;
}
.modal button {
  margin-left: 10px;
  border: 0;
}
.modal .continue-browsing {
  float: left;
}
.read-now-in-modal {
  float: none;
}
.gap {
  margin-bottom: 50px;
}
.big-gap {
  margin-bottom: 100px;
}
.no-margin {
  margin: 0;
  padding: 0;
}
#main-contents {
  margin-top: 20px;
}
#main-contents .blog-news .created {
  font-size: 18px;
  color: #3cf;
}
footer {
  clear: both;
  padding-bottom: 15px;
}
#bottom {
  background: #140822;
  padding-bottom: 25px;
  min-height: 120px;
}
#bottom h4 {
  color: #3cf !important;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
}
#bottom h1,
#bottom h2,
#bottom h3,
#bottom h4,
#bottom h5,
#bottom h6 {
  color: #fff;
}
#bottom a {
  color: #6f6f6f;
}
#bottom a:hover {
  color: #3cf;
}
#bottom ul.thumbnails {
  margin-bottom: 0;
}
#bottom ul.thumbnails li {
  margin-bottom: 5px;
}
#bottom .container h1 {
  font-size: 48px !important;
  font-weight: bold !important;
  margin-bottom: -25px !important;
}
#bottom .container h2 {
  /*margin-bottom: 50px;*/
  font-size: 1.55em;
  margin-top: 34px;
}
#bottom .container p {
  color: #FFF;
}
/*.uneditable-input,input[type=time],input[type=week],input[type=number],input[type=email],input[type=url],input[type=search],input[type=tel],input[type=color],input[type=text],input[type=password],input[type=datetime],input[type=datetime-local],input[type=date],input[type=month],select,textarea {
-moz-border-radius:3px;
-moz-box-shadow:none;
-webkit-border-radius:3px;
-webkit-box-shadow:none;
border-radius:3px;
border:3px solid #ededed;
box-shadow:none;
min-height:50px;
padding:0 15px
}
.uneditable-input:focus,input[type=time]:focus,input[type=week]:focus,input[type=number]:focus,input[type=email]:focus,input[type=url]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=color]:focus,input[type=text]:focus,input[type=password]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=date]:focus,input[type=month]:focus,select:focus,textarea:focus {
-moz-box-shadow:none;
-webkit-box-shadow:none;
border-color:#3cf;
box-shadow:none
}*/
textarea#message {
  padding: 10px 15px;
  height: 219px;
}
#error {
  text-align: center;
  margin-top: 150px;
  margin-bottom: 150px;
}
.carouselTitle {
  width: 77%;
  margin: 0.5% auto;
  padding: 0 3% 0 0;
  font-weight: 700;
}
.loaderCarousel {
  width: 77%;
  margin: 0.5% auto;
  padding: 2% 0 1% 30%;
}
.loaderCarousel img {
  width: 125px;
  height: 43px;
}
.popupDiv {
  background: 0 0;
  border: 2px solid #39f;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 270px!important;
  z-index: 999;
}
.popupDiv .innerDiv {
  height: 347px;
  background-color: #fff;
  padding: 21px;
}
.popupDiv img {
  overlay: 0.7;
}
.caroufredsel_wrapper {
  margin: 0 !important;
}
.Cleartitle {
  clear: both;
  padding: 0!important;
  margin: 0 !important;
}
.container.catTitle {
  padding: 20px 30px 0;
  font-weight: 700;
}
.container.catTitle a {
  text-transform: capitalize;
}
#bottom ul.links > li {
  position: relative;
  margin-top: 11px;
  font-family: Raleway;
  font-size: 14px;
  color: #3cf;
  font-weight: 500;
  list-style: disc;
}
#bottom ul.links > li a {
  color: #fff !important;
}
#bottom ul.address > li {
  color: #fff;
  font-family: Raleway;
  font-size: 14px;
  font-weight: 500;
  list-style: none;
  margin-left: -24px;
  margin-top: 11px;
  position: relative;
}
.caroufredsel_wrapper {
  width: 1029px!important;
  height: 230px;
}
.comics_detail {
  margin: 10px;
  font-weight: 700;
}
.detailsPageContent {
  color: #000;
  font-size: 16px;
}
.details_page {
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.details_pageInner {
  float: left;
  margin-right: 35px;
  width: 31.91489362%;
}
.detailsPageTitle {
  color: #000;
  float: left;
  font-size: 24px;
  font-style: normal;
  padding-top: 14px;
  width: 100%;
  padding-bottom: 24px;
  line-height: 1.2;
}
.details-sub-description {
  color: #000;
  float: left;
  font-size: 16px;
  font-style: normal;
  margin-top: 12px;
  overflow: hidden;
  width: 100%;
}
.details_pageInner_readNow {
  width: 28.915%;
  display: block;
  float: left;
}
.details_pageInner_readNow .readNowBtn {
  float: right;
  width: 215px;
  height: 40px;
  padding-top: 2px;
}
/*.details_pageInner_readNow .readNowBtn.previewBtn {
float:right;
width:215px;
background-color:#999;
line-height:40px
}*/
.share_buttons_details {
  margin-top: 12px;
}
.comics_detail .comics_detail_thumb {
  margin-right: 18px;
}
.comics_detail .comics_detail_publisher {
  width: 290px;
  font-size: 14px;
  text-align: left;
  color: #000;
}
.comics_detail .comics_detail_desc {
  width: 290px;
  font-size: 16px;
  text-align: left;
  color: #000;
  font-weight: 400;
}
.comics_detail .comics_detail_readnow {
  width: 240px;
  font-size: 14px;
  text-align: left;
  color: #000;
}
.comics_detail .readNowBtn {
  width: 126px;
  font-size: 14px;
  float: right;
  padding-top: 4px;
}
.viewall_pager {
  background-color: #F3F3F3;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
}
.viewall_pager .pagerResultCount {
  color: #939393;
  float: left;
}
.viewall_pager .pagerNavigation {
  color: #939393;
  float: right;
}
.viewall_pager .pagerNavigation ul.pagination {
  margin: 0;
}
.viewall_pager .pagerNavigation ul.pagination > li > a {
  color: #39f;
}
.viewall_pager .pagerNavigation ul.pagination > li.active > a {
  background: #39f;
  color: #fff;
}
.publisher_blue {
  color: #3cf;
}
.publisher_gray {
  color: #939393;
}
.comics_detail .comics_detail_desc .readNowBtn {
  background: #39f;
}
.wrapper {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 90;
}
.ribbon-wrapper-orange {
  width: 87px;
  height: 102px;
  overflow: hidden;
  position: absolute;
  top: -1px;
  right: -1px;
  cursor: pointer;
}
.ribbon-orange {
  font: 700 87% Sans-Serif;
  display: block;
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  position: absolute;
  padding: 7px 0;
  left: -25%;
  top: 27%;
  width: 150px;
  background: #f2825b;
  background: -moz-linear-gradient(top, #f2825b 0, #e55b2b 50%, #f07146 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2825b), color-stop(50%, #e55b2b), color-stop(100%, #f07146));
  background: -webkit-linear-gradient(top, #f2825b 0, #e55b2b 50%, #f07146 100%);
  background: -o-linear-gradient(top, #f2825b 0, #e55b2b 50%, #f07146 100%);
  background: -ms-linear-gradient(top, #f2825b 0, #e55b2b 50%, #f07146 100%);
  background: linear-gradient(to bottom, #f2825b 0, #e55b2b 50%, #f07146 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2825b', endColorstr='#f07146', GradientType=0);
  color: #e3e3e3;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.ribbon-orange:after,
.ribbon-orange:before {
  content: "";
  border-top: 3px solid #a6701c;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}
.ribbon-orange:before {
  left: 0;
}
.ribbon-orange:after {
  right: 0;
}
.days-left {
  position: relative;
  padding: 0 2px;
  color: #fff;
}
.comic-thumbnail {
  border: 1px solid #e3e3e3;
}
.book_count {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  padding: 3px 15px;
}
.title_area {
  position: relative;
  margin: 1% auto;
  width: 82%;
}
.inputFilterContainer {
  margin-left: 9%;
  width: 25%;
}
/*.navigationBar {
min-height:30px
}
.header-logo img {
margin-top:-20px
}*/
/*#searchForm.navbar-right {
position: relative;
z-index: 999;
}*/
/* Mobile search form */
#searchMobileForm {
  background: black;
  position: relative;
  -moz-transition: 0.3s ease-in-out all;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
#searchMobileForm #mobileToSearch {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 4px 6px;
  min-height: 46px!important;
  outline: 0;
  width: 100%;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#searchMobileForm #mobileToSearch:focus {
  border-bottom: none;
  width: 100%;
}
#searchMobileForm button {
  background: #eee;
  border: none;
  position: absolute;
  right: 9px;
  top: 4px;
  height: 46px;
  width: 44px;
}
.loginInfoBar {
  width: 100%;
  margin: 0 auto;
  float: right;
}
.navbar-default {
  background: #fff;
  border: 0;
  box-shadow: none;
  margin-bottom: 2%;
}
.navbar-toggle {
  float: left;
  margin-left: 8px;
  border-color: #ddd;
  border-radius: 0;
}
.navbar-collapse.in {
  overflow: hidden;
}
.navbar-toggle .icon-bar {
  background: #888;
}
.navbar-brand {
  float: left;
  font-size: 18px;
  height: auto !important;
  line-height: 20px;
  padding: 5px;
  position: relative;
  z-index: 1005;
}
.navbar-brand > img {
  max-width: 280px;
  max-height: 100px;
}
.navbar-brand-center {
  display: block;
  margin: 0 auto;
  text-align: center;
}
/*.navbar-nav li {
  margin-left:14px;
}*/
.navbar-nav li a:not(.btn) {
  display: block;
  color: #333 !important;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 8px;
  text-shadow: none;
  text-transform: uppercase;
}
.navbar-nav li.active a {
  background: #fff !important;
  /*color:#3cf !important*/
  text-decoration: underline;
}
.navbar-nav li a:not(.btn):hover {
  background: #fff !important;
  color: #337ab7 !important;
}
.navbar-nav li a:focus {
  background-color: #fff;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  border-color: transparent !important;
}
#main {
  /*margin-bottom: 40px*/
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -152px;
}
.row-fluid {
  width: 100%;
  margin: 2% auto;
}
#main > section {
  padding: 3% 7% 2%;
}
.dropdown-menu.columns-3 {
  min-width: 725px;
}
/* FROM LIBRARY */
#carousel_brands img {
  width: 95%;
  height: 95%;
  position: relative;
  transition: 0.25s ease-in-out all;
}
#carousel_brands img:hover {
  height: 96%;
  width: 96%;
}
#brand-next,
#brand-prev {
  height: 100px;
}
/* END FROM LIBRARY*/
.dropdown-menu .multi-column-dropdown {
  border-right: 2px solid #ededed;
  float: left;
  height: 340px;
  list-style: none;
  margin-left: 1%;
  padding: 0;
}
.dropdown-menu.columns-4 .multi-column-dropdown {
  width: 24%;
}
.dropdown-menu.columns-3 .multi-column-dropdown {
  width: 32.3333%;
}
.multi-column-dropdown li {
  margin: 0;
}
.multi-column-dropdown li a {
  font-weight: 400;
  overflow: hidden;
  width: 92%;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: none !important;
}
ul.multi-column-dropdown > li > a.more-link-item {
  color: #39f;
  font-weight: 700;
}
#titlesList {
  border-right: 0;
}
#titlesList li {
  width: 300px;
}
#categoryList li,
#publishersList li {
  width: 170px;
}
.caret {
  margin-left: 5px !important;
}
.bannerImg {
  width: 60%;
  margin: 1% auto;
}
.loginText {
  color: #666;
  font-size: 20px;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  text-align: center;
  width: 70%;
  word-spacing: 0;
}
.loginFormCls,
.registerForm {
  margin: 1% auto;
  text-align: center;
}
.loginFormCls .form-control,
.registerForm .form-control {
  border-radius: 3px;
  border: 1px solid #9b9b9b;
  box-shadow: none;
  min-height: 50px;
  padding: 0 15px;
}
.register-rb-digital,
.register-boopsie,
.register-sip2,
.register-patron-api,
.register-google-oauth,
.register-classlink,
.register-clever,
.register-2api-oauth,
.register-ip-auth {
  font-size: 1.2em;
  padding: 40px 0 80px 0;
  text-align: center;
}
#rememberme {
  display: inline !important;
}
.legendForm {
  margin: 1% auto;
  width: 732px;
  text-align: left;
}
.legendForm legend {
  color: #666;
  font-size: 21px;
  font-weight: 700;
}
.clear {
  clear: both;
}
.leftArrowIcons,
.rightArrowIcons {
  background: center center no-repeat #fff;
  cursor: pointer;
  height: 225px;
  width: 30px;
}
.leftArrowIcons {
  background-image: url(../images/buttons/left_arrow_gray.png);
  background-size: 15px;
}
.rightArrowIcons {
  background-image: url(../images/buttons/right_arrow_gray.png);
  background-size: 15px;
}
/* Featured Page */
.featured-nav .rightArrowIcons {
  margin-left: 22px;
}
.comic_list_wide .row {
  margin-bottom: 20px;
  margin-top: 20px;
}
.comic_list_wide ul li {
  margin-bottom: 8px;
}
.content-rating {
  margin: 4px 0 0;
}
.category {
  border-radius: 0px;
  border: 1px solid silver;
  display: table-cell;
  font-size: 15px;
  font-weight: 500;
  height: 120px;
  text-align: center;
  width: 130px;
  vertical-align: middle;
}
.error-shield {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000!important;
  opacity: 0.7;
  background-color: #000;
}
.continue-with-error {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 500px;
  z-index: 1000001!important;
  top: 100px;
  border: 1px solid #AAA;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding: 10px;
  font-weight: 700;
  font-size: 1.15em;
}
.error-ok {
  background-color: #800;
  color: #FF1;
  z-index: 100;
}
#showComicDetails li.active {
  font-weight: bold;
}
.shelf {
  position: relative;
}
.most-popular {
  text-align: center;
  margin-bottom: 24px;
  margin-top: -24px;
}
.featured-banner {
  min-width: 100%;
}
.shelf-img a.publisher {
  display: block;
  text-align: center;
}
.viewall-pager {
  background-color: #f3f3f3;
  color: #939393;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
}
.viewall-pager .pager-filter {
  float: left;
  margin-left: 20px;
}
.viewall-pager .pager-view-page-size {
  float: right;
  margin-right: 10px;
}
.viewall-pager .pager-navigation {
  color: #939393;
  float: right;
}
.viewall-pager .pager-navigation ul.pagination {
  margin: 0;
}
.viewall-pager .pager-navigation ul.pagination > li > a {
  color: #39f;
}
.viewall-pager .pager-navigation ul.pagination > li.active > a {
  background: #39f;
  color: #fff;
}
.bordered-row {
  border: 1px solid #AAA;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 6px;
  margin-bottom: 20px;
}
.bordered-row h4 {
  margin-bottom: 20px;
  font-weight: 700;
}
.product-lines {
  margin: 12px 0 0;
}
.image-stack-outer {
  margin: 0 auto;
  text-align: center;
}
.image-stack {
  /*float:left;*/
  display: inline-block;
  height: 280px;
  margin: 0 50px 12px 0;
  position: relative;
  width: 170px;
}
.image-stack a {
  display: block;
  height: 225px;
  width: 170px;
}
.image-stack span {
  font-weight: 700;
  display: block;
  font-size: 1.1em;
  margin: 8px 0 0;
  text-align: center;
  width: 170px;
}
.image-stack img {
  position: absolute;
  -webkit-box-shadow: -3px 3px 8px 0 rgba(255, 255, 255, 0.8);
  -moz-box-shadow: -3px 3px 8px 0 rgba(255, 255, 255, 0.8);
  box-shadow: -3px 3px 8px 0 rgba(255, 255, 255, 0.8);
}
.image-stack img:first-child {
  z-index: 5;
  left: 20px;
}
.image-stack img:nth-child(2) {
  z-index: 4;
  left: 10px;
  top: 5px;
  height: 220px;
}
.image-stack img:nth-child(3) {
  z-index: 3;
  left: 0;
  top: 10px;
  height: 215px;
}
.libraries-addresses address.bordered-row {
  font-size: 12px;
  margin: 0 15px 15px 0;
  min-height: 95px;
  padding: 8px 4px 4px 12px;
}
.display-none {
  display: none;
}
.small-prev {
  display: none;
  position: absolute;
  background-image: url(../images/leftArrow_gray.png);
  background-repeat: no-repeat;
  cursor: pointer;
  height: 225px;
  width: 30px;
  left: 1px;
  top: 40%;
  z-index: 1000;
}
.small-next {
  display: none;
  position: absolute;
  background-image: url(../images/rightArrow_gray.png);
  cursor: pointer;
  height: 225px;
  width: 30px;
  background-repeat: no-repeat;
  right: 1px;
  top: 40%;
  z-index: 1000;
}
.small-featured {
  width: 1136px;
  height: 349px;
}
/* For product.php */
.product-series-list {
  margin-top: 40px;
}
/* For new search page – products.php */
.refinements-header {
  background-color: #aaa;
  color: #fff;
  text-align: center;
}
.refinements-header h3 {
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.filter-type {
  font-weight: bold;
  font-size: 1.15em;
  margin-top: 7px;
  text-transform: capitalize;
}
.filter-item {
  margin-left: 0;
  padding-left: 1em;
}
.filter-item a:hover {
  color: #3CF;
}
.refinements-chosen {
  font-weight: 500;
}
.refinements-chosen li {
  margin-bottom: 5px;
}
.iverse-button {
  width: 160px !important;
  border-radius: none !important;
}
input[name='add_to_wishlist'] {
  background-color: #5bc0de !important;
  border-color: #5bc0de !important;
}
.read-now,
.in-cart,
.in-wishlist,
input[value='See Wishlist'] {
  border: 1px #ABC solid !important;
  background-color: #FFF !important;
  font-weight: bold !important;
  margin: 0 auto !important;
  font-size: 1em !important;
}
.cover-and-price {
  text-align: center;
}
.product-title {
  font-weight: bold !important;
  font-size: 1.1em !important;
}
.label.content-rating {
  border-radius: 0 !important;
}
.description {
  clear: both !important;
  overflow: hidden !important;
}
.writer-listing,
.artist-listing {
  overflow: hidden !important;
}
.toggle-more-less {
  cursor: pointer !important;
  color: #69F !important;
}
.mobile-see-all {
  display: none;
}
.seporate-children a:after {
  content: ",";
}
.seporate-children a:last-child:after {
  content: "";
}
.btn-checkout-now-in-modal {
  border: 0;
  float: none;
  margin: 0 0 10px 0;
}
.btn-view-cart-now-in-modal {
  border: 0;
  float: none;
  margin: 0 0 10px 0;
}
.btn-view-cart-now-in-modal:hover,
.btn-view-cart-now-in-modal:focus {
  outline: none;
}
#deleteConfirmCode {
  background: #f2dede;
  border: 1px solid #ebccd1;
  color: #a94442;
}
.app-buttons {
  float: left;
}
.app-buttons a {
  clear: both;
  float: left;
  margin-left: 16px !important;
  margin-top: 8px;
}
.brand-bar {
  background-color: #fefeff;
  border-radius: 9px;
  clear: both;
  padding: 8px;
}
.footer.container {
  padding-top: 14px;
}
.footer.container .row:nth-child(2) {
  padding-top: 10px;
}
#mobile-refinements-header {
  cursor: pointer;
}
.text-center img {
  display: inline-block;
}
/* Mobile Nav for Devices Only */
#mobileFooterNav {
  background: #e0e0e0;
  bottom: 0;
  height: 54px;
  position: fixed;
  transition: top 0.3s;
  width: 100%;
  z-index: 10001;
}
#mobileFooterNav > a {
  font-size: 22px;
  padding: 14px 20px;
}
/* 5 free */
.five-free-signup-link {
  margin-bottom: 40px;
}
#library_list,
#library_list_unlimited {
  margin-top: 40px;
}
#library_list .list-group-item,
#library_list_unlimited .list-group-item {
  border-radius: 0;
}
#signup_five_free h4 > small {
  margin-left: 20px;
  display: block;
}
/* APPLE PAY BUTTON */
.apple-pay-button-wrapper {
  display: none;
}
@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    cursor: pointer;
    display: inline-block;
    height: 40px;
    min-width: 152px;
    width: 240px;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
  }
  .apple-pay-button-with-text > * {
    display: none;
  }
  .apple-pay-button-black-with-text {
    -apple-pay-button-style: black;
  }
  .apple-pay-button-white-with-text {
    -apple-pay-button-style: white;
  }
  .apple-pay-button-white-with-line-with-text {
    -apple-pay-button-style: white-outline;
  }
}
@supports not (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    --apple-pay-scale: 1;
    /* (height / 32) */
    display: inline-flex;
    justify-content: center;
    font-size: 12px;
    border-radius: 5px;
    padding: 0px;
    box-sizing: border-box;
    min-width: 200px;
    min-height: 32px;
    max-height: 64px;
  }
  .apple-pay-button-black-with-text {
    background-color: black;
    color: white;
  }
  .apple-pay-button-white-with-text {
    background-color: white;
    color: black;
  }
  .apple-pay-button-white-with-line-with-text {
    background-color: white;
    color: black;
    border: 0.5px solid black;
  }
  .apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: black;
  }
  .apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  .apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  /*.apple-pay-button-with-text > .text {
      font-family: -apple-system;
      font-size: calc(1em * var(--apple-pay-scale));
      font-weight: 300;
      align-self: center;
      margin-right: calc(2px * var(--apple-pay-scale));
    }
    .apple-pay-button-with-text > .logo {
      width: calc(35px * var(--scale));
      height: 100%;
      background-size: 100% 60%;
      background-repeat: no-repeat;
      background-position: 0 50%;
      margin-left: calc(2px * var(--apple-pay-scale));
      border: none;
    }*/
}
/* Adyen Payment Button */
#adyenButton {
  background: #000;
  color: #fafafa;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  line-height: 27px;
  margin: 0 auto 100px;
  max-width: 250px;
}
#adyenButton:hover,
#adyenButton:active {
  background: #3c4043;
}
#carouselFeatured.owl-theme .owl-dots {
  margin-top: -24px;
  z-index: 100;
  position: relative;
}
.password-hide-wrap {
  position: relative;
}
.password-hide-wrap input {
  padding-right: 32px;
}
.btn-password-hide {
  position: absolute;
  top: 0;
  right: 15px;
  background: none;
  border: 0;
  height: 100%;
}
.icon-eye {
  position: relative;
  display: block;
  background: url('../images/view.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.btn-password-hide.active .icon-eye:before {
  content: '';
  position: absolute;
  top: 9.7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
}
.btn-password-hide.active .icon-eye:after {
  content: '';
  position: absolute;
  top: 9.7px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transform: rotate(-45deg);
}
/* spinner */
.spinner-mobile-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  display: none;
}
.spinner-mobile-wrap.active {
  display: flex;
}
.mobile-spinner {
  border: 4px solid #eee;
  border-top: 4px solid #333; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spinMobile 1s linear infinite;
}
@-webkit-keyframes spinMobile {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes spinMobile {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.login-form-mobile {
  padding-bottom: 250px;
}