@font-face {
    font-family: "arrows";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/arrows/arrows.eot?#iefix") format("embedded-opentype"), url("../fonts/arrows/arrows.woff") format("woff"), url("../fonts/arrows/arrows.ttf") format("truetype"), url("../fonts/arrows/arrows.svg#arrows") format("svg");
}
.bb-custom-wrapper {
    margin: -40px auto 40px;
    position: relative;
    text-align: center;
    width: 420px;
}
.bb-custom-wrapper .bb-bookblock {
    box-shadow: 0 12px 20px -10px rgba(81, 64, 49, 0.6);
}
.bb-custom-wrapper h3 {
    font-size: 1.4em;
    font-weight: 300;
    margin: 0.4em 0 1em;
}
.bb-custom-wrapper nav {
    height: 30px;
    margin: 1em auto 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 0;
}
.bb-custom-wrapper nav a {
    background: #72b890 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 0;
    height: 30px;
    margin: 2px;
    text-align: center;
    width: 30px;
}
.bb-custom-wrapper nav a:hover {
    opacity: 0.6;
}
.bb-custom-icon::before {
    display: block;
    font-family: "arrows";
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 30px;
    text-transform: none;
}
.bb-custom-icon-first::before, .bb-custom-icon-last::before {
    content: "";
}
.bb-custom-icon-arrow-left::before, .bb-custom-icon-arrow-right::before {
    content: "";
}
.bb-custom-icon-arrow-left::before, .bb-custom-icon-first::before {
    transform: rotate(180deg);
}
.no-js .bb-custom-wrapper {
    height: auto;
}
.no-js .bb-custom-content {
    height: 470px;
}