@import url("https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700,900");

@font-face {
    font-family: 'Roboto-Medium';
    src: url("/libs/fonts/Roboto-Medium") format(".ttf");
}

* {
    font-family: 'Roboto', sans-serif;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1;
    font-style: normal;
}

section {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}

.reset_font_size {
    font-size: 1em !important;
}

.container-all {
    min-height: 100vh;
    position: relative;
}

.container-fluid {
    width: 100%;
}

/* .container {
  max-width: 1200px;
  width: 100%; }

.container {
  padding-left: 0 !important;
  padding-right: 0 !important; } */

.app-wrapper {
    -webkit-box-shadow: 0 0 53px 5px #e8e8e8;
    box-shadow: 0 0 53px 5px #e8e8e8;
    width: 1229px;
    margin: 0 auto;
    border: 1px solid lightgrey;
}

.mobile {
    display: none;
}

.mobile-sm {
    display: none;
}

.mobile-flex {
    display: none;
}

.mobile-sm-flex {
    display: none;
}

.bg-transpa {
    background: transparent !important;
}

.bg-grey {
    background-color: #f4f4f4;
}

.bg-white {
    background: white;
}

.bg-lightgrey {
    background: #fbfbfb;
}

.line-spacer {
    width: 50%;
    height: 2px;
    border-bottom: 2px solid gray;
    margin: 2em auto;
}

.line-spacer-100 {
    width: 100%;
    height: 2px;
    border-bottom: 2px solid gray;
    margin: 2em auto;
}

.text-italic {
    font-style: italic;
}

.text-bold {
    font-weight: 900;
}

.text-bordered {
    border-bottom: 2px solid black;
}

.text-semibold {
    font-weight: 500;
}

.text-slim {
    font-weight: 300;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}


.text-big {
    font-size: 4em;
    font-weight: 300;
    letter-spacing: 0;
    margin-top: 0;
    color: #1a1a1a;
}

.text-16 {
    font-size: 1.6em;
}

.text-u {
    text-decoration: underline;
}

.text-s {
    font-size: 1em;
}

.text-m {
    font-size: 1.2em;
}

.text-l {
    font-size: 1.4em;
}

.text-x {
    font-size: 2em;
}

.text-xl {
    font-size: 2.8em;
}

.text-xxl {
    font-size: 4em;
}

.text-semibig {
    font-size: 2.4em;
    font-weight: 500;
    color: #1a1a1a;
    margin: 20px 0 10px;
}

.text-grey {
    color: grey;
}

.subheading {
    font-size: 2.8em;
    font-weight: 300;
    color: #1a1a1a;
    margin: 10px 0 40px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-around {
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-even {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-even-base {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.flex-even-end {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.help-block.help-block-error {
    color: red;
    font-size: 0.75em;
}

.icon {
    width: 30px;
    height: 30px;
}

.icon--eye {
    width: 40px;
}

.icon--pin {
    width: 50px;
}

.btn-round-sm {
    max-width: 30px;
    max-height: 30px;
    cursor: pointer;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}

.max-300 {
    overflow-y: auto;
    max-height: 300px;
}

.rem_book .message_box,
.add_person .message_box {
    max-height: 540px;
    max-width: 315px;
    border-radius: 0;
    color: #000;
}

.add_book .message_box {
    max-width: 315px;
    border-radius: 0;
}

#message-book-photo {
    width: 40%;
    margin: 0 auto;
}

.loader .message_box {
    width: 48px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    margin: auto;
    margin-top: 50vh;
}

.move_book .modal-dialog {
    max-width: 580px;
    border-radius: 0;
    color: #000;
}

.send_message .message_box,
.update_plan .message_box,
.info_box .message_box,
.save_pages .message_box,
.add_shelf .message_box,
.edit_shelf .message_box,
.invite_person .message_box {
    max-width: 460px;
    border-radius: 0;
    color: #000;
}

.h150 {
    height: 150px;
}

.mh150 {
    max-height: 150px;
}

.grad {
    pointer-events: none;
    width: 140%;
    margin: 0 -20%;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(244, 244, 244, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(244, 244, 244, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(244, 244, 244, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f4f4f4', GradientType=0); /* IE6-9 */
}

.arr_down {
    position: relative;
    display: block;
    width: 3em;
    margin: 0 auto;
}

.rem_book .single-user-wrapper,
.add_person .single-user-wrapper {
    margin-bottom: 40px;
}

.add_person #message-user-photo {
    margin: 20px auto 5px auto;
    max-width: 100px;
}

.rem_book #message-del-book,
.add_person #message-user-name {
    margin: 0 auto;
    font-size: 1em;
    font-weight: 500;
    color: #000000;

}

.single-user__name {
    font-size: 1.4em;
    font-weight: 500;
}

.btn {
    cursor: pointer;
}

.btn__play {
    cursor: pointer;
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
}

.btn__play img {
    width: 30px !important;
    height: 30px !important;
}

.btn__play:hover {
    -webkit-transform: translateX(-50%) scale(1.07);
    -ms-transform: translateX(-50%) scale(1.07);
    transform: translateX(-50%) scale(1.07);
}

.btn_play {
    max-height: 30px;
    max-width: 30px;
    cursor: pointer;
    position: relative;
    bottom: 25px;
    padding: 0 !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
}

.btn_play img {
    width: 30px;
    height: 30px;
}

.btn_play:hover {
    -webkit-transform: translateX(-50%) scale(1.07);
    -ms-transform: translateX(-50%) scale(1.07);
    transform: translateX(-50%) scale(1.07);
}

.timer-mobile img{
    height: auto !important;
    width: auto !important;
    left: initial !important;
    position: relative !important;
}

.timer-mobile .clock-menu{
    margin: 0 !important;
}

.btn__play_mobile {
    display: none !important;
}

.clock_menu_mobile{
    display: none !important;
    width: 200px !important;
    left: calc(50% - 100px) !important;
}

.btn__play.btn__play_mobile img{
    transform: translateX(0) !important;
}

 .clock_menu {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     background: rgba(0, 0, 0, 0.5);
     padding: 15px 10px;
     height: 100%;
 }

.btn__play{
    border-radius: 50% !important;
}

@media screen and (max-width: 991px) {
     .btn__play_mobile{
         display: block !important;
     }

    .clock_menu_mobile{
        display: flex !important;
        align-items: flex-end !important;
    }
}

.likea {
    font-size: 1em;
    font-weight: 400;
    color: #1a1a1a;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0 auto;
}

body {
    margin: 0 !important;
    padding: 0;
    min-height: 100%;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: black;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: inline-block;
}

ul {
    list-style-type: none;
}

.site,
.site-active,
.site-request-password-reset,
.site-login {
    padding: 10px 40px;
    text-align: center;
    padding-top: 100px;
}

.mainMenu {
    display: none;
}

.content {
    background-color: rgba(244, 244, 244, 1);
    text-align: center;
}

.no-margin {
    margin: 0;
}

.to-right {
    margin: auto;
    margin-right: 0;
}

.no-top-margin {
    margin-top: 0;
}

.no-bottom-margin {
    margin-bottom: 0;
}

.margin-center {
    margin: 0 auto;
}

.no-padding {
    padding: 0;
}

.section-padding {
    padding: 40px 0;
}

.section-small-padding {
    padding: 20px 0 0 0;
}

.rotate-left-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate-right-90 {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.pad-2 {
    padding: 2rem;
}

.pad-1 {
    padding: 1em;
}

.pad-40 {
    padding: 40px;
}

.pad-40-tb {
    padding: 40px 0;
}

.pad-40-t {
    padding: 40px 0 0 0;
}

.pad-30 {
    padding: 30px;
}

.mar {
    margin: 20px;
}

.mar-1 {
    margin: 1em 0;
}

.mar-2 {
    margin: 2em 0;
}

.mar-1r {
    margin-right: 1em;
}

.mar-1b {
    margin-right: 1em;
}

.mar-11 {
    margin: 1em 0;
}

.mar-03 {
    margin: 0.3em 0;
}

.mar-0-auto{
    margin: 0 auto;
}

.h-50 {
    height: 50vh;
}

.row {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.messages__message {
    white-space: pre-wrap;
    font-size: 1.4em;
}

.small-img {
    height: 40px;
    width: 40px;
}

.simple-input {
    width: 100%;
    color: #cacaca;
    font-size: 1.2em;
    line-height: normal;
    font-weight: lighter;
    position: relative;
    vertical-align: middle;
    border-radius: 15px;
    border-color: #cacaca;
    resize: vertical;
    max-height: 300px;
    min-height: 40px;
    padding: 10px;
}

.btn-right-bottom {
    float: right;
}

.simple-input-darkgrey {
    width: 100%;
    color: #333333;
    font-size: 1.2em;
    line-height: normal;
    font-weight: lighter;
    position: relative;
    vertical-align: middle;
    border-radius: 15px;
    border-color: #cacaca;
    background-color: #f4f4f4;
    resize: vertical;
    max-height: 300px;
    min-height: 40px;
    padding: 10px;
}

.simple-input-grey {
    width: 100%;
    color: #cacaca;
    font-size: 1.2em;
    line-height: normal;
    font-weight: lighter;
    position: relative;
    vertical-align: middle;
    border-radius: 15px;
    border-color: #cacaca;
    background-color: #f4f4f4;
    resize: vertical;
    max-height: 300px;
    min-height: 40px;
    padding: 10px;
}

.simple-input-grey-no-rad {
    width: 100%;
    color: #cacaca;
    font-size: 1.2em;
    line-height: normal;
    font-weight: lighter;
    position: relative;
    vertical-align: middle;
    border-radius: 0;
    border-color: #cacaca;
    background-color: #f4f4f4;
    resize: vertical;
    max-height: 300px;
    min-height: 40px;
    padding: 10px;
    margin: 5px auto;
}

.simple-send-btn {
    background-image: url('/images/icons/share_g.svg');
    background-size: 32px 28px;
    width: 32px;
    height: 28px;
    border: none;
    background-repeat: no-repeat;
    background-color: #f4f4f4;
}


textarea::-webkit-input-placeholder {
    color: #cacaca;
}

textarea:-moz-placeholder { /* Firefox 18- */
    color: #cacaca;
}

textarea::-moz-placeholder { /* Firefox 19+ */
    color: #cacaca;
}

textarea:-ms-input-placeholder {
    color: #cacaca;
}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999999;
    opacity: 1; /* Firefox */
    font-weight: 400;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999999;
    font-weight: 400;

}

input:input:-ms-input-placeholder { /* Microsoft Edge */
    font-weight: 400;
    color: #999999;
}

.small-shadow {
    -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.8);
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.8);
    display: inline-block;
    width: 100%;

}

.book-blur {
    -webkit-box-shadow: -3px -1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: -3px -1px 5px 0px rgba(0, 0, 0, 0.4);
}

.m85 {
    max-height: 85px;
    width: auto;
}

.hr80 {
    width: 80%;
    color: black;
}

hr {
    display: block;
    margin: 0;
    position: relative;
    z-index: 2;
}

.comment-name {
    font-size: 1em;
    line-height: 40px;
    padding: 0 5px;
    font-weight: 400;
    margin: 0;
}

.banner-book__title_center {
    margin: 0 auto;
    font-size: 2.8em;
    line-height: 1em;
    font-weight: 300;
    color: #000000;
    text-align: center;
}

.banner-book__author_center {
    font-size: 1.4em;
    color: #000000;
    margin: 0 auto;
    font-weight: 500;
    text-decoration: underline;
    text-align: center;
}

.banner-book__title_small {
    font-size: 2em;
    line-height: normal;
    font-weight: 500;
    color: #000000;
    margin: 0;
}

.banner-book__author_small {
    font-size: 1.4em;
    font-weight: 300;
    color: black;
    margin: 0;
    text-decoration: underline;
}

.btn.bottom {
    position: absolute;
    bottom: 0;
    font-weight: 500;
    font-size: 1.2em;
    margin: 4px 0;
}

.min40 {
    min-height: 40vh;
}

.btn-right-top {
    position: absolute;
    right: 20px;
    top: 10px;
}

.btn-right-top-rev {
    top: 60px;
}

.simple-input-grey.with-btn {
    padding-right: 40px;
}

.ca-grey {
    border-color: #cacaca;
    border-top: 1px solid #cacaca;
}

.f4-grey {
    border-color: #f4f4f4;
    border-top: 1px solid #f4f4f4;
}

b {
    font-weight: bold;
    color: black;
}

.row {
    margin: 0;
}

.check-inside-100 {
    width: 100%;
}

.check-inside {
    width: 410px;
    margin: 0 30px 0 20px;
}

.check-inside label {
    margin: auto 0 auto auto;
}

.check-outside {
    width: 460px;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    text-align: center;
    height: 64px;
    line-height: 64px;
    flex-shrink: 0;
    vertical-align: middle;
    margin: 20px -30px;
}

.helper-lend-cont {
    height: 40px;
    width: 90%;
    z-index: 2;
    background-color: white;
    border: 1px solid #cacaca;
    position: relative;
}

.user_lend_name {
    font-size: 1.4em;
    line-height: 40px;
    margin: 0 auto;
    padding: 0 0 0 10px;
    vertical-align: top;
}

.user_lend_img,
.user_lend_name {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.user_lend_img img {
    height: 34px;
    width: auto;
}

.user_lend_clear {
    width: 40px;
    line-height: 40px;
    font-size: 2em;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
}

.error {
    border-color: red !important;
    border: 1px solid red;
}


.icons-slider .single-icon {
    cursor: pointer;
}

.icons-slider .single-icon__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background: white;
    width: 220px;
    height: 220px;
    margin: 0 auto;
}

.icons-slider .single-icon__image img {
    width: 50%;
}

.icons-slider .single-icon__image.time-icon img {
    width: 32%;
}

.icons-slider .single-icon figcaption {
    display: none;
}

.icons-slider .single-icon p {
    display: none;
}

.status-form select {
    -webkit-appearance: none;
    border-radius: 0;
}

.share_right {
    position: absolute;
    right: 2.4em;
    top: 3.4em;
    z-index: 3;
}

#captionInput{
    font-size: 19px;
}

.icons-slider.owl-carousel .owl-stage{
    padding-top: 10px;
    padding-bottom: 10px;
}

.icons-slider.owl-carousel .owl-item{
    opacity: 0.4;
}

.icons-slider.owl-carousel .owl-item.center{
    opacity: 1;
}

.icons-slider.owl-carousel .owl-item.center .single-icon__image{
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
}

@media screen and (max-width: 576px) {
    .share_right {
        position: absolute;
        right: 2.4em;
        top: 1.4em;
    }

    .mar-20 {
        margin: 0 20px;
    }

    .bg-grey {
        background: #f4f4f4;
    }

    .bg-white {
        background: #f4f4f4;
    }

    .bg-lightgrey {
        background: #f4f4f4;
    }
}

.banner-heading {
    font-size: 3em;
    font-weight: 500;
    margin: 10px 0;
}

.banner-book__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 20px;
}

.banner-book__data {
    padding: 40px;
    background: #f4f4f4;
}

.banner-book__data .head-text {
    font-size: 2.8em;
    font-weight: 800;
    color: #1a1a1a;
    margin: .4em 0;
}

.banner-book__name {
    font-size: 1.8em;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.banner-book__title {
    font-size: 4em;
    line-height: 1em;
    font-weight: 300;
    color: #000000;
    margin: 0;
}

.banner-book__author {
    font-size: 2.4em;
    font-weight: 500;
    color: black;
    margin: 0;
    text-decoration: underline;
}

.banner-book__city {
    font-size: 1.3em;
    font-weight: 700;
    color: #1a1a1a;
    margin: 10px 0 30px;
}

.banner-book__summary {
    padding: 0;
    font-size: 1.4em;
    font-weight: 300;
    color: #000000;
}

.banner {
    margin: 10px 0;
}

.banner__description {
    font-size: 1.4em;
    font-weight: 500;
    padding: 0;
    margin: 1em 0;
    font-style: italic;
}

.banner__street {
    font-size: 1.4em;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.banner__postcode {
    font-size: 1em;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.banner .banner__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 20px;
}

.banner__data {
    padding: 40px;
    background: #f4f4f4;
}

.banner__data .head-text {
    font-size: 4em;
    font-weight: 800;
    color: #1a1a1a;
    margin: .4em 0;
}

.banner__name {
    font-size: 2.2em;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.banner__title {
    font-size: 1.2em;
    font-weight: 700;
    color: #1a1a1a;
    margin: 20px 0;
}

.banner__author {
    font-size: 1.2em;
    font-weight: 400;
    color: gray;
    margin: 0;
}

.banner__city {
    font-size: 1.6em;
    font-weight: 700;
    color: #1a1a1a;
    margin: 10px 0 30px;
}

.banner__summary {
    padding: 10px 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.banner__summary a > div,
.banner__summary > div {
    padding: 0;
    font-size: 1.6em;
    font-weight: 500;
    color: #1a1a1a;
}

.input-text {
    font-size: 1.4em;
    color: #222222;
    border: 2px solid #222222;
    padding: 10px 5px;
    background: transparent;
    min-width: 220px;
    border-radius: 0;
}

.input-text-small {
    border: 2px solid #222222;
    padding: 10px 5px;
    background: transparent;
    min-width: unset;
    border-radius: 0;
}

.line-24 {
    line-height: 2.4em;
}

@media screen and (max-width: 991px) {
    .banner__data {
        padding: 10px;
    }

    .banner__data .head-text {
        color: #1a1a1a;
    }

    .mar-11 {
        margin: 0;
    }

    .input-text {
        min-width: 100%;
        margin: 0.4em 0em;
    }

}

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

    .banner {
        margin-top: 100px;
        position: relative;
    }

    .banner:after {
        background: rgba(0, 0, 0, 0.65);
        display: block;
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        top: 0;
    }

    .banner__data {
        position: absolute;
        bottom: 0;
        z-index: 1;
        background: transparent;
        padding: 31px 15px;
    }

    .banner__postcode,
    .banner__street,
    .banner__description,
    .banner__data .head-text {
        color: white;
    }

    .banner__name {

        color: white;
    }

    .banner__city {
        width: 50%;
        color: white;
        margin: 6px 0 1.2em;
    }

    .banner .mobile--icons {
        width: 50%;
    }

    .banner .mobile--icons > span:not(:last-of-type) {
        margin: 0 8px;
    }

    .banner .mobile--icons > span:last-of-type {
        margin: 0 0 0 8px;
    }

    .banner .mobile--icons > span {
        width: 15%;
    }

    .banner__summary {
        padding: 10px 0;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
    }

    .banner__summary a > div,
    .banner__summary > div {
        padding: 0;
        font-weight: 400;
        color: white;
    }

    .banner-book {
        background: #f4f4f4;
    }

    .banner-book .heading {
        font-size: 1.2em;
        font-weight: 400;
        color: #1a1a1a;
    }

    .banner-book__caption {
        padding: 0;
    }

    .banner-book__photo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .banner-book__photo img {
        padding: 10%;
    }

    .banner-book__data {
        padding: 0;
    }

    .banner-book__data .head-text {
        font-size: 1.2em;
        font-weight: 800;
        color: #1a1a1a;
        margin: .4em 0;
        width: 20vw;
    }

    .banner-book__title {
        font-size: 4em;
        font-weight: 300;
        color: #1a1a1a;
        margin: 20px 0;
        width: 20vw;
    }

    .banner-book__author {
        color: gray;
        margin: 0;
        width: 20vw;
    }

    .banner-book__caption {
        padding: 0 10px;
    }

    .banner-heading {
        font-size: 1.8em;
        font-weight: 500;
        margin: 0;
    }
}

.slider__face {
    border-radius: 50%;
    overflow: hidden;
    width: 160px;
    height: 160px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

.slider {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.slider__copy {
    padding: 0 20px;
    font-weight: 200;
    color: #333333;
    line-height: 20px;
    margin-top: 30px;
}

.slider__caption {
    padding: 20px;
}

.slider__caption--author {
    margin: 5px 0;
}

.slider__caption--title {
    margin: 5px 0;
}

.gamification {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.gamification .slider__face {
    border-radius: 50%;
    overflow: hidden;
    width: 160px;
    height: 160px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

.gamification__slider {
    position: relative;
    margin: 2em auto 0;
}

.gamification__slider .owl-item > div {
    cursor: pointer;
    margin: 16% 16%;
    -webkit-transition: margin 0.4s ease;
    -o-transition: margin 0.4s ease;
    transition: margin 0.4s ease;
}

.gamification__slider .owl-item.center > div {
    cursor: auto;
    margin: 0;
}

.gamification__slider .owl-item:not(.center) > div:hover {
    opacity: .75;
}

.gamification__slider .owl-item:not(.center) > div {
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 1;
}

.gamification__slider .owl-dots {
    display: none;
}

.gamification__slider .owl-nav {
    display: block !important;
}

.gamification__slider .owl-nav .owl-prev,
.gamification__slider .owl-nav .owl-next {
    position: absolute !important;
    top: 50%;
    background-position: center center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 40px !important;
    height: 40px !important;
    color: transparent !important;
    outline: none !important;
}

.gamification__slider .owl-nav .owl-prev {
    left: -10%;
    background-image: url("../images/icons/expand.svg") !important;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.gamification__slider .owl-nav .owl-next {
    right: -10%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    background-image: url("../images/icons/expand.svg") !important;
}

.gamification__activities {
    text-align: left;
    width: 65%;
}

.gamification__activities p {
    font-size: 1.4em;
    font-weight: 500;
    color: #1a1a1a;
    margin: 0.5em;
}

.gamification__activities p > span {
    margin-right: 10px;
}

.gamification__activities .completed {
    color: #cccccc;
}

.books.owl-carousel .owl-item > div,
.books-1.owl-carousel .owl-item > div,
.books-2.owl-carousel .owl-item > div,
.books-3.owl-carousel .owl-item > div {
    cursor: pointer;
    margin: 48% 8% 0 8%;
    -webkit-transition: margin 0.4s ease;
    -o-transition: margin 0.4s ease;
    transition: margin 0.4s ease;
}

.books.owl-carousel .owl-dots,
.books-1.owl-carousel .owl-dots,
.books-2.owl-carousel .owl-dots,
.books-3.owl-carousel .owl-dots {
    display: none;
}

.books.owl-carousel .owl-item.center > div,
.books-1.owl-carousel .owl-item.center > div,
.books-2.owl-carousel .owl-item.center > div,
.books-3.owl-carousel .owl-item.center > div {
    cursor: pointer;
    margin: 0;
}

.books.owl-carousel .owl-item figcaption,
.books-1.owl-carousel .owl-item figcaption,
.books-2.owl-carousel .owl-item figcaption,
.books-3.owl-carousel .owl-item figcaption {
    display: none;
}

figauthor, figtitle, figu, figt, figp {
    display: none;
}

.books.owl-carousel .owl-item:not(.center),
.books-1.owl-carousel .owl-item:not(.center),
.books-2.owl-carousel .owl-item:not(.center),
.books-3.owl-carousel .owl-item:not(.center) {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.books.owl-carousel .owl-item:not(.center) > div:hover,
.books-1.owl-carousel .owl-item:not(.center) > div:hover,
.books-2.owl-carousel .owl-item:not(.center) > div:hover,
.books-3.owl-carousel .owl-item:not(.center) > div:hover {
    opacity: .75;
}

.books.owl-carousel .owl-nav .owl-prev,
.books.owl-carousel .owl-nav .owl-next,
.books-1.owl-carousel .owl-nav .owl-prev,
.books-1.owl-carousel .owl-nav .owl-next,
.books-2.owl-carousel .owl-nav .owl-prev,
.books-2.owl-carousel .owl-nav .owl-next,
.books-3.owl-carousel .owl-nav .owl-prev,
.books-3.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    color: transparent;
    outline: none;
}

.books.owl-carousel .owl-nav .owl-prev,
.books-1.owl-carousel .owl-nav .owl-prev,
.books-2.owl-carousel .owl-nav .owl-prev,
.books-3.owl-carousel .owl-nav .owl-prev {
    left: 0;
    background-image: url("../images/icons/expand.svg");
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.books.owl-carousel .owl-nav .owl-next,
.books-1.owl-carousel .owl-nav .owl-next,
.books-2.owl-carousel .owl-nav .owl-next,
.books-3.owl-carousel .owl-nav .owl-next {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    background-image: url("../images/icons/expand.svg");
}

.users.owl-carousel .single-user img {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.users.owl-carousel .owl-item > div {
    cursor: pointer;
    margin: 28% 8% 0 8%;
    -webkit-transition: margin 0.4s ease;
    -o-transition: margin 0.4s ease;
    transition: margin 0.4s ease;
}

.users.owl-carousel .owl-item > div .btn-round-sm {
    min-width: 30px;
    min-height: 30px;
    position: absolute;
    bottom: -13px;
    z-index: 100;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.users.owl-carousel .owl-dots {
    display: none;
}

.users.owl-carousel .owl-item.center > div {
    cursor: auto;
    margin: 0;
}

.users.owl-carousel .owl-item figcaption {
    display: none;
}

.users.owl-carousel .owl-item:not(.center) {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.users.owl-carousel .owl-item:not(.center) > div:hover {
    opacity: .75;
}

.users.owl-carousel .owl-nav {
    display: block;
}

.users.owl-carousel .owl-nav .owl-prev,
.users.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    color: transparent;
    outline: none;
}

.users.owl-carousel .owl-nav .owl-prev {
    left: -10%;
    background-image: url("../images/icons/expand.svg");
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.users.owl-carousel .owl-nav .owl-next {
    right: -10%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    background-image: url("../images/icons/expand.svg");
}

.sameHeightUsers.owl-carousel .single-user img {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.sameHeightUsers.owl-carousel .owl-item > div {
    cursor: pointer;
    -webkit-transition: margin 0.4s ease;
    -o-transition: margin 0.4s ease;
    transition: margin 0.4s ease;
}

.sameHeightUsers.owl-carousel .owl-item > div .btn-round-sm {
    min-width: 30px;
    min-height: 30px;
    position: absolute;
    bottom: 55px;
    z-index: 100;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sameHeightUsers.owl-carousel .owl-dots {
    display: none;
}

.sameHeightUsers.owl-carousel .owl-item.center > div {
    cursor: auto;
    margin: 0;
}

.sameHeightUsers.owl-carousel .owl-item figcaption {
    text-align: center;
    margin-top: 20px;
    font-weight: 700;
    height: 50px;
}

.sameHeightUsers.owl-carousel .owl-item:not(.center) > div:hover {
    opacity: .75;
}

.sameHeightUsers.owl-carousel .owl-nav {
    display: block;
}

.sameHeightUsers.owl-carousel .owl-nav .owl-prev,
.sameHeightUsers.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    color: transparent;
    outline: none;
}

.sameHeightUsers.owl-carousel .owl-nav .owl-prev {
    left: -10%;
    background-image: url("../images/icons/expand.svg");
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.sameHeightUsers.owl-carousel .owl-nav .owl-next {
    right: -10%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    background-image: url("../images/icons/expand.svg");
}

@media screen and (max-width: 767px) {
    .share_right {
        position: absolute;
        right: 2.4em;
        top: 1.4em;
    }

    .navbar__icons {
        width: unset;
        max-width: unset;
    }

    .mobile-sm {
        display: block;
    }

    .mobile-sm-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .over-hidden {
        overflow: hidden;
    }

    .navbar {
        background-color: white;
        position: fixed;
        z-index: 3;
        width: 100%;
        -webkit-transition: background-color 0.4s ease;
        -o-transition: background-color 0.4s ease;
        transition: background-color 0.4s ease;
    }

    .navbar.activeSlide {
        background-color: white !important;
    }

    .mobileMenu {
        background: #f4f4f4;
        display: block;
        width: 70%;
        height: 100%;
        min-height: 400px;
        position: absolute;
        z-index: 10;
        top: 0;
        right: -70%;
        -webkit-transition: right 0.4s ease;
        -o-transition: right 0.4s ease;
        transition: right 0.4s ease;
    }

    .mobileMenu ul {
        padding: 40px 0 0 45px;
    }

    .mobileMenu ul li a {
        color: black;
    }

    .mobileMenu ul li {
        cursor: pointer;
        line-height: 3em;
        font-size: 1.8em;
        font-weight: 400;
    }

    .mobileMenu.activeSlide {
        right: -70%;
    }

    .mainBoard {
        min-height: 90vh;
        -webkit-transition: left 0.4s ease;
        -o-transition: left 0.4s ease;
        transition: left 0.4s ease;
        position: relative;
        overflow: hidden;
        left: 0;
    }

    .mainBoard.activeSlide {
        left: -70%;
        overflow: visible;
    }

    .slider {
        padding: 0 0 40px 0px;
        width: 100%;
    }

    .gamification {
        width: 100%;
    }

    .gamification .slider__face {
        width: 35vw;
        height: 35vw;
    }

    .gamification .book-status {
        padding: 0 1em 0 1em;
    }

    .gamification__slider {
        margin: 2em 0;
    }

    .gamification__slider .owl-stage {
        padding: 10% 0;
    }

    .gamification__slider .owl-item > div {
        margin: 5%;
    }

    .gamification__slider .owl-item.center > div {
        margin: -30%;
    }

    .gamification__slider .owl-nav button.owl-prev {
        left: 0%;
    }

    .gamification__slider .owl-nav button.owl-next {
        right: 0%;
    }
}

@media screen and (max-width: 600px) {
    .books.owl-carousel .owl-item > div,
    .books-1.owl-carousel .owl-item > div,
    .books-2.owl-carousel .owl-item > div,
    .books-3.owl-carousel .owl-item > div {
        margin: 33% 8% 0 8%;
    }

    .books.owl-carousel .owl-item:not(.center),
    .books-1.owl-carousel .owl-item:not(.center),
    .books-2.owl-carousel .owl-item:not(.center),
    .books-3.owl-carousel .owl-item:not(.center) {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    .gamification__activities p {
        margin: 5px;
    }
}

.radio-circle {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.radio-circle input[type=radio] {
    display: none;
}

.radio-circle input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.radio-circle label {
    position: relative;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 24px;
}

.radio-circle label:before {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #fcfff4;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.radio-circle label:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    left: 12px;
    top: 12px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: transparent;
    border: 0.1em solid #fcfff4;
    z-index: 2;
}

.radio-circle input[type=radio]:checked + label:before {
    border: 1px solid black;
}


.radio-circle input[type=radio]:checked + label:after {
    background: #000;
}

.status-form .check-slide span,
.status-form .radio-circle span {
    font-size: 1.4em;
}

.radio-circle span {
    position: absolute;
    left: 24px;
    line-height: 24px;
    color: #999999;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.radio-circle input[type=radio]:checked ~ span {
    color: #606060;
}

.radio-circle input[type=checkbox]:checked ~ span {
    color: #606060;
}

.check-slide-r,
.check-slide {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.check-slide-r input[type=checkbox],
.check-slide input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.check-slide-r label,
.check-slide label {
    width: 46px;
    height: 26px;
    position: relative;
    cursor: pointer;
    display: block;
}

.check-slide-r label:before,
.check-slide label:before {
    content: '';
    position: absolute;
    width: 46px;
    height: 26px;
    left: 0.1em;
    -webkit-transition: background 0.1s 0.1s ease;
    -o-transition: background 0.1s 0.1s ease;
    transition: background 0.1s 0.1s ease;
    background: #e0e0e0;
    border: 1px solid #eadddd;
    border-radius: 50px;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.check-slide-r label:after,
.check-slide label:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50px;
    left: 4px;
    top: 2px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0 0 0 5px #fcfff4 inset;
    box-shadow: 0 0 0 5px #fcfff4 inset;
    background: white;
    z-index: 2;
}

.check-slide-r input[type=checkbox]:checked ~ label:before,
.check-slide input[type=checkbox]:checked + label:before {
    background: #000;
}

.check-slide.desktop label {
    top: 0px;
}

.check-slide-r span,
.check-slide span {
    color: grey;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.check-slide-r input[type=checkbox]:checked + span,
.check-slide input[type=checkbox]:checked ~ span {
    color: #333;
}

.check-slide-r input[type=checkbox]:checked ~ label:after,
.check-slide input[type=checkbox]:checked + label:after {
    left: 24px;
    background: white;
}

.was-book-read{
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.was-book-read .was-read{
    position: absolute;
    opacity: 0;
}

.was-book-read label{
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    display: block;
    border: 2px solid black;
    margin-bottom: 0;
    margin-right: 15px;
}

.was-book-read label::after{
    position: absolute;
    width: 36px;
    height: 36px;
    background: #000 url('/images/icons/white_check.svg') no-repeat center;
    top: 0;
    left: 0;
    content: "";
    display: none;
}

.was-book-read .was-read:checked + label:after,
.was-book-read .was-read:checked ~ label:after{
    display: block;
}


.site-login .label {
    margin-left: 70px;
}

.label {
    margin-left: 20px;
}

.ckbx-tick {
    font-size: 20px;
}

.ckbx-tick input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.ckbx-tick label {
    position: relative;
    cursor: pointer;
    display: block;
    width: 24px;
    height: 24px;
}

.ckbx-tick label:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    -webkit-transition: background 0.1s 0.1s ease;
    -o-transition: background 0.1s 0.1s ease;
    transition: background 0.1s 0.1s ease;
    background: #fcfff4;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.ckbx-tick label:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 2px;
    top: 2px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #fcfff4;
    border: 2px solid #fcfff4;
    z-index: 2;
}

.ckbx-tick input[type=checkbox]:checked + label:after {
    background: #70C1B3;
}

.label-text {
    font-size: 1.4em;
    font-weight: 400;
    color: #1a1a1a;
}


.btn {
    padding: 10px 20px;
    border: none;
    outline: none;
}

.btn-small {
    border: 1px solid #333333;
    background-color: white;
    width: 70px;
    height: 40px;
}

.img-del {
    width: 11px;
    height: 13px;
    margin: auto;
    vertical-align: middle;
}

.img-move {
    width: 20px;
    height: 20px;
    margin: auto;
    vertical-align: middle;
}

.btn.big {
    padding: 10px 70px;
}

.btn.btn-cancel.btn-100,
.btn.btn-submit.btn-100,
.btn.btn-100 {
    width: 100%;
}

.btn.btn-cancel.btn-auto,
.btn.btn-auto,
.btn.btn-submit.btn-auto {
    width: auto;
}

.btn.btn-black,
.btn.btn-submit,
.btn.btn-submit-left {
    background: black;
    color: white;
    font-size: 1.4em;
    line-height: 1.4em;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    margin: 8px auto;
}

.btn.btn-x {
    font-size: 1.2em;
    color: #999999;
    font-weight: 500;
    border: 1px solid #999999;
    margin: 0.5em;
}

.btn.btn-x span {
    font-size: 1.1em;
    line-height: 1em;
    margin: auto;
    padding: 0;
    vertical-align: middle;
    color: #999999;
}

.btn.btn-submit-left {
    margin: 0;
}

.fb-btn {
    display: block;
    width: 260px;
}

.btn.btn-black,
.btn.btn-submit:hover {
    background: #333333;
    -webkit-box-shadow: 0 0 7px 0 #e0e0e0;
    box-shadow: 0 0 7px 0 #e0e0e0;
}

.btn.btn-cancel {
    background: white;
    border: 1px solid #bbbbbb;
    color: #b5b5b5;
    font-size: 1.4em;
    line-height: 1.4em;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    margin: 8px auto;
}

.btn.btn-cancel:hover {
    background: #333333;
    -webkit-box-shadow: 0 0 7px 0 #e0e0e0;
    box-shadow: 0 0 7px 0 #e0e0e0;
}

.btn.btn-submit {
    width: 240px;
    min-height: 40px;
}

textarea {
    resize: none;
}

@media screen and (max-width: 555px) {
    .btn.btn-submit {
        width: 90%;
        margin: 0 auto;
    }
}

.navbar {
    width: 100%;
    height: 100px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 3;
    position: static;
    background: white;
}

.navbar__logo {
    width: auto;
    max-width: 184px;
}

.navbar__icons {
    width: 30%;
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}

.scroll-element, .scroll-element div {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
    background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px;
}

/*!
   css-checkbox-library v1.3.0: Pure CSS Checkboxes.
   (c) 2017
   MIT License
   git+https://github.com/hunzaboy/CSS-Checkbox-Library.git
*/
input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.ckbx-style-1 {
    font-size: 24px;
}

.ckbx-style-1 input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.ckbx-style-1 label {
    width: 2em;
    height: 1em;
    position: relative;
    cursor: pointer;
    display: block;
}

.ckbx-style-1 label:before {
    content: '';
    position: absolute;
    width: 2em;
    height: 1em;
    left: 0.1em;
    -webkit-transition: background 0.1s 0.1s ease;
    -o-transition: background 0.1s 0.1s ease;
    transition: background 0.1s 0.1s ease;
    background: #4d4d4d;
    border-radius: 50px;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.ckbx-style-1 label:after {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    border-radius: 50px;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    background: #fcfff4;
    z-index: 2;
}

.ckbx-style-1 input[type=checkbox]:checked + label:before {
    background: #333;
}

.ckbx-style-1 input[type=checkbox]:checked + label:after {
    left: 1.1em;
}

.ckbx-style-2 {
    font-size: 24px;
}

.ckbx-style-2 input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.ckbx-style-2 label {
    width: 2em;
    height: 1em;
    position: relative;
    cursor: pointer;
    display: block;
}

.ckbx-style-2 label:before {
    content: '';
    position: absolute;
    width: 2em;
    height: 1em;
    -webkit-transition: background 0.1s 0.1s ease;
    -o-transition: background 0.1s 0.1s ease;
    transition: background 0.1s 0.1s ease;
    background: #4d4d4d;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.ckbx-style-2 label:after {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    background: #fcfff4;
    z-index: 2;
}

.ckbx-style-2 input[type=checkbox]:checked + label:before {
    background: #333;
}

.ckbx-style-2 input[type=checkbox]:checked + label:after {
    left: 1.1em;
}

.ckbx-style-3 {
    font-size: 24px;
}

.ckbx-style-3 input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.ckbx-style-3 label {
    width: 2em;
    height: 1em;
    position: relative;
    cursor: pointer;
    display: block;
}

.ckbx-style-3 label:before {
    content: '';
    position: absolute;
    width: 2em;
    height: 1em;
    -webkit-transition: background 0.1s 0.1s ease;
    -o-transition: background 0.1s 0.1s ease;
    transition: background 0.1s 0.1s ease;
    border-radius: 4px;
    background: #4d4d4d;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.ckbx-style-3 label:after {
    content: '';
    position: absolute;
    width: .6em;
    height: .6em;
    left: .2em;
    top: .2em;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    background: #fcfff4;
    z-index: 2;
}

.ckbx-style-3 input[type=checkbox]:checked + label:before {
    background: #333;
}

.ckbx-style-3 input[type=checkbox]:checked + label:after {
    left: 1.1em;
}

.ckbx-style-4 {
    font-size: 24px;
}

.ckbx-style-4 input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.ckbx-style-4 label {
    width: 2em;
    height: 1em;
    position: relative;
    cursor: pointer;
    display: block;
}

.ckbx-style-4 label:before {
    content: '';
    position: absolute;
    width: 2em;
    height: 1em;
    -webkit-transition: background 0.1s 0.1s ease;
    -o-transition: background 0.1s 0.1s ease;
    transition: background 0.1s 0.1s ease;
    border-radius: 4px;
    background: #4d4d4d;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.ckbx-style-4 label:after {
    content: '';
    position: absolute;
    width: .6em;
    height: .6em;
    left: .2em;
    top: .2em;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    background: #fcfff4;
    z-index: 2;
}

.ckbx-style-4 input[type=checkbox]:checked + label:before {
    background: #333;
}

.ckbx-style-4 input[type=checkbox]:checked + label:after {
    left: 1.1em;
}

.ckbx-style-5 {
    font-size: 24px;
}

.ckbx-style-5 input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.ckbx-style-5 label {
    width: 2em;
    height: 1em;
    position: relative;
    cursor: pointer;
    display: block;
}

.ckbx-style-5 label:before {
    content: '';
    position: absolute;
    width: 2em;
    height: .5em;
    left: 0.1em;
    top: .25em;
    -webkit-transition: background 0.1s 0.1s ease;
    -o-transition: background 0.1s 0.1s ease;
    transition: background 0.1s 0.1s ease;
    background: #4d4d4d;
    border-radius: 50px;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.ckbx-style-5 label:after {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    border-radius: 50px;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    background: #fcfff4;
    z-index: 2;
}

.ckbx-style-5 input[type=checkbox]:checked + label:before {
    background: #333;
}

.ckbx-style-5 input[type=checkbox]:checked + label:after {
    left: 1.1em;
}

.ckbx-style-7 {
    font-size: 24px;
}

.ckbx-style-7 input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.ckbx-style-7 label {
    width: 2em;
    height: 1em;
    position: relative;
    cursor: pointer;
    display: block;
}

.ckbx-style-7 label:before {
    content: '';
    position: absolute;
    width: 2em;
    height: 1em;
    left: 0.1em;
    -webkit-transition: background 0.1s 0.1s ease;
    -o-transition: background 0.1s 0.1s ease;
    transition: background 0.1s 0.1s ease;
    background: #4d4d4d;
    border-radius: 50px;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.ckbx-style-7 label:after {
    content: '';
    position: absolute;
    width: .8em;
    height: .8em;
    border-radius: 100%;
    left: .2em;
    top: .1em;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0 0 0 5px #fcfff4 inset;
    box-shadow: 0 0 0 5px #fcfff4 inset;
    background: #4d4d4d;
    z-index: 2;
    -webkit-animation: switch-off .3s ease-out;
    animation: switch-off .3s ease-out;
}

.ckbx-style-7 input[type=checkbox]:checked + label:before {
    background: #333;
}

.ckbx-style-7 input[type=checkbox]:checked + label:after {
    left: 1.2em;
    background: #333;
    -webkit-animation: switch-on .3s ease-out;
    animation: switch-on .3s ease-out;
}

.ckbx-style-8 {
    font-size: 24px;
}

.ckbx-style-8 input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.ckbx-style-8 label {
    width: 2em;
    height: 1em;
    position: relative;
    cursor: pointer;
    display: block;
}

.ckbx-style-8 label:before {
    content: '';
    position: absolute;
    width: 2em;
    height: 1em;
    left: 0.1em;
    -webkit-transition: background 0.1s ease;
    -o-transition: background 0.1s ease;
    transition: background 0.1s ease;
    background: #F25F5C;
    border-radius: 50px;
    -webkit-box-shadow: inset 0px 1px 1px rgba(171, 66, 63, 0.5);
    box-shadow: inset 0px 1px 1px rgba(171, 66, 63, 0.5);
}

.ckbx-style-8 label:after {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    border-radius: 50px;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    background: #fcfff4;
    -webkit-animation: switch-off .2s ease-out;
    animation: switch-off .2s ease-out;
    z-index: 2;
}

.ckbx-style-8 input[type=checkbox]:checked + label:before {
    background: #70C1B3;
    -webkit-box-shadow: inset 0px 1px 1px rgba(84, 152, 140, 0.5);
    box-shadow: inset 0px 1px 1px rgba(84, 152, 140, 0.5);
}

.ckbx-style-8 input[type=checkbox]:checked + label:after {
    -webkit-animation: switch-on .2s ease-out;
    animation: switch-on .2s ease-out;
    left: 1.1em;
}

.ckbx-style-9 {
    width: 3em !important;
    font-size: 24px;
    position: relative;
}

.ckbx-style-9:before, .ckbx-style-9:after {
    position: absolute;
    font-size: .6em;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.ckbx-style-9:before {
    content: 'ON';
    left: 0;
    z-index: 1;
    left: 0.4em;
    top: .2em;
}

.ckbx-style-9:after {
    content: 'OFF';
    right: .4em;
    top: .2em;
}

.ckbx-style-9 input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.ckbx-style-9 label {
    width: 2em;
    height: 1em;
    position: relative;
    cursor: pointer;
    display: block;
}

.ckbx-style-9 label:before {
    content: '';
    position: absolute;
    width: 3em;
    height: 1em;
    -webkit-transition: background 0.1s ease;
    -o-transition: background 0.1s ease;
    transition: background 0.1s ease;
    background: #F25F5C;
    -webkit-box-shadow: inset 0px 1px 1px rgba(171, 66, 63, 0.5);
    box-shadow: inset 0px 1px 1px rgba(171, 66, 63, 0.5);
}

.ckbx-style-9 label:after {
    content: '';
    position: absolute;
    width: 1.5em;
    height: 1em;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    background: #fcfff4;
    z-index: 2;
}

.ckbx-style-9 input[type=checkbox]:checked + label:before {
    background: #70C1B3;
    -webkit-box-shadow: inset 0px 1px 1px rgba(84, 152, 140, 0.5);
    box-shadow: inset 0px 1px 1px rgba(84, 152, 140, 0.5);
}

.ckbx-style-9 input[type=checkbox]:checked + label:after {
    left: 1.5em;
}

.ckbx-style-10 {
    font-size: 24px;
}

.ckbx-style-10 input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.ckbx-style-10 label {
    width: 2em;
    height: 1em;
    position: relative;
    cursor: pointer;
    display: block;
}

.ckbx-style-10 label:before {
    content: '';
    position: absolute;
    width: 2em;
    height: .5em;
    left: 0.1em;
    top: .25em;
    -webkit-transition: background 0.1s 0.1s ease;
    -o-transition: background 0.1s 0.1s ease;
    transition: background 0.1s 0.1s ease;
    background: #4d4d4d;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.ckbx-style-10 label:after {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    background: #fcfff4;
    z-index: 2;
}

.ckbx-style-10 input[type=checkbox]:checked + label:before {
    background: #333;
}

.ckbx-style-10 input[type=checkbox]:checked + label:after {
    left: 1.1em;
}

.ckbx-style-11 {
    font-size: 24px;
}

.ckbx-style-11 input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.ckbx-style-11 label {
    width: 2em;
    height: 1em;
    position: relative;
    cursor: pointer;
    display: block;
}

.ckbx-style-11 label:before {
    content: '';
    position: absolute;
    width: 2em;
    height: .5em;
    left: 0.1em;
    top: .25em;
    -webkit-transition: background 0.1s 0.1s ease;
    -o-transition: background 0.1s 0.1s ease;
    transition: background 0.1s 0.1s ease;
    background: #F25F5C;
    border-radius: 50px;
}

.ckbx-style-11 label:after {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    background: #F25F5C;
    border-radius: 100%;
    z-index: 2;
    -webkit-animation: switch-off .4s ease-out forwards;
    animation: switch-off .4s ease-out forwards;
}

.ckbx-style-11 input[type=checkbox]:checked + label:before {
    background: #70C1B3;
}

.ckbx-style-11 input[type=checkbox]:checked + label:after {
    left: 1.1em;
    background: #70C1B3;
    -webkit-animation: switch-on .4s ease-out forwards;
    animation: switch-on .4s ease-out forwards;
}

.ckbx-style-12 {
    font-size: 24px;
}

.ckbx-style-12 input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.ckbx-style-12 label {
    width: 2em;
    height: 1em;
    position: relative;
    cursor: pointer;
    display: block;
}

.ckbx-style-12 label:before {
    content: '';
    position: absolute;
    width: 2em;
    height: .5em;
    left: 0.1em;
    top: .25em;
    -webkit-transition: background 0.1s 0.1s ease;
    -o-transition: background 0.1s 0.1s ease;
    transition: background 0.1s 0.1s ease;
    background: #F25F5C;
}

.ckbx-style-12 label:after {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    background: #F25F5C;
    z-index: 2;
    -webkit-animation: switch-off .4s ease-out forwards;
    animation: switch-off .4s ease-out forwards;
}

.ckbx-style-12 input[type=checkbox]:checked + label:before {
    background: #70C1B3;
}

.ckbx-style-12 input[type=checkbox]:checked + label:after {
    left: 1.1em;
    background: #70C1B3;
    -webkit-animation: switch-on .4s ease-out forwards;
    animation: switch-on .4s ease-out forwards;
}

.ckbx-style-13 {
    font-size: 24px;
}

.ckbx-style-13 input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.ckbx-style-13 label {
    width: 2em;
    height: 1em;
    position: relative;
    cursor: pointer;
    display: block;
}

.ckbx-style-13 label:before {
    content: '';
    position: absolute;
    width: 2em;
    height: 1em;
    left: 0.1em;
    -webkit-transition: background 0.1s 0.1s ease;
    -o-transition: background 0.1s 0.1s ease;
    transition: background 0.1s 0.1s ease;
    background: #F25F5C;
    border-radius: 50px;
    -webkit-box-shadow: inset 0px 1px 1px rgba(171, 66, 63, 0.5);
    box-shadow: inset 0px 1px 1px rgba(171, 66, 63, 0.5);
}

.ckbx-style-13 label:after {
    content: '';
    position: absolute;
    width: .8em;
    height: .8em;
    border-radius: 100%;
    left: .2em;
    top: .1em;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0 0 0 5px #fcfff4 inset;
    box-shadow: 0 0 0 5px #fcfff4 inset;
    background: #F25F5C;
    z-index: 2;
    -webkit-animation: switch-off .3s ease-out;
    animation: switch-off .3s ease-out;
}

.ckbx-style-13 input[type=checkbox]:checked + label:before {
    background: #70C1B3;
    -webkit-box-shadow: inset 0px 1px 1px rgba(84, 152, 140, 0.5);
    box-shadow: inset 0px 1px 1px rgba(84, 152, 140, 0.5);
}

.ckbx-style-13 input[type=checkbox]:checked + label:after {
    left: 1.2em;
    background: #70C1B3;
    -webkit-animation: switch-on .3s ease-out;
    animation: switch-on .3s ease-out;
}

.ckbx-style-14 {
    font-size: 24px;
    position: relative;
    padding: 3px;
    background: #333;
    border-radius: 4px;
}

.ckbx-style-14 input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.ckbx-style-14 label {
    width: 4em;
    height: 1em;
    position: relative;
    cursor: pointer;
    display: block;
    background: #333;
}

.ckbx-style-14 label:before {
    content: 'OFF';
    position: absolute;
    width: 50%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: .6em;
    line-height: 1.6;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #F25F5C;
    left: 50%;
    bottom: 0;
    top: 0;
    border-radius: 4px;
}

.ckbx-style-14 label:after {
    content: 'ON';
    position: absolute;
    width: 50%;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
    top: 0;
    bottom: 0;
    font-weight: bold;
    font-size: .6em;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #333;
}

.ckbx-style-14 input[type=checkbox]:checked + label:before {
    background: #333;
    color: rgba(255, 255, 255, 0.5);
}

.ckbx-style-14 input[type=checkbox]:checked + label:after {
    background: #70C1B3;
    color: #fff;
}

.ckbx-style-15 {
    font-size: 24px;
}

.ckbx-style-15 input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.ckbx-style-15 label {
    width: 2em;
    height: 1em;
    position: relative;
    cursor: pointer;
    display: block;
}

.ckbx-style-15 label:before {
    content: '\2714\2718';
    position: absolute;
    width: 2em;
    color: #fff;
    font-size: .8em;
    top: 0;
    bottom: 0;
    padding-left: .25em;
    padding-right: .25em;
    left: 0.1em;
    -webkit-transition: background 0.1s ease;
    -o-transition: background 0.1s ease;
    transition: background 0.1s ease;
    background: #F25F5C;
    border-radius: 50px;
    -webkit-box-shadow: inset 0px 1px 1px rgba(171, 66, 63, 0.5);
    box-shadow: inset 0px 1px 1px rgba(171, 66, 63, 0.5);
    letter-spacing: -1px \0/ IE89;
}

.ckbx-style-15 label:after {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    border-radius: 50px;
    left: 0;
    left: 0.05em \0/ IE89;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    background: #fcfff4;
    -webkit-animation: switch-off .2s ease-out;
    animation: switch-off .2s ease-out;
    z-index: 2;
}

.ckbx-style-15 input[type=checkbox]:checked + label:before {
    background: #70C1B3;
    -webkit-box-shadow: inset 0px 1px 1px rgba(84, 152, 140, 0.5);
    box-shadow: inset 0px 1px 1px rgba(84, 152, 140, 0.5);
}

.ckbx-style-15 input[type=checkbox]:checked + label:after {
    -webkit-animation: switch-on .2s ease-out;
    animation: switch-on .2s ease-out;
    left: 1.1em;
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    .ckbx-style-15 label:before {
        letter-spacing: 6px;
    }
}

@-moz-document url-prefix() {
    .ckbx-style-15 label:before {
        letter-spacing: 6px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ckbx-style-15 label:before {
        letter-spacing: -2px;
    }

    .ckbx-style-15 label:after {
        left: 0.05em;
    }
}

@-webkit-keyframes switch-on {
    50% {
        -webkit-transform: scaleX(1.3);
        transform: scaleX(1.3);
    }
}

@keyframes switch-on {
    50% {
        -webkit-transform: scaleX(1.3);
        transform: scaleX(1.3);
    }
}

@-webkit-keyframes switch-off {
    50% {
        -webkit-transform: scaleX(1.3);
        transform: scaleX(1.3);
    }
}

@keyframes switch-off {
    50% {
        -webkit-transform: scaleX(1.3);
        transform: scaleX(1.3);
    }
}

.ckbx-style-16 {
    font-size: 24px;
}

.ckbx-style-16 input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.ckbx-style-16 label {
    width: 2em;
    height: 1em;
    position: relative;
    cursor: pointer;
    display: block;
}

.ckbx-style-16 label:before {
    content: '';
    position: absolute;
    width: 2em;
    height: 1em;
    -webkit-transition: background 0.1s 0.1s ease;
    -o-transition: background 0.1s 0.1s ease;
    transition: background 0.1s 0.1s ease;
    border-radius: 4px;
    background: #F25F5C;
}

.ckbx-style-16 label:after {
    content: '';
    position: absolute;
    width: .6em;
    height: .6em;
    left: .2em;
    top: .2em;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    background: #fcfff4;
    z-index: 2;
}

.ckbx-style-16 input[type=checkbox]:checked + label:before {
    background: #70C1B3;
}

.ckbx-style-16 input[type=checkbox]:checked + label:after {
    left: 1.1em;
}

.ckbx-style-17 {
    font-size: 24px;
}

.ckbx-style-17 input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.ckbx-style-17 label {
    width: 2em;
    height: 1em;
    position: relative;
    cursor: pointer;
    display: block;
}

.ckbx-style-17 label:before {
    content: '';
    position: absolute;
    width: 2em;
    height: 1em;
    -webkit-transition: background 0.1s 0.1s ease;
    -o-transition: background 0.1s 0.1s ease;
    transition: background 0.1s 0.1s ease;
    border-radius: 4px;
    background: #4d4d4d;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.ckbx-style-17 label:after {
    content: '';
    position: absolute;
    width: .6em;
    height: .6em;
    left: .2em;
    top: .2em;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    background: #F25F5C;
    z-index: 2;
}

.ckbx-style-17 input[type=checkbox]:checked + label:before {
    background: #333;
}

.ckbx-style-17 input[type=checkbox]:checked + label:after {
    left: 1.1em;
    background: #70C1B3;
}

.ckbx-circle-1 {
    font-size: 24px;
}

.ckbx-circle-1 input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.ckbx-circle-1 label {
    position: relative;
    cursor: pointer;
    display: block;
    width: 1em;
    height: 1em;
}

.ckbx-circle-1 label:before {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    -webkit-transition: background 0.1s 0.1s ease;
    -o-transition: background 0.1s 0.1s ease;
    transition: background 0.1s 0.1s ease;
    background: #333;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 100%;
}

.ckbx-circle-1 label:after {
    content: '';
    position: absolute;
    width: .6em;
    height: .6em;
    border-radius: 100%;
    left: .2em;
    top: .2em;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #F25F5C;
    z-index: 2;
}

.ckbx-circle-1 input[type=checkbox]:checked + label:after {
    background: #70C1B3;
}

.ckbx-circle-2 {
    font-size: 24px;
}

.ckbx-circle-2 input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.ckbx-circle-2 label {
    position: relative;
    cursor: pointer;
    display: block;
    width: 1em;
    height: 1em;
}

.ckbx-circle-2 label:before {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    -webkit-transition: background 0.1s 0.1s ease;
    -o-transition: background 0.1s 0.1s ease;
    transition: background 0.1s 0.1s ease;
    background: #333;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 100%;
}

.ckbx-circle-2 label:after {
    content: '';
    position: absolute;
    width: .6em;
    height: .6em;
    border-radius: 100%;
    left: .2em;
    top: .2em;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #F25F5C;
    -webkit-animation: switch-off-circle .2s ease-out;
    animation: switch-off-circle .2s ease-out;
}

.ckbx-circle-2 input[type=checkbox]:checked + label:after {
    background: #70C1B3;
    width: 1em;
    height: 1em;
    top: 0;
    left: 0;
    -webkit-animation: switch-on-circle .2s ease-out;
    animation: switch-on-circle .2s ease-out;
}

@-webkit-keyframes switch-on-circle {
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@keyframes switch-on-circle {
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@-webkit-keyframes switch-off-circle {
    50% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
}

@keyframes switch-off-circle {
    50% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
}

.ckbx-circle-4 {
    font-size: 24px;
}

.ckbx-circle-4 input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.ckbx-circle-4 label {
    position: relative;
    cursor: pointer;
    display: block;
    width: 1em;
    height: 1em;
}

.ckbx-circle-4 label:before {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    -webkit-transition: background 0.1s 0.1s ease;
    -o-transition: background 0.1s 0.1s ease;
    transition: background 0.1s 0.1s ease;
    border-radius: 100%;
}

.ckbx-circle-4 label:after {
    content: '';
    position: absolute;
    width: .6em;
    height: .6em;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: transparent;
    border: 0.2em solid #F25F5C;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-animation: stretchback .2s ease-out;
    animation: stretchback .2s ease-out;
}

.ckbx-circle-4 input[type=checkbox]:checked + label:after {
    border-color: #70C1B3;
    -webkit-animation: stretch .2s ease-out;
    animation: stretch .2s ease-out;
}

@-webkit-keyframes stretch {
    50% {
        -webkit-transform: scaleX(0.3);
        transform: scaleX(0.3);
    }
    100% {
        -webkit-transform: scaleX(1.3);
        transform: scaleX(1.3);
    }
}

@keyframes stretch {
    50% {
        -webkit-transform: scaleX(0.3);
        transform: scaleX(0.3);
    }
    100% {
        -webkit-transform: scaleX(1.3);
        transform: scaleX(1.3);
    }
}

@-webkit-keyframes stretchback {
    50% {
        -webkit-transform: scaleX(0.3);
        transform: scaleX(0.3);
    }
    100% {
        -webkit-transform: scaleX(1.3);
        transform: scaleX(1.3);
    }
}

@keyframes stretchback {
    50% {
        -webkit-transform: scaleX(0.3);
        transform: scaleX(0.3);
    }
    100% {
        -webkit-transform: scaleX(1.3);
        transform: scaleX(1.3);
    }
}

.ckbx-square-1 {
    font-size: 24px;
}

.ckbx-square-1 input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.ckbx-square-1 label {
    position: relative;
    cursor: pointer;
    display: block;
    width: 1em;
    height: 1em;
}

.ckbx-square-1 label:before {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    -webkit-transition: background 0.1s 0.1s ease;
    -o-transition: background 0.1s 0.1s ease;
    transition: background 0.1s 0.1s ease;
    background: #333;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.ckbx-square-1 label:after {
    content: '';
    position: absolute;
    width: .6em;
    height: .6em;
    left: .2em;
    top: .2em;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #F25F5C;
    z-index: 2;
}

.ckbx-square-1 input[type=checkbox]:checked + label:after {
    background: #70C1B3;
}

.ckbx-square-2 {
    font-size: 24px;
}

.ckbx-square-2 input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.ckbx-square-2 label {
    position: relative;
    cursor: pointer;
    display: block;
    width: 1em;
    height: 1em;
}

.ckbx-square-2 label:before {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    -webkit-transition: background 0.1s 0.1s ease;
    -o-transition: background 0.1s 0.1s ease;
    transition: background 0.1s 0.1s ease;
    background: #333;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.ckbx-square-2 label:after {
    content: '';
    position: absolute;
    width: .6em;
    height: .6em;
    left: .2em;
    top: .2em;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #F25F5C;
    -webkit-animation: switch-off-circle .2s ease-out;
    animation: switch-off-circle .2s ease-out;
}

.ckbx-square-2 input[type=checkbox]:checked + label:after {
    background: #70C1B3;
    width: 1em;
    height: 1em;
    top: 0;
    left: 0;
    -webkit-animation: switch-on-circle .2s ease-out;
    animation: switch-on-circle .2s ease-out;
}

.ckbx-square-4 {
    font-size: 24px;
}

.ckbx-square-4 input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.ckbx-square-4 label {
    position: relative;
    cursor: pointer;
    display: block;
    width: 1em;
    height: 1em;
}

.ckbx-square-4 label:before {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    -webkit-transition: background 0.1s 0.1s ease;
    -o-transition: background 0.1s 0.1s ease;
    transition: background 0.1s 0.1s ease;
}

.ckbx-square-4 label:after {
    content: '';
    position: absolute;
    width: .6em;
    height: .6em;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: transparent;
    border: 0.2em solid #F25F5C;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-animation: stretchback .2s ease-out;
    animation: stretchback .2s ease-out;
}

.ckbx-square-4 input[type=checkbox]:checked + label:after {
    border-color: #70C1B3;
    -webkit-animation: stretch .2s ease-out;
    animation: stretch .2s ease-out;
}

[class^=ckbx].ckbx-small {
    font-size: .5em;
}

[class^=ckbx].ckbx-large {
    font-size: 1.5em;
}

[class^=ckbx].ckbx-xlarge {
    font-size: 2.5em;
}

.list-view .options-variant {
    margin: 0;
}

.list-view .single-book {
    border: 1px solid #e0e0e0;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 21px 1%;
    width: 23%;
    position: relative;
}

.single-book .btn-round-sm {
    min-width: 30px;
    min-height: 30px;
    position: absolute;
    bottom: -13px;
    z-index: 100;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.list-view .single-book .single-book__img {
    width: 100%;
}

.list-view .single-book .single-book__title {
    margin: 10px 0;
    font-size: 15px;
}

.list-view .single-book .single-book__caption {
    width: 100%;
    font-size: 14px;
}

.list-view .single-book .single-book__caption p {
    display: inline;
}

.list-view .single-book:after {
    display: block;
    content: '';
    position: absolute;
    width: 102%;
    height: 102%;
    top: -2px;
    left: -2px;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}

.list-view .single-book:hover {
    -webkit-box-shadow: 0 0 0 6px white;
    box-shadow: 0 0 0 6px white;
    background: white;
}

.list-view .single-book:hover:after {
    -webkit-box-shadow: 0 0 7px 6px #cdcdcd;
    box-shadow: 0 0 7px 6px #cdcdcd;
}

@media screen and (max-width: 576px) {
    .list-view {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .list-view .single-book {
        width: 85%;
        border: none;
        border-bottom: 1px solid #e0e0e0;
        padding: 0 0 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin: 10px;
    }

    .list-view .single-book .single-book__caption {
        width: 75%;
        padding-left: 10px;
    }

    .list-view .single-book .single-book__title {
        margin: 0 0 10px 0;
    }

    .list-view .single-book .single-book__img {
        width: 25%;
    }
}

.user-config {
    border: 1px solid #e0e0e0;
}


.user-config div[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.user-config__menu .heading {
    font-size: 1.2em;
    color: black;
    font-weight: 300;
    padding: 0px 40px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    text-align: center;

}

.user-config__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.user-config__menu ul.menu__list {
    font-family: Roboto;
    width: 100%;
    padding: 0;
    margin: 0;
}

.user-config__menu ul.menu__list li a {
    font-size: 1.6em;
    font-weight: 400;
    color: black;
}

.user-config__menu ul.menu__list li {
    padding: 18px 40px;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    position: relative;
    color: gray;
}

.user-config__menu ul.menu__list li.active a {
    font-weight: 500;
}

.user-config__menu ul.menu__list li.active {
    background: #f4f4f4;
    color: black;
}

.user-config__menu ul.menu__list li.active:before {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    top: 0;
    height: calc(100% + 2px);
    width: 2px;
    background: #c4c4c4;
}

.user-config__menu ul.menu__list li:hover {
    background: #e0e0e0;
    color: black;
}

.user-config__menu ul.menu__list li:hover:before {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    top: 0;
    height: calc(100% + 2px);
    width: 2px;
    background: #c4c4c4;
}

.user-config__form .spacer-hor {
    width: 40px;
    display: block;
}

.user-config__form .name-header {
    padding: 0;
    height: 31px;
    line-height: 30px;
    margin: 0;
    font-size: 1.2em;
    font-weight: 400;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    margin-left: -1px;
}

.user-config__form .input-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    margin: 15px 0;
}

.user-config__form .input-row label {
    width: 35%;
    display: inline-block;
    text-align: right;
}

.user-config__form .input-row input[type="text"],
.user-config__form .input-row input[type="password"],
.user-config__form .input-row input[type="email"],
.user-config__form .input-row textarea {
    width: 55%;
}

.user-config__form .left-col {
    width: 27%;
}

.user-config__form .right-col {
    width: 60%;
}

.user-config__form .user-image {
    position: relative;
    cursor: pointer;
}

.user-config__form .user-image img {
    width: 50%;
    max-width: 100px;
    float: right;
}

.user-config__form .user-image input[type="file"] {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.user-config__form .btn-submit {
    margin-top: 1em;
}

.user-config__form .name {
    font-size: 1.6em;
    font-weight: 700;
    color: black;
}

.user-config__form .edit-profile {
    font-size: 1.4em;
    font-weight: 400;
    color: black;
}

.edit-profile-btn {
    position: absolute;
    z-index: 2;
    width: 2em;
    top: 1em;
    right: 1em;
    cursor: pointer;
}

.book-item {
    margin-bottom: 2em;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    border: none;
    position: relative;
}

.book-item img {
    cursor: pointer;
    position: relative;
}

.book-item:after {
    content: "";
    display: block;
    position: absolute;
    width: 102%;
    height: 102%;
    top: -2px;
    left: -2px;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}

.book-item:hover {
    -webkit-box-shadow: 0 0 0 6px white;
    box-shadow: 0 0 0 6px white;
    background: white;
}

.book-item:hover:after {
    -webkit-box-shadow: 0 0 7px 6px #cdcdcd;
    box-shadow: 0 0 7px 6px #cdcdcd;
}

.book-item h5, .book-item h6 {
    margin: 6px 0;
}

.book-item .btn-lend {
    width: 100%;
    background: black;
    color: white;
    font-size: 1em;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    position: relative;
    z-index: 2;
}

.book-item .btn-lend:hover {
    background: #333333;
    -webkit-box-shadow: 0 0 7px 0 #e0e0e0;
    box-shadow: 0 0 7px 0 #e0e0e0;
}

.book-item h5.title {
    font-size: 1.4em;
    line-height: 1.6em;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.book-item h6.author {
    font-size: 1.4em;
    font-weight: 300;
}

.book-item h6.author a {
    z-index: 1;
    position: relative;
    cursor: pointer;

}

.book-item h6.genres {
    font-size: 1.2em;
    font-weight: 300;
    display: inline-block;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.pinterest-view {
    max-width: 800px;
    margin: 0 auto;
}

.pinterest-view .book-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    margin-left: 0;
    margin-right: 0;
}

.pinterest-view .book-item__image {
    position: relative;
}

.pinterest-view .book-item__image .add {
    position: absolute;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 10;
}

.pinterest-view .book-item__data {
    margin-top: 10px;
}

.pinterest-view .book-item:hover:after {
    content: "";
    display: block;
    position: absolute;
    width: 102%;
    height: 102%;
    top: -2px;
    left: -2px;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}

.pinterest-view .book-item:hover:hover {
    -webkit-box-shadow: 0 0 0 6px white;
    box-shadow: 0 0 0 6px white;
    background: white;
}

.pinterest-view .book-item:hover:hover:after {
    -webkit-box-shadow: 0 0 7px 6px #cdcdcd;
    box-shadow: 0 0 7px 6px #cdcdcd;
}

.text-active {
    font-weight: 700;
    position: relative;
}

.text-active:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: black;
}

.text-hover {
    -webkit-transition: .4 ease;
    -o-transition: .4 ease;
    transition: .4 ease;
    position: relative;
    cursor: pointer;
}

.text-hover:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    margin-top: 5px;
    background: black;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}

.text-hover:hover:after {
    width: 100%;
    height: 2px;
    background: black;
}

.chat .heading {
    font-weight: 300;
    font-size: 1.2em;
    margin: 0;
    padding: 10px 0px;
    border-bottom: 1px solid #e0e0e0;
    background: #f4f4f4;
}

.chat .options-row {
    padding: 20px 0;

    background: #f4f4f4;
}

.chat .options-row .options-variant {
    font-size: 14px;
    min-width: unset;
    margin: auto 5px;
    font-weight: normal;
}

.chat .options-row .options-variant.active {
    font-weight: bold;
}

.chat .options-row .options-variant.active:after {
    display: none;
}

.chat div[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #e0e0e0;
}

.chat-user a {
    width: 100%;
}

.btn.yesno {
    margin-right: 1em;
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled a {
    color: #8c8f93;
    background-color: white;
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled.pignose-calendar-unit-disabled-range.pignose-calendar-unit-disabled-multiple-range a {
    color: white;
    background-color: black;
    opacity: 1;
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled.pignose-calendar-unit-disabled-range.pignose-calendar-unit-disabled-multiple-range.nf a {
    color: #f2f2f2;
    background-color: #d4d4d4;
    border: 1px solid #383838;
    opacity: 1;
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled.pignose-calendar-unit-disabled-range.pignose-calendar-unit-disabled-multiple-range.at a {
    color: #d1041d;
    background-color: white;
    border: 1px solid #d1041d;
    opacity: 1;
}

.pignose-calendar .pignose-calendar-unit {
    line-height: 3.8em;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon {
    font-size: 2.5em;
}

.pignose-calendar .pignose-calendar-header {
    border-bottom: 1px solid black;
}

.pignose-calendar .pignose-calendar-top {
    border: none !important;
}

.pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun,
.pignose-calendar .pignose-calendar-header .pignose-calendar-week,
.pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat, .pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun {
    color: #8c8f93 !important;
}

.chat__user-list {
    max-width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.chat__user-list .chat__list {
    width: 100%;
    padding: 0;
    margin: 0;
}

.chat-user {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 5%;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    position: relative;
}

.chat-user.active {
    background: #e0e0e0;
    color: black;
}

.chat-user.active .name, .chat-user.active .content, .chat-user.active .chat-user__time {
    font-weight: 700;
    color: #4d4d4d;
}

.chat-user.new .name, .chat-user.new .content, .chat-user.new .chat-user__time {
    font-weight: 700;
    color: black;
}

input.form-input::placeholder{
    color: gray;
    font-weight: 300;
}

textarea.form-input, input.form-input {
    font-weight: 300;
}

textarea.form-input::placeholder {
    color: gray;
    font-weight: 300;
}

.chat-user .name, .chat-user .content, .chat-user .chat-user__time {
    font-weight: 400;
    color: gray;
}

.chat-user:hover {
    background: #e0e0e0;
    color: black;
}

.chat-user__more {
    position: absolute;
    z-index: 3;
    right: 12px;
    top: 0;
    display: block;
    cursor: pointer;
    font-size: 12px;
    width: 14px;
}

.chat-user__image {
    position: relative;
    padding: 0;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    color: #000;
}

.chat-user__text {
    font-size: 1em;
    width: 53%;
    padding-left: 10px;
    display: inline-block;
}

.chat-user__text h4 {
    font-size: 14px;
    line-height: 16px;
    color: #000;
}

.chat-user__text p {
    font-size: 1.2em;
    font-weight: 400;
}

.chat-user__text .name {
    margin: 5px 0 10px;
    font-size: 0.9em;
    font-weight: 700;
    color: gray;
}

.chat-user__text .content {
    font-size: 14px;
    line-height: 16px;
    color: #656565;
    margin-top: 10px;
    background-color: transparent;
    text-align: left;
}

.chat-user__time {
    width: 15%;
    font-size: 14px;
    font-weight: 400;
    color: gray;
    display: inline-block;
}

.conversation {
    position: relative;
}

.conversation .user-name {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    height: 57px;
    line-height: 57px;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 400;
}

.reminder-link:hover {
    text-decoration: none;
}

.conversation .message__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
    height: 600px;
}

.conversation .message {
    margin: 20px 20px 40px 20px;

}

.conversation .message--shape {
    padding: 20px;
    border-radius: 12px;
}

.conversation .message__income {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.conversation .message__income .message__income--text {
    width: 40%;
    background: black;
    letter-spacing: 1px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: white;
}

.conversation .message__image {
    width: 50%;
    max-width: 60px;
    max-height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.conversation .message__reply .message__reply--text {
    width: 40%;
    background: #f4f4f4;
    color: black;
    letter-spacing: 1px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
}

.message-input {
    width: 100%;
    position: absolute;
    bottom: 0;
    border: 1px solid #f4f4f4;
    background: white;
    padding: 4px 4%;
}

.message-input span {
    display: block;
    float: right;
}

.message-input input[type="text"] {
    width: 90%;
    border: none;
    height: 30px;
}

.heading {
    margin: 0;
    padding: 20px 40px;
    border: 1px solid #e0e0e0;
    border: none;
    padding: 0;
    margin: .4em 0;
    font-size: 2.4em;
    font-weight: 500;
    color: #1a1a1a;
}

.banner-book__caption {
    padding: 40px;
}

.availability .icon--pin {
    display: block;
    margin: 10px auto;
}

.users-slider h3 {
    margin: 10px 0;
}

.users-slider .text-big {
    margin: 10px 0;
}

.tags-section {
    width: 80%;
    margin: 0 auto;
}

.single-tag {
    min-width: calc(16.6% - 20px);
    text-align: center;
    padding: 4px 8px;
    margin: 10px 10px;
    border: 1px solid #e0e0e0;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    cursor: pointer;
}

.single-tag:hover {
    background: white;
}

.a-less,
.a-more {
    font-size: 1em;
    font-weight: 500;
    color: #000000;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}

.a-less:hover,
.a-more:hover {
    border-bottom: 2px solid black;
}

.a-less.active,
.a-more.active {
    border-bottom: 2px solid black;
}

.pignose-calendar {
    width: 100%;
    max-width: 100%;
    -webkit-box-shadow: 0 0 62px rgba(144, 144, 144, 0.25);
    box-shadow: 0 0 62px rgba(144, 144, 144, 0.25);
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-first-active a {
    border-radius: 50% 0 0 50%;
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-second-active a {
    border-radius: 0 50% 50% 0;
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-range-first a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-range-last a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pignose-calendar .pignose-calendar-header {
    font-weight: 400;
}

.pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun {
    color: black;
}

.pignose-calendar .pignose-calendar-top {
    padding: 2.6em 0;
    background-color: white;
    margin: 0 45px;
    border-bottom: 1px solid #e2e2e2;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #e2e2e2;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next {
    margin-right: 0;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev {
    margin-left: 0;
}

footer {
    padding: 0 40px;
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    background-color: white;
}

footer.desktop ul > li > a {
    font-size: 1em;
    font-weight: 700;
    color: #1a1a1a;
}

footer.desktop ul > li:not(:last-of-type) {
    margin: 0 10px;
}

footer .menu ul > li button,
footer .menu ul > li a {
    font-size: 1.2em;
    font-weight: 400;
    color: #1a1a1a;
    padding: 0 1px;
}

footer .logo {
    max-width: 85px;
    width: 20%;
}

footer .mobile-menu {
    border-top: 1px solid #cacaca;
    position: fixed;
    bottom: 0;
    background: white;
    width: 100%;
    padding: 10px 0;
    z-index: 10;
}

footer .mobile-menu ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

footer .footer-logo {
    border-width: 0px;
    font-family: 'Roboto-Bold', 'Roboto Bold', 'Roboto';
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #000000;
    text-align: left;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1;
}

@media screen and (max-width: 767px) {
    footer {
        padding: 0;
    }
}

main.blur {
    width: 100%;
    height: 100%;
    -webkit-filter: blur(7px);
    filter: blur(7px);
}

.overlay {
    display: none;
}

.overlay.is-vissible {
    display: block;
    position: fixed;
    left: 0;
    width: 100%;
    height: 110%;
    top: -5%;
    z-index: 10;
}

.overlay .overlay-blur {
    background: white;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0.5;
}

.overlay .overlay-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 50%;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.overlay .overlay-content h2 {
    margin: 0;
}

.mainMenu.activeSlide {
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 100;
    text-align: center;
}

.mainMenu.activeSlide .likea,
.mainMenu.activeSlide a {
    font-size: 1.8em;
    line-height: 2em;
    font-weight: 400px;
}

.mainMenu.activeSlide ul {
    position: absolute;
    right: 4em;
    text-align: left;
}

.mainBoard {
    padding-bottom: 60px;
}

.icons-row-status {
    padding: 0;
}

.icons-row-status p {
    font-size: 1.4em;
    font-weight: 500;
    color: #1a1a1a;
    margin: 10px;
}

.icons-row-status span {
    font-size: 1.4em;
    font-weight: 500;
    color: #1a1a1a;
    line-height: normal;
    margin-top: 10px;
    display: inline-block;
}

.icons-row-status--spacer {
    margin: 10px 10px;
}

.status-form {
    padding: 40px;
}

.status-form .heading {
    background: transparent;
}

.status-form h2 {
    line-height: normal;
    color: #000000;
    font-weight: 500;
    font-size: 2.4em;
}

.slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.options-row {
    padding-left: 0;
    padding-right: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    user-select: none;
}

.options-row h3 {
    min-width: 140px;
}

.options-row > div {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.options-row .options-variant-light span {
    font-size: 0.71em;
}

.options-row .options-variant-light {
    font-weight: 300;
    font-size: 1.4em;
}

.options-row .options-variant-light.active {
    font-weight: 500;
}

.options-row .options-variant {
    font-weight: 400;
    font-size: 1.4em;
    margin: 0 10px 30px 10px;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
}

.options-row .options-variant-light.active:after,
.options-row .options-variant.active:after {
    width: 100%;
    height: 2px;
    background: black;
}

.options-row .options-variant.no-wrap {
    margin: 0 10px 30px 10px;
    white-space: nowrap;
}

.users-row .single-user-wrapper {
    position: relative;
}

.users-row .single-user {
    cursor: pointer;
    -webkit-transition: margin 0.4s ease;
    -o-transition: margin 0.4s ease;
    transition: margin 0.4s ease;
    position: relative;
    margin: 15px 0;
}

.users-row .single-user > div img {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.users-row .single-user .btn-round-sm {
    min-width: 30px;
    min-height: 30px;
    position: absolute;
    bottom: -13px;
    z-index: 100;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mobile-single-icon.like_me {
    text-align: right;
}

.mobile-single-icon {
    min-width: 20px;
}

.mobile-single-icon img {
    width: auto;
    height: 20px;
}

.mobile-single-icon.more img {
    vertical-align: bottom;
    width: 30px;
}

.mobile-single-icon {
    line-height: 20px;
    height: 20px;
    font-size: 20px;
    cursor: pointer;
    margin: 0 10px;
}

.mobile-single-icon.first-icon {
    margin-left: 0;
}

.plan-config select.form-input, .plan-config input.form-input {
    width: 370px;
    margin: 10px auto;
    font-weight: 400;
}

.btn.button-plan-config{
    width: 370px;
    font-size: 20px;
    font-weight: normal;
}

.plan-nav{
    background-color: #fff;
    box-shadow: -1px 1px 10px 1px rgba(0, 0, 0, 0.1);
    min-height: 60px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.plan-nav a{
    box-sizing: border-box;
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 25px;
    font-weight: 300;
}

.plan-nav a.current{
    font-weight: 500;
}

.plan-nav a.current:hover{
    text-decoration: none;
    color: #000;
}

.plan-nav a.current:after{
    position: absolute;
    content: "";
    border-bottom: 2px solid #000;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .app-wrapper {
        width: 1025px;
    }

    .banner__data {
        padding: 10px;
    }

    .gamification .slider__face {
        width: 10vw;
        height: 10vw;
        min-height: 120px;
        min-width: 120px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .icons-slider .single-icon__image {

        width: 120px;
        height: 120px;
    }

    .app-wrapper {
        width: 768px;
    }

    .gamification {
        width: 90%;
    }

    .gamification .slider__face {
        width: 13vw;
        height: 13vw;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 10px;
    }

    .icons-slider .single-icon__image {
        width: 30vw;
        height: 30vw;
    }

    .navbar_logo {
        max-width: 120px;
    }

    .app-wrapper {
        width: 100%;
        background: #f4f4f4;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .mobile-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .mobile-single-icon {
        max-width: 33px;
        min-width: 20px;
    }

    .mobile-single-icon.like_me {
        max-width: unset;
        min-width: 20px;
    }

    .mainBoard {
        padding-bottom: 50px;
    }

    .gamification {
        width: 100%;
    }

    .gamification .slider__face {
        width: 35vw;
        height: 35vw;
    }

    .gamification .book-status {
        padding: 0 1em 0 1em;
    }

    .gamification__slider {
        margin: 2em 0;
    }

    .gamification__slider .owl-stage {
        padding: 10% 0;
    }

    .gamification__slider .owl-item > div {
        margin: 5%;
    }

    .gamification__slider .owl-item.center > div {
        margin: -30%;
    }

    .gamification__slider .owl-nav button.owl-prev {
        left: 0%;
    }

    .gamification__slider .owl-nav button.owl-next {
        right: 0%;
    }

    .slider {
        width: 100%;
    }

    .section-padding {
        padding: 27px 0;
    }

    .icons-row-status {
        padding: 0 5vw;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .icons-row-status p {
        font-size: 0.7em;
        font-weight: 500;
        color: #1a1a1a;
        margin: 10px;
        width: 30%;
    }

    .icon {
        height: 6vw;
        width: 6vw;
        max-width: 24px;
    }

    .icon--eye {
        height: 8vw;
        width: 8vw;
        max-width: 30px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .mobile-md {
        display: block;
    }
}

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

    .mobile-sm {
        display: block;
    }

    .mobile-sm-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .over-hidden {
        overflow: hidden;
    }

    .navbar {
        position: static;
        z-index: 3;
        width: 100%;
        -webkit-transition: background-color 0.4s ease;
        -o-transition: background-color 0.4s ease;
        transition: background-color 0.4s ease;
    }

    .navbar.activeSlide {
        background-color: white !important;
    }

    .mobileMenu {
        background: #f4f4f4;
        display: block;
        width: 70%;
        height: 100%;
        min-height: 400px;
        position: absolute;
        z-index: 10;
        top: 0;
        right: -70%;
        -webkit-transition: right 0.4s ease;
        -o-transition: right 0.4s ease;
        transition: right 0.4s ease;
    }

    .mobileMenu ul {
        padding: 40px 0 0 45px;
    }

    .mobileMenu ul li a {
        color: black;
    }

    .mobileMenu ul li {
        cursor: pointer;
        line-height: 3em;
        font-size: 1.8em;
        font-weight: 400;
    }

    .mobile-nav-spacer {
        padding-top: 54px;
    }

    .mobileMenu.activeSlide {
        right: -70%;
    }

    .mainBoard {
        -webkit-transition: left 0.4s ease;
        -o-transition: left 0.4s ease;
        transition: left 0.4s ease;
        position: relative;
        overflow: hidden;
        left: 0;
    }

    .mainBoard.activeSlide {
        left: -70%;
        overflow: visible;
    }

    .status-form {
        padding: 0;
    }

    .status-form .col-sm-4 {
        padding-left: 0;
        padding-right: 0;
    }

    .status-form .heading {
        background: #f4f4f4;
    }

    .status-form h2 {
        font-size: 1.4em;
        font-weight: 700;
        color: #1a1a1a;
        padding: 20px;
        background: #f4f4f4;
    }

    .status-form .radio-circle, .status-form .check-slide, .status-form .ckbx-tick {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 1em 0;
        background: #ffffff;
        border-bottom: 1px solid #f4f4f4;
        border-top: 1px solid #f4f4f4;
        padding-right: 20px;
    }

    .status-form .radio-circle {
        padding-left: 10px;
    }

    .status-form .col-lg-4 {
        padding: 0;
    }

    .status-form .details-input {
        padding: 1em 20px;
        background: #ffffff;
    }

    .status-form .details-input input {
        width: 100%;
    }

    .status-form br {
        display: none;
    }

    .btn.btn-submit {
        width: 90%;
        margin: 0 auto;
    }

    .btn.btn-100 {
        width: 100%;
    }

    .plan-config select.form-input, .plan-config input.form-input {
        width: 80%;
        margin: 10px 10px;
        min-width: unset;
    }

    .btn.btn-submit.button-plan-config {
        width: 80%;
    }
}

.site-signup {
    padding-bottom: 40px;
}

/* form starting stylings ------------------------------- */
.site-signup .btn.btn-submit,
.site-signup .btn.btn-cancel,
.site-reset-password .btn.btn-submit,
.site-reset-password.btn.btn-cancel,
.site-login .btn.btn-submit,
.site-login .btn.btn-cancel {
    width: 100%;
}

.site-signup .group,
.site-reset-password .group {
    position: relative;
    margin-bottom: 45px;
}

.site-login .group {
    position: relative;
    margin: 0 auto 45px auto;
}

.remind {
    text-align: right;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    margin-top: -45px;
}

.remind a {
    font-weight: 500;
    color: #999999;
    font-size: 0.75em;
    text-decoration: underline;
}

.site-login {
    text-align: center;
}

.site-request-password-reset .group,
.site-login .group {
    max-width: 300px;
}

.site-signup form {
    width: 100%;
    text-align: center;
}

.site-signup p {
    font-weight: 500;
    font-size: 1.25em;
    margin-bottom: 1.5em;
    text-align: left;
}

.site-signup .info {
    font-weight: 300;
    font-size: 0.75em;
    color: black;
}

.group .col-lg-8,
.site-signup .col-sm-12.col-lg-6 {
    margin: 0;
    padding: 0 15px 0 0;
}

.site-signup h2 {
    font-weight: 500;
    font-size: 1.5em;
}

.site-signup h3 {
    font-weight: 500;
    font-size: 1em;
}

.group {
    position: relative;
    padding: 0;
    margin: 0 auto;
}

.site-signup .group {
    padding: 0;
    font-weight: 500;
}

.site-signup .group input {
    width: 100%;
    font-weight: 500;
    background-color: transparent;
}

.site-signup button,
.site-signup a.btn {
    max-width: 300px;
    margin: 0 auto;
}

.group input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 300px;
    border: none;
    border-bottom: 1px solid #9b9b9b;
}

.group input:focus {
    outline: none;
}

/* LABEL ======================================= */
.group label {
    color: #9b9b9b;
    font-size: 1em;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
.group input:focus ~ label,
.group input:valid ~ label {
    top: -20px;
    font-size: 0.75em;
    color: #9b9b9b;
}

.group .check-slide.desktop label {
    top: unset;
    font-size: 1em;
}

/* BOTTOM BARS ================================= */
.group .bar {
    position: relative;
    display: block;
    width: 100%;
}

.group .bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #000000;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.group .bar:before {
    left: 50%;
}

.group .bar:after {
    right: 50%;
}

/* active state */
.group input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.group .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.group input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #000000;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #000000;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #000000;
    }
    to {
        width: 0;
        background: transparent;
    }
}

/* bookshops*/

.edit-account .heading {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 1.5em;
    margin-top: 2em;
}

.edit-account h1 {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 2.5em;
    margin-top: 0;
}

.add-img-ico {
    margin: auto;
    width: 65px;
    height: 65px;
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

.add-img-full {
    margin: 0 auto;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

.add-img {
    position: relative;
    display: block;
    width: 240px;
    height: 320px;
    margin: 20px auto;
    text-align: center;
    background-color: rgba(216, 216, 216, 1);
    padding-top: 40px;
    cursor: pointer;
    overflow: hidden;
}


.add-img p {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 1.4em;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.field-editphotoform-img_url {
    display: none;
    pointer-events: none;
}

.field-editphotoform-description .help-block {
    width: 80%;
    position: relative;
    margin-left: 10%;
    text-align: left;
    font-weight: 500;
    font-size: 0.7em;
    color: red;
}

.field-editphotoform-description {
    text-align: left;
}

.field-editphotoform-description label {
    width: 80%;
    position: relative;
    margin-left: 10%;
    text-align: left;
    font-weight: 500;
    font-size: 1em;
}

.edit-account textarea,
.field-editphotoform-description textarea {
    width: 80%;
    position: relative;
    margin-left: 10%;
    border: none;
    text-decoration: underline;
    font-weight: 500;
    font-size: 1.2em;
    background-color: transparent;
    border: 1px solid grey;
}

.popup_bg {
    position: fixed;
    z-index: 111;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.54);
    display: none;
}

.message_box {
    width: auto;
    background-color: white;
    margin: 5% auto;
    padding: 30px;
    text-align: center;
    position: relative;
    display: block;
    border-radius: 9px;
}

.message_box_bottom {
    width: 100%;
    background-color: transparent;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    display: block;
    border-radius: 0;
}

.exit_btn {
    position: absolute;
    right: 1em;
    top: 1em;
    display: block;
    line-height: 0.7em;
    font-size: 1.4em;
    color: #aeaeae;
    font-weight: 100;
    cursor: pointer;
}

.message_box button {
    min-height: 40px;
    min-width: 240px;
    cursor: pointer;
}

.message_box_bottom button {
    margin: 0 auto;
    cursor: pointer;
    font-size: 2em;
    color: #007aff;
    width: 355px;
    padding: 1em 0;
    text-align: center;
    border-radius: 12px;
    display: block;
}

.message_box_bottom button:hover {
    background-color: #e4e4e4;
    color: #0033ff;
}

.btn-grey {
    background-color: #f4f4f4;
}

.btn-white {
    background-color: #ffffff;
}

img.btn-more {
    width: 3em;
    position: absolute;
    top: 50%;
    cursor: pointer;
    display: block;
    z-index: 2;
}

.message_box_bottom .btn-white {
    margin: 10px auto 0 auto;
}

.message_box_bottom .btn-top {
    border-radius: 12px 12px 0 0;
}

.message_box_bottom .btn-mid {
    border-radius: 0;
}

.message_box_bottom .btn-bot {
    border-radius: 0 0 12px 12px;
}


.info_box .message_box {
    max-width: 580px;
}

.btn_transparent {
    background-color: transparent;
    border: 1px solid black;
    margin: 0.5em auto;
    font-weight: 500;
    font-size: 1em;
    height: 40px;
    min-width: 240px;
}

.btn_transparent:focus,
.btn_transparent:hover {
    color: #888;
}

.dashboard_top .heading {
    margin: 2em auto;
}

.frame {
    border-bottom: 1px solid black;
    min-width: 60%;
    margin-top: 30px;
}

.frame h4 {
    font-size: 0.9em;
}

.row80_10 {
    margin-right: 10%;
    margin-left: 10%;
    width: 80%;
    text-align: center;
}

.input_text {
    font-family: Roboto-Medium, "Roboto Medium", Roboto;
    font-weight: 500;
    font-size: 1.4em;
}

.no_radius {
    border-radius: 0;
}

.btn_white {
    background-color: white;
}

.well.well-small {
    border: none;
    border-radius: 0;
    background: black;
    background: linear-gradient(to right, black 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(black 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, black 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(black 50%, rgba(255, 255, 255, 0) 0%);
    background-position: top, right, bottom, left;
    background-repeat: repeat-x, repeat-y;
    background-size: 10px 1px, 1px 10px;
}

.kv-upload-progress .progress {
    height: 60px;
}

.progress-bar.bg-success.progress-bar-success {
    line-height: 60px;
    height: 60px;
    color: transparent;
    background-color: black;
}

.big_select {
    float: right;
    min-width: 200px;
}


/*
add book
*/
.add-book {
    text-align: left;
}

.add-book .control-label {
    /*  */
}

.status-form .radio-circle,
.status-form .check-slide {
    padding: 1em 0;
    font-size: 1em;
}

.status-form .bg-grey .col-lg-4 {
    background-color: #f4f4f4;
    margin-bottom: 1em;
}

.status-form .bg-white .col-lg-4 {
    background-color: white;
    margin-bottom: 1em;
}

.form-group {
    position: relative;
    border-radius: 0;
}

.genres-helper,
.wydawca-helper,
.author-helper {
    border: none;
    background: white;
    position: absolute;
    width: 100%;
    z-index: 5;
}

.genres-helper-item,
.publisher-helper-item,
.author-helper-item {
    border: 1px solid black;
    cursor: pointer;
    padding: 6px 12px;
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    transform-origin: bottom;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: baseline;
}

.with-shadow {
    box-shadow: 2px 2px 3px 0 #000000;
    color: transparent;
    border: 0;
    border-top: 1px solid;
    position: relative;
    width: 100%;
}

.book_cover {
    cursor: pointer;
    z-index: 2;
}

.hidee {
    display: none;
}

.hide {
    display: none !important;
}

.search-container {
    width: 100%;
    position: relative;
    display: block;
}

.lend-input {
    width: 90%;
    height: 40px;
    margin: 10px 0;
    padding: 0 0.75em;
    font-size: 1.4em;
    color: #000000;
}

.search100 {
    width: 90%;
    height: 40px;
    margin: 10px auto 30px 0;
    padding: 0 0.75em;
    font-size: 1.4em;
    color: #000000;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.stop_btn, .pause_btn{
    cursor: pointer;
}

.small-btns-container {
    width: 80%;
    height: 40px;
    margin: 0 auto 0 10%;
    padding: 0;
}

.sselect {
    width: 80%;
    height: 40px;
    margin: 30px auto 30px 10%;
    padding: 0;
    font-size: 1em;
    color: black;
}

.sselect.sort {
    border: 1px solid black;
}

.sselect.sort .custom-select {
    border: none;
    background: #fff;
    background-image: none;
}

.search {
    width: 80%;
    height: 40px;
    margin: 30px auto 30px 10%;
    padding: 0 0.75em;
    font-size: 0.9em;
    color: #999999;
}

.sselect .small-box,
.sselect.small-box,
.search.small-box {
    border: 1px solid black;
    color: black;
}

.sselect label {
    font-size: 1em;
    font-weight: 500;
    color: black;
    padding: 0;
    margin-right: 5px;
}

.custom-select {
    position: relative;
    width: 100%;
    text-align: left;
}

.custom-select select {
    display: none; /*hide original SELECT element: */
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-color: black transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent grey transparent;
    top: 0.25em;
}

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
    color: black;
    padding: 2px;
    cursor: pointer;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.small-select {
    height: 40px;
    font-weight: 500;
    font-size: 1em;
    border: 1px solid black;
    border-radius: 0;

}

.search-icon {
    position: relative;
    left: -40px;
}

.search-menu {
    width: 80%;
    margin: 0px auto;
}


.messages__element--right {
    width: 15%;

}

.messages__element--right .more-options-icon {
    max-width: 45px;
    padding-bottom: 10px;
}

.messages__element--right h4 {
    text-align: right;
}

.messages__element--center {
    width: 65%;
}

.messages__element--onlycenter {
    width: 85%;
    position: relative;
}


.messages__faceImg {
    overflow: hidden;

}

.messages__faceImg img {
    width: 85%;
    max-width: 100px;
}

.messages .messages-buttons-row {
    margin-left: 20%;
    width: 80%;
    display: flex;
    justify-content: flex-start;

}

.messages .btn-transpa {
    background: transparent;
    border: 1px solid;
    color: black;
    max-width: 150px;
    width: 50%;
    font-size: 14px;
    text-align: center;
    padding: 10px 20px;
    overflow: hidden;
    margin-right: 5px;
    cursor: pointer;
}

.messages__name {
    font-weight: 500;
    margin: 0;
    font-size: 1.6em;
}


.messages__element {
    justify-content: space-between;
    border-bottom: 1px solid lighten(black, 20%);
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: black;

}

.messages__element--left-big,
.messages__element--left {
    width: 20%;

}

.messages__element--left img {
    width: 85%;
    max-width: 100px;
}

.messages__element--left-big img {
    width: 85%;
    max-width: 160px;
}

.messages__element--onlycenter {
    width: 80%;
    position: relative;
}

.messages__element--center {
    width: 60%
}

.messages__element--right {
    width: 20%;
    text-align: right;

}

.messages__element--rightimg {
    width: 80%;
    max-width: 40px;
}

.b14 {
    bottom: -25px;
}

@media screen and (max-width: 767px) {
    .messages .messages-buttons-row {
        margin-left: 20%;
        width: 80%;
    }

    .messages .messages-buttons-row {
        display: flex;
        justify-content: flex-start;

    }

    .messages .btn-transpa {
        padding: 10px 20px;
        margin-right: 10px;
    }

    .b14 {
        bottom: 14px;
    }
}


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

    .messages .messages-buttons-row {
        display: flex;
        justify-content: space-between;

    }

    .messages .btn-transpa {
        font-size: 12px;
        padding: 3px 5px;
        overflow: hidden;
    }

    .messages__element {
        border: none !important;
        padding-bottom: 15px;
        margin-bottom: 15px;

    }

    .messages__element--left-big,
    .messages__element--left {
        width: 20%;
    }

    .messages__element--center {
        width: 50%;
    }

    .messages__element--onlycenter {
        width: 80%;
        position: relative;
    }

    .messages__element--right {
        width: 30%;
    }

    .messages__faceImg {
        border-radius: 50%;
        overflow: hidden;

    }

    .messages__faceImg img {
        width: 85%;
        max-width: 100px;
    }

    .messages__name {
        margin-bottom: 8px;
    }

    .messages__time {
        font-size: 12px;
        text-align: right;
    }

}

.triangle {
    position: relative;
    display: block;
    z-index: 2;
    width: 0;
    height: 0;
    margin: auto;
    margin-right: 0;

}

.triangle:after {
    position: absolute;
    display: block;
    z-index: 1;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5em 5em 0;
    border-color: transparent #000000 transparent transparent;
    line-height: 0px;
    _border-color: #ffffff #000000 #ffffff #ffffff;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
    /*top: -2px;*/
    /*right: -2px;*/
    top: 0;
    right: 0;
}

.single-book .triangle img, .book-item .triangle img {
    min-width: 1.6em;
    height: auto;
    position: absolute;
    /*top: 5px;*/
    /*right: 5px;*/
    top: 10px;
    right: 10px;
    z-index: 2;
}

.clock_menu {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.clock_menu img {
    width: 25%;
}

.time_svg p {
    position: absolute;
    display: block;
    text-align: center;
    bottom: 30%;
    width: 100%;
    color: white;
}


.time_svg {
    width: 50%;
    position: relative;

}

#books-dzial label,
#bookform-dzial label {
    margin-right: 20px;
}

.input-group .form-control {

    min-height: 40px;
    border-radius: 0;
}

.krajee-default .file-upload-indicator,
.krajee-default .file-actions {
    display: none;
}

.op25 {
    opacity: .25;
    filter: alpha(opacity=25);
}

.faq_title {
    width: 100%;
    position: relative;
    padding: 2em;
    font-size: 1.4em;
    font-weight: 500;
    border-bottom: 1px solid #dddddd;

}

.faq_answer {
    display: none;
    width: 100%;
    position: relative;
    padding: 2em;
    font-size: 1.4em;
    font-weight: 300;
    border-bottom: 1px solid #dddddd;
}

.border_botttom {
    border-bottom: 1px solid #dddddd;
}

.set_container {
    border-left: 1px solid #dddddd;
}

.set-icon {
    color: #dddddd;
    display: block;
    position: absolute;
    right: 2em;
    height: 100%;
    top: calc(50% - 0.6em);
}

.info-text {
    position: absolute;
    width: 100%;
    padding: 2em;
    text-align: center;
    color: white;
}

.btn.black-white {
    display: block;
    color: black;
    border-color: black;
    margin-bottom: 1em;
}

.btn.black-white:hover {
    color: white;
    border-color: white;

}

.btn.white-black {
    display: block;
    color: white;
    border-color: white;
    margin-bottom: 1em;
    background-color: black;
    border: 1px solid white;
    font-size: 1.4em;
    line-height: 1.4em;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    margin: 8px auto;
}

.btn.white-black:hover {

    color: black;
    border-color: black;
    background-color: white;

}

.image-container {
    margin: 0 auto;
    width: 100%;
    position: relative;
    display: block;
    min-height: 500px;
    overflow: hidden;
}

.img-overlay-png {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/images/icons/mask.png');
    z-index: 2;
    pointer-events: none;
    background-position: 50% 50%;
    background-size: 100% auto;

}

.move-photo {
    position: absolute;
    pointer-events: none;
    bottom: 15%;
    left: calc(50% - 1em);
    width: 2em;
    z-index: 2;
}

.my-img {
    box-sizing: border-box;
    position: absolute;
    display: block;
    z-index: 1
}

.img-overlay {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-radial-gradient(transparent 150px, rgba(0, 0, 0, 0.6) 150px);
    background: -webkit-radial-gradient(transparent 150px, rgba(0, 0, 0, 0.6) 150px);
    background: -ms-radial-gradient(transparent 150px, rgba(0, 0, 0, 0.6) 150px);
    background: -o-radial-gradient(transparent 150px, rgba(0, 0, 0, 0.6) 150px);
    pointer-events: none; /* send mouse events beneath this layer */
    background-repeat: no-repeat;
    background-size: 150vw 150vw;
}

.click_me {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_img {
    display: none;
    position: absolute;
    width: 60px;
    z-index: 2;
}

.selected .top_img {
    display: block;
}

.book_scan_img {
    width: 254px;
    height: 190px;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    top: calc(50% - 95px);
    left: calc(50% - 127px);
}

.field-bookform-author_id label,
.field-bookform-publisher_id label {
    display: none;
}

.ac-item img {
    display: inline-block;
}

.ac-item .ac-selected {
    width: 1.4em;
    height: auto;
    margin-left: 2em;
    margin-right: 1em;
}

.ac-item .ac-open {
    width: 1.4em;
    height: auto;
    float: right;
    margin-right: 2em;
}

.ac-item .ac-closed {
    height: 1.4em;
    width: auto;
    float: right;
    margin-right: 2em;
}

.ac-item {
    position: relative;
    display: block;
    width: 100%;
    padding: 1.4em;
    background-color: white;
    border-top: 1px solid #dddddd;
}

@media screen and (max-width: 991px) {
    .mobile-nav-spacer {
        padding-top: 54px;
    }

    .user-config__form .input-row.tablet-row {
        display: block;
        width: 100%;
        margin: 15px 0;
    }

    .user-config__form .input-row.tablet-row label {
        width: 100%;
        display: inline-block;
        text-align: left;
    }

    .user-config__form .input-row.tablet-row input[type="text"],
    .user-config__form .input-row.tablet-row input[type="password"],
    .user-config__form .input-row.tablet-row input[type="email"],
    .user-config__form .input-row.tablet-row textarea {
        width: 100%;
    }

}

.move_book input[type=radio] {
    font-size: 1.4em;
    vertical-align: top;
    float: left;
}

.move_book .input-btn p {
    padding: 0 0 0 40px;
}

.c-pointer, .click-me{
    cursor: pointer;
}

.c-pointer{
    display: inline-block;
    width: 70%;
}}
