.main{
	left:1%;
	margin-top:1%;
	width:31.5%;
	height:395px;
	float:left;
}
.bk-list {
	float:left;
	margin-top:1.5%;
	list-style: none;
	position: relative;
	/* text-align:right; */
	width: 205px;
		/* float: right; */
		/* padding:0 57px 0 4px; */
}

.bk-list li {
	position: absolute;
	width: 221px;
	/* float: left; */
	z-index: 1;
	/* margin: 10px 50px 40px 10; */
	-webkit-perspective: 800px;
	perspective: 800px;
	right:5%;
}

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

.bk-info {
	position: relative;
	margin-top: 306px;
}

/* .bk-info h3 {
	text-align:right;
	padding: 25px 0 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	font-size: 24px;
}

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

.bk-info p {
	text-align:right;
	line-height: 24px;
	color: #444;
	min-height: 160px;
} */

.bk-info button {
	/* background: #FC756F; */
	background: #C9302C;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	padding: 3px 20px;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	font-family:B nazanin;
	outline:none;
}
#bview1,#bback2{
    	background: #737474;
}
    
}

.bk-info button.bk-active,
.bk-info button:active {
	box-shadow: 
		0 1px 0 rgba(255, 255, 255, 0.8), 
		inset 0 -1px 1px rgba(0,0,0,0.2);
}

.no-touch .bk-info button:hover,
.bk-info button.bk-active {
	background: #d0544e;
}

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

.bk-list li .bk-book.bk-bookdefault:hover {
	-webkit-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;
	transform-style: preserve-3d;
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transform: translate3d(0,0,20px);
	transform: translate3d(0,0,20px);
	z-index: 10;
}

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

.bk-list li .bk-page {
	/*-webkit-transform: translate3d(0,0,19px);
	transform: translate3d(0,0,19px);*/
	display: none;
	width: 221px;
	height: 290px;
	/* top: 5px; */
	-webkit-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: 221px;
	height: 290px;
}

.bk-list li .bk-left,
.bk-list li .bk-right {
	width: 38px;
	right: -19px;
}

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

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

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

.bk-list li .bk-right {
	height: 390px;
	/* 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;
	backface-visibility: hidden;
}

.bk-list li .bk-left {
	height: 289px;
	-webkit-transform: rotate3d(0,1,0,90deg);
	-moz-transform: rotate3d(0,1,0,90deg);
	
	/*transform: rotate3d(0,1,0,-90deg);*/
}

.bk-list li .bk-top {
	-webkit-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);
	transform: rotate3d(1,0,0,-90deg) translate3d(0,0,390px);
}

/* Transform classes */

/* .bk-list li .bk-viewinside .bk-front {
	-webkit-transform: translate3d(0,0,2px) rotate3d(0,1,0,-265deg);
	transform: translate3d(0,0,2px) rotate3d(0,1,0,-265deg);
	
} */
.bk-list li .bk-viewinside .bk-front {
/* 	-webkit-transform: translate3d(274px,0,0) rotate3d(0,1,0,-265deg);
	transform: translate3d(274px,0,	0) rotate3d(0,1,0,-265deg); */
	-webkit-transform: translate3d(24px,0,0) rotate3d(0,1,0,-265deg);
	transform: translate3d(24px,0,	0) rotate3d(0,1,0,-265deg);
	transform-origin: 50% 50% -100px;
	
}

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

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

/* Main colors and content */

.bk-list li .bk-page,
.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 0  1px 15px  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;
	right: 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 {
	right: auto;
	left: 10px;
}

.bk-right h2 {
	width: 400px;
	height: 40px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(90deg) translateY(-40px);
	transform: rotate(90deg) translateY(-40px);
}

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

.bk-content-current {
	opacity: 1;
	pointer-events: auto;
	/* background:url(../images/f1.jpg) */

}

.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: 20px; */
	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: #dcd9d2;
}
.book-2 .bk-front > div,
.book-2 .bk-back,
.book-2 .bk-left,
.book-2 .bk-front:after {
	background-color: #dcd9d2;
}
.book-1 .bk-left{
	/*	background-image: url(../images/right.jpg);	*/
	background-repeat: no-repeat;
	width:40px;
	height:340px;
}
.book-2 .bk-left{
		background-image: url(../images/right.jpg);	
	background-repeat: no-repeat;
	width:40px;
	height:340px;
}
#cover{
    	background-image: url(../images/BOOK2.png);
    
 
}
.book-1 .bk-back{
	background-image: url(../images/ketab-1-back.png);	
	background-repeat: no-repeat;
	width:276px;
	height:340px;
}
.book-2 .bk-back{
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
	width:276px;
	height:340px;
}
#cover1{
   background-image: url(../images/cover.png);	
}
.book-1 .bk-cover {

	background-repeat: no-repeat;
	width:276px;
	height:340px;
}

.book-1 .bk-cover h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	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 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

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

.book-1 .bk-right h2 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
	text-align: right;
}

.book-1 .bk-back p {
	color: #fff;
	font-size: 13px;
	padding: 40px;
	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;
}
