html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: fixed;
}
img {
	max-width: 100%;
}
.nowrap {
	white-space: nowrap;
}
.e-reader {
	position: relative;
	width: 100%;
	height: 100%;
}

/* BTNS */
.e-reader .btn-close {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 25px;
	height: 25px;
	transform: scale(0.8);
	transition: all 0.25s ease;
	overflow: hidden;
}
.e-reader .btn-close:hover {
	transform: scale(1);
	transition: all 0.25s ease;
}
.e-reader .btn-close:before {
    content: '';
    display: block;
    position: absolute;
    top: 33%;
    left: -36%;
    width: 100%;
    height: 100%;
    border-top: 1px solid #666;
    transform: rotate(45deg);
}
.e-reader .btn-close:after {
    content: '';
    display: block;
    position: absolute;
    top: 33%;
    left: 33%;
    width: 100%;
    height: 100%;
    border-top: 1px solid #666;
    transform: rotate(-45deg);
}
.e-reader .three-dots {
	text-decoration: none;
	position: relative;
}
.e-reader .three-dots:before {
	content: '...';
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	line-height: 1em;
	color: #333 !important;
	bottom: 10px;
}

.e-reader > .header {
	position: fixed;
	position: relative;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	height: 67px;
	width: 100%;
	border-bottom: 1px solid #c5c5c5;
	background: #fff;
	z-index: 999;
}
.e-reader > .header > .left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
}
.e-reader .tp-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 86px;
	height: 100%;
	text-decoration: none;
	margin: 0 15px 0 0;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c4c4c+0,222222+100 */
	background: rgb(76,76,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(34,34,34,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(34,34,34,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(76,76,76,1) 0%,rgba(34,34,34,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
}
.e-reader > .header .title-bar h1 {
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    font-size: 24px;
    margin: 0 0 5px 0;
	line-height: 1.1em;
}
.e-reader > .header .title-bar h2 {
	font-family: 'Playfair Display', serif;
    font-weight: normal;
    font-size: 13px;
	text-transform: uppercase;
    margin: 0;
	line-height: 1.1em;
	letter-spacing: 0.04em;
}
.e-reader .tp-logo img {
	max-width: 60%;
}
.e-reader > .header > .right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-right: 20px;
}
.e-reader > .header > .right a,
.e-reader .settings-nav a {
	text-decoration: none;
	color: #333 !important;
	font-size: 22px;
	line-height: 1em;
	margin: 0 0 0 25px;
	opacity: 0.8;
	transition: all 0.25s ease;
}
.e-reader > .header > .right a:hover,
.e-reader .settings-nav a:hover {
	opacity: 1;
	transition: all 0.25s ease;
}
.e-reader > .header > .right img,
.e-reader .settings-nav img {
	max-width: auto;
	max-height: 21px;
}
.e-reader > .header .icon-text-white {
	display: none;
}
.e-reader > .header > .right a.mobile-only {
	display: none;
}
@media (max-width:700px) {
	.e-reader > .header > .right a {
		display: none;
	}
	.e-reader > .header > .right a.mobile-only {
		display: block !important;
	}
	.e-reader .tp-logo {
		width: 45px;
	}
	.e-reader > .header .title-bar h1 {
		font-size: 14px;
	}
	.e-reader > .header .title-bar h2 {
		font-size: 11px;
	}
}
	
/* NO HEADER */
.e-reader.no-header > .header {
	height: 0;
	border: none;
	overflow: hidden;
	transition: all 0.25s ease;
}
.e-reader.no-header > .content {
	height: 90%;
	padding: 0;
	transition: all 0.25s ease;
}

/* CONTENT */
.e-reader > .content {
	position: relative;
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	width: 100%;
	height: calc(100% - 130px);
	padding: 68px 0 0 0;
	top: 4%;
	opacity: 1;
	transition: all 0.25s ease;
	
    height: calc(96% - 105px);
    top: 0;
    padding: 40px 0 0 0;
}
.e-reader > .content.hidden {
	opacity: 0;
	transition: all 0.25s ease;
}
.e-reader > .content > .arrow-prev,
.e-reader > .content > .arrow-next {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 99;
}	
.e-reader > .content > .arrow-prev span {
	position: absolute;
	display: block;
	left: 30px;
	width: 40px;
	height: 40px;
	border-top: 2px solid #9f9f9f;
	border-right: 2px solid #9f9f9f;
	transform: rotate(-135deg);
	transition: all 0.25s ease;
}
.e-reader > .content > .arrow-next span {
	position: absolute;
	display: block;
	left: -70px;
	width: 40px;
	height: 40px;
	border-top: 2px solid #9f9f9f;
	border-right: 2px solid #9f9f9f;
	transform: rotate(45deg);
	transition: all 0.25s ease;
}
.e-reader > .content > .arrow-prev:hover span,
.e-reader > .content > .arrow-next:hover span {
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transition: all 0.25s ease;
}
.e-reader > .content > .page {
	position: relative;
	display: block;
	width: calc(100% - 20px);
	max-width: 700px;
	
	/* background: #efefef; */
	overflow: hidden;
}
.e-reader > .content > .page > .inner {
	width: 100%;
	
	position: relative;
}
.e-reader > .content > .page,
.e-reader > .content > .page p {
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	letter-spacing: 0em;
}
.e-reader.font-sm > .content > .page,
.e-reader.font-sm > .content > .page p {
	font-size: 14px;
}
.e-reader.font-med-lg > .content > .page,
.e-reader.font-med-lg > .content > .page p {
	font-size: 22px;
}
.e-reader.font-lg > .content > .page,
.e-reader.font-lg > .content > .page p {
	font-size: 26px;
}
.e-reader.font-family-lora > .content > .page,
.e-reader.font-family-lora > .content > .page p {
	font-family: 'Lora', serif;
}
.e-reader.font-family-open-sans > .content > .page,
.e-reader.font-family-open-sans > .content > .page p {
	font-family: 'Open Sans', sans-serif;
}
.e-reader.font-family-pt-serif > .content > .page,
.e-reader.font-family-pt-serif > .content > .page p {
	font-family: 'PT Serif', serif;
}

.e-reader > .content > .page .chapters {
	width: 100%;
	column-gap: 0;
	column-rule: none;
	position: relative;
}
.e-reader > .content > .page .chapters > *:not(.exempt) {
	margin-left: auto;
	margin-right: auto;
	max-width: calc(100% - 40px);
}
.e-reader > .content > .page .chapters > ul {
	padding-left: 40px;
	max-width: calc(100% - 80px) !important;
}
.e-reader > .content > .page .chapters > ul > li > ul > li {
	/* break-inside: avoid; */
}
/* .e-reader > .content > .page .chapters > hr { */
	/* padding-left: 0; */
	/* padding-right: 0; */
	/* margin-left: 20px; */
	/* margin-right: 20px; */
/* } */
.e-reader > .content > .page .chapter-break {
	break-after: column;
}
.e-reader > .content > .page .chapter-title {
	margin-bottom: 30px;
	text-align: center;
}
.e-reader > .content > .page .chapter-title h1 {
	margin: 0;
	font-weight: normal;
	line-height: 1.1em;
}
.e-reader > .content > .page .chapter-title h2 {
	margin: 0;
	font-weight: normal;
	line-height: 1.15em;
}
.e-reader > .content > .page .chapters a {
	color: #007ab9 !important;
}
.e-reader > .content > .page .chapters img {
	max-width: 100%;
	max-height: 70vh;
}
.e-reader > .content > .page .chapters .first-page-cover {
	text-align: center;
}

.e-reader > .content .progress {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	color: #777;
}
.e-reader > .content .progress > .inner {
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.e-reader > .content .progress .right {
	/* text-align: right; */
}
@media (max-width:1100px) {
	.e-reader > .content {
		justify-content: space-between;
	}
}
@media (max-width:900px) {
	.e-reader > .content {
		justify-content: center;
		height: calc(96% - 115px);
	}
	.e-reader > .content > .arrow-prev, 
	.e-reader > .content > .arrow-next {
		position: absolute;
		bottom: -20px;
		display: block;
		background: #fff;
		width: 40px;
		height: 40px;
		border-radius: 100%;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
		-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.6);
		box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.6);		
	}	
	.e-reader > .content > .arrow-prev {
		left: 10px;
	}
	.e-reader > .content > .arrow-next {
		right: 10px;
	}	
	
	.e-reader > .content > .arrow-next span,
	.e-reader > .content > .arrow-prev span {
		width: 10px;
		height: 10px;
		border-top: 3px solid #9f9f9f;
		border-right: 3px solid #9f9f9f;
	}
	.e-reader > .content > .arrow-next span {
		left: calc(50% - 8px);
		top: calc(50% - 7px);
	}
	.e-reader > .content > .arrow-prev span {
		left: calc(50% - 5px);
		top: calc(50% - 7px);
	}
	.e-reader > .content > .arrow-prev:hover span, 
	.e-reader > .content > .arrow-next:hover span {
		border-top: 3px solid #000;
		border-right: 3px solid #000;
	}


}


/* LEFT OVERLAY */
.left-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 999;
	transition: all 0.25s ease;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.2+0,0.2+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */	
}
.left-overlay .ov {
	position: relative;
	background: #fff;
	width: 40%;
	min-width: 500px;
	height: 100%;
	left: -41%;
	z-index: 2;
	overflow-y: auto;
	
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 30px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 30px 0px rgba(0, 0, 0, 0.4);	
	
	transition: all 0.25s ease;
}
.left-overlay .ov > .inner {
	padding: 30px;
}
.left-overlay .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.left-overlay h1 {
    font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	font-weight: 300;
	letter-spacing: -0.02em;
    margin: 0 0 0 0;
}
.left-overlay h1.h1-toc {
	margin-bottom: 10px;
}
.left-overlay h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
	font-size: 12px;
	line-height: 1.25em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin: 0;
}
.left-overlay .toc {
	margin-bottom: 20px;
}
.left-overlay .toc a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #0044ce !important;
	color: #20458f !important;
    text-decoration: none;
    font-size: 15px;
    margin: 0;
    padding: 7px 0;
    border-bottom: 1px #d4d4d4 dashed;
}
.left-overlay .toc a strong {
	font-weight: 600;
}
.left-overlay .about-book,
.left-overlay .about-author,
.left-overlay .view-cover {
	display: block;
	color: #333 !important;
	text-decoration: none;
	border-bottom: 1px solid #d4d4d4;
	padding: 10px 0;
}
.left-overlay .about-book .desc,
.left-overlay .about-author .desc {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	margin: 5px 0 10px 0;
	padding: 0;
}
.left-overlay.visible {
	opacity: 1;
	transition: all 0.25s ease;
}
.left-overlay.visible .ov {
	left: 0;
	transition: all 0.25s ease;
}
@media (max-width:600px) {
	.left-overlay .ov {
		width: 100%;
		min-width: 0;
	}
}

/* RIGHT OVERLAY */
.right-overlay {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 999;
	transition: all 0.25s ease;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.2+0,0.2+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */	
}
.right-overlay .ov {
	position: absolute;
	background: #fff;
	width: 500px;
	height: 100%;
	right: -501px;
	z-index: 2;
	overflow-y: auto;
	font-family: 'Open Sans', sans-serif;
	
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 30px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 30px 0px rgba(0, 0, 0, 0.4);	
	
	transition: all 0.25s ease;
}
.right-overlay .ov > .inner {
	padding: 30px;
}
.right-overlay .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.right-overlay.visible {
	opacity: 1;
	transition: all 0.25s ease;
}
.right-overlay.visible .ov {
	right: 0;
	transition: all 0.25s ease;
}
.right-overlay .settings-nav {
	height: 67px;
	border-bottom: 1px solid #c5c5c5;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 20px;
}
.e-reader .right-overlay .btn-close {
	right: auto;
	left: 10px;
}
.right-overlay .pane {
	display: none;
}
.right-overlay .subtabs {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	border-bottom: 1px solid #c9c9c9;
}
.right-overlay .subtabs a {
	padding: 8px 25px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #333 !important;
	border-bottom: 3px solid transparent;
	margin-right: 2px;
	transition: all 0.25s ease;
}
.right-overlay .subtabs a:hover {
	border-bottom: 3px solid #ccc;
	transition: all 0.25s ease;
}
.right-overlay .subtabs a.selected {
	color: #0053c4 !important;
	border-bottom: 3px solid #0053c4;
	transition: all 0.25s ease;
}
.right-overlay .subpane {
	display: none;
}
.right-overlay .subsec {
	padding: 45px 0;
	border-bottom: 1px solid #ebebeb;
}
.right-overlay .subsec > .inner {
	width: 90%;
	margin: 0 auto;
}
.right-overlay .subsec .label,
.right-overlay .subsec .header-label {
    font-size: 14px;
    text-decoration: none;
    color: #333 !important;
}
.right-overlay .subsec .header-label {
	margin: 0 0 20px 0;
}
.right-overlay .input-search-wrapper {
	position: relative;
}
.right-overlay .input-search-wrapper input[type=text] {
    display: block;
    padding: 10px 10px 10px 45px;
    width: calc(100% - 55px);
    outline: none;
    border: none;
    border-radius: 60px;
    background: #efefef;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
}
.right-overlay .input-search-wrapper .search-icon {
    position: absolute;
    top: 11px;
    left: 13px;
    font-size: 22px;
    line-height: 1em;
    color: #333 !important;
}
.right-overlay .fonts {
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
}
.right-overlay .fonts a {
	text-align: center;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #333 !important;
}
.right-overlay .fonts a .sm {
	font-family: 'Open Sans', sans-serif;
}
.right-overlay .fonts a .lg {
	display: block;
	font-size: 55px;
	line-height: 1em;
	margin: 0 0 4px 0;
	border-bottom: 1px solid #333;
	transition: all 0.25s ease;
}
.fonts a.font-family-lora .lg {
	font-family: 'Lora', serif;
}
.fonts a.font-family-pt-serif .lg {
	font-family: 'PT Serif', serif;
}
.fonts a.font-family-playfair .lg {
	font-family: 'Playfair Display', serif;
}
.fonts a.font-family-open-sans .lg {
	font-family: 'Open Sans', sans-serif;
}
.right-overlay .fonts a.selected {
	color: #0053c4 !important;
}
.right-overlay .fonts a.selected .lg {
	border-bottom: 1px solid #0053c4;
}
.right-overlay .font-size-selector {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.right-overlay .font-size-selector .slider {
	position: relative;
	display: block;
	margin: 0 10px;
	width: 100%;
	height: 23px;
}
.right-overlay .font-size-selector .slider:before {
	content: '';
	position: absolute;
	top: 11px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #333;
}
.right-overlay .drag-font-size {
	display: block;
	width: 23px;
	height: 23px;
	background: #fff;
	border-radius: 100%;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    1px 1px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         1px 1px 5px 0px rgba(0, 0, 0, 0.4);
}
.right-overlay .font-size-selector .lg {
	font-size: 40px;
}
.right-overlay .bg-colors {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.right-overlay .bg-colors a {
	display: block;
	width: 70px;
	height: 70px;
	border: 2px solid #dbdbdb;
	border-radius: 100px;
	transition: all 0.25s ease;
}
.right-overlay .bg-colors a.bg-color-white {
	background: #fff;
}
.right-overlay .bg-colors a.bg-color-black {
	background: #000;
}
.right-overlay .bg-colors a.bg-color-mustard {
	background: #ece5cb;
}
.right-overlay .bg-colors a.bg-color-sky {
	background: #cde9e7;
}
.right-overlay .bg-colors a.selected {
	border: 2px solid #0053c4;
}
.right-overlay .bg-colors a.selected,
.right-overlay .bg-colors a:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.4);
	transition: all 0.25s ease;
}
.right-overlay .subsec-continuous-scrolling {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.right-overlay .subsec-continuous-scrolling > .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.right-overlay .line-spacing {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.right-overlay .line-spacing a {
	display: block;
	border: 2px solid #dbdbdb;
	border-radius: 10px;
	transition: all 0.25s ease;
}
.right-overlay .line-spacing a.selected {
	border: 2px solid #0053c4;
}
.right-overlay .line-spacing a:hover,
.right-overlay .line-spacing a.selected {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.4);
	transition: all 0.25s ease;
}
.right-overlay .alignment {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.right-overlay .alignment a {
	display: block;
	border: 2px solid #dbdbdb;
	border-radius: 10px;
	transition: all 0.25s ease;
}
.right-overlay .alignment a.selected {
	border: 2px solid #0053c4;
}
.right-overlay .alignment a:hover,
.right-overlay .alignment a.selected {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.4);
	transition: all 0.25s ease;
}
.right-overlay .alignment > div {
	width: 111px;
}
.right-overlay .user-top h1 {
    font-size: 35px;
    font-weight: 300;
    margin: 0 0 20px 0;	
}
.right-overlay .user-links a {
    display: block;
    margin: 0 0 5px 0;
    font-weight: 300;
    font-size: 14px;
    text-decoration: none;
	color: #20458f !important;
}

.right-overlay .login-wrapper h1 {
	font-size: 35px;
	font-weight: 300;
    margin: 0 0 20px 0;
}
.right-overlay .login-wrapper input[type=email],
.right-overlay .login-wrapper input[type=password] {
    display: block;
    outline: none;
    border: 1px solid #ccc;
    background: #fff !important;
    padding: 8px 20px 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    width: calc(100% - 42px);
    border-radius: 60px;
    margin: 0 0 10px 0;
}
.right-overlay .login-wrapper .btn-login {
	display: block;
    background: #1467a6;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    padding: 8px 0 10px;
    border-radius: 60px;
    font-weight: normal;
    font-size: 18px;
	transition: all 0.25s ease;
}
.right-overlay .login-wrapper .btn-login:hover {
	background: #2986cc;
	transition: all 0.25s ease;
}
@media (max-width:500px) {
	.right-overlay .ov {
		width: 100%;
		min-width: 0;
	}
	.right-overlay .bg-colors a {
		width: 50px;
		height: 50px;
	}
	.right-overlay .line-spacing a,
	.right-overlay .alignment a,
	.right-overlay .alignment div {
		width: 70px;
	}
}


/* TOGGLES */
.toggle-desc .desc {
	display: none;
}
.switch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 24px;
}
.switch input {display:none;}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #949696;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch input:checked + .slider {
  background-color: #2196F3;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}

/* SWIPEABLE */
.e-reader.swipeable > .content > .page {
	overflow-x: scroll;
	-webkit-overflow-scrolling: auto;	
}

/* CONTENT VARIATIONS */
.line-input {
	display: block;
	height: 25px;
	border-bottom: 1px solid #333;
}
.line-input.inline {
	display: inline-block;
	vertical-align: middle;
	width: 150px;
}
.line-input.inline-full {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

/* LAYOUT VARIATIONS */
.e-reader.bg-color-white {
	transition: all 0.25s ease;
}
.e-reader.bg-color-black,
.e-reader.bg-color-black > .header {
	background: #000;
	transition: all 0.25s ease;
}
.e-reader.bg-color-black > .header,
.e-reader.bg-color-black > .content {
	color: #fff;
	transition: all 0.25s ease;
}
.e-reader.bg-color-black > .header {
	border-bottom: 1px solid #474747;
}
.e-reader.bg-color-black > .header > .right a {
	color: #fff !important;
}
.e-reader.bg-color-black .three-dots:before {
	color: #fff !important;
}
.e-reader.bg-color-black > .header .icon-text-white {
	display: block;
}
.e-reader.bg-color-black > .header .icon-text-black {
	display: none;
}
.e-reader.bg-color-black > .content > .arrow-prev:hover span,
.e-reader.bg-color-black > .content > .arrow-next:hover span {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transition: all 0.25s ease;
}
@media (max-width:900px) {
	.e-reader.bg-color-black > .content > .arrow-prev:hover span, 
	.e-reader.bg-color-black > .content > .arrow-next:hover span {
		border-top: 3px solid #000;
		border-right: 3px solid #000;
	}
}
.e-reader.bg-color-black > .content > a {
	color: #69bae4 !important;
}
.e-reader.bg-color-black .line-input {
	border-bottom: 1px solid #fff;
}
.e-reader.bg-color-mustard,
.e-reader.bg-color-mustard > .header {
	background: #ece5cb;
	transition: all 0.25s ease;
}
.e-reader.bg-color-sky,
.e-reader.bg-color-sky > .header {
	background: #cde9e7;
	transition: all 0.25s ease;
}

.e-reader.line-spacing-med > .content > .page, 
.e-reader.line-spacing-med > .content > .page p {
	line-height: 1.8em;
}
.e-reader.line-spacing-lg > .content > .page, 
.e-reader.line-spacing-lg > .content > .page p {
	line-height: 2em;
}

.e-reader.alignment-justify > .content > .page,
.e-reader.alignment-justify > .content > .page p {
	text-align: justify;
}

.e-reader.continuous-scroll > .content > .page {
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: none !important;
	height: 100% !important;
}


.e-reader.continuous-scroll > .content {
	display: block !important;
    width: 100% !important;
    height: calc(100vh - 68px);
    padding: 0 !important;
}
.e-reader.continuous-scroll > .content > .page > .inner {
	width: 90%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 0;
}
.e-reader.continuous-scroll > .content > .page .chapters {
	column-count: auto !important;
	width: 100% !important;
}
.e-reader.continuous-scroll > .content > .arrow-prev, 
.e-reader.continuous-scroll > .content > .arrow-next {
	display: none !important;
}
.e-reader.continuous-scroll > .content .progress {
	display: none !important;
}
.e-reader.continuous-scroll > .content > .page .chapter-break {
	margin-top: 100px;
}
.e-reader.continuous-scroll > .content > .page .chapter-break:first-child {
	margin-top: 0;
}