html, body {
	width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
body {
	color: #000;
	font-family: 'Roboto Condensed';
}

.pure-img-responsive {
	max-width: 100%;
	height: auto;
}

a {
	color: #054c6e;
	text-decoration: none;
}
b, strong {
	font-weight: 800;
}

a:focus{
	outline: none;
}

h1 {
	line-height: normal;
}

/*
Add transition to containers so they can push in and out.

#layout,
#menu,
.menu-link {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
*/
/*
This is the parent `<div>` that contains the menu and the content area.
*/
#layout {
	position: relative;
	padding-left: 0;
	min-width: 320px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:  0 auto -80px;
}
#layout.active {
	position: relative;
	left: 250px;
}
#layout.active #menu {
	left: 250px;
	width: 250px;
}

#layout.active .menu-link {
	left: 250px;
}
/*
The content `<div>` is where all your content goes.
*/
.content {
	font-weight: 300;
	line-height: 1.6em;
	padding: 0 15px;
}

.header {
	border-bottom: 1px solid #eee;
	color: #333;
	margin: 0 0 15px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 15px;
	text-align: left;
}
.header h1 {
	font-size: 1.7em;
	font-weight: 300;
	margin: 0.2em 0;
}
.header h2 {
	font-weight: 300;
	margin: 0;
	padding: 0;
}

.content-subhead {
	margin: 50px 0 20px 0;
	font-weight: 300;
	color: #666;
}
.content-subhead a {
	text-decoration: none;
	color: #666;
}

h3.content-subhead {
	margin: 0;
}

.bookheader.header h1 {
	margin-top: -5px;
}
.bookheader.header h1 span {
	font-size: 0.8em;
}


/*
The `#menu` `<div>` is the parent `<div>` that contains the `.pure-menu` that
appears on the left side of the page.
*/

#menu {
	background: none repeat scroll 0 0 #525661;
	float: left;
	height: 100%;
	margin-left: -250px;
	overflow-y: auto;
	position: fixed;
	width: 250px;
	z-index: 1000;
	-webkit-overflow-scrolling: touch;
	box-sizing: inherit;
	overflow-x: hidden;
}
/*
All anchors inside the menu should be styled like this.
*/
#menu a, #menu span {
	border: medium none;
	color: #fff;
	font-size: 15px;
	padding: 3px 10px;
}

/*#menu .pure-menu li a:focus,*/
#menu .pure-menu li a.active {
	background: #4D636E !important;
}
/*#menu .pure-menu li a.lvl1:focus,*/
#menu .pure-menu li a.lvl1.active {
	background: transparent;
	cursor: default;
}

.pure-menu span {
	display: block;
	line-height: 1.5em;
	text-decoration: none;
	white-space: nowrap;
}

.menu-logo {
	margin-top: 3px;
	float: left;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.menu-logo > img {
	height: 35px;
}
.menu-logo > a {
	padding: 0 !important;
	margin: 0 !important;
}
a.menu-logo:hover,
a.menu-logo:focus,
a.menu-logo.active {
	background: transparent !important;
}
#menu .pure-menu li a.menu-logo:hover,
#menu .pure-menu li a.menu-logo:focus,
#menu .pure-menu li a.menu-logo.active {
	background: transparent !important;
}

.pure-menu-heading > div {
	float: right;
	height: 50px;
}

.social-links a {
	background: rgba(0, 0, 0, 0) url("../socialnets.gif") repeat scroll 0 0;
	display: block;
	float: left;
	height: 40px;
	margin: 5px 4px 0 0;
	padding: 0 !important;
	text-indent: -999px;
	width: 40px;
}

.social-links a.link-vkontakte {
	background-position: 0 0;
}

.social-links a.link-facebook {
	background-position: 120px 0;
}

.social-links a.link-gplus {
	background-position: 80px 0;
}

.social-links a.link-twitter {
	background-position: 40px 0;
}

/*
Remove all background/borders, since we are applying them to #menu.
*/
#menu .pure-menu,
#menu .pure-menu ul {
	border: none;
	background: transparent;
}

#menu .pure-menu ul li:last-child {
	margin-bottom: 10px;
}

#menu .pure-menu li.first {
	margin-bottom: 5px;
}

/*
Change color of the anchor links on hover/focus.
*/

#menu .pure-menu-heading {
	background-color: #888c97;
	color: #fff;
	height: 50px;
	line-height: 50px !important;
	margin: 0;
	padding: 0;
	border: medium none;
}

/* -- Dynamic Button For Responsive Menu -------------------------------------*/

/*
The button to open/close the Menu is custom-made and not part of Pure. Here's
how it works:
*/

/*
`.menu-link` represents the responsive menu toggle that shows/hides on
small screens.
*/
.menu-link {
	background-color: #0974aa;
	display: block;
	font-size: 10px;
	height: auto;
	left: 0;
	padding: 24px 1.6em;
	position: fixed;
	top: 0;
	width: 20px;
	z-index: 1001;
	cursor: pointer;
}

.menu-link:hover,
.menu-link:focus {
	background: #2C85BD;
}

.menu-link span {
	position: relative;
	display: block;
}

.menu-link span,
.menu-link span:before,
.menu-link span:after {
	background-color: #fff;
	width: 100%;
	height: 0.2em;
}

.menu-link span:before,
.menu-link span:after {
	position: absolute;
	margin-top: -0.6em;
	content: " ";
}

.menu-link span:after {
	margin-top: 0.6em;
}

.pure-menu-horizontal > div {
	padding-right: 5px;
}

#menu ul > li a.lvl2 {
	border-radius: 3px;
	font-size: 14px;
	font-weight: 400;
	margin-left: 15px;
	margin-right: 10px;
	padding: 3px 10px !important;
}

#main {
	float: left;
	width: 100%;
	padding-top: 50px;
	-webkit-overflow-scrolling: touch;
}

.topmenu-link {
	background-color: #607C8A;
	margin-bottom: 10px;
}
.topmenu-link .caret {
	display: inline-block;
	font-size: 12px !important;
	margin-left: 5px;
	padding: 0 !important;
}
/*.topmenu-link:hover,*/
.topmenu-link.topmenu-active
{
	background-color: #4D636E !important;
}
.topmenu-link > a {
	font-size: 16px !important;
	padding: 5px 10px !important;
}

.category-menu-item {
  padding-left: 10px;
}

.pure-menu-fixed
{
	left: auto;
}

.pure-menu-heading > img {
	margin-top: 5px;
}

.pure-menu-horizontal {
	background-color: #999da6 !important;
	border: 0 none !important;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
	height: 50px;
	line-height: 50px;
	text-align: right;
}

.pure-menu-horizontal li {
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 7px 0 0;
}

.pure-menu-horizontal a {
	display: inline-block;
	line-height: 35px;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 0;
}

.pure-menu-horizontal a.icon-button b {
	font-weight: normal !important;
}

.submenu {
	background-color: #525661 !important;
	display: none;
}

.search {
	position: absolute;
	right: 60px;
	top: 0;
	margin-right: 10px;
}

.search input[type="text"] {
	background-color: #ebebeb;
	height: 35px;
}

.search input[type="text"]:focus {
	background-color: #fff;
}

.search input[type="text"]::-webkit-input-placeholder {color: #525661; font-size: 14px; font-style: italic;}
.search input[type="text"]::-moz-placeholder          {color: #525661; font-size: 14px; font-style: italic;}/* Firefox 19+ */
.search input[type="text"]:-moz-placeholder           {color: #525661; font-size: 14px; font-style: italic;}/* Firefox 18- */
.search input[type="text"]:-ms-input-placeholder      {color: #525661; font-size: 14px; font-style: italic;}

.pure-button {
	background-color: #2980b9;
	border-radius: 4px;
	color: #fff !important;
	padding: 5px 20px;
	line-height: 1.5em;
}
.pure-button:hover, .pure-button.active {
	background-color: #086A9C;
	background-image: none;
}

.pure-button.orange {
	background-color: #e67e22;
}
.pure-button.orange:hover {
	background-color: #d35400;
}


.icon-button {
	line-height: 35px;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 0;
}

.icon-button i {
	background-color: #0775aa;
	display: block;
	float: left;
	height: 100%;
	margin-right: 10px;
	width: 34px !important;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.pure-icon {
	font-size: 20px;
	font-weight: bold;
}

.bookinfo {
	float: left;
	height: 230px;
	margin-bottom: 20px;
	margin-left: 17px;
	width: 150px;
	font-weight: normal !important;
}

.bookinfo img {
	height: 161px;
	width: 105px;
	box-shadow: 1px 1px 4px 1px #969696;
	background: #ffffff none repeat scroll 0 0;
}

.bookinfo > div {
	text-align: center;
}

.bookinfo h3 {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
	max-height: 44px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
}

.bookinfo h3 a {
	color: #000 !important;
	display: block;
	max-height: 44px;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
}

.bookinfo span a {
	color: #525661;
	font-size: 14px;
	text-decoration: none;
}

.bookinner b, .bookinner strong {
	font-weight: 400;
}
.book-description-cols .bookdescription {
  padding-left: 5px;
}
.bookdescription a { font-weight: 400; }
.bookdescription p {
	margin: 0;
	padding-bottom: 10px;
}

.bookinner img {
	min-width: 105px;
	margin-right: 10px;
}

.download {
	background-color: #086a9c !important;
	box-shadow: 1px 1px 8px #cccccc;
	color: #000000;
	display: inline-block;
	font-size: 1.1em;
	height: 35px;
	line-height: 35px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-left: 45px;
	padding-right: 45px;
	text-align: center;
	width: 35%;
}
.download:hover {
	background-color: #0A6491 !important;
}
.back_to_book, #downloadText .readBook {
	width: 35%;
	font-size: 1em;
	margin-bottom: 15px;
	margin-left: 10px;
	padding: 5px 45px;
	display: inline-block;
}
/*
.dwn_fb2 { background-image: url("/images/design/fb2.gif") !important; }
.dwn_txt { background-image: url("/images/design/txt.gif") !important;; }
.dwn_rtf { background-image: url("/images/design/rtf.gif") !important;; }
.dwn_epub { background-image: url("/images/design/epub.gif") !important;; }
.dwn_jad { background-image: url("/images/design/jad.gif") !important;; }
.dwn_jar { background-image: url("/images/design/jar.gif") !important;;}
*/
.readBook {
	background-color: #e67e22;
	border-radius: 3px;
	box-shadow: 1px 1px 8px #bbbbbb;
	clear: both;
	color: #ffffff;
	display: block;
	font-size: 1.1em;
	height: auto;
	line-height: normal;
	margin: 0 auto;
	padding: 10px 25px;
	text-align: center;
	white-space: normal;
	width: auto;
}

.readBook:hover {
	background-color: #d35400 !important;
}

.qrcode {
	background-color: #2c4985 !important;
	color: #ffffff;
}
.qrcode:hover {
	background-color: #2a4883 !important;
}

.book-read {
	background-color: #F0EDED;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
	padding: 22px;
	/* height: 400px;*/
	overflow: hidden;
	min-height:400px;
	height:auto !important;
	height:400px;
	position: relative;

	font-size: 1.2em;
	font-weight: 300;
	line-height: 28px;
}
.book-read-dark {
	background-color: #2D2D2D !important;
	box-shadow: 0 0 15px #000000 inset !important;
	color: #fff !important;
}

.book-style-read {
	margin-top: 10px;
	float: right;
}
.book-style-read span {
	border: 1px solid #AAAAAA;
	border-radius: 4px;
	margin-right: 10px;
	padding: 7px 15px;
	cursor:pointer;
}
.reader-help {
	background-color: #ebebeb;
	font-size: 19px;
	padding: 10px 12px;
	text-align: center;
}
.keyboard-button {
	background-color: #fff;
	border: 1px solid #888;
	border-radius: 6px;
	color: #000;
	display: inline-block;
	margin: 0 5px;
	padding: 4px 10px;
}

.downloadPage h1 {
	padding-top: 50px;
	text-align: center;
}
.downloadPage h1 a {
	color: #000;
}
.downloadPage #downloadText {
	font-size: 1.4em;
	line-height: normal;
	text-align: center;
}
#downloadText > span {
	color: #07415e;
	font-weight: 800;
}
#downloadText #downloadTextWait {
	margin: 0 auto;
	max-width: 900px;
	padding-bottom: 10px;
}

/* GOOGLE LOADER */
#google-loader, .dot {
	box-sizing:border-box;
}

#google-loader {
	height: 100px;
	width: 100px;
	position: relative;
	margin: 50px auto;
}
.dot {
	position:absolute;
	height:100%;
	width:100%;
	z-index:1;
	border-radius:50px;
	background:#df4a42;
	border-right:0px solid #ffd649;
	border-left:50px solid #df4a42;
	border-top:0px solid transparent;
	border-bottom:0px solid transparent;
	animation:flippingAnimation 2s linear infinite;
}

@keyframes opacity {
	to {
		opacity:0;
	}
}

@keyframes flippingAnimation {
	/* RED TO YELLOW */
	0% {
		border-right:0px solid #ffc500;
		display:block;
	}
	12.4% {
		background:#ed726c;
	}
	12.5% {
		border-right:50px solid #ffd649;
		border-left:50px solid #df4a42;
		background:#ffe486;
	}
	24.9% {
		border-right:50px solid #ffd649;
		background:#ffd649;
		border-left:0px solid #d8291f;
		border-top:0px solid transparent;
		border-bottom:0px solid transparent;
	}
	/* Yellow to Green */
	25% {
		border-right:0px solid #ffd649;
		border-left:0px solid #d8291f;
		border-top:50px solid #ffd649;
		border-bottom:0px solid #ffd649;
		background:#ffd649;
	}
	37.4% {
		background:#ffde6e;
	}
	37.5% {
		border-right:0px solid transparent;
		border-left:0px solid transparent;
		border-top:50px solid #ffd649;
		border-bottom:50px solid #28ad6b;
		background:#109f58;
	}
	49.9% {
		border-right:0px solid transparent;
		border-left:0px solid transparent;
		border-top:0px solid #ffd649;
		border-bottom:50px solid #28ad6b;
		background:#28ad6b;
	}
	/* Green to Blue */
	50% {
		border-top:0px solid transparent;
		border-bottom:0px solid transparent;
		border-left:0px solid #377af6;
		border-right:50px solid #28ad6b;
		background:#28ad6b;
	}
	62.4% {
		background:#2abb71;
	}
	62.5% {
		border-top:0px solid transparent;
		border-bottom:0px solid transparent;
		border-left:50px solid #377af6;
		border-right:50px solid #28ad6b;
		background:#518af4;
	}
	74.9% {
		border-top:0px solid transparent;
		border-bottom:0px solid transparent;
		border-left:50px solid #377af6;
		border-right:0px solid #28ad6b;
		background:#377af6;
	}
	/* Blue to Red */
	75% {
		border-top:0px solid #df4a42;
		border-bottom:50px solid #377af6;
		border-left:0px solid transparent;
		border-right:0px solid transparent;
		background:#377af6;
	}
	87.4% {
		background:#316bd7;
	}
	87.5% {
		border-top:50px solid #df4a42;
		border-bottom:50px solid #377af6;
		border-left:0px solid transparent;
		border-right:0px solid transparent;
		background:#f26c65;
	}
	100% {
		border-top:50px solid #df4a42;
		border-bottom:0px solid #377af6;
		border-left:0px solid transparent;
		border-right:0px solid transparent;
		background:#df4a42;
	}
}
/* END GOOGLE LOADER */

footer {
	font-size: 13px;
	padding: 5px;
	text-align: center;
	clear: both;
	padding-top: 20px !important;
}

.likedBooks { margin-top: 10px; clear: both; }
.likedBooks a { color: #333333; }
.likedBooks .content { padding: 0; }

.pure-form .icon-cancel {
	padding: 5px 10px;
	display: inline;
}

.advblock {
	clear: both;
	margin: 10px auto 0;
	text-align: center;
}
.advblock > div {
	margin: 0 auto;
}

.admPager {
	clear: both;
	margin: 10px 0;
}

.admPager a, .admPager span {
	background: none repeat scroll 0 0 #2c85bd;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 18px;
	font-weight: 400;
	margin-right: 4px;
	padding: 5px 9px;
	text-decoration: none;
}

.admPager span { background: none repeat scroll 0 0 #086a9c;
	color: #ddd; }
.admPager a:hover { background: #0775AA; }
.admPager b {
	color: #FFFFFF;
	float: left;
	line-height: 25px;
	padding-left: 5px;
	padding-right: 15px;
}

.admPager a:first-child, .admPager a:last-child {
	padding-top: 4px;
}

.admPager .pure-icon:before {
	margin: 0;
}

.book-header-image > img {
  float: left;
height: 50px;
margin-left: -10px;
margin-right: 10px;
padding-bottom: 5px;
}
.book-description-cols { padding-bottom: 5px; }
.book-description-cols div {
	display: table-cell;
	vertical-align: top;
}
.book-description-image {
	width: 110px;
}
.book-header-image {
display: none;
}

.downloadPage {
	padding-bottom: 30px;
}

.sliding-menu {
	overflow: hidden;
	position: relative; }

.sliding-menu ul {
	float: left;
	margin: 0; }

.sliding-menu li {
	list-style: none; }

.sliding-menu li.first {
	margin-bottom: 5px;
}

.sliding-menu a {
	display: block;
	padding: 1em; }

.sliding-menu a.nav:before {
	content: '\3009';
	float: right;
	margin-left: 1em; }

.sliding-menu a.back {
	background: #555;
	color: #FFF;
	padding: 14px 10px !important;
}

.sliding-menu a.back:before {
	content: '\3008';
	float: left;
	margin-right: 1em;
}

.pure-menu ul {
	left: inherit !important;
	position: inherit !important;
	top: inherit !important;
	visibility: inherit !important;
}

#search-form {
	width: 100%;
	display: none;
	position: fixed;
	background-color: #fff;

-webkit-box-shadow: 0px 1px 11px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 1px 11px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 1px 11px 0px rgba(50, 50, 50, 0.75);
}

#search-form form {
  padding: 10px;
}

#searchField {
	height: 40px;
	margin-top: 5px;
	padding-right: 50px;
	width: 100%;
}

#search-form button {
	font-size: 20px;
	height: 40px;
	margin: 0 !important;
	padding-top: 2px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 15px;
	width: 36px;
}

#genres_tree {
  list-style: outside none none;
  margin: 0;
  padding: 0 0 0 20px;
}
#genres_tree li ul {
  list-style: outside none none;
}
#genres_tree li .title {
  padding: 6px 0 0;
}
#genres_tree li .title a, #genres_tree li .title span {
  border-bottom: 1px dotted #000;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}
#genres_tree li ul {
  margin: 2px 0 5px;
  padding: 0;
}
#genres_tree li ul li a {
  border-bottom: 1px solid #f0efe9;
  color: #086A9C;
  display: block;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 0 30px;
  padding: 4px 15px 3px 0;
}
.androidFix {
    overflow:hidden !important;
    overflow-y:hidden !important;
    overflow-x:hidden !important;
}

.author_letter {
float: left;
font-size: 2em;
height: 50px;
line-height: 50px;
margin-bottom: 10px;
margin-right: 10px;
padding: 10px 25px;
width: 25px;
}

.authors_list {
  padding-bottom: 50px;
}

.authors_list a {
	border-bottom: 1px dotted #000;
	color: #000;
	display: block;
	font-size: 18px;
	line-height: 20px;
	padding: 5px 0;
	text-decoration: none;
}

.search-results h2.search-result-place {
	margin-bottom: 10px;
	margin-top: 10px;
}
.sresult-author {
	padding-left: 15px;
}
.sresult-author .img {
	float: left;
	width: 50px;
}
.sresult-author .txt {
	float: left;
	padding-left: 10px;
}
.sresult-author .txt a {
	display: block;
	font-size: 1.3em;
}

.bookinfo > span {
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	line-height: 1em !important;
}

#counter-section {
	bottom: 0;
	padding: 15px 0 0;
	position: relative;
	width: 240px;
}
#counter-section > div, #counter-section a {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 0;
}
#counter-section img {
	max-height: 25px;
}

.topmenu-link > a {
	padding: 10px 10px !important;
}

.changeOrderBtn {
	padding-right: 10px;
}
.changeOrderBtn > span {
	display: inline;
}
.changeOrderBtn span.device-mini {
	display: none;
}

#orderByList {
	background-color: #fff;
	border: 1px solid #cbcbcb;
	display: none;
	margin: 0;
	padding: 0;
	position: fixed;
	right: 93px;
	top: 43px;
	width: 170px;
	z-index: 501;
}

#orderByList li {
	background-color: #fff;
	border-top: 1px solid #cbcbcb;
	display: block;
	line-height: 45px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 170px;
}

#orderByList a {
	height: 35px;
	line-height: 35px;
	margin: 0;
}

#orderByList a:hover, #orderByList a:active, #orderByList a:focus {
	color: #000;
}

.bookinfo .is_litres {
	height: 32px;
	position: absolute;
	width: 32px;
}

.bookinfo .is_litres > img {
	height: 32px;
	width: 32px;
}

.sharebreak {
	display: none;
	clear: both;
}

.cover-no-cover {
  background-color: #2c85bd;
  display: inline-block;
  height: 160px;
  width: 105px;
  box-shadow: 1px 1px 4px 1px #969696;
}

.cover-no-cover > span {
  background-color: #086a9c;
  display: block;
  height: 160px;
  margin-left: 10px;
  position: absolute;
  width: 10px;
}

body.menu-slide-open {
	overflow: hidden; }
body.menu-slide-open #main #page {
	position: fixed; }

.pure-menu.pure-menu-open {
	z-index: 500;
}

.modal-box-operamini {
	background-color: #fff;
	border: 5px solid #086a9c;
	margin-left: 15px;
	padding: 10px;
	position: fixed;
	text-align: center;
	top: 20%;
	width: 80%;
	z-index: 2100;
}

.modal-box-qrcode {
	background-color: #fff;
	display: none;
	height: 100%;
	max-width: 100%;
	padding: 20px 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 2100;
}

.modal-box-content > img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.categoryDescription p {
	margin: 0;
	text-indent: 10px;
}
.categoryDescription strong {
	font-weight: normal;
}
.categoryDescriptionShowAllButton {
	color: #086a9c;
	font-weight: 400;
	padding-bottom: 20px;
	text-align: right;
	cursor: pointer;
}

#Rambler-counter img {
	height: 15px;
}

.fullscreen-ads {
	height: 100%;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.fullscreen-backdrop {
	background: #000000 none repeat scroll 0 0;
	height: 100%;
	opacity: 0.7;
	width: 100%;
}

.fullscreen-ads-content {
	margin-top: 30px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.fullscreen-ads-content img {
	height: auto;
	max-width: 100%;
}

.fullscreen-ads .close {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #000;
	font-size: 26px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 20px;
	width: 40px;
	cursor: pointer;
}

/* -- Responsive Styles (Media Queries) ------------------------------------- */
/* Smartphones 320 ----------- */
/*
@media (max-width : 320px) {
	.bookinfo {
		margin-left: 0 !important;
		margin-right: 10px !important;
	}

	.content {
		padding: 0 5px !important;
	}

	#layout {
		min-width: 330px !important;
	}
}
*/
/* Smartphones (portrait) ( <= 360 )----------- */
@media only screen
and (max-width : 350px) {
	.bookinfo { margin-left: 0 !important; height: 240px; }
	.bookinfo > span {
		margin-top: 9px;
	}
	.changeOrderBtn span.device-std { display: none; }
	.changeOrderBtn span.device-mini { display: inline; }
	.sharebreak {
		display: block;
	}
}

/* Smartphones (portrait) ( <= 480 )----------- */
@media only screen
and (max-width : 480px) {
	.book-description-image { display: none !important; }
	.book-header-image { display: block !important; }
	.book-header-image .cover-no-cover { display: none !important; }
	.pure-menu-horizontal a.icon-button {
		width: 15px;
	}
	.pure-menu-horizontal a.icon-button b {
		visibility: hidden;
	}
	.book-style-read { display: none; }

	.downloadPage h1 {
		padding-top: 0 !important;
	}

	.book-read {
	  font-size: 1em !important;
	}

	.book-style-read { display: none; }

	.bookinfo { margin-left: 8px; }

	.sharebreak {
		display: block;
	}
	.bookheader.header { margin: 0 0 10px }
	.bookheader h2.content-subhead {  font-size: 1.2em; }
	.bookheader h1 { font-size: 1.3em; line-height: 20px; padding-top: 5px; margin-bottom: 10px; }
	.bookheader.header h1 span { display: none; }
}

/* Tablets ( <= 768px ) */
@media (max-width: 48em) {
	.content {
		padding: 0 10px;
	}
	.download, .back_to_book, #downloadText .readBook {
	  width: 100% !important;
	  margin-left: 0 !important;
	  margin-right: 0 !important;
	  margin-bottom: 15px;
	  padding: 5px 0 !important;
	}

	.downloadPage h1 {
		padding-top: 20px !important;
	}

	.book-style-read { display: none; }

	.pure-menu-heading > div {
		float: none;
		overflow: hidden;
	}

	#menu {
		float: inherit;
		margin-left: 0;
	}

	.likes-bar {
		display: none;
	}
}

/* PC ( > 768px ) ----------- */
@media (min-width: 48em) {

	#layout {
		padding-left: 250px; /* left col width "#menu" */
		left: 0;
	}
	#menu {
		left: 250px;
	}

	.menu-link {
		position: fixed;
		left: 250px;
		display: none;
	}

	#layout.active .menu-link {
		left: 250px;
	}

	.search {
		right: 260px;
	}

	.pure-menu-horizontal > div {
		padding-right: 255px;
	}

	#search-form form {
	  margin-right: 250px;
	}

	#search-form button {
	  right: 260px;
	}

	footer { padding-left: 260px; }
/*
	.pure-menu li a:hover, .pure-menu li a:focus {
		background: none repeat scroll 0 0 #086A9C !important;
	}
*/
	/*#menu .pure-menu li a:hover,
	#menu .pure-menu li a:focus,*/
	#menu .pure-menu li a.active {
		background: #4D636E !important;
	}
/*	#menu .pure-menu li a.lvl1:hover,
	#menu .pure-menu li a.lvl1:focus,*/
	#menu .pure-menu li a.lvl1.active {
		background: transparent;
		cursor: default;
	}

	.sliding-menu a:hover {
		background: #2C85BD !important;
		color: #FFF; }
	}

/* Apple iPad Mini bugfix */
.ipadmini #layout {
	padding-left: 0;
}

.ipadmini .menu-link {
	left: 0;
	display: block;
}

.ipadmini .pure-menu-horizontal > div {
	padding-right: 5px;
}

.ipadmini #search-form form {
	margin-right: auto;
}

.ipadmini #search-form button {
	right: 10px;
}

.ipadmini footer {
	padding-left: 5px !important;
}

#ajaxloader {
	display: none;
	background-color: #ffffff;
	border: 1px solid #086a9c;
	border-radius: 10px;
	left: 50%;
	margin-left: -72px;
	margin-top: -52px;
	padding: 10px 20px;
	position: fixed;
	text-align: center;
	top: 50%;
}
#ajaxloader > h2 {
	margin: 0 0 10px;
	padding: 0;
}
/**************************************************************/

.book_ads div {
	margin: 0 auto;
}