/* =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: 'Raleway', sans-serif !important;
}
body {
	line-height: 1;
	font-family: 'Raleway', sans-serif !important;
}
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;
}
body {
	background-color: #ffffff;
	color: #505050;
	font-family: 'Raleway', sans-serif !important;
	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: 150px;
}
.container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 15px;
    width: 100%;
}
section {
	padding: 40px 0;
}
section h1 {
	font-weight: 300;
margin-bottom: 40px;
color: #505050;
/*width: 470px;*/
border-bottom: 0px dotted #5E5E5E;
padding-bottom: 10px;
line-height: 1em;
padding-top: 10px;

}
section p {
	margin-bottom: 30px;
}
section p:last-child {
	margin-bottom: 0;
}
section.color {
	background-color: #3cb5f9;
	color: white;
	height: 653px;
    -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);
}
/* =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;
}
/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
	height: 150px;
	/*overflow: hidden;*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: #ffffff;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
	-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);
}
header h1#logo {
	display: inline-block;
height: 161px;
line-height: 1.4em;
float: left;
font-family: 'Raleway', 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;
}
header nav {
	display: inline-block;
  float: right;
  margin-top: 60px;
  /* position: fixed; */
  margin-left: 0px;
  /* min-width: 500px; */
}
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 {
	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 {
	color: #cccccc;
}
header nav ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 2px 4px 27px 0;
  list-style: none;
 
}
header nav ul li {
  font-size: 12px;
  display: inline;
  margin-right: -4px;
  position: relative;
  padding: 10px 10px 10px 0px;
  background: #fff;
  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;
}
header nav ul li:hover {
  color: #ccc;
}
header nav ul li ul {
 padding: 0 10px;
position: absolute;
top: 33px;
left: 12px;
width: 186px;
  -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;
  -transition: opacity 0.2s;
}
header nav ul li ul li { 
  background: #fff; 
  display: block; 
  color: #000;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-left: 0px;
}
header nav ul li ul li:first-child { 

  border-top: 1px solid #ccc;

}
header nav ul li ul li:hover { background: #fff; color: #222; }
header nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

header.smaller nav a {
	line-height: initial;
}
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: 1px solid #bfbfbf;
}
header.smaller nav ul li ul {
position: absolute;
top: 32px;
left: 12px;
width: 186px;
}
header.smaller {
	height: 110px;
}
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 {
        line-height: 75px;
        margin-top: 15px;
        /*position: fixed;*/
        margin-left: 0px;
    }
header.smaller nav a {
	line-height: initial;
}
header.smaller img {
	width: 60px;
	height: 60px;
	-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
-------------------------------------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	height: 0;
}
.banner-section {
	background: url(../images/shelf-banner-bg.png);
	background-size: cover;
}
.app-logo-block {
	float: left;
	/*width: 60px;
	height: 60px;*/
	margin-top: 25px;
	position: fixed;
}
.btn {
	background: url(../images/app-download.png) 10px 8px no-repeat #FFF;
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	font-family: 'Raleway', sans-serif;
	color: #2B2B2B;
	font-size: 14px;
	padding: 10px 15px 10px 40px;
	border: solid #BDBDBD 1px;
	text-decoration: none;
}
.btn:hover {
	background: url(../images/app-download.png) 10px 8px no-repeat #FAFAFA;
	text-decoration: none;
}

.btn-lo {
	background-color: #fff;
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	color: #2B2B2B;
	font-size: 14px;
	padding: 8px 15px;
	border: solid #BDBDBD 1px;
	text-decoration: none;
}
.btn-lo:hover {
	background: #FAFAFA;
	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: 500px;
float: left;
margin-top: 100px;
margin-right: 0px;
color: #FFF;
line-height: 1.4em;
margin-bottom: 0px;
margin-left: 0px;
}
/* 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 */
}

.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;
}
.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: 528px;*/
float: left;
margin-right: 50px;
clear: right;
height: 441px;
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); 
}




.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;
	margin-right: 0px;
	margin-left: 0px;
	clear: right;
}
.book-title-name {
 color: #505050;
font-size: 14px;
font-weight: bold;
padding: 7px 0px 3px;
width: 160px;
line-height: 1.2em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-top: 5px;
border-top: 0px dotted #CCC;
float: left;
}
.book-title-auth {
color: #9d9e9c;
font-size: 12px;
font-weight: normal;
width: 160px;
line-height: initial;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-top: 0px;
padding-top: 2px;
float: left;
padding-bottom: 5px;
}


.book-title-price {
color: #3C3C3C;
font-size: 14px;
font-weight: normal;
width: 160px;
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;
}



.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: 6px 10px;
/*background-color: #FFF;
border: 1px solid #CCC;*/
margin-left: 10px;
}


.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;
}
/* 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); 
}


	
/* 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;
/*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: 240px;
    }

.book-img-div img
{
 box-shadow: 2px 2px 2px -1px #ccc;

}


.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: 'Raleway', 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 {
    display: none;
}

#navlist {
    display: block;
}

.download-link nav {
  float: none;
  line-height: 0px !important;
}

#divMblurbLogin {    
    position: fixed;
    z-index: 10002;
    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: 35%;
    left: 40%;
}

.usernamelblDiv {
    float: left;
    padding-top: 7px;
    font-size: 12px;
    margin-left: 52.5%;
    margin-bottom: -15px;
}

#usernamelbl {
    position: fixed;
}

.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;
}



@media(max-width: 1013px) {
    .banner-section {
        display: none;
    }
}

@media(max-width: 760px) {
    .download-link > ul > li {
        display: inline-block;
    }

    header .container {
        display: table;
    }

    .header-title {
        display: table-cell;
        padding-left: 80px;
        vertical-align: middle;
        width: 100%;
    }

        .header-title .download-link {
            display: block;
        }

    .drop-icon {
        display:block;
        margin-bottom:0px;
    }

    #navlist {
        display: none;
    }

        #navlist li {
            border: 1px solid blanchedalmond;
        }

    .nav, nav {
        display: block;
    }

    header nav ul li {
        display: block;
        line-height: normal;
        padding: 0px;
    }

        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:middle;
        float:none!important;
        line-height: normal!important;
    }


        nav .nav {
            width: 200px;
            right: 15px;
            position: absolute;
        }

    .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%;
    }
}

@media(max-width: 480px) {
    #navlist {
        display: none;
    }
    #divMblurbLogin {        
        top: 20%;
        left: 20%;
    }
}

