/* General Demo Style */

html { height: 100%; }

html, html a {
    -webkit-font-smoothing: antialiased !important;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
    overflow: scroll;
    overflow-x: hidden;
    background: white url(../images/wood.jpg);
}

#wrapper{
	background: transparent url(../images/shelf_back_small.png);
}

.navbar-brand {
    padding-top: 0px;
}

.pages{
	background-size:98%;
	background-repeat:no-repeat;
	background-position:center right;
	-o-background-size:98%98%,auto;
	-moz-background-size:98%98%,auto;
	-webkit-background-size:98%98%,auto;
	background-size:98%98%,auto;
}

.visi{
	-webkit-backface-visibility: visible !important;
	-moz-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.openDetail{
	position:relative;
	left:50px;
	top:-70px;
}

blockquote{
	font-size:14px;
}

blockquote footer{
	font-size:14px;
}

blockquote footer::before {
    content: "\e164";
    margin-right:5px;
    font-family:'Glyphicons Halflings';
    font-style:normal;
    font-weight:400;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

.only-cover{
	width:178px;
	height:253px;
	border:3px solid #fff;
	margin-bottom:20px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.only-cover:hover {
	-moz-box-shadow: 0 0 15px rgba(255,0,0,0.5);
	-webkit-box-shadow: 0 0 15px rgba(255,0,0,0.5);
	box-shadow: 0 0 15px rgba(255,0,0,0.5);
}

.bk-list {
	list-style: none;
	position: relative;
}

.bk-list li {
	position: relative;
	width: 180px;
	float: left;
	z-index: 1;
	margin: 0px 30px 70px 0;
	-webkit-perspective: 1800px;
	-moz-perspective: 1800px;
	perspective: 1800px;
}

.bk-list li:last-child {
	margin-right: 0;
}


.bk-info h3 {
	border-bottom: 1px solid rgba(0,0,0,0.3);
	font-size: 16px;
	margin-top:5px;
}

.bk-info h3 span:first-child {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 5px;
	display: block;
	color: #444;
}

.bk-info p {
	line-height: 24px;
	color: #444;
}


.bk-list li .bk-book {
	position: absolute;
	width: 100%;
	height: 250px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	transition: transform .5s;
	cursor:pointer;	
}


.bk-list li .bk-book.bk-bookdefault:hover {
	-webkit-transform: rotate3d(0,1,0,35deg);
	-moz-transform: rotate3d(0,1,0,35deg);
	transform: rotate3d(0,1,0,35deg);
}

.bk-list li .bk-book > div,
.bk-list li .bk-front > div {
	display: block;
	position: absolute;
}

.bk-list li .bk-front {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	transition: transform .5s;
	-webkit-transform: translate3d(0,0,10px);
	-moz-transform: translate3d(0,0,10px);
	transform: translate3d(0,0,10px);
	z-index: 10;
}

.bk-list li .bk-front > div {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.bk-list li .bk-page {
	-webkit-transform: translate3d(0,0,9px);
	-moz-transform: translate3d(0,0,9px);
	transform: translate3d(0,0,9px);
	display: none;
	width: 175px;
	height: 240px;
	top: 5px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 9;
	
}

.bk-list li .bk-front,
.bk-list li .bk-back,
.bk-list li .bk-front > div {
	width: 180px;
	height: 250px;
}

.bk-list li .bk-left,
.bk-list li .bk-right {
	width: 20px;
	left: -10px;
}

.bk-list li .bk-top,
.bk-list li .bk-bottom {
	width: 175px;
	height: 20px;
	top: -15px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bk-list li .bk-back {
	-webkit-transform: rotate3d(0,1,0,-180deg) translate3d(0,0,10px);
	-moz-transform: rotate3d(0,1,0,-180deg) translate3d(0,0,10px);
	transform: rotate3d(0,1,0,-180deg) translate3d(0,0,10px);
	box-shadow: 10px 10px 30px rgba(0,0,0,0.3);
	border-radius: 3px 0 0 3px;
	overflow: hidden;
}

.bk-list li .bk-cover-back {
	background-color: #000;
	-webkit-transform: rotate3d(0,1,0,-180deg);
	-moz-transform: rotate3d(0,1,0,-180deg);
	transform: rotate3d(0,1,0,-180deg);
}

.bk-cover-back p{
	padding:15px;
	position:relative;
	margin-left:2px;	
	margin-top:2px;	
}

.bk-list li .bk-right {
	height: 240px;
	top: 5px;
	-webkit-transform: rotate3d(0,1,0,90deg) translate3d(0,0,295px);
	-moz-transform: rotate3d(0,1,0,90deg) translate3d(0,0,295px);
	transform: rotate3d(0,1,0,90deg) translate3d(0,0,295px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bk-list li .bk-left {
	height: 250px;
	-webkit-transform: rotate3d(0,1,0,-90deg);
	-moz-transform: rotate3d(0,1,0,-90deg);
	transform: rotate3d(0,1,0,-90deg);
	overflow: hidden;
}

.bk-list li .bk-top {
	-webkit-transform: rotate3d(1,0,0,90deg);
	-moz-transform: rotate3d(1,0,0,90deg);
	transform: rotate3d(1,0,0,90deg);
}

.bk-list li .bk-bottom {
	-webkit-transform: rotate3d(1,0,0,-90deg) translate3d(0,0,390px);
	-moz-transform: rotate3d(1,0,0,-90deg) translate3d(0,0,390px);
	transform: rotate3d(1,0,0,-90deg) translate3d(0,0,390px);
}

/* Transform classes */

.bk-list li .bk-viewinside .bk-front {
	-webkit-transform: translate3d(0,0,20px) rotate3d(0,1,0,-160deg);
	-moz-transform: translate3d(0,0,20px) rotate3d(0,1,0,-160deg);
	transform: translate3d(0,0,20px) rotate3d(0,1,0,-160deg);
	background-image:none;
}

.bk-list li .bk-book.bk-viewinside {
	-webkit-transform: translate3d(0,0,150px) rotate3d(0,1,0,0deg);
	-moz-transform: translate3d(0,0,150px) rotate3d(0,1,0,0deg);
	transform: translate3d(0,0,150px) rotate3d(0,1,0,0deg);
}

.bk-list li .bk-book.bk-viewback {
	-webkit-transform: translate3d(0,0,0px) rotate3d(0,1,0,180deg);
	-moz-transform: translate3d(0,0,0px) rotate3d(0,1,0,180deg);
	transform: translate3d(0,0,0px) rotate3d(0,1,0,180deg);
}

.bk-list li .bk-viewback .bk-back {
	z-index: 10;
}

/* Main colors and content */

.bk-list li .bk-page,
.bk-list li .bk-right,
.bk-list li .bk-top,
.bk-list li .bk-bottom {
	background-color: #fff;
}

.bk-list li .bk-front > div {
	border-radius: 0 3px 3px 0;
	box-shadow: 
		inset 4px 0 10px rgba(0, 0, 0, 0.1);
}

.bk-list li .bk-front:after {
	content: '';
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: -1px;
	width: 1px;
}

.bk-list li .bk-cover:after,
.bk-list li .bk-back:after {
	content: '';
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	width: 3px;
	background: rgba(0,0,0,0.06);
	box-shadow: 1px 0 3px rgba(255, 255, 255, 0.1);
}

.bk-list li .bk-back:after {
	left: auto;
	right: 10px;
}

.bk-left h2 {
	width: 250px;
	height: 20px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(90deg) translateY(-20px);
	-moz-transform: rotate(90deg) translateY(-20px);
	transform: rotate(90deg) translateY(-20px);
}

.bk-content {
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	padding: 0px;
	overflow: hidden;
	background: #fff;
	opacity: 0;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	cursor: default;
}

.bk-content-current {
	opacity: 1;
	pointer-events: auto;
}

.bk-content p {
	padding: 0 0 10px;
	-webkit-font-smoothing: antialiased;
	color: #000;
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bk-page nav {
	display: block;
	text-align: center;
	margin-top: 250px;
	position: relative;
	z-index: 100;
	cursor: pointer;
}

.bk-page nav span {
	display: inline-block;
	width: 20px;
	height: 20px;
	color: #aaa;
	background: #f0f0f0;
	border-radius: 50%;
}

/* Individual style & artwork */

/* Book 1 */
.book-1 .bk-front > div,
.book-1 .bk-back,
.book-1 .bk-left,
.book-1 .bk-front:after {
	background-color: #fff;
}

.book-1 .bk-front {
	background: none;
}

.book-1 .bk-cover {
	background-repeat: no-repeat;
	background-position: 20px 10px;
}

.book-1 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 20px;
	background: rgba(255,255,255,0.4);
	color: #000;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-1 .bk-cover h2 span:first-child,
.book-1 .bk-left h2 span:first-child {
	font-weight: 400;
	font-size: 13px;
	padding-right: 10px;
}

.book-1 .bk-cover h2 span:first-child {
	display: block;
}

.book-1 .bk-cover h2 span:last-child,
.book-1 .bk-left h2 span:last-child {
	font-weight:normal;
} 


.book-1 .bk-left h2 {
	color: #000;
	font-size: 12px;
	line-height: 20px;
	padding-right: 30px;
	text-align: left;
	overflow:hidden;
}


.book-1 .bk-back p {
	color: #000;
	padding: 15px;
	text-align: center;
	font-weight: 700;
}

/* Fallbacks */

.no-csstransforms3d .bk-list li .bk-book > div,
.no-csstransforms3d .bk-list li .bk-book .bk-cover-back {
	display: none;
}

.no-csstransforms3d .bk-list li .bk-book > div.bk-front {
	display: block;
}

.no-csstransforms3d .bk-info button,
.no-js .bk-info button {
	display: none;
}




.main{
	margin-left:65px;
}


.bk-info2 {
	position: relative;
	top:-275px;
  	padding:5px;

}

.actionTab{
	margin-top:275px;
}


.bk-info {
	position: relative;
	top:-75px;
	background-color:#fff;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  	-moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); 
  	-webkit-border-radius: 2px;
  	-moz-border-radius: 2px;
  	border-radius: 2px;
  	padding:5px;
  	display:none;
}


.bk-list li {
	height: 276px;
}


#powered {
	width: 100%;
	height: 65px;
	padding-top: 5px;
	padding-right: 5px;
	background: rgba(1,1,1,0.6);
	position: relative;
	font-size: 10px;
	font-weight: normal;
	color:#fff;
	text-align:right;
}

.fixw{
	width:40px;	
	margin-right: 4px;
}

.activeSelect:before{
	content:"\e013\00a0";
	position:relative;
	top:1px;
	display:inline-block;
	font-family:'Glyphicons Halflings';
	font-style:normal;
	font-weight:400;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

._search-form{
	position:absolute;
	top:15px;	
}

.search-form .form-group {
  font-size: 14px;
  background-color: #fff;
  width: 225px;
  border-radius: 4px;
  border: 1px solid #333;
}
.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display:block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
  color:#ccc;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  color:#ccc;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color:#ccc;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
  color:#ccc;
}

.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: 5px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  left: initial;
  font-size: 18px;
}


/* Large desktop */
media (min-width: 1200px) 
{ 
	
}

/* Large desktop */
media (min-width: 980px) 
{ 
	
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) 
{ 
	
	
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {  
	.search-form{
		right:70px;
	}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {  
	
	.main{
		margin-left:35px;
	}
	.search-form{
		right:70px;
	}
}
