.center {
	margin: 0 auto;
	width: 1240px;
}
#show-main-menu {
    display: none;
}


/*.shadow-box {
    background: rgba(0, 0, 0, 0.7);
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100000;
}*/
#top-bar {
/*    border-bottom: 2px solid #31302d;*/
    background: #44423e;
    min-height: 54px;
    width: 100%;
}

#top-bar .center {
    overflow: hidden;
}
#show-mat-menu {
    display: none;
}
#mat-logo {
    background: url(../images/mateusz_logo.png) center left no-repeat;
    float: left;
    height: 52px;
    width: 32%;
}
#mat-menu {
    /*display: table;*/
    display: block;
    float: right;
    /*height: 52px;*/
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    /*width: 22%;*/
    width: 68%;
}
#mat-menu li {
    /*display: table-cell;*/
    margin: 0;
    /* GA */
    float: right;
    list-style: none;
}
#mat-menu li a {
    color: #f6f6f6;
    display: block;
    /*line-height: 52px;*/
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    min-height: 52px;
    width: 100%;
    /* GA */
    box-sizing: border-box;
    padding-top: 16px;
}
#mat-menu span {
    -webkit-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    padding: 2px 9px;
    -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;
}
#menu-bar {
    background: rgb(228, 228, 228);
    background: rgba(228, 228, 228, 0.6);
    border-bottom: 2px solid #dddddd;
    /*height: 52px;*/
    width: 100%;
}
.mat-link-box {
    background: #6d6a64;
}
#main-menu {
    display: table;
    /*height: 50px;*/
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%
}
#main-menu li {
    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;*/
    /*padding-left: 33px;*/
    /* GA */
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    /*height: 50px;*/
    padding: 12px 0;
    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;
}
.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 {
    /* GA */
    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
}
#content-wrapper {
    margin-top: 30px;
    margin-bottom: 50px;
}
#content-bg-right {
    /*background: url(../images/right_content_bg.png) right 50px no-repeat;*/
    background: url(../images/right_content_bg.png) top right no-repeat;
}
#content-bg-left {
    /*background: url(../images/left_content_bg.png) left 50px no-repeat;*/
    background: url(../images/left_content_bg.png) top left no-repeat;
}
#content-header {
    background: #f89e00;
    /*height: 50px;*/
    /*min-height: 50px;*/
    width: 100%;
}
#content-header p {
    color: #fff;
    /*line-height: 50px;*/
    /*padding-left: 50px;*/
    padding: 12px 50px;
    margin: 0;
}
/*#content-header span {
    background: url(../personalizacja/biblioteka_logo.png) center center no-repeat;
    background-size: 41px 30px;
    display: inline-block;
    height: 30px;
    width: 41px;
    padding-right: 10px;
    vertical-align: middle;
}*/
#content {
/*    border: 1px solid #d1ccc1; */
    border-top: none;   
/*    background: rgb(255, 255, 255); */
    background: rgba(255, 255, 255, 0.5); 
/*    margin: 0 20px;			*/
    padding: 20px;
    overflow: hidden;
}
#content-left-col {
    float: left;
    width: 30%;
    /*min-height: 1420px;*/
}
#content-left-col-box {
    width: 88%;
    margin-right: 12%;
}
#search-box {
    border: 1px solid #dddddd;
    background: rgb(242, 242, 242);
    background: rgba(242, 242, 242, 0.3);
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
}
#search-box h3 {
    margin-top: 0;
}
#search-box form #search-form-title {
    color: #6d6a64;
    background: rgb(46, 46, 46);
    background: rgba(46, 46, 46, 0.1);
    box-sizing: border-box;
    border: 0;
    height: 30px;
    padding: 5px;
    width: 100%;
}
#search-box form #search-form-title:focus {
    background: rgba(46, 46, 46, 0.2);
}
.form-box {
    margin: 5px 0;
}
#show-hide-search-form {
    color: #f89e00; 
    cursor: pointer;
    display: block;
    margin: 15px 0 10px 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;
}
#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-form-options {
    display: none;
}
#search-form-btn {
    cursor: pointer;
    color: #fff;
    display: block;
    border: none;
    background: #f89e00;
    box-sizing: border-box;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}
#news-box {
    border: 1px solid #dddddd;
    background: rgb(242, 242, 242);
    background: rgba(242, 242, 242, 0.3);
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
}
#news-box h3 {
    margin-top: 0;
}
#news-box h3 a {
    color: #f89e00;
    text-decoration: none;
}
#news-box h3 span {
    background: url(../images/orange_right_arrow.png) center center no-repeat;
    display: inline-block;
    height: 12px;
    width: 14px;
    vertical-align: middle;
    padding-left: 10px;
}
#content-right-col {
    float: left;
    width: 70%;
}
#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);
    /*height: 45px;*/
    width: 100%;
    overflow: hidden;
    padding: 12px 0;
}
#viev-btn-box {
    width: 25%;
    float: left;
    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%;
}
#viev-shelf {
    cursor: pointer;
    background: url(../images/shelf.png) center center no-repeat;
    display: inline-block;
    height: 20px;
    width: 34px;
    vertical-align: middle;
    padding: 0 10px;
    opacity: 0.4;
}
#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;
    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;
    opacity: 0.4;
}

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




#search-results.active-view-shelf {
    margin-top: 30px
}
#search-results.active-view-tiles {
    margin-top: 20px
}
.active-view-shelf .shelf-box {
    background: url(../images/shelf_bg.png) bottom center no-repeat;
    padding: 0 26px 95px 26px;
}
.active-view-shelf .shelf-box:not(:first-child) {
    margin-top: -40px;
}
.active-view-shelf + #pagination {
    margin-top: -40px;
}
.active-view-tiles .shelf-box {
    overflow: hidden;
}
.active-view-shelf .book-box {
    float: left;
    height: 118px;
    width: 10.75%;
    margin-right: 2%;
    position: relative;
}
.active-view-shelf .book-box.book-box-nonavailable {
    border: 2px solid #ec0000;
}
.active-view-shelf .book-box.book-box-nonavailable span {
    cursor: pointer;
    background: url('../images/book_box_nonavailable.png') bottom right no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1000;
}
.active-view-shelf .book-box.book-box-nonavailable .main-book-img {
    border: none;
    position: relative;
    top: -100%;
}
.active-view-shelf .book-box:first-child + div + div + div + div + div + div + div {
    margin-right: 0;
}
.active-view-tiles .book-box {
    border: 1px solid #ddd;
    float: left;
    width: 48%;
/*    height: 210px;*/
    min-height: 100px;
    margin: 10px 4% 10px 0;
    position: relative;
    /*padding-top: 50px;*/
    /* GA */
    background: rgb(46, 46, 46);
    background: rgba(46, 46, 46, 0.1);
}
.active-view-tiles .book-box:nth-child(even) {
    margin-right: 0;
}
.book-box-info p {
    color: #44423e;
    margin: 0;
}
.active-view-shelf .book-box.left .book-box-info {
    background: rgb(68, 66, 62);
    background: rgba(68, 66, 62, 0.9);
    display: none;
/*    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -180px;
    z-index: 100001;*/
    position: relative;
    left: 0;
    top: 20px;
    z-index: 10000;
    min-height: 200px;
    width: 450px;
    /*padding-top: 56px;*/
}
.active-view-shelf .book-box.right .book-box-info {
    background: rgb(68, 66, 62);
    background: rgba(68, 66, 62, 0.9);
    display: none;
/*    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -180px;
    z-index: 100001;*/
    position: relative;
    right: 400px;
    top: 20px;
    z-index: 10000;
    min-height: 200px;
    width: 400px;
    /*padding-top: 56px;*/
    margin-left: 100%;
}
.active-view-shelf .book-box.book-box-nonavailable.left .book-box-info {
    position: absolute;
    top: 138px;
}
.active-view-shelf .book-box.book-box-nonavailable.right .book-box-info {
    position: absolute;
    top: 138px;
    right: 0;
    margin-left: 0;
}
.active-view-tiles .book-box-info {
/*    height: 100%;
    background: rgb(46, 46, 46);
    background: rgba(46, 46, 46, 0.1);*/
}










.active-view-tiles .book-box-info a {
/*    color: #fff;
    position: absolute;
    bottom: 0;
    left: 140px;
    height: 36px;
    line-height: 36px;*/
    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;
    color: #ffff00;

}









.active-view-shelf .shelf-box .book-box > .main-book-img {
    border: 1px solid #6d6a64;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 100%;
    width: 100%;
}
.active-view-shelf .book-close-btn {
    background: #44423e;
    cursor: pointer;
    color: #fff;
    line-height: 30px;
    text-align: center;
    height: 30px;
    width: 30px;
    position: absolute;
    /*top: 0;*/
    right: 0;
    z-index: 1000;
}
.active-view-shelf .book-type-img {
    position: absolute;
/*    top: 0; */
    left: 0;
    z-index: 1000;
}
.active-view-shelf .book-title-box {
    background: #fff;
/*    position: absolute;
    top: 0;
    height: 56px;*/
    width: 100%;
    padding: 6px 0;
    min-height: 56px;
}
.active-view-shelf .book-title-box p {
    padding-left: 60px;
    /* GA */
    padding-right: 35px;
}
.active-view-shelf .book-title-box .book-title {
    /*font-size: 20px;*/
    font-size: 1.25rem;
}
.active-view-shelf .book-rating {
    box-sizing: border-box;
    display: block;
    margin: 0;
/*    height: 36px;
    padding: 10px 0 10px 30px;*/
    padding: 10px 0 20px 30px;
    list-style: none;
    overflow: hidden;
    width: 100%;
    /*position: absolute;*/
    bottom: 0;
}
.active-view-shelf .book-rating li {
   list-style: none;
   float: left;
   margin: 0;
   height: 16px;
   width: 16px;
}
.active-view-shelf .book-box-info a {
    background: rgba(242, 242, 242, 0.9);
    color: #44423e;
    position: absolute;
    bottom: 20px;
    right: 60px;
    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;
}
.active-view-shelf .book-box-info a:hover {
    background: rgba(242, 242, 242, 1.0);
}
.active-view-shelf .book-author, .active-view-shelf .book-print {
    color: #fff;
    padding-left: 30px;
    margin: 10px 0;
}

/*
.active-view-shelf .book-box-info .main-book-img, .active-view-shelf .book-source, .active-view-shelf .book-availability , .active-view-shelf .book-sygnaturka{
    display: none;
}
*/

.active-view-shelf .book-box-info .main-book-img, .active-view-shelf .book-source , .active-view-shelf .book-sygnaturka{
    display: none;
}


.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: 135px;
    width: 95px;
    z-index: 1000;
    position: absolute;
    top: 18px;
    left: 11px;
}
.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: 45px;
    padding: 10px 0 10px 20px;
    list-style: none;
    overflow: hidden;
    width: 40%;
}
.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 90px;
}
.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-author {
    display: block;
    background: #fff;
    box-sizing: border-box;
    padding: 15px 0 15px 116px;
    padding: 15px 45px 15px 116px;
    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: 2px 0 1px 116px;
    width: 100%;
}
.active-view-tiles .book-print {
    display: block;
    box-sizing: border-box;
    padding: 15px 0 5px 116px;
    width: 100%;
}*/

.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-shelf .book-availability {
    height: 41px;
    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, .active-view-list .book-available, active-view-shelf .book-available {
    background: #ffde01;
}
.active-view-tiles .book-nonavailable, .active-view-list .book-nonavailable, active-view-shelf .book-nonavailable {
    background: #23d3dc;
}
.active-view-tiles .book-reservation, .active-view-list .book-reservation, active-view-shelf .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-list .book-box-info {
    border-bottom: 1px solid #747474;
    padding: 25px 0px 10px 0px;
    margin-bottom: 0px;
    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-sygnaturka {
    position: absolute;
    top: 78px;
    right: 0;
    width: 48px;
    height: 48px;
}

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

















#bottom-bar {
    border-top: 3px solid #e6e6e6;
    background: #f0f0f0;
    width: 100%;
    overflow: hidden;
}
#bottom-bar p {
    color: #44423e;
    padding: 16px 0 16px 65px;
    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;
}
#bottom-menu {
    float: left;
    overflow: hidden;
    width: 34%;
}
#bottom-menu-left {
    float: left;
    width: 45%;
}
#bottom-menu-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#bottom-menu-left ul li {
    margin: 0;
    width: 100%;
    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;
}
#bottom-menu-left ul li a {
    background: url(../images/light_right_arrow.png) 90% center no-repeat;
    box-sizing: border-box;
    color: rgb(252, 252, 252);
    color: rgba(252, 252, 252, 0.9);
    display: block;
    /*font-size: 20px;*/
    font-size: 1.25rem;
    line-height: 56px;
    height: 56px;
    /*padding-left: 25px;*/
    padding-left: 10px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
#bottom-menu-left ul li a:hover {
    background: #494846 url(../images/light_right_arrow.png) 90% center no-repeat;
}
#bottom-menu-left ul li a.active-bottom-menu {
    background: #494846 url(../images/light_right_arrow.png) 90% center no-repeat;
}
#bottom-menu-left ul.bottom-nav-child {
    display: none;
}
#bottom-menu-right {
    background: #494846;
    float: left;
    height: 320px;
    width: 55%;
    position: relative;
}
#bottom-menu-right ul {
    margin: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}
#bottom-menu-right ul li {
    margin: 0 0 8px 0;
}
#bottom-menu-right ul li a {
    color: rgb(252, 252, 252);
    color: rgba(252, 252, 252, 0.6);
    display: block;
    background: none;
    /*font-size: 16px;*/
    font-size: 1rem;
    text-decoration: none;
    text-transform: none;
    padding-left: 10px; 
    height: 28px;
    line-height: 28px;
}
#bottom-menu-right ul li a:hover {
    color: rgba(252, 252, 252, 0.9);
}
.bottom-box {
    float: left;
    width: 19%;
}
#bottom-menu + .bottom-box {
    margin-left: 3%;
}
#bottom-menu + .bottom-box + .bottom-box {
    margin: 0 3%;
}
.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;
}
/* detail view styles */
#details-book-desc-box .book-cover, #details-book-desc-box .book-rating, #book-reservation-mobile-info {
    display: none;
}
#content-details-header {
    background: rgba(46, 46, 46, 0.1);
    padding: 0 20px;
    width: 100%;
    position: relative;
    min-height: 52px;
}
#content-details-header p {
    margin: 0;
    padding: 14px 0;
}
#book-details-form {
    display: inline-block;
    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: 230px;
}
#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 url(../images/light_right_arrow.png) 90% center no-repeat;
    box-sizing: border-box;
    margin: 0;
    /*height: 26px;*/
    text-align: center;
    padding: 2px 36px 2px 28px;
}
#content-details-box {
    /* GA */
    font-size: inherit;
    
    display: table;
    /* margin-top: 30px; */
}
#content-details-col-left {
    display: table-cell;
    padding-right: 20px;
    vertical-align: top;
    width: 17%;
    text-align: center;
}
#content-details-col-left img {
    display: block;
    width: 100%;
}
#content-details-col-left ul.book-rating {
   list-style: none;
   margin: 20px 0;
   padding: 0;
   display: inline-block;
   overflow: hidden;
}
#content-details-col-left ul.book-rating li {
   list-style: none;
   float: left;
   margin: 0;
   height: 16px;
   width: 16px;
}
#content-details-col-middle {
    display: table-cell;
    vertical-align: top;
  /*  border-right: 1px solid #747474; */
    width: 58%;
    padding-right: 10px;
}
#content-details-col-middle #details-book-desc-box {
    /*padding-bottom: 32px;*/
    padding-bottom: 0px;
    position: relative;
}
#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 {
    box-sizing: border-box;
    color: #44423e;
    margin-bottom: 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-intro {
    padding-top: 35px;
}
#content-details-col-middle #details-book-desc-box .details-book-type-img {
    position: absolute;
    top: 0;
    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: -10px;
    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;
}

#content-details-col-middle table {
    color: #44423e;
    width: 100%;
    border: none;
}

.book-cell-label {
	color: #44423E;
	margin-left:3px;
	
}

#content-details-col-middle .book-cell-label {
    width: 28%;
}
#content-details-col-right {
    display: table-cell;
    vertical-align: top;
    width: 25%;
    padding-left: 20px;
}
#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: 0;
}
#content-details-col-right .details-series-box p {
    color: #44423e;
    margin-top: 0;
    text-align: justify;
    /*font-size: 12px;*/
    font-size: 0.75rem;
}
#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: #6d6a64;
    margin: 0 0 20px 0;
    padding-bottom: 8px;
}
#content-details-col-right #details-news-box {
    overflow: hidden;
}
#content-details-col-right #details-news-box a {
    display: block;
    float: left;
    width: 30%;
    margin-bottom: 5%;
}
#content-details-col-right #details-news-box a:nth-child(3n+3) {
    margin: 0 5%;
}
#content-details-col-right #details-news-box a img {
    height: 115px;
    width: 100%;
    display: block;
}
#content-details-col-middle #details-news-box h6 {
    color: #44423e;
}
#content-details-col-middle #details-book-reservation {
    color: #44423e;
    padding: 0px 0;
    margin-bottom: 20px;
}
#content-details-col-middle #details-book-reservation > p {
    margin-bottom: 0;
    padding-bottom: 20px;
}
#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: 10px;
    width: 25%;
}
#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 10px 20px 10px;
    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 5px;
    width: 10%;
}
#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;
}





#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 */
