@import url('https://fonts.googleapis.com/css?family=Cantata+One');
@import url('https://fonts.googleapis.com/css?family=Rye');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700|Roboto:500');

:root{
  --landing-navbar: #d7caa8;
  --landing-navbar-text: #000;
  --navbar: #222;
  --navbar-text: #9f915d;
  --theme-bg-1: #ccc;
  --theme-bg-2: #dadada;
  --theme-bg-3: #ddd;
  --theme-text: #333;
  --theme-text-alt: #a68441;
  --theme-complement-bg-1: #e6e6d1;
}

audio {
  width: 100%;
}

body, html { overflow-x:hidden; }

body {
  font: 400 1.4em Lato, sans-serif;
  line-height: 2;
  color: var(--theme-text);
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Cantata One", Georgia, Serif;
  color: var(--theme-text-alt);
}

h1 {
  text-transform: uppercase;
}

p.alt, span.alt {
  color: var(--theme-text-alt);
}

p {
  font-size: 1.1em;
}
em {
  display: block;
  font-family: 'Old Standard TT', serif;
  font-size: 2.3em;
}
.dark-text {
  color: #222;
}
a {
  color: var(--theme-text-alt);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: var(--theme-text);
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
a:active {
  color: var(--theme-text-alt);
}
a:focus {
  color: var(--theme-text-alt);
}
span.sub {
  display: block;
  color: var(--theme-text-alt);
}
span.alt {
  color: var(--theme-text-alt);
  font-weight: bold;
}

.jumbotron {
	margin-top: 49px;
}

@media (max-width: 767px){

}

.jumbotron {
  background-color: #cdcdcf;
  color: var(--theme-text);
  padding: 0px 25px;
  font-family: Montserrat, sans-serif;
}
.jumbotron-landing {
  background: url('/img/landing/bg2.jpg') center top no-repeat;
  height:100%;
  padding-bottom: 0px;
  margin-bottom: 0px;
  min-height: 900px;
}
.jumbotron-reader {
  background-color: #333;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.jumbotron.jumbotron-reader {
	padding: 0 0;
}

.jumbotron .row
{margin-left: 0;
margin-right: 0;
}

.jumbotron .jumbotron-text {
  margin-top: 50px;
  font: 400 15px Lato, sans-serif;
  font-weight: 300;
}
.jumbotron .jumbotron-text p {
  font-size: 1.8em;
  color: var(--landing-navbar);
}
.old-standard {
  font-family: 'Georgia', serif;
}
.sub-text {
  display: block;
  color: var(--theme-text);
  font-size: 2em;
}
em.alt {
  color: var(--theme-text-alt);
  font-style: bold !important;
}
span.small-sub {
  font-size: .8em;
}
span.em-sub {
  font-family: 'Old Standard TT', serif;
  font-size: 1.5em;
  display: block;
  color: var(--theme-text);
}
  
.vert-crop {
  float:left;
  position: relative;
  width: 245px;
  height: 200px;
  overflow: hidden;
  border: 1px solid #fff;
  margin-right: 2%;
}
.vert-crop .img-responsive {
  margin-top: -170px; 
}

@media (max-width: 534px) {
  .vert-crop .img-responsive {
    margin-top: 0px; 
  }
  #gallery .dropcap, #cosplay .dropcap, #fanart .dropcap, #music .dropcap, #comics .dropcap {
	  font-size: 50px; 
	  line-height: 40px;
  }
}

@media (max-width: 374px){
	#comics img, #cosplay img, #music img, #fanart img{
		width: 67px;
	}
}

.vert-crop .info {
  font-family: "Lato", sans-serif;
  font-size: 0.8em;
  margin: auto;
  top: 40%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  position: absolute;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.vert-crop .info span {
  font-size: 1.3em;
  margin: 15px;
}
.vert-crop .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, .6);
  border: 1px solid #8fbfcb;
}
.vert-crop:hover .info {
  opacity: 0;
  color: var(--theme-text);
}
.vert-crop:hover .overlay {
  opacity: 0;
  color: var(--theme-text);
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.button {
  border: none;
  padding: 5px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 20px auto auto 0px;
  cursor: pointer;
  border: 1px solid #333;
  color: var(--theme-text);
}
.btn-default {
  background-color: var(--theme-bg-1);
  color: var(--theme-text);
  border: 2px solid var(--theme-bg-1);
  font-size: 1.2em;
  -webkit-transition: 0.4s ease-in;
  -moz-transition: 0.4s ease-in;
  -ms-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
  background-color: var(--navbar-text);
  color: var(--theme-bg-1);
  border: 2px solid var(--navbar-text) !important;
}
button.btn-overlay {
  background-color: var(--theme-bg-1);
  color: var(--theme-text);
  border: 0;
  font-size: 1.2em;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
button.btn-overlay:hover, .btn-overlay:focus, .btn-overlay:active {
  background-color: var(--navbar-text);
  color: #000 !important;
}
button.btn-transparent {
  font-size: 1.2em;
  border: 0;
  background-color: Transparent;
  background-repeat: no-repeat;
}
.btn-toolbar {
  text-align: center;
  display: inline-block;
}

@media (max-width: 534px) {
  #landing-logo img{
    width: 95%;
    margin: 50px 10px;
  }
}

@media (min-width: 535px){
  #landing-logo img{
    margin: 250px 10px 85px 10px;
  }
}

.nav.nav-justified > li > a { position: relative; }
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}
.nav.nav-justified > li.active > a > .quote { opacity: 1; }

.nav.nav-justified > li > a > img { box-shadow: 0 0 0 4px var(--navbar-text); }

.nav.nav-justified > li > a > img {
  max-width: 100%;
  opacity: .85;
  -webkit-transform: scale(.9, .9);
          transform: scale(.9, .9);
  -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.nav.nav-justified > li.active > a > img,
.nav.nav-justified > li:hover > a > img,
.nav.nav-justified > li.focus > a > img {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);  
}

.navbar {
  margin-bottom: 0;
  background-color: var(--navbar);
  z-index: 9999;
  border: 0;
  font-size: 12px !important;
  min-height: 50px !important;
  letter-spacing: 4px;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
}
.navbar-light {
  background-color: var(--landing-navbar);
}
.navbar-dark li a, .navbar .navbar-brand {
  color: var(--navbar-text);
}
.navbar-dark li a:, .navbar .navbar-brand {
  color: var(--navbar-text);
}
.navbar-light li a, .light.navbar .navbar-brand {
  color: var(--landing-navbar-text);
}
.navbar-nav-dark li a:hover, .navbar-nav-dark li a:active, .navbar-nav-dark li a:focus {
  color: var(--landing-navbar-text) !important;
  background-color: var(--navbar-text) !important;
}
.navbar-nav-light li a:hover, .navbar-nav-light li a:active, .navbar-nav-light li a:focus {
  color: var(--theme-text);
  background-color: var(--landing-navbar);
}
.navbar-light .navbar-toggle {
 font-size: 2em;
  border-color: transparent;
  color: var(--theme-text) !important;
}
.navbar-dark .navbar-toggle {
 font-size: 2em;
  border-color: transparent;
  color: var(--navbar-text) !important;
}
.navbar-light .navbar-toggle:hover {
  font-size: 2em;
  border-color: transparent;
  color: var(--landing-navbar-text) !important;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.navbar-dark .navbar-toggle:hover {
  font-size: 2em;
  border-color: transparent;
  color: var(--navbar-text) !important;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.comic-translate {
  top:0;
  position: absolute;
  z-index: 2;
}
.comic-translate img {
  border: 0 !important;
  top:0;
  position: absolute;
  z-index: 2;
}
.comic-translate-single img {
  border: 0 !important;
  top:0;
  position: absolute;
  z-index: 2;
}
.comic-translate-single {
  top:0;
  left: 50%;
  margin-left: -275px;
  position: absolute;
}
#comic-page-single {
  margin: 0 auto;
}
#comic-page-single-translate {
  z-index: 5;
  width: 550px;
  margin: 0 auto;
}

#comic-page-single-parent {
  position: relative;
  top: 0;
  left: 0;
}
#comic-page-single {
  position: relative;
  top: 0;
  left: 0;
  max-width: 100%;
}
#comic-page-single-translate {
  position:absolute;
  top: 0;
  left: 0;
  width: 550px;
  max-width: 100%;
}
@media (min-width: 551px) {
  #comic-page-single-translate {
    left: 50%;
    margin-left: -275px;
  }
}





@media (min-width: 1100px) {
  .pull-right-lg {
    position: relative;
    float: right;
  }
  .pull-left-lg {
    position: relative;
    float: left;
  }
}
/*@media (min-width: 991px) {*/
.right-overlay {
  width: 30px;
  height: 850px;
  right: 0;
  top:0;
  position: absolute;
  z-index: 5;
  background: linear-gradient(to left, 
  hsla(0, 0%, 0%, 0.541) 0%,
  hsla(0, 0%, 0%, 0.382) 19%,
  hsla(0, 0%, 0%, 0.278) 34%,
  hsla(0, 0%, 0%, 0.194) 47%,
  hsla(0, 0%, 0%, 0.126) 56.5%,
  hsla(0, 0%, 0%, 0.075) 65%,
  hsla(0, 0%, 0%, 0.042) 73%,
  hsla(0, 0%, 0%, 0.021) 80.2%,
  hsla(0, 0%, 0%, 0.008) 86.1%,
  hsla(0, 0%, 0%, 0.002) 95.2%,
  hsla(0, 0%, 0%, 0) 100%);
  border-right: 1px solid #000;
}
.left-overlay {
  width: 30px;
  height: 850px;
  left: 0;
  top:0;
  position: absolute;
  z-index: 5;
  background: linear-gradient(to right,
 hsla(0, 0%, 0%, 0.541) 0%,
  hsla(0, 0%, 0%, 0.382) 19%,
  hsla(0, 0%, 0%, 0.278) 34%,
  hsla(0, 0%, 0%, 0.194) 47%,
  hsla(0, 0%, 0%, 0.126) 56.5%,
  hsla(0, 0%, 0%, 0.075) 65%,
  hsla(0, 0%, 0%, 0.042) 73%,
  hsla(0, 0%, 0%, 0.021) 80.2%,
  hsla(0, 0%, 0%, 0.008) 86.1%,
  hsla(0, 0%, 0%, 0.002) 95.2%,
  hsla(0, 0%, 0%, 0) 100%);
}
.prev-overlay {
  width: 300px;
  height: 850px;
  right: 0;
  top:0;
  position: absolute;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background: linear-gradient(to right, rgba(255,255,255,0), rgba(0,0,0,.8));
}
.next-overlay {
  width: 300px;
  height: 850px;
  left: 0;
  top:0;
  position: absolute;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background: linear-gradient(to left, rgba(255,255,255,0), rgba(0,0,0,.8));
}
.prev-overlay:hover {
  opacity: 1;
}
.next-overlay:hover {
  opacity: 1;
}

#out-links .col-xs-3{
	padding-left: 3px; 
	padding-right: 3px;
}

#out-links .row{
	margin-left: 0; 
	margin-right: 0;
}








@media (min-width: 992px){
	.reader-flag {
		width: 16.6666667%;
	}
}

@media (min-width: 992px) and (max-width: 1199px){
	.vert-crop{
		width: 48% !important;
	}
}





@media (min-width: 768px) and (max-width: 1023px){
	.container {
     width: inherit !important;
	}
}





.disqus .main {
	padding-top: 10px !important;
}

.container-for-navbar{
	width: 100%; 
	position:relative;
}






@media (min-width: 992px){
	#aboutbbv-box{
		display: table;
	}
	#aboutbbv-box .col-md-6{
	display: table-cell;
	float:none !important;
	}
}
@media (max-width: 991px){
	#aboutbbv{
	height: 300px;
	}
}






#aboutbbv-box{
	margin-bottom: 100px;
}

#aboutbbv
{
background-image: url("/img/aboutbbv.png");
background-position: center center;
background-size: cover;
}




	.navbar {
		top: 0;
		left: 0;
		z-index: 100;
		position: fixed;
		width: 100%;
	}

@media (max-width: 991px) {
    .navbar-toggle {
        display: block;
    }
	.navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav>li {
        float: none;
    }   
	.collapse.in{
        display:block !important;
    }
	.navbar-header {
        float: none;
    }
	
	.navbar-brand, .collapsing  li a, .collapse li a{
	  height: 40px !important;
	}
	#myNavbar .nav{
		width: 50vw;
		float: left;
	}
		.navbar-right {
		text-align: right;
		padding-left: 2vw;
	}
		.navbar-collapse{
		box-shadow: inset 0 1px 0 rgba(139,114,66,0.3);
	}
		.navbar-left{
		padding-right: 1vw;
	}
	.navbar-left>li, .navbar-right>li{
		border-bottom: 1px solid rgba(139,114,66,0.3);
	}
		.navbar-nav {
		margin: 0;
	}
		.navbar .container{
		padding-left: 0;
		padding-right: 0;
	}
		.navbar-collapse{
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.navbar-nav>li>a {
		padding-top: 10px; 
		padding-bottom: 10px;
	}
	.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
	}
}
	
	

@media (max-width: 767px){
	
	.navbar-collapse{
		box-shadow: inset 0 1px 0 rgba(139,114,66,0.3);
	}
	.navbar-left{
		padding-right: 1vw;
	}
	.navbar-left>li, .navbar-right>li{
		border-bottom: 1px solid rgba(139,114,66,0.3);
	}
	.navbar-right {
		text-align: right;
		padding-left: 2vw;
	}
	
	.navbar-collapse{
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.navbar .container{
		padding-left: 0;
		padding-right: 0;
	}
	
	
	#myNavbar .nav{
		width: 50vw;
		float: left;
	}
	.navbar-nav {
		margin: 0;
	}
	.nav.nav-justified  li {
		width: 24%;
		float: left;
	}
	.navbar-brand img{
		height: 50px;
	}
	
	.h1, h1{
		font-size: 30px !important;
	}
	
	#about .row, #faq .container{
		margin-left: 5vw ;
		margin-right: 5vw;
	}
	#faq h4{
		font-size: 5vw;
		line-height: 2em;
	}
	#faq h1{
		text-align: center;
	}
	
	#faq p{
		margin:0!important;
	}
	

	.tab-inner .col-md-8{
		max-height: 400px;
		overflow: hidden;
		border-bottom: 1px solid var(--theme-text-alt) ;
	}
	.tab-inner img{
		width: 200%;
		max-width: inherit;
		position:relative;
		left: -50%;
	}
	.cast-container{
		background: none !important; 
		border: 0 solid !important;
	}
	.cast-container.cast-left, .cast-container.cast-right {
		margin: 0 !important;
		padding: 5vw !important;
	}
	.cast-container h2, .cast-container p{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.cast-container p{		
		text-align: justify !important;
	}
	.cast-container h2 {
		text-align: center;
		color: var(--theme-text-alt) !important;
	}
	
	.box{
		position:inherit !important;
	}
	.box.box-left, .box.box-right {
	width: 100% !important;
	top: inherit !important;
    margin-top: 0 !important;
    left: inherit !important;
    margin-left: 0 !important;
	background: none;
	}
	.box .box-icon {
    width: 200px !important;
    height: 200px !important;
	margin: 0 auto !important;
	}
	
	.box .box-icon img{
		border: 5px solid var(--theme-text-alt) !important;
	}

	
	#cast-main .col-xs-4 {
		width: 100%;
	}

	#cast-main .nav>li>a {
		padding: 5px;
	}
	#cast-main .nav>li:first-child{
		margin-left: 10px;
	}
	#cast-main .container , #cast-supporting .container{
		padding-left: 5vw;
		padding-right: 5vw;
	}
	#cast-main .col-xs-8 {
		width: 100%;
	}
	#cast-main .text-right{
		width: 40%;
	}
	#cast-main .text-left{
		width: 60%
	}
	
}



 
@media (min-width: 768px){

}

@media (max-width: 1023px){
	.navbar-toggle {
		padding: 0 10px 0 0!important;
		margin-bottom: 0;
		margin-top: 0;
				
	}
}


.about{
  float: left;
  padding-right: 15px;
  padding-bottom: 15px;
}



.navbar-brand, .navbar-nav li a{
  line-height: 20px;
  height: 50px !important;
}

.navbar-brand {
  position: absolute;
  left: 50%;
  margin-left: -51px !important;
  padding: 0;
  display: block;
}

.bookmark-scroll button {
  border-radius: 0;
  margin-top: 17px;
  vertical-align: middle;
}
.reader-form {
  border: 0;
  background-color: var(--theme-bg-1);
  padding: 10px;
}


.reader-flag {
  padding: 10px;
}
.reader-flag button {
  padding: 0;
  vertical-align: middle;
}
.reader-scroll {
  background-color: var(--theme-bg-1);
}

.reader-scroll button{
	line-height: 16px;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
}

.reader-scroll button:hover{
	color: var(--theme-text-alt);
}

.reader-scroll-glyphicon {
  padding: 10px 0 0 0;
  font-size: 30px;
  color: #fff;
}
.reader-scroll-glyphicon:hover, .reader-scroll-glyphicon:active, .reader-scroll-glyphicon:focus {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: var(--theme-text-alt);
}
.page-scroll select {
  width: 45%;
  margin: 10px 4px;
  border-radius: 0;
  display:inline-block;
}
.dark {
  background-color: var(--theme-bg-1);
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
button {
  background-color: var(--theme-bg-1);
  border: 0;
}
.disqus {
  background-color: #ddd !important;
}

@media (min-width:992px) and (max-width: 1199px){
	.disqus .container{
		width: inherit;
	}
}

.disqus .main {
  background-color: #ccc;
  padding: 40px;
}
#chatbox {
  position: relative;
  border: 0px;
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.social-networks {
  text-align: right;
  padding: 0;
}

.social-networks a {
  font-size: 32px;
  color: #f9f9f9;
  padding: 10px;
  transition: 0.2s;
}

.social-networks-landing {
  text-align: left;
}

.social-networks-landing a {
  font-size: 32px;
  color: #fff;
  padding-right: 20px;
  transition: 0.2s;
}

.fa-twitter:hover, .fa-twitter:focus, .fa-twitter:active {
  color: #1dcaff;
}
.fa-facebook:hover, .fa-facebook:focus, .fa-twitter:active {
  color: #0077e2;
}
.fa-deviantart:hover, .fa-deviantart:focus, .fa-deviantart:active {
  color: #cee036;
}
.fa-instagram:hover, .fa-instagram:focus, .fa-instagram:active {
  color: #cd486b;
}
.fa-rss:hover, .fa-rss:focus, .fa-rss:active {
  color: #ff6600;
}
.fa-tumblr:hover, .fa-tumblr:focus, .fa-tumblr:active {
  color: #2c4762;
}

.dropcap {
  color: var(--theme-text-alt);
  float: left;
  font-family: "Cantata One", Georgia, Serif;
  font-size: 80px;
  line-height: 60px;
  padding-right: 8px;
  position:relative;
  top:5px;
}
hr {
  border-top: solid 1px var(--theme-text-alt);
  overflow: visible; 
}

.landing-info {
  padding-top: 0;
  background-color: #1f1c1c;
}

.landing-text {
  color: #aaa;
  font-size: 15px;
  margin: 40px 0;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.sidebar-list{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.sidebar-list li{
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}

.sidebar-list label{
  margin-left: 10px;
  margin-bottom: 3px;
}
.clear{
  clear: both;
}


.page-header-world-img {
	display: none;
width: 100%;
height: auto;
  padding: 0;
  margin: 0;
}

.page-header-world {	
	background-image: url("/_img/map-site.jpg");
}

.page-header-world-img img{
	width: 100%;
}



.page-header-cast, .page-header-world  {
	display: block;
  background-position:center center;
  background-repeat: no-repeat;
  height: 1162px;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1162px;
  color: #fff;
  font-family: "Cantata One", Georgia, Serif;
  font-size: 36px;
  text-transform: uppercase;
}

@media (min-width: 992px) and (max-width: 1279px){
	.page-header-world{
		height: 775px;
		background-size: cover;
	}
}

@media (max-width: 991px){
	.page-header-world{
		height: 600px;
		background-size: cover;
	}
	
}

@media (min-width: 1921px){
	.page-header-world-img{
		display: block;
	}
	.page-header-world{
		background-color: #d7d7d9;
	}
}






#mc_embed_signup input.email {
  width: 75% !important;
  display: inline !important;
  padding: 4px 0;
  margin: 0 4% 10px 0;
  text-indent: 5px;
}

#mc_embed_signup .button {
  font-size: 15px !important;
  width: 20% !important;
  display: inline !important;
  margin: 0 0 0 0;
  clear: both;
  background-color: #aaa;
  border: 0 none;
  border-radius: 4px;
  color: var(--theme-text);
  cursor: pointer;
  font-weight: bold;
  height: 42px;
  line-height: 32px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
}
.support {
  margin-bottom: 25px;
}
.support img {
  width: 100%;
}
.fancybox-caption {
  border: 0 !important;
}
section {
  /*border-top: 1px solid var(--theme-text-alt);*/
  padding: 70px;
}
@media screen and (max-width: 1280px) {

  section {
    padding: 5vw 0;
  }
}
section .container {
  max-width: 100%;
}
#gallery {
  margin: 0;
  background: var(--theme-bg-2); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(var(--theme-bg-1), var(--theme-bg-2)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(var(--theme-bg-1), var(--theme-bg-2)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(var(--theme-bg-1), var(--theme-bg-2)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(var(--theme-bg-1), var(--theme-bg-2)); /* Standard syntax */
}
#gallery .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.8);
}
#gallery .overlay:hover, #gallery .overlay:focus, #gallery .overlay:active {
  opacity: 1;
  color: var(--theme-text);
  border: 1px solid var(--theme-text-alt);
  -moz-box-shadow:    inset 0 0 60px var(--theme-text-alt);
  -webkit-box-shadow: inset 0 0 60px var(--theme-text-alt);
  box-shadow:         inset 0 0 60px var(--theme-text-alt);
}
#gallery .overlay .overlay-info {
  margin-top: 40%;
  font-size: 1.5em;
  color: var(--theme-text-alt);
}
#gallery .overlay:hover a, .gallery .overlay:focus a, .gallery .overlay:active a {
  color: var(--theme-text-alt);
}
#music , #fanart, #cosplay, #comics{
  background-color: var(--theme-bg-2);
}
#cast-main, #cast-supporting, #about, #faq, #news, #cosplay, #fanart , #music, #comics{
  background: var(--theme-bg-2); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(var(--theme-bg-1), var(--theme-bg-2)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(var(--theme-bg-1), var(--theme-bg-2)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(var(--theme-bg-1), var(--theme-bg-2)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(var(--theme-bg-1), var(--theme-bg-2)); /* Standard syntax */
}

}
#cast-supporting img {
  height: 160px;
  width: 160px;
}

#cast-main {
  padding-top: 20px;
}

.cast-container {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.cast-container h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--theme-text);
}
.cast-container span {
  display: block;
  color: var(--theme-text);
}
.cast-container p {
  color: var(--theme-text);
  line-height: 24px;
}
.cast-container:hover {
  background: var(--theme-bg-1);
  border: 2px solid var(--theme-text-alt);
}
.cast-container:hover h2 {
  color: var(--theme-text-alt);
}
.cast-container:hover h2:after {
  border-color: var(--theme-text-alt);
}
.cast-container:hover span{
  color: var(--theme-text-alt);
}
.cast-container:hover p {
  color: var(--theme-text);
}
.cast-container:hover .box {
  background: var(--theme-bg-1);
  border: 1px solid var(--theme-text-alt);
}
.cast-container:hover .box.box-single {
  margin-top: -120px;
}
.cast-container:hover .box .box-icon {
  border-color: var(--theme-text-alt);
}
.cast-container:nth-of-type(odd) {
  padding: 20px 20px;
  margin: 50px 0px 0px 100px;
  min-height: 225px;
  text-align: left;
}
.cast-container:nth-of-type(odd) h2 {
  margin-left: 120px;
}
.cast-container:nth-of-type(odd) p {
  margin-left: 120px;
  line-height: 24px;
}
.cast-container:nth-of-type(even) {
  padding: 20px 20px;
  margin: 50px 100px 0px 0px;
  min-height: 225px;
  text-align: right;
}
.cast-container:nth-of-type(even) h2 {
  margin-right: 120px;
}
.cast-container:nth-of-type(even) p {
  margin-right: 120px;
  line-height: 24px;
}
.box {
  width: 200px;
  height: 200px;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(215, 202, 168, 0.3);
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.box.box-single {
  top: 0%;
  margin-top: -100px;
  left: 50%;
  margin-left: -100px;
}
.box:nth-of-type(odd){
  top: 50%;
  margin-top: -100px;
  left: 0%;
  margin-left: -100px;
}
.box:nth-of-type(even) {
  top: 50%;
  margin-top: -100px;
  right: 0%;
  margin-right: -100px;
}
.box .box-icon {
  width: 160px;
  height: 160px;
  margin: 20px auto;
}

.world-index{
	text-align: left;
	padding-left: 15px;
	padding-right:15px;
	clear:right;
	font-size: 1.1em;
	padding-bottom: 50px;
}

.world-index div{
	padding-left: 0;
	padding-right: 30px ;
}
.world-index ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 768px){
	.volumes .col-xs-6{
		width: 33.333333%;
	}
}


.world-img {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 2px solid var(--theme-text-alt);
}
#world{
  background: #d7d7d9;
}

#world-magic, #world-races, #world-world{
  background: var(--theme-bg-2); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(var(--theme-bg-1), var(--theme-bg-2)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(var(--theme-bg-1), var(--theme-bg-2)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(var(--theme-bg-1), var(--theme-bg-2)); /* For Firefox 3.6 to 15 */
  background: url('/resources/img/cpsymbol.png') no-repeat center top, linear-gradient(var(--theme-bg-1), var(--theme-bg-2));/* Standard syntax */
}
#world-magic hr:after, #world-races hr:after, #world-world hr:after{
    content: " ";
    display: inline-block;
    position: relative;
    top: -20px;
    font-size: 1.5em;
    background: white;

}


#world .container > div, #world-magic .container > div, #world-races .container > div, #world-world .container > div   {
  padding: 0 40px;
}

#world h1, #world h3, #world .dropcap, #world-magic h1, #world-magic h3, #world-magic .dropcap, #world-world h1, #world-world h3, #world-world .dropcap{
	text-shadow: 0px 1px 1px #eee;
	
}

#faq h4{
	line-height: 2em;
	text-align: left;
}

#faq p {
  margin: 0px 20px;
}
#faq .highlight-q {
  color: var(--theme-text-alt);
  float: left;
  font-weight: bold;
  font-family: Georgia;
  padding-right: 8px;
}
#faq .highlight-a {
  color: var(--theme-text-alt);
  float: left;
  font-weight: bold;
  font-family: Georgia;
  padding-right: 8px;
}
#footer {
  border-top: 1px solid var(--theme-text-alt);
  background-color: var(--theme-bg-1);
  color: var(--theme-text);
  padding: 30px 30px 0 30px;
}
#copyright {
  padding-bottom: 60px;
  background-color: var(--theme-bg-1);
  color: var(--theme-text);
}
#copyright .col-md-6{
	float:right;
}
#copyright a {
  font-weight: bold;
}
#copyright a:hover, #copyright a:focus, #copyright a:active {
  color: var(--theme-text);
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#copyright p {
  margin: 5px;
}
.volumes {
  margin-top: 0;
  padding-top: 0;
  text-align: justify;
  background: var(--theme-bg-2); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(var(--theme-bg-1), var(--theme-bg-2)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(var(--theme-bg-1), var(--theme-bg-2)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(var(--theme-bg-1), var(--theme-bg-2)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(var(--theme-bg-1), var(--theme-bg-2)); /* Standard syntax */
}

@media (min-width: 1280px){
		.volumes .col-md-6{
		width: 33% !important;		
		}
		.three{
			clear: left;
		}
}

.volumes .col-md-6{
	float:left;	
	padding: 0;
}

.volumes p{
	padding:0 !important;
}

@media (min-width: 768px) and (max-width: 1279px){
	.volumes .col-md-6{
		width: 50% !important;
	}
	.two {
		clear: left;
	}
}


.volumes .row {
  margin: 30px 0;
  float:left;
}
.volumes h3 {
  padding: 15px;
  font-family: "Georgia", "Times New Roman", Serif;
  font-size: 24px;
  line-height: 1;
  padding-bottom: 15px;
  border-top: solid 2px var(--theme-text-alt);
  border-bottom: solid 2px var(--theme-text-alt);
  margin-bottom: 0;
}

.volumes #date{	
  border-top: solid 2px var(--theme-text-alt);
  border-bottom: solid 1px var(--theme-text-alt);
	padding: 7px 15px;
	font-size: 0.8em;
	text-align: left;
}


@media (min-width: 535px) and (max-width:768px){
	.volumes .img-responsive{
		max-width: none ;
		width: 100%;
	}
}

.border {
  position: relative;
}
.border::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 0 0 rgba(255,255,255,.5);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.border:hover::after {
  box-shadow: inset 0 0 0 10px rgba(255,255,255,.5);
}
img {
  display: block;
  position: relative;
}

.art-music {
  min-height: 300px;
}

.back-to-top{
  width: 100%;
  text-align: right !important;
  clear: both;
}

#gallery .back-to-top, #fanart .back-to-top, #music .back-to-top, #cosplay .back-to-top, #comics .back-to-top {
	padding-top: 20px;
	padding-bottom: 20px ;
	text-align: center !important;
}

.news{
  font-family: Georgia, Serif; 
  font-size: 1.2em;
  text-align: justify;
  line-height: 1.8;
  min-height: 250px;
  padding: 30px;
}

#news{
	background: var(--landing-navbar);
	padding-top: 0px;
	padding-bottom: 0px;
}

@media (min-width: 535px){
	.page-scroll-label{
		display: none;
	}
}

@media (max-width: 534px) {
	.bookmark-scroll, .flag-scroll{
		padding-left: 15px !important; 
		padding-right: 15px !important;
	}
	#news{
	  font-size: 3vw;
	}
	#world .container > div, #world-magic .container > div, #world-races .container > div, #world-world .container > div   {
  padding: 0;
}
	
	.news{
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.landing-text{
	  font-size: 2vw;
	}
	#journal, .landing-info{
		display:none;
	}
	.jumbotron-landing{
		background: url(/img/landing/bg3.jpg) 70% no-repeat;
		background-size: auto 100%;		
		min-height: 540px;
		background-position: center top;
	}
	
	.social-networks-landing a{
		padding-right: 15px;
	}
	
	#landing-logo{
	  display: none;	
	}
	.vert-crop .info{
		top: 20% !important;
	}
	
	.vert-crop .overlay {
		background-color: rgba(144, 176, 126, 0.8);
		border: 0px ;
	}
	.start .overlay{
		background-color: rgba(126, 176, 164, 0.8);
	}
	
	.vert-crop{
		width: 88%;
		height: 50px;
		border: 0px ;
		border-radius: 10px;
		margin-top: 15px;
		float: inherit;
		margin-left: auto;
		margin-right: auto;
	}

	
	.jumbotron-landing .col-md-12{
		padding-top: 380px;
	}
	
	.volumes p, #fanart p, #footer, #world p, #world-magic p, #world-races p, #world-world p, #music p, #cosplay p, #comics p, #fanart p #cast-main div, .cast-container p, #about p, #faq p, #copyright p, #gallery p, .world-index
	{
		font-size: 0.9em;
	}
	.art-music{
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	
	#world, #world-magic .container, #world-races .container, #world-world .container , #copyright .row, .disqus .main, .volumes p, .volumes h3, #footer .row, #copyright p{
		padding-left: 5vw;
		padding-right: 5vw;
	}
	
	.flag-scroll{
		padding-top: 0vw;
	}
	
	.page-scroll{
		text-align: left;
		padding-left: 5vw;
	}
	
	.page-scroll select {
		width: 65vw;
		clear: right;
		margin: 0.5vw 0;
		padding: 3px 6px;
		height: 25px;
	}
	
	.reader-form .col-md-12.text-center{
		padding-top: 20px;
		
	}
	.page-scroll-label{
		width: 25vw;
		float: left;
		font-size: 12px;
	}
	
	.form-control {
		font-size: 12px;
	}
	
	.jumbotron-reader .row {
	}
    
	.reader-flag {
		padding: 2vw;
		width: 14.2857142%;
	}
	
	.flag-scroll{
		margin-left: 5vw;
		margin-right: 5vw;
	}
	
	#footer {
		padding: 5vw 5vw 0 5vw;
	}
	.col-md-6, .footer-right, .disqus .container, .disqus .col-md-7, .dark .container, .reader-form, #about .col-lg-12, .reader-form .col-md-4{
		padding-left: 0;
		padding-right: 0;
	}
	h3 {
		font-size: 6vw;
	}
	
}



.flex{
	display: flex;
}

@media (max-width: 1023px) {
	.flex{
		display: block;
	}
	.footer-right, .social-networks{
		text-align: left !important;
	}
}

#journal{
	background: #bbb;
}


#newsBody {
  background-color: var(--theme-bg-2);
}

#newsBody img{
	max-width: 100%;
	margin: 0 auto;
}

.footer-right{
	text-align: right;
	clear: right;
}

.modal-header {
  background-color: var(--theme-bg-1);
}

@media (min-width: 992px){
	.col-md-4.footer-right{
		width: 50% !important;
	}
	#gallery .art-music{
		min-height: 0;
	}
}

.footer-right ul{
	width: 100%;
	margin: 0;
	padding: 0;
	display: block
}

.footer-right li{
	text-transform: uppercase;
	display: block;
	float: left;
	width: 50%;
	list-style: none;
}
.footer-right hr{
	clear: both;
}

.footer-right li a {
	color: var(--theme-text);
}

.clear{
	clear: both !important;
}

#fanart img, #cosplay img, #comics img{
	margin-bottom: 5px;
	outline: solid 5px #eee !important;
	outline-offset: -5px !important;
}

.nextOverlay{
	letter-spacing:-3px;
	font-weight: 700px;
	font-size: 2.5em;
	color: #fff !important;

}

#gallery, #cast-main, #about{
	margin-top: 50px !important;
}

@media (max-width: 991px){

	.navbar-brand, .collapsing  li a, .collapse li a{
	  height: 40px !important;
	}
}

#endSlate{
	color: #fff;
	text-align: center;
	width: 1100px; 
	height: 850px;
	padding: 0 40px 40px 40px;
	background-color: #757575;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 99;
	}

#endSlate a{
	color: #d6cc76;
}
#endSlate img{
	display: inline;
	max-width: 290px;
	padding-left: 3%;
	}
@media (max-width: 1099px){
		#endSlate{
		width: 100%;
		left: 0;
		transform: none;
		padding: 0 5vw 5vw 5vw;
	}
}
@media (min-width: 535px) and (max-width: 767px){

	#endSlate #shopgif, #endSlate #votegif{
		width: 47%;
		padding-left: 3%;
	}
}	
@media (min-width: 535px) and (max-width: 670px){
	#endSlate #endart{
		width: 100%;
	}
}
@media (max-width: 534px){
	
	
	#endSlate #shopgif, #endSlate #endart, #endSlate #votegif{
		display: none;
	}
	#endSlate{
		height: 500px;
	}
}
	
#start{
	width: 350px;
    height: 50px;
    border: 0px;
	padding: 10px;
	text-align: center;
    border-radius: 10px;
    margin-top: 15px;
    float: inherit;
    margin-left: auto;
    margin-right: auto;
	background-color: #8c7c5e;
	color: #e7e7d9;
	text-transform: uppercase;
	font-family: "arial", sans-serif;
}	
	
#reader-canvas {
	position: relative;
}

#gallery p, #cosplay p, #fanart p, #music p, #comics p {
	padding-bottom: 10px;
}

.volumes ul{
	list-style: none;
	padding-left: 0;
}

.volumes li{
	padding: 10px 0;
	border-bottom: 1px solid #a88e4e; 
	padding-left: 15px;
}

#arrow {
	width: 80px;
	padding-right: 20px;
	display: inline;
	float: left;	
	position:relative;
	z-index: 99;
}

#help-text, #vote-text{
		color: var(--theme-text);
}

#help-text:hover, #vote-text:hover{
	color: #fff;
}
.bookmark-scroll {
	padding-left: 10px;
	height: 110px;
}

  
  
.bookmark-scroll #help-text{
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	line-height: 1em;
	position:relative;
	z-index: 99;
}
.bookmark-scroll #vote-text{
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 1.5em;
	z-index: 99;
	line-height: 3.5em;
	position:relative;
}
.bookmark-scroll #voteButton{
	padding: 20px;	
	width: 100%;
	height: 100%;
	position:relative;
}


.bookmark-scroll #voteButtonOverlay{
	width: 100%;
	height: 100%;
	background-image: url("/_pages/6/17/173.jpg");
	background-size: cover;
	opacity: 0.3;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1; 
}

.shop{
	display: none;
	width: 100%;
	float: right;
	background-color: #000;
	height: 100%;
	float: right;	
	padding: 20px;
	vertical-align: middle;
	background-image: url("/resources/img/reader/shop.jpg");
	background-position:right;
	background-size: cover;
	height: 110px;
}

.shop #space{
	width: 1px;
	float: left;
	height: 71px;
}
.au {
	display: none;
	width: 100%;
	float: right;
}
.au img{
	width: 100%;
}

.sidebar-au img{
	max-width:100%;
	padding-bottom: 20px;
}

@media (min-width: 535px) and (max-width: 991px) {
	.reader-flag {
		width: 10%;
	}
	.disqus{
		margin-top: 65vw;
	}
	.flag-scroll{
	}
	.bookmark-scroll{
		width: 100%;
	}
	.au{
		padding-top: 10px;
		display: block;
	}
}
@media (max-width: 534px) {
	.reader-form{
		padding-bottom:100px;
	}
	.disqus{
		margin-top: 35vw;
	}
	.shop #vote-text {
		font-size: 7vw;
		line-height: 16vw;
	}
	.shop, #voteButton{
		height: 25vw !important;
		padding: 5vw !important;
	}
	#voteButton #vote-text{
		line-height: 5vw;
		font-size: 7vw;
	}

	#arrow{
		padding-right: 7px;
		width: 12vw;
		margin: 2vw 0;
	}
	.au{
		display: block;
	}
}




@media (max-width: 991px) {
		.shop, .bookmark-scroll #voteButton{
		width: 50% !important;
		display: block;
		float: left;
	}

	.reader-form-row{
		display: flex;
		flex-direction: column;
		
	}
	.navScroll{
		order: 1;

	}
	.flag-scroll{
		order:2;
	}
	.bookmark-scroll{
		order: 3;
		float: left;
	}
	
	.link-scroll{
	}
	#footer hr{
		margin-bottom: 10px;
		margin-top: 10px;
	}
	#sidebar{
		margin-top: 20px;
	}
	#chatbox, #mc_embed_signup .dark-text, #out-links{
		display: none !important;
	}
	.art-music{
		min-height: 0 !important;;
	}
}

#page-numbers-row{
	background-color: #000;
	padding: 0;
}

#page-numbers-container{
	background-color: #706667;
	padding: 0;
	position:relative;
	overflow: hidden;
}

#rtl{
	position: absolute;
	top: 0;
	right: 0;
}

@media (max-width:534px){
	#rtl{
		width: 35%;
	}
	#page-number-left, #page-number-right{
		font-size: 5vw !important;
	}
}

#page-number-left, #page-number-right{
	background-image: url('/resources/img/reader/readershadow.png');
	background-repeat: no-repeat;
	background-position: top;
	display: inline-block;
	text-align: middle;
	padding: 0 20px 5px 20px;
	font-family: georgia, serif;
	font-size: 1.7em;
	color: #fff;
	
}

#au-end-slate{
	padding-top: 40px;
	text-align: left;
	padding-left: 40px;
	margin-left: auto;
	margin-right: auto;
	height: 628px;
	max-width: 670px;
	background-image: url('/resources/img/reader/au-end-slate.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
}

#au-end-slate-xs{
	display: none;
	padding-top: 40px;
	text-align: left;
	padding-left: 40px;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	height: 550px;
	max-width: 430px;
	background-image: url('/resources/img/reader/au-end-slate-xs.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
}
#au-end-slate-tall-xs{
	display: none;
	margin-top: 20px;
	padding: 20px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	width: 100%;
	background-color: #373634;
}

#au-end-slate-tall{
	padding-top: 40px;
	text-align: left;
	padding-left: 0px;
	margin-left: -40px;
	height: 850px;
	width: 1100px;
	background-image: url('/resources/img/reader/au-end-slate-tall.jpg');
	background-repeat: no-repeat;
}
#au-end-slate-tall div{
	float: left;
	padding-left: 80px;
	display: block;
	width: 33%;
}

@media (min-width: 671px){
	#endSlate{	
	}
}
@media (max-width: 671px){
	#au-end-slate-xs{
		display: block;
	}
	#au-end-slate{
		display: none;
		
	}
	#au-end-slate-tall-xs{
		display: block;
	}
	#au-end-slate-tall{
		display: none;
		
	}
	
}

@media (max-width: 450px){
	#au-end-slate-xs{
		font-size: 3vw;
	}
	#au-end-slate-xs{
		height: 115vw;
	}
}



.navbar #read{
	background-color: #000;
}
.navbar.navbar-light #read{
	background-color: #c9bf8b;
}

.alert{
	margin-bottom: 0 !important;
}

/*h1::before {
	content: "K";
	font-family: 'im_fell_flowers_2regular';
	padding-right: 25px;
}
h1::after {
	content: "J";
	font-family: 'im_fell_flowers_2regular';
	padding-left: 25px;
}*/

