﻿/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@import url('skin.css');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: 'Lato', sans-serif;
}
body {
	line-height: 1;
	font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
p {
	font-size: 14px;
	line-height: 1.6em;
}
/* =Scss Variables
-------------------------------------------------------------- */
/* =Global
-------------------------------------------------------------- */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    outline: none;
}
body {
	background-color: #ffffff;
	color: #505050;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.8;
}
/* Headings */
h2, h3, h4, h5, h6 {
	line-height: 1.6em;
	font-weight: 300;
}
.storeclss_cs {
	text-align: center;
	font-size: 10px;
	background: none;
	width: 84px;
	margin: 58px 0px 0px -5px;
	display: inline-block;
	padding-left: 0px;
	float: left;
	color: #F43958;
}
.storeclssdrpdwn_css {
	font-size: 10px;
	padding-left: 20px;
	color: #F43958;
}
h1 {
	line-height: 1.3em;
	padding-top: 10px;
	/*float: left;
width: 70.1%;*/
	padding-bottom: 5px;
	border-bottom: 1px solid #C2C2C2;
	margin-bottom: 5px;
	color: #251B1B;
	font-size: 24px;
	margin-left: 10px;
}
a {
	text-decoration: none;
	color: #3cb5f9;
}
a:hover {
	color: #0793e2;
}
/* =Template
-------------------------------------------------------------- */
#wrapper {
	width: 100%;
	margin: 0 auto;
}
#main {
	background-color: #fff;
	padding-top: 0px;
}
.container {
	/*max-width: 1000px;*/
	margin: 0 auto;
	/*padding: 0 15px;*/
	width: 100%;
}
section {
	padding: 0px 0;
}
section h1 {
	font-weight: 300;
	margin-bottom: 0px;
	/*color: #FFFFFF;*/
  
	width: 100%;
	border-bottom: 0px dotted #5E5E5E;
	padding-bottom: 14px;
	/* line-height: 1em; */
  
/* padding-top: 0px; */
  
	font-size: 18px;
	padding-left: 0px;
	margin-left: 0px;
	float: left;
}
section p {
	margin-bottom: 0px;
}
section p:last-child {
	margin-bottom: 0;
}
section.color {
	background-color: #3cb5f9;
	color: white;
	height: 250px;
	-webkit-box-shadow: 0 2px 2px rgba(185, 185, 185, 0.5);
	-moz-box-shadow: 0 2px 2px rgba(185,185,185,0.5);
	box-shadow: 0 2px 2px rgba(185, 185, 185, 0.5);
}
.bootstrap-select.btn-group .dropdown-menu {
        min-width: 100% !important;
    
}
.bootstrap-select.btn-group .dropdown-menu.inner1 {
	position: static;
	border: 0;
	padding: 0;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: rgba(255, 255, 255, 1);
}
/* =Info Bar
-------------------------------------------------------------- */
#info-bar {
	background-color: #3cb5f9;
}
#info-bar a {
	color: white;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0;
	padding: 10px;
}
#info-bar a:hover {
	background-color: #0793e2;
}
#info-bar span.all-tutorials, #info-bar span.back-to-tutorial {
	display: block;
	width: 50%;
}
#info-bar span.all-tutorials {
	float: left;
	text-align: left;
}
#info-bar span.back-to-tutorial {
	float: right;
	text-align: right;
}
.customer_logo {
	margin-top: 0px;
	width: 300px;
	float: left;
	clear: left;
	padding-left: 28px;
}
.home_footer {
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #eeeef3;
	display: table;
	clear: both;
	width: 100%;
}
.copyright_message {
	float: right;
	width: 300px;
	margin-top: -20px;
}
/* =Header
-------------------------------------------------------------- */
header, .header  {
	height: 20px;
	background: #FFF;
	width: 100%;
	margin: 0px auto;
	display: table;
	border-bottom: 1px solid #eeeef3;
}
header h1#logo, .header h1#logo  {
	display: inline-block;
	height: 161px;
	line-height: 1.4em;
	float: left;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #000;
	border-bottom: 0px dotted #C2C2C2;
	font-weight: bold;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-left: 180px;
	margin-top: 0px;
	width: 260px;
	margin-right: 45px;
	padding-top: 60px;
}
.cat_icon {
	float: left;
	margin-right: 9px;
}
header nav, .header nav {
	display: inline-block;
	float: right !important;
	margin-top: 0px;
	/* position: fixed; */
  
	margin-left: 0px;/* min-width: 500px; */
}
header nav img, .header nav img {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(188, 188, 186, 0.75);
	-moz-box-shadow: 0px 0px 0px 0px rgba(188, 188, 186, 0.75);
	box-shadow: 0px 0px 0px 0px rgba(188, 188, 186, 0.75);
	border: 0px solid #bfbfbf;
}
header nav a, .header nav a {
	margin-left: 22px;
	color: #000;
	font-size: 14px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 600;
}
header nav a:hover, .header nav a :hover {
	color: #959595;
}
header nav ul, .header nav ul {
	text-align: left;
	display: inline;
	margin: 0;
	padding: 2px 4px 0 0;
	list-style: none;
    z-index:2;
}
header nav ul li, .header nav ul li {
	font-size: 12px;
	/*display: inline;background: #FFF;*/
	display: inline-block;
	margin-right: 0px;
	position: relative;
	padding: 10px 10px 10px 0px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	border: 0px solid #959595 !important;
	border-right: 0px solid #959595 !important;
	float: left;
    background-color: inherit;
}
.header nav ul li {
    line-height: 25px;
}
.header nav ul li#exploreAnc {
    line-height: 20px;
}
header nav ul li:hover, .header nav ul li:hover {
	color: #ccc;
}
header nav ul li ul, .header nav ul li ul {
	padding: 0 0px;
	position: absolute;
	top: 36px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	z-index: 52;
	left: 0px;
}
header nav ul li ul li, .header nav ul li ul li {
	background: transparent;
	display: block;
	color: #000;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-left: 0px;
	width: auto;
	-webkit-transition: max-height 0.3s ease-out;
	-moz-transition: max-height 0.3s ease-out;
	-ms-transition: max-height 0.3s ease-out;
	-o-transition: max-height 0.3s ease-out;
	transition: max-height 0.3s ease-out;
}
header nav ul li ul li a, .header nav ul li ul li a {
	/*text-align: left!important;*/
	padding: 5px 15px!important;
}
header nav ul li ul li:first-child, .header nav ul li ul li:first-child {
	border-top: 1px solid #ccc;
}
header nav ul li ul li:hover, .header nav ul li ul li:hover {
	background: transparent;
	color: #222;
}
header nav ul li:hover ul, .header nav ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
header nav ul li ul li:last-child, .header nav ul li ul li:last-child {
	margin-top: -25px;
}
header.smaller nav a, .header.smaller nav a {
	line-height: initial;
}
header img, .header img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	/*-webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);*/
	border: 0px solid #bfbfbf;
}
header.smaller nav ul li ul, .header.smaller nav ul li ul {
	position: absolute;
	top: 32px;
	left: 12px;
	width: 186px;
}
header.smaller, .header.smaller {
	height: 70px;
}
header.smaller h1#logo, .header.smaller h1#logo {
	width: auto;
	height: 48px;
	line-height: initial;
	font-size: 16px;
	margin-left: 80px;
	margin-top: 0px;
	padding-top: 44px;
}
header.smaller nav, .header.smaller nav  {
	margin-top: 18px;
	/*position: fixed;*/
	margin-left: 0px;
}
header.smaller nav a, .header.smaller nav a {
	line-height: initial;
}
header.smaller img, .header.smaller img {
	width: 50px;
	height: 50px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(188, 188, 186, 0.75);
	-moz-box-shadow: 0px 0px 0px 0px rgba(188, 188, 186, 0.75);
	box-shadow: 0px 0px 0px 0px rgba(188, 188, 186, 0.75);
	border: 1px solid #bfbfbf;
}
/* =Footer
-------------------------------------------------------------- */
/* =Extras
-------------------------------------------------------------- */

.bookshelf_logo_box {
	width: 256px;
	height: 41px;
	font-size: 14px;
	color: #000;
	text-align: center;
	border: 1px solid #000;
	background-color: #FFF;
	display: block;
	margin-left: 10px;
	float: left;
	padding: 7px 15px;
	font-weight: 700;
	margin-bottom: 15px;
	margin-top: 15px;
}
.header .bookshelf_logo_box {
    line-height: 25px;
}
#footer_block {
	display: none;
}

@media only screen and (max-width: 640px) {
.backgroundbannerimage {
	background-size: cover !important;
}
.title_section_fix {
	padding: 0px 0px 20px 0px !important;
	margin-top: 20px;
}
button[disabled], html input[disabled] {
	width: 30px;
	height: 30px;
}
.top_search_main {
	display: none;
}
.top_search_main_2 {
	width: 100%;
	display: table;
	background-color: rgba(200, 200, 200, 0.53) /*rgba(144, 0, 71, 0.53)*/;
}
.left_categories {
	width: 100%;
	float: left;
	clear: both;
}
.title_section_fix {
	font-size: 16px !important; /*margin: 0 auto 10px auto; */
	margin-left: 18px !important;
	width: 62% !important;
	line-height: 16px;
}
.content-scetion-grid {
	padding-left: 11px!important;
}
#footer_block {
	display: block;
}
.copyright_message {
	float: left;
	width: 300px;
	margin-top: 5px;
	text-align: left;
	padding-left: 18px;
	font-size: 13px;
	font-weight: 400;
}
.title_text {
	display: none;
}
.bookshelf_logo_box {
	width: 256px;
	height: 41px;
	font-size: 14px;
	color: #000;
	text-align: center;
	border: 1px solid #000;
	background-color: #FFF;
	display: block;
	margin-left: 10px;
	float: left;
	padding: 7px 15px;
	font-weight: 700;
	margin-bottom: 15px;
	margin-top: 15px;
}
.sortdrpdwndiv {
	margin-top: 3px !important;
}
}

@media screen and (max-width: 480px) {
header {
	height: 50px;
	background: #FFF;
	width: 100%;
	margin: 0px auto;
	display: table;
	border-bottom: 1px solid #ededec;
}
.title_text {
	display: none;
}
.bookshelf_logo_box {
	width: 247px;
	height: 34px;
	font-size: 13px;
	color: #000;
	text-align: center;
	border: 1px solid #000;
	background-color: #FFF;
	display: block;
	margin: 10px auto;
	float: left;
	padding-top: 5px;
}
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	height: 0;
}
.banner-section {
/*background: url(../images/shelfbanner_default.png);
	background-size: cover;*/
}
.banner-outerDiv {
	background: url(../images/shelfbanner_default.png);
	background-size: cover;
}
.app-logo-block {
	float: left;
	/*width: 60px;
	height: 60px;*/
	/*margin-top:10px;*/
	position: relative;
}
.btn {
	background: url(../images/app-download.png) 13px 7px no-repeat #FFF;
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	font-family: 'Lato', sans-serif;
	color: #2B2B2B;
	font-size: 14px;
	padding: 10px 15px 10px 41px;
	border: solid #BDBDBD 0px;
	text-decoration: none;
	background-size: 20px;
}
.btn:hover {
	background: url(../images/app-download.png) 13px 7px no-repeat #FFF;
	text-decoration: none;
	background-size: 20px;
}
#loginAnc .btn-lo {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;/*width:150px;*/
    width: 180px;
	padding: 5px 35px;
}
#nav_Logout .btn-lo {
	margin-top: -2px;
}
#exploreAnc .btn-lo span, #liSignInLnk .btn-lo span, #loginAnc .btn-lo span, #account .btn-lo span, #nav_Logout .btn-lo span, #faq .btn-lo span,#myLib .btn-lo span {
	/*text-transform:uppercase;*/
	background-image: url(../images/top_button_icons.png);
	background-repeat: no-repeat;
	background-position: 1px -17px;
	width: 18px;
	height: 18px;
	display: inline-block;
	position: absolute;
	left: 5px;
	top: 10px;
}
#liSignInLnk .btn-lo span, #loginAnc .btn-lo span {
	background-position: -26px -18px;
}
#account .btn-lo span {
	background-position: -53px -17px;
}
#nav_Logout .btn-lo span {
	background-position: -81px -17px;
}
#faq .btn-lo span {
	background-position: -116px -17px;
}
#myLib .btn-lo span {
	background-position: 0px -17px;
}
a#faqAnc {
    width: auto;
}
.btn-lo {
	/*background-color: transparent;*/
	background-color: #ffffff;
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 0px;
	color: #2B2B2B;
	font-size: 14px;
	padding: 5px 30px;
	border: 0px solid #959595 !important;
	text-decoration: none;
	margin-top: 2px;
	width: auto;
	display: inline-block;
	min-height: 30px;
	text-align: center;
	margin-left: 0px;
	position: relative;
}
.btn-lo:hover {
	background: #fff;
	text-decoration: none;
}
.demo-image {
	background-image: url(../images/ipad-place-holer.png);
	background-repeat: no-repeat;
	width: 437px;
	float: left;
	height: 573px;
	margin-top: 40px;
}
.banner-title-text {
	width: 62%;
	float: none;
	margin: 41px auto;
	color: #FFF;
	line-height: 1.4em;
	text-align: center;
}
/* DEMO 2 */

.wrapper-dropdown-2 {
	/* Size and position */
	position: relative; /* Enable absolute positionning for children and pseudo elements */
	width: 200px;
	margin: 0 auto;
	padding: 10px 15px;
	/* Styles */
	background: #fff;
	border-left: 5px solid grey;
	cursor: pointer;
	outline: none;
}
.wrapper-dropdown-2:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -3px;
	border-width: 6px 6px 0 6px;
	border-style: solid;
	border-color: grey transparent;
}
.wrapper-dropdown-2 .dropdown {
	/* Size & position */
	position: absolute;
	top: 100%;
	left: -5px;
	right: 0px;
	/* Styles */
	background: white;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	list-style: none;
	/* Hiding */
	opacity: 0;
	pointer-events: none;
}
.wrapper-dropdown-2 .dropdown li a {
	display: block;
	text-decoration: none;
	color: #333;
	border-left: 5px solid;
	padding: 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.wrapper-dropdown-2 .dropdown li:nth-child(1) a {
	border-left-color: #00ACED;
}
.wrapper-dropdown-2 .dropdown li:nth-child(2) a {
	border-left-color: #4183C4;
}
.wrapper-dropdown-2 .dropdown li:nth-child(3) a {
	border-left-color: #3B5998;
}
.wrapper-dropdown-2 .dropdown li i {
	margin-right: 5px;
	color: inherit;
	vertical-align: middle;
}
/* Hover state */

.wrapper-dropdown-2 .dropdown li:hover a {
	color: grey;
}
/* Active state */

.wrapper-dropdown-2.active:after {
	border-width: 0 6px 6px 6px;
}
.wrapper-dropdown-2.active .dropdown {
	opacity: 1;
	pointer-events: auto;
}
/* No CSS3 support */

.no-opacity .wrapper-dropdown-2 .dropdown, .no-pointerevents .wrapper-dropdown-2 .dropdown {
	display: none;
	opacity: 1; /* If opacity support but no pointer-events support */
	pointer-events: auto; /* If pointer-events support but no pointer-events support */
}
.no-opacity .wrapper-dropdown-2.active .dropdown, .no-pointerevents .wrapper-dropdown-2.active .dropdown {
	display: block;
}
.button-group-row:after {
	display: table;
	clear: both;
	content: ' ';
}
.button-group:after {
	display: table;
	clear: both;
	content: ' ';
}
.button-group.pull-left {
	float: left;
	margin-right: 36px;
	margin-top: -1px;
}
.button-group.pull-right {
	float: right;
	margin-left: 36px;
}
.button-group .button {
	float: left;
	margin-left: -1px;
}
.button-group .button:first-child {
	margin-left: 0;
}
.button-group .button:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.button-group .button:first-child:not(:only-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.button-group .button:last-child:not(:only-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.button.is-default {
	border-color: #656d78;
	background-color: #fffff;
	color: #434a54;
}
.button.is-default:hover, .button.is-default:focus {
	border-color: #737c89;
	background-color: white;
}
.button.is-default:active, .button.is-default.is-active {
	border-color: #575e67;
	background-color: #e1e7f0;
}
button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}
#aboutStore_Section_footer {
	float: left;
	width: 100%;
	padding-top: 15px;
	height: auto;
	background-color: #fff;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}
#about_logoimg_footer {
	height: 60px;
	width: 60px;
	margin-left: 28px;
	float: left;
}
#about_Name_footer {
	float: left;
	margin-left: 10px;
	width: auto;
	font-weight: 600;
	clear: left;
	padding-left: 10px;
	padding-top: 0px;
}
#desc_Store_footer {
	float: left;
	width: 90%;
	margin-top: 0px;
	margin-left: 18px;
	padding-right: 14px;
	line-height: 1.3em;
}
#contact_Section_footer {
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #fff;
	border-bottom: 0px solid #ccc;
}
#Phone_Section_footer {
	float: left;
	width: 90%;
	margin-left: 18px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 700;
}
#Url_Section_footer {
	float: left;
	width: 90%;
	margin-left: 18px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#Shelf_Phone_footer {
	float: left;
	width: 90%;
	margin-left: 18px;
	margin-top: 0px;
	font-size: 14px;
	font-weight: 400;
}
.title_section_fix {
	border-bottom: 0px;
	box-shadow: 0 0 0 #FFFFFF;
	color: #000000;
	padding: 30px 0px 10px 0px;
	font-size: 18px; /*margin: 0 auto 10px auto; */
	width: 70%;
	overflow: hidden;
	font-family: 'Lato', Sans-Serif !important;
	margin-left: /*33px*/25px;
	clear: both;
	font-weight: 600;
}
.inside-book-desc {
	float: left;
	margin-top: 5px;
	color: #171414;
	border-top: 1px dotted #C2C2C2;
	height: 253px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 10px;
	width: 640px;
	padding-top: 20px;
	margin-bottom: 30px;
	margin-left: 10px;
}
/* Re-set default cursor for disabled elements. */

button[disabled], html input[disabled] {
	cursor: default;
	font-size: 17px;
	width: 40px;
	height: /*40px*/50px;
	/*background-color: #E4E4E4;*/
    background-color: transparent;
	border: 0;
	color: #9A9A9A;
	font-size: 17px;
    background-color: transparent;
    background-position: left 2px;
    background-image: url(../images/right_left_scroll_bg.png);
    background-repeat: no-repeat;
    background-size: /*30px*/310%;
}
.button {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0px 80px;
	border: 1px solid transparent;
	border-radius: 2px;
	background-color: transparent;
	color: inherit;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	white-space: normal;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	line-height: 20px;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	background-image: url(../images/store-bg.png);
	background-position: 12px 17px;
	background-repeat: no-repeat;
	height: 84px;
	width: 162px;
}
.google-play-store {
	background-position: -156px 17px;
	background-image: url(../images/store-bg.png);
	background-repeat: no-repeat;
}
.windows-store-logo {
	background-position: 3px -58px;
	background-image: url(../images/store-bg.png);
	background-repeat: no-repeat;
}
.amazon-store {
	background-position: -147px -53px;
	background-image: url(../images/store-bg.png);
	background-repeat: no-repeat;
}
.nook-apps-store {
	background-position: 5px -133px;
	background-image: url(../images/store-bg.png);
	background-repeat: no-repeat;
}
.samsung-apps-store {
	background-position: -155px -131px;
	background-image: url(../images/store-bg.png);
	background-repeat: no-repeat;
}
.windows-apps-store-green {
	background-position: 0px -214px;
	background-image: url(../images/store-bg.png);
	background-repeat: no-repeat;
}
.content-section {
	width: 100%;
	float: left;
	margin-right: 0%;
	clear: right;
	/*min-height: 441px;*/
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: left;
}
 .content-section::-webkit-scrollbar {
 width: 6px;
}
/* Track */
.content-section::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.15);
 -webkit-border-radius: 3px;
 border-radius: 3px;
}

/* Handle */
.content-section::-webkit-scrollbar-thumb {
 -webkit-border-radius: 3px;
 border-radius: 3px;
 background: rgba(0,0,0,0.3);
 -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.15);
}
.catspan {
	overflow: hidden;
	max-width: 200px;
	text-overflow: ellipsis;
}
.og-grid li > a, .og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
	max-width: 120px;
	max-height: 180px;
}
.og-grid li > a img {
	-webkit-box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.2)!important;
	box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.2)!important;
}
.form-right {
	float: right;
	padding-top: 10px;
}
.form-left-title {
	display: table-cell;
	float: none;
	padding-right: 0px;
	font-weight: bold;
	padding-top: 15px;
}
.button:hover, .button:focus {
	outline: 0;
	text-decoration: none;
}
.button:active, .button.is-active {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}
.button[disabled], .button.is-disabled {
	opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: not-allowed;
	pointer-events: none;
}
.button.is-default {
	border-color: #656d78;
	background-color: #ffffff;
	color: #434a54;
}
.button.is-default:hover, .button.is-default:focus {
	border-color: #737c89;
	background-color: white;
}
.button.is-default:active, .button.is-default.is-active {
	border-color: #575e67;
	background-color: #ffffff;
}
.button.is-primary {
	border-color: #2494be;
	background-color: #3bafda;
	color: white;
}
.button.is-primary:hover, .button.is-primary:focus {
	border-color: #2aa8d7;
	background-color: #55badf;
}
.button.is-primary:active, .button.is-primary.is-active {
	border-color: #1f80a4;
	background-color: #27a2cf;
}
.button.is-secondary {
	border-color: #7652d1;
	background-color: #967adc;
	color: white;
}
.button.is-secondary:hover, .button.is-secondary:focus {
	border-color: #896ad7;
	background-color: #a992e2;
}
.button.is-secondary:active, .button.is-secondary.is-active {
	border-color: #633acb;
	background-color: #8362d6;
}
.button.is-success {
	border-color: #72a53b;
	background-color: #8cc152;
	color: white;
}
.button.is-success:hover, .button.is-success:focus {
	border-color: #82bc43;
	background-color: #9bc969;
}
.button.is-success:active, .button.is-success.is-active {
	border-color: #628e33;
	background-color: #7db440;
}
.button.is-warning {
	border-color: #f4a911;
	background-color: #f6bb42;
	color: white;
}
.button.is-warning:hover, .button.is-warning:focus {
	border-color: #f5b42e;
	background-color: #f7c65f;
}
.button.is-warning:active, .button.is-warning.is-active {
	border-color: #dc970a;
	background-color: #f5b025;
}
.button.is-danger {
	border-color: #c42737;
	background-color: #da4453;
	color: white;
}
.button.is-danger:hover, .button.is-danger:focus {
	border-color: #d63344;
	background-color: #df5e6a;
}
.button.is-danger:active, .button.is-danger.is-active {
	border-color: #aa2230;
	background-color: #d52a3c;
}
.button.is-inverse {
	border-color: #434a54;
	background-color: #656d78;
	color: white;
}
.button.is-inverse:hover, .button.is-inverse:focus {
	border-color: #515965;
	background-color: #737c89;
}
.button.is-inverse:active, .button.is-inverse.is-active {
	border-color: #353b43;
	background-color: #575e67;
}
.button.is-link {
	color: #3fc1f1;
}
.button.is-link:hover, .button.is-link:focus {
	color: #373737;
}
.button.is-link:active, .button.is-link.is-active {
	color: #57c9f3;
}
.button.is-block {
	display: block;
	width: 100%;
}
.button.is-block + .button.is-block {
	margin-top: 10px;
}
.button-group-row:after {
	display: table;
	clear: both;
	content: ' ';
}
.button-group:after {
	display: table;
	clear: both;
	content: ' ';
}
.button-group.pull-left {
	float: left;
	margin-right: 36px;
}
.button-group.pull-right {
	float: right;
	margin-left: 36px;
}
.button-group .button {
	float: left;
	margin-left: -1px;
}
.button-group .button:first-child {
	margin-left: 0;
}
.button-group .button:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.button-group .button:first-child:not(:only-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.button-group .button:last-child:not(:only-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.button.has-icon-spacing .fa {
	margin-right: 5px;
}
.button.has-fixed-icon {
	padding: 7px 9px;
}
.button.has-fixed-icon .fa {
	width: 1.2857142857142858em;
	text-align: center;
}
.mblurb-container {
	float: left;
	width: 360px;
	height: 440px;
	display: table;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 2px 0 #f2f2f2, 0 -1px #fff inset;
	-moz-box-shadow: 0 2px 0 #f2f2f2, 0 -1px #fff inset;
	box-shadow: 0 2px 0 #f2f2f2, 0 -1px #fff inset;
}
.mblurb-top-section {
	width: 358px;
	height: 90px;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: 0 2px 0 #f2f2f2, 0 -1px #fff inset;
	-moz-box-shadow: 0 2px 0 #f2f2f2, 0 -1px #fff inset;
	box-shadow: 0 2px 0 #f2f2f2, 0 -1px #fff inset;
}
.mblurb-like-box {
	width: 118px;
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	height: 89px;
	text-align: center;
}
.mblurb-like-box h2 {
	font-size: 34px;
	font-weight: lighter;
	clear: right;
	line-height: 1em;
}
.mblurb-like-box h2 span {
	font-size: 22px;
}
.mblurb-love-box {
	width: 118px;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	height: 89px;
	text-align: center;
}
.mblurb-love-box h2 {
	font-size: 34px;
	font-weight: lighter;
	clear: right;
	line-height: 1em;
}
.mblurb-love-box h2 span {
	font-size: 22px;
}
.mblurb-cmt-box {
	width: 118px;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	border-right: 0px solid #ccc;
	height: 89px;
	text-align: center;
}
.mblurb-cmt-box h2 {
	font-size: 34px;
	font-weight: lighter;
	clear: right;
	line-height: 1em;
}
.mblurb-cmt-box h2 span {
	font-size: 22px;
}
/* The CSS */
select {
	padding: 9px;
	margin: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ffffff;
	color: #222222;
	border: 1px solid #cccccc;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.content-scetion-grid {
	/* float: left;*/
	clear: right;
	width: 100%;
	padding-top: 0%;
	padding-left: 17px;
	margin: 0 auto;
	background-color: #eeeef3;
}
.book-title-name {
	color: #3D3D3D;
	font-size: 16px;
	font-weight: bold;
	padding: 7px 0px 3px;
	width: 100%;
	line-height: 1.2em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 5px;
	border-top: 0px dotted #CCC;
	float: left;
	margin-bottom: 0px !important;
}
.book-title-auth {
	font-size: 14px;
	font-weight: normal;
	width: 100%;
	line-height: initial;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 0px;
	padding-top: 0px;
	float: left;
	padding-bottom: 0px;
	margin-bottom: 0px !important;
	color: #5f5f5f !important;
}


.book-title-Striked-price {
    margin-right:10px;
    text-decoration: line-through;
	color: #777777;
	font-size: 14px;
	font-weight: 700;
	width: auto;
	line-height: 1.2em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 0px;
	float: left;	
	padding: 0px 0px;
	background-color: transparent;
	border: 0px solid #CCC;
	display: block;
}


.book-title-price {
	color: #15B0EA;
	font-size: 14px;
	font-weight: 700;
	width: auto;
	line-height: 1.2em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 0px;
	float: left;
	margin-right: 0px;
	padding: 0px 0px;
	background-color: transparent;
	border: 0px solid #CCC;
	display: block;
}
.book-title-price-2 {
	color: #3C3C3C;
	font-size: 14px;
	font-weight: normal;
	width: auto;
	line-height: 1.2em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 0px;
	float: left;
	margin-right: 0px;
	padding: 0px 0px 7px;
	background: rgba(0, 0, 0, 0);
	border: 0px solid #CCC;
	border-bottom: 0px dotted #CCC;
}
.live-app-layout {
	background-color: rgb(236, 236, 236);
	width: 384px;
	float: left;
	height: auto;
	overflow: hidden;
	min-height: 506px;
	margin-left: 26px;
	margin-top: 67px;
}
.title-section-block {
	width: 100%;
	background-color: #f8f7f4;
	position: relative;
	display: table;
	clear: both;
	top: 40px;
	padding-top: 60px;
	padding-bottom: 30px;
	margin-bottom: 60px;
}
.circular {
	width: 70px;
	height: 70px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	background-image: url(../images/thumbnail-image.png);
	box-shadow: 0 0 3px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .8);
	border: 1px solid #ccc;
	float: left;
	margin-left: 20px;
	background-repeat: no-repeat;
	margin-right: 30px;
	background-size: contain;
}
.circular img {
	opacity: 0;
	filter: alpha(opacity=0);
}
.mblurb-middle-section {
	width: 358px;
	height: 307px;
	overflow-y: auto;
	overflow-x: hidden;
	float: left;
	overflow-y: hidden;
}
.mblurb-middle-section:hover {
	overflow-y: scroll;
	-webkit-transition: color 3s;
	-moz-transition: color 3s;
	-ms-transition: color 3s;
	-o-transition: color 3s;
	transition: color 3s;
}
.mblurb-middle-section h5 {
	font-size: 14px;
	color: #999999;
	background-color: #f8f8f8;
	width: 200px;
	float: right;
}
.mention-boxes {
	width: 358px;
	height: auto;
	padding-bottom: 20px;
	padding-top: 20px;
	float: left;
	border-bottom: 1px solid #ccc;
}
.mention-boxes-reply {
	width: 358px;
	height: auto;
	padding-bottom: 20px;
	padding-top: 20px;
	float: left;
	border-bottom: 0px solid #ccc;
	background: url(../images/arrow-reply.png) no-repeat #ffffff 322px 21px;
}
.right-comment-section {
	width: auto;
	margin-left: 110px;
	margin-top: 8px;
	padding-right: 20px;
}
.right-comment-section-reply {
	width: auto;
	margin-left: 25px;
	margin-top: 8px;
	padding-right: 11px;
}
.comment-block {
	font-size: 14px;
	line-height: 1.4em;
}
.comment-block span {
	font-size: 14px;
	font-style: italic;
	color: #999999;
}
.like-block {
	background-image: url(../images/like-thumb.png);
	padding-left: 24px;
	color: #999999;
	background-repeat: no-repeat;
	font-size: 12px;
	background-position: 0px 5px;
	float: left;
	padding-top: 5px;
}
.reply-block {
	padding-left: 0px;
	padding-top: 5px;
	color: #999999;
	background-repeat: no-repeat;
	font-size: 12px;
	float: left;
}
.love-block {
	background-image: url(../images/comment-image.png);
	padding-left: 24px;
	color: #999999;
	background-repeat: no-repeat;
	font-size: 12px;
	background-position: 0px 10px;
	float: left;
	padding-top: 5px;
}
.circular-right {
	width: 70px;
	height: 70px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	background-image: url(../images/thumbnail-image-2.png);
	box-shadow: 0 0 3px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .8);
	border: 1px solid #ccc;
	float: right;
	margin-right: 30px;
}
.circular-right img {
	opacity: 0;
	filter: alpha(opacity=0);
}
 .mblurb-middle-section::-webkit-scrollbar {
 width: 6px;
}
.aboutStore_Section_1 {
	float: left;
	width: 100%;
	padding-top: 15px;
	height: auto;
	/*background-color: #FBFBFB;*/
	padding-bottom: 20px;
	border-bottom: 0px dotted #ccc;
	border-right: 0px solid #CCC;
	margin-left: 1px;
}
.about_Name_1 {
	float: left;
	margin-left: 10px;
	width: auto;
	font-weight: 600;
	clear: left;
	padding-left: 10px;
	padding-top: 0px;
    font-size: 16px;
    font-weight: bold;
}
.desc_Store_1 {
	float: left;
	width: 90%;
	margin-top: 5px;
	margin-left: 20px;
	padding-right: 14px;
    line-height: 1.6em;
    font-size: 14px;
    font-weight: normal;
}
/* Track */
.mblurb-middle-section::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.15);
 -webkit-border-radius: 3px;
 border-radius: 3px;
}

/* Handle */
.mblurb-middle-section::-webkit-scrollbar-thumb {
 -webkit-border-radius: 3px;
 border-radius: 3px;
 background: rgba(0,0,0,0.3);
 -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.15);
}
 .mblurb-middle-section::-webkit-scrollbar {
 width: 6px;
}
 .inside-book-desc::-webkit-scrollbar {
 width: 6px;
}
/* Track */
.inside-book-desc::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.15);
 -webkit-border-radius: 3px;
 border-radius: 3px;
}

/* Handle */
.inside-book-desc::-webkit-scrollbar-thumb {
 -webkit-border-radius: 3px;
 border-radius: 3px;
 background: rgba(188, 188, 186, 0.75);
 -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.15);
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
	box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bootstrap-select.btn-group .dropdown-menu li {
	position: relative;
	height: 30px;
    border-bottom: 0px solid rgba(0,0,0,0.15);
    padding-top: 5px;
    padding-bottom: 5px;
}
#categoryDropDown .dropdown-menu li {
    height: auto;
    min-height: 35px;
    padding-top: 0px;
    padding-bottom: 7px;
}
#categoryDropDown .dropdown-menu li:nth-child(2n) {
    background: #f4f4f4;
}
.bootstrap-select.btn-group .dropdown-menu li:last-of-type {
	margin-bottom: 0px;
}
.dropdown-menu>li>a {
	display: block;
    padding: 5px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.3em;
	color: #333;
	white-space: nowrap;
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
    width: 100%;
    font-size: 14px;
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
}
.backgroundbannerimage {
	width: 100%;
	background-position: center center;
	background-size: 100%;
	text-align: center;
	cursor: pointer;
	background-repeat: no-repeat;
}
.foregroundbannerimage {
	padding: 2% 25%;
	width: 100%;
}
#lyttxtSearch, #txtSearch:focus {
	outline: 0;

}
a:focus {
	outline: 0;
}
.catSpan {
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;/*margin-right: 3px !important;*/
}
.countSpan {
	width: 20%;
	display: none;
}
.container_booktypes {
	width: 100%;
	margin: 0 auto;
	height: 52px;
}
ul.tabs_booktypes {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	width: 96%;
	height: 52px;
}
ul.tabs_booktypes li {
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 47px 32px 28px;
	cursor: pointer;
	height: 52px;
	background-size: 300px;
	width: 101px;
	background-color: rgba(0,0,0,.1);
}
ul.tabs_booktypes .ebook_type {
	background-image: url(../images/booktypes_icon.png);
	background-repeat: no-repeat;
	background-position: 26px 2px;
	opacity: 1;
}
ul.tabs_booktypes .audio_book_type {
	background-image: url(../images/booktypes_icon.png);
	background-repeat: no-repeat;
	background-position: -94px 2px;
	opacity: 1;
}
ul.tabs_booktypes .book_app_type {
	background-image: url(../images/booktypes_icon.png);
	background-repeat: no-repeat;
	background-position: -229px 2px;
	opacity: 1;
}
ul.tabs_booktypes li.current_booktypes {
	opacity: 1;
	color: #222;
	border-bottom: 0px solid #000;
	background-color: rgba(0,0,0,0.2);
}
.tab-content_booktypes {
	display: none;
	background: transparent;
	padding: 0px 0px;
	width: 100%;
	margin-left: 1px;
}
.tab-content_booktypes.current_booktypes {
	display: table;
}
.top_search_main {
	width: 100%;
	display: table;
	background-color: rgba(200, 200, 200, 0.53) /*rgba(144, 0, 71, 0.53)*/;
        border-bottom: 1px solid #eeeef3;
}
.top_search_main_2 {
	width: 100%;
	display: none;
	background-color: rgba(200, 200, 200, 0.53) /*rgba(144, 0, 71, 0.53)*/;
}
.left_categories {
	width: 15.4%;
	display: table-cell;
	vertical-align: top;
}
.right_categories {
	width: 70%;
	display: table-cell;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
select {
	padding-right: 120px;
}
}
label {
	position: relative;
}
/* =Media Queries
@media all and (max-width: 660px) {
/* =Header
  -------------------------------------------------------------- 
header h1#logo {
	display: inline-block;
	height: 150px;
	line-height: 150px;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-left: 180px;
	margin-top: 40px;
    width: auto;
}
header nav {
	display: block;
	float: none;
	height: 50px;
	text-align: center;
	margin: 0 auto;
}
header nav a {
	line-height: 50px;
	margin: 0 10px;
}
header.smaller {
	height: 110px;
}
header.smaller h1#logo {
	height: 40px;
	line-height: 1em;
	font-size: 16px;
	margin-left: 110px;
}
header.smaller nav {
	height: 35px;
}
header.smaller nav a {
	line-height: 35px;
}
.main {
	background: #f8f8f8 url(superhero.png) no-repeat;
	width: 800px;
	height: 450px;
	margin: 50px auto;
	-moz-box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
	-webkit-box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
	box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.panel {
	height: 34px;
	padding: 10px;
}
.panel a#login_pop, .panel a#join_pop {
	border: 2px solid #07839f;
	color: #fff;
	background-color: #0483a0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#31b2c3), to(#0483a0));
	background-image: -webkit-linear-gradient(top, #31b2c3, #0483a0);
	background-image: -moz-linear-gradient(top, #31b2c3, #0483a0);
	background-image: -ms-linear-gradient(top, #31b2c3, #0483a0);
	background-image: -o-linear-gradient(top, #31b2c3, #0483a0);
	background-image: linear-gradient(top, #31b2c3, #0483a0);
	display: block;
	float: right;
	margin-right: 10px;
	padding: 5px 10px;
	text-decoration: none;
	text-shadow: 1px 1px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
a#login_pop:hover, a#join_pop:hover {
	border-color: #31b2c3;
	background: #31b2c3;
}
.overlay {
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0;
	cursor: default;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.overlay:target {
	visibility: visible;
	opacity: 1;
}
.popup h2 {
	color: #07839f;
	line-height: 1.8em
}
.popup {
	background-color: #fff;
	border: 3px solid #fff;
	display: inline-block;
	left: 50%;
	color: #666;
	opacity: 0;
	padding: 15px;
	position: fixed;
	text-align: justify;
	top: 40%;
	visibility: hidden;
	z-index: 10;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
	-moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
	-ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
	-o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
	box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
}
.overlay:target+.popup {
	top: 50%;
	opacity: 1;
	visibility: visible;
}
.close {
	background-color: rgba(0, 0, 0, 0.8);
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: -15px;
	width: 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
.close:before {
	color: rgba(255, 255, 255, 0.9);
	content: "X";
	font-size: 24px;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.close:hover {
	background-color: rgba(64, 128, 128, 0.8);
}
.popup p, .popup div {
	margin-bottom: 10px;
}
.popup label {
	display: inline-block;
	text-align: left;
	width: 180px;
}
.popup input[type="text"], .popup input[type="password"] {
	margin: 0;
	padding: 4px;
	background: #d8f6fd;
	border: 1px solid #66c8de;
	-moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.popup input[type="text"]:hover, .popup input[type="password"]:hover {
	background: #fff
}
}
@media all and (max-width: 600px) {
.container {
	width: 100%;
}
#info-bar a {
	display: block;
}
#info-bar span.all-tutorials, #info-bar span.back-to-tutorial {
	width: 100%;
}
#info-bar span.all-tutorials, #info-bar span.back-to-tutorial {
	float: none;
	text-align: center;
}
#info-bar span.all-tutorials {
	border-bottom: solid 1px #0793e2;
}


}

.slidingDiv_shelf {
height: auto;
background-color: #EDECEA;
padding: 10px 0px 0px 20px;
margin-top: 0px;
width: 949px;
margin-left: 61px;
float: left;
position: relative;
border: 0px solid #DDDDDD;
min-height: 380px;
}

.slidingDiv_inner{
    position: relative;
    float: left;
    margin: 0px;
    width: 905px;
    color: #000000;
    font-size: 14px;
}

.slidingDiv_shelf_arrow{
    margin-top: -23px;
    width: auto;
    position:absolute;
}

.slidingDiv_img{
   max-width: 212px;
max-height: 483px;
box-shadow: 2px 2px 2px -1px #251E1E;
}

.book-img-div
    {
        display: table-cell;
        text-align: center;
        vertical-align: bottom;
        width: 160px;
        height: 240px;
    }

.book-img-div img
{
 box-shadow: 2px 2px 2px -1px #ccc;

}

.hideBuy{
    /*display:none;

}

    */




.slidingDiv_shelf {
	height: auto;
	background-color: #FFFFFF;
	/*padding: 10px 0px 0px 20px;*/
	margin-top: 0px;
	width: 937px;
	margin-left: 36px;
	float: left;
	position: relative;
	border: 1px solid #cacaca;
	display: none;/*min-height: 360px;*/
}
.slidingDiv_inner {
	position: relative;
	float: left;
	margin: 0px;
	width: 905px;
	color: #000000;
	font-size: 14px;
	margin: 10px 20px;
}
.slidingDiv_shelf_arrow {
	margin-top: -24px;
	width: auto;
	position: absolute;
}
.slidingDiv_img {
	max-width: 212px;
	max-height: 483px;
	box-shadow: 2px 2px 2px -1px #C5BDBD;
}
.book-img-div {
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
	width: 160px;
	height: 280px;
	background-image: url(../images/bookcover_image.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.book-img-div img {
	box-shadow: 2px 2px 2px -1px #ccc;
}

.audio_books_overlay {
position: relative;
}
	
.audio_books_icon {
    position: absolute;
	background-image: url("../images/audio_book_overlay_icon.png");
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
    z-index: 100;
    top: 5px;
    right : 5px;
   /* left:  125px;*/
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}



.buyBtn {
	background-color: #FF4A68;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	color: #FFF;
	font-size: 14px;
	padding: 6px 24px;
	border: 1px solid #FF4A68;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	margin-left: 10px;/*display: none;*/
}
.buyBtn:hover {
	background: #f43958;
	text-decoration: none;
}
.hideBuy {
	display: none;
}
.windows_store_green {
	background-position: 2px -211px;
	background-image: url(../images/store-bg.png);
	background-repeat: no-repeat;
}
#mblurbAboutSect .container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 15px;
	height: 600px;
	width: 100%;
	display: table;
}
.header-title {
/*margin-left: 80px;*/
}
.header-title .download-link {
	clear: both;
	text-align: left;
	display: none;
}
.download-link #StoreULsmall {
	display: none;
}
.header-title #logo {
/*float: left;
  margin-left: 0px;
  padding-top: 0px;
  height: auto;*/
}
.drop-icon, .searchMobView {
	display: none;
}
#signoutAnc {
	display: none;
}
#navlist {
	display: block;
}
.download-link nav {
	float: none;
	line-height: 0px !important;
}
#divMblurbLogin {
	position: fixed;
	z-index: 20003;
	background: #FEFEFE;
	border-radius: 3px 3px 0px 0px;
	box-shadow: 1px 1px 2px #CCC;
	-webkit-box-shadow: 1px 1px 2px #CCC;
	-moz-box-shadow: 1px 1px 2px #CCC;
	font-size: 100% !important;
	font-family: 'proxima-nova', Sans-Serif;
	line-height: 1.4em;
	width: 300px;
	top: 20%;
	left: 40%;
}
.usernamelblDiv {
	float: left;
	padding-top: 7px;
	font-size: 12px;
	margin-left: 52.5%;
	margin-bottom: -15px;
}
#usernamelbl {
	position: fixed;
	float: right;
	width: 97%;
	text-align: right;
	padding-top: 16px;
	font-size: 13px;
	padding-right: 200px;
}
.loginDiv span {
	color: #666666;
	font-size: 14px;
	font-weight: 400;
}
.loginDiv a {
	color: #694ed3;
	text-decoration: none;
	border-bottom: 1px solid #694ed3;
	font-weight: bold;
	margin-left: 10px;
}
.category-menu {
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	/* min-width: 160px; */
	padding: 5px 0;
	font-size: 14px;
	list-style: none;
	background-color: transparent;
	border: 1px solid #ccc;
	border: 0px solid rgba(0,0,0,0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.175);
	box-shadow: 0 0px 0px rgba(0,0,0,0.175);
	background-clip: padding-box;
}
.og-grid {
	list-style: none;
	/* padding: 20px 0; */
	margin: 0 auto;
	text-align: left;
	width: auto;
	margin: 0 auto !important;
	margin-top: -20px;
	display: inline-block;
	padding-left: 0px !important;
}
.og-grid li {
	display: inline-block;
	/*margin: 10px 13px 0 0px !important;*/
	margin: 11px !important;
	vertical-align: top;
	height: 240px;
	width: 174px !important;
	float: left;
}
.book-outer-a {
	cursor: pointer;
	display: inline;
	/* color: #FFF; */
	font-size: 12px;
	background-color: none;
	padding: 0px 5px 2px 0px !important;
	margin-left: 0px !important;
	margin-top: 0px;
	position: absolute;
}
.grpBannerDIV {
	overflow: hidden;
	background-color: #ffffff;
	width: 100%;
	/*max-width: 1800px;*/
	margin-bottom: 0px;
	max-height: 400px;
	display: inline-block;
	position: relative;
	z-index: 0;
}
.grpAppDiv {
	/*overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;*/
	margin-bottom: 0px;
	max-height: 400px;
	padding-bottom: 0px;
	position: relative;
}
.btn-group>.btstrpbtn, .btn-group-vertical>.btstrpbtn {
	position: relative;
	float: left;
	max-width: 400px;
    width: 148px;
    text-align: left;
}
.btstrpbtn {
	display: inline-block;
	padding: 11px 10px;
	margin: 0 25px auto 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	background-color: #fff !important;
	user-select: none;
	/* margin-right: 10px; */
	width: 90%;
	float: left;
}
.CategoryDrpDwnDiv .btstrpbtn .pull-left{
    color:#ffffff;
    float:left!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 88%;
}
.btstrpbtn .caret{
    color:#ffffff;
    float:right;
    border: 0 none;
    background-image: url(../images/category_arrow_2.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 23px;
    height: 16px;
    display: block;
    background-size: 18px;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

a#signinAnc {
    background-image: url(../images/category_arrow_2.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 154px 14px;
	}

.searchstyle {
	height: 33px !important;
	background: rgba(0, 0, 0, 0);
	border: solid 0px #CCC;
	margin: 0;
	padding: 0px 7px 0px 11px;
	font-family: 'Lato', Sans-Serif;
	border-radius: 4px;
	font-size: 14px;
}
.bootstrap-select.btn-group .btstrpbtn .caret {
	
        position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -12px;
    vertical-align: middle;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 4px solid #ccc;
	border-right: 4px solid transparent;
	border-bottom: 0 dotted;
	border-left: 4px solid transparent;
	content: "";
	margin-right: 0px;
}

.heading-category {
	/*border-bottom: 1px solid #c8c8c8;
    background-color: white;*/
	padding: /*15px 0*/7px 0;
	position: relative;
	position: fixed;
	overflow: hidden;
	text-align: center;
	width: 100%;
	z-index: 1;
	
    background-color: #969B9C ; /*rgba(144, 0, 71, 1.0)*/
}
.heading-category img {
	width: 12px;
}
.heading-category strong {
	font-size: 16px;
	line-height: 20px;
    color: #ffffff;
    text-align: left;
    float: left;
    margin-left:15px;
}
.open>.dropdown-menu {
	display: block;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
    left: 70px;
	z-index: 1000;
	display: none;
	float: left;
    width: 148px;
    padding: 0px 0;
    margin: 23px 0 0;
	font-size: 14px;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0px;
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.175);
	box-shadow: 0 0px 0px rgba(0,0,0,0.175);
	background-clip: padding-box;
	max-width: 100%;
	overflow-x: hidden;
    border-bottom: 0px solid rgba(0,0,0,0.15);
}
.loaderlightBox {
	background: #FFF;
	padding: 10px;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-box-shadow: 0px 0px 0px 0px #000000 !important;
	-webkit-box-shadow: 0px 0px 0px 0px #000000 !important;
	box-shadow: 0px 0px 0px 0px #000000 !important;
	border: 1px solid #999999;
	width: 280px;
}
.loaderlightBox p {
	text-align: center;
	font-size: 14px;
	margin: 14px 1px 0 0;
	color: #666;
	font-family: 'proxima-nova', Sans-Serif !important;
}
.loaderlightBox p span {
	color: #ffffcc !important;
}
.loader {
	background: url(/images/loader.gif) no-repeat left top;
	width: 31px;
	height: 31px;
	margin: 10px 0px 10px 0px;
	display: inline-block;
	overflow: hidden;
}
#loaderoverlay {
	height: 4000px;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20001;
	background-color: #CCCCCC;
}
#loaderoverlay2 {
	height: 4000px;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 4000px;
	z-index: 10001;
	background-color: #CCCCCC;
}
#layoutPreview1 {
	width: 82%;
	margin-left: 0%;
	display: table-cell;
	background-color: #eeeef3;
	float: left;
	border-left: 0px solid #CCC;
	margin-top: 0px;
}
#categoryContent {
	display: table-cell;
	width: 18%;
	float: left;
	background-color: #ffffff;
	vertical-align: top;
    border-right: 1px solid #eeeef3;
}
.CategoryDrpDwnDiv {
	display: none;
	margin-bottom: 66px;
}
#allTitlesDiv {
	width: 82%;
	margin-left: 0%;
	display: table-cell;
	margin-top: 0%;
	background-color: rgba(0, 0, 0, 0);
	background-color: #FFFFFF;
	float: left;
	margin-top: 0px;
	min-height: 681px;
	border-left: 0px solid #ccc;
}
.titleloaderlightBox {
	background: #eeeef3;
	padding: 10px;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-box-shadow: 0px 0px 0px 0px #000000 !important;
	-webkit-box-shadow: 0px 0px 0px 0px #000000 !important;
	box-shadow: 0px 0px 0px 0px #000000 !important;
	/*border: 1px solid #999999;*/
	width: 100%;
	bottom: 0px;
	
	left: 0;
}
.titleloaderlightBox p {
	text-align: center;
	font-size: 14px;
	margin: 14px 1px 0 0;
	color: #666;
	font-family: 'proxima-nova', Sans-Serif !important;
}
.titleloaderlightBox p span {
	color: #ffffcc !important;
}
.allTitlesControls {
	float: left;
	width: 100%;
	border-bottom: 0px dotted #ccc;
	min-height: 55px;
	margin-bottom: 20px;
	background-color: #FBFBFB;
}
.searchDiv {
	float: left;
	width: 100%;
	border-bottom: 0px solid #eeeef3;
	height: 52px;
	/*background-color: rgba(200, 200, 200, 0.53); /*rgba(144, 0, 71, 0.53)*/
	margin-top: 0px;
}
.top_search_main_2 .searchDiv {
    border-bottom: 1px solid #eeeef3;
    height: auto;
    background-color: #ffffff;
}
/*.layoutMainDiv {
  margin: 70px 0 0 0;
}*/
.lytHeaderDiv {
	float: left;
	width: 100%;
	height: 55px;
	padding: 10px 20px;
}
.backToHome {
	top: 12px;
	cursor: pointer;
	text-decoration: underline;
	margin-left: 20px;
}
.selectedCategory {
	top: 13px;
	margin-left: 21px;
	font-weight: 700;
	float: left;
}
.txtsrch {
	float: right;
	margin-top: 10px;
	color: #777;
	width: 211px;
	margin-left: 20px;
	margin-bottom: 0px;
}
.lyttxtsrch {
	float: right;
    color: rgba(255,255,255,0.8);
    width: 249px;
    margin : 9px 25px 0 0px;
    padding-left: 30px;
    background-image: url('/images/ico-search.png');
    background-position: 6px 9px;
    background-repeat: no-repeat;
    background-size: 13px;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 0px;
    background-color: rgba(0,0,0,.2);
}
.top_search_main_2 .lyttxtsrch {
	float: none;
   	padding-left: 25px;
    background-image: url('/images/search_icon_titles.png');
    background-position: left 10px;
    background-repeat: no-repeat;
    background-size: 13px;
    margin : 0px 0 0 7px;
    color: #393939;
    opacity: 0.7;
        font-family: 'Lato', sans-serif;
    font-size: 14px;
        width: 76%;
        border:none;
        background-color: rgba(0,0,0,0);
}
.hide_search_icon {
    background-image:none!important;
    padding-left:0!important;
    padding-left: 0px;
    font-family: 'Lato', Sans-Serif;
    font-size: 14px;
}
.srchimg {
	position: relative;
	margin-top: 13px;
	margin-right: -214px;
	border: 0px solid #ccc;
	text-align: center;
	padding: 5px;
	background-color: #fff;
	float: right;
}
.lytsrchimg {
	position: relative;
	margin-top: 10px;
	border: 0px solid #CCC;
	padding: 5px;
	/* background-color: #FFF; */
	margin-left: 13px;
	float: left;
	width: 32px;
}
.reset_btn {
        float: right;
    background: #ffffff;
    color: #393939;
    border-left: 1px solid #eeeef3;
    border-right: 1px solid #eeeef3;
    border-top: 0 none;
    border-bottom: 0 none;
    height: 33px;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
}
.sortdrpdwndiv {
	background-color: transparent;
	width: auto !important;
	float: right !important;
	margin-bottom: -10px;
	margin-top: 12px !important;
}
.sortbylbl {
	float: left;
    padding-top: 23px;
    margin-right: 0px;
    margin-left: 0px;
    font-weight: normal;
    font-size: 12px;
    padding-left: 0px;
    background: url(../images/sortby_store.png) no-repeat 4px 6px;
    padding-right: 0px;
    padding-bottom: 7px;
    border: 1px solid #ccc;
    border-right: 0px;
    background-size: 87px;
    background-color: rgba(0,0,0,0.05);
    width: 28px;
}
.innerDivTitleControls {
	width: 100%;
}
.loginDiv {
	width: 300px;
	padding: 5px 23px 20px 23px;
	background: #FEFEFE;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	height: auto;
	overflow: hidden;
	background: #FFF;
	-webkit-border-radius: 3px;
	border-radius: 0px 0px 3px 3px;
	float: left;
}
.popUpInput {
	width: 240px;
	padding: 8px 0px 8px 10px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background: #FFF;
	border: 1px solid #4C4C8A;
}
.LoginBtn {
	font-family: 'proxima-nova', Sans-Serif;
	color: #FFF;
	font-size: 12px;
	background: #000;
	border: 1px solid #000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px 100px;
	float: left;
	margin: 0px;
	margin-top: 20px;
}
.deleteBtn {
	background: url('/images/delete.png') no-repeat;
	float: left;
	height: 26px;
	width: 25px;
}
#logoimg {
	max-width: 254px;
	max-height: 82px;
	padding: 0px 10px;
	float: left;
}
.downloadapp_heading_text {
    font-weight: normal;
    line-height: 1.4em !important;
    padding: 15px 20px 15px 20px;
    float: left;
    clear: none;
    font-size: 14px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
}
.overlay_box {
background-color: #FFC3FF;
    display: table;
    height: auto;
    display: table;
    width: 100%;
    /* background-color: #f5f5f5; */
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    /* padding-top: 26px; */
    padding-bottom: 0px;
    border-bottom: 0px solid #CCC;
    border-top: 0px solid #CCC;
}

.overlay_box_shelf {
background-color: #FFC3FF;
    display: table;
    height: auto;
    display: table;
    width: 100%;
    /* background-color: #f5f5f5; */
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    /* padding-top: 26px; */
    padding-bottom: 0px;
    border-bottom: 0px solid #CCC;
    border-top: 0px solid #CCC;
}

.overlay_box_pt {
background-color: #fff;
    display: table;
    height: auto;
    display: table;
    width: 100%;
    /* background-color: #f5f5f5; */
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    /* padding-top: 26px; */
    padding-bottom: 0px;
    border-bottom: 0px solid #CCC;
    border-top: 0px solid #CCC;
}
.publisher_branding, .publisher_branding2, .publisher_categories {
	height: auto;
    display: table;
    width: 100%;
    /* background-color: #f5f5f5; */
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    background-color: #fff;
    /* padding-top: 26px; */
    padding-bottom: 0px;
    border-bottom: 0px solid #CCC;
    border-top: 1px solid #CCC;
}
.publisher_branding_links .box2 {
	 width: 100%; 
	float: left;
	text-align: /*right*/left;
	text-transform: uppercase;
	color: #5c5c5c;
	font-size: 13px;
	font-weight: bold;
        padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.publisher_branding_links .box2 span {
	float: left;
	clear: both;
        font-size: 16px;
    font-weight: 600;
    text-transform: none;
}
.download_app {
	list-style-type: none;
	margin: 10px 0 0 0px;
	padding: 0;
	float: left;
	clear: both;
}
.download_app li {
	float: left;
	margin: 0 5px 0 0;
}
.download_app li a {
	display: block;
	width: 27px;
	background-image: url(../images/store-logo-full_3.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 30px;
}
.download_app li.google_play a {
	background-position: -32px 1px;
}
.download_app li.nook_store a {
	background-position: -64px 2px;
}
.download_app li.amazon_store a {
	background-position: -98px 2px;
}
.download_app li.bb_store a {
	background-position: -133px 2px;
}
.download_app li.samsung_store a {
	background-position: -166px 2px;
}
.download_app li.win_store a {
	background-position: -238px 1px;
}
.download_app li.win_store_desktop a {
	background-position: -200px 1px;
}
.download_app li.other_store a {
	background-position: -278px 2px;
    width:62px;
}

@media(max-width: 1400px) {
.foregroundbannerimage {
	padding: 1% 12%;
	width: 100%;
}
#categoryContent {
	width: 19.9%;
	vertical-align: top;
}
#layoutPreview1 {
	width: 80%;
}
#allTitlesDiv {
	width: 80%;
}
.left_categories {
	width: 17.6%;
}
ul.tabs_booktypes {
	width: 100%;
}
}

@media(max-width:1300px) {
#categoryContent {
	display: block;
	width: 23%;
	float: left;
	padding-top: 0px;
	background-color: #ffffff;
	border-right: 0px solid #CCC;
}
#allTitlesDiv {
	width: 77%;
}
#layoutPreview1 {
	width: 77%;
}
.left_categories {
	width: 21%;
}
ul.tabs_booktypes {
	width: 100%;
}
}

@media(max-width:1200px) {
#categoryContent {
	display: block;
	width: 25%;
	float: left;
	padding-top: 0px;
	background-color: #ffffff;
	border-right: 0px solid #CCC;
}
#allTitlesDiv {
	width: 75%;
}
#layoutPreview1 {
	width: 75%;
}
#usernamelbl {
	position: fixed;
	float: right;
	width: 96.5%;
	text-align: right;
	padding-top: 7px;
	font-size: 12px;
	padding-right: 200px;
}
.left_categories {
	width: 23.4%;
}
ul.tabs_booktypes {
	width: 100%;
}
}

@media(max-width: 1013px) {
.banner-section {
	display: none;
}
#categoryContent {
	display: block;
	width: 30%;
	float: left;
	padding-top: 0px;
	background-color: #ffffff;
	border-right: 0px solid #CCC;
}
#allTitlesDiv {
	width: 70%;
}
#layoutPreview1 {
	width: 70%;
}
.left_categories {
	width: 30%;
}
ul.tabs_booktypes {
	width: 100%;
}
ul.tabs_booktypes li {
	padding: 10px 40px 32px 30px;
}
ul.tabs_booktypes .ebook_type {
	background-position: 19px 1px;
}
ul.tabs_booktypes .audio_book_type {
	background-position: -108px 2px;
}
ul.tabs_booktypes .book_app_type {
	background-position: -230px 2px;
}
}

@media(max-width: 760px) {

    .btstrpbtn {
        border: 0px solid #ccc;
            margin: 0 0px auto 0;
    }
    .bootstrap-select.btn-group .btstrpbtn .caret {
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -2px;
	vertical-align: middle;

}
    .dropdown-menu {
            left: -32px;
            margin: 26px 0 0;
            border-bottom: 1px solid rgba(0,0,0,0.15);
    }
    .btstrpbtn {
        background-color: rgba(0,0,0,0) !important;
    }
    .btstrpbtn .caret {
    
    background-image: url(../images/category_arrow.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 25px;
   
}
#logoimg {
	max-width: 192px;
	/*height: 62px;*/
}
header nav {
	float: right !important;
	margin-top: /*-36*/-41px;
	/* position: fixed; */
	margin-left: 0px;
	margin-right: 15px;/* min-width: 500px; */
}
.top_search_main_2 {
	width: 100%;
	display: table;
	background-color: rgba(200, 200, 200, 0.53) /*rgba(144, 0, 71, 0.53)*/;
}
.left_categories {
	width: 100%;
	float: left;
	clear: both;
	/*height: 52px;*/
   
}
.top_search_main, .allTitlesControls {
	display: none;
}
ul.tabs_booktypes {
	margin: 0px /*auto*/;
	padding: 0px;
	list-style: none;
	width: 100%;
	text-align: center;
    height:42px;
}
ul.tabs_booktypes li {
	padding: /*10px 50px 32px 30px*/7px 22px;
    height:42px;
    float:left;
    width: 36px;
}
ul.tabs_booktypes li.current_booktypes {
    background-color: rgba(0,0,0,0.25);
}
ul.tabs_booktypes .ebook_type {
	background-position: /*17px 1px*/12px center;
    background-image: url(../images/booktypes_icon_mobile_view.png);
}
ul.tabs_booktypes .audio_book_type {
	background-position: /*-105px 2px*/-70px center;
    background-image: url(../images/booktypes_icon_mobile_view.png);
    background-size: 250px;
}
ul.tabs_booktypes .book_app_type {
	background-position: /*-226px 2px*/-147px center;
    background-image: url(../images/booktypes_icon_mobile_view.png);
    background-size: 250px;
}
ul.tabs_booktypes .sort_type {
	background-position: /*-226px 2px*/-170px center;
    background-image: url(../images/booktypes_icon_mobile_view.png);
    background-repeat:no-repeat;
}
ul.tabs_booktypes li.sort_type {
    background-size: 200px;
}
ul.tabs_booktypes li.ebook_type {
    background-size: 240px;
}
.container_booktypes {
	width: /*100% 177px*/auto;
	margin: 0 auto;
	height: 42px;
	float:left;
}
.CategoryDrpDwnDiv .bootstrap-select.btn-group .dropdown-menu.inner1 li a {
    text-align:left!important;
}
.right_categories {
	width: 100%;
	display: table-cell;
	float: left;
	clear: both;
}
.content-scetion-grid {
	padding-left: 15px;
}
.microfiche-button {
	top: -15%!important;
}
#footer_block {
	display: block;
}
.download-link > ul > li {
	display: inline-block;
}
header .container {
	display: block;
}
.header-title {
	display: table-cell;
	padding-left: 0px;
	vertical-align: middle;
	width: 100%;
	float: right;
}
.header-title .download-link {
	display: block;
}
.drop-icon, .searchMobView {
	display: block;
	margin-bottom: 0px;
}
.search-shelfnav-holder {
	float: right;
    width:70px;
}
.searchMobView {
	background-image: url(../images/search_icon_titles.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 30px;
	height: 30px;
	background-size: 14px;
	float: left;
	margin-right: 10px;
	margin-top: -47px;
    cursor:pointer;
}
.searchMobViewHighlight {
      border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: rgba(208, 208, 208, 0.78);
    overflow: hidden;
    width: 30px;
    height: 30px;
    animation-name: stretch;
  animation-duration: 0.75s; 
  animation-timing-function: ease-out; 
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count:initial;
  animation-fill-mode: none;
  animation-play-state:inherit;
}
.bgfadeOut {
    transition: background-color 0.65s linear; 
   -moz-transition: background-color 0.65s linear;  
   -webkit-transition: background-color 0.65s linear; 
   -ms-transition: background-color 0.65s linear;
     border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
    width: 30px;
    height: 30px;
}

    @keyframes stretch {
        0% {
             /*transform: scale(.3);*/ 
             transition: background-color 0.65s linear; 
   -moz-transition: background-color 0.65s linear;  
   -webkit-transition: background-color 0.65s linear; 
   -ms-transition: background-color 0.65s linear;
            background-color: rgba(208, 208, 208, 0.18);
            border-radius: 100%;
        }

        50% {
            background-color: rgba(208, 208, 208, 0.58);
        }

        100% {
             transition: background-color 0.65s linear; 
   -moz-transition: background-color 0.65s linear;  
   -webkit-transition: background-color 0.65s linear; 
   -ms-transition: background-color 0.65s linear;
            /*transform: scale(1);*/ 
            background-color: rgba(208, 208, 208, 0.78);
        }
    }

    
#signoutAnc {
	display: block;
	margin-top: 0;
}
#navlist {
	display: none;
}
#navlist li {
	border: 1px solid rgb(235, 235, 235);
}
.nav, nav {
	display: block;
}
header nav ul li {
	display: block;
	line-height: normal;
	padding: 0px;
	clear: both;
    width: 90px;
}
.btn-lo {
	margin-top: -1px!important;
	padding: 8px 0px 8px 27px!important;
	text-align: left!important;
    width: 120px!important;
    border: 1px solid #959595 !important;
}

.btn-lo:hover {

    background: #ffffff;
}
header nav ul li a {
	margin: 0px;
	padding: 10px;
	width: 100%;
	display: inline-block;
}
.nav .navDownload {
	display: none;
}
.nav > ul > li {
	width: 100%;
	line-height: normal;
}
.download-link > ul > li > a {
	display: inline-block;
	vertical-align: top;
}
.download-link > ul > li > a > img {
	display: inline-block;
	vertical-align: top;
}
nav {
	display: table-cell !important;
	vertical-align: top;
	float: none !important;
	line-height: normal !important;
}
nav .nav {
	/*width: 200px;*/
    right: 0/*15px*/;
	position: absolute;
}
header nav ul li ul {
	opacity: 1.0;
	visibility: visible;
	top: 34px;
	display: block!important;
}
header nav ul li ul li:last-child {
	margin-top: -3px;
}
.nav > ul {
	width: 200px;
	position: absolute;
}
header.smaller h1#logo {
	height: auto;
	margin-left: 0px;
	margin-top: 26px;
	padding-top: 0px;
}
.usernamelblDiv {
	margin-left: 0;
	margin-bottom: 0;
}
#divMblurbLogin {
	top: 20%;
	left: 25%;
}
.og-grid li {
	display: inline-block !important;
	/*margin: 10px 21px 0 5px  10px 0 0!important;*/
	vertical-align: top !important;
	height: 248px !important;
	width: 120px !important;
}
.og-grid li > a, .og-grid li > a img {
	    border: 0px solid #000 !important;
    outline: none !important;
    display: block !important;
    position: relative !important;
    max-width: 120px !important;
    max-height: 180px !important;
    box-shadow: none !important;
}
.grpAppDiv {
	margin-bottom: 0px;
	max-height: 370px;/*overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;*/
}
.book-img-div {
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
	width: 120px;
	height: 180px;
}

.audio_books_overlay {
position: relative;
}
	
.audio_books_icon {
    position: absolute;
	background-image: url("../images/audio_book_overlay_icon.png");
    background-size: 25px 25px;
    height: 25px;
    width: 25px;
    z-index: 100;
    top: 5px;
    right:5px;
 /*   left:  95px;*/
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#layoutPreview1 {
	width: 100%;
	margin-left: 0;
	display: block;
	background-color: #eeeef3;
}
#categoryContent {
	display: none;
}
section {
	padding: 0;
}
.CategoryDrpDwnDiv {
	display: block;
	margin-bottom: 66px;
	float: none;
	padding-top: 0px;
	padding-left: /*15px*/0;
	width: 100%;
	text-align: center;
	background-color: #969B9C;
    /*background-color: rgba(144, 0, 71, 0.78);*/
    overflow: hidden;
}
#allTitlesDiv {
	width: 100%;
	margin-left: 0;
	display: table;
	margin-top: 0%;
	background-color: transparent;
}
.sortdrpdwndiv {
	float: left !important;
	clear: left;
	margin-left: 6px!important;
}
.selectedCategory {
	font-size: 13px;
}

}

@media(max-width: 600px) {
/* .content-scetion-grid {
  padding-left: 20px;
}*/
   #allTitlesDiv .og-grid {
    width:85%!important;
    display: table;
}
.allTitlesControls {
	float: left;
	width: 100%;
	border-top: 0px dotted #ccc;
	border-bottom: 0px dotted #ccc;
	margin-top: 0px;
	height: auto;
	margin-bottom: 20px;
	background-color: #FBFBFB;
}
.backToHome {
	top: 4px;
	cursor: pointer;
	text-decoration: underline;
	float: left;
	margin-right: 4px;
}
.txtsrch {
	float: left;
	margin-top: 20px;
	color: #777;
	width: 211px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
.srchimg {
	position: relative;
	margin-top: 23px;
	border: 0px solid #ccc;
	text-align: center;
	padding: 5px;
	background-color: #fff;
	float: left;
	margin-left: -30px;
	margin-right: 0px;
}
.sortdrpdwndiv {
	background-color: transparent;
	width: auto !important;
	clear: none;
	float: left !important;
	margin-bottom: -10px;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-left: 18px !important;
	clear: both;
	margin-top: 2px !important;
}
.selectedCategory {
	top: 4px;
}
.btstrpbtn {
	margin-right: 0px !important;
}
.sortbylbl {
	float: left;
	padding-top: 6px;
	margin-right: 10px;
	margin-left: 0px;
}
.innerDivTitleControls {
	width: 100%;
}
#usernamelbl {
	position: fixed;
	float: right;
	width: auto;
	text-align: right;
	padding-top: 7px;
	font-size: 12px;
	padding-right: 200px;
}
}

@media(max-width: 480px) {
    #allTitlesDiv .og-grid {
        width: 95% !important;
    }
#logoimg {
	max-width: 127px;
	height: 41px;
	margin-top: 5px;
	margin-bottom: 0px;
}
header nav {
	margin-top: -31px;
}
.searchMobView {
	margin-top: -36px;
}
.CategoryDrpDwnDiv .btstrpbtn .pull-left {
    width: 75%;
}
    ul.tabs_booktypes li {
        padding: 7px 18px;
    }

        ul.tabs_booktypes .sort_type {
            background-position: -172px center;
        }

        ul.tabs_booktypes .ebook_type {
        background-position: 8px center;
        }

        ul.tabs_booktypes .audio_book_type {
        background-position: -73px center;
        }

        ul.tabs_booktypes .book_app_type {
        background-position: -152px center;
        }
.btstrpbtn {
        width: 87.4%;
}
    .container_booktypes {
        width: auto;
    }
#navlist {
	display: none;
}
    .lyttxtsrch {
    width: 78%;
    }
#divMblurbLogin {
	top: 10%;
	left: 10%;
}
.selectedCategory {
	margin-top: 3px;
	margin-left: 18px;
	margin-bottom: 0px;
	line-height: 20px
}
.innerDivTitleControls {
	width: 100%;
	height: auto;
	float: left;
}
.foregroundbannerimage {
	padding: 2% 4%;
	width: 100%;
}
.content-scetion-grid {
	width: 100%;
}
.loaderlightBox {
	left: 38%!important;
}
}
@media(max-width: 414px) {
    #allTitlesDiv .og-grid {
        width: 85% !important;
    }
}
@media(max-width: 375px) {
    #allTitlesDiv .og-grid {
        width: 88% !important;
    }
}
@media(max-width: 330px) {
    #allTitlesDiv .og-grid {
        width: 100% !important;
    }
}
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="span"] {
	margin-bottom: 0px !important;
}
.redeem_button {
	margin-left: 28px;
	background-color: pink;
	/*background-image: url(../images/redeemcut.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;*/
  
	color: #a9076e;
	padding: 24px 0px;
	border: 1px dashed;
	width: 80%;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
}
input.redeem_button {
}


/*@media (max-width: 640px) {

    .og-grid li {
              width: 100px !important;
             margin: 10px 13px 0 0px !important
    }

        .og-grid li > a, .og-grid li > a img {
          max-width: 104px !important;
        }


}
    */