@font-face {
    font-family: 'Minerva';
    src: url('fonts/Helvetica.eot?#iefix') format('embedded-opentype'), url('fonts/Helvetica.woff') format('woff'), url('fonts/Helvetica.ttf') format('truetype'), url('fonts/Helvetica.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Minerva';
    src: url('fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Helvetica-Bold.woff') format('woff'), url('fonts/Helvetica-Bold.ttf') format('truetype'), url('fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
    background: #F5F5F5;
    font-family: "Minerva", "Helvetica Neue", Helvetica, Arial, sans-serif
}

img {
    max-width: 100%;
    max-height: 100%;
}

.flex-grid {
    display: inline-flex;
    flex-wrap: wrap;
}

li {
    list-style: none;
}

p {
    padding: 5px;
    font-size: 11px;
    font-weight: normal;
}

.overlay, .loaddv {
    min-width: 100%;
    min-height: 100%;
    background: #000;
    opacity: 0.75;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.sep {
    width: 1px !important;
    background: black;
    height: 30px;
}

p {
    word-wrap: break-word;
}

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

a:focus, a:hover {
    text-decoration: none;
    color: #aa3939;
}

.chosen-container-multi ul.chosen-choices {
    border: 1px solid #dfdbdc;
    border-radius: 5px;
}

.input-append {
    padding: 0 !important;
    margin-top: 6px;
}

.input-append input, .input-append button {
    outline: none !important;
    border: 0 !important;
}

.input-append button {
    background: #8790B3 !important;
    color: white !important;
    font-size: 13px;
}

#ss {
    width: 100px;
}

.mnot {
    margin-top: -6px;
    color: white !important;
    position: absolute;
    margin-left: 12px;
    background: #404454;
    line-height: 18px;
    padding: 0px 4px;
    border-radius: 10px;
    font-size: 12px;
}

.mnot:hover {
    color: white;
}

.loadmask {
    color: white;
    position: fixed;
    text-align: center;
    width: 100%;
    top: 46%;
    font-size: 30px;
    z-index: 1000;
}

.nchapter .col {
    max-width: 1061px;
    min-width: 1061px;
}

.pglft, .pgrgt {
    height: auto;
    float: left;
    background: white;
    width: 49.5%;
    box-shadow: #666 0px 1px 1px;
    padding-bottom: 10px;
}

.pglft {
    margin-right: 0.5%;
}

.pgrgt {}

.nchzgap {
    width: 100%;
    height: 55px;
    padding: 5px 0px;
}

.ncvrgap, .nccont {
    height: 400px;
}

.ncvrgap {
    width: 15%;
}

.nccont {
    width: 85%;
    background: #ffffff;
    box-shadow: #999 0px 0px 1px;
    overflow: auto;
    overflow-x: hidden
}

.gapin {
    width: 85%;
}

.ictool {
    margin: 10px 10px;
}

.ictool .icdv {
    float: left;
}

.icdv img {
    padding: 3px 14px;
    cursor: pointer;
    margin-right: 1px;
}


/* .iccam{ border-right:1px solid #ccc; } */

.icbrow img {
    padding-top: 4px;
    padding-bottom: 4px;
}

.icdv .tooltip {
    margin-left: -7px;
}

.iccam .tooltip {
    margin-top: -67px;
    margin-left: -64px;
}

.icbrow .tooltip {
    margin-top: -67px;
}

.icaddmore {
    line-height: 26px;
    padding-left: 10px;
    cursor: pointer;
}

.ncedit .ictool {
    padding-bottom: 20px;
}

#responds {
    word-wrap: break-word;
}

.ictool.inner .iccam img {
    padding-left: 0px;
}

.ictool.inner .iccam .tooltip {
    margin-left: -30px;
}

.ncpluxdv {
    padding: 0px;
    margin: 0px;
}

.ncplus {
    width: 80px;
    padding: 5px;
    height: 80px;
    line-height: 60px;
    border: 1px dashed #ccc;
    font-size: 40px;
    text-align: center;
    color: #787B8A;
    margin: 5px 0px;
    float: left;
    transition: 0.5s;
}

.ncplus:hover {
    background: white;
    transition: 0.5s;
}

.ncimg {
    background: white;
    line-height: normal;
}

.ncplus.plus {
    cursor: pointer;
}

.urldv {
    position: absolute;
    z-index: 9999;
}

.urladdtxt {
    box-shadow: #ccc 0px 0px 1px !important;
}

p {
    font-size: 14px;
    color: #000;
    text-align: left;
}

ul.weblinks li {
    width: 253px;
    height: 252px;
    cursor: pointer;
    margin-top: -2px;
    padding: 0;
    list-style: none;
}

li.show-image {
    position: relative;
    float: left;
    margin: 5px;
}

li.show-image:hover input {
    display: block;
}

li.show-image input {
    position: absolute;
    display: none;
}

li.show-image input#delete {
    top: 0;
    left: 88%;
    border: none;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: url(../img/delete.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.styled-select {
    width: 95%;
    height: 34px;
    overflow: hidden;
    background: url(../img/arrow.jpg) no-repeat right #ffffff;
    border: 1px solid #dfdbdc;
    font-weight: bold;
    color: black;
    border-radius: 5px;
    line-height: normal;
}

.styled-select select {
    background: transparent;
    width: 100%;
    border: 0;
    border-radius: 0;
    line-height: 1;
    height: 34px;
    color: black;
    font-weight: bold;
    margin-top: 0px;
    -webkit-appearance: none;
    line-height: normal;
    padding: 0 35px 0 5px;
}

.form_field .chosen-container-multi .chosen-choices {
    padding-left: 10px;
}

.styled-select select:focus {
    outline: none;
    font-weight: bold;
}

.dropfields {
    padding-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
}

.booktitle:hover {
    cursor: default;
    text-decoration: none;
    color: #333333 !important;
}

.bg {
    background-image: url(../img/background.jpg);
}

.main {
    width: 100%;
    margin: 0 auto;
}

.main_inner {
    width: 45%;
    margin: 0 auto;
}

.logo_home {
    width: 100%;
    margin: auto;
    margin-top: 3%;
}

.logo_inner {
    width: 30%;
    margin: auto;
    text-align: center;
    font-size: 40px;
    color: #8891b0;
}

.main_data {
    width: 100%;
    margin: auto;
}

.main_data_inner {
    width: 44%;
    margin: auto;
    font-size: 13px;
    font-weight: 500;
    margin-top: 1%;
    color: #717171;
    text-shadow: 1px 1px 0px #FCFCFC;
    text-align: center;
}

.free_publish_book_join {
    margin: 5% auto 0;
    width: 100%;
    padding: 18px 6% 0px 3%;
    float: left;
    background: #faf9f9;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0 1px 2px -1px black;
    -moz-box-shadow: 0 1px 2px -1px black;
    box-shadow: 0 1px 2px -1px black;
}

.add_book {
    margin: 0 auto;
    width: 52% !important;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    margin-top: 1%;
    background: #f8f8f8;
}

.addbook_title_main {
    height: 65px;
    border-bottom: 1px solid #dedbdb;
    width: 100% !important;
    background-color: #ffffff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.addbook_title_inner {
    padding-top: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #858585;
    padding-left: 3%;
    width: 85%;
    float: left;
}

#addbook #book-left .ictool {
    margin: 0 0 0 10px 0;
}

#addbook #book-left .iccam {
    border: none;
}

#addbook #book-left .ncplus {
    width: 74%;
    margin-left: 10%;
    height: auto;
    line-height: normal;
}

.add_button {
    width: auto;
    position: relative;
    float: right;
    margin: 2% 5% 0px 0px;
    padding: 1% 3% 1% 3%;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border: none;
    background: #a7acc1;
    border-radius: 2px;
    outline: none;
    clear: both;
    cursor: pointer;
    -moz-box-shadow: 0 2px 4px -1px #000;
    -webkit-box-shadow: 0 2px 4px -1px #000;
    box-shadow: 0 2px 4px -1px #000;
}

.form_label {
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    padding: 0;
    margin: 10px 0 0 0;
    float: left;
}

.horizontal-swiper{
  backgroung:#000000;  
}
.form_field {
    width: 100%;
    padding: 0;
    margin: 5px 0 0 0;
    float: left;
}

.form_buttons {
    width: 100%;
    float: left;
    border-top: 1px solid #bfbfbf;
    margin-top: 10px;
    padding-top: 10px;
}

.select-wrapper {
    -webkit-appearance: none;
    /*Removes default chrome and safari style*/
    -moz-appearance: none;
    /* Removes Default Firefox style*/
    background: #FFF url(../img/arrow.jpg) no-repeat 100% center;
    width: 92%;
    /*Width of select dropdown to give space for arrow image*/
    text-indent: 0.01px;
    /* Removes default arrow from firefox*/
    text-overflow: "";
    /*Removes default arrow from firefox*/
    /*My custom style for fonts*/
    color: #858585;
    border-radius: 3px;
    padding: 1px;
    margin-top: 3%;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    height: 33px;
}

.form_field input[type="text"] {
    width: 95%;
    padding: 9px 14px 11px 12px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    transition: all 0.2s linear;
    font-weight: 500;
    font-size: 13px;
    outline: none;
    background: #ffffff;
    color: #000;
}

.form_field textarea {
    width: 95%;
    padding: 9px 14px 11px 12px;
    height: auto;
    min-height: 100px;
    position: relative;
    padding: 3%;
    font-family: 'Minerva', sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-align: left;
    color: #000;
    outline: #333;
    border-radius: 5px;
    border: 1px solid #dfdbdc;
    resize: none;
}

.form_field textarea.entry, textarea.entry {
    border: none;
    background: transparent;
}

#addchapter #book_content .form_field, #book_content #addchapter .form_field, #addbook #book_content .form_field {
    border: 1px solid #eee;
    box-shadow: 0 1px 0 #cfcfcf;
    border-radius: 5px;
    margin: 10px 0;
}

#addchapter #book_content .form_buttons, #book_content #addchapter .form_buttons, #addbook #book_content .form_buttons {
    border: none;
}

#addbook .edit-book-right #book_content .form_field {
    border: none;
    box-shadow: 0 0 0;
    border-radius: 0;
}

.add_book_type {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 0;
    color: #797979;
    font-size: 12px;
    font-weight: 500;
    height: 34px;
    line-height: 1;
    padding: 35px;
    text-align: center;
    width: 100%;
}

.join_title {
    font-size: 18px;
    font-weight: 900;
    width: 100%;
    color: #000;
    padding: 0 0 10px;
}

.login-logo {
    height: 228px;
    float: left;
    margin: 22% 0 0 0;
    padding-left: 8%;
}

.textbox_join {
    width: 100%;
    padding: 9px 14px 11px 12px;
    border: 1px solid #010101;
    border-radius: 3px;
    transition: all 0.2s linear;
    font-weight: bold;
    font-size: 12px;
    outline: none;
    background: #f7f7f7;
    color: #9e9e9e;
}

.form {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}

.user_email {
    background: #f7f7f7 url(../img/usericon_login.png) no-repeat 96% 8px;
}

.user_password {
    background: #f7f7f7 url(../img/passicon_login.png) no-repeat 96% 8px;
}

.submitbut {
    font-weight: bold;
    font-size: 14px;
    color: #FFF;
    background: #340899;
    border: none;
    min-width: 100px;
    height: 34px;
    float: right;
    margin-right: 5%;
}

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

.login-page .submitbut {
    float: left;
}

.submitbut:hover {
    color: #FFF;
    background: #9e9e9e;
}

.free_publish_book_login, .white-box {
    margin: 5% auto 0;
    float: left;
    width: 100%;
    padding: 18px 6% 0px 3%;
    background: #faf9f9;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0 1px 2px -1px black;
    -moz-box-shadow: 0 1px 2px -1px black;
    box-shadow: 0 1px 2px -1px black;
}

.reset-page .free_publish_book_login {
    margin-top: 25%;
}

.modal-dialog {
    margin: 10% auto 0;
}

.book_form {
    border-top: 1px solid #dedbdb;
    background: #f9f9f9 !important;
    border-bottom: 1px solid #dedbdb;
    width: 100%;
}

.error {
    color: #FF0000;
    margin-top: 10px;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
}

.success {
    color: #000;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
}

.form #status {
    display: inline-block;
}

.modal-title {
    font-size: 20px;
    color: #000;
}

.red {
    color: red;
}

.chosen-rtl .chosen-drop {
    left: -9000px;
}


/*.chngt{color: black;border: 1px solid rgb(169, 169, 169);height: 32px; width:91.5%; line-height:33px; text-align:left; text-indent:5px;z-index:1; position:relative;}*/


/*.chgtsel{color:black; margin:0px;margin-top: -34px;height: 33px; z-index:1; position:absolute;width: 574px; opacity:0;}*/

.dselc {
    width: 95% !important;
}

.chosen-container .chosen-drop, .chosen-container-multi .chosen-choices {
    width: 100%;
}


/*.chosen-drop li:first-child{ display:none !important;}*/

img.img_remove {
    height: 12px;
    width: 12px;
    float: right;
    top: 100px;
    margin-right: -10px;
    margin-top: -14px;
    cursor: pointer;
}

img.weblink_img {
    float: left;
    margin: 0 5px 0 0;
    max-width: 200px;
}


/* anchor js css */

.anchorjs-icon {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    /* Better Icon Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/**
 * Link placement and hover behavior.
 */

.anchorjs-link {
    opacity: 1;
    text-decoration: none;
}


@media (min-width: 768px) {
    .anchorjs-link {
        opacity: 0;
        text-decoration: none;
    }
}

*:hover>.anchorjs-link, .anchorjs-link:focus {
    /* To fade links as they appear, change transition-property from 'color' to 'all' */
    opacity: 1;
    text-decoration: none;
    -webkit-transition: color .16s linear;
    -moz-transition: color .16s linear;
    -o-transition: color .16s linear;
    transition: color .16s linear;
}

/* To make delete links appear in windows env */
.ncplus:hover .anchorjs-link {
    opacity: 1; 
}

/* default my books alignment till horizon styles load */
.horizon-inner {
    text-align: center;
}
.horizon-swiper .horizon-item {
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

/**
 * Make screen-reader friendly description text visually hidden.
 */

.anchorjs-description {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/**
 * Reasonable default styles.
 * Feel free to override or replace these with your own.
 */

.anchorjs-link:link {
    color: #c6ccd5;
}

.anchorjs-link:visited {
    color: #c6ccd5;
}

.anchorjs-link:hover {
    color: #7b7b7b;
}

.anchorjs-link:active {
    color: #c6ccd5;
}

.anchorjs-icon {
    font-size: 90%;
    padding-left: 6px;
}

.anchorjs-icon:before {
    content: "\270f";
}

.input-append {
    display: inline-block;
    font-size: 0;
    margin-bottom: 10px;
    vertical-align: middle;
    white-space: nowrap;
    padding: 0;
    margin-top: 6px;
}

.input-append input, .input-append button {
    border: 0 none !important;
    outline: medium none !important;
}

.urladdtxt {
    font-size: 14px;
}

#footer {
    margin: 10px 0;
    width: 100%;
    float: left;
    font-size: 10px;
}

.join_title .del-pen-name {
    float: right;
}


/* Follower box */

#followers_container {
    width: 100%;
    float: left;
}

#followers_container .item {
    width: 23%;
    float: left;
    margin: 10px 1%;
    background: #fff;
    border-radius: 5px;
}

#followers_container .item .follower {
    margin: 2%;
}

#followers_container .item h3 {
    font-size: 20px;
}

#followers_container .item .user-books-list {
    padding: 0;
}

#followers_container .user-profile-img {
    width: 20%;
    border-radius: 100%;
    margin-right: 1%;
}

#followers_container .user-name {
    width: 75%;
    float: right;
}


/* Small Books */

#books_container, #drafts_container, #emptyb_container {
    width: 100%;
    float: left;
}

#books_container .item, #settings_container .item, .drafts-container .item {
    width: 28%;
    float: left;
    margin: 10px 1%;
}

@media (max-width: 991px) {
    #books_container .item, #settings_container .item, .drafts-container .item {
        width: 47.9%;
    }
    #followers_container .item {
        width: 31%;
    }
}

@media (max-width: 767px) {
    #books_container .item, #settings_container .item, .drafts-container .item {
        width: 98%;
    }
    #followers_container .item {
        width: 47.9%;
    }
}

#books_container .item .book_img, .drafts-container.item .book_img {
    width: 200px;
    height: 200px;
}

#books_container .small-book, .drafts-container .small-book {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    padding: 5px 7%;
}

#books_container .small-book:before, .drafts-container .small-book:before {
    background: url(img/small-book-top.jpg) center top no-repeat, url(img/small-book-bottom.jpg) center bottom no-repeat, url(img/small-book-center.jpg) center center repeat-y;
    background-size: contain;
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: -1;
    left: 0;
    width: 100%;
    height: 100%;
}

#drafts_container {
    border-bottom: 2px solid #9b9a9a;
}

#emptyb_container {
    border-bottom: 2px solid #9b9a9a;
}

.small-book .book-top-title {
    margin: 5px 0 10px 0;
    font-size: 15px;
    padding: 5px 0;
    font-weight: normal;
    color: #000;
    line-height: 16px;
    float: left;
    width: 100%;
}

.small-book .book-top-title .chapter-date {
    float: right;
    font-weight: normal;
    font-size: 12px;
    color: #7f7f7f;
}

.small-book .icdv {
    float: left;
}

.small-book .text {
    margin: 0 0 10px 0;
    color: #000;
    font-size: 13px;
    word-wrap: break-word;
    float: left;
    width: 100%;
}

.small-book .text .more {
    color: #3d1100;
}

.small-book .text .more:hover {
    color: #7f7f7f;
}

.small-book .text img {
    margin: 0 auto 8px;
    display: block;
}

#books_container .new-content {
    z-index: 2;
}

.small-book .counters {
    text-align: right;
    border-bottom: 1px solid #cbcbc9;
    color: #cbcbc9;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.small-book .counters .counter {
    padding-left: 5px;
    font-size: 20px;
    line-height: 20px;
}

.small-book .counters .counter .count, .entry-icons .count {
    padding-left: 5px;
    font-size: 16px;
    line-height: 20px;
    vertical-align: top;
}

.small-book .book-top-title {
    font-weight: bold;
}

.small-book .book-title {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.small-book .book-title span {
    color: #646464;
}

.small-book .book-authors {
    margin-top: 5px;
}

.small-book .ictool {
    margin-left: 0;
    font-size: 11px;
}

.small-book .icdv img.div_camera {
    padding: 0;
    width: 16px;
    margin-top: -3px;
}

.small-book .icdv span.tigimg {
    padding-left: 5px;
    font-weight: bold;
}

.small-book .icdv .tigimg:hover {
    cursor: pointer;
}

.small-book .form_buttons {
    margin: 0 0 10px 0;
    border: none;
}

.small-book .form_buttons .btn {
    float: right;
    margin-right: 5%;
}

#book_content .ictool {
    border-bottom: 1px solid #efefef;
    font-size: 12px;
    margin: 10px 3% 0;
    padding-bottom: 10px;
}

#book_content .icdv img.div_camera {
    padding: 0;
    width: 18px;
    margin-top: -3px;
}

#book_content .icdv span.tigimg {
    padding-left: 5px;
    font-weight: bold;
}

#book_content .icdv .tigimg:hover {
    cursor: pointer;
}

#book_content .form_field {
    width: 95%;
}

#book_content .form_field textarea {
    width: 100%;
}

#editbook #book_content .form_field textarea {
    width: 95%;
}

#book-left .edit-book-image img {
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}

.small-book #addchapter .form_field textarea {
    min-height: 100px;
}


/* book view */

#book-wrap {
    position: relative;
    padding: 0;
    float: left;
}

#book-left, #book-right {
    position: static;
    padding: 0;
}

#book-right {
    padding: 0 2% 0 0;
}

#book-left:before {
    background: url(img/book-left-top.jpg) center top no-repeat, url(img/book-left-bottom.jpg) center bottom no-repeat, url(img/book-left-center.jpg) center center repeat-y;
    background-size: contain;
    border-radius: 5px 10px 10px 5px;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 0;
    width: 33.33333333%;
    /*
	-webkit-box-shadow: 1px 7px 4px -1px rgba(150, 150, 150, 0.75);
	-moz-box-shadow:    1px 7px 4px -1px rgba(150, 150, 150, 0.75);
	box-shadow:         1px 7px 4px -1px rgba(150, 150, 150, 0.75);
	*/
}

#book-right:before {
    background: url(img/book-right-top.jpg) center top no-repeat, url(img/book-right-bottom.jpg) center bottom no-repeat, url(img/book-right-center.jpg) center center repeat-y;
    background-size: contain;
    content: '';
    /* border-radius: 10px 15px 15px 10px; */
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: -1;
    left: 33.33333333%;
    width: 66.66666667%;
    /*
	-webkit-box-shadow: 1px 7px 4px -1px rgba(150, 150, 150, 0.75);
	-moz-box-shadow:    1px 7px 4px -1px rgba(150, 150, 150, 0.75);
	box-shadow:         1px 7px 4px -1px rgba(150, 150, 150, 0.75); */
}

#book {
    padding: 15px 2% 10px 5px;
    background: url(img/book-flag.png) 2.5% 1px no-repeat;
    background-size: 2.5%;
    float: left;
    width: 100%;
}

#book .book-top-title {
    float: left;
    width: 100%;
    margin: 10px 0 15px 0;
    border-bottom: 1px solid #bfbfbf;
    padding: 0px 5px 5px 6%;
    font-weight: bold;
    color: #000;
}

#book .book-top-title .chapter-title {
    float: right;
    color: #434343;
}

#book .book-top-title .chapter-title .glyphicon {
    font-size: 20px;
    width: 20px;
    float: right;
}

#book_content {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 5px 10px 6%;
}

#book-left .book-info {
    padding: 15px 8% 5px 7%
}

#book-left .book-info h2 {
    color: #010101;
    font-size: 14px;
    font-weight: bold;
}

#book-left .form-label, #book-left .form-field, #book-left .form_buttons {
    width: 95%;
}

#addchapter .form_field textarea, #new_entry {
    min-height: 300px;
}

a.edit-book {
    float: right;
    color: #c6ccd5;
    font-size: 20px;
    margin-top: -10px;
}

#book-left .book-chapters {
    padding: 0px;
    border-top: 1px solid rgba(133, 133, 133, 0.1);
    float: left;
    width: 100%;
}

#book-left .book-chapters ul {
    padding: 0;
}

#book-left .book-chapters ul li {
    padding: 5px 8% 5px 7%;
}

#book-left .book-chapters ul li p {
    color: #8b8b8b;
    font-size: 12px;
    padding-left: 0;
}

#book-left .book-chapters ul li.active {
    background: rgba(133, 133, 133, 0.1);
}

#book-left .book-chapters .chapter-title {
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

#book-left .book-chapters .chapter-title:hover {
    color: #3d1100;
}

#book-left .left-form {
    float: left;
    width: 100%;
    padding: 15px 3% 15px 7%;
}

#book-left .left-form label {
    margin-top: 10px;
}

#book-left .left-form .styled-select {
    margin-bottom: 10px;
}

#new_pen_name {
    display: block;
}

.book-top-title .form_field {
    width: 95%;
}

.book-top-title .form_field input[type="text"] {
    width: 100%;
}

.prev-chapter, .next-chapter {
    position: fixed;
    top: 45%;
    color: #858585;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    text-align: center;
    max-width: 120px;
    z-index: 1000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.prev-chapter {
    left: 0;
    text-align: left;
    border-radius: 0 5px 5px 0;
}

.next-chapter {
    right: 0;
    text-align: right;
    border-radius: 5px 0 0 5px;
}

.prev-chapter span, .next-chapter span {
    font-size: 40px;
    padding-bottom: 10px;
}

.book-authors img, .entry-authors img {
    height: auto;
    width: 20px;
    border-radius: 100%;
}

.book-authors ul {
    padding: 0;
}

.book-authors ul li {
    padding: 3px 0;
}

.book-authors img {
    margin-right: 6px;
}

.book-authors ul a {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: bold;
}

.book-authors ul a:hover {
    color: #3d1100;
}

.entry-container {
    position: relative;
    float: left;
    width: 100%;
}

.entry-authors {
    width: 20px;
    position: absolute;
    top: 5px;
    left: -25px;
}

.entry-authors ul {
    width: 20px;
    padding: 0;
}

.entry-authors ul>li {
    float: left;
    margin-bottom: 10px;
}

.entry_separator {
    width: 95%;
    margin: 15px 5px;
    float: left;
    height: 1px;
    border-top: 1px solid #ccc;
    display: none;
}

.entry-top {
    float: left;
    width: 100%;
    padding-right: 30px;
    margin: 0 0 5px 0;
}

.entry-top .entry-date {
    float: left;
    font-size: 10px;
    color: #7f7f7f;
    padding: 10px 0 0 5px;
    line-height: 12px;
}

.entry-top .entry-icons {
    float: right;
    font-size: 20px;
    color: #cbcbc9;
    line-height: 22px;
}

.entry-icons .anchorjs-icon {
    padding: 0 5px;
}

.entry-icons .glyphicon-share:before {
    content: "\e066";
}

.entry-icons .glyphicon-duplicate:before {
    content: "\e224";
}


/** header **/

.navbar-brand {
    height: 50px;
    line-height: 50px;
    padding: 10px 15px;
}

.navbar-red {
    background-color: #3d1100;
    border: none;
    border-radius: 0;
    margin-bottom: 35px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(150, 150, 150, 1);
    -moz-box-shadow: 0px 4px 4px 0px rgba(150, 150, 150, 1);
    box-shadow: 0px 4px 4px 0px rgba(150, 150, 150, 1);
}

.navbar-orange {
    background-color: #340899;
    border: none;
    border-radius: 0;
    margin-bottom: 35px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(150, 150, 150, 1);
    -moz-box-shadow: 0px 4px 4px 0px rgba(150, 150, 150, 1);
    box-shadow: 0px 4px 4px 0px rgba(150, 150, 150, 1);
}

.navbar-orange .navbar-nav>li>a {
    color: #fff;
    font-weight: bold;
}

.navbar-orange .navbar-nav>li>a:focus, .navbar-orange .navbar-nav>li>a:hover {
    background-color: #3d006a;
    color: #fff;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #aa3939;
    color: #fff;
}

.navbar-orange .navbar-nav>li>a.image-inside {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-orange .navbar-nav>li>a.image-inside img {
    max-height: 30px;
}

.navbar-form {
    padding: 10px 15px;
}

.navbar-form .btn {
    padding: 3px 10px;
    height: 30px
}

.navbar-form .form-control {
    padding: 3px 10px;
    height: 30px;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-orange .navbar-form {
    width: 30%;
    max-width: 310px;
    margin: 0;
}

.navbar-orange .navbar-form .form-group {
    position: relative;
    width: 100%;
}

.navbar-orange .navbar-form .form-control {
    border: none;
    border-radius: 5px;
    width: 100%;
    margin: 0;
    padding-right: 35px;
}

.navbar-orange .navbar-form .button-search-top {
    border: none;
    border-radius: 0 5px 5px 0;
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    padding: 0;
    background: #e9e9e9;
    position: absolute;
    top: 0;
    right: 0;
}

.navbar-orange .top-invite li {
    padding: 5px 10px;
    font-weight: bold;
}

.navbar-orange .top-invite li span {
    padding-left: 1px;
}

.navbar-orange .top-invite .form-group {
    position: relative;
    width: 260px;
}

.navbar-orange .top-invite .form-control {
    border: 1px solid #a6a6a6;
    border-radius: 5px;
    width: 100%;
    margin: 0;
    padding-right: 20%;
    height: 30px;
}

.navbar-orange .top-invite .button-search-top {
    border: none;
    border-radius: 0 5px 5px 0;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    width: 20%;
    height: 30px;
    padding: 0 5px;
    background: #a6a6a6;
    position: absolute;
    top: 0;
    right: 0;
}

.navbar-orange .dropdown-menu {
    border-radius: 0;
    border: none;
}

.navbar-orange .dropdown-menu>li>a {
    font-weight: bold;
}


/* notification menu*/

.navbar-orange .noti-menu a {
    position: relative;
}

.navbar-orange .noti-menu .noti-count {
    position: absolute;
    top: 10%;
    right: 10%;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #000;
    text-align: center;
}

.navbar-orange .noti-menu .dropdown-menu {
    min-width: 290px;
    padding-right: 0 !important;
}

.navbar-orange .noti-menu .dropdown-menu>li {
    border-bottom: 1px solid #b2b2b2;
    float: left;
    width: 100%;
    display: inline-block;
    padding: 8px 8px 8px 0;
}

.navbar-orange .noti-menu .dropdown-menu>li.notification>a {
    display: inline;
}

.navbar-orange .noti-menu .dropdown-menu>li>.icon {
    float: left;
    display: inline-block;
    padding: 10px 0;
    font-size: 18px;
    width: 14%;
    text-align: center;
    color: #cbcbc9;
}

.navbar-orange .noti-menu .dropdown-menu>li>.icon:hover {
    color: #f5f5dc;
    background: transparent;
}

.navbar-orange .noti-menu .notification {
    position: relative;
}

.navbar-orange .noti-menu .notification .anchorjs-icon:before {
    content: "\e014";
}

.navbar-orange .noti-menu .notification .anchorjs-link {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px;
}

.navbar-orange .noti-menu .dropdown-menu>li>.date {
    width: 85%;
    float: left;
    display: inline-block;
    color: #cbcbc9;
    font-size: 12px;
}

.navbar-orange .noti-menu .dropdown-menu>li>.title {
    width: 85%;
    float: left;
    display: inline-block;
    color: #333;
}

.navbar-orange .noti-menu .dropdown-menu>li>.title a {
    text-decoration: none;
    font-weight: bold;
}

.navbar-orange .noti-menu .dropdown-menu {
    margin-right: -115px;
    overflow-y: auto;
    max-height: 410px;
    padding: 0;
}

.navbar-orange .noti-menu .dropdown-menu>li.more {
    padding: 5px 0;
    border: none;
}

.navbar-orange .noti-menu .dropdown-menu>li.empty {
    padding: 10px 10px;
    border: none;
}

.navbar-orange .noti-menu .dropdown-menu>li.more>a {
    text-align: center;
    font-weight: normal;
    color: #60250E;
}

.navbar-orange .noti-menu .accept-follower, .navbar-orange .noti-menu .ignore-follower, .navbar-orange .noti-menu .accept-invite, .navbar-orange .noti-menu .ignore-invite {
    text-decoration: none !important;
    font-weight: bold;
}


/*************** user profile ****************/

.user-profile-top {
    float: left;
    width: 98%;
    margin: 0 1% 20px;
    padding: 0 0 10px 0;
    text-align: center;
    border-bottom: 2px solid #9b9a9a;
}

.user-profile-top .user-profile-img {
    width: 120px;
    border-radius: 100%;
}

.user-profile-top .user-name {
    color: #010101;
    font-size: 24px;
    margin: 10px 0;
}

.user-profile-top a.follow-author, .user-profile-top a.network-author, .user-profile-top .invite-author, .user-profile-top a.accept-invite {
    vertical-align: middle;
    border-radius: 5px;
    font-weight: bold;
    line-height: 22px;
    display: inline-block;
    margin: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background: #3d1100;
    padding: 5px 5px 5px 10px;
}

.user-profile-top a.follow-author .glyphicon, .user-profile-top a.network-author .glyphicon, .user-profile-top a.invite-author .glyphicon, .user-profile-top a.accept-invite .glyphicon {
    vertical-align: middle;
    margin-left: 10px;
    font-size: 22px;
    top: -1px;
}

.user-profile-top a.follow-author:hover, .user-profile-top a.network-author:hover, .user-profile-top a.invite-author:hover, .user-profile-top a.accept-invite:hover {
    color: #3d1100;
    background-color: #fff;
}

.user_stats {
    text-align: center;
    float: left;
    width: 100%;
}

.user_stats .stat {
    font-size: 16px;
    color: #010101;
    line-height: 20px;
    padding: 0 20px;
    display: inline-block;
    text-transform: uppercase;
}

.user_stats .stat:hover, .user_stats .current {
    color: #010101;
    font-weight: bold;
}

.user_stats .stat .count {
    display: block;
}

#settings_container .user_stats .stat {
    font-size: 14px;
    line-height: 18px;
}

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

.profile-image .user-profile-img {
    width: 120px;
    border-radius: 100%;
    cursor: pointer;
}

.profile-image .user-add-image {
    border: 1px solid #dcdcdc;
}

.btn-zoom-out .glyphicon-resize-small:before {
    content: "\e016"
}

.btn-zoom-in .glyphicon-resize-full:before {
    content: "\e015"
}

.modal-sm .html5imageupload:after {
    font-size: 24px;
    bottom: 40%;
}

.networker {
    vertical-align: middle;
    cursor: pointer;
}

@media (min-width: 768px) {
    .navbar-orange .navbar-nav>li.menu-author, .navbar-orange .navbar-nav>li.menu-book {
        border-left: 1px solid #464646;
        border-right: 1px solid #464646;
    }
    .navbar-orange .navbar-nav>li.menu-author>a {
        min-width: 150px;
        text-align: center;
    }
    .navbar-orange .nav .open>a:after {
        content: '';
        position: absolute;
        bottom: -16px;
        border: 7px solid transparent;
        border-top: 9px solid #d72e0d;
        z-index: 1001;
        height: 0;
        right: 50%;
        margin-right: -7px;
    }
    .navbar-brand>img {
        width: 120px;
    }
}

.weblink {
    width: 95%;
    margin: 5px 0;
    float: left;
    padding: 5px;
    border: 1px dashed #ccc;
}

.weblink .close2, .weblink .closeut {
    height: 14px;
    width: 14px;
    float: right;
    margin-right: -10px;
    margin-top: -10px;
    cursor: pointer;
}

.weblink img {
    float: left;
    margin-right: 10px;
    max-width: 70px;
}

.video-container {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.video-container iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


/* checkboxes */


input[type="checkbox"] { 
 /*display: none;*/ 
}

input[type="checkbox"]+label {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 20px;
    position: relative;
    margin: 0 0 0 1px;
}

input[type="checkbox"]:checked+label::before {
    content: "\e067";
}

/*input[type="checkbox"]+label::before {
    bottom: 0px;
    content: "\e157";
    display: inline-block;
    left: 0;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    position: absolute;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    speak: none;
    text-transform: none;
    /* Better Icon Rendering */
    /*-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

#queue-modal #queue-text, #share-modal #share-text {
    float: left;
    width: 100%;
}

#queue-modal #queue-form, #share-modal #share-form {
    float: left;
    width: 100%;
}

#queue-modal .modal-content, #share-modal .modal-content {
    float: left;
    width: 100%;
}

#queue-modal .form_label, #share-modal .form_label {
    margin-top: 0;
}

#queue-modal .submitbut, #share-modal .submitbut, .remember .submitbut {
    float: right;
}

.modal-header button.close {
    font-size: 30px;
    color: #434343;
    opacity: 1;
    margin-top: -5px;
}

.modal-header button.close:hover {
    color: #3d1100;
}

.remember {
    margin: 5px 0 15px 0;
    line-height: 16px;
    font-weight: bold;
    font-size: 14px;
    color: #7b7b7b;
}

.remember label, .remember label::before, .remember a {
    font-size: 12px;
    color: #7b7b7b;
}

.remember .pull-right {
    padding-top: 10px;
}

/*.remember input[type="checkbox"]{
  display: none;
}*/

span.divider {
    background: #7b7b7b;
    display: inline-block;
    height: 12px;
    vertical-align: middle;
    width: 2px;
    margin: 0 5px;
    padding: 0;
}

input.login_name {
    position: absolute;
    top: -999px;
    left: -999px;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    border: none;
    padding: 0;
    margin: 0;
}

#invite-modal .modal-title {
    font-weight: bold;
    font-size: 22px;
    color: #2D2D2D;
}

#invite-text {
    font-weight: bold;
    color: #3d1100;
}

#invite-text.success {
    color: #000;
    font-size: 14px;
}

.entry-top .entry-icons .liked {
    /*color: #858585;*/
    color: #aa3939;
}

#book_upload img.div_camera {
    width: 75%;
    margin-left: 10%;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    padding: 10% 15%;
    background: #fff;
}

#book_content #book_upload img.div_camera {
    width: 65%;
    margin-left: 0/*15%*/
    ;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    padding: 10% 15%;
    background: #fff;
}

#book-left .ictool {
    margin: 10px 0;
}

#book_content .book_cover_images .ictool {
    margin: 10px 0;
    padding: 0;
    border: none;
}

#addbook #book_content .book_cover_images .ncplus {
    height: auto;
    line-height: normal;
    margin-left: 0/*15%*/
    ;
    width: 65%;
    padding: 0;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}

#addbook #book_content .book_cover_images .ncplus img {
    position: static;
    height: auto;
    padding: 0;
    border-radius: 5px;
}

#search-result {
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    width: 98%;
    margin: 1px 1%;
    z-index: 999;
}

#search-result a {
    display: block;
    border-bottom: 1px solid #b2b2b2;
    padding: 8px 2%;
    color: #333;
    font-size: 12px;
    line-height: 20px;
}

#search-result a span {
    padding-right: 10px;
    color: #cbcbc9;
    font-size: 20px;
}

#search-result .search-book {
    line-height: 12px;
}

#search-result .search-book span {
    line-height: 24px;
    float: left;
}

#search-result img {
    width: 20px;
    margin-right: 10px;
    border-radius: 100%;
}

#search-result a:hover, #search-result a:hover span {
    color: #3d1100;
}

.modal.gray {
    background: #cdcdcd;
}

.html5imageupload img {
    max-height: none;
    max-width: none;
}

.select2-results img {
    max-width: 20px;
    margin-right: 10px;
    border-radius: 100%;
}


/* better edit chapter page
#addchapter .ncplus { width:95%; }
#addchapter .ncimg { border: none; height: auto; }  */

#addbook #book_content .ncpluxdv, #addchapter .ncpluxdv {
    width: 95%;
}

#addbook #book_content .ncplus, #addchapter .ncplus {
    width: 30%;
    margin: 5px 1.5%;
    padding: 30% 0 0 0;
}

#addbook #book_content .ncplus img, #addchapter .ncplus img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 2%;
}

#addbook #book_content .ncplus.plus:after, #addchapter .ncplus.plus:after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    content: "+";
    line-height: 50px;
    margin-top: -25px;
    font-size: 50px;
    padding: 50% 0 0 0;
}

.ncplus .bkg-img {
    position: absolute;
    top: 0;
    width: 96%;
    left: 0;
    height: 96%;
    margin: 2%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

#addchapter .form_field textarea {
    border: none;
}


/* #addchapter .form_field #new_entry { border: 1px solid #dfdbdc;  } */

.ncplus {
    position: relative;
}

.ncplus .anchorjs-link {
    position: absolute;
    top: 10px;
    font-size: 16px;
    right: 10px;
    color: #fff;
    z-index: 100;
}

.prof-img-container {
    display: inline-block;
    position: relative;
}

.prof-img-container .delete-image {
    position: absolute;
    top: 0px;
    font-size: 16px;
    right: -10px;
    color: #fff;
    z-index: 100;
}

.prof-img-container .edit-image {
    position: absolute;
    top: 0px;
    font-size: 16px;
    left: -10px;
    color: #fff;
    z-index: 100;
}

.textarea-entry-container {
    float: left;
    width: 100%;
    position: relative;
}

.textarea-entry-container .anchorjs-link {
    position: absolute;
    top: 10px;
    font-size: 16px;
    right: 5%;
    color: #fff;
    z-index: 1;
}

h3 a.del-chapter {
    float: right;
    margin-right: 5%;
}

#infscr-loading {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
}


/* notification scrollbar */

.track3 {
    width: 10px;
    background: rgba(0, 0, 0, 0);
    margin-right: 1px;
    border-radius: 10px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
}

.track3:hover, .track3.dragging {
    background: #d9d9d9;
    /* Browsers without rgba support */
    background: rgba(0, 0, 0, 0.15);
}

.handle3 {
    width: 7px;
    right: 0;
    background: #999;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 7px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.track3:hover .handle3, .track3.dragging .handle3 {
    width: 10px;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #898989;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #898989;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #898989;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #898989;
}


/* loading Icon start */

#circularG {
    position: relative;
    width: 128px;
    height: 128px;
    margin: 0 auto;
}

.circularG {
    position: absolute;
    background-color: #E42002;
    width: 29px;
    height: 29px;
    -moz-border-radius: 19px;
    -moz-animation-name: bounce_circularG;
    -moz-animation-duration: 1.04s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -webkit-border-radius: 19px;
    -webkit-animation-name: bounce_circularG;
    -webkit-animation-duration: 1.04s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -o-border-radius: 19px;
    -o-animation-name: bounce_circularG;
    -o-animation-duration: 1.04s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: normal;
    -ms-border-radius: 19px;
    -ms-animation-name: bounce_circularG;
    -ms-animation-duration: 1.04s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: normal;
    border-radius: 19px;
    animation-name: bounce_circularG;
    animation-duration: 1.04s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

#circularG_1 {
    left: 0;
    top: 50px;
    -moz-animation-delay: 0.39s;
    -webkit-animation-delay: 0.39s;
    -o-animation-delay: 0.39s;
    -ms-animation-delay: 0.39s;
    animation-delay: 0.39s;
}

#circularG_2 {
    left: 14px;
    top: 14px;
    -moz-animation-delay: 0.52s;
    -webkit-animation-delay: 0.52s;
    -o-animation-delay: 0.52s;
    -ms-animation-delay: 0.52s;
    animation-delay: 0.52s;
}

#circularG_3 {
    top: 0;
    left: 50px;
    -moz-animation-delay: 0.65s;
    -webkit-animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
    -ms-animation-delay: 0.65s;
    animation-delay: 0.65s;
}

#circularG_4 {
    right: 14px;
    top: 14px;
    -moz-animation-delay: 0.78s;
    -webkit-animation-delay: 0.78s;
    -o-animation-delay: 0.78s;
    -ms-animation-delay: 0.78s;
    animation-delay: 0.78s;
}

#circularG_5 {
    right: 0;
    top: 50px;
    -moz-animation-delay: 0.91s;
    -webkit-animation-delay: 0.91s;
    -o-animation-delay: 0.91s;
    -ms-animation-delay: 0.91s;
    animation-delay: 0.91s;
}

#circularG_6 {
    right: 14px;
    bottom: 14px;
    -moz-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    animation-delay: 1.04s;
}

#circularG_7 {
    left: 50px;
    bottom: 0;
    -moz-animation-delay: 1.17s;
    -webkit-animation-delay: 1.17s;
    -o-animation-delay: 1.17s;
    -ms-animation-delay: 1.17s;
    animation-delay: 1.17s;
}

#circularG_8 {
    left: 14px;
    bottom: 14px;
    -moz-animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

@-moz-keyframes bounce_circularG {
    0% {
        -moz-transform: scale(1)
    }
    100% {
        -moz-transform: scale(.3)
    }
}

@-webkit-keyframes bounce_circularG {
    0% {
        -webkit-transform: scale(1)
    }
    100% {
        -webkit-transform: scale(.3)
    }
}

@-o-keyframes bounce_circularG {
    0% {
        -o-transform: scale(1)
    }
    100% {
        -o-transform: scale(.3)
    }
}

@-ms-keyframes bounce_circularG {
    0% {
        -ms-transform: scale(1)
    }
    100% {
        -ms-transform: scale(.3)
    }
}

@keyframes bounce_circularG {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(.3)
    }
}


/* loading Icon end */


/* gallery CSS */

.gallery-section {
    float: left;
    width: 100%;
    padding-right: 30px;
}

.gallery-image {
    position: relative;
    float: left;
    width: 100%;
}

.gallery-section .col1 img {
    max-width: 75%;
}

.gallery-section .cols2 {
    width: 49.75%;
    margin: 0.25%;
}

.gallery-section .cols2:nth-child(2n-1) {
    margin-left: 0%;
}

.gallery-section .cols2:nth-child(2n+0) {
    margin-right: 0%;
}

.gallery-section .cols2p1 {
    width: 49.75%;
    margin: 0.25%;
}
.gallery-section .cols2p1:nth-child(2n-1) {
    margin-right: 0;
}

.gallery-section .cols2p1:nth-child(2n+0) {
    margin-left: 0;
}

.gallery-section .fullwidth {
    margin: 0.25% 0;
    width: 100%;
}

.gallery-section .cols3 {
    width: 33%;
    margin: 0.25%;
}

.gallery-section .cols3:nth-child(3n-2) {
    margin-left: 0%;
}

.gallery-section .cols3:nth-child(3n+0) {
    margin-right: 0%;
}

.gallery-image .commentable-section {
    padding: 0;
}

.gallery-image .entry-top {
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.gallery-image .entry_image_bkg {
    float: left;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 65%;
    height: 0;
}

.fullwidth .entry_image_bkg {
    padding-top: 50%;
}

.gallery-image .entry-top .entry-date {
    display: none;
}


/* gallery CSS */


/*.small-book .image_bkg { padding-top: 100%; display: inline-block; width:100%; float: left; background-position: center center; background-size: cover; background-repeat: no-repeat; height: 0; margin-bottom: 5px; } */

.small-book .image_bkg {
    padding-top: 100%;
    display: inline-block;
    float: left;
    width: 80%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.small-book .landscape {
    padding-top: 62.5%;
}

.small-book .portrait {
    padding-top: 130%;
}

/* Live URL */

.entry_liveurl {
    float: left;
    width: 100%;
}

.liveurl {
    width: 100%;
    overflow: hidden;
    background: #F3F3F3;
    border-top: 1px dashed #CCC;
    margin-top: 10px;
    display: none;
}

.liveurl .inner {
    margin: 15px;
    overflow: hidden;
}

.liveurl span.image {
    float: left;
    clear: none;
}

.liveurl .details {
    float: right;
    overflow: hidden;
    width: 74%;
}

.liveurl .details .info * {
    float: left;
    clear: both;
    line-height: 13px;
}

.liveurl .title {
    font-weight: bold;
}

.liveurl .url {
    font-size: 11px;
    font-weight: normal;
    color: #666;
}

.liveurl .image {
    width: 25%;
    margin: 0 1% 0 0;
    float: left;
    display: none;
}

.liveurl .video {
    clear: both;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    display: none;
}

.liveurl img {
    width: 100px;
    height: auto;
    display: none;
}

.liveurl img.active {
    display: block;
    width: 100%;
}

.liveurl .close {
    float: right;
    cursor: pointer;
    margin: 5px;
    text-indent: -999px;
    width: 16px;
    height: 16px;
    background: url(close.gif);
}

.liveurl .thumbnail {
    float: left;
    margin: 15px 0 0 0;
    clear: both;
    display: none;
}

.liveurl .thumbnail label {
    padding: 0 0 0 5px;
    vertical-align: text-top;
}

.liveurl .button {
    width: 23px;
    height: 20px;
    float: left;
    border: 1px solid #A8A8A8;
    text-align: center;
    line-height: 20px;
    background: #FFF;
    position: relative;
    cursor: pointer;
}

.liveurl .button:before {
    content: '';
    width: 0;
    position: absolute;
    left: 5px;
    top: 5px;
}

.liveurl .button:active {
    border-color: #3B5998;
}

.liveurl .button.prev:before {
    border-top: 6px solid transparent;
    border-right: 12px solid #828282;
    border-bottom: 6px solid transparent;
}

.liveurl .button.next:before {
    border-top: 6px solid transparent;
    border-left: 12px solid #828282;
    border-bottom: 6px solid transparent;
}

.liveurl .button:active.prev:before {
    border-right: 12px solid #3B5998;
}

.liveurl .button:active.next:before {
    border-left: 12px solid #3B5998;
}

.liveurl .button.inactive {
    opacity: 0.5;
    filter: alpha(opacity=50);
    pointer-events: none;
    cursor: default;
}

.liveurl .count {
    float: left;
    margin: 0 0 0 10px;
    line-height: 25px;
}

.liveurl .controls {
    margin: 10px 0 0 0;
}

.post textarea {
    width: 600px;
    height: 140px;
}

.liveurl-loader {
    display: none;
    width: 16px;
    height: 11px;
    margin: 10px 0;
    background: url(url-loader.gif);
}

.uploadModal .modal-header {
    padding: 10px 15px 5px;
}


/* for mobile */

@media (max-width: 767px) {
    #book-wrap {
        width: 100%;
    }
    #book-left:before, #book-right:before {
        display: none;
    }
    #book-left {
        border-radius: 10px 10px 0 0;
    }
    #book-right {
        border-radius: 0 0 10px 10px;
    }
    #book-left, #book-right {
        float: left;
        width: 100%;
        background: #fff;
    }
    .login-logo {
        width: 80%;
        padding: 0;
        margin: 10px 10%;
    }
    .navbar-orange .navbar-form {
        width: 100%;
        max-width: 100%;
    }
    .navbar-orange .navbar-form .button-search-top {
        width: 40px;
    }
    .navbar-orange .top-invite .form-group {
        width: 100%;
    }
    .navbar-nav .open .dropdown-menu {
        background: #fff;
    }
    .navbar-collapse.in {
        overflow-y: initial;
    }
    .navbar-orange .noti-menu .dropdown-menu {
        margin-right: 0;
    }
    .navbar-orange .noti-menu .dropdown-menu {
        width: 100% !important;
    }
}


/* JQuery UI CSS */

.ui-sortable {
    width: 350px;
    margin: 50px auto;
    background-color: #ccc;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .1);
    list-style-type: none;
    padding: 0;
}

.ui-sortable li.ui-state-default {
    margin: 0;
    height: 45px;
    line-height: 48px;
    font-size: 1.4em;
    color: #fff;
    outline: 0;
    padding: 0;
    margin: 0;
    text-indent: 15px;
    background: rgb(78, 82, 91);
    background: -moz-linear-gradient(top, rgb(78, 82, 91) 0%, rgb(57, 61, 68) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(78, 82, 91)), color-stop(100%, rgb(57, 61, 68)));
    background: -webkit-linear-gradient(top, rgb(78, 82, 91) 0%, rgb(57, 61, 68) 100%);
    background: -o-linear-gradient(top, rgb(78, 82, 91) 0%, rgb(57, 61, 68) 100%);
    background: -ms-linear-gradient(top, rgb(78, 82, 91) 0%, rgb(57, 61, 68) 100%);
    background: linear-gradient(to bottom, rgb(78, 82, 91) 0%, rgb(57, 61, 68) 100%);
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    text-shadow: -1px -1px 0px rgba(0, 0, 0, .5);
    font-size: 1.1em;
    position: relative;
    cursor: pointer;
}

.ui-sortable li.ui-state-default:first-child {
    border-top: 0;
}

.ui-sortable li.ui-state-default:last-child {
    border-bottom: 0;
}

.ui-sortable-placeholder {
    border: 3px dashed #aaa;
    height: 45px;
    width: 344px;
    background: #ccc;
}

.shelflabel {
    text-align: left;
    color: #070201;
    /*    background: #73AD21;  */
    padding: 20px;
    font: bold 28px/45px PT Serif, serif;
    width: 400px;
    height: 60px;
}

@media (max-width: 479px){
    .shelflabel {
        height: auto;
        width: 100%;
    }
}


/* Fallback styles */

.bookholder {
    max-width:25%;
    float: left;
}
.bookholder:nth-child(4n+1){
    clear: left;
}

@media (max-width: 479px) {
    .bookholder {
        max-width:50%;
    }
}

/* media */
/*@media (max-width: 479px) {
    .bookholder {
        width: 100%;
        float: none;
    }
}*/


.book {
    position: relative;
    display: inline-block;
    outline: 1px solid transparent;
    /* Helps smooth jagged edges in Firefox  */
    margin: 10%;
}

/* default book size issue  */
.horizon-item {
    width: 25%;
}

@media (min-width: 1200px){
    .book {
        -moz-perspective: 100px;
        -moz-transform: rotateY(-3deg);
        -webkit-transform: perspective(100) rotateY(-3deg);
        -webkit-box-shadow: 18px 18px 17px 0px rgba(0, 0, 0, 0.78);
        -moz-box-shadow: 18px 18px 17px 0px rgba(0, 0, 0, 0.78);
        box-shadow: 18px 18px 17px 0px rgba(0, 0, 0, 0.78);
    }

    .book:before {
        position: absolute;
        top: 2%;
        height: 96%;
        content: ' ';
        z-index: -1;
        width: 100%;
        left: 7.5%;
        background-color: #5a2d18;
        box-shadow: 5px 5px 20px #333;
    }

    .book:after {
        position: absolute;
        top: 2%;
        height: 96%;
        content: ' ';
        z-index: -1;
        width: 5%;
        left: 100%;
        background-color: #EFEFEF;
        box-shadow: inset 0px 0px 5px #aaa;
        -moz-transform: rotateY(20deg);
        -webkit-transform: perspective(100) rotateY(20deg);
    }
}

/*
@media (max-width: 479px){
    .book{
        /*margin: 10% 20% 10% 5%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@media (max-width: 479px) {
    .book:before,
    .booK:after{
        display: none;
    }
}

*/



.book h6.title {
    position: absolute;
    top: 5px;
    left: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.book h6.title span {
    color: white;
    font: bold 17px/45px Open Sans, sans-serif;
    line-height: 24px;
    background: rgb(0, 0, 0);
    /* fallback color */
    background: rgba(0, 0, 0, 0.7);
    padding: 1px;
}

.book h6.authors {
    position: absolute;
    top: 90%;
    left: 0;
    color: #fff;
    width: 100%;
    text-align: center;
}

.book h6.authors span {
    color: white;
    font: bold 14px Open Sans, sans-serif;
    line-height: 24px;
    background: rgb(0, 0, 0);
    /* fallback color*/
    background: rgba(0, 0, 0, 0.7);
    padding: 5px;
}

.book img ,
.book video {
    vertical-align: middle;
}


/*
 *  In order for this to work, you must use Modernizer
 *  to detect 3D transform browser support. This will add
 *  a "csstransforms3d" class to the HTML element.
 *
 *  Visit http://modernizr.com/ for installation instructions
 */

/*
.csstransforms3d .books {
    -moz-perspective: 100px;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.csstransforms3d .bookholder {
    width: 25%;
    float: left;
}

.csstransforms3d .book {
    position: relative;
    -moz-perspective: 100px;
    -moz-transform: rotateY(-3deg);
    -webkit-transform: perspective(100) rotateY(-3deg);
    outline: 1px solid transparent;

    box-shadow: none;
    margin: 10%;
}

.csstransforms3d .book h6.title {
    position: absolute;
    top: 5px;
    left: 0;
    color: #fff;
    width: 100%;
}

.csstransforms3d .book h6.title span {
    color: white;
    font: bold 17px/45px Open Sans, sans-serif;
    line-height: 24px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    padding: 1px;
}

.csstransforms3d .book h6.authors {
    position: absolute;
    top: 90%;
    left: 0;
    color: #fff;
    width: 100%;
}

.csstransforms3d .book h6.authors span {
    color: white;
    font: bold 14px Open Sans, sans-serif;
    line-height: 24px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    padding: 5px;
}

.csstransforms3d .book img {
    position: relative;
    max-width: 100%;
}

.csstransforms3d .book:before, .csstransforms3d .book:after {
    position: absolute;
    top: 2%;
    height: 96%;
    content: ' ';
    z-index: -1;
}

.csstransforms3d .book:before {
    width: 100%;
    left: 7.5%;
    background-color: #5a2d18;
    box-shadow: 5px 5px 20px #333;
}

.csstransforms3d .book:after {
    width: 5%;
    left: 100%;
    background-color: #EFEFEF;
    box-shadow: inset 0px 0px 5px #aaa;
    -moz-transform: rotateY(20deg);
    -webkit-transform: perspective(100) rotateY(20deg);
}
*/
.personal-message {
    margin-top: 12px;
    border-radius: 5px;
}
