html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }

body {
    margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block; }

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline; }

audio:not([controls]) {
    display: none;
    height: 0; }

[hidden], template {
    display: none; }

a {
    background-color: transparent; }

a:active, a:hover {
    outline: 0; }

abbr[title] {
    border-bottom: 1px dotted; }

b, strong {
    font-weight: bold; }

dfn {
    font-style: italic; }

h1 {
    font-size: 2em;
    margin: 0.67em 0; }

mark {
    background: #ff0;
    color: #000; }

small {
    font-size: 80%; }

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sup {
    top: -0.5em; }

sub {
    bottom: -0.25em; }

img {
    border: 0; }

svg:not(:root) {
    overflow: hidden; }

figure {
    margin: 1em 40px; }

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }

pre {
    overflow: auto; }

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em; }

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0; }

button {
    overflow: visible; }

button, select {
    text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }

button[disabled], html input[disabled] {
    cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0; }

input {
    line-height: normal; }

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

legend {
    border: 0;
    padding: 0; }

textarea {
    overflow: auto; }

optgroup {
    font-weight: bold; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

td, th {
    padding: 0; }
/*
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
*/
*:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent; }

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff; }

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }

a {
    color: #337ab7;
    text-decoration: none; }

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
    margin: 0; }

img {
    vertical-align: middle; }

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

.img-rounded {
    border-radius: 6px; }

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto; }

.img-circle {
    border-radius: 50%; }

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }

[role="button"] {
    cursor: pointer; }

.container {
    margin-right: auto;
    margin-left: auto;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    width: 100%;
    height:100%}
/*
@media (min-width: 768px) {
    .container {
        width: 750px; } }

@media (min-width: 992px) {
    .container {
        width: 970px; } }

@media (min-width: 1200px) {
    .container {
        width: 100% } }
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }

.row {
    margin-left: -15px;
    margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left; }

.col-xs-12 {
    width: 100%; }

.col-xs-11 {
    width: 91.66666667%; }

.col-xs-10 {
    width: 83.33333333%; }

.col-xs-9 {
    width: 75%; }

.col-xs-8 {
    width: 66.66666667%; }

.col-xs-7 {
    width: 58.33333333%; }

.col-xs-6 {
    width: 50%; }

.col-xs-5 {
    width: 41.66666667%; }

.col-xs-4 {
    width: 33.33333333%; }

.col-xs-3 {
    width: 25%; }

.col-xs-2 {
    width: 16.66666667%; }

.col-xs-1 {
    width: 8.33333333%; }

.col-xs-pull-12 {
    right: 100%; }

.col-xs-pull-11 {
    right: 91.66666667%; }

.col-xs-pull-10 {
    right: 83.33333333%; }

.col-xs-pull-9 {
    right: 75%; }

.col-xs-pull-8 {
    right: 66.66666667%; }

.col-xs-pull-7 {
    right: 58.33333333%; }

.col-xs-pull-6 {
    right: 50%; }

.col-xs-pull-5 {
    right: 41.66666667%; }

.col-xs-pull-4 {
    right: 33.33333333%; }

.col-xs-pull-3 {
    right: 25%; }

.col-xs-pull-2 {
    right: 16.66666667%; }

.col-xs-pull-1 {
    right: 8.33333333%; }

.col-xs-pull-0 {
    right: auto; }

.col-xs-push-12 {
    left: 100%; }

.col-xs-push-11 {
    left: 91.66666667%; }

.col-xs-push-10 {
    left: 83.33333333%; }

.col-xs-push-9 {
    left: 75%; }

.col-xs-push-8 {
    left: 66.66666667%; }

.col-xs-push-7 {
    left: 58.33333333%; }

.col-xs-push-6 {
    left: 50%; }

.col-xs-push-5 {
    left: 41.66666667%; }

.col-xs-push-4 {
    left: 33.33333333%; }

.col-xs-push-3 {
    left: 25%; }

.col-xs-push-2 {
    left: 16.66666667%; }

.col-xs-push-1 {
    left: 8.33333333%; }

.col-xs-push-0 {
    left: auto; }

.col-xs-offset-12 {
    margin-left: 100%; }

.col-xs-offset-11 {
    margin-left: 91.66666667%; }

.col-xs-offset-10 {
    margin-left: 83.33333333%; }

.col-xs-offset-9 {
    margin-left: 75%; }

.col-xs-offset-8 {
    margin-left: 66.66666667%; }

.col-xs-offset-7 {
    margin-left: 58.33333333%; }

.col-xs-offset-6 {
    margin-left: 50%; }

.col-xs-offset-5 {
    margin-left: 41.66666667%; }

.col-xs-offset-4 {
    margin-left: 33.33333333%; }

.col-xs-offset-3 {
    margin-left: 25%; }

.col-xs-offset-2 {
    margin-left: 16.66666667%; }

.col-xs-offset-1 {
    margin-left: 8.33333333%; }

.col-xs-offset-0 {
    margin-left: 0; }

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left; }
    .col-sm-12 {
        width: 100%; }
    .col-sm-11 {
        width: 91.66666667%; }
    .col-sm-10 {
        width: 83.33333333%; }
    .col-sm-9 {
        width: 75%; }
    .col-sm-8 {
        width: 66.66666667%; }
    .col-sm-7 {
        width: 58.33333333%; }
    .col-sm-6 {
        width: 50%; }
    .col-sm-5 {
        width: 41.66666667%; }
    .col-sm-4 {
        width: 33.33333333%; }
    .col-sm-3 {
        width: 25%; }
    .col-sm-2 {
        width: 16.66666667%; }
    .col-sm-1 {
        width: 8.33333333%; }
    .col-sm-pull-12 {
        right: 100%; }
    .col-sm-pull-11 {
        right: 91.66666667%; }
    .col-sm-pull-10 {
        right: 83.33333333%; }
    .col-sm-pull-9 {
        right: 75%; }
    .col-sm-pull-8 {
        right: 66.66666667%; }
    .col-sm-pull-7 {
        right: 58.33333333%; }
    .col-sm-pull-6 {
        right: 50%; }
    .col-sm-pull-5 {
        right: 41.66666667%; }
    .col-sm-pull-4 {
        right: 33.33333333%; }
    .col-sm-pull-3 {
        right: 25%; }
    .col-sm-pull-2 {
        right: 16.66666667%; }
    .col-sm-pull-1 {
        right: 8.33333333%; }
    .col-sm-pull-0 {
        right: auto; }
    .col-sm-push-12 {
        left: 100%; }
    .col-sm-push-11 {
        left: 91.66666667%; }
    .col-sm-push-10 {
        left: 83.33333333%; }
    .col-sm-push-9 {
        left: 75%; }
    .col-sm-push-8 {
        left: 66.66666667%; }
    .col-sm-push-7 {
        left: 58.33333333%; }
    .col-sm-push-6 {
        left: 50%; }
    .col-sm-push-5 {
        left: 41.66666667%; }
    .col-sm-push-4 {
        left: 33.33333333%; }
    .col-sm-push-3 {
        left: 25%; }
    .col-sm-push-2 {
        left: 16.66666667%; }
    .col-sm-push-1 {
        left: 8.33333333%; }
    .col-sm-push-0 {
        left: auto; }
    .col-sm-offset-12 {
        margin-left: 100%; }
    .col-sm-offset-11 {
        margin-left: 91.66666667%; }
    .col-sm-offset-10 {
        margin-left: 83.33333333%; }
    .col-sm-offset-9 {
        margin-left: 75%; }
    .col-sm-offset-8 {
        margin-left: 66.66666667%; }
    .col-sm-offset-7 {
        margin-left: 58.33333333%; }
    .col-sm-offset-6 {
        margin-left: 50%; }
    .col-sm-offset-5 {
        margin-left: 41.66666667%; }
    .col-sm-offset-4 {
        margin-left: 33.33333333%; }
    .col-sm-offset-3 {
        margin-left: 25%; }
    .col-sm-offset-2 {
        margin-left: 16.66666667%; }
    .col-sm-offset-1 {
        margin-left: 8.33333333%; }
    .col-sm-offset-0 {
        margin-left: 0; } }

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left; }
    .col-md-12 {
        width: 100%; }
    .col-md-11 {
        width: 91.66666667%; }
    .col-md-10 {
        width: 83.33333333%; }
    .col-md-9 {
        width: 75%; }
    .col-md-8 {
        width: 66.66666667%; }
    .col-md-7 {
        width: 58.33333333%; }
    .col-md-6 {
        width: 50%; }
    .col-md-5 {
        width: 41.66666667%; }
    .col-md-4 {
        width: 33.33333333%; }
    .col-md-3 {
        width: 25%; }
    .col-md-2 {
        width: 16.66666667%; }
    .col-md-1 {
        width: 8.33333333%; }
    .col-md-pull-12 {
        right: 100%; }
    .col-md-pull-11 {
        right: 91.66666667%; }
    .col-md-pull-10 {
        right: 83.33333333%; }
    .col-md-pull-9 {
        right: 75%; }
    .col-md-pull-8 {
        right: 66.66666667%; }
    .col-md-pull-7 {
        right: 58.33333333%; }
    .col-md-pull-6 {
        right: 50%; }
    .col-md-pull-5 {
        right: 41.66666667%; }
    .col-md-pull-4 {
        right: 33.33333333%; }
    .col-md-pull-3 {
        right: 25%; }
    .col-md-pull-2 {
        right: 16.66666667%; }
    .col-md-pull-1 {
        right: 8.33333333%; }
    .col-md-pull-0 {
        right: auto; }
    .col-md-push-12 {
        left: 100%; }
    .col-md-push-11 {
        left: 91.66666667%; }
    .col-md-push-10 {
        left: 83.33333333%; }
    .col-md-push-9 {
        left: 75%; }
    .col-md-push-8 {
        left: 66.66666667%; }
    .col-md-push-7 {
        left: 58.33333333%; }
    .col-md-push-6 {
        left: 50%; }
    .col-md-push-5 {
        left: 41.66666667%; }
    .col-md-push-4 {
        left: 33.33333333%; }
    .col-md-push-3 {
        left: 25%; }
    .col-md-push-2 {
        left: 16.66666667%; }
    .col-md-push-1 {
        left: 8.33333333%; }
    .col-md-push-0 {
        left: auto; }
    .col-md-offset-12 {
        margin-left: 100%; }
    .col-md-offset-11 {
        margin-left: 91.66666667%; }
    .col-md-offset-10 {
        margin-left: 83.33333333%; }
    .col-md-offset-9 {
        margin-left: 75%; }
    .col-md-offset-8 {
        margin-left: 66.66666667%; }
    .col-md-offset-7 {
        margin-left: 58.33333333%; }
    .col-md-offset-6 {
        margin-left: 50%; }
    .col-md-offset-5 {
        margin-left: 41.66666667%; }
    .col-md-offset-4 {
        margin-left: 33.33333333%; }
    .col-md-offset-3 {
        margin-left: 25%; }
    .col-md-offset-2 {
        margin-left: 16.66666667%; }
    .col-md-offset-1 {
        margin-left: 8.33333333%; }
    .col-md-offset-0 {
        margin-left: 0; } }

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left; }
    .col-lg-12 {
        width: 100%; }
    .col-lg-11 {
        width: 91.66666667%; }
    .col-lg-10 {
        width: 83.33333333%; }
    .col-lg-9 {
        width: 75%; }
    .col-lg-8 {
        width: 66.66666667%; }
    .col-lg-7 {
        width: 58.33333333%; }
    .col-lg-6 {
        width: 50%; }
    .col-lg-5 {
        width: 41.66666667%; }
    .col-lg-4 {
        width: 33.33333333%; }
    .col-lg-3 {
        width: 25%; }
    .col-lg-2 {
        width: 16.66666667%; }
    .col-lg-1 {
        width: 8.33333333%; }
    .col-lg-pull-12 {
        right: 100%; }
    .col-lg-pull-11 {
        right: 91.66666667%; }
    .col-lg-pull-10 {
        right: 83.33333333%; }
    .col-lg-pull-9 {
        right: 75%; }
    .col-lg-pull-8 {
        right: 66.66666667%; }
    .col-lg-pull-7 {
        right: 58.33333333%; }
    .col-lg-pull-6 {
        right: 50%; }
    .col-lg-pull-5 {
        right: 41.66666667%; }
    .col-lg-pull-4 {
        right: 33.33333333%; }
    .col-lg-pull-3 {
        right: 25%; }
    .col-lg-pull-2 {
        right: 16.66666667%; }
    .col-lg-pull-1 {
        right: 8.33333333%; }
    .col-lg-pull-0 {
        right: auto; }
    .col-lg-push-12 {
        left: 100%; }
    .col-lg-push-11 {
        left: 91.66666667%; }
    .col-lg-push-10 {
        left: 83.33333333%; }
    .col-lg-push-9 {
        left: 75%; }
    .col-lg-push-8 {
        left: 66.66666667%; }
    .col-lg-push-7 {
        left: 58.33333333%; }
    .col-lg-push-6 {
        left: 50%; }
    .col-lg-push-5 {
        left: 41.66666667%; }
    .col-lg-push-4 {
        left: 33.33333333%; }
    .col-lg-push-3 {
        left: 25%; }
    .col-lg-push-2 {
        left: 16.66666667%; }
    .col-lg-push-1 {
        left: 8.33333333%; }
    .col-lg-push-0 {
        left: auto; }
    .col-lg-offset-12 {
        margin-left: 100%; }
    .col-lg-offset-11 {
        margin-left: 91.66666667%; }
    .col-lg-offset-10 {
        margin-left: 83.33333333%; }
    .col-lg-offset-9 {
        margin-left: 75%; }
    .col-lg-offset-8 {
        margin-left: 66.66666667%; }
    .col-lg-offset-7 {
        margin-left: 58.33333333%; }
    .col-lg-offset-6 {
        margin-left: 50%; }
    .col-lg-offset-5 {
        margin-left: 41.66666667%; }
    .col-lg-offset-4 {
        margin-left: 33.33333333%; }
    .col-lg-offset-3 {
        margin-left: 25%; }
    .col-lg-offset-2 {
        margin-left: 16.66666667%; }
    .col-lg-offset-1 {
        margin-left: 8.33333333%; }
    .col-lg-offset-0 {
        margin-left: 0; } }

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: " ";
    display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after {
    clear: both; }

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.pull-right {
    float: right !important; }

.pull-left {
    float: left !important; }

.hide {
    display: none !important; }

.show {
    display: block !important; }

.invisible {
    visibility: hidden; }

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }

.hidden {
    display: none !important; }

.affix {
    position: fixed; }

@-ms-viewport {
    width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important; }

@media (max-width: 767px) {
    .visible-xs {
        display: block !important; }
    table.visible-xs {
        display: table; }
    tr.visible-xs {
        display: table-row !important; }
    th.visible-xs, td.visible-xs {
        display: table-cell !important; } }

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important; } }

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important; } }

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important; }
    table.visible-sm {
        display: table; }
    tr.visible-sm {
        display: table-row !important; }
    th.visible-sm, td.visible-sm {
        display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important; }
    table.visible-md {
        display: table; }
    tr.visible-md {
        display: table-row !important; }
    th.visible-md, td.visible-md {
        display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important; } }

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important; }
    table.visible-lg {
        display: table; }
    tr.visible-lg {
        display: table-row !important; }
    th.visible-lg, td.visible-lg {
        display: table-cell !important; } }

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important; } }

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important; } }

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important; } }

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important; } }

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important; } }

.visible-print {
    display: none !important; }

@media print {
    .visible-print {
        display: block !important; }
    table.visible-print {
        display: table; }
    tr.visible-print {
        display: table-row !important; }
    th.visible-print, td.visible-print {
        display: table-cell !important; } }

.visible-print-block {
    display: none !important; }

@media print {
    .visible-print-block {
        display: block !important; } }

.visible-print-inline {
    display: none !important; }

@media print {
    .visible-print-inline {
        display: inline !important; } }

.visible-print-inline-block {
    display: none !important; }

@media print {
    .visible-print-inline-block {
        display: inline-block !important; } }

@media print {
    .hidden-print {
        display: none !important; } }

html {
    width: 100%;
    height: 100%;
    overflow-y: scroll !important; }

body {
    width: 100%;
    height: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    color: #2f3033; }

p, li, ul, ol, h1, h2, h3, h4, h5, h6 img, form, input, select, textarea, label {
    margin: 0;
    padding: 0; }

input, select, textarea {
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    color: #2f3033; }

a:focus {
    outline: 0; }

input:focus {
    outline: 0; }

textarea:focus {
    outline: 0; }

a {
    color: #2b65aa;
    text-decoration: underline; }

a:hover {
    color: #ff800e; }

img {
    border: 0; }

div.clear, span.clear {
    clear: both;
    height: 0; }

span.clear {
    display: block; }

div.dib {
    display: inline-block; }

span.nobr {
    white-space: nowrap; }

span.star {
    color: #b30005;
    font-weight: normal; }

.off {
    display: none;
    visibility: hidden; }

@font-face {
    font-family: greek_font;
    font-style: normal;
    font-weight: normal;
    src: url("/assets/ctx/2a21517f/fonts/lsans.ttf"); }

@font-face {
    font-family: greek_font;
    font-style: italic;
    font-weight: normal;
    src: url("/assets/ctx/b1ea27d2/fonts/lsansi.ttf"); }

@font-face {
    font-family: greek_font;
    font-style: normal;
    font-weight: bold;
    src: url("/assets/ctx/e4ff2f38/fonts/lsansd.ttf"); }

@font-face {
    font-family: greek_font;
    font-style: italic;
    font-weight: bold;
    src: url("/assets/ctx/74200b5b/fonts/lsansdi.ttf"); }

@font-face {
    font-family: slavonic_font;
    font-style: normal;
    font-weight: normal;
    src: url("/assets/ctx/7083fd0a/fonts/HirmUcs8.ttf"); }

@font-face {
    font-family: slavonic_font_ie;
    font-style: normal;
    font-weight: normal;
    src: url("/assets/ctx/b5f62085/fonts/HirmIEUcs8.eot"); }

@font-face {
    font-family: slavonic_font;
    font-style: italic;
    font-weight: normal;
    src: url("/assets/ctx/bd54a25d/fonts/HirmSoUcs8.ttf"); }

@font-face {
    font-family: slavonic_font_ie;
    font-style: italic;
    font-weight: normal;
    src: url("/assets/ctx/565ec61b/fonts/HirmSoIEUcs8.eot"); }

/*.page {
    width: 954px;
    padding: 0 20px 0 20px;
    margin: 0 auto; }
*/
.centralpart .partleft {
    float: left;
    width: 654px;
    padding: 0 20px 23px 0; }

.centralpart .partright {
    float: left;
    width: 280px;
    padding: 9px 0 23px 0; }

.centralpart .partright .raspor {
    height: 21px;
    background: url("/assets/ctx/7ca00734/img/sys/partright-raspor.jpg") left top no-repeat;
    margin: 0 0 0 15px; }

.centralpart .partright h3 {
    font-family: Cambria,"Palatino Linotype",Georgia;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    font-variant: small-caps;
    color: #444;
    margin: 4px 0 0 18px;
    padding: 0 0 12px 0; }

.centralpart .partright h3 .calendar {
    display: inline;
    background: url("/assets/ctx/e6d6970f/img/sys/calendar-icon.gif") right 2px no-repeat;
    padding: 0 20px 0 0;
    cursor: pointer; }

.centralpart .partright h3 .calendar .dotted {
    border-bottom: 1px dotted #444; }

.header {
    width: 954px;
    height: 118px; }

.header .logo_sq {
    float: left;
    width: 101px;
    padding: 14px 0 0 0; }

.header .topright {
    float: left;
    width: 853px; }

.header .linetop .logo {
    float: left;
    height: 39px;
    padding: 14px 0 0 0; }

.header .lineblack {
    height: 3px;
    background: #0a256e;
    margin: 2px 0 0 0; }

.header .langs {
    float: left;
    padding: 35px 0 0 19px; }

.header .langs .onelang {
    float: left;
    font-family: Tahoma,Arial,sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #9d9ea3; }

.header .langs .onelang a {
    color: #2b65aa;
    text-decoration: none; }

.header .langs .onelang a:hover {
    color: #ff800e;
    text-decoration: none; }

.header .langs .dot {
    float: left;
    width: 14px;
    height: 10px;
    background: url("/assets/ctx/bab4a7ec/img/sys/bullets.png") 6px -168px no-repeat; }

.header .account {
    float: right;
    padding: 9px 1px 0 0; }

.header .account .one-point {
    float: left;
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #2b65aa;
    cursor: pointer; }

.header .account .one-point .dotted {
    border-bottom: 1px dotted #2b65aa;
    display: inline-block;
    height: 14px; }

.header .account .registration {
    background: url("/assets/ctx/fb5f4525/img/sys/headeraccount_arrows.png") right 7px no-repeat;
    padding: 0 11px 0 0; }

.header .account .enter {
    margin: 0 0 0 35px;
    background: url("/assets/ctx/fb5f4525/img/sys/headeraccount_arrows.png") right 7px no-repeat;
    padding: 0 11px 0 0; }

.header .account .logined {
    color: #2f3033;
    margin: -1px 0 0 0; }

.header .account .exit, .header .account .exit:hover, .header .account .exit-hover {
    margin: -1px 5px 0 29px;
    background: url("/assets/ctx/fb5f4525/img/sys/headeraccount_arrows.png") right -32px no-repeat;
    padding: 0 2px 0 0; }

.header .account .exit:hover, .header .account .exit-hover {
    background: url("/assets/ctx/fb5f4525/img/sys/headeraccount_arrows.png") right -54px no-repeat; }

.header .account .exit:hover a, .header .account .exit-hover a {
    color: #ff800e; }

.header .account .linktop {
    z-index: 110;
    position: relative; }

.header .account .exit form.registration {
    background: transparent; }

.header .content {
    position: relative;
    background: white;
    border: 0 none;
    border-radius: 5px 0 5px 5px;
    padding: 3px 0 5px; }

.header .regwindow {
    position: absolute;
    z-index: 103;
    width: 244px;
    height: auto; }

.header .regwindow .head {
    margin: 7px 0 8px 16px; }

.header .regwindow .head .headarrow {
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #ff800e;
    background: url("/assets/ctx/fb5f4525/img/sys/headeraccount_arrows.png") right -12px no-repeat;
    padding: 0 11px 0 0;
    cursor: pointer;
    text-align: right; }

.header .regwindow .registration .fieldinput input {
    width: 200px;
    padding: 6px 0 4px 4px;
    border: 0;
    background: 0;
    font-family: Arial,sans-serif;
    font-size: 13px;
    line-height: 16px; }

.header .regwindow .registration .fieldtextarea textarea {
    width: 204px;
    height: 53px;
    padding: 0 0 0 4px;
    border: 0;
    background: 0;
    font-family: Arial,sans-serif;
    font-size: 11px;
    line-height: 15px;
    color: #999a9c;
    font-style: italic; }

.header .regwindow .registration .button {
    margin: 20px 0 5px 11px; }

.header .regwindow .registration .ermescode {
    margin: -54px 117px 0 0; }

.header .regwindow .loader {
    padding: 109px 0 114px 41px; }

.header .regwindow {
    position: absolute;
    z-index: 103;
    width: 244px;
    height: 499px; }

.header .regwindow .head {
    margin: 7px 0 8px 16px; }

.header .regwindow .head .headarrow {
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #ff800e;
    background: url("/assets/ctx/fb5f4525/img/sys/headeraccount_arrows.png") right -12px no-repeat;
    padding: 0 11px 0 0;
    cursor: pointer;
    float: right; }

.header .regwindow .mail {
    padding: 19px 0 0 60px; }

.header .regwindow .text {
    font-family: Arial,sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #2f3033;
    padding: 12px 20px 0 23px; }

.header .regwindow .button {
    margin: 18px 0 0 11px; }

.header .enterwindow, .header .enterwindow .head, .header .regwindow, .header .regwindow .head {
    -webkit-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.2);
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.2); }

.header .enterwindow, .header .regwindow {
    position: absolute;
    z-index: 105;
    width: 231px;
    height: auto;
    border: 1px solid #dedede;
    border-radius: 5px 0 5px 5px;
    background: white; }

.header .regwindow, .header .regwindow .content {
    border-radius: 0 5px 5px 5px; }

.header .enterwindow .head, .header .regwindow .head {
    margin: -27px -1px 0 112px;
    padding: 5px 6px 5px 10px;
    background: white;
    border: 1px solid #dedede;
    border-radius: 5px 5px 0 0;
    border-bottom: 0 none; }

.header .regwindow .head {
    margin-left: -1px;
    margin-right: 74px;
    height: 16px;
    padding-right: 18px; }

.header .enterwindow .head .headarrow {
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #ff800e;
    background: url("/assets/ctx/fb5f4525/img/sys/headeraccount_arrows.png") right -12px no-repeat;
    padding: 0 11px 0 0;
    cursor: pointer;
    white-space: nowrap; }

.header .fieldname {
    font-family: Arial,sans-serif;
    font-size: 13px;
    line-height: 14px;
    padding: 13px 0 4px 11px; }

.header .content .input-field {
    margin: 0 0 0 11px;
    width: 200px; }

.header textarea.input-field {
    height: 52px; }

.header .input-field.fieldinputcode {
    width: 100px;
    float: left;
    margin-right: 6px; }

.header .fi-error {
    background: #ffe3e2;
    border-color: red; }

.header .enterwindow .enter .fieldinput input {
    width: 200px;
    padding: 6px 0 4px 4px;
    border: 0;
    background: 0;
    font-family: Arial,sans-serif;
    font-size: 13px;
    line-height: 16px; }

.header .enterwindow .enter .forgetpassword {
    font-family: Tahoma,Arial,sans-serif;
    font-size: 11px;
    line-height: 14px;
    padding: 3px 0 16px 11px; }

.header .enterwindow .enter .forgetpassword a {
    color: #2b65aa;
    text-decoration: underline; }

.header .enterwindow .enter .forgetpassword a:hover {
    color: #ff800e;
    text-decoration: underline; }

.header .enterwindow .enter .fieldcheckbox {
    float: left;
    height: 13px;
    padding: 2px 4px 0 11px; }

.header .enterwindow .enter .remembermename {
    float: left;
    font-family: Arial,sans-serif;
    font-size: 13px;
    line-height: 16px; }

.header .enterwindow .enter .button {
    margin: 15px 0 0 11px; }

.header .errormessage {
    position: relative;
    background: #F00 none repeat scroll 0% 0%;
    font-family: Tahoma,Arial,sans-serif;
    font-size: 11px;
    color: #FFF;
    float: right;
    z-index: 200;
    margin: -54px 11px 0 0;
    height: 15px;
    padding: 3px 8px 0 9px;
    line-height: 10px; }

.header .errormessage:after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 15px;
    border-width: 8px 8px 0;
    border-style: solid;
    border-color: #F00 transparent;
    display: block;
    width: 0; }

.header .enterwindow .mail {
    padding: 19px 0 0 65px; }

.header .enterwindow .text {
    font-family: Arial,sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #2f3033;
    padding: 12px 20px 0 23px; }

.header .enterwindow .button {
    margin: 18px 0 0 16px; }

.header .rempaswindow {
    position: absolute;
    z-index: 105;
    width: 244px;
    height: auto; }

.header .enterwindow .rempas .fieldname {
    font-family: Arial,sans-serif;
    font-size: 13px;
    line-height: 14px;
    padding: 10px 0 6px 11px; }

.header .enterwindow .rempas .textinstr {
    width: 210px;
    font-family: Arial,sans-serif;
    font-size: 11px;
    line-height: 14px;
    font-style: italic;
    color: #999a9c;
    padding: 7px 0 16px 11px; }

.header .enterwindow .rempas .button {
    margin: 6px 0 0 11px; }

.header .enterwindow .rempas .forgetpassword {
    font-family: Tahoma,Arial,sans-serif;
    font-size: 11px;
    line-height: 14px;
    padding: 3px 0 16px 11px; }

.header .enterwindow .rempas .forgetpassword a {
    color: #2b65aa;
    text-decoration: underline; }

.header .enterwindow .rempas .forgetpassword a:hover {
    color: #ff800e;
    text-decoration: underline; }

.header .menu {
    float: left;
    width: 563px;
    height: 28px;
    background: url("/assets/ctx/b966346c/img/sys/menu-bg.gif") left top repeat-x;
    margin: 13px 10px 0 0; }

.header .menu .mleft {
    width: 563px;
    height: 28px;
    background: url("/assets/ctx/31b38bc/img/sys/menu-bg-side.gif") left top no-repeat; }

.header .menu .mright {
    width: 563px;
    height: 28px;
    background: url("/assets/ctx/31b38bc/img/sys/menu-bg-side.gif") right top no-repeat; }

.header .menu .onepoint {
    float: left;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold; }

.header .menu .onepoint a {
    padding: 6px 8px 6px 7px;
    display: block; }

.header .menu .opfirst a {
    padding: 6px 8px 6px 16px; }

.header .menu .oplast a {
    padding: 6px 16px 6px 8px; }

.header .menu .op:hover, .header .menu .op-hover {
    background: url("/assets/ctx/fd8b3792/img/sys/menu-bg-hover.gif") left top repeat-x;
    cursor: pointer; }

.header .menu .opfirst:hover, .header .menu .opfirst-hover {
    background: url("/assets/ctx/112e1d32/img/sys/menu-bg-first-hover.gif") left top no-repeat;
    cursor: pointer; }

.header .menu .oplast:hover, .header .menu .oplast-hover {
    background: url("/assets/ctx/2a681a18/img/sys/menu-bg-last-hover.gif") right top no-repeat;
    cursor: pointer; }

.header .menu .op-active {
    padding: 0;
    background: url("/assets/ctx/fd8b3792/img/sys/menu-bg-hover.gif") left top repeat-x; }

.header .menu .opfirst-active {
    padding: 0;
    background: url("/assets/ctx/112e1d32/img/sys/menu-bg-first-hover.gif") left top no-repeat; }

.header .menu .oplast-active {
    padding: 0;
    background: url("/assets/ctx/2a681a18/img/sys/menu-bg-last-hover.gif") right top no-repeat; }

.header .menu .active-arrow {
    background: url("/assets/ctx/494a1ef1/img/sys/menu-arrow-bg.gif") center 25px no-repeat; }

.header .menu .active-arrow a {
    background: url("/assets/ctx/494a1ef1/img/sys/menu-arrow-bg.gif") center 25px no-repeat;
    padding: 0;
    color: #000 !important; }

.header .menu .op-active .active-arrow {
    padding: 6px 8px 10px 7px; }

.header .menu .opfirst-active .active-arrow {
    padding: 6px 8px 10px 16px; }

.header .menu .oplast-active .active-arrow {
    padding: 6px 16px 10px 8px; }

.header .menu .onepoint a {
    color: #fff;
    text-decoration: none; }

.header .search {
    float: left;
    margin: 13px 0 0 0; }

.header .search .searchline .field {
    float: left;
    width: 251px;
    height: 28px; }

div.header .search .searchline .field input {
    width: 240px;
    padding: 0;
    margin: 7px 0 4px 5px;
    border: 0;
    background: 0;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-style: italic;
    color: #999a9c;
    height: 14px;
    line-height: 14px; }

.header .search .searchline .button {
    float: left;
    width: 29px;
    height: 28px; }

.header .search .example {
    font-family: Tahoma,Arial,sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #999a9c;
    padding: 0 0 0 2px;
    margin: 2px 0 0 0; }

.header .search .searchinthissection {
    font-family: Verdana,Tahoma,sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #999a9c;
    margin: 2px 0 0 5px; }

.header .search .searchinthissection .chbox {
    float: left;
    width: 14px;
    margin: 2px 0 0 0; }

.header .search .searchinthissection .chbox span.nicecheckbox {
    width: 10px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    background: url("/assets/ctx/e09dc6ac/img/sys/checkbox-bg.jpg"); }

.header .search .searchinthissection .chbox input.chbox {
    display: none; }

.header .search .searchinthissection .chtext {
    float: left;
    font-family: Verdana,Tahoma,sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #888; }

.footer {
    height: 113px; }

.footer .grayline {
    height: 3px;
    background: #d7d7d7; }

.footer .partleft {
    float: left;
    padding: 14px 0 0 0; }

.footer .partright {
    float: right;
    padding: 12px 0 0 0; }

.footer .menu {
    margin: 0 0 0 1px; }

.footer .menu .onepoint {
    float: left;
    font-family: Arial,sans-serif;
    font-size: 13px;
    line-height: 14px; }

.footer .menu div.onepoint a {
    color: #2b65aa;
    text-decoration: underline; }

.footer .menu div.onepoint a:hover {
    color: #ff800e;
    text-decoration: underline; }

.footer .menu div.dot {
    float: left;
    width: 25px;
    height: 12px;
    background: url("/assets/ctx/bab4a7ec/img/sys/bullets.png") 10px -110px no-repeat; }

.footer .counters {
    padding: 21px 0 0 0; }

.footer .donations {
    left: 200px;
    position: relative;
    vertical-align: middle; }

.footer .counters .onecounter {
    float: left;
    padding: 0 10px 0 0; }

.footer .copyright {
    text-align: left;
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #2f3033;
    opacity: .6;
    margin-top: 8px; }

.footer .copyright a {
    color: #2b65aa; }

.footer .copyright a:hover {
    color: #ff800e; }

.footer .apps .android, .footer .apps .ios {
    float: right;
    opacity: .6; }

.footer .apps .android:hover, .footer .apps .ios:hover {
    opacity: 1.0; }

.footer .apps .ios {
    float: right; }

.hide .dotted:hover, .showhide .dotted:hover {
    border-bottom: 1px dotted #ff800e;
    color: #ff800e !important; }

.showhide.hide {
    display: block !important; }

.showhide.show.off, .showhide.hide.off {
    display: none !important; }

.notes {
    padding: 16px 0 0 0; }

.notes h2 {
    font-family: Cambria,"Palatino Linotype",Georgia;
    font-size: 19px;
    line-height: 22px;
    font-variant: small-caps;
    font-weight: bold;
    color: #2b65aa; }

.notes h2 a {
    text-decoration: none; }

.notes .notestext {
    padding: 3px 0 0 0;
    font-family: Verdana,sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: normal;
    color: #2f3033; }

.notes .notestext p {
    font-family: Verdana,sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: normal;
    color: #2f3033;
    padding: 3px 0 3px 0; }

.notes .showhide {
    font-family: Verdana,sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #487bb7;
    padding: 0 0 4px 0;
    text-align: right;
    margin: 3px 0 0 0; }

.notes .showhide .dotted {
    border-bottom: 1px dotted #487bb7;
    cursor: pointer;
    padding: 0; }

.notes .showhide .dotted:hover {
    border-bottom: 1px dotted #ff800e; }

.oneblock {
    padding: 8px 18px 14px 17px; }

.oneblock h4 {
    font-family: Cambria,"Palatino Linotype",Georgia;
    font-size: 15px;
    line-height: 16px;
    font-weight: bold;
    font-variant: small-caps;
    color: #424447;
    padding: 0 0 6px 0; }

.oneblock h4 a {
    color: #424447;
    text-decoration: none; }

.oneblock h4 a span.arrow {
    background: url("/assets/ctx/88a1a057/img/sys/arrows_double.png") right 5px no-repeat;
    padding: 0 15px 0 0; }

.oneblock h4 a:hover {
    color: #ff800e;
    text-decoration: none; }

.oneblock h4 a:hover span.arrow {
    background: url("/assets/ctx/88a1a057/img/sys/arrows_double.png") right -18px no-repeat;
    padding: 0 15px 0 0; }

.oneblock p {
    font-family: Verdana,sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    color: #487bb7;
    padding: 3px 0 3px 0; }

.oneblock p.notes {
    padding: 7px 0 2px 14px;
    margin: 0 0 0 10px;
    background: url("/assets/ctx/bab4a7ec/img/sys/bullets.png") left 12px no-repeat; }

.oneblock p a {
    color: #2b65aa;
    text-decoration: underline; }

.oneblock p a:hover {
    color: #ff800e;
    text-decoration: underline; }

.whatbiblesay {
    float: left;
    width: 340px;
    padding: 7px 20px 0 0; }

.whatbiblesay h3 {
    float: left;
    font-family: Cambria,"Palatino Linotype",Georgia;
    font-size: 15px;
    line-height: 18px;
    font-variant: small-caps;
    font-weight: bold;
    color: #2b65aa;
    padding: 0 0 6px 0; }

.whatbiblesay h3 a {
    text-decoration: none; }

.whatbiblesay .link {
    height: 20px;
    float: left;
    font-family: Cambria,"Palatino Linotype",Georgia;
    font-size: 15px;
    line-height: 18px;
    font-variant: small-caps;
    font-weight: bold;
    cursor: pointer;
    color: #2b65aa;
    padding: 0 19px 0 0;
    background: url("/assets/ctx/786298ce/img/sys/dropbox_arrows.png") right 3px no-repeat; }

.whatbiblesay .link span.dotted {
    border-bottom: 1px dotted #2b65aa;
    color: #2b65aa;
    padding: 0;
    display: inline-block;
    height: 16px;
    margin-left: 4px; }

.whatbiblesay .link:hover, .whatbiblesay .link-hover {
    height: 20px;
    float: left;
    font-family: Cambria,"Palatino Linotype",Georgia;
    font-size: 15px;
    line-height: 18px;
    font-variant: small-caps;
    font-weight: bold;
    cursor: pointer;
    color: #ff800e;
    padding: 0 19px 0 0;
    background: url("/assets/ctx/786298ce/img/sys/dropbox_arrows.png") right -22px no-repeat; }

.whatbiblesay .link:hover .dotted, .whatbiblesay .link-hover .dotted {
    border-bottom: 1px dotted #ff800e;
    color: #ff800e;
    padding: 0;
    display: inline-block;
    height: 16px; }

.whatbiblesay .text {
    cursor: pointer; }

.whatbiblesay .text p {
    font-family: Verdana,sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: normal;
    color: #2f3033;
    padding: 5px 0 6px 0; }

.whatbiblesay .text a, .faq .text a {
    text-decoration: none;
    background: url("/assets/ctx/88a1a057/img/sys/arrows_double.png") left -41px no-repeat; }

.whatbiblesay .text:hover, .whatbiblesay .text-hover {
    cursor: pointer; }

.whatbiblesay .text:hover p, .whatbiblesay .text-hover p {
    font-family: Verdana,sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: normal;
    color: #69696c;
    padding: 5px 0 6px 0; }

.whatbiblesay .text:hover a, .whatbiblesay .text-hover a {
    text-decoration: none;
    background: url("/assets/ctx/c68655b0/img/sys/arrow_more_2.gif") left 5px no-repeat; }

.pulldown {
    position: absolute;
    z-index: 112;
    width: 205px;
    margin: -27px 0 0 122px;
    border: 1px solid #cecece;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.2);
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.2);
    background-color: white;
    padding-top: 0; }

.pulldown .biblesayhead {
    height: 20px;
    float: left;
    font-family: Cambria,"Palatino Linotype",Georgia;
    font-size: 15px;
    line-height: 18px;
    font-variant: small-caps;
    font-weight: bold;
    cursor: pointer;
    color: #2b65aa;
    padding: 0 19px 0 0;
    background: url("/assets/ctx/786298ce/img/sys/dropbox_arrows.png") right -47px no-repeat;
    margin: 6px 0 0 15px; }

.pulldown .biblesayhead .dotted {
    border-bottom: 1px dotted #2b65aa;
    color: #2b65aa;
    padding: 0;
    display: inline-block;
    height: 16px;
    margin-left: 4px; }

.pulldown .biblesayhead:hover, .pulldown .biblesayhead-hover {
    height: 20px;
    float: left;
    font-family: Cambria,"Palatino Linotype",Georgia;
    font-size: 15px;
    line-height: 18px;
    font-variant: small-caps;
    font-weight: bold;
    cursor: pointer;
    color: #ff800e;
    padding: 0 19px 0 0;
    background: url("/assets/ctx/786298ce/img/sys/dropbox_arrows.png") right -72px no-repeat;
    margin: 6px 0 0 15px; }

.pulldown .biblesayhead:hover .dotted, .pulldown .biblesayhead-hover .dotted {
    border-bottom: 1px dotted #ff800e;
    display: inline-block;
    height: 16px;
    color: #ff800e;
    padding: 0; }

.pulldown .list {
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #2b65aa;
    padding: 13px 0 10px 0; }

.pulldown .list .onepoint {
    width: 165px;
    padding: 1px 0 3px 24px;
    margin: -1px 0 -1px 7px;
    background: url("/assets/ctx/bab4a7ec/img/sys/bullets.png") 15px -8px no-repeat;
    cursor: pointer; }

.pulldown .list .op:hover, .pulldown .list .op-hover {
    background: #e0ebff url("/assets/ctx/bab4a7ec/img/sys/bullets.png") 15px -21px no-repeat; }

.pulldown .list .op-on {
    background: url("/assets/ctx/bab4a7ec/img/sys/bullets.png") 15px -34px no-repeat;
    color: #ff800e;
    cursor: default; }

.faq {
    float: left;
    width: 294px;
    padding: 7px 0 0 0; }

.faq h3 {
    font-family: Cambria,"Palatino Linotype",Georgia;
    font-size: 15px;
    line-height: 18px;
    font-variant: small-caps;
    font-weight: bold;
    color: #2b65aa;
    padding: 0 0 6px 0; }

.faq h3 a {
    text-decoration: none; }

.faq p {
    font-family: Verdana,sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: normal;
    color: #2f3033;
    padding: 5px 0 6px 0; }

.faq span.faqicon {
    width: 11px;
    height: 13px;
    float: left;
    margin: 8px 4px 0 0;
    background: url("/assets/ctx/f1c98141/img/sys/icons.png") -10px -92px no-repeat; }

.faq span.faqicon.question {
    background: url("/assets/ctx/f1c98141/img/sys/icons.png") -10px -92px no-repeat; }

.faq span.faqicon.answer {
    background: url("/assets/ctx/f1c98141/img/sys/icons.png") -10px -69px no-repeat; }

.faq .text {
    cursor: pointer; }

.faq .text p {
    font-family: Verdana,sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: normal;
    color: #2f3033;
    padding: 5px 0 6px 0; }

.faq .text:hover, .faq .text-hover {
    cursor: pointer; }

.faq .text:hover p, .faq .text-hover p {
    font-family: Verdana,sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: normal;
    color: #69696c;
    padding: 5px 0 6px 0; }

.faq .text:hover a, .faq .text-hover a {
    text-decoration: none;
    background: url("/assets/ctx/c68655b0/img/sys/arrow_more_2.gif") left 5px no-repeat; }

.todayblock {
    border-bottom: 2px solid #d7d7d7;
    padding: 0 0 6px 0; }

.todayblock .head {
    border-bottom: 1px solid #e4e4dd;
    height: 44px;
    font-family: Verdana,sans-serif;
    line-height: 14px;
    color: #487bb7; }

.todayblock .head h1 {
    float: left;
    width: 390px;
    padding: 8px 0 0 0;
    font-family: Georgia;
    font-size: 27px;
    width: 400px;
    line-height: 30px;
    font-weight: normal;
    color: #444; }

.bibleversion, .bibleversion-hover {
    float: right;
    margin: 20px 0 0 0;
    padding: 1px 18px 3px 0;
    cursor: pointer;
    font-size: 12px;
    position: relative; }

.bibleversion:after, bibleversion:hover:after, .bibleversion-hover:after, .trwindow .translatehead:after, .trwindow .translatehead:hover:after, .trwindow .translatehead-hover::after {
    content: '';
    position: absolute;
    background: url("/assets/ctx/786298ce/img/sys/dropbox_arrows.png") right -99px no-repeat;
    width: 19px;
    height: 15px;
    margin-top: -1px; }

.bibleversion .dotted {
    border-bottom: 1px dotted #487bb7;
    padding: 0; }

.bibleversion:hover, .bibleversion-hover {
    color: #ff800e; }

bibleversion:hover:after, .bibleversion-hover:after {
    background: url("/assets/ctx/786298ce/img/sys/dropbox_arrows.png") right -123px no-repeat; }

.bibleversion:hover .dotted, .bibleversion-hover .dotted {
    border-bottom: 1px dotted #ff800e;
    padding: 0; }

.trwindow {
    position: absolute;
    z-index: 112;
    background-color: white;
    border: 1px solid #cecece;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.2);
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.2); }

.trwindow .translatehead, .trwindow .translatehead-hover {
    float: left;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #8a8b8f;
    cursor: pointer;
    padding: 1px 18px 3px 0;
    margin: 13px 0 0 19px; }

.trwindow .translatehead:after {
    background: url("/assets/ctx/786298ce/img/sys/dropbox_arrows.png") right -147px no-repeat; }

.trwindow .translatehead .dotted {
    border-bottom: 1px dotted #8a8b8f;
    padding: 0; }

.trwindow .translatehead:hover, .trwindow .translatehead-hover {
    color: #ff800e; }

.trwindow .translatehead:hover:after, .trwindow .translatehead-hover::after {
    background: url("/assets/ctx/786298ce/img/sys/dropbox_arrows.png") right -171px no-repeat; }

.trwindow .translatehead:hover .dotted, .trwindow .translatehead-hover .dotted {
    border-bottom: 1px dotted #ff800e;
    padding: 0; }

.trwindow .list {
    font-family: Verdana,sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #2b65aa;
    padding: 6px 0 10px 0; }

.trwindow .list .onepoint {
    width: 225px;
    padding: 1px 5px 2px 26px;
    margin: -1px 0 -1px 6px;
    background: url("/assets/ctx/bab4a7ec/img/sys/bullets.png") 15px -47px no-repeat;
    cursor: pointer; }

.trwindow .list .onepoint:hover, .trwindow .list .op-hover {
    background: #e0ebff url("/assets/ctx/bab4a7ec/img/sys/bullets.png") 15px -47px no-repeat; }

.trwindow .list .op-on {
    background: url("/assets/ctx/bab4a7ec/img/sys/bullets.png") 15px -47px no-repeat;
    color: #ff800e;
    cursor: default; }

.trwindow .list .bottom-separator {
    height: 4px;
    border-top: 1px dotted #8a8b8f;
    margin: 3px 22px 0 33px; }

.citation p.standard {
    font-family: Georgia;
    font-size: 19px;
    line-height: 23px;
    font-weight: normal;
    color: #444;
    padding: 4px 0 4px 0; }

.citation p.greek {
    font-family: "Lucida Sans",greek_font;
    font-size: 19px;
    line-height: 23px;
    font-weight: normal;
    color: #444;
    padding: 4px 0 4px 0; }

.citation p.slavonic {
    font-family: "Hirmos ieUcs",slavonic_font,slavonic_font_ie;
    font-size: 19px;
    line-height: 23px;
    font-weight: normal;
    color: #444;
    padding: 4px 0 4px 0; }

.signature {
    float: left;
    width: 530px;
    font-family: Georgia;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    color: #6e6f72;
    text-align: left;
    padding: 17px 0 2px 0; }

.signature span.caps {
    text-transform: uppercase; }

.signature a {
    color: #2b65aa;
    text-decoration: none; }

.signature a:hover {
    color: #ff800e;
    text-decoration: underline; }

.addinformation {
    padding: 10px 0 0 0; }

.addinformation .hide {
    font-family: Tahoma,Arial,sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #487bb7;
    padding: 0 0 1px 0;
    text-align: right;
    margin: -6px 0 0 0; }

.addinformation .hide span.dotted {
    border-bottom: 1px dotted #8a8b8f;
    cursor: pointer;
    padding: 0; }

.addinformation .hide span.dotted:hover {
    border-bottom: 1px dotted #ff800e; }

.addinformation .comments {
    font-family: Verdana,sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #2f3033; }

.addinformation .commenthead, .addinformation .parallel .parallelhead {
    float: left;
    background: url("/assets/ctx/f1c98141/img/sys/icons.png") -10px -108px no-repeat;
    padding: 4px 4px 1px 16px; }

.addinformation .commentbooks {
    float: left;
    width: 540px; }

.addinformation .commentbooks .onecomment {
    padding: 4px 0 1px 0; }

.addinformation .commentbooks .onecomment .commentbook {
    padding: 0 0 2px 0; }

.addinformation .commentbooks .onecomment .commentbook {
    color: #487bb7;
    text-decoration: none;
    border-bottom: 1px dotted #487bb7;
    cursor: pointer;
    display: inline-block;
    height: 13px; }

.addinformation .commentbooks .onecomment .commentbook-active {
    color: #487bb7;
    text-decoration: none;
    border-bottom: 1px dotted #487bb7;
    display: inline-block;
    height: 15px;
    cursor: pointer; }

.addinformation .commentbooks .onecomment .commentbook:hover {
    color: #ff800e;
    text-decoration: none;
    border-bottom: 1px dotted #ff800e; }

.addinformation .commentbooks .commentopenblock {
    border-bottom: 1px solid #e2e2e2;
    padding: 0 0 5px 0; }

.addinformation .commentbooks .commentopenblock .onepoint {
    font-family: Verdana,sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    color: #2f3033;
    padding: 0 0 6px 0; }

.addinformation .commentbooks .commentopenblock p {
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #2f3033;
    padding: 5px 0 6px 0; }

.addinformation .commentbooks .commentopenblock .comment1 {
    font-size: 105%;
    font-weight: bold; }

.addinformation .commentbooks .commentopenblock .author {
    font-weight: bold; }

.addinformation .commentbooks .commentopenblock .cite {
    font-style: italic; }

.addinformation .parallel {
    font-family: Verdana,sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #2f3033;
    height: 20px; }

.addinformation .parallel .oneparallel {
    float: left;
    padding: 4px 0 1px 0; }

.addinformation .parallel .oneparallel .verse {
    border-bottom: 1px dotted #2b65aa;
    cursor: pointer;
    color: #2b65aa;
    padding: 0; }

.addinformation .parallel .oneparallel .verse:hover, .addinformation .parallel .oneparallel .verse-hover, .addinformation .parallel .oneparallel .verse-active {
    border-bottom: 1px dotted #ff800e;
    cursor: pointer;
    color: #ff800e;
    padding: 0; }

.addinformation .parallel .dot {
    float: left;
    width: 4px;
    height: 14px;
    background: url("/assets/ctx/bab4a7ec/img/sys/bullets.png") 0 -106px no-repeat;
    margin: 0 7px 0 7px; }

.addinformation .parallelopenblock {
    border-bottom: 1px solid #e2e2e2;
    padding: 0 0 5px 0; }

.addinformation .parallelopenblock .onepoint {
    font-family: Verdana,sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    color: #2f3033;
    padding: 5px 0 6px 50px; }

.addinformation .parallelopenblock .onepoint div.verse {
    float: left;
    width: 12px;
    color: #6e6f72;
    font-size: 7px;
    margin: -2px 0 0 -12px; }

.links {
    float: right;
    min-height: 17px;
    font-family: Verdana,sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #487bb7;
    padding: 15px 1px 1px 0; }

.links .tolisten {
    float: right;
    padding: 1px 0 3px 18px;
    background: url("/assets/ctx/e05e3a83/img/sys/todayblock_tolisten_icon.jpg") left 3px no-repeat;
    margin: 0 0 0 27px;
    cursor: pointer; }

.links .tolisten span.dotted {
    border-bottom: 1px dotted #487bb7;
    padding: 0; }

.links .tolisten:hover, .links .tolisten-hover {
    float: right;
    padding: 1px 0 3px 18px;
    background: url("/assets/ctx/e05e3a83/img/sys/todayblock_tolisten_icon.jpg") left 3px no-repeat;
    color: #ff800e;
    margin: 0 0 0 27px;
    cursor: pointer; }

.links .tolisten:hover .dotted, .links .tolisten-hover .dotted {
    border-bottom: 1px dotted #ff800e;
    padding: 0; }

.links .toshare, .links .toshare:hover, .links .toshare-hover {
    float: right;
    padding: 1px 0 3px 17px;
    background: url("/assets/ctx/f1c98141/img/sys/icons.png") -10px -45px no-repeat;
    margin: 0 0 0 18px;
    cursor: pointer; }

.links .toshare span.dotted {
    border-bottom: 1px dotted #487bb7;
    padding: 0; }

.links .toshare:hover, .links .toshare-hover {
    color: #ff800e; }

.links .toshare:hover .dotted, .links .toshare-hover .dotted {
    border-bottom: 1px dotted #ff800e;
    padding: 0; }

.toshare.share-widget {
    position: relative; }

.toshare.share-widget .share-widget-label {
    outline: none; }

.toshare.share-widget .share-widget-menu {
    display: none;
    position: absolute;
    top: 20px;
    right: auto;
    left: 7px;
    z-index: 1000;
    min-width: 118px;
    padding: 4px 0;
    border: 1px solid #c8d9ed;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
    text-align: left; }

.toshare.share-widget.share-widget-open .share-widget-menu {
    display: block; }

.toshare.share-widget .share-widget-menu a {
    display: block;
    padding: 4px 10px;
    color: #2b65aa;
    text-decoration: none;
    white-space: nowrap; }

.toshare.share-widget .share-widget-menu a:hover {
    background: #edf4fb;
    color: #ff800e; }

div.page div.centralpart div.partright {
    float: left;
    width: 280px;
    padding: 9px 0 23px 0; }

div.page div.centralpart div.partright div.blockcont {
    background: #f3f8fe;
    border: 1px solid #e5edfa;
    border-radius: 2px; }

div.page div.centralpart div.partright div.blockcont div.oneblock {
    padding: 8px 18px 14px 16px; }

div.page div.centralpart div.partright div.blockcont div.oneblock h4 {
    font-family: Cambria,"Palatino Linotype",Georgia;
    font-size: 15px;
    line-height: 16px;
    font-weight: bold;
    font-variant: small-caps;
    color: #424447;
    padding: 0 0 6px 0; }

div.page div.centralpart div.partright div.blockcont div.oneblock h4 a {
    color: #424447;
    text-decoration: none; }

div.page div.centralpart div.partright div.blockcont div.oneblock h4 a span.arrow {
    background: url("/assets/ctx/88a1a057/img/sys/arrows_double.png") right 6px no-repeat;
    padding: 0 15px 0 0; }

div.page div.centralpart div.partright div.blockcont div.oneblock h4 a:hover {
    color: #ff800e;
    text-decoration: none; }

div.page div.centralpart div.partright div.blockcont div.oneblock h4 a:hover span.arrow {
    background: url("/assets/ctx/88a1a057/img/sys/arrows_double.png") right -17px no-repeat;
    padding: 0 15px 0 0; }

div.page div.centralpart div.partright div.blockcont div.oneblock p {
    font-family: Verdana,sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    color: #487bb7;
    padding: 3px 0 3px 0; }

div.page div.centralpart div.partright div.blockcont div.oneblock p.notes {
    padding: 7px 0 2px 14px;
    margin: 0 0 0 10px;
    background: url("/assets/ctx/bab4a7ec/img/sys/bullets.png") left 12px no-repeat; }

div.page div.centralpart div.partright div.blockcont div.oneblock p a {
    color: #2b65aa;
    text-decoration: underline; }

div.page div.centralpart div.partright div.blockcont div.oneblock p a:hover {
    color: #ff800e;
    text-decoration: underline; }

div.page div.centralpart div.partright div.blockcont div.oneblock ul {
    padding: 3px 0 0 3px; }

div.page div.centralpart div.partright div.blockcont div.oneblock ul li {
    list-style-type: none;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #487bb7;
    padding: 3px 0 4px 15px; }

div.page div.centralpart div.partright div.blockcont div.oneblock ul li span.mark {
    display: inline-block;
    width: 20px;
    height: 22px;
    margin: 0 0 0 -25px;
    float: left;
    background: url("/assets/ctx/bab4a7ec/img/sys/bullets.png") 10px -110px no-repeat; }

div.page div.centralpart div.partright div.blockcont div.oneblock div.morematerials {
    font-family: Verdana,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    padding: 12px 0 0 18px; }

div.page div.centralpart div.partright div.blockcont div.oneblock div.morematerials span.arrow {
    color: #487bb7;
    padding: 0 13px 0 0;
    cursor: pointer;
    text-decoration: underline; }

div.page div.centralpart div.partright div.blockcont div.oneblock div.morematerials span.arrow:hover, div.page div.centralpart div.partright div.blockcont div.oneblock div.morematerials span.arrow-hover {
    color: #ff800e; }

div.page div.centralpart div.partright div.blockcont div.raspor {
    height: 21px;
    background: url("/assets/ctx/7ca00734/img/sys/partright-raspor.jpg") left top no-repeat;
    margin: 0 0 0 15px; }

div.toplayer {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    background: url("/assets/ctx/f5252ccb/img/sys/toplayer-bg.png"); }

div.toplayertext {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 102;
    top: 0;
    left: 0; }

div.toplayertext table.window {
    position: relative;
    margin: 50px auto 0;
    -webkit-appearance: none; }

div.toplayertext table.window td {
    -webkit-appearance: none; }

div.toplayertext table.window td.mw-topleft {
    width: 12px;
    height: 12px;
    background: url("/assets/ctx/5f1573aa/img/sys/mw-bg-lefttop.png") center center no-repeat; }

div.toplayertext table.window td.mw-top {
    height: 12px;
    background: url("/assets/ctx/6cef3e9f/img/sys/mw-bg-top.png") center center repeat-x; }

div.toplayertext table.window td.mw-topright {
    width: 12px;
    height: 12px;
    background: url("/assets/ctx/c30c9226/img/sys/mw-bg-righttop.png") center center no-repeat;
    text-align: left;
    vertical-align: bottom; }

div.toplayertext table.window td.mw-left {
    width: 12px;
    background: url("/assets/ctx/40a5415a/img/sys/mw-bg-left.png") center center repeat-y; }

div.toplayertext table.window td.mw-center {
    background: #fff url("/assets/ctx/add33454/img/sys/mw-bg-center.png") center center; }

div.toplayertext table.window td.mw-right {
    width: 12px;
    background: url("/assets/ctx/cce3420c/img/sys/mw-bg-right.png") center center repeat-y; }

div.toplayertext table.window td.mw-bottomleft {
    width: 12px;
    height: 12px;
    background: url("/assets/ctx/41c18a73/img/sys/mw-bg-leftbottom.png") center center no-repeat; }

div.toplayertext table.window td.mw-bottom {
    height: 12px;
    background: url("/assets/ctx/64123fed/img/sys/mw-bg-bottom.png") center center repeat-x; }

div.toplayertext table.window td.mw-bottomright {
    width: 12px;
    height: 12px;
    background: url("/assets/ctx/d0628950/img/sys/mw-bg-rightbottom.png") center center no-repeat; }

div.toplayertext div.closebutton {
    float: right;
    width: 22px;
    height: 22px;
    background: url("/assets/ctx/e4a482af/img/sys/toplayerwindow-close.gif") center center no-repeat;
    cursor: pointer;
    position: relative; }

div.toplayertext div.cb:hover, div.toplayertext div.cb-hover {
    background: url("/assets/ctx/f430bda1/img/sys/toplayerwindow-close-hover.gif") left top no-repeat; }

.to_reg {
    border-left: 2px solid #ffa42a;
    margin: 5px 0 0 6px;
    overflow: hidden;
    padding: 0 0 0 11px;
    position: relative; }

.to_reg p {
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
    margin: -4px 0 -2px;
    padding: 0; }

.to_reg p a {
    text-decoration: none;
    border-bottom: 1px dotted #487bb7;
    color: #487bb7; }

.to_reg p a:hover {
    border-color: #ff800e;
    color: #ff800e; }

.reg_tooltip {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 43px;
    left: 904px;
    display: none;
    width: 290px;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px; 
    z-index: 999;
}

.reg_tooltip.visibl {
    display: block; }

.reg_tooltip table td.cl-topleft {
    width: 11px;
    height: 10px;
    background: url("/assets/ctx/63de6bb0/img/sys/cl-bg-lefttop.png") center center no-repeat; }

.reg_tooltip table td.cl-top {
    height: 10px;
    background: url("/assets/ctx/3ddf3ddb/img/sys/cl-bg-top.png") center center repeat-x; }

.reg_tooltip table td.cl-topright {
    width: 11px;
    height: 10px;
    background: url("/assets/ctx/35407639/img/sys/cl-bg-righttop.png") center center no-repeat;
    text-align: left;
    vertical-align: bottom; }

.reg_tooltip table td.cl-left {
    width: 11px;
    background: url("/assets/ctx/82ca3ec4/img/sys/cl-bg-left.png") center center repeat-y; }

.reg_tooltip table td.cl-center {
    background: #fff url("/assets/ctx/1f2e3534/img/sys/cl-bg-center.png") center center; }

.reg_tooltip table td.cl-right {
    width: 12px;
    background: url("/assets/ctx/20163b99/img/sys/cl-bg-right.png") center center repeat-y; }

.reg_tooltip table td.cl-bottomleft {
    width: 11px;
    height: 12px;
    background: url("/assets/ctx/6a307eda/img/sys/cl-bg-leftbottom.png") center center no-repeat; }

.reg_tooltip table td.cl-bottom {
    height: 12px;
    background: url("/assets/ctx/14673d2a/img/sys/cl-bg-bottom.png") center center repeat-x; }

.reg_tooltip table td.cl-bottomright {
    width: 12px;
    height: 12px;
    background: url("/assets/ctx/916088ca/img/sys/cl-bg-rightbottom.png") center center no-repeat; }

.reg_tooltip .in_regtooltip {
    padding: 7px 10px 3px;
    font-size: 13px; }

.reg_tooltip .in_regtooltip p {
    padding: 0 0 4px;
    font-size: 13px; }

#feedbackFormZone {
    background: url("/assets/ctx/ce8a2ccd/img/sys/askyourquestion-bgbottom.gif") no-repeat left bottom transparent !important; }

.search-button .dimentions, .faq-button .dimentions, .unsubscribe-button .dimensions {
    width: 79px;
    height: 26px; }

div.button a {
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(104, 157, 211, 0.95); }

div.button span, div.buttonpart span {
    display: block; }

.account-button .dimensions {
    color: white;
    width: 208px;
    height: 26px; }

.search-button .mask, .faq-button .mask, .unsubscribe-button .mask, .account-button .mask {
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold; }

.search-button .corners, .faq-button .corners, .unsubscribe-button .corners {
    border-radius: 3px;
    border: 1px solid #77a2d5; }

.account-button .corners {
    border-radius: 3px;
    border: 1px solid #99c0eb; }

.account-button .gradient {
    background: #b4d9e6;
    background: -webkit-gradient(linear, left top, left bottom, from(#b4d9e6), color-stop(34%, #99c4ef), color-stop(67%, #82b4e9), to(#78afe7));
    background: linear-gradient(to bottom, #b4d9e6 0%, #99c4ef 34%, #82b4e9 67%, #78afe7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4d9e6',endColorstr='#78afe7',GradientType=0); }

.search-button .gradient, .faq-button .gradient, .unsubscribe-button .gradient {
    margin-left: -1px;
    margin-top: -1px;
    background: #fefefe;
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), color-stop(92%, #e9eae5), to(#e9eae5));
    background: linear-gradient(to bottom, #fefefe 0%, #e9eae5 92%, #e9eae5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe',endColorstr='#e9eae5',GradientType=0); }

a:link .search-button, a:active .search-button, a:hover .search-button, a:visited .search-button, a:link .faq-button, a:active .faq-button, a:hover .faq-button, a:visited .faq-button, a:link .unsubscribe-button, a:active .unsubscribe-button, a:hover .unsubscribe-button, a:visited .unsubscribe-button {
    color: black;
    text-decoration: none; }

.faq-button .dimentions {
    width: 141px; }

.faq-button .mask {
    color: #787878;
    font-size: 13px; }

.unsubscribe-button .dimentions {
    width: 50px;
    height: 20px; }

.unsubscribe-button .mask {
    line-height: 19px;
    font-size: 12px; }

.unsubscribe {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    text-align: center; }

.zone-ajax-overlay {
    text-align: center;
    vertical-align: middle;
    position: absolute;
    z-index: 100;
    background: url("/assets/ctx/f0077415/img/sys/chapterspreloader.gif") center center no-repeat #fbf7aa;
    opacity: .2;
    filter: alpha(opacity=20); }

.zone-highlight-overlay {
    background: yellow;
    position: absolute;
    z-index: 100;
    opacity: .4;
    filter: alpha(opacity=40); }

.trwindowbg .parttop {
    background: url("/assets/ctx/ef8362c9/img/sys/trwindow_topbg2.png") no-repeat left top;
    height: 7px;
    width: 429px; }

.trwindowbg .partcenter {
    background: url("/assets/ctx/7e2f25b1/img/sys/trwindow_bg2.png") repeat-y left top;
    width: 429px; }

.trwindowbg .partbottom {
    background: url("/assets/ctx/943b8089/img/sys/trwindow_bottombg2.png") no-repeat left top;
    height: 15px;
    width: 429px; }

.trwindow .list {
    position: relative; }

.trwindow .list .onepoint {
    width: 300px; }

.trwindow .in_list_comment {
    margin: 0 18px;
    padding: 0;
    min-height: 180px; }

.trwindow .in_list_comment p {
    color: #8b8b8b;
    font-size: 11px;
    padding: 0 0 7px;
    margin: 0;
    width: 305px; }

.trwindow .in_list_comment p:first-child {
    border-top: 1px dashed #999;
    padding-top: 15px;
    margin-top: 15px; }

.swwhere .trwindowbg .parttop {
    background: url("/assets/ctx/d5ab9ef2/img/sys/trwindow_topbg.png") left top no-repeat;
    width: 273px;
    height: 7px; }

.swwhere .trwindowbg .partcenter {
    background: url("/assets/ctx/87003caa/img/sys/trwindow_bg.png") left top repeat-y;
    width: 273px; }

.swwhere .trwindowbg .partbottom {
    background: url("/assets/ctx/2bcc2343/img/sys/trwindow_bottombg.png") left top no-repeat;
    width: 273px;
    height: 15px; }

.swwhere .trwindow .list .onepoint {
    width: 225px; }

.header .account {
    padding: 9px 11px 0 0; }

.page {
    padding: 0 10px; }

@media (max-width: 400px) {
    #page {
        width: 90%; }
    #page .header {
        width: 100%;
        overflow: hidden; }
    .centralpart .partleft {
        width: 100%;
        overflow: hidden; } }

@media (min-width: 400px) {
    #page {
        width: 90%; }
    #page .header {
        width: 100%;
        overflow: hidden; }
    .centralpart .partleft {
        width: 100%;
        overflow: hidden; } }

@media (min-width: 550px) {
    #page {
        width: 90%; }
    #page .header {
        width: 100%;
        overflow: hidden; }
    .centralpart .partleft {
        width: 100%;
        overflow: hidden; } }

@media (min-width: 750px) {
    #page {
        width: 90%; }
    #page .header {
        width: 100%;
        overflow: hidden; } }

@media (min-width: 1000px) {
    #page {
        width: 954px; }
    #page .header {
        width: 954px; } }

@media (min-width: 1200px) {
    #page {
        width: 954px; }
    #page .header {
        width: 954px; } }

.input-field {
    height: 20px;
    line-height: 14px;
    padding: 3px 4px;
    background-color: #fefdeb;
    border: 1px solid #9fb9c6;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px #eeedcb;
    box-shadow: inset 0 1px 1px #eeedcb; }

.input-field.ui-search {
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-style: italic;
    color: #999a9c; }

a.notation-info {
    text-decoration: none;
    font-family: Verdana;
    cursor: pointer; }

td.testament {
    vertical-align: top;
    padding-right: 25px; }

div.preload {
    text-align: center;
    vertical-align: middle;
    background: transparent url("/assets/ctx/f0077415/img/sys/chapterspreloader.gif") no-repeat scroll center center;
    height: 100px; }

div.preload img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

td.testament > div.caption, div.book-group > div.caption {
    font-family: Georgia;
    font-size: 15px;
    line-height: 16px;
    font-weight: normal;
    color: #969696;
    padding: 0; }

div.book-group > div.caption {
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0 5px 14px;
    margin-bottom: -3px;
    margin-top: 1px; }

div.qtip.notation-info {
    max-width: 720px;
    min-width: 300px;
    overflow: auto; }

div.book-info {
    font-family: Verdana;
    font-size: 11px;
    padding: 1px 0 1px 22px;
    white-space: nowrap; }

.pageloading-mask {
    background: 0;
    z-index: 100;
    opacity: .01;
    animation-name: none;
    -webkit-animation-name: none; }

table.pretty {
    border-collapse: collapse; }

table.pretty td, table.pretty th {
    padding: 0; }

.t-error-icon {
    visibility: hidden;
    display: none; }

@font-face {
    font-family: greek_font;
    font-style: normal;
    font-weight: normal;
    src: url("/assets/ctx/2a21517f/fonts/lsans.ttf"); }

@font-face {
    font-family: greek_font;
    font-style: italic;
    font-weight: normal;
    src: url("/assets/ctx/b1ea27d2/fonts/lsansi.ttf"); }

@font-face {
    font-family: greek_font;
    font-style: normal;
    font-weight: bold;
    src: url("/assets/ctx/e4ff2f38/fonts/lsansd.ttf"); }

@font-face {
    font-family: greek_font;
    font-style: italic;
    font-weight: bold;
    src: url("/assets/ctx/74200b5b/fonts/lsansdi.ttf"); }

@font-face {
    font-family: slavonic_font;
    font-style: normal;
    font-weight: normal;
    src: url("/assets/ctx/7083fd0a/fonts/HirmUcs8.ttf"); }

@font-face {
    font-family: slavonic_font_ie;
    font-style: normal;
    font-weight: normal;
    src: url("/assets/ctx/b5f62085/fonts/HirmIEUcs8.eot"); }

@font-face {
    font-family: slavonic_font;
    font-style: italic;
    font-weight: normal;
    src: url("/assets/ctx/bd54a25d/fonts/HirmSoUcs8.ttf"); }

@font-face {
    font-family: slavonic_font_ie;
    font-style: italic;
    font-weight: normal;
    src: url("/assets/ctx/565ec61b/fonts/HirmSoIEUcs8.eot"); }

.gototext {
    margin: 15px 0 0 0;
    padding-bottom: 37px;
}

.gototext h1 {
    font-family: Cambria,"Palatino Linotype",Georgia;
    font-size: 19px;
    line-height: 22px;
    font-weight: bold;
    color: #353535;
    padding: 0 0 4px 0; }

.bookspart {
    float: left;
    width: 263px;
    height: 258px;
    overflow: hidden;
    background: #fff;
    margin: 6px 0 0 0;
    border: solid #cedee6;
    border-width: 1px 0 1px 1px; }

.bookspart .bookspartcontainer {
    height: 240px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 8px 0 10px 0;
    position: relative; }

.bookspart .biggrouphead {
    font-family: Georgia;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    color: #969696;
    padding: 0 0 0 14px; }

.bookspart .biggroup {
    padding: 1px 0 3px 0; }

.bookspart .smallgrouphead {
    font-family: Georgia;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #969696;
    padding: 0 0 0 26px;
    margin-bottom: -3px;
    margin-top: 1px; }

.bookspart .smallgroup {
    padding: 4px 0 4px 0; }

.bookspart .onebook {
    font-family: Verdana,sans-serif;
    font-size: 13px;
    line-height: 14px;
    color: #3d3f41;
    padding: 2px 20px 2px 33px;
    margin: 0 0 0 1px; }

.bookspart .onebook a {
    color: #487bb7;
    border-bottom: 1px dotted #487bb7;
    text-decoration: none; }

.bookspart .activebook {
    background: #f2f2f2 url("/assets/ctx/1a980a55/img/sys/activebook-bgbot.gif") left bottom repeat-x;
    margin: -2px 0 -2px 1px;
    padding: 0; }

.bookspart .activebook .ab2 {
    background: url("/assets/ctx/5bd81ad4/img/sys/activebook-bgtop.jpg") left top repeat-x; }

.bookspart .activebook .ab2 .ab3 {
    background: url("/assets/ctx/5b7b2794/img/sys/activebook-arrow.gif") 232px center no-repeat;
    padding: 4px 20px 4px 33px; }

.bookspart .activebook a {
    color: #3d3f41;
    border: 0 none;
    cursor: default; }

.preloader {
    text-align: center;
    background: #fff;
    cursor: wait; }

.chapterspart {
    float: left;
    width: 691px;
    height: 258px;
    overflow: hidden;
    background: #fff;
    margin: 6px 0 0 0;
    border: solid #cedee6;
    border-width: 1px 0 1px 0; }

.chapterspart .chapterspartcontainer {
    height: 258px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative; }

.chapterspartcontainer .chapters {
    width: 100%;
    margin: 8px 0 10px 0; }

.chapterspartcontainer .chapters td {
    text-align: left;
    vertical-align: top;
    font-family: Verdana,sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #787878; }

.chapterspartcontainer .chapters td a {
    color: #487bb7;
    text-decoration: none; }

.chapterspartcontainer .chapters td.chapter {
    width: 136px;
    padding: 4px 0 4px 17px;
    font-size: 13px; }

.chapterspartcontainer .chapters td.verses {
    border-left: 1px solid #eaeaea;
    line-height: 16px;
    color: #787878; }

.chapterspartcontainer .chapters td.verses .offset {
    float: left;
    width: 75px;
    height: 16px; }

.chapterspartcontainer .chapters td.verses .arrow {
    width: 10px;
    height: 16px;
    float: left; }

.chapterspartcontainer .chapters td.verses .vnumbers {
    float: left;
    width: 85px;
    font-size: 11px; }

.chapterspartcontainer .chapters td.verses .alink {
    color: #487bb7; }

.chapterspartcontainer .chapters td.verses .onerow {
    padding: 4px 0 4px 10px; }

.chapterspartcontainer .chapters td.verses .offset {
    float: left;
    width: 75px;
    height: 16px; }

.chapterspartcontainer .chapters td.verses .arrow {
    width: 10px;
    height: 16px;
    float: left; }

.chapterspartcontainer .chapters td.verses .topic-title {
    float: left; }

.chapterspartcontainer .chapters td.expanded .nextlevel {
    background: #f0f0f0 url("/assets/ctx/1a980a55/img/sys/activebook-bgbot.gif") left bottom repeat-x; }

.chapterspartcontainer .chapters td.expanded .nl-bg {
    background: url("/assets/ctx/5bd81ad4/img/sys/activebook-bgtop.jpg") left top repeat-x; }

.chapterspartcontainer .chapters td.expanded .nl-bg {
    background: url("/assets/ctx/5bd81ad4/img/sys/activebook-bgtop.jpg") left top repeat-x; }

.chapterspartcontainer .chapters td.expanded .arrow img {
    background: url("/assets/ctx/adeb0eb7/img/sys/subgroup-arrow-bottom.gif") center center no-repeat; }

.chapterspartcontainer .chapters td.collapsed .arrow img {
    background: url("/assets/ctx/bad90eda/img/sys/subgroup-arrow-right.gif") center center no-repeat; }

.chapterspart .onechapterline .verses .oneversegroup {
    padding: 1px 0 1px 17px; }

.chapterspart .onechapterline .verses .oneversegroup .versesgroupnumber {
    float: left;
    width: 82px;
    font-family: Verdana,sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #787878;
    margin: 1px 0 0 0; }

.chapterspart .onechapterline .verses .oneversegroup .versesgroupname {
    float: left;
    width: 420px;
    font-family: Verdana,sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #487bb7; }

.chapterspart .onechapterline .verses .oneversegroup .versesgroupverse {
    float: left;
    width: 42px;
    font-family: Verdana,sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #787878;
    margin: 1px 0 0 0; }

.chapterspart .onechapterline .verses .oneversegroup .versesgrouplist {
    float: left;
    width: 460px;
    font-family: Verdana,sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #487bb7;
    color: #787878; }

.chapterspart .onechapterline .verses .oneversegroup .versesgrouplist a {
    color: #487bb7; }

.chapterspart .onechapterline .verses .subgroup {
    padding: 2px 0 3px 0;
    margin: -1px 0 -2px 0; }

.chapterspart .onechapterline .verses .subgroup .arrow {
    float: left;
    width: 4px;
    height: 7px;
    margin: 1px 6px 0 8px; }

.chapterspart .onechapterline .verses .subgroup .arrow img {
    width: 4px;
    height: 7px;
    background: url("/assets/ctx/bad90eda/img/sys/subgroup-arrow-right.gif") left top no-repeat; }

.chapterspart .onechapterline .verses .sg-active {
    padding: 0;
    margin: -1px 0 1px 0; }

.chapterspart .onechapterline .verses .sg-active .arrow {
    float: left;
    width: 7px;
    height: 4px;
    margin: 0 5px 0 6px; }

.chapterspart .onechapterline .verses .sg-active .arrow img {
    width: 7px;
    height: 4px;
    background: url("/assets/ctx/adeb0eb7/img/sys/subgroup-arrow-bottom.gif") left top no-repeat; }

.chapterspart .onechapterline .verses .sg-active .sg2 {
    background: #f2f2f2 url("/assets/ctx/1a980a55/img/sys/activebook-bgbot.gif") left bottom repeat-x; }

.chapterspart .onechapterline .verses .sg-active .sg2 .sg3 {
    background: url("/assets/ctx/5bd81ad4/img/sys/activebook-bgtop.jpg") left top repeat-x;
    padding: 2px 0 3px 0; }

.chapterspart .onechapterline .verses .ssgroup {
    margin: 0 0 0 79px;
    padding: 1px 0 1px 0; }

.chapterspart .onechapterline .verses .ssgroup .versesgroupname {
    width: 343px; }

.searchinbible {
    margin: 9px 0 0 0; }

.searchinbible h1 {
    font-family: Cambria,"Palatino Linotype",Georgia;
    font-size: 19px;
    line-height: 22px;
    font-weight: bold;
    color: #353535; }

.searchinbible .searchline {
    margin: 8px 0 0 0; }

.searchinbible .slpleft {
    float: left; }

.searchinbible .slpleft .inputpart {
    float: left; }

.searchinbible .slpleft .input-field {
    width: 574px;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    font-style: italic;
    color: #999a9c;
    line-height: 16px; }

.searchinbible .slpleft .lineunderinput {
    font-family: Verdana,sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    margin: 7px 0 0 0; }

.searchinbible .slpleft .lineunderinput .searchconcur {
    float: left;
    color: #535353; }

.searchinbible .slpleft .lineunderinput .searchconcur div.scchbox {
    float: left;
    width: 17px;
    margin: 2px 0 0 2px; }

.searchinbible .slpleft .lineunderinput .searchconcur .scchtext {
    float: left; }

.searchinbible .slpleft .lineunderinput .searchwhere {
    float: left;
    color: #535353;
    background: url("/assets/ctx/6850986/img/sys/dot_vert_2.gif") left bottom repeat-y;
    margin: 0 0 0 10px;
    padding: 0 0 0 9px; }

.searchinbible .slpleft .lineunderinput .searchwhere .swtext {
    float: left; }

.searchinbible .slpleft .lineunderinput .searchwhere .swwhere {
    float: left;
    margin: 0 0 0 6px; }

.searchinbible .slpleft .lineunderinput .searchwhere .swwhere .swwherelink, .searchinbible .slpleft .lineunderinput .searchwhere .swwhere .swwherelink:hover, .searchinbible .slpleft .lineunderinput .searchwhere .swwhere .swwherelink-hover {
    padding: 1px 18px 3px 0;
    cursor: pointer;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #487bb7;
    margin: -1px 0 0 0; }

.searchinbible .slpleft .lineunderinput .searchwhere .swwhere .swwherelink:after, .searchinbible .slpleft .lineunderinput .searchwhere .swwhere .swwherelink:hover:after, .searchinbible .slpleft .lineunderinput .searchwhere .swwhere .swwherelink-hover:after, searchinbible .slpright .bibleversion:after {
    content: '';
    position: absolute;
    background: url("/assets/ctx/786298ce/img/sys/dropbox_arrows.png") right -99px no-repeat;
    width: 19px;
    height: 15px;
    margin-top: -1px; }

.searchinbible .slpleft .lineunderinput .searchwhere .swwhere .swwherelink .dotted {
    border-bottom: 1px dotted #487bb7;
    padding: 0; }

.searchinbible .slpleft .lineunderinput .searchwhere .swwhere .swwherelink:hover, .searchinbible .slpleft .lineunderinput .searchwhere .swwhere .swwherelink-hover {
    color: #f93; }

.searchinbible .slpleft .lineunderinput .searchwhere .swwhere .swwherelink:hover:after, .searchinbible .slpleft .lineunderinput .searchwhere .swwhere .swwherelink-hover:after, .searchinbible .slpright .bibleversion:hover:after, .searchinbible .slpright .bibleversion-hover:after {
    background: url("/assets/ctx/786298ce/img/sys/dropbox_arrows.png") right -123px no-repeat; }

.searchinbible .slpleft .lineunderinput .searchwhere .swwhere .swwherelink:hover .dotted, .searchinbible .slpleft .lineunderinput .searchwhere .swwhere .swwherelink-hover .dotted {
    border-bottom: 1px dotted #ff800e;
    padding: 0; }

.searchinbible .slpleft .buttonpart {
    float: left;
    margin: 0 0 0 3px;
    width: 73px;
    height: 28px; }

.searchinbible .slpright {
    float: left;
    background: url("/assets/ctx/1f430ae9/img/sys/dot_vert_1.gif") left bottom repeat-y;
    margin: -5px 0 0 11px;
    padding: 0 0 0 12px; }

.searchinbible .slpright .bibleversion, .searchinbible .slpright .bibleversion:hover, .searchinbible .slpright .bibleversion-hover {
    float: left;
    padding: 1px 18px 3px 0;
    margin: 10px 0;
    cursor: pointer;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #487bb7; }

.searchinbible .slpright .bibleversion .dotted {
    border-bottom: 1px dotted #487bb7;
    padding: 0; }

.searchinbible .slpright .bibleversion:hover, .searchinbible .slpright .bibleversion-hover {
    float: right;
    color: #ff800e; }

.searchinbible .slpright .bibleversion:hover .dotted, .searchinbible .slpright .bibleversion-hover .dotted {
    border-bottom: 1px dotted #ff800e;
    padding: 0; }

.materialsline {
    padding: 0 0 26px 0;
    margin: 26px 0 0 0; }

.materialsline .mlpartleft {
    float: left;
    width: 419px; }

.materialsline .mlpartright {
    float: left;
    width: 535px; }

.materialsline h2 {
    font-family: Cambria,"Palatino Linotype",Georgia;
    font-size: 16px;
    font-variant: small-caps;
    line-height: 20px;
    font-weight: bold;
    color: #353535;
    margin: 0 0 0 2px; }

.materialsline .mlpartright h2 {
    float: left; }

.materialsline ul {
    list-style-type: none;
    margin: 11px 0 0 3px; }

.materialsline ul li {
    background: url("/assets/ctx/bab4a7ec/img/sys/bullets.png") 0 -128px no-repeat;
    padding: 0 0 6px 17px;
    font-family: Verdana,sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    color: #515151; }

.materialsline ul li a {
    line-height: 18px;
    color: #487bb7;
    text-decoration: none; }

.materialsline ul li a:hover {
    color: #487bb7;
    text-decoration: underline; }

.libraryline {
    padding: 0 0 25px 0; }

.libraryline h2 {
    font-family: Cambria,"Palatino Linotype",Georgia;
    font-size: 19px;
    line-height: 22px;
    font-weight: bold;
    color: #353535;
    padding: 0 0 0 2px; }

.libraryline h2 a {
    color: #353535;
    text-decoration: none; }

.libraryline h2 a:hover {
    color: #ff800e; }

.libraryline .llcol1 {
    float: left;
    width: 313px;
    padding: 10px 10px 0 0; }

.libraryline .llcol2 {
    float: left;
    width: 323px;
    padding: 10px 10px 0 0; }

.libraryline .llcol3 {
    float: left;
    width: 288px;
    padding: 10px 10px 0 0; }

.libraryline h3 {
    font-family: Cambria,"Palatino Linotype",Georgia;
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    color: #353535;
    margin: 0 0 0 2px; }

.libraryline h3 a {
    color: #353535;
    text-decoration: none; }

.libraryline h3 a:hover {
    color: #ff800e; }

.libraryline ul {
    list-style-type: none;
    margin: 7px 0 0 3px; }

.libraryline ul li {
    padding: 0 0 12px 17px;
    font-family: Verdana,sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    color: #515151; }

.libraryline ul li span.mark {
    display: inline-block;
    width: 20px;
    height: 22px;
    margin: -1px 0 0 -17px;
    float: left;
    background: url("/assets/ctx/bab4a7ec/img/sys/bullets.png") 0 -128px no-repeat; }

.libraryline ul li a {
    line-height: 18px;
    color: #487bb7;
    text-decoration: none; }

.libraryline ul li a:hover {
    color: #487bb7;
    text-decoration: underline; }

.libraryline ul li span.author {
    font-family: Verdana,sans-serif;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
    margin: -1px 0 0 0; }

.libraryline .showmore {
    float: left;
    margin: 1px 0 0 20px;
    background: url("/assets/ctx/58f41638/img/sys/arrow_more_3.gif") right 7px no-repeat;
    padding: 0 10px 0 0;
    font-family: Verdana,sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: #487bb7; }

.libraryline .showmore a {
    color: #487bb7;
    text-decoration: none; }

.libraryline .showmore a:hover {
    text-decoration: underline; }

.dottednavbibleline {
    height: 31px;
    background: url("/assets/ctx/9acd0f14/img/sys/dotnavline-bg.gif") left top repeat-x;
    margin: 6px 0 15px 0; }

.dottednavbibleline .partleft {
    float: left;
    height: 31px;
    width: 760px; }

.dottednavbibleline .partleft .sectionname {
    float: left;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    color: #2b65aa;
    background: url("/assets/ctx/fba8114d/img/sys/sectionname-icon.gif") left 3px no-repeat;
    padding: 0 0 0 19px;
    margin: 7px 0 0 5px; }

.dottednavbibleline .partleft .sectionname .dotted {
    border-bottom: 1px dotted #2b65aa;
    padding: 0; }

.dottednavbibleline .partleft .sectionname:hover, .dottednavbibleline .partleft .sectionname-hover {
    color: #ff800e;
    background: url("/assets/ctx/dc281048/img/sys/sectionname-icon-orange.gif") left 3px no-repeat; }

.dottednavbibleline .partleft .sectionname:hover .dotted, .dottednavbibleline .partleft .sectionname-hover .dotted {
    border-bottom: 1px dotted #ff800e;
    padding: 0; }

.dottednavbibleline .partleft .bibleversion, .dottednavbibleline .partleft .bibleversion:hover, .dottednavbibleline .partleft .bibleversion-hover {
    float: right;
    padding: 1px 18px 3px 0;
    color: #2b65aa;
    cursor: pointer;
    font-size: 12px;
    font-family: Verdana,sans-serif;
    font-weight: normal;
    line-height: 16px;
    margin: 6px 13px 0 0; }

.dottednavbibleline .partleft .bibleversion:after {
    background: url("/assets/ctx/786298ce/img/sys/dropbox_arrows.png") right -99px no-repeat;
    margin-top: 0; }

.dottednavbibleline .partleft .bibleversion .dotted {
    border-bottom: 1px dotted #2b65aa;
    padding: 0; }

.dottednavbibleline .partleft .bibleversion:hover, .dottednavbibleline .partleft .bibleversion-hover {
    color: #ff800e; }

.dottednavbibleline .partleft .bibleversion:hover:after, .dottednavbibleline .partleft .bibleversion-hover:after {
    background: url("/assets/ctx/786298ce/img/sys/dropbox_arrows.png") right -123px no-repeat;
    margin-top: 0; }

.dottednavbibleline .partleft .bibleversion:hover .dotted, .dottednavbibleline .partleft .bibleversion-hover .dotted {
    border-bottom: 1px dotted #ff800e;
    padding: 0; }

.dottednavbibleline .partright {
    float: left;
    height: 31px;
    width: 194px;
    background: url("/assets/ctx/1f430ae9/img/sys/dot_vert_1.gif") left bottom repeat-y;
    font-family: Verdana,sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px; }

.dottednavbibleline .partright .tolisten {
    float: left;
    padding: 1px 0 3px 18px;
    background: url("/assets/ctx/e05e3a83/img/sys/todayblock_tolisten_icon.jpg") left 3px no-repeat;
    color: #2b65aa;
    cursor: pointer;
    margin: 7px 0 0 13px; }

.dottednavbibleline .partright .tolisten .dotted {
    border-bottom: 1px dotted #2b65aa;
    padding: 0; }

.dottednavbibleline .partright .tolisten:hover, .dottednavbibleline .partright .tolisten-hover {
    float: left;
    padding: 1px 0 3px 18px;
    background: url("/assets/ctx/e05e3a83/img/sys/todayblock_tolisten_icon.jpg") left 3px no-repeat;
    color: #ff800e;
    cursor: pointer;
    margin: 7px 0 0 13px; }

.dottednavbibleline .partright .tolisten:hover .dotted, .dottednavbibleline .partright .tolisten-hover .dotted {
    border-bottom: 1px dotted #ff800e;
    padding: 0; }

.dottednavbibleline .partright .toshare, .dottednavbibleline .partright .toshare:hover, .dottednavbibleline .partright .toshare-hover {
    float: left;
    padding: 1px 0 3px 17px;
    background: url("/assets/ctx/f1c98141/img/sys/icons.png") -10px -45px no-repeat;
    color: #2b65aa;
    cursor: pointer;
    margin: 7px 0 0 11px; }

.dottednavbibleline .partright .toshare .dotted {
    border-bottom: 1px dotted #2b65aa;
    padding: 0; }

.dottednavbibleline .partright .toshare:hover, .dottednavbibleline .partright .toshare-hover {
    color: #ff800e; }

.dottednavbibleline .partright .toshare:hover .dotted, .dottednavbibleline .partright .toshare-hover .dotted {
    border-bottom: 1px dotted #ff800e;
    padding: 0; }

.bookswindow-top {
    width: 988px;
    height: 323px;
    position: absolute;
    margin: -55px 0 0 -17px; }

.bookswindow-top .bwleft {
    float: left;
    width: 11px;
    height: 323px;
    background: url("/assets/ctx/54670060/img/sys/bookwindowtop-bgleft.png") left top no-repeat; }

.bookswindow-top .bwright {
    float: left;
    width: 11px;
    height: 323px;
    background: url("/assets/ctx/3ca80ac3/img/sys/bookwindowtop-bgright.png") left top no-repeat; }

.bookswindow-top .bwcenter {
    float: left;
    width: 966px;
    height: 323px;
    background: url("/assets/ctx/6d7173e8/img/sys/bookwindowtop-bg.png") left top repeat-x; }

.bookswindow-bottom {
    width: 988px;
    height: 336px;
    position: absolute;
    margin: -342px 0 0 -17px; }

.bookswindow-bottom .bwleft {
    float: left;
    width: 11px;
    height: 336px;
    background: url("/assets/ctx/419dfe98/img/sys/bookwindowbottom-bgleft.png") left top no-repeat; }

.bookswindow-bottom .bwright {
    float: left;
    width: 11px;
    height: 336px;
    background: url("/assets/ctx/9e110aea/img/sys/bookwindowbottom-bgright.png") left top no-repeat; }

.bookswindow-bottom .bwcenter {
    float: left;
    width: 966px;
    height: 336px;
    background: url("/assets/ctx/bff97278/img/sys/bookwindowbottom-bg.png") left top repeat-x; }

.bwcenter .breadcrumbsline {
    float: left;
    width: 932px;
    margin: 14px 0 0 11px;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px; }

.bwcenter .breadcrumbsline .bible {
    float: left;
    color: #ff800e;
    background: url("/assets/ctx/dc281048/img/sys/sectionname-icon-orange.gif") left 3px no-repeat;
    padding: 0 0 0 19px; }

.bwcenter .breadcrumbsline .bible .dotted {
    border-bottom: 1px dotted #ff800e;
    padding: 0; }

.bwcenter .breadcrumbsline .arrow {
    float: left;
    width: 6px;
    height: 9px;
    background: url("/assets/ctx/54052aeb/img/sys/bwbreadcrumb-arrow.gif") left top no-repeat;
    margin: 4px 7px 0 7px; }

.bwcenter .breadcrumbsline .oneblock {
    float: left;
    padding: 0;
    color: #3d3f41; }

.bwcenter .closebutton {
    float: right;
    width: 17px;
    height: 17px;
    margin: 10px 8px 0 0;
    padding-right: 5px; }

.bwcenter .booksline {
    margin: 0 0 0 6px; }

.onelinkanons {
    width: 289px;
    position: absolute;
    margin: 3px 0 0 20px; }

.onelinkanons .bgtop {
    height: 6px;
    background: url("/assets/ctx/d8cf65d6/img/sys/link-anons-bgtop.png") left top no-repeat; }

.onelinkanons .bgcenter {
    background: url("/assets/ctx/d31b679b/img/sys/link-anons-bg.png") left top repeat-y;
    padding: 7px 16px 7px 16px; }

.onelinkanons .bgcenter p {
    font-family: Verdana,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    color: #3d3f41; }

.onelinkanons .bgbottom {
    height: 6px;
    background: url("/assets/ctx/570260de/img/sys/link-anons-bgbottom.png") left top no-repeat; }

.slavonic {
    font-family: "Hirmos ieUcs",slavonic_font,slavonic_font_ie;
    font-size: larger; }

.bookspart-control.slavonic {
    font-size: 100%; }

.bibletextblock h1 {
    font-family: Georgia;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    color: #444;
    padding: 8px 0 0 0; }

.bibletextblock h1 span.number {
    font-family: Georgia;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    color: #444;
    padding: 8px 0 0 0; }

.bibletextblock h1.standard {
    font-family: Georgia;
    font-size: 28px;
    line-height: 28px;
    font-weight: normal;
    color: #444;
    padding: 20px 0 16px 0; }

.bibletextblock h1.greek {
    font-family: 'Tinos',serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    color: #444;
    padding: 8px 0 0 0; }

.bibletextblock h1.slavonic {
    font-family: "Hirmos ieUcs",slavonic_font,slavonic_font_ie;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    color: #444;
    padding: 8px 0 0 0; }

.bibletextblock h2 {
    font-family: Georgia;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color: #487bb7;
    padding: 12px 0 0 0;
    text-transform: uppercase; }

.bibletextblock h2 span.number {
    font-family: Georgia;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color: #487bb7;
    padding: 12px 0 0 0;
    text-transform: uppercase; }

.bibletextblock h2.standard {
    font-family: Georgia;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color: #487bb7;
    padding: 12px 0 0 0;
    text-transform: uppercase; }

.bibletextblock h2.greek {
    font-family: 'Tinos',serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color: #487bb7;
    padding: 12px 0 0 0;
    text-transform: uppercase; }

.bibletextblock h2.slavonic {
    font-family: "Hirmos ieUcs",slavonic_font,slavonic_font_ie;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color: #487bb7;
    padding: 12px 0 0 0;
    text-transform: uppercase; }

.bibletextblock h2 a {
    color: #487bb7;
    text-decoration: none; }

.bibletextblock h2 a:hover {
    color: #ff800e;
    text-decoration: underline; }

.bibletextblock .bibletextparts {
    position: relative;
    zoom: 1;
    overflow: hidden;
    min-height: 20px;
    padding: 9px 0 0 0;
    font-family: Verdana,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px; }

.bibletextblock .bibletextparts .onepart {
    position: relative;
    float: left;
    margin: 0 0 2px -1px;
    padding: 0 19px 0 18px;
    border-left: 1px solid #999; }

.bibletextblock .bibletextparts .onepart a {
    text-decoration: none;
    padding: 0 12px 0 0; }

.bibletextblock .bibletextparts .onepart a:hover {
    padding: 0; }

.bibletextblock .bibletextparts .onepart a span.dotted {
    color: #487bb7;
    border-bottom: 1px dotted #487bb7;
    padding: 0; }

.bibletextblock .bibletextparts .onepart a.nopad {
    padding: 0; }

.bibletextblock .bibletextparts .onepart a:hover span.dotted {
    color: #ff800e;
    background: url("/assets/ctx/8e2e0e03/img/sys/arrow_orange.gif") right 6px no-repeat;
    padding: 0 12px 0 0; }

.bibletextblock .bibletextparts .onepart a.readmore:hover span.dotted {
    background: url("/assets/ctx/2ba52690/img/sys/readmorebibletext-arrow.gif") right 6px no-repeat;
    padding: 0 12px 0 0; }

.bibletextblock .bibletextblock {
    margin: 21px 0 0 38px; }

.bibletextblock .bibletextblock td {
    text-align: left;
    vertical-align: top; }

.bibletextblock .bibletextblock td.bibletext {
    width: 675px;
    padding: 0 0 19px 0; }

.bibletextblock .bibletextblock div.bibletext {
    font-family: Georgia;
    font-size: 16px;
    line-height: 23px;
    font-weight: normal;
    color: #444;
    padding: 0 50px 0 0;
    margin: -6px 0 0 0; }

.bibletextblock .bibletextblock div.bibletext.versed {
    margin: 0;
    vertical-align: top;
    position: relative;
    padding-left: 50px; }

.bibletextblock .bibletextblock div.bibletext.versed .versed_text {
    vertical-align: top; }

.bibletextblock .bibletextblock div.bibletext.versed sup.first {
    padding-top: 3px;
    vertical-align: top; }

.bibletextblock .bibletextblock .bibletext_greek {
    font-family: 'Tinos',serif;
    font-size: 16px;
    line-height: 23px;
    font-weight: normal;
    color: #444;
    padding: 0 50px 0 0;
    margin: -6px 0 0 0; }

.scroll_box .bibletextblock .bibletext_slavonic, .bibletextblock .bibletextblock .bibletext_slavonic {
    font-family: "Hirmos ieUcs",slavonic_font,slavonic_font_ie;
    font-size: 16px;
    line-height: 23px;
    font-weight: normal;
    color: #444;
    padding: 0 50px 0 0;
    margin: -6px 0 0 0; }

.bibletextblock .bibletextblock .bibletext sup, sup.first.fake {
    font-family: Georgia;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    color: #000; }

.bibletextblock .bibletextblock .bibletext_greek sup {
    font-family: Georgia;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    color: #000; }

.bibletextblock .bibletextblock .bibletext_slavonic sup {
    font-family: Georgia;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    color: #000; }

.bibletextblock .bibletextblock .bibletext sup.first {
    min-width: 20px;
    margin: 0 0 0 -50px;
    display: inline-block;
    text-align: right; }

.bibletextblock .bibletextblock div.versed_text {
    display: inline; }

.bibletextblock .bibletextblock td.biblelinks {
    border-left: 1px solid #c7c7c7; }

.bibletextblock .bibletextblock .biblelinks .onelinksblock {
    padding: 1px 0 3px 0; }

.bibletextblock .bibletextblock .biblelinks .onelinksblock .verse {
    float: left;
    width: 27px;
    margin: -5px 0 0;
    text-align: right;
    font-family: Georgia;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    color: #1a1b1b; }

.bibletextblock .bibletextblock .biblelinks .onelinksblock.onecolumnlinks .verse {
    width: 55px;
    margin: -5px 0 0 10px;
    text-align: center; }

.bibletextblock .bibletextblock .biblelinks .onelinksblock .links {
    height: 0 auto;
    float: left;
    padding: 0;
    text-align: left;
    margin: -1px 0 14px 10px;
    font-family: Verdana,sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
    color: #487bb7;
    width: 203px; }

.bibletextblock .bibletextblock .biblelinks .onelinksblock.onecolumnlinks .links {
    margin-left: 10px;
    width: 120px; }

.bibletextblock .bibletextblock .biblelinks .onelinksblock .links a {
    text-decoration: none; }

.bibletextblock .bibletextblock .biblelinks .onelinksblock .links a:hover {
    color: #ff800e; }

.bibletextblock .readmore {
    float: left;
    font-family: Verdana,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    color: #487bb7;
    margin: 0 0 15px 1px;
    padding: 6px 8px 6px 7px;
    background: #fffbe8; }

.bibletextblock .readmore span.arrow {
    background: url("/assets/ctx/2ba52690/img/sys/readmorebibletext-arrow.gif") right 6px no-repeat;
    padding: 0 13px 0 0;
    cursor: pointer; }

.bibletextblock .readmore span.dotted {
    border-bottom: 1px dotted #487bb7; }

.bibletextblock .readmore:hover, .bibletextblock .readmore-hover {
    color: #ff800e; }

.bibletextblock .readmore:hover .arrow, .bibletextblock .readmore-hover .arrow {
    background: url("/assets/ctx/1a893482/img/sys/readmorebibletext-arrowhover.gif") right 6px no-repeat; }

.bibletextblock .readmore:hover .dotted, .bibletextblock .readmore-hover .dotted {
    border-bottom: 1px dotted #ff800e; }

.bibletextblock .noteblock {
    margin: 17px 0 0 0;
    font-family: Verdana,sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    line-height: 16px;
    color: #999; }

.bibletextblock .noteblock a {
    text-decoration: none;
    color: #3c3c3c;
    padding: 0;
    border-bottom: 1px dotted #3c3c3c; }

.linksblock {
    font-family: Verdana,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    color: #3c3c3c;
    padding: 21px 0 0 1px;
    margin-bottom: 50px; }

.linksblock .oneline {
    background: url("/assets/ctx/f1c98141/img/sys/icons.png") -10px -108px no-repeat;
    padding: 4px 4px 2px 16px; }

.linksblock .oneline .onelinehead {
    float: left; }

.linksblock .oneline .onelineversions {
    float: left;
    margin: 0 0 0 4px; }

.linksblock .oneline .onelineversions .oneitem {
    float: left; }

.linksblock .oneline .onelineversions .oneitem a {
    color: #487bb7;
    text-decoration: underline; }

.linksblock .oneline .onelineversions .oneitem a:hover {
    color: #ff800e;
    text-decoration: underline; }

.linksblock .oneline .onelineversions .onedot {
    float: left;
    width: 4px;
    height: 11px;
    background: url("/assets/ctx/bab4a7ec/img/sys/bullets.png") 0 -109px no-repeat;
    margin: 0 9px 0 9px; }

.linksblock .oneline .onelineversions .onecommentbook {
    padding: 0 0 2px 0; }

.linksblock .oneline .onelineversions .onecommentbook a {
    color: #487bb7;
    text-decoration: none;
    border-bottom: 1px dotted #487bb7;
    cursor: pointer; }

.linksblock .oneline .onelineversions .onecommentbook a:hover {
    color: #ff800e;
    text-decoration: none;
    border-bottom: 1px dotted #ff800e; }

.linksblock .oneline .onelineversions .commentopenblock {
    margin: 0 0 4px 0;
    width: 800px;
    padding: 10px 0 5px 0;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    color: #444;
    border-bottom: 1px solid #e2e2e2; }

.linksblock .oneline .onelineversions .commentopenblock .hide {
    font-family: Tahoma,Arial,sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #487bb7;
    padding: 0 0 1px 0;
    text-align: right;
    margin: 3px 0 0 0; }

.linksblock .oneline .onelineversions .commentopenblock .hide .dotted {
    border-bottom: 1px dotted #487bb7;
    cursor: pointer;
    padding: 0; }

.linksblock .oneline .onelineversions .commentopenblock .onepoint .comment1 {
    font-size: 105%;
    font-weight: bold; }

.linksblock .oneline .onelineversions .commentopenblock .onepoint .author {
    font-weight: bold; }

.linksblock .oneline .onelineversions .commentopenblock .onepoint .cite {
    font-style: italic; }

.notesblock {
    margin: 29px 0 0 0; }

.notesblock h3 {
    font-family: Cambria,"Palatino Linotype",Georgia;
    font-size: 24px;
    line-height: 22px;
    font-weight: bold;
    font-variant: small-caps;
    color: #2b65aa;
    padding: 10px 0 16px 0; }

.notesblock .onenote .notetext {
    float: left;
    width: 702px;
    padding: 0 0 0 18px;
    margin: 0 0 0 20px; }

.notesblock .onenote .notetext span.mark {
    display: inline-block;
    width: 10px;
    height: 22px;
    margin: 4px 0 0 -18px;
    float: left;
    background: url("/assets/ctx/bab4a7ec/img/sys/bullets.png") 0 -128px no-repeat; }

.notesblock .onenote .notetext p {
    font-family: Verdana,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #444;
    padding: 3px 0 2px 0; }

.notesblock .onenote .notetext a {
    text-decoration: none; }

.notesblock .onenote .notetext a span.readmore {
    font-family: Verdana,sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px;
    color: #487bb7;
    border-bottom: 1px dotted #487bb7;
    padding: 0;
    display: inline-block;
    height: 16px; }

.notesblock .onenote .notetext a:hover span.readmore {
    color: #ff800e;
    border-bottom: 1px dotted #ff800e; }

.notesblock .onenote .notelinks {
    float: left;
    width: 156px;
    margin: 5px 0 0 38px;
    font-family: Verdana,sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: #487bb7; }

.notesblock .onenote .notelinks a {
    color: #487bb7;
    text-decoration: none; }

.notesblock .onenote .notelinks a:hover {
    color: #ff800e; }

.notesblock .onenote .notesfulltext {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px; }

.notesblock .onenote .notesfulltext span.dotted, .notesblock .onenote .notesfulltext span.readmore {
    font-family: Verdana,sans-serif;
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    font-style: italic;
    color: #686868;
    text-align: right;
    padding: 1px 3px 0 0;
    margin: 23px 0 -7px 0;
    border-bottom: 1px dotted #686868;
    cursor: pointer;
    float: right; }

.notesblock .showmore {
    float: left;
    margin: 4px 0 0 39px;
    background: url("/assets/ctx/6ff8141d/img/sys/arrow_1.gif") right 7px no-repeat;
    padding: 0 9px 0 0;
    font-family: Verdana,sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: #487bb7; }

.notesblock .showmore a {
    text-decoration: none; }

.notesblock .showmore a span.dotted {
    color: #487bb7;
    padding: 0;
    border-bottom: 1px dotted #487bb7; }

.notesblock .showmore a:hover span.dotted {
    color: #ff800e;
    border-bottom: 1px dotted #ff800e; }

.faqblock {
    margin: 29px 0 0 0; }

.faqblock h3 {
    font-family: Cambria,"Palatino Linotype",Georgia;
    font-size: 19px;
    line-height: 22px;
    font-weight: bold;
    font-variant: small-caps;
    color: #2b65aa;
    padding: 0 0 12px 0; }

.faqblock .onefaq {
    margin: 0 0 16px 0; }

.faqblock .onefaq .textpart {
    float: left;
    width: 722px;
    margin: 0 0 0 18px; }

.faqblock .onefaq .textpart .question {
    font-family: Verdana,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #2f3033;
    padding: 0 0 0 20px; }

.faqblock .onefaq .textpart .question span.mark, .faqblock .onefaq .textpart .answer span.mark {
    display: inline-block;
    width: 20px;
    height: 22px;
    margin: 0 0 0 -20px;
    float: left;
    background: url("/assets/ctx/f1c98141/img/sys/icons.png") -10px -86px no-repeat; }

.faqblock .onefaq .textpart .answer {
    margin: 7px 0 0 0;
    padding: 0 0 0 20px; }

.faqblock .onefaq .textpart .answer span.mark {
    background: url("/assets/ctx/f1c98141/img/sys/icons.png") -10px -60px no-repeat; }

.faqblock .onefaq .textpart .answer p {
    font-family: Verdana,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #2f3033;
    padding: 3px 0 3px 0; }

.faqblock .onefaq .textpart .answer a {
    text-decoration: none; }

.faqblock .onefaq .textpart .answer a span.readmore {
    font-family: Verdana,sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px;
    color: #487bb7;
    padding: 0;
    border-bottom: 1px dotted #487bb7; }

.faqblock .onefaq .textpart .answer a:hover span.readmore {
    color: #ff800e;
    border-bottom: 1px dotted #ff800e; }

.faqblock .onefaq .textpart .faqsfulltext {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px; }

.faqblock .onefaq .textpart .faqsfulltext a span.readmore {
    font-family: Verdana,sans-serif;
    font-size: 11px;
    line-height: 13px;
    font-weight: normal;
    font-style: italic;
    color: #686868;
    text-align: right;
    padding: 1px 4px 0 0;
    margin: 23px 0 -7px 0;
    border-bottom: 1px dotted #686868;
    cursor: pointer;
    float: right; }

.faqblock .onefaq .linkspart {
    float: left;
    width: 156px;
    margin: 2px 0 0 38px;
    font-family: Verdana,sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: #487bb7; }

.faqblock .onefaq .linkspart a {
    color: #487bb7;
    text-decoration: none; }

.faqblock .onefaq .linkspart a:hover {
    color: #ff800e; }

.libraryblock {
    margin: 20px 0 0 0;
    padding: 0 0 42px 0; }

.libraryblock h3 {
    font-family: Cambria,"Palatino Linotype",Georgia;
    font-size: 24px;
    line-height: 22px;
    font-weight: bold;
    font-variant: small-caps;
    color: #2b65aa;
    padding: 10px 0 16px 0; }

.libraryblock .onebook {
    padding: 0 0 6px 0; }

.libraryblock .onebook .bookpart {
    float: left;
    width: 702px;
    font-family: Verdana,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #487bb7;
    padding: 0 0 0 18px;
    margin: 0 0 0 20px; }

.libraryblock .onebook .bookpart span.mark {
    display: inline-block;
    width: 10px;
    height: 22px;
    margin: 0 0 0 -18px;
    float: left;
    background: url("/assets/ctx/bab4a7ec/img/sys/bullets.png") 0 -128px no-repeat; }

.libraryblock .onebook .bookpart a {
    color: #487bb7;
    text-decoration: none; }

.libraryblock .onebook .bookpart a:hover {
    color: #ff800e;
    text-decoration: none; }

.libraryblock .onebook .bookpart span.author {
    font-family: Verdana,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    line-height: 20px;
    color: #474748; }

.libraryblock .onebook .linkspart {
    float: left;
    width: 156px;
    margin: 2px 0 0 38px;
    font-family: Verdana,sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: #487bb7; }

.libraryblock .onebook .linkspart a {
    color: #487bb7;
    text-decoration: none; }

.libraryblock .onebook .linkspart a:hover {
    color: #ff800e; }

.commentcontainer .commenttabs {
    float: left;
    font-family: Verdana,sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    margin: 8px 0 0 0; }

.commentcontainer .commenttabs .onepart {
    height: 27px;
    float: left; }

.commentcontainer .commenttabs .onepart .fphead {
    color: #444;
    border-bottom: 1px dotted #8a8b8f;
    cursor: pointer; }

.commentcontainer .commenttabs .onepart .fphead-hover {
    color: #ff800e;
    border-bottom: 1px dotted #ff800e;
    cursor: pointer; }

.commentcontainer .commenttabs .onepart.active .fphead, .commentcontainer .commenttabs .onepartactive .fphead-hover {
    border-bottom: 0 none; }

.commentcontainer .commenttabs .onepart.inactive .fphead {
    color: #999a9c;
    border: 0 none;
    cursor: default; }

.commentcontainer .commenttabs .onepart .op1 {
    height: 27px; }

.commentcontainer .commenttabs .onepart .op1 .op2 {
    height: 27px;
    padding: 0 6px 0 6px; }

.commentcontainer .commenttabs .onepart.active {
    background: url("/assets/ctx/dac36a32/img/sys/faqpartsbg.jpg") center top no-repeat; }

.commentcontainer .commenttabs .onepart.active .op1 {
    height: 27px;
    background: url("/assets/ctx/f9134006/img/sys/faqpartsbgleft.jpg") left top no-repeat; }

.commentcontainer .commenttabs .onepart.active .op1 .op2 {
    height: 27px;
    background: url("/assets/ctx/5103cea/img/sys/faqpartsbgright.jpg") right top no-repeat;
    padding: 0 6px 0 6px; }

.commentcontainer .commenttabs .onepart.active .op1 .op2 .fphead {
    color: #383838;
    background: 0;
    cursor: default; }

.commentcontainer .commenttabs .separ {
    width: 1px;
    height: 13px;
    float: left;
    background: url("/assets/ctx/17c80b18/img/sys/faqpartssepar.gif") left top no-repeat;
    margin: 6px 13px 0 13px; }

.commentcontainer .commentopenblock p.tit {
    font-weight: bold;
    padding: 0 0 8px;
    margin: 0; }

.commentcontainer .commentopenblock {
    clear: both; }

.commentcontainer {
    margin: 0 0 10px; }

.commentcontainer .commentopenblock {
    clear: both; }

.scroll_pane {
    width: 800px;
    max-height: 595px;
    overflow: auto;
    clear: both; }

.commentopenblock .onepoint p {
    padding-right: 10px; }

div.page div.linksblock div.oneline div.onelineversions div.scroll_box {
    padding: 0 0 20px; }

.bookswindow .dimentions {
    width: 980px;
    height: 315px;
    position: absolute; }

.bookswindow .corners {
    border-radius: 8px;
    border: 1px solid #ececec;
    -webkit-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.2);
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.2); }

.bookswindow .gradient {
    margin-left: -1px;
    margin-top: -1px;
    background: #fffef5;
    background: -webkit-gradient(linear, left top, left bottom, from(#fffef5), color-stop(85%, #fefef8), to(#f6f3e7));
    background: linear-gradient(to bottom, #fffef5 0%, #fefef8 85%, #f6f3e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffef5',endColorstr='#f6f3e7',GradientType=0); }

.bwcenter {
    margin-left: 7px; }

.bookswindow .dimentions .bottom {
    height: 327px; }

.verse-tab {
    display: inline-block;
    width: 24px;
    height: 16px;
    overflow: hidden; }

div.center {
    display: inline-block;
    width: 570px;
    text-align: center;
    padding: 0; }

.bibletextblock .bibletextblock div.speech, .bibletextblock .bibletextblock div.bibletext.speech, .bibletextblock .bibletextblock span.bibletext.speech {
    display: block;
    margin: 0;
    vertical-align: top;
    position: relative;
    padding-left: 50px; }

.bibletextblock .bibletextblock div.bibletext.nowrap > div.bibletext.speech, .bibletextblock .bibletextblock div.bibletext.nowrap span.str > span.bibletext.speech {
    margin-left: -18px; }

.bibletextblock .bibletextblock div.speech > span.str > sup, .bibletextblock .bibletextblock div.bibletext.speech > span.str > sup, .bibletextblock .bibletextblock span.bibletext.speech > span.str > sup {
    position: absolute;
    left: 0;
    padding-top: 3px;
    vertical-align: top;
    display: inline-block;
    margin: 0;
    width: 40px;
    min-width: 0;
    text-align: right; }

.bibletextblock .bibletextblock div.speech sup.pr, .bibletextblock .bibletextblock div.bibletext.speech sup.pr, .bibletextblock .bibletextblock span.bibletext.speech sup.pr {
    position: static;
    display: inline;
    margin: 0;
    min-width: 0;
    padding-top: 0;
    vertical-align: super;
    width: auto; }

.speech .default {
    margin-left: -50px;
    display: inline-block;
    width: auto; }

.versed .default {
    margin-left: -50px;
    display: inline-block;
    width: auto; }

.center .default {
    display: inline-block;
    width: auto;
    text-align: left;
    padding: 0; }

.chapter {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    font-family: Verdana;
    padding: 12px 0 0 0;
    color: #2b65aa; }

span.onepart {
    position: relative;
    margin: 0 6px 0 -1px;
    padding: 0;
    color: #2b65aa;
    line-height: 25px; }

span.onelastpart {
    background: transparent; }

.chapter a:hover {
    text-decoration: underline; }

.chapter span.inl, span.onepart span.inl {
    vertical-align: baseline; }

span.inl.ref, span.inl.ref a {
    color: #a4a4a4 !important; }

span.inl.ref a:hover {
    color: #ff800e; }

.chapter span.arr {
    color: #616161;
    padding: 0 2px 0 2px;
    margin: 0 0 0 2px; }

span.onepart sup {
    color: #616161;
    font-size: 11px;
    font-family: Georgia; }

.comment-chapter-separator {
    color: #487bb7;
    border-bottom: 1px dotted #487bb7;
    width: 100%;
    height: 1px;
    margin-bottom: 12px; }

.bibletextblock .bibletextblock {
    margin: 26px 0 0; }

.bibletextblock .bibletextblock table {
    margin-top: 0; }

.bibletextblock .bibletextblock td.bibletext {
    width: 720px;
    padding: 5px 0 11px; }

.bibletextblock .bibletextblock td.biblelinks {
    border-left: 1px solid #c7c7c7;
    width: 208px;
    padding: 7px 0 5px; }

.bibletextblock .bibletextblock table tr:first-child td.biblelinks {
    padding-top: 2px; }

.bibletextblock .bibletextblock table tr:first-child td.bibletext {
    padding-top: 0; }

.bibletextblock .bibletextblock table tr:last-child td.biblelinks {
    padding-bottom: 1px; }

.bibletextblock .bibletextblock table tr:last-child td.bibletext {
    padding-bottom: 1px; }

.bibletextblock h1 {
    padding: 8px 0 4px; }

.bibletextblock span.onepart {
    white-space: pre; }

.bibletextblock span.onepart a {
    text-decoration: none;
    padding: 0 2px 0 0;
    font-family: Arial,sans-serif;
    font-size: 14px;
    line-height: 20px; }

.bibletextblock span.onepart a span.dotted {
    border-bottom: 1px dotted #487bb7; }

.bibletextblock span.onepart a.nopad {
    padding: 0;
    margin-top: 0;
    line-height: 20px; }

.bibletextblock span.onepart a:hover span.dotted {
    color: #ff800e;
    border-bottom: 1px dotted #ff800e; }

.bibletextblock span.onepart a.readmore:hover span.dotted {
    background: url("/assets/ctx/2ba52690/img/sys/readmorebibletext-arrow.gif") right 6px no-repeat;
    padding: 0 12px 0 0; }

.bibletextblock span.onepart a i {
    background: url("/assets/ctx/8d79c44c/img/sys/arrow_blue.gif") right 7px no-repeat;
    padding: 0 2px;
    margin: 0 4px 0 0; }

.bibletextblock span.onepart a:hover i {
    background: url("/assets/ctx/8e2e0e03/img/sys/arrow_orange.gif") right 7px no-repeat; }

.bibletextblock span.onepart span.sep {
    font-family: Verdana;
    font-size: 14px;
    padding-left: 2px;
    color: #616161;
    white-space: normal; }

.bibletextblock span.inl span.sep {
    padding-left: 0;
    color: #a4a4a4; }

.bibletextblock span.onepart.level0, .bibletextblock span.onepart.level0 a, .bibletextblock span.chapter.level0 a {
    font-size: 14px;
    color: #2b65aa; }

.bibletextblock span.onepart.level1, .bibletextblock span.onepart.level1 a, .bibletextblock span.chapter.level1 a {
    font-size: 14px;
    color: #3772b8; }

.bibletextblock span.onepart.level2, .bibletextblock span.onepart.level2 a, .bibletextblock span.chapter.level2 a {
    font-size: 13px;
    color: #4d8eda; }

.bibletextblock span.onepart.level3, .bibletextblock span.onepart.level3 a, .bibletextblock span.chapter.level3 a {
    font-size: 12px;
    color: #5a99e3; }

.bibletextblock span.onepart.level4, .bibletextblock span.onepart.level4 a, .bibletextblock span.chapter.level4 a, .bibletextblock span.onepart.level5, .bibletextblock span.onepart.level5 a, .bibletextblock span.chapter.level5 a, .bibletextblock span.onepart.level6, .bibletextblock span.onepart.level6 a, .bibletextblock span.chapter.level6 a {
    font-size: 12px;
    color: #66a5f0; }

.bibletextblock .bibletextblock div.bibletext, .bibletextblock .bibletextblock .bibletext_greek, .bibletextblock .bibletextblock .bibletext_slavonic {
    margin-top: -3px;
    padding-left: 18px; }

.bibletextblock .bibletextblock div.bibletext.nowrap {
    white-space: nowrap; }

.bibletextblock .bibletextblock .bibletext sup, .bibletextblock .bibletextblock .bibletext_greek sup, .bibletextblock .bibletextblock .bibletext_slavonic sup {
    font-size: 11px;
    margin-right: -3px; }

.bibletextblock .bibletextblock .bibletext sup.first {
    width: 47px; }

.bibletextblock .bibletextblock .biblelinks .onelinksblock {
    position: relative; }

.bibletextblock .bibletextblock .biblelinks .onelinksblock div.verse {
    font-size: 11px; }

.bibletextblock .bibletextblock .biblelinks .onelinksblock sup.verse {
    float: left;
    font-size: 11px;
    width: 22px;
    margin: -5px 0 0;
    text-align: right;
    font-family: Georgia;
    line-height: 14px;
    font-weight: normal;
    color: #1a1b1b; }

.bibletextblock .bibletextblock .biblelinks .onelinksblock div.links {
    position: relative;
    overflow: hidden;
    float: none;
    margin: 0 0 0 30px;
    line-height: 15px; }

.bibletextblock .bibletextblock .biblelinks .onelinksblock div.links .in_links {
    margin-left: -7px; }

.bibletextblock .bibletextblock .biblelinks .onelinksblock div.links a {
    padding: 0 4px 0 7px;
    margin: 0;
    float: left;
    background: url("/assets/ctx/6d877de2/img/sys/link_bord.gif") 0 50% no-repeat;
    white-space: nowrap; }

.bibletextblock div.readmore2 {
    color: #444;
    float: left;
    font-family: Verdana,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: -2px 0 10px 6px;
    padding: 33px 0 0;
    background: #fff;
    width: 100%;
    position: relative;
    z-index: 2; }

.bibletextblock div.readmore2 span {
    height: 30px;
    display: block;
    float: left;
    padding: 0 10px;
    line-height: 30px;
    position: relative;
    border: 1px solid #fc9;
    border-right: 0; }

.bibletextblock div.readmore2 a {
    font-family: Georgia,sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #2b65aa;
    margin: 0 0 0 4px; }

.bibletextblock div.readmore2 a:hover {
    border-color: #ff800e; }

.bibletextblock div.readmore2 b.arr {
    background: url("/assets/ctx/3a07cb88/img/sys/arrow_4.gif") 0 4px no-repeat;
    padding: 0 3px; }

.bibletextblock div.readmore2 a span {
    border: 0 none;
    float: none;
    display: inline;
    padding: 0; }

.arrow_box {
    position: relative;
    background: #fff;
    border: 1px solid #fc9; }

.arrow_box:after, .arrow_box:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }

.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 16px;
    margin-top: -16px;
    margin-left: -1px; }

.arrow_box:before {
    border-color: rgba(255, 204, 153, 0);
    border-left-color: #fc9;
    border-width: 16px;
    margin-top: -16px; }

.notesblock .showmore {
    background: transparent;
    color: #487bb7;
    float: left;
    font-family: Verdana,sans-serif;
    font-size: 11px;
    line-height: 16px;
    margin: 4px 0 0 30px;
    padding: 5px 9px;
    border: 1px dotted #fc9; }

.notesblock .showmore a {
    background: url("/assets/ctx/6ff8141d/img/sys/arrow_1.gif") no-repeat right 5px;
    padding: 0 10px 0 0; }

.notesblock .onenote .notelinks a, .faqblock .onefaq .linkspart a, .libraryblock div.onebook .linkspart a {
    border-bottom: 1px dotted #2b65aa; }

.notesblock .onenote .notelinks a:hover, .faqblock .onefaq .linkspart a:hover, .libraryblock .onebook .linkspart a:hover {
    border-bottom: 1px dotted #ff800e; }

.add_tooltip {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 1120px;
    left: 380px;
    width: 733px;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    border-radius: 8px;
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.2);
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.2);
    background-color: white; }

.add_tooltip .in_add_tooltip {
    padding: 33px 0 33px;
    margin: 0;
    font-size: 12px; }

.add_tooltip .in_add_tooltip_ctrl {
    height: 25px;
    position: absolute;
    top: 5px;
    left: 5px;
    border-bottom: 1px dotted #999;
    width: 723px; }

.add_tooltip .in_add_tooltip_ctrl a {
    font-family: Verdana,sans-serif;
    font-size: 11px;
    line-height: 18px;
    margin: 0 0 0 15px;
    text-decoration: none;
    border-bottom: 1px dotted #2b65aa; }

.add_tooltip .in_add_tooltip_ctrl a:hover {
    border-bottom: 1px dotted #ff800e; }

.add_tooltip .in_add_tooltip_ctrl.bottom {
    bottom: 0;
    top: auto;
    border-top: 1px dotted #999;
    border-bottom: 0 none; }

.add_tooltip a.close {
    background: url("/assets/ctx/9c8dca7a/img/sys/closebutton.gif") no-repeat 0 0 !important;
    display: block;
    height: 17px;
    width: 17px;
    position: absolute;
    right: 6px;
    top: 3px;
    margin: 0;
    cursor: pointer; }

.in_add_tooltip_content {
    padding: 15px 0 0 14px;
    font-size: 12px;
    line-height: 16px; }

.in_add_tooltip_content p {
    padding: 0 0 8px 26px;
    margin: 0; }

.in_add_tooltip_content sup.first {
    margin: 0 0 0 -26px;
    font-family: Arial,sans-serif;
    font-size: 10px;
    width: 20px;
    float: left;
    text-align: right; }

.in_add_tooltip_content .scroll_box {
    padding: 0; }

.in_add_tooltip_content .scroll_pane {
    clear: both;
    max-height: 370px;
    mix-height: 100px;
    overflow: auto;
    width: 692px;
    padding: 0 0 0 20px; }

.in_add_tooltip_content .scroll_pane table {
    width: 652px; }

.in_add_tooltip_content div.bibletext {
    padding-bottom: 8px;
    font-family: Verdana,sans-serif;
    color: #444; }

.chapter span.arr {
    margin: 0 0 0 4px;
    white-space: normal; }

span.str, span.space {
    padding: 4px 0; }

span.str {
    white-space: normal; }

span.str.active, span.str.active sup.first, span.space.active {
    background: #fff09c; }

sup.first.fake {
    position: absolute;
    width: 47px;
    text-align: right;
    font-size: 11px;
    padding: 3px 5px 11px 0;
    background: #fff09c; }

sup.first.fake.versed {
    padding: 5px 0 9px 0; }

sup.first.fake.speech {
    padding: 5px 5px 11px 0; }

.searchinbible .slpleft .input-field {
    width: 428px;
    -webkit-box-shadow: 1px 1px 1px #d8d8d8 inset;
    box-shadow: 1px 1px 1px #d8d8d8 inset; }

.dottednavbibleline .partleft .sectionname {
    margin: 7px 0 0 13px; }

.chapterspart {
    width: 675px; }

.bwcenter .breadcrumbsline {
    width: 916px; }

.bookswindow .dimentions {
    width: 966px; }

#popupLoader {
    z-index: 2000;
    border: 0 none;
    width: 17px;
    height: 17px;
    position: relative;
    background: url("/assets/ctx/f0077415/img/sys/chapterspreloader.gif") center center no-repeat #fff;
    opacity: .8;
    filter: alpha(opacity=80); }

.qtip-default.ui-tooltip-slavonic {
    font-family: "Hirmos ieUcs",slavonic_font,slavonic_font_ie;
    font-size: 16px; }

a.fn {
    padding: 0 1px; }

.acut {
    background: url("/assets/ctx/1cc5dfdf/img/sys/acut.jpg") 90% 0 no-repeat #fff; }

body {
    font-family: 'Verdana';
    font-size: 16px; }

*:focus {
    outline: none; }

.bible__wrapper {
    position: relative;
    height: 100%;
    border: 1px solid #d2dde5;
    overflow: hidden; }
.bible__wrapper.active .bible__content {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

.bible__books {
    width: 100% !important;
    float: left;
    background-color: #fff;
    z-index: 1;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    overflow: auto;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }

.bible__content {
    width: 80% !important;
    position: absolute;
    border-left: 1px solid #d2dde5;
    background-color: #fff;
    z-index: 3;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    height: 100%; }

.bible__content-header {
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    padding: 14px 0 13px;
    z-index: 2;
    position: relative; }

.bible__content-scroll {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 43px);
    overflow: auto;
    z-index: 1; }

.bible__overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }

.tab__content {
    display: none; }

#tab-1 {
    display: block; }

.bible__books-title {
    font-family: Georgia;
    font-size: 17px;
    line-height: 20px;
    font-weight: normal;
    color: #959595;
    padding: 25px 0 0 20px; }

.bible__books-subtitle {
    font-family: Georgia;
    font-size: 17px;
    line-height: 18px;
    font-weight: normal;
    color: #959595;
    padding: 10px 0 0 37px; }

.bible__books-list {
    margin: 0 0 12px 0;
    padding: 13px 0 0; }

.bible__books-item {
    padding: 8px 0 5px 47px;
    margin-bottom: 2px; }
.bible__books-item.current {
    background-color: #f2f2f2;
    border-bottom: 1px solid #eeeeee;
    position: relative; }
.bible__books-item.current:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: -2px;
    display: block;
    background-color: #e4e4e4;
    left: 0; }
.bible__books-item.current .bible__books-link {
    cursor: default;
    color: #383838;
    border: none; }

.bible__mobile-nav {
    display: none; }

.bible__books-link {
    line-height: 1.2;
    color: #5b7ab4;
    border-bottom: 1px dotted #5b7ab4;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px; }

.bible__part {
    padding: 0 20px; }

.bible__part-list {
    margin-left: 1%;
    margin-right: -1%;
    margin-top: 18px;
    margin-bottom: 18px; }

.bible__part-item {
    display: inline-block;
    color: #5b7ab4;
    font-size: 18px;
    background-color: #e9f0f4;
    width: 7.26%;
    margin: 0 0.62% 10px;
    text-align: center;
    /*  padding: 12px 0;*/
    border-radius: 5px;
    cursor: pointer; }
.bible__part-item a{
    display:block;
    padding:12px 0;
    text-decoration: none;
}
.jspVerticalBar {
    width: 7px;
    background-color: transparent; }

.jspTrack {
    background-color: transparent; }
/*
.jspPane,
.jspContainer {
    width: 100% !important; }
*/
.jspDrag {
    background-color: #e7983e;
    border: 2px solid #fff;
    border-radius: 50px; }

.bible__content-close {
    position: absolute;
    left: 21px;
    top: 12px;
    border: none;
    font-size: 0;
    background-color: transparent;
    width: 15px;
    height: 15px;
    display: block;
    background-image: url("/assets/ctx/22e0c1f6/img/sys/spritesheet.png");
    background-size: 59px 30px;
    background-position: -39px -5px;
    z-index: 3; }

.bible__content-link {
    color: #5b7ab4;
    font-size: 16px;
    font-family: 'Verdana';
    border-bottom: 1px dotted #5b7ab4;
    text-decoration: none;
    display: none;
    
}
.bible__content-link:hover {
    color: #5b7ab4;
    text-decoration: none; }

.bible__content-item {
    display: inline-block;
    margin: 0 21px; }
.bible__content-item.current .bible__content-link {
    color: #383838;
    border: none;
    position: relative; }
.bible__content-item.current .bible__content-link:before {
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -3px;
    width: 10px;
    height: 6px;
    background-image: url("/assets/ctx/22e0c1f6/img/sys/spritesheet.png");
    background-size: 59px 30px;
    background-position: -19px -19px;
    content: ''; }

a:active,
a:focus {
    text-decoration: none;
    border: none; }

.bible__fragment-item {
    position: relative;
    margin-bottom: 0;
    padding-left: 0; }

.bible__fragment-btn {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-image: url("/assets/ctx/22e0c1f6/img/sys/spritesheet.png");
    background-size: 59px 30px;
    background-position: -5px -5px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 19px; }
.bible__fragment-btn.open {
    background-position: -19px -4px; }

.bible__fragment-num {
    width: 85px;
    font-size: 11px;
    color: #787878;
    font-family: 'Verdana';
    padding: 0 10px 0 0;
    display: inline-block;
    margin-left: 2px; }

.bible__fragment-link {
    text-transform: uppercase;
    color: #5b7ab4;
    font-size: 13px;
    text-decoration: none;
    font-family: 'Verdana'; }
.bible__fragment-link:hover {
    text-decoration: none;
    color: #5b7ab4; }

.bible__fragment-list {
    margin: 9px 0 0 0;
    padding-right: 0;
    list-style-type: none; }

/*.jspPane, .jspContainer, .jspDrag {
    position: absolute;
    margin: 0 !important; }
*/
.jspTrack {
    position: absolute;
    right: 4px;
    top: 0;
    width: 5px;
    z-index: 999; }

.jspDrag {
    width: 8px; }

.bible__subfragment-list {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 90px;
    margin-bottom: 5px; }

.bible__fragment-itembg {
    padding: 5px 15px 5px 35px;
    border-bottom: 1px solid #fff; }

.bible__fragment-item.open > .bible__fragment-itembg {
    background-color: #f2f2f2;
    border-bottom: 1px solid #e4e4e4;
    position: relative; }
.bible__fragment-item.open > .bible__fragment-itembg:before {
    width: 100%;
    height: calc(100% - -1px);
    content: '';
    display: block;
    left: -100%;
    top: 0;
    position: absolute;
    background-color: #f2f2f2;
    border-bottom: 1px solid #e4e4e4; }
.bible__fragment-item.open > .bible__fragment-itembg > .bible__fragment-btn {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

.bible__subfragment-list .bible__fragment-link {
    text-transform: none; }

/*==========	Desktop First Method	==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    .bible__part-item {
        margin: 0 0.18149% 10px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .bible__part-item {
        width: 8.7%; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .bible__part-item {
        width: 9.765%; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 728px) {
    .bible__part-item {
        width: 12.65%; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 560px) {
    .bible__fragment-list {
        margin: 5px 0 0 0; }
    .bible__fragment-itembg {
        padding: 5px 15px 5px 22px; }
    .bible__fragment-btn {
        top: 11px;
        left: 6px; }
    .bible__part-item {
        width: 10%; }
    .bible__fragment-num {
        width: 100%; }
    .bible__subfragment-list {
        padding: 5px 0 0 24px; }
    .bible__content {
        width: 100% !important; }
    .bible__books-title {
        font-family: Georgia;
        font-size: 16px;
        line-height: 20px;
        font-weight: normal;
        color: #959595;
        padding: 21px 0 0 14px; }
    .bible__books-subtitle {
        font-family: Georgia;
        font-size: 16px;
        line-height: 18px;
        font-weight: normal;
        color: #959595;
        padding: 4px 0 0 32px; }
    .bible__books-link {
        line-height: 1.2;
        color: #5b7ab4;
        border-bottom: 1px dotted #5b7ab4;
        text-decoration: none;
        cursor: pointer;
        font-size: 14px; }
    .bible__books-item {
        padding: 3px 15px 5px 42px;
        margin-bottom: 2px; }
    .bible__content-link {
        font-size: 15px; }
    .bible__mobile-nav {
        display: block;
        margin-bottom: 10px;
        visibility: hidden; }
    .bible__mobile-back {
        cursor: pointer;
        display: inline-block;
        width: 12px;
        height: 11px;
        background-size: cover;
        background-image: url("/assets/ctx/e27d3017/img/sys/bible__mobile-back.png"); }
    .bible__mobile-name {
        display: inline-block;
        color: #383838;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 13px; }
    .bible__mobile-name span {
        padding-left: 7px; }
    .bible__content-close {
        display: none; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .bible__part-item {
        width: 22.5%; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    /**/ }

/*==========	Mobile First Method	==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
    /**/ }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    /**/ }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    /**/ }



/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) {
    .bible__content-close{
        display: none;
    }
    .bible__books{
        width: 30% !important;
    }
    .bible__content{
        width: 70% !important;
    }
    .bible__overlay{
        display: none;
    }
    .bible__wrapper .bible__content{
        transform: translateX(0)!important;
    }
    .materialsline ul li a:hover,
    .bible__books-link:hover,
    .bible__content-link:hover,
    .header .account .one-point .dotted:hover{
        color: #ff800e;
        border-color: #ff800e;
        cursor: pointer;    
    }
    .libraryline ul li a:hover,
    .bible__fragment-link:hover,
    .books ul li a:hover{
        color: #ff800e!important;
        cursor: pointer;    
    }
}

@media only screen and (max-width: 992px) {
    .bible__mobile-nav{
        opacity: 0;
    }
}
.bible__wrapper:before{
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #fff;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.bible__wrapper:after{
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: absolute;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 999;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA0MCA0MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEuNDE0MjE7IiB4PSIwcHgiIHk9IjBweCI+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPjwhW0NEQVRBWwogICAgICAgICAgICBALXdlYmtpdC1rZXlmcmFtZXMgc3BpbiB7CiAgICAgICAgICAgICAgZnJvbSB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoLTM1OWRlZykKICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgICAgQGtleWZyYW1lcyBzcGluIHsKICAgICAgICAgICAgICBmcm9tIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKC0zNTlkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgICAgIHN2ZyB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCU7CiAgICAgICAgICAgICAgICAtd2Via2l0LWFuaW1hdGlvbjogc3BpbiAxLjVzIGxpbmVhciBpbmZpbml0ZTsKICAgICAgICAgICAgICAgIC13ZWJraXQtYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuOwogICAgICAgICAgICAgICAgYW5pbWF0aW9uOiBzcGluIDEuNXMgbGluZWFyIGluZmluaXRlOwogICAgICAgICAgICB9CiAgICAgICAgXV0+PC9zdHlsZT4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJvdXRlciI+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwwQzIyLjIwNTgsMCAyMy45OTM5LDEuNzg4MTMgMjMuOTkzOSwzLjk5MzlDMjMuOTkzOSw2LjE5OTY4IDIyLjIwNTgsNy45ODc4MSAyMCw3Ljk4NzgxQzE3Ljc5NDIsNy45ODc4MSAxNi4wMDYxLDYuMTk5NjggMTYuMDA2MSwzLjk5MzlDMTYuMDA2MSwxLjc4ODEzIDE3Ljc5NDIsMCAyMCwwWiIgc3R5bGU9ImZpbGw6YmxhY2s7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNNS44NTc4Niw1Ljg1Nzg2QzcuNDE3NTgsNC4yOTgxNSA5Ljk0NjM4LDQuMjk4MTUgMTEuNTA2MSw1Ljg1Nzg2QzEzLjA2NTgsNy40MTc1OCAxMy4wNjU4LDkuOTQ2MzggMTEuNTA2MSwxMS41MDYxQzkuOTQ2MzgsMTMuMDY1OCA3LjQxNzU4LDEzLjA2NTggNS44NTc4NiwxMS41MDYxQzQuMjk4MTUsOS45NDYzOCA0LjI5ODE1LDcuNDE3NTggNS44NTc4Niw1Ljg1Nzg2WiIgc3R5bGU9ImZpbGw6cmdiKDIxMCwyMTAsMjEwKTsiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwzMi4wMTIyQzIyLjIwNTgsMzIuMDEyMiAyMy45OTM5LDMzLjgwMDMgMjMuOTkzOSwzNi4wMDYxQzIzLjk5MzksMzguMjExOSAyMi4yMDU4LDQwIDIwLDQwQzE3Ljc5NDIsNDAgMTYuMDA2MSwzOC4yMTE5IDE2LjAwNjEsMzYuMDA2MUMxNi4wMDYxLDMzLjgwMDMgMTcuNzk0MiwzMi4wMTIyIDIwLDMyLjAxMjJaIiBzdHlsZT0iZmlsbDpyZ2IoMTMwLDEzMCwxMzApOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksMjguNDkzOUMzMC4wNTM2LDI2LjkzNDIgMzIuNTgyNCwyNi45MzQyIDM0LjE0MjEsMjguNDkzOUMzNS43MDE5LDMwLjA1MzYgMzUuNzAxOSwzMi41ODI0IDM0LjE0MjEsMzQuMTQyMUMzMi41ODI0LDM1LjcwMTkgMzAuMDUzNiwzNS43MDE5IDI4LjQ5MzksMzQuMTQyMUMyNi45MzQyLDMyLjU4MjQgMjYuOTM0MiwzMC4wNTM2IDI4LjQ5MzksMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxMDEsMTAxLDEwMSk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMy45OTM5LDE2LjAwNjFDNi4xOTk2OCwxNi4wMDYxIDcuOTg3ODEsMTcuNzk0MiA3Ljk4NzgxLDIwQzcuOTg3ODEsMjIuMjA1OCA2LjE5OTY4LDIzLjk5MzkgMy45OTM5LDIzLjk5MzlDMS43ODgxMywyMy45OTM5IDAsMjIuMjA1OCAwLDIwQzAsMTcuNzk0MiAxLjc4ODEzLDE2LjAwNjEgMy45OTM5LDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoMTg3LDE4NywxODcpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTUuODU3ODYsMjguNDkzOUM3LjQxNzU4LDI2LjkzNDIgOS45NDYzOCwyNi45MzQyIDExLjUwNjEsMjguNDkzOUMxMy4wNjU4LDMwLjA1MzYgMTMuMDY1OCwzMi41ODI0IDExLjUwNjEsMzQuMTQyMUM5Ljk0NjM4LDM1LjcwMTkgNy40MTc1OCwzNS43MDE5IDUuODU3ODYsMzQuMTQyMUM0LjI5ODE1LDMyLjU4MjQgNC4yOTgxNSwzMC4wNTM2IDUuODU3ODYsMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxNjQsMTY0LDE2NCk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMzYuMDA2MSwxNi4wMDYxQzM4LjIxMTksMTYuMDA2MSA0MCwxNy43OTQyIDQwLDIwQzQwLDIyLjIwNTggMzguMjExOSwyMy45OTM5IDM2LjAwNjEsMjMuOTkzOUMzMy44MDAzLDIzLjk5MzkgMzIuMDEyMiwyMi4yMDU4IDMyLjAxMjIsMjBDMzIuMDEyMiwxNy43OTQyIDMzLjgwMDMsMTYuMDA2MSAzNi4wMDYxLDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoNzQsNzQsNzQpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksNS44NTc4NkMzMC4wNTM2LDQuMjk4MTUgMzIuNTgyNCw0LjI5ODE1IDM0LjE0MjEsNS44NTc4NkMzNS43MDE5LDcuNDE3NTggMzUuNzAxOSw5Ljk0NjM4IDM0LjE0MjEsMTEuNTA2MUMzMi41ODI0LDEzLjA2NTggMzAuMDUzNiwxMy4wNjU4IDI4LjQ5MzksMTEuNTA2MUMyNi45MzQyLDkuOTQ2MzggMjYuOTM0Miw3LjQxNzU4IDI4LjQ5MzksNS44NTc4NloiIHN0eWxlPSJmaWxsOnJnYig1MCw1MCw1MCk7Ii8+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K");
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

[data-page-initialized="true"] .bible__wrapper:before{
    opacity: 0;
    visibility: hidden;
}


[data-page-initialized="true"] .bible__wrapper:after{
    opacity: 0;
    visibility: hidden;
}
