#fb-panel, .back-to-top, #bottom-menu, #news-box, #bottom-bar {
    display: none;
}
/*.shadow-box {
    display: none;
}*/

.art-vmenublock {border: 0;}

html.contrast2 .art-post {border: 0;}
html.contrast4 .art-post {border: 0;}

html.contrast2 .active-view-tiles .book-box {border: 1px solid #2b2b2a;}
html.contrast4 .active-view-tiles .book-box {border: 1px solid #2b2b2a;}


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


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


hr {
  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: 100000;
    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;
}
#menu-bar {
    background: rgb(228, 228, 228);
    background: rgba(228, 228, 228, 0.6);
    border-bottom: 2px solid #dddddd;
    min-height: 52px;
    width: 100%;
    position: relative;
}
#menu-bar .center {
    overflow: hidden;
}
#show-main-menu {
    background: url(../images/show_main_menu.png) center center no-repeat;
    float: right;
    cursor: pointer;
    height: 52px;
    width: 52px;
    position: absolute;
    top: 0;
    right: 0;
}
#main-menu {
    background: rgb(241, 154, 0);
    background: rgba(241, 154, 0, 0.9);
    display: none;
    position: absolute;
    top: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    z-index: 10000;
}
#main-menu li {
    margin: 0;
    list-style: none;
}
#main-menu li a {
    box-sizing: border-box;
    border-bottom: 1px solid #dd8d00;
    /*font-size: 18px;*/
    font-size: 1.125rem;
    color: #fff;
    display: block;
    padding: 16px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
#main-menu li.first-parent {
    position: relative;
}
#main-menu li.first-parent a {
    background: url(../images/light_down_arrow.png) center 88% no-repeat;
}
#main-menu .nav-child, #main-menu .nav-child-right {
    display: none;
    margin: 0;
    padding: 0;
}
#main-menu li.first-parent .nav-child, #main-menu li.first-parent .nav-child-right {
    background: rgb(241, 241, 241);
    background: rgba(241, 241, 241, 0.9);
    position: absolute;
    top: 100%;
    width: 70%;
    left: 50%;
    margin-left: -35%;
    z-index: 10001; 
}
#main-menu li.first-parent .nav-child li, #main-menu li.first-parent .nav-child-right li {
    margin-bottom: 10px;
}
#main-menu li.first-parent .nav-child li:last-child, #main-menu li.first-parent .nav-child-right li:last-child {
    margin-bottom: 0;
}
#main-menu li.first-parent .nav-child li a, #main-menu li.first-parent .nav-child-right li a {
    background: rgb(68, 66, 62);
    background: rgba(68, 66, 62, 0.95);
    border: none;
}
#main-menu li.first-parent .nav-child .nav-child, #main-menu li.first-parent .nav-child-right .nav-child {
    position: relative;
    width: 100%;
    margin: 0;
    left: auto;
}
#main-menu li.first-parent .nav-child .nav-child li, #main-menu li.first-parent .nav-child-right .nav-child li {
    margin-bottom: 0;
}
#main-menu li.first-parent .nav-child .nav-child li a, #main-menu li.first-parent .nav-child-right .nav-child li a {
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 0.9);
    text-transform: none;
    padding: 8px 0;
}
#content-wrapper {
    margin: 30px 10px 50px 10px;
}
#content {
    border: 1px solid #d1ccc1;
    border-top: none;   
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
    padding: 10px;
}
#content-header {
    background: #f89e00;
/*    height: 50px;*/
    width: 100%;
}
#content-header p {
    color: #fff;
    padding: 12px 10px;
    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;
    padding: 0 10px;
    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: 50%;
    float: left;
    padding: 0 20px;
    text-align: right;
}
#view-header p {
    box-sizing: border-box;
    padding: 0 20px;
    float: left;
    display: inline-block;
    height: 100%;
    /*line-height: 45px;*/
    width: 50%;
    margin: 0;
}
#view-header p:first-child + p {
    text-align: right;
    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*/









#content-right-col {
    margin-top: 20px;
}
#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%;
    height: 32px;
    position: absolute;
    top: 51px;
    right: 20px;
}
.form-box {
    width: 50%;
    float: left;
    margin: 10px 0;
}
.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: 100%;
    min-height: 100px;
    margin: 20px 0 20px 0;
    position: relative;
    overflow: hidden;
    /*padding-top: 50px;*/
}
.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;
    
    /* width: 170px;*/   
    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-author {
    display: block;
    background: #fff;
    box-sizing: border-box;
    padding: 15px 0 15px 126px;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
}
.active-view-tiles .book-title {
    display: block;
    box-sizing: border-box;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 15px 0 15px 126px;
    width: 100%;
}
.active-view-tiles .book-print {
    display: block;
    box-sizing: border-box;
    padding: 15px 0 15px 126px;
    width: 100%;
}
.active-view-tiles .book-rating {
    box-sizing: border-box;
    background: rgba(46, 46, 46, 0.1);
    display: block;
    margin: 0;
    height: 36px;
    padding: 10px 0 10px 20px;
    list-style: none;
    overflow: hidden;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.active-view-tiles .book-box-info a {
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 140px;
    height: 36px;
    line-height: 36px;
    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-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: 45px;
    padding: 10px 0 10px 20px;
    list-style: none;
    overflow: hidden;
    width: 50%;
}
.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 55px 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-list .book-sygnaturka {
    position: absolute;
    top: 20px;
    right: 0;
    width: 48px;
    height: 48px;
}


.active-view-tiles .book-availability img {
    margin: 8px 14px;
}


.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-tiles .book-subtitle, .active-view-tiles .book-source, .active-view-tiles .book-close-btn, .active-view-tiles .book-sygnaturka, .active-view-tiles .book-availability {
   /* 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 {
    background: #ffde01;
}
.active-view-tiles .book-nonavailable {
    background: #23d3dc;
}
.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;
}
.active-view-list .main-book-img, .active-view-list .book-close-btn, .active-view-list .book-type-img {
    display: none;
}
.active-view-list .book-box-info {
    border-bottom: 1px solid #747474;
    padding: 20px 50px 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: 70px;
    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-sygnaturka img {
    display: block;
    padding: 8px 14px;
}

.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: 10px;
}
.active-view-list a#klaw:hover {
    background: rgba(46, 46, 46, 0.2)
}
















#menu-bar p {
    color: #44423e;
    padding: 16px 68px 16px 45px;
    background: url(../images/rss.png) 10px 14px no-repeat;
    text-align: justify;
    margin: 0;
}
#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: 47%;
    margin-bottom: 20px;
}
.bottom-box.bottom-box-contact {
    float: left;
    width: 100%;
    margin-bottom: 0;
}
#bottom-menu + .bottom-box {
    margin-right: 6%;
}
.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 {
    padding: 0 10px;
}
/* detail view styles */

#content-details-col-left {
   display: none; 
}

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


#content-details-col-middle #details-book-reservation #book-reservation-mobile-info {
    margin: 0;
    padding: 0 0 20px 0;
    /*font-size: 16px;*/
    font-size: 1rem;
}
#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: 80%;
}
#book-details-form {
    display: block;
    float: left;
    padding: 14px 0;
    width: 60%;
/*    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: 30%;
    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: 69%;
    margin-left: 1%;
    float: left;
}
#details-book-desc-box ul.book-rating {
   list-style: none;
   margin: 0;
   padding: 0;
   display: inline-block;
   overflow: hidden;
}
#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: 20px 0 40px 0;
    position: relative;
    /*overflow: hidden;*/
}
#content-details-col-middle #details-book-desc-box .details-book-desc {
    color: #44423e;
    text-align: justify;
}
#content-details-col-middle #details-book-desc-box h4 {
    color: #44423e;
    margin: 0;
}
#content-details-col-middle #details-book-desc-box h4 + p {
    color: #44423e;
    margin-top: 4px;
}
#content-details-col-middle #details-book-desc-box .details-book-type-img {
    display: none;
}
#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-reservation {
    color: #44423e;
    padding: 20px 0;
}
#content-details-col-middle #details-book-reservation > p {
    margin-bottom: 0;
    /*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 {
    cursor: pointer;
    border-right: 1px solid #747474;
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
    width: 29%;
    position: relative;
}
#details-book-reservation .reservation-item-box-0 .reservation-btn {
    display: none;
    cursor: pointer;
    background: #ffde01;
    box-sizing: border-box;  
    color: #000000;
    display: none;
    width: 90%;
    height: 24px;
    line-height: 24px;
    margin-right: 10%;
    text-align: center;
    text-decoration: none;
    position: absolute;
    bottom: 20px;
    left: 0;
}
#details-book-reservation .reservation-item-box-1 {
    border-right: 1px solid #747474;
    display: table-cell;
    vertical-align: top;
    padding: 0 10px 20px 10px;
    width: 59%;
}
#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 10px;
    width: 12%;
}
#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: none;
}

#details-book-reservation .reservation-item-box-4 {
    display: none;
}


#content-details-col-middle #details-book-table {
    padding: 24px 0;
    border-top: 1px 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-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: 35%;
    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: 65%;
}
#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 */