/*General Classes*/

*	{
	margin: 0;
	padding: 0;
}

body {
/*	background-image: url(mainBg.gif);*/
/*	background-repeat: repeat;
	background-color: #F5F5F5; */
	font: 14px Arial, Helvetica, sans-serif;
}


h1 {
	font-family: 'Varela Round', sans-serif;
	margin-bottom:0;
	margin-top:0;
}


h2 {
	font-family: 'Varela Round', sans-serif;
	font-weight: bold;
/*	text-align: right; */
	margin-top:10px;
}

.anotherh2 {
	margin-right: 15px;
/*	direction: rtl; */
	color: #396c95;
}

h5 {
	font-family: 'Varela Round', sans-serif;
	font-size:20px;
	font-weight:bold;
}

p {
	margin-bottom:10px;
/*	line-height:150%; */
	font-family: 'Varela Round', sans-serif;
	font-size:16px;
}

ul {
	margin-right:2em;
	margin-left:2em;
}

li {
	font-family: 'Varela Round', sans-serif;
	font-size:16px;
}

/*Genres*/
.tagcloud ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.tagcloud ul li {
	float: right;
/*	width: 150px; */
	margin: 0 10px 10px 0;
	padding: 0;
	text-align:right;
}
.tagcloud ul li a {
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	padding: 0 1em;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.tagcloud ul li a:hover {
	background-color: #3498db;
	border: 1px solid #3498db;
	color: #fff;
}


/*Book Classes*/
.book-inline {
	direction: rtl;
	line-height: 22px;
	margin-bottom: 30px;
	text-align: right;
	position: relative;
	text-align: center;
}

.book-image-grid {
	overflow: hidden;
	float: right;
	margin-bottom: 15px;
	/*position: absolute;
	top: 0;
	z-index: 0;*/
}

.book-image-radius {
	border-radius: 10px;
}

.book-author {
	font-family: 'Varela Round', sans-serif;
	font-size: 0.9em;
	margin-top: 0;
	margin-bottom: 0.1em;
	text-align: center;
	height:1.2em;
	max-height: 1.2em;
	overflow:hidden;
}

.book-name {
	font-family: 'Varela Round', sans-serif;
	font-size: 1.2em;
	margin-bottom: 0.1em;
	height: 1.3em;
	max-height: 1.3em;
	overflow: hidden;
	text-align: center;
	clear: both;
}

.number-badge {
    width: 40px;
    height: 40px;
    border: 0 solid;
    background-color: rgba(128, 128, 128, .8);
    border-radius: 20px;
    left: 65px;
    top: 5px;
	margin: auto;
    z-index: 1;
    text-align: center;
    padding: 10px;
    color: white;
    font-family: 'Varela Round', sans-seris;
    font-size: 16px;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.6);
    position: absolute;
}

.heliconlogo {
	margin: auto;
	max-height: 90px;
	clear: both;
	padding: 1em;
}

.socialicons {
    font-size: 1.8em;
    color: #404040 !important;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-right:-1em;
    letter-spacing: 1em;
}

.socialicons a {
	color: #404040;
}


.review {
	border:1px dotted gray;
	border-radius:10px;
	padding:5px;
	background:#F8F8F8;
	margin-bottom:10px;
}

.reviewpic {
	display:flex;
	float:right;
	margin-bottom:1em;
}

.reviewpic img {
	height:150px;
	border-radius:10px;
}

@media (max-width: 768px) {
	.reviewpic img {
		height:100px;
	}
}

.reviewname {
	padding:15px;
	flex-grow:100;
	float:right;
}

.banner {
	padding-top: 1em;
	padding-bottom: 0.5em;
	width: 50%;
	margin: auto;
}


@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .banner {
        width: 100%;
    }
}

.checked {
    color: orange;
}

.stars {
	/*background-color: pink;*/
	padding-top: 0.5em;
	padding-bottom: 1.5em;
	margin: auto;
}

.login {
	max-height: 35px;
	margin-top: 15px;
	float: right;
}

.cmntbtn {
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:2px solid #064791;
	display:inline-block;
	cursor:pointer;
	color: Black;
	background-color: White;
	font-family: 'Varela Round', sans-serif;
	font-weight: Bold;
	font-size:1em;
	padding:5px 10px;
	text-decoration:none;

}

.cmntbtn:hover {
	font-family: 'Varela Round', sans-serif;
	color: #ffffff;
	background-color:#064791;
	text-decoration: none
	
}

.cmntbtn_reply {
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:2px solid LightGray;
	display:inline-block;
	cursor:pointer;
	/*background-color: #064791;*/
	background-color: White;
	font-family: 'Varela Round', sans-serif;
	font-weight: Bold;
	font-size:1em;
	padding:5px 10px;
	text-decoration:none;

}

.cmntbtn_reply:hover {
	font-family: 'Varela Round', sans-serif;
	color: #ffffff;
	background-color:#064791;
	text-decoration: none
	
}


.recommendationbtn {
	background-color:#ffffff;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:2px solid #064791;
	color: #064791;
	display:inline-block;
	cursor:pointer;
	font-family: 'Varela Round', sans-serif;
	font-size:17px;
	padding:10px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
}
.recommendationbtn:hover {
	font-family: 'Varela Round', sans-serif;
	color: #ffffff;
	background-color:#064791;
	text-decoration: none
	
}

.recommendationbtn:active {
	position:relative;
	top:1px;
}

.profilepic {
	max-width: 150px;
	margin-left: 25px;
	border-radius: 10px;
}

@media (max-width: 768px) {
	.profilepic {
		text-align: right;
		max-height: 150px;
		margin: auto;
		padding: auto;
	}
}

.profilebtns {
	color: #c8dbea;
	font-size: 2em;
}

.buttons {
	margin-top: 0.5em;
	text-align: center;
}

.addbtn {
	background-color:#edf3f8;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	/*border:2px solid #064791;*/
	display:inline-block;
	cursor:pointer;
	color:#396c95;
	font-family: 'Varela Round', sans-serif;
	font-size:14px;
	padding:10px 10px;
	text-decoration:none;
}

.addbtn:hover {
	font-family: 'Varela Round', sans-serif;
	color: #edf3f8;
	background-color:#396c95;
	border:2px solid #396c95;
	text-decoration: none
	
}

.addbtnclicked {
	font-family: 'Varela Round', sans-serif;
	background-color:#396c95;
	color:white !important;
	border:2px solid #396c95;
	text-decoration: none
	
}

.addbtn:active {
	position:relative;
	top:1px;
}

a:link .profilebtns {
	color: #edf3f8;
}	

a:hover .profilebtns {
	color: WhiteSmoke;
}

.boxstyle {
	background-color: #edf3f8;
	padding: 10px;
	border-radius: 10px;
}

.aboutme {
	background-color: WhiteSmoke;
	padding: 15px;
	border-radius: 10px;
}

.wishlist {
	margin-left: -15px;
}

@media (max-width: 768px) {
	.wishlist {
		margin-left: 0;
	}
}


.mybooks {
	margin-right: -15px;
}

@media (max-width: 768px) {
	.mybooks {
		margin-right: 0;
		margin-left: 0;
		text-align: center;
	}
}

.comments {
	background-color: WhiteSmoke;
	padding: 5px;
	padding-top: 10px; 
}

.comments2 {
	background-color: #c8dbea;
}

.bookcomment {
	padding: 10px; 
	border-radius: 5px; 
	background-color: #E8E8E8;
	/*margin-bottom: 1em;*/
}

.bookcomment2 {
	background-color: #c8dbea;
	/*margin-bottom: 1em;*/
}

.commenticons {
	font-size: 130%; 
	text-align: left;
}

.addacomment {
    background-color: WhiteSmoke;
    padding: 5px 12px;
    margin: 12px 0 0 0;
    width: 9em;
    display: inline-block;
    border-radius: 8px;
    text-align: center;
}

.grey {
	color:#B0B0B0!important;
}

.mywall {
	background-color: WhiteSmoke;
}

.date {
	font-size: 75%;
	color: #181818;
}


.rating {
	margin-top: 0.5em;
	font-size: 110%;
	height: 5em;
	font-style: italic;
	max-height: 5em;
	overflow: hidden;
}

.ratingpage {
	margin-top: 0.5em;
	font-size: 95%;
	font-style: italic;
	height: 8em;
	max-height: 8em;
	overflow: hidden;
}

.hiddencomment {
    color: #b6b6b6;

}

.arrow-badge {
    width: 40px;
    height: 40px;
    border: 0 solid;
    background-color: rgba(170, 219, 244, .6);
    border-radius: 20px;
    top: 250px;
    margin: auto;
    z-index: 9998;
    text-align: center;
    padding: 10px;
    color: #b0b0b0;
    font-family: 'Varela Round', sans-seris;
    font-size: 16px;
   /* text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.8);*/
    position: absolute;
}

.arrow-left {
	left: 0px;
}

.arrow-right {
	right: 0px;
}

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.loader:after {
  background: #0dc5c1;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


@media (max-width: 768px) {
	.arrow-left {
		left: 15px;
	}

	.arrow-right {
		right: 15px;
	}
}

.rtl {
	direction: rtl;
}

.rtl * {
	float: right;
}

/** Preloader **/
#preloader {
    position: fixed; 
    height: 100%; 
    width: 100%; 
    z-index: 9999;
}

#preloader-background {
    height: 100%; 
    width: 100%; 
    background-color: rgba(0,0,0,.6);
}

.loader-new {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	position: fixed;
	margin: 0 auto;
}

#loader-6 {
	top: 50%;
	bottom: 50%;
	left: 50%;
	right: 50%;
}
  
#loader-6 span {
	display: inline-block;
	width: 5px;
	height: 20px;
	background-color: #3498db;
}
  
#loader-6 span:nth-child(1){
	animation: grow 1s ease-in-out infinite;
}
  
#loader-6 span:nth-child(2){
	animation: grow 1s ease-in-out 0.15s infinite;
}

#loader-6 span:nth-child(3){
	animation: grow 1s ease-in-out 0.30s infinite;
}

#loader-6 span:nth-child(4){
	animation: grow 1s ease-in-out 0.45s infinite;
}

@keyframes grow{
	0%, 100%{
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		transform: scaleY(1);
	}

	50%{
		-webkit-transform: scaleY(1.8);
		-ms-transform: scaleY(1.8);
		-o-transform: scaleY(1.8);
		transform: scaleY(1.8);
	}
}

.scroll-back-div {
	z-index:9999;
	position:fixed; 
	bottom:7%; 
	right:7%
}

.modal {
	text-align: center;
}

.text-align-right {
	text-align: right !important;
}

.text-align-left {
	text-align: left !important;
}
  
@media screen and (min-width: 768px) { 
	.modal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}
}
  
.modal-dialog {
	display: inline-block;
	vertical-align: middle;
}

.d-flex {
	display: flex !important;
}

.align-items-center {
	align-items: center;
}
