.wrapper>.content{
    background: #ECEDE8;
}
h3{
    font-family: Lava, serif;
    letter-spacing: 0.06em;
    color: #313131;
}
h4{
    font-weight: 400;
    color: #313131;
}
p{
    font-size: 22px;
    letter-spacing: 0.06em;
    color: #1E434F;
    margin-bottom: 0;
}
.leftbar{
    justify-content: start;
}
.text-container:not(.strong-enabled) p s {
    display: none;
}
.text-container h5 {
    font-size: 18px;
    font-style: italic;
    line-height: 20px;
    letter-spacing: 0.06em;
    margin-bottom: 0;
    margin-top: 25px;
    color: #1E434F;
}
.text-container p s {
    font-size: 58%;
    margin: 0 8px 0 5px;
    font-style: normal;
    text-decoration: none;
    color: #b1833e;
    position: relative;
    top: -5px;
    cursor: pointer;
}
.text-container p s:not(.current):hover {
    text-decoration: underline;
}
.text-container p s.current {
    font-size: 54%;
    background: #5c5a57;
    color: white;
    padding: 2px 3px;
    border-radius: 4px;
}
small{
    font-size: 60%;
    color: #b1833e;
    margin-right: 8px;
}

/*Панель верхняя*/
.panel{
    z-index: 10;
    height: 40px;
    box-shadow: #616161 0 1px 3px;
}
.panel .btn, .panel .btn:focus, .panel input, .panel input:focus{
    outline: none !important;
    box-shadow: none !important;
}
.panel input:not([type=radio]){
    background: rgba(255, 255, 255, .7);
    height: 40px;
}
.dropdown-menu[aria-labelledby="translatesMenu"],.dropdown-menu[aria-labelledby="pTranslatesMenu"]{
    background: #42403e;
    min-width: 100%;
    border-radius: 0;
}
.dropdown-menu[aria-labelledby="translatesMenu"] a:not(:hover),.dropdown-menu[aria-labelledby="pTranslatesMenu"] a:not(:hover){
    color: #cfd0d0;
}
.dropdown-menu[aria-labelledby="translatesMenu"] a.active, .dropdown-menu[aria-labelledby="translatesMenu"] a:active,.dropdown-menu[aria-labelledby="pTranslatesMenu"] a.active, .dropdown-menu[aria-labelledby="pTranslatesMenu"] a:active{
    background: #eaa536;
    color: #ffffff;
}
.tooltip-inner {
    max-width: 500px;
}
.translate:hover>svg>path:not(:last-child), .translate:hover>svg>polygon {
    fill: #151515 !important;
}
#strong-text{
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background: #242424;
    color: #d5d5d5;
}
#strong-text .head{
    background: #303030;
}
#strong-text .head>.button{
    padding-bottom: 5px;
    padding-top: 5px;
}
#strong-text .head>.button:hover{
    background: #1f1f1f;
    cursor: pointer;
}
#strong-text .text{
    padding: 10px 20px;
    max-height: 30vh;
    overflow-y: auto;
}
#strong-text a:not(.dropdown-item){
    color: #F29766;
}
#strong-text .close{

}
#strong.enabled:not(.disabled) path, #parallel.enabled path{
    fill: #eaa536;
}
#strong-text #strong-num{
    margin: auto 0;
    font-weight: bold;
}
#strong-ml .dropdown-item.active{
    background-color: #a76c0c;
}
#strong-ml .dropdown-item:not(.active):hover{
    background-color: #eaa536;
}
/* Выбор глав/книг */
.wrapper {
    transition: all 300ms ease-in-out;
}
.menu--off {
    position: fixed;
    top: 112px;
    right: -100%;
    width: calc(100% - 92px);
    display: flex;
    flex-direction: column;
    background: #ECEDE8 url("../img/the-message-of-jesus.png") no-repeat bottom center;
    background-size: contain;
    height: calc(100% - 112px);
    transition: all 300ms;
    z-index: 99;
}

.menu--on {
    right: 0;
    box-shadow: 8px 8px 20px 0 rgba(0, 0, 0, 0.2);
    transition: all 300ms;
}
#books-list, #books-list:hover{
    font-weight: 500;
    color: #1E434F;
    text-decoration: none;
    display: flex;
    font-size: 20px;
}
.chapter-link, .chapter-link:hover, .book-link, .book-link:hover{
    text-decoration: none;
    margin: 8px;
}
.book-link, .book-link:hover{
    margin: 0;
    width: 100%;
}
.chapter-tile{
    /*position: relative;*/
    /*display: flex;*/
    /*justify-content: center;*/
    color: #1e434f;
    /*background: #F4F4F4;*/
    /*border: 1px solid #FFFFFF;*/
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 0 13px rgba(255, 255, 255, 0.25);*/
    /*border-radius: 8px;*/
    /*font-size: 18px;*/
    line-height: 18px;
    /*height: 60px;*/
    /*width: 60px;*/
    cursor: pointer;
    text-decoration: none;
}
.book-tile{
    /*position: relative;*/
    /*display: flex;*/
    /*justify-content: center;*/
    color: #1e434f;
    /*background: #F4F4F4;*/
    /*border: 1px solid #FFFFFF;*/
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 0 13px rgba(255, 255, 255, 0.25);*/
    border-radius: 1px;
    /*font-size: 18px;*/
    /*line-height: 18px;*/
    /*height: 60px;*/
    /*min-width: 200px;*/
    width: 100%;
    cursor: pointer;
    text-decoration: none;
}
.chapter-tile.current, .book-tile.current {
    border: 1px solid #e9a536;
    color: #e9a536;
    font-weight: bold;
    background: white;
}
a:hover>.chapter-tile:not(.current), a:hover>.book-tile:not(.current){
    border: 1px solid #e9a536;
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    margin: -1px -2px;
}
.chapter-tile:after, .book-tile:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.chapter-tile.current:after, .book-tile.current:after {
    -webkit-animation: sonarEffect 1s ease-out 75ms;
    -moz-animation: sonarEffect 1s ease-out 75ms;
    animation: sonarEffect 1s ease-out 75ms;
}
.chapter-tile>*, .book-tile>*{
    margin: auto;
    text-decoration: none;
    text-align: center;
}
@media (max-width: 576px){
    .menu--off, #strong-text {
        width: 100%;
    }
    #strong-text {
        left: 0;
    }
}
#books{
    padding-left: .7rem;
    padding-right: .7rem;
}
/*.menu--off #chapters, .menu--off #books{*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: calc(100% - 62px);*/
/*    top: 62px;*/
/*    transition: all 300ms;*/
/*    opacity: 0;*/
/*    z-index: -1;*/
/*    left: 0;*/
/*    right: 0;*/
/*}*/
/*.menu--on #books {*/
/*    left: calc(-100% - 92px);*/
/*}*/
/*.menu--on #chapters{*/
/*    right: -100%;*/
/*}*/
/*.menu--on #chapters.show{*/
/*    right: 0;*/
/*    opacity: 1;*/
/*}*/
/*.menu--on #books.show{*/
/*    left: 0;*/
/*    opacity: 1;*/
/*}*/

/*Поиск по номерам стронга*/

#strong-text .one-result {
    margin-top: 15px;
    margin-bottom: 25px;
}
#strong-text .one-result h6{
    color: #c1c1c1;
}
#strong-text .one-result h5{
    color: #b1833e;
    font-size: 1rem;
}
#strong-text .one-result p{
    color: #f3f3f3;
    font-size: 18px;
    font-weight: 100;
    line-height: 1;
}
#strong-text .one-result p s{
    color: #5db0d7;
    text-decoration: none;
    font-size: 80%;
    margin-left: 5px;
    margin-right: 5px;

}
#strong-text .one-result p span{
    color: #5db0d7;
    font-weight: bold;

}
#strong-text .one-result p s:not(.current){
    display: none;
}
#strong-text>.head>.current, #strong-text>.head>.disabled, .strong-toggle.disabled{
    pointer-events: none;
}
#strong-text>.head>.disabled, #strong-text>.head>.disabled path{
    color: #717171;
    fill: #717171;
}
.strong-toggle.disabled, .strong-toggle.disabled path{
    color: #222121;
    fill: #222121;
}
#strong-text>.head>#strong-copy.copied path{
    fill: #eaa536;
}
#strong-text>.head>.current:not(#strong-search){
    color: #eaa536;
}
#strong-text>.head .current path{
    fill: #eaa536;
}
#strong-num, #strong-num:focus{
    outline: none;
    border: none;
}
/*Поиск по номерам стронга*/
/*Анимации*/

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #e9a536, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #e9a536, 0 0 0 10px rgba(255,255,255,0.5);
        -webkit-transform: scale(1.2);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #e9a536, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #e9a536, 0 0 0 10px rgba(255,255,255,0.5);
        -moz-transform: scale(1.2);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #e9a536, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #e9a536, 0 0 0 10px rgba(255,255,255,0.5);
        transform: scale(1.2);
        opacity: 0;
    }
}
.text-wr{
    height: 100%;
}
table tr.verse td{
    padding-left: 10px;
    padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 898px){
    .panel a, .panel span, .panel button {
        padding-left: .25rem;
        padding-right: .25rem;
    }
    .dropdown-toggle::after{
        margin-left: -3px;
    }
}
@media (max-width: 767px){
    .menu-mob, .menu-mob-lc, .menu-mob-lc-ib{
        display: none;
    }
    .mobile-fixed-menu{
        position: absolute!important;
        height: calc(100vh - 94px);
        top: 94px;
        transition: all 300ms;
        opacity: 0;
        z-index: 99;
        left: -100%;
        box-shadow: none;
    }
    .mobile-fixed-menu.menu--on{
        left: 0;
        opacity: 1;
    }
    #close-mobile-menu{
        width: 100%;
        height: 100%;
    }
    #chapters.leftbar, #books.leftbar{
        height: calc(100vh - 112px);
    }
    .panel.mob-expand{
        height: 78px;
        margin-bottom: -38px;
    }
    .panel.mob-expand .menu-mob{
        display: flex;
    }
    .panel.mob-expand #menu-mob-more>svg path{
        fill: #eaa536;
    }
    .panel .mob-order-1{
        order: 1;
    }
    .panel .mob-order-2{
        order: 2;
    }
    .panel .mob-order-3{
        order: 3;
    }
    .panel .mob-order-4{
        order: 4;
    }
    .panel .mob-order-5{
        order: 5;
    }
    .panel .mob-order-6{
        order: 6;
    }
    .panel .mob-order-7{
        order: 7;
    }
    .panel .mob-order-8{
        order: 8;
    }
    p {
        font-size: 20px;
    }
}

@media (orientation: portrait) and (max-width: 767px) {
    #scroll-row.parallel{
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 7;
        margin: 0;
        overflow: hidden;
        padding-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
    }
    #textOne, #textTwo{
        overflow-y: auto;
        height: calc(50vh - 80px);
        margin-top: 10px;
    }
    #textOne{
        border-bottom: 1px solid;
    }
    .panel .btn {
        max-height: 40px;
    }
}
@media (max-width: 446px) {
    .panel a, .panel span, .panel button {
        font-size: 94%;
    }
    .dropdown-toggle::after{
        margin-left: -4px;
    }
    #fs-minus, #fs-plus, #fs-reset{
        padding-left: .25rem!important;
        padding-right: .25rem!important;
    }
}
@media (max-width: 518px){
    .panel a, .panel span, .panel button {
        padding-left: .25rem;
        padding-right: .25rem;
    }
}
@media (max-width: 396px){
    .panel a, .panel span, .panel button {
        padding-left: .25rem;
        padding-right: .25rem;
    }
    #trans-name-short, #p-trans-name-short, #changer{
        font-size: 75%;
        line-height: 26px;
    }
}
@media (min-width: 768px) {
    table tr.verse:hover {
        background: #e3dac9;
        cursor: pointer;
    }
}
tr.verse.current {
    background: #e3dac9;
    font-weight: 700;
    color: black;
}
#chapters-nav{

}
#copy-selected.disabled{
    pointer-events: none;
}
#button-options:after{
    margin-left: -1px;
}

@media (orientation: landscape) and (max-width: 767px){
    #translate-col>table tr>td.d-none{
        display: table-cell!important;
    }
    .menu-mob-lc {
        display: flex;
    }
    .menu-mob-lc-ib {
        display: inline-block;
    }
    .dropdown-menu{
        max-height: calc(100vh - 65px);
        overflow-y: auto;
    }
    #textOne, #textTwo{
        display: none;
    }
    #mainParallel{
        display: table!important;
    }
}