.comingsoonbnr {
	background-image: url(../img/banner4.jpg); 
}
.comingsoonbnr .cmngsn-bg {
	background: linear-gradient(to bottom,#fff 0,rgba(255,255,255,0) 100%);
}
.comingsoonbnr .txt-shadow {
	text-shadow: 1px 1px 7px #7f8790;
}
.header-bg {
	background: #fff;
    left: 0;
    transition: all 0.2s ease 0s;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.about_area {
    box-shadow: 0px 0px 4px grey;
    border-radius: 3px;
    overflow: hidden;
	height: 400px;
}
.about_area img {
	width: 100%;
	object-fit: cover;
}
.our_products .item.product {
	width: 100%;
	background: #ffff !important;
    border-radius: 4px;
    padding: 0;
	border: 1px solid #dadada;
    box-shadow: 0px 4px 8px gainsboro;
    transition: 0.3s all;
    
}
.our_products .item.product:hover {
    transition: 0.3s all;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(153, 153, 153, 0.5);
    -moz-box-shadow: 0px 6px 12px 0px rgba(153, 153, 153, 0.5);
    box-shadow: 0px 6px 12px 0px rgba(153, 153, 153, 0.5);
}
.brands {
    padding-top: 10px;
    min-height: 230px;
}
.brand-box {
    display: flex;
	margin-bottom: 30px;
}
.brand-box .item {
    background: #ffff !important;
    border-radius: 10px;
    box-shadow: 0px 5px 15px gainsboro;
    transition: 0.3s all;
    padding: 10px;
}
.brand-box .item:hover {
    transform: scale(1.2);
    transition: 0.3s all;
    -webkit-box-shadow: 0px 7px 15px 0px rgba(153, 153, 153, 0.5);
    -moz-box-shadow: 0px 7px 15px  0px rgba(153, 153, 153, 0.5);
    box-shadow: 0px 7px 15px 0px rgba(153, 153, 153, 0.5);
}
.subtitle:before {
    content: '';
    width: 30px;
    height: 1px;
    background: #FF5722;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.footer {
    background-image: url(../img/footer-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-wraper {
    background: linear-gradient(to bottom,#f5f5f5  0,rgba(255,255,255,0) 100%);
}
.border-top {
	border-top: 1px solid #a9a9a9;
}
.footer .social-icons.icon-sm a {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 2px 7px 2px 0;
    width: 30px;
	transition: 0.3s all;
}
.ct-dtl-box {
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.mag-cover .item {
    background: #fff;
}
.mag-cover .item img {
	height: 450px;
}
.mag-cover .item h3 {
	padding-bottom: 15px;
}





.narikasambal {
    background: rgb(255, 255, 255) !important;
    visibility: visible;
    animation-duration: 1.5s;
    box-shadow: 0 2px 10px rgb(220 220 220 / 66%);
    -moz-box-shadow: 0 2px 10px rgba(220,220,220,.6588235294117647);
    -webkit-box-shadow: 0 2px 10px rgb(220 220 220 / 66%);
    margin-bottom: 30px;
    overflow: hidden;
}
.narikasambal .image-box-thum {
    overflow: hidden;
    height: 300px;
}
.narikasambal .image-box-thum img {
    transition: all .2s ease-in-out 0s;
    height: 100%;
    width: 100%;
    object-fit: cover;
	transform-style: preserve-3d;
}
.narikasambal:hover .image-box-thum img {
    transform: scale(1.2);
}
.narikasambal .image-box-details a.title {
	color: #412c5e;
}
.narikasambal .image-box-details a.title:hover {
	color: #FF5722
}
.funfact.sts i {
    color: #412c5e;
}
.funfact.sts h4 {
    color: #412c5e;
	font-weight: 600;
}
.abt-box {
    background: #fff;
    box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
}
ul.list-icon li {
	display: flex;
    line-height: 37px;
}
ul.list li {
	display: flex;
    line-height: 30px;
	text-align: left;
}
.min-height-300 {
    min-height: 350px;
	text-align: left;
}
.brand-box .item {
    background: #ffff !important;
    border-radius: 10px;
    box-shadow: 0px 5px 15px gainsboro;
    transition: 0.3s all;
    padding: 10px;
}
.gallery-item.photography.certificate {
    padding: 15px;
}
.gallery-item.photography.certificate .thumb {
    border: 2px solid #eee;
    height: 210px;
	box-shadow: 0px 2px 10px #00000052;
}



.publish_book .btn {
	display: inline-block;
	text-transform: uppercase;
	color: #412c5e;
    border: 2px solid #412c5e;
    margin-top: 100px;
    /* font-size: 0.7em; */
    font-weight: 700;
    padding: 5px 10px;
	text-align: center;
	-webkit-transition: color 0.3s, border-color 0.3s;
	-moz-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
}

.publish_book .btn:hover {
	border-color: #FF5722;
	color: #FF5722;
}
.publish_book .align {
	clear: both;
	margin: 40px auto 20px;
	width: 100%;
	max-width: 1170px;
	text-align: center;
}

.publish_book .align > li {
	width: 500px;
	min-height: 300px;
	display: inline-block;
	margin: 30px 20px 30px 30px;
	/*padding: 0 0 0 60px;*/
	vertical-align: top;
}


.publish_book .book {
	position: relative;
	width: 180px;
    height: 240px;
    margin: auto;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/*
	2. background & color
*/

/* HARDCOVER FRONT */
.publish_book .hardcover_front li:first-child {
	background-color: #eee;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* reverse */
.publish_book .hardcover_front li:last-child {
	background: #fffbec;
}

/* HARDCOVER BACK */
.publish_book .hardcover_back li:first-child {
	background: #fffbec;
}

/* reverse */
.publish_book .hardcover_back li:last-child {
	background: #fffbec;
}

.publish_book .book_spine li:first-child {
	background: #eee;
}
.publish_book .book_spine li:last-child {
	background: #333;
}

/* thickness of cover */

.publish_book .hardcover_front li:first-child:after,
.publish_book .hardcover_front li:first-child:before,
.publish_book .hardcover_front li:last-child:after,
.publish_book .hardcover_front li:last-child:before,
.publish_book .hardcover_back li:first-child:after,
.publish_book .hardcover_back li:first-child:before,
.publish_book .hardcover_back li:last-child:after,
.publish_book .hardcover_back li:last-child:before,
.publish_book .book_spine li:first-child:after,
.publish_book .book_spine li:first-child:before,
.publish_book .book_spine li:last-child:after,
.publish_book .book_spine li:last-child:before {
	background: #999;
}

/* page */

.publish_book .page > li {
	background: -webkit-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
	background: -moz-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
	background: -ms-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
	background: linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
	box-shadow: inset 0px -1px 2px rgba(50, 50, 50, 0.1), inset -1px 0px 1px rgba(150, 150, 150, 0.2);
	border-radius: 0px 5px 5px 0px;
}

/*
	3. opening cover, back cover and pages
*/

.publish_book .hardcover_front {
	-webkit-transform: rotateY(-34deg) translateZ(8px);
	-moz-transform: rotateY(-34deg) translateZ(8px);
	transform: rotateY(-34deg) translateZ(8px);
	z-index: 100;
}

.publish_book .hardcover_back {
	-webkit-transform: rotateY(-15deg) translateZ(-8px);
	-moz-transform: rotateY(-15deg) translateZ(-8px);
	transform: rotateY(-15deg) translateZ(-8px);
}

.publish_book .page li:nth-child(1) {
	-webkit-transform: rotateY(-28deg);
	-moz-transform: rotateY(-28deg);
	transform: rotateY(-28deg);
}

.publish_book .page li:nth-child(2) {
	-webkit-transform: rotateY(-30deg);
	-moz-transform: rotateY(-30deg);
	transform: rotateY(-30deg);
}

.publish_book .page li:nth-child(3) {
	-webkit-transform: rotateY(-32deg);
	-moz-transform: rotateY(-32deg);
	transform: rotateY(-32deg);
}

.publish_book .page li:nth-child(4) {
	-webkit-transform: rotateY(-34deg);
	-moz-transform: rotateY(-34deg);
	transform: rotateY(-34deg);
}

.publish_book .page li:nth-child(5) {
	-webkit-transform: rotateY(-36deg);
	-moz-transform: rotateY(-36deg);
	transform: rotateY(-36deg);
}

/*
	4. position, transform & transition
*/

.publish_book .hardcover_front,
.publish_book .hardcover_back,
.publish_book .book_spine,
.publish_book .hardcover_front li,
.publish_book .hardcover_back li,
.publish_book .book_spine li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.publish_book .hardcover_front,
.publish_book .hardcover_back {
	-webkit-transform-origin: 0% 100%;
	-moz-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
}

.publish_book .hardcover_front {
	-webkit-transition: all 0.8s ease, z-index 0.6s;
	-moz-transition: all 0.8s ease, z-index 0.6s;
	transition: all 0.8s ease, z-index 0.6s;
}

/* HARDCOVER front */
.publish_book .hardcover_front li:first-child {
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-transform: translateZ(2px);
	-moz-transform: translateZ(2px);
	transform: translateZ(2px);
}

.publish_book .hardcover_front li:last-child {
	-webkit-transform: rotateY(180deg) translateZ(2px);
	-moz-transform: rotateY(180deg) translateZ(2px);
	transform: rotateY(180deg) translateZ(2px);
}

/* HARDCOVER back */
.publish_book .hardcover_back li:first-child {
	-webkit-transform: translateZ(2px);
	-moz-transform: translateZ(2px);
	transform: translateZ(2px);
}

.publish_book .hardcover_back li:last-child {
	-webkit-transform: translateZ(-2px);
	-moz-transform: translateZ(-2px);
	transform: translateZ(-2px);
}

/* thickness of cover */
.publish_book .hardcover_front li:first-child:after,
.publish_book .hardcover_front li:first-child:before,
.publish_book .hardcover_front li:last-child:after,
.publish_book .hardcover_front li:last-child:before,
.publish_book .hardcover_back li:first-child:after,
.publish_book .hardcover_back li:first-child:before,
.publish_book .hardcover_back li:last-child:after,
.publish_book .hardcover_back li:last-child:before,
.publish_book .book_spine li:first-child:after,
.publish_book .book_spine li:first-child:before,
.publish_book .book_spine li:last-child:after,
.publish_book .book_spine li:last-child:before {
	position: absolute;
	top: 0;
	left: 0;
}

/* HARDCOVER front */
.publish_book .hardcover_front li:first-child:after,
.publish_book .hardcover_front li:first-child:before {
	width: 4px;
	height: 100%;
}

.publish_book .hardcover_front li:first-child:after {
	-webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
	-moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
	transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}

.publish_book .hardcover_front li:first-child:before {
	-webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
	-moz-transform: rotateY(90deg) translateZ(158px) translateX(2px);
	transform: rotateY(90deg) translateZ(158px) translateX(2px);
}

.publish_book .hardcover_front li:last-child:after,
.publish_book .hardcover_front li:last-child:before {
	width: 4px;
	height: 160px;
}

.publish_book .hardcover_front li:last-child:after {
	-webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
	-moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
	transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
}
.publish_book .hardcover_front li:last-child:before {
	box-shadow: 0px 0px 30px 5px #333;
	-webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
	-moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
	transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
}

/* thickness of cover */

.publish_book .hardcover_back li:first-child:after,
.publish_book .hardcover_back li:first-child:before {
	width: 4px;
	height: 100%;
}

.publish_book .hardcover_back li:first-child:after {
	-webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
	-moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
	transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}
.publish_book .hardcover_back li:first-child:before {
	-webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
	-moz-transform: rotateY(90deg) translateZ(158px) translateX(2px);
	transform: rotateY(90deg) translateZ(158px) translateX(2px);
}

.publish_book .hardcover_back li:last-child:after,
.publish_book .hardcover_back li:last-child:before {
	width: 4px;
	height: 160px;
}

.publish_book .hardcover_back li:last-child:after {
	-webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
	-moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
	transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
}

.publish_book .hardcover_back li:last-child:before {
	box-shadow: 10px -1px 80px 20px #666;
	-webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
	-moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
	transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
}

/* BOOK SPINE */
.publish_book .book_spine {
	-webkit-transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
	-moz-transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
	transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
	width: 16px;
	z-index: 0;
}

.publish_book .book_spine li:first-child {
	-webkit-transform: translateZ(2px);
	-moz-transform: translateZ(2px);
	transform: translateZ(2px);
}

.publish_book .book_spine li:last-child {
	-webkit-transform: translateZ(-2px);
	-moz-transform: translateZ(-2px);
	transform: translateZ(-2px);
}

/* thickness of book spine */
.publish_book .book_spine li:first-child:after,
.publish_book .book_spine li:first-child:before {
	width: 4px;
	height: 100%;
}

.publish_book .book_spine li:first-child:after {
	-webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
	-moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
	transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}

.publish_book .book_spine li:first-child:before {
	-webkit-transform: rotateY(-90deg) translateZ(-12px);
	-moz-transform: rotateY(-90deg) translateZ(-12px);
	transform: rotateY(-90deg) translateZ(-12px);
}

.publish_book .book_spine li:last-child:after,
.publish_book .book_spine li:last-child:before {
	width: 4px;
	height: 16px;
}

.publish_book .book_spine li:last-child:after {
	-webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
	-moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
	transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
}

.publish_book .book_spine li:last-child:before {
	box-shadow: 5px -1px 100px 40px rgba(0, 0, 0, 0.2);
	-webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
	-moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
	transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
}

.publish_book .page,
.publish_book .page > li {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.publish_book .page {
	width: 100%;
	height: 98%;
	top: 1%;
	left: 3%;
	z-index: 10;
}

.publish_book .page > li {
	width: 100%;
	height: 100%;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
}

.publish_book .page > li:nth-child(1) {
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

.publish_book .page > li:nth-child(2) {
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

.publish_book .page > li:nth-child(3) {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.publish_book .page > li:nth-child(4) {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.publish_book .page > li:nth-child(5) {
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

/*
	5. events
*/

.publish_book .book:hover > .hardcover_front {
	-webkit-transform: rotateY(-145deg) translateZ(0);
	-moz-transform: rotateY(-145deg) translateZ(0);
	transform: rotateY(-145deg) translateZ(0);
	z-index: 0;
}

.publish_book .book:hover > .page li:nth-child(1) {
	-webkit-transform: rotateY(-30deg);
	-moz-transform: rotateY(-30deg);
	transform: rotateY(-30deg);
	-webkit-transition-duration: 1.5s;
	-moz-transition-duration: 1.5s;
	transition-duration: 1.5s;
}

.publish_book .book:hover > .page li:nth-child(2) {
	-webkit-transform: rotateY(-35deg);
	-moz-transform: rotateY(-35deg);
	transform: rotateY(-35deg);
	-webkit-transition-duration: 1.8s;
	-moz-transition-duration: 1.8s;
	transition-duration: 1.8s;
}

.publish_book .book:hover > .page li:nth-child(3) {
	-webkit-transform: rotateY(-118deg);
	-moz-transform: rotateY(-118deg);
	transform: rotateY(-118deg);
	-webkit-transition-duration: 1.6s;
	-moz-transition-duration: 1.6s;
	transition-duration: 1.6s;
}

.publish_book .book:hover > .page li:nth-child(4) {
	-webkit-transform: rotateY(-130deg);
	-moz-transform: rotateY(-130deg);
	transform: rotateY(-130deg);
	-webkit-transition-duration: 1.4s;
	-moz-transition-duration: 1.4s;
	transition-duration: 1.4s;
}

.publish_book .book:hover > .page li:nth-child(5) {
	-webkit-transform: rotateY(-140deg);
	-moz-transform: rotateY(-140deg);
	transform: rotateY(-140deg);
	-webkit-transition-duration: 1.2s;
	-moz-transition-duration: 1.2s;
	transition-duration: 1.2s;
}

/*
	6. Bonus
*/

/* cover CSS */

.publish_book .coverDesign {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.publish_book .coverDesign::after {
	background-image: -webkit-linear-gradient( -135deg, rgba(255, 255, 255, 0.45) 0%, transparent 100%);
	background-image: -moz-linear-gradient( -135deg, rgba(255, 255, 255, 0.45) 0%, transparent 100%);
	background-image: linear-gradient( -135deg, rgba(255, 255, 255, 0.45) 0%, transparent 100%);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.publish_book .coverDesign h1 {
	color: #fff;
	font-size: 2.2em;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 54% 0 0 0;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.1);
}

.publish_book .coverDesign p {
	color: #f8f8f8;
	font-size: 1em;
	text-align: center;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.1);
}

.publish_book .yellow {
	background-color: #f1c40f;
	background-image: -webkit-linear-gradient(top, #f1c40f 58%, #e7ba07 0%);
	background-image: -moz-linear-gradient(top, #f1c40f 58%, #e7ba07 0%);
	background-image: linear-gradient(top, #f1c40f 58%, #e7ba07 0%);
}

.publish_book .blue {
	background-color: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db 58%, #2a90d4 0%);
	background-image: -moz-linear-gradient(top, #3498db 58%, #2a90d4 0%);
	background-image: linear-gradient(top, #3498db 58%, #2a90d4 0%);
}

.publish_book .grey {
	background-color: #f8e9d1;
	background-image: -webkit-linear-gradient(top, #f8e9d1 58%, #e7d5b7 0%);
	background-image: -moz-linear-gradient(top, #f8e9d1 58%, #e7d5b7 0%);
	background-image: linear-gradient(top, #f8e9d1 58%, #e7d5b7 0%);
}

/* Basic ribbon */

.publish_book .ribbon {
	color: #fff;
	background: #e65226;
	display: block;
	font-size: 0.7em;
	position: absolute;
	top: 11px;
	right: 1px;
	width: 40px;
	height: 20px;
	line-height: 20px;
	letter-spacing: 0.15em; 
	text-align: center;
	-webkit-transform: rotateZ(45deg) translateZ(1px);
	-moz-transform: rotateZ(45deg) translateZ(1px);
	transform: rotateZ(45deg) translateZ(1px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 10;
  &.new{
    background: #63c930;
    &:before,
    &:after{
      border-bottom: 20px solid #63c930;
    }
  }
  &.bestseller{
    background: #c0392b;
    &:before,
    &:after{
      border-bottom: 20px solid #c0392b;
    }
  }
  
    
}

.publish_book .ribbon::before,
.publish_book .ribbon::after{
	position: absolute;
	top: -20px;
	width: 0;
	height: 0;
	
	border-top: 20px solid transparent;
}

.publish_book .ribbon::before{
	left: -20px;
	border-left: 20px solid transparent;
}

.publish_book .ribbon::after{
	right: -20px;
	border-right: 20px solid transparent;
}

/* figcaption */

.publish_book figcaption {
	padding-left: 40px; 
    text-align: left;
    top: 0%; 
    left: 160px; 
    width: 310px;
    position: absolute;
    text-align: left;
    margin-top: 40px;
}
.publish_book figcaption.book_name {
	padding-left: unset; 
    top: unset; 
    left: unset; 
    width: unset;
    position: relative;
    text-align: center;
    margin-top: 40px;
	margin-bottom: 30px;
}

.publish_book figcaption h1 {
	margin: 0;
}
.publish_book figcaption span {
	color: #16a085;
	padding: 0.6em 0 1em 0;
	display: block;
}

.publish_book figcaption p {
	color: #63707d;
	line-height: 1.3;
}

/* Media Queries */
@media screen and (max-width: 37.8125em) {
	.publish_book .align > li {
		width: 100%;
		min-height: 440px;
		height: auto;
		padding: 0;
		margin: 0 0 30px 0;
	}

	.publish_book .book {
		margin: 0 auto;
	}

	.publish_book figcaption {
		text-align: center;
		width: 320px;
		top: 250px;
		padding-left: 0;
		left: -80px;
		font-size: 90%;
	}
}
