﻿.imgShowSlider {
    height: 151px;
    width: 113px;
}

.title-comm {
    color: #fff;
    font-size: 18px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 700;
    background-color: #fff;
    text-align: center;
}

h3.title-comm:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: 0;
    border-top: 2px solid #d0d2d3;
    z-index: 1;
    display: block;
}

.title-comm .title-holder {
    min-width: 350px;
    height: 45px;
    background-color: #56bbe7;
    height: auto;
    line-height: 45px;
    padding: 0px 20px;
    position: relative;
    z-index: 2;
    text-align: center;
    display: inline-block;
    min-width: 280px;
}

.title-holder:before {
    content: "";
    position: absolute;
    right: -15px;
    border-width: 0px;
    bottom: 0px;
    border-style: solid;
    border-color: #5c9efe transparent;
    display: block;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 15px solid #56bbe7;
}

.title-holder:after {
    content: "";
    position: absolute;
    left: -15px;
    border-width: 0px;
    bottom: 0px;
    border-style: solid;
    border-color: #5c9efe transparent;
    display: block;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 22px solid transparent;
    border-right: 15px solid #56bbe7;
}

.wrapperBook {
    width: 200px;
    margin: 30px auto;
    cursor: pointer;
    opacity: 1;
}

.wrapperBook:hover {
    opacity: 0.40;
}

.book {
    position: relative;
    width: 200px;
    height: 300px;
}

.book-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    box-shadow: 0px 2px 4px #999;
    border-bottom-right-radius: 2px;
    font-family: Helvetica, Arial, sans-serif;
    z-index: 1;
}

.book-cover:before {
    border-left: 10px solid #000000;
    content: "";
    height: 300px;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
}

.book-cover h1,
.book-cover h2 {
    margin: 0;
    padding: 0;
    font-weight: 300;
    line-height: 30px;
}

.book-cover h1.title {
    font-size: 1em;
    text-shadow: 2px 1px 1px #EEEEEE;
    position: absolute;
    top: 25px;
    left: 25px;
    color: #666666;
}

.book-cover h2.subtitle {
    font-size: .7em;
    text-shadow: 2px 1px 1px #EEEEEE;
    position: absolute;
    top: 55px;
    left: 40px;
}

.book-cover h5.author {
    bottom: 5px;
    font-size: 0.6em;
    font-weight: normal;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 12px;
}

.book-cover h5.author span {
    color: #eee;
}

.book-top {
    box-shadow: 1px 0px 2px #999;
    height: 8px;
    left: 5px;
    position: absolute;
    top: -10px;
    width: 195px;
    transform: skew(-45deg, 0deg);
    -ms-transform: skew(-45deg, 0deg);
    -webkit-transform: skew(-45deg, 0deg);
}

.book-right {
    box-shadow: 1px 0px 1px #999;
    height: 296px;
    position: absolute;
    right: -10px;
    top: -4px;
    width: 11px;
    transform: skew(0deg, -45deg);
    -ms-transform: skew(0deg, -45deg);
    -webkit-transform: skew(0deg, -45deg);
}

/*.countview {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
    color: #000000;
}*/