body {
background: #fff; /* Old browsers */
	background: #fff -moz-radial-gradient(center, ellipse cover, #fff 20%, #e7e7e7 100%); /* FF3.6-15 */
	background: #fff -webkit-radial-gradient(center, ellipse cover, #fff 20%,#e7e7e7 100%); /* Chrome10-25,Safari5.1-6 */
	background: #fff radial-gradient(ellipse at center, #fff 20%,#e7e7e7 100%); /* W3C, IE10+, FF16+, Chrome26+,Opera12+, Safari7+*/
	}
.hidden-FIXME{
	display: none;
}
#portfolio {
	display: none;
}
header { display: none; }
#contact { display: none; }
#about {
	display: none;
}

.navbar-header {
	width: 100% !important;
}
.navbar-brand {
	padding-right: 0;
	font-size: 14px !important;
}
#nav-buy-now {
	color: black;
	float: right;
	font-size: 14px;
	font-weight: 700;
	margin-right: -10px;
}
@media (min-width: 768px) {
	#nav-buy-now {
		margin-right: 0px;
	}
}
#bs-example-navbar-collapse-1 {
	display: none;
}

.wowbook {
	font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
}
.wowbook-page-content {
	padding: 1.5em;
}
.wowbook ul {
	padding-left: 1em;
}
.book-thumb {
	max-width:450px;
	width:100%;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5)
}

#book1-trigger, #book2-trigger, #book3-trigger {
	cursor: pointer;
}
#book1-trigger:hover, #book2-trigger:hover, #book3-trigger:hover {
	background: transparent;
}


.wowbook-lightbox{

background: #fff; /* Old browsers */
	background: #fff -moz-radial-gradient(center, ellipse cover, #fff 20%, #e7e7e7 100%); /* FF3.6-15 */
	background: #fff -webkit-radial-gradient(center, ellipse cover, #fff 20%,#e7e7e7 100%); /* Chrome10-25,Safari5.1-6 */
	background: #fff radial-gradient(ellipse at center, #fff 20%,#e7e7e7 100%); /* W3C, IE10+, FF16+, Chrome26+,Opera12+, Safari7+*/
	}
.wowbook-lightbox > .wowbook-close {
	background: #622868 !important;
	border: none !important;
	color: #fff !important;
	font-size: 2.5em;
}
.wowbook-lightbox > .wowbook-close:hover {
	background: #ca316c !important;
	color: #fff !important;
	border-radius: 0px;
}


.lightbox-images1 .wowbook-book-container {
	background: #6d6b92; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #6d6b92 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#6d6b92 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #ffffff 0%,#6d6b92 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.lightbox-images1 > .wowbook-close,
.lightbox-images2 > .wowbook-close {
	color: #ccc !important;
}
.lightbox-images2 .wowbook-book-container {
	background: #1E2831; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #1E2831 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#1E2831 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #ffffff 0%,#1E2831 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}



.lightbox-pdf  .wowbook-book-container {
	background: #2f2d60 url(../images/bg-lightbox-pdf.png); /* Old browsers */
	background: #2f2d60 -moz-radial-gradient(center, ellipse cover, #3e3b70 20%, #1e1c51 100%); /* FF3.6-15 */
	background: #2f2d60 -webkit-radial-gradient(center, ellipse cover, #3e3b70 20%,#1e1c51 100%); /* Chrome10-25,Safari5.1-6 */
	background: #2f2d60 radial-gradient(ellipse at center, #3e3b70 20%,#1e1c51 100%); /* W3C, IE10+, FF16+, Chrome26+,Opera12+, Safari7+*/
}


.lightbox-html  .wowbook-book-container {
	/*background: url(img/book_html/wood.JPG);*/
}
.lightbox-html .wowbook-toolbar {
	margin-top: 1em; /* FIXME */
	box-sizing: content-box !important;
}

.lightbox-html .wowbook-controls {
	border-radius: 6px;
	width: auto;
}

.lightbox-html.wowbook-mobile .wowbook-toolbar {
	margin: 0;
}

.lightbox-html.wowbook-mobile .wowbook-controls {
	border-radius: 0;
	width: 100%;
}


/*		.lightbox-html .wowbook-controls {
	border-radius: 6px;
	width: auto;
	background: none;
	color: rgba(60, 20, 20, 0.8);
	text-shadow: 0 1px 0 #fff;
	box-shadow: none;
}
.lightbox-html .wowbook-control:hover {
	background: none;
	color: white;
	text-shadow: 0 1px 0 #fff, 0 0px 5px rgba(60, 20, 20, 1);
	text-shadow: 0 1px 0 #fff, 0 0px 3px #fff;
}
*/
hr {
	max-width: 450px;
}