
#fb-panel, .back-to-top, #bottom-menu, #news-box, #show-main-menu {
    display: none;
}


/*.shadow-box {
    display: none;
}*/


.art-vmenublock {border: 0;}



/* GA */
/*#font-bar {
    display: none;
}*/












#view-header p:first-child + p {
    /*display: none;*/
}







#top-bar {
    /*border-bottom: 2px solid #31302d;*/
    background: #44423e;
    min-height: 54px;
    width: 100%;
}
#top-bar .center {
    overflow: hidden;
}
#show-mat-menu {
    background: url(../images/show_mat_menu_bg.png) center center no-repeat;
    cursor: pointer;
    height: 52px;
    width: 52px;
    position: absolute;
    top: 0;
    right: 0;
}
#mat-logo {
    background: url(../images/mateusz_logo.png) center center no-repeat;
    height: 52px;
    width: 100%
}
#mat-menu {
    display: none;
    margin: 0;
    padding: 12px 0 0 0;
    overflow: hidden;
    list-style: none;
    position: absolute;
    z-index: 1000;
    right: 10px;    
}
#mat-menu li {
    background: rgb(68, 66, 62);
    background: rgba(68, 66, 62, 0.9);
    margin: 0;
}
#mat-menu li a {
    color: #f6f6f6;
    display: block;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    padding: 0 30px;
    height: 52px;
    width: 100%;
}
#mat-menu span {
    -webkit-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    padding: 2px 16px;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
.mat-link-box {
    background: #6d6a64;
}
#content-wrapper {
    margin: 30px 10px 50px 10px;
}
#content-bg-right {
    background: url(../images/right_content_bg.png) top right no-repeat;
}
#content-bg-left {
    background: url(../images/left_content_bg.png) top left no-repeat;
}
#content {
    border: 1px solid #d1ccc1;
    border-top: none;   
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.7);
    margin: 0 20px;
    padding: 20px;
}
#content-right-col {
    margin-top: 20px;
}
#content-header {
    background: #f89e00;
    width: 100%;
}
#content-header p {
    color: #fff;
    padding: 12px 0 12px 50px;
    margin: 0;
}
/*#content-header span {
    background: url(../images/biblioteka_logo.png) center center no-repeat;
    background-size: 41px 30px;
    display: inline-block;
    height: 30px;
    width: 41px;
    padding-right: 10px;
    vertical-align: middle;
}*/
/*#view-header {
    background: rgb(46, 46, 46);
    background: rgba(46, 46, 46, 0.1);
    height: 45px;
    width: 100%;
    overflow: hidden;
}
#view-header p {
    box-sizing: border-box;
    float: left;
    display: inline-block;
    height: 100%;
    line-height: 45px;
    width: 100%;
    margin: 0;
}*/
#content-header img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 60px;
    max-width: 50px;
    float: left;
    margin: 0 12px 0 0;;
}
/*GA view*/
#view-header {
    background: rgb(46, 46, 46);
    background: rgba(46, 46, 46, 0.1);
    /*min-height: 45px;*/
    padding: 12px 0;
    width: 100%;
    overflow: hidden;
}
#viev-btn-box {
    width: 25%;
    float: right;
    padding: 0 20px;
    text-align: center;
}
#view-header p {
    box-sizing: border-box;
    padding: 0 20px;
    float: left;
    display: inline-block;
    height: 100%;
    /*line-height: 45px;*/
    width: 70%;
    margin: 0;
    text-align: right;
}
#view-header p:first-child + p {
    text-align: right;
    width: 25%;
    padding: 0 12px 0 20px;
}
#viev-shelf {
    display: none;
}
#viev-tiles {
    cursor: pointer;
    background: url(../images/tiles.png) center center no-repeat;
    display: inline-block;
    height: 20px;
    width: 34px;
    vertical-align: middle;
    /*padding: 0 10px;*/
    margin: 6px 8px 0 8px;
    opacity: 0.4;
}
#viev-list {
    cursor: pointer;
    background: url(../images/list.png) center right no-repeat;
    display: inline-block;
    height: 20px;
    width: 34px;
    vertical-align: middle;
    /*padding: 0 0 0 10px;*/
    margin: 6px 8px 0 8px;
    opacity: 0.4;
}

#viev-shelf.active-view, #viev-tiles.active-view, #viev-list.active-view {
    opacity: 1.0;
}
/*end GA view*/














#search-box {
    border: 1px solid #dddddd;
    background: rgb(242, 242, 242);
    background: rgba(242, 242, 242, 0.3);
    padding: 10px 20px 10px 20px;
    position: relative;
}
#search-box h3 {
    margin-top: 0;
}
#search-form-options {
    display: none;
    margin-top: 60px;
    overflow: hidden;
}
#show-hide-search-form {
    color: #f89e00; 
    cursor: pointer;
    display: inline-block;
    margin: 0;
    opacity: 0.8;
    text-align: right;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    position: absolute;
    top: 10px;
    right: 20px;
}
#show-hide-search-form:hover {
    opacity: 1.0;
}
#show-hide-search-form span {
    display: inline-block;
    height: 9px;
    width: 8px;
    vertical-align: middle;
    padding-right: 10px;
}
#show-hide-search-form.show-search-form span {
    background: url(../images/orange_bottom_arrow.png) center center no-repeat;
}
#show-hide-search-form.hide-search-form span {
    background: url(../images/orange_top_arrow.png) center center no-repeat;
}
#search-box form #search-form-title {
    display: block;
    float: left;
    color: #6d6a64;
    background: rgb(46, 46, 46);
    background: rgba(46, 46, 46, 0.1);
    box-sizing: border-box;
    border: 0;
    height: 32px;
    padding: 5px;
    width: 60%;
    margin: 0;
}
#search-box form {
    overflow: hidden;
}
#search-form-title-label {
    display: none;
}
#search-box form #search-form-title:focus {
    background: rgba(46, 46, 46, 0.2);
}
#search-form-btn {
    cursor: pointer;
    color: #fff;
    display: block;
    float: left;
    border: none;
    background: #f89e00;
    box-sizing: border-box;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    width: 35%;
	max-width:250px;
    height: 32px;
    position: absolute;
    top: 51px;
    right: 20px;
}
.form-box {
    width: 50%;
    float: left;
    margin: 10px 0;
}
#bottom-bar {
    border-top: 3px solid #e6e6e6;
    background: #f0f0f0;
    width: 100%;
    overflow: hidden;
}
#bottom-bar .center {
    margin: 0 10px;
}
#bottom-bar p {
    color: #44423e;
    padding: 16px 0 16px 45px;
    background: url(../images/rss.png) left 14px no-repeat;
}
#bottom-content {
    background: #44423e url(../images/bottom_content_bg.png) top center repeat-x;
    border-top: 3px solid #2b2a27;
    min-height: 360px;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}
#bottom-content .center {
    overflow: hidden;
    margin: 0 10px;
}
.bottom-box {
    float: left;
    width: 31%;
}
#bottom-menu + .bottom-box + .bottom-box {
    margin: 0 3.5%;
}
.bottom-box h3 {
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: rgb(252, 252, 252);
    color: rgba(252, 252, 252, 0.9);
    padding-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}
.bottom-box ul li a {
    color: rgb(252, 252, 252);
    color: rgba(252, 252, 252, 0.6);
    text-decoration: none;
}
.bottom-box ul li a:hover {
    color: rgba(252, 252, 252, 0.9);
}
.bottom-box form label {
    color: rgb(252, 252, 252);
    color: rgba(252, 252, 252, 0.6);
    margin-bottom: 0;
}
.bottom-box form input {
    color: rgba(252, 252, 252, 0.9);
    box-sizing: border-box;
    border: none;
    background: #494846;
    height: 28px;
    margin-top: 2px;
    padding: 4px;
    width: 100%;
}
.bottom-box form textarea {
    color: rgba(252, 252, 252, 0.9);
    box-sizing: border-box;
    border: none;
    background: #494846;
    height: 70px;
    margin-top: 2px;
    padding: 4px;
    width: 100%;
}
.bottom-box form input:focus, .bottom-box form textarea:focus {
    background: rgba(255, 255, 255, 0.3);
}
#contact-form-btn {
    color: rgb(252, 252, 252);
    color: rgba(252, 252, 252, 0.6);
    display: inline-block;
    float: right;
    cursor: pointer;
    padding: 0 20px;
    width: auto;
    -webkit-transition: background 0.8s ease;
    -moz-transition: background 0.8s ease;
    -ms-transition: background 0.8s ease;
    -o-transition: background 0.8s ease;
    transition: background 0.8s ease;
}
#contact-form-btn:hover {
    background: #f89e00;
    color: #fff;
}
#footer .center {
    margin: 0 10px;
}
#menu-bar {
    background: rgb(228, 228, 228);
    background: rgba(228, 228, 228, 0.6);
    border-bottom: 2px solid #dddddd;
    /*height: 52px;*/
    width: 100%;
}
#main-menu {
    display: table;
    /*height: 50px;*/
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%
}
#main-menu li {
    border-right: 1px solid #CECDCC;
    display: table-cell;
    margin: 0;
    list-style: none;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
#main-menu li a {
    box-sizing: border-box;
    color: #6d6a64;
    display: block;
    /*line-height: 50px;*/
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    /*height: 50px;*/
    padding: 12px 0;
    height: 100%;
    width: 100%;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    /*white-space: nowrap;*/
}
#main-menu li a {
    /*border-right: 1px solid #cecdcc;*/
}
#main-menu li ul li a {
    border-right: none;
}
.first-parent {
    background: url(../images/dark_down_arrow.png) center 88% no-repeat;
}
.first-parent-hover {
    background: #f99f00 url(../images/light_down_arrow.png) center 88% no-repeat;
}
#main-menu li.first-parent-hover a {
    color: #fff;
}
.main-menu-hover {
    background: #f99f00;
}
#main-menu li.main-menu-hover a {
    color: #fff;
}
#main-menu li.parent.first-parent > ul.nav-child {
  border-top: 2px solid #dddddd;
}
#main-menu li.parent.first-parent-right {
    position: relative;
}
#main-menu .nav-child-right {
    border-top: 2px solid #dddddd;
    background: rgb(68, 66, 62);
    background: rgba(68, 66, 62, 0.95);
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    z-index: 1000;
    right: 0;
}
#main-menu .nav-child {
    background: rgb(68, 66, 62);
    background: rgba(68, 66, 62, 0.95);
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    z-index: 1000;
}
#main-menu .nav-child li, #main-menu .nav-child-right li {
    display: block;
    float: none;
}
#main-menu .nav-child li.second-parent {
    background: url(../images/light_right_arrow.png) 90% center no-repeat;
}
#main-menu .nav-child li:hover {
    background: rgb(109, 106, 100);
}
#main-menu .nav-child-right li:hover {
    background: rgb(109, 106, 100);
}
#main-menu .nav-child li.second-parent:hover {
    background: rgb(109, 106, 100) url(../images/light_down_arrow.png) 90% center no-repeat;
}
#main-menu .nav-child li a {
    text-align: left;
    display: block;
    padding: 0 66px 0 33px;
    height: 35px;
    line-height: 35px;
    width: 100%;
}
#main-menu .nav-child-right li.second-parent {
    background: url(../images/light_left_arrow.png) 10% center no-repeat;
}
#main-menu .nav-child-right li.second-parent:hover {
    background: rgb(109, 106, 100) url(../images/light_down_arrow.png) 10% center no-repeat;
}
#main-menu .nav-child-right li a {
    display: block;
    height: 35px;
    line-height: 35px;
    width: 100%;
    padding: 0 33px 0 66px;
    text-align: right;
}
#main-menu .nav-child .nav-child {
    margin-top: -35px;
    left: 100%;
}
#main-menu .nav-child-right .nav-child {
    margin-top: -35px;
    right: 100%;
}
#main-menu .nav-child .nav-child li a {
    text-align: left;
    text-transform: none;
    padding: 0 30px;
}
#main-menu .nav-child-right .nav-child li a {
    text-align: right;
    text-transform: none;
    padding: 0 30px;
}
#main-menu li.parent:hover > .nav-child {
    display: block
}
#main-menu li.parent:hover > .nav-child-right {
    display: block
}
.active-view-tiles .book-box-info p {
    color: #44423e;
    margin: 0;
}
.active-view-tiles .book-box {
	background: rgb(46, 46, 46);
	background: rgba(46, 46, 46, 0.1);
	border: 1px solid #ddd;
	/*width: 480px;*/
        width: 48%;
        float: left;
	min-height: 100px;
	margin: 20px 0 20px 0;
	position: relative;
	/*padding-top: 50px;*/
}
.active-view-tiles .book-box:nth-child(2n+1) {
    margin-right: 4%;
}
.active-view-tiles .book-box > .main-book-img {
    display: none;
}
.active-view-tiles .book-box-info .main-book-img {
    border: 1px solid #6d6a64;
    box-sizing: border-box;
    display: block;
    height: 116px;
    width: 81px;
    z-index: 1000;
    position: absolute;
    top: 20px;
    left: 20px;
}
.active-view-tiles .book-type-img {
    box-sizing: border-box;
    display: block;
    height: 40px;
    width: 40px;
    z-index: 1000;
    position: absolute;
    top: 0;
    right: 0;
}



.active-view-tiles .book-title-box {
    background: #fff;
}
.active-view-tiles .book-author {
    display: block;
    box-sizing: border-box;
    padding: 12px 0 12px 126px;
    width: 100%;
}
.active-view-tiles .book-title {
    display: block;
    box-sizing: border-box;
    font-size: 1.125rem;
    padding: 15px 45px 15px 126px;
    width: 100%;
}
.active-view-tiles .book-print {
    display: block;
    box-sizing: border-box;
    padding: 10px 0 35px 126px;
    width: 100%;
}
.active-view-tiles .book-rating {
    box-sizing: border-box;
    background: rgba(46, 46, 46, 0.1);
    display: block;
    float: left;
    margin: 0;
    min-height: 35px;
    padding: 10px 0 10px 20px;
    list-style: none;
    overflow: hidden;
    width: 38%;
}
.active-view-tiles p.detail-btn {
    box-sizing: border-box;
    #background: rgba(46, 46, 46, 0.1);
    background: #494846;
    display: block;
    float: left;
    min-height: 35px;
    width: 100%;
    padding: 10px 30px 10px 0;
}
.active-view-tiles .book-box-info a {
    display: block;
    color: #fff;
    width: 100%;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}










.active-view-tiles .book-box-info a:hover {
    color: #44423e;
}
.active-view-tiles .book-rating li {
   list-style: none;
   float: left;
   margin: 0;
   height: 16px;
   width: 16px;
}
.active-view-tiles .book-availability {
    height: 56px;
    width: 48px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
}
.active-view-tiles .book-availability img {
    margin: 8px 14px;
}
.active-view-tiles .book-available {
    background: #ffde01;
}
.active-view-tiles .book-nonavailable {
    background: #23d3dc;
}

.active-view-list .book-sygnaturka {
    position: absolute;
    top: 78px;
    right: 0;
    width: 48px;
    height: 48px;
}

/*
.active-view-tiles .book-subtitle, .active-view-tiles .book-source, .active-view-tiles .book-close-btn {
    display: none;
}

.active-view-tiles .book-sygnaturka, .active-view-tiles .book-availability {
    display: none;
}

.active-view-list .book-available {
    background: #ffde01;
    display: none!important;
}

.active-view-list .main-book-img, .active-view-list .book-close-btn, .active-view-list .book-type-img {
    display: none; 
}
*/

.active-view-tiles .book-subtitle, .active-view-tiles .book-close-btn, .active-view-tiles .book-sygnaturka {
   display: none; 
}

.active-view-list .main-book-img, .active-view-list .book-close-btn, .active-view-list .book-type-img {
    display: none; 
}


.active-view-tiles .book-available, .active-view-list .book-available {
    background: #ffde01;
}
.active-view-tiles .book-nonavailable, .active-view-list .book-nonavailable {
    background: #23d3dc;
}
.active-view-tiles .book-reservation, .active-view-list .book-reservation {
    background: #30b81b;
}




.active-view-list .book-box-info {
    border-bottom: 1px solid #747474;
    padding: 20px 0;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
}
.active-view-list .book-box-info p {
    margin-bottom: 8px;
}

.active-view-list .book-box-info p.book-title {
    font-weight: bold;
    font-size: 20px;
    width: 85%;
}

.active-view-list .book-availability {
    position: absolute;
    top: 20px;
    right: 0;
}
.active-view-list .book-rating {
    box-sizing: border-box;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    width: 100%;
    display: none!important;
}
.active-view-list .book-rating li {
   list-style: none;
   float: left;
   margin: 0;
   height: 16px;
   width: 16px;
}
.active-view-list .book-rating .full-star {
    background: url(../images/full_star_mobile.png) center center no-repeat;
}
.active-view-list .book-rating .empty-star {
    background: url(../images/empty_star_mobile.png) center center no-repeat;
}
.active-view-list .book-availability img {
    display: block;
    padding: 8px 14px;
    /*display: none!important;*/
}
.active-view-list .book-print {
    display: block;
    /*float: right;
    width: 50%;
    text-align: right;*/
}
.active-view-list .book-rating {
    display: block;
    float: left;
    width: 50%;
}
.active-view-list p.detail-btn {
    clear: both;
    text-align: right;
    margin: 8px 0;
}
.active-view-list a#klaw {
    box-sizing: border-box;
    background: rgba(46, 46, 46, 0.1);
    color: #44423e;
    display: inline-block;
    text-decoration: none;
    padding: 4px 24px;
    text-decoration: none;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin-right: 60px;
}
.active-view-list a#klaw:hover {
    background: rgba(46, 46, 46, 0.2)
}













/* detail view styles */
#content-details-col-left, #book-reservation-mobile-info {
    display: none;
}

/*#details-news-box {
    display: none;
}*/









#content-details-header {
    background: rgba(46, 46, 46, 0.1);
    padding: 0 20px;
    width: 100%;
    position: relative;
    min-height: 52px;
    overflow: hidden;
}
#content-details-header p {
    display: block;
    float: left;
    margin: 0;
    padding: 14px 0;
    width: 50%;
}
#book-details-form {
    display: block;
    float: left;
    padding: 14px 0;
    width: 50%;
/*    position: absolute;
    top: 12px;
    right: 20px;*/
}
#book-details-form input {
    border: 0;
    margin: 0;
}
#book-details-form #book-details-search-text {
    box-sizing: border-box;
    color: #6d6a64;
    background: rgb(46, 46, 46);
    background: rgba(46, 46, 46, 0.1);
    padding: 3px;
    width: 40%;
    float: left;
}
#book-details-form #book-details-search-text:focus {
    background: rgba(46, 46, 46, 0.2);
}
#book-details-form #book-details-search-btn {
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    background: #f89e00;
    /*background: #f89e00 url(../images/light_right_arrow.png) 80% center no-repeat;*/
    box-sizing: border-box;
    margin: 0;
    /*height: 26px;*/
    text-align: center;
    padding: 2px 0;
    width: 55%;
    margin-left: 5%;
    float: left;
}
#details-book-desc-box ul.book-rating {
   list-style: none;
   margin: 0;
   padding: 0;
   display: inline-block;
}
#details-book-desc-box ul.book-rating li {
   list-style: none;
   float: left;
   margin: 0;
   height: 16px;
   width: 16px;
}
#details-book-desc-box .book-cover {
    float: left;
    display: block;
    margin: 0 20px 20px 0;
    height: auto;
    width: 100%;
    max-width: 175px;
}
#content-details-col-middle #details-book-desc-box {
    padding: 0px 0 0px 0;
    position: relative;
    /*overflow: hidden;*/
}
#content-details-col-middle #details-book-desc-box .details-book-desc {
    color: #44423e;
    text-align: justify;
    margin-right: 65px;
}
#content-details-col-middle #details-book-desc-box h4 {
    box-sizing: border-box;
    color: #44423e;
    margin: 0;
    padding-right: 70px;
}
#content-details-col-middle #details-book-desc-box #details-book-subtitle {
    box-sizing: border-box;
    color: #44423e;
    margin-top: 4px;
    padding-right: 70px;
}
#content-details-col-middle #details-book-desc-box .details-book-type-img {
    position: absolute;
    top: 0px;
    right: 0;
    display: block;
}
#content-details-col-middle #details-book-desc-box #full-desc-btn {
    box-sizing: border-box;
    background: #747474;
    cursor: pointer;
    color: #f3f3f3;
    display: inline-block;
    padding: 2px 6px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    text-align: center;
    margin-left: -70px;
    /*height: 25px;*/
    width: 160px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
html.font2 #content-details-col-middle #details-book-desc-box #full-desc-btn {
    bottom: -20px;
}
html.font3 #content-details-col-middle #details-book-desc-box #full-desc-btn {
    bottom: -24px;
}
#content-details-col-middle #details-book-desc-other {
    display: none;
}
#content-details-col-middle #details-book-table {
    padding: 24px 0;
    border-top: 0px solid #747474;
    border-bottom: 0px solid #747474;
}
#content-details-col-middle table {
    color: #44423e;
    width: 100%;
    border: none;
}
#content-details-col-middle .book-cell-label {
    width: 25%;
}
#content-details-col-middle #details-book-reservation {
    color: #44423e;
    padding: 20px 0;
}
#content-details-col-middle #details-book-reservation > p {
    margin-bottom: 0;
    padding-bottom: 20px;
    /*font-size: 20px;*/
    font-size: 1.25rem;
}
#details-book-reservation #reservation-table {
    display: table;
    width: 100%;
}
#details-book-reservation .reservation-item {
    display: table-row;
    width: 100%;
}
#details-book-reservation .reservation-item-box-0 {
    border-right: 1px solid #747474;
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
    width: 22%;
}
#details-book-reservation .reservation-item-box-0 .reservation-btn {
    display: none;
}
#details-book-reservation .reservation-item-box-1 {
    border-right: 1px solid #747474;
    display: table-cell;
    vertical-align: top;
    padding: 0 20px 20px 20px;
    width: 52%;
}
#details-book-reservation .reservation-item-box-1 .reservation-list-header {
    margin-bottom: 0;
}
#details-book-reservation .reservation-item-box-1 .reservation-list-box {
    display: none;
}
#details-book-reservation .reservation-item-box-1 ul {
    border-bottom: 1px solid #747474;
    list-style: none;
    padding: 0 0 8px 0;
    margin: 0;
}
#details-book-reservation .reservation-item-box-1 ul li {
    list-style: none;
    margin: 0;
    /*font-size: 13px;*/
    font-size: 0.8125rem;   
}
#details-book-reservation .reservation-item-box-2 {
    border-right: 1px solid #747474;
    display: table-cell;
    vertical-align: top;
    padding: 0 20px;
    width: 11%;
}
#details-book-reservation .reservation-item-box-2 .details-book-available {
    background: #ffcc33 url('../images/available.png') center center no-repeat;
    display: block;
    height: 24px;
    width: 100%;
    margin-top: 8px;
        text-align:center;
        /*font-size: 80%;*/
        /* GA */
        font-size: 0.8125rem;
}
#details-book-reservation .reservation-item-box-2 .details-book-nonavailable {
    background: #23d3dc url('../images/nonavailable.png') center center no-repeat;
    display: block;
    height: 24px;
    width: 100%;
    margin-top: 8px;
        text-align:center;
        /*font-size: 80%;*/
        /* GA */
        font-size: 0.8125rem;
}

#details-book-reservation .reservation-item-box-2 .details-book-przetrzymana {
    background: #f21621 url('../images/nonavailable.png') center center no-repeat;
    display: block;
    height: 24px;
    width: 100%;
    margin-top: 8px;
	text-align:center;
	/*font-size: 80%;*/
        /* GA */
        font-size: 0.8125rem;
}

#details-book-reservation .reservation-item-box-2 .details-book-sarezerwacje {
    background: #30b81b url('../images/reserved.png') center center no-repeat;
    display: block;
    height: 24px;
    width: 100%;
    margin-top: 8px;
	text-align:center;
	/*font-size: 80%;*/
        /* GA */
        font-size: 0.8125rem;
}

#details-book-reservation .reservation-item-box-2 .details-book-kaucja {
    background: #ff0099 url('../images/reserved.png') center center no-repeat;
    display: block;
    height: 24px;
    width: 100%;
    margin-top: 8px;
	text-align:center;
	/*font-size: 80%;*/
        /* GA */
        font-size: 0.8125rem;
}

#details-book-reservation .reservation-item-box-2 .details-book-czytelnia {
    background: #800000 url('../images/available.png') center center no-repeat;
    display: block;
    height: 24px;
    width: 100%;
    margin-top: 8px;
	text-align:center;
	/*font-size: 80%;*/
        /* GA */
        font-size: 0.8125rem;
}

#details-book-reservation .reservation-item-box-3 {
/*    display: table-cell; */
    vertical-align: top;
    width: 80px;
    position: relative;
/*    width: 15%; */
}
#details-book-reservation .reservation-item-box-3 .more-btn {
    cursor: pointer;
    background: #747474;
    box-sizing: border-box;  
    color: #f3f3f3;
    display: block;
    width: 95%;
    height: 24px;
    line-height: 24px;
    margin-left: 21%;
    text-align: center;
    position: absolute;
    top: 8px;
    left: 0;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
#details-book-reservation .reservation-item-box-3 .more-btn:hover {
    background: #f89e00;
    text-decoration: none;
}
#details-book-reservation .reservation-item-box-3 .reservation-btn {
    cursor: pointer;
    background: #ffde01;
    box-sizing: border-box;  
    color: #000000;
    display: none;
    width: 95%;
    height: 24px;
    line-height: 24px;
    margin-left: 21%;
    text-align: center;
    text-decoration: none;
    position: absolute;
    bottom: -85px;
    left: 0;
}



#details-book-reservation .reservation-item-box-4 {
/*    display: table-cell;  */
    vertical-align: top;
    width: 80px;
    position: relative;
/*    width: 15%; */
    margin-top: 5px;
}
#details-book-reservation .reservation-item-box-4 .more-btn {
    cursor: pointer;
    background: #f32f21;
    box-sizing: border-box;  
    color: #f3f3f3;
    display: block;
    width: 95%;
    height: 24px;
    line-height: 24px;
    margin-left: 21%;
    text-align: center;
    position: absolute;
    top: 28px;
    left: 0;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
#details-book-reservation .reservation-item-box-4 .more-btn:hover {
    background: #f89e00;
    text-decoration: none;
}
#details-book-reservation .reservation-item-box-4 .reservation-btn {
    cursor: pointer;
    background: #ffde01;
    box-sizing: border-box;  
    color: #000000;
    display: none;
    width: 95%;
    height: 24px;
    line-height: 24px;
    margin-left: 21%;
    text-align: center;
    text-decoration: none;
    position: absolute;
    bottom: 20px;
    left: 0;
}

#content-details-col-right p {
    font-family: clear_sans_lightregular, arial, sans-serif;
}
#content-details-col-right .details-series-box {
    margin-bottom: 20px;
    overflow: hidden;
}
#content-details-col-right .details-series-box h5 {
    color: #44423e;
    margin-top: 0;
}
#content-details-col-right .details-series-box p {
    color: #44423e;
    margin-top: 0;
    text-align: justify;
}
#content-details-col-right .details-series-box a {
    color: #44423e;
}
#content-details-col-right .details-series-box img {
    float: left;
    margin: 0 10px 10px 0;
    width: 90px;
    height: 140px;
    display: block;
}
#content-details-col-right h6 {
    border-bottom: 1px solid #747474;
    color: #44423e;
    margin: 0 0 20px 0;
    padding-bottom: 8px;
    /*font-size: 20px;*/
    font-size: 1.25rem;
}
#details-book-comments {
    border: 1px solid #e2e2e2;
    background: #fff;
    width: 100%;
    padding: 20px 0 20px 0;
    position: relative;
}
#details-book-comments h6 {
    margin: 0;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
}
#details-book-comments .single-comment {
    color: #44423e;
    margin-top: 20px;
    width: 100%;
    display: table;
}
#details-book-comments .avatar-box {
    border-right: 1px solid #747474;
    text-align: center;
    display: table-cell;
    vertical-align: top;
    width: 22%;
    padding: 20px 0;
}
#details-book-comments .avatar-box h6 {
    display: block;
    color: #44423e;
    position: static;
    margin: 8px 0px;
    margin: 0.5rem 0px;
}
#details-book-comments .avatar-box p {
    text-align: center;
}
#details-book-comments .avatar-box img {
    display: inline-block;
    max-height: 70px;
    max-width: 70px;
    padding: 20px 0;
}
#details-book-comments .content-comment {
    padding: 20px;
    display: table-cell;
    vertical-align: top;
    width: 78%;
}
#details-book-comments .content-comment h6 {
    display: block;
    color: #44423e;
    position: static;
    margin: 8px 0px;
    margin: 0.5rem 0px;
}
#details-book-comments .content-comment p {
    text-align: justify;
}


/* end detail view styles */