/* @media (min-width: 748px){
     div.modal-body audio { width: 567px; }
}
@media (max-width: 747px){
     div.modal-body audio { width: 300px; }
}*/
.edition-title__video-header, .edition-title__audio-header{
    padding-left: 30px;
    position: relative;
    font-size: 122%;
    line-height: 118%;
    padding-top: 9px;
}

.edition-title__video-status:after {
    display: block;
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 1ex;
    background-size: contain;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABkElEQVQ4T2NkgIKE/fc1GP4zlzAyMLDAxJDp/4wM3xkY/jYucFR8gU0eJgbUDwEJ+x4uYWLjypxnI/oZm4aU/U9k/jL8m8bK/C99lp3Cc1yGwg1M3PdowXwnuQR8tsftfSzNzPR/Oj5DSTIQZBkhQ0k2kJChZBmIz1CyDcRlKE4Dk/Y/Tv7//78VIwNz1zwn6Zu4Igscpoz/m4ARmgxSg9PAxL2PJzAyMk3///9v6j9GBi6W/3865zorPcRmcMK+R3MWOMmlEDTwP9OfBmBC/hC3+5kcE/Ofsv8MDL/YWf51o6dDkg2EJ/6Dj1UZ/v6rZ2BgWrfASXYdIlOQ6EKQxuhtt/nY2dmy/jL+1wOGVOtCJ/mrZBn47y8rMwvj31wGRialf4yM0xY4ypxAD0eivBy/71EfEyMD6///DJxMDEyT5znJXMQV00QZCCx9JBiYWHgX2Mvexpe/IQULEWFIyBBk+aFr4NJfP35mLvVS/USKd9N23+X/w8wGjDTZOJScQqgKwGUJMPf8YWJg7obldwDC2hIkf/WlywAAAABJRU5ErkJggg==') center no-repeat;
}
.edition-title__audio-status:after {
    display: block;
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 1ex;
    background-size: contain;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABfklEQVQ4T2NkgIGd9zUYGP6XMPxjZIGLITMY/31n+MvUyOCt+AKrPFSQES65/d4Shl+/Mhn8NT5j1bDttgwDI8s0BkbGdAYPhee4DEUy8P4CBk/FBHy2M2x+LM3A8mc6PkNJMxBkGwFDSTeQgKHkGYjHUPINxGEo8Qau+s/MwHffGBghjAzuiifhkQcKU9Y/TQweiskgMcIGbn/gxfD/fzQDEwMzUP05IDYHag5GSQ07781hcFdKIc7AnQ8WM/z9ncLgpfoTbMh2LMmLJAPRDaCagaseczLw/5Vg+Pe/HiMDEOXCzc+4GNi+KTH8Zy5lYP6Xx/CT+QwDyz9uBoZ/vxg8VBRIC8NVV9kYeLkuA2NUiOHvn98MbIyaUAP5gfF4mPRIASeRB/uArpAHxvBhBk+lWAaQl3n/iAMLhodAi/6T5kK8JQQWSaLCkBRD6WPgtvtLGRj+ZAIT8CdSHMew+y4/w1/mycCwjUPNKYSqAFy2MP3/w/CPoRsYcTdBSgAKPNMVvuGwXAAAAABJRU5ErkJggg==') center no-repeat;
}
.modal.in .modal-dialog { -moz-transform: none; }
.modal.fade .modal-dialog { -moz-transform: none; }


.esrp-book {
    position: relative;
}
.esrp-book div {
    max-height: 100%;
    overflow: hidden;
}
.esrp-book--contracted {
    height: 150px;
}
.esrp-book--contracted div {
    position: relative;
}
.esrp-book--contracted div:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4.6em;
    background: linear-gradient(to bottom, rgba(249, 249, 249, 0) 0%, white 55%);
}
.color2 .esrp-book--contracted div:after {
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, #333333 55%);
}
.color3 .esrp-book--contracted div:after {
    background: linear-gradient(to bottom, rgba(0, 161, 180, 0) 0%, #00a1b4 55%);
}
.color4 .esrp-book--contracted div:after {
    background: linear-gradient(to bottom, rgba(245, 240, 203, 0) 0%, #f5f0cb 55%);
}
.color5 .esrp-book--contracted div:after {
    background: linear-gradient(to bottom, rgba(68, 45, 25, 0) 0%, #442d19 55%);
}
.esrp-book-expand_button {
    position: absolute;
    bottom: 0.3em;
    z-index: 2;
    display: none;
}
.esrp-book--contracted .esrp-book-expand_button {
    display: block;
}
.esrp-book-expand_button:before {
    content: '↓';
    display: inline-block;
    position: relative;
    top: -0.2ex;
    margin-right: 1ex;
}
.esrp-book-contract_button {
    /*position: absolute;
    bottom: 1em;
    z-index: 2;*/
}
.esrp-book--contracted .esrp-book-contract_button {
    display: none;
}
.esrp-book-contract_button:before {
    content: '↑';
    display: inline-block;
    position: relative;
    top: -0.2ex;
    margin-right: 1ex;
}