/* Fonts */
@font-face {
    font-family: 'helioscondcregular';
    src: url('../fonts/helioscondc-webfont.eot');
    src: url('../fonts/helioscondc-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helioscondc-webfont.woff2') format('woff2'), url('../fonts/helioscondc-webfont.woff') format('woff'), url('../fonts/helioscondc-webfont.ttf') format('truetype'), url('../fonts/helioscondc-webfont.svg#helioscondcregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/* Colours */
.red-color {
    color: #79849a;
}

.blue-color {
    color: #1e2633;
}

.grey-color {
    color: #747e93;
}

.deep-blue-color {
    color: #dadde2;
}

body {
    background: #1e2633;
    color: #fff;
    font: normal 14px/14px helioscondcregular;
    line-height: 1.5em;
    min-width: 320px;
}

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
    overflow-x: hidden;
}

#footer {
    height: 60px;
    background-color: #1e2633;
}

p {
    font-size: 16px;
}

ul {
    list-style-type: none;
}

a {
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    color: white;
    text-decoration: underline;
}

a:hover {
    color: #596f86;
    text-decoration: none;
}

.c-hr {
    color: #dadde2;
    background-color: #dadde2;
    height: 1px;
}


hr {
    margin-top: 15px;
    margin-bottom: 0;
}

h1 {
    text-transform: uppercase;
    font: normal 26px/26px "helioscondcregular";
}

/* Slider new */

.slick-main-slider {
    width: 100%;
    display: none;
}

.slick-main-image-wrapper {
    width: 100%;
    float: left;
}

.slick-main-image {
    width: 100%;
}

.slick-main-slider .slick-prev {
    left: 10px;
    z-index: 1;
}

.slick-main-slider .slick-next {
    right: 10px;
    z-index: 1;
}

@media (max-width: 767px) {
    .slick-main-slider .slick-prev,
    .slick-main-slider .slick-next {
        visibility: hidden;
    }
}

/* ------------------------------------------------------ */

/* Slider old */

.mainpage-slider {
    margin-top: 80px;
    margin-bottom: 20px;
}

.mainpage-slider .main-menu {
    text-transform: uppercase;
    font-size: 18px;
}

.mainpage-slider .main-menu a {
    display: inline-block;
    height: 24px;
    color: white;
    text-decoration: none;
    margin-top: 20px;
    padding-top: 3px;
    padding-left: 50px;
}

.mainpage-slider .main-menu a:hover {
    opacity: 0.7;
}

.mainpage-slider .main-menu .book-lnk {
    background: url("../img/theme/ico_books.png") no-repeat left center;
}

.mainpage-slider .main-menu .mag-lnk {
    background: url("../img/theme/ico_mag.png") no-repeat left center;
}

.mainpage-slider .main-menu .doc-lnk {
    background: url("../img/theme/ico_doc.png") no-repeat left center;
}

.mainpage-slider .main-menu .video-lnk {
    background: url("../img/theme/ico_video.png") no-repeat left center;
}

.mainpage-slider .main-menu .audio-lnk {
    background: url("../img/theme/ico_audio.png") no-repeat left center;
}

.mainpage-slider .main-menu .cat-lnk {
    background: url("../img/theme/ico_cat.png") no-repeat left center;
    color: #79849a;
    margin-top: 8px;
}

.mainpage-slider .main-menu .search-lnk {
    color: #79849a;
    font-size: 13px;
}

.mainpage-slider .mainpage-element .index-slider {
    width: 945px;
    height: 220px;
}

.mainpage-slider .mainpage-element .search-field {
    background: #79849a;
    /*width: 945px;*/
    padding-bottom: 10px;
}

.mainpage-slider .mainpage-element .search-field .search-filter {
    font-size: 13px;
    line-height: 10px;
    color: #333;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 15px;
}

.mainpage-slider .mainpage-element .search-field .search-filter ul {
    list-style-type: none;
}

.mainpage-slider .mainpage-element .search-field .search-filter li {
    display: inline-block;
    border-right: 1px solid #333;
    padding: 10px 20px;
}

.mainpage-slider .mainpage-element .search-field .search-filter li.active {
    font-size: 22px;
    color: #333;
}

.mainpage-slider .mainpage-element .search-field .search-input {
    margin-left: 40px;
}

.mainpage-slider .mainpage-element .search-field .search-input input:focus {
    outline: none;
    border: none;
}

.mainpage-slider .mainpage-element .search-field .search-input .search-button:hover {
    text-decoration: none;
    opacity: 0.7;
    background: url("../img/theme/sb.png") no-repeat;
}

.mainpage-slider .mainpage-element .search-field .search-links {
    margin-left: 40px;
    margin-top: 20px;
    text-transform: capitalize;
}

.mainpage-slider .mainpage-element .search-field .search-links a {
    padding-right: 20px;
    color: #333;
    text-decoration: underline;
}

.mainpage-slider .mainpage-element .search-field .search-links a:hover {
    text-decoration: none;
}

/* Recent Scans */
.more {
    float: right;
    padding-right: 30px;
    font-size: 14px;
    text-transform: uppercase;
    /*background: url("../img/theme/more.png") no-repeat right 3px;*/
    margin-top: 30px;
}

.more a {
    text-decoration: underline;
    color: #333;
}

.more a:hover {
    text-decoration: none;
}

.media {
    text-transform: uppercase;
    font-size: 15px;
}

.media img {
    margin-bottom: 10px;
}

.media .description {
    font-size: 11px;
    color: #333;
}

.red-footer {
    background: #13467a;
    width: 100%;
    height: 80px;
    margin-top: 80px;
}

.red-footer a {
    color: #ffffff;
}

.red-footer a:hover {
    text-decoration: none;
}

.red-footer .footer-menu {
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 16px;
}

.red-footer .footer-menu ul {
    list-style-type: none;
}

.red-footer .footer-menu li {
    display: inline-block;
    padding: 0 5px;
}

.footer-menu a {
    text-decoration: none;
}

.footer-menu a:hover {
    color: #dadde2;
}

.black-footer {
    background: #1e2633;
    height: 50px;
    font: normal 14px/14px 'helioscondcregular';
    color: white;
    padding-top: 20px;
}

/* item */
.book-cover .video_item {
    margin-top: 20px;
    width: 100%;
    height: 100px;
}

.book-cover .video_item .audiojs {
    height: 70px;
}

.book-cover .video_item .audiojs .play-pause {
    margin-top: 20px;
    padding-right: 50px;
}

.book-cover .video_item .audiojs .scrubber {
    margin-top: 30px;
    padding-right: 50px;
}

.book-cover .video_item .audiojs .time {
    margin-top: 20px;
}

.book-title h1 {
    font: normal 36px/36px helioscondcregular;
    text-transform: uppercase;
    position: relative;
    top: -25px;
}

.book-data {
    font: normal 18px/18px helioscondcregular;
    color: white;
}

.book-data .table-striped > tbody > tr:nth-child(2n+1) > td,
.book-data .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #2b3443;
    padding-left: 15px;
}

.book-data .table > tbody > tr > td {
    border: 0;
    background: #171e28;
    padding-left: 15px;
}

.book-buttons {
    font: normal 16px/16px helioscondcregular;
    margin-top: 25px;
}

.book-buttons .read-now {
    background: #13467a;
    color: #ffffff;
    display: inline-block !important;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    margin-right: 10px;
    text-decoration: none;
    width: 115px;
}

.book-buttons .read-now:hover {
    text-decoration: none;
    opacity: 0.7;
}

.book-buttons .borrow {
    background: #13467a;
    color: #ffffff;
    display: inline-block !important;
    padding: 15px 20px 15px 25px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    margin-right: 10px;
    text-decoration: none;
    border: none;
}

.book-buttons .borrow:hover {
    text-decoration: none;
    opacity: 0.7;
}

.book-buttons .favorite {
    background: #dadde2;
    color: #333;
    display: inline-block !important;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    width: 113px;
    text-decoration: none;
}

.book-buttons .favorite:hover {
    text-decoration: none;
    opacity: 0.7;
}

.social-buttons {
    margin-top: 25px;
}

.social-buttons div {
    float: left;
}

.social-buttons .fb {
    position: relative;
    top: 1px;
    left: -6px;
    background: #6175b5;
    color: #ffffff;
    display: inline-block;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    padding-bottom: 11px;
    text-transform: uppercase;
    width: 113px;
}

.social-buttons .fb:hover {
    text-decoration: none;
}

.social-buttons .tw {
    background: #0097cf;
}

.social-buttons .gp {
    background: #df4a32;
}

.reviews {
    margin-top: 25px;
}

.reviews h1 {
    color: #64718a;
    font: normal 24px/24px helioscondcregular;
    text-transform: uppercase;
    border-bottom: 1px solid #2f3848;
    padding-bottom: 15px;
}

.reviews .write-review {
    margin-top: 20px;
    font: normal 16px/16px helioscondcregular;
    background: #dadde2;
    color: #333;
    display: inline-block;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
}

.reviews .write-review:hover {
    text-decoration: none;
    opacity: 0.7;
}

.reviews .review .reviews_headline {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.reviews .review .reviews_author {
    float: left;
    color: #69758c;
    font-size: 14px;
    margin-bottom: 10px;
}

.reviews .review .reviews_text {
    clear: both;
    color: #d0d8e6;
    font-size: 14px;
}

.reviews .review .stars_5 {
    width: 80px;
    height: 16px;
    background: url("../img/rating.png");
    float: left;
    margin-right: 10px;
}

.reviews .review .stars_4 {
    width: 80px;
    height: 16px;
    background: url("../img/rating.png") -17px;
    float: left;
    margin-right: 10px;
}

.reviews .review .stars_3 {
    width: 80px;
    height: 16px;
    background: url("../img/rating.png") -32px;
    float: left;
    margin-right: 10px;
}

.reviews .review .stars_2 {
    width: 80px;
    height: 16px;
    background: url("../img/rating.png") -49px;
    float: left;
    margin-right: 10px;
}

.reviews .review .stars_1 {
    width: 80px;
    height: 16px;
    background: url("../img/rating.png") -66px;
    float: left;
    margin-right: 10px;
}

/* login */
.login-block {
    font: normal 22px/22px helioscondcregular;
    background: #dadde2;
    padding-top: 1px;
    padding-bottom: 20px;
    /* Facebook */
    /* Twitter */
    /* Google+ */
}

.login-block h1 {
    font: normal 30px/30px helioscondcregular;
    text-transform: uppercase;
    padding-left: 15px;
    padding-bottom: 20px;
}

.login-block input {
    font: bold 22px/22px helioscondcregular;
    color: #8e8e8e;
    border: 0;
    height: 43px;
    padding-left: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 25px;
    margin-right: 15px;
}

.login-block input:focus {
    outline: none;
}

.login-block .warn {
    color: #333;
    font-size: 14px;
}

.login-block .signup_button {
    font: normal 16px/16px helioscondcregular;
    background: #13467a;
    color: #ffffff;
    display: inline-block;
    padding: 15px 50px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    max-width: 189px;
    border: 0px;
    margin-top: 10px;
}

.login-block .signup_button:hover {
    text-decoration: none;
    opacity: 0.7;
}

.login-block .social {
    width: 347px;
}

.login-block .header {
    font-weight: bold;
    margin-top: 10px;
    padding-left: 60px;
}

.login-block .float_left {
    float: left;
}

.login-block .login_buttons {
    margin-left: 65px;
    margin-top: 38px;
}

.login-block .login_buttons a {
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 7px;
    line-height: 38px;
    text-decoration: none;
}

.login-block .login_buttons a:hover {
    text-decoration: none;
}

.login-block .fb-icon-bg {
    background: #354f88;
    height: 37px;
    margin: 0 0 -37px 0;
    width: 41px;
}

.login-block .fb-icon-bg:after {
    content: url('../img/fb-icon.png');
    display: block;
}

.login-block .fb-bg {
    background: #3b5998;
    display: block;
    height: 37px;
    margin: 0 0 15px 41px;
    width: 171px;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 3px;
    line-height: 40px;
}

.login-block .fb-bg a {
    color: #ffffff;
    text-decoration: none;
}

.login-block .fb-bg:after {
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    height: 37px;
    left: 3%;
    position: relative;
    text-transform: uppercase;
    top: 22%;
    width: 41px;
}

.login-block .fb-bg:hover {
    cursor: pointer;
    background: #354f88;
}

.login-block .fb-bg:active {
    background: #354f88;
}

.login-block .twi-icon-bg:after {
    content: url('../img/tw-icon.png');
    display: block;
}

.login-block .twi-icon-bg {
    background: #40a2d1;
    height: 37px;
    margin: 0 0 -37px 0;
    width: 41px;
}

.login-block .twi-bg {
    background: #45b0e3;
    height: 37px;
    margin: 0 0 15px 41px;
    width: 171px;
}

.login-block .twi-bg:after {
    color: #fff;
    /*content: "sign in with twitter";*/
    font-family: 'Ubuntu', sans-serif;
    height: 37px;
    font-size: 12px;
    left: 3%;
    position: relative;
    text-transform: uppercase;
    top: 22%;
    width: 41px;
}

.login-block .twi-bg:hover {
    cursor: pointer;
    background: #40a2d1;
}

.login-block .twi-bg:active {
    background: #40a2d1;
}

.login-block .g-icon-bg:after {
    content: url('../img/g-icon.png');
    display: block;
}

.login-block .g-icon-bg {
    background: #ce3e26;
    height: 37px;
    margin: 0 0 -37px 0;
    width: 41px;
}

.login-block .g-bg {
    background: #de4c34;
    height: 37px;
    margin-left: 41px;
    width: 166px;
}

.login-block .g-bg:after {
    color: #fff;
    /*content: "sign in with google+";*/
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    height: 37px;
    left: 3%;
    position: relative;
    text-transform: uppercase;
    top: 22%;
    width: 41px;
}

.login-block .g-bg:hover {
    cursor: pointer;
    background: #ce3e26;
}

.login-block .g-bg:active {
    background: #ce3e26;
}

.login-block .login-form {
    margin-top: 10px;
}

.login-block .login-form input[type="text"],
.login-block input[type="password"],
.login-block input[type="email"] {
    height: 43px;
    border: 1px solid lightgray;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 15px;
    margin-bottom: 10px;
    color: #8e8e8e;
}

.login-block .login-create {
    margin-top: 20px;
    margin-left: -282px;
}

.login-block .login-create a {
    color: #333;
    font-size: 18px;
    text-decoration: underline;
}

.login-block .login-create a:hover {
    text-decoration: none;
}

.login-block .login-submit {
    width: 189px;
    height: 43px;
    background: #13467a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    text-transform: uppercase;
    border: 0;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
}

.login-block .login-submit:hover {
    opacity: 0.7;
}

/* search */
.search-block {
    font: normal 22px/22px helioscondcregular;
    height: 250px;
    background: #404a5d;
}

.search-block h1 {
    font: normal 30px/30px helioscondcregular;
    text-transform: uppercase;
    padding-left: 15px;
    padding-bottom: 20px;
}

.search-block .search-button {
    position: absolute;
    right: 40px;
    width: 189px;
    height: 43px;
    background: #13467a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    text-transform: uppercase;
    border: 0;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
}

.search-block .search-button:hover {
    opacity: 0.7;
}

.search-results {
    margin-top: -80px;
    font: normal 22px/22px helioscondcregular;
}

.search-results h3 {
    text-transform: uppercase;
    font: normal 30px/30px helioscondcregular;
}

.search-results .search_results_pic {
    margin-bottom: 30px;
}

.search-results .search_results_pic img {
    width: 100%;
}

.search-results .search_results_title {
    padding: 30px;
    overflow: hidden;
    color: #ffffff;
}

.search-results .search_results_book {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.search-results .search_results_year {
    color: #747e93;
}

.search-results .search_results_read {
    margin-top: 25px;
    background: #13467a;
    color: #ffffff;
    display: inline-block;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    margin-right: 10px;
}

.search-results .search_results_read:hover {
    text-decoration: none;
    opacity: 0.7;
}

/* all books */
.books {
    text-transform: uppercase;
    margin-bottom: 15px;
    height: 300px;
}

.books a {
    color: #ffffff;
}

.books img {
    width: 100%;
    padding-bottom: 10px;
}

.books .no-cover-title {
    position: absolute;
    top: 120px;
    width: 140px;
    padding-left: 25px;
    overflow: hidden;
    height: 95px;
}

/* pagination */
.newPagination {
    font-size: 18px;
    padding: 0;
    margin-left: 30%;
    margin-top: 20px;
}

.newPagination li {
    list-style-type: none;
}

.newPagination li {
    display: inline-block;
    padding-right: 10px;
}

.newPagination a {
    color: #ffffff;
}

.newPagination a:hover {
    color: #dadde2;
    text-decoration: none;
}

.newPagination .active a {
    color: #13467a;
}

/* search results */
.search-field-inner {
    width: 100%;
    background: #dadde2;
}

.search-field-inner .search-filter-inner {
    font-size: 13px;
    line-height: 10px;
    color: #333;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 15px;
}

.search-field-inner .search-filter-inner ul {
    list-style-type: none;
}

.search-field-inner .search-filter-inner li {
    display: inline-block;
    border-right: 1px solid #7e8ba1;
    padding: 10px 20px;
}

.search-field-inner .search-filter-inner li.active-inner {
    font-size: 22px;
    color: #ffffff;
}

.search-field-inner .search-filter-inner li a {
    color: #ffffff;
}

.search-field-inner .search-input {
    margin-left: 40px;
}

.search-field-inner .search-input input:focus {
    outline: none;
    border: none;
}

.search-field-inner .search-input .search-button {
    background: url("../img/theme/sb.png") no-repeat;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    text-transform: uppercase;
    width: 157px;
    height: 43px;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    padding-left: 25px;
}

.search-field-inner .search-input .search-button:hover {
    text-decoration: none;
    opacity: 0.7;
    background: url("../img/theme/sb.png") no-repeat;
}

.search-field-inner .search-links {
    margin-left: 40px;
    margin-top: 20px;
    text-transform: capitalize;
}

.search-field-inner .search-links a {
    padding-right: 20px;
    color: #333;
    text-decoration: underline;
}

.search-field-inner .search-links a:hover {
    text-decoration: none;
}

.search-field-inner h2 {
    text-transform: uppercase;
    font: 18px helioscondcregular;
}

.results-search {
    margin-top: 50px;
}

.results-search .results-text {
    background: #2b3443;
    padding: 0;
}

.results-search .results-text .result-item {
    height: 35px;
    border-top: 1px solid #4e586a;
    font-size: 14px;
    padding-left: 25px;
}

.results-search .results-text .result-item a {
    margin: 0;
    padding-top: 5px;
    display: inline-block;
    width: 90%;
    height: 35px;
    color: #ffffff;
    line-height: 12px;
    padding-right: 50px;
    background: url("../img/theme/ico_books.png") no-repeat 800px 5px;
}

.results-search .results-text .result-item .no-ebook {
    margin: 0;
    padding-top: 5px;
    display: inline-block;
    width: 90%;
    height: 35px;
    color: #ffffff;
    line-height: 15px;
    background: url("../img/theme/ico_books_s.png") no-repeat 800px 5px;
}

.results-search .results-text .result-item .num {
    display: inline-block;
    color: #8e9baf;
    width: 50px;
}

.results-search .results-text .result-item .creator {
    display: inline-block;
    color: #8e9baf;
    width: 200px;
}

.results-search .results-count {
    text-transform: uppercase;
    color: #333;
    font-size: 24px;
}

.results-search .results-count span {
    font-size: 36px;
    color: #ffffff;
}

/* Search inside books */
.results-text-header a {
    color: #ffffff;
    display: inline-block;
}

.search-input-ebooks .search-button-ebooks {
    margin-left: 15px;
    margin-top: -26px;
    float: left;
    display: inline-block;
    border: 0;
    background: url("../img/theme/sb.png") no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    text-transform: uppercase;
    width: 157px;
    height: 43px;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    padding-left: 25px;
}

.search-input-ebooks .search-button-ebooks:hover {
    text-decoration: none;
    opacity: 0.7;
    background: url("../img/theme/sb.png") no-repeat;
}

.results-search-ebooks {
    margin-top: 50px;
}

.results-search-ebooks .results-text-ebooks {
    padding: 0;
}

.results-search-ebooks .results-text-ebooks .result-item-ebooks {
    height: 35px;
    border-top: 1px solid #4e586a;
    font-size: 14px;
}

.results-search-ebooks .results-text-ebooks .result-item-ebooks a {
    margin: 0;
    padding-top: 5px;
    display: inline-block;
    height: 35px;
    color: #333;
    line-height: 25px;
}

.results-search-ebooks .results-text-ebooks .result-item-ebooks .num {
    display: inline-block;
    color: #8e9baf;
    width: 50px;
}

.results-search-ebooks .results-text-ebooks .result-item-ebooks .creator {
    display: inline-block;
    color: #8e9baf;
    width: 400px;
    padding-left: 80px;
}

.results-search-ebooks .results-text-ebooks .result-item-ebooks .published {
    display: inline-block;
    color: #8e9baf;
    width: 200px;
    padding-left: 15px;
}

.results-search-ebooks .results-text-ebooks .result-item-ebooks .book_ico {
    width: 28px;
    height: 22px;
    display: inline-block;
    background: url("../img/theme/ico_books.png") no-repeat 0 5px;
}

/* reviews */
.my_reviews img {
    width: 100%;
}

form .stars {
    background: url("../img/stars.png") repeat-x 0 0;
    width: 150px;
}

form .stars input[type="radio"] {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

form .stars input[type="radio"].star-5:checked ~ span {
    width: 100%;
}

form .stars input[type="radio"].star-4:checked ~ span {
    width: 80%;
}

form .stars input[type="radio"].star-3:checked ~ span {
    width: 60%;
}

form .stars input[type="radio"].star-2:checked ~ span {
    width: 40%;
}

form .stars input[type="radio"].star-1:checked ~ span {
    width: 20%;
}

form .stars label {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: -999em;
    float: left;
    position: relative;
    z-index: 10;
    background: transparent !important;
    cursor: pointer;
}

form .stars label:hover ~ span {
    background-position: 0 -30px;
}

form .stars label.star-5:hover ~ span {
    width: 100% !important;
}

form .stars label.star-4:hover ~ span {
    width: 80% !important;
}

form .stars label.star-3:hover ~ span {
    width: 60% !important;
}

form .stars label.star-2:hover ~ span {
    width: 40% !important;
}

form .stars label.star-1:hover ~ span {
    width: 20% !important;
}

form .stars span {
    display: block;
    width: 0;
    position: relative;
    top: 0;
    left: 0;
    height: 30px;
    background: url("../img/stars.png") repeat-x 0 -60px;
    -webkit-transition: -webkit-width 0.5s;
    -moz-transition: -moz-width 0.5s;
    -ms-transition: -ms-width 0.5s;
    -o-transition: -o-width 0.5s;
    transition: width 0.5s;
}

/* add_book */
.add_book {
    font-size: 14px;
    min-height: 450px;
    margin-top: 100px;
}

.add_book a {
    color: #ffffff;
}

.add_book a:hover {
    color: #dadde2;
    text-decoration: none;
}

.add_book ul {
    list-style-type: none;
}

.add_book .working {
    display: none;
}

/* popup */
.modal_1 {
    padding: 0;
}

.modal-header {
    border: 0;
    padding-right: 10px;
}

.modal-body {
    padding: 50px;
}

.modal-content {
    background: #fff;
}

.btn-primary {
    background: #13467a;
    border-color: #13467a;
    text-decoration: none;
}

.btn-primary:hover {
    background: #13467a;
    border-color: #13467a;
    opacity: 0.8;
}

.modal-footer {
    border-top: 1px solid #dadde2;
}

.btn-secondary {
    background: #13467a;
}

.audiojs {
    background: #000000;
}

.audiojs .loaded {
    background: #bbcbe4;
}

.audiojs .progress {
    background: #13467a;
    top: -3px;
    height: 19px;
}

.audiojs {
    width: auto;
}

.audiojs .loaded {
    background: #dadde2;
}

.video_link {
    color: #ffffff;
}

.video_link:hover {
    color: #333;
    text-decoration: none;
}

.audios a {
    color: #ffffff;
}

/* blog */
.blog_2015 a {
    text-transform: uppercase;
    color: #ffffff;
}

.blog_2015 .post-meta a {
    color: #dadde2;
}

/* Donate */
.block-wrapper {
    background-color: #263040;
    border-radius: 5px;
    padding: 20px;
}

.block-wrapper:first-child {
    margin-bottom: 30px;
}

.donate_top .payments_methods div {
    margin-top: 20px;
}

.donate_top .payments_methods .active {
    padding-top: 10px;
    padding-left: 110px;
    background: #dadde2;
}

.donate_top small {
    color: red;
}

.donate_top h1 {
    font: normal 30px/30px helioscondcregular;
}

.donate_top p {
    color: #333;
    font-size: 15px;
}

.donate_top #memory_types input[type='radio'] {
    display: inline-block !important;
}

.donate_top #memory_types ul {
    list-style-type: none;
}

.donate_top .donation_buttons button {
    background: white;
    color: #29b67f;
    border: none;
    width: 121px;
    height: 58px;
    margin: 10px;
    font-size: 27px;
    border-radius: 5px;
    outline: none;
}

.donate_top .donation_buttons button:hover {
    background: #13467a;
}

.donate_top .donation_buttons .other_donate {
    display: inline-block;
    position: relative;
    top: -6px;
    background: #13467a;
    color: white;
    border: none;
    width: 120px;
    height: 58px;
    margin: 10px;
    font-size: 27px;
    border-radius: 5px;
    outline: none;
    vertical-align: middle;
    padding: 18px;
}

.donate_top .donation_buttons .other_donate:hover {
    background: #13467a;
    text-decoration: none;
}

.donate_top .donation_buttons input[type="radio"] {
    display: none;
}

.donate_top .donation_buttons input[type="radio"] + label {
    color: #ffffff;
    font-size: 27px;
    padding: 10px;
    padding-left: 0;
    padding-right: 20px;
    width: 100%;
}

.donate_top .donation_buttons .last input[type="radio"] + label {
    padding-right: 0;
}

.donate_top .donation_buttons input[type="radio"] + label span {
    display: inline-block;
    width: 120px;
    height: 58px;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding-top: 19px;
}

.donate_top .donation_buttons input[type="radio"] + label span {
    background-color: white;
    border: 1px gainsboro solid;
    color: #13467a;
}

.donate_top .donation_buttons input[type="radio"]:checked + label span {
    background-color: #13467a;
    color: white;
}

.donate_top .donation_buttons input[type="radio"] + label span,
.donate_top .donation_buttons input[type="radio"]:checked + label span {
    -webkit-transition: background-color 0.4s linear;
    -o-transition: background-color 0.4s linear;
    -moz-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
}

.donate_top .donation_buttons .sbmt_button {
    margin: 10px 0 10px 80px;
}

.donate_top .donation_buttons .donate_now {
    width: 100%;
    font-size: 24px;
}

.donate_top .donation_buttons .donate_lnks {
    color: #8798b6;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: underline;
    margin-left: 75px;
    position: relative;
    top: 25px;
}

.donation_buttons .donations-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.donation_buttons .other_amount {
    margin-bottom: 0 !important;
}

@media (min-width: 481px) and (max-width: 768px) {
    .donation_buttons .amount-wrapper {
      width: calc(20% - 16px);
    }

    .donation_buttons .amount-wrapper:not(:nth-child(5n)) {
      margin-right: 20px;
    }
}

@media (max-width: 480px) {
    .donation_buttons .amount-wrapper {
      width: calc(33% - 13px);
    }

    .donation_buttons .amount-wrapper:not(:nth-child(3n)) {
      margin-right: 20px;
    }

}

@media (max-width: 768px) {
    .donate_top .donation_buttons input[type="radio"] + label {
      padding-right: 0 !important;
    }

    .donate_top .donation_buttons input[type="radio"] + label span {
        font-size: 20px;
      width: 100% !important;
    }
}

.donate_top .addition_reqs {
    padding-top: 20px;
    height: 80px;
}

.donate_top .addition_reqs .checkers {
    color: #333;
    font-size: 16px;
}

.donate_top .addition_reqs .checkers input[type=checkbox] {
    margin-right: 10px;
}

.donate_top h2 {
    font: normal 24px/24px helioscondcregular;
    color: #333;
}

.donate_top hr {
    background: #dadde2;
    border: 0;
    height: 1px;
}

.donate_top .select_amount {
    font-size: 16px;
    color: #dadde2;
}

.donate_top .select_amount p {
    text-transform: uppercase;
}

.donate_top .select_amount input[type="text"] {
    border: 0;
    outline: none;
    height: 40px;
    width: 100%;
    padding: 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #333;
}

.donate_top .select_amount .input_label {
    text-transform: uppercase;
    padding-top: 10px;
}

.donate_top .select_amount input[type="radio"] {
    display: none;
}

.donate_top .select_amount input[type="radio"] + label {
    color: #b0bed6;
    font-size: 18px;
    margin-right: 10px;
}

.donate_top .select_amount input[type="radio"] + label span {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 120px;
    padding-left: 30px;
    padding-top: 5px;
}

.donate_top .select_amount input[type="radio"] + label span {
    background-color: #fff;
    margin-bottom: 18px;
}

.donate_top .select_amount input[type="radio"]:checked + label span {
    background-color: #000;
}

.donate_top .select_amount input[type="radio"] + label span,
.donate_top .select_amount input[type="radio"]:checked + label span {
    -webkit-transition: background-color 0.4s linear;
    -o-transition: background-color 0.4s linear;
    -moz-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
}

.donate_top .select_amount input[type="checkbox"] {
    margin-left: 15px;
}

.donate_top .select_amount textarea {
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    outline: none;
    padding: 5px;
    width: 100%;
    color: #b0bed6;
    margin-bottom: 20px;
}

.donate_top .select_amount select {
    margin-left: 15px;
    background: #dadde2;
    color: #ffffff;
    outline: none;
    border: 0;
    padding-left: 5px;
}

.donate_top .select_amount .cc_info {
    margin-top: 65px;
}

h1 {
    font: normal 30px/30px helioscondcregular;
}

.slide_image {
    width: 100%;
    height: 242px;
}

.donation_campaign b {
    font-size: 18px;
}

.donation_campaign h1 {
    font-weight: bold;
    margin-bottom: 20px;
}

.donate_now_button {
    background-color: white;
    color: #13467a;
    text-transform: uppercase;
    width: 200px;
    height: 50px;
    font-weight: bold;
    border: 0;
    padding-top: 15px;
}

.donate_now_button:hover {
    background-color: #254e78;
    color: white;
}

.donation_campaign .well {
    background: #263040;
    border: 0;
    border-color: #1e2633;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*border-top-right-radius: 0;*/
    /*border-top-left-radius: 0; */
    /*box-shadow: transparent;*/
}

.well_header {
    margin-top: 20px;
    margin-bottom: 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    text-transform: uppercase;
    font-size: 12px;
    background: #e4e7e8;
    padding: 15px;
    color: #8e9da4;
}

.give_now {
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*border-radius: 5px;*/
    width: 100%;
    background-color: #263040;
    /*-webkit-box-shadow: 0px -10px 41px -10px rgba(0, 0, 0, 0.35);*/
    /*-moz-box-shadow: 0px -10px 41px -10px rgba(0, 0, 0, 0.35);*/
    /*box-shadow: 0px -10px 41px -10px rgba(0, 0, 0, 0.35);*/
}

@media (max-width: 991px) {
    .donation-type-checkboxes {
        margin-top: 15px;
    }
}

.donation-type-checkboxes input {
    margin-right: 5px;
}

.donation_campaign h5 {
    color: grey;
    text-transform: uppercase;
}

.donation_campaign .payment_details {
    background-color: #13467a;
    text-transform: uppercase;
    width: 100%;
    padding: 15px;
    font-size: 17px;
    border: none;
    height: 54px;
}
.other_amount {
    padding: 25px;
    margin-bottom: 15px;
}

.progress-bar-success {
    background-color: #13467a;
}

.back_to_campaigns {
    text-transform: uppercase;
    color: #206687;
    font-weight: bold;
    text-decoration: none;
}

.cc_form input,
.cc_form select {
    height: 50px;
    margin-bottom: 20px;
}

.cc_form .last input {
    margin-bottom: 0px;
}

.dropzone {
    min-height: 140px;
    border: 1px dashed #13467a;
    background: white;
    padding: 20px 20px;
}

progress {
    background-color: #f5f5f5;
}

@media (max-width: 768px) {
    .mainpage-banner-search-wrapper {
        margin-bottom: 15px;
        padding: 0;
    }

    .mainpage-slider {
        margin-top: -45px;
    }
}

/* XS */
/* Small devices (tablets, 468px and up) */
@media (min-width: 320px) and (max-width: 768px) {
    .mainpage-slider .mainpage-element .index-slider {
        width: 100%;
        margin-top: -20px;
    }

    .mainpage-slider .mainpage-element .search-field {
        width: 100%;
    }

    .mainpage-slider .mainpage-element .index-slider {
        height: auto;
    }

    .scans h1 {
        line-height: 0;
        padding-left: 5px;
    }

    .more {
        margin-top: -20px;
        padding-bottom: 10px;
    }

    .more a {
        color: #333;
    }

    .videos img {
        width: 100%;
    }

    .audios img {
        width: 100%;
    }

    /* signup */
    .login-block {
        height: 100%;
    }

    .login-block .login_buttons {
        margin-left: 0;
        margin-top: 0;
    }

    .login-block .login-form {
        margin-left: 0;
    }

    .login-block .login-create {
        margin-left: 0;
    }

    .login-block .login-form input[type="text"],
    .login-block .login-form input[type="email"],
    .login-block input[type="password"] {
        width: 100%;
    }

    /* item page */
    .book-title h1 {
        font-size: 24px;
    }

    .book-buttons .read-now {
        width: 100%;
        margin-bottom: 10px;
    }

    .book-buttons .borrow {
        width: 100%;
        margin-bottom: 10px;
    }

    .book-buttons .favorite {
        width: 100%;
        text-decoration: none;
    }

    /* all books */
    .books img {
        min-height: 500px;
    }

    .books {
        margin-bottom: 260px;
    }

    .scans h1 {
        width: auto;
        position: relative;
        bottom: 20px;
    }

    .search-input-ebooks .search-button-ebooks {
        margin-top: 10px;
        margin-left: 100px;
    }

    .results-search-ebooks .results-text-ebooks {
        padding: 20px;
    }

    .search-field-inner .search-input {
        margin-top: 50px;
    }

    .search-field-inner .search-input input {
        width: 90%;
    }

    .search-field-inner .search-input .search-button {
        margin-top: 10px;
    }

    .results-search-ebooks .results-text-ebooks .result-item-ebooks .creator {
        padding-left: 20px;
        width: 250px;
    }

    .results-search-ebooks .results-text-ebooks .result-item-ebooks .published {
        padding-left: 0;
        width: auto;
    }

    .results-search-ebooks .results-text-ebooks .result-item-ebooks {
        font-size: 12px;
    }

    .results-search .results-text .result-item a {
        font-size: 12px;
        line-height: 12px;
    }

    .results-search .results-text .result-item .num {
        width: 20px;
    }

    .results-search .results-text .result-item .no-ebook {
        line-height: 10px;
    }

    .newPagination {
        font-size: 30px;
        line-height: 40px;
        margin-left: 0;
    }

    .slide_image {
        width: 100%;
        height: auto;
    }

}

/* SM */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {
    .mainpage-slider .main-menu a {
        font-size: 15px;
        margin-top: 10px;
    }

    .mainpage-slider .mainpage-element .index-slider {
        width: 563px;
    }

    .mainpage-slider .mainpage-element .search-field .search-links {
        margin-left: 50px;
        margin-top: -10px;
        font-size: 15px;
    }

    .scans h1 {
        font-size: 24px;
    }

    .audios img {
        width: 100%;
    }

    .login-block .login_buttons {
        margin-left: 0;
        margin-top: 0;
    }

    /* item */
    .book-title h1 {
        font-size: 22px;
    }

    .book-data {
        font-size: 13px;
        margin-top: -20px;
    }

    .book-buttons .read-now {
        font-size: 13px;
        padding: 10px 20px;
        margin-right: 5px;
    }

    .book-buttons .borrow {
        font-size: 13px;
        padding: 10px 27px;
        margin-right: 0;
    }

    .book-buttons .favorite-sm {
        width: 100%;
        margin-top: 10px;
        padding: 10px 0;
        font-size: 13px;
        background: #404a5d;
        color: #ffffff;
        display: inline-block;
        text-align: center;
        border-radius: 5px;
        text-transform: uppercase;
        text-decoration: none;
    }

    .book-buttons .favorite-sm:hover {
        text-decoration: none;
        opacity: 0.7;
    }

    .social-buttons .fb {
        font-size: 11px;
        width: 50px;
        top: 0;
        padding: 9px 10px 10px;
    }

    .search-input-ebooks .search-button-ebooks {
        margin-top: 30px;
    }

    .search-field-inner .search-input {
        margin-top: 60px;
    }

    .search-field-inner .search-input input {
        width: 70%;
    }

    .login-block .login-create {
        margin-left: 0;
        margin-top: 20px;
    }

    .results-search-ebooks .results-text-ebooks .result-item-ebooks .creator {
        padding-left: 20px;
        width: 350px;
    }

    .results-search-ebooks .results-text-ebooks .result-item-ebooks .published {
        padding-left: 0;
        width: auto;
    }
}

/* MD */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1200px) {
    .mainpage-slider .main-menu a {
        font-size: 15px;
        margin-top: 10px;
    }

    .mainpage-slider .mainpage-element .index-slider {
        width: 781px;
    }

    .mainpage-slider .mainpage-element .search-field {
        width: 100%;
    }

    .videos img {
        width: 100%;
    }

    /* item */
    .book-title h1 {
        font-size: 24px;
    }

    .book-data {
        font-size: 14px;
    }

    .book-buttons .read-now {
        font-size: 13px;
        padding: 10px 15px;
        margin-right: 6px;
    }

    .book-buttons .borrow {
        font-size: 13px;
        padding: 10px 20px;
        margin-right: 7px;
    }

    .book-buttons .favorite {
        padding: 10px 5px;
        width: 80px;
        text-decoration: none;
    }

    .social-buttons .fb {
        font-size: 11px;
        width: 100px;
        top: 0;
    }

    .search-field-inner .search-input input {
        width: 80%;
    }

    .results-search-ebooks .results-text-ebooks .result-item-ebooks .creator {
        padding-left: 20px;
    }

    .results-search-ebooks .results-text-ebooks .result-item-ebooks .book_ico {
        background: url("../img/theme/ico_books_s.png") no-repeat 0 5px;
    }
}

/* LG */
/* Large devices (large desktops, 1200px and up) */


.mt-10 {
    margin-top: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.pt-10 {
    padding-top: 10px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-150 {
    margin-top: 150px;
}


.carousel-control {
    width: 4%;
    color: #333;
}

.carousel-control.left, .carousel-control.right {
    margin-left: -45px;
    background-image: none;
}

.solid-container {
    height: 100vh;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.read_more {
    position: relative;
    z-index: 1;
}

#map {
    height: 427px;
    width: 100%;
}

img.category-img {
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: #666;
}

.book_name {
    font-size: 10px;
    padding-bottom: 10px;
}

.btn-default {
    text-decoration: none;
}

.categories a {
    color: white;
    text-decoration: none;
}

p.category-count {
    text-align: center;
    font-size: .7em;
    line-height: 1;
    color: #666;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    font-style: italic
}

.category-link {
    font: normal 18px/18px "helioscondcregular";
    text-transform: uppercase;
    color: white;
    text-decoration: none;
}

.modal {
    color: #0a0a0a;
}

/* lazy loading - book-list.html */

.books-container-lazy {
    display: flex;
    flex-wrap: wrap;
}

.books-container-lazy .book {
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 0 5px;
}

.books-container-lazy .book.empty {
    height: 0;
    width: 140px;
}

.load-items-lazy {
    bottom: -60px;
    display: none;
    justify-content: center;
    margin-top: 30px;
    padding-right: 30px;
    position: absolute;
    width: 100%;
}

.load-items-lazy.loading {
    display: flex;
}

.load-items-lazy .lds-ring {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
}
.load-items-lazy .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    border: 3px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
.load-items-lazy .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.load-items-lazy .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.load-items-lazy .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* search inside books */

.search-inside-counter {
    margin-top: 8px;
}

.search-inside-result-item {
    color: black;
    display: flex;
    background-color: #dadde2;
    margin-bottom: 5px;
    padding: 15px;
}

.search-inside-bookcover {
    display: flex;
    margin-top: 65px;
    margin-right: 15px;
    height: 100%;
    padding: 0;
}

.search-inside-bookcover a {
    width: 150px;
}

.search-inside-bookcover img {
    width: 100%;
}

.search-inside-list {
    width: 100%;
    padding: 0;
}

.search-inside-details {
    width: 100%;
}

.search-inside-description {
    height: 50px;
}

.search-inside-book-title {
    color: black;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.search-inside-serp-extras {
    position: relative;
    min-height: 150px;
    border: none;
    margin-top: 15px;
    background-color: #fff;
    border-radius: 5px;
}

.search-inside-serp-extras a {
    color: #333;
    text-decoration: none;
}

.search-inside-fulltext-excerpts {
    padding: 15px;
}

.search-inside-fulltext-excerpts ul {
    padding: 0;
}

.search-inside-bottom {
    width: 100%;
    font-weight: bolder;
    text-align: center;
    font-size: 16px;
    padding-bottom: 10px;
}

.search-inside-bottom a {
    color: black;
    text-decoration: none;
}

.search-inside-bottom a:hover {
    text-decoration: underline;
}

.search-inside-read {
    height: 100%;
}

.search-inside-read-button {
    background-color: #13467a;
    border-radius: 5px;
    margin-top: 65px;
    width: 75px;
    height: 35px;
    margin-left: 10px;
    transition: opacity 0.1s ease;
}

.search-inside-read-button:hover {
    opacity: 0.8;
}

.search-inside-read-button a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

@media (max-width: 768px) {
    .search-inside-bookcover {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .search-inside-result-item {
        flex-direction: column;
    }

    .search-inside-read-button {
        margin: 0 auto;
        width: 100%;
    }

    .search-inside-serp-extras {
        min-height: unset;        
    }
}

/* password reveal */

.password-wrapper {
    position: relative;
    display: table;
    width: 100%;
}

.password-wrapper input {
    padding-right: 43px;
}

.password-reveal {
    cursor: pointer;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 10px;
    height: 43px;
    width: 43px;
    color: black;
}

.password-reveal-icon {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/password-reveal/hide.svg");
}

.password-reveal-icon.show {
    background-image: url("../img/password-reveal/show.svg");
}

.terms_agreement_checkbox {
    display: none;
}

.book-buttons a {
    text-decoration: none;
}