#bialicHead {
	background-image:url('/images/bialic.png');
	background-size:75%;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:transparent;
}

.bialicArrows {
	background-position:center center;
	background-repeat:no-repeat;
	background-color:transparent !important;
}
	

.homeBigButton {
	font-size:37px;
	font-weight:600;
	display:inline-block;
	
	background-color:black;
	padding:21px;
	text-align:center;
}


.dz-error-message {
    width: auto !important;
}


div#newestBooksModule {
    background-color: #f0efef;
    padding: 30px 0;
}
.hvr-sweep-to-top:hover a {
    color: black !important;
}
.hvr-sweep-to-top:hover {
    color: black !important;
}
div#newestBooksModule h2 {
    font-weight: 600;
    padding-right: 50px;
    max-width: 100%;
    width: 1200px;
    margin: 0 auto 20px;
    color: #000;
}

#newBooksSlider {
	direction:ltr;
	/*width:1200px;
	margin:0 auto;*/
	max-width:100%;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.bookIcon {
	text-align:right;
	width:215px;
	display:inline-block;
	margin:0 10px 50px;
	vertical-align:top;
	font-size:23px;
}



.bookIconTop {
	font-size:0px;
}

.ribbon {
    width: 30px;
    height: 295px;
    padding-top: 30px;
    background-image: url(/images/b.png);
    background-repeat: no-repeat;
    background-position: center 5px;
	display:inline-block;
	font-size:23px;
}




.bookIconImage {
    height: 295px;
    width: 185px;
    display: inline-block;
    vertical-align: top;
	background-size:100% 100%;
	/*filter: grayscale(100%);
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	transition:.3s;
}

.bookIcon:hover .bookIconImage {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	transition:.3s;
}

.bookIconTitle {
    line-height: 1;
}

span.bookIconTitle {
    display: block;
    font-weight: 600;
}

.bookIconActions {
	border-top: 1px solid #6a6a6a;
	margin-top:5px;
}

.bookIconPanelIcons {
    padding-right: 20px;
    background-position: right center;
    background-repeat: no-repeat;
	font-size:20px;
}

.bookIconWatch {
    background-image: url(/images/watch_s.png);
}

.bookIconLike {
    background-image: url(/images/like_s.png);
}

.bookIconDate {
    background-image: url(/images/date_s.png);
}

/* the slides */
.slick-slide {
    margin: 0 10px;
}
/* the parent */


button.slick-arrow {
    background-color: transparent;
    color: transparent;
    border: none;
    outline: none;
    width: 40px;
    vertical-align: top;
    height: 305px;
	
	background-position:center center;
	background-repeat:no-repeat;
}

button.slick-prev.slick-arrow {
	background-image:url('/images/next.png');
}


button.slick-next.slick-arrow {
	background-image:url('/images/prev.png');
	margin-right: 5px;
}

div#booksModule {
    width: 1200px;
    max-width: 100%;
    margin: 50px auto;
	min-height: 300px;
}

span.booksModuleCategoryHead {
	cursor:pointer;
}
/*span.booksModuleCategoryHead::after {
    content: "";
    border-bottom: 3px solid #000;
    position: absolute;
    bottom: 6px;
    width: 100%;
    right: 0;
}*/




.booksModuleCategories {
    width: 150px;
    background-color: rgba(255,255,255,.8);
    border: none;
    position: absolute;
	margin-top:5px;
    padding: 10px;
    font-size: 20px;
    line-height: 1;
	display:none;
	z-index:10;
}

.booksModuleSorts {
    width: 150px;
    background-color: rgba(255,255,255,.8);
    border: none;
    position: absolute;
	margin-top:5px;
    padding: 10px;
    font-size: 20px;
    line-height: 1;
	display:none;
	z-index:10;
}


.ui-menu-item-wrapper {
    text-transform: capitalize;
}
span.bookIconTitle, span.bookIconAuthor {
    cursor: pointer;
}

span.booksModuleFilterItem.active::before {
    height: 20px;
    width: 20px;
    content: '+';
    margin-left: -20px;
    display: inline-block;
}

span.booksModuleSortHead {
	cursor:pointer;
}
/*span.booksModuleSortHead::after {
	content: "";
    border-bottom: 3px solid #000;
    position: absolute;
    bottom: 6px;
    width: 100%;
    right: 0;
}*/
#booksModuleBooksCon {
	text-align:center;
	font-size:0;
	margin-top:50px;
}

span.booksModuleFilterItem:hover {
    font-weight: 600;
}

div#readerCon {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    height: 100%;
    width: 100%;
    background-color: white;
	opacity:0;
}

div#readerHead {
    position: fixed;
    width: 100%;
    background-color: rgba(153,227,221,1);
    text-align: center;
    z-index: 999;
    padding: 10px 0;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

div#readerHeadRight {
    float: left;
    display: flex;
    padding: 0px 40px 0px 40px;
    cursor: pointer;
	position:absolute;
}

div#readerHeadLeft {
    display: inline-block;
    float: right;
    padding-left: 40px;
	overflow:hidden;
	width:150px;
}
div#readerHeadLeft {
    position: absolute;
    top: 0;
    right: 30px;
}
div#readerBottom {
    direction: rtl;
}
.readerBookName,  .readerBookAuthor{
	line-height:39px;
}

.readerBookAuthor {
	color: white;
}

#readerCon span.seperator {
    padding: 0 10px 0 10px;
}

#readerQmark {
    line-height: 39px;
    cursor: pointer;
    top: 0;
    margin-left: 20px;
	display:inline-block;
	font-size: 25px;
}

div#readerHeadCenter {
    margin: 0 auto;
    display: block;
    width: 750px;
	text-align:center;
    overflow: visible;
    position: relative;
}

div#readerHandler {
    margin: 0 auto;
    width: 50px;
    line-height: 1.6;
    cursor: pointer;
    height: 36px;
    background: linear-gradient(180deg,rgba(0,0,0,0) calc(50% - 2px),rgba(0,0,0,1) calc(50%),rgba(0,0,0,0) calc(50% + 2px));
    margin-top: 5px;
    margin-bottom: -1px;
}

div#readerDrawer {
    display: block;
    display: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    gap: 40px;
    line-height: 0;
}

#readerDrawer.readerHeadClose {
	display:none;
}

.readerDrawerIcon {
    display: inline-block;
    cursor: pointer;
    color: black;
    background-position: top center;
    background-repeat: no-repeat;
    opacity: .6;
    transition: .3s;
    height: 20px;
    width: 20px;
    margin: 0;
    background-size: contain;
    padding: 0;
}

.readerDrawerIcon:hover, .readerDrawerIcon.readerDrawerActive {
	opacity:1;
	transition:.3s;
}

#readerShare {
	background-image: url('/images/read_share.png');
}

#readerLikes {
	background-image: url('/images/read_like.png');
    position: relative;
}

div#readerLikes:before {
    content: attr(data-likes);
    position: absolute;
    top: 10px;
    font-size: 12px;
    font-weight: bold;
    left: 0;
    right: 0;
}

div#readerLikes.liked:before {
    color: white;
}

#readerLikes.liked {
	background-image: url('/images/read_liked.png');
}

#readerComments {
	background-image: url('/images/read_comment.png');
}

#readerContact {
	background-image: url('/images/read_email.png');
}

.readerHeadClose {
	display:none;
}

input, input:before, input:after {
  -webkit-user-select: initial !important;
  -khtml-user-select: initial !important;
  -moz-user-select: initial !important;
  -ms-user-select: initial !important;
  user-select: initial !important;
}

div#readerBody {
    width: 100%;
    //smargin-top: 60px;
    box-sizing: border-box;
    //height: calc(100vh - 120px);
    margin-bottom: 60px;
	position:relative;
}

div#readerBottom {
    position: fixed;
    width: 100%;
    background-color: black;
    color: white;
	border-top:5px solid #1a1a1a;
	padding:5px 0px;
}
div#readerBottom, div#readerBottom * {
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none; 
}

div#readerChangeColor {
    padding-right: 40px;
    float: right;
}

.readerChangeColor{
	display: inline-block;
    height: 15px;
    width: 15px;
    border: 1px solid white;
    border-radius: 7.5px;
    vertical-align: middle;
	cursor:pointer;
}

#white.readerChangeColor {
	
}

#black.readerChangeColor {
	background-color: white;
}

div#readerToPageCon, div#readerResize, div#readerPaging {
    padding-left: 40px;
    float: left;
	color:white;
}
#readerPaging{
    margin: 0 auto;
    position: absolute;
    width: 100px;
    left: 0;
    right: 0;
	top: 8px;
}


input#readerToPage, input#readerToPage:focus {
    background-color: black;
    border-radius: 0;
    width: 50px;
    margin: 0;
    height: 20px;
    text-align: center;
    outline: none;
    color: white;
    font-size: 16px;
    padding: 0 4px;
    line-height: 1;
    box-sizing: border-box;
}

div#readerResize > * {
	display:inline-block;
}

.resize {
    border: 1px solid white;
    border-radius: 8px;
    height: 16px;
    width: 16px;
    overflow: hidden;
    vertical-align: middle;
    font-size: 15px;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 1;
	cursor: pointer;
}

div#readerResizeScale {
    width: 150px;
    border-bottom: 2px solid white;
    margin-bottom: 5px;
	position:relative;
}

div#readerResizeKnob {
    position: absolute;
    height: 12px;
    width: 12px;
    border: 1px solid white;
    top: -5px;
    border-radius: 6px;
    background-color: black;
    //left: calc(50% - 7px);
	left : 0;
    cursor: pointer;
}

#readerResizeIcon {
	cursor:pointer;
}

div#readerAddHighlightIcon {
	z-index:1;
    position: fixed;
	height:100px;
	width:100px;
    left: 100px;
    top: 100px;
	background-image: url('/images/Asset-54.png');
	background-color:white;
	border-radius:50px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	cursor:pointer;
}

div#readerAddHighlightIcon.invert {
	//filter: invert(100%) grayscale(100%);
}

img#readerPb {
	margin-top:-5px;
	width:40px;
	cursor:pointer;
}

div#adCon {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999991;
    cursor: wait;
    height: 100vh;
    background-color: white;
    width: 100vw;
    text-align: center;
}

div#adCon img {
	max-height: 60vh;
	margin-top:20px;
	max-width:90vw;
}

.jquery-loading-modal {
	z-index: 99999999 !important;
}

.jquery-loading-modal__bg {
	background-color: white !important;
}

.jquery-loading-modal--visible {
	animation-duration:.3s !important;
}






div#readerHeadCenter {
    width: auto;
    display: block;
    position: relative !important;
    margin: 0;
    padding: 0;
}

div#readerHeadRight {
    float: none !important;
    padding: 0;
    position: relative !important;
    width: auto;
}

div#readerHeadLeft {
    position: relative !important;
    float: none !important;
    width: auto;
}

div#readerHead {
    padding: 0 40px;
    max-width: 100vw;
    box-sizing: border-box;
}





.mod-languages a.btn.dropdown-toggle {
    font-size: 0px !important;
    width: auto !important;
}

.mod-languages a.btn.dropdown-toggle:after {
    content: "";
    height: 20px;
    width: 20px;
    background-image: url('/images/icons/globe.svg');
    background-position: center center;
    background-size: contain;
    display: inline-block;
}

.mod-languages a.btn.dropdown-toggle {
    padding: 0 !important;
    border: none !important;
}

.mod-languages.snake_right_top, .mod-languages.snake_right_top:hover {
    border: none !important;
    background-image: none;
    margin-right: 10px;
}

.mod-languages .caret {
    border: none;
    background-image: url('/images/icons/chevron.svg');
    height: 15px;
    width: 15px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 5px;
}