/**
 * CSS Reset & Clearfix
 */
 
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
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 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; -webkit-appearance: none; -moz-appearance: none; } 
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; } 
audio, canvas, video { display: inline-block; max-width: 100%; } 
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } 
ol, ul { list-style: none; } 
blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } 
:focus { outline: 0; } 
ins { text-decoration: none; } 
del { text-decoration: line-through; } 
table { width: 100%; border-collapse: collapse; border-spacing: 0; } 
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.clearfix { display: inline-block; } 
.clearfix { display: block; } 
.none { display: none; }


/**
 * Web Fonts
 */
 
@font-face { font-family: 'ProximaNova'; font-weight: bold; font-style: italic; src: url('../fonts/2E39B5_0_0.eot'); src: url('../fonts/2E39B5_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2E39B5_0_0.woff2') format('woff2'), url('../fonts/2E39B5_0_0.woff') format('woff'), url('../fonts/2E39B5_0_0.ttf') format('truetype'); }
@font-face { font-family: 'ProximaNova'; font-weight: bold; font-style: normal; src: url('../fonts/2E39B5_1_0.eot'); src: url('../fonts/2E39B5_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2E39B5_1_0.woff2') format('woff2'), url('../fonts/2E39B5_1_0.woff') format('woff'), url('../fonts/2E39B5_1_0.ttf') format('truetype'); }
@font-face { font-family: 'ProximaNova'; font-weight: normal; font-style: normal; src: url('../fonts/2E39B5_3_0.eot'); src: url('../fonts/2E39B5_3_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2E39B5_3_0.woff2') format('woff2'), url('../fonts/2E39B5_3_0.woff') format('woff'), url('../fonts/2E39B5_3_0.ttf') format('truetype'); }
@font-face { font-family: 'ProximaNova'; font-weight: normal; font-style: italic; src: url('../fonts/2E39B5_4_0.eot'); src: url('../fonts/2E39B5_4_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2E39B5_4_0.woff2') format('woff2'), url('../fonts/2E39B5_4_0.woff') format('woff'), url('../fonts/2E39B5_4_0.ttf') format('truetype'); }
 
/**
 * Global Elements
 */
 
body { line-height: 1.32em; overflow-y: scroll; background: #ffffff; }
 
body, input, textarea, select { font-family: ProximaNova, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; color: #464d55; }

a { text-decoration: none; }

input, textarea, select { padding: 9.5px 14px; border: 1px solid #dbdddf; -webkit-appearance: none; -webkit-border-radius: 4px; border-radius: 4px; }
input:focus, textarea:focus, select:focus { border-color: #0d76e2; }

select { padding: 8.5px 11px; }

code, kbd, tt, var, samp, pre { font-family: monospace; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; }

pre { max-width: 100%; overflow: auto; padding: 10px 15px; margin: 25px 0; font-size: 14px; overflow: auto; white-space: pre; white-space: pre-wrap; word-wrap: break-word; border: 1px solid #dbdddf; -webkit-border-radius: 4px; border-radius: 4px; }

abbr[title] { border-bottom: 1px dotted #dbdddf; cursor: help; }

blockquote { padding-left: 15px; line-height: 1.18em; font-size: 20px; font-style: italic; border-left: 2px solid #0d76e2; }

address { font-style: italic; }

mark, ins { background-color: #fff9c0; text-decoration: none; }

sup, sub { font-size: 75%; height: 0; line-height: 0; position: relative; vertical-align: baseline; }

sup { bottom: 1ex; }

sub { top: .5ex; }

small { font-size: 75%; }

big { font-size: 125%; }

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

table, th, tr, td { border: 1px solid #dbdddf; }
table { border-collapse: collapse; border-spacing: 0; width: 100%; } 
caption, th, td { font-weight: normal; text-align: left; } 
th { border-width: 0 1px 1px 0; font-weight: bold; } 
td { border-width: 0 1px 1px 0; }
th, td { padding: 5px 10px; }

a, input, textarea, select,
#header .search-form .search-by-type .select-types,
.books-grid .book-box { -webkit-transition: 0.2s; -moz-transition: 0.2s; -ms-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; }


/**
 * Buttons
 */
 
input[type=submit], button, .btn { display: inline-block; cursor: pointer; font-weight: bold; background: #0d76e2; color: #fff; border: none; -webkit-border-radius: 4px; border-radius: 4px; }
input[type=submit]:hover, button:hover, .btn:hover { background: #0b6acc; }

a.btn { padding: 9.5px 15px; }
 
/**
 * Layouts
 */
 
.container { width: 1070px; margin: 0 auto; }

#main { padding: 30px 0; }

#primary { float: left; width: 100%; margin-right: -320px; }
#primary #content { margin-right: 350px; }

#primary.full,
#primary.full #content { margin-right: 0; }

#secondary { float: right; width: 320px; }
 
/**
 * Header
 */
 
#header { padding: 30px 0; background: #00445E; }

#header .site-info { float: left; padding-right: 30px; }
#header .site-name { margin: -5px 0; line-height: 1.03em; letter-spacing: -1px; font-size: 28px; font-weight: bold; }
#header .site-name a { color: #fff; }
#header .site-description { margin: 5px 0 -5px 0; line-height: 1.32em; font-size: 16px; font-weight: normal; color: #92979b; }

#header .search-form { float: right; position: relative; width: 500px; }
#header .search-form:before { position: absolute; content: ''; top: 14px; left: 14px; width: 12px; height: 12px; background: url("../images/sprite.png") -32px -32px no-repeat; }
#header .search-form input[type=text] { width: 100%; padding-left: 38px; }
#header .search-form .search-by-type { display: none; position: absolute; top: 0; right: 0; }
#header .search-form .search-by-type .select { display: block; position: relative; padding: 0 33.5px 0 16px; line-height: 40px; color: #92979b; }
#header .search-form .search-by-type .select:before { position: absolute; content: ''; top: 17.5px; right: 16px; width: 10px; height: 5px; background: url("../images/sprite.png") -54px -32px no-repeat; }
#header .search-form .search-by-type .divider { position: absolute; top: 50%; left: 0; margin-top: -8px; width: 1px; height: 16px; background: #dbdddf; }
#header .search-form .search-by-type .select.active { color: #464d55; }
#header .search-form .search-by-type .select.active:before { background-position: -54px -37px; }
#header .search-form .search-by-type .select-types { visibility: hidden; opacity: 0; position: absolute; top: 70px; right: 0; width: 100px; padding: 10px 15px; z-index: 99999; background: padding-box #fff; border: 1px solid rgba(0,0,0,0.12); -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.15); box-shadow: 0 5px 10px rgba(0,0,0,0.15); -webkit-border-radius: 3px; border-radius: 3px; }
#header .search-form .search-by-type .select-types:before { position: absolute; content: ''; top: -6px; right: 15px; width: 10px; height: 6px; background: url("../images/sprite.png") -44px -32px no-repeat; }
#header .search-form .search-by-type .select-types span { display: block; margin: -1px 0 6px 0; line-height: 1.36em; font-size: 14px; color: #92979b; }
#header .search-form .search-by-type .select-types a { display: block; color: #464d55; }
#header .search-form .search-by-type .select-types .selected { font-weight: bold; }
#header .search-form .search-by-type .select-types.visible { visibility: visible; opacity: 1; top: 55px; }

#header.full .site-info,
#header.full .search-form { width: 100%; }
#header.full .search-form { margin-top: 30px; }

/**
 * Home
 */
 
.lazy-image { display: block; width: 100%; background: url("../images/preloader-small.gif") center center no-repeat; }
 
.books-grid { margin: -15px -15px 0 0; }
.books-grid .book-item { float: left; width: 33.33333333333333333333%; padding: 15px 15px 0 0; }
.books-grid .book-box { background: #C2D5DB; }
.books-grid .book-box:hover { -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.15); box-shadow: 0 5px 10px rgba(0,0,0,0.15); }
.books-grid .book-detail { padding: 15px; }
.books-grid .book-image { line-height: 0; }
.books-grid .book-image .lazy-image { height: 260px; }
.books-grid .book-image .lazy-image.loaded:hover { opacity: 0.8; }
.books-grid .book-image .lazy-image .img { display: none; }
.books-grid .book-title { margin: -5px 0; word-wrap: break-word; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 16px; font-weight: normal; }
.books-grid .book-title a { color: #464d55; }
.books-grid .book-title a:hover { color: #0d76e2; }
.books-grid .book-author { margin: 5px 0 -5px 0; line-height: 1.36em; font-size: 14px; }
.books-grid .book-author a { color: #92979b; }
.books-grid .book-author a:hover { color: #464d55; }
.books-grid .book-rating { float: left; width: 100%; margin: 10px 0 -5px 0; line-height: 1.36em; font-size: 14px; }
.books-grid .book-rating .star { float: left; margin-right: 5px; position: relative; width: 55px; height: 10px; top: 5px; background: url("../images/sprite.png") -117px -10px no-repeat; }
.books-grid .book-rating .star span { position: absolute; top: 0; left: 0; height: 10px; background: url("../images/sprite.png") -117px 0 no-repeat; }
.books-grid .book-rating .text { float: left; }
.books-grid .clear { display: none; }
.books-grid .clear:nth-child(6n+6) { display: block; }

.recent-download { padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #e5e5e5; }
.recent-download-title { margin: -5px 0 26px 0; line-height: 1.14em; letter-spacing: -0.5px; font-size: 22px; font-weight: bold; }
.recent-download .books-grid { margin: -30px -15px 0 0; }
.recent-download .books-grid .book-box:hover { -webkit-box-shadow: none; box-shadow: none; }
.recent-download .books-grid .book-item { width: 16.6666666666666666666%; padding: 30px 15px 0 0; }
.recent-download .books-grid .book-detail { padding: 15px 0 0 0; }
.recent-download .books-grid .clear:nth-child(6n+6) { display: none; }
.recent-download .books-grid .clear:nth-child(12n+12) { display: block; }
 
.button {float:left; list-style:none; text-align:center; width:100%; margin:5px 0; padding:0; font-size:14px; clear:both;}
.download {border:none; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; padding:8px 30px !important; background:#5FAAE3; color:#fff !important; text-align:center; text-shadow:0 0 1px rgba(0, 0, 0, 0.3); -webkit-text-shadow:0 0 1px rgba(0, 0, 0, 0.3); -moz-text-shadow:0 0 1px rgba(0, 0, 0, 0.3); -ms-text-shadow:0 0 1px rgba(0, 0, 0, 0.3); transition:background-color 1s ease-out 0s; -moz-transition:background-color 1s ease-out 0s; -webkit-transition:background-color 1s ease-out 0s; -o-transition:background-color 1s ease-out 0s; letter-spacing:1px;}
.download:hover {background:#454242; text-shadow:0 0 1px #222; -moz-text-shadow:0 0 1px #222; -webkit-text-shadow:0 0 1px #222; -ms-text-shadow:0 0 1px #222;}
/**
 * Content
 */
 
.content { padding: 30px; background: #C2D5DB; }
 
.breadcrumb { margin: -6px 0 10px 0; line-height: 1.36em; font-size: 14px; color: #92979b; }
.breadcrumb a { color: #92979b; }
.breadcrumb a:hover { color: #464d55; }

.entry-title { margin: -4px 0 25px 0; line-height: 1.07em; font-size: 24px; font-weight: bold; }
.entry-title a { color: #464d55; }
.entry-title a:hover { color: #0d76e2; }
 
.content-header { padding: 25px 30px; margin-bottom: 30px; background: #fff; border-left: 3px solid #0d76e2; }
.content-header .breadcrumb { margin: -1px 0 6px 0; }
.content-header .entry-title { margin: 0; }

.author-header .image { float: left; position: relative; top: 6px; line-height: 0; }
.author-header .image img { -webkit-border-radius: 34px; border-radius: 34px; }
.author-header .detail { margin-left: 49px; }
.author-header .detail p { margin: 0 0 -5px 0; }

.content-main { margin-bottom: 30px; }
.content-main .entry-image { float: left; width: 180px; line-height: 0; }
.content-main .entry-image .lazy-image { height: 210px; }
.content-main .entry-detail { position: relative; top: -5px; margin: 0 0 0 210px; }
.content-main .entry-detail p:last-child { margin-bottom: -5px; }
.content-main .entry-detail p a { color: #0d76e2; }
.content-main .entry-detail p a:hover { color: #464d55; }
.content-main .entry-detail p.book-rating { float: left; width: 100%; margin-bottom: -10px; }
.content-main .entry-detail .book-rating .star { float: left; position: relative; width: 65px; height: 12px; top: 4px; background: url("../images/sprite.png") -52px -12px no-repeat; }
.content-main .entry-detail .book-rating .star span { position: absolute; top: 0; left: 0; height: 12px; background: url("../images/sprite.png") -52px 0 no-repeat; }
.content-main .entry-detail .book-rating .text { display: left; margin-left: 5px; }

.content .entry-buttons { margin: 0 -10px 30px 0; }
.content .entry-buttons p { float: left; width: 50%; padding-right: 10px; }
.content .entry-buttons a { display: block; padding: 10px 15px; text-align: center; background: #00445E; color: #fff; -webkit-border-radius: 3px; border-radius: 3px; }
.content .entry-buttons a:hover { background: #0967c8; }
.content .entry-buttons a span { display: inline-block; position: relative; top: 2px; width: 16px; height: 16px; margin-right: 10px; }
.content .entry-buttons .pdf span { background: url("../images/sprite.png") 0 -32px no-repeat; }
.content .entry-buttons .epub span { background: url("../images/sprite.png") -16px -32px no-repeat; }

.entry-meta { margin: 25px 0 -5px 0; line-height: 1.36em; font-size: 14px; color: #92979b; }
.entry-meta a { color: #92979b; }
.entry-meta a:hover { color: #464d55; }

.entry-content { margin: -5px 0; }
.entry-content div,
.entry-content p,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content blockquote,
.entry-content ul,
.entry-content ol { margin-bottom: 20px; }
.entry-content div:last-child,
.entry-content p:last-child,
.entry-content h1:last-child,
.entry-content h2:last-child,
.entry-content h3:last-child,
.entry-content h4:last-child,
.entry-content h5:last-child,
.entry-content h6:last-child,
.entry-content blockquote:last-child,
.entry-content ul:last-child,
.entry-content ol:last-child { margin-bottom: 0; }
.entry-content h1 { line-height: 1.14em; font-size: 22px; font-weight: bold; }
.entry-content h2 { line-height: 1.18em; font-size: 20px; font-weight: bold; }
.entry-content h3 { line-height: 1.22em; font-size: 18px; font-weight: bold; }
.entry-content h4 { line-height: 1.32em; font-size: 16px; font-weight: bold; }
.entry-content h5 { line-height: 1.36em; font-size: 14px; font-weight: bold; }
.entry-content h6 { line-height: 1.5em; font-size: 12px; font-weight: bold; }
.entry-content ul { list-style-type: disc; list-style-position: inside; }
.entry-content ol { list-style-type: decimal; list-style-position: inside; }
.entry-content .more-link { margin: 5px 0; text-decoration: none !important; color: #fff !important; }
.entry-content .alignleft { float: left; margin: 5px 30px 20px 0; }
.entry-content .alignright { float: right; margin: 5px 0 20px 30px; }
.entry-content .aligncenter { display: block; margin: 25px auto; }
.entry-content .alignnone { display: block; margin: 25px 0; }

.entry-content .sitemap,
.entry-content .sitemap-pagination ul { margin-left: 0; list-style: none; }
.entry-content .sitemap li a { color: #464d55; }
.entry-content .sitemap li a:hover { text-decoration: none; color: #0d76e2; }
.entry-content .sitemap-pagination { word-wrap: break-word; }
.entry-content .sitemap-pagination li { display: inline-block; margin-right: 5px; }

.entry-share { margin-top: 20px; }
.entry-share a { float: left; height: 36px; line-height: 16px; padding: 10px; margin: 10px 10px 0 0; background: #dddfe1; color: #464d55; -webkit-border-radius: 4px; border-radius: 4px; }
.entry-share a:last-child { margin-right: 0; }
.entry-share a .icon { display: inline-block; height: 16px; margin-right: 10px; vertical-align: top; }
.entry-share .fb .icon { width: 8px; background: url("../images/sprite.png") no-repeat; }
.entry-share .tw .icon { width: 16px; background: url("../images/sprite.png") -8px 0 no-repeat; }
.entry-share .gp .icon { width: 16px; background: url("../images/sprite.png") -24px 0 no-repeat; }
.entry-share .pt .icon { width: 12px; background: url("../images/sprite.png") -40px 0 no-repeat; }
.entry-share a:hover { color: #fff; }
.entry-share .fb:hover { background: #3b5998; }
.entry-share .fb:hover > .icon { background-position: 0 -16px; }
.entry-share .tw:hover { background: #55acee; }
.entry-share .tw:hover > .icon { background-position: -8px -16px; }
.entry-share .gp:hover { background: #dd4b39; }
.entry-share .gp:hover > .icon { background-position: -24px -16px; }
.entry-share .pt:hover { background: #cb2027; }
.entry-share .pt:hover > .icon { background-position: -40px -16px; }

.entry-content a { color: #0d76e2; }
.entry-content a:hover { text-decoration: underline; }

.load-more { text-align: center; }
.load-more.loading { margin: 30px 0 0 0; height: 32px; }
.load-more.done { margin: 25px 0 -5px 0; height: auto; color: #92979b; }
.load-more .loader { display: inline-block; width: 32px; height: 32px; background: url("../images/preloader.gif") no-repeat; }

.similar-books { margin-top: 30px; }
.similar-books .similar-title { margin: -6px 0 25px 0; line-height: 1.14em; letter-spacing: -0.5px; font-size: 22px; font-weight: bold; }
 
/**
 * Contact Form 
 */
 
#contact-form p { margin-bottom: 15px; }
#contact-form .submit { margin: 0; }
#contact-form input[type=text], 
#contact-form textarea { width: 100%; }
#contact-form textarea { height: 120px; resize: vertical; }
#contact-form .name, 
#contact-form .email { float: left; width: 50%; }
#contact-form .name { padding-right: 7.5px; }
#contact-form .email { padding-left: 7.5px; }
#contact-form { margin-top: 10px; }
#contact-form.has-content { margin-top: 30px; }
#contact-form #response div:first-child { margin-top: -10px; }
#contact-form #response div:last-child { margin-bottom: 25px; }
#contact-form #response .error { color: #e64f4f; }
#contact-form #response .success { color: #43c878; }
 
/**
 * Sidebar
 */
 
.widget { padding: 30px; margin-bottom: 30px; background: #fff; }
.widget:last-child { margin-bottom: 0; }
.widget a { color: #0d76e2; }
.widget a:hover { text-decoration: underline; }
.widget ul { margin: -5px 0; }
.widget li ul { margin: 10px 0 0 0; padding: 10px 0 0 15px; border-top: 1px solid #eff0f1; }
.widget li a { color: #464d55; }
.widget li a:hover { text-decoration: none; color: #0d76e2; }
.widget .widget-title { margin: -5px 0 25px 0; line-height: 1.21em; font-size: 18px; font-weight: bold; }

.widget-categories .categories { float: left; width: 100%; margin: -5px 0; }
.widget-categories .categories ul { margin: 0 -15px 0 0; }
.widget-categories .categories li { float: left; width: 50%; padding: 0 15px 0 0; margin: 0; border-bottom: none; }
.widget-categories .categories li a { display: block; }
 
/**
 * Footer
 */
 
#footer { float: left; width: 100%; padding: 30px 0; background: #fff; }
#footer .footer-menu { margin: -10px 0 10px 0; }
#footer .footer-menu li { float: left; margin: 5px 15px 0 0; }
#footer .footer-menu li:last-child { margin-right: 0; }
#footer .footer-menu li ul { display: none; }
#footer .footer-menu li a { color: #464d55; }
#footer .footer-menu li a:hover { color: #0d76e2; }
#footer .credit { margin: -5px 0; line-height: 1.36em; font-size: 14px; color: #92979b; }

/**
 * Responsive 
 */
 
@media (max-width: 1050px) { 
	.container { width: auto; margin: 0 30px; }
}

@media (max-width: 900px) { 
	#contact-form .name, 
	#contact-form .email { float: left; width: 100%; }
	#contact-form .name { padding-right: 0; }
	#contact-form .email { padding-left: 0; }
}

@media (max-width: 885px) { 
	#primary .books-grid .book-item { width: 50%; }
	#primary .books-grid .clear:nth-child(6n+6) { display: none; }
	#primary .books-grid .clear:nth-child(4n+4) { display: block; }
}
 
@media (max-width: 795px) { 
	.recent-download .books-grid .book-item { width: 33.33333333333333333333%; }
	.recent-download .books-grid .clear:nth-child(12n+12) { display: none; }
	.recent-download .books-grid .clear:nth-child(6n+6) { display: block; }
}

@media (max-width: 780px) { 
	#primary,
	#primary #content { margin-right: 0; }
	
	#primary .books-grid .book-item { width: 33.33333333333333333333%; }
	#primary .books-grid .clear:nth-child(4n+4) { display: none; }
	#primary .books-grid .clear:nth-child(6n+6) { display: block; }
	
	#secondary { float: left; width: 100%; margin-top: 30px; }
	
	.widget-categories .categories li { width: 25%; }
}

@media (max-width: 680px) { 
	.widget-categories .categories li { width: 33.33333333333333333333%; }
}

@media (max-width: 580px) { 
	.content-main .entry-image { width: 100px; }
	.content-main .entry-image .lazy-image { height: 115px; }
	.content-main .entry-detail { margin-left: 130px; }
}

@media (max-width: 535px) { 
	.content .entry-buttons p { width: 100%; }
	.content .entry-buttons p:last-child { margin-top: 15px; }
}

@media (max-width: 480px) { 
	.widget-categories .categories li { width: 50%; }
}

@media (max-width: 450px) { 
	.entry-share a { width: 100%; margin-right: 0; text-align: center; }
}

@media (max-width: 420px) { 
	#primary .books-grid .book-item,
	.recent-download .books-grid .book-item { width: 100%; }
	#primary .books-grid .clear:nth-child(6n+6),
	.recent-download .books-grid .clear:nth-child(6n+6) { display: none; }
	
	.content-main .entry-image { width: 100%; margin-bottom: 30px; }
	.content-main .entry-image .lazy-image { height: 400px; }
	.content-main .entry-detail { margin-left: 0; }
}

/**
 * Retina
 */
 
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
	#header .search-form:before,
	#header .search-form .search-by-type .select:before,
	.books-grid .book-rating .star,
	.books-grid .book-rating .star span,
	.content-main .entry-detail .book-rating .star,
	.content-main .entry-detail .book-rating .star span,
	.content .entry-buttons .pdf span,
	.content .entry-buttons .epub span,
	.entry-share .fb .icon,
	.entry-share .tw .icon,
	.entry-share .gp .icon,
	.entry-share .pt .icon {
		background-image: url("../images/sprite@2x.png");
		background-size: 172px 56px;
	}
	
	.lazy-image {
		background-image: url("../images/preloader-small@2x.gif");
		background-size: 24px 24px;
	}
	
	.load-more .loader {
		background-image: url("../images/preloader@2x.gif");
		background-size: 32px 32px;
	}
}