@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
#defaultNavbar1 {
	margin-left: auto;
	margin-right: auto;
}
.row .col-lg-10.col-lg-offset-1 {
	padding-top: 5px;
	padding-bottom: 5px;
	text-shadow: 0px 0px;
	border-bottom-color: #000000;
	top: 0px;
}
.row .col-lg-11.col-lg-offset-0 {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #F60509;
	font-size: 3.2em;
	text-align: center;
	border-bottom: 1px solid #000000;
}
.row .col-lg-offset-0.col-lg-12 {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #F60509;
	font-size: 3.8em;
	font-weight:600;
	overflow: auto;
	text-align: center;
	text-shadow: 0px 1px #C3C2C2;
}
.navbar.navbar-default {
	background-color: #FFFFFF;
	border-width: 0px;
}
.nav.navbar-nav .active {
	background-color: #FFFFFF;
}
.nav.navbar-nav .active a {
	background-color: #FFFFFF;
	font-size: 16px;
}
.nav.navbar-nav .active a:hover {
	background-color: #FFFFFF;
	text-decoration: underline;
	font-weight: 500;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: underline;
  background-color: #ffffff;
}
.container-fluid .navbar.navbar-default .container-fluid {
}
.container-fluid #defaultNavbar1 {
}
.nav.navbar-nav {
}
.navbar.center .navbar-inner {
    text-align: center;
}
.navbar.center .navbar-inner .nav {
    float: none;
    display:inline-block;
}.container-fluid .container-fluid {
	margin-top: 0px;
	font-family: 'Open Sans', sans-serif;
}
.container-fluid .navbar.navbar-default.center {
	margin-top: 0px;
	margin-bottom: 12px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-radius: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 600;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-top: 4px;
	margin-right: 6px;
	margin-bottom: 12px;
	margin-left: 18px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 16px;
	border: 1px solid #999999;
	margin-top: 4px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

body {
	font-family: 'Open Sans', sans-serif;
}

.sidebar {
	padding: 0px 20px 0px 20px;
	background-color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
}

.sidebar ul {
	padding-left: 0px;
}

.sidebar ul li {
	list-style: none;
	padding: 5px 0px;
}

.home .main-content {
	border-left: none;
}

.main-content {
	min-height: 1150px;
	padding: 0px 40px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	border-left: 1px solid #000000;
	overflow: auto;
}

.main-content a {
	font-weight: 500;
	color: #060F67;
}

.main-content ol li {
	list-style: none;
	padding: 4px 0px;
}

.carousel-wrapper{
	padding: 0px 40px;
}

.container-fluid {
	max-width: 1100px;
}

h2.page-title {
	text-align: center;
	margin-bottom: 20px;
}

h3.slider-title {
	clear: both;
	margin-left: 20px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
}

.content-block {
	padding: 40px;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
	float: none;
}

.footer {
	clear: both;
	margin-top: 10px;
	border-top: solid 1px #000000;
	padding-top: 8px;
}

.book_title_list {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.1em;
}
.book_title_page {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.6em;
}

.book_subtitle_list {
	font-family: 'Open Sans', sans-serif;
	font-size: .9em;
	font-weight: 500;
	line-height: 1.4em;
}

.book_subtitle_page {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.5em;
}

.author_book_page {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.8em;
}

.owl-prev,
.owl-next {
	font-weight: bold;
}

#defaultNavbar1 ul li:hover > ul.dropdown-menu {
	display:block;
}

.sb-menu li a {
	color: #555;
	background-color: #fff;
	display: block;
	font-size: .9em;
}

.sb-menu li a:hover {
	font-weight: 500;
}

.sb-submenu {
	display: none;
}

.sb-submenu li a {
	padding: 0px 25px;
	display: block;
}

.sb-submenu li a:hover {
	background-color: #f5f5f5;
	text-decoration: none;
}

.sb-menu li:hover > ul.sb-submenu {
	display:block;
}

a.dropdown-toggle {
	color: #555555!important;
}

blockquote {
	border-left: none;
}

.books-all-list {
	border-bottom: solid 1px silver; 
	min-height:160px; 
	margin-bottom:12px; 
	width:95%; 
	float:left; 
	margin-right:6px;
	overflow: auto;
}

.books-by-subject-wrap {
	border-bottom: solid 1px silver; 
	min-height:170px; 
	margin-bottom:12px; 
	width:48%; 
	float:left; 
	margin-right:6px;
	overflow: auto;
}

.bestseller-books-wrap {
	float:left;
	width:15%;
	min-height:146px;
	margin-bottom:12px;
	text-align:center;
	margin-right: 6px;
}

.author-list-wrap {
	margin-bottom:3px; 
	width:32%; 
	float:left;
	margin-right: 6px;
}

.author-list-full {
	min-height: 148px;
	margin-bottom:12px; 
	width:90%; 
	float:left;
	clear: both;
}

@media only screen and (max-width: 1024px) {
	.books-by-subject-wrap {
		width: 45%;
		min-height:200px;
	}

	.bestseller-books-wrap {
		width: 14%;
	}
}

@media only screen and (max-width: 950px) {
	.books-by-subject-wrap {
		width: 42.5%;
		min-height: 220px;
	}

	.bestseller-books-wrap {
		width: 20%;
	}
}

@media only screen and (max-width: 850px) {
	.books-by-subject-wrap {
		width: 100%;
		min-height:180px;
	}

	.bestseller-books-wrap {
		width: 30%;
	}

	.author-list-wrap {
		width: 30%;
	}
}

@media only screen and (max-width: 768px) {

	.carousel-wrapper{
		padding: 0px;
	}

	.content-block {
		padding: 0px;
	}

	.author-list-wrap {
		width: 100%;
	}


}

@media only screen and (max-width: 400px) {
	.bestseller-books-wrap {
		width: 100%;
	}
}

/* -------- New Slider Styles --------- */

.parent-div {
	min-height: 260px;
	line-height: 260px;
}

.child-img {
	height: auto;
	max-height: 260px;
	max-width: 100%;
	padding: 10px;
	vertical-align: middle;
}

@media only screen and (max-width: 768px) {

	.child-img {
		max-height: 100%;
	}

}

/* -------- New Header Styles --------- */

.social-header-main {
	position: relative;
}

.social-header-main .main-logo {
	height: 110px;
	max-width: 100%;
}

.social-header-main .social-header-icons {
	bottom: 0px;
	height: 110px;
	position: absolute;
	right: 0px;
}

.social-header-main .social-header-icons a {
	display: inline-block;
	float: left;
	line-height: 2.3;
	margin: 0 2px;
}

.social-header-main .social-header-icons a img {
	vertical-align: initial;
}

.social-header-main .social-header-icons a:hover img {
	opacity: 0.8;
}


@media only screen and (max-width: 768px) {

	.social-header-main .main-logo {
		float: left;
	}

	.social-header-main .social-header-icons {
		bottom: initial;
		float: right;
		position: initial;
		right: initial;
	}

}

@media only screen and (max-width: 615px) {

	.social-header-main .main-logo {
		float: none;
		height: auto;
		max-width: 100%;
	}

	.social-header-main .social-header-icons {
		float: none;
		height: 32px;
		margin: 10px auto;
		width: 180px;
	}

	.social-header-main .social-header-icons a {
		line-height: 0;
	}

}

/* -------- Author Carousel Styles --------- */

.owl-carousel-3 .author-carousel-item {
	padding: 0px 10px;
}

.owl-carousel-3 .author-carousel-item img.author-image {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
	float:left;
	margin: 0px 10px 0px 0px;
	object-fit: cover;
	height: 200px;
	width: 150px;
}

@media only screen and (max-width: 768px) {

	.owl-carousel-3 .author-carousel-item img.author-image {
		clear: both;
		display: block;
		float: none;
		margin: 20px 0px 20px 0px;
	}

}

/* -------- Sidebar Show/Hide Menu Styles --------- */

.sb-dropdown-btn:hover {
	cursor: pointer;
}

.sb-dropdown-btn:after {
	content: "\f0d7";
	display: inline-block;
	font-family: "fontawesome";
	left: 5px;
	position: relative;
}

.sb-active.sb-dropdown-btn:after {
	content: "\f0d8";
}

.sb-dropdown-container {
	background-color: #fff;
	border: 1px solid #fff;
	display: none;
	padding-left: 10px!important;
}

.sb-dropdown-container a {
	background-color: #fff!important;
}

/* -------- Social Feed Styling --------- */

.col-sm-6.social-column {
	margin-bottom: 40px;
	text-align: center;
}

.twitter-timeline {
	border: 1px solid #eee!important;
}

