/*
Theme Name:  Landing FB
Theme URI:   http://themeforest.net/user/mpc
Description: Creative Portfolio WP Theme
Author:      massivePixelCreation
Author URI:  http://themeforest.net/user/mpc
License:     Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags:        dark, light, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
Version:     1.0
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: Raleway, Arial, sans-serif;
	font-weight: 400;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
}

a {
	color: #ca3c08;
	text-decoration: none;

	transition: color .25s, background .5s;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #3eb0d2;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Raleway, Arial, sans-serif;
	font-weight: 800;
	line-height: 1.3;
	color: #333;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 30px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

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

hr {
	background: url("http://rfbwp2.mpcthemes.net/wp-content/themes/landing_fb/images/dotted-line.png") repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #ed6a31; /* Old browsers */
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

html, body {
	overflow-x: hidden;
}

.site {
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
	color: #888;
	opacity: 0;
	filter: alpha(opacity: 0);

	transition: opacity .5s;
}
.site.mpc-loaded {
	opacity: 1;
	filter: alpha(opacity: 100);
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}

a {
	text-decoration: none;
	outline: none;
}
a:active,
a:focus,
a:hover {
	text-decoration: none;
	outline: none;
}

.mpc-loader {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	z-index: 3;
	opacity: 1;
	filter: alpha(opacity: 100);

	transition: opacity .5s;
}
.mpc-loader.mpc-loaded {
	opacity: 0;
	filter: alpha(opacity: 0);
}
.mpc-loader .mpc-circle-one,
.mpc-loader .mpc-circle-two {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 5px solid #000;
	opacity: 0.15;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-animation: bounce 1.0s infinite linear;
	animation: bounce 1.0s infinite linear;
}
.mpc-loader .mpc-circle-two {
	opacity: 0.5;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}

@-webkit-keyframes bounce {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes bounce {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
/*.mpc-loader .mpc-circle-one,*/
/*.mpc-loader .mpc-circle-two {*/
	/*width: 100%;*/
	/*height: 100%;*/
	/*border-radius: 50%;*/
	/*background-color: #aaa;*/
	/*opacity: 0.6;*/
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/

	/*-webkit-animation: bounce 2.0s infinite ease-in-out;*/
	/*animation: bounce 2.0s infinite ease-in-out;*/
/*}*/
/*.mpc-loader .mpc-circle-two {*/
	/*-webkit-animation-delay: -1.0s;*/
	/*animation-delay: -1.0s;*/
/*}*/

/*@-webkit-keyframes bounce {*/
	/*0%, 100% { -webkit-transform: scale(0.0) }*/
	/*50% { -webkit-transform: scale(1.0) }*/
/*}*/
/*@keyframes bounce {*/
	/*0%, 100% { transform: scale(0.0); }*/
	/*50% { transform: scale(1.0); }*/
/*}*/

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

.banner-best {
	background: #5bb5d7;
	color: #ffffff;
	padding: 5px 0;
}
.page-template-desk .banner-best {
	background: rgba(0, 0, 0, .2);
}

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
	text-align: center;
}

.site-header .home-link {
	display: inline-block;
	color: #141412;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 10px;
	max-width: 100%;
}

.site-header .home-link img {
	max-width: 100%;
	height: auto;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	min-height: 45px;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #888;
	display: block;
	font-size: 14px;
	line-height: 1;
	padding: 15px 10px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	color: #333;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #333;
}

.menu-toggle {
	display: none;
}

.nav-menu .sub-menu {
	margin: 0;
	padding: 0;
}
.nav-menu .sub-menu a {
	font-size: 12px;
}

/* Navbar */
.navbar {
	margin: 0 auto;
	width: 100%;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url("http://rfbwp2.mpcthemes.net/wp-content/themes/landing_fb/images/search-icon.png");
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 1px;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 0px 0 0px;
	background: #F5F5F5;
}
.page-id-655 .hentry {
	background: #FCFCFC;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	width: 100%;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-weight: 800;
	font-size: 36px;
	text-transform: uppercase;
	margin: 0 0 5px;
	text-align: center;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content a,
.comment-content a {
	color: #3eb0d2;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #333;
}
.entry-content a.mpc-alt,
.comment-content a.mpc-alt {
	color: #3eb0d2;
}
.entry-content a.mpc-alt:hover,
.comment-content a.mpc-alt:hover {
	color: #333;
}

.entry-content .more-link {
	white-space: nowrap;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	font-size: 14px;
	text-align: center;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #333;
}
.site-footer a:hover {
	color: #3eb0d2;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

.mpc-to-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	color: #555;
	background: #f3f3f3;
	background: rgba(255, 255, 255, 0.5);;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 28px;
	border-radius: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	z-index: 100;
}
.mpc-to-top.mpc-hide {
	display: none;
}

/*----------------------------------------------------------------------------*\
	Customs
\*----------------------------------------------------------------------------*/
/* Buy now button */
.mpc-buy-now {
	padding: 60px 0 85px 0;
}
.mpc-buy-now .mpc-info {
	margin: 14px 0;
}
.mpc-buy-now .mpc-buy {
	display: inline-block;
	font-size: 36px;
	border: 5px solid;
	font-weight: 800;
	text-transform: uppercase;
	padding: 14px 90px;
	line-height: 1;
}

/* Buy now box */
.mpc-buy-now-box {
	font-size: 14px;
	overflow: hidden;
	background: #f5f5f5;
	margin: 0px 0;
}
.mpc-wrap {
	max-width: 1100px;
	margin: 0 auto;
}
.mpc-buy-now-box .mpc-alt {
	color: #3eb0d2;
}
.mpc-buy-now-box .mpc-large {
	font-size: 18px;
}
.mpc-buy-now-box .mpc-text {
	width: 66.66%;
	float: left;
	padding: 65px 30px 65px 0;
}
.mpc-buy-now-box .mpc-text p {
	margin: 0;
}
.mpc-buy-now-box .mpc-text .mpc-large {
	margin-bottom: 12px;
}
.mpc-buy-now-box .mpc-buy-now {
	width: 33.33%;
	float: right;
	padding: 70px 0 55px 0;
	text-align: center;
}

/* Bottom menu */
.secondary-menu {
	background: #333333;
	font-weight: 700;
	text-transform: uppercase;
}
.secondary-menu li a {
	color: #b3b3b3;
}
.secondary-menu li:hover > a,
.secondary-menu li a:hover,
.secondary-menu li:focus > a,
.secondary-menu li a:focus {
	color: #fff;
}
.secondary-menu .current_page_item > a,
.secondary-menu .current_page_ancestor > a,
.secondary-menu .current-menu-item > a,
.secondary-menu .current-menu-ancestor > a {
	color: #fff;
}

/* Buy now menu */
li.mpc-menu-buy-now a {
	color: #3eb0d2;
}

/* Columns */
.mpc-row {
	max-width: 1100px;
	margin: 0 auto;
}
.mpc-row:after {
	content: '';
	display: block;
	clear: both;
}
.mpc-col-left {
	width: 50%;
	padding-right: 15px;
	float: left;
}
.mpc-col-right {
	width: 50%;
	padding-left: 15px;
	float: right;
}

/* Divider */
.mpc-divider {
	background: url('images/star.png') no-repeat center center;
	width: 19px;
	height: 18px;
	background-size: 100%;
	margin: 40px auto;
	position: relative;
}
.mpc-divider:before {
	content: '';
	position: absolute;
	top: 8px;
	left: -40px;
	height: 3px;
	width: 30px;
	background: #cacaca;
}
.mpc-divider:after {
	content: '';
	position: absolute;
	top: 8px;
	right: -40px;
	height: 3px;
	width: 30px;
	background: #cacaca;
}

/* Feature box */
.mpc-feature {
	overflow: hidden;
	margin: 20px 0;
}
.mpc-feature .mpc-title {
	clear: none;
	text-transform: uppercase;
	margin: 0 0 16px 0;
	font-weight: 700;
}
.mpc-feature .mpc-title .mpc-label {
	display: inline-block;
    color: #ffffff;
    background: #2EACDE;
    border-radius: 3px;
    padding: 5px 6px 4px;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
}
.mpc-feature.mpc-left {
	text-align: right;
}
.mpc-feature.mpc-right {
	text-align: left;
}
.mpc-feature .mpc-info {
	font-size: 14px;
}
.mpc-feature.mpc-left .mpc-info {
	padding-right: 275px;
}
.mpc-feature.mpc-right .mpc-info {
	padding-left: 275px;
}
.mpc-feature .mpc-image {
	margin: 0 15px;
	padding: 8px;
	width: 220px;
	border-radius: 100%;
	background: #f3f3f3;
	background: linear-gradient(to bottom, #f3f3f3 0%, #d5d5d5 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#d5d5d5', GradientType=0);*/
}
.mpc-feature .mpc-image img {
	width: 100%;
	border-radius: 100%;
}
.mpc-feature.mpc-left .mpc-image {
	margin-left: 40px;
	float: right;
}
.mpc-feature.mpc-right .mpc-image {
	margin-right: 40px;
	float: left;
}

/* Home */
.page-template-home .hentry {
	background: #fff;
	padding-top: 0;
	padding-bottom: 0;
}
.page-template-home .site-header {
	padding-bottom: 0;
}
.page-template-home .mpc-image-demo {
	display: block;
	margin: 10px auto;
	background: url('images/choose.png') no-repeat center center;
	width: 290px;
	height: 48px;
	background-size: 100%;
}
.page-template-home .mpc-image-video {
	display: block;
	margin: 120px auto 40px;
	background: url('images/create_book.png') no-repeat center center;
	width: 503px;
	height: 100px;
	background-size: 100%;
}
.page-template-home .mpc-image-browse {
	display: block;
	margin: 100px auto -30px;
	background: url('images/main.png') no-repeat center center;
	width: 484px;
	height: 137px;
	background-size: 100%;
}
.page-template-home .mpc-image-even {
	display: block;
	margin-bottom: -120px;
	margin-left: -70px;
	background: url('images/even.png') no-repeat center center;
	width: 118px;
	height: 168px;
	background-size: 100%;
}

/* Button */
.entry-content .mpc-button {
	display: inline-block;
	background: #3eb0d2;
	color: #fff;
	padding: 10px 25px;
	margin: 10px 25px 10px 0;
	font-size: 14px;
}
.entry-content .mpc-button:hover {
	background: #f0f0f0;
	color: #3eb0d2;
}

/* Fullscreen wrap */
.mpc-fullscreen-wrap {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}
.mpc-fullscreen-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Wizard */
.page-template-wizard .hentry {
	padding-bottom: 0;
}
.page-template-wizard .mpc-section {
	padding-top: 80px;
	margin-top: 100px;
	background: #FFFFFF;
}

/* Desk */
.page-template-desk {
	background: url('images/bg.jpg') no-repeat center center;
	background-size: cover;
}
.page-template-desk .nav-menu li a,
.page-template-desk .site {
	color: #fff;
}
.page-template-desk .nav-menu li:hover > a,
.page-template-desk .nav-menu li a:hover,
.page-template-desk .nav-menu li:focus > a,
.page-template-desk .nav-menu li a:focus {
	color: #333;
}
.page-template-desk .nav-menu .current_page_item > a,
.page-template-desk .nav-menu .current_page_ancestor > a,
.page-template-desk .nav-menu .current-menu-item > a,
.page-template-desk .nav-menu .current-menu-ancestor > a {
	color: #333;
}
.page-template-desk li.mpc-menu-buy-now a {
	color: #3eb0d2;
}
.page-template-desk .site,
.page-template-desk .hentry {
	background: none;
}
.page-template-desk .secondary-menu {
	background: none;
}
.page-template-desk .mpc-left-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.page-template-desk .mpc-right-bg {
	position: absolute;
	top: 450px;
	right: 0;
	z-index: 1;
}
.page-template-desk .site-header,
.page-template-desk .site-main,
.page-template-desk .site-footer {
	position: relative;
	z-index: 2;
}
.page-template-desk .site-main {
	z-index: 3;
}
.page-template-desk .site-header .home-link {

}
.page-template-desk .rfbwp-front .rfbwp-cover {
	box-shadow: 10px 20px 50px rgba(0, 0, 0, 0.2);
}
.page-template-desk .rfbwp-back .rfbwp-cover {
	box-shadow: 10px 20px 50px rgba(0, 0, 0, 0.2);
}
.page-template-desk #rfbwp_fullscreen .rfbwp-cover {
	box-shadow: none;
}

/* Mobile wrapper */
.mpc-only-desktop {
	display: block !important;
}
.mpc-only-mobile {
	display: none !important;
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1199px) {
	ul.nav-menu,
	div.nav-menu > ul {
		padding-left: 30px;
		padding-right: 30px;
	}

	.mpc-buy-now-box,
	.mpc-row {
		padding-left: 30px;
		padding-right: 30px;
	}

	.mpc-buy-now-box .mpc-text,
	.mpc-buy-now-box .mpc-buy-now {
		width: 50%;
	}

	.mpc-feature .mpc-image {
		width: 175px;
	}
	.mpc-feature.mpc-left .mpc-info {
		padding-right: 230px;
	}
	.mpc-feature.mpc-right .mpc-info {
		padding-left: 230px;
	}

	.page-template-home .mpc-image-even {
		margin-left: -25px;
	}
	.page-template-home .mpc-image-browse {
		margin-bottom: -20px;
	}
}

@media (max-width: 1069px) {
	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.error404 .page-content,
	.post-navigation .nav-links,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}
}

@media (max-width: 999px) {
	.page-template-home .mpc-col-left,
	.page-template-home .mpc-col-right {
		float: none;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	.page-template-home .mpc-col-left {
		margin-bottom: 40px;
	}

	.mpc-buy-now-box {
		padding: 60px 0 40px 0;
		text-align: center;
	}
	.mpc-buy-now-box .mpc-text {
		margin-bottom: 40px;
	}
	.mpc-buy-now-box .mpc-buy-now,
	.mpc-buy-now-box .mpc-text {
		float: none;
		width: 100%;
		padding: 0 30px;
	}

	.page-template-home .mpc-image-even {
		display: none;
	}
	.page-template-home .mpc-image-video {
		background: url('images/create_book_mobile.png') no-repeat center center;
		width: 260px;
		height: 120px;
		margin: 100px auto 40px;
		background-size: 100%;
	}
	.page-template-home .mpc-image-browse {
		background: url('images/main_mobile.png') no-repeat center center;
		width: 250px;
		height: 112px;
		margin: 100px auto 0;
		background-size: 100%;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.site-header .home-link {
		min-height: 0;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.site-title {
		font-size: 36px;
		padding: 8px 0 10px;
	}
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.mpc-col-left,
	.mpc-col-right {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.mpc-only-desktop {
		display: none !important;
	}
	.mpc-only-mobile {
		display: block !important;
	}

	.site-header {
		padding-bottom: 0px;
	}
	.hentry {
		padding-top: 20px;
	}
}

@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery {
		/*padding-left: 20px;*/
		/*padding-right: 20px;*/
	}

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 Raleway, Arial, sans-serif;
		margin: 0;
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		background: none;
		border: none;
		color: #333;
		padding: 10px 20px;
		text-transform: uppercase;
		font-size: 26px;
	}

	.menu-toggle:focus {
		outline: none;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		width: 100%;
		background: #f9f9f9;
		padding: 15px 0;
		margin: 15px 0;
	}

	.page-template-desk .toggled-on .nav-menu,
	.page-template-desk .toggled-on .nav-menu > ul {
		background: rgba(255, 255, 255, 0.9);
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	.entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.page-template-desk .site, .page-template-desk .hentry {
		padding: 0;
	}
}

/* Mobile devices */
@media (max-width: 500px) {
	.mpc-feature .mpc-title,
	.mpc-feature .mpc-info {
		text-align: center;
	}
	.mpc-feature.mpc-left .mpc-image,
	.mpc-feature.mpc-right .mpc-image {
		float: none;
		margin: 0 auto 30px auto;
	}
	.mpc-feature.mpc-left .mpc-info,
	.mpc-feature.mpc-right .mpc-info {
		padding-left: 0;
		padding-right: 0;
	}

	.mpc-buy-now .mpc-buy {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	.site-footer {
		padding: 0 30px;
	}
}

@media (max-width: 359px) {
	.page-template-home .mpc-image-demo {
		width: 210px;
		height: 36px;
	}
}

/* Desk background */
@media (max-width: 1850px) {
	.page-template-desk .mpc-left-bg {
		left: -50px;
	}
}
@media (max-width: 1750px) {
	.page-template-desk .mpc-left-bg {
		left: -150px;
	}
}
@media (max-width: 1600px) {
	.page-template-desk .mpc-left-bg {
		top: -50px;
		left: -200px;
	}
}
@media (max-width: 1450px) {
	.page-template-desk .mpc-right-bg {
		right: -50px;
	}
}
@media (max-width: 1350px) {
	.page-template-desk .mpc-right-bg {
		right: -100px;
	}
}
@media (max-width: 1250px) {
	.page-template-desk .mpc-right-bg {
		right: -110px;
	}
}
@media (max-width: 1150px) {
	.page-template-desk .mpc-left-bg {
		width: 442px;
		left: -220px;
	}
	.page-template-desk .mpc-right-bg {
		width: 146px;
		top: -470px;
		right: 0;
	}
}
@media (max-width: 950px) {
	.page-template-desk .mpc-left-bg {
		left: -270px;
	}
}
@media (max-width: 850px) {
	.page-template-desk .mpc-left-bg {
		width: 392px;
		left: -170px;
		top: 60px;
	}
}
@media (max-width: 750px) {
	.page-template-desk .mpc-right-bg {
		right: -40px;
	}
}
@media (max-width: 700px) {
	.page-template-desk .mpc-left-bg {
		top: 80px;
	}
	.page-template-desk .mpc-right-bg {
		right: -60px;
	}
}
@media (max-width: 650px) {
	.page-template-desk .mpc-left-bg {
		display: none;
	}
	.page-template-desk .mpc-right-bg {
		display: none;
	}
}

.rfbwp-shelf-book[data-fb-id="comic_book"]:before {
    content: 'RTL';
    position: absolute;
    top: -0.75em;
    right: -.75em;
    font-size: 16px;
    font-weight: bold;
    color: #2EACDE;
    background: #fff;
    border-radius: 100%;
    width: 3em;
    height: 3em;
    line-height: 3;
    border: 1px solid #eee;
}




<style type="text/css">
		/* PRINT */
		/* Numeration Styles */
		/* Google Fonts */
		/* END PRINT */

		#flipbook-7 {
			width: 1000px;
			height: 1000px;
		}

		#flipbook-7 div.fb-page div.fb-page-content {
			margin: 0px 0px;
		}

		#flipbook-7 .turn-page {
			width: 1000px;
			height: 1000px;
			background: #ffffff;
			border-top-right-radius: 0px;
			border-bottom-right-radius: 0px;
					}

		#flipbook-7 .turn-page-wrapper > div:nth-child(2) {
			border-radius: 0px;
			border-top-right-radius: 0px;
			border-bottom-right-radius: 0px;
			background-image: none !important;
		}

		#flipbook-7 .last .turn-page,
		#flipbook-7 .even .turn-page,
		#flipbook-7 .turn-page-wrapper.even > div:nth-child(2),
		#flipbook-7 .turn-page-wrapper.last > div:nth-child(2) {
			border-radius: 0px;
			border-top-left-radius: 0px;
			border-bottom-left-radius: 0px;
					}

		#flipbook-7 .fpage .turn-page{
			border-radius: 0px;
			border-top-left-radius: 0px;
			border-bottom-left-radius: 0px;
					}

		#flipbook-7 .last .fpage .turn-page,
		#flipbook-7 .even .fpage .turn-page {
			border-radius: 0px;
			border-top-right-radius: 0px;
			border-bottom-right-radius: 0px;
					}

		#flipbook-7 div.page-transition.last div.fb-page-content,
		#flipbook-7 div.page-transition.even div.fb-page-content,
		#flipbook-7 div.turn-page-wrapper.odd div.fb-page-content {
			margin-left: 0px;
			margin-right: 0px;
		}

		#flipbook-7 div.turn-page-wrapper.first div.fb-page-content {
			margin-right: 0px;
			margin-left: 0px;
		}

		#flipbook-7 div.page-transition.first div.fb-page-content,
		#flipbook-7 div.page-transition.odd div.fb-page-content,
		#flipbook-7 div.turn-page-wrapper.even div.fb-page-content,
		#flipbook-7 div.turn-page-wrapper.last div.fb-page-content {
			margin-left: 0px;
		}

		#flipbook-7 div.fb-page-edge-shadow-left,
		#flipbook-7 div.fb-page-edge-shadow-right,
		#flipbook-7 div.fb-inside-shadow-left,
		#flipbook-7 div.fb-inside-shadow-right {
			top: 0px;
			height: 1000px;
		}

		#flipbook-7 div.fb-page-edge-shadow-left {
			left: 0px;
					}

		#flipbook-7 div.fb-page-edge-shadow-right {
			right: 0px;
					}

		/* Arrows */
		
		#flipbook-container-7 div.zoomed {
			border: 0px solid #ECECEC;
			border-radius: 0px;
							box-shadow: 0px 0px 0px 1px #D0D0D0;
					}

		/* Show All Pages */
		#flipbook-container-7 div.show-all div.show-all-thumb {
			margin-bottom: 12px;
			border: 1px solid #878787;
		}

		#flipbook-container-7 div.show-all div.show-all-thumb.odd {
			margin-right: 10px;
			border-left: none;
		}

		#flipbook-container-7 div.show-all div.show-all-thumb.last-thumb {
			margin-right: 0px;
		}

		#flipbook-container-7 div.show-all {
			background: #F6F6F6;
			border-radius: 10px;
							border: 1px solid #D6D6D6;
		}
		#flipbook-container-7 div.show-all .rfbwp-trim-top,
		#flipbook-container-7 div.show-all .rfbwp-trim-bottom {
			background: #F6F6F6;
			height: 10px;
		}

		#flipbook-container-7 div.show-all div.content {
			top: 10px;
			left: 10px;
		}

		/* Inner Pages Shadows */
		
					#flipbook-7 div.fb-page-edge-shadow-left,
			#flipbook-7 div.fb-page-edge-shadow-right {
				display: none;
			}
		
		/* Navigation Styles */
					#flipbook-container-7 .fb-nav ul li {
			 margin-right: 10px; 			}
			#flipbook-container-7 .fb-nav ul li,
			#flipbook-container-7 div.spread.mobile.next,
			#flipbook-container-7 div.spread.mobile.preview,
			#flipbook-container-7 div.spread.big-side,
			#flipbook-container-7 div.spread.big-next {
						}
			#flipbook-container-7 .fb-nav ul li,
			#flipbook-container-7 div.spread.mobile.next,
			#flipbook-container-7 div.spread.mobile.preview,
			#flipbook-container-7 div.spread.big-side,
			#flipbook-container-7 div.spread.big-next {
			 padding-top: 20px;padding-bottom: 20px; 			 padding-left: 20px;padding-right: 20px; 						}
			#flipbook-container-7 .fb-nav ul li,
			#flipbook-container-7 .preview,
			#flipbook-container-7 .next,
			#flipbook-container-7 .fb-nav ul li i,
			#flipbook-container-7 .preview i,
			#flipbook-container-7 .next i,
			#flipbook-container-7 .big-side,
			#flipbook-container-7 .big-next,
			#flipbook-container-7 .big-side i,
			#flipbook-container-7 .big-next i  {
			 font-size: 20px; 			}
		
					#flipbook-container-7 .fb-nav ul li,
			#flipbook-container-7 .preview,
			#flipbook-container-7 .next,
			#flipbook-container-7 div.big-side,
			#flipbook-container-7 div.big-next {
			 color: #f5f5f5; 			background: #317bbc;
						 border-bottom-color: #f5f5f5; 			}
		
					#flipbook-container-7 .fb-nav ul li:hover,
			#flipbook-container-7 .preview:hover,
			#flipbook-container-7 .next:hover,
			#flipbook-container-7 div.big-side:hover,
			#flipbook-container-7 div.big-next:hover {
			 color: #317bbc; 			background: #f5f5f5;
						 border-bottom-color: #317bbc; 			}
		
		
		
		/* Numeration Styles */
		/* Google Fonts */
		
		
	</style>



	<style type="text/css">
		/* PRINT */
		/* Numeration Styles */
		/* Google Fonts */
		/* END PRINT */

		#flipbook-5 {
			width: 1546px;
			height: 1002px;
		}

		#flipbook-5 div.fb-page div.fb-page-content {
			margin: 1px 0px;
		}

		#flipbook-5 .turn-page {
			width: 773px;
			height: 1002px;
			background: #DEDEDE;
			border-top-right-radius: 0px;
			border-bottom-right-radius: 0px;
			 box-shadow: inset -1px 0px 1px 0px #eaeaea; 		}

		#flipbook-5 .turn-page-wrapper > div:nth-child(2) {
			border-radius: 0px;
			border-top-right-radius: 0px;
			border-bottom-right-radius: 0px;
			background-image: none !important;
		}

		#flipbook-5 .last .turn-page,
		#flipbook-5 .even .turn-page,
		#flipbook-5 .turn-page-wrapper.even > div:nth-child(2),
		#flipbook-5 .turn-page-wrapper.last > div:nth-child(2) {
			border-radius: 0px;
			border-top-left-radius: 0px;
			border-bottom-left-radius: 0px;
			 box-shadow: inset 1px 0px 1px 0px #eaeaea; 		}

		#flipbook-5 .fpage .turn-page{
			border-radius: 0px;
			border-top-left-radius: 0px;
			border-bottom-left-radius: 0px;
			 box-shadow: inset 1px 0px 1px 0px #eaeaea; 		}

		#flipbook-5 .last .fpage .turn-page,
		#flipbook-5 .even .fpage .turn-page {
			border-radius: 0px;
			border-top-right-radius: 0px;
			border-bottom-right-radius: 0px;
			 box-shadow: inset -1px 0px 1px 0px #eaeaea; 		}

		#flipbook-5 div.page-transition.last div.fb-page-content,
		#flipbook-5 div.page-transition.even div.fb-page-content,
		#flipbook-5 div.turn-page-wrapper.odd div.fb-page-content {
			margin-left: 0px;
			margin-right: 1px;
		}

		#flipbook-5 div.turn-page-wrapper.first div.fb-page-content {
			margin-right: 1px;
			margin-left: 0px;
		}

		#flipbook-5 div.page-transition.first div.fb-page-content,
		#flipbook-5 div.page-transition.odd div.fb-page-content,
		#flipbook-5 div.turn-page-wrapper.even div.fb-page-content,
		#flipbook-5 div.turn-page-wrapper.last div.fb-page-content {
			margin-left: 1px;
		}

		#flipbook-5 div.fb-page-edge-shadow-left,
		#flipbook-5 div.fb-page-edge-shadow-right,
		#flipbook-5 div.fb-inside-shadow-left,
		#flipbook-5 div.fb-inside-shadow-right {
			top: 1px;
			height: 1000px;
		}

		#flipbook-5 div.fb-page-edge-shadow-left {
			left: 1px;
					}

		#flipbook-5 div.fb-page-edge-shadow-right {
			right: 1px;
					}

		/* Arrows */
		
		#flipbook-container-5 div.zoomed {
			border: 5px solid #f0f0f0;
			border-radius: 0px;
							box-shadow: 0px 0px 0px 1px #eeeeee;
					}

		/* Show All Pages */
		#flipbook-container-5 div.show-all div.show-all-thumb {
			margin-bottom: 6px;
			border: 1px solid #f5f5f5;
		}

		#flipbook-container-5 div.show-all div.show-all-thumb.odd {
			margin-right: 5px;
			border-left: none;
		}

		#flipbook-container-5 div.show-all div.show-all-thumb.last-thumb {
			margin-right: 0px;
		}

		#flipbook-container-5 div.show-all {
			background: #f0f0f0;
			border-radius: 0px;
							border: 1px solid #eeeeee;
		}
		#flipbook-container-5 div.show-all .rfbwp-trim-top,
		#flipbook-container-5 div.show-all .rfbwp-trim-bottom {
			background: #f0f0f0;
			height: 5px;
		}

		#flipbook-container-5 div.show-all div.content {
			top: 5px;
			left: 5px;
		}

		/* Inner Pages Shadows */
		
					#flipbook-5 div.fb-page-edge-shadow-left,
			#flipbook-5 div.fb-page-edge-shadow-right {
				display: none;
			}
		
		/* Navigation Styles */
					#flipbook-container-5 .fb-nav ul li {
			 margin-right: 10px; 			}
			#flipbook-container-5 .fb-nav ul li,
			#flipbook-container-5 div.spread.mobile.next,
			#flipbook-container-5 div.spread.mobile.preview,
			#flipbook-container-5 div.spread.big-side,
			#flipbook-container-5 div.spread.big-next {
						}
			#flipbook-container-5 .fb-nav ul li,
			#flipbook-container-5 div.spread.mobile.next,
			#flipbook-container-5 div.spread.mobile.preview,
			#flipbook-container-5 div.spread.big-side,
			#flipbook-container-5 div.spread.big-next {
			 padding-top: 20px;padding-bottom: 20px; 			 padding-left: 20px;padding-right: 20px; 						}
			#flipbook-container-5 .fb-nav ul li,
			#flipbook-container-5 .preview,
			#flipbook-container-5 .next,
			#flipbook-container-5 .fb-nav ul li i,
			#flipbook-container-5 .preview i,
			#flipbook-container-5 .next i,
			#flipbook-container-5 .big-side,
			#flipbook-container-5 .big-next,
			#flipbook-container-5 .big-side i,
			#flipbook-container-5 .big-next i  {
			 font-size: 18px; 			}
		
					#flipbook-container-5 .fb-nav ul li,
			#flipbook-container-5 .preview,
			#flipbook-container-5 .next,
			#flipbook-container-5 div.big-side,
			#flipbook-container-5 div.big-next {
			 color: #333333; 			background: #eeeeee;
						 border-bottom-color: #333333; 			}
		
					#flipbook-container-5 .fb-nav ul li:hover,
			#flipbook-container-5 .preview:hover,
			#flipbook-container-5 .next:hover,
			#flipbook-container-5 div.big-side:hover,
			#flipbook-container-5 div.big-next:hover {
			 color: #ffffff; 			background: #1f93af;
						 border-bottom-color: #ffffff; 			}
		
					#flipbook-container-5 .fb-nav ul li,
			#flipbook-container-5 div.round.mobile.next,
			#flipbook-container-5 div.round.mobile.preview,
			#flipbook-container-5 div.big-side,
			#flipbook-container-5 div.big-next {
			 border-radius: 2px; 						}
			#flipbook-container-5 .fb-nav ul li.border-single,
			#flipbook-container-5 div.round.mobile.next.border-single,
			#flipbook-container-5 div.round.mobile.preview.border-single,
			#flipbook-container-5 div.big-side.border-single,
			#flipbook-container-5 div.big-next.border-single {
			 border-radius: 2px !important; 						}
		
					#flipbook-container-5 .fb-nav ul li:hover,
			#flipbook-container-5 div.round.mobile.next:hover,
			#flipbook-container-5 div.round.mobile.preview:hover,
			#flipbook-container-5 div.big-side:hover,
			#flipbook-container-5 div.big-next:hover {
			 border-radius: 2px; 						}
			#flipbook-container-5 .fb-nav ul li.border-single:hover,
			#flipbook-container-5 div.round.mobile.next.border-single:hover,
			#flipbook-container-5 div.round.mobile.preview.border-single:hover,
			#flipbook-container-5 div.big-side.border-single:hover,
			#flipbook-container-5 div.big-next.border-single:hover {
			 border-radius: 2px !important; 						}
		
		/* Numeration Styles */
		/* Google Fonts */
		</style>

		