/*
Theme Name: Avon Romance
Theme URI: http://avonromance.com/
Author: the WordPress team
Author URI: https://wordpress.org/
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.

*/

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,500italic,700,300italic);
@font-face {
  font-family: 'RobotoBlack';
  src: url('fonts/Roboto-Black.ttf')  format('truetype')
}
html{
	overflow-y:scroll;
}
body {
	overflow-x: hidden;
}
body, *{
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 13px;
}
a{
	color: #F280A6;
}
a:focus, a:hover{
	text-decoration: none;
	outline: none;
	color: #e36590;
}
.current-menu-item a{
	background-color:#e36590;
}
ul{
	margin: 0;
	padding: 0;
}
ul li{
	list-style:none;
}
figure {
	max-width: 100%;
}
img{
	max-width: 100%;
	height: auto;
}
input[type="submit"], button,
input[type="submit"]:focus, button:focus,
input[type="submit"]:visited, button:visited{
	outline:0 none !important;
}
.pad10{
	padding: 10px;
}
.top{
	padding-top: 5px;
	padding-bottom: 10px;
}
.top aside{
	width: 50%;
}
.top aside .social-links.pull-right {
	margin-top: 35px;
}
.logo img{
	padding:10px 0  0 15px;
	width: 280px;
}
.login-btn{
	margin-bottom: 10px;
}
.login-btn a{
	font-size: 16px;
	font-weight: bold;
}
.login-btn a:hover, .login-btn a:focus {
	color:#e36590;
}
.social-links a span.fb{
	color: #1A4385;
}
.social-links a span.tw{
	color: #17A9E1;
}
.social-links a span.ig{
	color: #507FA4;
}
header .fa-stack-1x {
    color:white;
    border-radius:0;
}
header .search{
	padding:0;
	position:relative;
}
.search .form-control{
	border-radius: 25px;
	border:2px solid #EAE8E8;
	font-size: 16px;
	color:#888;
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075); 
    box-shadow: inset 0 0 0 rgba(0,0,0,.075); 
	height: 34px;
	padding:4px 12px;
	position: absolute;
    right: 130px;
    width: 220px;
	bottom:20px;
}
.search.cloned{
	background-color: #ebe6e9;
    padding: 10px;
    text-align: center;
    width: 100%
}
.search.cloned .form-control{
	position: static; 
	background-color: #ffffff;
    border:2px solid #cccccc;
    border-radius: 0;
	width:100%;
}
a.search-icon{
	display:none;
	margin:0 10px;
	padding:15px 10px 7px;
	height:68px;
}
a.search-icon:hover, a.search-icon.open{
	background-color:#EBE6E9;
}

nav{
	background-color: #f681a8;
	-webkit-box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.5);
	box-shadow:0px 3px 5px -2px rgba(0,0,0,0.5);
}
.navbar.fixed-top {
	background-color: #fff;
}
.navbar{
	min-height: 0px; 
    margin-bottom: 0; 
    border: 0 none; 
	border-radius: 0;
}
.navbar-collapse{
	padding-left: 0;
	padding-right: 0;
}
.navbar .nav>li{
	margin-right: 42px;	
	display: inline-block;
}
.navbar .nav>li.menu-title{
	display:none;
	font-size:24px;
	color:#fff;
	font-weight:500;
	padding:21px !important;
	text-align:center;
	background-color:#ea7098;
}
.navbar-nav>li>a{
	color: #FEFEFE;
	font-size: 13px;
	padding: 14px 12px;
	font-family: RobotoBlack;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}
.navbar-nav>li>a span{
	font-family: RobotoBlack;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}
nav.navbar li.cart{
	margin-right: 0;
}
nav.navbar li.cart a.cart-icon{
	padding-left: 31px;
	background-image:url(images/icons.png);
	background-position:-6px 6px;
	background-repeat:no-repeat ;
}
nav.navbar li.cart a.cart-icon span:first-child{
	display:none;
}
nav.navbar li:last-child{
	display:none;
}
.navbar-inverse .navbar-nav>li>a:focus, 
.navbar-inverse .navbar-nav>li>a:hover{
	background-color: #e36590;
}

.navbar-right{
	margin-right:0;	
	display: inline;
}
.navbar-inverse{
	background:transparent;
	padding: 7px;
}
.navbar-inverse .navbar-nav > li > a{
	color:#fff;
}
.navbar-inverse .navbar-toggle .icon-bar{
	height:4px !important;
	background-color:#EA7098;
}
.navbar-inverse .navbar-toggle.slide-active .icon-bar{
	background-color:#EA7098;
}


.navbar-nav .menu-item:hover a {
	background: #e36590;
}
.navbar-nav .menu-item .sub-menu {
	display: none;
	position: absolute;
	background-color: #e36590;
	border-radius: .25rem;
	min-width: 13rem;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	padding: .5rem 0;
	text-align: left;
	top: 100%;
	margin-top: -1px;
	font-size: 1rem;
	list-style: none;
}
.sub-menu li {
	display: block !important;
	padding: 10px 0;
	font-weight: bold;
}
.sub-menu li a {
	color: #fff;
	padding-left: 15px;
}
.mobilecaret {
	border-color: #ea7098 transparent currentColor;
	border-style: solid solid dotted;
	border-width: 8px 8px 0;
	content: "";
	display: block;
	float: right;
	height: 0;
	margin: -30px 30px 0px 0px;
	width: 0;
}
.navbar-nav .menu-item:hover .sub-menu {
	display: block;
}
.navbar-nav .menu-item .sub-menu li:hover {
	background: #fff;
}
.navbar-nav .menu-item .sub-menu li:hover a {
	background: #fff;
	color: #e36590;
}


/* adjust body when menu is open */
body.slide-active {
    overflow-x: hidden
}
.navbar.slide-active{
	box-shadow:0 0 0 0;
	min-height:66px;
}
/*first child of #page-content so it doesn't shift around*/
.no-margin-top {
    margin-top: 0px!important
}
/*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
#page-content {
    position: relative;
    padding-top: 70px;
    right: 0;
}
#page-content.slide-active {
    padding-top: 0
}



/* put toggle bars on the left :: not using button */
#slide-nav .navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    margin: 5px 0 0;
    width: 30px;
    height: 40px;
    padding: 10px 0 0 0;
    border: 0;
    background: transparent;
}
/* icon bar prettyup - optional */
#slide-nav .navbar-toggle > .icon-bar {
    width: 100%;
    display: block;
    height: 3px;
    margin: 5px 0 0 0;
}
.navbar-header {
    position: relative;
}
/* un fix the navbar when active so that all the menu items are accessible */
/*.navbar.navbar-fixed-top.slide-active {
    position: relative;
}*/
.scroll{
	overflow-y:auto;
}


footer{
	background-color: #ffeaf1;
}
footer a,footer a:hover,footer a:focus{
	color: #fff;
}
footer .social-links{
	padding:0 0 15px 0;
}
footer .social-links a{
	width: 40px;
	height: 40px;
	display:inline-block;
	padding: 10px;
	margin: 10px;
}
footer .social-links .fa-stack-1x{
	background-color: #fff;
    border-radius: 100%;
    border: 2px solid #1A4385;
	color: #1A4385;
	height: 44px;
    width: 44px;
	padding-top:3px;
}
footer .social-links .tw .fa-stack-1x{
	color: #17A9E1;
	border-color:#17A9E1;
}
footer .social-links .ig .fa-stack-1x{
	color: #507FA4;
	border-color:#507FA4;
}

.copyrights{
	background-color: #e86490;
	padding:10px;
	color:#fff;
	font-weight: 700;

}
.copyrights .container > div{
	padding-top: 10px;
}
.copyrights aside{
	padding:5px;
}
.copyrights li{
	display: inline-block;
}
.copyrights li:after{
	content:" | "
}
.copyrights li:last-child:after{
	content:""
}
.copyrights li a{
	padding:5px;
	color:#fff;
	font-weight: 700;
}

.slide.banner{
	padding: 10px 60px;
	margin: 0 0 70px 0;
	width: 100%
}
.carousel-inner .item{
	padding: 0px 80px;
	min-height: 393px;
}
.carousel-inner .item > a{
	display: block;
	max-width: 250px;
}
.carousel-inner img{
/*
	max-height: 285px;
	max-width: 190px;
*/
}
.banner .carousel-inner .carousel-item .book-image {
	display: block;
	text-align: center;
}
.carousel-caption{
	bottom: auto;
	top: 10%;
	text-align: left;
	left: 32%;
	color: #999EA2;
	text-shadow: 0 0 0 rgba(0,0,0,0);
}
.banner_title {
	display: block;
	text-align: center;
	width: 100%;
}
.banner_title h1 {
	font-weight: 300;
	text-align: center;
	color: #eb779d;
	font-size: 25px;
	text-transform: uppercase;
	margin-top:0;
	padding:0;
}
.carousel-item .book-description {
    margin: auto;
	right: 2%;
	padding-right: 50px;
}
.book-description .carousel-book-title a{
	color: #868c8f;
	margin-bottom: 0;
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
}
.book-description .carousel-book-author, .book-description .carousel-book-author a {
	margin-bottom: 15px;
	display: block;
	text-transform: uppercase;
	font-weight: 400;
	color: #868c8f;
	font-size:18px;
}
.book-description .carousel-book-author a {
	color:#f681a8;
	display: inline;
	text-transform: capitalize;	
}		
.book-description .carousel-book-author a:hover {
    color: #e36590;
}
.book-description .carousel-book-excerpt {
	margin-bottom: 75px;
	font-size: 22px;
	font-weight: 400;
	color: #868c8f;
}
.book-description a.readmore{
	margin-bottom: 10px;
	font-size: 20px;
	color: #f681a8;
	font-weight: 700;
	font-style: italic;
}
.book-description a.readmore:hover{
	color:#e36590;
}
.carousel-control{
	background: #fff !important;
	color:#E85E8C;
	opacity: 1;
	width: 5%;
	top: 50%;
	bottom: auto;
}
.carousel-control:focus, .carousel-control:hover{
	color:#E85E8C;
	opacity: 1;
}


.glyphicon.customized, 
ul.page-numbers .next, ul.page-numbers .prev  {
    background-image:url(images/icons.png);
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:0px -189px;
	height: 42px;
	width:30px;
}
ul.page-numbers li{
	display:inline-block;
	margin:0 6px;
}
ul.page-numbers li a{
	padding:0 5px;
}
.glyphicon.glyphicon-chevron-left.customized {
    background-position:-12px -127px;
}
.glyphicon.customized::before {
    display: none;
}
.glyphicon.customized.small{
	margin-bottom:-8px;
}
.glyphicon.customized.small, 
ul.page-numbers .next, ul.page-numbers .prev {
    background-position: -9px -238px;
    height: 31px;
    width: 20px;
	display: inline-block;
}
ul.page-numbers .next, ul.page-numbers .prev{
	display:block;
	text-indent:-10000px;
}
.glyphicon.glyphicon-chevron-left.customized.small, ul.page-numbers .prev {
    background-position:-9px -269px;
}
.carousel-indicators{
	bottom:-25px;
}
.carousel-indicators li{
	background-color: #A8DDEA;
	border-radius: 100%;
	max-width: 10px;
	height: 10px;
}
.carousel-indicators .active{
	background-color: #179FC3;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23F280A6' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-prev {
    left: -50px;
	opacity: 1;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23F280A6' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-control-next {
	right: -50px;
	opacity: 1;
}
.content{
	margin-bottom: 200px;
}
h1, .as-h1{
	color: #eb779d;
	font-size: 19px;
	font-weight: 500;
	padding: 10px;
	margin:0 0 20px;
	text-align: center;
	text-transform:uppercase;
}
.content .book-list, .content .posts-list{
	padding:0 0 15px 0;
	margin: 0;
}
.content .book-list li, .content .posts-list li{
	position: relative;
	margin:0;
	padding:25px 0;
	clear:both;
	overflow:hidden;

}
.content .book-list li .img-wrapper, .content .posts-list  li .img-wrapper{
	width: 171px;
	height: 251px;
	float:left;
}
.content .posts-list  li img{
	width: 171px;
	max-height: 251px;
}
.content .book-list li img{
	/*width: 171px;*/
	max-height: 251px;
}
.content .book-list li .caption, .content .posts-list li .caption{
	float:left;
	margin-left: 20px;
	width:74%;
	width: -webkit-calc(100% - 191px);
	width: -moz-calc(100% - 191px);
	width: calc(100% - 191px);
}
.content .posts-list li .captionnoimg {
  width:100%;
}
.content .book-list li .caption .date, 
.content .posts-list li .caption .date, 
.content .posts-list li .captionnoimg .date, 
.content .book-list li .captionnoimg .date{
  color: #868c8f;
  margin-bottom: 55px;
  display: block;
  font-weight: 500;
}
.content .posts-list li .captionnoimg .date, 
.content .book-list li .captionnoimg .date{
	margin-bottom: 10px;
}
.content .book-list li .caption h4 a, .content .posts-list li .caption h4 a, .content .posts-list li .captionnoimg  h4 a, .content .book-list li .captionnoimg h4 a{ 
  font-size: 21px;
  font-weight: 700;
  margin: 0;
}
.content .book-list li .book-description, 
.content .posts-list li .book-description{
 height:158px;
} 
.content .posts-list li .captionnoimg .book-description, 
.content .book-list li .captionnoimg .book-description{
  height:auto;
}

.content .book-list li .caption p, 
.content .posts-list li .caption p, 
.content .posts-list li .captionnoimg p, 
.content .book-list li .captionnoimg p{
  color: #868c8f;
  font-size: 18px;
  font-weight: 300;
}
a.readmore{
	color: #f681a8;
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
}
a.readmore:hover{
	color:#e36590;
}
.pager {
	display: block;
	text-align: center;
}
.pager li>a, .pager li>span{
	border: 0 none;
	background-color: transparent;
	font-size: 20px;
	text-transform: uppercase;
	color: #e56f97;
	font-weight: 700;
}
.pager li>a:focus, .pager li>a:hover{
	background-color: transparent;
	color: #e56f97;
}

.pager.authors-pager{
	background-color:#F9FAFA;
}
.pager.authors-pager li{
	float:left;
}
.pager.authors-pager li>a, 
.pager.authors-pager li>span{
	font-size:16px;
	padding: 5px 9px;
}
.pager.authors-pager li.active>a, 
.pager.authors-pager li.active>span{
	background-color: #dadada;
    border-radius: 0;
    color: #fff;
    cursor: default;
}
.panel.widget {
	background-color: #F9FAFA;
	border: 0 none;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 rgba(0,0,0,0);
	margin-bottom: 50px;
	padding: 15px;
}
.panel-heading, .widgettitle {
	color: #e56f97;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase ;
	padding: 5px 0;
	text-align: center;
	border-color: #EC749C;
	margin-bottom: 0;
	margin-top:0;
}
.widgettitle{
	border-bottom: 1px solid #EC749C;
	margin: 15px 0;
	padding:0 0 10px;
}
.panel-text{
	font-size: 16px;
	color: #f681a8;
	padding: 10px 0;
	/*font-style: italic;*/
	font-weight:300;
}
.text-italic{
	font-style:italic;
}
.contribute-btn{
	background-color: #F280A6;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	width: 95%;
	text-transform: uppercase;
	border-radius: 20px;
	margin: 15px 0;
	height: 38px;
	font-style: normal;
}
.btn.contribute-btn.focus, .btn.contribute-btn:focus, .btn.contribute-btn:hover{
	background-color:#e36590;
	color:#fff;
}
.widgettitle span{
	font-size: 14px;
}
.twitterwidget.widget-easy-twitter-feed-widget-kamn-2 {
    background-color: #fff;
    padding: 5px;
}
.widget-easy-twitter-feed-widget-col {
    padding: 10px 15px;
}
.keep-touch{
	font-size: 12px;
	color: #6F6F6F;
}
.keep-touch input[type="email"]{
	width: 100%;
	height: 32px;
	background-color: transparent;
	border: 2px solid #D4D4D3;
}
.keep-touch b{
	display: block;
	margin-top: 10px;
}
.birth-date select{
	width: 32%;
	margin-bottom: 10px;
}


.page-content{
	margin-top: 70px;
}
.page-content h1{
	text-transform: uppercase;
}
.brdr-top-bottom{
	border: 1px solid #F6AAC4;
	border-width: 2px 0 1px;
	text-transform:inherit;
}

.bookdetails-tabs.nav-tabs{
	margin-top:50px;
	border-bottom:2px solid #B8B8B8;
}

.bookdetails-tabs.nav-tabs li{
	margin-bottom:-2px;
	
}
.bookdetails-tabs.nav-tabs li a{
	font-size: 15px;
	font-weight: 500;
	color: #a8aaab;
	border-radius: 0;
	border:2px solid transparent;
	border-bottom:0 none;
	margin:0;
}
.bookdetails-tabs.nav-tabs>li.active>a, 
.bookdetails-tabs.nav-tabs>li.active>a:focus, 
.bookdetails-tabs.nav-tabs>li.active>a:hover{
	border:2px solid #B8B8B8;
	border-bottom:0 none;
	color:#a8aaab;
}
.bookdetails-tabs.nav-tabs>li.active>a:hover{
	background-color:#fff;
}
.bookdetails-tabs.nav-tabs li a:hover{
	background-color:transparent;
	
}
.bookdetails-tabs.nav-tabs li:first-child a,
.bookdetails-tabs.nav-tabs>li:first-child.active>a, 
.bookdetails-tabs.nav-tabs>li:first-child.active>a:focus, 
.bookdetails-tabs.nav-tabs>li:first-child.active>a:hover{
	border-width:2px 2px 0 0;
}

.bookdetails-tabs + .tab-content{
	margin:30px 0;
}

.bookdetails-tabs.nav-tabs.sale-list{
	margin-top:0;
}

.bookdetails-tabs.sale-list + .tab-content{
	margin-top:20px;
}

.filters{
	position:relative;
}
.filters li{
	display:inline-block;
	margin-right: 20px;
}
.filters li a{
	font-size: 14px;
	font-weight: 500;
	color: #F280A6;
	text-transform: uppercase;
	padding:10px 20px;
	display:block;
}
.filters > li:first-child a,
.filters > li:first-child a:hover,
.filters > li:first-child a:focus{
	color:#333;
}
.filters li a.active,
.filters >li>a:focus, 
.filters >li>a:hover{
	color: #e36590;
}


.filters li.dropdown{
	position: static;
}
.filters li.dropdown a.active,
.filters li.dropdown a:focus, 
.filters li.dropdown a:hover{
	background-color: #F2F4F5;
}

.filters .dropdown-menu{
	width: 100%;
    background-color: #F2F4F5;
    border: 0 none;
    box-shadow: 0 0 0;
	border-radius: 0;
	padding: 0;
	top:38px;
}
.filters li .dropdown-menu li {
    float:left;
	margin-right:0;
	width:25%;
}
.filters li .dropdown-menu li a{
    padding: 10px 0;
	margin: 0;
	color:#F280A6;
	text-align: center;
}
.filters li .dropdown-menu li a:hover,
.filters li .dropdown-menu li a:focus,
.filters li .dropdown-menu li a.active{
    background-color: #E5E6E6;
	color:#e36590;
}



.page-header{
	font-size: 21px;
	color:#666c6f;
	font-weight: 500;
	border-bottom: 0 none;
	margin: 30px 0 0;
}
.heading, .content-text p strong{
	font-size: 18px;
	font-weight: 700;
	color: #656C6E;
	margin:30px 0 20px;
	display:block;
}
.content-text p{
	color:#747A7C;
	font-weight: 500;
	text-align:justify;
}
.suggest{
	color: #747A7C;
	font-weight: 500;
}

.editor-row{
	margin-top: 30px;
	color: #747a7c;
    font-weight: 500;
	text-align:justify;
}
.editor-row .heading{
	margin-top: 0;
}
.accordion .panel{
	box-shadow:0 0px 0px rgba(0,0,0,.05);
	margin-top: 0 !important;
}
.accordion .panel-heading{
	border: 0 none;
	text-align: left;
	padding: 10px 0;
	text-transform: inherit;
}
.accordion .panel-heading a{
	color: #656C6E;
	font-size: 17px;
	font-weight: 400;
}
.accordion .panel-body{
	border: 0 none !important;
	padding: 5px;
}



.books{
	margin: 20px 0 50px;
	overflow: hidden;
}
.books li{
	float: left;
	margin-left: 2%;
	margin-bottom: 15px;
	padding: 10px;
}
#new_release .books li img, 
#ebook_sale .books li img{
	/*max-width:201px;*/
}

.books li:nth-child(3n+1){
	margin-left: 0;
	clear:left;
}
li .book-title{
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	color: #868c8f;
	padding-top: 10px;
	max-width:201px;
	margin-bottom:0;
}
.book-author{
	display: block;
	text-align: center;
	padding: 5px 0;
	max-width:201px;
	margin-bottom:10px;
	font-weight: 700;
	color: #868c8f;
}
.page-numbers>li>a, .page-numbers>li>span {
    margin-left: 0;
    color: #A8AAAC;
    background-color: transparent;
    border: 0 none;
	font-weight: 700;
	font-size: 20px;
}
.page-numbers.current, .page-numbers.current:focus, .page-numbers.current:hover{
	color: #e56f97;
    background-color: transparent;
}



.book-details-container{
}
.bookdetails-img-wrapper{
	float:left;
}
.bookdetails-img{
    /*width: 291px;
	height:427px;*/
	margin:0 auto 20px auto;
}
.book-title{
	margin-bottom:10px;
}
.book-title h1{
	margin:0 0 5px;
	color:#696E71;
	font-size:20px;
	font-weight:500;
	text-transform: inherit;
	padding: 0;
	text-align: left;
}
.book-title h2{
	color:#787d7f;
	font-size:13px;
	font-weight:700;
	margin:0 0 10px;
}
.book-title h3 strong{
	/*padding-left:20px;*/
}
.book-title strong{
	color:#787D7F;	
}

.book-details{
	float:left;
	margin-left:3%;
	width:57%;
}
.book-details p{
	color:#787D7F;
	font-size:14px;
	font-weight:500;
}

.other-sellers{
	padding-top:20px;
}
.other-sellers a{
	display: block;
    padding: 11px 15px;
    max-width: 152px;
	height: 41px;
    text-indent: -10000px;
    margin-bottom: 4px;
    border: 1px solid #dedede;
    border-radius: 4px;
    background: url(images/icons.png) no-repeat -146px -26px;
    
}
.other-sellers a.amazone{
	background-position:-146px -120px;
}
.other-sellers a.barnes{
	background-position:-146px -166px;
}
.other-sellers a.booksamillion{
	background-position:-146px -210px;
}
.other-sellers a.indiebound{
	background-position:-146px -257px;
}
.other-sellers a.walmart{
	background-position:-146px -303px;
}
.other-sellers a.kobo{
	background-position:-146px -348px;
}
.other-sellers a.google{
	background-position:-146px -392px;
}
.other-sellers a.ibooks{
	background-position:-146px -437px;
}
.other-sellers a.audible{
	background-position:-146px -484px;
}
.other-sellers a.audiobooks{
	background-position:-146px -579px;
}
.other-sellers a.downpour{
	background-position:-146px -531px;
}
.other-sellers a.itunes{
	background-position:-146px -625px;
}

.book-details-container p{
	font-size:16px;
	font-weight:400;
	color:#757777;
	text-align:justify;
}

/*#morebooks{
	padding:0 30px;
}*/
#morebooks .carousel{
	border:0 none;
	margin:0;
	padding:0;
}
#morebooks .books li{
	margin:0;
}
#morebooks .books li:nth-child(3n+1){
	clear:none;
}
#morebooks .owl-buttons .owl-prev{
	left:-30px;
}
#morebooks .owl-buttons .owl-next{
	right:-30px;
}

.frm_style_formidable-style.with_frm_style input[type=text], 
.frm_style_formidable-style.with_frm_style input[type=password], 
.frm_style_formidable-style.with_frm_style input[type=email], 
.frm_style_formidable-style.with_frm_style input[type=number], 
.frm_style_formidable-style.with_frm_style input[type=url], 
.frm_style_formidable-style.with_frm_style input[type=tel], 
.frm_style_formidable-style.with_frm_style input[type=search], 
.frm_style_formidable-style.with_frm_style select, 
.frm_style_formidable-style.with_frm_style textarea, 
.frm_style_formidable-style.with_frm_style .chosen-container{
    border-color: #B0B2B2 !important;
    border-width: 2px !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset !important;
    height:36px !important;
}
.frm_style_formidable-style.with_frm_style .frm_blank_field .file-input input[type=text]{
	border:0 none;
	z-index: 0;
}

.frm_style_formidable-style.with_frm_style textarea{
	height:80px !important;;
}
.with_frm_style .drpdwn-container.frm_form_field{
    float: left;
    clear: none;
    width: 50%;
}
.frm_style_formidable-style.with_frm_style .form-field{
   margin-bottom:30px;
}
.frm_style_formidable-style.with_frm_style label.frm_primary_label,
.frm_style_formidable-style.with_frm_style .frm_radio label{
	font-weight:500 !important;
	color:#6D7376 !important;
	font-family:'Roboto', Helvetica, Arial, sans-serif !important;
}
.frm_style_formidable-style.with_frm_style .frm_radio {
    display: inline-block !important;
    margin-right: 20px;
    margin-top: 5px;
}
.frm_style_formidable-style.with_frm_style .frm_submit input[type="submit"],
input[type="submit"]{
    background-color: #F280A6;
    color: #fff;
    padding: 14px 30px;
    border-radius: 0;
    border: 0 none;
    font-size: 16px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;;
    font-weight: 500;
    text-transform: uppercase;
}

.frm_style_formidable-style.with_frm_style input[type=submit]:hover,
.frm_style_formidable-style.with_frm_style input[type=submit]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
    background-color: #e36590 !important;
    border-color: transparent !important;
    color: #fff !important;
}
input[type="submit"]{
	 padding: 6px 30px;
     font-size: 14px;
}


.bootstrap-select{width:220px \0}.bootstrap-select>.dropdown-toggle{width:100%;padding-right:25px}.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{z-index:auto}.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.btn-group.dropdown-menu-right,.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group{margin-bottom:0}.form-group-lg .bootstrap-select.btn-group.form-control,.form-group-sm .bootstrap-select.btn-group.form-control{padding:0}.form-inline .bootstrap-select.btn-group .form-control{width:100%}.bootstrap-select.btn-group.disabled,.bootstrap-select.btn-group>.disabled{cursor:not-allowed}.bootstrap-select.btn-group.disabled:focus,.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group .dropdown-toggle .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left}.bootstrap-select.btn-group .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;z-index:1035;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none; max-height:140px !important;}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li.active small{color:#fff}.bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select.btn-group .dropdown-menu li a{cursor:pointer}.bootstrap-select.btn-group .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option{position:static}.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{position:absolute;display:inline-block;right:15px;margin-top:5px}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle{z-index:1036}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%}select.bs-select-hidden,select.selectpicker{display:none!important}select.mobile-device{position:absolute!important;top:0;left:0;display:block!important;width:100%;height:100%!important;opacity:0}


.bootstrap-select>.dropdown-toggle{
    background-color: #F280A6;
    padding: 0;
    padding-right: 28px;
    border-radius: 0;
    border: 0;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    background-color: #B5BCC1;
    display: block;
    padding: 6px 0px 6px 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.bootstrap-select.btn-group .dropdown-toggle .caret{
    top: 43%;
    right: 5px;
    border-top: 10px dashed #fff;
    border-top: 10px solid\9;
	border-top-color:#fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.bootstrap-select.btn-group.dropup .dropdown-toggle .caret{
    border-bottom: 10px dashed #fff;
    border-bottom: 10px solid\9;
	border-bottom-color:#fff;
    border-top:0;
}
.bootstrap-select.open>.dropdown-toggle.btn-default:hover,
.bootstrap-select.open>.dropdown-toggle.btn-default:focus,
.bootstrap-select.open>.dropdown-toggle.btn-default{
	    background-color: #F280A6;
}
.birth-date .btn-group.bootstrap-select{
	width:27% !important;
}
.btn-group.bootstrap-select.month{
	width:42% !important;
}
.birth-date .bootstrap-select.btn-group .dropdown-toggle .filter-option{
	font-size:12px;	
	padding-left:5px;
}

input[type=checkbox],
input[type=radio] {
        opacity: 0;
        position: absolute;
        z-index: 12;
        width: 18px;
        height: 18px;
}

input[type=checkbox]:checked,
input[type=radio]:checked,
input[type=checkbox]:focus,
input[type=radio]:focus {
        outline: none !important;
}

input[type=radio]+.lbl {
        position: relative;
        z-index: 11;
        display: inline-block;
        margin: 0;
        line-height: 22px;
        font-weight: normal;
}

input[type=radio]+.lbl::before {
        font-family: fontAwesome;
        font-weight: normal;
        content: "\a0";
        border: 2px solid #A7AAAB;      
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        height: 22px;
        line-height: 22px;
        width: 22px;
        margin-top: -3px;
        font-size: 100px;
        border-radius:100%;
        margin-right: 8px;
}
input[type=radio]:checked+.lbl::before {
        content: "\a0";
        background-color:#F17FA6;
		border-color: #F17FA6;
}

input[type=checkbox] + .lbl:before {
  font-family: FontAwesome;
  display: inline-block;
}

input[type=checkbox] + .lbl:before { 
	content: "\f096";
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 20px;
    line-height: 20px;
    width: 17px;
    font-size: 21px;
    margin-right: 3px;
    color: #F280A6;
}
input[type=checkbox] + .lbl:before { letter-spacing: 10px; } /* space between checkbox and label */

input[type=checkbox]:checked + .lbl:before { content: "\f046"; } /* checked icon */
input[type=checkbox]:checked + .lbl:before { letter-spacing: 5px; } /* allow space for check mark */

.file-input .btn-primary, .file-input .btn-primary:focus, .file-input .btn-primary:hover {
    color: #fff;
    background-color:#B5BCC1;
    border-color: #B5BCC1;
	border-radius:0;
	width:140px;
	font-weight:700;
	font-size:16px;
}
.file-input .btn-file {
  position: relative;
  overflow: hidden;
}
.file-input .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
.frm_style_formidable-style.with_frm_style .file-input input[readonly] {
	  background-color: white !important;
	  cursor: text !important;
	  border:0 none;
	  box-shadow: 0 0px 0px;
	  font-family: 'Roboto', Helvetica, Arial, sans-serif;;
}

.post{
	margin-bottom:50px;
}
.post .post-img-wraper{
	float:left;
}
.post .post-img-wraper + .pull-left{
	width:73%;
	width:calc(100% - 201px);
}
.post .post-title-img{
	margin:30px 0;/*30px 20px 0;*/
	width:100%; /* 171px;*/
    /*height: 251px*/
}
.post .post-date{
	padding:5px 10px;
	background-color:#F280A6;
	border-radius:20px;
	overflow:hidden;
	
}
.post .post-date span, .post .post-date a{
	font-size:14px;
	font-weight:600;
	color:#fff;
}
.post .post-date a{
	display:none;
}
.post .post-title{
	padding:10px 0;
	margin-bottom:30px;
}
.post .post-title h1{
	color:#F280A6;
	font-size:32px;
	font-weight:400;
	text-align: justify;
	text-transform: inherit;	
	margin-bottom: 10px;
    margin-top: 20px;
	padding: 0;
}
.author-details h1{
	font-size:32px;
	font-weight:400;
	color: #656c6f;
	text-align: left;
	text-transform: inherit;
	margin-bottom: 10px;
    margin-top: 20px;
	padding:0;
}
.post .post-title strong, .author-details strong{
	color:#656B6E;
	font-weight:500;
}
.post .share{
	margin-bottom:30px;
}
	.share .ssba img{		
	width:45px !important; 		
}		
.post .share  img{		
	float:none;		
	margin:0;		
}		
.post .share .ssba.ssba-wrap div{		
	text-align:left !important;		
}
.post p, .post div{
	font-size:16px;
	font-weight:400;
	color:#757777;
	text-align:justify;
}
.post h2{
	clear:both;
}
/*.post img{
	margin:30px 0 30px 30px;
	float:right;
}*/
.post .tags{
	text-align:inherit;
}
.post .tags strong, .post .tags a{
	font-size:16px;
}
.post .tags a{
	font-weight:400;
	text-decoration:underline;
	padding:5px;
}
.post .tags a:hover, .post .tags a:focus{
	text-decoration:none;
}
.fb-post{
	margin:30px 0 50px 0;
}
.post a {
    font-size: 16px;
}

.authors{
	overflow:hidden;
}
.authors li img{
	width:160px;
	height:239px;
}
.authors li .author-name{
	text-align:left;
	font-size: 15px;
	font-weight: 500;
}
.authors li:nth-child(2n+1) {
    clear: left;
}

.author-details .author-photo{
	float:left;
	margin-right:40px;
	margin-bottom:10px;
}
.author-details h3{
	color:#656C6F;
}
.author-details strong{
	color:#656C6F;
	margin-bottom:20px;
	display:block;
	font-size:17px;
	font-weight:700;
}
/*.author-details .author-photo img{
	width:160px;
	height:239px;
}*/
.author-details .author-photo .photoby{
	display:block;
	text-align:center;
	padding:10px;
	color:#72777A;
}
.biography, .author-details p{
	font-size: 16px;
    font-weight: 400;
    color: #757777;
    text-align: justify;
}

#author_books {
	padding:0 30px;
	border-top:1px solid #989C9E;
}
#author_books .owl-wrapper-outer{
	margin-top:30px;
}
.owl-item .item{
	margin-right:10px;
}
.owl-item .item a{
	display:block;
	margin-bottom:10px;
}
.item .book-title{
	font-weight:400;
	font-size:13px;
	display:block;
	max-width:188px;
	text-align:center;
	font-size: 15px;
	font-weight: 500;
	color: #868c8f;
	padding: 10px 0;
	max-height: 100px;
}
.owl-buttons div {
  display: block;
  text-indent:-10000px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 42%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  background-image:url(images/icons.png);
  background-repeat:no-repeat;
  background-position:10px -189px;
}
.owl-buttons .owl-prev {
  left: 0px;
  background-position:-12px -127px;
}
.owl-buttons .owl-next {
  right: 0px;
}


.tab-pane .salebook {
    padding: 5px 15px;
    font-size: 18px;
    font-weight: 500;
    background-color: #F9FAFA;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    position: relative;
}
.tab-pane .salebook > span {
    padding: 0 5px 0 0;
}
.tab-pane .salebook span.isbn {
    color: #F280A6;
}
.tab-pane .salebook a {
    position: absolute;
    right: 0;
    background-color: #F280A6;
    height: 35px;
    width: 30px;
    top: 0;
    color: #fff;
    font-size: 18px;
	padding-top:5px;
    text-align: center;
}
.autosearch-list{
	max-height:400px;
	overflow-y:auto;
}
.autosearch-container{
	padding-bottom:35px;
}
.btn-salebooks-container{
	padding:5px 0;
	background-color:#fff;
}
#error_touch, #parent_email_error, #email_error{
	color: red;
	padding-top: 10px;
}
.book-format{
font-size:16px;
font-weight:600;
font-style:italic;border-bottom: 1px solid;padding: 5px 0;}
.book-formats{
    padding: 10px;
    margin-top: 10px;
    background: white;
    box-shadow: 0 1px 6px rgba(0,0,0,0.3);
    border-radius: 4px;
    display: none;
    }
.book-formats li{
margin-bottom:5px;
}
.book-formats li a{
font-size:14px;
}
.no-marg{
	margin:0;
}
/* ---------------- SAFARI ----------------*/
_::-moz-svg-foreign-content, :root .navbar .nav > li {
	margin-right:64px;
}
_::-moz-svg-foreign-content, :root .navbar .nav > li.cart{
    margin-right: 0;
}
.carousel-caption *, 
.book-list .caption *{
	background-color:#fff;
}
figure.gallery-item {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    text-align: center;
}
.alignleft {
    float: left!important;
    margin-right: 20px!important;
}
img.aligncenter,
aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float:none;
  padding-left: 10px;
  }
  img.alignright,
alignright,
div.alignright {
  float:right;
  padding-left: 10px;
  }
  img.alignleft,
alignleft,
div.alignleft {
  float:left;
  padding-right: 10px;
  }


.carousel.slide.banner .carousel-inner .carousel-item {
	left: 0;
}
.hc-book-dropdown {
	margin: 0 0 20px 7px;
}
.hc-book-dropdown .dropdown button {
	font-size: 19px;
	color: #eb779d;
	font-weight: bold;
}
.hc-book-dropdown .dropdown .dropdown-toggle{
	background: none;
	box-shadow: none;
	color: #e36590;
}
.hc-book-dropdown .dropdown .dropdown-toggle:focus {
	box-shadow: none;
}
.hc-book-dropdown .dropdown .dropdown-menu .active,
.hc-book-dropdown .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu li .active {
	background-color: #eb779d;
}
.hc-book-dropdown .dropdown .dropdown-menu .dropdown-submenu > a:after {
	border-left-color: #e36590;
}
.hc-book-dropdown .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu li {
	padding: 2px;
	text-align: left;
}
.hc-book-dropdown .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu li a {
	display: block;
	width: 100%;
	padding: 3px 1.5rem;
	clear: both;
	font-weight: 400;
	color: #292b2c;
	text-align: inherit;
	white-space: nowrap;
	background: 0 0;
	border: 0;
}
.hc-book-dropdown .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu li a:hover {	
	color: #e36590;
	text-decoration: none;
	background-color: #f7f7f9;
}
.search-form .screen-reader-text {
	display: none;
}
.search-form .search-field {
	border-radius: 3px;
	border:2px solid #EAE8E8;
	font-size: 16px;
	color:#888;
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075); 
	box-shadow: inset 0 0 0 rgba(0,0,0,.075); 
	height: 34px;
	padding:4px 12px;
	margin-right: 15px;
}
.search-form .search-submit {
	display: none;
}
.hc-books .hc-book {
	display: block;
	text-align: center;
	padding: 10px 0;
}
.hc-books .hc-book img {
	padding: 10px 0;
}
.hc-books .hc-book .hc-book-title {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #868c8f;
}
.hc-books .hc-book .hc-book-author {
	font-weight: 700;
	color: #868c8f;
}
.pagination {
	padding-top: 40px;
}
.pagination .current,
.pagination a {
	color: #757777;
	font-size: 16px;
	padding: 1px 10px;
	margin: 5px;
}
.pagination a:hover {
	color: #e56f97;
	font-weight: bold;
}
.pagination .current {
	color: #e56f97;
	font-weight: bold;
}
.no-results {
	clear: both;
	display: block;
	text-align: center;
	color: #eb779d;
	font-size: 19px;
	font-weight: 500;
	padding: 10px;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.ebook_sale .hc-book a {
	display: block;
	margin: auto;
}
.ebook_sale .book-price {
	background-color: #f681a8;
	display: block;
	padding: 5px 10px;
	color: #fff;
	font-size: 20px;
	position: relative;
	max-width: 221px;
}
.ebook_sale .book-price::after {
	width:0;
	height:0;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	border-right: 15px solid white;
	position: absolute;
	content: "";
	top: 0px;
	right: 0;
	
}
.ebook_sale .hc-book .book-title {
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	color: #868c8f;
	padding-top: 10px;
	margin-bottom: 0;
}
.ebook_sale .hc-book .book-author {
	display: block;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 10px;
	font-weight: 700;
	color: #868c8f;
}
.ebook_sale .hc-book .book-author a {
	display: inline;
}


.sortbyletter {
	background-color: #F9FAFA;
	padding: 0px 15px 0px 15px;
	margin-bottom: 30px;
}
.sortbyletter a {
	padding: 2px 6px;
	background-color: transparent;
	font-size: 18px;
	text-transform: uppercase;
	color: #e56f97;
	font-weight: 500;
}
.sortbyletter a:hover {
	color: #e36590;
	font-weight: 700;
}
.sortbyletter .active, .sortbyletter .active:hover {
	background-color: #dadada;
	border-radius: 0;
	color: #fff;
	cursor: default;
}
.hc-author-list .author-name {
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 20px;
}
.hc-author-list .author-name:hover {
	color: #e36590;
	font-weight: 700;
}



.hc-book-details .hc-book-info .hc-book-title {
	margin: 0 0 5px;
	color: #696E71;
	font-size: 20px;
	font-weight: 500;
	text-transform: inherit;
	padding: 0;
}
.hc-book-details .hc-book-info .hc-book-title h1 {
	font-size: 20px;
}
.hc-book-details .hc-book-info .hc-book-sub-title {
	color: #787d7f;
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 10px;
}
.hc-book-details .hc-book-info .hc-book-author {
	color: #787D7F;
	font-weight: 700;
}
.hc-book-details .hc-book-info .hc-book-price,
.hc-book-details .hc-book-info .hc-book-date,
.hc-book-details .hc-book-info .hc-book-isbn,
.hc-book-details .hc-book-info .hc-book-format {
	font-size: 16px;
	font-weight: 400;
	color: #757777;
}
.hc-book-details .hc-book-info .hc-book-format .dropdown{
	display: inline;
}
.hc-book-details .hc-book-info .hc-book-format .dropdown button {
	border: none;
	color:  #F280A6;
	font-size: 16px;
	font-style: italic;
	font-weight: 600;
}
.hc-book-details .hc-book-info .hc-book-format .dropdown button:hover,
.hc-book-details .hc-book-info .hc-book-format .dropdown .dropdown-toggle {
	background-color: transparent;
	border: none;
	box-shadow: none;
	color: #F280A6;
}
.hc-book-details .hc-book-info .hc-book-format .dropdown .dropdown-menu .dropdown-item {
	color: #F280A6;
}
.hc-book-details .hc-book-info .hc-other-sellers {
	top: -20%;
	position: relative;
}
.hc-book-details .hc-book-info .hc-other-sellers a {
	display: inline;
	float: right;
	margin: auto;
	clear: right;
}
.nav-tabs {
	border-bottom: 2px solid #B8B8B8;
}
.nav-tabs .nav-item {
	margin-bottom: -2px;
}
.nav.nav-tabs .nav-item .active {
	border: 2px solid #B8B8B8;
	border-bottom: 0 none;
	color: #a8aaab;
}
.nav.nav-tabs .nav-item a {
	font-size: 15px;
	font-weight: 500;
	color: #a8aaab;
	border-radius: 0;
	margin: 0;
}
.tab-content {
	margin: 30px 0;
}
.tab-content .tab-pane.active,
.tab-content .tab-pane.active p {
	font-size: 16px;
	font-weight: 400;
	color: #757777;
	text-align: justify;
}
.carousel.slide .carousel-inner .carousel-item {
	left: 2%;
}
.carousel.slide .carousel-inner .carousel-item .hc-book a {
	display: block;
	text-align: center;
}
.carousel.slide .carousel-inner .carousel-item .hc-book .hc-book-title {
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	color: #868c8f;
	padding: 10px 0;
}

#carousel_more_books .carousel-inner .carousel-item .row {
	width: 100%;
}


.author-details .author-content .biography-label {
	color: #656C6F;
	margin-bottom: 20px;
	display: block;
	font-size: 17px;
	font-weight: 700;
}
.author-details .author-content .work-by,
.more_books_header {
	display: none;
}
.author-details {
	border-bottom: 1px solid #989C9E;
	margin: 30px 0;
	padding-bottom: 20px;
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover, .dropdown-toggle::after {
	color: #F280A6 !important;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
	position: absolute;
	top: 45% !important;
	right: 3px !important;
	margin-top: -2px;
	vertical-align: middle;
}

.panel-heading {
	border-bottom: 1px solid #EC749C;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.impulse-tabs.nav.nav-tabs,
.impulse-tabs.nav.nav-tabs .nav-item .nav-link {
	border: none;
}
.impulse-tabs.nav.nav-tabs .nav-item .active {
	background-color: transparent;
	color: #696d6f;
}
.impulse-tabs.nav-tabs .nav-item .nav-link:first-child,
.impulse-tabs.nav-tabs .nav-item:first-child {
	padding-left: 0px;
}
.impulse-tabs.nav-tabs .nav-item {
	padding: 10px 15px;
}
.impulse-content .tab-content .tab-pane .content-text p {
	color: #747A7C;
	font-weight: 500;
	text-align: justify;
	font-size: 13px;
}
.impulse-content .tab-content .tab-pane .page-header .suggest {
	color: #747A7C;
	font-weight: 500;
	font-size: 12px;
}

.container {
	clear: both;
}

.social-sharing-buttons {
	margin: 0 30px 60px 30px;  
	width: 100%;
	text-align: center;
}
.social-sharing-buttons	.share-btn {
	color: #fff;
  display: block;
  font-size: 1em;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  transition: background .3s ease;
}
.social-sharing-buttons	.share-btn.fa-facebook {
	background: #3b5998;
}
.social-sharing-buttons	.share-btn.fa-facebook:hover {
	background: darken(#3b5998, 10%);
	text-decoration: none;
}
.social-sharing-buttons	.share-btn.fa-twitter {
	background: #55ACEE;
}
.social-sharing-buttons	.share-btn.fa-twitter:hover {
	background: darken(#55ACEE, 10%);
	text-decoration: none;
}
@media (min-width:600px) { 
	.social-sharing-buttons {
		margin: 0;
	  position: fixed;
	  left: 10px;
	  top: 200px;
	  width: 40px;
	  z-index: 9999;
	}
	.social-sharing-buttons	.share-btn {
    width: 100%;
  }
}

.carousel-item.active {
	display: inline-table;
}
