/* Base tags */
em {
  color: #333;
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}
blockquote {
  font-style: normal;
  font-size: 1rem;
  margin: 15px 0;
  padding: 10px 10px 10px 25px;
  background: #eee;
  border-left: 3px solid #2a8b64;
}
.gymnasium blockquote {
  border-left: 3px solid #b4755a;
}
blockquote small {
  display: block;
  margin-top: 20px;
  text-align: right;
  font-style: italic;
  font-size: 100%
}
/*****************
Links
 ******************/
.uk-link:hover, a:hover {
  color: #55a108;
  text-decoration: none;
}
.gymnasium .uk-link:hover, .gymnasium a:hover {
  color: #a4664b !important;
  text-decoration: none;
}
a#gimnaziya:hover {
  background-color: #55a108;
}
/*

*/

/* Alert component */

.uk-alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  background: #f8f8f8;
  color: #666;
}
.uk-alert-success {
  background: #f5f5f5;
  color: #1f8963;
}
/************************
Layout - GRID
************************/
.wrap {
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .25);
}
.wrap + .container {
  padding-top: 30px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px
}
@media (min-width: 768px) {
  .container, .wrap {
    width: 750px
  }
}
@media (min-width: 992px) {
  .container, .wrap {
    width: 970px
  }
}
@media (min-width: 1200px) {
  .container, .wrap {
    width: 1170px
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px
}
.row {
  margin-left: -15px;
  margin-right: -15px
}
.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, .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, .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, .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 {
  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
  }
}
@-ms-viewport {
  width: device-width
}
.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important
  }
  table.visible-xs {
    display: table !important
  }
  tr.visible-xs {
    display: table-row !important
  }
  td.visible-xs, th.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 !important
  }
  tr.visible-sm {
    display: table-row !important
  }
  td.visible-sm, th.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 !important
  }
  tr.visible-md {
    display: table-row !important
  }
  td.visible-md, th.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 !important
  }
  tr.visible-lg {
    display: table-row !important
  }
  td.visible-lg, th.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 !important
  }
  tr.visible-print {
    display: table-row !important
  }
  td.visible-print, th.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
  }
}
/* Clearfix */
.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
  content: " ";
  display: table
}
.clearfix:after, .container-fluid:after, .container:after, .row:after {
  clear: both
}
/* Elements */
html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
*, :after, :before {
  box-sizing: inherit
}
body {
  font: normal 16px/20px "Roboto Condensed", Helvetica, Arial, sans-serif !important;
  color: #333;
  background-color: #f5f5f5;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-weight: 400
}
h1, h2 {
  margin: 10px 0
}
h3, h4, h5, h6 {
  margin: 15px 0
}
h1, h2 {
  font-size: 19px
}
h3 {
  font-size: 20px
}
h4 {
  font-size: 18px
}
h5 {
  font-size: 16px
}
h6 {
  font-size: 14px
}
p {
  margin: 0
}
p + p {
  margin-top: 15px
}
a {
  /*  color: #1f8963; */
  color: #55a108;
  -webkit-transition: all .8s ease;
  transition: all .8s ease
}
a:hover {
  text-decoration: none
}
ol, ul {
  margin: 0;
  padding: 0
}
img {
  display: block;
  max-width: 100%;
  height: auto
}
dd, dl, dt {
  margin: 0
}
input[type=email], input[type=search], input[type=text], textarea {
  font-size: 16px;
  font-family: inherit;
  vertical-align: middle
}
input[type=email]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
input[type=email]:-moz-placeholder, input[type=email]::-moz-placeholder, input[type=search]:-moz-placeholder, input[type=search]::-moz-placeholder, input[type=text]:-moz-placeholder, input[type=text]::-moz-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder {
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
input[type=email]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
input[type=email]:focus::-webkit-input-placeholder, input[type=search]:focus::-webkit-input-placeholder, input[type=text]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0)
}
input[type=email]:focus:-moz-placeholder, input[type=email]:focus::-moz-placeholder, input[type=search]:focus:-moz-placeholder, input[type=search]:focus::-moz-placeholder, input[type=text]:focus:-moz-placeholder, input[type=text]:focus::-moz-placeholder, textarea:focus:-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
  transform: translate3d(0, 10px, 0)
}
input[type=email]:focus:-ms-input-placeholder, input[type=search]:focus:-ms-input-placeholder, input[type=text]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transform: translate3d(0, 10px, 0)
}
.page {
  position: relative;
  background-color: #f5f5f5;
  /*background: url(../img/orn.png) top center repeat-y */
}
.container {
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .25)
}
#toolbar {
  background: #343435;
  font-size: 16px;
  color: #999;
  padding: 6px 10px;
  position: relative;
  text-shadow: 0 1px rgba(0, 0, 0, .6);
  overflow: hidden;
}
#social-widget {
  position: absolute;
  top: 0;
  right: 0;
  list-style: none;
}
#social-widget li {
  display: inline;
}
#social-widget li a {
  margin-bottom: 5px;
  border: 0;
  color: #fff;
  padding: 4px 10px;
  margin-right: 5px;
  display: inline-block;
  background-color: #272727;
  transition: all 0.5s ease;
}
#social-widget li a:hover {
  padding-bottom: 12px;
  background-color: #55a108;
}
/* Header  */
.header {
  position: relative;
  overflow: hidden
}
.header .logo-link {
  position: absolute;
  top: 20%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px 20px 10px 20px;
  text-decoration: none;
}
.header .logo-link.right {
  right: 0;
  text-align: right;
}
.header .logo-text {
  font: normal normal 36px "Montserrat";
  text-transform: uppercase;
  color: #fff !important;
}
.header .logo-text span {
  font: normal normal 45px "Montserrat";
  text-transform: uppercase;
  color: #fff !important;
}
.header .logo-link.right .logo-text {
  font-size: 26px;
  color: #fff !important;
}
@media (max-width: 991px) {
  .header_overlay {
    display: none
  }
}
.header_left:not(.active) {
  background: url(../img/header-left.jpg);
  background-size: contain
}
.header_left:not(.active):hover img {
  opacity: 0
}
.header_left.active {
  box-shadow: 5px 0 30px rgba(0, 0, 0, .5);
  z-index: 10
}
.header_left .header_overlay {
  left: 0;
  width: 482px;
  height: 191px;
  background-image: url(../img/header-text-left.png)
}
.header_right:not(.active) {
  background: url(../img/header-right.jpg);
  background-size: contain
}
.header_right:not(.active):hover img {
  opacity: 0
}
.header_right.active {
  box-shadow: -5px 0 30px rgba(0, 0, 0, .5);
  z-index: 10
}
.header_right .header_overlay {
  left: 30%;
  width: 378px;
  height: 147px;
  background-image: url(../img/header-text-right.png)
}
.header_title {
  font-size: 24px;
  color: #1f8963;
  text-align: center;
  padding: 0 30px;
  margin-bottom: 20px
}
@media (min-width: 992px) {
  .header_title {
    display: none
  }
}
.mainmenu {
  position: relative;
  background-color: #272727;
  /* background: #1f8963 */
}
.mainmenu:after, .mainmenu:before {
  content: " ";
  display: table
}
.mainmenu:after {
  clear: both
}
.mainmenu .nav {
  display: flex;
  justify-content: space-between;
}
.mainmenu .nav.navbar-fixed {
  position: fixed;
  background-color: #272727;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 991px) {
  .mainmenu_hidden {
    display: none
  }
}
.mainmenu .nav {
  position: relative;
  z-index: 99;
  list-style: none
}
.mainmenu .nav ul {
  list-style: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .33)
}
.mainmenu .nav li {
  position: relative
}
.mainmenu .nav a, .mainmenu .nav span {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #fff
}
.mainmenu .nav > li {
  display: inline-block
}
.mainmenu .nav > li > a, .mainmenu .nav > li > span {
  text-align: center;
  padding: 0 6px;
  line-height: 50px
}
.mainmenu .nav > li.show > a, .mainmenu .nav > li.show > span, .mainmenu .nav > li > a:hover, .mainmenu .nav > li > span:hover {
  background-image: -webkit-linear-gradient(220deg, #4caf50, #55a108);
  background-image: linear-gradient(230deg, #4caf50, #55a108);
}
.mainmenu .nav > li > .subnav {
  top: 100%;
  left: 0
}
.mainmenu .nav .subnav {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  background: #333;
}
.mainmenu .nav .subnav li {
  min-width: 260px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.mainmenu .nav .subnav li a, .mainmenu .nav .subnav li span {
  padding: 10px 20px 10px 15px;
  border-left: 5px solid transparent;
}
.mainmenu .nav .subnav li a:hover,
.mainmenu .nav .subnav li span:hover {
  background-image: -webkit-linear-gradient(220deg, #4caf50, #55a108);
  background-image: linear-gradient(230deg, #4caf50, #55a108);
  border-left: 5px solid #333;
}
.mainmenu .nav .subnav li a:hover {
  padding-left: 25px;
}
.mainmenu .nav .subnav li.parent:after {
  content: '\f054';
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -10px;
  color: #fff
}
.mainmenu .nav .subnav.show {
  display: block
}
.mainmenu_toggle {
  color: #fff;
  font-size: 24px;
  margin: 0 15px
}
@media (min-width: 992px) {
  .mainmenu_toggle {
    display: none
  }
}
.mainmenu_toggle i {
  line-height: 50px
}
.mainmenu_toggle.--nav {
  float: left
}
.mainmenu_toggle.--search {
  float: right
}
.main {
  margin-bottom: 30px;
}
.footer {
  background: #272727;
  color: #fff;
  padding: 5px 20px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .25);
}
.footer .modbox {
  padding: 45px 15px;
  margin: 0
}
.footer .modbox p {
  margin: 0
}
.footer p + p {
  margin-top: 5px;
}
.footer .modbox a {
  color: #5aab8e
}
.footer_social {
  text-align: center;
  list-style: none
}
@media (max-width: 991px) {
  .footer_social {
    padding-top: 0
  }
}
.footer_social li {
  display: inline-block
}
.footer_social li + li {
  margin-left: 15px
}
.footer_social li a {
  font-size: 30px;
  color: #fff
}
.footer_copy, .footer_social li a:hover {
  color: #55a108
}
.footer_copy {
  margin: 30px auto 0;
  text-align: center;
}
.footer_copy .col-md-8 {
  text-align: left;
}
.footer_copy:after, .footer_copy:before {
  content: " ";
  display: table
}
.footer_copy:after {
  clear: both
}
.footer_copy:after, .footer_copy:before {
  content: " ";
  display: table
}
.footer_copy:after {
  clear: both
}
.footer_copy a {
  color: inherit
}
@media (min-width: 768px) {
  .footer_copy {
    line-height: 30px
  }
}
.footer_counters {
  overflow: hidden
}
.footer_counters > * {
  float: left;
  margin-right: 2px
}
@media (max-width: 991px) {
  .footer_counters {
    display: none
  }
}
.search-page .result-created, .search-page_intro, .search-page_limit, .search-page_only, .search-page_phrases, .search-page_toolbar {
  margin-bottom: 25px
}
.search-page_toolbar {
  font-size: 0
}
.search-page_toolbar_input {
  padding: 0 10px
}
.search-page_toolbar_btn, .search-page_toolbar_input {
  display: inline-block;
  height: 30px
}
.blog-item + .blog-item, .blog-item + .blog-row {
  /*margin-top: 30px */
}
.blog-row h4 {
  font-size: 16px
}
.blog-item_text img {
  margin: 0 15px 15px 0
}
.blog-item_text ol, .blog-item_text ul {
  list-style-position: inside
}
.blog-item_info {
  margin: 10px 0 15px;
  color: #999
}
.blog-row + .blog-row {
  margin-top: 30px
}


/******************************************
    Article styles
******************************************/
.article_header {
  margin: 2em auto 1em;
}
.article_header h1 {
  font-size: 1.6rem;
  font-weight: 300;
}
.article_text img {
  margin: 0 auto;
  border-bottom: 3px solid #2a8b64;
}
.gymnasium .article_text img {
  margin: 0 auto;
  border-bottom: 3px solid #b4755a;
}
.article_text .video-responsive {
  width: 85% !important;
  margin: 0 auto;
}
.article_text table img {
  margin: initial;
  height: initial;
  display: initial;
}
table.all-center * {
  text-align: center !important;
}
table.bordered {
  border-collapse: collapse;
}
table.bordered td {
  border: 1px solid #ddd;
  padding: 10px;
}
.article_text ol, .article_text ul {
  list-style-position: inside
}
.article_pagenav {
  margin-top: 25px;
  list-style: none;
  overflow: hidden
}
.article_pagenav_prev {
  float: left
}
.article_pagenav_next {
  float: right
}
.article_pagenav a {
  display: inline-block;
  padding: 8px 14px;
  text-decoration: none;
  background: #f7f7f7;
  color: #777
}
.article_pagenav a:hover {
  background: #1f8963;
  color: #fff
}
.readmore {
  display: block;
  margin-top: 15px
}
.after-article-text {
  margin-top: 30px;
  border-top: 1px solid #eee;
  text-align: center;
}
.after-article-text .ya-share2 {
  text-align: left;
}
.after-article-text .col-md-6,
.after-article-text .col-md-12 {
  padding: 10px 10px;
}
.after-article-text #orphus {
  display: inline-block;
  margin: auto;
}


/****************
    Modules
****************/
.newsflash_item {
  /*overflow: hidden;
  margin-bottom: 20px; */
}
.newsflash_title {
  margin: 5px 0 0;
  font-size: 16px;
}
.newsflash_title a {
  text-decoration: none;
  line-height: 19px;
  color: #444;
}
.newsflash_title a:hover {
  text-decoration: underline;
  color: #55a108;
}
.newsflash_published {
  color: #999;
  font-size: 14px;
}
.date__publication {
  font-size: 12px;
  color: #777;
  font-weight: 700;
  margin: 0 0 8px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.date__publication span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 15px;
}
.date__publication span:before {
  content: '';
  width: 1px;
  height: 80%;
  background-color: #979795;
  position: absolute;
  display: block;
  left: -8px;
  top: 1px;
}
.newsflash_content {
}
.newsflash_image {
  margin-bottom: 25px
}
.newsflash_introimage {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  margin-bottom: 3px;
  /* border-bottom: 3px solid #55a108; */
}
.page .jmslideshow {
  margin-bottom: 20px
}
.page .jmslideshow .slideshow-content {
  width: 100%;
  padding: 15px 20px;
  opacity: 1;
  background: rgba(0, 0, 0, .5)
}
.page .jmslideshow .slideshow-content a {
  text-decoration: none;
  color: #fff;
  font-size: 20px
}
.modbox {
  margin-bottom: 20px
}
.modbox_title {
  margin: 0;
  padding: 14px;
  font-size: 16px;
  color: #fff;
  background: #272727;
  border-radius: 6px 6px 0 0;
  margin-bottom: 15px;
}
.modbox_title:hover {
  background: #55a108;
}
a.modbox_title_link {
  color: inherit;
  text-decoration: none
}
.modbox_content {
  padding: 15px
}
.modbox_content.graystyle {
  background: #f7f7f7
}
.modbox .nav {
  list-style: none;
  line-height: 30px
}
.modbox .nav li {
  position: relative;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.modbox .nav li:before {
  position: relative;
  top: -1px;
  content: '\f054';
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 4px;
  color: #1f8963
}
.modbox .nav li a {
  color: #1f8963;
  text-decoration: none
}
.news_horizontal .item-marker {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 2px 4px;
  z-index: 2;
}
/* Vertical modules */
.modbox .items_vertical .newsflash_item {
  margin-bottom: 10px;
  background-color: #eee;
  overflow: hidden;
}
.modbox .items_vertical .newsflash_introimage {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 10px;
}
.modbox .items_vertical .date__publication {
  margin: 5px 0 0 0;
}
.modbox .items_vertical .newsflash_title {
  margin: auto;
}
.modbox.half-img img {
  width: 50%;
  float: left;
  margin-bottom: 5px !important;
  margin-right: 5px;
}
.modbox.gray {
  background-color: #f7f7f7;
}
.no-mrg .modbox_content {
  padding: 0;
  overflow: hidden;
}
.no-mrg .modbox_title {
  margin-bottom: 0 !important;
}
.no-mrg-video .modbox_content > div {
  margin: -15px;
  margin-bottom: 15px;
}
/* video module */
.modbox_title a {
  color: #fff;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.churchcalendar > div + div {
  margin-top: 10px
}
.churchcalendar_day {
  font-size: 18px;
  color: #1f8963
}
.churchcalendar_ned {
  color: #227554
}
.churchcalendar_icon {
  text-align: center
}
.churchcalendar_icon img {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}
.breadcrumb {
  overflow: hidden;
  padding: 5px 10px;
  background: #f7f7f7;
  list-style: none;
  margin-bottom: 10px;
  font-size: 12px
}
.breadcrumb li {
  float: left
}
.breadcrumb li a.pathway {
  display: inline-block
}
.breadcrumb_divider {
  margin-right: 4px;
  margin-left: 2px;
  color: #999
}
.searchbox {
  position: relative;
  padding: 0 20px 0 40px;
  background: rgba(0, 0, 0, .33);
  color: #fff;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.searchbox:before {
  content: '\f002';
  font-family: FontAwesome;
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 22px;
  top: 16px
}
.searchbox_input {
  display: block;
  height: 50px;
  width: 100%;
  border: 0 none;
  background: transparent;
  padding: 0;
  margin: 0;
  color: #fff;
}
.searchbox_input:focus {
  outline: 0
}
/* Vopros-Otvet */
.easybook_add, .easybook_read {
  text-align: right
}
.easybook_addbtn, .easybook_readbtn {
  display: inline-block;
  text-decoration: none;
  background: #f7f7f7;
  color: #777
}
.easybook_addbtn:hover, .easybook_readbtn:hover {
  background: #1f8963;
  color: #fff
}
.easybook_items {
  margin-top: 30px
}
.easybook_item {
  border: 1px solid #ededed
}
.easybook_item + .easybook_item {
  margin-top: 15px
}
.easybook_item_header {
  overflow: hidden;
  padding: 5px 10px;
  background: #f7f7f6
}
.easybook_item_header-info, .easybook_item_header-title {
  display: inline-block;
  font-weight: 700;
  vertical-align: middle
}
.easybook_item_header-info {
  margin-left: 10px;
  font-size: 10px
}
.easybook_item_header-toolbar {
  float: right
}
.easybook_item_header-admin {
  list-style: none
}
.easybook_item_header-admin li {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle
}
.easybook_counter, .easybook_notice {
  margin-top: 30px;
  text-align: center;
  font-weight: 700
}
.easybook_counter .small, .easybook_notice .small {
  color: red
}
.easybook_counter .enable_log_notice, .easybook_notice .enable_log_notice {
  font-size: 14px;
  font-weight: 300;
  color: #aaa
}
.easybook_form {
  margin-top: 30px
}
.easybook_form #gbip, .easybook_form #gbmail, .easybook_form #gbname, .easybook_form textarea {
  width: 100%
}
.easybook_form #gbip {
  display: none;
}
.easybook_form label.easybook_form-label[for="gbip"] {
  display: none;
}
.easybook_form input[type=text] {
  height: 30px;
  padding: 0 5px
}
.easybook_form textarea {
  padding: 10px
}
.easybook_form span.small {
  color: red
}
.easybook_form-group + .easybook_form-group {
  margin-top: 15px
}
.easybook_form-submit {
  text-align: right
}
.easybook .easy_admincomment {
  margin-left: 40px
}
.jalert {
  padding: 15px;
  margin-bottom: 30px
}
.jalert_close {
  float: right;
  cursor: pointer;
  font-size: 24px;
  font-family: Arial;
  opacity: .7
}
.jalert_close:hover {
  opacity: 1
}
.jalert_title {
  margin-top: 0
}
.jalert--message, .jalert--success {
  background: #e5ffe0
}
.jalert--notice {
  background: #fff1e1
}
.jalert--error, .jalert--warning {
  background: #ffefef
}
.fadeIn {
  -webkit-animation-name: a;
  animation-name: a
}
.fadeIn, .fadeOut {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease
}
.fadeOut {
  -webkit-animation-name: b;
  animation-name: b
}
@-webkit-keyframes a {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes a {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-webkit-keyframes b {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
@keyframes b {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
.text-left-not-lg, .text-left-not-md, .text-left-not-sm, .text-left-not-xs {
  text-align: left
}
.text-center-not-lg, .text-center-not-md, .text-center-not-sm, .text-center-not-xs {
  text-align: center
}
.text-right-not-lg, .text-right-not-md, .text-right-not-sm, .text-right-not-xs {
  text-align: right
}
.text-justify-not-lg, .text-justify-not-md, .text-justify-not-sm, .text-justify-not-xs {
  text-align: justify
}
@media (max-width: 767px) {
  .text-center-not-xs, .text-justify-not-xs, .text-left-not-xs, .text-right-not-xs {
    text-align: inherit
  }
  .text-left-xs {
    text-align: left
  }
  .text-center-xs {
    text-align: center
  }
  .text-right-xs {
    text-align: right
  }
  .text-justify-xs {
    text-align: justify
  }

  .header .logo-text, .header .logo-text span {
    font-size: 20px;
  }
  .header_title, #fpssContainer156  {
    display: none;
  }
  #toolbar{
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-center-not-sm, .text-justify-not-sm, .text-left-not-sm, .text-right-not-sm {
    text-align: inherit
  }
  .text-left-sm {
    text-align: left
  }
  .text-center-sm {
    text-align: center
  }
  .text-right-sm {
    text-align: right
  }
  .text-justify-sm {
    text-align: justify
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-center-not-md, .text-justify-not-md, .text-left-not-md, .text-right-not-md {
    text-align: inherit
  }
  .text-left-md {
    text-align: left
  }
  .text-center-md {
    text-align: center
  }
  .text-right-md {
    text-align: right
  }
  .text-justify-md {
    text-align: justify
  }
}
@media (min-width: 1200px) {
  .text-center-not-lg, .text-justify-not-lg, .text-left-not-lg, .text-right-not-lg {
    text-align: inherit
  }
  .text-left-lg {
    text-align: left
  }
  .text-center-lg {
    text-align: center
  }
  .text-right-lg {
    text-align: right
  }
  .text-justify-lg {
    text-align: justify
  }
}
.slideshow-arrow {
  z-index: 1000 !important
}
div.newscalendar {
  overflow: visible
}
table.nc-body, table.nc-header {
  border: none;
  width: 100%
}
table.nc-body td, table.nc-body tr, table.nc-header td, table.nc-header tr {
  border: none
}
table.nc-header {
  margin-bottom: 16px
}
table.nc-header a {
  display: block;
  font-size: 14px;
  color: #999
}
table.nc-header a:hover {
  color: #1f8963
}
table.nc-header .monthname, table.nc-header .yearname {
  font-size: 24px;
  color: #1f8963;
  font-weight: 300
}
table.nc-body .dayname {
  font-weight: 700;
  padding-bottom: 6px
}
.newscalendar span.nc-day.weekday6, .newscalendar span.nc-day.weekday7 {
  color: #ff3f3f
}
.newscalendar span.outofmonth {
  color: #999
}
.newscalendar span.today {
  font-weight: 700
}
.newscalendar span.today ul li {
  font-weight: 400
}
.newscalendar span.nc-day {
  position: relative;
  display: block;
  padding: 3px;
  margin: 2px;
  text-align: center;
  color: #1f8963
}
.newscalendar ul.nc-items {
  position: absolute;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: 15px !important;
  font-size: 14px;
  margin: 0 !important;
  padding: 5px 10px;
  width: 180px;
  list-style: none;
  background: #1f8963;
  text-align: left;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .33);
  display: none
}
.newscalendar .week1 ul.nc-items, .newscalendar .week2 ul.nc-items {
  top: 15px !important;
  bottom: auto !important
}
.newscalendar span.relday1 ul.nc-items {
  left: 0 !important
}
.newscalendar span.relday2 ul.nc-items {
  left: -100% !important
}
.newscalendar span.relday3 ul.nc-items {
  left: -200% !important
}
.newscalendar span.relday4 ul.nc-items {
  left: -250% !important
}
.newscalendar span.relday5 ul.nc-items {
  right: -200% !important
}
.newscalendar span.relday6 ul.nc-items {
  right: -100% !important
}
.newscalendar span.relday7 ul.nc-items {
  right: 0 !important
}
span.nc-day ul.nc-items li {
  padding: 3px 5px
}
span.nc-day ul.nc-items li a {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 1
}
span.nc-day ul.nc-items li a:hover {
  text-decoration: underline
}
span.nc-day:hover ul.nc-items {
  display: block
}
.newscalendar span.hasitems {
  cursor: pointer;
  border: 1px solid #1f8963
}
.pw-offcanvas {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -ms-touch-action: none;
  touch-action: none;
  background: rgba(0, 0, 0, .1)
}
.pw-offcanvas.pw-active {
  display: block
}
.pw-offcanvas-page {
  position: fixed;
  -webkit-transition: margin-left .3s ease-in-out;
  transition: margin-left .3s ease-in-out
}
.pw-offcanvas-bar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1001;
  width: 270px;
  max-width: 100%;
  background: #333;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -ms-scroll-chaining: none
}
.pw-offcanvas.pw-active .pw-offcanvas-bar.pw-offcanvas-bar-show {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
.pw-offcanvas-bar-flip {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}
.pw-offcanvas .pw-panel {
  margin: 20px 15px;
  color: #777
}
.pw-offcanvas .pw-panel-title, .pw-offcanvas .pw-panel a:not([class]) {
  color: #ccc
}
.pw-offcanvas .pw-panel a:not([class]):hover {
  color: #fff
}
.pw-nav, .pw-nav ul {
  margin: 0;
  padding: 0;
  list-style: none
}
.pw-nav li > a {
  display: block;
  text-decoration: none
}
.pw-nav > li > a {
  padding: 5px 15px
}
.pw-nav ul {
  padding-left: 15px
}
.pw-nav ul a {
  padding: 10px 0
}
.pw-nav li > a > div {
  font-size: 12px;
  line-height: 18px
}
.pw-nav-header {
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px
}
.pw-nav-header:not(:first-child) {
  margin-top: 15px
}
.pw-nav-divider {
  margin: 9px 15px
}
ul.pw-nav-sub {
  padding: 5px 0 5px 15px
}
.pw-nav-parent-icon > .pw-parent > a:after {
  content: "\f104";
  width: 20px;
  margin-right: -10px;
  float: right;
  font-family: FontAwesome;
  text-align: center
}
.pw-nav-parent-icon > .pw-parent.pw-open > a:after {
  content: "\f107"
}
.pw-nav-side > li > a {
  color: #444
}
.pw-nav-side > li > a:focus, .pw-nav-side > li > a:hover {
  background: rgba(0, 0, 0, .05);
  color: #444;
  outline: none
}
.pw-nav-side > li.pw-active > a {
  background: #00a8e6;
  color: #fff
}
.pw-nav-side .pw-nav-header {
  color: #444
}
.pw-nav-side .pw-nav-divider {
  border-top: 1px solid #ddd
}
.pw-nav-side ul a {
  color: #07d
}
.pw-nav-side ul a:hover {
  color: #059
}
.pw-nav-dropdown > li > a {
  color: #444
}
.pw-nav-dropdown > li > a:focus, .pw-nav-dropdown > li > a:hover {
  background: #00a8e6;
  color: #fff;
  outline: none
}
.pw-nav-dropdown .pw-nav-header {
  color: #999
}
.pw-nav-dropdown .pw-nav-divider {
  border-top: 1px solid #ddd
}
.pw-nav-dropdown ul a {
  color: #07d
}
.pw-nav-dropdown ul a:hover {
  color: #059
}
.pw-nav-navbar > li > a {
  color: #444
}
.pw-nav-navbar > li > a:focus, .pw-nav-navbar > li > a:hover {
  background: #00a8e6;
  color: #fff;
  outline: none
}
.pw-nav-navbar .pw-nav-header {
  color: #999
}
.pw-nav-navbar .pw-nav-divider {
  border-top: 1px solid #ddd
}
.pw-nav-navbar ul a {
  color: #07d
}
.pw-nav-navbar ul a:hover {
  color: #059
}
.pw-nav-offcanvas > li > a {
  color: #ccc;
  padding: 10px 15px
}
.pw-nav-offcanvas > .pw-open > a, html:not(.pw-touch) .pw-nav-offcanvas > li > a:focus, html:not(.pw-touch) .pw-nav-offcanvas > li > a:hover {
  background: #404040;
  color: #fff;
  outline: none
}
html .pw-nav.pw-nav-offcanvas > li.pw-active > a {
  background: #1f8963;
  color: #fff
}
.pw-nav-offcanvas .pw-nav-header {
  color: #777
}
.pw-nav-offcanvas .pw-nav-divider {
  border-top: 1px solid #1a1a1a
}
.pw-nav-offcanvas ul a {
  color: #ccc
}
html:not(.pw-touch) .pw-nav-offcanvas ul a:hover {
  color: #fff
}
.pw-nav-header {
  color: #fff;
  padding: 15px 10px
}
ul.pw-nav-sub {
  padding: 10px 0 5px 30px
}
.hook-nav-misc .pw-nav-header {
  color: #fff;
  padding: 15px 10px
}
.hook-nav-misc ul.pw-nav-sub {
  padding: 10px 0 5px 30px
}
.pw-nav-offcanvas > li > span {
  display: block;
  color: #ccc;
  padding: 10px 15px;
  cursor: pointer
}
.pw-nav-offcanvas > li > span:hover {
  background: #404040;
  color: #fff
}
.pw-nav-offcanvas > li > span:after {
  content: "\f104";
  width: 20px;
  margin-right: -10px;
  float: right;
  font-family: FontAwesome;
  text-align: center
}
.pw-nav-parent-icon > .pw-parent.pw-open > span:after {
  content: "\f107"
}
.pw-nav-parent-icon > .pw-parent.pw-open > span {
  background: #404040;
  color: #fff
}
.pw-nav-offcanvas > li li.current > a {
  color: #1f8963
}
.pw-pagination {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: .001px
}
.pw-pagination:after, .pw-pagination:before {
  content: "";
  display: table
}
.pw-pagination:after {
  clear: both
}
.pw-pagination > li {
  display: inline-block;
  font-size: 1rem;
  vertical-align: top
}
.pw-pagination > li:nth-child(n+2) {
  margin-left: 5px
}
.pw-pagination > li > a, .pw-pagination > li > span {
  display: inline-block;
  min-width: 16px;
  padding: 3px 5px;
  line-height: 20px;
  text-decoration: none;
  box-sizing: content-box;
  text-align: center
}
.pw-pagination > li > a {
  background: #eee;
  color: #444
}
.pw-pagination > li > a:focus, .pw-pagination > li > a:hover {
  background-color: #d5d5d5;
  color: #444;
  outline: none
}
.pw-pagination > li > a:active {
  background-color: #ddd;
  color: #444
}
.pw-pagination > .pw-active > span {
  background: #55a108;
  color: #fff
}
.pw-pagination > .pw-disabled > span {
  background-color: #f5f5f5;
  color: #999
}
.pw-pagination-previous {
  float: left
}
.pw-pagination-next {
  float: right
}
.pw-pagination-left {
  text-align: left
}
.pw-pagination-right {
  text-align: right
}
.hook-pagination-misc .pw-pagination, .pw-pagination {
  margin-top: 30px
}
.pw-button::-moz-focus-inner {
  border: 0;
  padding: 0
}
.pw-button {
  -webkit-appearance: none;
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: #444;
  text-transform: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 12px;
  background: #eee;
  vertical-align: middle;
  line-height: 30px;
  min-height: 30px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
.pw-button:not(:disabled) {
  cursor: pointer
}
.pw-button:focus, .pw-button:hover {
  background-color: #f5f5f5;
  color: #444;
  outline: none;
  text-decoration: none
}
.pw-button.pw-active, .pw-button:active {
  background-color: #ddd;
  color: #444
}
.pw-button-primary {
  background-color: #1f8963;
  color: #fff
}
.pw-button-primary:focus, .pw-button-primary:hover {
  background-color: #227554;
  color: #fff
}
.pw-button-primary.pw-active, .pw-button-primary:active {
  background-color: #1c6146;
  color: #fff
}
.pw-button-success {
  background-color: #8cc14c;
  color: #fff
}
.pw-button-success:focus, .pw-button-success:hover {
  background-color: #8ec73b;
  color: #fff
}
.pw-button-success.pw-active, .pw-button-success:active {
  background-color: #72ae41;
  color: #fff
}
.pw-button-danger {
  background-color: #da314b;
  color: #fff
}
.pw-button-danger:focus, .pw-button-danger:hover {
  background-color: #e4354f;
  color: #fff
}
.pw-button-danger.pw-active, .pw-button-danger:active {
  background-color: #c91032;
  color: #fff
}
.pw-button:disabled {
  background-color: #f5f5f5;
  color: #999
}
.pw-button-link, .pw-button-link.pw-active, .pw-button-link:active, .pw-button-link:disabled, .pw-button-link:focus, .pw-button-link:hover {
  border-color: transparent;
  background: none
}
.pw-button-link {
  color: #07d
}
.pw-button-link.pw-active, .pw-button-link:active, .pw-button-link:focus, .pw-button-link:hover {
  color: #059;
  text-decoration: underline
}
.pw-button-link:disabled {
  color: #999
}
.pw-button-link:focus {
  outline: 1px dotted
}
.pw-button-mini {
  min-height: 20px;
  padding: 0 6px;
  line-height: 20px;
  font-size: 11px
}
.pw-button-small {
  min-height: 25px;
  padding: 0 10px;
  line-height: 25px;
  font-size: 12px
}
.pw-button-large {
  min-height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px
}
.pw-button-group {
  vertical-align: middle;
  position: relative;
  font-size: .001px;
  white-space: nowrap
}
.pw-button-group, .pw-button-group > * {
  display: inline-block
}
.pw-button-group .pw-button {
  vertical-align: top
}
.pw-button-dropdown {
  display: inline-block;
  vertical-align: middle;
  position: relative
}
.hook-button {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
.pw-hidden {
  display: none !important;
  visibility: hidden !important
}


/*****************
Гимназия
 ******************/
.gymnasium .header_title, .gymnasium a {
  color: #a4664b
}
.gymnasium .mainmenu {
  background: #a4664b
}
.gymnasium .mainmenu .nav > li.show > a, .gymnasium .mainmenu .nav > li.show > span, .gymnasium .mainmenu .nav > li > a:hover, .gymnasium .mainmenu .nav > li > span:hover {
  background-image: -webkit-linear-gradient(220deg, #a4664b, #bf8972);
  background-image: linear-gradient(230deg, #a4664b, #bf8972);
  color: #fff !important;
}
.gymnasium .mainmenu .nav .subnav {
  background: #bf8972
}
.gymnasium .mainmenu .nav .subnav li a:hover, .gymnasium .mainmenu .nav .subnav li span:hover {
  background: #915a42;
  color: #fff !important;
}
.gymnasium .mainmenu_toggle {
  color: #fff
}
.gymnasium .footer {
  background: #a4664b
}
.gymnasium .footer .modbox a, .gymnasium .footer_social li a:hover {
  color: #d2ab9b
}
.gymnasium .footer_copy {
  background: #794b37;
  color: #d2ab9b
}
.gymnasium .footer_copy a {
  color: inherit
}
.gymnasium .modbox_title {
  background: #b4755a
}
.gymnasium .modbox_title a {
  color: #fff
}
.gymnasium .churchcalendar_day, .gymnasium .modbox .nav li:before, .gymnasium .modbox .nav li a {
  color: #a4664b
}
.gymnasium .churchcalendar_ned, .gymnasium .churchcalendar a {
  color: #b4755a
}
.gymnasium .article_pagenav a:hover {
  background: #a4664b
}
.gymnasium table.nc-header a {
  color: #c89a86
}
.gymnasium .newscalendar span.nc-day, .gymnasium table.nc-header .monthname, .gymnasium table.nc-header .yearname, .gymnasium table.nc-header a:hover {
  color: #a4664b
}
.gymnasium .newscalendar ul.nc-items {
  background: #a4664b
}
.gymnasium .newscalendar span.hasitems {
  border-color: #a4664b
}
.gymnasium .newscalendar span.nc-day.weekday6, .gymnasium .newscalendar span.nc-day.weekday7 {
  color: #cb9f8c
}
.gymnasium .newscalendar .dayname {
  color: #6d4432
}
.gymnasium .pw-nav.pw-nav-offcanvas > li.pw-active > a {
  background: #a4664b
}
.gymnasium .pw-nav-offcanvas > li li.current > a {
  color: #a4664b
}
.gymnasium .pw-pagination > .pw-active > span {
  background: #a4664b
}
.gymnasium .footer a {
  color: #f5f5f5 !important;
}
.itemid-144 .main {
  margin: 0 !important;
}
/**************************
Buttons
**************************/
.btn {
  padding: 10px 20px;
  display: block;
  border-radius: 4px;
  text-align: center;
}
.btn-question {
  background: #272727;
  color: #fff;
  width: 100%;
  text-decoration: none;
}
.btn-question:hover {
  background: #227554;
  color: #fff;
  width: 100%;
  text-decoration: none;
}
.btn-green {
  display: block;
  margin: 0;
  padding: 14px;
  font-size: 16px;
  color: #fff;
  background: #227554;
  border-radius: 6px 6px 0 0;
}
.btn-green:hover {
  background-color: #1f8963;
}
.btn-green:before {
  content: "\f0da";
  display: inline-block;
  margin-right: 4px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nmb ul li {
  padding-bottom: 5px;
}
.nmb ul li:not(:last-child) {
  margin-bottom: 5px;
  border-bottom: 1px solid #333;
}
.modbox_bottomlink {
  margin: -5px 0 15px 0;
  text-align: right;
}
.page-title {
  font-size: 24px;
  color: #1f8963;
  border-bottom: 1px solid #1f8963;
  padding-bottom: 10px;
  margin: 0 0 15px;
}
.modbox_title_blog {
  margin-bottom: 15px;
}
.ozionanocontainer + div + div {
  display: none;
}
.inline, .tags-header {
  display: inline;
}
.blog-item_info {
  /* border-top: 1px solid #eee; */
  overflow: hidden;
}
.blog-item_info .blog-item_info-published,
.blog-item_info .hits {
  float: left;
}
.blog-item_info .hits {
  margin-left: 10px;
}
.blog-item_info .createdby {
  margin-top: 4px;
}
.tags-header {
  color: #fff;
  margin-right: 5px;
  vertical-align: text-bottom;
  background: #55a108;
  padding: 4px 5px;
  text-transform: uppercase;
  font-size: 16px;
}
.gymnasium .tags-header {
  color: #fff;
  background: #a4664b;
}
.tag-category ul.category li {
  list-style: none;
  background: #eee;
  margin-bottom: 20px;
  padding: 0 15px;
}
.hr-before-tags {
  margin: 30px 0 15px 0;
}
ul.tags li {
  display: inline-block;
  list-style: none;
  margin: 0 5px 8px 0;
}
/* Labels */
.label {
  display: inline;
  padding: 4px 5px;
  font-weight: normal;
  font-size: 80%;
  line-height: 1;
  color: #fff !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 1px;
  text-decoration: none;
  background-color: #777;
}
a.label:hover,
a.label:focus {
  color: #fff;
  cursor: pointer;
  background: #55a108;
}
.gymnasium a.label:hover,
.gymnasium a.label:focus {
  color: #fff;
  background-color: #a4664b;
}
.label.green {
  background-color: #227554;
}
.label.brown {
  background-color: #b4755a;
}
.label.blue {
  background-color: #1796c0;
}
.label.orange {
  background-color: #ce6b0c;
}
.label.red {
  background-color: #c62020;
}
.vk-share {
  margin-top: 25px;
  box-sizing: content-box;
}
/***************************
 * Teachers - Update 28.08.2017
 ****************************/
.teachers {
  padding-top: 15px; }
.teachers__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.teachers__item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 30px;
  padding: 0 15px;
}
.teachers__item_full {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.teachers__inner {
  height: 100%;
  padding: 30px 0;
  border: 1px solid transparent;
  text-align: center;

  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-property: border-color, background-color;
  transition-property: border-color, background-color; }
.teachers__item:hover {
  border-color: #009bd9;
  background-color: transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
.teachers__photo img {
  display: inline-block;
  max-width: 200px;
  vertical-align: middle;
  border-radius: 50%; }
.teachers__name {
  padding: 15px;
  font-size: 1.3em;
  text-align: center; }
.teachers__post {
  padding: 0 15px;
  line-height: 1;
  font-weight: 300;
}
.teachers__readmore {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 15px 5px 0;
  padding: 9px 15px;
  z-index: 1;
  border: 1px solid #2b3236;
  font-size: 0.9em;
  line-height: 1;
  text-decoration: none;
  color: #2b3236 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color; }
.teachers__readmore:hover {
  color: #fff !important;
  background-color: #55a108;
  border-color: #227554; }
.gymnasium .teachers__readmore:hover {
  color: #fff !important;
  background-color: #a4664b;
  border-color: #a4664b; }
/* Category */
.category {
  margin-bottom: 15px; }
.category__list {
  margin-bottom: 15px;
  padding-left: 15px; }
.categories__desc {
  margin: 15px 0;
  font-size: 20px;
  line-height: 1;
  text-align: center; }
.categories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd; }
.categories__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 15px 10px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center; }
.categories__item img {
  display: inline-block;
  vertical-align: middle;
  max-width: 180px;
  margin-bottom: 15px; }
.social-bar {
  position: absolute;
  right: 0;
  top: 0;
}
.fpss-container {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.fpss-container .slide img {
  width: 100%;
}
/* New category list */
.category .article-row {
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.category .article-row + .article-row {
  margin-top: 20px;
}
.category .article-row::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 5%;
  height: 2px;
  width: 90%;
  background-color: #eee;
}
.category .article-row .article_title {
  margin-top: 0;
}
.category .article-row .article_title a {
  text-decoration: none;
  color: #444;
}
.category .article_title a:hover {
  text-decoration: underline !important;
  color: #55a108 !important;
}
/*************************************
  Helpers
*************************************/
.margin-bottom {
  margin-bottom: 30px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}


/*************************************
  Captions
*************************************/
.easy_img_caption_inner {
  font-style: italic;
  font-size: 14px;
  color: rgb(120, 143, 151);
  margin-top: 3px;
  margin-bottom: 2px;
}

/**************************************
Plugins and widgets
***************************************/

/* Cards component */
/* based on: https://codepen.io/proweb/pen/pZZrYa */
.uk-card-media-top a {
  pointer-events: auto;
}

.uk-card-media-top {
  pointer-events: none;
}

.uk-card-media-top > * {
  transition: all 0.3s ease-in-out;
}

.uk-card-media-top:hover img {
  opacity: 0.7;
}
/* Mavick */
a.zoomin {
  cursor: zoom-in;
}
/* Calendar widget */
.pravmir-calendar-widget {
  border: 1px solid #fff !important;
}
.pw-day-icon img {
  margin: auto;
}
.community_footer,
.wcommunity_footer {
  padding-top: 1px !important;
}
#top-wrapper {
  width: 50px;
  height: 50px;
  right: 10px;
  bottom: 10px;
}