body {
    margin: 0;
    padding: 0;
    color: #000;
    font: normal 10pt 'Open Sans', Tahoma, Arial, Helvetica, sans-serif;
    background: url("../img/bg.jpg") no-repeat fixed top center;
    background-size: 100%;
}

.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    /*
    if width will be 100% horizontal scrollbar will apear
    when scroll mode will be used
    */
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /*
    it is very important, if line-height not setted or setted
    in relative units scroll will be broken in firefox
    */
    line-height: 16px;
    overflow: hidden;
}

.ac_loading {
    background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #0A246A;
    color: white;
}

a {
    color: #00618F;
}

a:hover {
    color: #F14D00;
}

.personal-info {
    overflow: hidden;
}

#header {
    margin: 50px 0 0 0;
    background-color: #f7f7f7;
    position: relative;
    border-radius: 5px 5px 0 0;
    padding: 40px;
    font-size: 0;
}

#header > div {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
}

#content {
    padding: 30px 25px;
    background-color: #fff;
    font-size: 16px;
    overflow: hidden;
    line-height: 21px;
    font-family: 'Pt Sans', Tahoma;
    color: #5d6577;
}

#sidebar {
    padding: 20px 20px 20px 0;
}

.jqvmap-label {
    position: absolute;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: smaller;
    padding: 3px;
}

.jqvmap-zoomin, .jqvmap-zoomout {
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #000000;
    padding: 3px;
    color: white;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}

.jqvmap-zoomin {
    top: 10px;
}

.jqvmap-zoomout {
    top: 30px;
}

.jqvmap-region {
    cursor: pointer;
}

.jqvmap-ajax_response {
    width: 100%;
    height: 500px;
}

.myquotes #help p {
    display: inline-block;
    background-color: #FF7A00;
    padding: 5px 12px;
    margin-right: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    border: 1px solid #FF7A00;
    cursor: pointer;
}

.front-title {
    font-size: 24px !important;
}

.extended-search ul {
    margin: 0;
    padding: 0;
}

.extended-search ul li {
    display: inline-block;
}

.extended-search ul li input[type="checkbox"] {
    display: none;
}

.extended-search ul li input[type="checkbox"] + label {
    display: block;
    border: 1px solid #DBDBDB;
    margin: 1px 1px;
    padding: 7px 7px;
    cursor: pointer;
}

.extended-search ul li input[type="checkbox"]:checked + label {
    background-color: #FF7A00;
    color: #FFF;
    border: 1px solid #FF7A00;
}

.extended-search ul li input[type="checkbox"] + label:hover {
    background-color: #FF7A00;
    color: #FFF;
    border: 1px solid #FF7A00;
}

.myquotes ul > ul {
    background-color: #FF7A00;
    margin-top: -1px;
    padding: 10px;
}

.extended-search .myquotes ul > ul li input[type="checkbox"] + label {
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
}

.extended-search .myquotes ul > ul li input[type="checkbox"]:checked + label {
    border: 1px solid #FFf;
    background-color: #FF7A00;
    color: #fff;
}

.extended-search .myquotes ul > ul li input[type="checkbox"] + label:hover {
    border: 1px solid #FFf;
    background-color: #FF7A00;
    color: #fff;
}

#footer {
    background-color: rgba(17, 22, 27, 1);
    color: #fff;
    padding: 20px 0;
    border-top: 3px solid #4C98CE;
}

.footer-item {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    font-family: 'Pt Sans';
}

#footer li b {
    font-weight: normal;
    color: #FF8500;
    font-size: 14px;
}

#footer li a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid;
    font-size: 12px;
}

#footer li a:hover {
    color: #FF8500;
}

#logo a {
    text-decoration: none;
    color: #000;
}

.form-find {
    width: 55% !important;
}

.find-center {
    width: 70%;
    margin: 0 auto;
}

.container, .fixed, #footer {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
}

#mainmenu {
    overflow: hidden;
    display: table;
    width: 100%;
}

#mainmenu ul {
    padding: 0;
    margin: 0;
    display: table-row;
}

#mainmenu ul li {
    display: inline-block;
    position: relative;
    display: table-cell;
}

.mainmenu-admin ul li {
    display: inline-block !important;
}

.addbooks {
    padding-bottom: 40px;
    font-size: 0;
}

.addbooks p {
    font-size: 16px;
}

.get-more {
    background: none !important;
    border: 0 !important;
    color: #00618F !important;
    display: inline;
    padding: 0 !important;
    font-size: 16px !important;
    font-family: 'Pt Sans';
    border-bottom: 1px dashed !important;
    margin: 0 !important;
}

.get-more:hover {
    color: #F14D00 !important;
}

.get-more:focus {
    outline: none;
}

#secondmenu ul li {
    position: relative;
}

#mainmenu ul li a {
    color: #575d69;
    background-color: #f4f4f4;
    font-size: 14px;
    text-decoration: none;
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #d3d7d6;
    border: 1px solid #d3d7d6;
    text-align: center;
    border-left: 0;
    font-family: 'Pt Sans', Tahoma;
    font-size: 16px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a {
    color: #FF7e00;
    background-color: #FFFFFF;
    text-decoration: none;
}

div.form .rememberMe label {
    display: inline;
}

div.view {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

div.search-form {
    padding: 10px;
    margin: 10px 0;
    background: #eee;
}

.advance-search div.genre ul > ul {
    display: none;
}

.clear {
    clear: both;
}

.mainmenu-admin li {
    width: 14%;
    text-align: center;
}

.mainmenu-admin li a {
    font-size: 12px !important;
    padding: 7px 0 !important;
}

.block-poster, .block-poster-list {
    display: block;
    width: 100%;
    height: 185px;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}

.block-poster-list {
    height: 165px;
}

.block-poster-list {
    border: 0;
    width: 237px !important;
}

.poster-container-list {
    width: 230px !important;
}

.block-poster-list {
    width: 299px;
}

.block-poster-view {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 12px 12px rgba(0, 3, 1, .15);
    -moz-box-shadow: 0 12px 12px rgba(0, 3, 1, .15);
    box-shadow: 0 12px 12px rgba(0, 3, 1, .15);
    border: solid 5px #fff;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.block-poster h2 {
    font-size: 14px;
}

.block-poster img {
    min-height: 100%;
    width: 100%;
}

.block-poster:hover .block-poster-header {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
}

.block-poster:hover .block-poster-header a {
    color: #fff;
}

h1, h2, p.front-title, p.quote-head {
    font-size: 23px;
    line-height: 1.2em;
    margin: 0 0 15px;
    color: #3f475d;
    font-family: 'Open Sans';
    font-weight: 600;
}

.share-project p {
    margin: 0;
    font-size: 18px;
}

.head-book-view h2, p.quote-head {
    font-size: 21px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 10px;
}

p.quote-head {
    margin-bottom: 10px !important;
}

.block-poster-header, .block-poster-header-list {
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    padding: 0 0 20px 0;
    height: 40px;
}

.block-poster-header-list {
    color: #fff;
    height: auto;
    padding: 0 15px;
    width: 269px;
    overflow: visible;
    font-size: 17px;
    background-color: rgba(60,62,69,0.9);
}

.block-poster-header-list a {
    text-decoration: none;
    color: #fff;
    padding: 15px 0;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 18px;
}

div.all-lists {
    text-align: right;
    padding: 10px;
}

.block-poster-list:hover a {
    padding: 93px 0;
}

.block-poster:hover .block-poster-header {
    background-color: rgba(0, 0, 0, 0.8);

    height: 100%;
}

.block-poster:hover .block-poster-header a {
    height: 100%;
    padding: 35px 2%;
}

.block-poster-header a {
    color: #fff;
    text-decoration: none;
    padding: 0 2%;
    font-size: 13px;
    top: 5px;
    font-family: Tahoma, Sans-Serif;
    position: absolute;
    width: 96%;
    display: block;
    word-wrap: break-word;
}

.author_preview {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: rgba(255, 255, 255, 0);
    width: 100%;
    font-size: 11px;
    font-family: Tahoma;
}

.block-poster:hover .author_preview {
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    color: #fff;
}

.poster-container, .poster-container-list {
    display: inline-block;
    vertical-align: top;
    width: 127px;
    margin-bottom: 10px;
    position: relative;
    margin-right: 10px;
    z-index: 0;
}

.change-password {
    font-size: 11px;
    font-family: 'Open Sans';
    color: #6D6F71;
}

.change-password:hover {
    color: #F14D00;
}

.my-library .poster-container {
    margin-bottom: 80px;
}

.poster-container-list {
    width: 316px;
    cursor: pointer;
}

.book-head-view {
    min-height: 685px;
    padding-bottom: 15px;
    position: relative;
}

.book-head-view h1 {
    font-size: 23px;
    font-weight: 600;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 15px;
}

#features-tog, #linearityplot-tog, #lifetime-tog, #plotmoves-tog, #scene-tog, #genre-tog, #characters-tog, #ageReader-tog {
    display: none;
}

.slide img {
    width: 100%;
    height: 350px;
}

#slideshow {
    max-width: 235px;
    position: relative;
    float: left;
    margin-right: 25px;
}

#slideshow #slidesContainer {
    max-width: 235px;
    overflow: auto; /* СЂР°Р·СЂРµС€Р°РµРј РїСЂРѕРєСЂСѓС‚РєСѓ */
    position: relative;
}

#slideshow #slidesContainer .slide {
    margin: 0 auto;
    max-width: 235px;
}

/**
 * Slideshow controls style rules.
 */
.control {
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -10000px;
    position: absolute;
    cursor: pointer;
}

#leftControl {
    left: 0;
    z-index: 9;
    top: 50%;
    margin-top: -105px;
    border-radius: 50px;
    background-image: url(../img/left-arrow.png);
}

#leftControl:hover {
    background-position: 0 -40px;
}

#rightControl {
    right: 0;
    z-index: 9;
    top: 50%;
    margin-top: -105px;
    border-radius: 50px;
    background: url("../img/right-arrow.png") 0 0;
}

#rightControl:hover {
    background-position: 0 -40px;
}

input[type="text"], input[type="mail"], input[type="password"] {
    background-color: rgba(255, 255, 255, 1);
    padding: 5px;
    border: 1px solid #FF7e00;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input[type="text"]:focus, input[type="mail"]:focus, input[type="password"]:focus {
    border: 1px solid #F36100;
    background-color: #fff;
}

input[type="submit"], a.addnewbook, a.all-lists {
    color: #fef4e9;
    text-decoration: none;
    border: solid 0 #da7c0c;
    background: #f78d1d;
    padding: 6px 16px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.comment {
    position: relative;
}

.comment input[type="submit"] {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    text-indent: -99999px;
    background: none;
    background-image: url(../img/close-16.png);
    background-color: #EEE;
    border-radius: 50%;
    background-size: 68%;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.7;
}

.comment input[type="submit"]:hover {
    background-image: url(../img/close-16.png);
    background-size: 68%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #EEE;
    opacity: 1;
}

.comment:hover input[type="submit"] {
    display: block;
}

.comment-line {
    overflow: hidden;
}

.comment-line p {
    margin: 5px 0;
}

input[type="submit"]:hover, a.addnewbook:hover, a.all-lists:hover {
    background: #E5690A;
}

input[type="submit"]:active, a.addnewbook:active {
    color: #fcd3a5;
}

.book-view-block, .myquotes {
    padding: 15px 20px;
    margin-bottom: 25px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #E2E2E2;
}

.friend-list:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

ul li {
    list-style: none;
}

.info-book-view {
    margin-left: 260px;
}

.info-book-view ul {
    margin: 0;
    padding: 0;
}

.info-book-view ul li {
    border-bottom: 1px solid rgba(244, 244, 244, 1);
    padding: 5px 0;
    color: #006180;
    line-height: 18px;
    font-size: 13px;
    font-family: 'Pt Sans', Tahoma;
}

.info-book-view ul li > div{
    margin-left: 140px;
}

.info-book-view ul li span {
    margin-right: 5px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.info-book-view ul li span .priority-block {
    position: absolute;
    width: 150px;
    text-align: center;
    background-color: #F7F7F7;
    bottom: 25px;
    left: 50%;
    border-radius: 5px;
    margin-left: -82px;
    box-sizing: border-box;
    border: 1px solid #D3D7D6;
    border-bottom: 1px solid #FF7E00;
    border-top: 2px solid #FF7e00;
    box-shadow: 0 0 10px rgba(131, 131, 131, 0.5);
    padding: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
}

.info-book-view ul li span:hover .priority-block {
    visibility: visible;
    opacity: 1;


}

.info-book-view ul li:last-child {
    border-bottom: 0;
}

.info-book-view ul li b {
    font-weight: normal;
    color: #000000;
    min-width: 140px;
    display: block;
    float: left;
}

.rating-stars {
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #c5c5c5;
}

.rating-block {
    padding: 0 0 8px 0;
    position: relative;
}

span.star-rating-control {
    text-align: center;
    overflow: hidden;
    display: block;
}

div.star-rating {
    display: inline-block !important;
    float: none !important;
}

.total-rating {
    text-align: center;
    margin-top: 10px;
}

span.rating {
    font-size: 29px;
    color: #00A822;
}

.count-rating {
    font-size: 15px;
    color: #575A58;
}

.read {
    overflow: hidden;
}

.i_read {
    float: left;
}

.i_read a, .i_read .read_new {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    color: #424242;
    border: 1px solid #C5C5C5;
    padding: 4px 11px;
    display: block;
}

.i_read .read_new {
    background-color: #ff7a00;
    color: #fff;
    border: 1px solid #F19100;
}

.i_read a:hover {
    background-color: #ff7a00;
    color: #fff;
    border: 1px solid #F19100;
}

#i_am_reading a, #i_am_reading .read_new {
    border-left: 0;
    border-right: 0;
}

#vk_groups,
#vk_groups iframe {
    width: 100% !important;
}

.count-rating-block {
    text-align: center;
    color: #6f6f6f;
}

.rating-label {
    font-size: 22px;
    color: #6F6F6F;
}

.info-book-view strong {
    font-weight: normal;
}

.add-review-block {

}

.add-review-block p {
    margin: 12px 0 0;
}

.add-review-block h3, .add-comment-block h3 {
    margin-top: 20px;
    margin-bottom: 12px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 7px;
}

.add-review-block input[type="text"] {
    border-color: rgb(169, 169, 169);
    width: 98%;
    padding: 5px 1%;
    display: block;
}

.add-review-block textarea, #commentstext {
    resize: none;
    height: 90px;
    width: 98%;
    padding: 5px 1%;
    display: block;
    font-family: 'Pt Sans';
    font-size: 16px;
    color: #5f5f5f;
    border: 1px solid #A9A9A9;
}

/* individual elements: webkit */
#commentstext::-webkit-input-placeholder { color:#ccc; }

/* individual elements: mozilla */
#commentstext::-moz-placeholder { color:#ccc; }


.add-review-block textarea:focus, #commentstext:focus {
    outline: none;
    border: 1px solid #868686;
}

.comment input[type="button"] {
    background-color: #fff;
    border: 0;
    font-size: 13px;
    color: #0095FF;
    cursor: pointer;
    border-bottom: 1px dashed #0095FF;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    margin-left: 10px;
}

.comment input[type="button"]:hover {
    color: #F14D00;
    border-bottom: 1px dashed #F14D00;
}
.add-review-block input[type="radio"] {
    display: none;
}

.add-review-block input + label {
    border: 1px solid #ccc;
    padding: 7px 25px;
    display: block;
    float: left;
    margin-top: 12px;
    cursor: pointer;
    font-size: 11px;
    line-height: 18px;
    font-family: Tahoma;
}

.add-review-block input + label[for="reviewtype_1"] {
    border-left: 0;
    border-right: 0;
}

.add-review-block input:checked + label[for="reviewtype_0"] {
    background-color: #d00;
    color: #fff;
    border-color: #d00;
}

.add-review-block input + label[for="reviewtype_0"]:hover {
    background-color: #d00;
    color: #fff;
    border-color: #d00;
}

.add-review-block input:checked + label[for="reviewtype_1"] {
    background-color: #eee;
}

.add-review-block input + label[for="reviewtype_1"]:hover {
    background-color: #eee;
}

.add-review-block input:checked + label[for="reviewtype_2"] {
    background-color: #00A822;
    color: #fff;
    border-color: #00A822;
}

.add-review-block input + label[for="reviewtype_2"]:hover {
    background-color: #00A822;
    color: #fff;
    border-color: #00A822;
}

.add-review-block input[type="submit"], input[type="button"] {
    margin: 12px 0 0 3px;
    padding: 8px 68px;
    font-size: 13px;
    background: #f88e11 none;
    border: 1px solid #E49200;
    color: #fff;
    cursor: pointer;
}

.add-review-block input[type="submit"]:hover, input[type="button"]:hover {
    background-color: #EC8000;
}

.reviews-comments {
    font-size: 0px;
}

.reviews-comments div {
    display: inline-block;
    border: 1px solid #E2E2E2;
    padding: 10px 15px;
    width: 50%;
    font-size: 16px;
    border-radius: 3px 3px 0 0;
    text-align: center;
    box-sizing: border-box;
    background-color: #F7F7F7;
    cursor: pointer;
}

.comments-tab {
    border-right: 0 !important;
}

.comment-form input[type="button"] {
    margin: 0;
}

.reviews-tab-full, .comments-tab-full {
    border-radius: 0;
    border-top: 0;
}

.reviews-tab-full {
    display: none;
}

.comments-tab {

}

#secondmenu {
    overflow: hidden;
}

#secondmenu ul {
    padding: 0;
    margin: 0;
}

#secondmenu ul li {
    display: inline-block;
    float: left;
}

#secondmenu ul li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 0;
    width: 142px;
    text-align: center;
    display: block;
    background-color: #FF7e00;
    margin-right: 1px;
}

#secondmenu ul li:last-child a {
    margin-right: 0;
}

#secondmenu ul li a:hover, #secondmenu ul li.active a {
    color: #000;
    text-decoration: none;
}

.verify a#yw0_button {
    display: block;
}

#contact-form input[type="text"], #contact-form textarea {
    width: 400px;
    padding: 5px;
    resize: none;
    border-color: rgb(169, 169, 169);
}

.avatar {
    height: 100%;
    display: block;
    margin: 0 auto;
}

.avatar-block {
    position: relative;
    display: inline-block;
}

.personal-info .avatar-block {
    position: relative;
    display: block;
    float: left;
    width: 20%;
    min-width: 90px;
    margin-right: 5px;
}

a.del_avatar, .remove-message > a {
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-indent: 9999px;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.1) url(../img/del.png) no-repeat center center;
    padding: 5px;
    display: none;
}

.remove-message > a {
    display: block;
}

a.del_avatar:hover {
    background-image: url(../img/del_hover.png);
}

.avatar-block:hover a.del_avatar {
    display: block;
}

.user-info {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

div.edit-info {
    display: none;
}

.two-column-container div.edit-info {
    display: block;
}

div.edit-info img {
    max-width: 280px;
    height: auto;
}

.enableBorder {
    background-color: #fff;
}

.enableBorder, .enableBorder td, .enableBorder th {
    border: 1px solid #000;
}

.enableBorder td {
    padding: 3px;
}

span.edit-info-cancel, span.edit-info-button, a.edit-info-button {
    display: block;
    font-size: 16px;
    color: #007CEE;
    border-bottom: 1px solid;
    margin-top: 10px;
    cursor: pointer;
    text-decoration: none;
}

span.edit-info-cancel:hover, span.edit-info-button:hover {
    color: #004D94;
}

input[type="file"]#avatar {
    margin-top: 10px;
}

.advance-search input[type="text"] {
    width: 213px;
    border-color: rgb(169, 169, 169);
}

.share {
    width: 217px;
    margin: 0 auto;
}

#logout-login {
    text-align: center;
    width: 15% !important;
}

#logout-login ul {
    padding: 0;
}

li.findfriends a {
    width: 112px;
    text-align: center;
}

.search-block {
    width: 225px;
    font-size: 14px;
    line-height: 21px;
    padding: 13px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
}

.search-block-2 {
    width: 263px;
    display: inline-block;
    vertical-align: top;
}

.search-block-2 h2 {
    font-size: 20px;
    text-transform: none;
    border-bottom: 1px solid #C2C2C2;
    padding-bottom: 7px;
    margin-top: 5px;
}

.search-block p.title {
    font-size: 20px;
    border-bottom: 1px solid #C2C2C2;
    padding-bottom: 7px;
    margin-top: 5px;
}

.search-block p.down {
    font-size: 20px;
    margin-top: 5px;
    border-bottom: 1px dashed;
    padding: 0 0 7px 0;
    color: #006ABD;
    cursor: pointer;
}

.search-block p.down:hover {
    color: #DA7201;
}

.search-block-submit {
    position: fixed;
    width: 120px;
    height: 50px;
    left: 50%;
    bottom: 0;
    margin-left: -165px;
    z-index: 9;
}

.search-block-submit input[type="submit"] {
    width: 120px;
    height: 35px;
    font-size: 16px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}

.advance-search #agereader {
    width: 442px;
    height: 28px;
}

.message-item p {
    margin: 0;
}

p.name-send {
    font-size: 18px;
}

p.date-send {
    color: #757575;
    font-size: 11px;
}

.my-reviews .review-right-block {
    width: 96%;
    padding: 25px 2% 15px;
}

.message-item {
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 3px;
    padding: 5px;
    position: relative;
}

.dialog {
    height: 300px;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #ADADAD;
}

.send-message-form textarea {
    width: 98%;
    height: 100px;
    margin-top: 8px;
    margin-bottom: 5px;
    padding: 5px 1%;
    resize: none;
}

.find-friend-form {
    margin-bottom: 15px;
}

.friend-list {
    display: inline-block;
    margin-right: 1px;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding-top: 8px;
    border-top: 5px solid #FF7A00;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    min-height: 192px;
    text-align: center;
}

.review {
    margin-bottom: 1px;
    position: relative;
    overflow: hidden;
}

.green-review .review-right-block {
    background-color: #E7FFE7;
}

.red-review .review-right-block {
    background-color: #FFDADA;
}

.grey-review .review-right-block {
    background-color: #f8f8f8;
}

p.title {
    font-size: 24px;
}

.review p.title {
    font-size: 20px;
}

.friend-list a {
    text-decoration: none;
    border: 0;
    color: #000000;
    padding: 5px;
    display: block;
    text-align: center;
}

.friend-list a:hover {
    background-color: #FF7A00;
}

.add-friend {
    text-align: center;
    font-size: 12px;
}

.add-friend a {
    background-color: rgba(255, 255, 255, 0.7);
    border: 0;
    color: #000;
    transition: all 0.2s ease-in;
}

.add-friend a:hover {
    background-color: #FF7A00;
}

p.user-name {
    font-size: 12px;
    margin: 0;
    background-color: #F8F8F8;
    border: 0;
    width: 158px;
}

p.user-title {
    font-size: 16px;
    margin: 0;
}

p.review-date, .user-rating {
    font-size: 12px;
    font-family: Tahoma, 'Sans-serif';
    margin-bottom: 0;
}

.review-right-block {
    overflow: hidden;
    padding: 45px 15px 70px;
}

.review-right-block p.title {
    font-weight: bold;
    font-size: 20px;
    color: #5d6577;
}

h3 {
    color: #3F475D;
}

p {
    margin: 0 0 10px;
    color: #5d6577;
}

.message-item .remove-message > a {
    display: none;
}

.new-reg, a.other-quotes, a.buy-lnk {
    text-decoration: none;
    background-color: #0281BD;
    padding: 5px;
    width: 150px;
    font-size: 14px;
    text-align: center;
    display: block;
    color: #FFFFFF;
    margin-bottom: 1px;
}

.new-reg:hover, a.buy-lnk:hover {
    color: #fff;
    background-color: #00A2EE;
}

a.other-quotes {
    float: right;
    margin-top: 10px;
    width: auto;
    font-size: 13px;
    padding: 10px 15px;
}

a.other-quotes:hover {
    background-color: #00A2EE;
}

.rating-page ul {
    padding: 0;
    margin: 0;
}

.rating-page ul li {
    display: inline-block;
    vertical-align: top;
    width: 477px;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.booklist-page ul li {
    width: 32%;
    text-align: center;
    border: 1px solid #D3D7D6;
    min-height: 300px;
    margin-bottom: 4px;
    border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
}

.booklist-page h2 {
    margin-top: 25px;
}

.border-avatar {
    overflow: hidden;
    float: left;
    margin-right: 10px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.border-avatar img {
    min-height: 55px;
    min-width: 55px;
}

.front-lists {
    text-align: justify;
}

.front-lists ul li {
    width: 33%;
}

.two-line {
    margin: 0 3px;
}

.rating-page a {
    text-decoration: none;
    font-size: 14px !important;
}

.rating-page a:hover {
    color: #F14D00;
}

.top-block-poster {
    overflow: hidden;
    min-height: 150px;
    padding-bottom: 15px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}

.top-block-poster > img {
    width: 100px;
    height: 155px;
    float: left;
    left: 0;
}

.top-block-poster-header a:hover {
    color: #06c;
}

.top-poster-container {
    position: relative;
    margin: 15px 0;
    border-bottom: 1px solid #D3D7D6;
}

.top-rating {
    font-size: 23px;
    color: #009E20;
}

.add-to-board-lnk {
    background-image: url('../img/add-boards.png');
    background-repeat: no-repeat;
    background-position: 17px center;
    padding: 7px 0 0 65px;
    height: 37px;
    box-sizing: border-box;
    text-align: left;
    font-size: 16px;
    color: #5D6577;
    font-family: 'Pt Sans';
}

.add-to-board-lnk span {
    cursor: pointer;
}

.add-to-board-lnk span:hover {
    color: #F14D00;
}

.loading {
    background-image: url('../img/loader.gif') !important;
}

.loading-gray {
    background-image: url('../img/loader-gray.gif') !important;
}

.top-rating span:last-child {
    font-size: 12px !important;
    color: #6D6D6D !important;
}

.block-poster:hover .preview-rating {
    display: block;
}

ul.yiiPager {
    display: block !important;
    margin-top: 32px !important;
    text-align: center;
    line-height: 30px !important;
}

ul.yiiPager a:link, ul.yiiPager a:visited {
    padding: 8px 15px !important;
    font-size: 12px !important;
}

.left-side {
    float: left;
    width: 100%;
}

.left-side-content {
    width: auto;
    display: block;
    margin-right: 325px;
}

.right-block {
    width: 300px;
    float: left;
    margin-left: -300px;
}

div.star-rating a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.right-block h3, .right-block-item h2, p.right-head {
    border-bottom: 2px solid #0281bd;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 16px !important;
    font-family: 'Open Sans' !important;
    font-weight: 600;
    line-height: 1.2em !important;
}

.right-block a, .like-book a, .top-block-poster-header a, .info-book-view a {
    text-decoration: none;
    border-bottom: 1px dotted;
    font-size: 12px;
    padding-bottom: 1px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    word-wrap: break-word;
}

.right-block a, .like-book a, .top-block-poster-header a {
    font-family: Tahoma;
}

.like-book {
    font-size: 0;
}

.right-block a:hover, .like-book a:hover, .top-block-poster-header a:hover, .info-book-view a:hover {
    border-bottom: 1px solid;
    color: #F14D00;
}

.info-book-view a {
    font-size: 13px;
    border: 0;
    text-decoration: underline;
    color: #00618F;
}

.info-book-view a:hover {
    border: 0;
}

.right-block-authors {
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 10px;
}

.right-block-preview {
    margin-right: 10px;
    float: left;
}

.right-block-preview img {
    width: 40px;
}

.quotesbook {
    position: relative;
    padding: 15px 13px 15px 40px;
    margin-bottom: 10px;
    background: #F3F3F3 url("../img/quote-left.png") no-repeat 10px 16px;
    background-size: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.quote-person {
    padding-bottom: 12px;
    text-align: left;
    border-top: 1px solid #ccc;
    font-size: 12px;
    margin-top: 5px;
    padding-top: 10px;
}

.quote-text {
    padding-bottom: 50px;
}

.right-block-item {
    background-color: #f4f4f4;
    padding: 25px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    box-sizing: border-box;
}

.right-block-item p, .right-block-item ul li {
    font-size: 12px;
    line-height: 15px;
    font-family: 'Pt Sans', Tahoma, sans-serif;
}

.right-block-item ul {
    padding: 0 0 0 17px;
}

.right-block-item ul li {
    list-style: square;
}

ul.right-block-lists {
    padding: 0;
}

ul.right-block-lists li {
    list-style: none;
    margin-bottom: 10px;
}

.avatar-border {
    width: 130px;
    height: 130px;
    border-radius: 500px;
    overflow: hidden;
    border: 1px solid #fff;
    margin: 0 auto 8px;
}

.personal-info .avatar {
    width: 100%;
    height: auto;
}

.register-block, .register-block-1 {
    max-width: 410px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 3, 1, .15);
    -moz-box-shadow: 0 5px 5px rgba(0, 3, 1, .15);
    box-shadow: 0 5px 5px rgba(0, 3, 1, .15);
    padding: 10px;
    float: left;
    background-color: #FFF;
    position: absolute;
    left: 258px;
    bottom: 0;
    display: none;
    font-size: 14px;
    border-left: 5px solid #0FB900;
}

.register-block-1 {
    bottom: 118px;
}

.register-block-1 p, .register-block p {
    margin: 0;
}

.later {

}

.all-quotes-book {
    position: absolute;
    bottom: 18px;
    font-size: 13px;
}

.myquotes-page .myquotes h3 {
    margin: 0 0 12px;
    padding-bottom: 12px;
}

.form-login, .help-form {
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.help-form {
    width: 232px;
}

div.form-login .row {
    margin: 10px auto;
}

div.form-login .row label {
    display: block;
}

div.form-login .buttons {
    vertical-align: bottom;
}

div.form-login .errorMessage {
    line-height: 14px;
    margin-top: 5px;
    font-size: 14px;
    color: #f00;
}

.help-form ul li {
    list-style: square;
}

.form-login .rememberMe {
    margin-top: 32px !important;
}

.form-login input[type="text"], .form-login input[type="password"] {
    border: 1px solid #D3D7D6;
    width: 50%;
    padding: 10px;
    border-radius: 3px;
    box-sizing: border-box;
}

.form-login input[type="text"]:focus, .form-login input[type="password"]:focus {
    outline: none;
    border: 1px solid #F78D1D;
}

.new-auth input[type="submit"], .reg-row input[type="submit"] {
    padding: 10px;
    display: inline-block;
    border-radius: 3px;
    width: 50%;
    font-size: 14px;
}

.auth-services {
    padding: 0;
}

.auth-services .auth-service .auth-link {
    width: 75px !important;
}

.vk-login-link {
    margin: 0 auto;
    display: block;
    width: 245px;
    opacity: 0.8;
}

.vk-login-link:hover {
    opacity: 1;
}

.new-reg {
    margin: 1px auto;
}

.like, .dislike {
    position: absolute;
    right: 13px;
    bottom: 25px;
    overflow: hidden;
}

.like a, .dislike a {
    background: url(../img/like.png) no-repeat;
    background-size: 30px;
    margin-right: 0;
    vertical-align: middle;
    text-indent: -999999px;
    display: inline-block;
    width: 30px;
    overflow: hidden;
    height: 30px;
}

.like a {
    background-position: 0 -30px;
}

.dislike a {
    background-position: 0 0;
}

.like a:hover {
    background-position: 0 0;
}

.dislike a:hover {
    background-position: 0 -30px;
}

.count-like {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    padding: 2px 8px;
    border-radius: 5px;
    position: relative;
    margin: 0 0 0 3px;
}

.left-count {
    background: url(../img/left-count.png) no-repeat;
}

.count-like:before {
    content: "1";
    position: absolute;
    bottom: 0;
    height: 25px;
    left: -3px;
    text-indent: 9999px;
    width: 20px;
    background: url(../img/left-count.png) no-repeat;
}

.review-left-block {
    text-align: center;
    background-color: #fff;
    padding-bottom: 6px;
    float: left;
}

.review-date {
    position: absolute;
    right: 15px;
    top: 20px;
    background-color: #F7F7F7;
    padding: 3px 7px;
}

.profile {
    display: block;
    text-align: center;
    margin-bottom: 4px;
}

.avatar-header {
    width: 60px;
    height: 60px;
    background-size: 100% auto;
    background-position: center center;
    border-radius: 50%;
    position: relative;
    float: right;
}

p.my-kp {
    content: ' ';
    position: absolute;
    bottom: -25px;
    width: 60px;
    font-family: Tahoma;
    font-size: 11px;
    text-align: center;
}

.left-column-menu li.avatar-profile a {
    background-image: url("../img/avatar-profile-blue.png");
}

.left-column-menu li.avatar-library a {
    background-image: url("../img/avatar-library-blue.png");
}

.left-column-menu li.avatar-friends a{
    background-image: url("../img/avatar-friends-blue.png");
}

.left-column-menu li.avatar-find a{
    background-image: url("../img/avatar-find-blue.png");
}

.left-column-menu li.avatar-messages a{
    background-image: url("../img/avatar-messages-blue.png");
}

.left-column-menu li.avatar-quotes a{
    background-image: url("../img/avatar-quotes-blue.png");
}

.left-column-menu li.avatar-reviews a{
    background-image: url("../img/avatar-reviews-blue.png");
}

.left-column-menu li.avatar-logout a{
    background-image: url("../img/avatar-logout-blue.png");
}

.left-column-menu li.avatar-addbook a{
    background-image: url("../img/avatar-addbook.png");
}

.left-column-menu li.avatar-addbook a:hover{
    background-image: url("../img/avatar-addbook-hover.png");
}

li.avatar-addbook a{
    background-image: url("../img/avatar-profile-addbook.png");
}

li.avatar-addbook a:hover{
    background-image: url("../img/avatar-profile-addbook-hover.png");
}

li.avatar-profile a {
    background-image: url("../img/avatar-profile.png");
}

li.avatar-profile a:hover {
    background-image: url("../img/avatar-profile-hover.png");
}

li.avatar-library a {
    background-image: url("../img/avatar-library.png");
}

li.avatar-library a:hover {
    background-image: url("../img/avatar-library-hover.png");
}

li.avatar-friends a{
    background-image: url("../img/avatar-friends.png");
}

li.avatar-friends a:hover {
    background-image: url("../img/avatar-friends-hover.png");
}

li.avatar-find a{
    background-image: url("../img/avatar-find.png");
}

li.avatar-find a:hover {
    background-image: url("../img/avatar-find-hover.png");
}

li.avatar-messages a{
    background-image: url("../img/avatar-messages.png");
}

li.avatar-messages a:hover {
    background-image: url("../img/avatar-messages-hover.png");
}

li.avatar-quotes a{
    background-image: url("../img/avatar-quotes.png");
}

li.avatar-quotes a:hover {
    background-image: url("../img/avatar-quotes-hover.png");
}

li.avatar-reviews a{
    background-image: url("../img/avatar-reviews.png");
}

li.avatar-reviews a:hover {
    background-image: url("../img/avatar-reviews-hover.png");
}

li.avatar-logout a{
    background-image: url("../img/avatar-logout.png");
}

li.avatar-logout a:hover {
    background-image: url("../img/avatar-logout-hover.png");
}

.avatar-menu {
    display: none;
    position: absolute;
    top: 85px;
    left: -200px;
    z-index: 9;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.2);
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    text-align: left;
}

.avatar-menu:after {
    content: ' ';
    width: 100%;
    height: 40px;
    background-image: url("../img/arrow-up.png");
    position: absolute;
    top: -40px;
    right: 0;
    background-repeat: no-repeat;
    background-position: 220px bottom;
}

.avatar-menu ul, .left-column-menu ul {
    padding: 0;
    margin: 0;
}

.avatar-menu ul li a, .left-column-menu ul li a{
    color: #6a6a6a;
    text-decoration: none;
    padding: 10px 15px;
    width: 230px;
    display: block;
    background-repeat: no-repeat;
    background-position: 95% center;
}

.left-column-menu ul li a{
    padding: 15px;
    padding-left: 60px;
    box-sizing: border-box;
    background-position: 25px center;
    width: auto;
    color: #3f475d;
    border-bottom: 1px solid #e0e0e0;
}

.left-column-menu ul li:first-child a {
    border-top: 1px solid #e0e0e0;
}

.find-block {
    position: relative;
}

.find-block input[type="text"] {
    background-color: #eceded;
    border: 1px solid #D3D7D6;
    border-radius: 3px;
    padding: 8px;
    padding-right: 35px;
    box-sizing: border-box;
    width: 100%;
    font-family: 'Pt Sans', Tahoma, sans-serif;
}

.find-block input[type="text"]:focus {
    border: 1px solid #fea036;
}

.find-block input[type="submit"] {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    padding: 0;
    border-radius: 5px;
    width: 35px;
    text-indent: -999999px;
    background-image: url("../img/search.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ECEDED;
}

.find-block input[type="submit"]:hover {
    background-image: url("../img/search-hover.png");
}

::-webkit-input-placeholder {
    color: #575d69;
}

:-moz-placeholder { /* Firefox 18- */
    color: #575d69;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #575d69;
}

:-ms-input-placeholder {
    color: #575d69;
}

p.my-name {
    color: #3f475d;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 16px;
}

.avatar-menu ul li a:hover, .left-column-menu ul li a:hover{
    background-color: #ff9a29;
    color: #fff;
}

.avatar-header:hover .avatar-menu {
    display: block;
}

.left-column-rating {
    background-image: url("../img/left-column-star.png");
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    padding: 5px 0;
    display: inline-block;
    padding-left: 30px;
    margin-top: 12px;
}

.review-left-block .avatar-border {
    border: 0;
    border-radius: 0;
    width: 70px;
    height: 70px;
    margin-right: 5px;
}

.two-column-content {
    padding: 0 !important;
}

.two-column-container {
    display: table;
}

.left-column, .right-column {
    display: table-cell;
    vertical-align: top;
}

.left-column {
    background-color: #f7f7f7;
    min-width: 260px;
}

.left-column-info {
    text-align: center;
}

.two-column-avatar {
    border: 5px solid #fff;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.two-column-avatar img {
    width: 100%;
}

.right-column {
    padding: 30px 27px;
}

a.edit-my-info {
    background-color: #ff9a29;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding: 5px 15px;
    border-radius: 4px;
    display: inline-block;
}

a.edit-my-info:hover {
    background-color: #DF7600;
}

.label-rating {
    vertical-align: middle;
    text-indent: -999999px;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    background: url(../img/star.png) no-repeat 0 0;
    background-size: 12px;
    width: 12px;
    height: 12px;
}

.user-rating {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    padding: 2px 2px;
    position: relative;
    margin: 0 0 0 3px;
}

.user-rating:before {
    content: "1";
    position: absolute;
    bottom: 0;
    height: 25px;
    left: -3px;
    text-indent: 9999px;
    width: 20px;
    background: url(../img/left-count.png) no-repeat;
}

.review-item {
    margin-bottom: 7px;
    overflow: hidden;
}

.review-item > img {

}

.author-review {
    float: left;
}

.book-review {
    min-height: 172px;
    position: relative;
    overflow: hidden;
}

.book-review img {
    width: 52px;
    float: left;
    margin-right: 10px;
}

.book-title {
    font-size: 18px;
}

.author-title {
    font-weight: bold;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.2em;
}

.book-review .review-right-block {
    min-height: 150px;
    padding: 20px 15px 70px;
}

.review-text {
    overflow: hidden;
}

.review-text p {
    font-size: 15px;
    margin-bottom: 5px;
}

#scrollup {
    position: fixed;
    height: 100%;
    opacity: 0.8;
    padding: 15px 10px 0;
    background: #CECECE;
    left: 0;
    bottom: 0;
    display: none;
    cursor: pointer;
}

.right-block-author-link {
    font-size: 11px !important;
    color: #616161;
    border: 0 !important;
    margin-top: 5px;
    line-height: 12px;
}

.attention {
    padding: 15px 70px;
    /*background-color: #0281BD;*/
    color: #fff;
    font-size: 14px;
    background: #C51B1B url("../img/attention.png") no-repeat 13px center;
    box-sizing: border-box;
}

.attention a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted;
}

.attention a:hover {
    color: #050085;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 9999;
    border-bottom: 3px solid #3299F8;
}

.my-rating {
    background-color: #fff;
    text-align: center;
    padding: 5px 0;
    border-top: 1px solid #EFEFEF;
    border-radius: 0 0 10px 10px;
}

.list-page-posters-lnk p {
    font-size: 12px;
    color: #646464;
    margin-top: 10px;
    line-height: 18px;
}

.author_preview p {
    opacity: 0;
}

.block-poster:hover .author_preview p {
    opacity: 1;
    color: #fff;
}

p.preview-rating {
    margin: 0;
    font-size: 22px !important;
    color: #17C200 !important;
}

.register-now {
    background-color: #ff9a29;
    padding: 30px;
}

.register-now p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.register-now ul {
    padding: 0;
}

p.reg-hdr {
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
}

p.reg-bld {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
}

p.reg-dwn {
    color: #9E5300;
    font-style: italic;
    font-weight: 700;
    font-size: 13px;
}

.register-now li {
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    width: 33%;
    padding: 10px 0 10px 65px;
    box-sizing: border-box;
}

li.reg1 {
    background-image: url('../img/kn-icons-1.png');
}

li.reg2 {
    background-image: url('../img/kn-icons-2.png');
}

li.reg3 {
    background-image: url('../img/kn-icons-3.png');
}

p.who-add-info {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #CACACA;
    font-family: Tahoma;
}

.share-book {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
    text-align: center;
    padding: 5px 5px 12px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(131, 131, 131, 0.5);
    border-top: 2px solid #FF7e00;
    border-bottom: 2px solid #ff7e00;
    font-size: 13px;
    color: #2D2D2D;
    bottom: -53px;
    border-radius: 5px;
    z-index: 99999;
}

.share-book:after, .info-book-view ul li span .priority-block:after {
    bottom: 100%;
    left: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 7px solid rgba(255, 255, 255, 0);
    border-bottom-color: #FF7e00;
    margin-left: -7px;
}

.info-book-view ul li span .priority-block:after {
    border-bottom-color: transparent;
    border-top-color: #FF7e00;
    top: 100%;
}

.info-book-view ul li span .priority-block:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 15px;
    left: 0;
    bottom: -12px;
}

.rating-stars:hover .share-book {
    display: block;
}

.hid {
    display: none;
}
p.share-star {
    margin: 10px 0;
    font-weight: bold;
    font-size: 13px;
}

p.my-star {
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-top: 5px;
}

.social-item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 1px;
}

.social-item a {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: -9999px;
}

.vk-item a {
    background-image: url("../img/vk.jpg");
}

.tw-item a {
    background-image: url("../img/tw.jpg");
}

.useful, .priority-block {
    font-family: Tahoma;
    font-size: 11px;
    position: absolute;
    bottom: 28px;
    padding: 1px 10px;
    border-radius: 3px;
}

.priority-block {
    position: relative;
    bottom: 0;
    padding: 0;
}

.best-reviews .useful, .new-reviews .useful {
    left: 78px;
}

.grey-review .useful {
    border: 1px solid #DEDEDE;
}

.green-review .useful {
    border: 1px solid #D0DCD0;
}

.red-review .useful {
    border: 1px solid #E1BFBF;
}

.useful p {
    margin: 0;
    display: inline-block;
}

.review input:focus,
.priority-block input:focus {
    outline: none;
}

.review input[type="button"].no-active, .review input[type="button"].active,
.priority-block input[type="button"].no-active, .priority-block input[type="button"].active {
    background: none;
    border: none;
    width: auto;
    padding: 0;
    color: #5D6577;
    font-family: Tahoma;
    font-size: 11px;
    margin: 0;
    text-decoration: underline;
}

.review input[type="button"].active,
.priority-block input[type="button"].active {
    font-weight: bold;
}

.review input[type="button"]:hover,
.priority-block input[type="button"]:hover {
    color: #000;
}

a.buy-lnk {
    border: 0;
    padding: 5px 0;
    font-size: 14px;
    margin-top: 20px;
    border-radius: 3px;
}

a.buy-lnk:hover {
    color: #fff;
}

p.date {
    padding: 15px;
}

p.countLst {
    margin-right: 15px;
    background-color: #E6EFFE;
    padding: 10px;
    min-width: 21px;
    bottom: 0;
    height: 21px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999999px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    width: 100%;

}

.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    line-height: 0;
    text-align: center;
}

.nbs-flexisel-item img {
    max-height: 155px;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 5px;
    max-width: 100px;
    box-shadow: rgb(222, 222, 222) 1px 1px, rgb(222, 222, 222) 2px 2px, rgb(222, 222, 222) 3px 3px, rgb(222, 222, 222) 4px 4px, rgb(222, 222, 222) 5px 5px, rgb(222, 222, 222) 6px 6px, rgb(222, 222, 222) 7px 7px, rgb(222, 222, 222) 8px 8px, rgb(222, 222, 222) 9px 9px, rgb(223, 223, 223) 10px 10px, rgb(223, 223, 223) 11px 11px, rgb(224, 224, 224) 12px 12px, rgb(225, 225, 225) 13px 13px, rgb(225, 225, 225) 14px 14px, rgb(226, 226, 226) 15px 15px, rgb(227, 227, 227) 16px 16px, rgb(227, 227, 227) 17px 17px, rgb(228, 228, 228) 18px 18px, rgb(228, 228, 228) 19px 19px, rgb(229, 229, 229) 20px 20px, rgb(230, 230, 230) 21px 21px, rgb(230, 230, 230) 22px 22px, rgb(231, 231, 231) 23px 23px, rgb(232, 232, 232) 24px 24px, rgb(232, 232, 232) 25px 25px, rgb(233, 233, 233) 26px 26px, rgb(234, 234, 234) 27px 27px, rgb(234, 234, 234) 28px 28px, rgb(235, 235, 235) 29px 29px, rgb(235, 235, 235) 30px 30px, rgb(236, 236, 236) 31px 31px, rgb(237, 237, 237) 32px 32px, rgb(237, 237, 237) 33px 33px, rgb(238, 238, 238) 34px 34px, rgb(239, 239, 239) 35px 35px, rgb(239, 239, 239) 36px 36px, rgb(240, 240, 240) 37px 37px, rgb(241, 241, 241) 38px 38px, rgb(241, 241, 241) 39px 39px, rgb(242, 242, 242) 40px 40px, rgb(242, 242, 242) 41px 41px, rgb(243, 243, 243) 42px 42px, rgb(244, 244, 244) 43px 43px, rgb(244, 244, 244) 44px 44px, rgb(245, 245, 245) 45px 45px, rgb(246, 246, 246) 46px 46px, rgb(246, 246, 246) 47px 47px, rgb(247, 247, 247) 48px 48px, rgb(248, 248, 248) 49px 49px, rgb(248, 248, 248) 50px 50px, rgb(249, 249, 249) 51px 51px, rgb(249, 249, 249) 52px 52px, rgb(250, 250, 250) 53px 53px, rgb(251, 251, 251) 54px 54px, rgb(251, 251, 251) 55px 55px, rgb(252, 252, 252) 56px 56px, rgb(253, 253, 253) 57px 57px, rgb(253, 253, 253) 58px 58px, rgb(254, 254, 254) 59px 59px, rgb(255, 255, 255) 60px 60px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url("../img/button-previous.png") no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url("../img/button-next.png") no-repeat;
}

.pay-block {
    min-height: 250px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-top: 3px solid #FF7A00;
    padding: 15px 2%;
    border: 1px solid #F2F2F2;
}

.img-price-block {
    overflow: hidden;
}

p.price-ozon, p.lnk-ozon a {
    margin: 0 auto;
    color: #3C3C3C;
    width: 100px;
    padding: 1px 0;
    font-size: 13px;
    border-radius: 3px;
    background-color: #F2F2F2;
    display: table;
    line-height: 22px;
    border-bottom: 1px solid #DFDFDF;
}

p.price-ozon, p.lnk-ozon {
    position: relative;
    text-align: center;
}

p.lnk-ozon a {
    color: #fff;
    background-color: #0281bd;
    border-bottom: 1px solid #3E40B3;
    margin-top: 5px;
}

.poster-ozon {
    min-height: 190px;
    position: relative;
}

#flexiselPay {
    list-style: none;
    padding: 0;
    display: none;
}

#flexiselPay li {
    display: inline-block;
    vertical-align: top;
}

#flexiselPay li img {
    max-height: 200px;
    margin: 0 auto;
    display: block;
}

.list-page-posters {
    height: 210px;
    border-bottom: 1px solid #ececec;
}

.list-page-posters-line {
    stack-sideslide;
}

.list-page-posters-lnk {
    width: 100%;
    padding-top: 10px;
}

li.list-line a {
    display: table-cell;
    font-size: 15px;
    vertical-align: middle;
}

.auth-services li {
    display: none;
}

.auth-services li.vkontakte {
    display: block;
}
.booklist-page .top-block-poster-header {
    overflow: hidden;
    padding-left: 15px;
}

.list-page-posters-line {
    margin: 20px auto;
    width: 120px;
    padding: 0;
    position: relative;
    max-width: 100%;
}

.list-page-posters-line img {
    max-width: 120px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: 1px solid transparent;
    max-height: 190px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(142, 142, 142, 1);
    -moz-box-shadow: 0 3px 5px 0 rgba(142, 142, 142, 1);
    box-shadow: 0 3px 5px 0 rgba(142, 142, 142, 1);
}

.list-page-posters-line img:last-child {
    position: relative;
}

/* Side slide */
.list-page-posters-line img:first-child,
.list-page-posters-line img:nth-child(2) {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, visibility 0s 0.3s;
    transition: transform 0.3s, opacity 0.3s, visibility 0s 0.3s;
}

.list-page-posters-line img:first-child {
    -webkit-transform: translateX(-50%) scale(0.6);
    transform: translateX(-50%) scale(0.6);
}

.list-page-posters-line img:nth-child(2) {
    -webkit-transform: translateX(50%) scale(0.6);
    transform: translateX(50%) scale(0.6);
}

.list-line:hover img:nth-child(3) {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.list-line:hover img:first-child,
.list-line:hover img:nth-child(2) {
    opacity: 1;
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.list-line:hover img:first-child {
    -webkit-transform: translateX(-20%) scale(0.8);
    transform: translateX(-20%) scale(0.8);
}

.list-line:hover img:nth-child(2) {
    -webkit-transform: translateX(20%) scale(0.8);
    transform: translateX(20%) scale(0.8);
}

a.see-all-books {
    display: block !important;
    color: #575D69;
}


/* тестовые стили */
.retina-block {
    width: 100%;
    padding: 0;
    margin: 10px 0;
    list-style: none;
}
.retina-item {
    float: left;
    width: 80px;
    padding: 0;
    margin: 5px 0;
    display: inline;
}

/* --- Случайная книга --- */

#randBook {
    min-height: 1000px;
}

.randBook-up {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #D7D7D7;
}

.randBook-up input[type="button"], .more-load input[type="button"] {
    border: 0;
    background-color: #D43A00;
    color: #fff;
    cursor: pointer;
    padding: 8px 20px;
    border-radius: 50px;
    font-family: 'Open Sans';
    font-size: 14px;
    text-shadow: 0px 1px #A32D00;
}

.randBook-up input[type="button"]:hover, .more-load input[type="button"]:hover {
    background-color: #FD4500;
    text-shadow: 0px 1px #CA400B;
}

.randBook-up input[type="button"]:focus, .more-load input[type="button"]:focus {
    outline: none;
}

.more-load input[type="button"]:disabled {
    background-color: #E2E2E2;
    color: #B3B3B3;
    text-shadow: none;
}
.more-load {
    text-align: center;
}

.randBook-poster-container {
    float: left;
    margin-right: 25px;
}

#country_id, #city_id {
    font-size: 16px;
    margin-right: 10px;
    padding: 5px;
    color: #5F5959;
    border: 1px solid #A3A0A0;
    border-radius: 2px;
}

#country_id:focus, #city_id:focus {
    outline: none;
}

#city_id {
    display: none;
}
.randBook-description {
    margin-top: 30px;
}

.randBook-poster img {
    width: 230px;
    height: auto;
}

.social-block-rand {
    border: 1px dotted #CCCCCC;
    padding: 25px;
    margin-top: 55px;
    border-right: 0;
    border-left: 0;
    text-align: center;
}

.social-block-rand > p {
    font-size: 20px;
    font-weight: 600;
}

.author-genres {
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 15px;
}

.author-date {
    font-size: 14px;
    overflow: hidden;
}

.author-genres ul {
    padding: 0;
    margin: 0;
}

.author-genres ul li {
    display: inline-block;
    margin-right: 5px;
}

.author-genres ul li a {

}

.comment {
    margin-top: 30px;
}

.comment .comment {
    padding-left: 30px;
    border-left: 1px dashed #EEE;
}

.reply-comment {
    font-size: 13px;
    color: #0095FF;
    cursor: pointer;
    border-bottom: 1px dashed #0095FF;
}

.reply-comment:hover {
    color: #F14D00;
    border-bottom: 1px dashed #F14D00;
}

span.personal-name {
    font-weight: bold;
}

span.comments-avatar {
    display: block;
    float: left;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

span.comments-avatar img {
    width: 100%;
    min-height: 100%;
}

.comment-up span {
    display: inline-block;
    vertical-align: baseline;
}

.comment-date {
    font-size: 11px;
    margin-left: 15px;
    font-family: 'Tahoma';
    padding: 2px 10px;
    border-radius: 3px;
    background-color: #EEE;
}

.add-to-board-block {
    margin-top: 15px;
    position: relative;
}

.add-to-board-label {
    cursor: pointer;
}

.add-to-board-block input[type="button"] {
    background-color: #FFFFFF;
    font-size: 14px;
    border: 0;
    color: #5D6577;
    margin: 0;
    display: block;
    width: 100%;
    padding: 10px 20px;
    text-align: left;
}

.add-to-board-block input[type="button"]:hover {
    background-color: #f4f4f4;
}

.add-to-board-block input[type="button"]:focus {
    outline: none;
}

.in-library {
    position: relative;
}


.del-board-ico {
    background-image: url('../img/close-16.png');
    width: 10px;
    height: 10px;
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 5px;
    display: none;
}

.add-to-board-drop-item:hover .del-board-ico {
    display: block;
}

.in-library input[type="button"], .add-to-board-drop-item input[type="button"] {
    background-color: #fff;
    color: #5D6577;
    background-repeat: no-repeat;
    background-position: 17px 10px;
    padding-left: 65px;
    white-space: normal;
    width: 100%;
    border: 0;
}

.add-to-board-drop-item input[type="button"] {
    background-image: url('../img/check-not-in.png');
}

.in-library input[type="button"] {
    background-image: url('../img/check-in.png');
}

.conform-board-del {
    position: absolute;
    z-index: 1;
    padding-left: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    font-size: 12px;
    display: none;
}

.conform-board-del span {
    display: inline-block;
    vertical-align: middle;
}

.confirm-del-first {
    margin-right: 30px;
}

.conform-board-del span input[type="button"] {
    background: none;
    padding: 10px 10px;
    font-size: 12px;
}

.conform-board-del span input[type="button"]:hover {
    background: none;
    text-decoration: underline;
}

.add-to-board-label {
    background-color: #ff9a29;
    color: #fff;
    border: 1px solid #ff9a29;
    padding: 10px 30px;
    text-align: center;
    padding-left: 55px;
    z-index: 99;
    position: relative;
    background-repeat: no-repeat;
    background-image: url("../img/board-label-bg.png");
    background-position: 17px center;
}

.add-to-board-label:after {
    content: ' ';
    width: 1px;
    height: 42px;
    background-color: #F28F34;
    position: absolute;
    left: 48px;
    top: 0;
}

.add-to-board-label:hover {
    background-color: #F48100;
    border: 1px solid #f48100;
}

.add-to-board-drop {
    max-height: 450px;
    overflow: auto;
    border: 1px solid #e2e2e2;
    border-top: 0;
    position: absolute;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    display: none;
    z-index: 3;
    margin-top: -2px;
    padding-top: 2px;
}

.add-to-board-drop-item {
    border-bottom: 1px solid #e2e2e2;
    position: relative;
}

.add-to-board-drop-item:before {
    content: ' ';
    width: 1px;
    height: 100%;
    top: 0;
    position: absolute;
    background-color: #EAECF0;
    left: 48px;
}


.add-to-board-add:before, .two-column-content .add-to-board-drop-item:before {
    display: none !important;
}

.add-to-board-drop-item-hr {
    padding: 0 20px;
    background-color: #e2e2e2;
    font-size: 12px;
}

.add-to-board-add {
    padding: 10px 0 10px 20px;
    display: none;
}

.add-to-board-add input[type="text"], .add-to-board-add input[type="button"] {
    display: inline-block;
    vertical-align: top;
}

.add-to-board-add input[type="text"] {
    border: 1px solid #E2E2E2;
    margin-left: -15px;
    padding-left: 15px;
    height: 25px;
    font-size: 14px;
    font-family: 'Pt Sans';
}

.add-to-board-add input[type="text"]:focus {
    border: 1px solid #E2E2E2;
}

.add-to-board-add input[type="button"] {
    width: 30px;
    box-sizing: border-box;
    padding: 7px;
    height: 37px;
    margin: 0;
    margin-left: -4px;
    text-align: center;
    background: none;
    background-color: #e2e2e2;
    border: 0;
    color: #5D6577;
}

.add-to-board-add input[type="button"]:hover {
    background-color: #CFC8C8;
}

.add-to-board-add input[type="button"]:focus {
    outline: none;
}

.add-to-board-add input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */
    color:    #aeaeae;
}
.add-to-board-add input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #aeaeae;
    opacity:  1;
}
.add-to-board-add input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #aeaeae;
    opacity:  1;
}
.add-to-board-add input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #aeaeae;
}


/* Adaptive new */


@media screen and (max-width: 1280px) {

}

@media only screen and (min-width : 769px) and (max-width : 1279px) {

}

@media only screen and (min-width : 481px) and (max-width : 768px) {

}

@media only screen and (min-width : 0) and (max-width : 480px) {

}

/* --- --- */
@media screen and (max-width: 1170px) {
    #scrollup {
        display: none !important;
    }
}

.remove-font {
    font-size: 0;
}

.lnk {
    border-left: 3px solid #FF7e00;
    padding-left: 7px;
    margin-top: 12px !important;
}

.article-date {
    background: url('../img/calendar.png') no-repeat left 11px;
    font-size: 12px;
    padding: 8px 22px;
    margin: 0;
}

.more {
    text-decoration: none;
    color: #fef4e9;
    border: solid 0 #da7c0c;
    background: #f78d1d;
    padding: 6px 16px;
    cursor: pointer;
    display: block;
    width: 100px;
    text-align: center;
    margin-top: 6px;
    float: right;
}

.more:hover {
    color: #fff;
    background-color: #FF8300;
}

.social-tabs {
    font-size: 0;
}

.vk-tab, .facebook-tab {
    display: inline-block;
    background-color: #eee;
    padding: 10px;
    font-size: 14px;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}

.facebook-block {
    display: none;
}

.active-tab {
    background-color: #fff !important;
    border-bottom: 0 !important;
}

.notice-item {
    width: 100%;
    min-width: 700px;
    font-size: 14px;
    border: 1px solid #D3D7D6;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 3px;
    box-sizing: border-box;
}

.notice-item.new-notice-item {
    background-color: #F2F5F9;
}

.notice-item.new-notice-item p {
    border-bottom: 1px solid #D7E0EC;
}

.notice-item p {
    border-bottom: 1px solid #F4F4F4;
    padding-bottom: 5px;
}

th, td, caption {
    padding: 4px 0 4px 0;
}

ul.yiiPager li.previous, ul.yiiPager li.next {
    display: none;
}

.myquotes-page {
    margin-left: 0;
}

.myquotes-page .myquotes {
    margin-left: 0;
    position: relative;
    overflow: hidden;
}

.myquotes textarea, .myquotes input[type="text"] {
    padding: 5px 1%;
    width: 98%;
    resize: none;
    border-color: rgb(169, 169, 169);
}

.myquotes textarea {
    height: 100px;
    margin-bottom: 10px;
}

.myquotes p {
    margin: 0;
}

.myquotes h3 {
    margin-top: 20px;
    margin-bottom: 12px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 7px;
}

.myquotes-add a, a.moder-add, a.moder-edit, a.moder-delete, p.moder-info {
    position: absolute;
    z-index: 99999999999;
    background-color: #fff;
    bottom: -23px;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    color: #272727;
    text-decoration: none;
    font-size: 13px;
}

.myquotes-add {
    width: 100%;
}

.image-block img {
    width: 100%;
}

a.moder-add {
    background-color: #f00;
    color: #fff;
}

a.moder-edit {
    bottom: -51px;
}

a.moder-delete {
    bottom: -79px;
}

.ismoder {
    margin-bottom: 90px;
}

.ismoder a.moder-delete {
    bottom: -79px;
}

p.moder-info {
    bottom: -64px;
    font-size: 13px;
    padding: 10px 0;
    background-color: #00B91E;
    color: #fff;
}

.myquotes-add a:hover, a.moder-add:hover, a.moder-edit:hover, a.moder-delete:hover {
    background-color: #DF6200;
    color: #fff;
}

@media screen and (max-width: 1015px) {

    #header {
        padding: 40px 25px;
    }

    .poster-container, .poster-container-list {
        width: 127px;
    }

    .myquotes {
        margin-left: 215px;
    }

    .booklist-page {
        width: 98%;
        padding: 13px 1%;
    }

    .i_read .read_new {
        padding: 4px 4px;
    }

    #i_am_reading .read_new {
        border-left: 0;
        border-right: 0;
        padding: 4px 7px 4px 6px;
    }

    .form-login {
        width: 532px;
    }

    #mainmenu ul li a, #mainmenu ul li span, #secondmenu ul li span {
        font-size: 12px;
        padding: 11px 0;
    }

    #secondmenu ul li a {
        font-size: 12px;
        padding: 11px 9px;
        width: auto;
    }

    li.findfriends a {
        width: 117px;
    }

    .form-find input[type="text"] {
        width: 100%;
    }

    .book-head-view h1 {
        font-size: 20px;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    #slideshow #slidesContainer .slide {
        width: 100% !important;
    }

    .share {
        width: 112px;
    }

    #i_am_reading a {
        padding: 4px 8px;
    }

    .i_read a {
        padding: 4px 3px;
    }

    .rating-label {
        font-size: 19px;
    }

    span.rating {
        font-size: 22px;
    }

    .rating-block {
        padding: 0;
    }

    .review-right-block {
        padding: 46px 5px 56px;
    }

    .add-review-block input + label {
        padding: 7px 15px;
    }

    .add-review-block input[type="submit"] {
        margin-left: 4px;
        padding: 8px 52px;
    }

    ul.yiiPager a:link, ul.yiiPager a:visited {
        padding: 4px 9px !important;
        font-size: 12px !important;
    }

    .book-review {
        width: 680px;
    }

    .user-info {
        width: 560px;
    }

    .friend-list {
        margin-right: 5px;
    }

}

@media screen and (max-width: 865px) {
    body {
        background: none;
    }

    .right-block {
        margin-left: 0;
    }

    .left-side-content {
        width: 100%;
    }

    #header {
        margin: 0;
        padding: 30px 10px;
        border-radius: 0;
    }

    .form-find {
        width: 50% !important;
    }

    .find-center {
        float: right;
        padding-right: 25px;
    }

    .reg1, .reg2, .reg3 {
        width: 49% !important;
        margin-bottom: 15px;
        padding: 0 38px 0 !important;
        background-size: 30px;
    }

    .reg-hdr {
        font-size: 20px;
    }

    .reg1 p, .reg2 p, .reg3 p {
        font-size: 11px;
    }

    p.reg-bld {
        font-size: 14px;
    }

    .myquotes-add a {
        left: 11px;
        width: 105px;
    }

    .block-poster img {
        height: 140px;
    }

    .book-review {
        width: 497px;
    }

    .form-login {
        width: 96% !important;
        padding: 13px 2%;
    }

    .help-form {
        width: 96%;
        padding: 2%;
    }

    .form-login {
        width: 532px;
    }

    #mainmenu ul li.lists span {
        width: 165px;
        padding: 11px 0;
    }

    #mainmenu ul li a, #mainmenu ul li span, #secondmenu ul li span {
        font-size: 12px;
        padding: 11px 0;
        text-align: center;
    }

    #mainmenu ul li:nth-child(4) a {
        margin-right: 0;
        border-right: 0;
    }

    #mainmenu ul li:nth-child(1) a, #mainmenu ul li:nth-child(2) a, #mainmenu ul li:nth-child(3) a, #mainmenu ul li:nth-child(4) a {
        border-bottom: 0;
    }

    #secondmenu ul li a {
        font-size: 12px;
        padding: 11px 7px;
        text-align: center;
    }

    li.findfriends a {
        width: 98%;
        padding: 11px 1% !important;
    }

    #secondmenu ul li {
        width: 33%;
        margin-bottom: 1px;
    }

    .no-margin-menu a {
        margin-right: 0 !important;
    }

    .poster-container {
        width: 106px;
    }

    .block-poster {
        display: block;
        width: 94px;
        height: 140px;
    }

    .block-poster-header a {
        font-size: 13px;
    }

    ul.yiiPager a:link, ul.yiiPager a:visited {
        padding: 4px 7px !important;
        font-size: 10px !important;
    }

    .friend-list {
        margin-right: 1px;
    }

    .right-block {
        width: 100%;
    }

    .right-block-item {
        display: inline-block;
        width: 98%;
        padding: 13px 1%;
        vertical-align: top;
    }

    .right-block-authors {
        display: inline-block;
        width: 33%;
        padding: 5px;
        vertical-align: top;
        box-sizing: border-box;
        border: 0;
    }

    ul.right-block-lists li {
        display: inline-block;
        padding: 5px;
        vertical-align: top;
    }

    #mainmenu ul li {
        display: inline-block;
        position: relative;
        width: 25%;
    }

    .booklist-page {
        width: 98%;
        padding: 13px 1%;
        overflow: hidden;
    }

    .user-info {
        width: 378px;
    }

    .personal-info .user-info {
        width: 80%;
        display: block;
        margin-left: 21%;
    }

    .poster-container {
        width: 20%;
    }

}

@media screen and (max-width: 680px) {

    .booklist-page ul li {
        width: 49%;
    }

    #logout-login {
        right: 20px;
    }

    .reg1, .reg2, .reg3 {
        width: 49% !important;
        margin-bottom: 10px;
    }

    .review {
        margin-bottom: 20px;
    }

    .add-review-block input + label {
        padding: 7px 0;
        text-align: center;
        width: 33%;
    }

    .add-review-block input[type="submit"] {
        margin-left: 0;
        width: 100%;
    }

    span.edit-info-button, a.edit-info-button {
        font-size: 12px;

    }

    .right-block-item {
        width: 98%;
        padding: 13px 1%;
    }

    .top-poster-container {
        display: inline-block;
        width: 100%;
    }

    .booklist-page {
        width: 100%;
        padding: 13px 1%;
        margin-left: -5px;
        margin-right: 0;
    }

    #content {
        padding: 27px 5px;
    }

    .friend-list {
        margin-right: 0;
        width: 25%;
    }

    .author-review {
        display: block;
        float: none;
    }

    .avatar-border {
        width: 130px;
    }

    p.user-name {
        width: auto;
    }

    .book-review {
        display: block;
        width: auto;
        margin-left: 0;
    }

    .container, .fixed {
        width: 100%;
    }

    .book-view-block {
        width: 96%;
        padding: 2%;
    }

    #mainmenu ul li.lists span {
        width: auto;
    }

    .resize-menu {
        width: auto;
    }

    #secondmenu ul li {
        width: 50% !important;
        margin-bottom: 1px;
    }

}

@media screen and (max-width: 700px) {

    .right-block-authors {
        width: 49%;
    }

    .friend-list {
        margin-right: 1px;
        width: 33%;
    }

    #logout-login {
        right: 0;
    }

    #logout-login a {
        border: 0 !important;
    }

    #logo {
        text-align: center;
        padding: 60px 0 80px 13px;
    }

    .form-find {
        top: 119px;
        width: 90%;
        padding: 0 5%;
        right: 0;
        z-index: 9;
        text-align: center;
    }

    #logout-login {
        top: 0;
        width: 100%;
        text-align: center;
    }

    #logout-login ul {
        padding: 0;
        margin: 0;
        font-size: 0;
    }

    #logout-login ul li {
        display: inline-block;
        width: 50%;
    }

    #logout-login a {
        padding: 10px 0;
        border-radius: 0;
        display: block;
        background-color: #4c98ce;
        color: #fff;
        text-decoration: none;
    }

    #logout-login a:hover {
        background-color: #297CB8;
    }
    .form-find input[type="text"] {
        width: 100%;
    }
}

@media screen and (max-width: 520px) {


    .right-block-item {
        width: 98%;
        padding: 13px 1%;
    }

    ul.yiiPager {
        width: 66% !important;
        display: block !important;
        margin: 0 auto !important;
    }

}

@media screen and (max-width: 580px) {
    .poster-container {
        width: 25%;
    }
}

@media screen and (max-width: 470px) {

    .reg1, .reg2, .reg3 {
        width: 100% !important;
    }

    .myquotes {
        margin-left: 0;
    }

    .add-review-block input + label {
        padding: 7px 0;
        text-align: center;
        width: 32%;
        font-size: 11px;
    }

    .friend-list {
        margin-right: 0;
        width: 50%;
    }

    .poster-container {
        width: 33%;
    }

    #slideshow {
        width: 97%;
        float: none;
        margin: 0 auto;
        max-width: 100%;
    }

    #slideshow #slidesContainer {
        max-width: 100%;
    }

    .share {
        width: auto;
        text-align: center;
    }

    .read {
        text-align: center;
        width: 196px;
        margin: 0 auto;
    }

    .info-book-view {
        margin-top: 30px;
        margin-bottom: 30px;
    }

}

@media screen and (max-width: 370px) {
    .poster-container {
        width: 50%;
    }
}

@media screen and (max-width: 250px) {
    .poster-container {
        width: 100%;
    }
}

#password-form label {
    display: block;
}

div.star-rating-on > a {
    background-position: 0 -32px !important;
}

.non {
    display: none;
}

#i_am_reading_sel a, #i_will_read_sel a, #i_have_read_sel a {
    padding: 0;
    border: none;
    color: #fff;
}

.book-quotes a.other-quotes {
    width: 80%;
    text-align: left;
    padding: 15px 2% 15px 18%;
    background: url("../img/circle_back_arrow-32.png") no-repeat 5px center;
    background-color: #3C72FF;
}

.book-quotes a.other-quotes:hover {
    background-color: #0047FF;
}

.review-left-block a.profile {
    max-width: 70px;
    font-size: 13px;
    line-height: 18px;
}

.search-result {
    display: inline-block;
    vertical-align: top;
    width: 702px;
}

.advance-search #search-form {
    display: inline-block;
    vertical-align: top;
}

.search-block > ul {
    padding: 0;
}

.edit-poster {
    float: left;
    margin-right: 10px;
}

.edit-block-container {
    width: 515px;
    float: left;
    font-size: 12px;
}

.edit-block {
    margin-bottom: 10px;
}
ul.scene_10 {
    display: none !important;
}

.author-avatar {
    float: left;
    margin-right: 10px;
    width: 240px;
    margin-bottom: 20px;
}

.author-avatar img {
    width: 100%;
    height: auto;
}

.similarAuthors {
    overflow: hidden;
    font-size: 16px;
    clear: both;
    margin: 15px 0 40px;
    border-bottom: 2px solid #EAEAEA;
    padding-bottom: 40px;
}

.similarAuthors > div {
    width: 137px;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    opacity: 0.8;
}

.similarAuthors a > div {
    height: 185px;
    overflow: hidden;
    width: 93%;
}

.similarAuthors div:hover {
    opacity: 1;
}

.similarAuthors span, .similarAuthors img{
    display: block;
    width: auto;
    font-size: 14px;
    text-align: center;
}

.similarAuthors img {
    display: block;
    height: 185px;
    font-size: 14px;
}

.similarAuthors span{
    margin-top: 5px;
    width: 93%;
}

.biography {
    font-size: 14px;
    line-height: 21px;
    overflow: hidden;
    margin-top: 15px;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    padding-top: 15px;
    padding-bottom: 10px;
}

#bibliography h2 {
    margin-top: 0;
}

.image-height {
    height: 120px;
    overflow: hidden;
    margin-bottom: 5px;
}

.image-height img {
    height: 120px;
    min-width: 100%;
    width: auto !important;
    border-radius: 2px;
}

.filter-block {

}

.filter-block p {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid #F4F4F4;
    padding-bottom: 5px;
}

.filter-block ul {

}

.filter-menu {

}

.filter-page .filter-block {
    display: none;
}

.filter-page .genres {
    display: block;
}

.filter-menu ul {
    padding: 0;
    margin: 0;
}

.filter-menu ul li {
    display: inline-block;
}

.filter-menu ul li a {
    text-decoration: none;
    font-size: 14px;
    padding: 5px 15px;
    display: block;
    border-radius: 50px;
    color: #575D69;
    background-color: #F4F4F4;
    border-bottom: 1px solid #D3D7D6;
}

.filter-menu ul li a:hover {
    background-color: #fff;
}

.filter-menu ul li a.active {
    background-color: #fff;
}

.back-title span, .back-title h1 {
    font-size: 23px;
    margin: 0 0 15px;
    color: #3f475d;
    font-family: 'Pt Sans';
    font-weight: 100;
    display: inline;
}

.filter-block ul li {
    padding: 0;
    margin: 0;
    width: 24%;
}

.filter-block ul li a{
    font-size: 14px;
    padding: 0;
}

.filter-block ul li ul {
    padding-left: 15px;
    border-left: 1px dotted #ccc;
    margin-left: 5px;
}

.filter-block ul li ul li {
    width: 100%;
}

.birthday-item {
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(162, 162, 162, 0.5);
}

.birthday-item .birthday-image, .birthday-item img {
    float: left;
    width: 55px;
    margin-right: 5px;
}

.birthday-image {
    height: 55px;
    position: relative;
    overflow: hidden;
}

.birthday-image img {
    position: absolute;
    bottom: 0;
    top: 0;
    min-height: 55px;
    max-height: 71px;
    width: auto;
}

.birthday-item p {
    margin: 0;
    font-size: 11px;
    color: #5F5F5F;
}

.birthday-item a {
    text-decoration: none;
    border-bottom: 0;
    font-size: 14px;
    padding-bottom: 1px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    color: #575d69;
    font-family: 'Open Sans';
    font-weight: 600;
}

.birthday-item a:hover {
    color: #F14D00;
    border: 0;
}

.birthday-item .label-rating {
    background-image: url(../img/star.png);
    background-size: 12px;
    width: 12px;
    height: 12px;
}

.birthday-item .user-rating {
    background: none;
}

.birthday-item .user-rating:before {
    content: none;

}

.like-book .right-block-preview {
    margin: 0;
    width: 100%;
}

.like-book .right-block-info {

}

.like-book .right-block-info a {

}

.like-book .right-block-info a.right-block-author-link {

}

.like-book .right-block-authors {
    display: inline-block;
    width: 20%;
    text-align: center;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 12px;
    padding: 0 1%;
    border: 0;
}

.like-book .owl-item .right-block-authors {
    width: 100%;
}

.owl-carousel .owl-item img {
    width: auto !important;
    margin: 0 auto !important;
}

.pay-block .owl-carousel .owl-item img {
    width: auto !important;
    max-height: 180px;
    margin-bottom: 5px !important;
}

.list-pochitat .poster-container-list {
    width: 100% !important;
    border: 3px solid #fff;
    box-sizing: border-box;
    height: 210px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0;
}

.list-pochitat .block-poster-list {
    height: 204px;
}

.list-pochitat .poster-container-list .block-poster-list, .list-pochitat .block-poster-header-list {
    width: 100% !important;
    z-index: 9;
    box-sizing: border-box;
}

.list-pochitat .owl-carousel .owl-item img {
    width: 100% !important;
}

.like-book .right-block-preview img {
    width: 50%;
    border: 2px solid #E2E2E2;
}

li.login-link a, li.register-link a {
    font-family: Tahoma;
    font-size: 12px;
}

li.login-link {
    margin-bottom: 8px;
}

li.login-link a {
    background-color: #4c98ce;
    color: #fff;
    text-decoration: none;
    padding: 7px 45px;
    border-radius: 50px;
    background-image: url("../img/login-link.png");
    background-repeat: no-repeat;
    background-position: 32px center;
}

li.login-link a:hover {
    background-color: #297CB8;
}

.myquotes h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.edit-book-page .myquotes h2 {
    border-bottom: 1px dashed;
    padding: 0 0 6px;
    display: inline-block;
    color: #006ABD;
    cursor: pointer;
}

.edit-book-page .myquotes h2:hover {
    color: #DA7201;
}

.rating-cancel {
    display: none !important;
}

.book-block-front {
    font-size: 0;
}

.book-front-container {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 80px;
    margin: 0 auto;
    border-right: 3px solid #fff;
    line-height: 14px;
    box-sizing: border-box;
    min-height: 165px;
}

.book-front-container img {
    width: 100%;
    opacity: 0.9;
}

.book-front-container a {
    text-decoration: none;
}

.book-front-container p {
    font-size: 11px;
    opacity: 0.9;
}

.book-front-container:hover p, .book-front-container:hover img{
    opacity: 1;
}


.bestbooks {
    text-align: right;
    padding: 5px 3px;
}

.bestbooks a {
    color: #fef4e9;
    text-decoration: none;
    border: solid 0 #da7c0c;
    background: #ff9a29;
    border-radius: 3px;
    padding: 6px 13px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

.bestbooks a:hover {
    background: #E5690A;
}

.top-block-poster-header a {
    font-size: 17px;
    line-height: 27px;
}

.book-block-front .poster-container-list {
    width: 235px;
    margin-bottom: 5px;
}

.book-block-front .block-poster-list, .book-block-front .block-poster-list:hover {
    width: 220px;
    box-shadow: none;
    height: 153px;
}

.book-block-front .block-poster-list img {
    width: 100%;

}

.block-poster-header-list {
    width: 208px;
}

.block-poster-header-list a {
    font-size: 14px;
    text-align: left;
}

a.person-info {
    background: url('../img/icon-person.png') no-repeat;
    padding-left: 13px;
    width: 0;
    height: 10px;
    border: 0;
    overflow: hidden;
    display: inline-block;
    opacity: 0.2;
    background-size: 100%;
}

a.person-info:hover {
    border: 0;
    opacity: 0.3;
}

input[type="text"]:focus, input[type="submit"]:focus {
    outline: none;
}

input[type="text"]:focus {
    border: 1px solid #868686;
}

.author-like {
    position: relative;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 15px;
    border-radius: 3px;
}

.author-like .like, .author-like .dislike {
    left: 0;
    bottom: 0;
    position: relative;
    display: block;
    text-align: center;
}

.author-like .like a, .author-like .dislike a {
    background: none;
    margin-right: 0;
    display: block;
    overflow: hidden;
    background-color: #ff9a29;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 4px;
    text-indent: 0px;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
}

.author-like .like a span, .author-like .dislike a span {
    display: inline-block;
    vertical-align: middle;
}

.author-like .like a span.spanlike, .author-like .dislike a span.spanlike {
    background: url(../img/like.png) no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
}

.author-like .like a:hover, .author-like .dislike a:hover {
    background-color: #FD6B00;
}

.author-like .dislike a:hover span.spanlike, .author-like .like a span.spanlike {
    background-position: 0 -30px;
}

.author-like .like a:hover span.spanlike {
    background-position: 0 0;
}

.edit-book-button a {
    font-size: 13px;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid;
}

.video-container-list {
    border: 3px solid #fff;
}

li.news span {
    width: 72px;
    text-align: center;
}

#mainmenu li:last-child a {
    border-right: 0;
}

.book-view-block ul li {
    list-style: inherit;
}

.search-block ul {
    padding: 0;
    margin: 0;
}

.search-block ul ul {
    padding-left: 15px;
}

.header-extended-search {
    margin-top: 5px;
    line-height: 14px;
}

.header-extended-search a {
    text-decoration: none;
    border-bottom: 1px solid;
    font-size: 11px;
    margin-right: 10px;
    font-family: Tahoma;
}

.header-extended-search a:hover {
    color: #F14D00;
}

.articles-item img {
    max-width: 200px;
}

.list-book {
    font-size: 18px !important;
    line-height: 34px;
}

.list-author {
    font-size: 14px !important;
    color: #353535;
    border: none !important;
}

a.moder-user {
    display: block;
    width: 100%;
    background: #03f none;
    position: absolute;
    bottom: 5px;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.add-rating {
    display: block;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-decoration: none;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.rating-list-container {

}

.rating-list-count {
    display: inline-block;
    vertical-align: middle;
    width: 62px;
    height: 31px;
    background: url("../img/rating-count.png") no-repeat center center;
    color: #fff;
    padding: 5px 15px;
    font-size: 18px;
    box-sizing: border-box;
}

.rating-list-block {
    background-color: #e6effe;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 15px;
    border-radius: 3px;
}

.rating-list-block img {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    position: relative;
    box-shadow: none;
    margin: 0;
    padding: 8px 0 10px 4px;
}

.list-description {
    font-size: 11px;
    color: #7C7C7C;
    line-height: 14px;
    padding-top: 10px;
}

.awards {
    position: absolute;
    top: 10px;
    right: 10px;
}

.awards-item {
    display: inline-block;
}

.awards-item img {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.awards-item img:hover {
    opacity: 1;
}

.awards-item::after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 110%;
    z-index: 1;
    background: rgba(71, 71, 71, 0.9);
    font-size: 11px;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.awards-item:hover::after {
    opacity: 1;
}

.awards-description {
    text-align: right;
    padding-bottom: 7px;
}

.ac_results {
    border: 1px solid #FF7e00 !important;
    box-shadow: 0 7px 5px rgba(0, 0, 0, 0.3);
}

.ac_results li {
    padding: 7px 5px !important;
    width: auto !important;
    font: inherit !important;
    font-size: 12px !important;
    font-family: 'Tahoma', sans-serif;
    cursor: pointer !important;
}

.ac_over {
    background-color: #FAEFE1 !important;
    color: #000 !important;
}

.ac_results ul {
    max-height: 50vh !important;
}