@import url('https://fonts.googleapis.com/css?family=Vollkorn');
* {
  box-sizing: border-box;
}
html, body {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #eee;
}
a {
  cursor: pointer;
  color: #337ab7;
}
.modal-dialog {
  text-align: left;
}
.app {
  min-height: 100%;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  text-align: left;
  background-color: #fff;
}
.app-content {
  height: 100%;
  padding: 78px 15px 30px;
}
.app-content > h2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px;
  background-color: #fff;
  margin: 0;
  line-height: 33px;
  z-index: 100;
  background: #f0f0f0 url(/images/stone.jpg);
  box-shadow: 0 0 20px #999;
  font-size: 33px;
}
.app-content > h2 small {
  line-height: 33px;
}
.app-content > h2 small a {
  color: #333;
}
.app-content > h2 .tagline {
  display: inline-block;
  text-align: right;
  font-size: 10px;
  line-height: 11px;
}
.app-content > h2 .logotype {
  font-family: 'Vollkorn', serif;
}
.app-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 15px 5px;
  text-align: center;
}
.app-menu {
  position: fixed;
  left: 0;
  top: 63px;
  width: 100%;
  height: 0;
  overflow: auto;
  transition: height 0.5s;
  background-color: #fff;
  z-index: 100;
  border-bottom: 1px solid #eee;
}
.app-menu .item-wrap {
  margin-left: -15px;
  margin-right: -15px;
}
.app-menu .item-wrap p {
  padding-left: 15px;
  padding-right: 15px;
}
.app-menu .item-wrap a {
  display: block;
  padding: 10px 15px;
}
.app-menu .item-wrap a:hover, .app-menu .item-wrap a:focus {
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.app-menu .nav > li > a:hover, .app-menu .nav > li > a:focus {
  background: rgba(0, 0, 0, 0.1);
}
.menu-collapsed .app-menu {
  height: calc(100% - 63px);
}
.modal-backdrop {
  z-index: 90;
}
.modal-backdrop.in {
  opacity: 0.2;
}
.rubric-name {
  display: block;
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
}
.breadcrumb > li {
  display: inline;
}
#scroll-up {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  color: #fff;
  cursor: pointer;
}
#scroll-up:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .app-menu {
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    padding-top: 63px;
    overflow-y: auto;
    overflow-x: hidden;
    transition: width 0.5s;
    border-bottom: none;
    border-right: 1px solid #eee;
    background: #f0f0f0 url(/images/stone.jpg);
    box-shadow: inset 0 0 10px #ccc;
  }
  .app-menu > div {
    width: 200px;
  }
  .app-content {
    height: 100%;
    margin-left: 200px;
    transition: margin-left 0.5s;
    padding-top: 0;
  }
  .app-content > h2 {
    position: static;
    padding: 15px 0;
    background: white;
    box-shadow: none;
  }
  .app-footer {
    left: 200px;
    width: calc(100% - 200px);
    text-align: left;
  }
  .menu-collapsed .app-menu {
    width: 0;
  }
  .menu-collapsed .app-content {
    margin-left: 0;
  }
  .menu-collapsed .app-footer {
    width: 100%;
    left: 0;
  }
}
@media (min-width: 1600px) {
  .app-menu {
    left: calc((100% - 1600px) / 2);
  }
}
.details {
  margin-bottom: 30px;
}
.details .details-image {
  float: left;
  padding-right: 15px;
}
.details-articles .epigraph {
  padding-right: 20%;
  color: #963;
}
.details-articles .LL {
  vertical-align: super;
  padding: 0 2px;
  background-color: #eef;
  font-size: 14px;
}
.details-articles .notes {
  margin: 0;
  padding: 5px 0;
}
.details-articles .notes .back {
  display: none;
}
.details-articles .notes:target {
  background-color: #eef;
}
.details-articles .notes:target .back {
  display: inline;
}
.activity {
  float: right;
  margin-right: 15px;
  font-size: 18px;
  white-space: nowrap;
}
.activity > div {
  display: inline-block;
  padding-left: 10px;
}
.activity-small {
  white-space: nowrap;
}
.activity-small > span {
  margin-right: 10px;
  color: #999;
}
.item {
  margin-bottom: 20px;
  overflow: hidden;
}
.item .item-title {
  margin-bottom: 10px;
  font-size: large;
}
.item .item-image {
  float: left;
  padding-right: 15px;
}
.item .item-content {
  padding-left: 115px;
}
.item .item-info span {
  margin-right: 15px;
  white-space: nowrap;
  font-size: large;
}
.item .item-info span i {
  margin-right: 5px;
}
.item .item-options {
  padding-bottom: 15px;
  font-size: 16px;
}
.item .item-options:empty {
  display: none;
}
.list-related {
  padding-left: 10px;
}
.list-related > .item {
  border-left: 2px solid #337ab7;
  padding-left: 10px;
  min-height: 26px;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
}
.list-related > .item:before {
  content: ' ';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: -7px;
  border-radius: 50%;
  border: 2px solid #337ab7;
  background-color: #fff;
}
.list-related > .item.item-active {
  border-left-color: #333;
}
.list-related > .item.item-active:before {
  border-color: #333;
}
.list-related > .item.item-active a {
  color: #333;
  cursor: default;
}
.list-related > .item.item-active a:hover {
  text-decoration: none;
}
.item-question .item-image {
  float: none;
  margin-right: 0;
  width: 100%;
  text-align: center;
}
.item-question .item-image img {
  max-width: 100%;
  max-height: 150px;
}
.item-question .check-styled-label {
  position: relative;
  padding-left: 35px;
}
.item-question .check-styled-label input {
  position: absolute;
  left: 0;
  top: 10px;
  opacity: 0;
}
.item-question .check-styled-label input + .check-styled {
  font-size: larger;
  position: absolute;
  left: 0;
  top: 10px;
}
.item-question .check-styled-label input + .check-styled:before {
  content: "\e157";
}
.item-question .check-styled-label input:checked + .check-styled:before {
  content: "\e067";
}
.list-events .item .item-details {
  padding-left: 115px;
}
.list-events .item .item-details .item-teaser {
  margin-bottom: 15px;
}
@media (max-width: 520px) {
  .list-events .item .item-details {
    padding-left: 0;
    clear: left;
  }
}
.item-holiday .item-day, .item-holiday .item-weekday {
  float: left;
  margin-right: 5px;
}
.item-holiday .gallery-pictures {
  margin: 0;
}
.item-holiday .gallery-pictures a {
  width: 160px;
  height: 120px;
}
@media (max-width: 520px) {
  .item-holiday .item-image {
    float: none;
  }
}
.item-parish .glyphicon-record {
  color: gray;
}
.item-parish .glyphicon-record.color-1 {
  color: red;
}
.item-parish .glyphicon-record.color-2 {
  color: pink;
}
.item-parish .glyphicon-record.color-3 {
  color: navy;
}
.item-parish .glyphicon-record.color-4 {
  color: violet;
}
.item-parish .glyphicon-record.color-6 {
  color: orange;
}
.item-parish .glyphicon-record.color-7 {
  color: darkorange;
}
.item-parish .gallery-pictures {
  margin: 0;
}
.item-parish .gallery-pictures a {
  width: 120px;
  height: 80px;
}
.item-vk {
  margin-bottom: 2px;
}
.item-vk .item-image img {
  border-radius: 50%;
}
.item-youtube {
  margin-bottom: 2px;
}
.item-youtube .item-image img {
  border-radius: 50%;
}
.item-youtube .item-title {
  padding-top: 15px;
  font-size: 18px;
}
.item-youtube .item-description {
  clear: left;
}
.form {
  margin-bottom: 30px;
}
.form input[type=text], .form input[type=email], .form input[type=search], .form textarea, .form select {
  border-radius: 0;
}
.form .input-group .form-control:first-child {
  border-radius: 0;
}
.widget .widget-title {
  font-size: larger;
}
.widget .widget-image {
  text-align: center;
}
.widget .widget-image img {
  max-width: 100%;
}
.comments .form .form-info {
  float: right;
}
.comments .form .form-info .comments-user-name {
  font-weight: bold;
}
.comments .list .item {
  margin: 0;
  padding: 15px;
  max-height: 160px;
  overflow: hidden;
  position: relative;
}
.comments .list .item.collapsed:after {
  content: 'Показать полностью';
  position: absolute;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 40px);
  padding-top: 40px;
  line-height: 30px;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}
.comments .list .item.collapsed.active {
  max-height: 100%;
}
.comments .list .item.collapsed.active:after {
  display: none;
}
.comments .list .item .item-data {
  float: left;
  width: 150px;
  padding-right: 15px;
}
.comments .list .item .item-name {
  font-weight: bold;
}
.comments .list .item .item-text {
  margin-left: 160px;
  font-size: 16px;
}
.comments .list .item:nth-of-type(2n) {
  background-color: #efe5e5;
}
.comments .list .item:nth-of-type(2n).collapsed:after {
  background: linear-gradient(to bottom, rgba(239, 229, 229, 0) 0, rgba(239, 229, 229, 1) 40px);
}
@media (max-width: 520px) {
  .comments .list .item .item-data {
    float: none;
    width: 100%;
  }
  .comments .list .item .item-text {
    margin-left: 0;
  }
}
.widget-share {
  position: relative;
  width: 18px;
}
.widget-share .widget-share-socials {
  position: absolute;
  right: 18px;
  top: 0;
  white-space: nowrap;
  background-color: #fff;
  width: 0;
  overflow: hidden;
  text-align: right;
  transition: width 1s ease;
}
.widget-share .widget-share-socials a {
  width: 30px;
  margin-left: 5px;
  display: inline-block;
  text-align: center;
}
.widget-share:hover .widget-share-socials {
  width: 200px;
}
.count-down {
  font-size: 22px;
}
.count-down .time-over {
  color: #900;
}
.BibleOnlineRefTooltip {
  background-color: #fff;
  padding: 15px;
  box-sizing: content-box;
  border: 1px solid #ccc;
  text-align: left;
}
.BibleOnlineRefTooltip .BibleOnlineRefContent .verse-num {
  font-weight: bold;
  vertical-align: super;
}
.BibleOnlineRefTooltip .BibleOnlineRefContent h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 15px;
}
.BibleOnlineRefTooltip .BibleOnlineRefContent > span {
  display: block;
  margin-bottom: 15px;
}
.BibleOnlineRefTooltip .BibleOnlineRefFooter {
  text-align: right;
}
.BibleOnlineRefTooltip .BibleOnlineRefFooter .BibleOnlineRefCopy {
  background: url(https://y.bibleonline.ru/img/boicon.gif) no-repeat left center;
  float: left;
  padding-left: 20px;
  font-size: 12px;
}
.BibleOnlineRefTooltip .BibleOnlineRefFooter .BibleOnlineRefMore {
  font-size: 12px;
}
.yandex-map {
  background-color: #e7e7e7;
  border: 1px solid #ccc;
}
.nested-sets .item {
  margin: 0;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  transition: height 0.7s;
  font-size: 14px;
}
.nested-sets .item:before {
  content: '-';
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  color: #ccc;
  margin-right: 5px;
}
.nested-sets .item.collapsed:before {
  content: '+';
}
.nested-sets .item.edge:before {
  content: ' ';
  cursor: initial;
}
.nested-sets .children {
  padding-left: 20px;
}
.nested-sets .item.collapsed + .children .item {
  height: 0;
}
.sauth-list table {
  width: 100%;
  margin-bottom: 15px;
}
.sauth-list table tr {
  border-bottom: 1px solid #ccc;
}
.sauth-list table tr td {
  padding: 8px;
}
.list-events .pagination li a {
  margin-right: 20px;
  border: none;
}
.list-events .pagination li.disabled {
  display: none;
}
